@real-router/core 0.109.2 → 0.110.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/dist/cjs/Router-CWbXqDzr.js +2 -0
- package/dist/cjs/Router-CWbXqDzr.js.map +1 -0
- package/dist/cjs/Router.d.ts.map +1 -1
- package/dist/cjs/api/getRoutesApi.d.ts.map +1 -1
- package/dist/cjs/api.js +1 -1
- package/dist/cjs/api.js.map +1 -1
- package/dist/cjs/buildParamMeta-CG-WYPDp.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/internals.d.ts +7 -2
- package/dist/cjs/internals.d.ts.map +1 -1
- package/dist/cjs/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.ts +15 -4
- package/dist/cjs/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.ts.map +1 -1
- package/dist/esm/Router-Ukpn1UEY.mjs +2 -0
- package/dist/esm/Router-Ukpn1UEY.mjs.map +1 -0
- package/dist/esm/Router.d.mts.map +1 -1
- package/dist/esm/api/getRoutesApi.d.mts.map +1 -1
- package/dist/esm/api.mjs +1 -1
- package/dist/esm/api.mjs.map +1 -1
- package/dist/esm/buildParamMeta-BCzlczgt.mjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internals.d.mts +7 -2
- package/dist/esm/internals.d.mts.map +1 -1
- package/dist/esm/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.mts +15 -4
- package/dist/esm/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.mts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/Router-CavYeXId.js +0 -2
- package/dist/cjs/Router-CavYeXId.js.map +0 -1
- package/dist/cjs/namespaces/NavigationNamespace/types.d.ts +0 -22
- package/dist/cjs/namespaces/NavigationNamespace/types.d.ts.map +0 -1
- package/dist/esm/Router-X4Ctyglh.mjs +0 -2
- package/dist/esm/Router-X4Ctyglh.mjs.map +0 -1
- package/dist/esm/namespaces/NavigationNamespace/types.d.mts +0 -22
- package/dist/esm/namespaces/NavigationNamespace/types.d.mts.map +0 -1
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
//#region src/namespaces/NavigationNamespace/types.d.ts
|
|
2
|
-
/**
|
|
3
|
-
* Dependencies injected into NavigationNamespace.
|
|
4
|
-
*
|
|
5
|
-
* These are function references from other namespaces/facade,
|
|
6
|
-
* avoiding the need to pass the entire Router object.
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* INTERNAL options for `navigateToNotFound`. Not on the public facade — the
|
|
10
|
-
* only opt-out is `replace()`'s revalidation, which is core calling core.
|
|
11
|
-
*/
|
|
12
|
-
interface NotFoundOptions {
|
|
13
|
-
/**
|
|
14
|
-
* Commit without asking the current route's `canDeactivate` guards (#1643).
|
|
15
|
-
* Legal only where asking would be WRONG, not merely redundant; both call
|
|
16
|
-
* sites carry the reason inline.
|
|
17
|
-
*/
|
|
18
|
-
skipDeactivation?: boolean | undefined;
|
|
19
|
-
}
|
|
20
|
-
//#endregion
|
|
21
|
-
export { NotFoundOptions };
|
|
22
|
-
//# sourceMappingURL=types.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.mts","names":[],"sources":["../../../../src/namespaces/NavigationNamespace/types.ts"],"mappings":";;;;;;;;;;;UAyPiB;;;;;;EAMf"}
|