@microsoft/fast-router 1.0.0-alpha.3 → 1.0.0-alpha.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +1 -1
- package/CHANGELOG.json +779 -0
- package/CHANGELOG.md +226 -1
- package/README.md +1 -5
- package/dist/dts/contributors.d.ts +12 -14
- package/dist/dts/phases.d.ts +5 -5
- package/dist/dts/query-string.d.ts +1 -1
- package/dist/dts/recognizer.d.ts +10 -1
- package/dist/dts/router.d.ts +2 -2
- package/dist/dts/routes.d.ts +25 -25
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/view.d.ts +5 -10
- package/dist/esm/commands.js +9 -6
- package/dist/esm/contributors.js +18 -14
- package/dist/esm/links.js +1 -1
- package/dist/esm/process.js +6 -6
- package/dist/esm/query-string.js +8 -7
- package/dist/esm/recognizer.js +25 -18
- package/dist/esm/router.js +18 -11
- package/dist/esm/routes.js +8 -8
- package/dist/esm/view.js +6 -24
- package/dist/fast-router.api.json +753 -259
- package/dist/fast-router.d.ts +39 -36
- package/dist/fast-router.untrimmed.d.ts +39 -36
- package/docs/{api-report.md → api-report.api.md} +31 -22
- package/karma.conf.cjs +13 -6
- package/package.json +26 -45
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.47.0",
|
|
5
|
+
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -126,11 +126,13 @@
|
|
|
126
126
|
"canonicalReference": "@microsoft/fast-router!",
|
|
127
127
|
"docComment": "",
|
|
128
128
|
"name": "@microsoft/fast-router",
|
|
129
|
+
"preserveMemberOrder": false,
|
|
129
130
|
"members": [
|
|
130
131
|
{
|
|
131
132
|
"kind": "EntryPoint",
|
|
132
133
|
"canonicalReference": "@microsoft/fast-router!",
|
|
133
134
|
"name": "",
|
|
135
|
+
"preserveMemberOrder": false,
|
|
134
136
|
"members": [
|
|
135
137
|
{
|
|
136
138
|
"kind": "TypeAlias",
|
|
@@ -139,7 +141,7 @@
|
|
|
139
141
|
"excerptTokens": [
|
|
140
142
|
{
|
|
141
143
|
"kind": "Content",
|
|
142
|
-
"text": "export
|
|
144
|
+
"text": "export type CommandFallbackRouteDefinition<TSettings = "
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
"kind": "Content",
|
|
@@ -177,6 +179,7 @@
|
|
|
177
179
|
"text": ";"
|
|
178
180
|
}
|
|
179
181
|
],
|
|
182
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
180
183
|
"releaseTag": "Beta",
|
|
181
184
|
"name": "CommandFallbackRouteDefinition",
|
|
182
185
|
"typeParameters": [
|
|
@@ -204,7 +207,7 @@
|
|
|
204
207
|
"excerptTokens": [
|
|
205
208
|
{
|
|
206
209
|
"kind": "Content",
|
|
207
|
-
"text": "export
|
|
210
|
+
"text": "export type CommandRouteDefinition<TSettings = "
|
|
208
211
|
},
|
|
209
212
|
{
|
|
210
213
|
"kind": "Content",
|
|
@@ -242,6 +245,7 @@
|
|
|
242
245
|
"text": ";"
|
|
243
246
|
}
|
|
244
247
|
],
|
|
248
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
245
249
|
"releaseTag": "Beta",
|
|
246
250
|
"name": "CommandRouteDefinition",
|
|
247
251
|
"typeParameters": [
|
|
@@ -281,8 +285,11 @@
|
|
|
281
285
|
"text": " "
|
|
282
286
|
}
|
|
283
287
|
],
|
|
288
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
284
289
|
"releaseTag": "Beta",
|
|
290
|
+
"isAbstract": false,
|
|
285
291
|
"name": "ConfigurableRoute",
|
|
292
|
+
"preserveMemberOrder": false,
|
|
286
293
|
"members": [
|
|
287
294
|
{
|
|
288
295
|
"kind": "Constructor",
|
|
@@ -319,6 +326,7 @@
|
|
|
319
326
|
}
|
|
320
327
|
],
|
|
321
328
|
"releaseTag": "Beta",
|
|
329
|
+
"isProtected": false,
|
|
322
330
|
"overloadIndex": 1,
|
|
323
331
|
"parameters": [
|
|
324
332
|
{
|
|
@@ -365,6 +373,7 @@
|
|
|
365
373
|
"text": ";"
|
|
366
374
|
}
|
|
367
375
|
],
|
|
376
|
+
"isReadonly": true,
|
|
368
377
|
"isOptional": false,
|
|
369
378
|
"releaseTag": "Beta",
|
|
370
379
|
"name": "caseSensitive",
|
|
@@ -372,7 +381,9 @@
|
|
|
372
381
|
"startIndex": 1,
|
|
373
382
|
"endIndex": 2
|
|
374
383
|
},
|
|
375
|
-
"isStatic": false
|
|
384
|
+
"isStatic": false,
|
|
385
|
+
"isProtected": false,
|
|
386
|
+
"isAbstract": false
|
|
376
387
|
},
|
|
377
388
|
{
|
|
378
389
|
"kind": "Property",
|
|
@@ -392,6 +403,7 @@
|
|
|
392
403
|
"text": ";"
|
|
393
404
|
}
|
|
394
405
|
],
|
|
406
|
+
"isReadonly": true,
|
|
395
407
|
"isOptional": false,
|
|
396
408
|
"releaseTag": "Beta",
|
|
397
409
|
"name": "name",
|
|
@@ -399,7 +411,9 @@
|
|
|
399
411
|
"startIndex": 1,
|
|
400
412
|
"endIndex": 2
|
|
401
413
|
},
|
|
402
|
-
"isStatic": false
|
|
414
|
+
"isStatic": false,
|
|
415
|
+
"isProtected": false,
|
|
416
|
+
"isAbstract": false
|
|
403
417
|
},
|
|
404
418
|
{
|
|
405
419
|
"kind": "Property",
|
|
@@ -419,6 +433,7 @@
|
|
|
419
433
|
"text": ";"
|
|
420
434
|
}
|
|
421
435
|
],
|
|
436
|
+
"isReadonly": true,
|
|
422
437
|
"isOptional": false,
|
|
423
438
|
"releaseTag": "Beta",
|
|
424
439
|
"name": "path",
|
|
@@ -426,7 +441,9 @@
|
|
|
426
441
|
"startIndex": 1,
|
|
427
442
|
"endIndex": 2
|
|
428
443
|
},
|
|
429
|
-
"isStatic": false
|
|
444
|
+
"isStatic": false,
|
|
445
|
+
"isProtected": false,
|
|
446
|
+
"isAbstract": false
|
|
430
447
|
}
|
|
431
448
|
],
|
|
432
449
|
"implementsTokenRanges": [
|
|
@@ -443,7 +460,7 @@
|
|
|
443
460
|
"excerptTokens": [
|
|
444
461
|
{
|
|
445
462
|
"kind": "Content",
|
|
446
|
-
"text": "export
|
|
463
|
+
"text": "export type ContributorOptions = "
|
|
447
464
|
},
|
|
448
465
|
{
|
|
449
466
|
"kind": "Content",
|
|
@@ -454,6 +471,7 @@
|
|
|
454
471
|
"text": ";"
|
|
455
472
|
}
|
|
456
473
|
],
|
|
474
|
+
"fileUrlPath": "dist/dts/contributors.d.ts",
|
|
457
475
|
"releaseTag": "Beta",
|
|
458
476
|
"name": "ContributorOptions",
|
|
459
477
|
"typeTokenRange": {
|
|
@@ -461,40 +479,6 @@
|
|
|
461
479
|
"endIndex": 2
|
|
462
480
|
}
|
|
463
481
|
},
|
|
464
|
-
{
|
|
465
|
-
"kind": "TypeAlias",
|
|
466
|
-
"canonicalReference": "@microsoft/fast-router!ConverterObject:type",
|
|
467
|
-
"docComment": "/**\n * @beta\n */\n",
|
|
468
|
-
"excerptTokens": [
|
|
469
|
-
{
|
|
470
|
-
"kind": "Content",
|
|
471
|
-
"text": "export declare type ConverterObject = "
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"kind": "Content",
|
|
475
|
-
"text": "{\n convert: "
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"kind": "Reference",
|
|
479
|
-
"text": "RouteParameterConverter",
|
|
480
|
-
"canonicalReference": "@microsoft/fast-router!RouteParameterConverter:type"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "Content",
|
|
484
|
-
"text": ";\n}"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"kind": "Content",
|
|
488
|
-
"text": ";"
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"releaseTag": "Beta",
|
|
492
|
-
"name": "ConverterObject",
|
|
493
|
-
"typeTokenRange": {
|
|
494
|
-
"startIndex": 1,
|
|
495
|
-
"endIndex": 4
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
482
|
{
|
|
499
483
|
"kind": "Class",
|
|
500
484
|
"canonicalReference": "@microsoft/fast-router!DefaultLinkHandler:class",
|
|
@@ -514,8 +498,11 @@
|
|
|
514
498
|
"text": " "
|
|
515
499
|
}
|
|
516
500
|
],
|
|
501
|
+
"fileUrlPath": "dist/dts/links.d.ts",
|
|
517
502
|
"releaseTag": "Beta",
|
|
503
|
+
"isAbstract": false,
|
|
518
504
|
"name": "DefaultLinkHandler",
|
|
505
|
+
"preserveMemberOrder": false,
|
|
519
506
|
"members": [
|
|
520
507
|
{
|
|
521
508
|
"kind": "Method",
|
|
@@ -535,15 +522,17 @@
|
|
|
535
522
|
"text": ";"
|
|
536
523
|
}
|
|
537
524
|
],
|
|
538
|
-
"isOptional": false,
|
|
539
525
|
"isStatic": false,
|
|
540
526
|
"returnTypeTokenRange": {
|
|
541
527
|
"startIndex": 1,
|
|
542
528
|
"endIndex": 2
|
|
543
529
|
},
|
|
544
530
|
"releaseTag": "Beta",
|
|
531
|
+
"isProtected": false,
|
|
545
532
|
"overloadIndex": 1,
|
|
546
533
|
"parameters": [],
|
|
534
|
+
"isOptional": false,
|
|
535
|
+
"isAbstract": false,
|
|
547
536
|
"name": "connect"
|
|
548
537
|
},
|
|
549
538
|
{
|
|
@@ -564,15 +553,17 @@
|
|
|
564
553
|
"text": ";"
|
|
565
554
|
}
|
|
566
555
|
],
|
|
567
|
-
"isOptional": false,
|
|
568
556
|
"isStatic": false,
|
|
569
557
|
"returnTypeTokenRange": {
|
|
570
558
|
"startIndex": 1,
|
|
571
559
|
"endIndex": 2
|
|
572
560
|
},
|
|
573
561
|
"releaseTag": "Beta",
|
|
562
|
+
"isProtected": false,
|
|
574
563
|
"overloadIndex": 1,
|
|
575
564
|
"parameters": [],
|
|
565
|
+
"isOptional": false,
|
|
566
|
+
"isAbstract": false,
|
|
576
567
|
"name": "disconnect"
|
|
577
568
|
}
|
|
578
569
|
],
|
|
@@ -593,6 +584,7 @@
|
|
|
593
584
|
"text": "export declare class DefaultNavigationProcess<TSettings> "
|
|
594
585
|
}
|
|
595
586
|
],
|
|
587
|
+
"fileUrlPath": "dist/dts/process.d.ts",
|
|
596
588
|
"releaseTag": "Beta",
|
|
597
589
|
"typeParameters": [
|
|
598
590
|
{
|
|
@@ -607,7 +599,9 @@
|
|
|
607
599
|
}
|
|
608
600
|
}
|
|
609
601
|
],
|
|
602
|
+
"isAbstract": false,
|
|
610
603
|
"name": "DefaultNavigationProcess",
|
|
604
|
+
"preserveMemberOrder": false,
|
|
611
605
|
"members": [
|
|
612
606
|
{
|
|
613
607
|
"kind": "Method",
|
|
@@ -636,13 +630,13 @@
|
|
|
636
630
|
"text": ";"
|
|
637
631
|
}
|
|
638
632
|
],
|
|
639
|
-
"isOptional": false,
|
|
640
633
|
"isStatic": false,
|
|
641
634
|
"returnTypeTokenRange": {
|
|
642
635
|
"startIndex": 3,
|
|
643
636
|
"endIndex": 4
|
|
644
637
|
},
|
|
645
638
|
"releaseTag": "Beta",
|
|
639
|
+
"isProtected": false,
|
|
646
640
|
"overloadIndex": 1,
|
|
647
641
|
"parameters": [
|
|
648
642
|
{
|
|
@@ -654,6 +648,8 @@
|
|
|
654
648
|
"isOptional": false
|
|
655
649
|
}
|
|
656
650
|
],
|
|
651
|
+
"isOptional": false,
|
|
652
|
+
"isAbstract": false,
|
|
657
653
|
"name": "commit"
|
|
658
654
|
},
|
|
659
655
|
{
|
|
@@ -697,13 +693,13 @@
|
|
|
697
693
|
"text": ";"
|
|
698
694
|
}
|
|
699
695
|
],
|
|
700
|
-
"isOptional": false,
|
|
701
696
|
"isStatic": false,
|
|
702
697
|
"returnTypeTokenRange": {
|
|
703
698
|
"startIndex": 5,
|
|
704
699
|
"endIndex": 7
|
|
705
700
|
},
|
|
706
701
|
"releaseTag": "Beta",
|
|
702
|
+
"isProtected": false,
|
|
707
703
|
"overloadIndex": 1,
|
|
708
704
|
"parameters": [
|
|
709
705
|
{
|
|
@@ -723,6 +719,8 @@
|
|
|
723
719
|
"isOptional": false
|
|
724
720
|
}
|
|
725
721
|
],
|
|
722
|
+
"isOptional": false,
|
|
723
|
+
"isAbstract": false,
|
|
726
724
|
"name": "run"
|
|
727
725
|
}
|
|
728
726
|
],
|
|
@@ -756,8 +754,11 @@
|
|
|
756
754
|
"text": " "
|
|
757
755
|
}
|
|
758
756
|
],
|
|
757
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
759
758
|
"releaseTag": "Beta",
|
|
759
|
+
"isAbstract": false,
|
|
760
760
|
"name": "DefaultNavigationQueue",
|
|
761
|
+
"preserveMemberOrder": false,
|
|
761
762
|
"members": [
|
|
762
763
|
{
|
|
763
764
|
"kind": "Method",
|
|
@@ -777,15 +778,17 @@
|
|
|
777
778
|
"text": ";"
|
|
778
779
|
}
|
|
779
780
|
],
|
|
780
|
-
"isOptional": false,
|
|
781
781
|
"isStatic": false,
|
|
782
782
|
"returnTypeTokenRange": {
|
|
783
783
|
"startIndex": 1,
|
|
784
784
|
"endIndex": 2
|
|
785
785
|
},
|
|
786
786
|
"releaseTag": "Beta",
|
|
787
|
+
"isProtected": false,
|
|
787
788
|
"overloadIndex": 1,
|
|
788
789
|
"parameters": [],
|
|
790
|
+
"isOptional": false,
|
|
791
|
+
"isAbstract": false,
|
|
789
792
|
"name": "connect"
|
|
790
793
|
},
|
|
791
794
|
{
|
|
@@ -806,15 +809,17 @@
|
|
|
806
809
|
"text": ";"
|
|
807
810
|
}
|
|
808
811
|
],
|
|
809
|
-
"isOptional": false,
|
|
810
812
|
"isStatic": false,
|
|
811
813
|
"returnTypeTokenRange": {
|
|
812
814
|
"startIndex": 1,
|
|
813
815
|
"endIndex": 2
|
|
814
816
|
},
|
|
815
817
|
"releaseTag": "Beta",
|
|
818
|
+
"isProtected": false,
|
|
816
819
|
"overloadIndex": 1,
|
|
817
820
|
"parameters": [],
|
|
821
|
+
"isOptional": false,
|
|
822
|
+
"isAbstract": false,
|
|
818
823
|
"name": "disconnect"
|
|
819
824
|
},
|
|
820
825
|
{
|
|
@@ -844,13 +849,13 @@
|
|
|
844
849
|
"text": ";"
|
|
845
850
|
}
|
|
846
851
|
],
|
|
847
|
-
"isOptional": false,
|
|
848
852
|
"isStatic": false,
|
|
849
853
|
"returnTypeTokenRange": {
|
|
850
854
|
"startIndex": 3,
|
|
851
855
|
"endIndex": 4
|
|
852
856
|
},
|
|
853
857
|
"releaseTag": "Beta",
|
|
858
|
+
"isProtected": false,
|
|
854
859
|
"overloadIndex": 1,
|
|
855
860
|
"parameters": [
|
|
856
861
|
{
|
|
@@ -862,6 +867,8 @@
|
|
|
862
867
|
"isOptional": false
|
|
863
868
|
}
|
|
864
869
|
],
|
|
870
|
+
"isOptional": false,
|
|
871
|
+
"isAbstract": false,
|
|
865
872
|
"name": "enqueue"
|
|
866
873
|
},
|
|
867
874
|
{
|
|
@@ -891,13 +898,13 @@
|
|
|
891
898
|
"text": ";"
|
|
892
899
|
}
|
|
893
900
|
],
|
|
894
|
-
"isOptional": false,
|
|
895
901
|
"isStatic": false,
|
|
896
902
|
"returnTypeTokenRange": {
|
|
897
903
|
"startIndex": 3,
|
|
898
904
|
"endIndex": 4
|
|
899
905
|
},
|
|
900
906
|
"releaseTag": "Beta",
|
|
907
|
+
"isProtected": false,
|
|
901
908
|
"overloadIndex": 1,
|
|
902
909
|
"parameters": [
|
|
903
910
|
{
|
|
@@ -909,6 +916,8 @@
|
|
|
909
916
|
"isOptional": false
|
|
910
917
|
}
|
|
911
918
|
],
|
|
919
|
+
"isOptional": false,
|
|
920
|
+
"isAbstract": false,
|
|
912
921
|
"name": "handleEvent"
|
|
913
922
|
},
|
|
914
923
|
{
|
|
@@ -943,15 +952,17 @@
|
|
|
943
952
|
"text": ";"
|
|
944
953
|
}
|
|
945
954
|
],
|
|
946
|
-
"isOptional": false,
|
|
947
955
|
"isStatic": false,
|
|
948
956
|
"returnTypeTokenRange": {
|
|
949
957
|
"startIndex": 1,
|
|
950
958
|
"endIndex": 5
|
|
951
959
|
},
|
|
952
960
|
"releaseTag": "Beta",
|
|
961
|
+
"isProtected": false,
|
|
953
962
|
"overloadIndex": 1,
|
|
954
963
|
"parameters": [],
|
|
964
|
+
"isOptional": false,
|
|
965
|
+
"isAbstract": false,
|
|
955
966
|
"name": "receive"
|
|
956
967
|
}
|
|
957
968
|
],
|
|
@@ -985,8 +996,11 @@
|
|
|
985
996
|
"text": " "
|
|
986
997
|
}
|
|
987
998
|
],
|
|
999
|
+
"fileUrlPath": "dist/dts/router.d.ts",
|
|
988
1000
|
"releaseTag": "Beta",
|
|
1001
|
+
"isAbstract": false,
|
|
989
1002
|
"name": "DefaultRouter",
|
|
1003
|
+
"preserveMemberOrder": false,
|
|
990
1004
|
"members": [
|
|
991
1005
|
{
|
|
992
1006
|
"kind": "Constructor",
|
|
@@ -1008,6 +1022,7 @@
|
|
|
1008
1022
|
}
|
|
1009
1023
|
],
|
|
1010
1024
|
"releaseTag": "Beta",
|
|
1025
|
+
"isProtected": false,
|
|
1011
1026
|
"overloadIndex": 1,
|
|
1012
1027
|
"parameters": [
|
|
1013
1028
|
{
|
|
@@ -1047,13 +1062,13 @@
|
|
|
1047
1062
|
"text": ";"
|
|
1048
1063
|
}
|
|
1049
1064
|
],
|
|
1050
|
-
"isOptional": false,
|
|
1051
1065
|
"isStatic": false,
|
|
1052
1066
|
"returnTypeTokenRange": {
|
|
1053
1067
|
"startIndex": 3,
|
|
1054
1068
|
"endIndex": 4
|
|
1055
1069
|
},
|
|
1056
1070
|
"releaseTag": "Beta",
|
|
1071
|
+
"isProtected": false,
|
|
1057
1072
|
"overloadIndex": 1,
|
|
1058
1073
|
"parameters": [
|
|
1059
1074
|
{
|
|
@@ -1065,6 +1080,8 @@
|
|
|
1065
1080
|
"isOptional": false
|
|
1066
1081
|
}
|
|
1067
1082
|
],
|
|
1083
|
+
"isOptional": false,
|
|
1084
|
+
"isAbstract": false,
|
|
1068
1085
|
"name": "addContributor"
|
|
1069
1086
|
},
|
|
1070
1087
|
{
|
|
@@ -1108,13 +1125,13 @@
|
|
|
1108
1125
|
"text": ";"
|
|
1109
1126
|
}
|
|
1110
1127
|
],
|
|
1111
|
-
"isOptional": false,
|
|
1112
1128
|
"isStatic": false,
|
|
1113
1129
|
"returnTypeTokenRange": {
|
|
1114
1130
|
"startIndex": 5,
|
|
1115
1131
|
"endIndex": 7
|
|
1116
1132
|
},
|
|
1117
1133
|
"releaseTag": "Beta",
|
|
1134
|
+
"isProtected": false,
|
|
1118
1135
|
"overloadIndex": 1,
|
|
1119
1136
|
"parameters": [
|
|
1120
1137
|
{
|
|
@@ -1134,6 +1151,8 @@
|
|
|
1134
1151
|
"isOptional": false
|
|
1135
1152
|
}
|
|
1136
1153
|
],
|
|
1154
|
+
"isOptional": false,
|
|
1155
|
+
"isAbstract": false,
|
|
1137
1156
|
"name": "beginRender"
|
|
1138
1157
|
},
|
|
1139
1158
|
{
|
|
@@ -1156,11 +1175,7 @@
|
|
|
1156
1175
|
},
|
|
1157
1176
|
{
|
|
1158
1177
|
"kind": "Content",
|
|
1159
|
-
"text": "
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"kind": "Content",
|
|
1163
|
-
"text": "\n\nset config(value: "
|
|
1178
|
+
"text": ";\n\nset config(value: "
|
|
1164
1179
|
},
|
|
1165
1180
|
{
|
|
1166
1181
|
"kind": "Reference",
|
|
@@ -1172,6 +1187,7 @@
|
|
|
1172
1187
|
"text": " | null);"
|
|
1173
1188
|
}
|
|
1174
1189
|
],
|
|
1190
|
+
"isReadonly": false,
|
|
1175
1191
|
"isOptional": false,
|
|
1176
1192
|
"releaseTag": "Beta",
|
|
1177
1193
|
"name": "config",
|
|
@@ -1179,7 +1195,9 @@
|
|
|
1179
1195
|
"startIndex": 1,
|
|
1180
1196
|
"endIndex": 3
|
|
1181
1197
|
},
|
|
1182
|
-
"isStatic": false
|
|
1198
|
+
"isStatic": false,
|
|
1199
|
+
"isProtected": false,
|
|
1200
|
+
"isAbstract": false
|
|
1183
1201
|
},
|
|
1184
1202
|
{
|
|
1185
1203
|
"kind": "Method",
|
|
@@ -1199,15 +1217,17 @@
|
|
|
1199
1217
|
"text": ";"
|
|
1200
1218
|
}
|
|
1201
1219
|
],
|
|
1202
|
-
"isOptional": false,
|
|
1203
1220
|
"isStatic": false,
|
|
1204
1221
|
"returnTypeTokenRange": {
|
|
1205
1222
|
"startIndex": 1,
|
|
1206
1223
|
"endIndex": 2
|
|
1207
1224
|
},
|
|
1208
1225
|
"releaseTag": "Beta",
|
|
1226
|
+
"isProtected": false,
|
|
1209
1227
|
"overloadIndex": 1,
|
|
1210
1228
|
"parameters": [],
|
|
1229
|
+
"isOptional": false,
|
|
1230
|
+
"isAbstract": false,
|
|
1211
1231
|
"name": "connect"
|
|
1212
1232
|
},
|
|
1213
1233
|
{
|
|
@@ -1228,15 +1248,17 @@
|
|
|
1228
1248
|
"text": ";"
|
|
1229
1249
|
}
|
|
1230
1250
|
],
|
|
1231
|
-
"isOptional": false,
|
|
1232
1251
|
"isStatic": false,
|
|
1233
1252
|
"returnTypeTokenRange": {
|
|
1234
1253
|
"startIndex": 1,
|
|
1235
1254
|
"endIndex": 2
|
|
1236
1255
|
},
|
|
1237
1256
|
"releaseTag": "Beta",
|
|
1257
|
+
"isProtected": false,
|
|
1238
1258
|
"overloadIndex": 1,
|
|
1239
1259
|
"parameters": [],
|
|
1260
|
+
"isOptional": false,
|
|
1261
|
+
"isAbstract": false,
|
|
1240
1262
|
"name": "disconnect"
|
|
1241
1263
|
},
|
|
1242
1264
|
{
|
|
@@ -1258,6 +1280,7 @@
|
|
|
1258
1280
|
"text": ";"
|
|
1259
1281
|
}
|
|
1260
1282
|
],
|
|
1283
|
+
"isReadonly": true,
|
|
1261
1284
|
"isOptional": false,
|
|
1262
1285
|
"releaseTag": "Beta",
|
|
1263
1286
|
"name": "host",
|
|
@@ -1265,7 +1288,9 @@
|
|
|
1265
1288
|
"startIndex": 1,
|
|
1266
1289
|
"endIndex": 2
|
|
1267
1290
|
},
|
|
1268
|
-
"isStatic": false
|
|
1291
|
+
"isStatic": false,
|
|
1292
|
+
"isProtected": false,
|
|
1293
|
+
"isAbstract": false
|
|
1269
1294
|
},
|
|
1270
1295
|
{
|
|
1271
1296
|
"kind": "Property",
|
|
@@ -1285,6 +1310,7 @@
|
|
|
1285
1310
|
"text": ";"
|
|
1286
1311
|
}
|
|
1287
1312
|
],
|
|
1313
|
+
"isReadonly": true,
|
|
1288
1314
|
"isOptional": false,
|
|
1289
1315
|
"releaseTag": "Beta",
|
|
1290
1316
|
"name": "level",
|
|
@@ -1292,7 +1318,9 @@
|
|
|
1292
1318
|
"startIndex": 1,
|
|
1293
1319
|
"endIndex": 2
|
|
1294
1320
|
},
|
|
1295
|
-
"isStatic": false
|
|
1321
|
+
"isStatic": false,
|
|
1322
|
+
"isProtected": false,
|
|
1323
|
+
"isAbstract": false
|
|
1296
1324
|
},
|
|
1297
1325
|
{
|
|
1298
1326
|
"kind": "Property",
|
|
@@ -1317,6 +1345,7 @@
|
|
|
1317
1345
|
"text": ";"
|
|
1318
1346
|
}
|
|
1319
1347
|
],
|
|
1348
|
+
"isReadonly": true,
|
|
1320
1349
|
"isOptional": false,
|
|
1321
1350
|
"releaseTag": "Beta",
|
|
1322
1351
|
"name": "parent",
|
|
@@ -1324,7 +1353,9 @@
|
|
|
1324
1353
|
"startIndex": 1,
|
|
1325
1354
|
"endIndex": 3
|
|
1326
1355
|
},
|
|
1327
|
-
"isStatic": false
|
|
1356
|
+
"isStatic": false,
|
|
1357
|
+
"isProtected": false,
|
|
1358
|
+
"isAbstract": false
|
|
1328
1359
|
},
|
|
1329
1360
|
{
|
|
1330
1361
|
"kind": "Method",
|
|
@@ -1353,13 +1384,13 @@
|
|
|
1353
1384
|
"text": ";"
|
|
1354
1385
|
}
|
|
1355
1386
|
],
|
|
1356
|
-
"isOptional": false,
|
|
1357
1387
|
"isStatic": false,
|
|
1358
1388
|
"returnTypeTokenRange": {
|
|
1359
1389
|
"startIndex": 3,
|
|
1360
1390
|
"endIndex": 4
|
|
1361
1391
|
},
|
|
1362
1392
|
"releaseTag": "Beta",
|
|
1393
|
+
"isProtected": false,
|
|
1363
1394
|
"overloadIndex": 1,
|
|
1364
1395
|
"parameters": [
|
|
1365
1396
|
{
|
|
@@ -1371,6 +1402,8 @@
|
|
|
1371
1402
|
"isOptional": false
|
|
1372
1403
|
}
|
|
1373
1404
|
],
|
|
1405
|
+
"isOptional": false,
|
|
1406
|
+
"isAbstract": false,
|
|
1374
1407
|
"name": "removeContributor"
|
|
1375
1408
|
},
|
|
1376
1409
|
{
|
|
@@ -1396,6 +1429,7 @@
|
|
|
1396
1429
|
"text": ";"
|
|
1397
1430
|
}
|
|
1398
1431
|
],
|
|
1432
|
+
"isReadonly": false,
|
|
1399
1433
|
"isOptional": false,
|
|
1400
1434
|
"releaseTag": "Beta",
|
|
1401
1435
|
"name": "route",
|
|
@@ -1403,7 +1437,9 @@
|
|
|
1403
1437
|
"startIndex": 1,
|
|
1404
1438
|
"endIndex": 3
|
|
1405
1439
|
},
|
|
1406
|
-
"isStatic": false
|
|
1440
|
+
"isStatic": false,
|
|
1441
|
+
"isProtected": false,
|
|
1442
|
+
"isAbstract": false
|
|
1407
1443
|
},
|
|
1408
1444
|
{
|
|
1409
1445
|
"kind": "Method",
|
|
@@ -1432,13 +1468,13 @@
|
|
|
1432
1468
|
"text": ";"
|
|
1433
1469
|
}
|
|
1434
1470
|
],
|
|
1435
|
-
"isOptional": false,
|
|
1436
1471
|
"isStatic": false,
|
|
1437
1472
|
"returnTypeTokenRange": {
|
|
1438
1473
|
"startIndex": 3,
|
|
1439
1474
|
"endIndex": 4
|
|
1440
1475
|
},
|
|
1441
1476
|
"releaseTag": "Beta",
|
|
1477
|
+
"isProtected": false,
|
|
1442
1478
|
"overloadIndex": 1,
|
|
1443
1479
|
"parameters": [
|
|
1444
1480
|
{
|
|
@@ -1450,6 +1486,8 @@
|
|
|
1450
1486
|
"isOptional": false
|
|
1451
1487
|
}
|
|
1452
1488
|
],
|
|
1489
|
+
"isOptional": false,
|
|
1490
|
+
"isAbstract": false,
|
|
1453
1491
|
"name": "shouldRender"
|
|
1454
1492
|
}
|
|
1455
1493
|
],
|
|
@@ -1476,9 +1514,14 @@
|
|
|
1476
1514
|
},
|
|
1477
1515
|
{
|
|
1478
1516
|
"kind": "Content",
|
|
1479
|
-
"text": "<TSettings>
|
|
1517
|
+
"text": "<TSettings>"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "Content",
|
|
1521
|
+
"text": " "
|
|
1480
1522
|
}
|
|
1481
1523
|
],
|
|
1524
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
1482
1525
|
"releaseTag": "Beta",
|
|
1483
1526
|
"typeParameters": [
|
|
1484
1527
|
{
|
|
@@ -1493,7 +1536,9 @@
|
|
|
1493
1536
|
}
|
|
1494
1537
|
}
|
|
1495
1538
|
],
|
|
1539
|
+
"isAbstract": false,
|
|
1496
1540
|
"name": "DefaultRouteRecognizer",
|
|
1541
|
+
"preserveMemberOrder": false,
|
|
1497
1542
|
"members": [
|
|
1498
1543
|
{
|
|
1499
1544
|
"kind": "Method",
|
|
@@ -1543,13 +1588,13 @@
|
|
|
1543
1588
|
"text": ";"
|
|
1544
1589
|
}
|
|
1545
1590
|
],
|
|
1546
|
-
"isOptional": false,
|
|
1547
1591
|
"isStatic": false,
|
|
1548
1592
|
"returnTypeTokenRange": {
|
|
1549
1593
|
"startIndex": 8,
|
|
1550
1594
|
"endIndex": 9
|
|
1551
1595
|
},
|
|
1552
1596
|
"releaseTag": "Beta",
|
|
1597
|
+
"isProtected": false,
|
|
1553
1598
|
"overloadIndex": 1,
|
|
1554
1599
|
"parameters": [
|
|
1555
1600
|
{
|
|
@@ -1569,6 +1614,8 @@
|
|
|
1569
1614
|
"isOptional": true
|
|
1570
1615
|
}
|
|
1571
1616
|
],
|
|
1617
|
+
"isOptional": false,
|
|
1618
|
+
"isAbstract": false,
|
|
1572
1619
|
"name": "add"
|
|
1573
1620
|
},
|
|
1574
1621
|
{
|
|
@@ -1605,13 +1652,13 @@
|
|
|
1605
1652
|
"text": ";"
|
|
1606
1653
|
}
|
|
1607
1654
|
],
|
|
1608
|
-
"isOptional": false,
|
|
1609
1655
|
"isStatic": false,
|
|
1610
1656
|
"returnTypeTokenRange": {
|
|
1611
1657
|
"startIndex": 5,
|
|
1612
1658
|
"endIndex": 6
|
|
1613
1659
|
},
|
|
1614
1660
|
"releaseTag": "Beta",
|
|
1661
|
+
"isProtected": false,
|
|
1615
1662
|
"overloadIndex": 1,
|
|
1616
1663
|
"parameters": [
|
|
1617
1664
|
{
|
|
@@ -1631,6 +1678,8 @@
|
|
|
1631
1678
|
"isOptional": false
|
|
1632
1679
|
}
|
|
1633
1680
|
],
|
|
1681
|
+
"isOptional": false,
|
|
1682
|
+
"isAbstract": false,
|
|
1634
1683
|
"name": "generateFromName"
|
|
1635
1684
|
},
|
|
1636
1685
|
{
|
|
@@ -1667,13 +1716,13 @@
|
|
|
1667
1716
|
"text": ";"
|
|
1668
1717
|
}
|
|
1669
1718
|
],
|
|
1670
|
-
"isOptional": false,
|
|
1671
1719
|
"isStatic": false,
|
|
1672
1720
|
"returnTypeTokenRange": {
|
|
1673
1721
|
"startIndex": 5,
|
|
1674
1722
|
"endIndex": 6
|
|
1675
1723
|
},
|
|
1676
1724
|
"releaseTag": "Beta",
|
|
1725
|
+
"isProtected": false,
|
|
1677
1726
|
"overloadIndex": 1,
|
|
1678
1727
|
"parameters": [
|
|
1679
1728
|
{
|
|
@@ -1693,6 +1742,8 @@
|
|
|
1693
1742
|
"isOptional": false
|
|
1694
1743
|
}
|
|
1695
1744
|
],
|
|
1745
|
+
"isOptional": false,
|
|
1746
|
+
"isAbstract": false,
|
|
1696
1747
|
"name": "generateFromPath"
|
|
1697
1748
|
},
|
|
1698
1749
|
{
|
|
@@ -1766,13 +1817,13 @@
|
|
|
1766
1817
|
"text": ";"
|
|
1767
1818
|
}
|
|
1768
1819
|
],
|
|
1769
|
-
"isOptional": false,
|
|
1770
1820
|
"isStatic": false,
|
|
1771
1821
|
"returnTypeTokenRange": {
|
|
1772
1822
|
"startIndex": 10,
|
|
1773
1823
|
"endIndex": 14
|
|
1774
1824
|
},
|
|
1775
1825
|
"releaseTag": "Beta",
|
|
1826
|
+
"isProtected": false,
|
|
1776
1827
|
"overloadIndex": 1,
|
|
1777
1828
|
"parameters": [
|
|
1778
1829
|
{
|
|
@@ -1792,13 +1843,15 @@
|
|
|
1792
1843
|
"isOptional": true
|
|
1793
1844
|
}
|
|
1794
1845
|
],
|
|
1846
|
+
"isOptional": false,
|
|
1847
|
+
"isAbstract": false,
|
|
1795
1848
|
"name": "recognize"
|
|
1796
1849
|
}
|
|
1797
1850
|
],
|
|
1798
1851
|
"implementsTokenRanges": [
|
|
1799
1852
|
{
|
|
1800
1853
|
"startIndex": 1,
|
|
1801
|
-
"endIndex":
|
|
1854
|
+
"endIndex": 3
|
|
1802
1855
|
}
|
|
1803
1856
|
]
|
|
1804
1857
|
},
|
|
@@ -1809,7 +1862,7 @@
|
|
|
1809
1862
|
"excerptTokens": [
|
|
1810
1863
|
{
|
|
1811
1864
|
"kind": "Content",
|
|
1812
|
-
"text": "export
|
|
1865
|
+
"text": "export type DefinitionCallback = "
|
|
1813
1866
|
},
|
|
1814
1867
|
{
|
|
1815
1868
|
"kind": "Content",
|
|
@@ -1843,6 +1896,7 @@
|
|
|
1843
1896
|
"text": ";"
|
|
1844
1897
|
}
|
|
1845
1898
|
],
|
|
1899
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
1846
1900
|
"releaseTag": "Beta",
|
|
1847
1901
|
"name": "DefinitionCallback",
|
|
1848
1902
|
"typeTokenRange": {
|
|
@@ -1857,7 +1911,7 @@
|
|
|
1857
1911
|
"excerptTokens": [
|
|
1858
1912
|
{
|
|
1859
1913
|
"kind": "Content",
|
|
1860
|
-
"text": "export
|
|
1914
|
+
"text": "export type ElementFallbackRouteDefinition<TSettings = "
|
|
1861
1915
|
},
|
|
1862
1916
|
{
|
|
1863
1917
|
"kind": "Content",
|
|
@@ -1904,6 +1958,7 @@
|
|
|
1904
1958
|
"text": ";"
|
|
1905
1959
|
}
|
|
1906
1960
|
],
|
|
1961
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
1907
1962
|
"releaseTag": "Beta",
|
|
1908
1963
|
"name": "ElementFallbackRouteDefinition",
|
|
1909
1964
|
"typeParameters": [
|
|
@@ -1931,7 +1986,7 @@
|
|
|
1931
1986
|
"excerptTokens": [
|
|
1932
1987
|
{
|
|
1933
1988
|
"kind": "Content",
|
|
1934
|
-
"text": "export
|
|
1989
|
+
"text": "export type ElementRouteDefinition<TSettings = "
|
|
1935
1990
|
},
|
|
1936
1991
|
{
|
|
1937
1992
|
"kind": "Content",
|
|
@@ -1960,6 +2015,7 @@
|
|
|
1960
2015
|
"text": ";"
|
|
1961
2016
|
}
|
|
1962
2017
|
],
|
|
2018
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
1963
2019
|
"releaseTag": "Beta",
|
|
1964
2020
|
"name": "ElementRouteDefinition",
|
|
1965
2021
|
"typeParameters": [
|
|
@@ -1998,6 +2054,7 @@
|
|
|
1998
2054
|
"text": "> "
|
|
1999
2055
|
}
|
|
2000
2056
|
],
|
|
2057
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
2001
2058
|
"releaseTag": "Beta",
|
|
2002
2059
|
"typeParameters": [
|
|
2003
2060
|
{
|
|
@@ -2012,7 +2069,9 @@
|
|
|
2012
2069
|
}
|
|
2013
2070
|
}
|
|
2014
2071
|
],
|
|
2072
|
+
"isAbstract": false,
|
|
2015
2073
|
"name": "Endpoint",
|
|
2074
|
+
"preserveMemberOrder": false,
|
|
2016
2075
|
"members": [
|
|
2017
2076
|
{
|
|
2018
2077
|
"kind": "Constructor",
|
|
@@ -2058,6 +2117,7 @@
|
|
|
2058
2117
|
}
|
|
2059
2118
|
],
|
|
2060
2119
|
"releaseTag": "Beta",
|
|
2120
|
+
"isProtected": false,
|
|
2061
2121
|
"overloadIndex": 1,
|
|
2062
2122
|
"parameters": [
|
|
2063
2123
|
{
|
|
@@ -2112,6 +2172,7 @@
|
|
|
2112
2172
|
"text": ";"
|
|
2113
2173
|
}
|
|
2114
2174
|
],
|
|
2175
|
+
"isReadonly": true,
|
|
2115
2176
|
"isOptional": false,
|
|
2116
2177
|
"releaseTag": "Beta",
|
|
2117
2178
|
"name": "paramNames",
|
|
@@ -2119,7 +2180,9 @@
|
|
|
2119
2180
|
"startIndex": 1,
|
|
2120
2181
|
"endIndex": 2
|
|
2121
2182
|
},
|
|
2122
|
-
"isStatic": false
|
|
2183
|
+
"isStatic": false,
|
|
2184
|
+
"isProtected": false,
|
|
2185
|
+
"isAbstract": false
|
|
2123
2186
|
},
|
|
2124
2187
|
{
|
|
2125
2188
|
"kind": "Property",
|
|
@@ -2139,6 +2202,7 @@
|
|
|
2139
2202
|
"text": ";"
|
|
2140
2203
|
}
|
|
2141
2204
|
],
|
|
2205
|
+
"isReadonly": true,
|
|
2142
2206
|
"isOptional": false,
|
|
2143
2207
|
"releaseTag": "Beta",
|
|
2144
2208
|
"name": "paramTypes",
|
|
@@ -2146,7 +2210,9 @@
|
|
|
2146
2210
|
"startIndex": 1,
|
|
2147
2211
|
"endIndex": 2
|
|
2148
2212
|
},
|
|
2149
|
-
"isStatic": false
|
|
2213
|
+
"isStatic": false,
|
|
2214
|
+
"isProtected": false,
|
|
2215
|
+
"isAbstract": false
|
|
2150
2216
|
},
|
|
2151
2217
|
{
|
|
2152
2218
|
"kind": "Property",
|
|
@@ -2166,6 +2232,7 @@
|
|
|
2166
2232
|
"text": ";"
|
|
2167
2233
|
}
|
|
2168
2234
|
],
|
|
2235
|
+
"isReadonly": true,
|
|
2169
2236
|
"isOptional": false,
|
|
2170
2237
|
"releaseTag": "Beta",
|
|
2171
2238
|
"name": "path",
|
|
@@ -2173,7 +2240,9 @@
|
|
|
2173
2240
|
"startIndex": 1,
|
|
2174
2241
|
"endIndex": 2
|
|
2175
2242
|
},
|
|
2176
|
-
"isStatic": false
|
|
2243
|
+
"isStatic": false,
|
|
2244
|
+
"isProtected": false,
|
|
2245
|
+
"isAbstract": false
|
|
2177
2246
|
},
|
|
2178
2247
|
{
|
|
2179
2248
|
"kind": "Property",
|
|
@@ -2194,6 +2263,7 @@
|
|
|
2194
2263
|
"text": ";"
|
|
2195
2264
|
}
|
|
2196
2265
|
],
|
|
2266
|
+
"isReadonly": true,
|
|
2197
2267
|
"isOptional": false,
|
|
2198
2268
|
"releaseTag": "Beta",
|
|
2199
2269
|
"name": "route",
|
|
@@ -2201,7 +2271,9 @@
|
|
|
2201
2271
|
"startIndex": 1,
|
|
2202
2272
|
"endIndex": 2
|
|
2203
2273
|
},
|
|
2204
|
-
"isStatic": false
|
|
2274
|
+
"isStatic": false,
|
|
2275
|
+
"isProtected": false,
|
|
2276
|
+
"isAbstract": false
|
|
2205
2277
|
},
|
|
2206
2278
|
{
|
|
2207
2279
|
"kind": "Property",
|
|
@@ -2221,6 +2293,7 @@
|
|
|
2221
2293
|
"text": ";"
|
|
2222
2294
|
}
|
|
2223
2295
|
],
|
|
2296
|
+
"isReadonly": true,
|
|
2224
2297
|
"isOptional": false,
|
|
2225
2298
|
"releaseTag": "Beta",
|
|
2226
2299
|
"name": "settings",
|
|
@@ -2228,7 +2301,9 @@
|
|
|
2228
2301
|
"startIndex": 1,
|
|
2229
2302
|
"endIndex": 2
|
|
2230
2303
|
},
|
|
2231
|
-
"isStatic": false
|
|
2304
|
+
"isStatic": false,
|
|
2305
|
+
"isProtected": false,
|
|
2306
|
+
"isAbstract": false
|
|
2232
2307
|
}
|
|
2233
2308
|
],
|
|
2234
2309
|
"implementsTokenRanges": []
|
|
@@ -2240,7 +2315,7 @@
|
|
|
2240
2315
|
"excerptTokens": [
|
|
2241
2316
|
{
|
|
2242
2317
|
"kind": "Content",
|
|
2243
|
-
"text": "export
|
|
2318
|
+
"text": "export type FallbackRouteDefinition<TSettings = "
|
|
2244
2319
|
},
|
|
2245
2320
|
{
|
|
2246
2321
|
"kind": "Content",
|
|
@@ -2300,6 +2375,7 @@
|
|
|
2300
2375
|
"text": ";"
|
|
2301
2376
|
}
|
|
2302
2377
|
],
|
|
2378
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2303
2379
|
"releaseTag": "Beta",
|
|
2304
2380
|
"name": "FallbackRouteDefinition",
|
|
2305
2381
|
"typeParameters": [
|
|
@@ -2327,7 +2403,7 @@
|
|
|
2327
2403
|
"excerptTokens": [
|
|
2328
2404
|
{
|
|
2329
2405
|
"kind": "Content",
|
|
2330
|
-
"text": "export
|
|
2406
|
+
"text": "export type FASTElementConstructor = "
|
|
2331
2407
|
},
|
|
2332
2408
|
{
|
|
2333
2409
|
"kind": "Content",
|
|
@@ -2343,6 +2419,7 @@
|
|
|
2343
2419
|
"text": ";"
|
|
2344
2420
|
}
|
|
2345
2421
|
],
|
|
2422
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2346
2423
|
"releaseTag": "Beta",
|
|
2347
2424
|
"name": "FASTElementConstructor",
|
|
2348
2425
|
"typeTokenRange": {
|
|
@@ -2369,8 +2446,11 @@
|
|
|
2369
2446
|
"text": " "
|
|
2370
2447
|
}
|
|
2371
2448
|
],
|
|
2449
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
2372
2450
|
"releaseTag": "Beta",
|
|
2451
|
+
"isAbstract": false,
|
|
2373
2452
|
"name": "FASTElementLayout",
|
|
2453
|
+
"preserveMemberOrder": false,
|
|
2374
2454
|
"members": [
|
|
2375
2455
|
{
|
|
2376
2456
|
"kind": "Constructor",
|
|
@@ -2410,7 +2490,7 @@
|
|
|
2410
2490
|
},
|
|
2411
2491
|
{
|
|
2412
2492
|
"kind": "Content",
|
|
2413
|
-
"text": "[] |
|
|
2493
|
+
"text": "[] | undefined"
|
|
2414
2494
|
},
|
|
2415
2495
|
{
|
|
2416
2496
|
"kind": "Content",
|
|
@@ -2426,6 +2506,7 @@
|
|
|
2426
2506
|
}
|
|
2427
2507
|
],
|
|
2428
2508
|
"releaseTag": "Beta",
|
|
2509
|
+
"isProtected": false,
|
|
2429
2510
|
"overloadIndex": 1,
|
|
2430
2511
|
"parameters": [
|
|
2431
2512
|
{
|
|
@@ -2486,13 +2567,13 @@
|
|
|
2486
2567
|
"text": ";"
|
|
2487
2568
|
}
|
|
2488
2569
|
],
|
|
2489
|
-
"isOptional": false,
|
|
2490
2570
|
"isStatic": false,
|
|
2491
2571
|
"returnTypeTokenRange": {
|
|
2492
2572
|
"startIndex": 3,
|
|
2493
2573
|
"endIndex": 5
|
|
2494
2574
|
},
|
|
2495
2575
|
"releaseTag": "Beta",
|
|
2576
|
+
"isProtected": false,
|
|
2496
2577
|
"overloadIndex": 1,
|
|
2497
2578
|
"parameters": [
|
|
2498
2579
|
{
|
|
@@ -2504,6 +2585,8 @@
|
|
|
2504
2585
|
"isOptional": false
|
|
2505
2586
|
}
|
|
2506
2587
|
],
|
|
2588
|
+
"isOptional": false,
|
|
2589
|
+
"isAbstract": false,
|
|
2507
2590
|
"name": "afterCommit"
|
|
2508
2591
|
},
|
|
2509
2592
|
{
|
|
@@ -2538,13 +2621,13 @@
|
|
|
2538
2621
|
"text": ";"
|
|
2539
2622
|
}
|
|
2540
2623
|
],
|
|
2541
|
-
"isOptional": false,
|
|
2542
2624
|
"isStatic": false,
|
|
2543
2625
|
"returnTypeTokenRange": {
|
|
2544
2626
|
"startIndex": 3,
|
|
2545
2627
|
"endIndex": 5
|
|
2546
2628
|
},
|
|
2547
2629
|
"releaseTag": "Beta",
|
|
2630
|
+
"isProtected": false,
|
|
2548
2631
|
"overloadIndex": 1,
|
|
2549
2632
|
"parameters": [
|
|
2550
2633
|
{
|
|
@@ -2556,6 +2639,8 @@
|
|
|
2556
2639
|
"isOptional": false
|
|
2557
2640
|
}
|
|
2558
2641
|
],
|
|
2642
|
+
"isOptional": false,
|
|
2643
|
+
"isAbstract": false,
|
|
2559
2644
|
"name": "beforeCommit"
|
|
2560
2645
|
}
|
|
2561
2646
|
],
|
|
@@ -2585,8 +2670,11 @@
|
|
|
2585
2670
|
"text": " "
|
|
2586
2671
|
}
|
|
2587
2672
|
],
|
|
2673
|
+
"fileUrlPath": "dist/dts/fast-router.d.ts",
|
|
2588
2674
|
"releaseTag": "Beta",
|
|
2675
|
+
"isAbstract": false,
|
|
2589
2676
|
"name": "FASTRouter",
|
|
2677
|
+
"preserveMemberOrder": false,
|
|
2590
2678
|
"members": [],
|
|
2591
2679
|
"extendsTokenRange": {
|
|
2592
2680
|
"startIndex": 1,
|
|
@@ -2601,7 +2689,7 @@
|
|
|
2601
2689
|
"excerptTokens": [
|
|
2602
2690
|
{
|
|
2603
2691
|
"kind": "Content",
|
|
2604
|
-
"text": "export
|
|
2692
|
+
"text": "export type HasCommand = "
|
|
2605
2693
|
},
|
|
2606
2694
|
{
|
|
2607
2695
|
"kind": "Content",
|
|
@@ -2621,6 +2709,7 @@
|
|
|
2621
2709
|
"text": ";"
|
|
2622
2710
|
}
|
|
2623
2711
|
],
|
|
2712
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2624
2713
|
"releaseTag": "Beta",
|
|
2625
2714
|
"name": "HasCommand",
|
|
2626
2715
|
"typeTokenRange": {
|
|
@@ -2635,7 +2724,7 @@
|
|
|
2635
2724
|
"excerptTokens": [
|
|
2636
2725
|
{
|
|
2637
2726
|
"kind": "Content",
|
|
2638
|
-
"text": "export
|
|
2727
|
+
"text": "export type HasElement = "
|
|
2639
2728
|
},
|
|
2640
2729
|
{
|
|
2641
2730
|
"kind": "Content",
|
|
@@ -2691,6 +2780,7 @@
|
|
|
2691
2780
|
"text": ";"
|
|
2692
2781
|
}
|
|
2693
2782
|
],
|
|
2783
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2694
2784
|
"releaseTag": "Beta",
|
|
2695
2785
|
"name": "HasElement",
|
|
2696
2786
|
"typeTokenRange": {
|
|
@@ -2705,7 +2795,7 @@
|
|
|
2705
2795
|
"excerptTokens": [
|
|
2706
2796
|
{
|
|
2707
2797
|
"kind": "Content",
|
|
2708
|
-
"text": "export
|
|
2798
|
+
"text": "export type HasTemplate = "
|
|
2709
2799
|
},
|
|
2710
2800
|
{
|
|
2711
2801
|
"kind": "Content",
|
|
@@ -2743,6 +2833,7 @@
|
|
|
2743
2833
|
"text": ";"
|
|
2744
2834
|
}
|
|
2745
2835
|
],
|
|
2836
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2746
2837
|
"releaseTag": "Beta",
|
|
2747
2838
|
"name": "HasTemplate",
|
|
2748
2839
|
"typeTokenRange": {
|
|
@@ -2757,7 +2848,7 @@
|
|
|
2757
2848
|
"excerptTokens": [
|
|
2758
2849
|
{
|
|
2759
2850
|
"kind": "Content",
|
|
2760
|
-
"text": "export
|
|
2851
|
+
"text": "export type HasTitle = "
|
|
2761
2852
|
},
|
|
2762
2853
|
{
|
|
2763
2854
|
"kind": "Content",
|
|
@@ -2768,6 +2859,7 @@
|
|
|
2768
2859
|
"text": ";"
|
|
2769
2860
|
}
|
|
2770
2861
|
],
|
|
2862
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2771
2863
|
"releaseTag": "Beta",
|
|
2772
2864
|
"name": "HasTitle",
|
|
2773
2865
|
"typeTokenRange": {
|
|
@@ -2782,7 +2874,7 @@
|
|
|
2782
2874
|
"excerptTokens": [
|
|
2783
2875
|
{
|
|
2784
2876
|
"kind": "Content",
|
|
2785
|
-
"text": "export
|
|
2877
|
+
"text": "export type IgnorableRouteDefinition<TSettings = "
|
|
2786
2878
|
},
|
|
2787
2879
|
{
|
|
2788
2880
|
"kind": "Content",
|
|
@@ -2806,6 +2898,7 @@
|
|
|
2806
2898
|
"text": ";"
|
|
2807
2899
|
}
|
|
2808
2900
|
],
|
|
2901
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
2809
2902
|
"releaseTag": "Beta",
|
|
2810
2903
|
"name": "IgnorableRouteDefinition",
|
|
2811
2904
|
"typeParameters": [
|
|
@@ -2845,8 +2938,11 @@
|
|
|
2845
2938
|
"text": " "
|
|
2846
2939
|
}
|
|
2847
2940
|
],
|
|
2941
|
+
"fileUrlPath": "dist/dts/commands.d.ts",
|
|
2848
2942
|
"releaseTag": "Beta",
|
|
2943
|
+
"isAbstract": false,
|
|
2849
2944
|
"name": "Ignore",
|
|
2945
|
+
"preserveMemberOrder": false,
|
|
2850
2946
|
"members": [
|
|
2851
2947
|
{
|
|
2852
2948
|
"kind": "Method",
|
|
@@ -2889,15 +2985,17 @@
|
|
|
2889
2985
|
"text": ";"
|
|
2890
2986
|
}
|
|
2891
2987
|
],
|
|
2892
|
-
"isOptional": false,
|
|
2893
2988
|
"isStatic": false,
|
|
2894
2989
|
"returnTypeTokenRange": {
|
|
2895
2990
|
"startIndex": 1,
|
|
2896
2991
|
"endIndex": 7
|
|
2897
2992
|
},
|
|
2898
2993
|
"releaseTag": "Beta",
|
|
2994
|
+
"isProtected": false,
|
|
2899
2995
|
"overloadIndex": 1,
|
|
2900
2996
|
"parameters": [],
|
|
2997
|
+
"isOptional": false,
|
|
2998
|
+
"isAbstract": false,
|
|
2901
2999
|
"name": "createContributor"
|
|
2902
3000
|
}
|
|
2903
3001
|
],
|
|
@@ -2954,6 +3052,7 @@
|
|
|
2954
3052
|
"text": ";"
|
|
2955
3053
|
}
|
|
2956
3054
|
],
|
|
3055
|
+
"fileUrlPath": "dist/dts/router.d.ts",
|
|
2957
3056
|
"returnTypeTokenRange": {
|
|
2958
3057
|
"startIndex": 3,
|
|
2959
3058
|
"endIndex": 8
|
|
@@ -3038,6 +3137,7 @@
|
|
|
3038
3137
|
"text": ";"
|
|
3039
3138
|
}
|
|
3040
3139
|
],
|
|
3140
|
+
"fileUrlPath": "dist/dts/contributors.d.ts",
|
|
3041
3141
|
"returnTypeTokenRange": {
|
|
3042
3142
|
"startIndex": 7,
|
|
3043
3143
|
"endIndex": 13
|
|
@@ -3087,8 +3187,10 @@
|
|
|
3087
3187
|
"text": "export interface Layout "
|
|
3088
3188
|
}
|
|
3089
3189
|
],
|
|
3190
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
3090
3191
|
"releaseTag": "Beta",
|
|
3091
3192
|
"name": "Layout",
|
|
3193
|
+
"preserveMemberOrder": false,
|
|
3092
3194
|
"members": [
|
|
3093
3195
|
{
|
|
3094
3196
|
"kind": "MethodSignature",
|
|
@@ -3232,6 +3334,8 @@
|
|
|
3232
3334
|
"text": ">;\n}>"
|
|
3233
3335
|
}
|
|
3234
3336
|
],
|
|
3337
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
3338
|
+
"isReadonly": true,
|
|
3235
3339
|
"releaseTag": "Beta",
|
|
3236
3340
|
"name": "Layout",
|
|
3237
3341
|
"variableTypeTokenRange": {
|
|
@@ -3246,7 +3350,7 @@
|
|
|
3246
3350
|
"excerptTokens": [
|
|
3247
3351
|
{
|
|
3248
3352
|
"kind": "Content",
|
|
3249
|
-
"text": "export
|
|
3353
|
+
"text": "export type LayoutAndTransitionRouteDefinition = "
|
|
3250
3354
|
},
|
|
3251
3355
|
{
|
|
3252
3356
|
"kind": "Content",
|
|
@@ -3284,6 +3388,7 @@
|
|
|
3284
3388
|
"text": ";"
|
|
3285
3389
|
}
|
|
3286
3390
|
],
|
|
3391
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
3287
3392
|
"releaseTag": "Beta",
|
|
3288
3393
|
"name": "LayoutAndTransitionRouteDefinition",
|
|
3289
3394
|
"typeTokenRange": {
|
|
@@ -3301,8 +3406,10 @@
|
|
|
3301
3406
|
"text": "export interface LinkHandler "
|
|
3302
3407
|
}
|
|
3303
3408
|
],
|
|
3409
|
+
"fileUrlPath": "dist/dts/links.d.ts",
|
|
3304
3410
|
"releaseTag": "Beta",
|
|
3305
3411
|
"name": "LinkHandler",
|
|
3412
|
+
"preserveMemberOrder": false,
|
|
3306
3413
|
"members": [
|
|
3307
3414
|
{
|
|
3308
3415
|
"kind": "MethodSignature",
|
|
@@ -3370,7 +3477,7 @@
|
|
|
3370
3477
|
"excerptTokens": [
|
|
3371
3478
|
{
|
|
3372
3479
|
"kind": "Content",
|
|
3373
|
-
"text": "export
|
|
3480
|
+
"text": "export type MappableRouteDefinition<TSettings = "
|
|
3374
3481
|
},
|
|
3375
3482
|
{
|
|
3376
3483
|
"kind": "Content",
|
|
@@ -3421,6 +3528,7 @@
|
|
|
3421
3528
|
"text": ";"
|
|
3422
3529
|
}
|
|
3423
3530
|
],
|
|
3531
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
3424
3532
|
"releaseTag": "Beta",
|
|
3425
3533
|
"name": "MappableRouteDefinition",
|
|
3426
3534
|
"typeParameters": [
|
|
@@ -3448,7 +3556,7 @@
|
|
|
3448
3556
|
"excerptTokens": [
|
|
3449
3557
|
{
|
|
3450
3558
|
"kind": "Content",
|
|
3451
|
-
"text": "export
|
|
3559
|
+
"text": "export type NavigableRouteDefinition<TSettings = "
|
|
3452
3560
|
},
|
|
3453
3561
|
{
|
|
3454
3562
|
"kind": "Content",
|
|
@@ -3490,6 +3598,7 @@
|
|
|
3490
3598
|
"text": ";"
|
|
3491
3599
|
}
|
|
3492
3600
|
],
|
|
3601
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
3493
3602
|
"releaseTag": "Beta",
|
|
3494
3603
|
"name": "NavigableRouteDefinition",
|
|
3495
3604
|
"typeParameters": [
|
|
@@ -3520,8 +3629,10 @@
|
|
|
3520
3629
|
"text": "export interface NavigationCommand "
|
|
3521
3630
|
}
|
|
3522
3631
|
],
|
|
3632
|
+
"fileUrlPath": "dist/dts/commands.d.ts",
|
|
3523
3633
|
"releaseTag": "Beta",
|
|
3524
3634
|
"name": "NavigationCommand",
|
|
3635
|
+
"preserveMemberOrder": false,
|
|
3525
3636
|
"members": [
|
|
3526
3637
|
{
|
|
3527
3638
|
"kind": "MethodSignature",
|
|
@@ -3636,9 +3747,14 @@
|
|
|
3636
3747
|
},
|
|
3637
3748
|
{
|
|
3638
3749
|
"kind": "Content",
|
|
3639
|
-
"text": "<TSettings>, \"cancel\" | \"canceled\" | \"onCancel\">
|
|
3750
|
+
"text": "<TSettings>, \"cancel\" | \"canceled\" | \"onCancel\">"
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"kind": "Content",
|
|
3754
|
+
"text": " "
|
|
3640
3755
|
}
|
|
3641
3756
|
],
|
|
3757
|
+
"fileUrlPath": "dist/dts/phases.d.ts",
|
|
3642
3758
|
"releaseTag": "Beta",
|
|
3643
3759
|
"typeParameters": [
|
|
3644
3760
|
{
|
|
@@ -3654,6 +3770,7 @@
|
|
|
3654
3770
|
}
|
|
3655
3771
|
],
|
|
3656
3772
|
"name": "NavigationCommitPhase",
|
|
3773
|
+
"preserveMemberOrder": false,
|
|
3657
3774
|
"members": [
|
|
3658
3775
|
{
|
|
3659
3776
|
"kind": "MethodSignature",
|
|
@@ -3674,7 +3791,7 @@
|
|
|
3674
3791
|
},
|
|
3675
3792
|
{
|
|
3676
3793
|
"kind": "Content",
|
|
3677
|
-
"text": "
|
|
3794
|
+
"text": "void"
|
|
3678
3795
|
},
|
|
3679
3796
|
{
|
|
3680
3797
|
"kind": "Content",
|
|
@@ -3704,7 +3821,7 @@
|
|
|
3704
3821
|
"extendsTokenRanges": [
|
|
3705
3822
|
{
|
|
3706
3823
|
"startIndex": 3,
|
|
3707
|
-
"endIndex":
|
|
3824
|
+
"endIndex": 7
|
|
3708
3825
|
}
|
|
3709
3826
|
]
|
|
3710
3827
|
},
|
|
@@ -3715,7 +3832,7 @@
|
|
|
3715
3832
|
"excerptTokens": [
|
|
3716
3833
|
{
|
|
3717
3834
|
"kind": "Content",
|
|
3718
|
-
"text": "export
|
|
3835
|
+
"text": "export type NavigationCommitPhaseHook<TSettings = "
|
|
3719
3836
|
},
|
|
3720
3837
|
{
|
|
3721
3838
|
"kind": "Content",
|
|
@@ -3752,6 +3869,7 @@
|
|
|
3752
3869
|
"text": ";"
|
|
3753
3870
|
}
|
|
3754
3871
|
],
|
|
3872
|
+
"fileUrlPath": "dist/dts/phases.d.ts",
|
|
3755
3873
|
"releaseTag": "Beta",
|
|
3756
3874
|
"name": "NavigationCommitPhaseHook",
|
|
3757
3875
|
"typeParameters": [
|
|
@@ -3800,6 +3918,7 @@
|
|
|
3800
3918
|
"text": ";"
|
|
3801
3919
|
}
|
|
3802
3920
|
],
|
|
3921
|
+
"fileUrlPath": "dist/dts/contributors.d.ts",
|
|
3803
3922
|
"returnTypeTokenRange": {
|
|
3804
3923
|
"startIndex": 3,
|
|
3805
3924
|
"endIndex": 4
|
|
@@ -3825,7 +3944,7 @@
|
|
|
3825
3944
|
"excerptTokens": [
|
|
3826
3945
|
{
|
|
3827
3946
|
"kind": "Content",
|
|
3828
|
-
"text": "export
|
|
3947
|
+
"text": "export type NavigationContributor<TSettings = "
|
|
3829
3948
|
},
|
|
3830
3949
|
{
|
|
3831
3950
|
"kind": "Content",
|
|
@@ -3894,6 +4013,7 @@
|
|
|
3894
4013
|
"text": ";"
|
|
3895
4014
|
}
|
|
3896
4015
|
],
|
|
4016
|
+
"fileUrlPath": "dist/dts/contributors.d.ts",
|
|
3897
4017
|
"releaseTag": "Beta",
|
|
3898
4018
|
"name": "NavigationContributor",
|
|
3899
4019
|
"typeParameters": [
|
|
@@ -3924,8 +4044,10 @@
|
|
|
3924
4044
|
"text": "export interface NavigationHandler "
|
|
3925
4045
|
}
|
|
3926
4046
|
],
|
|
4047
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
3927
4048
|
"releaseTag": "Beta",
|
|
3928
4049
|
"name": "NavigationHandler",
|
|
4050
|
+
"preserveMemberOrder": false,
|
|
3929
4051
|
"members": [
|
|
3930
4052
|
{
|
|
3931
4053
|
"kind": "MethodSignature",
|
|
@@ -4013,6 +4135,8 @@
|
|
|
4013
4135
|
"text": "): void;\n}>"
|
|
4014
4136
|
}
|
|
4015
4137
|
],
|
|
4138
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
4139
|
+
"isReadonly": true,
|
|
4016
4140
|
"releaseTag": "Beta",
|
|
4017
4141
|
"name": "NavigationHandler",
|
|
4018
4142
|
"variableTypeTokenRange": {
|
|
@@ -4030,8 +4154,11 @@
|
|
|
4030
4154
|
"text": "export declare class NavigationMessage "
|
|
4031
4155
|
}
|
|
4032
4156
|
],
|
|
4157
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
4033
4158
|
"releaseTag": "Beta",
|
|
4159
|
+
"isAbstract": false,
|
|
4034
4160
|
"name": "NavigationMessage",
|
|
4161
|
+
"preserveMemberOrder": false,
|
|
4035
4162
|
"members": [
|
|
4036
4163
|
{
|
|
4037
4164
|
"kind": "Constructor",
|
|
@@ -4052,6 +4179,7 @@
|
|
|
4052
4179
|
}
|
|
4053
4180
|
],
|
|
4054
4181
|
"releaseTag": "Beta",
|
|
4182
|
+
"isProtected": false,
|
|
4055
4183
|
"overloadIndex": 1,
|
|
4056
4184
|
"parameters": [
|
|
4057
4185
|
{
|
|
@@ -4082,6 +4210,7 @@
|
|
|
4082
4210
|
"text": ";"
|
|
4083
4211
|
}
|
|
4084
4212
|
],
|
|
4213
|
+
"isReadonly": false,
|
|
4085
4214
|
"isOptional": false,
|
|
4086
4215
|
"releaseTag": "Beta",
|
|
4087
4216
|
"name": "path",
|
|
@@ -4089,7 +4218,9 @@
|
|
|
4089
4218
|
"startIndex": 1,
|
|
4090
4219
|
"endIndex": 2
|
|
4091
4220
|
},
|
|
4092
|
-
"isStatic": false
|
|
4221
|
+
"isStatic": false,
|
|
4222
|
+
"isProtected": false,
|
|
4223
|
+
"isAbstract": false
|
|
4093
4224
|
}
|
|
4094
4225
|
],
|
|
4095
4226
|
"implementsTokenRanges": []
|
|
@@ -4112,6 +4243,7 @@
|
|
|
4112
4243
|
"text": "> "
|
|
4113
4244
|
}
|
|
4114
4245
|
],
|
|
4246
|
+
"fileUrlPath": "dist/dts/phases.d.ts",
|
|
4115
4247
|
"releaseTag": "Beta",
|
|
4116
4248
|
"typeParameters": [
|
|
4117
4249
|
{
|
|
@@ -4127,6 +4259,7 @@
|
|
|
4127
4259
|
}
|
|
4128
4260
|
],
|
|
4129
4261
|
"name": "NavigationPhase",
|
|
4262
|
+
"preserveMemberOrder": false,
|
|
4130
4263
|
"members": [
|
|
4131
4264
|
{
|
|
4132
4265
|
"kind": "MethodSignature",
|
|
@@ -4192,6 +4325,7 @@
|
|
|
4192
4325
|
"text": ";"
|
|
4193
4326
|
}
|
|
4194
4327
|
],
|
|
4328
|
+
"isReadonly": true,
|
|
4195
4329
|
"isOptional": false,
|
|
4196
4330
|
"releaseTag": "Beta",
|
|
4197
4331
|
"name": "canceled",
|
|
@@ -4311,6 +4445,7 @@
|
|
|
4311
4445
|
"text": ";"
|
|
4312
4446
|
}
|
|
4313
4447
|
],
|
|
4448
|
+
"isReadonly": true,
|
|
4314
4449
|
"isOptional": false,
|
|
4315
4450
|
"releaseTag": "Beta",
|
|
4316
4451
|
"name": "name",
|
|
@@ -4434,6 +4569,7 @@
|
|
|
4434
4569
|
"text": ";"
|
|
4435
4570
|
}
|
|
4436
4571
|
],
|
|
4572
|
+
"isReadonly": true,
|
|
4437
4573
|
"isOptional": false,
|
|
4438
4574
|
"releaseTag": "Beta",
|
|
4439
4575
|
"name": "route",
|
|
@@ -4465,6 +4601,7 @@
|
|
|
4465
4601
|
"text": ";"
|
|
4466
4602
|
}
|
|
4467
4603
|
],
|
|
4604
|
+
"isReadonly": true,
|
|
4468
4605
|
"isOptional": false,
|
|
4469
4606
|
"releaseTag": "Beta",
|
|
4470
4607
|
"name": "router",
|
|
@@ -4483,7 +4620,7 @@
|
|
|
4483
4620
|
"excerptTokens": [
|
|
4484
4621
|
{
|
|
4485
4622
|
"kind": "Content",
|
|
4486
|
-
"text": "export
|
|
4623
|
+
"text": "export type NavigationPhaseFollowupAction = "
|
|
4487
4624
|
},
|
|
4488
4625
|
{
|
|
4489
4626
|
"kind": "Content",
|
|
@@ -4503,6 +4640,7 @@
|
|
|
4503
4640
|
"text": ";"
|
|
4504
4641
|
}
|
|
4505
4642
|
],
|
|
4643
|
+
"fileUrlPath": "dist/dts/phases.d.ts",
|
|
4506
4644
|
"releaseTag": "Beta",
|
|
4507
4645
|
"name": "NavigationPhaseFollowupAction",
|
|
4508
4646
|
"typeTokenRange": {
|
|
@@ -4517,7 +4655,7 @@
|
|
|
4517
4655
|
"excerptTokens": [
|
|
4518
4656
|
{
|
|
4519
4657
|
"kind": "Content",
|
|
4520
|
-
"text": "export
|
|
4658
|
+
"text": "export type NavigationPhaseHook<TSettings = "
|
|
4521
4659
|
},
|
|
4522
4660
|
{
|
|
4523
4661
|
"kind": "Content",
|
|
@@ -4554,6 +4692,7 @@
|
|
|
4554
4692
|
"text": ";"
|
|
4555
4693
|
}
|
|
4556
4694
|
],
|
|
4695
|
+
"fileUrlPath": "dist/dts/phases.d.ts",
|
|
4557
4696
|
"releaseTag": "Beta",
|
|
4558
4697
|
"name": "NavigationPhaseHook",
|
|
4559
4698
|
"typeParameters": [
|
|
@@ -4581,7 +4720,7 @@
|
|
|
4581
4720
|
"excerptTokens": [
|
|
4582
4721
|
{
|
|
4583
4722
|
"kind": "Content",
|
|
4584
|
-
"text": "export
|
|
4723
|
+
"text": "export type NavigationPhaseName = "
|
|
4585
4724
|
},
|
|
4586
4725
|
{
|
|
4587
4726
|
"kind": "Content",
|
|
@@ -4592,6 +4731,7 @@
|
|
|
4592
4731
|
"text": ";"
|
|
4593
4732
|
}
|
|
4594
4733
|
],
|
|
4734
|
+
"fileUrlPath": "dist/dts/phases.d.ts",
|
|
4595
4735
|
"releaseTag": "Beta",
|
|
4596
4736
|
"name": "NavigationPhaseName",
|
|
4597
4737
|
"typeTokenRange": {
|
|
@@ -4609,8 +4749,10 @@
|
|
|
4609
4749
|
"text": "export interface NavigationProcess "
|
|
4610
4750
|
}
|
|
4611
4751
|
],
|
|
4752
|
+
"fileUrlPath": "dist/dts/process.d.ts",
|
|
4612
4753
|
"releaseTag": "Beta",
|
|
4613
4754
|
"name": "NavigationProcess",
|
|
4755
|
+
"preserveMemberOrder": false,
|
|
4614
4756
|
"members": [
|
|
4615
4757
|
{
|
|
4616
4758
|
"kind": "MethodSignature",
|
|
@@ -4693,8 +4835,10 @@
|
|
|
4693
4835
|
"text": "export interface NavigationQueue "
|
|
4694
4836
|
}
|
|
4695
4837
|
],
|
|
4838
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
4696
4839
|
"releaseTag": "Beta",
|
|
4697
4840
|
"name": "NavigationQueue",
|
|
4841
|
+
"preserveMemberOrder": false,
|
|
4698
4842
|
"members": [
|
|
4699
4843
|
{
|
|
4700
4844
|
"kind": "MethodSignature",
|
|
@@ -4804,7 +4948,7 @@
|
|
|
4804
4948
|
"excerptTokens": [
|
|
4805
4949
|
{
|
|
4806
4950
|
"kind": "Content",
|
|
4807
|
-
"text": "export
|
|
4951
|
+
"text": "export type ParameterConverter = "
|
|
4808
4952
|
},
|
|
4809
4953
|
{
|
|
4810
4954
|
"kind": "Reference",
|
|
@@ -4817,8 +4961,8 @@
|
|
|
4817
4961
|
},
|
|
4818
4962
|
{
|
|
4819
4963
|
"kind": "Reference",
|
|
4820
|
-
"text": "
|
|
4821
|
-
"canonicalReference": "@microsoft/fast-router!
|
|
4964
|
+
"text": "RouteParameterConverterObject",
|
|
4965
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterObject:type"
|
|
4822
4966
|
},
|
|
4823
4967
|
{
|
|
4824
4968
|
"kind": "Content",
|
|
@@ -4835,8 +4979,8 @@
|
|
|
4835
4979
|
},
|
|
4836
4980
|
{
|
|
4837
4981
|
"kind": "Reference",
|
|
4838
|
-
"text": "
|
|
4839
|
-
"canonicalReference": "@microsoft/fast-router!
|
|
4982
|
+
"text": "RouteParameterConverterObject",
|
|
4983
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterObject:type"
|
|
4840
4984
|
},
|
|
4841
4985
|
{
|
|
4842
4986
|
"kind": "Content",
|
|
@@ -4847,6 +4991,7 @@
|
|
|
4847
4991
|
"text": ";"
|
|
4848
4992
|
}
|
|
4849
4993
|
],
|
|
4994
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
4850
4995
|
"releaseTag": "Beta",
|
|
4851
4996
|
"name": "ParameterConverter",
|
|
4852
4997
|
"typeTokenRange": {
|
|
@@ -4861,7 +5006,7 @@
|
|
|
4861
5006
|
"excerptTokens": [
|
|
4862
5007
|
{
|
|
4863
5008
|
"kind": "Content",
|
|
4864
|
-
"text": "export
|
|
5009
|
+
"text": "export type ParentRouteDefinition<TSettings = "
|
|
4865
5010
|
},
|
|
4866
5011
|
{
|
|
4867
5012
|
"kind": "Content",
|
|
@@ -4903,6 +5048,7 @@
|
|
|
4903
5048
|
"text": ";"
|
|
4904
5049
|
}
|
|
4905
5050
|
],
|
|
5051
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
4906
5052
|
"releaseTag": "Beta",
|
|
4907
5053
|
"name": "ParentRouteDefinition",
|
|
4908
5054
|
"typeParameters": [
|
|
@@ -4930,7 +5076,7 @@
|
|
|
4930
5076
|
"excerptTokens": [
|
|
4931
5077
|
{
|
|
4932
5078
|
"kind": "Content",
|
|
4933
|
-
"text": "export
|
|
5079
|
+
"text": "export type PathedRouteDefinition<TSettings = "
|
|
4934
5080
|
},
|
|
4935
5081
|
{
|
|
4936
5082
|
"kind": "Content",
|
|
@@ -4959,6 +5105,7 @@
|
|
|
4959
5105
|
"text": ";"
|
|
4960
5106
|
}
|
|
4961
5107
|
],
|
|
5108
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
4962
5109
|
"releaseTag": "Beta",
|
|
4963
5110
|
"name": "PathedRouteDefinition",
|
|
4964
5111
|
"typeParameters": [
|
|
@@ -4999,12 +5146,12 @@
|
|
|
4999
5146
|
},
|
|
5000
5147
|
{
|
|
5001
5148
|
"kind": "Reference",
|
|
5002
|
-
"text": "
|
|
5003
|
-
"canonicalReference": "!
|
|
5149
|
+
"text": "Record",
|
|
5150
|
+
"canonicalReference": "!Record:type"
|
|
5004
5151
|
},
|
|
5005
5152
|
{
|
|
5006
5153
|
"kind": "Content",
|
|
5007
|
-
"text": ", traditional?: boolean): string;\n separate(path: string): "
|
|
5154
|
+
"text": "<string, string>, traditional?: boolean): string;\n separate(path: string): "
|
|
5008
5155
|
},
|
|
5009
5156
|
{
|
|
5010
5157
|
"kind": "Reference",
|
|
@@ -5034,6 +5181,8 @@
|
|
|
5034
5181
|
"text": "<string, string>>;\n}>"
|
|
5035
5182
|
}
|
|
5036
5183
|
],
|
|
5184
|
+
"fileUrlPath": "dist/dts/query-string.d.ts",
|
|
5185
|
+
"isReadonly": true,
|
|
5037
5186
|
"releaseTag": "Beta",
|
|
5038
5187
|
"name": "QueryString",
|
|
5039
5188
|
"variableTypeTokenRange": {
|
|
@@ -5059,6 +5208,7 @@
|
|
|
5059
5208
|
"text": "> "
|
|
5060
5209
|
}
|
|
5061
5210
|
],
|
|
5211
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
5062
5212
|
"releaseTag": "Beta",
|
|
5063
5213
|
"typeParameters": [
|
|
5064
5214
|
{
|
|
@@ -5073,7 +5223,9 @@
|
|
|
5073
5223
|
}
|
|
5074
5224
|
}
|
|
5075
5225
|
],
|
|
5226
|
+
"isAbstract": false,
|
|
5076
5227
|
"name": "RecognizedRoute",
|
|
5228
|
+
"preserveMemberOrder": false,
|
|
5077
5229
|
"members": [
|
|
5078
5230
|
{
|
|
5079
5231
|
"kind": "Constructor",
|
|
@@ -5165,6 +5317,7 @@
|
|
|
5165
5317
|
}
|
|
5166
5318
|
],
|
|
5167
5319
|
"releaseTag": "Beta",
|
|
5320
|
+
"isProtected": false,
|
|
5168
5321
|
"overloadIndex": 1,
|
|
5169
5322
|
"parameters": [
|
|
5170
5323
|
{
|
|
@@ -5233,6 +5386,7 @@
|
|
|
5233
5386
|
"text": ";"
|
|
5234
5387
|
}
|
|
5235
5388
|
],
|
|
5389
|
+
"isReadonly": true,
|
|
5236
5390
|
"isOptional": false,
|
|
5237
5391
|
"releaseTag": "Beta",
|
|
5238
5392
|
"name": "allParams",
|
|
@@ -5240,7 +5394,9 @@
|
|
|
5240
5394
|
"startIndex": 1,
|
|
5241
5395
|
"endIndex": 5
|
|
5242
5396
|
},
|
|
5243
|
-
"isStatic": false
|
|
5397
|
+
"isStatic": false,
|
|
5398
|
+
"isProtected": false,
|
|
5399
|
+
"isAbstract": false
|
|
5244
5400
|
},
|
|
5245
5401
|
{
|
|
5246
5402
|
"kind": "Property",
|
|
@@ -5274,6 +5430,7 @@
|
|
|
5274
5430
|
"text": ";"
|
|
5275
5431
|
}
|
|
5276
5432
|
],
|
|
5433
|
+
"isReadonly": true,
|
|
5277
5434
|
"isOptional": false,
|
|
5278
5435
|
"releaseTag": "Beta",
|
|
5279
5436
|
"name": "allTypedParams",
|
|
@@ -5281,7 +5438,9 @@
|
|
|
5281
5438
|
"startIndex": 1,
|
|
5282
5439
|
"endIndex": 5
|
|
5283
5440
|
},
|
|
5284
|
-
"isStatic": false
|
|
5441
|
+
"isStatic": false,
|
|
5442
|
+
"isProtected": false,
|
|
5443
|
+
"isAbstract": false
|
|
5285
5444
|
},
|
|
5286
5445
|
{
|
|
5287
5446
|
"kind": "Property",
|
|
@@ -5306,6 +5465,7 @@
|
|
|
5306
5465
|
"text": ";"
|
|
5307
5466
|
}
|
|
5308
5467
|
],
|
|
5468
|
+
"isReadonly": true,
|
|
5309
5469
|
"isOptional": false,
|
|
5310
5470
|
"releaseTag": "Beta",
|
|
5311
5471
|
"name": "endpoint",
|
|
@@ -5313,7 +5473,9 @@
|
|
|
5313
5473
|
"startIndex": 1,
|
|
5314
5474
|
"endIndex": 3
|
|
5315
5475
|
},
|
|
5316
|
-
"isStatic": false
|
|
5476
|
+
"isStatic": false,
|
|
5477
|
+
"isProtected": false,
|
|
5478
|
+
"isAbstract": false
|
|
5317
5479
|
},
|
|
5318
5480
|
{
|
|
5319
5481
|
"kind": "Property",
|
|
@@ -5347,6 +5509,7 @@
|
|
|
5347
5509
|
"text": ";"
|
|
5348
5510
|
}
|
|
5349
5511
|
],
|
|
5512
|
+
"isReadonly": true,
|
|
5350
5513
|
"isOptional": false,
|
|
5351
5514
|
"releaseTag": "Beta",
|
|
5352
5515
|
"name": "params",
|
|
@@ -5354,7 +5517,9 @@
|
|
|
5354
5517
|
"startIndex": 1,
|
|
5355
5518
|
"endIndex": 5
|
|
5356
5519
|
},
|
|
5357
|
-
"isStatic": false
|
|
5520
|
+
"isStatic": false,
|
|
5521
|
+
"isProtected": false,
|
|
5522
|
+
"isAbstract": false
|
|
5358
5523
|
},
|
|
5359
5524
|
{
|
|
5360
5525
|
"kind": "Property",
|
|
@@ -5388,6 +5553,7 @@
|
|
|
5388
5553
|
"text": ";"
|
|
5389
5554
|
}
|
|
5390
5555
|
],
|
|
5556
|
+
"isReadonly": true,
|
|
5391
5557
|
"isOptional": false,
|
|
5392
5558
|
"releaseTag": "Beta",
|
|
5393
5559
|
"name": "queryParams",
|
|
@@ -5395,7 +5561,9 @@
|
|
|
5395
5561
|
"startIndex": 1,
|
|
5396
5562
|
"endIndex": 5
|
|
5397
5563
|
},
|
|
5398
|
-
"isStatic": false
|
|
5564
|
+
"isStatic": false,
|
|
5565
|
+
"isProtected": false,
|
|
5566
|
+
"isAbstract": false
|
|
5399
5567
|
},
|
|
5400
5568
|
{
|
|
5401
5569
|
"kind": "Property",
|
|
@@ -5415,6 +5583,7 @@
|
|
|
5415
5583
|
"text": ";"
|
|
5416
5584
|
}
|
|
5417
5585
|
],
|
|
5586
|
+
"isReadonly": true,
|
|
5418
5587
|
"isOptional": false,
|
|
5419
5588
|
"releaseTag": "Beta",
|
|
5420
5589
|
"name": "settings",
|
|
@@ -5422,7 +5591,9 @@
|
|
|
5422
5591
|
"startIndex": 1,
|
|
5423
5592
|
"endIndex": 2
|
|
5424
5593
|
},
|
|
5425
|
-
"isStatic": false
|
|
5594
|
+
"isStatic": false,
|
|
5595
|
+
"isProtected": false,
|
|
5596
|
+
"isAbstract": false
|
|
5426
5597
|
},
|
|
5427
5598
|
{
|
|
5428
5599
|
"kind": "Property",
|
|
@@ -5456,6 +5627,7 @@
|
|
|
5456
5627
|
"text": ";"
|
|
5457
5628
|
}
|
|
5458
5629
|
],
|
|
5630
|
+
"isReadonly": true,
|
|
5459
5631
|
"isOptional": false,
|
|
5460
5632
|
"releaseTag": "Beta",
|
|
5461
5633
|
"name": "typedParams",
|
|
@@ -5463,7 +5635,9 @@
|
|
|
5463
5635
|
"startIndex": 1,
|
|
5464
5636
|
"endIndex": 5
|
|
5465
5637
|
},
|
|
5466
|
-
"isStatic": false
|
|
5638
|
+
"isStatic": false,
|
|
5639
|
+
"isProtected": false,
|
|
5640
|
+
"isAbstract": false
|
|
5467
5641
|
}
|
|
5468
5642
|
],
|
|
5469
5643
|
"implementsTokenRanges": []
|
|
@@ -5487,8 +5661,11 @@
|
|
|
5487
5661
|
"text": " "
|
|
5488
5662
|
}
|
|
5489
5663
|
],
|
|
5664
|
+
"fileUrlPath": "dist/dts/commands.d.ts",
|
|
5490
5665
|
"releaseTag": "Beta",
|
|
5666
|
+
"isAbstract": false,
|
|
5491
5667
|
"name": "Redirect",
|
|
5668
|
+
"preserveMemberOrder": false,
|
|
5492
5669
|
"members": [
|
|
5493
5670
|
{
|
|
5494
5671
|
"kind": "Constructor",
|
|
@@ -5509,6 +5686,7 @@
|
|
|
5509
5686
|
}
|
|
5510
5687
|
],
|
|
5511
5688
|
"releaseTag": "Beta",
|
|
5689
|
+
"isProtected": false,
|
|
5512
5690
|
"overloadIndex": 1,
|
|
5513
5691
|
"parameters": [
|
|
5514
5692
|
{
|
|
@@ -5562,15 +5740,17 @@
|
|
|
5562
5740
|
"text": ";"
|
|
5563
5741
|
}
|
|
5564
5742
|
],
|
|
5565
|
-
"isOptional": false,
|
|
5566
5743
|
"isStatic": false,
|
|
5567
5744
|
"returnTypeTokenRange": {
|
|
5568
5745
|
"startIndex": 1,
|
|
5569
5746
|
"endIndex": 7
|
|
5570
5747
|
},
|
|
5571
5748
|
"releaseTag": "Beta",
|
|
5749
|
+
"isProtected": false,
|
|
5572
5750
|
"overloadIndex": 1,
|
|
5573
5751
|
"parameters": [],
|
|
5752
|
+
"isOptional": false,
|
|
5753
|
+
"isAbstract": false,
|
|
5574
5754
|
"name": "createContributor"
|
|
5575
5755
|
}
|
|
5576
5756
|
],
|
|
@@ -5588,7 +5768,7 @@
|
|
|
5588
5768
|
"excerptTokens": [
|
|
5589
5769
|
{
|
|
5590
5770
|
"kind": "Content",
|
|
5591
|
-
"text": "export
|
|
5771
|
+
"text": "export type RedirectRouteDefinition<TSettings = "
|
|
5592
5772
|
},
|
|
5593
5773
|
{
|
|
5594
5774
|
"kind": "Content",
|
|
@@ -5612,6 +5792,7 @@
|
|
|
5612
5792
|
"text": ";"
|
|
5613
5793
|
}
|
|
5614
5794
|
],
|
|
5795
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
5615
5796
|
"releaseTag": "Beta",
|
|
5616
5797
|
"name": "RedirectRouteDefinition",
|
|
5617
5798
|
"typeParameters": [
|
|
@@ -5651,8 +5832,11 @@
|
|
|
5651
5832
|
"text": " "
|
|
5652
5833
|
}
|
|
5653
5834
|
],
|
|
5835
|
+
"fileUrlPath": "dist/dts/commands.d.ts",
|
|
5654
5836
|
"releaseTag": "Beta",
|
|
5837
|
+
"isAbstract": false,
|
|
5655
5838
|
"name": "Render",
|
|
5839
|
+
"preserveMemberOrder": false,
|
|
5656
5840
|
"members": [
|
|
5657
5841
|
{
|
|
5658
5842
|
"kind": "Constructor",
|
|
@@ -5700,6 +5884,7 @@
|
|
|
5700
5884
|
}
|
|
5701
5885
|
],
|
|
5702
5886
|
"releaseTag": "Beta",
|
|
5887
|
+
"isProtected": false,
|
|
5703
5888
|
"overloadIndex": 1,
|
|
5704
5889
|
"parameters": [
|
|
5705
5890
|
{
|
|
@@ -5770,13 +5955,13 @@
|
|
|
5770
5955
|
"text": ";"
|
|
5771
5956
|
}
|
|
5772
5957
|
],
|
|
5773
|
-
"isOptional": false,
|
|
5774
5958
|
"isStatic": false,
|
|
5775
5959
|
"returnTypeTokenRange": {
|
|
5776
5960
|
"startIndex": 5,
|
|
5777
5961
|
"endIndex": 9
|
|
5778
5962
|
},
|
|
5779
5963
|
"releaseTag": "Beta",
|
|
5964
|
+
"isProtected": false,
|
|
5780
5965
|
"overloadIndex": 1,
|
|
5781
5966
|
"parameters": [
|
|
5782
5967
|
{
|
|
@@ -5796,6 +5981,8 @@
|
|
|
5796
5981
|
"isOptional": false
|
|
5797
5982
|
}
|
|
5798
5983
|
],
|
|
5984
|
+
"isOptional": false,
|
|
5985
|
+
"isAbstract": false,
|
|
5799
5986
|
"name": "createContributor"
|
|
5800
5987
|
},
|
|
5801
5988
|
{
|
|
@@ -5834,6 +6021,7 @@
|
|
|
5834
6021
|
"text": ";"
|
|
5835
6022
|
}
|
|
5836
6023
|
],
|
|
6024
|
+
"isReadonly": false,
|
|
5837
6025
|
"isOptional": false,
|
|
5838
6026
|
"releaseTag": "Beta",
|
|
5839
6027
|
"name": "createView",
|
|
@@ -5841,7 +6029,9 @@
|
|
|
5841
6029
|
"startIndex": 1,
|
|
5842
6030
|
"endIndex": 6
|
|
5843
6031
|
},
|
|
5844
|
-
"isStatic": false
|
|
6032
|
+
"isStatic": false,
|
|
6033
|
+
"isProtected": false,
|
|
6034
|
+
"isAbstract": false
|
|
5845
6035
|
},
|
|
5846
6036
|
{
|
|
5847
6037
|
"kind": "Method",
|
|
@@ -5907,13 +6097,13 @@
|
|
|
5907
6097
|
"text": ";"
|
|
5908
6098
|
}
|
|
5909
6099
|
],
|
|
5910
|
-
"isOptional": false,
|
|
5911
6100
|
"isStatic": true,
|
|
5912
6101
|
"returnTypeTokenRange": {
|
|
5913
6102
|
"startIndex": 11,
|
|
5914
6103
|
"endIndex": 12
|
|
5915
6104
|
},
|
|
5916
6105
|
"releaseTag": "Beta",
|
|
6106
|
+
"isProtected": false,
|
|
5917
6107
|
"overloadIndex": 1,
|
|
5918
6108
|
"parameters": [
|
|
5919
6109
|
{
|
|
@@ -5933,6 +6123,8 @@
|
|
|
5933
6123
|
"isOptional": false
|
|
5934
6124
|
}
|
|
5935
6125
|
],
|
|
6126
|
+
"isOptional": false,
|
|
6127
|
+
"isAbstract": false,
|
|
5936
6128
|
"name": "fromDefinition"
|
|
5937
6129
|
},
|
|
5938
6130
|
{
|
|
@@ -5951,11 +6143,7 @@
|
|
|
5951
6143
|
},
|
|
5952
6144
|
{
|
|
5953
6145
|
"kind": "Content",
|
|
5954
|
-
"text": "
|
|
5955
|
-
},
|
|
5956
|
-
{
|
|
5957
|
-
"kind": "Content",
|
|
5958
|
-
"text": "\n\nset layout(value: "
|
|
6146
|
+
"text": ";\n\nset layout(value: "
|
|
5959
6147
|
},
|
|
5960
6148
|
{
|
|
5961
6149
|
"kind": "Reference",
|
|
@@ -5967,6 +6155,7 @@
|
|
|
5967
6155
|
"text": ");"
|
|
5968
6156
|
}
|
|
5969
6157
|
],
|
|
6158
|
+
"isReadonly": false,
|
|
5970
6159
|
"isOptional": false,
|
|
5971
6160
|
"releaseTag": "Beta",
|
|
5972
6161
|
"name": "layout",
|
|
@@ -5974,7 +6163,9 @@
|
|
|
5974
6163
|
"startIndex": 1,
|
|
5975
6164
|
"endIndex": 2
|
|
5976
6165
|
},
|
|
5977
|
-
"isStatic": false
|
|
6166
|
+
"isStatic": false,
|
|
6167
|
+
"isProtected": false,
|
|
6168
|
+
"isAbstract": false
|
|
5978
6169
|
},
|
|
5979
6170
|
{
|
|
5980
6171
|
"kind": "Property",
|
|
@@ -5994,6 +6185,7 @@
|
|
|
5994
6185
|
"text": ";"
|
|
5995
6186
|
}
|
|
5996
6187
|
],
|
|
6188
|
+
"isReadonly": false,
|
|
5997
6189
|
"isOptional": false,
|
|
5998
6190
|
"releaseTag": "Beta",
|
|
5999
6191
|
"name": "title",
|
|
@@ -6001,7 +6193,9 @@
|
|
|
6001
6193
|
"startIndex": 1,
|
|
6002
6194
|
"endIndex": 2
|
|
6003
6195
|
},
|
|
6004
|
-
"isStatic": false
|
|
6196
|
+
"isStatic": false,
|
|
6197
|
+
"isProtected": false,
|
|
6198
|
+
"isAbstract": false
|
|
6005
6199
|
},
|
|
6006
6200
|
{
|
|
6007
6201
|
"kind": "Property",
|
|
@@ -6019,11 +6213,7 @@
|
|
|
6019
6213
|
},
|
|
6020
6214
|
{
|
|
6021
6215
|
"kind": "Content",
|
|
6022
|
-
"text": "
|
|
6023
|
-
},
|
|
6024
|
-
{
|
|
6025
|
-
"kind": "Content",
|
|
6026
|
-
"text": "\n\nset transition(value: "
|
|
6216
|
+
"text": ";\n\nset transition(value: "
|
|
6027
6217
|
},
|
|
6028
6218
|
{
|
|
6029
6219
|
"kind": "Reference",
|
|
@@ -6035,6 +6225,7 @@
|
|
|
6035
6225
|
"text": ");"
|
|
6036
6226
|
}
|
|
6037
6227
|
],
|
|
6228
|
+
"isReadonly": false,
|
|
6038
6229
|
"isOptional": false,
|
|
6039
6230
|
"releaseTag": "Beta",
|
|
6040
6231
|
"name": "transition",
|
|
@@ -6042,7 +6233,9 @@
|
|
|
6042
6233
|
"startIndex": 1,
|
|
6043
6234
|
"endIndex": 2
|
|
6044
6235
|
},
|
|
6045
|
-
"isStatic": false
|
|
6236
|
+
"isStatic": false,
|
|
6237
|
+
"isProtected": false,
|
|
6238
|
+
"isAbstract": false
|
|
6046
6239
|
}
|
|
6047
6240
|
],
|
|
6048
6241
|
"implementsTokenRanges": [
|
|
@@ -6059,7 +6252,7 @@
|
|
|
6059
6252
|
"excerptTokens": [
|
|
6060
6253
|
{
|
|
6061
6254
|
"kind": "Content",
|
|
6062
|
-
"text": "export
|
|
6255
|
+
"text": "export type RenderableRouteDefinition<TSettings = "
|
|
6063
6256
|
},
|
|
6064
6257
|
{
|
|
6065
6258
|
"kind": "Content",
|
|
@@ -6092,6 +6285,7 @@
|
|
|
6092
6285
|
"text": ";"
|
|
6093
6286
|
}
|
|
6094
6287
|
],
|
|
6288
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
6095
6289
|
"releaseTag": "Beta",
|
|
6096
6290
|
"name": "RenderableRouteDefinition",
|
|
6097
6291
|
"typeParameters": [
|
|
@@ -6131,8 +6325,10 @@
|
|
|
6131
6325
|
"text": " "
|
|
6132
6326
|
}
|
|
6133
6327
|
],
|
|
6328
|
+
"fileUrlPath": "dist/dts/commands.d.ts",
|
|
6134
6329
|
"releaseTag": "Beta",
|
|
6135
6330
|
"name": "RenderCommand",
|
|
6331
|
+
"preserveMemberOrder": false,
|
|
6136
6332
|
"members": [
|
|
6137
6333
|
{
|
|
6138
6334
|
"kind": "MethodSignature",
|
|
@@ -6195,6 +6391,7 @@
|
|
|
6195
6391
|
"text": ";"
|
|
6196
6392
|
}
|
|
6197
6393
|
],
|
|
6394
|
+
"isReadonly": false,
|
|
6198
6395
|
"isOptional": false,
|
|
6199
6396
|
"releaseTag": "Beta",
|
|
6200
6397
|
"name": "layout",
|
|
@@ -6222,6 +6419,7 @@
|
|
|
6222
6419
|
"text": ";"
|
|
6223
6420
|
}
|
|
6224
6421
|
],
|
|
6422
|
+
"isReadonly": false,
|
|
6225
6423
|
"isOptional": false,
|
|
6226
6424
|
"releaseTag": "Beta",
|
|
6227
6425
|
"name": "transition",
|
|
@@ -6248,8 +6446,10 @@
|
|
|
6248
6446
|
"text": "export interface RenderOperation "
|
|
6249
6447
|
}
|
|
6250
6448
|
],
|
|
6449
|
+
"fileUrlPath": "dist/dts/router.d.ts",
|
|
6251
6450
|
"releaseTag": "Beta",
|
|
6252
6451
|
"name": "RenderOperation",
|
|
6452
|
+
"preserveMemberOrder": false,
|
|
6253
6453
|
"members": [
|
|
6254
6454
|
{
|
|
6255
6455
|
"kind": "MethodSignature",
|
|
@@ -6330,8 +6530,10 @@
|
|
|
6330
6530
|
"text": "export interface Route "
|
|
6331
6531
|
}
|
|
6332
6532
|
],
|
|
6533
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
6333
6534
|
"releaseTag": "Beta",
|
|
6334
6535
|
"name": "Route",
|
|
6536
|
+
"preserveMemberOrder": false,
|
|
6335
6537
|
"members": [
|
|
6336
6538
|
{
|
|
6337
6539
|
"kind": "PropertySignature",
|
|
@@ -6351,6 +6553,7 @@
|
|
|
6351
6553
|
"text": ";"
|
|
6352
6554
|
}
|
|
6353
6555
|
],
|
|
6556
|
+
"isReadonly": true,
|
|
6354
6557
|
"isOptional": true,
|
|
6355
6558
|
"releaseTag": "Beta",
|
|
6356
6559
|
"name": "caseSensitive",
|
|
@@ -6377,6 +6580,7 @@
|
|
|
6377
6580
|
"text": ";"
|
|
6378
6581
|
}
|
|
6379
6582
|
],
|
|
6583
|
+
"isReadonly": true,
|
|
6380
6584
|
"isOptional": true,
|
|
6381
6585
|
"releaseTag": "Beta",
|
|
6382
6586
|
"name": "name",
|
|
@@ -6403,6 +6607,7 @@
|
|
|
6403
6607
|
"text": ";"
|
|
6404
6608
|
}
|
|
6405
6609
|
],
|
|
6610
|
+
"isReadonly": true,
|
|
6406
6611
|
"isOptional": false,
|
|
6407
6612
|
"releaseTag": "Beta",
|
|
6408
6613
|
"name": "path",
|
|
@@ -6631,6 +6836,8 @@
|
|
|
6631
6836
|
"text": "<void>;\n }>;\n}>"
|
|
6632
6837
|
}
|
|
6633
6838
|
],
|
|
6839
|
+
"fileUrlPath": "dist/dts/navigation.d.ts",
|
|
6840
|
+
"isReadonly": true,
|
|
6634
6841
|
"releaseTag": "Beta",
|
|
6635
6842
|
"name": "Route",
|
|
6636
6843
|
"variableTypeTokenRange": {
|
|
@@ -6656,6 +6863,7 @@
|
|
|
6656
6863
|
"text": "> "
|
|
6657
6864
|
}
|
|
6658
6865
|
],
|
|
6866
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
6659
6867
|
"releaseTag": "Beta",
|
|
6660
6868
|
"typeParameters": [
|
|
6661
6869
|
{
|
|
@@ -6670,7 +6878,9 @@
|
|
|
6670
6878
|
}
|
|
6671
6879
|
}
|
|
6672
6880
|
],
|
|
6881
|
+
"isAbstract": false,
|
|
6673
6882
|
"name": "RouteCollection",
|
|
6883
|
+
"preserveMemberOrder": false,
|
|
6674
6884
|
"members": [
|
|
6675
6885
|
{
|
|
6676
6886
|
"kind": "Constructor",
|
|
@@ -6692,6 +6902,7 @@
|
|
|
6692
6902
|
}
|
|
6693
6903
|
],
|
|
6694
6904
|
"releaseTag": "Beta",
|
|
6905
|
+
"isProtected": false,
|
|
6695
6906
|
"overloadIndex": 1,
|
|
6696
6907
|
"parameters": [
|
|
6697
6908
|
{
|
|
@@ -6739,13 +6950,13 @@
|
|
|
6739
6950
|
"text": ";"
|
|
6740
6951
|
}
|
|
6741
6952
|
],
|
|
6742
|
-
"isOptional": false,
|
|
6743
6953
|
"isStatic": false,
|
|
6744
6954
|
"returnTypeTokenRange": {
|
|
6745
6955
|
"startIndex": 5,
|
|
6746
6956
|
"endIndex": 6
|
|
6747
6957
|
},
|
|
6748
6958
|
"releaseTag": "Beta",
|
|
6959
|
+
"isProtected": false,
|
|
6749
6960
|
"overloadIndex": 1,
|
|
6750
6961
|
"parameters": [
|
|
6751
6962
|
{
|
|
@@ -6765,6 +6976,8 @@
|
|
|
6765
6976
|
"isOptional": false
|
|
6766
6977
|
}
|
|
6767
6978
|
],
|
|
6979
|
+
"isOptional": false,
|
|
6980
|
+
"isAbstract": false,
|
|
6768
6981
|
"name": "converter"
|
|
6769
6982
|
},
|
|
6770
6983
|
{
|
|
@@ -6803,13 +7016,13 @@
|
|
|
6803
7016
|
"text": ";"
|
|
6804
7017
|
}
|
|
6805
7018
|
],
|
|
6806
|
-
"isOptional": false,
|
|
6807
7019
|
"isStatic": false,
|
|
6808
7020
|
"returnTypeTokenRange": {
|
|
6809
7021
|
"startIndex": 5,
|
|
6810
7022
|
"endIndex": 6
|
|
6811
7023
|
},
|
|
6812
7024
|
"releaseTag": "Beta",
|
|
7025
|
+
"isProtected": false,
|
|
6813
7026
|
"overloadIndex": 1,
|
|
6814
7027
|
"parameters": [
|
|
6815
7028
|
{
|
|
@@ -6821,6 +7034,8 @@
|
|
|
6821
7034
|
"isOptional": false
|
|
6822
7035
|
}
|
|
6823
7036
|
],
|
|
7037
|
+
"isOptional": false,
|
|
7038
|
+
"isAbstract": false,
|
|
6824
7039
|
"name": "fallback"
|
|
6825
7040
|
},
|
|
6826
7041
|
{
|
|
@@ -6857,13 +7072,13 @@
|
|
|
6857
7072
|
"text": ";"
|
|
6858
7073
|
}
|
|
6859
7074
|
],
|
|
6860
|
-
"isOptional": false,
|
|
6861
7075
|
"isStatic": false,
|
|
6862
7076
|
"returnTypeTokenRange": {
|
|
6863
7077
|
"startIndex": 5,
|
|
6864
7078
|
"endIndex": 6
|
|
6865
7079
|
},
|
|
6866
7080
|
"releaseTag": "Beta",
|
|
7081
|
+
"isProtected": false,
|
|
6867
7082
|
"overloadIndex": 1,
|
|
6868
7083
|
"parameters": [
|
|
6869
7084
|
{
|
|
@@ -6883,6 +7098,8 @@
|
|
|
6883
7098
|
"isOptional": false
|
|
6884
7099
|
}
|
|
6885
7100
|
],
|
|
7101
|
+
"isOptional": false,
|
|
7102
|
+
"isAbstract": false,
|
|
6886
7103
|
"name": "generateFromName"
|
|
6887
7104
|
},
|
|
6888
7105
|
{
|
|
@@ -6919,13 +7136,13 @@
|
|
|
6919
7136
|
"text": ";"
|
|
6920
7137
|
}
|
|
6921
7138
|
],
|
|
6922
|
-
"isOptional": false,
|
|
6923
7139
|
"isStatic": false,
|
|
6924
7140
|
"returnTypeTokenRange": {
|
|
6925
7141
|
"startIndex": 5,
|
|
6926
7142
|
"endIndex": 6
|
|
6927
7143
|
},
|
|
6928
7144
|
"releaseTag": "Beta",
|
|
7145
|
+
"isProtected": false,
|
|
6929
7146
|
"overloadIndex": 1,
|
|
6930
7147
|
"parameters": [
|
|
6931
7148
|
{
|
|
@@ -6945,6 +7162,8 @@
|
|
|
6945
7162
|
"isOptional": false
|
|
6946
7163
|
}
|
|
6947
7164
|
],
|
|
7165
|
+
"isOptional": false,
|
|
7166
|
+
"isAbstract": false,
|
|
6948
7167
|
"name": "generateFromPath"
|
|
6949
7168
|
},
|
|
6950
7169
|
{
|
|
@@ -6978,13 +7197,13 @@
|
|
|
6978
7197
|
"text": ";"
|
|
6979
7198
|
}
|
|
6980
7199
|
],
|
|
6981
|
-
"isOptional": false,
|
|
6982
7200
|
"isStatic": false,
|
|
6983
7201
|
"returnTypeTokenRange": {
|
|
6984
7202
|
"startIndex": 4,
|
|
6985
7203
|
"endIndex": 5
|
|
6986
7204
|
},
|
|
6987
7205
|
"releaseTag": "Beta",
|
|
7206
|
+
"isProtected": false,
|
|
6988
7207
|
"overloadIndex": 1,
|
|
6989
7208
|
"parameters": [
|
|
6990
7209
|
{
|
|
@@ -6996,6 +7215,8 @@
|
|
|
6996
7215
|
"isOptional": false
|
|
6997
7216
|
}
|
|
6998
7217
|
],
|
|
7218
|
+
"isOptional": false,
|
|
7219
|
+
"isAbstract": false,
|
|
6999
7220
|
"name": "ignore"
|
|
7000
7221
|
},
|
|
7001
7222
|
{
|
|
@@ -7029,13 +7250,13 @@
|
|
|
7029
7250
|
"text": ";"
|
|
7030
7251
|
}
|
|
7031
7252
|
],
|
|
7032
|
-
"isOptional": false,
|
|
7033
7253
|
"isStatic": false,
|
|
7034
7254
|
"returnTypeTokenRange": {
|
|
7035
7255
|
"startIndex": 4,
|
|
7036
7256
|
"endIndex": 5
|
|
7037
7257
|
},
|
|
7038
7258
|
"releaseTag": "Beta",
|
|
7259
|
+
"isProtected": false,
|
|
7039
7260
|
"overloadIndex": 1,
|
|
7040
7261
|
"parameters": [
|
|
7041
7262
|
{
|
|
@@ -7047,6 +7268,8 @@
|
|
|
7047
7268
|
"isOptional": false
|
|
7048
7269
|
}
|
|
7049
7270
|
],
|
|
7271
|
+
"isOptional": false,
|
|
7272
|
+
"isAbstract": false,
|
|
7050
7273
|
"name": "map"
|
|
7051
7274
|
},
|
|
7052
7275
|
{
|
|
@@ -7089,13 +7312,13 @@
|
|
|
7089
7312
|
"text": ";"
|
|
7090
7313
|
}
|
|
7091
7314
|
],
|
|
7092
|
-
"isOptional": false,
|
|
7093
7315
|
"isStatic": false,
|
|
7094
7316
|
"returnTypeTokenRange": {
|
|
7095
7317
|
"startIndex": 3,
|
|
7096
7318
|
"endIndex": 7
|
|
7097
7319
|
},
|
|
7098
7320
|
"releaseTag": "Beta",
|
|
7321
|
+
"isProtected": false,
|
|
7099
7322
|
"overloadIndex": 1,
|
|
7100
7323
|
"parameters": [
|
|
7101
7324
|
{
|
|
@@ -7107,6 +7330,8 @@
|
|
|
7107
7330
|
"isOptional": false
|
|
7108
7331
|
}
|
|
7109
7332
|
],
|
|
7333
|
+
"isOptional": false,
|
|
7334
|
+
"isAbstract": false,
|
|
7110
7335
|
"name": "recognize"
|
|
7111
7336
|
}
|
|
7112
7337
|
],
|
|
@@ -7119,7 +7344,7 @@
|
|
|
7119
7344
|
"excerptTokens": [
|
|
7120
7345
|
{
|
|
7121
7346
|
"kind": "Content",
|
|
7122
|
-
"text": "export
|
|
7347
|
+
"text": "export type RouteMatch<TSettings = "
|
|
7123
7348
|
},
|
|
7124
7349
|
{
|
|
7125
7350
|
"kind": "Content",
|
|
@@ -7156,6 +7381,7 @@
|
|
|
7156
7381
|
"text": ";"
|
|
7157
7382
|
}
|
|
7158
7383
|
],
|
|
7384
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
7159
7385
|
"releaseTag": "Beta",
|
|
7160
7386
|
"name": "RouteMatch",
|
|
7161
7387
|
"typeParameters": [
|
|
@@ -7183,11 +7409,20 @@
|
|
|
7183
7409
|
"excerptTokens": [
|
|
7184
7410
|
{
|
|
7185
7411
|
"kind": "Content",
|
|
7186
|
-
"text": "export
|
|
7412
|
+
"text": "export type RouteParameterConverter = "
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"kind": "Content",
|
|
7416
|
+
"text": "(name: string, value: string | undefined, context: "
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"kind": "Reference",
|
|
7420
|
+
"text": "RouteParameterConverterContext",
|
|
7421
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterContext:interface"
|
|
7187
7422
|
},
|
|
7188
7423
|
{
|
|
7189
7424
|
"kind": "Content",
|
|
7190
|
-
"text": "
|
|
7425
|
+
"text": ") => any | "
|
|
7191
7426
|
},
|
|
7192
7427
|
{
|
|
7193
7428
|
"kind": "Reference",
|
|
@@ -7203,8 +7438,220 @@
|
|
|
7203
7438
|
"text": ";"
|
|
7204
7439
|
}
|
|
7205
7440
|
],
|
|
7441
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
7206
7442
|
"releaseTag": "Beta",
|
|
7207
7443
|
"name": "RouteParameterConverter",
|
|
7444
|
+
"typeTokenRange": {
|
|
7445
|
+
"startIndex": 1,
|
|
7446
|
+
"endIndex": 6
|
|
7447
|
+
}
|
|
7448
|
+
},
|
|
7449
|
+
{
|
|
7450
|
+
"kind": "Interface",
|
|
7451
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterContext:interface",
|
|
7452
|
+
"docComment": "/**\n * @beta\n */\n",
|
|
7453
|
+
"excerptTokens": [
|
|
7454
|
+
{
|
|
7455
|
+
"kind": "Content",
|
|
7456
|
+
"text": "export interface RouteParameterConverterContext<TSettings = "
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"kind": "Content",
|
|
7460
|
+
"text": "any"
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"kind": "Content",
|
|
7464
|
+
"text": "> "
|
|
7465
|
+
}
|
|
7466
|
+
],
|
|
7467
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
7468
|
+
"releaseTag": "Beta",
|
|
7469
|
+
"typeParameters": [
|
|
7470
|
+
{
|
|
7471
|
+
"typeParameterName": "TSettings",
|
|
7472
|
+
"constraintTokenRange": {
|
|
7473
|
+
"startIndex": 0,
|
|
7474
|
+
"endIndex": 0
|
|
7475
|
+
},
|
|
7476
|
+
"defaultTypeTokenRange": {
|
|
7477
|
+
"startIndex": 1,
|
|
7478
|
+
"endIndex": 2
|
|
7479
|
+
}
|
|
7480
|
+
}
|
|
7481
|
+
],
|
|
7482
|
+
"name": "RouteParameterConverterContext",
|
|
7483
|
+
"preserveMemberOrder": false,
|
|
7484
|
+
"members": [
|
|
7485
|
+
{
|
|
7486
|
+
"kind": "PropertySignature",
|
|
7487
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterContext#endpoint:member",
|
|
7488
|
+
"docComment": "",
|
|
7489
|
+
"excerptTokens": [
|
|
7490
|
+
{
|
|
7491
|
+
"kind": "Content",
|
|
7492
|
+
"text": "readonly endpoint: "
|
|
7493
|
+
},
|
|
7494
|
+
{
|
|
7495
|
+
"kind": "Reference",
|
|
7496
|
+
"text": "Endpoint",
|
|
7497
|
+
"canonicalReference": "@microsoft/fast-router!Endpoint:class"
|
|
7498
|
+
},
|
|
7499
|
+
{
|
|
7500
|
+
"kind": "Content",
|
|
7501
|
+
"text": "<TSettings>"
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"kind": "Content",
|
|
7505
|
+
"text": ";"
|
|
7506
|
+
}
|
|
7507
|
+
],
|
|
7508
|
+
"isReadonly": true,
|
|
7509
|
+
"isOptional": false,
|
|
7510
|
+
"releaseTag": "Beta",
|
|
7511
|
+
"name": "endpoint",
|
|
7512
|
+
"propertyTypeTokenRange": {
|
|
7513
|
+
"startIndex": 1,
|
|
7514
|
+
"endIndex": 3
|
|
7515
|
+
}
|
|
7516
|
+
},
|
|
7517
|
+
{
|
|
7518
|
+
"kind": "PropertySignature",
|
|
7519
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterContext#params:member",
|
|
7520
|
+
"docComment": "",
|
|
7521
|
+
"excerptTokens": [
|
|
7522
|
+
{
|
|
7523
|
+
"kind": "Content",
|
|
7524
|
+
"text": "readonly params: "
|
|
7525
|
+
},
|
|
7526
|
+
{
|
|
7527
|
+
"kind": "Reference",
|
|
7528
|
+
"text": "Readonly",
|
|
7529
|
+
"canonicalReference": "!Readonly:type"
|
|
7530
|
+
},
|
|
7531
|
+
{
|
|
7532
|
+
"kind": "Content",
|
|
7533
|
+
"text": "<"
|
|
7534
|
+
},
|
|
7535
|
+
{
|
|
7536
|
+
"kind": "Reference",
|
|
7537
|
+
"text": "Record",
|
|
7538
|
+
"canonicalReference": "!Record:type"
|
|
7539
|
+
},
|
|
7540
|
+
{
|
|
7541
|
+
"kind": "Content",
|
|
7542
|
+
"text": "<string, string | undefined>>"
|
|
7543
|
+
},
|
|
7544
|
+
{
|
|
7545
|
+
"kind": "Content",
|
|
7546
|
+
"text": ";"
|
|
7547
|
+
}
|
|
7548
|
+
],
|
|
7549
|
+
"isReadonly": true,
|
|
7550
|
+
"isOptional": false,
|
|
7551
|
+
"releaseTag": "Beta",
|
|
7552
|
+
"name": "params",
|
|
7553
|
+
"propertyTypeTokenRange": {
|
|
7554
|
+
"startIndex": 1,
|
|
7555
|
+
"endIndex": 5
|
|
7556
|
+
}
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
"kind": "PropertySignature",
|
|
7560
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterContext#queryParams:member",
|
|
7561
|
+
"docComment": "",
|
|
7562
|
+
"excerptTokens": [
|
|
7563
|
+
{
|
|
7564
|
+
"kind": "Content",
|
|
7565
|
+
"text": "readonly queryParams: "
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"kind": "Reference",
|
|
7569
|
+
"text": "Record",
|
|
7570
|
+
"canonicalReference": "!Record:type"
|
|
7571
|
+
},
|
|
7572
|
+
{
|
|
7573
|
+
"kind": "Content",
|
|
7574
|
+
"text": "<string, string>"
|
|
7575
|
+
},
|
|
7576
|
+
{
|
|
7577
|
+
"kind": "Content",
|
|
7578
|
+
"text": ";"
|
|
7579
|
+
}
|
|
7580
|
+
],
|
|
7581
|
+
"isReadonly": true,
|
|
7582
|
+
"isOptional": false,
|
|
7583
|
+
"releaseTag": "Beta",
|
|
7584
|
+
"name": "queryParams",
|
|
7585
|
+
"propertyTypeTokenRange": {
|
|
7586
|
+
"startIndex": 1,
|
|
7587
|
+
"endIndex": 3
|
|
7588
|
+
}
|
|
7589
|
+
},
|
|
7590
|
+
{
|
|
7591
|
+
"kind": "PropertySignature",
|
|
7592
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterContext#typedParams:member",
|
|
7593
|
+
"docComment": "",
|
|
7594
|
+
"excerptTokens": [
|
|
7595
|
+
{
|
|
7596
|
+
"kind": "Content",
|
|
7597
|
+
"text": "readonly typedParams: "
|
|
7598
|
+
},
|
|
7599
|
+
{
|
|
7600
|
+
"kind": "Reference",
|
|
7601
|
+
"text": "Record",
|
|
7602
|
+
"canonicalReference": "!Record:type"
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"kind": "Content",
|
|
7606
|
+
"text": "<string, any>"
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"kind": "Content",
|
|
7610
|
+
"text": ";"
|
|
7611
|
+
}
|
|
7612
|
+
],
|
|
7613
|
+
"isReadonly": true,
|
|
7614
|
+
"isOptional": false,
|
|
7615
|
+
"releaseTag": "Beta",
|
|
7616
|
+
"name": "typedParams",
|
|
7617
|
+
"propertyTypeTokenRange": {
|
|
7618
|
+
"startIndex": 1,
|
|
7619
|
+
"endIndex": 3
|
|
7620
|
+
}
|
|
7621
|
+
}
|
|
7622
|
+
],
|
|
7623
|
+
"extendsTokenRanges": []
|
|
7624
|
+
},
|
|
7625
|
+
{
|
|
7626
|
+
"kind": "TypeAlias",
|
|
7627
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverterObject:type",
|
|
7628
|
+
"docComment": "/**\n * @beta\n */\n",
|
|
7629
|
+
"excerptTokens": [
|
|
7630
|
+
{
|
|
7631
|
+
"kind": "Content",
|
|
7632
|
+
"text": "export type RouteParameterConverterObject = "
|
|
7633
|
+
},
|
|
7634
|
+
{
|
|
7635
|
+
"kind": "Content",
|
|
7636
|
+
"text": "{\n convert: "
|
|
7637
|
+
},
|
|
7638
|
+
{
|
|
7639
|
+
"kind": "Reference",
|
|
7640
|
+
"text": "RouteParameterConverter",
|
|
7641
|
+
"canonicalReference": "@microsoft/fast-router!RouteParameterConverter:type"
|
|
7642
|
+
},
|
|
7643
|
+
{
|
|
7644
|
+
"kind": "Content",
|
|
7645
|
+
"text": ";\n}"
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"kind": "Content",
|
|
7649
|
+
"text": ";"
|
|
7650
|
+
}
|
|
7651
|
+
],
|
|
7652
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
7653
|
+
"releaseTag": "Beta",
|
|
7654
|
+
"name": "RouteParameterConverterObject",
|
|
7208
7655
|
"typeTokenRange": {
|
|
7209
7656
|
"startIndex": 1,
|
|
7210
7657
|
"endIndex": 4
|
|
@@ -7228,6 +7675,7 @@
|
|
|
7228
7675
|
"text": "> "
|
|
7229
7676
|
}
|
|
7230
7677
|
],
|
|
7678
|
+
"fileUrlPath": "dist/dts/router.d.ts",
|
|
7231
7679
|
"releaseTag": "Beta",
|
|
7232
7680
|
"typeParameters": [
|
|
7233
7681
|
{
|
|
@@ -7243,6 +7691,7 @@
|
|
|
7243
7691
|
}
|
|
7244
7692
|
],
|
|
7245
7693
|
"name": "Router",
|
|
7694
|
+
"preserveMemberOrder": false,
|
|
7246
7695
|
"members": [
|
|
7247
7696
|
{
|
|
7248
7697
|
"kind": "MethodSignature",
|
|
@@ -7394,6 +7843,7 @@
|
|
|
7394
7843
|
"text": ";"
|
|
7395
7844
|
}
|
|
7396
7845
|
],
|
|
7846
|
+
"isReadonly": false,
|
|
7397
7847
|
"isOptional": false,
|
|
7398
7848
|
"releaseTag": "Beta",
|
|
7399
7849
|
"name": "config",
|
|
@@ -7476,6 +7926,7 @@
|
|
|
7476
7926
|
"text": ";"
|
|
7477
7927
|
}
|
|
7478
7928
|
],
|
|
7929
|
+
"isReadonly": true,
|
|
7479
7930
|
"isOptional": false,
|
|
7480
7931
|
"releaseTag": "Beta",
|
|
7481
7932
|
"name": "level",
|
|
@@ -7507,6 +7958,7 @@
|
|
|
7507
7958
|
"text": ";"
|
|
7508
7959
|
}
|
|
7509
7960
|
],
|
|
7961
|
+
"isReadonly": true,
|
|
7510
7962
|
"isOptional": false,
|
|
7511
7963
|
"releaseTag": "Beta",
|
|
7512
7964
|
"name": "parent",
|
|
@@ -7584,6 +8036,7 @@
|
|
|
7584
8036
|
"text": ";"
|
|
7585
8037
|
}
|
|
7586
8038
|
],
|
|
8039
|
+
"isReadonly": true,
|
|
7587
8040
|
"isOptional": false,
|
|
7588
8041
|
"releaseTag": "Beta",
|
|
7589
8042
|
"name": "route",
|
|
@@ -7745,6 +8198,8 @@
|
|
|
7745
8198
|
"text": ";\n}>"
|
|
7746
8199
|
}
|
|
7747
8200
|
],
|
|
8201
|
+
"fileUrlPath": "dist/dts/router.d.ts",
|
|
8202
|
+
"isReadonly": true,
|
|
7748
8203
|
"releaseTag": "Beta",
|
|
7749
8204
|
"name": "Router",
|
|
7750
8205
|
"variableTypeTokenRange": {
|
|
@@ -7770,6 +8225,7 @@
|
|
|
7770
8225
|
"text": "> "
|
|
7771
8226
|
}
|
|
7772
8227
|
],
|
|
8228
|
+
"fileUrlPath": "dist/dts/configuration.d.ts",
|
|
7773
8229
|
"releaseTag": "Beta",
|
|
7774
8230
|
"typeParameters": [
|
|
7775
8231
|
{
|
|
@@ -7784,7 +8240,9 @@
|
|
|
7784
8240
|
}
|
|
7785
8241
|
}
|
|
7786
8242
|
],
|
|
8243
|
+
"isAbstract": true,
|
|
7787
8244
|
"name": "RouterConfiguration",
|
|
8245
|
+
"preserveMemberOrder": false,
|
|
7788
8246
|
"members": [
|
|
7789
8247
|
{
|
|
7790
8248
|
"kind": "Method",
|
|
@@ -7835,13 +8293,13 @@
|
|
|
7835
8293
|
"text": ";"
|
|
7836
8294
|
}
|
|
7837
8295
|
],
|
|
7838
|
-
"isOptional": false,
|
|
7839
8296
|
"isStatic": false,
|
|
7840
8297
|
"returnTypeTokenRange": {
|
|
7841
8298
|
"startIndex": 4,
|
|
7842
8299
|
"endIndex": 9
|
|
7843
8300
|
},
|
|
7844
8301
|
"releaseTag": "Beta",
|
|
8302
|
+
"isProtected": true,
|
|
7845
8303
|
"overloadIndex": 1,
|
|
7846
8304
|
"parameters": [
|
|
7847
8305
|
{
|
|
@@ -7853,6 +8311,8 @@
|
|
|
7853
8311
|
"isOptional": false
|
|
7854
8312
|
}
|
|
7855
8313
|
],
|
|
8314
|
+
"isOptional": false,
|
|
8315
|
+
"isAbstract": false,
|
|
7856
8316
|
"name": "cached"
|
|
7857
8317
|
},
|
|
7858
8318
|
{
|
|
@@ -7878,15 +8338,17 @@
|
|
|
7878
8338
|
"text": ";"
|
|
7879
8339
|
}
|
|
7880
8340
|
],
|
|
7881
|
-
"isOptional": false,
|
|
7882
8341
|
"isStatic": false,
|
|
7883
8342
|
"returnTypeTokenRange": {
|
|
7884
8343
|
"startIndex": 1,
|
|
7885
8344
|
"endIndex": 3
|
|
7886
8345
|
},
|
|
7887
8346
|
"releaseTag": "Beta",
|
|
8347
|
+
"isProtected": true,
|
|
7888
8348
|
"overloadIndex": 1,
|
|
7889
8349
|
"parameters": [],
|
|
8350
|
+
"isOptional": false,
|
|
8351
|
+
"isAbstract": true,
|
|
7890
8352
|
"name": "configure"
|
|
7891
8353
|
},
|
|
7892
8354
|
{
|
|
@@ -7920,13 +8382,26 @@
|
|
|
7920
8382
|
"text": ";"
|
|
7921
8383
|
}
|
|
7922
8384
|
],
|
|
7923
|
-
"
|
|
8385
|
+
"typeParameters": [
|
|
8386
|
+
{
|
|
8387
|
+
"typeParameterName": "T",
|
|
8388
|
+
"constraintTokenRange": {
|
|
8389
|
+
"startIndex": 0,
|
|
8390
|
+
"endIndex": 0
|
|
8391
|
+
},
|
|
8392
|
+
"defaultTypeTokenRange": {
|
|
8393
|
+
"startIndex": 0,
|
|
8394
|
+
"endIndex": 0
|
|
8395
|
+
}
|
|
8396
|
+
}
|
|
8397
|
+
],
|
|
7924
8398
|
"isStatic": false,
|
|
7925
8399
|
"returnTypeTokenRange": {
|
|
7926
8400
|
"startIndex": 4,
|
|
7927
8401
|
"endIndex": 5
|
|
7928
8402
|
},
|
|
7929
8403
|
"releaseTag": "Beta",
|
|
8404
|
+
"isProtected": false,
|
|
7930
8405
|
"overloadIndex": 1,
|
|
7931
8406
|
"parameters": [
|
|
7932
8407
|
{
|
|
@@ -7938,19 +8413,8 @@
|
|
|
7938
8413
|
"isOptional": false
|
|
7939
8414
|
}
|
|
7940
8415
|
],
|
|
7941
|
-
"
|
|
7942
|
-
|
|
7943
|
-
"typeParameterName": "T",
|
|
7944
|
-
"constraintTokenRange": {
|
|
7945
|
-
"startIndex": 0,
|
|
7946
|
-
"endIndex": 0
|
|
7947
|
-
},
|
|
7948
|
-
"defaultTypeTokenRange": {
|
|
7949
|
-
"startIndex": 0,
|
|
7950
|
-
"endIndex": 0
|
|
7951
|
-
}
|
|
7952
|
-
}
|
|
7953
|
-
],
|
|
8416
|
+
"isOptional": false,
|
|
8417
|
+
"isAbstract": false,
|
|
7954
8418
|
"name": "construct"
|
|
7955
8419
|
},
|
|
7956
8420
|
{
|
|
@@ -7976,6 +8440,7 @@
|
|
|
7976
8440
|
"text": ";"
|
|
7977
8441
|
}
|
|
7978
8442
|
],
|
|
8443
|
+
"isReadonly": true,
|
|
7979
8444
|
"isOptional": false,
|
|
7980
8445
|
"releaseTag": "Beta",
|
|
7981
8446
|
"name": "contributors",
|
|
@@ -7983,7 +8448,9 @@
|
|
|
7983
8448
|
"startIndex": 1,
|
|
7984
8449
|
"endIndex": 3
|
|
7985
8450
|
},
|
|
7986
|
-
"isStatic": false
|
|
8451
|
+
"isStatic": false,
|
|
8452
|
+
"isProtected": false,
|
|
8453
|
+
"isAbstract": false
|
|
7987
8454
|
},
|
|
7988
8455
|
{
|
|
7989
8456
|
"kind": "Method",
|
|
@@ -7997,22 +8464,24 @@
|
|
|
7997
8464
|
{
|
|
7998
8465
|
"kind": "Reference",
|
|
7999
8466
|
"text": "RoutingEventSink",
|
|
8000
|
-
"canonicalReference": "@microsoft/fast-router
|
|
8467
|
+
"canonicalReference": "@microsoft/fast-router!~RoutingEventSink:interface"
|
|
8001
8468
|
},
|
|
8002
8469
|
{
|
|
8003
8470
|
"kind": "Content",
|
|
8004
8471
|
"text": ";"
|
|
8005
8472
|
}
|
|
8006
8473
|
],
|
|
8007
|
-
"isOptional": false,
|
|
8008
8474
|
"isStatic": false,
|
|
8009
8475
|
"returnTypeTokenRange": {
|
|
8010
8476
|
"startIndex": 1,
|
|
8011
8477
|
"endIndex": 2
|
|
8012
8478
|
},
|
|
8013
8479
|
"releaseTag": "Beta",
|
|
8480
|
+
"isProtected": false,
|
|
8014
8481
|
"overloadIndex": 1,
|
|
8015
8482
|
"parameters": [],
|
|
8483
|
+
"isOptional": false,
|
|
8484
|
+
"isAbstract": false,
|
|
8016
8485
|
"name": "createEventSink"
|
|
8017
8486
|
},
|
|
8018
8487
|
{
|
|
@@ -8034,15 +8503,17 @@
|
|
|
8034
8503
|
"text": ";"
|
|
8035
8504
|
}
|
|
8036
8505
|
],
|
|
8037
|
-
"isOptional": false,
|
|
8038
8506
|
"isStatic": false,
|
|
8039
8507
|
"returnTypeTokenRange": {
|
|
8040
8508
|
"startIndex": 1,
|
|
8041
8509
|
"endIndex": 2
|
|
8042
8510
|
},
|
|
8043
8511
|
"releaseTag": "Beta",
|
|
8512
|
+
"isProtected": false,
|
|
8044
8513
|
"overloadIndex": 1,
|
|
8045
8514
|
"parameters": [],
|
|
8515
|
+
"isOptional": false,
|
|
8516
|
+
"isAbstract": false,
|
|
8046
8517
|
"name": "createLinkHandler"
|
|
8047
8518
|
},
|
|
8048
8519
|
{
|
|
@@ -8064,15 +8535,17 @@
|
|
|
8064
8535
|
"text": ";"
|
|
8065
8536
|
}
|
|
8066
8537
|
],
|
|
8067
|
-
"isOptional": false,
|
|
8068
8538
|
"isStatic": false,
|
|
8069
8539
|
"returnTypeTokenRange": {
|
|
8070
8540
|
"startIndex": 1,
|
|
8071
8541
|
"endIndex": 2
|
|
8072
8542
|
},
|
|
8073
8543
|
"releaseTag": "Beta",
|
|
8544
|
+
"isProtected": false,
|
|
8074
8545
|
"overloadIndex": 1,
|
|
8075
8546
|
"parameters": [],
|
|
8547
|
+
"isOptional": false,
|
|
8548
|
+
"isAbstract": false,
|
|
8076
8549
|
"name": "createNavigationProcess"
|
|
8077
8550
|
},
|
|
8078
8551
|
{
|
|
@@ -8094,15 +8567,17 @@
|
|
|
8094
8567
|
"text": ";"
|
|
8095
8568
|
}
|
|
8096
8569
|
],
|
|
8097
|
-
"isOptional": false,
|
|
8098
8570
|
"isStatic": false,
|
|
8099
8571
|
"returnTypeTokenRange": {
|
|
8100
8572
|
"startIndex": 1,
|
|
8101
8573
|
"endIndex": 2
|
|
8102
8574
|
},
|
|
8103
8575
|
"releaseTag": "Beta",
|
|
8576
|
+
"isProtected": false,
|
|
8104
8577
|
"overloadIndex": 1,
|
|
8105
8578
|
"parameters": [],
|
|
8579
|
+
"isOptional": false,
|
|
8580
|
+
"isAbstract": false,
|
|
8106
8581
|
"name": "createNavigationQueue"
|
|
8107
8582
|
},
|
|
8108
8583
|
{
|
|
@@ -8128,15 +8603,17 @@
|
|
|
8128
8603
|
"text": ";"
|
|
8129
8604
|
}
|
|
8130
8605
|
],
|
|
8131
|
-
"isOptional": false,
|
|
8132
8606
|
"isStatic": false,
|
|
8133
8607
|
"returnTypeTokenRange": {
|
|
8134
8608
|
"startIndex": 1,
|
|
8135
8609
|
"endIndex": 3
|
|
8136
8610
|
},
|
|
8137
8611
|
"releaseTag": "Beta",
|
|
8612
|
+
"isProtected": false,
|
|
8138
8613
|
"overloadIndex": 1,
|
|
8139
8614
|
"parameters": [],
|
|
8615
|
+
"isOptional": false,
|
|
8616
|
+
"isAbstract": false,
|
|
8140
8617
|
"name": "createRouteRecognizer"
|
|
8141
8618
|
},
|
|
8142
8619
|
{
|
|
@@ -8151,22 +8628,24 @@
|
|
|
8151
8628
|
{
|
|
8152
8629
|
"kind": "Reference",
|
|
8153
8630
|
"text": "TitleBuilder",
|
|
8154
|
-
"canonicalReference": "@microsoft/fast-router
|
|
8631
|
+
"canonicalReference": "@microsoft/fast-router!~TitleBuilder:interface"
|
|
8155
8632
|
},
|
|
8156
8633
|
{
|
|
8157
8634
|
"kind": "Content",
|
|
8158
8635
|
"text": ";"
|
|
8159
8636
|
}
|
|
8160
8637
|
],
|
|
8161
|
-
"isOptional": false,
|
|
8162
8638
|
"isStatic": false,
|
|
8163
8639
|
"returnTypeTokenRange": {
|
|
8164
8640
|
"startIndex": 1,
|
|
8165
8641
|
"endIndex": 2
|
|
8166
8642
|
},
|
|
8167
8643
|
"releaseTag": "Beta",
|
|
8644
|
+
"isProtected": false,
|
|
8168
8645
|
"overloadIndex": 1,
|
|
8169
8646
|
"parameters": [],
|
|
8647
|
+
"isOptional": false,
|
|
8648
|
+
"isAbstract": false,
|
|
8170
8649
|
"name": "createTitleBuilder"
|
|
8171
8650
|
},
|
|
8172
8651
|
{
|
|
@@ -8188,6 +8667,7 @@
|
|
|
8188
8667
|
"text": ";"
|
|
8189
8668
|
}
|
|
8190
8669
|
],
|
|
8670
|
+
"isReadonly": false,
|
|
8191
8671
|
"isOptional": false,
|
|
8192
8672
|
"releaseTag": "Beta",
|
|
8193
8673
|
"name": "defaultLayout",
|
|
@@ -8195,7 +8675,9 @@
|
|
|
8195
8675
|
"startIndex": 1,
|
|
8196
8676
|
"endIndex": 2
|
|
8197
8677
|
},
|
|
8198
|
-
"isStatic": false
|
|
8678
|
+
"isStatic": false,
|
|
8679
|
+
"isProtected": false,
|
|
8680
|
+
"isAbstract": false
|
|
8199
8681
|
},
|
|
8200
8682
|
{
|
|
8201
8683
|
"kind": "Property",
|
|
@@ -8229,6 +8711,7 @@
|
|
|
8229
8711
|
"text": ";"
|
|
8230
8712
|
}
|
|
8231
8713
|
],
|
|
8714
|
+
"isReadonly": false,
|
|
8232
8715
|
"isOptional": false,
|
|
8233
8716
|
"releaseTag": "Beta",
|
|
8234
8717
|
"name": "defaultTransition",
|
|
@@ -8236,7 +8719,9 @@
|
|
|
8236
8719
|
"startIndex": 1,
|
|
8237
8720
|
"endIndex": 5
|
|
8238
8721
|
},
|
|
8239
|
-
"isStatic": false
|
|
8722
|
+
"isStatic": false,
|
|
8723
|
+
"isProtected": false,
|
|
8724
|
+
"isAbstract": false
|
|
8240
8725
|
},
|
|
8241
8726
|
{
|
|
8242
8727
|
"kind": "Method",
|
|
@@ -8287,13 +8772,26 @@
|
|
|
8287
8772
|
"text": ";"
|
|
8288
8773
|
}
|
|
8289
8774
|
],
|
|
8290
|
-
"
|
|
8775
|
+
"typeParameters": [
|
|
8776
|
+
{
|
|
8777
|
+
"typeParameterName": "T",
|
|
8778
|
+
"constraintTokenRange": {
|
|
8779
|
+
"startIndex": 1,
|
|
8780
|
+
"endIndex": 2
|
|
8781
|
+
},
|
|
8782
|
+
"defaultTypeTokenRange": {
|
|
8783
|
+
"startIndex": 0,
|
|
8784
|
+
"endIndex": 0
|
|
8785
|
+
}
|
|
8786
|
+
}
|
|
8787
|
+
],
|
|
8291
8788
|
"isStatic": false,
|
|
8292
8789
|
"returnTypeTokenRange": {
|
|
8293
8790
|
"startIndex": 5,
|
|
8294
8791
|
"endIndex": 9
|
|
8295
8792
|
},
|
|
8296
8793
|
"releaseTag": "Beta",
|
|
8794
|
+
"isProtected": false,
|
|
8297
8795
|
"overloadIndex": 1,
|
|
8298
8796
|
"parameters": [
|
|
8299
8797
|
{
|
|
@@ -8305,19 +8803,8 @@
|
|
|
8305
8803
|
"isOptional": false
|
|
8306
8804
|
}
|
|
8307
8805
|
],
|
|
8308
|
-
"
|
|
8309
|
-
|
|
8310
|
-
"typeParameterName": "T",
|
|
8311
|
-
"constraintTokenRange": {
|
|
8312
|
-
"startIndex": 1,
|
|
8313
|
-
"endIndex": 2
|
|
8314
|
-
},
|
|
8315
|
-
"defaultTypeTokenRange": {
|
|
8316
|
-
"startIndex": 0,
|
|
8317
|
-
"endIndex": 0
|
|
8318
|
-
}
|
|
8319
|
-
}
|
|
8320
|
-
],
|
|
8806
|
+
"isOptional": false,
|
|
8807
|
+
"isAbstract": false,
|
|
8321
8808
|
"name": "findContributors"
|
|
8322
8809
|
},
|
|
8323
8810
|
{
|
|
@@ -8359,13 +8846,13 @@
|
|
|
8359
8846
|
"text": ";"
|
|
8360
8847
|
}
|
|
8361
8848
|
],
|
|
8362
|
-
"isOptional": false,
|
|
8363
8849
|
"isStatic": false,
|
|
8364
8850
|
"returnTypeTokenRange": {
|
|
8365
8851
|
"startIndex": 5,
|
|
8366
8852
|
"endIndex": 7
|
|
8367
8853
|
},
|
|
8368
8854
|
"releaseTag": "Beta",
|
|
8855
|
+
"isProtected": false,
|
|
8369
8856
|
"overloadIndex": 1,
|
|
8370
8857
|
"parameters": [
|
|
8371
8858
|
{
|
|
@@ -8385,6 +8872,8 @@
|
|
|
8385
8872
|
"isOptional": false
|
|
8386
8873
|
}
|
|
8387
8874
|
],
|
|
8875
|
+
"isOptional": false,
|
|
8876
|
+
"isAbstract": false,
|
|
8388
8877
|
"name": "generateRouteFromName"
|
|
8389
8878
|
},
|
|
8390
8879
|
{
|
|
@@ -8426,13 +8915,13 @@
|
|
|
8426
8915
|
"text": ";"
|
|
8427
8916
|
}
|
|
8428
8917
|
],
|
|
8429
|
-
"isOptional": false,
|
|
8430
8918
|
"isStatic": false,
|
|
8431
8919
|
"returnTypeTokenRange": {
|
|
8432
8920
|
"startIndex": 5,
|
|
8433
8921
|
"endIndex": 7
|
|
8434
8922
|
},
|
|
8435
8923
|
"releaseTag": "Beta",
|
|
8924
|
+
"isProtected": false,
|
|
8436
8925
|
"overloadIndex": 1,
|
|
8437
8926
|
"parameters": [
|
|
8438
8927
|
{
|
|
@@ -8452,6 +8941,8 @@
|
|
|
8452
8941
|
"isOptional": false
|
|
8453
8942
|
}
|
|
8454
8943
|
],
|
|
8944
|
+
"isOptional": false,
|
|
8945
|
+
"isAbstract": false,
|
|
8455
8946
|
"name": "generateRouteFromPath"
|
|
8456
8947
|
},
|
|
8457
8948
|
{
|
|
@@ -8477,6 +8968,7 @@
|
|
|
8477
8968
|
"text": ";"
|
|
8478
8969
|
}
|
|
8479
8970
|
],
|
|
8971
|
+
"isReadonly": false,
|
|
8480
8972
|
"isOptional": false,
|
|
8481
8973
|
"releaseTag": "Beta",
|
|
8482
8974
|
"name": "parent",
|
|
@@ -8484,7 +8976,9 @@
|
|
|
8484
8976
|
"startIndex": 1,
|
|
8485
8977
|
"endIndex": 3
|
|
8486
8978
|
},
|
|
8487
|
-
"isStatic": false
|
|
8979
|
+
"isStatic": false,
|
|
8980
|
+
"isProtected": false,
|
|
8981
|
+
"isAbstract": false
|
|
8488
8982
|
},
|
|
8489
8983
|
{
|
|
8490
8984
|
"kind": "Method",
|
|
@@ -8526,13 +9020,13 @@
|
|
|
8526
9020
|
"text": ";"
|
|
8527
9021
|
}
|
|
8528
9022
|
],
|
|
8529
|
-
"isOptional": false,
|
|
8530
9023
|
"isStatic": false,
|
|
8531
9024
|
"returnTypeTokenRange": {
|
|
8532
9025
|
"startIndex": 3,
|
|
8533
9026
|
"endIndex": 7
|
|
8534
9027
|
},
|
|
8535
9028
|
"releaseTag": "Beta",
|
|
9029
|
+
"isProtected": false,
|
|
8536
9030
|
"overloadIndex": 1,
|
|
8537
9031
|
"parameters": [
|
|
8538
9032
|
{
|
|
@@ -8544,6 +9038,8 @@
|
|
|
8544
9038
|
"isOptional": false
|
|
8545
9039
|
}
|
|
8546
9040
|
],
|
|
9041
|
+
"isOptional": false,
|
|
9042
|
+
"isAbstract": false,
|
|
8547
9043
|
"name": "recognizeRoute"
|
|
8548
9044
|
},
|
|
8549
9045
|
{
|
|
@@ -8569,6 +9065,7 @@
|
|
|
8569
9065
|
"text": ";"
|
|
8570
9066
|
}
|
|
8571
9067
|
],
|
|
9068
|
+
"isReadonly": true,
|
|
8572
9069
|
"isOptional": false,
|
|
8573
9070
|
"releaseTag": "Beta",
|
|
8574
9071
|
"name": "routes",
|
|
@@ -8576,7 +9073,9 @@
|
|
|
8576
9073
|
"startIndex": 1,
|
|
8577
9074
|
"endIndex": 3
|
|
8578
9075
|
},
|
|
8579
|
-
"isStatic": false
|
|
9076
|
+
"isStatic": false,
|
|
9077
|
+
"isProtected": false,
|
|
9078
|
+
"isAbstract": false
|
|
8580
9079
|
},
|
|
8581
9080
|
{
|
|
8582
9081
|
"kind": "Property",
|
|
@@ -8596,6 +9095,7 @@
|
|
|
8596
9095
|
"text": ";"
|
|
8597
9096
|
}
|
|
8598
9097
|
],
|
|
9098
|
+
"isReadonly": false,
|
|
8599
9099
|
"isOptional": false,
|
|
8600
9100
|
"releaseTag": "Beta",
|
|
8601
9101
|
"name": "title",
|
|
@@ -8603,7 +9103,9 @@
|
|
|
8603
9103
|
"startIndex": 1,
|
|
8604
9104
|
"endIndex": 2
|
|
8605
9105
|
},
|
|
8606
|
-
"isStatic": false
|
|
9106
|
+
"isStatic": false,
|
|
9107
|
+
"isProtected": false,
|
|
9108
|
+
"isAbstract": false
|
|
8607
9109
|
}
|
|
8608
9110
|
],
|
|
8609
9111
|
"implementsTokenRanges": []
|
|
@@ -8618,6 +9120,7 @@
|
|
|
8618
9120
|
"text": "export interface RouteRecognizer<TSettings> "
|
|
8619
9121
|
}
|
|
8620
9122
|
],
|
|
9123
|
+
"fileUrlPath": "dist/dts/recognizer.d.ts",
|
|
8621
9124
|
"releaseTag": "Beta",
|
|
8622
9125
|
"typeParameters": [
|
|
8623
9126
|
{
|
|
@@ -8633,6 +9136,7 @@
|
|
|
8633
9136
|
}
|
|
8634
9137
|
],
|
|
8635
9138
|
"name": "RouteRecognizer",
|
|
9139
|
+
"preserveMemberOrder": false,
|
|
8636
9140
|
"members": [
|
|
8637
9141
|
{
|
|
8638
9142
|
"kind": "MethodSignature",
|
|
@@ -8951,8 +9455,10 @@
|
|
|
8951
9455
|
"text": " "
|
|
8952
9456
|
}
|
|
8953
9457
|
],
|
|
9458
|
+
"fileUrlPath": "dist/dts/router.d.ts",
|
|
8954
9459
|
"releaseTag": "Beta",
|
|
8955
9460
|
"name": "RouterElement",
|
|
9461
|
+
"preserveMemberOrder": false,
|
|
8956
9462
|
"members": [
|
|
8957
9463
|
{
|
|
8958
9464
|
"kind": "PropertySignature",
|
|
@@ -8966,7 +9472,7 @@
|
|
|
8966
9472
|
{
|
|
8967
9473
|
"kind": "Reference",
|
|
8968
9474
|
"text": "routerProperty",
|
|
8969
|
-
"canonicalReference": "@microsoft/fast-router!~routerProperty"
|
|
9475
|
+
"canonicalReference": "@microsoft/fast-router!~routerProperty:var"
|
|
8970
9476
|
},
|
|
8971
9477
|
{
|
|
8972
9478
|
"kind": "Content",
|
|
@@ -8982,6 +9488,7 @@
|
|
|
8982
9488
|
"text": ";"
|
|
8983
9489
|
}
|
|
8984
9490
|
],
|
|
9491
|
+
"isReadonly": true,
|
|
8985
9492
|
"isOptional": false,
|
|
8986
9493
|
"releaseTag": "Beta",
|
|
8987
9494
|
"name": "$router",
|
|
@@ -9013,6 +9520,7 @@
|
|
|
9013
9520
|
"text": ";"
|
|
9014
9521
|
}
|
|
9015
9522
|
],
|
|
9523
|
+
"isReadonly": false,
|
|
9016
9524
|
"isOptional": false,
|
|
9017
9525
|
"releaseTag": "Beta",
|
|
9018
9526
|
"name": "config",
|
|
@@ -9032,7 +9540,7 @@
|
|
|
9032
9540
|
},
|
|
9033
9541
|
{
|
|
9034
9542
|
"kind": "Content",
|
|
9035
|
-
"text": "
|
|
9543
|
+
"text": "void"
|
|
9036
9544
|
},
|
|
9037
9545
|
{
|
|
9038
9546
|
"kind": "Content",
|
|
@@ -9060,7 +9568,7 @@
|
|
|
9060
9568
|
},
|
|
9061
9569
|
{
|
|
9062
9570
|
"kind": "Content",
|
|
9063
|
-
"text": "
|
|
9571
|
+
"text": "void"
|
|
9064
9572
|
},
|
|
9065
9573
|
{
|
|
9066
9574
|
"kind": "Content",
|
|
@@ -9092,16 +9600,16 @@
|
|
|
9092
9600
|
"excerptTokens": [
|
|
9093
9601
|
{
|
|
9094
9602
|
"kind": "Content",
|
|
9095
|
-
"text": "export
|
|
9603
|
+
"text": "export type RouterExecutionContext = "
|
|
9096
9604
|
},
|
|
9097
9605
|
{
|
|
9098
9606
|
"kind": "Reference",
|
|
9099
9607
|
"text": "ExecutionContext",
|
|
9100
|
-
"canonicalReference": "@microsoft/fast-element!ExecutionContext:
|
|
9608
|
+
"canonicalReference": "@microsoft/fast-element!ExecutionContext:interface"
|
|
9101
9609
|
},
|
|
9102
9610
|
{
|
|
9103
9611
|
"kind": "Content",
|
|
9104
|
-
"text": " & {\n router
|
|
9612
|
+
"text": " & {\n router?: "
|
|
9105
9613
|
},
|
|
9106
9614
|
{
|
|
9107
9615
|
"kind": "Reference",
|
|
@@ -9117,6 +9625,7 @@
|
|
|
9117
9625
|
"text": ";"
|
|
9118
9626
|
}
|
|
9119
9627
|
],
|
|
9628
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
9120
9629
|
"releaseTag": "Beta",
|
|
9121
9630
|
"name": "RouterExecutionContext",
|
|
9122
9631
|
"typeTokenRange": {
|
|
@@ -9124,41 +9633,6 @@
|
|
|
9124
9633
|
"endIndex": 5
|
|
9125
9634
|
}
|
|
9126
9635
|
},
|
|
9127
|
-
{
|
|
9128
|
-
"kind": "Variable",
|
|
9129
|
-
"canonicalReference": "@microsoft/fast-router!RouterExecutionContext:var",
|
|
9130
|
-
"docComment": "/**\n * @beta\n */\n",
|
|
9131
|
-
"excerptTokens": [
|
|
9132
|
-
{
|
|
9133
|
-
"kind": "Content",
|
|
9134
|
-
"text": "RouterExecutionContext: "
|
|
9135
|
-
},
|
|
9136
|
-
{
|
|
9137
|
-
"kind": "Reference",
|
|
9138
|
-
"text": "Readonly",
|
|
9139
|
-
"canonicalReference": "!Readonly:type"
|
|
9140
|
-
},
|
|
9141
|
-
{
|
|
9142
|
-
"kind": "Content",
|
|
9143
|
-
"text": "<{\n create(router: "
|
|
9144
|
-
},
|
|
9145
|
-
{
|
|
9146
|
-
"kind": "Reference",
|
|
9147
|
-
"text": "Router",
|
|
9148
|
-
"canonicalReference": "@microsoft/fast-router!Router:interface"
|
|
9149
|
-
},
|
|
9150
|
-
{
|
|
9151
|
-
"kind": "Content",
|
|
9152
|
-
"text": "): any;\n}>"
|
|
9153
|
-
}
|
|
9154
|
-
],
|
|
9155
|
-
"releaseTag": "Beta",
|
|
9156
|
-
"name": "RouterExecutionContext",
|
|
9157
|
-
"variableTypeTokenRange": {
|
|
9158
|
-
"startIndex": 1,
|
|
9159
|
-
"endIndex": 5
|
|
9160
|
-
}
|
|
9161
|
-
},
|
|
9162
9636
|
{
|
|
9163
9637
|
"kind": "Interface",
|
|
9164
9638
|
"canonicalReference": "@microsoft/fast-router!RouteView:interface",
|
|
@@ -9169,8 +9643,10 @@
|
|
|
9169
9643
|
"text": "export interface RouteView "
|
|
9170
9644
|
}
|
|
9171
9645
|
],
|
|
9646
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
9172
9647
|
"releaseTag": "Beta",
|
|
9173
9648
|
"name": "RouteView",
|
|
9649
|
+
"preserveMemberOrder": false,
|
|
9174
9650
|
"members": [
|
|
9175
9651
|
{
|
|
9176
9652
|
"kind": "MethodSignature",
|
|
@@ -9245,15 +9721,6 @@
|
|
|
9245
9721
|
"kind": "Content",
|
|
9246
9722
|
"text": "<string, any>>"
|
|
9247
9723
|
},
|
|
9248
|
-
{
|
|
9249
|
-
"kind": "Content",
|
|
9250
|
-
"text": ", context: "
|
|
9251
|
-
},
|
|
9252
|
-
{
|
|
9253
|
-
"kind": "Reference",
|
|
9254
|
-
"text": "RouterExecutionContext",
|
|
9255
|
-
"canonicalReference": "@microsoft/fast-router!RouterExecutionContext:type"
|
|
9256
|
-
},
|
|
9257
9724
|
{
|
|
9258
9725
|
"kind": "Content",
|
|
9259
9726
|
"text": "): "
|
|
@@ -9269,8 +9736,8 @@
|
|
|
9269
9736
|
],
|
|
9270
9737
|
"isOptional": false,
|
|
9271
9738
|
"returnTypeTokenRange": {
|
|
9272
|
-
"startIndex":
|
|
9273
|
-
"endIndex":
|
|
9739
|
+
"startIndex": 6,
|
|
9740
|
+
"endIndex": 7
|
|
9274
9741
|
},
|
|
9275
9742
|
"releaseTag": "Beta",
|
|
9276
9743
|
"overloadIndex": 1,
|
|
@@ -9282,17 +9749,37 @@
|
|
|
9282
9749
|
"endIndex": 5
|
|
9283
9750
|
},
|
|
9284
9751
|
"isOptional": false
|
|
9752
|
+
}
|
|
9753
|
+
],
|
|
9754
|
+
"name": "bind"
|
|
9755
|
+
},
|
|
9756
|
+
{
|
|
9757
|
+
"kind": "PropertySignature",
|
|
9758
|
+
"canonicalReference": "@microsoft/fast-router!RouteView#context:member",
|
|
9759
|
+
"docComment": "",
|
|
9760
|
+
"excerptTokens": [
|
|
9761
|
+
{
|
|
9762
|
+
"kind": "Content",
|
|
9763
|
+
"text": "context: "
|
|
9285
9764
|
},
|
|
9286
9765
|
{
|
|
9287
|
-
"
|
|
9288
|
-
"
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
"
|
|
9766
|
+
"kind": "Reference",
|
|
9767
|
+
"text": "RouterExecutionContext",
|
|
9768
|
+
"canonicalReference": "@microsoft/fast-router!RouterExecutionContext:type"
|
|
9769
|
+
},
|
|
9770
|
+
{
|
|
9771
|
+
"kind": "Content",
|
|
9772
|
+
"text": ";"
|
|
9293
9773
|
}
|
|
9294
9774
|
],
|
|
9295
|
-
"
|
|
9775
|
+
"isReadonly": false,
|
|
9776
|
+
"isOptional": false,
|
|
9777
|
+
"releaseTag": "Beta",
|
|
9778
|
+
"name": "context",
|
|
9779
|
+
"propertyTypeTokenRange": {
|
|
9780
|
+
"startIndex": 1,
|
|
9781
|
+
"endIndex": 2
|
|
9782
|
+
}
|
|
9296
9783
|
},
|
|
9297
9784
|
{
|
|
9298
9785
|
"kind": "MethodSignature",
|
|
@@ -9332,7 +9819,7 @@
|
|
|
9332
9819
|
"excerptTokens": [
|
|
9333
9820
|
{
|
|
9334
9821
|
"kind": "Content",
|
|
9335
|
-
"text": "export
|
|
9822
|
+
"text": "export type SupportsSettings<TSettings = "
|
|
9336
9823
|
},
|
|
9337
9824
|
{
|
|
9338
9825
|
"kind": "Content",
|
|
@@ -9351,6 +9838,7 @@
|
|
|
9351
9838
|
"text": ";"
|
|
9352
9839
|
}
|
|
9353
9840
|
],
|
|
9841
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
9354
9842
|
"releaseTag": "Beta",
|
|
9355
9843
|
"name": "SupportsSettings",
|
|
9356
9844
|
"typeParameters": [
|
|
@@ -9378,7 +9866,7 @@
|
|
|
9378
9866
|
"excerptTokens": [
|
|
9379
9867
|
{
|
|
9380
9868
|
"kind": "Content",
|
|
9381
|
-
"text": "export
|
|
9869
|
+
"text": "export type TemplateFallbackRouteDefinition<TSettings = "
|
|
9382
9870
|
},
|
|
9383
9871
|
{
|
|
9384
9872
|
"kind": "Content",
|
|
@@ -9425,6 +9913,7 @@
|
|
|
9425
9913
|
"text": ";"
|
|
9426
9914
|
}
|
|
9427
9915
|
],
|
|
9916
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
9428
9917
|
"releaseTag": "Beta",
|
|
9429
9918
|
"name": "TemplateFallbackRouteDefinition",
|
|
9430
9919
|
"typeParameters": [
|
|
@@ -9452,7 +9941,7 @@
|
|
|
9452
9941
|
"excerptTokens": [
|
|
9453
9942
|
{
|
|
9454
9943
|
"kind": "Content",
|
|
9455
|
-
"text": "export
|
|
9944
|
+
"text": "export type TemplateRouteDefinition<TSettings = "
|
|
9456
9945
|
},
|
|
9457
9946
|
{
|
|
9458
9947
|
"kind": "Content",
|
|
@@ -9481,6 +9970,7 @@
|
|
|
9481
9970
|
"text": ";"
|
|
9482
9971
|
}
|
|
9483
9972
|
],
|
|
9973
|
+
"fileUrlPath": "dist/dts/routes.d.ts",
|
|
9484
9974
|
"releaseTag": "Beta",
|
|
9485
9975
|
"name": "TemplateRouteDefinition",
|
|
9486
9976
|
"typeParameters": [
|
|
@@ -9511,8 +10001,10 @@
|
|
|
9511
10001
|
"text": "export interface Transition "
|
|
9512
10002
|
}
|
|
9513
10003
|
],
|
|
10004
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
9514
10005
|
"releaseTag": "Beta",
|
|
9515
10006
|
"name": "Transition",
|
|
10007
|
+
"preserveMemberOrder": false,
|
|
9516
10008
|
"members": [
|
|
9517
10009
|
{
|
|
9518
10010
|
"kind": "MethodSignature",
|
|
@@ -9821,6 +10313,8 @@
|
|
|
9821
10313
|
"text": ">;\n}>"
|
|
9822
10314
|
}
|
|
9823
10315
|
],
|
|
10316
|
+
"fileUrlPath": "dist/dts/view.d.ts",
|
|
10317
|
+
"isReadonly": true,
|
|
9824
10318
|
"releaseTag": "Beta",
|
|
9825
10319
|
"name": "Transition",
|
|
9826
10320
|
"variableTypeTokenRange": {
|