@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,46 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
5
|
-
import { MatSelectModule } from '@angular/material/select';
|
|
6
|
-
import { MatTooltip } from '@angular/material/tooltip';
|
|
7
|
-
import { SelectListComponent } from './select-list.component';
|
|
8
|
-
import { BrandingModule } from '../../branding/branding.module';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export class SelectListModule {
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SelectListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
12
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: SelectListModule, declarations: [SelectListComponent], imports: [FormsModule,
|
|
13
|
-
MatFormFieldModule,
|
|
14
|
-
ReactiveFormsModule,
|
|
15
|
-
CommonModule,
|
|
16
|
-
MatSelectModule,
|
|
17
|
-
MatTooltip,
|
|
18
|
-
BrandingModule], exports: [SelectListComponent] }); }
|
|
19
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SelectListModule, imports: [FormsModule,
|
|
20
|
-
MatFormFieldModule,
|
|
21
|
-
ReactiveFormsModule,
|
|
22
|
-
CommonModule,
|
|
23
|
-
MatSelectModule,
|
|
24
|
-
BrandingModule] }); }
|
|
25
|
-
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SelectListModule, decorators: [{
|
|
27
|
-
type: NgModule,
|
|
28
|
-
args: [{
|
|
29
|
-
imports: [
|
|
30
|
-
FormsModule,
|
|
31
|
-
MatFormFieldModule,
|
|
32
|
-
ReactiveFormsModule,
|
|
33
|
-
CommonModule,
|
|
34
|
-
MatSelectModule,
|
|
35
|
-
MatTooltip,
|
|
36
|
-
BrandingModule
|
|
37
|
-
],
|
|
38
|
-
declarations: [
|
|
39
|
-
SelectListComponent
|
|
40
|
-
],
|
|
41
|
-
exports: [
|
|
42
|
-
SelectListComponent
|
|
43
|
-
]
|
|
44
|
-
}]
|
|
45
|
-
}] });
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LWxpc3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbXBvbmVudHMvc2VsZWN0LWxpc3Qvc2VsZWN0LWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7QUFpQmhFLE1BQU0sT0FBTyxnQkFBZ0I7K0dBQWhCLGdCQUFnQjtnSEFBaEIsZ0JBQWdCLGlCQUp2QixtQkFBbUIsYUFUbkIsV0FBVztZQUNYLGtCQUFrQjtZQUNsQixtQkFBbUI7WUFDbkIsWUFBWTtZQUNaLGVBQWU7WUFDZixVQUFVO1lBQ1YsY0FBYyxhQUtkLG1CQUFtQjtnSEFFWixnQkFBZ0IsWUFidkIsV0FBVztZQUNYLGtCQUFrQjtZQUNsQixtQkFBbUI7WUFDbkIsWUFBWTtZQUNaLGVBQWU7WUFFZixjQUFjOzs0RkFPUCxnQkFBZ0I7a0JBZjVCLFFBQVE7bUJBQUM7b0JBQ1AsT0FBTyxFQUFFO3dCQUNOLFdBQVc7d0JBQ1gsa0JBQWtCO3dCQUNsQixtQkFBbUI7d0JBQ25CLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixVQUFVO3dCQUNWLGNBQWM7cUJBQ2hCO29CQUNELFlBQVksRUFBRTt3QkFDWCxtQkFBbUI7cUJBQUM7b0JBQ3ZCLE9BQU8sRUFBRTt3QkFDTixtQkFBbUI7cUJBQUM7aUJBQ3pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgTWF0U2VsZWN0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc2VsZWN0JztcbmltcG9ydCB7IE1hdFRvb2x0aXAgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcbmltcG9ydCB7IFNlbGVjdExpc3RDb21wb25lbnQgfSBmcm9tICcuL3NlbGVjdC1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCcmFuZGluZ01vZHVsZSB9IGZyb20gJy4uLy4uL2JyYW5kaW5nL2JyYW5kaW5nLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gICBpbXBvcnRzOiBbXG4gICAgICBGb3Jtc01vZHVsZSxcbiAgICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcbiAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgICBDb21tb25Nb2R1bGUsXG4gICAgICBNYXRTZWxlY3RNb2R1bGUsXG4gICAgICBNYXRUb29sdGlwLFxuICAgICAgQnJhbmRpbmdNb2R1bGVcbiAgIF0sXG4gICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgIFNlbGVjdExpc3RDb21wb25lbnRdLFxuICAgZXhwb3J0czogW1xuICAgICAgU2VsZWN0TGlzdENvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgU2VsZWN0TGlzdE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Component, Input, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/material/snack-bar";
|
|
4
|
-
import * as i2 from "@angular/cdk/clipboard";
|
|
5
|
-
import * as i3 from "@angular/common";
|
|
6
|
-
export class SnapshotInviteUrlsComponent {
|
|
7
|
-
constructor(snackBar, clipboard) {
|
|
8
|
-
this.snackBar = snackBar;
|
|
9
|
-
this.clipboard = clipboard;
|
|
10
|
-
}
|
|
11
|
-
unsorted(a, b) {
|
|
12
|
-
// avoid keyvalue from sorting alphabetically
|
|
13
|
-
return 0;
|
|
14
|
-
}
|
|
15
|
-
copyInvitationUrl(url) {
|
|
16
|
-
this.clipboard.copy(url);
|
|
17
|
-
this.snackBar.open('We copied the link to your clipboard', null, { duration: 3000 });
|
|
18
|
-
setTimeout(() => {
|
|
19
|
-
}, 2000);
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SnapshotInviteUrlsComponent, deps: [{ token: i1.MatSnackBar }, { token: i2.Clipboard }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: SnapshotInviteUrlsComponent, selector: "snapshot-inviteurls", inputs: { snapshot: "snapshot" }, ngImport: i0, template: "<div class=\"inviteurls\" *ngIf=\"snapshot\">\n <div class=\"inviteurl\" *ngFor=\"let url of snapshot.inviteUrls | keyvalue: unsorted\">\n <div class=\"label inviteurl-teammember\" *ngIf=\"url.key == 'TeamMember'\">Invite team (e.g. members, leads, team roles)</div>\n <div class=\"label inviteurl-stakeholder\" *ngIf=\"url.key == 'Stakeholder'\">Invite stakeholders (e.g. customers, users)</div>\n <div class=\"label inviteurl-supporter\" *ngIf=\"url.key == 'Supporter'\">Invite supporters (e.g. management, external coaches)</div>\n <div class=\"joinsnapshot\">\n <div class=\"url\">\n <input type=\"text\" [value]=\"url.value\" href=\"javascript:void(null);\" (click)=\"copyInvitationUrl(url.value)\" />\n <span class=\"ph-clipboard copy\" (click)=\"copyInvitationUrl(url.value)\"></span>\n </div>\n </div>\n </div>\n</div>\n\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}.inviteurls{margin-top:30px;margin-bottom:30px;display:flex;flex-direction:column}.inviteurls .inviteurl .label{font-weight:600;margin-bottom:10px;font-style:normal;font-weight:400}.inviteurls .inviteurl .joinsnapshot{margin-bottom:15px;display:flex}@media only screen and (max-width: 992px){.inviteurls .inviteurl .joinsnapshot{display:block}}.inviteurls .inviteurl .joinsnapshot .url{border-radius:5px;padding:10px;background:#f0f0f0;flex:auto;overflow:hidden;display:flex;margin-right:15px}@media only screen and (max-width: 992px){.inviteurls .inviteurl .joinsnapshot .url{flex:100%}}.inviteurls .inviteurl .joinsnapshot .url input{border:0;flex:auto;background:none;text-decoration:none;font-size:12pt;color:#1f3f8f}.inviteurls .inviteurl .joinsnapshot .url .copy{cursor:pointer;-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;margin-left:10px;float:right;font-size:20pt}.inviteurls .inviteurl .joinsnapshot .url .copy:hover{transform:scale(1.2)}.inviteurls .inviteurl .joinsnapshot .url .copy:active{color:#00af77}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i3.KeyValuePipe, name: "keyvalue" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SnapshotInviteUrlsComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{ selector: 'snapshot-inviteurls', encapsulation: ViewEncapsulation.None, template: "<div class=\"inviteurls\" *ngIf=\"snapshot\">\n <div class=\"inviteurl\" *ngFor=\"let url of snapshot.inviteUrls | keyvalue: unsorted\">\n <div class=\"label inviteurl-teammember\" *ngIf=\"url.key == 'TeamMember'\">Invite team (e.g. members, leads, team roles)</div>\n <div class=\"label inviteurl-stakeholder\" *ngIf=\"url.key == 'Stakeholder'\">Invite stakeholders (e.g. customers, users)</div>\n <div class=\"label inviteurl-supporter\" *ngIf=\"url.key == 'Supporter'\">Invite supporters (e.g. management, external coaches)</div>\n <div class=\"joinsnapshot\">\n <div class=\"url\">\n <input type=\"text\" [value]=\"url.value\" href=\"javascript:void(null);\" (click)=\"copyInvitationUrl(url.value)\" />\n <span class=\"ph-clipboard copy\" (click)=\"copyInvitationUrl(url.value)\"></span>\n </div>\n </div>\n </div>\n</div>\n\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}.inviteurls{margin-top:30px;margin-bottom:30px;display:flex;flex-direction:column}.inviteurls .inviteurl .label{font-weight:600;margin-bottom:10px;font-style:normal;font-weight:400}.inviteurls .inviteurl .joinsnapshot{margin-bottom:15px;display:flex}@media only screen and (max-width: 992px){.inviteurls .inviteurl .joinsnapshot{display:block}}.inviteurls .inviteurl .joinsnapshot .url{border-radius:5px;padding:10px;background:#f0f0f0;flex:auto;overflow:hidden;display:flex;margin-right:15px}@media only screen and (max-width: 992px){.inviteurls .inviteurl .joinsnapshot .url{flex:100%}}.inviteurls .inviteurl .joinsnapshot .url input{border:0;flex:auto;background:none;text-decoration:none;font-size:12pt;color:#1f3f8f}.inviteurls .inviteurl .joinsnapshot .url .copy{cursor:pointer;-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;margin-left:10px;float:right;font-size:20pt}.inviteurls .inviteurl .joinsnapshot .url .copy:hover{transform:scale(1.2)}.inviteurls .inviteurl .joinsnapshot .url .copy:active{color:#00af77}\n"] }]
|
|
27
|
-
}], ctorParameters: () => [{ type: i1.MatSnackBar }, { type: i2.Clipboard }], propDecorators: { snapshot: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}] } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hcHNob3QtaW52aXRldXJscy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tcG9uZW50cy9zbmFwc2hvdC1pbnZpdGV1cmxzL3NuYXBzaG90LWludml0ZXVybHMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbXBvbmVudHMvc25hcHNob3QtaW52aXRldXJscy9zbmFwc2hvdC1pbnZpdGV1cmxzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVVwRSxNQUFNLE9BQU8sMkJBQTJCO0lBR3JDLFlBQW9CLFFBQXFCLEVBQVUsU0FBb0I7UUFBbkQsYUFBUSxHQUFSLFFBQVEsQ0FBYTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7SUFDdkUsQ0FBQztJQUVNLFFBQVEsQ0FBQyxDQUFNLEVBQUUsQ0FBTTtRQUMzQiw2Q0FBNkM7UUFDN0MsT0FBTyxDQUFDLENBQUM7SUFDWixDQUFDO0lBRU0saUJBQWlCLENBQUMsR0FBVztRQUNqQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUN6QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxzQ0FBc0MsRUFBRSxJQUFJLEVBQUUsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztRQUNyRixVQUFVLENBQUMsR0FBRyxFQUFFO1FBQ2hCLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNaLENBQUM7K0dBaEJTLDJCQUEyQjttR0FBM0IsMkJBQTJCLDZGQ1h4QyxtNEJBY0E7OzRGREhhLDJCQUEyQjtrQkFOdkMsU0FBUzsrQkFDRyxxQkFBcUIsaUJBR2hCLGlCQUFpQixDQUFDLElBQUk7d0dBR3JCLFFBQVE7c0JBQXZCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDbGlwYm9hcmQgfSBmcm9tICdAYW5ndWxhci9jZGsvY2xpcGJvYXJkJztcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRTbmFja0JhciB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3NuYWNrLWJhcic7XG5pbXBvcnQgeyBTbmFwc2hvdE1ldGFEYXRhRHRvIH0gZnJvbSAnLi4vLi4vcmVzdWx0cy9tb2RlbHMvc25hcHNob3RNZXRhRGF0YUR0byc7XG5cbkBDb21wb25lbnQoe1xuICAgc2VsZWN0b3I6ICdzbmFwc2hvdC1pbnZpdGV1cmxzJyxcbiAgIHRlbXBsYXRlVXJsOiAnLi9zbmFwc2hvdC1pbnZpdGV1cmxzLmNvbXBvbmVudC5odG1sJyxcbiAgIHN0eWxlVXJsczogWycuL3NuYXBzaG90LWludml0ZXVybHMuY29tcG9uZW50Lmxlc3MnXSxcbiAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcbn0pXG5leHBvcnQgY2xhc3MgU25hcHNob3RJbnZpdGVVcmxzQ29tcG9uZW50IHtcbiAgIEBJbnB1dCgpIHB1YmxpYyBzbmFwc2hvdDogU25hcHNob3RNZXRhRGF0YUR0bztcblxuICAgY29uc3RydWN0b3IocHJpdmF0ZSBzbmFja0JhcjogTWF0U25hY2tCYXIsIHByaXZhdGUgY2xpcGJvYXJkOiBDbGlwYm9hcmQpIHtcbiAgIH1cblxuICAgcHVibGljIHVuc29ydGVkKGE6IGFueSwgYjogYW55KTogbnVtYmVyIHtcbiAgICAgIC8vIGF2b2lkIGtleXZhbHVlIGZyb20gc29ydGluZyBhbHBoYWJldGljYWxseVxuICAgICAgcmV0dXJuIDA7XG4gICB9XG5cbiAgIHB1YmxpYyBjb3B5SW52aXRhdGlvblVybCh1cmw6IHN0cmluZyk6IHZvaWQge1xuICAgICAgdGhpcy5jbGlwYm9hcmQuY29weSh1cmwpO1xuICAgICAgdGhpcy5zbmFja0Jhci5vcGVuKCdXZSBjb3BpZWQgdGhlIGxpbmsgdG8geW91ciBjbGlwYm9hcmQnLCBudWxsLCB7IGR1cmF0aW9uOiAzMDAwIH0pO1xuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB9LCAyMDAwKTtcbiAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJpbnZpdGV1cmxzXCIgKm5nSWY9XCJzbmFwc2hvdFwiPlxuICAgPGRpdiBjbGFzcz1cImludml0ZXVybFwiICpuZ0Zvcj1cImxldCB1cmwgb2Ygc25hcHNob3QuaW52aXRlVXJscyB8IGtleXZhbHVlOiB1bnNvcnRlZFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImxhYmVsIGludml0ZXVybC10ZWFtbWVtYmVyXCIgKm5nSWY9XCJ1cmwua2V5ID09ICdUZWFtTWVtYmVyJ1wiPkludml0ZSB0ZWFtIChlLmcuIG1lbWJlcnMsIGxlYWRzLCB0ZWFtIHJvbGVzKTwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImxhYmVsIGludml0ZXVybC1zdGFrZWhvbGRlclwiICpuZ0lmPVwidXJsLmtleSA9PSAnU3Rha2Vob2xkZXInXCI+SW52aXRlIHN0YWtlaG9sZGVycyAoZS5nLiBjdXN0b21lcnMsIHVzZXJzKTwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImxhYmVsIGludml0ZXVybC1zdXBwb3J0ZXJcIiAqbmdJZj1cInVybC5rZXkgPT0gJ1N1cHBvcnRlcidcIj5JbnZpdGUgc3VwcG9ydGVycyAoZS5nLiBtYW5hZ2VtZW50LCBleHRlcm5hbCBjb2FjaGVzKTwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImpvaW5zbmFwc2hvdFwiPlxuICAgICAgICAgPGRpdiBjbGFzcz1cInVybFwiPlxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgW3ZhbHVlXT1cInVybC52YWx1ZVwiIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQobnVsbCk7XCIgKGNsaWNrKT1cImNvcHlJbnZpdGF0aW9uVXJsKHVybC52YWx1ZSlcIiAvPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwaC1jbGlwYm9hcmQgY29weVwiIChjbGljayk9XCJjb3B5SW52aXRhdGlvblVybCh1cmwudmFsdWUpXCI+PC9zcGFuPlxuICAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgIDwvZGl2PlxuPC9kaXY+XG5cbiJdfQ==
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ClipboardModule } from '@angular/cdk/clipboard';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { NgModule } from '@angular/core';
|
|
4
|
-
import { ReactiveFormsModule } from '@angular/forms';
|
|
5
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
6
|
-
import { SnapshotInviteUrlsComponent } from './snapshot-inviteurls.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class SnapshotInviteUrlsModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SnapshotInviteUrlsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: SnapshotInviteUrlsModule, declarations: [SnapshotInviteUrlsComponent], imports: [MatFormFieldModule,
|
|
11
|
-
ReactiveFormsModule,
|
|
12
|
-
CommonModule,
|
|
13
|
-
ClipboardModule], exports: [SnapshotInviteUrlsComponent] }); }
|
|
14
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SnapshotInviteUrlsModule, imports: [MatFormFieldModule,
|
|
15
|
-
ReactiveFormsModule,
|
|
16
|
-
CommonModule,
|
|
17
|
-
ClipboardModule] }); }
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SnapshotInviteUrlsModule, decorators: [{
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
imports: [
|
|
23
|
-
MatFormFieldModule,
|
|
24
|
-
ReactiveFormsModule,
|
|
25
|
-
CommonModule,
|
|
26
|
-
ClipboardModule
|
|
27
|
-
],
|
|
28
|
-
declarations: [
|
|
29
|
-
SnapshotInviteUrlsComponent
|
|
30
|
-
],
|
|
31
|
-
exports: [
|
|
32
|
-
SnapshotInviteUrlsComponent
|
|
33
|
-
]
|
|
34
|
-
}]
|
|
35
|
-
}] });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hcHNob3QtaW52aXRldXJscy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tcG9uZW50cy9zbmFwc2hvdC1pbnZpdGV1cmxzL3NuYXBzaG90LWludml0ZXVybHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7QUFjOUUsTUFBTSxPQUFPLHdCQUF3QjsrR0FBeEIsd0JBQXdCO2dIQUF4Qix3QkFBd0IsaUJBSi9CLDJCQUEyQixhQU4zQixrQkFBa0I7WUFDbEIsbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixlQUFlLGFBS2YsMkJBQTJCO2dIQUVwQix3QkFBd0IsWUFWL0Isa0JBQWtCO1lBQ2xCLG1CQUFtQjtZQUNuQixZQUFZO1lBQ1osZUFBZTs7NEZBT1Isd0JBQXdCO2tCQVpwQyxRQUFRO21CQUFDO29CQUNQLE9BQU8sRUFBRTt3QkFDTixrQkFBa0I7d0JBQ2xCLG1CQUFtQjt3QkFDbkIsWUFBWTt3QkFDWixlQUFlO3FCQUNqQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1gsMkJBQTJCO3FCQUFDO29CQUMvQixPQUFPLEVBQUU7d0JBQ04sMkJBQTJCO3FCQUFDO2lCQUNqQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENsaXBib2FyZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jbGlwYm9hcmQnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0Rm9ybUZpZWxkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5pbXBvcnQgeyBTbmFwc2hvdEludml0ZVVybHNDb21wb25lbnQgfSBmcm9tICcuL3NuYXBzaG90LWludml0ZXVybHMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgIGltcG9ydHM6IFtcbiAgICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcbiAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgICBDb21tb25Nb2R1bGUsXG4gICAgICBDbGlwYm9hcmRNb2R1bGVcbiAgIF0sXG4gICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgIFNuYXBzaG90SW52aXRlVXJsc0NvbXBvbmVudF0sXG4gICBleHBvcnRzOiBbXG4gICAgICBTbmFwc2hvdEludml0ZVVybHNDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFNuYXBzaG90SW52aXRlVXJsc01vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Component, Input, signal } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/router";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../../pipes/slugify/ngx-slugify.pipe";
|
|
6
|
-
export class TabNavigatorComponent {
|
|
7
|
-
set items(value) {
|
|
8
|
-
this.itemSet.set(value);
|
|
9
|
-
this.updateActiveItem();
|
|
10
|
-
}
|
|
11
|
-
constructor(router) {
|
|
12
|
-
this.router = router;
|
|
13
|
-
this.itemSet = signal([]);
|
|
14
|
-
}
|
|
15
|
-
updateActiveItem() {
|
|
16
|
-
var matchingItem = this.itemSet().find(p => p.url == this.router.url);
|
|
17
|
-
if (matchingItem != null) {
|
|
18
|
-
matchingItem.active = true;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TabNavigatorComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: TabNavigatorComponent, selector: "tabnavigator", inputs: { items: "items" }, ngImport: i0, template: "<div class=\"tabnavigation\">\n <a class=\"tabnavigation-tab\" *ngFor=\"let item of itemSet()\" [ngClass]=\"{'active': item.active}\" [routerLink]=\"item.url\" [id]=\"'tabnavigation-tab-' + item.label | slugify\">\n <span class=\"icon ph-caret-right\" *ngIf=\"!item.active\"></span>\n <span class=\"icon ph-caret-down\" *ngIf=\"item.active\"></span>\n {{item.label}}\n </a>\n <div class=\"filler\"></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}\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"] }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i3.SlugifyPipe, name: "slugify" }] }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TabNavigatorComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{ selector: 'tabnavigator', template: "<div class=\"tabnavigation\">\n <a class=\"tabnavigation-tab\" *ngFor=\"let item of itemSet()\" [ngClass]=\"{'active': item.active}\" [routerLink]=\"item.url\" [id]=\"'tabnavigation-tab-' + item.label | slugify\">\n <span class=\"icon ph-caret-right\" *ngIf=\"!item.active\"></span>\n <span class=\"icon ph-caret-down\" *ngIf=\"item.active\"></span>\n {{item.label}}\n </a>\n <div class=\"filler\"></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}\n"] }]
|
|
27
|
-
}], ctorParameters: () => [{ type: i1.Router }], propDecorators: { items: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}] } });
|
|
30
|
-
export class TabItemDto {
|
|
31
|
-
constructor(label, url) {
|
|
32
|
-
this.label = label;
|
|
33
|
-
this.url = url;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibmF2aWdhdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21wb25lbnRzL3RhYm5hdmlnYXRvci90YWJuYXZpZ2F0b3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXNjcnVtdGVhbXN1cnZleS10b29scy9zcmMvbGliL2NvbXBvbmVudHMvdGFibmF2aWdhdG9yL3RhYm5hdmlnYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBcUIsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVE1RSxNQUFNLE9BQU8scUJBQXFCO0lBRS9CLElBQWEsS0FBSyxDQUFDLEtBQW1CO1FBQ25DLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCxZQUFvQixNQUFjO1FBQWQsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQU4zQixZQUFPLEdBQUcsTUFBTSxDQUFlLEVBQUUsQ0FBQyxDQUFDO0lBTzFDLENBQUM7SUFFRCxnQkFBZ0I7UUFDYixJQUFJLFlBQVksR0FBRyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEdBQUcsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3RFLElBQUksWUFBWSxJQUFJLElBQUksRUFBRSxDQUFDO1lBQ3hCLFlBQVksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDO1FBQzlCLENBQUM7SUFDSixDQUFDOytHQWZTLHFCQUFxQjttR0FBckIscUJBQXFCLGdGQ1JsQyxxYkFRQTs7NEZEQWEscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNHLGNBQWM7MkVBTVgsS0FBSztzQkFBakIsS0FBSzs7QUFnQlQsTUFBTSxPQUFPLFVBQVU7SUFDcEIsWUFBWSxLQUFhLEVBQUUsR0FBVztRQUNuQyxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsQ0FBQztJQUNsQixDQUFDO0NBS0giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiwgc2lnbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgIHNlbGVjdG9yOiAndGFibmF2aWdhdG9yJyxcbiAgIHRlbXBsYXRlVXJsOiAnLi90YWJuYXZpZ2F0b3IuY29tcG9uZW50Lmh0bWwnLFxuICAgc3R5bGVVcmxzOiBbJy4vdGFibmF2aWdhdG9yLmNvbXBvbmVudC5sZXNzJ11cbn0pXG5leHBvcnQgY2xhc3MgVGFiTmF2aWdhdG9yQ29tcG9uZW50e1xuICAgcHVibGljIGl0ZW1TZXQgPSBzaWduYWw8VGFiSXRlbUR0b1tdPihbXSk7XG4gICBASW5wdXQoKSBzZXQgaXRlbXModmFsdWU6IFRhYkl0ZW1EdG9bXSkge1xuICAgICAgdGhpcy5pdGVtU2V0LnNldCh2YWx1ZSk7XG4gICAgICB0aGlzLnVwZGF0ZUFjdGl2ZUl0ZW0oKTtcbiAgIH1cblxuICAgY29uc3RydWN0b3IocHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xuICAgfVxuXG4gICB1cGRhdGVBY3RpdmVJdGVtKCkge1xuICAgICAgdmFyIG1hdGNoaW5nSXRlbSA9IHRoaXMuaXRlbVNldCgpLmZpbmQocCA9PiBwLnVybCA9PSB0aGlzLnJvdXRlci51cmwpO1xuICAgICAgaWYgKG1hdGNoaW5nSXRlbSAhPSBudWxsKSB7XG4gICAgICAgICBtYXRjaGluZ0l0ZW0uYWN0aXZlID0gdHJ1ZTtcbiAgICAgIH1cbiAgIH1cbn1cblxuZXhwb3J0IGNsYXNzIFRhYkl0ZW1EdG8ge1xuICAgY29uc3RydWN0b3IobGFiZWw6IHN0cmluZywgdXJsOiBzdHJpbmcpIHtcbiAgICAgIHRoaXMubGFiZWwgPSBsYWJlbDtcbiAgICAgIHRoaXMudXJsID0gdXJsO1xuICAgfVxuXG4gICBsYWJlbDogc3RyaW5nO1xuICAgdXJsOiBzdHJpbmc7XG4gICBhY3RpdmU6IGJvb2xlYW47XG59XG4iLCI8ZGl2IGNsYXNzPVwidGFibmF2aWdhdGlvblwiPlxuICAgPGEgY2xhc3M9XCJ0YWJuYXZpZ2F0aW9uLXRhYlwiICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1TZXQoKVwiIFtuZ0NsYXNzXT1cInsnYWN0aXZlJzogaXRlbS5hY3RpdmV9XCIgW3JvdXRlckxpbmtdPVwiaXRlbS51cmxcIiBbaWRdPVwiJ3RhYm5hdmlnYXRpb24tdGFiLScgKyBpdGVtLmxhYmVsIHwgc2x1Z2lmeVwiPlxuICAgICAgPHNwYW4gY2xhc3M9XCJpY29uIHBoLWNhcmV0LXJpZ2h0XCIgKm5nSWY9XCIhaXRlbS5hY3RpdmVcIj48L3NwYW4+XG4gICAgICA8c3BhbiBjbGFzcz1cImljb24gcGgtY2FyZXQtZG93blwiICpuZ0lmPVwiaXRlbS5hY3RpdmVcIj48L3NwYW4+XG4gICAgICB7e2l0ZW0ubGFiZWx9fVxuICAgPC9hPlxuICAgPGRpdiBjbGFzcz1cImZpbGxlclwiPjwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { RouterModule } from '@angular/router';
|
|
4
|
-
import { TabNavigatorComponent } from './tabnavigator.component';
|
|
5
|
-
import { SlugifyPipeModule } from '../../pipes/slugify/ngx-slugify.module';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class TabNavigatorModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TabNavigatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: TabNavigatorModule, declarations: [TabNavigatorComponent], imports: [CommonModule,
|
|
10
|
-
RouterModule,
|
|
11
|
-
SlugifyPipeModule], exports: [TabNavigatorComponent] }); }
|
|
12
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TabNavigatorModule, imports: [CommonModule,
|
|
13
|
-
RouterModule,
|
|
14
|
-
SlugifyPipeModule] }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TabNavigatorModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
imports: [
|
|
20
|
-
CommonModule,
|
|
21
|
-
RouterModule,
|
|
22
|
-
SlugifyPipeModule
|
|
23
|
-
],
|
|
24
|
-
declarations: [
|
|
25
|
-
TabNavigatorComponent
|
|
26
|
-
],
|
|
27
|
-
exports: [
|
|
28
|
-
TabNavigatorComponent
|
|
29
|
-
]
|
|
30
|
-
}]
|
|
31
|
-
}] });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibmF2aWdhdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1zY3J1bXRlYW1zdXJ2ZXktdG9vbHMvc3JjL2xpYi9jb21wb25lbnRzL3RhYm5hdmlnYXRvci90YWJuYXZpZ2F0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7QUFhM0UsTUFBTSxPQUFPLGtCQUFrQjsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSnpCLHFCQUFxQixhQUxyQixZQUFZO1lBQ1osWUFBWTtZQUNaLGlCQUFpQixhQUtqQixxQkFBcUI7Z0hBRWQsa0JBQWtCLFlBVHpCLFlBQVk7WUFDWixZQUFZO1lBQ1osaUJBQWlCOzs0RkFPVixrQkFBa0I7a0JBWDlCLFFBQVE7bUJBQUM7b0JBQ1AsT0FBTyxFQUFFO3dCQUNOLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixpQkFBaUI7cUJBQ25CO29CQUNELFlBQVksRUFBRTt3QkFDWCxxQkFBcUI7cUJBQUM7b0JBQ3pCLE9BQU8sRUFBRTt3QkFDTixxQkFBcUI7cUJBQUM7aUJBQzNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgVGFiTmF2aWdhdG9yQ29tcG9uZW50IH0gZnJvbSAnLi90YWJuYXZpZ2F0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IFNsdWdpZnlQaXBlTW9kdWxlIH0gZnJvbSAnLi4vLi4vcGlwZXMvc2x1Z2lmeS9uZ3gtc2x1Z2lmeS5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICAgaW1wb3J0czogW1xuICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgUm91dGVyTW9kdWxlLFxuICAgICAgU2x1Z2lmeVBpcGVNb2R1bGVcbiAgIF0sXG4gICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgIFRhYk5hdmlnYXRvckNvbXBvbmVudF0sXG4gICBleHBvcnRzOiBbXG4gICAgICBUYWJOYXZpZ2F0b3JDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFRhYk5hdmlnYXRvck1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export function presetCheckValidator(presetKey) {
|
|
2
|
-
return (control) => {
|
|
3
|
-
var value = control.value;
|
|
4
|
-
if (!value) {
|
|
5
|
-
return null;
|
|
6
|
-
}
|
|
7
|
-
if (value.presetKey == presetKey) {
|
|
8
|
-
return {
|
|
9
|
-
presetCheck: true
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
return null;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tQ2hlY2tWYWxpZGF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tcG9uZW50cy90b3BpY3NlbGVjdG9yL2N1c3RvbUNoZWNrVmFsaWRhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sVUFBVSxvQkFBb0IsQ0FBQyxTQUFpQjtJQUNuRCxPQUFPLENBQUMsT0FBd0IsRUFBMkIsRUFBRTtRQUMxRCxJQUFJLEtBQUssR0FBRyxPQUFPLENBQUMsS0FBeUIsQ0FBQztRQUM5QyxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7WUFBQyxPQUFPLElBQUksQ0FBQztRQUFDLENBQUM7UUFDNUIsSUFBSSxLQUFLLENBQUMsU0FBUyxJQUFJLFNBQVMsRUFBRSxDQUFDO1lBQ2hDLE9BQU87Z0JBQ0osV0FBVyxFQUFFLElBQUk7YUFDbkIsQ0FBQTtRQUNKLENBQUM7UUFDRCxPQUFPLElBQUksQ0FBQztJQUNmLENBQUMsQ0FBQTtBQUNKLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wsIFZhbGlkYXRpb25FcnJvcnMsIFZhbGlkYXRvckZuIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgVG9waWNTZWxlY3RvckR0byB9IGZyb20gJy4vdG9waWMtc2VsZWN0b3IuY29tcG9uZW50JztcbmV4cG9ydCBmdW5jdGlvbiBwcmVzZXRDaGVja1ZhbGlkYXRvcihwcmVzZXRLZXk6IHN0cmluZyk6IFZhbGlkYXRvckZuIHtcbiAgIHJldHVybiAoY29udHJvbDogQWJzdHJhY3RDb250cm9sKTogVmFsaWRhdGlvbkVycm9ycyB8IG51bGwgPT4ge1xuICAgICAgdmFyIHZhbHVlID0gY29udHJvbC52YWx1ZSBhcyBUb3BpY1NlbGVjdG9yRHRvO1xuICAgICAgaWYgKCF2YWx1ZSkgeyByZXR1cm4gbnVsbDsgfVxuICAgICAgaWYgKHZhbHVlLnByZXNldEtleSA9PSBwcmVzZXRLZXkpIHtcbiAgICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBwcmVzZXRDaGVjazogdHJ1ZVxuICAgICAgICAgfVxuICAgICAgfVxuICAgICAgcmV0dXJuIG51bGw7XG4gICB9XG59XG4iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export function minTopicsSelectedValidator(minimum) {
|
|
2
|
-
return (control) => {
|
|
3
|
-
var value = control.value;
|
|
4
|
-
if (!value) {
|
|
5
|
-
return null;
|
|
6
|
-
}
|
|
7
|
-
if (value.topicKeys == null || (value.topicKeys.length + 1) <= minimum) {
|
|
8
|
-
return {
|
|
9
|
-
minTopics: true
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
return null;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWluVG9waWNzU2VsZWN0ZWRWYWxpZGF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc2NydW10ZWFtc3VydmV5LXRvb2xzL3NyYy9saWIvY29tcG9uZW50cy90b3BpY3NlbGVjdG9yL21pblRvcGljc1NlbGVjdGVkVmFsaWRhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sVUFBVSwwQkFBMEIsQ0FBQyxPQUFlO0lBQ3ZELE9BQU8sQ0FBQyxPQUF3QixFQUEyQixFQUFFO1FBQzFELElBQUksS0FBSyxHQUFHLE9BQU8sQ0FBQyxLQUF5QixDQUFDO1FBQzlDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUFDLE9BQU8sSUFBSSxDQUFDO1FBQUMsQ0FBQztRQUM1QixJQUFJLEtBQUssQ0FBQyxTQUFTLElBQUksSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLElBQUksT0FBTyxFQUFFLENBQUM7WUFDdEUsT0FBTztnQkFDSixTQUFTLEVBQUUsSUFBSTthQUNqQixDQUFBO1FBQ0osQ0FBQztRQUNELE9BQU8sSUFBSSxDQUFDO0lBQ2YsQ0FBQyxDQUFBO0FBQ0osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFic3RyYWN0Q29udHJvbCwgVmFsaWRhdGlvbkVycm9ycywgVmFsaWRhdG9yRm4gfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBUb3BpY1NlbGVjdG9yRHRvIH0gZnJvbSAnLi90b3BpYy1zZWxlY3Rvci5jb21wb25lbnQnO1xuZXhwb3J0IGZ1bmN0aW9uIG1pblRvcGljc1NlbGVjdGVkVmFsaWRhdG9yKG1pbmltdW06IG51bWJlcik6IFZhbGlkYXRvckZuIHtcbiAgIHJldHVybiAoY29udHJvbDogQWJzdHJhY3RDb250cm9sKTogVmFsaWRhdGlvbkVycm9ycyB8IG51bGwgPT4ge1xuICAgICAgdmFyIHZhbHVlID0gY29udHJvbC52YWx1ZSBhcyBUb3BpY1NlbGVjdG9yRHRvO1xuICAgICAgaWYgKCF2YWx1ZSkgeyByZXR1cm4gbnVsbDsgfVxuICAgICAgaWYgKHZhbHVlLnRvcGljS2V5cyA9PSBudWxsIHx8ICh2YWx1ZS50b3BpY0tleXMubGVuZ3RoICsgMSkgPD0gbWluaW11bSkge1xuICAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIG1pblRvcGljczogdHJ1ZVxuICAgICAgICAgfVxuICAgICAgfVxuICAgICAgcmV0dXJuIG51bGw7XG4gICB9XG59XG4iXX0=
|