|
| 1 | +/* eslint-disable */ |
| 2 | + |
| 3 | +// @ts-nocheck |
| 4 | + |
| 5 | +// noinspection JSUnusedGlobalSymbols |
| 6 | + |
| 7 | +// This file was automatically generated by TanStack Router. |
| 8 | +// You should NOT make any changes in this file as it will be overwritten. |
| 9 | +// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified. |
| 10 | + |
| 11 | +import { Route as rootRouteImport } from './routes/__root' |
| 12 | +import { Route as SettingsRouteImport } from './routes/settings' |
| 13 | +import { Route as PluginsRouteImport } from './routes/plugins' |
| 14 | +import { Route as PipelineRouteImport } from './routes/pipeline' |
| 15 | +import { Route as LogsRouteImport } from './routes/logs' |
| 16 | +import { Route as FilesRouteImport } from './routes/files' |
| 17 | +import { Route as ConfigRouteImport } from './routes/config' |
| 18 | +import { Route as IndexRouteImport } from './routes/index' |
| 19 | + |
| 20 | +const SettingsRoute = SettingsRouteImport.update({ |
| 21 | + id: '/settings', |
| 22 | + path: '/settings', |
| 23 | + getParentRoute: () => rootRouteImport, |
| 24 | +} as any) |
| 25 | +const PluginsRoute = PluginsRouteImport.update({ |
| 26 | + id: '/plugins', |
| 27 | + path: '/plugins', |
| 28 | + getParentRoute: () => rootRouteImport, |
| 29 | +} as any) |
| 30 | +const PipelineRoute = PipelineRouteImport.update({ |
| 31 | + id: '/pipeline', |
| 32 | + path: '/pipeline', |
| 33 | + getParentRoute: () => rootRouteImport, |
| 34 | +} as any) |
| 35 | +const LogsRoute = LogsRouteImport.update({ |
| 36 | + id: '/logs', |
| 37 | + path: '/logs', |
| 38 | + getParentRoute: () => rootRouteImport, |
| 39 | +} as any) |
| 40 | +const FilesRoute = FilesRouteImport.update({ |
| 41 | + id: '/files', |
| 42 | + path: '/files', |
| 43 | + getParentRoute: () => rootRouteImport, |
| 44 | +} as any) |
| 45 | +const ConfigRoute = ConfigRouteImport.update({ |
| 46 | + id: '/config', |
| 47 | + path: '/config', |
| 48 | + getParentRoute: () => rootRouteImport, |
| 49 | +} as any) |
| 50 | +const IndexRoute = IndexRouteImport.update({ |
| 51 | + id: '/', |
| 52 | + path: '/', |
| 53 | + getParentRoute: () => rootRouteImport, |
| 54 | +} as any) |
| 55 | + |
| 56 | +export interface FileRoutesByFullPath { |
| 57 | + '/': typeof IndexRoute |
| 58 | + '/config': typeof ConfigRoute |
| 59 | + '/files': typeof FilesRoute |
| 60 | + '/logs': typeof LogsRoute |
| 61 | + '/pipeline': typeof PipelineRoute |
| 62 | + '/plugins': typeof PluginsRoute |
| 63 | + '/settings': typeof SettingsRoute |
| 64 | +} |
| 65 | +export interface FileRoutesByTo { |
| 66 | + '/': typeof IndexRoute |
| 67 | + '/config': typeof ConfigRoute |
| 68 | + '/files': typeof FilesRoute |
| 69 | + '/logs': typeof LogsRoute |
| 70 | + '/pipeline': typeof PipelineRoute |
| 71 | + '/plugins': typeof PluginsRoute |
| 72 | + '/settings': typeof SettingsRoute |
| 73 | +} |
| 74 | +export interface FileRoutesById { |
| 75 | + __root__: typeof rootRouteImport |
| 76 | + '/': typeof IndexRoute |
| 77 | + '/config': typeof ConfigRoute |
| 78 | + '/files': typeof FilesRoute |
| 79 | + '/logs': typeof LogsRoute |
| 80 | + '/pipeline': typeof PipelineRoute |
| 81 | + '/plugins': typeof PluginsRoute |
| 82 | + '/settings': typeof SettingsRoute |
| 83 | +} |
| 84 | +export interface FileRouteTypes { |
| 85 | + fileRoutesByFullPath: FileRoutesByFullPath |
| 86 | + fullPaths: |
| 87 | + | '/' |
| 88 | + | '/config' |
| 89 | + | '/files' |
| 90 | + | '/logs' |
| 91 | + | '/pipeline' |
| 92 | + | '/plugins' |
| 93 | + | '/settings' |
| 94 | + fileRoutesByTo: FileRoutesByTo |
| 95 | + to: |
| 96 | + | '/' |
| 97 | + | '/config' |
| 98 | + | '/files' |
| 99 | + | '/logs' |
| 100 | + | '/pipeline' |
| 101 | + | '/plugins' |
| 102 | + | '/settings' |
| 103 | + id: |
| 104 | + | '__root__' |
| 105 | + | '/' |
| 106 | + | '/config' |
| 107 | + | '/files' |
| 108 | + | '/logs' |
| 109 | + | '/pipeline' |
| 110 | + | '/plugins' |
| 111 | + | '/settings' |
| 112 | + fileRoutesById: FileRoutesById |
| 113 | +} |
| 114 | +export interface RootRouteChildren { |
| 115 | + IndexRoute: typeof IndexRoute |
| 116 | + ConfigRoute: typeof ConfigRoute |
| 117 | + FilesRoute: typeof FilesRoute |
| 118 | + LogsRoute: typeof LogsRoute |
| 119 | + PipelineRoute: typeof PipelineRoute |
| 120 | + PluginsRoute: typeof PluginsRoute |
| 121 | + SettingsRoute: typeof SettingsRoute |
| 122 | +} |
| 123 | + |
| 124 | +declare module '@tanstack/react-router' { |
| 125 | + interface FileRoutesByPath { |
| 126 | + '/settings': { |
| 127 | + id: '/settings' |
| 128 | + path: '/settings' |
| 129 | + fullPath: '/settings' |
| 130 | + preLoaderRoute: typeof SettingsRouteImport |
| 131 | + parentRoute: typeof rootRouteImport |
| 132 | + } |
| 133 | + '/plugins': { |
| 134 | + id: '/plugins' |
| 135 | + path: '/plugins' |
| 136 | + fullPath: '/plugins' |
| 137 | + preLoaderRoute: typeof PluginsRouteImport |
| 138 | + parentRoute: typeof rootRouteImport |
| 139 | + } |
| 140 | + '/pipeline': { |
| 141 | + id: '/pipeline' |
| 142 | + path: '/pipeline' |
| 143 | + fullPath: '/pipeline' |
| 144 | + preLoaderRoute: typeof PipelineRouteImport |
| 145 | + parentRoute: typeof rootRouteImport |
| 146 | + } |
| 147 | + '/logs': { |
| 148 | + id: '/logs' |
| 149 | + path: '/logs' |
| 150 | + fullPath: '/logs' |
| 151 | + preLoaderRoute: typeof LogsRouteImport |
| 152 | + parentRoute: typeof rootRouteImport |
| 153 | + } |
| 154 | + '/files': { |
| 155 | + id: '/files' |
| 156 | + path: '/files' |
| 157 | + fullPath: '/files' |
| 158 | + preLoaderRoute: typeof FilesRouteImport |
| 159 | + parentRoute: typeof rootRouteImport |
| 160 | + } |
| 161 | + '/config': { |
| 162 | + id: '/config' |
| 163 | + path: '/config' |
| 164 | + fullPath: '/config' |
| 165 | + preLoaderRoute: typeof ConfigRouteImport |
| 166 | + parentRoute: typeof rootRouteImport |
| 167 | + } |
| 168 | + '/': { |
| 169 | + id: '/' |
| 170 | + path: '/' |
| 171 | + fullPath: '/' |
| 172 | + preLoaderRoute: typeof IndexRouteImport |
| 173 | + parentRoute: typeof rootRouteImport |
| 174 | + } |
| 175 | + } |
| 176 | +} |
| 177 | + |
| 178 | +const rootRouteChildren: RootRouteChildren = { |
| 179 | + IndexRoute: IndexRoute, |
| 180 | + ConfigRoute: ConfigRoute, |
| 181 | + FilesRoute: FilesRoute, |
| 182 | + LogsRoute: LogsRoute, |
| 183 | + PipelineRoute: PipelineRoute, |
| 184 | + PluginsRoute: PluginsRoute, |
| 185 | + SettingsRoute: SettingsRoute, |
| 186 | +} |
| 187 | +export const routeTree = rootRouteImport |
| 188 | + ._addFileChildren(rootRouteChildren) |
| 189 | + ._addFileTypes<FileRouteTypes>() |
0 commit comments