@chewel611/naive-ui-plus 0.0.19 → 0.0.21

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.
Files changed (153) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.js +804 -676
  3. package/dist/index.umd.cjs +1 -1
  4. package/dist/style.css +1 -1
  5. package/es/application/PApplication.vue.js +16 -16
  6. package/es/application/index.d.ts +1 -2
  7. package/es/application/index.js +4 -4
  8. package/es/components.d.ts +9 -5
  9. package/es/components.js +20 -9
  10. package/es/error/P403.css +1 -0
  11. package/es/error/P403.d.ts +2 -0
  12. package/es/error/P403.vue.js +19 -0
  13. package/es/error/P404.css +1 -0
  14. package/es/error/P404.d.ts +2 -0
  15. package/es/error/P404.vue.js +19 -0
  16. package/es/error/P500.css +1 -0
  17. package/es/error/P500.d.ts +2 -0
  18. package/es/error/P500.vue.js +19 -0
  19. package/es/error/index.d.ts +39 -0
  20. package/es/error/index.js +10 -0
  21. package/es/iframe/PIframe.css +1 -0
  22. package/es/iframe/PIframe.d.ts +4 -0
  23. package/es/iframe/PIframe.vue.js +7 -0
  24. package/es/iframe/PIframe.vue2.js +46 -0
  25. package/es/iframe/index.d.ts +15 -0
  26. package/es/iframe/index.js +6 -0
  27. package/es/index.d.ts +5 -1
  28. package/es/index.js +34 -21
  29. package/es/languages/PLanguage.vue.js +28 -28
  30. package/es/languages/index.d.ts +3 -4
  31. package/es/languages/index.js +4 -5
  32. package/es/languages/store.d.ts +1 -1
  33. package/es/languages/store.js +1 -1
  34. package/es/layout/PEmptyLayout.d.ts +2 -0
  35. package/es/layout/PEmptyLayout.vue.js +11 -0
  36. package/es/layout/PLayout.css +1 -1
  37. package/es/layout/PLayout.vue.js +1 -1
  38. package/es/layout/PLayout.vue2.js +6 -6
  39. package/es/layout/content/PContent.vue.js +10 -10
  40. package/es/layout/content/PTabs.css +1 -1
  41. package/es/layout/content/PTabs.vue.js +2 -2
  42. package/es/layout/content/PTabs.vue2.js +60 -57
  43. package/es/layout/header/PHeader.css +1 -1
  44. package/es/layout/header/PHeader.vue.js +2 -2
  45. package/es/layout/header/PHeader.vue2.js +10 -17
  46. package/es/layout/index.d.ts +16 -3
  47. package/es/layout/index.js +6 -4
  48. package/es/layout/sider/PLogo.css +1 -1
  49. package/es/layout/sider/PLogo.vue.js +2 -2
  50. package/es/layout/sider/PLogo.vue2.js +5 -5
  51. package/es/layout/sider/PMenus.vue.js +5 -5
  52. package/es/layout/{layout.d.ts → store.d.ts} +236 -251
  53. package/es/layout/{layout.js → store.js} +1 -1
  54. package/es/layout/typing.d.ts +25 -0
  55. package/es/modal/PModal.d.ts +87 -59
  56. package/es/modal/PModal.vue.js +37 -38
  57. package/es/modal/index.d.ts +47 -33
  58. package/es/modal/index.js +4 -4
  59. package/es/modal/typing.d.ts +2 -2
  60. package/es/oidc/POidc.css +1 -0
  61. package/es/oidc/POidc.d.ts +2 -0
  62. package/es/oidc/POidc.vue.js +7 -0
  63. package/es/oidc/POidc.vue2.js +25 -0
  64. package/es/oidc/index.d.ts +15 -0
  65. package/es/oidc/index.js +6 -0
  66. package/es/oidc/store.d.ts +17 -0
  67. package/es/oidc/store.js +24 -0
  68. package/es/oidc/typing.d.ts +5 -0
  69. package/es/redirect/PRedirect.d.ts +2 -0
  70. package/es/redirect/PRedirect.vue.js +19 -0
  71. package/es/redirect/PRedirect.vue2.js +4 -0
  72. package/es/redirect/index.d.ts +13 -0
  73. package/es/redirect/index.js +6 -0
  74. package/es/table/PTable.vue.js +114 -121
  75. package/es/table/index.d.ts +2 -2
  76. package/es/table/index.js +4 -4
  77. package/es/table/typing.d.ts +8 -8
  78. package/lib/application/PApplication.vue.cjs +1 -1
  79. package/lib/application/index.cjs +1 -1
  80. package/lib/application/index.d.ts +1 -2
  81. package/lib/components.cjs +1 -1
  82. package/lib/components.d.ts +9 -5
  83. package/lib/error/P403.css +1 -0
  84. package/lib/error/P403.d.ts +2 -0
  85. package/lib/error/P403.vue.cjs +1 -0
  86. package/lib/error/P404.css +1 -0
  87. package/lib/error/P404.d.ts +2 -0
  88. package/lib/error/P404.vue.cjs +1 -0
  89. package/lib/error/P500.css +1 -0
  90. package/lib/error/P500.d.ts +2 -0
  91. package/lib/error/P500.vue.cjs +1 -0
  92. package/lib/error/index.cjs +1 -0
  93. package/lib/error/index.d.ts +39 -0
  94. package/lib/iframe/PIframe.css +1 -0
  95. package/lib/iframe/PIframe.d.ts +4 -0
  96. package/lib/iframe/PIframe.vue.cjs +1 -0
  97. package/lib/iframe/PIframe.vue2.cjs +1 -0
  98. package/lib/iframe/index.cjs +1 -0
  99. package/lib/iframe/index.d.ts +15 -0
  100. package/lib/index.cjs +1 -1
  101. package/lib/index.d.ts +5 -1
  102. package/lib/languages/PLanguage.vue.cjs +1 -1
  103. package/lib/languages/index.cjs +1 -1
  104. package/lib/languages/index.d.ts +3 -4
  105. package/lib/languages/store.cjs +1 -1
  106. package/lib/languages/store.d.ts +1 -1
  107. package/lib/layout/PEmptyLayout.d.ts +2 -0
  108. package/lib/layout/PEmptyLayout.vue.cjs +1 -0
  109. package/lib/layout/PLayout.css +1 -1
  110. package/lib/layout/PLayout.vue.cjs +1 -1
  111. package/lib/layout/PLayout.vue2.cjs +1 -1
  112. package/lib/layout/content/PContent.vue.cjs +1 -1
  113. package/lib/layout/content/PTabs.css +1 -1
  114. package/lib/layout/content/PTabs.vue.cjs +1 -1
  115. package/lib/layout/content/PTabs.vue2.cjs +1 -1
  116. package/lib/layout/header/PHeader.css +1 -1
  117. package/lib/layout/header/PHeader.vue.cjs +1 -1
  118. package/lib/layout/header/PHeader.vue2.cjs +1 -1
  119. package/lib/layout/index.cjs +1 -1
  120. package/lib/layout/index.d.ts +16 -3
  121. package/lib/layout/sider/PLogo.css +1 -1
  122. package/lib/layout/sider/PLogo.vue.cjs +1 -1
  123. package/lib/layout/sider/PLogo.vue2.cjs +1 -1
  124. package/lib/layout/sider/PMenus.vue.cjs +1 -1
  125. package/lib/layout/{layout.cjs → store.cjs} +1 -1
  126. package/lib/layout/{layout.d.ts → store.d.ts} +236 -251
  127. package/lib/layout/typing.d.ts +25 -0
  128. package/lib/modal/PModal.d.ts +87 -59
  129. package/lib/modal/PModal.vue.cjs +1 -1
  130. package/lib/modal/index.cjs +1 -1
  131. package/lib/modal/index.d.ts +47 -33
  132. package/lib/modal/typing.d.ts +2 -2
  133. package/lib/oidc/POidc.css +1 -0
  134. package/lib/oidc/POidc.d.ts +2 -0
  135. package/lib/oidc/POidc.vue.cjs +1 -0
  136. package/lib/oidc/POidc.vue2.cjs +1 -0
  137. package/lib/oidc/index.cjs +1 -0
  138. package/lib/oidc/index.d.ts +15 -0
  139. package/lib/oidc/store.cjs +1 -0
  140. package/lib/oidc/store.d.ts +17 -0
  141. package/lib/oidc/typing.d.ts +5 -0
  142. package/lib/redirect/PRedirect.d.ts +2 -0
  143. package/lib/redirect/PRedirect.vue.cjs +1 -0
  144. package/lib/redirect/PRedirect.vue2.cjs +1 -0
  145. package/lib/redirect/index.cjs +1 -0
  146. package/lib/redirect/index.d.ts +13 -0
  147. package/lib/table/PTable.vue.cjs +1 -1
  148. package/lib/table/index.cjs +1 -1
  149. package/lib/table/index.d.ts +2 -2
  150. package/lib/table/typing.d.ts +8 -8
  151. package/package.json +21 -24
  152. package/es/typing.d.ts +0 -5
  153. package/lib/typing.d.ts +0 -5
