@rebilly/revel 6.30.1 → 6.30.3

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.
@@ -44,34 +44,34 @@ declare const _default: import("vue").DefineComponent<{
44
44
  to: {
45
45
  matched: {
46
46
  path: string;
47
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
47
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
48
+ name?: import("vue-router").RouteRecordNameGeneric;
49
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
50
+ path?: undefined;
48
51
  query?: import("vue-router").LocationQueryRaw | undefined;
49
52
  hash?: string | undefined;
50
- path: string;
51
53
  replace?: boolean | undefined;
52
54
  force?: boolean | undefined;
53
55
  state?: import("vue-router").HistoryState | undefined;
54
56
  } | {
57
+ path: string;
55
58
  query?: import("vue-router").LocationQueryRaw | undefined;
56
59
  hash?: string | undefined;
57
- name?: import("vue-router").RouteRecordName | undefined;
58
- path?: undefined;
59
- params?: import("vue-router").RouteParamsRaw | undefined;
60
60
  replace?: boolean | undefined;
61
61
  force?: boolean | undefined;
62
62
  state?: import("vue-router").HistoryState | undefined;
63
63
  } | undefined;
64
- name: import("vue-router").RouteRecordName | undefined;
64
+ name: import("vue-router").RouteRecordNameGeneric;
65
65
  components: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)> | null | undefined;
66
66
  children: ({
67
67
  components: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)>;
68
68
  component?: undefined;
69
69
  children?: undefined;
70
70
  redirect?: undefined;
71
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
71
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
72
72
  path: string;
73
73
  alias?: string | string[] | undefined;
74
- name?: import("vue-router").RouteRecordName | undefined;
74
+ name?: import("vue-router").RouteRecordNameGeneric;
75
75
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
76
76
  meta?: import("vue-router").RouteMeta | undefined;
77
77
  end?: boolean | undefined;
@@ -202,10 +202,10 @@ declare const _default: import("vue").DefineComponent<{
202
202
  components?: undefined;
203
203
  children?: undefined;
204
204
  redirect?: undefined;
205
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
205
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
206
206
  path: string;
207
207
  alias?: string | string[] | undefined;
208
- name?: import("vue-router").RouteRecordName | undefined;
208
+ name?: import("vue-router").RouteRecordNameGeneric;
209
209
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
210
210
  meta?: import("vue-router").RouteMeta | undefined;
211
211
  end?: boolean | undefined;
@@ -339,10 +339,10 @@ declare const _default: import("vue").DefineComponent<{
339
339
  component?: undefined;
340
340
  children?: undefined;
341
341
  redirect?: undefined;
342
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
342
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
343
343
  path: string;
344
344
  alias?: string | string[] | undefined;
345
- name?: import("vue-router").RouteRecordName | undefined;
345
+ name?: import("vue-router").RouteRecordNameGeneric;
346
346
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
347
347
  meta?: import("vue-router").RouteMeta | undefined;
348
348
  end?: boolean | undefined;
@@ -473,10 +473,10 @@ declare const _default: import("vue").DefineComponent<{
473
473
  components?: undefined;
474
474
  children?: undefined;
475
475
  redirect?: undefined;
476
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
476
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
477
477
  path: string;
478
478
  alias?: string | string[] | undefined;
479
- name?: import("vue-router").RouteRecordName | undefined;
479
+ name?: import("vue-router").RouteRecordNameGeneric;
480
480
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
481
481
  meta?: import("vue-router").RouteMeta | undefined;
482
482
  end?: boolean | undefined;
@@ -490,10 +490,10 @@ declare const _default: import("vue").DefineComponent<{
490
490
  component?: undefined;
491
491
  children?: undefined;
492
492
  redirect?: undefined;
493
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
493
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
494
494
  path: string;
495
495
  alias?: string | string[] | undefined;
496
- name?: import("vue-router").RouteRecordName | undefined;
496
+ name?: import("vue-router").RouteRecordNameGeneric;
497
497
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
498
498
  meta?: import("vue-router").RouteMeta | undefined;
499
499
  end?: boolean | undefined;
@@ -624,29 +624,29 @@ declare const _default: import("vue").DefineComponent<{
624
624
  components?: undefined;
625
625
  children?: undefined;
626
626
  redirect?: undefined;
627
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
627
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
628
628
  path: string;
629
629
  alias?: string | string[] | undefined;
630
- name?: import("vue-router").RouteRecordName | undefined;
630
+ name?: import("vue-router").RouteRecordNameGeneric;
631
631
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
632
632
  meta?: import("vue-router").RouteMeta | undefined;
633
633
  end?: boolean | undefined;
634
634
  strict?: boolean | undefined;
635
635
  sensitive?: boolean | undefined;
636
636
  } | any | any | {
637
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
637
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
638
+ name?: import("vue-router").RouteRecordNameGeneric;
639
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
640
+ path?: undefined;
638
641
  query?: import("vue-router").LocationQueryRaw | undefined;
639
642
  hash?: string | undefined;
640
- path: string;
641
643
  replace?: boolean | undefined;
642
644
  force?: boolean | undefined;
643
645
  state?: import("vue-router").HistoryState | undefined;
644
646
  } | {
647
+ path: string;
645
648
  query?: import("vue-router").LocationQueryRaw | undefined;
646
649
  hash?: string | undefined;
647
- name?: import("vue-router").RouteRecordName | undefined;
648
- path?: undefined;
649
- params?: import("vue-router").RouteParamsRaw | undefined;
650
650
  replace?: boolean | undefined;
651
651
  force?: boolean | undefined;
652
652
  state?: import("vue-router").HistoryState | undefined;
@@ -656,7 +656,7 @@ declare const _default: import("vue").DefineComponent<{
656
656
  props?: undefined;
657
657
  path: string;
658
658
  alias?: string | string[] | undefined;
659
- name?: import("vue-router").RouteRecordName | undefined;
659
+ name?: import("vue-router").RouteRecordNameGeneric;
660
660
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
661
661
  meta?: import("vue-router").RouteMeta | undefined;
662
662
  children?: ({
@@ -664,10 +664,10 @@ declare const _default: import("vue").DefineComponent<{
664
664
  component?: undefined;
665
665
  children?: undefined;
666
666
  redirect?: undefined;
667
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
667
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
668
668
  path: string;
669
669
  alias?: string | string[] | undefined;
670
- name?: import("vue-router").RouteRecordName | undefined;
670
+ name?: import("vue-router").RouteRecordNameGeneric;
671
671
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
672
672
  meta?: import("vue-router").RouteMeta | undefined;
673
673
  end?: boolean | undefined;
@@ -798,10 +798,10 @@ declare const _default: import("vue").DefineComponent<{
798
798
  components?: undefined;
799
799
  children?: undefined;
800
800
  redirect?: undefined;
801
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
801
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
802
802
  path: string;
803
803
  alias?: string | string[] | undefined;
804
- name?: import("vue-router").RouteRecordName | undefined;
804
+ name?: import("vue-router").RouteRecordNameGeneric;
805
805
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
806
806
  meta?: import("vue-router").RouteMeta | undefined;
807
807
  end?: boolean | undefined;
@@ -812,46 +812,46 @@ declare const _default: import("vue").DefineComponent<{
812
812
  strict?: boolean | undefined;
813
813
  sensitive?: boolean | undefined;
814
814
  })[];
815
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
815
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
816
816
  path: string;
817
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
817
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
818
+ name?: import("vue-router").RouteRecordNameGeneric;
819
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
820
+ path?: undefined;
818
821
  query?: import("vue-router").LocationQueryRaw | undefined;
819
822
  hash?: string | undefined;
820
- path: string;
821
823
  replace?: boolean | undefined;
822
824
  force?: boolean | undefined;
823
825
  state?: import("vue-router").HistoryState | undefined;
824
826
  } | {
827
+ path: string;
825
828
  query?: import("vue-router").LocationQueryRaw | undefined;
826
829
  hash?: string | undefined;
827
- name?: import("vue-router").RouteRecordName | undefined;
828
- path?: undefined;
829
- params?: import("vue-router").RouteParamsRaw | undefined;
830
830
  replace?: boolean | undefined;
831
831
  force?: boolean | undefined;
832
832
  state?: import("vue-router").HistoryState | undefined;
833
833
  } | undefined;
834
834
  alias?: string | string[] | undefined;
835
- name?: import("vue-router").RouteRecordName | undefined;
835
+ name?: import("vue-router").RouteRecordNameGeneric;
836
836
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
837
837
  meta?: import("vue-router").RouteMeta | undefined;
838
838
  end?: boolean | undefined;
839
839
  strict?: boolean | undefined;
840
840
  sensitive?: boolean | undefined;
841
841
  } | {
842
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
842
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
843
+ name?: import("vue-router").RouteRecordNameGeneric;
844
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
845
+ path?: undefined;
843
846
  query?: import("vue-router").LocationQueryRaw | undefined;
844
847
  hash?: string | undefined;
845
- path: string;
846
848
  replace?: boolean | undefined;
847
849
  force?: boolean | undefined;
848
850
  state?: import("vue-router").HistoryState | undefined;
849
851
  } | {
852
+ path: string;
850
853
  query?: import("vue-router").LocationQueryRaw | undefined;
851
854
  hash?: string | undefined;
852
- name?: import("vue-router").RouteRecordName | undefined;
853
- path?: undefined;
854
- params?: import("vue-router").RouteParamsRaw | undefined;
855
855
  replace?: boolean | undefined;
856
856
  force?: boolean | undefined;
857
857
  state?: import("vue-router").HistoryState | undefined;
@@ -861,7 +861,7 @@ declare const _default: import("vue").DefineComponent<{
861
861
  props?: undefined;
862
862
  path: string;
863
863
  alias?: string | string[] | undefined;
864
- name?: import("vue-router").RouteRecordName | undefined;
864
+ name?: import("vue-router").RouteRecordNameGeneric;
865
865
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
866
866
  meta?: import("vue-router").RouteMeta | undefined;
867
867
  children?: ({
@@ -869,10 +869,10 @@ declare const _default: import("vue").DefineComponent<{
869
869
  component?: undefined;
870
870
  children?: undefined;
871
871
  redirect?: undefined;
872
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
872
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
873
873
  path: string;
874
874
  alias?: string | string[] | undefined;
875
- name?: import("vue-router").RouteRecordName | undefined;
875
+ name?: import("vue-router").RouteRecordNameGeneric;
876
876
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
877
877
  meta?: import("vue-router").RouteMeta | undefined;
878
878
  end?: boolean | undefined;
@@ -1003,10 +1003,10 @@ declare const _default: import("vue").DefineComponent<{
1003
1003
  components?: undefined;
1004
1004
  children?: undefined;
1005
1005
  redirect?: undefined;
1006
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1006
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1007
1007
  path: string;
1008
1008
  alias?: string | string[] | undefined;
1009
- name?: import("vue-router").RouteRecordName | undefined;
1009
+ name?: import("vue-router").RouteRecordNameGeneric;
1010
1010
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1011
1011
  meta?: import("vue-router").RouteMeta | undefined;
1012
1012
  end?: boolean | undefined;
@@ -1020,10 +1020,10 @@ declare const _default: import("vue").DefineComponent<{
1020
1020
  component?: undefined;
1021
1021
  children?: undefined;
1022
1022
  redirect?: undefined;
1023
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
1023
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
1024
1024
  path: string;
1025
1025
  alias?: string | string[] | undefined;
1026
- name?: import("vue-router").RouteRecordName | undefined;
1026
+ name?: import("vue-router").RouteRecordNameGeneric;
1027
1027
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1028
1028
  meta?: import("vue-router").RouteMeta | undefined;
1029
1029
  end?: boolean | undefined;
@@ -1154,37 +1154,37 @@ declare const _default: import("vue").DefineComponent<{
1154
1154
  components?: undefined;
1155
1155
  children?: undefined;
1156
1156
  redirect?: undefined;
1157
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1157
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1158
1158
  path: string;
1159
1159
  alias?: string | string[] | undefined;
1160
- name?: import("vue-router").RouteRecordName | undefined;
1160
+ name?: import("vue-router").RouteRecordNameGeneric;
1161
1161
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1162
1162
  meta?: import("vue-router").RouteMeta | undefined;
1163
1163
  end?: boolean | undefined;
1164
1164
  strict?: boolean | undefined;
1165
1165
  sensitive?: boolean | undefined;
1166
1166
  } | any | any | any)[];
1167
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
1167
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
1168
1168
  path: string;
1169
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
1169
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
1170
+ name?: import("vue-router").RouteRecordNameGeneric;
1171
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
1172
+ path?: undefined;
1170
1173
  query?: import("vue-router").LocationQueryRaw | undefined;
1171
1174
  hash?: string | undefined;
1172
- path: string;
1173
1175
  replace?: boolean | undefined;
1174
1176
  force?: boolean | undefined;
1175
1177
  state?: import("vue-router").HistoryState | undefined;
1176
1178
  } | {
1179
+ path: string;
1177
1180
  query?: import("vue-router").LocationQueryRaw | undefined;
1178
1181
  hash?: string | undefined;
1179
- name?: import("vue-router").RouteRecordName | undefined;
1180
- path?: undefined;
1181
- params?: import("vue-router").RouteParamsRaw | undefined;
1182
1182
  replace?: boolean | undefined;
1183
1183
  force?: boolean | undefined;
1184
1184
  state?: import("vue-router").HistoryState | undefined;
1185
1185
  } | undefined;
1186
1186
  alias?: string | string[] | undefined;
1187
- name?: import("vue-router").RouteRecordName | undefined;
1187
+ name?: import("vue-router").RouteRecordNameGeneric;
1188
1188
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1189
1189
  meta?: import("vue-router").RouteMeta | undefined;
1190
1190
  end?: boolean | undefined;
@@ -1195,27 +1195,27 @@ declare const _default: import("vue").DefineComponent<{
1195
1195
  strict?: boolean | undefined;
1196
1196
  sensitive?: boolean | undefined;
1197
1197
  })[];
1198
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1198
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1199
1199
  path: string;
1200
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
1200
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
1201
+ name?: import("vue-router").RouteRecordNameGeneric;
1202
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
1203
+ path?: undefined;
1201
1204
  query?: import("vue-router").LocationQueryRaw | undefined;
1202
1205
  hash?: string | undefined;
1203
- path: string;
1204
1206
  replace?: boolean | undefined;
1205
1207
  force?: boolean | undefined;
1206
1208
  state?: import("vue-router").HistoryState | undefined;
1207
1209
  } | {
1210
+ path: string;
1208
1211
  query?: import("vue-router").LocationQueryRaw | undefined;
1209
1212
  hash?: string | undefined;
1210
- name?: import("vue-router").RouteRecordName | undefined;
1211
- path?: undefined;
1212
- params?: import("vue-router").RouteParamsRaw | undefined;
1213
1213
  replace?: boolean | undefined;
1214
1214
  force?: boolean | undefined;
1215
1215
  state?: import("vue-router").HistoryState | undefined;
1216
1216
  } | undefined;
1217
1217
  alias?: string | string[] | undefined;
1218
- name?: import("vue-router").RouteRecordName | undefined;
1218
+ name?: import("vue-router").RouteRecordNameGeneric;
1219
1219
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1220
1220
  meta?: import("vue-router").RouteMeta | undefined;
1221
1221
  end?: boolean | undefined;
@@ -1229,10 +1229,10 @@ declare const _default: import("vue").DefineComponent<{
1229
1229
  component?: undefined;
1230
1230
  children?: undefined;
1231
1231
  redirect?: undefined;
1232
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
1232
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
1233
1233
  path: string;
1234
1234
  alias?: string | string[] | undefined;
1235
- name?: import("vue-router").RouteRecordName | undefined;
1235
+ name?: import("vue-router").RouteRecordNameGeneric;
1236
1236
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1237
1237
  meta?: import("vue-router").RouteMeta | undefined;
1238
1238
  end?: boolean | undefined;
@@ -1363,10 +1363,10 @@ declare const _default: import("vue").DefineComponent<{
1363
1363
  components?: undefined;
1364
1364
  children?: undefined;
1365
1365
  redirect?: undefined;
1366
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1366
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1367
1367
  path: string;
1368
1368
  alias?: string | string[] | undefined;
1369
- name?: import("vue-router").RouteRecordName | undefined;
1369
+ name?: import("vue-router").RouteRecordNameGeneric;
1370
1370
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1371
1371
  meta?: import("vue-router").RouteMeta | undefined;
1372
1372
  end?: boolean | undefined;
@@ -1500,10 +1500,10 @@ declare const _default: import("vue").DefineComponent<{
1500
1500
  component?: undefined;
1501
1501
  children?: undefined;
1502
1502
  redirect?: undefined;
1503
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
1503
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
1504
1504
  path: string;
1505
1505
  alias?: string | string[] | undefined;
1506
- name?: import("vue-router").RouteRecordName | undefined;
1506
+ name?: import("vue-router").RouteRecordNameGeneric;
1507
1507
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1508
1508
  meta?: import("vue-router").RouteMeta | undefined;
1509
1509
  end?: boolean | undefined;
@@ -1634,29 +1634,29 @@ declare const _default: import("vue").DefineComponent<{
1634
1634
  components?: undefined;
1635
1635
  children?: undefined;
1636
1636
  redirect?: undefined;
1637
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1637
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1638
1638
  path: string;
1639
1639
  alias?: string | string[] | undefined;
1640
- name?: import("vue-router").RouteRecordName | undefined;
1640
+ name?: import("vue-router").RouteRecordNameGeneric;
1641
1641
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1642
1642
  meta?: import("vue-router").RouteMeta | undefined;
1643
1643
  end?: boolean | undefined;
1644
1644
  strict?: boolean | undefined;
1645
1645
  sensitive?: boolean | undefined;
1646
1646
  } | any | any | {
1647
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
1647
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
1648
+ name?: import("vue-router").RouteRecordNameGeneric;
1649
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
1650
+ path?: undefined;
1648
1651
  query?: import("vue-router").LocationQueryRaw | undefined;
1649
1652
  hash?: string | undefined;
1650
- path: string;
1651
1653
  replace?: boolean | undefined;
1652
1654
  force?: boolean | undefined;
1653
1655
  state?: import("vue-router").HistoryState | undefined;
1654
1656
  } | {
1657
+ path: string;
1655
1658
  query?: import("vue-router").LocationQueryRaw | undefined;
1656
1659
  hash?: string | undefined;
1657
- name?: import("vue-router").RouteRecordName | undefined;
1658
- path?: undefined;
1659
- params?: import("vue-router").RouteParamsRaw | undefined;
1660
1660
  replace?: boolean | undefined;
1661
1661
  force?: boolean | undefined;
1662
1662
  state?: import("vue-router").HistoryState | undefined;
@@ -1666,7 +1666,7 @@ declare const _default: import("vue").DefineComponent<{
1666
1666
  props?: undefined;
1667
1667
  path: string;
1668
1668
  alias?: string | string[] | undefined;
1669
- name?: import("vue-router").RouteRecordName | undefined;
1669
+ name?: import("vue-router").RouteRecordNameGeneric;
1670
1670
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1671
1671
  meta?: import("vue-router").RouteMeta | undefined;
1672
1672
  children?: ({
@@ -1674,10 +1674,10 @@ declare const _default: import("vue").DefineComponent<{
1674
1674
  component?: undefined;
1675
1675
  children?: undefined;
1676
1676
  redirect?: undefined;
1677
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
1677
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
1678
1678
  path: string;
1679
1679
  alias?: string | string[] | undefined;
1680
- name?: import("vue-router").RouteRecordName | undefined;
1680
+ name?: import("vue-router").RouteRecordNameGeneric;
1681
1681
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1682
1682
  meta?: import("vue-router").RouteMeta | undefined;
1683
1683
  end?: boolean | undefined;
@@ -1808,10 +1808,10 @@ declare const _default: import("vue").DefineComponent<{
1808
1808
  components?: undefined;
1809
1809
  children?: undefined;
1810
1810
  redirect?: undefined;
1811
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1811
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1812
1812
  path: string;
1813
1813
  alias?: string | string[] | undefined;
1814
- name?: import("vue-router").RouteRecordName | undefined;
1814
+ name?: import("vue-router").RouteRecordNameGeneric;
1815
1815
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1816
1816
  meta?: import("vue-router").RouteMeta | undefined;
1817
1817
  end?: boolean | undefined;
@@ -1822,46 +1822,46 @@ declare const _default: import("vue").DefineComponent<{
1822
1822
  strict?: boolean | undefined;
1823
1823
  sensitive?: boolean | undefined;
1824
1824
  })[];
1825
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
1825
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
1826
1826
  path: string;
1827
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
1827
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
1828
+ name?: import("vue-router").RouteRecordNameGeneric;
1829
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
1830
+ path?: undefined;
1828
1831
  query?: import("vue-router").LocationQueryRaw | undefined;
1829
1832
  hash?: string | undefined;
1830
- path: string;
1831
1833
  replace?: boolean | undefined;
1832
1834
  force?: boolean | undefined;
1833
1835
  state?: import("vue-router").HistoryState | undefined;
1834
1836
  } | {
1837
+ path: string;
1835
1838
  query?: import("vue-router").LocationQueryRaw | undefined;
1836
1839
  hash?: string | undefined;
1837
- name?: import("vue-router").RouteRecordName | undefined;
1838
- path?: undefined;
1839
- params?: import("vue-router").RouteParamsRaw | undefined;
1840
1840
  replace?: boolean | undefined;
1841
1841
  force?: boolean | undefined;
1842
1842
  state?: import("vue-router").HistoryState | undefined;
1843
1843
  } | undefined;
1844
1844
  alias?: string | string[] | undefined;
1845
- name?: import("vue-router").RouteRecordName | undefined;
1845
+ name?: import("vue-router").RouteRecordNameGeneric;
1846
1846
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1847
1847
  meta?: import("vue-router").RouteMeta | undefined;
1848
1848
  end?: boolean | undefined;
1849
1849
  strict?: boolean | undefined;
1850
1850
  sensitive?: boolean | undefined;
1851
1851
  } | any | {
1852
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
1852
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
1853
+ name?: import("vue-router").RouteRecordNameGeneric;
1854
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
1855
+ path?: undefined;
1853
1856
  query?: import("vue-router").LocationQueryRaw | undefined;
1854
1857
  hash?: string | undefined;
1855
- path: string;
1856
1858
  replace?: boolean | undefined;
1857
1859
  force?: boolean | undefined;
1858
1860
  state?: import("vue-router").HistoryState | undefined;
1859
1861
  } | {
1862
+ path: string;
1860
1863
  query?: import("vue-router").LocationQueryRaw | undefined;
1861
1864
  hash?: string | undefined;
1862
- name?: import("vue-router").RouteRecordName | undefined;
1863
- path?: undefined;
1864
- params?: import("vue-router").RouteParamsRaw | undefined;
1865
1865
  replace?: boolean | undefined;
1866
1866
  force?: boolean | undefined;
1867
1867
  state?: import("vue-router").HistoryState | undefined;
@@ -1871,7 +1871,7 @@ declare const _default: import("vue").DefineComponent<{
1871
1871
  props?: undefined;
1872
1872
  path: string;
1873
1873
  alias?: string | string[] | undefined;
1874
- name?: import("vue-router").RouteRecordName | undefined;
1874
+ name?: import("vue-router").RouteRecordNameGeneric;
1875
1875
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1876
1876
  meta?: import("vue-router").RouteMeta | undefined;
1877
1877
  children?: ({
@@ -1879,10 +1879,10 @@ declare const _default: import("vue").DefineComponent<{
1879
1879
  component?: undefined;
1880
1880
  children?: undefined;
1881
1881
  redirect?: undefined;
1882
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
1882
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
1883
1883
  path: string;
1884
1884
  alias?: string | string[] | undefined;
1885
- name?: import("vue-router").RouteRecordName | undefined;
1885
+ name?: import("vue-router").RouteRecordNameGeneric;
1886
1886
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
1887
1887
  meta?: import("vue-router").RouteMeta | undefined;
1888
1888
  end?: boolean | undefined;
@@ -2013,10 +2013,10 @@ declare const _default: import("vue").DefineComponent<{
2013
2013
  components?: undefined;
2014
2014
  children?: undefined;
2015
2015
  redirect?: undefined;
2016
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2016
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2017
2017
  path: string;
2018
2018
  alias?: string | string[] | undefined;
2019
- name?: import("vue-router").RouteRecordName | undefined;
2019
+ name?: import("vue-router").RouteRecordNameGeneric;
2020
2020
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2021
2021
  meta?: import("vue-router").RouteMeta | undefined;
2022
2022
  end?: boolean | undefined;
@@ -2150,10 +2150,10 @@ declare const _default: import("vue").DefineComponent<{
2150
2150
  component?: undefined;
2151
2151
  children?: undefined;
2152
2152
  redirect?: undefined;
2153
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
2153
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
2154
2154
  path: string;
2155
2155
  alias?: string | string[] | undefined;
2156
- name?: import("vue-router").RouteRecordName | undefined;
2156
+ name?: import("vue-router").RouteRecordNameGeneric;
2157
2157
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2158
2158
  meta?: import("vue-router").RouteMeta | undefined;
2159
2159
  end?: boolean | undefined;
@@ -2284,37 +2284,37 @@ declare const _default: import("vue").DefineComponent<{
2284
2284
  components?: undefined;
2285
2285
  children?: undefined;
2286
2286
  redirect?: undefined;
2287
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2287
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2288
2288
  path: string;
2289
2289
  alias?: string | string[] | undefined;
2290
- name?: import("vue-router").RouteRecordName | undefined;
2290
+ name?: import("vue-router").RouteRecordNameGeneric;
2291
2291
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2292
2292
  meta?: import("vue-router").RouteMeta | undefined;
2293
2293
  end?: boolean | undefined;
2294
2294
  strict?: boolean | undefined;
2295
2295
  sensitive?: boolean | undefined;
2296
2296
  } | any | any | any)[];
2297
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2297
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2298
2298
  path: string;
2299
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
2299
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
2300
+ name?: import("vue-router").RouteRecordNameGeneric;
2301
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
2302
+ path?: undefined;
2300
2303
  query?: import("vue-router").LocationQueryRaw | undefined;
2301
2304
  hash?: string | undefined;
2302
- path: string;
2303
2305
  replace?: boolean | undefined;
2304
2306
  force?: boolean | undefined;
2305
2307
  state?: import("vue-router").HistoryState | undefined;
2306
2308
  } | {
2309
+ path: string;
2307
2310
  query?: import("vue-router").LocationQueryRaw | undefined;
2308
2311
  hash?: string | undefined;
2309
- name?: import("vue-router").RouteRecordName | undefined;
2310
- path?: undefined;
2311
- params?: import("vue-router").RouteParamsRaw | undefined;
2312
2312
  replace?: boolean | undefined;
2313
2313
  force?: boolean | undefined;
2314
2314
  state?: import("vue-router").HistoryState | undefined;
2315
2315
  } | undefined;
2316
2316
  alias?: string | string[] | undefined;
2317
- name?: import("vue-router").RouteRecordName | undefined;
2317
+ name?: import("vue-router").RouteRecordNameGeneric;
2318
2318
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2319
2319
  meta?: import("vue-router").RouteMeta | undefined;
2320
2320
  end?: boolean | undefined;
@@ -2325,46 +2325,46 @@ declare const _default: import("vue").DefineComponent<{
2325
2325
  strict?: boolean | undefined;
2326
2326
  sensitive?: boolean | undefined;
2327
2327
  })[];
2328
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
2328
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
2329
2329
  path: string;
2330
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
2330
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
2331
+ name?: import("vue-router").RouteRecordNameGeneric;
2332
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
2333
+ path?: undefined;
2331
2334
  query?: import("vue-router").LocationQueryRaw | undefined;
2332
2335
  hash?: string | undefined;
2333
- path: string;
2334
2336
  replace?: boolean | undefined;
2335
2337
  force?: boolean | undefined;
2336
2338
  state?: import("vue-router").HistoryState | undefined;
2337
2339
  } | {
2340
+ path: string;
2338
2341
  query?: import("vue-router").LocationQueryRaw | undefined;
2339
2342
  hash?: string | undefined;
2340
- name?: import("vue-router").RouteRecordName | undefined;
2341
- path?: undefined;
2342
- params?: import("vue-router").RouteParamsRaw | undefined;
2343
2343
  replace?: boolean | undefined;
2344
2344
  force?: boolean | undefined;
2345
2345
  state?: import("vue-router").HistoryState | undefined;
2346
2346
  } | undefined;
2347
2347
  alias?: string | string[] | undefined;
2348
- name?: import("vue-router").RouteRecordName | undefined;
2348
+ name?: import("vue-router").RouteRecordNameGeneric;
2349
2349
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2350
2350
  meta?: import("vue-router").RouteMeta | undefined;
2351
2351
  end?: boolean | undefined;
2352
2352
  strict?: boolean | undefined;
2353
2353
  sensitive?: boolean | undefined;
2354
2354
  } | {
2355
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
2355
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
2356
+ name?: import("vue-router").RouteRecordNameGeneric;
2357
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
2358
+ path?: undefined;
2356
2359
  query?: import("vue-router").LocationQueryRaw | undefined;
2357
2360
  hash?: string | undefined;
2358
- path: string;
2359
2361
  replace?: boolean | undefined;
2360
2362
  force?: boolean | undefined;
2361
2363
  state?: import("vue-router").HistoryState | undefined;
2362
2364
  } | {
2365
+ path: string;
2363
2366
  query?: import("vue-router").LocationQueryRaw | undefined;
2364
2367
  hash?: string | undefined;
2365
- name?: import("vue-router").RouteRecordName | undefined;
2366
- path?: undefined;
2367
- params?: import("vue-router").RouteParamsRaw | undefined;
2368
2368
  replace?: boolean | undefined;
2369
2369
  force?: boolean | undefined;
2370
2370
  state?: import("vue-router").HistoryState | undefined;
@@ -2374,7 +2374,7 @@ declare const _default: import("vue").DefineComponent<{
2374
2374
  props?: undefined;
2375
2375
  path: string;
2376
2376
  alias?: string | string[] | undefined;
2377
- name?: import("vue-router").RouteRecordName | undefined;
2377
+ name?: import("vue-router").RouteRecordNameGeneric;
2378
2378
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2379
2379
  meta?: import("vue-router").RouteMeta | undefined;
2380
2380
  children?: ({
@@ -2382,10 +2382,10 @@ declare const _default: import("vue").DefineComponent<{
2382
2382
  component?: undefined;
2383
2383
  children?: undefined;
2384
2384
  redirect?: undefined;
2385
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
2385
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
2386
2386
  path: string;
2387
2387
  alias?: string | string[] | undefined;
2388
- name?: import("vue-router").RouteRecordName | undefined;
2388
+ name?: import("vue-router").RouteRecordNameGeneric;
2389
2389
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2390
2390
  meta?: import("vue-router").RouteMeta | undefined;
2391
2391
  end?: boolean | undefined;
@@ -2516,10 +2516,10 @@ declare const _default: import("vue").DefineComponent<{
2516
2516
  components?: undefined;
2517
2517
  children?: undefined;
2518
2518
  redirect?: undefined;
2519
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2519
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2520
2520
  path: string;
2521
2521
  alias?: string | string[] | undefined;
2522
- name?: import("vue-router").RouteRecordName | undefined;
2522
+ name?: import("vue-router").RouteRecordNameGeneric;
2523
2523
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2524
2524
  meta?: import("vue-router").RouteMeta | undefined;
2525
2525
  end?: boolean | undefined;
@@ -2653,10 +2653,10 @@ declare const _default: import("vue").DefineComponent<{
2653
2653
  component?: undefined;
2654
2654
  children?: undefined;
2655
2655
  redirect?: undefined;
2656
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
2656
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
2657
2657
  path: string;
2658
2658
  alias?: string | string[] | undefined;
2659
- name?: import("vue-router").RouteRecordName | undefined;
2659
+ name?: import("vue-router").RouteRecordNameGeneric;
2660
2660
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2661
2661
  meta?: import("vue-router").RouteMeta | undefined;
2662
2662
  end?: boolean | undefined;
@@ -2787,10 +2787,10 @@ declare const _default: import("vue").DefineComponent<{
2787
2787
  components?: undefined;
2788
2788
  children?: undefined;
2789
2789
  redirect?: undefined;
2790
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2790
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2791
2791
  path: string;
2792
2792
  alias?: string | string[] | undefined;
2793
- name?: import("vue-router").RouteRecordName | undefined;
2793
+ name?: import("vue-router").RouteRecordNameGeneric;
2794
2794
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2795
2795
  meta?: import("vue-router").RouteMeta | undefined;
2796
2796
  end?: boolean | undefined;
@@ -2804,10 +2804,10 @@ declare const _default: import("vue").DefineComponent<{
2804
2804
  component?: undefined;
2805
2805
  children?: undefined;
2806
2806
  redirect?: undefined;
2807
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
2807
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
2808
2808
  path: string;
2809
2809
  alias?: string | string[] | undefined;
2810
- name?: import("vue-router").RouteRecordName | undefined;
2810
+ name?: import("vue-router").RouteRecordNameGeneric;
2811
2811
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2812
2812
  meta?: import("vue-router").RouteMeta | undefined;
2813
2813
  end?: boolean | undefined;
@@ -2938,64 +2938,64 @@ declare const _default: import("vue").DefineComponent<{
2938
2938
  components?: undefined;
2939
2939
  children?: undefined;
2940
2940
  redirect?: undefined;
2941
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2941
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2942
2942
  path: string;
2943
2943
  alias?: string | string[] | undefined;
2944
- name?: import("vue-router").RouteRecordName | undefined;
2944
+ name?: import("vue-router").RouteRecordNameGeneric;
2945
2945
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2946
2946
  meta?: import("vue-router").RouteMeta | undefined;
2947
2947
  end?: boolean | undefined;
2948
2948
  strict?: boolean | undefined;
2949
2949
  sensitive?: boolean | undefined;
2950
2950
  } | any | any | any)[];
2951
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
2951
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
2952
2952
  path: string;
2953
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
2953
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
2954
+ name?: import("vue-router").RouteRecordNameGeneric;
2955
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
2956
+ path?: undefined;
2954
2957
  query?: import("vue-router").LocationQueryRaw | undefined;
2955
2958
  hash?: string | undefined;
2956
- path: string;
2957
2959
  replace?: boolean | undefined;
2958
2960
  force?: boolean | undefined;
2959
2961
  state?: import("vue-router").HistoryState | undefined;
2960
2962
  } | {
2963
+ path: string;
2961
2964
  query?: import("vue-router").LocationQueryRaw | undefined;
2962
2965
  hash?: string | undefined;
2963
- name?: import("vue-router").RouteRecordName | undefined;
2964
- path?: undefined;
2965
- params?: import("vue-router").RouteParamsRaw | undefined;
2966
2966
  replace?: boolean | undefined;
2967
2967
  force?: boolean | undefined;
2968
2968
  state?: import("vue-router").HistoryState | undefined;
2969
2969
  } | undefined;
2970
2970
  alias?: string | string[] | undefined;
2971
- name?: import("vue-router").RouteRecordName | undefined;
2971
+ name?: import("vue-router").RouteRecordNameGeneric;
2972
2972
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
2973
2973
  meta?: import("vue-router").RouteMeta | undefined;
2974
2974
  end?: boolean | undefined;
2975
2975
  strict?: boolean | undefined;
2976
2976
  sensitive?: boolean | undefined;
2977
2977
  } | any)[];
2978
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
2978
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
2979
2979
  path: string;
2980
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
2980
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
2981
+ name?: import("vue-router").RouteRecordNameGeneric;
2982
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
2983
+ path?: undefined;
2981
2984
  query?: import("vue-router").LocationQueryRaw | undefined;
2982
2985
  hash?: string | undefined;
2983
- path: string;
2984
2986
  replace?: boolean | undefined;
2985
2987
  force?: boolean | undefined;
2986
2988
  state?: import("vue-router").HistoryState | undefined;
2987
2989
  } | {
2990
+ path: string;
2988
2991
  query?: import("vue-router").LocationQueryRaw | undefined;
2989
2992
  hash?: string | undefined;
2990
- name?: import("vue-router").RouteRecordName | undefined;
2991
- path?: undefined;
2992
- params?: import("vue-router").RouteParamsRaw | undefined;
2993
2993
  replace?: boolean | undefined;
2994
2994
  force?: boolean | undefined;
2995
2995
  state?: import("vue-router").HistoryState | undefined;
2996
2996
  } | undefined;
2997
2997
  alias?: string | string[] | undefined;
2998
- name?: import("vue-router").RouteRecordName | undefined;
2998
+ name?: import("vue-router").RouteRecordNameGeneric;
2999
2999
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3000
3000
  meta?: import("vue-router").RouteMeta | undefined;
3001
3001
  end?: boolean | undefined;
@@ -3009,10 +3009,10 @@ declare const _default: import("vue").DefineComponent<{
3009
3009
  component?: undefined;
3010
3010
  children?: undefined;
3011
3011
  redirect?: undefined;
3012
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
3012
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
3013
3013
  path: string;
3014
3014
  alias?: string | string[] | undefined;
3015
- name?: import("vue-router").RouteRecordName | undefined;
3015
+ name?: import("vue-router").RouteRecordNameGeneric;
3016
3016
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3017
3017
  meta?: import("vue-router").RouteMeta | undefined;
3018
3018
  end?: boolean | undefined;
@@ -3143,10 +3143,10 @@ declare const _default: import("vue").DefineComponent<{
3143
3143
  components?: undefined;
3144
3144
  children?: undefined;
3145
3145
  redirect?: undefined;
3146
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
3146
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
3147
3147
  path: string;
3148
3148
  alias?: string | string[] | undefined;
3149
- name?: import("vue-router").RouteRecordName | undefined;
3149
+ name?: import("vue-router").RouteRecordNameGeneric;
3150
3150
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3151
3151
  meta?: import("vue-router").RouteMeta | undefined;
3152
3152
  end?: boolean | undefined;
@@ -3280,10 +3280,10 @@ declare const _default: import("vue").DefineComponent<{
3280
3280
  component?: undefined;
3281
3281
  children?: undefined;
3282
3282
  redirect?: undefined;
3283
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
3283
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
3284
3284
  path: string;
3285
3285
  alias?: string | string[] | undefined;
3286
- name?: import("vue-router").RouteRecordName | undefined;
3286
+ name?: import("vue-router").RouteRecordNameGeneric;
3287
3287
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3288
3288
  meta?: import("vue-router").RouteMeta | undefined;
3289
3289
  end?: boolean | undefined;
@@ -3414,64 +3414,64 @@ declare const _default: import("vue").DefineComponent<{
3414
3414
  components?: undefined;
3415
3415
  children?: undefined;
3416
3416
  redirect?: undefined;
3417
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
3417
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
3418
3418
  path: string;
3419
3419
  alias?: string | string[] | undefined;
3420
- name?: import("vue-router").RouteRecordName | undefined;
3420
+ name?: import("vue-router").RouteRecordNameGeneric;
3421
3421
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3422
3422
  meta?: import("vue-router").RouteMeta | undefined;
3423
3423
  end?: boolean | undefined;
3424
3424
  strict?: boolean | undefined;
3425
3425
  sensitive?: boolean | undefined;
3426
3426
  } | any | any | any)[];
3427
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
3427
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
3428
3428
  path: string;
3429
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
3429
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
3430
+ name?: import("vue-router").RouteRecordNameGeneric;
3431
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
3432
+ path?: undefined;
3430
3433
  query?: import("vue-router").LocationQueryRaw | undefined;
3431
3434
  hash?: string | undefined;
3432
- path: string;
3433
3435
  replace?: boolean | undefined;
3434
3436
  force?: boolean | undefined;
3435
3437
  state?: import("vue-router").HistoryState | undefined;
3436
3438
  } | {
3439
+ path: string;
3437
3440
  query?: import("vue-router").LocationQueryRaw | undefined;
3438
3441
  hash?: string | undefined;
3439
- name?: import("vue-router").RouteRecordName | undefined;
3440
- path?: undefined;
3441
- params?: import("vue-router").RouteParamsRaw | undefined;
3442
3442
  replace?: boolean | undefined;
3443
3443
  force?: boolean | undefined;
3444
3444
  state?: import("vue-router").HistoryState | undefined;
3445
3445
  } | undefined;
3446
3446
  alias?: string | string[] | undefined;
3447
- name?: import("vue-router").RouteRecordName | undefined;
3447
+ name?: import("vue-router").RouteRecordNameGeneric;
3448
3448
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3449
3449
  meta?: import("vue-router").RouteMeta | undefined;
3450
3450
  end?: boolean | undefined;
3451
3451
  strict?: boolean | undefined;
3452
3452
  sensitive?: boolean | undefined;
3453
3453
  } | any | any)[];
3454
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
3454
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
3455
3455
  path: string;
3456
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
3456
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
3457
+ name?: import("vue-router").RouteRecordNameGeneric;
3458
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
3459
+ path?: undefined;
3457
3460
  query?: import("vue-router").LocationQueryRaw | undefined;
3458
3461
  hash?: string | undefined;
3459
- path: string;
3460
3462
  replace?: boolean | undefined;
3461
3463
  force?: boolean | undefined;
3462
3464
  state?: import("vue-router").HistoryState | undefined;
3463
3465
  } | {
3466
+ path: string;
3464
3467
  query?: import("vue-router").LocationQueryRaw | undefined;
3465
3468
  hash?: string | undefined;
3466
- name?: import("vue-router").RouteRecordName | undefined;
3467
- path?: undefined;
3468
- params?: import("vue-router").RouteParamsRaw | undefined;
3469
3469
  replace?: boolean | undefined;
3470
3470
  force?: boolean | undefined;
3471
3471
  state?: import("vue-router").HistoryState | undefined;
3472
3472
  } | undefined;
3473
3473
  alias?: string | string[] | undefined;
3474
- name?: import("vue-router").RouteRecordName | undefined;
3474
+ name?: import("vue-router").RouteRecordNameGeneric;
3475
3475
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3476
3476
  meta?: import("vue-router").RouteMeta | undefined;
3477
3477
  end?: boolean | undefined;
@@ -3483,11 +3483,11 @@ declare const _default: import("vue").DefineComponent<{
3483
3483
  sensitive?: boolean | undefined;
3484
3484
  })[];
3485
3485
  meta: import("vue-router").RouteMeta;
3486
- props: Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)>;
3486
+ props: Record<string, import("vue-router")._RouteRecordProps<string | symbol>>;
3487
3487
  beforeEnter: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3488
3488
  leaveGuards: Set<import("vue-router").NavigationGuard>;
3489
3489
  updateGuards: Set<import("vue-router").NavigationGuard>;
3490
- enterCallbacks: Record<string, ((vm: import("vue").ComponentPublicInstance) => unknown)[]>;
3490
+ enterCallbacks: Record<string, import("vue-router").NavigationGuardNextCallback[]>;
3491
3491
  instances: Record<string, import("vue").ComponentPublicInstance | null | undefined>;
3492
3492
  aliasOf: any | undefined;
3493
3493
  }[];
@@ -3495,10 +3495,10 @@ declare const _default: import("vue").DefineComponent<{
3495
3495
  query: import("vue-router").LocationQuery;
3496
3496
  hash: string;
3497
3497
  redirectedFrom: any | undefined;
3498
- name: import("vue-router").RouteRecordName | null | undefined;
3498
+ name: import("vue-router").RouteRecordNameGeneric | null;
3499
3499
  meta: import("vue-router").RouteMeta;
3500
3500
  path: string;
3501
- params: import("vue-router").RouteParams;
3501
+ params: import("vue-router").RouteParamsGeneric;
3502
3502
  } | undefined;
3503
3503
  }[];
3504
3504
  }, {
@@ -3515,34 +3515,34 @@ declare const _default: import("vue").DefineComponent<{
3515
3515
  to: {
3516
3516
  matched: {
3517
3517
  path: string;
3518
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
3518
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
3519
+ name?: import("vue-router").RouteRecordNameGeneric;
3520
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
3521
+ path?: undefined;
3519
3522
  query?: import("vue-router").LocationQueryRaw | undefined;
3520
3523
  hash?: string | undefined;
3521
- path: string;
3522
3524
  replace?: boolean | undefined;
3523
3525
  force?: boolean | undefined;
3524
3526
  state?: import("vue-router").HistoryState | undefined;
3525
3527
  } | {
3528
+ path: string;
3526
3529
  query?: import("vue-router").LocationQueryRaw | undefined;
3527
3530
  hash?: string | undefined;
3528
- name?: import("vue-router").RouteRecordName | undefined;
3529
- path?: undefined;
3530
- params?: import("vue-router").RouteParamsRaw | undefined;
3531
3531
  replace?: boolean | undefined;
3532
3532
  force?: boolean | undefined;
3533
3533
  state?: import("vue-router").HistoryState | undefined;
3534
3534
  } | undefined;
3535
- name: import("vue-router").RouteRecordName | undefined;
3535
+ name: import("vue-router").RouteRecordNameGeneric;
3536
3536
  components: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)> | null | undefined;
3537
3537
  children: ({
3538
3538
  components: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)>;
3539
3539
  component?: undefined;
3540
3540
  children?: undefined;
3541
3541
  redirect?: undefined;
3542
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
3542
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
3543
3543
  path: string;
3544
3544
  alias?: string | string[] | undefined;
3545
- name?: import("vue-router").RouteRecordName | undefined;
3545
+ name?: import("vue-router").RouteRecordNameGeneric;
3546
3546
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3547
3547
  meta?: import("vue-router").RouteMeta | undefined;
3548
3548
  end?: boolean | undefined;
@@ -3673,10 +3673,10 @@ declare const _default: import("vue").DefineComponent<{
3673
3673
  components?: undefined;
3674
3674
  children?: undefined;
3675
3675
  redirect?: undefined;
3676
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
3676
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
3677
3677
  path: string;
3678
3678
  alias?: string | string[] | undefined;
3679
- name?: import("vue-router").RouteRecordName | undefined;
3679
+ name?: import("vue-router").RouteRecordNameGeneric;
3680
3680
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3681
3681
  meta?: import("vue-router").RouteMeta | undefined;
3682
3682
  end?: boolean | undefined;
@@ -3810,10 +3810,10 @@ declare const _default: import("vue").DefineComponent<{
3810
3810
  component?: undefined;
3811
3811
  children?: undefined;
3812
3812
  redirect?: undefined;
3813
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
3813
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
3814
3814
  path: string;
3815
3815
  alias?: string | string[] | undefined;
3816
- name?: import("vue-router").RouteRecordName | undefined;
3816
+ name?: import("vue-router").RouteRecordNameGeneric;
3817
3817
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3818
3818
  meta?: import("vue-router").RouteMeta | undefined;
3819
3819
  end?: boolean | undefined;
@@ -3944,10 +3944,10 @@ declare const _default: import("vue").DefineComponent<{
3944
3944
  components?: undefined;
3945
3945
  children?: undefined;
3946
3946
  redirect?: undefined;
3947
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
3947
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
3948
3948
  path: string;
3949
3949
  alias?: string | string[] | undefined;
3950
- name?: import("vue-router").RouteRecordName | undefined;
3950
+ name?: import("vue-router").RouteRecordNameGeneric;
3951
3951
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3952
3952
  meta?: import("vue-router").RouteMeta | undefined;
3953
3953
  end?: boolean | undefined;
@@ -3961,10 +3961,10 @@ declare const _default: import("vue").DefineComponent<{
3961
3961
  component?: undefined;
3962
3962
  children?: undefined;
3963
3963
  redirect?: undefined;
3964
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
3964
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
3965
3965
  path: string;
3966
3966
  alias?: string | string[] | undefined;
3967
- name?: import("vue-router").RouteRecordName | undefined;
3967
+ name?: import("vue-router").RouteRecordNameGeneric;
3968
3968
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
3969
3969
  meta?: import("vue-router").RouteMeta | undefined;
3970
3970
  end?: boolean | undefined;
@@ -4095,29 +4095,29 @@ declare const _default: import("vue").DefineComponent<{
4095
4095
  components?: undefined;
4096
4096
  children?: undefined;
4097
4097
  redirect?: undefined;
4098
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
4098
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
4099
4099
  path: string;
4100
4100
  alias?: string | string[] | undefined;
4101
- name?: import("vue-router").RouteRecordName | undefined;
4101
+ name?: import("vue-router").RouteRecordNameGeneric;
4102
4102
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4103
4103
  meta?: import("vue-router").RouteMeta | undefined;
4104
4104
  end?: boolean | undefined;
4105
4105
  strict?: boolean | undefined;
4106
4106
  sensitive?: boolean | undefined;
4107
4107
  } | any | any | {
4108
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
4108
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
4109
+ name?: import("vue-router").RouteRecordNameGeneric;
4110
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
4111
+ path?: undefined;
4109
4112
  query?: import("vue-router").LocationQueryRaw | undefined;
4110
4113
  hash?: string | undefined;
4111
- path: string;
4112
4114
  replace?: boolean | undefined;
4113
4115
  force?: boolean | undefined;
4114
4116
  state?: import("vue-router").HistoryState | undefined;
4115
4117
  } | {
4118
+ path: string;
4116
4119
  query?: import("vue-router").LocationQueryRaw | undefined;
4117
4120
  hash?: string | undefined;
4118
- name?: import("vue-router").RouteRecordName | undefined;
4119
- path?: undefined;
4120
- params?: import("vue-router").RouteParamsRaw | undefined;
4121
4121
  replace?: boolean | undefined;
4122
4122
  force?: boolean | undefined;
4123
4123
  state?: import("vue-router").HistoryState | undefined;
@@ -4127,7 +4127,7 @@ declare const _default: import("vue").DefineComponent<{
4127
4127
  props?: undefined;
4128
4128
  path: string;
4129
4129
  alias?: string | string[] | undefined;
4130
- name?: import("vue-router").RouteRecordName | undefined;
4130
+ name?: import("vue-router").RouteRecordNameGeneric;
4131
4131
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4132
4132
  meta?: import("vue-router").RouteMeta | undefined;
4133
4133
  children?: ({
@@ -4135,10 +4135,10 @@ declare const _default: import("vue").DefineComponent<{
4135
4135
  component?: undefined;
4136
4136
  children?: undefined;
4137
4137
  redirect?: undefined;
4138
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4138
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4139
4139
  path: string;
4140
4140
  alias?: string | string[] | undefined;
4141
- name?: import("vue-router").RouteRecordName | undefined;
4141
+ name?: import("vue-router").RouteRecordNameGeneric;
4142
4142
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4143
4143
  meta?: import("vue-router").RouteMeta | undefined;
4144
4144
  end?: boolean | undefined;
@@ -4269,10 +4269,10 @@ declare const _default: import("vue").DefineComponent<{
4269
4269
  components?: undefined;
4270
4270
  children?: undefined;
4271
4271
  redirect?: undefined;
4272
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
4272
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
4273
4273
  path: string;
4274
4274
  alias?: string | string[] | undefined;
4275
- name?: import("vue-router").RouteRecordName | undefined;
4275
+ name?: import("vue-router").RouteRecordNameGeneric;
4276
4276
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4277
4277
  meta?: import("vue-router").RouteMeta | undefined;
4278
4278
  end?: boolean | undefined;
@@ -4283,46 +4283,46 @@ declare const _default: import("vue").DefineComponent<{
4283
4283
  strict?: boolean | undefined;
4284
4284
  sensitive?: boolean | undefined;
4285
4285
  })[];
4286
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4286
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4287
4287
  path: string;
4288
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
4288
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
4289
+ name?: import("vue-router").RouteRecordNameGeneric;
4290
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
4291
+ path?: undefined;
4289
4292
  query?: import("vue-router").LocationQueryRaw | undefined;
4290
4293
  hash?: string | undefined;
4291
- path: string;
4292
4294
  replace?: boolean | undefined;
4293
4295
  force?: boolean | undefined;
4294
4296
  state?: import("vue-router").HistoryState | undefined;
4295
4297
  } | {
4298
+ path: string;
4296
4299
  query?: import("vue-router").LocationQueryRaw | undefined;
4297
4300
  hash?: string | undefined;
4298
- name?: import("vue-router").RouteRecordName | undefined;
4299
- path?: undefined;
4300
- params?: import("vue-router").RouteParamsRaw | undefined;
4301
4301
  replace?: boolean | undefined;
4302
4302
  force?: boolean | undefined;
4303
4303
  state?: import("vue-router").HistoryState | undefined;
4304
4304
  } | undefined;
4305
4305
  alias?: string | string[] | undefined;
4306
- name?: import("vue-router").RouteRecordName | undefined;
4306
+ name?: import("vue-router").RouteRecordNameGeneric;
4307
4307
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4308
4308
  meta?: import("vue-router").RouteMeta | undefined;
4309
4309
  end?: boolean | undefined;
4310
4310
  strict?: boolean | undefined;
4311
4311
  sensitive?: boolean | undefined;
4312
4312
  } | {
4313
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
4313
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
4314
+ name?: import("vue-router").RouteRecordNameGeneric;
4315
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
4316
+ path?: undefined;
4314
4317
  query?: import("vue-router").LocationQueryRaw | undefined;
4315
4318
  hash?: string | undefined;
4316
- path: string;
4317
4319
  replace?: boolean | undefined;
4318
4320
  force?: boolean | undefined;
4319
4321
  state?: import("vue-router").HistoryState | undefined;
4320
4322
  } | {
4323
+ path: string;
4321
4324
  query?: import("vue-router").LocationQueryRaw | undefined;
4322
4325
  hash?: string | undefined;
4323
- name?: import("vue-router").RouteRecordName | undefined;
4324
- path?: undefined;
4325
- params?: import("vue-router").RouteParamsRaw | undefined;
4326
4326
  replace?: boolean | undefined;
4327
4327
  force?: boolean | undefined;
4328
4328
  state?: import("vue-router").HistoryState | undefined;
@@ -4332,7 +4332,7 @@ declare const _default: import("vue").DefineComponent<{
4332
4332
  props?: undefined;
4333
4333
  path: string;
4334
4334
  alias?: string | string[] | undefined;
4335
- name?: import("vue-router").RouteRecordName | undefined;
4335
+ name?: import("vue-router").RouteRecordNameGeneric;
4336
4336
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4337
4337
  meta?: import("vue-router").RouteMeta | undefined;
4338
4338
  children?: ({
@@ -4340,10 +4340,10 @@ declare const _default: import("vue").DefineComponent<{
4340
4340
  component?: undefined;
4341
4341
  children?: undefined;
4342
4342
  redirect?: undefined;
4343
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4343
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4344
4344
  path: string;
4345
4345
  alias?: string | string[] | undefined;
4346
- name?: import("vue-router").RouteRecordName | undefined;
4346
+ name?: import("vue-router").RouteRecordNameGeneric;
4347
4347
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4348
4348
  meta?: import("vue-router").RouteMeta | undefined;
4349
4349
  end?: boolean | undefined;
@@ -4474,10 +4474,10 @@ declare const _default: import("vue").DefineComponent<{
4474
4474
  components?: undefined;
4475
4475
  children?: undefined;
4476
4476
  redirect?: undefined;
4477
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
4477
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
4478
4478
  path: string;
4479
4479
  alias?: string | string[] | undefined;
4480
- name?: import("vue-router").RouteRecordName | undefined;
4480
+ name?: import("vue-router").RouteRecordNameGeneric;
4481
4481
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4482
4482
  meta?: import("vue-router").RouteMeta | undefined;
4483
4483
  end?: boolean | undefined;
@@ -4491,10 +4491,10 @@ declare const _default: import("vue").DefineComponent<{
4491
4491
  component?: undefined;
4492
4492
  children?: undefined;
4493
4493
  redirect?: undefined;
4494
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4494
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4495
4495
  path: string;
4496
4496
  alias?: string | string[] | undefined;
4497
- name?: import("vue-router").RouteRecordName | undefined;
4497
+ name?: import("vue-router").RouteRecordNameGeneric;
4498
4498
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4499
4499
  meta?: import("vue-router").RouteMeta | undefined;
4500
4500
  end?: boolean | undefined;
@@ -4625,37 +4625,37 @@ declare const _default: import("vue").DefineComponent<{
4625
4625
  components?: undefined;
4626
4626
  children?: undefined;
4627
4627
  redirect?: undefined;
4628
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
4628
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
4629
4629
  path: string;
4630
4630
  alias?: string | string[] | undefined;
4631
- name?: import("vue-router").RouteRecordName | undefined;
4631
+ name?: import("vue-router").RouteRecordNameGeneric;
4632
4632
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4633
4633
  meta?: import("vue-router").RouteMeta | undefined;
4634
4634
  end?: boolean | undefined;
4635
4635
  strict?: boolean | undefined;
4636
4636
  sensitive?: boolean | undefined;
4637
4637
  } | any | any | any)[];
4638
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4638
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4639
4639
  path: string;
4640
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
4640
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
4641
+ name?: import("vue-router").RouteRecordNameGeneric;
4642
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
4643
+ path?: undefined;
4641
4644
  query?: import("vue-router").LocationQueryRaw | undefined;
4642
4645
  hash?: string | undefined;
4643
- path: string;
4644
4646
  replace?: boolean | undefined;
4645
4647
  force?: boolean | undefined;
4646
4648
  state?: import("vue-router").HistoryState | undefined;
4647
4649
  } | {
4650
+ path: string;
4648
4651
  query?: import("vue-router").LocationQueryRaw | undefined;
4649
4652
  hash?: string | undefined;
4650
- name?: import("vue-router").RouteRecordName | undefined;
4651
- path?: undefined;
4652
- params?: import("vue-router").RouteParamsRaw | undefined;
4653
4653
  replace?: boolean | undefined;
4654
4654
  force?: boolean | undefined;
4655
4655
  state?: import("vue-router").HistoryState | undefined;
4656
4656
  } | undefined;
4657
4657
  alias?: string | string[] | undefined;
4658
- name?: import("vue-router").RouteRecordName | undefined;
4658
+ name?: import("vue-router").RouteRecordNameGeneric;
4659
4659
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4660
4660
  meta?: import("vue-router").RouteMeta | undefined;
4661
4661
  end?: boolean | undefined;
@@ -4666,27 +4666,27 @@ declare const _default: import("vue").DefineComponent<{
4666
4666
  strict?: boolean | undefined;
4667
4667
  sensitive?: boolean | undefined;
4668
4668
  })[];
4669
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
4669
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
4670
4670
  path: string;
4671
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
4671
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
4672
+ name?: import("vue-router").RouteRecordNameGeneric;
4673
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
4674
+ path?: undefined;
4672
4675
  query?: import("vue-router").LocationQueryRaw | undefined;
4673
4676
  hash?: string | undefined;
4674
- path: string;
4675
4677
  replace?: boolean | undefined;
4676
4678
  force?: boolean | undefined;
4677
4679
  state?: import("vue-router").HistoryState | undefined;
4678
4680
  } | {
4681
+ path: string;
4679
4682
  query?: import("vue-router").LocationQueryRaw | undefined;
4680
4683
  hash?: string | undefined;
4681
- name?: import("vue-router").RouteRecordName | undefined;
4682
- path?: undefined;
4683
- params?: import("vue-router").RouteParamsRaw | undefined;
4684
4684
  replace?: boolean | undefined;
4685
4685
  force?: boolean | undefined;
4686
4686
  state?: import("vue-router").HistoryState | undefined;
4687
4687
  } | undefined;
4688
4688
  alias?: string | string[] | undefined;
4689
- name?: import("vue-router").RouteRecordName | undefined;
4689
+ name?: import("vue-router").RouteRecordNameGeneric;
4690
4690
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4691
4691
  meta?: import("vue-router").RouteMeta | undefined;
4692
4692
  end?: boolean | undefined;
@@ -4700,10 +4700,10 @@ declare const _default: import("vue").DefineComponent<{
4700
4700
  component?: undefined;
4701
4701
  children?: undefined;
4702
4702
  redirect?: undefined;
4703
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4703
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4704
4704
  path: string;
4705
4705
  alias?: string | string[] | undefined;
4706
- name?: import("vue-router").RouteRecordName | undefined;
4706
+ name?: import("vue-router").RouteRecordNameGeneric;
4707
4707
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4708
4708
  meta?: import("vue-router").RouteMeta | undefined;
4709
4709
  end?: boolean | undefined;
@@ -4834,10 +4834,10 @@ declare const _default: import("vue").DefineComponent<{
4834
4834
  components?: undefined;
4835
4835
  children?: undefined;
4836
4836
  redirect?: undefined;
4837
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
4837
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
4838
4838
  path: string;
4839
4839
  alias?: string | string[] | undefined;
4840
- name?: import("vue-router").RouteRecordName | undefined;
4840
+ name?: import("vue-router").RouteRecordNameGeneric;
4841
4841
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4842
4842
  meta?: import("vue-router").RouteMeta | undefined;
4843
4843
  end?: boolean | undefined;
@@ -4971,10 +4971,10 @@ declare const _default: import("vue").DefineComponent<{
4971
4971
  component?: undefined;
4972
4972
  children?: undefined;
4973
4973
  redirect?: undefined;
4974
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
4974
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
4975
4975
  path: string;
4976
4976
  alias?: string | string[] | undefined;
4977
- name?: import("vue-router").RouteRecordName | undefined;
4977
+ name?: import("vue-router").RouteRecordNameGeneric;
4978
4978
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
4979
4979
  meta?: import("vue-router").RouteMeta | undefined;
4980
4980
  end?: boolean | undefined;
@@ -5105,29 +5105,29 @@ declare const _default: import("vue").DefineComponent<{
5105
5105
  components?: undefined;
5106
5106
  children?: undefined;
5107
5107
  redirect?: undefined;
5108
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5108
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5109
5109
  path: string;
5110
5110
  alias?: string | string[] | undefined;
5111
- name?: import("vue-router").RouteRecordName | undefined;
5111
+ name?: import("vue-router").RouteRecordNameGeneric;
5112
5112
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5113
5113
  meta?: import("vue-router").RouteMeta | undefined;
5114
5114
  end?: boolean | undefined;
5115
5115
  strict?: boolean | undefined;
5116
5116
  sensitive?: boolean | undefined;
5117
5117
  } | any | any | {
5118
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
5118
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
5119
+ name?: import("vue-router").RouteRecordNameGeneric;
5120
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
5121
+ path?: undefined;
5119
5122
  query?: import("vue-router").LocationQueryRaw | undefined;
5120
5123
  hash?: string | undefined;
5121
- path: string;
5122
5124
  replace?: boolean | undefined;
5123
5125
  force?: boolean | undefined;
5124
5126
  state?: import("vue-router").HistoryState | undefined;
5125
5127
  } | {
5128
+ path: string;
5126
5129
  query?: import("vue-router").LocationQueryRaw | undefined;
5127
5130
  hash?: string | undefined;
5128
- name?: import("vue-router").RouteRecordName | undefined;
5129
- path?: undefined;
5130
- params?: import("vue-router").RouteParamsRaw | undefined;
5131
5131
  replace?: boolean | undefined;
5132
5132
  force?: boolean | undefined;
5133
5133
  state?: import("vue-router").HistoryState | undefined;
@@ -5137,7 +5137,7 @@ declare const _default: import("vue").DefineComponent<{
5137
5137
  props?: undefined;
5138
5138
  path: string;
5139
5139
  alias?: string | string[] | undefined;
5140
- name?: import("vue-router").RouteRecordName | undefined;
5140
+ name?: import("vue-router").RouteRecordNameGeneric;
5141
5141
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5142
5142
  meta?: import("vue-router").RouteMeta | undefined;
5143
5143
  children?: ({
@@ -5145,10 +5145,10 @@ declare const _default: import("vue").DefineComponent<{
5145
5145
  component?: undefined;
5146
5146
  children?: undefined;
5147
5147
  redirect?: undefined;
5148
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
5148
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
5149
5149
  path: string;
5150
5150
  alias?: string | string[] | undefined;
5151
- name?: import("vue-router").RouteRecordName | undefined;
5151
+ name?: import("vue-router").RouteRecordNameGeneric;
5152
5152
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5153
5153
  meta?: import("vue-router").RouteMeta | undefined;
5154
5154
  end?: boolean | undefined;
@@ -5279,10 +5279,10 @@ declare const _default: import("vue").DefineComponent<{
5279
5279
  components?: undefined;
5280
5280
  children?: undefined;
5281
5281
  redirect?: undefined;
5282
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5282
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5283
5283
  path: string;
5284
5284
  alias?: string | string[] | undefined;
5285
- name?: import("vue-router").RouteRecordName | undefined;
5285
+ name?: import("vue-router").RouteRecordNameGeneric;
5286
5286
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5287
5287
  meta?: import("vue-router").RouteMeta | undefined;
5288
5288
  end?: boolean | undefined;
@@ -5293,46 +5293,46 @@ declare const _default: import("vue").DefineComponent<{
5293
5293
  strict?: boolean | undefined;
5294
5294
  sensitive?: boolean | undefined;
5295
5295
  })[];
5296
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5296
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5297
5297
  path: string;
5298
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
5298
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
5299
+ name?: import("vue-router").RouteRecordNameGeneric;
5300
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
5301
+ path?: undefined;
5299
5302
  query?: import("vue-router").LocationQueryRaw | undefined;
5300
5303
  hash?: string | undefined;
5301
- path: string;
5302
5304
  replace?: boolean | undefined;
5303
5305
  force?: boolean | undefined;
5304
5306
  state?: import("vue-router").HistoryState | undefined;
5305
5307
  } | {
5308
+ path: string;
5306
5309
  query?: import("vue-router").LocationQueryRaw | undefined;
5307
5310
  hash?: string | undefined;
5308
- name?: import("vue-router").RouteRecordName | undefined;
5309
- path?: undefined;
5310
- params?: import("vue-router").RouteParamsRaw | undefined;
5311
5311
  replace?: boolean | undefined;
5312
5312
  force?: boolean | undefined;
5313
5313
  state?: import("vue-router").HistoryState | undefined;
5314
5314
  } | undefined;
5315
5315
  alias?: string | string[] | undefined;
5316
- name?: import("vue-router").RouteRecordName | undefined;
5316
+ name?: import("vue-router").RouteRecordNameGeneric;
5317
5317
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5318
5318
  meta?: import("vue-router").RouteMeta | undefined;
5319
5319
  end?: boolean | undefined;
5320
5320
  strict?: boolean | undefined;
5321
5321
  sensitive?: boolean | undefined;
5322
5322
  } | any | {
5323
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
5323
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
5324
+ name?: import("vue-router").RouteRecordNameGeneric;
5325
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
5326
+ path?: undefined;
5324
5327
  query?: import("vue-router").LocationQueryRaw | undefined;
5325
5328
  hash?: string | undefined;
5326
- path: string;
5327
5329
  replace?: boolean | undefined;
5328
5330
  force?: boolean | undefined;
5329
5331
  state?: import("vue-router").HistoryState | undefined;
5330
5332
  } | {
5333
+ path: string;
5331
5334
  query?: import("vue-router").LocationQueryRaw | undefined;
5332
5335
  hash?: string | undefined;
5333
- name?: import("vue-router").RouteRecordName | undefined;
5334
- path?: undefined;
5335
- params?: import("vue-router").RouteParamsRaw | undefined;
5336
5336
  replace?: boolean | undefined;
5337
5337
  force?: boolean | undefined;
5338
5338
  state?: import("vue-router").HistoryState | undefined;
@@ -5342,7 +5342,7 @@ declare const _default: import("vue").DefineComponent<{
5342
5342
  props?: undefined;
5343
5343
  path: string;
5344
5344
  alias?: string | string[] | undefined;
5345
- name?: import("vue-router").RouteRecordName | undefined;
5345
+ name?: import("vue-router").RouteRecordNameGeneric;
5346
5346
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5347
5347
  meta?: import("vue-router").RouteMeta | undefined;
5348
5348
  children?: ({
@@ -5350,10 +5350,10 @@ declare const _default: import("vue").DefineComponent<{
5350
5350
  component?: undefined;
5351
5351
  children?: undefined;
5352
5352
  redirect?: undefined;
5353
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
5353
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
5354
5354
  path: string;
5355
5355
  alias?: string | string[] | undefined;
5356
- name?: import("vue-router").RouteRecordName | undefined;
5356
+ name?: import("vue-router").RouteRecordNameGeneric;
5357
5357
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5358
5358
  meta?: import("vue-router").RouteMeta | undefined;
5359
5359
  end?: boolean | undefined;
@@ -5484,10 +5484,10 @@ declare const _default: import("vue").DefineComponent<{
5484
5484
  components?: undefined;
5485
5485
  children?: undefined;
5486
5486
  redirect?: undefined;
5487
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5487
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5488
5488
  path: string;
5489
5489
  alias?: string | string[] | undefined;
5490
- name?: import("vue-router").RouteRecordName | undefined;
5490
+ name?: import("vue-router").RouteRecordNameGeneric;
5491
5491
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5492
5492
  meta?: import("vue-router").RouteMeta | undefined;
5493
5493
  end?: boolean | undefined;
@@ -5621,10 +5621,10 @@ declare const _default: import("vue").DefineComponent<{
5621
5621
  component?: undefined;
5622
5622
  children?: undefined;
5623
5623
  redirect?: undefined;
5624
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
5624
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
5625
5625
  path: string;
5626
5626
  alias?: string | string[] | undefined;
5627
- name?: import("vue-router").RouteRecordName | undefined;
5627
+ name?: import("vue-router").RouteRecordNameGeneric;
5628
5628
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5629
5629
  meta?: import("vue-router").RouteMeta | undefined;
5630
5630
  end?: boolean | undefined;
@@ -5755,37 +5755,37 @@ declare const _default: import("vue").DefineComponent<{
5755
5755
  components?: undefined;
5756
5756
  children?: undefined;
5757
5757
  redirect?: undefined;
5758
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5758
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5759
5759
  path: string;
5760
5760
  alias?: string | string[] | undefined;
5761
- name?: import("vue-router").RouteRecordName | undefined;
5761
+ name?: import("vue-router").RouteRecordNameGeneric;
5762
5762
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5763
5763
  meta?: import("vue-router").RouteMeta | undefined;
5764
5764
  end?: boolean | undefined;
5765
5765
  strict?: boolean | undefined;
5766
5766
  sensitive?: boolean | undefined;
5767
5767
  } | any | any | any)[];
5768
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5768
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5769
5769
  path: string;
5770
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
5770
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
5771
+ name?: import("vue-router").RouteRecordNameGeneric;
5772
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
5773
+ path?: undefined;
5771
5774
  query?: import("vue-router").LocationQueryRaw | undefined;
5772
5775
  hash?: string | undefined;
5773
- path: string;
5774
5776
  replace?: boolean | undefined;
5775
5777
  force?: boolean | undefined;
5776
5778
  state?: import("vue-router").HistoryState | undefined;
5777
5779
  } | {
5780
+ path: string;
5778
5781
  query?: import("vue-router").LocationQueryRaw | undefined;
5779
5782
  hash?: string | undefined;
5780
- name?: import("vue-router").RouteRecordName | undefined;
5781
- path?: undefined;
5782
- params?: import("vue-router").RouteParamsRaw | undefined;
5783
5783
  replace?: boolean | undefined;
5784
5784
  force?: boolean | undefined;
5785
5785
  state?: import("vue-router").HistoryState | undefined;
5786
5786
  } | undefined;
5787
5787
  alias?: string | string[] | undefined;
5788
- name?: import("vue-router").RouteRecordName | undefined;
5788
+ name?: import("vue-router").RouteRecordNameGeneric;
5789
5789
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5790
5790
  meta?: import("vue-router").RouteMeta | undefined;
5791
5791
  end?: boolean | undefined;
@@ -5796,46 +5796,46 @@ declare const _default: import("vue").DefineComponent<{
5796
5796
  strict?: boolean | undefined;
5797
5797
  sensitive?: boolean | undefined;
5798
5798
  })[];
5799
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
5799
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
5800
5800
  path: string;
5801
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
5801
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
5802
+ name?: import("vue-router").RouteRecordNameGeneric;
5803
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
5804
+ path?: undefined;
5802
5805
  query?: import("vue-router").LocationQueryRaw | undefined;
5803
5806
  hash?: string | undefined;
5804
- path: string;
5805
5807
  replace?: boolean | undefined;
5806
5808
  force?: boolean | undefined;
5807
5809
  state?: import("vue-router").HistoryState | undefined;
5808
5810
  } | {
5811
+ path: string;
5809
5812
  query?: import("vue-router").LocationQueryRaw | undefined;
5810
5813
  hash?: string | undefined;
5811
- name?: import("vue-router").RouteRecordName | undefined;
5812
- path?: undefined;
5813
- params?: import("vue-router").RouteParamsRaw | undefined;
5814
5814
  replace?: boolean | undefined;
5815
5815
  force?: boolean | undefined;
5816
5816
  state?: import("vue-router").HistoryState | undefined;
5817
5817
  } | undefined;
5818
5818
  alias?: string | string[] | undefined;
5819
- name?: import("vue-router").RouteRecordName | undefined;
5819
+ name?: import("vue-router").RouteRecordNameGeneric;
5820
5820
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5821
5821
  meta?: import("vue-router").RouteMeta | undefined;
5822
5822
  end?: boolean | undefined;
5823
5823
  strict?: boolean | undefined;
5824
5824
  sensitive?: boolean | undefined;
5825
5825
  } | {
5826
- redirect: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
5826
+ redirect: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
5827
+ name?: import("vue-router").RouteRecordNameGeneric;
5828
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
5829
+ path?: undefined;
5827
5830
  query?: import("vue-router").LocationQueryRaw | undefined;
5828
5831
  hash?: string | undefined;
5829
- path: string;
5830
5832
  replace?: boolean | undefined;
5831
5833
  force?: boolean | undefined;
5832
5834
  state?: import("vue-router").HistoryState | undefined;
5833
5835
  } | {
5836
+ path: string;
5834
5837
  query?: import("vue-router").LocationQueryRaw | undefined;
5835
5838
  hash?: string | undefined;
5836
- name?: import("vue-router").RouteRecordName | undefined;
5837
- path?: undefined;
5838
- params?: import("vue-router").RouteParamsRaw | undefined;
5839
5839
  replace?: boolean | undefined;
5840
5840
  force?: boolean | undefined;
5841
5841
  state?: import("vue-router").HistoryState | undefined;
@@ -5845,7 +5845,7 @@ declare const _default: import("vue").DefineComponent<{
5845
5845
  props?: undefined;
5846
5846
  path: string;
5847
5847
  alias?: string | string[] | undefined;
5848
- name?: import("vue-router").RouteRecordName | undefined;
5848
+ name?: import("vue-router").RouteRecordNameGeneric;
5849
5849
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5850
5850
  meta?: import("vue-router").RouteMeta | undefined;
5851
5851
  children?: ({
@@ -5853,10 +5853,10 @@ declare const _default: import("vue").DefineComponent<{
5853
5853
  component?: undefined;
5854
5854
  children?: undefined;
5855
5855
  redirect?: undefined;
5856
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
5856
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
5857
5857
  path: string;
5858
5858
  alias?: string | string[] | undefined;
5859
- name?: import("vue-router").RouteRecordName | undefined;
5859
+ name?: import("vue-router").RouteRecordNameGeneric;
5860
5860
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5861
5861
  meta?: import("vue-router").RouteMeta | undefined;
5862
5862
  end?: boolean | undefined;
@@ -5987,10 +5987,10 @@ declare const _default: import("vue").DefineComponent<{
5987
5987
  components?: undefined;
5988
5988
  children?: undefined;
5989
5989
  redirect?: undefined;
5990
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
5990
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
5991
5991
  path: string;
5992
5992
  alias?: string | string[] | undefined;
5993
- name?: import("vue-router").RouteRecordName | undefined;
5993
+ name?: import("vue-router").RouteRecordNameGeneric;
5994
5994
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
5995
5995
  meta?: import("vue-router").RouteMeta | undefined;
5996
5996
  end?: boolean | undefined;
@@ -6124,10 +6124,10 @@ declare const _default: import("vue").DefineComponent<{
6124
6124
  component?: undefined;
6125
6125
  children?: undefined;
6126
6126
  redirect?: undefined;
6127
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
6127
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
6128
6128
  path: string;
6129
6129
  alias?: string | string[] | undefined;
6130
- name?: import("vue-router").RouteRecordName | undefined;
6130
+ name?: import("vue-router").RouteRecordNameGeneric;
6131
6131
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6132
6132
  meta?: import("vue-router").RouteMeta | undefined;
6133
6133
  end?: boolean | undefined;
@@ -6258,10 +6258,10 @@ declare const _default: import("vue").DefineComponent<{
6258
6258
  components?: undefined;
6259
6259
  children?: undefined;
6260
6260
  redirect?: undefined;
6261
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
6261
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
6262
6262
  path: string;
6263
6263
  alias?: string | string[] | undefined;
6264
- name?: import("vue-router").RouteRecordName | undefined;
6264
+ name?: import("vue-router").RouteRecordNameGeneric;
6265
6265
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6266
6266
  meta?: import("vue-router").RouteMeta | undefined;
6267
6267
  end?: boolean | undefined;
@@ -6275,10 +6275,10 @@ declare const _default: import("vue").DefineComponent<{
6275
6275
  component?: undefined;
6276
6276
  children?: undefined;
6277
6277
  redirect?: undefined;
6278
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
6278
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
6279
6279
  path: string;
6280
6280
  alias?: string | string[] | undefined;
6281
- name?: import("vue-router").RouteRecordName | undefined;
6281
+ name?: import("vue-router").RouteRecordNameGeneric;
6282
6282
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6283
6283
  meta?: import("vue-router").RouteMeta | undefined;
6284
6284
  end?: boolean | undefined;
@@ -6409,64 +6409,64 @@ declare const _default: import("vue").DefineComponent<{
6409
6409
  components?: undefined;
6410
6410
  children?: undefined;
6411
6411
  redirect?: undefined;
6412
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
6412
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
6413
6413
  path: string;
6414
6414
  alias?: string | string[] | undefined;
6415
- name?: import("vue-router").RouteRecordName | undefined;
6415
+ name?: import("vue-router").RouteRecordNameGeneric;
6416
6416
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6417
6417
  meta?: import("vue-router").RouteMeta | undefined;
6418
6418
  end?: boolean | undefined;
6419
6419
  strict?: boolean | undefined;
6420
6420
  sensitive?: boolean | undefined;
6421
6421
  } | any | any | any)[];
6422
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
6422
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
6423
6423
  path: string;
6424
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
6424
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
6425
+ name?: import("vue-router").RouteRecordNameGeneric;
6426
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
6427
+ path?: undefined;
6425
6428
  query?: import("vue-router").LocationQueryRaw | undefined;
6426
6429
  hash?: string | undefined;
6427
- path: string;
6428
6430
  replace?: boolean | undefined;
6429
6431
  force?: boolean | undefined;
6430
6432
  state?: import("vue-router").HistoryState | undefined;
6431
6433
  } | {
6434
+ path: string;
6432
6435
  query?: import("vue-router").LocationQueryRaw | undefined;
6433
6436
  hash?: string | undefined;
6434
- name?: import("vue-router").RouteRecordName | undefined;
6435
- path?: undefined;
6436
- params?: import("vue-router").RouteParamsRaw | undefined;
6437
6437
  replace?: boolean | undefined;
6438
6438
  force?: boolean | undefined;
6439
6439
  state?: import("vue-router").HistoryState | undefined;
6440
6440
  } | undefined;
6441
6441
  alias?: string | string[] | undefined;
6442
- name?: import("vue-router").RouteRecordName | undefined;
6442
+ name?: import("vue-router").RouteRecordNameGeneric;
6443
6443
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6444
6444
  meta?: import("vue-router").RouteMeta | undefined;
6445
6445
  end?: boolean | undefined;
6446
6446
  strict?: boolean | undefined;
6447
6447
  sensitive?: boolean | undefined;
6448
6448
  } | any)[];
6449
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
6449
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
6450
6450
  path: string;
6451
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
6451
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
6452
+ name?: import("vue-router").RouteRecordNameGeneric;
6453
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
6454
+ path?: undefined;
6452
6455
  query?: import("vue-router").LocationQueryRaw | undefined;
6453
6456
  hash?: string | undefined;
6454
- path: string;
6455
6457
  replace?: boolean | undefined;
6456
6458
  force?: boolean | undefined;
6457
6459
  state?: import("vue-router").HistoryState | undefined;
6458
6460
  } | {
6461
+ path: string;
6459
6462
  query?: import("vue-router").LocationQueryRaw | undefined;
6460
6463
  hash?: string | undefined;
6461
- name?: import("vue-router").RouteRecordName | undefined;
6462
- path?: undefined;
6463
- params?: import("vue-router").RouteParamsRaw | undefined;
6464
6464
  replace?: boolean | undefined;
6465
6465
  force?: boolean | undefined;
6466
6466
  state?: import("vue-router").HistoryState | undefined;
6467
6467
  } | undefined;
6468
6468
  alias?: string | string[] | undefined;
6469
- name?: import("vue-router").RouteRecordName | undefined;
6469
+ name?: import("vue-router").RouteRecordNameGeneric;
6470
6470
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6471
6471
  meta?: import("vue-router").RouteMeta | undefined;
6472
6472
  end?: boolean | undefined;
@@ -6480,10 +6480,10 @@ declare const _default: import("vue").DefineComponent<{
6480
6480
  component?: undefined;
6481
6481
  children?: undefined;
6482
6482
  redirect?: undefined;
6483
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
6483
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
6484
6484
  path: string;
6485
6485
  alias?: string | string[] | undefined;
6486
- name?: import("vue-router").RouteRecordName | undefined;
6486
+ name?: import("vue-router").RouteRecordNameGeneric;
6487
6487
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6488
6488
  meta?: import("vue-router").RouteMeta | undefined;
6489
6489
  end?: boolean | undefined;
@@ -6614,10 +6614,10 @@ declare const _default: import("vue").DefineComponent<{
6614
6614
  components?: undefined;
6615
6615
  children?: undefined;
6616
6616
  redirect?: undefined;
6617
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
6617
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
6618
6618
  path: string;
6619
6619
  alias?: string | string[] | undefined;
6620
- name?: import("vue-router").RouteRecordName | undefined;
6620
+ name?: import("vue-router").RouteRecordNameGeneric;
6621
6621
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6622
6622
  meta?: import("vue-router").RouteMeta | undefined;
6623
6623
  end?: boolean | undefined;
@@ -6751,10 +6751,10 @@ declare const _default: import("vue").DefineComponent<{
6751
6751
  component?: undefined;
6752
6752
  children?: undefined;
6753
6753
  redirect?: undefined;
6754
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
6754
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
6755
6755
  path: string;
6756
6756
  alias?: string | string[] | undefined;
6757
- name?: import("vue-router").RouteRecordName | undefined;
6757
+ name?: import("vue-router").RouteRecordNameGeneric;
6758
6758
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6759
6759
  meta?: import("vue-router").RouteMeta | undefined;
6760
6760
  end?: boolean | undefined;
@@ -6885,64 +6885,64 @@ declare const _default: import("vue").DefineComponent<{
6885
6885
  components?: undefined;
6886
6886
  children?: undefined;
6887
6887
  redirect?: undefined;
6888
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
6888
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
6889
6889
  path: string;
6890
6890
  alias?: string | string[] | undefined;
6891
- name?: import("vue-router").RouteRecordName | undefined;
6891
+ name?: import("vue-router").RouteRecordNameGeneric;
6892
6892
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6893
6893
  meta?: import("vue-router").RouteMeta | undefined;
6894
6894
  end?: boolean | undefined;
6895
6895
  strict?: boolean | undefined;
6896
6896
  sensitive?: boolean | undefined;
6897
6897
  } | any | any | any)[];
6898
- props?: (boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)) | undefined;
6898
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
6899
6899
  path: string;
6900
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
6900
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
6901
+ name?: import("vue-router").RouteRecordNameGeneric;
6902
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
6903
+ path?: undefined;
6901
6904
  query?: import("vue-router").LocationQueryRaw | undefined;
6902
6905
  hash?: string | undefined;
6903
- path: string;
6904
6906
  replace?: boolean | undefined;
6905
6907
  force?: boolean | undefined;
6906
6908
  state?: import("vue-router").HistoryState | undefined;
6907
6909
  } | {
6910
+ path: string;
6908
6911
  query?: import("vue-router").LocationQueryRaw | undefined;
6909
6912
  hash?: string | undefined;
6910
- name?: import("vue-router").RouteRecordName | undefined;
6911
- path?: undefined;
6912
- params?: import("vue-router").RouteParamsRaw | undefined;
6913
6913
  replace?: boolean | undefined;
6914
6914
  force?: boolean | undefined;
6915
6915
  state?: import("vue-router").HistoryState | undefined;
6916
6916
  } | undefined;
6917
6917
  alias?: string | string[] | undefined;
6918
- name?: import("vue-router").RouteRecordName | undefined;
6918
+ name?: import("vue-router").RouteRecordNameGeneric;
6919
6919
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6920
6920
  meta?: import("vue-router").RouteMeta | undefined;
6921
6921
  end?: boolean | undefined;
6922
6922
  strict?: boolean | undefined;
6923
6923
  sensitive?: boolean | undefined;
6924
6924
  } | any | any)[];
6925
- props?: boolean | Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)> | undefined;
6925
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
6926
6926
  path: string;
6927
- redirect?: string | ((to: RouteLocation) => import("vue-router").RouteLocationRaw) | {
6927
+ redirect?: string | ((to: import("vue-router").RouteLocationGeneric) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | {
6928
+ name?: import("vue-router").RouteRecordNameGeneric;
6929
+ params?: import("vue-router").RouteParamsRawGeneric | undefined;
6930
+ path?: undefined;
6928
6931
  query?: import("vue-router").LocationQueryRaw | undefined;
6929
6932
  hash?: string | undefined;
6930
- path: string;
6931
6933
  replace?: boolean | undefined;
6932
6934
  force?: boolean | undefined;
6933
6935
  state?: import("vue-router").HistoryState | undefined;
6934
6936
  } | {
6937
+ path: string;
6935
6938
  query?: import("vue-router").LocationQueryRaw | undefined;
6936
6939
  hash?: string | undefined;
6937
- name?: import("vue-router").RouteRecordName | undefined;
6938
- path?: undefined;
6939
- params?: import("vue-router").RouteParamsRaw | undefined;
6940
6940
  replace?: boolean | undefined;
6941
6941
  force?: boolean | undefined;
6942
6942
  state?: import("vue-router").HistoryState | undefined;
6943
6943
  } | undefined;
6944
6944
  alias?: string | string[] | undefined;
6945
- name?: import("vue-router").RouteRecordName | undefined;
6945
+ name?: import("vue-router").RouteRecordNameGeneric;
6946
6946
  beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6947
6947
  meta?: import("vue-router").RouteMeta | undefined;
6948
6948
  end?: boolean | undefined;
@@ -6954,11 +6954,11 @@ declare const _default: import("vue").DefineComponent<{
6954
6954
  sensitive?: boolean | undefined;
6955
6955
  })[];
6956
6956
  meta: import("vue-router").RouteMeta;
6957
- props: Record<string, boolean | Record<string, any> | ((to: import("vue-router").RouteLocationNormalized) => Record<string, any>)>;
6957
+ props: Record<string, import("vue-router")._RouteRecordProps<string | symbol>>;
6958
6958
  beforeEnter: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
6959
6959
  leaveGuards: Set<import("vue-router").NavigationGuard>;
6960
6960
  updateGuards: Set<import("vue-router").NavigationGuard>;
6961
- enterCallbacks: Record<string, ((vm: import("vue").ComponentPublicInstance) => unknown)[]>;
6961
+ enterCallbacks: Record<string, import("vue-router").NavigationGuardNextCallback[]>;
6962
6962
  instances: Record<string, import("vue").ComponentPublicInstance | null | undefined>;
6963
6963
  aliasOf: any | undefined;
6964
6964
  }[];
@@ -6966,10 +6966,10 @@ declare const _default: import("vue").DefineComponent<{
6966
6966
  query: import("vue-router").LocationQuery;
6967
6967
  hash: string;
6968
6968
  redirectedFrom: any | undefined;
6969
- name: import("vue-router").RouteRecordName | null | undefined;
6969
+ name: import("vue-router").RouteRecordNameGeneric | null;
6970
6970
  meta: import("vue-router").RouteMeta;
6971
6971
  path: string;
6972
- params: import("vue-router").RouteParams;
6972
+ params: import("vue-router").RouteParamsGeneric;
6973
6973
  } | undefined;
6974
6974
  } | undefined;
6975
6975
  goingToSameRoute(to?: RouteLocation): boolean;