@openmfp/portal-ui-lib 0.189.5 → 0.190.0

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.189.5",
3
+ "version": "0.190.0",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/openmfp/portal-ui-lib.git"
6
6
  },
@@ -143,8 +143,8 @@ interface PortalLuigiNodeExtensions {
143
143
  isMissingMandatoryData?: boolean;
144
144
  extensionClassName?: string;
145
145
  defineEntity?: EntityDefinition;
146
- order?: string;
147
- dxpOrder?: string;
146
+ order?: number;
147
+ dxpOrder?: number;
148
148
  navSlot?: string;
149
149
  defineSlot?: string;
150
150
  configurationHint?: string;
@@ -918,7 +918,9 @@ declare class LocalConfigurationServiceImpl {
918
918
  private luigiConfigService;
919
919
  private i18nService;
920
920
  private luigiCoreService;
921
+ private nodeUtilsService;
921
922
  private customLocalConfigurationService;
923
+ private localNodesRead;
922
924
  private cachedLocalNodes;
923
925
  getLocalNodes(): Promise<LuigiNode[]>;
924
926
  addLocalDevelopmentModeOnIndicator(): void;