736 lines
26 KiB
TypeScript
736 lines
26 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 RegisterRouteImport } from './routes/register'
|
|
import { Route as LoginRouteImport } from './routes/login'
|
|
import { Route as ChangelogRouteImport } from './routes/changelog'
|
|
import { Route as AboutRouteImport } from './routes/about'
|
|
import { Route as EomRouteImport } from './routes/_eom'
|
|
import { Route as AuthRouteImport } from './routes/_auth'
|
|
import { Route as AdminRouteImport } from './routes/_admin'
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
import { Route as RfidIndexRouteImport } from './routes/rfid/index'
|
|
import { Route as OcpIndexRouteImport } from './routes/ocp/index'
|
|
import { Route as EomEomRouteImport } from './routes/_eom/eom'
|
|
import { Route as AuthProfileRouteImport } from './routes/_auth/profile'
|
|
import { Route as AdminUsersRouteImport } from './routes/_admin/users'
|
|
import { Route as AdminSubModulesRouteImport } from './routes/_admin/subModules'
|
|
import { Route as AdminSettingsRouteImport } from './routes/_admin/settings'
|
|
import { Route as AdminServersRouteImport } from './routes/_admin/servers'
|
|
import { Route as AdminProdUsersRouteImport } from './routes/_admin/prodUsers'
|
|
import { Route as AdminNotificationMGTRouteImport } from './routes/_admin/notificationMGT'
|
|
import { Route as AdminModulesRouteImport } from './routes/_admin/modules'
|
|
import { Route as userPasswordChangeRouteImport } from './routes/(user)/passwordChange'
|
|
import { Route as ocmeCyclecountIndexRouteImport } from './routes/(ocme)/cyclecount/index'
|
|
import { Route as logisticsSiloAdjustmentsIndexRouteImport } from './routes/(logistics)/siloAdjustments/index'
|
|
import { Route as logisticsOpenOrdersIndexRouteImport } from './routes/(logistics)/openOrders/index'
|
|
import { Route as logisticsMaterialHelperIndexRouteImport } from './routes/(logistics)/materialHelper/index'
|
|
import { Route as logisticsHelperCommandsIndexRouteImport } from './routes/(logistics)/helperCommands/index'
|
|
import { Route as logisticsDmIndexRouteImport } from './routes/(logistics)/dm/index'
|
|
import { Route as logisticsBarcodegenIndexRouteImport } from './routes/(logistics)/barcodegen/index'
|
|
import { Route as EomArticleAvRouteImport } from './routes/_eom/article/$av'
|
|
import { Route as logisticsSiloAdjustmentsHistRouteImport } from './routes/(logistics)/siloAdjustments/$hist'
|
|
import { Route as logisticsMaterialHelperSiloLinkIndexRouteImport } from './routes/(logistics)/materialHelper/siloLink/index'
|
|
import { Route as logisticsMaterialHelperConsumptionIndexRouteImport } from './routes/(logistics)/materialHelper/consumption/index'
|
|
import { Route as logisticsSiloAdjustmentsCommentCommentRouteImport } from './routes/(logistics)/siloAdjustments/comment/$comment'
|
|
|
|
const RegisterRoute = RegisterRouteImport.update({
|
|
id: '/register',
|
|
path: '/register',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const LoginRoute = LoginRouteImport.update({
|
|
id: '/login',
|
|
path: '/login',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ChangelogRoute = ChangelogRouteImport.update({
|
|
id: '/changelog',
|
|
path: '/changelog',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AboutRoute = AboutRouteImport.update({
|
|
id: '/about',
|
|
path: '/about',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const EomRoute = EomRouteImport.update({
|
|
id: '/_eom',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthRoute = AuthRouteImport.update({
|
|
id: '/_auth',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AdminRoute = AdminRouteImport.update({
|
|
id: '/_admin',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const RfidIndexRoute = RfidIndexRouteImport.update({
|
|
id: '/rfid/',
|
|
path: '/rfid/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const OcpIndexRoute = OcpIndexRouteImport.update({
|
|
id: '/ocp/',
|
|
path: '/ocp/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const EomEomRoute = EomEomRouteImport.update({
|
|
id: '/eom',
|
|
path: '/eom',
|
|
getParentRoute: () => EomRoute,
|
|
} as any)
|
|
const AuthProfileRoute = AuthProfileRouteImport.update({
|
|
id: '/profile',
|
|
path: '/profile',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AdminUsersRoute = AdminUsersRouteImport.update({
|
|
id: '/users',
|
|
path: '/users',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const AdminSubModulesRoute = AdminSubModulesRouteImport.update({
|
|
id: '/subModules',
|
|
path: '/subModules',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const AdminSettingsRoute = AdminSettingsRouteImport.update({
|
|
id: '/settings',
|
|
path: '/settings',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const AdminServersRoute = AdminServersRouteImport.update({
|
|
id: '/servers',
|
|
path: '/servers',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const AdminProdUsersRoute = AdminProdUsersRouteImport.update({
|
|
id: '/prodUsers',
|
|
path: '/prodUsers',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const AdminNotificationMGTRoute = AdminNotificationMGTRouteImport.update({
|
|
id: '/notificationMGT',
|
|
path: '/notificationMGT',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const AdminModulesRoute = AdminModulesRouteImport.update({
|
|
id: '/modules',
|
|
path: '/modules',
|
|
getParentRoute: () => AdminRoute,
|
|
} as any)
|
|
const userPasswordChangeRoute = userPasswordChangeRouteImport.update({
|
|
id: '/(user)/passwordChange',
|
|
path: '/passwordChange',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ocmeCyclecountIndexRoute = ocmeCyclecountIndexRouteImport.update({
|
|
id: '/(ocme)/cyclecount/',
|
|
path: '/cyclecount/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsSiloAdjustmentsIndexRoute =
|
|
logisticsSiloAdjustmentsIndexRouteImport.update({
|
|
id: '/(logistics)/siloAdjustments/',
|
|
path: '/siloAdjustments/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsOpenOrdersIndexRoute =
|
|
logisticsOpenOrdersIndexRouteImport.update({
|
|
id: '/(logistics)/openOrders/',
|
|
path: '/openOrders/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsMaterialHelperIndexRoute =
|
|
logisticsMaterialHelperIndexRouteImport.update({
|
|
id: '/(logistics)/materialHelper/',
|
|
path: '/materialHelper/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsHelperCommandsIndexRoute =
|
|
logisticsHelperCommandsIndexRouteImport.update({
|
|
id: '/(logistics)/helperCommands/',
|
|
path: '/helperCommands/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsDmIndexRoute = logisticsDmIndexRouteImport.update({
|
|
id: '/(logistics)/dm/',
|
|
path: '/dm/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsBarcodegenIndexRoute =
|
|
logisticsBarcodegenIndexRouteImport.update({
|
|
id: '/(logistics)/barcodegen/',
|
|
path: '/barcodegen/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const EomArticleAvRoute = EomArticleAvRouteImport.update({
|
|
id: '/article/$av',
|
|
path: '/article/$av',
|
|
getParentRoute: () => EomRoute,
|
|
} as any)
|
|
const logisticsSiloAdjustmentsHistRoute =
|
|
logisticsSiloAdjustmentsHistRouteImport.update({
|
|
id: '/(logistics)/siloAdjustments/$hist',
|
|
path: '/siloAdjustments/$hist',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsMaterialHelperSiloLinkIndexRoute =
|
|
logisticsMaterialHelperSiloLinkIndexRouteImport.update({
|
|
id: '/(logistics)/materialHelper/siloLink/',
|
|
path: '/materialHelper/siloLink/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsMaterialHelperConsumptionIndexRoute =
|
|
logisticsMaterialHelperConsumptionIndexRouteImport.update({
|
|
id: '/(logistics)/materialHelper/consumption/',
|
|
path: '/materialHelper/consumption/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const logisticsSiloAdjustmentsCommentCommentRoute =
|
|
logisticsSiloAdjustmentsCommentCommentRouteImport.update({
|
|
id: '/(logistics)/siloAdjustments/comment/$comment',
|
|
path: '/siloAdjustments/comment/$comment',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/about': typeof AboutRoute
|
|
'/changelog': typeof ChangelogRoute
|
|
'/login': typeof LoginRoute
|
|
'/register': typeof RegisterRoute
|
|
'/passwordChange': typeof userPasswordChangeRoute
|
|
'/modules': typeof AdminModulesRoute
|
|
'/notificationMGT': typeof AdminNotificationMGTRoute
|
|
'/prodUsers': typeof AdminProdUsersRoute
|
|
'/servers': typeof AdminServersRoute
|
|
'/settings': typeof AdminSettingsRoute
|
|
'/subModules': typeof AdminSubModulesRoute
|
|
'/users': typeof AdminUsersRoute
|
|
'/profile': typeof AuthProfileRoute
|
|
'/eom': typeof EomEomRoute
|
|
'/ocp': typeof OcpIndexRoute
|
|
'/rfid': typeof RfidIndexRoute
|
|
'/siloAdjustments/$hist': typeof logisticsSiloAdjustmentsHistRoute
|
|
'/article/$av': typeof EomArticleAvRoute
|
|
'/barcodegen': typeof logisticsBarcodegenIndexRoute
|
|
'/dm': typeof logisticsDmIndexRoute
|
|
'/helperCommands': typeof logisticsHelperCommandsIndexRoute
|
|
'/materialHelper': typeof logisticsMaterialHelperIndexRoute
|
|
'/openOrders': typeof logisticsOpenOrdersIndexRoute
|
|
'/siloAdjustments': typeof logisticsSiloAdjustmentsIndexRoute
|
|
'/cyclecount': typeof ocmeCyclecountIndexRoute
|
|
'/siloAdjustments/comment/$comment': typeof logisticsSiloAdjustmentsCommentCommentRoute
|
|
'/materialHelper/consumption': typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
'/materialHelper/siloLink': typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/about': typeof AboutRoute
|
|
'/changelog': typeof ChangelogRoute
|
|
'/login': typeof LoginRoute
|
|
'/register': typeof RegisterRoute
|
|
'/passwordChange': typeof userPasswordChangeRoute
|
|
'/modules': typeof AdminModulesRoute
|
|
'/notificationMGT': typeof AdminNotificationMGTRoute
|
|
'/prodUsers': typeof AdminProdUsersRoute
|
|
'/servers': typeof AdminServersRoute
|
|
'/settings': typeof AdminSettingsRoute
|
|
'/subModules': typeof AdminSubModulesRoute
|
|
'/users': typeof AdminUsersRoute
|
|
'/profile': typeof AuthProfileRoute
|
|
'/eom': typeof EomEomRoute
|
|
'/ocp': typeof OcpIndexRoute
|
|
'/rfid': typeof RfidIndexRoute
|
|
'/siloAdjustments/$hist': typeof logisticsSiloAdjustmentsHistRoute
|
|
'/article/$av': typeof EomArticleAvRoute
|
|
'/barcodegen': typeof logisticsBarcodegenIndexRoute
|
|
'/dm': typeof logisticsDmIndexRoute
|
|
'/helperCommands': typeof logisticsHelperCommandsIndexRoute
|
|
'/materialHelper': typeof logisticsMaterialHelperIndexRoute
|
|
'/openOrders': typeof logisticsOpenOrdersIndexRoute
|
|
'/siloAdjustments': typeof logisticsSiloAdjustmentsIndexRoute
|
|
'/cyclecount': typeof ocmeCyclecountIndexRoute
|
|
'/siloAdjustments/comment/$comment': typeof logisticsSiloAdjustmentsCommentCommentRoute
|
|
'/materialHelper/consumption': typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
'/materialHelper/siloLink': typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/_admin': typeof AdminRouteWithChildren
|
|
'/_auth': typeof AuthRouteWithChildren
|
|
'/_eom': typeof EomRouteWithChildren
|
|
'/about': typeof AboutRoute
|
|
'/changelog': typeof ChangelogRoute
|
|
'/login': typeof LoginRoute
|
|
'/register': typeof RegisterRoute
|
|
'/(user)/passwordChange': typeof userPasswordChangeRoute
|
|
'/_admin/modules': typeof AdminModulesRoute
|
|
'/_admin/notificationMGT': typeof AdminNotificationMGTRoute
|
|
'/_admin/prodUsers': typeof AdminProdUsersRoute
|
|
'/_admin/servers': typeof AdminServersRoute
|
|
'/_admin/settings': typeof AdminSettingsRoute
|
|
'/_admin/subModules': typeof AdminSubModulesRoute
|
|
'/_admin/users': typeof AdminUsersRoute
|
|
'/_auth/profile': typeof AuthProfileRoute
|
|
'/_eom/eom': typeof EomEomRoute
|
|
'/ocp/': typeof OcpIndexRoute
|
|
'/rfid/': typeof RfidIndexRoute
|
|
'/(logistics)/siloAdjustments/$hist': typeof logisticsSiloAdjustmentsHistRoute
|
|
'/_eom/article/$av': typeof EomArticleAvRoute
|
|
'/(logistics)/barcodegen/': typeof logisticsBarcodegenIndexRoute
|
|
'/(logistics)/dm/': typeof logisticsDmIndexRoute
|
|
'/(logistics)/helperCommands/': typeof logisticsHelperCommandsIndexRoute
|
|
'/(logistics)/materialHelper/': typeof logisticsMaterialHelperIndexRoute
|
|
'/(logistics)/openOrders/': typeof logisticsOpenOrdersIndexRoute
|
|
'/(logistics)/siloAdjustments/': typeof logisticsSiloAdjustmentsIndexRoute
|
|
'/(ocme)/cyclecount/': typeof ocmeCyclecountIndexRoute
|
|
'/(logistics)/siloAdjustments/comment/$comment': typeof logisticsSiloAdjustmentsCommentCommentRoute
|
|
'/(logistics)/materialHelper/consumption/': typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
'/(logistics)/materialHelper/siloLink/': typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/about'
|
|
| '/changelog'
|
|
| '/login'
|
|
| '/register'
|
|
| '/passwordChange'
|
|
| '/modules'
|
|
| '/notificationMGT'
|
|
| '/prodUsers'
|
|
| '/servers'
|
|
| '/settings'
|
|
| '/subModules'
|
|
| '/users'
|
|
| '/profile'
|
|
| '/eom'
|
|
| '/ocp'
|
|
| '/rfid'
|
|
| '/siloAdjustments/$hist'
|
|
| '/article/$av'
|
|
| '/barcodegen'
|
|
| '/dm'
|
|
| '/helperCommands'
|
|
| '/materialHelper'
|
|
| '/openOrders'
|
|
| '/siloAdjustments'
|
|
| '/cyclecount'
|
|
| '/siloAdjustments/comment/$comment'
|
|
| '/materialHelper/consumption'
|
|
| '/materialHelper/siloLink'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/about'
|
|
| '/changelog'
|
|
| '/login'
|
|
| '/register'
|
|
| '/passwordChange'
|
|
| '/modules'
|
|
| '/notificationMGT'
|
|
| '/prodUsers'
|
|
| '/servers'
|
|
| '/settings'
|
|
| '/subModules'
|
|
| '/users'
|
|
| '/profile'
|
|
| '/eom'
|
|
| '/ocp'
|
|
| '/rfid'
|
|
| '/siloAdjustments/$hist'
|
|
| '/article/$av'
|
|
| '/barcodegen'
|
|
| '/dm'
|
|
| '/helperCommands'
|
|
| '/materialHelper'
|
|
| '/openOrders'
|
|
| '/siloAdjustments'
|
|
| '/cyclecount'
|
|
| '/siloAdjustments/comment/$comment'
|
|
| '/materialHelper/consumption'
|
|
| '/materialHelper/siloLink'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/_admin'
|
|
| '/_auth'
|
|
| '/_eom'
|
|
| '/about'
|
|
| '/changelog'
|
|
| '/login'
|
|
| '/register'
|
|
| '/(user)/passwordChange'
|
|
| '/_admin/modules'
|
|
| '/_admin/notificationMGT'
|
|
| '/_admin/prodUsers'
|
|
| '/_admin/servers'
|
|
| '/_admin/settings'
|
|
| '/_admin/subModules'
|
|
| '/_admin/users'
|
|
| '/_auth/profile'
|
|
| '/_eom/eom'
|
|
| '/ocp/'
|
|
| '/rfid/'
|
|
| '/(logistics)/siloAdjustments/$hist'
|
|
| '/_eom/article/$av'
|
|
| '/(logistics)/barcodegen/'
|
|
| '/(logistics)/dm/'
|
|
| '/(logistics)/helperCommands/'
|
|
| '/(logistics)/materialHelper/'
|
|
| '/(logistics)/openOrders/'
|
|
| '/(logistics)/siloAdjustments/'
|
|
| '/(ocme)/cyclecount/'
|
|
| '/(logistics)/siloAdjustments/comment/$comment'
|
|
| '/(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
|
|
ChangelogRoute: typeof ChangelogRoute
|
|
LoginRoute: typeof LoginRoute
|
|
RegisterRoute: typeof RegisterRoute
|
|
userPasswordChangeRoute: typeof userPasswordChangeRoute
|
|
OcpIndexRoute: typeof OcpIndexRoute
|
|
RfidIndexRoute: typeof RfidIndexRoute
|
|
logisticsSiloAdjustmentsHistRoute: typeof logisticsSiloAdjustmentsHistRoute
|
|
logisticsBarcodegenIndexRoute: typeof logisticsBarcodegenIndexRoute
|
|
logisticsDmIndexRoute: typeof logisticsDmIndexRoute
|
|
logisticsHelperCommandsIndexRoute: typeof logisticsHelperCommandsIndexRoute
|
|
logisticsMaterialHelperIndexRoute: typeof logisticsMaterialHelperIndexRoute
|
|
logisticsOpenOrdersIndexRoute: typeof logisticsOpenOrdersIndexRoute
|
|
logisticsSiloAdjustmentsIndexRoute: typeof logisticsSiloAdjustmentsIndexRoute
|
|
ocmeCyclecountIndexRoute: typeof ocmeCyclecountIndexRoute
|
|
logisticsSiloAdjustmentsCommentCommentRoute: typeof logisticsSiloAdjustmentsCommentCommentRoute
|
|
logisticsMaterialHelperConsumptionIndexRoute: typeof logisticsMaterialHelperConsumptionIndexRoute
|
|
logisticsMaterialHelperSiloLinkIndexRoute: typeof logisticsMaterialHelperSiloLinkIndexRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/register': {
|
|
id: '/register'
|
|
path: '/register'
|
|
fullPath: '/register'
|
|
preLoaderRoute: typeof RegisterRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/login': {
|
|
id: '/login'
|
|
path: '/login'
|
|
fullPath: '/login'
|
|
preLoaderRoute: typeof LoginRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/changelog': {
|
|
id: '/changelog'
|
|
path: '/changelog'
|
|
fullPath: '/changelog'
|
|
preLoaderRoute: typeof ChangelogRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/about': {
|
|
id: '/about'
|
|
path: '/about'
|
|
fullPath: '/about'
|
|
preLoaderRoute: typeof AboutRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_eom': {
|
|
id: '/_eom'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof EomRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_auth': {
|
|
id: '/_auth'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof AuthRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_admin': {
|
|
id: '/_admin'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof AdminRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/rfid/': {
|
|
id: '/rfid/'
|
|
path: '/rfid'
|
|
fullPath: '/rfid'
|
|
preLoaderRoute: typeof RfidIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/ocp/': {
|
|
id: '/ocp/'
|
|
path: '/ocp'
|
|
fullPath: '/ocp'
|
|
preLoaderRoute: typeof OcpIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_eom/eom': {
|
|
id: '/_eom/eom'
|
|
path: '/eom'
|
|
fullPath: '/eom'
|
|
preLoaderRoute: typeof EomEomRouteImport
|
|
parentRoute: typeof EomRoute
|
|
}
|
|
'/_auth/profile': {
|
|
id: '/_auth/profile'
|
|
path: '/profile'
|
|
fullPath: '/profile'
|
|
preLoaderRoute: typeof AuthProfileRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_admin/users': {
|
|
id: '/_admin/users'
|
|
path: '/users'
|
|
fullPath: '/users'
|
|
preLoaderRoute: typeof AdminUsersRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/_admin/subModules': {
|
|
id: '/_admin/subModules'
|
|
path: '/subModules'
|
|
fullPath: '/subModules'
|
|
preLoaderRoute: typeof AdminSubModulesRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/_admin/settings': {
|
|
id: '/_admin/settings'
|
|
path: '/settings'
|
|
fullPath: '/settings'
|
|
preLoaderRoute: typeof AdminSettingsRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/_admin/servers': {
|
|
id: '/_admin/servers'
|
|
path: '/servers'
|
|
fullPath: '/servers'
|
|
preLoaderRoute: typeof AdminServersRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/_admin/prodUsers': {
|
|
id: '/_admin/prodUsers'
|
|
path: '/prodUsers'
|
|
fullPath: '/prodUsers'
|
|
preLoaderRoute: typeof AdminProdUsersRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/_admin/notificationMGT': {
|
|
id: '/_admin/notificationMGT'
|
|
path: '/notificationMGT'
|
|
fullPath: '/notificationMGT'
|
|
preLoaderRoute: typeof AdminNotificationMGTRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/_admin/modules': {
|
|
id: '/_admin/modules'
|
|
path: '/modules'
|
|
fullPath: '/modules'
|
|
preLoaderRoute: typeof AdminModulesRouteImport
|
|
parentRoute: typeof AdminRoute
|
|
}
|
|
'/(user)/passwordChange': {
|
|
id: '/(user)/passwordChange'
|
|
path: '/passwordChange'
|
|
fullPath: '/passwordChange'
|
|
preLoaderRoute: typeof userPasswordChangeRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(ocme)/cyclecount/': {
|
|
id: '/(ocme)/cyclecount/'
|
|
path: '/cyclecount'
|
|
fullPath: '/cyclecount'
|
|
preLoaderRoute: typeof ocmeCyclecountIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/siloAdjustments/': {
|
|
id: '/(logistics)/siloAdjustments/'
|
|
path: '/siloAdjustments'
|
|
fullPath: '/siloAdjustments'
|
|
preLoaderRoute: typeof logisticsSiloAdjustmentsIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/openOrders/': {
|
|
id: '/(logistics)/openOrders/'
|
|
path: '/openOrders'
|
|
fullPath: '/openOrders'
|
|
preLoaderRoute: typeof logisticsOpenOrdersIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/materialHelper/': {
|
|
id: '/(logistics)/materialHelper/'
|
|
path: '/materialHelper'
|
|
fullPath: '/materialHelper'
|
|
preLoaderRoute: typeof logisticsMaterialHelperIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/helperCommands/': {
|
|
id: '/(logistics)/helperCommands/'
|
|
path: '/helperCommands'
|
|
fullPath: '/helperCommands'
|
|
preLoaderRoute: typeof logisticsHelperCommandsIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/dm/': {
|
|
id: '/(logistics)/dm/'
|
|
path: '/dm'
|
|
fullPath: '/dm'
|
|
preLoaderRoute: typeof logisticsDmIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/barcodegen/': {
|
|
id: '/(logistics)/barcodegen/'
|
|
path: '/barcodegen'
|
|
fullPath: '/barcodegen'
|
|
preLoaderRoute: typeof logisticsBarcodegenIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_eom/article/$av': {
|
|
id: '/_eom/article/$av'
|
|
path: '/article/$av'
|
|
fullPath: '/article/$av'
|
|
preLoaderRoute: typeof EomArticleAvRouteImport
|
|
parentRoute: typeof EomRoute
|
|
}
|
|
'/(logistics)/siloAdjustments/$hist': {
|
|
id: '/(logistics)/siloAdjustments/$hist'
|
|
path: '/siloAdjustments/$hist'
|
|
fullPath: '/siloAdjustments/$hist'
|
|
preLoaderRoute: typeof logisticsSiloAdjustmentsHistRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/materialHelper/siloLink/': {
|
|
id: '/(logistics)/materialHelper/siloLink/'
|
|
path: '/materialHelper/siloLink'
|
|
fullPath: '/materialHelper/siloLink'
|
|
preLoaderRoute: typeof logisticsMaterialHelperSiloLinkIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/materialHelper/consumption/': {
|
|
id: '/(logistics)/materialHelper/consumption/'
|
|
path: '/materialHelper/consumption'
|
|
fullPath: '/materialHelper/consumption'
|
|
preLoaderRoute: typeof logisticsMaterialHelperConsumptionIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(logistics)/siloAdjustments/comment/$comment': {
|
|
id: '/(logistics)/siloAdjustments/comment/$comment'
|
|
path: '/siloAdjustments/comment/$comment'
|
|
fullPath: '/siloAdjustments/comment/$comment'
|
|
preLoaderRoute: typeof logisticsSiloAdjustmentsCommentCommentRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
}
|
|
}
|
|
|
|
interface AdminRouteChildren {
|
|
AdminModulesRoute: typeof AdminModulesRoute
|
|
AdminNotificationMGTRoute: typeof AdminNotificationMGTRoute
|
|
AdminProdUsersRoute: typeof AdminProdUsersRoute
|
|
AdminServersRoute: typeof AdminServersRoute
|
|
AdminSettingsRoute: typeof AdminSettingsRoute
|
|
AdminSubModulesRoute: typeof AdminSubModulesRoute
|
|
AdminUsersRoute: typeof AdminUsersRoute
|
|
}
|
|
|
|
const AdminRouteChildren: AdminRouteChildren = {
|
|
AdminModulesRoute: AdminModulesRoute,
|
|
AdminNotificationMGTRoute: AdminNotificationMGTRoute,
|
|
AdminProdUsersRoute: AdminProdUsersRoute,
|
|
AdminServersRoute: AdminServersRoute,
|
|
AdminSettingsRoute: AdminSettingsRoute,
|
|
AdminSubModulesRoute: AdminSubModulesRoute,
|
|
AdminUsersRoute: AdminUsersRoute,
|
|
}
|
|
|
|
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)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
AdminRoute: AdminRouteWithChildren,
|
|
AuthRoute: AuthRouteWithChildren,
|
|
EomRoute: EomRouteWithChildren,
|
|
AboutRoute: AboutRoute,
|
|
ChangelogRoute: ChangelogRoute,
|
|
LoginRoute: LoginRoute,
|
|
RegisterRoute: RegisterRoute,
|
|
userPasswordChangeRoute: userPasswordChangeRoute,
|
|
OcpIndexRoute: OcpIndexRoute,
|
|
RfidIndexRoute: RfidIndexRoute,
|
|
logisticsSiloAdjustmentsHistRoute: logisticsSiloAdjustmentsHistRoute,
|
|
logisticsBarcodegenIndexRoute: logisticsBarcodegenIndexRoute,
|
|
logisticsDmIndexRoute: logisticsDmIndexRoute,
|
|
logisticsHelperCommandsIndexRoute: logisticsHelperCommandsIndexRoute,
|
|
logisticsMaterialHelperIndexRoute: logisticsMaterialHelperIndexRoute,
|
|
logisticsOpenOrdersIndexRoute: logisticsOpenOrdersIndexRoute,
|
|
logisticsSiloAdjustmentsIndexRoute: logisticsSiloAdjustmentsIndexRoute,
|
|
ocmeCyclecountIndexRoute: ocmeCyclecountIndexRoute,
|
|
logisticsSiloAdjustmentsCommentCommentRoute:
|
|
logisticsSiloAdjustmentsCommentCommentRoute,
|
|
logisticsMaterialHelperConsumptionIndexRoute:
|
|
logisticsMaterialHelperConsumptionIndexRoute,
|
|
logisticsMaterialHelperSiloLinkIndexRoute:
|
|
logisticsMaterialHelperSiloLinkIndexRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|