@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmfp/portal-ui-lib",
3
- "version": "0.192.53",
3
+ "version": "0.193.1",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/openmfp/portal-ui-lib.git"
6
6
  },
@@ -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>;