@openmfp/portal-ui-lib 0.194.21 → 0.194.23

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.
@@ -9,7 +9,7 @@ import { jwtDecode } from 'jwt-decode';
9
9
  import isEqual from 'lodash.isequal';
10
10
  import oAuth2 from '@luigi-project/plugin-auth-oauth2';
11
11
  import { filter as filter$1 } from 'rxjs/operators';
12
- import { search } from 'jmespath';
12
+ import { search } from '@jmespath-community/jmespath';
13
13
  import isMatch from 'lodash.ismatch';
14
14
  import { $localize } from '@angular/localize/init';
15
15
 
@@ -127,10 +127,10 @@ class LuigiCoreService {
127
127
  setCurrentLocale(language) {
128
128
  luigi.i18n().setCurrentLocale(language);
129
129
  }
130
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiCoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
131
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiCoreService, providedIn: 'root' }); }
130
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiCoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
131
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiCoreService, providedIn: 'root' }); }
132
132
  }
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiCoreService, decorators: [{
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiCoreService, decorators: [{
134
134
  type: Injectable,
135
135
  args: [{
136
136
  providedIn: 'root',
@@ -187,10 +187,10 @@ class RequestHeadersService {
187
187
  headers: headers.append('authorization', 'Bearer ' + authData.idToken),
188
188
  };
189
189
  }
190
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RequestHeadersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
191
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RequestHeadersService, providedIn: 'root' }); }
190
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: RequestHeadersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
191
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: RequestHeadersService, providedIn: 'root' }); }
192
192
  }
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RequestHeadersService, decorators: [{
193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: RequestHeadersService, decorators: [{
194
194
  type: Injectable,
195
195
  args: [{
196
196
  providedIn: 'root',
@@ -252,10 +252,10 @@ class ConfigService {
252
252
  clearEntityConfigCache() {
253
253
  this.entityConfigCache = {};
254
254
  }
255
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ConfigService, deps: [{ token: i1.HttpClient }, { token: RequestHeadersService }], target: i0.ɵɵFactoryTarget.Injectable }); }
256
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
255
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ConfigService, deps: [{ token: i1.HttpClient }, { token: RequestHeadersService }], target: i0.ɵɵFactoryTarget.Injectable }); }
256
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
257
257
  }
258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ConfigService, decorators: [{
258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ConfigService, decorators: [{
259
259
  type: Injectable,
260
260
  args: [{
261
261
  providedIn: 'root',
@@ -327,10 +327,10 @@ class AuthService {
327
327
  const expiresIn = Number(expiresInSeconds);
328
328
  return new Date().getTime() + expiresIn * 1000;
329
329
  }
330
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
331
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AuthService, providedIn: 'root' }); }
330
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
331
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AuthService, providedIn: 'root' }); }
332
332
  }
333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AuthService, decorators: [{
333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AuthService, decorators: [{
334
334
  type: Injectable,
335
335
  args: [{
336
336
  providedIn: 'root',
@@ -350,10 +350,10 @@ class EnvConfigService {
350
350
  .pipe(tap((result) => (this.envConfigCache = result))));
351
351
  return this.envConfigCache;
352
352
  }
353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: EnvConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
354
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: EnvConfigService, providedIn: 'root' }); }
353
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: EnvConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
354
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: EnvConfigService, providedIn: 'root' }); }
355
355
  }
356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: EnvConfigService, decorators: [{
356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: EnvConfigService, decorators: [{
357
357
  type: Injectable,
358
358
  args: [{
359
359
  providedIn: 'root',
@@ -375,10 +375,10 @@ class LocalNodesService {
375
375
  contentConfigurations,
376
376
  }));
377
377
  }
378
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LocalNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
379
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LocalNodesService, providedIn: 'root' }); }
378
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LocalNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
379
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LocalNodesService, providedIn: 'root' }); }
380
380
  }
381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LocalNodesService, decorators: [{
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LocalNodesService, decorators: [{
382
382
  type: Injectable,
383
383
  args: [{
384
384
  providedIn: 'root',
@@ -422,10 +422,10 @@ class GlobalContextConfigService {
422
422
  token: this.authService.getToken(),
423
423
  };
424
424
  }
425
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: GlobalContextConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
426
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: GlobalContextConfigService, providedIn: 'root' }); }
425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: GlobalContextConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
426
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: GlobalContextConfigService, providedIn: 'root' }); }
427
427
  }
428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: GlobalContextConfigService, decorators: [{
428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: GlobalContextConfigService, decorators: [{
429
429
  type: Injectable,
430
430
  args: [{ providedIn: 'root' }]
431
431
  }] });
@@ -453,10 +453,10 @@ class SessionRefreshService {
453
453
  this.luigiCoreService.setAuthData(this.authService.getAuthData());
454
454
  this.luigiCoreService.setGlobalContext(await this.navigationGlobalContextConfigService.getGlobalContext(), true);
455
455
  }
