appos 0.2.1-0 → 0.2.2-0
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/bin/auth-schema-7KeUwlcd.mjs +2 -0
- package/dist/bin/concurrently.mjs +2 -0
- package/dist/bin/event-v2sCJkNd.mjs +2 -0
- package/dist/bin/extract-blob-metadata-TqNd9w-6.mjs +2 -0
- package/dist/bin/generate-image-variant-D8H9FxgD.mjs +2 -0
- package/dist/bin/generate-preview-5jLZLX6I.mjs +2 -0
- package/dist/bin/main.mjs +362 -0
- package/dist/bin/purge-attachment-CMlJMNOk.mjs +2 -0
- package/dist/bin/purge-audit-logs-hd6q6vnR.mjs +2 -0
- package/dist/bin/purge-unattached-blobs-BYv5b9R9.mjs +2 -0
- package/dist/bin/track-db-changes-q0Vl7Htm.mjs +2 -0
- package/dist/bin/vite.mjs +2 -0
- package/dist/bin/vitest.mjs +2 -0
- package/dist/bin/workflow-BagSlsMp.mjs +2 -0
- package/dist/bin/youch-handler-Jj6i1XIT.mjs +2 -0
- package/dist/exports/api/_virtual/rolldown_runtime.mjs +1 -0
- package/dist/exports/api/app-context.d.mts +115 -0
- package/dist/exports/api/app-context.mjs +1 -0
- package/dist/exports/api/auth-schema.d.mts +4248 -0
- package/dist/exports/api/auth-schema.mjs +1 -0
- package/dist/exports/api/auth.d.mts +398 -0
- package/dist/exports/api/auth.mjs +1 -0
- package/dist/exports/api/cache.d.mts +44 -0
- package/dist/exports/api/cache.mjs +1 -0
- package/dist/exports/api/config.d.mts +28 -0
- package/dist/exports/api/config.mjs +1 -0
- package/dist/exports/api/container.d.mts +210 -0
- package/dist/exports/api/container.mjs +1 -0
- package/dist/exports/api/database.d.mts +99 -0
- package/dist/exports/api/database.mjs +1 -0
- package/dist/exports/api/event.d.mts +235 -0
- package/dist/exports/api/event.mjs +1 -0
- package/dist/exports/api/i18n.d.mts +34 -0
- package/dist/exports/api/i18n.mjs +1 -0
- package/dist/exports/api/index.d.mts +21 -0
- package/dist/exports/api/index.mjs +1 -0
- package/dist/exports/api/logger.d.mts +21 -0
- package/dist/exports/api/logger.mjs +1 -0
- package/dist/exports/api/mailer.d.mts +70 -0
- package/dist/exports/api/mailer.mjs +1 -0
- package/dist/exports/api/middleware/request-logger.d.mts +24 -0
- package/dist/exports/api/middleware.d.mts +39 -0
- package/dist/exports/api/middleware.mjs +1 -0
- package/dist/exports/api/node_modules/.bun/change-case@5.4.4/node_modules/change-case/dist/index.mjs +1 -0
- package/dist/exports/api/openapi.d.mts +271 -0
- package/dist/exports/api/openapi.mjs +1 -0
- package/dist/exports/api/orm.d.mts +13 -0
- package/dist/exports/api/orm.mjs +1 -0
- package/dist/exports/api/otel.d.mts +40 -0
- package/dist/exports/api/otel.mjs +1 -0
- package/dist/exports/api/packages/appos/src/constants.mjs +1 -0
- package/dist/exports/api/packages/appos/src/instrumentation.d.mts +7 -0
- package/dist/exports/api/packages/appos/src/instrumentation.mjs +1 -0
- package/dist/exports/api/packages/appos/src/web/auth.mjs +1 -0
- package/dist/exports/api/redis.d.mts +34 -0
- package/dist/exports/api/redis.mjs +1 -0
- package/dist/exports/api/storage-schema.d.mts +707 -0
- package/dist/exports/api/storage-schema.mjs +1 -0
- package/dist/exports/api/storage.d.mts +506 -0
- package/dist/exports/api/storage.mjs +1 -0
- package/dist/exports/api/workflow.d.mts +250 -0
- package/dist/exports/api/workflow.mjs +1 -0
- package/dist/exports/api/workflows/_virtual/rolldown_runtime.mjs +1 -0
- package/dist/exports/api/workflows/auth-schema.mjs +1 -0
- package/dist/exports/api/workflows/auth.d.mts +375 -0
- package/dist/exports/api/workflows/cache.d.mts +44 -0
- package/dist/exports/api/workflows/config.d.mts +18 -0
- package/dist/exports/api/workflows/container.d.mts +167 -0
- package/dist/exports/api/workflows/database.d.mts +46 -0
- package/dist/exports/api/workflows/event.d.mts +68 -0
- package/dist/exports/api/workflows/event.mjs +1 -0
- package/dist/exports/api/workflows/extract-blob-metadata.mjs +1 -0
- package/dist/exports/api/workflows/generate-image-variant.d.mts +99 -0
- package/dist/exports/api/workflows/generate-image-variant.mjs +1 -0
- package/dist/exports/api/workflows/generate-preview.mjs +1 -0
- package/dist/exports/api/workflows/index.d.mts +2 -0
- package/dist/exports/api/workflows/index.mjs +1 -0
- package/dist/exports/api/workflows/logger.d.mts +21 -0
- package/dist/exports/api/workflows/mailer.d.mts +70 -0
- package/dist/exports/api/workflows/orm.d.mts +13 -0
- package/dist/exports/api/workflows/purge-attachment.mjs +1 -0
- package/dist/exports/api/workflows/purge-audit-logs.mjs +1 -0
- package/dist/exports/api/workflows/purge-unattached-blobs.mjs +1 -0
- package/dist/exports/api/workflows/redis.mjs +1 -0
- package/dist/exports/api/workflows/storage-schema.d.mts +699 -0
- package/dist/exports/api/workflows/storage.d.mts +396 -0
- package/dist/exports/api/workflows/track-db-changes.d.mts +72 -0
- package/dist/exports/api/workflows/track-db-changes.mjs +1 -0
- package/dist/exports/api/workflows/workflow.d.mts +24 -0
- package/dist/exports/api/workflows/workflow.mjs +1 -0
- package/dist/exports/cli/_virtual/rolldown_runtime.mjs +1 -0
- package/dist/exports/cli/api/auth-schema.mjs +1 -0
- package/dist/exports/cli/api/auth.d.mts +375 -0
- package/dist/exports/cli/api/cache.d.mts +44 -0
- package/dist/exports/cli/api/config.d.mts +18 -0
- package/dist/exports/cli/api/container.d.mts +167 -0
- package/dist/exports/cli/api/database.d.mts +46 -0
- package/dist/exports/cli/api/event.d.mts +68 -0
- package/dist/exports/cli/api/event.mjs +1 -0
- package/dist/exports/cli/api/logger.d.mts +21 -0
- package/dist/exports/cli/api/mailer.d.mts +70 -0
- package/dist/exports/cli/api/orm.d.mts +13 -0
- package/dist/exports/cli/api/redis.mjs +1 -0
- package/dist/exports/cli/api/storage-schema.d.mts +699 -0
- package/dist/exports/cli/api/storage.d.mts +396 -0
- package/dist/exports/cli/api/workflow.d.mts +2 -0
- package/dist/exports/cli/api/workflow.mjs +1 -0
- package/dist/exports/cli/api/workflows/extract-blob-metadata.mjs +1 -0
- package/dist/exports/cli/api/workflows/generate-image-variant.d.mts +63 -0
- package/dist/exports/cli/api/workflows/generate-image-variant.mjs +1 -0
- package/dist/exports/cli/api/workflows/generate-preview.mjs +1 -0
- package/dist/exports/cli/api/workflows/purge-attachment.mjs +1 -0
- package/dist/exports/cli/api/workflows/purge-audit-logs.mjs +1 -0
- package/dist/exports/cli/api/workflows/purge-unattached-blobs.mjs +1 -0
- package/dist/exports/cli/api/workflows/track-db-changes.mjs +1 -0
- package/dist/exports/cli/command.d.mts +54 -0
- package/dist/exports/cli/command.mjs +1 -0
- package/dist/exports/cli/context.d.mts +170 -0
- package/dist/exports/cli/index.d.mts +3 -0
- package/dist/exports/cli/index.mjs +1 -0
- package/dist/exports/devtools/index.d.ts +3 -0
- package/dist/exports/devtools/index.js +1 -0
- package/dist/exports/instrumentation.d.mts +1 -0
- package/dist/exports/instrumentation.mjs +1 -0
- package/dist/exports/tests/_virtual/rolldown_runtime.mjs +1 -0
- package/dist/exports/tests/api.d.mts +86 -0
- package/dist/exports/tests/api.mjs +1 -0
- package/dist/exports/tests/mock.d.mts +1 -0
- package/dist/exports/tests/mock.mjs +1 -0
- package/dist/exports/tests/node_modules/.bun/change-case@5.4.4/node_modules/change-case/dist/index.mjs +1 -0
- package/dist/exports/tests/node_modules/.bun/rate-limit-redis@4.3.1_f1fa5524233c9c60/node_modules/rate-limit-redis/dist/index.mjs +25 -0
- package/dist/exports/tests/packages/appos/src/api/app-context.d.mts +115 -0
- package/dist/exports/tests/packages/appos/src/api/auth-schema.d.mts +4248 -0
- package/dist/exports/tests/packages/appos/src/api/auth-schema.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/auth.d.mts +398 -0
- package/dist/exports/tests/packages/appos/src/api/cache.d.mts +44 -0
- package/dist/exports/tests/packages/appos/src/api/config.d.mts +28 -0
- package/dist/exports/tests/packages/appos/src/api/container.d.mts +210 -0
- package/dist/exports/tests/packages/appos/src/api/database.d.mts +99 -0
- package/dist/exports/tests/packages/appos/src/api/database.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/event.d.mts +235 -0
- package/dist/exports/tests/packages/appos/src/api/event.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/i18n.d.mts +34 -0
- package/dist/exports/tests/packages/appos/src/api/index.d.mts +27 -0
- package/dist/exports/tests/packages/appos/src/api/logger.d.mts +21 -0
- package/dist/exports/tests/packages/appos/src/api/mailer.d.mts +70 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/error-handler.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/health.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/i18n.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/request-logger.d.mts +24 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/request-logger.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/shutdown.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/timeout.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware/youch-handler.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/middleware.d.mts +39 -0
- package/dist/exports/tests/packages/appos/src/api/middleware.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/openapi.d.mts +271 -0
- package/dist/exports/tests/packages/appos/src/api/orm.d.mts +13 -0
- package/dist/exports/tests/packages/appos/src/api/otel.d.mts +40 -0
- package/dist/exports/tests/packages/appos/src/api/redis.d.mts +34 -0
- package/dist/exports/tests/packages/appos/src/api/redis.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/server.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/storage-schema.d.mts +707 -0
- package/dist/exports/tests/packages/appos/src/api/storage.d.mts +506 -0
- package/dist/exports/tests/packages/appos/src/api/workflow.d.mts +250 -0
- package/dist/exports/tests/packages/appos/src/api/workflow.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/extract-blob-metadata.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/generate-image-variant.d.mts +99 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/generate-image-variant.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/generate-preview.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/purge-attachment.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/purge-audit-logs.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/purge-unattached-blobs.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/api/workflows/track-db-changes.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/constants.mjs +1 -0
- package/dist/exports/tests/packages/appos/src/instrumentation.d.mts +7 -0
- package/dist/exports/tests/packages/appos/src/instrumentation.mjs +1 -0
- package/dist/exports/tests/react.d.mts +2 -0
- package/dist/exports/tests/react.mjs +1 -0
- package/dist/exports/tests/setup.d.mts +1 -0
- package/dist/exports/tests/setup.mjs +1 -0
- package/dist/exports/vendors/date.js +1 -0
- package/dist/exports/vendors/toolkit.js +1 -0
- package/dist/exports/vendors/zod.d.ts +1 -0
- package/dist/exports/vendors/zod.js +1 -0
- package/dist/exports/vite/index.d.mts +19 -0
- package/dist/exports/vite/index.mjs +1 -0
- package/dist/exports/vitest/config.d.mts +1 -0
- package/dist/exports/vitest/config.mjs +1 -0
- package/dist/exports/vitest/globals.d.mts +1 -0
- package/dist/exports/vitest/globals.mjs +1 -0
- package/dist/exports/vitest/index.d.mts +1 -0
- package/dist/exports/vitest/index.mjs +1 -0
- package/dist/exports/web/api/auth.d.ts +125 -0
- package/dist/exports/web/api/database.d.ts +4 -0
- package/dist/exports/web/api/logger.d.ts +1 -0
- package/dist/exports/web/auth.d.ts +2388 -0
- package/dist/exports/web/auth.js +1 -0
- package/dist/exports/web/i18n.d.ts +42 -0
- package/dist/exports/web/i18n.js +1 -0
- package/dist/exports/web/index.d.ts +6 -0
- package/dist/exports/web/index.js +1 -0
- package/package.json +138 -98
- package/build/bin/main.mjs +0 -2
- package/build/exports/cli/index.d.mts +0 -325
- package/build/exports/cli/index.mjs +0 -1
- package/build/exports/instrumentation/execAsync-DaIUcs6_.mjs +0 -1
- package/build/exports/instrumentation/getMachineId-bsd-bB6ipDhm.mjs +0 -1
- package/build/exports/instrumentation/getMachineId-darwin-D1Bx5aCe.mjs +0 -2
- package/build/exports/instrumentation/getMachineId-linux-D_R9Tla0.mjs +0 -1
- package/build/exports/instrumentation/getMachineId-unsupported-BZKPE_Ev.mjs +0 -1
- package/build/exports/instrumentation/getMachineId-win-CmPvIqHL.mjs +0 -1
- package/build/exports/instrumentation/instrumentation.d.mts +0 -1
- package/build/exports/instrumentation/instrumentation.mjs +0 -80
- package/build/exports/server/index.d.mts +0 -327
- package/build/exports/server/index.mjs +0 -219
- package/build/exports/server/react-gPO8Jsy-.mjs +0 -13
- package/build/exports/server/server.node-D_9RYjm9.mjs +0 -210
- package/build/exports/store/index.d.mts +0 -58
- package/build/exports/store/index.mjs +0 -15
- package/build/exports/support/datetime.js +0 -1
- package/build/exports/support/utils.js +0 -1
- package/build/exports/support/zod.d.ts +0 -2
- package/build/exports/support/zod.js +0 -23
- package/build/exports/test/dist-DAsoCGWk.mjs +0 -348
- package/build/exports/test/index.d.mts +0 -3
- package/build/exports/test/index.mjs +0 -1
- package/build/exports/test/magic-string.es-BWgiB2kd.mjs +0 -14
- package/build/exports/test/setup.d.mts +0 -1
- package/build/exports/test/setup.mjs +0 -329
- /package/{build/exports/support/datetime.d.ts → dist/exports/vendors/date.d.ts} +0 -0
- /package/{build/exports/support/utils.d.ts → dist/exports/vendors/toolkit.d.ts} +0 -0
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
import{i as e,n as t,t as n}from"./react-gPO8Jsy-.mjs";
|
|
2
|
-
/**
|
|
3
|
-
* @license React
|
|
4
|
-
* react-dom.production.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/
|
|
11
|
-
var r=t((e=>{var t=n();function r(e){var t=`https://react.dev/errors/`+e;if(1<arguments.length){t+=`?args[]=`+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+=`&args[]=`+encodeURIComponent(arguments[n])}return`Minified React error #`+e+`; visit `+t+` for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`}function i(){}var a={d:{f:i,r:function(){throw Error(r(522))},D:i,C:i,L:i,m:i,X:i,S:i,M:i},p:0,findDOMNode:null},o=Symbol.for(`react.portal`);function s(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:o,key:r==null?null:``+r,children:e,containerInfo:t,implementation:n}}var c=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function l(e,t){if(e===`font`)return``;if(typeof t==`string`)return t===`use-credentials`?t:``}e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,e.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)throw Error(r(299));return s(e,t,null,n)},e.flushSync=function(e){var t=c.T,n=a.p;try{if(c.T=null,a.p=2,e)return e()}finally{c.T=t,a.p=n,a.d.f()}},e.preconnect=function(e,t){typeof e==`string`&&(t?(t=t.crossOrigin,t=typeof t==`string`?t===`use-credentials`?t:``:void 0):t=null,a.d.C(e,t))},e.prefetchDNS=function(e){typeof e==`string`&&a.d.D(e)},e.preinit=function(e,t){if(typeof e==`string`&&t&&typeof t.as==`string`){var n=t.as,r=l(n,t.crossOrigin),i=typeof t.integrity==`string`?t.integrity:void 0,o=typeof t.fetchPriority==`string`?t.fetchPriority:void 0;n===`style`?a.d.S(e,typeof t.precedence==`string`?t.precedence:void 0,{crossOrigin:r,integrity:i,fetchPriority:o}):n===`script`&&a.d.X(e,{crossOrigin:r,integrity:i,fetchPriority:o,nonce:typeof t.nonce==`string`?t.nonce:void 0})}},e.preinitModule=function(e,t){if(typeof e==`string`)if(typeof t==`object`&&t){if(t.as==null||t.as===`script`){var n=l(t.as,t.crossOrigin);a.d.M(e,{crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0})}}else t??a.d.M(e)},e.preload=function(e,t){if(typeof e==`string`&&typeof t==`object`&&t&&typeof t.as==`string`){var n=t.as,r=l(n,t.crossOrigin);a.d.L(e,n,{crossOrigin:r,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0,type:typeof t.type==`string`?t.type:void 0,fetchPriority:typeof t.fetchPriority==`string`?t.fetchPriority:void 0,referrerPolicy:typeof t.referrerPolicy==`string`?t.referrerPolicy:void 0,imageSrcSet:typeof t.imageSrcSet==`string`?t.imageSrcSet:void 0,imageSizes:typeof t.imageSizes==`string`?t.imageSizes:void 0,media:typeof t.media==`string`?t.media:void 0})}},e.preloadModule=function(e,t){if(typeof e==`string`)if(t){var n=l(t.as,t.crossOrigin);a.d.m(e,{as:typeof t.as==`string`&&t.as!==`script`?t.as:void 0,crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0})}else a.d.m(e)},e.requestFormReset=function(e){a.d.r(e)},e.unstable_batchedUpdates=function(e,t){return e(t)},e.useFormState=function(e,t,n){return c.H.useFormState(e,t,n)},e.useFormStatus=function(){return c.H.useHostTransitionStatus()},e.version=`19.2.0`})),i=t((e=>{process.env.NODE_ENV!==`production`&&(function(){function t(){}function r(e){return``+e}function i(e,t,n){var i=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;try{r(i);var a=!1}catch{a=!0}return a&&(console.error(`The provided key is an unsupported type %s. This value must be coerced to a string before using it here.`,typeof Symbol==`function`&&Symbol.toStringTag&&i[Symbol.toStringTag]||i.constructor.name||`Object`),r(i)),{$$typeof:d,key:i==null?null:``+i,children:e,containerInfo:t,implementation:n}}function a(e,t){if(e===`font`)return``;if(typeof t==`string`)return t===`use-credentials`?t:``}function o(e){return e===null?"`null`":e===void 0?"`undefined`":e===``?`an empty string`:`something with type "`+typeof e+`"`}function s(e){return e===null?"`null`":e===void 0?"`undefined`":e===``?`an empty string`:typeof e==`string`?JSON.stringify(e):typeof e==`number`?"`"+e+"`":`something with type "`+typeof e+`"`}function c(){var e=f.H;return e===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
12
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
13
|
-
2. You might be breaking the Rules of Hooks
|
|
14
|
-
3. You might have more than one copy of React in the same app
|
|
15
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),e}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<`u`&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart==`function`&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var l=n(),u={d:{f:t,r:function(){throw Error(`Invalid form element. requestFormReset must be passed a form that was rendered by React.`)},D:t,C:t,L:t,m:t,X:t,S:t,M:t},p:0,findDOMNode:null},d=Symbol.for(`react.portal`),f=l.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;typeof Map==`function`&&Map.prototype!=null&&typeof Map.prototype.forEach==`function`&&typeof Set==`function`&&Set.prototype!=null&&typeof Set.prototype.clear==`function`&&typeof Set.prototype.forEach==`function`||console.error(`React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills`),e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=u,e.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)throw Error(`Target container is not a DOM element.`);return i(e,t,null,n)},e.flushSync=function(e){var t=f.T,n=u.p;try{if(f.T=null,u.p=2,e)return e()}finally{f.T=t,u.p=n,u.d.f()&&console.error(`flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.`)}},e.preconnect=function(e,t){typeof e==`string`&&e?t!=null&&typeof t!=`object`?console.error("ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",s(t)):t!=null&&typeof t.crossOrigin!=`string`&&console.error("ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",o(t.crossOrigin)):console.error("ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",o(e)),typeof e==`string`&&(t?(t=t.crossOrigin,t=typeof t==`string`?t===`use-credentials`?t:``:void 0):t=null,u.d.C(e,t))},e.prefetchDNS=function(e){if(typeof e!=`string`||!e)console.error("ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",o(e));else if(1<arguments.length){var t=arguments[1];typeof t==`object`&&t.hasOwnProperty(`crossOrigin`)?console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",s(t)):console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",s(t))}typeof e==`string`&&u.d.D(e)},e.preinit=function(e,t){if(typeof e==`string`&&e?typeof t!=`object`||!t?console.error("ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",s(t)):t.as!==`style`&&t.as!==`script`&&console.error('ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',s(t.as)):console.error("ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",o(e)),typeof e==`string`&&t&&typeof t.as==`string`){var n=t.as,r=a(n,t.crossOrigin),i=typeof t.integrity==`string`?t.integrity:void 0,c=typeof t.fetchPriority==`string`?t.fetchPriority:void 0;n===`style`?u.d.S(e,typeof t.precedence==`string`?t.precedence:void 0,{crossOrigin:r,integrity:i,fetchPriority:c}):n===`script`&&u.d.X(e,{crossOrigin:r,integrity:i,fetchPriority:c,nonce:typeof t.nonce==`string`?t.nonce:void 0})}},e.preinitModule=function(e,t){var n=``;if(typeof e==`string`&&e||(n+=" The `href` argument encountered was "+o(e)+`.`),t!==void 0&&typeof t!=`object`?n+=" The `options` argument encountered was "+o(t)+`.`:t&&`as`in t&&t.as!==`script`&&(n+=" The `as` option encountered was "+s(t.as)+`.`),n)console.error("ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",n);else switch(n=t&&typeof t.as==`string`?t.as:`script`,n){case`script`:break;default:n=s(n),console.error('ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',n,e)}typeof e==`string`&&(typeof t==`object`&&t?(t.as==null||t.as===`script`)&&(n=a(t.as,t.crossOrigin),u.d.M(e,{crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0})):t??u.d.M(e))},e.preload=function(e,t){var n=``;if(typeof e==`string`&&e||(n+=" The `href` argument encountered was "+o(e)+`.`),typeof t!=`object`||!t?n+=" The `options` argument encountered was "+o(t)+`.`:typeof t.as==`string`&&t.as||(n+=" The `as` option encountered was "+o(t.as)+`.`),n&&console.error('ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',n),typeof e==`string`&&typeof t==`object`&&t&&typeof t.as==`string`){n=t.as;var r=a(n,t.crossOrigin);u.d.L(e,n,{crossOrigin:r,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0,type:typeof t.type==`string`?t.type:void 0,fetchPriority:typeof t.fetchPriority==`string`?t.fetchPriority:void 0,referrerPolicy:typeof t.referrerPolicy==`string`?t.referrerPolicy:void 0,imageSrcSet:typeof t.imageSrcSet==`string`?t.imageSrcSet:void 0,imageSizes:typeof t.imageSizes==`string`?t.imageSizes:void 0,media:typeof t.media==`string`?t.media:void 0})}},e.preloadModule=function(e,t){var n=``;typeof e==`string`&&e||(n+=" The `href` argument encountered was "+o(e)+`.`),t!==void 0&&typeof t!=`object`?n+=" The `options` argument encountered was "+o(t)+`.`:t&&`as`in t&&typeof t.as!=`string`&&(n+=" The `as` option encountered was "+o(t.as)+`.`),n&&console.error('ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',n),typeof e==`string`&&(t?(n=a(t.as,t.crossOrigin),u.d.m(e,{as:typeof t.as==`string`&&t.as!==`script`?t.as:void 0,crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0})):u.d.m(e))},e.requestFormReset=function(e){u.d.r(e)},e.unstable_batchedUpdates=function(e,t){return e(t)},e.useFormState=function(e,t,n){return c().useFormState(e,t,n)},e.useFormStatus=function(){return c().useHostTransitionStatus()},e.version=`19.2.0`,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<`u`&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop==`function`&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()})),a=t(((e,t)=>{function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>`u`||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=`function`)){if(process.env.NODE_ENV!==`production`)throw Error(`^_^`);try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(e){console.error(e)}}}process.env.NODE_ENV===`production`?(n(),t.exports=r()):t.exports=i()})),o=t((e=>{var t=n(),r=a(),i=Symbol.for(`react.transitional.element`),o=Symbol.for(`react.portal`),s=Symbol.for(`react.fragment`),c=Symbol.for(`react.strict_mode`),l=Symbol.for(`react.profiler`),u=Symbol.for(`react.consumer`),d=Symbol.for(`react.context`),f=Symbol.for(`react.forward_ref`),p=Symbol.for(`react.suspense`),m=Symbol.for(`react.suspense_list`),h=Symbol.for(`react.memo`),g=Symbol.for(`react.lazy`),_=Symbol.for(`react.scope`),v=Symbol.for(`react.activity`),y=Symbol.for(`react.legacy_hidden`),b=Symbol.for(`react.memo_cache_sentinel`),x=Symbol.for(`react.view_transition`),S=Symbol.iterator;function ee(e){return typeof e!=`object`||!e?null:(e=S&&e[S]||e[`@@iterator`],typeof e==`function`?e:null)}var te=Array.isArray;function C(e,t){var n=e.length&3,r=e.length-n,i=t;for(t=0;t<r;){var a=e.charCodeAt(t)&255|(e.charCodeAt(++t)&255)<<8|(e.charCodeAt(++t)&255)<<16|(e.charCodeAt(++t)&255)<<24;++t,a=3432918353*(a&65535)+((3432918353*(a>>>16)&65535)<<16)&4294967295,a=a<<15|a>>>17,a=461845907*(a&65535)+((461845907*(a>>>16)&65535)<<16)&4294967295,i^=a,i=i<<13|i>>>19,i=5*(i&65535)+((5*(i>>>16)&65535)<<16)&4294967295,i=(i&65535)+27492+(((i>>>16)+58964&65535)<<16)}switch(a=0,n){case 3:a^=(e.charCodeAt(t+2)&255)<<16;case 2:a^=(e.charCodeAt(t+1)&255)<<8;case 1:a^=e.charCodeAt(t)&255,a=3432918353*(a&65535)+((3432918353*(a>>>16)&65535)<<16)&4294967295,a=a<<15|a>>>17,i^=461845907*(a&65535)+((461845907*(a>>>16)&65535)<<16)&4294967295}return i^=e.length,i^=i>>>16,i=2246822507*(i&65535)+((2246822507*(i>>>16)&65535)<<16)&4294967295,i^=i>>>13,i=3266489909*(i&65535)+((3266489909*(i>>>16)&65535)<<16)&4294967295,(i^i>>>16)>>>0}var w=Object.assign,T=Object.prototype.hasOwnProperty,E=RegExp(`^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),D={},O={};function k(e){return T.call(O,e)?!0:T.call(D,e)?!1:E.test(e)?O[e]=!0:(D[e]=!0,!1)}var A=new Set(`animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp`.split(` `)),j=new Map([[`acceptCharset`,`accept-charset`],[`htmlFor`,`for`],[`httpEquiv`,`http-equiv`],[`crossOrigin`,`crossorigin`],[`accentHeight`,`accent-height`],[`alignmentBaseline`,`alignment-baseline`],[`arabicForm`,`arabic-form`],[`baselineShift`,`baseline-shift`],[`capHeight`,`cap-height`],[`clipPath`,`clip-path`],[`clipRule`,`clip-rule`],[`colorInterpolation`,`color-interpolation`],[`colorInterpolationFilters`,`color-interpolation-filters`],[`colorProfile`,`color-profile`],[`colorRendering`,`color-rendering`],[`dominantBaseline`,`dominant-baseline`],[`enableBackground`,`enable-background`],[`fillOpacity`,`fill-opacity`],[`fillRule`,`fill-rule`],[`floodColor`,`flood-color`],[`floodOpacity`,`flood-opacity`],[`fontFamily`,`font-family`],[`fontSize`,`font-size`],[`fontSizeAdjust`,`font-size-adjust`],[`fontStretch`,`font-stretch`],[`fontStyle`,`font-style`],[`fontVariant`,`font-variant`],[`fontWeight`,`font-weight`],[`glyphName`,`glyph-name`],[`glyphOrientationHorizontal`,`glyph-orientation-horizontal`],[`glyphOrientationVertical`,`glyph-orientation-vertical`],[`horizAdvX`,`horiz-adv-x`],[`horizOriginX`,`horiz-origin-x`],[`imageRendering`,`image-rendering`],[`letterSpacing`,`letter-spacing`],[`lightingColor`,`lighting-color`],[`markerEnd`,`marker-end`],[`markerMid`,`marker-mid`],[`markerStart`,`marker-start`],[`overlinePosition`,`overline-position`],[`overlineThickness`,`overline-thickness`],[`paintOrder`,`paint-order`],[`panose-1`,`panose-1`],[`pointerEvents`,`pointer-events`],[`renderingIntent`,`rendering-intent`],[`shapeRendering`,`shape-rendering`],[`stopColor`,`stop-color`],[`stopOpacity`,`stop-opacity`],[`strikethroughPosition`,`strikethrough-position`],[`strikethroughThickness`,`strikethrough-thickness`],[`strokeDasharray`,`stroke-dasharray`],[`strokeDashoffset`,`stroke-dashoffset`],[`strokeLinecap`,`stroke-linecap`],[`strokeLinejoin`,`stroke-linejoin`],[`strokeMiterlimit`,`stroke-miterlimit`],[`strokeOpacity`,`stroke-opacity`],[`strokeWidth`,`stroke-width`],[`textAnchor`,`text-anchor`],[`textDecoration`,`text-decoration`],[`textRendering`,`text-rendering`],[`transformOrigin`,`transform-origin`],[`underlinePosition`,`underline-position`],[`underlineThickness`,`underline-thickness`],[`unicodeBidi`,`unicode-bidi`],[`unicodeRange`,`unicode-range`],[`unitsPerEm`,`units-per-em`],[`vAlphabetic`,`v-alphabetic`],[`vHanging`,`v-hanging`],[`vIdeographic`,`v-ideographic`],[`vMathematical`,`v-mathematical`],[`vectorEffect`,`vector-effect`],[`vertAdvY`,`vert-adv-y`],[`vertOriginX`,`vert-origin-x`],[`vertOriginY`,`vert-origin-y`],[`wordSpacing`,`word-spacing`],[`writingMode`,`writing-mode`],[`xmlnsXlink`,`xmlns:xlink`],[`xHeight`,`x-height`]]),M=/["'&<>]/;function N(e){if(typeof e==`boolean`||typeof e==`number`||typeof e==`bigint`)return``+e;e=``+e;var t=M.exec(e);if(t){var n=``,r,i=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=`"`;break;case 38:t=`&`;break;case 39:t=`'`;break;case 60:t=`<`;break;case 62:t=`>`;break;default:continue}i!==r&&(n+=e.slice(i,r)),i=r+1,n+=t}e=i===r?n:n+e.slice(i,r)}return e}var P=/([A-Z])/g,F=/^ms-/,I=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function L(e){return I.test(``+e)?`javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')`:e}var R=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,B={pending:!1,data:null,method:null,action:null},V=z.d;z.d={f:V.f,r:V.r,D:tt,C:nt,L:rt,m:it,X:ot,S:at,M:st};var ne=[],re=null,ie=/(<\/|<)(s)(cript)/gi;function ae(e,t,n,r){return``+t+(n===`s`?`\\u0073`:`\\u0053`)+r}function oe(e,t,n,r,i){return{idPrefix:e===void 0?``:e,nextFormID:0,streamingFormat:0,bootstrapScriptContent:n,bootstrapScripts:r,bootstrapModules:i,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function se(e,t,n,r){return{insertionMode:e,selectedValue:t,tagScope:n,viewTransition:r}}function ce(e,t,n){var r=e.tagScope&-25;switch(t){case`noscript`:return se(2,null,r|1,null);case`select`:return se(2,n.value==null?n.defaultValue:n.value,r,null);case`svg`:return se(4,null,r,null);case`picture`:return se(2,null,r|2,null);case`math`:return se(5,null,r,null);case`foreignObject`:return se(2,null,r,null);case`table`:return se(6,null,r,null);case`thead`:case`tbody`:case`tfoot`:return se(7,null,r,null);case`colgroup`:return se(9,null,r,null);case`tr`:return se(8,null,r,null);case`head`:if(2>e.insertionMode)return se(3,null,r,null);break;case`html`:if(e.insertionMode===0)return se(1,null,r,null)}return 6<=e.insertionMode||2>e.insertionMode?se(2,null,r,null):e.tagScope===r?e:se(e.insertionMode,e.selectedValue,r,null)}function H(e){return e===null?null:{update:e.update,enter:`none`,exit:`none`,share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function le(e,t){return t.tagScope&32&&(e.instructions|=128),se(t.insertionMode,t.selectedValue,t.tagScope|12,H(t.viewTransition))}function ue(e,t){e=H(t.viewTransition);var n=t.tagScope|16;return e!==null&&e.share!==`none`&&(n|=64),se(t.insertionMode,t.selectedValue,n,e)}var de=new Map;function fe(e,t){if(typeof t!=`object`)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var n=!0,r;for(r in t)if(T.call(t,r)){var i=t[r];if(i!=null&&typeof i!=`boolean`&&i!==``){if(r.indexOf(`--`)===0){var a=N(r);i=N((``+i).trim())}else a=de.get(r),a===void 0&&(a=N(r.replace(P,`-$1`).toLowerCase().replace(F,`-ms-`)),de.set(r,a)),i=typeof i==`number`?i===0||A.has(r)?``+i:i+`px`:N((``+i).trim());n?(n=!1,e.push(` style="`,a,`:`,i)):e.push(`;`,a,`:`,i)}}n||e.push(`"`)}function pe(e,t,n){n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(` `,t,`=""`)}function me(e,t,n){typeof n!=`function`&&typeof n!=`symbol`&&typeof n!=`boolean`&&e.push(` `,t,`="`,N(n),`"`)}var he=N(`javascript:throw new Error('React form unexpectedly submitted.')`);function ge(e,t){this.push(`<input type="hidden"`),_e(e),me(this,`name`,t),me(this,`value`,e),this.push(`/>`)}function _e(e){if(typeof e!=`string`)throw Error(`File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.`)}function ve(e,t){if(typeof t.$$FORM_ACTION==`function`){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);return r&&r.data?.forEach(_e),r}catch(e){if(typeof e==`object`&&e&&typeof e.then==`function`)throw e}}return null}function ye(e,t,n,r,i,a,o,s){var c=null;if(typeof r==`function`){var l=ve(t,r);l===null?(e.push(` `,`formAction`,`="`,he,`"`),o=a=i=r=s=null,Se(t,n)):(s=l.name,r=l.action||``,i=l.encType,a=l.method,o=l.target,c=l.data)}return s!=null&&U(e,`name`,s),r!=null&&U(e,`formAction`,r),i!=null&&U(e,`formEncType`,i),a!=null&&U(e,`formMethod`,a),o!=null&&U(e,`formTarget`,o),c}function U(e,t,n){switch(t){case`className`:me(e,`class`,n);break;case`tabIndex`:me(e,`tabindex`,n);break;case`dir`:case`role`:case`viewBox`:case`width`:case`height`:me(e,t,n);break;case`style`:fe(e,n);break;case`src`:case`href`:if(n===``)break;case`action`:case`formAction`:if(n==null||typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;n=L(``+n),e.push(` `,t,`="`,N(n),`"`);break;case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`autoFocus`:case`multiple`:case`muted`:pe(e,t.toLowerCase(),n);break;case`xlinkHref`:if(typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;n=L(``+n),e.push(` `,`xlink:href`,`="`,N(n),`"`);break;case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:typeof n!=`function`&&typeof n!=`symbol`&&e.push(` `,t,`="`,N(n),`"`);break;case`inert`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(` `,t,`=""`);break;case`capture`:case`download`:!0===n?e.push(` `,t,`=""`):!1!==n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(` `,t,`="`,N(n),`"`);break;case`cols`:case`rows`:case`size`:case`span`:typeof n!=`function`&&typeof n!=`symbol`&&!isNaN(n)&&1<=n&&e.push(` `,t,`="`,N(n),`"`);break;case`rowSpan`:case`start`:typeof n==`function`||typeof n==`symbol`||isNaN(n)||e.push(` `,t,`="`,N(n),`"`);break;case`xlinkActuate`:me(e,`xlink:actuate`,n);break;case`xlinkArcrole`:me(e,`xlink:arcrole`,n);break;case`xlinkRole`:me(e,`xlink:role`,n);break;case`xlinkShow`:me(e,`xlink:show`,n);break;case`xlinkTitle`:me(e,`xlink:title`,n);break;case`xlinkType`:me(e,`xlink:type`,n);break;case`xmlBase`:me(e,`xml:base`,n);break;case`xmlLang`:me(e,`xml:lang`,n);break;case`xmlSpace`:me(e,`xml:space`,n);break;default:if((!(2<t.length)||t[0]!==`o`&&t[0]!==`O`||t[1]!==`n`&&t[1]!==`N`)&&(t=j.get(t)||t,k(t))){switch(typeof n){case`function`:case`symbol`:return;case`boolean`:var r=t.toLowerCase().slice(0,5);if(r!==`data-`&&r!==`aria-`)return}e.push(` `,t,`="`,N(n),`"`)}}}function be(e,t,n){if(t!=null){if(n!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t!=`object`||!(`__html`in t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");t=t.__html,t!=null&&e.push(``+t)}}function xe(e){var n=``;return t.Children.forEach(e,function(e){e!=null&&(n+=e)}),n}function Se(e,t){if(!(e.instructions&16)){e.instructions|=16;var n=t.preamble,r=t.bootstrapChunks;(n.htmlChunks||n.headChunks)&&r.length===0?(r.push(t.startInlineScript),Qe(r,e),r.push(`>`,`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,`<\/script>`)):r.unshift(t.startInlineScript,`>`,`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,`<\/script>`)}}function Ce(e,t){for(var n in e.push(Me(`link`)),t)if(T.call(t,n)){var r=t[n];if(r!=null)switch(n){case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:U(e,n,r)}}return e.push(`/>`),null}var we=/(<\/|<)(s)(tyle)/gi;function Te(e,t,n,r){return``+t+(n===`s`?`\\73 `:`\\53 `)+r}function Ee(e,t,n){for(var r in e.push(Me(n)),t)if(T.call(t,r)){var i=t[r];if(i!=null)switch(r){case`children`:case`dangerouslySetInnerHTML`:throw Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:U(e,r,i)}}return e.push(`/>`),null}function W(e,t){e.push(Me(`title`));var n=null,r=null,i;for(i in t)if(T.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:U(e,i,a)}}return e.push(`>`),t=Array.isArray(n)?2>n.length?n[0]:null:n,typeof t!=`function`&&typeof t!=`symbol`&&t!=null&&e.push(N(``+t)),be(e,r,n),e.push(Fe(`title`)),null}function De(e,t){e.push(Me(`script`));var n=null,r=null,i;for(i in t)if(T.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:U(e,i,a)}}return e.push(`>`),be(e,r,n),typeof n==`string`&&e.push((``+n).replace(ie,ae)),e.push(Fe(`script`)),null}function Oe(e,t,n){e.push(Me(n));var r=n=null,i;for(i in t)if(T.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:U(e,i,a)}}return e.push(`>`),be(e,r,n),n}function ke(e,t,n){e.push(Me(n));var r=n=null,i;for(i in t)if(T.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:U(e,i,a)}}return e.push(`>`),be(e,r,n),typeof n==`string`?(e.push(N(n)),null):n}var Ae=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,je=new Map;function Me(e){var t=je.get(e);if(t===void 0){if(!Ae.test(e))throw Error(`Invalid tag: `+e);t=`<`+e,je.set(e,t)}return t}function Ne(e,t,n,r,i,a,o,s,c){switch(t){case`div`:case`span`:case`svg`:case`path`:break;case`a`:e.push(Me(`a`));var l=null,u=null,d;for(d in n)if(T.call(n,d)){var f=n[d];if(f!=null)switch(d){case`children`:l=f;break;case`dangerouslySetInnerHTML`:u=f;break;case`href`:f===``?me(e,`href`,``):U(e,d,f);break;default:U(e,d,f)}}if(e.push(`>`),be(e,u,l),typeof l==`string`){e.push(N(l));var p=null}else p=l;return p;case`g`:case`p`:case`li`:break;case`select`:e.push(Me(`select`));var m=null,h=null,g;for(g in n)if(T.call(n,g)){var _=n[g];if(_!=null)switch(g){case`children`:m=_;break;case`dangerouslySetInnerHTML`:h=_;break;case`defaultValue`:case`value`:break;default:U(e,g,_)}}return e.push(`>`),be(e,h,m),m;case`option`:var v=s.selectedValue;e.push(Me(`option`));var y=null,b=null,x=null,S=null,ee;for(ee in n)if(T.call(n,ee)){var C=n[ee];if(C!=null)switch(ee){case`children`:y=C;break;case`selected`:x=C;break;case`dangerouslySetInnerHTML`:S=C;break;case`value`:b=C;default:U(e,ee,C)}}if(v!=null){var E=b===null?xe(y):``+b;if(te(v)){for(var D=0;D<v.length;D++)if(``+v[D]===E){e.push(` selected=""`);break}}else ``+v===E&&e.push(` selected=""`)}else x&&e.push(` selected=""`);return e.push(`>`),be(e,S,y),y;case`textarea`:e.push(Me(`textarea`));var O=null,A=null,j=null,M;for(M in n)if(T.call(n,M)){var P=n[M];if(P!=null)switch(M){case`children`:j=P;break;case`value`:O=P;break;case`defaultValue`:A=P;break;case`dangerouslySetInnerHTML`:throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:U(e,M,P)}}if(O===null&&A!==null&&(O=A),e.push(`>`),j!=null){if(O!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(te(j)){if(1<j.length)throw Error(`<textarea> can only have at most one child.`);O=``+j[0]}O=``+j}return typeof O==`string`&&O[0]===`
|
|
16
|
-
`&&e.push(`
|
|
17
|
-
`),O!==null&&e.push(N(``+O)),null;case`input`:e.push(Me(`input`));var F=null,I=null,R=null,z=null,B=null,V=null,re=null,ie=null,ae=null,oe;for(oe in n)if(T.call(n,oe)){var se=n[oe];if(se!=null)switch(oe){case`children`:case`dangerouslySetInnerHTML`:throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case`name`:F=se;break;case`formAction`:I=se;break;case`formEncType`:R=se;break;case`formMethod`:z=se;break;case`formTarget`:B=se;break;case`defaultChecked`:ae=se;break;case`defaultValue`:re=se;break;case`checked`:ie=se;break;case`value`:V=se;break;default:U(e,oe,se)}}var ce=ye(e,r,i,I,R,z,B,F);return ie===null?ae!==null&&pe(e,`checked`,ae):pe(e,`checked`,ie),V===null?re!==null&&U(e,`value`,re):U(e,`value`,V),e.push(`/>`),ce?.forEach(ge,e),null;case`button`:e.push(Me(`button`));var H=null,le=null,ue=null,de=null,_e=null,Ae=null,je=null,Ne;for(Ne in n)if(T.call(n,Ne)){var Pe=n[Ne];if(Pe!=null)switch(Ne){case`children`:H=Pe;break;case`dangerouslySetInnerHTML`:le=Pe;break;case`name`:ue=Pe;break;case`formAction`:de=Pe;break;case`formEncType`:_e=Pe;break;case`formMethod`:Ae=Pe;break;case`formTarget`:je=Pe;break;default:U(e,Ne,Pe)}}var Ie=ye(e,r,i,de,_e,Ae,je,ue);if(e.push(`>`),Ie?.forEach(ge,e),be(e,le,H),typeof H==`string`){e.push(N(H));var Le=null}else Le=H;return Le;case`form`:e.push(Me(`form`));var Re=null,ze=null,Be=null,Ve=null,He=null,Ue=null,We;for(We in n)if(T.call(n,We)){var Ge=n[We];if(Ge!=null)switch(We){case`children`:Re=Ge;break;case`dangerouslySetInnerHTML`:ze=Ge;break;case`action`:Be=Ge;break;case`encType`:Ve=Ge;break;case`method`:He=Ge;break;case`target`:Ue=Ge;break;default:U(e,We,Ge)}}var Ke=null,qe=null;if(typeof Be==`function`){var G=ve(r,Be);G===null?(e.push(` `,`action`,`="`,he,`"`),Ue=He=Ve=Be=null,Se(r,i)):(Be=G.action||``,Ve=G.encType,He=G.method,Ue=G.target,Ke=G.data,qe=G.name)}if(Be!=null&&U(e,`action`,Be),Ve!=null&&U(e,`encType`,Ve),He!=null&&U(e,`method`,He),Ue!=null&&U(e,`target`,Ue),e.push(`>`),qe!==null&&(e.push(`<input type="hidden"`),me(e,`name`,qe),e.push(`/>`),Ke?.forEach(ge,e)),be(e,ze,Re),typeof Re==`string`){e.push(N(Re));var Je=null}else Je=Re;return Je;case`menuitem`:for(var K in e.push(Me(`menuitem`)),n)if(T.call(n,K)){var q=n[K];if(q!=null)switch(K){case`children`:case`dangerouslySetInnerHTML`:throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:U(e,K,q)}}return e.push(`>`),null;case`object`:e.push(Me(`object`));var J=null,Ye=null,Xe;for(Xe in n)if(T.call(n,Xe)){var Ze=n[Xe];if(Ze!=null)switch(Xe){case`children`:J=Ze;break;case`dangerouslySetInnerHTML`:Ye=Ze;break;case`data`:var Qe=L(``+Ze);if(Qe===``)break;e.push(` `,`data`,`="`,N(Qe),`"`);break;default:U(e,Xe,Ze)}}if(e.push(`>`),be(e,Ye,J),typeof J==`string`){e.push(N(J));var $e=null}else $e=J;return $e;case`title`:var Y=s.tagScope&1,et=s.tagScope&4;if(s.insertionMode===4||Y||n.itemProp!=null)var tt=W(e,n);else et?tt=null:(W(i.hoistableChunks,n),tt=void 0);return tt;case`link`:var nt=s.tagScope&1,rt=s.tagScope&4,it=n.rel,at=n.href,ot=n.precedence;if(s.insertionMode===4||nt||n.itemProp!=null||typeof it!=`string`||typeof at!=`string`||at===``){Ce(e,n);var st=null}else if(n.rel===`stylesheet`)if(typeof ot!=`string`||n.disabled!=null||n.onLoad||n.onError)st=Ce(e,n);else{var ut=i.styles.get(ot),dt=r.styleResources.hasOwnProperty(at)?r.styleResources[at]:void 0;if(dt!==null){r.styleResources[at]=null,ut||(ut={precedence:N(ot),rules:[],hrefs:[],sheets:new Map},i.styles.set(ot,ut));var ft={state:0,props:w({},n,{"data-precedence":n.precedence,precedence:null})};if(dt){dt.length===2&&ct(ft.props,dt);var pt=i.preloads.stylesheets.get(at);pt&&0<pt.length?pt.length=0:ft.state=1}ut.sheets.set(at,ft),o&&o.stylesheets.add(ft)}else if(ut){var mt=ut.sheets.get(at);mt&&o&&o.stylesheets.add(mt)}c&&e.push(`<!-- -->`),st=null}else n.onLoad||n.onError?st=Ce(e,n):(c&&e.push(`<!-- -->`),st=rt?null:Ce(i.hoistableChunks,n));return st;case`script`:var ht=s.tagScope&1,gt=n.async;if(typeof n.src!=`string`||!n.src||!gt||typeof gt==`function`||typeof gt==`symbol`||n.onLoad||n.onError||s.insertionMode===4||ht||n.itemProp!=null)var _t=De(e,n);else{var vt=n.src;if(n.type===`module`)var yt=r.moduleScriptResources,bt=i.preloads.moduleScripts;else yt=r.scriptResources,bt=i.preloads.scripts;var xt=yt.hasOwnProperty(vt)?yt[vt]:void 0;if(xt!==null){yt[vt]=null;var St=n;if(xt){xt.length===2&&(St=w({},n),ct(St,xt));var Ct=bt.get(vt);Ct&&(Ct.length=0)}var wt=[];i.scripts.add(wt),De(wt,St)}c&&e.push(`<!-- -->`),_t=null}return _t;case`style`:var Tt=s.tagScope&1,Et=n.precedence,Dt=n.href,Ot=n.nonce;if(s.insertionMode===4||Tt||n.itemProp!=null||typeof Et!=`string`||typeof Dt!=`string`||Dt===``){e.push(Me(`style`));var kt=null,At=null,jt;for(jt in n)if(T.call(n,jt)){var Mt=n[jt];if(Mt!=null)switch(jt){case`children`:kt=Mt;break;case`dangerouslySetInnerHTML`:At=Mt;break;default:U(e,jt,Mt)}}e.push(`>`);var Nt=Array.isArray(kt)?2>kt.length?kt[0]:null:kt;typeof Nt!=`function`&&typeof Nt!=`symbol`&&Nt!=null&&e.push((``+Nt).replace(we,Te)),be(e,At,kt),e.push(Fe(`style`));var Pt=null}else{var Ft=i.styles.get(Et);if((r.styleResources.hasOwnProperty(Dt)?r.styleResources[Dt]:void 0)!==null){r.styleResources[Dt]=null,Ft||(Ft={precedence:N(Et),rules:[],hrefs:[],sheets:new Map},i.styles.set(Et,Ft));var It=i.nonce.style;if(!It||It===Ot){Ft.hrefs.push(N(Dt));var Lt=Ft.rules,X=null,Rt=null,zt;for(zt in n)if(T.call(n,zt)){var Bt=n[zt];if(Bt!=null)switch(zt){case`children`:X=Bt;break;case`dangerouslySetInnerHTML`:Rt=Bt}}var Vt=Array.isArray(X)?2>X.length?X[0]:null:X;typeof Vt!=`function`&&typeof Vt!=`symbol`&&Vt!=null&&Lt.push((``+Vt).replace(we,Te)),be(Lt,Rt,X)}}Ft&&o&&o.styles.add(Ft),c&&e.push(`<!-- -->`),Pt=void 0}return Pt;case`meta`:var Ht=s.tagScope&1,Ut=s.tagScope&4;if(s.insertionMode===4||Ht||n.itemProp!=null)var Wt=Ee(e,n,`meta`);else c&&e.push(`<!-- -->`),Wt=Ut?null:typeof n.charSet==`string`?Ee(i.charsetChunks,n,`meta`):n.name===`viewport`?Ee(i.viewportChunks,n,`meta`):Ee(i.hoistableChunks,n,`meta`);return Wt;case`listing`:case`pre`:e.push(Me(t));var Gt=null,Kt=null,qt;for(qt in n)if(T.call(n,qt)){var Jt=n[qt];if(Jt!=null)switch(qt){case`children`:Gt=Jt;break;case`dangerouslySetInnerHTML`:Kt=Jt;break;default:U(e,qt,Jt)}}if(e.push(`>`),Kt!=null){if(Gt!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof Kt!=`object`||!(`__html`in Kt))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var Yt=Kt.__html;Yt!=null&&(typeof Yt==`string`&&0<Yt.length&&Yt[0]===`
|
|
18
|
-
`?e.push(`
|
|
19
|
-
`,Yt):e.push(``+Yt))}return typeof Gt==`string`&&Gt[0]===`
|
|
20
|
-
`&&e.push(`
|
|
21
|
-
`),Gt;case`img`:var Xt=s.tagScope&3,Zt=n.src,Qt=n.srcSet;if(!(n.loading===`lazy`||!Zt&&!Qt||typeof Zt!=`string`&&Zt!=null||typeof Qt!=`string`&&Qt!=null||n.fetchPriority===`low`||Xt)&&(typeof Zt!=`string`||Zt[4]!==`:`||Zt[0]!==`d`&&Zt[0]!==`D`||Zt[1]!==`a`&&Zt[1]!==`A`||Zt[2]!==`t`&&Zt[2]!==`T`||Zt[3]!==`a`&&Zt[3]!==`A`)&&(typeof Qt!=`string`||Qt[4]!==`:`||Qt[0]!==`d`&&Qt[0]!==`D`||Qt[1]!==`a`&&Qt[1]!==`A`||Qt[2]!==`t`&&Qt[2]!==`T`||Qt[3]!==`a`&&Qt[3]!==`A`)){o!==null&&s.tagScope&64&&(o.suspenseyImages=!0);var $t=typeof n.sizes==`string`?n.sizes:void 0,en=Qt?Qt+`
|
|
22
|
-
`+($t||``):Zt,tn=i.preloads.images,nn=tn.get(en);if(nn)(n.fetchPriority===`high`||10>i.highImagePreloads.size)&&(tn.delete(en),i.highImagePreloads.add(nn));else if(!r.imageResources.hasOwnProperty(en)){r.imageResources[en]=ne;var rn=n.crossOrigin,Z=typeof rn==`string`?rn===`use-credentials`?rn:``:void 0,Q=i.headers,an;Q&&0<Q.remainingCapacity&&typeof n.srcSet!=`string`&&(n.fetchPriority===`high`||500>Q.highImagePreloads.length)&&(an=lt(Zt,`image`,{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:Z,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(Q.remainingCapacity-=an.length+2))?(i.resets.image[en]=ne,Q.highImagePreloads&&(Q.highImagePreloads+=`, `),Q.highImagePreloads+=an):(nn=[],Ce(nn,{rel:`preload`,as:`image`,href:Qt?void 0:Zt,imageSrcSet:Qt,imageSizes:$t,crossOrigin:Z,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),n.fetchPriority===`high`||10>i.highImagePreloads.size?i.highImagePreloads.add(nn):(i.bulkPreloads.add(nn),tn.set(en,nn)))}}return Ee(e,n,`img`);case`base`:case`area`:case`br`:case`col`:case`embed`:case`hr`:case`keygen`:case`param`:case`source`:case`track`:case`wbr`:return Ee(e,n,t);case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:break;case`head`:if(2>s.insertionMode){var on=a||i.preamble;if(on.headChunks)throw Error("The `<head>` tag may only be rendered once.");a!==null&&e.push(`<!--head-->`),on.headChunks=[];var sn=Oe(on.headChunks,n,`head`)}else sn=ke(e,n,`head`);return sn;case`body`:if(2>s.insertionMode){var cn=a||i.preamble;if(cn.bodyChunks)throw Error("The `<body>` tag may only be rendered once.");a!==null&&e.push(`<!--body-->`),cn.bodyChunks=[];var ln=Oe(cn.bodyChunks,n,`body`)}else ln=ke(e,n,`body`);return ln;case`html`:if(s.insertionMode===0){var un=a||i.preamble;if(un.htmlChunks)throw Error("The `<html>` tag may only be rendered once.");a!==null&&e.push(`<!--html-->`),un.htmlChunks=[``];var dn=Oe(un.htmlChunks,n,`html`)}else dn=ke(e,n,`html`);return dn;default:if(t.indexOf(`-`)!==-1){e.push(Me(t));var fn=null,pn=null,mn;for(mn in n)if(T.call(n,mn)){var hn=n[mn];if(hn!=null){var gn=mn;switch(mn){case`children`:fn=hn;break;case`dangerouslySetInnerHTML`:pn=hn;break;case`style`:fe(e,hn);break;case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`className`:gn=`class`;default:if(k(mn)&&typeof hn!=`function`&&typeof hn!=`symbol`&&!1!==hn){if(!0===hn)hn=``;else if(typeof hn==`object`)continue;e.push(` `,gn,`="`,N(hn),`"`)}}}}return e.push(`>`),be(e,pn,fn),fn}}return ke(e,n,t)}var Pe=new Map;function Fe(e){var t=Pe.get(e);return t===void 0&&(t=`</`+e+`>`,Pe.set(e,t)),t}function Ie(e,t){e=e.preamble,e.htmlChunks===null&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),e.headChunks===null&&t.headChunks&&(e.headChunks=t.headChunks),e.bodyChunks===null&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function Le(e,t){t=t.bootstrapChunks;for(var n=0;n<t.length-1;n++)e.push(t[n]);return n<t.length?(n=t[n],t.length=0,e.push(n)):!0}function Re(e,t,n){if(e.push(`<!--$?--><template id="`),n===null)throw Error(`An ID must have been assigned before we can complete the boundary.`);return e.push(t.boundaryPrefix),t=n.toString(16),e.push(t),e.push(`"></template>`)}function ze(e,t,n,r){switch(n.insertionMode){case 0:case 1:case 3:case 2:return e.push(`<div hidden id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);case 4:return e.push(`<svg aria-hidden="true" style="display:none" id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);case 5:return e.push(`<math aria-hidden="true" style="display:none" id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);case 6:return e.push(`<table hidden id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);case 7:return e.push(`<table hidden><tbody id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);case 8:return e.push(`<table hidden><tr id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);case 9:return e.push(`<table hidden><colgroup id="`),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(`">`);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}function Be(e,t){switch(t.insertionMode){case 0:case 1:case 3:case 2:return e.push(`</div>`);case 4:return e.push(`</svg>`);case 5:return e.push(`</math>`);case 6:return e.push(`</table>`);case 7:return e.push(`</tbody></table>`);case 8:return e.push(`</tr></table>`);case 9:return e.push(`</colgroup></table>`);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}var Ve=/[<\u2028\u2029]/g;function He(e){return JSON.stringify(e).replace(Ve,function(e){switch(e){case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}var Ue=/[&><\u2028\u2029]/g;function We(e){return JSON.stringify(e).replace(Ue,function(e){switch(e){case`&`:return`\\u0026`;case`>`:return`\\u003e`;case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}var Ge=!1,Ke=!0;function qe(e){var t=e.rules,n=e.hrefs,r=0;if(n.length){for(this.push(re.startInlineStyle),this.push(` media="not all" data-precedence="`),this.push(e.precedence),this.push(`" data-href="`);r<n.length-1;r++)this.push(n[r]),this.push(` `);for(this.push(n[r]),this.push(`">`),r=0;r<t.length;r++)this.push(t[r]);Ke=this.push(`</style>`),Ge=!0,t.length=0,n.length=0}}function G(e){return e.state===2?!1:Ge=!0}function Je(e,t,n){return Ge=!1,Ke=!0,re=n,t.styles.forEach(qe,e),re=null,t.stylesheets.forEach(G),Ge&&(n.stylesToHoist=!0),Ke}function K(e){for(var t=0;t<e.length;t++)this.push(e[t]);e.length=0}var q=[];function J(e){Ce(q,e.props);for(var t=0;t<q.length;t++)this.push(q[t]);q.length=0,e.state=2}function Ye(e){var t=0<e.sheets.size;e.sheets.forEach(J,this),e.sheets.clear();var n=e.rules,r=e.hrefs;if(!t||r.length){if(this.push(re.startInlineStyle),this.push(` data-precedence="`),this.push(e.precedence),e=0,r.length){for(this.push(`" data-href="`);e<r.length-1;e++)this.push(r[e]),this.push(` `);this.push(r[e])}for(this.push(`">`),e=0;e<n.length;e++)this.push(n[e]);this.push(`</style>`),n.length=0,r.length=0}}function Xe(e){if(e.state===0){e.state=1;var t=e.props;for(Ce(q,{rel:`preload`,as:`style`,href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<q.length;e++)this.push(q[e]);q.length=0}}function Ze(e){e.sheets.forEach(Xe,this),e.sheets.clear()}function Qe(e,t){!(t.instructions&32)&&(t.instructions|=32,e.push(` id="`,N(`_`+t.idPrefix+`R_`),`"`))}function $e(e,t){e.push(`[`);var n=`[`;t.stylesheets.forEach(function(t){if(t.state!==2)if(t.state===3)e.push(n),t=We(``+t.props.href),e.push(t),e.push(`]`),n=`,[`;else{e.push(n);var r=t.props[`data-precedence`],i=t.props,a=L(``+t.props.href);for(var o in a=We(a),e.push(a),r=``+r,e.push(`,`),r=We(r),e.push(r),i)if(T.call(i,o)&&(r=i[o],r!=null))switch(o){case`href`:case`rel`:case`precedence`:case`data-precedence`:break;case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Y(e,o,r)}e.push(`]`),n=`,[`,t.state=3}}),e.push(`]`)}function Y(e,t,n){var r=t.toLowerCase();switch(typeof n){case`function`:case`symbol`:return}switch(t){case`innerHTML`:case`dangerouslySetInnerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`style`:case`ref`:return;case`className`:r=`class`,t=``+n;break;case`hidden`:if(!1===n)return;t=``;break;case`src`:case`href`:n=L(n),t=``+n;break;default:if(2<t.length&&(t[0]===`o`||t[0]===`O`)&&(t[1]===`n`||t[1]===`N`)||!k(t))return;t=``+n}e.push(`,`),r=We(r),e.push(r),e.push(`,`),r=We(t),e.push(r)}function et(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function tt(e){var t=Mn||null;if(t){var n=t.resumableState,r=t.renderState;if(typeof e==`string`&&e){if(!n.dnsResources.hasOwnProperty(e)){n.dnsResources[e]=null,n=r.headers;var i,a;(a=n&&0<n.remainingCapacity)&&(a=(i=`<`+(``+e).replace(ut,dt)+`>; rel=dns-prefetch`,0<=(n.remainingCapacity-=i.length+2))),a?(r.resets.dns[e]=null,n.preconnects&&(n.preconnects+=`, `),n.preconnects+=i):(i=[],Ce(i,{href:e,rel:`dns-prefetch`}),r.preconnects.add(i))}Dr(t)}}else V.D(e)}function nt(e,t){var n=Mn||null;if(n){var r=n.resumableState,i=n.renderState;if(typeof e==`string`&&e){var a=t===`use-credentials`?`credentials`:typeof t==`string`?`anonymous`:`default`;if(!r.connectResources[a].hasOwnProperty(e)){r.connectResources[a][e]=null,r=i.headers;var o,s;if(s=r&&0<r.remainingCapacity){if(s=`<`+(``+e).replace(ut,dt)+`>; rel=preconnect`,typeof t==`string`){var c=(``+t).replace(ft,pt);s+=`; crossorigin="`+c+`"`}s=(o=s,0<=(r.remainingCapacity-=o.length+2))}s?(i.resets.connect[a][e]=null,r.preconnects&&(r.preconnects+=`, `),r.preconnects+=o):(a=[],Ce(a,{rel:`preconnect`,href:e,crossOrigin:t}),i.preconnects.add(a))}Dr(n)}}else V.C(e,t)}function rt(e,t,n){var r=Mn||null;if(r){var i=r.resumableState,a=r.renderState;if(t&&e){switch(t){case`image`:if(n)var o=n.imageSrcSet,s=n.imageSizes,c=n.fetchPriority;var l=o?o+`
|
|
23
|
-
`+(s||``):e;if(i.imageResources.hasOwnProperty(l))return;i.imageResources[l]=ne,i=a.headers;var u;i&&0<i.remainingCapacity&&typeof o!=`string`&&c===`high`&&(u=lt(e,t,n),0<=(i.remainingCapacity-=u.length+2))?(a.resets.image[l]=ne,i.highImagePreloads&&(i.highImagePreloads+=`, `),i.highImagePreloads+=u):(i=[],Ce(i,w({rel:`preload`,href:o?void 0:e,as:t},n)),c===`high`?a.highImagePreloads.add(i):(a.bulkPreloads.add(i),a.preloads.images.set(l,i)));break;case`style`:if(i.styleResources.hasOwnProperty(e))return;o=[],Ce(o,w({rel:`preload`,href:e,as:t},n)),i.styleResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?ne:[n.crossOrigin,n.integrity],a.preloads.stylesheets.set(e,o),a.bulkPreloads.add(o);break;case`script`:if(i.scriptResources.hasOwnProperty(e))return;o=[],a.preloads.scripts.set(e,o),a.bulkPreloads.add(o),Ce(o,w({rel:`preload`,href:e,as:t},n)),i.scriptResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?ne:[n.crossOrigin,n.integrity];break;default:if(i.unknownResources.hasOwnProperty(t)){if(o=i.unknownResources[t],o.hasOwnProperty(e))return}else o={},i.unknownResources[t]=o;if(o[e]=ne,(i=a.headers)&&0<i.remainingCapacity&&t===`font`&&(l=lt(e,t,n),0<=(i.remainingCapacity-=l.length+2)))a.resets.font[e]=ne,i.fontPreloads&&(i.fontPreloads+=`, `),i.fontPreloads+=l;else switch(i=[],e=w({rel:`preload`,href:e,as:t},n),Ce(i,e),t){case`font`:a.fontPreloads.add(i);break;default:a.bulkPreloads.add(i)}}Dr(r)}}else V.L(e,t,n)}function it(e,t){var n=Mn||null;if(n){var r=n.resumableState,i=n.renderState;if(e){var a=t&&typeof t.as==`string`?t.as:`script`;switch(a){case`script`:if(r.moduleScriptResources.hasOwnProperty(e))return;a=[],r.moduleScriptResources[e]=!t||typeof t.crossOrigin!=`string`&&typeof t.integrity!=`string`?ne:[t.crossOrigin,t.integrity],i.preloads.moduleScripts.set(e,a);break;default:if(r.moduleUnknownResources.hasOwnProperty(a)){var o=r.unknownResources[a];if(o.hasOwnProperty(e))return}else o={},r.moduleUnknownResources[a]=o;a=[],o[e]=ne}Ce(a,w({rel:`modulepreload`,href:e},t)),i.bulkPreloads.add(a),Dr(n)}}else V.m(e,t)}function at(e,t,n){var r=Mn||null;if(r){var i=r.resumableState,a=r.renderState;if(e){t||=`default`;var o=a.styles.get(t),s=i.styleResources.hasOwnProperty(e)?i.styleResources[e]:void 0;s!==null&&(i.styleResources[e]=null,o||(o={precedence:N(t),rules:[],hrefs:[],sheets:new Map},a.styles.set(t,o)),t={state:0,props:w({rel:`stylesheet`,href:e,"data-precedence":t},n)},s&&(s.length===2&&ct(t.props,s),(a=a.preloads.stylesheets.get(e))&&0<a.length?a.length=0:t.state=1),o.sheets.set(e,t),Dr(r))}}else V.S(e,t,n)}function ot(e,t){var n=Mn||null;if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.scriptResources.hasOwnProperty(e)?r.scriptResources[e]:void 0;a!==null&&(r.scriptResources[e]=null,t=w({src:e,async:!0},t),a&&(a.length===2&&ct(t,a),e=i.preloads.scripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),De(e,t),Dr(n))}}else V.X(e,t)}function st(e,t){var n=Mn||null;if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.moduleScriptResources.hasOwnProperty(e)?r.moduleScriptResources[e]:void 0;a!==null&&(r.moduleScriptResources[e]=null,t=w({src:e,type:`module`,async:!0},t),a&&(a.length===2&&ct(t,a),e=i.preloads.moduleScripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),De(e,t),Dr(n))}}else V.M(e,t)}function ct(e,t){e.crossOrigin??=t[0],e.integrity??=t[1]}function lt(e,t,n){for(var r in e=(``+e).replace(ut,dt),t=(``+t).replace(ft,pt),t=`<`+e+`>; rel=preload; as="`+t+`"`,n)T.call(n,r)&&(e=n[r],typeof e==`string`&&(t+=`; `+r.toLowerCase()+`="`+(``+e).replace(ft,pt)+`"`));return t}var ut=/[<>\r\n]/g;function dt(e){switch(e){case`<`:return`%3C`;case`>`:return`%3E`;case`
|
|
24
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}var ft=/["';,\r\n]/g;function pt(e){switch(e){case`"`:return`%22`;case`'`:return`%27`;case`;`:return`%3B`;case`,`:return`%2C`;case`
|
|
25
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}function mt(e){this.styles.add(e)}function ht(e){this.stylesheets.add(e)}function gt(e,t){t.styles.forEach(mt,e),t.stylesheets.forEach(ht,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function _t(e,t){var n=e.idPrefix,r=[],i=e.bootstrapScriptContent,a=e.bootstrapScripts,o=e.bootstrapModules;i!==void 0&&(r.push(`<script`),Qe(r,e),r.push(`>`,(``+i).replace(ie,ae),`<\/script>`)),i=n+`P:`;var s=n+`S:`;n+=`B:`;var c=new Set,l=new Set,u=new Set,d=new Map,f=new Set,p=new Set,m=new Set,h={images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map};if(a!==void 0)for(var g=0;g<a.length;g++){var _=a[g],v,y=void 0,b=void 0,x={rel:`preload`,as:`script`,fetchPriority:`low`,nonce:void 0};typeof _==`string`?x.href=v=_:(x.href=v=_.src,x.integrity=b=typeof _.integrity==`string`?_.integrity:void 0,x.crossOrigin=y=typeof _==`string`||_.crossOrigin==null?void 0:_.crossOrigin===`use-credentials`?`use-credentials`:``),_=e;var S=v;_.scriptResources[S]=null,_.moduleScriptResources[S]=null,_=[],Ce(_,x),f.add(_),r.push(`<script src="`,N(v),`"`),typeof b==`string`&&r.push(` integrity="`,N(b),`"`),typeof y==`string`&&r.push(` crossorigin="`,N(y),`"`),Qe(r,e),r.push(` async=""><\/script>`)}if(o!==void 0)for(a=0;a<o.length;a++)x=o[a],y=v=void 0,b={rel:`modulepreload`,fetchPriority:`low`,nonce:void 0},typeof x==`string`?b.href=g=x:(b.href=g=x.src,b.integrity=y=typeof x.integrity==`string`?x.integrity:void 0,b.crossOrigin=v=typeof x==`string`||x.crossOrigin==null?void 0:x.crossOrigin===`use-credentials`?`use-credentials`:``),x=e,_=g,x.scriptResources[_]=null,x.moduleScriptResources[_]=null,x=[],Ce(x,b),f.add(x),r.push(`<script type="module" src="`,N(g),`"`),typeof y==`string`&&r.push(` integrity="`,N(y),`"`),typeof v==`string`&&r.push(` crossorigin="`,N(v),`"`),Qe(r,e),r.push(` async=""><\/script>`);return{placeholderPrefix:i,segmentPrefix:s,boundaryPrefix:n,startInlineScript:`<script`,startInlineStyle:`<style`,preamble:{htmlChunks:null,headChunks:null,bodyChunks:null},externalRuntimeScript:null,bootstrapChunks:r,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:c,fontPreloads:l,highImagePreloads:u,styles:d,bootstrapScripts:f,scripts:p,bulkPreloads:m,preloads:h,nonce:{script:void 0,style:void 0},stylesToHoist:!1,generateStaticMarkup:t}}function vt(e,t,n,r){return n.generateStaticMarkup?(e.push(N(t)),!1):(t===``?e=r:(r&&e.push(`<!-- -->`),e.push(N(t)),e=!0),e)}function yt(e,t,n,r){t.generateStaticMarkup||n&&r&&e.push(`<!-- -->`)}var bt=Function.prototype.bind,xt=Symbol.for(`react.client.reference`);function St(e){if(e==null)return null;if(typeof e==`function`)return e.$$typeof===xt?null:e.displayName||e.name||null;if(typeof e==`string`)return e;switch(e){case s:return`Fragment`;case l:return`Profiler`;case c:return`StrictMode`;case p:return`Suspense`;case m:return`SuspenseList`;case v:return`Activity`}if(typeof e==`object`)switch(e.$$typeof){case o:return`Portal`;case d:return e.displayName||`Context`;case u:return(e._context.displayName||`Context`)+`.Consumer`;case f:var t=e.render;return e=e.displayName,e||=(e=t.displayName||t.name||``,e===``?`ForwardRef`:`ForwardRef(`+e+`)`),e;case h:return t=e.displayName||null,t===null?St(e.type)||`Memo`:t;case g:t=e._payload,e=e._init;try{return St(e(t))}catch{}}return null}var Ct={},wt=null;function Tt(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var n=t.parent;if(e===null){if(n!==null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`)}else{if(n===null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`);Tt(e,n)}t.context._currentValue2=t.value}}function Et(e){e.context._currentValue2=e.parentValue,e=e.parent,e!==null&&Et(e)}function Dt(e){var t=e.parent;t!==null&&Dt(t),e.context._currentValue2=e.value}function Ot(e,t){if(e.context._currentValue2=e.parentValue,e=e.parent,e===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===t.depth?Tt(e,t):Ot(e,t)}function kt(e,t){var n=t.parent;if(n===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===n.depth?Tt(e,n):kt(e,n),t.context._currentValue2=t.value}function At(e){var t=wt;t!==e&&(t===null?Dt(e):e===null?Et(t):t.depth===e.depth?Tt(t,e):t.depth>e.depth?Ot(t,e):kt(t,e),wt=e)}var jt={enqueueSetState:function(e,t){e=e._reactInternals,e.queue!==null&&e.queue.push(t)},enqueueReplaceState:function(e,t){e=e._reactInternals,e.replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}},Mt={id:1,overflow:``};function Nt(e,t,n){var r=e.id;e=e.overflow;var i=32-Pt(r)-1;r&=~(1<<i),n+=1;var a=32-Pt(t)+i;if(30<a){var o=i-i%5;return a=(r&(1<<o)-1).toString(32),r>>=o,i-=o,{id:1<<32-Pt(t)+i|n<<i|r,overflow:a+e}}return{id:1<<a|n<<i|r,overflow:e}}var Pt=Math.clz32?Math.clz32:Lt,Ft=Math.log,It=Math.LN2;function Lt(e){return e>>>=0,e===0?32:31-(Ft(e)/It|0)|0}function X(){}var Rt=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`.");function zt(e,t,n){switch(n=e[n],n===void 0?e.push(t):n!==t&&(t.then(X,X),t=n),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason;default:switch(typeof t.status==`string`?t.then(X,X):(e=t,e.status=`pending`,e.then(function(e){if(t.status===`pending`){var n=t;n.status=`fulfilled`,n.value=e}},function(e){if(t.status===`pending`){var n=t;n.status=`rejected`,n.reason=e}})),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason}throw Bt=t,Rt}}var Bt=null;function Vt(){if(Bt===null)throw Error(`Expected a suspended thenable. This is a bug in React. Please file an issue.`);var e=Bt;return Bt=null,e}function Ht(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var Ut=typeof Object.is==`function`?Object.is:Ht,Wt=null,Gt=null,Kt=null,qt=null,Jt=null,Yt=null,Xt=!1,Zt=!1,Qt=0,$t=0,en=-1,tn=0,nn=null,rn=null,Z=0;function Q(){if(Wt===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
26
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
27
|
-
2. You might be breaking the Rules of Hooks
|
|
28
|
-
3. You might have more than one copy of React in the same app
|
|
29
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Wt}function an(){if(0<Z)throw Error(`Rendered more hooks than during the previous render`);return{memoizedState:null,queue:null,next:null}}function on(){return Yt===null?Jt===null?(Xt=!1,Jt=Yt=an()):(Xt=!0,Yt=Jt):Yt.next===null?(Xt=!1,Yt=Yt.next=an()):(Xt=!0,Yt=Yt.next),Yt}function sn(){var e=nn;return nn=null,e}function cn(){qt=Kt=Gt=Wt=null,Zt=!1,Jt=null,Z=0,Yt=rn=null}function ln(e,t){return typeof t==`function`?t(e):t}function un(e,t,n){if(Wt=Q(),Yt=on(),Xt){var r=Yt.queue;if(t=r.dispatch,rn!==null&&(n=rn.get(r),n!==void 0)){rn.delete(r),r=Yt.memoizedState;do r=e(r,n.action),n=n.next;while(n!==null);return Yt.memoizedState=r,[r,t]}return[Yt.memoizedState,t]}return e=e===ln?typeof t==`function`?t():t:n===void 0?t:n(t),Yt.memoizedState=e,e=Yt.queue={last:null,dispatch:null},e=e.dispatch=fn.bind(null,Wt,e),[Yt.memoizedState,e]}function dn(e,t){if(Wt=Q(),Yt=on(),t=t===void 0?null:t,Yt!==null){var n=Yt.memoizedState;if(n!==null&&t!==null){var r=n[1];a:if(r===null)r=!1;else{for(var i=0;i<r.length&&i<t.length;i++)if(!Ut(t[i],r[i])){r=!1;break a}r=!0}if(r)return n[0]}}return e=e(),Yt.memoizedState=[e,t],e}function fn(e,t,n){if(25<=Z)throw Error(`Too many re-renders. React limits the number of renders to prevent an infinite loop.`);if(e===Wt)if(Zt=!0,e={action:n,next:null},rn===null&&(rn=new Map),n=rn.get(t),n===void 0)rn.set(t,e);else{for(t=n;t.next!==null;)t=t.next;t.next=e}}function pn(){throw Error(`A function wrapped in useEffectEvent can't be called during rendering.`)}function mn(){throw Error(`startTransition cannot be called during server rendering.`)}function hn(){throw Error(`Cannot update optimistic state while rendering.`)}function gn(e,t,n){Q();var r=$t++,i=Kt;if(typeof e.$$FORM_ACTION==`function`){var a=null,o=qt;i=i.formState;var s=e.$$IS_SIGNATURE_EQUAL;if(i!==null&&typeof s==`function`){var c=i[1];s.call(e,i[2],i[3])&&(a=n===void 0?`k`+C(JSON.stringify([o,null,r]),0):`p`+n,c===a&&(en=r,t=i[0]))}var l=e.bind(null,t);return e=function(e){l(e)},typeof l.$$FORM_ACTION==`function`&&(e.$$FORM_ACTION=function(e){e=l.$$FORM_ACTION(e),n!==void 0&&(n+=``,e.action=n);var t=e.data;return t&&(a===null&&(a=n===void 0?`k`+C(JSON.stringify([o,null,r]),0):`p`+n),t.append(`$ACTION_KEY`,a)),e}),[t,e,!1]}var u=e.bind(null,t);return[t,function(e){u(e)},!1]}function _n(e){var t=tn;return tn+=1,nn===null&&(nn=[]),zt(nn,e,t)}function vn(){throw Error(`Cache cannot be refreshed during server rendering.`)}var yn={readContext:function(e){return e._currentValue2},use:function(e){if(typeof e==`object`&&e){if(typeof e.then==`function`)return _n(e);if(e.$$typeof===d)return e._currentValue2}throw Error(`An unsupported type was passed to use(): `+String(e))},useContext:function(e){return Q(),e._currentValue2},useMemo:dn,useReducer:un,useRef:function(e){Wt=Q(),Yt=on();var t=Yt.memoizedState;return t===null?(e={current:e},Yt.memoizedState=e):t},useState:function(e){return un(ln,e)},useInsertionEffect:X,useLayoutEffect:X,useCallback:function(e,t){return dn(function(){return e},t)},useImperativeHandle:X,useEffect:X,useDebugValue:X,useDeferredValue:function(e,t){return Q(),t===void 0?e:t},useTransition:function(){return Q(),[!1,mn]},useId:function(){var e=Gt.treeContext,t=e.overflow;e=e.id,e=(e&~(1<<32-Pt(e)-1)).toString(32)+t;var n=bn;if(n===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component.`);return t=Qt++,e=`_`+n.idPrefix+`R_`+e,0<t&&(e+=`H`+t.toString(32)),e+`_`},useSyncExternalStore:function(e,t,n){if(n===void 0)throw Error(`Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.`);return n()},useOptimistic:function(e){return Q(),[e,hn]},useActionState:gn,useFormState:gn,useHostTransitionStatus:function(){return Q(),B},useMemoCache:function(e){for(var t=Array(e),n=0;n<e;n++)t[n]=b;return t},useCacheRefresh:function(){return vn},useEffectEvent:function(){return pn}},bn=null,xn={getCacheForType:function(){throw Error(`Not implemented.`)},cacheSignal:function(){throw Error(`Not implemented.`)}},Sn,Cn;function wn(e){if(Sn===void 0)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);Sn=t&&t[1]||``,Cn=-1<e.stack.indexOf(`
|
|
30
|
-
at`)?` (<anonymous>)`:-1<e.stack.indexOf(`@`)?`@unknown:0:0`:``}return`
|
|
31
|
-
`+Sn+e+Cn}var Tn=!1;function En(e,t){if(!e||Tn)return``;Tn=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var r={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,`props`,{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&typeof n.catch==`function`&&n.catch(function(){})}}catch(e){if(e&&r&&typeof e.stack==`string`)return[e.stack,r.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName=`DetermineComponentFrameRoot`;var i=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,`name`);i&&i.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,`name`,{value:`DetermineComponentFrameRoot`});var a=r.DetermineComponentFrameRoot(),o=a[0],s=a[1];if(o&&s){var c=o.split(`
|
|
32
|
-
`),l=s.split(`
|
|
33
|
-
`);for(i=r=0;r<c.length&&!c[r].includes(`DetermineComponentFrameRoot`);)r++;for(;i<l.length&&!l[i].includes(`DetermineComponentFrameRoot`);)i++;if(r===c.length||i===l.length)for(r=c.length-1,i=l.length-1;1<=r&&0<=i&&c[r]!==l[i];)i--;for(;1<=r&&0<=i;r--,i--)if(c[r]!==l[i]){if(r!==1||i!==1)do if(r--,i--,0>i||c[r]!==l[i]){var u=`
|
|
34
|
-
`+c[r].replace(` at new `,` at `);return e.displayName&&u.includes(`<anonymous>`)&&(u=u.replace(`<anonymous>`,e.displayName)),u}while(1<=r&&0<=i);break}}}finally{Tn=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:``)?wn(n):``}function Dn(e){if(typeof e==`string`)return wn(e);if(typeof e==`function`)return e.prototype&&e.prototype.isReactComponent?En(e,!0):En(e,!1);if(typeof e==`object`&&e){switch(e.$$typeof){case f:return En(e.render,!1);case h:return En(e.type,!1);case g:var t=e,n=t._payload;t=t._init;try{e=t(n)}catch{return wn(`Lazy`)}return Dn(e)}if(typeof e.name==`string`){a:{n=e.name,t=e.env;var r=e.debugLocation;if(r!=null&&(e=Error.prepareStackTrace,Error.prepareStackTrace=void 0,r=r.stack,Error.prepareStackTrace=e,r.startsWith(`Error: react-stack-top-frame
|
|
35
|
-
`)&&(r=r.slice(29)),e=r.indexOf(`
|
|
36
|
-
`),e!==-1&&(r=r.slice(e+1)),e=r.indexOf(`react_stack_bottom_frame`),e!==-1&&(e=r.lastIndexOf(`
|
|
37
|
-
`,e)),e=e===-1?``:r=r.slice(0,e),r=e.lastIndexOf(`
|
|
38
|
-
`),e=r===-1?e:e.slice(r+1),e.indexOf(n)!==-1)){n=`
|
|
39
|
-
`+e;break a}n=wn(n+(t?` [`+t+`]`:``))}return n}}switch(e){case m:return wn(`SuspenseList`);case p:return wn(`Suspense`)}return``}function On(e,t){return(500<t.byteSize||!1)&&t.contentPreamble===null}function kn(e){if(typeof e==`object`&&e&&typeof e.environmentName==`string`){var t=e.environmentName;e=[e].slice(0),typeof e[0]==`string`?e.splice(0,1,`[%s] `+e[0],` `+t+` `):e.splice(0,0,`[%s]`,` `+t+` `),e.unshift(console),t=bt.apply(console.error,e),t()}else console.error(e);return null}function An(e,t,n,r,i,a,o,s,c,l,u){var d=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=e,this.renderState=t,this.rootFormatContext=n,this.progressiveChunkSize=r===void 0?12800:r,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=d,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=i===void 0?kn:i,this.onPostpone=l===void 0?X:l,this.onAllReady=a===void 0?X:a,this.onShellReady=o===void 0?X:o,this.onShellError=s===void 0?X:s,this.onFatalError=c===void 0?X:c,this.formState=u===void 0?null:u}function jn(e,t,n,r,i,a,o,s,c,l,u,d){return t=new An(t,n,r,i,a,o,s,c,l,u,d),n=Ln(t,0,null,r,!1,!1),n.parentFlushed=!0,e=Fn(t,null,e,-1,null,n,null,null,t.abortableTasks,null,r,null,Mt,null,null),Rn(e),t.pingedTasks.push(e),t}var Mn=null;function Nn(e,t){e.pingedTasks.push(t),e.pingedTasks.length===1&&(e.flushScheduled=e.destination!==null,hr(e))}function Pn(e,t,n,r,i){return n={status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:t,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null,contentState:et(),fallbackState:et(),contentPreamble:r,fallbackPreamble:i,trackedContentKeyPath:null,trackedFallbackNode:null},t!==null&&(t.pendingTasks++,r=t.boundaries,r!==null&&(e.allPendingTasks++,n.pendingTasks++,r.push(n)),e=t.inheritedHoistables,e!==null&>(n.contentState,e)),n}function Fn(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m){e.allPendingTasks++,i===null?e.pendingRootTasks++:i.pendingTasks++,p!==null&&p.pendingTasks++;var h={replay:null,node:n,childIndex:r,ping:function(){return Nn(e,h)},blockedBoundary:i,blockedSegment:a,blockedPreamble:o,hoistableState:s,abortSet:c,keyPath:l,formatContext:u,context:d,treeContext:f,row:p,componentStack:m,thenableState:t};return c.add(h),h}function In(e,t,n,r,i,a,o,s,c,l,u,d,f,p){e.allPendingTasks++,a===null?e.pendingRootTasks++:a.pendingTasks++,f!==null&&f.pendingTasks++,n.pendingTasks++;var m={replay:n,node:r,childIndex:i,ping:function(){return Nn(e,m)},blockedBoundary:a,blockedSegment:null,blockedPreamble:null,hoistableState:o,abortSet:s,keyPath:c,formatContext:l,context:u,treeContext:d,row:f,componentStack:p,thenableState:t};return s.add(m),m}function Ln(e,t,n,r,i,a){return{status:0,parentFlushed:!1,id:-1,index:t,chunks:[],children:[],preambleChildren:[],parentFormatContext:r,boundary:n,lastPushedText:i,textEmbedded:a}}function Rn(e){var t=e.node;if(typeof t==`object`&&t)switch(t.$$typeof){case i:e.componentStack={parent:e.componentStack,type:t.type}}}function zn(e){return e===null?null:{parent:e.parent,type:`Suspense Fallback`}}function Bn(e){var t={};return e&&Object.defineProperty(t,`componentStack`,{configurable:!0,enumerable:!0,get:function(){try{var n=``,r=e;do n+=Dn(r.type),r=r.parent;while(r);var i=n}catch(e){i=`
|
|
40
|
-
Error generating stack: `+e.message+`
|
|
41
|
-
`+e.stack}return Object.defineProperty(t,`componentStack`,{value:i}),i}}),t}function Vn(e,t,n){if(e=e.onError,t=e(t,n),t==null||typeof t==`string`)return t}function Hn(e,t){var n=e.onShellError,r=e.onFatalError;n(t),r(t),e.destination===null?(e.status=13,e.fatalError=t):(e.status=14,e.destination.destroy(t))}function Un(e,t){Wn(e,t.next,t.hoistables)}function Wn(e,t,n){for(;t!==null;){n!==null&&(gt(t.hoistables,n),t.inheritedHoistables=n);var r=t.boundaries;if(r!==null){t.boundaries=null;for(var i=0;i<r.length;i++){var a=r[i];n!==null&>(a.contentState,n),mr(e,a,null,null)}}if(t.pendingTasks--,0<t.pendingTasks)break;n=t.hoistables,t=t.next}}function Gn(e,t){var n=t.boundaries;if(n!==null&&t.pendingTasks===n.length){for(var r=!0,i=0;i<n.length;i++){var a=n[i];if(a.pendingTasks!==1||a.parentFlushed||On(e,a)){r=!1;break}}r&&Wn(e,t,t.hoistables)}}function Kn(e){var t={pendingTasks:1,boundaries:null,hoistables:et(),inheritedHoistables:null,together:!1,next:null};return e!==null&&0<e.pendingTasks&&(t.pendingTasks++,t.boundaries=[],e.next=t),t}function qn(e,t,n,r,i){var a=t.keyPath,o=t.treeContext,s=t.row;t.keyPath=n,n=r.length;var c=null;if(t.replay!==null){var l=t.replay.slots;if(typeof l==`object`&&l)for(var u=0;u<n;u++){var d=i!==`backwards`&&i!==`unstable_legacy-backwards`?u:n-1-u,f=r[d];t.row=c=Kn(c),t.treeContext=Nt(o,n,d);var p=l[d];typeof p==`number`?(Zn(e,t,p,f,d),delete l[d]):or(e,t,f,d),--c.pendingTasks===0&&Un(e,c)}else for(l=0;l<n;l++)u=i!==`backwards`&&i!==`unstable_legacy-backwards`?l:n-1-l,d=r[u],t.row=c=Kn(c),t.treeContext=Nt(o,n,u),or(e,t,d,u),--c.pendingTasks===0&&Un(e,c)}else if(i!==`backwards`&&i!==`unstable_legacy-backwards`)for(i=0;i<n;i++)l=r[i],t.row=c=Kn(c),t.treeContext=Nt(o,n,i),or(e,t,l,i),--c.pendingTasks===0&&Un(e,c);else{for(i=t.blockedSegment,l=i.children.length,u=i.chunks.length,d=n-1;0<=d;d--){f=r[d],t.row=c=Kn(c),t.treeContext=Nt(o,n,d),p=Ln(e,u,null,t.formatContext,d===0?i.lastPushedText:!0,!0),i.children.splice(l,0,p),t.blockedSegment=p;try{or(e,t,f,d),yt(p.chunks,e.renderState,p.lastPushedText,p.textEmbedded),p.status=1,--c.pendingTasks===0&&Un(e,c)}catch(t){throw p.status=e.status===12?3:4,t}}t.blockedSegment=i,i.lastPushedText=!1}s!==null&&c!==null&&0<c.pendingTasks&&(s.pendingTasks++,c.next=s),t.treeContext=o,t.row=s,t.keyPath=a}function Jn(e,t,n,r,i,a){var o=t.thenableState;for(t.thenableState=null,Wt={},Gt=t,Kt=e,qt=n,$t=Qt=0,en=-1,tn=0,nn=o,e=r(i,a);Zt;)Zt=!1,$t=Qt=0,en=-1,tn=0,Z+=1,Yt=null,e=r(i,a);return cn(),e}function Yn(e,t,n,r,i,a,o){var s=!1;if(a!==0&&e.formState!==null){var c=t.blockedSegment;if(c!==null){s=!0,c=c.chunks;for(var l=0;l<a;l++)l===o?c.push(`<!--F!-->`):c.push(`<!--F-->`)}}a=t.keyPath,t.keyPath=n,i?(n=t.treeContext,t.treeContext=Nt(n,1,0),or(e,t,r,-1),t.treeContext=n):s?or(e,t,r,-1):Qn(e,t,r,-1),t.keyPath=a}function Xn(e,t,n,r,i,a){if(typeof r==`function`)if(r.prototype&&r.prototype.isReactComponent){var o=i;if(`ref`in i)for(var b in o={},i)b!==`ref`&&(o[b]=i[b]);var S=r.defaultProps;if(S)for(var C in o===i&&(o=w({},o,i)),S)o[C]===void 0&&(o[C]=S[C]);i=o,o=Ct,S=r.contextType,typeof S==`object`&&S&&(o=S._currentValue2),o=new r(i,o);var T=o.state===void 0?null:o.state;if(o.updater=jt,o.props=i,o.state=T,S={queue:[],replace:!1},o._reactInternals=S,a=r.contextType,o.context=typeof a==`object`&&a?a._currentValue2:Ct,a=r.getDerivedStateFromProps,typeof a==`function`&&(a=a(i,T),T=a==null?T:w({},T,a),o.state=T),typeof r.getDerivedStateFromProps!=`function`&&typeof o.getSnapshotBeforeUpdate!=`function`&&(typeof o.UNSAFE_componentWillMount==`function`||typeof o.componentWillMount==`function`))if(r=o.state,typeof o.componentWillMount==`function`&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount==`function`&&o.UNSAFE_componentWillMount(),r!==o.state&&jt.enqueueReplaceState(o,o.state,null),S.queue!==null&&0<S.queue.length)if(r=S.queue,a=S.replace,S.queue=null,S.replace=!1,a&&r.length===1)o.state=r[0];else{for(S=a?r[0]:o.state,T=!0,a=a?1:0;a<r.length;a++)C=r[a],C=typeof C==`function`?C.call(o,S,i,void 0):C,C!=null&&(T?(T=!1,S=w({},S,C)):w(S,C));o.state=S}else S.queue=null;if(r=o.render(),e.status===12)throw null;i=t.keyPath,t.keyPath=n,Qn(e,t,r,-1),t.keyPath=i}else{if(r=Jn(e,t,n,r,i,void 0),e.status===12)throw null;Yn(e,t,n,r,Qt!==0,$t,en)}else if(typeof r==`string`)if(o=t.blockedSegment,o===null)o=i.children,S=t.formatContext,T=t.keyPath,t.formatContext=ce(S,r,i),t.keyPath=n,or(e,t,o,-1),t.formatContext=S,t.keyPath=T;else{if(T=Ne(o.chunks,r,i,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,o.lastPushedText),o.lastPushedText=!1,S=t.formatContext,a=t.keyPath,t.keyPath=n,(t.formatContext=ce(S,r,i)).insertionMode===3){n=Ln(e,0,null,t.formatContext,!1,!1),o.preambleChildren.push(n),t.blockedSegment=n;try{n.status=6,or(e,t,T,-1),yt(n.chunks,e.renderState,n.lastPushedText,n.textEmbedded),n.status=1}finally{t.blockedSegment=o}}else or(e,t,T,-1);t.formatContext=S,t.keyPath=a;a:{switch(t=o.chunks,e=e.resumableState,r){case`title`:case`style`:case`script`:case`area`:case`base`:case`br`:case`col`:case`embed`:case`hr`:case`img`:case`input`:case`keygen`:case`link`:case`meta`:case`param`:case`source`:case`track`:case`wbr`:break a;case`body`:if(1>=S.insertionMode){e.hasBody=!0;break a}break;case`html`:if(S.insertionMode===0){e.hasHtml=!0;break a}break;case`head`:if(1>=S.insertionMode)break a}t.push(Fe(r))}o.lastPushedText=!1}else{switch(r){case y:case c:case l:case s:r=t.keyPath,t.keyPath=n,Qn(e,t,i.children,-1),t.keyPath=r;return;case v:r=t.blockedSegment,r===null?i.mode!==`hidden`&&(r=t.keyPath,t.keyPath=n,or(e,t,i.children,-1),t.keyPath=r):i.mode!==`hidden`&&(e.renderState.generateStaticMarkup||r.chunks.push(`<!--&-->`),r.lastPushedText=!1,o=t.keyPath,t.keyPath=n,or(e,t,i.children,-1),t.keyPath=o,e.renderState.generateStaticMarkup||r.chunks.push(`<!--/&-->`),r.lastPushedText=!1);return;case m:a:{if(r=i.children,i=i.revealOrder,i===`forwards`||i===`backwards`||i===`unstable_legacy-backwards`){if(te(r)){qn(e,t,n,r,i);break a}if((o=ee(r))&&(o=o.call(r))){if(S=o.next(),!S.done){do S=o.next();while(!S.done);qn(e,t,n,r,i)}break a}}i===`together`?(i=t.keyPath,o=t.row,S=t.row=Kn(null),S.boundaries=[],S.together=!0,t.keyPath=n,Qn(e,t,r,-1),--S.pendingTasks===0&&Un(e,S),t.keyPath=i,t.row=o,o!==null&&0<S.pendingTasks&&(o.pendingTasks++,S.next=o)):(i=t.keyPath,t.keyPath=n,Qn(e,t,r,-1),t.keyPath=i)}return;case x:case _:throw Error(`ReactDOMServer does not yet support scope components.`);case p:a:if(t.replay!==null){r=t.keyPath,o=t.formatContext,S=t.row,t.keyPath=n,t.formatContext=ue(e.resumableState,o),t.row=null,n=i.children;try{or(e,t,n,-1)}finally{t.keyPath=r,t.formatContext=o,t.row=S}}else{r=t.keyPath,a=t.formatContext;var E=t.row,D=t.blockedBoundary;C=t.blockedPreamble;var O=t.hoistableState;b=t.blockedSegment;var k=i.fallback;i=i.children;var A=new Set,j=Pn(e,t.row,A,null,null);e.trackedPostpones!==null&&(j.trackedContentKeyPath=n);var M=Ln(e,b.chunks.length,j,t.formatContext,!1,!1);b.children.push(M),b.lastPushedText=!1;var N=Ln(e,0,null,t.formatContext,!1,!1);if(N.parentFlushed=!0,e.trackedPostpones!==null){o=t.componentStack,S=[n[0],`Suspense Fallback`,n[2]],T=[S[1],S[2],[],null],e.trackedPostpones.workingMap.set(S,T),j.trackedFallbackNode=T,t.blockedSegment=M,t.blockedPreamble=j.fallbackPreamble,t.keyPath=S,t.formatContext=le(e.resumableState,a),t.componentStack=zn(o),M.status=6;try{or(e,t,k,-1),yt(M.chunks,e.renderState,M.lastPushedText,M.textEmbedded),M.status=1}catch(t){throw M.status=e.status===12?3:4,t}finally{t.blockedSegment=b,t.blockedPreamble=C,t.keyPath=r,t.formatContext=a}t=Fn(e,null,i,-1,j,N,j.contentPreamble,j.contentState,t.abortSet,n,ue(e.resumableState,t.formatContext),t.context,t.treeContext,null,o),Rn(t),e.pingedTasks.push(t)}else{t.blockedBoundary=j,t.blockedPreamble=j.contentPreamble,t.hoistableState=j.contentState,t.blockedSegment=N,t.keyPath=n,t.formatContext=ue(e.resumableState,a),t.row=null,N.status=6;try{if(or(e,t,i,-1),yt(N.chunks,e.renderState,N.lastPushedText,N.textEmbedded),N.status=1,pr(j,N),j.pendingTasks===0&&j.status===0){if(j.status=1,!On(e,j)){E!==null&&--E.pendingTasks===0&&Un(e,E),e.pendingRootTasks===0&&t.blockedPreamble&&vr(e);break a}}else E!==null&&E.together&&Gn(e,E)}catch(n){j.status=4,e.status===12?(N.status=3,o=e.fatalError):(N.status=4,o=n),S=Bn(t.componentStack),T=Vn(e,o,S),j.errorDigest=T,rr(e,j)}finally{t.blockedBoundary=D,t.blockedPreamble=C,t.hoistableState=O,t.blockedSegment=b,t.keyPath=r,t.formatContext=a,t.row=E}t=Fn(e,null,k,-1,D,M,j.fallbackPreamble,j.fallbackState,A,[n[0],`Suspense Fallback`,n[2]],le(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,zn(t.componentStack)),Rn(t),e.pingedTasks.push(t)}}return}if(typeof r==`object`&&r)switch(r.$$typeof){case f:if(`ref`in i)for(k in o={},i)k!==`ref`&&(o[k]=i[k]);else o=i;r=Jn(e,t,n,r.render,o,a),Yn(e,t,n,r,Qt!==0,$t,en);return;case h:Xn(e,t,n,r.type,i,a);return;case d:if(S=i.children,o=t.keyPath,i=i.value,T=r._currentValue2,r._currentValue2=i,a=wt,wt=r={parent:a,depth:a===null?0:a.depth+1,context:r,parentValue:T,value:i},t.context=r,t.keyPath=n,Qn(e,t,S,-1),e=wt,e===null)throw Error(`Tried to pop a Context at the root of the app. This is a bug in React.`);e.context._currentValue2=e.parentValue,e=wt=e.parent,t.context=e,t.keyPath=o;return;case u:i=i.children,r=i(r._context._currentValue2),i=t.keyPath,t.keyPath=n,Qn(e,t,r,-1),t.keyPath=i;return;case g:if(o=r._init,r=o(r._payload),e.status===12)throw null;Xn(e,t,n,r,i,a);return}throw Error(`Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: `+((r==null?r:typeof r)+`.`))}}function Zn(e,t,n,r,i){var a=t.replay,o=t.blockedBoundary,s=Ln(e,0,null,t.formatContext,!1,!1);s.id=n,s.parentFlushed=!0;try{t.replay=null,t.blockedSegment=s,or(e,t,r,i),s.status=1,o===null?e.completedRootSegment=s:(pr(o,s),o.parentFlushed&&e.partialBoundaries.push(o))}finally{t.replay=a,t.blockedSegment=null}}function Qn(e,t,n,r){t.replay!==null&&typeof t.replay.slots==`number`?Zn(e,t,t.replay.slots,n,r):(t.node=n,t.childIndex=r,n=t.componentStack,Rn(t),$n(e,t),t.componentStack=n)}function $n(e,t){var n=t.node,r=t.childIndex;if(n!==null){if(typeof n==`object`){switch(n.$$typeof){case i:var a=n.type,s=n.key,c=n.props;n=c.ref;var l=n===void 0?null:n,u=St(a),f=s??(r===-1?0:r);if(s=[t.keyPath,u,f],t.replay!==null)a:{var m=t.replay;for(r=m.nodes,n=0;n<r.length;n++){var h=r[n];if(f===h[1]){if(h.length===4){if(u!==null&&u!==h[0])throw Error(`Expected the resume to render <`+h[0]+`> in this slot but instead it rendered <`+u+`>. The tree doesn't match so React will fallback to client rendering.`);var _=h[2];u=h[3],f=t.node,t.replay={nodes:_,slots:u,pendingTasks:1};try{if(Xn(e,t,s,a,c,l),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(i){if(typeof i==`object`&&i&&(i===Rt||typeof i.then==`function`))throw t.node===f?t.replay=m:r.splice(n,1),i;t.replay.pendingTasks--,c=Bn(t.componentStack),s=e,e=t.blockedBoundary,a=i,c=Vn(s,a,c),cr(s,e,_,u,a,c)}t.replay=m}else{if(a!==p)throw Error(`Expected the resume to render <Suspense> in this slot but instead it rendered <`+(St(a)||`Unknown`)+`>. The tree doesn't match so React will fallback to client rendering.`);b:{m=void 0,a=h[5],l=h[2],u=h[3],f=h[4]===null?[]:h[4][2],h=h[4]===null?null:h[4][3];var v=t.keyPath,y=t.formatContext,b=t.row,x=t.replay,S=t.blockedBoundary,C=t.hoistableState,w=c.children,T=c.fallback,E=new Set;c=Pn(e,t.row,E,null,null),c.parentFlushed=!0,c.rootSegmentID=a,t.blockedBoundary=c,t.hoistableState=c.contentState,t.keyPath=s,t.formatContext=ue(e.resumableState,y),t.row=null,t.replay={nodes:l,slots:u,pendingTasks:1};try{if(or(e,t,w,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);if(t.replay.pendingTasks--,c.pendingTasks===0&&c.status===0){c.status=1,e.completedBoundaries.push(c);break b}}catch(n){c.status=4,_=Bn(t.componentStack),m=Vn(e,n,_),c.errorDigest=m,t.replay.pendingTasks--,e.clientRenderedBoundaries.push(c)}finally{t.blockedBoundary=S,t.hoistableState=C,t.replay=x,t.keyPath=v,t.formatContext=y,t.row=b}_=In(e,null,{nodes:f,slots:h,pendingTasks:0},T,-1,S,c.fallbackState,E,[s[0],`Suspense Fallback`,s[2]],le(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,zn(t.componentStack)),Rn(_),e.pingedTasks.push(_)}}r.splice(n,1);break a}}}else Xn(e,t,s,a,c,l);return;case o:throw Error(`Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.`);case g:if(_=n._init,n=_(n._payload),e.status===12)throw null;Qn(e,t,n,r);return}if(te(n)){er(e,t,n,r);return}if((_=ee(n))&&(_=_.call(n))){if(n=_.next(),!n.done){c=[];do c.push(n.value),n=_.next();while(!n.done);er(e,t,c,r)}return}if(typeof n.then==`function`)return t.thenableState=null,Qn(e,t,_n(n),r);if(n.$$typeof===d)return Qn(e,t,n._currentValue2,r);throw r=Object.prototype.toString.call(n),Error(`Objects are not valid as a React child (found: `+(r===`[object Object]`?`object with keys {`+Object.keys(n).join(`, `)+`}`:r)+`). If you meant to render a collection of children, use an array instead.`)}typeof n==`string`?(r=t.blockedSegment,r!==null&&(r.lastPushedText=vt(r.chunks,n,e.renderState,r.lastPushedText))):(typeof n==`number`||typeof n==`bigint`)&&(r=t.blockedSegment,r!==null&&(r.lastPushedText=vt(r.chunks,``+n,e.renderState,r.lastPushedText)))}}function er(e,t,n,r){var i=t.keyPath;if(r!==-1&&(t.keyPath=[t.keyPath,`Fragment`,r],t.replay!==null)){for(var a=t.replay,o=a.nodes,s=0;s<o.length;s++){var c=o[s];if(c[1]===r){r=c[2],c=c[3],t.replay={nodes:r,slots:c,pendingTasks:1};try{if(er(e,t,n,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(i){if(typeof i==`object`&&i&&(i===Rt||typeof i.then==`function`))throw i;t.replay.pendingTasks--,n=Bn(t.componentStack);var l=t.blockedBoundary,u=i;n=Vn(e,u,n),cr(e,l,r,c,u,n)}t.replay=a,o.splice(s,1);break}}t.keyPath=i;return}if(a=t.treeContext,o=n.length,t.replay!==null&&(s=t.replay.slots,typeof s==`object`&&s)){for(r=0;r<o;r++)c=n[r],t.treeContext=Nt(a,o,r),l=s[r],typeof l==`number`?(Zn(e,t,l,c,r),delete s[r]):or(e,t,c,r);t.treeContext=a,t.keyPath=i;return}for(s=0;s<o;s++)r=n[s],t.treeContext=Nt(a,o,s),or(e,t,r,s);t.treeContext=a,t.keyPath=i}function tr(e,t,n){if(n.status=5,n.rootSegmentID=e.nextSegmentId++,e=n.trackedContentKeyPath,e===null)throw Error(`It should not be possible to postpone at the root. This is a bug in React.`);var r=n.trackedFallbackNode,i=[],a=t.workingMap.get(e);return a===void 0?(n=[e[1],e[2],i,null,r,n.rootSegmentID],t.workingMap.set(e,n),Ar(n,e[0],t),n):(a[4]=r,a[5]=n.rootSegmentID,a)}function nr(e,t,n,r){r.status=5;var i=n.keyPath,a=n.blockedBoundary;if(a===null)r.id=e.nextSegmentId++,t.rootSlots=r.id,e.completedRootSegment!==null&&(e.completedRootSegment.status=5);else{if(a!==null&&a.status===0){var o=tr(e,t,a);if(a.trackedContentKeyPath===i&&n.childIndex===-1){r.id===-1&&(r.id=r.parentFlushed?a.rootSegmentID:e.nextSegmentId++),o[3]=r.id;return}}if(r.id===-1&&(r.id=r.parentFlushed&&a!==null?a.rootSegmentID:e.nextSegmentId++),n.childIndex===-1)i===null?t.rootSlots=r.id:(n=t.workingMap.get(i),n===void 0?(n=[i[1],i[2],[],r.id],Ar(n,i[0],t)):n[3]=r.id);else{if(i===null){if(e=t.rootSlots,e===null)e=t.rootSlots={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`)}else if(a=t.workingMap,o=a.get(i),o===void 0)e={},o=[i[1],i[2],[],e],a.set(i,o),Ar(o,i[0],t);else if(e=o[3],e===null)e=o[3]={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`);e[n.childIndex]=r.id}}}function rr(e,t){e=e.trackedPostpones,e!==null&&(t=t.trackedContentKeyPath,t!==null&&(t=e.workingMap.get(t),t!==void 0&&(t.length=4,t[2]=[],t[3]=null)))}function ir(e,t,n){return In(e,n,t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function ar(e,t,n){var r=t.blockedSegment,i=Ln(e,r.chunks.length,null,t.formatContext,r.lastPushedText,!0);return r.children.push(i),r.lastPushedText=!1,Fn(e,n,t.node,t.childIndex,t.blockedBoundary,i,t.blockedPreamble,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function or(e,t,n,r){var i=t.formatContext,a=t.context,o=t.keyPath,s=t.treeContext,c=t.componentStack,l=t.blockedSegment;if(l===null){l=t.replay;try{return Qn(e,t,n,r)}catch(u){if(cn(),n=u===Rt?Vt():u,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){r=u===Rt?sn():null,e=ir(e,t,r).ping,n.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=l,At(a);return}if(n.message===`Maximum call stack size exceeded`){n=u===Rt?sn():null,n=ir(e,t,n),e.pingedTasks.push(n),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=l,At(a);return}}}}else{var u=l.children.length,d=l.chunks.length;try{return Qn(e,t,n,r)}catch(r){if(cn(),l.children.length=u,l.chunks.length=d,n=r===Rt?Vt():r,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){l=n,n=r===Rt?sn():null,e=ar(e,t,n).ping,l.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,At(a);return}if(n.message===`Maximum call stack size exceeded`){l=r===Rt?sn():null,l=ar(e,t,l),e.pingedTasks.push(l),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,At(a);return}}}}throw t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,At(a),n}function sr(e){var t=e.blockedBoundary,n=e.blockedSegment;n!==null&&(n.status=3,mr(this,t,e.row,n))}function cr(e,t,n,r,i,a){for(var o=0;o<n.length;o++){var s=n[o];if(s.length===4)cr(e,t,s[2],s[3],i,a);else{s=s[5];var c=e,l=a,u=Pn(c,null,new Set,null,null);u.parentFlushed=!0,u.rootSegmentID=s,u.status=4,u.errorDigest=l,u.parentFlushed&&c.clientRenderedBoundaries.push(u)}}if(n.length=0,r!==null){if(t===null)throw Error(`We should not have any resumable nodes in the shell. This is a bug in React.`);if(t.status!==4&&(t.status=4,t.errorDigest=a,t.parentFlushed&&e.clientRenderedBoundaries.push(t)),typeof r==`object`)for(var d in r)delete r[d]}}function lr(e,t,n){var r=e.blockedBoundary,i=e.blockedSegment;if(i!==null){if(i.status===6)return;i.status=3}var a=Bn(e.componentStack);if(r===null){if(t.status!==13&&t.status!==14){if(r=e.replay,r===null){t.trackedPostpones!==null&&i!==null?(r=t.trackedPostpones,Vn(t,n,a),nr(t,r,e,i),mr(t,null,e.row,i)):(Vn(t,n,a),Hn(t,n));return}r.pendingTasks--,r.pendingTasks===0&&0<r.nodes.length&&(i=Vn(t,n,a),cr(t,null,r.nodes,r.slots,n,i)),t.pendingRootTasks--,t.pendingRootTasks===0&&dr(t)}}else{var o=t.trackedPostpones;if(r.status!==4){if(o!==null&&i!==null)return Vn(t,n,a),nr(t,o,e,i),r.fallbackAbortableTasks.forEach(function(e){return lr(e,t,n)}),r.fallbackAbortableTasks.clear(),mr(t,r,e.row,i);r.status=4,i=Vn(t,n,a),r.status=4,r.errorDigest=i,rr(t,r),r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.pendingTasks--,i=r.row,i!==null&&--i.pendingTasks===0&&Un(t,i),r.fallbackAbortableTasks.forEach(function(e){return lr(e,t,n)}),r.fallbackAbortableTasks.clear()}e=e.row,e!==null&&--e.pendingTasks===0&&Un(t,e),t.allPendingTasks--,t.allPendingTasks===0&&fr(t)}function ur(e,t){try{var n=e.renderState,r=n.onHeaders;if(r){var i=n.headers;if(i){n.headers=null;var a=i.preconnects;if(i.fontPreloads&&(a&&(a+=`, `),a+=i.fontPreloads),i.highImagePreloads&&(a&&(a+=`, `),a+=i.highImagePreloads),!t){var o=n.styles.values(),s=o.next();b:for(;0<i.remainingCapacity&&!s.done;s=o.next())for(var c=s.value.sheets.values(),l=c.next();0<i.remainingCapacity&&!l.done;l=c.next()){var u=l.value,d=u.props,f=d.href,p=u.props,m=lt(p.href,`style`,{crossOrigin:p.crossOrigin,integrity:p.integrity,nonce:p.nonce,type:p.type,fetchPriority:p.fetchPriority,referrerPolicy:p.referrerPolicy,media:p.media});if(0<=(i.remainingCapacity-=m.length+2))n.resets.style[f]=ne,a&&(a+=`, `),a+=m,n.resets.style[f]=typeof d.crossOrigin==`string`||typeof d.integrity==`string`?[d.crossOrigin,d.integrity]:ne;else break b}}r(a?{Link:a}:{})}}}catch(t){Vn(e,t,{})}}function dr(e){e.trackedPostpones===null&&ur(e,!0),e.trackedPostpones===null&&vr(e),e.onShellError=X,e=e.onShellReady,e()}function fr(e){ur(e,e.trackedPostpones===null?!0:e.completedRootSegment===null||e.completedRootSegment.status!==5),vr(e),e=e.onAllReady,e()}function pr(e,t){if(t.chunks.length===0&&t.children.length===1&&t.children[0].boundary===null&&t.children[0].id===-1){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,n.status!==1&&n.status!==3&&n.status!==4||pr(e,n)}else e.completedSegments.push(t)}function mr(e,t,n,r){if(n!==null&&(--n.pendingTasks===0?Un(e,n):n.together&&Gn(e,n)),e.allPendingTasks--,t===null){if(r!==null&&r.parentFlushed){if(e.completedRootSegment!==null)throw Error(`There can only be one root segment. This is a bug in React.`);e.completedRootSegment=r}e.pendingRootTasks--,e.pendingRootTasks===0&&dr(e)}else if(t.pendingTasks--,t.status!==4)if(t.pendingTasks===0){if(t.status===0&&(t.status=1),r!==null&&r.parentFlushed&&(r.status===1||r.status===3)&&pr(t,r),t.parentFlushed&&e.completedBoundaries.push(t),t.status===1)n=t.row,n!==null&>(n.hoistables,t.contentState),On(e,t)||(t.fallbackAbortableTasks.forEach(sr,e),t.fallbackAbortableTasks.clear(),n!==null&&--n.pendingTasks===0&&Un(e,n)),e.pendingRootTasks===0&&e.trackedPostpones===null&&t.contentPreamble!==null&&vr(e);else if(t.status===5&&(t=t.row,t!==null)){if(e.trackedPostpones!==null){n=e.trackedPostpones;var i=t.next;if(i!==null&&(r=i.boundaries,r!==null))for(i.boundaries=null,i=0;i<r.length;i++){var a=r[i];tr(e,n,a),mr(e,a,null,null)}}--t.pendingTasks===0&&Un(e,t)}}else r===null||!r.parentFlushed||r.status!==1&&r.status!==3||(pr(t,r),t.completedSegments.length===1&&t.parentFlushed&&e.partialBoundaries.push(t)),t=t.row,t!==null&&t.together&&Gn(e,t);e.allPendingTasks===0&&fr(e)}function hr(e){if(e.status!==14&&e.status!==13){var t=wt,n=R.H;R.H=yn;var r=R.A;R.A=xn;var i=Mn;Mn=e;var a=bn;bn=e.resumableState;try{var o=e.pingedTasks,s;for(s=0;s<o.length;s++){var c=o[s],l=e,u=c.blockedSegment;if(u===null){var d=l;if(c.replay.pendingTasks!==0){At(c.context);try{if(typeof c.replay.slots==`number`?Zn(d,c,c.replay.slots,c.node,c.childIndex):$n(d,c),c.replay.pendingTasks===1&&0<c.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);c.replay.pendingTasks--,c.abortSet.delete(c),mr(d,c.blockedBoundary,c.row,null)}catch(e){cn();var f=e===Rt?Vt():e;if(typeof f==`object`&&f&&typeof f.then==`function`){var p=c.ping;f.then(p,p),c.thenableState=e===Rt?sn():null}else{c.replay.pendingTasks--,c.abortSet.delete(c);var m=Bn(c.componentStack);l=void 0;var h=d,g=c.blockedBoundary,_=d.status===12?d.fatalError:f,v=c.replay.nodes,y=c.replay.slots;l=Vn(h,_,m),cr(h,g,v,y,_,l),d.pendingRootTasks--,d.pendingRootTasks===0&&dr(d),d.allPendingTasks--,d.allPendingTasks===0&&fr(d)}}}}else if(d=void 0,h=u,h.status===0){h.status=6,At(c.context);var b=h.children.length,x=h.chunks.length;try{$n(l,c),yt(h.chunks,l.renderState,h.lastPushedText,h.textEmbedded),c.abortSet.delete(c),h.status=1,mr(l,c.blockedBoundary,c.row,h)}catch(e){cn(),h.children.length=b,h.chunks.length=x;var S=e===Rt?Vt():l.status===12?l.fatalError:e;if(l.status===12&&l.trackedPostpones!==null){var ee=l.trackedPostpones,te=Bn(c.componentStack);c.abortSet.delete(c),Vn(l,S,te),nr(l,ee,c,h),mr(l,c.blockedBoundary,c.row,h)}else if(typeof S==`object`&&S&&typeof S.then==`function`){h.status=0,c.thenableState=e===Rt?sn():null;var C=c.ping;S.then(C,C)}else{var w=Bn(c.componentStack);c.abortSet.delete(c),h.status=4;var T=c.blockedBoundary,E=c.row;if(E!==null&&--E.pendingTasks===0&&Un(l,E),l.allPendingTasks--,d=Vn(l,S,w),T===null)Hn(l,S);else if(T.pendingTasks--,T.status!==4){T.status=4,T.errorDigest=d,rr(l,T);var D=T.row;D!==null&&--D.pendingTasks===0&&Un(l,D),T.parentFlushed&&l.clientRenderedBoundaries.push(T),l.pendingRootTasks===0&&l.trackedPostpones===null&&T.contentPreamble!==null&&vr(l)}l.allPendingTasks===0&&fr(l)}}}}o.splice(0,s),e.destination!==null&&Er(e,e.destination)}catch(t){Vn(e,t,{}),Hn(e,t)}finally{bn=a,R.H=n,R.A=r,n===yn&&At(t),Mn=i}}}function gr(e,t,n){t.preambleChildren.length&&n.push(t.preambleChildren);for(var r=!1,i=0;i<t.children.length;i++)r=_r(e,t.children[i],n)||r;return r}function _r(e,t,n){var r=t.boundary;if(r===null)return gr(e,t,n);var i=r.contentPreamble,a=r.fallbackPreamble;if(i===null||a===null)return!1;switch(r.status){case 1:if(Ie(e.renderState,i),e.byteSize+=r.byteSize,t=r.completedSegments[0],!t)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);return gr(e,t,n);case 5:if(e.trackedPostpones!==null)return!0;case 4:if(t.status===1)return Ie(e.renderState,a),gr(e,t,n);default:return!0}}function vr(e){if(e.completedRootSegment&&e.completedPreambleSegments===null){var t=[],n=e.byteSize,r=_r(e,e.completedRootSegment,t),i=e.renderState.preamble;!1===r||i.headChunks&&i.bodyChunks?e.completedPreambleSegments=t:e.byteSize=n}}function yr(e,t,n,r){switch(n.parentFlushed=!0,n.status){case 0:n.id=e.nextSegmentId++;case 5:return r=n.id,n.lastPushedText=!1,n.textEmbedded=!1,e=e.renderState,t.push(`<template id="`),t.push(e.placeholderPrefix),e=r.toString(16),t.push(e),t.push(`"></template>`);case 1:n.status=2;var i=!0,a=n.chunks,o=0;n=n.children;for(var s=0;s<n.length;s++){for(i=n[s];o<i.index;o++)t.push(a[o]);i=xr(e,t,i,r)}for(;o<a.length-1;o++)t.push(a[o]);return o<a.length&&(i=t.push(a[o])),i;case 3:return!0;default:throw Error(`Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.`)}}var br=0;function xr(e,t,n,r){var i=n.boundary;if(i===null)return yr(e,t,n,r);if(i.parentFlushed=!0,i.status===4){var a=i.row;return a!==null&&--a.pendingTasks===0&&Un(e,a),e.renderState.generateStaticMarkup||(i=i.errorDigest,t.push(`<!--$!-->`),t.push(`<template`),i&&(t.push(` data-dgst="`),i=N(i),t.push(i),t.push(`"`)),t.push(`></template>`)),yr(e,t,n,r),e=e.renderState.generateStaticMarkup?!0:t.push(`<!--/$-->`),e}if(i.status!==1)return i.status===0&&(i.rootSegmentID=e.nextSegmentId++),0<i.completedSegments.length&&e.partialBoundaries.push(i),Re(t,e.renderState,i.rootSegmentID),r&>(r,i.fallbackState),yr(e,t,n,r),t.push(`<!--/$-->`);if(!Tr&&On(e,i)&&br+i.byteSize>e.progressiveChunkSize)return i.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(i),Re(t,e.renderState,i.rootSegmentID),yr(e,t,n,r),t.push(`<!--/$-->`);if(br+=i.byteSize,r&>(r,i.contentState),n=i.row,n!==null&&On(e,i)&&--n.pendingTasks===0&&Un(e,n),e.renderState.generateStaticMarkup||t.push(`<!--$-->`),n=i.completedSegments,n.length!==1)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);return xr(e,t,n[0],r),e=e.renderState.generateStaticMarkup?!0:t.push(`<!--/$-->`),e}function Sr(e,t,n,r){return ze(t,e.renderState,n.parentFormatContext,n.id),xr(e,t,n,r),Be(t,n.parentFormatContext)}function Cr(e,t,n){br=n.byteSize;for(var r=n.completedSegments,i=0;i<r.length;i++)wr(e,t,n,r[i]);r.length=0,r=n.row,r!==null&&On(e,n)&&--r.pendingTasks===0&&Un(e,r),Je(t,n.contentState,e.renderState),r=e.resumableState,e=e.renderState,i=n.rootSegmentID,n=n.contentState;var a=e.stylesToHoist;return e.stylesToHoist=!1,t.push(e.startInlineScript),t.push(`>`),a?(!(r.instructions&4)&&(r.instructions|=4,t.push(`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};`)),!(r.instructions&2)&&(r.instructions|=2,t.push(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
42
|
-
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`)),r.instructions&8?t.push(`$RR("`):(r.instructions|=8,t.push(`$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
|
|
43
|
-
"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
|
|
44
|
-
"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`))):(!(r.instructions&2)&&(r.instructions|=2,t.push(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
45
|
-
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`)),t.push(`$RC("`)),r=i.toString(16),t.push(e.boundaryPrefix),t.push(r),t.push(`","`),t.push(e.segmentPrefix),t.push(r),a?(t.push(`",`),$e(t,n)):t.push(`"`),n=t.push(`)<\/script>`),Le(t,e)&&n}function wr(e,t,n,r){if(r.status===2)return!0;var i=n.contentState,a=r.id;if(a===-1){if((r.id=n.rootSegmentID)===-1)throw Error(`A root segment ID must have been assigned by now. This is a bug in React.`);return Sr(e,t,r,i)}return a===n.rootSegmentID?Sr(e,t,r,i):(Sr(e,t,r,i),n=e.resumableState,e=e.renderState,t.push(e.startInlineScript),t.push(`>`),n.instructions&1?t.push(`$RS("`):(n.instructions|=1,t.push(`$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("`)),t.push(e.segmentPrefix),a=a.toString(16),t.push(a),t.push(`","`),t.push(e.placeholderPrefix),t.push(a),t=t.push(`")<\/script>`),t)}var Tr=!1;function Er(e,t){try{if(!(0<e.pendingRootTasks)){var n,r=e.completedRootSegment;if(r!==null){if(r.status===5)return;var i=e.completedPreambleSegments;if(i===null)return;br=e.byteSize;var a=e.resumableState,o=e.renderState,s=o.preamble,c=s.htmlChunks,l=s.headChunks,u;if(c){for(u=0;u<c.length;u++)t.push(c[u]);if(l)for(u=0;u<l.length;u++)t.push(l[u]);else{var d=Me(`head`);t.push(d),t.push(`>`)}}else if(l)for(u=0;u<l.length;u++)t.push(l[u]);var f=o.charsetChunks;for(u=0;u<f.length;u++)t.push(f[u]);f.length=0,o.preconnects.forEach(K,t),o.preconnects.clear();var p=o.viewportChunks;for(u=0;u<p.length;u++)t.push(p[u]);p.length=0,o.fontPreloads.forEach(K,t),o.fontPreloads.clear(),o.highImagePreloads.forEach(K,t),o.highImagePreloads.clear(),re=o,o.styles.forEach(Ye,t),re=null;var m=o.importMapChunks;for(u=0;u<m.length;u++)t.push(m[u]);m.length=0,o.bootstrapScripts.forEach(K,t),o.scripts.forEach(K,t),o.scripts.clear(),o.bulkPreloads.forEach(K,t),o.bulkPreloads.clear(),a.instructions|=32;var h=o.hoistableChunks;for(u=0;u<h.length;u++)t.push(h[u]);for(a=h.length=0;a<i.length;a++){var g=i[a];for(o=0;o<g.length;o++)xr(e,t,g[o],null)}var _=e.renderState.preamble,v=_.headChunks;if(_.htmlChunks||v){var y=Fe(`head`);t.push(y)}var b=_.bodyChunks;if(b)for(i=0;i<b.length;i++)t.push(b[i]);xr(e,t,r,null),e.completedRootSegment=null;var x=e.renderState;if(e.allPendingTasks!==0||e.clientRenderedBoundaries.length!==0||e.completedBoundaries.length!==0||e.trackedPostpones!==null&&(e.trackedPostpones.rootNodes.length!==0||e.trackedPostpones.rootSlots!==null)){var S=e.resumableState;if(!(S.instructions&64)){if(S.instructions|=64,t.push(x.startInlineScript),!(S.instructions&32)){S.instructions|=32;var ee=`_`+S.idPrefix+`R_`;t.push(` id="`);var te=N(ee);t.push(te),t.push(`"`)}t.push(`>`),t.push(`requestAnimationFrame(function(){$RT=performance.now()});`),t.push(`<\/script>`)}}Le(t,x)}var C=e.renderState;r=0;var w=C.viewportChunks;for(r=0;r<w.length;r++)t.push(w[r]);w.length=0,C.preconnects.forEach(K,t),C.preconnects.clear(),C.fontPreloads.forEach(K,t),C.fontPreloads.clear(),C.highImagePreloads.forEach(K,t),C.highImagePreloads.clear(),C.styles.forEach(Ze,t),C.scripts.forEach(K,t),C.scripts.clear(),C.bulkPreloads.forEach(K,t),C.bulkPreloads.clear();var T=C.hoistableChunks;for(r=0;r<T.length;r++)t.push(T[r]);T.length=0;var E=e.clientRenderedBoundaries;for(n=0;n<E.length;n++){var D=E[n];C=t;var O=e.resumableState,k=e.renderState,A=D.rootSegmentID,j=D.errorDigest;C.push(k.startInlineScript),C.push(`>`),O.instructions&4?C.push(`$RX("`):(O.instructions|=4,C.push(`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("`)),C.push(k.boundaryPrefix);var M=A.toString(16);if(C.push(M),C.push(`"`),j){C.push(`,`);var P=He(j||``);C.push(P)}var F=C.push(`)<\/script>`);if(!F){e.destination=null,n++,E.splice(0,n);return}}E.splice(0,n);var I=e.completedBoundaries;for(n=0;n<I.length;n++)if(!Cr(e,t,I[n])){e.destination=null,n++,I.splice(0,n);return}I.splice(0,n),Tr=!0;var L=e.partialBoundaries;for(n=0;n<L.length;n++){var R=L[n];a:{E=e,D=t,br=R.byteSize;var z=R.completedSegments;for(F=0;F<z.length;F++)if(!wr(E,D,R,z[F])){F++,z.splice(0,F);var B=!1;break a}z.splice(0,F);var V=R.row;V!==null&&V.together&&R.pendingTasks===1&&(V.pendingTasks===1?Wn(E,V,V.hoistables):V.pendingTasks--),B=Je(D,R.contentState,E.renderState)}if(!B){e.destination=null,n++,L.splice(0,n);return}}L.splice(0,n),Tr=!1;var ne=e.completedBoundaries;for(n=0;n<ne.length;n++)if(!Cr(e,t,ne[n])){e.destination=null,n++,ne.splice(0,n);return}ne.splice(0,n)}}finally{Tr=!1,e.allPendingTasks===0&&e.clientRenderedBoundaries.length===0&&e.completedBoundaries.length===0&&(e.flushScheduled=!1,n=e.resumableState,n.hasBody&&(L=Fe(`body`),t.push(L)),n.hasHtml&&(n=Fe(`html`),t.push(n)),e.status=14,t.push(null),e.destination=null)}}function Dr(e){if(!1===e.flushScheduled&&e.pingedTasks.length===0&&e.destination!==null){e.flushScheduled=!0;var t=e.destination;t?Er(e,t):e.flushScheduled=!1}}function Or(e,t){if(e.status===13)e.status=14,t.destroy(e.fatalError);else if(e.status!==14&&e.destination===null){e.destination=t;try{Er(e,t)}catch(t){Vn(e,t,{}),Hn(e,t)}}}function kr(e,t){(e.status===11||e.status===10)&&(e.status=12);try{var n=e.abortableTasks;if(0<n.size){var r=t===void 0?Error(`The render was aborted by the server without a reason.`):typeof t==`object`&&t&&typeof t.then==`function`?Error(`The render was aborted by the server with a promise.`):t;e.fatalError=r,n.forEach(function(t){return lr(t,e,r)}),n.clear()}e.destination!==null&&Er(e,e.destination)}catch(t){Vn(e,t,{}),Hn(e,t)}}function Ar(e,t,n){if(t===null)n.rootNodes.push(e);else{var r=n.workingMap,i=r.get(t);i===void 0&&(i=[t[1],t[2],[],null],r.set(t,i),Ar(i,t[0],n)),i[2].push(e)}}function $(){}function jr(e,t,n,r){var i=!1,a=null,o=``,s=!1;if(t=oe(t?t.identifierPrefix:void 0),e=jn(e,t,_t(t,n),se(0,null,0,null),1/0,$,void 0,function(){s=!0},void 0,void 0,void 0),e.flushScheduled=e.destination!==null,hr(e),e.status===10&&(e.status=11),e.trackedPostpones===null&&ur(e,e.pendingRootTasks===0),kr(e,r),Or(e,{push:function(e){return e!==null&&(o+=e),!0},destroy:function(e){i=!0,a=e}}),i&&a!==r)throw a;if(!s)throw Error(`A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.`);return o}e.renderToStaticMarkup=function(e,t){return jr(e,t,!0,`The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server`)},e.renderToString=function(e,t){return jr(e,t,!1,`The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server`)},e.version=`19.2.0`})),s=t((t=>{var r=e(`util`),i=e(`crypto`),o=e(`async_hooks`),s=n(),c=a(),l=e(`stream`),u=Symbol.for(`react.transitional.element`),d=Symbol.for(`react.portal`),f=Symbol.for(`react.fragment`),p=Symbol.for(`react.strict_mode`),m=Symbol.for(`react.profiler`),h=Symbol.for(`react.consumer`),g=Symbol.for(`react.context`),_=Symbol.for(`react.forward_ref`),v=Symbol.for(`react.suspense`),y=Symbol.for(`react.suspense_list`),b=Symbol.for(`react.memo`),x=Symbol.for(`react.lazy`),S=Symbol.for(`react.scope`),ee=Symbol.for(`react.activity`),te=Symbol.for(`react.legacy_hidden`),C=Symbol.for(`react.memo_cache_sentinel`),w=Symbol.for(`react.view_transition`),T=Symbol.iterator;function E(e){return typeof e!=`object`||!e?null:(e=T&&e[T]||e[`@@iterator`],typeof e==`function`?e:null)}var D=Array.isArray,O=queueMicrotask;function k(e){typeof e.flush==`function`&&e.flush()}var A=null,j=0,M=!0;function N(e,t){if(typeof t==`string`){if(t.length!==0)if(2048<3*t.length)0<j&&(P(e,A.subarray(0,j)),A=new Uint8Array(2048),j=0),P(e,t);else{var n=A;0<j&&(n=A.subarray(j)),n=L.encodeInto(t,n);var r=n.read;j+=n.written,r<t.length&&(P(e,A.subarray(0,j)),A=new Uint8Array(2048),j=L.encodeInto(t.slice(r),A).written),j===2048&&(P(e,A),A=new Uint8Array(2048),j=0)}}else t.byteLength!==0&&(2048<t.byteLength?(0<j&&(P(e,A.subarray(0,j)),A=new Uint8Array(2048),j=0),P(e,t)):(n=A.length-j,n<t.byteLength&&(n===0?P(e,A):(A.set(t.subarray(0,n),j),j+=n,P(e,A),t=t.subarray(n)),A=new Uint8Array(2048),j=0),A.set(t,j),j+=t.byteLength,j===2048&&(P(e,A),A=new Uint8Array(2048),j=0)))}function P(e,t){e=e.write(t),M&&=e}function F(e,t){return N(e,t),M}function I(e){A&&0<j&&e.write(A.subarray(0,j)),A=null,j=0,M=!0}var L=new r.TextEncoder;function R(e){return L.encode(e)}function z(e){return typeof e==`string`?Buffer.byteLength(e,`utf8`):e.byteLength}var B=Object.assign,V=Object.prototype.hasOwnProperty,ne=RegExp(`^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),re={},ie={};function ae(e){return V.call(ie,e)?!0:V.call(re,e)?!1:ne.test(e)?ie[e]=!0:(re[e]=!0,!1)}var oe=new Set(`animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp`.split(` `)),se=new Map([[`acceptCharset`,`accept-charset`],[`htmlFor`,`for`],[`httpEquiv`,`http-equiv`],[`crossOrigin`,`crossorigin`],[`accentHeight`,`accent-height`],[`alignmentBaseline`,`alignment-baseline`],[`arabicForm`,`arabic-form`],[`baselineShift`,`baseline-shift`],[`capHeight`,`cap-height`],[`clipPath`,`clip-path`],[`clipRule`,`clip-rule`],[`colorInterpolation`,`color-interpolation`],[`colorInterpolationFilters`,`color-interpolation-filters`],[`colorProfile`,`color-profile`],[`colorRendering`,`color-rendering`],[`dominantBaseline`,`dominant-baseline`],[`enableBackground`,`enable-background`],[`fillOpacity`,`fill-opacity`],[`fillRule`,`fill-rule`],[`floodColor`,`flood-color`],[`floodOpacity`,`flood-opacity`],[`fontFamily`,`font-family`],[`fontSize`,`font-size`],[`fontSizeAdjust`,`font-size-adjust`],[`fontStretch`,`font-stretch`],[`fontStyle`,`font-style`],[`fontVariant`,`font-variant`],[`fontWeight`,`font-weight`],[`glyphName`,`glyph-name`],[`glyphOrientationHorizontal`,`glyph-orientation-horizontal`],[`glyphOrientationVertical`,`glyph-orientation-vertical`],[`horizAdvX`,`horiz-adv-x`],[`horizOriginX`,`horiz-origin-x`],[`imageRendering`,`image-rendering`],[`letterSpacing`,`letter-spacing`],[`lightingColor`,`lighting-color`],[`markerEnd`,`marker-end`],[`markerMid`,`marker-mid`],[`markerStart`,`marker-start`],[`overlinePosition`,`overline-position`],[`overlineThickness`,`overline-thickness`],[`paintOrder`,`paint-order`],[`panose-1`,`panose-1`],[`pointerEvents`,`pointer-events`],[`renderingIntent`,`rendering-intent`],[`shapeRendering`,`shape-rendering`],[`stopColor`,`stop-color`],[`stopOpacity`,`stop-opacity`],[`strikethroughPosition`,`strikethrough-position`],[`strikethroughThickness`,`strikethrough-thickness`],[`strokeDasharray`,`stroke-dasharray`],[`strokeDashoffset`,`stroke-dashoffset`],[`strokeLinecap`,`stroke-linecap`],[`strokeLinejoin`,`stroke-linejoin`],[`strokeMiterlimit`,`stroke-miterlimit`],[`strokeOpacity`,`stroke-opacity`],[`strokeWidth`,`stroke-width`],[`textAnchor`,`text-anchor`],[`textDecoration`,`text-decoration`],[`textRendering`,`text-rendering`],[`transformOrigin`,`transform-origin`],[`underlinePosition`,`underline-position`],[`underlineThickness`,`underline-thickness`],[`unicodeBidi`,`unicode-bidi`],[`unicodeRange`,`unicode-range`],[`unitsPerEm`,`units-per-em`],[`vAlphabetic`,`v-alphabetic`],[`vHanging`,`v-hanging`],[`vIdeographic`,`v-ideographic`],[`vMathematical`,`v-mathematical`],[`vectorEffect`,`vector-effect`],[`vertAdvY`,`vert-adv-y`],[`vertOriginX`,`vert-origin-x`],[`vertOriginY`,`vert-origin-y`],[`wordSpacing`,`word-spacing`],[`writingMode`,`writing-mode`],[`xmlnsXlink`,`xmlns:xlink`],[`xHeight`,`x-height`]]),ce=/["'&<>]/;function H(e){if(typeof e==`boolean`||typeof e==`number`||typeof e==`bigint`)return``+e;e=``+e;var t=ce.exec(e);if(t){var n=``,r,i=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=`"`;break;case 38:t=`&`;break;case 39:t=`'`;break;case 60:t=`<`;break;case 62:t=`>`;break;default:continue}i!==r&&(n+=e.slice(i,r)),i=r+1,n+=t}e=i===r?n:n+e.slice(i,r)}return e}var le=/([A-Z])/g,ue=/^ms-/,de=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function fe(e){return de.test(``+e)?`javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')`:e}var pe=s.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,me=c.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,he={pending:!1,data:null,method:null,action:null},ge=me.d;me.d={f:ge.f,r:ge.r,D:lr,C:ur,L:dr,m:fr,X:mr,S:pr,M:hr};var _e=[],ve=null;R(`"></template>`);var ye=R(`<script`),U=R(`<\/script>`),be=R(`<script src="`),xe=R(`<script type="module" src="`),Se=R(` nonce="`),Ce=R(` integrity="`),we=R(` crossorigin="`),Te=R(` async=""><\/script>`),Ee=R(`<style`),W=/(<\/|<)(s)(cript)/gi;function De(e,t,n,r){return``+t+(n===`s`?`\\u0073`:`\\u0053`)+r}var Oe=R(`<script type="importmap">`),ke=R(`<\/script>`);function Ae(e,t,n,r,i,a){n=typeof t==`string`?t:t&&t.script;var o=n===void 0?ye:R(`<script nonce="`+H(n)+`"`),s=typeof t==`string`?void 0:t&&t.style,c=s===void 0?Ee:R(`<style nonce="`+H(s)+`"`),l=e.idPrefix,u=[],d=e.bootstrapScriptContent,f=e.bootstrapScripts,p=e.bootstrapModules;if(d!==void 0&&(u.push(o),tr(u,e),u.push(et,(``+d).replace(W,De),U)),d=[],r!==void 0&&(d.push(Oe),d.push((``+JSON.stringify(r)).replace(W,De)),d.push(ke)),r=i?{preconnects:``,fontPreloads:``,highImagePreloads:``,remainingCapacity:2+(typeof a==`number`?a:2e3)}:null,i={placeholderPrefix:R(l+`P:`),segmentPrefix:R(l+`S:`),boundaryPrefix:R(l+`B:`),startInlineScript:o,startInlineStyle:c,preamble:Me(),externalRuntimeScript:null,bootstrapChunks:u,importMapChunks:d,onHeaders:i,headers:r,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:{script:n,style:s},hoistableState:null,stylesToHoist:!1},f!==void 0)for(r=0;r<f.length;r++)l=f[r],s=o=void 0,c={rel:`preload`,as:`script`,fetchPriority:`low`,nonce:t},typeof l==`string`?c.href=a=l:(c.href=a=l.src,c.integrity=s=typeof l.integrity==`string`?l.integrity:void 0,c.crossOrigin=o=typeof l==`string`||l.crossOrigin==null?void 0:l.crossOrigin===`use-credentials`?`use-credentials`:``),l=e,d=a,l.scriptResources[d]=null,l.moduleScriptResources[d]=null,l=[],lt(l,c),i.bootstrapScripts.add(l),u.push(be,H(a),G),n&&u.push(Se,H(n),G),typeof s==`string`&&u.push(Ce,H(s),G),typeof o==`string`&&u.push(we,H(o),G),tr(u,e),u.push(Te);if(p!==void 0)for(t=0;t<p.length;t++)s=p[t],a=r=void 0,o={rel:`modulepreload`,fetchPriority:`low`,nonce:n},typeof s==`string`?o.href=f=s:(o.href=f=s.src,o.integrity=a=typeof s.integrity==`string`?s.integrity:void 0,o.crossOrigin=r=typeof s==`string`||s.crossOrigin==null?void 0:s.crossOrigin===`use-credentials`?`use-credentials`:``),s=e,c=f,s.scriptResources[c]=null,s.moduleScriptResources[c]=null,s=[],lt(s,o),i.bootstrapScripts.add(s),u.push(xe,H(f),G),n&&u.push(Se,H(n),G),typeof a==`string`&&u.push(Ce,H(a),G),typeof r==`string`&&u.push(we,H(r),G),tr(u,e),u.push(Te);return i}function je(e,t,n,r,i){return{idPrefix:e===void 0?``:e,nextFormID:0,streamingFormat:0,bootstrapScriptContent:n,bootstrapScripts:r,bootstrapModules:i,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function Me(){return{htmlChunks:null,headChunks:null,bodyChunks:null}}function Ne(e,t,n,r){return{insertionMode:e,selectedValue:t,tagScope:n,viewTransition:r}}function Pe(e){return Ne(e===`http://www.w3.org/2000/svg`?4:e===`http://www.w3.org/1998/Math/MathML`?5:0,null,0,null)}function Fe(e,t,n){var r=e.tagScope&-25;switch(t){case`noscript`:return Ne(2,null,r|1,null);case`select`:return Ne(2,n.value==null?n.defaultValue:n.value,r,null);case`svg`:return Ne(4,null,r,null);case`picture`:return Ne(2,null,r|2,null);case`math`:return Ne(5,null,r,null);case`foreignObject`:return Ne(2,null,r,null);case`table`:return Ne(6,null,r,null);case`thead`:case`tbody`:case`tfoot`:return Ne(7,null,r,null);case`colgroup`:return Ne(9,null,r,null);case`tr`:return Ne(8,null,r,null);case`head`:if(2>e.insertionMode)return Ne(3,null,r,null);break;case`html`:if(e.insertionMode===0)return Ne(1,null,r,null)}return 6<=e.insertionMode||2>e.insertionMode?Ne(2,null,r,null):e.tagScope===r?e:Ne(e.insertionMode,e.selectedValue,r,null)}function Ie(e){return e===null?null:{update:e.update,enter:`none`,exit:`none`,share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function Le(e,t){return t.tagScope&32&&(e.instructions|=128),Ne(t.insertionMode,t.selectedValue,t.tagScope|12,Ie(t.viewTransition))}function Re(e,t){e=Ie(t.viewTransition);var n=t.tagScope|16;return e!==null&&e.share!==`none`&&(n|=64),Ne(t.insertionMode,t.selectedValue,n,e)}var ze=R(`<!-- -->`);function Be(e,t,n,r){return t===``?r:(r&&e.push(ze),e.push(H(t)),!0)}var Ve=new Map,He=R(` style="`),Ue=R(`:`),We=R(`;`);function Ge(e,t){if(typeof t!=`object`)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var n=!0,r;for(r in t)if(V.call(t,r)){var i=t[r];if(i!=null&&typeof i!=`boolean`&&i!==``){if(r.indexOf(`--`)===0){var a=H(r);i=H((``+i).trim())}else a=Ve.get(r),a===void 0&&(a=R(H(r.replace(le,`-$1`).toLowerCase().replace(ue,`-ms-`))),Ve.set(r,a)),i=typeof i==`number`?i===0||oe.has(r)?``+i:i+`px`:H((``+i).trim());n?(n=!1,e.push(He,a,Ue,i)):e.push(We,a,Ue,i)}}n||e.push(G)}var Ke=R(` `),qe=R(`="`),G=R(`"`),Je=R(`=""`);function K(e,t,n){n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(Ke,t,Je)}function q(e,t,n){typeof n!=`function`&&typeof n!=`symbol`&&typeof n!=`boolean`&&e.push(Ke,t,qe,H(n),G)}var J=R(H(`javascript:throw new Error('React form unexpectedly submitted.')`)),Ye=R(`<input type="hidden"`);function Xe(e,t){this.push(Ye),Ze(e),q(this,`name`,t),q(this,`value`,e),this.push(tt)}function Ze(e){if(typeof e!=`string`)throw Error(`File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.`)}function Qe(e,t){if(typeof t.$$FORM_ACTION==`function`){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);return r&&r.data?.forEach(Ze),r}catch(e){if(typeof e==`object`&&e&&typeof e.then==`function`)throw e}}return null}function $e(e,t,n,r,i,a,o,s){var c=null;if(typeof r==`function`){var l=Qe(t,r);l===null?(e.push(Ke,`formAction`,qe,J,G),o=a=i=r=s=null,ot(t,n)):(s=l.name,r=l.action||``,i=l.encType,a=l.method,o=l.target,c=l.data)}return s!=null&&Y(e,`name`,s),r!=null&&Y(e,`formAction`,r),i!=null&&Y(e,`formEncType`,i),a!=null&&Y(e,`formMethod`,a),o!=null&&Y(e,`formTarget`,o),c}function Y(e,t,n){switch(t){case`className`:q(e,`class`,n);break;case`tabIndex`:q(e,`tabindex`,n);break;case`dir`:case`role`:case`viewBox`:case`width`:case`height`:q(e,t,n);break;case`style`:Ge(e,n);break;case`src`:case`href`:if(n===``)break;case`action`:case`formAction`:if(n==null||typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;n=fe(``+n),e.push(Ke,t,qe,H(n),G);break;case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`autoFocus`:case`multiple`:case`muted`:K(e,t.toLowerCase(),n);break;case`xlinkHref`:if(typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;n=fe(``+n),e.push(Ke,`xlink:href`,qe,H(n),G);break;case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:typeof n!=`function`&&typeof n!=`symbol`&&e.push(Ke,t,qe,H(n),G);break;case`inert`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(Ke,t,Je);break;case`capture`:case`download`:!0===n?e.push(Ke,t,Je):!1!==n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(Ke,t,qe,H(n),G);break;case`cols`:case`rows`:case`size`:case`span`:typeof n!=`function`&&typeof n!=`symbol`&&!isNaN(n)&&1<=n&&e.push(Ke,t,qe,H(n),G);break;case`rowSpan`:case`start`:typeof n==`function`||typeof n==`symbol`||isNaN(n)||e.push(Ke,t,qe,H(n),G);break;case`xlinkActuate`:q(e,`xlink:actuate`,n);break;case`xlinkArcrole`:q(e,`xlink:arcrole`,n);break;case`xlinkRole`:q(e,`xlink:role`,n);break;case`xlinkShow`:q(e,`xlink:show`,n);break;case`xlinkTitle`:q(e,`xlink:title`,n);break;case`xlinkType`:q(e,`xlink:type`,n);break;case`xmlBase`:q(e,`xml:base`,n);break;case`xmlLang`:q(e,`xml:lang`,n);break;case`xmlSpace`:q(e,`xml:space`,n);break;default:if((!(2<t.length)||t[0]!==`o`&&t[0]!==`O`||t[1]!==`n`&&t[1]!==`N`)&&(t=se.get(t)||t,ae(t))){switch(typeof n){case`function`:case`symbol`:return;case`boolean`:var r=t.toLowerCase().slice(0,5);if(r!==`data-`&&r!==`aria-`)return}e.push(Ke,t,qe,H(n),G)}}}var et=R(`>`),tt=R(`/>`);function nt(e,t,n){if(t!=null){if(n!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t!=`object`||!(`__html`in t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");t=t.__html,t!=null&&e.push(``+t)}}function rt(e){var t=``;return s.Children.forEach(e,function(e){e!=null&&(t+=e)}),t}var it=R(` selected=""`),at=R(`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`);function ot(e,t){if(!(e.instructions&16)){e.instructions|=16;var n=t.preamble,r=t.bootstrapChunks;(n.htmlChunks||n.headChunks)&&r.length===0?(r.push(t.startInlineScript),tr(r,e),r.push(et,at,U)):r.unshift(t.startInlineScript,et,at,U)}}var st=R(`<!--F!-->`),ct=R(`<!--F-->`);function lt(e,t){for(var n in e.push(Ct(`link`)),t)if(V.call(t,n)){var r=t[n];if(r!=null)switch(n){case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Y(e,n,r)}}return e.push(tt),null}var ut=/(<\/|<)(s)(tyle)/gi;function dt(e,t,n,r){return``+t+(n===`s`?`\\73 `:`\\53 `)+r}function ft(e,t,n){for(var r in e.push(Ct(n)),t)if(V.call(t,r)){var i=t[r];if(i!=null)switch(r){case`children`:case`dangerouslySetInnerHTML`:throw Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Y(e,r,i)}}return e.push(tt),null}function pt(e,t){e.push(Ct(`title`));var n=null,r=null,i;for(i in t)if(V.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:Y(e,i,a)}}return e.push(et),t=Array.isArray(n)?2>n.length?n[0]:null:n,typeof t!=`function`&&typeof t!=`symbol`&&t!=null&&e.push(H(``+t)),nt(e,r,n),e.push(Dt(`title`)),null}var mt=R(`<!--head-->`),ht=R(`<!--body-->`),gt=R(`<!--html-->`);function _t(e,t){e.push(Ct(`script`));var n=null,r=null,i;for(i in t)if(V.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:Y(e,i,a)}}return e.push(et),nt(e,r,n),typeof n==`string`&&e.push((``+n).replace(W,De)),e.push(Dt(`script`)),null}function vt(e,t,n){e.push(Ct(n));var r=n=null,i;for(i in t)if(V.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:Y(e,i,a)}}return e.push(et),nt(e,r,n),n}function yt(e,t,n){e.push(Ct(n));var r=n=null,i;for(i in t)if(V.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:Y(e,i,a)}}return e.push(et),nt(e,r,n),typeof n==`string`?(e.push(H(n)),null):n}var bt=R(`
|
|
46
|
-
`),xt=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,St=new Map;function Ct(e){var t=St.get(e);if(t===void 0){if(!xt.test(e))throw Error(`Invalid tag: `+e);t=R(`<`+e),St.set(e,t)}return t}var wt=R(`<!DOCTYPE html>`);function Tt(e,t,n,r,i,a,o,s,c){switch(t){case`div`:case`span`:case`svg`:case`path`:break;case`a`:e.push(Ct(`a`));var l=null,u=null,d;for(d in n)if(V.call(n,d)){var f=n[d];if(f!=null)switch(d){case`children`:l=f;break;case`dangerouslySetInnerHTML`:u=f;break;case`href`:f===``?q(e,`href`,``):Y(e,d,f);break;default:Y(e,d,f)}}if(e.push(et),nt(e,u,l),typeof l==`string`){e.push(H(l));var p=null}else p=l;return p;case`g`:case`p`:case`li`:break;case`select`:e.push(Ct(`select`));var m=null,h=null,g;for(g in n)if(V.call(n,g)){var _=n[g];if(_!=null)switch(g){case`children`:m=_;break;case`dangerouslySetInnerHTML`:h=_;break;case`defaultValue`:case`value`:break;default:Y(e,g,_)}}return e.push(et),nt(e,h,m),m;case`option`:var v=s.selectedValue;e.push(Ct(`option`));var y=null,b=null,x=null,S=null,ee;for(ee in n)if(V.call(n,ee)){var te=n[ee];if(te!=null)switch(ee){case`children`:y=te;break;case`selected`:x=te;break;case`dangerouslySetInnerHTML`:S=te;break;case`value`:b=te;default:Y(e,ee,te)}}if(v!=null){var C=b===null?rt(y):``+b;if(D(v)){for(var w=0;w<v.length;w++)if(``+v[w]===C){e.push(it);break}}else ``+v===C&&e.push(it)}else x&&e.push(it);return e.push(et),nt(e,S,y),y;case`textarea`:e.push(Ct(`textarea`));var T=null,E=null,O=null,k;for(k in n)if(V.call(n,k)){var A=n[k];if(A!=null)switch(k){case`children`:O=A;break;case`value`:T=A;break;case`defaultValue`:E=A;break;case`dangerouslySetInnerHTML`:throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:Y(e,k,A)}}if(T===null&&E!==null&&(T=E),e.push(et),O!=null){if(T!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(D(O)){if(1<O.length)throw Error(`<textarea> can only have at most one child.`);T=``+O[0]}T=``+O}return typeof T==`string`&&T[0]===`
|
|
47
|
-
`&&e.push(bt),T!==null&&e.push(H(``+T)),null;case`input`:e.push(Ct(`input`));var j=null,M=null,N=null,P=null,F=null,I=null,L=null,R=null,z=null,ne;for(ne in n)if(V.call(n,ne)){var re=n[ne];if(re!=null)switch(ne){case`children`:case`dangerouslySetInnerHTML`:throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case`name`:j=re;break;case`formAction`:M=re;break;case`formEncType`:N=re;break;case`formMethod`:P=re;break;case`formTarget`:F=re;break;case`defaultChecked`:z=re;break;case`defaultValue`:L=re;break;case`checked`:R=re;break;case`value`:I=re;break;default:Y(e,ne,re)}}var ie=$e(e,r,i,M,N,P,F,j);return R===null?z!==null&&K(e,`checked`,z):K(e,`checked`,R),I===null?L!==null&&Y(e,`value`,L):Y(e,`value`,I),e.push(tt),ie?.forEach(Xe,e),null;case`button`:e.push(Ct(`button`));var oe=null,se=null,ce=null,le=null,ue=null,de=null,pe=null,me;for(me in n)if(V.call(n,me)){var he=n[me];if(he!=null)switch(me){case`children`:oe=he;break;case`dangerouslySetInnerHTML`:se=he;break;case`name`:ce=he;break;case`formAction`:le=he;break;case`formEncType`:ue=he;break;case`formMethod`:de=he;break;case`formTarget`:pe=he;break;default:Y(e,me,he)}}var ge=$e(e,r,i,le,ue,de,pe,ce);if(e.push(et),ge?.forEach(Xe,e),nt(e,se,oe),typeof oe==`string`){e.push(H(oe));var ve=null}else ve=oe;return ve;case`form`:e.push(Ct(`form`));var ye=null,U=null,be=null,xe=null,Se=null,Ce=null,we;for(we in n)if(V.call(n,we)){var Te=n[we];if(Te!=null)switch(we){case`children`:ye=Te;break;case`dangerouslySetInnerHTML`:U=Te;break;case`action`:be=Te;break;case`encType`:xe=Te;break;case`method`:Se=Te;break;case`target`:Ce=Te;break;default:Y(e,we,Te)}}var Ee=null,W=null;if(typeof be==`function`){var De=Qe(r,be);De===null?(e.push(Ke,`action`,qe,J,G),Ce=Se=xe=be=null,ot(r,i)):(be=De.action||``,xe=De.encType,Se=De.method,Ce=De.target,Ee=De.data,W=De.name)}if(be!=null&&Y(e,`action`,be),xe!=null&&Y(e,`encType`,xe),Se!=null&&Y(e,`method`,Se),Ce!=null&&Y(e,`target`,Ce),e.push(et),W!==null&&(e.push(Ye),q(e,`name`,W),e.push(tt),Ee?.forEach(Xe,e)),nt(e,U,ye),typeof ye==`string`){e.push(H(ye));var Oe=null}else Oe=ye;return Oe;case`menuitem`:for(var ke in e.push(Ct(`menuitem`)),n)if(V.call(n,ke)){var Ae=n[ke];if(Ae!=null)switch(ke){case`children`:case`dangerouslySetInnerHTML`:throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:Y(e,ke,Ae)}}return e.push(et),null;case`object`:e.push(Ct(`object`));var je=null,Me=null,Ne;for(Ne in n)if(V.call(n,Ne)){var Pe=n[Ne];if(Pe!=null)switch(Ne){case`children`:je=Pe;break;case`dangerouslySetInnerHTML`:Me=Pe;break;case`data`:var Fe=fe(``+Pe);if(Fe===``)break;e.push(Ke,`data`,qe,H(Fe),G);break;default:Y(e,Ne,Pe)}}if(e.push(et),nt(e,Me,je),typeof je==`string`){e.push(H(je));var Ie=null}else Ie=je;return Ie;case`title`:var Le=s.tagScope&1,Re=s.tagScope&4;if(s.insertionMode===4||Le||n.itemProp!=null)var Be=pt(e,n);else Re?Be=null:(pt(i.hoistableChunks,n),Be=void 0);return Be;case`link`:var Ve=s.tagScope&1,He=s.tagScope&4,Ue=n.rel,We=n.href,Je=n.precedence;if(s.insertionMode===4||Ve||n.itemProp!=null||typeof Ue!=`string`||typeof We!=`string`||We===``){lt(e,n);var Ze=null}else if(n.rel===`stylesheet`)if(typeof Je!=`string`||n.disabled!=null||n.onLoad||n.onError)Ze=lt(e,n);else{var at=i.styles.get(Je),st=r.styleResources.hasOwnProperty(We)?r.styleResources[We]:void 0;if(st!==null){r.styleResources[We]=null,at||(at={precedence:H(Je),rules:[],hrefs:[],sheets:new Map},i.styles.set(Je,at));var ct={state:0,props:B({},n,{"data-precedence":n.precedence,precedence:null})};if(st){st.length===2&&gr(ct.props,st);var xt=i.preloads.stylesheets.get(We);xt&&0<xt.length?xt.length=0:ct.state=1}at.sheets.set(We,ct),o&&o.stylesheets.add(ct)}else if(at){var St=at.sheets.get(We);St&&o&&o.stylesheets.add(St)}c&&e.push(ze),Ze=null}else n.onLoad||n.onError?Ze=lt(e,n):(c&&e.push(ze),Ze=He?null:lt(i.hoistableChunks,n));return Ze;case`script`:var Tt=s.tagScope&1,Et=n.async;if(typeof n.src!=`string`||!n.src||!Et||typeof Et==`function`||typeof Et==`symbol`||n.onLoad||n.onError||s.insertionMode===4||Tt||n.itemProp!=null)var Ot=_t(e,n);else{var kt=n.src;if(n.type===`module`)var At=r.moduleScriptResources,jt=i.preloads.moduleScripts;else At=r.scriptResources,jt=i.preloads.scripts;var Mt=At.hasOwnProperty(kt)?At[kt]:void 0;if(Mt!==null){At[kt]=null;var Nt=n;if(Mt){Mt.length===2&&(Nt=B({},n),gr(Nt,Mt));var Pt=jt.get(kt);Pt&&(Pt.length=0)}var Ft=[];i.scripts.add(Ft),_t(Ft,Nt)}c&&e.push(ze),Ot=null}return Ot;case`style`:var It=s.tagScope&1,Lt=n.precedence,X=n.href,Rt=n.nonce;if(s.insertionMode===4||It||n.itemProp!=null||typeof Lt!=`string`||typeof X!=`string`||X===``){e.push(Ct(`style`));var zt=null,Bt=null,Vt;for(Vt in n)if(V.call(n,Vt)){var Ht=n[Vt];if(Ht!=null)switch(Vt){case`children`:zt=Ht;break;case`dangerouslySetInnerHTML`:Bt=Ht;break;default:Y(e,Vt,Ht)}}e.push(et);var Ut=Array.isArray(zt)?2>zt.length?zt[0]:null:zt;typeof Ut!=`function`&&typeof Ut!=`symbol`&&Ut!=null&&e.push((``+Ut).replace(ut,dt)),nt(e,Bt,zt),e.push(Dt(`style`));var Wt=null}else{var Gt=i.styles.get(Lt);if((r.styleResources.hasOwnProperty(X)?r.styleResources[X]:void 0)!==null){r.styleResources[X]=null,Gt||(Gt={precedence:H(Lt),rules:[],hrefs:[],sheets:new Map},i.styles.set(Lt,Gt));var Kt=i.nonce.style;if(!Kt||Kt===Rt){Gt.hrefs.push(H(X));var qt=Gt.rules,Jt=null,Yt=null,Xt;for(Xt in n)if(V.call(n,Xt)){var Zt=n[Xt];if(Zt!=null)switch(Xt){case`children`:Jt=Zt;break;case`dangerouslySetInnerHTML`:Yt=Zt}}var Qt=Array.isArray(Jt)?2>Jt.length?Jt[0]:null:Jt;typeof Qt!=`function`&&typeof Qt!=`symbol`&&Qt!=null&&qt.push((``+Qt).replace(ut,dt)),nt(qt,Yt,Jt)}}Gt&&o&&o.styles.add(Gt),c&&e.push(ze),Wt=void 0}return Wt;case`meta`:var $t=s.tagScope&1,en=s.tagScope&4;if(s.insertionMode===4||$t||n.itemProp!=null)var tn=ft(e,n,`meta`);else c&&e.push(ze),tn=en?null:typeof n.charSet==`string`?ft(i.charsetChunks,n,`meta`):n.name===`viewport`?ft(i.viewportChunks,n,`meta`):ft(i.hoistableChunks,n,`meta`);return tn;case`listing`:case`pre`:e.push(Ct(t));var nn=null,rn=null,Z;for(Z in n)if(V.call(n,Z)){var Q=n[Z];if(Q!=null)switch(Z){case`children`:nn=Q;break;case`dangerouslySetInnerHTML`:rn=Q;break;default:Y(e,Z,Q)}}if(e.push(et),rn!=null){if(nn!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof rn!=`object`||!(`__html`in rn))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var an=rn.__html;an!=null&&(typeof an==`string`&&0<an.length&&an[0]===`
|
|
48
|
-
`?e.push(bt,an):e.push(``+an))}return typeof nn==`string`&&nn[0]===`
|
|
49
|
-
`&&e.push(bt),nn;case`img`:var on=s.tagScope&3,sn=n.src,cn=n.srcSet;if(!(n.loading===`lazy`||!sn&&!cn||typeof sn!=`string`&&sn!=null||typeof cn!=`string`&&cn!=null||n.fetchPriority===`low`||on)&&(typeof sn!=`string`||sn[4]!==`:`||sn[0]!==`d`&&sn[0]!==`D`||sn[1]!==`a`&&sn[1]!==`A`||sn[2]!==`t`&&sn[2]!==`T`||sn[3]!==`a`&&sn[3]!==`A`)&&(typeof cn!=`string`||cn[4]!==`:`||cn[0]!==`d`&&cn[0]!==`D`||cn[1]!==`a`&&cn[1]!==`A`||cn[2]!==`t`&&cn[2]!==`T`||cn[3]!==`a`&&cn[3]!==`A`)){o!==null&&s.tagScope&64&&(o.suspenseyImages=!0);var ln=typeof n.sizes==`string`?n.sizes:void 0,un=cn?cn+`
|
|
50
|
-
`+(ln||``):sn,dn=i.preloads.images,fn=dn.get(un);if(fn)(n.fetchPriority===`high`||10>i.highImagePreloads.size)&&(dn.delete(un),i.highImagePreloads.add(fn));else if(!r.imageResources.hasOwnProperty(un)){r.imageResources[un]=_e;var pn=n.crossOrigin,mn=typeof pn==`string`?pn===`use-credentials`?pn:``:void 0,hn=i.headers,gn;hn&&0<hn.remainingCapacity&&typeof n.srcSet!=`string`&&(n.fetchPriority===`high`||500>hn.highImagePreloads.length)&&(gn=_r(sn,`image`,{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:mn,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(hn.remainingCapacity-=gn.length+2))?(i.resets.image[un]=_e,hn.highImagePreloads&&(hn.highImagePreloads+=`, `),hn.highImagePreloads+=gn):(fn=[],lt(fn,{rel:`preload`,as:`image`,href:cn?void 0:sn,imageSrcSet:cn,imageSizes:ln,crossOrigin:mn,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),n.fetchPriority===`high`||10>i.highImagePreloads.size?i.highImagePreloads.add(fn):(i.bulkPreloads.add(fn),dn.set(un,fn)))}}return ft(e,n,`img`);case`base`:case`area`:case`br`:case`col`:case`embed`:case`hr`:case`keygen`:case`param`:case`source`:case`track`:case`wbr`:return ft(e,n,t);case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:break;case`head`:if(2>s.insertionMode){var _n=a||i.preamble;if(_n.headChunks)throw Error("The `<head>` tag may only be rendered once.");a!==null&&e.push(mt),_n.headChunks=[];var vn=vt(_n.headChunks,n,`head`)}else vn=yt(e,n,`head`);return vn;case`body`:if(2>s.insertionMode){var yn=a||i.preamble;if(yn.bodyChunks)throw Error("The `<body>` tag may only be rendered once.");a!==null&&e.push(ht),yn.bodyChunks=[];var bn=vt(yn.bodyChunks,n,`body`)}else bn=yt(e,n,`body`);return bn;case`html`:if(s.insertionMode===0){var xn=a||i.preamble;if(xn.htmlChunks)throw Error("The `<html>` tag may only be rendered once.");a!==null&&e.push(gt),xn.htmlChunks=[wt];var Sn=vt(xn.htmlChunks,n,`html`)}else Sn=yt(e,n,`html`);return Sn;default:if(t.indexOf(`-`)!==-1){e.push(Ct(t));var Cn=null,wn=null,Tn;for(Tn in n)if(V.call(n,Tn)){var En=n[Tn];if(En!=null){var Dn=Tn;switch(Tn){case`children`:Cn=En;break;case`dangerouslySetInnerHTML`:wn=En;break;case`style`:Ge(e,En);break;case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`className`:Dn=`class`;default:if(ae(Tn)&&typeof En!=`function`&&typeof En!=`symbol`&&!1!==En){if(!0===En)En=``;else if(typeof En==`object`)continue;e.push(Ke,Dn,qe,H(En),G)}}}}return e.push(et),nt(e,wn,Cn),Cn}}return yt(e,n,t)}var Et=new Map;function Dt(e){var t=Et.get(e);return t===void 0&&(t=R(`</`+e+`>`),Et.set(e,t)),t}function Ot(e,t){e=e.preamble,e.htmlChunks===null&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),e.headChunks===null&&t.headChunks&&(e.headChunks=t.headChunks),e.bodyChunks===null&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function kt(e,t){t=t.bootstrapChunks;for(var n=0;n<t.length-1;n++)N(e,t[n]);return n<t.length?(n=t[n],t.length=0,F(e,n)):!0}var At=R(`requestAnimationFrame(function(){$RT=performance.now()});`),jt=R(`<template id="`),Mt=R(`"></template>`),Nt=R(`<!--&-->`),Pt=R(`<!--/&-->`),Ft=R(`<!--$-->`),It=R(`<!--$?--><template id="`),Lt=R(`"></template>`),X=R(`<!--$!-->`),Rt=R(`<!--/$-->`),zt=R(`<template`),Bt=R(`"`),Vt=R(` data-dgst="`);R(` data-msg="`),R(` data-stck="`),R(` data-cstck="`);var Ht=R(`></template>`);function Ut(e,t,n){if(N(e,It),n===null)throw Error(`An ID must have been assigned before we can complete the boundary.`);return N(e,t.boundaryPrefix),N(e,n.toString(16)),F(e,Lt)}var Wt=R(`<div hidden id="`),Gt=R(`">`),Kt=R(`</div>`),qt=R(`<svg aria-hidden="true" style="display:none" id="`),Jt=R(`">`),Yt=R(`</svg>`),Xt=R(`<math aria-hidden="true" style="display:none" id="`),Zt=R(`">`),Qt=R(`</math>`),$t=R(`<table hidden id="`),en=R(`">`),tn=R(`</table>`),nn=R(`<table hidden><tbody id="`),rn=R(`">`),Z=R(`</tbody></table>`),Q=R(`<table hidden><tr id="`),an=R(`">`),on=R(`</tr></table>`),sn=R(`<table hidden><colgroup id="`),cn=R(`">`),ln=R(`</colgroup></table>`);function un(e,t,n,r){switch(n.insertionMode){case 0:case 1:case 3:case 2:return N(e,Wt),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,Gt);case 4:return N(e,qt),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,Jt);case 5:return N(e,Xt),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,Zt);case 6:return N(e,$t),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,en);case 7:return N(e,nn),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,rn);case 8:return N(e,Q),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,an);case 9:return N(e,sn),N(e,t.segmentPrefix),N(e,r.toString(16)),F(e,cn);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}function dn(e,t){switch(t.insertionMode){case 0:case 1:case 3:case 2:return F(e,Kt);case 4:return F(e,Yt);case 5:return F(e,Qt);case 6:return F(e,tn);case 7:return F(e,Z);case 8:return F(e,on);case 9:return F(e,ln);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}var fn=R(`$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("`),pn=R(`$RS("`),mn=R(`","`),hn=R(`")<\/script>`);R(`<template data-rsi="" data-sid="`),R(`" data-pid="`);var gn=R(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
51
|
-
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`),_n=R(`$RC("`),vn=R(`$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
|
|
52
|
-
"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
|
|
53
|
-
"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`),yn=R(`$RR("`),bn=R(`","`),xn=R(`",`),Sn=R(`"`),Cn=R(`)<\/script>`);R(`<template data-rci="" data-bid="`),R(`<template data-rri="" data-bid="`),R(`" data-sid="`),R(`" data-sty="`);var wn=R(`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};`),Tn=R(`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("`),En=R(`$RX("`),Dn=R(`"`),On=R(`,`),kn=R(`)<\/script>`);R(`<template data-rxi="" data-bid="`),R(`" data-dgst="`),R(`" data-msg="`),R(`" data-stck="`),R(`" data-cstck="`);var An=/[<\u2028\u2029]/g;function jn(e){return JSON.stringify(e).replace(An,function(e){switch(e){case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}var Mn=/[&><\u2028\u2029]/g;function Nn(e){return JSON.stringify(e).replace(Mn,function(e){switch(e){case`&`:return`\\u0026`;case`>`:return`\\u003e`;case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}var Pn=R(` media="not all" data-precedence="`),Fn=R(`" data-href="`),In=R(`">`),Ln=R(`</style>`),Rn=!1,zn=!0;function Bn(e){var t=e.rules,n=e.hrefs,r=0;if(n.length){for(N(this,ve.startInlineStyle),N(this,Pn),N(this,e.precedence),N(this,Fn);r<n.length-1;r++)N(this,n[r]),N(this,Jn);for(N(this,n[r]),N(this,In),r=0;r<t.length;r++)N(this,t[r]);zn=F(this,Ln),Rn=!0,t.length=0,n.length=0}}function Vn(e){return e.state===2?!1:Rn=!0}function Hn(e,t,n){return Rn=!1,zn=!0,ve=n,t.styles.forEach(Bn,e),ve=null,t.stylesheets.forEach(Vn),Rn&&(n.stylesToHoist=!0),zn}function Un(e){for(var t=0;t<e.length;t++)N(this,e[t]);e.length=0}var Wn=[];function Gn(e){lt(Wn,e.props);for(var t=0;t<Wn.length;t++)N(this,Wn[t]);Wn.length=0,e.state=2}var Kn=R(` data-precedence="`),qn=R(`" data-href="`),Jn=R(` `),Yn=R(`">`),Xn=R(`</style>`);function Zn(e){var t=0<e.sheets.size;e.sheets.forEach(Gn,this),e.sheets.clear();var n=e.rules,r=e.hrefs;if(!t||r.length){if(N(this,ve.startInlineStyle),N(this,Kn),N(this,e.precedence),e=0,r.length){for(N(this,qn);e<r.length-1;e++)N(this,r[e]),N(this,Jn);N(this,r[e])}for(N(this,Yn),e=0;e<n.length;e++)N(this,n[e]);N(this,Xn),n.length=0,r.length=0}}function Qn(e){if(e.state===0){e.state=1;var t=e.props;for(lt(Wn,{rel:`preload`,as:`style`,href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<Wn.length;e++)N(this,Wn[e]);Wn.length=0}}function $n(e){e.sheets.forEach(Qn,this),e.sheets.clear()}R(`<link rel="expect" href="#`),R(`" blocking="render"/>`);var er=R(` id="`);function tr(e,t){!(t.instructions&32)&&(t.instructions|=32,e.push(er,H(`_`+t.idPrefix+`R_`),G))}var nr=R(`[`),rr=R(`,[`),ir=R(`,`),ar=R(`]`);function or(e,t){N(e,nr);var n=nr;t.stylesheets.forEach(function(t){if(t.state!==2)if(t.state===3)N(e,n),N(e,Nn(``+t.props.href)),N(e,ar),n=rr;else{N(e,n);var r=t.props[`data-precedence`],i=t.props;for(var a in N(e,Nn(fe(``+t.props.href))),r=``+r,N(e,ir),N(e,Nn(r)),i)if(V.call(i,a)&&(r=i[a],r!=null))switch(a){case`href`:case`rel`:case`precedence`:case`data-precedence`:break;case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:sr(e,a,r)}N(e,ar),n=rr,t.state=3}}),N(e,ar)}function sr(e,t,n){var r=t.toLowerCase();switch(typeof n){case`function`:case`symbol`:return}switch(t){case`innerHTML`:case`dangerouslySetInnerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`style`:case`ref`:return;case`className`:r=`class`,t=``+n;break;case`hidden`:if(!1===n)return;t=``;break;case`src`:case`href`:n=fe(n),t=``+n;break;default:if(2<t.length&&(t[0]===`o`||t[0]===`O`)&&(t[1]===`n`||t[1]===`N`)||!ae(t))return;t=``+n}N(e,ir),N(e,Nn(r)),N(e,ir),N(e,Nn(t))}function cr(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function lr(e){var t=Ki();if(t){var n=t.resumableState,r=t.renderState;if(typeof e==`string`&&e){if(!n.dnsResources.hasOwnProperty(e)){n.dnsResources[e]=null,n=r.headers;var i,a;(a=n&&0<n.remainingCapacity)&&(a=(i=`<`+(``+e).replace(vr,yr)+`>; rel=dns-prefetch`,0<=(n.remainingCapacity-=i.length+2))),a?(r.resets.dns[e]=null,n.preconnects&&(n.preconnects+=`, `),n.preconnects+=i):(i=[],lt(i,{href:e,rel:`dns-prefetch`}),r.preconnects.add(i))}Wa(t)}}else ge.D(e)}function ur(e,t){var n=Ki();if(n){var r=n.resumableState,i=n.renderState;if(typeof e==`string`&&e){var a=t===`use-credentials`?`credentials`:typeof t==`string`?`anonymous`:`default`;if(!r.connectResources[a].hasOwnProperty(e)){r.connectResources[a][e]=null,r=i.headers;var o,s;if(s=r&&0<r.remainingCapacity){if(s=`<`+(``+e).replace(vr,yr)+`>; rel=preconnect`,typeof t==`string`){var c=(``+t).replace(br,xr);s+=`; crossorigin="`+c+`"`}s=(o=s,0<=(r.remainingCapacity-=o.length+2))}s?(i.resets.connect[a][e]=null,r.preconnects&&(r.preconnects+=`, `),r.preconnects+=o):(a=[],lt(a,{rel:`preconnect`,href:e,crossOrigin:t}),i.preconnects.add(a))}Wa(n)}}else ge.C(e,t)}function dr(e,t,n){var r=Ki();if(r){var i=r.resumableState,a=r.renderState;if(t&&e){switch(t){case`image`:if(n)var o=n.imageSrcSet,s=n.imageSizes,c=n.fetchPriority;var l=o?o+`
|
|
54
|
-
`+(s||``):e;if(i.imageResources.hasOwnProperty(l))return;i.imageResources[l]=_e,i=a.headers;var u;i&&0<i.remainingCapacity&&typeof o!=`string`&&c===`high`&&(u=_r(e,t,n),0<=(i.remainingCapacity-=u.length+2))?(a.resets.image[l]=_e,i.highImagePreloads&&(i.highImagePreloads+=`, `),i.highImagePreloads+=u):(i=[],lt(i,B({rel:`preload`,href:o?void 0:e,as:t},n)),c===`high`?a.highImagePreloads.add(i):(a.bulkPreloads.add(i),a.preloads.images.set(l,i)));break;case`style`:if(i.styleResources.hasOwnProperty(e))return;o=[],lt(o,B({rel:`preload`,href:e,as:t},n)),i.styleResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?_e:[n.crossOrigin,n.integrity],a.preloads.stylesheets.set(e,o),a.bulkPreloads.add(o);break;case`script`:if(i.scriptResources.hasOwnProperty(e))return;o=[],a.preloads.scripts.set(e,o),a.bulkPreloads.add(o),lt(o,B({rel:`preload`,href:e,as:t},n)),i.scriptResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?_e:[n.crossOrigin,n.integrity];break;default:if(i.unknownResources.hasOwnProperty(t)){if(o=i.unknownResources[t],o.hasOwnProperty(e))return}else o={},i.unknownResources[t]=o;if(o[e]=_e,(i=a.headers)&&0<i.remainingCapacity&&t===`font`&&(l=_r(e,t,n),0<=(i.remainingCapacity-=l.length+2)))a.resets.font[e]=_e,i.fontPreloads&&(i.fontPreloads+=`, `),i.fontPreloads+=l;else switch(i=[],e=B({rel:`preload`,href:e,as:t},n),lt(i,e),t){case`font`:a.fontPreloads.add(i);break;default:a.bulkPreloads.add(i)}}Wa(r)}}else ge.L(e,t,n)}function fr(e,t){var n=Ki();if(n){var r=n.resumableState,i=n.renderState;if(e){var a=t&&typeof t.as==`string`?t.as:`script`;switch(a){case`script`:if(r.moduleScriptResources.hasOwnProperty(e))return;a=[],r.moduleScriptResources[e]=!t||typeof t.crossOrigin!=`string`&&typeof t.integrity!=`string`?_e:[t.crossOrigin,t.integrity],i.preloads.moduleScripts.set(e,a);break;default:if(r.moduleUnknownResources.hasOwnProperty(a)){var o=r.unknownResources[a];if(o.hasOwnProperty(e))return}else o={},r.moduleUnknownResources[a]=o;a=[],o[e]=_e}lt(a,B({rel:`modulepreload`,href:e},t)),i.bulkPreloads.add(a),Wa(n)}}else ge.m(e,t)}function pr(e,t,n){var r=Ki();if(r){var i=r.resumableState,a=r.renderState;if(e){t||=`default`;var o=a.styles.get(t),s=i.styleResources.hasOwnProperty(e)?i.styleResources[e]:void 0;s!==null&&(i.styleResources[e]=null,o||(o={precedence:H(t),rules:[],hrefs:[],sheets:new Map},a.styles.set(t,o)),t={state:0,props:B({rel:`stylesheet`,href:e,"data-precedence":t},n)},s&&(s.length===2&&gr(t.props,s),(a=a.preloads.stylesheets.get(e))&&0<a.length?a.length=0:t.state=1),o.sheets.set(e,t),Wa(r))}}else ge.S(e,t,n)}function mr(e,t){var n=Ki();if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.scriptResources.hasOwnProperty(e)?r.scriptResources[e]:void 0;a!==null&&(r.scriptResources[e]=null,t=B({src:e,async:!0},t),a&&(a.length===2&&gr(t,a),e=i.preloads.scripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),_t(e,t),Wa(n))}}else ge.X(e,t)}function hr(e,t){var n=Ki();if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.moduleScriptResources.hasOwnProperty(e)?r.moduleScriptResources[e]:void 0;a!==null&&(r.moduleScriptResources[e]=null,t=B({src:e,type:`module`,async:!0},t),a&&(a.length===2&&gr(t,a),e=i.preloads.moduleScripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),_t(e,t),Wa(n))}}else ge.M(e,t)}function gr(e,t){e.crossOrigin??=t[0],e.integrity??=t[1]}function _r(e,t,n){for(var r in e=(``+e).replace(vr,yr),t=(``+t).replace(br,xr),t=`<`+e+`>; rel=preload; as="`+t+`"`,n)V.call(n,r)&&(e=n[r],typeof e==`string`&&(t+=`; `+r.toLowerCase()+`="`+(``+e).replace(br,xr)+`"`));return t}var vr=/[<>\r\n]/g;function yr(e){switch(e){case`<`:return`%3C`;case`>`:return`%3E`;case`
|
|
55
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}var br=/["';,\r\n]/g;function xr(e){switch(e){case`"`:return`%22`;case`'`:return`%27`;case`;`:return`%3B`;case`,`:return`%2C`;case`
|
|
56
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}function Sr(e){this.styles.add(e)}function Cr(e){this.stylesheets.add(e)}function wr(e,t){t.styles.forEach(Sr,e),t.stylesheets.forEach(Cr,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function Tr(e){return 0<e.stylesheets.size||e.suspenseyImages}var Er=Function.prototype.bind,Dr=new o.AsyncLocalStorage,Or=Symbol.for(`react.client.reference`);function kr(e){if(e==null)return null;if(typeof e==`function`)return e.$$typeof===Or?null:e.displayName||e.name||null;if(typeof e==`string`)return e;switch(e){case f:return`Fragment`;case m:return`Profiler`;case p:return`StrictMode`;case v:return`Suspense`;case y:return`SuspenseList`;case ee:return`Activity`}if(typeof e==`object`)switch(e.$$typeof){case d:return`Portal`;case g:return e.displayName||`Context`;case h:return(e._context.displayName||`Context`)+`.Consumer`;case _:var t=e.render;return e=e.displayName,e||=(e=t.displayName||t.name||``,e===``?`ForwardRef`:`ForwardRef(`+e+`)`),e;case b:return t=e.displayName||null,t===null?kr(e.type)||`Memo`:t;case x:t=e._payload,e=e._init;try{return kr(e(t))}catch{}}return null}var Ar={},$=null;function jr(e,t){if(e!==t){e.context._currentValue=e.parentValue,e=e.parent;var n=t.parent;if(e===null){if(n!==null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`)}else{if(n===null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`);jr(e,n)}t.context._currentValue=t.value}}function Mr(e){e.context._currentValue=e.parentValue,e=e.parent,e!==null&&Mr(e)}function Nr(e){var t=e.parent;t!==null&&Nr(t),e.context._currentValue=e.value}function Pr(e,t){if(e.context._currentValue=e.parentValue,e=e.parent,e===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===t.depth?jr(e,t):Pr(e,t)}function Fr(e,t){var n=t.parent;if(n===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===n.depth?jr(e,n):Fr(e,n),t.context._currentValue=t.value}function Ir(e){var t=$;t!==e&&(t===null?Nr(e):e===null?Mr(t):t.depth===e.depth?jr(t,e):t.depth>e.depth?Pr(t,e):Fr(t,e),$=e)}var Lr={enqueueSetState:function(e,t){e=e._reactInternals,e.queue!==null&&e.queue.push(t)},enqueueReplaceState:function(e,t){e=e._reactInternals,e.replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}},Rr={id:1,overflow:``};function zr(e,t,n){var r=e.id;e=e.overflow;var i=32-Br(r)-1;r&=~(1<<i),n+=1;var a=32-Br(t)+i;if(30<a){var o=i-i%5;return a=(r&(1<<o)-1).toString(32),r>>=o,i-=o,{id:1<<32-Br(t)+i|n<<i|r,overflow:a+e}}return{id:1<<a|n<<i|r,overflow:e}}var Br=Math.clz32?Math.clz32:Ur,Vr=Math.log,Hr=Math.LN2;function Ur(e){return e>>>=0,e===0?32:31-(Vr(e)/Hr|0)|0}function Wr(){}var Gr=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`.");function Kr(e,t,n){switch(n=e[n],n===void 0?e.push(t):n!==t&&(t.then(Wr,Wr),t=n),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason;default:switch(typeof t.status==`string`?t.then(Wr,Wr):(e=t,e.status=`pending`,e.then(function(e){if(t.status===`pending`){var n=t;n.status=`fulfilled`,n.value=e}},function(e){if(t.status===`pending`){var n=t;n.status=`rejected`,n.reason=e}})),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason}throw qr=t,Gr}}var qr=null;function Jr(){if(qr===null)throw Error(`Expected a suspended thenable. This is a bug in React. Please file an issue.`);var e=qr;return qr=null,e}function Yr(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var Xr=typeof Object.is==`function`?Object.is:Yr,Zr=null,Qr=null,$r=null,ei=null,ti=null,ni=null,ri=!1,ii=!1,ai=0,oi=0,si=-1,ci=0,li=null,ui=null,di=0;function fi(){if(Zr===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
57
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
58
|
-
2. You might be breaking the Rules of Hooks
|
|
59
|
-
3. You might have more than one copy of React in the same app
|
|
60
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Zr}function pi(){if(0<di)throw Error(`Rendered more hooks than during the previous render`);return{memoizedState:null,queue:null,next:null}}function mi(){return ni===null?ti===null?(ri=!1,ti=ni=pi()):(ri=!0,ni=ti):ni.next===null?(ri=!1,ni=ni.next=pi()):(ri=!0,ni=ni.next),ni}function hi(){var e=li;return li=null,e}function gi(){ei=$r=Qr=Zr=null,ii=!1,ti=null,di=0,ni=ui=null}function _i(e,t){return typeof t==`function`?t(e):t}function vi(e,t,n){if(Zr=fi(),ni=mi(),ri){var r=ni.queue;if(t=r.dispatch,ui!==null&&(n=ui.get(r),n!==void 0)){ui.delete(r),r=ni.memoizedState;do r=e(r,n.action),n=n.next;while(n!==null);return ni.memoizedState=r,[r,t]}return[ni.memoizedState,t]}return e=e===_i?typeof t==`function`?t():t:n===void 0?t:n(t),ni.memoizedState=e,e=ni.queue={last:null,dispatch:null},e=e.dispatch=bi.bind(null,Zr,e),[ni.memoizedState,e]}function yi(e,t){if(Zr=fi(),ni=mi(),t=t===void 0?null:t,ni!==null){var n=ni.memoizedState;if(n!==null&&t!==null){var r=n[1];a:if(r===null)r=!1;else{for(var i=0;i<r.length&&i<t.length;i++)if(!Xr(t[i],r[i])){r=!1;break a}r=!0}if(r)return n[0]}}return e=e(),ni.memoizedState=[e,t],e}function bi(e,t,n){if(25<=di)throw Error(`Too many re-renders. React limits the number of renders to prevent an infinite loop.`);if(e===Zr)if(ii=!0,e={action:n,next:null},ui===null&&(ui=new Map),n=ui.get(t),n===void 0)ui.set(t,e);else{for(t=n;t.next!==null;)t=t.next;t.next=e}}function xi(){throw Error(`A function wrapped in useEffectEvent can't be called during rendering.`)}function Si(){throw Error(`startTransition cannot be called during server rendering.`)}function Ci(){throw Error(`Cannot update optimistic state while rendering.`)}function wi(e,t,n){return e===void 0?(e=JSON.stringify([t,null,n]),t=i.createHash(`md5`),t.update(e),`k`+t.digest(`hex`)):`p`+e}function Ti(e,t,n){fi();var r=oi++,i=$r;if(typeof e.$$FORM_ACTION==`function`){var a=null,o=ei;i=i.formState;var s=e.$$IS_SIGNATURE_EQUAL;if(i!==null&&typeof s==`function`){var c=i[1];s.call(e,i[2],i[3])&&(a=wi(n,o,r),c===a&&(si=r,t=i[0]))}var l=e.bind(null,t);return e=function(e){l(e)},typeof l.$$FORM_ACTION==`function`&&(e.$$FORM_ACTION=function(e){e=l.$$FORM_ACTION(e),n!==void 0&&(n+=``,e.action=n);var t=e.data;return t&&(a===null&&(a=wi(n,o,r)),t.append(`$ACTION_KEY`,a)),e}),[t,e,!1]}var u=e.bind(null,t);return[t,function(e){u(e)},!1]}function Ei(e){var t=ci;return ci+=1,li===null&&(li=[]),Kr(li,e,t)}function Di(){throw Error(`Cache cannot be refreshed during server rendering.`)}var Oi={readContext:function(e){return e._currentValue},use:function(e){if(typeof e==`object`&&e){if(typeof e.then==`function`)return Ei(e);if(e.$$typeof===g)return e._currentValue}throw Error(`An unsupported type was passed to use(): `+String(e))},useContext:function(e){return fi(),e._currentValue},useMemo:yi,useReducer:vi,useRef:function(e){Zr=fi(),ni=mi();var t=ni.memoizedState;return t===null?(e={current:e},ni.memoizedState=e):t},useState:function(e){return vi(_i,e)},useInsertionEffect:Wr,useLayoutEffect:Wr,useCallback:function(e,t){return yi(function(){return e},t)},useImperativeHandle:Wr,useEffect:Wr,useDebugValue:Wr,useDeferredValue:function(e,t){return fi(),t===void 0?e:t},useTransition:function(){return fi(),[!1,Si]},useId:function(){var e=Qr.treeContext,t=e.overflow;e=e.id,e=(e&~(1<<32-Br(e)-1)).toString(32)+t;var n=ki;if(n===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component.`);return t=ai++,e=`_`+n.idPrefix+`R_`+e,0<t&&(e+=`H`+t.toString(32)),e+`_`},useSyncExternalStore:function(e,t,n){if(n===void 0)throw Error(`Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.`);return n()},useOptimistic:function(e){return fi(),[e,Ci]},useActionState:Ti,useFormState:Ti,useHostTransitionStatus:function(){return fi(),he},useMemoCache:function(e){for(var t=Array(e),n=0;n<e;n++)t[n]=C;return t},useCacheRefresh:function(){return Di},useEffectEvent:function(){return xi}},ki=null,Ai={getCacheForType:function(){throw Error(`Not implemented.`)},cacheSignal:function(){throw Error(`Not implemented.`)}};function ji(e,t){e=(e.name||`Error`)+`: `+(e.message||``);for(var n=0;n<t.length;n++)e+=`
|
|
61
|
-
at `+t[n].toString();return e}var Mi,Ni;function Pi(e){if(Mi===void 0)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);Mi=t&&t[1]||``,Ni=-1<e.stack.indexOf(`
|
|
62
|
-
at`)?` (<anonymous>)`:-1<e.stack.indexOf(`@`)?`@unknown:0:0`:``}return`
|
|
63
|
-
`+Mi+e+Ni}var Fi=!1;function Ii(e,t){if(!e||Fi)return``;Fi=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=ji;try{var r={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,`props`,{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&typeof n.catch==`function`&&n.catch(function(){})}}catch(e){if(e&&r&&typeof e.stack==`string`)return[e.stack,r.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName=`DetermineComponentFrameRoot`;var i=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,`name`);i&&i.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,`name`,{value:`DetermineComponentFrameRoot`});var a=r.DetermineComponentFrameRoot(),o=a[0],s=a[1];if(o&&s){var c=o.split(`
|
|
64
|
-
`),l=s.split(`
|
|
65
|
-
`);for(i=r=0;r<c.length&&!c[r].includes(`DetermineComponentFrameRoot`);)r++;for(;i<l.length&&!l[i].includes(`DetermineComponentFrameRoot`);)i++;if(r===c.length||i===l.length)for(r=c.length-1,i=l.length-1;1<=r&&0<=i&&c[r]!==l[i];)i--;for(;1<=r&&0<=i;r--,i--)if(c[r]!==l[i]){if(r!==1||i!==1)do if(r--,i--,0>i||c[r]!==l[i]){var u=`
|
|
66
|
-
`+c[r].replace(` at new `,` at `);return e.displayName&&u.includes(`<anonymous>`)&&(u=u.replace(`<anonymous>`,e.displayName)),u}while(1<=r&&0<=i);break}}}finally{Fi=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:``)?Pi(n):``}function Li(e){if(typeof e==`string`)return Pi(e);if(typeof e==`function`)return e.prototype&&e.prototype.isReactComponent?Ii(e,!0):Ii(e,!1);if(typeof e==`object`&&e){switch(e.$$typeof){case _:return Ii(e.render,!1);case b:return Ii(e.type,!1);case x:var t=e,n=t._payload;t=t._init;try{e=t(n)}catch{return Pi(`Lazy`)}return Li(e)}if(typeof e.name==`string`){a:{n=e.name,t=e.env;var r=e.debugLocation;if(r!=null&&(e=Error.prepareStackTrace,Error.prepareStackTrace=ji,r=r.stack,Error.prepareStackTrace=e,r.startsWith(`Error: react-stack-top-frame
|
|
67
|
-
`)&&(r=r.slice(29)),e=r.indexOf(`
|
|
68
|
-
`),e!==-1&&(r=r.slice(e+1)),e=r.indexOf(`react_stack_bottom_frame`),e!==-1&&(e=r.lastIndexOf(`
|
|
69
|
-
`,e)),e=e===-1?``:r=r.slice(0,e),r=e.lastIndexOf(`
|
|
70
|
-
`),e=r===-1?e:e.slice(r+1),e.indexOf(n)!==-1)){n=`
|
|
71
|
-
`+e;break a}n=Pi(n+(t?` [`+t+`]`:``))}return n}}switch(e){case y:return Pi(`SuspenseList`);case v:return Pi(`Suspense`)}return``}function Ri(e,t){return(500<t.byteSize||Tr(t.contentState))&&t.contentPreamble===null}function zi(e){if(typeof e==`object`&&e&&typeof e.environmentName==`string`){var t=e.environmentName;e=[e].slice(0),typeof e[0]==`string`?e.splice(0,1,`\x1B[0m\x1B[7m%c%s\x1B[0m%c `+e[0],`background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px`,` `+t+` `,``):e.splice(0,0,`\x1B[0m\x1B[7m%c%s\x1B[0m%c`,`background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px`,` `+t+` `,``),e.unshift(console),t=Er.apply(console.error,e),t()}else console.error(e);return null}function Bi(e,t,n,r,i,a,o,s,c,l,u){var d=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=e,this.renderState=t,this.rootFormatContext=n,this.progressiveChunkSize=r===void 0?12800:r,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=d,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=i===void 0?zi:i,this.onPostpone=l===void 0?Wr:l,this.onAllReady=a===void 0?Wr:a,this.onShellReady=o===void 0?Wr:o,this.onShellError=s===void 0?Wr:s,this.onFatalError=c===void 0?Wr:c,this.formState=u===void 0?null:u}function Vi(e,t,n,r,i,a,o,s,c,l,u,d){return t=new Bi(t,n,r,i,a,o,s,c,l,u,d),n=Zi(t,0,null,r,!1,!1),n.parentFlushed=!0,e=Yi(t,null,e,-1,null,n,null,null,t.abortableTasks,null,r,null,Rr,null,null),Qi(e),t.pingedTasks.push(e),t}function Hi(e,t,n,r,i,a,o,s,c,l,u){return e=Vi(e,t,n,r,i,a,o,s,c,l,u,void 0),e.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},e}function Ui(e,t,n,r,i,a,o,s,c){return n=new Bi(t.resumableState,n,t.rootFormatContext,t.progressiveChunkSize,r,i,a,o,s,c,null),n.nextSegmentId=t.nextSegmentId,typeof t.replaySlots==`number`?(r=Zi(n,0,null,t.rootFormatContext,!1,!1),r.parentFlushed=!0,e=Yi(n,null,e,-1,null,r,null,null,n.abortableTasks,null,t.rootFormatContext,null,Rr,null,null),Qi(e),n.pingedTasks.push(e),n):(e=Xi(n,null,{nodes:t.replayNodes,slots:t.replaySlots,pendingTasks:0},e,-1,null,null,n.abortableTasks,null,t.rootFormatContext,null,Rr,null,null),Qi(e),n.pingedTasks.push(e),n)}function Wi(e,t,n,r,i,a,o,s,c){return e=Ui(e,t,n,r,i,a,o,s,c),e.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},e}var Gi=null;function Ki(){return Gi||Dr.getStore()||null}function qi(e,t){e.pingedTasks.push(t),e.pingedTasks.length===1&&(e.flushScheduled=e.destination!==null,e.trackedPostpones!==null||e.status===10?O(function(){return Aa(e)}):setImmediate(function(){return Aa(e)}))}function Ji(e,t,n,r,i){return n={status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:t,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null,contentState:cr(),fallbackState:cr(),contentPreamble:r,fallbackPreamble:i,trackedContentKeyPath:null,trackedFallbackNode:null},t!==null&&(t.pendingTasks++,r=t.boundaries,r!==null&&(e.allPendingTasks++,n.pendingTasks++,r.push(n)),e=t.inheritedHoistables,e!==null&&wr(n.contentState,e)),n}function Yi(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m){e.allPendingTasks++,i===null?e.pendingRootTasks++:i.pendingTasks++,p!==null&&p.pendingTasks++;var h={replay:null,node:n,childIndex:r,ping:function(){return qi(e,h)},blockedBoundary:i,blockedSegment:a,blockedPreamble:o,hoistableState:s,abortSet:c,keyPath:l,formatContext:u,context:d,treeContext:f,row:p,componentStack:m,thenableState:t};return c.add(h),h}function Xi(e,t,n,r,i,a,o,s,c,l,u,d,f,p){e.allPendingTasks++,a===null?e.pendingRootTasks++:a.pendingTasks++,f!==null&&f.pendingTasks++,n.pendingTasks++;var m={replay:n,node:r,childIndex:i,ping:function(){return qi(e,m)},blockedBoundary:a,blockedSegment:null,blockedPreamble:null,hoistableState:o,abortSet:s,keyPath:c,formatContext:l,context:u,treeContext:d,row:f,componentStack:p,thenableState:t};return s.add(m),m}function Zi(e,t,n,r,i,a){return{status:0,parentFlushed:!1,id:-1,index:t,chunks:[],children:[],preambleChildren:[],parentFormatContext:r,boundary:n,lastPushedText:i,textEmbedded:a}}function Qi(e){var t=e.node;if(typeof t==`object`&&t)switch(t.$$typeof){case u:e.componentStack={parent:e.componentStack,type:t.type}}}function $i(e){return e===null?null:{parent:e.parent,type:`Suspense Fallback`}}function ea(e){var t={};return e&&Object.defineProperty(t,`componentStack`,{configurable:!0,enumerable:!0,get:function(){try{var n=``,r=e;do n+=Li(r.type),r=r.parent;while(r);var i=n}catch(e){i=`
|
|
72
|
-
Error generating stack: `+e.message+`
|
|
73
|
-
`+e.stack}return Object.defineProperty(t,`componentStack`,{value:i}),i}}),t}function ta(e,t,n){if(e=e.onError,t=e(t,n),t==null||typeof t==`string`)return t}function na(e,t){var n=e.onShellError,r=e.onFatalError;n(t),r(t),e.destination===null?(e.status=13,e.fatalError=t):(e.status=14,e.destination.destroy(t))}function ra(e,t){ia(e,t.next,t.hoistables)}function ia(e,t,n){for(;t!==null;){n!==null&&(wr(t.hoistables,n),t.inheritedHoistables=n);var r=t.boundaries;if(r!==null){t.boundaries=null;for(var i=0;i<r.length;i++){var a=r[i];n!==null&&wr(a.contentState,n),ka(e,a,null,null)}}if(t.pendingTasks--,0<t.pendingTasks)break;n=t.hoistables,t=t.next}}function aa(e,t){var n=t.boundaries;if(n!==null&&t.pendingTasks===n.length){for(var r=!0,i=0;i<n.length;i++){var a=n[i];if(a.pendingTasks!==1||a.parentFlushed||Ri(e,a)){r=!1;break}}r&&ia(e,t,t.hoistables)}}function oa(e){var t={pendingTasks:1,boundaries:null,hoistables:cr(),inheritedHoistables:null,together:!1,next:null};return e!==null&&0<e.pendingTasks&&(t.pendingTasks++,t.boundaries=[],e.next=t),t}function sa(e,t,n,r,i){var a=t.keyPath,o=t.treeContext,s=t.row;t.keyPath=n,n=r.length;var c=null;if(t.replay!==null){var l=t.replay.slots;if(typeof l==`object`&&l)for(var u=0;u<n;u++){var d=i!==`backwards`&&i!==`unstable_legacy-backwards`?u:n-1-u,f=r[d];t.row=c=oa(c),t.treeContext=zr(o,n,d);var p=l[d];typeof p==`number`?(da(e,t,p,f,d),delete l[d]):ba(e,t,f,d),--c.pendingTasks===0&&ra(e,c)}else for(l=0;l<n;l++)u=i!==`backwards`&&i!==`unstable_legacy-backwards`?l:n-1-l,d=r[u],t.row=c=oa(c),t.treeContext=zr(o,n,u),ba(e,t,d,u),--c.pendingTasks===0&&ra(e,c)}else if(i!==`backwards`&&i!==`unstable_legacy-backwards`)for(i=0;i<n;i++)l=r[i],t.row=c=oa(c),t.treeContext=zr(o,n,i),ba(e,t,l,i),--c.pendingTasks===0&&ra(e,c);else{for(i=t.blockedSegment,l=i.children.length,u=i.chunks.length,d=n-1;0<=d;d--){f=r[d],t.row=c=oa(c),t.treeContext=zr(o,n,d),p=Zi(e,u,null,t.formatContext,d===0?i.lastPushedText:!0,!0),i.children.splice(l,0,p),t.blockedSegment=p;try{ba(e,t,f,d),p.lastPushedText&&p.textEmbedded&&p.chunks.push(ze),p.status=1,Oa(e,t.blockedBoundary,p),--c.pendingTasks===0&&ra(e,c)}catch(t){throw p.status=e.status===12?3:4,t}}t.blockedSegment=i,i.lastPushedText=!1}s!==null&&c!==null&&0<c.pendingTasks&&(s.pendingTasks++,c.next=s),t.treeContext=o,t.row=s,t.keyPath=a}function ca(e,t,n,r,i,a){var o=t.thenableState;for(t.thenableState=null,Zr={},Qr=t,$r=e,ei=n,oi=ai=0,si=-1,ci=0,li=o,e=r(i,a);ii;)ii=!1,oi=ai=0,si=-1,ci=0,di+=1,ni=null,e=r(i,a);return gi(),e}function la(e,t,n,r,i,a,o){var s=!1;if(a!==0&&e.formState!==null){var c=t.blockedSegment;if(c!==null){s=!0,c=c.chunks;for(var l=0;l<a;l++)l===o?c.push(st):c.push(ct)}}a=t.keyPath,t.keyPath=n,i?(n=t.treeContext,t.treeContext=zr(n,1,0),ba(e,t,r,-1),t.treeContext=n):s?ba(e,t,r,-1):fa(e,t,r,-1),t.keyPath=a}function ua(e,t,n,r,i,a){if(typeof r==`function`)if(r.prototype&&r.prototype.isReactComponent){var o=i;if(`ref`in i)for(var s in o={},i)s!==`ref`&&(o[s]=i[s]);var c=r.defaultProps;if(c)for(var l in o===i&&(o=B({},o,i)),c)o[l]===void 0&&(o[l]=c[l]);i=o,o=Ar,c=r.contextType,typeof c==`object`&&c&&(o=c._currentValue),o=new r(i,o);var u=o.state===void 0?null:o.state;if(o.updater=Lr,o.props=i,o.state=u,c={queue:[],replace:!1},o._reactInternals=c,a=r.contextType,o.context=typeof a==`object`&&a?a._currentValue:Ar,a=r.getDerivedStateFromProps,typeof a==`function`&&(a=a(i,u),u=a==null?u:B({},u,a),o.state=u),typeof r.getDerivedStateFromProps!=`function`&&typeof o.getSnapshotBeforeUpdate!=`function`&&(typeof o.UNSAFE_componentWillMount==`function`||typeof o.componentWillMount==`function`))if(r=o.state,typeof o.componentWillMount==`function`&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount==`function`&&o.UNSAFE_componentWillMount(),r!==o.state&&Lr.enqueueReplaceState(o,o.state,null),c.queue!==null&&0<c.queue.length)if(r=c.queue,a=c.replace,c.queue=null,c.replace=!1,a&&r.length===1)o.state=r[0];else{for(c=a?r[0]:o.state,u=!0,a=a?1:0;a<r.length;a++)l=r[a],l=typeof l==`function`?l.call(o,c,i,void 0):l,l!=null&&(u?(u=!1,c=B({},c,l)):B(c,l));o.state=c}else c.queue=null;if(r=o.render(),e.status===12)throw null;i=t.keyPath,t.keyPath=n,fa(e,t,r,-1),t.keyPath=i}else{if(r=ca(e,t,n,r,i,void 0),e.status===12)throw null;la(e,t,n,r,ai!==0,oi,si)}else if(typeof r==`string`)if(o=t.blockedSegment,o===null)o=i.children,c=t.formatContext,u=t.keyPath,t.formatContext=Fe(c,r,i),t.keyPath=n,ba(e,t,o,-1),t.formatContext=c,t.keyPath=u;else{if(u=Tt(o.chunks,r,i,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,o.lastPushedText),o.lastPushedText=!1,c=t.formatContext,a=t.keyPath,t.keyPath=n,(t.formatContext=Fe(c,r,i)).insertionMode===3){n=Zi(e,0,null,t.formatContext,!1,!1),o.preambleChildren.push(n),t.blockedSegment=n;try{n.status=6,ba(e,t,u,-1),n.lastPushedText&&n.textEmbedded&&n.chunks.push(ze),n.status=1,Oa(e,t.blockedBoundary,n)}finally{t.blockedSegment=o}}else ba(e,t,u,-1);t.formatContext=c,t.keyPath=a;a:{switch(t=o.chunks,e=e.resumableState,r){case`title`:case`style`:case`script`:case`area`:case`base`:case`br`:case`col`:case`embed`:case`hr`:case`img`:case`input`:case`keygen`:case`link`:case`meta`:case`param`:case`source`:case`track`:case`wbr`:break a;case`body`:if(1>=c.insertionMode){e.hasBody=!0;break a}break;case`html`:if(c.insertionMode===0){e.hasHtml=!0;break a}break;case`head`:if(1>=c.insertionMode)break a}t.push(Dt(r))}o.lastPushedText=!1}else{switch(r){case te:case p:case m:case f:r=t.keyPath,t.keyPath=n,fa(e,t,i.children,-1),t.keyPath=r;return;case ee:r=t.blockedSegment,r===null?i.mode!==`hidden`&&(r=t.keyPath,t.keyPath=n,ba(e,t,i.children,-1),t.keyPath=r):i.mode!==`hidden`&&(r.chunks.push(Nt),r.lastPushedText=!1,o=t.keyPath,t.keyPath=n,ba(e,t,i.children,-1),t.keyPath=o,r.chunks.push(Pt),r.lastPushedText=!1);return;case y:a:{if(r=i.children,i=i.revealOrder,i===`forwards`||i===`backwards`||i===`unstable_legacy-backwards`){if(D(r)){sa(e,t,n,r,i);break a}if((o=E(r))&&(o=o.call(r))){if(c=o.next(),!c.done){do c=o.next();while(!c.done);sa(e,t,n,r,i)}break a}}i===`together`?(i=t.keyPath,o=t.row,c=t.row=oa(null),c.boundaries=[],c.together=!0,t.keyPath=n,fa(e,t,r,-1),--c.pendingTasks===0&&ra(e,c),t.keyPath=i,t.row=o,o!==null&&0<c.pendingTasks&&(o.pendingTasks++,c.next=o)):(i=t.keyPath,t.keyPath=n,fa(e,t,r,-1),t.keyPath=i)}return;case w:case S:throw Error(`ReactDOMServer does not yet support scope components.`);case v:a:if(t.replay!==null){r=t.keyPath,o=t.formatContext,c=t.row,t.keyPath=n,t.formatContext=Re(e.resumableState,o),t.row=null,n=i.children;try{ba(e,t,n,-1)}finally{t.keyPath=r,t.formatContext=o,t.row=c}}else{r=t.keyPath,a=t.formatContext;var d=t.row;l=t.blockedBoundary,s=t.blockedPreamble;var C=t.hoistableState,T=t.blockedSegment,O=i.fallback;i=i.children;var k=new Set,A=2>t.formatContext.insertionMode?Ji(e,t.row,k,Me(),Me()):Ji(e,t.row,k,null,null);e.trackedPostpones!==null&&(A.trackedContentKeyPath=n);var j=Zi(e,T.chunks.length,A,t.formatContext,!1,!1);T.children.push(j),T.lastPushedText=!1;var M=Zi(e,0,null,t.formatContext,!1,!1);if(M.parentFlushed=!0,e.trackedPostpones!==null){o=t.componentStack,c=[n[0],`Suspense Fallback`,n[2]],u=[c[1],c[2],[],null],e.trackedPostpones.workingMap.set(c,u),A.trackedFallbackNode=u,t.blockedSegment=j,t.blockedPreamble=A.fallbackPreamble,t.keyPath=c,t.formatContext=Le(e.resumableState,a),t.componentStack=$i(o),j.status=6;try{ba(e,t,O,-1),j.lastPushedText&&j.textEmbedded&&j.chunks.push(ze),j.status=1,Oa(e,l,j)}catch(t){throw j.status=e.status===12?3:4,t}finally{t.blockedSegment=T,t.blockedPreamble=s,t.keyPath=r,t.formatContext=a}t=Yi(e,null,i,-1,A,M,A.contentPreamble,A.contentState,t.abortSet,n,Re(e.resumableState,t.formatContext),t.context,t.treeContext,null,o),Qi(t),e.pingedTasks.push(t)}else{t.blockedBoundary=A,t.blockedPreamble=A.contentPreamble,t.hoistableState=A.contentState,t.blockedSegment=M,t.keyPath=n,t.formatContext=Re(e.resumableState,a),t.row=null,M.status=6;try{if(ba(e,t,i,-1),M.lastPushedText&&M.textEmbedded&&M.chunks.push(ze),M.status=1,Oa(e,A,M),Da(A,M),A.pendingTasks===0&&A.status===0){if(A.status=1,!Ri(e,A)){d!==null&&--d.pendingTasks===0&&ra(e,d),e.pendingRootTasks===0&&t.blockedPreamble&&Na(e);break a}}else d!==null&&d.together&&aa(e,d)}catch(n){A.status=4,e.status===12?(M.status=3,o=e.fatalError):(M.status=4,o=n),c=ea(t.componentStack),u=ta(e,o,c),A.errorDigest=u,_a(e,A)}finally{t.blockedBoundary=l,t.blockedPreamble=s,t.hoistableState=C,t.blockedSegment=T,t.keyPath=r,t.formatContext=a,t.row=d}t=Yi(e,null,O,-1,l,j,A.fallbackPreamble,A.fallbackState,k,[n[0],`Suspense Fallback`,n[2]],Le(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,$i(t.componentStack)),Qi(t),e.pingedTasks.push(t)}}return}if(typeof r==`object`&&r)switch(r.$$typeof){case _:if(`ref`in i)for(T in o={},i)T!==`ref`&&(o[T]=i[T]);else o=i;r=ca(e,t,n,r.render,o,a),la(e,t,n,r,ai!==0,oi,si);return;case b:ua(e,t,n,r.type,i,a);return;case g:if(c=i.children,o=t.keyPath,i=i.value,u=r._currentValue,r._currentValue=i,a=$,$=r={parent:a,depth:a===null?0:a.depth+1,context:r,parentValue:u,value:i},t.context=r,t.keyPath=n,fa(e,t,c,-1),e=$,e===null)throw Error(`Tried to pop a Context at the root of the app. This is a bug in React.`);e.context._currentValue=e.parentValue,e=$=e.parent,t.context=e,t.keyPath=o;return;case h:i=i.children,r=i(r._context._currentValue),i=t.keyPath,t.keyPath=n,fa(e,t,r,-1),t.keyPath=i;return;case x:if(o=r._init,r=o(r._payload),e.status===12)throw null;ua(e,t,n,r,i,a);return}throw Error(`Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: `+((r==null?r:typeof r)+`.`))}}function da(e,t,n,r,i){var a=t.replay,o=t.blockedBoundary,s=Zi(e,0,null,t.formatContext,!1,!1);s.id=n,s.parentFlushed=!0;try{t.replay=null,t.blockedSegment=s,ba(e,t,r,i),s.status=1,Oa(e,o,s),o===null?e.completedRootSegment=s:(Da(o,s),o.parentFlushed&&e.partialBoundaries.push(o))}finally{t.replay=a,t.blockedSegment=null}}function fa(e,t,n,r){t.replay!==null&&typeof t.replay.slots==`number`?da(e,t,t.replay.slots,n,r):(t.node=n,t.childIndex=r,n=t.componentStack,Qi(t),pa(e,t),t.componentStack=n)}function pa(e,t){var n=t.node,r=t.childIndex;if(n!==null){if(typeof n==`object`){switch(n.$$typeof){case u:var i=n.type,a=n.key,o=n.props;n=o.ref;var s=n===void 0?null:n,c=kr(i),l=a??(r===-1?0:r);if(a=[t.keyPath,c,l],t.replay!==null)a:{var f=t.replay;for(r=f.nodes,n=0;n<r.length;n++){var p=r[n];if(l===p[1]){if(p.length===4){if(c!==null&&c!==p[0])throw Error(`Expected the resume to render <`+p[0]+`> in this slot but instead it rendered <`+c+`>. The tree doesn't match so React will fallback to client rendering.`);var m=p[2];c=p[3],l=t.node,t.replay={nodes:m,slots:c,pendingTasks:1};try{if(ua(e,t,a,i,o,s),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(s){if(typeof s==`object`&&s&&(s===Gr||typeof s.then==`function`))throw t.node===l?t.replay=f:r.splice(n,1),s;t.replay.pendingTasks--,o=ea(t.componentStack),a=e,e=t.blockedBoundary,i=s,o=ta(a,i,o),Sa(a,e,m,c,i,o)}t.replay=f}else{if(i!==v)throw Error(`Expected the resume to render <Suspense> in this slot but instead it rendered <`+(kr(i)||`Unknown`)+`>. The tree doesn't match so React will fallback to client rendering.`);b:{f=void 0,i=p[5],s=p[2],c=p[3],l=p[4]===null?[]:p[4][2],p=p[4]===null?null:p[4][3];var h=t.keyPath,_=t.formatContext,y=t.row,b=t.replay,S=t.blockedBoundary,ee=t.hoistableState,te=o.children,C=o.fallback,w=new Set;o=2>t.formatContext.insertionMode?Ji(e,t.row,w,Me(),Me()):Ji(e,t.row,w,null,null),o.parentFlushed=!0,o.rootSegmentID=i,t.blockedBoundary=o,t.hoistableState=o.contentState,t.keyPath=a,t.formatContext=Re(e.resumableState,_),t.row=null,t.replay={nodes:s,slots:c,pendingTasks:1};try{if(ba(e,t,te,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);if(t.replay.pendingTasks--,o.pendingTasks===0&&o.status===0){o.status=1,e.completedBoundaries.push(o);break b}}catch(n){o.status=4,m=ea(t.componentStack),f=ta(e,n,m),o.errorDigest=f,t.replay.pendingTasks--,e.clientRenderedBoundaries.push(o)}finally{t.blockedBoundary=S,t.hoistableState=ee,t.replay=b,t.keyPath=h,t.formatContext=_,t.row=y}m=Xi(e,null,{nodes:l,slots:p,pendingTasks:0},C,-1,S,o.fallbackState,w,[a[0],`Suspense Fallback`,a[2]],Le(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,$i(t.componentStack)),Qi(m),e.pingedTasks.push(m)}}r.splice(n,1);break a}}}else ua(e,t,a,i,o,s);return;case d:throw Error(`Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.`);case x:if(m=n._init,n=m(n._payload),e.status===12)throw null;fa(e,t,n,r);return}if(D(n)){ma(e,t,n,r);return}if((m=E(n))&&(m=m.call(n))){if(n=m.next(),!n.done){o=[];do o.push(n.value),n=m.next();while(!n.done);ma(e,t,o,r)}return}if(typeof n.then==`function`)return t.thenableState=null,fa(e,t,Ei(n),r);if(n.$$typeof===g)return fa(e,t,n._currentValue,r);throw r=Object.prototype.toString.call(n),Error(`Objects are not valid as a React child (found: `+(r===`[object Object]`?`object with keys {`+Object.keys(n).join(`, `)+`}`:r)+`). If you meant to render a collection of children, use an array instead.`)}typeof n==`string`?(r=t.blockedSegment,r!==null&&(r.lastPushedText=Be(r.chunks,n,e.renderState,r.lastPushedText))):(typeof n==`number`||typeof n==`bigint`)&&(r=t.blockedSegment,r!==null&&(r.lastPushedText=Be(r.chunks,``+n,e.renderState,r.lastPushedText)))}}function ma(e,t,n,r){var i=t.keyPath;if(r!==-1&&(t.keyPath=[t.keyPath,`Fragment`,r],t.replay!==null)){for(var a=t.replay,o=a.nodes,s=0;s<o.length;s++){var c=o[s];if(c[1]===r){r=c[2],c=c[3],t.replay={nodes:r,slots:c,pendingTasks:1};try{if(ma(e,t,n,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(i){if(typeof i==`object`&&i&&(i===Gr||typeof i.then==`function`))throw i;t.replay.pendingTasks--,n=ea(t.componentStack);var l=t.blockedBoundary,u=i;n=ta(e,u,n),Sa(e,l,r,c,u,n)}t.replay=a,o.splice(s,1);break}}t.keyPath=i;return}if(a=t.treeContext,o=n.length,t.replay!==null&&(s=t.replay.slots,typeof s==`object`&&s)){for(r=0;r<o;r++)c=n[r],t.treeContext=zr(a,o,r),l=s[r],typeof l==`number`?(da(e,t,l,c,r),delete s[r]):ba(e,t,c,r);t.treeContext=a,t.keyPath=i;return}for(s=0;s<o;s++)r=n[s],t.treeContext=zr(a,o,s),ba(e,t,r,s);t.treeContext=a,t.keyPath=i}function ha(e,t,n){if(n.status=5,n.rootSegmentID=e.nextSegmentId++,e=n.trackedContentKeyPath,e===null)throw Error(`It should not be possible to postpone at the root. This is a bug in React.`);var r=n.trackedFallbackNode,i=[],a=t.workingMap.get(e);return a===void 0?(n=[e[1],e[2],i,null,r,n.rootSegmentID],t.workingMap.set(e,n),qa(n,e[0],t),n):(a[4]=r,a[5]=n.rootSegmentID,a)}function ga(e,t,n,r){r.status=5;var i=n.keyPath,a=n.blockedBoundary;if(a===null)r.id=e.nextSegmentId++,t.rootSlots=r.id,e.completedRootSegment!==null&&(e.completedRootSegment.status=5);else{if(a!==null&&a.status===0){var o=ha(e,t,a);if(a.trackedContentKeyPath===i&&n.childIndex===-1){r.id===-1&&(r.id=r.parentFlushed?a.rootSegmentID:e.nextSegmentId++),o[3]=r.id;return}}if(r.id===-1&&(r.id=r.parentFlushed&&a!==null?a.rootSegmentID:e.nextSegmentId++),n.childIndex===-1)i===null?t.rootSlots=r.id:(n=t.workingMap.get(i),n===void 0?(n=[i[1],i[2],[],r.id],qa(n,i[0],t)):n[3]=r.id);else{if(i===null){if(e=t.rootSlots,e===null)e=t.rootSlots={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`)}else if(a=t.workingMap,o=a.get(i),o===void 0)e={},o=[i[1],i[2],[],e],a.set(i,o),qa(o,i[0],t);else if(e=o[3],e===null)e=o[3]={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`);e[n.childIndex]=r.id}}}function _a(e,t){e=e.trackedPostpones,e!==null&&(t=t.trackedContentKeyPath,t!==null&&(t=e.workingMap.get(t),t!==void 0&&(t.length=4,t[2]=[],t[3]=null)))}function va(e,t,n){return Xi(e,n,t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function ya(e,t,n){var r=t.blockedSegment,i=Zi(e,r.chunks.length,null,t.formatContext,r.lastPushedText,!0);return r.children.push(i),r.lastPushedText=!1,Yi(e,n,t.node,t.childIndex,t.blockedBoundary,i,t.blockedPreamble,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function ba(e,t,n,r){var i=t.formatContext,a=t.context,o=t.keyPath,s=t.treeContext,c=t.componentStack,l=t.blockedSegment;if(l===null){l=t.replay;try{return fa(e,t,n,r)}catch(u){if(gi(),n=u===Gr?Jr():u,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){r=u===Gr?hi():null,e=va(e,t,r).ping,n.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=l,Ir(a);return}if(n.message===`Maximum call stack size exceeded`){n=u===Gr?hi():null,n=va(e,t,n),e.pingedTasks.push(n),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=l,Ir(a);return}}}}else{var u=l.children.length,d=l.chunks.length;try{return fa(e,t,n,r)}catch(r){if(gi(),l.children.length=u,l.chunks.length=d,n=r===Gr?Jr():r,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){l=n,n=r===Gr?hi():null,e=ya(e,t,n).ping,l.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,Ir(a);return}if(n.message===`Maximum call stack size exceeded`){l=r===Gr?hi():null,l=ya(e,t,l),e.pingedTasks.push(l),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,Ir(a);return}}}}throw t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,Ir(a),n}function xa(e){var t=e.blockedBoundary,n=e.blockedSegment;n!==null&&(n.status=3,ka(this,t,e.row,n))}function Sa(e,t,n,r,i,a){for(var o=0;o<n.length;o++){var s=n[o];if(s.length===4)Sa(e,t,s[2],s[3],i,a);else{s=s[5];var c=e,l=a,u=Ji(c,null,new Set,null,null);u.parentFlushed=!0,u.rootSegmentID=s,u.status=4,u.errorDigest=l,u.parentFlushed&&c.clientRenderedBoundaries.push(u)}}if(n.length=0,r!==null){if(t===null)throw Error(`We should not have any resumable nodes in the shell. This is a bug in React.`);if(t.status!==4&&(t.status=4,t.errorDigest=a,t.parentFlushed&&e.clientRenderedBoundaries.push(t)),typeof r==`object`)for(var d in r)delete r[d]}}function Ca(e,t,n){var r=e.blockedBoundary,i=e.blockedSegment;if(i!==null){if(i.status===6)return;i.status=3}var a=ea(e.componentStack);if(r===null){if(t.status!==13&&t.status!==14){if(r=e.replay,r===null){t.trackedPostpones!==null&&i!==null?(r=t.trackedPostpones,ta(t,n,a),ga(t,r,e,i),ka(t,null,e.row,i)):(ta(t,n,a),na(t,n));return}r.pendingTasks--,r.pendingTasks===0&&0<r.nodes.length&&(i=ta(t,n,a),Sa(t,null,r.nodes,r.slots,n,i)),t.pendingRootTasks--,t.pendingRootTasks===0&&Ta(t)}}else{var o=t.trackedPostpones;if(r.status!==4){if(o!==null&&i!==null)return ta(t,n,a),ga(t,o,e,i),r.fallbackAbortableTasks.forEach(function(e){return Ca(e,t,n)}),r.fallbackAbortableTasks.clear(),ka(t,r,e.row,i);r.status=4,i=ta(t,n,a),r.status=4,r.errorDigest=i,_a(t,r),r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.pendingTasks--,i=r.row,i!==null&&--i.pendingTasks===0&&ra(t,i),r.fallbackAbortableTasks.forEach(function(e){return Ca(e,t,n)}),r.fallbackAbortableTasks.clear()}e=e.row,e!==null&&--e.pendingTasks===0&&ra(t,e),t.allPendingTasks--,t.allPendingTasks===0&&Ea(t)}function wa(e,t){try{var n=e.renderState,r=n.onHeaders;if(r){var i=n.headers;if(i){n.headers=null;var a=i.preconnects;if(i.fontPreloads&&(a&&(a+=`, `),a+=i.fontPreloads),i.highImagePreloads&&(a&&(a+=`, `),a+=i.highImagePreloads),!t){var o=n.styles.values(),s=o.next();b:for(;0<i.remainingCapacity&&!s.done;s=o.next())for(var c=s.value.sheets.values(),l=c.next();0<i.remainingCapacity&&!l.done;l=c.next()){var u=l.value,d=u.props,f=d.href,p=u.props,m=_r(p.href,`style`,{crossOrigin:p.crossOrigin,integrity:p.integrity,nonce:p.nonce,type:p.type,fetchPriority:p.fetchPriority,referrerPolicy:p.referrerPolicy,media:p.media});if(0<=(i.remainingCapacity-=m.length+2))n.resets.style[f]=_e,a&&(a+=`, `),a+=m,n.resets.style[f]=typeof d.crossOrigin==`string`||typeof d.integrity==`string`?[d.crossOrigin,d.integrity]:_e;else break b}}r(a?{Link:a}:{})}}}catch(t){ta(e,t,{})}}function Ta(e){e.trackedPostpones===null&&wa(e,!0),e.trackedPostpones===null&&Na(e),e.onShellError=Wr,e=e.onShellReady,e()}function Ea(e){wa(e,e.trackedPostpones===null?!0:e.completedRootSegment===null||e.completedRootSegment.status!==5),Na(e),e=e.onAllReady,e()}function Da(e,t){if(t.chunks.length===0&&t.children.length===1&&t.children[0].boundary===null&&t.children[0].id===-1){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,n.status!==1&&n.status!==3&&n.status!==4||Da(e,n)}else e.completedSegments.push(t)}function Oa(e,t,n){if(z!==null){n=n.chunks;for(var r=0,i=0;i<n.length;i++)r+=z(n[i]);t===null?e.byteSize+=r:t.byteSize+=r}}function ka(e,t,n,r){if(n!==null&&(--n.pendingTasks===0?ra(e,n):n.together&&aa(e,n)),e.allPendingTasks--,t===null){if(r!==null&&r.parentFlushed){if(e.completedRootSegment!==null)throw Error(`There can only be one root segment. This is a bug in React.`);e.completedRootSegment=r}e.pendingRootTasks--,e.pendingRootTasks===0&&Ta(e)}else if(t.pendingTasks--,t.status!==4)if(t.pendingTasks===0){if(t.status===0&&(t.status=1),r!==null&&r.parentFlushed&&(r.status===1||r.status===3)&&Da(t,r),t.parentFlushed&&e.completedBoundaries.push(t),t.status===1)n=t.row,n!==null&&wr(n.hoistables,t.contentState),Ri(e,t)||(t.fallbackAbortableTasks.forEach(xa,e),t.fallbackAbortableTasks.clear(),n!==null&&--n.pendingTasks===0&&ra(e,n)),e.pendingRootTasks===0&&e.trackedPostpones===null&&t.contentPreamble!==null&&Na(e);else if(t.status===5&&(t=t.row,t!==null)){if(e.trackedPostpones!==null){n=e.trackedPostpones;var i=t.next;if(i!==null&&(r=i.boundaries,r!==null))for(i.boundaries=null,i=0;i<r.length;i++){var a=r[i];ha(e,n,a),ka(e,a,null,null)}}--t.pendingTasks===0&&ra(e,t)}}else r===null||!r.parentFlushed||r.status!==1&&r.status!==3||(Da(t,r),t.completedSegments.length===1&&t.parentFlushed&&e.partialBoundaries.push(t)),t=t.row,t!==null&&t.together&&aa(e,t);e.allPendingTasks===0&&Ea(e)}function Aa(e){if(e.status!==14&&e.status!==13){var t=$,n=pe.H;pe.H=Oi;var r=pe.A;pe.A=Ai;var i=Gi;Gi=e;var a=ki;ki=e.resumableState;try{var o=e.pingedTasks,s;for(s=0;s<o.length;s++){var c=o[s],l=e,u=c.blockedSegment;if(u===null){var d=l;if(c.replay.pendingTasks!==0){Ir(c.context);try{if(typeof c.replay.slots==`number`?da(d,c,c.replay.slots,c.node,c.childIndex):pa(d,c),c.replay.pendingTasks===1&&0<c.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);c.replay.pendingTasks--,c.abortSet.delete(c),ka(d,c.blockedBoundary,c.row,null)}catch(e){gi();var f=e===Gr?Jr():e;if(typeof f==`object`&&f&&typeof f.then==`function`){var p=c.ping;f.then(p,p),c.thenableState=e===Gr?hi():null}else{c.replay.pendingTasks--,c.abortSet.delete(c);var m=ea(c.componentStack);l=void 0;var h=d,g=c.blockedBoundary,_=d.status===12?d.fatalError:f,v=c.replay.nodes,y=c.replay.slots;l=ta(h,_,m),Sa(h,g,v,y,_,l),d.pendingRootTasks--,d.pendingRootTasks===0&&Ta(d),d.allPendingTasks--,d.allPendingTasks===0&&Ea(d)}}}}else if(d=void 0,h=u,h.status===0){h.status=6,Ir(c.context);var b=h.children.length,x=h.chunks.length;try{pa(l,c),h.lastPushedText&&h.textEmbedded&&h.chunks.push(ze),c.abortSet.delete(c),h.status=1,Oa(l,c.blockedBoundary,h),ka(l,c.blockedBoundary,c.row,h)}catch(e){gi(),h.children.length=b,h.chunks.length=x;var S=e===Gr?Jr():l.status===12?l.fatalError:e;if(l.status===12&&l.trackedPostpones!==null){var ee=l.trackedPostpones,te=ea(c.componentStack);c.abortSet.delete(c),ta(l,S,te),ga(l,ee,c,h),ka(l,c.blockedBoundary,c.row,h)}else if(typeof S==`object`&&S&&typeof S.then==`function`){h.status=0,c.thenableState=e===Gr?hi():null;var C=c.ping;S.then(C,C)}else{var w=ea(c.componentStack);c.abortSet.delete(c),h.status=4;var T=c.blockedBoundary,E=c.row;if(E!==null&&--E.pendingTasks===0&&ra(l,E),l.allPendingTasks--,d=ta(l,S,w),T===null)na(l,S);else if(T.pendingTasks--,T.status!==4){T.status=4,T.errorDigest=d,_a(l,T);var D=T.row;D!==null&&--D.pendingTasks===0&&ra(l,D),T.parentFlushed&&l.clientRenderedBoundaries.push(T),l.pendingRootTasks===0&&l.trackedPostpones===null&&T.contentPreamble!==null&&Na(l)}l.allPendingTasks===0&&Ea(l)}}}}o.splice(0,s),e.destination!==null&&Va(e,e.destination)}catch(t){ta(e,t,{}),na(e,t)}finally{ki=a,pe.H=n,pe.A=r,n===Oi&&Ir(t),Gi=i}}}function ja(e,t,n){t.preambleChildren.length&&n.push(t.preambleChildren);for(var r=!1,i=0;i<t.children.length;i++)r=Ma(e,t.children[i],n)||r;return r}function Ma(e,t,n){var r=t.boundary;if(r===null)return ja(e,t,n);var i=r.contentPreamble,a=r.fallbackPreamble;if(i===null||a===null)return!1;switch(r.status){case 1:if(Ot(e.renderState,i),e.byteSize+=r.byteSize,t=r.completedSegments[0],!t)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);return ja(e,t,n);case 5:if(e.trackedPostpones!==null)return!0;case 4:if(t.status===1)return Ot(e.renderState,a),ja(e,t,n);default:return!0}}function Na(e){if(e.completedRootSegment&&e.completedPreambleSegments===null){var t=[],n=e.byteSize,r=Ma(e,e.completedRootSegment,t),i=e.renderState.preamble;!1===r||i.headChunks&&i.bodyChunks?e.completedPreambleSegments=t:e.byteSize=n}}function Pa(e,t,n,r){switch(n.parentFlushed=!0,n.status){case 0:n.id=e.nextSegmentId++;case 5:return r=n.id,n.lastPushedText=!1,n.textEmbedded=!1,e=e.renderState,N(t,jt),N(t,e.placeholderPrefix),e=r.toString(16),N(t,e),F(t,Mt);case 1:n.status=2;var i=!0,a=n.chunks,o=0;n=n.children;for(var s=0;s<n.length;s++){for(i=n[s];o<i.index;o++)N(t,a[o]);i=Ia(e,t,i,r)}for(;o<a.length-1;o++)N(t,a[o]);return o<a.length&&(i=F(t,a[o])),i;case 3:return!0;default:throw Error(`Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.`)}}var Fa=0;function Ia(e,t,n,r){var i=n.boundary;if(i===null)return Pa(e,t,n,r);if(i.parentFlushed=!0,i.status===4){var a=i.row;a!==null&&--a.pendingTasks===0&&ra(e,a),i=i.errorDigest,F(t,X),N(t,zt),i&&(N(t,Vt),N(t,H(i)),N(t,Bt)),F(t,Ht),Pa(e,t,n,r)}else if(i.status!==1)i.status===0&&(i.rootSegmentID=e.nextSegmentId++),0<i.completedSegments.length&&e.partialBoundaries.push(i),Ut(t,e.renderState,i.rootSegmentID),r&&wr(r,i.fallbackState),Pa(e,t,n,r);else if(!Ba&&Ri(e,i)&&(Fa+i.byteSize>e.progressiveChunkSize||Tr(i.contentState)))i.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(i),Ut(t,e.renderState,i.rootSegmentID),Pa(e,t,n,r);else{if(Fa+=i.byteSize,r&&wr(r,i.contentState),n=i.row,n!==null&&Ri(e,i)&&--n.pendingTasks===0&&ra(e,n),F(t,Ft),n=i.completedSegments,n.length!==1)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);Ia(e,t,n[0],r)}return F(t,Rt)}function La(e,t,n,r){return un(t,e.renderState,n.parentFormatContext,n.id),Ia(e,t,n,r),dn(t,n.parentFormatContext)}function Ra(e,t,n){Fa=n.byteSize;for(var r=n.completedSegments,i=0;i<r.length;i++)za(e,t,n,r[i]);r.length=0,r=n.row,r!==null&&Ri(e,n)&&--r.pendingTasks===0&&ra(e,r),Hn(t,n.contentState,e.renderState),r=e.resumableState,e=e.renderState,i=n.rootSegmentID,n=n.contentState;var a=e.stylesToHoist;return e.stylesToHoist=!1,N(t,e.startInlineScript),N(t,et),a?(!(r.instructions&4)&&(r.instructions|=4,N(t,wn)),!(r.instructions&2)&&(r.instructions|=2,N(t,gn)),r.instructions&8?N(t,yn):(r.instructions|=8,N(t,vn))):(!(r.instructions&2)&&(r.instructions|=2,N(t,gn)),N(t,_n)),r=i.toString(16),N(t,e.boundaryPrefix),N(t,r),N(t,bn),N(t,e.segmentPrefix),N(t,r),a?(N(t,xn),or(t,n)):N(t,Sn),n=F(t,Cn),kt(t,e)&&n}function za(e,t,n,r){if(r.status===2)return!0;var i=n.contentState,a=r.id;if(a===-1){if((r.id=n.rootSegmentID)===-1)throw Error(`A root segment ID must have been assigned by now. This is a bug in React.`);return La(e,t,r,i)}return a===n.rootSegmentID?La(e,t,r,i):(La(e,t,r,i),n=e.resumableState,e=e.renderState,N(t,e.startInlineScript),N(t,et),n.instructions&1?N(t,pn):(n.instructions|=1,N(t,fn)),N(t,e.segmentPrefix),a=a.toString(16),N(t,a),N(t,mn),N(t,e.placeholderPrefix),N(t,a),t=F(t,hn),t)}var Ba=!1;function Va(e,t){A=new Uint8Array(2048),j=0,M=!0;try{if(!(0<e.pendingRootTasks)){var n,r=e.completedRootSegment;if(r!==null){if(r.status===5)return;var i=e.completedPreambleSegments;if(i===null)return;Fa=e.byteSize;var a=e.resumableState,o=e.renderState,s=o.preamble,c=s.htmlChunks,l=s.headChunks,u;if(c){for(u=0;u<c.length;u++)N(t,c[u]);if(l)for(u=0;u<l.length;u++)N(t,l[u]);else N(t,Ct(`head`)),N(t,et)}else if(l)for(u=0;u<l.length;u++)N(t,l[u]);var d=o.charsetChunks;for(u=0;u<d.length;u++)N(t,d[u]);d.length=0,o.preconnects.forEach(Un,t),o.preconnects.clear();var f=o.viewportChunks;for(u=0;u<f.length;u++)N(t,f[u]);f.length=0,o.fontPreloads.forEach(Un,t),o.fontPreloads.clear(),o.highImagePreloads.forEach(Un,t),o.highImagePreloads.clear(),ve=o,o.styles.forEach(Zn,t),ve=null;var p=o.importMapChunks;for(u=0;u<p.length;u++)N(t,p[u]);p.length=0,o.bootstrapScripts.forEach(Un,t),o.scripts.forEach(Un,t),o.scripts.clear(),o.bulkPreloads.forEach(Un,t),o.bulkPreloads.clear(),c||l||(a.instructions|=32);var m=o.hoistableChunks;for(u=0;u<m.length;u++)N(t,m[u]);for(a=m.length=0;a<i.length;a++){var h=i[a];for(o=0;o<h.length;o++)Ia(e,t,h[o],null)}var g=e.renderState.preamble,_=g.headChunks;(g.htmlChunks||_)&&N(t,Dt(`head`));var v=g.bodyChunks;if(v)for(i=0;i<v.length;i++)N(t,v[i]);Ia(e,t,r,null),e.completedRootSegment=null;var y=e.renderState;if(e.allPendingTasks!==0||e.clientRenderedBoundaries.length!==0||e.completedBoundaries.length!==0||e.trackedPostpones!==null&&(e.trackedPostpones.rootNodes.length!==0||e.trackedPostpones.rootSlots!==null)){var b=e.resumableState;if(!(b.instructions&64)){if(b.instructions|=64,N(t,y.startInlineScript),!(b.instructions&32)){b.instructions|=32;var x=`_`+b.idPrefix+`R_`;N(t,er),N(t,H(x)),N(t,G)}N(t,et),N(t,At),F(t,U)}}kt(t,y)}var S=e.renderState;r=0;var ee=S.viewportChunks;for(r=0;r<ee.length;r++)N(t,ee[r]);ee.length=0,S.preconnects.forEach(Un,t),S.preconnects.clear(),S.fontPreloads.forEach(Un,t),S.fontPreloads.clear(),S.highImagePreloads.forEach(Un,t),S.highImagePreloads.clear(),S.styles.forEach($n,t),S.scripts.forEach(Un,t),S.scripts.clear(),S.bulkPreloads.forEach(Un,t),S.bulkPreloads.clear();var te=S.hoistableChunks;for(r=0;r<te.length;r++)N(t,te[r]);te.length=0;var C=e.clientRenderedBoundaries;for(n=0;n<C.length;n++){var w=C[n];S=t;var T=e.resumableState,E=e.renderState,D=w.rootSegmentID,O=w.errorDigest;N(S,E.startInlineScript),N(S,et),T.instructions&4?N(S,En):(T.instructions|=4,N(S,Tn)),N(S,E.boundaryPrefix),N(S,D.toString(16)),N(S,Dn),O&&(N(S,On),N(S,jn(O||``)));var P=F(S,kn);if(!P){e.destination=null,n++,C.splice(0,n);return}}C.splice(0,n);var L=e.completedBoundaries;for(n=0;n<L.length;n++)if(!Ra(e,t,L[n])){e.destination=null,n++,L.splice(0,n);return}L.splice(0,n),I(t),A=new Uint8Array(2048),j=0,Ba=M=!0;var R=e.partialBoundaries;for(n=0;n<R.length;n++){var z=R[n];a:{C=e,w=t,Fa=z.byteSize;var B=z.completedSegments;for(P=0;P<B.length;P++)if(!za(C,w,z,B[P])){P++,B.splice(0,P);var V=!1;break a}B.splice(0,P);var ne=z.row;ne!==null&&ne.together&&z.pendingTasks===1&&(ne.pendingTasks===1?ia(C,ne,ne.hoistables):ne.pendingTasks--),V=Hn(w,z.contentState,C.renderState)}if(!V){e.destination=null,n++,R.splice(0,n);return}}R.splice(0,n),Ba=!1;var re=e.completedBoundaries;for(n=0;n<re.length;n++)if(!Ra(e,t,re[n])){e.destination=null,n++,re.splice(0,n);return}re.splice(0,n)}}finally{Ba=!1,e.allPendingTasks===0&&e.clientRenderedBoundaries.length===0&&e.completedBoundaries.length===0?(e.flushScheduled=!1,n=e.resumableState,n.hasBody&&N(t,Dt(`body`)),n.hasHtml&&N(t,Dt(`html`)),I(t),k(t),e.status=14,t.end(),e.destination=null):(I(t),k(t))}}function Ha(e){e.flushScheduled=e.destination!==null,O(function(){return Dr.run(e,Aa,e)}),setImmediate(function(){e.status===10&&(e.status=11),e.trackedPostpones===null&&Dr.run(e,Ua,e)})}function Ua(e){wa(e,e.pendingRootTasks===0)}function Wa(e){!1===e.flushScheduled&&e.pingedTasks.length===0&&e.destination!==null&&(e.flushScheduled=!0,setImmediate(function(){var t=e.destination;t?Va(e,t):e.flushScheduled=!1}))}function Ga(e,t){if(e.status===13)e.status=14,t.destroy(e.fatalError);else if(e.status!==14&&e.destination===null){e.destination=t;try{Va(e,t)}catch(t){ta(e,t,{}),na(e,t)}}}function Ka(e,t){(e.status===11||e.status===10)&&(e.status=12);try{var n=e.abortableTasks;if(0<n.size){var r=t===void 0?Error(`The render was aborted by the server without a reason.`):typeof t==`object`&&t&&typeof t.then==`function`?Error(`The render was aborted by the server with a promise.`):t;e.fatalError=r,n.forEach(function(t){return Ca(t,e,r)}),n.clear()}e.destination!==null&&Va(e,e.destination)}catch(t){ta(e,t,{}),na(e,t)}}function qa(e,t,n){if(t===null)n.rootNodes.push(e);else{var r=n.workingMap,i=r.get(t);i===void 0&&(i=[t[1],t[2],[],null],r.set(t,i),qa(i,t[0],n)),i[2].push(e)}}function Ja(e){var t=e.trackedPostpones;if(t===null||t.rootNodes.length===0&&t.rootSlots===null)return e.trackedPostpones=null;if(e.completedRootSegment===null||e.completedRootSegment.status!==5&&e.completedPreambleSegments!==null){var n=e.nextSegmentId,r=t.rootSlots,i=e.resumableState;i.bootstrapScriptContent=void 0,i.bootstrapScripts=void 0,i.bootstrapModules=void 0}else{n=0,r=-1,i=e.resumableState;var a=e.renderState;i.nextFormID=0,i.hasBody=!1,i.hasHtml=!1,i.unknownResources={font:a.resets.font},i.dnsResources=a.resets.dns,i.connectResources=a.resets.connect,i.imageResources=a.resets.image,i.styleResources=a.resets.style,i.scriptResources={},i.moduleUnknownResources={},i.moduleScriptResources={},i.instructions=0}return{nextSegmentId:n,rootFormatContext:e.rootFormatContext,progressiveChunkSize:e.progressiveChunkSize,resumableState:e.resumableState,replayNodes:t.rootNodes,replaySlots:r}}function Ya(){var e=s.version;if(e!==`19.2.0`)throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
74
|
-
- react: `+(e+`
|
|
75
|
-
- react-dom: 19.2.0
|
|
76
|
-
Learn more: https://react.dev/warnings/version-mismatch`))}Ya();function Xa(e,t){return function(){return Ga(t,e)}}function Za(e,t){return function(){e.destination=null,Ka(e,Error(t))}}function Qa(e,t){var n=je(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0);return Vi(e,n,Ae(n,t?t.nonce:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,t?t.onHeaders:void 0,t?t.maxHeadersLength:void 0),Pe(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,t?t.onAllReady:void 0,t?t.onShellReady:void 0,t?t.onShellError:void 0,void 0,t?t.onPostpone:void 0,t?t.formState:void 0)}function $a(e){return{write:function(t){return typeof t==`string`&&(t=L.encode(t)),e.enqueue(t),!0},end:function(){e.close()},destroy:function(t){typeof e.error==`function`?e.error(t):e.close()}}}function eo(e,t,n){return Ui(e,t,Ae(t.resumableState,n?n.nonce:void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,n?n.onAllReady:void 0,n?n.onShellReady:void 0,n?n.onShellError:void 0,void 0,n?n.onPostpone:void 0)}Ya();function to(e){return{write:function(t){return typeof t==`string`&&(t=L.encode(t)),e.enqueue(t),!0},end:function(){e.close()},destroy:function(t){typeof e.error==`function`?e.error(t):e.close()}}}function no(e){return{write:function(t){return e.push(t)},end:function(){e.push(null)},destroy:function(t){e.destroy(t)}}}t.prerender=function(e,t){return new Promise(function(n,r){var i=t?t.onHeaders:void 0,a;i&&(a=function(e){i(new Headers(e))});var o=je(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),s=Hi(e,o,Ae(o,void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,a,t?t.maxHeadersLength:void 0),Pe(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=to(t)},pull:function(){Ga(s,e)},cancel:function(e){s.destination=null,Ka(s,e)}},{highWaterMark:0});t={postponed:Ja(s),prelude:t},n(t)},void 0,void 0,r,t?t.onPostpone:void 0);if(t&&t.signal){var c=t.signal;if(c.aborted)Ka(s,c.reason);else{var l=function(){Ka(s,c.reason),c.removeEventListener(`abort`,l)};c.addEventListener(`abort`,l)}}Ha(s)})},t.prerenderToNodeStream=function(e,t){return new Promise(function(n,r){var i=je(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),a=Hi(e,i,Ae(i,void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,t?t.onHeaders:void 0,t?t.maxHeadersLength:void 0),Pe(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,function(){var e=new l.Readable({read:function(){Ga(a,t)}}),t=no(e);e={postponed:Ja(a),prelude:e},n(e)},void 0,void 0,r,t?t.onPostpone:void 0);if(t&&t.signal){var o=t.signal;if(o.aborted)Ka(a,o.reason);else{var s=function(){Ka(a,o.reason),o.removeEventListener(`abort`,s)};o.addEventListener(`abort`,s)}}Ha(a)})},t.renderToPipeableStream=function(e,t){var n=Qa(e,t),r=!1;return Ha(n),{pipe:function(e){if(r)throw Error(`React currently only supports piping to one writable stream.`);return r=!0,wa(n,n.trackedPostpones===null||n.completedRootSegment===null?n.pendingRootTasks===0:n.completedRootSegment.status!==5),Ga(n,e),e.on(`drain`,Xa(e,n)),e.on(`error`,Za(n,`The destination stream errored while writing data.`)),e.on(`close`,Za(n,`The destination stream closed early.`)),e},abort:function(e){Ka(n,e)}}},t.renderToReadableStream=function(e,t){return new Promise(function(n,r){var i,a,o=new Promise(function(e,t){a=e,i=t}),s=t?t.onHeaders:void 0,c;s&&(c=function(e){s(new Headers(e))});var l=je(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),u=Vi(e,l,Ae(l,t?t.nonce:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,c,t?t.maxHeadersLength:void 0),Pe(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,a,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=$a(t)},pull:function(){Ga(u,e)},cancel:function(e){u.destination=null,Ka(u,e)}},{highWaterMark:0});t.allReady=o,n(t)},function(e){o.catch(function(){}),r(e)},i,t?t.onPostpone:void 0,t?t.formState:void 0);if(t&&t.signal){var d=t.signal;if(d.aborted)Ka(u,d.reason);else{var f=function(){Ka(u,d.reason),d.removeEventListener(`abort`,f)};d.addEventListener(`abort`,f)}}Ha(u)})},t.resume=function(e,t,n){return new Promise(function(r,i){var a,o,s=new Promise(function(e,t){o=e,a=t}),c=Ui(e,t,Ae(t.resumableState,n?n.nonce:void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,o,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=$a(t)},pull:function(){Ga(c,e)},cancel:function(e){c.destination=null,Ka(c,e)}},{highWaterMark:0});t.allReady=s,r(t)},function(e){s.catch(function(){}),i(e)},a,n?n.onPostpone:void 0);if(n&&n.signal){var l=n.signal;if(l.aborted)Ka(c,l.reason);else{var u=function(){Ka(c,l.reason),l.removeEventListener(`abort`,u)};l.addEventListener(`abort`,u)}}Ha(c)})},t.resumeAndPrerender=function(e,t,n){return new Promise(function(r,i){var a=Wi(e,t,Ae(t.resumableState,void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=to(t)},pull:function(){Ga(a,e)},cancel:function(e){a.destination=null,Ka(a,e)}},{highWaterMark:0});t={postponed:Ja(a),prelude:t},r(t)},void 0,void 0,i,n?n.onPostpone:void 0);if(n&&n.signal){var o=n.signal;if(o.aborted)Ka(a,o.reason);else{var s=function(){Ka(a,o.reason),o.removeEventListener(`abort`,s)};o.addEventListener(`abort`,s)}}Ha(a)})},t.resumeAndPrerenderToNodeStream=function(e,t,n){return new Promise(function(r,i){var a=Wi(e,t,Ae(t.resumableState,void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,function(){var e=new l.Readable({read:function(){Ga(a,t)}}),t=no(e);e={postponed:Ja(a),prelude:e},r(e)},void 0,void 0,i,n?n.onPostpone:void 0);if(n&&n.signal){var o=n.signal;if(o.aborted)Ka(a,o.reason);else{var s=function(){Ka(a,o.reason),o.removeEventListener(`abort`,s)};o.addEventListener(`abort`,s)}}Ha(a)})},t.resumeToPipeableStream=function(e,t,n){var r=eo(e,t,n),i=!1;return Ha(r),{pipe:function(e){if(i)throw Error(`React currently only supports piping to one writable stream.`);return i=!0,Ga(r,e),e.on(`drain`,Xa(e,r)),e.on(`error`,Za(r,`The destination stream errored while writing data.`)),e.on(`close`,Za(r,`The destination stream closed early.`)),e},abort:function(e){Ka(r,e)}}},t.version=`19.2.0`})),c=t((e=>{process.env.NODE_ENV!==`production`&&(function(){function t(e,t,n,r){return``+t+(n===`s`?`\\73 `:`\\53 `)+r}function r(e,t,n,r){return``+t+(n===`s`?`\\u0073`:`\\u0053`)+r}function i(e){return typeof e!=`object`||!e?null:(e=Yn&&e[Yn]||e[`@@iterator`],typeof e==`function`?e:null)}function o(e){return e=Object.prototype.toString.call(e),e.slice(8,e.length-1)}function s(e){var t=JSON.stringify(e);return`"`+e+`"`===t?e:t}function c(e){switch(typeof e){case`string`:return JSON.stringify(10>=e.length?e:e.slice(0,10)+`...`);case`object`:return Xn(e)?`[...]`:e!==null&&e.$$typeof===$n?`client`:(e=o(e),e===`Object`?`{...}`:e);case`function`:return e.$$typeof===$n?`client`:(e=e.displayName||e.name)?`function `+e:`function`;default:return String(e)}}function l(e){if(typeof e==`string`)return e;switch(e){case Bn:return`Suspense`;case Vn:return`SuspenseList`}if(typeof e==`object`)switch(e.$$typeof){case zn:return l(e.render);case Hn:return l(e.type);case Un:var t=e._payload;e=e._init;try{return l(e(t))}catch{}}return``}function u(e,t){var n=o(e);if(n!==`Object`&&n!==`Array`)return n;var r=-1,i=0;if(Xn(e))if(Qn.has(e)){var a=Qn.get(e);n=`<`+l(a)+`>`;for(var d=0;d<e.length;d++){var f=e[d];f=typeof f==`string`?f:typeof f==`object`&&f?`{`+u(f)+`}`:`{`+c(f)+`}`,``+d===t?(r=n.length,i=f.length,n+=f):n=15>f.length&&40>n.length+f.length?n+f:n+`{...}`}n+=`</`+l(a)+`>`}else{for(n=`[`,a=0;a<e.length;a++)0<a&&(n+=`, `),d=e[a],d=typeof d==`object`&&d?u(d):c(d),``+a===t?(r=n.length,i=d.length,n+=d):n=10>d.length&&40>n.length+d.length?n+d:n+`...`;n+=`]`}else if(e.$$typeof===Mn)n=`<`+l(e.type)+`/>`;else{if(e.$$typeof===$n)return`client`;if(Zn.has(e)){for(n=Zn.get(e),n=`<`+(l(n)||`...`),a=Object.keys(e),d=0;d<a.length;d++){n+=` `,f=a[d],n+=s(f)+`=`;var p=e[f],m=f===t&&typeof p==`object`&&p?u(p):c(p);typeof p!=`string`&&(m=`{`+m+`}`),f===t?(r=n.length,i=m.length,n+=m):n=10>m.length&&40>n.length+m.length?n+m:n+`...`}n+=`>`}else{for(n=`{`,a=Object.keys(e),d=0;d<a.length;d++)0<d&&(n+=`, `),f=a[d],n+=s(f)+`: `,p=e[f],p=typeof p==`object`&&p?u(p):c(p),f===t?(r=n.length,i=p.length,n+=p):n=10>p.length&&40>n.length+p.length?n+p:n+`...`;n+=`}`}}return t===void 0?n:-1<r&&0<i?(e=` `.repeat(r)+`^`.repeat(i),`
|
|
77
|
-
`+n+`
|
|
78
|
-
`+e):`
|
|
79
|
-
`+n}function d(e,t){var n=e.length&3,r=e.length-n,i=t;for(t=0;t<r;){var a=e.charCodeAt(t)&255|(e.charCodeAt(++t)&255)<<8|(e.charCodeAt(++t)&255)<<16|(e.charCodeAt(++t)&255)<<24;++t,a=3432918353*(a&65535)+((3432918353*(a>>>16)&65535)<<16)&4294967295,a=a<<15|a>>>17,a=461845907*(a&65535)+((461845907*(a>>>16)&65535)<<16)&4294967295,i^=a,i=i<<13|i>>>19,i=5*(i&65535)+((5*(i>>>16)&65535)<<16)&4294967295,i=(i&65535)+27492+(((i>>>16)+58964&65535)<<16)}switch(a=0,n){case 3:a^=(e.charCodeAt(t+2)&255)<<16;case 2:a^=(e.charCodeAt(t+1)&255)<<8;case 1:a^=e.charCodeAt(t)&255,a=3432918353*(a&65535)+((3432918353*(a>>>16)&65535)<<16)&4294967295,a=a<<15|a>>>17,i^=461845907*(a&65535)+((461845907*(a>>>16)&65535)<<16)&4294967295}return i^=e.length,i^=i>>>16,i=2246822507*(i&65535)+((2246822507*(i>>>16)&65535)<<16)&4294967295,i^=i>>>13,i=3266489909*(i&65535)+((3266489909*(i>>>16)&65535)<<16)&4294967295,(i^i>>>16)>>>0}function f(e){return typeof Symbol==`function`&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||`Object`}function p(e){try{return m(e),!1}catch{return!0}}function m(e){return``+e}function h(e,t){if(p(e))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",t,f(e)),m(e)}function g(e,t){if(p(e))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",t,f(e)),m(e)}function _(e){if(p(e))return console.error(`The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.`,f(e)),m(e)}function v(e){return tr.call(ir,e)?!0:tr.call(rr,e)?!1:nr.test(e)?ir[e]=!0:(rr[e]=!0,console.error("Invalid attribute name: `%s`",e),!1)}function y(e,t){sr[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||(e===`select`?console.error("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`."):console.error("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.")),t.onChange||t.readOnly||t.disabled||t.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function b(e,t){if(tr.call(lr,t)&&lr[t])return!0;if(dr.test(t)){if(e=`aria-`+t.slice(4).toLowerCase(),e=cr.hasOwnProperty(e)?e:null,e==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),lr[t]=!0;if(t!==e)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,e),lr[t]=!0}if(ur.test(t)){if(e=t.toLowerCase(),e=cr.hasOwnProperty(e)?e:null,e==null)return lr[t]=!0,!1;t!==e&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,e),lr[t]=!0)}return!0}function x(e,t){var n=[],r;for(r in t)b(e,r)||n.push(r);t=n.map(function(e){return"`"+e+"`"}).join(`, `),n.length===1?console.error(`Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props`,t,e):1<n.length&&console.error(`Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props`,t,e)}function S(e,t,n,r){if(tr.call(mr,t)&&mr[t])return!0;var i=t.toLowerCase();if(i===`onfocusin`||i===`onfocusout`)return console.error(`React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React.`),mr[t]=!0;if(typeof n==`function`&&(e===`form`&&t===`action`||e===`input`&&t===`formAction`||e===`button`&&t===`formAction`))return!0;if(r!=null){if(e=r.possibleRegistrationNames,r.registrationNameDependencies.hasOwnProperty(t))return!0;if(r=e.hasOwnProperty(i)?e[i]:null,r!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",t,r),mr[t]=!0;if(hr.test(t))return console.error("Unknown event handler property `%s`. It will be ignored.",t),mr[t]=!0}else if(hr.test(t))return gr.test(t)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),mr[t]=!0;if(_r.test(t)||vr.test(t))return!0;if(i===`innerhtml`)return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),mr[t]=!0;if(i===`aria`)return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),mr[t]=!0;if(i===`is`&&n!=null&&typeof n!=`string`)return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof n),mr[t]=!0;if(typeof n==`number`&&isNaN(n))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),mr[t]=!0;if(pr.hasOwnProperty(i)){if(i=pr[i],i!==t)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",t,i),mr[t]=!0}else if(t!==i)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,i),mr[t]=!0;switch(t){case`dangerouslySetInnerHTML`:case`children`:case`style`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`ref`:return!0;case`innerText`:case`textContent`:return!0}switch(typeof n){case`boolean`:switch(t){case`autoFocus`:case`checked`:case`multiple`:case`muted`:case`selected`:case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:case`capture`:case`download`:case`inert`:return!0;default:return i=t.toLowerCase().slice(0,5),i===`data-`||i===`aria-`?!0:(n?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',n,t,t,n,t):console.error(`Received \`%s\` for a non-boolean attribute \`%s\`.
|
|
80
|
-
|
|
81
|
-
If you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.
|
|
82
|
-
|
|
83
|
-
If you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.`,n,t,t,n,t,t,t),mr[t]=!0)}case`function`:case`symbol`:return mr[t]=!0,!1;case`string`:if(n===`false`||n===`true`){switch(t){case`checked`:case`selected`:case`multiple`:case`muted`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:case`inert`:break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",n,t,n===`false`?`The browser will interpret it as a truthy value.`:`Although this works, it will not work as expected if you pass the string "false".`,t,n),mr[t]=!0}}return!0}function ee(e,t,n){var r=[],i;for(i in t)S(e,i,t[i],n)||r.push(i);t=r.map(function(e){return"`"+e+"`"}).join(`, `),r.length===1?console.error(`Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior `,t,e):1<r.length&&console.error(`Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior `,t,e)}function te(e){return e.replace(xr,function(e,t){return t.toUpperCase()})}function C(e){if(typeof e==`boolean`||typeof e==`number`||typeof e==`bigint`)return``+e;_(e),e=``+e;var t=Dr.exec(e);if(t){var n=``,r,i=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=`"`;break;case 38:t=`&`;break;case 39:t=`'`;break;case 60:t=`<`;break;case 62:t=`>`;break;default:continue}i!==r&&(n+=e.slice(i,r)),i=r+1,n+=t}e=i===r?n:n+e.slice(i,r)}return e}function w(e){return Ar.test(``+e)?`javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')`:e}function T(e){return _(e),(``+e).replace(Gr,r)}function E(e,t,n,r,i){return{idPrefix:e===void 0?``:e,nextFormID:0,streamingFormat:0,bootstrapScriptContent:n,bootstrapScripts:r,bootstrapModules:i,instructions:Pr,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function D(e,t,n,r){return{insertionMode:e,selectedValue:t,tagScope:n,viewTransition:r}}function O(e,t,n){var r=e.tagScope&-25;switch(t){case`noscript`:return D(Yr,null,r|1,null);case`select`:return D(Yr,n.value==null?n.defaultValue:n.value,r,null);case`svg`:return D(Zr,null,r,null);case`picture`:return D(Yr,null,r|2,null);case`math`:return D(Qr,null,r,null);case`foreignObject`:return D(Yr,null,r,null);case`table`:return D($r,null,r,null);case`thead`:case`tbody`:case`tfoot`:return D(ei,null,r,null);case`colgroup`:return D(ni,null,r,null);case`tr`:return D(ti,null,r,null);case`head`:if(e.insertionMode<Yr)return D(Xr,null,r,null);break;case`html`:if(e.insertionMode===qr)return D(Jr,null,r,null)}return e.insertionMode>=$r||e.insertionMode<Yr?D(Yr,null,r,null):e.tagScope===r?e:D(e.insertionMode,e.selectedValue,r,null)}function k(e){return e===null?null:{update:e.update,enter:`none`,exit:`none`,share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function A(e,t){return t.tagScope&32&&(e.instructions|=128),D(t.insertionMode,t.selectedValue,t.tagScope|12,k(t.viewTransition))}function j(e,t){e=k(t.viewTransition);var n=t.tagScope|16;return e!==null&&e.share!==`none`&&(n|=64),D(t.insertionMode,t.selectedValue,n,e)}function M(e,t){if(typeof t!=`object`)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var n=!0,r;for(r in t)if(tr.call(t,r)){var i=t[r];if(i!=null&&typeof i!=`boolean`&&i!==``){if(r.indexOf(`--`)===0){var a=C(r);g(i,r),i=C((``+i).trim())}else{a=r;var o=i;if(-1<a.indexOf(`-`)){var s=a;Cr.hasOwnProperty(s)&&Cr[s]||(Cr[s]=!0,console.error(`Unsupported style property %s. Did you mean %s?`,s,te(s.replace(br,`ms-`))))}else if(yr.test(a))s=a,Cr.hasOwnProperty(s)&&Cr[s]||(Cr[s]=!0,console.error(`Unsupported vendor-prefixed style property %s. Did you mean %s?`,s,s.charAt(0).toUpperCase()+s.slice(1)));else if(Sr.test(o)){s=a;var c=o;wr.hasOwnProperty(c)&&wr[c]||(wr[c]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,s,c.replace(Sr,``)))}typeof o==`number`&&(isNaN(o)?Tr||(Tr=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",a)):isFinite(o)||Er||(Er=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",a))),a=r,o=ri.get(a),o===void 0?(o=C(a.replace(Or,`-$1`).toLowerCase().replace(kr,`-ms-`)),ri.set(a,o),a=o):a=o,typeof i==`number`?i=i===0||ar.has(r)?``+i:i+`px`:(g(i,r),i=C((``+i).trim()))}n?(n=!1,e.push(ii,a,ai,i)):e.push(oi,a,ai,i)}}n||e.push(li)}function N(e,t,n){n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(si,t,ui)}function P(e,t,n){typeof n!=`function`&&typeof n!=`symbol`&&typeof n!=`boolean`&&e.push(si,t,ci,C(n),li)}function F(e,t){this.push(`<input type="hidden"`),I(e),P(this,`name`,t),P(this,`value`,e),this.push(pi)}function I(e){if(typeof e!=`string`)throw Error(`File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.`)}function L(e,t){if(typeof t.$$FORM_ACTION==`function`){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);return r&&r.data?.forEach(I),r}catch(e){if(typeof e==`object`&&e&&typeof e.then==`function`)throw e;console.error(`Failed to serialize an action for progressive enhancement:
|
|
84
|
-
%s`,e)}}return null}function R(e,t,n,r,i,a,o,s){var c=null;if(typeof r==`function`){s===null||Si||(Si=!0,console.error(`Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.`)),i===null&&a===null||wi||(wi=!0,console.error(`Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.`)),o===null||Ci||(Ci=!0,console.error(`Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window.`));var l=L(t,r);l===null?(e.push(si,`formAction`,ci,di,li),o=a=i=r=s=null,re(t,n)):(s=l.name,r=l.action||``,i=l.encType,a=l.method,o=l.target,c=l.data)}return s!=null&&z(e,`name`,s),r!=null&&z(e,`formAction`,r),i!=null&&z(e,`formEncType`,i),a!=null&&z(e,`formMethod`,a),o!=null&&z(e,`formTarget`,o),c}function z(e,t,n){switch(t){case`className`:P(e,`class`,n);break;case`tabIndex`:P(e,`tabindex`,n);break;case`dir`:case`role`:case`viewBox`:case`width`:case`height`:P(e,t,n);break;case`style`:M(e,n);break;case`src`:case`href`:if(n===``){t===`src`?console.error(`An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.`,t,t):console.error(`An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.`,t,t);break}case`action`:case`formAction`:if(n==null||typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;h(n,t),n=w(``+n),e.push(si,t,ci,C(n),li);break;case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`autoFocus`:case`multiple`:case`muted`:N(e,t.toLowerCase(),n);break;case`xlinkHref`:if(typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;h(n,t),n=w(``+n),e.push(si,`xlink:href`,ci,C(n),li);break;case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:typeof n!=`function`&&typeof n!=`symbol`&&e.push(si,t,ci,C(n),li);break;case`inert`:n!==``||Kr[t]||(Kr[t]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",t));case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(si,t,ui);break;case`capture`:case`download`:!0===n?e.push(si,t,ui):!1!==n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(si,t,ci,C(n),li);break;case`cols`:case`rows`:case`size`:case`span`:typeof n!=`function`&&typeof n!=`symbol`&&!isNaN(n)&&1<=n&&e.push(si,t,ci,C(n),li);break;case`rowSpan`:case`start`:typeof n==`function`||typeof n==`symbol`||isNaN(n)||e.push(si,t,ci,C(n),li);break;case`xlinkActuate`:P(e,`xlink:actuate`,n);break;case`xlinkArcrole`:P(e,`xlink:arcrole`,n);break;case`xlinkRole`:P(e,`xlink:role`,n);break;case`xlinkShow`:P(e,`xlink:show`,n);break;case`xlinkTitle`:P(e,`xlink:title`,n);break;case`xlinkType`:P(e,`xlink:type`,n);break;case`xmlBase`:P(e,`xml:base`,n);break;case`xmlLang`:P(e,`xml:lang`,n);break;case`xmlSpace`:P(e,`xml:space`,n);break;default:if((!(2<t.length)||t[0]!==`o`&&t[0]!==`O`||t[1]!==`n`&&t[1]!==`N`)&&(t=or.get(t)||t,v(t))){switch(typeof n){case`function`:case`symbol`:return;case`boolean`:var r=t.toLowerCase().slice(0,5);if(r!==`data-`&&r!==`aria-`)return}e.push(si,t,ci,C(n),li)}}}function B(e,t,n){if(t!=null){if(n!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t!=`object`||!(`__html`in t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");t=t.__html,t!=null&&(_(t),e.push(``+t))}}function V(e,t){var n=e[t];n!=null&&(n=Xn(n),e.multiple&&!n?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.",t):!e.multiple&&n&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",t))}function ne(e){var t=``;return An.Children.forEach(e,function(e){e!=null&&(t+=e,vi||typeof e==`string`||typeof e==`number`||typeof e==`bigint`||(vi=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),t}function re(e,t){if((e.instructions&16)===Pr){e.instructions|=16;var n=t.preamble,r=t.bootstrapChunks;(n.htmlChunks||n.headChunks)&&r.length===0?(r.push(t.startInlineScript),W(r,e),r.push(fi,Ti,Wr)):r.unshift(t.startInlineScript,fi,Ti,Wr)}}function ie(e,t){for(var n in e.push(ue(`link`)),t)if(tr.call(t,n)){var r=t[n];if(r!=null)switch(n){case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:z(e,n,r)}}return e.push(pi),null}function ae(e){return _(e),(``+e).replace(Ei,t)}function oe(e,t,n){for(var r in e.push(ue(n)),t)if(tr.call(t,r)){var i=t[r];if(i!=null)switch(r){case`children`:case`dangerouslySetInnerHTML`:throw Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:z(e,r,i)}}return e.push(pi),null}function se(e,t){e.push(ue(`title`));var n=null,r=null,i;for(i in t)if(tr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:z(e,i,a)}}return e.push(fi),t=Array.isArray(n)?2>n.length?n[0]:null:n,typeof t!=`function`&&typeof t!=`symbol`&&t!=null&&e.push(C(``+t)),B(e,r,n),e.push(fe(`title`)),null}function ce(e,t){e.push(ue(`script`));var n=null,r=null,i;for(i in t)if(tr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:z(e,i,a)}}return e.push(fi),n!=null&&typeof n!=`string`&&(t=typeof n==`number`?`a number for children`:Array.isArray(n)?`an array for children`:`something unexpected for children`,console.error(`A script element was rendered with %s. If script element has children it must be a single string. Consider using dangerouslySetInnerHTML or passing a plain string as children.`,t)),B(e,r,n),typeof n==`string`&&e.push(T(n)),e.push(fe(`script`)),null}function H(e,t,n){e.push(ue(n));var r=n=null,i;for(i in t)if(tr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:z(e,i,a)}}return e.push(fi),B(e,r,n),n}function le(e,t,n){e.push(ue(n));var r=n=null,i;for(i in t)if(tr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:z(e,i,a)}}return e.push(fi),B(e,r,n),typeof n==`string`?(e.push(C(n)),null):n}function ue(e){var t=ki.get(e);if(t===void 0){if(!Oi.test(e))throw Error(`Invalid tag: `+e);t=`<`+e,ki.set(e,t)}return t}function de(e,t,n,r,i,a,o,s,c){x(t,n),t!==`input`&&t!==`textarea`&&t!==`select`||n==null||n.value!==null||fr||(fr=!0,t===`select`&&n.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",t):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",t));b:if(t.indexOf(`-`)===-1)var l=!1;else switch(t){case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:l=!1;break b;default:l=!0}switch(l||typeof n.is==`string`||ee(t,n,null),!n.suppressContentEditableWarning&&n.contentEditable&&n.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),s.insertionMode!==Zr&&s.insertionMode!==Qr&&t.indexOf(`-`)===-1&&t.toLowerCase()!==t&&console.error(`<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.`,t),t){case`div`:case`span`:case`svg`:case`path`:break;case`a`:e.push(ue(`a`));var u=null,d=null,f;for(f in n)if(tr.call(n,f)){var p=n[f];if(p!=null)switch(f){case`children`:u=p;break;case`dangerouslySetInnerHTML`:d=p;break;case`href`:p===``?P(e,`href`,``):z(e,f,p);break;default:z(e,f,p)}}if(e.push(fi),B(e,d,u),typeof u==`string`){e.push(C(u));var m=null}else m=u;return m;case`g`:case`p`:case`li`:break;case`select`:y(`select`,n),V(n,`value`),V(n,`defaultValue`),n.value===void 0||n.defaultValue===void 0||gi||(console.error(`Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components`),gi=!0),e.push(ue(`select`));var g=null,b=null,S;for(S in n)if(tr.call(n,S)){var te=n[S];if(te!=null)switch(S){case`children`:g=te;break;case`dangerouslySetInnerHTML`:b=te;break;case`defaultValue`:case`value`:break;default:z(e,S,te)}}return e.push(fi),B(e,b,g),g;case`option`:var T=s.selectedValue;e.push(ue(`option`));var E=null,D=null,O=null,k=null,A;for(A in n)if(tr.call(n,A)){var j=n[A];if(j!=null)switch(A){case`children`:E=j;break;case`selected`:O=j,bi||=(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),!0);break;case`dangerouslySetInnerHTML`:k=j;break;case`value`:D=j;default:z(e,A,j)}}if(T!=null){if(D!==null){h(D,`value`);var I=``+D}else k===null||yi||(yi=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")),I=ne(E);if(Xn(T)){for(var de=0;de<T.length;de++)if(h(T[de],`value`),``+T[de]===I){e.push(` selected=""`);break}}else h(T,`select.value`),``+T===I&&e.push(` selected=""`)}else O&&e.push(` selected=""`);return e.push(fi),B(e,k,E),E;case`textarea`:y(`textarea`,n),n.value===void 0||n.defaultValue===void 0||_i||(console.error(`Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components`),_i=!0),e.push(ue(`textarea`));var pe=null,me=null,he=null,ge;for(ge in n)if(tr.call(n,ge)){var _e=n[ge];if(_e!=null)switch(ge){case`children`:he=_e;break;case`value`:pe=_e;break;case`defaultValue`:me=_e;break;case`dangerouslySetInnerHTML`:throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:z(e,ge,_e)}}if(pe===null&&me!==null&&(pe=me),e.push(fi),he!=null){if(console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),pe!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Xn(he)){if(1<he.length)throw Error(`<textarea> can only have at most one child.`);_(he[0]),pe=``+he[0]}_(he),pe=``+he}return typeof pe==`string`&&pe[0]===`
|
|
85
|
-
`&&e.push(Di),pe!==null&&(h(pe,`value`),e.push(C(``+pe))),null;case`input`:y(`input`,n),e.push(ue(`input`));var ve=null,ye=null,U=null,be=null,xe=null,Se=null,Ce=null,we=null,Te=null,Ee;for(Ee in n)if(tr.call(n,Ee)){var W=n[Ee];if(W!=null)switch(Ee){case`children`:case`dangerouslySetInnerHTML`:throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case`name`:ve=W;break;case`formAction`:ye=W;break;case`formEncType`:U=W;break;case`formMethod`:be=W;break;case`formTarget`:xe=W;break;case`defaultChecked`:Te=W;break;case`defaultValue`:Ce=W;break;case`checked`:we=W;break;case`value`:Se=W;break;default:z(e,Ee,W)}}ye===null||n.type===`image`||n.type===`submit`||xi||(xi=!0,console.error(`An input can only specify a formAction along with type="submit" or type="image".`));var De=R(e,r,i,ye,U,be,xe,ve);return we===null||Te===null||hi||(console.error(`%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components`,`A component`,n.type),hi=!0),Se===null||Ce===null||mi||(console.error(`%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components`,`A component`,n.type),mi=!0),we===null?Te!==null&&N(e,`checked`,Te):N(e,`checked`,we),Se===null?Ce!==null&&z(e,`value`,Ce):z(e,`value`,Se),e.push(pi),De?.forEach(F,e),null;case`button`:e.push(ue(`button`));var Oe=null,ke=null,Ae=null,Ne=null,Pe=null,Fe=null,Ie=null,Le;for(Le in n)if(tr.call(n,Le)){var Re=n[Le];if(Re!=null)switch(Le){case`children`:Oe=Re;break;case`dangerouslySetInnerHTML`:ke=Re;break;case`name`:Ae=Re;break;case`formAction`:Ne=Re;break;case`formEncType`:Pe=Re;break;case`formMethod`:Fe=Re;break;case`formTarget`:Ie=Re;break;default:z(e,Le,Re)}}Ne===null||n.type==null||n.type===`submit`||xi||(xi=!0,console.error(`A button can only specify a formAction along with type="submit" or no type.`));var ze=R(e,r,i,Ne,Pe,Fe,Ie,Ae);if(e.push(fi),ze?.forEach(F,e),B(e,ke,Oe),typeof Oe==`string`){e.push(C(Oe));var Be=null}else Be=Oe;return Be;case`form`:e.push(ue(`form`));var Ve=null,He=null,Ue=null,We=null,Ge=null,Ke=null,qe;for(qe in n)if(tr.call(n,qe)){var G=n[qe];if(G!=null)switch(qe){case`children`:Ve=G;break;case`dangerouslySetInnerHTML`:He=G;break;case`action`:Ue=G;break;case`encType`:We=G;break;case`method`:Ge=G;break;case`target`:Ke=G;break;default:z(e,qe,G)}}var Je=null,K=null;if(typeof Ue==`function`){We===null&&Ge===null||wi||(wi=!0,console.error(`Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.`)),Ke===null||Ci||(Ci=!0,console.error(`Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window.`));var q=L(r,Ue);q===null?(e.push(si,`action`,ci,di,li),Ke=Ge=We=Ue=null,re(r,i)):(Ue=q.action||``,We=q.encType,Ge=q.method,Ke=q.target,Je=q.data,K=q.name)}if(Ue!=null&&z(e,`action`,Ue),We!=null&&z(e,`encType`,We),Ge!=null&&z(e,`method`,Ge),Ke!=null&&z(e,`target`,Ke),e.push(fi),K!==null&&(e.push(`<input type="hidden"`),P(e,`name`,K),e.push(pi),Je?.forEach(F,e)),B(e,He,Ve),typeof Ve==`string`){e.push(C(Ve));var J=null}else J=Ve;return J;case`menuitem`:for(var Ye in e.push(ue(`menuitem`)),n)if(tr.call(n,Ye)){var Xe=n[Ye];if(Xe!=null)switch(Ye){case`children`:case`dangerouslySetInnerHTML`:throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:z(e,Ye,Xe)}}return e.push(fi),null;case`object`:e.push(ue(`object`));var Ze=null,Qe=null,$e;for($e in n)if(tr.call(n,$e)){var Y=n[$e];if(Y!=null)switch($e){case`children`:Ze=Y;break;case`dangerouslySetInnerHTML`:Qe=Y;break;case`data`:h(Y,`data`);var et=w(``+Y);if(et===``){console.error(`An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.`,$e,$e);break}e.push(si,`data`,ci,C(et),li);break;default:z(e,$e,Y)}}if(e.push(fi),B(e,Qe,Ze),typeof Ze==`string`){e.push(C(Ze));var tt=null}else tt=Ze;return tt;case`title`:var nt=s.tagScope&1,rt=s.tagScope&4;if(tr.call(n,`children`)){var it=n.children,at=Array.isArray(it)?2>it.length?it[0]:null:it;Array.isArray(it)&&1<it.length?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an Array with length %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert `children` of <title> tags to a single string value which is why Arrays of length greater than 1 are not supported. When using JSX it can be common to combine text nodes and value nodes. For example: <title>hello {nameOfUser}</title>. While not immediately apparent, `children` in this case is an Array with length 2. If your `children` prop is using this form try rewriting it using a template string: <title>{`hello ${nameOfUser}`}</title>.",it.length):typeof at==`function`||typeof at==`symbol`?console.error("React expect children of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value.",typeof at==`function`?`a Function`:`a Sybmol`):at&&at.toString==={}.toString&&(at.$$typeof==null?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that does not implement a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value. Using the default `toString` method available on every object is almost certainly an error. Consider whether the `children` of this <title> is an object in error and change it to a string or number value if so. Otherwise implement a `toString` method that React can use to produce a valid <title>."):console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that appears to be a React element which never implements a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value which is why rendering React elements is not supported. If the `children` of <title> is a React Component try moving the <title> tag into that component. If the `children` of <title> is some HTML markup change it to be Text only to be valid HTML."))}if(s.insertionMode===Zr||nt||n.itemProp!=null)var ot=se(e,n);else rt?ot=null:(se(i.hoistableChunks,n),ot=void 0);return ot;case`link`:var st=s.tagScope&1,ct=s.tagScope&4,lt=n.rel,ut=n.href,dt=n.precedence;if(s.insertionMode===Zr||st||n.itemProp!=null||typeof lt!=`string`||typeof ut!=`string`||ut===``){lt===`stylesheet`&&typeof n.precedence==`string`&&(typeof ut==`string`&&ut||console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and expected the `href` prop to be a non-empty string but ecountered %s instead. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop ensure there is a non-empty string `href` prop as well, otherwise remove the `precedence` prop.',ut===null?"`null`":ut===void 0?"`undefined`":ut===``?`an empty string`:`something with type "`+typeof ut+`"`)),ie(e,n);var ft=null}else if(n.rel===`stylesheet`)if(typeof dt!=`string`||n.disabled!=null||n.onLoad||n.onError){if(typeof dt==`string`){if(n.disabled!=null)console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and a `disabled` prop. The presence of the `disabled` prop indicates an intent to manage the stylesheet active state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the `disabled` prop, otherwise remove the `precedence` prop.');else if(n.onLoad||n.onError){var pt=n.onLoad&&n.onError?"`onLoad` and `onError` props":n.onLoad?"`onLoad` prop":"`onError` prop";console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',pt,pt)}}ft=ie(e,n)}else{var mt=i.styles.get(dt),ht=r.styleResources.hasOwnProperty(ut)?r.styleResources[ut]:void 0;if(ht!==Vr){r.styleResources[ut]=Vr,mt||(mt={precedence:C(dt),rules:[],hrefs:[],sheets:new Map},i.styles.set(dt,mt));var gt={state:Xa,props:er({},n,{"data-precedence":n.precedence,precedence:null})};if(ht){ht.length===2&&je(gt.props,ht);var _t=i.preloads.stylesheets.get(ut);_t&&0<_t.length?_t.length=0:gt.state=Za}mt.sheets.set(ut,gt),o&&o.stylesheets.add(gt)}else if(mt){var vt=mt.sheets.get(ut);vt&&o&&o.stylesheets.add(vt)}c&&e.push(`<!-- -->`),ft=null}else n.onLoad||n.onError?ft=ie(e,n):(c&&e.push(`<!-- -->`),ft=ct?null:ie(i.hoistableChunks,n));return ft;case`script`:var yt=s.tagScope&1,bt=n.async;if(typeof n.src!=`string`||!n.src||!bt||typeof bt==`function`||typeof bt==`symbol`||n.onLoad||n.onError||s.insertionMode===Zr||yt||n.itemProp!=null)var xt=ce(e,n);else{var St=n.src;if(n.type===`module`)var Ct=r.moduleScriptResources,wt=i.preloads.moduleScripts;else Ct=r.scriptResources,wt=i.preloads.scripts;var Tt=Ct.hasOwnProperty(St)?Ct[St]:void 0;if(Tt!==Vr){Ct[St]=Vr;var Et=n;if(Tt){Tt.length===2&&(Et=er({},n),je(Et,Tt));var Dt=wt.get(St);Dt&&(Dt.length=0)}var Ot=[];i.scripts.add(Ot),ce(Ot,Et)}c&&e.push(`<!-- -->`),xt=null}return xt;case`style`:var kt=s.tagScope&1;if(tr.call(n,`children`)){var At=n.children,jt=Array.isArray(At)?2>At.length?At[0]:null:At;(typeof jt==`function`||typeof jt==`symbol`||Array.isArray(jt))&&console.error("React expect children of <style> tags to be a string, number, or object with a `toString` method but found %s instead. In browsers style Elements can only have `Text` Nodes as children.",typeof jt==`function`?`a Function`:typeof jt==`symbol`?`a Sybmol`:`an Array`)}var Mt=n.precedence,Nt=n.href,Pt=n.nonce;if(s.insertionMode===Zr||kt||n.itemProp!=null||typeof Mt!=`string`||typeof Nt!=`string`||Nt===``){e.push(ue(`style`));var Ft=null,It=null,Lt;for(Lt in n)if(tr.call(n,Lt)){var X=n[Lt];if(X!=null)switch(Lt){case`children`:Ft=X;break;case`dangerouslySetInnerHTML`:It=X;break;default:z(e,Lt,X)}}e.push(fi);var Rt=Array.isArray(Ft)?2>Ft.length?Ft[0]:null:Ft;typeof Rt!=`function`&&typeof Rt!=`symbol`&&Rt!=null&&e.push(ae(Rt)),B(e,It,Ft),e.push(fe(`style`));var zt=null}else{Nt.includes(` `)&&console.error('React expected the `href` prop for a <style> tag opting into hoisting semantics using the `precedence` prop to not have any spaces but ecountered spaces instead. using spaces in this prop will cause hydration of this style to fail on the client. The href for the <style> where this ocurred is "%s".',Nt);var Bt=i.styles.get(Mt),Vt=r.styleResources.hasOwnProperty(Nt)?r.styleResources[Nt]:void 0;if(Vt!==Vr){r.styleResources[Nt]=Vr,Vt&&console.error(`React encountered a hoistable style tag for the same href as a preload: "%s". When using a style tag to inline styles you should not also preload it as a stylsheet.`,Nt),Bt||(Bt={precedence:C(Mt),rules:[],hrefs:[],sheets:new Map},i.styles.set(Mt,Bt));var Ht=i.nonce.style;if(Ht&&Ht!==Pt)console.error('React encountered a style tag with `precedence` "%s" and `nonce` "%s". When React manages style rules using `precedence` it will only include rules if the nonce matches the style nonce "%s" that was included with this render.',Mt,Pt,Ht);else{!Ht&&Pt&&console.error('React encountered a style tag with `precedence` "%s" and `nonce` "%s". When React manages style rules using `precedence` it will only include a nonce attributes if you also provide the same style nonce value as a render option.',Mt,Pt),Bt.hrefs.push(C(Nt));var Ut=Bt.rules,Wt=null,Gt=null,Kt;for(Kt in n)if(tr.call(n,Kt)){var qt=n[Kt];if(qt!=null)switch(Kt){case`children`:Wt=qt;break;case`dangerouslySetInnerHTML`:Gt=qt}}var Jt=Array.isArray(Wt)?2>Wt.length?Wt[0]:null:Wt;typeof Jt!=`function`&&typeof Jt!=`symbol`&&Jt!=null&&Ut.push(ae(Jt)),B(Ut,Gt,Wt)}}Bt&&o&&o.styles.add(Bt),c&&e.push(`<!-- -->`),zt=void 0}return zt;case`meta`:var Yt=s.tagScope&1,Xt=s.tagScope&4;if(s.insertionMode===Zr||Yt||n.itemProp!=null)var Zt=oe(e,n,`meta`);else c&&e.push(`<!-- -->`),Zt=Xt?null:typeof n.charSet==`string`?oe(i.charsetChunks,n,`meta`):n.name===`viewport`?oe(i.viewportChunks,n,`meta`):oe(i.hoistableChunks,n,`meta`);return Zt;case`listing`:case`pre`:e.push(ue(t));var Qt=null,$t=null,en;for(en in n)if(tr.call(n,en)){var tn=n[en];if(tn!=null)switch(en){case`children`:Qt=tn;break;case`dangerouslySetInnerHTML`:$t=tn;break;default:z(e,en,tn)}}if(e.push(fi),$t!=null){if(Qt!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof $t!=`object`||!(`__html`in $t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var nn=$t.__html;nn!=null&&(typeof nn==`string`&&0<nn.length&&nn[0]===`
|
|
86
|
-
`?e.push(Di,nn):(_(nn),e.push(``+nn)))}return typeof Qt==`string`&&Qt[0]===`
|
|
87
|
-
`&&e.push(Di),Qt;case`img`:var rn=s.tagScope&3,Z=n.src,Q=n.srcSet;if(!(n.loading===`lazy`||!Z&&!Q||typeof Z!=`string`&&Z!=null||typeof Q!=`string`&&Q!=null||n.fetchPriority===`low`||rn)&&(typeof Z!=`string`||Z[4]!==`:`||Z[0]!==`d`&&Z[0]!==`D`||Z[1]!==`a`&&Z[1]!==`A`||Z[2]!==`t`&&Z[2]!==`T`||Z[3]!==`a`&&Z[3]!==`A`)&&(typeof Q!=`string`||Q[4]!==`:`||Q[0]!==`d`&&Q[0]!==`D`||Q[1]!==`a`&&Q[1]!==`A`||Q[2]!==`t`&&Q[2]!==`T`||Q[3]!==`a`&&Q[3]!==`A`)){o!==null&&s.tagScope&64&&(o.suspenseyImages=!0);var an=typeof n.sizes==`string`?n.sizes:void 0,on=Q?Q+`
|
|
88
|
-
`+(an||``):Z,sn=i.preloads.images,cn=sn.get(on);if(cn)(n.fetchPriority===`high`||10>i.highImagePreloads.size)&&(sn.delete(on),i.highImagePreloads.add(cn));else if(!r.imageResources.hasOwnProperty(on)){r.imageResources[on]=Hr;var ln=n.crossOrigin,un=typeof ln==`string`?ln===`use-credentials`?ln:``:void 0,dn=i.headers,fn;dn&&0<dn.remainingCapacity&&typeof n.srcSet!=`string`&&(n.fetchPriority===`high`||500>dn.highImagePreloads.length)&&(fn=Me(Z,`image`,{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:un,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(dn.remainingCapacity-=fn.length+2))?(i.resets.image[on]=Hr,dn.highImagePreloads&&(dn.highImagePreloads+=`, `),dn.highImagePreloads+=fn):(cn=[],ie(cn,{rel:`preload`,as:`image`,href:Q?void 0:Z,imageSrcSet:Q,imageSizes:an,crossOrigin:un,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),n.fetchPriority===`high`||10>i.highImagePreloads.size?i.highImagePreloads.add(cn):(i.bulkPreloads.add(cn),sn.set(on,cn)))}}return oe(e,n,`img`);case`base`:case`area`:case`br`:case`col`:case`embed`:case`hr`:case`keygen`:case`param`:case`source`:case`track`:case`wbr`:return oe(e,n,t);case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:break;case`head`:if(s.insertionMode<Yr){var pn=a||i.preamble;if(pn.headChunks)throw Error("The `<head>` tag may only be rendered once.");a!==null&&e.push(`<!--head-->`),pn.headChunks=[];var mn=H(pn.headChunks,n,`head`)}else mn=le(e,n,`head`);return mn;case`body`:if(s.insertionMode<Yr){var hn=a||i.preamble;if(hn.bodyChunks)throw Error("The `<body>` tag may only be rendered once.");a!==null&&e.push(`<!--body-->`),hn.bodyChunks=[];var gn=H(hn.bodyChunks,n,`body`)}else gn=le(e,n,`body`);return gn;case`html`:if(s.insertionMode===qr){var _n=a||i.preamble;if(_n.htmlChunks)throw Error("The `<html>` tag may only be rendered once.");a!==null&&e.push(`<!--html-->`),_n.htmlChunks=[no];var vn=H(_n.htmlChunks,n,`html`)}else vn=le(e,n,`html`);return vn;default:if(t.indexOf(`-`)!==-1){e.push(ue(t));var yn=null,bn=null,xn;for(xn in n)if(tr.call(n,xn)){var Sn=n[xn];if(Sn!=null){var Cn=xn;switch(xn){case`children`:yn=Sn;break;case`dangerouslySetInnerHTML`:bn=Sn;break;case`style`:M(e,Sn);break;case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`className`:Cn=`class`;default:if(v(xn)&&typeof Sn!=`function`&&typeof Sn!=`symbol`&&!1!==Sn){if(!0===Sn)Sn=``;else if(typeof Sn==`object`)continue;e.push(si,Cn,ci,C(Sn),li)}}}}return e.push(fi),B(e,bn,yn),yn}}return le(e,n,t)}function fe(e){var t=Ai.get(e);return t===void 0&&(t=`</`+e+`>`,Ai.set(e,t)),t}function pe(e,t){e=e.preamble,e.htmlChunks===null&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),e.headChunks===null&&t.headChunks&&(e.headChunks=t.headChunks),e.bodyChunks===null&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function me(e,t){t=t.bootstrapChunks;for(var n=0;n<t.length-1;n++)e.push(t[n]);return n<t.length?(n=t[n],t.length=0,e.push(n)):!0}function he(e,t,n){if(e.push(Fi),n===null)throw Error(`An ID must have been assigned before we can complete the boundary.`);return e.push(t.boundaryPrefix),t=n.toString(16),e.push(t),e.push(Ii)}function ge(e,t,n,r){switch(n.insertionMode){case qr:case Jr:case Xr:case Yr:return e.push(Ki),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(qi);case Zr:return e.push(Yi),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(Xi);case Qr:return e.push(Qi),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push($i);case $r:return e.push(ta),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(na);case ei:return e.push(ia),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(aa);case ti:return e.push(sa),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(ca);case ni:return e.push(ua),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push(da);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}function _e(e,t){switch(t.insertionMode){case qr:case Jr:case Xr:case Yr:return e.push(Ji);case Zr:return e.push(Zi);case Qr:return e.push(ea);case $r:return e.push(ra);case ei:return e.push(oa);case ti:return e.push(la);case ni:return e.push(fa);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}function ve(e){return JSON.stringify(e).replace(ja,function(e){switch(e){case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}function ye(e){return JSON.stringify(e).replace(Ma,function(e){switch(e){case`&`:return`\\u0026`;case`>`:return`\\u003e`;case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}function U(e){var t=e.rules,n=e.hrefs;0<t.length&&n.length===0&&console.error(`React expected to have at least one href for an a hoistable style but found none. This is a bug in React.`);var r=0;if(n.length){for(this.push(Ur.startInlineStyle),this.push(Na),this.push(e.precedence),this.push(Pa);r<n.length-1;r++)this.push(n[r]),this.push(Ha);for(this.push(n[r]),this.push(Fa),r=0;r<t.length;r++)this.push(t[r]);Ra=this.push(Ia),La=!0,t.length=0,n.length=0}}function be(e){return e.state===Qa?!1:La=!0}function xe(e,t,n){return La=!1,Ra=!0,Ur=n,t.styles.forEach(U,e),Ur=null,t.stylesheets.forEach(be),La&&(n.stylesToHoist=!0),Ra}function Se(e){for(var t=0;t<e.length;t++)this.push(e[t]);e.length=0}function Ce(e){ie(za,e.props);for(var t=0;t<za.length;t++)this.push(za[t]);za.length=0,e.state=Qa}function we(e){var t=0<e.sheets.size;e.sheets.forEach(Ce,this),e.sheets.clear();var n=e.rules,r=e.hrefs;if(!t||r.length){if(this.push(Ur.startInlineStyle),this.push(Ba),this.push(e.precedence),e=0,r.length){for(this.push(Va);e<r.length-1;e++)this.push(r[e]),this.push(Ha);this.push(r[e])}for(this.push(Ua),e=0;e<n.length;e++)this.push(n[e]);this.push(Wa),n.length=0,r.length=0}}function Te(e){if(e.state===Xa){e.state=Za;var t=e.props;for(ie(za,{rel:`preload`,as:`style`,href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<za.length;e++)this.push(za[e]);za.length=0}}function Ee(e){e.sheets.forEach(Te,this),e.sheets.clear()}function W(e,t){(t.instructions&zr)===Pr&&(t.instructions|=zr,e.push(Ga,C(`_`+t.idPrefix+`R_`),li))}function De(e,t){e.push(Ka);var n=Ka;t.stylesheets.forEach(function(t){if(t.state!==Qa)if(t.state===$a)e.push(n),t=t.props.href,h(t,`href`),t=ye(``+t),e.push(t),e.push(Ya),n=qa;else{e.push(n);var r=t.props[`data-precedence`],i=t.props,a=w(``+t.props.href);for(var o in a=ye(a),e.push(a),h(r,`precedence`),r=``+r,e.push(Ja),r=ye(r),e.push(r),i)if(tr.call(i,o)&&(r=i[o],r!=null))switch(o){case`href`:case`rel`:case`precedence`:case`data-precedence`:break;case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Oe(e,o,r)}e.push(Ya),n=qa,t.state=$a}}),e.push(Ya)}function Oe(e,t,n){var r=t.toLowerCase();switch(typeof n){case`function`:case`symbol`:return}switch(t){case`innerHTML`:case`dangerouslySetInnerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`style`:case`ref`:return;case`className`:r=`class`,h(n,r),t=``+n;break;case`hidden`:if(!1===n)return;t=``;break;case`src`:case`href`:n=w(n),h(n,r),t=``+n;break;default:if(2<t.length&&(t[0]===`o`||t[0]===`O`)&&(t[1]===`n`||t[1]===`N`)||!v(t))return;h(n,r),t=``+n}e.push(Ja),r=ye(r),e.push(r),e.push(Ja),r=ye(t),e.push(r)}function ke(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function Ae(e,t,n,r){(e.scriptResources.hasOwnProperty(n)||e.moduleScriptResources.hasOwnProperty(n))&&console.error(`Internal React Error: React expected bootstrap script or module with src "%s" to not have been preloaded already. please file an issue`,n),e.scriptResources[n]=Vr,e.moduleScriptResources[n]=Vr,e=[],ie(e,r),t.bootstrapScripts.add(e)}function je(e,t){e.crossOrigin??=t[0],e.integrity??=t[1]}function Me(e,t,n){for(var r in e=Ne(e),t=Fe(t,`as`),t=`<`+e+`>; rel=preload; as="`+t+`"`,n)tr.call(n,r)&&(e=n[r],typeof e==`string`&&(t+=`; `+r.toLowerCase()+`="`+Fe(e,r)+`"`));return t}function Ne(e){return h(e,`href`),(``+e).replace(eo,Pe)}function Pe(e){switch(e){case`<`:return`%3C`;case`>`:return`%3E`;case`
|
|
89
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}function Fe(e,t){return p(e)&&(console.error("The provided `%s` option is an unsupported type %s. This value must be coerced to a string before using it here.",t,f(e)),m(e)),(``+e).replace(to,Ie)}function Ie(e){switch(e){case`"`:return`%22`;case`'`:return`%27`;case`;`:return`%3B`;case`,`:return`%2C`;case`
|
|
90
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}function Le(e){this.styles.add(e)}function Re(e){this.stylesheets.add(e)}function ze(e,t){t.styles.forEach(Le,e),t.stylesheets.forEach(Re,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function Be(e,t){var n=e.idPrefix,r=[],i=e.bootstrapScriptContent,a=e.bootstrapScripts,o=e.bootstrapModules;if(i!==void 0&&(r.push(`<script`),W(r,e),r.push(fi,T(i),Wr)),n={placeholderPrefix:n+`P:`,segmentPrefix:n+`S:`,boundaryPrefix:n+`B:`,startInlineScript:`<script`,startInlineStyle:`<style`,preamble:{htmlChunks:null,headChunks:null,bodyChunks:null},externalRuntimeScript:null,bootstrapChunks:r,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:{script:void 0,style:void 0},hoistableState:null,stylesToHoist:!1},a!==void 0)for(i=0;i<a.length;i++){var s=a[i],c,l=void 0,u=void 0,d={rel:`preload`,as:`script`,fetchPriority:`low`,nonce:void 0};typeof s==`string`?d.href=c=s:(d.href=c=s.src,d.integrity=u=typeof s.integrity==`string`?s.integrity:void 0,d.crossOrigin=l=typeof s==`string`||s.crossOrigin==null?void 0:s.crossOrigin===`use-credentials`?`use-credentials`:``),Ae(e,n,c,d),r.push(`<script src="`,C(c),li),typeof u==`string`&&r.push(` integrity="`,C(u),li),typeof l==`string`&&r.push(` crossorigin="`,C(l),li),W(r,e),r.push(` async=""><\/script>`)}if(o!==void 0)for(a=0;a<o.length;a++)i=o[a],l=c=void 0,u={rel:`modulepreload`,fetchPriority:`low`,nonce:void 0},typeof i==`string`?u.href=s=i:(u.href=s=i.src,u.integrity=l=typeof i.integrity==`string`?i.integrity:void 0,u.crossOrigin=c=typeof i==`string`||i.crossOrigin==null?void 0:i.crossOrigin===`use-credentials`?`use-credentials`:``),Ae(e,n,s,u),r.push(`<script type="module" src="`,C(s),li),typeof l==`string`&&r.push(` integrity="`,C(l),li),typeof c==`string`&&r.push(` crossorigin="`,C(c),li),W(r,e),r.push(` async=""><\/script>`);return{placeholderPrefix:n.placeholderPrefix,segmentPrefix:n.segmentPrefix,boundaryPrefix:n.boundaryPrefix,startInlineScript:n.startInlineScript,startInlineStyle:n.startInlineStyle,preamble:n.preamble,externalRuntimeScript:n.externalRuntimeScript,bootstrapChunks:n.bootstrapChunks,importMapChunks:n.importMapChunks,onHeaders:n.onHeaders,headers:n.headers,resets:n.resets,charsetChunks:n.charsetChunks,viewportChunks:n.viewportChunks,hoistableChunks:n.hoistableChunks,preconnects:n.preconnects,fontPreloads:n.fontPreloads,highImagePreloads:n.highImagePreloads,styles:n.styles,bootstrapScripts:n.bootstrapScripts,scripts:n.scripts,bulkPreloads:n.bulkPreloads,preloads:n.preloads,nonce:n.nonce,stylesToHoist:n.stylesToHoist,generateStaticMarkup:t}}function Ve(e,t,n,r){return n.generateStaticMarkup?(e.push(C(t)),!1):(t===``?e=r:(r&&e.push(`<!-- -->`),e.push(C(t)),e=!0),e)}function He(e,t,n,r){t.generateStaticMarkup||n&&r&&e.push(`<!-- -->`)}function Ue(e){if(e==null)return null;if(typeof e==`function`)return e.$$typeof===io?null:e.displayName||e.name||null;if(typeof e==`string`)return e;switch(e){case Pn:return`Fragment`;case In:return`Profiler`;case Fn:return`StrictMode`;case Bn:return`Suspense`;case Vn:return`SuspenseList`;case Gn:return`Activity`}if(typeof e==`object`)switch(typeof e.tag==`number`&&console.error(`Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.`),e.$$typeof){case Nn:return`Portal`;case Rn:return e.displayName||`Context`;case Ln:return(e._context.displayName||`Context`)+`.Consumer`;case zn:var t=e.render;return e=e.displayName,e||=(e=t.displayName||t.name||``,e===``?`ForwardRef`:`ForwardRef(`+e+`)`),e;case Hn:return t=e.displayName||null,t===null?Ue(e.type)||`Memo`:t;case Un:t=e._payload,e=e._init;try{return Ue(e(t))}catch{}}return null}function We(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var n=t.parent;if(e===null){if(n!==null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`)}else{if(n===null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`);We(e,n)}t.context._currentValue2=t.value}}function Ge(e){e.context._currentValue2=e.parentValue,e=e.parent,e!==null&&Ge(e)}function Ke(e){var t=e.parent;t!==null&&Ke(t),e.context._currentValue2=e.value}function qe(e,t){if(e.context._currentValue2=e.parentValue,e=e.parent,e===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===t.depth?We(e,t):qe(e,t)}function G(e,t){var n=t.parent;if(n===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===n.depth?We(e,n):G(e,n),t.context._currentValue2=t.value}function Je(e){var t=so;t!==e&&(t===null?Ke(e):e===null?Ge(t):t.depth===e.depth?We(t,e):t.depth>e.depth?qe(t,e):G(t,e),so=e)}function K(e){if(e!==null&&typeof e!=`function`){var t=String(e);yo.has(t)||(yo.add(t),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",e))}}function q(e,t){e=(e=e.constructor)&&Ue(e)||`ReactClass`;var n=e+`.`+t;co[n]||(console.error(`Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
91
|
-
|
|
92
|
-
Please check the code for the %s component.`,t,e),co[n]=!0)}function J(e,t,n){var r=e.id;e=e.overflow;var i=32-So(r)-1;r&=~(1<<i),n+=1;var a=32-So(t)+i;if(30<a){var o=i-i%5;return a=(r&(1<<o)-1).toString(32),r>>=o,i-=o,{id:1<<32-So(t)+i|n<<i|r,overflow:a+e}}return{id:1<<a|n<<i|r,overflow:e}}function Ye(e){return e>>>=0,e===0?32:31-(Co(e)/wo|0)|0}function Xe(){}function Ze(e,t,n){switch(n=e[n],n===void 0?e.push(t):n!==t&&(t.then(Xe,Xe),t=n),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason;default:switch(typeof t.status==`string`?t.then(Xe,Xe):(e=t,e.status=`pending`,e.then(function(e){if(t.status===`pending`){var n=t;n.status=`fulfilled`,n.value=e}},function(e){if(t.status===`pending`){var n=t;n.status=`rejected`,n.reason=e}})),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason}throw Eo=t,To}}function Qe(){if(Eo===null)throw Error(`Expected a suspended thenable. This is a bug in React. Please file an issue.`);var e=Eo;return Eo=null,e}function $e(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}function Y(){if(Oo===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
93
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
94
|
-
2. You might be breaking the Rules of Hooks
|
|
95
|
-
3. You might have more than one copy of React in the same app
|
|
96
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Uo&&console.error(`Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks`),Oo}function et(){if(0<Ho)throw Error(`Rendered more hooks than during the previous render`);return{memoizedState:null,queue:null,next:null}}function tt(){return No===null?Mo===null?(Po=!1,Mo=No=et()):(Po=!0,No=Mo):No.next===null?(Po=!1,No=No.next=et()):(Po=!0,No=No.next),No}function nt(){var e=Bo;return Bo=null,e}function rt(){Uo=!1,jo=Ao=ko=Oo=null,Fo=!1,Mo=null,Ho=0,No=Vo=null}function it(e){return Uo&&console.error(`Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().`),e._currentValue2}function at(e,t){return typeof t==`function`?t(e):t}function ot(e,t,n){if(e!==at&&(Wo=`useReducer`),Oo=Y(),No=tt(),Po){if(n=No.queue,t=n.dispatch,Vo!==null){var r=Vo.get(n);if(r!==void 0){Vo.delete(n),n=No.memoizedState;do{var i=r.action;Uo=!0,n=e(n,i),Uo=!1,r=r.next}while(r!==null);return No.memoizedState=n,[n,t]}}return[No.memoizedState,t]}return Uo=!0,e=e===at?typeof t==`function`?t():t:n===void 0?t:n(t),Uo=!1,No.memoizedState=e,e=No.queue={last:null,dispatch:null},e=e.dispatch=ct.bind(null,Oo,e),[No.memoizedState,e]}function st(e,t){if(Oo=Y(),No=tt(),t=t===void 0?null:t,No!==null){var n=No.memoizedState;if(n!==null&&t!==null){a:{var r=n[1];if(r===null)console.error(`%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.`,Wo),r=!1;else{t.length!==r.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
97
|
-
|
|
98
|
-
Previous: %s
|
|
99
|
-
Incoming: %s`,Wo,`[`+t.join(`, `)+`]`,`[`+r.join(`, `)+`]`);for(var i=0;i<r.length&&i<t.length;i++)if(!Do(t[i],r[i])){r=!1;break a}r=!0}}if(r)return n[0]}}return Uo=!0,e=e(),Uo=!1,No.memoizedState=[e,t],e}function ct(e,t,n){if(25<=Ho)throw Error(`Too many re-renders. React limits the number of renders to prevent an infinite loop.`);if(e===Oo)if(Fo=!0,e={action:n,next:null},Vo===null&&(Vo=new Map),n=Vo.get(t),n===void 0)Vo.set(t,e);else{for(t=n;t.next!==null;)t=t.next;t.next=e}}function lt(){throw Error(`A function wrapped in useEffectEvent can't be called during rendering.`)}function ut(){throw Error(`startTransition cannot be called during server rendering.`)}function dt(){throw Error(`Cannot update optimistic state while rendering.`)}function ft(e,t,n){Y();var r=Lo++,i=Ao;if(typeof e.$$FORM_ACTION==`function`){var a=null,o=jo;i=i.formState;var s=e.$$IS_SIGNATURE_EQUAL;if(i!==null&&typeof s==`function`){var c=i[1];s.call(e,i[2],i[3])&&(a=n===void 0?`k`+d(JSON.stringify([o,null,r]),0):`p`+n,c===a&&(Ro=r,t=i[0]))}var l=e.bind(null,t);return e=function(e){l(e)},typeof l.$$FORM_ACTION==`function`&&(e.$$FORM_ACTION=function(e){e=l.$$FORM_ACTION(e),n!==void 0&&(h(n,`target`),n+=``,e.action=n);var t=e.data;return t&&(a===null&&(a=n===void 0?`k`+d(JSON.stringify([o,null,r]),0):`p`+n),t.append(`$ACTION_KEY`,a)),e}),[t,e,!1]}var u=e.bind(null,t);return[t,function(e){u(e)},!1]}function pt(e){var t=zo;return zo+=1,Bo===null&&(Bo=[]),Ze(Bo,e,t)}function mt(){throw Error(`Cache cannot be refreshed during server rendering.`)}function ht(){}function gt(){if(Yo===0){Xo=console.log,Zo=console.info,Qo=console.warn,$o=console.error,es=console.group,ts=console.groupCollapsed,ns=console.groupEnd;var e={configurable:!0,enumerable:!0,value:ht,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Yo++}function _t(){if(Yo--,Yo===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:er({},e,{value:Xo}),info:er({},e,{value:Zo}),warn:er({},e,{value:Qo}),error:er({},e,{value:$o}),group:er({},e,{value:es}),groupCollapsed:er({},e,{value:ts}),groupEnd:er({},e,{value:ns})})}0>Yo&&console.error(`disabledDepth fell below zero. This is a bug in React. Please file an issue.`)}function vt(e){var t=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,e=e.stack,Error.prepareStackTrace=t,e.startsWith(`Error: react-stack-top-frame
|
|
100
|
-
`)&&(e=e.slice(29)),t=e.indexOf(`
|
|
101
|
-
`),t!==-1&&(e=e.slice(t+1)),t=e.indexOf(`react_stack_bottom_frame`),t!==-1&&(t=e.lastIndexOf(`
|
|
102
|
-
`,t)),t!==-1)e=e.slice(0,t);else return``;return e}function yt(e){if(rs===void 0)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);rs=t&&t[1]||``,is=-1<e.stack.indexOf(`
|
|
103
|
-
at`)?` (<anonymous>)`:-1<e.stack.indexOf(`@`)?`@unknown:0:0`:``}return`
|
|
104
|
-
`+rs+e+is}function bt(e,t){if(!e||as)return``;var n=os.get(e);if(n!==void 0)return n;as=!0,n=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var r=null;r=$.H,$.H=null,gt();try{var i={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,`props`,{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&typeof n.catch==`function`&&n.catch(function(){})}}catch(e){if(e&&r&&typeof e.stack==`string`)return[e.stack,r.stack]}return[null,null]}};i.DetermineComponentFrameRoot.displayName=`DetermineComponentFrameRoot`;var a=Object.getOwnPropertyDescriptor(i.DetermineComponentFrameRoot,`name`);a&&a.configurable&&Object.defineProperty(i.DetermineComponentFrameRoot,`name`,{value:`DetermineComponentFrameRoot`});var o=i.DetermineComponentFrameRoot(),s=o[0],c=o[1];if(s&&c){var l=s.split(`
|
|
105
|
-
`),u=c.split(`
|
|
106
|
-
`);for(o=a=0;a<l.length&&!l[a].includes(`DetermineComponentFrameRoot`);)a++;for(;o<u.length&&!u[o].includes(`DetermineComponentFrameRoot`);)o++;if(a===l.length||o===u.length)for(a=l.length-1,o=u.length-1;1<=a&&0<=o&&l[a]!==u[o];)o--;for(;1<=a&&0<=o;a--,o--)if(l[a]!==u[o]){if(a!==1||o!==1)do if(a--,o--,0>o||l[a]!==u[o]){var d=`
|
|
107
|
-
`+l[a].replace(` at new `,` at `);return e.displayName&&d.includes(`<anonymous>`)&&(d=d.replace(`<anonymous>`,e.displayName)),typeof e==`function`&&os.set(e,d),d}while(1<=a&&0<=o);break}}}finally{as=!1,$.H=r,_t(),Error.prepareStackTrace=n}return l=(l=e?e.displayName||e.name:``)?yt(l):``,typeof e==`function`&&os.set(e,l),l}function xt(e){if(typeof e==`string`)return yt(e);if(typeof e==`function`)return e.prototype&&e.prototype.isReactComponent?bt(e,!0):bt(e,!1);if(typeof e==`object`&&e){switch(e.$$typeof){case zn:return bt(e.render,!1);case Hn:return bt(e.type,!1);case Un:var t=e,n=t._payload;t=t._init;try{e=t(n)}catch{return yt(`Lazy`)}return xt(e)}if(typeof e.name==`string`){a:{if(n=e.name,t=e.env,e=e.debugLocation,e!=null){e=vt(e);var r=e.lastIndexOf(`
|
|
108
|
-
`);if(e=r===-1?e:e.slice(r+1),e.indexOf(n)!==-1){n=`
|
|
109
|
-
`+e;break a}}n=yt(n+(t?` [`+t+`]`:``))}return n}}switch(e){case Vn:return yt(`SuspenseList`);case Bn:return yt(`Suspense`)}return``}function St(e,t){return(500<t.byteSize||!1)&&t.contentPreamble===null}function Ct(e){if(typeof e==`object`&&e&&typeof e.environmentName==`string`){var t=e.environmentName;e=[e].slice(0),typeof e[0]==`string`?e.splice(0,1,`[%s] `+e[0],` `+t+` `):e.splice(0,0,`[%s]`,` `+t+` `),e.unshift(console),t=ro.apply(console.error,e),t()}else console.error(e);return null}function wt(e,t,n,r,i,a,o,s,c,l,u){var d=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=e,this.renderState=t,this.rootFormatContext=n,this.progressiveChunkSize=r===void 0?12800:r,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=d,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=i===void 0?Ct:i,this.onPostpone=l===void 0?Xe:l,this.onAllReady=a===void 0?Xe:a,this.onShellReady=o===void 0?Xe:o,this.onShellError=s===void 0?Xe:s,this.onFatalError=c===void 0?Xe:c,this.formState=u===void 0?null:u,this.didWarnForKey=null}function Tt(e,t,n,r,i,a,o,s,c,l,u,d){var f=hs();return 1e3<f-ps&&($.recentlyCreatedOwnerStacks=0,ps=f),t=new wt(t,n,r,i,a,o,s,c,l,u,d),n=At(t,0,null,r,!1,!1),n.parentFlushed=!0,e=Ot(t,null,e,-1,null,n,null,null,t.abortableTasks,null,r,null,xo,null,null,ao,null),Pt(e),t.pingedTasks.push(e),t}function Et(e,t){e.pingedTasks.push(t),e.pingedTasks.length===1&&(e.flushScheduled=e.destination!==null,pn(e))}function Dt(e,t,n,r,i){return n={status:vs,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:t,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null,contentState:ke(),fallbackState:ke(),contentPreamble:r,fallbackPreamble:i,trackedContentKeyPath:null,trackedFallbackNode:null,errorMessage:null,errorStack:null,errorComponentStack:null},t!==null&&(t.pendingTasks++,r=t.boundaries,r!==null&&(e.allPendingTasks++,n.pendingTasks++,r.push(n)),e=t.inheritedHoistables,e!==null&&ze(n.contentState,e)),n}function Ot(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g){e.allPendingTasks++,i===null?e.pendingRootTasks++:i.pendingTasks++,p!==null&&p.pendingTasks++;var _={replay:null,node:n,childIndex:r,ping:function(){return Et(e,_)},blockedBoundary:i,blockedSegment:a,blockedPreamble:o,hoistableState:s,abortSet:c,keyPath:l,formatContext:u,context:d,treeContext:f,row:p,componentStack:m,thenableState:t};return _.debugTask=g,c.add(_),_}function kt(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h){e.allPendingTasks++,a===null?e.pendingRootTasks++:a.pendingTasks++,f!==null&&f.pendingTasks++,n.pendingTasks++;var g={replay:n,node:r,childIndex:i,ping:function(){return Et(e,g)},blockedBoundary:a,blockedSegment:null,blockedPreamble:null,hoistableState:o,abortSet:s,keyPath:c,formatContext:l,context:u,treeContext:d,row:f,componentStack:p,thenableState:t};return g.debugTask=h,s.add(g),g}function At(e,t,n,r,i,a){return{status:vs,parentFlushed:!1,id:-1,index:t,chunks:[],children:[],preambleChildren:[],parentFormatContext:r,boundary:n,lastPushedText:i,textEmbedded:a}}function jt(){if(qo===null||qo.componentStack===null)return``;var e=qo.componentStack;try{var t=``;if(typeof e.type==`string`)t+=yt(e.type);else if(typeof e.type==`function`){if(!e.owner){var n=t,r=e.type,i=r?r.displayName||r.name:``,a=i?yt(i):``;t=n+a}}else e.owner||(t+=xt(e.type));for(;e;)n=null,e.debugStack==null?(a=e,a.stack!=null&&(n=typeof a.stack==`string`?a.stack:a.stack=vt(a.stack))):n=vt(e.debugStack),(e=e.owner)&&n&&(t+=`
|
|
110
|
-
`+n);var o=t}catch(e){o=`
|
|
111
|
-
Error generating stack: `+e.message+`
|
|
112
|
-
`+e.stack}return o}function Mt(e,t){if(t!=null)for(var n=t.length-1;0<=n;n--){var r=t[n];if(typeof r.name==`string`||typeof r.time==`number`)break;if(r.awaited!=null){var i=r.debugStack==null?r.awaited:r;if(i.debugStack!==void 0){e.componentStack={parent:e.componentStack,type:r,owner:i.owner,stack:i.debugStack},e.debugTask=i.debugTask;break}}}}function Nt(e,t){if(t!=null)for(var n=0;n<t.length;n++){var r=t[n];typeof r.name==`string`&&r.debugStack!==void 0&&(e.componentStack={parent:e.componentStack,type:r,owner:r.owner,stack:r.debugStack},e.debugTask=r.debugTask)}}function Pt(e){var t=e.node;if(typeof t==`object`&&t)switch(t.$$typeof){case Mn:var n=t.type,r=t._owner,i=t._debugStack;Nt(e,t._debugInfo),e.debugTask=t._debugTask,e.componentStack={parent:e.componentStack,type:n,owner:r,stack:i};break;case Un:Nt(e,t._debugInfo);break;default:typeof t.then==`function`&&Nt(e,t._debugInfo)}}function Ft(e){return e===null?null:{parent:e.parent,type:`Suspense Fallback`,owner:e.owner,stack:e.stack}}function It(e){var t={};return e&&Object.defineProperty(t,`componentStack`,{configurable:!0,enumerable:!0,get:function(){try{var n=``,r=e;do n+=xt(r.type),r=r.parent;while(r);var i=n}catch(e){i=`
|
|
113
|
-
Error generating stack: `+e.message+`
|
|
114
|
-
`+e.stack}return Object.defineProperty(t,`componentStack`,{value:i}),i}}),t}function Lt(e,t,n,r,i){e.errorDigest=t,n instanceof Error?(t=String(n.message),n=String(n.stack)):(t=typeof n==`object`&&n?u(n):String(n),n=null),i=i?`Switched to client rendering because the server rendering aborted due to:
|
|
115
|
-
|
|
116
|
-
`:`Switched to client rendering because the server rendering errored:
|
|
117
|
-
|
|
118
|
-
`,e.errorMessage=i+t,e.errorStack=n===null?null:i+n,e.errorComponentStack=r.componentStack}function X(e,t,n,r){if(e=e.onError,t=r?r.run(e.bind(null,t,n)):e(t,n),t!=null&&typeof t!=`string`)console.error(`onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "%s" instead`,typeof t);else return t}function Rt(e,t,n,r){n=e.onShellError;var i=e.onFatalError;r?(r.run(n.bind(null,t)),r.run(i.bind(null,t))):(n(t),i(t)),e.destination===null?(e.status=13,e.fatalError=t):(e.status=ws,e.destination.destroy(t))}function zt(e,t){Bt(e,t.next,t.hoistables)}function Bt(e,t,n){for(;t!==null;){n!==null&&(ze(t.hoistables,n),t.inheritedHoistables=n);var r=t.boundaries;if(r!==null){t.boundaries=null;for(var i=0;i<r.length;i++){var a=r[i];n!==null&&ze(a.contentState,n),fn(e,a,null,null)}}if(t.pendingTasks--,0<t.pendingTasks)break;n=t.hoistables,t=t.next}}function Vt(e,t){var n=t.boundaries;if(n!==null&&t.pendingTasks===n.length){for(var r=!0,i=0;i<n.length;i++){var a=n[i];if(a.pendingTasks!==1||a.parentFlushed||St(e,a)){r=!1;break}}r&&Bt(e,t,t.hoistables)}}function Ht(e){var t={pendingTasks:1,boundaries:null,hoistables:ke(),inheritedHoistables:null,together:!1,next:null};return e!==null&&0<e.pendingTasks&&(t.pendingTasks++,t.boundaries=[],e.next=t),t}function Ut(e,t,n,r,i){var a=t.keyPath,o=t.treeContext,s=t.row,c=t.componentStack,l=t.debugTask;Nt(t,t.node.props.children._debugInfo),t.keyPath=n,n=r.length;var u=null;if(t.replay!==null){var d=t.replay.slots;if(typeof d==`object`&&d)for(var f=0;f<n;f++){var p=i!==`backwards`&&i!==`unstable_legacy-backwards`?f:n-1-f,m=r[p];t.row=u=Ht(u),t.treeContext=J(o,n,p);var h=d[p];typeof h==`number`?(qt(e,t,h,m,p),delete d[p]):Q(e,t,m,p),--u.pendingTasks===0&&zt(e,u)}else for(d=0;d<n;d++)f=i!==`backwards`&&i!==`unstable_legacy-backwards`?d:n-1-d,p=r[f],Qt(e,t,p),t.row=u=Ht(u),t.treeContext=J(o,n,f),Q(e,t,p,f),--u.pendingTasks===0&&zt(e,u)}else if(i!==`backwards`&&i!==`unstable_legacy-backwards`)for(i=0;i<n;i++)d=r[i],Qt(e,t,d),t.row=u=Ht(u),t.treeContext=J(o,n,i),Q(e,t,d,i),--u.pendingTasks===0&&zt(e,u);else{for(i=t.blockedSegment,d=i.children.length,f=i.chunks.length,p=n-1;0<=p;p--){m=r[p],t.row=u=Ht(u),t.treeContext=J(o,n,p),h=At(e,f,null,t.formatContext,p===0?i.lastPushedText:!0,!0),i.children.splice(d,0,h),t.blockedSegment=h,Qt(e,t,m);try{Q(e,t,m,p),He(h.chunks,e.renderState,h.lastPushedText,h.textEmbedded),h.status=ys,--u.pendingTasks===0&&zt(e,u)}catch(t){throw h.status=e.status===12?xs:Ss,t}}t.blockedSegment=i,i.lastPushedText=!1}s!==null&&u!==null&&0<u.pendingTasks&&(s.pendingTasks++,u.next=s),t.treeContext=o,t.row=s,t.keyPath=a,t.componentStack=c,t.debugTask=l}function Wt(e,t,n,r,i,a){var o=t.thenableState;for(t.thenableState=null,Oo={},ko=t,Ao=e,jo=n,Uo=!1,Lo=Io=0,Ro=-1,zo=0,Bo=o,e=cs(r,i,a);Fo;)Fo=!1,Lo=Io=0,Ro=-1,zo=0,Ho+=1,No=null,e=r(i,a);return rt(),e}function Gt(e,t,n,r,i,a,o){var s=!1;if(a!==0&&e.formState!==null){var c=t.blockedSegment;if(c!==null){s=!0,c=c.chunks;for(var l=0;l<a;l++)l===o?c.push(`<!--F!-->`):c.push(`<!--F-->`)}}a=t.keyPath,t.keyPath=n,i?(n=t.treeContext,t.treeContext=J(n,1,0),Q(e,t,r,-1),t.treeContext=n):s?Q(e,t,r,-1):Xt(e,t,r,-1),t.keyPath=a}function Kt(e,t,n,r,a,o){if(typeof r==`function`)if(r.prototype&&r.prototype.isReactComponent){var s=a;if(`ref`in a)for(var c in s={},a)c!==`ref`&&(s[c]=a[c]);var l=r.defaultProps;if(l)for(var u in s===a&&(s=er({},s,a)),l)s[u]===void 0&&(s[u]=l[u]);var d=s,f=ao,p=r.contextType;if(`contextType`in r&&p!==null&&(p===void 0||p.$$typeof!==Rn)&&!vo.has(r)){vo.add(r);var m=p===void 0?` However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.`:typeof p==`object`?p.$$typeof===Ln?` Did you accidentally pass the Context.Consumer instead?`:` However, it is set to an object with keys {`+Object.keys(p).join(`, `)+`}.`:` However, it is set to a `+typeof p+`.`;console.error(`%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s`,Ue(r)||`Component`,m)}typeof p==`object`&&p&&(f=p._currentValue2);var h=new r(d,f);if(typeof r.getDerivedStateFromProps==`function`&&(h.state===null||h.state===void 0)){var g=Ue(r)||`Component`;uo.has(g)||(uo.add(g),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",g,h.state===null?`null`:`undefined`,g))}if(typeof r.getDerivedStateFromProps==`function`||typeof h.getSnapshotBeforeUpdate==`function`){var _=null,v=null,y=null;if(typeof h.componentWillMount==`function`&&!0!==h.componentWillMount.__suppressDeprecationWarning?_=`componentWillMount`:typeof h.UNSAFE_componentWillMount==`function`&&(_=`UNSAFE_componentWillMount`),typeof h.componentWillReceiveProps==`function`&&!0!==h.componentWillReceiveProps.__suppressDeprecationWarning?v=`componentWillReceiveProps`:typeof h.UNSAFE_componentWillReceiveProps==`function`&&(v=`UNSAFE_componentWillReceiveProps`),typeof h.componentWillUpdate==`function`&&!0!==h.componentWillUpdate.__suppressDeprecationWarning?y=`componentWillUpdate`:typeof h.UNSAFE_componentWillUpdate==`function`&&(y=`UNSAFE_componentWillUpdate`),_!==null||v!==null||y!==null){var b=Ue(r)||`Component`,x=typeof r.getDerivedStateFromProps==`function`?`getDerivedStateFromProps()`:`getSnapshotBeforeUpdate()`;po.has(b)||(po.add(b),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
119
|
-
|
|
120
|
-
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
121
|
-
|
|
122
|
-
The above lifecycles should be removed. Learn more about this warning here:
|
|
123
|
-
https://react.dev/link/unsafe-component-lifecycles`,b,x,_===null?``:`
|
|
124
|
-
`+_,v===null?``:`
|
|
125
|
-
`+v,y===null?``:`
|
|
126
|
-
`+y))}}var S=Ue(r)||`Component`;h.render||(r.prototype&&typeof r.prototype.render==`function`?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",S):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",S)),!h.getInitialState||h.getInitialState.isReactClassApproved||h.state||console.error(`getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?`,S),h.getDefaultProps&&!h.getDefaultProps.isReactClassApproved&&console.error(`getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.`,S),h.contextType&&console.error(`contextType was defined as an instance property on %s. Use a static property to define contextType instead.`,S),r.childContextTypes&&!_o.has(r)&&(_o.add(r),console.error(`%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)`,S)),r.contextTypes&&!go.has(r)&&(go.add(r),console.error(`%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)`,S)),typeof h.componentShouldUpdate==`function`&&console.error(`%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.`,S),r.prototype&&r.prototype.isPureReactComponent&&h.shouldComponentUpdate!==void 0&&console.error(`%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.`,Ue(r)||`A pure component`),typeof h.componentDidUnmount==`function`&&console.error(`%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?`,S),typeof h.componentDidReceiveProps==`function`&&console.error(`%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().`,S),typeof h.componentWillRecieveProps==`function`&&console.error(`%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?`,S),typeof h.UNSAFE_componentWillRecieveProps==`function`&&console.error(`%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?`,S);var ee=h.props!==d;h.props!==void 0&&ee&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",S),h.defaultProps&&console.error(`Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.`,S,S),typeof h.getSnapshotBeforeUpdate!=`function`||typeof h.componentDidUpdate==`function`||fo.has(r)||(fo.add(r),console.error(`%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.`,Ue(r))),typeof h.getDerivedStateFromProps==`function`&&console.error(`%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.`,S),typeof h.getDerivedStateFromError==`function`&&console.error(`%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.`,S),typeof r.getSnapshotBeforeUpdate==`function`&&console.error(`%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.`,S);var te=h.state;te&&(typeof te!=`object`||Xn(te))&&console.error(`%s.state: must be set to an object or null`,S),typeof h.getChildContext==`function`&&typeof r.childContextTypes!=`object`&&console.error(`%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().`,S);var C=h.state===void 0?null:h.state;h.updater=bo,h.props=d,h.state=C;var w={queue:[],replace:!1};h._reactInternals=w;var T=r.contextType;if(h.context=typeof T==`object`&&T?T._currentValue2:ao,h.state===d){var E=Ue(r)||`Component`;mo.has(E)||(mo.add(E),console.error(`%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.`,E))}var D=r.getDerivedStateFromProps;if(typeof D==`function`){var k=D(d,C);if(k===void 0){var M=Ue(r)||`Component`;ho.has(M)||(ho.add(M),console.error(`%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.`,M))}h.state=k==null?C:er({},C,k)}if(typeof r.getDerivedStateFromProps!=`function`&&typeof h.getSnapshotBeforeUpdate!=`function`&&(typeof h.UNSAFE_componentWillMount==`function`||typeof h.componentWillMount==`function`)){var N=h.state;if(typeof h.componentWillMount==`function`){if(!0!==h.componentWillMount.__suppressDeprecationWarning){var P=Ue(r)||`Unknown`;lo[P]||(console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
127
|
-
|
|
128
|
-
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
129
|
-
|
|
130
|
-
Please update the following components: %s`,P),lo[P]=!0)}h.componentWillMount()}if(typeof h.UNSAFE_componentWillMount==`function`&&h.UNSAFE_componentWillMount(),N!==h.state&&(console.error(`%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.`,Ue(r)||`Component`),bo.enqueueReplaceState(h,h.state,null)),w.queue!==null&&0<w.queue.length){var F=w.queue,I=w.replace;if(w.queue=null,w.replace=!1,I&&F.length===1)h.state=F[0];else{for(var L=I?F[0]:h.state,R=!0,z=I?1:0;z<F.length;z++){var B=F[z],V=typeof B==`function`?B.call(h,L,d,void 0):B;V!=null&&(R?(R=!1,L=er({},L,V)):er(L,V))}h.state=L}}else w.queue=null}var ne=us(h);if(e.status===12)throw null;h.props!==d&&(As||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",Ue(r)||`a component`),As=!0);var re=t.keyPath;t.keyPath=n,Xt(e,t,ne,-1),t.keyPath=re}else{if(r.prototype&&typeof r.prototype.render==`function`){var ie=Ue(r)||`Unknown`;Es[ie]||(console.error(`The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.`,ie,ie),Es[ie]=!0)}var ae=Wt(e,t,n,r,a,void 0);if(e.status===12)throw null;var oe=Io!==0,se=Lo,ce=Ro;if(r.contextTypes){var H=Ue(r)||`Unknown`;Ds[H]||(Ds[H]=!0,console.error(`%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)`,H))}if(r&&r.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
131
|
-
%s.childContextTypes = ...`,r.displayName||r.name||`Component`),typeof r.getDerivedStateFromProps==`function`){var le=Ue(r)||`Unknown`;ks[le]||(console.error(`%s: Function components do not support getDerivedStateFromProps.`,le),ks[le]=!0)}if(typeof r.contextType==`object`&&r.contextType!==null){var ue=Ue(r)||`Unknown`;Os[ue]||(console.error(`%s: Function components do not support contextType.`,ue),Os[ue]=!0)}Gt(e,t,n,ae,oe,se,ce)}else if(typeof r==`string`){var pe=t.blockedSegment;if(pe===null){var me=a.children,he=t.formatContext,ge=t.keyPath;t.formatContext=O(he,r,a),t.keyPath=n,Q(e,t,me,-1),t.formatContext=he,t.keyPath=ge}else{var _e=de(pe.chunks,r,a,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,pe.lastPushedText);pe.lastPushedText=!1;var ve=t.formatContext,ye=t.keyPath;if(t.keyPath=n,(t.formatContext=O(ve,r,a)).insertionMode===Xr){var U=At(e,0,null,t.formatContext,!1,!1);pe.preambleChildren.push(U),t.blockedSegment=U;try{U.status=6,Q(e,t,_e,-1),He(U.chunks,e.renderState,U.lastPushedText,U.textEmbedded),U.status=ys}finally{t.blockedSegment=pe}}else Q(e,t,_e,-1);t.formatContext=ve,t.keyPath=ye;a:{var be=pe.chunks,xe=e.resumableState;switch(r){case`title`:case`style`:case`script`:case`area`:case`base`:case`br`:case`col`:case`embed`:case`hr`:case`img`:case`input`:case`keygen`:case`link`:case`meta`:case`param`:case`source`:case`track`:case`wbr`:break a;case`body`:if(ve.insertionMode<=Jr){xe.hasBody=!0;break a}break;case`html`:if(ve.insertionMode===qr){xe.hasHtml=!0;break a}break;case`head`:if(ve.insertionMode<=Jr)break a}be.push(fe(r))}pe.lastPushedText=!1}}else{switch(r){case Kn:case Fn:case In:case Pn:var Se=t.keyPath;t.keyPath=n,Xt(e,t,a.children,-1),t.keyPath=Se;return;case Gn:var Ce=t.blockedSegment;if(Ce===null){if(a.mode!==`hidden`){var we=t.keyPath;t.keyPath=n,Q(e,t,a.children,-1),t.keyPath=we}}else if(a.mode!==`hidden`){e.renderState.generateStaticMarkup||Ce.chunks.push(`<!--&-->`),Ce.lastPushedText=!1;var Te=t.keyPath;t.keyPath=n,Q(e,t,a.children,-1),t.keyPath=Te,e.renderState.generateStaticMarkup||Ce.chunks.push(`<!--/&-->`),Ce.lastPushedText=!1}return;case Vn:a:{var Ee=a.children,W=a.revealOrder;if(W===`forwards`||W===`backwards`||W===`unstable_legacy-backwards`){if(Xn(Ee)){Ut(e,t,n,Ee,W);break a}var De=i(Ee);if(De){var Oe=De.call(Ee);if(Oe){Yt(t,Ee,-1,Oe,De);var ke=Oe.next();if(!ke.done){var Ae=[];do Ae.push(ke.value),ke=Oe.next();while(!ke.done);Ut(e,t,n,Ee,W)}break a}}}if(W===`together`){var je=t.keyPath,Me=t.row,Ne=t.row=Ht(null);Ne.boundaries=[],Ne.together=!0,t.keyPath=n,Xt(e,t,Ee,-1),--Ne.pendingTasks===0&&zt(e,Ne),t.keyPath=je,t.row=Me,Me!==null&&0<Ne.pendingTasks&&(Me.pendingTasks++,Ne.next=Me)}else{var Pe=t.keyPath;t.keyPath=n,Xt(e,t,Ee,-1),t.keyPath=Pe}}return;case Jn:case Wn:throw Error(`ReactDOMServer does not yet support scope components.`);case Bn:a:if(t.replay!==null){var Fe=t.keyPath,Ie=t.formatContext,Le=t.row;t.keyPath=n,t.formatContext=j(e.resumableState,Ie),t.row=null;var Re=a.children;try{Q(e,t,Re,-1)}finally{t.keyPath=Fe,t.formatContext=Ie,t.row=Le}}else{var ze=t.keyPath,Be=t.formatContext,Ve=t.row,We=t.blockedBoundary,Ge=t.blockedPreamble,Ke=t.hoistableState,qe=t.blockedSegment,G=a.fallback,Je=a.children,K=new Set,q=Dt(e,t.row,K,null,null);e.trackedPostpones!==null&&(q.trackedContentKeyPath=n);var J=At(e,qe.chunks.length,q,t.formatContext,!1,!1);qe.children.push(J),qe.lastPushedText=!1;var Ye=At(e,0,null,t.formatContext,!1,!1);if(Ye.parentFlushed=!0,e.trackedPostpones!==null){var Xe=t.componentStack,Ze=[n[0],`Suspense Fallback`,n[2]],Qe=[Ze[1],Ze[2],[],null];e.trackedPostpones.workingMap.set(Ze,Qe),q.trackedFallbackNode=Qe,t.blockedSegment=J,t.blockedPreamble=q.fallbackPreamble,t.keyPath=Ze,t.formatContext=A(e.resumableState,Be),t.componentStack=Ft(Xe),J.status=6;try{Q(e,t,G,-1),He(J.chunks,e.renderState,J.lastPushedText,J.textEmbedded),J.status=ys}catch(t){throw J.status=e.status===12?xs:Ss,t}finally{t.blockedSegment=qe,t.blockedPreamble=Ge,t.keyPath=ze,t.formatContext=Be}var $e=Ot(e,null,Je,-1,q,Ye,q.contentPreamble,q.contentState,t.abortSet,n,j(e.resumableState,t.formatContext),t.context,t.treeContext,null,Xe,ao,t.debugTask);Pt($e),e.pingedTasks.push($e)}else{t.blockedBoundary=q,t.blockedPreamble=q.contentPreamble,t.hoistableState=q.contentState,t.blockedSegment=Ye,t.keyPath=n,t.formatContext=j(e.resumableState,Be),t.row=null,Ye.status=6;try{if(Q(e,t,Je,-1),He(Ye.chunks,e.renderState,Ye.lastPushedText,Ye.textEmbedded),Ye.status=ys,dn(q,Ye),q.pendingTasks===0&&q.status===vs){if(q.status=ys,!St(e,q)){Ve!==null&&--Ve.pendingTasks===0&&zt(e,Ve),e.pendingRootTasks===0&&t.blockedPreamble&&gn(e);break a}}else Ve!==null&&Ve.together&&Vt(e,Ve)}catch(n){if(q.status=_s,e.status===12){Ye.status=xs;var Y=e.fatalError}else Ye.status=Ss,Y=n;var et=It(t.componentStack);Lt(q,X(e,Y,et,t.debugTask),Y,et,!1),nn(e,q)}finally{t.blockedBoundary=We,t.blockedPreamble=Ge,t.hoistableState=Ke,t.blockedSegment=qe,t.keyPath=ze,t.formatContext=Be,t.row=Ve}var tt=Ot(e,null,G,-1,We,J,q.fallbackPreamble,q.fallbackState,K,[n[0],`Suspense Fallback`,n[2]],A(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,Ft(t.componentStack),ao,t.debugTask);Pt(tt),e.pingedTasks.push(tt)}}return}if(typeof r==`object`&&r)switch(r.$$typeof){case zn:if(`ref`in a){var nt={};for(var rt in a)rt!==`ref`&&(nt[rt]=a[rt])}else nt=a;Gt(e,t,n,Wt(e,t,n,r.render,nt,o),Io!==0,Lo,Ro);return;case Hn:Kt(e,t,n,r.type,a,o);return;case Rn:var it=a.value,at=a.children,ot=t.context,st=t.keyPath,ct=r._currentValue2;r._currentValue2=it,r._currentRenderer2!==void 0&&r._currentRenderer2!==null&&r._currentRenderer2!==oo&&console.error(`Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.`),r._currentRenderer2=oo;var lt=so,ut={parent:lt,depth:lt===null?0:lt.depth+1,context:r,parentValue:ct,value:it};so=ut,t.context=ut,t.keyPath=n,Xt(e,t,at,-1);var dt=so;if(dt===null)throw Error(`Tried to pop a Context at the root of the app. This is a bug in React.`);dt.context!==r&&console.error(`The parent context is not the expected context. This is probably a bug in React.`),dt.context._currentValue2=dt.parentValue,r._currentRenderer2!==void 0&&r._currentRenderer2!==null&&r._currentRenderer2!==oo&&console.error(`Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.`),r._currentRenderer2=oo,t.context=so=dt.parent,t.keyPath=st,ot!==t.context&&console.error(`Popping the context provider did not return back to the original snapshot. This is a bug in React.`);return;case Ln:var ft=r._context,pt=a.children;typeof pt!=`function`&&console.error(`A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.`);var mt=pt(ft._currentValue2),ht=t.keyPath;t.keyPath=n,Xt(e,t,mt,-1),t.keyPath=ht;return;case Un:var gt=fs(r);if(e.status===12)throw null;Kt(e,t,n,gt,a,o);return}var _t=``;throw(r===void 0||typeof r==`object`&&r&&Object.keys(r).length===0)&&(_t+=` You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.`),Error(`Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: `+((r==null?r:typeof r)+`.`+_t))}}function qt(e,t,n,r,i){var a=t.replay,o=t.blockedBoundary,s=At(e,0,null,t.formatContext,!1,!1);s.id=n,s.parentFlushed=!0;try{t.replay=null,t.blockedSegment=s,Q(e,t,r,i),s.status=ys,o===null?e.completedRootSegment=s:(dn(o,s),o.parentFlushed&&e.partialBoundaries.push(o))}finally{t.replay=a,t.blockedSegment=null}}function Jt(e,t,n,r,i,a,o,s,c,l){a=l.nodes;for(var u=0;u<a.length;u++){var d=a[u];if(i===d[1]){if(d.length===4){if(r!==null&&r!==d[0])throw Error(`Expected the resume to render <`+d[0]+`> in this slot but instead it rendered <`+r+`>. The tree doesn't match so React will fallback to client rendering.`);var f=d[2];r=d[3],i=t.node,t.replay={nodes:f,slots:r,pendingTasks:1};try{if(Kt(e,t,n,o,s,c),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(d){if(typeof d==`object`&&d&&(d===To||typeof d.then==`function`))throw t.node===i?t.replay=l:a.splice(u,1),d;t.replay.pendingTasks--,o=It(t.componentStack),s=e,e=t.blockedBoundary,n=d,c=r,r=X(s,n,o,t.debugTask),on(s,e,f,c,n,r,o,!1)}t.replay=l}else{if(o!==Bn)throw Error(`Expected the resume to render <Suspense> in this slot but instead it rendered <`+(Ue(o)||`Unknown`)+`>. The tree doesn't match so React will fallback to client rendering.`);a:{l=void 0,r=d[5],o=d[2],c=d[3],i=d[4]===null?[]:d[4][2],d=d[4]===null?null:d[4][3];var p=t.keyPath,m=t.formatContext,h=t.row,g=t.replay,_=t.blockedBoundary,v=t.hoistableState,y=s.children,b=s.fallback,x=new Set;s=Dt(e,t.row,x,null,null),s.parentFlushed=!0,s.rootSegmentID=r,t.blockedBoundary=s,t.hoistableState=s.contentState,t.keyPath=n,t.formatContext=j(e.resumableState,m),t.row=null,t.replay={nodes:o,slots:c,pendingTasks:1};try{if(Q(e,t,y,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);if(t.replay.pendingTasks--,s.pendingTasks===0&&s.status===vs){s.status=ys,e.completedBoundaries.push(s);break a}}catch(n){s.status=_s,f=It(t.componentStack),l=X(e,n,f,t.debugTask),Lt(s,l,n,f,!1),t.replay.pendingTasks--,e.clientRenderedBoundaries.push(s)}finally{t.blockedBoundary=_,t.hoistableState=v,t.replay=g,t.keyPath=p,t.formatContext=m,t.row=h}s=kt(e,null,{nodes:i,slots:d,pendingTasks:0},b,-1,_,s.fallbackState,x,[n[0],`Suspense Fallback`,n[2]],A(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,Ft(t.componentStack),ao,t.debugTask),Pt(s),e.pingedTasks.push(s)}}a.splice(u,1);break}}}function Yt(e,t,n,r,i){r===t?(n!==-1||e.componentStack===null||typeof e.componentStack.type!=`function`||Object.prototype.toString.call(e.componentStack.type)!==`[object GeneratorFunction]`||Object.prototype.toString.call(r)!==`[object Generator]`)&&(js||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),js=!0):t.entries!==i||Ms||(console.error(`Using Maps as children is not supported. Use an array of keyed ReactElements instead.`),Ms=!0)}function Xt(e,t,n,r){t.replay!==null&&typeof t.replay.slots==`number`?qt(e,t,t.replay.slots,n,r):(t.node=n,t.childIndex=r,n=t.componentStack,r=t.debugTask,Pt(t),Zt(e,t),t.componentStack=n,t.debugTask=r)}function Zt(e,t){var n=t.node,r=t.childIndex;if(n!==null){if(typeof n==`object`){switch(n.$$typeof){case Mn:var a=n.type,o=n.key;n=n.props;var s=n.ref;s=s===void 0?null:s;var c=t.debugTask,l=Ue(a);o??=r===-1?0:r;var u=[t.keyPath,l,o];t.replay===null?c?c.run(Kt.bind(null,e,t,u,a,n,s)):Kt(e,t,u,a,n,s):c?c.run(Jt.bind(null,e,t,u,l,o,r,a,n,s,t.replay)):Jt(e,t,u,l,o,r,a,n,s,t.replay);return;case Nn:throw Error(`Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.`);case Un:if(a=fs(n),e.status===12)throw null;Xt(e,t,a,r);return}if(Xn(n)){$t(e,t,n,r);return}if((o=i(n))&&(a=o.call(n))){if(Yt(t,n,r,a,o),n=a.next(),!n.done){o=[];do o.push(n.value),n=a.next();while(!n.done);$t(e,t,o,r)}return}if(typeof n.then==`function`)return t.thenableState=null,Xt(e,t,pt(n),r);if(n.$$typeof===Rn)return Xt(e,t,n._currentValue2,r);throw e=Object.prototype.toString.call(n),Error(`Objects are not valid as a React child (found: `+(e===`[object Object]`?`object with keys {`+Object.keys(n).join(`, `)+`}`:e)+`). If you meant to render a collection of children, use an array instead.`)}typeof n==`string`?(t=t.blockedSegment,t!==null&&(t.lastPushedText=Ve(t.chunks,n,e.renderState,t.lastPushedText))):typeof n==`number`||typeof n==`bigint`?(t=t.blockedSegment,t!==null&&(t.lastPushedText=Ve(t.chunks,``+n,e.renderState,t.lastPushedText))):(typeof n==`function`&&(e=n.displayName||n.name||`Component`,console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.`,e,e)),typeof n==`symbol`&&console.error(`Symbols are not valid as a React child.
|
|
132
|
-
%s`,String(n)))}}function Qt(e,t,n){if(typeof n==`object`&&n&&(n.$$typeof===Mn||n.$$typeof===Nn)&&n._store&&(!n._store.validated&&n.key==null||n._store.validated===2)){if(typeof n._store!=`object`)throw Error(`React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.`);n._store.validated=1;var r=e.didWarnForKey;if(r??=e.didWarnForKey=new WeakSet,e=t.componentStack,e!==null&&!r.has(e)){r.add(e);var i=Ue(n.type);r=n._owner;var a=e.owner;if(e=``,a&&a.type!==void 0){var o=Ue(a.type);o&&(e=`
|
|
133
|
-
|
|
134
|
-
Check the render method of \``+o+"`.")}e||i&&(e=`
|
|
135
|
-
|
|
136
|
-
Check the top-level render call using <`+i+`>.`),i=``,r!=null&&a!==r&&(a=null,r.type===void 0?typeof r.name==`string`&&(a=r.name):a=Ue(r.type),a&&(i=` It was passed a child from `+a+`.`)),r=t.componentStack,t.componentStack={parent:t.componentStack,type:n.type,owner:n._owner,stack:n._debugStack},console.error(`Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.`,e,i),t.componentStack=r}}}function $t(e,t,n,r){var i=t.keyPath,a=t.componentStack,o=t.debugTask;if(Nt(t,t.node._debugInfo),r!==-1&&(t.keyPath=[t.keyPath,`Fragment`,r],t.replay!==null)){for(var s=t.replay,c=s.nodes,l=0;l<c.length;l++){var u=c[l];if(u[1]===r){r=u[2],u=u[3],t.replay={nodes:r,slots:u,pendingTasks:1};try{if($t(e,t,n,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(i){if(typeof i==`object`&&i&&(i===To||typeof i.then==`function`))throw i;t.replay.pendingTasks--;var d=It(t.componentStack);n=t.blockedBoundary;var f=i,p=u;u=X(e,f,d,t.debugTask),on(e,n,r,p,f,u,d,!1)}t.replay=s,c.splice(l,1);break}}t.keyPath=i,t.componentStack=a,t.debugTask=o;return}if(s=t.treeContext,c=n.length,t.replay!==null&&(l=t.replay.slots,typeof l==`object`&&l)){for(r=0;r<c;r++)u=n[r],t.treeContext=J(s,c,r),f=l[r],typeof f==`number`?(qt(e,t,f,u,r),delete l[r]):Q(e,t,u,r);t.treeContext=s,t.keyPath=i,t.componentStack=a,t.debugTask=o;return}for(l=0;l<c;l++)r=n[l],Qt(e,t,r),t.treeContext=J(s,c,l),Q(e,t,r,l);t.treeContext=s,t.keyPath=i,t.componentStack=a,t.debugTask=o}function en(e,t,n){if(n.status=Cs,n.rootSegmentID=e.nextSegmentId++,e=n.trackedContentKeyPath,e===null)throw Error(`It should not be possible to postpone at the root. This is a bug in React.`);var r=n.trackedFallbackNode,i=[],a=t.workingMap.get(e);return a===void 0?(n=[e[1],e[2],i,null,r,n.rootSegmentID],t.workingMap.set(e,n),Dn(n,e[0],t),n):(a[4]=r,a[5]=n.rootSegmentID,a)}function tn(e,t,n,r){r.status=Cs;var i=n.keyPath,a=n.blockedBoundary;if(a===null)r.id=e.nextSegmentId++,t.rootSlots=r.id,e.completedRootSegment!==null&&(e.completedRootSegment.status=Cs);else{if(a!==null&&a.status===vs){var o=en(e,t,a);if(a.trackedContentKeyPath===i&&n.childIndex===-1){r.id===-1&&(r.id=r.parentFlushed?a.rootSegmentID:e.nextSegmentId++),o[3]=r.id;return}}if(r.id===-1&&(r.id=r.parentFlushed&&a!==null?a.rootSegmentID:e.nextSegmentId++),n.childIndex===-1)i===null?t.rootSlots=r.id:(n=t.workingMap.get(i),n===void 0?(n=[i[1],i[2],[],r.id],Dn(n,i[0],t)):n[3]=r.id);else{if(i===null){if(e=t.rootSlots,e===null)e=t.rootSlots={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`)}else if(a=t.workingMap,o=a.get(i),o===void 0)e={},o=[i[1],i[2],[],e],a.set(i,o),Dn(o,i[0],t);else if(e=o[3],e===null)e=o[3]={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`);e[n.childIndex]=r.id}}}function nn(e,t){e=e.trackedPostpones,e!==null&&(t=t.trackedContentKeyPath,t!==null&&(t=e.workingMap.get(t),t!==void 0&&(t.length=4,t[2]=[],t[3]=null)))}function rn(e,t,n){return kt(e,n,t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack,ao,t.debugTask)}function Z(e,t,n){var r=t.blockedSegment,i=At(e,r.chunks.length,null,t.formatContext,r.lastPushedText,!0);return r.children.push(i),r.lastPushedText=!1,Ot(e,n,t.node,t.childIndex,t.blockedBoundary,i,t.blockedPreamble,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack,ao,t.debugTask)}function Q(e,t,n,r){var i=t.formatContext,a=t.context,o=t.keyPath,s=t.treeContext,c=t.componentStack,l=t.debugTask,u=t.blockedSegment;if(u===null){u=t.replay;try{return Xt(e,t,n,r)}catch(d){if(rt(),n=d===To?Qe():d,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){r=d===To?nt():null,e=rn(e,t,r).ping,n.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=u,t.debugTask=l,Je(a);return}if(n.message===`Maximum call stack size exceeded`){n=d===To?nt():null,n=rn(e,t,n),e.pingedTasks.push(n),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=u,t.debugTask=l,Je(a);return}}}}else{var d=u.children.length,f=u.chunks.length;try{return Xt(e,t,n,r)}catch(r){if(rt(),u.children.length=d,u.chunks.length=f,n=r===To?Qe():r,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){u=n,n=r===To?nt():null,e=Z(e,t,n).ping,u.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.debugTask=l,Je(a);return}if(n.message===`Maximum call stack size exceeded`){u=r===To?nt():null,u=Z(e,t,u),e.pingedTasks.push(u),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.debugTask=l,Je(a);return}}}}throw t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,Je(a),n}function an(e){var t=e.blockedBoundary,n=e.blockedSegment;n!==null&&(n.status=xs,fn(this,t,e.row,n))}function on(e,t,n,r,i,a,o,s){for(var c=0;c<n.length;c++){var l=n[c];if(l.length===4)on(e,t,l[2],l[3],i,a,o,s);else{var u=e;l=l[5];var d=i,f=a,p=o,m=s,h=Dt(u,null,new Set,null,null);h.parentFlushed=!0,h.rootSegmentID=l,h.status=_s,Lt(h,f,d,p,m),h.parentFlushed&&u.clientRenderedBoundaries.push(h)}}if(n.length=0,r!==null){if(t===null)throw Error(`We should not have any resumable nodes in the shell. This is a bug in React.`);if(t.status!==_s&&(t.status=_s,Lt(t,a,i,o,s),t.parentFlushed&&e.clientRenderedBoundaries.push(t)),typeof r==`object`)for(var g in r)delete r[g]}}function sn(e,t,n){var r=e.blockedBoundary,i=e.blockedSegment;if(i!==null){if(i.status===6)return;i.status=xs}var a=It(e.componentStack),o=e.node;if(typeof o==`object`&&o&&Mt(e,o._debugInfo),r===null){if(t.status!==13&&t.status!==ws){if(r=e.replay,r===null){t.trackedPostpones!==null&&i!==null?(r=t.trackedPostpones,X(t,n,a,e.debugTask),tn(t,r,e,i),fn(t,null,e.row,i)):(X(t,n,a,e.debugTask),Rt(t,n,a,e.debugTask));return}r.pendingTasks--,r.pendingTasks===0&&0<r.nodes.length&&(i=X(t,n,a,null),on(t,null,r.nodes,r.slots,n,i,a,!0)),t.pendingRootTasks--,t.pendingRootTasks===0&&ln(t)}}else{if(o=t.trackedPostpones,r.status!==_s){if(o!==null&&i!==null)return X(t,n,a,e.debugTask),tn(t,o,e,i),r.fallbackAbortableTasks.forEach(function(e){return sn(e,t,n)}),r.fallbackAbortableTasks.clear(),fn(t,r,e.row,i);r.status=_s,i=X(t,n,a,e.debugTask),r.status=_s,Lt(r,i,n,a,!0),nn(t,r),r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.pendingTasks--,a=r.row,a!==null&&--a.pendingTasks===0&&zt(t,a),r.fallbackAbortableTasks.forEach(function(e){return sn(e,t,n)}),r.fallbackAbortableTasks.clear()}e=e.row,e!==null&&--e.pendingTasks===0&&zt(t,e),t.allPendingTasks--,t.allPendingTasks===0&&un(t)}function cn(e,t){try{var n=e.renderState,r=n.onHeaders;if(r){var i=n.headers;if(i){n.headers=null;var a=i.preconnects;if(i.fontPreloads&&(a&&(a+=`, `),a+=i.fontPreloads),i.highImagePreloads&&(a&&(a+=`, `),a+=i.highImagePreloads),!t){var o=n.styles.values(),s=o.next();b:for(;0<i.remainingCapacity&&!s.done;s=o.next())for(var c=s.value.sheets.values(),l=c.next();0<i.remainingCapacity&&!l.done;l=c.next()){var u=l.value,d=u.props,f=d.href,p=u.props,m=Me(p.href,`style`,{crossOrigin:p.crossOrigin,integrity:p.integrity,nonce:p.nonce,type:p.type,fetchPriority:p.fetchPriority,referrerPolicy:p.referrerPolicy,media:p.media});if(0<=(i.remainingCapacity-=m.length+2))n.resets.style[f]=Hr,a&&(a+=`, `),a+=m,n.resets.style[f]=typeof d.crossOrigin==`string`||typeof d.integrity==`string`?[d.crossOrigin,d.integrity]:Hr;else break b}}r(a?{Link:a}:{})}}}catch(t){X(e,t,{},null)}}function ln(e){e.trackedPostpones===null&&cn(e,!0),e.trackedPostpones===null&&gn(e),e.onShellError=Xe,e=e.onShellReady,e()}function un(e){cn(e,e.trackedPostpones===null?!0:e.completedRootSegment===null||e.completedRootSegment.status!==Cs),gn(e),e=e.onAllReady,e()}function dn(e,t){if(t.chunks.length===0&&t.children.length===1&&t.children[0].boundary===null&&t.children[0].id===-1){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,n.status!==ys&&n.status!==xs&&n.status!==Ss||dn(e,n)}else e.completedSegments.push(t)}function fn(e,t,n,r){if(n!==null&&(--n.pendingTasks===0?zt(e,n):n.together&&Vt(e,n)),e.allPendingTasks--,t===null){if(r!==null&&r.parentFlushed){if(e.completedRootSegment!==null)throw Error(`There can only be one root segment. This is a bug in React.`);e.completedRootSegment=r}e.pendingRootTasks--,e.pendingRootTasks===0&&ln(e)}else if(t.pendingTasks--,t.status!==_s)if(t.pendingTasks===0){if(t.status===vs&&(t.status=ys),r!==null&&r.parentFlushed&&(r.status===ys||r.status===xs)&&dn(t,r),t.parentFlushed&&e.completedBoundaries.push(t),t.status===ys)n=t.row,n!==null&&ze(n.hoistables,t.contentState),St(e,t)||(t.fallbackAbortableTasks.forEach(an,e),t.fallbackAbortableTasks.clear(),n!==null&&--n.pendingTasks===0&&zt(e,n)),e.pendingRootTasks===0&&e.trackedPostpones===null&&t.contentPreamble!==null&&gn(e);else if(t.status===Cs&&(t=t.row,t!==null)){if(e.trackedPostpones!==null){n=e.trackedPostpones;var i=t.next;if(i!==null&&(r=i.boundaries,r!==null))for(i.boundaries=null,i=0;i<r.length;i++){var a=r[i];en(e,n,a),fn(e,a,null,null)}}--t.pendingTasks===0&&zt(e,t)}}else r===null||!r.parentFlushed||r.status!==ys&&r.status!==xs||(dn(t,r),t.completedSegments.length===1&&t.parentFlushed&&e.partialBoundaries.push(t)),t=t.row,t!==null&&t.together&&Vt(e,t);e.allPendingTasks===0&&un(e)}function pn(e){if(e.status!==ws&&e.status!==13){var t=so,n=$.H;$.H=Go;var r=$.A;$.A=Jo;var i=Ts;Ts=e;var a=$.getCurrentStack;$.getCurrentStack=jt;var o=Ko;Ko=e.resumableState;try{var s=e.pingedTasks,c;for(c=0;c<s.length;c++){var l=e,u=s[c],d=u.blockedSegment;if(d===null){var f=void 0,p=l;if(l=u,l.replay.pendingTasks!==0){Je(l.context),f=qo,qo=l;try{if(typeof l.replay.slots==`number`?qt(p,l,l.replay.slots,l.node,l.childIndex):Zt(p,l),l.replay.pendingTasks===1&&0<l.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);l.replay.pendingTasks--,l.abortSet.delete(l),fn(p,l.blockedBoundary,l.row,null)}catch(e){rt();var m=e===To?Qe():e;if(typeof m==`object`&&m&&typeof m.then==`function`){var h=l.ping;m.then(h,h),l.thenableState=e===To?nt():null}else{l.replay.pendingTasks--,l.abortSet.delete(l);var g=It(l.componentStack),_=void 0,v=p,y=l.blockedBoundary,b=p.status===12?p.fatalError:m,x=g,S=l.replay.nodes,ee=l.replay.slots;_=X(v,b,x,l.debugTask),on(v,y,S,ee,b,_,x,!1),p.pendingRootTasks--,p.pendingRootTasks===0&&ln(p),p.allPendingTasks--,p.allPendingTasks===0&&un(p)}}finally{qo=f}}}else if(p=f=void 0,_=u,v=d,v.status===vs){v.status=6,Je(_.context),p=qo,qo=_;var te=v.children.length,C=v.chunks.length;try{Zt(l,_),He(v.chunks,l.renderState,v.lastPushedText,v.textEmbedded),_.abortSet.delete(_),v.status=ys,fn(l,_.blockedBoundary,_.row,v)}catch(e){rt(),v.children.length=te,v.chunks.length=C;var w=e===To?Qe():l.status===12?l.fatalError:e;if(l.status===12&&l.trackedPostpones!==null){var T=l.trackedPostpones,E=It(_.componentStack);_.abortSet.delete(_),X(l,w,E,_.debugTask),tn(l,T,_,v),fn(l,_.blockedBoundary,_.row,v)}else if(typeof w==`object`&&w&&typeof w.then==`function`){v.status=vs,_.thenableState=e===To?nt():null;var D=_.ping;w.then(D,D)}else{var O=It(_.componentStack);_.abortSet.delete(_),v.status=Ss;var k=_.blockedBoundary,A=_.row,j=_.debugTask;if(A!==null&&--A.pendingTasks===0&&zt(l,A),l.allPendingTasks--,f=X(l,w,O,j),k===null)Rt(l,w,O,j);else if(k.pendingTasks--,k.status!==_s){k.status=_s,Lt(k,f,w,O,!1),nn(l,k);var M=k.row;M!==null&&--M.pendingTasks===0&&zt(l,M),k.parentFlushed&&l.clientRenderedBoundaries.push(k),l.pendingRootTasks===0&&l.trackedPostpones===null&&k.contentPreamble!==null&&gn(l)}l.allPendingTasks===0&&un(l)}}finally{qo=p}}}s.splice(0,c),e.destination!==null&&Sn(e,e.destination)}catch(t){s={},X(e,t,s,null),Rt(e,t,s,null)}finally{Ko=o,$.H=n,$.A=r,$.getCurrentStack=a,n===Go&&Je(t),Ts=i}}}function mn(e,t,n){t.preambleChildren.length&&n.push(t.preambleChildren);for(var r=!1,i=0;i<t.children.length;i++)r=hn(e,t.children[i],n)||r;return r}function hn(e,t,n){var r=t.boundary;if(r===null)return mn(e,t,n);var i=r.contentPreamble,a=r.fallbackPreamble;if(i===null||a===null)return!1;switch(r.status){case ys:if(pe(e.renderState,i),e.byteSize+=r.byteSize,t=r.completedSegments[0],!t)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);return mn(e,t,n);case Cs:if(e.trackedPostpones!==null)return!0;case _s:if(t.status===ys)return pe(e.renderState,a),mn(e,t,n);default:return!0}}function gn(e){if(e.completedRootSegment&&e.completedPreambleSegments===null){var t=[],n=e.byteSize,r=hn(e,e.completedRootSegment,t),i=e.renderState.preamble;!1===r||i.headChunks&&i.bodyChunks?e.completedPreambleSegments=t:e.byteSize=n}}function _n(e,t,n,r){switch(n.parentFlushed=!0,n.status){case vs:n.id=e.nextSegmentId++;case Cs:return r=n.id,n.lastPushedText=!1,n.textEmbedded=!1,e=e.renderState,t.push(Mi),t.push(e.placeholderPrefix),e=r.toString(16),t.push(e),t.push(Ni);case ys:n.status=bs;var i=!0,a=n.chunks,o=0;n=n.children;for(var s=0;s<n.length;s++){for(i=n[s];o<i.index;o++)t.push(a[o]);i=vn(e,t,i,r)}for(;o<a.length-1;o++)t.push(a[o]);return o<a.length&&(i=t.push(a[o])),i;case xs:return!0;default:throw Error(`Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.`)}}function vn(e,t,n,r){var i=n.boundary;if(i===null)return _n(e,t,n,r);if(i.parentFlushed=!0,i.status===_s){var a=i.row;if(a!==null&&--a.pendingTasks===0&&zt(e,a),!e.renderState.generateStaticMarkup){var o=i.errorDigest,s=i.errorMessage;a=i.errorStack,i=i.errorComponentStack,t.push(Li),t.push(zi),o&&(t.push(Vi),o=C(o),t.push(o),t.push(Bi)),s&&(t.push(Hi),s=C(s),t.push(s),t.push(Bi)),a&&(t.push(Ui),a=C(a),t.push(a),t.push(Bi)),i&&(t.push(Wi),a=C(i),t.push(a),t.push(Bi)),t.push(Gi)}return _n(e,t,n,r),e=e.renderState.generateStaticMarkup?!0:t.push(Ri),e}if(i.status!==ys)return i.status===vs&&(i.rootSegmentID=e.nextSegmentId++),0<i.completedSegments.length&&e.partialBoundaries.push(i),he(t,e.renderState,i.rootSegmentID),r&&ze(r,i.fallbackState),_n(e,t,n,r),t.push(Ri);if(!Ps&&St(e,i)&&Ns+i.byteSize>e.progressiveChunkSize)return i.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(i),he(t,e.renderState,i.rootSegmentID),_n(e,t,n,r),t.push(Ri);if(Ns+=i.byteSize,r&&ze(r,i.contentState),n=i.row,n!==null&&St(e,i)&&--n.pendingTasks===0&&zt(e,n),e.renderState.generateStaticMarkup||t.push(Pi),n=i.completedSegments,n.length!==1)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);return vn(e,t,n[0],r),e=e.renderState.generateStaticMarkup?!0:t.push(Ri),e}function yn(e,t,n,r){return ge(t,e.renderState,n.parentFormatContext,n.id),vn(e,t,n,r),_e(t,n.parentFormatContext)}function bn(e,t,n){Ns=n.byteSize;for(var r=n.completedSegments,i=0;i<r.length;i++)xn(e,t,n,r[i]);r.length=0,r=n.row,r!==null&&St(e,n)&&--r.pendingTasks===0&&zt(e,r),xe(t,n.contentState,e.renderState),r=e.resumableState,e=e.renderState,i=n.rootSegmentID,n=n.contentState;var a=e.stylesToHoist;return e.stylesToHoist=!1,t.push(e.startInlineScript),t.push(fi),a?((r.instructions&Lr)===Pr&&(r.instructions|=Lr,t.push(Ta)),(r.instructions&Ir)===Pr&&(r.instructions|=Ir,t.push(_a)),(r.instructions&Rr)===Pr?(r.instructions|=Rr,t.push(ya)):t.push(ba)):((r.instructions&Ir)===Pr&&(r.instructions|=Ir,t.push(_a)),t.push(va)),r=i.toString(16),t.push(e.boundaryPrefix),t.push(r),t.push(xa),t.push(e.segmentPrefix),t.push(r),a?(t.push(Sa),De(t,n)):t.push(Ca),n=t.push(wa),me(t,e)&&n}function xn(e,t,n,r){if(r.status===bs)return!0;var i=n.contentState,a=r.id;if(a===-1){if((r.id=n.rootSegmentID)===-1)throw Error(`A root segment ID must have been assigned by now. This is a bug in React.`);return yn(e,t,r,i)}return a===n.rootSegmentID?yn(e,t,r,i):(yn(e,t,r,i),n=e.resumableState,e=e.renderState,t.push(e.startInlineScript),t.push(fi),(n.instructions&Fr)===Pr?(n.instructions|=Fr,t.push(pa)):t.push(ma),t.push(e.segmentPrefix),a=a.toString(16),t.push(a),t.push(ha),t.push(e.placeholderPrefix),t.push(a),t=t.push(ga),t)}function Sn(e,t){try{if(!(0<e.pendingRootTasks)){var n,r=e.completedRootSegment;if(r!==null){if(r.status===Cs)return;var i=e.completedPreambleSegments;if(i===null)return;Ns=e.byteSize;var a=e.resumableState,o=e.renderState,s=o.preamble,c=s.htmlChunks,l=s.headChunks,u;if(c){for(u=0;u<c.length;u++)t.push(c[u]);if(l)for(u=0;u<l.length;u++)t.push(l[u]);else{var d=ue(`head`);t.push(d),t.push(fi)}}else if(l)for(u=0;u<l.length;u++)t.push(l[u]);var f=o.charsetChunks;for(u=0;u<f.length;u++)t.push(f[u]);f.length=0,o.preconnects.forEach(Se,t),o.preconnects.clear();var p=o.viewportChunks;for(u=0;u<p.length;u++)t.push(p[u]);p.length=0,o.fontPreloads.forEach(Se,t),o.fontPreloads.clear(),o.highImagePreloads.forEach(Se,t),o.highImagePreloads.clear(),Ur=o,o.styles.forEach(we,t),Ur=null;var m=o.importMapChunks;for(u=0;u<m.length;u++)t.push(m[u]);m.length=0,o.bootstrapScripts.forEach(Se,t),o.scripts.forEach(Se,t),o.scripts.clear(),o.bulkPreloads.forEach(Se,t),o.bulkPreloads.clear(),a.instructions|=zr;var h=o.hoistableChunks;for(u=0;u<h.length;u++)t.push(h[u]);for(a=h.length=0;a<i.length;a++){var g=i[a];for(o=0;o<g.length;o++)vn(e,t,g[o],null)}var _=e.renderState.preamble,v=_.headChunks;if(_.htmlChunks||v){var y=fe(`head`);t.push(y)}var b=_.bodyChunks;if(b)for(i=0;i<b.length;i++)t.push(b[i]);vn(e,t,r,null),e.completedRootSegment=null;var x=e.renderState;if(e.allPendingTasks!==0||e.clientRenderedBoundaries.length!==0||e.completedBoundaries.length!==0||e.trackedPostpones!==null&&(e.trackedPostpones.rootNodes.length!==0||e.trackedPostpones.rootSlots!==null)){var S=e.resumableState;if((S.instructions&Br)===Pr){if(S.instructions|=Br,t.push(x.startInlineScript),(S.instructions&zr)===Pr){S.instructions|=zr;var ee=`_`+S.idPrefix+`R_`;t.push(Ga);var te=C(ee);t.push(te),t.push(li)}t.push(fi),t.push(ji),t.push(Wr)}}me(t,x)}var w=e.renderState;r=0;var T=w.viewportChunks;for(r=0;r<T.length;r++)t.push(T[r]);T.length=0,w.preconnects.forEach(Se,t),w.preconnects.clear(),w.fontPreloads.forEach(Se,t),w.fontPreloads.clear(),w.highImagePreloads.forEach(Se,t),w.highImagePreloads.clear(),w.styles.forEach(Ee,t),w.scripts.forEach(Se,t),w.scripts.clear(),w.bulkPreloads.forEach(Se,t),w.bulkPreloads.clear();var E=w.hoistableChunks;for(r=0;r<E.length;r++)t.push(E[r]);E.length=0;var D=e.clientRenderedBoundaries;for(n=0;n<D.length;n++){var O=D[n];w=t;var k=e.resumableState,A=e.renderState,j=O.rootSegmentID,M=O.errorDigest,N=O.errorMessage,P=O.errorStack,F=O.errorComponentStack;w.push(A.startInlineScript),w.push(fi),(k.instructions&Lr)===Pr?(k.instructions|=Lr,w.push(Ea)):w.push(Da),w.push(A.boundaryPrefix);var I=j.toString(16);if(w.push(I),w.push(Oa),M||N||P||F){w.push(ka);var L=ve(M||``);w.push(L)}if(N||P||F){w.push(ka);var R=ve(N||``);w.push(R)}if(P||F){w.push(ka);var z=ve(P||``);w.push(z)}if(F){w.push(ka);var B=ve(F);w.push(B)}var V=w.push(Aa);if(!V){e.destination=null,n++,D.splice(0,n);return}}D.splice(0,n);var ne=e.completedBoundaries;for(n=0;n<ne.length;n++)if(!bn(e,t,ne[n])){e.destination=null,n++,ne.splice(0,n);return}ne.splice(0,n),Ps=!0;var re=e.partialBoundaries;for(n=0;n<re.length;n++){a:{D=e,O=t;var ie=re[n];Ns=ie.byteSize;var ae=ie.completedSegments;for(V=0;V<ae.length;V++)if(!xn(D,O,ie,ae[V])){V++,ae.splice(0,V);var oe=!1;break a}ae.splice(0,V);var se=ie.row;se!==null&&se.together&&ie.pendingTasks===1&&(se.pendingTasks===1?Bt(D,se,se.hoistables):se.pendingTasks--),oe=xe(O,ie.contentState,D.renderState)}if(!oe){e.destination=null,n++,re.splice(0,n);return}}re.splice(0,n),Ps=!1;var ce=e.completedBoundaries;for(n=0;n<ce.length;n++)if(!bn(e,t,ce[n])){e.destination=null,n++,ce.splice(0,n);return}ce.splice(0,n)}}finally{Ps=!1,e.allPendingTasks===0&&e.clientRenderedBoundaries.length===0&&e.completedBoundaries.length===0&&(e.flushScheduled=!1,n=e.resumableState,n.hasBody&&(re=fe(`body`),t.push(re)),n.hasHtml&&(n=fe(`html`),t.push(n)),e.abortableTasks.size!==0&&console.error(`There was still abortable task at the root when we closed. This is a bug in React.`),e.status=ws,t.push(null),e.destination=null)}}function Cn(e){e.flushScheduled=e.destination!==null,pn(e),e.status===10&&(e.status=11),e.trackedPostpones===null&&cn(e,e.pendingRootTasks===0)}function wn(e){if(!1===e.flushScheduled&&e.pingedTasks.length===0&&e.destination!==null){e.flushScheduled=!0;var t=e.destination;t?Sn(e,t):e.flushScheduled=!1}}function Tn(e,t){if(e.status===13)e.status=ws,t.destroy(e.fatalError);else if(e.status!==ws&&e.destination===null){e.destination=t;try{Sn(e,t)}catch(n){t={},X(e,n,t,null),Rt(e,n,t,null)}}}function En(e,t){(e.status===11||e.status===10)&&(e.status=12);try{var n=e.abortableTasks;if(0<n.size){var r=t===void 0?Error(`The render was aborted by the server without a reason.`):typeof t==`object`&&t&&typeof t.then==`function`?Error(`The render was aborted by the server with a promise.`):t;e.fatalError=r,n.forEach(function(t){var n=qo,i=$.getCurrentStack;qo=t,$.getCurrentStack=jt;try{sn(t,e,r)}finally{qo=n,$.getCurrentStack=i}}),n.clear()}e.destination!==null&&Sn(e,e.destination)}catch(n){t={},X(e,n,t,null),Rt(e,n,t,null)}}function Dn(e,t,n){if(t===null)n.rootNodes.push(e);else{var r=n.workingMap,i=r.get(t);i===void 0&&(i=[t[1],t[2],[],null],r.set(t,i),Dn(i,t[0],n)),i[2].push(e)}}function On(){}function kn(e,t,n,r){var i=!1,a=null,o=``,s=!1;if(t=E(t?t.identifierPrefix:void 0),e=Tt(e,t,Be(t,n),D(qr,null,0,null),1/0,On,void 0,function(){s=!0},void 0,void 0,void 0),Cn(e),En(e,r),Tn(e,{push:function(e){return e!==null&&(o+=e),!0},destroy:function(e){i=!0,a=e}}),i&&a!==r)throw a;if(!s)throw Error(`A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.`);return o}var An=n(),jn=a(),Mn=Symbol.for(`react.transitional.element`),Nn=Symbol.for(`react.portal`),Pn=Symbol.for(`react.fragment`),Fn=Symbol.for(`react.strict_mode`),In=Symbol.for(`react.profiler`),Ln=Symbol.for(`react.consumer`),Rn=Symbol.for(`react.context`),zn=Symbol.for(`react.forward_ref`),Bn=Symbol.for(`react.suspense`),Vn=Symbol.for(`react.suspense_list`),Hn=Symbol.for(`react.memo`),Un=Symbol.for(`react.lazy`),Wn=Symbol.for(`react.scope`),Gn=Symbol.for(`react.activity`),Kn=Symbol.for(`react.legacy_hidden`),qn=Symbol.for(`react.memo_cache_sentinel`),Jn=Symbol.for(`react.view_transition`),Yn=Symbol.iterator,Xn=Array.isArray,Zn=new WeakMap,Qn=new WeakMap,$n=Symbol.for(`react.client.reference`),er=Object.assign,tr=Object.prototype.hasOwnProperty,nr=RegExp(`^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),rr={},ir={},ar=new Set(`animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp`.split(` `)),or=new Map([[`acceptCharset`,`accept-charset`],[`htmlFor`,`for`],[`httpEquiv`,`http-equiv`],[`crossOrigin`,`crossorigin`],[`accentHeight`,`accent-height`],[`alignmentBaseline`,`alignment-baseline`],[`arabicForm`,`arabic-form`],[`baselineShift`,`baseline-shift`],[`capHeight`,`cap-height`],[`clipPath`,`clip-path`],[`clipRule`,`clip-rule`],[`colorInterpolation`,`color-interpolation`],[`colorInterpolationFilters`,`color-interpolation-filters`],[`colorProfile`,`color-profile`],[`colorRendering`,`color-rendering`],[`dominantBaseline`,`dominant-baseline`],[`enableBackground`,`enable-background`],[`fillOpacity`,`fill-opacity`],[`fillRule`,`fill-rule`],[`floodColor`,`flood-color`],[`floodOpacity`,`flood-opacity`],[`fontFamily`,`font-family`],[`fontSize`,`font-size`],[`fontSizeAdjust`,`font-size-adjust`],[`fontStretch`,`font-stretch`],[`fontStyle`,`font-style`],[`fontVariant`,`font-variant`],[`fontWeight`,`font-weight`],[`glyphName`,`glyph-name`],[`glyphOrientationHorizontal`,`glyph-orientation-horizontal`],[`glyphOrientationVertical`,`glyph-orientation-vertical`],[`horizAdvX`,`horiz-adv-x`],[`horizOriginX`,`horiz-origin-x`],[`imageRendering`,`image-rendering`],[`letterSpacing`,`letter-spacing`],[`lightingColor`,`lighting-color`],[`markerEnd`,`marker-end`],[`markerMid`,`marker-mid`],[`markerStart`,`marker-start`],[`overlinePosition`,`overline-position`],[`overlineThickness`,`overline-thickness`],[`paintOrder`,`paint-order`],[`panose-1`,`panose-1`],[`pointerEvents`,`pointer-events`],[`renderingIntent`,`rendering-intent`],[`shapeRendering`,`shape-rendering`],[`stopColor`,`stop-color`],[`stopOpacity`,`stop-opacity`],[`strikethroughPosition`,`strikethrough-position`],[`strikethroughThickness`,`strikethrough-thickness`],[`strokeDasharray`,`stroke-dasharray`],[`strokeDashoffset`,`stroke-dashoffset`],[`strokeLinecap`,`stroke-linecap`],[`strokeLinejoin`,`stroke-linejoin`],[`strokeMiterlimit`,`stroke-miterlimit`],[`strokeOpacity`,`stroke-opacity`],[`strokeWidth`,`stroke-width`],[`textAnchor`,`text-anchor`],[`textDecoration`,`text-decoration`],[`textRendering`,`text-rendering`],[`transformOrigin`,`transform-origin`],[`underlinePosition`,`underline-position`],[`underlineThickness`,`underline-thickness`],[`unicodeBidi`,`unicode-bidi`],[`unicodeRange`,`unicode-range`],[`unitsPerEm`,`units-per-em`],[`vAlphabetic`,`v-alphabetic`],[`vHanging`,`v-hanging`],[`vIdeographic`,`v-ideographic`],[`vMathematical`,`v-mathematical`],[`vectorEffect`,`vector-effect`],[`vertAdvY`,`vert-adv-y`],[`vertOriginX`,`vert-origin-x`],[`vertOriginY`,`vert-origin-y`],[`wordSpacing`,`word-spacing`],[`writingMode`,`writing-mode`],[`xmlnsXlink`,`xmlns:xlink`],[`xHeight`,`x-height`]]),sr={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},cr={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0,"aria-braillelabel":0,"aria-brailleroledescription":0,"aria-colindextext":0,"aria-rowindextext":0},lr={},ur=RegExp(`^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),dr=RegExp(`^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),fr=!1,pr={accept:`accept`,acceptcharset:`acceptCharset`,"accept-charset":`acceptCharset`,accesskey:`accessKey`,action:`action`,allowfullscreen:`allowFullScreen`,alt:`alt`,as:`as`,async:`async`,autocapitalize:`autoCapitalize`,autocomplete:`autoComplete`,autocorrect:`autoCorrect`,autofocus:`autoFocus`,autoplay:`autoPlay`,autosave:`autoSave`,capture:`capture`,cellpadding:`cellPadding`,cellspacing:`cellSpacing`,challenge:`challenge`,charset:`charSet`,checked:`checked`,children:`children`,cite:`cite`,class:`className`,classid:`classID`,classname:`className`,cols:`cols`,colspan:`colSpan`,content:`content`,contenteditable:`contentEditable`,contextmenu:`contextMenu`,controls:`controls`,controlslist:`controlsList`,coords:`coords`,crossorigin:`crossOrigin`,dangerouslysetinnerhtml:`dangerouslySetInnerHTML`,data:`data`,datetime:`dateTime`,default:`default`,defaultchecked:`defaultChecked`,defaultvalue:`defaultValue`,defer:`defer`,dir:`dir`,disabled:`disabled`,disablepictureinpicture:`disablePictureInPicture`,disableremoteplayback:`disableRemotePlayback`,download:`download`,draggable:`draggable`,enctype:`encType`,enterkeyhint:`enterKeyHint`,fetchpriority:`fetchPriority`,for:`htmlFor`,form:`form`,formmethod:`formMethod`,formaction:`formAction`,formenctype:`formEncType`,formnovalidate:`formNoValidate`,formtarget:`formTarget`,frameborder:`frameBorder`,headers:`headers`,height:`height`,hidden:`hidden`,high:`high`,href:`href`,hreflang:`hrefLang`,htmlfor:`htmlFor`,httpequiv:`httpEquiv`,"http-equiv":`httpEquiv`,icon:`icon`,id:`id`,imagesizes:`imageSizes`,imagesrcset:`imageSrcSet`,inert:`inert`,innerhtml:`innerHTML`,inputmode:`inputMode`,integrity:`integrity`,is:`is`,itemid:`itemID`,itemprop:`itemProp`,itemref:`itemRef`,itemscope:`itemScope`,itemtype:`itemType`,keyparams:`keyParams`,keytype:`keyType`,kind:`kind`,label:`label`,lang:`lang`,list:`list`,loop:`loop`,low:`low`,manifest:`manifest`,marginwidth:`marginWidth`,marginheight:`marginHeight`,max:`max`,maxlength:`maxLength`,media:`media`,mediagroup:`mediaGroup`,method:`method`,min:`min`,minlength:`minLength`,multiple:`multiple`,muted:`muted`,name:`name`,nomodule:`noModule`,nonce:`nonce`,novalidate:`noValidate`,open:`open`,optimum:`optimum`,pattern:`pattern`,placeholder:`placeholder`,playsinline:`playsInline`,poster:`poster`,preload:`preload`,profile:`profile`,radiogroup:`radioGroup`,readonly:`readOnly`,referrerpolicy:`referrerPolicy`,rel:`rel`,required:`required`,reversed:`reversed`,role:`role`,rows:`rows`,rowspan:`rowSpan`,sandbox:`sandbox`,scope:`scope`,scoped:`scoped`,scrolling:`scrolling`,seamless:`seamless`,selected:`selected`,shape:`shape`,size:`size`,sizes:`sizes`,span:`span`,spellcheck:`spellCheck`,src:`src`,srcdoc:`srcDoc`,srclang:`srcLang`,srcset:`srcSet`,start:`start`,step:`step`,style:`style`,summary:`summary`,tabindex:`tabIndex`,target:`target`,title:`title`,type:`type`,usemap:`useMap`,value:`value`,width:`width`,wmode:`wmode`,wrap:`wrap`,about:`about`,accentheight:`accentHeight`,"accent-height":`accentHeight`,accumulate:`accumulate`,additive:`additive`,alignmentbaseline:`alignmentBaseline`,"alignment-baseline":`alignmentBaseline`,allowreorder:`allowReorder`,alphabetic:`alphabetic`,amplitude:`amplitude`,arabicform:`arabicForm`,"arabic-form":`arabicForm`,ascent:`ascent`,attributename:`attributeName`,attributetype:`attributeType`,autoreverse:`autoReverse`,azimuth:`azimuth`,basefrequency:`baseFrequency`,baselineshift:`baselineShift`,"baseline-shift":`baselineShift`,baseprofile:`baseProfile`,bbox:`bbox`,begin:`begin`,bias:`bias`,by:`by`,calcmode:`calcMode`,capheight:`capHeight`,"cap-height":`capHeight`,clip:`clip`,clippath:`clipPath`,"clip-path":`clipPath`,clippathunits:`clipPathUnits`,cliprule:`clipRule`,"clip-rule":`clipRule`,color:`color`,colorinterpolation:`colorInterpolation`,"color-interpolation":`colorInterpolation`,colorinterpolationfilters:`colorInterpolationFilters`,"color-interpolation-filters":`colorInterpolationFilters`,colorprofile:`colorProfile`,"color-profile":`colorProfile`,colorrendering:`colorRendering`,"color-rendering":`colorRendering`,contentscripttype:`contentScriptType`,contentstyletype:`contentStyleType`,cursor:`cursor`,cx:`cx`,cy:`cy`,d:`d`,datatype:`datatype`,decelerate:`decelerate`,descent:`descent`,diffuseconstant:`diffuseConstant`,direction:`direction`,display:`display`,divisor:`divisor`,dominantbaseline:`dominantBaseline`,"dominant-baseline":`dominantBaseline`,dur:`dur`,dx:`dx`,dy:`dy`,edgemode:`edgeMode`,elevation:`elevation`,enablebackground:`enableBackground`,"enable-background":`enableBackground`,end:`end`,exponent:`exponent`,externalresourcesrequired:`externalResourcesRequired`,fill:`fill`,fillopacity:`fillOpacity`,"fill-opacity":`fillOpacity`,fillrule:`fillRule`,"fill-rule":`fillRule`,filter:`filter`,filterres:`filterRes`,filterunits:`filterUnits`,floodopacity:`floodOpacity`,"flood-opacity":`floodOpacity`,floodcolor:`floodColor`,"flood-color":`floodColor`,focusable:`focusable`,fontfamily:`fontFamily`,"font-family":`fontFamily`,fontsize:`fontSize`,"font-size":`fontSize`,fontsizeadjust:`fontSizeAdjust`,"font-size-adjust":`fontSizeAdjust`,fontstretch:`fontStretch`,"font-stretch":`fontStretch`,fontstyle:`fontStyle`,"font-style":`fontStyle`,fontvariant:`fontVariant`,"font-variant":`fontVariant`,fontweight:`fontWeight`,"font-weight":`fontWeight`,format:`format`,from:`from`,fx:`fx`,fy:`fy`,g1:`g1`,g2:`g2`,glyphname:`glyphName`,"glyph-name":`glyphName`,glyphorientationhorizontal:`glyphOrientationHorizontal`,"glyph-orientation-horizontal":`glyphOrientationHorizontal`,glyphorientationvertical:`glyphOrientationVertical`,"glyph-orientation-vertical":`glyphOrientationVertical`,glyphref:`glyphRef`,gradienttransform:`gradientTransform`,gradientunits:`gradientUnits`,hanging:`hanging`,horizadvx:`horizAdvX`,"horiz-adv-x":`horizAdvX`,horizoriginx:`horizOriginX`,"horiz-origin-x":`horizOriginX`,ideographic:`ideographic`,imagerendering:`imageRendering`,"image-rendering":`imageRendering`,in2:`in2`,in:`in`,inlist:`inlist`,intercept:`intercept`,k1:`k1`,k2:`k2`,k3:`k3`,k4:`k4`,k:`k`,kernelmatrix:`kernelMatrix`,kernelunitlength:`kernelUnitLength`,kerning:`kerning`,keypoints:`keyPoints`,keysplines:`keySplines`,keytimes:`keyTimes`,lengthadjust:`lengthAdjust`,letterspacing:`letterSpacing`,"letter-spacing":`letterSpacing`,lightingcolor:`lightingColor`,"lighting-color":`lightingColor`,limitingconeangle:`limitingConeAngle`,local:`local`,markerend:`markerEnd`,"marker-end":`markerEnd`,markerheight:`markerHeight`,markermid:`markerMid`,"marker-mid":`markerMid`,markerstart:`markerStart`,"marker-start":`markerStart`,markerunits:`markerUnits`,markerwidth:`markerWidth`,mask:`mask`,maskcontentunits:`maskContentUnits`,maskunits:`maskUnits`,mathematical:`mathematical`,mode:`mode`,numoctaves:`numOctaves`,offset:`offset`,opacity:`opacity`,operator:`operator`,order:`order`,orient:`orient`,orientation:`orientation`,origin:`origin`,overflow:`overflow`,overlineposition:`overlinePosition`,"overline-position":`overlinePosition`,overlinethickness:`overlineThickness`,"overline-thickness":`overlineThickness`,paintorder:`paintOrder`,"paint-order":`paintOrder`,panose1:`panose1`,"panose-1":`panose1`,pathlength:`pathLength`,patterncontentunits:`patternContentUnits`,patterntransform:`patternTransform`,patternunits:`patternUnits`,pointerevents:`pointerEvents`,"pointer-events":`pointerEvents`,points:`points`,pointsatx:`pointsAtX`,pointsaty:`pointsAtY`,pointsatz:`pointsAtZ`,popover:`popover`,popovertarget:`popoverTarget`,popovertargetaction:`popoverTargetAction`,prefix:`prefix`,preservealpha:`preserveAlpha`,preserveaspectratio:`preserveAspectRatio`,primitiveunits:`primitiveUnits`,property:`property`,r:`r`,radius:`radius`,refx:`refX`,refy:`refY`,renderingintent:`renderingIntent`,"rendering-intent":`renderingIntent`,repeatcount:`repeatCount`,repeatdur:`repeatDur`,requiredextensions:`requiredExtensions`,requiredfeatures:`requiredFeatures`,resource:`resource`,restart:`restart`,result:`result`,results:`results`,rotate:`rotate`,rx:`rx`,ry:`ry`,scale:`scale`,security:`security`,seed:`seed`,shaperendering:`shapeRendering`,"shape-rendering":`shapeRendering`,slope:`slope`,spacing:`spacing`,specularconstant:`specularConstant`,specularexponent:`specularExponent`,speed:`speed`,spreadmethod:`spreadMethod`,startoffset:`startOffset`,stddeviation:`stdDeviation`,stemh:`stemh`,stemv:`stemv`,stitchtiles:`stitchTiles`,stopcolor:`stopColor`,"stop-color":`stopColor`,stopopacity:`stopOpacity`,"stop-opacity":`stopOpacity`,strikethroughposition:`strikethroughPosition`,"strikethrough-position":`strikethroughPosition`,strikethroughthickness:`strikethroughThickness`,"strikethrough-thickness":`strikethroughThickness`,string:`string`,stroke:`stroke`,strokedasharray:`strokeDasharray`,"stroke-dasharray":`strokeDasharray`,strokedashoffset:`strokeDashoffset`,"stroke-dashoffset":`strokeDashoffset`,strokelinecap:`strokeLinecap`,"stroke-linecap":`strokeLinecap`,strokelinejoin:`strokeLinejoin`,"stroke-linejoin":`strokeLinejoin`,strokemiterlimit:`strokeMiterlimit`,"stroke-miterlimit":`strokeMiterlimit`,strokewidth:`strokeWidth`,"stroke-width":`strokeWidth`,strokeopacity:`strokeOpacity`,"stroke-opacity":`strokeOpacity`,suppresscontenteditablewarning:`suppressContentEditableWarning`,suppresshydrationwarning:`suppressHydrationWarning`,surfacescale:`surfaceScale`,systemlanguage:`systemLanguage`,tablevalues:`tableValues`,targetx:`targetX`,targety:`targetY`,textanchor:`textAnchor`,"text-anchor":`textAnchor`,textdecoration:`textDecoration`,"text-decoration":`textDecoration`,textlength:`textLength`,textrendering:`textRendering`,"text-rendering":`textRendering`,to:`to`,transform:`transform`,transformorigin:`transformOrigin`,"transform-origin":`transformOrigin`,typeof:`typeof`,u1:`u1`,u2:`u2`,underlineposition:`underlinePosition`,"underline-position":`underlinePosition`,underlinethickness:`underlineThickness`,"underline-thickness":`underlineThickness`,unicode:`unicode`,unicodebidi:`unicodeBidi`,"unicode-bidi":`unicodeBidi`,unicoderange:`unicodeRange`,"unicode-range":`unicodeRange`,unitsperem:`unitsPerEm`,"units-per-em":`unitsPerEm`,unselectable:`unselectable`,valphabetic:`vAlphabetic`,"v-alphabetic":`vAlphabetic`,values:`values`,vectoreffect:`vectorEffect`,"vector-effect":`vectorEffect`,version:`version`,vertadvy:`vertAdvY`,"vert-adv-y":`vertAdvY`,vertoriginx:`vertOriginX`,"vert-origin-x":`vertOriginX`,vertoriginy:`vertOriginY`,"vert-origin-y":`vertOriginY`,vhanging:`vHanging`,"v-hanging":`vHanging`,videographic:`vIdeographic`,"v-ideographic":`vIdeographic`,viewbox:`viewBox`,viewtarget:`viewTarget`,visibility:`visibility`,vmathematical:`vMathematical`,"v-mathematical":`vMathematical`,vocab:`vocab`,widths:`widths`,wordspacing:`wordSpacing`,"word-spacing":`wordSpacing`,writingmode:`writingMode`,"writing-mode":`writingMode`,x1:`x1`,x2:`x2`,x:`x`,xchannelselector:`xChannelSelector`,xheight:`xHeight`,"x-height":`xHeight`,xlinkactuate:`xlinkActuate`,"xlink:actuate":`xlinkActuate`,xlinkarcrole:`xlinkArcrole`,"xlink:arcrole":`xlinkArcrole`,xlinkhref:`xlinkHref`,"xlink:href":`xlinkHref`,xlinkrole:`xlinkRole`,"xlink:role":`xlinkRole`,xlinkshow:`xlinkShow`,"xlink:show":`xlinkShow`,xlinktitle:`xlinkTitle`,"xlink:title":`xlinkTitle`,xlinktype:`xlinkType`,"xlink:type":`xlinkType`,xmlbase:`xmlBase`,"xml:base":`xmlBase`,xmllang:`xmlLang`,"xml:lang":`xmlLang`,xmlns:`xmlns`,"xml:space":`xmlSpace`,xmlnsxlink:`xmlnsXlink`,"xmlns:xlink":`xmlnsXlink`,xmlspace:`xmlSpace`,y1:`y1`,y2:`y2`,y:`y`,ychannelselector:`yChannelSelector`,z:`z`,zoomandpan:`zoomAndPan`},mr={},hr=/^on./,gr=/^on[^A-Z]/,_r=RegExp(`^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),vr=RegExp(`^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),yr=/^(?:webkit|moz|o)[A-Z]/,br=/^-ms-/,xr=/-(.)/g,Sr=/;\s*$/,Cr={},wr={},Tr=!1,Er=!1,Dr=/["'&<>]/,Or=/([A-Z])/g,kr=/^ms-/,Ar=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,$=An.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,jr=jn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Mr=Object.freeze({pending:!1,data:null,method:null,action:null}),Nr=jr.d;jr.d={f:Nr.f,r:Nr.r,D:function(e){var t=Ts||null;if(t){var n=t.resumableState,r=t.renderState;if(typeof e==`string`&&e){if(!n.dnsResources.hasOwnProperty(e)){n.dnsResources[e]=Vr,n=r.headers;var i,a;(a=n&&0<n.remainingCapacity)&&(a=(i=`<`+Ne(e)+`>; rel=dns-prefetch`,0<=(n.remainingCapacity-=i.length+2))),a?(r.resets.dns[e]=Vr,n.preconnects&&(n.preconnects+=`, `),n.preconnects+=i):(i=[],ie(i,{href:e,rel:`dns-prefetch`}),r.preconnects.add(i))}wn(t)}}else Nr.D(e)},C:function(e,t){var n=Ts||null;if(n){var r=n.resumableState,i=n.renderState;if(typeof e==`string`&&e){var a=t===`use-credentials`?`credentials`:typeof t==`string`?`anonymous`:`default`;if(!r.connectResources[a].hasOwnProperty(e)){r.connectResources[a][e]=Vr,r=i.headers;var o,s;if(s=r&&0<r.remainingCapacity){if(s=`<`+Ne(e)+`>; rel=preconnect`,typeof t==`string`){var c=Fe(t,`crossOrigin`);s+=`; crossorigin="`+c+`"`}s=(o=s,0<=(r.remainingCapacity-=o.length+2))}s?(i.resets.connect[a][e]=Vr,r.preconnects&&(r.preconnects+=`, `),r.preconnects+=o):(a=[],ie(a,{rel:`preconnect`,href:e,crossOrigin:t}),i.preconnects.add(a))}wn(n)}}else Nr.C(e,t)},L:function(e,t,n){var r=Ts||null;if(r){var i=r.resumableState,a=r.renderState;if(t&&e){switch(t){case`image`:if(n)var o=n.imageSrcSet,s=n.imageSizes,c=n.fetchPriority;var l=o?o+`
|
|
137
|
-
`+(s||``):e;if(i.imageResources.hasOwnProperty(l))return;i.imageResources[l]=Hr,i=a.headers;var u;i&&0<i.remainingCapacity&&typeof o!=`string`&&c===`high`&&(u=Me(e,t,n),0<=(i.remainingCapacity-=u.length+2))?(a.resets.image[l]=Hr,i.highImagePreloads&&(i.highImagePreloads+=`, `),i.highImagePreloads+=u):(i=[],ie(i,er({rel:`preload`,href:o?void 0:e,as:t},n)),c===`high`?a.highImagePreloads.add(i):(a.bulkPreloads.add(i),a.preloads.images.set(l,i)));break;case`style`:if(i.styleResources.hasOwnProperty(e))return;o=[],ie(o,er({rel:`preload`,href:e,as:t},n)),i.styleResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?Hr:[n.crossOrigin,n.integrity],a.preloads.stylesheets.set(e,o),a.bulkPreloads.add(o);break;case`script`:if(i.scriptResources.hasOwnProperty(e))return;o=[],a.preloads.scripts.set(e,o),a.bulkPreloads.add(o),ie(o,er({rel:`preload`,href:e,as:t},n)),i.scriptResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?Hr:[n.crossOrigin,n.integrity];break;default:if(i.unknownResources.hasOwnProperty(t)){if(o=i.unknownResources[t],o.hasOwnProperty(e))return}else o={},i.unknownResources[t]=o;if(o[e]=Hr,(i=a.headers)&&0<i.remainingCapacity&&t===`font`&&(l=Me(e,t,n),0<=(i.remainingCapacity-=l.length+2)))a.resets.font[e]=Hr,i.fontPreloads&&(i.fontPreloads+=`, `),i.fontPreloads+=l;else switch(i=[],e=er({rel:`preload`,href:e,as:t},n),ie(i,e),t){case`font`:a.fontPreloads.add(i);break;default:a.bulkPreloads.add(i)}}wn(r)}}else Nr.L(e,t,n)},m:function(e,t){var n=Ts||null;if(n){var r=n.resumableState,i=n.renderState;if(e){var a=t&&typeof t.as==`string`?t.as:`script`;switch(a){case`script`:if(r.moduleScriptResources.hasOwnProperty(e))return;a=[],r.moduleScriptResources[e]=!t||typeof t.crossOrigin!=`string`&&typeof t.integrity!=`string`?Hr:[t.crossOrigin,t.integrity],i.preloads.moduleScripts.set(e,a);break;default:if(r.moduleUnknownResources.hasOwnProperty(a)){var o=r.unknownResources[a];if(o.hasOwnProperty(e))return}else o={},r.moduleUnknownResources[a]=o;a=[],o[e]=Hr}ie(a,er({rel:`modulepreload`,href:e},t)),i.bulkPreloads.add(a),wn(n)}}else Nr.m(e,t)},X:function(e,t){var n=Ts||null;if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.scriptResources.hasOwnProperty(e)?r.scriptResources[e]:void 0;a!==Vr&&(r.scriptResources[e]=Vr,t=er({src:e,async:!0},t),a&&(a.length===2&&je(t,a),e=i.preloads.scripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),ce(e,t),wn(n))}}else Nr.X(e,t)},S:function(e,t,n){var r=Ts||null;if(r){var i=r.resumableState,a=r.renderState;if(e){t||=`default`;var o=a.styles.get(t),s=i.styleResources.hasOwnProperty(e)?i.styleResources[e]:void 0;s!==Vr&&(i.styleResources[e]=Vr,o||(o={precedence:C(t),rules:[],hrefs:[],sheets:new Map},a.styles.set(t,o)),t={state:Xa,props:er({rel:`stylesheet`,href:e,"data-precedence":t},n)},s&&(s.length===2&&je(t.props,s),(a=a.preloads.stylesheets.get(e))&&0<a.length?a.length=0:t.state=Za),o.sheets.set(e,t),wn(r))}}else Nr.S(e,t,n)},M:function(e,t){var n=Ts||null;if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.moduleScriptResources.hasOwnProperty(e)?r.moduleScriptResources[e]:void 0;a!==Vr&&(r.moduleScriptResources[e]=Vr,t=er({src:e,type:`module`,async:!0},t),a&&(a.length===2&&je(t,a),e=i.preloads.moduleScripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),ce(e,t),wn(n))}}else Nr.M(e,t)}};var Pr=0,Fr=1,Ir=2,Lr=4,Rr=8,zr=32,Br=64,Vr=null,Hr=[];Object.freeze(Hr);var Ur=null,Wr=`<\/script>`,Gr=/(<\/|<)(s)(cript)/gi,Kr={},qr=0,Jr=1,Yr=2,Xr=3,Zr=4,Qr=5,$r=6,ei=7,ti=8,ni=9,ri=new Map,ii=` style="`,ai=`:`,oi=`;`,si=` `,ci=`="`,li=`"`,ui=`=""`,di=C(`javascript:throw new Error('React form unexpectedly submitted.')`),fi=`>`,pi=`/>`,mi=!1,hi=!1,gi=!1,_i=!1,vi=!1,yi=!1,bi=!1,xi=!1,Si=!1,Ci=!1,wi=!1,Ti=`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,Ei=/(<\/|<)(s)(tyle)/gi,Di=`
|
|
138
|
-
`,Oi=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ki=new Map,Ai=new Map,ji=`requestAnimationFrame(function(){$RT=performance.now()});`,Mi=`<template id="`,Ni=`"></template>`,Pi=`<!--$-->`,Fi=`<!--$?--><template id="`,Ii=`"></template>`,Li=`<!--$!-->`,Ri=`<!--/$-->`,zi=`<template`,Bi=`"`,Vi=` data-dgst="`,Hi=` data-msg="`,Ui=` data-stck="`,Wi=` data-cstck="`,Gi=`></template>`,Ki=`<div hidden id="`,qi=`">`,Ji=`</div>`,Yi=`<svg aria-hidden="true" style="display:none" id="`,Xi=`">`,Zi=`</svg>`,Qi=`<math aria-hidden="true" style="display:none" id="`,$i=`">`,ea=`</math>`,ta=`<table hidden id="`,na=`">`,ra=`</table>`,ia=`<table hidden><tbody id="`,aa=`">`,oa=`</tbody></table>`,sa=`<table hidden><tr id="`,ca=`">`,la=`</tr></table>`,ua=`<table hidden><colgroup id="`,da=`">`,fa=`</colgroup></table>`,pa=`$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("`,ma=`$RS("`,ha=`","`,ga=`")<\/script>`,_a=`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
139
|
-
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`,va=`$RC("`,ya=`$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
|
|
140
|
-
"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
|
|
141
|
-
"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`,ba=`$RR("`,xa=`","`,Sa=`",`,Ca=`"`,wa=`)<\/script>`,Ta=`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};`,Ea=`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("`,Da=`$RX("`,Oa=`"`,ka=`,`,Aa=`)<\/script>`,ja=/[<\u2028\u2029]/g,Ma=/[&><\u2028\u2029]/g,Na=` media="not all" data-precedence="`,Pa=`" data-href="`,Fa=`">`,Ia=`</style>`,La=!1,Ra=!0,za=[],Ba=` data-precedence="`,Va=`" data-href="`,Ha=` `,Ua=`">`,Wa=`</style>`,Ga=` id="`,Ka=`[`,qa=`,[`,Ja=`,`,Ya=`]`,Xa=0,Za=1,Qa=2,$a=3,eo=/[<>\r\n]/g,to=/["';,\r\n]/g,no=``,ro=Function.prototype.bind,io=Symbol.for(`react.client.reference`),ao={};Object.freeze(ao);var oo={},so=null,co={},lo={},uo=new Set,fo=new Set,po=new Set,mo=new Set,ho=new Set,go=new Set,_o=new Set,vo=new Set,yo=new Set,bo={enqueueSetState:function(e,t,n){var r=e._reactInternals;r.queue===null?q(e,`setState`):(r.queue.push(t),n!=null&&K(n))},enqueueReplaceState:function(e,t,n){e=e._reactInternals,e.replace=!0,e.queue=[t],n!=null&&K(n)},enqueueForceUpdate:function(e,t){e._reactInternals.queue===null?q(e,`forceUpdate`):t!=null&&K(t)}},xo={id:1,overflow:``},So=Math.clz32?Math.clz32:Ye,Co=Math.log,wo=Math.LN2,To=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),Eo=null,Do=typeof Object.is==`function`?Object.is:$e,Oo=null,ko=null,Ao=null,jo=null,Mo=null,No=null,Po=!1,Fo=!1,Io=0,Lo=0,Ro=-1,zo=0,Bo=null,Vo=null,Ho=0,Uo=!1,Wo,Go={readContext:it,use:function(e){if(typeof e==`object`&&e){if(typeof e.then==`function`)return pt(e);if(e.$$typeof===Rn)return it(e)}throw Error(`An unsupported type was passed to use(): `+String(e))},useContext:function(e){return Wo=`useContext`,Y(),e._currentValue2},useMemo:st,useReducer:ot,useRef:function(e){Oo=Y(),No=tt();var t=No.memoizedState;return t===null?(e={current:e},Object.seal(e),No.memoizedState=e):t},useState:function(e){return Wo=`useState`,ot(at,e)},useInsertionEffect:Xe,useLayoutEffect:Xe,useCallback:function(e,t){return st(function(){return e},t)},useImperativeHandle:Xe,useEffect:Xe,useDebugValue:Xe,useDeferredValue:function(e,t){return Y(),t===void 0?e:t},useTransition:function(){return Y(),[!1,ut]},useId:function(){var e=ko.treeContext,t=e.overflow;e=e.id,e=(e&~(1<<32-So(e)-1)).toString(32)+t;var n=Ko;if(n===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component.`);return t=Io++,e=`_`+n.idPrefix+`R_`+e,0<t&&(e+=`H`+t.toString(32)),e+`_`},useSyncExternalStore:function(e,t,n){if(n===void 0)throw Error(`Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.`);return n()},useOptimistic:function(e){return Y(),[e,dt]},useActionState:ft,useFormState:ft,useHostTransitionStatus:function(){return Y(),Mr},useMemoCache:function(e){for(var t=Array(e),n=0;n<e;n++)t[n]=qn;return t},useCacheRefresh:function(){return mt},useEffectEvent:function(){return lt}},Ko=null,qo=null,Jo={getCacheForType:function(){throw Error(`Not implemented.`)},cacheSignal:function(){throw Error(`Not implemented.`)},getOwner:function(){return qo===null?null:qo.componentStack}},Yo=0,Xo,Zo,Qo,$o,es,ts,ns;ht.__reactDisabledLog=!0;var rs,is,as=!1,os=new(typeof WeakMap==`function`?WeakMap:Map),ss={react_stack_bottom_frame:function(e,t,n){return e(t,n)}},cs=ss.react_stack_bottom_frame.bind(ss),ls={react_stack_bottom_frame:function(e){return e.render()}},us=ls.react_stack_bottom_frame.bind(ls),ds={react_stack_bottom_frame:function(e){var t=e._init;return t(e._payload)}},fs=ds.react_stack_bottom_frame.bind(ds),ps=0;if(typeof performance==`object`&&typeof performance.now==`function`)var ms=performance,hs=function(){return ms.now()};else{var gs=Date;hs=function(){return gs.now()}}var _s=4,vs=0,ys=1,bs=2,xs=3,Ss=4,Cs=5,ws=14,Ts=null,Es={},Ds={},Os={},ks={},As=!1,js=!1,Ms=!1,Ns=0,Ps=!1;e.renderToStaticMarkup=function(e,t){return kn(e,t,!0,`The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server`)},e.renderToString=function(e,t){return kn(e,t,!1,`The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server`)},e.version=`19.2.0`})()})),l=t((t=>{process.env.NODE_ENV!==`production`&&(function(){function r(e,t,n,r){return``+t+(n===`s`?`\\73 `:`\\53 `)+r}function i(e,t,n,r){return``+t+(n===`s`?`\\u0073`:`\\u0053`)+r}function o(e){return typeof e!=`object`||!e?null:(e=wr&&e[wr]||e[`@@iterator`],typeof e==`function`?e:null)}function s(e){return e=Object.prototype.toString.call(e),e.slice(8,e.length-1)}function c(e){var t=JSON.stringify(e);return`"`+e+`"`===t?e:t}function l(e){switch(typeof e){case`string`:return JSON.stringify(10>=e.length?e:e.slice(0,10)+`...`);case`object`:return Tr(e)?`[...]`:e!==null&&e.$$typeof===Or?`client`:(e=s(e),e===`Object`?`{...}`:e);case`function`:return e.$$typeof===Or?`client`:(e=e.displayName||e.name)?`function `+e:`function`;default:return String(e)}}function u(e){if(typeof e==`string`)return e;switch(e){case hr:return`Suspense`;case gr:return`SuspenseList`}if(typeof e==`object`)switch(e.$$typeof){case mr:return u(e.render);case _r:return u(e.type);case vr:var t=e._payload;e=e._init;try{return u(e(t))}catch{}}return``}function d(e,t){var n=s(e);if(n!==`Object`&&n!==`Array`)return n;var r=-1,i=0;if(Tr(e))if(Dr.has(e)){var a=Dr.get(e);n=`<`+u(a)+`>`;for(var o=0;o<e.length;o++){var f=e[o];f=typeof f==`string`?f:typeof f==`object`&&f?`{`+d(f)+`}`:`{`+l(f)+`}`,``+o===t?(r=n.length,i=f.length,n+=f):n=15>f.length&&40>n.length+f.length?n+f:n+`{...}`}n+=`</`+u(a)+`>`}else{for(n=`[`,a=0;a<e.length;a++)0<a&&(n+=`, `),o=e[a],o=typeof o==`object`&&o?d(o):l(o),``+a===t?(r=n.length,i=o.length,n+=o):n=10>o.length&&40>n.length+o.length?n+o:n+`...`;n+=`]`}else if(e.$$typeof===sr)n=`<`+u(e.type)+`/>`;else{if(e.$$typeof===Or)return`client`;if(Er.has(e)){for(n=Er.get(e),n=`<`+(u(n)||`...`),a=Object.keys(e),o=0;o<a.length;o++){n+=` `,f=a[o],n+=c(f)+`=`;var p=e[f],m=f===t&&typeof p==`object`&&p?d(p):l(p);typeof p!=`string`&&(m=`{`+m+`}`),f===t?(r=n.length,i=m.length,n+=m):n=10>m.length&&40>n.length+m.length?n+m:n+`...`}n+=`>`}else{for(n=`{`,a=Object.keys(e),o=0;o<a.length;o++)0<o&&(n+=`, `),f=a[o],n+=c(f)+`: `,p=e[f],p=typeof p==`object`&&p?d(p):l(p),f===t?(r=n.length,i=p.length,n+=p):n=10>p.length&&40>n.length+p.length?n+p:n+`...`;n+=`}`}}return t===void 0?n:-1<r&&0<i?(e=` `.repeat(r)+`^`.repeat(i),`
|
|
142
|
-
`+n+`
|
|
143
|
-
`+e):`
|
|
144
|
-
`+n}function f(e){typeof e.flush==`function`&&e.flush()}function p(e,t){if(typeof t==`string`){if(t.length!==0)if(2048<3*t.length)0<$&&(m(e,Ar.subarray(0,$)),Ar=new Uint8Array(2048),$=0),m(e,t);else{var n=Ar;0<$&&(n=Ar.subarray($)),n=Mr.encodeInto(t,n);var r=n.read;$+=n.written,r<t.length&&(m(e,Ar.subarray(0,$)),Ar=new Uint8Array(2048),$=Mr.encodeInto(t.slice(r),Ar).written),$===2048&&(m(e,Ar),Ar=new Uint8Array(2048),$=0)}}else t.byteLength!==0&&(2048<t.byteLength?(0<$&&(m(e,Ar.subarray(0,$)),Ar=new Uint8Array(2048),$=0),m(e,t)):(n=Ar.length-$,n<t.byteLength&&(n===0?m(e,Ar):(Ar.set(t.subarray(0,n),$),$+=n,m(e,Ar),t=t.subarray(n)),Ar=new Uint8Array(2048),$=0),Ar.set(t,$),$+=t.byteLength,$===2048&&(m(e,Ar),Ar=new Uint8Array(2048),$=0)))}function m(e,t){e=e.write(t),jr&&=e}function h(e,t){return p(e,t),jr}function g(e){Ar&&0<$&&e.write(Ar.subarray(0,$)),Ar=null,$=0,jr=!0}function _(e){return e=Mr.encode(e),2048<e.byteLength&&console.error(`precomputed chunks must be smaller than the view size configured for this host. This is a bug in React.`),e}function v(e){return typeof e==`string`?Buffer.byteLength(e,`utf8`):e.byteLength}function y(e){return typeof Symbol==`function`&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||`Object`}function b(e){try{return x(e),!1}catch{return!0}}function x(e){return``+e}function S(e,t){if(b(e))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",t,y(e)),x(e)}function ee(e,t){if(b(e))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",t,y(e)),x(e)}function te(e){if(b(e))return console.error(`The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.`,y(e)),x(e)}function C(e){return Pr.call(Lr,e)?!0:Pr.call(Ir,e)?!1:Fr.test(e)?Lr[e]=!0:(Ir[e]=!0,console.error("Invalid attribute name: `%s`",e),!1)}function w(e,t){Br[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||(e===`select`?console.error("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`."):console.error("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.")),t.onChange||t.readOnly||t.disabled||t.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function T(e,t){if(Pr.call(Hr,t)&&Hr[t])return!0;if(Wr.test(t)){if(e=`aria-`+t.slice(4).toLowerCase(),e=Vr.hasOwnProperty(e)?e:null,e==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Hr[t]=!0;if(t!==e)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,e),Hr[t]=!0}if(Ur.test(t)){if(e=t.toLowerCase(),e=Vr.hasOwnProperty(e)?e:null,e==null)return Hr[t]=!0,!1;t!==e&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,e),Hr[t]=!0)}return!0}function E(e,t){var n=[],r;for(r in t)T(e,r)||n.push(r);t=n.map(function(e){return"`"+e+"`"}).join(`, `),n.length===1?console.error(`Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props`,t,e):1<n.length&&console.error(`Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props`,t,e)}function D(e,t,n,r){if(Pr.call(qr,t)&&qr[t])return!0;var i=t.toLowerCase();if(i===`onfocusin`||i===`onfocusout`)return console.error(`React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React.`),qr[t]=!0;if(typeof n==`function`&&(e===`form`&&t===`action`||e===`input`&&t===`formAction`||e===`button`&&t===`formAction`))return!0;if(r!=null){if(e=r.possibleRegistrationNames,r.registrationNameDependencies.hasOwnProperty(t))return!0;if(r=e.hasOwnProperty(i)?e[i]:null,r!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",t,r),qr[t]=!0;if(Jr.test(t))return console.error("Unknown event handler property `%s`. It will be ignored.",t),qr[t]=!0}else if(Jr.test(t))return Yr.test(t)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),qr[t]=!0;if(Xr.test(t)||Zr.test(t))return!0;if(i===`innerhtml`)return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),qr[t]=!0;if(i===`aria`)return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),qr[t]=!0;if(i===`is`&&n!=null&&typeof n!=`string`)return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof n),qr[t]=!0;if(typeof n==`number`&&isNaN(n))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),qr[t]=!0;if(Kr.hasOwnProperty(i)){if(i=Kr[i],i!==t)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",t,i),qr[t]=!0}else if(t!==i)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,i),qr[t]=!0;switch(t){case`dangerouslySetInnerHTML`:case`children`:case`style`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`ref`:return!0;case`innerText`:case`textContent`:return!0}switch(typeof n){case`boolean`:switch(t){case`autoFocus`:case`checked`:case`multiple`:case`muted`:case`selected`:case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:case`capture`:case`download`:case`inert`:return!0;default:return i=t.toLowerCase().slice(0,5),i===`data-`||i===`aria-`?!0:(n?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',n,t,t,n,t):console.error(`Received \`%s\` for a non-boolean attribute \`%s\`.
|
|
145
|
-
|
|
146
|
-
If you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.
|
|
147
|
-
|
|
148
|
-
If you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.`,n,t,t,n,t,t,t),qr[t]=!0)}case`function`:case`symbol`:return qr[t]=!0,!1;case`string`:if(n===`false`||n===`true`){switch(t){case`checked`:case`selected`:case`multiple`:case`muted`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:case`inert`:break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",n,t,n===`false`?`The browser will interpret it as a truthy value.`:`Although this works, it will not work as expected if you pass the string "false".`,t,n),qr[t]=!0}}return!0}function O(e,t,n){var r=[],i;for(i in t)D(e,i,t[i],n)||r.push(i);t=r.map(function(e){return"`"+e+"`"}).join(`, `),r.length===1?console.error(`Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior `,t,e):1<r.length&&console.error(`Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior `,t,e)}function k(e){return e.replace(ei,function(e,t){return t.toUpperCase()})}function A(e){if(typeof e==`boolean`||typeof e==`number`||typeof e==`bigint`)return``+e;te(e),e=``+e;var t=oi.exec(e);if(t){var n=``,r,i=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=`"`;break;case 38:t=`&`;break;case 39:t=`'`;break;case 60:t=`<`;break;case 62:t=`>`;break;default:continue}i!==r&&(n+=e.slice(i,r)),i=r+1,n+=t}e=i===r?n:n+e.slice(i,r)}return e}function j(e){return li.test(``+e)?`javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')`:e}function M(e){return te(e),(``+e).replace(Ni,i)}function N(e,t,n,r,i,a){n=typeof t==`string`?t:t&&t.script;var o=n===void 0?wi:_(`<script nonce="`+A(n)+`"`),s=typeof t==`string`?void 0:t&&t.style,c=s===void 0?Mi:_(`<style nonce="`+A(s)+`"`),l=e.idPrefix,u=[],d=e.bootstrapScriptContent,f=e.bootstrapScripts,p=e.bootstrapModules;if(d!==void 0&&(u.push(o),Le(u,e),u.push(ia,M(d),Ti)),d=[],r!==void 0&&(d.push(Pi),d.push(M(JSON.stringify(r))),d.push(Fi)),i&&typeof a==`number`&&0>=a&&console.error("React expected a positive non-zero `maxHeadersLength` option but found %s instead. When using the `onHeaders` option you may supply an optional `maxHeadersLength` option as well however, when setting this value to zero or less no headers will be captured.",a===0?`zero`:a),r=i?{preconnects:``,fontPreloads:``,highImagePreloads:``,remainingCapacity:2+(typeof a==`number`?a:2e3)}:null,i={placeholderPrefix:_(l+`P:`),segmentPrefix:_(l+`S:`),boundaryPrefix:_(l+`B:`),startInlineScript:o,startInlineStyle:c,preamble:F(),externalRuntimeScript:null,bootstrapChunks:u,importMapChunks:d,onHeaders:i,headers:r,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:{script:n,style:s},hoistableState:null,stylesToHoist:!1},f!==void 0)for(r=0;r<f.length;r++)a=f[r],c=s=void 0,l={rel:`preload`,as:`script`,fetchPriority:`low`,nonce:t},typeof a==`string`?l.href=o=a:(l.href=o=a.src,l.integrity=c=typeof a.integrity==`string`?a.integrity:void 0,l.crossOrigin=s=typeof a==`string`||a.crossOrigin==null?void 0:a.crossOrigin===`use-credentials`?`use-credentials`:``),Ve(e,i,o,l),u.push(Ei,A(o),ea),n&&u.push(Oi,A(n),ea),typeof c==`string`&&u.push(ki,A(c),ea),typeof s==`string`&&u.push(Ai,A(s),ea),Le(u,e),u.push(ji);if(p!==void 0)for(t=0;t<p.length;t++)f=p[t],o=a=void 0,s={rel:`modulepreload`,fetchPriority:`low`,nonce:n},typeof f==`string`?s.href=r=f:(s.href=r=f.src,s.integrity=o=typeof f.integrity==`string`?f.integrity:void 0,s.crossOrigin=a=typeof f==`string`||f.crossOrigin==null?void 0:f.crossOrigin===`use-credentials`?`use-credentials`:``),Ve(e,i,r,s),u.push(Di,A(r),ea),n&&u.push(Oi,A(n),ea),typeof o==`string`&&u.push(ki,A(o),ea),typeof a==`string`&&u.push(Ai,A(a),ea),Le(u,e),u.push(ji);return i}function P(e,t,n,r,i){return{idPrefix:e===void 0?``:e,nextFormID:0,streamingFormat:0,bootstrapScriptContent:n,bootstrapScripts:r,bootstrapModules:i,instructions:mi,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function F(){return{htmlChunks:null,headChunks:null,bodyChunks:null}}function I(e,t,n,r){return{insertionMode:e,selectedValue:t,tagScope:n,viewTransition:r}}function L(e){return I(e===`http://www.w3.org/2000/svg`?Vi:e===`http://www.w3.org/1998/Math/MathML`?Hi:Li,null,0,null)}function R(e,t,n){var r=e.tagScope&-25;switch(t){case`noscript`:return I(zi,null,r|1,null);case`select`:return I(zi,n.value==null?n.defaultValue:n.value,r,null);case`svg`:return I(Vi,null,r,null);case`picture`:return I(zi,null,r|2,null);case`math`:return I(Hi,null,r,null);case`foreignObject`:return I(zi,null,r,null);case`table`:return I(Ui,null,r,null);case`thead`:case`tbody`:case`tfoot`:return I(Wi,null,r,null);case`colgroup`:return I(Ki,null,r,null);case`tr`:return I(Gi,null,r,null);case`head`:if(e.insertionMode<zi)return I(Bi,null,r,null);break;case`html`:if(e.insertionMode===Li)return I(Ri,null,r,null)}return e.insertionMode>=Ui||e.insertionMode<zi?I(zi,null,r,null):e.tagScope===r?e:I(e.insertionMode,e.selectedValue,r,null)}function z(e){return e===null?null:{update:e.update,enter:`none`,exit:`none`,share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function B(e,t){return t.tagScope&32&&(e.instructions|=128),I(t.insertionMode,t.selectedValue,t.tagScope|12,z(t.viewTransition))}function V(e,t){e=z(t.viewTransition);var n=t.tagScope|16;return e!==null&&e.share!==`none`&&(n|=64),I(t.insertionMode,t.selectedValue,n,e)}function ne(e,t,n,r){return t===``?r:(r&&e.push(qi),e.push(A(t)),!0)}function re(e,t){if(typeof t!=`object`)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var n=!0,r;for(r in t)if(Pr.call(t,r)){var i=t[r];if(i!=null&&typeof i!=`boolean`&&i!==``){if(r.indexOf(`--`)===0){var a=A(r);ee(i,r),i=A((``+i).trim())}else{a=r;var o=i;if(-1<a.indexOf(`-`)){var s=a;ni.hasOwnProperty(s)&&ni[s]||(ni[s]=!0,console.error(`Unsupported style property %s. Did you mean %s?`,s,k(s.replace($r,`ms-`))))}else if(Qr.test(a))s=a,ni.hasOwnProperty(s)&&ni[s]||(ni[s]=!0,console.error(`Unsupported vendor-prefixed style property %s. Did you mean %s?`,s,s.charAt(0).toUpperCase()+s.slice(1)));else if(ti.test(o)){s=a;var c=o;ri.hasOwnProperty(c)&&ri[c]||(ri[c]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,s,c.replace(ti,``)))}typeof o==`number`&&(isNaN(o)?ii||(ii=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",a)):isFinite(o)||ai||(ai=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",a))),a=r,o=Ji.get(a),o===void 0?(o=_(A(a.replace(si,`-$1`).toLowerCase().replace(ci,`-ms-`))),Ji.set(a,o),a=o):a=o,typeof i==`number`?i=i===0||Rr.has(r)?``+i:i+`px`:(ee(i,r),i=A((``+i).trim()))}n?(n=!1,e.push(Yi,a,Xi,i)):e.push(Zi,a,Xi,i)}}n||e.push(ea)}function ie(e,t,n){n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(Qi,t,ta)}function ae(e,t,n){typeof n!=`function`&&typeof n!=`symbol`&&typeof n!=`boolean`&&e.push(Qi,t,$i,A(n),ea)}function oe(e,t){this.push(ra),se(e),ae(this,`name`,t),ae(this,`value`,e),this.push(aa)}function se(e){if(typeof e!=`string`)throw Error(`File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.`)}function ce(e,t){if(typeof t.$$FORM_ACTION==`function`){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);return r&&r.data?.forEach(se),r}catch(e){if(typeof e==`object`&&e&&typeof e.then==`function`)throw e;console.error(`Failed to serialize an action for progressive enhancement:
|
|
149
|
-
%s`,e)}}return null}function H(e,t,n,r,i,a,o,s){var c=null;if(typeof r==`function`){s===null||ma||(ma=!0,console.error(`Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.`)),i===null&&a===null||ga||(ga=!0,console.error(`Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.`)),o===null||ha||(ha=!0,console.error(`Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window.`));var l=ce(t,r);l===null?(e.push(Qi,`formAction`,$i,na,ea),o=a=i=r=s=null,pe(t,n)):(s=l.name,r=l.action||``,i=l.encType,a=l.method,o=l.target,c=l.data)}return s!=null&&le(e,`name`,s),r!=null&&le(e,`formAction`,r),i!=null&&le(e,`formEncType`,i),a!=null&&le(e,`formMethod`,a),o!=null&&le(e,`formTarget`,o),c}function le(e,t,n){switch(t){case`className`:ae(e,`class`,n);break;case`tabIndex`:ae(e,`tabindex`,n);break;case`dir`:case`role`:case`viewBox`:case`width`:case`height`:ae(e,t,n);break;case`style`:re(e,n);break;case`src`:case`href`:if(n===``){t===`src`?console.error(`An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.`,t,t):console.error(`An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.`,t,t);break}case`action`:case`formAction`:if(n==null||typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;S(n,t),n=j(``+n),e.push(Qi,t,$i,A(n),ea);break;case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`autoFocus`:case`multiple`:case`muted`:ie(e,t.toLowerCase(),n);break;case`xlinkHref`:if(typeof n==`function`||typeof n==`symbol`||typeof n==`boolean`)break;S(n,t),n=j(``+n),e.push(Qi,`xlink:href`,$i,A(n),ea);break;case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:typeof n!=`function`&&typeof n!=`symbol`&&e.push(Qi,t,$i,A(n),ea);break;case`inert`:n!==``||Ii[t]||(Ii[t]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",t));case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(Qi,t,ta);break;case`capture`:case`download`:!0===n?e.push(Qi,t,ta):!1!==n&&typeof n!=`function`&&typeof n!=`symbol`&&e.push(Qi,t,$i,A(n),ea);break;case`cols`:case`rows`:case`size`:case`span`:typeof n!=`function`&&typeof n!=`symbol`&&!isNaN(n)&&1<=n&&e.push(Qi,t,$i,A(n),ea);break;case`rowSpan`:case`start`:typeof n==`function`||typeof n==`symbol`||isNaN(n)||e.push(Qi,t,$i,A(n),ea);break;case`xlinkActuate`:ae(e,`xlink:actuate`,n);break;case`xlinkArcrole`:ae(e,`xlink:arcrole`,n);break;case`xlinkRole`:ae(e,`xlink:role`,n);break;case`xlinkShow`:ae(e,`xlink:show`,n);break;case`xlinkTitle`:ae(e,`xlink:title`,n);break;case`xlinkType`:ae(e,`xlink:type`,n);break;case`xmlBase`:ae(e,`xml:base`,n);break;case`xmlLang`:ae(e,`xml:lang`,n);break;case`xmlSpace`:ae(e,`xml:space`,n);break;default:if((!(2<t.length)||t[0]!==`o`&&t[0]!==`O`||t[1]!==`n`&&t[1]!==`N`)&&(t=zr.get(t)||t,C(t))){switch(typeof n){case`function`:case`symbol`:return;case`boolean`:var r=t.toLowerCase().slice(0,5);if(r!==`data-`&&r!==`aria-`)return}e.push(Qi,t,$i,A(n),ea)}}}function ue(e,t,n){if(t!=null){if(n!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t!=`object`||!(`__html`in t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");t=t.__html,t!=null&&(te(t),e.push(``+t))}}function de(e,t){var n=e[t];n!=null&&(n=Tr(n),e.multiple&&!n?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.",t):!e.multiple&&n&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",t))}function fe(e){var t=``;return ir.Children.forEach(e,function(e){e!=null&&(t+=e,ua||typeof e==`string`||typeof e==`number`||typeof e==`bigint`||(ua=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),t}function pe(e,t){if((e.instructions&16)===mi){e.instructions|=16;var n=t.preamble,r=t.bootstrapChunks;(n.htmlChunks||n.headChunks)&&r.length===0?(r.push(t.startInlineScript),Le(r,e),r.push(ia,va,Ti)):r.unshift(t.startInlineScript,ia,va,Ti)}}function me(e,t){for(var n in e.push(be(`link`)),t)if(Pr.call(t,n)){var r=t[n];if(r!=null)switch(n){case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:le(e,n,r)}}return e.push(aa),null}function he(e){return te(e),(``+e).replace(xa,r)}function ge(e,t,n){for(var r in e.push(be(n)),t)if(Pr.call(t,r)){var i=t[r];if(i!=null)switch(r){case`children`:case`dangerouslySetInnerHTML`:throw Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:le(e,r,i)}}return e.push(aa),null}function _e(e,t){e.push(be(`title`));var n=null,r=null,i;for(i in t)if(Pr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:le(e,i,a)}}return e.push(ia),t=Array.isArray(n)?2>n.length?n[0]:null:n,typeof t!=`function`&&typeof t!=`symbol`&&t!=null&&e.push(A(``+t)),ue(e,r,n),e.push(Se(`title`)),null}function ve(e,t){e.push(be(`script`));var n=null,r=null,i;for(i in t)if(Pr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:le(e,i,a)}}return e.push(ia),n!=null&&typeof n!=`string`&&(t=typeof n==`number`?`a number for children`:Array.isArray(n)?`an array for children`:`something unexpected for children`,console.error(`A script element was rendered with %s. If script element has children it must be a single string. Consider using dangerouslySetInnerHTML or passing a plain string as children.`,t)),ue(e,r,n),typeof n==`string`&&e.push(M(n)),e.push(Se(`script`)),null}function ye(e,t,n){e.push(be(n));var r=n=null,i;for(i in t)if(Pr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:le(e,i,a)}}return e.push(ia),ue(e,r,n),n}function U(e,t,n){e.push(be(n));var r=n=null,i;for(i in t)if(Pr.call(t,i)){var a=t[i];if(a!=null)switch(i){case`children`:n=a;break;case`dangerouslySetInnerHTML`:r=a;break;default:le(e,i,a)}}return e.push(ia),ue(e,r,n),typeof n==`string`?(e.push(A(n)),null):n}function be(e){var t=Da.get(e);if(t===void 0){if(!Ea.test(e))throw Error(`Invalid tag: `+e);t=_(`<`+e),Da.set(e,t)}return t}function xe(e,t,n,r,i,a,o,s,c){E(t,n),t!==`input`&&t!==`textarea`&&t!==`select`||n==null||n.value!==null||Gr||(Gr=!0,t===`select`&&n.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",t):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",t));b:if(t.indexOf(`-`)===-1)var l=!1;else switch(t){case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:l=!1;break b;default:l=!0}switch(l||typeof n.is==`string`||O(t,n,null),!n.suppressContentEditableWarning&&n.contentEditable&&n.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),s.insertionMode!==Vi&&s.insertionMode!==Hi&&t.indexOf(`-`)===-1&&t.toLowerCase()!==t&&console.error(`<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.`,t),t){case`div`:case`span`:case`svg`:case`path`:break;case`a`:e.push(be(`a`));var u=null,d=null,f;for(f in n)if(Pr.call(n,f)){var p=n[f];if(p!=null)switch(f){case`children`:u=p;break;case`dangerouslySetInnerHTML`:d=p;break;case`href`:p===``?ae(e,`href`,``):le(e,f,p);break;default:le(e,f,p)}}if(e.push(ia),ue(e,d,u),typeof u==`string`){e.push(A(u));var m=null}else m=u;return m;case`g`:case`p`:case`li`:break;case`select`:w(`select`,n),de(n,`value`),de(n,`defaultValue`),n.value===void 0||n.defaultValue===void 0||ca||(console.error(`Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components`),ca=!0),e.push(be(`select`));var h=null,g=null,_;for(_ in n)if(Pr.call(n,_)){var v=n[_];if(v!=null)switch(_){case`children`:h=v;break;case`dangerouslySetInnerHTML`:g=v;break;case`defaultValue`:case`value`:break;default:le(e,_,v)}}return e.push(ia),ue(e,g,h),h;case`option`:var y=s.selectedValue;e.push(be(`option`));var b=null,x=null,ee=null,T=null,D;for(D in n)if(Pr.call(n,D)){var k=n[D];if(k!=null)switch(D){case`children`:b=k;break;case`selected`:ee=k,fa||=(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),!0);break;case`dangerouslySetInnerHTML`:T=k;break;case`value`:x=k;default:le(e,D,k)}}if(y!=null){if(x!==null){S(x,`value`);var M=``+x}else T===null||da||(da=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")),M=fe(b);if(Tr(y)){for(var N=0;N<y.length;N++)if(S(y[N],`value`),``+y[N]===M){e.push(_a);break}}else S(y,`select.value`),``+y===M&&e.push(_a)}else ee&&e.push(_a);return e.push(ia),ue(e,T,b),b;case`textarea`:w(`textarea`,n),n.value===void 0||n.defaultValue===void 0||la||(console.error(`Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components`),la=!0),e.push(be(`textarea`));var P=null,F=null,I=null,L;for(L in n)if(Pr.call(n,L)){var R=n[L];if(R!=null)switch(L){case`children`:I=R;break;case`value`:P=R;break;case`defaultValue`:F=R;break;case`dangerouslySetInnerHTML`:throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:le(e,L,R)}}if(P===null&&F!==null&&(P=F),e.push(ia),I!=null){if(console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),P!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Tr(I)){if(1<I.length)throw Error(`<textarea> can only have at most one child.`);te(I[0]),P=``+I[0]}te(I),P=``+I}return typeof P==`string`&&P[0]===`
|
|
150
|
-
`&&e.push(Ta),P!==null&&(S(P,`value`),e.push(A(``+P))),null;case`input`:w(`input`,n),e.push(be(`input`));var z=null,B=null,V=null,ne=null,se=null,xe=null,Ce=null,we=null,Te=null,Ee;for(Ee in n)if(Pr.call(n,Ee)){var W=n[Ee];if(W!=null)switch(Ee){case`children`:case`dangerouslySetInnerHTML`:throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case`name`:z=W;break;case`formAction`:B=W;break;case`formEncType`:V=W;break;case`formMethod`:ne=W;break;case`formTarget`:se=W;break;case`defaultChecked`:Te=W;break;case`defaultValue`:Ce=W;break;case`checked`:we=W;break;case`value`:xe=W;break;default:le(e,Ee,W)}}B===null||n.type===`image`||n.type===`submit`||pa||(pa=!0,console.error(`An input can only specify a formAction along with type="submit" or type="image".`));var De=H(e,r,i,B,V,ne,se,z);return we===null||Te===null||sa||(console.error(`%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components`,`A component`,n.type),sa=!0),xe===null||Ce===null||oa||(console.error(`%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components`,`A component`,n.type),oa=!0),we===null?Te!==null&&ie(e,`checked`,Te):ie(e,`checked`,we),xe===null?Ce!==null&&le(e,`value`,Ce):le(e,`value`,xe),e.push(aa),De?.forEach(oe,e),null;case`button`:e.push(be(`button`));var Oe=null,ke=null,Ae=null,je=null,Me=null,Ne=null,Pe=null,Fe;for(Fe in n)if(Pr.call(n,Fe)){var Ie=n[Fe];if(Ie!=null)switch(Fe){case`children`:Oe=Ie;break;case`dangerouslySetInnerHTML`:ke=Ie;break;case`name`:Ae=Ie;break;case`formAction`:je=Ie;break;case`formEncType`:Me=Ie;break;case`formMethod`:Ne=Ie;break;case`formTarget`:Pe=Ie;break;default:le(e,Fe,Ie)}}je===null||n.type==null||n.type===`submit`||pa||(pa=!0,console.error(`A button can only specify a formAction along with type="submit" or no type.`));var Le=H(e,r,i,je,Me,Ne,Pe,Ae);if(e.push(ia),Le?.forEach(oe,e),ue(e,ke,Oe),typeof Oe==`string`){e.push(A(Oe));var Re=null}else Re=Oe;return Re;case`form`:e.push(be(`form`));var ze=null,Be=null,Ve=null,We=null,Ge=null,Ke=null,qe;for(qe in n)if(Pr.call(n,qe)){var G=n[qe];if(G!=null)switch(qe){case`children`:ze=G;break;case`dangerouslySetInnerHTML`:Be=G;break;case`action`:Ve=G;break;case`encType`:We=G;break;case`method`:Ge=G;break;case`target`:Ke=G;break;default:le(e,qe,G)}}var Je=null,K=null;if(typeof Ve==`function`){We===null&&Ge===null||ga||(ga=!0,console.error(`Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.`)),Ke===null||ha||(ha=!0,console.error(`Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window.`));var q=ce(r,Ve);q===null?(e.push(Qi,`action`,$i,na,ea),Ke=Ge=We=Ve=null,pe(r,i)):(Ve=q.action||``,We=q.encType,Ge=q.method,Ke=q.target,Je=q.data,K=q.name)}if(Ve!=null&&le(e,`action`,Ve),We!=null&&le(e,`encType`,We),Ge!=null&&le(e,`method`,Ge),Ke!=null&&le(e,`target`,Ke),e.push(ia),K!==null&&(e.push(ra),ae(e,`name`,K),e.push(aa),Je?.forEach(oe,e)),ue(e,Be,ze),typeof ze==`string`){e.push(A(ze));var J=null}else J=ze;return J;case`menuitem`:for(var Ye in e.push(be(`menuitem`)),n)if(Pr.call(n,Ye)){var Xe=n[Ye];if(Xe!=null)switch(Ye){case`children`:case`dangerouslySetInnerHTML`:throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:le(e,Ye,Xe)}}return e.push(ia),null;case`object`:e.push(be(`object`));var Ze=null,Qe=null,$e;for($e in n)if(Pr.call(n,$e)){var Y=n[$e];if(Y!=null)switch($e){case`children`:Ze=Y;break;case`dangerouslySetInnerHTML`:Qe=Y;break;case`data`:S(Y,`data`);var et=j(``+Y);if(et===``){console.error(`An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.`,$e,$e);break}e.push(Qi,`data`,$i,A(et),ea);break;default:le(e,$e,Y)}}if(e.push(ia),ue(e,Qe,Ze),typeof Ze==`string`){e.push(A(Ze));var tt=null}else tt=Ze;return tt;case`title`:var nt=s.tagScope&1,rt=s.tagScope&4;if(Pr.call(n,`children`)){var it=n.children,at=Array.isArray(it)?2>it.length?it[0]:null:it;Array.isArray(it)&&1<it.length?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an Array with length %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert `children` of <title> tags to a single string value which is why Arrays of length greater than 1 are not supported. When using JSX it can be common to combine text nodes and value nodes. For example: <title>hello {nameOfUser}</title>. While not immediately apparent, `children` in this case is an Array with length 2. If your `children` prop is using this form try rewriting it using a template string: <title>{`hello ${nameOfUser}`}</title>.",it.length):typeof at==`function`||typeof at==`symbol`?console.error("React expect children of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value.",typeof at==`function`?`a Function`:`a Sybmol`):at&&at.toString==={}.toString&&(at.$$typeof==null?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that does not implement a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value. Using the default `toString` method available on every object is almost certainly an error. Consider whether the `children` of this <title> is an object in error and change it to a string or number value if so. Otherwise implement a `toString` method that React can use to produce a valid <title>."):console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that appears to be a React element which never implements a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value which is why rendering React elements is not supported. If the `children` of <title> is a React Component try moving the <title> tag into that component. If the `children` of <title> is some HTML markup change it to be Text only to be valid HTML."))}if(s.insertionMode===Vi||nt||n.itemProp!=null)var ot=_e(e,n);else rt?ot=null:(_e(i.hoistableChunks,n),ot=void 0);return ot;case`link`:var st=s.tagScope&1,ct=s.tagScope&4,lt=n.rel,ut=n.href,dt=n.precedence;if(s.insertionMode===Vi||st||n.itemProp!=null||typeof lt!=`string`||typeof ut!=`string`||ut===``){lt===`stylesheet`&&typeof n.precedence==`string`&&(typeof ut==`string`&&ut||console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and expected the `href` prop to be a non-empty string but ecountered %s instead. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop ensure there is a non-empty string `href` prop as well, otherwise remove the `precedence` prop.',ut===null?"`null`":ut===void 0?"`undefined`":ut===``?`an empty string`:`something with type "`+typeof ut+`"`)),me(e,n);var ft=null}else if(n.rel===`stylesheet`)if(typeof dt!=`string`||n.disabled!=null||n.onLoad||n.onError){if(typeof dt==`string`){if(n.disabled!=null)console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and a `disabled` prop. The presence of the `disabled` prop indicates an intent to manage the stylesheet active state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the `disabled` prop, otherwise remove the `precedence` prop.');else if(n.onLoad||n.onError){var pt=n.onLoad&&n.onError?"`onLoad` and `onError` props":n.onLoad?"`onLoad` prop":"`onError` prop";console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',pt,pt)}}ft=me(e,n)}else{var mt=i.styles.get(dt),ht=r.styleResources.hasOwnProperty(ut)?r.styleResources[ut]:void 0;if(ht!==xi){r.styleResources[ut]=xi,mt||(mt={precedence:A(dt),rules:[],hrefs:[],sheets:new Map},i.styles.set(dt,mt));var gt={state:Qo,props:Nr({},n,{"data-precedence":n.precedence,precedence:null})};if(ht){ht.length===2&&He(gt.props,ht);var _t=i.preloads.stylesheets.get(ut);_t&&0<_t.length?_t.length=0:gt.state=$o}mt.sheets.set(ut,gt),o&&o.stylesheets.add(gt)}else if(mt){var vt=mt.sheets.get(ut);vt&&o&&o.stylesheets.add(vt)}c&&e.push(qi),ft=null}else n.onLoad||n.onError?ft=me(e,n):(c&&e.push(qi),ft=ct?null:me(i.hoistableChunks,n));return ft;case`script`:var yt=s.tagScope&1,bt=n.async;if(typeof n.src!=`string`||!n.src||!bt||typeof bt==`function`||typeof bt==`symbol`||n.onLoad||n.onError||s.insertionMode===Vi||yt||n.itemProp!=null)var xt=ve(e,n);else{var St=n.src;if(n.type===`module`)var Ct=r.moduleScriptResources,wt=i.preloads.moduleScripts;else Ct=r.scriptResources,wt=i.preloads.scripts;var Tt=Ct.hasOwnProperty(St)?Ct[St]:void 0;if(Tt!==xi){Ct[St]=xi;var Et=n;if(Tt){Tt.length===2&&(Et=Nr({},n),He(Et,Tt));var Dt=wt.get(St);Dt&&(Dt.length=0)}var Ot=[];i.scripts.add(Ot),ve(Ot,Et)}c&&e.push(qi),xt=null}return xt;case`style`:var kt=s.tagScope&1;if(Pr.call(n,`children`)){var At=n.children,jt=Array.isArray(At)?2>At.length?At[0]:null:At;(typeof jt==`function`||typeof jt==`symbol`||Array.isArray(jt))&&console.error("React expect children of <style> tags to be a string, number, or object with a `toString` method but found %s instead. In browsers style Elements can only have `Text` Nodes as children.",typeof jt==`function`?`a Function`:typeof jt==`symbol`?`a Sybmol`:`an Array`)}var Mt=n.precedence,Nt=n.href,Pt=n.nonce;if(s.insertionMode===Vi||kt||n.itemProp!=null||typeof Mt!=`string`||typeof Nt!=`string`||Nt===``){e.push(be(`style`));var Ft=null,It=null,Lt;for(Lt in n)if(Pr.call(n,Lt)){var X=n[Lt];if(X!=null)switch(Lt){case`children`:Ft=X;break;case`dangerouslySetInnerHTML`:It=X;break;default:le(e,Lt,X)}}e.push(ia);var Rt=Array.isArray(Ft)?2>Ft.length?Ft[0]:null:Ft;typeof Rt!=`function`&&typeof Rt!=`symbol`&&Rt!=null&&e.push(he(Rt)),ue(e,It,Ft),e.push(Se(`style`));var zt=null}else{Nt.includes(` `)&&console.error('React expected the `href` prop for a <style> tag opting into hoisting semantics using the `precedence` prop to not have any spaces but ecountered spaces instead. using spaces in this prop will cause hydration of this style to fail on the client. The href for the <style> where this ocurred is "%s".',Nt);var Bt=i.styles.get(Mt),Vt=r.styleResources.hasOwnProperty(Nt)?r.styleResources[Nt]:void 0;if(Vt!==xi){r.styleResources[Nt]=xi,Vt&&console.error(`React encountered a hoistable style tag for the same href as a preload: "%s". When using a style tag to inline styles you should not also preload it as a stylsheet.`,Nt),Bt||(Bt={precedence:A(Mt),rules:[],hrefs:[],sheets:new Map},i.styles.set(Mt,Bt));var Ht=i.nonce.style;if(Ht&&Ht!==Pt)console.error('React encountered a style tag with `precedence` "%s" and `nonce` "%s". When React manages style rules using `precedence` it will only include rules if the nonce matches the style nonce "%s" that was included with this render.',Mt,Pt,Ht);else{!Ht&&Pt&&console.error('React encountered a style tag with `precedence` "%s" and `nonce` "%s". When React manages style rules using `precedence` it will only include a nonce attributes if you also provide the same style nonce value as a render option.',Mt,Pt),Bt.hrefs.push(A(Nt));var Ut=Bt.rules,Wt=null,Gt=null,Kt;for(Kt in n)if(Pr.call(n,Kt)){var qt=n[Kt];if(qt!=null)switch(Kt){case`children`:Wt=qt;break;case`dangerouslySetInnerHTML`:Gt=qt}}var Jt=Array.isArray(Wt)?2>Wt.length?Wt[0]:null:Wt;typeof Jt!=`function`&&typeof Jt!=`symbol`&&Jt!=null&&Ut.push(he(Jt)),ue(Ut,Gt,Wt)}}Bt&&o&&o.styles.add(Bt),c&&e.push(qi),zt=void 0}return zt;case`meta`:var Yt=s.tagScope&1,Xt=s.tagScope&4;if(s.insertionMode===Vi||Yt||n.itemProp!=null)var Zt=ge(e,n,`meta`);else c&&e.push(qi),Zt=Xt?null:typeof n.charSet==`string`?ge(i.charsetChunks,n,`meta`):n.name===`viewport`?ge(i.viewportChunks,n,`meta`):ge(i.hoistableChunks,n,`meta`);return Zt;case`listing`:case`pre`:e.push(be(t));var Qt=null,$t=null,en;for(en in n)if(Pr.call(n,en)){var tn=n[en];if(tn!=null)switch(en){case`children`:Qt=tn;break;case`dangerouslySetInnerHTML`:$t=tn;break;default:le(e,en,tn)}}if(e.push(ia),$t!=null){if(Qt!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof $t!=`object`||!(`__html`in $t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var nn=$t.__html;nn!=null&&(typeof nn==`string`&&0<nn.length&&nn[0]===`
|
|
151
|
-
`?e.push(Ta,nn):(te(nn),e.push(``+nn)))}return typeof Qt==`string`&&Qt[0]===`
|
|
152
|
-
`&&e.push(Ta),Qt;case`img`:var rn=s.tagScope&3,Z=n.src,Q=n.srcSet;if(!(n.loading===`lazy`||!Z&&!Q||typeof Z!=`string`&&Z!=null||typeof Q!=`string`&&Q!=null||n.fetchPriority===`low`||rn)&&(typeof Z!=`string`||Z[4]!==`:`||Z[0]!==`d`&&Z[0]!==`D`||Z[1]!==`a`&&Z[1]!==`A`||Z[2]!==`t`&&Z[2]!==`T`||Z[3]!==`a`&&Z[3]!==`A`)&&(typeof Q!=`string`||Q[4]!==`:`||Q[0]!==`d`&&Q[0]!==`D`||Q[1]!==`a`&&Q[1]!==`A`||Q[2]!==`t`&&Q[2]!==`T`||Q[3]!==`a`&&Q[3]!==`A`)){o!==null&&s.tagScope&64&&(o.suspenseyImages=!0);var an=typeof n.sizes==`string`?n.sizes:void 0,on=Q?Q+`
|
|
153
|
-
`+(an||``):Z,sn=i.preloads.images,cn=sn.get(on);if(cn)(n.fetchPriority===`high`||10>i.highImagePreloads.size)&&(sn.delete(on),i.highImagePreloads.add(cn));else if(!r.imageResources.hasOwnProperty(on)){r.imageResources[on]=Si;var ln=n.crossOrigin,un=typeof ln==`string`?ln===`use-credentials`?ln:``:void 0,dn=i.headers,fn;dn&&0<dn.remainingCapacity&&typeof n.srcSet!=`string`&&(n.fetchPriority===`high`||500>dn.highImagePreloads.length)&&(fn=Ue(Z,`image`,{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:un,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(dn.remainingCapacity-=fn.length+2))?(i.resets.image[on]=Si,dn.highImagePreloads&&(dn.highImagePreloads+=`, `),dn.highImagePreloads+=fn):(cn=[],me(cn,{rel:`preload`,as:`image`,href:Q?void 0:Z,imageSrcSet:Q,imageSizes:an,crossOrigin:un,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),n.fetchPriority===`high`||10>i.highImagePreloads.size?i.highImagePreloads.add(cn):(i.bulkPreloads.add(cn),sn.set(on,cn)))}}return ge(e,n,`img`);case`base`:case`area`:case`br`:case`col`:case`embed`:case`hr`:case`keygen`:case`param`:case`source`:case`track`:case`wbr`:return ge(e,n,t);case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:break;case`head`:if(s.insertionMode<zi){var pn=a||i.preamble;if(pn.headChunks)throw Error("The `<head>` tag may only be rendered once.");a!==null&&e.push(Sa),pn.headChunks=[];var mn=ye(pn.headChunks,n,`head`)}else mn=U(e,n,`head`);return mn;case`body`:if(s.insertionMode<zi){var hn=a||i.preamble;if(hn.bodyChunks)throw Error("The `<body>` tag may only be rendered once.");a!==null&&e.push(Ca),hn.bodyChunks=[];var gn=ye(hn.bodyChunks,n,`body`)}else gn=U(e,n,`body`);return gn;case`html`:if(s.insertionMode===Li){var _n=a||i.preamble;if(_n.htmlChunks)throw Error("The `<html>` tag may only be rendered once.");a!==null&&e.push(wa),_n.htmlChunks=[Oa];var vn=ye(_n.htmlChunks,n,`html`)}else vn=U(e,n,`html`);return vn;default:if(t.indexOf(`-`)!==-1){e.push(be(t));var yn=null,bn=null,xn;for(xn in n)if(Pr.call(n,xn)){var Sn=n[xn];if(Sn!=null){var Cn=xn;switch(xn){case`children`:yn=Sn;break;case`dangerouslySetInnerHTML`:bn=Sn;break;case`style`:re(e,Sn);break;case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`ref`:break;case`className`:Cn=`class`;default:if(C(xn)&&typeof Sn!=`function`&&typeof Sn!=`symbol`&&!1!==Sn){if(!0===Sn)Sn=``;else if(typeof Sn==`object`)continue;e.push(Qi,Cn,$i,A(Sn),ea)}}}}return e.push(ia),ue(e,bn,yn),yn}}return U(e,n,t)}function Se(e){var t=ka.get(e);return t===void 0&&(t=_(`</`+e+`>`),ka.set(e,t)),t}function Ce(e,t){e=e.preamble,e.htmlChunks===null&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),e.headChunks===null&&t.headChunks&&(e.headChunks=t.headChunks),e.bodyChunks===null&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function we(e,t){t=t.bootstrapChunks;for(var n=0;n<t.length-1;n++)p(e,t[n]);return n<t.length?(n=t[n],t.length=0,h(e,n)):!0}function Te(e,t,n){if(p(e,Ia),n===null)throw Error(`An ID must have been assigned before we can complete the boundary.`);return p(e,t.boundaryPrefix),p(e,n.toString(16)),h(e,La)}function Ee(e,t,n,r){switch(n.insertionMode){case Li:case Ri:case Bi:case zi:return p(e,qa),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,Ja);case Vi:return p(e,Xa),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,Za);case Hi:return p(e,$a),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,eo);case Ui:return p(e,no),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,ro);case Wi:return p(e,ao),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,oo);case Gi:return p(e,co),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,lo);case Ki:return p(e,fo),p(e,t.segmentPrefix),p(e,r.toString(16)),h(e,po);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}function W(e,t){switch(t.insertionMode){case Li:case Ri:case Bi:case zi:return h(e,Ya);case Vi:return h(e,Qa);case Hi:return h(e,to);case Ui:return h(e,io);case Wi:return h(e,so);case Gi:return h(e,uo);case Ki:return h(e,mo);default:throw Error(`Unknown insertion mode. This is a bug in React.`)}}function De(e){return JSON.stringify(e).replace(No,function(e){switch(e){case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}function Oe(e){return JSON.stringify(e).replace(Po,function(e){switch(e){case`&`:return`\\u0026`;case`>`:return`\\u003e`;case`<`:return`\\u003c`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;default:throw Error(`escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}})}function ke(e){var t=e.rules,n=e.hrefs;0<t.length&&n.length===0&&console.error(`React expected to have at least one href for an a hoistable style but found none. This is a bug in React.`);var r=0;if(n.length){for(p(this,Ci.startInlineStyle),p(this,Fo),p(this,e.precedence),p(this,Io);r<n.length-1;r++)p(this,n[r]),p(this,Wo);for(p(this,n[r]),p(this,Lo),r=0;r<t.length;r++)p(this,t[r]);Bo=h(this,Ro),zo=!0,t.length=0,n.length=0}}function Ae(e){return e.state===es?!1:zo=!0}function je(e,t,n){return zo=!1,Bo=!0,Ci=n,t.styles.forEach(ke,e),Ci=null,t.stylesheets.forEach(Ae),zo&&(n.stylesToHoist=!0),Bo}function Me(e){for(var t=0;t<e.length;t++)p(this,e[t]);e.length=0}function Ne(e){me(Vo,e.props);for(var t=0;t<Vo.length;t++)p(this,Vo[t]);Vo.length=0,e.state=es}function Pe(e){var t=0<e.sheets.size;e.sheets.forEach(Ne,this),e.sheets.clear();var n=e.rules,r=e.hrefs;if(!t||r.length){if(p(this,Ci.startInlineStyle),p(this,Ho),p(this,e.precedence),e=0,r.length){for(p(this,Uo);e<r.length-1;e++)p(this,r[e]),p(this,Wo);p(this,r[e])}for(p(this,Go),e=0;e<n.length;e++)p(this,n[e]);p(this,Ko),n.length=0,r.length=0}}function Fe(e){if(e.state===Qo){e.state=$o;var t=e.props;for(me(Vo,{rel:`preload`,as:`style`,href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<Vo.length;e++)p(this,Vo[e]);Vo.length=0}}function Ie(e){e.sheets.forEach(Fe,this),e.sheets.clear()}function Le(e,t){(t.instructions&yi)===mi&&(t.instructions|=yi,e.push(qo,A(`_`+t.idPrefix+`R_`),ea))}function Re(e,t){p(e,Jo);var n=Jo;t.stylesheets.forEach(function(t){if(t.state!==es)if(t.state===ts)p(e,n),t=t.props.href,S(t,`href`),p(e,Oe(``+t)),p(e,Zo),n=Yo;else{p(e,n);var r=t.props[`data-precedence`],i=t.props;for(var a in p(e,Oe(j(``+t.props.href))),S(r,`precedence`),r=``+r,p(e,Xo),p(e,Oe(r)),i)if(Pr.call(i,a)&&(r=i[a],r!=null))switch(a){case`href`:case`rel`:case`precedence`:case`data-precedence`:break;case`children`:case`dangerouslySetInnerHTML`:throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:ze(e,a,r)}p(e,Zo),n=Yo,t.state=ts}}),p(e,Zo)}function ze(e,t,n){var r=t.toLowerCase();switch(typeof n){case`function`:case`symbol`:return}switch(t){case`innerHTML`:case`dangerouslySetInnerHTML`:case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`style`:case`ref`:return;case`className`:r=`class`,S(n,r),t=``+n;break;case`hidden`:if(!1===n)return;t=``;break;case`src`:case`href`:n=j(n),S(n,r),t=``+n;break;default:if(2<t.length&&(t[0]===`o`||t[0]===`O`)&&(t[1]===`n`||t[1]===`N`)||!C(t))return;S(n,r),t=``+n}p(e,Xo),p(e,Oe(r)),p(e,Xo),p(e,Oe(t))}function Be(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function Ve(e,t,n,r){(e.scriptResources.hasOwnProperty(n)||e.moduleScriptResources.hasOwnProperty(n))&&console.error(`Internal React Error: React expected bootstrap script or module with src "%s" to not have been preloaded already. please file an issue`,n),e.scriptResources[n]=xi,e.moduleScriptResources[n]=xi,e=[],me(e,r),t.bootstrapScripts.add(e)}function He(e,t){e.crossOrigin??=t[0],e.integrity??=t[1]}function Ue(e,t,n){for(var r in e=We(e),t=Ke(t,`as`),t=`<`+e+`>; rel=preload; as="`+t+`"`,n)Pr.call(n,r)&&(e=n[r],typeof e==`string`&&(t+=`; `+r.toLowerCase()+`="`+Ke(e,r)+`"`));return t}function We(e){return S(e,`href`),(``+e).replace(ns,Ge)}function Ge(e){switch(e){case`<`:return`%3C`;case`>`:return`%3E`;case`
|
|
154
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}function Ke(e,t){return b(e)&&(console.error("The provided `%s` option is an unsupported type %s. This value must be coerced to a string before using it here.",t,y(e)),x(e)),(``+e).replace(rs,qe)}function qe(e){switch(e){case`"`:return`%22`;case`'`:return`%27`;case`;`:return`%3B`;case`,`:return`%2C`;case`
|
|
155
|
-
`:return`%0A`;case`\r`:return`%0D`;default:throw Error(`escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React`)}}function G(e){this.styles.add(e)}function Je(e){this.stylesheets.add(e)}function K(e,t){t.styles.forEach(G,e),t.stylesheets.forEach(Je,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function q(e){return 0<e.stylesheets.size||e.suspenseyImages}function J(e){if(e==null)return null;if(typeof e==`function`)return e.$$typeof===os?null:e.displayName||e.name||null;if(typeof e==`string`)return e;switch(e){case lr:return`Fragment`;case dr:return`Profiler`;case ur:return`StrictMode`;case hr:return`Suspense`;case gr:return`SuspenseList`;case br:return`Activity`}if(typeof e==`object`)switch(typeof e.tag==`number`&&console.error(`Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.`),e.$$typeof){case cr:return`Portal`;case pr:return e.displayName||`Context`;case fr:return(e._context.displayName||`Context`)+`.Consumer`;case mr:var t=e.render;return e=e.displayName,e||=(e=t.displayName||t.name||``,e===``?`ForwardRef`:`ForwardRef(`+e+`)`),e;case _r:return t=e.displayName||null,t===null?J(e.type)||`Memo`:t;case vr:t=e._payload,e=e._init;try{return J(e(t))}catch{}}return null}function Ye(e,t){if(e!==t){e.context._currentValue=e.parentValue,e=e.parent;var n=t.parent;if(e===null){if(n!==null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`)}else{if(n===null)throw Error(`The stacks must reach the root at the same time. This is a bug in React.`);Ye(e,n)}t.context._currentValue=t.value}}function Xe(e){e.context._currentValue=e.parentValue,e=e.parent,e!==null&&Xe(e)}function Ze(e){var t=e.parent;t!==null&&Ze(t),e.context._currentValue=e.value}function Qe(e,t){if(e.context._currentValue=e.parentValue,e=e.parent,e===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===t.depth?Ye(e,t):Qe(e,t)}function $e(e,t){var n=t.parent;if(n===null)throw Error(`The depth must equal at least at zero before reaching the root. This is a bug in React.`);e.depth===n.depth?Ye(e,n):$e(e,n),t.context._currentValue=t.value}function Y(e){var t=ls;t!==e&&(t===null?Ze(e):e===null?Xe(t):t.depth===e.depth?Ye(t,e):t.depth>e.depth?Qe(t,e):$e(t,e),ls=e)}function et(e){if(e!==null&&typeof e!=`function`){var t=String(e);bs.has(t)||(bs.add(t),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",e))}}function tt(e,t){e=(e=e.constructor)&&J(e)||`ReactClass`;var n=e+`.`+t;us[n]||(console.error(`Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
156
|
-
|
|
157
|
-
Please check the code for the %s component.`,t,e),us[n]=!0)}function nt(e,t,n){var r=e.id;e=e.overflow;var i=32-Cs(r)-1;r&=~(1<<i),n+=1;var a=32-Cs(t)+i;if(30<a){var o=i-i%5;return a=(r&(1<<o)-1).toString(32),r>>=o,i-=o,{id:1<<32-Cs(t)+i|n<<i|r,overflow:a+e}}return{id:1<<a|n<<i|r,overflow:e}}function rt(e){return e>>>=0,e===0?32:31-(ws(e)/Ts|0)|0}function it(){}function at(e,t,n){switch(n=e[n],n===void 0?e.push(t):n!==t&&(t.then(it,it),t=n),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason;default:switch(typeof t.status==`string`?t.then(it,it):(e=t,e.status=`pending`,e.then(function(e){if(t.status===`pending`){var n=t;n.status=`fulfilled`,n.value=e}},function(e){if(t.status===`pending`){var n=t;n.status=`rejected`,n.reason=e}})),t.status){case`fulfilled`:return t.value;case`rejected`:throw t.reason}throw Ds=t,Es}}function ot(){if(Ds===null)throw Error(`Expected a suspended thenable. This is a bug in React. Please file an issue.`);var e=Ds;return Ds=null,e}function st(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}function ct(){if(ks===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
158
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
159
|
-
2. You might be breaking the Rules of Hooks
|
|
160
|
-
3. You might have more than one copy of React in the same app
|
|
161
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Ws&&console.error(`Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks`),ks}function lt(){if(0<Us)throw Error(`Rendered more hooks than during the previous render`);return{memoizedState:null,queue:null,next:null}}function ut(){return Ps===null?Ns===null?(Fs=!1,Ns=Ps=lt()):(Fs=!0,Ps=Ns):Ps.next===null?(Fs=!1,Ps=Ps.next=lt()):(Fs=!0,Ps=Ps.next),Ps}function dt(){var e=Vs;return Vs=null,e}function ft(){Ws=!1,Ms=js=As=ks=null,Is=!1,Ns=null,Us=0,Ps=Hs=null}function pt(e){return Ws&&console.error(`Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().`),e._currentValue}function mt(e,t){return typeof t==`function`?t(e):t}function ht(e,t,n){if(e!==mt&&(Gs=`useReducer`),ks=ct(),Ps=ut(),Fs){if(n=Ps.queue,t=n.dispatch,Hs!==null){var r=Hs.get(n);if(r!==void 0){Hs.delete(n),n=Ps.memoizedState;do{var i=r.action;Ws=!0,n=e(n,i),Ws=!1,r=r.next}while(r!==null);return Ps.memoizedState=n,[n,t]}}return[Ps.memoizedState,t]}return Ws=!0,e=e===mt?typeof t==`function`?t():t:n===void 0?t:n(t),Ws=!1,Ps.memoizedState=e,e=Ps.queue={last:null,dispatch:null},e=e.dispatch=_t.bind(null,ks,e),[Ps.memoizedState,e]}function gt(e,t){if(ks=ct(),Ps=ut(),t=t===void 0?null:t,Ps!==null){var n=Ps.memoizedState;if(n!==null&&t!==null){a:{var r=n[1];if(r===null)console.error(`%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.`,Gs),r=!1;else{t.length!==r.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
162
|
-
|
|
163
|
-
Previous: %s
|
|
164
|
-
Incoming: %s`,Gs,`[`+t.join(`, `)+`]`,`[`+r.join(`, `)+`]`);for(var i=0;i<r.length&&i<t.length;i++)if(!Os(t[i],r[i])){r=!1;break a}r=!0}}if(r)return n[0]}}return Ws=!0,e=e(),Ws=!1,Ps.memoizedState=[e,t],e}function _t(e,t,n){if(25<=Us)throw Error(`Too many re-renders. React limits the number of renders to prevent an infinite loop.`);if(e===ks)if(Is=!0,e={action:n,next:null},Hs===null&&(Hs=new Map),n=Hs.get(t),n===void 0)Hs.set(t,e);else{for(t=n;t.next!==null;)t=t.next;t.next=e}}function vt(){throw Error(`A function wrapped in useEffectEvent can't be called during rendering.`)}function yt(){throw Error(`startTransition cannot be called during server rendering.`)}function bt(){throw Error(`Cannot update optimistic state while rendering.`)}function xt(e,t,n){return e===void 0?(e=JSON.stringify([t,null,n]),t=nr.createHash(`md5`),t.update(e),`k`+t.digest(`hex`)):`p`+e}function St(e,t,n){ct();var r=Rs++,i=js;if(typeof e.$$FORM_ACTION==`function`){var a=null,o=Ms;i=i.formState;var s=e.$$IS_SIGNATURE_EQUAL;if(i!==null&&typeof s==`function`){var c=i[1];s.call(e,i[2],i[3])&&(a=xt(n,o,r),c===a&&(zs=r,t=i[0]))}var l=e.bind(null,t);return e=function(e){l(e)},typeof l.$$FORM_ACTION==`function`&&(e.$$FORM_ACTION=function(e){e=l.$$FORM_ACTION(e),n!==void 0&&(S(n,`target`),n+=``,e.action=n);var t=e.data;return t&&(a===null&&(a=xt(n,o,r)),t.append(`$ACTION_KEY`,a)),e}),[t,e,!1]}var u=e.bind(null,t);return[t,function(e){u(e)},!1]}function Ct(e){var t=Bs;return Bs+=1,Vs===null&&(Vs=[]),at(Vs,e,t)}function wt(){throw Error(`Cache cannot be refreshed during server rendering.`)}function Tt(){}function Et(){if(Xs===0){Zs=console.log,Qs=console.info,$s=console.warn,ec=console.error,tc=console.group,nc=console.groupCollapsed,rc=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Tt,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Xs++}function Dt(){if(Xs--,Xs===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Nr({},e,{value:Zs}),info:Nr({},e,{value:Qs}),warn:Nr({},e,{value:$s}),error:Nr({},e,{value:ec}),group:Nr({},e,{value:tc}),groupCollapsed:Nr({},e,{value:nc}),groupEnd:Nr({},e,{value:rc})})}0>Xs&&console.error(`disabledDepth fell below zero. This is a bug in React. Please file an issue.`)}function Ot(e,t){e=(e.name||`Error`)+`: `+(e.message||``);for(var n=0;n<t.length;n++)e+=`
|
|
165
|
-
at `+t[n].toString();return e}function kt(e){var t=Error.prepareStackTrace;if(Error.prepareStackTrace=Ot,e=e.stack,Error.prepareStackTrace=t,e.startsWith(`Error: react-stack-top-frame
|
|
166
|
-
`)&&(e=e.slice(29)),t=e.indexOf(`
|
|
167
|
-
`),t!==-1&&(e=e.slice(t+1)),t=e.indexOf(`react_stack_bottom_frame`),t!==-1&&(t=e.lastIndexOf(`
|
|
168
|
-
`,t)),t!==-1)e=e.slice(0,t);else return``;return e}function At(e){if(ic===void 0)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);ic=t&&t[1]||``,ac=-1<e.stack.indexOf(`
|
|
169
|
-
at`)?` (<anonymous>)`:-1<e.stack.indexOf(`@`)?`@unknown:0:0`:``}return`
|
|
170
|
-
`+ic+e+ac}function jt(e,t){if(!e||oc)return``;var n=sc.get(e);if(n!==void 0)return n;oc=!0,n=Error.prepareStackTrace,Error.prepareStackTrace=Ot;var r=null;r=ui.H,ui.H=null,Et();try{var i={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,`props`,{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&typeof n.catch==`function`&&n.catch(function(){})}}catch(e){if(e&&r&&typeof e.stack==`string`)return[e.stack,r.stack]}return[null,null]}};i.DetermineComponentFrameRoot.displayName=`DetermineComponentFrameRoot`;var a=Object.getOwnPropertyDescriptor(i.DetermineComponentFrameRoot,`name`);a&&a.configurable&&Object.defineProperty(i.DetermineComponentFrameRoot,`name`,{value:`DetermineComponentFrameRoot`});var o=i.DetermineComponentFrameRoot(),s=o[0],c=o[1];if(s&&c){var l=s.split(`
|
|
171
|
-
`),u=c.split(`
|
|
172
|
-
`);for(o=a=0;a<l.length&&!l[a].includes(`DetermineComponentFrameRoot`);)a++;for(;o<u.length&&!u[o].includes(`DetermineComponentFrameRoot`);)o++;if(a===l.length||o===u.length)for(a=l.length-1,o=u.length-1;1<=a&&0<=o&&l[a]!==u[o];)o--;for(;1<=a&&0<=o;a--,o--)if(l[a]!==u[o]){if(a!==1||o!==1)do if(a--,o--,0>o||l[a]!==u[o]){var d=`
|
|
173
|
-
`+l[a].replace(` at new `,` at `);return e.displayName&&d.includes(`<anonymous>`)&&(d=d.replace(`<anonymous>`,e.displayName)),typeof e==`function`&&sc.set(e,d),d}while(1<=a&&0<=o);break}}}finally{oc=!1,ui.H=r,Dt(),Error.prepareStackTrace=n}return l=(l=e?e.displayName||e.name:``)?At(l):``,typeof e==`function`&&sc.set(e,l),l}function Mt(e){if(typeof e==`string`)return At(e);if(typeof e==`function`)return e.prototype&&e.prototype.isReactComponent?jt(e,!0):jt(e,!1);if(typeof e==`object`&&e){switch(e.$$typeof){case mr:return jt(e.render,!1);case _r:return jt(e.type,!1);case vr:var t=e,n=t._payload;t=t._init;try{e=t(n)}catch{return At(`Lazy`)}return Mt(e)}if(typeof e.name==`string`){a:{if(n=e.name,t=e.env,e=e.debugLocation,e!=null){e=kt(e);var r=e.lastIndexOf(`
|
|
174
|
-
`);if(e=r===-1?e:e.slice(r+1),e.indexOf(n)!==-1){n=`
|
|
175
|
-
`+e;break a}}n=At(n+(t?` [`+t+`]`:``))}return n}}switch(e){case gr:return At(`SuspenseList`);case hr:return At(`Suspense`)}return``}function Nt(){var e=gc();1e3<e-mc&&(ui.recentlyCreatedOwnerStacks=0,mc=e)}function Pt(e,t){return(500<t.byteSize||q(t.contentState))&&t.contentPreamble===null}function Ft(e){if(typeof e==`object`&&e&&typeof e.environmentName==`string`){var t=e.environmentName;e=[e].slice(0),typeof e[0]==`string`?e.splice(0,1,`\x1B[0m\x1B[7m%c%s\x1B[0m%c `+e[0],`background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px`,` `+t+` `,``):e.splice(0,0,`\x1B[0m\x1B[7m%c%s\x1B[0m%c`,`background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px`,` `+t+` `,``),e.unshift(console),t=is.apply(console.error,e),t()}else console.error(e);return null}function It(e,t,n,r,i,a,o,s,c,l,u){var d=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=e,this.renderState=t,this.rootFormatContext=n,this.progressiveChunkSize=r===void 0?12800:r,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=d,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=i===void 0?Ft:i,this.onPostpone=l===void 0?it:l,this.onAllReady=a===void 0?it:a,this.onShellReady=o===void 0?it:o,this.onShellError=s===void 0?it:s,this.onFatalError=c===void 0?it:c,this.formState=u===void 0?null:u,this.didWarnForKey=null}function Lt(e,t,n,r,i,a,o,s,c,l,u,d){return Nt(),t=new It(t,n,r,i,a,o,s,c,l,u,d),n=Gt(t,0,null,r,!1,!1),n.parentFlushed=!0,e=Ut(t,null,e,-1,null,n,null,null,t.abortableTasks,null,r,null,Ss,null,null,ss,null),Yt(e),t.pingedTasks.push(e),t}function X(e,t,n,r,i,a,o,s,c,l,u){return e=Lt(e,t,n,r,i,a,o,s,c,l,u,void 0),e.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},e}function Rt(e,t,n,r,i,a,o,s,c){return Nt(),n=new It(t.resumableState,n,t.rootFormatContext,t.progressiveChunkSize,r,i,a,o,s,c,null),n.nextSegmentId=t.nextSegmentId,typeof t.replaySlots==`number`?(r=Gt(n,0,null,t.rootFormatContext,!1,!1),r.parentFlushed=!0,e=Ut(n,null,e,-1,null,r,null,null,n.abortableTasks,null,t.rootFormatContext,null,Ss,null,null,ss,null),Yt(e),n.pingedTasks.push(e),n):(e=Wt(n,null,{nodes:t.replayNodes,slots:t.replaySlots,pendingTasks:0},e,-1,null,null,n.abortableTasks,null,t.rootFormatContext,null,Ss,null,null,ss,null),Yt(e),n.pingedTasks.push(e),n)}function zt(e,t,n,r,i,a,o,s,c){return e=Rt(e,t,n,r,i,a,o,s,c),e.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},e}function Bt(){return Ec||as.getStore()||null}function Vt(e,t){e.pingedTasks.push(t),e.pingedTasks.length===1&&(e.flushScheduled=e.destination!==null,e.trackedPostpones!==null||e.status===10?kr(function(){return An(e)}):setImmediate(function(){return An(e)}))}function Ht(e,t,n,r,i){return n={status:yc,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:t,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null,contentState:Be(),fallbackState:Be(),contentPreamble:r,fallbackPreamble:i,trackedContentKeyPath:null,trackedFallbackNode:null,errorMessage:null,errorStack:null,errorComponentStack:null},t!==null&&(t.pendingTasks++,r=t.boundaries,r!==null&&(e.allPendingTasks++,n.pendingTasks++,r.push(n)),e=t.inheritedHoistables,e!==null&&K(n.contentState,e)),n}function Ut(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g){e.allPendingTasks++,i===null?e.pendingRootTasks++:i.pendingTasks++,p!==null&&p.pendingTasks++;var _={replay:null,node:n,childIndex:r,ping:function(){return Vt(e,_)},blockedBoundary:i,blockedSegment:a,blockedPreamble:o,hoistableState:s,abortSet:c,keyPath:l,formatContext:u,context:d,treeContext:f,row:p,componentStack:m,thenableState:t};return _.debugTask=g,c.add(_),_}function Wt(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h){e.allPendingTasks++,a===null?e.pendingRootTasks++:a.pendingTasks++,f!==null&&f.pendingTasks++,n.pendingTasks++;var g={replay:n,node:r,childIndex:i,ping:function(){return Vt(e,g)},blockedBoundary:a,blockedSegment:null,blockedPreamble:null,hoistableState:o,abortSet:s,keyPath:c,formatContext:l,context:u,treeContext:d,row:f,componentStack:p,thenableState:t};return g.debugTask=h,s.add(g),g}function Gt(e,t,n,r,i,a){return{status:yc,parentFlushed:!1,id:-1,index:t,chunks:[],children:[],preambleChildren:[],parentFormatContext:r,boundary:n,lastPushedText:i,textEmbedded:a}}function Kt(){if(Js===null||Js.componentStack===null)return``;var e=Js.componentStack;try{var t=``;if(typeof e.type==`string`)t+=At(e.type);else if(typeof e.type==`function`){if(!e.owner){var n=t,r=e.type,i=r?r.displayName||r.name:``,a=i?At(i):``;t=n+a}}else e.owner||(t+=Mt(e.type));for(;e;)n=null,e.debugStack==null?(a=e,a.stack!=null&&(n=typeof a.stack==`string`?a.stack:a.stack=kt(a.stack))):n=kt(e.debugStack),(e=e.owner)&&n&&(t+=`
|
|
176
|
-
`+n);var o=t}catch(e){o=`
|
|
177
|
-
Error generating stack: `+e.message+`
|
|
178
|
-
`+e.stack}return o}function qt(e,t){if(t!=null)for(var n=t.length-1;0<=n;n--){var r=t[n];if(typeof r.name==`string`||typeof r.time==`number`)break;if(r.awaited!=null){var i=r.debugStack==null?r.awaited:r;if(i.debugStack!==void 0){e.componentStack={parent:e.componentStack,type:r,owner:i.owner,stack:i.debugStack},e.debugTask=i.debugTask;break}}}}function Jt(e,t){if(t!=null)for(var n=0;n<t.length;n++){var r=t[n];typeof r.name==`string`&&r.debugStack!==void 0&&(e.componentStack={parent:e.componentStack,type:r,owner:r.owner,stack:r.debugStack},e.debugTask=r.debugTask)}}function Yt(e){var t=e.node;if(typeof t==`object`&&t)switch(t.$$typeof){case sr:var n=t.type,r=t._owner,i=t._debugStack;Jt(e,t._debugInfo),e.debugTask=t._debugTask,e.componentStack={parent:e.componentStack,type:n,owner:r,stack:i};break;case vr:Jt(e,t._debugInfo);break;default:typeof t.then==`function`&&Jt(e,t._debugInfo)}}function Xt(e){return e===null?null:{parent:e.parent,type:`Suspense Fallback`,owner:e.owner,stack:e.stack}}function Zt(e){var t={};return e&&Object.defineProperty(t,`componentStack`,{configurable:!0,enumerable:!0,get:function(){try{var n=``,r=e;do n+=Mt(r.type),r=r.parent;while(r);var i=n}catch(e){i=`
|
|
179
|
-
Error generating stack: `+e.message+`
|
|
180
|
-
`+e.stack}return Object.defineProperty(t,`componentStack`,{value:i}),i}}),t}function Qt(e,t,n,r,i){e.errorDigest=t,n instanceof Error?(t=String(n.message),n=String(n.stack)):(t=typeof n==`object`&&n?d(n):String(n),n=null),i=i?`Switched to client rendering because the server rendering aborted due to:
|
|
181
|
-
|
|
182
|
-
`:`Switched to client rendering because the server rendering errored:
|
|
183
|
-
|
|
184
|
-
`,e.errorMessage=i+t,e.errorStack=n===null?null:i+n,e.errorComponentStack=r.componentStack}function $t(e,t,n,r){if(e=e.onError,t=r?r.run(e.bind(null,t,n)):e(t,n),t!=null&&typeof t!=`string`)console.error(`onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "%s" instead`,typeof t);else return t}function en(e,t,n,r){n=e.onShellError;var i=e.onFatalError;r?(r.run(n.bind(null,t)),r.run(i.bind(null,t))):(n(t),i(t)),e.destination===null?(e.status=13,e.fatalError=t):(e.status=Tc,e.destination.destroy(t))}function tn(e,t){nn(e,t.next,t.hoistables)}function nn(e,t,n){for(;t!==null;){n!==null&&(K(t.hoistables,n),t.inheritedHoistables=n);var r=t.boundaries;if(r!==null){t.boundaries=null;for(var i=0;i<r.length;i++){var a=r[i];n!==null&&K(a.contentState,n),kn(e,a,null,null)}}if(t.pendingTasks--,0<t.pendingTasks)break;n=t.hoistables,t=t.next}}function rn(e,t){var n=t.boundaries;if(n!==null&&t.pendingTasks===n.length){for(var r=!0,i=0;i<n.length;i++){var a=n[i];if(a.pendingTasks!==1||a.parentFlushed||Pt(e,a)){r=!1;break}}r&&nn(e,t,t.hoistables)}}function Z(e){var t={pendingTasks:1,boundaries:null,hoistables:Be(),inheritedHoistables:null,together:!1,next:null};return e!==null&&0<e.pendingTasks&&(t.pendingTasks++,t.boundaries=[],e.next=t),t}function Q(e,t,n,r,i){var a=t.keyPath,o=t.treeContext,s=t.row,c=t.componentStack,l=t.debugTask;Jt(t,t.node.props.children._debugInfo),t.keyPath=n,n=r.length;var u=null;if(t.replay!==null){var d=t.replay.slots;if(typeof d==`object`&&d)for(var f=0;f<n;f++){var p=i!==`backwards`&&i!==`unstable_legacy-backwards`?f:n-1-f,m=r[p];t.row=u=Z(u),t.treeContext=nt(o,n,p);var h=d[p];typeof h==`number`?(cn(e,t,h,m,p),delete d[p]):bn(e,t,m,p),--u.pendingTasks===0&&tn(e,u)}else for(d=0;d<n;d++)f=i!==`backwards`&&i!==`unstable_legacy-backwards`?d:n-1-d,p=r[f],pn(e,t,p),t.row=u=Z(u),t.treeContext=nt(o,n,f),bn(e,t,p,f),--u.pendingTasks===0&&tn(e,u)}else if(i!==`backwards`&&i!==`unstable_legacy-backwards`)for(i=0;i<n;i++)d=r[i],pn(e,t,d),t.row=u=Z(u),t.treeContext=nt(o,n,i),bn(e,t,d,i),--u.pendingTasks===0&&tn(e,u);else{for(i=t.blockedSegment,d=i.children.length,f=i.chunks.length,p=n-1;0<=p;p--){m=r[p],t.row=u=Z(u),t.treeContext=nt(o,n,p),h=Gt(e,f,null,t.formatContext,p===0?i.lastPushedText:!0,!0),i.children.splice(d,0,h),t.blockedSegment=h,pn(e,t,m);try{bn(e,t,m,p),h.lastPushedText&&h.textEmbedded&&h.chunks.push(qi),h.status=bc,On(e,t.blockedBoundary,h),--u.pendingTasks===0&&tn(e,u)}catch(t){throw h.status=e.status===12?Sc:Cc,t}}t.blockedSegment=i,i.lastPushedText=!1}s!==null&&u!==null&&0<u.pendingTasks&&(s.pendingTasks++,u.next=s),t.treeContext=o,t.row=s,t.keyPath=a,t.componentStack=c,t.debugTask=l}function an(e,t,n,r,i,a){var o=t.thenableState;for(t.thenableState=null,ks={},As=t,js=e,Ms=n,Ws=!1,Rs=Ls=0,zs=-1,Bs=0,Vs=o,e=lc(r,i,a);Is;)Is=!1,Rs=Ls=0,zs=-1,Bs=0,Us+=1,Ps=null,e=r(i,a);return ft(),e}function on(e,t,n,r,i,a,o){var s=!1;if(a!==0&&e.formState!==null){var c=t.blockedSegment;if(c!==null){s=!0,c=c.chunks;for(var l=0;l<a;l++)l===o?c.push(ya):c.push(ba)}}a=t.keyPath,t.keyPath=n,i?(n=t.treeContext,t.treeContext=nt(n,1,0),bn(e,t,r,-1),t.treeContext=n):s?bn(e,t,r,-1):dn(e,t,r,-1),t.keyPath=a}function sn(e,t,n,r,i,a){if(typeof r==`function`)if(r.prototype&&r.prototype.isReactComponent){var s=i;if(`ref`in i)for(var c in s={},i)c!==`ref`&&(s[c]=i[c]);var l=r.defaultProps;if(l)for(var u in s===i&&(s=Nr({},s,i)),l)s[u]===void 0&&(s[u]=l[u]);var d=s,f=ss,p=r.contextType;if(`contextType`in r&&p!==null&&(p===void 0||p.$$typeof!==pr)&&!ys.has(r)){ys.add(r);var m=p===void 0?` However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.`:typeof p==`object`?p.$$typeof===fr?` Did you accidentally pass the Context.Consumer instead?`:` However, it is set to an object with keys {`+Object.keys(p).join(`, `)+`}.`:` However, it is set to a `+typeof p+`.`;console.error(`%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s`,J(r)||`Component`,m)}typeof p==`object`&&p&&(f=p._currentValue);var h=new r(d,f);if(typeof r.getDerivedStateFromProps==`function`&&(h.state===null||h.state===void 0)){var g=J(r)||`Component`;fs.has(g)||(fs.add(g),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",g,h.state===null?`null`:`undefined`,g))}if(typeof r.getDerivedStateFromProps==`function`||typeof h.getSnapshotBeforeUpdate==`function`){var _=null,v=null,y=null;if(typeof h.componentWillMount==`function`&&!0!==h.componentWillMount.__suppressDeprecationWarning?_=`componentWillMount`:typeof h.UNSAFE_componentWillMount==`function`&&(_=`UNSAFE_componentWillMount`),typeof h.componentWillReceiveProps==`function`&&!0!==h.componentWillReceiveProps.__suppressDeprecationWarning?v=`componentWillReceiveProps`:typeof h.UNSAFE_componentWillReceiveProps==`function`&&(v=`UNSAFE_componentWillReceiveProps`),typeof h.componentWillUpdate==`function`&&!0!==h.componentWillUpdate.__suppressDeprecationWarning?y=`componentWillUpdate`:typeof h.UNSAFE_componentWillUpdate==`function`&&(y=`UNSAFE_componentWillUpdate`),_!==null||v!==null||y!==null){var b=J(r)||`Component`,x=typeof r.getDerivedStateFromProps==`function`?`getDerivedStateFromProps()`:`getSnapshotBeforeUpdate()`;ms.has(b)||(ms.add(b),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
185
|
-
|
|
186
|
-
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
187
|
-
|
|
188
|
-
The above lifecycles should be removed. Learn more about this warning here:
|
|
189
|
-
https://react.dev/link/unsafe-component-lifecycles`,b,x,_===null?``:`
|
|
190
|
-
`+_,v===null?``:`
|
|
191
|
-
`+v,y===null?``:`
|
|
192
|
-
`+y))}}var S=J(r)||`Component`;h.render||(r.prototype&&typeof r.prototype.render==`function`?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",S):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",S)),!h.getInitialState||h.getInitialState.isReactClassApproved||h.state||console.error(`getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?`,S),h.getDefaultProps&&!h.getDefaultProps.isReactClassApproved&&console.error(`getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.`,S),h.contextType&&console.error(`contextType was defined as an instance property on %s. Use a static property to define contextType instead.`,S),r.childContextTypes&&!vs.has(r)&&(vs.add(r),console.error(`%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)`,S)),r.contextTypes&&!_s.has(r)&&(_s.add(r),console.error(`%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)`,S)),typeof h.componentShouldUpdate==`function`&&console.error(`%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.`,S),r.prototype&&r.prototype.isPureReactComponent&&h.shouldComponentUpdate!==void 0&&console.error(`%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.`,J(r)||`A pure component`),typeof h.componentDidUnmount==`function`&&console.error(`%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?`,S),typeof h.componentDidReceiveProps==`function`&&console.error(`%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().`,S),typeof h.componentWillRecieveProps==`function`&&console.error(`%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?`,S),typeof h.UNSAFE_componentWillRecieveProps==`function`&&console.error(`%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?`,S);var ee=h.props!==d;h.props!==void 0&&ee&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",S),h.defaultProps&&console.error(`Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.`,S,S),typeof h.getSnapshotBeforeUpdate!=`function`||typeof h.componentDidUpdate==`function`||ps.has(r)||(ps.add(r),console.error(`%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.`,J(r))),typeof h.getDerivedStateFromProps==`function`&&console.error(`%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.`,S),typeof h.getDerivedStateFromError==`function`&&console.error(`%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.`,S),typeof r.getSnapshotBeforeUpdate==`function`&&console.error(`%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.`,S);var te=h.state;te&&(typeof te!=`object`||Tr(te))&&console.error(`%s.state: must be set to an object or null`,S),typeof h.getChildContext==`function`&&typeof r.childContextTypes!=`object`&&console.error(`%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().`,S);var C=h.state===void 0?null:h.state;h.updater=xs,h.props=d,h.state=C;var w={queue:[],replace:!1};h._reactInternals=w;var T=r.contextType;if(h.context=typeof T==`object`&&T?T._currentValue:ss,h.state===d){var E=J(r)||`Component`;hs.has(E)||(hs.add(E),console.error(`%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.`,E))}var D=r.getDerivedStateFromProps;if(typeof D==`function`){var O=D(d,C);if(O===void 0){var k=J(r)||`Component`;gs.has(k)||(gs.add(k),console.error(`%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.`,k))}h.state=O==null?C:Nr({},C,O)}if(typeof r.getDerivedStateFromProps!=`function`&&typeof h.getSnapshotBeforeUpdate!=`function`&&(typeof h.UNSAFE_componentWillMount==`function`||typeof h.componentWillMount==`function`)){var A=h.state;if(typeof h.componentWillMount==`function`){if(!0!==h.componentWillMount.__suppressDeprecationWarning){var j=J(r)||`Unknown`;ds[j]||(console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
193
|
-
|
|
194
|
-
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
195
|
-
|
|
196
|
-
Please update the following components: %s`,j),ds[j]=!0)}h.componentWillMount()}if(typeof h.UNSAFE_componentWillMount==`function`&&h.UNSAFE_componentWillMount(),A!==h.state&&(console.error(`%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.`,J(r)||`Component`),xs.enqueueReplaceState(h,h.state,null)),w.queue!==null&&0<w.queue.length){var M=w.queue,N=w.replace;if(w.queue=null,w.replace=!1,N&&M.length===1)h.state=M[0];else{for(var P=N?M[0]:h.state,I=!0,L=N?1:0;L<M.length;L++){var z=M[L],ne=typeof z==`function`?z.call(h,P,d,void 0):z;ne!=null&&(I?(I=!1,P=Nr({},P,ne)):Nr(P,ne))}h.state=P}}else w.queue=null}var re=dc(h);if(e.status===12)throw null;h.props!==d&&(jc||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",J(r)||`a component`),jc=!0);var ie=t.keyPath;t.keyPath=n,dn(e,t,re,-1),t.keyPath=ie}else{if(r.prototype&&typeof r.prototype.render==`function`){var ae=J(r)||`Unknown`;Dc[ae]||(console.error(`The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.`,ae,ae),Dc[ae]=!0)}var oe=an(e,t,n,r,i,void 0);if(e.status===12)throw null;var se=Ls!==0,ce=Rs,H=zs;if(r.contextTypes){var le=J(r)||`Unknown`;Oc[le]||(Oc[le]=!0,console.error(`%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)`,le))}if(r&&r.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
197
|
-
%s.childContextTypes = ...`,r.displayName||r.name||`Component`),typeof r.getDerivedStateFromProps==`function`){var ue=J(r)||`Unknown`;Ac[ue]||(console.error(`%s: Function components do not support getDerivedStateFromProps.`,ue),Ac[ue]=!0)}if(typeof r.contextType==`object`&&r.contextType!==null){var de=J(r)||`Unknown`;kc[de]||(console.error(`%s: Function components do not support contextType.`,de),kc[de]=!0)}on(e,t,n,oe,se,ce,H)}else if(typeof r==`string`){var fe=t.blockedSegment;if(fe===null){var pe=i.children,me=t.formatContext,he=t.keyPath;t.formatContext=R(me,r,i),t.keyPath=n,bn(e,t,pe,-1),t.formatContext=me,t.keyPath=he}else{var ge=xe(fe.chunks,r,i,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,fe.lastPushedText);fe.lastPushedText=!1;var _e=t.formatContext,ve=t.keyPath;if(t.keyPath=n,(t.formatContext=R(_e,r,i)).insertionMode===Bi){var ye=Gt(e,0,null,t.formatContext,!1,!1);fe.preambleChildren.push(ye),t.blockedSegment=ye;try{ye.status=6,bn(e,t,ge,-1),ye.lastPushedText&&ye.textEmbedded&&ye.chunks.push(qi),ye.status=bc,On(e,t.blockedBoundary,ye)}finally{t.blockedSegment=fe}}else bn(e,t,ge,-1);t.formatContext=_e,t.keyPath=ve;a:{var U=fe.chunks,be=e.resumableState;switch(r){case`title`:case`style`:case`script`:case`area`:case`base`:case`br`:case`col`:case`embed`:case`hr`:case`img`:case`input`:case`keygen`:case`link`:case`meta`:case`param`:case`source`:case`track`:case`wbr`:break a;case`body`:if(_e.insertionMode<=Ri){be.hasBody=!0;break a}break;case`html`:if(_e.insertionMode===Li){be.hasHtml=!0;break a}break;case`head`:if(_e.insertionMode<=Ri)break a}U.push(Se(r))}fe.lastPushedText=!1}}else{switch(r){case xr:case ur:case dr:case lr:var Ce=t.keyPath;t.keyPath=n,dn(e,t,i.children,-1),t.keyPath=Ce;return;case br:var we=t.blockedSegment;if(we===null){if(i.mode!==`hidden`){var Te=t.keyPath;t.keyPath=n,bn(e,t,i.children,-1),t.keyPath=Te}}else if(i.mode!==`hidden`){we.chunks.push(Na),we.lastPushedText=!1;var Ee=t.keyPath;t.keyPath=n,bn(e,t,i.children,-1),t.keyPath=Ee,we.chunks.push(Pa),we.lastPushedText=!1}return;case gr:a:{var W=i.children,De=i.revealOrder;if(De===`forwards`||De===`backwards`||De===`unstable_legacy-backwards`){if(Tr(W)){Q(e,t,n,W,De);break a}var Oe=o(W);if(Oe){var ke=Oe.call(W);if(ke){un(t,W,-1,ke,Oe);var Ae=ke.next();if(!Ae.done){var je=[];do je.push(Ae.value),Ae=ke.next();while(!Ae.done);Q(e,t,n,W,De)}break a}}}if(De===`together`){var Me=t.keyPath,Ne=t.row,Pe=t.row=Z(null);Pe.boundaries=[],Pe.together=!0,t.keyPath=n,dn(e,t,W,-1),--Pe.pendingTasks===0&&tn(e,Pe),t.keyPath=Me,t.row=Ne,Ne!==null&&0<Pe.pendingTasks&&(Ne.pendingTasks++,Pe.next=Ne)}else{var Fe=t.keyPath;t.keyPath=n,dn(e,t,W,-1),t.keyPath=Fe}}return;case Cr:case yr:throw Error(`ReactDOMServer does not yet support scope components.`);case hr:a:if(t.replay!==null){var Ie=t.keyPath,Le=t.formatContext,Re=t.row;t.keyPath=n,t.formatContext=V(e.resumableState,Le),t.row=null;var ze=i.children;try{bn(e,t,ze,-1)}finally{t.keyPath=Ie,t.formatContext=Le,t.row=Re}}else{var Be=t.keyPath,Ve=t.formatContext,He=t.row,Ue=t.blockedBoundary,We=t.blockedPreamble,Ge=t.hoistableState,Ke=t.blockedSegment,qe=i.fallback,G=i.children,Je=new Set,K=t.formatContext.insertionMode<zi?Ht(e,t.row,Je,F(),F()):Ht(e,t.row,Je,null,null);e.trackedPostpones!==null&&(K.trackedContentKeyPath=n);var q=Gt(e,Ke.chunks.length,K,t.formatContext,!1,!1);Ke.children.push(q),Ke.lastPushedText=!1;var Ye=Gt(e,0,null,t.formatContext,!1,!1);if(Ye.parentFlushed=!0,e.trackedPostpones!==null){var Xe=t.componentStack,Ze=[n[0],`Suspense Fallback`,n[2]],Qe=[Ze[1],Ze[2],[],null];e.trackedPostpones.workingMap.set(Ze,Qe),K.trackedFallbackNode=Qe,t.blockedSegment=q,t.blockedPreamble=K.fallbackPreamble,t.keyPath=Ze,t.formatContext=B(e.resumableState,Ve),t.componentStack=Xt(Xe),q.status=6;try{bn(e,t,qe,-1),q.lastPushedText&&q.textEmbedded&&q.chunks.push(qi),q.status=bc,On(e,Ue,q)}catch(t){throw q.status=e.status===12?Sc:Cc,t}finally{t.blockedSegment=Ke,t.blockedPreamble=We,t.keyPath=Be,t.formatContext=Ve}var $e=Ut(e,null,G,-1,K,Ye,K.contentPreamble,K.contentState,t.abortSet,n,V(e.resumableState,t.formatContext),t.context,t.treeContext,null,Xe,ss,t.debugTask);Yt($e),e.pingedTasks.push($e)}else{t.blockedBoundary=K,t.blockedPreamble=K.contentPreamble,t.hoistableState=K.contentState,t.blockedSegment=Ye,t.keyPath=n,t.formatContext=V(e.resumableState,Ve),t.row=null,Ye.status=6;try{if(bn(e,t,G,-1),Ye.lastPushedText&&Ye.textEmbedded&&Ye.chunks.push(qi),Ye.status=bc,On(e,K,Ye),Dn(K,Ye),K.pendingTasks===0&&K.status===yc){if(K.status=bc,!Pt(e,K)){He!==null&&--He.pendingTasks===0&&tn(e,He),e.pendingRootTasks===0&&t.blockedPreamble&&Nn(e);break a}}else He!==null&&He.together&&rn(e,He)}catch(n){if(K.status=vc,e.status===12){Ye.status=Sc;var Y=e.fatalError}else Ye.status=Cc,Y=n;var et=Zt(t.componentStack);Qt(K,$t(e,Y,et,t.debugTask),Y,et,!1),_n(e,K)}finally{t.blockedBoundary=Ue,t.blockedPreamble=We,t.hoistableState=Ge,t.blockedSegment=Ke,t.keyPath=Be,t.formatContext=Ve,t.row=He}var tt=Ut(e,null,qe,-1,Ue,q,K.fallbackPreamble,K.fallbackState,Je,[n[0],`Suspense Fallback`,n[2]],B(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,Xt(t.componentStack),ss,t.debugTask);Yt(tt),e.pingedTasks.push(tt)}}return}if(typeof r==`object`&&r)switch(r.$$typeof){case mr:if(`ref`in i){var nt={};for(var rt in i)rt!==`ref`&&(nt[rt]=i[rt])}else nt=i;on(e,t,n,an(e,t,n,r.render,nt,a),Ls!==0,Rs,zs);return;case _r:sn(e,t,n,r.type,i,a);return;case pr:var it=i.value,at=i.children,ot=t.context,st=t.keyPath,ct=r._currentValue;r._currentValue=it,r._currentRenderer!==void 0&&r._currentRenderer!==null&&r._currentRenderer!==cs&&console.error(`Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.`),r._currentRenderer=cs;var lt=ls,ut={parent:lt,depth:lt===null?0:lt.depth+1,context:r,parentValue:ct,value:it};ls=ut,t.context=ut,t.keyPath=n,dn(e,t,at,-1);var dt=ls;if(dt===null)throw Error(`Tried to pop a Context at the root of the app. This is a bug in React.`);dt.context!==r&&console.error(`The parent context is not the expected context. This is probably a bug in React.`),dt.context._currentValue=dt.parentValue,r._currentRenderer!==void 0&&r._currentRenderer!==null&&r._currentRenderer!==cs&&console.error(`Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.`),r._currentRenderer=cs,t.context=ls=dt.parent,t.keyPath=st,ot!==t.context&&console.error(`Popping the context provider did not return back to the original snapshot. This is a bug in React.`);return;case fr:var ft=r._context,pt=i.children;typeof pt!=`function`&&console.error(`A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.`);var mt=pt(ft._currentValue),ht=t.keyPath;t.keyPath=n,dn(e,t,mt,-1),t.keyPath=ht;return;case vr:var gt=pc(r);if(e.status===12)throw null;sn(e,t,n,gt,i,a);return}var _t=``;throw(r===void 0||typeof r==`object`&&r&&Object.keys(r).length===0)&&(_t+=` You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.`),Error(`Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: `+((r==null?r:typeof r)+`.`+_t))}}function cn(e,t,n,r,i){var a=t.replay,o=t.blockedBoundary,s=Gt(e,0,null,t.formatContext,!1,!1);s.id=n,s.parentFlushed=!0;try{t.replay=null,t.blockedSegment=s,bn(e,t,r,i),s.status=bc,On(e,o,s),o===null?e.completedRootSegment=s:(Dn(o,s),o.parentFlushed&&e.partialBoundaries.push(o))}finally{t.replay=a,t.blockedSegment=null}}function ln(e,t,n,r,i,a,o,s,c,l){a=l.nodes;for(var u=0;u<a.length;u++){var d=a[u];if(i===d[1]){if(d.length===4){if(r!==null&&r!==d[0])throw Error(`Expected the resume to render <`+d[0]+`> in this slot but instead it rendered <`+r+`>. The tree doesn't match so React will fallback to client rendering.`);var f=d[2];r=d[3],i=t.node,t.replay={nodes:f,slots:r,pendingTasks:1};try{if(sn(e,t,n,o,s,c),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(d){if(typeof d==`object`&&d&&(d===Es||typeof d.then==`function`))throw t.node===i?t.replay=l:a.splice(u,1),d;t.replay.pendingTasks--,o=Zt(t.componentStack),s=e,e=t.blockedBoundary,n=d,c=r,r=$t(s,n,o,t.debugTask),Sn(s,e,f,c,n,r,o,!1)}t.replay=l}else{if(o!==hr)throw Error(`Expected the resume to render <Suspense> in this slot but instead it rendered <`+(J(o)||`Unknown`)+`>. The tree doesn't match so React will fallback to client rendering.`);a:{l=void 0,r=d[5],o=d[2],c=d[3],i=d[4]===null?[]:d[4][2],d=d[4]===null?null:d[4][3];var p=t.keyPath,m=t.formatContext,h=t.row,g=t.replay,_=t.blockedBoundary,v=t.hoistableState,y=s.children,b=s.fallback,x=new Set;s=t.formatContext.insertionMode<zi?Ht(e,t.row,x,F(),F()):Ht(e,t.row,x,null,null),s.parentFlushed=!0,s.rootSegmentID=r,t.blockedBoundary=s,t.hoistableState=s.contentState,t.keyPath=n,t.formatContext=V(e.resumableState,m),t.row=null,t.replay={nodes:o,slots:c,pendingTasks:1};try{if(bn(e,t,y,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);if(t.replay.pendingTasks--,s.pendingTasks===0&&s.status===yc){s.status=bc,e.completedBoundaries.push(s);break a}}catch(n){s.status=vc,f=Zt(t.componentStack),l=$t(e,n,f,t.debugTask),Qt(s,l,n,f,!1),t.replay.pendingTasks--,e.clientRenderedBoundaries.push(s)}finally{t.blockedBoundary=_,t.hoistableState=v,t.replay=g,t.keyPath=p,t.formatContext=m,t.row=h}s=Wt(e,null,{nodes:i,slots:d,pendingTasks:0},b,-1,_,s.fallbackState,x,[n[0],`Suspense Fallback`,n[2]],B(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,Xt(t.componentStack),ss,t.debugTask),Yt(s),e.pingedTasks.push(s)}}a.splice(u,1);break}}}function un(e,t,n,r,i){r===t?(n!==-1||e.componentStack===null||typeof e.componentStack.type!=`function`||Object.prototype.toString.call(e.componentStack.type)!==`[object GeneratorFunction]`||Object.prototype.toString.call(r)!==`[object Generator]`)&&(Mc||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),Mc=!0):t.entries!==i||Nc||(console.error(`Using Maps as children is not supported. Use an array of keyed ReactElements instead.`),Nc=!0)}function dn(e,t,n,r){t.replay!==null&&typeof t.replay.slots==`number`?cn(e,t,t.replay.slots,n,r):(t.node=n,t.childIndex=r,n=t.componentStack,r=t.debugTask,Yt(t),fn(e,t),t.componentStack=n,t.debugTask=r)}function fn(e,t){var n=t.node,r=t.childIndex;if(n!==null){if(typeof n==`object`){switch(n.$$typeof){case sr:var i=n.type,a=n.key;n=n.props;var s=n.ref;s=s===void 0?null:s;var c=t.debugTask,l=J(i);a??=r===-1?0:r;var u=[t.keyPath,l,a];t.replay===null?c?c.run(sn.bind(null,e,t,u,i,n,s)):sn(e,t,u,i,n,s):c?c.run(ln.bind(null,e,t,u,l,a,r,i,n,s,t.replay)):ln(e,t,u,l,a,r,i,n,s,t.replay);return;case cr:throw Error(`Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.`);case vr:if(i=pc(n),e.status===12)throw null;dn(e,t,i,r);return}if(Tr(n)){mn(e,t,n,r);return}if((a=o(n))&&(i=a.call(n))){if(un(t,n,r,i,a),n=i.next(),!n.done){a=[];do a.push(n.value),n=i.next();while(!n.done);mn(e,t,a,r)}return}if(typeof n.then==`function`)return t.thenableState=null,dn(e,t,Ct(n),r);if(n.$$typeof===pr)return dn(e,t,n._currentValue,r);throw e=Object.prototype.toString.call(n),Error(`Objects are not valid as a React child (found: `+(e===`[object Object]`?`object with keys {`+Object.keys(n).join(`, `)+`}`:e)+`). If you meant to render a collection of children, use an array instead.`)}typeof n==`string`?(t=t.blockedSegment,t!==null&&(t.lastPushedText=ne(t.chunks,n,e.renderState,t.lastPushedText))):typeof n==`number`||typeof n==`bigint`?(t=t.blockedSegment,t!==null&&(t.lastPushedText=ne(t.chunks,``+n,e.renderState,t.lastPushedText))):(typeof n==`function`&&(e=n.displayName||n.name||`Component`,console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.`,e,e)),typeof n==`symbol`&&console.error(`Symbols are not valid as a React child.
|
|
198
|
-
%s`,String(n)))}}function pn(e,t,n){if(typeof n==`object`&&n&&(n.$$typeof===sr||n.$$typeof===cr)&&n._store&&(!n._store.validated&&n.key==null||n._store.validated===2)){if(typeof n._store!=`object`)throw Error(`React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.`);n._store.validated=1;var r=e.didWarnForKey;if(r??=e.didWarnForKey=new WeakSet,e=t.componentStack,e!==null&&!r.has(e)){r.add(e);var i=J(n.type);r=n._owner;var a=e.owner;if(e=``,a&&a.type!==void 0){var o=J(a.type);o&&(e=`
|
|
199
|
-
|
|
200
|
-
Check the render method of \``+o+"`.")}e||i&&(e=`
|
|
201
|
-
|
|
202
|
-
Check the top-level render call using <`+i+`>.`),i=``,r!=null&&a!==r&&(a=null,r.type===void 0?typeof r.name==`string`&&(a=r.name):a=J(r.type),a&&(i=` It was passed a child from `+a+`.`)),r=t.componentStack,t.componentStack={parent:t.componentStack,type:n.type,owner:n._owner,stack:n._debugStack},console.error(`Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.`,e,i),t.componentStack=r}}}function mn(e,t,n,r){var i=t.keyPath,a=t.componentStack,o=t.debugTask;if(Jt(t,t.node._debugInfo),r!==-1&&(t.keyPath=[t.keyPath,`Fragment`,r],t.replay!==null)){for(var s=t.replay,c=s.nodes,l=0;l<c.length;l++){var u=c[l];if(u[1]===r){r=u[2],u=u[3],t.replay={nodes:r,slots:u,pendingTasks:1};try{if(mn(e,t,n,-1),t.replay.pendingTasks===1&&0<t.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);t.replay.pendingTasks--}catch(i){if(typeof i==`object`&&i&&(i===Es||typeof i.then==`function`))throw i;t.replay.pendingTasks--;var d=Zt(t.componentStack);n=t.blockedBoundary;var f=i,p=u;u=$t(e,f,d,t.debugTask),Sn(e,n,r,p,f,u,d,!1)}t.replay=s,c.splice(l,1);break}}t.keyPath=i,t.componentStack=a,t.debugTask=o;return}if(s=t.treeContext,c=n.length,t.replay!==null&&(l=t.replay.slots,typeof l==`object`&&l)){for(r=0;r<c;r++)u=n[r],t.treeContext=nt(s,c,r),f=l[r],typeof f==`number`?(cn(e,t,f,u,r),delete l[r]):bn(e,t,u,r);t.treeContext=s,t.keyPath=i,t.componentStack=a,t.debugTask=o;return}for(l=0;l<c;l++)r=n[l],pn(e,t,r),t.treeContext=nt(s,c,l),bn(e,t,r,l);t.treeContext=s,t.keyPath=i,t.componentStack=a,t.debugTask=o}function hn(e,t,n){if(n.status=wc,n.rootSegmentID=e.nextSegmentId++,e=n.trackedContentKeyPath,e===null)throw Error(`It should not be possible to postpone at the root. This is a bug in React.`);var r=n.trackedFallbackNode,i=[],a=t.workingMap.get(e);return a===void 0?(n=[e[1],e[2],i,null,r,n.rootSegmentID],t.workingMap.set(e,n),Gn(n,e[0],t),n):(a[4]=r,a[5]=n.rootSegmentID,a)}function gn(e,t,n,r){r.status=wc;var i=n.keyPath,a=n.blockedBoundary;if(a===null)r.id=e.nextSegmentId++,t.rootSlots=r.id,e.completedRootSegment!==null&&(e.completedRootSegment.status=wc);else{if(a!==null&&a.status===yc){var o=hn(e,t,a);if(a.trackedContentKeyPath===i&&n.childIndex===-1){r.id===-1&&(r.id=r.parentFlushed?a.rootSegmentID:e.nextSegmentId++),o[3]=r.id;return}}if(r.id===-1&&(r.id=r.parentFlushed&&a!==null?a.rootSegmentID:e.nextSegmentId++),n.childIndex===-1)i===null?t.rootSlots=r.id:(n=t.workingMap.get(i),n===void 0?(n=[i[1],i[2],[],r.id],Gn(n,i[0],t)):n[3]=r.id);else{if(i===null){if(e=t.rootSlots,e===null)e=t.rootSlots={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`)}else if(a=t.workingMap,o=a.get(i),o===void 0)e={},o=[i[1],i[2],[],e],a.set(i,o),Gn(o,i[0],t);else if(e=o[3],e===null)e=o[3]={};else if(typeof e==`number`)throw Error(`It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.`);e[n.childIndex]=r.id}}}function _n(e,t){e=e.trackedPostpones,e!==null&&(t=t.trackedContentKeyPath,t!==null&&(t=e.workingMap.get(t),t!==void 0&&(t.length=4,t[2]=[],t[3]=null)))}function vn(e,t,n){return Wt(e,n,t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack,ss,t.debugTask)}function yn(e,t,n){var r=t.blockedSegment,i=Gt(e,r.chunks.length,null,t.formatContext,r.lastPushedText,!0);return r.children.push(i),r.lastPushedText=!1,Ut(e,n,t.node,t.childIndex,t.blockedBoundary,i,t.blockedPreamble,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack,ss,t.debugTask)}function bn(e,t,n,r){var i=t.formatContext,a=t.context,o=t.keyPath,s=t.treeContext,c=t.componentStack,l=t.debugTask,u=t.blockedSegment;if(u===null){u=t.replay;try{return dn(e,t,n,r)}catch(d){if(ft(),n=d===Es?ot():d,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){r=d===Es?dt():null,e=vn(e,t,r).ping,n.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=u,t.debugTask=l,Y(a);return}if(n.message===`Maximum call stack size exceeded`){n=d===Es?dt():null,n=vn(e,t,n),e.pingedTasks.push(n),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.replay=u,t.debugTask=l,Y(a);return}}}}else{var d=u.children.length,f=u.chunks.length;try{return dn(e,t,n,r)}catch(r){if(ft(),u.children.length=d,u.chunks.length=f,n=r===Es?ot():r,e.status!==12&&typeof n==`object`&&n){if(typeof n.then==`function`){u=n,n=r===Es?dt():null,e=yn(e,t,n).ping,u.then(e,e),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.debugTask=l,Y(a);return}if(n.message===`Maximum call stack size exceeded`){u=r===Es?dt():null,u=yn(e,t,u),e.pingedTasks.push(u),t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,t.componentStack=c,t.debugTask=l,Y(a);return}}}}throw t.formatContext=i,t.context=a,t.keyPath=o,t.treeContext=s,Y(a),n}function xn(e){var t=e.blockedBoundary,n=e.blockedSegment;n!==null&&(n.status=Sc,kn(this,t,e.row,n))}function Sn(e,t,n,r,i,a,o,s){for(var c=0;c<n.length;c++){var l=n[c];if(l.length===4)Sn(e,t,l[2],l[3],i,a,o,s);else{var u=e;l=l[5];var d=i,f=a,p=o,m=s,h=Ht(u,null,new Set,null,null);h.parentFlushed=!0,h.rootSegmentID=l,h.status=vc,Qt(h,f,d,p,m),h.parentFlushed&&u.clientRenderedBoundaries.push(h)}}if(n.length=0,r!==null){if(t===null)throw Error(`We should not have any resumable nodes in the shell. This is a bug in React.`);if(t.status!==vc&&(t.status=vc,Qt(t,a,i,o,s),t.parentFlushed&&e.clientRenderedBoundaries.push(t)),typeof r==`object`)for(var g in r)delete r[g]}}function Cn(e,t,n){var r=e.blockedBoundary,i=e.blockedSegment;if(i!==null){if(i.status===6)return;i.status=Sc}var a=Zt(e.componentStack),o=e.node;if(typeof o==`object`&&o&&qt(e,o._debugInfo),r===null){if(t.status!==13&&t.status!==Tc){if(r=e.replay,r===null){t.trackedPostpones!==null&&i!==null?(r=t.trackedPostpones,$t(t,n,a,e.debugTask),gn(t,r,e,i),kn(t,null,e.row,i)):($t(t,n,a,e.debugTask),en(t,n,a,e.debugTask));return}r.pendingTasks--,r.pendingTasks===0&&0<r.nodes.length&&(i=$t(t,n,a,null),Sn(t,null,r.nodes,r.slots,n,i,a,!0)),t.pendingRootTasks--,t.pendingRootTasks===0&&Tn(t)}}else{if(o=t.trackedPostpones,r.status!==vc){if(o!==null&&i!==null)return $t(t,n,a,e.debugTask),gn(t,o,e,i),r.fallbackAbortableTasks.forEach(function(e){return Cn(e,t,n)}),r.fallbackAbortableTasks.clear(),kn(t,r,e.row,i);r.status=vc,i=$t(t,n,a,e.debugTask),r.status=vc,Qt(r,i,n,a,!0),_n(t,r),r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.pendingTasks--,a=r.row,a!==null&&--a.pendingTasks===0&&tn(t,a),r.fallbackAbortableTasks.forEach(function(e){return Cn(e,t,n)}),r.fallbackAbortableTasks.clear()}e=e.row,e!==null&&--e.pendingTasks===0&&tn(t,e),t.allPendingTasks--,t.allPendingTasks===0&&En(t)}function wn(e,t){try{var n=e.renderState,r=n.onHeaders;if(r){var i=n.headers;if(i){n.headers=null;var a=i.preconnects;if(i.fontPreloads&&(a&&(a+=`, `),a+=i.fontPreloads),i.highImagePreloads&&(a&&(a+=`, `),a+=i.highImagePreloads),!t){var o=n.styles.values(),s=o.next();b:for(;0<i.remainingCapacity&&!s.done;s=o.next())for(var c=s.value.sheets.values(),l=c.next();0<i.remainingCapacity&&!l.done;l=c.next()){var u=l.value,d=u.props,f=d.href,p=u.props,m=Ue(p.href,`style`,{crossOrigin:p.crossOrigin,integrity:p.integrity,nonce:p.nonce,type:p.type,fetchPriority:p.fetchPriority,referrerPolicy:p.referrerPolicy,media:p.media});if(0<=(i.remainingCapacity-=m.length+2))n.resets.style[f]=Si,a&&(a+=`, `),a+=m,n.resets.style[f]=typeof d.crossOrigin==`string`||typeof d.integrity==`string`?[d.crossOrigin,d.integrity]:Si;else break b}}r(a?{Link:a}:{})}}}catch(t){$t(e,t,{},null)}}function Tn(e){e.trackedPostpones===null&&wn(e,!0),e.trackedPostpones===null&&Nn(e),e.onShellError=it,e=e.onShellReady,e()}function En(e){wn(e,e.trackedPostpones===null?!0:e.completedRootSegment===null||e.completedRootSegment.status!==wc),Nn(e),e=e.onAllReady,e()}function Dn(e,t){if(t.chunks.length===0&&t.children.length===1&&t.children[0].boundary===null&&t.children[0].id===-1){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,n.status!==bc&&n.status!==Sc&&n.status!==Cc||Dn(e,n)}else e.completedSegments.push(t)}function On(e,t,n){if(v!==null){n=n.chunks;for(var r=0,i=0;i<n.length;i++)r+=v(n[i]);t===null?e.byteSize+=r:t.byteSize+=r}}function kn(e,t,n,r){if(n!==null&&(--n.pendingTasks===0?tn(e,n):n.together&&rn(e,n)),e.allPendingTasks--,t===null){if(r!==null&&r.parentFlushed){if(e.completedRootSegment!==null)throw Error(`There can only be one root segment. This is a bug in React.`);e.completedRootSegment=r}e.pendingRootTasks--,e.pendingRootTasks===0&&Tn(e)}else if(t.pendingTasks--,t.status!==vc)if(t.pendingTasks===0){if(t.status===yc&&(t.status=bc),r!==null&&r.parentFlushed&&(r.status===bc||r.status===Sc)&&Dn(t,r),t.parentFlushed&&e.completedBoundaries.push(t),t.status===bc)n=t.row,n!==null&&K(n.hoistables,t.contentState),Pt(e,t)||(t.fallbackAbortableTasks.forEach(xn,e),t.fallbackAbortableTasks.clear(),n!==null&&--n.pendingTasks===0&&tn(e,n)),e.pendingRootTasks===0&&e.trackedPostpones===null&&t.contentPreamble!==null&&Nn(e);else if(t.status===wc&&(t=t.row,t!==null)){if(e.trackedPostpones!==null){n=e.trackedPostpones;var i=t.next;if(i!==null&&(r=i.boundaries,r!==null))for(i.boundaries=null,i=0;i<r.length;i++){var a=r[i];hn(e,n,a),kn(e,a,null,null)}}--t.pendingTasks===0&&tn(e,t)}}else r===null||!r.parentFlushed||r.status!==bc&&r.status!==Sc||(Dn(t,r),t.completedSegments.length===1&&t.parentFlushed&&e.partialBoundaries.push(t)),t=t.row,t!==null&&t.together&&rn(e,t);e.allPendingTasks===0&&En(e)}function An(e){if(e.status!==Tc&&e.status!==13){var t=ls,n=ui.H;ui.H=Ks;var r=ui.A;ui.A=Ys;var i=Ec;Ec=e;var a=ui.getCurrentStack;ui.getCurrentStack=Kt;var o=qs;qs=e.resumableState;try{var s=e.pingedTasks,c;for(c=0;c<s.length;c++){var l=e,u=s[c],d=u.blockedSegment;if(d===null){var f=void 0,p=l;if(l=u,l.replay.pendingTasks!==0){Y(l.context),f=Js,Js=l;try{if(typeof l.replay.slots==`number`?cn(p,l,l.replay.slots,l.node,l.childIndex):fn(p,l),l.replay.pendingTasks===1&&0<l.replay.nodes.length)throw Error(`Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.`);l.replay.pendingTasks--,l.abortSet.delete(l),kn(p,l.blockedBoundary,l.row,null)}catch(e){ft();var m=e===Es?ot():e;if(typeof m==`object`&&m&&typeof m.then==`function`){var h=l.ping;m.then(h,h),l.thenableState=e===Es?dt():null}else{l.replay.pendingTasks--,l.abortSet.delete(l);var g=Zt(l.componentStack),_=void 0,v=p,y=l.blockedBoundary,b=p.status===12?p.fatalError:m,x=g,S=l.replay.nodes,ee=l.replay.slots;_=$t(v,b,x,l.debugTask),Sn(v,y,S,ee,b,_,x,!1),p.pendingRootTasks--,p.pendingRootTasks===0&&Tn(p),p.allPendingTasks--,p.allPendingTasks===0&&En(p)}}finally{Js=f}}}else if(p=f=void 0,_=u,v=d,v.status===yc){v.status=6,Y(_.context),p=Js,Js=_;var te=v.children.length,C=v.chunks.length;try{fn(l,_),v.lastPushedText&&v.textEmbedded&&v.chunks.push(qi),_.abortSet.delete(_),v.status=bc,On(l,_.blockedBoundary,v),kn(l,_.blockedBoundary,_.row,v)}catch(e){ft(),v.children.length=te,v.chunks.length=C;var w=e===Es?ot():l.status===12?l.fatalError:e;if(l.status===12&&l.trackedPostpones!==null){var T=l.trackedPostpones,E=Zt(_.componentStack);_.abortSet.delete(_),$t(l,w,E,_.debugTask),gn(l,T,_,v),kn(l,_.blockedBoundary,_.row,v)}else if(typeof w==`object`&&w&&typeof w.then==`function`){v.status=yc,_.thenableState=e===Es?dt():null;var D=_.ping;w.then(D,D)}else{var O=Zt(_.componentStack);_.abortSet.delete(_),v.status=Cc;var k=_.blockedBoundary,A=_.row,j=_.debugTask;if(A!==null&&--A.pendingTasks===0&&tn(l,A),l.allPendingTasks--,f=$t(l,w,O,j),k===null)en(l,w,O,j);else if(k.pendingTasks--,k.status!==vc){k.status=vc,Qt(k,f,w,O,!1),_n(l,k);var M=k.row;M!==null&&--M.pendingTasks===0&&tn(l,M),k.parentFlushed&&l.clientRenderedBoundaries.push(k),l.pendingRootTasks===0&&l.trackedPostpones===null&&k.contentPreamble!==null&&Nn(l)}l.allPendingTasks===0&&En(l)}}finally{Js=p}}}s.splice(0,c),e.destination!==null&&zn(e,e.destination)}catch(t){s={},$t(e,t,s,null),en(e,t,s,null)}finally{qs=o,ui.H=n,ui.A=r,ui.getCurrentStack=a,n===Ks&&Y(t),Ec=i}}}function jn(e,t,n){t.preambleChildren.length&&n.push(t.preambleChildren);for(var r=!1,i=0;i<t.children.length;i++)r=Mn(e,t.children[i],n)||r;return r}function Mn(e,t,n){var r=t.boundary;if(r===null)return jn(e,t,n);var i=r.contentPreamble,a=r.fallbackPreamble;if(i===null||a===null)return!1;switch(r.status){case bc:if(Ce(e.renderState,i),e.byteSize+=r.byteSize,t=r.completedSegments[0],!t)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);return jn(e,t,n);case wc:if(e.trackedPostpones!==null)return!0;case vc:if(t.status===bc)return Ce(e.renderState,a),jn(e,t,n);default:return!0}}function Nn(e){if(e.completedRootSegment&&e.completedPreambleSegments===null){var t=[],n=e.byteSize,r=Mn(e,e.completedRootSegment,t),i=e.renderState.preamble;!1===r||i.headChunks&&i.bodyChunks?e.completedPreambleSegments=t:e.byteSize=n}}function Pn(e,t,n,r){switch(n.parentFlushed=!0,n.status){case yc:n.id=e.nextSegmentId++;case wc:return r=n.id,n.lastPushedText=!1,n.textEmbedded=!1,e=e.renderState,p(t,ja),p(t,e.placeholderPrefix),e=r.toString(16),p(t,e),h(t,Ma);case bc:n.status=xc;var i=!0,a=n.chunks,o=0;n=n.children;for(var s=0;s<n.length;s++){for(i=n[s];o<i.index;o++)p(t,a[o]);i=Fn(e,t,i,r)}for(;o<a.length-1;o++)p(t,a[o]);return o<a.length&&(i=h(t,a[o])),i;case Sc:return!0;default:throw Error(`Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.`)}}function Fn(e,t,n,r){var i=n.boundary;if(i===null)return Pn(e,t,n,r);if(i.parentFlushed=!0,i.status===vc){var a=i.row;a!==null&&--a.pendingTasks===0&&tn(e,a),a=i.errorDigest;var o=i.errorMessage,s=i.errorStack;i=i.errorComponentStack,h(t,Ra),p(t,Ba),a&&(p(t,Ha),p(t,A(a)),p(t,Va)),o&&(p(t,Ua),p(t,A(o)),p(t,Va)),s&&(p(t,Wa),p(t,A(s)),p(t,Va)),i&&(p(t,Ga),p(t,A(i)),p(t,Va)),h(t,Ka),Pn(e,t,n,r)}else if(i.status!==bc)i.status===yc&&(i.rootSegmentID=e.nextSegmentId++),0<i.completedSegments.length&&e.partialBoundaries.push(i),Te(t,e.renderState,i.rootSegmentID),r&&K(r,i.fallbackState),Pn(e,t,n,r);else if(!Fc&&Pt(e,i)&&(Pc+i.byteSize>e.progressiveChunkSize||q(i.contentState)))i.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(i),Te(t,e.renderState,i.rootSegmentID),Pn(e,t,n,r);else{if(Pc+=i.byteSize,r&&K(r,i.contentState),n=i.row,n!==null&&Pt(e,i)&&--n.pendingTasks===0&&tn(e,n),h(t,Fa),n=i.completedSegments,n.length!==1)throw Error(`A previously unvisited boundary must have exactly one root segment. This is a bug in React.`);Fn(e,t,n[0],r)}return h(t,za)}function In(e,t,n,r){return Ee(t,e.renderState,n.parentFormatContext,n.id),Fn(e,t,n,r),W(t,n.parentFormatContext)}function Ln(e,t,n){Pc=n.byteSize;for(var r=n.completedSegments,i=0;i<r.length;i++)Rn(e,t,n,r[i]);r.length=0,r=n.row,r!==null&&Pt(e,n)&&--r.pendingTasks===0&&tn(e,r),je(t,n.contentState,e.renderState),r=e.resumableState,e=e.renderState,i=n.rootSegmentID,n=n.contentState;var a=e.stylesToHoist;return e.stylesToHoist=!1,p(t,e.startInlineScript),p(t,ia),a?((r.instructions&_i)===mi&&(r.instructions|=_i,p(t,Do)),(r.instructions&gi)===mi&&(r.instructions|=gi,p(t,yo)),(r.instructions&vi)===mi?(r.instructions|=vi,p(t,xo)):p(t,So)):((r.instructions&gi)===mi&&(r.instructions|=gi,p(t,yo)),p(t,bo)),r=i.toString(16),p(t,e.boundaryPrefix),p(t,r),p(t,Co),p(t,e.segmentPrefix),p(t,r),a?(p(t,wo),Re(t,n)):p(t,To),n=h(t,Eo),we(t,e)&&n}function Rn(e,t,n,r){if(r.status===xc)return!0;var i=n.contentState,a=r.id;if(a===-1){if((r.id=n.rootSegmentID)===-1)throw Error(`A root segment ID must have been assigned by now. This is a bug in React.`);return In(e,t,r,i)}return a===n.rootSegmentID?In(e,t,r,i):(In(e,t,r,i),n=e.resumableState,e=e.renderState,p(t,e.startInlineScript),p(t,ia),(n.instructions&hi)===mi?(n.instructions|=hi,p(t,ho)):p(t,go),p(t,e.segmentPrefix),a=a.toString(16),p(t,a),p(t,_o),p(t,e.placeholderPrefix),p(t,a),t=h(t,vo),t)}function zn(e,t){Ar=new Uint8Array(2048),$=0,jr=!0;try{if(!(0<e.pendingRootTasks)){var n,r=e.completedRootSegment;if(r!==null){if(r.status===wc)return;var i=e.completedPreambleSegments;if(i===null)return;Pc=e.byteSize;var a=e.resumableState,o=e.renderState,s=o.preamble,c=s.htmlChunks,l=s.headChunks,u;if(c){for(u=0;u<c.length;u++)p(t,c[u]);if(l)for(u=0;u<l.length;u++)p(t,l[u]);else p(t,be(`head`)),p(t,ia)}else if(l)for(u=0;u<l.length;u++)p(t,l[u]);var d=o.charsetChunks;for(u=0;u<d.length;u++)p(t,d[u]);d.length=0,o.preconnects.forEach(Me,t),o.preconnects.clear();var m=o.viewportChunks;for(u=0;u<m.length;u++)p(t,m[u]);m.length=0,o.fontPreloads.forEach(Me,t),o.fontPreloads.clear(),o.highImagePreloads.forEach(Me,t),o.highImagePreloads.clear(),Ci=o,o.styles.forEach(Pe,t),Ci=null;var _=o.importMapChunks;for(u=0;u<_.length;u++)p(t,_[u]);_.length=0,o.bootstrapScripts.forEach(Me,t),o.scripts.forEach(Me,t),o.scripts.clear(),o.bulkPreloads.forEach(Me,t),o.bulkPreloads.clear(),c||l||(a.instructions|=yi);var v=o.hoistableChunks;for(u=0;u<v.length;u++)p(t,v[u]);for(a=v.length=0;a<i.length;a++){var y=i[a];for(o=0;o<y.length;o++)Fn(e,t,y[o],null)}var b=e.renderState.preamble,x=b.headChunks;(b.htmlChunks||x)&&p(t,Se(`head`));var S=b.bodyChunks;if(S)for(i=0;i<S.length;i++)p(t,S[i]);Fn(e,t,r,null),e.completedRootSegment=null;var ee=e.renderState;if(e.allPendingTasks!==0||e.clientRenderedBoundaries.length!==0||e.completedBoundaries.length!==0||e.trackedPostpones!==null&&(e.trackedPostpones.rootNodes.length!==0||e.trackedPostpones.rootSlots!==null)){var te=e.resumableState;if((te.instructions&bi)===mi){if(te.instructions|=bi,p(t,ee.startInlineScript),(te.instructions&yi)===mi){te.instructions|=yi;var C=`_`+te.idPrefix+`R_`;p(t,qo),p(t,A(C)),p(t,ea)}p(t,ia),p(t,Aa),h(t,Ti)}}we(t,ee)}var w=e.renderState;r=0;var T=w.viewportChunks;for(r=0;r<T.length;r++)p(t,T[r]);T.length=0,w.preconnects.forEach(Me,t),w.preconnects.clear(),w.fontPreloads.forEach(Me,t),w.fontPreloads.clear(),w.highImagePreloads.forEach(Me,t),w.highImagePreloads.clear(),w.styles.forEach(Ie,t),w.scripts.forEach(Me,t),w.scripts.clear(),w.bulkPreloads.forEach(Me,t),w.bulkPreloads.clear();var E=w.hoistableChunks;for(r=0;r<E.length;r++)p(t,E[r]);E.length=0;var D=e.clientRenderedBoundaries;for(n=0;n<D.length;n++){var O=D[n];w=t;var k=e.resumableState,j=e.renderState,M=O.rootSegmentID,N=O.errorDigest,P=O.errorMessage,F=O.errorStack,I=O.errorComponentStack;p(w,j.startInlineScript),p(w,ia),(k.instructions&_i)===mi?(k.instructions|=_i,p(w,Oo)):p(w,ko),p(w,j.boundaryPrefix),p(w,M.toString(16)),p(w,Ao),(N||P||F||I)&&(p(w,jo),p(w,De(N||``))),(P||F||I)&&(p(w,jo),p(w,De(P||``))),(F||I)&&(p(w,jo),p(w,De(F||``))),I&&(p(w,jo),p(w,De(I)));var L=h(w,Mo);if(!L){e.destination=null,n++,D.splice(0,n);return}}D.splice(0,n);var R=e.completedBoundaries;for(n=0;n<R.length;n++)if(!Ln(e,t,R[n])){e.destination=null,n++,R.splice(0,n);return}R.splice(0,n),g(t),Ar=new Uint8Array(2048),$=0,Fc=jr=!0;var z=e.partialBoundaries;for(n=0;n<z.length;n++){a:{D=e,O=t;var B=z[n];Pc=B.byteSize;var V=B.completedSegments;for(L=0;L<V.length;L++)if(!Rn(D,O,B,V[L])){L++,V.splice(0,L);var ne=!1;break a}V.splice(0,L);var re=B.row;re!==null&&re.together&&B.pendingTasks===1&&(re.pendingTasks===1?nn(D,re,re.hoistables):re.pendingTasks--),ne=je(O,B.contentState,D.renderState)}if(!ne){e.destination=null,n++,z.splice(0,n);return}}z.splice(0,n),Fc=!1;var ie=e.completedBoundaries;for(n=0;n<ie.length;n++)if(!Ln(e,t,ie[n])){e.destination=null,n++,ie.splice(0,n);return}ie.splice(0,n)}}finally{Fc=!1,e.allPendingTasks===0&&e.clientRenderedBoundaries.length===0&&e.completedBoundaries.length===0?(e.flushScheduled=!1,n=e.resumableState,n.hasBody&&p(t,Se(`body`)),n.hasHtml&&p(t,Se(`html`)),g(t),f(t),e.abortableTasks.size!==0&&console.error(`There was still abortable task at the root when we closed. This is a bug in React.`),e.status=Tc,t.end(),e.destination=null):(g(t),f(t))}}function Bn(e){e.flushScheduled=e.destination!==null,kr(function(){return as.run(e,An,e)}),setImmediate(function(){e.status===10&&(e.status=11),e.trackedPostpones===null&&as.run(e,Vn,e)})}function Vn(e){wn(e,e.pendingRootTasks===0)}function Hn(e){!1===e.flushScheduled&&e.pingedTasks.length===0&&e.destination!==null&&(e.flushScheduled=!0,setImmediate(function(){var t=e.destination;t?zn(e,t):e.flushScheduled=!1}))}function Un(e,t){if(e.status===13)e.status=Tc,t.destroy(e.fatalError);else if(e.status!==Tc&&e.destination===null){e.destination=t;try{zn(e,t)}catch(n){t={},$t(e,n,t,null),en(e,n,t,null)}}}function Wn(e,t){(e.status===11||e.status===10)&&(e.status=12);try{var n=e.abortableTasks;if(0<n.size){var r=t===void 0?Error(`The render was aborted by the server without a reason.`):typeof t==`object`&&t&&typeof t.then==`function`?Error(`The render was aborted by the server with a promise.`):t;e.fatalError=r,n.forEach(function(t){var n=Js,i=ui.getCurrentStack;Js=t,ui.getCurrentStack=Kt;try{Cn(t,e,r)}finally{Js=n,ui.getCurrentStack=i}}),n.clear()}e.destination!==null&&zn(e,e.destination)}catch(n){t={},$t(e,n,t,null),en(e,n,t,null)}}function Gn(e,t,n){if(t===null)n.rootNodes.push(e);else{var r=n.workingMap,i=r.get(t);i===void 0&&(i=[t[1],t[2],[],null],r.set(t,i),Gn(i,t[0],n)),i[2].push(e)}}function Kn(e){var t=e.trackedPostpones;if(t===null||t.rootNodes.length===0&&t.rootSlots===null)return e.trackedPostpones=null;if(e.completedRootSegment===null||e.completedRootSegment.status!==wc&&e.completedPreambleSegments!==null){var n=e.nextSegmentId,r=t.rootSlots,i=e.resumableState;i.bootstrapScriptContent=void 0,i.bootstrapScripts=void 0,i.bootstrapModules=void 0}else{n=0,r=-1,i=e.resumableState;var a=e.renderState;i.nextFormID=0,i.hasBody=!1,i.hasHtml=!1,i.unknownResources={font:a.resets.font},i.dnsResources=a.resets.dns,i.connectResources=a.resets.connect,i.imageResources=a.resets.image,i.styleResources=a.resets.style,i.scriptResources={},i.moduleUnknownResources={},i.moduleScriptResources={},i.instructions=mi}return{nextSegmentId:n,rootFormatContext:e.rootFormatContext,progressiveChunkSize:e.progressiveChunkSize,resumableState:e.resumableState,replayNodes:t.rootNodes,replaySlots:r}}function qn(){var e=ir.version;if(e!==`19.2.0`)throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
203
|
-
- react: `+(e+`
|
|
204
|
-
- react-dom: 19.2.0
|
|
205
|
-
Learn more: https://react.dev/warnings/version-mismatch`))}function Jn(e,t){return function(){return Un(t,e)}}function Yn(e,t){return function(){e.destination=null,Wn(e,Error(t))}}function Xn(e,t){var n=P(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0);return Lt(e,n,N(n,t?t.nonce:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,t?t.onHeaders:void 0,t?t.maxHeadersLength:void 0),L(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,t?t.onAllReady:void 0,t?t.onShellReady:void 0,t?t.onShellError:void 0,void 0,t?t.onPostpone:void 0,t?t.formState:void 0)}function Zn(e){return{write:function(t){return typeof t==`string`&&(t=Mr.encode(t)),e.enqueue(t),!0},end:function(){e.close()},destroy:function(t){typeof e.error==`function`?e.error(t):e.close()}}}function Qn(e,t,n){return Rt(e,t,N(t.resumableState,n?n.nonce:void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,n?n.onAllReady:void 0,n?n.onShellReady:void 0,n?n.onShellError:void 0,void 0,n?n.onPostpone:void 0)}function $n(e){return{write:function(t){return typeof t==`string`&&(t=Mr.encode(t)),e.enqueue(t),!0},end:function(){e.close()},destroy:function(t){typeof e.error==`function`?e.error(t):e.close()}}}function er(e){return{write:function(t){return e.push(t)},end:function(){e.push(null)},destroy:function(t){e.destroy(t)}}}var tr=e(`util`),nr=e(`crypto`),rr=e(`async_hooks`),ir=n(),ar=a(),or=e(`stream`),sr=Symbol.for(`react.transitional.element`),cr=Symbol.for(`react.portal`),lr=Symbol.for(`react.fragment`),ur=Symbol.for(`react.strict_mode`),dr=Symbol.for(`react.profiler`),fr=Symbol.for(`react.consumer`),pr=Symbol.for(`react.context`),mr=Symbol.for(`react.forward_ref`),hr=Symbol.for(`react.suspense`),gr=Symbol.for(`react.suspense_list`),_r=Symbol.for(`react.memo`),vr=Symbol.for(`react.lazy`),yr=Symbol.for(`react.scope`),br=Symbol.for(`react.activity`),xr=Symbol.for(`react.legacy_hidden`),Sr=Symbol.for(`react.memo_cache_sentinel`),Cr=Symbol.for(`react.view_transition`),wr=Symbol.iterator,Tr=Array.isArray,Er=new WeakMap,Dr=new WeakMap,Or=Symbol.for(`react.client.reference`),kr=queueMicrotask,Ar=null,$=0,jr=!0,Mr=new tr.TextEncoder,Nr=Object.assign,Pr=Object.prototype.hasOwnProperty,Fr=RegExp(`^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),Ir={},Lr={},Rr=new Set(`animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp`.split(` `)),zr=new Map([[`acceptCharset`,`accept-charset`],[`htmlFor`,`for`],[`httpEquiv`,`http-equiv`],[`crossOrigin`,`crossorigin`],[`accentHeight`,`accent-height`],[`alignmentBaseline`,`alignment-baseline`],[`arabicForm`,`arabic-form`],[`baselineShift`,`baseline-shift`],[`capHeight`,`cap-height`],[`clipPath`,`clip-path`],[`clipRule`,`clip-rule`],[`colorInterpolation`,`color-interpolation`],[`colorInterpolationFilters`,`color-interpolation-filters`],[`colorProfile`,`color-profile`],[`colorRendering`,`color-rendering`],[`dominantBaseline`,`dominant-baseline`],[`enableBackground`,`enable-background`],[`fillOpacity`,`fill-opacity`],[`fillRule`,`fill-rule`],[`floodColor`,`flood-color`],[`floodOpacity`,`flood-opacity`],[`fontFamily`,`font-family`],[`fontSize`,`font-size`],[`fontSizeAdjust`,`font-size-adjust`],[`fontStretch`,`font-stretch`],[`fontStyle`,`font-style`],[`fontVariant`,`font-variant`],[`fontWeight`,`font-weight`],[`glyphName`,`glyph-name`],[`glyphOrientationHorizontal`,`glyph-orientation-horizontal`],[`glyphOrientationVertical`,`glyph-orientation-vertical`],[`horizAdvX`,`horiz-adv-x`],[`horizOriginX`,`horiz-origin-x`],[`imageRendering`,`image-rendering`],[`letterSpacing`,`letter-spacing`],[`lightingColor`,`lighting-color`],[`markerEnd`,`marker-end`],[`markerMid`,`marker-mid`],[`markerStart`,`marker-start`],[`overlinePosition`,`overline-position`],[`overlineThickness`,`overline-thickness`],[`paintOrder`,`paint-order`],[`panose-1`,`panose-1`],[`pointerEvents`,`pointer-events`],[`renderingIntent`,`rendering-intent`],[`shapeRendering`,`shape-rendering`],[`stopColor`,`stop-color`],[`stopOpacity`,`stop-opacity`],[`strikethroughPosition`,`strikethrough-position`],[`strikethroughThickness`,`strikethrough-thickness`],[`strokeDasharray`,`stroke-dasharray`],[`strokeDashoffset`,`stroke-dashoffset`],[`strokeLinecap`,`stroke-linecap`],[`strokeLinejoin`,`stroke-linejoin`],[`strokeMiterlimit`,`stroke-miterlimit`],[`strokeOpacity`,`stroke-opacity`],[`strokeWidth`,`stroke-width`],[`textAnchor`,`text-anchor`],[`textDecoration`,`text-decoration`],[`textRendering`,`text-rendering`],[`transformOrigin`,`transform-origin`],[`underlinePosition`,`underline-position`],[`underlineThickness`,`underline-thickness`],[`unicodeBidi`,`unicode-bidi`],[`unicodeRange`,`unicode-range`],[`unitsPerEm`,`units-per-em`],[`vAlphabetic`,`v-alphabetic`],[`vHanging`,`v-hanging`],[`vIdeographic`,`v-ideographic`],[`vMathematical`,`v-mathematical`],[`vectorEffect`,`vector-effect`],[`vertAdvY`,`vert-adv-y`],[`vertOriginX`,`vert-origin-x`],[`vertOriginY`,`vert-origin-y`],[`wordSpacing`,`word-spacing`],[`writingMode`,`writing-mode`],[`xmlnsXlink`,`xmlns:xlink`],[`xHeight`,`x-height`]]),Br={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},Vr={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0,"aria-braillelabel":0,"aria-brailleroledescription":0,"aria-colindextext":0,"aria-rowindextext":0},Hr={},Ur=RegExp(`^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),Wr=RegExp(`^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),Gr=!1,Kr={accept:`accept`,acceptcharset:`acceptCharset`,"accept-charset":`acceptCharset`,accesskey:`accessKey`,action:`action`,allowfullscreen:`allowFullScreen`,alt:`alt`,as:`as`,async:`async`,autocapitalize:`autoCapitalize`,autocomplete:`autoComplete`,autocorrect:`autoCorrect`,autofocus:`autoFocus`,autoplay:`autoPlay`,autosave:`autoSave`,capture:`capture`,cellpadding:`cellPadding`,cellspacing:`cellSpacing`,challenge:`challenge`,charset:`charSet`,checked:`checked`,children:`children`,cite:`cite`,class:`className`,classid:`classID`,classname:`className`,cols:`cols`,colspan:`colSpan`,content:`content`,contenteditable:`contentEditable`,contextmenu:`contextMenu`,controls:`controls`,controlslist:`controlsList`,coords:`coords`,crossorigin:`crossOrigin`,dangerouslysetinnerhtml:`dangerouslySetInnerHTML`,data:`data`,datetime:`dateTime`,default:`default`,defaultchecked:`defaultChecked`,defaultvalue:`defaultValue`,defer:`defer`,dir:`dir`,disabled:`disabled`,disablepictureinpicture:`disablePictureInPicture`,disableremoteplayback:`disableRemotePlayback`,download:`download`,draggable:`draggable`,enctype:`encType`,enterkeyhint:`enterKeyHint`,fetchpriority:`fetchPriority`,for:`htmlFor`,form:`form`,formmethod:`formMethod`,formaction:`formAction`,formenctype:`formEncType`,formnovalidate:`formNoValidate`,formtarget:`formTarget`,frameborder:`frameBorder`,headers:`headers`,height:`height`,hidden:`hidden`,high:`high`,href:`href`,hreflang:`hrefLang`,htmlfor:`htmlFor`,httpequiv:`httpEquiv`,"http-equiv":`httpEquiv`,icon:`icon`,id:`id`,imagesizes:`imageSizes`,imagesrcset:`imageSrcSet`,inert:`inert`,innerhtml:`innerHTML`,inputmode:`inputMode`,integrity:`integrity`,is:`is`,itemid:`itemID`,itemprop:`itemProp`,itemref:`itemRef`,itemscope:`itemScope`,itemtype:`itemType`,keyparams:`keyParams`,keytype:`keyType`,kind:`kind`,label:`label`,lang:`lang`,list:`list`,loop:`loop`,low:`low`,manifest:`manifest`,marginwidth:`marginWidth`,marginheight:`marginHeight`,max:`max`,maxlength:`maxLength`,media:`media`,mediagroup:`mediaGroup`,method:`method`,min:`min`,minlength:`minLength`,multiple:`multiple`,muted:`muted`,name:`name`,nomodule:`noModule`,nonce:`nonce`,novalidate:`noValidate`,open:`open`,optimum:`optimum`,pattern:`pattern`,placeholder:`placeholder`,playsinline:`playsInline`,poster:`poster`,preload:`preload`,profile:`profile`,radiogroup:`radioGroup`,readonly:`readOnly`,referrerpolicy:`referrerPolicy`,rel:`rel`,required:`required`,reversed:`reversed`,role:`role`,rows:`rows`,rowspan:`rowSpan`,sandbox:`sandbox`,scope:`scope`,scoped:`scoped`,scrolling:`scrolling`,seamless:`seamless`,selected:`selected`,shape:`shape`,size:`size`,sizes:`sizes`,span:`span`,spellcheck:`spellCheck`,src:`src`,srcdoc:`srcDoc`,srclang:`srcLang`,srcset:`srcSet`,start:`start`,step:`step`,style:`style`,summary:`summary`,tabindex:`tabIndex`,target:`target`,title:`title`,type:`type`,usemap:`useMap`,value:`value`,width:`width`,wmode:`wmode`,wrap:`wrap`,about:`about`,accentheight:`accentHeight`,"accent-height":`accentHeight`,accumulate:`accumulate`,additive:`additive`,alignmentbaseline:`alignmentBaseline`,"alignment-baseline":`alignmentBaseline`,allowreorder:`allowReorder`,alphabetic:`alphabetic`,amplitude:`amplitude`,arabicform:`arabicForm`,"arabic-form":`arabicForm`,ascent:`ascent`,attributename:`attributeName`,attributetype:`attributeType`,autoreverse:`autoReverse`,azimuth:`azimuth`,basefrequency:`baseFrequency`,baselineshift:`baselineShift`,"baseline-shift":`baselineShift`,baseprofile:`baseProfile`,bbox:`bbox`,begin:`begin`,bias:`bias`,by:`by`,calcmode:`calcMode`,capheight:`capHeight`,"cap-height":`capHeight`,clip:`clip`,clippath:`clipPath`,"clip-path":`clipPath`,clippathunits:`clipPathUnits`,cliprule:`clipRule`,"clip-rule":`clipRule`,color:`color`,colorinterpolation:`colorInterpolation`,"color-interpolation":`colorInterpolation`,colorinterpolationfilters:`colorInterpolationFilters`,"color-interpolation-filters":`colorInterpolationFilters`,colorprofile:`colorProfile`,"color-profile":`colorProfile`,colorrendering:`colorRendering`,"color-rendering":`colorRendering`,contentscripttype:`contentScriptType`,contentstyletype:`contentStyleType`,cursor:`cursor`,cx:`cx`,cy:`cy`,d:`d`,datatype:`datatype`,decelerate:`decelerate`,descent:`descent`,diffuseconstant:`diffuseConstant`,direction:`direction`,display:`display`,divisor:`divisor`,dominantbaseline:`dominantBaseline`,"dominant-baseline":`dominantBaseline`,dur:`dur`,dx:`dx`,dy:`dy`,edgemode:`edgeMode`,elevation:`elevation`,enablebackground:`enableBackground`,"enable-background":`enableBackground`,end:`end`,exponent:`exponent`,externalresourcesrequired:`externalResourcesRequired`,fill:`fill`,fillopacity:`fillOpacity`,"fill-opacity":`fillOpacity`,fillrule:`fillRule`,"fill-rule":`fillRule`,filter:`filter`,filterres:`filterRes`,filterunits:`filterUnits`,floodopacity:`floodOpacity`,"flood-opacity":`floodOpacity`,floodcolor:`floodColor`,"flood-color":`floodColor`,focusable:`focusable`,fontfamily:`fontFamily`,"font-family":`fontFamily`,fontsize:`fontSize`,"font-size":`fontSize`,fontsizeadjust:`fontSizeAdjust`,"font-size-adjust":`fontSizeAdjust`,fontstretch:`fontStretch`,"font-stretch":`fontStretch`,fontstyle:`fontStyle`,"font-style":`fontStyle`,fontvariant:`fontVariant`,"font-variant":`fontVariant`,fontweight:`fontWeight`,"font-weight":`fontWeight`,format:`format`,from:`from`,fx:`fx`,fy:`fy`,g1:`g1`,g2:`g2`,glyphname:`glyphName`,"glyph-name":`glyphName`,glyphorientationhorizontal:`glyphOrientationHorizontal`,"glyph-orientation-horizontal":`glyphOrientationHorizontal`,glyphorientationvertical:`glyphOrientationVertical`,"glyph-orientation-vertical":`glyphOrientationVertical`,glyphref:`glyphRef`,gradienttransform:`gradientTransform`,gradientunits:`gradientUnits`,hanging:`hanging`,horizadvx:`horizAdvX`,"horiz-adv-x":`horizAdvX`,horizoriginx:`horizOriginX`,"horiz-origin-x":`horizOriginX`,ideographic:`ideographic`,imagerendering:`imageRendering`,"image-rendering":`imageRendering`,in2:`in2`,in:`in`,inlist:`inlist`,intercept:`intercept`,k1:`k1`,k2:`k2`,k3:`k3`,k4:`k4`,k:`k`,kernelmatrix:`kernelMatrix`,kernelunitlength:`kernelUnitLength`,kerning:`kerning`,keypoints:`keyPoints`,keysplines:`keySplines`,keytimes:`keyTimes`,lengthadjust:`lengthAdjust`,letterspacing:`letterSpacing`,"letter-spacing":`letterSpacing`,lightingcolor:`lightingColor`,"lighting-color":`lightingColor`,limitingconeangle:`limitingConeAngle`,local:`local`,markerend:`markerEnd`,"marker-end":`markerEnd`,markerheight:`markerHeight`,markermid:`markerMid`,"marker-mid":`markerMid`,markerstart:`markerStart`,"marker-start":`markerStart`,markerunits:`markerUnits`,markerwidth:`markerWidth`,mask:`mask`,maskcontentunits:`maskContentUnits`,maskunits:`maskUnits`,mathematical:`mathematical`,mode:`mode`,numoctaves:`numOctaves`,offset:`offset`,opacity:`opacity`,operator:`operator`,order:`order`,orient:`orient`,orientation:`orientation`,origin:`origin`,overflow:`overflow`,overlineposition:`overlinePosition`,"overline-position":`overlinePosition`,overlinethickness:`overlineThickness`,"overline-thickness":`overlineThickness`,paintorder:`paintOrder`,"paint-order":`paintOrder`,panose1:`panose1`,"panose-1":`panose1`,pathlength:`pathLength`,patterncontentunits:`patternContentUnits`,patterntransform:`patternTransform`,patternunits:`patternUnits`,pointerevents:`pointerEvents`,"pointer-events":`pointerEvents`,points:`points`,pointsatx:`pointsAtX`,pointsaty:`pointsAtY`,pointsatz:`pointsAtZ`,popover:`popover`,popovertarget:`popoverTarget`,popovertargetaction:`popoverTargetAction`,prefix:`prefix`,preservealpha:`preserveAlpha`,preserveaspectratio:`preserveAspectRatio`,primitiveunits:`primitiveUnits`,property:`property`,r:`r`,radius:`radius`,refx:`refX`,refy:`refY`,renderingintent:`renderingIntent`,"rendering-intent":`renderingIntent`,repeatcount:`repeatCount`,repeatdur:`repeatDur`,requiredextensions:`requiredExtensions`,requiredfeatures:`requiredFeatures`,resource:`resource`,restart:`restart`,result:`result`,results:`results`,rotate:`rotate`,rx:`rx`,ry:`ry`,scale:`scale`,security:`security`,seed:`seed`,shaperendering:`shapeRendering`,"shape-rendering":`shapeRendering`,slope:`slope`,spacing:`spacing`,specularconstant:`specularConstant`,specularexponent:`specularExponent`,speed:`speed`,spreadmethod:`spreadMethod`,startoffset:`startOffset`,stddeviation:`stdDeviation`,stemh:`stemh`,stemv:`stemv`,stitchtiles:`stitchTiles`,stopcolor:`stopColor`,"stop-color":`stopColor`,stopopacity:`stopOpacity`,"stop-opacity":`stopOpacity`,strikethroughposition:`strikethroughPosition`,"strikethrough-position":`strikethroughPosition`,strikethroughthickness:`strikethroughThickness`,"strikethrough-thickness":`strikethroughThickness`,string:`string`,stroke:`stroke`,strokedasharray:`strokeDasharray`,"stroke-dasharray":`strokeDasharray`,strokedashoffset:`strokeDashoffset`,"stroke-dashoffset":`strokeDashoffset`,strokelinecap:`strokeLinecap`,"stroke-linecap":`strokeLinecap`,strokelinejoin:`strokeLinejoin`,"stroke-linejoin":`strokeLinejoin`,strokemiterlimit:`strokeMiterlimit`,"stroke-miterlimit":`strokeMiterlimit`,strokewidth:`strokeWidth`,"stroke-width":`strokeWidth`,strokeopacity:`strokeOpacity`,"stroke-opacity":`strokeOpacity`,suppresscontenteditablewarning:`suppressContentEditableWarning`,suppresshydrationwarning:`suppressHydrationWarning`,surfacescale:`surfaceScale`,systemlanguage:`systemLanguage`,tablevalues:`tableValues`,targetx:`targetX`,targety:`targetY`,textanchor:`textAnchor`,"text-anchor":`textAnchor`,textdecoration:`textDecoration`,"text-decoration":`textDecoration`,textlength:`textLength`,textrendering:`textRendering`,"text-rendering":`textRendering`,to:`to`,transform:`transform`,transformorigin:`transformOrigin`,"transform-origin":`transformOrigin`,typeof:`typeof`,u1:`u1`,u2:`u2`,underlineposition:`underlinePosition`,"underline-position":`underlinePosition`,underlinethickness:`underlineThickness`,"underline-thickness":`underlineThickness`,unicode:`unicode`,unicodebidi:`unicodeBidi`,"unicode-bidi":`unicodeBidi`,unicoderange:`unicodeRange`,"unicode-range":`unicodeRange`,unitsperem:`unitsPerEm`,"units-per-em":`unitsPerEm`,unselectable:`unselectable`,valphabetic:`vAlphabetic`,"v-alphabetic":`vAlphabetic`,values:`values`,vectoreffect:`vectorEffect`,"vector-effect":`vectorEffect`,version:`version`,vertadvy:`vertAdvY`,"vert-adv-y":`vertAdvY`,vertoriginx:`vertOriginX`,"vert-origin-x":`vertOriginX`,vertoriginy:`vertOriginY`,"vert-origin-y":`vertOriginY`,vhanging:`vHanging`,"v-hanging":`vHanging`,videographic:`vIdeographic`,"v-ideographic":`vIdeographic`,viewbox:`viewBox`,viewtarget:`viewTarget`,visibility:`visibility`,vmathematical:`vMathematical`,"v-mathematical":`vMathematical`,vocab:`vocab`,widths:`widths`,wordspacing:`wordSpacing`,"word-spacing":`wordSpacing`,writingmode:`writingMode`,"writing-mode":`writingMode`,x1:`x1`,x2:`x2`,x:`x`,xchannelselector:`xChannelSelector`,xheight:`xHeight`,"x-height":`xHeight`,xlinkactuate:`xlinkActuate`,"xlink:actuate":`xlinkActuate`,xlinkarcrole:`xlinkArcrole`,"xlink:arcrole":`xlinkArcrole`,xlinkhref:`xlinkHref`,"xlink:href":`xlinkHref`,xlinkrole:`xlinkRole`,"xlink:role":`xlinkRole`,xlinkshow:`xlinkShow`,"xlink:show":`xlinkShow`,xlinktitle:`xlinkTitle`,"xlink:title":`xlinkTitle`,xlinktype:`xlinkType`,"xlink:type":`xlinkType`,xmlbase:`xmlBase`,"xml:base":`xmlBase`,xmllang:`xmlLang`,"xml:lang":`xmlLang`,xmlns:`xmlns`,"xml:space":`xmlSpace`,xmlnsxlink:`xmlnsXlink`,"xmlns:xlink":`xmlnsXlink`,xmlspace:`xmlSpace`,y1:`y1`,y2:`y2`,y:`y`,ychannelselector:`yChannelSelector`,z:`z`,zoomandpan:`zoomAndPan`},qr={},Jr=/^on./,Yr=/^on[^A-Z]/,Xr=RegExp(`^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),Zr=RegExp(`^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),Qr=/^(?:webkit|moz|o)[A-Z]/,$r=/^-ms-/,ei=/-(.)/g,ti=/;\s*$/,ni={},ri={},ii=!1,ai=!1,oi=/["'&<>]/,si=/([A-Z])/g,ci=/^ms-/,li=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,ui=ir.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,di=ar.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,fi=Object.freeze({pending:!1,data:null,method:null,action:null}),pi=di.d;di.d={f:pi.f,r:pi.r,D:function(e){var t=Bt();if(t){var n=t.resumableState,r=t.renderState;if(typeof e==`string`&&e){if(!n.dnsResources.hasOwnProperty(e)){n.dnsResources[e]=xi,n=r.headers;var i,a;(a=n&&0<n.remainingCapacity)&&(a=(i=`<`+We(e)+`>; rel=dns-prefetch`,0<=(n.remainingCapacity-=i.length+2))),a?(r.resets.dns[e]=xi,n.preconnects&&(n.preconnects+=`, `),n.preconnects+=i):(i=[],me(i,{href:e,rel:`dns-prefetch`}),r.preconnects.add(i))}Hn(t)}}else pi.D(e)},C:function(e,t){var n=Bt();if(n){var r=n.resumableState,i=n.renderState;if(typeof e==`string`&&e){var a=t===`use-credentials`?`credentials`:typeof t==`string`?`anonymous`:`default`;if(!r.connectResources[a].hasOwnProperty(e)){r.connectResources[a][e]=xi,r=i.headers;var o,s;if(s=r&&0<r.remainingCapacity){if(s=`<`+We(e)+`>; rel=preconnect`,typeof t==`string`){var c=Ke(t,`crossOrigin`);s+=`; crossorigin="`+c+`"`}s=(o=s,0<=(r.remainingCapacity-=o.length+2))}s?(i.resets.connect[a][e]=xi,r.preconnects&&(r.preconnects+=`, `),r.preconnects+=o):(a=[],me(a,{rel:`preconnect`,href:e,crossOrigin:t}),i.preconnects.add(a))}Hn(n)}}else pi.C(e,t)},L:function(e,t,n){var r=Bt();if(r){var i=r.resumableState,a=r.renderState;if(t&&e){switch(t){case`image`:if(n)var o=n.imageSrcSet,s=n.imageSizes,c=n.fetchPriority;var l=o?o+`
|
|
206
|
-
`+(s||``):e;if(i.imageResources.hasOwnProperty(l))return;i.imageResources[l]=Si,i=a.headers;var u;i&&0<i.remainingCapacity&&typeof o!=`string`&&c===`high`&&(u=Ue(e,t,n),0<=(i.remainingCapacity-=u.length+2))?(a.resets.image[l]=Si,i.highImagePreloads&&(i.highImagePreloads+=`, `),i.highImagePreloads+=u):(i=[],me(i,Nr({rel:`preload`,href:o?void 0:e,as:t},n)),c===`high`?a.highImagePreloads.add(i):(a.bulkPreloads.add(i),a.preloads.images.set(l,i)));break;case`style`:if(i.styleResources.hasOwnProperty(e))return;o=[],me(o,Nr({rel:`preload`,href:e,as:t},n)),i.styleResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?Si:[n.crossOrigin,n.integrity],a.preloads.stylesheets.set(e,o),a.bulkPreloads.add(o);break;case`script`:if(i.scriptResources.hasOwnProperty(e))return;o=[],a.preloads.scripts.set(e,o),a.bulkPreloads.add(o),me(o,Nr({rel:`preload`,href:e,as:t},n)),i.scriptResources[e]=!n||typeof n.crossOrigin!=`string`&&typeof n.integrity!=`string`?Si:[n.crossOrigin,n.integrity];break;default:if(i.unknownResources.hasOwnProperty(t)){if(o=i.unknownResources[t],o.hasOwnProperty(e))return}else o={},i.unknownResources[t]=o;if(o[e]=Si,(i=a.headers)&&0<i.remainingCapacity&&t===`font`&&(l=Ue(e,t,n),0<=(i.remainingCapacity-=l.length+2)))a.resets.font[e]=Si,i.fontPreloads&&(i.fontPreloads+=`, `),i.fontPreloads+=l;else switch(i=[],e=Nr({rel:`preload`,href:e,as:t},n),me(i,e),t){case`font`:a.fontPreloads.add(i);break;default:a.bulkPreloads.add(i)}}Hn(r)}}else pi.L(e,t,n)},m:function(e,t){var n=Bt();if(n){var r=n.resumableState,i=n.renderState;if(e){var a=t&&typeof t.as==`string`?t.as:`script`;switch(a){case`script`:if(r.moduleScriptResources.hasOwnProperty(e))return;a=[],r.moduleScriptResources[e]=!t||typeof t.crossOrigin!=`string`&&typeof t.integrity!=`string`?Si:[t.crossOrigin,t.integrity],i.preloads.moduleScripts.set(e,a);break;default:if(r.moduleUnknownResources.hasOwnProperty(a)){var o=r.unknownResources[a];if(o.hasOwnProperty(e))return}else o={},r.moduleUnknownResources[a]=o;a=[],o[e]=Si}me(a,Nr({rel:`modulepreload`,href:e},t)),i.bulkPreloads.add(a),Hn(n)}}else pi.m(e,t)},X:function(e,t){var n=Bt();if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.scriptResources.hasOwnProperty(e)?r.scriptResources[e]:void 0;a!==xi&&(r.scriptResources[e]=xi,t=Nr({src:e,async:!0},t),a&&(a.length===2&&He(t,a),e=i.preloads.scripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),ve(e,t),Hn(n))}}else pi.X(e,t)},S:function(e,t,n){var r=Bt();if(r){var i=r.resumableState,a=r.renderState;if(e){t||=`default`;var o=a.styles.get(t),s=i.styleResources.hasOwnProperty(e)?i.styleResources[e]:void 0;s!==xi&&(i.styleResources[e]=xi,o||(o={precedence:A(t),rules:[],hrefs:[],sheets:new Map},a.styles.set(t,o)),t={state:Qo,props:Nr({rel:`stylesheet`,href:e,"data-precedence":t},n)},s&&(s.length===2&&He(t.props,s),(a=a.preloads.stylesheets.get(e))&&0<a.length?a.length=0:t.state=$o),o.sheets.set(e,t),Hn(r))}}else pi.S(e,t,n)},M:function(e,t){var n=Bt();if(n){var r=n.resumableState,i=n.renderState;if(e){var a=r.moduleScriptResources.hasOwnProperty(e)?r.moduleScriptResources[e]:void 0;a!==xi&&(r.moduleScriptResources[e]=xi,t=Nr({src:e,type:`module`,async:!0},t),a&&(a.length===2&&He(t,a),e=i.preloads.moduleScripts.get(e))&&(e.length=0),e=[],i.scripts.add(e),ve(e,t),Hn(n))}}else pi.M(e,t)}};var mi=0,hi=1,gi=2,_i=4,vi=8,yi=32,bi=64,xi=null,Si=[];Object.freeze(Si);var Ci=null;_(`"></template>`);var wi=_(`<script`),Ti=_(`<\/script>`),Ei=_(`<script src="`),Di=_(`<script type="module" src="`),Oi=_(` nonce="`),ki=_(` integrity="`),Ai=_(` crossorigin="`),ji=_(` async=""><\/script>`),Mi=_(`<style`),Ni=/(<\/|<)(s)(cript)/gi,Pi=_(`<script type="importmap">`),Fi=_(`<\/script>`),Ii={},Li=0,Ri=1,zi=2,Bi=3,Vi=4,Hi=5,Ui=6,Wi=7,Gi=8,Ki=9,qi=_(`<!-- -->`),Ji=new Map,Yi=_(` style="`),Xi=_(`:`),Zi=_(`;`),Qi=_(` `),$i=_(`="`),ea=_(`"`),ta=_(`=""`),na=_(A(`javascript:throw new Error('React form unexpectedly submitted.')`)),ra=_(`<input type="hidden"`),ia=_(`>`),aa=_(`/>`),oa=!1,sa=!1,ca=!1,la=!1,ua=!1,da=!1,fa=!1,pa=!1,ma=!1,ha=!1,ga=!1,_a=_(` selected=""`),va=_(`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`),ya=_(`<!--F!-->`),ba=_(`<!--F-->`),xa=/(<\/|<)(s)(tyle)/gi,Sa=_(`<!--head-->`),Ca=_(`<!--body-->`),wa=_(`<!--html-->`),Ta=_(`
|
|
207
|
-
`),Ea=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Da=new Map,Oa=_(`<!DOCTYPE html>`),ka=new Map,Aa=_(`requestAnimationFrame(function(){$RT=performance.now()});`),ja=_(`<template id="`),Ma=_(`"></template>`),Na=_(`<!--&-->`),Pa=_(`<!--/&-->`),Fa=_(`<!--$-->`),Ia=_(`<!--$?--><template id="`),La=_(`"></template>`),Ra=_(`<!--$!-->`),za=_(`<!--/$-->`),Ba=_(`<template`),Va=_(`"`),Ha=_(` data-dgst="`),Ua=_(` data-msg="`),Wa=_(` data-stck="`),Ga=_(` data-cstck="`),Ka=_(`></template>`),qa=_(`<div hidden id="`),Ja=_(`">`),Ya=_(`</div>`),Xa=_(`<svg aria-hidden="true" style="display:none" id="`),Za=_(`">`),Qa=_(`</svg>`),$a=_(`<math aria-hidden="true" style="display:none" id="`),eo=_(`">`),to=_(`</math>`),no=_(`<table hidden id="`),ro=_(`">`),io=_(`</table>`),ao=_(`<table hidden><tbody id="`),oo=_(`">`),so=_(`</tbody></table>`),co=_(`<table hidden><tr id="`),lo=_(`">`),uo=_(`</tr></table>`),fo=_(`<table hidden><colgroup id="`),po=_(`">`),mo=_(`</colgroup></table>`),ho=_(`$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("`),go=_(`$RS("`),_o=_(`","`),vo=_(`")<\/script>`);_(`<template data-rsi="" data-sid="`),_(`" data-pid="`);var yo=_(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
208
|
-
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`),bo=_(`$RC("`),xo=_(`$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
|
|
209
|
-
"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
|
|
210
|
-
"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`),So=_(`$RR("`),Co=_(`","`),wo=_(`",`),To=_(`"`),Eo=_(`)<\/script>`);_(`<template data-rci="" data-bid="`),_(`<template data-rri="" data-bid="`),_(`" data-sid="`),_(`" data-sty="`);var Do=_(`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};`),Oo=_(`$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("`),ko=_(`$RX("`),Ao=_(`"`),jo=_(`,`),Mo=_(`)<\/script>`);_(`<template data-rxi="" data-bid="`),_(`" data-dgst="`),_(`" data-msg="`),_(`" data-stck="`),_(`" data-cstck="`);var No=/[<\u2028\u2029]/g,Po=/[&><\u2028\u2029]/g,Fo=_(` media="not all" data-precedence="`),Io=_(`" data-href="`),Lo=_(`">`),Ro=_(`</style>`),zo=!1,Bo=!0,Vo=[],Ho=_(` data-precedence="`),Uo=_(`" data-href="`),Wo=_(` `),Go=_(`">`),Ko=_(`</style>`);_(`<link rel="expect" href="#`),_(`" blocking="render"/>`);var qo=_(` id="`),Jo=_(`[`),Yo=_(`,[`),Xo=_(`,`),Zo=_(`]`),Qo=0,$o=1,es=2,ts=3,ns=/[<>\r\n]/g,rs=/["';,\r\n]/g,is=Function.prototype.bind,as=new rr.AsyncLocalStorage,os=Symbol.for(`react.client.reference`),ss={};Object.freeze(ss);var cs={},ls=null,us={},ds={},fs=new Set,ps=new Set,ms=new Set,hs=new Set,gs=new Set,_s=new Set,vs=new Set,ys=new Set,bs=new Set,xs={enqueueSetState:function(e,t,n){var r=e._reactInternals;r.queue===null?tt(e,`setState`):(r.queue.push(t),n!=null&&et(n))},enqueueReplaceState:function(e,t,n){e=e._reactInternals,e.replace=!0,e.queue=[t],n!=null&&et(n)},enqueueForceUpdate:function(e,t){e._reactInternals.queue===null?tt(e,`forceUpdate`):t!=null&&et(t)}},Ss={id:1,overflow:``},Cs=Math.clz32?Math.clz32:rt,ws=Math.log,Ts=Math.LN2,Es=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),Ds=null,Os=typeof Object.is==`function`?Object.is:st,ks=null,As=null,js=null,Ms=null,Ns=null,Ps=null,Fs=!1,Is=!1,Ls=0,Rs=0,zs=-1,Bs=0,Vs=null,Hs=null,Us=0,Ws=!1,Gs,Ks={readContext:pt,use:function(e){if(typeof e==`object`&&e){if(typeof e.then==`function`)return Ct(e);if(e.$$typeof===pr)return pt(e)}throw Error(`An unsupported type was passed to use(): `+String(e))},useContext:function(e){return Gs=`useContext`,ct(),e._currentValue},useMemo:gt,useReducer:ht,useRef:function(e){ks=ct(),Ps=ut();var t=Ps.memoizedState;return t===null?(e={current:e},Object.seal(e),Ps.memoizedState=e):t},useState:function(e){return Gs=`useState`,ht(mt,e)},useInsertionEffect:it,useLayoutEffect:it,useCallback:function(e,t){return gt(function(){return e},t)},useImperativeHandle:it,useEffect:it,useDebugValue:it,useDeferredValue:function(e,t){return ct(),t===void 0?e:t},useTransition:function(){return ct(),[!1,yt]},useId:function(){var e=As.treeContext,t=e.overflow;e=e.id,e=(e&~(1<<32-Cs(e)-1)).toString(32)+t;var n=qs;if(n===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component.`);return t=Ls++,e=`_`+n.idPrefix+`R_`+e,0<t&&(e+=`H`+t.toString(32)),e+`_`},useSyncExternalStore:function(e,t,n){if(n===void 0)throw Error(`Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.`);return n()},useOptimistic:function(e){return ct(),[e,bt]},useActionState:St,useFormState:St,useHostTransitionStatus:function(){return ct(),fi},useMemoCache:function(e){for(var t=Array(e),n=0;n<e;n++)t[n]=Sr;return t},useCacheRefresh:function(){return wt},useEffectEvent:function(){return vt}},qs=null,Js=null,Ys={getCacheForType:function(){throw Error(`Not implemented.`)},cacheSignal:function(){throw Error(`Not implemented.`)},getOwner:function(){return Js===null?null:Js.componentStack}},Xs=0,Zs,Qs,$s,ec,tc,nc,rc;Tt.__reactDisabledLog=!0;var ic,ac,oc=!1,sc=new(typeof WeakMap==`function`?WeakMap:Map),cc={react_stack_bottom_frame:function(e,t,n){return e(t,n)}},lc=cc.react_stack_bottom_frame.bind(cc),uc={react_stack_bottom_frame:function(e){return e.render()}},dc=uc.react_stack_bottom_frame.bind(uc),fc={react_stack_bottom_frame:function(e){var t=e._init;return t(e._payload)}},pc=fc.react_stack_bottom_frame.bind(fc),mc=0;if(typeof performance==`object`&&typeof performance.now==`function`)var hc=performance,gc=function(){return hc.now()};else{var _c=Date;gc=function(){return _c.now()}}var vc=4,yc=0,bc=1,xc=2,Sc=3,Cc=4,wc=5,Tc=14,Ec=null,Dc={},Oc={},kc={},Ac={},jc=!1,Mc=!1,Nc=!1,Pc=0,Fc=!1;qn(),qn(),t.prerender=function(e,t){return new Promise(function(n,r){var i=t?t.onHeaders:void 0,a;i&&(a=function(e){i(new Headers(e))});var o=P(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),s=X(e,o,N(o,void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,a,t?t.maxHeadersLength:void 0),L(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=$n(t)},pull:function(){Un(s,e)},cancel:function(e){s.destination=null,Wn(s,e)}},{highWaterMark:0});t={postponed:Kn(s),prelude:t},n(t)},void 0,void 0,r,t?t.onPostpone:void 0);if(t&&t.signal){var c=t.signal;if(c.aborted)Wn(s,c.reason);else{var l=function(){Wn(s,c.reason),c.removeEventListener(`abort`,l)};c.addEventListener(`abort`,l)}}Bn(s)})},t.prerenderToNodeStream=function(e,t){return new Promise(function(n,r){var i=P(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),a=X(e,i,N(i,void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,t?t.onHeaders:void 0,t?t.maxHeadersLength:void 0),L(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,function(){var e=new or.Readable({read:function(){Un(a,t)}}),t=er(e);e={postponed:Kn(a),prelude:e},n(e)},void 0,void 0,r,t?t.onPostpone:void 0);if(t&&t.signal){var o=t.signal;if(o.aborted)Wn(a,o.reason);else{var s=function(){Wn(a,o.reason),o.removeEventListener(`abort`,s)};o.addEventListener(`abort`,s)}}Bn(a)})},t.renderToPipeableStream=function(e,t){var n=Xn(e,t),r=!1;return Bn(n),{pipe:function(e){if(r)throw Error(`React currently only supports piping to one writable stream.`);return r=!0,wn(n,n.trackedPostpones===null||n.completedRootSegment===null?n.pendingRootTasks===0:n.completedRootSegment.status!==wc),Un(n,e),e.on(`drain`,Jn(e,n)),e.on(`error`,Yn(n,`The destination stream errored while writing data.`)),e.on(`close`,Yn(n,`The destination stream closed early.`)),e},abort:function(e){Wn(n,e)}}},t.renderToReadableStream=function(e,t){return new Promise(function(n,r){var i,a,o=new Promise(function(e,t){a=e,i=t}),s=t?t.onHeaders:void 0,c;s&&(c=function(e){s(new Headers(e))});var l=P(t?t.identifierPrefix:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),u=Lt(e,l,N(l,t?t.nonce:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,c,t?t.maxHeadersLength:void 0),L(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,a,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=Zn(t)},pull:function(){Un(u,e)},cancel:function(e){u.destination=null,Wn(u,e)}},{highWaterMark:0});t.allReady=o,n(t)},function(e){o.catch(function(){}),r(e)},i,t?t.onPostpone:void 0,t?t.formState:void 0);if(t&&t.signal){var d=t.signal;if(d.aborted)Wn(u,d.reason);else{var f=function(){Wn(u,d.reason),d.removeEventListener(`abort`,f)};d.addEventListener(`abort`,f)}}Bn(u)})},t.resume=function(e,t,n){return new Promise(function(r,i){var a,o,s=new Promise(function(e,t){o=e,a=t}),c=Rt(e,t,N(t.resumableState,n?n.nonce:void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,o,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=Zn(t)},pull:function(){Un(c,e)},cancel:function(e){c.destination=null,Wn(c,e)}},{highWaterMark:0});t.allReady=s,r(t)},function(e){s.catch(function(){}),i(e)},a,n?n.onPostpone:void 0);if(n&&n.signal){var l=n.signal;if(l.aborted)Wn(c,l.reason);else{var u=function(){Wn(c,l.reason),l.removeEventListener(`abort`,u)};l.addEventListener(`abort`,u)}}Bn(c)})},t.resumeAndPrerender=function(e,t,n){return new Promise(function(r,i){var a=zt(e,t,N(t.resumableState,void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,function(){var e,t=new ReadableStream({type:`bytes`,start:function(t){e=$n(t)},pull:function(){Un(a,e)},cancel:function(e){a.destination=null,Wn(a,e)}},{highWaterMark:0});t={postponed:Kn(a),prelude:t},r(t)},void 0,void 0,i,n?n.onPostpone:void 0);if(n&&n.signal){var o=n.signal;if(o.aborted)Wn(a,o.reason);else{var s=function(){Wn(a,o.reason),o.removeEventListener(`abort`,s)};o.addEventListener(`abort`,s)}}Bn(a)})},t.resumeAndPrerenderToNodeStream=function(e,t,n){return new Promise(function(r,i){var a=zt(e,t,N(t.resumableState,void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,function(){var e=new or.Readable({read:function(){Un(a,t)}}),t=er(e);e={postponed:Kn(a),prelude:e},r(e)},void 0,void 0,i,n?n.onPostpone:void 0);if(n&&n.signal){var o=n.signal;if(o.aborted)Wn(a,o.reason);else{var s=function(){Wn(a,o.reason),o.removeEventListener(`abort`,s)};o.addEventListener(`abort`,s)}}Bn(a)})},t.resumeToPipeableStream=function(e,t,n){var r=Qn(e,t,n),i=!1;return Bn(r),{pipe:function(e){if(i)throw Error(`React currently only supports piping to one writable stream.`);return i=!0,Un(r,e),e.on(`drain`,Jn(e,r)),e.on(`error`,Yn(r,`The destination stream errored while writing data.`)),e.on(`close`,Yn(r,`The destination stream closed early.`)),e},abort:function(e){Wn(r,e)}}},t.version=`19.2.0`})()})),u=t((e=>{var t,n;process.env.NODE_ENV===`production`?(t=o(),n=s()):(t=c(),n=l()),e.version=t.version,e.renderToString=t.renderToString,e.renderToStaticMarkup=t.renderToStaticMarkup,e.renderToPipeableStream=n.renderToPipeableStream,e.renderToReadableStream=n.renderToReadableStream,e.resumeToPipeableStream=n.resumeToPipeableStream,e.resume=n.resume}));export default u();export{};
|