@luigi-project/core-modular 0.0.4-dev.202603170045 → 0.0.4-dev.202603190049
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/core-api/navigation.d.ts +1 -0
- package/luigi.js +12 -12
- package/luigi.js.map +1 -1
- package/package.json +1 -1
- package/types/navigation.d.ts +2 -0
package/package.json
CHANGED
package/types/navigation.d.ts
CHANGED
|
@@ -194,6 +194,8 @@ export interface NavigationOptions {
|
|
|
194
194
|
fromClosestContext?: boolean;
|
|
195
195
|
fromVirtualTreeRoot?: boolean;
|
|
196
196
|
fromParent?: boolean;
|
|
197
|
+
relative?: any;
|
|
198
|
+
nodeParams?: Record<string, any>;
|
|
197
199
|
}
|
|
198
200
|
export interface NavigationRequestBase {
|
|
199
201
|
preventContextUpdate?: boolean;
|