Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud> Reviewed-on: #26
211 lines
5.8 KiB
TypeScript
211 lines
5.8 KiB
TypeScript
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// noinspection JSUnusedGlobalSymbols
|
|
|
|
// This file was automatically generated by TanStack Router.
|
|
// You should NOT make any changes in this file as it will be overwritten.
|
|
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
|
|
import { Route as rootRouteImport } from './routes/__root'
|
|
import { Route as ResultRouteImport } from './routes/result'
|
|
import { Route as QueryRouteImport } from './routes/query'
|
|
import { Route as FormRouteImport } from './routes/form'
|
|
import { Route as BlankRouteImport } from './routes/blank'
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
import { Route as DevMemoRouteImport } from './routes/dev/memo'
|
|
import { Route as DevContextRouteImport } from './routes/dev/context'
|
|
import { Route as DevAsyncRenderingRouteImport } from './routes/dev/async-rendering'
|
|
|
|
const ResultRoute = ResultRouteImport.update({
|
|
id: '/result',
|
|
path: '/result',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const QueryRoute = QueryRouteImport.update({
|
|
id: '/query',
|
|
path: '/query',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const FormRoute = FormRouteImport.update({
|
|
id: '/form',
|
|
path: '/form',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const BlankRoute = BlankRouteImport.update({
|
|
id: '/blank',
|
|
path: '/blank',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const DevMemoRoute = DevMemoRouteImport.update({
|
|
id: '/dev/memo',
|
|
path: '/dev/memo',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const DevContextRoute = DevContextRouteImport.update({
|
|
id: '/dev/context',
|
|
path: '/dev/context',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const DevAsyncRenderingRoute = DevAsyncRenderingRouteImport.update({
|
|
id: '/dev/async-rendering',
|
|
path: '/dev/async-rendering',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/blank': typeof BlankRoute
|
|
'/form': typeof FormRoute
|
|
'/query': typeof QueryRoute
|
|
'/result': typeof ResultRoute
|
|
'/dev/async-rendering': typeof DevAsyncRenderingRoute
|
|
'/dev/context': typeof DevContextRoute
|
|
'/dev/memo': typeof DevMemoRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/blank': typeof BlankRoute
|
|
'/form': typeof FormRoute
|
|
'/query': typeof QueryRoute
|
|
'/result': typeof ResultRoute
|
|
'/dev/async-rendering': typeof DevAsyncRenderingRoute
|
|
'/dev/context': typeof DevContextRoute
|
|
'/dev/memo': typeof DevMemoRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/blank': typeof BlankRoute
|
|
'/form': typeof FormRoute
|
|
'/query': typeof QueryRoute
|
|
'/result': typeof ResultRoute
|
|
'/dev/async-rendering': typeof DevAsyncRenderingRoute
|
|
'/dev/context': typeof DevContextRoute
|
|
'/dev/memo': typeof DevMemoRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/blank'
|
|
| '/form'
|
|
| '/query'
|
|
| '/result'
|
|
| '/dev/async-rendering'
|
|
| '/dev/context'
|
|
| '/dev/memo'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/blank'
|
|
| '/form'
|
|
| '/query'
|
|
| '/result'
|
|
| '/dev/async-rendering'
|
|
| '/dev/context'
|
|
| '/dev/memo'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/blank'
|
|
| '/form'
|
|
| '/query'
|
|
| '/result'
|
|
| '/dev/async-rendering'
|
|
| '/dev/context'
|
|
| '/dev/memo'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
BlankRoute: typeof BlankRoute
|
|
FormRoute: typeof FormRoute
|
|
QueryRoute: typeof QueryRoute
|
|
ResultRoute: typeof ResultRoute
|
|
DevAsyncRenderingRoute: typeof DevAsyncRenderingRoute
|
|
DevContextRoute: typeof DevContextRoute
|
|
DevMemoRoute: typeof DevMemoRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/result': {
|
|
id: '/result'
|
|
path: '/result'
|
|
fullPath: '/result'
|
|
preLoaderRoute: typeof ResultRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/query': {
|
|
id: '/query'
|
|
path: '/query'
|
|
fullPath: '/query'
|
|
preLoaderRoute: typeof QueryRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/form': {
|
|
id: '/form'
|
|
path: '/form'
|
|
fullPath: '/form'
|
|
preLoaderRoute: typeof FormRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/blank': {
|
|
id: '/blank'
|
|
path: '/blank'
|
|
fullPath: '/blank'
|
|
preLoaderRoute: typeof BlankRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/dev/memo': {
|
|
id: '/dev/memo'
|
|
path: '/dev/memo'
|
|
fullPath: '/dev/memo'
|
|
preLoaderRoute: typeof DevMemoRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/dev/context': {
|
|
id: '/dev/context'
|
|
path: '/dev/context'
|
|
fullPath: '/dev/context'
|
|
preLoaderRoute: typeof DevContextRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/dev/async-rendering': {
|
|
id: '/dev/async-rendering'
|
|
path: '/dev/async-rendering'
|
|
fullPath: '/dev/async-rendering'
|
|
preLoaderRoute: typeof DevAsyncRenderingRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
}
|
|
}
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
BlankRoute: BlankRoute,
|
|
FormRoute: FormRoute,
|
|
QueryRoute: QueryRoute,
|
|
ResultRoute: ResultRoute,
|
|
DevAsyncRenderingRoute: DevAsyncRenderingRoute,
|
|
DevContextRoute: DevContextRoute,
|
|
DevMemoRoute: DevMemoRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|