@kitbag/router 0.20.12 → 0.22.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 (72) hide show
  1. package/README.md +38 -87
  2. package/dist/components/routerLink.d.ts +5 -5
  3. package/dist/compositions/useLink.d.ts +2 -2
  4. package/dist/devtools/createRouterDevtools.d.ts +13 -0
  5. package/dist/devtools/filters.d.ts +12 -0
  6. package/dist/devtools/getDevtoolsLabel.d.ts +13 -0
  7. package/dist/devtools/types.d.ts +10 -0
  8. package/dist/errors/contextAbortError.d.ts +2 -2
  9. package/dist/errors/contextPushError.d.ts +2 -2
  10. package/dist/errors/contextRejectionError.d.ts +2 -2
  11. package/dist/errors/invalidRouteRedirectError.d.ts +11 -0
  12. package/dist/errors/multipleRouteRedirectsError.d.ts +13 -0
  13. package/dist/keys.d.ts +1 -3
  14. package/dist/kitbag-router.js +4927 -1741
  15. package/dist/kitbag-router.umd.cjs +3 -3
  16. package/dist/main.d.ts +1 -17
  17. package/dist/models/hooks.d.ts +12 -0
  18. package/dist/services/createComponentHooks.d.ts +7 -7
  19. package/dist/services/createExternalRoute.d.ts +4 -2
  20. package/dist/services/createPropStore.d.ts +2 -2
  21. package/dist/services/createRoute.d.ts +3 -1
  22. package/dist/services/createRouteHooks.d.ts +12 -10
  23. package/dist/services/createRouteRedirects.d.ts +10 -0
  24. package/dist/services/createRouterAssets.d.ts +5 -5
  25. package/dist/services/createRouterCallbackContext.d.ts +8 -6
  26. package/dist/services/createRouterHooks.d.ts +13 -14
  27. package/dist/services/createRouterPlugin.d.ts +2 -2
  28. package/dist/services/getGlobalHooksForRouter.d.ts +2 -3
  29. package/dist/services/getGlobalRouteHooks.d.ts +3 -3
  30. package/dist/services/getRouteHooks.d.ts +3 -3
  31. package/dist/services/hooks.d.ts +2 -2
  32. package/dist/services/insertBaseRoute.d.ts +2 -2
  33. package/dist/services/routeMatchRules.d.ts +0 -1
  34. package/dist/services/routeMatchScore.d.ts +1 -1
  35. package/dist/services/routeRegex.d.ts +1 -0
  36. package/dist/services/urlAssembly.d.ts +2 -2
  37. package/dist/services/urlCombine.d.ts +2 -2
  38. package/dist/services/urlCreator.d.ts +2 -2
  39. package/dist/services/urlParser.d.ts +1 -1
  40. package/dist/types/callbackContext.d.ts +15 -0
  41. package/dist/types/createRouteOptions.d.ts +6 -13
  42. package/dist/types/hooks.d.ts +85 -137
  43. package/dist/types/props.d.ts +8 -8
  44. package/dist/types/redirects.d.ts +40 -0
  45. package/dist/types/register.d.ts +1 -41
  46. package/dist/types/rejection.d.ts +6 -2
  47. package/dist/types/resolved.d.ts +14 -4
  48. package/dist/types/route.d.ts +3 -4
  49. package/dist/types/routeContext.d.ts +11 -5
  50. package/dist/types/router.d.ts +16 -11
  51. package/dist/types/routerAbort.d.ts +1 -0
  52. package/dist/types/routerLink.d.ts +3 -3
  53. package/dist/types/routerPlugin.d.ts +17 -41
  54. package/dist/types/routerPush.d.ts +2 -2
  55. package/dist/types/routerReject.d.ts +2 -2
  56. package/dist/types/routerReplace.d.ts +2 -2
  57. package/dist/types/{url.d.ts → urlString.d.ts} +3 -3
  58. package/dist/types/useLink.d.ts +2 -2
  59. package/dist/utilities/checkDuplicateParams.spec.d.ts +1 -0
  60. package/dist/utilities/index.d.ts +1 -1
  61. package/dist/utilities/isNamedRoute.d.ts +4 -0
  62. package/dist/utilities/testHelpers.d.ts +722 -22
  63. package/package.json +10 -8
  64. package/dist/errors/missingRouteContextError.d.ts +0 -10
  65. package/dist/models/RouteHooks.d.ts +0 -12
  66. package/dist/models/RouterRouteHooks.d.ts +0 -10
  67. package/dist/services/createCallbackContext.d.ts +0 -44
  68. package/dist/services/getRouteHooksDeprecated.d.ts +0 -10
  69. package/dist/utilities/checkMissingContext.d.ts +0 -2
  70. /package/dist/{utilities/checkDuplicateKeys.spec.d.ts → services/createRouteRedirects.spec.d.ts} +0 -0
  71. /package/dist/{utilities/checkMissingContext.spec copy.d.ts → types/redirects.spec-d.d.ts} +0 -0
  72. /package/dist/utilities/{checkDuplicateKeys.d.ts → checkDuplicateParams.d.ts} +0 -0