@@ -1,29 +1,5 @@
1
- import { RouteLocationNormalized } from 'vue-router';
2
- export type RouteItem = Partial<RouteLocationNormalized> & {
3
- fullPath: string;
4
- path: string;
5
- name: string;
6
- hash: string;
7
- meta: object;
8
- params: object;
9
- query: object;
10
- };
11
- export interface PLayoutState {
12
- title: string;
13
- logo: string;
14
- uid: string;
15
- uname: string;
16
- avatar: string;
17
- collapsed: boolean;
18
- tabs: RouteItem[];
19
- cacheTabs: boolean;
20
- settingPages?: {
21
- route: string;
22
- title: string;
23
- }[];
24
- logout?: () => Promise<void>;
25
- }
26
- export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout", Pick<{
1
+ import { RouteItem } from './typing';
2
+ export declare const useLayoutStore: import('pinia').StoreDefinition<"p-layout", Pick<{
27
3
  state: {
28
4
  title: string;
29
5
  logo: string;
@@ -33,10 +9,9 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
33
9
  collapsed: boolean;
34
10
  tabs: {
35
11
  name: string;
36
- params: import('vue-router').RouteParamsGeneric & object;
37
12
  matched?: {
38
13
  path: import('vue-router')._RouteRecordBase["path"];
39
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
14
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
40
15
  name?: import('vue-router').RouteRecordNameGeneric;
41
16
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
42
17
  path?: undefined | undefined;
@@ -92,7 +67,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
92
67
  template?: string | object | undefined;
93
68
  render?: Function | undefined;
94
69
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
95
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
70
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
96
71
  inheritAttrs?: boolean | undefined;
97
72
  emits?: any;
98
73
  slots?: {} | undefined;
@@ -227,7 +202,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
227
202
  template?: string | object | undefined;
228
203
  render?: Function | undefined;
229
204
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
230
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
205
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
231
206
  inheritAttrs?: boolean | undefined;
232
207
  emits?: any;
233
208
  slots?: {} | undefined;
@@ -365,7 +340,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
365
340
  template?: string | object | undefined;
366
341
  render?: Function | undefined;
367
342
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
368
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
343
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
369
344
  inheritAttrs?: boolean | undefined;
370
345
  emits?: any;
371
346
  slots?: {} | undefined;
@@ -517,7 +492,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
517
492
  template?: string | object | undefined;
518
493
  render?: Function | undefined;
519
494
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
520
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
495
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
521
496
  inheritAttrs?: boolean | undefined;
522
497
  emits?: any;
523
498
  slots?: {} | undefined;
@@ -631,7 +606,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
631
606
  sensitive?: boolean | undefined;
632
607
  strict?: boolean | undefined;
633
608
  } | any | any | {
634
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
609
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
635
610
  name?: import('vue-router').RouteRecordNameGeneric;
636
611
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
637
612
  path?: undefined | undefined;
@@ -692,7 +667,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
692
667
  template?: string | object | undefined;
693
668
  render?: Function | undefined;
694
669
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
695
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
670
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
696
671
  inheritAttrs?: boolean | undefined;
697
672
  emits?: any;
698
673
  slots?: {} | undefined;
@@ -812,7 +787,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
812
787
  })[];
813
788
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
814
789
  path: string;
815
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
790
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
816
791
  name?: import('vue-router').RouteRecordNameGeneric;
817
792
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
818
793
  path?: undefined | undefined;
@@ -837,7 +812,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
837
812
  sensitive?: boolean | undefined;
838
813
  strict?: boolean | undefined;
839
814
  } | {
840
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
815
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
841
816
  name?: import('vue-router').RouteRecordNameGeneric;
842
817
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
843
818
  path?: undefined | undefined;
@@ -898,7 +873,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
898
873
  template?: string | object | undefined;
899
874
  render?: Function | undefined;
900
875
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
901
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
876
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
902
877
  inheritAttrs?: boolean | undefined;
903
878
  emits?: any;
904
879
  slots?: {} | undefined;
@@ -1050,7 +1025,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1050
1025
  template?: string | object | undefined;
1051
1026
  render?: Function | undefined;
1052
1027
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
1053
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
1028
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
1054
1029
  inheritAttrs?: boolean | undefined;
1055
1030
  emits?: any;
1056
1031
  slots?: {} | undefined;
@@ -1166,7 +1141,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1166
1141
  } | any | any | any)[];
1167
1142
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
1168
1143
  path: string;
1169
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
1144
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
1170
1145
  name?: import('vue-router').RouteRecordNameGeneric;
1171
1146
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
1172
1147
  path?: undefined | undefined;
@@ -1197,7 +1172,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1197
1172
  })[];
1198
1173
  props?: import('vue-router')._RouteRecordProps | undefined;
1199
1174
  path: string;
1200
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
1175
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
1201
1176
  name?: import('vue-router').RouteRecordNameGeneric;
1202
1177
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
1203
1178
  path?: undefined | undefined;
@@ -1260,7 +1235,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1260
1235
  template?: string | object | undefined;
1261
1236
  render?: Function | undefined;
1262
1237
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
1263
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
1238
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
1264
1239
  inheritAttrs?: boolean | undefined;
1265
1240
  emits?: any;
1266
1241
  slots?: {} | undefined;
@@ -1395,7 +1370,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1395
1370
  template?: string | object | undefined;
1396
1371
  render?: Function | undefined;
1397
1372
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
1398
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
1373
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
1399
1374
  inheritAttrs?: boolean | undefined;
1400
1375
  emits?: any;
1401
1376
  slots?: {} | undefined;
@@ -1533,7 +1508,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1533
1508
  template?: string | object | undefined;
1534
1509
  render?: Function | undefined;
1535
1510
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
1536
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
1511
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
1537
1512
  inheritAttrs?: boolean | undefined;
1538
1513
  emits?: any;
1539
1514
  slots?: {} | undefined;
@@ -1647,7 +1622,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1647
1622
  sensitive?: boolean | undefined;
1648
1623
  strict?: boolean | undefined;
1649
1624
  } | any | any | {
1650
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
1625
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
1651
1626
  name?: import('vue-router').RouteRecordNameGeneric;
1652
1627
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
1653
1628
  path?: undefined | undefined;
@@ -1708,7 +1683,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1708
1683
  template?: string | object | undefined;
1709
1684
  render?: Function | undefined;
1710
1685
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
1711
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
1686
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
1712
1687
  inheritAttrs?: boolean | undefined;
1713
1688
  emits?: any;
1714
1689
  slots?: {} | undefined;
@@ -1828,7 +1803,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1828
1803
  })[];
1829
1804
  props?: import('vue-router')._RouteRecordProps | undefined;
1830
1805
  path: string;
1831
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
1806
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
1832
1807
  name?: import('vue-router').RouteRecordNameGeneric;
1833
1808
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
1834
1809
  path?: undefined | undefined;
@@ -1853,7 +1828,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1853
1828
  sensitive?: boolean | undefined;
1854
1829
  strict?: boolean | undefined;
1855
1830
  } | any | {
1856
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
1831
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
1857
1832
  name?: import('vue-router').RouteRecordNameGeneric;
1858
1833
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
1859
1834
  path?: undefined | undefined;
@@ -1914,7 +1889,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
1914
1889
  template?: string | object | undefined;
1915
1890
  render?: Function | undefined;
1916
1891
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
1917
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
1892
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
1918
1893
  inheritAttrs?: boolean | undefined;
1919
1894
  emits?: any;
1920
1895
  slots?: {} | undefined;
@@ -2049,7 +2024,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2049
2024
  template?: string | object | undefined;
2050
2025
  render?: Function | undefined;
2051
2026
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
2052
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
2027
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
2053
2028
  inheritAttrs?: boolean | undefined;
2054
2029
  emits?: any;
2055
2030
  slots?: {} | undefined;
@@ -2187,7 +2162,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2187
2162
  template?: string | object | undefined;
2188
2163
  render?: Function | undefined;
2189
2164
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
2190
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
2165
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
2191
2166
  inheritAttrs?: boolean | undefined;
2192
2167
  emits?: any;
2193
2168
  slots?: {} | undefined;
@@ -2303,7 +2278,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2303
2278
  } | any | any | any)[];
2304
2279
  props?: import('vue-router')._RouteRecordProps | undefined;
2305
2280
  path: string;
2306
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
2281
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
2307
2282
  name?: import('vue-router').RouteRecordNameGeneric;
2308
2283
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
2309
2284
  path?: undefined | undefined;
@@ -2334,7 +2309,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2334
2309
  })[];
2335
2310
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
2336
2311
  path: string;
2337
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
2312
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
2338
2313
  name?: import('vue-router').RouteRecordNameGeneric;
2339
2314
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
2340
2315
  path?: undefined | undefined;
@@ -2359,7 +2334,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2359
2334
  sensitive?: boolean | undefined;
2360
2335
  strict?: boolean | undefined;
2361
2336
  } | {
2362
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
2337
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
2363
2338
  name?: import('vue-router').RouteRecordNameGeneric;
2364
2339
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
2365
2340
  path?: undefined | undefined;
@@ -2420,7 +2395,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2420
2395
  template?: string | object | undefined;
2421
2396
  render?: Function | undefined;
2422
2397
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
2423
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
2398
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
2424
2399
  inheritAttrs?: boolean | undefined;
2425
2400
  emits?: any;
2426
2401
  slots?: {} | undefined;
@@ -2555,7 +2530,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2555
2530
  template?: string | object | undefined;
2556
2531
  render?: Function | undefined;
2557
2532
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
2558
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
2533
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
2559
2534
  inheritAttrs?: boolean | undefined;
2560
2535
  emits?: any;
2561
2536
  slots?: {} | undefined;
@@ -2693,7 +2668,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2693
2668
  template?: string | object | undefined;
2694
2669
  render?: Function | undefined;
2695
2670
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
2696
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
2671
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
2697
2672
  inheritAttrs?: boolean | undefined;
2698
2673
  emits?: any;
2699
2674
  slots?: {} | undefined;
@@ -2845,7 +2820,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2845
2820
  template?: string | object | undefined;
2846
2821
  render?: Function | undefined;
2847
2822
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
2848
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
2823
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
2849
2824
  inheritAttrs?: boolean | undefined;
2850
2825
  emits?: any;
2851
2826
  slots?: {} | undefined;
@@ -2961,7 +2936,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2961
2936
  } | any | any | any)[];
2962
2937
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
2963
2938
  path: string;
2964
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
2939
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
2965
2940
  name?: import('vue-router').RouteRecordNameGeneric;
2966
2941
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
2967
2942
  path?: undefined | undefined;
@@ -2988,7 +2963,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
2988
2963
  } | any)[];
2989
2964
  props?: import('vue-router')._RouteRecordProps | undefined;
2990
2965
  path: string;
2991
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
2966
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
2992
2967
  name?: import('vue-router').RouteRecordNameGeneric;
2993
2968
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
2994
2969
  path?: undefined | undefined;
@@ -3051,7 +3026,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3051
3026
  template?: string | object | undefined;
3052
3027
  render?: Function | undefined;
3053
3028
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3054
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3029
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3055
3030
  inheritAttrs?: boolean | undefined;
3056
3031
  emits?: any;
3057
3032
  slots?: {} | undefined;
@@ -3186,7 +3161,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3186
3161
  template?: string | object | undefined;
3187
3162
  render?: Function | undefined;
3188
3163
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3189
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3164
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3190
3165
  inheritAttrs?: boolean | undefined;
3191
3166
  emits?: any;
3192
3167
  slots?: {} | undefined;
@@ -3324,7 +3299,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3324
3299
  template?: string | object | undefined;
3325
3300
  render?: Function | undefined;
3326
3301
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3327
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3302
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3328
3303
  inheritAttrs?: boolean | undefined;
3329
3304
  emits?: any;
