@openmfp/portal-ui-lib 0.192.53 → 0.193.1
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/package.json
CHANGED
|
@@ -704,6 +704,7 @@ declare class StaticSettingsConfigServiceImpl implements StaticSettingsConfigSer
|
|
|
704
704
|
private customStaticSettingsConfigService;
|
|
705
705
|
private i18nService;
|
|
706
706
|
private iframeService;
|
|
707
|
+
private luigiCoreService;
|
|
707
708
|
getStaticSettingsConfig(): Promise<LuigiStaticSettings>;
|
|
708
709
|
static ɵfac: i0.ɵɵFactoryDeclaration<StaticSettingsConfigServiceImpl, never>;
|
|
709
710
|
static ɵprov: i0.ɵɵInjectableDeclaration<StaticSettingsConfigServiceImpl>;
|