|
8 | 8 | // You should NOT make any changes in this file as it will be overwritten. |
9 | 9 | // Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified. |
10 | 10 |
|
11 | | -import type { CreateFileRoute, FileRoutesByPath } from '@tanstack/react-router' |
12 | | - |
13 | 11 | import { Route as rootRouteImport } from './routes/__root' |
14 | 12 | import { Route as VariableRowHeightRouteImport } from './routes/VariableRowHeight' |
15 | 13 | import { Route as TreeViewRouteImport } from './routes/TreeView' |
@@ -457,196 +455,6 @@ declare module '@tanstack/react-router' { |
457 | 455 | } |
458 | 456 | } |
459 | 457 |
|
460 | | -declare module './routes/index' { |
461 | | - const createFileRoute: CreateFileRoute< |
462 | | - '/', |
463 | | - FileRoutesByPath['/']['parentRoute'], |
464 | | - FileRoutesByPath['/']['id'], |
465 | | - FileRoutesByPath['/']['path'], |
466 | | - FileRoutesByPath['/']['fullPath'] |
467 | | - > |
468 | | -} |
469 | | -declare module './routes/AllFeatures' { |
470 | | - const createFileRoute: CreateFileRoute< |
471 | | - '/AllFeatures', |
472 | | - FileRoutesByPath['/AllFeatures']['parentRoute'], |
473 | | - FileRoutesByPath['/AllFeatures']['id'], |
474 | | - FileRoutesByPath['/AllFeatures']['path'], |
475 | | - FileRoutesByPath['/AllFeatures']['fullPath'] |
476 | | - > |
477 | | -} |
478 | | -declare module './routes/Animation' { |
479 | | - const createFileRoute: CreateFileRoute< |
480 | | - '/Animation', |
481 | | - FileRoutesByPath['/Animation']['parentRoute'], |
482 | | - FileRoutesByPath['/Animation']['id'], |
483 | | - FileRoutesByPath['/Animation']['path'], |
484 | | - FileRoutesByPath['/Animation']['fullPath'] |
485 | | - > |
486 | | -} |
487 | | -declare module './routes/CellNavigation' { |
488 | | - const createFileRoute: CreateFileRoute< |
489 | | - '/CellNavigation', |
490 | | - FileRoutesByPath['/CellNavigation']['parentRoute'], |
491 | | - FileRoutesByPath['/CellNavigation']['id'], |
492 | | - FileRoutesByPath['/CellNavigation']['path'], |
493 | | - FileRoutesByPath['/CellNavigation']['fullPath'] |
494 | | - > |
495 | | -} |
496 | | -declare module './routes/ColumnGrouping' { |
497 | | - const createFileRoute: CreateFileRoute< |
498 | | - '/ColumnGrouping', |
499 | | - FileRoutesByPath['/ColumnGrouping']['parentRoute'], |
500 | | - FileRoutesByPath['/ColumnGrouping']['id'], |
501 | | - FileRoutesByPath['/ColumnGrouping']['path'], |
502 | | - FileRoutesByPath['/ColumnGrouping']['fullPath'] |
503 | | - > |
504 | | -} |
505 | | -declare module './routes/ColumnSpanning' { |
506 | | - const createFileRoute: CreateFileRoute< |
507 | | - '/ColumnSpanning', |
508 | | - FileRoutesByPath['/ColumnSpanning']['parentRoute'], |
509 | | - FileRoutesByPath['/ColumnSpanning']['id'], |
510 | | - FileRoutesByPath['/ColumnSpanning']['path'], |
511 | | - FileRoutesByPath['/ColumnSpanning']['fullPath'] |
512 | | - > |
513 | | -} |
514 | | -declare module './routes/ColumnsReordering' { |
515 | | - const createFileRoute: CreateFileRoute< |
516 | | - '/ColumnsReordering', |
517 | | - FileRoutesByPath['/ColumnsReordering']['parentRoute'], |
518 | | - FileRoutesByPath['/ColumnsReordering']['id'], |
519 | | - FileRoutesByPath['/ColumnsReordering']['path'], |
520 | | - FileRoutesByPath['/ColumnsReordering']['fullPath'] |
521 | | - > |
522 | | -} |
523 | | -declare module './routes/CommonFeatures' { |
524 | | - const createFileRoute: CreateFileRoute< |
525 | | - '/CommonFeatures', |
526 | | - FileRoutesByPath['/CommonFeatures']['parentRoute'], |
527 | | - FileRoutesByPath['/CommonFeatures']['id'], |
528 | | - FileRoutesByPath['/CommonFeatures']['path'], |
529 | | - FileRoutesByPath['/CommonFeatures']['fullPath'] |
530 | | - > |
531 | | -} |
532 | | -declare module './routes/ContextMenu' { |
533 | | - const createFileRoute: CreateFileRoute< |
534 | | - '/ContextMenu', |
535 | | - FileRoutesByPath['/ContextMenu']['parentRoute'], |
536 | | - FileRoutesByPath['/ContextMenu']['id'], |
537 | | - FileRoutesByPath['/ContextMenu']['path'], |
538 | | - FileRoutesByPath['/ContextMenu']['fullPath'] |
539 | | - > |
540 | | -} |
541 | | -declare module './routes/CustomizableRenderers' { |
542 | | - const createFileRoute: CreateFileRoute< |
543 | | - '/CustomizableRenderers', |
544 | | - FileRoutesByPath['/CustomizableRenderers']['parentRoute'], |
545 | | - FileRoutesByPath['/CustomizableRenderers']['id'], |
546 | | - FileRoutesByPath['/CustomizableRenderers']['path'], |
547 | | - FileRoutesByPath['/CustomizableRenderers']['fullPath'] |
548 | | - > |
549 | | -} |
550 | | -declare module './routes/HeaderFilters' { |
551 | | - const createFileRoute: CreateFileRoute< |
552 | | - '/HeaderFilters', |
553 | | - FileRoutesByPath['/HeaderFilters']['parentRoute'], |
554 | | - FileRoutesByPath['/HeaderFilters']['id'], |
555 | | - FileRoutesByPath['/HeaderFilters']['path'], |
556 | | - FileRoutesByPath['/HeaderFilters']['fullPath'] |
557 | | - > |
558 | | -} |
559 | | -declare module './routes/InfiniteScrolling' { |
560 | | - const createFileRoute: CreateFileRoute< |
561 | | - '/InfiniteScrolling', |
562 | | - FileRoutesByPath['/InfiniteScrolling']['parentRoute'], |
563 | | - FileRoutesByPath['/InfiniteScrolling']['id'], |
564 | | - FileRoutesByPath['/InfiniteScrolling']['path'], |
565 | | - FileRoutesByPath['/InfiniteScrolling']['fullPath'] |
566 | | - > |
567 | | -} |
568 | | -declare module './routes/MasterDetail' { |
569 | | - const createFileRoute: CreateFileRoute< |
570 | | - '/MasterDetail', |
571 | | - FileRoutesByPath['/MasterDetail']['parentRoute'], |
572 | | - FileRoutesByPath['/MasterDetail']['id'], |
573 | | - FileRoutesByPath['/MasterDetail']['path'], |
574 | | - FileRoutesByPath['/MasterDetail']['fullPath'] |
575 | | - > |
576 | | -} |
577 | | -declare module './routes/MillionCells' { |
578 | | - const createFileRoute: CreateFileRoute< |
579 | | - '/MillionCells', |
580 | | - FileRoutesByPath['/MillionCells']['parentRoute'], |
581 | | - FileRoutesByPath['/MillionCells']['id'], |
582 | | - FileRoutesByPath['/MillionCells']['path'], |
583 | | - FileRoutesByPath['/MillionCells']['fullPath'] |
584 | | - > |
585 | | -} |
586 | | -declare module './routes/NoRows' { |
587 | | - const createFileRoute: CreateFileRoute< |
588 | | - '/NoRows', |
589 | | - FileRoutesByPath['/NoRows']['parentRoute'], |
590 | | - FileRoutesByPath['/NoRows']['id'], |
591 | | - FileRoutesByPath['/NoRows']['path'], |
592 | | - FileRoutesByPath['/NoRows']['fullPath'] |
593 | | - > |
594 | | -} |
595 | | -declare module './routes/ResizableGrid' { |
596 | | - const createFileRoute: CreateFileRoute< |
597 | | - '/ResizableGrid', |
598 | | - FileRoutesByPath['/ResizableGrid']['parentRoute'], |
599 | | - FileRoutesByPath['/ResizableGrid']['id'], |
600 | | - FileRoutesByPath['/ResizableGrid']['path'], |
601 | | - FileRoutesByPath['/ResizableGrid']['fullPath'] |
602 | | - > |
603 | | -} |
604 | | -declare module './routes/RowGrouping' { |
605 | | - const createFileRoute: CreateFileRoute< |
606 | | - '/RowGrouping', |
607 | | - FileRoutesByPath['/RowGrouping']['parentRoute'], |
608 | | - FileRoutesByPath['/RowGrouping']['id'], |
609 | | - FileRoutesByPath['/RowGrouping']['path'], |
610 | | - FileRoutesByPath['/RowGrouping']['fullPath'] |
611 | | - > |
612 | | -} |
613 | | -declare module './routes/RowsReordering' { |
614 | | - const createFileRoute: CreateFileRoute< |
615 | | - '/RowsReordering', |
616 | | - FileRoutesByPath['/RowsReordering']['parentRoute'], |
617 | | - FileRoutesByPath['/RowsReordering']['id'], |
618 | | - FileRoutesByPath['/RowsReordering']['path'], |
619 | | - FileRoutesByPath['/RowsReordering']['fullPath'] |
620 | | - > |
621 | | -} |
622 | | -declare module './routes/ScrollToCell' { |
623 | | - const createFileRoute: CreateFileRoute< |
624 | | - '/ScrollToCell', |
625 | | - FileRoutesByPath['/ScrollToCell']['parentRoute'], |
626 | | - FileRoutesByPath['/ScrollToCell']['id'], |
627 | | - FileRoutesByPath['/ScrollToCell']['path'], |
628 | | - FileRoutesByPath['/ScrollToCell']['fullPath'] |
629 | | - > |
630 | | -} |
631 | | -declare module './routes/TreeView' { |
632 | | - const createFileRoute: CreateFileRoute< |
633 | | - '/TreeView', |
634 | | - FileRoutesByPath['/TreeView']['parentRoute'], |
635 | | - FileRoutesByPath['/TreeView']['id'], |
636 | | - FileRoutesByPath['/TreeView']['path'], |
637 | | - FileRoutesByPath['/TreeView']['fullPath'] |
638 | | - > |
639 | | -} |
640 | | -declare module './routes/VariableRowHeight' { |
641 | | - const createFileRoute: CreateFileRoute< |
642 | | - '/VariableRowHeight', |
643 | | - FileRoutesByPath['/VariableRowHeight']['parentRoute'], |
644 | | - FileRoutesByPath['/VariableRowHeight']['id'], |
645 | | - FileRoutesByPath['/VariableRowHeight']['path'], |
646 | | - FileRoutesByPath['/VariableRowHeight']['fullPath'] |
647 | | - > |
648 | | -} |
649 | | - |
650 | 458 | const rootRouteChildren: RootRouteChildren = { |
651 | 459 | IndexRoute: IndexRoute, |
652 | 460 | AllFeaturesRoute: AllFeaturesRoute, |
|
0 commit comments