3330
3305
  slots?: {} | undefined;
@@ -3440,7 +3415,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3440
3415
  } | any | any | any)[];
3441
3416
  props?: import('vue-router')._RouteRecordProps | undefined;
3442
3417
  path: string;
3443
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
3418
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
3444
3419
  name?: import('vue-router').RouteRecordNameGeneric;
3445
3420
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
3446
3421
  path?: undefined | undefined;
@@ -3467,7 +3442,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3467
3442
  } | any | any)[];
3468
3443
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
3469
3444
  path: string;
3470
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
3445
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
3471
3446
  name?: import('vue-router').RouteRecordNameGeneric;
3472
3447
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
3473
3448
  path?: undefined | undefined;
@@ -3511,7 +3486,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3511
3486
  redirectedFrom?: {
3512
3487
  matched: {
3513
3488
  path: import('vue-router')._RouteRecordBase["path"];
3514
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
3489
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
3515
3490
  name?: import('vue-router').RouteRecordNameGeneric;
3516
3491
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
3517
3492
  path?: undefined | undefined;
@@ -3567,7 +3542,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3567
3542
  template?: string | object | undefined;
3568
3543
  render?: Function | undefined;
3569
3544
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3570
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3545
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3571
3546
  inheritAttrs?: boolean | undefined;
3572
3547
  emits?: any;
3573
3548
  slots?: {} | undefined;
@@ -3702,7 +3677,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3702
3677
  template?: string | object | undefined;
3703
3678
  render?: Function | undefined;
3704
3679
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3705
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3680
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3706
3681
  inheritAttrs?: boolean | undefined;
3707
3682
  emits?: any;
3708
3683
  slots?: {} | undefined;
@@ -3840,7 +3815,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3840
3815
  template?: string | object | undefined;
3841
3816
  render?: Function | undefined;
3842
3817
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3843
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3818
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3844
3819
  inheritAttrs?: boolean | undefined;
3845
3820
  emits?: any;
3846
3821
  slots?: {} | undefined;
@@ -3992,7 +3967,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
3992
3967
  template?: string | object | undefined;
3993
3968
  render?: Function | undefined;
3994
3969
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
3995
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
3970
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
3996
3971
  inheritAttrs?: boolean | undefined;
3997
3972
  emits?: any;
3998
3973
  slots?: {} | undefined;
@@ -4106,7 +4081,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4106
4081
  sensitive?: boolean | undefined;
4107
4082
  strict?: boolean | undefined;
4108
4083
  } | any | any | {
4109
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
4084
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
4110
4085
  name?: import('vue-router').RouteRecordNameGeneric;
4111
4086
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
4112
4087
  path?: undefined | undefined;
@@ -4167,7 +4142,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4167
4142
  template?: string | object | undefined;
4168
4143
  render?: Function | undefined;
4169
4144
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
4170
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
4145
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
4171
4146
  inheritAttrs?: boolean | undefined;
4172
4147
  emits?: any;
4173
4148
  slots?: {} | undefined;
@@ -4287,7 +4262,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4287
4262
  })[];
4288
4263
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
4289
4264
  path: string;
4290
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
4265
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
4291
4266
  name?: import('vue-router').RouteRecordNameGeneric;
4292
4267
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
4293
4268
  path?: undefined | undefined;
@@ -4312,7 +4287,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4312
4287
  sensitive?: boolean | undefined;
4313
4288
  strict?: boolean | undefined;
4314
4289
  } | {
4315
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
4290
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
4316
4291
  name?: import('vue-router').RouteRecordNameGeneric;
4317
4292
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
4318
4293
  path?: undefined | undefined;
@@ -4373,7 +4348,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4373
4348
  template?: string | object | undefined;
4374
4349
  render?: Function | undefined;
4375
4350
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
4376
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
4351
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
4377
4352
  inheritAttrs?: boolean | undefined;
4378
4353
  emits?: any;
4379
4354
  slots?: {} | undefined;
@@ -4525,7 +4500,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4525
4500
  template?: string | object | undefined;
4526
4501
  render?: Function | undefined;
4527
4502
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
4528
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
4503
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
4529
4504
  inheritAttrs?: boolean | undefined;
4530
4505
  emits?: any;
4531
4506
  slots?: {} | undefined;
@@ -4641,7 +4616,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4641
4616
  } | any | any | any)[];
4642
4617
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
4643
4618
  path: string;
4644
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
4619
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
4645
4620
  name?: import('vue-router').RouteRecordNameGeneric;
4646
4621
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
4647
4622
  path?: undefined | undefined;
@@ -4672,7 +4647,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4672
4647
  })[];
4673
4648
  props?: import('vue-router')._RouteRecordProps | undefined;
4674
4649
  path: string;
4675
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
4650
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
4676
4651
  name?: import('vue-router').RouteRecordNameGeneric;
4677
4652
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
4678
4653
  path?: undefined | undefined;
@@ -4735,7 +4710,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4735
4710
  template?: string | object | undefined;
4736
4711
  render?: Function | undefined;
4737
4712
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
4738
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
4713
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
4739
4714
  inheritAttrs?: boolean | undefined;
4740
4715
  emits?: any;
4741
4716
  slots?: {} | undefined;
@@ -4870,7 +4845,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
4870
4845
  template?: string | object | undefined;
4871
4846
  render?: Function | undefined;
4872
4847
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
4873
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
4848
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
4874
4849
  inheritAttrs?: boolean | undefined;
4875
4850
  emits?: any;
4876
4851
  slots?: {} | undefined;
@@ -5008,7 +4983,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5008
4983
  template?: string | object | undefined;
5009
4984
  render?: Function | undefined;
5010
4985
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
5011
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
4986
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
5012
4987
  inheritAttrs?: boolean | undefined;
5013
4988
  emits?: any;
5014
4989
  slots?: {} | undefined;
@@ -5122,7 +5097,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5122
5097
  sensitive?: boolean | undefined;
5123
5098
  strict?: boolean | undefined;
5124
5099
  } | any | any | {
5125
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
5100
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
5126
5101
  name?: import('vue-router').RouteRecordNameGeneric;
5127
5102
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
5128
5103
  path?: undefined | undefined;
@@ -5183,7 +5158,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5183
5158
  template?: string | object | undefined;
5184
5159
  render?: Function | undefined;
5185
5160
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
5186
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
5161
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
5187
5162
  inheritAttrs?: boolean | undefined;
5188
5163
  emits?: any;
5189
5164
  slots?: {} | undefined;
@@ -5303,7 +5278,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5303
5278
  })[];
5304
5279
  props?: import('vue-router')._RouteRecordProps | undefined;
5305
5280
  path: string;
5306
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
5281
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
5307
5282
  name?: import('vue-router').RouteRecordNameGeneric;
5308
5283
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
5309
5284
  path?: undefined | undefined;
@@ -5328,7 +5303,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5328
5303
  sensitive?: boolean | undefined;
5329
5304
  strict?: boolean | undefined;
5330
5305
  } | any | {
5331
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
5306
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
5332
5307
  name?: import('vue-router').RouteRecordNameGeneric;
5333
5308
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
5334
5309
  path?: undefined | undefined;
@@ -5389,7 +5364,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5389
5364
  template?: string | object | undefined;
5390
5365
  render?: Function | undefined;
5391
5366
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
5392
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
5367
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
5393
5368
  inheritAttrs?: boolean | undefined;
5394
5369
  emits?: any;
5395
5370
  slots?: {} | undefined;
@@ -5524,7 +5499,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5524
5499
  template?: string | object | undefined;
5525
5500
  render?: Function | undefined;
5526
5501
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
5527
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
5502
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
5528
5503
  inheritAttrs?: boolean | undefined;
5529
5504
  emits?: any;
5530
5505
  slots?: {} | undefined;
@@ -5662,7 +5637,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5662
5637
  template?: string | object | undefined;
5663
5638
  render?: Function | undefined;
5664
5639
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
5665
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
5640
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
5666
5641
  inheritAttrs?: boolean | undefined;
5667
5642
  emits?: any;
5668
5643
  slots?: {} | undefined;
@@ -5778,7 +5753,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5778
5753
  } | any | any | any)[];
5779
5754
  props?: import('vue-router')._RouteRecordProps | undefined;
5780
5755
  path: string;
5781
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
5756
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
5782
5757
  name?: import('vue-router').RouteRecordNameGeneric;
5783
5758
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
5784
5759
  path?: undefined | undefined;
@@ -5809,7 +5784,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5809
5784
  })[];
5810
5785
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
5811
5786
  path: string;
5812
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
5787
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
5813
5788
  name?: import('vue-router').RouteRecordNameGeneric;
5814
5789
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
5815
5790
  path?: undefined | undefined;
@@ -5834,7 +5809,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5834
5809
  sensitive?: boolean | undefined;
5835
5810
  strict?: boolean | undefined;
5836
5811
  } | {
5837
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
5812
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
5838
5813
  name?: import('vue-router').RouteRecordNameGeneric;
5839
5814
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
5840
5815
  path?: undefined | undefined;
@@ -5895,7 +5870,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
5895
5870
  template?: string | object | undefined;
5896
5871
  render?: Function | undefined;
5897
5872
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
5898
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
5873
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
5899
5874
  inheritAttrs?: boolean | undefined;
5900
5875
  emits?: any;
5901
5876
  slots?: {} | undefined;
@@ -6030,7 +6005,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6030
6005
  template?: string | object | undefined;
6031
6006
  render?: Function | undefined;
6032
6007
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
6033
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
6008
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
6034
6009
  inheritAttrs?: boolean | undefined;
6035
6010
  emits?: any;
6036
6011
  slots?: {} | undefined;
@@ -6168,7 +6143,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6168
6143
  template?: string | object | undefined;
6169
6144
  render?: Function | undefined;
6170
6145
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
6171
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
6146
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
6172
6147
  inheritAttrs?: boolean | undefined;
6173
6148
  emits?: any;
6174
6149
  slots?: {} | undefined;
@@ -6320,7 +6295,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6320
6295
  template?: string | object | undefined;
6321
6296
  render?: Function | undefined;
6322
6297
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
6323
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
6298
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
6324
6299
  inheritAttrs?: boolean | undefined;
6325
6300
  emits?: any;
6326
6301
  slots?: {} | undefined;
@@ -6436,7 +6411,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6436
6411
  } | any | any | any)[];
6437
6412
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
6438
6413
  path: string;
6439
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
6414
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
6440
6415
  name?: import('vue-router').RouteRecordNameGeneric;
