@the-liberators/ngx-scrumteamsurvey-tools 2.3.67 → 2.3.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs +208 -408
- package/fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -11
- package/lib/add-calendar/index.d.ts +0 -3
- package/lib/community/community.module.d.ts +0 -21
- package/lib/community/components/gethelp-form/gethelp-form.component.d.ts +0 -25
- package/lib/community/components/meetups/meetups.component.d.ts +0 -28
- package/lib/community/components/recentcontent/recentcontent.component.d.ts +0 -15
- package/lib/community/interfaces/ICommunityState.d.ts +0 -8
- package/lib/community/models/meetupDto.d.ts +0 -12
- package/lib/community/models/resourceDto.d.ts +0 -8
- package/lib/community/services/communityClientConfig.d.ts +0 -13
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -39,14 +39,6 @@ export * from './lib/branding/brandingProvider.service';
|
|
|
39
39
|
export * from './lib/branding/components/site-default-footer/site-default-footer.component';
|
|
40
40
|
export * from './lib/branding/components/site-default-header/site-default-header.component';
|
|
41
41
|
export * from './lib/branding/components/site-micro-footer/site-micro-footer.component';
|
|
42
|
-
export * from './lib/community/community.module';
|
|
43
|
-
export * from './lib/community/components/gethelp-form/gethelp-form.component';
|
|
44
|
-
export * from './lib/community/components/meetups/meetups.component';
|
|
45
|
-
export * from './lib/community/components/recentcontent/recentcontent.component';
|
|
46
|
-
export * from './lib/community/interfaces/ICommunityState';
|
|
47
|
-
export * from './lib/community/models/meetupDto';
|
|
48
|
-
export * from './lib/community/models/resourceDto';
|
|
49
|
-
export * from './lib/community/services/communityClientConfig';
|
|
50
42
|
export * from './lib/componentBase';
|
|
51
43
|
export * from './lib/componentWithViewStateBase';
|
|
52
44
|
export * from './lib/components/checkbox/checkbox.component';
|
|
@@ -138,15 +130,13 @@ export * from './lib/pipes/slugify/ngx-slugify.module';
|
|
|
138
130
|
export * from './lib/pipes/slugify/ngx-slugify.pipe';
|
|
139
131
|
export * from './lib/pipes/truncate/truncate.module';
|
|
140
132
|
export * from './lib/pipes/truncate/truncate.pipe';
|
|
133
|
+
export * from './lib/results/components/age-indicator/age-indicator.component';
|
|
141
134
|
export * from './lib/results/components/arrow/arrow.component';
|
|
142
135
|
export * from './lib/results/components/badge-progression/badge-progression.component';
|
|
143
136
|
export * from './lib/results/components/badge-streak/badge-streak.component';
|
|
144
137
|
export * from './lib/results/components/badge/badge.component';
|
|
145
138
|
export * from './lib/results/components/badges/badges.component';
|
|
146
|
-
export * from './lib/results/components/age-indicator/age-indicator.component';
|
|
147
|
-
export * from './lib/results/components/result-indicator/result-indicator.component';
|
|
148
139
|
export * from './lib/results/components/benchmark-indicator/benchmark-indicator.component';
|
|
149
|
-
export * from './lib/results/components/impact-indicator/impact-indicator.component';
|
|
150
140
|
export * from './lib/results/components/delta-arrow/delta-arrow.component';
|
|
151
141
|
export * from './lib/results/components/doityourself/doityourself.component';
|
|
152
142
|
export * from './lib/results/components/doityourselfworkshops/doityourselfworkshops.component';
|
|
@@ -155,6 +145,7 @@ export * from './lib/results/components/factors/factors.component';
|
|
|
155
145
|
export * from './lib/results/components/filter-tags/filter-tags.component';
|
|
156
146
|
export * from './lib/results/components/focusareas/focusareas.component';
|
|
157
147
|
export * from './lib/results/components/footer/footer.component';
|
|
148
|
+
export * from './lib/results/components/impact-indicator/impact-indicator.component';
|
|
158
149
|
export * from './lib/results/components/limitationsapply/limitationsapply.component';
|
|
159
150
|
export * from './lib/results/components/model-factor-breakdown/model-factor-breakdown.component';
|
|
160
151
|
export * from './lib/results/components/model-factor/model-factor.component';
|
|
@@ -166,6 +157,7 @@ export * from './lib/results/components/quicktips/quicktips.component';
|
|
|
166
157
|
export * from './lib/results/components/recommendation/recommendation.component';
|
|
167
158
|
export * from './lib/results/components/recommendations/recommendations.component';
|
|
168
159
|
export * from './lib/results/components/research/research.component';
|
|
160
|
+
export * from './lib/results/components/result-indicator/result-indicator.component';
|
|
169
161
|
export * from './lib/results/components/roadmap/roadmap.component';
|
|
170
162
|
export * from './lib/results/components/teameffectiveness/teameffectiveness.component';
|
|
171
163
|
export * from './lib/results/components/termsupdated/termsupdated.component';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/recentcontent/recentcontent.component";
|
|
3
|
-
import * as i2 from "./components/meetups/meetups.component";
|
|
4
|
-
import * as i3 from "./components/gethelp-form/gethelp-form.component";
|
|
5
|
-
import * as i4 from "@angular/material/menu";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@angular/material/core";
|
|
8
|
-
import * as i7 from "@angular/router";
|
|
9
|
-
import * as i8 from "@angular/common";
|
|
10
|
-
import * as i9 from "@angular/forms";
|
|
11
|
-
import * as i10 from "@angular/material/input";
|
|
12
|
-
import * as i11 from "@angular/material/select";
|
|
13
|
-
import * as i12 from "../dialogs/dialog-support/dialog-support.module";
|
|
14
|
-
import * as i13 from "../pipes/dateRange/ngx-dateRange.module";
|
|
15
|
-
import * as i14 from "../dialogs/dialog-subscribe/dialog-subscribe.module";
|
|
16
|
-
import * as i15 from "../add-calendar/ng-add-to-calendar.module";
|
|
17
|
-
export declare class CommunityModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CommunityModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CommunityModule, [typeof i1.RecentContentComponent, typeof i2.MeetupsComponent, typeof i3.GetHelpFormComponent], [typeof i4.MatMenuModule, typeof i5.MatTooltipModule, typeof i6.MatNativeDateModule, typeof i7.RouterModule, typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i6.MatOptionModule, typeof i10.MatInputModule, typeof i11.MatSelectModule, typeof i12.DialogSupportModule, typeof i13.DateRangePipeModule, typeof i14.DialogSubscribeModule, typeof i15.NgAddToCalendarModule], [typeof i1.RecentContentComponent, typeof i2.MeetupsComponent, typeof i3.GetHelpFormComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CommunityModule>;
|
|
21
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { FormGroupDirective, FormBuilder, FormGroup } from '@angular/forms';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
4
|
-
import { ContactService } from '../../../dialogs/dialog-support/contactService.service';
|
|
5
|
-
import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
|
|
6
|
-
import { ICommunityState } from '../../interfaces/ICommunityState';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class GetHelpFormComponent extends ComponentWithViewStateBase<ICommunityState> {
|
|
9
|
-
private contactService;
|
|
10
|
-
private formBuilder;
|
|
11
|
-
private state;
|
|
12
|
-
protected snackBar: MatSnackBar;
|
|
13
|
-
requestList: string[];
|
|
14
|
-
form: FormGroup;
|
|
15
|
-
private context;
|
|
16
|
-
submitted: boolean;
|
|
17
|
-
constructor(contactService: ContactService, formBuilder: FormBuilder, state: ViewModelStateBase<ICommunityState>, snackBar: MatSnackBar);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
onSubmit(formDirective: FormGroupDirective): void;
|
|
20
|
-
cancel(): void;
|
|
21
|
-
private createForm;
|
|
22
|
-
protected onDataUpdate(data: ICommunityState): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GetHelpFormComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GetHelpFormComponent, "gethelp-form", never, {}, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
2
|
-
import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
|
|
3
|
-
import { NgAddToCalendarService } from '../../../add-calendar';
|
|
4
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
5
|
-
import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
|
|
6
|
-
import { ICommunityState } from '../../interfaces/ICommunityState';
|
|
7
|
-
import { MeetupDto } from '../../models/meetupDto';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class MeetupsComponent extends ComponentWithViewStateBase<ICommunityState> {
|
|
10
|
-
private addToCalendarService;
|
|
11
|
-
private state;
|
|
12
|
-
private sanitizer;
|
|
13
|
-
protected snackBar: MatSnackBar;
|
|
14
|
-
googleCalendarEventUrl: SafeUrl;
|
|
15
|
-
outlookCalendarEventUrl: SafeUrl;
|
|
16
|
-
icalCalenderEventUrl: SafeUrl;
|
|
17
|
-
meetups: MeetupDto[];
|
|
18
|
-
subscribed: boolean;
|
|
19
|
-
constructor(addToCalendarService: NgAddToCalendarService, state: ViewModelStateBase<ICommunityState>, sanitizer: DomSanitizer, snackBar: MatSnackBar);
|
|
20
|
-
allowedToJoin(meetup: MeetupDto): boolean;
|
|
21
|
-
googleUrl(meetup: MeetupDto): SafeUrl;
|
|
22
|
-
outlookUrl(meetup: MeetupDto): SafeUrl;
|
|
23
|
-
iCalendarUrl(meetup: MeetupDto): SafeUrl;
|
|
24
|
-
private createEvent;
|
|
25
|
-
protected onDataUpdate(data: ICommunityState): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MeetupsComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MeetupsComponent, "meetups", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
2
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
3
|
-
import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
|
|
4
|
-
import { ICommunityState } from '../../interfaces/ICommunityState';
|
|
5
|
-
import { ResourceDto } from '../../models/resourceDto';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class RecentContentComponent extends ComponentWithViewStateBase<ICommunityState> {
|
|
8
|
-
private state;
|
|
9
|
-
protected snackBar: MatSnackBar;
|
|
10
|
-
resources: ResourceDto[];
|
|
11
|
-
constructor(state: ViewModelStateBase<ICommunityState>, snackBar: MatSnackBar);
|
|
12
|
-
protected onDataUpdate(data: ICommunityState): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RecentContentComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RecentContentComponent, "recentcontent", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IViewState } from "../../viewModel/interfaces";
|
|
2
|
-
import { MeetupResponseDto } from "../models/meetupDto";
|
|
3
|
-
import { ResourceResponseDto } from "../models/resourceDto";
|
|
4
|
-
export interface ICommunityState extends IViewState {
|
|
5
|
-
meetups: MeetupResponseDto;
|
|
6
|
-
resources: ResourceResponseDto;
|
|
7
|
-
isSubscriber: boolean;
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PaginatedResponse } from "../../models/paginatedResponse";
|
|
2
|
-
export declare class MeetupResponseDto extends PaginatedResponse<MeetupDto> {
|
|
3
|
-
}
|
|
4
|
-
export declare class MeetupDto {
|
|
5
|
-
title: string;
|
|
6
|
-
from: Date;
|
|
7
|
-
to: Date;
|
|
8
|
-
location: string;
|
|
9
|
-
url: string;
|
|
10
|
-
description: string;
|
|
11
|
-
subscriberOnly: boolean;
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CommunityClientConfig {
|
|
4
|
-
private config?;
|
|
5
|
-
constructor(config?: CommunityClientConfigDto);
|
|
6
|
-
set(config: CommunityClientConfigDto): void;
|
|
7
|
-
get(): CommunityClientConfigDto;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CommunityClientConfig, [{ optional: true; }]>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CommunityClientConfig>;
|
|
10
|
-
}
|
|
11
|
-
export declare class CommunityClientConfigDto {
|
|
12
|
-
}
|
|
13
|
-
export declare const CommunityConfigToken: InjectionToken<CommunityClientConfigDto>;
|