250 lines
7.1 KiB
TypeScript
250 lines
7.1 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 PitchbooksImport } from './routes/pitchbooks'
|
|
import { Route as ConfigAddImport } from './routes/config-add'
|
|
import { Route as ConfigImport } from './routes/config'
|
|
import { Route as IndexImport } from './routes/index'
|
|
import { Route as ExtractedResultPitchBookImport } from './routes/extractedResult.$pitchBook'
|
|
import { Route as ConfigDetailKpiIdImport } from './routes/config-detail.$kpiId'
|
|
import { Route as ExtractedResultPitchBookKpiImport } from './routes/extractedResult_.$pitchBook.$kpi'
|
|
|
|
// Create/Update Routes
|
|
|
|
const PitchbooksRoute = PitchbooksImport.update({
|
|
id: '/pitchbooks',
|
|
path: '/pitchbooks',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const ConfigAddRoute = ConfigAddImport.update({
|
|
id: '/config-add',
|
|
path: '/config-add',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const ConfigRoute = ConfigImport.update({
|
|
id: '/config',
|
|
path: '/config',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const IndexRoute = IndexImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const ExtractedResultPitchBookRoute = ExtractedResultPitchBookImport.update({
|
|
id: '/extractedResult/$pitchBook',
|
|
path: '/extractedResult/$pitchBook',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const ConfigDetailKpiIdRoute = ConfigDetailKpiIdImport.update({
|
|
id: '/config-detail/$kpiId',
|
|
path: '/config-detail/$kpiId',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const ExtractedResultPitchBookKpiRoute =
|
|
ExtractedResultPitchBookKpiImport.update({
|
|
id: '/extractedResult_/$pitchBook/$kpi',
|
|
path: '/extractedResult/$pitchBook/$kpi',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
// Populate the FileRoutesByPath interface
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/config': {
|
|
id: '/config'
|
|
path: '/config'
|
|
fullPath: '/config'
|
|
preLoaderRoute: typeof ConfigImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/config-add': {
|
|
id: '/config-add'
|
|
path: '/config-add'
|
|
fullPath: '/config-add'
|
|
preLoaderRoute: typeof ConfigAddImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/pitchbooks': {
|
|
id: '/pitchbooks'
|
|
path: '/pitchbooks'
|
|
fullPath: '/pitchbooks'
|
|
preLoaderRoute: typeof PitchbooksImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/config-detail/$kpiId': {
|
|
id: '/config-detail/$kpiId'
|
|
path: '/config-detail/$kpiId'
|
|
fullPath: '/config-detail/$kpiId'
|
|
preLoaderRoute: typeof ConfigDetailKpiIdImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/extractedResult/$pitchBook': {
|
|
id: '/extractedResult/$pitchBook'
|
|
path: '/extractedResult/$pitchBook'
|
|
fullPath: '/extractedResult/$pitchBook'
|
|
preLoaderRoute: typeof ExtractedResultPitchBookImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/extractedResult_/$pitchBook/$kpi': {
|
|
id: '/extractedResult_/$pitchBook/$kpi'
|
|
path: '/extractedResult/$pitchBook/$kpi'
|
|
fullPath: '/extractedResult/$pitchBook/$kpi'
|
|
preLoaderRoute: typeof ExtractedResultPitchBookKpiImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
// Create and export the route tree
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/config': typeof ConfigRoute
|
|
'/config-add': typeof ConfigAddRoute
|
|
'/pitchbooks': typeof PitchbooksRoute
|
|
'/config-detail/$kpiId': typeof ConfigDetailKpiIdRoute
|
|
'/extractedResult/$pitchBook': typeof ExtractedResultPitchBookRoute
|
|
'/extractedResult/$pitchBook/$kpi': typeof ExtractedResultPitchBookKpiRoute
|
|
}
|
|
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/config': typeof ConfigRoute
|
|
'/config-add': typeof ConfigAddRoute
|
|
'/pitchbooks': typeof PitchbooksRoute
|
|
'/config-detail/$kpiId': typeof ConfigDetailKpiIdRoute
|
|
'/extractedResult/$pitchBook': typeof ExtractedResultPitchBookRoute
|
|
'/extractedResult/$pitchBook/$kpi': typeof ExtractedResultPitchBookKpiRoute
|
|
}
|
|
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRoute
|
|
'/': typeof IndexRoute
|
|
'/config': typeof ConfigRoute
|
|
'/config-add': typeof ConfigAddRoute
|
|
'/pitchbooks': typeof PitchbooksRoute
|
|
'/config-detail/$kpiId': typeof ConfigDetailKpiIdRoute
|
|
'/extractedResult/$pitchBook': typeof ExtractedResultPitchBookRoute
|
|
'/extractedResult_/$pitchBook/$kpi': typeof ExtractedResultPitchBookKpiRoute
|
|
}
|
|
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/config'
|
|
| '/config-add'
|
|
| '/pitchbooks'
|
|
| '/config-detail/$kpiId'
|
|
| '/extractedResult/$pitchBook'
|
|
| '/extractedResult/$pitchBook/$kpi'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/config'
|
|
| '/config-add'
|
|
| '/pitchbooks'
|
|
| '/config-detail/$kpiId'
|
|
| '/extractedResult/$pitchBook'
|
|
| '/extractedResult/$pitchBook/$kpi'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/config'
|
|
| '/config-add'
|
|
| '/pitchbooks'
|
|
| '/config-detail/$kpiId'
|
|
| '/extractedResult/$pitchBook'
|
|
| '/extractedResult_/$pitchBook/$kpi'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
ConfigRoute: typeof ConfigRoute
|
|
ConfigAddRoute: typeof ConfigAddRoute
|
|
PitchbooksRoute: typeof PitchbooksRoute
|
|
ConfigDetailKpiIdRoute: typeof ConfigDetailKpiIdRoute
|
|
ExtractedResultPitchBookRoute: typeof ExtractedResultPitchBookRoute
|
|
ExtractedResultPitchBookKpiRoute: typeof ExtractedResultPitchBookKpiRoute
|
|
}
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
ConfigRoute: ConfigRoute,
|
|
ConfigAddRoute: ConfigAddRoute,
|
|
PitchbooksRoute: PitchbooksRoute,
|
|
ConfigDetailKpiIdRoute: ConfigDetailKpiIdRoute,
|
|
ExtractedResultPitchBookRoute: ExtractedResultPitchBookRoute,
|
|
ExtractedResultPitchBookKpiRoute: ExtractedResultPitchBookKpiRoute,
|
|
}
|
|
|
|
export const routeTree = rootRoute
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|
|
|
|
/* ROUTE_MANIFEST_START
|
|
{
|
|
"routes": {
|
|
"__root__": {
|
|
"filePath": "__root.tsx",
|
|
"children": [
|
|
"/",
|
|
"/config",
|
|
"/config-add",
|
|
"/pitchbooks",
|
|
"/config-detail/$kpiId",
|
|
"/extractedResult/$pitchBook",
|
|
"/extractedResult_/$pitchBook/$kpi"
|
|
]
|
|
},
|
|
"/": {
|
|
"filePath": "index.tsx"
|
|
},
|
|
"/config": {
|
|
"filePath": "config.tsx"
|
|
},
|
|
"/config-add": {
|
|
"filePath": "config-add.tsx"
|
|
},
|
|
"/pitchbooks": {
|
|
"filePath": "pitchbooks.tsx"
|
|
},
|
|
"/config-detail/$kpiId": {
|
|
"filePath": "config-detail.$kpiId.tsx"
|
|
},
|
|
"/extractedResult/$pitchBook": {
|
|
"filePath": "extractedResult.$pitchBook.tsx"
|
|
},
|
|
"/extractedResult_/$pitchBook/$kpi": {
|
|
"filePath": "extractedResult_.$pitchBook.$kpi.tsx"
|
|
}
|
|
}
|
|
}
|
|
ROUTE_MANIFEST_END */
|