6441
6416
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
6442
6417
  path?: undefined | undefined;
@@ -6463,7 +6438,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6463
6438
  } | any)[];
6464
6439
  props?: import('vue-router')._RouteRecordProps | undefined;
6465
6440
  path: string;
6466
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
6441
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
6467
6442
  name?: import('vue-router').RouteRecordNameGeneric;
6468
6443
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
6469
6444
  path?: undefined | undefined;
@@ -6526,7 +6501,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6526
6501
  template?: string | object | undefined;
6527
6502
  render?: Function | undefined;
6528
6503
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
6529
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
6504
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
6530
6505
  inheritAttrs?: boolean | undefined;
6531
6506
  emits?: any;
6532
6507
  slots?: {} | undefined;
@@ -6661,7 +6636,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6661
6636
  template?: string | object | undefined;
6662
6637
  render?: Function | undefined;
6663
6638
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
6664
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
6639
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
6665
6640
  inheritAttrs?: boolean | undefined;
6666
6641
  emits?: any;
6667
6642
  slots?: {} | undefined;
@@ -6799,7 +6774,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6799
6774
  template?: string | object | undefined;
6800
6775
  render?: Function | undefined;
6801
6776
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
6802
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
6777
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
6803
6778
  inheritAttrs?: boolean | undefined;
6804
6779
  emits?: any;
6805
6780
  slots?: {} | undefined;
@@ -6915,7 +6890,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6915
6890
  } | any | any | any)[];
6916
6891
  props?: import('vue-router')._RouteRecordProps | undefined;
6917
6892
  path: string;
6918
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
6893
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
6919
6894
  name?: import('vue-router').RouteRecordNameGeneric;
6920
6895
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
6921
6896
  path?: undefined | undefined;
@@ -6942,7 +6917,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6942
6917
  } | any | any)[];
6943
6918
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
6944
6919
  path: string;
6945
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
6920
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
6946
6921
  name?: import('vue-router').RouteRecordNameGeneric;
6947
6922
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
6948
6923
  path?: undefined | undefined;
@@ -6988,9 +6963,13 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
6988
6963
  path: string;
6989
6964
  name: import('vue-router').RouteRecordNameGeneric | null | undefined;
6990
6965
  params: import('vue-router').RouteParamsGeneric;
6966
+ replace?: boolean | undefined;
6967
+ force?: boolean | undefined;
6968
+ state?: import('vue-router').HistoryState | undefined;
6991
6969
  } | undefined;
6992
6970
  meta: import('vue-router').RouteMeta & object;
6993
6971
  path: string;
6972
+ params: import('vue-router').RouteParamsGeneric & object;
6994
6973
  }[];
6995
6974
  cacheTabs: boolean;
6996
6975
  settingPages?: {
@@ -7025,10 +7004,9 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7025
7004
  collapsed: boolean;
7026
7005
  tabs: {
7027
7006
  name: string;
7028
- params: import('vue-router').RouteParamsGeneric & object;
7029
7007
  matched?: {
7030
7008
  path: import('vue-router')._RouteRecordBase["path"];
7031
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
7009
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
7032
7010
  name?: import('vue-router').RouteRecordNameGeneric;
7033
7011
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
7034
7012
  path?: undefined | undefined;
@@ -7084,7 +7062,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7084
7062
  template?: string | object | undefined;
7085
7063
  render?: Function | undefined;
7086
7064
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
7087
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
7065
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
7088
7066
  inheritAttrs?: boolean | undefined;
7089
7067
  emits?: any;
7090
7068
  slots?: {} | undefined;
@@ -7219,7 +7197,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7219
7197
  template?: string | object | undefined;
7220
7198
  render?: Function | undefined;
7221
7199
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
7222
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
7200
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
7223
7201
  inheritAttrs?: boolean | undefined;
7224
7202
  emits?: any;
7225
7203
  slots?: {} | undefined;
@@ -7357,7 +7335,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7357
7335
  template?: string | object | undefined;
7358
7336
  render?: Function | undefined;
7359
7337
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
7360
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
7338
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
7361
7339
  inheritAttrs?: boolean | undefined;
7362
7340
  emits?: any;
7363
7341
  slots?: {} | undefined;
@@ -7509,7 +7487,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7509
7487
  template?: string | object | undefined;
7510
7488
  render?: Function | undefined;
7511
7489
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
7512
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
7490
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
7513
7491
  inheritAttrs?: boolean | undefined;
7514
7492
  emits?: any;
7515
7493
  slots?: {} | undefined;
@@ -7623,7 +7601,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7623
7601
  sensitive?: boolean | undefined;
7624
7602
  strict?: boolean | undefined;
7625
7603
  } | any | any | {
7626
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
7604
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
7627
7605
  name?: import('vue-router').RouteRecordNameGeneric;
7628
7606
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
7629
7607
  path?: undefined | undefined;
@@ -7684,7 +7662,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7684
7662
  template?: string | object | undefined;
7685
7663
  render?: Function | undefined;
7686
7664
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
7687
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
7665
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
7688
7666
  inheritAttrs?: boolean | undefined;
7689
7667
  emits?: any;
7690
7668
  slots?: {} | undefined;
@@ -7804,7 +7782,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7804
7782
  })[];
7805
7783
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
7806
7784
  path: string;
7807
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
7785
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
7808
7786
  name?: import('vue-router').RouteRecordNameGeneric;
7809
7787
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
7810
7788
  path?: undefined | undefined;
@@ -7829,7 +7807,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7829
7807
  sensitive?: boolean | undefined;
7830
7808
  strict?: boolean | undefined;
7831
7809
  } | {
7832
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
7810
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
7833
7811
  name?: import('vue-router').RouteRecordNameGeneric;
7834
7812
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
7835
7813
  path?: undefined | undefined;
@@ -7890,7 +7868,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
7890
7868
  template?: string | object | undefined;
7891
7869
  render?: Function | undefined;
7892
7870
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
7893
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
7871
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
7894
7872
  inheritAttrs?: boolean | undefined;
7895
7873
  emits?: any;
7896
7874
  slots?: {} | undefined;
@@ -8042,7 +8020,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8042
8020
  template?: string | object | undefined;
8043
8021
  render?: Function | undefined;
8044
8022
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
8045
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
8023
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
8046
8024
  inheritAttrs?: boolean | undefined;
8047
8025
  emits?: any;
8048
8026
  slots?: {} | undefined;
@@ -8158,7 +8136,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8158
8136
  } | any | any | any)[];
8159
8137
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
8160
8138
  path: string;
8161
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
8139
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
8162
8140
  name?: import('vue-router').RouteRecordNameGeneric;
8163
8141
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
8164
8142
  path?: undefined | undefined;
@@ -8189,7 +8167,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8189
8167
  })[];
8190
8168
  props?: import('vue-router')._RouteRecordProps | undefined;
8191
8169
  path: string;
8192
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
8170
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
8193
8171
  name?: import('vue-router').RouteRecordNameGeneric;
8194
8172
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
8195
8173
  path?: undefined | undefined;
@@ -8252,7 +8230,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8252
8230
  template?: string | object | undefined;
8253
8231
  render?: Function | undefined;
8254
8232
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
8255
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
8233
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
8256
8234
  inheritAttrs?: boolean | undefined;
8257
8235
  emits?: any;
8258
8236
  slots?: {} | undefined;
@@ -8387,7 +8365,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8387
8365
  template?: string | object | undefined;
8388
8366
  render?: Function | undefined;
8389
8367
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
8390
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
8368
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
8391
8369
  inheritAttrs?: boolean | undefined;
8392
8370
  emits?: any;
8393
8371
  slots?: {} | undefined;
@@ -8525,7 +8503,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8525
8503
  template?: string | object | undefined;
8526
8504
  render?: Function | undefined;
8527
8505
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
8528
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
8506
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
8529
8507
  inheritAttrs?: boolean | undefined;
8530
8508
  emits?: any;
8531
8509
  slots?: {} | undefined;
@@ -8639,7 +8617,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8639
8617
  sensitive?: boolean | undefined;
8640
8618
  strict?: boolean | undefined;
8641
8619
  } | any | any | {
8642
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
8620
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
8643
8621
  name?: import('vue-router').RouteRecordNameGeneric;
8644
8622
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
8645
8623
  path?: undefined | undefined;
@@ -8700,7 +8678,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8700
8678
  template?: string | object | undefined;
8701
8679
  render?: Function | undefined;
8702
8680
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
8703
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
8681
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
8704
8682
  inheritAttrs?: boolean | undefined;
8705
8683
  emits?: any;
8706
8684
  slots?: {} | undefined;
@@ -8820,7 +8798,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8820
8798
  })[];
8821
8799
  props?: import('vue-router')._RouteRecordProps | undefined;
8822
8800
  path: string;
8823
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
8801
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
8824
8802
  name?: import('vue-router').RouteRecordNameGeneric;
8825
8803
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
8826
8804
  path?: undefined | undefined;
@@ -8845,7 +8823,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8845
8823
  sensitive?: boolean | undefined;
8846
8824
  strict?: boolean | undefined;
8847
8825
  } | any | {
8848
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
8826
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
8849
8827
  name?: import('vue-router').RouteRecordNameGeneric;
8850
8828
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
8851
8829
  path?: undefined | undefined;
@@ -8906,7 +8884,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
8906
8884
  template?: string | object | undefined;
8907
8885
  render?: Function | undefined;
8908
8886
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
8909
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
8887
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
8910
8888
  inheritAttrs?: boolean | undefined;
8911
8889
  emits?: any;
8912
8890
  slots?: {} | undefined;
@@ -9041,7 +9019,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9041
9019
  template?: string | object | undefined;
9042
9020
  render?: Function | undefined;
9043
9021
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
9044
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
9022
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
9045
9023
  inheritAttrs?: boolean | undefined;
9046
9024
  emits?: any;
9047
9025
  slots?: {} | undefined;
@@ -9179,7 +9157,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9179
9157
  template?: string | object | undefined;
9180
9158
  render?: Function | undefined;
9181
9159
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
9182
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
9160
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
9183
9161
  inheritAttrs?: boolean | undefined;
9184
9162
  emits?: any;
9185
9163
  slots?: {} | undefined;
@@ -9295,7 +9273,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9295
9273
  } | any | any | any)[];
9296
9274
  props?: import('vue-router')._RouteRecordProps | undefined;
9297
9275
  path: string;
9298
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
9276
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
9299
9277
  name?: import('vue-router').RouteRecordNameGeneric;