456
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: SessionRefreshService, deps: [{ token: AuthService }, { token: LuigiCoreService }, { token: GlobalContextConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
457
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: SessionRefreshService, providedIn: 'root' }); }
456
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: SessionRefreshService, deps: [{ token: AuthService }, { token: LuigiCoreService }, { token: GlobalContextConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
457
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: SessionRefreshService, providedIn: 'root' }); }
458
458
  }
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: SessionRefreshService, decorators: [{
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: SessionRefreshService, decorators: [{
460
460
  type: Injectable,
461
461
  args: [{ providedIn: 'root' }]
462
462
  }], ctorParameters: () => [{ type: AuthService }, { type: LuigiCoreService }, { type: GlobalContextConfigService }] });
@@ -629,10 +629,10 @@ class I18nService {
629
629
  return languages;
630
630
  }
631
631
  }
632
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
633
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: I18nService, providedIn: 'root' }); }
632
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
633
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: I18nService, providedIn: 'root' }); }
634
634
  }
635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: I18nService, decorators: [{
635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: I18nService, decorators: [{
636
636
  type: Injectable,
637
637
  args: [{
638
638
  providedIn: 'root',
@@ -654,10 +654,10 @@ class LoginEventService {
654
654
  loginEvent(event) {
655
655
  this.events.next(event);
656
656
  }
657
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LoginEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
658
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LoginEventService, providedIn: 'root' }); }
657
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LoginEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
658
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LoginEventService, providedIn: 'root' }); }
659
659
  }
660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LoginEventService, decorators: [{
660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LoginEventService, decorators: [{
661
661
  type: Injectable,
662
662
  args: [{ providedIn: 'root' }]
663
663
  }] });
@@ -789,10 +789,10 @@ class DefaultNavigationRedirectStrategy {
789
789
  clearRedirectUrl() {
790
790
  localStorage.setItem(LocalStorageKeys.LAST_NAVIGATION_URL, '');
791
791
  }
792
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: DefaultNavigationRedirectStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
793
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: DefaultNavigationRedirectStrategy }); }
792
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: DefaultNavigationRedirectStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
793
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: DefaultNavigationRedirectStrategy }); }
794
794
  }
795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: DefaultNavigationRedirectStrategy, decorators: [{
795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: DefaultNavigationRedirectStrategy, decorators: [{
796
796
  type: Injectable
797
797
  }] });
798
798
 
@@ -858,10 +858,10 @@ class IframeService {
858
858
  }
859
859
  return src;
860
860
  }
861
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IframeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
862
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IframeService, providedIn: 'root' }); }
861
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: IframeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
862
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: IframeService, providedIn: 'root' }); }
863
863
  }
864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IframeService, decorators: [{
864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: IframeService, decorators: [{
865
865
  type: Injectable,
866
866
  args: [{
867
867
  providedIn: 'root',
@@ -914,10 +914,10 @@ class StaticSettingsConfigServiceImpl {
914
914
  ...(await this.customStaticSettingsConfigService?.getStaticSettingsConfig()),
915
915
  };
916
916
  }
917
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: StaticSettingsConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
918
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: StaticSettingsConfigServiceImpl, providedIn: 'root' }); }
917
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: StaticSettingsConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
918
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: StaticSettingsConfigServiceImpl, providedIn: 'root' }); }
919
919
  }
920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: StaticSettingsConfigServiceImpl, decorators: [{
920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: StaticSettingsConfigServiceImpl, decorators: [{
921
921
  type: Injectable,
922
922
  args: [{
923
923
  providedIn: 'root',
@@ -939,10 +939,10 @@ class ReloadLuigiConfigListener {
939
939
  await this.configService.reloadConfig(customMessage.entity, customMessage.context);
940
940
  this.luigiCoreService.resetLuigi();
941
941
  }
942
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ReloadLuigiConfigListener, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
943
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ReloadLuigiConfigListener, providedIn: 'root' }); }
942
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ReloadLuigiConfigListener, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
943
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ReloadLuigiConfigListener, providedIn: 'root' }); }
944
944
  }
