@openmfp/portal-ui-lib 0.189.6 → 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
|
@@ -143,8 +143,8 @@ interface PortalLuigiNodeExtensions {
|
|
|
143
143
|
isMissingMandatoryData?: boolean;
|
|
144
144
|
extensionClassName?: string;
|
|
145
145
|
defineEntity?: EntityDefinition;
|
|
146
|
-
order?:
|
|
147
|
-
dxpOrder?:
|
|
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;
|