9300
9278
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
9301
9279
  path?: undefined | undefined;
@@ -9326,7 +9304,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9326
9304
  })[];
9327
9305
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
9328
9306
  path: string;
9329
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
9307
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
9330
9308
  name?: import('vue-router').RouteRecordNameGeneric;
9331
9309
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
9332
9310
  path?: undefined | undefined;
@@ -9351,7 +9329,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9351
9329
  sensitive?: boolean | undefined;
9352
9330
  strict?: boolean | undefined;
9353
9331
  } | {
9354
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
9332
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
9355
9333
  name?: import('vue-router').RouteRecordNameGeneric;
9356
9334
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
9357
9335
  path?: undefined | undefined;
@@ -9412,7 +9390,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9412
9390
  template?: string | object | undefined;
9413
9391
  render?: Function | undefined;
9414
9392
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
9415
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
9393
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
9416
9394
  inheritAttrs?: boolean | undefined;
9417
9395
  emits?: any;
9418
9396
  slots?: {} | undefined;
@@ -9547,7 +9525,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9547
9525
  template?: string | object | undefined;
9548
9526
  render?: Function | undefined;
9549
9527
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
9550
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
9528
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
9551
9529
  inheritAttrs?: boolean | undefined;
9552
9530
  emits?: any;
9553
9531
  slots?: {} | undefined;
@@ -9685,7 +9663,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9685
9663
  template?: string | object | undefined;
9686
9664
  render?: Function | undefined;
9687
9665
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
9688
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
9666
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
9689
9667
  inheritAttrs?: boolean | undefined;
9690
9668
  emits?: any;
9691
9669
  slots?: {} | undefined;
@@ -9837,7 +9815,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9837
9815
  template?: string | object | undefined;
9838
9816
  render?: Function | undefined;
9839
9817
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
9840
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
9818
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
9841
9819
  inheritAttrs?: boolean | undefined;
9842
9820
  emits?: any;
9843
9821
  slots?: {} | undefined;
@@ -9953,7 +9931,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9953
9931
  } | any | any | any)[];
9954
9932
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
9955
9933
  path: string;
9956
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
9934
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
9957
9935
  name?: import('vue-router').RouteRecordNameGeneric;
9958
9936
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
9959
9937
  path?: undefined | undefined;
@@ -9980,7 +9958,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
9980
9958
  } | any)[];
9981
9959
  props?: import('vue-router')._RouteRecordProps | undefined;
9982
9960
  path: string;
9983
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
9961
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
9984
9962
  name?: import('vue-router').RouteRecordNameGeneric;
9985
9963
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
9986
9964
  path?: undefined | undefined;
@@ -10043,7 +10021,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10043
10021
  template?: string | object | undefined;
10044
10022
  render?: Function | undefined;
10045
10023
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10046
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10024
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10047
10025
  inheritAttrs?: boolean | undefined;
10048
10026
  emits?: any;
10049
10027
  slots?: {} | undefined;
@@ -10178,7 +10156,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10178
10156
  template?: string | object | undefined;
10179
10157
  render?: Function | undefined;
10180
10158
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10181
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10159
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10182
10160
  inheritAttrs?: boolean | undefined;
10183
10161
  emits?: any;
10184
10162
  slots?: {} | undefined;
@@ -10316,7 +10294,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10316
10294
  template?: string | object | undefined;
10317
10295
  render?: Function | undefined;
10318
10296
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10319
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10297
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10320
10298
  inheritAttrs?: boolean | undefined;
10321
10299
  emits?: any;
10322
10300
  slots?: {} | undefined;
@@ -10432,7 +10410,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10432
10410
  } | any | any | any)[];
10433
10411
  props?: import('vue-router')._RouteRecordProps | undefined;
10434
10412
  path: string;
10435
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
10413
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
10436
10414
  name?: import('vue-router').RouteRecordNameGeneric;
10437
10415
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
10438
10416
  path?: undefined | undefined;
@@ -10459,7 +10437,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10459
10437
  } | any | any)[];
10460
10438
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
10461
10439
  path: string;
10462
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
10440
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
10463
10441
  name?: import('vue-router').RouteRecordNameGeneric;
10464
10442
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
10465
10443
  path?: undefined | undefined;
@@ -10503,7 +10481,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10503
10481
  redirectedFrom?: {
10504
10482
  matched: {
10505
10483
  path: import('vue-router')._RouteRecordBase["path"];
10506
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
10484
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
10507
10485
  name?: import('vue-router').RouteRecordNameGeneric;
10508
10486
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
10509
10487
  path?: undefined | undefined;
@@ -10559,7 +10537,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10559
10537
  template?: string | object | undefined;
10560
10538
  render?: Function | undefined;
10561
10539
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10562
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10540
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10563
10541
  inheritAttrs?: boolean | undefined;
10564
10542
  emits?: any;
10565
10543
  slots?: {} | undefined;
@@ -10694,7 +10672,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10694
10672
  template?: string | object | undefined;
10695
10673
  render?: Function | undefined;
10696
10674
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10697
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10675
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10698
10676
  inheritAttrs?: boolean | undefined;
10699
10677
  emits?: any;
10700
10678
  slots?: {} | undefined;
@@ -10832,7 +10810,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10832
10810
  template?: string | object | undefined;
10833
10811
  render?: Function | undefined;
10834
10812
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10835
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10813
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10836
10814
  inheritAttrs?: boolean | undefined;
10837
10815
  emits?: any;
10838
10816
  slots?: {} | undefined;
@@ -10984,7 +10962,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
10984
10962
  template?: string | object | undefined;
10985
10963
  render?: Function | undefined;
10986
10964
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
10987
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
10965
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
10988
10966
  inheritAttrs?: boolean | undefined;
10989
10967
  emits?: any;
10990
10968
  slots?: {} | undefined;
@@ -11098,7 +11076,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11098
11076
  sensitive?: boolean | undefined;
11099
11077
  strict?: boolean | undefined;
11100
11078
  } | any | any | {
11101
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
11079
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
11102
11080
  name?: import('vue-router').RouteRecordNameGeneric;
11103
11081
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
11104
11082
  path?: undefined | undefined;
@@ -11159,7 +11137,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11159
11137
  template?: string | object | undefined;
11160
11138
  render?: Function | undefined;
11161
11139
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
11162
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
11140
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
11163
11141
  inheritAttrs?: boolean | undefined;
11164
11142
  emits?: any;
11165
11143
  slots?: {} | undefined;
@@ -11279,7 +11257,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11279
11257
  })[];
11280
11258
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
11281
11259
  path: string;
11282
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
11260
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
11283
11261
  name?: import('vue-router').RouteRecordNameGeneric;
11284
11262
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
11285
11263
  path?: undefined | undefined;
@@ -11304,7 +11282,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11304
11282
  sensitive?: boolean | undefined;
11305
11283
  strict?: boolean | undefined;
11306
11284
  } | {
11307
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
11285
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
11308
11286
  name?: import('vue-router').RouteRecordNameGeneric;
11309
11287
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
11310
11288
  path?: undefined | undefined;
@@ -11365,7 +11343,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11365
11343
  template?: string | object | undefined;
11366
11344
  render?: Function | undefined;
11367
11345
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
11368
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
11346
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
11369
11347
  inheritAttrs?: boolean | undefined;
11370
11348
  emits?: any;
11371
11349
  slots?: {} | undefined;
@@ -11517,7 +11495,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11517
11495
  template?: string | object | undefined;
11518
11496
  render?: Function | undefined;
11519
11497
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
11520
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
11498
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
11521
11499
  inheritAttrs?: boolean | undefined;
11522
11500
  emits?: any;
11523
11501
  slots?: {} | undefined;
@@ -11633,7 +11611,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11633
11611
  } | any | any | any)[];
11634
11612
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
11635
11613
  path: string;
11636
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
11614
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
11637
11615
  name?: import('vue-router').RouteRecordNameGeneric;
11638
11616
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
11639
11617
  path?: undefined | undefined;
@@ -11664,7 +11642,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11664
11642
  })[];
11665
11643
  props?: import('vue-router')._RouteRecordProps | undefined;
11666
11644
  path: string;
11667
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
11645
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
11668
11646
  name?: import('vue-router').RouteRecordNameGeneric;
11669
11647
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
11670
11648
  path?: undefined | undefined;
@@ -11727,7 +11705,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11727
11705
  template?: string | object | undefined;
11728
11706
  render?: Function | undefined;
11729
11707
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
11730
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
11708
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
11731
11709
  inheritAttrs?: boolean | undefined;
11732
11710
  emits?: any;
11733
11711
  slots?: {} | undefined;
@@ -11862,7 +11840,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
11862
11840
  template?: string | object | undefined;
11863
11841
  render?: Function | undefined;
11864
11842
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
11865
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
11843
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
11866
11844
  inheritAttrs?: boolean | undefined;
11867
11845
  emits?: any;
11868
11846
  slots?: {} | undefined;
@@ -12000,7 +11978,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12000
11978
  template?: string | object | undefined;
12001
11979
  render?: Function | undefined;
12002
11980
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
12003
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
11981
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
12004
11982
  inheritAttrs?: boolean | undefined;
12005
11983
  emits?: any;
12006
11984
  slots?: {} | undefined;
@@ -12114,7 +12092,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12114
12092
  sensitive?: boolean | undefined;
12115
12093
  strict?: boolean | undefined;
12116
12094
  } | any | any | {
12117
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
12095
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
12118
12096
  name?: import('vue-router').RouteRecordNameGeneric;
12119
12097
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
12120
12098
  path?: undefined | undefined;
@@ -12175,7 +12153,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12175
12153
  template?: string | object | undefined;
12176
12154
  render?: Function | undefined;
12177
12155
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
12178
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
12156
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
12179
12157
  inheritAttrs?: boolean | undefined;
12180
12158
  emits?: any;
12181
12159
  slots?: {} | undefined;
@@ -12295,7 +12273,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12295
12273
  })[];
12296
12274
  props?: import('vue-router')._RouteRecordProps | undefined;
12297
12275
  path: string;
12298
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
12276
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
12299
12277
  name?: import('vue-router').RouteRecordNameGeneric;
12300
12278
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
12301
12279
  path?: undefined | undefined;
@@ -12320,7 +12298,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12320
12298
  sensitive?: boolean | undefined;
12321
12299
  strict?: boolean | undefined;