945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ReloadLuigiConfigListener, decorators: [{
945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ReloadLuigiConfigListener, decorators: [{
946
946
  type: Injectable,
947
947
  args: [{
948
948
  providedIn: 'root',
@@ -958,7 +958,10 @@ class CustomMessageListenersService {
958
958
  constructor(messageListeners, customMessageListeners) {
959
959
  this.messageListeners = messageListeners;
960
960
  this.customMessageListeners = customMessageListeners;
961
- this.listeners = [this.messageListeners, ...(this.customMessageListeners || []).filter((l) => !!l)];
961
+ this.listeners = [
962
+ this.messageListeners,
963
+ ...(this.customMessageListeners || []).filter((l) => !!l),
964
+ ];
962
965
  }
963
966
  /**
964
967
  * An object containing the property 'listeners' in which the message-id and listener assignments are made.
@@ -976,10 +979,10 @@ class CustomMessageListenersService {
976
979
  }
977
980
  return result;
978
981
  }
979
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: CustomMessageListenersService, deps: [{ token: ReloadLuigiConfigListener }, { token: LUIGI_CUSTOM_MESSAGE_LISTENERS_INJECTION_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
980
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: CustomMessageListenersService, providedIn: 'root' }); }
982
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: CustomMessageListenersService, deps: [{ token: ReloadLuigiConfigListener }, { token: LUIGI_CUSTOM_MESSAGE_LISTENERS_INJECTION_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
983
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: CustomMessageListenersService, providedIn: 'root' }); }
981
984
  }
982
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: CustomMessageListenersService, decorators: [{
985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: CustomMessageListenersService, decorators: [{
983
986
  type: Injectable,
984
987
  args: [{
985
988
  providedIn: 'root',
@@ -1012,10 +1015,10 @@ class DependenciesVersionsService {
1012
1015
  return acc;
1013
1016
  }, {});
1014
1017
  }
1015
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: DependenciesVersionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1016
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: DependenciesVersionsService, providedIn: 'root' }); }
1018
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: DependenciesVersionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1019
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: DependenciesVersionsService, providedIn: 'root' }); }
1017
1020
  }
1018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: DependenciesVersionsService, decorators: [{
1021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: DependenciesVersionsService, decorators: [{
1019
1022
  type: Injectable,
1020
1023
  args: [{ providedIn: 'root' }]
1021
1024
  }] });
@@ -1248,10 +1251,10 @@ class UserSettingsConfigService {
1248
1251
  catch (error) { }
1249
1252
  return versions;
1250
1253
  }
1251
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: UserSettingsConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1252
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: UserSettingsConfigService, providedIn: 'root' }); }
1254
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: UserSettingsConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1255
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: UserSettingsConfigService, providedIn: 'root' }); }
1253
1256
  }
1254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: UserSettingsConfigService, decorators: [{
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: UserSettingsConfigService, decorators: [{
1255
1258
  type: Injectable,
1256
1259
  args: [{ providedIn: 'root' }]
1257
1260
  }] });
@@ -1278,10 +1281,10 @@ class NodeUtilsService {
1278
1281
  return this.luigiCoreService.isFeatureToggleActive(ft);
1279
1282
  });
1280
1283
  }
1281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeUtilsService, deps: [{ token: LuigiCoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1282
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeUtilsService, providedIn: 'root' }); }
1284
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeUtilsService, deps: [{ token: LuigiCoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1285
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeUtilsService, providedIn: 'root' }); }
1283
1286
  }
1284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeUtilsService, decorators: [{
1287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeUtilsService, decorators: [{
1285
1288
  type: Injectable,
1286
1289
  args: [{ providedIn: 'root' }]
1287
1290
  }], ctorParameters: () => [{ type: LuigiCoreService }] });
@@ -1336,10 +1339,10 @@ class AppSwitcherConfigServiceImpl {
1336
1339
  });
1337
1340
  return items?.length === 1 ? [] : items;
1338
1341
  }
1339
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AppSwitcherConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1340
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AppSwitcherConfigServiceImpl, providedIn: 'root' }); }
1342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AppSwitcherConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1343
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AppSwitcherConfigServiceImpl, providedIn: 'root' }); }
1341
1344
  }
1342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AppSwitcherConfigServiceImpl, decorators: [{
1345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AppSwitcherConfigServiceImpl, decorators: [{
1343
1346
  type: Injectable,
1344
1347
  args: [{ providedIn: 'root' }]
1345
1348
  }] });
@@ -1411,10 +1414,10 @@ class HeaderBarService {
1411
1414
  leftContainer.style.flexGrow = '1';
1412
1415
  return { rightContainer, leftContainer };
1413
1416
  }
1414
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: HeaderBarService, deps: [{ token: HEADER_BAR_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1415
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: HeaderBarService, providedIn: 'root' }); }
1417
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: HeaderBarService, deps: [{ token: HEADER_BAR_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1418
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: HeaderBarService, providedIn: 'root' }); }
1416
1419
  }
1417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: HeaderBarService, decorators: [{
1420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: HeaderBarService, decorators: [{
1418
1421
  type: Injectable,
1419
1422
  args: [{ providedIn: 'root' }]
1420
1423
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -1487,10 +1490,10 @@ class AuthConfigService {
1487
1490
  },
1488
1491
  };
1489
1492
  }
1490
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AuthConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1491
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AuthConfigService, providedIn: 'root' }); }
1493
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AuthConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1494
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AuthConfigService, providedIn: 'root' }); }
1492
1495
  }
1493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AuthConfigService, decorators: [{
1496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: AuthConfigService, decorators: [{
1494
1497
  type: Injectable,
1495
1498
  args: [{
1496
1499
  providedIn: 'root',
@@ -1641,10 +1644,10 @@ class LocalConfigurationServiceImpl {
1641
1644
  .concat(initialConfigurations);
1642
1645
  return configurations;
1643
1646
  }
1644
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LocalConfigurationServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1645
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LocalConfigurationServiceImpl, providedIn: 'root' }); }
1647
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LocalConfigurationServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1648
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LocalConfigurationServiceImpl, providedIn: 'root' }); }
1646
1649
  }
1647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LocalConfigurationServiceImpl, decorators: [{
1650
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LocalConfigurationServiceImpl, decorators: [{
1648
1651
  type: Injectable,
1649
1652
  args: [{
1650
1653
  providedIn: 'root',
@@ -1728,10 +1731,10 @@ class LuigiNodesService {
1728
1731
  clearNodeCache() {
1729
1732
  this.configService.clearEntityConfigCache();
1730
1733
  }
1731
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1732
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiNodesService, providedIn: 'root' }); }
1734
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1735
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiNodesService, providedIn: 'root' }); }
1733
1736
  }
1734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiNodesService, decorators: [{
1737
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiNodesService, decorators: [{
1735
1738
  type: Injectable,
1736
1739
  args: [{
1737
1740
  providedIn: 'root',
@@ -1790,10 +1793,10 @@ class NavHeaderService {
1790
1793
  tempSpan.textContent = inputString;
1791
1794
  return tempSpan.innerHTML;
1792
1795
  }
1793
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavHeaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1794
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavHeaderService, providedIn: 'root' }); }
1796
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavHeaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1797
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavHeaderService, providedIn: 'root' }); }
1795
1798
  }
1796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavHeaderService, decorators: [{
1799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavHeaderService, decorators: [{
1797
1800
  type: Injectable,
1798
1801
  args: [{ providedIn: 'root' }]
1799
1802
  }] });
@@ -1809,10 +1812,10 @@ class NodeContextProcessingServiceImpl {
1809
1812
  async defaultProcessNodeContext(entityId, entityNode, ctx) {
1810
1813
  entityNode.context.entityType = entityNode.defineEntity?.id;
1811
1814
  }
1812
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeContextProcessingServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1813
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeContextProcessingServiceImpl, providedIn: 'root' }); }
1815
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeContextProcessingServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1816
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeContextProcessingServiceImpl, providedIn: 'root' }); }
1814
1817
  }
1815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeContextProcessingServiceImpl, decorators: [{
1818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeContextProcessingServiceImpl, decorators: [{
1816
1819
  type: Injectable,
1817
1820
  args: [{ providedIn: 'root' }]
1818
1821
  }] });
@@ -1840,10 +1843,10 @@ class RoutingConfigServiceImpl {
1840
1843
  ...(this.customRoutingConfigService?.getRoutingConfig?.() || {}),
1841
1844
  };
1842
1845
  }
1843
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RoutingConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1844
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RoutingConfigServiceImpl, providedIn: 'root' }); }
1846
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: RoutingConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1847
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: RoutingConfigServiceImpl, providedIn: 'root' }); }
1845
1848
  }
1846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RoutingConfigServiceImpl, decorators: [{
1849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: RoutingConfigServiceImpl, decorators: [{
1847
1850
  type: Injectable,
1848
1851
  args: [{ providedIn: 'root' }]
1849
1852
  }] });
@@ -1917,10 +1920,10 @@ class NavigationService {
1917
1920
  getRedirectUrl() {
1918
1921
  return this.navigationRedirectStrategy.getRedirectUrl();
1919
1922
  }
1920
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationService, deps: [{ token: i1$1.Router }, { token: AuthService }, { token: LoginEventService }, { token: NAVIGATION_REDIRECT_STRATEGY_INJECTION_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
1921
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationService, providedIn: 'root' }); }
1923
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavigationService, deps: [{ token: i1$1.Router }, { token: AuthService }, { token: LoginEventService }, { token: NAVIGATION_REDIRECT_STRATEGY_INJECTION_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
1924
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavigationService, providedIn: 'root' }); }
1922
1925
  }
1923
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationService, decorators: [{
1926
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavigationService, decorators: [{
1924
1927
  type: Injectable,
1925
1928
  args: [{
1926
1929
  providedIn: 'root',
@@ -1956,9 +1959,12 @@ class LogoutComponent {
1956
1959
  this.luigiCoreService = luigiCoreService;
1957
1960
  this.i18nService = i18nService;
1958
1961
  this.loginEventService = loginEventService;
1959
- this.headline = signal('', ...(ngDevMode ? [{ debugName: "headline" }] : /* istanbul ignore next */ []));
1960
- this.hint = signal('', ...(ngDevMode ? [{ debugName: "hint" }] : /* istanbul ignore next */ []));
1961
- this.btnText = signal('', ...(ngDevMode ? [{ debugName: "btnText" }] : /* istanbul ignore next */ []));
1962
+ this.headline = signal('', /* @ts-ignore */
1963
+ ...(ngDevMode ? [{ debugName: "headline" }] : /* istanbul ignore next */ []));
1964
+ this.hint = signal('', /* @ts-ignore */
1965
+ ...(ngDevMode ? [{ debugName: "hint" }] : /* istanbul ignore next */ []));
1966
+ this.btnText = signal('', /* @ts-ignore */
1967
+ ...(ngDevMode ? [{ debugName: "btnText" }] : /* istanbul ignore next */ []));
1962
1968
  }
1963
1969
  async ngOnInit() {
1964
1970
  this.luigiCoreService.ux().hideAppLoadingIndicator();
@@ -1999,10 +2005,10 @@ class LogoutComponent {
1999
2005
  hintInvalidTokenError: await this.i18nService.getTranslationAsync('INVALID_TOKEN_ERROR_HINT'),
2000
2006
  };
2001
2007
  }
2002
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LogoutComponent, deps: [{ token: i1$1.ActivatedRoute }, { token: LuigiCoreService }, { token: I18nService }, { token: LoginEventService }], target: i0.ɵɵFactoryTarget.Component }); }
2003
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: LogoutComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div class=\"fd-page\">\n <link rel=\"stylesheet\" href=\"/fundamental-styles/fundamental-styles.css\" />\n <div class=\"fd-page__content\">\n <div class=\"fd-container fd-container--centered\">\n <div class=\"content\">\n <span class=\"sap-icon--log\"></span>\n\n <div class=\"info\" data-e2e=\"logout-headline\">{{ headline() }}</div>\n <div class=\"hint\" data-e2e=\"logout-message\">{{ hint() }}</div>\n\n <p class=\"fd-has-text-align-center\">\n <button\n class=\"fd-button fd-button--action-bar fd-button--l\"\n (click)=\"login()\"\n >\n {{ btnText() }}\n </button>\n </p>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Light-full.woff) format(\"woff\");font-weight:300;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Light-full.woff2) format(\"woff2\");font-weight:300;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Bold-full.woff) format(\"woff\");font-weight:700;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Bold-full.woff2) format(\"woff2\");font-weight:700;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Regular-full.woff) format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Regular-full.woff2) format(\"woff2\");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons;src:url(/fundamental-styles/SAP-icons.woff) format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons;src:url(/fundamental-styles/SAP-icons.woff2) format(\"woff2\");font-weight:400;font-style:normal}body{margin:0}.sap-icon--log:before{font-size:150px;color:#a0a0a0}.fd-container--centered{text-align:center}a.fd-button{color:#fff}.fd-page{margin-top:32px;height:100vh;overflow-y:auto;overflow-x:hidden}.content{width:100%}.fd-has-text-align-center{text-align:center}.info,.hint{text-align:center;margin:0}.info{padding-top:30px;font-size:36px}.hint{font-size:18px;color:#6f7275;padding-bottom:30px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2008
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LogoutComponent, deps: [{ token: i1$1.ActivatedRoute }, { token: LuigiCoreService }, { token: I18nService }, { token: LoginEventService }], target: i0.ɵɵFactoryTarget.Component }); }
2009
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.1", type: LogoutComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div class=\"fd-page\">\n <link rel=\"stylesheet\" href=\"/fundamental-styles/fundamental-styles.css\" />\n <div class=\"fd-page__content\">\n <div class=\"fd-container fd-container--centered\">\n <div class=\"content\">\n <span class=\"sap-icon--log\"></span>\n\n <div class=\"info\" data-e2e=\"logout-headline\">{{ headline() }}</div>\n <div class=\"hint\" data-e2e=\"logout-message\">{{ hint() }}</div>\n\n <p class=\"fd-has-text-align-center\">\n <button\n class=\"fd-button fd-button--action-bar fd-button--l\"\n (click)=\"login()\"\n >\n {{ btnText() }}\n </button>\n </p>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Light-full.woff) format(\"woff\");font-weight:300;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Light-full.woff2) format(\"woff2\");font-weight:300;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Bold-full.woff) format(\"woff\");font-weight:700;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Bold-full.woff2) format(\"woff2\");font-weight:700;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Regular-full.woff) format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Regular-full.woff2) format(\"woff2\");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons;src:url(/fundamental-styles/SAP-icons.woff) format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons;src:url(/fundamental-styles/SAP-icons.woff2) format(\"woff2\");font-weight:400;font-style:normal}body{margin:0}.sap-icon--log:before{font-size:150px;color:#a0a0a0}.fd-container--centered{text-align:center}a.fd-button{color:#fff}.fd-page{margin-top:32px;height:100vh;overflow-y:auto;overflow-x:hidden}.content{width:100%}.fd-has-text-align-center{text-align:center}.info,.hint{text-align:center;margin:0}.info{padding-top:30px;font-size:36px}.hint{font-size:18px;color:#6f7275;padding-bottom:30px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2004
2010
  }
