import * as i109 from '@ngneat/transloco'; import { TranslocoConfig, HashMap, TranslocoService, TranslocoLoader, Translation } from '@ngneat/transloco'; import * as lottie_web from 'lottie-web'; import * as i0 from '@angular/core'; import { Type, OnInit, NgZone, ErrorHandler, OnDestroy, EventEmitter, PipeTransform, ElementRef, QueryList, TemplateRef, DoCheck, ModuleWithProviders, InjectionToken } from '@angular/core'; import { HttpErrorResponse, HttpRequest, HttpHandler, HttpEvent, HttpClient, HttpParams, HttpHeaders, HttpInterceptor } from '@angular/common/http'; import * as rxjs from 'rxjs'; import { Observable, Subject, Subscription } from 'rxjs'; import * as i90 from 'lacuna-oauth2-oidc'; import { OAuthStorage, OAuthService } from 'lacuna-oauth2-oidc'; import { CookieService } from 'ngx-cookie-service'; import * as i107 from '@angular/material/snack-bar'; import { MatSnackBarRef, MatSnackBar } from '@angular/material/snack-bar'; import * as i97 from '@angular/material/dialog'; import { MatDialog, MatDialogRef } from '@angular/material/dialog'; import { ApplicationInsights } from '@microsoft/applicationinsights-web'; import { Faro } from '@grafana/faro-web-sdk'; import * as i114 from '@angular/material/core'; import { ThemePalette } from '@angular/material/core'; import { DomSanitizer, SafeResourceUrl, SafeHtml, SafeStyle, SafeScript, SafeUrl } from '@angular/platform-browser'; import * as i89 from '@angular/forms'; import { FormControl, FormBuilder, UntypedFormGroup, UntypedFormBuilder, UntypedFormArray, AbstractControl, ControlValueAccessor, NgControl, FormGroup, NgForm, FormGroupDirective, ValidatorFn, ValidationErrors } from '@angular/forms'; import * as i115 from '@lacuna/material'; import { ObservableSearchService, PaginatedSearchService, PaginatedSearchParams, PaginatedSearchResult, SearchService, LacunaMatImageViewerConfig } from '@lacuna/material'; import * as i111 from '@angular/router'; import { ActivatedRoute, Router, Routes, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; import { Platform } from '@angular/cdk/platform'; import * as momentJs from 'moment'; import * as i116 from 'ngx-lottie'; import { AnimationOptions } from 'ngx-lottie'; import { BooleanInput } from '@angular/cdk/coercion'; import { MatFormFieldControl, MatFormField } from '@angular/material/form-field'; import * as i113 from '@angular/material/datepicker'; import { MatDatepicker } from '@angular/material/datepicker'; import * as i88 from '@angular/common'; import * as i91 from '@angular/material/menu'; import * as i92 from '@angular/material/icon'; import * as i93 from '@angular/material/input'; import * as i94 from '@angular/material/button'; import * as i95 from '@angular/material/toolbar'; import * as i96 from '@angular/material/list'; import * as i98 from '@angular/material/tooltip'; import * as i99 from '@angular/material/card'; import * as i100 from '@angular/material/progress-bar'; import * as i101 from '@angular/material/progress-spinner'; import * as i102 from '@angular/material/sidenav'; import * as i103 from '@angular/material/select'; import * as i104 from '@angular/material/expansion'; import * as i105 from '@angular/material/autocomplete'; import * as i106 from '@angular/material/checkbox'; import * as i108 from 'ng2-pdf-viewer'; import IntlMessageFormat from 'intl-messageformat'; import { Formats } from 'intl-messageformat/src/formatters'; import { Options } from 'intl-messageformat/src/core'; import * as i112 from 'ngx-mask'; import * as i117 from '@angular/material/table'; import * as i118 from '@angular/material/sort'; declare enum LogLevels { Trace = 0, Debug = 1, Information = 2, Warning = 3, Error = 4, Critical = 5 } declare class Logger { private minLevel; constructor(); logTrace(...args: any[]): void; logDebug(...args: any[]): void; logInformation(...args: any[]): void; logWarning(...args: any[]): void; logError(...args: any[]): void; logCritical(...args: any[]): void; private log; private writeLog; private getLevelLabel; private getLevelName; private parseLogLevel; private tryGetMinLevelFrom; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface SubscriptionModel { id: string; name: string; alias?: string; parentSubscriptionId?: string; } interface SubscriptionData { name: string; alias: string; } interface CheckSubscriptionNameAvailabilityResponse { available: boolean; } declare const enum ErrorCodes { Unknown = "Unknown", BadAlgorithm = "BadAlgorithm", SubscriptionNotFound = "SubscriptionNotFound", SubscriptionRequired = "SubscriptionRequired", ApplicationNotFound = "ApplicationNotFound", BadSubscription = "BadSubscription", NormalSubscriptionRequired = "NormalSubscriptionRequired", NotRegistered = "NotRegistered", AgentNotFound = "AgentNotFound", AgentIsNotUser = "AgentIsNotUser", InviteNotFound = "InviteNotFound", ApplicationKeyNotFound = "ApplicationKeyNotFound", ApplicationDeleted = "ApplicationDeleted", ApplicationNameExists = "ApplicationNameExists", UserNotFound = "UserNotFound", InvalidClaimCode = "InvalidClaimCode", SearchNotSupported = "SearchNotSupported", EmailDisabled = "EmailDisabled", HttpsRequired = "HttpsRequired", RoleMissing = "RoleMissing", UploadNotFound = "UploadNotFound", PublicKeyAuthenticationExpired = "PublicKeyAuthenticationExpired", NonceReused = "NonceReused", InvalidNonceSignature = "InvalidNonceSignature", PublicKeyAuthenticationSessionMissing = "PublicKeyAuthenticationSessionMissing", InvalidPublicKeyAuthenticationSession = "InvalidPublicKeyAuthenticationSession", ChildNamespaceNotFound = "ChildNamespaceNotFound", OidcDisabled = "OidcDisabled", RootPasswordHashNotFound = "RootPasswordHashNotFound", GrantIdError = "GrantIdError" } declare const enum Roles { Dummy = "Dummy" } declare const enum RootRoles { Dummy = "Dummy" } declare const enum Permissions { Read = "Read", Write = "Write", ManageAgents = "ManageAgents", HangfireAccess = "HangfireAccess", Lookup = "Lookup", ViewChildRoles = "ViewChildRoles", ContactWebhooks = "ContactWebhooks", EditUsers = "EditUsers", ViewAgentEvents = "ViewAgentEvents", ViewAgentActions = "ViewAgentActions", ViewSubscriptionEvents = "ViewSubscriptionEvents", ViewInvites = "ViewInvites", ViewUsers = "ViewUsers", ViewApplications = "ViewApplications" } declare const enum EntityTypes { Subscription = "Subscription", User = "User", Application = "Application", Invite = "Invite" } declare const enum AgentTypes { User = "User", Application = "Application" } declare const enum EventTypes { SubscriptionCreated = "SubscriptionCreated", SubscriptionUpdated = "SubscriptionUpdated", SubscriptionDeleted = "SubscriptionDeleted", ApplicationKeyCreated = "ApplicationKeyCreated", ApplicationKeyDeleted = "ApplicationKeyDeleted", ApplicationCreated = "ApplicationCreated", ApplicationDeleted = "ApplicationDeleted", SubscriptionAccessUpdated = "SubscriptionAccessUpdated", UserRegistered = "UserRegistered", InviteCreated = "InviteCreated", InviteUpdated = "InviteUpdated", InviteDeleted = "InviteDeleted", InviteFulfilled = "InviteFulfilled", UserLocked = "UserLocked", ApplicationLocked = "ApplicationLocked", UserUnlocked = "UserUnlocked", ApplicationUnlocked = "ApplicationUnlocked" } declare const enum NamedRoutes { Home = "Home", Private = "Private", Sub = "Sub", SysAdmin = "SysAdmin", AccessLocked = "AccessLocked", Subscriptions = "Subscriptions", SubscriptionCreate = "SubscriptionCreate", SubscriptionDetail = "SubscriptionDetail", SubscriptionEdit = "SubscriptionEdit", Users = "Users", UserDetail = "UserDetail", UserEvents = "UserEvents", UserActions = "UserActions", UserEdit = "UserEdit", UserAccessEdit = "UserAccessEdit", Invite = "Invite", InviteDetail = "InviteDetail", InviteEdit = "InviteEdit", Applications = "Applications", ApplicationCreate = "ApplicationCreate", ApplicationDetail = "ApplicationDetail", ApplicationEdit = "ApplicationEdit", ApplicationActions = "ApplicationActions", ApplicationEvents = "ApplicationEvents", ApplicationKeys = "ApplicationKeys", ApplicationKeyCreate = "ApplicationKeyCreate", Events = "Events", ServersList = "ServersList" } declare enum UserModes { Parent = "parent", App = "app" } declare enum ChildRedirectTypes { Invite = "invite", UserDetails = "user-detail", UserEditAccess = "user-edit-access" } declare enum GrammaticalGender { Feminine = "Feminine", Masculine = "Masculine" } declare enum RootLoginResult { Success = "Success", InvalidPassword = "InvalidPassword" } declare enum CaptchaProviders { Recaptcha = "Recaptcha", Turnstile = "Turnstile", HCaptcha = "HCaptcha" } interface SubscriptionAccessModel { subscriptionId: string; roles: Roles[]; parentRoles?: string[]; } interface SubscriptionAccess { subscription: SubscriptionModel; roles: Roles[]; parentRoles?: string[]; } interface AuthorizationData { roles: Roles[]; } interface RootAuthorizationData { roles: RootRoles[]; grantAppId?: string; } interface Profile { id: string; adminRoles: RootRoles[]; permissionsOnRoot: Permissions[]; subscriptions: SubscriptionAccess[]; isLocked: boolean; } interface EventModel { id: number; subscriptionId: string; agentId?: string; date: Date; type: EventTypes; entityType: EntityTypes; entityId: string; details: string; remoteIPAddress?: string; remotePort?: number; } interface RequiredIdClaims { name: boolean; cpf: boolean; emailAddress: boolean; customClaims?: string[]; } interface EntityNavigator { navigate(entityType: EntityTypes, id: string): void; } interface EventViewer { show(event: EventModel): Promise; } interface LacunaSpaModuleParams { listOfRoles: string[]; listOfRootRoles: string[]; translocoConfig?: Partial; languageToLocalesMapping?: HashMap; requiredIdClaims?: RequiredIdClaims; asyncInit?: boolean; entityNavigator?: Type; eventViewer?: Type; getEntityIcon?: GetEntityIconFunction; getEventTypeName?: GetEventTypeNameFunction; listOfUnassignableRoles?: string[]; getRoleName?: GetRoleNameFunction; getBreadcrumbDisplayName?: GetBreadcrumbDisplayNameFunction; enableLanguageRoute?: boolean; oidcRedirectPath?: string; showReturnToHomeButton?: boolean; enableInvisibleCaptcha?: boolean; } interface GetEntityIconFunction { (entityType: EntityTypes): string | null; } interface GetEventTypeNameFunction { (eventType: EventTypes): string | null; } interface GetRoleNameFunction { (role: Roles | RootRoles): string | null; } interface GetBreadcrumbDisplayNameFunction { (namedRoute: NamedRoutes): string | null; } interface OnApiErrorFunction { (err: HttpErrorResponse, request: HttpRequest, next: HttpHandler): Observable>; } declare class CookieStorageService extends OAuthStorage { private cookieService; constructor(cookieService: CookieService); getItem(key: string): string; removeItem(key: string, path?: string, domain?: string): void; setItem(key: string, data: string, expires?: number | Date, path?: string, domain?: string, secure?: boolean, sameSite?: "Lax" | "Strict"): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SpaApiHeadersService { apiHeaders: ApiHeaders; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } type ApiHeaders = { [name: string]: string | string[]; }; interface RootAuthenticationRequest { rootPassword: string; } interface RootAuthenticationResponse { result: RootLoginResult; rootToken: string; expiresOn: string; rootProfile: Profile; } declare class MessageComponent implements OnInit { data: any; ref: MatSnackBarRef; private logger; message: string; isClickable: boolean; icon: string; constructor(data: any, ref: MatSnackBarRef, logger: Logger); ngOnInit(): void; details(): void; dismiss(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class MessageService { private snackBar; private dialog; errorMessages: string[]; lastSnackBar: MatSnackBarRef; constructor(snackBar: MatSnackBar, dialog: MatDialog); showSuccess(message: string, args?: { duration?: number; }): MatSnackBarRef; showInfo(message: string, args?: { duration?: number; }): MatSnackBarRef; showWarning(message: string, args?: { duration?: number; }): MatSnackBarRef; showError(message: string, args?: { duration?: number; }): MatSnackBarRef; dismiss(): void; private showAllErrors; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class UserProfile { id: string; name: string; emailAddress: string; cpf: string; customClaims: object; subscriptions: SubscriptionAccess[]; adminRoles: RootRoles[]; permissionsOnRoot: Permissions[]; isLocked: boolean; constructor(id: string, name: string, emailAddress: string, cpf: string, customClaims: object, subscriptions: SubscriptionAccess[], adminRoles: RootRoles[], permissionsOnRoot: Permissions[], isLocked: boolean); } interface SubscriptionPermissionsModel extends SubscriptionAccess { sub: string; permissions: Permissions[]; } declare class SpaControlService { private http; private oauthService; private spaApiHeadersService; private logger; private cookieStorage; private ngZone; private messageService; private transloco; private listOfRoles; private listOfRootRoles; private requiredIdClaims; private listOfUnassignableRoles; private oidcRedirectPath; _initialized: boolean; initError: any; signInError: any; private initializedSubject; initialized: Observable; private subscriptionSubject; selectedSubscription: Observable; get selectedSubscriptionSnapshot(): SubscriptionPermissionsModel; allSubscriptionsSelected: Observable; private sessionCheckEventListener; private sessionCheckStartupTimeout; get userProfile(): UserProfile; private _userProfile; private pendingReturnUrl; private userPermissionsOnSubs; private _rootToken; private _rootTokenExpiresOn; constructor(http: HttpClient, oauthService: OAuthService, spaApiHeadersService: SpaApiHeadersService, logger: Logger, cookieStorage: CookieStorageService, ngZone: NgZone, messageService: MessageService, transloco: TranslocoService, listOfRoles: string[], listOfRootRoles: string[], requiredIdClaims: RequiredIdClaims, listOfUnassignableRoles: string[], oidcRedirectPath: string); init(): Promise; private initRootAuth; private checkSession; protected handleSessionChanged(): void; protected startCheckSession(): void; protected getSessionState(): string; private removeSessionCheckEventListener; private initOidcAuth; private registerAndFetchProfile; private refreshUserSubscriptions; startLogin(returnUrl?: string, params?: any): void; private getOAuthState; shouldAttemptLogin(): boolean; private get lastLoginAttempt(); private set lastLoginAttempt(value); private getAuthParams; private onOAuthEvent; private getHeaders; private setApiHeaders; private ensureInitialized; private isHttpUnauthorizedError; private isApiError; getHangfireAccessTicket(): Observable; getUserPermissionsOnSubscription(sub: string): Observable; userHasPermissionOnSubscription(sub: string, permission?: Permissions): Observable; userHasPermissionOnSelectedSubscription(permission?: Permissions): Observable; userHasAnyRootRole(): boolean; userHasAnyRoleOnSubscription(sub: string): boolean; userHasAnyRole(): boolean; trySetSubscription(sub: string): Observable; getSubscriptionRoles(sub: string, dontFilterUnassignableRoles?: boolean): string[]; guessSubscription(): string; saveSubInLocalStorage(sub: string): void; get lastSubscription(): string; signOut(noRedirectToLogoutUrl?: boolean): string; claimAccess(claimCode: string): Promise; tryPopReturnUrl(): string; rootLogin(rootPassword: string): Observable; rootLogout(): void; instantiateRootUserProfile(rootProfile: Profile): UserProfile; getRootToken(): string; hasRootToken(): boolean; hasValidOidcToken(): boolean; getOidcToken(): string; getUserAgent(): any; isSafari13(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ApplicationInsightsService { private logger; private _initialized; get initialized(): boolean; private _appInsights; get appInsights(): ApplicationInsights; constructor(logger: Logger); init(connectionString: string): void; private ensureInitialized; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class GoogleAnalyticsService { private logger; private _initialized; get initialized(): boolean; get ga(): any; constructor(logger: Logger); emitEvent(eventCategory: string, eventAction: string, eventLabel?: string, eventValue?: number): void; init(googleAnalyticsTrackingId: string): void; private ensureInitialized; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface SpaConfigurationModel { oidc: OidcConfigModel; rootAuthenticationEnabled: boolean; publicUploadEnabled: boolean; subscriptionHeader: string; subscriptionRoot: string; subscriptionNoFilter: string; emailEnabled: boolean; siteName: string; webPki: WebPkiConfig; maxFileSize: number; maxFilenameSize: number; maxShowingSubscriptions: number; labels: LabelsConfigModel; hasParentIntegration: boolean; parentUrl: string; parentName: string; appInsightsConnectionString: string; googleAnalyticsTrackingId: string; theme: string; segmentedUploadThreshold: number; uploadSegmentLength: number; captcha: CaptchaConfigModel; cdnUrl: string; faro: FaroConfigModel; } interface OidcConfigModel { enabled: boolean; authority: string; clientId: string; apiName: string; customScopes: string; nameClaim: string; emailAddressClaim: string; cpfClaim: string; audienceParamName: string; skipIssuerCheck: boolean; strictDiscoveryDocumentValidation: boolean; jwks: JwkModel[]; requireHttps: boolean; redirectUri: string; postLogoutRedirectUri: string; sessionCheckEnabled: boolean; culture: string; } interface JwkModel { kty: string; use: string; kid: string; x5t: string; n: string; e: string; x5c: string[]; } interface WebPkiConfig { license: string; brand: string; } interface LabelsConfigModel { subscription: string; theSubscription: string; subscriptions: string; allSubscriptions: string; subscriptionGender: GrammaticalGender; } interface CaptchaConfigModel { enabled: true; provider: CaptchaProviders; siteKey: string; } interface FaroConfigModel { enabled: boolean; url: string; apiKey: string; app: FaroAppIdentificationModel; samplingRate: number; propagateTraceHeadersCorsUrls: string[]; ignoreUrls: string[]; } interface FaroAppIdentificationModel { name: string; version: string; environment: string; } declare class SpaConfiguration { private initialized; private _oidc; private _rootAuthenticationEnabled; private _publicUploadEnabled; private _subscriptionHeader; private _subscriptionRoot; private _subscriptionNoFilter; private _emailEnabled; private _siteName; private _webPki; private _maxFileSize; private _maxFilenameSize; private _maxShowingSubscriptions; private _labels; private _hasParentIntegration; private _parentUrl; private _parentName; private _appInsightsConnectionString; private _googleAnalyticsTrackingId; private _theme; private _segmentedUploadThreshold; private _uploadSegmentLength; private _captcha; private _cdnUrl; initialize(model: SpaConfigurationModel): void; get oidc(): OidcConfigModel; get rootAuthenticationEnabled(): boolean; get publicUploadEnabled(): boolean; get subscriptionHeader(): string; get subscriptionRoot(): string; get subscriptionNoFilter(): string; get emailEnabled(): boolean; get siteName(): string; get webPki(): WebPkiConfig; get maxFileSize(): number; get maxFilenameSize(): number; get maxShowingSubscriptions(): number; get labels(): LabelsConfigModel; get hasParentIntegration(): boolean; get parentUrl(): string; get parentName(): string; get appInsightsConnectionString(): string; get googleAnalyticsTrackingId(): string; get theme(): string; get segmentedUploadThreshold(): number; get uploadSegmentLength(): number; get captcha(): CaptchaConfigModel; get cdnUrl(): string; private ensureInitialized; } declare const Config: SpaConfiguration; declare class FaroService { private logger; private _initialized; get initialized(): boolean; private _faro; get faro(): Faro; constructor(logger: Logger); init(config: FaroConfigModel): void; private ensureInitialized; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class StartupService { private logger; private http; private spaControl; private appInsightsService; private googleAnalyticsService; private faroService; private asyncSpaInit; initError: any; constructor(logger: Logger, http: HttpClient, spaControl: SpaControlService, appInsightsService: ApplicationInsightsService, googleAnalyticsService: GoogleAnalyticsService, faroService: FaroService, asyncSpaInit: boolean); init(): Promise; private getConfig; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class DialogConfirmWithCheckboxComponent implements OnInit { data: any; private domSanitizer; private transloco; title: string; message: string; confirmButtonText: string; confirmButtonColor: ThemePalette; confirmButtonMatIcon: string; cancelButtonText: string; cancelButtonColor: ThemePalette; cancelButtonMatIcon: string; checkboxMessage: string; checkboxResult: boolean; useMessageAsHtml: boolean; requireCheckToConfirm: boolean; constructor(data: any, domSanitizer: DomSanitizer, transloco: TranslocoService); ngOnInit(): void; submit(dialogResult: boolean): DialogConfirmWithCheckboxResult; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface DialogConfirmWithCheckboxResult { dialogResult: boolean; checkboxResult: boolean; } declare class DialogMobileAuthorizationRequiredComponent implements OnInit { constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface UploadModel { id: string; name: string; contentType: string; percentDone?: number; } interface FileModel extends UploadModel { location: string; } interface UpdateFilesRequest { add: UploadModel[]; delete: string[]; } declare enum FileUploadError { MaxSize = "MaxSize", Type = "Type", ZeroByteFile = "ZeroByteFile", InvalidContentType = "InvalidContentType", InvalidExtensionForType = "InvalidExtensionForType", MaxFilenameSize = "MaxFilenameSize" } declare class FileUploadErrorInfo { file: string; type: FileUploadError; } interface UploadInspectionModel { name: string; contentType: string; } interface UploadInspectionResultModel { isContentTypeValid: boolean; isExtensionValid: boolean; } interface CaptchaTicketRequest { captcha: string; } interface CaptchaTicketModel { ticket: string; expirationDate: string; secondsToExpire: number; } interface DialogConfirmWithReasonData { message: string; title?: string; confirmButtonText?: string; confirmButtonColor?: ThemePalette; confirmButtonMatIcon?: string; cancelButtonText?: string; cancelButtonColor?: ThemePalette; cancelButtonMatIcon?: string; useMessageAsHtml?: boolean; reasonLabel?: string; reasonMaxLength?: number; disableClose?: boolean; } interface DialogConfirmWithReasonResult { dialogResult: boolean; reason: string; } declare class DialogConfirmWithReasonComponent implements OnInit { data: DialogConfirmWithReasonData; private dialogRef; private domSanitizer; private transloco; reasonForm: FormControl; title: string; message: string; confirmButtonText: string; confirmButtonColor: ThemePalette; confirmButtonMatIcon: string; cancelButtonText: string; cancelButtonColor: ThemePalette; cancelButtonMatIcon: string; useMessageAsHtml: boolean; reasonLabel: string; reasonMaxLength: number; constructor(data: DialogConfirmWithReasonData, dialogRef: MatDialogRef, domSanitizer: DomSanitizer, transloco: TranslocoService, fb: FormBuilder); ngOnInit(): void; submit(dialogResult: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Async modal dialog service * DialogService makes this app easier to test by faking this service. * TODO: better modal implementation that doesn't use window.confirm */ declare class DialogService { private dialog; private transloco; constructor(dialog: MatDialog, transloco: TranslocoService); /** * Ask user to confirm an action. `message` explains the action and choices. `title` is optional, default value: 'Confirm'. * Returns observable resolving to `true`=confirm or `false`=cancel */ confirm(messageOrOpts?: string | { message?: string; title?: string; confirmButtonText?: string; confirmButtonColor?: ThemePalette; confirmButtonMatIcon?: string; cancelButtonText?: string; cancelButtonColor?: ThemePalette; cancelButtonMatIcon?: string; useMessageAsHtml?: boolean; disableClose?: boolean; }, title?: string): Promise; /** * Ask user to confirm a discard action. `message` explains the action and choices. `title` is optional, default value: 'Discard changes?'. * Returns observable resolving to `true`=confirm or `false`=cancel */ confirmDiscard: (message?: string, title?: string, useMessageAsHtml?: boolean, disableClose?: boolean) => Promise; /** * Notifies the user that the current operation will continue in the background, allowing him to cancel his action (and therefore continue * "watching" the operation be performed). */ confirmContinueBackground: (message?: string, title?: string, useMessageAsHtml?: boolean, disableClose?: boolean) => Promise; /** * Ask user to confirm a delete action. `message` explains the action and choices. `title` is optional, default value: 'Delete?'. * Returns observable resolving to `true`=confirm or `false`=cancel */ confirmDelete: (message: string, title?: string, useMessageAsHtml?: boolean, disableClose?: boolean) => Promise; confirmWithCheckbox(messageOrOpts: string | { message?: string; title?: string; confirmButtonText?: string; confirmButtonColor?: ThemePalette; confirmButtonMatIcon?: string; cancelButtonText?: string; cancelButtonColor?: ThemePalette; cancelButtonMatIcon?: string; checkboxMessage: string; checkboxInitalState?: boolean; useMessageAsHtml?: boolean; disableClose?: boolean; requireCheckToConfirm?: boolean; }, checkboxMessage?: string, checkboxInitalState?: boolean, title?: string): Promise; alert(message: string, title?: string, useMessageAsHtml?: boolean, disableClose?: boolean): Promise; showValue(value: string, opts?: { title?: string; message?: string; footer?: string; disableClose?: boolean; }): Promise; subSelector(subs: SubscriptionAccess[], includeRoot?: boolean, disableClose?: boolean): Promise; showValidation(vr: any, disableClose?: boolean): Promise; showMobileAuthorizationRequired(): MatDialogRef; openFile(files: FileModel[], index: number, disableClose?: boolean): Promise; showAllErrors(errorMessages: string[], title?: string, disableClose?: boolean): Promise; rootLogin(opts?: { message?: string; title?: string; useMessageAsHtml?: boolean; disableClose?: boolean; navigateHomeIfCancelled?: boolean; reloadOnSuccess?: boolean; }): Observable; openLanguageSelector(opts?: { message?: string; title?: string; useMessageAsHtml?: boolean; disableClose?: boolean; }): Observable; showEvent(event: EventModel): Promise; confirmWithReason(messageOrOpts: string | DialogConfirmWithReasonData, title?: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SpaErrorHandlingService extends ErrorHandler { private spaControl; private appInsightsService; private faroService; private logger; private transloco; dialogService: DialogService; private messageService; refreshRootTokenSubject: Subject; constructor(spaControl: SpaControlService, appInsightsService: ApplicationInsightsService, faroService: FaroService, logger: Logger, transloco: TranslocoService, dialogService: DialogService, messageService: MessageService); handleError(error: any): void; private refreshRootTokenAndRetry; onApiError: (err: HttpErrorResponse, request: HttpRequest, next: HttpHandler) => Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface LanguageParseResultFromUrl { found: boolean; language?: string; urlWithoutLanguageSegment?: string; } declare const defaultSpaLangToLocalesMapping: HashMap; declare const defaultSpaLocale = "en-US"; declare class SpaLanguageService implements OnDestroy { private logger; private translocoService; private cookieStorage; private languageToLocalesMapping; private $toUnsubscribe; private readonly languageFromUrlRegex; private temporaryLanguageFromNavigation; lastLanguageParsedOrGuessed: string; private currentLocaleSubject; currentLocale: Observable; get currentLocaleSnapshot(): string; constructor(logger: Logger, translocoService: TranslocoService, cookieStorage: CookieStorageService, languageToLocalesMapping: HashMap); init(): Promise>; setTemporarilyLanguageFromNavigation(language: string, navigationId: number): void; commitLanguageFromNavigation(language: string, navigationId: number): void; rollbackLanguageFromNavigation(navigationId: number): void; setActiveLanguageIfDifferent(lang: string): void; getLanguagePreferenceFromCookie(): string; setLanguagePreferenceInCookie(lang: string): void; getApplicationAvailableLangs(): string[]; isLanguageAvailable(lang: string): boolean; parseLanguageFromUrl(url: string): LanguageParseResultFromUrl; generateUrlWithLangSegment(originalUrl: string, lang: string): string; replaceOrInsertLangInUrl(originalUrl: string, lang: string): string; guessLanguage(ignoreLastLanguageGuessedOrParsed?: boolean): string; getLocaleBasedOnLanguage(lang: string): string; setLocale(locale: string): void; getLocale(): string; setLocaleAndStoreInCookie(locale: string): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class AuthManagementService { private logger; private http; private changedSubject; changed: Observable; constructor(logger: Logger, http: HttpClient); getUserSubscriptionRoles(userId: string, sub: string): Observable; updateSubscriptionRoles(sub: string, agentId: string, data: AuthorizationData | RootAuthorizationData): Observable; getUserPermissionsOnSubscription(sub: string): Observable; notifyChanged(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class EventService implements OnDestroy, ObservableSearchService, PaginatedSearchService { private logger; private http; private spaControl; private authManager; private $subscriptions; private changedSubject; private cache; changed: Observable; constructor(logger: Logger, http: HttpClient, spaControl: SpaControlService, authManager: AuthManagementService); listPaginated(params: PaginatedSearchParams): Observable>; ngOnDestroy(): void; getServiceForApplicationEvents(appId: string): SearchService; getServiceForApplicationActions(appId: string): PaginatedSearchService; getServiceForUserEvents(userId: string): SearchService; getServiceForUserActions(userId: string): PaginatedSearchService; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class EntityEventService implements SearchService { private apiRoute; private http; constructor(apiRoute: string, http: HttpClient); list(): Observable; } declare class PaginatedEntityEventService implements PaginatedSearchService { private apiRoute; private http; constructor(apiRoute: string, http: HttpClient); listPaginated(params: PaginatedSearchParams): Observable>; } declare class ApplicationActionsComponent implements OnInit { route: ActivatedRoute; private router; private eventService; private logger; dataSource: PaginatedSearchService; constructor(route: ActivatedRoute, router: Router, eventService: EventService, logger: Logger); ngOnInit(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface ApplicationModel { id: string; subscriptionId: string; name: string; rootRoles: RootRoles[]; subscriptions: SubscriptionAccessModel[]; grantAppId: string; isLocked: boolean; } interface ApplicationData { name: string; authorizationData: AuthorizationData; rootAuthorizationData: RootAuthorizationData; } declare class ApplicationService implements OnDestroy, ObservableSearchService, PaginatedSearchService { private logger; private http; private spaControl; private authManager; private $subscriptions; private changedSubject; changed: Observable; constructor(logger: Logger, http: HttpClient, spaControl: SpaControlService, authManager: AuthManagementService); listPaginated(params: PaginatedSearchParams): Observable>; list(query?: string): Observable; get(id: string): Observable; create(sub: string, data: ApplicationData): Observable; checkNameAvailable(sub: string, name: string, id?: string): Observable; updateSubscriptionAccess(sub: string, id: string, data: AuthorizationData | RootAuthorizationData): Observable; delete(id: string): Observable; notifyChanged(id?: string): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ApplicationCreateComponent implements OnInit { route: ActivatedRoute; private router; private logger; private fb; private dialogService; private appService; private messageService; private spaControl; private transloco; private $toUnsubscribe; private $nameChangesSubscription; form: UntypedFormGroup; saving: boolean; saved: boolean; subscriptions: SubscriptionModel[]; rootSubSelected: boolean; selectedSubscription: string; maxSubs: number; subscriptionGender: GrammaticalGender; private readonly rootSub; constructor(route: ActivatedRoute, router: Router, logger: Logger, fb: UntypedFormBuilder, dialogService: DialogService, appService: ApplicationService, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService); get roles(): UntypedFormArray; clearRoles(): void; createForm(): void; getSubAccess(subId: string): SubscriptionAccess; ngOnInit(): void; onSubmit(): void; displaySubscription(): string; selectSubscription(): void; canDeactivate(): true | Promise; close(): void; getErrorMessage(formControlName: string): string; private checkNameAvailable; private validateRoles; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface AgentModel { id: string; name: string; type: AgentTypes; } interface AgentBulkLookupResponse { agents: { [id: string]: AgentModel; }; } interface UpdateAgentLockStatusRequest { lock: boolean; description: string; } interface UserModel { id: string; parentId?: string; subject: string; name: string; emailAddress: string; rootRoles: RootRoles[]; parentRootRoles?: string[]; subscriptions: SubscriptionAccessModel[]; isLocked: boolean; } interface UserData { subject: string; name: string; emailAddress: string; authorizationData: AuthorizationData; rootAuthorizationData: RootAuthorizationData; } interface UserPermissionsResponse { roles: Roles[]; rootRoles: RootRoles[]; } declare class UserService implements OnDestroy, ObservableSearchService, PaginatedSearchService { private logger; private http; private spaControl; private authManagementService; private $subscriptions; private changedSubject; changed: Observable; constructor(logger: Logger, http: HttpClient, spaControl: SpaControlService, authManagementService: AuthManagementService); create(sub: string, data: UserData): Observable; list(q: string, global: boolean): Observable; listPaginated(params: PaginatedSearchParams): Observable>; listTopGlobalUsers(q: string, limit?: number): Observable; get(id: string): Observable; getFromParent(subject: string): Observable; notifyChanged(id?: string): void; update(subject: string, data: UserData, subId?: string): Observable; getUserPermissionsOnSubscription(userId: string, sub: string): Observable; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class AgentService { private http; private userService; private applicationService; private dialogService; private messageService; constructor(http: HttpClient, userService: UserService, applicationService: ApplicationService, dialogService: DialogService, messageService: MessageService); confirmAndUpdateLockStatus(args: { id: string; lock: boolean; type: AgentTypes; dialogMessage: string; dialogConfirmButtonText: string; successMessage: string; }): Promise; updateLockStatus(id: string, request: UpdateAgentLockStatusRequest, type: AgentTypes): rxjs.Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ApplicationDetailComponent implements OnInit, OnDestroy { route: ActivatedRoute; private router; private logger; private appService; private dialogService; private messageService; private spaControl; private transloco; private agentService; private $toUnsubscribe; loading: boolean; saving: boolean; model: ApplicationModel; canManage$: Observable; canViewEvents$: Observable; canViewActions$: Observable; deletionRequested: boolean; constructor(route: ActivatedRoute, router: Router, logger: Logger, appService: ApplicationService, dialogService: DialogService, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService, agentService: AgentService); ngOnInit(): void; isRootSubscription(sub: string): boolean; load(): void; delete(): void; close(): void; lock(): Promise; unlock(): Promise; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface CanComponentDeactivate { canDeactivate: () => Observable | Promise | boolean; } declare class CanDeactivateGuard { canDeactivate(component: CanComponentDeactivate): Observable | Promise | boolean; private canDeactivateAsync; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ApplicationEditComponent implements OnInit, OnDestroy, CanComponentDeactivate { route: ActivatedRoute; private router; private logger; private fb; private dialogService; private appService; private messageService; private spaControl; private transloco; private listOfRoles; private $toUnsubscribe; form: UntypedFormGroup; model: ApplicationModel; saving: boolean; loading: boolean; closing: boolean; rootSubSelected: boolean; constructor(route: ActivatedRoute, router: Router, logger: Logger, fb: UntypedFormBuilder, dialogService: DialogService, appService: ApplicationService, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService, listOfRoles: string[]); get roles(): UntypedFormArray; getModelRoles(): string[]; clearRoles(): void; private validateRoles; createForm(): void; rebuildForm(): void; ngOnInit(): void; getErrorMessage(formControlName: string): string; onSubmit(): void; canDeactivate(): true | Promise; discard(): void; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ApplicationEventsComponent implements OnInit { route: ActivatedRoute; private router; private eventService; private logger; dataSource: SearchService; constructor(route: ActivatedRoute, router: Router, eventService: EventService, logger: Logger); ngOnInit(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface ApplicationKeyModel { id: string; applicationId: string; description: string; expiresOn: Date; } interface CreateApplicationApiKeyRequest { description: string; expiresOn: Date; } interface CreateApplicationApiKeyResponse { key: string; info: ApplicationKeyModel; } declare class ApplicationKeyServiceFactory { private http; private services; constructor(http: HttpClient); getService(appId: string): ApplicationKeyService; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ApplicationKeyService implements SearchService, ObservableSearchService { private appId; private http; private changedSubject; changed: Observable; constructor(appId: string, http: HttpClient); list(): Observable; createApiKey(request: CreateApplicationApiKeyRequest): Observable; delete(id: string): Observable; } declare class ApplicationKeyCreateComponent implements OnInit { route: ActivatedRoute; private logger; private fb; private spaControl; private appKeyServiceFactory; private router; private messageService; private dialogService; private transloco; form: UntypedFormGroup; saving: boolean; closing: boolean; constructor(route: ActivatedRoute, logger: Logger, fb: UntypedFormBuilder, spaControl: SpaControlService, appKeyServiceFactory: ApplicationKeyServiceFactory, router: Router, messageService: MessageService, dialogService: DialogService, transloco: TranslocoService); createForm(): void; ngOnInit(): void; onSubmit(): void; canDeactivate(): true | Promise; close(): void; getErrorMessage(formControlName: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ApplicationKeysComponent implements OnInit { route: ActivatedRoute; private router; private logger; private dialogService; private appKeyServiceFactory; private messageService; private spaControl; private transloco; appKeyService: ApplicationKeyService; saving: boolean; columnsToDisplay: string[]; canManage$: Observable; constructor(route: ActivatedRoute, router: Router, logger: Logger, dialogService: DialogService, appKeyServiceFactory: ApplicationKeyServiceFactory, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService); ngOnInit(): void; delete(key: ApplicationKeyModel): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ApplicationListComponent { appService: ApplicationService; private spaControl; private transloco; columnsToDisplay$: Observable; constructor(appService: ApplicationService, spaControl: SpaControlService, transloco: TranslocoService); isRootSubscription(sub: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ApplicationsComponent implements OnInit { route: ActivatedRoute; private logger; private spaControl; canManage$: Observable; constructor(route: ActivatedRoute, logger: Logger, spaControl: SpaControlService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class BoxComponent implements OnInit { loading: boolean; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface NamedRoute { name: NamedRoutes; branchRoot: boolean; displayName: string; url: string; pathToMatch: string; activatedRoute: ActivatedRoute; } declare class RouteHelperService implements OnDestroy { private logger; private router; private $toUnsubscribe; private activatedNamedRoutesSubject; activatedNamedRoutes: Observable; get activatedNamedRoutesSnapshot(): ActivatedNamedRouteCollection; private currentUrlSubject; currentUrl: Observable; get currentUrlSnapshot(): string; private currentPathToMatchSubject; currentPathToMatch: Observable; get currentPathToMatchSnapshot(): string; constructor(logger: Logger, router: Router); setUpNamedRoutesAndUpdateCurrentUrls(route: ActivatedRoute, initialUrl?: string, namedRoutes?: NamedRoute[], initialPath?: string): NamedRoute[]; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ActivatedNamedRouteCollection { activatedRoutes: NamedRoute[]; constructor(activatedRoutes: NamedRoute[]); isInRoute(routeName: NamedRoutes): boolean; findNamedRoute(routeName: NamedRoutes): NamedRoute; getSubManagementRouteUrl(): string; private isManagementRoute; } declare class BreadcrumbComponent implements OnInit, OnDestroy { private logger; private routeHelperService; private router; private getOverriddenBreadcrumbDisplayName; private $toUnsubscribe; breadcrumbsArray: NamedRoute[]; get isBreadcrumbsArrayEmpty(): boolean; get canNavigateUp(): boolean; breadcrumbsUpdate: EventEmitter; constructor(logger: Logger, routeHelperService: RouteHelperService, router: Router, getOverriddenBreadcrumbDisplayName: GetBreadcrumbDisplayNameFunction); ngOnInit(): void; buildBreadcrumbsArray: () => void; navigateUp(): void; removeBreadcrumb(routeName: NamedRoutes): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class BreadcrumbNameComponent implements OnInit, OnDestroy { private transloco; private getOverriddenBreadcrumbDisplayName; private $toUnsubscribe; namedRoute: NamedRoute; currentLang: string; lastTranslationLoaded: HashMap; static translationMap: any; static langOfTranslationMap: string; static fallbackTranslationMap: any; static fallbackLanguage: string; latestTransformedValue: string | null; latestValue: NamedRoutes; latestLanguageUsed: string; constructor(transloco: TranslocoService, getOverriddenBreadcrumbDisplayName: GetBreadcrumbDisplayNameFunction); ngOnInit(): void; getBreadcrumbDisplayName(): string; fetchFallbackTranslationInfo(): { fallbackTranslationMap: any; fallbackLanguage: string; }; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class CloseButtonComponent implements OnInit { constructor(); ngOnInit(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class PrivateAreaUnavailableComponent implements OnInit { constructor(); ngOnInit(): void; tryAgain(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogShowValueComponent implements OnInit { data: any; private transloco; value: string; title: string; message: string; footer: string; constructor(data: any, transloco: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogAlertComponent implements OnInit { data: any; private domSanitizer; private transloco; title: string; message: string; useMessageAsHtml: boolean; constructor(data: any, domSanitizer: DomSanitizer, transloco: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogFancyConfirmComponent implements OnInit { data: any; private domSanitizer; private transloco; title: string; message: string; confirmButtonText: string; confirmButtonColor: ThemePalette; confirmButtonMatIcon: string; cancelButtonText: string; cancelButtonColor: ThemePalette; cancelButtonMatIcon: string; useMessageAsHtml: boolean; constructor(data: any, domSanitizer: DomSanitizer, transloco: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } type LanguageName = { english: string; native: string; }; declare const localeCodeMap: HashMap; declare const languageCodeMap: HashMap; declare class DialogLanguageSelectorComponent implements OnInit { private dialogRef; router: Router; spaLanguage: SpaLanguageService; private logger; private fb; private transloco; data: any; private languageRouteEnabled; private languageToLocalesMapping; private $toUnsubscribe; form: UntypedFormGroup; availableLanguages: string[]; availableLocales: string[]; localeCodeMap: HashMap; languageCodeMap: HashMap; title: string; message: string; useMessageAsHtml: boolean; get languageControl(): AbstractControl; get localeControl(): AbstractControl; constructor(dialogRef: MatDialogRef, router: Router, spaLanguage: SpaLanguageService, logger: Logger, fb: UntypedFormBuilder, transloco: TranslocoService, data: any, languageRouteEnabled: boolean, languageToLocalesMapping: HashMap); ngOnInit(): void; createForm(): void; getAvailableLocales(): string[]; onSubmit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogRootLoginComponent implements OnInit, OnDestroy { data: any; private dialogRef; private spaControl; private fb; private transloco; private router; private logger; private $toUnsubscribe; form: UntypedFormGroup; loginSucceeded: RootLoginResult; submitting: boolean; title: string; message: string; useMessageAsHtml: boolean; disableClose: boolean; navigateHomeIfCancelled: boolean; reloadOnSuccess: boolean; get isPasswordInvalid(): boolean; constructor(data: any, dialogRef: MatDialogRef, spaControl: SpaControlService, fb: UntypedFormBuilder, transloco: TranslocoService, router: Router, logger: Logger); ngOnInit(): void; createForm(): void; onSubmit(): void; getErrorMessage(formControlName: string): string; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface SubShow { name: string; sub: SubscriptionAccess; } declare class DialogSubscriptionSelectorComponent implements OnInit { data: any; dialogRef: MatDialogRef; subscriptions: SubShow[]; subscriptionGender: GrammaticalGender; disableClose: boolean; constructor(data: any, dialogRef: MatDialogRef); ngOnInit(): void; select(s: SubShow): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogUploadErrorComponent implements OnInit { data: any; private transloco; title: string; errors: FileUploadErrorInfo[]; acceptedTypes: string[]; maxFileSize: number; maxFilenameSize: number; constructor(data: any, transloco: TranslocoService); ngOnInit(): void; getError(type: FileUploadError): string; private formatListOfAcceptedTypes; private formatFileSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogValidationResultsComponent implements OnInit { dialogRef: MatDialogRef; data: any; private transloco; private logger; model: any; private pki; itemStack: any; constructor(dialogRef: MatDialogRef, data: any, transloco: TranslocoService, logger: Logger); ngOnInit(): void; showDetails(item: any): void; showParent(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogViewFileComponent implements OnInit { data: any; private sanitizer; private http; platform: Platform; files: FileModel[]; filesAsDataUrl: SafeResourceUrl[]; index: number; fileSrc: any; fileLocation: string; name: string; contentType: string; imageViewerCfg: LacunaMatImageViewerConfig; constructor(data: any, sanitizer: DomSanitizer, http: HttpClient, platform: Platform); ngOnInit(): void; getDocument(index: any): void; isMobile(): boolean; next(): void; back(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogErrorMessagesComponent implements OnInit { data: any; private transloco; title: string; errorMessages: string[]; constructor(data: any, transloco: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DialogEventDetailsComponent implements OnInit { event: EventModel; constructor(event: EventModel); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DummyComponent { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EntityTypePipe implements PipeTransform { private transloco; constructor(transloco: TranslocoService); transform(value: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class EventEntityCellComponent implements OnInit { private entityTypePipe; ENTITY_NOT_FOUND: number; event: EventModel; name: string | number; show: EventEmitter; entityWithId: string; constructor(entityTypePipe: EntityTypePipe); ngOnInit(): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class AgentLookupService { private http; private lookupTasks; private lookupQueue; private lookupQueueChanged; constructor(http: HttpClient); get(id: string): Observable; private enqueueLookup; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class EventListComponent implements OnInit { private dialogService; private agentLookupService; private transloco; private entityNavigationService; private eventViewer; dataSource: PaginatedSearchService | SearchService; showSubscriptions: boolean; hideEntities: boolean; hideAgents: boolean; disablePagination: boolean; get columnsToDisplay(): string[]; constructor(dialogService: DialogService, agentLookupService: AgentLookupService, transloco: TranslocoService, entityNavigationService: EntityNavigator, eventViewer: EventViewer); ngOnInit(): void; showDetails(e: EventModel): void; navigateToAgent(e: EventModel): void; navigateToEntity(e: EventModel): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_showSubscriptions: any; static ngAcceptInputType_hideEntities: any; static ngAcceptInputType_hideAgents: any; static ngAcceptInputType_disablePagination: any; } declare class EventsComponent implements OnInit { route: ActivatedRoute; eventService: EventService; private spaControl; showSubs$: Observable; constructor(route: ActivatedRoute, eventService: EventService, spaControl: SpaControlService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare const enum UploadEventTypes { Progress = "Progress", Completed = "Completed" } declare class UploadEvent { type: UploadEventTypes; model?: FileModel; progress?: number; constructor(type: UploadEventTypes, model?: FileModel, progress?: number); } declare class UploadService { private http; private spaControl; get defaultApiRoute(): string; constructor(http: HttpClient, spaControl: SpaControlService); uploadFile(formData: FormData, uploadUrl?: string, params?: HttpParams, headers?: HttpHeaders): Observable>; startSegmentedUpload(): Observable; uploadFile2(file: File, uploadUrl?: string, params?: HttpParams, headers?: HttpHeaders): Observable; validate(uploads: UploadInspectionModel[]): Observable; generateCaptchaTicket(captcha: string): Observable; private uploadFileSingleSegment; private uploadFileSegmentedly; private sendUploadRequest; private sendStartSegmentedUploadRequest; private makeHot; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class FileSizePipe implements PipeTransform { transform(bytes: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } type widgetId = number | string; interface CaptchaRenderOptions { sitekey: string; callback?: (response: string) => void; "expired-callback"?: () => void; "error-callback"?: (e: any) => void; invisible?: boolean; [key: string]: any; } declare global { interface Window { captchaloadedcallback?: () => void; } } declare abstract class BaseCaptchaProvider { readonly translocoService: TranslocoService; abstract readonly name: string; abstract readonly url: string; private static loadPromise; private static loaded; abstract render(element: HTMLElement, options: CaptchaRenderOptions): widgetId; abstract execute(widgetId: widgetId): void; abstract reset(widgetId: widgetId): void; abstract getResponse(widgetId: widgetId): string | null; loadScript(): Promise; } declare class CaptchaComponent implements OnInit, OnDestroy { private readonly zone; private readonly logger; private readonly injector; private readonly captchaService; private readonly elementRef; private readonly invisibleEnabled; private readonly config; id: string; provider: BaseCaptchaProvider; resolved: i0.OutputEmitterRef; errored: i0.OutputEmitterRef; expired: i0.OutputEmitterRef; private widgetId; private executeRequested; ngOnInit(): void; execute(): void; reset(): void; private renderCaptcha; private resolvedCallback; private expiredCallback; private errorCallback; private captchaReset; private getCaptchaProvider; private randomId; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class CaptchaService { private readonly logger; private component; private lastPromise; private lastTimeout; registerComponent(component: CaptchaComponent): void; private runTest; private showCaptcha; unregisterComponent(component: CaptchaComponent): void; notifyResolved(code: string): void; executeAsync(onManual: () => void): Promise; execute(): Observable; private clearLastRequest; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class FilesActionDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class FilesComponent implements OnInit { private fb; private dialogService; private uploadService; private logger; private dialog; private fileSizePipe; private spaControl; private captchaService; filesToAdd: UntypedFormArray; filesToDelete: UntypedFormArray; existingFiles: FileModel[]; acceptedTypes: string[]; accept: string; onFileClick: (file: FileModel) => any; uploadUrl: string; httpParams?: HttpParams; httpHeaders?: HttpHeaders; readOnly: boolean; single: boolean; get maxFileSize(): number; set maxFileSize(maxSize: number); private _maxFileSize; hideViewButton: boolean; hideDeleteButton: boolean; get maxFilenameSize(): number; set maxFilenameSize(maxFilenameSize: number); private _maxFilenameSize; fileButton: ElementRef; filesActions: QueryList>; highlightContainer: boolean; touched: boolean; filesLoading: EventEmitter; private numberOfFilesLoading; private _loadingFiles; get loadingFiles(): boolean; get changesPending(): boolean; get filesToShow(): FileModel[]; get willSwapFile(): boolean; loading: boolean; useCaptcha: boolean; captchaTicketExpiration: momentJs.Moment; constructor(fb: UntypedFormBuilder, dialogService: DialogService, uploadService: UploadService, logger: Logger, dialog: MatDialog, fileSizePipe: FileSizePipe, spaControl: SpaControlService, captchaService: CaptchaService); ngOnInit(): void; transferDataSuccess($event: any): Promise; private convertFilesToInspectionModel; private uploadFile; private openErrorDetailsDialog; private fileStartedLoading; private fileFinishedLoading; private fileModelToFormGroup; private addFile; private addEmptyFile; private setCaptchaHeaders; fileButtonClick(): void; delete(file: any): void; viewFile(file: any): void; testClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_readOnly: any; static ngAcceptInputType_single: any; static ngAcceptInputType_hideViewButton: any; static ngAcceptInputType_hideDeleteButton: any; } interface InviteModel { id: string; subscriptionId: string; emailAddress: string; inviteAuthorizationData: InviteAuthorizationData; } interface InviteAuthorizationData { authorizationData: AuthorizationData; rootAuthorizationData: RootAuthorizationData; } interface InviteData { inviteAuthorizationData: InviteAuthorizationData; } interface CreateInviteResponse { invite: InviteModel; claimCode: string; emailSent: boolean; sendFailReason: InviteSendFailResons; } declare enum InviteSendFailResons { InternalServerError = "InternalServerError", EmailDisabled = "EmailDisabled" } declare class InviteService implements OnDestroy, ObservableSearchService, SearchService { private logger; private http; private spaControl; private $subscriptions; private changedSubject; private cache; changed: Observable; constructor(logger: Logger, http: HttpClient, spaControl: SpaControlService); list(): Observable; get(id: string): Observable; getClaimCode(id: string): Observable; create(sub: string, emailAddress: string, inviteData: InviteAuthorizationData): Observable; resend(id: string): Observable; update(id: string, data: InviteData): Observable; delete(id: string): Observable; notifyChanged(id?: string): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class InviteDetailComponent implements OnInit, OnDestroy { route: ActivatedRoute; private router; private logger; private inviteService; private dialogService; private messageService; private spaControl; private transloco; private $subscriptions; loading: boolean; loadingClaimCode: boolean; resending: boolean; emailEnabled: boolean; saving: boolean; model: InviteModel; canManage$: Observable; constructor(route: ActivatedRoute, router: Router, logger: Logger, inviteService: InviteService, dialogService: DialogService, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService); ngOnInit(): void; load(): void; resend(): void; getClaimCode(): void; getAccessLink(): void; delete(): void; isRootSubscription(sub: string): boolean; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class InviteEditComponent implements OnInit, OnDestroy, CanComponentDeactivate { private route; private router; private logger; private fb; private dialogService; private inviteService; private messageService; private spaControl; private transloco; private listOfRoles; private $toUnsubscribe; form: UntypedFormGroup; model: InviteModel; saving: boolean; loading: boolean; private closing; constructor(route: ActivatedRoute, router: Router, logger: Logger, fb: UntypedFormBuilder, dialogService: DialogService, inviteService: InviteService, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService, listOfRoles: string[]); get roles(): UntypedFormArray; createForm(): void; private getRolesFromModel; resetForm(): void; ngOnInit(): void; private validateRoles; getErrorMessage(formControlName: string): string; onSubmit(): void; canDeactivate(): true | Promise; discard(): void; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class InviteListComponent implements OnInit { private logger; inviteService: InviteService; private spaControl; columnsToDisplay$: Observable; constructor(logger: Logger, inviteService: InviteService, spaControl: SpaControlService); ngOnInit(): void; isRootSubscription(sub: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class LacunaFooterComponent implements OnInit { loading: boolean; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class LanguageButtonComponent implements OnInit, OnDestroy { private logger; private translocoService; private dialogService; private $toUnsubscribe; btnClass: string; currentLang: string; constructor(logger: Logger, translocoService: TranslocoService, dialogService: DialogService); ngOnInit(): void; openLangSelector(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class LanguageSelectorComponent implements OnInit { router: Router; spaLanguage: SpaLanguageService; private languageRouteEnabled; availableLanguages: string[]; constructor(router: Router, spaLanguage: SpaLanguageService, languageRouteEnabled: boolean); ngOnInit(): void; changeLanguage(newLang: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NoAccessComponent implements OnInit { private spaControl; private http; private dialogService; private transloco; siteName: any; userName: string; loading: boolean; constructor(spaControl: SpaControlService, http: HttpClient, dialogService: DialogService, transloco: TranslocoService); ngOnInit(): void; claimAccess(claimCode: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class PrivateAreaComponent implements OnInit { constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class PropComponent implements OnInit { label: string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class RootComponent implements OnInit { private router; private logger; private spaControl; private routeHelper; private googleAnalyticsService; private spaLanguage; private languageRouteEnabled; private asyncInit; readonly useInvisibleCaptcha: boolean; loading: boolean; constructor(router: Router, logger: Logger, spaControl: SpaControlService, routeHelper: RouteHelperService, googleAnalyticsService: GoogleAnalyticsService, spaLanguage: SpaLanguageService, languageRouteEnabled: boolean, asyncInit: boolean); ngOnInit(): void; trackSpaPagesOnAnalytics(): void; watchLanguageOnRoutes(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ServiceUnavailableComponent implements OnInit { constructor(); ngOnInit(): void; tryAgain(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SignInComponent implements OnInit { private spaControl; siteName: string; constructor(spaControl: SpaControlService); ngOnInit(): void; signIn(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SignOutComponent implements OnInit { constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubmitButtonComponent implements OnInit { form: UntypedFormGroup; disabled: boolean; submit: EventEmitter; constructor(); ngOnInit(): void; onButtonClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubscriptionService implements SearchService { protected http: HttpClient; changed: Observable; protected cache: SubscriptionModel[]; protected changedSubject: Subject; constructor(http: HttpClient); list(): Observable; create(data: SubscriptionData): Observable; get(id: string): Observable; update(id: string, data: SubscriptionData): Observable; checkNameAvailable(name: string, id?: string): Observable; protected updateCache(m: SubscriptionModel, notifyChanged: boolean): void; protected notifyChanged(id: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SubscriptionCreateComponent implements OnInit, CanComponentDeactivate { route: ActivatedRoute; private router; private logger; private dialogService; private subscriptionService; private messageService; private transloco; saving: boolean; closing: boolean; subscriptionGender: GrammaticalGender; private formComponent; constructor(route: ActivatedRoute, router: Router, logger: Logger, dialogService: DialogService, subscriptionService: SubscriptionService, messageService: MessageService, transloco: TranslocoService); ngOnInit(): void; onSubmit(data: SubscriptionData): void; canDeactivate(): true | Promise; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubscriptionDetailComponent implements OnInit, OnDestroy { route: ActivatedRoute; private router; private logger; private subscriptionService; model: SubscriptionModel; loading: boolean; hasParentIntegration: boolean; private $toUnsubscribe; constructor(route: ActivatedRoute, router: Router, logger: Logger, subscriptionService: SubscriptionService); ngOnInit(): void; load(): void; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubscriptionListComponent { subService: SubscriptionService; constructor(subService: SubscriptionService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubscriptionFormComponent implements OnInit { private fb; private logger; private subscriptionService; private transloco; form: UntypedFormGroup; private _model; get model(): SubscriptionModel; set model(value: SubscriptionModel); submitted: EventEmitter; get submitAction(): string; private hasParentIntegration; constructor(fb: UntypedFormBuilder, logger: Logger, subscriptionService: SubscriptionService, transloco: TranslocoService); createForm(): void; resetForm(): void; ngOnInit(): void; onSubmit(): void; getErrorMessage(formControlName: string): string; private checkNameAvailable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubscriptionEditComponent implements OnInit, CanComponentDeactivate { route: ActivatedRoute; private router; private logger; private dialogService; private subscriptionService; private messageService; private transloco; loading: boolean; saving: boolean; closing: boolean; model: SubscriptionModel; subscriptionGender: GrammaticalGender; private formComponent; constructor(route: ActivatedRoute, router: Router, logger: Logger, dialogService: DialogService, subscriptionService: SubscriptionService, messageService: MessageService, transloco: TranslocoService); ngOnInit(): void; onSubmit(data: SubscriptionData): void; canDeactivate(): true | Promise; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SubscriptionsComponent implements OnInit, OnDestroy { route: ActivatedRoute; private logger; private subService; private dialogService; private transloco; private $serviceChangeSubscription; hasParentIntegration: boolean; constructor(route: ActivatedRoute, logger: Logger, subService: SubscriptionService, dialogService: DialogService, transloco: TranslocoService); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SuccessPanelComponent implements OnInit { lottieConfig: AnimationOptions; private anim; private animationSpeed; constructor(); handleAnimation(anim: any): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UserAccessEditComponent implements OnInit, OnDestroy, CanComponentDeactivate { route: ActivatedRoute; private router; private logger; private fb; private dialogService; private messageService; private spaControl; private authManagementService; private transloco; private listOfRoles; private listOfUnassignableRoles; private userService; private $toUnsubscribe; form: UntypedFormGroup; saving: boolean; private closing; subscription: SubscriptionModel; loadingAccess: boolean; constructor(route: ActivatedRoute, router: Router, logger: Logger, fb: UntypedFormBuilder, dialogService: DialogService, messageService: MessageService, spaControl: SpaControlService, authManagementService: AuthManagementService, transloco: TranslocoService, listOfRoles: string[], listOfUnassignableRoles: string[], userService: UserService); get roles(): UntypedFormArray; clearRoles(): void; createForm(): void; private validateRoles; ngOnInit(): void; toggleCheckbox(r: AbstractControl): void; onSubmit(): void; canDeactivate(): true | Promise; close(): void; getErrorMessage(formControlName: string): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UserActionsComponent implements OnInit { route: ActivatedRoute; private router; private eventService; private logger; dataSource: PaginatedSearchService; constructor(route: ActivatedRoute, router: Router, eventService: EventService, logger: Logger); ngOnInit(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ParentRedirectService { private routeHelper; private router; private spaControl; route: ActivatedRoute; private dialogService; constructor(routeHelper: RouteHelperService, router: Router, spaControl: SpaControlService, route: ActivatedRoute, dialogService: DialogService); redirectToParent(redirectType: ChildRedirectTypes, userId?: string, subscriptions?: SubscriptionAccess[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class UserDetailComponent implements OnInit, OnDestroy { route: ActivatedRoute; private logger; private userService; private router; private spaControl; private messageService; private dialogService; private authManagementService; private parentRedirectService; private transloco; private agentService; private $toUnsubscribe; agentId: string; parentName: string; mode: UserModes; model: UserModel; loading: boolean; showSubs$: Observable; canManage$: Observable; canEdit$: Observable; canViewEvents$: Observable; canViewActions$: Observable; rootSubSelected$: Observable; cannotRevoke: boolean; revoking: boolean; parentIntegrationEnabled: boolean; subscriptionGender: GrammaticalGender; constructor(route: ActivatedRoute, logger: Logger, userService: UserService, router: Router, spaControl: SpaControlService, messageService: MessageService, dialogService: DialogService, authManagementService: AuthManagementService, parentRedirectService: ParentRedirectService, transloco: TranslocoService, agentService: AgentService); ngOnInit(): void; isParentUser(): boolean; load(): void; confirmRevoke(subId: string): void; navigateToUserDetail(): void; navigateToParentEditAccess(): void; revoke(): void; navigateToEditAccess(): void; editAccess(): void; close(): void; displayRootRoles(u: UserModel): string[]; displayRoles(sa: SubscriptionAccessModel): string[]; lock(): Promise; unlock(): Promise; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UserEditComponent implements OnInit, OnDestroy, CanComponentDeactivate { route: ActivatedRoute; private router; private logger; private fb; private dialogService; private messageService; private userService; private transloco; private $toUnsubscribe; form: UntypedFormGroup; model: UserModel; private closing; saving: boolean; loading: boolean; subscriptionGender: GrammaticalGender; constructor(route: ActivatedRoute, router: Router, logger: Logger, fb: UntypedFormBuilder, dialogService: DialogService, messageService: MessageService, userService: UserService, transloco: TranslocoService); createForm(): void; rebuildForm(): void; ngOnInit(): void; onSubmit(): void; canDeactivate(): true | Promise; close(): void; getErrorMessage(formControlName: string): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UserEventsComponent implements OnInit { route: ActivatedRoute; private router; private eventService; private logger; dataSource: SearchService; constructor(route: ActivatedRoute, router: Router, eventService: EventService, logger: Logger); ngOnInit(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UserInviteComponent implements OnInit, OnDestroy, CanComponentDeactivate { route: ActivatedRoute; private router; private logger; private fb; private dialogService; private messageService; private spaControl; private userService; private authManagementService; private inviteService; private transloco; private $toUnsubscribe; private $userChangesSubscription; form: UntypedFormGroup; saving: boolean; subscriptions: SubscriptionModel[]; filteredUsers: Observable; private closing; submitAction$: Observable; selectedSubscription: string; maxSubs: number; loadingUsers: boolean; waitingInput: boolean; subscriptionGender: GrammaticalGender; private readonly rootSub; constructor(route: ActivatedRoute, router: Router, logger: Logger, fb: UntypedFormBuilder, dialogService: DialogService, messageService: MessageService, spaControl: SpaControlService, userService: UserService, authManagementService: AuthManagementService, inviteService: InviteService, transloco: TranslocoService); get roles(): UntypedFormArray; clearRoles(): void; createForm(): void; private validateRoles; private validateUserControl; private validateUserNotInSub; getSubAccess(subId: string): SubscriptionAccess; ngOnInit(): void; displayFn(user?: UserModel): string | undefined; onSubmit(): void; canDeactivate(): true | Promise; close(): void; displaySubscription(): string; selectSubscription(): void; getErrorMessage(formControlName: string): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UserListComponent { private logger; userService: UserService; private route; private router; private spaControl; columnsToDisplay: string[]; showSubs$: Observable; rootSubSelected$: Observable; constructor(logger: Logger, userService: UserService, route: ActivatedRoute, router: Router, spaControl: SpaControlService); displayRootRoles(u: UserModel): string[]; displayRoles(sa: SubscriptionAccessModel): string[]; navigateToUser(e: UserModel): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class UsersComponent implements OnInit, OnDestroy { private router; route: ActivatedRoute; private logger; private spaControl; private parentRedirectService; private $toUnsubscribe; canManage$: Observable; canViewInvites$: Observable; parentIntegrationEnabled: boolean; constructor(router: Router, route: ActivatedRoute, logger: Logger, spaControl: SpaControlService, parentRedirectService: ParentRedirectService); ngOnInit(): void; navigateToInvite(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class AccessLockedComponent { showReturnToHomeButton: boolean; constructor(showReturnToHomeButton: boolean); goToHome(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface ServerSummary { id: string; name: string; startDate: string; lastHeartbeat: string; isHealthy: boolean; failedHealthCheck: string; } declare class ServerService { protected http: HttpClient; constructor(http: HttpClient); list(): rxjs.Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ServersListComponent implements OnInit { route: ActivatedRoute; private serverService; serversDataSource: ServerSummary[]; isLoading: boolean; constructor(route: ActivatedRoute, serverService: ServerService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SpaDialogTitleComponent { disableClose: boolean; customClose: boolean; closeClicked: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disableClose: any; static ngAcceptInputType_customClose: any; } declare class ClickableAreaComponent { trigger: EventEmitter; stretch: boolean; constructor(); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_stretch: any; } declare class LinkButtonComponent { trigger: EventEmitter; constructor(); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class AgentPipe implements PipeTransform { private agentLookupService; constructor(agentLookupService: AgentLookupService); transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class BreadcrumbPipe implements PipeTransform { private transloco; private getOverriddenBreadcrumbDisplayName; static translationMap: any; static langOfTranslationMap: string; static fallbackTranslationMap: any; static fallbackLanguage: string; latestTransformedValue: string | null; latestValue: NamedRoutes; latestLanguageUsed: string; constructor(transloco: TranslocoService, getOverriddenBreadcrumbDisplayName: GetBreadcrumbDisplayNameFunction); transform(value: NamedRoute): any; fetchFallbackTranslationInfo(): { fallbackTranslationMap: any; fallbackLanguage: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class CpfPipe implements PipeTransform { transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class EntityIconPipe implements PipeTransform { private getEntityIcon; constructor(getEntityIcon: GetEntityIconFunction); transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare const ENTITY_NOT_FOUND = -1; declare class EntityLookupService { private http; private logger; private lookupTasks; private lookupQueue; private lookupQueueChanged; constructor(http: HttpClient, logger: Logger); get(type: EntityTypes, id: string): Observable; private enqueueLookup; private getIndex; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class EntityNamePipe implements PipeTransform { private entityLookupService; constructor(entityLookupService: EntityLookupService); transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class EventTypePipe implements PipeTransform { private getEventTypeName; private transloco; constructor(getEventTypeName: GetEventTypeNameFunction, transloco: TranslocoService); transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class RolesPipe implements PipeTransform { private getRoleName; private transloco; constructor(getRoleName: GetRoleNameFunction, transloco: TranslocoService); getRoleFullName(role: any, rolesTranslationObj: any): any; transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SubscriptionPipe implements PipeTransform { private spaControl; private entityLookupService; private logger; constructor(spaControl: SpaControlService, entityLookupService: EntityLookupService, logger: Logger); transform(value: any, args?: any): Observable; getAliasOrName(subId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SafePipe implements PipeTransform { protected sanitizer: DomSanitizer; constructor(sanitizer: DomSanitizer); transform(value: any, type?: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } interface LocaleSensitivePipeArgs { value: any; locale: string; [otherArgs: string]: any; } declare abstract class LocaleSensitivePipe { protected spaLanguageService: SpaLanguageService; latestTransformedValue: string | null; latestArgsUsed: LocaleSensitivePipeArgs; get currentLocale(): string; constructor(spaLanguageService: SpaLanguageService); abstract transformFunction(args: LocaleSensitivePipeArgs): string | null; transformUsingCache(transformFunctionArgs: LocaleSensitivePipeArgs): string; checkIfArgsChanged(args: LocaleSensitivePipeArgs): boolean; } declare class SpaDatePipe extends LocaleSensitivePipe implements PipeTransform { private spaLanguage; private datePipe; constructor(spaLanguage: SpaLanguageService); transform(value: any, format?: string, timezone?: string, locale?: string): string | null; transformFunction(args: LocaleSensitivePipeArgs): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SpaCurrencyPipe extends LocaleSensitivePipe implements PipeTransform { private spaLanguage; private currencyPipe; constructor(spaLanguage: SpaLanguageService); transform(value: any, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): string | null; transformFunction(args: LocaleSensitivePipeArgs): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SpaDecimalPipe extends LocaleSensitivePipe implements PipeTransform { private spaLanguage; private decimalPipe; constructor(spaLanguage: SpaLanguageService); transform(value: any, digitsInfo?: string, locale?: string): string | null; transformFunction(args: LocaleSensitivePipeArgs): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SpaPercentPipe extends LocaleSensitivePipe implements PipeTransform { private spaLanguage; private percentPipe; constructor(spaLanguage: SpaLanguageService); transform(value: any, digitsInfo?: string, locale?: string): string | null; transformFunction(args: LocaleSensitivePipeArgs): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class DndDirective { filesDropped: EventEmitter; filesOver: EventEmitter; constructor(); onDragOver(evt: any): void; onDragLeave(evt: any): void; onDrop(evt: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class CaptchaValueAccessorDirective implements ControlValueAccessor, OnInit { private readonly captchaComponent; private onChange; private onTouched; private resolved; ngOnInit(): void; writeValue(_: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SpaDateInput implements MatFormFieldControl, ControlValueAccessor, OnDestroy, DoCheck { ngControl: NgControl; private parentForm; private parentFormGroup; parentFormField: MatFormField; private elementRef; private spaLanguage; private transloco; static nextId: number; $toUnsubscribe: Subscription[]; datePicker: MatDatepicker; dateInput: HTMLInputElement | ElementRef; hourInput: HTMLInputElement | ElementRef; minuteInput: HTMLInputElement | ElementRef; secondInput: HTMLInputElement | ElementRef; form: FormGroup; get value(): string; set value(date: string | Date); stateChanges: Subject; id: string; get placeholder(): string; set placeholder(plh: string); private _placeholder; focused: boolean; touched: boolean; get empty(): boolean; get shouldLabelFloat(): boolean; get required(): boolean; set required(req: BooleanInput); private _required; get disabled(): boolean; set disabled(value: BooleanInput); private _disabled; errorState: boolean; controlType: string; userAriaDescribedBy: string; describedBy: string; get dayStart(): boolean; set dayStart(value: BooleanInput); private _dayStart; get dayEnd(): boolean; set dayEnd(value: BooleanInput); private _dayEnd; get readonly(): boolean; set readonly(value: BooleanInput); private _readonly; get withTime(): boolean; set withTime(value: BooleanInput); private _withTime; get showSeconds(): boolean; set showSeconds(value: BooleanInput); private _showSeconds; get noTimeZone(): boolean; set noTimeZone(value: BooleanInput); private _noTimeZone; get hideClear(): boolean; set hideClear(value: BooleanInput); private _hideClear; get hidePicker(): boolean; set hidePicker(value: BooleanInput); private _hidePicker; private get hours(); private get minutes(); private get seconds(); stepHours: number; stepMinutes: number; stepSeconds: number; private currentLocale; constructor(fb: FormBuilder, ngControl: NgControl, parentForm: NgForm, parentFormGroup: FormGroupDirective, parentFormField: MatFormField, elementRef: ElementRef, spaLanguage: SpaLanguageService, transloco: TranslocoService); private getValueFromForm; onFocusIn(event: FocusEvent): void; onFocusOut(event: FocusEvent): void; onChange: (_: any) => void; onTouched: () => void; ngOnDestroy(): void; ngDoCheck(): void; private updateErrorState; setDescribedByIds(ids: string[]): void; onContainerClick(event: MouseEvent): void; writeValue(s: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; handleInput(): void; private setValueFromDate; private setDateValue; openPicker(): void; clear(): void; change(prop: string, up?: boolean): void; private getNextValueByProp; private formatTwoDigitTimeValue; selectInputIfCursorStart(e: KeyboardEvent, el: HTMLInputElement | ElementRef): void; selectInputIfCursorEnd(e: KeyboardEvent, el: HTMLInputElement | ElementRef, end: number): void; private getSelectedDate; onPaste(e: ClipboardEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } type MFLocale = ConstructorParameters[1]; interface IntlMessageFormatConfig { locales?: MFLocale; formats?: Partial; opts?: Options; enableCache?: boolean; } declare class TranslocoIntlMessageFormatModule { static forRoot(config?: IntlMessageFormatConfig): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare function playerFactory(): lottie_web.LottiePlayer; declare function initFactoryFunction(startup: StartupService): () => Promise; declare function initSpaTranslationFactoryFunction(spaLanguage: SpaLanguageService): () => Promise>; declare function onApiErrorFactoryFunction(errorHandlingService: SpaErrorHandlingService): OnApiErrorFunction; declare const DEFAULT_SPA_TRANSLOCO_CONFIG: TranslocoConfig; declare class LacunaSpaModule { static forRoot(params: LacunaSpaModuleParams): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } interface RouteComponents { homeComponent: Type; layoutComponent: Type; privateAreaComponent?: Type; signInComponent?: Type; signOutComponent?: Type; noAccessComponent?: Type; privateAreaUnavailableComponent?: Type; serviceUnavailableComponent?: Type; privateHomeComponent?: Type; eventsComponent?: Type; accessLockedComponent?: Type; subscriptionsComponent?: Type; subscriptionCreateComponent?: Type; subscriptionDetailComponent?: Type; subscriptionEditComponent?: Type; usersComponent?: Type; userInviteComponent?: Type; userDetailComponent?: Type; userEventsComponent?: Type; userActionsComponent?: Type; userEditComponent?: Type; userAccessEditComponent?: Type; inviteDetailComponent?: Type; inviteEditComponent?: Type; applicationsComponent?: Type; applicationCreateComponent?: Type; applicationDetailComponent?: Type; applicationEditComponent?: Type; applicationEventsComponent?: Type; applicationActionsComponent?: Type; applicationKeysComponent?: Type; applicationKeyCreateComponent?: Type; } interface IncrementalRouteTree { publicRoutes?: Routes; privateRoutes?: Routes; subscriptionRoutes?: Routes; sysAdminRoutes?: Routes; } declare function LacunaSpaRouteTree(routedComponents: RouteComponents, routesLevelsToIncrement: IncrementalRouteTree, homeGuard?: Type, childRedirectGuard?: Type, enableLanguageRoute?: boolean): Routes; declare function ManagementRoutes(routedComponents: RouteComponents): Routes; interface LookupRequestItem { type: EntityTypes; id: string; } interface LookupResponseItem { type: EntityTypes; id: string; name: string; } declare const LIST_OF_ROLES: InjectionToken; declare const LIST_OF_ROOT_ROLES: InjectionToken; declare const REQUIRED_ID_CLAIMS: InjectionToken; declare const ASYNC_INIT: InjectionToken; declare const ENTITY_NAVIGATOR: InjectionToken; declare const EVENT_VIEWER: InjectionToken; declare const GET_ENTITY_ICON: InjectionToken; declare const GET_EVENT_TYPE_NAME: InjectionToken; declare const GET_ROLE_NAME: InjectionToken; declare const LIST_OF_UNASSIGNABLE_ROLES: InjectionToken; declare const GET_BREADCRUMB_DISPLAY_NAME: InjectionToken; declare const ON_API_ERROR: InjectionToken; declare const LANGUAGE_ROUTE_ENABLED: InjectionToken; declare const LANGUAGE_TO_LOCALES_MAPPING: InjectionToken>; declare const OIDC_REDIRECT_PATH: InjectionToken>; declare const SPA_ACCESS_LOCKED_SHOW_RETURN_TO_HOME_BUTTON: InjectionToken>; declare const SPA_INVISIBLE_CAPTCHA_ENABLED: InjectionToken; declare class SpaValidators { static arrayMin(val: number): ValidatorFn; static optionalEmail(control: AbstractControl): ValidationErrors | null; static requiredEmail(control: AbstractControl): ValidationErrors | null; static cpf(control: AbstractControl): ValidationErrors | null; static cnpj(control: AbstractControl): ValidationErrors | null; } declare class StringUtils { static removeNonDigits(value: string): string; static toUpperCaseFirstLetter(value: string): string; static toLowerCaseFirstLetter(value: string): string; static htmlEncode(value: string): string; } declare class AccessLockedGuard implements CanActivate { private spaControl; private router; constructor(spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class AccessNotLockedGuard implements CanActivate { private spaControl; private router; constructor(spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class AuthenticatedGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ChildRedirectGuard { private logger; private router; constructor(logger: Logger, router: Router); canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ClaimAccessGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class FillSubscriptionGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class InitSuccessGuard { private logger; private startup; private router; constructor(logger: Logger, startup: StartupService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class InitErrorGuard { private logger; private startup; private router; constructor(logger: Logger, startup: StartupService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class NoAccessGuard { private logger; private spaControl; private router; private messageService; private transloco; constructor(logger: Logger, spaControl: SpaControlService, router: Router, messageService: MessageService, transloco: TranslocoService); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class NotAuthenticatedGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ParentIntegrationDisabledGuard { private logger; private router; constructor(logger: Logger, router: Router); canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class ParentIntegrationEnabledGuard { private logger; private router; constructor(logger: Logger, router: Router); canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class PrivateAccessGuard { private logger; private spaControl; private router; private authenticatedGuard; constructor(logger: Logger, spaControl: SpaControlService, router: Router, authenticatedGuard: AuthenticatedGuard); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class RootAccessGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SignOutGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SpaInitSuccessGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SpaInitErrorGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SubscriptionAccessGuard { private logger; private spaControl; private router; private messageService; private transloco; subscriptionGender: GrammaticalGender; theSubscription: string; constructor(logger: Logger, spaControl: SpaControlService, router: Router, messageService: MessageService, transloco: TranslocoService); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SubscriptionSelectedGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class TranslationLoadedGuard { private logger; private transloco; private languageRouteEnabled; constructor(logger: Logger, transloco: TranslocoService, languageRouteEnabled: boolean); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class UserAccessEditGuard { private logger; private spaControl; private router; constructor(logger: Logger, spaControl: SpaControlService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class GlobalSearchService { private logger; private subscriptionService; private userService; private appService; constructor(logger: Logger, subscriptionService: SubscriptionService, userService: UserService, appService: ApplicationService); search(query: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class GlobalSearchResult { type: EntityTypes; id: string; name: string; subscriptionId: string; constructor(type: EntityTypes, id: string, name: string, subscriptionId: string); } declare class HttpInterceptService { private logger; private spaApiHeadersService; private transloco; private onApiError; constructor(logger: Logger, spaApiHeadersService: SpaApiHeadersService, transloco: TranslocoService, onApiError: OnApiErrorFunction); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class AppHttpInterceptor implements HttpInterceptor { private interceptService; constructor(interceptService: HttpInterceptService); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class HttpTranslocoLoader implements TranslocoLoader { private http; private logger; private loadedSubject; loaded$: Observable>; constructor(http: HttpClient, logger: Logger); getTranslation(langPath: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class LatestEventsService implements OnDestroy, ObservableSearchService, SearchService { private logger; private http; private spaControl; private authManager; private $subscriptions; private changedSubject; changed: Observable; constructor(logger: Logger, http: HttpClient, spaControl: SpaControlService, authManager: AuthManagementService); list(): Observable; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SpaEntityNavigationService implements EntityNavigator { private router; private logger; private routeHelper; subManagementRouteUrl: string; inSysAdmin: boolean; constructor(router: Router, logger: Logger, routeHelper: RouteHelperService); navigate(entityType: EntityTypes, id: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { ASYNC_INIT, AccessLockedComponent, AccessLockedGuard, AccessNotLockedGuard, ActivatedNamedRouteCollection, AgentLookupService, AgentPipe, AgentService, AgentTypes, AppHttpInterceptor, ApplicationActionsComponent, ApplicationCreateComponent, ApplicationDetailComponent, ApplicationEditComponent, ApplicationEventsComponent, ApplicationKeyCreateComponent, ApplicationKeyService, ApplicationKeyServiceFactory, ApplicationKeysComponent, ApplicationListComponent, ApplicationService, ApplicationsComponent, AuthManagementService, AuthenticatedGuard, BoxComponent, BreadcrumbComponent, BreadcrumbNameComponent, BreadcrumbPipe, CanDeactivateGuard, CaptchaComponent, CaptchaProviders, CaptchaService, CaptchaValueAccessorDirective, ChildRedirectGuard, ChildRedirectTypes, ClaimAccessGuard, ClickableAreaComponent, CloseButtonComponent, Config, CookieStorageService, CpfPipe, DEFAULT_SPA_TRANSLOCO_CONFIG, DialogAlertComponent, DialogConfirmWithCheckboxComponent, DialogConfirmWithReasonComponent, DialogErrorMessagesComponent, DialogEventDetailsComponent, DialogFancyConfirmComponent, DialogLanguageSelectorComponent, DialogMobileAuthorizationRequiredComponent, DialogRootLoginComponent, DialogService, DialogShowValueComponent, DialogSubscriptionSelectorComponent, DialogUploadErrorComponent, DialogValidationResultsComponent, DialogViewFileComponent, DndDirective, DummyComponent, ENTITY_NAVIGATOR, ENTITY_NOT_FOUND, EVENT_VIEWER, EntityEventService, EntityIconPipe, EntityLookupService, EntityNamePipe, EntityTypes, ErrorCodes, EventEntityCellComponent, EventListComponent, EventService, EventTypePipe, EventTypes, EventsComponent, FileSizePipe, FileUploadError, FileUploadErrorInfo, FilesActionDirective, FilesComponent, FillSubscriptionGuard, GET_BREADCRUMB_DISPLAY_NAME, GET_ENTITY_ICON, GET_EVENT_TYPE_NAME, GET_ROLE_NAME, GlobalSearchResult, GlobalSearchService, GrammaticalGender, HttpInterceptService, HttpTranslocoLoader, InitErrorGuard, InitSuccessGuard, InviteDetailComponent, InviteEditComponent, InviteListComponent, InviteSendFailResons, InviteService, LANGUAGE_ROUTE_ENABLED, LANGUAGE_TO_LOCALES_MAPPING, LIST_OF_ROLES, LIST_OF_ROOT_ROLES, LIST_OF_UNASSIGNABLE_ROLES, LacunaFooterComponent, LacunaSpaModule, LacunaSpaRouteTree, LanguageButtonComponent, LanguageSelectorComponent, LatestEventsService, LinkButtonComponent, LocaleSensitivePipe, LogLevels, Logger, ManagementRoutes, MessageComponent, MessageService, NamedRoutes, NoAccessComponent, NoAccessGuard, NotAuthenticatedGuard, OIDC_REDIRECT_PATH, ON_API_ERROR, PaginatedEntityEventService, ParentIntegrationDisabledGuard, ParentIntegrationEnabledGuard, ParentRedirectService, Permissions, PrivateAccessGuard, PrivateAreaComponent, PrivateAreaUnavailableComponent, PropComponent, REQUIRED_ID_CLAIMS, Roles, RolesPipe, RootAccessGuard, RootComponent, RootLoginResult, RootRoles, RouteHelperService, SPA_ACCESS_LOCKED_SHOW_RETURN_TO_HOME_BUTTON, SPA_INVISIBLE_CAPTCHA_ENABLED, SafePipe, ServerService, ServersListComponent, ServiceUnavailableComponent, SignInComponent, SignOutComponent, SignOutGuard, SpaApiHeadersService, SpaConfiguration, SpaControlService, SpaCurrencyPipe, SpaDateInput, SpaDatePipe, SpaDecimalPipe, SpaDialogTitleComponent, SpaEntityNavigationService, SpaErrorHandlingService, SpaInitErrorGuard, SpaInitSuccessGuard, SpaLanguageService, SpaPercentPipe, SpaValidators, StartupService, StringUtils, SubmitButtonComponent, SubscriptionAccessGuard, SubscriptionCreateComponent, SubscriptionDetailComponent, SubscriptionEditComponent, SubscriptionFormComponent, SubscriptionListComponent, SubscriptionPipe, SubscriptionSelectedGuard, SubscriptionService, SubscriptionsComponent, SuccessPanelComponent, TranslationLoadedGuard, UploadEvent, UploadEventTypes, UploadService, UserAccessEditComponent, UserAccessEditGuard, UserActionsComponent, UserDetailComponent, UserEditComponent, UserEventsComponent, UserInviteComponent, UserListComponent, UserModes, UserProfile, UserService, UsersComponent, defaultSpaLangToLocalesMapping, defaultSpaLocale, initFactoryFunction, initSpaTranslationFactoryFunction, languageCodeMap, localeCodeMap, onApiErrorFactoryFunction, playerFactory }; export type { AgentBulkLookupResponse, AgentModel, ApiHeaders, ApplicationData, ApplicationKeyModel, ApplicationModel, AuthorizationData, CanComponentDeactivate, CaptchaConfigModel, CaptchaTicketModel, CaptchaTicketRequest, CheckSubscriptionNameAvailabilityResponse, CreateApplicationApiKeyRequest, CreateApplicationApiKeyResponse, CreateInviteResponse, DialogConfirmWithCheckboxResult, DialogConfirmWithReasonData, DialogConfirmWithReasonResult, EntityNavigator, EventModel, EventViewer, FaroAppIdentificationModel, FaroConfigModel, FileModel, GetBreadcrumbDisplayNameFunction, GetEntityIconFunction, GetEventTypeNameFunction, GetRoleNameFunction, IncrementalRouteTree, InviteAuthorizationData, InviteData, InviteModel, JwkModel, LabelsConfigModel, LacunaSpaModuleParams, LanguageName, LanguageParseResultFromUrl, LocaleSensitivePipeArgs, LookupRequestItem, LookupResponseItem, NamedRoute, OidcConfigModel, OnApiErrorFunction, Profile, RequiredIdClaims, RootAuthenticationRequest, RootAuthenticationResponse, RootAuthorizationData, RouteComponents, SpaConfigurationModel, SubShow, SubscriptionAccess, SubscriptionAccessModel, SubscriptionData, SubscriptionModel, SubscriptionPermissionsModel, UpdateAgentLockStatusRequest, UpdateFilesRequest, UploadInspectionModel, UploadInspectionResultModel, UploadModel, UserData, UserModel, UserPermissionsResponse, WebPkiConfig };