@tanstack/react-router 0.0.1-beta.235 → 0.0.1-beta.236
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/Matches.js +34 -19
- package/build/cjs/Matches.js.map +1 -1
- package/build/cjs/RouterProvider.js +31 -26
- package/build/cjs/RouterProvider.js.map +1 -1
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/route.js +13 -7
- package/build/cjs/route.js.map +1 -1
- package/build/cjs/router.js +49 -37
- package/build/cjs/router.js.map +1 -1
- package/build/cjs/useParams.js +7 -2
- package/build/cjs/useParams.js.map +1 -1
- package/build/cjs/useSearch.js +6 -1
- package/build/cjs/useSearch.js.map +1 -1
- package/build/cjs/utils.js +4 -1
- package/build/cjs/utils.js.map +1 -1
- package/build/esm/index.js +144 -94
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +574 -293
- package/build/types/Matches.d.ts +9 -3
- package/build/types/RouterProvider.d.ts +3 -0
- package/build/types/route.d.ts +30 -10
- package/build/types/router.d.ts +6 -3
- package/build/types/useParams.d.ts +3 -1
- package/build/types/useSearch.d.ts +3 -1
- package/build/types/utils.d.ts +3 -1
- package/build/umd/index.development.js +412 -97
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +2 -2
- package/build/umd/index.production.js.map +1 -1
- package/package.json +4 -2
- package/src/Matches.tsx +72 -37
- package/src/RouterProvider.tsx +42 -31
- package/src/route.ts +37 -15
- package/src/router.ts +62 -44
- package/src/useParams.tsx +14 -4
- package/src/useSearch.tsx +11 -3
- package/src/utils.ts +20 -12
package/build/stats-react.json
CHANGED
|
@@ -11,93 +11,93 @@
|
|
|
11
11
|
"children": [
|
|
12
12
|
{
|
|
13
13
|
"name": "history/build/esm/index.js",
|
|
14
|
-
"uid": "
|
|
14
|
+
"uid": "50ca-77"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"name": "react-router/src",
|
|
18
18
|
"children": [
|
|
19
19
|
{
|
|
20
|
-
"uid": "
|
|
20
|
+
"uid": "50ca-95",
|
|
21
21
|
"name": "CatchBoundary.tsx"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"uid": "
|
|
24
|
+
"uid": "50ca-97",
|
|
25
25
|
"name": "utils.ts"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"uid": "
|
|
28
|
+
"uid": "50ca-99",
|
|
29
29
|
"name": "path.ts"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"uid": "
|
|
32
|
+
"uid": "50ca-101",
|
|
33
33
|
"name": "useParams.tsx"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"uid": "
|
|
36
|
+
"uid": "50ca-103",
|
|
37
37
|
"name": "useSearch.tsx"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"uid": "
|
|
40
|
+
"uid": "50ca-105",
|
|
41
41
|
"name": "route.ts"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"uid": "
|
|
44
|
+
"uid": "50ca-107",
|
|
45
45
|
"name": "Matches.tsx"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"uid": "
|
|
48
|
+
"uid": "50ca-109",
|
|
49
49
|
"name": "RouterProvider.tsx"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"uid": "
|
|
52
|
+
"uid": "50ca-111",
|
|
53
53
|
"name": "defer.ts"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"uid": "
|
|
56
|
+
"uid": "50ca-113",
|
|
57
57
|
"name": "awaited.tsx"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"uid": "
|
|
60
|
+
"uid": "50ca-115",
|
|
61
61
|
"name": "fileRoute.ts"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"uid": "
|
|
64
|
+
"uid": "50ca-117",
|
|
65
65
|
"name": "lazyRouteComponent.tsx"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
"uid": "
|
|
68
|
+
"uid": "50ca-121",
|
|
69
69
|
"name": "link.tsx"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"uid": "
|
|
72
|
+
"uid": "50ca-123",
|
|
73
73
|
"name": "qss.ts"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"uid": "
|
|
76
|
+
"uid": "50ca-125",
|
|
77
77
|
"name": "redirects.ts"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"uid": "
|
|
80
|
+
"uid": "50ca-127",
|
|
81
81
|
"name": "searchParams.ts"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"uid": "
|
|
84
|
+
"uid": "50ca-129",
|
|
85
85
|
"name": "router.ts"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"uid": "
|
|
88
|
+
"uid": "50ca-131",
|
|
89
89
|
"name": "scroll-restoration.tsx"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
"uid": "
|
|
92
|
+
"uid": "50ca-133",
|
|
93
93
|
"name": "useBlocker.tsx"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"uid": "
|
|
96
|
+
"uid": "50ca-135",
|
|
97
97
|
"name": "useNavigate.tsx"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"uid": "
|
|
100
|
+
"uid": "50ca-137",
|
|
101
101
|
"name": "index.tsx"
|
|
102
102
|
}
|
|
103
103
|
]
|
|
@@ -109,16 +109,50 @@
|
|
|
109
109
|
"children": [
|
|
110
110
|
{
|
|
111
111
|
"name": "tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
|
|
112
|
-
"uid": "
|
|
112
|
+
"uid": "50ca-79"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
|
|
116
|
-
"uid": "
|
|
116
|
+
"uid": "50ca-81"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "use-sync-external-store@1.2.0/node_modules/use-sync-external-store",
|
|
120
|
+
"children": [
|
|
121
|
+
{
|
|
122
|
+
"name": "cjs/use-sync-external-store-shim/with-selector.production.min.js",
|
|
123
|
+
"uid": "50ca-87"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "shim/with-selector.js",
|
|
127
|
+
"uid": "50ca-89"
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "@tanstack+store@0.1.3/node_modules/@tanstack/store/build/modern/index.js",
|
|
133
|
+
"uid": "50ca-91"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "@tanstack+react-store@0.2.1/node_modules/@tanstack/react-store/build/modern/index.js",
|
|
137
|
+
"uid": "50ca-93"
|
|
117
138
|
}
|
|
118
139
|
]
|
|
119
140
|
},
|
|
120
141
|
{
|
|
121
|
-
"
|
|
142
|
+
"name": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store",
|
|
143
|
+
"children": [
|
|
144
|
+
{
|
|
145
|
+
"name": "shim/with-selector.js?commonjs-module",
|
|
146
|
+
"uid": "50ca-83"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "cjs/use-sync-external-store-shim/with-selector.production.min.js?commonjs-exports",
|
|
150
|
+
"uid": "50ca-85"
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"uid": "50ca-119",
|
|
122
156
|
"name": "\u0000rollupPluginBabelHelpers.js"
|
|
123
157
|
}
|
|
124
158
|
]
|
|
@@ -127,877 +161,1124 @@
|
|
|
127
161
|
"isRoot": true
|
|
128
162
|
},
|
|
129
163
|
"nodeParts": {
|
|
130
|
-
"
|
|
164
|
+
"50ca-77": {
|
|
131
165
|
"renderedLength": 9142,
|
|
132
166
|
"gzipLength": 2723,
|
|
133
167
|
"brotliLength": 0,
|
|
134
|
-
"metaUid": "
|
|
168
|
+
"metaUid": "50ca-76"
|
|
135
169
|
},
|
|
136
|
-
"
|
|
170
|
+
"50ca-79": {
|
|
137
171
|
"renderedLength": 181,
|
|
138
172
|
"gzipLength": 129,
|
|
139
173
|
"brotliLength": 0,
|
|
140
|
-
"metaUid": "
|
|
174
|
+
"metaUid": "50ca-78"
|
|
141
175
|
},
|
|
142
|
-
"
|
|
176
|
+
"50ca-81": {
|
|
143
177
|
"renderedLength": 44,
|
|
144
178
|
"gzipLength": 62,
|
|
145
179
|
"brotliLength": 0,
|
|
146
|
-
"metaUid": "
|
|
180
|
+
"metaUid": "50ca-80"
|
|
147
181
|
},
|
|
148
|
-
"
|
|
182
|
+
"50ca-83": {
|
|
183
|
+
"renderedLength": 35,
|
|
184
|
+
"gzipLength": 55,
|
|
185
|
+
"brotliLength": 0,
|
|
186
|
+
"metaUid": "50ca-82"
|
|
187
|
+
},
|
|
188
|
+
"50ca-85": {
|
|
189
|
+
"renderedLength": 39,
|
|
190
|
+
"gzipLength": 59,
|
|
191
|
+
"brotliLength": 0,
|
|
192
|
+
"metaUid": "50ca-84"
|
|
193
|
+
},
|
|
194
|
+
"50ca-87": {
|
|
195
|
+
"renderedLength": 1374,
|
|
196
|
+
"gzipLength": 659,
|
|
197
|
+
"brotliLength": 0,
|
|
198
|
+
"metaUid": "50ca-86"
|
|
199
|
+
},
|
|
200
|
+
"50ca-89": {
|
|
201
|
+
"renderedLength": 123,
|
|
202
|
+
"gzipLength": 95,
|
|
203
|
+
"brotliLength": 0,
|
|
204
|
+
"metaUid": "50ca-88"
|
|
205
|
+
},
|
|
206
|
+
"50ca-91": {
|
|
207
|
+
"renderedLength": 1731,
|
|
208
|
+
"gzipLength": 521,
|
|
209
|
+
"brotliLength": 0,
|
|
210
|
+
"metaUid": "50ca-90"
|
|
211
|
+
},
|
|
212
|
+
"50ca-93": {
|
|
213
|
+
"renderedLength": 821,
|
|
214
|
+
"gzipLength": 370,
|
|
215
|
+
"brotliLength": 0,
|
|
216
|
+
"metaUid": "50ca-92"
|
|
217
|
+
},
|
|
218
|
+
"50ca-95": {
|
|
149
219
|
"renderedLength": 2487,
|
|
150
220
|
"gzipLength": 780,
|
|
151
221
|
"brotliLength": 0,
|
|
152
|
-
"metaUid": "
|
|
222
|
+
"metaUid": "50ca-94"
|
|
153
223
|
},
|
|
154
|
-
"
|
|
155
|
-
"renderedLength":
|
|
156
|
-
"gzipLength":
|
|
224
|
+
"50ca-97": {
|
|
225
|
+
"renderedLength": 5237,
|
|
226
|
+
"gzipLength": 1761,
|
|
157
227
|
"brotliLength": 0,
|
|
158
|
-
"metaUid": "
|
|
228
|
+
"metaUid": "50ca-96"
|
|
159
229
|
},
|
|
160
|
-
"
|
|
230
|
+
"50ca-99": {
|
|
161
231
|
"renderedLength": 5666,
|
|
162
232
|
"gzipLength": 1414,
|
|
163
233
|
"brotliLength": 0,
|
|
164
|
-
"metaUid": "
|
|
234
|
+
"metaUid": "50ca-98"
|
|
165
235
|
},
|
|
166
|
-
"
|
|
167
|
-
"renderedLength":
|
|
168
|
-
"gzipLength":
|
|
236
|
+
"50ca-101": {
|
|
237
|
+
"renderedLength": 213,
|
|
238
|
+
"gzipLength": 147,
|
|
169
239
|
"brotliLength": 0,
|
|
170
|
-
"metaUid": "
|
|
240
|
+
"metaUid": "50ca-100"
|
|
171
241
|
},
|
|
172
|
-
"
|
|
173
|
-
"renderedLength":
|
|
174
|
-
"gzipLength":
|
|
242
|
+
"50ca-103": {
|
|
243
|
+
"renderedLength": 182,
|
|
244
|
+
"gzipLength": 128,
|
|
175
245
|
"brotliLength": 0,
|
|
176
|
-
"metaUid": "
|
|
246
|
+
"metaUid": "50ca-102"
|
|
177
247
|
},
|
|
178
|
-
"
|
|
179
|
-
"renderedLength":
|
|
180
|
-
"gzipLength":
|
|
248
|
+
"50ca-105": {
|
|
249
|
+
"renderedLength": 2792,
|
|
250
|
+
"gzipLength": 934,
|
|
181
251
|
"brotliLength": 0,
|
|
182
|
-
"metaUid": "
|
|
252
|
+
"metaUid": "50ca-104"
|
|
183
253
|
},
|
|
184
|
-
"
|
|
185
|
-
"renderedLength":
|
|
186
|
-
"gzipLength":
|
|
254
|
+
"50ca-107": {
|
|
255
|
+
"renderedLength": 6805,
|
|
256
|
+
"gzipLength": 1420,
|
|
187
257
|
"brotliLength": 0,
|
|
188
|
-
"metaUid": "
|
|
258
|
+
"metaUid": "50ca-106"
|
|
189
259
|
},
|
|
190
|
-
"
|
|
191
|
-
"renderedLength":
|
|
192
|
-
"gzipLength":
|
|
260
|
+
"50ca-109": {
|
|
261
|
+
"renderedLength": 3282,
|
|
262
|
+
"gzipLength": 991,
|
|
193
263
|
"brotliLength": 0,
|
|
194
|
-
"metaUid": "
|
|
264
|
+
"metaUid": "50ca-108"
|
|
195
265
|
},
|
|
196
|
-
"
|
|
266
|
+
"50ca-111": {
|
|
197
267
|
"renderedLength": 640,
|
|
198
268
|
"gzipLength": 309,
|
|
199
269
|
"brotliLength": 0,
|
|
200
|
-
"metaUid": "
|
|
270
|
+
"metaUid": "50ca-110"
|
|
201
271
|
},
|
|
202
|
-
"
|
|
272
|
+
"50ca-113": {
|
|
203
273
|
"renderedLength": 688,
|
|
204
274
|
"gzipLength": 334,
|
|
205
275
|
"brotliLength": 0,
|
|
206
|
-
"metaUid": "
|
|
276
|
+
"metaUid": "50ca-112"
|
|
207
277
|
},
|
|
208
|
-
"
|
|
278
|
+
"50ca-115": {
|
|
209
279
|
"renderedLength": 203,
|
|
210
280
|
"gzipLength": 140,
|
|
211
281
|
"brotliLength": 0,
|
|
212
|
-
"metaUid": "
|
|
282
|
+
"metaUid": "50ca-114"
|
|
213
283
|
},
|
|
214
|
-
"
|
|
284
|
+
"50ca-117": {
|
|
215
285
|
"renderedLength": 479,
|
|
216
286
|
"gzipLength": 256,
|
|
217
287
|
"brotliLength": 0,
|
|
218
|
-
"metaUid": "
|
|
288
|
+
"metaUid": "50ca-116"
|
|
219
289
|
},
|
|
220
|
-
"
|
|
290
|
+
"50ca-119": {
|
|
221
291
|
"renderedLength": 429,
|
|
222
292
|
"gzipLength": 238,
|
|
223
293
|
"brotliLength": 0,
|
|
224
|
-
"metaUid": "
|
|
294
|
+
"metaUid": "50ca-118"
|
|
225
295
|
},
|
|
226
|
-
"
|
|
296
|
+
"50ca-121": {
|
|
227
297
|
"renderedLength": 2866,
|
|
228
298
|
"gzipLength": 974,
|
|
229
299
|
"brotliLength": 0,
|
|
230
|
-
"metaUid": "
|
|
300
|
+
"metaUid": "50ca-120"
|
|
231
301
|
},
|
|
232
|
-
"
|
|
302
|
+
"50ca-123": {
|
|
233
303
|
"renderedLength": 1281,
|
|
234
304
|
"gzipLength": 547,
|
|
235
305
|
"brotliLength": 0,
|
|
236
|
-
"metaUid": "
|
|
306
|
+
"metaUid": "50ca-122"
|
|
237
307
|
},
|
|
238
|
-
"
|
|
308
|
+
"50ca-125": {
|
|
239
309
|
"renderedLength": 172,
|
|
240
310
|
"gzipLength": 132,
|
|
241
311
|
"brotliLength": 0,
|
|
242
|
-
"metaUid": "
|
|
312
|
+
"metaUid": "50ca-124"
|
|
243
313
|
},
|
|
244
|
-
"
|
|
314
|
+
"50ca-127": {
|
|
245
315
|
"renderedLength": 1706,
|
|
246
316
|
"gzipLength": 575,
|
|
247
317
|
"brotliLength": 0,
|
|
248
|
-
"metaUid": "
|
|
318
|
+
"metaUid": "50ca-126"
|
|
249
319
|
},
|
|
250
|
-
"
|
|
251
|
-
"renderedLength":
|
|
252
|
-
"gzipLength":
|
|
320
|
+
"50ca-129": {
|
|
321
|
+
"renderedLength": 37974,
|
|
322
|
+
"gzipLength": 9105,
|
|
253
323
|
"brotliLength": 0,
|
|
254
|
-
"metaUid": "
|
|
324
|
+
"metaUid": "50ca-128"
|
|
255
325
|
},
|
|
256
|
-
"
|
|
326
|
+
"50ca-131": {
|
|
257
327
|
"renderedLength": 5597,
|
|
258
328
|
"gzipLength": 1450,
|
|
259
329
|
"brotliLength": 0,
|
|
260
|
-
"metaUid": "
|
|
330
|
+
"metaUid": "50ca-130"
|
|
261
331
|
},
|
|
262
|
-
"
|
|
332
|
+
"50ca-133": {
|
|
263
333
|
"renderedLength": 490,
|
|
264
334
|
"gzipLength": 250,
|
|
265
335
|
"brotliLength": 0,
|
|
266
|
-
"metaUid": "
|
|
336
|
+
"metaUid": "50ca-132"
|
|
267
337
|
},
|
|
268
|
-
"
|
|
338
|
+
"50ca-135": {
|
|
269
339
|
"renderedLength": 695,
|
|
270
340
|
"gzipLength": 280,
|
|
271
341
|
"brotliLength": 0,
|
|
272
|
-
"metaUid": "
|
|
342
|
+
"metaUid": "50ca-134"
|
|
273
343
|
},
|
|
274
|
-
"
|
|
344
|
+
"50ca-137": {
|
|
275
345
|
"renderedLength": 0,
|
|
276
346
|
"gzipLength": 0,
|
|
277
347
|
"brotliLength": 0,
|
|
278
|
-
"metaUid": "
|
|
348
|
+
"metaUid": "50ca-136"
|
|
279
349
|
}
|
|
280
350
|
},
|
|
281
351
|
"nodeMetas": {
|
|
282
|
-
"
|
|
352
|
+
"50ca-76": {
|
|
283
353
|
"id": "/packages/history/build/esm/index.js",
|
|
284
354
|
"moduleParts": {
|
|
285
|
-
"index.production.js": "
|
|
355
|
+
"index.production.js": "50ca-77"
|
|
286
356
|
},
|
|
287
357
|
"imported": [],
|
|
288
358
|
"importedBy": [
|
|
289
359
|
{
|
|
290
|
-
"uid": "
|
|
360
|
+
"uid": "50ca-136"
|
|
291
361
|
},
|
|
292
362
|
{
|
|
293
|
-
"uid": "
|
|
363
|
+
"uid": "50ca-128"
|
|
294
364
|
}
|
|
295
365
|
]
|
|
296
366
|
},
|
|
297
|
-
"
|
|
367
|
+
"50ca-78": {
|
|
298
368
|
"id": "/node_modules/.pnpm/tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
|
|
299
369
|
"moduleParts": {
|
|
300
|
-
"index.production.js": "
|
|
370
|
+
"index.production.js": "50ca-79"
|
|
301
371
|
},
|
|
302
372
|
"imported": [],
|
|
303
373
|
"importedBy": [
|
|
304
374
|
{
|
|
305
|
-
"uid": "
|
|
375
|
+
"uid": "50ca-136"
|
|
306
376
|
},
|
|
307
377
|
{
|
|
308
|
-
"uid": "
|
|
378
|
+
"uid": "50ca-106"
|
|
309
379
|
},
|
|
310
380
|
{
|
|
311
|
-
"uid": "
|
|
381
|
+
"uid": "50ca-104"
|
|
312
382
|
},
|
|
313
383
|
{
|
|
314
|
-
"uid": "
|
|
384
|
+
"uid": "50ca-128"
|
|
315
385
|
}
|
|
316
386
|
]
|
|
317
387
|
},
|
|
318
|
-
"
|
|
388
|
+
"50ca-80": {
|
|
319
389
|
"id": "/node_modules/.pnpm/tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
|
|
320
390
|
"moduleParts": {
|
|
321
|
-
"index.production.js": "
|
|
391
|
+
"index.production.js": "50ca-81"
|
|
322
392
|
},
|
|
323
393
|
"imported": [],
|
|
324
394
|
"importedBy": [
|
|
325
395
|
{
|
|
326
|
-
"uid": "
|
|
396
|
+
"uid": "50ca-136"
|
|
327
397
|
},
|
|
328
398
|
{
|
|
329
|
-
"uid": "
|
|
399
|
+
"uid": "50ca-106"
|
|
330
400
|
},
|
|
331
401
|
{
|
|
332
|
-
"uid": "
|
|
402
|
+
"uid": "50ca-108"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"50ca-82": {
|
|
407
|
+
"id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/shim/with-selector.js?commonjs-module",
|
|
408
|
+
"moduleParts": {
|
|
409
|
+
"index.production.js": "50ca-83"
|
|
410
|
+
},
|
|
411
|
+
"imported": [],
|
|
412
|
+
"importedBy": [
|
|
413
|
+
{
|
|
414
|
+
"uid": "50ca-88"
|
|
333
415
|
}
|
|
334
416
|
]
|
|
335
417
|
},
|
|
336
|
-
"
|
|
418
|
+
"50ca-84": {
|
|
419
|
+
"id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js?commonjs-exports",
|
|
420
|
+
"moduleParts": {
|
|
421
|
+
"index.production.js": "50ca-85"
|
|
422
|
+
},
|
|
423
|
+
"imported": [],
|
|
424
|
+
"importedBy": [
|
|
425
|
+
{
|
|
426
|
+
"uid": "50ca-86"
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
"50ca-86": {
|
|
431
|
+
"id": "/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js",
|
|
432
|
+
"moduleParts": {
|
|
433
|
+
"index.production.js": "50ca-87"
|
|
434
|
+
},
|
|
435
|
+
"imported": [
|
|
436
|
+
{
|
|
437
|
+
"uid": "50ca-142"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"uid": "50ca-84"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"uid": "50ca-145"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"uid": "50ca-146"
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"importedBy": [
|
|
450
|
+
{
|
|
451
|
+
"uid": "50ca-88"
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"50ca-88": {
|
|
456
|
+
"id": "/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/shim/with-selector.js",
|
|
457
|
+
"moduleParts": {
|
|
458
|
+
"index.production.js": "50ca-89"
|
|
459
|
+
},
|
|
460
|
+
"imported": [
|
|
461
|
+
{
|
|
462
|
+
"uid": "50ca-142"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"uid": "50ca-82"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"uid": "50ca-143"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"uid": "50ca-86"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"importedBy": [
|
|
475
|
+
{
|
|
476
|
+
"uid": "50ca-92"
|
|
477
|
+
}
|
|
478
|
+
]
|
|
479
|
+
},
|
|
480
|
+
"50ca-90": {
|
|
481
|
+
"id": "/node_modules/.pnpm/@tanstack+store@0.1.3/node_modules/@tanstack/store/build/modern/index.js",
|
|
482
|
+
"moduleParts": {
|
|
483
|
+
"index.production.js": "50ca-91"
|
|
484
|
+
},
|
|
485
|
+
"imported": [],
|
|
486
|
+
"importedBy": [
|
|
487
|
+
{
|
|
488
|
+
"uid": "50ca-128"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"uid": "50ca-92"
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
"50ca-92": {
|
|
496
|
+
"id": "/node_modules/.pnpm/@tanstack+react-store@0.2.1/node_modules/@tanstack/react-store/build/modern/index.js",
|
|
497
|
+
"moduleParts": {
|
|
498
|
+
"index.production.js": "50ca-93"
|
|
499
|
+
},
|
|
500
|
+
"imported": [
|
|
501
|
+
{
|
|
502
|
+
"uid": "50ca-88"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"uid": "50ca-90"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"importedBy": [
|
|
509
|
+
{
|
|
510
|
+
"uid": "50ca-108"
|
|
511
|
+
}
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
"50ca-94": {
|
|
337
515
|
"id": "/packages/react-router/src/CatchBoundary.tsx",
|
|
338
516
|
"moduleParts": {
|
|
339
|
-
"index.production.js": "
|
|
517
|
+
"index.production.js": "50ca-95"
|
|
340
518
|
},
|
|
341
519
|
"imported": [
|
|
342
520
|
{
|
|
343
|
-
"uid": "
|
|
521
|
+
"uid": "50ca-141"
|
|
344
522
|
}
|
|
345
523
|
],
|
|
346
524
|
"importedBy": [
|
|
347
525
|
{
|
|
348
|
-
"uid": "
|
|
526
|
+
"uid": "50ca-136"
|
|
349
527
|
},
|
|
350
528
|
{
|
|
351
|
-
"uid": "
|
|
529
|
+
"uid": "50ca-106"
|
|
352
530
|
}
|
|
353
531
|
]
|
|
354
532
|
},
|
|
355
|
-
"
|
|
533
|
+
"50ca-96": {
|
|
356
534
|
"id": "/packages/react-router/src/utils.ts",
|
|
357
535
|
"moduleParts": {
|
|
358
|
-
"index.production.js": "
|
|
536
|
+
"index.production.js": "50ca-97"
|
|
359
537
|
},
|
|
360
538
|
"imported": [
|
|
361
539
|
{
|
|
362
|
-
"uid": "
|
|
540
|
+
"uid": "50ca-141"
|
|
363
541
|
},
|
|
364
542
|
{
|
|
365
|
-
"uid": "
|
|
543
|
+
"uid": "50ca-106"
|
|
366
544
|
}
|
|
367
545
|
],
|
|
368
546
|
"importedBy": [
|
|
369
547
|
{
|
|
370
|
-
"uid": "
|
|
548
|
+
"uid": "50ca-136"
|
|
371
549
|
},
|
|
372
550
|
{
|
|
373
|
-
"uid": "
|
|
551
|
+
"uid": "50ca-120"
|
|
374
552
|
},
|
|
375
553
|
{
|
|
376
|
-
"uid": "
|
|
554
|
+
"uid": "50ca-98"
|
|
377
555
|
},
|
|
378
556
|
{
|
|
379
|
-
"uid": "
|
|
557
|
+
"uid": "50ca-128"
|
|
380
558
|
},
|
|
381
559
|
{
|
|
382
|
-
"uid": "
|
|
560
|
+
"uid": "50ca-108"
|
|
383
561
|
},
|
|
384
562
|
{
|
|
385
|
-
"uid": "
|
|
563
|
+
"uid": "50ca-130"
|
|
386
564
|
},
|
|
387
565
|
{
|
|
388
|
-
"uid": "
|
|
566
|
+
"uid": "50ca-134"
|
|
389
567
|
},
|
|
390
568
|
{
|
|
391
|
-
"uid": "
|
|
569
|
+
"uid": "50ca-100"
|
|
392
570
|
}
|
|
393
571
|
]
|
|
394
572
|
},
|
|
395
|
-
"
|
|
573
|
+
"50ca-98": {
|
|
396
574
|
"id": "/packages/react-router/src/path.ts",
|
|
397
575
|
"moduleParts": {
|
|
398
|
-
"index.production.js": "
|
|
576
|
+
"index.production.js": "50ca-99"
|
|
399
577
|
},
|
|
400
578
|
"imported": [
|
|
401
579
|
{
|
|
402
|
-
"uid": "
|
|
580
|
+
"uid": "50ca-96"
|
|
403
581
|
}
|
|
404
582
|
],
|
|
405
583
|
"importedBy": [
|
|
406
584
|
{
|
|
407
|
-
"uid": "
|
|
585
|
+
"uid": "50ca-136"
|
|
408
586
|
},
|
|
409
587
|
{
|
|
410
|
-
"uid": "
|
|
588
|
+
"uid": "50ca-104"
|
|
411
589
|
},
|
|
412
590
|
{
|
|
413
|
-
"uid": "
|
|
591
|
+
"uid": "50ca-128"
|
|
414
592
|
}
|
|
415
593
|
]
|
|
416
594
|
},
|
|
417
|
-
"
|
|
595
|
+
"50ca-100": {
|
|
418
596
|
"id": "/packages/react-router/src/useParams.tsx",
|
|
419
597
|
"moduleParts": {
|
|
420
|
-
"index.production.js": "
|
|
598
|
+
"index.production.js": "50ca-101"
|
|
421
599
|
},
|
|
422
600
|
"imported": [
|
|
423
601
|
{
|
|
424
|
-
"uid": "
|
|
602
|
+
"uid": "50ca-96"
|
|
425
603
|
},
|
|
426
604
|
{
|
|
427
|
-
"uid": "
|
|
605
|
+
"uid": "50ca-108"
|
|
428
606
|
}
|
|
429
607
|
],
|
|
430
608
|
"importedBy": [
|
|
431
609
|
{
|
|
432
|
-
"uid": "
|
|
610
|
+
"uid": "50ca-136"
|
|
433
611
|
},
|
|
434
612
|
{
|
|
435
|
-
"uid": "
|
|
613
|
+
"uid": "50ca-104"
|
|
436
614
|
}
|
|
437
615
|
]
|
|
438
616
|
},
|
|
439
|
-
"
|
|
617
|
+
"50ca-102": {
|
|
440
618
|
"id": "/packages/react-router/src/useSearch.tsx",
|
|
441
619
|
"moduleParts": {
|
|
442
|
-
"index.production.js": "
|
|
620
|
+
"index.production.js": "50ca-103"
|
|
443
621
|
},
|
|
444
622
|
"imported": [
|
|
445
623
|
{
|
|
446
|
-
"uid": "
|
|
624
|
+
"uid": "50ca-106"
|
|
447
625
|
}
|
|
448
626
|
],
|
|
449
627
|
"importedBy": [
|
|
450
628
|
{
|
|
451
|
-
"uid": "
|
|
629
|
+
"uid": "50ca-136"
|
|
452
630
|
},
|
|
453
631
|
{
|
|
454
|
-
"uid": "
|
|
632
|
+
"uid": "50ca-104"
|
|
455
633
|
}
|
|
456
634
|
]
|
|
457
635
|
},
|
|
458
|
-
"
|
|
636
|
+
"50ca-104": {
|
|
459
637
|
"id": "/packages/react-router/src/route.ts",
|
|
460
638
|
"moduleParts": {
|
|
461
|
-
"index.production.js": "
|
|
639
|
+
"index.production.js": "50ca-105"
|
|
462
640
|
},
|
|
463
641
|
"imported": [
|
|
464
642
|
{
|
|
465
|
-
"uid": "
|
|
643
|
+
"uid": "50ca-78"
|
|
466
644
|
},
|
|
467
645
|
{
|
|
468
|
-
"uid": "
|
|
646
|
+
"uid": "50ca-106"
|
|
469
647
|
},
|
|
470
648
|
{
|
|
471
|
-
"uid": "
|
|
649
|
+
"uid": "50ca-98"
|
|
472
650
|
},
|
|
473
651
|
{
|
|
474
|
-
"uid": "
|
|
652
|
+
"uid": "50ca-100"
|
|
475
653
|
},
|
|
476
654
|
{
|
|
477
|
-
"uid": "
|
|
655
|
+
"uid": "50ca-102"
|
|
478
656
|
}
|
|
479
657
|
],
|
|
480
658
|
"importedBy": [
|
|
481
659
|
{
|
|
482
|
-
"uid": "
|
|
660
|
+
"uid": "50ca-136"
|
|
483
661
|
},
|
|
484
662
|
{
|
|
485
|
-
"uid": "
|
|
663
|
+
"uid": "50ca-114"
|
|
486
664
|
},
|
|
487
665
|
{
|
|
488
|
-
"uid": "
|
|
666
|
+
"uid": "50ca-106"
|
|
489
667
|
}
|
|
490
668
|
]
|
|
491
669
|
},
|
|
492
|
-
"
|
|
670
|
+
"50ca-106": {
|
|
493
671
|
"id": "/packages/react-router/src/Matches.tsx",
|
|
494
672
|
"moduleParts": {
|
|
495
|
-
"index.production.js": "
|
|
673
|
+
"index.production.js": "50ca-107"
|
|
496
674
|
},
|
|
497
675
|
"imported": [
|
|
498
676
|
{
|
|
499
|
-
"uid": "
|
|
677
|
+
"uid": "50ca-141"
|
|
500
678
|
},
|
|
501
679
|
{
|
|
502
|
-
"uid": "
|
|
680
|
+
"uid": "50ca-78"
|
|
503
681
|
},
|
|
504
682
|
{
|
|
505
|
-
"uid": "
|
|
683
|
+
"uid": "50ca-80"
|
|
506
684
|
},
|
|
507
685
|
{
|
|
508
|
-
"uid": "
|
|
686
|
+
"uid": "50ca-94"
|
|
509
687
|
},
|
|
510
688
|
{
|
|
511
|
-
"uid": "
|
|
689
|
+
"uid": "50ca-108"
|
|
512
690
|
},
|
|
513
691
|
{
|
|
514
|
-
"uid": "
|
|
692
|
+
"uid": "50ca-104"
|
|
515
693
|
}
|
|
516
694
|
],
|
|
517
695
|
"importedBy": [
|
|
518
696
|
{
|
|
519
|
-
"uid": "
|
|
697
|
+
"uid": "50ca-136"
|
|
520
698
|
},
|
|
521
699
|
{
|
|
522
|
-
"uid": "
|
|
700
|
+
"uid": "50ca-120"
|
|
523
701
|
},
|
|
524
702
|
{
|
|
525
|
-
"uid": "
|
|
703
|
+
"uid": "50ca-104"
|
|
526
704
|
},
|
|
527
705
|
{
|
|
528
|
-
"uid": "
|
|
706
|
+
"uid": "50ca-108"
|
|
529
707
|
},
|
|
530
708
|
{
|
|
531
|
-
"uid": "
|
|
709
|
+
"uid": "50ca-134"
|
|
532
710
|
},
|
|
533
711
|
{
|
|
534
|
-
"uid": "
|
|
712
|
+
"uid": "50ca-102"
|
|
535
713
|
},
|
|
536
714
|
{
|
|
537
|
-
"uid": "
|
|
715
|
+
"uid": "50ca-96"
|
|
538
716
|
}
|
|
539
717
|
]
|
|
540
718
|
},
|
|
541
|
-
"
|
|
719
|
+
"50ca-108": {
|
|
542
720
|
"id": "/packages/react-router/src/RouterProvider.tsx",
|
|
543
721
|
"moduleParts": {
|
|
544
|
-
"index.production.js": "
|
|
722
|
+
"index.production.js": "50ca-109"
|
|
545
723
|
},
|
|
546
724
|
"imported": [
|
|
547
725
|
{
|
|
548
|
-
"uid": "
|
|
726
|
+
"uid": "50ca-141"
|
|
549
727
|
},
|
|
550
728
|
{
|
|
551
|
-
"uid": "
|
|
729
|
+
"uid": "50ca-80"
|
|
552
730
|
},
|
|
553
731
|
{
|
|
554
|
-
"uid": "
|
|
732
|
+
"uid": "50ca-92"
|
|
555
733
|
},
|
|
556
734
|
{
|
|
557
|
-
"uid": "
|
|
735
|
+
"uid": "50ca-106"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"uid": "50ca-96"
|
|
558
739
|
}
|
|
559
740
|
],
|
|
560
741
|
"importedBy": [
|
|
561
742
|
{
|
|
562
|
-
"uid": "
|
|
743
|
+
"uid": "50ca-136"
|
|
563
744
|
},
|
|
564
745
|
{
|
|
565
|
-
"uid": "
|
|
746
|
+
"uid": "50ca-112"
|
|
566
747
|
},
|
|
567
748
|
{
|
|
568
|
-
"uid": "
|
|
749
|
+
"uid": "50ca-120"
|
|
569
750
|
},
|
|
570
751
|
{
|
|
571
|
-
"uid": "
|
|
752
|
+
"uid": "50ca-106"
|
|
572
753
|
},
|
|
573
754
|
{
|
|
574
|
-
"uid": "
|
|
755
|
+
"uid": "50ca-128"
|
|
575
756
|
},
|
|
576
757
|
{
|
|
577
|
-
"uid": "
|
|
758
|
+
"uid": "50ca-130"
|
|
578
759
|
},
|
|
579
760
|
{
|
|
580
|
-
"uid": "
|
|
761
|
+
"uid": "50ca-132"
|
|
581
762
|
},
|
|
582
763
|
{
|
|
583
|
-
"uid": "
|
|
764
|
+
"uid": "50ca-134"
|
|
584
765
|
},
|
|
585
766
|
{
|
|
586
|
-
"uid": "
|
|
767
|
+
"uid": "50ca-100"
|
|
587
768
|
}
|
|
588
769
|
]
|
|
589
770
|
},
|
|
590
|
-
"
|
|
771
|
+
"50ca-110": {
|
|
591
772
|
"id": "/packages/react-router/src/defer.ts",
|
|
592
773
|
"moduleParts": {
|
|
593
|
-
"index.production.js": "
|
|
774
|
+
"index.production.js": "50ca-111"
|
|
594
775
|
},
|
|
595
776
|
"imported": [],
|
|
596
777
|
"importedBy": [
|
|
597
778
|
{
|
|
598
|
-
"uid": "
|
|
779
|
+
"uid": "50ca-136"
|
|
599
780
|
},
|
|
600
781
|
{
|
|
601
|
-
"uid": "
|
|
782
|
+
"uid": "50ca-112"
|
|
602
783
|
}
|
|
603
784
|
]
|
|
604
785
|
},
|
|
605
|
-
"
|
|
786
|
+
"50ca-112": {
|
|
606
787
|
"id": "/packages/react-router/src/awaited.tsx",
|
|
607
788
|
"moduleParts": {
|
|
608
|
-
"index.production.js": "
|
|
789
|
+
"index.production.js": "50ca-113"
|
|
609
790
|
},
|
|
610
791
|
"imported": [
|
|
611
792
|
{
|
|
612
|
-
"uid": "
|
|
793
|
+
"uid": "50ca-108"
|
|
613
794
|
},
|
|
614
795
|
{
|
|
615
|
-
"uid": "
|
|
796
|
+
"uid": "50ca-110"
|
|
616
797
|
}
|
|
617
798
|
],
|
|
618
799
|
"importedBy": [
|
|
619
800
|
{
|
|
620
|
-
"uid": "
|
|
801
|
+
"uid": "50ca-136"
|
|
621
802
|
}
|
|
622
803
|
]
|
|
623
804
|
},
|
|
624
|
-
"
|
|
805
|
+
"50ca-114": {
|
|
625
806
|
"id": "/packages/react-router/src/fileRoute.ts",
|
|
626
807
|
"moduleParts": {
|
|
627
|
-
"index.production.js": "
|
|
808
|
+
"index.production.js": "50ca-115"
|
|
628
809
|
},
|
|
629
810
|
"imported": [
|
|
630
811
|
{
|
|
631
|
-
"uid": "
|
|
812
|
+
"uid": "50ca-104"
|
|
632
813
|
}
|
|
633
814
|
],
|
|
634
815
|
"importedBy": [
|
|
635
816
|
{
|
|
636
|
-
"uid": "
|
|
817
|
+
"uid": "50ca-136"
|
|
637
818
|
}
|
|
638
819
|
]
|
|
639
820
|
},
|
|
640
|
-
"
|
|
821
|
+
"50ca-116": {
|
|
641
822
|
"id": "/packages/react-router/src/lazyRouteComponent.tsx",
|
|
642
823
|
"moduleParts": {
|
|
643
|
-
"index.production.js": "
|
|
824
|
+
"index.production.js": "50ca-117"
|
|
644
825
|
},
|
|
645
826
|
"imported": [
|
|
646
827
|
{
|
|
647
|
-
"uid": "
|
|
828
|
+
"uid": "50ca-141"
|
|
648
829
|
}
|
|
649
830
|
],
|
|
650
831
|
"importedBy": [
|
|
651
832
|
{
|
|
652
|
-
"uid": "
|
|
833
|
+
"uid": "50ca-136"
|
|
653
834
|
}
|
|
654
835
|
]
|
|
655
836
|
},
|
|
656
|
-
"
|
|
837
|
+
"50ca-118": {
|
|
657
838
|
"id": "\u0000rollupPluginBabelHelpers.js",
|
|
658
839
|
"moduleParts": {
|
|
659
|
-
"index.production.js": "
|
|
840
|
+
"index.production.js": "50ca-119"
|
|
660
841
|
},
|
|
661
842
|
"imported": [],
|
|
662
843
|
"importedBy": [
|
|
663
844
|
{
|
|
664
|
-
"uid": "
|
|
845
|
+
"uid": "50ca-120"
|
|
665
846
|
}
|
|
666
847
|
]
|
|
667
848
|
},
|
|
668
|
-
"
|
|
849
|
+
"50ca-120": {
|
|
669
850
|
"id": "/packages/react-router/src/link.tsx",
|
|
670
851
|
"moduleParts": {
|
|
671
|
-
"index.production.js": "
|
|
852
|
+
"index.production.js": "50ca-121"
|
|
672
853
|
},
|
|
673
854
|
"imported": [
|
|
674
855
|
{
|
|
675
|
-
"uid": "
|
|
856
|
+
"uid": "50ca-118"
|
|
676
857
|
},
|
|
677
858
|
{
|
|
678
|
-
"uid": "
|
|
859
|
+
"uid": "50ca-141"
|
|
679
860
|
},
|
|
680
861
|
{
|
|
681
|
-
"uid": "
|
|
862
|
+
"uid": "50ca-106"
|
|
682
863
|
},
|
|
683
864
|
{
|
|
684
|
-
"uid": "
|
|
865
|
+
"uid": "50ca-108"
|
|
685
866
|
},
|
|
686
867
|
{
|
|
687
|
-
"uid": "
|
|
868
|
+
"uid": "50ca-96"
|
|
688
869
|
}
|
|
689
870
|
],
|
|
690
871
|
"importedBy": [
|
|
691
872
|
{
|
|
692
|
-
"uid": "
|
|
873
|
+
"uid": "50ca-136"
|
|
693
874
|
}
|
|
694
875
|
]
|
|
695
876
|
},
|
|
696
|
-
"
|
|
877
|
+
"50ca-122": {
|
|
697
878
|
"id": "/packages/react-router/src/qss.ts",
|
|
698
879
|
"moduleParts": {
|
|
699
|
-
"index.production.js": "
|
|
880
|
+
"index.production.js": "50ca-123"
|
|
700
881
|
},
|
|
701
882
|
"imported": [],
|
|
702
883
|
"importedBy": [
|
|
703
884
|
{
|
|
704
|
-
"uid": "
|
|
885
|
+
"uid": "50ca-136"
|
|
705
886
|
},
|
|
706
887
|
{
|
|
707
|
-
"uid": "
|
|
888
|
+
"uid": "50ca-126"
|
|
708
889
|
}
|
|
709
890
|
]
|
|
710
891
|
},
|
|
711
|
-
"
|
|
892
|
+
"50ca-124": {
|
|
712
893
|
"id": "/packages/react-router/src/redirects.ts",
|
|
713
894
|
"moduleParts": {
|
|
714
|
-
"index.production.js": "
|
|
895
|
+
"index.production.js": "50ca-125"
|
|
715
896
|
},
|
|
716
897
|
"imported": [],
|
|
717
898
|
"importedBy": [
|
|
718
899
|
{
|
|
719
|
-
"uid": "
|
|
900
|
+
"uid": "50ca-136"
|
|
720
901
|
},
|
|
721
902
|
{
|
|
722
|
-
"uid": "
|
|
903
|
+
"uid": "50ca-128"
|
|
723
904
|
}
|
|
724
905
|
]
|
|
725
906
|
},
|
|
726
|
-
"
|
|
907
|
+
"50ca-126": {
|
|
727
908
|
"id": "/packages/react-router/src/searchParams.ts",
|
|
728
909
|
"moduleParts": {
|
|
729
|
-
"index.production.js": "
|
|
910
|
+
"index.production.js": "50ca-127"
|
|
730
911
|
},
|
|
731
912
|
"imported": [
|
|
732
913
|
{
|
|
733
|
-
"uid": "
|
|
914
|
+
"uid": "50ca-122"
|
|
734
915
|
}
|
|
735
916
|
],
|
|
736
917
|
"importedBy": [
|
|
737
918
|
{
|
|
738
|
-
"uid": "
|
|
919
|
+
"uid": "50ca-136"
|
|
739
920
|
},
|
|
740
921
|
{
|
|
741
|
-
"uid": "
|
|
922
|
+
"uid": "50ca-128"
|
|
742
923
|
}
|
|
743
924
|
]
|
|
744
925
|
},
|
|
745
|
-
"
|
|
926
|
+
"50ca-128": {
|
|
746
927
|
"id": "/packages/react-router/src/router.ts",
|
|
747
928
|
"moduleParts": {
|
|
748
|
-
"index.production.js": "
|
|
929
|
+
"index.production.js": "50ca-129"
|
|
749
930
|
},
|
|
750
931
|
"imported": [
|
|
751
932
|
{
|
|
752
|
-
"uid": "
|
|
933
|
+
"uid": "50ca-76"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"uid": "50ca-90"
|
|
753
937
|
},
|
|
754
938
|
{
|
|
755
|
-
"uid": "
|
|
939
|
+
"uid": "50ca-126"
|
|
756
940
|
},
|
|
757
941
|
{
|
|
758
|
-
"uid": "
|
|
942
|
+
"uid": "50ca-96"
|
|
759
943
|
},
|
|
760
944
|
{
|
|
761
|
-
"uid": "
|
|
945
|
+
"uid": "50ca-108"
|
|
762
946
|
},
|
|
763
947
|
{
|
|
764
|
-
"uid": "
|
|
948
|
+
"uid": "50ca-98"
|
|
765
949
|
},
|
|
766
950
|
{
|
|
767
|
-
"uid": "
|
|
951
|
+
"uid": "50ca-78"
|
|
768
952
|
},
|
|
769
953
|
{
|
|
770
|
-
"uid": "
|
|
954
|
+
"uid": "50ca-124"
|
|
771
955
|
}
|
|
772
956
|
],
|
|
773
957
|
"importedBy": [
|
|
774
958
|
{
|
|
775
|
-
"uid": "
|
|
959
|
+
"uid": "50ca-136"
|
|
776
960
|
}
|
|
777
961
|
]
|
|
778
962
|
},
|
|
779
|
-
"
|
|
963
|
+
"50ca-130": {
|
|
780
964
|
"id": "/packages/react-router/src/scroll-restoration.tsx",
|
|
781
965
|
"moduleParts": {
|
|
782
|
-
"index.production.js": "
|
|
966
|
+
"index.production.js": "50ca-131"
|
|
783
967
|
},
|
|
784
968
|
"imported": [
|
|
785
969
|
{
|
|
786
|
-
"uid": "
|
|
970
|
+
"uid": "50ca-141"
|
|
787
971
|
},
|
|
788
972
|
{
|
|
789
|
-
"uid": "
|
|
973
|
+
"uid": "50ca-108"
|
|
790
974
|
},
|
|
791
975
|
{
|
|
792
|
-
"uid": "
|
|
976
|
+
"uid": "50ca-96"
|
|
793
977
|
}
|
|
794
978
|
],
|
|
795
979
|
"importedBy": [
|
|
796
980
|
{
|
|
797
|
-
"uid": "
|
|
981
|
+
"uid": "50ca-136"
|
|
798
982
|
}
|
|
799
983
|
]
|
|
800
984
|
},
|
|
801
|
-
"
|
|
985
|
+
"50ca-132": {
|
|
802
986
|
"id": "/packages/react-router/src/useBlocker.tsx",
|
|
803
987
|
"moduleParts": {
|
|
804
|
-
"index.production.js": "
|
|
988
|
+
"index.production.js": "50ca-133"
|
|
805
989
|
},
|
|
806
990
|
"imported": [
|
|
807
991
|
{
|
|
808
|
-
"uid": "
|
|
992
|
+
"uid": "50ca-141"
|
|
809
993
|
},
|
|
810
994
|
{
|
|
811
|
-
"uid": "
|
|
995
|
+
"uid": "50ca-108"
|
|
812
996
|
}
|
|
813
997
|
],
|
|
814
998
|
"importedBy": [
|
|
815
999
|
{
|
|
816
|
-
"uid": "
|
|
1000
|
+
"uid": "50ca-136"
|
|
817
1001
|
}
|
|
818
1002
|
]
|
|
819
1003
|
},
|
|
820
|
-
"
|
|
1004
|
+
"50ca-134": {
|
|
821
1005
|
"id": "/packages/react-router/src/useNavigate.tsx",
|
|
822
1006
|
"moduleParts": {
|
|
823
|
-
"index.production.js": "
|
|
1007
|
+
"index.production.js": "50ca-135"
|
|
824
1008
|
},
|
|
825
1009
|
"imported": [
|
|
826
1010
|
{
|
|
827
|
-
"uid": "
|
|
1011
|
+
"uid": "50ca-141"
|
|
828
1012
|
},
|
|
829
1013
|
{
|
|
830
|
-
"uid": "
|
|
1014
|
+
"uid": "50ca-106"
|
|
831
1015
|
},
|
|
832
1016
|
{
|
|
833
|
-
"uid": "
|
|
1017
|
+
"uid": "50ca-108"
|
|
834
1018
|
},
|
|
835
1019
|
{
|
|
836
|
-
"uid": "
|
|
1020
|
+
"uid": "50ca-96"
|
|
837
1021
|
}
|
|
838
1022
|
],
|
|
839
1023
|
"importedBy": [
|
|
840
1024
|
{
|
|
841
|
-
"uid": "
|
|
1025
|
+
"uid": "50ca-136"
|
|
842
1026
|
}
|
|
843
1027
|
]
|
|
844
1028
|
},
|
|
845
|
-
"
|
|
1029
|
+
"50ca-136": {
|
|
846
1030
|
"id": "/packages/react-router/src/index.tsx",
|
|
847
1031
|
"moduleParts": {
|
|
848
|
-
"index.production.js": "
|
|
1032
|
+
"index.production.js": "50ca-137"
|
|
849
1033
|
},
|
|
850
1034
|
"imported": [
|
|
851
1035
|
{
|
|
852
|
-
"uid": "
|
|
1036
|
+
"uid": "50ca-76"
|
|
853
1037
|
},
|
|
854
1038
|
{
|
|
855
|
-
"uid": "
|
|
1039
|
+
"uid": "50ca-78"
|
|
856
1040
|
},
|
|
857
1041
|
{
|
|
858
|
-
"uid": "
|
|
1042
|
+
"uid": "50ca-80"
|
|
859
1043
|
},
|
|
860
1044
|
{
|
|
861
|
-
"uid": "
|
|
1045
|
+
"uid": "50ca-112"
|
|
862
1046
|
},
|
|
863
1047
|
{
|
|
864
|
-
"uid": "
|
|
1048
|
+
"uid": "50ca-110"
|
|
865
1049
|
},
|
|
866
1050
|
{
|
|
867
|
-
"uid": "
|
|
1051
|
+
"uid": "50ca-94"
|
|
868
1052
|
},
|
|
869
1053
|
{
|
|
870
|
-
"uid": "
|
|
1054
|
+
"uid": "50ca-114"
|
|
871
1055
|
},
|
|
872
1056
|
{
|
|
873
|
-
"uid": "
|
|
1057
|
+
"uid": "50ca-138"
|
|
874
1058
|
},
|
|
875
1059
|
{
|
|
876
|
-
"uid": "
|
|
1060
|
+
"uid": "50ca-136"
|
|
877
1061
|
},
|
|
878
1062
|
{
|
|
879
|
-
"uid": "
|
|
1063
|
+
"uid": "50ca-116"
|
|
880
1064
|
},
|
|
881
1065
|
{
|
|
882
|
-
"uid": "
|
|
1066
|
+
"uid": "50ca-120"
|
|
883
1067
|
},
|
|
884
1068
|
{
|
|
885
|
-
"uid": "
|
|
1069
|
+
"uid": "50ca-139"
|
|
886
1070
|
},
|
|
887
1071
|
{
|
|
888
|
-
"uid": "
|
|
1072
|
+
"uid": "50ca-106"
|
|
889
1073
|
},
|
|
890
1074
|
{
|
|
891
|
-
"uid": "
|
|
1075
|
+
"uid": "50ca-98"
|
|
892
1076
|
},
|
|
893
1077
|
{
|
|
894
|
-
"uid": "
|
|
1078
|
+
"uid": "50ca-122"
|
|
895
1079
|
},
|
|
896
1080
|
{
|
|
897
|
-
"uid": "
|
|
1081
|
+
"uid": "50ca-124"
|
|
898
1082
|
},
|
|
899
1083
|
{
|
|
900
|
-
"uid": "
|
|
1084
|
+
"uid": "50ca-104"
|
|
901
1085
|
},
|
|
902
1086
|
{
|
|
903
|
-
"uid": "
|
|
1087
|
+
"uid": "50ca-140"
|
|
904
1088
|
},
|
|
905
1089
|
{
|
|
906
|
-
"uid": "
|
|
1090
|
+
"uid": "50ca-128"
|
|
907
1091
|
},
|
|
908
1092
|
{
|
|
909
|
-
"uid": "
|
|
1093
|
+
"uid": "50ca-108"
|
|
910
1094
|
},
|
|
911
1095
|
{
|
|
912
|
-
"uid": "
|
|
1096
|
+
"uid": "50ca-130"
|
|
913
1097
|
},
|
|
914
1098
|
{
|
|
915
|
-
"uid": "
|
|
1099
|
+
"uid": "50ca-126"
|
|
916
1100
|
},
|
|
917
1101
|
{
|
|
918
|
-
"uid": "
|
|
1102
|
+
"uid": "50ca-132"
|
|
919
1103
|
},
|
|
920
1104
|
{
|
|
921
|
-
"uid": "
|
|
1105
|
+
"uid": "50ca-134"
|
|
922
1106
|
},
|
|
923
1107
|
{
|
|
924
|
-
"uid": "
|
|
1108
|
+
"uid": "50ca-100"
|
|
925
1109
|
},
|
|
926
1110
|
{
|
|
927
|
-
"uid": "
|
|
1111
|
+
"uid": "50ca-102"
|
|
928
1112
|
},
|
|
929
1113
|
{
|
|
930
|
-
"uid": "
|
|
1114
|
+
"uid": "50ca-96"
|
|
931
1115
|
}
|
|
932
1116
|
],
|
|
933
1117
|
"importedBy": [
|
|
934
1118
|
{
|
|
935
|
-
"uid": "
|
|
1119
|
+
"uid": "50ca-136"
|
|
936
1120
|
}
|
|
937
1121
|
],
|
|
938
1122
|
"isEntry": true
|
|
939
1123
|
},
|
|
940
|
-
"
|
|
1124
|
+
"50ca-138": {
|
|
941
1125
|
"id": "/packages/react-router/src/history.ts",
|
|
942
1126
|
"moduleParts": {},
|
|
943
1127
|
"imported": [],
|
|
944
1128
|
"importedBy": [
|
|
945
1129
|
{
|
|
946
|
-
"uid": "
|
|
1130
|
+
"uid": "50ca-136"
|
|
947
1131
|
}
|
|
948
1132
|
]
|
|
949
1133
|
},
|
|
950
|
-
"
|
|
1134
|
+
"50ca-139": {
|
|
951
1135
|
"id": "/packages/react-router/src/location.ts",
|
|
952
1136
|
"moduleParts": {},
|
|
953
1137
|
"imported": [],
|
|
954
1138
|
"importedBy": [
|
|
955
1139
|
{
|
|
956
|
-
"uid": "
|
|
1140
|
+
"uid": "50ca-136"
|
|
957
1141
|
}
|
|
958
1142
|
]
|
|
959
1143
|
},
|
|
960
|
-
"
|
|
1144
|
+
"50ca-140": {
|
|
961
1145
|
"id": "/packages/react-router/src/routeInfo.ts",
|
|
962
1146
|
"moduleParts": {},
|
|
963
1147
|
"imported": [],
|
|
964
1148
|
"importedBy": [
|
|
965
1149
|
{
|
|
966
|
-
"uid": "
|
|
1150
|
+
"uid": "50ca-136"
|
|
967
1151
|
}
|
|
968
1152
|
]
|
|
969
1153
|
},
|
|
970
|
-
"
|
|
1154
|
+
"50ca-141": {
|
|
971
1155
|
"id": "react",
|
|
972
1156
|
"moduleParts": {},
|
|
973
1157
|
"imported": [],
|
|
974
1158
|
"importedBy": [
|
|
975
1159
|
{
|
|
976
|
-
"uid": "
|
|
1160
|
+
"uid": "50ca-94"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"uid": "50ca-116"
|
|
977
1164
|
},
|
|
978
1165
|
{
|
|
979
|
-
"uid": "
|
|
1166
|
+
"uid": "50ca-120"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"uid": "50ca-106"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"uid": "50ca-108"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"uid": "50ca-130"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"uid": "50ca-132"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"uid": "50ca-134"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"uid": "50ca-96"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"uid": "50ca-145"
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"isExternal": true
|
|
1191
|
+
},
|
|
1192
|
+
"50ca-142": {
|
|
1193
|
+
"id": "\u0000commonjsHelpers.js",
|
|
1194
|
+
"moduleParts": {},
|
|
1195
|
+
"imported": [],
|
|
1196
|
+
"importedBy": [
|
|
1197
|
+
{
|
|
1198
|
+
"uid": "50ca-88"
|
|
980
1199
|
},
|
|
981
1200
|
{
|
|
982
|
-
"uid": "
|
|
1201
|
+
"uid": "50ca-143"
|
|
983
1202
|
},
|
|
984
1203
|
{
|
|
985
|
-
"uid": "
|
|
1204
|
+
"uid": "50ca-86"
|
|
1205
|
+
}
|
|
1206
|
+
]
|
|
1207
|
+
},
|
|
1208
|
+
"50ca-143": {
|
|
1209
|
+
"id": "/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js",
|
|
1210
|
+
"moduleParts": {},
|
|
1211
|
+
"imported": [
|
|
1212
|
+
{
|
|
1213
|
+
"uid": "50ca-142"
|
|
986
1214
|
},
|
|
987
1215
|
{
|
|
988
|
-
"uid": "
|
|
1216
|
+
"uid": "50ca-144"
|
|
989
1217
|
},
|
|
990
1218
|
{
|
|
991
|
-
"uid": "
|
|
1219
|
+
"uid": "50ca-145"
|
|
992
1220
|
},
|
|
993
1221
|
{
|
|
994
|
-
"uid": "
|
|
1222
|
+
"uid": "50ca-146"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"importedBy": [
|
|
1226
|
+
{
|
|
1227
|
+
"uid": "50ca-88"
|
|
1228
|
+
}
|
|
1229
|
+
]
|
|
1230
|
+
},
|
|
1231
|
+
"50ca-144": {
|
|
1232
|
+
"id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js?commonjs-exports",
|
|
1233
|
+
"moduleParts": {},
|
|
1234
|
+
"imported": [],
|
|
1235
|
+
"importedBy": [
|
|
1236
|
+
{
|
|
1237
|
+
"uid": "50ca-143"
|
|
1238
|
+
}
|
|
1239
|
+
]
|
|
1240
|
+
},
|
|
1241
|
+
"50ca-145": {
|
|
1242
|
+
"id": "\u0000react?commonjs-external",
|
|
1243
|
+
"moduleParts": {},
|
|
1244
|
+
"imported": [
|
|
1245
|
+
{
|
|
1246
|
+
"uid": "50ca-141"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"importedBy": [
|
|
1250
|
+
{
|
|
1251
|
+
"uid": "50ca-143"
|
|
995
1252
|
},
|
|
996
1253
|
{
|
|
997
|
-
"uid": "
|
|
1254
|
+
"uid": "50ca-86"
|
|
1255
|
+
}
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
"50ca-146": {
|
|
1259
|
+
"id": "\u0000use-sync-external-store/shim?commonjs-external",
|
|
1260
|
+
"moduleParts": {},
|
|
1261
|
+
"imported": [
|
|
1262
|
+
{
|
|
1263
|
+
"uid": "50ca-147"
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"importedBy": [
|
|
1267
|
+
{
|
|
1268
|
+
"uid": "50ca-143"
|
|
998
1269
|
},
|
|
999
1270
|
{
|
|
1000
|
-
"uid": "
|
|
1271
|
+
"uid": "50ca-86"
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
"50ca-147": {
|
|
1276
|
+
"id": "use-sync-external-store/shim",
|
|
1277
|
+
"moduleParts": {},
|
|
1278
|
+
"imported": [],
|
|
1279
|
+
"importedBy": [
|
|
1280
|
+
{
|
|
1281
|
+
"uid": "50ca-146"
|
|
1001
1282
|
}
|
|
1002
1283
|
],
|
|
1003
1284
|
"isExternal": true
|