2005
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LogoutComponent, decorators: [{
2011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LogoutComponent, decorators: [{
2006
2012
  type: Component,
2007
2013
  args: [{ standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fd-page\">\n <link rel=\"stylesheet\" href=\"/fundamental-styles/fundamental-styles.css\" />\n <div class=\"fd-page__content\">\n <div class=\"fd-container fd-container--centered\">\n <div class=\"content\">\n <span class=\"sap-icon--log\"></span>\n\n <div class=\"info\" data-e2e=\"logout-headline\">{{ headline() }}</div>\n <div class=\"hint\" data-e2e=\"logout-message\">{{ hint() }}</div>\n\n <p class=\"fd-has-text-align-center\">\n <button\n class=\"fd-button fd-button--action-bar fd-button--l\"\n (click)=\"login()\"\n >\n {{ btnText() }}\n </button>\n </p>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Light-full.woff) format(\"woff\");font-weight:300;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Light-full.woff2) format(\"woff2\");font-weight:300;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Bold-full.woff) format(\"woff\");font-weight:700;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Bold-full.woff2) format(\"woff2\");font-weight:700;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Regular-full.woff) format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:\"72\";src:url(/fundamental-styles/72-Regular-full.woff2) format(\"woff2\");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons;src:url(/fundamental-styles/SAP-icons.woff) format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons;src:url(/fundamental-styles/SAP-icons.woff2) format(\"woff2\");font-weight:400;font-style:normal}body{margin:0}.sap-icon--log:before{font-size:150px;color:#a0a0a0}.fd-container--centered{text-align:center}a.fd-button{color:#fff}.fd-page{margin-top:32px;height:100vh;overflow-y:auto;overflow-x:hidden}.content{width:100%}.fd-has-text-align-center{text-align:center}.info,.hint{text-align:center;margin:0}.info{padding-top:30px;font-size:36px}.hint{font-size:18px;color:#6f7275;padding-bottom:30px}\n"] }]
2008
2014
  }], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: LuigiCoreService }, { type: I18nService }, { type: LoginEventService }] });
