@luigi-project/core-modular 0.0.1-dev.202601200039 → 0.0.1-dev.202601220041

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
@@ -18,5 +18,5 @@
18
18
  "micro-frontends",
19
19
  "microfrontends"
20
20
  ],
21
- "version": "0.0.1-dev.202601200039"
21
+ "version": "0.0.1-dev.202601220041"
22
22
  }
@@ -220,4 +220,5 @@ export declare class NavigationService {
220
220
  private resolveTooltipText;
221
221
  private prepareRootNodes;
222
222
  private getAccessibleNodes;
223
+ handleNavigationRequest(path: string, preserveView?: string, modalSettings?: any, callbackFn?: any): Promise<void>;
223
224
  }