12322
12300
  } | any | {
12323
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
12301
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
12324
12302
  name?: import('vue-router').RouteRecordNameGeneric;
12325
12303
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
12326
12304
  path?: undefined | undefined;
@@ -12381,7 +12359,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12381
12359
  template?: string | object | undefined;
12382
12360
  render?: Function | undefined;
12383
12361
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
12384
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
12362
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
12385
12363
  inheritAttrs?: boolean | undefined;
12386
12364
  emits?: any;
12387
12365
  slots?: {} | undefined;
@@ -12516,7 +12494,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12516
12494
  template?: string | object | undefined;
12517
12495
  render?: Function | undefined;
12518
12496
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
12519
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
12497
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
12520
12498
  inheritAttrs?: boolean | undefined;
12521
12499
  emits?: any;
12522
12500
  slots?: {} | undefined;
@@ -12654,7 +12632,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12654
12632
  template?: string | object | undefined;
12655
12633
  render?: Function | undefined;
12656
12634
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
12657
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
12635
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
12658
12636
  inheritAttrs?: boolean | undefined;
12659
12637
  emits?: any;
12660
12638
  slots?: {} | undefined;
@@ -12770,7 +12748,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12770
12748
  } | any | any | any)[];
12771
12749
  props?: import('vue-router')._RouteRecordProps | undefined;
12772
12750
  path: string;
12773
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
12751
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
12774
12752
  name?: import('vue-router').RouteRecordNameGeneric;
12775
12753
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
12776
12754
  path?: undefined | undefined;
@@ -12801,7 +12779,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12801
12779
  })[];
12802
12780
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
12803
12781
  path: string;
12804
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
12782
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
12805
12783
  name?: import('vue-router').RouteRecordNameGeneric;
12806
12784
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
12807
12785
  path?: undefined | undefined;
@@ -12826,7 +12804,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12826
12804
  sensitive?: boolean | undefined;
12827
12805
  strict?: boolean | undefined;
12828
12806
  } | {
12829
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
12807
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
12830
12808
  name?: import('vue-router').RouteRecordNameGeneric;
12831
12809
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
12832
12810
  path?: undefined | undefined;
@@ -12887,7 +12865,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
12887
12865
  template?: string | object | undefined;
12888
12866
  render?: Function | undefined;
12889
12867
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
12890
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
12868
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
12891
12869
  inheritAttrs?: boolean | undefined;
12892
12870
  emits?: any;
12893
12871
  slots?: {} | undefined;
@@ -13022,7 +13000,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13022
13000
  template?: string | object | undefined;
13023
13001
  render?: Function | undefined;
13024
13002
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
13025
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
13003
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
13026
13004
  inheritAttrs?: boolean | undefined;
13027
13005
  emits?: any;
13028
13006
  slots?: {} | undefined;
@@ -13160,7 +13138,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13160
13138
  template?: string | object | undefined;
13161
13139
  render?: Function | undefined;
13162
13140
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
13163
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
13141
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
13164
13142
  inheritAttrs?: boolean | undefined;
13165
13143
  emits?: any;
13166
13144
  slots?: {} | undefined;
@@ -13312,7 +13290,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13312
13290
  template?: string | object | undefined;
13313
13291
  render?: Function | undefined;
13314
13292
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
13315
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
13293
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
13316
13294
  inheritAttrs?: boolean | undefined;
13317
13295
  emits?: any;
13318
13296
  slots?: {} | undefined;
@@ -13428,7 +13406,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13428
13406
  } | any | any | any)[];
13429
13407
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
13430
13408
  path: string;
13431
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
13409
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
13432
13410
  name?: import('vue-router').RouteRecordNameGeneric;
13433
13411
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
13434
13412
  path?: undefined | undefined;
@@ -13455,7 +13433,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13455
13433
  } | any)[];
13456
13434
  props?: import('vue-router')._RouteRecordProps | undefined;
13457
13435
  path: string;
13458
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
13436
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
13459
13437
  name?: import('vue-router').RouteRecordNameGeneric;
13460
13438
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
13461
13439
  path?: undefined | undefined;
@@ -13518,7 +13496,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13518
13496
  template?: string | object | undefined;
13519
13497
  render?: Function | undefined;
13520
13498
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
13521
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
13499
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
13522
13500
  inheritAttrs?: boolean | undefined;
13523
13501
  emits?: any;
13524
13502
  slots?: {} | undefined;
@@ -13653,7 +13631,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13653
13631
  template?: string | object | undefined;
13654
13632
  render?: Function | undefined;
13655
13633
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
13656
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
13634
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
13657
13635
  inheritAttrs?: boolean | undefined;
13658
13636
  emits?: any;
13659
13637
  slots?: {} | undefined;
@@ -13791,7 +13769,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13791
13769
  template?: string | object | undefined;
13792
13770
  render?: Function | undefined;
13793
13771
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
13794
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
13772
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
13795
13773
  inheritAttrs?: boolean | undefined;
13796
13774
  emits?: any;
13797
13775
  slots?: {} | undefined;
@@ -13907,7 +13885,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13907
13885
  } | any | any | any)[];
13908
13886
  props?: import('vue-router')._RouteRecordProps | undefined;
13909
13887
  path: string;
13910
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
13888
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
13911
13889
  name?: import('vue-router').RouteRecordNameGeneric;
13912
13890
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
13913
13891
  path?: undefined | undefined;
@@ -13934,7 +13912,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13934
13912
  } | any | any)[];
13935
13913
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
13936
13914
  path: string;
13937
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
13915
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
13938
13916
  name?: import('vue-router').RouteRecordNameGeneric;
13939
13917
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
13940
13918
  path?: undefined | undefined;
@@ -13980,9 +13958,13 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
13980
13958
  path: string;
13981
13959
  name: import('vue-router').RouteRecordNameGeneric | null | undefined;
13982
13960
  params: import('vue-router').RouteParamsGeneric;
13961
+ replace?: boolean | undefined;
13962
+ force?: boolean | undefined;
13963
+ state?: import('vue-router').HistoryState | undefined;
13983
13964
  } | undefined;
13984
13965
  meta: import('vue-router').RouteMeta & object;
13985
13966
  path: string;
13967
+ params: import('vue-router').RouteParamsGeneric & object;
13986
13968
  }[];
13987
13969
  cacheTabs: boolean;
13988
13970
  settingPages?: {
@@ -14017,10 +13999,9 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14017
13999
  collapsed: boolean;
14018
14000
  tabs: {
14019
14001
  name: string;
14020
- params: import('vue-router').RouteParamsGeneric & object;
14021
14002
  matched?: {
14022
14003
  path: import('vue-router')._RouteRecordBase["path"];
14023
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
14004
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
14024
14005
  name?: import('vue-router').RouteRecordNameGeneric;
14025
14006
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
14026
14007
  path?: undefined | undefined;
@@ -14076,7 +14057,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14076
14057
  template?: string | object | undefined;
14077
14058
  render?: Function | undefined;
14078
14059
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
14079
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
14060
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
14080
14061
  inheritAttrs?: boolean | undefined;
14081
14062
  emits?: any;
14082
14063
  slots?: {} | undefined;
@@ -14211,7 +14192,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14211
14192
  template?: string | object | undefined;
14212
14193
  render?: Function | undefined;
14213
14194
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
14214
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
14195
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
14215
14196
  inheritAttrs?: boolean | undefined;
14216
14197
  emits?: any;
14217
14198
  slots?: {} | undefined;
@@ -14349,7 +14330,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14349
14330
  template?: string | object | undefined;
14350
14331
  render?: Function | undefined;
14351
14332
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
14352
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
14333
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
14353
14334
  inheritAttrs?: boolean | undefined;
14354
14335
  emits?: any;
14355
14336
  slots?: {} | undefined;
@@ -14501,7 +14482,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14501
14482
  template?: string | object | undefined;
14502
14483
  render?: Function | undefined;
14503
14484
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
14504
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
14485
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
14505
14486
  inheritAttrs?: boolean | undefined;
14506
14487
  emits?: any;
14507
14488
  slots?: {} | undefined;
@@ -14615,7 +14596,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14615
14596
  sensitive?: boolean | undefined;
14616
14597
  strict?: boolean | undefined;
14617
14598
  } | any | any | {
14618
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
14599
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
14619
14600
  name?: import('vue-router').RouteRecordNameGeneric;
14620
14601
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
14621
14602
  path?: undefined | undefined;
@@ -14676,7 +14657,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14676
14657
  template?: string | object | undefined;
14677
14658
  render?: Function | undefined;
14678
14659
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
14679
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
14660
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
14680
14661
  inheritAttrs?: boolean | undefined;
14681
14662
  emits?: any;
14682
14663
  slots?: {} | undefined;
@@ -14796,7 +14777,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14796
14777
  })[];
14797
14778
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
14798
14779
  path: string;
14799
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
14780
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
14800
14781
  name?: import('vue-router').RouteRecordNameGeneric;
14801
14782
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
14802
14783
  path?: undefined | undefined;
@@ -14821,7 +14802,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14821
14802
  sensitive?: boolean | undefined;
14822
14803
  strict?: boolean | undefined;
14823
14804
  } | {
14824
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
14805
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
14825
14806
  name?: import('vue-router').RouteRecordNameGeneric;
14826
14807
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
14827
14808
  path?: undefined | undefined;
@@ -14882,7 +14863,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
14882
14863
  template?: string | object | undefined;
14883
14864
  render?: Function | undefined;
14884
14865
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
14885
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
14866
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
14886
14867
  inheritAttrs?: boolean | undefined;
14887
14868
  emits?: any;
14888
14869
  slots?: {} | undefined;
@@ -15034,7 +15015,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15034
15015
  template?: string | object | undefined;
15035
15016
  render?: Function | undefined;
15036
15017
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
15037
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
15018
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
15038
15019
  inheritAttrs?: boolean | undefined;
15039
15020
  emits?: any;
15040
15021
  slots?: {} | undefined;
@@ -15150,7 +15131,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15150
15131
  } | any | any | any)[];
15151
15132
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
15152
15133
  path: string;
15153
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
15134
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
15154
15135
  name?: import('vue-router').RouteRecordNameGeneric;
15155
15136
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
15156
15137
  path?: undefined | undefined;
@@ -15181,7 +15162,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15181
15162
  })[];
15182
15163
  props?: import('vue-router')._RouteRecordProps | undefined;
15183
15164
  path: string;
15184
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
15165
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
15185
15166
  name?: import('vue-router').RouteRecordNameGeneric;