@@ -2036,10 +2042,10 @@ class FeatureTogglesService {
2036
2042
  console.error('Failed to initialize feature toggles', e);
2037
2043
  }
2038
2044
  }
2039
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: FeatureTogglesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2040
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: FeatureTogglesService, providedIn: 'root' }); }
2045
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: FeatureTogglesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2046
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: FeatureTogglesService, providedIn: 'root' }); }
2041
2047
  }
2042
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: FeatureTogglesService, decorators: [{
2048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: FeatureTogglesService, decorators: [{
2043
2049
  type: Injectable,
2044
2050
  args: [{ providedIn: 'root' }]
2045
2051
  }] });
@@ -2105,28 +2111,57 @@ class IntentNavigationService {
2105
2111
  removeDuplicateSlash(url) {
2106
2112
  return url.replace(/\/+/g, '/');
2107
2113
  }
2108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IntentNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2109
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IntentNavigationService, providedIn: 'root' }); }
2114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: IntentNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2115
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: IntentNavigationService, providedIn: 'root' }); }
2110
2116
  }
2111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IntentNavigationService, decorators: [{
2117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: IntentNavigationService, decorators: [{
2112
2118
  type: Injectable,
2113
2119
  args: [{
2114
2120
  providedIn: 'root',
2115
2121
  }]
2116
2122
  }], ctorParameters: () => [] });
