@openmfp/portal-ui-lib 0.193.12 → 0.194.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.
|
|
3
|
+
"version": "0.194.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/openmfp/portal-ui-lib.git"
|
|
6
6
|
},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@angular/platform-browser": "^20.3.14 || ^21.1.2 || ^21.2.0",
|
|
25
25
|
"@angular/platform-browser-dynamic": "^20.3.14 || ^21.1.2 || ^21.2.0",
|
|
26
26
|
"@angular/router": "^20.3.14 || ^21.1.2 || ^21.2.0",
|
|
27
|
-
"@fundamental-ngx/ui5-webcomponents": "^0.58.1 || ^0.59.1",
|
|
27
|
+
"@fundamental-ngx/ui5-webcomponents": "^0.58.1 || ^0.59.1 || ^0.63.0",
|
|
28
28
|
"@luigi-project/client": "^2.27.0",
|
|
29
29
|
"@luigi-project/client-support-angular": "^20.0.1 || ^21.1.0",
|
|
30
30
|
"@luigi-project/core": "^2.27.0",
|
|
@@ -333,6 +333,7 @@ interface ServiceProvider {
|
|
|
333
333
|
displayName: string;
|
|
334
334
|
creationTimestamp: string;
|
|
335
335
|
nodes: LuigiNode[];
|
|
336
|
+
nodeContext?: Record<string, any>;
|
|
336
337
|
}
|
|
337
338
|
interface EntityConfig {
|
|
338
339
|
providers: ServiceProvider[];
|
|
@@ -953,7 +954,7 @@ declare class LuigiNodesService {
|
|
|
953
954
|
retrieveChildrenByEntity(): Promise<Record<string, LuigiNode[]>>;
|
|
954
955
|
retrieveEntityChildren(entityDefinition: EntityDefinition, additionalContext?: Record<string, string>): Promise<LuigiNode[]>;
|
|
955
956
|
private handleEntityRetrievalError;
|
|
956
|
-
nodePolicyResolver(nodeToCheckPermissionFor:
|
|
957
|
+
nodePolicyResolver(nodeToCheckPermissionFor: LuigiNode): boolean;
|
|
957
958
|
clearNodeCache(): void;
|
|
958
959
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuigiNodesService, never>;
|
|
959
960
|
static ɵprov: i0.ɵɵInjectableDeclaration<LuigiNodesService>;
|