@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.
Files changed (33) hide show
  1. package/dist/cjs/Router-CWbXqDzr.js +2 -0
  2. package/dist/cjs/Router-CWbXqDzr.js.map +1 -0
  3. package/dist/cjs/Router.d.ts.map +1 -1
  4. package/dist/cjs/api/getRoutesApi.d.ts.map +1 -1
  5. package/dist/cjs/api.js +1 -1
  6. package/dist/cjs/api.js.map +1 -1
  7. package/dist/cjs/buildParamMeta-CG-WYPDp.js.map +1 -1
  8. package/dist/cjs/index.js +1 -1
  9. package/dist/cjs/internals.d.ts +7 -2
  10. package/dist/cjs/internals.d.ts.map +1 -1
  11. package/dist/cjs/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.ts +15 -4
  12. package/dist/cjs/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.ts.map +1 -1
  13. package/dist/esm/Router-Ukpn1UEY.mjs +2 -0
  14. package/dist/esm/Router-Ukpn1UEY.mjs.map +1 -0
  15. package/dist/esm/Router.d.mts.map +1 -1
  16. package/dist/esm/api/getRoutesApi.d.mts.map +1 -1
  17. package/dist/esm/api.mjs +1 -1
  18. package/dist/esm/api.mjs.map +1 -1
  19. package/dist/esm/buildParamMeta-BCzlczgt.mjs.map +1 -1
  20. package/dist/esm/index.mjs +1 -1
  21. package/dist/esm/internals.d.mts +7 -2
  22. package/dist/esm/internals.d.mts.map +1 -1
  23. package/dist/esm/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.mts +15 -4
  24. package/dist/esm/namespaces/RouteLifecycleNamespace/RouteLifecycleNamespace.d.mts.map +1 -1
  25. package/package.json +1 -1
  26. package/dist/cjs/Router-CavYeXId.js +0 -2
  27. package/dist/cjs/Router-CavYeXId.js.map +0 -1
  28. package/dist/cjs/namespaces/NavigationNamespace/types.d.ts +0 -22
  29. package/dist/cjs/namespaces/NavigationNamespace/types.d.ts.map +0 -1
  30. package/dist/esm/Router-X4Ctyglh.mjs +0 -2
  31. package/dist/esm/Router-X4Ctyglh.mjs.map +0 -1
  32. package/dist/esm/namespaces/NavigationNamespace/types.d.mts +0 -22
  33. 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"}