15186
15167
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
15187
15168
  path?: undefined | undefined;
@@ -15244,7 +15225,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15244
15225
  template?: string | object | undefined;
15245
15226
  render?: Function | undefined;
15246
15227
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
15247
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
15228
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
15248
15229
  inheritAttrs?: boolean | undefined;
15249
15230
  emits?: any;
15250
15231
  slots?: {} | undefined;
@@ -15379,7 +15360,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15379
15360
  template?: string | object | undefined;
15380
15361
  render?: Function | undefined;
15381
15362
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
15382
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
15363
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
15383
15364
  inheritAttrs?: boolean | undefined;
15384
15365
  emits?: any;
15385
15366
  slots?: {} | undefined;
@@ -15517,7 +15498,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15517
15498
  template?: string | object | undefined;
15518
15499
  render?: Function | undefined;
15519
15500
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
15520
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
15501
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
15521
15502
  inheritAttrs?: boolean | undefined;
15522
15503
  emits?: any;
15523
15504
  slots?: {} | undefined;
@@ -15631,7 +15612,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15631
15612
  sensitive?: boolean | undefined;
15632
15613
  strict?: boolean | undefined;
15633
15614
  } | any | any | {
15634
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
15615
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
15635
15616
  name?: import('vue-router').RouteRecordNameGeneric;
15636
15617
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
15637
15618
  path?: undefined | undefined;
@@ -15692,7 +15673,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15692
15673
  template?: string | object | undefined;
15693
15674
  render?: Function | undefined;
15694
15675
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
15695
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
15676
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
15696
15677
  inheritAttrs?: boolean | undefined;
15697
15678
  emits?: any;
15698
15679
  slots?: {} | undefined;
@@ -15812,7 +15793,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15812
15793
  })[];
15813
15794
  props?: import('vue-router')._RouteRecordProps | undefined;
15814
15795
  path: string;
15815
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
15796
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
15816
15797
  name?: import('vue-router').RouteRecordNameGeneric;
15817
15798
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
15818
15799
  path?: undefined | undefined;
@@ -15837,7 +15818,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15837
15818
  sensitive?: boolean | undefined;
15838
15819
  strict?: boolean | undefined;
15839
15820
  } | any | {
15840
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
15821
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
15841
15822
  name?: import('vue-router').RouteRecordNameGeneric;
15842
15823
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
15843
15824
  path?: undefined | undefined;
@@ -15898,7 +15879,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
15898
15879
  template?: string | object | undefined;
15899
15880
  render?: Function | undefined;
15900
15881
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
15901
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
15882
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
15902
15883
  inheritAttrs?: boolean | undefined;
15903
15884
  emits?: any;
15904
15885
  slots?: {} | undefined;
@@ -16033,7 +16014,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16033
16014
  template?: string | object | undefined;
16034
16015
  render?: Function | undefined;
16035
16016
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
16036
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
16017
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
16037
16018
  inheritAttrs?: boolean | undefined;
16038
16019
  emits?: any;
16039
16020
  slots?: {} | undefined;
@@ -16171,7 +16152,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16171
16152
  template?: string | object | undefined;
16172
16153
  render?: Function | undefined;
16173
16154
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
16174
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
16155
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
16175
16156
  inheritAttrs?: boolean | undefined;
16176
16157
  emits?: any;
16177
16158
  slots?: {} | undefined;
@@ -16287,7 +16268,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16287
16268
  } | any | any | any)[];
16288
16269
  props?: import('vue-router')._RouteRecordProps | undefined;
16289
16270
  path: string;
16290
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
16271
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
16291
16272
  name?: import('vue-router').RouteRecordNameGeneric;
16292
16273
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
16293
16274
  path?: undefined | undefined;
@@ -16318,7 +16299,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16318
16299
  })[];
16319
16300
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
16320
16301
  path: string;
16321
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
16302
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
16322
16303
  name?: import('vue-router').RouteRecordNameGeneric;
16323
16304
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
16324
16305
  path?: undefined | undefined;
@@ -16343,7 +16324,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16343
16324
  sensitive?: boolean | undefined;
16344
16325
  strict?: boolean | undefined;
16345
16326
  } | {
16346
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
16327
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
16347
16328
  name?: import('vue-router').RouteRecordNameGeneric;
16348
16329
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
16349
16330
  path?: undefined | undefined;
@@ -16404,7 +16385,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16404
16385
  template?: string | object | undefined;
16405
16386
  render?: Function | undefined;
16406
16387
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
16407
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
16388
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
16408
16389
  inheritAttrs?: boolean | undefined;
16409
16390
  emits?: any;
16410
16391
  slots?: {} | undefined;
@@ -16539,7 +16520,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16539
16520
  template?: string | object | undefined;
16540
16521
  render?: Function | undefined;
16541
16522
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
16542
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
16523
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
16543
16524
  inheritAttrs?: boolean | undefined;
16544
16525
  emits?: any;
16545
16526
  slots?: {} | undefined;
@@ -16677,7 +16658,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16677
16658
  template?: string | object | undefined;
16678
16659
  render?: Function | undefined;
16679
16660
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
16680
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
16661
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
16681
16662
  inheritAttrs?: boolean | undefined;
16682
16663
  emits?: any;
16683
16664
  slots?: {} | undefined;
@@ -16829,7 +16810,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16829
16810
  template?: string | object | undefined;
16830
16811
  render?: Function | undefined;
16831
16812
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
16832
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
16813
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
16833
16814
  inheritAttrs?: boolean | undefined;
16834
16815
  emits?: any;
16835
16816
  slots?: {} | undefined;
@@ -16945,7 +16926,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16945
16926
  } | any | any | any)[];
16946
16927
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
16947
16928
  path: string;
16948
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
16929
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
16949
16930
  name?: import('vue-router').RouteRecordNameGeneric;
16950
16931
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
16951
16932
  path?: undefined | undefined;
@@ -16972,7 +16953,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
16972
16953
  } | any)[];
16973
16954
  props?: import('vue-router')._RouteRecordProps | undefined;
16974
16955
  path: string;
16975
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
16956
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
16976
16957
  name?: import('vue-router').RouteRecordNameGeneric;
16977
16958
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
16978
16959
  path?: undefined | undefined;
@@ -17035,7 +17016,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17035
17016
  template?: string | object | undefined;
17036
17017
  render?: Function | undefined;
17037
17018
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17038
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17019
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17039
17020
  inheritAttrs?: boolean | undefined;
17040
17021
  emits?: any;
17041
17022
  slots?: {} | undefined;
@@ -17170,7 +17151,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17170
17151
  template?: string | object | undefined;
17171
17152
  render?: Function | undefined;
17172
17153
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17173
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17154
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17174
17155
  inheritAttrs?: boolean | undefined;
17175
17156
  emits?: any;
17176
17157
  slots?: {} | undefined;
@@ -17308,7 +17289,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17308
17289
  template?: string | object | undefined;
17309
17290
  render?: Function | undefined;
17310
17291
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17311
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17292
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17312
17293
  inheritAttrs?: boolean | undefined;
17313
17294
  emits?: any;
17314
17295
  slots?: {} | undefined;
@@ -17424,7 +17405,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17424
17405
  } | any | any | any)[];
17425
17406
  props?: import('vue-router')._RouteRecordProps | undefined;
17426
17407
  path: string;
17427
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
17408
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
17428
17409
  name?: import('vue-router').RouteRecordNameGeneric;
17429
17410
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
17430
17411
  path?: undefined | undefined;
@@ -17451,7 +17432,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17451
17432
  } | any | any)[];
17452
17433
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
17453
17434
  path: string;
17454
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
17435
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
17455
17436
  name?: import('vue-router').RouteRecordNameGeneric;
17456
17437
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
17457
17438
  path?: undefined | undefined;
@@ -17495,7 +17476,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17495
17476
  redirectedFrom?: {
17496
17477
  matched: {
17497
17478
  path: import('vue-router')._RouteRecordBase["path"];
17498
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
17479
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
17499
17480
  name?: import('vue-router').RouteRecordNameGeneric;
17500
17481
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
17501
17482
  path?: undefined | undefined;
@@ -17551,7 +17532,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17551
17532
  template?: string | object | undefined;
17552
17533
  render?: Function | undefined;
17553
17534
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17554
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17535
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17555
17536
  inheritAttrs?: boolean | undefined;
17556
17537
  emits?: any;
17557
17538
  slots?: {} | undefined;
@@ -17686,7 +17667,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17686
17667
  template?: string | object | undefined;
17687
17668
  render?: Function | undefined;
17688
17669
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17689
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17670
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17690
17671
  inheritAttrs?: boolean | undefined;
17691
17672
  emits?: any;
17692
17673
  slots?: {} | undefined;
@@ -17824,7 +17805,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17824
17805
  template?: string | object | undefined;
17825
17806
  render?: Function | undefined;
17826
17807
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17827
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17808
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17828
17809
  inheritAttrs?: boolean | undefined;
17829
17810
  emits?: any;
17830
17811
  slots?: {} | undefined;
@@ -17976,7 +17957,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
17976
17957
  template?: string | object | undefined;
17977
17958
  render?: Function | undefined;
17978
17959
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
17979
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
17960
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
17980
17961
  inheritAttrs?: boolean | undefined;
17981
17962
  emits?: any;
17982
17963
  slots?: {} | undefined;
@@ -18090,7 +18071,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18090
18071
  sensitive?: boolean | undefined;
18091
18072
  strict?: boolean | undefined;
18092
18073
  } | any | any | {
18093
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
18074
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
18094
18075
  name?: import('vue-router').RouteRecordNameGeneric;
18095
18076
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
18096
18077
  path?: undefined | undefined;
@@ -18151,7 +18132,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18151
18132
  template?: string | object | undefined;
18152
18133
  render?: Function | undefined;
18153
18134
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
18154
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
18135
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
18155
18136
  inheritAttrs?: boolean | undefined;
18156
18137
  emits?: any;
18157
18138
  slots?: {} | undefined;
@@ -18271,7 +18252,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18271
18252
  })[];
18272
18253
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
18273
18254
  path: string;
18274
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
18255
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
18275
18256
  name?: import('vue-router').RouteRecordNameGeneric;
18276
18257
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
18277
18258
  path?: undefined | undefined;
@@ -18296,7 +18277,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18296
18277
  sensitive?: boolean | undefined;
18297
18278
  strict?: boolean | undefined;
