@equinor/cpl-top-bar-react 0.6.3 → 1.0.1
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/dist/index.js +236 -271
- package/dist/index.mjs +236 -271
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -104,9 +104,9 @@ var require_interop_require_default = __commonJS({
|
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
|
107
|
-
// ../../node_modules/.pnpm/next@16.
|
|
107
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js
|
|
108
108
|
var require_app_router_context_shared_runtime = __commonJS({
|
|
109
|
-
"../../node_modules/.pnpm/next@16.
|
|
109
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js"(exports2) {
|
|
110
110
|
"use strict";
|
|
111
111
|
"use client";
|
|
112
112
|
Object.defineProperty(exports2, "__esModule", {
|
|
@@ -151,9 +151,53 @@ var require_app_router_context_shared_runtime = __commonJS({
|
|
|
151
151
|
}
|
|
152
152
|
});
|
|
153
153
|
|
|
154
|
-
// ../../node_modules/.pnpm/next@16.
|
|
154
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/readonly-url-search-params.js
|
|
155
|
+
var require_readonly_url_search_params = __commonJS({
|
|
156
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/readonly-url-search-params.js"(exports2, module2) {
|
|
157
|
+
"use strict";
|
|
158
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
159
|
+
value: true
|
|
160
|
+
});
|
|
161
|
+
Object.defineProperty(exports2, "ReadonlyURLSearchParams", {
|
|
162
|
+
enumerable: true,
|
|
163
|
+
get: function() {
|
|
164
|
+
return ReadonlyURLSearchParams;
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
var ReadonlyURLSearchParamsError = class extends Error {
|
|
168
|
+
constructor() {
|
|
169
|
+
super("Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams");
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
var ReadonlyURLSearchParams = class extends URLSearchParams {
|
|
173
|
+
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
174
|
+
append() {
|
|
175
|
+
throw new ReadonlyURLSearchParamsError();
|
|
176
|
+
}
|
|
177
|
+
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
178
|
+
delete() {
|
|
179
|
+
throw new ReadonlyURLSearchParamsError();
|
|
180
|
+
}
|
|
181
|
+
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
182
|
+
set() {
|
|
183
|
+
throw new ReadonlyURLSearchParamsError();
|
|
184
|
+
}
|
|
185
|
+
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
186
|
+
sort() {
|
|
187
|
+
throw new ReadonlyURLSearchParamsError();
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
191
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
192
|
+
Object.assign(exports2.default, exports2);
|
|
193
|
+
module2.exports = exports2.default;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
|
|
198
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js
|
|
155
199
|
var require_hooks_client_context_shared_runtime = __commonJS({
|
|
156
|
-
"../../node_modules/.pnpm/next@16.
|
|
200
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js"(exports2) {
|
|
157
201
|
"use strict";
|
|
158
202
|
"use client";
|
|
159
203
|
Object.defineProperty(exports2, "__esModule", {
|
|
@@ -175,6 +219,9 @@ var require_hooks_client_context_shared_runtime = __commonJS({
|
|
|
175
219
|
PathnameContext: function() {
|
|
176
220
|
return PathnameContext;
|
|
177
221
|
},
|
|
222
|
+
ReadonlyURLSearchParams: function() {
|
|
223
|
+
return _readonlyurlsearchparams.ReadonlyURLSearchParams;
|
|
224
|
+
},
|
|
178
225
|
SearchParamsContext: function() {
|
|
179
226
|
return SearchParamsContext;
|
|
180
227
|
},
|
|
@@ -183,6 +230,7 @@ var require_hooks_client_context_shared_runtime = __commonJS({
|
|
|
183
230
|
}
|
|
184
231
|
});
|
|
185
232
|
var _react = require("react");
|
|
233
|
+
var _readonlyurlsearchparams = require_readonly_url_search_params();
|
|
186
234
|
var SearchParamsContext = (0, _react.createContext)(null);
|
|
187
235
|
var PathnameContext = (0, _react.createContext)(null);
|
|
188
236
|
var PathParamsContext = (0, _react.createContext)(null);
|
|
@@ -203,9 +251,9 @@ var require_hooks_client_context_shared_runtime = __commonJS({
|
|
|
203
251
|
}
|
|
204
252
|
});
|
|
205
253
|
|
|
206
|
-
// ../../node_modules/.pnpm/next@16.
|
|
254
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment.js
|
|
207
255
|
var require_segment = __commonJS({
|
|
208
|
-
"../../node_modules/.pnpm/next@16.
|
|
256
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment.js"(exports2) {
|
|
209
257
|
"use strict";
|
|
210
258
|
Object.defineProperty(exports2, "__esModule", {
|
|
211
259
|
value: true
|
|
@@ -220,6 +268,9 @@ var require_segment = __commonJS({
|
|
|
220
268
|
DEFAULT_SEGMENT_KEY: function() {
|
|
221
269
|
return DEFAULT_SEGMENT_KEY;
|
|
222
270
|
},
|
|
271
|
+
NOT_FOUND_SEGMENT_KEY: function() {
|
|
272
|
+
return NOT_FOUND_SEGMENT_KEY;
|
|
273
|
+
},
|
|
223
274
|
PAGE_SEGMENT_KEY: function() {
|
|
224
275
|
return PAGE_SEGMENT_KEY;
|
|
225
276
|
},
|
|
@@ -286,56 +337,13 @@ var require_segment = __commonJS({
|
|
|
286
337
|
}
|
|
287
338
|
var PAGE_SEGMENT_KEY = "__PAGE__";
|
|
288
339
|
var DEFAULT_SEGMENT_KEY = "__DEFAULT__";
|
|
340
|
+
var NOT_FOUND_SEGMENT_KEY = "/_not-found";
|
|
289
341
|
}
|
|
290
342
|
});
|
|
291
343
|
|
|
292
|
-
// ../../node_modules/.pnpm/next@16.
|
|
293
|
-
var require_readonly_url_search_params = __commonJS({
|
|
294
|
-
"../../node_modules/.pnpm/next@16.0.7_@playwright+test@1.53.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/readonly-url-search-params.js"(exports2, module2) {
|
|
295
|
-
"use strict";
|
|
296
|
-
Object.defineProperty(exports2, "__esModule", {
|
|
297
|
-
value: true
|
|
298
|
-
});
|
|
299
|
-
Object.defineProperty(exports2, "ReadonlyURLSearchParams", {
|
|
300
|
-
enumerable: true,
|
|
301
|
-
get: function() {
|
|
302
|
-
return ReadonlyURLSearchParams;
|
|
303
|
-
}
|
|
304
|
-
});
|
|
305
|
-
var ReadonlyURLSearchParamsError = class extends Error {
|
|
306
|
-
constructor() {
|
|
307
|
-
super("Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams");
|
|
308
|
-
}
|
|
309
|
-
};
|
|
310
|
-
var ReadonlyURLSearchParams = class extends URLSearchParams {
|
|
311
|
-
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
312
|
-
append() {
|
|
313
|
-
throw new ReadonlyURLSearchParamsError();
|
|
314
|
-
}
|
|
315
|
-
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
316
|
-
delete() {
|
|
317
|
-
throw new ReadonlyURLSearchParamsError();
|
|
318
|
-
}
|
|
319
|
-
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
320
|
-
set() {
|
|
321
|
-
throw new ReadonlyURLSearchParamsError();
|
|
322
|
-
}
|
|
323
|
-
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
|
|
324
|
-
sort() {
|
|
325
|
-
throw new ReadonlyURLSearchParamsError();
|
|
326
|
-
}
|
|
327
|
-
};
|
|
328
|
-
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
329
|
-
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
330
|
-
Object.assign(exports2.default, exports2);
|
|
331
|
-
module2.exports = exports2.default;
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
});
|
|
335
|
-
|
|
336
|
-
// ../../node_modules/.pnpm/next@16.0.7_@playwright+test@1.53.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js
|
|
344
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js
|
|
337
345
|
var require_server_inserted_html_shared_runtime = __commonJS({
|
|
338
|
-
"../../node_modules/.pnpm/next@16.
|
|
346
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js"(exports2) {
|
|
339
347
|
"use strict";
|
|
340
348
|
"use client";
|
|
341
349
|
Object.defineProperty(exports2, "__esModule", {
|
|
@@ -367,9 +375,9 @@ var require_server_inserted_html_shared_runtime = __commonJS({
|
|
|
367
375
|
}
|
|
368
376
|
});
|
|
369
377
|
|
|
370
|
-
// ../../node_modules/.pnpm/next@16.
|
|
378
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unrecognized-action-error.js
|
|
371
379
|
var require_unrecognized_action_error = __commonJS({
|
|
372
|
-
"../../node_modules/.pnpm/next@16.
|
|
380
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unrecognized-action-error.js"(exports2, module2) {
|
|
373
381
|
"use strict";
|
|
374
382
|
Object.defineProperty(exports2, "__esModule", {
|
|
375
383
|
value: true
|
|
@@ -405,9 +413,9 @@ var require_unrecognized_action_error = __commonJS({
|
|
|
405
413
|
}
|
|
406
414
|
});
|
|
407
415
|
|
|
408
|
-
// ../../node_modules/.pnpm/next@16.
|
|
416
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-status-code.js
|
|
409
417
|
var require_redirect_status_code = __commonJS({
|
|
410
|
-
"../../node_modules/.pnpm/next@16.
|
|
418
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-status-code.js"(exports2, module2) {
|
|
411
419
|
"use strict";
|
|
412
420
|
Object.defineProperty(exports2, "__esModule", {
|
|
413
421
|
value: true
|
|
@@ -418,12 +426,12 @@ var require_redirect_status_code = __commonJS({
|
|
|
418
426
|
return RedirectStatusCode;
|
|
419
427
|
}
|
|
420
428
|
});
|
|
421
|
-
var RedirectStatusCode = /* @__PURE__ */ function(RedirectStatusCode2) {
|
|
429
|
+
var RedirectStatusCode = /* @__PURE__ */ (function(RedirectStatusCode2) {
|
|
422
430
|
RedirectStatusCode2[RedirectStatusCode2["SeeOther"] = 303] = "SeeOther";
|
|
423
431
|
RedirectStatusCode2[RedirectStatusCode2["TemporaryRedirect"] = 307] = "TemporaryRedirect";
|
|
424
432
|
RedirectStatusCode2[RedirectStatusCode2["PermanentRedirect"] = 308] = "PermanentRedirect";
|
|
425
433
|
return RedirectStatusCode2;
|
|
426
|
-
}({});
|
|
434
|
+
})({});
|
|
427
435
|
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
428
436
|
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
429
437
|
Object.assign(exports2.default, exports2);
|
|
@@ -432,9 +440,9 @@ var require_redirect_status_code = __commonJS({
|
|
|
432
440
|
}
|
|
433
441
|
});
|
|
434
442
|
|
|
435
|
-
// ../../node_modules/.pnpm/next@16.
|
|
443
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-error.js
|
|
436
444
|
var require_redirect_error = __commonJS({
|
|
437
|
-
"../../node_modules/.pnpm/next@16.
|
|
445
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-error.js"(exports2, module2) {
|
|
438
446
|
"use strict";
|
|
439
447
|
Object.defineProperty(exports2, "__esModule", {
|
|
440
448
|
value: true
|
|
@@ -458,11 +466,11 @@ var require_redirect_error = __commonJS({
|
|
|
458
466
|
});
|
|
459
467
|
var _redirectstatuscode = require_redirect_status_code();
|
|
460
468
|
var REDIRECT_ERROR_CODE = "NEXT_REDIRECT";
|
|
461
|
-
var RedirectType = /* @__PURE__ */ function(RedirectType2) {
|
|
469
|
+
var RedirectType = /* @__PURE__ */ (function(RedirectType2) {
|
|
462
470
|
RedirectType2["push"] = "push";
|
|
463
471
|
RedirectType2["replace"] = "replace";
|
|
464
472
|
return RedirectType2;
|
|
465
|
-
}({});
|
|
473
|
+
})({});
|
|
466
474
|
function isRedirectError(error) {
|
|
467
475
|
if (typeof error !== "object" || error === null || !("digest" in error) || typeof error.digest !== "string") {
|
|
468
476
|
return false;
|
|
@@ -482,9 +490,9 @@ var require_redirect_error = __commonJS({
|
|
|
482
490
|
}
|
|
483
491
|
});
|
|
484
492
|
|
|
485
|
-
// ../../node_modules/.pnpm/next@16.
|
|
493
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/async-local-storage.js
|
|
486
494
|
var require_async_local_storage = __commonJS({
|
|
487
|
-
"../../node_modules/.pnpm/next@16.
|
|
495
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/async-local-storage.js"(exports2) {
|
|
488
496
|
"use strict";
|
|
489
497
|
Object.defineProperty(exports2, "__esModule", {
|
|
490
498
|
value: true
|
|
@@ -555,9 +563,9 @@ var require_async_local_storage = __commonJS({
|
|
|
555
563
|
}
|
|
556
564
|
});
|
|
557
565
|
|
|
558
|
-
// ../../node_modules/.pnpm/next@16.
|
|
566
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage-instance.js
|
|
559
567
|
var require_action_async_storage_instance = __commonJS({
|
|
560
|
-
"../../node_modules/.pnpm/next@16.
|
|
568
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage-instance.js"(exports2) {
|
|
561
569
|
"use strict";
|
|
562
570
|
Object.defineProperty(exports2, "__esModule", {
|
|
563
571
|
value: true
|
|
@@ -573,9 +581,9 @@ var require_action_async_storage_instance = __commonJS({
|
|
|
573
581
|
}
|
|
574
582
|
});
|
|
575
583
|
|
|
576
|
-
// ../../node_modules/.pnpm/next@16.
|
|
584
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage.external.js
|
|
577
585
|
var require_action_async_storage_external = __commonJS({
|
|
578
|
-
"../../node_modules/.pnpm/next@16.
|
|
586
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage.external.js"(exports2) {
|
|
579
587
|
"use strict";
|
|
580
588
|
Object.defineProperty(exports2, "__esModule", {
|
|
581
589
|
value: true
|
|
@@ -590,9 +598,9 @@ var require_action_async_storage_external = __commonJS({
|
|
|
590
598
|
}
|
|
591
599
|
});
|
|
592
600
|
|
|
593
|
-
// ../../node_modules/.pnpm/next@16.
|
|
601
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect.js
|
|
594
602
|
var require_redirect = __commonJS({
|
|
595
|
-
"../../node_modules/.pnpm/next@16.
|
|
603
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect.js"(exports2, module2) {
|
|
596
604
|
"use strict";
|
|
597
605
|
Object.defineProperty(exports2, "__esModule", {
|
|
598
606
|
value: true
|
|
@@ -675,9 +683,9 @@ var require_redirect = __commonJS({
|
|
|
675
683
|
}
|
|
676
684
|
});
|
|
677
685
|
|
|
678
|
-
// ../../node_modules/.pnpm/next@16.
|
|
686
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js
|
|
679
687
|
var require_http_access_fallback = __commonJS({
|
|
680
|
-
"../../node_modules/.pnpm/next@16.
|
|
688
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js"(exports2, module2) {
|
|
681
689
|
"use strict";
|
|
682
690
|
Object.defineProperty(exports2, "__esModule", {
|
|
683
691
|
value: true
|
|
@@ -743,9 +751,9 @@ var require_http_access_fallback = __commonJS({
|
|
|
743
751
|
}
|
|
744
752
|
});
|
|
745
753
|
|
|
746
|
-
// ../../node_modules/.pnpm/next@16.
|
|
754
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found.js
|
|
747
755
|
var require_not_found = __commonJS({
|
|
748
|
-
"../../node_modules/.pnpm/next@16.
|
|
756
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found.js"(exports2, module2) {
|
|
749
757
|
"use strict";
|
|
750
758
|
Object.defineProperty(exports2, "__esModule", {
|
|
751
759
|
value: true
|
|
@@ -775,9 +783,9 @@ var require_not_found = __commonJS({
|
|
|
775
783
|
}
|
|
776
784
|
});
|
|
777
785
|
|
|
778
|
-
// ../../node_modules/.pnpm/next@16.
|
|
786
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/forbidden.js
|
|
779
787
|
var require_forbidden = __commonJS({
|
|
780
|
-
"../../node_modules/.pnpm/next@16.
|
|
788
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/forbidden.js"(exports2, module2) {
|
|
781
789
|
"use strict";
|
|
782
790
|
Object.defineProperty(exports2, "__esModule", {
|
|
783
791
|
value: true
|
|
@@ -814,9 +822,9 @@ var require_forbidden = __commonJS({
|
|
|
814
822
|
}
|
|
815
823
|
});
|
|
816
824
|
|
|
817
|
-
// ../../node_modules/.pnpm/next@16.
|
|
825
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unauthorized.js
|
|
818
826
|
var require_unauthorized = __commonJS({
|
|
819
|
-
"../../node_modules/.pnpm/next@16.
|
|
827
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unauthorized.js"(exports2, module2) {
|
|
820
828
|
"use strict";
|
|
821
829
|
Object.defineProperty(exports2, "__esModule", {
|
|
822
830
|
value: true
|
|
@@ -853,9 +861,9 @@ var require_unauthorized = __commonJS({
|
|
|
853
861
|
}
|
|
854
862
|
});
|
|
855
863
|
|
|
856
|
-
// ../../node_modules/.pnpm/next@16.
|
|
864
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dynamic-rendering-utils.js
|
|
857
865
|
var require_dynamic_rendering_utils = __commonJS({
|
|
858
|
-
"../../node_modules/.pnpm/next@16.
|
|
866
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dynamic-rendering-utils.js"(exports2) {
|
|
859
867
|
"use strict";
|
|
860
868
|
Object.defineProperty(exports2, "__esModule", {
|
|
861
869
|
value: true
|
|
@@ -932,9 +940,9 @@ var require_dynamic_rendering_utils = __commonJS({
|
|
|
932
940
|
}
|
|
933
941
|
});
|
|
934
942
|
|
|
935
|
-
// ../../node_modules/.pnpm/next@16.
|
|
943
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/is-postpone.js
|
|
936
944
|
var require_is_postpone = __commonJS({
|
|
937
|
-
"../../node_modules/.pnpm/next@16.
|
|
945
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/is-postpone.js"(exports2) {
|
|
938
946
|
"use strict";
|
|
939
947
|
Object.defineProperty(exports2, "__esModule", {
|
|
940
948
|
value: true
|
|
@@ -945,16 +953,16 @@ var require_is_postpone = __commonJS({
|
|
|
945
953
|
return isPostpone;
|
|
946
954
|
}
|
|
947
955
|
});
|
|
948
|
-
var REACT_POSTPONE_TYPE = Symbol.for("react.postpone");
|
|
956
|
+
var REACT_POSTPONE_TYPE = /* @__PURE__ */ Symbol.for("react.postpone");
|
|
949
957
|
function isPostpone(error) {
|
|
950
958
|
return typeof error === "object" && error !== null && error.$$typeof === REACT_POSTPONE_TYPE;
|
|
951
959
|
}
|
|
952
960
|
}
|
|
953
961
|
});
|
|
954
962
|
|
|
955
|
-
// ../../node_modules/.pnpm/next@16.
|
|
963
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js
|
|
956
964
|
var require_bailout_to_csr = __commonJS({
|
|
957
|
-
"../../node_modules/.pnpm/next@16.
|
|
965
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js"(exports2) {
|
|
958
966
|
"use strict";
|
|
959
967
|
Object.defineProperty(exports2, "__esModule", {
|
|
960
968
|
value: true
|
|
@@ -988,9 +996,9 @@ var require_bailout_to_csr = __commonJS({
|
|
|
988
996
|
}
|
|
989
997
|
});
|
|
990
998
|
|
|
991
|
-
// ../../node_modules/.pnpm/next@16.
|
|
999
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/is-next-router-error.js
|
|
992
1000
|
var require_is_next_router_error = __commonJS({
|
|
993
|
-
"../../node_modules/.pnpm/next@16.
|
|
1001
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/is-next-router-error.js"(exports2, module2) {
|
|
994
1002
|
"use strict";
|
|
995
1003
|
Object.defineProperty(exports2, "__esModule", {
|
|
996
1004
|
value: true
|
|
@@ -1014,9 +1022,9 @@ var require_is_next_router_error = __commonJS({
|
|
|
1014
1022
|
}
|
|
1015
1023
|
});
|
|
1016
1024
|
|
|
1017
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1025
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/hooks-server-context.js
|
|
1018
1026
|
var require_hooks_server_context = __commonJS({
|
|
1019
|
-
"../../node_modules/.pnpm/next@16.
|
|
1027
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/hooks-server-context.js"(exports2, module2) {
|
|
1020
1028
|
"use strict";
|
|
1021
1029
|
Object.defineProperty(exports2, "__esModule", {
|
|
1022
1030
|
value: true
|
|
@@ -1055,9 +1063,9 @@ var require_hooks_server_context = __commonJS({
|
|
|
1055
1063
|
}
|
|
1056
1064
|
});
|
|
1057
1065
|
|
|
1058
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1066
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-bailout.js
|
|
1059
1067
|
var require_static_generation_bailout = __commonJS({
|
|
1060
|
-
"../../node_modules/.pnpm/next@16.
|
|
1068
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-bailout.js"(exports2, module2) {
|
|
1061
1069
|
"use strict";
|
|
1062
1070
|
Object.defineProperty(exports2, "__esModule", {
|
|
1063
1071
|
value: true
|
|
@@ -1096,9 +1104,9 @@ var require_static_generation_bailout = __commonJS({
|
|
|
1096
1104
|
}
|
|
1097
1105
|
});
|
|
1098
1106
|
|
|
1099
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1107
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js
|
|
1100
1108
|
var require_work_unit_async_storage_instance = __commonJS({
|
|
1101
|
-
"../../node_modules/.pnpm/next@16.
|
|
1109
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js"(exports2) {
|
|
1102
1110
|
"use strict";
|
|
1103
1111
|
Object.defineProperty(exports2, "__esModule", {
|
|
1104
1112
|
value: true
|
|
@@ -1114,9 +1122,9 @@ var require_work_unit_async_storage_instance = __commonJS({
|
|
|
1114
1122
|
}
|
|
1115
1123
|
});
|
|
1116
1124
|
|
|
1117
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1125
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-headers.js
|
|
1118
1126
|
var require_app_router_headers = __commonJS({
|
|
1119
|
-
"../../node_modules/.pnpm/next@16.
|
|
1127
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-headers.js"(exports2, module2) {
|
|
1120
1128
|
"use strict";
|
|
1121
1129
|
Object.defineProperty(exports2, "__esModule", {
|
|
1122
1130
|
value: true
|
|
@@ -1137,6 +1145,9 @@ var require_app_router_headers = __commonJS({
|
|
|
1137
1145
|
NEXT_ACTION_NOT_FOUND_HEADER: function() {
|
|
1138
1146
|
return NEXT_ACTION_NOT_FOUND_HEADER;
|
|
1139
1147
|
},
|
|
1148
|
+
NEXT_ACTION_REVALIDATED_HEADER: function() {
|
|
1149
|
+
return NEXT_ACTION_REVALIDATED_HEADER;
|
|
1150
|
+
},
|
|
1140
1151
|
NEXT_DID_POSTPONE_HEADER: function() {
|
|
1141
1152
|
return NEXT_DID_POSTPONE_HEADER;
|
|
1142
1153
|
},
|
|
@@ -1211,6 +1222,7 @@ var require_app_router_headers = __commonJS({
|
|
|
1211
1222
|
var NEXT_ACTION_NOT_FOUND_HEADER = "x-nextjs-action-not-found";
|
|
1212
1223
|
var NEXT_REQUEST_ID_HEADER = "x-nextjs-request-id";
|
|
1213
1224
|
var NEXT_HTML_REQUEST_ID_HEADER = "x-nextjs-html-request-id";
|
|
1225
|
+
var NEXT_ACTION_REVALIDATED_HEADER = "x-action-revalidated";
|
|
1214
1226
|
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
1215
1227
|
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
1216
1228
|
Object.assign(exports2.default, exports2);
|
|
@@ -1219,9 +1231,9 @@ var require_app_router_headers = __commonJS({
|
|
|
1219
1231
|
}
|
|
1220
1232
|
});
|
|
1221
1233
|
|
|
1222
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1234
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/invariant-error.js
|
|
1223
1235
|
var require_invariant_error = __commonJS({
|
|
1224
|
-
"../../node_modules/.pnpm/next@16.
|
|
1236
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/invariant-error.js"(exports2) {
|
|
1225
1237
|
"use strict";
|
|
1226
1238
|
Object.defineProperty(exports2, "__esModule", {
|
|
1227
1239
|
value: true
|
|
@@ -1241,9 +1253,9 @@ var require_invariant_error = __commonJS({
|
|
|
1241
1253
|
}
|
|
1242
1254
|
});
|
|
1243
1255
|
|
|
1244
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1256
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js
|
|
1245
1257
|
var require_work_unit_async_storage_external = __commonJS({
|
|
1246
|
-
"../../node_modules/.pnpm/next@16.
|
|
1258
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js"(exports2) {
|
|
1247
1259
|
"use strict";
|
|
1248
1260
|
Object.defineProperty(exports2, "__esModule", {
|
|
1249
1261
|
value: true
|
|
@@ -1474,9 +1486,9 @@ var require_work_unit_async_storage_external = __commonJS({
|
|
|
1474
1486
|
}
|
|
1475
1487
|
});
|
|
1476
1488
|
|
|
1477
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1489
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage-instance.js
|
|
1478
1490
|
var require_work_async_storage_instance = __commonJS({
|
|
1479
|
-
"../../node_modules/.pnpm/next@16.
|
|
1491
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage-instance.js"(exports2) {
|
|
1480
1492
|
"use strict";
|
|
1481
1493
|
Object.defineProperty(exports2, "__esModule", {
|
|
1482
1494
|
value: true
|
|
@@ -1492,9 +1504,9 @@ var require_work_async_storage_instance = __commonJS({
|
|
|
1492
1504
|
}
|
|
1493
1505
|
});
|
|
1494
1506
|
|
|
1495
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1507
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage.external.js
|
|
1496
1508
|
var require_work_async_storage_external = __commonJS({
|
|
1497
|
-
"../../node_modules/.pnpm/next@16.
|
|
1509
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage.external.js"(exports2) {
|
|
1498
1510
|
"use strict";
|
|
1499
1511
|
Object.defineProperty(exports2, "__esModule", {
|
|
1500
1512
|
value: true
|
|
@@ -1509,9 +1521,9 @@ var require_work_async_storage_external = __commonJS({
|
|
|
1509
1521
|
}
|
|
1510
1522
|
});
|
|
1511
1523
|
|
|
1512
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1524
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/framework/boundary-constants.js
|
|
1513
1525
|
var require_boundary_constants = __commonJS({
|
|
1514
|
-
"../../node_modules/.pnpm/next@16.
|
|
1526
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/framework/boundary-constants.js"(exports2) {
|
|
1515
1527
|
"use strict";
|
|
1516
1528
|
Object.defineProperty(exports2, "__esModule", {
|
|
1517
1529
|
value: true
|
|
@@ -1543,9 +1555,9 @@ var require_boundary_constants = __commonJS({
|
|
|
1543
1555
|
}
|
|
1544
1556
|
});
|
|
1545
1557
|
|
|
1546
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1558
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/scheduler.js
|
|
1547
1559
|
var require_scheduler = __commonJS({
|
|
1548
|
-
"../../node_modules/.pnpm/next@16.
|
|
1560
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/scheduler.js"(exports2) {
|
|
1549
1561
|
"use strict";
|
|
1550
1562
|
Object.defineProperty(exports2, "__esModule", {
|
|
1551
1563
|
value: true
|
|
@@ -1599,145 +1611,9 @@ var require_scheduler = __commonJS({
|
|
|
1599
1611
|
}
|
|
1600
1612
|
});
|
|
1601
1613
|
|
|
1602
|
-
// ../../node_modules/.pnpm/next@16.
|
|
1603
|
-
var require_promise_with_resolvers = __commonJS({
|
|
1604
|
-
"../../node_modules/.pnpm/next@16.0.7_@playwright+test@1.53.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/promise-with-resolvers.js"(exports2) {
|
|
1605
|
-
"use strict";
|
|
1606
|
-
Object.defineProperty(exports2, "__esModule", {
|
|
1607
|
-
value: true
|
|
1608
|
-
});
|
|
1609
|
-
Object.defineProperty(exports2, "createPromiseWithResolvers", {
|
|
1610
|
-
enumerable: true,
|
|
1611
|
-
get: function() {
|
|
1612
|
-
return createPromiseWithResolvers;
|
|
1613
|
-
}
|
|
1614
|
-
});
|
|
1615
|
-
function createPromiseWithResolvers() {
|
|
1616
|
-
let resolve;
|
|
1617
|
-
let reject;
|
|
1618
|
-
const promise = new Promise((res, rej) => {
|
|
1619
|
-
resolve = res;
|
|
1620
|
-
reject = rej;
|
|
1621
|
-
});
|
|
1622
|
-
return {
|
|
1623
|
-
resolve,
|
|
1624
|
-
reject,
|
|
1625
|
-
promise
|
|
1626
|
-
};
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1629
|
-
});
|
|
1630
|
-
|
|
1631
|
-
// ../../node_modules/.pnpm/next@16.0.7_@playwright+test@1.53.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/staged-rendering.js
|
|
1632
|
-
var require_staged_rendering = __commonJS({
|
|
1633
|
-
"../../node_modules/.pnpm/next@16.0.7_@playwright+test@1.53.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/staged-rendering.js"(exports2) {
|
|
1634
|
-
"use strict";
|
|
1635
|
-
Object.defineProperty(exports2, "__esModule", {
|
|
1636
|
-
value: true
|
|
1637
|
-
});
|
|
1638
|
-
function _export(target, all) {
|
|
1639
|
-
for (var name in all) Object.defineProperty(target, name, {
|
|
1640
|
-
enumerable: true,
|
|
1641
|
-
get: all[name]
|
|
1642
|
-
});
|
|
1643
|
-
}
|
|
1644
|
-
_export(exports2, {
|
|
1645
|
-
RenderStage: function() {
|
|
1646
|
-
return RenderStage;
|
|
1647
|
-
},
|
|
1648
|
-
StagedRenderingController: function() {
|
|
1649
|
-
return StagedRenderingController;
|
|
1650
|
-
}
|
|
1651
|
-
});
|
|
1652
|
-
var _invarianterror = require_invariant_error();
|
|
1653
|
-
var _promisewithresolvers = require_promise_with_resolvers();
|
|
1654
|
-
var RenderStage = /* @__PURE__ */ function(RenderStage2) {
|
|
1655
|
-
RenderStage2[RenderStage2["Static"] = 1] = "Static";
|
|
1656
|
-
RenderStage2[RenderStage2["Runtime"] = 2] = "Runtime";
|
|
1657
|
-
RenderStage2[RenderStage2["Dynamic"] = 3] = "Dynamic";
|
|
1658
|
-
return RenderStage2;
|
|
1659
|
-
}({});
|
|
1660
|
-
var StagedRenderingController = class {
|
|
1661
|
-
constructor(abortSignal = null) {
|
|
1662
|
-
this.abortSignal = abortSignal;
|
|
1663
|
-
this.currentStage = 1;
|
|
1664
|
-
this.runtimeStagePromise = (0, _promisewithresolvers.createPromiseWithResolvers)();
|
|
1665
|
-
this.dynamicStagePromise = (0, _promisewithresolvers.createPromiseWithResolvers)();
|
|
1666
|
-
if (abortSignal) {
|
|
1667
|
-
abortSignal.addEventListener("abort", () => {
|
|
1668
|
-
const { reason } = abortSignal;
|
|
1669
|
-
if (this.currentStage < 2) {
|
|
1670
|
-
this.runtimeStagePromise.promise.catch(ignoreReject);
|
|
1671
|
-
this.runtimeStagePromise.reject(reason);
|
|
1672
|
-
}
|
|
1673
|
-
if (this.currentStage < 3) {
|
|
1674
|
-
this.dynamicStagePromise.promise.catch(ignoreReject);
|
|
1675
|
-
this.dynamicStagePromise.reject(reason);
|
|
1676
|
-
}
|
|
1677
|
-
}, {
|
|
1678
|
-
once: true
|
|
1679
|
-
});
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
advanceStage(stage) {
|
|
1683
|
-
if (this.currentStage >= stage) {
|
|
1684
|
-
return;
|
|
1685
|
-
}
|
|
1686
|
-
this.currentStage = stage;
|
|
1687
|
-
if (stage >= 2) {
|
|
1688
|
-
this.runtimeStagePromise.resolve();
|
|
1689
|
-
}
|
|
1690
|
-
if (stage >= 3) {
|
|
1691
|
-
this.dynamicStagePromise.resolve();
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
getStagePromise(stage) {
|
|
1695
|
-
switch (stage) {
|
|
1696
|
-
case 2: {
|
|
1697
|
-
return this.runtimeStagePromise.promise;
|
|
1698
|
-
}
|
|
1699
|
-
case 3: {
|
|
1700
|
-
return this.dynamicStagePromise.promise;
|
|
1701
|
-
}
|
|
1702
|
-
default: {
|
|
1703
|
-
stage;
|
|
1704
|
-
throw Object.defineProperty(new _invarianterror.InvariantError(`Invalid render stage: ${stage}`), "__NEXT_ERROR_CODE", {
|
|
1705
|
-
value: "E881",
|
|
1706
|
-
enumerable: false,
|
|
1707
|
-
configurable: true
|
|
1708
|
-
});
|
|
1709
|
-
}
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
waitForStage(stage) {
|
|
1713
|
-
return this.getStagePromise(stage);
|
|
1714
|
-
}
|
|
1715
|
-
delayUntilStage(stage, displayName, resolvedValue) {
|
|
1716
|
-
const ioTriggerPromise = this.getStagePromise(stage);
|
|
1717
|
-
const promise = makeDevtoolsIOPromiseFromIOTrigger(ioTriggerPromise, displayName, resolvedValue);
|
|
1718
|
-
if (this.abortSignal) {
|
|
1719
|
-
promise.catch(ignoreReject);
|
|
1720
|
-
}
|
|
1721
|
-
return promise;
|
|
1722
|
-
}
|
|
1723
|
-
};
|
|
1724
|
-
function ignoreReject() {
|
|
1725
|
-
}
|
|
1726
|
-
function makeDevtoolsIOPromiseFromIOTrigger(ioTrigger, displayName, resolvedValue) {
|
|
1727
|
-
const promise = new Promise((resolve, reject) => {
|
|
1728
|
-
ioTrigger.then(resolve.bind(null, resolvedValue), reject);
|
|
1729
|
-
});
|
|
1730
|
-
if (displayName !== void 0) {
|
|
1731
|
-
promise.displayName = displayName;
|
|
1732
|
-
}
|
|
1733
|
-
return promise;
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
});
|
|
1737
|
-
|
|
1738
|
-
// ../../node_modules/.pnpm/next@16.0.7_@playwright+test@1.53.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/dynamic-rendering.js
|
|
1614
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/dynamic-rendering.js
|
|
1739
1615
|
var require_dynamic_rendering = __commonJS({
|
|
1740
|
-
"../../node_modules/.pnpm/next@16.
|
|
1616
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/dynamic-rendering.js"(exports2) {
|
|
1741
1617
|
"use strict";
|
|
1742
1618
|
Object.defineProperty(exports2, "__esModule", {
|
|
1743
1619
|
value: true
|
|
@@ -1791,6 +1667,9 @@ var require_dynamic_rendering = __commonJS({
|
|
|
1791
1667
|
getFirstDynamicReason: function() {
|
|
1792
1668
|
return getFirstDynamicReason;
|
|
1793
1669
|
},
|
|
1670
|
+
getStaticShellDisallowedDynamicReasons: function() {
|
|
1671
|
+
return getStaticShellDisallowedDynamicReasons;
|
|
1672
|
+
},
|
|
1794
1673
|
isDynamicPostpone: function() {
|
|
1795
1674
|
return isDynamicPostpone;
|
|
1796
1675
|
},
|
|
@@ -1818,8 +1697,11 @@ var require_dynamic_rendering = __commonJS({
|
|
|
1818
1697
|
trackDynamicDataInDynamicRender: function() {
|
|
1819
1698
|
return trackDynamicDataInDynamicRender;
|
|
1820
1699
|
},
|
|
1821
|
-
|
|
1822
|
-
return
|
|
1700
|
+
trackDynamicHoleInRuntimeShell: function() {
|
|
1701
|
+
return trackDynamicHoleInRuntimeShell;
|
|
1702
|
+
},
|
|
1703
|
+
trackDynamicHoleInStaticShell: function() {
|
|
1704
|
+
return trackDynamicHoleInStaticShell;
|
|
1823
1705
|
},
|
|
1824
1706
|
useDynamicRouteParams: function() {
|
|
1825
1707
|
return useDynamicRouteParams;
|
|
@@ -1838,7 +1720,6 @@ var require_dynamic_rendering = __commonJS({
|
|
|
1838
1720
|
var _scheduler = require_scheduler();
|
|
1839
1721
|
var _bailouttocsr = require_bailout_to_csr();
|
|
1840
1722
|
var _invarianterror = require_invariant_error();
|
|
1841
|
-
var _stagedrendering = require_staged_rendering();
|
|
1842
1723
|
function _interop_require_default(obj) {
|
|
1843
1724
|
return obj && obj.__esModule ? obj : {
|
|
1844
1725
|
default: obj
|
|
@@ -1856,6 +1737,7 @@ var require_dynamic_rendering = __commonJS({
|
|
|
1856
1737
|
return {
|
|
1857
1738
|
hasSuspenseAboveBody: false,
|
|
1858
1739
|
hasDynamicMetadata: false,
|
|
1740
|
+
dynamicMetadata: null,
|
|
1859
1741
|
hasDynamicViewport: false,
|
|
1860
1742
|
hasAllowedDynamic: false,
|
|
1861
1743
|
dynamicErrors: []
|
|
@@ -1969,11 +1851,6 @@ var require_dynamic_rendering = __commonJS({
|
|
|
1969
1851
|
}
|
|
1970
1852
|
}
|
|
1971
1853
|
}
|
|
1972
|
-
function trackSynchronousPlatformIOAccessInDev(requestStore) {
|
|
1973
|
-
if (requestStore.stagedRendering) {
|
|
1974
|
-
requestStore.stagedRendering.advanceStage(_stagedrendering.RenderStage.Dynamic);
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
1854
|
function abortAndThrowOnSynchronousRequestDataAccess(route, expression, errorWithStack, prerenderStore) {
|
|
1978
1855
|
const prerenderSignal = prerenderStore.controller.signal;
|
|
1979
1856
|
if (prerenderSignal.aborted === false) {
|
|
@@ -2238,6 +2115,66 @@ ${stack}`;
|
|
|
2238
2115
|
return;
|
|
2239
2116
|
}
|
|
2240
2117
|
}
|
|
2118
|
+
function trackDynamicHoleInRuntimeShell(workStore, componentStack, dynamicValidation, clientDynamic) {
|
|
2119
|
+
if (hasOutletRegex.test(componentStack)) {
|
|
2120
|
+
return;
|
|
2121
|
+
} else if (hasMetadataRegex.test(componentStack)) {
|
|
2122
|
+
const message = `Route "${workStore.route}": Uncached data or \`connection()\` was accessed inside \`generateMetadata\`. Except for this instance, the page would have been entirely prerenderable which may have been the intended behavior. See more info here: https://nextjs.org/docs/messages/next-prerender-dynamic-metadata`;
|
|
2123
|
+
const error = createErrorWithComponentOrOwnerStack(message, componentStack);
|
|
2124
|
+
dynamicValidation.dynamicMetadata = error;
|
|
2125
|
+
return;
|
|
2126
|
+
} else if (hasViewportRegex.test(componentStack)) {
|
|
2127
|
+
const message = `Route "${workStore.route}": Uncached data or \`connection()\` was accessed inside \`generateViewport\`. This delays the entire page from rendering, resulting in a slow user experience. Learn more: https://nextjs.org/docs/messages/next-prerender-dynamic-viewport`;
|
|
2128
|
+
const error = createErrorWithComponentOrOwnerStack(message, componentStack);
|
|
2129
|
+
dynamicValidation.dynamicErrors.push(error);
|
|
2130
|
+
return;
|
|
2131
|
+
} else if (hasSuspenseBeforeRootLayoutWithoutBodyOrImplicitBodyRegex.test(componentStack)) {
|
|
2132
|
+
dynamicValidation.hasAllowedDynamic = true;
|
|
2133
|
+
dynamicValidation.hasSuspenseAboveBody = true;
|
|
2134
|
+
return;
|
|
2135
|
+
} else if (hasSuspenseRegex.test(componentStack)) {
|
|
2136
|
+
dynamicValidation.hasAllowedDynamic = true;
|
|
2137
|
+
return;
|
|
2138
|
+
} else if (clientDynamic.syncDynamicErrorWithStack) {
|
|
2139
|
+
dynamicValidation.dynamicErrors.push(clientDynamic.syncDynamicErrorWithStack);
|
|
2140
|
+
return;
|
|
2141
|
+
} else {
|
|
2142
|
+
const message = `Route "${workStore.route}": Uncached data or \`connection()\` was accessed outside of \`<Suspense>\`. This delays the entire page from rendering, resulting in a slow user experience. Learn more: https://nextjs.org/docs/messages/blocking-route`;
|
|
2143
|
+
const error = createErrorWithComponentOrOwnerStack(message, componentStack);
|
|
2144
|
+
dynamicValidation.dynamicErrors.push(error);
|
|
2145
|
+
return;
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
function trackDynamicHoleInStaticShell(workStore, componentStack, dynamicValidation, clientDynamic) {
|
|
2149
|
+
if (hasOutletRegex.test(componentStack)) {
|
|
2150
|
+
return;
|
|
2151
|
+
} else if (hasMetadataRegex.test(componentStack)) {
|
|
2152
|
+
const message = `Route "${workStore.route}": Runtime data such as \`cookies()\`, \`headers()\`, \`params\`, or \`searchParams\` was accessed inside \`generateMetadata\` or you have file-based metadata such as icons that depend on dynamic params segments. Except for this instance, the page would have been entirely prerenderable which may have been the intended behavior. See more info here: https://nextjs.org/docs/messages/next-prerender-dynamic-metadata`;
|
|
2153
|
+
const error = createErrorWithComponentOrOwnerStack(message, componentStack);
|
|
2154
|
+
dynamicValidation.dynamicMetadata = error;
|
|
2155
|
+
return;
|
|
2156
|
+
} else if (hasViewportRegex.test(componentStack)) {
|
|
2157
|
+
const message = `Route "${workStore.route}": Runtime data such as \`cookies()\`, \`headers()\`, \`params\`, or \`searchParams\` was accessed inside \`generateViewport\`. This delays the entire page from rendering, resulting in a slow user experience. Learn more: https://nextjs.org/docs/messages/next-prerender-dynamic-viewport`;
|
|
2158
|
+
const error = createErrorWithComponentOrOwnerStack(message, componentStack);
|
|
2159
|
+
dynamicValidation.dynamicErrors.push(error);
|
|
2160
|
+
return;
|
|
2161
|
+
} else if (hasSuspenseBeforeRootLayoutWithoutBodyOrImplicitBodyRegex.test(componentStack)) {
|
|
2162
|
+
dynamicValidation.hasAllowedDynamic = true;
|
|
2163
|
+
dynamicValidation.hasSuspenseAboveBody = true;
|
|
2164
|
+
return;
|
|
2165
|
+
} else if (hasSuspenseRegex.test(componentStack)) {
|
|
2166
|
+
dynamicValidation.hasAllowedDynamic = true;
|
|
2167
|
+
return;
|
|
2168
|
+
} else if (clientDynamic.syncDynamicErrorWithStack) {
|
|
2169
|
+
dynamicValidation.dynamicErrors.push(clientDynamic.syncDynamicErrorWithStack);
|
|
2170
|
+
return;
|
|
2171
|
+
} else {
|
|
2172
|
+
const message = `Route "${workStore.route}": Runtime data such as \`cookies()\`, \`headers()\`, \`params\`, or \`searchParams\` was accessed outside of \`<Suspense>\`. This delays the entire page from rendering, resulting in a slow user experience. Learn more: https://nextjs.org/docs/messages/blocking-route`;
|
|
2173
|
+
const error = createErrorWithComponentOrOwnerStack(message, componentStack);
|
|
2174
|
+
dynamicValidation.dynamicErrors.push(error);
|
|
2175
|
+
return;
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2241
2178
|
function createErrorWithComponentOrOwnerStack(message, componentStack) {
|
|
2242
2179
|
const ownerStack = process.env.NODE_ENV !== "production" && _react.default.captureOwnerStack ? _react.default.captureOwnerStack() : null;
|
|
2243
2180
|
const error = Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
|
|
@@ -2245,15 +2182,15 @@ ${stack}`;
|
|
|
2245
2182
|
enumerable: false,
|
|
2246
2183
|
configurable: true
|
|
2247
2184
|
});
|
|
2248
|
-
error.stack = error.name + ": " + message + (ownerStack
|
|
2185
|
+
error.stack = error.name + ": " + message + (ownerStack || componentStack);
|
|
2249
2186
|
return error;
|
|
2250
2187
|
}
|
|
2251
|
-
var PreludeState = /* @__PURE__ */ function(PreludeState2) {
|
|
2188
|
+
var PreludeState = /* @__PURE__ */ (function(PreludeState2) {
|
|
2252
2189
|
PreludeState2[PreludeState2["Full"] = 0] = "Full";
|
|
2253
2190
|
PreludeState2[PreludeState2["Empty"] = 1] = "Empty";
|
|
2254
2191
|
PreludeState2[PreludeState2["Errored"] = 2] = "Errored";
|
|
2255
2192
|
return PreludeState2;
|
|
2256
|
-
}({});
|
|
2193
|
+
})({});
|
|
2257
2194
|
function logDisallowedDynamicError(workStore, error) {
|
|
2258
2195
|
console.error(error);
|
|
2259
2196
|
if (!workStore.dev) {
|
|
@@ -2297,6 +2234,33 @@ ${stack}`;
|
|
|
2297
2234
|
}
|
|
2298
2235
|
}
|
|
2299
2236
|
}
|
|
2237
|
+
function getStaticShellDisallowedDynamicReasons(workStore, prelude, dynamicValidation) {
|
|
2238
|
+
if (dynamicValidation.hasSuspenseAboveBody) {
|
|
2239
|
+
return [];
|
|
2240
|
+
}
|
|
2241
|
+
if (prelude !== 0) {
|
|
2242
|
+
const dynamicErrors = dynamicValidation.dynamicErrors;
|
|
2243
|
+
if (dynamicErrors.length > 0) {
|
|
2244
|
+
return dynamicErrors;
|
|
2245
|
+
}
|
|
2246
|
+
if (prelude === 1) {
|
|
2247
|
+
return [
|
|
2248
|
+
Object.defineProperty(new _invarianterror.InvariantError(`Route "${workStore.route}" did not produce a static shell and Next.js was unable to determine a reason.`), "__NEXT_ERROR_CODE", {
|
|
2249
|
+
value: "E936",
|
|
2250
|
+
enumerable: false,
|
|
2251
|
+
configurable: true
|
|
2252
|
+
})
|
|
2253
|
+
];
|
|
2254
|
+
}
|
|
2255
|
+
} else {
|
|
2256
|
+
if (dynamicValidation.hasAllowedDynamic === false && dynamicValidation.dynamicErrors.length === 0 && dynamicValidation.dynamicMetadata) {
|
|
2257
|
+
return [
|
|
2258
|
+
dynamicValidation.dynamicMetadata
|
|
2259
|
+
];
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
return [];
|
|
2263
|
+
}
|
|
2300
2264
|
function delayUntilRuntimeStage(prerenderStore, result) {
|
|
2301
2265
|
if (prerenderStore.runtimeStagePromise) {
|
|
2302
2266
|
return prerenderStore.runtimeStagePromise.then(() => result);
|
|
@@ -2306,9 +2270,9 @@ ${stack}`;
|
|
|
2306
2270
|
}
|
|
2307
2271
|
});
|
|
2308
2272
|
|
|
2309
|
-
// ../../node_modules/.pnpm/next@16.
|
|
2273
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.server.js
|
|
2310
2274
|
var require_unstable_rethrow_server = __commonJS({
|
|
2311
|
-
"../../node_modules/.pnpm/next@16.
|
|
2275
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.server.js"(exports2, module2) {
|
|
2312
2276
|
"use strict";
|
|
2313
2277
|
Object.defineProperty(exports2, "__esModule", {
|
|
2314
2278
|
value: true
|
|
@@ -2341,9 +2305,9 @@ var require_unstable_rethrow_server = __commonJS({
|
|
|
2341
2305
|
}
|
|
2342
2306
|
});
|
|
2343
2307
|
|
|
2344
|
-
// ../../node_modules/.pnpm/next@16.
|
|
2308
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.browser.js
|
|
2345
2309
|
var require_unstable_rethrow_browser = __commonJS({
|
|
2346
|
-
"../../node_modules/.pnpm/next@16.
|
|
2310
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.browser.js"(exports2, module2) {
|
|
2347
2311
|
"use strict";
|
|
2348
2312
|
Object.defineProperty(exports2, "__esModule", {
|
|
2349
2313
|
value: true
|
|
@@ -2372,9 +2336,9 @@ var require_unstable_rethrow_browser = __commonJS({
|
|
|
2372
2336
|
}
|
|
2373
2337
|
});
|
|
2374
2338
|
|
|
2375
|
-
// ../../node_modules/.pnpm/next@16.
|
|
2339
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.js
|
|
2376
2340
|
var require_unstable_rethrow = __commonJS({
|
|
2377
|
-
"../../node_modules/.pnpm/next@16.
|
|
2341
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.js"(exports2, module2) {
|
|
2378
2342
|
"use strict";
|
|
2379
2343
|
Object.defineProperty(exports2, "__esModule", {
|
|
2380
2344
|
value: true
|
|
@@ -2394,9 +2358,9 @@ var require_unstable_rethrow = __commonJS({
|
|
|
2394
2358
|
}
|
|
2395
2359
|
});
|
|
2396
2360
|
|
|
2397
|
-
// ../../node_modules/.pnpm/next@16.
|
|
2361
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.react-server.js
|
|
2398
2362
|
var require_navigation_react_server = __commonJS({
|
|
2399
|
-
"../../node_modules/.pnpm/next@16.
|
|
2363
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.react-server.js"(exports2, module2) {
|
|
2400
2364
|
"use strict";
|
|
2401
2365
|
Object.defineProperty(exports2, "__esModule", {
|
|
2402
2366
|
value: true
|
|
@@ -2458,9 +2422,9 @@ var require_navigation_react_server = __commonJS({
|
|
|
2458
2422
|
}
|
|
2459
2423
|
});
|
|
2460
2424
|
|
|
2461
|
-
// ../../node_modules/.pnpm/next@16.
|
|
2425
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.js
|
|
2462
2426
|
var require_navigation = __commonJS({
|
|
2463
|
-
"../../node_modules/.pnpm/next@16.
|
|
2427
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.js"(exports2, module2) {
|
|
2464
2428
|
"use strict";
|
|
2465
2429
|
Object.defineProperty(exports2, "__esModule", {
|
|
2466
2430
|
value: true
|
|
@@ -2472,8 +2436,10 @@ var require_navigation = __commonJS({
|
|
|
2472
2436
|
});
|
|
2473
2437
|
}
|
|
2474
2438
|
_export(exports2, {
|
|
2439
|
+
// We need the same class that was used to instantiate the context value
|
|
2440
|
+
// Otherwise instanceof checks will fail in usercode
|
|
2475
2441
|
ReadonlyURLSearchParams: function() {
|
|
2476
|
-
return
|
|
2442
|
+
return _hooksclientcontextsharedruntime.ReadonlyURLSearchParams;
|
|
2477
2443
|
},
|
|
2478
2444
|
RedirectType: function() {
|
|
2479
2445
|
return _navigationreactserver.RedirectType;
|
|
@@ -2529,7 +2495,6 @@ var require_navigation = __commonJS({
|
|
|
2529
2495
|
var _approutercontextsharedruntime = require_app_router_context_shared_runtime();
|
|
2530
2496
|
var _hooksclientcontextsharedruntime = require_hooks_client_context_shared_runtime();
|
|
2531
2497
|
var _segment = require_segment();
|
|
2532
|
-
var _readonlyurlsearchparams = require_readonly_url_search_params();
|
|
2533
2498
|
var _serverinsertedhtmlsharedruntime = require_server_inserted_html_shared_runtime();
|
|
2534
2499
|
var _unrecognizedactionerror = require_unrecognized_action_error();
|
|
2535
2500
|
var _navigationreactserver = require_navigation_react_server();
|
|
@@ -2542,7 +2507,7 @@ var require_navigation = __commonJS({
|
|
|
2542
2507
|
if (!searchParams) {
|
|
2543
2508
|
return null;
|
|
2544
2509
|
}
|
|
2545
|
-
return new
|
|
2510
|
+
return new _hooksclientcontextsharedruntime.ReadonlyURLSearchParams(searchParams);
|
|
2546
2511
|
}, [
|
|
2547
2512
|
searchParams
|
|
2548
2513
|
]);
|
|
@@ -2624,9 +2589,9 @@ var require_navigation = __commonJS({
|
|
|
2624
2589
|
}
|
|
2625
2590
|
});
|
|
2626
2591
|
|
|
2627
|
-
// ../../node_modules/.pnpm/next@16.
|
|
2592
|
+
// ../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/navigation.js
|
|
2628
2593
|
var require_navigation2 = __commonJS({
|
|
2629
|
-
"../../node_modules/.pnpm/next@16.
|
|
2594
|
+
"../../node_modules/.pnpm/next@16.1.6_@playwright+test@1.58.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/navigation.js"(exports2, module2) {
|
|
2630
2595
|
"use strict";
|
|
2631
2596
|
module2.exports = require_navigation();
|
|
2632
2597
|
}
|