@@ -15,7 +15,101 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
15
15
  id: string;
16
16
  props: undefined;
17
17
  meta: Readonly<{}>;
18
- }], []> & import('../main').InternalRouteHooks<unknown>, import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
18
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
19
+ readonly name: "parentA";
20
+ readonly path: "/parentA/[paramA]";
21
+ }, "meta" | "props"> & {
22
+ id: string;
23
+ props: undefined;
24
+ meta: Readonly<{}>;
25
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
26
+ readonly name: "parentA";
27
+ readonly path: "/parentA/[paramA]";
28
+ }, "meta" | "props"> & {
29
+ id: string;
30
+ props: undefined;
31
+ meta: Readonly<{}>;
32
+ }], []>>, import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
33
+ paramA: StringConstructor;
34
+ } & {
35
+ paramB: StringConstructor;
36
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
37
+ readonly name: "parentA";
38
+ readonly path: "/parentA/[paramA]";
39
+ }, "meta" | "props"> & {
40
+ id: string;
41
+ props: undefined;
42
+ meta: Readonly<{}>;
43
+ }, Omit<{
44
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
45
+ readonly name: "parentA";
46
+ readonly path: "/parentA/[paramA]";
47
+ }, "meta" | "props"> & {
48
+ id: string;
49
+ props: undefined;
50
+ meta: Readonly<{}>;
51
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
52
+ readonly name: "parentA";
53
+ readonly path: "/parentA/[paramA]";
54
+ }, "meta" | "props"> & {
55
+ id: string;
56
+ props: undefined;
57
+ meta: Readonly<{}>;
58
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
59
+ readonly name: "parentA";
60
+ readonly path: "/parentA/[paramA]";
61
+ }, "meta" | "props"> & {
62
+ id: string;
63
+ props: undefined;
64
+ meta: Readonly<{}>;
65
+ }], []>>;
66
+ readonly name: "parentA.childA";
67
+ readonly path: "/childA/[?paramB]";
68
+ }, "meta" | "props"> & {
69
+ id: string;
70
+ props: undefined;
71
+ meta: Readonly<{}>;
72
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
73
+ paramA: StringConstructor;
74
+ } & {
75
+ paramB: StringConstructor;
76
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
77
+ readonly name: "parentA";
78
+ readonly path: "/parentA/[paramA]";
79
+ }, "meta" | "props"> & {
80
+ id: string;
81
+ props: undefined;
82
+ meta: Readonly<{}>;
83
+ }, Omit<{
84
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
85
+ readonly name: "parentA";
86
+ readonly path: "/parentA/[paramA]";
87
+ }, "meta" | "props"> & {
88
+ id: string;
89
+ props: undefined;
90
+ meta: Readonly<{}>;
91
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
92
+ readonly name: "parentA";
93
+ readonly path: "/parentA/[paramA]";
94
+ }, "meta" | "props"> & {
95
+ id: string;
96
+ props: undefined;
97
+ meta: Readonly<{}>;
98
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
99
+ readonly name: "parentA";
100
+ readonly path: "/parentA/[paramA]";
101
+ }, "meta" | "props"> & {
102
+ id: string;
103
+ props: undefined;
104
+ meta: Readonly<{}>;
105
+ }], []>>;
106
+ readonly name: "parentA.childA";
107
+ readonly path: "/childA/[?paramB]";
108
+ }, "meta" | "props"> & {
109
+ id: string;
110
+ props: undefined;
111
+ meta: Readonly<{}>;
112
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
19
113
  paramA: StringConstructor;
20
114
  } & {
21
115
  paramB: StringConstructor;
@@ -34,14 +128,114 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
34
128
  id: string;
35
129
  props: undefined;
36
130
  meta: Readonly<{}>;
37
- }], []> & import('../main').InternalRouteHooks<unknown>;
131
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
132
+ readonly name: "parentA";
133
+ readonly path: "/parentA/[paramA]";
134
+ }, "meta" | "props"> & {
135
+ id: string;
136
+ props: undefined;
137
+ meta: Readonly<{}>;
138
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
139
+ readonly name: "parentA";
140
+ readonly path: "/parentA/[paramA]";
141
+ }, "meta" | "props"> & {
142
+ id: string;
143
+ props: undefined;
144
+ meta: Readonly<{}>;
145
+ }], []>>;
38
146
  readonly name: "parentA.childA";
