|
| 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 TelemetryRouteRouteImport } from "./routes/telemetry.route"; |
| 13 | +import { Route as ReconnectRouteRouteImport } from "./routes/reconnect.route"; |
| 14 | +import { Route as DataVisualizationRouteRouteImport } from "./routes/data-visualization.route"; |
| 15 | +import { Route as AnalyticsRouteRouteImport } from "./routes/analytics.route"; |
| 16 | +import { Route as IndexRouteImport } from "./routes/index"; |
| 17 | + |
| 18 | +const TelemetryRouteRoute = TelemetryRouteRouteImport.update({ |
| 19 | + id: "/telemetry", |
| 20 | + path: "/telemetry", |
| 21 | + getParentRoute: () => rootRouteImport, |
| 22 | +} as any); |
| 23 | +const ReconnectRouteRoute = ReconnectRouteRouteImport.update({ |
| 24 | + id: "/reconnect", |
| 25 | + path: "/reconnect", |
| 26 | + getParentRoute: () => rootRouteImport, |
| 27 | +} as any); |
| 28 | +const DataVisualizationRouteRoute = DataVisualizationRouteRouteImport.update({ |
| 29 | + id: "/data-visualization", |
| 30 | + path: "/data-visualization", |
| 31 | + getParentRoute: () => rootRouteImport, |
| 32 | +} as any); |
| 33 | +const AnalyticsRouteRoute = AnalyticsRouteRouteImport.update({ |
| 34 | + id: "/analytics", |
| 35 | + path: "/analytics", |
| 36 | + getParentRoute: () => rootRouteImport, |
| 37 | +} as any); |
| 38 | +const IndexRoute = IndexRouteImport.update({ |
| 39 | + id: "/", |
| 40 | + path: "/", |
| 41 | + getParentRoute: () => rootRouteImport, |
| 42 | +} as any); |
| 43 | + |
| 44 | +export interface FileRoutesByFullPath { |
| 45 | + "/": typeof IndexRoute; |
| 46 | + "/analytics": typeof AnalyticsRouteRoute; |
| 47 | + "/data-visualization": typeof DataVisualizationRouteRoute; |
| 48 | + "/reconnect": typeof ReconnectRouteRoute; |
| 49 | + "/telemetry": typeof TelemetryRouteRoute; |
| 50 | +} |
| 51 | +export interface FileRoutesByTo { |
| 52 | + "/": typeof IndexRoute; |
| 53 | + "/analytics": typeof AnalyticsRouteRoute; |
| 54 | + "/data-visualization": typeof DataVisualizationRouteRoute; |
| 55 | + "/reconnect": typeof ReconnectRouteRoute; |
| 56 | + "/telemetry": typeof TelemetryRouteRoute; |
| 57 | +} |
| 58 | +export interface FileRoutesById { |
| 59 | + __root__: typeof rootRouteImport; |
| 60 | + "/": typeof IndexRoute; |
| 61 | + "/analytics": typeof AnalyticsRouteRoute; |
| 62 | + "/data-visualization": typeof DataVisualizationRouteRoute; |
| 63 | + "/reconnect": typeof ReconnectRouteRoute; |
| 64 | + "/telemetry": typeof TelemetryRouteRoute; |
| 65 | +} |
| 66 | +export interface FileRouteTypes { |
| 67 | + fileRoutesByFullPath: FileRoutesByFullPath; |
| 68 | + fullPaths: |
| 69 | + | "/" |
| 70 | + | "/analytics" |
| 71 | + | "/data-visualization" |
| 72 | + | "/reconnect" |
| 73 | + | "/telemetry"; |
| 74 | + fileRoutesByTo: FileRoutesByTo; |
| 75 | + to: "/" | "/analytics" | "/data-visualization" | "/reconnect" | "/telemetry"; |
| 76 | + id: |
| 77 | + | "__root__" |
| 78 | + | "/" |
| 79 | + | "/analytics" |
| 80 | + | "/data-visualization" |
| 81 | + | "/reconnect" |
| 82 | + | "/telemetry"; |
| 83 | + fileRoutesById: FileRoutesById; |
| 84 | +} |
| 85 | +export interface RootRouteChildren { |
| 86 | + IndexRoute: typeof IndexRoute; |
| 87 | + AnalyticsRouteRoute: typeof AnalyticsRouteRoute; |
| 88 | + DataVisualizationRouteRoute: typeof DataVisualizationRouteRoute; |
| 89 | + ReconnectRouteRoute: typeof ReconnectRouteRoute; |
| 90 | + TelemetryRouteRoute: typeof TelemetryRouteRoute; |
| 91 | +} |
| 92 | + |
| 93 | +declare module "@tanstack/react-router" { |
| 94 | + interface FileRoutesByPath { |
| 95 | + "/telemetry": { |
| 96 | + id: "/telemetry"; |
| 97 | + path: "/telemetry"; |
| 98 | + fullPath: "/telemetry"; |
| 99 | + preLoaderRoute: typeof TelemetryRouteRouteImport; |
| 100 | + parentRoute: typeof rootRouteImport; |
| 101 | + }; |
| 102 | + "/reconnect": { |
| 103 | + id: "/reconnect"; |
| 104 | + path: "/reconnect"; |
| 105 | + fullPath: "/reconnect"; |
| 106 | + preLoaderRoute: typeof ReconnectRouteRouteImport; |
| 107 | + parentRoute: typeof rootRouteImport; |
| 108 | + }; |
| 109 | + "/data-visualization": { |
| 110 | + id: "/data-visualization"; |
| 111 | + path: "/data-visualization"; |
| 112 | + fullPath: "/data-visualization"; |
| 113 | + preLoaderRoute: typeof DataVisualizationRouteRouteImport; |
| 114 | + parentRoute: typeof rootRouteImport; |
| 115 | + }; |
| 116 | + "/analytics": { |
| 117 | + id: "/analytics"; |
| 118 | + path: "/analytics"; |
| 119 | + fullPath: "/analytics"; |
| 120 | + preLoaderRoute: typeof AnalyticsRouteRouteImport; |
| 121 | + parentRoute: typeof rootRouteImport; |
| 122 | + }; |
| 123 | + "/": { |
| 124 | + id: "/"; |
| 125 | + path: "/"; |
| 126 | + fullPath: "/"; |
| 127 | + preLoaderRoute: typeof IndexRouteImport; |
| 128 | + parentRoute: typeof rootRouteImport; |
| 129 | + }; |
| 130 | + } |
| 131 | +} |
| 132 | + |
| 133 | +const rootRouteChildren: RootRouteChildren = { |
| 134 | + IndexRoute: IndexRoute, |
| 135 | + AnalyticsRouteRoute: AnalyticsRouteRoute, |
| 136 | + DataVisualizationRouteRoute: DataVisualizationRouteRoute, |
| 137 | + ReconnectRouteRoute: ReconnectRouteRoute, |
| 138 | + TelemetryRouteRoute: TelemetryRouteRoute, |
| 139 | +}; |
| 140 | +export const routeTree = rootRouteImport |
| 141 | + ._addFileChildren(rootRouteChildren) |
| 142 | + ._addFileTypes<FileRouteTypes>(); |
0 commit comments