@the-liberators/ngx-scrumteamsurvey-tools 2.3.23 → 2.3.25
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 +707 -673
- package/fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs.map +1 -1
- package/package.json +8 -10
- package/esm2022/lib/actions/actions.module.mjs +0 -128
- package/esm2022/lib/actions/components/action-list/action-list.component.mjs +0 -118
- package/esm2022/lib/actions/components/action-manage/action-manage.component.mjs +0 -164
- package/esm2022/lib/actions/components/action-tile/action-tile.component.mjs +0 -79
- package/esm2022/lib/actions/dialogs/dialog-export-actions/dialog-export-actions.component.mjs +0 -75
- package/esm2022/lib/actions/dialogs/dialog-export-actions/dialog-export-actions.directive.mjs +0 -30
- package/esm2022/lib/actions/dialogs/dialog-filters/dialog-filters.component.mjs +0 -113
- package/esm2022/lib/actions/dialogs/dialog-manageaction/dialog-manageaction.component.mjs +0 -78
- package/esm2022/lib/actions/interfaces/IActionState.mjs +0 -2
- package/esm2022/lib/actions/models/actionDto.mjs +0 -43
- package/esm2022/lib/actions/models/actionOptionsDto.mjs +0 -9
- package/esm2022/lib/actions/models/actionPrefillDto.mjs +0 -3
- package/esm2022/lib/actions/models/actionResponseDto.mjs +0 -7
- package/esm2022/lib/actions/models/exportRequestDto.mjs +0 -3
- package/esm2022/lib/actions/pipes/interventionOwnerToString.pipe.mjs +0 -32
- package/esm2022/lib/actions/pipes/interventionStateToString.pipe.mjs +0 -26
- package/esm2022/lib/actions/pipes/interventionTypeToString.pipe.mjs +0 -30
- package/esm2022/lib/actions/services/actionClientConfig.mjs +0 -30
- package/esm2022/lib/actions/services/actionService.mjs +0 -66
- package/esm2022/lib/add-calendar/generators/base-calendar.generator.mjs +0 -46
- package/esm2022/lib/add-calendar/generators/google-calendar.generator.mjs +0 -16
- package/esm2022/lib/add-calendar/generators/ics-calendar.generator.mjs +0 -33
- package/esm2022/lib/add-calendar/generators/outlook-calendar.generator.mjs +0 -17
- package/esm2022/lib/add-calendar/generators/yahoo-calendar.generator.mjs +0 -28
- package/esm2022/lib/add-calendar/index.mjs +0 -4
- package/esm2022/lib/add-calendar/model/calendar-event.model.mjs +0 -2
- package/esm2022/lib/add-calendar/model/calendar-type.enum.mjs +0 -9
- package/esm2022/lib/add-calendar/ng-add-to-calendar.module.mjs +0 -18
- package/esm2022/lib/add-calendar/service/ng-add-to-calendar.service.mjs +0 -33
- package/esm2022/lib/alerts/alerts.module.mjs +0 -24
- package/esm2022/lib/alerts/components/alerts-list/alerts.component.mjs +0 -105
- package/esm2022/lib/alerts/components/dialog-alerts/dialog-alerts.component.mjs +0 -25
- package/esm2022/lib/alerts/components/dialog-alerts/dialog-alerts.directive.mjs +0 -35
- package/esm2022/lib/alerts/interfaces/IAlertState.mjs +0 -2
- package/esm2022/lib/alerts/models/alertDto.model.mjs +0 -3
- package/esm2022/lib/alerts/models/alertFilterDto.model.mjs +0 -3
- package/esm2022/lib/alerts/models/alertResponseDto.model.mjs +0 -7
- package/esm2022/lib/alerts/models/dismissAlertRequestDto.model.mjs +0 -3
- package/esm2022/lib/alerts/services/alertClientConfig.mjs +0 -30
- package/esm2022/lib/alerts/services/alerts.service.mjs +0 -31
- package/esm2022/lib/apiUrlToken.mjs +0 -30
- package/esm2022/lib/branding/brandBackground.directive.mjs +0 -46
- package/esm2022/lib/branding/brandConditionalBackgroundColor.directive.mjs +0 -58
- package/esm2022/lib/branding/brandConditionalColor.directive.mjs +0 -63
- package/esm2022/lib/branding/brandHoverColor.directive.mjs +0 -84
- package/esm2022/lib/branding/branding.module.mjs +0 -68
- package/esm2022/lib/branding/brandingProvider.service.mjs +0 -33
- package/esm2022/lib/branding/components/site-default-footer/site-default-footer.component.mjs +0 -37
- package/esm2022/lib/branding/components/site-default-header/site-default-header.component.mjs +0 -74
- package/esm2022/lib/branding/components/site-micro-footer/site-micro-footer.component.mjs +0 -34
- package/esm2022/lib/community/community.module.mjs +0 -31
- package/esm2022/lib/community/components/gethelp-form/gethelp-form.component.mjs +0 -79
- package/esm2022/lib/community/components/meetups/meetups.component.mjs +0 -69
- package/esm2022/lib/community/components/recentcontent/recentcontent.component.mjs +0 -29
- package/esm2022/lib/community/interfaces/ICommunityState.mjs +0 -2
- package/esm2022/lib/community/models/meetupDto.mjs +0 -6
- package/esm2022/lib/community/models/resourceDto.mjs +0 -6
- package/esm2022/lib/community/services/communityClientConfig.mjs +0 -30
- package/esm2022/lib/componentBase.mjs +0 -33
- package/esm2022/lib/componentWithViewStateBase.mjs +0 -38
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -52
- package/esm2022/lib/components/checkbox/checkbox.module.mjs +0 -24
- package/esm2022/lib/components/expand/expand.component.mjs +0 -41
- package/esm2022/lib/components/expand/expand.module.mjs +0 -24
- package/esm2022/lib/components/loading/loading.component.mjs +0 -33
- package/esm2022/lib/components/loading/loading.module.mjs +0 -24
- package/esm2022/lib/components/mat-tags/mat-tags.component.mjs +0 -82
- package/esm2022/lib/components/mat-tags/mat-tags.module.mjs +0 -47
- package/esm2022/lib/components/metadata-input/metadata-input.component.mjs +0 -99
- package/esm2022/lib/components/metadata-input/metadata-input.module.mjs +0 -39
- package/esm2022/lib/components/multi-email-input/multi-email-input.component.mjs +0 -112
- package/esm2022/lib/components/multi-email-input/multi-email-input.module.mjs +0 -39
- package/esm2022/lib/components/paginator/paginator.component.mjs +0 -50
- package/esm2022/lib/components/paginator/paginator.module.mjs +0 -40
- package/esm2022/lib/components/quantity-selector/quantity-selector.component.mjs +0 -90
- package/esm2022/lib/components/quantity-selector/quantity-selector.module.mjs +0 -43
- package/esm2022/lib/components/select-list/select-list.component.mjs +0 -73
- package/esm2022/lib/components/select-list/select-list.module.mjs +0 -46
- package/esm2022/lib/components/snapshot-inviteurls/snapshot-inviteurls.component.mjs +0 -30
- package/esm2022/lib/components/snapshot-inviteurls/snapshot-inviteurls.module.mjs +0 -36
- package/esm2022/lib/components/tabnavigator/tabnavigator.component.mjs +0 -36
- package/esm2022/lib/components/tabnavigator/tabnavigator.module.mjs +0 -32
- package/esm2022/lib/components/topicselector/customCheckValidator.mjs +0 -15
- package/esm2022/lib/components/topicselector/minTopicsSelectedValidator.mjs +0 -15
- package/esm2022/lib/components/topicselector/topic-selector.component.mjs +0 -220
- package/esm2022/lib/components/topicselector/topic-selector.module.mjs +0 -55
- package/esm2022/lib/dialogs/dialog-account/account.service.mjs +0 -29
- package/esm2022/lib/dialogs/dialog-account/dialog-account.component.mjs +0 -86
- package/esm2022/lib/dialogs/dialog-account/dialog-account.module.mjs +0 -21
- package/esm2022/lib/dialogs/dialog-account/resetPasswordRequestDto.model.mjs +0 -3
- package/esm2022/lib/dialogs/dialog-factorinformation/dialog-factorinformation.component.mjs +0 -48
- package/esm2022/lib/dialogs/dialog-factorinformation/dialog-factorinformation.module.mjs +0 -21
- package/esm2022/lib/dialogs/dialog-resourcedownload/dialog-resourcedownload.component.mjs +0 -76
- package/esm2022/lib/dialogs/dialog-resourcedownload/dialog-resourcedownload.module.mjs +0 -23
- package/esm2022/lib/dialogs/dialog-resourcedownload/resourceDownload.service.mjs +0 -26
- package/esm2022/lib/dialogs/dialog-subscribe/dialog-subscribe.component.mjs +0 -25
- package/esm2022/lib/dialogs/dialog-subscribe/dialog-subscribe.directive.mjs +0 -30
- package/esm2022/lib/dialogs/dialog-subscribe/dialog-subscribe.module.mjs +0 -19
- package/esm2022/lib/dialogs/dialog-support/contactDto.mjs +0 -2
- package/esm2022/lib/dialogs/dialog-support/contactService.service.mjs +0 -25
- package/esm2022/lib/dialogs/dialog-support/contactTypeDto.mjs +0 -2
- package/esm2022/lib/dialogs/dialog-support/dialog-support.component.mjs +0 -90
- package/esm2022/lib/dialogs/dialog-support/dialog-support.directive.mjs +0 -131
- package/esm2022/lib/dialogs/dialog-support/dialog-support.module.mjs +0 -27
- package/esm2022/lib/directives/backbutton/backbutton.directive.mjs +0 -34
- package/esm2022/lib/directives/backbutton/backbutton.module.mjs +0 -17
- package/esm2022/lib/directives/guards/guards.module.mjs +0 -30
- package/esm2022/lib/directives/guards/validChangeTokenGuard.mjs +0 -27
- package/esm2022/lib/directives/guards/validKeyGuard.mjs +0 -26
- package/esm2022/lib/directives/guards/validSnapshotKeyGuard.mjs +0 -27
- package/esm2022/lib/directives/guards/validTeamKeyGuard.mjs +0 -27
- package/esm2022/lib/errorhandling/error.model.mjs +0 -16
- package/esm2022/lib/errorhandling/errorHandler.mjs +0 -96
- package/esm2022/lib/errorhandling/errorService.module.mjs +0 -24
- package/esm2022/lib/errorhandling/errorServiceConfig.mjs +0 -34
- package/esm2022/lib/guides/components/imageslider/imageslider.component.mjs +0 -52
- package/esm2022/lib/guides/components/resumeguidehover/resumeguidehover.component.mjs +0 -40
- package/esm2022/lib/guides/dialogs/dialog-guide/dialog-guide.component.mjs +0 -144
- package/esm2022/lib/guides/dialogs/dialog-guides/dialog-guides.component.mjs +0 -90
- package/esm2022/lib/guides/directives/startguide/startguide.directive.mjs +0 -27
- package/esm2022/lib/guides/guides.module.mjs +0 -92
- package/esm2022/lib/guides/interfaces/IGuideState.mjs +0 -2
- package/esm2022/lib/guides/models/guideCollectionDto.mjs +0 -19
- package/esm2022/lib/guides/services/guidePopup.service.mjs +0 -80
- package/esm2022/lib/guides/services/guideStateInBackEnd.service.mjs +0 -54
- package/esm2022/lib/guides/services/guideStateInBrowser.service.mjs +0 -56
- package/esm2022/lib/guides/services/guidesClientConfig.mjs +0 -30
- package/esm2022/lib/guides/services/interfaces.mjs +0 -2
- package/esm2022/lib/models/brandingSettingsDto.mjs +0 -5
- package/esm2022/lib/models/channelDto.mjs +0 -18
- package/esm2022/lib/models/clientInfoDto.mjs +0 -7
- package/esm2022/lib/models/contextItemDto.mjs +0 -7
- package/esm2022/lib/models/featuresDto.mjs +0 -3
- package/esm2022/lib/models/keyValueDto.mjs +0 -7
- package/esm2022/lib/models/modelStructureDto.mjs +0 -46
- package/esm2022/lib/models/paginatedResponse.mjs +0 -6
- package/esm2022/lib/models/pagingOptions.mjs +0 -3
- package/esm2022/lib/models/selectListItem.mjs +0 -8
- package/esm2022/lib/models/userInfoDto.mjs +0 -16
- package/esm2022/lib/models/userSettingsDto.mjs +0 -65
- package/esm2022/lib/pipes/callback/callback.module.mjs +0 -17
- package/esm2022/lib/pipes/callback/callback.pipe.mjs +0 -20
- package/esm2022/lib/pipes/dateRange/ngx-dateRange.module.mjs +0 -17
- package/esm2022/lib/pipes/dateRange/ngx-dateRange.pipe.mjs +0 -36
- package/esm2022/lib/pipes/dateRange/ngx-dateRangeDto.model.mjs +0 -3
- package/esm2022/lib/pipes/segmentName/segmentName.module.mjs +0 -17
- package/esm2022/lib/pipes/segmentName/segmentName.pipe.mjs +0 -31
- package/esm2022/lib/pipes/slugify/ngx-slugify.module.mjs +0 -17
- package/esm2022/lib/pipes/slugify/ngx-slugify.pipe.mjs +0 -24
- package/esm2022/lib/results/components/age-indicator/age-indicator.component.mjs +0 -37
- package/esm2022/lib/results/components/arrow/arrow.component.mjs +0 -224
- package/esm2022/lib/results/components/badge/badge.component.mjs +0 -29
- package/esm2022/lib/results/components/badge-progression/badge-progression.component.mjs +0 -25
- package/esm2022/lib/results/components/badge-streak/badge-streak.component.mjs +0 -29
- package/esm2022/lib/results/components/badges/badges.component.mjs +0 -40
- package/esm2022/lib/results/components/benchmark-indicator/benchmark-indicator.component.mjs +0 -21
- package/esm2022/lib/results/components/coachingcenter-teaser/coachingcenter-teaser.component.mjs +0 -28
- package/esm2022/lib/results/components/delta-arrow/delta-arrow.component.mjs +0 -37
- package/esm2022/lib/results/components/doityourself/doityourself.component.mjs +0 -17
- package/esm2022/lib/results/components/doityourselfworkshops/doityourselfworkshops.component.mjs +0 -41
- package/esm2022/lib/results/components/factor-axis/factor-axis.component.mjs +0 -62
- package/esm2022/lib/results/components/factors/factors.component.mjs +0 -46
- package/esm2022/lib/results/components/filter-tags/filter-tags.component.mjs +0 -31
- package/esm2022/lib/results/components/focusareas/focusareas.component.mjs +0 -43
- package/esm2022/lib/results/components/footer/footer.component.mjs +0 -30
- package/esm2022/lib/results/components/impact-indicator/impact-indicator.component.mjs +0 -20
- package/esm2022/lib/results/components/liberatorkits/liberatorkits.component.mjs +0 -29
- package/esm2022/lib/results/components/limitationsapply/limitationsapply.component.mjs +0 -20
- package/esm2022/lib/results/components/model/model.component.mjs +0 -79
- package/esm2022/lib/results/components/model-factor/model-factor.component.mjs +0 -95
- package/esm2022/lib/results/components/model-factor-breakdown/model-factor-breakdown.component.mjs +0 -44
- package/esm2022/lib/results/components/model-switcher/model-switcher.component.mjs +0 -33
- package/esm2022/lib/results/components/nav-button/nav-button.component.mjs +0 -85
- package/esm2022/lib/results/components/participants/participants.component.mjs +0 -78
- package/esm2022/lib/results/components/quicktips/quicktips.component.mjs +0 -77
- package/esm2022/lib/results/components/recommendation/recommendation.component.mjs +0 -53
- package/esm2022/lib/results/components/recommendations/recommendations.component.mjs +0 -57
- package/esm2022/lib/results/components/research/research.component.mjs +0 -16
- package/esm2022/lib/results/components/roadmap/roadmap.component.mjs +0 -29
- package/esm2022/lib/results/components/teamdashboard-teaser/teamdashboard-teaser.component.mjs +0 -30
- package/esm2022/lib/results/components/teameffectiveness/teameffectiveness.component.mjs +0 -40
- package/esm2022/lib/results/components/termsupdated/termsupdated.component.mjs +0 -37
- package/esm2022/lib/results/components/tip-badge/tip-badge.component.mjs +0 -53
- package/esm2022/lib/results/components/trends/trends.component.mjs +0 -138
- package/esm2022/lib/results/components/update-in-progress/update-in-progress.component.mjs +0 -36
- package/esm2022/lib/results/components/userprofile/userprofile.component.mjs +0 -166
- package/esm2022/lib/results/components/video/video.component.mjs +0 -23
- package/esm2022/lib/results/components/widget-factorscore/widget-factorscore.component.mjs +0 -41
- package/esm2022/lib/results/components/widget-participationrate/widget-participationrate.component.mjs +0 -32
- package/esm2022/lib/results/dialogs/dialog-export-factorscores/dialog-export-factorscores.component.mjs +0 -94
- package/esm2022/lib/results/dialogs/dialog-export-factorscores/dialog-export-factorscores.directive.mjs +0 -30
- package/esm2022/lib/results/dialogs/dialog-export-teamlist/dialog-export-teamlist.component.mjs +0 -93
- package/esm2022/lib/results/dialogs/dialog-export-teamlist/dialog-export-teamlist.directive.mjs +0 -30
- package/esm2022/lib/results/dialogs/dialog-modelfilter/dialog-modelfilter.component.mjs +0 -84
- package/esm2022/lib/results/dialogs/dialog-notes/dialog-notes.component.mjs +0 -46
- package/esm2022/lib/results/dialogs/dialog-settings/dialog-settings.component.mjs +0 -167
- package/esm2022/lib/results/interfaces/IResultsState.mjs +0 -2
- package/esm2022/lib/results/models/badgeDto.mjs +0 -10
- package/esm2022/lib/results/models/dataSetDto.mjs +0 -7
- package/esm2022/lib/results/models/dimensionResultDto.mjs +0 -3
- package/esm2022/lib/results/models/exportRequestDto.mjs +0 -11
- package/esm2022/lib/results/models/factorScoreDto.mjs +0 -96
- package/esm2022/lib/results/models/localUserDto.model.mjs +0 -4
- package/esm2022/lib/results/models/participantDto.model.mjs +0 -4
- package/esm2022/lib/results/models/snapshotDto.model.mjs +0 -4
- package/esm2022/lib/results/models/snapshotMetaDataDto.mjs +0 -5
- package/esm2022/lib/results/models/teamDto.model.mjs +0 -4
- package/esm2022/lib/results/models/teamListResponseDto.mjs +0 -6
- package/esm2022/lib/results/models/teamMetaDataDto.mjs +0 -11
- package/esm2022/lib/results/models/trendDataRequestDto.model.mjs +0 -3
- package/esm2022/lib/results/models/userListResponseDto.mjs +0 -6
- package/esm2022/lib/results/models/widgetDataDto.mjs +0 -3
- package/esm2022/lib/results/results.module.mjs +0 -385
- package/esm2022/lib/results/services/account.service.mjs +0 -24
- package/esm2022/lib/results/services/dimissPopupService.mjs +0 -18
- package/esm2022/lib/results/services/exportService.mjs +0 -30
- package/esm2022/lib/results/services/factorService.mjs +0 -24
- package/esm2022/lib/results/services/resultsClientConfig.mjs +0 -30
- package/esm2022/lib/results/services/terms.service.mjs +0 -24
- package/esm2022/lib/results/services/trend.service.mjs +0 -24
- package/esm2022/lib/results/services/userProfile.service.mjs +0 -41
- package/esm2022/lib/validators/domainValidator.mjs +0 -14
- package/esm2022/lib/validators/matchInputValidator.mjs +0 -25
- package/esm2022/lib/validators/maxSelectedValidator.mjs +0 -9
- package/esm2022/lib/viewModel/interfaces.mjs +0 -6
- package/esm2022/lib/viewModel/reloadStrategies/noReloadStrategy.mjs +0 -22
- package/esm2022/lib/viewModel/reloadStrategies/reloadOnPushStrategy.mjs +0 -52
- package/esm2022/lib/viewModel/services/sessionIdInterceptor.service.mjs +0 -31
- package/esm2022/lib/viewModel/services/sessionIdProvider.service.mjs +0 -22
- package/esm2022/lib/viewModel/userSettings.service.mjs +0 -32
- package/esm2022/lib/viewModel/viewModelState.module.mjs +0 -31
- package/esm2022/lib/viewModel/viewModelState.service.mjs +0 -79
- package/esm2022/lib/viewModel/viewModelStateConfig.mjs +0 -30
- package/esm2022/public-api.mjs +0 -224
- package/esm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs +0 -5
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import { Validators } from '@angular/forms';
|
|
3
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
4
|
-
import { VIEWSTATE_PROVIDER } from '../../../viewModel/viewModelState.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../../dialogs/dialog-support/contactService.service";
|
|
7
|
-
import * as i2 from "@angular/forms";
|
|
8
|
-
import * as i3 from "@angular/material/snack-bar";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@angular/material/core";
|
|
11
|
-
import * as i6 from "@angular/material/input";
|
|
12
|
-
import * as i7 from "@angular/material/form-field";
|
|
13
|
-
import * as i8 from "@angular/material/select";
|
|
14
|
-
import * as i9 from "../../../viewModel/viewModelState.service";
|
|
15
|
-
export class GetHelpFormComponent extends ComponentWithViewStateBase {
|
|
16
|
-
constructor(contactService, formBuilder, state, snackBar) {
|
|
17
|
-
super(state, snackBar);
|
|
18
|
-
this.contactService = contactService;
|
|
19
|
-
this.formBuilder = formBuilder;
|
|
20
|
-
this.state = state;
|
|
21
|
-
this.snackBar = snackBar;
|
|
22
|
-
this.requestList = [];
|
|
23
|
-
}
|
|
24
|
-
ngOnInit() {
|
|
25
|
-
super.ngOnInit();
|
|
26
|
-
this.createForm();
|
|
27
|
-
this.requestList.push("I don't understand something in our results");
|
|
28
|
-
this.requestList.push("My team doesn't know where or how to start improving");
|
|
29
|
-
this.requestList.push("We're stuck and we don't know how to move forward");
|
|
30
|
-
this.requestList.push("Help my organization get more out of this tool");
|
|
31
|
-
this.requestList.push("I'm looking for personal coaching or mentoring");
|
|
32
|
-
this.requestList.push("Something else");
|
|
33
|
-
}
|
|
34
|
-
onSubmit(formDirective) {
|
|
35
|
-
if (!this.form.valid) {
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
this.submitted = true;
|
|
39
|
-
var request = {
|
|
40
|
-
type: 2,
|
|
41
|
-
requests: this.form.get("requests").value,
|
|
42
|
-
fromEmail: this.form.get("email").value,
|
|
43
|
-
body: this.form.get("body").value,
|
|
44
|
-
context: this.context
|
|
45
|
-
};
|
|
46
|
-
this.contactService.send(request).subscribe(success => {
|
|
47
|
-
this.submitted = false;
|
|
48
|
-
this.form.reset();
|
|
49
|
-
formDirective.resetForm();
|
|
50
|
-
this.showSuccess("Awesome! We will get back to you shortly.");
|
|
51
|
-
}, error => {
|
|
52
|
-
this.showError("Yikes! We ran into an issue while sending your request. Please try again or, or contact info@columinity.com directly.");
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
cancel() {
|
|
56
|
-
this.form.reset();
|
|
57
|
-
}
|
|
58
|
-
createForm() {
|
|
59
|
-
this.form = this.formBuilder.group({
|
|
60
|
-
body: ["", [Validators.required, Validators.maxLength(500)]],
|
|
61
|
-
requests: ["", Validators.required],
|
|
62
|
-
email: ["", [Validators.required, Validators.email]]
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
onDataUpdate(data) {
|
|
66
|
-
this.context = data.context;
|
|
67
|
-
}
|
|
68
|
-
;
|
|
69
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: GetHelpFormComponent, deps: [{ token: i1.ContactService }, { token: i2.FormBuilder }, { token: VIEWSTATE_PROVIDER }, { token: i3.MatSnackBar }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
70
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: GetHelpFormComponent, selector: "gethelp-form", usesInheritance: true, ngImport: i0, template: "<form [formGroup]=\"form\" (ngSubmit)=\"onSubmit(formDirective)\" #formDirective=\"ngForm\" class=\"gethelp-form form\">\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-label>What would you like help with?</mat-label>\n <mat-select multiple formControlName=\"requests\" id=\"requests\">\n <mat-option class=\"select-option\" *ngFor=\"let request of requestList\" [value]=\"request\">{{request}}</mat-option>\n </mat-select>\n <mat-error *ngIf=\"form.controls.requests.errors\">\n <div *ngIf=\"form.controls.requests.errors.required\">Please select where you need help</div>\n </mat-error>\n </mat-form-field>\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-label>Enter a short description of the kind of help you need</mat-label>\n <textarea matInput formControlName=\"body\" id=\"body\" rows=\"3\" maxlength=\"500\"></textarea>\n <mat-error *ngIf=\"form.controls.body.errors\">\n <div *ngIf=\"form.controls.body.errors.required\">Please describe how we can help you</div>\n <div *ngIf=\"form.controls.body.errors.maxlength\">Please limit to 500 characters</div>\n </mat-error>\n </mat-form-field>\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-label>Your email address</mat-label>\n <input matInput formControlName=\"email\" id=\"email\" />\n <mat-error *ngIf=\"form.controls.email.errors\">\n <div *ngIf=\"form.controls.email.errors.required\">Please enter a description</div>\n <div *ngIf=\"form.controls.email.errors.email\">Please enter a valid e-mail address</div>\n </mat-error>\n </mat-form-field>\n <div class=\"toolbar leftright\">\n <div>\n <a class=\"button borderless cancel\" href=\"javascript:void(null);\" (click)=\"cancel()\" id=\"cancel\" *ngIf=\"form.dirty\"><span class=\"icon ph-x-circle\"></span> cancel</a>\n </div>\n <input class=\"button primary\" type=\"submit\" id=\"submit\" value=\"Get help!\" [ngClass]=\"{'loading': submitted}\" [disabled]=\"submitted\" />\n </div>\n</form>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}form{margin-top:20px;position:sticky;top:20px}form .mat-mdc-form-field{width:100%;margin-bottom:10px}form .toolbar .button.cancel{padding-left:0;margin-left:0}@media only screen and (min-width: 992px){form .toolbar .delete{padding-left:0;margin-left:0}}.hourlyrate{margin-top:30px;text-align:right;color:#726d00;font-size:14px}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatLabel, selector: "mat-label" }, { kind: "directive", type: i7.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "component", type: i8.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }] }); }
|
|
71
|
-
}
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: GetHelpFormComponent, decorators: [{
|
|
73
|
-
type: Component,
|
|
74
|
-
args: [{ selector: 'gethelp-form', template: "<form [formGroup]=\"form\" (ngSubmit)=\"onSubmit(formDirective)\" #formDirective=\"ngForm\" class=\"gethelp-form form\">\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-label>What would you like help with?</mat-label>\n <mat-select multiple formControlName=\"requests\" id=\"requests\">\n <mat-option class=\"select-option\" *ngFor=\"let request of requestList\" [value]=\"request\">{{request}}</mat-option>\n </mat-select>\n <mat-error *ngIf=\"form.controls.requests.errors\">\n <div *ngIf=\"form.controls.requests.errors.required\">Please select where you need help</div>\n </mat-error>\n </mat-form-field>\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-label>Enter a short description of the kind of help you need</mat-label>\n <textarea matInput formControlName=\"body\" id=\"body\" rows=\"3\" maxlength=\"500\"></textarea>\n <mat-error *ngIf=\"form.controls.body.errors\">\n <div *ngIf=\"form.controls.body.errors.required\">Please describe how we can help you</div>\n <div *ngIf=\"form.controls.body.errors.maxlength\">Please limit to 500 characters</div>\n </mat-error>\n </mat-form-field>\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-label>Your email address</mat-label>\n <input matInput formControlName=\"email\" id=\"email\" />\n <mat-error *ngIf=\"form.controls.email.errors\">\n <div *ngIf=\"form.controls.email.errors.required\">Please enter a description</div>\n <div *ngIf=\"form.controls.email.errors.email\">Please enter a valid e-mail address</div>\n </mat-error>\n </mat-form-field>\n <div class=\"toolbar leftright\">\n <div>\n <a class=\"button borderless cancel\" href=\"javascript:void(null);\" (click)=\"cancel()\" id=\"cancel\" *ngIf=\"form.dirty\"><span class=\"icon ph-x-circle\"></span> cancel</a>\n </div>\n <input class=\"button primary\" type=\"submit\" id=\"submit\" value=\"Get help!\" [ngClass]=\"{'loading': submitted}\" [disabled]=\"submitted\" />\n </div>\n</form>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}form{margin-top:20px;position:sticky;top:20px}form .mat-mdc-form-field{width:100%;margin-bottom:10px}form .toolbar .button.cancel{padding-left:0;margin-left:0}@media only screen and (min-width: 992px){form .toolbar .delete{padding-left:0;margin-left:0}}.hourlyrate{margin-top:30px;text-align:right;color:#726d00;font-size:14px}\n"] }]
|
|
75
|
-
}], ctorParameters: () => [{ type: i1.ContactService }, { type: i2.FormBuilder }, { type: i9.ViewModelStateBase, decorators: [{
|
|
76
|
-
type: Inject,
|
|
77
|
-
args: [VIEWSTATE_PROVIDER]
|
|
78
|
-
}] }, { type: i3.MatSnackBar }] });
|
|
79
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0aGVscC1mb3JtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21tdW5pdHkvY29tcG9uZW50cy9nZXRoZWxwLWZvcm0vZ2V0aGVscC1mb3JtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21tdW5pdHkvY29tcG9uZW50cy9nZXRoZWxwLWZvcm0vZ2V0aGVscC1mb3JtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBc0IsVUFBVSxFQUEwQixNQUFNLGdCQUFnQixDQUFDO0FBRXhGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBSWpGLE9BQU8sRUFBc0Isa0JBQWtCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7Ozs7Ozs7Ozs7QUFRbkcsTUFBTSxPQUFPLG9CQUFxQixTQUFRLDBCQUEyQztJQU1sRixZQUFvQixjQUE4QixFQUFVLFdBQXdCLEVBQXNDLEtBQTBDLEVBQVksUUFBcUI7UUFDbE0sS0FBSyxDQUFDLEtBQUssRUFBRSxRQUFRLENBQUMsQ0FBQTtRQURMLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQUFVLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBQXNDLFVBQUssR0FBTCxLQUFLLENBQXFDO1FBQVksYUFBUSxHQUFSLFFBQVEsQ0FBYTtRQUw5TCxnQkFBVyxHQUFhLEVBQUUsQ0FBQztJQU9sQyxDQUFDO0lBRU0sUUFBUTtRQUNaLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsNkNBQTZDLENBQUMsQ0FBQztRQUNyRSxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxzREFBc0QsQ0FBQyxDQUFDO1FBQzlFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLG1EQUFtRCxDQUFDLENBQUM7UUFDM0UsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsZ0RBQWdELENBQUMsQ0FBQztRQUN4RSxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxnREFBZ0QsQ0FBQyxDQUFDO1FBQ3hFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVNLFFBQVEsQ0FBQyxhQUFpQztRQUM5QyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUFDLE9BQU87UUFBQyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBRXRCLElBQUksT0FBTyxHQUFlO1lBQ3ZCLElBQUksRUFBRSxDQUFDO1lBQ1AsUUFBUSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxDQUFDLEtBQUs7WUFDekMsU0FBUyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQUs7WUFDdkMsSUFBSSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEtBQUs7WUFDakMsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPO1NBQ3ZCLENBQUE7UUFFRCxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDbkQsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7WUFDdkIsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNsQixhQUFhLENBQUMsU0FBUyxFQUFFLENBQUM7WUFDMUIsSUFBSSxDQUFDLFdBQVcsQ0FBQywyQ0FBMkMsQ0FBQyxDQUFDO1FBQ2pFLENBQUMsRUFBRSxLQUFLLENBQUMsRUFBRTtZQUNSLElBQUksQ0FBQyxTQUFTLENBQUMsdUhBQXVILENBQUMsQ0FBQTtRQUMxSSxDQUFDLENBQUMsQ0FBQztJQUNOLENBQUM7SUFFTSxNQUFNO1FBQ1YsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRU8sVUFBVTtRQUNmLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUM7WUFDaEMsSUFBSSxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7WUFDNUQsUUFBUSxFQUFFLENBQUMsRUFBRSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDbkMsS0FBSyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDdEQsQ0FBQyxDQUFDO0lBQ04sQ0FBQztJQUVTLFlBQVksQ0FBQyxJQUFxQjtRQUN6QyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDL0IsQ0FBQztJQUFBLENBQUM7K0dBekRRLG9CQUFvQiwyRUFNZ0Usa0JBQWtCO21HQU50RyxvQkFBb0IsMkVDZmpDLDRsRUFpQ0E7OzRGRGxCYSxvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0csY0FBYzs7MEJBVStELE1BQU07MkJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Hcm91cERpcmVjdGl2ZSwgVmFsaWRhdG9ycywgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE1hdFNuYWNrQmFyIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc25hY2stYmFyJztcbmltcG9ydCB7IENvbXBvbmVudFdpdGhWaWV3U3RhdGVCYXNlIH0gZnJvbSAnLi4vLi4vLi4vY29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2UnO1xuaW1wb3J0IHsgQ29udGFjdER0byB9IGZyb20gJy4uLy4uLy4uL2RpYWxvZ3MvZGlhbG9nLXN1cHBvcnQvY29udGFjdER0byc7XG5pbXBvcnQgeyBDb250YWN0U2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2RpYWxvZ3MvZGlhbG9nLXN1cHBvcnQvY29udGFjdFNlcnZpY2Uuc2VydmljZSc7XG5pbXBvcnQgeyBDb250ZXh0SXRlbUR0byB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9jb250ZXh0SXRlbUR0byc7XG5pbXBvcnQgeyBWaWV3TW9kZWxTdGF0ZUJhc2UsIFZJRVdTVEFURV9QUk9WSURFUiB9IGZyb20gJy4uLy4uLy4uL3ZpZXdNb2RlbC92aWV3TW9kZWxTdGF0ZS5zZXJ2aWNlJztcbmltcG9ydCB7IElDb21tdW5pdHlTdGF0ZSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvSUNvbW11bml0eVN0YXRlJztcblxuQENvbXBvbmVudCh7XG4gICBzZWxlY3RvcjogJ2dldGhlbHAtZm9ybScsXG4gICB0ZW1wbGF0ZVVybDogJy4vZ2V0aGVscC1mb3JtLmNvbXBvbmVudC5odG1sJyxcbiAgIHN0eWxlVXJsczogWycuL2dldGhlbHAtZm9ybS5jb21wb25lbnQubGVzcyddXG59KVxuZXhwb3J0IGNsYXNzIEdldEhlbHBGb3JtQ29tcG9uZW50IGV4dGVuZHMgQ29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2U8SUNvbW11bml0eVN0YXRlPiB7XG4gICBwdWJsaWMgcmVxdWVzdExpc3Q6IHN0cmluZ1tdID0gW107XG4gICBwdWJsaWMgZm9ybTogRm9ybUdyb3VwO1xuICAgcHJpdmF0ZSBjb250ZXh0OiBDb250ZXh0SXRlbUR0b1tdO1xuICAgcHVibGljIHN1Ym1pdHRlZDogYm9vbGVhbjtcblxuICAgY29uc3RydWN0b3IocHJpdmF0ZSBjb250YWN0U2VydmljZTogQ29udGFjdFNlcnZpY2UsIHByaXZhdGUgZm9ybUJ1aWxkZXI6IEZvcm1CdWlsZGVyLCBASW5qZWN0KFZJRVdTVEFURV9QUk9WSURFUikgcHJpdmF0ZSBzdGF0ZTogVmlld01vZGVsU3RhdGVCYXNlPElDb21tdW5pdHlTdGF0ZT4sIHByb3RlY3RlZCBzbmFja0JhcjogTWF0U25hY2tCYXIpIHtcbiAgICAgIHN1cGVyKHN0YXRlLCBzbmFja0JhcilcbiAgIH1cblxuICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgc3VwZXIubmdPbkluaXQoKTtcbiAgICAgIHRoaXMuY3JlYXRlRm9ybSgpO1xuICAgICAgdGhpcy5yZXF1ZXN0TGlzdC5wdXNoKFwiSSBkb24ndCB1bmRlcnN0YW5kIHNvbWV0aGluZyBpbiBvdXIgcmVzdWx0c1wiKTtcbiAgICAgIHRoaXMucmVxdWVzdExpc3QucHVzaChcIk15IHRlYW0gZG9lc24ndCBrbm93IHdoZXJlIG9yIGhvdyB0byBzdGFydCBpbXByb3ZpbmdcIik7XG4gICAgICB0aGlzLnJlcXVlc3RMaXN0LnB1c2goXCJXZSdyZSBzdHVjayBhbmQgd2UgZG9uJ3Qga25vdyBob3cgdG8gbW92ZSBmb3J3YXJkXCIpO1xuICAgICAgdGhpcy5yZXF1ZXN0TGlzdC5wdXNoKFwiSGVscCBteSBvcmdhbml6YXRpb24gZ2V0IG1vcmUgb3V0IG9mIHRoaXMgdG9vbFwiKTtcbiAgICAgIHRoaXMucmVxdWVzdExpc3QucHVzaChcIkknbSBsb29raW5nIGZvciBwZXJzb25hbCBjb2FjaGluZyBvciBtZW50b3JpbmdcIik7XG4gICAgICB0aGlzLnJlcXVlc3RMaXN0LnB1c2goXCJTb21ldGhpbmcgZWxzZVwiKTtcbiAgIH1cblxuICAgcHVibGljIG9uU3VibWl0KGZvcm1EaXJlY3RpdmU6IEZvcm1Hcm91cERpcmVjdGl2ZSkge1xuICAgICAgaWYgKCF0aGlzLmZvcm0udmFsaWQpIHsgcmV0dXJuOyB9XG4gICAgICB0aGlzLnN1Ym1pdHRlZCA9IHRydWU7XG5cbiAgICAgIHZhciByZXF1ZXN0OiBDb250YWN0RHRvID0ge1xuICAgICAgICAgdHlwZTogMixcbiAgICAgICAgIHJlcXVlc3RzOiB0aGlzLmZvcm0uZ2V0KFwicmVxdWVzdHNcIikudmFsdWUsXG4gICAgICAgICBmcm9tRW1haWw6IHRoaXMuZm9ybS5nZXQoXCJlbWFpbFwiKS52YWx1ZSxcbiAgICAgICAgIGJvZHk6IHRoaXMuZm9ybS5nZXQoXCJib2R5XCIpLnZhbHVlLFxuICAgICAgICAgY29udGV4dDogdGhpcy5jb250ZXh0XG4gICAgICB9XG5cbiAgICAgIHRoaXMuY29udGFjdFNlcnZpY2Uuc2VuZChyZXF1ZXN0KS5zdWJzY3JpYmUoc3VjY2VzcyA9PiB7XG4gICAgICAgICB0aGlzLnN1Ym1pdHRlZCA9IGZhbHNlO1xuICAgICAgICAgdGhpcy5mb3JtLnJlc2V0KCk7XG4gICAgICAgICBmb3JtRGlyZWN0aXZlLnJlc2V0Rm9ybSgpO1xuICAgICAgICAgdGhpcy5zaG93U3VjY2VzcyhcIkF3ZXNvbWUhIFdlIHdpbGwgZ2V0IGJhY2sgdG8geW91IHNob3J0bHkuXCIpO1xuICAgICAgfSwgZXJyb3IgPT4ge1xuICAgICAgICAgdGhpcy5zaG93RXJyb3IoXCJZaWtlcyEgV2UgcmFuIGludG8gYW4gaXNzdWUgd2hpbGUgc2VuZGluZyB5b3VyIHJlcXVlc3QuIFBsZWFzZSB0cnkgYWdhaW4gb3IsIG9yIGNvbnRhY3QgaW5mb0Bjb2x1bWluaXR5LmNvbSBkaXJlY3RseS5cIilcbiAgICAgIH0pO1xuICAgfVxuXG4gICBwdWJsaWMgY2FuY2VsKCkge1xuICAgICAgdGhpcy5mb3JtLnJlc2V0KCk7XG4gICB9XG5cbiAgIHByaXZhdGUgY3JlYXRlRm9ybSgpOiB2b2lkIHtcbiAgICAgIHRoaXMuZm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xuICAgICAgICAgYm9keTogW1wiXCIsIFtWYWxpZGF0b3JzLnJlcXVpcmVkLCBWYWxpZGF0b3JzLm1heExlbmd0aCg1MDApXV0sXG4gICAgICAgICByZXF1ZXN0czogW1wiXCIsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxuICAgICAgICAgZW1haWw6IFtcIlwiLCBbVmFsaWRhdG9ycy5yZXF1aXJlZCwgVmFsaWRhdG9ycy5lbWFpbF1dXG4gICAgICB9KTtcbiAgIH1cblxuICAgcHJvdGVjdGVkIG9uRGF0YVVwZGF0ZShkYXRhOiBJQ29tbXVuaXR5U3RhdGUpOiB2b2lkIHtcbiAgICAgIHRoaXMuY29udGV4dCA9IGRhdGEuY29udGV4dDtcbiAgIH07XG59XG4iLCI8Zm9ybSBbZm9ybUdyb3VwXT1cImZvcm1cIiAobmdTdWJtaXQpPVwib25TdWJtaXQoZm9ybURpcmVjdGl2ZSlcIiAjZm9ybURpcmVjdGl2ZT1cIm5nRm9ybVwiIGNsYXNzPVwiZ2V0aGVscC1mb3JtIGZvcm1cIj5cbiAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwiZmlsbFwiIHN1YnNjcmlwdFNpemluZz1cImR5bmFtaWNcIj5cbiAgICAgIDxtYXQtbGFiZWw+V2hhdCB3b3VsZCB5b3UgbGlrZSBoZWxwIHdpdGg/PC9tYXQtbGFiZWw+XG4gICAgICA8bWF0LXNlbGVjdCBtdWx0aXBsZSBmb3JtQ29udHJvbE5hbWU9XCJyZXF1ZXN0c1wiIGlkPVwicmVxdWVzdHNcIj5cbiAgICAgICAgIDxtYXQtb3B0aW9uIGNsYXNzPVwic2VsZWN0LW9wdGlvblwiICpuZ0Zvcj1cImxldCByZXF1ZXN0IG9mIHJlcXVlc3RMaXN0XCIgW3ZhbHVlXT1cInJlcXVlc3RcIj57e3JlcXVlc3R9fTwvbWF0LW9wdGlvbj5cbiAgICAgIDwvbWF0LXNlbGVjdD5cbiAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJmb3JtLmNvbnRyb2xzLnJlcXVlc3RzLmVycm9yc1wiPlxuICAgICAgICAgPGRpdiAqbmdJZj1cImZvcm0uY29udHJvbHMucmVxdWVzdHMuZXJyb3JzLnJlcXVpcmVkXCI+UGxlYXNlIHNlbGVjdCB3aGVyZSB5b3UgbmVlZCBoZWxwPC9kaXY+XG4gICAgICA8L21hdC1lcnJvcj5cbiAgIDwvbWF0LWZvcm0tZmllbGQ+XG4gICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBzdWJzY3JpcHRTaXppbmc9XCJkeW5hbWljXCI+XG4gICAgICA8bWF0LWxhYmVsPkVudGVyIGEgc2hvcnQgZGVzY3JpcHRpb24gb2YgdGhlIGtpbmQgb2YgaGVscCB5b3UgbmVlZDwvbWF0LWxhYmVsPlxuICAgICAgPHRleHRhcmVhIG1hdElucHV0IGZvcm1Db250cm9sTmFtZT1cImJvZHlcIiBpZD1cImJvZHlcIiByb3dzPVwiM1wiIG1heGxlbmd0aD1cIjUwMFwiPjwvdGV4dGFyZWE+XG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybS5jb250cm9scy5ib2R5LmVycm9yc1wiPlxuICAgICAgICAgPGRpdiAqbmdJZj1cImZvcm0uY29udHJvbHMuYm9keS5lcnJvcnMucmVxdWlyZWRcIj5QbGVhc2UgZGVzY3JpYmUgaG93IHdlIGNhbiBoZWxwIHlvdTwvZGl2PlxuICAgICAgICAgPGRpdiAqbmdJZj1cImZvcm0uY29udHJvbHMuYm9keS5lcnJvcnMubWF4bGVuZ3RoXCI+UGxlYXNlIGxpbWl0IHRvIDUwMCBjaGFyYWN0ZXJzPC9kaXY+XG4gICAgICA8L21hdC1lcnJvcj5cbiAgIDwvbWF0LWZvcm0tZmllbGQ+XG4gICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBzdWJzY3JpcHRTaXppbmc9XCJkeW5hbWljXCI+XG4gICAgICA8bWF0LWxhYmVsPllvdXIgZW1haWwgYWRkcmVzczwvbWF0LWxhYmVsPlxuICAgICAgPGlucHV0IG1hdElucHV0IGZvcm1Db250cm9sTmFtZT1cImVtYWlsXCIgaWQ9XCJlbWFpbFwiIC8+XG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybS5jb250cm9scy5lbWFpbC5lcnJvcnNcIj5cbiAgICAgICAgIDxkaXYgKm5nSWY9XCJmb3JtLmNvbnRyb2xzLmVtYWlsLmVycm9ycy5yZXF1aXJlZFwiPlBsZWFzZSBlbnRlciBhIGRlc2NyaXB0aW9uPC9kaXY+XG4gICAgICAgICA8ZGl2ICpuZ0lmPVwiZm9ybS5jb250cm9scy5lbWFpbC5lcnJvcnMuZW1haWxcIj5QbGVhc2UgZW50ZXIgYSB2YWxpZCBlLW1haWwgYWRkcmVzczwvZGl2PlxuICAgICAgPC9tYXQtZXJyb3I+XG4gICA8L21hdC1mb3JtLWZpZWxkPlxuICAgPGRpdiBjbGFzcz1cInRvb2xiYXIgbGVmdHJpZ2h0XCI+XG4gICAgICA8ZGl2PlxuICAgICAgICAgPGEgY2xhc3M9XCJidXR0b24gYm9yZGVybGVzcyBjYW5jZWxcIiBocmVmPVwiamF2YXNjcmlwdDp2b2lkKG51bGwpO1wiIChjbGljayk9XCJjYW5jZWwoKVwiIGlkPVwiY2FuY2VsXCIgKm5nSWY9XCJmb3JtLmRpcnR5XCI+PHNwYW4gY2xhc3M9XCJpY29uIHBoLXgtY2lyY2xlXCI+PC9zcGFuPiBjYW5jZWw8L2E+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxpbnB1dCBjbGFzcz1cImJ1dHRvbiBwcmltYXJ5XCIgdHlwZT1cInN1Ym1pdFwiIGlkPVwic3VibWl0XCIgdmFsdWU9XCJHZXQgaGVscCFcIiBbbmdDbGFzc109XCJ7J2xvYWRpbmcnOiBzdWJtaXR0ZWR9XCIgW2Rpc2FibGVkXT1cInN1Ym1pdHRlZFwiIC8+XG4gICA8L2Rpdj5cbjwvZm9ybT5cbiJdfQ==
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import * as moment from 'moment';
|
|
3
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
4
|
-
import { VIEWSTATE_PROVIDER } from '../../../viewModel/viewModelState.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../../add-calendar";
|
|
7
|
-
import * as i2 from "@angular/platform-browser";
|
|
8
|
-
import * as i3 from "@angular/material/snack-bar";
|
|
9
|
-
import * as i4 from "@angular/material/menu";
|
|
10
|
-
import * as i5 from "@angular/common";
|
|
11
|
-
import * as i6 from "../../../dialogs/dialog-support/dialog-support.directive";
|
|
12
|
-
import * as i7 from "../../../dialogs/dialog-subscribe/dialog-subscribe.directive";
|
|
13
|
-
import * as i8 from "../../../viewModel/viewModelState.service";
|
|
14
|
-
export class MeetupsComponent extends ComponentWithViewStateBase {
|
|
15
|
-
constructor(addToCalendarService, state, sanitizer, snackBar) {
|
|
16
|
-
super(state, snackBar);
|
|
17
|
-
this.addToCalendarService = addToCalendarService;
|
|
18
|
-
this.state = state;
|
|
19
|
-
this.sanitizer = sanitizer;
|
|
20
|
-
this.snackBar = snackBar;
|
|
21
|
-
this.meetups = [];
|
|
22
|
-
}
|
|
23
|
-
allowedToJoin(meetup) {
|
|
24
|
-
if (!meetup.subscriberOnly) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
if (meetup.subscriberOnly && this.subscribed) {
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
return false;
|
|
31
|
-
}
|
|
32
|
-
googleUrl(meetup) {
|
|
33
|
-
return this.sanitizer.bypassSecurityTrustUrl(this.addToCalendarService.getHrefFor(this.addToCalendarService.calendarType.google, this.createEvent(meetup)));
|
|
34
|
-
}
|
|
35
|
-
outlookUrl(meetup) {
|
|
36
|
-
return this.sanitizer.bypassSecurityTrustUrl(this.addToCalendarService.getHrefFor(this.addToCalendarService.calendarType.outlook, this.createEvent(meetup)));
|
|
37
|
-
}
|
|
38
|
-
iCalendarUrl(meetup) {
|
|
39
|
-
return this.sanitizer.bypassSecurityTrustUrl(this.addToCalendarService.getHrefFor(this.addToCalendarService.calendarType.iCalendar, this.createEvent(meetup)));
|
|
40
|
-
}
|
|
41
|
-
createEvent(meetup) {
|
|
42
|
-
var fromDate = moment.utc(meetup.from).local().toDate();
|
|
43
|
-
var toDate = moment.utc(meetup.to).local().toDate();
|
|
44
|
-
var event = {
|
|
45
|
-
title: "Meetup: " + meetup.title,
|
|
46
|
-
start: fromDate,
|
|
47
|
-
end: toDate,
|
|
48
|
-
duration: meetup.to.valueOf() - meetup.from.valueOf(),
|
|
49
|
-
address: meetup.url,
|
|
50
|
-
description: meetup.description + '\\n\\nIMPORTANT: Please check the time and date in the days preceeding the meetup. We sometimes reschedule meetups, and such changes are not automatically reflected in your calendar.'
|
|
51
|
-
};
|
|
52
|
-
return event;
|
|
53
|
-
}
|
|
54
|
-
onDataUpdate(data) {
|
|
55
|
-
this.subscribed = data.isSubscriber;
|
|
56
|
-
this.meetups = data.meetups.items;
|
|
57
|
-
}
|
|
58
|
-
;
|
|
59
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MeetupsComponent, deps: [{ token: i1.NgAddToCalendarService }, { token: VIEWSTATE_PROVIDER }, { token: i2.DomSanitizer }, { token: i3.MatSnackBar }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
60
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: MeetupsComponent, selector: "meetups", usesInheritance: true, ngImport: i0, template: "<div class=\"meetups\">\n <div class=\"meetup wirebox\" *ngFor=\"let meetup of meetups\">\n <div class=\"top titleandaction\">\n <h3>{{meetup.title}}</h3>\n <div class=\"details\">\n <div class=\"detail\"><span class=\"icon ph-calendar-blank\"></span> {{meetup.from | date: 'MMM d, h:mm a' }} to {{meetup.to | date: 'shortTime' }} CEST<br /></div>\n <div class=\"detail\"><span class=\"icon ph-map-pin\"></span> {{meetup.location}}</div>\n </div>\n </div>\n <div class=\"content\">\n <p>{{meetup.description}}</p>\n </div>\n <div class=\"bottom\">\n <div class=\"toolbar leftright\">\n <div *ngIf=\"allowedToJoin(meetup) && meetup.url\">\n <b>Zoom link:</b><br /><a [href]=\"meetup.url\">{{meetup.url}}</a>\n </div>\n\n <div *ngIf=\"!meetup.url || !allowedToJoin(meetup)\"></div>\n\n <div class=\"button subscribersonly\" *ngIf=\"!allowedToJoin(meetup)\" subscribeDialog>only for subscribers</div>\n <button mat-button [matMenuTriggerFor]=\"menu\" *ngIf=\"allowedToJoin(meetup)\" class=\"button\">Add to calendar</button>\n <mat-menu #menu=\"matMenu\" [overlapTrigger]=\"false\">\n <a mat-menu-item target=\"_blank\" [href]=\"googleUrl(meetup)\"><span class=\"icon ph-google-logo\"></span> Google</a>\n <a mat-menu-item [href]=\"outlookUrl(meetup)\"><span class=\"icon ph-windows-logo\"></span> Outlook</a>\n <a mat-menu-item [href]=\"iCalendarUrl(meetup)\"><span class=\"icon ph-calendar\"></span> iCalendar (.ical)</a>\n </mat-menu>\n </div>\n </div>\n </div>\n <div class=\"meetup wirebox\">\n <div class=\"top titleandaction\">\n <h3>In-house Workshop: Diagnose Your Scrum Team</h3>\n <div class=\"details\">\n <div class=\"detail\"><span class=\"icon ph-calendar-blank\"></span> On a date that suits your team<br /></div>\n <div class=\"detail\"><span class=\"icon ph-map-pin\"></span> Online or in-person</div>\n </div>\n </div>\n <div class=\"content\">\n <p>\n Diagnose and inspect one or more Scrum teams in your organization, and work together to identify actionable improvements to work more effectively. We design this workshop to suit your needs, and facilitate it for your teams. Workshops can take between 2 hours and 2 days, depending on your needs.\n </p>\n </div>\n <div class=\"bottom\">\n <div class=\"toolbar leftright\">\n <div></div>\n <div class=\"button requestquote\" lookingForHelpDialog>contact us</div>\n </div>\n </div>\n </div>\n</div>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}.meetups .meetup .toolbar .subscribersonly{background:#1f3f8f;color:#fff}.meetups .meetup .toolbar .requestquote{background:#00af77;color:#fff}.meetups .meetup .content p{margin:0}@media only screen and (max-width: 1320px){.meetups .meetup .titleandaction{display:block}.meetups .meetup .titleandaction .details{margin-top:20px}}.meetups .meetup .titleandaction .details{width:300px}.meetups .meetup .titleandaction .details .detail{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;line-height:140%;text-transform:uppercase;line-height:100%;font-size:15px;font-weight:600}.meetups .meetup .titleandaction .details .detail:not(:last-of-type){margin-bottom:15px}.meetups .meetup .titleandaction .details .detail .icon{vertical-align:middle;margin-right:10px}.wirebox .toolbar .button{margin-right:0}\n"], dependencies: [{ kind: "component", type: i4.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i4.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i4.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "directive", type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.OpenLookingForHelpDialog, selector: "[lookingForHelpDialog]" }, { kind: "directive", type: i7.OpenSubscribeDialogDirective, selector: "[subscribeDialog]" }, { kind: "pipe", type: i5.DatePipe, name: "date" }] }); }
|
|
61
|
-
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MeetupsComponent, decorators: [{
|
|
63
|
-
type: Component,
|
|
64
|
-
args: [{ selector: 'meetups', template: "<div class=\"meetups\">\n <div class=\"meetup wirebox\" *ngFor=\"let meetup of meetups\">\n <div class=\"top titleandaction\">\n <h3>{{meetup.title}}</h3>\n <div class=\"details\">\n <div class=\"detail\"><span class=\"icon ph-calendar-blank\"></span> {{meetup.from | date: 'MMM d, h:mm a' }} to {{meetup.to | date: 'shortTime' }} CEST<br /></div>\n <div class=\"detail\"><span class=\"icon ph-map-pin\"></span> {{meetup.location}}</div>\n </div>\n </div>\n <div class=\"content\">\n <p>{{meetup.description}}</p>\n </div>\n <div class=\"bottom\">\n <div class=\"toolbar leftright\">\n <div *ngIf=\"allowedToJoin(meetup) && meetup.url\">\n <b>Zoom link:</b><br /><a [href]=\"meetup.url\">{{meetup.url}}</a>\n </div>\n\n <div *ngIf=\"!meetup.url || !allowedToJoin(meetup)\"></div>\n\n <div class=\"button subscribersonly\" *ngIf=\"!allowedToJoin(meetup)\" subscribeDialog>only for subscribers</div>\n <button mat-button [matMenuTriggerFor]=\"menu\" *ngIf=\"allowedToJoin(meetup)\" class=\"button\">Add to calendar</button>\n <mat-menu #menu=\"matMenu\" [overlapTrigger]=\"false\">\n <a mat-menu-item target=\"_blank\" [href]=\"googleUrl(meetup)\"><span class=\"icon ph-google-logo\"></span> Google</a>\n <a mat-menu-item [href]=\"outlookUrl(meetup)\"><span class=\"icon ph-windows-logo\"></span> Outlook</a>\n <a mat-menu-item [href]=\"iCalendarUrl(meetup)\"><span class=\"icon ph-calendar\"></span> iCalendar (.ical)</a>\n </mat-menu>\n </div>\n </div>\n </div>\n <div class=\"meetup wirebox\">\n <div class=\"top titleandaction\">\n <h3>In-house Workshop: Diagnose Your Scrum Team</h3>\n <div class=\"details\">\n <div class=\"detail\"><span class=\"icon ph-calendar-blank\"></span> On a date that suits your team<br /></div>\n <div class=\"detail\"><span class=\"icon ph-map-pin\"></span> Online or in-person</div>\n </div>\n </div>\n <div class=\"content\">\n <p>\n Diagnose and inspect one or more Scrum teams in your organization, and work together to identify actionable improvements to work more effectively. We design this workshop to suit your needs, and facilitate it for your teams. Workshops can take between 2 hours and 2 days, depending on your needs.\n </p>\n </div>\n <div class=\"bottom\">\n <div class=\"toolbar leftright\">\n <div></div>\n <div class=\"button requestquote\" lookingForHelpDialog>contact us</div>\n </div>\n </div>\n </div>\n</div>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}.meetups .meetup .toolbar .subscribersonly{background:#1f3f8f;color:#fff}.meetups .meetup .toolbar .requestquote{background:#00af77;color:#fff}.meetups .meetup .content p{margin:0}@media only screen and (max-width: 1320px){.meetups .meetup .titleandaction{display:block}.meetups .meetup .titleandaction .details{margin-top:20px}}.meetups .meetup .titleandaction .details{width:300px}.meetups .meetup .titleandaction .details .detail{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;line-height:140%;text-transform:uppercase;line-height:100%;font-size:15px;font-weight:600}.meetups .meetup .titleandaction .details .detail:not(:last-of-type){margin-bottom:15px}.meetups .meetup .titleandaction .details .detail .icon{vertical-align:middle;margin-right:10px}.wirebox .toolbar .button{margin-right:0}\n"] }]
|
|
65
|
-
}], ctorParameters: () => [{ type: i1.NgAddToCalendarService }, { type: i8.ViewModelStateBase, decorators: [{
|
|
66
|
-
type: Inject,
|
|
67
|
-
args: [VIEWSTATE_PROVIDER]
|
|
68
|
-
}] }, { type: i2.DomSanitizer }, { type: i3.MatSnackBar }] });
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVldHVwcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tbXVuaXR5L2NvbXBvbmVudHMvbWVldHVwcy9tZWV0dXBzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21tdW5pdHkvY29tcG9uZW50cy9tZWV0dXBzL21lZXR1cHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHbEQsT0FBTyxLQUFLLE1BQU0sTUFBTSxRQUFRLENBQUM7QUFFakMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDakYsT0FBTyxFQUFzQixrQkFBa0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDOzs7Ozs7Ozs7O0FBU25HLE1BQU0sT0FBTyxnQkFBaUIsU0FBUSwwQkFBMkM7SUFPOUUsWUFBb0Isb0JBQTRDLEVBQXNDLEtBQTBDLEVBQVUsU0FBdUIsRUFBWSxRQUFxQjtRQUMvTSxLQUFLLENBQUMsS0FBSyxFQUFFLFFBQVEsQ0FBQyxDQUFBO1FBREwseUJBQW9CLEdBQXBCLG9CQUFvQixDQUF3QjtRQUFzQyxVQUFLLEdBQUwsS0FBSyxDQUFxQztRQUFVLGNBQVMsR0FBVCxTQUFTLENBQWM7UUFBWSxhQUFRLEdBQVIsUUFBUSxDQUFhO1FBSDNNLFlBQU8sR0FBZ0IsRUFBRSxDQUFDO0lBS2pDLENBQUM7SUFFTSxhQUFhLENBQUMsTUFBaUI7UUFDbkMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUFDLE9BQU8sSUFBSSxDQUFDO1FBQUMsQ0FBQztRQUM1QyxJQUFJLE1BQU0sQ0FBQyxjQUFjLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQUMsT0FBTyxJQUFJLENBQUM7UUFBQyxDQUFDO1FBQzlELE9BQU8sS0FBSyxDQUFDO0lBQ2hCLENBQUM7SUFFTSxTQUFTLENBQUMsTUFBaUI7UUFDL0IsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLHNCQUFzQixDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLFlBQVksQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDL0osQ0FBQztJQUVNLFVBQVUsQ0FBQyxNQUFpQjtRQUNoQyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsc0JBQXNCLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsWUFBWSxDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNoSyxDQUFDO0lBRU0sWUFBWSxDQUFDLE1BQWlCO1FBQ2xDLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxZQUFZLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ2xLLENBQUM7SUFFTyxXQUFXLENBQUMsTUFBaUI7UUFDbEMsSUFBSSxRQUFRLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDeEQsSUFBSSxNQUFNLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUM7UUFFcEQsSUFBSSxLQUFLLEdBQW1CO1lBQ3pCLEtBQUssRUFBRSxVQUFVLEdBQUcsTUFBTSxDQUFDLEtBQUs7WUFDaEMsS0FBSyxFQUFFLFFBQVE7WUFDZixHQUFHLEVBQUUsTUFBTTtZQUNYLFFBQVEsRUFBRSxNQUFNLENBQUMsRUFBRSxDQUFDLE9BQU8sRUFBRSxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQ3JELE9BQU8sRUFBRSxNQUFNLENBQUMsR0FBRztZQUNuQixXQUFXLEVBQUUsTUFBTSxDQUFDLFdBQVcsR0FBRyx3TEFBd0w7U0FDNU4sQ0FBQztRQUVGLE9BQU8sS0FBSyxDQUFDO0lBQ2hCLENBQUM7SUFFUyxZQUFZLENBQUMsSUFBcUI7UUFDekMsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDO1FBQ3BDLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUM7SUFDckMsQ0FBQztJQUFBLENBQUM7K0dBaERRLGdCQUFnQix3REFPZ0Qsa0JBQWtCO21HQVBsRixnQkFBZ0Isc0VDZjdCLGdzRkFtREE7OzRGRHBDYSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0csU0FBUzs7MEJBV2dELE1BQU07MkJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdFNuYWNrQmFyIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc25hY2stYmFyJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZVVybCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0ICogYXMgbW9tZW50IGZyb20gJ21vbWVudCc7XG5pbXBvcnQgeyBJQ2FsZW5kYXJFdmVudCwgTmdBZGRUb0NhbGVuZGFyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2FkZC1jYWxlbmRhcic7XG5pbXBvcnQgeyBDb21wb25lbnRXaXRoVmlld1N0YXRlQmFzZSB9IGZyb20gJy4uLy4uLy4uL2NvbXBvbmVudFdpdGhWaWV3U3RhdGVCYXNlJztcbmltcG9ydCB7IFZpZXdNb2RlbFN0YXRlQmFzZSwgVklFV1NUQVRFX1BST1ZJREVSIH0gZnJvbSAnLi4vLi4vLi4vdmlld01vZGVsL3ZpZXdNb2RlbFN0YXRlLnNlcnZpY2UnO1xuaW1wb3J0IHsgSUNvbW11bml0eVN0YXRlIH0gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcy9JQ29tbXVuaXR5U3RhdGUnO1xuaW1wb3J0IHsgTWVldHVwRHRvIH0gZnJvbSAnLi4vLi4vbW9kZWxzL21lZXR1cER0byc7XG5cbkBDb21wb25lbnQoe1xuICAgc2VsZWN0b3I6ICdtZWV0dXBzJyxcbiAgIHRlbXBsYXRlVXJsOiAnLi9tZWV0dXBzLmNvbXBvbmVudC5odG1sJyxcbiAgIHN0eWxlVXJsczogWycuL21lZXR1cHMuY29tcG9uZW50Lmxlc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNZWV0dXBzQ29tcG9uZW50IGV4dGVuZHMgQ29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2U8SUNvbW11bml0eVN0YXRlPiB7XG4gICBwdWJsaWMgZ29vZ2xlQ2FsZW5kYXJFdmVudFVybDogU2FmZVVybDtcbiAgIHB1YmxpYyBvdXRsb29rQ2FsZW5kYXJFdmVudFVybDogU2FmZVVybDtcbiAgIHB1YmxpYyBpY2FsQ2FsZW5kZXJFdmVudFVybDogU2FmZVVybDtcbiAgIHB1YmxpYyBtZWV0dXBzOiBNZWV0dXBEdG9bXSA9IFtdO1xuICAgcHVibGljIHN1YnNjcmliZWQ6IGJvb2xlYW47XG5cbiAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYWRkVG9DYWxlbmRhclNlcnZpY2U6IE5nQWRkVG9DYWxlbmRhclNlcnZpY2UsIEBJbmplY3QoVklFV1NUQVRFX1BST1ZJREVSKSBwcml2YXRlIHN0YXRlOiBWaWV3TW9kZWxTdGF0ZUJhc2U8SUNvbW11bml0eVN0YXRlPiwgcHJpdmF0ZSBzYW5pdGl6ZXI6IERvbVNhbml0aXplciwgcHJvdGVjdGVkIHNuYWNrQmFyOiBNYXRTbmFja0Jhcikge1xuICAgICAgc3VwZXIoc3RhdGUsIHNuYWNrQmFyKVxuICAgfVxuXG4gICBwdWJsaWMgYWxsb3dlZFRvSm9pbihtZWV0dXA6IE1lZXR1cER0bykge1xuICAgICAgaWYgKCFtZWV0dXAuc3Vic2NyaWJlck9ubHkpIHsgcmV0dXJuIHRydWU7IH1cbiAgICAgIGlmIChtZWV0dXAuc3Vic2NyaWJlck9ubHkgJiYgdGhpcy5zdWJzY3JpYmVkKSB7IHJldHVybiB0cnVlOyB9XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICB9XG5cbiAgIHB1YmxpYyBnb29nbGVVcmwobWVldHVwOiBNZWV0dXBEdG8pIHtcbiAgICAgIHJldHVybiB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0VXJsKHRoaXMuYWRkVG9DYWxlbmRhclNlcnZpY2UuZ2V0SHJlZkZvcih0aGlzLmFkZFRvQ2FsZW5kYXJTZXJ2aWNlLmNhbGVuZGFyVHlwZS5nb29nbGUsIHRoaXMuY3JlYXRlRXZlbnQobWVldHVwKSkpO1xuICAgfVxuXG4gICBwdWJsaWMgb3V0bG9va1VybChtZWV0dXA6IE1lZXR1cER0bykge1xuICAgICAgcmV0dXJuIHRoaXMuc2FuaXRpemVyLmJ5cGFzc1NlY3VyaXR5VHJ1c3RVcmwodGhpcy5hZGRUb0NhbGVuZGFyU2VydmljZS5nZXRIcmVmRm9yKHRoaXMuYWRkVG9DYWxlbmRhclNlcnZpY2UuY2FsZW5kYXJUeXBlLm91dGxvb2ssIHRoaXMuY3JlYXRlRXZlbnQobWVldHVwKSkpO1xuICAgfVxuXG4gICBwdWJsaWMgaUNhbGVuZGFyVXJsKG1lZXR1cDogTWVldHVwRHRvKSB7XG4gICAgICByZXR1cm4gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFVybCh0aGlzLmFkZFRvQ2FsZW5kYXJTZXJ2aWNlLmdldEhyZWZGb3IodGhpcy5hZGRUb0NhbGVuZGFyU2VydmljZS5jYWxlbmRhclR5cGUuaUNhbGVuZGFyLCB0aGlzLmNyZWF0ZUV2ZW50KG1lZXR1cCkpKTtcbiAgIH1cblxuICAgcHJpdmF0ZSBjcmVhdGVFdmVudChtZWV0dXA6IE1lZXR1cER0byk6IElDYWxlbmRhckV2ZW50IHtcbiAgICAgIHZhciBmcm9tRGF0ZSA9IG1vbWVudC51dGMobWVldHVwLmZyb20pLmxvY2FsKCkudG9EYXRlKCk7XG4gICAgICB2YXIgdG9EYXRlID0gbW9tZW50LnV0YyhtZWV0dXAudG8pLmxvY2FsKCkudG9EYXRlKCk7XG5cbiAgICAgIHZhciBldmVudDogSUNhbGVuZGFyRXZlbnQgPSB7XG4gICAgICAgICB0aXRsZTogXCJNZWV0dXA6IFwiICsgbWVldHVwLnRpdGxlLFxuICAgICAgICAgc3RhcnQ6IGZyb21EYXRlLFxuICAgICAgICAgZW5kOiB0b0RhdGUsXG4gICAgICAgICBkdXJhdGlvbjogbWVldHVwLnRvLnZhbHVlT2YoKSAtIG1lZXR1cC5mcm9tLnZhbHVlT2YoKSxcbiAgICAgICAgIGFkZHJlc3M6IG1lZXR1cC51cmwsXG4gICAgICAgICBkZXNjcmlwdGlvbjogbWVldHVwLmRlc2NyaXB0aW9uICsgJ1xcXFxuXFxcXG5JTVBPUlRBTlQ6IFBsZWFzZSBjaGVjayB0aGUgdGltZSBhbmQgZGF0ZSBpbiB0aGUgZGF5cyBwcmVjZWVkaW5nIHRoZSBtZWV0dXAuIFdlIHNvbWV0aW1lcyByZXNjaGVkdWxlIG1lZXR1cHMsIGFuZCBzdWNoIGNoYW5nZXMgYXJlIG5vdCBhdXRvbWF0aWNhbGx5IHJlZmxlY3RlZCBpbiB5b3VyIGNhbGVuZGFyLidcbiAgICAgIH07XG5cbiAgICAgIHJldHVybiBldmVudDtcbiAgIH1cblxuICAgcHJvdGVjdGVkIG9uRGF0YVVwZGF0ZShkYXRhOiBJQ29tbXVuaXR5U3RhdGUpOiB2b2lkIHtcbiAgICAgIHRoaXMuc3Vic2NyaWJlZCA9IGRhdGEuaXNTdWJzY3JpYmVyO1xuICAgICAgdGhpcy5tZWV0dXBzID0gZGF0YS5tZWV0dXBzLml0ZW1zO1xuICAgfTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJtZWV0dXBzXCI+XG4gICA8ZGl2IGNsYXNzPVwibWVldHVwIHdpcmVib3hcIiAqbmdGb3I9XCJsZXQgbWVldHVwIG9mIG1lZXR1cHNcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0b3AgdGl0bGVhbmRhY3Rpb25cIj5cbiAgICAgICAgIDxoMz57e21lZXR1cC50aXRsZX19PC9oMz5cbiAgICAgICAgIDxkaXYgY2xhc3M9XCJkZXRhaWxzXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZGV0YWlsXCI+PHNwYW4gY2xhc3M9XCJpY29uIHBoLWNhbGVuZGFyLWJsYW5rXCI+PC9zcGFuPiB7e21lZXR1cC5mcm9tIHwgZGF0ZTogJ01NTSBkLCBoOm1tIGEnIH19IHRvIHt7bWVldHVwLnRvIHwgZGF0ZTogJ3Nob3J0VGltZScgfX0gQ0VTVDxiciAvPjwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRldGFpbFwiPjxzcGFuIGNsYXNzPVwiaWNvbiBwaC1tYXAtcGluXCI+PC9zcGFuPiB7e21lZXR1cC5sb2NhdGlvbn19PC9kaXY+XG4gICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnRcIj5cbiAgICAgICAgIDxwPnt7bWVldHVwLmRlc2NyaXB0aW9ufX08L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJib3R0b21cIj5cbiAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b29sYmFyIGxlZnRyaWdodFwiPlxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cImFsbG93ZWRUb0pvaW4obWVldHVwKSAmJiBtZWV0dXAudXJsXCI+XG4gICAgICAgICAgICAgICA8Yj5ab29tIGxpbms6PC9iPjxiciAvPjxhIFtocmVmXT1cIm1lZXR1cC51cmxcIj57e21lZXR1cC51cmx9fTwvYT5cbiAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiIW1lZXR1cC51cmwgfHwgIWFsbG93ZWRUb0pvaW4obWVldHVwKVwiPjwvZGl2PlxuXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnV0dG9uIHN1YnNjcmliZXJzb25seVwiICpuZ0lmPVwiIWFsbG93ZWRUb0pvaW4obWVldHVwKVwiIHN1YnNjcmliZURpYWxvZz5vbmx5IGZvciBzdWJzY3JpYmVyczwvZGl2PlxuICAgICAgICAgICAgPGJ1dHRvbiBtYXQtYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJtZW51XCIgKm5nSWY9XCJhbGxvd2VkVG9Kb2luKG1lZXR1cClcIiBjbGFzcz1cImJ1dHRvblwiPkFkZCB0byBjYWxlbmRhcjwvYnV0dG9uPlxuICAgICAgICAgICAgPG1hdC1tZW51ICNtZW51PVwibWF0TWVudVwiIFtvdmVybGFwVHJpZ2dlcl09XCJmYWxzZVwiPlxuICAgICAgICAgICAgICAgPGEgbWF0LW1lbnUtaXRlbSB0YXJnZXQ9XCJfYmxhbmtcIiBbaHJlZl09XCJnb29nbGVVcmwobWVldHVwKVwiPjxzcGFuIGNsYXNzPVwiaWNvbiBwaC1nb29nbGUtbG9nb1wiPjwvc3Bhbj4gR29vZ2xlPC9hPlxuICAgICAgICAgICAgICAgPGEgbWF0LW1lbnUtaXRlbSBbaHJlZl09XCJvdXRsb29rVXJsKG1lZXR1cClcIj48c3BhbiBjbGFzcz1cImljb24gcGgtd2luZG93cy1sb2dvXCI+PC9zcGFuPiBPdXRsb29rPC9hPlxuICAgICAgICAgICAgICAgPGEgbWF0LW1lbnUtaXRlbSBbaHJlZl09XCJpQ2FsZW5kYXJVcmwobWVldHVwKVwiPjxzcGFuIGNsYXNzPVwiaWNvbiBwaC1jYWxlbmRhclwiPjwvc3Bhbj4gaUNhbGVuZGFyICguaWNhbCk8L2E+XG4gICAgICAgICAgICA8L21hdC1tZW51PlxuICAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgIDwvZGl2PlxuICAgPGRpdiBjbGFzcz1cIm1lZXR1cCB3aXJlYm94XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwidG9wIHRpdGxlYW5kYWN0aW9uXCI+XG4gICAgICAgICA8aDM+SW4taG91c2UgV29ya3Nob3A6IERpYWdub3NlIFlvdXIgU2NydW0gVGVhbTwvaDM+XG4gICAgICAgICA8ZGl2IGNsYXNzPVwiZGV0YWlsc1wiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRldGFpbFwiPjxzcGFuIGNsYXNzPVwiaWNvbiBwaC1jYWxlbmRhci1ibGFua1wiPjwvc3Bhbj4gT24gYSBkYXRlIHRoYXQgc3VpdHMgeW91ciB0ZWFtPGJyIC8+PC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZGV0YWlsXCI+PHNwYW4gY2xhc3M9XCJpY29uIHBoLW1hcC1waW5cIj48L3NwYW4+IE9ubGluZSBvciBpbi1wZXJzb248L2Rpdj5cbiAgICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29udGVudFwiPlxuICAgICAgICAgPHA+XG4gICAgICAgICAgICBEaWFnbm9zZSBhbmQgaW5zcGVjdCBvbmUgb3IgbW9yZSBTY3J1bSB0ZWFtcyBpbiB5b3VyIG9yZ2FuaXphdGlvbiwgYW5kIHdvcmsgdG9nZXRoZXIgdG8gaWRlbnRpZnkgYWN0aW9uYWJsZSBpbXByb3ZlbWVudHMgdG8gd29yayBtb3JlIGVmZmVjdGl2ZWx5LiBXZSBkZXNpZ24gdGhpcyB3b3Jrc2hvcCB0byBzdWl0IHlvdXIgbmVlZHMsIGFuZCBmYWNpbGl0YXRlIGl0IGZvciB5b3VyIHRlYW1zLiBXb3Jrc2hvcHMgY2FuIHRha2UgYmV0d2VlbiAyIGhvdXJzIGFuZCAyIGRheXMsIGRlcGVuZGluZyBvbiB5b3VyIG5lZWRzLlxuICAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiYm90dG9tXCI+XG4gICAgICAgICA8ZGl2IGNsYXNzPVwidG9vbGJhciBsZWZ0cmlnaHRcIj5cbiAgICAgICAgICAgIDxkaXY+PC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnV0dG9uIHJlcXVlc3RxdW90ZVwiIGxvb2tpbmdGb3JIZWxwRGlhbG9nPmNvbnRhY3QgdXM8L2Rpdj5cbiAgICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
3
|
-
import { VIEWSTATE_PROVIDER } from '../../../viewModel/viewModelState.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/material/snack-bar";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "../../../viewModel/viewModelState.service";
|
|
8
|
-
export class RecentContentComponent extends ComponentWithViewStateBase {
|
|
9
|
-
constructor(state, snackBar) {
|
|
10
|
-
super(state, snackBar);
|
|
11
|
-
this.state = state;
|
|
12
|
-
this.snackBar = snackBar;
|
|
13
|
-
this.resources = [];
|
|
14
|
-
}
|
|
15
|
-
onDataUpdate(data) {
|
|
16
|
-
this.resources = data.resources.items;
|
|
17
|
-
}
|
|
18
|
-
;
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RecentContentComponent, deps: [{ token: VIEWSTATE_PROVIDER }, { token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: RecentContentComponent, selector: "recentcontent", usesInheritance: true, ngImport: i0, template: "<div class=\"box recentcontent\">\n <h3>Recent content</h3>\n <div class=\"recentcontent-item\" *ngFor=\"let resource of resources\">\n <div class=\"type\"><span class=\"badge\" [ngClass]=\"resource.type\"><i class=\"icon ph-microphone\" *ngIf=\"resource.type == 'podcast'\"></i><i class=\"icon ph-note\" *ngIf=\"resource.type == 'blogpost'\"></i></span></div>\n <div class=\"title\"><a [href]=\"resource.url\" target=\"_blank\">{{resource.title}}</a></div>\n </div>\n <div class=\"link\">\n <a href=\"https://public.theliberators.com/content\" target=\"_blank\">Check out more content ></a>\n </div>\n</div>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}.recentcontent{background:#f0f0f0}.recentcontent .recentcontent-item{display:flex;margin-bottom:15px}.recentcontent .recentcontent-item .badge{margin-right:15px;width:100px;padding:4px 8px}.recentcontent .recentcontent-item .badge.podcast{background:#1f3f8f;color:#fff}.recentcontent .recentcontent-item .badge.blogpost{color:#fff;background:#2f2f2f}.recentcontent .recentcontent-item .badge .icon{vertical-align:middle;font-size:15px}.recentcontent .recentcontent-item a{font-weight:600;text-decoration:none}.recentcontent .link{margin-top:30px}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
21
|
-
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RecentContentComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'recentcontent', template: "<div class=\"box recentcontent\">\n <h3>Recent content</h3>\n <div class=\"recentcontent-item\" *ngFor=\"let resource of resources\">\n <div class=\"type\"><span class=\"badge\" [ngClass]=\"resource.type\"><i class=\"icon ph-microphone\" *ngIf=\"resource.type == 'podcast'\"></i><i class=\"icon ph-note\" *ngIf=\"resource.type == 'blogpost'\"></i></span></div>\n <div class=\"title\"><a [href]=\"resource.url\" target=\"_blank\">{{resource.title}}</a></div>\n </div>\n <div class=\"link\">\n <a href=\"https://public.theliberators.com/content\" target=\"_blank\">Check out more content ></a>\n </div>\n</div>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}.recentcontent{background:#f0f0f0}.recentcontent .recentcontent-item{display:flex;margin-bottom:15px}.recentcontent .recentcontent-item .badge{margin-right:15px;width:100px;padding:4px 8px}.recentcontent .recentcontent-item .badge.podcast{background:#1f3f8f;color:#fff}.recentcontent .recentcontent-item .badge.blogpost{color:#fff;background:#2f2f2f}.recentcontent .recentcontent-item .badge .icon{vertical-align:middle;font-size:15px}.recentcontent .recentcontent-item a{font-weight:600;text-decoration:none}.recentcontent .link{margin-top:30px}\n"] }]
|
|
25
|
-
}], ctorParameters: () => [{ type: i3.ViewModelStateBase, decorators: [{
|
|
26
|
-
type: Inject,
|
|
27
|
-
args: [VIEWSTATE_PROVIDER]
|
|
28
|
-
}] }, { type: i1.MatSnackBar }] });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjZW50Y29udGVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tbXVuaXR5L2NvbXBvbmVudHMvcmVjZW50Y29udGVudC9yZWNlbnRjb250ZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21tdW5pdHkvY29tcG9uZW50cy9yZWNlbnRjb250ZW50L3JlY2VudGNvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFbEQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDakYsT0FBTyxFQUFzQixrQkFBa0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDOzs7OztBQVNuRyxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsMEJBQTJDO0lBR3BGLFlBQWdELEtBQTBDLEVBQVksUUFBcUI7UUFDeEgsS0FBSyxDQUFDLEtBQUssRUFBRSxRQUFRLENBQUMsQ0FBQztRQURzQixVQUFLLEdBQUwsS0FBSyxDQUFxQztRQUFZLGFBQVEsR0FBUixRQUFRLENBQWE7UUFGcEgsY0FBUyxHQUFrQixFQUFFLENBQUM7SUFJckMsQ0FBQztJQUVTLFlBQVksQ0FBQyxJQUFxQjtRQUN6QyxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDO0lBQ3pDLENBQUM7SUFBQSxDQUFDOytHQVRRLHNCQUFzQixrQkFHWixrQkFBa0I7bUdBSDVCLHNCQUFzQiw0RUNabkMsNm5CQVVBOzs0RkRFYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0csZUFBZTs7MEJBT1osTUFBTTsyQkFBQyxrQkFBa0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0U25hY2tCYXIgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zbmFjay1iYXInO1xuaW1wb3J0IHsgQ29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2UgfSBmcm9tICcuLi8uLi8uLi9jb21wb25lbnRXaXRoVmlld1N0YXRlQmFzZSc7XG5pbXBvcnQgeyBWaWV3TW9kZWxTdGF0ZUJhc2UsIFZJRVdTVEFURV9QUk9WSURFUiB9IGZyb20gJy4uLy4uLy4uL3ZpZXdNb2RlbC92aWV3TW9kZWxTdGF0ZS5zZXJ2aWNlJztcbmltcG9ydCB7IElDb21tdW5pdHlTdGF0ZSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvSUNvbW11bml0eVN0YXRlJztcbmltcG9ydCB7IFJlc291cmNlRHRvIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3Jlc291cmNlRHRvJztcblxuQENvbXBvbmVudCh7XG4gICBzZWxlY3RvcjogJ3JlY2VudGNvbnRlbnQnLFxuICAgdGVtcGxhdGVVcmw6ICcuL3JlY2VudGNvbnRlbnQuY29tcG9uZW50Lmh0bWwnLFxuICAgc3R5bGVVcmxzOiBbJy4vcmVjZW50Y29udGVudC5jb21wb25lbnQubGVzcyddXG59KVxuZXhwb3J0IGNsYXNzIFJlY2VudENvbnRlbnRDb21wb25lbnQgZXh0ZW5kcyBDb21wb25lbnRXaXRoVmlld1N0YXRlQmFzZTxJQ29tbXVuaXR5U3RhdGU+IHtcbiAgIHB1YmxpYyByZXNvdXJjZXM6IFJlc291cmNlRHRvW10gPSBbXTtcblxuICAgY29uc3RydWN0b3IoQEluamVjdChWSUVXU1RBVEVfUFJPVklERVIpIHByaXZhdGUgc3RhdGU6IFZpZXdNb2RlbFN0YXRlQmFzZTxJQ29tbXVuaXR5U3RhdGU+LCBwcm90ZWN0ZWQgc25hY2tCYXI6IE1hdFNuYWNrQmFyKSB7XG4gICAgICBzdXBlcihzdGF0ZSwgc25hY2tCYXIpO1xuICAgfVxuXG4gICBwcm90ZWN0ZWQgb25EYXRhVXBkYXRlKGRhdGE6IElDb21tdW5pdHlTdGF0ZSk6IHZvaWQge1xuICAgICAgdGhpcy5yZXNvdXJjZXMgPSBkYXRhLnJlc291cmNlcy5pdGVtcztcbiAgIH07XG59XG4iLCI8ZGl2IGNsYXNzPVwiYm94IHJlY2VudGNvbnRlbnRcIj5cbiAgIDxoMz5SZWNlbnQgY29udGVudDwvaDM+XG4gICA8ZGl2IGNsYXNzPVwicmVjZW50Y29udGVudC1pdGVtXCIgKm5nRm9yPVwibGV0IHJlc291cmNlIG9mIHJlc291cmNlc1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInR5cGVcIj48c3BhbiBjbGFzcz1cImJhZGdlXCIgW25nQ2xhc3NdPVwicmVzb3VyY2UudHlwZVwiPjxpIGNsYXNzPVwiaWNvbiBwaC1taWNyb3Bob25lXCIgKm5nSWY9XCJyZXNvdXJjZS50eXBlID09ICdwb2RjYXN0J1wiPjwvaT48aSBjbGFzcz1cImljb24gcGgtbm90ZVwiICpuZ0lmPVwicmVzb3VyY2UudHlwZSA9PSAnYmxvZ3Bvc3QnXCI+PC9pPjwvc3Bhbj48L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZVwiPjxhIFtocmVmXT1cInJlc291cmNlLnVybFwiIHRhcmdldD1cIl9ibGFua1wiPnt7cmVzb3VyY2UudGl0bGV9fTwvYT48L2Rpdj5cbiAgIDwvZGl2PlxuICAgPGRpdiBjbGFzcz1cImxpbmtcIj5cbiAgICAgIDxhIGhyZWY9XCJodHRwczovL3B1YmxpYy50aGVsaWJlcmF0b3JzLmNvbS9jb250ZW50XCIgdGFyZ2V0PVwiX2JsYW5rXCI+Q2hlY2sgb3V0IG1vcmUgY29udGVudCA+PC9hPlxuICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSUNvbW11bml0eVN0YXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbW11bml0eS9pbnRlcmZhY2VzL0lDb21tdW5pdHlTdGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSVZpZXdTdGF0ZSB9IGZyb20gXCIuLi8uLi92aWV3TW9kZWwvaW50ZXJmYWNlc1wiO1xuaW1wb3J0IHsgTWVldHVwUmVzcG9uc2VEdG8gfSBmcm9tIFwiLi4vbW9kZWxzL21lZXR1cER0b1wiO1xuaW1wb3J0IHsgUmVzb3VyY2VSZXNwb25zZUR0byB9IGZyb20gXCIuLi9tb2RlbHMvcmVzb3VyY2VEdG9cIjtcblxuZXhwb3J0IGludGVyZmFjZSBJQ29tbXVuaXR5U3RhdGUgZXh0ZW5kcyBJVmlld1N0YXRlIHtcbiAgIG1lZXR1cHM6IE1lZXR1cFJlc3BvbnNlRHRvO1xuICAgcmVzb3VyY2VzOiBSZXNvdXJjZVJlc3BvbnNlRHRvO1xuICAgaXNTdWJzY3JpYmVyOiBib29sZWFuO1xuIH1cblxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginatedResponse } from "../../models/paginatedResponse";
|
|
2
|
-
export class MeetupResponseDto extends PaginatedResponse {
|
|
3
|
-
}
|
|
4
|
-
export class MeetupDto {
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVldHVwRHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbW11bml0eS9tb2RlbHMvbWVldHVwRHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBRW5FLE1BQU0sT0FBTyxpQkFBa0IsU0FBUSxpQkFBNEI7Q0FDbEU7QUFFRCxNQUFNLE9BQU8sU0FBUztDQVFyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBhZ2luYXRlZFJlc3BvbnNlIH0gZnJvbSBcIi4uLy4uL21vZGVscy9wYWdpbmF0ZWRSZXNwb25zZVwiO1xuXG5leHBvcnQgY2xhc3MgTWVldHVwUmVzcG9uc2VEdG8gZXh0ZW5kcyBQYWdpbmF0ZWRSZXNwb25zZTxNZWV0dXBEdG8+IHtcbn1cblxuZXhwb3J0IGNsYXNzIE1lZXR1cER0byB7XG4gICB0aXRsZTogc3RyaW5nO1xuICAgZnJvbTogRGF0ZTtcbiAgIHRvOiBEYXRlO1xuICAgbG9jYXRpb246IHN0cmluZztcbiAgIHVybDogc3RyaW5nO1xuICAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgIHN1YnNjcmliZXJPbmx5OiBib29sZWFuO1xufVxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginatedResponse } from "../../models/paginatedResponse";
|
|
2
|
-
export class ResourceResponseDto extends PaginatedResponse {
|
|
3
|
-
}
|
|
4
|
-
export class ResourceDto {
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb3VyY2VEdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tbXVuaXR5L21vZGVscy9yZXNvdXJjZUR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUVuRSxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsaUJBQThCO0NBQ3RFO0FBRUQsTUFBTSxPQUFPLFdBQVc7Q0FJdkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQYWdpbmF0ZWRSZXNwb25zZSB9IGZyb20gXCIuLi8uLi9tb2RlbHMvcGFnaW5hdGVkUmVzcG9uc2VcIjtcblxuZXhwb3J0IGNsYXNzIFJlc291cmNlUmVzcG9uc2VEdG8gZXh0ZW5kcyBQYWdpbmF0ZWRSZXNwb25zZTxSZXNvdXJjZUR0bz4ge1xufVxuXG5leHBvcnQgY2xhc3MgUmVzb3VyY2VEdG8ge1xuICAgdGl0bGU6IHN0cmluZztcbiAgIHR5cGU6IHN0cmluZztcbiAgIHVybDogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Inject, Injectable, InjectionToken, Optional } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class CommunityClientConfig {
|
|
4
|
-
constructor(config) {
|
|
5
|
-
if (config) {
|
|
6
|
-
this.set(config);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
set(config) {
|
|
10
|
-
this.config = config;
|
|
11
|
-
}
|
|
12
|
-
get() {
|
|
13
|
-
return this.config;
|
|
14
|
-
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CommunityClientConfig, deps: [{ token: CommunityConfigToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CommunityClientConfig, providedIn: 'root' }); }
|
|
17
|
-
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CommunityClientConfig, decorators: [{
|
|
19
|
-
type: Injectable,
|
|
20
|
-
args: [{ providedIn: 'root' }]
|
|
21
|
-
}], ctorParameters: () => [{ type: CommunityClientConfigDto, decorators: [{
|
|
22
|
-
type: Optional
|
|
23
|
-
}, {
|
|
24
|
-
type: Inject,
|
|
25
|
-
args: [CommunityConfigToken]
|
|
26
|
-
}] }] });
|
|
27
|
-
export class CommunityClientConfigDto {
|
|
28
|
-
}
|
|
29
|
-
export const CommunityConfigToken = new InjectionToken('community-angular.config');
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbXVuaXR5Q2xpZW50Q29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbW11bml0eS9zZXJ2aWNlcy9jb21tdW5pdHlDbGllbnRDb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHN0UsTUFBTSxPQUFPLHFCQUFxQjtJQUcvQixZQUFzRCxNQUFpQztRQUN0RixJQUFJLE1BQU0sRUFBRSxDQUFDO1lBQ1gsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNuQixDQUFDO0lBQ0gsQ0FBQztJQUVBLEdBQUcsQ0FBQyxNQUFnQztRQUNuQyxJQUFJLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQztJQUN2QixDQUFDO0lBRUEsR0FBRztRQUNBLE9BQU8sSUFBSSxDQUFDLE1BQWtDLENBQUM7SUFDbkQsQ0FBQzsrR0FmVSxxQkFBcUIsa0JBR0Msb0JBQW9CO21IQUgxQyxxQkFBcUIsY0FEUixNQUFNOzs0RkFDbkIscUJBQXFCO2tCQURqQyxVQUFVO21CQUFDLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRTs7MEJBSWxCLFFBQVE7OzBCQUFJLE1BQU07MkJBQUMsb0JBQW9COztBQWV2RCxNQUFNLE9BQU8sd0JBQXdCO0NBQ3BDO0FBRUQsTUFBTSxDQUFDLE1BQU0sb0JBQW9CLEdBQUcsSUFBSSxjQUFjLENBQ3BELDBCQUEwQixDQUMzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0LCBJbmplY3RhYmxlLCBJbmplY3Rpb25Ub2tlbiwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcbmV4cG9ydCBjbGFzcyBDb21tdW5pdHlDbGllbnRDb25maWcge1xuICAgcHJpdmF0ZSBjb25maWc/OiBDb21tdW5pdHlDbGllbnRDb25maWdEdG87XG5cbiAgIGNvbnN0cnVjdG9yKEBPcHRpb25hbCgpIEBJbmplY3QoQ29tbXVuaXR5Q29uZmlnVG9rZW4pIGNvbmZpZz86IENvbW11bml0eUNsaWVudENvbmZpZ0R0bykge1xuICAgIGlmIChjb25maWcpIHtcbiAgICAgIHRoaXMuc2V0KGNvbmZpZyk7XG4gICAgfVxuICB9XG5cbiAgIHNldChjb25maWc6IENvbW11bml0eUNsaWVudENvbmZpZ0R0byk6IHZvaWQge1xuICAgIHRoaXMuY29uZmlnID0gY29uZmlnO1xuICB9XG5cbiAgIGdldCgpOiBDb21tdW5pdHlDbGllbnRDb25maWdEdG8ge1xuICAgICAgcmV0dXJuIHRoaXMuY29uZmlnIGFzIENvbW11bml0eUNsaWVudENvbmZpZ0R0bztcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgQ29tbXVuaXR5Q2xpZW50Q29uZmlnRHRvIHtcbn1cblxuZXhwb3J0IGNvbnN0IENvbW11bml0eUNvbmZpZ1Rva2VuID0gbmV3IEluamVjdGlvblRva2VuPENvbW11bml0eUNsaWVudENvbmZpZ0R0bz4oXG4gICdjb21tdW5pdHktYW5ndWxhci5jb25maWcnXG4pO1xuIl19
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { MatSnackBarConfig } from '@angular/material/snack-bar';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/material/snack-bar";
|
|
5
|
-
export class ComponentBase {
|
|
6
|
-
constructor(snackBar) {
|
|
7
|
-
this.snackBar = snackBar;
|
|
8
|
-
}
|
|
9
|
-
showSuccess(message) {
|
|
10
|
-
let config = new MatSnackBarConfig();
|
|
11
|
-
config.panelClass = ['success', 'snackbar'];
|
|
12
|
-
config.duration = 5000;
|
|
13
|
-
this.snackBar.open(message, "dismiss", config);
|
|
14
|
-
}
|
|
15
|
-
showMessage(message) {
|
|
16
|
-
let config = new MatSnackBarConfig();
|
|
17
|
-
config.panelClass = ['information', 'snackbar'];
|
|
18
|
-
config.duration = 5000;
|
|
19
|
-
this.snackBar.open(message, "dismiss", config);
|
|
20
|
-
}
|
|
21
|
-
showError(message) {
|
|
22
|
-
let config = new MatSnackBarConfig();
|
|
23
|
-
config.panelClass = ['error', 'snackbar'];
|
|
24
|
-
config.duration = 5000;
|
|
25
|
-
this.snackBar.open(message, "dismiss", config);
|
|
26
|
-
}
|
|
27
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ComponentBase, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
28
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ComponentBase }); }
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ComponentBase, decorators: [{
|
|
31
|
-
type: Injectable
|
|
32
|
-
}], ctorParameters: () => [{ type: i1.MatSnackBar }] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50QmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21wb25lbnRCYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFlLGlCQUFpQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQUc3RSxNQUFNLE9BQWdCLGFBQWE7SUFDaEMsWUFBc0IsUUFBcUI7UUFBckIsYUFBUSxHQUFSLFFBQVEsQ0FBYTtJQUMzQyxDQUFDO0lBRVMsV0FBVyxDQUFDLE9BQWU7UUFDbEMsSUFBSSxNQUFNLEdBQUcsSUFBSSxpQkFBaUIsRUFBRSxDQUFDO1FBQ3JDLE1BQU0sQ0FBQyxVQUFVLEdBQUcsQ0FBQyxTQUFTLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDNUMsTUFBTSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDdkIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRVMsV0FBVyxDQUFDLE9BQWU7UUFDbEMsSUFBSSxNQUFNLEdBQUcsSUFBSSxpQkFBaUIsRUFBRSxDQUFDO1FBQ3JDLE1BQU0sQ0FBQyxVQUFVLEdBQUcsQ0FBQyxhQUFhLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDaEQsTUFBTSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDdkIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRVMsU0FBUyxDQUFDLE9BQWU7UUFDaEMsSUFBSSxNQUFNLEdBQUcsSUFBSSxpQkFBaUIsRUFBRSxDQUFDO1FBQ3JDLE1BQU0sQ0FBQyxVQUFVLEdBQUcsQ0FBQyxPQUFPLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDMUMsTUFBTSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDdkIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLENBQUMsQ0FBQztJQUNsRCxDQUFDOytHQXZCa0IsYUFBYTttSEFBYixhQUFhOzs0RkFBYixhQUFhO2tCQURsQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0U25hY2tCYXIsIE1hdFNuYWNrQmFyQ29uZmlnIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc25hY2stYmFyJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIENvbXBvbmVudEJhc2Uge1xuICAgY29uc3RydWN0b3IocHJvdGVjdGVkIHNuYWNrQmFyOiBNYXRTbmFja0Jhcikge1xuICAgfVxuXG4gICBwcm90ZWN0ZWQgc2hvd1N1Y2Nlc3MobWVzc2FnZTogc3RyaW5nKSB7XG4gICAgICBsZXQgY29uZmlnID0gbmV3IE1hdFNuYWNrQmFyQ29uZmlnKCk7XG4gICAgICBjb25maWcucGFuZWxDbGFzcyA9IFsnc3VjY2VzcycsICdzbmFja2JhciddO1xuICAgICAgY29uZmlnLmR1cmF0aW9uID0gNTAwMDtcbiAgICAgIHRoaXMuc25hY2tCYXIub3BlbihtZXNzYWdlLCBcImRpc21pc3NcIiwgY29uZmlnKTtcbiAgIH1cblxuICAgcHJvdGVjdGVkIHNob3dNZXNzYWdlKG1lc3NhZ2U6IHN0cmluZykge1xuICAgICAgbGV0IGNvbmZpZyA9IG5ldyBNYXRTbmFja0JhckNvbmZpZygpO1xuICAgICAgY29uZmlnLnBhbmVsQ2xhc3MgPSBbJ2luZm9ybWF0aW9uJywgJ3NuYWNrYmFyJ107XG4gICAgICBjb25maWcuZHVyYXRpb24gPSA1MDAwO1xuICAgICAgdGhpcy5zbmFja0Jhci5vcGVuKG1lc3NhZ2UsIFwiZGlzbWlzc1wiLCBjb25maWcpO1xuICAgfVxuXG4gICBwcm90ZWN0ZWQgc2hvd0Vycm9yKG1lc3NhZ2U6IHN0cmluZykge1xuICAgICAgbGV0IGNvbmZpZyA9IG5ldyBNYXRTbmFja0JhckNvbmZpZygpO1xuICAgICAgY29uZmlnLnBhbmVsQ2xhc3MgPSBbJ2Vycm9yJywgJ3NuYWNrYmFyJ107XG4gICAgICBjb25maWcuZHVyYXRpb24gPSA1MDAwO1xuICAgICAgdGhpcy5zbmFja0Jhci5vcGVuKG1lc3NhZ2UsIFwiZGlzbWlzc1wiLCBjb25maWcpO1xuICAgfVxufVxuIl19
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { ComponentBase } from './componentBase';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./viewModel/viewModelState.service";
|
|
5
|
-
import * as i2 from "@angular/material/snack-bar";
|
|
6
|
-
export class ComponentWithViewStateBase extends ComponentBase {
|
|
7
|
-
constructor(stateStore, snackBar) {
|
|
8
|
-
super(snackBar);
|
|
9
|
-
this.stateStore = stateStore;
|
|
10
|
-
this.snackBar = snackBar;
|
|
11
|
-
this.loaded = false;
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
this.stateStoreSubscription = this.stateStore.data.subscribe((success) => {
|
|
15
|
-
this.loaded = success.loaded;
|
|
16
|
-
if (success && success.loaded) {
|
|
17
|
-
this.onDataUpdate(success);
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
this.stateStore.load();
|
|
21
|
-
}
|
|
22
|
-
onDataUpdate(data) {
|
|
23
|
-
throw "Must implement onDataUpdate";
|
|
24
|
-
}
|
|
25
|
-
;
|
|
26
|
-
ngOnDestroy() {
|
|
27
|
-
if (this.stateStoreSubscription) {
|
|
28
|
-
this.stateStoreSubscription.unsubscribe();
|
|
29
|
-
}
|
|
30
|
-
this.stateStore.close();
|
|
31
|
-
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ComponentWithViewStateBase, deps: [{ token: i1.ViewModelStateBase }, { token: i2.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ComponentWithViewStateBase }); }
|
|
34
|
-
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ComponentWithViewStateBase, decorators: [{
|
|
36
|
-
type: Injectable
|
|
37
|
-
}], ctorParameters: () => [{ type: i1.ViewModelStateBase }, { type: i2.MatSnackBar }] });
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBcUIsTUFBTSxlQUFlLENBQUM7QUFHOUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7O0FBS2hELE1BQU0sT0FBZ0IsMEJBQWlELFNBQVEsYUFBYTtJQUl6RixZQUFvQixVQUFpQyxFQUFZLFFBQXFCO1FBQ25GLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURDLGVBQVUsR0FBVixVQUFVLENBQXVCO1FBQVksYUFBUSxHQUFSLFFBQVEsQ0FBYTtRQUgvRSxXQUFNLEdBQVksS0FBSyxDQUFDO0lBSy9CLENBQUM7SUFFTSxRQUFRO1FBQ1osSUFBSSxDQUFDLHNCQUFzQixHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLE9BQVUsRUFBRSxFQUFFO1lBQ3pFLElBQUksQ0FBQyxNQUFNLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQztZQUU3QixJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsTUFBTSxFQUFFLENBQUM7Z0JBQzdCLElBQUksQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLENBQUM7WUFDOUIsQ0FBQztRQUNKLENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRVMsWUFBWSxDQUFDLElBQU87UUFDM0IsTUFBTSw2QkFBNkIsQ0FBQztJQUN2QyxDQUFDO0lBQUEsQ0FBQztJQUVLLFdBQVc7UUFDZixJQUFJLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1lBQy9CLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUM3QyxDQUFDO1FBRUQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUMzQixDQUFDOytHQTlCa0IsMEJBQTBCO21IQUExQiwwQkFBMEI7OzRGQUExQiwwQkFBMEI7a0JBRC9DLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBPbkRlc3Ryb3ksIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0U25hY2tCYXIgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zbmFjay1iYXInO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlIH0gZnJvbSAnLi9jb21wb25lbnRCYXNlJztcbmltcG9ydCB7IElWaWV3U3RhdGUgfSBmcm9tICcuL3ZpZXdNb2RlbC9pbnRlcmZhY2VzJztcbmltcG9ydCB7IFZpZXdNb2RlbFN0YXRlQmFzZSB9IGZyb20gJy4vdmlld01vZGVsL3ZpZXdNb2RlbFN0YXRlLnNlcnZpY2UnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQ29tcG9uZW50V2l0aFZpZXdTdGF0ZUJhc2U8VCBleHRlbmRzIElWaWV3U3RhdGU+IGV4dGVuZHMgQ29tcG9uZW50QmFzZSBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95ICB7XG4gICBwdWJsaWMgbG9hZGVkOiBib29sZWFuID0gZmFsc2U7XG4gICBwcml2YXRlIHN0YXRlU3RvcmVTdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbjtcblxuICAgY29uc3RydWN0b3IocHJpdmF0ZSBzdGF0ZVN0b3JlOiBWaWV3TW9kZWxTdGF0ZUJhc2U8VD4sIHByb3RlY3RlZCBzbmFja0JhcjogTWF0U25hY2tCYXIpIHtcbiAgICAgIHN1cGVyKHNuYWNrQmFyKTtcbiAgIH1cblxuICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgdGhpcy5zdGF0ZVN0b3JlU3Vic2NyaXB0aW9uID0gdGhpcy5zdGF0ZVN0b3JlLmRhdGEuc3Vic2NyaWJlKChzdWNjZXNzOiBUKSA9PiB7XG4gICAgICAgICB0aGlzLmxvYWRlZCA9IHN1Y2Nlc3MubG9hZGVkO1xuXG4gICAgICAgICBpZiAoc3VjY2VzcyAmJiBzdWNjZXNzLmxvYWRlZCkge1xuICAgICAgICAgICAgdGhpcy5vbkRhdGFVcGRhdGUoc3VjY2Vzcyk7XG4gICAgICAgICB9XG4gICAgICB9KTtcblxuICAgICAgdGhpcy5zdGF0ZVN0b3JlLmxvYWQoKTtcbiAgIH1cblxuICAgcHJvdGVjdGVkIG9uRGF0YVVwZGF0ZShkYXRhOiBUKTogdm9pZCB7XG4gICAgICB0aHJvdyBcIk11c3QgaW1wbGVtZW50IG9uRGF0YVVwZGF0ZVwiO1xuICAgfTtcblxuICAgcHVibGljIG5nT25EZXN0cm95KCkge1xuICAgICAgaWYgKHRoaXMuc3RhdGVTdG9yZVN1YnNjcmlwdGlvbikge1xuICAgICAgICAgdGhpcy5zdGF0ZVN0b3JlU3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgICB9XG5cbiAgICAgIHRoaXMuc3RhdGVTdG9yZS5jbG9zZSgpO1xuICAgfVxufVxuIl19
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class CheckboxComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.disabled = false;
|
|
7
|
-
this.onCheckChange = new EventEmitter();
|
|
8
|
-
this.checked = false;
|
|
9
|
-
this.onChange = (rating) => { };
|
|
10
|
-
this.onTouched = () => { };
|
|
11
|
-
}
|
|
12
|
-
ngOnInit() {
|
|
13
|
-
}
|
|
14
|
-
toggle() {
|
|
15
|
-
if (!this.disabled) {
|
|
16
|
-
this.checked = !this.checked;
|
|
17
|
-
this.writeValue(this.checked);
|
|
18
|
-
this.onCheckChange.emit(this.checked);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
writeValue(checked) {
|
|
22
|
-
this.checked = checked;
|
|
23
|
-
this.onChange(this.checked);
|
|
24
|
-
}
|
|
25
|
-
get value() {
|
|
26
|
-
return this.checked;
|
|
27
|
-
}
|
|
28
|
-
registerOnChange(fn) {
|
|
29
|
-
this.onChange = fn;
|
|
30
|
-
}
|
|
31
|
-
registerOnTouched(fn) {
|
|
32
|
-
this.onTouched = fn;
|
|
33
|
-
}
|
|
34
|
-
setDisabledState(isDisabled) {
|
|
35
|
-
this.disabled = isDisabled;
|
|
36
|
-
}
|
|
37
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
38
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: CheckboxComponent, selector: "checkbox", inputs: { label: "label", disabled: "disabled", checked: "checked" }, outputs: { onCheckChange: "onCheckChange" }, ngImport: i0, template: "<div class=\"checkbox\" [ngClass]=\"{'checked': checked, 'unchecked': !checked}\">\n <div class=\"checkbox-check checked ph-check-circle-fill\" *ngIf=\"checked\" (click)=\"toggle()\"></div>\n <div class=\"checkbox-check unchecked ph-circle\" *ngIf=\"!checked\" (click)=\"toggle()\"></div>\n <div class=\"label\" [innerHtml]=\"label\"></div>\n</div>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}.checkbox{display:flex;padding:5px;margin-left:-5px;margin-bottom:5px;margin-top:5px;align-items:center}.checkbox .label{font-weight:600;cursor:pointer;font-size:16px;font-family:StevieSans,sans-serif;color:#2f2f2f}.checkbox .checkbox-check{right:15px;bottom:15px;cursor:pointer;width:35px;font-size:35px;margin-right:5px;color:#2f2f2f}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
39
|
-
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CheckboxComponent, decorators: [{
|
|
41
|
-
type: Component,
|
|
42
|
-
args: [{ selector: 'checkbox', template: "<div class=\"checkbox\" [ngClass]=\"{'checked': checked, 'unchecked': !checked}\">\n <div class=\"checkbox-check checked ph-check-circle-fill\" *ngIf=\"checked\" (click)=\"toggle()\"></div>\n <div class=\"checkbox-check unchecked ph-circle\" *ngIf=\"!checked\" (click)=\"toggle()\"></div>\n <div class=\"label\" [innerHtml]=\"label\"></div>\n</div>\n", styles: [".smallTextUppercase{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-transform:uppercase;line-height:100%}.bigletteredbutton{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;background:#ffffff1a;margin-bottom:10px;display:flex;align-content:center;border-radius:20px;padding:15px;font-size:24px;border:2px solid #1F3F8F;border-bottom:6px solid #1F3F8F;color:#fff;align-items:center;cursor:pointer}.bigletteredbutton .free{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff73f;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton .plan{font-family:StevieSansThin,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;background:#fff;color:#2f2f2f;padding:3px 5px;margin-left:20px;border-radius:10px}.bigletteredbutton:hover,.bigletteredbutton.selected{border:2px solid #fff73f;border-bottom:6px solid #fff73f}.bigletteredbutton .button-letter{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f;margin-right:20px}.bigletteredbutton .button-letter .ph{color:#1f3f8f}.bigletteredbutton .button-letter:hover{background:#1f3f8f;color:#fff73f}.bigletteredbutton .button-letter:hover .ph{color:#fff73f}.roundicon-yellow{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;background:#fff73f;color:#1f3f8f}.roundicon-yellow .ph{color:#1f3f8f}.roundicon-yellow:hover{background:#1f3f8f;color:#fff73f}.roundicon-yellow:hover .ph{color:#fff73f}.roundicon{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;border-radius:30px;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center}.roundicon-large{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-family:StevieSans,sans-serif;height:52px;width:52px;min-width:52px;min-height:52px;font-weight:900;font-size:30px;line-height:100%;display:flex;align-items:center;justify-content:center;border-radius:60px;height:120px;width:120px}.checkbox{display:flex;padding:5px;margin-left:-5px;margin-bottom:5px;margin-top:5px;align-items:center}.checkbox .label{font-weight:600;cursor:pointer;font-size:16px;font-family:StevieSans,sans-serif;color:#2f2f2f}.checkbox .checkbox-check{right:15px;bottom:15px;cursor:pointer;width:35px;font-size:35px;margin-right:5px;color:#2f2f2f}\n"] }]
|
|
43
|
-
}], ctorParameters: () => [], propDecorators: { label: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], disabled: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], onCheckChange: [{
|
|
48
|
-
type: Output
|
|
49
|
-
}], checked: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}] } });
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbXBvbmVudHMvY2hlY2tib3gvY2hlY2tib3guY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbXBvbmVudHMvY2hlY2tib3gvY2hlY2tib3guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBUXZFLE1BQU0sT0FBTyxpQkFBaUI7SUFNM0I7UUFKUyxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2hCLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUM3QyxZQUFPLEdBQVksS0FBSyxDQUFDO1FBZ0JsQyxhQUFRLEdBQUcsQ0FBQyxNQUFlLEVBQUUsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUVwQyxjQUFTLEdBQUcsR0FBRyxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBZnRCLENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQztJQUVNLE1BQU07UUFDVixJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2xCLElBQUksQ0FBQyxPQUFPLEdBQUcsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO1lBQzdCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1lBQzlCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN6QyxDQUFDO0lBQ0osQ0FBQztJQU1ELFVBQVUsQ0FBQyxPQUFnQjtRQUN4QixJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQztRQUN2QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUMvQixDQUFDO0lBRUQsSUFBSSxLQUFLO1FBQ04sT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUE2QjtRQUMzQyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBYztRQUM3QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDakMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDOUIsQ0FBQzsrR0EzQ1MsaUJBQWlCO21HQUFqQixpQkFBaUIsbUtDUjlCLHNXQUtBOzs0RkRHYSxpQkFBaUI7a0JBTDdCLFNBQVM7K0JBQ0csVUFBVTt3REFLWCxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNFLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuQENvbXBvbmVudCh7XG4gICBzZWxlY3RvcjogJ2NoZWNrYm94JyxcbiAgIHRlbXBsYXRlVXJsOiAnLi9jaGVja2JveC5jb21wb25lbnQuaHRtbCcsXG4gICBzdHlsZVVybHM6IFsnLi9jaGVja2JveC5jb21wb25lbnQubGVzcyddXG59KVxuZXhwb3J0IGNsYXNzIENoZWNrYm94Q29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAgQElucHV0KCkgbGFiZWw6IHN0cmluZztcbiAgIEBJbnB1dCgpIGRpc2FibGVkID0gZmFsc2U7XG4gICBAT3V0cHV0KCkgb25DaGVja0NoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgIEBJbnB1dCgpIGNoZWNrZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAgY29uc3RydWN0b3IoKSB7XG4gICB9XG5cbiAgIG5nT25Jbml0KCkge1xuICAgfVxuXG4gICBwdWJsaWMgdG9nZ2xlKCkge1xuICAgICAgaWYgKCF0aGlzLmRpc2FibGVkKSB7XG4gICAgICAgICB0aGlzLmNoZWNrZWQgPSAhdGhpcy5jaGVja2VkO1xuICAgICAgICAgdGhpcy53cml0ZVZhbHVlKHRoaXMuY2hlY2tlZCk7XG4gICAgICAgICB0aGlzLm9uQ2hlY2tDaGFuZ2UuZW1pdCh0aGlzLmNoZWNrZWQpO1xuICAgICAgfVxuICAgfVxuXG4gICBvbkNoYW5nZSA9IChyYXRpbmc6IGJvb2xlYW4pID0+IHsgfTtcblxuICAgb25Ub3VjaGVkID0gKCkgPT4geyB9O1xuXG4gICB3cml0ZVZhbHVlKGNoZWNrZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICAgIHRoaXMuY2hlY2tlZCA9IGNoZWNrZWQ7XG4gICAgICB0aGlzLm9uQ2hhbmdlKHRoaXMuY2hlY2tlZCk7XG4gICB9XG5cbiAgIGdldCB2YWx1ZSgpOiBib29sZWFuIHtcbiAgICAgIHJldHVybiB0aGlzLmNoZWNrZWQ7XG4gICB9XG5cbiAgIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChyYXRpbmc6IGJvb2xlYW4pID0+IHZvaWQpOiB2b2lkIHtcbiAgICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgIH1cblxuICAgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gICB9XG5cbiAgIHNldERpc2FibGVkU3RhdGUoaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiY2hlY2tib3hcIiBbbmdDbGFzc109XCJ7J2NoZWNrZWQnOiBjaGVja2VkLCAndW5jaGVja2VkJzogIWNoZWNrZWR9XCI+XG4gICA8ZGl2IGNsYXNzPVwiY2hlY2tib3gtY2hlY2sgY2hlY2tlZCBwaC1jaGVjay1jaXJjbGUtZmlsbFwiICpuZ0lmPVwiY2hlY2tlZFwiIChjbGljayk9XCJ0b2dnbGUoKVwiPjwvZGl2PlxuICAgPGRpdiBjbGFzcz1cImNoZWNrYm94LWNoZWNrIHVuY2hlY2tlZCBwaC1jaXJjbGVcIiAqbmdJZj1cIiFjaGVja2VkXCIgKGNsaWNrKT1cInRvZ2dsZSgpXCI+PC9kaXY+XG4gICA8ZGl2IGNsYXNzPVwibGFiZWxcIiBbaW5uZXJIdG1sXT1cImxhYmVsXCI+PC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { CheckboxComponent } from './checkbox.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class CheckboxModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: CheckboxModule, declarations: [CheckboxComponent], imports: [CommonModule], exports: [CheckboxComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CheckboxModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CheckboxModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [
|
|
14
|
-
CommonModule
|
|
15
|
-
],
|
|
16
|
-
declarations: [
|
|
17
|
-
CheckboxComponent
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
CheckboxComponent
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbXBvbmVudHMvY2hlY2tib3gvY2hlY2tib3gubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQVV6RCxNQUFNLE9BQU8sY0FBYzsrR0FBZCxjQUFjO2dIQUFkLGNBQWMsaUJBSnJCLGlCQUFpQixhQUZqQixZQUFZLGFBSVosaUJBQWlCO2dIQUVWLGNBQWMsWUFOckIsWUFBWTs7NEZBTUwsY0FBYztrQkFSMUIsUUFBUTttQkFBQztvQkFDUCxPQUFPLEVBQUU7d0JBQ04sWUFBWTtxQkFBQztvQkFDaEIsWUFBWSxFQUFFO3dCQUNYLGlCQUFpQjtxQkFBQztvQkFDckIsT0FBTyxFQUFFO3dCQUNOLGlCQUFpQjtxQkFBQztpQkFDdkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENoZWNrYm94Q29tcG9uZW50IH0gZnJvbSAnLi9jaGVja2JveC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgaW1wb3J0czogW1xuICAgICAgQ29tbW9uTW9kdWxlXSxcbiAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgQ2hlY2tib3hDb21wb25lbnRdLFxuICAgZXhwb3J0czogW1xuICAgICAgQ2hlY2tib3hDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIENoZWNrYm94TW9kdWxlIHsgfVxuXG4iXX0=
|