39
147
  readonly path: "/childA/[?paramB]";
40
148
  }, "meta" | "props"> & {
41
149
  id: string;
42
150
  props: undefined;
43
151
  meta: Readonly<{}>;
44
- }], []> & import('../main').InternalRouteHooks<unknown>, import('../main').Route<"parentA.childB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childB/[paramD]", {
152
+ }], []>>, import('../main').Route<"parentA.childB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childB/[paramD]", {
153
+ paramA: StringConstructor;
154
+ } & {
155
+ paramD: StringConstructor;
156
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
157
+ readonly name: "parentA";
158
+ readonly path: "/parentA/[paramA]";
159
+ }, "meta" | "props"> & {
160
+ id: string;
161
+ props: undefined;
162
+ meta: Readonly<{}>;
163
+ }, Omit<{
164
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
165
+ readonly name: "parentA";
166
+ readonly path: "/parentA/[paramA]";
167
+ }, "meta" | "props"> & {
168
+ id: string;
169
+ props: undefined;
170
+ meta: Readonly<{}>;
171
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
172
+ readonly name: "parentA";
173
+ readonly path: "/parentA/[paramA]";
174
+ }, "meta" | "props"> & {
175
+ id: string;
176
+ props: undefined;
177
+ meta: Readonly<{}>;
178
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
179
+ readonly name: "parentA";
180
+ readonly path: "/parentA/[paramA]";
181
+ }, "meta" | "props"> & {
182
+ id: string;
183
+ props: undefined;
184
+ meta: Readonly<{}>;
185
+ }], []>>;
186
+ readonly name: "parentA.childB";
187
+ readonly path: "/childB/[paramD]";
188
+ readonly component: {
189
+ template: string;
190
+ };
191
+ }, "meta" | "props"> & {
192
+ id: string;
193
+ props: undefined;
194
+ meta: Readonly<{}>;
195
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA.childB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childB/[paramD]", {
196
+ paramA: StringConstructor;
197
+ } & {
198
+ paramD: StringConstructor;
199
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
200
+ readonly name: "parentA";
201
+ readonly path: "/parentA/[paramA]";
202
+ }, "meta" | "props"> & {
203
+ id: string;
204
+ props: undefined;
205
+ meta: Readonly<{}>;
206
+ }, Omit<{
207
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
208
+ readonly name: "parentA";
209
+ readonly path: "/parentA/[paramA]";
210
+ }, "meta" | "props"> & {
211
+ id: string;
212
+ props: undefined;
213
+ meta: Readonly<{}>;
214
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
215
+ readonly name: "parentA";
216
+ readonly path: "/parentA/[paramA]";
217
+ }, "meta" | "props"> & {
218
+ id: string;
219
+ props: undefined;
220
+ meta: Readonly<{}>;
221
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
222
+ readonly name: "parentA";
223
+ readonly path: "/parentA/[paramA]";
224
+ }, "meta" | "props"> & {
225
+ id: string;
226
+ props: undefined;
227
+ meta: Readonly<{}>;
228
+ }], []>>;
229
+ readonly name: "parentA.childB";
230
+ readonly path: "/childB/[paramD]";
231
+ readonly component: {
232
+ template: string;
233
+ };
234
+ }, "meta" | "props"> & {
235
+ id: string;
236
+ props: undefined;
237
+ meta: Readonly<{}>;
238
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA.childB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childB/[paramD]", {
45
239
  paramA: StringConstructor;
46
240
  } & {
47
241
  paramD: StringConstructor;
@@ -60,7 +254,21 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
60
254
  id: string;
61
255
  props: undefined;
62
256
  meta: Readonly<{}>;
63
- }], []> & import('../main').InternalRouteHooks<unknown>;
257
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
258
+ readonly name: "parentA";
259
+ readonly path: "/parentA/[paramA]";
260
+ }, "meta" | "props"> & {
261
+ id: string;
262
+ props: undefined;
263
+ meta: Readonly<{}>;
264
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
265
+ readonly name: "parentA";
266
+ readonly path: "/parentA/[paramA]";
267
+ }, "meta" | "props"> & {
268
+ id: string;
269
+ props: undefined;
270
+ meta: Readonly<{}>;
271
+ }], []>>;
64
272
  readonly name: "parentA.childB";