2117
2123
 
2118
- /**
2119
- * Evaluates the JMESPath expression on the context and returns true if the result is true, otherwise false
2120
- * @param context The context to evaluate
2121
- * @param jmesPathExpression The JMESPath expression to evaluate
2122
- * @returns true if the result of the JMESPath expression is true, otherwise (or if there was an exception while matching with JMESPath) false
2123
- * */
2124
+ const BACKTICK_LITERAL_REGEX = /`((?:[^`\\]|\\.)*)`/g;
2125
+ const warnedExpressions = new Set();
2126
+ function isValidJSON(str) {
2127
+ if (str === '')
2128
+ return false;
2129
+ try {
2130
+ JSON.parse(str);
2131
+ return true;
2132
+ }
2133
+ catch {
2134
+ return false;
2135
+ }
2136
+ }
2137
+ function transformLegacyBacktickLiterals(expression) {
2138
+ if (!expression.includes('`')) {
2139
+ return expression;
2140
+ }
2141
+ let transformed = false;
2142
+ const result = expression.replace(BACKTICK_LITERAL_REGEX, (match, content) => {
2143
+ if (isValidJSON(content)) {
2144
+ return match;
2145
+ }
2146
+ transformed = true;
2147
+ return '`' + JSON.stringify(content) + '`';
2148
+ });
2149
+ if (transformed && !warnedExpressions.has(expression)) {
2150
+ warnedExpressions.add(expression);
2151
+ console.warn(`[JMESPath Migration] Legacy backtick literal detected and auto-converted.\n` +
2152
+ ` Original: ${expression}\n` +
2153
+ ` Transformed: ${result}\n` +
2154
+ ` Please update your expression to use proper JSON literals (e.g., \`"value"\` instead of \`value\`).`);
2155
+ }
2156
+ return result;
2157
+ }
2124
2158
  function matchesJMESPath(context, jmesPathExpression) {
2125
2159
  if (!jmesPathExpression) {
2126
2160
  return true;
2127
2161
  }
2128
2162
  try {
2129
- return search(context, jmesPathExpression) === true;
2163
+ const normalizedExpression = transformLegacyBacktickLiterals(jmesPathExpression);
2164
+ return search(context, normalizedExpression) === true;
2130
2165
  }
2131
2166
  catch (e) {
2132
2167
  logJMESException(context, jmesPathExpression, e);
@@ -2278,10 +2313,10 @@ class NodeSortingService {
2278
2313
  });
2279
2314
  return [...singleNodes, ...catNodes];
2280
2315
  }