18298
18279
  } | {
18299
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
18280
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
18300
18281
  name?: import('vue-router').RouteRecordNameGeneric;
18301
18282
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
18302
18283
  path?: undefined | undefined;
@@ -18357,7 +18338,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18357
18338
  template?: string | object | undefined;
18358
18339
  render?: Function | undefined;
18359
18340
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
18360
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
18341
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
18361
18342
  inheritAttrs?: boolean | undefined;
18362
18343
  emits?: any;
18363
18344
  slots?: {} | undefined;
@@ -18509,7 +18490,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18509
18490
  template?: string | object | undefined;
18510
18491
  render?: Function | undefined;
18511
18492
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
18512
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
18493
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
18513
18494
  inheritAttrs?: boolean | undefined;
18514
18495
  emits?: any;
18515
18496
  slots?: {} | undefined;
@@ -18625,7 +18606,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18625
18606
  } | any | any | any)[];
18626
18607
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
18627
18608
  path: string;
18628
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
18609
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
18629
18610
  name?: import('vue-router').RouteRecordNameGeneric;
18630
18611
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
18631
18612
  path?: undefined | undefined;
@@ -18656,7 +18637,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18656
18637
  })[];
18657
18638
  props?: import('vue-router')._RouteRecordProps | undefined;
18658
18639
  path: string;
18659
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
18640
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
18660
18641
  name?: import('vue-router').RouteRecordNameGeneric;
18661
18642
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
18662
18643
  path?: undefined | undefined;
@@ -18719,7 +18700,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18719
18700
  template?: string | object | undefined;
18720
18701
  render?: Function | undefined;
18721
18702
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
18722
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
18703
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
18723
18704
  inheritAttrs?: boolean | undefined;
18724
18705
  emits?: any;
18725
18706
  slots?: {} | undefined;
@@ -18854,7 +18835,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18854
18835
  template?: string | object | undefined;
18855
18836
  render?: Function | undefined;
18856
18837
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
18857
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
18838
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
18858
18839
  inheritAttrs?: boolean | undefined;
18859
18840
  emits?: any;
18860
18841
  slots?: {} | undefined;
@@ -18992,7 +18973,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
18992
18973
  template?: string | object | undefined;
18993
18974
  render?: Function | undefined;
18994
18975
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
18995
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
18976
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
18996
18977
  inheritAttrs?: boolean | undefined;
18997
18978
  emits?: any;
18998
18979
  slots?: {} | undefined;
@@ -19106,7 +19087,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19106
19087
  sensitive?: boolean | undefined;
19107
19088
  strict?: boolean | undefined;
19108
19089
  } | any | any | {
19109
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
19090
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
19110
19091
  name?: import('vue-router').RouteRecordNameGeneric;
19111
19092
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
19112
19093
  path?: undefined | undefined;
@@ -19167,7 +19148,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19167
19148
  template?: string | object | undefined;
19168
19149
  render?: Function | undefined;
19169
19150
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
19170
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
19151
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
19171
19152
  inheritAttrs?: boolean | undefined;
19172
19153
  emits?: any;
19173
19154
  slots?: {} | undefined;
@@ -19287,7 +19268,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19287
19268
  })[];
19288
19269
  props?: import('vue-router')._RouteRecordProps | undefined;
19289
19270
  path: string;
19290
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
19271
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
19291
19272
  name?: import('vue-router').RouteRecordNameGeneric;
19292
19273
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
19293
19274
  path?: undefined | undefined;
@@ -19312,7 +19293,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19312
19293
  sensitive?: boolean | undefined;
19313
19294
  strict?: boolean | undefined;
19314
19295
  } | any | {
19315
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
19296
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
19316
19297
  name?: import('vue-router').RouteRecordNameGeneric;
19317
19298
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
19318
19299
  path?: undefined | undefined;
@@ -19373,7 +19354,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19373
19354
  template?: string | object | undefined;
19374
19355
  render?: Function | undefined;
19375
19356
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
19376
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
19357
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
19377
19358
  inheritAttrs?: boolean | undefined;
19378
19359
  emits?: any;
19379
19360
  slots?: {} | undefined;
@@ -19508,7 +19489,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19508
19489
  template?: string | object | undefined;
19509
19490
  render?: Function | undefined;
19510
19491
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
19511
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
19492
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
19512
19493
  inheritAttrs?: boolean | undefined;
19513
19494
  emits?: any;
19514
19495
  slots?: {} | undefined;
@@ -19646,7 +19627,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19646
19627
  template?: string | object | undefined;
19647
19628
  render?: Function | undefined;
19648
19629
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
19649
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
19630
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
19650
19631
  inheritAttrs?: boolean | undefined;
19651
19632
  emits?: any;
19652
19633
  slots?: {} | undefined;
@@ -19762,7 +19743,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19762
19743
  } | any | any | any)[];
19763
19744
  props?: import('vue-router')._RouteRecordProps | undefined;
19764
19745
  path: string;
19765
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
19746
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
19766
19747
  name?: import('vue-router').RouteRecordNameGeneric;
19767
19748
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
19768
19749
  path?: undefined | undefined;
@@ -19793,7 +19774,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19793
19774
  })[];
19794
19775
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
19795
19776
  path: string;
19796
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
19777
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
19797
19778
  name?: import('vue-router').RouteRecordNameGeneric;
19798
19779
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
19799
19780
  path?: undefined | undefined;
@@ -19818,7 +19799,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19818
19799
  sensitive?: boolean | undefined;
19819
19800
  strict?: boolean | undefined;
19820
19801
  } | {
19821
- redirect: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
19802
+ redirect: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
19822
19803
  name?: import('vue-router').RouteRecordNameGeneric;
19823
19804
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
19824
19805
  path?: undefined | undefined;
@@ -19879,7 +19860,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
19879
19860
  template?: string | object | undefined;
19880
19861
  render?: Function | undefined;
19881
19862
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
19882
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
19863
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
19883
19864
  inheritAttrs?: boolean | undefined;
19884
19865
  emits?: any;
19885
19866
  slots?: {} | undefined;
@@ -20014,7 +19995,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20014
19995
  template?: string | object | undefined;
20015
19996
  render?: Function | undefined;
20016
19997
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
20017
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
19998
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
20018
19999
  inheritAttrs?: boolean | undefined;
20019
20000
  emits?: any;
20020
20001
  slots?: {} | undefined;
@@ -20152,7 +20133,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20152
20133
  template?: string | object | undefined;
20153
20134
  render?: Function | undefined;
20154
20135
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
20155
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
20136
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
20156
20137
  inheritAttrs?: boolean | undefined;
20157
20138
  emits?: any;
20158
20139
  slots?: {} | undefined;
@@ -20304,7 +20285,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20304
20285
  template?: string | object | undefined;
20305
20286
  render?: Function | undefined;
20306
20287
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
20307
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
20288
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
20308
20289
  inheritAttrs?: boolean | undefined;
20309
20290
  emits?: any;
20310
20291
  slots?: {} | undefined;
@@ -20420,7 +20401,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20420
20401
  } | any | any | any)[];
20421
20402
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
20422
20403
  path: string;
20423
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
20404
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
20424
20405
  name?: import('vue-router').RouteRecordNameGeneric;
20425
20406
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
20426
20407
  path?: undefined | undefined;
@@ -20447,7 +20428,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20447
20428
  } | any)[];
20448
20429
  props?: import('vue-router')._RouteRecordProps | undefined;
20449
20430
  path: string;
20450
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
20431
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
20451
20432
  name?: import('vue-router').RouteRecordNameGeneric;
20452
20433
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
20453
20434
  path?: undefined | undefined;
@@ -20510,7 +20491,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20510
20491
  template?: string | object | undefined;
20511
20492
  render?: Function | undefined;
20512
20493
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
20513
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
20494
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
20514
20495
  inheritAttrs?: boolean | undefined;
20515
20496
  emits?: any;
20516
20497
  slots?: {} | undefined;
@@ -20645,7 +20626,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20645
20626
  template?: string | object | undefined;
20646
20627
  render?: Function | undefined;
20647
20628
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
20648
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
20629
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
20649
20630
  inheritAttrs?: boolean | undefined;
20650
20631
  emits?: any;
20651
20632
  slots?: {} | undefined;
@@ -20783,7 +20764,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20783
20764
  template?: string | object | undefined;
20784
20765
  render?: Function | undefined;
20785
20766
  components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
20786
- directives?: Record<string, import('vue').Directive<any, any, string, string>> | undefined;
20767
+ directives?: Record<string, import('vue').Directive<any, any, string, any>> | undefined;
20787
20768
  inheritAttrs?: boolean | undefined;
20788
20769
  emits?: any;
20789
20770
  slots?: {} | undefined;
@@ -20899,7 +20880,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20899
20880
  } | any | any | any)[];
20900
20881
  props?: import('vue-router')._RouteRecordProps | undefined;
20901
20882
  path: string;
20902
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
20883
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
20903
20884
  name?: import('vue-router').RouteRecordNameGeneric;
20904
20885
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
20905
20886
  path?: undefined | undefined;
@@ -20926,7 +20907,7 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20926
20907
  } | any | any)[];
20927
20908
  props?: (Record<string, import('vue-router')._RouteRecordProps> | boolean) | undefined;
20928
20909
  path: string;
20929
- redirect?: string | ((to: import('vue-router').RouteLocation) => import('vue-router').RouteLocationRaw) | {
20910
+ redirect?: string | ((to: import('vue-router').RouteLocation, from: import('vue-router').RouteLocationNormalizedLoaded) => import('vue-router').RouteLocationRaw) | {
20930
20911
  name?: import('vue-router').RouteRecordNameGeneric;
20931
20912
  params?: import('vue-router').RouteParamsRawGeneric | undefined;
20932
20913
  path?: undefined | undefined;
@@ -20972,9 +20953,13 @@ export declare const usePLayoutStore: import('pinia').StoreDefinition<"p-layout"
20972
20953
  path: string;
20973
20954
  name: import('vue-router').RouteRecordNameGeneric | null | undefined;
20974
20955
  params: import('vue-router').RouteParamsGeneric;
20956
+ replace?: boolean | undefined;
20957
+ force?: boolean | undefined;
20958
+ state?: import('vue-router').HistoryState | undefined;
20975
20959
  } | undefined;
20976
20960
  meta: import('vue-router').RouteMeta & object;
20977
20961
  path: string;
20962
+ params: import('vue-router').RouteParamsGeneric & object;
20978
20963
  }[];
20979
20964
  cacheTabs: boolean;
20980
20965
  settingPages?: {