65
273
  readonly path: "/childB/[paramD]";
66
274
  readonly component: {
@@ -70,7 +278,7 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
70
278
  id: string;
71
279
  props: undefined;
72
280
  meta: Readonly<{}>;
73
- }], []> & import('../main').InternalRouteHooks<unknown>, import('../main').Route<"parentA.childA.grandChildA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]/[paramC]", {
281
+ }], []>>, import('../main').Route<"parentA.childA.grandChildA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]/[paramC]", {
74
282
  paramA: StringConstructor;
75
283
  paramB: StringConstructor;
76
284
  } & {
@@ -90,7 +298,21 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
90
298
  id: string;
91
299
  props: undefined;
92
300
  meta: Readonly<{}>;
93
- }], []> & import('../main').InternalRouteHooks<unknown>;
301
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
302
+ readonly name: "parentA";
303
+ readonly path: "/parentA/[paramA]";
304
+ }, "meta" | "props"> & {
305
+ id: string;
306
+ props: undefined;
307
+ meta: Readonly<{}>;
308
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
309
+ readonly name: "parentA";
310
+ readonly path: "/parentA/[paramA]";
311
+ }, "meta" | "props"> & {
312
+ id: string;
313
+ props: undefined;
314
+ meta: Readonly<{}>;
315
+ }], []>>;
94
316
  readonly name: "parentA.childA";
95
317
  readonly path: "/childA/[?paramB]";
96
318
  }, "meta" | "props"> & {
@@ -117,26 +339,504 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
117
339
  id: string;
118
340
  props: undefined;
119
341
  meta: Readonly<{}>;
120
- }], []> & import('../main').InternalRouteHooks<unknown>;
342
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
343
+ readonly name: "parentA";
344
+ readonly path: "/parentA/[paramA]";
345
+ }, "meta" | "props"> & {
346
+ id: string;
347
+ props: undefined;
348
+ meta: Readonly<{}>;
349
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
350
+ readonly name: "parentA";
351
+ readonly path: "/parentA/[paramA]";
352
+ }, "meta" | "props"> & {
353
+ id: string;
354
+ props: undefined;
355
+ meta: Readonly<{}>;
356
+ }], []>>;
121
357
  readonly name: "parentA.childA";
122
358
  readonly path: "/childA/[?paramB]";
