/* 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 LoginRouteImport } from './routes/login' import { Route as DashboardRouteImport } from './routes/dashboard' import { Route as IndexRouteImport } from './routes/index' import { Route as PlanesPlanesListRouteRouteImport } from './routes/planes/PlanesListRoute' import { Route as DemoTanstackQueryRouteImport } from './routes/demo/tanstack-query' import { Route as PlanesListaRouteRouteImport } from './routes/planes/_lista/route' import { Route as PlanesListaNuevoRouteImport } from './routes/planes/_lista/nuevo' import { Route as PlanesPlanIdAsignaturasRouteRouteImport } from './routes/planes/$planId/asignaturas/route' import { Route as PlanesPlanIdDetalleRouteRouteImport } from './routes/planes/$planId/_detalle/route' import { Route as PlanesPlanIdAsignaturasIndexRouteImport } from './routes/planes/$planId/asignaturas/index' import { Route as PlanesPlanIdDetalleMateriasRouteImport } from './routes/planes/$planId/_detalle/materias' import { Route as PlanesPlanIdDetalleMapaRouteImport } from './routes/planes/$planId/_detalle/mapa' import { Route as PlanesPlanIdDetalleIaplanRouteImport } from './routes/planes/$planId/_detalle/iaplan' import { Route as PlanesPlanIdDetalleHistorialRouteImport } from './routes/planes/$planId/_detalle/historial' import { Route as PlanesPlanIdDetalleFlujoRouteImport } from './routes/planes/$planId/_detalle/flujo' import { Route as PlanesPlanIdDetalleDocumentoRouteImport } from './routes/planes/$planId/_detalle/documento' import { Route as PlanesPlanIdDetalleDatosRouteImport } from './routes/planes/$planId/_detalle/datos' import { Route as PlanesPlanIdAsignaturasListaRouteRouteImport } from './routes/planes/$planId/asignaturas/_lista/route' import { Route as PlanesPlanIdAsignaturasAsignaturaIdRouteRouteImport } from './routes/planes/$planId/asignaturas/$asignaturaId/route' import { Route as PlanesPlanIdAsignaturasListaNuevaRouteImport } from './routes/planes/$planId/asignaturas/_lista/nueva' const LoginRoute = LoginRouteImport.update({ id: '/login', path: '/login', getParentRoute: () => rootRouteImport, } as any) const DashboardRoute = DashboardRouteImport.update({ id: '/dashboard', path: '/dashboard', getParentRoute: () => rootRouteImport, } as any) const IndexRoute = IndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => rootRouteImport, } as any) const PlanesPlanesListRouteRoute = PlanesPlanesListRouteRouteImport.update({ id: '/planes/PlanesListRoute', path: '/planes/PlanesListRoute', getParentRoute: () => rootRouteImport, } as any) const DemoTanstackQueryRoute = DemoTanstackQueryRouteImport.update({ id: '/demo/tanstack-query', path: '/demo/tanstack-query', getParentRoute: () => rootRouteImport, } as any) const PlanesListaRouteRoute = PlanesListaRouteRouteImport.update({ id: '/planes/_lista', path: '/planes', getParentRoute: () => rootRouteImport, } as any) const PlanesListaNuevoRoute = PlanesListaNuevoRouteImport.update({ id: '/nuevo', path: '/nuevo', getParentRoute: () => PlanesListaRouteRoute, } as any) const PlanesPlanIdAsignaturasRouteRoute = PlanesPlanIdAsignaturasRouteRouteImport.update({ id: '/planes/$planId/asignaturas', path: '/planes/$planId/asignaturas', getParentRoute: () => rootRouteImport, } as any) const PlanesPlanIdDetalleRouteRoute = PlanesPlanIdDetalleRouteRouteImport.update({ id: '/planes/$planId/_detalle', path: '/planes/$planId', getParentRoute: () => rootRouteImport, } as any) const PlanesPlanIdAsignaturasIndexRoute = PlanesPlanIdAsignaturasIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => PlanesPlanIdAsignaturasRouteRoute, } as any) const PlanesPlanIdDetalleMateriasRoute = PlanesPlanIdDetalleMateriasRouteImport.update({ id: '/materias', path: '/materias', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdDetalleMapaRoute = PlanesPlanIdDetalleMapaRouteImport.update({ id: '/mapa', path: '/mapa', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdDetalleIaplanRoute = PlanesPlanIdDetalleIaplanRouteImport.update({ id: '/iaplan', path: '/iaplan', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdDetalleHistorialRoute = PlanesPlanIdDetalleHistorialRouteImport.update({ id: '/historial', path: '/historial', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdDetalleFlujoRoute = PlanesPlanIdDetalleFlujoRouteImport.update({ id: '/flujo', path: '/flujo', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdDetalleDocumentoRoute = PlanesPlanIdDetalleDocumentoRouteImport.update({ id: '/documento', path: '/documento', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdDetalleDatosRoute = PlanesPlanIdDetalleDatosRouteImport.update({ id: '/datos', path: '/datos', getParentRoute: () => PlanesPlanIdDetalleRouteRoute, } as any) const PlanesPlanIdAsignaturasListaRouteRoute = PlanesPlanIdAsignaturasListaRouteRouteImport.update({ id: '/_lista', getParentRoute: () => PlanesPlanIdAsignaturasRouteRoute, } as any) const PlanesPlanIdAsignaturasAsignaturaIdRouteRoute = PlanesPlanIdAsignaturasAsignaturaIdRouteRouteImport.update({ id: '/$asignaturaId', path: '/$asignaturaId', getParentRoute: () => PlanesPlanIdAsignaturasRouteRoute, } as any) const PlanesPlanIdAsignaturasListaNuevaRoute = PlanesPlanIdAsignaturasListaNuevaRouteImport.update({ id: '/nueva', path: '/nueva', getParentRoute: () => PlanesPlanIdAsignaturasListaRouteRoute, } as any) export interface FileRoutesByFullPath { '/': typeof IndexRoute '/dashboard': typeof DashboardRoute '/login': typeof LoginRoute '/planes': typeof PlanesListaRouteRouteWithChildren '/demo/tanstack-query': typeof DemoTanstackQueryRoute '/planes/PlanesListRoute': typeof PlanesPlanesListRouteRoute '/planes/$planId': typeof PlanesPlanIdDetalleRouteRouteWithChildren '/planes/$planId/asignaturas': typeof PlanesPlanIdAsignaturasListaRouteRouteWithChildren '/planes/nuevo': typeof PlanesListaNuevoRoute '/planes/$planId/asignaturas/$asignaturaId': typeof PlanesPlanIdAsignaturasAsignaturaIdRouteRoute '/planes/$planId/datos': typeof PlanesPlanIdDetalleDatosRoute '/planes/$planId/documento': typeof PlanesPlanIdDetalleDocumentoRoute '/planes/$planId/flujo': typeof PlanesPlanIdDetalleFlujoRoute '/planes/$planId/historial': typeof PlanesPlanIdDetalleHistorialRoute '/planes/$planId/iaplan': typeof PlanesPlanIdDetalleIaplanRoute '/planes/$planId/mapa': typeof PlanesPlanIdDetalleMapaRoute '/planes/$planId/materias': typeof PlanesPlanIdDetalleMateriasRoute '/planes/$planId/asignaturas/': typeof PlanesPlanIdAsignaturasIndexRoute '/planes/$planId/asignaturas/nueva': typeof PlanesPlanIdAsignaturasListaNuevaRoute } export interface FileRoutesByTo { '/': typeof IndexRoute '/dashboard': typeof DashboardRoute '/login': typeof LoginRoute '/planes': typeof PlanesListaRouteRouteWithChildren '/demo/tanstack-query': typeof DemoTanstackQueryRoute '/planes/PlanesListRoute': typeof PlanesPlanesListRouteRoute '/planes/$planId': typeof PlanesPlanIdDetalleRouteRouteWithChildren '/planes/nuevo': typeof PlanesListaNuevoRoute '/planes/$planId/asignaturas/$asignaturaId': typeof PlanesPlanIdAsignaturasAsignaturaIdRouteRoute '/planes/$planId/asignaturas': typeof PlanesPlanIdAsignaturasIndexRoute '/planes/$planId/datos': typeof PlanesPlanIdDetalleDatosRoute '/planes/$planId/documento': typeof PlanesPlanIdDetalleDocumentoRoute '/planes/$planId/flujo': typeof PlanesPlanIdDetalleFlujoRoute '/planes/$planId/historial': typeof PlanesPlanIdDetalleHistorialRoute '/planes/$planId/iaplan': typeof PlanesPlanIdDetalleIaplanRoute '/planes/$planId/mapa': typeof PlanesPlanIdDetalleMapaRoute '/planes/$planId/materias': typeof PlanesPlanIdDetalleMateriasRoute '/planes/$planId/asignaturas/nueva': typeof PlanesPlanIdAsignaturasListaNuevaRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/': typeof IndexRoute '/dashboard': typeof DashboardRoute '/login': typeof LoginRoute '/planes/_lista': typeof PlanesListaRouteRouteWithChildren '/demo/tanstack-query': typeof DemoTanstackQueryRoute '/planes/PlanesListRoute': typeof PlanesPlanesListRouteRoute '/planes/$planId/_detalle': typeof PlanesPlanIdDetalleRouteRouteWithChildren '/planes/$planId/asignaturas': typeof PlanesPlanIdAsignaturasRouteRouteWithChildren '/planes/_lista/nuevo': typeof PlanesListaNuevoRoute '/planes/$planId/asignaturas/$asignaturaId': typeof PlanesPlanIdAsignaturasAsignaturaIdRouteRoute '/planes/$planId/asignaturas/_lista': typeof PlanesPlanIdAsignaturasListaRouteRouteWithChildren '/planes/$planId/_detalle/datos': typeof PlanesPlanIdDetalleDatosRoute '/planes/$planId/_detalle/documento': typeof PlanesPlanIdDetalleDocumentoRoute '/planes/$planId/_detalle/flujo': typeof PlanesPlanIdDetalleFlujoRoute '/planes/$planId/_detalle/historial': typeof PlanesPlanIdDetalleHistorialRoute '/planes/$planId/_detalle/iaplan': typeof PlanesPlanIdDetalleIaplanRoute '/planes/$planId/_detalle/mapa': typeof PlanesPlanIdDetalleMapaRoute '/planes/$planId/_detalle/materias': typeof PlanesPlanIdDetalleMateriasRoute '/planes/$planId/asignaturas/': typeof PlanesPlanIdAsignaturasIndexRoute '/planes/$planId/asignaturas/_lista/nueva': typeof PlanesPlanIdAsignaturasListaNuevaRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/dashboard' | '/login' | '/planes' | '/demo/tanstack-query' | '/planes/PlanesListRoute' | '/planes/$planId' | '/planes/$planId/asignaturas' | '/planes/nuevo' | '/planes/$planId/asignaturas/$asignaturaId' | '/planes/$planId/datos' | '/planes/$planId/documento' | '/planes/$planId/flujo' | '/planes/$planId/historial' | '/planes/$planId/iaplan' | '/planes/$planId/mapa' | '/planes/$planId/materias' | '/planes/$planId/asignaturas/' | '/planes/$planId/asignaturas/nueva' fileRoutesByTo: FileRoutesByTo to: | '/' | '/dashboard' | '/login' | '/planes' | '/demo/tanstack-query' | '/planes/PlanesListRoute' | '/planes/$planId' | '/planes/nuevo' | '/planes/$planId/asignaturas/$asignaturaId' | '/planes/$planId/asignaturas' | '/planes/$planId/datos' | '/planes/$planId/documento' | '/planes/$planId/flujo' | '/planes/$planId/historial' | '/planes/$planId/iaplan' | '/planes/$planId/mapa' | '/planes/$planId/materias' | '/planes/$planId/asignaturas/nueva' id: | '__root__' | '/' | '/dashboard' | '/login' | '/planes/_lista' | '/demo/tanstack-query' | '/planes/PlanesListRoute' | '/planes/$planId/_detalle' | '/planes/$planId/asignaturas' | '/planes/_lista/nuevo' | '/planes/$planId/asignaturas/$asignaturaId' | '/planes/$planId/asignaturas/_lista' | '/planes/$planId/_detalle/datos' | '/planes/$planId/_detalle/documento' | '/planes/$planId/_detalle/flujo' | '/planes/$planId/_detalle/historial' | '/planes/$planId/_detalle/iaplan' | '/planes/$planId/_detalle/mapa' | '/planes/$planId/_detalle/materias' | '/planes/$planId/asignaturas/' | '/planes/$planId/asignaturas/_lista/nueva' fileRoutesById: FileRoutesById } export interface RootRouteChildren { IndexRoute: typeof IndexRoute DashboardRoute: typeof DashboardRoute LoginRoute: typeof LoginRoute PlanesListaRouteRoute: typeof PlanesListaRouteRouteWithChildren DemoTanstackQueryRoute: typeof DemoTanstackQueryRoute PlanesPlanesListRouteRoute: typeof PlanesPlanesListRouteRoute PlanesPlanIdDetalleRouteRoute: typeof PlanesPlanIdDetalleRouteRouteWithChildren PlanesPlanIdAsignaturasRouteRoute: typeof PlanesPlanIdAsignaturasRouteRouteWithChildren } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/login': { id: '/login' path: '/login' fullPath: '/login' preLoaderRoute: typeof LoginRouteImport parentRoute: typeof rootRouteImport } '/dashboard': { id: '/dashboard' path: '/dashboard' fullPath: '/dashboard' preLoaderRoute: typeof DashboardRouteImport parentRoute: typeof rootRouteImport } '/': { id: '/' path: '/' fullPath: '/' preLoaderRoute: typeof IndexRouteImport parentRoute: typeof rootRouteImport } '/planes/PlanesListRoute': { id: '/planes/PlanesListRoute' path: '/planes/PlanesListRoute' fullPath: '/planes/PlanesListRoute' preLoaderRoute: typeof PlanesPlanesListRouteRouteImport parentRoute: typeof rootRouteImport } '/demo/tanstack-query': { id: '/demo/tanstack-query' path: '/demo/tanstack-query' fullPath: '/demo/tanstack-query' preLoaderRoute: typeof DemoTanstackQueryRouteImport parentRoute: typeof rootRouteImport } '/planes/_lista': { id: '/planes/_lista' path: '/planes' fullPath: '/planes' preLoaderRoute: typeof PlanesListaRouteRouteImport parentRoute: typeof rootRouteImport } '/planes/_lista/nuevo': { id: '/planes/_lista/nuevo' path: '/nuevo' fullPath: '/planes/nuevo' preLoaderRoute: typeof PlanesListaNuevoRouteImport parentRoute: typeof PlanesListaRouteRoute } '/planes/$planId/asignaturas': { id: '/planes/$planId/asignaturas' path: '/planes/$planId/asignaturas' fullPath: '/planes/$planId/asignaturas' preLoaderRoute: typeof PlanesPlanIdAsignaturasRouteRouteImport parentRoute: typeof rootRouteImport } '/planes/$planId/_detalle': { id: '/planes/$planId/_detalle' path: '/planes/$planId' fullPath: '/planes/$planId' preLoaderRoute: typeof PlanesPlanIdDetalleRouteRouteImport parentRoute: typeof rootRouteImport } '/planes/$planId/asignaturas/': { id: '/planes/$planId/asignaturas/' path: '/' fullPath: '/planes/$planId/asignaturas/' preLoaderRoute: typeof PlanesPlanIdAsignaturasIndexRouteImport parentRoute: typeof PlanesPlanIdAsignaturasRouteRoute } '/planes/$planId/_detalle/materias': { id: '/planes/$planId/_detalle/materias' path: '/materias' fullPath: '/planes/$planId/materias' preLoaderRoute: typeof PlanesPlanIdDetalleMateriasRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/_detalle/mapa': { id: '/planes/$planId/_detalle/mapa' path: '/mapa' fullPath: '/planes/$planId/mapa' preLoaderRoute: typeof PlanesPlanIdDetalleMapaRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/_detalle/iaplan': { id: '/planes/$planId/_detalle/iaplan' path: '/iaplan' fullPath: '/planes/$planId/iaplan' preLoaderRoute: typeof PlanesPlanIdDetalleIaplanRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/_detalle/historial': { id: '/planes/$planId/_detalle/historial' path: '/historial' fullPath: '/planes/$planId/historial' preLoaderRoute: typeof PlanesPlanIdDetalleHistorialRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/_detalle/flujo': { id: '/planes/$planId/_detalle/flujo' path: '/flujo' fullPath: '/planes/$planId/flujo' preLoaderRoute: typeof PlanesPlanIdDetalleFlujoRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/_detalle/documento': { id: '/planes/$planId/_detalle/documento' path: '/documento' fullPath: '/planes/$planId/documento' preLoaderRoute: typeof PlanesPlanIdDetalleDocumentoRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/_detalle/datos': { id: '/planes/$planId/_detalle/datos' path: '/datos' fullPath: '/planes/$planId/datos' preLoaderRoute: typeof PlanesPlanIdDetalleDatosRouteImport parentRoute: typeof PlanesPlanIdDetalleRouteRoute } '/planes/$planId/asignaturas/_lista': { id: '/planes/$planId/asignaturas/_lista' path: '' fullPath: '/planes/$planId/asignaturas' preLoaderRoute: typeof PlanesPlanIdAsignaturasListaRouteRouteImport parentRoute: typeof PlanesPlanIdAsignaturasRouteRoute } '/planes/$planId/asignaturas/$asignaturaId': { id: '/planes/$planId/asignaturas/$asignaturaId' path: '/$asignaturaId' fullPath: '/planes/$planId/asignaturas/$asignaturaId' preLoaderRoute: typeof PlanesPlanIdAsignaturasAsignaturaIdRouteRouteImport parentRoute: typeof PlanesPlanIdAsignaturasRouteRoute } '/planes/$planId/asignaturas/_lista/nueva': { id: '/planes/$planId/asignaturas/_lista/nueva' path: '/nueva' fullPath: '/planes/$planId/asignaturas/nueva' preLoaderRoute: typeof PlanesPlanIdAsignaturasListaNuevaRouteImport parentRoute: typeof PlanesPlanIdAsignaturasListaRouteRoute } } } interface PlanesListaRouteRouteChildren { PlanesListaNuevoRoute: typeof PlanesListaNuevoRoute } const PlanesListaRouteRouteChildren: PlanesListaRouteRouteChildren = { PlanesListaNuevoRoute: PlanesListaNuevoRoute, } const PlanesListaRouteRouteWithChildren = PlanesListaRouteRoute._addFileChildren(PlanesListaRouteRouteChildren) interface PlanesPlanIdDetalleRouteRouteChildren { PlanesPlanIdDetalleDatosRoute: typeof PlanesPlanIdDetalleDatosRoute PlanesPlanIdDetalleDocumentoRoute: typeof PlanesPlanIdDetalleDocumentoRoute PlanesPlanIdDetalleFlujoRoute: typeof PlanesPlanIdDetalleFlujoRoute PlanesPlanIdDetalleHistorialRoute: typeof PlanesPlanIdDetalleHistorialRoute PlanesPlanIdDetalleIaplanRoute: typeof PlanesPlanIdDetalleIaplanRoute PlanesPlanIdDetalleMapaRoute: typeof PlanesPlanIdDetalleMapaRoute PlanesPlanIdDetalleMateriasRoute: typeof PlanesPlanIdDetalleMateriasRoute } const PlanesPlanIdDetalleRouteRouteChildren: PlanesPlanIdDetalleRouteRouteChildren = { PlanesPlanIdDetalleDatosRoute: PlanesPlanIdDetalleDatosRoute, PlanesPlanIdDetalleDocumentoRoute: PlanesPlanIdDetalleDocumentoRoute, PlanesPlanIdDetalleFlujoRoute: PlanesPlanIdDetalleFlujoRoute, PlanesPlanIdDetalleHistorialRoute: PlanesPlanIdDetalleHistorialRoute, PlanesPlanIdDetalleIaplanRoute: PlanesPlanIdDetalleIaplanRoute, PlanesPlanIdDetalleMapaRoute: PlanesPlanIdDetalleMapaRoute, PlanesPlanIdDetalleMateriasRoute: PlanesPlanIdDetalleMateriasRoute, } const PlanesPlanIdDetalleRouteRouteWithChildren = PlanesPlanIdDetalleRouteRoute._addFileChildren( PlanesPlanIdDetalleRouteRouteChildren, ) interface PlanesPlanIdAsignaturasListaRouteRouteChildren { PlanesPlanIdAsignaturasListaNuevaRoute: typeof PlanesPlanIdAsignaturasListaNuevaRoute } const PlanesPlanIdAsignaturasListaRouteRouteChildren: PlanesPlanIdAsignaturasListaRouteRouteChildren = { PlanesPlanIdAsignaturasListaNuevaRoute: PlanesPlanIdAsignaturasListaNuevaRoute, } const PlanesPlanIdAsignaturasListaRouteRouteWithChildren = PlanesPlanIdAsignaturasListaRouteRoute._addFileChildren( PlanesPlanIdAsignaturasListaRouteRouteChildren, ) interface PlanesPlanIdAsignaturasRouteRouteChildren { PlanesPlanIdAsignaturasAsignaturaIdRouteRoute: typeof PlanesPlanIdAsignaturasAsignaturaIdRouteRoute PlanesPlanIdAsignaturasListaRouteRoute: typeof PlanesPlanIdAsignaturasListaRouteRouteWithChildren PlanesPlanIdAsignaturasIndexRoute: typeof PlanesPlanIdAsignaturasIndexRoute } const PlanesPlanIdAsignaturasRouteRouteChildren: PlanesPlanIdAsignaturasRouteRouteChildren = { PlanesPlanIdAsignaturasAsignaturaIdRouteRoute: PlanesPlanIdAsignaturasAsignaturaIdRouteRoute, PlanesPlanIdAsignaturasListaRouteRoute: PlanesPlanIdAsignaturasListaRouteRouteWithChildren, PlanesPlanIdAsignaturasIndexRoute: PlanesPlanIdAsignaturasIndexRoute, } const PlanesPlanIdAsignaturasRouteRouteWithChildren = PlanesPlanIdAsignaturasRouteRoute._addFileChildren( PlanesPlanIdAsignaturasRouteRouteChildren, ) const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, DashboardRoute: DashboardRoute, LoginRoute: LoginRoute, PlanesListaRouteRoute: PlanesListaRouteRouteWithChildren, DemoTanstackQueryRoute: DemoTanstackQueryRoute, PlanesPlanesListRouteRoute: PlanesPlanesListRouteRoute, PlanesPlanIdDetalleRouteRoute: PlanesPlanIdDetalleRouteRouteWithChildren, PlanesPlanIdAsignaturasRouteRoute: PlanesPlanIdAsignaturasRouteRouteWithChildren, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()