@openmfp/portal-ui-lib 0.192.23 → 0.192.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/778.js +1 -1
- package/assets/955.js +1 -1
- package/assets/openmfp-portal-ui-wc.js +34 -47
- package/fesm2022/openmfp-portal-ui-lib.mjs +114 -114
- package/fesm2022/openmfp-portal-ui-lib.mjs.map +1 -1
- package/package.json +11 -10
|
@@ -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.
|
|
131
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiCoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
131
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiCoreService, providedIn: 'root' }); }
|
|
132
132
|
}
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", 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.
|
|
191
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
190
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: RequestHeadersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
191
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: RequestHeadersService, providedIn: 'root' }); }
|
|
192
192
|
}
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", 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.
|
|
256
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
255
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", 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.8", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
257
257
|
}
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ConfigService, decorators: [{
|
|
259
259
|
type: Injectable,
|
|
260
260
|
args: [{
|
|
261
261
|
providedIn: 'root',
|
|
@@ -331,10 +331,10 @@ class AuthService {
|
|
|
331
331
|
const expiresIn = Number(expiresInSeconds);
|
|
332
332
|
return new Date().getTime() + expiresIn * 1000;
|
|
333
333
|
}
|
|
334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
335
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
334
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
335
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
336
336
|
}
|
|
337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AuthService, decorators: [{
|
|
338
338
|
type: Injectable,
|
|
339
339
|
args: [{
|
|
340
340
|
providedIn: 'root',
|
|
@@ -354,10 +354,10 @@ class EnvConfigService {
|
|
|
354
354
|
.pipe(tap((result) => (this.envConfigCache = result))));
|
|
355
355
|
return this.envConfigCache;
|
|
356
356
|
}
|
|
357
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
358
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
357
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: EnvConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
358
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: EnvConfigService, providedIn: 'root' }); }
|
|
359
359
|
}
|
|
360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: EnvConfigService, decorators: [{
|
|
361
361
|
type: Injectable,
|
|
362
362
|
args: [{
|
|
363
363
|
providedIn: 'root',
|
|
@@ -379,10 +379,10 @@ class LocalNodesService {
|
|
|
379
379
|
contentConfigurations,
|
|
380
380
|
}));
|
|
381
381
|
}
|
|
382
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
383
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
382
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LocalNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
383
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LocalNodesService, providedIn: 'root' }); }
|
|
384
384
|
}
|
|
385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LocalNodesService, decorators: [{
|
|
386
386
|
type: Injectable,
|
|
387
387
|
args: [{
|
|
388
388
|
providedIn: 'root',
|
|
@@ -426,10 +426,10 @@ class GlobalContextConfigService {
|
|
|
426
426
|
token: this.authService.getToken(),
|
|
427
427
|
};
|
|
428
428
|
}
|
|
429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
430
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GlobalContextConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
430
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GlobalContextConfigService, providedIn: 'root' }); }
|
|
431
431
|
}
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GlobalContextConfigService, decorators: [{
|
|
433
433
|
type: Injectable,
|
|
434
434
|
args: [{ providedIn: 'root' }]
|
|
435
435
|
}] });
|
|
@@ -449,10 +449,10 @@ class SessionRefreshService {
|
|
|
449
449
|
this.luigiCoreService.setAuthData(this.authService.getAuthData());
|
|
450
450
|
this.luigiCoreService.setGlobalContext(await this.navigationGlobalContextConfigService.getGlobalContext(), true);
|
|
451
451
|
}
|
|
452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
453
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
452
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SessionRefreshService, deps: [{ token: AuthService }, { token: LuigiCoreService }, { token: GlobalContextConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
453
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SessionRefreshService, providedIn: 'root' }); }
|
|
454
454
|
}
|
|
455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SessionRefreshService, decorators: [{
|
|
456
456
|
type: Injectable,
|
|
457
457
|
args: [{ providedIn: 'root' }]
|
|
458
458
|
}], ctorParameters: () => [{ type: AuthService }, { type: LuigiCoreService }, { type: GlobalContextConfigService }] });
|
|
@@ -625,10 +625,10 @@ class I18nService {
|
|
|
625
625
|
return languages;
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
629
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
629
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: I18nService, providedIn: 'root' }); }
|
|
630
630
|
}
|
|
631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: I18nService, decorators: [{
|
|
632
632
|
type: Injectable,
|
|
633
633
|
args: [{
|
|
634
634
|
providedIn: 'root',
|
|
@@ -650,10 +650,10 @@ class LoginEventService {
|
|
|
650
650
|
loginEvent(event) {
|
|
651
651
|
this.events.next(event);
|
|
652
652
|
}
|
|
653
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
654
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
653
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LoginEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
654
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LoginEventService, providedIn: 'root' }); }
|
|
655
655
|
}
|
|
656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LoginEventService, decorators: [{
|
|
657
657
|
type: Injectable,
|
|
658
658
|
args: [{ providedIn: 'root' }]
|
|
659
659
|
}] });
|
|
@@ -785,10 +785,10 @@ class DefaultNavigationRedirectStrategy {
|
|
|
785
785
|
clearRedirectUrl() {
|
|
786
786
|
localStorage.setItem(LocalStorageKeys.LAST_NAVIGATION_URL, '');
|
|
787
787
|
}
|
|
788
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
789
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
788
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DefaultNavigationRedirectStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
789
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DefaultNavigationRedirectStrategy }); }
|
|
790
790
|
}
|
|
791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DefaultNavigationRedirectStrategy, decorators: [{
|
|
792
792
|
type: Injectable
|
|
793
793
|
}] });
|
|
794
794
|
|
|
@@ -854,10 +854,10 @@ class IframeService {
|
|
|
854
854
|
}
|
|
855
855
|
return src;
|
|
856
856
|
}
|
|
857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
858
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IframeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
858
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IframeService, providedIn: 'root' }); }
|
|
859
859
|
}
|
|
860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IframeService, decorators: [{
|
|
861
861
|
type: Injectable,
|
|
862
862
|
args: [{
|
|
863
863
|
providedIn: 'root',
|
|
@@ -899,10 +899,10 @@ class StaticSettingsConfigServiceImpl {
|
|
|
899
899
|
...(await this.customStaticSettingsConfigService?.getStaticSettingsConfig()),
|
|
900
900
|
};
|
|
901
901
|
}
|
|
902
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
903
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
902
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: StaticSettingsConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
903
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: StaticSettingsConfigServiceImpl, providedIn: 'root' }); }
|
|
904
904
|
}
|
|
905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: StaticSettingsConfigServiceImpl, decorators: [{
|
|
906
906
|
type: Injectable,
|
|
907
907
|
args: [{
|
|
908
908
|
providedIn: 'root',
|
|
@@ -924,10 +924,10 @@ class ReloadLuigiConfigListener {
|
|
|
924
924
|
await this.configService.reloadConfig(customMessage.entity, customMessage.context);
|
|
925
925
|
this.luigiCoreService.resetLuigi();
|
|
926
926
|
}
|
|
927
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
928
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
927
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ReloadLuigiConfigListener, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
928
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ReloadLuigiConfigListener, providedIn: 'root' }); }
|
|
929
929
|
}
|
|
930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ReloadLuigiConfigListener, decorators: [{
|
|
931
931
|
type: Injectable,
|
|
932
932
|
args: [{
|
|
933
933
|
providedIn: 'root',
|
|
@@ -961,10 +961,10 @@ class CustomMessageListenersService {
|
|
|
961
961
|
}
|
|
962
962
|
return result;
|
|
963
963
|
}
|
|
964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
965
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CustomMessageListenersService, deps: [{ token: ReloadLuigiConfigListener }, { token: LUIGI_CUSTOM_MESSAGE_LISTENERS_INJECTION_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
965
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CustomMessageListenersService, providedIn: 'root' }); }
|
|
966
966
|
}
|
|
967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CustomMessageListenersService, decorators: [{
|
|
968
968
|
type: Injectable,
|
|
969
969
|
args: [{
|
|
970
970
|
providedIn: 'root',
|
|
@@ -997,10 +997,10 @@ class DependenciesVersionsService {
|
|
|
997
997
|
return acc;
|
|
998
998
|
}, {});
|
|
999
999
|
}
|
|
1000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1001
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1000
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DependenciesVersionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1001
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DependenciesVersionsService, providedIn: 'root' }); }
|
|
1002
1002
|
}
|
|
1003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DependenciesVersionsService, decorators: [{
|
|
1004
1004
|
type: Injectable,
|
|
1005
1005
|
args: [{ providedIn: 'root' }]
|
|
1006
1006
|
}] });
|
|
@@ -1233,10 +1233,10 @@ class UserSettingsConfigService {
|
|
|
1233
1233
|
catch (error) { }
|
|
1234
1234
|
return versions;
|
|
1235
1235
|
}
|
|
1236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1237
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: UserSettingsConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1237
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: UserSettingsConfigService, providedIn: 'root' }); }
|
|
1238
1238
|
}
|
|
1239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: UserSettingsConfigService, decorators: [{
|
|
1240
1240
|
type: Injectable,
|
|
1241
1241
|
args: [{ providedIn: 'root' }]
|
|
1242
1242
|
}] });
|
|
@@ -1263,10 +1263,10 @@ class NodeUtilsService {
|
|
|
1263
1263
|
return this.luigiCoreService.isFeatureToggleActive(ft);
|
|
1264
1264
|
});
|
|
1265
1265
|
}
|
|
1266
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1267
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeUtilsService, deps: [{ token: LuigiCoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1267
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeUtilsService, providedIn: 'root' }); }
|
|
1268
1268
|
}
|
|
1269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeUtilsService, decorators: [{
|
|
1270
1270
|
type: Injectable,
|
|
1271
1271
|
args: [{ providedIn: 'root' }]
|
|
1272
1272
|
}], ctorParameters: () => [{ type: LuigiCoreService }] });
|
|
@@ -1321,10 +1321,10 @@ class AppSwitcherConfigServiceImpl {
|
|
|
1321
1321
|
});
|
|
1322
1322
|
return items?.length === 1 ? [] : items;
|
|
1323
1323
|
}
|
|
1324
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1325
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AppSwitcherConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1325
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AppSwitcherConfigServiceImpl, providedIn: 'root' }); }
|
|
1326
1326
|
}
|
|
1327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AppSwitcherConfigServiceImpl, decorators: [{
|
|
1328
1328
|
type: Injectable,
|
|
1329
1329
|
args: [{ providedIn: 'root' }]
|
|
1330
1330
|
}] });
|
|
@@ -1391,10 +1391,10 @@ class HeaderBarService {
|
|
|
1391
1391
|
leftContainer.style.flexGrow = '1';
|
|
1392
1392
|
return { rightContainer, leftContainer };
|
|
1393
1393
|
}
|
|
1394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1395
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HeaderBarService, deps: [{ token: HEADER_BAR_CONFIG_SERVICE_INJECTION_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1395
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HeaderBarService, providedIn: 'root' }); }
|
|
1396
1396
|
}
|
|
1397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HeaderBarService, decorators: [{
|
|
1398
1398
|
type: Injectable,
|
|
1399
1399
|
args: [{ providedIn: 'root' }]
|
|
1400
1400
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1467,10 +1467,10 @@ class AuthConfigService {
|
|
|
1467
1467
|
},
|
|
1468
1468
|
};
|
|
1469
1469
|
}
|
|
1470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1471
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AuthConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1471
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AuthConfigService, providedIn: 'root' }); }
|
|
1472
1472
|
}
|
|
1473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AuthConfigService, decorators: [{
|
|
1474
1474
|
type: Injectable,
|
|
1475
1475
|
args: [{
|
|
1476
1476
|
providedIn: 'root',
|
|
@@ -1621,10 +1621,10 @@ class LocalConfigurationServiceImpl {
|
|
|
1621
1621
|
.concat(initialConfigurations);
|
|
1622
1622
|
return configurations;
|
|
1623
1623
|
}
|
|
1624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1625
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1624
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LocalConfigurationServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1625
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LocalConfigurationServiceImpl, providedIn: 'root' }); }
|
|
1626
1626
|
}
|
|
1627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LocalConfigurationServiceImpl, decorators: [{
|
|
1628
1628
|
type: Injectable,
|
|
1629
1629
|
args: [{
|
|
1630
1630
|
providedIn: 'root',
|
|
@@ -1702,10 +1702,10 @@ class LuigiNodesService {
|
|
|
1702
1702
|
clearNodeCache() {
|
|
1703
1703
|
this.configService.clearEntityConfigCache();
|
|
1704
1704
|
}
|
|
1705
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1706
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1705
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1706
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiNodesService, providedIn: 'root' }); }
|
|
1707
1707
|
}
|
|
1708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiNodesService, decorators: [{
|
|
1709
1709
|
type: Injectable,
|
|
1710
1710
|
args: [{
|
|
1711
1711
|
providedIn: 'root',
|
|
@@ -1764,10 +1764,10 @@ class NavHeaderService {
|
|
|
1764
1764
|
tempSpan.textContent = inputString;
|
|
1765
1765
|
return tempSpan.innerHTML;
|
|
1766
1766
|
}
|
|
1767
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1768
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavHeaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1768
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavHeaderService, providedIn: 'root' }); }
|
|
1769
1769
|
}
|
|
1770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavHeaderService, decorators: [{
|
|
1771
1771
|
type: Injectable,
|
|
1772
1772
|
args: [{ providedIn: 'root' }]
|
|
1773
1773
|
}] });
|
|
@@ -1783,10 +1783,10 @@ class NodeContextProcessingServiceImpl {
|
|
|
1783
1783
|
async defaultProcessNodeContext(entityId, entityNode, ctx) {
|
|
1784
1784
|
entityNode.context.entityType = entityNode.defineEntity?.id;
|
|
1785
1785
|
}
|
|
1786
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1787
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1786
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeContextProcessingServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1787
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeContextProcessingServiceImpl, providedIn: 'root' }); }
|
|
1788
1788
|
}
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeContextProcessingServiceImpl, decorators: [{
|
|
1790
1790
|
type: Injectable,
|
|
1791
1791
|
args: [{ providedIn: 'root' }]
|
|
1792
1792
|
}] });
|
|
@@ -1814,10 +1814,10 @@ class RoutingConfigServiceImpl {
|
|
|
1814
1814
|
...(this.customRoutingConfigService?.getRoutingConfig?.() || {}),
|
|
1815
1815
|
};
|
|
1816
1816
|
}
|
|
1817
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1818
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1817
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: RoutingConfigServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1818
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: RoutingConfigServiceImpl, providedIn: 'root' }); }
|
|
1819
1819
|
}
|
|
1820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: RoutingConfigServiceImpl, decorators: [{
|
|
1821
1821
|
type: Injectable,
|
|
1822
1822
|
args: [{ providedIn: 'root' }]
|
|
1823
1823
|
}] });
|
|
@@ -1891,10 +1891,10 @@ class NavigationService {
|
|
|
1891
1891
|
getRedirectUrl() {
|
|
1892
1892
|
return this.navigationRedirectStrategy.getRedirectUrl();
|
|
1893
1893
|
}
|
|
1894
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1895
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavigationService, deps: [{ token: i1$1.Router }, { token: AuthService }, { token: LoginEventService }, { token: NAVIGATION_REDIRECT_STRATEGY_INJECTION_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1895
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavigationService, providedIn: 'root' }); }
|
|
1896
1896
|
}
|
|
1897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavigationService, decorators: [{
|
|
1898
1898
|
type: Injectable,
|
|
1899
1899
|
args: [{
|
|
1900
1900
|
providedIn: 'root',
|
|
@@ -1930,9 +1930,9 @@ class LogoutComponent {
|
|
|
1930
1930
|
this.luigiCoreService = luigiCoreService;
|
|
1931
1931
|
this.i18nService = i18nService;
|
|
1932
1932
|
this.loginEventService = loginEventService;
|
|
1933
|
-
this.headline = signal('', ...(ngDevMode ? [{ debugName: "headline" }] : []));
|
|
1934
|
-
this.hint = signal('', ...(ngDevMode ? [{ debugName: "hint" }] : []));
|
|
1935
|
-
this.btnText = signal('', ...(ngDevMode ? [{ debugName: "btnText" }] : []));
|
|
1933
|
+
this.headline = signal('', ...(ngDevMode ? [{ debugName: "headline" }] : /* istanbul ignore next */ []));
|
|
1934
|
+
this.hint = signal('', ...(ngDevMode ? [{ debugName: "hint" }] : /* istanbul ignore next */ []));
|
|
1935
|
+
this.btnText = signal('', ...(ngDevMode ? [{ debugName: "btnText" }] : /* istanbul ignore next */ []));
|
|
1936
1936
|
}
|
|
1937
1937
|
async ngOnInit() {
|
|
1938
1938
|
this.luigiCoreService.ux().hideAppLoadingIndicator();
|
|
@@ -1973,10 +1973,10 @@ class LogoutComponent {
|
|
|
1973
1973
|
hintInvalidTokenError: await this.i18nService.getTranslationAsync('INVALID_TOKEN_ERROR_HINT'),
|
|
1974
1974
|
};
|
|
1975
1975
|
}
|
|
1976
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1977
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LogoutComponent, deps: [{ token: i1$1.ActivatedRoute }, { token: LuigiCoreService }, { token: I18nService }, { token: LoginEventService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1977
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", 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 }); }
|
|
1978
1978
|
}
|
|
1979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LogoutComponent, decorators: [{
|
|
1980
1980
|
type: Component,
|
|
1981
1981
|
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"] }]
|
|
1982
1982
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: LuigiCoreService }, { type: I18nService }, { type: LoginEventService }] });
|
|
@@ -2005,10 +2005,10 @@ class FeatureTogglesService {
|
|
|
2005
2005
|
console.error('Failed to initialize feature toggles', e);
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2009
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FeatureTogglesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2009
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FeatureTogglesService, providedIn: 'root' }); }
|
|
2010
2010
|
}
|
|
2011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FeatureTogglesService, decorators: [{
|
|
2012
2012
|
type: Injectable,
|
|
2013
2013
|
args: [{ providedIn: 'root' }]
|
|
2014
2014
|
}] });
|
|
@@ -2074,10 +2074,10 @@ class IntentNavigationService {
|
|
|
2074
2074
|
removeDuplicateSlash(url) {
|
|
2075
2075
|
return url.replace(/\/+/g, '/');
|
|
2076
2076
|
}
|
|
2077
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2078
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2077
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IntentNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2078
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IntentNavigationService, providedIn: 'root' }); }
|
|
2079
2079
|
}
|
|
2080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IntentNavigationService, decorators: [{
|
|
2081
2081
|
type: Injectable,
|
|
2082
2082
|
args: [{
|
|
2083
2083
|
providedIn: 'root',
|
|
@@ -2247,10 +2247,10 @@ class NodeSortingService {
|
|
|
2247
2247
|
});
|
|
2248
2248
|
return [...singleNodes, ...catNodes];
|
|
2249
2249
|
}
|
|
2250
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2251
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeSortingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2251
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeSortingService, providedIn: 'root' }); }
|
|
2252
2252
|
}
|
|
2253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodeSortingService, decorators: [{
|
|
2254
2254
|
type: Injectable,
|
|
2255
2255
|
args: [{
|
|
2256
2256
|
providedIn: 'root',
|
|
@@ -2290,10 +2290,10 @@ class ChildrenNodesService {
|
|
|
2290
2290
|
.map((child) => this.customNodeProcessingService?.processNode(child.context, child) || child));
|
|
2291
2291
|
return this.nodeSortingService.sortNodes(nodes);
|
|
2292
2292
|
}
|
|
2293
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2294
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2293
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ChildrenNodesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2294
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ChildrenNodesService, providedIn: 'root' }); }
|
|
2295
2295
|
}
|
|
2296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ChildrenNodesService, decorators: [{
|
|
2297
2297
|
type: Injectable,
|
|
2298
2298
|
args: [{ providedIn: 'root' }]
|
|
2299
2299
|
}] });
|
|
@@ -2475,10 +2475,10 @@ class NodesProcessingService {
|
|
|
2475
2475
|
};
|
|
2476
2476
|
}
|
|
2477
2477
|
}
|
|
2478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2479
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2478
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodesProcessingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2479
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodesProcessingService, providedIn: 'root' }); }
|
|
2480
2480
|
}
|
|
2481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NodesProcessingService, decorators: [{
|
|
2482
2482
|
type: Injectable,
|
|
2483
2483
|
args: [{ providedIn: 'root' }]
|
|
2484
2484
|
}] });
|
|
@@ -2517,10 +2517,10 @@ class NavigationConfigService {
|
|
|
2517
2517
|
breadcrumbs: await this.headerBarService.getConfig(),
|
|
2518
2518
|
};
|
|
2519
2519
|
}
|
|
2520
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2521
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2520
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", 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 }); }
|
|
2521
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavigationConfigService, providedIn: 'root' }); }
|
|
2522
2522
|
}
|
|
2523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NavigationConfigService, decorators: [{
|
|
2524
2524
|
type: Injectable,
|
|
2525
2525
|
args: [{ providedIn: 'root' }]
|
|
2526
2526
|
}], ctorParameters: () => [{ type: EnvConfigService }, { type: LuigiNodesService }, { type: IntentNavigationService }, { type: GlobalContextConfigService }, { type: undefined, decorators: [{
|
|
@@ -2593,10 +2593,10 @@ class LifecycleHooksConfigService {
|
|
|
2593
2593
|
type: 'error',
|
|
2594
2594
|
});
|
|
2595
2595
|
}
|
|
2596
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2597
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2596
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LifecycleHooksConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2597
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LifecycleHooksConfigService, providedIn: 'root' }); }
|
|
2598
2598
|
}
|
|
2599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LifecycleHooksConfigService, decorators: [{
|
|
2600
2600
|
type: Injectable,
|
|
2601
2601
|
args: [{ providedIn: 'root' }]
|
|
2602
2602
|
}] });
|
|
@@ -2624,10 +2624,10 @@ class LuigiComponent {
|
|
|
2624
2624
|
console.error(`Luigi Component init failed: ${e.toString()}`);
|
|
2625
2625
|
}
|
|
2626
2626
|
}
|
|
2627
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2628
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2628
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: LuigiComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
|
|
2629
2629
|
}
|
|
2630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: LuigiComponent, decorators: [{
|
|
2631
2631
|
type: Component,
|
|
2632
2632
|
args: [{
|
|
2633
2633
|
template: '',
|
|
@@ -2637,10 +2637,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImpor
|
|
|
2637
2637
|
|
|
2638
2638
|
document.body.classList.add('ui5-content-density-compact');
|
|
2639
2639
|
class PortalComponent {
|
|
2640
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2641
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2640
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2641
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", 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:var(--fdNavigation_Padding_X);padding-right:var(--fdNavigation_Padding_X);padding-bottom:1.25rem!important;margin:10px 0 0 10px}.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}\n"], dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
2642
2642
|
}
|
|
2643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PortalComponent, decorators: [{
|
|
2644
2644
|
type: Component,
|
|
2645
2645
|
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:var(--fdNavigation_Padding_X);padding-right:var(--fdNavigation_Padding_X);padding-bottom:1.25rem!important;margin:10px 0 0 10px}.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}\n"] }]
|
|
2646
2646
|
}] });
|