2281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeSortingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2282
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeSortingService, providedIn: 'root' }); }
2316
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeSortingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2317
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeSortingService, providedIn: 'root' }); }
2283
2318
  }
2284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodeSortingService, decorators: [{
2319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodeSortingService, decorators: [{
2285
2320
  type: Injectable,
2286
2321
  args: [{
2287
2322
  providedIn: 'root',
@@ -2321,10 +2356,10 @@ class ChildrenNodesService {
2321
2356
  .map((child) => this.customNodeProcessingService?.processNode(child.context, child) || child));
2322
2357
  return this.nodeSortingService.sortNodes(nodes);
2323
2358
  }
2324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ChildrenNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ChildrenNodesService, providedIn: 'root' }); }
2359
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ChildrenNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2360
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ChildrenNodesService, providedIn: 'root' }); }
2326
2361
  }
2327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ChildrenNodesService, decorators: [{
2362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: ChildrenNodesService, decorators: [{
2328
2363
  type: Injectable,
2329
2364
  args: [{ providedIn: 'root' }]
2330
2365
  }] });
@@ -2506,10 +2541,10 @@ class NodesProcessingService {
2506
2541
  };
2507
2542
  }
2508
2543
  }
2509
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodesProcessingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2510
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodesProcessingService, providedIn: 'root' }); }
2544
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodesProcessingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2545
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodesProcessingService, providedIn: 'root' }); }
2511
2546
  }
2512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NodesProcessingService, decorators: [{
2547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NodesProcessingService, decorators: [{
2513
2548
  type: Injectable,
2514
2549
  args: [{ providedIn: 'root' }]
2515
2550
  }] });
@@ -2542,16 +2577,16 @@ class NavigationConfigService {
2542
2577
  nodeAccessibilityResolver: this.luigiNodesService.nodePolicyResolver,
2543
2578
  validWebcomponentUrls: envConfig.validWebcomponentUrls,
2544
2579
  intentMapping: this.intentNavigationService.buildIntentMappings(allNodes),
2545
- nodeChangeHook: function (prevNode, nextNode, ctx) {
2580
+ nodeChangeHook: (prevNode, nextNode, ctx) => {
2546
2581
  this.nodeChangeHookConfigService?.nodeChangeHook(prevNode, nextNode, ctx.currentContext);
2547
- }.bind(this),
2582
+ },
2548
2583
  breadcrumbs: await this.headerBarService.getConfig(),
2549
2584
  };
2550
2585
  }
2551
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationConfigService, deps: [{ token: EnvConfigService }, { token: LuigiNodesService }, { token: IntentNavigationService }, { token: GlobalContextConfigService }, { token: LUIGI_USER_PROFILE_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }, { token: LUIGI_APP_SWITCHER_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }, { token: LUIGI_NODE_CHANGE_HOOK_SERVICE_INJECTION_TOKEN, optional: true }, { token: NodesProcessingService }, { token: HeaderBarService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2552
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationConfigService, providedIn: 'root' }); }
2586
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavigationConfigService, deps: [{ token: EnvConfigService }, { token: LuigiNodesService }, { token: IntentNavigationService }, { token: GlobalContextConfigService }, { token: LUIGI_USER_PROFILE_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }, { token: LUIGI_APP_SWITCHER_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }, { token: LUIGI_NODE_CHANGE_HOOK_SERVICE_INJECTION_TOKEN, optional: true }, { token: NodesProcessingService }, { token: HeaderBarService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2587
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavigationConfigService, providedIn: 'root' }); }
2553
2588
  }
2554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationConfigService, decorators: [{
2589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: NavigationConfigService, decorators: [{
2555
2590
  type: Injectable,
2556
2591
  args: [{ providedIn: 'root' }]
2557
2592
  }], ctorParameters: () => [{ type: EnvConfigService }, { type: LuigiNodesService }, { type: IntentNavigationService }, { type: GlobalContextConfigService }, { type: undefined, decorators: [{
@@ -2624,10 +2659,10 @@ class LifecycleHooksConfigService {
2624
2659
  type: 'error',
2625
2660
  });
2626
2661
  }
2627
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LifecycleHooksConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2628
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LifecycleHooksConfigService, providedIn: 'root' }); }
2662
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LifecycleHooksConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2663
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LifecycleHooksConfigService, providedIn: 'root' }); }
2629
2664
  }
