Files
telemtPanel/apps/web/src/routeTree.gen.ts
T
Denozordec d17a403f12
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 2m17s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped
Add Errors route and integrate into navigation and dashboard
2026-08-04 21:39:45 +07:00

253 lines
6.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 IndexRouteImport } from './routes/index'
import { Route as ClientsRouteImport } from './routes/clients'
import { Route as DashboardRouteImport } from './routes/dashboard'
import { Route as ErrorsRouteImport } from './routes/errors'
import { Route as LoginRouteImport } from './routes/login'
import { Route as RuntimeRouteImport } from './routes/runtime'
import { Route as SecurityRouteImport } from './routes/security'
import { Route as ServersRouteImport } from './routes/servers'
import { Route as SettingsRouteImport } from './routes/settings'
import { Route as UsersRouteImport } from './routes/users'
const IndexRoute = IndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => rootRouteImport,
} as any)
const ClientsRoute = ClientsRouteImport.update({
id: '/clients',
path: '/clients',
getParentRoute: () => rootRouteImport,
} as any)
const DashboardRoute = DashboardRouteImport.update({
id: '/dashboard',
path: '/dashboard',
getParentRoute: () => rootRouteImport,
} as any)
const ErrorsRoute = ErrorsRouteImport.update({
id: '/errors',
path: '/errors',
getParentRoute: () => rootRouteImport,
} as any)
const LoginRoute = LoginRouteImport.update({
id: '/login',
path: '/login',
getParentRoute: () => rootRouteImport,
} as any)
const RuntimeRoute = RuntimeRouteImport.update({
id: '/runtime',
path: '/runtime',
getParentRoute: () => rootRouteImport,
} as any)
const SecurityRoute = SecurityRouteImport.update({
id: '/security',
path: '/security',
getParentRoute: () => rootRouteImport,
} as any)
const ServersRoute = ServersRouteImport.update({
id: '/servers',
path: '/servers',
getParentRoute: () => rootRouteImport,
} as any)
const SettingsRoute = SettingsRouteImport.update({
id: '/settings',
path: '/settings',
getParentRoute: () => rootRouteImport,
} as any)
const UsersRoute = UsersRouteImport.update({
id: '/users',
path: '/users',
getParentRoute: () => rootRouteImport,
} as any)
export interface FileRoutesByFullPath {
'/': typeof IndexRoute
'/clients': typeof ClientsRoute
'/dashboard': typeof DashboardRoute
'/errors': typeof ErrorsRoute
'/login': typeof LoginRoute
'/runtime': typeof RuntimeRoute
'/security': typeof SecurityRoute
'/servers': typeof ServersRoute
'/settings': typeof SettingsRoute
'/users': typeof UsersRoute
}
export interface FileRoutesByTo {
'/': typeof IndexRoute
'/clients': typeof ClientsRoute
'/dashboard': typeof DashboardRoute
'/errors': typeof ErrorsRoute
'/login': typeof LoginRoute
'/runtime': typeof RuntimeRoute
'/security': typeof SecurityRoute
'/servers': typeof ServersRoute
'/settings': typeof SettingsRoute
'/users': typeof UsersRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/': typeof IndexRoute
'/clients': typeof ClientsRoute
'/dashboard': typeof DashboardRoute
'/errors': typeof ErrorsRoute
'/login': typeof LoginRoute
'/runtime': typeof RuntimeRoute
'/security': typeof SecurityRoute
'/servers': typeof ServersRoute
'/settings': typeof SettingsRoute
'/users': typeof UsersRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| '/'
| '/clients'
| '/dashboard'
| '/errors'
| '/login'
| '/runtime'
| '/security'
| '/servers'
| '/settings'
| '/users'
fileRoutesByTo: FileRoutesByTo
to:
| '/'
| '/clients'
| '/dashboard'
| '/errors'
| '/login'
| '/runtime'
| '/security'
| '/servers'
| '/settings'
| '/users'
id:
| '__root__'
| '/'
| '/clients'
| '/dashboard'
| '/errors'
| '/login'
| '/runtime'
| '/security'
| '/servers'
| '/settings'
| '/users'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
IndexRoute: typeof IndexRoute
ClientsRoute: typeof ClientsRoute
DashboardRoute: typeof DashboardRoute
ErrorsRoute: typeof ErrorsRoute
LoginRoute: typeof LoginRoute
RuntimeRoute: typeof RuntimeRoute
SecurityRoute: typeof SecurityRoute
ServersRoute: typeof ServersRoute
SettingsRoute: typeof SettingsRoute
UsersRoute: typeof UsersRoute
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/': {
id: '/'
path: '/'
fullPath: '/'
preLoaderRoute: typeof IndexRouteImport
parentRoute: typeof rootRouteImport
}
'/clients': {
id: '/clients'
path: '/clients'
fullPath: '/clients'
preLoaderRoute: typeof ClientsRouteImport
parentRoute: typeof rootRouteImport
}
'/dashboard': {
id: '/dashboard'
path: '/dashboard'
fullPath: '/dashboard'
preLoaderRoute: typeof DashboardRouteImport
parentRoute: typeof rootRouteImport
}
'/errors': {
id: '/errors'
path: '/errors'
fullPath: '/errors'
preLoaderRoute: typeof ErrorsRouteImport
parentRoute: typeof rootRouteImport
}
'/login': {
id: '/login'
path: '/login'
fullPath: '/login'
preLoaderRoute: typeof LoginRouteImport
parentRoute: typeof rootRouteImport
}
'/runtime': {
id: '/runtime'
path: '/runtime'
fullPath: '/runtime'
preLoaderRoute: typeof RuntimeRouteImport
parentRoute: typeof rootRouteImport
}
'/security': {
id: '/security'
path: '/security'
fullPath: '/security'
preLoaderRoute: typeof SecurityRouteImport
parentRoute: typeof rootRouteImport
}
'/servers': {
id: '/servers'
path: '/servers'
fullPath: '/servers'
preLoaderRoute: typeof ServersRouteImport
parentRoute: typeof rootRouteImport
}
'/settings': {
id: '/settings'
path: '/settings'
fullPath: '/settings'
preLoaderRoute: typeof SettingsRouteImport
parentRoute: typeof rootRouteImport
}
'/users': {
id: '/users'
path: '/users'
fullPath: '/users'
preLoaderRoute: typeof UsersRouteImport
parentRoute: typeof rootRouteImport
}
}
}
const rootRouteChildren: RootRouteChildren = {
IndexRoute: IndexRoute,
ClientsRoute: ClientsRoute,
DashboardRoute: DashboardRoute,
ErrorsRoute: ErrorsRoute,
LoginRoute: LoginRoute,
RuntimeRoute: RuntimeRoute,
SecurityRoute: SecurityRoute,
ServersRoute: ServersRoute,
SettingsRoute: SettingsRoute,
UsersRoute: UsersRoute,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()