@openmfp/portal-ui-lib 0.194.26 → 0.194.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/openmfp-portal-ui-wc.js +1 -1
- package/assets/translation-files/de.json +1 -1
- package/assets/translation-files/en.json +1 -1
- package/fesm2022/openmfp-portal-ui-lib.mjs +81 -1
- package/fesm2022/openmfp-portal-ui-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/types/openmfp-portal-ui-lib.d.ts +23 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Type, EnvironmentProviders } from '@angular/core';
|
|
2
|
+
import { Type, EnvironmentProviders, OnInit } from '@angular/core';
|
|
3
3
|
import { Context } from '@luigi-project/client';
|
|
4
|
+
import { ActivatedRoute, Router, RouteReuseStrategy, ActivatedRouteSnapshot, DetachedRouteHandle, UrlHandlingStrategy, UrlTree } from '@angular/router';
|
|
4
5
|
import { HttpHeaders, HttpClient } from '@angular/common/http';
|
|
5
6
|
import { Observable } from 'rxjs';
|
|
6
|
-
import { RouteReuseStrategy, ActivatedRouteSnapshot, DetachedRouteHandle, UrlHandlingStrategy, UrlTree } from '@angular/router';
|
|
7
7
|
|
|
8
8
|
declare enum AuthEvent {
|
|
9
9
|
AUTH_SUCCESSFUL = "AuthSuccessful",
|
|
@@ -1060,6 +1060,26 @@ declare class PortalComponent {
|
|
|
1060
1060
|
static ɵcmp: i0.ɵɵComponentDeclaration<PortalComponent, "app-portal", never, {}, {}, never, never, true, never>;
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
|
+
declare class ErrorScreenComponent implements OnInit {
|
|
1064
|
+
private route;
|
|
1065
|
+
private router;
|
|
1066
|
+
private luigiCoreService;
|
|
1067
|
+
private i18nService;
|
|
1068
|
+
title: i0.WritableSignal<string>;
|
|
1069
|
+
subtitle: i0.WritableSignal<string>;
|
|
1070
|
+
buttonText: i0.WritableSignal<string>;
|
|
1071
|
+
icon: i0.WritableSignal<string>;
|
|
1072
|
+
code: i0.WritableSignal<string>;
|
|
1073
|
+
message: i0.WritableSignal<string>;
|
|
1074
|
+
expandedByDefault: i0.WritableSignal<boolean>;
|
|
1075
|
+
errorDetailsLabel: i0.WritableSignal<string>;
|
|
1076
|
+
constructor(route: ActivatedRoute, router: Router, luigiCoreService: LuigiCoreService, i18nService: I18nService);
|
|
1077
|
+
ngOnInit(): Promise<void>;
|
|
1078
|
+
goHome(): void;
|
|
1079
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorScreenComponent, never>;
|
|
1080
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorScreenComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1063
1083
|
declare class CustomReuseStrategy implements RouteReuseStrategy {
|
|
1064
1084
|
shouldDetach(route: ActivatedRouteSnapshot): boolean;
|
|
1065
1085
|
store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandle | null): void;
|
|
@@ -1077,5 +1097,5 @@ declare class PreserveQueryParamsUrlHandlingStrategy implements UrlHandlingStrat
|
|
|
1077
1097
|
merge(newUrlPart: UrlTree, wholeUrl: UrlTree): UrlTree;
|
|
1078
1098
|
}
|
|
1079
1099
|
|
|
1080
|
-
export { AppSwitcherConfigServiceImpl, AuthConfigService, AuthEvent, AuthService, ConfigService, CustomMessageListenersService, CustomReuseStrategy, DefaultNavigationRedirectStrategy, DefaultUserProfileConfigService, ERROR_COMPONENT_CONFIG, EntityType, EnvConfigService, GlobalContextConfigService, HEADER_BAR_CONFIG_SERVICE_INJECTION_TOKEN, HeaderBarService, I18nService, IframeService, LOCAL_CONFIGURATION_SERVICE_INJECTION_TOKEN, LUIGI_APP_SWITCHER_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_AUTH_EVENTS_CALLBACKS_SERVICE_INJECTION_TOKEN, LUIGI_BREADCRUMB_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_CUSTOM_MESSAGE_LISTENERS_INJECTION_TOKEN, LUIGI_CUSTOM_NODE_CONTEXT_PROCESSING_SERVICE_INJECTION_TOKEN, LUIGI_CUSTOM_NODE_PROCESSING_SERVICE_INJECTION_TOKEN, LUIGI_EXTENDED_GLOBAL_CONTEXT_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_GLOBAL_SEARCH_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_NODES_CUSTOM_GLOBAL_SERVICE_INJECTION_TOKEN, LUIGI_NODE_CHANGE_HOOK_SERVICE_INJECTION_TOKEN, LUIGI_ROUTING_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_STATIC_SETTINGS_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_USER_PROFILE_CONFIG_SERVICE_INJECTION_TOKEN, LocalConfigurationServiceImpl, LocalNodesService, LocalStorageKeys, LoginEventService, LoginEventType, LuigiCoreService, LuigiNodesService, NAVIGATION_REDIRECT_STRATEGY_INJECTION_TOKEN, NavHeaderService, NetworkVisibility, NodeContextProcessingServiceImpl, NodeUtilsService, PortalComponent, PreserveQueryParamsUrlHandlingStrategy, RequestHeadersService, RoutingConfigServiceImpl, SessionRefreshService, StaticSettingsConfigServiceImpl, THEMING_SERVICE, UserSettingsConfigService, featureToggleLocalStorage, localDevelopmentSettingsLocalStorage, matchesJMESPath, providePortal, transformLegacyBacktickLiterals, userSettingsLocalStorage };
|
|
1100
|
+
export { AppSwitcherConfigServiceImpl, AuthConfigService, AuthEvent, AuthService, ConfigService, CustomMessageListenersService, CustomReuseStrategy, DefaultNavigationRedirectStrategy, DefaultUserProfileConfigService, ERROR_COMPONENT_CONFIG, EntityType, EnvConfigService, ErrorScreenComponent, GlobalContextConfigService, HEADER_BAR_CONFIG_SERVICE_INJECTION_TOKEN, HeaderBarService, I18nService, IframeService, LOCAL_CONFIGURATION_SERVICE_INJECTION_TOKEN, LUIGI_APP_SWITCHER_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_AUTH_EVENTS_CALLBACKS_SERVICE_INJECTION_TOKEN, LUIGI_BREADCRUMB_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_CUSTOM_MESSAGE_LISTENERS_INJECTION_TOKEN, LUIGI_CUSTOM_NODE_CONTEXT_PROCESSING_SERVICE_INJECTION_TOKEN, LUIGI_CUSTOM_NODE_PROCESSING_SERVICE_INJECTION_TOKEN, LUIGI_EXTENDED_GLOBAL_CONTEXT_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_GLOBAL_SEARCH_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_NODES_CUSTOM_GLOBAL_SERVICE_INJECTION_TOKEN, LUIGI_NODE_CHANGE_HOOK_SERVICE_INJECTION_TOKEN, LUIGI_ROUTING_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_STATIC_SETTINGS_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_USER_PROFILE_CONFIG_SERVICE_INJECTION_TOKEN, LocalConfigurationServiceImpl, LocalNodesService, LocalStorageKeys, LoginEventService, LoginEventType, LuigiCoreService, LuigiNodesService, NAVIGATION_REDIRECT_STRATEGY_INJECTION_TOKEN, NavHeaderService, NetworkVisibility, NodeContextProcessingServiceImpl, NodeUtilsService, PortalComponent, PreserveQueryParamsUrlHandlingStrategy, RequestHeadersService, RoutingConfigServiceImpl, SessionRefreshService, StaticSettingsConfigServiceImpl, THEMING_SERVICE, UserSettingsConfigService, featureToggleLocalStorage, localDevelopmentSettingsLocalStorage, matchesJMESPath, providePortal, transformLegacyBacktickLiterals, userSettingsLocalStorage };
|
|
1081
1101
|
export type { AppSwitcherConfigService, AuthData, AuthTokenData, BreadcrumbBadge, BreadcrumbBadgeColorSchema, ClientEnvironment, Config, ContentConfiguration, CustomGlobalNodesService, CustomMessageListener, CustomNodeProcessingService, Dictionary, EntityConfig, EntityContext, EntityDefinition, ErrorComponentConfig, ExternalLink, GlobalSearchConfigService, HeaderBarConfig, HeaderBarConfigService, HelpContext, IntentSpecification, LocalConfigurationService, LocalDevelopmentSettings, LoginEvent, LuigiAppConfig, LuigiAuthEventsCallbacksService, LuigiBadgeCounter, LuigiBreadcrumb, LuigiConfig, LuigiConfigData, LuigiConfigFragment, LuigiCustomMessage, LuigiExtendedGlobalContextConfigService, LuigiGlobalContext, LuigiIntent, LuigiNavigationConfig, LuigiNode, LuigiNodeCategory, LuigiNodeDefaults, LuigiNodeIFramePermissions, LuigiStaticSettings, LuigiStatusBadge, LuigiUserSetting, LuigiUserSettings, LuigiUserSettingsGroup, MessageListener, MessageListeners, NavHeader, NavigationRedirectStrategy, NodeChangeHookConfigService, NodeContext, NodeContextProcessingService, NodeItem, OpenNodeInModal, PortalConfig, PortalContext, PortalLuigiNodeExtensions, PortalOptions, RendererFn, RoutingConfigService, ServiceProvider, StaticSettingsConfigService, Theme, ThemingService, UserData, UserProfile, UserProfileConfigService, UserProfileItem, UserSettings, UserSettingsValues, UserTokenData, ViewGroup };
|