@the-liberators/ngx-scrumteamsurvey-tools 2.3.87 → 2.3.89
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/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, InjectionToken, OnInit, OnDestroy, PipeTransform, ElementRef, SimpleChanges, ErrorHandler, NgZone
|
|
2
|
+
import { EventEmitter, InjectionToken, OnInit, OnDestroy, PipeTransform, ElementRef, SimpleChanges, DoCheck, ErrorHandler, NgZone } from '@angular/core';
|
|
3
3
|
import * as i3$1 from '@angular/forms';
|
|
4
4
|
import { FormGroup, FormBuilder, FormGroupDirective, FormControl, ControlValueAccessor, UntypedFormGroup, UntypedFormControl, UntypedFormBuilder, FormArray, ValidatorFn } from '@angular/forms';
|
|
5
5
|
import * as i3$2 from '@angular/material/snack-bar';
|
|
@@ -14,13 +14,13 @@ import { HttpClient, HttpBackend, HttpInterceptor, HttpRequest, HttpHandler, Htt
|
|
|
14
14
|
import * as i2$2 from '@angular/material/dialog';
|
|
15
15
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
16
16
|
import * as i12 from '@angular/material/tooltip';
|
|
17
|
-
import * as
|
|
17
|
+
import * as i55 from '@angular/material/core';
|
|
18
18
|
import * as i14 from '@angular/material/menu';
|
|
19
19
|
import * as i15 from '@angular/material/paginator';
|
|
20
20
|
import { PageEvent } from '@angular/material/paginator';
|
|
21
21
|
import * as i2 from '@angular/material/select';
|
|
22
22
|
import * as i2$1 from '@angular/common';
|
|
23
|
-
import {
|
|
23
|
+
import { DatePipe, Location } from '@angular/common';
|
|
24
24
|
import * as i6 from '@angular/material/input';
|
|
25
25
|
import * as i22 from '@angular/material/datepicker';
|
|
26
26
|
import * as i2$3 from '@angular/material/autocomplete';
|
|
@@ -31,13 +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 i51 from '@swimlane/ngx-charts';
|
|
35
|
+
import { LegendPosition } from '@swimlane/ngx-charts';
|
|
34
36
|
import { AuthService } from '@auth0/auth0-angular';
|
|
37
|
+
import * as i59 from '@angular/material/slide-toggle';
|
|
38
|
+
import * as i62 from '@angular/material/progress-spinner';
|
|
39
|
+
import * as i65 from '@ncstate/sat-popover';
|
|
35
40
|
import { ComponentType } from '@angular/cdk/portal';
|
|
36
|
-
import * as i50 from '@swimlane/ngx-charts';
|
|
37
|
-
import { LegendPosition } from '@swimlane/ngx-charts';
|
|
38
|
-
import * as i58 from '@angular/material/slide-toggle';
|
|
39
|
-
import * as i61 from '@angular/material/progress-spinner';
|
|
40
|
-
import * as i64 from '@ncstate/sat-popover';
|
|
41
41
|
|
|
42
42
|
declare abstract class ComponentBase {
|
|
43
43
|
protected snackBar: MatSnackBar;
|
|
@@ -237,6 +237,8 @@ declare class FactorStructureDto {
|
|
|
237
237
|
parentKey: string;
|
|
238
238
|
name: string;
|
|
239
239
|
color: string;
|
|
240
|
+
core: boolean;
|
|
241
|
+
indicatorPosition: string;
|
|
240
242
|
description: string;
|
|
241
243
|
questionCount: number;
|
|
242
244
|
ownQuestionCount: number;
|
|
@@ -506,6 +508,14 @@ declare class GuideSettingsDto {
|
|
|
506
508
|
declare class ModelFilter {
|
|
507
509
|
constructor(interventionFilterType: InterventionFilterType);
|
|
508
510
|
interventionFilter: InterventionFilterType;
|
|
511
|
+
advanced: boolean;
|
|
512
|
+
layers: ModelVisualizationLayer[];
|
|
513
|
+
}
|
|
514
|
+
declare class ModelVisualizationLayer {
|
|
515
|
+
constructor(key: string, label: string, selected?: boolean);
|
|
516
|
+
key: string;
|
|
517
|
+
label: string;
|
|
518
|
+
selected: boolean;
|
|
509
519
|
}
|
|
510
520
|
declare class TeamListFilter extends PagingOptions {
|
|
511
521
|
constructor();
|
|
@@ -1074,7 +1084,7 @@ declare class PaginatorModule {
|
|
|
1074
1084
|
|
|
1075
1085
|
declare class ActionsModule {
|
|
1076
1086
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsModule, never>;
|
|
1077
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsModule, [typeof ActionListComponent, typeof ActionManageComponent, typeof ActionTileComponent, typeof DialogActionManageComponent, typeof DialogActionFiltersComponent, typeof DialogExportActionsComponent, typeof InterventionTypeToStringPipe, typeof InterventionStateToStringPipe, typeof InterventionOwnerToStringPipe, typeof OpenAddActionDialogDirective, typeof OpenEditActionDialogDirective, typeof OpenActionFiltersDialogDirective, typeof OpenExportActionsDialogDirective], [typeof i2$2.MatDialogModule, typeof i12.MatTooltipModule, typeof
|
|
1087
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsModule, [typeof ActionListComponent, typeof ActionManageComponent, typeof ActionTileComponent, typeof DialogActionManageComponent, typeof DialogActionFiltersComponent, typeof DialogExportActionsComponent, typeof InterventionTypeToStringPipe, typeof InterventionStateToStringPipe, typeof InterventionOwnerToStringPipe, typeof OpenAddActionDialogDirective, typeof OpenEditActionDialogDirective, typeof OpenActionFiltersDialogDirective, typeof OpenExportActionsDialogDirective], [typeof i2$2.MatDialogModule, typeof i12.MatTooltipModule, typeof i55.MatNativeDateModule, typeof i14.MatMenuModule, typeof i15.MatPaginatorModule, typeof i2.MatSelectModule, typeof i3.RouterModule, typeof PaginatorModule, typeof i2$1.CommonModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof i6.MatInputModule, typeof i22.MatDatepickerModule], [typeof ActionListComponent, typeof ActionManageComponent, typeof ActionTileComponent, typeof DialogActionManageComponent, typeof DialogActionFiltersComponent, typeof DialogExportActionsComponent, typeof InterventionTypeToStringPipe, typeof InterventionOwnerToStringPipe, typeof InterventionStateToStringPipe, typeof OpenAddActionDialogDirective, typeof OpenEditActionDialogDirective, typeof OpenActionFiltersDialogDirective, typeof OpenExportActionsDialogDirective]>;
|
|
1078
1088
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionsModule>;
|
|
1079
1089
|
}
|
|
1080
1090
|
|
|
@@ -1441,7 +1451,7 @@ declare class OpenContactSalesDialog {
|
|
|
1441
1451
|
|
|
1442
1452
|
declare class DialogSupportModule {
|
|
1443
1453
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSupportModule, never>;
|
|
1444
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogSupportModule, [typeof DialogSupportComponent, typeof OpenFeedbackDialogDirective, typeof OpenReportBugDialogDirective, typeof OpenLookingForHelpDialog, typeof OpenSupportDialogDirective, typeof OpenContactSalesDialog], [typeof i3$1.FormsModule, typeof i2.MatSelectModule, typeof i3$2.MatSnackBarModule, typeof i6.MatInputModule, typeof i2$1.CommonModule, typeof i3$1.ReactiveFormsModule, typeof
|
|
1454
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogSupportModule, [typeof DialogSupportComponent, typeof OpenFeedbackDialogDirective, typeof OpenReportBugDialogDirective, typeof OpenLookingForHelpDialog, typeof OpenSupportDialogDirective, typeof OpenContactSalesDialog], [typeof i3$1.FormsModule, typeof i2.MatSelectModule, typeof i3$2.MatSnackBarModule, typeof i6.MatInputModule, typeof i2$1.CommonModule, typeof i3$1.ReactiveFormsModule, typeof i55.MatOptionModule, typeof i2$2.MatDialogModule], [typeof DialogSupportComponent, typeof OpenFeedbackDialogDirective, typeof OpenReportBugDialogDirective, typeof OpenLookingForHelpDialog, typeof OpenSupportDialogDirective, typeof OpenContactSalesDialog]>;
|
|
1445
1455
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogSupportModule>;
|
|
1446
1456
|
}
|
|
1447
1457
|
|
|
@@ -1812,14 +1822,30 @@ declare class TopicSelectorModule {
|
|
|
1812
1822
|
static ɵinj: i0.ɵɵInjectorDeclaration<TopicSelectorModule>;
|
|
1813
1823
|
}
|
|
1814
1824
|
|
|
1815
|
-
declare class
|
|
1816
|
-
private
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1825
|
+
declare class ProgressbarComponent {
|
|
1826
|
+
private userSettingsService;
|
|
1827
|
+
factorScore: FactorScoreDto;
|
|
1828
|
+
confidenceAvailable: boolean;
|
|
1829
|
+
direction: string;
|
|
1830
|
+
segmentTeamMembers: boolean;
|
|
1831
|
+
segmentSupporters: boolean;
|
|
1832
|
+
segmentStakeholders: boolean;
|
|
1833
|
+
score: number;
|
|
1834
|
+
factorScoreWidth: number;
|
|
1835
|
+
factorScoreLeft: number;
|
|
1836
|
+
settings: UserSettingsDto;
|
|
1837
|
+
settingsSubscription: Subscription;
|
|
1838
|
+
constructor(userSettingsService: UserSettingService);
|
|
1839
|
+
ngOnInit(): void;
|
|
1840
|
+
ngOnDestroy(): void;
|
|
1841
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarComponent, never>;
|
|
1842
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressbarComponent, "progressbar", never, { "factorScore": { "alias": "factorScore"; "required": false; }; }, {}, never, never, false, never>;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
declare class ProgressbarModule {
|
|
1846
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarModule, never>;
|
|
1847
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressbarModule, [typeof ProgressbarComponent], [typeof i3.RouterModule, typeof i2$1.CommonModule, typeof i6.MatInputModule], [typeof ProgressbarComponent]>;
|
|
1848
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressbarModule>;
|
|
1823
1849
|
}
|
|
1824
1850
|
|
|
1825
1851
|
interface IResultsState extends IActionState, IViewState {
|
|
@@ -1835,637 +1861,716 @@ interface ITeamReportResultsState extends IResultsState, IViewState {
|
|
|
1835
1861
|
snapshotMetaData: SnapshotMetaDataDto;
|
|
1836
1862
|
}
|
|
1837
1863
|
|
|
1838
|
-
declare class
|
|
1839
|
-
private authService;
|
|
1840
|
-
protected snackBar: MatSnackBar;
|
|
1841
|
-
private accountService;
|
|
1842
|
-
dialogRef: MatDialogRef<DialogAccountComponent>;
|
|
1864
|
+
declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
1843
1865
|
private state;
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1866
|
+
private userSettingsService;
|
|
1867
|
+
protected snackBar: MatSnackBar;
|
|
1868
|
+
factors: FactorStructureDto[];
|
|
1869
|
+
showIndicatorArrows: boolean;
|
|
1870
|
+
showModel: boolean;
|
|
1871
|
+
dateRange: DateRangeDto;
|
|
1872
|
+
deltaDateRange: DateRangeDto;
|
|
1873
|
+
pointCount: number;
|
|
1874
|
+
benchmark: string;
|
|
1875
|
+
pointNames: string;
|
|
1876
|
+
pointType: string;
|
|
1877
|
+
deltaTeams: number;
|
|
1878
|
+
deltaTeamNames: string;
|
|
1879
|
+
deltaAvailable: boolean;
|
|
1880
|
+
isLoggedIn: boolean;
|
|
1881
|
+
modelDefinition: ModelDefinitionDto;
|
|
1882
|
+
qualifiedBy: QualifiedByEnum;
|
|
1883
|
+
deltaType: DeltaPeriodEnum;
|
|
1884
|
+
isSubscriber: boolean;
|
|
1885
|
+
QualifiedByEnum: typeof QualifiedByEnum;
|
|
1886
|
+
globalNotes: string[];
|
|
1887
|
+
private settingsSubscription;
|
|
1888
|
+
settings: UserSettingsDto;
|
|
1889
|
+
constructor(state: ViewModelStateBase<IResultsState>, userSettingsService: UserSettingService, snackBar: MatSnackBar);
|
|
1850
1890
|
ngOnInit(): void;
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
signout(): void;
|
|
1891
|
+
ngOnDestroy(): void;
|
|
1892
|
+
private determineScreenSize;
|
|
1854
1893
|
protected onDataUpdate(data: IResultsState): void;
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
private dialog;
|
|
1860
|
-
constructor(dialog: MatDialog);
|
|
1861
|
-
onClick(): void;
|
|
1862
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenAccountDialogDirective, never>;
|
|
1863
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenAccountDialogDirective, "[accountDialog]", never, {}, {}, never, never, false, never>;
|
|
1894
|
+
toggleView(advanced: boolean): void;
|
|
1895
|
+
toggleLayer(selectedLayer: ModelVisualizationLayer): void;
|
|
1896
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelCanvasComponent, never>;
|
|
1897
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelCanvasComponent, "model-canvas", never, {}, {}, never, never, false, never>;
|
|
1864
1898
|
}
|
|
1865
1899
|
|
|
1866
|
-
declare class
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1900
|
+
declare class ArrowUpdateService {
|
|
1901
|
+
private updateArrows;
|
|
1902
|
+
updateArrows$: rxjs.Observable<boolean>;
|
|
1903
|
+
constructor();
|
|
1904
|
+
triggerUpdate(): void;
|
|
1905
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrowUpdateService, never>;
|
|
1906
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ArrowUpdateService>;
|
|
1870
1907
|
}
|
|
1871
1908
|
|
|
1872
|
-
declare class
|
|
1873
|
-
|
|
1909
|
+
declare class ModelFactorIndicatorComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
1910
|
+
private state;
|
|
1911
|
+
private userSettingsService;
|
|
1912
|
+
protected snackBar: MatSnackBar;
|
|
1913
|
+
private arrowUpdateService;
|
|
1914
|
+
indicator: FactorStructureDto;
|
|
1915
|
+
actionStatusPosition: string;
|
|
1916
|
+
visible: boolean;
|
|
1917
|
+
isInActiveLayer: boolean;
|
|
1918
|
+
direction: string;
|
|
1919
|
+
factorScore: FactorScoreDto;
|
|
1920
|
+
indicators: FactorStructureDto[];
|
|
1921
|
+
benchmark: FactorScoreCollectionBenchmarkDto;
|
|
1922
|
+
notes: string[];
|
|
1923
|
+
dataAvailable: boolean;
|
|
1924
|
+
delta: FactorScoreCollectionDeltaDto;
|
|
1925
|
+
baseUrl: string;
|
|
1926
|
+
expandIndicators: boolean;
|
|
1927
|
+
InterventionStateEnum: typeof InterventionStateEnum;
|
|
1928
|
+
settings: UserSettingsDto;
|
|
1929
|
+
private settingsSubscription;
|
|
1930
|
+
constructor(state: ViewModelStateBase<IResultsState>, userSettingsService: UserSettingService, snackBar: MatSnackBar, arrowUpdateService: ArrowUpdateService);
|
|
1931
|
+
ngOnInit(): void;
|
|
1932
|
+
ngOnDestroy(): void;
|
|
1933
|
+
toggleIndicators(): void;
|
|
1934
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
1935
|
+
private setIsInActiveLayer;
|
|
1936
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorIndicatorComponent, never>;
|
|
1937
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorIndicatorComponent, "model-factor-indicator", never, { "indicator": { "alias": "indicator"; "required": false; }; "actionStatusPosition": { "alias": "actionStatusPosition"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, false, never>;
|
|
1874
1938
|
}
|
|
1875
1939
|
|
|
1876
|
-
declare class
|
|
1877
|
-
private
|
|
1878
|
-
private
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1940
|
+
declare class ModelFactorCoreComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
1941
|
+
private state;
|
|
1942
|
+
private userSettingsService;
|
|
1943
|
+
protected snackBar: MatSnackBar;
|
|
1944
|
+
private arrowUpdateService;
|
|
1945
|
+
factor: FactorStructureDto;
|
|
1946
|
+
allowExpand: boolean;
|
|
1947
|
+
expandPosition: string;
|
|
1948
|
+
isInActiveLayer: boolean;
|
|
1949
|
+
direction: string;
|
|
1950
|
+
factorScore: FactorScoreDto;
|
|
1951
|
+
indicators: FactorStructureDto[];
|
|
1952
|
+
benchmark: FactorScoreCollectionBenchmarkDto;
|
|
1953
|
+
notes: string[];
|
|
1954
|
+
dataAvailable: boolean;
|
|
1955
|
+
delta: FactorScoreCollectionDeltaDto;
|
|
1956
|
+
baseUrl: string;
|
|
1957
|
+
expandIndicators: boolean;
|
|
1958
|
+
InterventionStateEnum: typeof InterventionStateEnum;
|
|
1959
|
+
private settingsSubscription;
|
|
1960
|
+
settings: UserSettingsDto;
|
|
1961
|
+
constructor(state: ViewModelStateBase<IResultsState>, userSettingsService: UserSettingService, snackBar: MatSnackBar, arrowUpdateService: ArrowUpdateService);
|
|
1962
|
+
ngOnInit(): void;
|
|
1963
|
+
ngOnDestroy(): void;
|
|
1964
|
+
toggleIndicators(): void;
|
|
1965
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
1966
|
+
private setIsInActiveLayer;
|
|
1967
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorCoreComponent, never>;
|
|
1968
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorCoreComponent, "model-factor-core", never, { "factor": { "alias": "factor"; "required": false; }; "allowExpand": { "alias": "allowExpand"; "required": false; }; "expandPosition": { "alias": "expandPosition"; "required": false; }; }, {}, never, never, false, never>;
|
|
1887
1969
|
}
|
|
1888
1970
|
|
|
1889
|
-
declare class
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
private dialogRef;
|
|
1893
|
-
private downloadService;
|
|
1894
|
-
publicKey: string;
|
|
1895
|
-
cdnUrl: string;
|
|
1896
|
-
error: boolean;
|
|
1897
|
-
private contentBranding;
|
|
1898
|
-
constructor(brandingProvider: BrandingProvider, snackBar: MatSnackBar, data: string, dialogRef: MatDialogRef<DialogResourceDownloadComponent>, downloadService: ResourceDownloadService);
|
|
1971
|
+
declare class ModelFactorBenchmarkComponent implements OnInit {
|
|
1972
|
+
factor: FactorScoreDto;
|
|
1973
|
+
benchmark: FactorScoreCollectionBenchmarkDto;
|
|
1899
1974
|
ngOnInit(): Promise<void>;
|
|
1900
|
-
|
|
1901
|
-
static
|
|
1902
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogResourceDownloadComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
1903
|
-
}
|
|
1904
|
-
declare class OpenResourceDownloadDialogDirective {
|
|
1905
|
-
private dialog;
|
|
1906
|
-
publicKey: string;
|
|
1907
|
-
constructor(dialog: MatDialog);
|
|
1908
|
-
onClick(): void;
|
|
1909
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenResourceDownloadDialogDirective, never>;
|
|
1910
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenResourceDownloadDialogDirective, "[resourceDownloadDialog]", never, { "publicKey": { "alias": "publicKey"; "required": false; }; }, {}, never, never, false, never>;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
declare class ResourceDownloadModule {
|
|
1914
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDownloadModule, never>;
|
|
1915
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceDownloadModule, [typeof DialogResourceDownloadComponent, typeof OpenResourceDownloadDialogDirective], [typeof i2$2.MatDialogModule, typeof i3$2.MatSnackBarModule, typeof BrandingModule, typeof i2$1.CommonModule], [typeof DialogResourceDownloadComponent, typeof OpenResourceDownloadDialogDirective]>;
|
|
1916
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceDownloadModule>;
|
|
1975
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorBenchmarkComponent, never>;
|
|
1976
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorBenchmarkComponent, "model-factor-benchmark", never, { "factor": { "alias": "factor"; "required": false; }; "benchmark": { "alias": "benchmark"; "required": false; }; }, {}, never, never, false, never>;
|
|
1917
1977
|
}
|
|
1918
1978
|
|
|
1919
|
-
declare class
|
|
1920
|
-
private
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1979
|
+
declare class ArrowComponent implements OnInit, DoCheck, OnDestroy {
|
|
1980
|
+
private elem;
|
|
1981
|
+
private arrowUpdateService;
|
|
1982
|
+
from: string;
|
|
1983
|
+
to: string;
|
|
1984
|
+
head: boolean;
|
|
1985
|
+
tail: boolean;
|
|
1986
|
+
text: string;
|
|
1987
|
+
toolTip: string;
|
|
1988
|
+
color: string;
|
|
1989
|
+
width: number;
|
|
1990
|
+
onlyVisible: boolean;
|
|
1991
|
+
fromX: number;
|
|
1992
|
+
fromY: number;
|
|
1993
|
+
toX: number;
|
|
1994
|
+
toY: number;
|
|
1995
|
+
arrowIndices: number[];
|
|
1996
|
+
styleLine: object[];
|
|
1997
|
+
styleArrowFw: object[];
|
|
1998
|
+
styleArrowBw: object[];
|
|
1999
|
+
needSwap: boolean[];
|
|
2000
|
+
private subscription;
|
|
2001
|
+
private elementPositionBackup;
|
|
2002
|
+
constructor(elem: ElementRef, arrowUpdateService: ArrowUpdateService);
|
|
2003
|
+
private getNumberOrDefault;
|
|
2004
|
+
private isVisible;
|
|
2005
|
+
private inside;
|
|
2006
|
+
private intersectionPoint;
|
|
2007
|
+
private adjustLine;
|
|
2008
|
+
private adjustLines;
|
|
2009
|
+
private getFromToPairs;
|
|
2010
|
+
private trackPositionChange;
|
|
2011
|
+
ngOnInit(): void;
|
|
2012
|
+
ngDoCheck(): void;
|
|
2013
|
+
ngOnDestroy(): void;
|
|
2014
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrowComponent, never>;
|
|
2015
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArrowComponent, "arrow", never, { "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; "head": { "alias": "head"; "required": false; }; "tail": { "alias": "tail"; "required": false; }; "text": { "alias": "text"; "required": false; }; "toolTip": { "alias": "toolTip"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "onlyVisible": { "alias": "onlyVisible"; "required": false; }; "fromX": { "alias": "fromX"; "required": false; }; "fromY": { "alias": "fromY"; "required": false; }; "toX": { "alias": "toX"; "required": false; }; "toY": { "alias": "toY"; "required": false; }; }, {}, never, never, false, never>;
|
|
1929
2016
|
}
|
|
1930
2017
|
|
|
1931
|
-
declare class
|
|
1932
|
-
private
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
2018
|
+
declare class DeltaArrowComponent {
|
|
2019
|
+
private datePipe;
|
|
2020
|
+
deltaDateRangeFrom: string;
|
|
2021
|
+
deltaDateRangeTo: string;
|
|
2022
|
+
available: boolean;
|
|
2023
|
+
comparedTo: string;
|
|
2024
|
+
factorScore: FactorScoreDto;
|
|
2025
|
+
delta: FactorScoreCollectionDeltaDto;
|
|
2026
|
+
noDataIndicator: boolean;
|
|
2027
|
+
constructor(datePipe: DatePipe);
|
|
2028
|
+
ngOnInit(): void;
|
|
2029
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeltaArrowComponent, never>;
|
|
2030
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeltaArrowComponent, "delta-arrow", never, { "factorScore": { "alias": "factorScore"; "required": false; }; "delta": { "alias": "delta"; "required": false; }; "noDataIndicator": { "alias": "noDataIndicator"; "required": false; }; }, {}, never, never, false, never>;
|
|
1937
2031
|
}
|
|
1938
2032
|
|
|
1939
|
-
declare class
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
2033
|
+
declare class BenchmarkIndicatorComponent {
|
|
2034
|
+
delta: number;
|
|
2035
|
+
benchmarkAvailable: boolean;
|
|
2036
|
+
factorScore: FactorScoreDto;
|
|
2037
|
+
constructor();
|
|
2038
|
+
ngOnInit(): void;
|
|
2039
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BenchmarkIndicatorComponent, never>;
|
|
2040
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BenchmarkIndicatorComponent, "benchmark-indicator", never, { "factorScore": { "alias": "factorScore"; "required": false; }; }, {}, never, never, false, never>;
|
|
1943
2041
|
}
|
|
1944
2042
|
|
|
1945
|
-
declare class
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
static
|
|
2043
|
+
declare class ResultIndicatorComponent {
|
|
2044
|
+
qualification: string;
|
|
2045
|
+
result: number;
|
|
2046
|
+
factorScore: FactorScoreDto;
|
|
2047
|
+
constructor();
|
|
2048
|
+
ngOnInit(): void;
|
|
2049
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResultIndicatorComponent, never>;
|
|
2050
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResultIndicatorComponent, "result-indicator", never, { "factorScore": { "alias": "factorScore"; "required": false; }; }, {}, never, never, false, never>;
|
|
1952
2051
|
}
|
|
1953
2052
|
|
|
1954
|
-
declare class
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
2053
|
+
declare class FocusAreasComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2054
|
+
private state;
|
|
2055
|
+
protected snackBar: MatSnackBar;
|
|
2056
|
+
limit: number;
|
|
2057
|
+
focusAreas: FactorScoreDto[];
|
|
2058
|
+
count: number;
|
|
2059
|
+
baseUrl: string;
|
|
2060
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2061
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2062
|
+
getCoreFactor(item: FactorScoreDto): string;
|
|
2063
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FocusAreasComponent, never>;
|
|
2064
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FocusAreasComponent, "focusareas", never, { "limit": { "alias": "limit"; "required": false; }; }, {}, never, never, false, never>;
|
|
1958
2065
|
}
|
|
1959
2066
|
|
|
1960
|
-
declare class
|
|
1961
|
-
private
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
declare class GuardsModule {
|
|
1968
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GuardsModule, never>;
|
|
1969
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GuardsModule, never, never, never>;
|
|
1970
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GuardsModule>;
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
declare class ValidChangeTokenGuard implements CanActivate {
|
|
1974
|
-
private router;
|
|
1975
|
-
constructor(router: Router);
|
|
1976
|
-
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
1977
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValidChangeTokenGuard, never>;
|
|
1978
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ValidChangeTokenGuard>;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
declare class ValidKeyGuard implements CanActivate {
|
|
1982
|
-
private router;
|
|
1983
|
-
constructor(router: Router);
|
|
1984
|
-
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
1985
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValidKeyGuard, never>;
|
|
1986
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ValidKeyGuard>;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
declare class ValidKeySnapshotKeyGuard implements CanActivate {
|
|
1990
|
-
private router;
|
|
1991
|
-
constructor(router: Router);
|
|
1992
|
-
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
1993
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValidKeySnapshotKeyGuard, never>;
|
|
1994
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ValidKeySnapshotKeyGuard>;
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
declare class ValidKeyTeamKeyGuard implements CanActivate {
|
|
1998
|
-
private router;
|
|
1999
|
-
constructor(router: Router);
|
|
2000
|
-
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
2001
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValidKeyTeamKeyGuard, never>;
|
|
2002
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ValidKeyTeamKeyGuard>;
|
|
2067
|
+
declare class ImpactIndicatorComponent {
|
|
2068
|
+
private datePipe;
|
|
2069
|
+
factorScore: FactorScoreDto;
|
|
2070
|
+
constructor(datePipe: DatePipe);
|
|
2071
|
+
ngOnInit(): void;
|
|
2072
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImpactIndicatorComponent, never>;
|
|
2073
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImpactIndicatorComponent, "impact-indicator", never, { "factorScore": { "alias": "factorScore"; "required": false; }; }, {}, never, never, false, never>;
|
|
2003
2074
|
}
|
|
2004
2075
|
|
|
2005
|
-
declare class
|
|
2076
|
+
declare class AgeIndicatorComponent implements OnInit {
|
|
2077
|
+
lastMeasured: Date;
|
|
2078
|
+
lastMeasuredMonths: number;
|
|
2079
|
+
lastMeasuredTooltip: string;
|
|
2006
2080
|
constructor();
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
stackTrace: string;
|
|
2011
|
-
serverStackTrace: string;
|
|
2012
|
-
details: ErrorDetailDto[];
|
|
2013
|
-
loggingSeverity: LoggingSeverityEnum;
|
|
2014
|
-
}
|
|
2015
|
-
declare class ApiErrorDto {
|
|
2016
|
-
code: number;
|
|
2017
|
-
type: string;
|
|
2018
|
-
message: string;
|
|
2019
|
-
stack: string;
|
|
2020
|
-
loggingSeverity: LoggingSeverityEnum;
|
|
2021
|
-
}
|
|
2022
|
-
declare class ErrorDetailDto {
|
|
2023
|
-
type: string;
|
|
2024
|
-
value: any;
|
|
2025
|
-
}
|
|
2026
|
-
declare enum LoggingSeverityEnum {
|
|
2027
|
-
information = 0,
|
|
2028
|
-
warning = 1,
|
|
2029
|
-
exception = 2
|
|
2081
|
+
ngOnInit(): void;
|
|
2082
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AgeIndicatorComponent, never>;
|
|
2083
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AgeIndicatorComponent, "age-indicator", never, { "lastMeasured": { "alias": "lastMeasured"; "required": false; }; }, {}, never, never, false, never>;
|
|
2030
2084
|
}
|
|
2031
2085
|
|
|
2032
|
-
declare class
|
|
2033
|
-
private
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
errorSink: boolean;
|
|
2042
|
-
endpoint: string;
|
|
2043
|
-
enabled: boolean;
|
|
2086
|
+
declare class RoadmapComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2087
|
+
private state;
|
|
2088
|
+
protected snackBar: MatSnackBar;
|
|
2089
|
+
show: boolean;
|
|
2090
|
+
subscribeUrl: string;
|
|
2091
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2092
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2093
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoadmapComponent, never>;
|
|
2094
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoadmapComponent, "roadmap", never, {}, {}, never, never, false, never>;
|
|
2044
2095
|
}
|
|
2045
|
-
declare const ErrorConfigToken: InjectionToken<ErrorServiceConfigDto>;
|
|
2046
2096
|
|
|
2047
|
-
declare class
|
|
2048
|
-
private
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
constructor(
|
|
2053
|
-
|
|
2054
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2055
|
-
static
|
|
2097
|
+
declare class TryNowProfessionalComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2098
|
+
private state;
|
|
2099
|
+
protected snackBar: MatSnackBar;
|
|
2100
|
+
show: boolean;
|
|
2101
|
+
subscribeUrl: string;
|
|
2102
|
+
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
2103
|
+
protected onDataUpdate(data: ITeamReportResultsState): void;
|
|
2104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TryNowProfessionalComponent, never>;
|
|
2105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TryNowProfessionalComponent, "trynow-professional", never, {}, {}, never, never, false, never>;
|
|
2056
2106
|
}
|
|
2057
2107
|
|
|
2058
|
-
declare class
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2108
|
+
declare class ModelComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2109
|
+
private state;
|
|
2110
|
+
private dialog;
|
|
2111
|
+
protected snackBar: MatSnackBar;
|
|
2112
|
+
factors: FactorStructureDto[];
|
|
2113
|
+
showSubFactorArrows: boolean;
|
|
2114
|
+
showModel: boolean;
|
|
2115
|
+
dateRange: DateRangeDto;
|
|
2116
|
+
deltaDateRange: DateRangeDto;
|
|
2117
|
+
coreEffects: EffectDto[];
|
|
2118
|
+
pointCount: number;
|
|
2119
|
+
benchmark: string;
|
|
2120
|
+
pointNames: string;
|
|
2121
|
+
pointType: string;
|
|
2122
|
+
deltaTeams: number;
|
|
2123
|
+
deltaTeamNames: string;
|
|
2124
|
+
deltaAvailable: boolean;
|
|
2125
|
+
isLoggedIn: boolean;
|
|
2126
|
+
canSwitchModels: boolean;
|
|
2127
|
+
modelDefinition: ModelDefinitionDto;
|
|
2128
|
+
qualifiedBy: QualifiedByEnum;
|
|
2129
|
+
deltaType: DeltaPeriodEnum;
|
|
2130
|
+
isSubscriber: boolean;
|
|
2131
|
+
QualifiedByEnum: typeof QualifiedByEnum;
|
|
2132
|
+
globalNotes: string[];
|
|
2133
|
+
constructor(state: ViewModelStateBase<IResultsState>, dialog: MatDialog, snackBar: MatSnackBar);
|
|
2134
|
+
ngOnInit(): void;
|
|
2135
|
+
private determineScreenSize;
|
|
2136
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelComponent, never>;
|
|
2138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelComponent, "model", never, {}, {}, never, never, false, never>;
|
|
2062
2139
|
}
|
|
2063
2140
|
|
|
2064
|
-
declare class
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
sourceUrl: string;
|
|
2084
|
-
clickUrl: string;
|
|
2085
|
-
}
|
|
2086
|
-
declare class GuideStateDto {
|
|
2087
|
-
constructor();
|
|
2088
|
-
activeGuideKey: string;
|
|
2089
|
-
completedSteps: string[];
|
|
2090
|
-
}
|
|
2091
|
-
declare enum GuideMediaTypeEnum {
|
|
2092
|
-
image = "Image",
|
|
2093
|
-
video = "Video"
|
|
2141
|
+
declare class QuickTipsComponent extends ComponentWithViewStateBase<IActionState> {
|
|
2142
|
+
private state;
|
|
2143
|
+
protected snackBar: MatSnackBar;
|
|
2144
|
+
quickTip: FeedbackQuickTipDto;
|
|
2145
|
+
dimensionKey: string;
|
|
2146
|
+
extraClass: string;
|
|
2147
|
+
InterventionTypeEnum: typeof InterventionTypeEnum;
|
|
2148
|
+
InterventionStateEnum: typeof InterventionStateEnum;
|
|
2149
|
+
InterventionOwnerEnum: typeof InterventionOwnerEnum;
|
|
2150
|
+
quickTips: FeedbackQuickTipDto[];
|
|
2151
|
+
tipIndex: number;
|
|
2152
|
+
tipCount: number;
|
|
2153
|
+
stateSubscription: Subscription;
|
|
2154
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2155
|
+
nextTip(): void;
|
|
2156
|
+
previousTip(): void;
|
|
2157
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2158
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuickTipsComponent, never>;
|
|
2159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickTipsComponent, "quicktips", never, { "dimensionKey": { "alias": "dimensionKey"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
2094
2160
|
}
|
|
2095
2161
|
|
|
2096
|
-
declare class
|
|
2097
|
-
private
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2162
|
+
declare class ModelFactorComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2163
|
+
private state;
|
|
2164
|
+
private userSettingsService;
|
|
2165
|
+
protected snackBar: MatSnackBar;
|
|
2166
|
+
dimension: FactorStructureDto;
|
|
2167
|
+
factorExtraClass: string;
|
|
2168
|
+
currentFactor: FactorScoreDto;
|
|
2169
|
+
filter: ModelFilter;
|
|
2170
|
+
direction: string;
|
|
2171
|
+
factorScore: FactorScoreDto;
|
|
2172
|
+
benchmarkScore: number;
|
|
2173
|
+
dimensionKey: string;
|
|
2174
|
+
subDimensions: FactorStructureDto[];
|
|
2175
|
+
benchmark: string;
|
|
2176
|
+
showBenchmark: boolean;
|
|
2177
|
+
description: string;
|
|
2178
|
+
notes: string[];
|
|
2179
|
+
confidenceAvailable: boolean;
|
|
2180
|
+
teamKey: string;
|
|
2181
|
+
effects: EffectDto[];
|
|
2182
|
+
points: PointDto[];
|
|
2183
|
+
openInterventions: number;
|
|
2184
|
+
completedInterventions: number;
|
|
2185
|
+
dataAvailable: boolean;
|
|
2186
|
+
score: number;
|
|
2187
|
+
factorScoreWidth: number;
|
|
2188
|
+
factorScoreLeft: number;
|
|
2189
|
+
feedbackAvailable: boolean;
|
|
2190
|
+
delta: FactorScoreCollectionDeltaDto;
|
|
2191
|
+
dateRange: DateRangeDto;
|
|
2192
|
+
impededInterventions: number;
|
|
2193
|
+
name: string;
|
|
2194
|
+
baseUrl: string;
|
|
2195
|
+
private subscription;
|
|
2196
|
+
InterventionStateEnum: typeof InterventionStateEnum;
|
|
2197
|
+
breakdownPage: number;
|
|
2198
|
+
lastMeasuredDots: Array<number>;
|
|
2199
|
+
lastMeasuredOpacity: number;
|
|
2200
|
+
lastMeasuredTooltip: string;
|
|
2201
|
+
constructor(state: ViewModelStateBase<IResultsState>, userSettingsService: UserSettingService, snackBar: MatSnackBar);
|
|
2102
2202
|
ngOnInit(): void;
|
|
2103
|
-
ngAfterContentChecked(): void;
|
|
2104
|
-
private nextImage;
|
|
2105
|
-
select(index: number): void;
|
|
2106
2203
|
ngOnDestroy(): void;
|
|
2107
|
-
|
|
2108
|
-
static
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
interface IGuideState extends IViewState {
|
|
2112
|
-
guides: GuideCollectionDto;
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
declare const GuidesConfigToken: InjectionToken<GuideConfigDto>;
|
|
2116
|
-
declare class GuidesClientConfig {
|
|
2117
|
-
private config?;
|
|
2118
|
-
constructor(config?: GuideConfigDto);
|
|
2119
|
-
set(config: GuideConfigDto): void;
|
|
2120
|
-
get(): GuideConfigDto;
|
|
2121
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GuidesClientConfig, [{ optional: true; }]>;
|
|
2122
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GuidesClientConfig>;
|
|
2123
|
-
}
|
|
2124
|
-
declare class GuideConfigDto {
|
|
2125
|
-
autoOpen: boolean;
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
interface IGuideStateService {
|
|
2129
|
-
activeGuideUpdated: BehaviorSubject<GuideDto>;
|
|
2130
|
-
dismiss(): Promise<void>;
|
|
2131
|
-
startGuide(guide: GuideDto): Promise<void>;
|
|
2132
|
-
stepToggle(stepKey: string): Promise<void>;
|
|
2204
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorComponent, never>;
|
|
2206
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorComponent, "model-factor", never, { "dimension": { "alias": "dimension"; "required": false; }; "factorExtraClass": { "alias": "factorExtraClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
2133
2207
|
}
|
|
2134
2208
|
|
|
2135
|
-
declare
|
|
2136
|
-
declare class GuidePopupService {
|
|
2209
|
+
declare class RecommendationComponent extends ComponentWithViewStateBase<IActionState> {
|
|
2137
2210
|
private state;
|
|
2138
|
-
|
|
2139
|
-
private
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2211
|
+
protected snackBar: MatSnackBar;
|
|
2212
|
+
private router;
|
|
2213
|
+
item: FactorScoreDto;
|
|
2214
|
+
howToImproveExpanded: boolean;
|
|
2215
|
+
researchExpanded: boolean;
|
|
2216
|
+
recommendations: FactorScoreDto[];
|
|
2217
|
+
resources: FeedbackResourceDto[];
|
|
2218
|
+
index: number;
|
|
2219
|
+
definition: string;
|
|
2220
|
+
influences: FactorEffectDto[];
|
|
2221
|
+
predictors: FactorEffectDto[];
|
|
2222
|
+
delta: FactorScoreCollectionDeltaDto;
|
|
2223
|
+
qualifiedBy: QualifiedByEnum;
|
|
2224
|
+
model: ModelStructureDto;
|
|
2225
|
+
benchmarkAvailable: boolean;
|
|
2226
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, router: Router);
|
|
2227
|
+
ngOnInit(): void;
|
|
2228
|
+
getFactor(factorKey: string): FactorStructureDto;
|
|
2229
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2230
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecommendationComponent, never>;
|
|
2231
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RecommendationComponent, "recommendation", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, false, never>;
|
|
2155
2232
|
}
|
|
2156
2233
|
|
|
2157
|
-
declare class
|
|
2234
|
+
declare class RecommendationsComponent extends ComponentWithViewStateBase<IActionState> {
|
|
2158
2235
|
private state;
|
|
2159
|
-
private guidePopupService;
|
|
2160
|
-
private guideDialog;
|
|
2161
2236
|
protected snackBar: MatSnackBar;
|
|
2162
|
-
private
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2237
|
+
private router;
|
|
2238
|
+
limit: number;
|
|
2239
|
+
skip: number;
|
|
2240
|
+
recommendations: FactorScoreDto[];
|
|
2241
|
+
expanded: number;
|
|
2242
|
+
factors: ModelStructureDto;
|
|
2243
|
+
factorsCollection: FactorScoreCollectionDto;
|
|
2244
|
+
deltaDateRange: DateRangeDto;
|
|
2245
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, router: Router);
|
|
2246
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2247
|
+
private scroll;
|
|
2248
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecommendationsComponent, never>;
|
|
2249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RecommendationsComponent, "recommendations", never, { "limit": { "alias": "limit"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; }, {}, never, never, false, never>;
|
|
2168
2250
|
}
|
|
2169
2251
|
|
|
2170
|
-
declare class
|
|
2252
|
+
declare class ModelSwitcherComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2171
2253
|
private state;
|
|
2172
|
-
guidePopupService: GuidePopupService;
|
|
2173
|
-
private guideStateService;
|
|
2174
|
-
private guidesDialog;
|
|
2175
2254
|
protected snackBar: MatSnackBar;
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
guide: GuideDto;
|
|
2180
|
-
constructor(state: ViewModelStateBase<IGuideState>, guidePopupService: GuidePopupService, guideStateService: IGuideStateService, guidesDialog: ComponentType<any>, snackBar: MatSnackBar, dialog: MatDialog);
|
|
2255
|
+
modelDefinition: ModelDefinitionDto;
|
|
2256
|
+
canSwitchModels: boolean;
|
|
2257
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2181
2258
|
ngOnInit(): void;
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
next(item: GuideStepDto): Promise<void>;
|
|
2186
|
-
complete(item: GuideStepDto): Promise<void>;
|
|
2187
|
-
showSteps(): boolean;
|
|
2188
|
-
select(item: GuideStepDto): void;
|
|
2189
|
-
isLastStep(item: GuideStepDto): boolean;
|
|
2190
|
-
private selectNextOpenItem;
|
|
2191
|
-
protected onDataUpdate(data: IGuideState): void;
|
|
2192
|
-
onWindowResize(): void;
|
|
2193
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogGuideComponent, never>;
|
|
2194
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogGuideComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2195
|
-
}
|
|
2196
|
-
declare class OpenGuideDialogDirective {
|
|
2197
|
-
private dialog;
|
|
2198
|
-
private guidePopupService;
|
|
2199
|
-
private guideDialog;
|
|
2200
|
-
constructor(dialog: MatDialog, guidePopupService: GuidePopupService, guideDialog: ComponentType<any>);
|
|
2201
|
-
onClick(): void;
|
|
2202
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuideDialogDirective, never>;
|
|
2203
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuideDialogDirective, "[guideDialog]", never, {}, {}, never, never, false, never>;
|
|
2259
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2260
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelSwitcherComponent, never>;
|
|
2261
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelSwitcherComponent, "model-switcher", never, {}, {}, never, never, false, never>;
|
|
2204
2262
|
}
|
|
2205
|
-
declare const DIALOG_GUIDE_TOKEN: InjectionToken<ComponentType<any>>;
|
|
2206
2263
|
|
|
2207
|
-
declare class
|
|
2208
|
-
|
|
2209
|
-
guidePopupService: GuidePopupService;
|
|
2210
|
-
private guideStateService;
|
|
2211
|
-
private guideDialog;
|
|
2212
|
-
dialog: MatDialog;
|
|
2213
|
-
protected snackBar: MatSnackBar;
|
|
2214
|
-
guides: GuideDto[];
|
|
2215
|
-
activeGuideKey: string;
|
|
2216
|
-
private subscription;
|
|
2217
|
-
constructor(state: ViewModelStateBase<IGuideState>, guidePopupService: GuidePopupService, guideStateService: IGuideStateService, guideDialog: ComponentType<any>, dialog: MatDialog, snackBar: MatSnackBar);
|
|
2264
|
+
declare class ResearchComponent {
|
|
2265
|
+
constructor();
|
|
2218
2266
|
ngOnInit(): void;
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
ngOnDestroy(): void;
|
|
2222
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogGuidesComponent, never>;
|
|
2223
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogGuidesComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2224
|
-
}
|
|
2225
|
-
declare class OpenGuidesDialogDirective {
|
|
2226
|
-
private dialog;
|
|
2227
|
-
private guidesDialog;
|
|
2228
|
-
constructor(dialog: MatDialog, guidesDialog: ComponentType<any>);
|
|
2229
|
-
onClick(): void;
|
|
2230
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuidesDialogDirective, never>;
|
|
2231
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuidesDialogDirective, "[guidesDialog]", never, {}, {}, never, never, false, never>;
|
|
2232
|
-
}
|
|
2233
|
-
declare const DIALOG_GUIDES_TOKEN: InjectionToken<ComponentType<any>>;
|
|
2234
|
-
|
|
2235
|
-
declare class StartGuideDirective {
|
|
2236
|
-
private guidePopupService;
|
|
2237
|
-
guideKey: string;
|
|
2238
|
-
constructor(guidePopupService: GuidePopupService);
|
|
2239
|
-
onClick(): void;
|
|
2240
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StartGuideDirective, never>;
|
|
2241
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StartGuideDirective, "[startGuide]", never, { "guideKey": { "alias": "guideKey"; "required": false; }; }, {}, never, never, false, never>;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
declare class GuidesModule {
|
|
2245
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GuidesModule, never>;
|
|
2246
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GuidesModule, [typeof StartGuideDirective, typeof OpenGuideDialogDirective, typeof OpenGuidesDialogDirective, typeof DialogGuidesComponent, typeof ResumeGuideHoverComponent, typeof DialogGuideComponent, typeof ImageSliderComponent], [typeof i2$2.MatDialogModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i2$1.CommonModule, typeof BrandingModule, typeof CheckboxModule, typeof i9.StorageServiceModule], [typeof StartGuideDirective, typeof OpenGuideDialogDirective, typeof OpenGuidesDialogDirective, typeof DialogGuidesComponent, typeof ResumeGuideHoverComponent, typeof DialogGuideComponent, typeof ImageSliderComponent]>;
|
|
2247
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GuidesModule>;
|
|
2267
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResearchComponent, never>;
|
|
2268
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResearchComponent, "research", never, {}, {}, never, never, false, never>;
|
|
2248
2269
|
}
|
|
2249
2270
|
|
|
2250
|
-
declare class
|
|
2251
|
-
|
|
2252
|
-
private config;
|
|
2271
|
+
declare class DoItYourselfWorkshopsComponent extends ComponentWithViewStateBase<IActionState> {
|
|
2272
|
+
protected snackBar: MatSnackBar;
|
|
2253
2273
|
private state;
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2274
|
+
factorScore: FactorScoreDto;
|
|
2275
|
+
resources: FeedbackResourceDto[];
|
|
2276
|
+
InterventionTypeEnum: typeof InterventionTypeEnum;
|
|
2277
|
+
InterventionStateEnum: typeof InterventionStateEnum;
|
|
2278
|
+
InterventionOwnerEnum: typeof InterventionOwnerEnum;
|
|
2279
|
+
private baseUrl;
|
|
2280
|
+
constructor(snackBar: MatSnackBar, state: ViewModelStateBase<IResultsState>);
|
|
2281
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2282
|
+
getResourceUrl(item: FeedbackResourceDto): string;
|
|
2283
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DoItYourselfWorkshopsComponent, never>;
|
|
2284
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DoItYourselfWorkshopsComponent, "doityourselfworkshops", never, { "factorScore": { "alias": "factorScore"; "required": false; }; "resources": { "alias": "resources"; "required": false; }; }, {}, never, never, false, never>;
|
|
2262
2285
|
}
|
|
2263
2286
|
|
|
2264
|
-
declare class
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
constructor(storage: StorageService, state: ViewModelStateBase<IGuideState>);
|
|
2270
|
-
dismiss(): Promise<void>;
|
|
2271
|
-
startGuide(guide: GuideDto): Promise<void>;
|
|
2272
|
-
stepToggle(stepKey: string): Promise<void>;
|
|
2273
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GuideStateInBrowserService, never>;
|
|
2274
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GuideStateInBrowserService>;
|
|
2287
|
+
declare class DoItYourselfComponent {
|
|
2288
|
+
constructor();
|
|
2289
|
+
ngOnInit(): void;
|
|
2290
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DoItYourselfComponent, never>;
|
|
2291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DoItYourselfComponent, "doityourself", never, {}, {}, never, never, false, never>;
|
|
2275
2292
|
}
|
|
2276
2293
|
|
|
2277
|
-
declare class
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2294
|
+
declare class ModelFactorBreakdownComponent implements OnInit {
|
|
2295
|
+
factor: {
|
|
2296
|
+
points: any[];
|
|
2297
|
+
name?: string;
|
|
2298
|
+
};
|
|
2299
|
+
pageSize: number;
|
|
2300
|
+
currentPage: number;
|
|
2301
|
+
pageCount: number;
|
|
2302
|
+
pagedPoints: any[];
|
|
2303
|
+
points: PointDto[];
|
|
2304
|
+
ngOnInit(): Promise<void>;
|
|
2305
|
+
updatePaging(): void;
|
|
2306
|
+
showPage(page: number): void;
|
|
2307
|
+
nextPage(): void;
|
|
2308
|
+
prevPage(): void;
|
|
2309
|
+
hasNext(): boolean;
|
|
2310
|
+
hasPrev(): boolean;
|
|
2311
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorBreakdownComponent, never>;
|
|
2312
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorBreakdownComponent, "model-factor-breakdown", never, { "factor": { "alias": "factor"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
2281
2313
|
}
|
|
2282
2314
|
|
|
2283
|
-
declare class
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2315
|
+
declare class FooterComponent extends ComponentWithViewStateBase<IViewState> {
|
|
2316
|
+
private state;
|
|
2317
|
+
protected snackBar: MatSnackBar;
|
|
2318
|
+
branding: BrandingSettingsDto;
|
|
2319
|
+
constructor(state: ViewModelStateBase<IViewState>, snackBar: MatSnackBar);
|
|
2320
|
+
protected onDataUpdate(data: IViewState): void;
|
|
2321
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
2322
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "liberators-footer", never, {}, {}, never, never, false, never>;
|
|
2287
2323
|
}
|
|
2288
2324
|
|
|
2289
|
-
declare class
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePipe, never>;
|
|
2294
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateRangePipe, "dateRange", false>;
|
|
2325
|
+
declare class FactorService {
|
|
2326
|
+
toSelectList(model: ModelStructureDto): SelectItem[];
|
|
2327
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FactorService, never>;
|
|
2328
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FactorService>;
|
|
2295
2329
|
}
|
|
2296
2330
|
|
|
2297
|
-
declare class
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2331
|
+
declare class DialogSettingsComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2332
|
+
dialogRef: MatDialogRef<DialogSettingsComponent>;
|
|
2333
|
+
private factorService;
|
|
2334
|
+
private userSettingsService;
|
|
2335
|
+
protected snackBar: MatSnackBar;
|
|
2336
|
+
private formBuilder;
|
|
2337
|
+
private state;
|
|
2338
|
+
form: FormGroup;
|
|
2339
|
+
sending: boolean;
|
|
2340
|
+
private settings;
|
|
2341
|
+
factors: SelectItem[];
|
|
2342
|
+
isSingleTeam: boolean;
|
|
2343
|
+
isSubscriber: boolean;
|
|
2344
|
+
modelFilterSettings: ModelFilter;
|
|
2345
|
+
customFactorsSelected: boolean;
|
|
2346
|
+
benchmarkTypes: SelectItem[];
|
|
2347
|
+
deltaPeriods: SelectItem[];
|
|
2348
|
+
qualifyByTypes: SelectItem[];
|
|
2349
|
+
constructor(dialogRef: MatDialogRef<DialogSettingsComponent>, factorService: FactorService, userSettingsService: UserSettingService, snackBar: MatSnackBar, formBuilder: FormBuilder, state: ViewModelStateBase<IResultsState>);
|
|
2350
|
+
ngOnInit(): void;
|
|
2351
|
+
submit(): void;
|
|
2352
|
+
resetOverviewFactors(): void;
|
|
2353
|
+
verifyOverviewFactors(): void;
|
|
2354
|
+
private createForm;
|
|
2355
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2356
|
+
private arraysHaveSameElements;
|
|
2357
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSettingsComponent, never>;
|
|
2358
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogSettingsComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2301
2359
|
}
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
static
|
|
2360
|
+
declare class OpenSettingsDialogDirective {
|
|
2361
|
+
private dialog;
|
|
2362
|
+
showSettingStacking: boolean;
|
|
2363
|
+
constructor(dialog: MatDialog);
|
|
2364
|
+
onClick(): void;
|
|
2365
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenSettingsDialogDirective, never>;
|
|
2366
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenSettingsDialogDirective, "[settingsDialog]", never, { "showSettingStacking": { "alias": "showSettingStacking"; "required": false; }; }, {}, never, never, false, never>;
|
|
2308
2367
|
}
|
|
2309
2368
|
|
|
2310
|
-
declare class
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2369
|
+
declare class NavButtonComponent implements OnInit, OnDestroy {
|
|
2370
|
+
private router;
|
|
2371
|
+
private brandingProvider;
|
|
2372
|
+
hover: boolean;
|
|
2373
|
+
active: boolean;
|
|
2374
|
+
accentColor: string;
|
|
2375
|
+
private paletteItems;
|
|
2376
|
+
private subscription;
|
|
2377
|
+
routerLink: string[];
|
|
2378
|
+
url: string;
|
|
2379
|
+
icon: string;
|
|
2380
|
+
name: string;
|
|
2381
|
+
alertCount: number;
|
|
2382
|
+
backgroundColor: string;
|
|
2383
|
+
color: string;
|
|
2384
|
+
mouseover(eventData: Event): void;
|
|
2385
|
+
mouseleave(eventData: Event): void;
|
|
2386
|
+
constructor(router: Router, brandingProvider: BrandingProvider);
|
|
2387
|
+
private isUrlSame;
|
|
2388
|
+
ngOnInit(): void;
|
|
2389
|
+
private setColor;
|
|
2390
|
+
ngOnDestroy(): void;
|
|
2391
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavButtonComponent, never>;
|
|
2392
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavButtonComponent, "nav-button", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "url": { "alias": "url"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "name": { "alias": "name"; "required": false; }; "alertCount": { "alias": "alertCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
2314
2393
|
}
|
|
2315
2394
|
|
|
2316
|
-
declare class
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2395
|
+
declare class TermsService {
|
|
2396
|
+
private http;
|
|
2397
|
+
private config;
|
|
2398
|
+
private baseUrl;
|
|
2399
|
+
constructor(http: HttpClient, config: ApiConfig);
|
|
2400
|
+
accept(): Observable<any>;
|
|
2401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TermsService, never>;
|
|
2402
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TermsService>;
|
|
2320
2403
|
}
|
|
2321
2404
|
|
|
2322
|
-
declare class
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2405
|
+
declare class TermsUpdatedComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2406
|
+
private termsService;
|
|
2407
|
+
protected state: ViewModelStateBase<IResultsState>;
|
|
2408
|
+
protected snackBar: MatSnackBar;
|
|
2409
|
+
legal: LegalDto;
|
|
2410
|
+
termsUpdated: boolean;
|
|
2411
|
+
sending: boolean;
|
|
2412
|
+
constructor(termsService: TermsService, state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2413
|
+
accept(): Promise<void>;
|
|
2414
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2415
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TermsUpdatedComponent, never>;
|
|
2416
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TermsUpdatedComponent, "termsupdated", never, {}, {}, never, never, false, never>;
|
|
2326
2417
|
}
|
|
2327
2418
|
|
|
2328
|
-
declare class
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2419
|
+
declare class WidgetFactorScoreComponent {
|
|
2420
|
+
direction: string;
|
|
2421
|
+
factorScore: FactorScoreDto;
|
|
2422
|
+
factorScores: FactorScoreCollectionDto;
|
|
2423
|
+
delta: FactorScoreCollectionDeltaDto;
|
|
2424
|
+
benchmarkName: string;
|
|
2425
|
+
factorScoreWidth: number;
|
|
2426
|
+
score: number;
|
|
2427
|
+
benchmark: number;
|
|
2428
|
+
confidenceAvailable: boolean;
|
|
2429
|
+
factorScoreLeft: number;
|
|
2430
|
+
points: PointDto[];
|
|
2333
2431
|
constructor();
|
|
2334
2432
|
ngOnInit(): void;
|
|
2335
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2336
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
2433
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetFactorScoreComponent, never>;
|
|
2434
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetFactorScoreComponent, "widget-factorscore", never, { "factorScore": { "alias": "factorScore"; "required": false; }; "factorScores": { "alias": "factorScores"; "required": false; }; "delta": { "alias": "delta"; "required": false; }; }, {}, never, never, false, never>;
|
|
2337
2435
|
}
|
|
2338
2436
|
|
|
2339
|
-
declare class
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
color: string;
|
|
2348
|
-
width: number;
|
|
2349
|
-
onlyVisible: boolean;
|
|
2350
|
-
fromX: number;
|
|
2351
|
-
fromY: number;
|
|
2352
|
-
toX: number;
|
|
2353
|
-
toY: number;
|
|
2354
|
-
arrowIndices: number[];
|
|
2355
|
-
styleLine: object[];
|
|
2356
|
-
styleArrowFw: object[];
|
|
2357
|
-
styleArrowBw: object[];
|
|
2358
|
-
needSwap: boolean[];
|
|
2359
|
-
private elementPositionBackup;
|
|
2360
|
-
constructor(elem: ElementRef);
|
|
2361
|
-
private getNumberOrDef;
|
|
2362
|
-
private isVisible;
|
|
2363
|
-
private inside;
|
|
2364
|
-
private intersectionPoint;
|
|
2365
|
-
private adjustLine;
|
|
2366
|
-
private adjustLines;
|
|
2367
|
-
private getFromToPairs;
|
|
2368
|
-
private trackPositionChange;
|
|
2437
|
+
declare class WidgetParticipationRateComponent {
|
|
2438
|
+
direction: string;
|
|
2439
|
+
data: ParticipationRateDto;
|
|
2440
|
+
factorScoreWidth: number;
|
|
2441
|
+
percentage: number;
|
|
2442
|
+
confidenceAvailable: boolean;
|
|
2443
|
+
factorScoreLeft: number;
|
|
2444
|
+
constructor();
|
|
2369
2445
|
ngOnInit(): void;
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArrowComponent, never>;
|
|
2373
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArrowComponent, "arrow", never, { "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; "head": { "alias": "head"; "required": false; }; "tail": { "alias": "tail"; "required": false; }; "text": { "alias": "text"; "required": false; }; "toolTip": { "alias": "toolTip"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "onlyVisible": { "alias": "onlyVisible"; "required": false; }; "fromX": { "alias": "fromX"; "required": false; }; "fromY": { "alias": "fromY"; "required": false; }; "toX": { "alias": "toX"; "required": false; }; "toY": { "alias": "toY"; "required": false; }; }, {}, never, never, false, never>;
|
|
2446
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetParticipationRateComponent, never>;
|
|
2447
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetParticipationRateComponent, "widget-participationrate", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
2374
2448
|
}
|
|
2375
2449
|
|
|
2376
|
-
declare class
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2450
|
+
declare class TeamEffectivenessComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2451
|
+
private state;
|
|
2452
|
+
protected snackBar: MatSnackBar;
|
|
2453
|
+
score: number;
|
|
2454
|
+
benchmarkScore: number;
|
|
2455
|
+
benchmarkUpperQuartile: number;
|
|
2456
|
+
qualification: string;
|
|
2457
|
+
showTeamScore: boolean;
|
|
2458
|
+
private teamEffectivenessKey;
|
|
2459
|
+
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
2460
|
+
protected onDataUpdate(data: ITeamReportResultsState): void;
|
|
2461
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TeamEffectivenessComponent, never>;
|
|
2462
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TeamEffectivenessComponent, "teameffectiveness", never, {}, {}, never, never, false, never>;
|
|
2384
2463
|
}
|
|
2385
2464
|
|
|
2386
|
-
declare class
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2465
|
+
declare class ExportFactorScoresRequestDto {
|
|
2466
|
+
constructor(modelKey: string);
|
|
2467
|
+
modelKey: string;
|
|
2468
|
+
periodGrouping: string;
|
|
2469
|
+
dateRange: DateRangeDto;
|
|
2470
|
+
benchmark: BenchmarkTypeEnum;
|
|
2471
|
+
}
|
|
2472
|
+
declare class ExportTeamListRequestDto {
|
|
2473
|
+
constructor(modelKey: string);
|
|
2474
|
+
modelKey: string;
|
|
2394
2475
|
}
|
|
2395
2476
|
|
|
2396
|
-
declare class
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
constructor();
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
static
|
|
2477
|
+
declare class ExportService {
|
|
2478
|
+
private http;
|
|
2479
|
+
private config;
|
|
2480
|
+
private baseUrl;
|
|
2481
|
+
constructor(http: HttpClient, config: ApiConfig);
|
|
2482
|
+
exportFactorScores(request: ExportFactorScoresRequestDto): Observable<any>;
|
|
2483
|
+
exportTeamList(request: ExportTeamListRequestDto): Observable<any>;
|
|
2484
|
+
exportParticipationRate(request: ExportTeamListRequestDto): Observable<any>;
|
|
2485
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
|
|
2486
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
|
|
2405
2487
|
}
|
|
2406
2488
|
|
|
2407
|
-
declare class
|
|
2489
|
+
declare class DialogExportFactorScoresComponent extends ComponentWithViewStateBase<IViewState> {
|
|
2408
2490
|
private state;
|
|
2409
2491
|
protected snackBar: MatSnackBar;
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2492
|
+
private exportService;
|
|
2493
|
+
private dialogRef;
|
|
2494
|
+
private formBuilder;
|
|
2495
|
+
form: FormGroup;
|
|
2496
|
+
sending: boolean;
|
|
2497
|
+
submitted: boolean;
|
|
2498
|
+
modelKey: string;
|
|
2499
|
+
periodGroupings: SelectItem[];
|
|
2500
|
+
benchmarkTypes: SelectItem[];
|
|
2501
|
+
constructor(state: ViewModelStateBase<IViewState>, snackBar: MatSnackBar, exportService: ExportService, dialogRef: MatDialogRef<DialogExportFactorScoresComponent>, formBuilder: FormBuilder);
|
|
2502
|
+
ngOnInit(): void;
|
|
2503
|
+
submit(): Promise<void>;
|
|
2418
2504
|
protected onDataUpdate(data: IResultsState): void;
|
|
2419
|
-
|
|
2420
|
-
static
|
|
2505
|
+
private createForm;
|
|
2506
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogExportFactorScoresComponent, never>;
|
|
2507
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogExportFactorScoresComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2421
2508
|
}
|
|
2422
2509
|
|
|
2423
|
-
declare class
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BenchmarkIndicatorComponent, never>;
|
|
2430
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BenchmarkIndicatorComponent, "benchmark-indicator", never, { "factorScore": { "alias": "factorScore"; "required": false; }; }, {}, never, never, false, never>;
|
|
2510
|
+
declare class OpenExportFactorScoresDialogDirective {
|
|
2511
|
+
private dialog;
|
|
2512
|
+
constructor(dialog: MatDialog);
|
|
2513
|
+
onClick(): void;
|
|
2514
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenExportFactorScoresDialogDirective, never>;
|
|
2515
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenExportFactorScoresDialogDirective, "[exportFactorScoresDialog]", never, {}, {}, never, never, false, never>;
|
|
2431
2516
|
}
|
|
2432
2517
|
|
|
2433
|
-
declare class
|
|
2434
|
-
private
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2518
|
+
declare class DialogExportTeamListComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2519
|
+
private state;
|
|
2520
|
+
protected snackBar: MatSnackBar;
|
|
2521
|
+
protected userSettings: IUserSettingStrategy;
|
|
2522
|
+
private exportService;
|
|
2523
|
+
private dialogRef;
|
|
2524
|
+
private formBuilder;
|
|
2525
|
+
form: FormGroup;
|
|
2526
|
+
sending: boolean;
|
|
2527
|
+
modelKey: string;
|
|
2528
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, userSettings: IUserSettingStrategy, exportService: ExportService, dialogRef: MatDialogRef<DialogExportTeamListComponent>, formBuilder: FormBuilder);
|
|
2443
2529
|
ngOnInit(): void;
|
|
2444
|
-
|
|
2445
|
-
|
|
2530
|
+
exportTeamSummaries(): Promise<void>;
|
|
2531
|
+
exportParticipationRate(): Promise<void>;
|
|
2532
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2533
|
+
private createForm;
|
|
2534
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogExportTeamListComponent, never>;
|
|
2535
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogExportTeamListComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2446
2536
|
}
|
|
2447
2537
|
|
|
2448
|
-
declare class
|
|
2449
|
-
|
|
2538
|
+
declare class OpenExportTeamListDialogDirective {
|
|
2539
|
+
private dialog;
|
|
2540
|
+
constructor(dialog: MatDialog);
|
|
2541
|
+
onClick(): void;
|
|
2542
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenExportTeamListDialogDirective, never>;
|
|
2543
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenExportTeamListDialogDirective, "[exportTeamListDialog]", never, {}, {}, never, never, false, never>;
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
declare class DialogTeamFilterComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2547
|
+
tags: string[];
|
|
2548
|
+
private state;
|
|
2549
|
+
protected userSettings: IUserSettingStrategy;
|
|
2550
|
+
protected snackBar: MatSnackBar;
|
|
2551
|
+
private dialogRef;
|
|
2552
|
+
private formBuilder;
|
|
2553
|
+
form: UntypedFormGroup;
|
|
2554
|
+
sending: boolean;
|
|
2555
|
+
submitted: boolean;
|
|
2556
|
+
filterSet: boolean;
|
|
2557
|
+
constructor(tags: string[], state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, snackBar: MatSnackBar, dialogRef: MatDialogRef<DialogTeamFilterComponent>, formBuilder: UntypedFormBuilder);
|
|
2450
2558
|
ngOnInit(): void;
|
|
2451
|
-
|
|
2452
|
-
|
|
2559
|
+
submit(): Promise<void>;
|
|
2560
|
+
clear(): Promise<void>;
|
|
2561
|
+
private createForm;
|
|
2562
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2563
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTeamFilterComponent, never>;
|
|
2564
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTeamFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2453
2565
|
}
|
|
2454
2566
|
|
|
2455
|
-
declare class
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
InterventionOwnerEnum: typeof InterventionOwnerEnum;
|
|
2463
|
-
private baseUrl;
|
|
2464
|
-
constructor(snackBar: MatSnackBar, state: ViewModelStateBase<IResultsState>);
|
|
2465
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
2466
|
-
getResourceUrl(item: FeedbackResourceDto): string;
|
|
2467
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DoItYourselfWorkshopsComponent, never>;
|
|
2468
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DoItYourselfWorkshopsComponent, "doityourselfworkshops", never, { "factorScore": { "alias": "factorScore"; "required": false; }; "resources": { "alias": "resources"; "required": false; }; }, {}, never, never, false, never>;
|
|
2567
|
+
declare class OpenTeamFilterDialogDirective {
|
|
2568
|
+
private dialog;
|
|
2569
|
+
tags: string[];
|
|
2570
|
+
constructor(dialog: MatDialog);
|
|
2571
|
+
onClick(): void;
|
|
2572
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenTeamFilterDialogDirective, never>;
|
|
2573
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenTeamFilterDialogDirective, "[teamFilterDialog]", never, { "tags": { "alias": "tags"; "required": false; }; }, {}, never, never, false, never>;
|
|
2469
2574
|
}
|
|
2470
2575
|
|
|
2471
2576
|
declare class FactorAxisComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
@@ -2502,6 +2607,56 @@ declare class FactorAxisComponent extends ComponentWithViewStateBase<IResultsSta
|
|
|
2502
2607
|
static ɵcmp: i0.ɵɵComponentDeclaration<FactorAxisComponent, "factor-axis", never, { "dimensionSelector": { "alias": "dimensionSelector"; "required": false; }; "showIndividualScore": { "alias": "showIndividualScore"; "required": false; }; "showTeamRange": { "alias": "showTeamRange"; "required": false; }; }, {}, never, never, false, never>;
|
|
2503
2608
|
}
|
|
2504
2609
|
|
|
2610
|
+
declare class TipBadgeComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2611
|
+
protected state: ViewModelStateBase<ITeamReportResultsState>;
|
|
2612
|
+
protected snackBar: MatSnackBar;
|
|
2613
|
+
dimension: string;
|
|
2614
|
+
label: string;
|
|
2615
|
+
key: string;
|
|
2616
|
+
feedbackKey: string;
|
|
2617
|
+
impact: number;
|
|
2618
|
+
class: string;
|
|
2619
|
+
subscribed: boolean;
|
|
2620
|
+
baseUrl: string;
|
|
2621
|
+
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
2622
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2623
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TipBadgeComponent, never>;
|
|
2624
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TipBadgeComponent, "tip-badge", never, { "dimension": { "alias": "dimension"; "required": false; }; }, {}, never, never, false, never>;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
declare class DialogNotesComponent {
|
|
2628
|
+
notes: string[];
|
|
2629
|
+
constructor(notes: string[]);
|
|
2630
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogNotesComponent, never>;
|
|
2631
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogNotesComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
declare class FilterTagsComponent {
|
|
2635
|
+
protected userSettings: IUserSettingStrategy;
|
|
2636
|
+
tags: string[];
|
|
2637
|
+
constructor(userSettings: IUserSettingStrategy);
|
|
2638
|
+
filterByTag(tag: string): Promise<void>;
|
|
2639
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterTagsComponent, never>;
|
|
2640
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterTagsComponent, "filter-tags", never, { "tags": { "alias": "tags"; "required": false; }; }, {}, never, never, false, never>;
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
declare class LimitationsApplyComponent {
|
|
2644
|
+
notes: string[];
|
|
2645
|
+
constructor();
|
|
2646
|
+
ngOnInit(): void;
|
|
2647
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LimitationsApplyComponent, never>;
|
|
2648
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LimitationsApplyComponent, "limitationsapply", never, { "notes": { "alias": "notes"; "required": false; }; }, {}, never, never, false, never>;
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
declare class OpenNotesDialogDirective {
|
|
2652
|
+
private dialog;
|
|
2653
|
+
notes: string[];
|
|
2654
|
+
constructor(dialog: MatDialog);
|
|
2655
|
+
onClick(): void;
|
|
2656
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenNotesDialogDirective, never>;
|
|
2657
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenNotesDialogDirective, "[notesDialog]", never, { "notes": { "alias": "notes"; "required": false; }; }, {}, never, never, false, never>;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2505
2660
|
declare class FactorsComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2506
2661
|
private state;
|
|
2507
2662
|
protected snackBar: MatSnackBar;
|
|
@@ -2522,193 +2677,160 @@ declare class FactorsComponent extends ComponentWithViewStateBase<IResultsState>
|
|
|
2522
2677
|
static ɵcmp: i0.ɵɵComponentDeclaration<FactorsComponent, "factors", never, {}, {}, never, never, false, never>;
|
|
2523
2678
|
}
|
|
2524
2679
|
|
|
2525
|
-
declare class
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
filterByTag(tag: string): Promise<void>;
|
|
2530
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterTagsComponent, never>;
|
|
2531
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterTagsComponent, "filter-tags", never, { "tags": { "alias": "tags"; "required": false; }; }, {}, never, never, false, never>;
|
|
2680
|
+
declare class TrendDataSetDto {
|
|
2681
|
+
name: string;
|
|
2682
|
+
variables: VariableDto[];
|
|
2683
|
+
generatorNotes: string[];
|
|
2532
2684
|
}
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
getCoreFactor(item: FactorScoreDto): string;
|
|
2544
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FocusAreasComponent, never>;
|
|
2545
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FocusAreasComponent, "focusareas", never, { "limit": { "alias": "limit"; "required": false; }; }, {}, never, never, false, never>;
|
|
2685
|
+
declare class VariableDto {
|
|
2686
|
+
name: string;
|
|
2687
|
+
color: string;
|
|
2688
|
+
series: MeasurementDto[];
|
|
2689
|
+
}
|
|
2690
|
+
declare class MeasurementDto {
|
|
2691
|
+
name: string;
|
|
2692
|
+
value: number;
|
|
2693
|
+
min: number;
|
|
2694
|
+
max: number;
|
|
2546
2695
|
}
|
|
2547
2696
|
|
|
2548
|
-
declare class
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2697
|
+
declare class TrendDataRequestDto {
|
|
2698
|
+
type: string;
|
|
2699
|
+
teamKey: string;
|
|
2700
|
+
clientKey: string;
|
|
2701
|
+
teamKeys: string[];
|
|
2702
|
+
clientKeys: string[];
|
|
2703
|
+
includeSpread: boolean;
|
|
2704
|
+
dateRange: DateRangeDto;
|
|
2705
|
+
factorKeys: string[];
|
|
2706
|
+
periodGrouping: DeltaPeriodEnum;
|
|
2707
|
+
includeActions: IncludeActionsModeEnum;
|
|
2556
2708
|
}
|
|
2557
2709
|
|
|
2558
|
-
declare class
|
|
2559
|
-
private
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
static
|
|
2710
|
+
declare class TrendService {
|
|
2711
|
+
private http;
|
|
2712
|
+
private config;
|
|
2713
|
+
private baseUrl;
|
|
2714
|
+
constructor(http: HttpClient, config: ApiConfig);
|
|
2715
|
+
team(request: TrendDataRequestDto): rxjs.Observable<TrendDataSetDto>;
|
|
2716
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendService, never>;
|
|
2717
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TrendService>;
|
|
2565
2718
|
}
|
|
2566
2719
|
|
|
2567
|
-
declare class
|
|
2568
|
-
|
|
2569
|
-
|
|
2720
|
+
declare class TrendsComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2721
|
+
private formBuilder;
|
|
2722
|
+
protected snackBar: MatSnackBar;
|
|
2723
|
+
private factorService;
|
|
2724
|
+
private trendService;
|
|
2725
|
+
protected route: ActivatedRoute;
|
|
2726
|
+
private state;
|
|
2727
|
+
units: SelectItem[];
|
|
2728
|
+
unitType: string;
|
|
2729
|
+
chartContainer: ElementRef<HTMLDivElement>;
|
|
2730
|
+
factors: SelectItem[];
|
|
2731
|
+
data: any[];
|
|
2732
|
+
generatorNotes: string[];
|
|
2733
|
+
loading: boolean;
|
|
2734
|
+
form: UntypedFormGroup;
|
|
2735
|
+
view: [number, number];
|
|
2736
|
+
legendPosition: LegendPosition;
|
|
2737
|
+
customColors: any[];
|
|
2738
|
+
periodGroupings: SelectItem[];
|
|
2739
|
+
includeActionOptions: SelectItem[];
|
|
2740
|
+
constructor(formBuilder: UntypedFormBuilder, snackBar: MatSnackBar, factorService: FactorService, trendService: TrendService, route: ActivatedRoute, state: ViewModelStateBase<IResultsState>);
|
|
2570
2741
|
ngOnInit(): void;
|
|
2571
|
-
|
|
2572
|
-
|
|
2742
|
+
onFormSubmit(): void;
|
|
2743
|
+
onResize(): void;
|
|
2744
|
+
private createForm;
|
|
2745
|
+
compareFactorOptions(o1: SelectItem, o2: SelectItem): boolean;
|
|
2746
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2747
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendsComponent, never>;
|
|
2748
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TrendsComponent, "trends", never, { "units": { "alias": "units"; "required": false; }; "unitType": { "alias": "unitType"; "required": false; }; }, {}, never, never, false, never>;
|
|
2573
2749
|
}
|
|
2574
2750
|
|
|
2575
|
-
declare class
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
points: PointDto[];
|
|
2585
|
-
ngOnInit(): Promise<void>;
|
|
2586
|
-
updatePaging(): void;
|
|
2587
|
-
showPage(page: number): void;
|
|
2588
|
-
nextPage(): void;
|
|
2589
|
-
prevPage(): void;
|
|
2590
|
-
hasNext(): boolean;
|
|
2591
|
-
hasPrev(): boolean;
|
|
2592
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorBreakdownComponent, never>;
|
|
2593
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorBreakdownComponent, "model-factor-breakdown", never, { "factor": { "alias": "factor"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
2751
|
+
declare class BadgeComponent {
|
|
2752
|
+
showName: boolean;
|
|
2753
|
+
badge: BadgeDto;
|
|
2754
|
+
radius: number;
|
|
2755
|
+
constructor();
|
|
2756
|
+
isStreakBadge(): boolean;
|
|
2757
|
+
isProgressionBadge(): boolean;
|
|
2758
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
2759
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "badge", never, { "showName": { "alias": "showName"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, false, never>;
|
|
2594
2760
|
}
|
|
2595
2761
|
|
|
2596
|
-
declare class
|
|
2762
|
+
declare class BadgesComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2597
2763
|
private state;
|
|
2598
|
-
private userSettingsService;
|
|
2599
2764
|
protected snackBar: MatSnackBar;
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
name: string;
|
|
2628
|
-
baseUrl: string;
|
|
2765
|
+
loaded: boolean;
|
|
2766
|
+
showNotearned: boolean;
|
|
2767
|
+
earnedStreakBadges: BadgeDto[];
|
|
2768
|
+
earnedProgressionBadges: BadgeDto[];
|
|
2769
|
+
unearnedProgressionBadges: BadgeDto[];
|
|
2770
|
+
unearnedStreakBadges: BadgeDto[];
|
|
2771
|
+
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2772
|
+
calculateBadgeProgress(badge: BadgeDto): number;
|
|
2773
|
+
protected onDataUpdate(data: IResultsState): void;
|
|
2774
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgesComponent, never>;
|
|
2775
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgesComponent, "badges", never, {}, {}, never, never, false, never>;
|
|
2776
|
+
}
|
|
2777
|
+
|
|
2778
|
+
declare class BadgeStreakComponent {
|
|
2779
|
+
showName: boolean;
|
|
2780
|
+
badge: BadgeDto;
|
|
2781
|
+
radius: number;
|
|
2782
|
+
constructor();
|
|
2783
|
+
getStreakBadgeType(): string;
|
|
2784
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeStreakComponent, never>;
|
|
2785
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeStreakComponent, "badge-streak", never, { "showName": { "alias": "showName"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, false, never>;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
declare class UpdateInProgressComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2789
|
+
protected state: ViewModelStateBase<ITeamReportResultsState>;
|
|
2790
|
+
protected snackBar: MatSnackBar;
|
|
2791
|
+
delayedReloading: boolean;
|
|
2629
2792
|
private subscription;
|
|
2630
|
-
|
|
2631
|
-
breakdownPage: number;
|
|
2632
|
-
lastMeasuredDots: Array<number>;
|
|
2633
|
-
lastMeasuredOpacity: number;
|
|
2634
|
-
lastMeasuredTooltip: string;
|
|
2635
|
-
constructor(state: ViewModelStateBase<IResultsState>, userSettingsService: UserSettingService, snackBar: MatSnackBar);
|
|
2793
|
+
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
2636
2794
|
ngOnInit(): void;
|
|
2637
2795
|
ngOnDestroy(): void;
|
|
2638
|
-
|
|
2639
|
-
static
|
|
2640
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorComponent, "model-factor", never, { "dimension": { "alias": "dimension"; "required": false; }; "factorExtraClass": { "alias": "factorExtraClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
2796
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateInProgressComponent, never>;
|
|
2797
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateInProgressComponent, "update-in-progress", never, {}, {}, never, never, false, never>;
|
|
2641
2798
|
}
|
|
2642
2799
|
|
|
2643
|
-
declare class
|
|
2800
|
+
declare class DialogModelFilterComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2644
2801
|
private state;
|
|
2802
|
+
protected userSettings: IUserSettingStrategy;
|
|
2645
2803
|
protected snackBar: MatSnackBar;
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2804
|
+
private dialogRef;
|
|
2805
|
+
private formBuilder;
|
|
2806
|
+
form: UntypedFormGroup;
|
|
2807
|
+
sending: boolean;
|
|
2808
|
+
submitted: boolean;
|
|
2809
|
+
models: ModelSummaryDto[];
|
|
2810
|
+
constructor(state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, snackBar: MatSnackBar, dialogRef: MatDialogRef<DialogModelFilterComponent>, formBuilder: UntypedFormBuilder);
|
|
2649
2811
|
ngOnInit(): void;
|
|
2812
|
+
submit(): Promise<void>;
|
|
2813
|
+
private createForm;
|
|
2650
2814
|
protected onDataUpdate(data: IResultsState): void;
|
|
2651
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2652
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
2815
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModelFilterComponent, never>;
|
|
2816
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogModelFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2653
2817
|
}
|
|
2654
|
-
|
|
2655
|
-
declare class ModelComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2656
|
-
private state;
|
|
2818
|
+
declare class OpenModelFilterDialog {
|
|
2657
2819
|
private dialog;
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
dateRange: DateRangeDto;
|
|
2663
|
-
deltaDateRange: DateRangeDto;
|
|
2664
|
-
coreEffects: EffectDto[];
|
|
2665
|
-
pointCount: number;
|
|
2666
|
-
benchmark: string;
|
|
2667
|
-
pointNames: string;
|
|
2668
|
-
pointType: string;
|
|
2669
|
-
deltaTeams: number;
|
|
2670
|
-
deltaTeamNames: string;
|
|
2671
|
-
deltaAvailable: boolean;
|
|
2672
|
-
isLoggedIn: boolean;
|
|
2673
|
-
canSwitchModels: boolean;
|
|
2674
|
-
modelDefinition: ModelDefinitionDto;
|
|
2675
|
-
qualifiedBy: QualifiedByEnum;
|
|
2676
|
-
deltaType: DeltaPeriodEnum;
|
|
2677
|
-
isSubscriber: boolean;
|
|
2678
|
-
QualifiedByEnum: typeof QualifiedByEnum;
|
|
2679
|
-
globalNotes: string[];
|
|
2680
|
-
constructor(state: ViewModelStateBase<IResultsState>, dialog: MatDialog, snackBar: MatSnackBar);
|
|
2681
|
-
ngOnInit(): void;
|
|
2682
|
-
private determineScreenSize;
|
|
2683
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
2684
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModelComponent, never>;
|
|
2685
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModelComponent, "model", never, {}, {}, never, never, false, never>;
|
|
2820
|
+
constructor(dialog: MatDialog);
|
|
2821
|
+
onClick(): void;
|
|
2822
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenModelFilterDialog, never>;
|
|
2823
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenModelFilterDialog, "[modelFilterDialog]", never, {}, {}, never, never, false, never>;
|
|
2686
2824
|
}
|
|
2687
2825
|
|
|
2688
|
-
declare class
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
routerLink: string[];
|
|
2697
|
-
url: string;
|
|
2698
|
-
icon: string;
|
|
2699
|
-
name: string;
|
|
2700
|
-
alertCount: number;
|
|
2701
|
-
backgroundColor: string;
|
|
2702
|
-
color: string;
|
|
2703
|
-
mouseover(eventData: Event): void;
|
|
2704
|
-
mouseleave(eventData: Event): void;
|
|
2705
|
-
constructor(router: Router, brandingProvider: BrandingProvider);
|
|
2706
|
-
private isUrlSame;
|
|
2707
|
-
ngOnInit(): void;
|
|
2708
|
-
private setColor;
|
|
2709
|
-
ngOnDestroy(): void;
|
|
2710
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavButtonComponent, never>;
|
|
2711
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavButtonComponent, "nav-button", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "url": { "alias": "url"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "name": { "alias": "name"; "required": false; }; "alertCount": { "alias": "alertCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
2826
|
+
declare class BadgeProgressionComponent {
|
|
2827
|
+
showName: boolean;
|
|
2828
|
+
badge: BadgeDto;
|
|
2829
|
+
radius: number;
|
|
2830
|
+
constructor();
|
|
2831
|
+
badgeType(): BadgeTypeEnum;
|
|
2832
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeProgressionComponent, never>;
|
|
2833
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeProgressionComponent, "badge-progression", never, { "showName": { "alias": "showName"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, false, never>;
|
|
2712
2834
|
}
|
|
2713
2835
|
|
|
2714
2836
|
declare class ParticipantsComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
@@ -2736,529 +2858,586 @@ declare class ParticipantsComponent extends ComponentWithViewStateBase<IResultsS
|
|
|
2736
2858
|
static ɵcmp: i0.ɵɵComponentDeclaration<ParticipantsComponent, "participants", never, {}, {}, never, never, false, never>;
|
|
2737
2859
|
}
|
|
2738
2860
|
|
|
2739
|
-
declare class
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
InterventionOwnerEnum: typeof InterventionOwnerEnum;
|
|
2748
|
-
quickTips: FeedbackQuickTipDto[];
|
|
2749
|
-
tipIndex: number;
|
|
2750
|
-
tipCount: number;
|
|
2751
|
-
stateSubscription: Subscription;
|
|
2752
|
-
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2753
|
-
nextTip(): void;
|
|
2754
|
-
previousTip(): void;
|
|
2755
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
2756
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QuickTipsComponent, never>;
|
|
2757
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuickTipsComponent, "quicktips", never, { "dimensionKey": { "alias": "dimensionKey"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
2861
|
+
declare class VideoComponent {
|
|
2862
|
+
videoUrl: string;
|
|
2863
|
+
videoTitle: string;
|
|
2864
|
+
constructor();
|
|
2865
|
+
ngOnInit(): void;
|
|
2866
|
+
openVideo(): void;
|
|
2867
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VideoComponent, never>;
|
|
2868
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VideoComponent, "explainervideo", never, { "videoUrl": { "alias": "videoUrl"; "required": false; }; "videoTitle": { "alias": "videoTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
2758
2869
|
}
|
|
2759
2870
|
|
|
2760
|
-
declare class
|
|
2761
|
-
private
|
|
2762
|
-
|
|
2763
|
-
private
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2871
|
+
declare class UserProfileService {
|
|
2872
|
+
private http;
|
|
2873
|
+
private config;
|
|
2874
|
+
private baseUrl;
|
|
2875
|
+
constructor(http: HttpClient, config: ApiConfig);
|
|
2876
|
+
update(userProfile: UserProfileDto): Observable<any>;
|
|
2877
|
+
setAvatar(file: File): Observable<any>;
|
|
2878
|
+
clearAvatar(): Observable<any>;
|
|
2879
|
+
sendMFAEnrollment(): Observable<any>;
|
|
2880
|
+
resetMFAEnrollment(): Observable<any>;
|
|
2881
|
+
createAPITokens(): Observable<any>;
|
|
2882
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileService, never>;
|
|
2883
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserProfileService>;
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
declare class AccountService$1 {
|
|
2887
|
+
private http;
|
|
2888
|
+
private config;
|
|
2889
|
+
private baseUrl;
|
|
2890
|
+
constructor(http: HttpClient, config: ApiConfig);
|
|
2891
|
+
sendResetPassword(email: string): Observable<any>;
|
|
2892
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccountService$1, never>;
|
|
2893
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AccountService$1>;
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
declare class UserProfileComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
2897
|
+
protected state: ViewModelStateBase<IResultsState>;
|
|
2898
|
+
private authService;
|
|
2899
|
+
private userProfileService;
|
|
2900
|
+
private accountService;
|
|
2901
|
+
private formBuilder;
|
|
2902
|
+
protected snackbar: MatSnackBar;
|
|
2903
|
+
protected route: ActivatedRoute;
|
|
2904
|
+
form: UntypedFormGroup;
|
|
2905
|
+
loading: boolean;
|
|
2906
|
+
userProfile: UserProfileDto;
|
|
2907
|
+
changeAvatar: boolean;
|
|
2908
|
+
color: string;
|
|
2909
|
+
email: string;
|
|
2910
|
+
usesMFA: boolean;
|
|
2911
|
+
allowMFA: boolean;
|
|
2912
|
+
allowPasswordChange: boolean;
|
|
2913
|
+
showEmailInput: boolean;
|
|
2914
|
+
allowAPI: any;
|
|
2915
|
+
constructor(state: ViewModelStateBase<IResultsState>, authService: AuthService, userProfileService: UserProfileService, accountService: AccountService$1, formBuilder: UntypedFormBuilder, snackbar: MatSnackBar, route: ActivatedRoute);
|
|
2778
2916
|
ngOnInit(): void;
|
|
2779
|
-
|
|
2917
|
+
private createForm;
|
|
2918
|
+
onSubmit(formDirective: FormGroupDirective): Promise<void>;
|
|
2919
|
+
setChangeEmail(): void;
|
|
2920
|
+
uploadAvatar($fileInput: any): void;
|
|
2921
|
+
clearAvatar(): void;
|
|
2922
|
+
sendPasswordReset(): void;
|
|
2923
|
+
sendMFAEnrollment(): void;
|
|
2924
|
+
resetMFAEnrollment(): void;
|
|
2925
|
+
createAPITokens(): void;
|
|
2780
2926
|
protected onDataUpdate(data: IResultsState): void;
|
|
2781
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2782
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
2927
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileComponent, never>;
|
|
2928
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "userprofile", never, {}, {}, never, never, false, never>;
|
|
2783
2929
|
}
|
|
2784
2930
|
|
|
2785
|
-
declare class
|
|
2786
|
-
private
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
recommendations: FactorScoreDto[];
|
|
2792
|
-
expanded: number;
|
|
2793
|
-
factors: ModelStructureDto;
|
|
2794
|
-
factorsCollection: FactorScoreCollectionDto;
|
|
2795
|
-
deltaDateRange: DateRangeDto;
|
|
2796
|
-
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, router: Router);
|
|
2797
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
2798
|
-
private scroll;
|
|
2799
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RecommendationsComponent, never>;
|
|
2800
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RecommendationsComponent, "recommendations", never, { "limit": { "alias": "limit"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; }, {}, never, never, false, never>;
|
|
2931
|
+
declare class DateRangePipe implements PipeTransform {
|
|
2932
|
+
private datePipe;
|
|
2933
|
+
constructor(datePipe: DatePipe);
|
|
2934
|
+
transform(dateRange: DateRangeDto): string;
|
|
2935
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePipe, never>;
|
|
2936
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateRangePipe, "dateRange", false>;
|
|
2801
2937
|
}
|
|
2802
2938
|
|
|
2803
|
-
declare class
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
static
|
|
2807
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResearchComponent, "research", never, {}, {}, never, never, false, never>;
|
|
2939
|
+
declare class DateRangePipeModule {
|
|
2940
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePipeModule, never>;
|
|
2941
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePipeModule, [typeof DateRangePipe], never, [typeof DateRangePipe]>;
|
|
2942
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateRangePipeModule>;
|
|
2808
2943
|
}
|
|
2809
2944
|
|
|
2810
|
-
declare class
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2945
|
+
declare class DialogSubscribeComponent {
|
|
2946
|
+
private state;
|
|
2947
|
+
subscribeUrl: string;
|
|
2948
|
+
companyUrl: string;
|
|
2949
|
+
title: string;
|
|
2950
|
+
button: string;
|
|
2951
|
+
discount: boolean;
|
|
2952
|
+
constructor(state: ViewModelStateBase<IViewState>);
|
|
2953
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSubscribeComponent, never>;
|
|
2954
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogSubscribeComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2818
2955
|
}
|
|
2819
2956
|
|
|
2820
|
-
declare class
|
|
2821
|
-
private
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
2827
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RoadmapComponent, never>;
|
|
2828
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RoadmapComponent, "roadmap", never, {}, {}, never, never, false, never>;
|
|
2957
|
+
declare class OpenSubscribeDialogDirective {
|
|
2958
|
+
private dialog;
|
|
2959
|
+
constructor(dialog: MatDialog);
|
|
2960
|
+
onClick(): void;
|
|
2961
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenSubscribeDialogDirective, never>;
|
|
2962
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenSubscribeDialogDirective, "[subscribeDialog]", never, {}, {}, never, never, false, never>;
|
|
2829
2963
|
}
|
|
2830
2964
|
|
|
2831
|
-
declare class
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
benchmarkScore: number;
|
|
2836
|
-
benchmarkUpperQuartile: number;
|
|
2837
|
-
qualification: string;
|
|
2838
|
-
showTeamScore: boolean;
|
|
2839
|
-
private teamEffectivenessKey;
|
|
2840
|
-
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
2841
|
-
protected onDataUpdate(data: ITeamReportResultsState): void;
|
|
2842
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TeamEffectivenessComponent, never>;
|
|
2843
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TeamEffectivenessComponent, "teameffectiveness", never, {}, {}, never, never, false, never>;
|
|
2965
|
+
declare class DialogSubscribeModule {
|
|
2966
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSubscribeModule, never>;
|
|
2967
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogSubscribeModule, [typeof DialogSubscribeComponent, typeof OpenSubscribeDialogDirective], [typeof i2$2.MatDialogModule, typeof i2$1.CommonModule], [typeof DialogSubscribeComponent, typeof OpenSubscribeDialogDirective]>;
|
|
2968
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DialogSubscribeModule>;
|
|
2844
2969
|
}
|
|
2845
2970
|
|
|
2846
|
-
declare class
|
|
2971
|
+
declare class ResourceDownloadService {
|
|
2847
2972
|
private http;
|
|
2848
2973
|
private config;
|
|
2849
2974
|
private baseUrl;
|
|
2850
2975
|
constructor(http: HttpClient, config: ApiConfig);
|
|
2851
|
-
|
|
2852
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2853
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
2976
|
+
get(publicKey: string, brandingSettings: ContentBrandingDto): Promise<ResourceDownloadRedirectUrlDto>;
|
|
2977
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDownloadService, never>;
|
|
2978
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ResourceDownloadService>;
|
|
2854
2979
|
}
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
private termsService;
|
|
2858
|
-
protected state: ViewModelStateBase<IResultsState>;
|
|
2859
|
-
protected snackBar: MatSnackBar;
|
|
2860
|
-
legal: LegalDto;
|
|
2861
|
-
termsUpdated: boolean;
|
|
2862
|
-
sending: boolean;
|
|
2863
|
-
constructor(termsService: TermsService, state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
|
|
2864
|
-
accept(): Promise<void>;
|
|
2865
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
2866
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TermsUpdatedComponent, never>;
|
|
2867
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TermsUpdatedComponent, "termsupdated", never, {}, {}, never, never, false, never>;
|
|
2980
|
+
declare class ResourceDownloadRedirectUrlDto {
|
|
2981
|
+
cdnUrl: string;
|
|
2868
2982
|
}
|
|
2869
2983
|
|
|
2870
|
-
declare class
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
static
|
|
2884
|
-
|
|
2984
|
+
declare class DialogResourceDownloadComponent {
|
|
2985
|
+
private brandingProvider;
|
|
2986
|
+
private snackBar;
|
|
2987
|
+
private dialogRef;
|
|
2988
|
+
private downloadService;
|
|
2989
|
+
publicKey: string;
|
|
2990
|
+
cdnUrl: string;
|
|
2991
|
+
error: boolean;
|
|
2992
|
+
private contentBranding;
|
|
2993
|
+
constructor(brandingProvider: BrandingProvider, snackBar: MatSnackBar, data: string, dialogRef: MatDialogRef<DialogResourceDownloadComponent>, downloadService: ResourceDownloadService);
|
|
2994
|
+
ngOnInit(): Promise<void>;
|
|
2995
|
+
initiateDownload(): Promise<void>;
|
|
2996
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogResourceDownloadComponent, never>;
|
|
2997
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogResourceDownloadComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
2998
|
+
}
|
|
2999
|
+
declare class OpenResourceDownloadDialogDirective {
|
|
3000
|
+
private dialog;
|
|
3001
|
+
publicKey: string;
|
|
3002
|
+
constructor(dialog: MatDialog);
|
|
3003
|
+
onClick(): void;
|
|
3004
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenResourceDownloadDialogDirective, never>;
|
|
3005
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenResourceDownloadDialogDirective, "[resourceDownloadDialog]", never, { "publicKey": { "alias": "publicKey"; "required": false; }; }, {}, never, never, false, never>;
|
|
2885
3006
|
}
|
|
2886
3007
|
|
|
2887
|
-
declare class
|
|
2888
|
-
|
|
2889
|
-
static
|
|
2890
|
-
static
|
|
3008
|
+
declare class ResourceDownloadModule {
|
|
3009
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDownloadModule, never>;
|
|
3010
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceDownloadModule, [typeof DialogResourceDownloadComponent, typeof OpenResourceDownloadDialogDirective], [typeof i2$2.MatDialogModule, typeof i3$2.MatSnackBarModule, typeof BrandingModule, typeof i2$1.CommonModule], [typeof DialogResourceDownloadComponent, typeof OpenResourceDownloadDialogDirective]>;
|
|
3011
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceDownloadModule>;
|
|
2891
3012
|
}
|
|
2892
3013
|
|
|
2893
|
-
declare class
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
generatorNotes: string[];
|
|
3014
|
+
declare class GuideCollectionDto {
|
|
3015
|
+
guides: GuideDto[];
|
|
3016
|
+
active: GuideDto;
|
|
2897
3017
|
}
|
|
2898
|
-
declare class
|
|
3018
|
+
declare class GuideDto {
|
|
3019
|
+
key: string;
|
|
2899
3020
|
name: string;
|
|
2900
|
-
|
|
2901
|
-
series: MeasurementDto[];
|
|
3021
|
+
steps: GuideStepDto[];
|
|
2902
3022
|
}
|
|
2903
|
-
declare class
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
3023
|
+
declare class GuideStepDto {
|
|
3024
|
+
key: string;
|
|
3025
|
+
title: string;
|
|
3026
|
+
body: string;
|
|
3027
|
+
url: string;
|
|
3028
|
+
completed: boolean;
|
|
3029
|
+
media: GuideStepMediaDto[];
|
|
3030
|
+
}
|
|
3031
|
+
declare class GuideStepMediaDto {
|
|
3032
|
+
type: GuideMediaTypeEnum;
|
|
3033
|
+
sourceUrl: string;
|
|
3034
|
+
clickUrl: string;
|
|
3035
|
+
}
|
|
3036
|
+
declare class GuideStateDto {
|
|
3037
|
+
constructor();
|
|
3038
|
+
activeGuideKey: string;
|
|
3039
|
+
completedSteps: string[];
|
|
3040
|
+
}
|
|
3041
|
+
declare enum GuideMediaTypeEnum {
|
|
3042
|
+
image = "Image",
|
|
3043
|
+
video = "Video"
|
|
2908
3044
|
}
|
|
2909
3045
|
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
teamKey: string;
|
|
2913
|
-
clientKey: string;
|
|
2914
|
-
teamKeys: string[];
|
|
2915
|
-
clientKeys: string[];
|
|
2916
|
-
includeSpread: boolean;
|
|
2917
|
-
dateRange: DateRangeDto;
|
|
2918
|
-
factorKeys: string[];
|
|
2919
|
-
periodGrouping: DeltaPeriodEnum;
|
|
2920
|
-
includeActions: IncludeActionsModeEnum;
|
|
3046
|
+
interface IGuideState extends IViewState {
|
|
3047
|
+
guides: GuideCollectionDto;
|
|
2921
3048
|
}
|
|
2922
3049
|
|
|
2923
|
-
declare
|
|
2924
|
-
|
|
3050
|
+
declare const GuidesConfigToken: InjectionToken<GuideConfigDto>;
|
|
3051
|
+
declare class GuidesClientConfig {
|
|
3052
|
+
private config?;
|
|
3053
|
+
constructor(config?: GuideConfigDto);
|
|
3054
|
+
set(config: GuideConfigDto): void;
|
|
3055
|
+
get(): GuideConfigDto;
|
|
3056
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuidesClientConfig, [{ optional: true; }]>;
|
|
3057
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GuidesClientConfig>;
|
|
3058
|
+
}
|
|
3059
|
+
declare class GuideConfigDto {
|
|
3060
|
+
autoOpen: boolean;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
interface IGuideStateService {
|
|
3064
|
+
activeGuideUpdated: BehaviorSubject<GuideDto>;
|
|
3065
|
+
dismiss(): Promise<void>;
|
|
3066
|
+
startGuide(guide: GuideDto): Promise<void>;
|
|
3067
|
+
stepToggle(stepKey: string): Promise<void>;
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
declare const GUIDESTATE_PROVIDER: InjectionToken<IGuideStateService>;
|
|
3071
|
+
declare class GuidePopupService {
|
|
3072
|
+
private state;
|
|
3073
|
+
private dialog;
|
|
3074
|
+
private guideStateService;
|
|
2925
3075
|
private config;
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
3076
|
+
showResumeGuideOption: BehaviorSubject<boolean>;
|
|
3077
|
+
private activeGuide;
|
|
3078
|
+
private guides;
|
|
3079
|
+
private alreadyOpened;
|
|
3080
|
+
constructor(state: ViewModelStateBase<IGuideState>, dialog: MatDialog, guideStateService: IGuideStateService, config: GuidesClientConfig);
|
|
3081
|
+
startGuide<T>(dialogComponent: ComponentType<T>, guide: GuideDto): Promise<void>;
|
|
3082
|
+
startGuideByKey<T>(dialogComponent: ComponentType<T>, guideKey: string): Promise<void>;
|
|
3083
|
+
stepToggle(step: GuideStepDto): Promise<void>;
|
|
3084
|
+
open<T>(dialogComponent: ComponentType<T>): void;
|
|
3085
|
+
resumeGuide<T>(dialogComponent: ComponentType<T>): void;
|
|
3086
|
+
closeWithResume(): Promise<void>;
|
|
3087
|
+
dismiss(): Promise<void>;
|
|
3088
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuidePopupService, never>;
|
|
3089
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GuidePopupService>;
|
|
2931
3090
|
}
|
|
2932
3091
|
|
|
2933
|
-
declare class
|
|
2934
|
-
private
|
|
3092
|
+
declare class StartGuideDirective {
|
|
3093
|
+
private guidePopupService;
|
|
3094
|
+
guideKey: string;
|
|
3095
|
+
constructor(guidePopupService: GuidePopupService);
|
|
3096
|
+
onClick(): void;
|
|
3097
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StartGuideDirective, never>;
|
|
3098
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StartGuideDirective, "[startGuide]", never, { "guideKey": { "alias": "guideKey"; "required": false; }; }, {}, never, never, false, never>;
|
|
3099
|
+
}
|
|
3100
|
+
|
|
3101
|
+
declare class DialogGuideComponent extends ComponentWithViewStateBase<IGuideState> {
|
|
3102
|
+
private state;
|
|
3103
|
+
guidePopupService: GuidePopupService;
|
|
3104
|
+
private guideStateService;
|
|
3105
|
+
private guidesDialog;
|
|
3106
|
+
protected snackBar: MatSnackBar;
|
|
3107
|
+
private dialog;
|
|
3108
|
+
smallScreen: boolean;
|
|
3109
|
+
activeStep: GuideStepDto;
|
|
3110
|
+
guide: GuideDto;
|
|
3111
|
+
constructor(state: ViewModelStateBase<IGuideState>, guidePopupService: GuidePopupService, guideStateService: IGuideStateService, guidesDialog: ComponentType<any>, snackBar: MatSnackBar, dialog: MatDialog);
|
|
3112
|
+
ngOnInit(): void;
|
|
3113
|
+
toGuides(): Promise<void>;
|
|
3114
|
+
dismiss(): Promise<void>;
|
|
3115
|
+
handleCheckChange(item: GuideStepDto, checked: boolean): Promise<void>;
|
|
3116
|
+
next(item: GuideStepDto): Promise<void>;
|
|
3117
|
+
complete(item: GuideStepDto): Promise<void>;
|
|
3118
|
+
showSteps(): boolean;
|
|
3119
|
+
select(item: GuideStepDto): void;
|
|
3120
|
+
isLastStep(item: GuideStepDto): boolean;
|
|
3121
|
+
private selectNextOpenItem;
|
|
3122
|
+
protected onDataUpdate(data: IGuideState): void;
|
|
3123
|
+
onWindowResize(): void;
|
|
3124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogGuideComponent, never>;
|
|
3125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogGuideComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3126
|
+
}
|
|
3127
|
+
declare class OpenGuideDialogDirective {
|
|
3128
|
+
private dialog;
|
|
3129
|
+
private guidePopupService;
|
|
3130
|
+
private guideDialog;
|
|
3131
|
+
constructor(dialog: MatDialog, guidePopupService: GuidePopupService, guideDialog: ComponentType<any>);
|
|
3132
|
+
onClick(): void;
|
|
3133
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuideDialogDirective, never>;
|
|
3134
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuideDialogDirective, "[guideDialog]", never, {}, {}, never, never, false, never>;
|
|
3135
|
+
}
|
|
3136
|
+
declare const DIALOG_GUIDE_TOKEN: InjectionToken<ComponentType<any>>;
|
|
3137
|
+
|
|
3138
|
+
declare class DialogGuidesComponent extends ComponentWithViewStateBase<IGuideState> {
|
|
3139
|
+
private state;
|
|
3140
|
+
guidePopupService: GuidePopupService;
|
|
3141
|
+
private guideStateService;
|
|
3142
|
+
private guideDialog;
|
|
3143
|
+
dialog: MatDialog;
|
|
2935
3144
|
protected snackBar: MatSnackBar;
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
units: SelectItem[];
|
|
2941
|
-
unitType: string;
|
|
2942
|
-
chartContainer: ElementRef<HTMLDivElement>;
|
|
2943
|
-
factors: SelectItem[];
|
|
2944
|
-
data: any[];
|
|
2945
|
-
generatorNotes: string[];
|
|
2946
|
-
loading: boolean;
|
|
2947
|
-
form: UntypedFormGroup;
|
|
2948
|
-
view: [number, number];
|
|
2949
|
-
legendPosition: LegendPosition;
|
|
2950
|
-
customColors: any[];
|
|
2951
|
-
periodGroupings: SelectItem[];
|
|
2952
|
-
includeActionOptions: SelectItem[];
|
|
2953
|
-
constructor(formBuilder: UntypedFormBuilder, snackBar: MatSnackBar, factorService: FactorService, trendService: TrendService, route: ActivatedRoute, state: ViewModelStateBase<IResultsState>);
|
|
3145
|
+
guides: GuideDto[];
|
|
3146
|
+
activeGuideKey: string;
|
|
3147
|
+
private subscription;
|
|
3148
|
+
constructor(state: ViewModelStateBase<IGuideState>, guidePopupService: GuidePopupService, guideStateService: IGuideStateService, guideDialog: ComponentType<any>, dialog: MatDialog, snackBar: MatSnackBar);
|
|
2954
3149
|
ngOnInit(): void;
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
3150
|
+
setActiveGuide(guide: GuideDto): Promise<void>;
|
|
3151
|
+
protected onDataUpdate(data: IGuideState): void;
|
|
3152
|
+
ngOnDestroy(): void;
|
|
3153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogGuidesComponent, never>;
|
|
3154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogGuidesComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3155
|
+
}
|
|
3156
|
+
declare class OpenGuidesDialogDirective {
|
|
3157
|
+
private dialog;
|
|
3158
|
+
private guidesDialog;
|
|
3159
|
+
constructor(dialog: MatDialog, guidesDialog: ComponentType<any>);
|
|
3160
|
+
onClick(): void;
|
|
3161
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuidesDialogDirective, never>;
|
|
3162
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuidesDialogDirective, "[guidesDialog]", never, {}, {}, never, never, false, never>;
|
|
2962
3163
|
}
|
|
3164
|
+
declare const DIALOG_GUIDES_TOKEN: InjectionToken<ComponentType<any>>;
|
|
2963
3165
|
|
|
2964
|
-
declare class
|
|
3166
|
+
declare class ResumeGuideHoverComponent extends ComponentWithViewStateBase<IGuideState> {
|
|
2965
3167
|
private state;
|
|
3168
|
+
private guidePopupService;
|
|
3169
|
+
private guideDialog;
|
|
2966
3170
|
protected snackBar: MatSnackBar;
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
constructor(state: ViewModelStateBase<
|
|
2970
|
-
protected onDataUpdate(
|
|
2971
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2972
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
3171
|
+
private dialog;
|
|
3172
|
+
showResumeGuide: boolean;
|
|
3173
|
+
constructor(state: ViewModelStateBase<IGuideState>, guidePopupService: GuidePopupService, guideDialog: ComponentType<any>, snackBar: MatSnackBar, dialog: MatDialog);
|
|
3174
|
+
protected onDataUpdate(): void;
|
|
3175
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResumeGuideHoverComponent, never>;
|
|
3176
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResumeGuideHoverComponent, "resumeguidehover", never, {}, {}, never, never, false, never>;
|
|
2973
3177
|
}
|
|
2974
3178
|
|
|
2975
|
-
declare class
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
3179
|
+
declare class ImageSliderComponent {
|
|
3180
|
+
private intervalId;
|
|
3181
|
+
index: number;
|
|
3182
|
+
maxIndex: number;
|
|
3183
|
+
total: number;
|
|
3184
|
+
items: GuideStepMediaDto[];
|
|
2981
3185
|
ngOnInit(): void;
|
|
3186
|
+
ngAfterContentChecked(): void;
|
|
3187
|
+
private nextImage;
|
|
3188
|
+
select(index: number): void;
|
|
2982
3189
|
ngOnDestroy(): void;
|
|
2983
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2984
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
3190
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSliderComponent, never>;
|
|
3191
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSliderComponent, "imageslider", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
2985
3192
|
}
|
|
2986
3193
|
|
|
2987
|
-
declare class
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3194
|
+
declare class GuidesModule {
|
|
3195
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuidesModule, never>;
|
|
3196
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GuidesModule, [typeof StartGuideDirective, typeof OpenGuideDialogDirective, typeof OpenGuidesDialogDirective, typeof DialogGuidesComponent, typeof ResumeGuideHoverComponent, typeof DialogGuideComponent, typeof ImageSliderComponent], [typeof i2$2.MatDialogModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i2$1.CommonModule, typeof BrandingModule, typeof CheckboxModule, typeof i9.StorageServiceModule], [typeof StartGuideDirective, typeof OpenGuideDialogDirective, typeof OpenGuidesDialogDirective, typeof DialogGuidesComponent, typeof ResumeGuideHoverComponent, typeof DialogGuideComponent, typeof ImageSliderComponent]>;
|
|
3197
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GuidesModule>;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
declare class ResultsModule {
|
|
3201
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResultsModule, never>;
|
|
3202
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultsModule, [typeof ArrowComponent, typeof DeltaArrowComponent, typeof BenchmarkIndicatorComponent, typeof ResultIndicatorComponent, typeof FocusAreasComponent, typeof ImpactIndicatorComponent, typeof AgeIndicatorComponent, typeof RoadmapComponent, typeof TryNowProfessionalComponent, typeof ModelComponent, typeof QuickTipsComponent, typeof ModelFactorComponent, typeof RecommendationComponent, typeof RecommendationsComponent, typeof ModelSwitcherComponent, typeof ResearchComponent, typeof DoItYourselfWorkshopsComponent, typeof DoItYourselfComponent, typeof ModelFactorBreakdownComponent, 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 i51.NgxChartsModule, typeof SlugifyPipeModule, typeof i2$2.MatDialogModule, typeof i12.MatTooltipModule, typeof i55.MatNativeDateModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof i55.MatOptionModule, typeof i6.MatInputModule, typeof i59.MatSlideToggleModule, typeof BrandingModule, typeof i2.MatSelectModule, typeof i62.MatProgressSpinnerModule, typeof i22.MatDatepickerModule, typeof DateRangePipeModule, typeof i65.SatPopoverModule, 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 ModelComponent, typeof QuickTipsComponent, typeof ModelFactorComponent, typeof RoadmapComponent, typeof TermsUpdatedComponent, typeof FooterComponent, typeof NavButtonComponent, typeof RecommendationComponent, typeof ModelSwitcherComponent, typeof RecommendationsComponent, typeof FilterTagsComponent, typeof DoItYourselfWorkshopsComponent, typeof ModelFactorBreakdownComponent, 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]>;
|
|
3203
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResultsModule>;
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
declare class ModelVisualizationModule {
|
|
3207
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelVisualizationModule, never>;
|
|
3208
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModelVisualizationModule, [typeof ModelCanvasComponent, 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 i4.MatFormFieldModule, typeof i3$1.ReactiveFormsModule, typeof DateRangePipeModule], [typeof ModelCanvasComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent]>;
|
|
3209
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ModelVisualizationModule>;
|
|
3000
3210
|
}
|
|
3001
3211
|
|
|
3002
3212
|
declare class AccountService {
|
|
3003
3213
|
private http;
|
|
3004
3214
|
private config;
|
|
3005
|
-
private baseUrl;
|
|
3006
3215
|
constructor(http: HttpClient, config: ApiConfig);
|
|
3007
3216
|
sendResetPassword(email: string): Observable<any>;
|
|
3217
|
+
getManageUrl(): Observable<any>;
|
|
3008
3218
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccountService, never>;
|
|
3009
3219
|
static ɵprov: i0.ɵɵInjectableDeclaration<AccountService>;
|
|
3010
3220
|
}
|
|
3011
3221
|
|
|
3012
|
-
declare class
|
|
3013
|
-
protected state: ViewModelStateBase<IResultsState>;
|
|
3222
|
+
declare class DialogAccountComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
3014
3223
|
private authService;
|
|
3015
|
-
|
|
3224
|
+
protected snackBar: MatSnackBar;
|
|
3016
3225
|
private accountService;
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3226
|
+
dialogRef: MatDialogRef<DialogAccountComponent>;
|
|
3227
|
+
private state;
|
|
3228
|
+
subscriptionKey: string;
|
|
3229
|
+
userName: string;
|
|
3021
3230
|
loading: boolean;
|
|
3022
|
-
|
|
3023
|
-
changeAvatar: boolean;
|
|
3024
|
-
color: string;
|
|
3231
|
+
isAdmin: boolean;
|
|
3025
3232
|
email: string;
|
|
3026
|
-
|
|
3027
|
-
allowMFA: boolean;
|
|
3028
|
-
allowPasswordChange: boolean;
|
|
3029
|
-
showEmailInput: boolean;
|
|
3030
|
-
allowAPI: any;
|
|
3031
|
-
constructor(state: ViewModelStateBase<IResultsState>, authService: AuthService, userProfileService: UserProfileService, accountService: AccountService, formBuilder: UntypedFormBuilder, snackbar: MatSnackBar, route: ActivatedRoute);
|
|
3233
|
+
constructor(authService: AuthService, snackBar: MatSnackBar, accountService: AccountService, dialogRef: MatDialogRef<DialogAccountComponent>, state: ViewModelStateBase<IResultsState>);
|
|
3032
3234
|
ngOnInit(): void;
|
|
3033
|
-
|
|
3034
|
-
onSubmit(formDirective: FormGroupDirective): Promise<void>;
|
|
3035
|
-
setChangeEmail(): void;
|
|
3036
|
-
uploadAvatar($fileInput: any): void;
|
|
3037
|
-
clearAvatar(): void;
|
|
3235
|
+
redirectToPortal(): Promise<void>;
|
|
3038
3236
|
sendPasswordReset(): void;
|
|
3039
|
-
|
|
3040
|
-
resetMFAEnrollment(): void;
|
|
3041
|
-
createAPITokens(): void;
|
|
3237
|
+
signout(): void;
|
|
3042
3238
|
protected onDataUpdate(data: IResultsState): void;
|
|
3043
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
3044
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
3239
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogAccountComponent, never>;
|
|
3240
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogAccountComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3241
|
+
}
|
|
3242
|
+
declare class OpenAccountDialogDirective {
|
|
3243
|
+
private dialog;
|
|
3244
|
+
constructor(dialog: MatDialog);
|
|
3245
|
+
onClick(): void;
|
|
3246
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenAccountDialogDirective, never>;
|
|
3247
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenAccountDialogDirective, "[accountDialog]", never, {}, {}, never, never, false, never>;
|
|
3045
3248
|
}
|
|
3046
3249
|
|
|
3047
|
-
declare class
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
ngOnInit(): void;
|
|
3052
|
-
openVideo(): void;
|
|
3053
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VideoComponent, never>;
|
|
3054
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VideoComponent, "explainervideo", never, { "videoUrl": { "alias": "videoUrl"; "required": false; }; "videoTitle": { "alias": "videoTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
3250
|
+
declare class DialogAccountModule {
|
|
3251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogAccountModule, never>;
|
|
3252
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogAccountModule, [typeof DialogAccountComponent, typeof OpenAccountDialogDirective], [typeof i2$2.MatDialogModule, typeof i2$1.CommonModule], [typeof DialogAccountComponent, typeof OpenAccountDialogDirective]>;
|
|
3253
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DialogAccountModule>;
|
|
3055
3254
|
}
|
|
3056
3255
|
|
|
3057
|
-
declare class
|
|
3058
|
-
|
|
3059
|
-
factorScore: FactorScoreDto;
|
|
3060
|
-
factorScores: FactorScoreCollectionDto;
|
|
3061
|
-
delta: FactorScoreCollectionDeltaDto;
|
|
3062
|
-
benchmarkName: string;
|
|
3063
|
-
factorScoreWidth: number;
|
|
3064
|
-
score: number;
|
|
3065
|
-
benchmark: number;
|
|
3066
|
-
confidenceAvailable: boolean;
|
|
3067
|
-
factorScoreLeft: number;
|
|
3068
|
-
points: PointDto[];
|
|
3069
|
-
constructor();
|
|
3070
|
-
ngOnInit(): void;
|
|
3071
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetFactorScoreComponent, never>;
|
|
3072
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetFactorScoreComponent, "widget-factorscore", never, { "factorScore": { "alias": "factorScore"; "required": false; }; "factorScores": { "alias": "factorScores"; "required": false; }; "delta": { "alias": "delta"; "required": false; }; }, {}, never, never, false, never>;
|
|
3256
|
+
declare class ResetPasswordRequestDto {
|
|
3257
|
+
email: string;
|
|
3073
3258
|
}
|
|
3074
3259
|
|
|
3075
|
-
declare class
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3260
|
+
declare class BackButtonDirective {
|
|
3261
|
+
private location;
|
|
3262
|
+
private router;
|
|
3263
|
+
constructor(location: Location, router: Router);
|
|
3264
|
+
onClick(): void;
|
|
3265
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BackButtonDirective, never>;
|
|
3266
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BackButtonDirective, "[backButton]", never, {}, {}, never, never, false, never>;
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
|
+
declare class BackButtonDirectiveModule {
|
|
3270
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BackButtonDirectiveModule, never>;
|
|
3271
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BackButtonDirectiveModule, [typeof BackButtonDirective], never, [typeof BackButtonDirective]>;
|
|
3272
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BackButtonDirectiveModule>;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
declare class ClickableTooltipDirective {
|
|
3276
|
+
private matTooltip;
|
|
3277
|
+
onClick(): void;
|
|
3278
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClickableTooltipDirective, never>;
|
|
3279
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickableTooltipDirective, "[matTooltip]", never, {}, {}, never, never, true, never>;
|
|
3280
|
+
}
|
|
3281
|
+
|
|
3282
|
+
declare class GuardsModule {
|
|
3283
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuardsModule, never>;
|
|
3284
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GuardsModule, never, never, never>;
|
|
3285
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GuardsModule>;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
declare class ValidChangeTokenGuard implements CanActivate {
|
|
3289
|
+
private router;
|
|
3290
|
+
constructor(router: Router);
|
|
3291
|
+
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
3292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValidChangeTokenGuard, never>;
|
|
3293
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ValidChangeTokenGuard>;
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
declare class ValidKeyGuard implements CanActivate {
|
|
3297
|
+
private router;
|
|
3298
|
+
constructor(router: Router);
|
|
3299
|
+
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
3300
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValidKeyGuard, never>;
|
|
3301
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ValidKeyGuard>;
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3304
|
+
declare class ValidKeySnapshotKeyGuard implements CanActivate {
|
|
3305
|
+
private router;
|
|
3306
|
+
constructor(router: Router);
|
|
3307
|
+
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
3308
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValidKeySnapshotKeyGuard, never>;
|
|
3309
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ValidKeySnapshotKeyGuard>;
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3312
|
+
declare class ValidKeyTeamKeyGuard implements CanActivate {
|
|
3313
|
+
private router;
|
|
3314
|
+
constructor(router: Router);
|
|
3315
|
+
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
3316
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValidKeyTeamKeyGuard, never>;
|
|
3317
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ValidKeyTeamKeyGuard>;
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3320
|
+
declare class ErrorDto {
|
|
3082
3321
|
constructor();
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3322
|
+
error: string;
|
|
3323
|
+
url: string;
|
|
3324
|
+
userAgent: string;
|
|
3325
|
+
stackTrace: string;
|
|
3326
|
+
serverStackTrace: string;
|
|
3327
|
+
details: ErrorDetailDto[];
|
|
3328
|
+
loggingSeverity: LoggingSeverityEnum;
|
|
3329
|
+
}
|
|
3330
|
+
declare class ApiErrorDto {
|
|
3331
|
+
code: number;
|
|
3332
|
+
type: string;
|
|
3333
|
+
message: string;
|
|
3334
|
+
stack: string;
|
|
3335
|
+
loggingSeverity: LoggingSeverityEnum;
|
|
3336
|
+
}
|
|
3337
|
+
declare class ErrorDetailDto {
|
|
3338
|
+
type: string;
|
|
3339
|
+
value: any;
|
|
3340
|
+
}
|
|
3341
|
+
declare enum LoggingSeverityEnum {
|
|
3342
|
+
information = 0,
|
|
3343
|
+
warning = 1,
|
|
3344
|
+
exception = 2
|
|
3086
3345
|
}
|
|
3087
3346
|
|
|
3088
|
-
declare class
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3347
|
+
declare class ErrorServiceConfig {
|
|
3348
|
+
private config?;
|
|
3349
|
+
constructor(config?: ErrorServiceConfigDto);
|
|
3350
|
+
set(config: ErrorServiceConfigDto): void;
|
|
3351
|
+
get(): ErrorServiceConfigDto;
|
|
3352
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorServiceConfig, [{ optional: true; }]>;
|
|
3353
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorServiceConfig>;
|
|
3094
3354
|
}
|
|
3095
|
-
declare class
|
|
3096
|
-
|
|
3097
|
-
|
|
3355
|
+
declare class ErrorServiceConfigDto {
|
|
3356
|
+
errorSink: boolean;
|
|
3357
|
+
endpoint: string;
|
|
3358
|
+
enabled: boolean;
|
|
3098
3359
|
}
|
|
3360
|
+
declare const ErrorConfigToken: InjectionToken<ErrorServiceConfigDto>;
|
|
3099
3361
|
|
|
3100
|
-
declare class
|
|
3362
|
+
declare class FrontAndBackendErrorHandler implements ErrorHandler {
|
|
3363
|
+
private router;
|
|
3364
|
+
private zone;
|
|
3101
3365
|
private http;
|
|
3102
3366
|
private config;
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
exportParticipationRate(request: ExportTeamListRequestDto): Observable<any>;
|
|
3108
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
|
|
3109
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
|
|
3367
|
+
constructor(router: Router, zone: NgZone, http: HttpClient, config: ErrorServiceConfig);
|
|
3368
|
+
handleError(originError: any): void;
|
|
3369
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrontAndBackendErrorHandler, never>;
|
|
3370
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FrontAndBackendErrorHandler>;
|
|
3110
3371
|
}
|
|
3111
3372
|
|
|
3112
|
-
declare class
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
private dialogRef;
|
|
3117
|
-
private formBuilder;
|
|
3118
|
-
form: FormGroup;
|
|
3119
|
-
sending: boolean;
|
|
3120
|
-
submitted: boolean;
|
|
3121
|
-
modelKey: string;
|
|
3122
|
-
periodGroupings: SelectItem[];
|
|
3123
|
-
benchmarkTypes: SelectItem[];
|
|
3124
|
-
constructor(state: ViewModelStateBase<IViewState>, snackBar: MatSnackBar, exportService: ExportService, dialogRef: MatDialogRef<DialogExportFactorScoresComponent>, formBuilder: FormBuilder);
|
|
3125
|
-
ngOnInit(): void;
|
|
3126
|
-
submit(): Promise<void>;
|
|
3127
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
3128
|
-
private createForm;
|
|
3129
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogExportFactorScoresComponent, never>;
|
|
3130
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogExportFactorScoresComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3373
|
+
declare class ErrorServiceModule {
|
|
3374
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorServiceModule, never>;
|
|
3375
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorServiceModule, never, [typeof i3.RouterModule, typeof i2$1.CommonModule], never>;
|
|
3376
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorServiceModule>;
|
|
3131
3377
|
}
|
|
3132
3378
|
|
|
3133
|
-
declare class
|
|
3134
|
-
private
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3379
|
+
declare class GuideStateInBackEndService implements IGuideStateService {
|
|
3380
|
+
private http;
|
|
3381
|
+
private config;
|
|
3382
|
+
private state;
|
|
3383
|
+
activeGuideUpdated: BehaviorSubject<GuideDto>;
|
|
3384
|
+
private guideState;
|
|
3385
|
+
constructor(http: HttpClient, config: ApiConfig, state: ViewModelStateBase<IGuideState>);
|
|
3386
|
+
dismiss(): Promise<void>;
|
|
3387
|
+
startGuide(guide: GuideDto): Promise<void>;
|
|
3388
|
+
stepToggle(stepKey: string): Promise<void>;
|
|
3389
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuideStateInBackEndService, never>;
|
|
3390
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GuideStateInBackEndService>;
|
|
3139
3391
|
}
|
|
3140
3392
|
|
|
3141
|
-
declare class
|
|
3393
|
+
declare class GuideStateInBrowserService implements IGuideStateService {
|
|
3394
|
+
private storage;
|
|
3142
3395
|
private state;
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, userSettings: IUserSettingStrategy, exportService: ExportService, dialogRef: MatDialogRef<DialogExportTeamListComponent>, formBuilder: FormBuilder);
|
|
3152
|
-
ngOnInit(): void;
|
|
3153
|
-
exportTeamSummaries(): Promise<void>;
|
|
3154
|
-
exportParticipationRate(): Promise<void>;
|
|
3155
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
3156
|
-
private createForm;
|
|
3157
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogExportTeamListComponent, never>;
|
|
3158
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogExportTeamListComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3396
|
+
activeGuideUpdated: BehaviorSubject<GuideDto>;
|
|
3397
|
+
private guideState;
|
|
3398
|
+
constructor(storage: StorageService, state: ViewModelStateBase<IGuideState>);
|
|
3399
|
+
dismiss(): Promise<void>;
|
|
3400
|
+
startGuide(guide: GuideDto): Promise<void>;
|
|
3401
|
+
stepToggle(stepKey: string): Promise<void>;
|
|
3402
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuideStateInBrowserService, never>;
|
|
3403
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GuideStateInBrowserService>;
|
|
3159
3404
|
}
|
|
3160
3405
|
|
|
3161
|
-
declare class
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenExportTeamListDialogDirective, never>;
|
|
3166
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenExportTeamListDialogDirective, "[exportTeamListDialog]", never, {}, {}, never, never, false, never>;
|
|
3406
|
+
declare class CallbackPipe implements PipeTransform {
|
|
3407
|
+
transform<T>(items: any[], callback: (item: T) => boolean): T[];
|
|
3408
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CallbackPipe, never>;
|
|
3409
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CallbackPipe, "callback", false>;
|
|
3167
3410
|
}
|
|
3168
3411
|
|
|
3169
|
-
declare class
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
private dialogRef;
|
|
3174
|
-
private formBuilder;
|
|
3175
|
-
form: UntypedFormGroup;
|
|
3176
|
-
sending: boolean;
|
|
3177
|
-
submitted: boolean;
|
|
3178
|
-
models: ModelSummaryDto[];
|
|
3179
|
-
constructor(state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, snackBar: MatSnackBar, dialogRef: MatDialogRef<DialogModelFilterComponent>, formBuilder: UntypedFormBuilder);
|
|
3180
|
-
ngOnInit(): void;
|
|
3181
|
-
submit(): Promise<void>;
|
|
3182
|
-
private createForm;
|
|
3183
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
3184
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModelFilterComponent, never>;
|
|
3185
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogModelFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3186
|
-
}
|
|
3187
|
-
declare class OpenModelFilterDialog {
|
|
3188
|
-
private dialog;
|
|
3189
|
-
constructor(dialog: MatDialog);
|
|
3190
|
-
onClick(): void;
|
|
3191
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenModelFilterDialog, never>;
|
|
3192
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenModelFilterDialog, "[modelFilterDialog]", never, {}, {}, never, never, false, never>;
|
|
3412
|
+
declare class CallbackPipeModule {
|
|
3413
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CallbackPipeModule, never>;
|
|
3414
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CallbackPipeModule, [typeof CallbackPipe], never, [typeof CallbackPipe]>;
|
|
3415
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CallbackPipeModule>;
|
|
3193
3416
|
}
|
|
3194
3417
|
|
|
3195
|
-
declare class
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
private formBuilder;
|
|
3201
|
-
private state;
|
|
3202
|
-
form: FormGroup;
|
|
3203
|
-
sending: boolean;
|
|
3204
|
-
private settings;
|
|
3205
|
-
factors: SelectItem[];
|
|
3206
|
-
isSingleTeam: boolean;
|
|
3207
|
-
isSubscriber: boolean;
|
|
3208
|
-
modelFilterSettings: ModelFilter;
|
|
3209
|
-
customFactorsSelected: boolean;
|
|
3210
|
-
benchmarkTypes: SelectItem[];
|
|
3211
|
-
deltaPeriods: SelectItem[];
|
|
3212
|
-
interventionFilterTypes: SelectItem[];
|
|
3213
|
-
qualifyByTypes: SelectItem[];
|
|
3214
|
-
constructor(dialogRef: MatDialogRef<DialogSettingsComponent>, factorService: FactorService, userSettingsService: UserSettingService, snackBar: MatSnackBar, formBuilder: FormBuilder, state: ViewModelStateBase<IResultsState>);
|
|
3215
|
-
ngOnInit(): void;
|
|
3216
|
-
submit(): void;
|
|
3217
|
-
resetOverviewFactors(): void;
|
|
3218
|
-
verifyOverviewFactors(): void;
|
|
3219
|
-
private createForm;
|
|
3220
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
3221
|
-
private arraysHaveSameElements;
|
|
3222
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSettingsComponent, never>;
|
|
3223
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogSettingsComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3418
|
+
declare class SegmentNamePipe implements PipeTransform {
|
|
3419
|
+
constructor();
|
|
3420
|
+
transform(segment: SegmentEnum): string;
|
|
3421
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentNamePipe, never>;
|
|
3422
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SegmentNamePipe, "segmentName", false>;
|
|
3224
3423
|
}
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenSettingsDialogDirective, never>;
|
|
3231
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenSettingsDialogDirective, "[settingsDialog]", never, { "showSettingStacking": { "alias": "showSettingStacking"; "required": false; }; }, {}, never, never, false, never>;
|
|
3424
|
+
|
|
3425
|
+
declare class SegmentNamePipeModule {
|
|
3426
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentNamePipeModule, never>;
|
|
3427
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentNamePipeModule, [typeof SegmentNamePipe], never, [typeof SegmentNamePipe]>;
|
|
3428
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SegmentNamePipeModule>;
|
|
3232
3429
|
}
|
|
3233
3430
|
|
|
3234
|
-
declare class
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
protected snackBar: MatSnackBar;
|
|
3239
|
-
private dialogRef;
|
|
3240
|
-
private formBuilder;
|
|
3241
|
-
form: UntypedFormGroup;
|
|
3242
|
-
sending: boolean;
|
|
3243
|
-
submitted: boolean;
|
|
3244
|
-
filterSet: boolean;
|
|
3245
|
-
constructor(tags: string[], state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, snackBar: MatSnackBar, dialogRef: MatDialogRef<DialogTeamFilterComponent>, formBuilder: UntypedFormBuilder);
|
|
3246
|
-
ngOnInit(): void;
|
|
3247
|
-
submit(): Promise<void>;
|
|
3248
|
-
clear(): Promise<void>;
|
|
3249
|
-
private createForm;
|
|
3250
|
-
protected onDataUpdate(data: IResultsState): void;
|
|
3251
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTeamFilterComponent, never>;
|
|
3252
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTeamFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3431
|
+
declare class TruncatePipe implements PipeTransform {
|
|
3432
|
+
transform(value: string, limit?: number): string;
|
|
3433
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
|
|
3434
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
|
|
3253
3435
|
}
|
|
3254
3436
|
|
|
3255
|
-
declare class
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
onClick(): void;
|
|
3260
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenTeamFilterDialogDirective, never>;
|
|
3261
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenTeamFilterDialogDirective, "[teamFilterDialog]", never, { "tags": { "alias": "tags"; "required": false; }; }, {}, never, never, false, never>;
|
|
3437
|
+
declare class TruncatePipeModule {
|
|
3438
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipeModule, never>;
|
|
3439
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TruncatePipeModule, [typeof TruncatePipe], never, [typeof TruncatePipe]>;
|
|
3440
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TruncatePipeModule>;
|
|
3262
3441
|
}
|
|
3263
3442
|
|
|
3264
3443
|
declare class LocalUserDto {
|
|
@@ -3284,27 +3463,6 @@ declare class UserNameAndKeyDto {
|
|
|
3284
3463
|
avatarUrl: string;
|
|
3285
3464
|
}
|
|
3286
3465
|
|
|
3287
|
-
declare class DialogNotesComponent {
|
|
3288
|
-
notes: string[];
|
|
3289
|
-
constructor(notes: string[]);
|
|
3290
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogNotesComponent, never>;
|
|
3291
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogNotesComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
3292
|
-
}
|
|
3293
|
-
declare class OpenNotesDialogDirective {
|
|
3294
|
-
private dialog;
|
|
3295
|
-
notes: string[];
|
|
3296
|
-
constructor(dialog: MatDialog);
|
|
3297
|
-
onClick(): void;
|
|
3298
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenNotesDialogDirective, never>;
|
|
3299
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenNotesDialogDirective, "[notesDialog]", never, { "notes": { "alias": "notes"; "required": false; }; }, {}, never, never, false, never>;
|
|
3300
|
-
}
|
|
3301
|
-
|
|
3302
|
-
declare class ResultsModule {
|
|
3303
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResultsModule, never>;
|
|
3304
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultsModule, [typeof ArrowComponent, typeof DeltaArrowComponent, typeof BenchmarkIndicatorComponent, typeof ResultIndicatorComponent, typeof FocusAreasComponent, typeof ImpactIndicatorComponent, typeof AgeIndicatorComponent, typeof RoadmapComponent, typeof TryNowProfessionalComponent, typeof ModelComponent, typeof QuickTipsComponent, typeof ModelFactorComponent, typeof RecommendationComponent, typeof RecommendationsComponent, typeof ModelSwitcherComponent, typeof ResearchComponent, typeof DoItYourselfWorkshopsComponent, typeof DoItYourselfComponent, typeof ModelFactorBreakdownComponent, 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 i50.NgxChartsModule, typeof SlugifyPipeModule, typeof i2$2.MatDialogModule, typeof i12.MatTooltipModule, typeof i54.MatNativeDateModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof i54.MatOptionModule, typeof i6.MatInputModule, typeof i58.MatSlideToggleModule, typeof BrandingModule, typeof i2.MatSelectModule, typeof i61.MatProgressSpinnerModule, typeof i22.MatDatepickerModule, typeof DateRangePipeModule, typeof i64.SatPopoverModule, 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 ModelComponent, typeof QuickTipsComponent, typeof ModelFactorComponent, typeof RoadmapComponent, typeof TermsUpdatedComponent, typeof FooterComponent, typeof NavButtonComponent, typeof RecommendationComponent, typeof ModelSwitcherComponent, typeof RecommendationsComponent, typeof FilterTagsComponent, typeof DoItYourselfWorkshopsComponent, typeof ModelFactorBreakdownComponent, 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 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]>;
|
|
3305
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ResultsModule>;
|
|
3306
|
-
}
|
|
3307
|
-
|
|
3308
3466
|
declare class DismissPopupService {
|
|
3309
3467
|
private dismissedPopups;
|
|
3310
3468
|
constructor();
|
|
@@ -3394,5 +3552,5 @@ declare class ViewModelStateConfigDto {
|
|
|
3394
3552
|
}
|
|
3395
3553
|
declare const ViewModelStateConfigToken: InjectionToken<ViewModelStateConfigDto>;
|
|
3396
3554
|
|
|
3397
|
-
export { AactionConfigToken, AccountService
|
|
3555
|
+
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, 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, maxSelectedValidator, minTopicsSelectedValidator, presetCheckValidator };
|
|
3398
3556
|
export type { ContactDto, ContactTypeDto, IActionState, IAggregateRootSource, IAggregateRootStreamFactory, IAlertState, IReloadStrategy, IResultsState, ITeamReportResultsState, IUserSettingStrategy, IViewState };
|