123
359
  }, "meta" | "props"> & {
124
360
  id: string;
125
361
  props: undefined;
126
362
  meta: Readonly<{}>;
127
- }], []> & import('../main').InternalRouteHooks<unknown>;
128
- readonly name: "parentA.childA.grandChildA";
129
- readonly path: "/[paramC]";
130
- readonly component: {
131
- template: string;
132
- };
133
- }, "meta" | "props"> & {
134
- id: string;
135
- props: undefined;
136
- meta: Readonly<{}>;
137
- }], []> & import('../main').InternalRouteHooks<unknown>, import('../main').Route<"parentB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentB", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
138
- readonly name: "parentB";
139
- readonly path: "/parentB";
363
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
364
+ paramA: StringConstructor;
365
+ } & {
366
+ paramB: StringConstructor;
367
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
368
+ readonly name: "parentA";
369
+ readonly path: "/parentA/[paramA]";
370
+ }, "meta" | "props"> & {
371
+ id: string;
372
+ props: undefined;
373
+ meta: Readonly<{}>;
374
+ }, Omit<{
375
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
376
+ readonly name: "parentA";
377
+ readonly path: "/parentA/[paramA]";
378
+ }, "meta" | "props"> & {
379
+ id: string;
380
+ props: undefined;
381
+ meta: Readonly<{}>;
382
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
383
+ readonly name: "parentA";
384
+ readonly path: "/parentA/[paramA]";
385
+ }, "meta" | "props"> & {
386
+ id: string;
387
+ props: undefined;
388
+ meta: Readonly<{}>;
389
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
390
+ readonly name: "parentA";
391
+ readonly path: "/parentA/[paramA]";
392
+ }, "meta" | "props"> & {
393
+ id: string;
394
+ props: undefined;
395
+ meta: Readonly<{}>;
396
+ }], []>>;
397
+ readonly name: "parentA.childA";
398
+ readonly path: "/childA/[?paramB]";
399
+ }, "meta" | "props"> & {
400
+ id: string;
401
+ props: undefined;
402
+ meta: Readonly<{}>;
403
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
404
+ paramA: StringConstructor;
405
+ } & {
406
+ paramB: StringConstructor;
407
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
408
+ readonly name: "parentA";
409
+ readonly path: "/parentA/[paramA]";
410
+ }, "meta" | "props"> & {
411
+ id: string;
412
+ props: undefined;
413
+ meta: Readonly<{}>;
414
+ }, Omit<{
415
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
416
+ readonly name: "parentA";
417
+ readonly path: "/parentA/[paramA]";
418
+ }, "meta" | "props"> & {
419
+ id: string;
420
+ props: undefined;
421
+ meta: Readonly<{}>;
422
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
423
+ readonly name: "parentA";
424
+ readonly path: "/parentA/[paramA]";
425
+ }, "meta" | "props"> & {
426
+ id: string;
427
+ props: undefined;
428
+ meta: Readonly<{}>;
429
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
430
+ readonly name: "parentA";
431
+ readonly path: "/parentA/[paramA]";
432
+ }, "meta" | "props"> & {
433
+ id: string;
434
+ props: undefined;
435
+ meta: Readonly<{}>;
436
+ }], []>>;
437
+ readonly name: "parentA.childA";
438
+ readonly path: "/childA/[?paramB]";
439
+ }, "meta" | "props"> & {
440
+ id: string;
441
+ props: undefined;
442
+ meta: Readonly<{}>;
443
+ }], []>>;
444
+ readonly name: "parentA.childA.grandChildA";
445
+ readonly path: "/[paramC]";
446
+ readonly component: {
447
+ template: string;
448
+ };
449
+ }, "meta" | "props"> & {
450
+ id: string;
451
+ props: undefined;
452
+ meta: Readonly<{}>;
453
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA.childA.grandChildA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]/[paramC]", {
454
+ paramA: StringConstructor;
455
+ paramB: StringConstructor;
456
+ } & {
457
+ paramC: StringConstructor;
458
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
459
+ readonly name: "parentA";
460
+ readonly path: "/parentA/[paramA]";
461
+ }, "meta" | "props"> & {
462
+ id: string;
463
+ props: undefined;
464
+ meta: Readonly<{}>;
465
+ }, Omit<{
466
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
467
+ readonly name: "parentA";
468
+ readonly path: "/parentA/[paramA]";
469
+ }, "meta" | "props"> & {
470
+ id: string;
471
+ props: undefined;
472
+ meta: Readonly<{}>;
473
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
474
+ readonly name: "parentA";
475
+ readonly path: "/parentA/[paramA]";
476
+ }, "meta" | "props"> & {
477
+ id: string;
478
+ props: undefined;
479
+ meta: Readonly<{}>;
480
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
481
+ readonly name: "parentA";
482
+ readonly path: "/parentA/[paramA]";
483
+ }, "meta" | "props"> & {
484
+ id: string;
485
+ props: undefined;
486
+ meta: Readonly<{}>;
487
+ }], []>>;
488
+ readonly name: "parentA.childA";
489
+ readonly path: "/childA/[?paramB]";
490
+ }, "meta" | "props"> & {
491
+ id: string;
492
+ props: undefined;
493
+ meta: Readonly<{}>;
494
+ }, Omit<{
495
+ readonly parent: import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
496
+ paramA: StringConstructor;
497
+ } & {
498
+ paramB: StringConstructor;
499
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
500
+ readonly name: "parentA";
501
+ readonly path: "/parentA/[paramA]";
502
+ }, "meta" | "props"> & {
503
+ id: string;
504
+ props: undefined;
505
+ meta: Readonly<{}>;
506
+ }, Omit<{
507
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
508
+ readonly name: "parentA";
509
+ readonly path: "/parentA/[paramA]";
510
+ }, "meta" | "props"> & {
511
+ id: string;
512
+ props: undefined;
513
+ meta: Readonly<{}>;
514
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
515
+ readonly name: "parentA";
516
+ readonly path: "/parentA/[paramA]";
517
+ }, "meta" | "props"> & {
518
+ id: string;
519
+ props: undefined;
520
+ meta: Readonly<{}>;
521
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
522
+ readonly name: "parentA";
523
+ readonly path: "/parentA/[paramA]";
524
+ }, "meta" | "props"> & {
525
+ id: string;
526
+ props: undefined;
527
+ meta: Readonly<{}>;
528
+ }], []>>;
529
+ readonly name: "parentA.childA";
530
+ readonly path: "/childA/[?paramB]";
531
+ }, "meta" | "props"> & {
532
+ id: string;
533
+ props: undefined;
534
+ meta: Readonly<{}>;
535
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
536
+ paramA: StringConstructor;
537
+ } & {
538
+ paramB: StringConstructor;
539
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
540
+ readonly name: "parentA";
541
+ readonly path: "/parentA/[paramA]";
542
+ }, "meta" | "props"> & {
543
+ id: string;
544
+ props: undefined;
545
+ meta: Readonly<{}>;
546
+ }, Omit<{
547
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
548
+ readonly name: "parentA";
549
+ readonly path: "/parentA/[paramA]";
550
+ }, "meta" | "props"> & {
551
+ id: string;
552
+ props: undefined;
553
+ meta: Readonly<{}>;
554
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
555
+ readonly name: "parentA";
556
+ readonly path: "/parentA/[paramA]";
557
+ }, "meta" | "props"> & {
558
+ id: string;
559
+ props: undefined;
560
+ meta: Readonly<{}>;
561
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
562
+ readonly name: "parentA";
563
+ readonly path: "/parentA/[paramA]";
564
+ }, "meta" | "props"> & {
565
+ id: string;
566
+ props: undefined;
567
+ meta: Readonly<{}>;
568
+ }], []>>;
569
+ readonly name: "parentA.childA";
570
+ readonly path: "/childA/[?paramB]";
571
+ }, "meta" | "props"> & {
572
+ id: string;
573
+ props: undefined;
574
+ meta: Readonly<{}>;
575
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
576
+ paramA: StringConstructor;
577
+ } & {
578
+ paramB: StringConstructor;
579
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
580
+ readonly name: "parentA";
581
+ readonly path: "/parentA/[paramA]";
582
+ }, "meta" | "props"> & {
583
+ id: string;
584
+ props: undefined;
585
+ meta: Readonly<{}>;
586
+ }, Omit<{
587
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
588
+ readonly name: "parentA";
589
+ readonly path: "/parentA/[paramA]";
590
+ }, "meta" | "props"> & {
591
+ id: string;
592
+ props: undefined;
593
+ meta: Readonly<{}>;
594
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
595
+ readonly name: "parentA";
596
+ readonly path: "/parentA/[paramA]";
597
+ }, "meta" | "props"> & {
598
+ id: string;
599
+ props: undefined;
600
+ meta: Readonly<{}>;
601
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
602
+ readonly name: "parentA";
603
+ readonly path: "/parentA/[paramA]";
604
+ }, "meta" | "props"> & {
605
+ id: string;
606
+ props: undefined;
607
+ meta: Readonly<{}>;
608
+ }], []>>;
609
+ readonly name: "parentA.childA";
610
+ readonly path: "/childA/[?paramB]";
611
+ }, "meta" | "props"> & {
612
+ id: string;
613
+ props: undefined;
614
+ meta: Readonly<{}>;
615
+ }], []>>;
616
+ readonly name: "parentA.childA.grandChildA";
617
+ readonly path: "/[paramC]";
618
+ readonly component: {
619
+ template: string;
620
+ };
621
+ }, "meta" | "props"> & {
622
+ id: string;
623
+ props: undefined;
624
+ meta: Readonly<{}>;
625
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA.childA.grandChildA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]/[paramC]", {
626
+ paramA: StringConstructor;
627
+ paramB: StringConstructor;
628
+ } & {
629
+ paramC: StringConstructor;
630
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
631
+ readonly name: "parentA";
632
+ readonly path: "/parentA/[paramA]";
633
+ }, "meta" | "props"> & {
634
+ id: string;
635
+ props: undefined;
636
+ meta: Readonly<{}>;
637
+ }, Omit<{
638
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
639
+ readonly name: "parentA";
640
+ readonly path: "/parentA/[paramA]";
641
+ }, "meta" | "props"> & {
642
+ id: string;
643
+ props: undefined;
644
+ meta: Readonly<{}>;
645
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
646
+ readonly name: "parentA";
647
+ readonly path: "/parentA/[paramA]";
648
+ }, "meta" | "props"> & {
649
+ id: string;
650
+ props: undefined;
651
+ meta: Readonly<{}>;
652
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
653
+ readonly name: "parentA";
654
+ readonly path: "/parentA/[paramA]";
655
+ }, "meta" | "props"> & {
656
+ id: string;
657
+ props: undefined;
658
+ meta: Readonly<{}>;
659
+ }], []>>;
660
+ readonly name: "parentA.childA";
661
+ readonly path: "/childA/[?paramB]";
662
+ }, "meta" | "props"> & {
663
+ id: string;
664
+ props: undefined;
665
+ meta: Readonly<{}>;
666
+ }, Omit<{
667
+ readonly parent: import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
668
+ paramA: StringConstructor;
669
+ } & {
670
+ paramB: StringConstructor;
671
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
672
+ readonly name: "parentA";
673
+ readonly path: "/parentA/[paramA]";
674
+ }, "meta" | "props"> & {
675
+ id: string;
676
+ props: undefined;
677
+ meta: Readonly<{}>;
678
+ }, Omit<{
679
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
680
+ readonly name: "parentA";
681
+ readonly path: "/parentA/[paramA]";
682
+ }, "meta" | "props"> & {
683
+ id: string;
684
+ props: undefined;
685
+ meta: Readonly<{}>;
686
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
687
+ readonly name: "parentA";
688
+ readonly path: "/parentA/[paramA]";
689
+ }, "meta" | "props"> & {
690
+ id: string;
691
+ props: undefined;
692
+ meta: Readonly<{}>;
693
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
694
+ readonly name: "parentA";
695
+ readonly path: "/parentA/[paramA]";
696
+ }, "meta" | "props"> & {
697
+ id: string;
698
+ props: undefined;
699
+ meta: Readonly<{}>;
700
+ }], []>>;
701
+ readonly name: "parentA.childA";
702
+ readonly path: "/childA/[?paramB]";
703
+ }, "meta" | "props"> & {
704
+ id: string;
705
+ props: undefined;
706
+ meta: Readonly<{}>;
707
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
708
+ paramA: StringConstructor;
709
+ } & {
710
+ paramB: StringConstructor;
711
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
712
+ readonly name: "parentA";
713
+ readonly path: "/parentA/[paramA]";
714
+ }, "meta" | "props"> & {
715
+ id: string;
716
+ props: undefined;
717
+ meta: Readonly<{}>;
718
+ }, Omit<{
719
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
720
+ readonly name: "parentA";
721
+ readonly path: "/parentA/[paramA]";
722
+ }, "meta" | "props"> & {
723
+ id: string;
724
+ props: undefined;
725
+ meta: Readonly<{}>;
726
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
727
+ readonly name: "parentA";
728
+ readonly path: "/parentA/[paramA]";
729
+ }, "meta" | "props"> & {
730
+ id: string;
731
+ props: undefined;
732
+ meta: Readonly<{}>;
733
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
734
+ readonly name: "parentA";
735
+ readonly path: "/parentA/[paramA]";
736
+ }, "meta" | "props"> & {
737
+ id: string;
738
+ props: undefined;
739
+ meta: Readonly<{}>;
740
+ }], []>>;
741
+ readonly name: "parentA.childA";
742
+ readonly path: "/childA/[?paramB]";
743
+ }, "meta" | "props"> & {
744
+ id: string;
745
+ props: undefined;
746
+ meta: Readonly<{}>;
747
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA.childA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]/childA/[?paramB]", {
748
+ paramA: StringConstructor;
749
+ } & {
750
+ paramB: StringConstructor;
751
+ }>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
752
+ readonly name: "parentA";
753
+ readonly path: "/parentA/[paramA]";
754
+ }, "meta" | "props"> & {
755
+ id: string;
756
+ props: undefined;
757
+ meta: Readonly<{}>;
758
+ }, Omit<{
759
+ readonly parent: import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
760
+ readonly name: "parentA";
761
+ readonly path: "/parentA/[paramA]";
762
+ }, "meta" | "props"> & {
763
+ id: string;
764
+ props: undefined;
765
+ meta: Readonly<{}>;
766
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
767
+ readonly name: "parentA";
768
+ readonly path: "/parentA/[paramA]";
769
+ }, "meta" | "props"> & {
770
+ id: string;
771
+ props: undefined;
772
+ meta: Readonly<{}>;
773
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentA", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentA/[paramA]", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
774
+ readonly name: "parentA";
775
+ readonly path: "/parentA/[paramA]";
776
+ }, "meta" | "props"> & {
777
+ id: string;
778
+ props: undefined;
779
+ meta: Readonly<{}>;
780
+ }], []>>;
781
+ readonly name: "parentA.childA";
782
+ readonly path: "/childA/[?paramB]";
783
+ }, "meta" | "props"> & {
784
+ id: string;
785
+ props: undefined;
786
+ meta: Readonly<{}>;
787
+ }], []>>;
788
+ readonly name: "parentA.childA.grandChildA";
789
+ readonly path: "/[paramC]";
790
+ readonly component: {
791
+ template: string;
792
+ };
793
+ }, "meta" | "props"> & {
794
+ id: string;
795
+ props: undefined;
796
+ meta: Readonly<{}>;
797
+ }], []>>, import('../main').Route<"parentB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentB", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
798
+ readonly name: "parentB";
799
+ readonly path: "/parentB";
800
+ readonly component: {
801
+ template: string;
802
+ };
803
+ }, "meta" | "props"> & {
804
+ id: string;
805
+ props: undefined;
806
+ meta: Readonly<{}>;
807
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentB", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
808
+ readonly name: "parentB";
809
+ readonly path: "/parentB";
810
+ readonly component: {
811
+ template: string;
812
+ };
813
+ }, "meta" | "props"> & {
814
+ id: string;
815
+ props: undefined;
816
+ meta: Readonly<{}>;
817
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentB", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/parentB", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
818
+ readonly name: "parentB";
819
+ readonly path: "/parentB";
820
+ readonly component: {
821
+ template: string;
822
+ };
823
+ }, "meta" | "props"> & {
824
+ id: string;
825
+ props: undefined;
826
+ meta: Readonly<{}>;
827
+ }], []>>, import('../main').Route<"parentC", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
828
+ readonly name: "parentC";
829
+ readonly path: "/";
830
+ readonly component: {
831
+ template: string;
832
+ };
833
+ }, "meta" | "props"> & {
834
+ id: string;
835
+ props: undefined;
836
+ meta: Readonly<{}>;
837
+ }], []> & import('../main').InternalRouteHooks<import('../main').Route<"parentC", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
838
+ readonly name: "parentC";
839
+ readonly path: "/";
140
840
  readonly component: {
141
841
  template: string;
142
842
  };
@@ -144,7 +844,7 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
144
844
  id: string;
145
845
  props: undefined;
146
846
  meta: Readonly<{}>;
147
- }], []> & import('../main').InternalRouteHooks<unknown>, import('../main').Route<"parentC", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
847
+ }], []>, []> & import('../types/redirects').RouteRedirects<import('../main').Route<"parentC", import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"/", {}>, import('../services/withParams').WithParams<"", {}>, import('../services/withParams').WithParams<"", {}>, Readonly<{}>, {}, [Omit<{
148
848
  readonly name: "parentC";
149
849
  readonly path: "/";
150
850
  readonly component: {
@@ -154,4 +854,4 @@ export declare const routes: readonly [import('../main').Route<"parentA", import
154
854
  id: string;
155
855
  props: undefined;
156
856
  meta: Readonly<{}>;
157
- }], []> & import('../main').InternalRouteHooks<unknown>];
857
+ }], []>>];