539 lines
15 KiB
TypeScript
539 lines
15 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 Routes
|
|
|
|
import { Route as rootRoute } from './routes/__root'
|
|
import { Route as LoginImport } from './routes/login'
|
|
import { Route as AboutImport } from './routes/about'
|
|
import { Route as EomImport } from './routes/_eom'
|
|
import { Route as AuthImport } from './routes/_auth'
|
|
import { Route as AdminImport } from './routes/_admin'
|
|
import { Route as IndexImport } from './routes/index'
|
|
import { Route as OcpIndexImport } from './routes/ocp/index'
|
|
import { Route as EomEomImport } from './routes/_eom/eom'
|
|
import { Route as AuthProfileImport } from './routes/_auth/profile'
|
|
import { Route as AdminSettingsImport } from './routes/_admin/settings'
|
|
import { Route as AdminServersImport } from './routes/_admin/servers'
|
|
import { Route as AdminModulesImport } from './routes/_admin/modules'
|
|
import { Route as ocmeCyclecountIndexImport } from './routes/(ocme)/cyclecount/index'
|
|
import { Route as logisticsMaterialHelperIndexImport } from './routes/(logistics)/materialHelper/index'
|
|
import { Route as EomArticleAvImport } from './routes/_eom/article/$av'
|
|
import { Route as logisticsMaterialHelperSiloLinkIndexImport } from './routes/(logistics)/materialHelper/siloLink/index'
|
|
import { Route as logisticsMaterialHelperConsumptionIndexImport } from './routes/(logistics)/materialHelper/consumption/index'
|
|
|
|
// Create/Update Routes
|
|
|
|
const LoginRoute = LoginImport.update({
|
|
id: '/login',
|
|
path: '/login',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const AboutRoute = AboutImport.update({
|
|
id: '/about',
|
|
path: '/about',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const EomRoute = EomImport.update({
|
|
id: '/_eom',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const AuthRoute = AuthImport.update({
|
|
id: '/_auth',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const AdminRoute = AdminImport.update({
|
|
id: '/_admin',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const IndexRoute = IndexImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const OcpIndexRoute = OcpIndexImport.update({
|
|
id: '/ocp/',
|
|
path: '/ocp/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const EomEomRoute = EomEomImport.update({
|
|
id: '/eom',
|
|
path: '/eom',
|
|
getParentRoute: () => EomRoute,
|
|
} as any)
|
|
|
|
const AuthProfileRoute = AuthProfileImport.update({
|
|
id: '/profile',
|
|
path: '/profile',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
|
|
const AdminSettingsRoute = AdminSettingsImport.update({
|
|
id: '/settings',
|
|
path: '/settings',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
|
|
const AdminServersRoute = AdminServersImport.update({
|
|
id: '/servers',
|
|
path: '/servers',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
|
|
const AdminModulesRoute = AdminModulesImport.update({
|
|
id: '/modules',
|
|
path: '/modules',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
|
|
const ocmeCyclecountIndexRoute = ocmeCyclecountIndexImport.update({
|
|
id: '/(ocme)/cyclecount/',
|
|
path: '/cyclecount/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const logisticsMaterialHelperIndexRoute =
|
|
logisticsMaterialHelperIndexImport.update({
|
|
id: '/(logistics)/materialHelper/',
|
|
path: '/materialHelper/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const EomArticleAvRoute = EomArticleAvImport.update({
|
|
id: '/article/$av',
|
|
path: '/article/$av',
|
|
getParentRoute: () => EomRoute,
|
|
} as any)
|
|
|
|
const logisticsMaterialHelperSiloLinkIndexRoute =
|
|
logisticsMaterialHelperSiloLinkIndexImport.update({
|
|
id: '/(logistics)/materialHelper/siloLink/',
|
|
path: '/materialHelper/siloLink/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const logisticsMaterialHelperConsumptionIndexRoute =
|
|
logisticsMaterialHelperConsumptionIndexImport.update({
|
|
id: '/(logistics)/materialHelper/consumption/',
|
|
path: '/materialHelper/consumption/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
// Populate the FileRoutesByPath interface
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_admin': {
|
|
id: '/_admin'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof AdminImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_auth': {
|
|
id: '/_auth'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof AuthImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_eom': {
|
|
id: '/_eom'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof EomImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/about': {
|
|
id: '/about'
|
|
path: '/about'
|
|
fullPath: '/about'
|
|
preLoaderRoute: typeof AboutImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/login': {
|
|
id: '/login'
|
|
path: '/login'
|
|
fullPath: '/login'
|
|
preLoaderRoute: typeof LoginImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_admin/modules': {
|
|
id: '/_admin/modules'
|
|
path: '/modules'
|
|
fullPath: '/modules'
|
|
preLoaderRoute: typeof AdminModulesImport
|
|
parentRoute: typeof AdminImport
|
|
}
|
|
'/_admin/servers': {
|
|
id: '/_admin/servers'
|
|
path: '/servers'
|
|
fullPath: '/servers'
|
|
preLoaderRoute: typeof AdminServersImport
|
|
parentRoute: typeof AdminImport
|
|
}
|
|
'/_admin/settings': {
|
|
id: '/_admin/settings'
|
|
path: '/settings'
|
|
fullPath: '/settings'
|
|
preLoaderRoute: typeof AdminSettingsImport
|
|
parentRoute: typeof AdminImport
|
|
}
|
|
'/_auth/profile': {
|
|
id: '/_auth/profile'
|
|
path: '/profile'
|
|
fullPath: '/profile'
|
|
preLoaderRoute: typeof AuthProfileImport
|
|
parentRoute: typeof AuthImport
|
|
}
|
|
'/_eom/eom': {
|
|
id: '/_eom/eom'
|
|
path: '/eom'
|
|
fullPath: '/eom'
|
|
preLoaderRoute: typeof EomEomImport
|
|
parentRoute: typeof EomImport
|
|
}
|
|
'/ocp/': {
|
|
id: '/ocp/'
|
|
path: '/ocp'
|
|
fullPath: '/ocp'
|
|
preLoaderRoute: typeof OcpIndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_eom/article/$av': {
|
|
id: '/_eom/article/$av'
|
|
path: '/article/$av'
|
|
fullPath: '/article/$av'
|
|
preLoaderRoute: typeof EomArticleAvImport
|
|
parentRoute: typeof EomImport
|
|
}
|
|
'/(logistics)/materialHelper/': {
|
|
id: '/(logistics)/materialHelper/'
|
|
path: '/materialHelper'
|
|
fullPath: '/materialHelper'
|
|
preLoaderRoute: typeof logisticsMaterialHelperIndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(ocme)/cyclecount/': {
|
|
id: '/(ocme)/cyclecount/'
|
|
path: '/cyclecount'
|
|
fullPath: '/cyclecount'
|
|
preLoaderRoute: typeof ocmeCyclecountIndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(logistics)/materialHelper/consumption/': {
|
|
id: '/(logistics)/materialHelper/consumption/'
|
|
path: '/materialHelper/consumption'
|
|
fullPath: '/materialHelper/consumption'
|
|
preLoaderRoute: typeof logisticsMaterialHelperConsumptionIndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(logistics)/materialHelper/siloLink/': {
|
|
id: '/(logistics)/materialHelper/siloLink/'
|
|
path: '/materialHelper/siloLink'
|
|
fullPath: '/materialHelper/siloLink'
|
|
preLoaderRoute: typeof logisticsMaterialHelperSiloLinkIndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
// Create and export the route tree
|
|
|
|
interface AdminRouteChildren {
|
|
AdminModulesRoute: typeof AdminModulesRoute
|
|
AdminServersRoute: typeof AdminServersRoute
|
|
AdminSettingsRoute: typeof AdminSettingsRoute
|
|
}
|
|
|
|
const AdminRouteChildren: AdminRouteChildren = {
|
|
AdminModulesRoute: AdminModulesRoute,
|
|
AdminServersRoute: AdminServersRoute,
|
|
AdminSettingsRoute: AdminSettingsRoute,
|
|
}
|
|
|
|
const AdminRouteWithChildren = AdminRoute._addFileChildren(AdminRouteChildren)
|
|
|
|
interface AuthRouteChildren {
|
|
AuthProfileRoute: typeof AuthProfileRoute
|
|
}
|
|
|
|
const AuthRouteChildren: AuthRouteChildren = {
|
|
AuthProfileRoute: AuthProfileRoute,
|
|
}
|
|
|
|
const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren)
|
|
|
|
interface EomRouteChildren {
|
|
EomEomRoute: typeof EomEomRoute
|
|
EomArticleAvRoute: typeof EomArticleAvRoute
|
|
}
|
|
|
|
const EomRouteChildren: EomRouteChildren = {
|
|
EomEomRoute: EomEomRoute,
|
|
EomArticleAvRoute: EomArticleAvRoute,
|
|
}
|
|
|
|
const EomRouteWithChildren = EomRoute._addFileChildren(EomRouteChildren)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'': typeof EomRouteWithChildren
|
|
'/about': typeof AboutRoute
|
|
'/login': typeof LoginRoute
|
|
'/modules': typeof AdminModulesRoute
|
|
'/servers': typeof AdminServersRoute
|
|
'/settings': typeof AdminSettingsRoute
|
|
'/profile': typeof AuthProfileRoute
|
|
'/eom': typeof EomEomRoute
|
|
'/ocp': typeof OcpIndexRoute
|
|
'/article/$av': typeof EomArticleAvRoute
|
|
'/materialHelper': typeof logisticsMaterialHelperIndexRoute
|
|
'/cyclecount': typeof ocmeCyclecountIndexRoute
|
|
'/materialHelper/consumption': typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
'/materialHelper/siloLink': typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'': typeof EomRouteWithChildren
|
|
'/about': typeof AboutRoute
|
|
'/login': typeof LoginRoute
|
|
'/modules': typeof AdminModulesRoute
|
|
'/servers': typeof AdminServersRoute
|
|
'/settings': typeof AdminSettingsRoute
|
|
'/profile': typeof AuthProfileRoute
|
|
'/eom': typeof EomEomRoute
|
|
'/ocp': typeof OcpIndexRoute
|
|
'/article/$av': typeof EomArticleAvRoute
|
|
'/materialHelper': typeof logisticsMaterialHelperIndexRoute
|
|
'/cyclecount': typeof ocmeCyclecountIndexRoute
|
|
'/materialHelper/consumption': typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
'/materialHelper/siloLink': typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRoute
|
|
'/': typeof IndexRoute
|
|
'/_admin': typeof AdminRouteWithChildren
|
|
'/_auth': typeof AuthRouteWithChildren
|
|
'/_eom': typeof EomRouteWithChildren
|
|
'/about': typeof AboutRoute
|
|
'/login': typeof LoginRoute
|
|
'/_admin/modules': typeof AdminModulesRoute
|
|
'/_admin/servers': typeof AdminServersRoute
|
|
'/_admin/settings': typeof AdminSettingsRoute
|
|
'/_auth/profile': typeof AuthProfileRoute
|
|
'/_eom/eom': typeof EomEomRoute
|
|
'/ocp/': typeof OcpIndexRoute
|
|
'/_eom/article/$av': typeof EomArticleAvRoute
|
|
'/(logistics)/materialHelper/': typeof logisticsMaterialHelperIndexRoute
|
|
'/(ocme)/cyclecount/': typeof ocmeCyclecountIndexRoute
|
|
'/(logistics)/materialHelper/consumption/': typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
'/(logistics)/materialHelper/siloLink/': typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| ''
|
|
| '/about'
|
|
| '/login'
|
|
| '/modules'
|
|
| '/servers'
|
|
| '/settings'
|
|
| '/profile'
|
|
| '/eom'
|
|
| '/ocp'
|
|
| '/article/$av'
|
|
| '/materialHelper'
|
|
| '/cyclecount'
|
|
| '/materialHelper/consumption'
|
|
| '/materialHelper/siloLink'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| ''
|
|
| '/about'
|
|
| '/login'
|
|
| '/modules'
|
|
| '/servers'
|
|
| '/settings'
|
|
| '/profile'
|
|
| '/eom'
|
|
| '/ocp'
|
|
| '/article/$av'
|
|
| '/materialHelper'
|
|
| '/cyclecount'
|
|
| '/materialHelper/consumption'
|
|
| '/materialHelper/siloLink'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/_admin'
|
|
| '/_auth'
|
|
| '/_eom'
|
|
| '/about'
|
|
| '/login'
|
|
| '/_admin/modules'
|
|
| '/_admin/servers'
|
|
| '/_admin/settings'
|
|
| '/_auth/profile'
|
|
| '/_eom/eom'
|
|
| '/ocp/'
|
|
| '/_eom/article/$av'
|
|
| '/(logistics)/materialHelper/'
|
|
| '/(ocme)/cyclecount/'
|
|
| '/(logistics)/materialHelper/consumption/'
|
|
| '/(logistics)/materialHelper/siloLink/'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
AdminRoute: typeof AdminRouteWithChildren
|
|
AuthRoute: typeof AuthRouteWithChildren
|
|
EomRoute: typeof EomRouteWithChildren
|
|
AboutRoute: typeof AboutRoute
|
|
LoginRoute: typeof LoginRoute
|
|
OcpIndexRoute: typeof OcpIndexRoute
|
|
logisticsMaterialHelperIndexRoute: typeof logisticsMaterialHelperIndexRoute
|
|
ocmeCyclecountIndexRoute: typeof ocmeCyclecountIndexRoute
|
|
logisticsMaterialHelperConsumptionIndexRoute: typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
logisticsMaterialHelperSiloLinkIndexRoute: typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
AdminRoute: AdminRouteWithChildren,
|
|
AuthRoute: AuthRouteWithChildren,
|
|
EomRoute: EomRouteWithChildren,
|
|
AboutRoute: AboutRoute,
|
|
LoginRoute: LoginRoute,
|
|
OcpIndexRoute: OcpIndexRoute,
|
|
logisticsMaterialHelperIndexRoute: logisticsMaterialHelperIndexRoute,
|
|
ocmeCyclecountIndexRoute: ocmeCyclecountIndexRoute,
|
|
logisticsMaterialHelperConsumptionIndexRoute:
|
|
logisticsMaterialHelperConsumptionIndexRoute,
|
|
logisticsMaterialHelperSiloLinkIndexRoute:
|
|
logisticsMaterialHelperSiloLinkIndexRoute,
|
|
}
|
|
|
|
export const routeTree = rootRoute
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|
|
|
|
/* ROUTE_MANIFEST_START
|
|
{
|
|
"routes": {
|
|
"__root__": {
|
|
"filePath": "__root.tsx",
|
|
"children": [
|
|
"/",
|
|
"/_admin",
|
|
"/_auth",
|
|
"/_eom",
|
|
"/about",
|
|
"/login",
|
|
"/ocp/",
|
|
"/(logistics)/materialHelper/",
|
|
"/(ocme)/cyclecount/",
|
|
"/(logistics)/materialHelper/consumption/",
|
|
"/(logistics)/materialHelper/siloLink/"
|
|
]
|
|
},
|
|
"/": {
|
|
"filePath": "index.tsx"
|
|
},
|
|
"/_admin": {
|
|
"filePath": "_admin.tsx",
|
|
"children": [
|
|
"/_admin/modules",
|
|
"/_admin/servers",
|
|
"/_admin/settings"
|
|
]
|
|
},
|
|
"/_auth": {
|
|
"filePath": "_auth.tsx",
|
|
"children": [
|
|
"/_auth/profile"
|
|
]
|
|
},
|
|
"/_eom": {
|
|
"filePath": "_eom.tsx",
|
|
"children": [
|
|
"/_eom/eom",
|
|
"/_eom/article/$av"
|
|
]
|
|
},
|
|
"/about": {
|
|
"filePath": "about.tsx"
|
|
},
|
|
"/login": {
|
|
"filePath": "login.tsx"
|
|
},
|
|
"/_admin/modules": {
|
|
"filePath": "_admin/modules.tsx",
|
|
"parent": "/_admin"
|
|
},
|
|
"/_admin/servers": {
|
|
"filePath": "_admin/servers.tsx",
|
|
"parent": "/_admin"
|
|
},
|
|
"/_admin/settings": {
|
|
"filePath": "_admin/settings.tsx",
|
|
"parent": "/_admin"
|
|
},
|
|
"/_auth/profile": {
|
|
"filePath": "_auth/profile.tsx",
|
|
"parent": "/_auth"
|
|
},
|
|
"/_eom/eom": {
|
|
"filePath": "_eom/eom.tsx",
|
|
"parent": "/_eom"
|
|
},
|
|
"/ocp/": {
|
|
"filePath": "ocp/index.tsx"
|
|
},
|
|
"/_eom/article/$av": {
|
|
"filePath": "_eom/article/$av.tsx",
|
|
"parent": "/_eom"
|
|
},
|
|
"/(logistics)/materialHelper/": {
|
|
"filePath": "(logistics)/materialHelper/index.tsx"
|
|
},
|
|
"/(ocme)/cyclecount/": {
|
|
"filePath": "(ocme)/cyclecount/index.tsx"
|
|
},
|
|
"/(logistics)/materialHelper/consumption/": {
|
|
"filePath": "(logistics)/materialHelper/consumption/index.tsx"
|
|
},
|
|
"/(logistics)/materialHelper/siloLink/": {
|
|
"filePath": "(logistics)/materialHelper/siloLink/index.tsx"
|
|
}
|
|
}
|
|
}
|
|
ROUTE_MANIFEST_END */
|