2630
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LifecycleHooksConfigService, decorators: [{
2665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LifecycleHooksConfigService, decorators: [{
2631
2666
  type: Injectable,
2632
2667
  args: [{ providedIn: 'root' }]
2633
2668
  }] });
@@ -2654,13 +2689,13 @@ class LuigiComponent {
2654
2689
  this.luigiCoreService.setAuthData(this.authService.getAuthData());
2655
2690
  }
2656
2691
  catch (e) {
2657
- console.error(`Luigi Component init failed: ${e.toString()}`);
2692
+ console.error(`Luigi Component init failed: ${e instanceof Error ? e.toString() : String(e)}`);
2658
2693
  }
2659
2694
  }
2660
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2661
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: LuigiComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
2695
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2696
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.1", type: LuigiComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
2662
2697
  }
2663
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: LuigiComponent, decorators: [{
2698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LuigiComponent, decorators: [{
2664
2699
  type: Component,
2665
2700
  args: [{
2666
2701
  template: '',
@@ -2670,10 +2705,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
2670
2705
 
2671
2706
  document.body.classList.add('ui5-content-density-compact');
2672
2707
  class PortalComponent {
2673
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: PortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2674
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: PortalComponent, isStandalone: true, selector: "app-portal", ngImport: i0, template: "<div class=\"fd-page__content\">\n <router-outlet></router-outlet>\n</div>\n", styles: [".fd-page__header{padding-left:1.5rem}.settings-icon-active{color:#0064d9!important}.local-development-settings-indication{position:absolute;top:-4px;right:-4px;width:12px;height:12px;font-size:12px}.entity-nav-header{padding-left:1rem;padding-right:var(--fdNavigation_Padding_X);padding-top:var(--fdNavigation_Padding_X)!important;padding-bottom:1.25rem!important}.entity-nav-header-type{font-size:14px}.entity-nav-header-label{color:var(--sapAccentColor6);padding-top:8px}.fd-container.fd-form-layout-grid-container .fd-row .fd-col{white-space:inherit!important}#app:not(.vega) .lui-breadcrumb-container{position:static!important}\n"], dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
2708
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: PortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2709
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.1", type: PortalComponent, isStandalone: true, selector: "app-portal", ngImport: i0, template: "<div class=\"fd-page__content\">\n <router-outlet></router-outlet>\n</div>\n", styles: [".fd-page__header{padding-left:1.5rem}.settings-icon-active{color:#0064d9!important}.local-development-settings-indication{position:absolute;top:-4px;right:-4px;width:12px;height:12px;font-size:12px}.entity-nav-header{padding-left:1rem;padding-right:var(--fdNavigation_Padding_X);padding-top:var(--fdNavigation_Padding_X)!important;padding-bottom:1.25rem!important}.entity-nav-header-type{font-size:14px}.entity-nav-header-label{color:var(--sapAccentColor6);padding-top:8px}.fd-container.fd-form-layout-grid-container .fd-row .fd-col{white-space:inherit!important}#app:not(.vega) .lui-breadcrumb-container{position:static!important}\n"], dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
2675
2710
  }
2676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: PortalComponent, decorators: [{
2711
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: PortalComponent, decorators: [{
2677
2712
  type: Component,
2678
2713
  args: [{ selector: 'app-portal', standalone: true, imports: [RouterOutlet], encapsulation: ViewEncapsulation.None, template: "<div class=\"fd-page__content\">\n <router-outlet></router-outlet>\n</div>\n", styles: [".fd-page__header{padding-left:1.5rem}.settings-icon-active{color:#0064d9!important}.local-development-settings-indication{position:absolute;top:-4px;right:-4px;width:12px;height:12px;font-size:12px}.entity-nav-header{padding-left:1rem;padding-right:var(--fdNavigation_Padding_X);padding-top:var(--fdNavigation_Padding_X)!important;padding-bottom:1.25rem!important}.entity-nav-header-type{font-size:14px}.entity-nav-header-label{color:var(--sapAccentColor6);padding-top:8px}.fd-container.fd-form-layout-grid-container .fd-row .fd-col{white-space:inherit!important}#app:not(.vega) .lui-breadcrumb-container{position:static!important}\n"] }]
2679
2714
  }] });
@@ -2844,10 +2879,11 @@ const addOptionalProviders = (options) => {
2844
2879
  /*
2845
2880
  * Public API Surface of lib
2846
2881
  */
2882
+ /// <reference path="./types.d.ts" />
2847
2883
 
2848
2884
  /**
2849
2885
  * Generated bundle index. Do not edit.
2850
2886
  */
2851
2887
 
2852
- 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, userSettingsLocalStorage };
2888
+ 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 };
2853
2889
  //# sourceMappingURL=openmfp-portal-ui-lib.mjs.map