@xrkseek/harness-cli 0.0.11 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plugin/install-client.d.ts.map +1 -1
- package/dist/plugin/install-client.js +80 -2
- package/dist/plugin/install-client.js.map +1 -1
- package/node_modules/@img/colour/LICENSE.md +82 -0
- package/node_modules/@img/colour/README.md +15 -0
- package/node_modules/@img/colour/color.cjs +1596 -0
- package/node_modules/@img/colour/index.cjs +1 -0
- package/node_modules/@img/colour/index.d.ts +929 -0
- package/node_modules/@img/colour/package.json +58 -0
- package/node_modules/@img/sharp-win32-x64/LICENSE +191 -0
- package/node_modules/@img/sharp-win32-x64/README.md +59 -0
- package/node_modules/@img/sharp-win32-x64/index.cjs +1 -0
- package/node_modules/@img/sharp-win32-x64/lib/libvips-42.dll +0 -0
- package/node_modules/@img/sharp-win32-x64/lib/libvips-cpp-8.18.3.dll +0 -0
- package/node_modules/@img/sharp-win32-x64/lib/sharp-win32-x64-0.35.3.node +0 -0
- package/node_modules/@img/sharp-win32-x64/package.json +40 -0
- package/node_modules/@img/sharp-win32-x64/versions.json +30 -0
- package/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/node/assert/strict.d.ts +111 -0
- package/node_modules/@types/node/assert.d.ts +1115 -0
- package/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/node_modules/@types/node/buffer.buffer.d.ts +472 -0
- package/node_modules/@types/node/buffer.d.ts +1934 -0
- package/node_modules/@types/node/child_process.d.ts +1476 -0
- package/node_modules/@types/node/cluster.d.ts +578 -0
- package/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/node_modules/@types/node/console.d.ts +453 -0
- package/node_modules/@types/node/constants.d.ts +21 -0
- package/node_modules/@types/node/crypto.d.ts +5417 -0
- package/node_modules/@types/node/dgram.d.ts +600 -0
- package/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/node_modules/@types/node/dns.d.ts +923 -0
- package/node_modules/@types/node/domain.d.ts +166 -0
- package/node_modules/@types/node/events.d.ts +976 -0
- package/node_modules/@types/node/fs/promises.d.ts +1341 -0
- package/node_modules/@types/node/fs.d.ts +4714 -0
- package/node_modules/@types/node/globals.d.ts +170 -0
- package/node_modules/@types/node/globals.typedarray.d.ts +41 -0
- package/node_modules/@types/node/http.d.ts +2154 -0
- package/node_modules/@types/node/http2.d.ts +2835 -0
- package/node_modules/@types/node/https.d.ts +585 -0
- package/node_modules/@types/node/index.d.ts +101 -0
- package/node_modules/@types/node/inspector.d.ts +277 -0
- package/node_modules/@types/node/inspector.generated.d.ts +4239 -0
- package/node_modules/@types/node/module.d.ts +843 -0
- package/node_modules/@types/node/net.d.ts +1073 -0
- package/node_modules/@types/node/os.d.ts +507 -0
- package/node_modules/@types/node/package.json +155 -0
- package/node_modules/@types/node/path.d.ts +200 -0
- package/node_modules/@types/node/perf_hooks.d.ts +1042 -0
- package/node_modules/@types/node/process.d.ts +2102 -0
- package/node_modules/@types/node/punycode.d.ts +117 -0
- package/node_modules/@types/node/querystring.d.ts +152 -0
- package/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/node_modules/@types/node/readline.d.ts +600 -0
- package/node_modules/@types/node/repl.d.ts +438 -0
- package/node_modules/@types/node/sea.d.ts +162 -0
- package/node_modules/@types/node/sqlite.d.ts +1040 -0
- package/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/node_modules/@types/node/stream/web.d.ts +573 -0
- package/node_modules/@types/node/stream.d.ts +1706 -0
- package/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/node/test.d.ts +2349 -0
- package/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/node_modules/@types/node/timers.d.ts +285 -0
- package/node_modules/@types/node/tls.d.ts +1279 -0
- package/node_modules/@types/node/trace_events.d.ts +197 -0
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +103 -0
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +103 -0
- package/node_modules/@types/node/tty.d.ts +208 -0
- package/node_modules/@types/node/url.d.ts +1079 -0
- package/node_modules/@types/node/util.d.ts +2336 -0
- package/node_modules/@types/node/v8.d.ts +982 -0
- package/node_modules/@types/node/vm.d.ts +1195 -0
- package/node_modules/@types/node/wasi.d.ts +202 -0
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +62 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/node/worker_threads.d.ts +894 -0
- package/node_modules/@types/node/zlib.d.ts +745 -0
- package/node_modules/@xrkseek/attachment/dist/error.d.ts +3 -2
- package/node_modules/@xrkseek/attachment/dist/error.d.ts.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/error.js +17 -2
- package/node_modules/@xrkseek/attachment/dist/error.js.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/index.d.ts +2 -2
- package/node_modules/@xrkseek/attachment/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/index.js +1 -1
- package/node_modules/@xrkseek/attachment/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/memory.d.ts.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/memory.js +6 -0
- package/node_modules/@xrkseek/attachment/dist/memory.js.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/store.d.ts +6 -1
- package/node_modules/@xrkseek/attachment/dist/store.d.ts.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/types.d.ts +19 -0
- package/node_modules/@xrkseek/attachment/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/attachment/dist/types.js.map +1 -1
- package/node_modules/@xrkseek/attachment-local/README.md +3 -0
- package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.d.ts +18 -0
- package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.js +43 -0
- package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/encoding.d.ts +23 -0
- package/node_modules/@xrkseek/attachment-local/dist/encoding.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/encoding.js +33 -0
- package/node_modules/@xrkseek/attachment-local/dist/encoding.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/image.d.ts +54 -0
- package/node_modules/@xrkseek/attachment-local/dist/image.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/image.js +97 -0
- package/node_modules/@xrkseek/attachment-local/dist/image.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/index.d.ts +32 -0
- package/node_modules/@xrkseek/attachment-local/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/index.js +188 -0
- package/node_modules/@xrkseek/attachment-local/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/normalization.d.ts +44 -0
- package/node_modules/@xrkseek/attachment-local/dist/normalization.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/normalization.js +148 -0
- package/node_modules/@xrkseek/attachment-local/dist/normalization.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/request-image.d.ts +34 -0
- package/node_modules/@xrkseek/attachment-local/dist/request-image.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/request-image.js +208 -0
- package/node_modules/@xrkseek/attachment-local/dist/request-image.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/store.d.ts +58 -0
- package/node_modules/@xrkseek/attachment-local/dist/store.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment-local/dist/store.js +290 -0
- package/node_modules/@xrkseek/attachment-local/dist/store.js.map +1 -0
- package/node_modules/@xrkseek/attachment-local/package.json +25 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.d.ts +3 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-fs/dist/index.js +10 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-fs/dist/read-image.d.ts +35 -0
- package/node_modules/@xrkseek/exec-fs/dist/read-image.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/read-image.js +120 -0
- package/node_modules/@xrkseek/exec-fs/dist/read-image.js.map +1 -0
- package/node_modules/@xrkseek/exec-fs/package.json +3 -1
- package/node_modules/@xrkseek/llm/dist/index.d.ts +1 -0
- package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-deepseek/README.md +3 -1
- package/node_modules/@xrkseek/llm-deepseek/dist/file-id.d.ts +10 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-id.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-id.js +8 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-id.js.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-store.d.ts +40 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-store.js +164 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/file-store.js.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/files-api.d.ts +56 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/files-api.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/files-api.js +180 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/files-api.js.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +15 -6
- package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-deepseek/dist/index.js +63 -13
- package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.d.ts +8 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.js +12 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.js.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.d.ts +28 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.js +142 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.js.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/package.json +3 -1
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +27 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +20 -5
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-registry/dist/registry.js +15 -1
- package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +5 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +10 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-harness/package.json +1 -0
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js +3 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/protocol/dist/content.d.ts +5 -0
- package/node_modules/@xrkseek/protocol/dist/content.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/content.js +8 -1
- package/node_modules/@xrkseek/protocol/dist/content.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/context.d.ts +6 -3
- package/node_modules/@xrkseek/server-face/dist/context.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/cordis-bridge.d.ts +9 -0
- package/node_modules/@xrkseek/server-face/dist/cordis-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cordis-bridge.js +28 -0
- package/node_modules/@xrkseek/server-face/dist/cordis-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.d.ts +16 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.js +141 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.d.ts +13 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.js +158 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.d.ts +284 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.js +696 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.d.ts +15 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.js +196 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.d.ts +19 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.js +143 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.d.ts +16 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.js +84 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-record.d.ts +19 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-record.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-record.js +221 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-record.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-store.d.ts +133 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-store.js +561 -0
- package/node_modules/@xrkseek/server-face/dist/cost-meter-store.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/dispatch.js +15 -0
- package/node_modules/@xrkseek/server-face/dist/dispatch.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts +0 -5
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js +277 -24
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +30 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +48 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/references.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/references.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/references.js +42 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/references.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.js +24 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.js +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +5 -3
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts +2 -2
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js +7 -3
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +2 -0
- package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/index.js +2 -0
- package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js +12 -0
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +45 -0
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts +40 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js +103 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts +9 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js +24 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts +37 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js +109 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts +35 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js +151 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/reference-discovery.d.ts +13 -0
- package/node_modules/@xrkseek/server-face/dist/reference-discovery.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/reference-discovery.js +81 -0
- package/node_modules/@xrkseek/server-face/dist/reference-discovery.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts +5 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js +25 -0
- package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts +15 -0
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/slash.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/slash.js +19 -0
- package/node_modules/@xrkseek/server-face/dist/slash.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/wire/paths.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/wire/paths.js +3 -0
- package/node_modules/@xrkseek/server-face/dist/wire/paths.js.map +1 -1
- package/node_modules/@xrkseek/server-face/package.json +3 -0
- package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.d.ts +4 -0
- package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.js +10 -0
- package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.d.ts +11 -0
- package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.js +29 -0
- package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.d.ts +15 -0
- package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.js +34 -0
- package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/index.d.ts +6 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +126 -19
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/sidebar-pty.d.ts +17 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-pty.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-pty.js +201 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-pty.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.d.ts +10 -0
- package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.js +31 -0
- package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts +7 -0
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +40 -0
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/package.json +8 -1
- package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/boot-inject.js +54 -0
- package/node_modules/@xrkseek/server-http/dist/boot-inject.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.js +141 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +445 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.js +15 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +57 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.js +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.js +275 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.js +41 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts +17 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +184 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.js +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.d.ts +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.js +122 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +58 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +59 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.d.ts +25 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.js +154 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.d.ts +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.js +77 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +16 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +121 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.js +48 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.d.ts +18 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.js +62 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.js +42 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.js +88 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +67 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +18 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +198 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.d.ts +27 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.js +71 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.d.ts +8 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +12 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.d.ts +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.js +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.d.ts +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.js +219 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.d.ts +4 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.js +53 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +11 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +61 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +150 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +239 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.d.ts +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.js +83 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.d.ts +18 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.js +191 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.d.ts +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.js +105 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +57 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.js +74 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.d.ts +14 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.js +17 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.d.ts +76 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.js +551 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.js +136 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.d.ts +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.js +281 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +16 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +163 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.js +125 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.d.ts +17 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.js +188 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.js +55 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +37 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +36 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.js +28 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.js +108 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +218 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +81 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.js +15 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.d.ts +8 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.js +83 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.js +144 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.d.ts +17 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.js +52 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +11 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +221 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +155 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.d.ts +14 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +213 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts +14 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +200 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.d.ts +11 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +200 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.js +47 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.d.ts +15 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.js +132 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.d.ts +13 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.js +336 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +86 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.d.ts +8 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +34 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.d.ts +4 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.js +170 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.d.ts +33 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.js +108 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.js +38 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +358 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +25 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +78 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.js +56 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.d.ts +11 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +106 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.d.ts +18 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.js +240 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.js +78 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts +42 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +117 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.d.ts +11 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.js +111 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts +16 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +455 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.d.ts +26 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.js +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +123 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +16 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +99 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +106 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +14 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +13 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +190 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.d.ts +10 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +438 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.d.ts +8 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +69 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.js +62 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.js +17 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.d.ts +7 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.js +67 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +198 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +15 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +111 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +161 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.js +31 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +103 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.d.ts +49 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.js +190 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +44 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat.js +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/host-wire.d.ts +14 -0
- package/node_modules/@xrkseek/server-http/dist/host-wire.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/host-wire.js +15 -0
- package/node_modules/@xrkseek/server-http/dist/host-wire.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/http-json.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/http-json.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/http-json.js +40 -0
- package/node_modules/@xrkseek/server-http/dist/http-json.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/index.d.ts +12 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js +12 -1
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/public-routes.d.ts +19 -0
- package/node_modules/@xrkseek/server-http/dist/public-routes.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/public-routes.js +34 -0
- package/node_modules/@xrkseek/server-http/dist/public-routes.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.d.ts +13 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.js +58 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.d.ts +16 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.js +49 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.d.ts +35 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.js +103 -0
- package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.js.map +1 -0
- package/node_modules/@xrkseek/server-http/package.json +2 -1
- package/node_modules/@xrkseek/server-loader/dist/host.d.ts +6 -0
- package/node_modules/@xrkseek/server-loader/dist/host.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/host.js +11 -0
- package/node_modules/@xrkseek/server-loader/dist/host.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/index.d.ts +2 -1
- package/node_modules/@xrkseek/server-loader/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-loader/dist/index.js +1 -0
- package/node_modules/@xrkseek/server-loader/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts +5 -0
- package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-loader/dist/kinds.js +5 -0
- package/node_modules/@xrkseek/server-loader/dist/kinds.js.map +1 -1
- package/node_modules/@xrkseek/server-loader/dist/load.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-loader/dist/load.js +5 -0
- package/node_modules/@xrkseek/server-loader/dist/load.js.map +1 -1
- package/node_modules/@xrkseek/server-loader/dist/types.d.ts +40 -0
- package/node_modules/@xrkseek/server-loader/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/xrk-file-reference/README.i18n.yaml +6 -0
- package/node_modules/@xrkseek/xrk-file-reference/README.md +22 -0
- package/node_modules/@xrkseek/xrk-file-reference/README.zh.md +22 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts +33 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js +43 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts +13 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.js +7 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/package.json +31 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/README.i18n.yaml +6 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/README.md +45 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/README.zh.md +45 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts +52 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js +258 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/package.json +29 -0
- package/node_modules/@xrkseek/xrk-session-reference/README.i18n.yaml +6 -0
- package/node_modules/@xrkseek/xrk-session-reference/README.md +50 -0
- package/node_modules/@xrkseek/xrk-session-reference/README.zh.md +50 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts +25 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.js +18 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.js.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts +70 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.js +11 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts +40 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js +81 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/package.json +39 -0
- package/node_modules/detect-libc/LICENSE +201 -0
- package/node_modules/detect-libc/README.md +163 -0
- package/node_modules/detect-libc/index.d.ts +14 -0
- package/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/node_modules/detect-libc/lib/elf.js +39 -0
- package/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/node_modules/detect-libc/lib/process.js +24 -0
- package/node_modules/detect-libc/package.json +44 -0
- package/node_modules/semver/LICENSE +15 -0
- package/node_modules/semver/README.md +680 -0
- package/node_modules/semver/bin/semver.js +195 -0
- package/node_modules/semver/classes/comparator.js +143 -0
- package/node_modules/semver/classes/index.js +7 -0
- package/node_modules/semver/classes/range.js +577 -0
- package/node_modules/semver/classes/semver.js +350 -0
- package/node_modules/semver/functions/clean.js +8 -0
- package/node_modules/semver/functions/cmp.js +54 -0
- package/node_modules/semver/functions/coerce.js +62 -0
- package/node_modules/semver/functions/compare-build.js +9 -0
- package/node_modules/semver/functions/compare-loose.js +5 -0
- package/node_modules/semver/functions/compare.js +7 -0
- package/node_modules/semver/functions/diff.js +60 -0
- package/node_modules/semver/functions/eq.js +5 -0
- package/node_modules/semver/functions/gt.js +5 -0
- package/node_modules/semver/functions/gte.js +5 -0
- package/node_modules/semver/functions/inc.js +21 -0
- package/node_modules/semver/functions/lt.js +5 -0
- package/node_modules/semver/functions/lte.js +5 -0
- package/node_modules/semver/functions/major.js +5 -0
- package/node_modules/semver/functions/minor.js +5 -0
- package/node_modules/semver/functions/neq.js +5 -0
- package/node_modules/semver/functions/parse.js +18 -0
- package/node_modules/semver/functions/patch.js +5 -0
- package/node_modules/semver/functions/prerelease.js +8 -0
- package/node_modules/semver/functions/rcompare.js +5 -0
- package/node_modules/semver/functions/rsort.js +5 -0
- package/node_modules/semver/functions/satisfies.js +12 -0
- package/node_modules/semver/functions/sort.js +5 -0
- package/node_modules/semver/functions/truncate.js +48 -0
- package/node_modules/semver/functions/valid.js +8 -0
- package/node_modules/semver/index.js +93 -0
- package/node_modules/semver/internal/constants.js +37 -0
- package/node_modules/semver/internal/debug.js +11 -0
- package/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/semver/internal/lrucache.js +42 -0
- package/node_modules/semver/internal/parse-options.js +17 -0
- package/node_modules/semver/internal/re.js +223 -0
- package/node_modules/semver/package.json +78 -0
- package/node_modules/semver/preload.js +4 -0
- package/node_modules/semver/range.bnf +17 -0
- package/node_modules/semver/ranges/gtr.js +6 -0
- package/node_modules/semver/ranges/intersects.js +9 -0
- package/node_modules/semver/ranges/ltr.js +6 -0
- package/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/node_modules/semver/ranges/min-version.js +63 -0
- package/node_modules/semver/ranges/outside.js +82 -0
- package/node_modules/semver/ranges/simplify.js +49 -0
- package/node_modules/semver/ranges/subset.js +249 -0
- package/node_modules/semver/ranges/to-comparators.js +10 -0
- package/node_modules/semver/ranges/valid.js +13 -0
- package/node_modules/sharp/LICENSE +191 -0
- package/node_modules/sharp/README.md +112 -0
- package/node_modules/sharp/dist/channel.cjs +177 -0
- package/node_modules/sharp/dist/channel.mjs +177 -0
- package/node_modules/sharp/dist/colour.cjs +199 -0
- package/node_modules/sharp/dist/colour.mjs +199 -0
- package/node_modules/sharp/dist/composite.cjs +213 -0
- package/node_modules/sharp/dist/composite.mjs +213 -0
- package/node_modules/sharp/dist/constructor.cjs +511 -0
- package/node_modules/sharp/dist/constructor.mjs +511 -0
- package/node_modules/sharp/dist/index.cjs +25 -0
- package/node_modules/sharp/dist/index.d.cts +1999 -0
- package/node_modules/sharp/dist/index.d.mts +2046 -0
- package/node_modules/sharp/dist/index.mjs +25 -0
- package/node_modules/sharp/dist/input.cjs +814 -0
- package/node_modules/sharp/dist/input.mjs +814 -0
- package/node_modules/sharp/dist/is.cjs +143 -0
- package/node_modules/sharp/dist/is.mjs +143 -0
- package/node_modules/sharp/dist/libvips.cjs +212 -0
- package/node_modules/sharp/dist/libvips.mjs +212 -0
- package/node_modules/sharp/dist/operation.cjs +998 -0
- package/node_modules/sharp/dist/operation.mjs +998 -0
- package/node_modules/sharp/dist/output.cjs +1788 -0
- package/node_modules/sharp/dist/output.mjs +1788 -0
- package/node_modules/sharp/dist/resize.cjs +617 -0
- package/node_modules/sharp/dist/resize.mjs +617 -0
- package/node_modules/sharp/dist/sharp.cjs +174 -0
- package/node_modules/sharp/dist/sharp.mjs +174 -0
- package/node_modules/sharp/dist/utility.cjs +301 -0
- package/node_modules/sharp/dist/utility.mjs +301 -0
- package/node_modules/sharp/install/build.js +38 -0
- package/node_modules/sharp/lib/index.d.ts +1999 -0
- package/node_modules/sharp/package.json +227 -0
- package/node_modules/sharp/src/binding.gyp +303 -0
- package/node_modules/sharp/src/common.cc +1183 -0
- package/node_modules/sharp/src/common.h +421 -0
- package/node_modules/sharp/src/metadata.cc +404 -0
- package/node_modules/sharp/src/metadata.h +95 -0
- package/node_modules/sharp/src/operations.cc +516 -0
- package/node_modules/sharp/src/operations.h +137 -0
- package/node_modules/sharp/src/pipeline.cc +1948 -0
- package/node_modules/sharp/src/pipeline.h +422 -0
- package/node_modules/sharp/src/sharp.cc +43 -0
- package/node_modules/sharp/src/stats.cc +186 -0
- package/node_modules/sharp/src/stats.h +62 -0
- package/node_modules/sharp/src/utilities.cc +289 -0
- package/node_modules/sharp/src/utilities.h +22 -0
- package/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +32 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/node_modules/undici-types/cache-interceptor.d.ts +173 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +30 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/undici-types/errors.d.ts +161 -0
- package/node_modules/undici-types/eventsource.d.ts +66 -0
- package/node_modules/undici-types/fetch.d.ts +211 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/undici-types/header.d.ts +160 -0
- package/node_modules/undici-types/index.d.ts +88 -0
- package/node_modules/undici-types/interceptors.d.ts +73 -0
- package/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +27 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +29 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +41 -0
- package/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/node_modules/undici-types/readable.d.ts +68 -0
- package/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +341 -0
- package/node_modules/undici-types/websocket.d.ts +186 -0
- package/package.json +23 -1
- package/product-web/assets/{index-CSGf6Qzd.css → index-C0u-TtQQ.css} +1 -1
- package/product-web/assets/index-CHKZdZNt.js +112 -0
- package/product-web/assets/index-CHKZdZNt.js.map +1 -0
- package/product-web/assets/langs/{php-DY2VakOf.js → php-9bx0az3O.js} +2 -2
- package/product-web/assets/langs/{php-DY2VakOf.js.map → php-9bx0az3O.js.map} +1 -1
- package/product-web/assets/langs/{ruby-hwtoiFmS.js → ruby-HDLHRjSL.js} +2 -2
- package/product-web/assets/langs/{ruby-hwtoiFmS.js.map → ruby-HDLHRjSL.js.map} +1 -1
- package/product-web/assets/{vendor-CldRVjca.js → vendor-CeMKrCZm.js} +36 -35
- package/product-web/assets/vendor-CeMKrCZm.js.map +1 -0
- package/product-web/boot.json +20 -1
- package/product-web/index.html +3 -3
- package/product-web/plugins/@xrkseek/client-connection/client.js +7 -164
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-modules/client.js +83 -12
- package/product-web/plugins/@xrkseek/client-runtime/client.js +8 -56
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +34 -34
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +782 -0
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +967 -563
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +82 -26
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +1 -1
- package/product-web/plugins/@xrkseek/client-ui-reference/client.js +148 -0
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +58 -58
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +289 -157
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +1 -1
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +147 -168
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +56 -56
- package/product-web/plugins/@xrkseek/xrk-api-remotes/client.js +20 -1
- package/product-web/assets/index-CcF0Sxxg.js +0 -297
- package/product-web/assets/index-CcF0Sxxg.js.map +0 -1
- package/product-web/assets/vendor-CldRVjca.js.map +0 -1
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/langs/ruby-HDLHRjSL.js","assets/langs/html-CfGypltT.js","assets/langs/css-CLj8gQPS.js","assets/langs/xml-sdJ4AIDG.js","assets/langs/java-CylS5w8V.js","assets/langs/sql-CRqJ_cUM.js","assets/vendor-CeMKrCZm.js","assets/vendor-CjyC-hUb.css","assets/langs/cpp-DddhVWhK.js","assets/langs/c-BIGW1oBm.js","assets/langs/lua-BaeVxFsk.js","assets/langs/yaml-Buea-lGh.js","assets/langs/php-9bx0az3O.js","assets/langs/scss-D5BDwBP9.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
var N5=Object.defineProperty;var R5=(n,r,o)=>r in n?N5(n,r,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[r]=o;var P=(n,r,o)=>R5(n,typeof r!="symbol"?r+"":r,o);import{c as P5,a as T5,b as I5,d as $5,t as A5,s as H5,j as V5,e as D5,f as Ce,g as u2,h as Nl,u as F5,m as kr,i as wt,k as Xs,l as d0,n as h0,o as B5,p as p0,q as z5,r as a2,v as Jl}from"./vendor-CeMKrCZm.js";function Gi(n,r){for(var o=0;o<r.length;o++){const s=r[o];if(typeof s!="string"&&!Array.isArray(s)){for(const u in s)if(u!=="default"&&!(u in n)){const c=Object.getOwnPropertyDescriptor(s,u);c&&Object.defineProperty(n,u,c.get?c:{enumerable:!0,get:()=>s[u]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}(function(){const r=document.createElement("link").relList;if(r&&r.supports&&r.supports("modulepreload"))return;for(const u of document.querySelectorAll('link[rel="modulepreload"]'))s(u);new MutationObserver(u=>{for(const c of u)if(c.type==="childList")for(const h of c.addedNodes)h.tagName==="LINK"&&h.rel==="modulepreload"&&s(h)}).observe(document,{childList:!0,subtree:!0});function o(u){const c={};return u.integrity&&(c.integrity=u.integrity),u.referrerPolicy&&(c.referrerPolicy=u.referrerPolicy),u.crossOrigin==="use-credentials"?c.credentials="include":u.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function s(u){if(u.ep)return;u.ep=!0;const c=o(u);fetch(u.href,c)}})();function S1(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var el={exports:{}},h1={},tl={exports:{}},ge={};/**
|
|
3
|
+
* @license React
|
|
4
|
+
* react.production.min.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Facebook, Inc. and its 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
|
+
*/var c2;function Z5(){if(c2)return ge;c2=1;var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),h=Symbol.for("react.context"),p=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),g=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),L=Symbol.iterator;function w(j){return j===null||typeof j!="object"?null:(j=L&&j[L]||j["@@iterator"],typeof j=="function"?j:null)}var k={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},S=Object.assign,E={};function T(j,M,ie){this.props=j,this.context=M,this.refs=E,this.updater=ie||k}T.prototype.isReactComponent={},T.prototype.setState=function(j,M){if(typeof j!="object"&&typeof j!="function"&&j!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,j,M,"setState")},T.prototype.forceUpdate=function(j){this.updater.enqueueForceUpdate(this,j,"forceUpdate")};function B(){}B.prototype=T.prototype;function W(j,M,ie){this.props=j,this.context=M,this.refs=E,this.updater=ie||k}var z=W.prototype=new B;z.constructor=W,S(z,T.prototype),z.isPureReactComponent=!0;var ee=Array.isArray,Q=Object.prototype.hasOwnProperty,H={current:null},Z={key:!0,ref:!0,__self:!0,__source:!0};function ne(j,M,ie){var de,ve={},_e=null,be=null;if(M!=null)for(de in M.ref!==void 0&&(be=M.ref),M.key!==void 0&&(_e=""+M.key),M)Q.call(M,de)&&!Z.hasOwnProperty(de)&&(ve[de]=M[de]);var je=arguments.length-2;if(je===1)ve.children=ie;else if(1<je){for(var Re=Array(je),dt=0;dt<je;dt++)Re[dt]=arguments[dt+2];ve.children=Re}if(j&&j.defaultProps)for(de in je=j.defaultProps,je)ve[de]===void 0&&(ve[de]=je[de]);return{$$typeof:n,type:j,key:_e,ref:be,props:ve,_owner:H.current}}function I(j,M){return{$$typeof:n,type:j.type,key:M,ref:j.ref,props:j.props,_owner:j._owner}}function J(j){return typeof j=="object"&&j!==null&&j.$$typeof===n}function q(j){var M={"=":"=0",":":"=2"};return"$"+j.replace(/[=:]/g,function(ie){return M[ie]})}var ce=/\/+/g;function le(j,M){return typeof j=="object"&&j!==null&&j.key!=null?q(""+j.key):M.toString(36)}function he(j,M,ie,de,ve){var _e=typeof j;(_e==="undefined"||_e==="boolean")&&(j=null);var be=!1;if(j===null)be=!0;else switch(_e){case"string":case"number":be=!0;break;case"object":switch(j.$$typeof){case n:case r:be=!0}}if(be)return be=j,ve=ve(be),j=de===""?"."+le(be,0):de,ee(ve)?(ie="",j!=null&&(ie=j.replace(ce,"$&/")+"/"),he(ve,M,ie,"",function(dt){return dt})):ve!=null&&(J(ve)&&(ve=I(ve,ie+(!ve.key||be&&be.key===ve.key?"":(""+ve.key).replace(ce,"$&/")+"/")+j)),M.push(ve)),1;if(be=0,de=de===""?".":de+":",ee(j))for(var je=0;je<j.length;je++){_e=j[je];var Re=de+le(_e,je);be+=he(_e,M,ie,Re,ve)}else if(Re=w(j),typeof Re=="function")for(j=Re.call(j),je=0;!(_e=j.next()).done;)_e=_e.value,Re=de+le(_e,je++),be+=he(_e,M,ie,Re,ve);else if(_e==="object")throw M=String(j),Error("Objects are not valid as a React child (found: "+(M==="[object Object]"?"object with keys {"+Object.keys(j).join(", ")+"}":M)+"). If you meant to render a collection of children, use an array instead.");return be}function pe(j,M,ie){if(j==null)return j;var de=[],ve=0;return he(j,de,"","",function(_e){return M.call(ie,_e,ve++)}),de}function Le(j){if(j._status===-1){var M=j._result;M=M(),M.then(function(ie){(j._status===0||j._status===-1)&&(j._status=1,j._result=ie)},function(ie){(j._status===0||j._status===-1)&&(j._status=2,j._result=ie)}),j._status===-1&&(j._status=0,j._result=M)}if(j._status===1)return j._result.default;throw j._result}var ye={current:null},U={transition:null},oe={ReactCurrentDispatcher:ye,ReactCurrentBatchConfig:U,ReactCurrentOwner:H};function K(){throw Error("act(...) is not supported in production builds of React.")}return ge.Children={map:pe,forEach:function(j,M,ie){pe(j,function(){M.apply(this,arguments)},ie)},count:function(j){var M=0;return pe(j,function(){M++}),M},toArray:function(j){return pe(j,function(M){return M})||[]},only:function(j){if(!J(j))throw Error("React.Children.only expected to receive a single React element child.");return j}},ge.Component=T,ge.Fragment=o,ge.Profiler=u,ge.PureComponent=W,ge.StrictMode=s,ge.Suspense=C,ge.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=oe,ge.act=K,ge.cloneElement=function(j,M,ie){if(j==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+j+".");var de=S({},j.props),ve=j.key,_e=j.ref,be=j._owner;if(M!=null){if(M.ref!==void 0&&(_e=M.ref,be=H.current),M.key!==void 0&&(ve=""+M.key),j.type&&j.type.defaultProps)var je=j.type.defaultProps;for(Re in M)Q.call(M,Re)&&!Z.hasOwnProperty(Re)&&(de[Re]=M[Re]===void 0&&je!==void 0?je[Re]:M[Re])}var Re=arguments.length-2;if(Re===1)de.children=ie;else if(1<Re){je=Array(Re);for(var dt=0;dt<Re;dt++)je[dt]=arguments[dt+2];de.children=je}return{$$typeof:n,type:j.type,key:ve,ref:_e,props:de,_owner:be}},ge.createContext=function(j){return j={$$typeof:h,_currentValue:j,_currentValue2:j,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},j.Provider={$$typeof:c,_context:j},j.Consumer=j},ge.createElement=ne,ge.createFactory=function(j){var M=ne.bind(null,j);return M.type=j,M},ge.createRef=function(){return{current:null}},ge.forwardRef=function(j){return{$$typeof:p,render:j}},ge.isValidElement=J,ge.lazy=function(j){return{$$typeof:y,_payload:{_status:-1,_result:j},_init:Le}},ge.memo=function(j,M){return{$$typeof:g,type:j,compare:M===void 0?null:M}},ge.startTransition=function(j){var M=U.transition;U.transition={};try{j()}finally{U.transition=M}},ge.unstable_act=K,ge.useCallback=function(j,M){return ye.current.useCallback(j,M)},ge.useContext=function(j){return ye.current.useContext(j)},ge.useDebugValue=function(){},ge.useDeferredValue=function(j){return ye.current.useDeferredValue(j)},ge.useEffect=function(j,M){return ye.current.useEffect(j,M)},ge.useId=function(){return ye.current.useId()},ge.useImperativeHandle=function(j,M,ie){return ye.current.useImperativeHandle(j,M,ie)},ge.useInsertionEffect=function(j,M){return ye.current.useInsertionEffect(j,M)},ge.useLayoutEffect=function(j,M){return ye.current.useLayoutEffect(j,M)},ge.useMemo=function(j,M){return ye.current.useMemo(j,M)},ge.useReducer=function(j,M,ie){return ye.current.useReducer(j,M,ie)},ge.useRef=function(j){return ye.current.useRef(j)},ge.useState=function(j){return ye.current.useState(j)},ge.useSyncExternalStore=function(j,M,ie){return ye.current.useSyncExternalStore(j,M,ie)},ge.useTransition=function(){return ye.current.useTransition()},ge.version="18.3.1",ge}var f2;function L1(){return f2||(f2=1,tl.exports=Z5()),tl.exports}/**
|
|
11
|
+
* @license React
|
|
12
|
+
* react-jsx-runtime.production.min.js
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the MIT license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*/var d2;function U5(){if(d2)return h1;d2=1;var n=L1(),r=Symbol.for("react.element"),o=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,u=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function h(p,C,g){var y,L={},w=null,k=null;g!==void 0&&(w=""+g),C.key!==void 0&&(w=""+C.key),C.ref!==void 0&&(k=C.ref);for(y in C)s.call(C,y)&&!c.hasOwnProperty(y)&&(L[y]=C[y]);if(p&&p.defaultProps)for(y in C=p.defaultProps,C)L[y]===void 0&&(L[y]=C[y]);return{$$typeof:r,type:p,key:w,ref:k,props:L,_owner:u.current}}return h1.Fragment=o,h1.jsx=h,h1.jsxs=h,h1}var h2;function W5(){return h2||(h2=1,el.exports=U5()),el.exports}var d=W5();const q5=S1(d),Q5=Gi({__proto__:null,default:q5},[d]);function ze(n){return n==null}function K5(n){return!ze(n)}function Gl(n){return n&&typeof n=="object"&&!Array.isArray(n)}function J5(n,r){return Object.fromEntries(Object.entries(n).filter(([o,s])=>r(o,s)))}function rn(n,r){return Object.fromEntries(Object.entries(n).map(([o,s])=>[o,r(s,o)]))}function G5(n,r,o){if(!r)return{...n};const s={};for(const u of r)n[u]!==void 0&&(s[u]=n[u]);return s}function qt(n,r,o){return Object.defineProperty(n,r,{writable:!0,value:o,enumerable:!1})}function Wn(n,r){return arguments.length===1?o=>Wn(n,o):n in globalThis&&r instanceof globalThis[n]||Object.prototype.toString.call(r).slice(8,-1)===n}function Yi(n){return Wn("ArrayBuffer",n)||Wn("SharedArrayBuffer",n)}function Y5(n){return Yi(n)||ArrayBuffer.isView(n)}var Wt;(function(n){n.is=Yi,n.isSource=Y5;function r(h){return ArrayBuffer.isView(h)?h.buffer.slice(h.byteOffset,h.byteOffset+h.byteLength):h}n.fromSource=r;function o(h){if(h=r(h),typeof Buffer<"u")return Buffer.from(h).toString("base64");let p="";const C=new Uint8Array(h);for(let g=0;g<C.byteLength;g++)p+=String.fromCharCode(C[g]);return btoa(p)}n.toBase64=o;function s(h){return typeof Buffer<"u"?r(Buffer.from(h,"base64")):Uint8Array.from(atob(h),p=>p.charCodeAt(0))}n.fromBase64=s;function u(h){return h=r(h),typeof Buffer<"u"?Buffer.from(h).toString("hex"):Array.from(new Uint8Array(h),p=>p.toString(16).padStart(2,"0")).join("")}n.toHex=u;function c(h){if(typeof Buffer<"u")return r(Buffer.from(h,"hex"));const p=h.length%2===0?h:h.slice(0,h.length-1),C=[];for(let g=0;g<p.length;g+=2)C.push(parseInt(`${p[g]}${p[g+1]}`,16));return Uint8Array.from(C).buffer}n.fromHex=c})(Wt||(Wt={}));Wt.fromBase64;Wt.toBase64;Wt.fromHex;Wt.toHex;function Rl(n,r=new Map){if(!n||typeof n!="object")return n;if(Wn("Date",n))return new Date(n.valueOf());if(Wn("RegExp",n))return new RegExp(n.source,n.flags);if(Yi(n))return n.slice(0);if(ArrayBuffer.isView(n))return n.buffer.slice(n.byteOffset,n.byteOffset+n.byteLength);const o=r.get(n);if(o)return o;if(Array.isArray(n)){const u=[];return r.set(n,u),n.forEach((c,h)=>{u[h]=Reflect.apply(Rl,null,[c,r])}),u}const s=Object.create(Object.getPrototypeOf(n));r.set(n,s);for(const u of Reflect.ownKeys(n)){const c={...Reflect.getOwnPropertyDescriptor(n,u)};"value"in c&&(c.value=Reflect.apply(Rl,null,[c.value,r])),Reflect.defineProperty(s,u,c)}return s}function Lr(n,r,o){if(n===r||!o&&ze(n)&&ze(r))return!0;if(typeof n!=typeof r||typeof n!="object"||!n||!r)return!1;function s(u,c){return u(n)?u(r)?c(n,r):!1:u(r)?!1:void 0}return s(Array.isArray,(u,c)=>u.length===c.length&&u.every((h,p)=>Lr(h,c[p])))??s(Wn("Date"),(u,c)=>u.valueOf()===c.valueOf())??s(Wn("RegExp"),(u,c)=>u.source===c.source&&u.flags===c.flags)??s(Yi,(u,c)=>{if(u.byteLength!==c.byteLength)return!1;const h=new Uint8Array(u),p=new Uint8Array(c);for(let C=0;C<h.length;C++)if(h[C]!==p[C])return!1;return!0})??Object.keys({...n,...r}).every(u=>Lr(n[u],r[u],o))}function X5(n,r,o){const s=[];let u=0;for(let c=0;c<n.length;c++){const h=n.charCodeAt(c);if(h>=65&&h<=90){if(u===1){const p=n.charCodeAt(c+1);p>=97&&p<=122&&s.push(o),s.push(h+32)}else u!==0&&s.push(o),s.push(h+32);u=1}else h>=97&&h<=122?(s.push(h),u=2):r.includes(h)?(u!==0&&s.push(o),u=0):s.push(h)}return String.fromCharCode(...s)}function e6(n){return X5(n,[45,95],45)}const t6=e6;var p2;(function(n){n.millisecond=1,n.second=1e3,n.minute=n.second*60,n.hour=n.minute*60,n.day=n.hour*24,n.week=n.day*7;let r=new Date().getTimezoneOffset();function o(k){r=k}n.setTimezoneOffset=o;function s(){return r}n.getTimezoneOffset=s;function u(k=new Date,S){return typeof k=="number"&&(k=new Date(k)),S===void 0&&(S=r),Math.floor((k.valueOf()/n.minute-S)/1440)}n.getDateNumber=u;function c(k,S){const E=new Date(k*n.day);return S===void 0&&(S=r),new Date(+E+S*n.minute)}n.fromDateNumber=c;const h=/\d+(?:\.\d+)?/.source,p=new RegExp(`^${["w(?:eek(?:s)?)?","d(?:ay(?:s)?)?","h(?:our(?:s)?)?","m(?:in(?:ute)?(?:s)?)?","s(?:ec(?:ond)?(?:s)?)?"].map(k=>`(${h}${k})?`).join("")}$`);function C(k){const S=p.exec(k);return S?(parseFloat(S[1])*n.week||0)+(parseFloat(S[2])*n.day||0)+(parseFloat(S[3])*n.hour||0)+(parseFloat(S[4])*n.minute||0)+(parseFloat(S[5])*n.second||0):0}n.parseTime=C;function g(k){const S=C(k);return S?k=Date.now()+S:/^\d{1,2}(:\d{1,2}){1,2}$/.test(k)?k=`${new Date().toLocaleDateString()}-${k}`:/^\d{1,2}-\d{1,2}-\d{1,2}(:\d{1,2}){1,2}$/.test(k)&&(k=`${new Date().getFullYear()}-${k}`),k?new Date(k):new Date}n.parseDate=g;function y(k){const S=Math.abs(k);return S>=n.day-n.hour/2?Math.round(k/n.day)+"d":S>=n.hour-n.minute/2?Math.round(k/n.hour)+"h":S>=n.minute-n.second/2?Math.round(k/n.minute)+"m":S>=n.second?Math.round(k/n.second)+"s":k+"ms"}n.format=y;function L(k,S=2){return k.toString().padStart(S,"0")}n.toDigits=L;function w(k,S=new Date){return k.replace("yyyy",S.getFullYear().toString()).replace("yy",S.getFullYear().toString().slice(2)).replace("MM",L(S.getMonth()+1)).replace("dd",L(S.getDate())).replace("hh",L(S.getHours())).replace("mm",L(S.getMinutes())).replace("ss",L(S.getSeconds())).replace("SSS",L(S.getMilliseconds(),3))}n.template=w})(p2||(p2={}));var Xi=class{constructor(){P(this,"sn",0);P(this,"map",new Map);P(this,"weak",new WeakMap)}get length(){return this.map.size}push(n){const r=++this.sn;return this.map.set(r,n),this.weak.set(n,r),()=>this.map.delete(r)}delete(n){const r=this.weak.get(n);return r?this.map.delete(r):!1}clear(){const n=[...this.map.values()];return this.map.clear(),n.reverse()}[Symbol.iterator](){return this.map.values()}[Symbol.for("nodejs.util.inspect.custom")](){return[...this]}};const Y={shadow:Symbol.for("cordis.shadow"),receiver:Symbol.for("cordis.receiver"),original:Symbol.for("cordis.original"),metadata:Symbol.for("cordis.metadata"),initHooks:Symbol.for("cordis.initHooks"),checkProto:Symbol.for("cordis.checkProto"),effect:Symbol.for("cordis.effect"),filter:Symbol.for("cordis.filter"),isolate:Symbol.for("cordis.isolate"),intercept:Symbol.for("cordis.intercept"),init:Symbol.for("cordis.init"),check:Symbol.for("cordis.check"),config:Symbol.for("cordis.config"),invoke:Symbol.for("cordis.invoke"),extend:Symbol.for("cordis.extend"),tracker:Symbol.for("cordis.tracker"),resolveConfig:Symbol.for("cordis.resolveConfig")},n6=(function*(){}).constructor,m2=(async function*(){}).constructor;function m0(n){return!(!n.prototype||n instanceof n6||m2!==Function&&n instanceof m2)}function eo(n,r){if(n===Object.prototype)return r;const o=Object.create(eo(Object.getPrototypeOf(n),r));for(const s of Reflect.ownKeys(n))Object.defineProperty(o,s,Object.getOwnPropertyDescriptor(n,s));return o}function zn(n){return n&&(typeof n=="object"||typeof n=="function")}function g0(n,r){let o=n;for(;o;){const s=Reflect.getOwnPropertyDescriptor(o,r);if(s)return s;o=Object.getPrototypeOf(o)}}function Ln(n,r){if(!zn(r))return r;if(Object.hasOwn(r,Y.shadow))return Object.getPrototypeOf(r);const o=r[Y.tracker];return o?Yl(n,r,o):r}function y1(n,r){return r?new Proxy(n,{get:(o,s,u)=>s in r&&s!=="constructor"?Reflect.get(r,s,u):Reflect.get(o,s,u),set:(o,s,u,c)=>s in r&&s!=="constructor"?Reflect.set(r,s,u,c):Reflect.set(o,s,u,c)}):n}function Pl(n,r,o){return y1(n,Object.defineProperty(Object.create(null),r,{value:o,writable:!1}))}function nl(n,r,o,s){var c;if(!o)return s;const u=(c=Reflect.getOwnPropertyDescriptor(r,o))==null?void 0:c.value;return u?Pl(s,o,n.extend({[Y.shadow]:u})):s}function r6(n,r,o,s){return new Proxy(r,{apply:(u,c,h)=>(c===o&&(c=s),Ln(n,Reflect.apply(u,c,h)))})}function Yl(n,r,o){n[Y.shadow]&&!o.noShadow&&(n=Object.getPrototypeOf(n));const s=new Proxy(r,{get:(u,c,h)=>{if(c===Y.original)return u;if(c===o.property)return n;if(typeof c=="symbol")return Reflect.get(u,c,h);if(o.associate&&n.reflect.props[`${o.associate}.${c}`])return Reflect.get(n,`${o.associate}.${c}`,Pl(n,Y.receiver,h));let p,C;const g=g0(u,c);g&&"value"in g?C=g.value:(p=nl(n,u,o.property,h),C=Reflect.get(u,c,p));const y=C==null?void 0:C[Y.tracker];return y?Yl(n,C,y):!o.noShadow&&typeof C=="function"?(p??(p=nl(n,u,o.property,h)),r6(n,C,h,p)):C},set:(u,c,h,p)=>{if(c===Y.original||c===o.property)return!1;if(typeof c=="symbol")return Reflect.set(u,c,h,p);if(o.associate&&n.reflect.props[`${o.associate}.${c}`])return Reflect.set(n,`${o.associate}.${c}`,h,Pl(n,Y.receiver,p));const C=nl(n,u,o.property,p);return Reflect.set(u,c,h,C)},apply:(u,c,h)=>C0(s,u,c,h)});return s}function C0(n,r,o,s){return r[Y.invoke]?r[Y.invoke].apply(n,s):Reflect.apply(r,o,s)}function zi(n,r,o){const s=function(...u){return C0(Yl(s.ctx,s,o),s,this,u)};return qt(s,"name",n),Object.setPrototypeOf(s,r)}function g2(n,r,o){const s=n.error.stack.split(`
|
|
19
|
+
`);if(typeof(r==null?void 0:r.stack)!="string"){const h=new Error(r),p=h.stack.split(`
|
|
20
|
+
`);throw p.splice(1,1/0,...o()),h.stack=p.join(`
|
|
21
|
+
`),h}const u=r.stack.split(`
|
|
22
|
+
`);let c=u.indexOf(s[2]);if(c===-1)throw r;for(c-=n.offset;c>0&&u[c-1].endsWith(" (<anonymous>)");)c-=1;throw u.splice(c,1/0,...o()),r.stack=u.join(`
|
|
23
|
+
`),r}function Zi(n,r=to()){const o={offset:1,error:new Error};try{const s=n(o);return zn(s)&&"then"in s?s.then(void 0,u=>g2(o,u,r)):s}catch(s){g2(o,s,r)}}function to(n=0){const r=new Error;return()=>r.stack.split(`
|
|
24
|
+
`).slice(3+n)}function Tl(n){return n!==null&&n!==!1&&n!==void 0}var v0=class{constructor(n){P(this,"ctx");P(this,"_hooks",{});this.ctx=n,qt(this,Y.tracker,{property:"ctx",noShadow:!0}),this.on("internal/listener",function(r,o,s){var u;if(r==="internal/update"&&!s.global)return((u=this.fiber._hooks)["internal/update"]??(u["internal/update"]=new Xi))[s.prepend?"unshift":"push"](o)}),this.on("internal/update",function(r,o,s){const u=[...this._hooks["internal/update"]||[]],c=()=>(u.shift()??s).call(this,r,o,c);return c()},{global:!0,prepend:!0})}dispatch(n,r){const o=typeof r[0]=="object"||typeof r[0]=="function"?r.shift():null,s=r.shift();s.startsWith("internal/")||this.emit("internal/dispatch",n,s,r,o);const u=o==null?void 0:o[Be.filter];return(this._hooks[s]||[]).filter(c=>c.global||!u||u.call(o,c.ctx)).map(c=>c.callback.bind(o))}async parallel(...n){const r=(await Promise.allSettled(this.dispatch("emit",n).map(async o=>o(...n)))).filter(o=>o.status==="rejected");if(r.length)throw new AggregateError(r.map(o=>o.reason))}emit(...n){this.dispatch("emit",n).map(r=>r(...n))}async serial(...n){for(const r of this.dispatch("serial",n)){const o=await r(...n);if(Tl(o))return o}}bail(...n){for(const r of this.dispatch("bail",n)){const o=r(...n);if(Tl(o))return o}}waterfall(...n){const r=this.dispatch("waterfall",n),o=n.pop(),s=()=>(r.shift()??o)(...n);return n.push(s),s()}register(n,r,o,s){const u=s.prepend?"unshift":"push";return this.ctx.fiber.effect(()=>(r[u]({ctx:this.ctx,callback:o,...s}),()=>this.unregister(r,o)),n)}unregister(n,r){const o=n.findIndex(s=>s.callback===r);if(o>=0)return n.splice(o,1),!0}on(n,r,o){var h;typeof o!="object"&&(o={prepend:o}),this.ctx.fiber.assertActive(),r=this.ctx.reflect.bind(r);const s=this.bail(this.ctx,"internal/listener",n,r,o);if(s)return s;const u=(h=this._hooks)[n]||(h[n]=[]),c=`ctx.on(${typeof n=="string"?JSON.stringify(n):n.toString()})`;return this.register(c,u,r,o)}once(n,r,o){const s=this.on(n,function(...u){return s(),r.apply(this,u)},o);return s}};const Il={s:n=>String(n),d:n=>Math.trunc(Number(n)),i:n=>Math.trunc(Number(n)),f:n=>Number(n),o:n=>JSON.stringify(n),O:n=>JSON.stringify(n),c:()=>"",C:(n,r,o)=>Ui.color(r,Ui.code(o.name,r.colors),n)};function i6(n){return n instanceof Error&&Array.isArray(n.errors)}var Ui=class{constructor(n,r){P(this,"service");this.service=r,Object.assign(this,n),this.error=this._method("error",0),this.info=this._method("info",1),this.warn=this._method("warn",2),this.debug=this._method("debug",3)}static color(n,r,o,s=""){return n.colors?`\x1B[3${r<8?r:"8;5;"+r}${n.colors>=2?s:""}m${o}\x1B[0m`:""+o}static code(n,r){let o=0;for(let u=0;u<n.length;u++)o=(o<<3)-o+n.charCodeAt(u)+13,o|=0;const s=r?r>=2?w0:y0:[];return s[Math.abs(o)%s.length]}static format(n,r){var h;const o=r.args.slice();o[0]instanceof Error?(o[0]=o[0].stack||o[0].message,o.unshift("%s")):typeof o[0]!="string"&&o.unshift("%o");let s=o.shift();s=s.replace(/%([a-zA-Z%])/g,(p,C)=>{var y;if(p==="%%")return"%";const g=((y=n.formatters)==null?void 0:y[C])??Il[C];return typeof g=="function"?g(o.shift(),n,r):p});const u=((h=n.formatters)==null?void 0:h.o)??Il.o;for(let p of o)typeof p=="object"&&p&&(p=u(p,n,r)),s+=" "+p;const{maxLength:c=10240}=n;return s.split(/\r?\n/g).map(p=>p.slice(0,c)+(p.length>c?"...":"")).join(`
|
|
25
|
+
`)}_method(n,r){return(...o)=>{var c,h;if(o.length===1&&o[0]instanceof Error){if(o[0].cause)this[n](o[0].cause);else if(i6(o[0])){o[0].errors.forEach(p=>this[n](p));return}}const s=++this.service._snMessage,u=Date.now();for(const p of this.service.exporters.values()){if((((c=p.levels)==null?void 0:c[this.name])??((h=p.levels)==null?void 0:h.default)??this.level??1)<r)continue;const C={sn:s,ts:u,type:n,level:r,name:this.name,...this.meta,args:o};p.export(C)}}}};const y0=[6,2,3,4,5,1],w0=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221];var Sr,x0=(Sr=class{constructor(r){P(this,"bufferSize",1e3);P(this,"buffer",[]);P(this,"ctx");P(this,"_snMessage",0);P(this,"_snExporter",0);P(this,"exporters",new Map);const o={property:"ctx",noShadow:!0},s=zi("logger",eo(Object.getPrototypeOf(this),Function.prototype),o);return Object.assign(s,this),s.ctx=r,qt(s,Y.tracker,o),s.exporter({colors:3,export:u=>{s.buffer.push(u),s.buffer.length>s.bufferSize&&(s.buffer=s.buffer.slice(-s.bufferSize))}}),s}exporter(r){return this.ctx.effect(()=>(this.exporters.set(++this._snExporter,r),()=>this.exporters.delete(this._snExporter)),"ctx.logger.exporter()")}_resolveConfig(){let r=this.ctx[Y.intercept];const o=[];for(;"logger"in r;)Object.hasOwn(r,"logger")&&o.unshift(r.logger),r=Object.getPrototypeOf(r);return Object.assign({},...o)}[Y.invoke](r){const o=this._resolveConfig(),s=(this.ctx[Y.shadow]??this.ctx).fiber;return r??(r=o.name),r??(r=t6(s.name)),new Ui({name:r,level:o.level,meta:{fiber:new WeakRef(s)}},this)}},(()=>{for(const r of["error","info","warn","debug"])Sr.prototype[r]=function(...o){return this()[r](...o)}})(),Sr);function rl(n){const r=n.stack.split(`
|
|
26
|
+
`);return r.splice(0,2,`Error: ${n.message}`),n.stack=r.join(`
|
|
27
|
+
`),n}const o6=["prototype","then"];function il(n){return typeof n=="symbol"||o6.includes(n)||parseInt(n).toString()===n||n.startsWith("_")}var Ol,C2=(Ol=class{constructor(n){P(this,"ctx");P(this,"store",Object.create(null));P(this,"props",Object.create(null));this.ctx=n,qt(this,Y.tracker,{property:"ctx",noShadow:!0}),this.mixin("reflect",["get","set","provide","accessor","mixin"]),this.mixin("fiber",["runtime","effect"]),this.mixin("registry",["inject","plugin"]),this.mixin("events",["on","once","parallel","emit","serial","bail","waterfall"])}get(n,r=!0){var o;return Ln(this.ctx,(o=this._getImpl(n,r))==null?void 0:o.value)}_getImpl(n,r=!0){const o=this.ctx[Y.isolate][n],s=o&&this.store[o];if(s&&!(r&&s.fiber.state!==2))return s}set(n,r,o){const s=this.ctx[Y.isolate][n],u=this.store[s];if(!u)throw new Error(`cannot set property "${n}" without provide`);if(u.fiber!==this.ctx.fiber)throw new Error(`cannot set property "${n}" in multiple fibers`);return u.value=r,!0}provide(n,r,o){return this.ctx.fiber.effect(()=>{var c,h;if(!this.props[n])(c=this.props)[n]??(c[n]={type:"service"});else if(this.props[n].type!=="service")throw new Error(`property "${n}" is already declared as ${this.props[n].type}`);this.props[n]={type:"service"},(h=this.ctx.root[Y.isolate])[n]??(h[n]=Symbol(n));const s=this.ctx[Y.isolate][n],u={name:n,value:r,fiber:this.ctx.fiber,check:o};if(this.store[s])throw new Error(`service "${n}" has been registered at <${this.store[s].fiber.name}>`);return this.store[s]=u,this.ctx.fiber.store[n]=u,this.ctx.fiber.state===2&&this.notify([n]),async()=>{delete this.store[s];const p=this.notify([n]);await Promise.allSettled(p.map(C=>C.await())),delete this.ctx.fiber.store[n]}},`ctx.provide(${JSON.stringify(n)})`)}notify(n,r=(o,s)=>o[Y.isolate][s]===this.ctx[Y.isolate][s]){var s;const o=[];for(const u of this.ctx.registry.values())for(const c of u.fibers){let h=!1;for(const p of n)p in c.inject&&r(c.ctx,p)&&(h=!0,c._checkImpl(p));h&&(c._refresh(),o.push(c))}for(const u of n){const c=Object.create(this.ctx);c[Y.filter]=h=>r(h,u),this.ctx.events.emit(c,"internal/service",u,(s=this._getImpl(u,!1))==null?void 0:s.value)}return o}accessor(n,r){return this.ctx.fiber.effect(()=>{if(n in this.props)throw new Error(`property "${n}" is already declared as ${this.props[n].type}`);return this.props[n]={type:"accessor",...r},()=>delete this.props[n]},`ctx.accessor(${JSON.stringify(n)})`)}mixin(n,r){const o=this;return this.ctx.fiber.effect(function*(){const s=Array.isArray(r)?r.map(c=>[c,c]):Object.entries(r),u=(c,h)=>c[n];for(const[c,h]of s)yield o.accessor(h,{get(p,C){const g=u(this);if(ze(g))return g;const y=p?y1(p,g):g,L=Reflect.get(g,c,y);return typeof L!="function"?L:L.bind(y??g)},set(p,C,g){const y=u(this),L=C?y1(C,y):y;return Reflect.set(y,c,p,L)}})},`ctx.mixin(${JSON.stringify(n)})`)}trace(n){return Ln(this.ctx,n)}bind(n){return new Proxy(n,{apply:(r,o,s)=>Reflect.apply(r,this.trace(o),s.map(u=>this.trace(u))),construct:(r,o,s)=>Reflect.construct(r,o.map(u=>this.trace(u)),s)})}},P(Ol,"handler",{get:(n,r,o)=>{if(il(r))return Reflect.get(n,r,o);if(Reflect.has(n,r))return Ln(o,Reflect.get(n,r,o));const s=new Error(`cannot get property "${r}" without inject`);try{const u=n.reflect.props[r];return(u==null?void 0:u.type)==="accessor"?u.get.call(o,o[Y.receiver],s):o.fiber.runtime?o.events.waterfall("internal/get",o,r,s,()=>{var p;const c=n[Y.isolate][r];let h=(o[Y.shadow]??o).fiber;for(;;){const C=(p=h.store)==null?void 0:p[r];if(C)return Ln(o,C.value);if(r in h.inject)throw s.message=`cannot get required service "${r}" in inactive context`,s;if(!h.runtime||h.parent[Y.isolate][r]!==c)throw s;h=h.parent.fiber}}):o.reflect.get(r,!1)}catch(u){throw u===s?rl(u):u}},set:(n,r,o,s)=>{if(il(r))return Reflect.set(n,r,o,s);const u=new Error(`cannot set property "${r}" without provide`),c=n.reflect.props[r];if(!c){if(!s.fiber.runtime)return Reflect.set(n,r,o,s);throw rl(u)}try{return c.type==="accessor"?c.set?c.set.call(s,o,s[Y.receiver],u):!1:s.events.waterfall("internal/set",s,r,o,u,()=>s.reflect.set(r,o,u))}catch(h){throw h===u?rl(h):h}},has:(n,r)=>il(r)?Reflect.has(n,r):Reflect.has(n,r)?!0:!!n.reflect.props[r]}),Ol);const s6=Symbol.for("ValidationError");var Xl=class extends TypeError{constructor(o){super(`invalid config:
|
|
28
|
+
`+o.map(s=>s.path?` - ${s.message} (at ${s.path.join(".")})`:` - ${s.message}`).join(`
|
|
29
|
+
`));P(this,"name","ValidationError")}};Object.defineProperty(Xl.prototype,s6,{value:!0});function _0(n,r){if(!n.Config)return r;const o=n.Config["~standard"].validate(r);if("then"in o)throw new TypeError("Async config validation is not supported");if(o.issues)throw new Xl(o.issues);return o.value}const k0=new WeakMap;function ol(n){var o;const r=n();return((o=k0.get(n))==null?void 0:o())??r}function l6(n,r){const o=["internal/plugin",r];let s;try{s=n.events.dispatch("emit",o)}catch(u){n.logger.error(u);return}for(const u of s)try{const c=u(...o);Promise.resolve(c).catch(h=>n.logger.error(h))}catch(c){n.logger.error(c)}}var w1=class S0 extends Error{constructor(o,s){super(s??S0.Code[o]);P(this,"code");this.code=o}};(function(n){n.Code={INACTIVE_EFFECT:"cannot create effect on inactive context"}})(w1||(w1={}));const zt="__INACTIVE__";var eu=class{constructor(n,r,o,s,u){P(this,"parent");P(this,"inject");P(this,"runtime");P(this,"uid");P(this,"ctx");P(this,"config");P(this,"_config");P(this,"state",0);P(this,"dispose");P(this,"store");P(this,"inertia");P(this,"_hooks",Object.create(null));P(this,"_disposables",new Xi);P(this,"context");P(this,"_error");P(this,"_runner");P(this,"_store",Object.create(null));this.parent=n,this.inject=o,this.runtime=s,this._config=r;const c=h=>{this._disposables.push(h)};if(s){this.uid=n.registry.counter,this.ctx=this.context=n.extend({fiber:this});const h=Object.entries(this.inject);if(h.length){this.ctx[Be.intercept]=Object.create(n[Be.intercept]);for(const[p,C]of h)ze(C)||(this.ctx[Be.intercept][p]=C)}this._runner={epoch:zt,getOuterStack:u,execute:function(){var p;if(m0(s.callback)){const C=new s.callback(this.ctx,this.config);for(const g of(C==null?void 0:C[Y.initHooks])??[])g();return(p=C==null?void 0:C[Y.init])==null?void 0:p.call(C)}else return s.callback(this.ctx,this.config)},collect:c},this.dispose=n.fiber.effect(()=>{const p=s.fibers.push(this);return async()=>{for(this.uid=null,l6(this.context,this),this.ctx.registry.has(s.callback)&&(p(),s.fibers.length||this.ctx.registry.delete(s.callback)),this._setEpoch(zt),this.inertia||this._updateState(()=>(this.inertia=this._unload(),5));this.inertia;)await this.inertia}},"ctx.plugin()");try{this.context.emit("internal/plugin",this)}catch(p){throw Promise.resolve(this.dispose()).catch(C=>this.ctx.logger.error(C)),p}if(this.uid!==null&&n.fiber.state!==5){for(const p of Object.keys(this.inject))this._checkImpl(p);this._refresh()}}else this.uid=0,this.ctx=this.context=n,this.state=2,this.store=Object.create(null),this._runner={epoch:"",getOuterStack:u,execute:()=>{},collect:c},this.dispose=()=>this.restart()}get name(){var r;let n=this;do{if((r=n.runtime)!=null&&r.name)return n.runtime.name;n=n.parent.fiber}while(n!==n.parent.fiber);return"root"}assertActive(){if(this.uid===null)throw new w1("INACTIVE_EFFECT")}_execute(n){const r=n.epoch;return Zi(o=>{const s=c=>{if(typeof c=="function")n.collect(c);else if(!ze(c))throw new TypeError("Invalid effect")},u=n.execute.call(this);if(typeof u=="function")return n.collect(u);if(!ze(u))if(zn(u)){if("then"in u)return u.then(s);if(Symbol.iterator in u){o.error=new Error;const c=u[Symbol.iterator]();for(;;){const h=c.next();if(s(h.value),h.done)return}}else if(Symbol.asyncIterator in u){const c=u[Symbol.asyncIterator]();return(async()=>{for(await Promise.resolve(),o.error=new Error;;){if(n.epoch!==r)return;const h=await c.next();if(s(h.value),h.done)return}})()}else throw new TypeError("Invalid effect")}else throw new TypeError("Invalid effect")},n.getOuterStack)}effect(n,r="anonymous"){if(this.assertActive(),this.state===5)throw new w1("INACTIVE_EFFECT");const o=[];let s=!1,u;const c=()=>{if(s)return u;s=!0;let Q;for(const H of o.splice(0).reverse())if(Q)Q=Q.then(()=>ol(H));else{const Z=ol(H);zn(Z)&&"then"in Z&&(Q=Z)}return u=Q},h={label:r,children:[]},p={execute:n,epoch:!0,collect:Q=>{o.push(Q),this._disposables.delete(Q),Q[Y.effect]&&h.children.push(Q[Y.effect])},getOuterStack:to()};let C,g=!0,y,L,w,k=!1,S,E=()=>!1;const T=()=>(w??(w=new Promise((Q,H)=>{y=Q,L=H})),w),B=Q=>Promise.resolve(Q).then(()=>c(),async H=>{throw await c(),H}),W=Q=>{let H;try{H=Q()}catch(Z){throw E(),Z}if(zn(H)&&"then"in H){const Z=Promise.resolve(H).finally(()=>{E(),S===Z&&(S=void 0)});return S=Z}return E(),H},z=qt(()=>p.epoch?(p.epoch=!1,W(()=>g?B(T()):C?B(C):c())):k?S:void 0,Y.effect,h);k0.set(z,()=>S),E=this._disposables.push(z);try{C=this._execute(p)}catch(Q){g=!1,k=!0,p.epoch=!1;let H;try{H=W(c)}finally{L==null||L(Q)}throw zn(H)&&"then"in H&&H.catch(Z=>this.ctx.logger.error(Z)),Q}g=!1,w&&Promise.resolve(C).then(y,L),C==null||C.catch(()=>p.epoch?W(c):c()).catch(Q=>this.ctx.logger.error(Q));const ee=()=>{if(p.epoch)return p.epoch=!1,W(c)};return z.then=async(Q,H)=>Promise.resolve(C).then(()=>ee).then(Q,H),z}getEffects(){return[...this._disposables].map(n=>n[Y.effect]).filter(Boolean)}_getState(){return this.uid===null?4:this._error?3:this._runner.epoch!==zt?2:0}_updateState(n){const r=this.state;if(this.state=n()??this._getState(),r!==this.state&&(this.context.emit("internal/status",this,r),!(r!==2&&this.state!==2)))for(const o of Reflect.ownKeys(this.ctx.reflect.store)){const s=this.ctx.reflect.store[o];s.fiber===this&&this.ctx.reflect.notify([s.name])}}_checkImpl(n){const r=this.ctx.reflect._getImpl(n,!0);if(!r)return delete this._store[n];try{if(r.check&&!r.check.call(Ln(this.ctx,r.value)))return delete this._store[n]}catch(o){return r.fiber.ctx.logger.error(o),delete this._store[n]}this._store[n]=r}_refresh(){let n=!1;n="";for(const r of Object.keys(this.inject)){const o=this._store[r];if(!o){n=zt;break}n+=":"+o.fiber.uid}this._setEpoch(n)}_setEpoch(n){const r=this._runner.epoch;n!==r&&(this._runner.epoch=n,!this.inertia&&this._updateState(()=>n!==zt&&r===zt?(this.inertia=this._reload(),1):(this.inertia=this._unload(),5)))}_resolveConfig(n){return n=this.context.waterfall(this,"internal/config",n,()=>n),this.runtime?_0(this.runtime,n):n}async _reload(){this.store={...this._store};const n=this._runner.epoch;try{await Promise.resolve(),this._runner.epoch===n&&(this.config=this._resolveConfig(this._config),await this._execute(this._runner),this._error=void 0)}catch(r){this.ctx.logger.error(r),this._error=r,this._runner.epoch=zt}this._updateState(()=>{if(this._runner.epoch===n)this.inertia=void 0;else return this.inertia=this._unload(),5})}async _unload(){await Promise.all(this._disposables.clear().map(async n=>{try{await Zi(async r=>{await Promise.resolve(),r.error=new Error,await ol(n)},this._runner.getOuterStack)}catch(r){this.ctx.logger.error(r)}})),this.store=void 0,this._updateState(()=>{if(this._runner.epoch===zt)this.inertia=void 0;else return this.inertia=this._reload(),1})}async await(){for(;this.inertia;)await this.inertia;if(this._error)throw this._error;return this}async restart(){this.assertActive(),this._setEpoch(zt),this._refresh(),await this.await()}update(n,r=!1){if(this.assertActive(),this._config=n,this.state!==2){this._error=void 0,this._setEpoch(zt),this._refresh();return}return n=this._resolveConfig(n),this.context.waterfall(this,"internal/update",n,r,()=>(this.config=n,this._error=void 0,this.restart()))}};function u6(n){return n&&typeof n=="object"&&typeof n.apply=="function"}function x1(n,r){return function(o,s){var u,c;if(s.kind==="class")Object.hasOwn(o,"inject")||(qt(o,"inject",Object.create(Object.getPrototypeOf(o).inject??null)),qt(o.inject,Y.checkProto,!0)),o.inject[n]=r;else if(s.kind==="method"){const h=(c=o[u=Y.metadata]??(o[u]={})).inject??(c.inject=Object.create(null));h[n]=r,s.addInitializer(function(){var C,g;const p=(C=this[Y.tracker])==null?void 0:C.property;(this[g=Y.initHooks]??(this[g]=[])).push(()=>{this.ctx.inject(h,y=>o.call(p?y1(this,{[p]:y}):this))})})}else throw new Error("@Inject() can only be used on class or class methods")}}(function(n){function r(o,s=Object.create(null)){if(!o)return s;if(Array.isArray(o))for(const u of o)s[u]=null;else if(Reflect.has(o,Y.checkProto)){Object.assign(s,r(Object.getPrototypeOf(o)));for(const u of Object.keys(o))s[u]=o[u]??null}else for(const u of Object.keys(o))s[u]=o[u]??null;return s}n.resolve=r})(x1||(x1={}));var L0=class{constructor(n){P(this,"ctx");P(this,"_counter",0);P(this,"_internal",new Map);this.ctx=n,qt(this,Y.tracker,{property:"ctx",noShadow:!0})}get counter(){return++this._counter}get size(){return this._internal.size}resolve(n){try{if(typeof n=="function")return n;if(u6(n))return n.apply}catch{}}get(n){const r=this.resolve(n);return r&&this._internal.get(r)}has(n){const r=this.resolve(n);return!!r&&this._internal.has(r)}delete(n){const r=this.resolve(n),o=r&&this._internal.get(r);if(o){this._internal.delete(r);for(const s of o.fibers)s.dispose();return o}}keys(){return this._internal.keys()}values(){return this._internal.values()}entries(){return this._internal.entries()}forEach(n){return this._internal.forEach(n)}inject(n,r){return this.plugin({inject:n,apply:r,name:r.name})}plugin(n,r,o=to()){const s=this.resolve(n);if(!s)throw new Error('invalid plugin, expect function or object with an "apply" method, received '+typeof n);this.ctx.fiber.assertActive();let u=this._internal.get(s);if(!u){let p=n.name;p==="apply"&&(p=void 0),u={name:p,callback:s,fibers:new Xi,Config:n.Config},this._internal.set(s,u)}const c=new eu(this.ctx,r,x1.resolve(n.inject),u,o),h=Object.create(c);return h.then=(p,C)=>c.await().then(p,C),h}},yt,Be=(yt=class{static is(r){return!!(r!=null&&r[yt.is])}constructor(){this[Y.isolate]=Object.create(null),this[Y.intercept]=Object.create(null);const r=new Proxy(this,C2.handler);return this.root=r,this.baseUrl=void 0,this.fiber=new eu(r,{},Object.create(null),null,()=>[]),this.reflect=new C2(r),this.registry=new L0(r),this.events=new v0(r),this.logger=new x0(r),this.fiber._disposables.clear(),r}[Symbol.for("nodejs.util.inspect.custom")](){return`Context <${this.fiber.name}>`}extend(r={}){var u;const o=(u=Reflect.getOwnPropertyDescriptor(this,Y.shadow))==null?void 0:u.value,s=Object.create(Ln(this,this));for(const c of Reflect.ownKeys(r))Object.defineProperty(s,c,Reflect.getOwnPropertyDescriptor(r,c));return o?Object.assign(Object.create(s),{[Y.shadow]:o}):s}isolate(r,o){const s=Object.create(this[Y.isolate]);return s[r]=o??Symbol(r),this.extend({[Y.isolate]:s})}intercept(r,o){const s=Object.create(this[Y.intercept]);return s[r]=o,this.extend({[Y.intercept]:s})}},P(yt,"effect",Y.effect),P(yt,"filter",Y.filter),P(yt,"isolate",Y.isolate),P(yt,"intercept",Y.intercept),yt.is[Symbol.toPrimitive]=()=>Symbol.for("cordis.is"),yt.prototype[yt.is]=!0,yt),vt,Bn=(vt=class{constructor(r,o){P(this,"ctx");P(this,"name");this.ctx=r,o??(o=this.constructor.provide);let s=this;const u={associate:o,property:"ctx"};return s[Y.invoke]&&(s=zi(o,eo(Object.getPrototypeOf(this),Function.prototype),u)),s.ctx=r,s.name=o,qt(s,Y.tracker,u),s.ctx.reflect.provide(o,s,this[Y.check]),s}[Y.filter](r){return r[Y.isolate][this.name]===this.ctx[Y.isolate][this.name]}[Y.extend](r){let o;return this[vt.invoke]?o=zi(this.name,this,this[Y.tracker]):o=Object.create(this),Object.assign(o,r)}[Y.resolveConfig](r,o){var c;let s=this.ctx[Be.intercept];const u=[];for(;this.name in s;)Object.hasOwn(s,this.name)&&u.unshift(s[this.name]),s=Object.getPrototypeOf(s);return r&&u.unshift(r),o&&u.push(o),(c=this.Config)!=null&&c.merge?this.Config.merge(...u):Object.assign({},...u)}static[Symbol.hasInstance](r){var s;if(!r)return!1;let o=r.constructor;for(;o;){if(o=(s=o.prototype)==null?void 0:s.constructor,o===this)return!0;o&&(o=Object.getPrototypeOf(o))}return!1}},P(vt,"init",Y.init),P(vt,"check",Y.check),P(vt,"config",Y.config),P(vt,"invoke",Y.invoke),P(vt,"extend",Y.extend),P(vt,"tracker",Y.tracker),P(vt,"resolveConfig",Y.resolveConfig),vt);const a6=Object.freeze(Object.defineProperty({__proto__:null,Context:Be,get CordisError(){return w1},DisposableList:Xi,EventsService:v0,Fiber:eu,get Inject(){return x1},Logger:Ui,LoggerService:x0,RegistryService:L0,Service:Bn,ValidationError:Xl,buildOuterStack:to,c16:y0,c256:w0,composeError:Zi,createCallable:zi,defaultFormatters:Il,getPropertyDescriptor:g0,getTraceable:Ln,isBailed:Tl,isConstructor:m0,isObject:zn,joinPrototype:eo,resolveConfig:_0,symbols:Y,withProps:y1},Symbol.toStringTag,{value:"Module"})),c6=()=>{throw new Error("node:module is not available in the browser")};var f6=[],$l;(function(n){let r;function o(u){const c=c6();if(f6.includes("--expose-internals"))try{return c(u)}catch{}try{return c("node-addon-require-builtin").requireBuiltin(u)}catch{}}function s(){var c,h;if(r)return r;const[u]="0.0.0".split(".").map(Number);if(u>=24){const p=(c=o("internal/modules/esm/loader"))==null?void 0:c.getOrInitializeCascadedLoader();if(p)return r=Object.assign(p,{version:"v2"})}else if(u>=22){const p=(h=o("internal/modules/esm/loader"))==null?void 0:h.getOrInitializeCascadedLoader();if(p)return r=Object.assign(p,{version:"v1"})}}n.fromInternal=s})($l||($l={}));var Ml,Wi=(Ml=class{constructor(n,r){P(this,"ctx");P(this,"tree");P(this,"data",[]);this.ctx=n,this.tree=r;const o=n.fiber.entry;o&&(o.subgroup=this)}get context(){return this.ctx}async create(n){const r=this.tree.ensureId(n),o=this.tree.store[r],s=o??(this.tree.store[r]=new Hl(this.ctx.loader)),u=s.parent;s.parent=this;try{await s.update(n,!0,!0)}catch(c){throw o?s.parent=u:delete this.tree.store[r],c}return s.id}unlink(n){const r=this.data,o=r.indexOf(n);o>=0&&r.splice(o,1)}async remove(n,r=!1){const o=this.tree.store[n];o&&(await o._dispose(),r||this.unlink(o.options),delete this.tree.store[n],this.context.emit("loader/partial-dispose",o,o.options,!1))}async update(n){const r=this.data,o=new Set;for(const c of n){const h=this.tree.ensureId(c);if(o.has(h))throw new TypeError(`duplicate loader entry id: ${h}`);o.add(h)}const s=Object.fromEntries(r.map(c=>[c.id,c])),u=Object.fromEntries(n.map(c=>[c.id,c]));try{const c=await Promise.allSettled(n.map(p=>this.create(p)));if(this.ctx.fiber.uid===null)return;const h=c.filter(p=>p.status==="rejected").map(p=>p.reason);if(h.length===1)throw h[0];if(h.length>1)throw new AggregateError(h,"loader entries failed to apply");for(const p of Object.keys(s))u[p]||await this.remove(p,!0);this.data=n}catch(c){const h=[];for(const p of Object.keys(u).reverse())if(!s[p])try{await this.remove(p,!0)}catch(C){h.push(C)}for(const p of r)try{await this.create(p)}catch(C){h.push(C)}throw this.data=r,h.length?new AggregateError([c,...h],"loader entry rollback failed"):c}}async stop(){for(const n of this.data)await this.remove(n.id,!0)}},P(Ml,"key",Symbol.for("cordis.group")),Ml),c0,Di;Di=class extends Wi{constructor(r,o){super(r,r.fiber.entry.parent.tree);P(this,"ctx");P(this,"config");this.ctx=r,this.config=o,r.on("internal/update",s=>this.update(s))}async*[(c0=Wi.key,Bn.init)](){yield()=>this.stop(),await this.update(this.config)}},P(Di,"initial",[]),P(Di,c0,!0);var v2=function(n,r){return typeof n=="string"&&/^\.\.?\//.test(n)?n.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(o,s,u,c,h){return s?".js":u&&(!c||!h)?o:u+c+"."+h.toLowerCase()+"js"}):n},Zn,j0=(Zn=class{constructor(r){P(this,"ctx");P(this,"enableLogs");P(this,"root");P(this,"store",Object.create(null));this.ctx=r.extend({baseUrl:r.baseUrl}),this.root=new Wi(this.ctx,this);const o=this.ctx.fiber.entry;o&&(o.subtree=this)}get context(){return this.ctx}*entries(){for(const r of Object.values(this.store))yield r,r.subtree&&(yield*r.subtree.entries())}getTasks(){return[...this.entries()].map(r=>{var o;return r._initTask||((o=r.fiber)==null?void 0:o.inertia)}).filter(K5)}async await(){for(;;){const r=this.getTasks();if(r.length){await Promise.allSettled(r);continue}const o=(await Promise.allSettled([...this.entries()].map(s=>s._await()))).filter(s=>s.status==="rejected").map(s=>s.reason);if(o.length===1)throw o[0];if(o.length>1)throw new AggregateError(o,"loader fibers failed");if(this.ctx.reflect.notify(["loader"]),!this.getTasks().length)return}}ensureId(r){if(!r.id)do r.id=Math.random().toString(16).slice(2,10);while(this.store[r.id]);return r.id}resolve(r){var h;const o=r.split(Zn.sep);let s=this;const u=o.pop();for(const p of o)if(s=(h=s.store[p])==null?void 0:h.subtree,!s)throw new Error(`cannot resolve entry ${r}`);const c=s.store[u];if(!c)throw new Error(`cannot resolve entry ${r}`);return c}resolveGroup(r){if(!r)return this.root;const o=this.resolve(r);if(!o.subgroup)throw new Error(`entry ${r} is not a group`);return o.subgroup}async create(r,o=null,s=1/0){const u=this.resolveGroup(o),c=await u.create(r),h=this.resolve(c);return u.data.splice(s,0,h.options),u.tree.write(),c}async remove(r){const o=this.resolve(r);await o.parent.remove(r),o.parent.tree.write()}async update(r,o,s,u){const c=this.resolve(r),h=c.parent,p=h.data.indexOf(c.options);let C=h;s!==void 0&&(C=this.resolveGroup(s),h.unlink(c.options),C.data.splice(u??1/0,0,c.options),c.parent=C);try{await c.update(o,!1,!0)}catch(g){if(s!==void 0){C.unlink(c.options),h.data.splice(p<0?h.data.length:p,0,c.options),c.parent=h;try{await c.update({},!1,!0)}catch(y){throw new AggregateError([g,y],`failed to roll back loader entry move ${r}`)}}throw g}h.tree.write(),C!==h&&C.tree.write()}import(r,o){return r.startsWith("cordis:")?this.ctx.loader.builtins[r.slice(7)]:Zi(async s=>(s.offset+=3,this.ctx.loader.internal?await this.ctx.loader.internal.import(r,this.ctx.baseUrl,{}):r.startsWith(".")?await import(v2(new URL(r,this.ctx.baseUrl).href)):await import(v2(r))),o)}},P(Zn,"sep",":"),Zn);const E0=new Function("ctx","expr",`
|
|
30
|
+
with (ctx) {
|
|
31
|
+
return eval(expr)
|
|
32
|
+
}
|
|
33
|
+
`);function Al(n,r){return b0(r)?E0(n,r.__jsExpr):!r||typeof r!="object"?r:Array.isArray(r)?r.map(o=>Al(n,o)):rn(r,o=>Al(n,o))}function b0(n){return n instanceof Object&&"__jsExpr"in n}function Zt(n,r,o){const s=o instanceof Error?o.message:String(o);return new Error(`failed to ${n} loader entry ${r.id} (${r.name}): ${s}`,{cause:o})}function sl(n,r){const o=[];for(const s of r)s in n&&(o.push([s,n[s]]),delete n[s]);return o}function d6(n,r=["id","name"],o=["config"]){const s=sl(n,r),u=sl(n,o),c=sl(n,Object.keys(n)).sort(([h],[p])=>h.localeCompare(p));return Object.assign(n,Object.fromEntries([...s,...c,...u]))}function h6(n,r){for(const o of Object.keys(n))Reflect.deleteProperty(n,o);return Object.assign(n,r)}var Un,Hl=(Un=class{constructor(r){P(this,"loader");P(this,"ctx");P(this,"fiber");P(this,"parent");P(this,"options",{});P(this,"subgroup");P(this,"subtree");P(this,"_initTask");P(this,"_disposing",0);P(this,"getOuterStack",()=>{let r=this;const o=[];do o.push(` at ${r.parent.tree.ctx.baseUrl}#${r.options.id}`),r=r.parent.ctx.fiber.entry;while(r);return o});this.loader=r,this.ctx=r.ctx.extend({[Un.key]:this}),this.context.emit("loader/entry-init",this)}get context(){return this.ctx}get id(){let r=this.options.id;return this.parent.tree.ctx.fiber.entry&&(r=this.parent.tree.ctx.fiber.entry.id+j0.sep+r),r}get disabled(){return this._disabled(this.options)}_disabled(r){if(r.group)return!1;if(this.disabledOf(r))return!0;let o=this.parent.ctx.fiber.entry;for(;o;){if(this.disabledOf(o.options))return!0;o=o.parent.ctx.fiber.entry}return!1}disabledOf(r){return b0(r.disabled)?!!this.evaluate(r.disabled.__jsExpr):!!r.disabled}evaluate(r){return E0(this.ctx,r)}async _patchContext(r){await this.context.waterfall("loader/patch-context",this,async()=>{var o;Object.setPrototypeOf(this.ctx,this.parent.ctx),(o=this.fiber)!=null&&o.uid&&(r.includes("config")||this.options.group)&&await this.fiber.update(this.options.config,!0)})}async refresh(){this.fiber||this.disabled||await this.init()}async _dispose(r=this.fiber){if(r){this.fiber===r&&(this.fiber=void 0),this._disposing+=1;try{await r.dispose()}finally{this._disposing-=1}}}async update(r,o=!1,s=!1){const u=this.options,c={...u},h=o?r:{...u};if(!o)for(const[w,k]of Object.entries(r))ze(k)?delete h[w]:h[w]=k;d6(h);const p=Object.keys({...h,...c}).filter(w=>!Lr(h[w],c[w]));if(!p.length&&!s)return;const C=()=>{o||(this.options=h6(u,h))},g=this.fiber;if(!(g!=null&&g.uid)){this.fiber=void 0,this.options=h;try{this._disabled(h)||await this.init()}catch(w){throw this.options=u,w}C();return}if(this._disabled(h)){this.options=h;try{await this._dispose(g)}catch(w){throw this.options=u,Zt("dispose",h,w)}C(),this.context.emit("loader/partial-dispose",this,c,!0);return}if(!p.some(w=>w==="name"||w==="inject"||w==="group")){this.options=h;try{await this._patchContext(p)}catch(w){this.options=u;try{await this._patchContext(p)}catch(k){throw Zt("rollback",c,new AggregateError([w,k]))}throw this.context.emit("loader/partial-dispose",this,h,!0),Zt("apply",h,w)}C(),this.context.emit("loader/partial-dispose",this,c,!0);return}let y;try{y=p.includes("name")?this.loader.unwrapExports(await this.parent.tree.import(h.name,this.getOuterStack)):g.runtime.callback}catch(w){throw Zt("import",h,w)}const L=g.runtime.callback;this.options=h;try{await this._dispose(g)}catch(w){throw this.options=u,Zt("dispose",h,w)}try{await this._start(y)}catch(w){this.options=u;try{await this._start(L)}catch(k){throw Zt("rollback",c,new AggregateError([w,k]))}throw this.context.emit("loader/partial-dispose",this,h,!0),Zt("apply",h,w)}C(),this.context.emit("loader/partial-dispose",this,c,!0)}async init(){try{await(this._initTask??(this._initTask=this._init()))}finally{this._initTask=void 0,this.loader.getTasks().length||this.ctx.reflect.notify(["loader"])}await this._await()}async _await(){var r;try{await((r=this.fiber)==null?void 0:r.await())}catch(o){throw Zt("apply",this.options,o)}}async _init(){let r;try{r=this.loader.unwrapExports(await this.parent.tree.import(this.options.name,this.getOuterStack))}catch(o){throw Zt("import",this.options,o)}try{await this._start(r)}catch(o){throw Zt("apply",this.options,o)}}async _start(r){let o;try{await this._patchContext([]),this.loader.showLog(this,"apply"),o=this.fiber=this.ctx.registry.plugin(r,this.options.config,this.getOuterStack),await o.await()}catch(s){throw await this._dispose(o),s}}},P(Un,"key",Symbol.for("cordis.entry")),Un);function y2(n,r){for(const o of Reflect.ownKeys(n))Reflect.deleteProperty(n,o);for(const o of Reflect.ownKeys(r||{}))Reflect.defineProperty(n,o,Reflect.getOwnPropertyDescriptor(r,o))}var O0=class{constructor(){P(this,"store",Object.create(null))}access(n,r=!1){var o;return r?(o=this.store)[n]??(o[n]=Symbol(`${n}${this.suffix}`)):this.store[n]??Symbol(`${n}${this.suffix}`)}delete(n){delete this.store[n]}get size(){return Object.keys(this.store).length}},p6=class extends O0{constructor(r){super();P(this,"entry");this.entry=r}get suffix(){return"#"+this.entry.options.id}},m6=class extends O0{constructor(r){super();P(this,"label");this.label=r}get suffix(){return"@"+this.label}};function g6(n){const r=Object.create(null),o=Object.create(null);function s(u,c,h=!1){var g;let p;const C=(g=u.options.isolate)==null?void 0:g[c];if(C)return C===!0?p=u.realm??(u.realm=new p6(u)):h?p=r[C]??(r[C]=new m6(C)):p=r[C],p==null?void 0:p.access(c,h)}n.on("loader/entry-init",u=>{u.ctx[Be.intercept]=Object.create(u.ctx[Be.intercept]),u.ctx[Be.isolate]=Object.create(u.ctx[Be.isolate])}),n.on("loader/patch-context",async(u,c)=>{const h=Object.create(u.parent.ctx[Be.isolate]);for(const g of Object.keys(u.options.isolate??{}))h[g]=s(u,g,!0);const p=Object.create(null),C=u.ctx[Be.isolate];for(const g in{...h,...o}){if(h[g]===C[g])continue;const y=o[g]??(o[g]=Symbol(`delim:${g}`));u.ctx[y]=Symbol(`${g}#${u.id}`);for(const L of[C[g],h[g]]){const w=L&&u.ctx.reflect.store[L];if(w){if(!w.fiber){u.ctx.logger.warn(new Error(`expected service ${g} to be implemented`));continue}if(p[g]=[C[g],h[g],u.ctx[y],w.fiber.ctx[y]],u.ctx[y]!==w.fiber.ctx[y])break}}}Object.setPrototypeOf(u.ctx[Be.isolate],u.parent.ctx[Be.isolate]),Object.setPrototypeOf(u.ctx[Be.intercept],u.parent.ctx[Be.intercept]),y2(u.ctx[Be.isolate],h),y2(u.ctx[Be.intercept],u.options.intercept),await c();for(const[g,y,L,w]of Object.values(p))L===w&&u.ctx.reflect.store[g]&&!u.ctx.reflect.store[y]&&(u.ctx.reflect.store[y]=u.ctx.reflect.store[g],delete u.ctx.reflect.store[g]);n.reflect.notify(Object.keys(p),(g,y)=>{const[L,w,k,S]=p[y],E=g[Be.isolate][y],T=g[o[y]];return(L===E||w===E)&&k===T!=(k===S)});for(const g in o)Reflect.ownKeys(h).includes(g)||delete u.ctx[o[g]]}),n.on("loader/partial-dispose",(u,c,h)=>{var p,C;for(const[g,y]of Object.entries(c.isolate??{})){if(y===!0||h&&((p=u.options.isolate)==null?void 0:p[g])===y)continue;const L=r[y];if(L){for(const w of n.loader.entries())if(((C=w.options.isolate)==null?void 0:C[g])===L.label)return;L.delete(g),L.size||delete r[L.label]}}})}var C6=class extends j0{constructor(r,o={}){super(r);P(this,"config");P(this,"envData",{startTime:Date.now()});P(this,"name","loader");P(this,"internal",$l.fromInternal());P(this,"builtins",Object.create(null));this.config=o,o.baseUrl&&(this.ctx.baseUrl=o.baseUrl);const s=this;qt(this,Bn.tracker,{associate:"loader",property:"ctx",noShadow:!0}),r.reflect.provide("loader",this,this[Bn.check]),r.on("internal/config",function(u,c){var p,C,g;const h=c();return!this.entry||((p=this.parent.fiber)==null?void 0:p.entry)===this.entry||(g=(C=this.runtime)==null?void 0:C.callback)!=null&&g[Wi.key]?h:Al(this.ctx,h)},{global:!0}),r.on("internal/update",async function(u,c,h){var C,g,y;if(!this.entry||c||((C=this.parent.fiber)==null?void 0:C.entry)===this.entry)return h();await h();const p=(y=(g=this.runtime)==null?void 0:g.Config)==null?void 0:y.simplify;this.entry.options.config=p?p(u):u,this.entry.parent.tree.write()},{global:!0,prepend:!0}),r.on("internal/update",function(u,c,h){var p;return!this.entry||((p=this.parent.fiber)==null?void 0:p.entry)===this.entry||s.showLog(this.entry,"reload"),h()},{global:!0}),r.on("internal/plugin",u=>{var h;if(u.parent[Hl.key]&&!u.entry&&(u.entry=u.parent[Hl.key],x1.resolve(u.entry.options.inject,u.inject)),u.uid||!u.entry||((h=u.parent.fiber)==null?void 0:h.entry)===u.entry||!r.registry.has(u.runtime.callback))return;const c=u.entry.parent.tree.ctx.fiber;!c.uid||c.state===5||u.entry._disposing||(this.showLog(u.entry,"unload"),!u.entry.disabled&&(u.entry.options.disabled=!0,u.entry.parent.tree.write()))}),r.plugin(g6)}write(){}[Bn.check](){return!(Bn.prototype[Bn.resolveConfig].call(this).await&&this.getTasks().length)}showLog(r,o){var s,u;r.options.group||!r.parent.tree.enableLogs||(u=(s=this.ctx.root).logger)==null||u.call(s,"loader").info("%s plugin %C",o,r.options.name)}locate(r=this.ctx.fiber){for(;;){if(r.entry)return r.entry.id;const o=r.parent.fiber;if(r===o)return;r=o}}exit(){}unwrapExports(r){return ze(r)||(r=r.default??r,!r.__esModule)?r:r.default??r}},$i={},ll={exports:{}},ft={},ul={exports:{}},al={};/**
|
|
34
|
+
* @license React
|
|
35
|
+
* scheduler.production.min.js
|
|
36
|
+
*
|
|
37
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the MIT license found in the
|
|
40
|
+
* LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/var w2;function v6(){return w2||(w2=1,(function(n){function r(U,oe){var K=U.length;U.push(oe);e:for(;0<K;){var j=K-1>>>1,M=U[j];if(0<u(M,oe))U[j]=oe,U[K]=M,K=j;else break e}}function o(U){return U.length===0?null:U[0]}function s(U){if(U.length===0)return null;var oe=U[0],K=U.pop();if(K!==oe){U[0]=K;e:for(var j=0,M=U.length,ie=M>>>1;j<ie;){var de=2*(j+1)-1,ve=U[de],_e=de+1,be=U[_e];if(0>u(ve,K))_e<M&&0>u(be,ve)?(U[j]=be,U[_e]=K,j=_e):(U[j]=ve,U[de]=K,j=de);else if(_e<M&&0>u(be,K))U[j]=be,U[_e]=K,j=_e;else break e}}return oe}function u(U,oe){var K=U.sortIndex-oe.sortIndex;return K!==0?K:U.id-oe.id}if(typeof performance=="object"&&typeof performance.now=="function"){var c=performance;n.unstable_now=function(){return c.now()}}else{var h=Date,p=h.now();n.unstable_now=function(){return h.now()-p}}var C=[],g=[],y=1,L=null,w=3,k=!1,S=!1,E=!1,T=typeof setTimeout=="function"?setTimeout:null,B=typeof clearTimeout=="function"?clearTimeout:null,W=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function z(U){for(var oe=o(g);oe!==null;){if(oe.callback===null)s(g);else if(oe.startTime<=U)s(g),oe.sortIndex=oe.expirationTime,r(C,oe);else break;oe=o(g)}}function ee(U){if(E=!1,z(U),!S)if(o(C)!==null)S=!0,Le(Q);else{var oe=o(g);oe!==null&&ye(ee,oe.startTime-U)}}function Q(U,oe){S=!1,E&&(E=!1,B(ne),ne=-1),k=!0;var K=w;try{for(z(oe),L=o(C);L!==null&&(!(L.expirationTime>oe)||U&&!q());){var j=L.callback;if(typeof j=="function"){L.callback=null,w=L.priorityLevel;var M=j(L.expirationTime<=oe);oe=n.unstable_now(),typeof M=="function"?L.callback=M:L===o(C)&&s(C),z(oe)}else s(C);L=o(C)}if(L!==null)var ie=!0;else{var de=o(g);de!==null&&ye(ee,de.startTime-oe),ie=!1}return ie}finally{L=null,w=K,k=!1}}var H=!1,Z=null,ne=-1,I=5,J=-1;function q(){return!(n.unstable_now()-J<I)}function ce(){if(Z!==null){var U=n.unstable_now();J=U;var oe=!0;try{oe=Z(!0,U)}finally{oe?le():(H=!1,Z=null)}}else H=!1}var le;if(typeof W=="function")le=function(){W(ce)};else if(typeof MessageChannel<"u"){var he=new MessageChannel,pe=he.port2;he.port1.onmessage=ce,le=function(){pe.postMessage(null)}}else le=function(){T(ce,0)};function Le(U){Z=U,H||(H=!0,le())}function ye(U,oe){ne=T(function(){U(n.unstable_now())},oe)}n.unstable_IdlePriority=5,n.unstable_ImmediatePriority=1,n.unstable_LowPriority=4,n.unstable_NormalPriority=3,n.unstable_Profiling=null,n.unstable_UserBlockingPriority=2,n.unstable_cancelCallback=function(U){U.callback=null},n.unstable_continueExecution=function(){S||k||(S=!0,Le(Q))},n.unstable_forceFrameRate=function(U){0>U||125<U?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):I=0<U?Math.floor(1e3/U):5},n.unstable_getCurrentPriorityLevel=function(){return w},n.unstable_getFirstCallbackNode=function(){return o(C)},n.unstable_next=function(U){switch(w){case 1:case 2:case 3:var oe=3;break;default:oe=w}var K=w;w=oe;try{return U()}finally{w=K}},n.unstable_pauseExecution=function(){},n.unstable_requestPaint=function(){},n.unstable_runWithPriority=function(U,oe){switch(U){case 1:case 2:case 3:case 4:case 5:break;default:U=3}var K=w;w=U;try{return oe()}finally{w=K}},n.unstable_scheduleCallback=function(U,oe,K){var j=n.unstable_now();switch(typeof K=="object"&&K!==null?(K=K.delay,K=typeof K=="number"&&0<K?j+K:j):K=j,U){case 1:var M=-1;break;case 2:M=250;break;case 5:M=1073741823;break;case 4:M=1e4;break;default:M=5e3}return M=K+M,U={id:y++,callback:oe,priorityLevel:U,startTime:K,expirationTime:M,sortIndex:-1},K>j?(U.sortIndex=K,r(g,U),o(C)===null&&U===o(g)&&(E?(B(ne),ne=-1):E=!0,ye(ee,K-j))):(U.sortIndex=M,r(C,U),S||k||(S=!0,Le(Q))),U},n.unstable_shouldYield=q,n.unstable_wrapCallback=function(U){var oe=w;return function(){var K=w;w=oe;try{return U.apply(this,arguments)}finally{w=K}}}})(al)),al}var x2;function y6(){return x2||(x2=1,ul.exports=v6()),ul.exports}/**
|
|
42
|
+
* @license React
|
|
43
|
+
* react-dom.production.min.js
|
|
44
|
+
*
|
|
45
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
46
|
+
*
|
|
47
|
+
* This source code is licensed under the MIT license found in the
|
|
48
|
+
* LICENSE file in the root directory of this source tree.
|
|
49
|
+
*/var _2;function w6(){if(_2)return ft;_2=1;var n=L1(),r=y6();function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,i=1;i<arguments.length;i++)t+="&args[]="+encodeURIComponent(arguments[i]);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."}var s=new Set,u={};function c(e,t){h(e,t),h(e+"Capture",t)}function h(e,t){for(u[e]=t,e=0;e<t.length;e++)s.add(t[e])}var p=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),C=Object.prototype.hasOwnProperty,g=/^[: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]*$/,y={},L={};function w(e){return C.call(L,e)?!0:C.call(y,e)?!1:g.test(e)?L[e]=!0:(y[e]=!0,!1)}function k(e,t,i,l){if(i!==null&&i.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return l?!1:i!==null?!i.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function S(e,t,i,l){if(t===null||typeof t>"u"||k(e,t,i,l))return!0;if(l)return!1;if(i!==null)switch(i.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function E(e,t,i,l,a,f,m){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=l,this.attributeNamespace=a,this.mustUseProperty=i,this.propertyName=e,this.type=t,this.sanitizeURL=f,this.removeEmptyString=m}var T={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){T[e]=new E(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];T[t]=new E(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){T[e]=new E(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){T[e]=new E(e,2,!1,e,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){T[e]=new E(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){T[e]=new E(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){T[e]=new E(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){T[e]=new E(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){T[e]=new E(e,5,!1,e.toLowerCase(),null,!1,!1)});var B=/[\-:]([a-z])/g;function W(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(B,W);T[t]=new E(t,1,!1,e,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(B,W);T[t]=new E(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(B,W);T[t]=new E(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){T[e]=new E(e,1,!1,e.toLowerCase(),null,!1,!1)}),T.xlinkHref=new E("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){T[e]=new E(e,1,!1,e.toLowerCase(),null,!0,!0)});function z(e,t,i,l){var a=T.hasOwnProperty(t)?T[t]:null;(a!==null?a.type!==0:l||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(S(t,i,a,l)&&(i=null),l||a===null?w(t)&&(i===null?e.removeAttribute(t):e.setAttribute(t,""+i)):a.mustUseProperty?e[a.propertyName]=i===null?a.type===3?!1:"":i:(t=a.attributeName,l=a.attributeNamespace,i===null?e.removeAttribute(t):(a=a.type,i=a===3||a===4&&i===!0?"":""+i,l?e.setAttributeNS(l,t,i):e.setAttribute(t,i))))}var ee=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Q=Symbol.for("react.element"),H=Symbol.for("react.portal"),Z=Symbol.for("react.fragment"),ne=Symbol.for("react.strict_mode"),I=Symbol.for("react.profiler"),J=Symbol.for("react.provider"),q=Symbol.for("react.context"),ce=Symbol.for("react.forward_ref"),le=Symbol.for("react.suspense"),he=Symbol.for("react.suspense_list"),pe=Symbol.for("react.memo"),Le=Symbol.for("react.lazy"),ye=Symbol.for("react.offscreen"),U=Symbol.iterator;function oe(e){return e===null||typeof e!="object"?null:(e=U&&e[U]||e["@@iterator"],typeof e=="function"?e:null)}var K=Object.assign,j;function M(e){if(j===void 0)try{throw Error()}catch(i){var t=i.stack.trim().match(/\n( *(at )?)/);j=t&&t[1]||""}return`
|
|
50
|
+
`+j+e}var ie=!1;function de(e,t){if(!e||ie)return"";ie=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(N){var l=N}Reflect.construct(e,[],t)}else{try{t.call()}catch(N){l=N}e.call(t.prototype)}else{try{throw Error()}catch(N){l=N}e()}}catch(N){if(N&&l&&typeof N.stack=="string"){for(var a=N.stack.split(`
|
|
51
|
+
`),f=l.stack.split(`
|
|
52
|
+
`),m=a.length-1,v=f.length-1;1<=m&&0<=v&&a[m]!==f[v];)v--;for(;1<=m&&0<=v;m--,v--)if(a[m]!==f[v]){if(m!==1||v!==1)do if(m--,v--,0>v||a[m]!==f[v]){var x=`
|
|
53
|
+
`+a[m].replace(" at new "," at ");return e.displayName&&x.includes("<anonymous>")&&(x=x.replace("<anonymous>",e.displayName)),x}while(1<=m&&0<=v);break}}}finally{ie=!1,Error.prepareStackTrace=i}return(e=e?e.displayName||e.name:"")?M(e):""}function ve(e){switch(e.tag){case 5:return M(e.type);case 16:return M("Lazy");case 13:return M("Suspense");case 19:return M("SuspenseList");case 0:case 2:case 15:return e=de(e.type,!1),e;case 11:return e=de(e.type.render,!1),e;case 1:return e=de(e.type,!0),e;default:return""}}function _e(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Z:return"Fragment";case H:return"Portal";case I:return"Profiler";case ne:return"StrictMode";case le:return"Suspense";case he:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case q:return(e.displayName||"Context")+".Consumer";case J:return(e._context.displayName||"Context")+".Provider";case ce:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case pe:return t=e.displayName||null,t!==null?t:_e(e.type)||"Memo";case Le:t=e._payload,e=e._init;try{return _e(e(t))}catch{}}return null}function be(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return _e(t);case 8:return t===ne?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function je(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Re(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function dt(e){var t=Re(e)?"checked":"value",i=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),l=""+e[t];if(!e.hasOwnProperty(t)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var a=i.get,f=i.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(m){l=""+m,f.call(this,m)}}),Object.defineProperty(e,t,{enumerable:i.enumerable}),{getValue:function(){return l},setValue:function(m){l=""+m},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function j1(e){e._valueTracker||(e._valueTracker=dt(e))}function pu(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var i=t.getValue(),l="";return e&&(l=Re(e)?e.checked?"true":"false":e.value),e=l,e!==i?(t.setValue(e),!0):!1}function E1(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function oo(e,t){var i=t.checked;return K({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:i??e._wrapperState.initialChecked})}function mu(e,t){var i=t.defaultValue==null?"":t.defaultValue,l=t.checked!=null?t.checked:t.defaultChecked;i=je(t.value!=null?t.value:i),e._wrapperState={initialChecked:l,initialValue:i,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function gu(e,t){t=t.checked,t!=null&&z(e,"checked",t,!1)}function so(e,t){gu(e,t);var i=je(t.value),l=t.type;if(i!=null)l==="number"?(i===0&&e.value===""||e.value!=i)&&(e.value=""+i):e.value!==""+i&&(e.value=""+i);else if(l==="submit"||l==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?lo(e,t.type,i):t.hasOwnProperty("defaultValue")&&lo(e,t.type,je(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function Cu(e,t,i){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var l=t.type;if(!(l!=="submit"&&l!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,i||t===e.value||(e.value=t),e.defaultValue=t}i=e.name,i!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,i!==""&&(e.name=i)}function lo(e,t,i){(t!=="number"||E1(e.ownerDocument)!==e)&&(i==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+i&&(e.defaultValue=""+i))}var br=Array.isArray;function Kn(e,t,i,l){if(e=e.options,t){t={};for(var a=0;a<i.length;a++)t["$"+i[a]]=!0;for(i=0;i<e.length;i++)a=t.hasOwnProperty("$"+e[i].value),e[i].selected!==a&&(e[i].selected=a),a&&l&&(e[i].defaultSelected=!0)}else{for(i=""+je(i),t=null,a=0;a<e.length;a++){if(e[a].value===i){e[a].selected=!0,l&&(e[a].defaultSelected=!0);return}t!==null||e[a].disabled||(t=e[a])}t!==null&&(t.selected=!0)}}function uo(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(o(91));return K({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function vu(e,t){var i=t.value;if(i==null){if(i=t.children,t=t.defaultValue,i!=null){if(t!=null)throw Error(o(92));if(br(i)){if(1<i.length)throw Error(o(93));i=i[0]}t=i}t==null&&(t=""),i=t}e._wrapperState={initialValue:je(i)}}function yu(e,t){var i=je(t.value),l=je(t.defaultValue);i!=null&&(i=""+i,i!==e.value&&(e.value=i),t.defaultValue==null&&e.defaultValue!==i&&(e.defaultValue=i)),l!=null&&(e.defaultValue=""+l)}function wu(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function xu(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ao(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?xu(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var b1,_u=(function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,i,l,a){MSApp.execUnsafeLocalFunction(function(){return e(t,i,l,a)})}:e})(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(b1=b1||document.createElement("div"),b1.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=b1.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Or(e,t){if(t){var i=e.firstChild;if(i&&i===e.lastChild&&i.nodeType===3){i.nodeValue=t;return}}e.textContent=t}var Mr={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},I3=["Webkit","ms","Moz","O"];Object.keys(Mr).forEach(function(e){I3.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Mr[t]=Mr[e]})});function ku(e,t,i){return t==null||typeof t=="boolean"||t===""?"":i||typeof t!="number"||t===0||Mr.hasOwnProperty(e)&&Mr[e]?(""+t).trim():t+"px"}function Su(e,t){e=e.style;for(var i in t)if(t.hasOwnProperty(i)){var l=i.indexOf("--")===0,a=ku(i,t[i],l);i==="float"&&(i="cssFloat"),l?e.setProperty(i,a):e[i]=a}}var $3=K({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function co(e,t){if(t){if($3[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(o(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(o(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(o(61))}if(t.style!=null&&typeof t.style!="object")throw Error(o(62))}}function fo(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){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":return!1;default:return!0}}var ho=null;function po(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var mo=null,Jn=null,Gn=null;function Lu(e){if(e=Yr(e)){if(typeof mo!="function")throw Error(o(280));var t=e.stateNode;t&&(t=G1(t),mo(e.stateNode,e.type,t))}}function ju(e){Jn?Gn?Gn.push(e):Gn=[e]:Jn=e}function Eu(){if(Jn){var e=Jn,t=Gn;if(Gn=Jn=null,Lu(e),t)for(e=0;e<t.length;e++)Lu(t[e])}}function bu(e,t){return e(t)}function Ou(){}var go=!1;function Mu(e,t,i){if(go)return e(t,i);go=!0;try{return bu(e,t,i)}finally{go=!1,(Jn!==null||Gn!==null)&&(Ou(),Eu())}}function Nr(e,t){var i=e.stateNode;if(i===null)return null;var l=G1(i);if(l===null)return null;i=l[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(l=!l.disabled)||(e=e.type,l=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!l;break e;default:e=!1}if(e)return null;if(i&&typeof i!="function")throw Error(o(231,t,typeof i));return i}var Co=!1;if(p)try{var Rr={};Object.defineProperty(Rr,"passive",{get:function(){Co=!0}}),window.addEventListener("test",Rr,Rr),window.removeEventListener("test",Rr,Rr)}catch{Co=!1}function A3(e,t,i,l,a,f,m,v,x){var N=Array.prototype.slice.call(arguments,3);try{t.apply(i,N)}catch(A){this.onError(A)}}var Pr=!1,O1=null,M1=!1,vo=null,H3={onError:function(e){Pr=!0,O1=e}};function V3(e,t,i,l,a,f,m,v,x){Pr=!1,O1=null,A3.apply(H3,arguments)}function D3(e,t,i,l,a,f,m,v,x){if(V3.apply(this,arguments),Pr){if(Pr){var N=O1;Pr=!1,O1=null}else throw Error(o(198));M1||(M1=!0,vo=N)}}function jn(e){var t=e,i=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(i=t.return),e=t.return;while(e)}return t.tag===3?i:null}function Nu(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function Ru(e){if(jn(e)!==e)throw Error(o(188))}function F3(e){var t=e.alternate;if(!t){if(t=jn(e),t===null)throw Error(o(188));return t!==e?null:e}for(var i=e,l=t;;){var a=i.return;if(a===null)break;var f=a.alternate;if(f===null){if(l=a.return,l!==null){i=l;continue}break}if(a.child===f.child){for(f=a.child;f;){if(f===i)return Ru(a),e;if(f===l)return Ru(a),t;f=f.sibling}throw Error(o(188))}if(i.return!==l.return)i=a,l=f;else{for(var m=!1,v=a.child;v;){if(v===i){m=!0,i=a,l=f;break}if(v===l){m=!0,l=a,i=f;break}v=v.sibling}if(!m){for(v=f.child;v;){if(v===i){m=!0,i=f,l=a;break}if(v===l){m=!0,l=f,i=a;break}v=v.sibling}if(!m)throw Error(o(189))}}if(i.alternate!==l)throw Error(o(190))}if(i.tag!==3)throw Error(o(188));return i.stateNode.current===i?e:t}function Pu(e){return e=F3(e),e!==null?Tu(e):null}function Tu(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=Tu(e);if(t!==null)return t;e=e.sibling}return null}var Iu=r.unstable_scheduleCallback,$u=r.unstable_cancelCallback,B3=r.unstable_shouldYield,z3=r.unstable_requestPaint,Ve=r.unstable_now,Z3=r.unstable_getCurrentPriorityLevel,yo=r.unstable_ImmediatePriority,Au=r.unstable_UserBlockingPriority,N1=r.unstable_NormalPriority,U3=r.unstable_LowPriority,Hu=r.unstable_IdlePriority,R1=null,Ht=null;function W3(e){if(Ht&&typeof Ht.onCommitFiberRoot=="function")try{Ht.onCommitFiberRoot(R1,e,void 0,(e.current.flags&128)===128)}catch{}}var bt=Math.clz32?Math.clz32:K3,q3=Math.log,Q3=Math.LN2;function K3(e){return e>>>=0,e===0?32:31-(q3(e)/Q3|0)|0}var P1=64,T1=4194304;function Tr(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function I1(e,t){var i=e.pendingLanes;if(i===0)return 0;var l=0,a=e.suspendedLanes,f=e.pingedLanes,m=i&268435455;if(m!==0){var v=m&~a;v!==0?l=Tr(v):(f&=m,f!==0&&(l=Tr(f)))}else m=i&~a,m!==0?l=Tr(m):f!==0&&(l=Tr(f));if(l===0)return 0;if(t!==0&&t!==l&&(t&a)===0&&(a=l&-l,f=t&-t,a>=f||a===16&&(f&4194240)!==0))return t;if((l&4)!==0&&(l|=i&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=l;0<t;)i=31-bt(t),a=1<<i,l|=e[i],t&=~a;return l}function J3(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function G3(e,t){for(var i=e.suspendedLanes,l=e.pingedLanes,a=e.expirationTimes,f=e.pendingLanes;0<f;){var m=31-bt(f),v=1<<m,x=a[m];x===-1?((v&i)===0||(v&l)!==0)&&(a[m]=J3(v,t)):x<=t&&(e.expiredLanes|=v),f&=~v}}function wo(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function Vu(){var e=P1;return P1<<=1,(P1&4194240)===0&&(P1=64),e}function xo(e){for(var t=[],i=0;31>i;i++)t.push(e);return t}function Ir(e,t,i){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-bt(t),e[t]=i}function Y3(e,t){var i=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var l=e.eventTimes;for(e=e.expirationTimes;0<i;){var a=31-bt(i),f=1<<a;t[a]=0,l[a]=-1,e[a]=-1,i&=~f}}function _o(e,t){var i=e.entangledLanes|=t;for(e=e.entanglements;i;){var l=31-bt(i),a=1<<l;a&t|e[l]&t&&(e[l]|=t),i&=~a}}var Ee=0;function Du(e){return e&=-e,1<e?4<e?(e&268435455)!==0?16:536870912:4:1}var Fu,ko,Bu,zu,Zu,So=!1,$1=[],sn=null,ln=null,un=null,$r=new Map,Ar=new Map,an=[],X3="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Uu(e,t){switch(e){case"focusin":case"focusout":sn=null;break;case"dragenter":case"dragleave":ln=null;break;case"mouseover":case"mouseout":un=null;break;case"pointerover":case"pointerout":$r.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ar.delete(t.pointerId)}}function Hr(e,t,i,l,a,f){return e===null||e.nativeEvent!==f?(e={blockedOn:t,domEventName:i,eventSystemFlags:l,nativeEvent:f,targetContainers:[a]},t!==null&&(t=Yr(t),t!==null&&ko(t)),e):(e.eventSystemFlags|=l,t=e.targetContainers,a!==null&&t.indexOf(a)===-1&&t.push(a),e)}function e4(e,t,i,l,a){switch(t){case"focusin":return sn=Hr(sn,e,t,i,l,a),!0;case"dragenter":return ln=Hr(ln,e,t,i,l,a),!0;case"mouseover":return un=Hr(un,e,t,i,l,a),!0;case"pointerover":var f=a.pointerId;return $r.set(f,Hr($r.get(f)||null,e,t,i,l,a)),!0;case"gotpointercapture":return f=a.pointerId,Ar.set(f,Hr(Ar.get(f)||null,e,t,i,l,a)),!0}return!1}function Wu(e){var t=En(e.target);if(t!==null){var i=jn(t);if(i!==null){if(t=i.tag,t===13){if(t=Nu(i),t!==null){e.blockedOn=t,Zu(e.priority,function(){Bu(i)});return}}else if(t===3&&i.stateNode.current.memoizedState.isDehydrated){e.blockedOn=i.tag===3?i.stateNode.containerInfo:null;return}}}e.blockedOn=null}function A1(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var i=jo(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(i===null){i=e.nativeEvent;var l=new i.constructor(i.type,i);ho=l,i.target.dispatchEvent(l),ho=null}else return t=Yr(i),t!==null&&ko(t),e.blockedOn=i,!1;t.shift()}return!0}function qu(e,t,i){A1(e)&&i.delete(t)}function t4(){So=!1,sn!==null&&A1(sn)&&(sn=null),ln!==null&&A1(ln)&&(ln=null),un!==null&&A1(un)&&(un=null),$r.forEach(qu),Ar.forEach(qu)}function Vr(e,t){e.blockedOn===t&&(e.blockedOn=null,So||(So=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,t4)))}function Dr(e){function t(a){return Vr(a,e)}if(0<$1.length){Vr($1[0],e);for(var i=1;i<$1.length;i++){var l=$1[i];l.blockedOn===e&&(l.blockedOn=null)}}for(sn!==null&&Vr(sn,e),ln!==null&&Vr(ln,e),un!==null&&Vr(un,e),$r.forEach(t),Ar.forEach(t),i=0;i<an.length;i++)l=an[i],l.blockedOn===e&&(l.blockedOn=null);for(;0<an.length&&(i=an[0],i.blockedOn===null);)Wu(i),i.blockedOn===null&&an.shift()}var Yn=ee.ReactCurrentBatchConfig,H1=!0;function n4(e,t,i,l){var a=Ee,f=Yn.transition;Yn.transition=null;try{Ee=1,Lo(e,t,i,l)}finally{Ee=a,Yn.transition=f}}function r4(e,t,i,l){var a=Ee,f=Yn.transition;Yn.transition=null;try{Ee=4,Lo(e,t,i,l)}finally{Ee=a,Yn.transition=f}}function Lo(e,t,i,l){if(H1){var a=jo(e,t,i,l);if(a===null)zo(e,t,l,V1,i),Uu(e,l);else if(e4(a,e,t,i,l))l.stopPropagation();else if(Uu(e,l),t&4&&-1<X3.indexOf(e)){for(;a!==null;){var f=Yr(a);if(f!==null&&Fu(f),f=jo(e,t,i,l),f===null&&zo(e,t,l,V1,i),f===a)break;a=f}a!==null&&l.stopPropagation()}else zo(e,t,l,null,i)}}var V1=null;function jo(e,t,i,l){if(V1=null,e=po(l),e=En(e),e!==null)if(t=jn(e),t===null)e=null;else if(i=t.tag,i===13){if(e=Nu(t),e!==null)return e;e=null}else if(i===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return V1=e,null}function Qu(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Z3()){case yo:return 1;case Au:return 4;case N1:case U3:return 16;case Hu:return 536870912;default:return 16}default:return 16}}var cn=null,Eo=null,D1=null;function Ku(){if(D1)return D1;var e,t=Eo,i=t.length,l,a="value"in cn?cn.value:cn.textContent,f=a.length;for(e=0;e<i&&t[e]===a[e];e++);var m=i-e;for(l=1;l<=m&&t[i-l]===a[f-l];l++);return D1=a.slice(e,1<l?1-l:void 0)}function F1(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function B1(){return!0}function Ju(){return!1}function ht(e){function t(i,l,a,f,m){this._reactName=i,this._targetInst=a,this.type=l,this.nativeEvent=f,this.target=m,this.currentTarget=null;for(var v in e)e.hasOwnProperty(v)&&(i=e[v],this[v]=i?i(f):f[v]);return this.isDefaultPrevented=(f.defaultPrevented!=null?f.defaultPrevented:f.returnValue===!1)?B1:Ju,this.isPropagationStopped=Ju,this}return K(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var i=this.nativeEvent;i&&(i.preventDefault?i.preventDefault():typeof i.returnValue!="unknown"&&(i.returnValue=!1),this.isDefaultPrevented=B1)},stopPropagation:function(){var i=this.nativeEvent;i&&(i.stopPropagation?i.stopPropagation():typeof i.cancelBubble!="unknown"&&(i.cancelBubble=!0),this.isPropagationStopped=B1)},persist:function(){},isPersistent:B1}),t}var Xn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},bo=ht(Xn),Fr=K({},Xn,{view:0,detail:0}),i4=ht(Fr),Oo,Mo,Br,z1=K({},Fr,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ro,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Br&&(Br&&e.type==="mousemove"?(Oo=e.screenX-Br.screenX,Mo=e.screenY-Br.screenY):Mo=Oo=0,Br=e),Oo)},movementY:function(e){return"movementY"in e?e.movementY:Mo}}),Gu=ht(z1),o4=K({},z1,{dataTransfer:0}),s4=ht(o4),l4=K({},Fr,{relatedTarget:0}),No=ht(l4),u4=K({},Xn,{animationName:0,elapsedTime:0,pseudoElement:0}),a4=ht(u4),c4=K({},Xn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),f4=ht(c4),d4=K({},Xn,{data:0}),Yu=ht(d4),h4={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},p4={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},m4={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function g4(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=m4[e])?!!t[e]:!1}function Ro(){return g4}var C4=K({},Fr,{key:function(e){if(e.key){var t=h4[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=F1(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?p4[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ro,charCode:function(e){return e.type==="keypress"?F1(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?F1(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),v4=ht(C4),y4=K({},z1,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Xu=ht(y4),w4=K({},Fr,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ro}),x4=ht(w4),_4=K({},Xn,{propertyName:0,elapsedTime:0,pseudoElement:0}),k4=ht(_4),S4=K({},z1,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),L4=ht(S4),j4=[9,13,27,32],Po=p&&"CompositionEvent"in window,zr=null;p&&"documentMode"in document&&(zr=document.documentMode);var E4=p&&"TextEvent"in window&&!zr,ea=p&&(!Po||zr&&8<zr&&11>=zr),ta=" ",na=!1;function ra(e,t){switch(e){case"keyup":return j4.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function ia(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var er=!1;function b4(e,t){switch(e){case"compositionend":return ia(t);case"keypress":return t.which!==32?null:(na=!0,ta);case"textInput":return e=t.data,e===ta&&na?null:e;default:return null}}function O4(e,t){if(er)return e==="compositionend"||!Po&&ra(e,t)?(e=Ku(),D1=Eo=cn=null,er=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return ea&&t.locale!=="ko"?null:t.data;default:return null}}var M4={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function oa(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!M4[e.type]:t==="textarea"}function sa(e,t,i,l){ju(l),t=Q1(t,"onChange"),0<t.length&&(i=new bo("onChange","change",null,i,l),e.push({event:i,listeners:t}))}var Zr=null,Ur=null;function N4(e){Sa(e,0)}function Z1(e){var t=or(e);if(pu(t))return e}function R4(e,t){if(e==="change")return t}var la=!1;if(p){var To;if(p){var Io="oninput"in document;if(!Io){var ua=document.createElement("div");ua.setAttribute("oninput","return;"),Io=typeof ua.oninput=="function"}To=Io}else To=!1;la=To&&(!document.documentMode||9<document.documentMode)}function aa(){Zr&&(Zr.detachEvent("onpropertychange",ca),Ur=Zr=null)}function ca(e){if(e.propertyName==="value"&&Z1(Ur)){var t=[];sa(t,Ur,e,po(e)),Mu(N4,t)}}function P4(e,t,i){e==="focusin"?(aa(),Zr=t,Ur=i,Zr.attachEvent("onpropertychange",ca)):e==="focusout"&&aa()}function T4(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Z1(Ur)}function I4(e,t){if(e==="click")return Z1(t)}function $4(e,t){if(e==="input"||e==="change")return Z1(t)}function A4(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Ot=typeof Object.is=="function"?Object.is:A4;function Wr(e,t){if(Ot(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var i=Object.keys(e),l=Object.keys(t);if(i.length!==l.length)return!1;for(l=0;l<i.length;l++){var a=i[l];if(!C.call(t,a)||!Ot(e[a],t[a]))return!1}return!0}function fa(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function da(e,t){var i=fa(e);e=0;for(var l;i;){if(i.nodeType===3){if(l=e+i.textContent.length,e<=t&&l>=t)return{node:i,offset:t-e};e=l}e:{for(;i;){if(i.nextSibling){i=i.nextSibling;break e}i=i.parentNode}i=void 0}i=fa(i)}}function ha(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?ha(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function pa(){for(var e=window,t=E1();t instanceof e.HTMLIFrameElement;){try{var i=typeof t.contentWindow.location.href=="string"}catch{i=!1}if(i)e=t.contentWindow;else break;t=E1(e.document)}return t}function $o(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function H4(e){var t=pa(),i=e.focusedElem,l=e.selectionRange;if(t!==i&&i&&i.ownerDocument&&ha(i.ownerDocument.documentElement,i)){if(l!==null&&$o(i)){if(t=l.start,e=l.end,e===void 0&&(e=t),"selectionStart"in i)i.selectionStart=t,i.selectionEnd=Math.min(e,i.value.length);else if(e=(t=i.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var a=i.textContent.length,f=Math.min(l.start,a);l=l.end===void 0?f:Math.min(l.end,a),!e.extend&&f>l&&(a=l,l=f,f=a),a=da(i,f);var m=da(i,l);a&&m&&(e.rangeCount!==1||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==m.node||e.focusOffset!==m.offset)&&(t=t.createRange(),t.setStart(a.node,a.offset),e.removeAllRanges(),f>l?(e.addRange(t),e.extend(m.node,m.offset)):(t.setEnd(m.node,m.offset),e.addRange(t)))}}for(t=[],e=i;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof i.focus=="function"&&i.focus(),i=0;i<t.length;i++)e=t[i],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var V4=p&&"documentMode"in document&&11>=document.documentMode,tr=null,Ao=null,qr=null,Ho=!1;function ma(e,t,i){var l=i.window===i?i.document:i.nodeType===9?i:i.ownerDocument;Ho||tr==null||tr!==E1(l)||(l=tr,"selectionStart"in l&&$o(l)?l={start:l.selectionStart,end:l.selectionEnd}:(l=(l.ownerDocument&&l.ownerDocument.defaultView||window).getSelection(),l={anchorNode:l.anchorNode,anchorOffset:l.anchorOffset,focusNode:l.focusNode,focusOffset:l.focusOffset}),qr&&Wr(qr,l)||(qr=l,l=Q1(Ao,"onSelect"),0<l.length&&(t=new bo("onSelect","select",null,t,i),e.push({event:t,listeners:l}),t.target=tr)))}function U1(e,t){var i={};return i[e.toLowerCase()]=t.toLowerCase(),i["Webkit"+e]="webkit"+t,i["Moz"+e]="moz"+t,i}var nr={animationend:U1("Animation","AnimationEnd"),animationiteration:U1("Animation","AnimationIteration"),animationstart:U1("Animation","AnimationStart"),transitionend:U1("Transition","TransitionEnd")},Vo={},ga={};p&&(ga=document.createElement("div").style,"AnimationEvent"in window||(delete nr.animationend.animation,delete nr.animationiteration.animation,delete nr.animationstart.animation),"TransitionEvent"in window||delete nr.transitionend.transition);function W1(e){if(Vo[e])return Vo[e];if(!nr[e])return e;var t=nr[e],i;for(i in t)if(t.hasOwnProperty(i)&&i in ga)return Vo[e]=t[i];return e}var Ca=W1("animationend"),va=W1("animationiteration"),ya=W1("animationstart"),wa=W1("transitionend"),xa=new Map,_a="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function fn(e,t){xa.set(e,t),c(t,[e])}for(var Do=0;Do<_a.length;Do++){var Fo=_a[Do],D4=Fo.toLowerCase(),F4=Fo[0].toUpperCase()+Fo.slice(1);fn(D4,"on"+F4)}fn(Ca,"onAnimationEnd"),fn(va,"onAnimationIteration"),fn(ya,"onAnimationStart"),fn("dblclick","onDoubleClick"),fn("focusin","onFocus"),fn("focusout","onBlur"),fn(wa,"onTransitionEnd"),h("onMouseEnter",["mouseout","mouseover"]),h("onMouseLeave",["mouseout","mouseover"]),h("onPointerEnter",["pointerout","pointerover"]),h("onPointerLeave",["pointerout","pointerover"]),c("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),c("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),c("onBeforeInput",["compositionend","keypress","textInput","paste"]),c("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),c("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),c("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Qr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),B4=new Set("cancel close invalid load scroll toggle".split(" ").concat(Qr));function ka(e,t,i){var l=e.type||"unknown-event";e.currentTarget=i,D3(l,t,void 0,e),e.currentTarget=null}function Sa(e,t){t=(t&4)!==0;for(var i=0;i<e.length;i++){var l=e[i],a=l.event;l=l.listeners;e:{var f=void 0;if(t)for(var m=l.length-1;0<=m;m--){var v=l[m],x=v.instance,N=v.currentTarget;if(v=v.listener,x!==f&&a.isPropagationStopped())break e;ka(a,v,N),f=x}else for(m=0;m<l.length;m++){if(v=l[m],x=v.instance,N=v.currentTarget,v=v.listener,x!==f&&a.isPropagationStopped())break e;ka(a,v,N),f=x}}}if(M1)throw e=vo,M1=!1,vo=null,e}function Me(e,t){var i=t[Ko];i===void 0&&(i=t[Ko]=new Set);var l=e+"__bubble";i.has(l)||(La(t,e,2,!1),i.add(l))}function Bo(e,t,i){var l=0;t&&(l|=4),La(i,e,l,t)}var q1="_reactListening"+Math.random().toString(36).slice(2);function Kr(e){if(!e[q1]){e[q1]=!0,s.forEach(function(i){i!=="selectionchange"&&(B4.has(i)||Bo(i,!1,e),Bo(i,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[q1]||(t[q1]=!0,Bo("selectionchange",!1,t))}}function La(e,t,i,l){switch(Qu(t)){case 1:var a=n4;break;case 4:a=r4;break;default:a=Lo}i=a.bind(null,t,i,e),a=void 0,!Co||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(a=!0),l?a!==void 0?e.addEventListener(t,i,{capture:!0,passive:a}):e.addEventListener(t,i,!0):a!==void 0?e.addEventListener(t,i,{passive:a}):e.addEventListener(t,i,!1)}function zo(e,t,i,l,a){var f=l;if((t&1)===0&&(t&2)===0&&l!==null)e:for(;;){if(l===null)return;var m=l.tag;if(m===3||m===4){var v=l.stateNode.containerInfo;if(v===a||v.nodeType===8&&v.parentNode===a)break;if(m===4)for(m=l.return;m!==null;){var x=m.tag;if((x===3||x===4)&&(x=m.stateNode.containerInfo,x===a||x.nodeType===8&&x.parentNode===a))return;m=m.return}for(;v!==null;){if(m=En(v),m===null)return;if(x=m.tag,x===5||x===6){l=f=m;continue e}v=v.parentNode}}l=l.return}Mu(function(){var N=f,A=po(i),V=[];e:{var $=xa.get(e);if($!==void 0){var G=bo,te=e;switch(e){case"keypress":if(F1(i)===0)break e;case"keydown":case"keyup":G=v4;break;case"focusin":te="focus",G=No;break;case"focusout":te="blur",G=No;break;case"beforeblur":case"afterblur":G=No;break;case"click":if(i.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":G=Gu;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":G=s4;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":G=x4;break;case Ca:case va:case ya:G=a4;break;case wa:G=k4;break;case"scroll":G=i4;break;case"wheel":G=L4;break;case"copy":case"cut":case"paste":G=f4;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":G=Xu}var re=(t&4)!==0,De=!re&&e==="scroll",b=re?$!==null?$+"Capture":null:$;re=[];for(var _=N,O;_!==null;){O=_;var F=O.stateNode;if(O.tag===5&&F!==null&&(O=F,b!==null&&(F=Nr(_,b),F!=null&&re.push(Jr(_,F,O)))),De)break;_=_.return}0<re.length&&($=new G($,te,null,i,A),V.push({event:$,listeners:re}))}}if((t&7)===0){e:{if($=e==="mouseover"||e==="pointerover",G=e==="mouseout"||e==="pointerout",$&&i!==ho&&(te=i.relatedTarget||i.fromElement)&&(En(te)||te[Qt]))break e;if((G||$)&&($=A.window===A?A:($=A.ownerDocument)?$.defaultView||$.parentWindow:window,G?(te=i.relatedTarget||i.toElement,G=N,te=te?En(te):null,te!==null&&(De=jn(te),te!==De||te.tag!==5&&te.tag!==6)&&(te=null)):(G=null,te=N),G!==te)){if(re=Gu,F="onMouseLeave",b="onMouseEnter",_="mouse",(e==="pointerout"||e==="pointerover")&&(re=Xu,F="onPointerLeave",b="onPointerEnter",_="pointer"),De=G==null?$:or(G),O=te==null?$:or(te),$=new re(F,_+"leave",G,i,A),$.target=De,$.relatedTarget=O,F=null,En(A)===N&&(re=new re(b,_+"enter",te,i,A),re.target=O,re.relatedTarget=De,F=re),De=F,G&&te)t:{for(re=G,b=te,_=0,O=re;O;O=rr(O))_++;for(O=0,F=b;F;F=rr(F))O++;for(;0<_-O;)re=rr(re),_--;for(;0<O-_;)b=rr(b),O--;for(;_--;){if(re===b||b!==null&&re===b.alternate)break t;re=rr(re),b=rr(b)}re=null}else re=null;G!==null&&ja(V,$,G,re,!1),te!==null&&De!==null&&ja(V,De,te,re,!0)}}e:{if($=N?or(N):window,G=$.nodeName&&$.nodeName.toLowerCase(),G==="select"||G==="input"&&$.type==="file")var se=R4;else if(oa($))if(la)se=$4;else{se=T4;var ue=P4}else(G=$.nodeName)&&G.toLowerCase()==="input"&&($.type==="checkbox"||$.type==="radio")&&(se=I4);if(se&&(se=se(e,N))){sa(V,se,i,A);break e}ue&&ue(e,$,N),e==="focusout"&&(ue=$._wrapperState)&&ue.controlled&&$.type==="number"&&lo($,"number",$.value)}switch(ue=N?or(N):window,e){case"focusin":(oa(ue)||ue.contentEditable==="true")&&(tr=ue,Ao=N,qr=null);break;case"focusout":qr=Ao=tr=null;break;case"mousedown":Ho=!0;break;case"contextmenu":case"mouseup":case"dragend":Ho=!1,ma(V,i,A);break;case"selectionchange":if(V4)break;case"keydown":case"keyup":ma(V,i,A)}var ae;if(Po)e:{switch(e){case"compositionstart":var me="onCompositionStart";break e;case"compositionend":me="onCompositionEnd";break e;case"compositionupdate":me="onCompositionUpdate";break e}me=void 0}else er?ra(e,i)&&(me="onCompositionEnd"):e==="keydown"&&i.keyCode===229&&(me="onCompositionStart");me&&(ea&&i.locale!=="ko"&&(er||me!=="onCompositionStart"?me==="onCompositionEnd"&&er&&(ae=Ku()):(cn=A,Eo="value"in cn?cn.value:cn.textContent,er=!0)),ue=Q1(N,me),0<ue.length&&(me=new Yu(me,e,null,i,A),V.push({event:me,listeners:ue}),ae?me.data=ae:(ae=ia(i),ae!==null&&(me.data=ae)))),(ae=E4?b4(e,i):O4(e,i))&&(N=Q1(N,"onBeforeInput"),0<N.length&&(A=new Yu("onBeforeInput","beforeinput",null,i,A),V.push({event:A,listeners:N}),A.data=ae))}Sa(V,t)})}function Jr(e,t,i){return{instance:e,listener:t,currentTarget:i}}function Q1(e,t){for(var i=t+"Capture",l=[];e!==null;){var a=e,f=a.stateNode;a.tag===5&&f!==null&&(a=f,f=Nr(e,i),f!=null&&l.unshift(Jr(e,f,a)),f=Nr(e,t),f!=null&&l.push(Jr(e,f,a))),e=e.return}return l}function rr(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function ja(e,t,i,l,a){for(var f=t._reactName,m=[];i!==null&&i!==l;){var v=i,x=v.alternate,N=v.stateNode;if(x!==null&&x===l)break;v.tag===5&&N!==null&&(v=N,a?(x=Nr(i,f),x!=null&&m.unshift(Jr(i,x,v))):a||(x=Nr(i,f),x!=null&&m.push(Jr(i,x,v)))),i=i.return}m.length!==0&&e.push({event:t,listeners:m})}var z4=/\r\n?/g,Z4=/\u0000|\uFFFD/g;function Ea(e){return(typeof e=="string"?e:""+e).replace(z4,`
|
|
54
|
+
`).replace(Z4,"")}function K1(e,t,i){if(t=Ea(t),Ea(e)!==t&&i)throw Error(o(425))}function J1(){}var Zo=null,Uo=null;function Wo(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var qo=typeof setTimeout=="function"?setTimeout:void 0,U4=typeof clearTimeout=="function"?clearTimeout:void 0,ba=typeof Promise=="function"?Promise:void 0,W4=typeof queueMicrotask=="function"?queueMicrotask:typeof ba<"u"?function(e){return ba.resolve(null).then(e).catch(q4)}:qo;function q4(e){setTimeout(function(){throw e})}function Qo(e,t){var i=t,l=0;do{var a=i.nextSibling;if(e.removeChild(i),a&&a.nodeType===8)if(i=a.data,i==="/$"){if(l===0){e.removeChild(a),Dr(t);return}l--}else i!=="$"&&i!=="$?"&&i!=="$!"||l++;i=a}while(i);Dr(t)}function dn(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function Oa(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var i=e.data;if(i==="$"||i==="$!"||i==="$?"){if(t===0)return e;t--}else i==="/$"&&t++}e=e.previousSibling}return null}var ir=Math.random().toString(36).slice(2),Vt="__reactFiber$"+ir,Gr="__reactProps$"+ir,Qt="__reactContainer$"+ir,Ko="__reactEvents$"+ir,Q4="__reactListeners$"+ir,K4="__reactHandles$"+ir;function En(e){var t=e[Vt];if(t)return t;for(var i=e.parentNode;i;){if(t=i[Qt]||i[Vt]){if(i=t.alternate,t.child!==null||i!==null&&i.child!==null)for(e=Oa(e);e!==null;){if(i=e[Vt])return i;e=Oa(e)}return t}e=i,i=e.parentNode}return null}function Yr(e){return e=e[Vt]||e[Qt],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function or(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(o(33))}function G1(e){return e[Gr]||null}var Jo=[],sr=-1;function hn(e){return{current:e}}function Ne(e){0>sr||(e.current=Jo[sr],Jo[sr]=null,sr--)}function Oe(e,t){sr++,Jo[sr]=e.current,e.current=t}var pn={},Ge=hn(pn),st=hn(!1),bn=pn;function lr(e,t){var i=e.type.contextTypes;if(!i)return pn;var l=e.stateNode;if(l&&l.__reactInternalMemoizedUnmaskedChildContext===t)return l.__reactInternalMemoizedMaskedChildContext;var a={},f;for(f in i)a[f]=t[f];return l&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function lt(e){return e=e.childContextTypes,e!=null}function Y1(){Ne(st),Ne(Ge)}function Ma(e,t,i){if(Ge.current!==pn)throw Error(o(168));Oe(Ge,t),Oe(st,i)}function Na(e,t,i){var l=e.stateNode;if(t=t.childContextTypes,typeof l.getChildContext!="function")return i;l=l.getChildContext();for(var a in l)if(!(a in t))throw Error(o(108,be(e)||"Unknown",a));return K({},i,l)}function X1(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||pn,bn=Ge.current,Oe(Ge,e),Oe(st,st.current),!0}function Ra(e,t,i){var l=e.stateNode;if(!l)throw Error(o(169));i?(e=Na(e,t,bn),l.__reactInternalMemoizedMergedChildContext=e,Ne(st),Ne(Ge),Oe(Ge,e)):Ne(st),Oe(st,i)}var Kt=null,ei=!1,Go=!1;function Pa(e){Kt===null?Kt=[e]:Kt.push(e)}function J4(e){ei=!0,Pa(e)}function mn(){if(!Go&&Kt!==null){Go=!0;var e=0,t=Ee;try{var i=Kt;for(Ee=1;e<i.length;e++){var l=i[e];do l=l(!0);while(l!==null)}Kt=null,ei=!1}catch(a){throw Kt!==null&&(Kt=Kt.slice(e+1)),Iu(yo,mn),a}finally{Ee=t,Go=!1}}return null}var ur=[],ar=0,ti=null,ni=0,xt=[],_t=0,On=null,Jt=1,Gt="";function Mn(e,t){ur[ar++]=ni,ur[ar++]=ti,ti=e,ni=t}function Ta(e,t,i){xt[_t++]=Jt,xt[_t++]=Gt,xt[_t++]=On,On=e;var l=Jt;e=Gt;var a=32-bt(l)-1;l&=~(1<<a),i+=1;var f=32-bt(t)+a;if(30<f){var m=a-a%5;f=(l&(1<<m)-1).toString(32),l>>=m,a-=m,Jt=1<<32-bt(t)+a|i<<a|l,Gt=f+e}else Jt=1<<f|i<<a|l,Gt=e}function Yo(e){e.return!==null&&(Mn(e,1),Ta(e,1,0))}function Xo(e){for(;e===ti;)ti=ur[--ar],ur[ar]=null,ni=ur[--ar],ur[ar]=null;for(;e===On;)On=xt[--_t],xt[_t]=null,Gt=xt[--_t],xt[_t]=null,Jt=xt[--_t],xt[_t]=null}var pt=null,mt=null,Pe=!1,Mt=null;function Ia(e,t){var i=jt(5,null,null,0);i.elementType="DELETED",i.stateNode=t,i.return=e,t=e.deletions,t===null?(e.deletions=[i],e.flags|=16):t.push(i)}function $a(e,t){switch(e.tag){case 5:var i=e.type;return t=t.nodeType!==1||i.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,pt=e,mt=dn(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,pt=e,mt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(i=On!==null?{id:Jt,overflow:Gt}:null,e.memoizedState={dehydrated:t,treeContext:i,retryLane:1073741824},i=jt(18,null,null,0),i.stateNode=t,i.return=e,e.child=i,pt=e,mt=null,!0):!1;default:return!1}}function es(e){return(e.mode&1)!==0&&(e.flags&128)===0}function ts(e){if(Pe){var t=mt;if(t){var i=t;if(!$a(e,t)){if(es(e))throw Error(o(418));t=dn(i.nextSibling);var l=pt;t&&$a(e,t)?Ia(l,i):(e.flags=e.flags&-4097|2,Pe=!1,pt=e)}}else{if(es(e))throw Error(o(418));e.flags=e.flags&-4097|2,Pe=!1,pt=e}}}function Aa(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;pt=e}function ri(e){if(e!==pt)return!1;if(!Pe)return Aa(e),Pe=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Wo(e.type,e.memoizedProps)),t&&(t=mt)){if(es(e))throw Ha(),Error(o(418));for(;t;)Ia(e,t),t=dn(t.nextSibling)}if(Aa(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(o(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var i=e.data;if(i==="/$"){if(t===0){mt=dn(e.nextSibling);break e}t--}else i!=="$"&&i!=="$!"&&i!=="$?"||t++}e=e.nextSibling}mt=null}}else mt=pt?dn(e.stateNode.nextSibling):null;return!0}function Ha(){for(var e=mt;e;)e=dn(e.nextSibling)}function cr(){mt=pt=null,Pe=!1}function ns(e){Mt===null?Mt=[e]:Mt.push(e)}var G4=ee.ReactCurrentBatchConfig;function Xr(e,t,i){if(e=i.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(i._owner){if(i=i._owner,i){if(i.tag!==1)throw Error(o(309));var l=i.stateNode}if(!l)throw Error(o(147,e));var a=l,f=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===f?t.ref:(t=function(m){var v=a.refs;m===null?delete v[f]:v[f]=m},t._stringRef=f,t)}if(typeof e!="string")throw Error(o(284));if(!i._owner)throw Error(o(290,e))}return e}function ii(e,t){throw e=Object.prototype.toString.call(t),Error(o(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Va(e){var t=e._init;return t(e._payload)}function Da(e){function t(b,_){if(e){var O=b.deletions;O===null?(b.deletions=[_],b.flags|=16):O.push(_)}}function i(b,_){if(!e)return null;for(;_!==null;)t(b,_),_=_.sibling;return null}function l(b,_){for(b=new Map;_!==null;)_.key!==null?b.set(_.key,_):b.set(_.index,_),_=_.sibling;return b}function a(b,_){return b=kn(b,_),b.index=0,b.sibling=null,b}function f(b,_,O){return b.index=O,e?(O=b.alternate,O!==null?(O=O.index,O<_?(b.flags|=2,_):O):(b.flags|=2,_)):(b.flags|=1048576,_)}function m(b){return e&&b.alternate===null&&(b.flags|=2),b}function v(b,_,O,F){return _===null||_.tag!==6?(_=qs(O,b.mode,F),_.return=b,_):(_=a(_,O),_.return=b,_)}function x(b,_,O,F){var se=O.type;return se===Z?A(b,_,O.props.children,F,O.key):_!==null&&(_.elementType===se||typeof se=="object"&&se!==null&&se.$$typeof===Le&&Va(se)===_.type)?(F=a(_,O.props),F.ref=Xr(b,_,O),F.return=b,F):(F=bi(O.type,O.key,O.props,null,b.mode,F),F.ref=Xr(b,_,O),F.return=b,F)}function N(b,_,O,F){return _===null||_.tag!==4||_.stateNode.containerInfo!==O.containerInfo||_.stateNode.implementation!==O.implementation?(_=Qs(O,b.mode,F),_.return=b,_):(_=a(_,O.children||[]),_.return=b,_)}function A(b,_,O,F,se){return _===null||_.tag!==7?(_=Hn(O,b.mode,F,se),_.return=b,_):(_=a(_,O),_.return=b,_)}function V(b,_,O){if(typeof _=="string"&&_!==""||typeof _=="number")return _=qs(""+_,b.mode,O),_.return=b,_;if(typeof _=="object"&&_!==null){switch(_.$$typeof){case Q:return O=bi(_.type,_.key,_.props,null,b.mode,O),O.ref=Xr(b,null,_),O.return=b,O;case H:return _=Qs(_,b.mode,O),_.return=b,_;case Le:var F=_._init;return V(b,F(_._payload),O)}if(br(_)||oe(_))return _=Hn(_,b.mode,O,null),_.return=b,_;ii(b,_)}return null}function $(b,_,O,F){var se=_!==null?_.key:null;if(typeof O=="string"&&O!==""||typeof O=="number")return se!==null?null:v(b,_,""+O,F);if(typeof O=="object"&&O!==null){switch(O.$$typeof){case Q:return O.key===se?x(b,_,O,F):null;case H:return O.key===se?N(b,_,O,F):null;case Le:return se=O._init,$(b,_,se(O._payload),F)}if(br(O)||oe(O))return se!==null?null:A(b,_,O,F,null);ii(b,O)}return null}function G(b,_,O,F,se){if(typeof F=="string"&&F!==""||typeof F=="number")return b=b.get(O)||null,v(_,b,""+F,se);if(typeof F=="object"&&F!==null){switch(F.$$typeof){case Q:return b=b.get(F.key===null?O:F.key)||null,x(_,b,F,se);case H:return b=b.get(F.key===null?O:F.key)||null,N(_,b,F,se);case Le:var ue=F._init;return G(b,_,O,ue(F._payload),se)}if(br(F)||oe(F))return b=b.get(O)||null,A(_,b,F,se,null);ii(_,F)}return null}function te(b,_,O,F){for(var se=null,ue=null,ae=_,me=_=0,Qe=null;ae!==null&&me<O.length;me++){ae.index>me?(Qe=ae,ae=null):Qe=ae.sibling;var ke=$(b,ae,O[me],F);if(ke===null){ae===null&&(ae=Qe);break}e&&ae&&ke.alternate===null&&t(b,ae),_=f(ke,_,me),ue===null?se=ke:ue.sibling=ke,ue=ke,ae=Qe}if(me===O.length)return i(b,ae),Pe&&Mn(b,me),se;if(ae===null){for(;me<O.length;me++)ae=V(b,O[me],F),ae!==null&&(_=f(ae,_,me),ue===null?se=ae:ue.sibling=ae,ue=ae);return Pe&&Mn(b,me),se}for(ae=l(b,ae);me<O.length;me++)Qe=G(ae,b,me,O[me],F),Qe!==null&&(e&&Qe.alternate!==null&&ae.delete(Qe.key===null?me:Qe.key),_=f(Qe,_,me),ue===null?se=Qe:ue.sibling=Qe,ue=Qe);return e&&ae.forEach(function(Sn){return t(b,Sn)}),Pe&&Mn(b,me),se}function re(b,_,O,F){var se=oe(O);if(typeof se!="function")throw Error(o(150));if(O=se.call(O),O==null)throw Error(o(151));for(var ue=se=null,ae=_,me=_=0,Qe=null,ke=O.next();ae!==null&&!ke.done;me++,ke=O.next()){ae.index>me?(Qe=ae,ae=null):Qe=ae.sibling;var Sn=$(b,ae,ke.value,F);if(Sn===null){ae===null&&(ae=Qe);break}e&&ae&&Sn.alternate===null&&t(b,ae),_=f(Sn,_,me),ue===null?se=Sn:ue.sibling=Sn,ue=Sn,ae=Qe}if(ke.done)return i(b,ae),Pe&&Mn(b,me),se;if(ae===null){for(;!ke.done;me++,ke=O.next())ke=V(b,ke.value,F),ke!==null&&(_=f(ke,_,me),ue===null?se=ke:ue.sibling=ke,ue=ke);return Pe&&Mn(b,me),se}for(ae=l(b,ae);!ke.done;me++,ke=O.next())ke=G(ae,b,me,ke.value,F),ke!==null&&(e&&ke.alternate!==null&&ae.delete(ke.key===null?me:ke.key),_=f(ke,_,me),ue===null?se=ke:ue.sibling=ke,ue=ke);return e&&ae.forEach(function(M5){return t(b,M5)}),Pe&&Mn(b,me),se}function De(b,_,O,F){if(typeof O=="object"&&O!==null&&O.type===Z&&O.key===null&&(O=O.props.children),typeof O=="object"&&O!==null){switch(O.$$typeof){case Q:e:{for(var se=O.key,ue=_;ue!==null;){if(ue.key===se){if(se=O.type,se===Z){if(ue.tag===7){i(b,ue.sibling),_=a(ue,O.props.children),_.return=b,b=_;break e}}else if(ue.elementType===se||typeof se=="object"&&se!==null&&se.$$typeof===Le&&Va(se)===ue.type){i(b,ue.sibling),_=a(ue,O.props),_.ref=Xr(b,ue,O),_.return=b,b=_;break e}i(b,ue);break}else t(b,ue);ue=ue.sibling}O.type===Z?(_=Hn(O.props.children,b.mode,F,O.key),_.return=b,b=_):(F=bi(O.type,O.key,O.props,null,b.mode,F),F.ref=Xr(b,_,O),F.return=b,b=F)}return m(b);case H:e:{for(ue=O.key;_!==null;){if(_.key===ue)if(_.tag===4&&_.stateNode.containerInfo===O.containerInfo&&_.stateNode.implementation===O.implementation){i(b,_.sibling),_=a(_,O.children||[]),_.return=b,b=_;break e}else{i(b,_);break}else t(b,_);_=_.sibling}_=Qs(O,b.mode,F),_.return=b,b=_}return m(b);case Le:return ue=O._init,De(b,_,ue(O._payload),F)}if(br(O))return te(b,_,O,F);if(oe(O))return re(b,_,O,F);ii(b,O)}return typeof O=="string"&&O!==""||typeof O=="number"?(O=""+O,_!==null&&_.tag===6?(i(b,_.sibling),_=a(_,O),_.return=b,b=_):(i(b,_),_=qs(O,b.mode,F),_.return=b,b=_),m(b)):i(b,_)}return De}var fr=Da(!0),Fa=Da(!1),oi=hn(null),si=null,dr=null,rs=null;function is(){rs=dr=si=null}function os(e){var t=oi.current;Ne(oi),e._currentValue=t}function ss(e,t,i){for(;e!==null;){var l=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,l!==null&&(l.childLanes|=t)):l!==null&&(l.childLanes&t)!==t&&(l.childLanes|=t),e===i)break;e=e.return}}function hr(e,t){si=e,rs=dr=null,e=e.dependencies,e!==null&&e.firstContext!==null&&((e.lanes&t)!==0&&(ut=!0),e.firstContext=null)}function kt(e){var t=e._currentValue;if(rs!==e)if(e={context:e,memoizedValue:t,next:null},dr===null){if(si===null)throw Error(o(308));dr=e,si.dependencies={lanes:0,firstContext:e}}else dr=dr.next=e;return t}var Nn=null;function ls(e){Nn===null?Nn=[e]:Nn.push(e)}function Ba(e,t,i,l){var a=t.interleaved;return a===null?(i.next=i,ls(t)):(i.next=a.next,a.next=i),t.interleaved=i,Yt(e,l)}function Yt(e,t){e.lanes|=t;var i=e.alternate;for(i!==null&&(i.lanes|=t),i=e,e=e.return;e!==null;)e.childLanes|=t,i=e.alternate,i!==null&&(i.childLanes|=t),i=e,e=e.return;return i.tag===3?i.stateNode:null}var gn=!1;function us(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function za(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Xt(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Cn(e,t,i){var l=e.updateQueue;if(l===null)return null;if(l=l.shared,(we&2)!==0){var a=l.pending;return a===null?t.next=t:(t.next=a.next,a.next=t),l.pending=t,Yt(e,i)}return a=l.interleaved,a===null?(t.next=t,ls(l)):(t.next=a.next,a.next=t),l.interleaved=t,Yt(e,i)}function li(e,t,i){if(t=t.updateQueue,t!==null&&(t=t.shared,(i&4194240)!==0)){var l=t.lanes;l&=e.pendingLanes,i|=l,t.lanes=i,_o(e,i)}}function Za(e,t){var i=e.updateQueue,l=e.alternate;if(l!==null&&(l=l.updateQueue,i===l)){var a=null,f=null;if(i=i.firstBaseUpdate,i!==null){do{var m={eventTime:i.eventTime,lane:i.lane,tag:i.tag,payload:i.payload,callback:i.callback,next:null};f===null?a=f=m:f=f.next=m,i=i.next}while(i!==null);f===null?a=f=t:f=f.next=t}else a=f=t;i={baseState:l.baseState,firstBaseUpdate:a,lastBaseUpdate:f,shared:l.shared,effects:l.effects},e.updateQueue=i;return}e=i.lastBaseUpdate,e===null?i.firstBaseUpdate=t:e.next=t,i.lastBaseUpdate=t}function ui(e,t,i,l){var a=e.updateQueue;gn=!1;var f=a.firstBaseUpdate,m=a.lastBaseUpdate,v=a.shared.pending;if(v!==null){a.shared.pending=null;var x=v,N=x.next;x.next=null,m===null?f=N:m.next=N,m=x;var A=e.alternate;A!==null&&(A=A.updateQueue,v=A.lastBaseUpdate,v!==m&&(v===null?A.firstBaseUpdate=N:v.next=N,A.lastBaseUpdate=x))}if(f!==null){var V=a.baseState;m=0,A=N=x=null,v=f;do{var $=v.lane,G=v.eventTime;if((l&$)===$){A!==null&&(A=A.next={eventTime:G,lane:0,tag:v.tag,payload:v.payload,callback:v.callback,next:null});e:{var te=e,re=v;switch($=t,G=i,re.tag){case 1:if(te=re.payload,typeof te=="function"){V=te.call(G,V,$);break e}V=te;break e;case 3:te.flags=te.flags&-65537|128;case 0:if(te=re.payload,$=typeof te=="function"?te.call(G,V,$):te,$==null)break e;V=K({},V,$);break e;case 2:gn=!0}}v.callback!==null&&v.lane!==0&&(e.flags|=64,$=a.effects,$===null?a.effects=[v]:$.push(v))}else G={eventTime:G,lane:$,tag:v.tag,payload:v.payload,callback:v.callback,next:null},A===null?(N=A=G,x=V):A=A.next=G,m|=$;if(v=v.next,v===null){if(v=a.shared.pending,v===null)break;$=v,v=$.next,$.next=null,a.lastBaseUpdate=$,a.shared.pending=null}}while(!0);if(A===null&&(x=V),a.baseState=x,a.firstBaseUpdate=N,a.lastBaseUpdate=A,t=a.shared.interleaved,t!==null){a=t;do m|=a.lane,a=a.next;while(a!==t)}else f===null&&(a.shared.lanes=0);Tn|=m,e.lanes=m,e.memoizedState=V}}function Ua(e,t,i){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var l=e[t],a=l.callback;if(a!==null){if(l.callback=null,l=i,typeof a!="function")throw Error(o(191,a));a.call(l)}}}var e1={},Dt=hn(e1),t1=hn(e1),n1=hn(e1);function Rn(e){if(e===e1)throw Error(o(174));return e}function as(e,t){switch(Oe(n1,t),Oe(t1,e),Oe(Dt,e1),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ao(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=ao(t,e)}Ne(Dt),Oe(Dt,t)}function pr(){Ne(Dt),Ne(t1),Ne(n1)}function Wa(e){Rn(n1.current);var t=Rn(Dt.current),i=ao(t,e.type);t!==i&&(Oe(t1,e),Oe(Dt,i))}function cs(e){t1.current===e&&(Ne(Dt),Ne(t1))}var Ie=hn(0);function ai(e){for(var t=e;t!==null;){if(t.tag===13){var i=t.memoizedState;if(i!==null&&(i=i.dehydrated,i===null||i.data==="$?"||i.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if((t.flags&128)!==0)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var fs=[];function ds(){for(var e=0;e<fs.length;e++)fs[e]._workInProgressVersionPrimary=null;fs.length=0}var ci=ee.ReactCurrentDispatcher,hs=ee.ReactCurrentBatchConfig,Pn=0,$e=null,Ze=null,We=null,fi=!1,r1=!1,i1=0,Y4=0;function Ye(){throw Error(o(321))}function ps(e,t){if(t===null)return!1;for(var i=0;i<t.length&&i<e.length;i++)if(!Ot(e[i],t[i]))return!1;return!0}function ms(e,t,i,l,a,f){if(Pn=f,$e=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ci.current=e===null||e.memoizedState===null?n5:r5,e=i(l,a),r1){f=0;do{if(r1=!1,i1=0,25<=f)throw Error(o(301));f+=1,We=Ze=null,t.updateQueue=null,ci.current=i5,e=i(l,a)}while(r1)}if(ci.current=pi,t=Ze!==null&&Ze.next!==null,Pn=0,We=Ze=$e=null,fi=!1,t)throw Error(o(300));return e}function gs(){var e=i1!==0;return i1=0,e}function Ft(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return We===null?$e.memoizedState=We=e:We=We.next=e,We}function St(){if(Ze===null){var e=$e.alternate;e=e!==null?e.memoizedState:null}else e=Ze.next;var t=We===null?$e.memoizedState:We.next;if(t!==null)We=t,Ze=e;else{if(e===null)throw Error(o(310));Ze=e,e={memoizedState:Ze.memoizedState,baseState:Ze.baseState,baseQueue:Ze.baseQueue,queue:Ze.queue,next:null},We===null?$e.memoizedState=We=e:We=We.next=e}return We}function o1(e,t){return typeof t=="function"?t(e):t}function Cs(e){var t=St(),i=t.queue;if(i===null)throw Error(o(311));i.lastRenderedReducer=e;var l=Ze,a=l.baseQueue,f=i.pending;if(f!==null){if(a!==null){var m=a.next;a.next=f.next,f.next=m}l.baseQueue=a=f,i.pending=null}if(a!==null){f=a.next,l=l.baseState;var v=m=null,x=null,N=f;do{var A=N.lane;if((Pn&A)===A)x!==null&&(x=x.next={lane:0,action:N.action,hasEagerState:N.hasEagerState,eagerState:N.eagerState,next:null}),l=N.hasEagerState?N.eagerState:e(l,N.action);else{var V={lane:A,action:N.action,hasEagerState:N.hasEagerState,eagerState:N.eagerState,next:null};x===null?(v=x=V,m=l):x=x.next=V,$e.lanes|=A,Tn|=A}N=N.next}while(N!==null&&N!==f);x===null?m=l:x.next=v,Ot(l,t.memoizedState)||(ut=!0),t.memoizedState=l,t.baseState=m,t.baseQueue=x,i.lastRenderedState=l}if(e=i.interleaved,e!==null){a=e;do f=a.lane,$e.lanes|=f,Tn|=f,a=a.next;while(a!==e)}else a===null&&(i.lanes=0);return[t.memoizedState,i.dispatch]}function vs(e){var t=St(),i=t.queue;if(i===null)throw Error(o(311));i.lastRenderedReducer=e;var l=i.dispatch,a=i.pending,f=t.memoizedState;if(a!==null){i.pending=null;var m=a=a.next;do f=e(f,m.action),m=m.next;while(m!==a);Ot(f,t.memoizedState)||(ut=!0),t.memoizedState=f,t.baseQueue===null&&(t.baseState=f),i.lastRenderedState=f}return[f,l]}function qa(){}function Qa(e,t){var i=$e,l=St(),a=t(),f=!Ot(l.memoizedState,a);if(f&&(l.memoizedState=a,ut=!0),l=l.queue,ys(Ga.bind(null,i,l,e),[e]),l.getSnapshot!==t||f||We!==null&&We.memoizedState.tag&1){if(i.flags|=2048,s1(9,Ja.bind(null,i,l,a,t),void 0,null),qe===null)throw Error(o(349));(Pn&30)!==0||Ka(i,t,a)}return a}function Ka(e,t,i){e.flags|=16384,e={getSnapshot:t,value:i},t=$e.updateQueue,t===null?(t={lastEffect:null,stores:null},$e.updateQueue=t,t.stores=[e]):(i=t.stores,i===null?t.stores=[e]:i.push(e))}function Ja(e,t,i,l){t.value=i,t.getSnapshot=l,Ya(t)&&Xa(e)}function Ga(e,t,i){return i(function(){Ya(t)&&Xa(e)})}function Ya(e){var t=e.getSnapshot;e=e.value;try{var i=t();return!Ot(e,i)}catch{return!0}}function Xa(e){var t=Yt(e,1);t!==null&&Tt(t,e,1,-1)}function ec(e){var t=Ft();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:o1,lastRenderedState:e},t.queue=e,e=e.dispatch=t5.bind(null,$e,e),[t.memoizedState,e]}function s1(e,t,i,l){return e={tag:e,create:t,destroy:i,deps:l,next:null},t=$e.updateQueue,t===null?(t={lastEffect:null,stores:null},$e.updateQueue=t,t.lastEffect=e.next=e):(i=t.lastEffect,i===null?t.lastEffect=e.next=e:(l=i.next,i.next=e,e.next=l,t.lastEffect=e)),e}function tc(){return St().memoizedState}function di(e,t,i,l){var a=Ft();$e.flags|=e,a.memoizedState=s1(1|t,i,void 0,l===void 0?null:l)}function hi(e,t,i,l){var a=St();l=l===void 0?null:l;var f=void 0;if(Ze!==null){var m=Ze.memoizedState;if(f=m.destroy,l!==null&&ps(l,m.deps)){a.memoizedState=s1(t,i,f,l);return}}$e.flags|=e,a.memoizedState=s1(1|t,i,f,l)}function nc(e,t){return di(8390656,8,e,t)}function ys(e,t){return hi(2048,8,e,t)}function rc(e,t){return hi(4,2,e,t)}function ic(e,t){return hi(4,4,e,t)}function oc(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function sc(e,t,i){return i=i!=null?i.concat([e]):null,hi(4,4,oc.bind(null,t,e),i)}function ws(){}function lc(e,t){var i=St();t=t===void 0?null:t;var l=i.memoizedState;return l!==null&&t!==null&&ps(t,l[1])?l[0]:(i.memoizedState=[e,t],e)}function uc(e,t){var i=St();t=t===void 0?null:t;var l=i.memoizedState;return l!==null&&t!==null&&ps(t,l[1])?l[0]:(e=e(),i.memoizedState=[e,t],e)}function ac(e,t,i){return(Pn&21)===0?(e.baseState&&(e.baseState=!1,ut=!0),e.memoizedState=i):(Ot(i,t)||(i=Vu(),$e.lanes|=i,Tn|=i,e.baseState=!0),t)}function X4(e,t){var i=Ee;Ee=i!==0&&4>i?i:4,e(!0);var l=hs.transition;hs.transition={};try{e(!1),t()}finally{Ee=i,hs.transition=l}}function cc(){return St().memoizedState}function e5(e,t,i){var l=xn(e);if(i={lane:l,action:i,hasEagerState:!1,eagerState:null,next:null},fc(e))dc(t,i);else if(i=Ba(e,t,i,l),i!==null){var a=rt();Tt(i,e,l,a),hc(i,t,l)}}function t5(e,t,i){var l=xn(e),a={lane:l,action:i,hasEagerState:!1,eagerState:null,next:null};if(fc(e))dc(t,a);else{var f=e.alternate;if(e.lanes===0&&(f===null||f.lanes===0)&&(f=t.lastRenderedReducer,f!==null))try{var m=t.lastRenderedState,v=f(m,i);if(a.hasEagerState=!0,a.eagerState=v,Ot(v,m)){var x=t.interleaved;x===null?(a.next=a,ls(t)):(a.next=x.next,x.next=a),t.interleaved=a;return}}catch{}finally{}i=Ba(e,t,a,l),i!==null&&(a=rt(),Tt(i,e,l,a),hc(i,t,l))}}function fc(e){var t=e.alternate;return e===$e||t!==null&&t===$e}function dc(e,t){r1=fi=!0;var i=e.pending;i===null?t.next=t:(t.next=i.next,i.next=t),e.pending=t}function hc(e,t,i){if((i&4194240)!==0){var l=t.lanes;l&=e.pendingLanes,i|=l,t.lanes=i,_o(e,i)}}var pi={readContext:kt,useCallback:Ye,useContext:Ye,useEffect:Ye,useImperativeHandle:Ye,useInsertionEffect:Ye,useLayoutEffect:Ye,useMemo:Ye,useReducer:Ye,useRef:Ye,useState:Ye,useDebugValue:Ye,useDeferredValue:Ye,useTransition:Ye,useMutableSource:Ye,useSyncExternalStore:Ye,useId:Ye,unstable_isNewReconciler:!1},n5={readContext:kt,useCallback:function(e,t){return Ft().memoizedState=[e,t===void 0?null:t],e},useContext:kt,useEffect:nc,useImperativeHandle:function(e,t,i){return i=i!=null?i.concat([e]):null,di(4194308,4,oc.bind(null,t,e),i)},useLayoutEffect:function(e,t){return di(4194308,4,e,t)},useInsertionEffect:function(e,t){return di(4,2,e,t)},useMemo:function(e,t){var i=Ft();return t=t===void 0?null:t,e=e(),i.memoizedState=[e,t],e},useReducer:function(e,t,i){var l=Ft();return t=i!==void 0?i(t):t,l.memoizedState=l.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},l.queue=e,e=e.dispatch=e5.bind(null,$e,e),[l.memoizedState,e]},useRef:function(e){var t=Ft();return e={current:e},t.memoizedState=e},useState:ec,useDebugValue:ws,useDeferredValue:function(e){return Ft().memoizedState=e},useTransition:function(){var e=ec(!1),t=e[0];return e=X4.bind(null,e[1]),Ft().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,i){var l=$e,a=Ft();if(Pe){if(i===void 0)throw Error(o(407));i=i()}else{if(i=t(),qe===null)throw Error(o(349));(Pn&30)!==0||Ka(l,t,i)}a.memoizedState=i;var f={value:i,getSnapshot:t};return a.queue=f,nc(Ga.bind(null,l,f,e),[e]),l.flags|=2048,s1(9,Ja.bind(null,l,f,i,t),void 0,null),i},useId:function(){var e=Ft(),t=qe.identifierPrefix;if(Pe){var i=Gt,l=Jt;i=(l&~(1<<32-bt(l)-1)).toString(32)+i,t=":"+t+"R"+i,i=i1++,0<i&&(t+="H"+i.toString(32)),t+=":"}else i=Y4++,t=":"+t+"r"+i.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},r5={readContext:kt,useCallback:lc,useContext:kt,useEffect:ys,useImperativeHandle:sc,useInsertionEffect:rc,useLayoutEffect:ic,useMemo:uc,useReducer:Cs,useRef:tc,useState:function(){return Cs(o1)},useDebugValue:ws,useDeferredValue:function(e){var t=St();return ac(t,Ze.memoizedState,e)},useTransition:function(){var e=Cs(o1)[0],t=St().memoizedState;return[e,t]},useMutableSource:qa,useSyncExternalStore:Qa,useId:cc,unstable_isNewReconciler:!1},i5={readContext:kt,useCallback:lc,useContext:kt,useEffect:ys,useImperativeHandle:sc,useInsertionEffect:rc,useLayoutEffect:ic,useMemo:uc,useReducer:vs,useRef:tc,useState:function(){return vs(o1)},useDebugValue:ws,useDeferredValue:function(e){var t=St();return Ze===null?t.memoizedState=e:ac(t,Ze.memoizedState,e)},useTransition:function(){var e=vs(o1)[0],t=St().memoizedState;return[e,t]},useMutableSource:qa,useSyncExternalStore:Qa,useId:cc,unstable_isNewReconciler:!1};function Nt(e,t){if(e&&e.defaultProps){t=K({},t),e=e.defaultProps;for(var i in e)t[i]===void 0&&(t[i]=e[i]);return t}return t}function xs(e,t,i,l){t=e.memoizedState,i=i(l,t),i=i==null?t:K({},t,i),e.memoizedState=i,e.lanes===0&&(e.updateQueue.baseState=i)}var mi={isMounted:function(e){return(e=e._reactInternals)?jn(e)===e:!1},enqueueSetState:function(e,t,i){e=e._reactInternals;var l=rt(),a=xn(e),f=Xt(l,a);f.payload=t,i!=null&&(f.callback=i),t=Cn(e,f,a),t!==null&&(Tt(t,e,a,l),li(t,e,a))},enqueueReplaceState:function(e,t,i){e=e._reactInternals;var l=rt(),a=xn(e),f=Xt(l,a);f.tag=1,f.payload=t,i!=null&&(f.callback=i),t=Cn(e,f,a),t!==null&&(Tt(t,e,a,l),li(t,e,a))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var i=rt(),l=xn(e),a=Xt(i,l);a.tag=2,t!=null&&(a.callback=t),t=Cn(e,a,l),t!==null&&(Tt(t,e,l,i),li(t,e,l))}};function pc(e,t,i,l,a,f,m){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(l,f,m):t.prototype&&t.prototype.isPureReactComponent?!Wr(i,l)||!Wr(a,f):!0}function mc(e,t,i){var l=!1,a=pn,f=t.contextType;return typeof f=="object"&&f!==null?f=kt(f):(a=lt(t)?bn:Ge.current,l=t.contextTypes,f=(l=l!=null)?lr(e,a):pn),t=new t(i,f),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=mi,e.stateNode=t,t._reactInternals=e,l&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=f),t}function gc(e,t,i,l){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(i,l),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(i,l),t.state!==e&&mi.enqueueReplaceState(t,t.state,null)}function _s(e,t,i,l){var a=e.stateNode;a.props=i,a.state=e.memoizedState,a.refs={},us(e);var f=t.contextType;typeof f=="object"&&f!==null?a.context=kt(f):(f=lt(t)?bn:Ge.current,a.context=lr(e,f)),a.state=e.memoizedState,f=t.getDerivedStateFromProps,typeof f=="function"&&(xs(e,t,f,i),a.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof a.getSnapshotBeforeUpdate=="function"||typeof a.UNSAFE_componentWillMount!="function"&&typeof a.componentWillMount!="function"||(t=a.state,typeof a.componentWillMount=="function"&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount=="function"&&a.UNSAFE_componentWillMount(),t!==a.state&&mi.enqueueReplaceState(a,a.state,null),ui(e,i,a,l),a.state=e.memoizedState),typeof a.componentDidMount=="function"&&(e.flags|=4194308)}function mr(e,t){try{var i="",l=t;do i+=ve(l),l=l.return;while(l);var a=i}catch(f){a=`
|
|
55
|
+
Error generating stack: `+f.message+`
|
|
56
|
+
`+f.stack}return{value:e,source:t,stack:a,digest:null}}function ks(e,t,i){return{value:e,source:null,stack:i??null,digest:t??null}}function Ss(e,t){try{console.error(t.value)}catch(i){setTimeout(function(){throw i})}}var o5=typeof WeakMap=="function"?WeakMap:Map;function Cc(e,t,i){i=Xt(-1,i),i.tag=3,i.payload={element:null};var l=t.value;return i.callback=function(){_i||(_i=!0,Vs=l),Ss(e,t)},i}function vc(e,t,i){i=Xt(-1,i),i.tag=3;var l=e.type.getDerivedStateFromError;if(typeof l=="function"){var a=t.value;i.payload=function(){return l(a)},i.callback=function(){Ss(e,t)}}var f=e.stateNode;return f!==null&&typeof f.componentDidCatch=="function"&&(i.callback=function(){Ss(e,t),typeof l!="function"&&(yn===null?yn=new Set([this]):yn.add(this));var m=t.stack;this.componentDidCatch(t.value,{componentStack:m!==null?m:""})}),i}function yc(e,t,i){var l=e.pingCache;if(l===null){l=e.pingCache=new o5;var a=new Set;l.set(t,a)}else a=l.get(t),a===void 0&&(a=new Set,l.set(t,a));a.has(i)||(a.add(i),e=y5.bind(null,e,t,i),t.then(e,e))}function wc(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function xc(e,t,i,l,a){return(e.mode&1)===0?(e===t?e.flags|=65536:(e.flags|=128,i.flags|=131072,i.flags&=-52805,i.tag===1&&(i.alternate===null?i.tag=17:(t=Xt(-1,1),t.tag=2,Cn(i,t,1))),i.lanes|=1),e):(e.flags|=65536,e.lanes=a,e)}var s5=ee.ReactCurrentOwner,ut=!1;function nt(e,t,i,l){t.child=e===null?Fa(t,null,i,l):fr(t,e.child,i,l)}function _c(e,t,i,l,a){i=i.render;var f=t.ref;return hr(t,a),l=ms(e,t,i,l,f,a),i=gs(),e!==null&&!ut?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,en(e,t,a)):(Pe&&i&&Yo(t),t.flags|=1,nt(e,t,l,a),t.child)}function kc(e,t,i,l,a){if(e===null){var f=i.type;return typeof f=="function"&&!Ws(f)&&f.defaultProps===void 0&&i.compare===null&&i.defaultProps===void 0?(t.tag=15,t.type=f,Sc(e,t,f,l,a)):(e=bi(i.type,null,l,t,t.mode,a),e.ref=t.ref,e.return=t,t.child=e)}if(f=e.child,(e.lanes&a)===0){var m=f.memoizedProps;if(i=i.compare,i=i!==null?i:Wr,i(m,l)&&e.ref===t.ref)return en(e,t,a)}return t.flags|=1,e=kn(f,l),e.ref=t.ref,e.return=t,t.child=e}function Sc(e,t,i,l,a){if(e!==null){var f=e.memoizedProps;if(Wr(f,l)&&e.ref===t.ref)if(ut=!1,t.pendingProps=l=f,(e.lanes&a)!==0)(e.flags&131072)!==0&&(ut=!0);else return t.lanes=e.lanes,en(e,t,a)}return Ls(e,t,i,l,a)}function Lc(e,t,i){var l=t.pendingProps,a=l.children,f=e!==null?e.memoizedState:null;if(l.mode==="hidden")if((t.mode&1)===0)t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Oe(Cr,gt),gt|=i;else{if((i&1073741824)===0)return e=f!==null?f.baseLanes|i:i,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Oe(Cr,gt),gt|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},l=f!==null?f.baseLanes:i,Oe(Cr,gt),gt|=l}else f!==null?(l=f.baseLanes|i,t.memoizedState=null):l=i,Oe(Cr,gt),gt|=l;return nt(e,t,a,i),t.child}function jc(e,t){var i=t.ref;(e===null&&i!==null||e!==null&&e.ref!==i)&&(t.flags|=512,t.flags|=2097152)}function Ls(e,t,i,l,a){var f=lt(i)?bn:Ge.current;return f=lr(t,f),hr(t,a),i=ms(e,t,i,l,f,a),l=gs(),e!==null&&!ut?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,en(e,t,a)):(Pe&&l&&Yo(t),t.flags|=1,nt(e,t,i,a),t.child)}function Ec(e,t,i,l,a){if(lt(i)){var f=!0;X1(t)}else f=!1;if(hr(t,a),t.stateNode===null)Ci(e,t),mc(t,i,l),_s(t,i,l,a),l=!0;else if(e===null){var m=t.stateNode,v=t.memoizedProps;m.props=v;var x=m.context,N=i.contextType;typeof N=="object"&&N!==null?N=kt(N):(N=lt(i)?bn:Ge.current,N=lr(t,N));var A=i.getDerivedStateFromProps,V=typeof A=="function"||typeof m.getSnapshotBeforeUpdate=="function";V||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(v!==l||x!==N)&&gc(t,m,l,N),gn=!1;var $=t.memoizedState;m.state=$,ui(t,l,m,a),x=t.memoizedState,v!==l||$!==x||st.current||gn?(typeof A=="function"&&(xs(t,i,A,l),x=t.memoizedState),(v=gn||pc(t,i,v,l,$,x,N))?(V||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount()),typeof m.componentDidMount=="function"&&(t.flags|=4194308)):(typeof m.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=l,t.memoizedState=x),m.props=l,m.state=x,m.context=N,l=v):(typeof m.componentDidMount=="function"&&(t.flags|=4194308),l=!1)}else{m=t.stateNode,za(e,t),v=t.memoizedProps,N=t.type===t.elementType?v:Nt(t.type,v),m.props=N,V=t.pendingProps,$=m.context,x=i.contextType,typeof x=="object"&&x!==null?x=kt(x):(x=lt(i)?bn:Ge.current,x=lr(t,x));var G=i.getDerivedStateFromProps;(A=typeof G=="function"||typeof m.getSnapshotBeforeUpdate=="function")||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(v!==V||$!==x)&&gc(t,m,l,x),gn=!1,$=t.memoizedState,m.state=$,ui(t,l,m,a);var te=t.memoizedState;v!==V||$!==te||st.current||gn?(typeof G=="function"&&(xs(t,i,G,l),te=t.memoizedState),(N=gn||pc(t,i,N,l,$,te,x)||!1)?(A||typeof m.UNSAFE_componentWillUpdate!="function"&&typeof m.componentWillUpdate!="function"||(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(l,te,x),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(l,te,x)),typeof m.componentDidUpdate=="function"&&(t.flags|=4),typeof m.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof m.componentDidUpdate!="function"||v===e.memoizedProps&&$===e.memoizedState||(t.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||v===e.memoizedProps&&$===e.memoizedState||(t.flags|=1024),t.memoizedProps=l,t.memoizedState=te),m.props=l,m.state=te,m.context=x,l=N):(typeof m.componentDidUpdate!="function"||v===e.memoizedProps&&$===e.memoizedState||(t.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||v===e.memoizedProps&&$===e.memoizedState||(t.flags|=1024),l=!1)}return js(e,t,i,l,f,a)}function js(e,t,i,l,a,f){jc(e,t);var m=(t.flags&128)!==0;if(!l&&!m)return a&&Ra(t,i,!1),en(e,t,f);l=t.stateNode,s5.current=t;var v=m&&typeof i.getDerivedStateFromError!="function"?null:l.render();return t.flags|=1,e!==null&&m?(t.child=fr(t,e.child,null,f),t.child=fr(t,null,v,f)):nt(e,t,v,f),t.memoizedState=l.state,a&&Ra(t,i,!0),t.child}function bc(e){var t=e.stateNode;t.pendingContext?Ma(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Ma(e,t.context,!1),as(e,t.containerInfo)}function Oc(e,t,i,l,a){return cr(),ns(a),t.flags|=256,nt(e,t,i,l),t.child}var Es={dehydrated:null,treeContext:null,retryLane:0};function bs(e){return{baseLanes:e,cachePool:null,transitions:null}}function Mc(e,t,i){var l=t.pendingProps,a=Ie.current,f=!1,m=(t.flags&128)!==0,v;if((v=m)||(v=e!==null&&e.memoizedState===null?!1:(a&2)!==0),v?(f=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(a|=1),Oe(Ie,a&1),e===null)return ts(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?((t.mode&1)===0?t.lanes=1:e.data==="$!"?t.lanes=8:t.lanes=1073741824,null):(m=l.children,e=l.fallback,f?(l=t.mode,f=t.child,m={mode:"hidden",children:m},(l&1)===0&&f!==null?(f.childLanes=0,f.pendingProps=m):f=Oi(m,l,0,null),e=Hn(e,l,i,null),f.return=t,e.return=t,f.sibling=e,t.child=f,t.child.memoizedState=bs(i),t.memoizedState=Es,e):Os(t,m));if(a=e.memoizedState,a!==null&&(v=a.dehydrated,v!==null))return l5(e,t,m,l,v,a,i);if(f){f=l.fallback,m=t.mode,a=e.child,v=a.sibling;var x={mode:"hidden",children:l.children};return(m&1)===0&&t.child!==a?(l=t.child,l.childLanes=0,l.pendingProps=x,t.deletions=null):(l=kn(a,x),l.subtreeFlags=a.subtreeFlags&14680064),v!==null?f=kn(v,f):(f=Hn(f,m,i,null),f.flags|=2),f.return=t,l.return=t,l.sibling=f,t.child=l,l=f,f=t.child,m=e.child.memoizedState,m=m===null?bs(i):{baseLanes:m.baseLanes|i,cachePool:null,transitions:m.transitions},f.memoizedState=m,f.childLanes=e.childLanes&~i,t.memoizedState=Es,l}return f=e.child,e=f.sibling,l=kn(f,{mode:"visible",children:l.children}),(t.mode&1)===0&&(l.lanes=i),l.return=t,l.sibling=null,e!==null&&(i=t.deletions,i===null?(t.deletions=[e],t.flags|=16):i.push(e)),t.child=l,t.memoizedState=null,l}function Os(e,t){return t=Oi({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function gi(e,t,i,l){return l!==null&&ns(l),fr(t,e.child,null,i),e=Os(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function l5(e,t,i,l,a,f,m){if(i)return t.flags&256?(t.flags&=-257,l=ks(Error(o(422))),gi(e,t,m,l)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(f=l.fallback,a=t.mode,l=Oi({mode:"visible",children:l.children},a,0,null),f=Hn(f,a,m,null),f.flags|=2,l.return=t,f.return=t,l.sibling=f,t.child=l,(t.mode&1)!==0&&fr(t,e.child,null,m),t.child.memoizedState=bs(m),t.memoizedState=Es,f);if((t.mode&1)===0)return gi(e,t,m,null);if(a.data==="$!"){if(l=a.nextSibling&&a.nextSibling.dataset,l)var v=l.dgst;return l=v,f=Error(o(419)),l=ks(f,l,void 0),gi(e,t,m,l)}if(v=(m&e.childLanes)!==0,ut||v){if(l=qe,l!==null){switch(m&-m){case 4:a=2;break;case 16:a=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:a=32;break;case 536870912:a=268435456;break;default:a=0}a=(a&(l.suspendedLanes|m))!==0?0:a,a!==0&&a!==f.retryLane&&(f.retryLane=a,Yt(e,a),Tt(l,e,a,-1))}return Us(),l=ks(Error(o(421))),gi(e,t,m,l)}return a.data==="$?"?(t.flags|=128,t.child=e.child,t=w5.bind(null,e),a._reactRetry=t,null):(e=f.treeContext,mt=dn(a.nextSibling),pt=t,Pe=!0,Mt=null,e!==null&&(xt[_t++]=Jt,xt[_t++]=Gt,xt[_t++]=On,Jt=e.id,Gt=e.overflow,On=t),t=Os(t,l.children),t.flags|=4096,t)}function Nc(e,t,i){e.lanes|=t;var l=e.alternate;l!==null&&(l.lanes|=t),ss(e.return,t,i)}function Ms(e,t,i,l,a){var f=e.memoizedState;f===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:l,tail:i,tailMode:a}:(f.isBackwards=t,f.rendering=null,f.renderingStartTime=0,f.last=l,f.tail=i,f.tailMode=a)}function Rc(e,t,i){var l=t.pendingProps,a=l.revealOrder,f=l.tail;if(nt(e,t,l.children,i),l=Ie.current,(l&2)!==0)l=l&1|2,t.flags|=128;else{if(e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Nc(e,i,t);else if(e.tag===19)Nc(e,i,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}l&=1}if(Oe(Ie,l),(t.mode&1)===0)t.memoizedState=null;else switch(a){case"forwards":for(i=t.child,a=null;i!==null;)e=i.alternate,e!==null&&ai(e)===null&&(a=i),i=i.sibling;i=a,i===null?(a=t.child,t.child=null):(a=i.sibling,i.sibling=null),Ms(t,!1,a,i,f);break;case"backwards":for(i=null,a=t.child,t.child=null;a!==null;){if(e=a.alternate,e!==null&&ai(e)===null){t.child=a;break}e=a.sibling,a.sibling=i,i=a,a=e}Ms(t,!0,i,null,f);break;case"together":Ms(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Ci(e,t){(t.mode&1)===0&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function en(e,t,i){if(e!==null&&(t.dependencies=e.dependencies),Tn|=t.lanes,(i&t.childLanes)===0)return null;if(e!==null&&t.child!==e.child)throw Error(o(153));if(t.child!==null){for(e=t.child,i=kn(e,e.pendingProps),t.child=i,i.return=t;e.sibling!==null;)e=e.sibling,i=i.sibling=kn(e,e.pendingProps),i.return=t;i.sibling=null}return t.child}function u5(e,t,i){switch(t.tag){case 3:bc(t),cr();break;case 5:Wa(t);break;case 1:lt(t.type)&&X1(t);break;case 4:as(t,t.stateNode.containerInfo);break;case 10:var l=t.type._context,a=t.memoizedProps.value;Oe(oi,l._currentValue),l._currentValue=a;break;case 13:if(l=t.memoizedState,l!==null)return l.dehydrated!==null?(Oe(Ie,Ie.current&1),t.flags|=128,null):(i&t.child.childLanes)!==0?Mc(e,t,i):(Oe(Ie,Ie.current&1),e=en(e,t,i),e!==null?e.sibling:null);Oe(Ie,Ie.current&1);break;case 19:if(l=(i&t.childLanes)!==0,(e.flags&128)!==0){if(l)return Rc(e,t,i);t.flags|=128}if(a=t.memoizedState,a!==null&&(a.rendering=null,a.tail=null,a.lastEffect=null),Oe(Ie,Ie.current),l)break;return null;case 22:case 23:return t.lanes=0,Lc(e,t,i)}return en(e,t,i)}var Pc,Ns,Tc,Ic;Pc=function(e,t){for(var i=t.child;i!==null;){if(i.tag===5||i.tag===6)e.appendChild(i.stateNode);else if(i.tag!==4&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===t)break;for(;i.sibling===null;){if(i.return===null||i.return===t)return;i=i.return}i.sibling.return=i.return,i=i.sibling}},Ns=function(){},Tc=function(e,t,i,l){var a=e.memoizedProps;if(a!==l){e=t.stateNode,Rn(Dt.current);var f=null;switch(i){case"input":a=oo(e,a),l=oo(e,l),f=[];break;case"select":a=K({},a,{value:void 0}),l=K({},l,{value:void 0}),f=[];break;case"textarea":a=uo(e,a),l=uo(e,l),f=[];break;default:typeof a.onClick!="function"&&typeof l.onClick=="function"&&(e.onclick=J1)}co(i,l);var m;i=null;for(N in a)if(!l.hasOwnProperty(N)&&a.hasOwnProperty(N)&&a[N]!=null)if(N==="style"){var v=a[N];for(m in v)v.hasOwnProperty(m)&&(i||(i={}),i[m]="")}else N!=="dangerouslySetInnerHTML"&&N!=="children"&&N!=="suppressContentEditableWarning"&&N!=="suppressHydrationWarning"&&N!=="autoFocus"&&(u.hasOwnProperty(N)?f||(f=[]):(f=f||[]).push(N,null));for(N in l){var x=l[N];if(v=a!=null?a[N]:void 0,l.hasOwnProperty(N)&&x!==v&&(x!=null||v!=null))if(N==="style")if(v){for(m in v)!v.hasOwnProperty(m)||x&&x.hasOwnProperty(m)||(i||(i={}),i[m]="");for(m in x)x.hasOwnProperty(m)&&v[m]!==x[m]&&(i||(i={}),i[m]=x[m])}else i||(f||(f=[]),f.push(N,i)),i=x;else N==="dangerouslySetInnerHTML"?(x=x?x.__html:void 0,v=v?v.__html:void 0,x!=null&&v!==x&&(f=f||[]).push(N,x)):N==="children"?typeof x!="string"&&typeof x!="number"||(f=f||[]).push(N,""+x):N!=="suppressContentEditableWarning"&&N!=="suppressHydrationWarning"&&(u.hasOwnProperty(N)?(x!=null&&N==="onScroll"&&Me("scroll",e),f||v===x||(f=[])):(f=f||[]).push(N,x))}i&&(f=f||[]).push("style",i);var N=f;(t.updateQueue=N)&&(t.flags|=4)}},Ic=function(e,t,i,l){i!==l&&(t.flags|=4)};function l1(e,t){if(!Pe)switch(e.tailMode){case"hidden":t=e.tail;for(var i=null;t!==null;)t.alternate!==null&&(i=t),t=t.sibling;i===null?e.tail=null:i.sibling=null;break;case"collapsed":i=e.tail;for(var l=null;i!==null;)i.alternate!==null&&(l=i),i=i.sibling;l===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:l.sibling=null}}function Xe(e){var t=e.alternate!==null&&e.alternate.child===e.child,i=0,l=0;if(t)for(var a=e.child;a!==null;)i|=a.lanes|a.childLanes,l|=a.subtreeFlags&14680064,l|=a.flags&14680064,a.return=e,a=a.sibling;else for(a=e.child;a!==null;)i|=a.lanes|a.childLanes,l|=a.subtreeFlags,l|=a.flags,a.return=e,a=a.sibling;return e.subtreeFlags|=l,e.childLanes=i,t}function a5(e,t,i){var l=t.pendingProps;switch(Xo(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Xe(t),null;case 1:return lt(t.type)&&Y1(),Xe(t),null;case 3:return l=t.stateNode,pr(),Ne(st),Ne(Ge),ds(),l.pendingContext&&(l.context=l.pendingContext,l.pendingContext=null),(e===null||e.child===null)&&(ri(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,Mt!==null&&(Bs(Mt),Mt=null))),Ns(e,t),Xe(t),null;case 5:cs(t);var a=Rn(n1.current);if(i=t.type,e!==null&&t.stateNode!=null)Tc(e,t,i,l,a),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!l){if(t.stateNode===null)throw Error(o(166));return Xe(t),null}if(e=Rn(Dt.current),ri(t)){l=t.stateNode,i=t.type;var f=t.memoizedProps;switch(l[Vt]=t,l[Gr]=f,e=(t.mode&1)!==0,i){case"dialog":Me("cancel",l),Me("close",l);break;case"iframe":case"object":case"embed":Me("load",l);break;case"video":case"audio":for(a=0;a<Qr.length;a++)Me(Qr[a],l);break;case"source":Me("error",l);break;case"img":case"image":case"link":Me("error",l),Me("load",l);break;case"details":Me("toggle",l);break;case"input":mu(l,f),Me("invalid",l);break;case"select":l._wrapperState={wasMultiple:!!f.multiple},Me("invalid",l);break;case"textarea":vu(l,f),Me("invalid",l)}co(i,f),a=null;for(var m in f)if(f.hasOwnProperty(m)){var v=f[m];m==="children"?typeof v=="string"?l.textContent!==v&&(f.suppressHydrationWarning!==!0&&K1(l.textContent,v,e),a=["children",v]):typeof v=="number"&&l.textContent!==""+v&&(f.suppressHydrationWarning!==!0&&K1(l.textContent,v,e),a=["children",""+v]):u.hasOwnProperty(m)&&v!=null&&m==="onScroll"&&Me("scroll",l)}switch(i){case"input":j1(l),Cu(l,f,!0);break;case"textarea":j1(l),wu(l);break;case"select":case"option":break;default:typeof f.onClick=="function"&&(l.onclick=J1)}l=a,t.updateQueue=l,l!==null&&(t.flags|=4)}else{m=a.nodeType===9?a:a.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=xu(i)),e==="http://www.w3.org/1999/xhtml"?i==="script"?(e=m.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof l.is=="string"?e=m.createElement(i,{is:l.is}):(e=m.createElement(i),i==="select"&&(m=e,l.multiple?m.multiple=!0:l.size&&(m.size=l.size))):e=m.createElementNS(e,i),e[Vt]=t,e[Gr]=l,Pc(e,t,!1,!1),t.stateNode=e;e:{switch(m=fo(i,l),i){case"dialog":Me("cancel",e),Me("close",e),a=l;break;case"iframe":case"object":case"embed":Me("load",e),a=l;break;case"video":case"audio":for(a=0;a<Qr.length;a++)Me(Qr[a],e);a=l;break;case"source":Me("error",e),a=l;break;case"img":case"image":case"link":Me("error",e),Me("load",e),a=l;break;case"details":Me("toggle",e),a=l;break;case"input":mu(e,l),a=oo(e,l),Me("invalid",e);break;case"option":a=l;break;case"select":e._wrapperState={wasMultiple:!!l.multiple},a=K({},l,{value:void 0}),Me("invalid",e);break;case"textarea":vu(e,l),a=uo(e,l),Me("invalid",e);break;default:a=l}co(i,a),v=a;for(f in v)if(v.hasOwnProperty(f)){var x=v[f];f==="style"?Su(e,x):f==="dangerouslySetInnerHTML"?(x=x?x.__html:void 0,x!=null&&_u(e,x)):f==="children"?typeof x=="string"?(i!=="textarea"||x!=="")&&Or(e,x):typeof x=="number"&&Or(e,""+x):f!=="suppressContentEditableWarning"&&f!=="suppressHydrationWarning"&&f!=="autoFocus"&&(u.hasOwnProperty(f)?x!=null&&f==="onScroll"&&Me("scroll",e):x!=null&&z(e,f,x,m))}switch(i){case"input":j1(e),Cu(e,l,!1);break;case"textarea":j1(e),wu(e);break;case"option":l.value!=null&&e.setAttribute("value",""+je(l.value));break;case"select":e.multiple=!!l.multiple,f=l.value,f!=null?Kn(e,!!l.multiple,f,!1):l.defaultValue!=null&&Kn(e,!!l.multiple,l.defaultValue,!0);break;default:typeof a.onClick=="function"&&(e.onclick=J1)}switch(i){case"button":case"input":case"select":case"textarea":l=!!l.autoFocus;break e;case"img":l=!0;break e;default:l=!1}}l&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return Xe(t),null;case 6:if(e&&t.stateNode!=null)Ic(e,t,e.memoizedProps,l);else{if(typeof l!="string"&&t.stateNode===null)throw Error(o(166));if(i=Rn(n1.current),Rn(Dt.current),ri(t)){if(l=t.stateNode,i=t.memoizedProps,l[Vt]=t,(f=l.nodeValue!==i)&&(e=pt,e!==null))switch(e.tag){case 3:K1(l.nodeValue,i,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&K1(l.nodeValue,i,(e.mode&1)!==0)}f&&(t.flags|=4)}else l=(i.nodeType===9?i:i.ownerDocument).createTextNode(l),l[Vt]=t,t.stateNode=l}return Xe(t),null;case 13:if(Ne(Ie),l=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(Pe&&mt!==null&&(t.mode&1)!==0&&(t.flags&128)===0)Ha(),cr(),t.flags|=98560,f=!1;else if(f=ri(t),l!==null&&l.dehydrated!==null){if(e===null){if(!f)throw Error(o(318));if(f=t.memoizedState,f=f!==null?f.dehydrated:null,!f)throw Error(o(317));f[Vt]=t}else cr(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;Xe(t),f=!1}else Mt!==null&&(Bs(Mt),Mt=null),f=!0;if(!f)return t.flags&65536?t:null}return(t.flags&128)!==0?(t.lanes=i,t):(l=l!==null,l!==(e!==null&&e.memoizedState!==null)&&l&&(t.child.flags|=8192,(t.mode&1)!==0&&(e===null||(Ie.current&1)!==0?Ue===0&&(Ue=3):Us())),t.updateQueue!==null&&(t.flags|=4),Xe(t),null);case 4:return pr(),Ns(e,t),e===null&&Kr(t.stateNode.containerInfo),Xe(t),null;case 10:return os(t.type._context),Xe(t),null;case 17:return lt(t.type)&&Y1(),Xe(t),null;case 19:if(Ne(Ie),f=t.memoizedState,f===null)return Xe(t),null;if(l=(t.flags&128)!==0,m=f.rendering,m===null)if(l)l1(f,!1);else{if(Ue!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(m=ai(e),m!==null){for(t.flags|=128,l1(f,!1),l=m.updateQueue,l!==null&&(t.updateQueue=l,t.flags|=4),t.subtreeFlags=0,l=i,i=t.child;i!==null;)f=i,e=l,f.flags&=14680066,m=f.alternate,m===null?(f.childLanes=0,f.lanes=e,f.child=null,f.subtreeFlags=0,f.memoizedProps=null,f.memoizedState=null,f.updateQueue=null,f.dependencies=null,f.stateNode=null):(f.childLanes=m.childLanes,f.lanes=m.lanes,f.child=m.child,f.subtreeFlags=0,f.deletions=null,f.memoizedProps=m.memoizedProps,f.memoizedState=m.memoizedState,f.updateQueue=m.updateQueue,f.type=m.type,e=m.dependencies,f.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),i=i.sibling;return Oe(Ie,Ie.current&1|2),t.child}e=e.sibling}f.tail!==null&&Ve()>vr&&(t.flags|=128,l=!0,l1(f,!1),t.lanes=4194304)}else{if(!l)if(e=ai(m),e!==null){if(t.flags|=128,l=!0,i=e.updateQueue,i!==null&&(t.updateQueue=i,t.flags|=4),l1(f,!0),f.tail===null&&f.tailMode==="hidden"&&!m.alternate&&!Pe)return Xe(t),null}else 2*Ve()-f.renderingStartTime>vr&&i!==1073741824&&(t.flags|=128,l=!0,l1(f,!1),t.lanes=4194304);f.isBackwards?(m.sibling=t.child,t.child=m):(i=f.last,i!==null?i.sibling=m:t.child=m,f.last=m)}return f.tail!==null?(t=f.tail,f.rendering=t,f.tail=t.sibling,f.renderingStartTime=Ve(),t.sibling=null,i=Ie.current,Oe(Ie,l?i&1|2:i&1),t):(Xe(t),null);case 22:case 23:return Zs(),l=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==l&&(t.flags|=8192),l&&(t.mode&1)!==0?(gt&1073741824)!==0&&(Xe(t),t.subtreeFlags&6&&(t.flags|=8192)):Xe(t),null;case 24:return null;case 25:return null}throw Error(o(156,t.tag))}function c5(e,t){switch(Xo(t),t.tag){case 1:return lt(t.type)&&Y1(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return pr(),Ne(st),Ne(Ge),ds(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 5:return cs(t),null;case 13:if(Ne(Ie),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(o(340));cr()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return Ne(Ie),null;case 4:return pr(),null;case 10:return os(t.type._context),null;case 22:case 23:return Zs(),null;case 24:return null;default:return null}}var vi=!1,et=!1,f5=typeof WeakSet=="function"?WeakSet:Set,X=null;function gr(e,t){var i=e.ref;if(i!==null)if(typeof i=="function")try{i(null)}catch(l){He(e,t,l)}else i.current=null}function Rs(e,t,i){try{i()}catch(l){He(e,t,l)}}var $c=!1;function d5(e,t){if(Zo=H1,e=pa(),$o(e)){if("selectionStart"in e)var i={start:e.selectionStart,end:e.selectionEnd};else e:{i=(i=e.ownerDocument)&&i.defaultView||window;var l=i.getSelection&&i.getSelection();if(l&&l.rangeCount!==0){i=l.anchorNode;var a=l.anchorOffset,f=l.focusNode;l=l.focusOffset;try{i.nodeType,f.nodeType}catch{i=null;break e}var m=0,v=-1,x=-1,N=0,A=0,V=e,$=null;t:for(;;){for(var G;V!==i||a!==0&&V.nodeType!==3||(v=m+a),V!==f||l!==0&&V.nodeType!==3||(x=m+l),V.nodeType===3&&(m+=V.nodeValue.length),(G=V.firstChild)!==null;)$=V,V=G;for(;;){if(V===e)break t;if($===i&&++N===a&&(v=m),$===f&&++A===l&&(x=m),(G=V.nextSibling)!==null)break;V=$,$=V.parentNode}V=G}i=v===-1||x===-1?null:{start:v,end:x}}else i=null}i=i||{start:0,end:0}}else i=null;for(Uo={focusedElem:e,selectionRange:i},H1=!1,X=t;X!==null;)if(t=X,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,X=e;else for(;X!==null;){t=X;try{var te=t.alternate;if((t.flags&1024)!==0)switch(t.tag){case 0:case 11:case 15:break;case 1:if(te!==null){var re=te.memoizedProps,De=te.memoizedState,b=t.stateNode,_=b.getSnapshotBeforeUpdate(t.elementType===t.type?re:Nt(t.type,re),De);b.__reactInternalSnapshotBeforeUpdate=_}break;case 3:var O=t.stateNode.containerInfo;O.nodeType===1?O.textContent="":O.nodeType===9&&O.documentElement&&O.removeChild(O.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(o(163))}}catch(F){He(t,t.return,F)}if(e=t.sibling,e!==null){e.return=t.return,X=e;break}X=t.return}return te=$c,$c=!1,te}function u1(e,t,i){var l=t.updateQueue;if(l=l!==null?l.lastEffect:null,l!==null){var a=l=l.next;do{if((a.tag&e)===e){var f=a.destroy;a.destroy=void 0,f!==void 0&&Rs(t,i,f)}a=a.next}while(a!==l)}}function yi(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var i=t=t.next;do{if((i.tag&e)===e){var l=i.create;i.destroy=l()}i=i.next}while(i!==t)}}function Ps(e){var t=e.ref;if(t!==null){var i=e.stateNode;switch(e.tag){case 5:e=i;break;default:e=i}typeof t=="function"?t(e):t.current=e}}function Ac(e){var t=e.alternate;t!==null&&(e.alternate=null,Ac(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Vt],delete t[Gr],delete t[Ko],delete t[Q4],delete t[K4])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Hc(e){return e.tag===5||e.tag===3||e.tag===4}function Vc(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Hc(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Ts(e,t,i){var l=e.tag;if(l===5||l===6)e=e.stateNode,t?i.nodeType===8?i.parentNode.insertBefore(e,t):i.insertBefore(e,t):(i.nodeType===8?(t=i.parentNode,t.insertBefore(e,i)):(t=i,t.appendChild(e)),i=i._reactRootContainer,i!=null||t.onclick!==null||(t.onclick=J1));else if(l!==4&&(e=e.child,e!==null))for(Ts(e,t,i),e=e.sibling;e!==null;)Ts(e,t,i),e=e.sibling}function Is(e,t,i){var l=e.tag;if(l===5||l===6)e=e.stateNode,t?i.insertBefore(e,t):i.appendChild(e);else if(l!==4&&(e=e.child,e!==null))for(Is(e,t,i),e=e.sibling;e!==null;)Is(e,t,i),e=e.sibling}var Ke=null,Rt=!1;function vn(e,t,i){for(i=i.child;i!==null;)Dc(e,t,i),i=i.sibling}function Dc(e,t,i){if(Ht&&typeof Ht.onCommitFiberUnmount=="function")try{Ht.onCommitFiberUnmount(R1,i)}catch{}switch(i.tag){case 5:et||gr(i,t);case 6:var l=Ke,a=Rt;Ke=null,vn(e,t,i),Ke=l,Rt=a,Ke!==null&&(Rt?(e=Ke,i=i.stateNode,e.nodeType===8?e.parentNode.removeChild(i):e.removeChild(i)):Ke.removeChild(i.stateNode));break;case 18:Ke!==null&&(Rt?(e=Ke,i=i.stateNode,e.nodeType===8?Qo(e.parentNode,i):e.nodeType===1&&Qo(e,i),Dr(e)):Qo(Ke,i.stateNode));break;case 4:l=Ke,a=Rt,Ke=i.stateNode.containerInfo,Rt=!0,vn(e,t,i),Ke=l,Rt=a;break;case 0:case 11:case 14:case 15:if(!et&&(l=i.updateQueue,l!==null&&(l=l.lastEffect,l!==null))){a=l=l.next;do{var f=a,m=f.destroy;f=f.tag,m!==void 0&&((f&2)!==0||(f&4)!==0)&&Rs(i,t,m),a=a.next}while(a!==l)}vn(e,t,i);break;case 1:if(!et&&(gr(i,t),l=i.stateNode,typeof l.componentWillUnmount=="function"))try{l.props=i.memoizedProps,l.state=i.memoizedState,l.componentWillUnmount()}catch(v){He(i,t,v)}vn(e,t,i);break;case 21:vn(e,t,i);break;case 22:i.mode&1?(et=(l=et)||i.memoizedState!==null,vn(e,t,i),et=l):vn(e,t,i);break;default:vn(e,t,i)}}function Fc(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var i=e.stateNode;i===null&&(i=e.stateNode=new f5),t.forEach(function(l){var a=x5.bind(null,e,l);i.has(l)||(i.add(l),l.then(a,a))})}}function Pt(e,t){var i=t.deletions;if(i!==null)for(var l=0;l<i.length;l++){var a=i[l];try{var f=e,m=t,v=m;e:for(;v!==null;){switch(v.tag){case 5:Ke=v.stateNode,Rt=!1;break e;case 3:Ke=v.stateNode.containerInfo,Rt=!0;break e;case 4:Ke=v.stateNode.containerInfo,Rt=!0;break e}v=v.return}if(Ke===null)throw Error(o(160));Dc(f,m,a),Ke=null,Rt=!1;var x=a.alternate;x!==null&&(x.return=null),a.return=null}catch(N){He(a,t,N)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)Bc(t,e),t=t.sibling}function Bc(e,t){var i=e.alternate,l=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(Pt(t,e),Bt(e),l&4){try{u1(3,e,e.return),yi(3,e)}catch(re){He(e,e.return,re)}try{u1(5,e,e.return)}catch(re){He(e,e.return,re)}}break;case 1:Pt(t,e),Bt(e),l&512&&i!==null&&gr(i,i.return);break;case 5:if(Pt(t,e),Bt(e),l&512&&i!==null&&gr(i,i.return),e.flags&32){var a=e.stateNode;try{Or(a,"")}catch(re){He(e,e.return,re)}}if(l&4&&(a=e.stateNode,a!=null)){var f=e.memoizedProps,m=i!==null?i.memoizedProps:f,v=e.type,x=e.updateQueue;if(e.updateQueue=null,x!==null)try{v==="input"&&f.type==="radio"&&f.name!=null&&gu(a,f),fo(v,m);var N=fo(v,f);for(m=0;m<x.length;m+=2){var A=x[m],V=x[m+1];A==="style"?Su(a,V):A==="dangerouslySetInnerHTML"?_u(a,V):A==="children"?Or(a,V):z(a,A,V,N)}switch(v){case"input":so(a,f);break;case"textarea":yu(a,f);break;case"select":var $=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!f.multiple;var G=f.value;G!=null?Kn(a,!!f.multiple,G,!1):$!==!!f.multiple&&(f.defaultValue!=null?Kn(a,!!f.multiple,f.defaultValue,!0):Kn(a,!!f.multiple,f.multiple?[]:"",!1))}a[Gr]=f}catch(re){He(e,e.return,re)}}break;case 6:if(Pt(t,e),Bt(e),l&4){if(e.stateNode===null)throw Error(o(162));a=e.stateNode,f=e.memoizedProps;try{a.nodeValue=f}catch(re){He(e,e.return,re)}}break;case 3:if(Pt(t,e),Bt(e),l&4&&i!==null&&i.memoizedState.isDehydrated)try{Dr(t.containerInfo)}catch(re){He(e,e.return,re)}break;case 4:Pt(t,e),Bt(e);break;case 13:Pt(t,e),Bt(e),a=e.child,a.flags&8192&&(f=a.memoizedState!==null,a.stateNode.isHidden=f,!f||a.alternate!==null&&a.alternate.memoizedState!==null||(Hs=Ve())),l&4&&Fc(e);break;case 22:if(A=i!==null&&i.memoizedState!==null,e.mode&1?(et=(N=et)||A,Pt(t,e),et=N):Pt(t,e),Bt(e),l&8192){if(N=e.memoizedState!==null,(e.stateNode.isHidden=N)&&!A&&(e.mode&1)!==0)for(X=e,A=e.child;A!==null;){for(V=X=A;X!==null;){switch($=X,G=$.child,$.tag){case 0:case 11:case 14:case 15:u1(4,$,$.return);break;case 1:gr($,$.return);var te=$.stateNode;if(typeof te.componentWillUnmount=="function"){l=$,i=$.return;try{t=l,te.props=t.memoizedProps,te.state=t.memoizedState,te.componentWillUnmount()}catch(re){He(l,i,re)}}break;case 5:gr($,$.return);break;case 22:if($.memoizedState!==null){Uc(V);continue}}G!==null?(G.return=$,X=G):Uc(V)}A=A.sibling}e:for(A=null,V=e;;){if(V.tag===5){if(A===null){A=V;try{a=V.stateNode,N?(f=a.style,typeof f.setProperty=="function"?f.setProperty("display","none","important"):f.display="none"):(v=V.stateNode,x=V.memoizedProps.style,m=x!=null&&x.hasOwnProperty("display")?x.display:null,v.style.display=ku("display",m))}catch(re){He(e,e.return,re)}}}else if(V.tag===6){if(A===null)try{V.stateNode.nodeValue=N?"":V.memoizedProps}catch(re){He(e,e.return,re)}}else if((V.tag!==22&&V.tag!==23||V.memoizedState===null||V===e)&&V.child!==null){V.child.return=V,V=V.child;continue}if(V===e)break e;for(;V.sibling===null;){if(V.return===null||V.return===e)break e;A===V&&(A=null),V=V.return}A===V&&(A=null),V.sibling.return=V.return,V=V.sibling}}break;case 19:Pt(t,e),Bt(e),l&4&&Fc(e);break;case 21:break;default:Pt(t,e),Bt(e)}}function Bt(e){var t=e.flags;if(t&2){try{e:{for(var i=e.return;i!==null;){if(Hc(i)){var l=i;break e}i=i.return}throw Error(o(160))}switch(l.tag){case 5:var a=l.stateNode;l.flags&32&&(Or(a,""),l.flags&=-33);var f=Vc(e);Is(e,f,a);break;case 3:case 4:var m=l.stateNode.containerInfo,v=Vc(e);Ts(e,v,m);break;default:throw Error(o(161))}}catch(x){He(e,e.return,x)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function h5(e,t,i){X=e,zc(e)}function zc(e,t,i){for(var l=(e.mode&1)!==0;X!==null;){var a=X,f=a.child;if(a.tag===22&&l){var m=a.memoizedState!==null||vi;if(!m){var v=a.alternate,x=v!==null&&v.memoizedState!==null||et;v=vi;var N=et;if(vi=m,(et=x)&&!N)for(X=a;X!==null;)m=X,x=m.child,m.tag===22&&m.memoizedState!==null?Wc(a):x!==null?(x.return=m,X=x):Wc(a);for(;f!==null;)X=f,zc(f),f=f.sibling;X=a,vi=v,et=N}Zc(e)}else(a.subtreeFlags&8772)!==0&&f!==null?(f.return=a,X=f):Zc(e)}}function Zc(e){for(;X!==null;){var t=X;if((t.flags&8772)!==0){var i=t.alternate;try{if((t.flags&8772)!==0)switch(t.tag){case 0:case 11:case 15:et||yi(5,t);break;case 1:var l=t.stateNode;if(t.flags&4&&!et)if(i===null)l.componentDidMount();else{var a=t.elementType===t.type?i.memoizedProps:Nt(t.type,i.memoizedProps);l.componentDidUpdate(a,i.memoizedState,l.__reactInternalSnapshotBeforeUpdate)}var f=t.updateQueue;f!==null&&Ua(t,f,l);break;case 3:var m=t.updateQueue;if(m!==null){if(i=null,t.child!==null)switch(t.child.tag){case 5:i=t.child.stateNode;break;case 1:i=t.child.stateNode}Ua(t,m,i)}break;case 5:var v=t.stateNode;if(i===null&&t.flags&4){i=v;var x=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":x.autoFocus&&i.focus();break;case"img":x.src&&(i.src=x.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var N=t.alternate;if(N!==null){var A=N.memoizedState;if(A!==null){var V=A.dehydrated;V!==null&&Dr(V)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(o(163))}et||t.flags&512&&Ps(t)}catch($){He(t,t.return,$)}}if(t===e){X=null;break}if(i=t.sibling,i!==null){i.return=t.return,X=i;break}X=t.return}}function Uc(e){for(;X!==null;){var t=X;if(t===e){X=null;break}var i=t.sibling;if(i!==null){i.return=t.return,X=i;break}X=t.return}}function Wc(e){for(;X!==null;){var t=X;try{switch(t.tag){case 0:case 11:case 15:var i=t.return;try{yi(4,t)}catch(x){He(t,i,x)}break;case 1:var l=t.stateNode;if(typeof l.componentDidMount=="function"){var a=t.return;try{l.componentDidMount()}catch(x){He(t,a,x)}}var f=t.return;try{Ps(t)}catch(x){He(t,f,x)}break;case 5:var m=t.return;try{Ps(t)}catch(x){He(t,m,x)}}}catch(x){He(t,t.return,x)}if(t===e){X=null;break}var v=t.sibling;if(v!==null){v.return=t.return,X=v;break}X=t.return}}var p5=Math.ceil,wi=ee.ReactCurrentDispatcher,$s=ee.ReactCurrentOwner,Lt=ee.ReactCurrentBatchConfig,we=0,qe=null,Fe=null,Je=0,gt=0,Cr=hn(0),Ue=0,a1=null,Tn=0,xi=0,As=0,c1=null,at=null,Hs=0,vr=1/0,tn=null,_i=!1,Vs=null,yn=null,ki=!1,wn=null,Si=0,f1=0,Ds=null,Li=-1,ji=0;function rt(){return(we&6)!==0?Ve():Li!==-1?Li:Li=Ve()}function xn(e){return(e.mode&1)===0?1:(we&2)!==0&&Je!==0?Je&-Je:G4.transition!==null?(ji===0&&(ji=Vu()),ji):(e=Ee,e!==0||(e=window.event,e=e===void 0?16:Qu(e.type)),e)}function Tt(e,t,i,l){if(50<f1)throw f1=0,Ds=null,Error(o(185));Ir(e,i,l),((we&2)===0||e!==qe)&&(e===qe&&((we&2)===0&&(xi|=i),Ue===4&&_n(e,Je)),ct(e,l),i===1&&we===0&&(t.mode&1)===0&&(vr=Ve()+500,ei&&mn()))}function ct(e,t){var i=e.callbackNode;G3(e,t);var l=I1(e,e===qe?Je:0);if(l===0)i!==null&&$u(i),e.callbackNode=null,e.callbackPriority=0;else if(t=l&-l,e.callbackPriority!==t){if(i!=null&&$u(i),t===1)e.tag===0?J4(Qc.bind(null,e)):Pa(Qc.bind(null,e)),W4(function(){(we&6)===0&&mn()}),i=null;else{switch(Du(l)){case 1:i=yo;break;case 4:i=Au;break;case 16:i=N1;break;case 536870912:i=Hu;break;default:i=N1}i=n2(i,qc.bind(null,e))}e.callbackPriority=t,e.callbackNode=i}}function qc(e,t){if(Li=-1,ji=0,(we&6)!==0)throw Error(o(327));var i=e.callbackNode;if(yr()&&e.callbackNode!==i)return null;var l=I1(e,e===qe?Je:0);if(l===0)return null;if((l&30)!==0||(l&e.expiredLanes)!==0||t)t=Ei(e,l);else{t=l;var a=we;we|=2;var f=Jc();(qe!==e||Je!==t)&&(tn=null,vr=Ve()+500,$n(e,t));do try{C5();break}catch(v){Kc(e,v)}while(!0);is(),wi.current=f,we=a,Fe!==null?t=0:(qe=null,Je=0,t=Ue)}if(t!==0){if(t===2&&(a=wo(e),a!==0&&(l=a,t=Fs(e,a))),t===1)throw i=a1,$n(e,0),_n(e,l),ct(e,Ve()),i;if(t===6)_n(e,l);else{if(a=e.current.alternate,(l&30)===0&&!m5(a)&&(t=Ei(e,l),t===2&&(f=wo(e),f!==0&&(l=f,t=Fs(e,f))),t===1))throw i=a1,$n(e,0),_n(e,l),ct(e,Ve()),i;switch(e.finishedWork=a,e.finishedLanes=l,t){case 0:case 1:throw Error(o(345));case 2:An(e,at,tn);break;case 3:if(_n(e,l),(l&130023424)===l&&(t=Hs+500-Ve(),10<t)){if(I1(e,0)!==0)break;if(a=e.suspendedLanes,(a&l)!==l){rt(),e.pingedLanes|=e.suspendedLanes&a;break}e.timeoutHandle=qo(An.bind(null,e,at,tn),t);break}An(e,at,tn);break;case 4:if(_n(e,l),(l&4194240)===l)break;for(t=e.eventTimes,a=-1;0<l;){var m=31-bt(l);f=1<<m,m=t[m],m>a&&(a=m),l&=~f}if(l=a,l=Ve()-l,l=(120>l?120:480>l?480:1080>l?1080:1920>l?1920:3e3>l?3e3:4320>l?4320:1960*p5(l/1960))-l,10<l){e.timeoutHandle=qo(An.bind(null,e,at,tn),l);break}An(e,at,tn);break;case 5:An(e,at,tn);break;default:throw Error(o(329))}}}return ct(e,Ve()),e.callbackNode===i?qc.bind(null,e):null}function Fs(e,t){var i=c1;return e.current.memoizedState.isDehydrated&&($n(e,t).flags|=256),e=Ei(e,t),e!==2&&(t=at,at=i,t!==null&&Bs(t)),e}function Bs(e){at===null?at=e:at.push.apply(at,e)}function m5(e){for(var t=e;;){if(t.flags&16384){var i=t.updateQueue;if(i!==null&&(i=i.stores,i!==null))for(var l=0;l<i.length;l++){var a=i[l],f=a.getSnapshot;a=a.value;try{if(!Ot(f(),a))return!1}catch{return!1}}}if(i=t.child,t.subtreeFlags&16384&&i!==null)i.return=t,t=i;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function _n(e,t){for(t&=~As,t&=~xi,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var i=31-bt(t),l=1<<i;e[i]=-1,t&=~l}}function Qc(e){if((we&6)!==0)throw Error(o(327));yr();var t=I1(e,0);if((t&1)===0)return ct(e,Ve()),null;var i=Ei(e,t);if(e.tag!==0&&i===2){var l=wo(e);l!==0&&(t=l,i=Fs(e,l))}if(i===1)throw i=a1,$n(e,0),_n(e,t),ct(e,Ve()),i;if(i===6)throw Error(o(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,An(e,at,tn),ct(e,Ve()),null}function zs(e,t){var i=we;we|=1;try{return e(t)}finally{we=i,we===0&&(vr=Ve()+500,ei&&mn())}}function In(e){wn!==null&&wn.tag===0&&(we&6)===0&&yr();var t=we;we|=1;var i=Lt.transition,l=Ee;try{if(Lt.transition=null,Ee=1,e)return e()}finally{Ee=l,Lt.transition=i,we=t,(we&6)===0&&mn()}}function Zs(){gt=Cr.current,Ne(Cr)}function $n(e,t){e.finishedWork=null,e.finishedLanes=0;var i=e.timeoutHandle;if(i!==-1&&(e.timeoutHandle=-1,U4(i)),Fe!==null)for(i=Fe.return;i!==null;){var l=i;switch(Xo(l),l.tag){case 1:l=l.type.childContextTypes,l!=null&&Y1();break;case 3:pr(),Ne(st),Ne(Ge),ds();break;case 5:cs(l);break;case 4:pr();break;case 13:Ne(Ie);break;case 19:Ne(Ie);break;case 10:os(l.type._context);break;case 22:case 23:Zs()}i=i.return}if(qe=e,Fe=e=kn(e.current,null),Je=gt=t,Ue=0,a1=null,As=xi=Tn=0,at=c1=null,Nn!==null){for(t=0;t<Nn.length;t++)if(i=Nn[t],l=i.interleaved,l!==null){i.interleaved=null;var a=l.next,f=i.pending;if(f!==null){var m=f.next;f.next=a,l.next=m}i.pending=l}Nn=null}return e}function Kc(e,t){do{var i=Fe;try{if(is(),ci.current=pi,fi){for(var l=$e.memoizedState;l!==null;){var a=l.queue;a!==null&&(a.pending=null),l=l.next}fi=!1}if(Pn=0,We=Ze=$e=null,r1=!1,i1=0,$s.current=null,i===null||i.return===null){Ue=1,a1=t,Fe=null;break}e:{var f=e,m=i.return,v=i,x=t;if(t=Je,v.flags|=32768,x!==null&&typeof x=="object"&&typeof x.then=="function"){var N=x,A=v,V=A.tag;if((A.mode&1)===0&&(V===0||V===11||V===15)){var $=A.alternate;$?(A.updateQueue=$.updateQueue,A.memoizedState=$.memoizedState,A.lanes=$.lanes):(A.updateQueue=null,A.memoizedState=null)}var G=wc(m);if(G!==null){G.flags&=-257,xc(G,m,v,f,t),G.mode&1&&yc(f,N,t),t=G,x=N;var te=t.updateQueue;if(te===null){var re=new Set;re.add(x),t.updateQueue=re}else te.add(x);break e}else{if((t&1)===0){yc(f,N,t),Us();break e}x=Error(o(426))}}else if(Pe&&v.mode&1){var De=wc(m);if(De!==null){(De.flags&65536)===0&&(De.flags|=256),xc(De,m,v,f,t),ns(mr(x,v));break e}}f=x=mr(x,v),Ue!==4&&(Ue=2),c1===null?c1=[f]:c1.push(f),f=m;do{switch(f.tag){case 3:f.flags|=65536,t&=-t,f.lanes|=t;var b=Cc(f,x,t);Za(f,b);break e;case 1:v=x;var _=f.type,O=f.stateNode;if((f.flags&128)===0&&(typeof _.getDerivedStateFromError=="function"||O!==null&&typeof O.componentDidCatch=="function"&&(yn===null||!yn.has(O)))){f.flags|=65536,t&=-t,f.lanes|=t;var F=vc(f,v,t);Za(f,F);break e}}f=f.return}while(f!==null)}Yc(i)}catch(se){t=se,Fe===i&&i!==null&&(Fe=i=i.return);continue}break}while(!0)}function Jc(){var e=wi.current;return wi.current=pi,e===null?pi:e}function Us(){(Ue===0||Ue===3||Ue===2)&&(Ue=4),qe===null||(Tn&268435455)===0&&(xi&268435455)===0||_n(qe,Je)}function Ei(e,t){var i=we;we|=2;var l=Jc();(qe!==e||Je!==t)&&(tn=null,$n(e,t));do try{g5();break}catch(a){Kc(e,a)}while(!0);if(is(),we=i,wi.current=l,Fe!==null)throw Error(o(261));return qe=null,Je=0,Ue}function g5(){for(;Fe!==null;)Gc(Fe)}function C5(){for(;Fe!==null&&!B3();)Gc(Fe)}function Gc(e){var t=t2(e.alternate,e,gt);e.memoizedProps=e.pendingProps,t===null?Yc(e):Fe=t,$s.current=null}function Yc(e){var t=e;do{var i=t.alternate;if(e=t.return,(t.flags&32768)===0){if(i=a5(i,t,gt),i!==null){Fe=i;return}}else{if(i=c5(i,t),i!==null){i.flags&=32767,Fe=i;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Ue=6,Fe=null;return}}if(t=t.sibling,t!==null){Fe=t;return}Fe=t=e}while(t!==null);Ue===0&&(Ue=5)}function An(e,t,i){var l=Ee,a=Lt.transition;try{Lt.transition=null,Ee=1,v5(e,t,i,l)}finally{Lt.transition=a,Ee=l}return null}function v5(e,t,i,l){do yr();while(wn!==null);if((we&6)!==0)throw Error(o(327));i=e.finishedWork;var a=e.finishedLanes;if(i===null)return null;if(e.finishedWork=null,e.finishedLanes=0,i===e.current)throw Error(o(177));e.callbackNode=null,e.callbackPriority=0;var f=i.lanes|i.childLanes;if(Y3(e,f),e===qe&&(Fe=qe=null,Je=0),(i.subtreeFlags&2064)===0&&(i.flags&2064)===0||ki||(ki=!0,n2(N1,function(){return yr(),null})),f=(i.flags&15990)!==0,(i.subtreeFlags&15990)!==0||f){f=Lt.transition,Lt.transition=null;var m=Ee;Ee=1;var v=we;we|=4,$s.current=null,d5(e,i),Bc(i,e),H4(Uo),H1=!!Zo,Uo=Zo=null,e.current=i,h5(i),z3(),we=v,Ee=m,Lt.transition=f}else e.current=i;if(ki&&(ki=!1,wn=e,Si=a),f=e.pendingLanes,f===0&&(yn=null),W3(i.stateNode),ct(e,Ve()),t!==null)for(l=e.onRecoverableError,i=0;i<t.length;i++)a=t[i],l(a.value,{componentStack:a.stack,digest:a.digest});if(_i)throw _i=!1,e=Vs,Vs=null,e;return(Si&1)!==0&&e.tag!==0&&yr(),f=e.pendingLanes,(f&1)!==0?e===Ds?f1++:(f1=0,Ds=e):f1=0,mn(),null}function yr(){if(wn!==null){var e=Du(Si),t=Lt.transition,i=Ee;try{if(Lt.transition=null,Ee=16>e?16:e,wn===null)var l=!1;else{if(e=wn,wn=null,Si=0,(we&6)!==0)throw Error(o(331));var a=we;for(we|=4,X=e.current;X!==null;){var f=X,m=f.child;if((X.flags&16)!==0){var v=f.deletions;if(v!==null){for(var x=0;x<v.length;x++){var N=v[x];for(X=N;X!==null;){var A=X;switch(A.tag){case 0:case 11:case 15:u1(8,A,f)}var V=A.child;if(V!==null)V.return=A,X=V;else for(;X!==null;){A=X;var $=A.sibling,G=A.return;if(Ac(A),A===N){X=null;break}if($!==null){$.return=G,X=$;break}X=G}}}var te=f.alternate;if(te!==null){var re=te.child;if(re!==null){te.child=null;do{var De=re.sibling;re.sibling=null,re=De}while(re!==null)}}X=f}}if((f.subtreeFlags&2064)!==0&&m!==null)m.return=f,X=m;else e:for(;X!==null;){if(f=X,(f.flags&2048)!==0)switch(f.tag){case 0:case 11:case 15:u1(9,f,f.return)}var b=f.sibling;if(b!==null){b.return=f.return,X=b;break e}X=f.return}}var _=e.current;for(X=_;X!==null;){m=X;var O=m.child;if((m.subtreeFlags&2064)!==0&&O!==null)O.return=m,X=O;else e:for(m=_;X!==null;){if(v=X,(v.flags&2048)!==0)try{switch(v.tag){case 0:case 11:case 15:yi(9,v)}}catch(se){He(v,v.return,se)}if(v===m){X=null;break e}var F=v.sibling;if(F!==null){F.return=v.return,X=F;break e}X=v.return}}if(we=a,mn(),Ht&&typeof Ht.onPostCommitFiberRoot=="function")try{Ht.onPostCommitFiberRoot(R1,e)}catch{}l=!0}return l}finally{Ee=i,Lt.transition=t}}return!1}function Xc(e,t,i){t=mr(i,t),t=Cc(e,t,1),e=Cn(e,t,1),t=rt(),e!==null&&(Ir(e,1,t),ct(e,t))}function He(e,t,i){if(e.tag===3)Xc(e,e,i);else for(;t!==null;){if(t.tag===3){Xc(t,e,i);break}else if(t.tag===1){var l=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof l.componentDidCatch=="function"&&(yn===null||!yn.has(l))){e=mr(i,e),e=vc(t,e,1),t=Cn(t,e,1),e=rt(),t!==null&&(Ir(t,1,e),ct(t,e));break}}t=t.return}}function y5(e,t,i){var l=e.pingCache;l!==null&&l.delete(t),t=rt(),e.pingedLanes|=e.suspendedLanes&i,qe===e&&(Je&i)===i&&(Ue===4||Ue===3&&(Je&130023424)===Je&&500>Ve()-Hs?$n(e,0):As|=i),ct(e,t)}function e2(e,t){t===0&&((e.mode&1)===0?t=1:(t=T1,T1<<=1,(T1&130023424)===0&&(T1=4194304)));var i=rt();e=Yt(e,t),e!==null&&(Ir(e,t,i),ct(e,i))}function w5(e){var t=e.memoizedState,i=0;t!==null&&(i=t.retryLane),e2(e,i)}function x5(e,t){var i=0;switch(e.tag){case 13:var l=e.stateNode,a=e.memoizedState;a!==null&&(i=a.retryLane);break;case 19:l=e.stateNode;break;default:throw Error(o(314))}l!==null&&l.delete(t),e2(e,i)}var t2;t2=function(e,t,i){if(e!==null)if(e.memoizedProps!==t.pendingProps||st.current)ut=!0;else{if((e.lanes&i)===0&&(t.flags&128)===0)return ut=!1,u5(e,t,i);ut=(e.flags&131072)!==0}else ut=!1,Pe&&(t.flags&1048576)!==0&&Ta(t,ni,t.index);switch(t.lanes=0,t.tag){case 2:var l=t.type;Ci(e,t),e=t.pendingProps;var a=lr(t,Ge.current);hr(t,i),a=ms(null,t,l,e,a,i);var f=gs();return t.flags|=1,typeof a=="object"&&a!==null&&typeof a.render=="function"&&a.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,lt(l)?(f=!0,X1(t)):f=!1,t.memoizedState=a.state!==null&&a.state!==void 0?a.state:null,us(t),a.updater=mi,t.stateNode=a,a._reactInternals=t,_s(t,l,e,i),t=js(null,t,l,!0,f,i)):(t.tag=0,Pe&&f&&Yo(t),nt(null,t,a,i),t=t.child),t;case 16:l=t.elementType;e:{switch(Ci(e,t),e=t.pendingProps,a=l._init,l=a(l._payload),t.type=l,a=t.tag=k5(l),e=Nt(l,e),a){case 0:t=Ls(null,t,l,e,i);break e;case 1:t=Ec(null,t,l,e,i);break e;case 11:t=_c(null,t,l,e,i);break e;case 14:t=kc(null,t,l,Nt(l.type,e),i);break e}throw Error(o(306,l,""))}return t;case 0:return l=t.type,a=t.pendingProps,a=t.elementType===l?a:Nt(l,a),Ls(e,t,l,a,i);case 1:return l=t.type,a=t.pendingProps,a=t.elementType===l?a:Nt(l,a),Ec(e,t,l,a,i);case 3:e:{if(bc(t),e===null)throw Error(o(387));l=t.pendingProps,f=t.memoizedState,a=f.element,za(e,t),ui(t,l,null,i);var m=t.memoizedState;if(l=m.element,f.isDehydrated)if(f={element:l,isDehydrated:!1,cache:m.cache,pendingSuspenseBoundaries:m.pendingSuspenseBoundaries,transitions:m.transitions},t.updateQueue.baseState=f,t.memoizedState=f,t.flags&256){a=mr(Error(o(423)),t),t=Oc(e,t,l,i,a);break e}else if(l!==a){a=mr(Error(o(424)),t),t=Oc(e,t,l,i,a);break e}else for(mt=dn(t.stateNode.containerInfo.firstChild),pt=t,Pe=!0,Mt=null,i=Fa(t,null,l,i),t.child=i;i;)i.flags=i.flags&-3|4096,i=i.sibling;else{if(cr(),l===a){t=en(e,t,i);break e}nt(e,t,l,i)}t=t.child}return t;case 5:return Wa(t),e===null&&ts(t),l=t.type,a=t.pendingProps,f=e!==null?e.memoizedProps:null,m=a.children,Wo(l,a)?m=null:f!==null&&Wo(l,f)&&(t.flags|=32),jc(e,t),nt(e,t,m,i),t.child;case 6:return e===null&&ts(t),null;case 13:return Mc(e,t,i);case 4:return as(t,t.stateNode.containerInfo),l=t.pendingProps,e===null?t.child=fr(t,null,l,i):nt(e,t,l,i),t.child;case 11:return l=t.type,a=t.pendingProps,a=t.elementType===l?a:Nt(l,a),_c(e,t,l,a,i);case 7:return nt(e,t,t.pendingProps,i),t.child;case 8:return nt(e,t,t.pendingProps.children,i),t.child;case 12:return nt(e,t,t.pendingProps.children,i),t.child;case 10:e:{if(l=t.type._context,a=t.pendingProps,f=t.memoizedProps,m=a.value,Oe(oi,l._currentValue),l._currentValue=m,f!==null)if(Ot(f.value,m)){if(f.children===a.children&&!st.current){t=en(e,t,i);break e}}else for(f=t.child,f!==null&&(f.return=t);f!==null;){var v=f.dependencies;if(v!==null){m=f.child;for(var x=v.firstContext;x!==null;){if(x.context===l){if(f.tag===1){x=Xt(-1,i&-i),x.tag=2;var N=f.updateQueue;if(N!==null){N=N.shared;var A=N.pending;A===null?x.next=x:(x.next=A.next,A.next=x),N.pending=x}}f.lanes|=i,x=f.alternate,x!==null&&(x.lanes|=i),ss(f.return,i,t),v.lanes|=i;break}x=x.next}}else if(f.tag===10)m=f.type===t.type?null:f.child;else if(f.tag===18){if(m=f.return,m===null)throw Error(o(341));m.lanes|=i,v=m.alternate,v!==null&&(v.lanes|=i),ss(m,i,t),m=f.sibling}else m=f.child;if(m!==null)m.return=f;else for(m=f;m!==null;){if(m===t){m=null;break}if(f=m.sibling,f!==null){f.return=m.return,m=f;break}m=m.return}f=m}nt(e,t,a.children,i),t=t.child}return t;case 9:return a=t.type,l=t.pendingProps.children,hr(t,i),a=kt(a),l=l(a),t.flags|=1,nt(e,t,l,i),t.child;case 14:return l=t.type,a=Nt(l,t.pendingProps),a=Nt(l.type,a),kc(e,t,l,a,i);case 15:return Sc(e,t,t.type,t.pendingProps,i);case 17:return l=t.type,a=t.pendingProps,a=t.elementType===l?a:Nt(l,a),Ci(e,t),t.tag=1,lt(l)?(e=!0,X1(t)):e=!1,hr(t,i),mc(t,l,a),_s(t,l,a,i),js(null,t,l,!0,e,i);case 19:return Rc(e,t,i);case 22:return Lc(e,t,i)}throw Error(o(156,t.tag))};function n2(e,t){return Iu(e,t)}function _5(e,t,i,l){this.tag=e,this.key=i,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=l,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function jt(e,t,i,l){return new _5(e,t,i,l)}function Ws(e){return e=e.prototype,!(!e||!e.isReactComponent)}function k5(e){if(typeof e=="function")return Ws(e)?1:0;if(e!=null){if(e=e.$$typeof,e===ce)return 11;if(e===pe)return 14}return 2}function kn(e,t){var i=e.alternate;return i===null?(i=jt(e.tag,t,e.key,e.mode),i.elementType=e.elementType,i.type=e.type,i.stateNode=e.stateNode,i.alternate=e,e.alternate=i):(i.pendingProps=t,i.type=e.type,i.flags=0,i.subtreeFlags=0,i.deletions=null),i.flags=e.flags&14680064,i.childLanes=e.childLanes,i.lanes=e.lanes,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,t=e.dependencies,i.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},i.sibling=e.sibling,i.index=e.index,i.ref=e.ref,i}function bi(e,t,i,l,a,f){var m=2;if(l=e,typeof e=="function")Ws(e)&&(m=1);else if(typeof e=="string")m=5;else e:switch(e){case Z:return Hn(i.children,a,f,t);case ne:m=8,a|=8;break;case I:return e=jt(12,i,t,a|2),e.elementType=I,e.lanes=f,e;case le:return e=jt(13,i,t,a),e.elementType=le,e.lanes=f,e;case he:return e=jt(19,i,t,a),e.elementType=he,e.lanes=f,e;case ye:return Oi(i,a,f,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case J:m=10;break e;case q:m=9;break e;case ce:m=11;break e;case pe:m=14;break e;case Le:m=16,l=null;break e}throw Error(o(130,e==null?e:typeof e,""))}return t=jt(m,i,t,a),t.elementType=e,t.type=l,t.lanes=f,t}function Hn(e,t,i,l){return e=jt(7,e,l,t),e.lanes=i,e}function Oi(e,t,i,l){return e=jt(22,e,l,t),e.elementType=ye,e.lanes=i,e.stateNode={isHidden:!1},e}function qs(e,t,i){return e=jt(6,e,null,t),e.lanes=i,e}function Qs(e,t,i){return t=jt(4,e.children!==null?e.children:[],e.key,t),t.lanes=i,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function S5(e,t,i,l,a){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=xo(0),this.expirationTimes=xo(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=xo(0),this.identifierPrefix=l,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function Ks(e,t,i,l,a,f,m,v,x){return e=new S5(e,t,i,v,x),t===1?(t=1,f===!0&&(t|=8)):t=0,f=jt(3,null,null,t),e.current=f,f.stateNode=e,f.memoizedState={element:l,isDehydrated:i,cache:null,transitions:null,pendingSuspenseBoundaries:null},us(f),e}function L5(e,t,i){var l=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:H,key:l==null?null:""+l,children:e,containerInfo:t,implementation:i}}function r2(e){if(!e)return pn;e=e._reactInternals;e:{if(jn(e)!==e||e.tag!==1)throw Error(o(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(lt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(o(171))}if(e.tag===1){var i=e.type;if(lt(i))return Na(e,i,t)}return t}function i2(e,t,i,l,a,f,m,v,x){return e=Ks(i,l,!0,e,a,f,m,v,x),e.context=r2(null),i=e.current,l=rt(),a=xn(i),f=Xt(l,a),f.callback=t??null,Cn(i,f,a),e.current.lanes=a,Ir(e,a,l),ct(e,l),e}function Mi(e,t,i,l){var a=t.current,f=rt(),m=xn(a);return i=r2(i),t.context===null?t.context=i:t.pendingContext=i,t=Xt(f,m),t.payload={element:e},l=l===void 0?null:l,l!==null&&(t.callback=l),e=Cn(a,t,m),e!==null&&(Tt(e,a,m,f),li(e,a,m)),m}function Ni(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function o2(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var i=e.retryLane;e.retryLane=i!==0&&i<t?i:t}}function Js(e,t){o2(e,t),(e=e.alternate)&&o2(e,t)}function j5(){return null}var s2=typeof reportError=="function"?reportError:function(e){console.error(e)};function Gs(e){this._internalRoot=e}Ri.prototype.render=Gs.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(o(409));Mi(e,t,null,null)},Ri.prototype.unmount=Gs.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;In(function(){Mi(null,e,null,null)}),t[Qt]=null}};function Ri(e){this._internalRoot=e}Ri.prototype.unstable_scheduleHydration=function(e){if(e){var t=zu();e={blockedOn:null,target:e,priority:t};for(var i=0;i<an.length&&t!==0&&t<an[i].priority;i++);an.splice(i,0,e),i===0&&Wu(e)}};function Ys(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function Pi(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function l2(){}function E5(e,t,i,l,a){if(a){if(typeof l=="function"){var f=l;l=function(){var N=Ni(m);f.call(N)}}var m=i2(t,l,e,0,null,!1,!1,"",l2);return e._reactRootContainer=m,e[Qt]=m.current,Kr(e.nodeType===8?e.parentNode:e),In(),m}for(;a=e.lastChild;)e.removeChild(a);if(typeof l=="function"){var v=l;l=function(){var N=Ni(x);v.call(N)}}var x=Ks(e,0,!1,null,null,!1,!1,"",l2);return e._reactRootContainer=x,e[Qt]=x.current,Kr(e.nodeType===8?e.parentNode:e),In(function(){Mi(t,x,i,l)}),x}function Ti(e,t,i,l,a){var f=i._reactRootContainer;if(f){var m=f;if(typeof a=="function"){var v=a;a=function(){var x=Ni(m);v.call(x)}}Mi(t,m,e,a)}else m=E5(i,t,e,a,l);return Ni(m)}Fu=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var i=Tr(t.pendingLanes);i!==0&&(_o(t,i|1),ct(t,Ve()),(we&6)===0&&(vr=Ve()+500,mn()))}break;case 13:In(function(){var l=Yt(e,1);if(l!==null){var a=rt();Tt(l,e,1,a)}}),Js(e,1)}},ko=function(e){if(e.tag===13){var t=Yt(e,134217728);if(t!==null){var i=rt();Tt(t,e,134217728,i)}Js(e,134217728)}},Bu=function(e){if(e.tag===13){var t=xn(e),i=Yt(e,t);if(i!==null){var l=rt();Tt(i,e,t,l)}Js(e,t)}},zu=function(){return Ee},Zu=function(e,t){var i=Ee;try{return Ee=e,t()}finally{Ee=i}},mo=function(e,t,i){switch(t){case"input":if(so(e,i),t=i.name,i.type==="radio"&&t!=null){for(i=e;i.parentNode;)i=i.parentNode;for(i=i.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<i.length;t++){var l=i[t];if(l!==e&&l.form===e.form){var a=G1(l);if(!a)throw Error(o(90));pu(l),so(l,a)}}}break;case"textarea":yu(e,i);break;case"select":t=i.value,t!=null&&Kn(e,!!i.multiple,t,!1)}},bu=zs,Ou=In;var b5={usingClientEntryPoint:!1,Events:[Yr,or,G1,ju,Eu,zs]},d1={findFiberByHostInstance:En,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},O5={bundleType:d1.bundleType,version:d1.version,rendererPackageName:d1.rendererPackageName,rendererConfig:d1.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:ee.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=Pu(e),e===null?null:e.stateNode},findFiberByHostInstance:d1.findFiberByHostInstance||j5,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Ii=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Ii.isDisabled&&Ii.supportsFiber)try{R1=Ii.inject(O5),Ht=Ii}catch{}}return ft.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=b5,ft.createPortal=function(e,t){var i=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Ys(t))throw Error(o(200));return L5(e,t,null,i)},ft.createRoot=function(e,t){if(!Ys(e))throw Error(o(299));var i=!1,l="",a=s2;return t!=null&&(t.unstable_strictMode===!0&&(i=!0),t.identifierPrefix!==void 0&&(l=t.identifierPrefix),t.onRecoverableError!==void 0&&(a=t.onRecoverableError)),t=Ks(e,1,!1,null,null,i,!1,l,a),e[Qt]=t.current,Kr(e.nodeType===8?e.parentNode:e),new Gs(t)},ft.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(o(188)):(e=Object.keys(e).join(","),Error(o(268,e)));return e=Pu(t),e=e===null?null:e.stateNode,e},ft.flushSync=function(e){return In(e)},ft.hydrate=function(e,t,i){if(!Pi(t))throw Error(o(200));return Ti(null,e,t,!0,i)},ft.hydrateRoot=function(e,t,i){if(!Ys(e))throw Error(o(405));var l=i!=null&&i.hydratedSources||null,a=!1,f="",m=s2;if(i!=null&&(i.unstable_strictMode===!0&&(a=!0),i.identifierPrefix!==void 0&&(f=i.identifierPrefix),i.onRecoverableError!==void 0&&(m=i.onRecoverableError)),t=i2(t,null,e,1,i??null,a,!1,f,m),e[Qt]=t.current,Kr(e),l)for(e=0;e<l.length;e++)i=l[e],a=i._getVersion,a=a(i._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[i,a]:t.mutableSourceEagerHydrationData.push(i,a);return new Ri(t)},ft.render=function(e,t,i){if(!Pi(t))throw Error(o(200));return Ti(null,e,t,!1,i)},ft.unmountComponentAtNode=function(e){if(!Pi(e))throw Error(o(40));return e._reactRootContainer?(In(function(){Ti(null,null,e,!1,function(){e._reactRootContainer=null,e[Qt]=null})}),!0):!1},ft.unstable_batchedUpdates=zs,ft.unstable_renderSubtreeIntoContainer=function(e,t,i,l){if(!Pi(i))throw Error(o(200));if(e==null||e._reactInternals===void 0)throw Error(o(38));return Ti(e,t,i,!1,l)},ft.version="18.3.1-next-f1338f8080-20240426",ft}var k2;function M0(){if(k2)return ll.exports;k2=1;function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(r){console.error(r)}}return n(),ll.exports=w6(),ll.exports}var S2;function x6(){if(S2)return $i;S2=1;var n=M0();return $i.createRoot=n.createRoot,$i.hydrateRoot=n.hydrateRoot,$i}var tu=x6();const _6=S1(tu),k6=Gi({__proto__:null,default:_6},[tu]),S6={"@deepseek-ai/dsh-client-runtime":"@xrkseek/client-runtime","@deepseek-ai/dsh-client-locale":"@xrkseek/client-locale","@deepseek-ai/dsh-client-ui-slots":"@xrkseek/client-ui-slots","@deepseek-ai/dsh-client-ui-primitives":"@xrkseek/client-ui-primitives","@deepseek-ai/dsh-client-ui-conversation":"@xrkseek/client-ui-conversation","@deepseek-ai/dsh-client-ui-attachment":"@xrkseek/client-ui-attachment","@deepseek-ai/dsh-client-ui-reference":"@xrkseek/client-ui-reference","@deepseek-ai/dsh-client-web-react":"@xrkseek/client-web-react","@deepseek-ai/dsh-client-schema-form":"@xrkseek/client-schema-form","@deepseek-ai/dsh-api-remotes":"@xrkseek/xrk-api-remotes","@deepseek-ai/dsh-api-gateway":"@xrkseek/xrk-api-gateway"};function Vl(n){let r=n.trim();if(!r)return;if(r.endsWith("/client")&&(r=r.slice(0,-7)),r.startsWith("@xrkseek/"))return r;const o=S6[r];if(o)return o;const s=/^@deepseek-ai\/dsh-client-(ui-.+)$/.exec(r);if(s!=null&&s[1])return`@xrkseek/client-${s[1]}`;const u=/^@deepseek-ai\/dsh-client-(.+)$/.exec(r);if(u!=null&&u[1])return`@xrkseek/client-${u[1]}`}const L6=n=>new Promise((r,o)=>{const s=document.createElement("script");s.async=!0,s.src=n,s.addEventListener("load",()=>{s.remove(),r()},{once:!0}),s.addEventListener("error",()=>{s.remove(),o(new Error(`client-modules: bundle script ${n} failed to load`))},{once:!0}),document.head.append(s)}),cl=n=>n.endsWith("/client")?n.slice(0,-7):n,j6=n=>{if(typeof document>"u")return[];for(const o of document.querySelectorAll("style:not([data-plugin])"))o.setAttribute("data-plugin",n);const r=[];for(const o of document.querySelectorAll(`style[data-plugin=${JSON.stringify(n)}]`))r.push(o.getAttribute("data-plugin-css")??n);return r};class N0{constructor(r){P(this,"version","client");P(this,"loadCache",new Map);P(this,"seed");P(this,"statics",new Map);P(this,"factories",new Map);P(this,"pendingArrival",new Map);P(this,"materializing",new Set);P(this,"graphRows",new Map);P(this,"loadBundle");this.seed=new Map(Object.entries(r.staticModules)),this.loadBundle=r.loadBundle??L6;for(const s of r.modules){if(this.graphRows.has(s.id))throw new Error(`client-modules: duplicate graph entry "${s.id}"`);this.graphRows.set(s.id,s)}const o=globalThis;if(o.__ModuleLoader__!==void 0)throw new Error("client-modules: window.__ModuleLoader__ already installed (double boot?)");o.__ModuleLoader__={load:s=>{if(this.factories.has(s.id))throw new Error(`client-modules: duplicate factory registration for "${s.id}" (bundle executed twice without invalidate?)`);this.factories.set(s.id,s.factory)}}}arrive(r){const{id:o,url:s}=r,u=this.pendingArrival.get(o);if(u!==void 0)return u;if(this.factories.has(o))return Promise.resolve();const c=this.loadBundle(s).then(()=>{if(!this.factories.has(o))throw new Error(`client-modules: bundle ${s} loaded without registering "${o}" via __ModuleLoader__.load`)}).finally(()=>{this.pendingArrival.delete(o)});return this.pendingArrival.set(o,c),c}materialize(r){const o=this.loadCache.get(r);if(o!==void 0)return o;const s=this.factories.get(r);if(s===void 0)throw new Error(`client-modules: no registered factory for "${r}"`);if(this.materializing.has(r))throw new Error(`client-modules: require cycle through "${r}" (factory-form CJS cannot deliver partial exports)`);this.materializing.add(r);try{const u=new Set,c=s(this.makeRequire(u)),h={id:r,exports:c,styles:j6(r),edges:u};return this.loadCache.set(r,h),h}finally{this.materializing.delete(r)}}lookupRequire(r){if(this.seed.has(r))return this.seed.get(r);if(this.statics.has(r))return this.statics.get(r);const o=cl(r);if(o!==r){if(this.seed.has(o))return this.seed.get(o);if(this.statics.has(o))return this.statics.get(o)}const s=this.loadCache.get(o);if(s!==void 0)return s.exports;if(this.factories.has(o))return this.materialize(o).exports}makeRequire(r){return o=>{r.add(o);const s=this.lookupRequire(o);if(s!==void 0)return s;const u=Vl(o);if(u!==void 0&&u!==o){r.add(u);const c=this.lookupRequire(u);if(c!==void 0)return c}throw new Error(`client-modules: require("${o}") missed the module table — not a platform seed word, not a shell-own module, and no registered factory (a build-time externals drift, or a forbidden cross-plugin value import)`)}}graphIdFor(r){const o=Vl(r);return cl(o??r)}async import(r){if(this.seed.has(r))return this.seed.get(r);const o=cl(r);if(o!==r){if(this.seed.has(o))return this.seed.get(o);const c=this.loadCache.get(o);if(c!==void 0)return c.exports}const s=this.loadCache.get(r);if(s!==void 0)return s.exports;if(this.statics.has(r)){const c=this.statics.get(r);return this.loadCache.set(r,{id:r,exports:c,styles:[],edges:new Set}),c}const u=this.graphIdFor(r);if(!this.factories.has(u)){const c=this.graphRows.get(u);if(c===void 0)throw new Error(`client-modules: cannot resolve "${r}" — not a seed word, not a shell-own module, and not a row in the boot graph (the runtime mirror of the bundle purity gate)`);await this.arrive(c)}return this.materialize(u).exports}registerStatic(r,o){if(this.statics.has(r))throw new Error(`client-modules: shell-own module "${r}" registered twice`);this.statics.set(r,o)}async prefetch(r){if(this.statics.has(r))return;const o=this.graphRows.get(r);if(o===void 0)throw new Error(`client-modules: prefetch("${r}") — not a graph entry`);await this.arrive(o)}invalidate(r){this.factories.delete(r),this.loadCache.delete(r)}}function R0(n){if(typeof n!="object"||n===null)throw new Error("client-modules: window.__XRK_BOOT__ is missing or not an object");const r=n;if(typeof r.rev!="string")throw new Error("client-modules: boot manifest rev must be a string");if(!Array.isArray(r.entries))throw new Error("client-modules: boot manifest entries must be an array");const o=[],s=[];for(const u of r.entries){if(typeof u!="object"||u===null)throw new Error("client-modules: boot manifest entry is not an object");const c=u,h=typeof c.id=="string"?`"${c.id}"`:JSON.stringify(c);if(typeof c.id!="string"||typeof c.url!="string"||typeof c.rev!="string")throw new Error(`client-modules: boot manifest entry ${h} must carry string id/url/rev`);if(c.inject!==void 0&&(!Array.isArray(c.inject)||c.inject.some(p=>typeof p!="string")))throw new Error(`client-modules: boot manifest entry ${h} inject must be a string array`);if(c.immediately!==void 0&&typeof c.immediately!="boolean")throw new Error(`client-modules: boot manifest entry ${h} immediately must be a boolean`);o.push({id:c.id,url:c.url,rev:c.rev}),s.push({id:c.id,inject:c.inject===void 0?[]:[...c.inject],immediately:c.immediately===!0})}return{rev:r.rev,modules:o,plugins:s}}function E6(n){const r=globalThis.__XRK_MODULES__;if(r===void 0)throw new Error("client-modules: window.__XRK_MODULES__ missing — the shell kernel must construct the module system before plugin boot");n.reflect.provide("modules",r)}const b6=Object.freeze(Object.defineProperty({__proto__:null,ClientModuleSystem:N0,apply:E6,parseBootManifest:R0,remapDshClientRequire:Vl},Symbol.toStringTag,{value:"Module"}));var fl={exports:{}},dl={},hl={exports:{}},pl={};/**
|
|
57
|
+
* @license React
|
|
58
|
+
* use-sync-external-store-shim.production.min.js
|
|
59
|
+
*
|
|
60
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
61
|
+
*
|
|
62
|
+
* This source code is licensed under the MIT license found in the
|
|
63
|
+
* LICENSE file in the root directory of this source tree.
|
|
64
|
+
*/var L2;function O6(){if(L2)return pl;L2=1;var n=L1();function r(L,w){return L===w&&(L!==0||1/L===1/w)||L!==L&&w!==w}var o=typeof Object.is=="function"?Object.is:r,s=n.useState,u=n.useEffect,c=n.useLayoutEffect,h=n.useDebugValue;function p(L,w){var k=w(),S=s({inst:{value:k,getSnapshot:w}}),E=S[0].inst,T=S[1];return c(function(){E.value=k,E.getSnapshot=w,C(E)&&T({inst:E})},[L,k,w]),u(function(){return C(E)&&T({inst:E}),L(function(){C(E)&&T({inst:E})})},[L]),h(k),k}function C(L){var w=L.getSnapshot;L=L.value;try{var k=w();return!o(L,k)}catch{return!0}}function g(L,w){return w()}var y=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?g:p;return pl.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:y,pl}var j2;function M6(){return j2||(j2=1,hl.exports=O6()),hl.exports}/**
|
|
65
|
+
* @license React
|
|
66
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
|
67
|
+
*
|
|
68
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
69
|
+
*
|
|
70
|
+
* This source code is licensed under the MIT license found in the
|
|
71
|
+
* LICENSE file in the root directory of this source tree.
|
|
72
|
+
*/var E2;function N6(){if(E2)return dl;E2=1;var n=L1(),r=M6();function o(g,y){return g===y&&(g!==0||1/g===1/y)||g!==g&&y!==y}var s=typeof Object.is=="function"?Object.is:o,u=r.useSyncExternalStore,c=n.useRef,h=n.useEffect,p=n.useMemo,C=n.useDebugValue;return dl.useSyncExternalStoreWithSelector=function(g,y,L,w,k){var S=c(null);if(S.current===null){var E={hasValue:!1,value:null};S.current=E}else E=S.current;S=p(function(){function B(H){if(!W){if(W=!0,z=H,H=w(H),k!==void 0&&E.hasValue){var Z=E.value;if(k(Z,H))return ee=Z}return ee=H}if(Z=ee,s(z,H))return Z;var ne=w(H);return k!==void 0&&k(Z,ne)?Z:(z=H,ee=ne)}var W=!1,z,ee,Q=L===void 0?null:L;return[function(){return B(y())},Q===null?void 0:function(){return B(Q())}]},[y,L,w,k]);var T=u(g,S[0],S[1]);return h(function(){E.hasValue=!0,E.value=T},[T]),C(T),T},dl}var b2;function R6(){return b2||(b2=1,fl.exports=N6()),fl.exports}var P6=R6();function nu(n){const r=s=>n.subscribe(s),o=()=>n.getSnapshot();return function(u,c){return P6.useSyncExternalStoreWithSelector(r,o,void 0,u,c)}}class no extends Error{}class jr extends Error{}function T6(n){return typeof n=="function"?n():n}const Ai=Object.freeze([]);class I6{constructor(){P(this,"records",new Map);P(this,"mutateListeners",new Set);P(this,"handleScopes",new Map);P(this,"dirty",new Set);P(this,"flushScheduled",!1);P(this,"abdicated",new WeakSet);P(this,"entryErrorListeners",new Set);const r=this.record("root");r.spec={kind:"single",scope:"root"},r.declaredBy="(built-in)",r.declarationEpoch=1}register(r,o){const s=this.records.get(r.name);if(!(s!=null&&s.spec))throw new Error(`slot "${r.name}" is not declared (a parent entry's children table must declare it)`);const u=s.spec;u.kind==="keyed"&&r.key===void 0&&typeof r.id=="string"&&r.id.length>0&&(r={...r,key:r.id});const c=r.priority??0,h=g=>`at priority ${c}${g.registrant!==void 0?` (registered by ${g.registrant})`:""} — register at a different priority to shadow it (lowest renders)`;switch(u.kind){case"single":{const g=s.entries.find(y=>(y.options.priority??0)===c);if(g)throw new Error(`single slot "${r.name}" already has a registration ${h(g)}`);break}case"keyed":{if(r.key===void 0)throw new Error(`keyed slot "${r.name}" requires options.key`);const g=s.entries.find(y=>y.options.key===r.key&&(y.options.priority??0)===c);if(g)throw new Error(`keyed slot "${r.name}" already has an entry for key "${r.key}" ${h(g)}`);break}case"list":{if(r.id===void 0)throw new Error(`list slot "${r.name}" requires options.id`);const g=s.entries.find(y=>y.options.id===r.id&&(y.options.priority??0)===c);if(g)throw new Error(`list slot "${r.name}" already has an entry with id "${r.id}" ${h(g)}`);break}case"chain":if(r.select===void 0)throw new Error(`chain slot "${r.name}" requires options.select`);break}if(r.children)for(const g of Object.keys(r.children)){const y=this.records.get(g);if(y!=null&&y.spec)throw new Error(`slot "${g}" is already declared (by ${y.declaredBy??"an unknown entry"})`)}if(r.store!==void 0&&typeof r.store!="function"){const g=this.handleScopes.get(r.store);if(g&&g.scope!==u.scope)throw new Error(`store handle mounted under "${r.name}" (scope "${u.scope}") is already mounted under scope "${g.scope}" — one handle, one scope`);g?g.count+=1:this.handleScopes.set(r.store,{scope:u.scope,count:1})}const p={component:o,options:{...r.key!==void 0?{key:r.key}:{},...r.id!==void 0?{id:r.id}:{},...r.order!==void 0?{order:r.order}:{},...r.label!==void 0?{label:r.label}:{},...r.priority!==void 0?{priority:r.priority}:{}},...r.select!==void 0?{select:r.select}:{},...r.inject!==void 0?{inject:r.inject}:{},...r.children!==void 0?{children:r.children}:{},...r.store!==void 0?{store:r.store}:{},...r.locale!==void 0?{locale:r.locale}:{},...r.registrant!==void 0?{registrant:r.registrant}:{}},C=[...s.entries,p];if(C.sort(u.kind==="list"?(g,y)=>(g.options.priority??0)-(y.options.priority??0)||(g.options.order??0)-(y.options.order??0):(g,y)=>(g.options.priority??0)-(y.options.priority??0)),s.entries=C,this.markDirty(r.name,s),r.children){const g=[];for(const[y,L]of Object.entries(r.children)){const w=this.record(y);w.spec=L,w.declaredBy=`an entry in "${r.name}"${r.registrant?` (${r.registrant})`:""}`,w.parent=r.name,w.declarationEpoch+=1,g.push([y,w])}for(const[y,L]of g)this.markDirty(y,L);for(const[,y]of g)this.notifyDeclaration(y)}return()=>{s.entries.includes(p)&&(s.entries=s.entries.filter(g=>g!==p),this.markDirty(r.name,s),this.releaseEntry(p))}}isLive(r){for(const o of this.records.values())if(o.entries.includes(r))return!0;return!1}entries(r){var o;return((o=this.records.get(r))==null?void 0:o.entries)??Ai}entriesOfSlot(r){const o=this.records.get(r);if(!(o!=null&&o.spec))return Ai;const s=o.spec.kind;if(s==="chain")return o.entries;const u=[],c=new Set;for(const h of o.entries){if(this.abdicated.has(h))continue;const p=s==="keyed"?h.options.key:s==="list"?h.options.id:void 0;c.has(p)||(c.add(p),u.push(h))}return u}spec(r){var o;return(o=this.records.get(r))==null?void 0:o.spec}specDynamic(r){var o;return(o=this.records.get(r))==null?void 0:o.spec}snapshot(r){const o=(s,u)=>{const c=this.records.get(s);if((c==null?void 0:c.spec)===void 0||u.has(s))return;const h=new Set(u);h.add(s);const p=new Set(this.entriesOfSlot(s)),C=[...this.records.entries()].filter(([,g])=>g.spec!==void 0&&g.parent===s).flatMap(([g])=>{const y=o(g,h);return y===void 0?[]:[y]});return{name:s,kind:c.spec.kind,scope:c.spec.scope,...c.declaredBy===void 0?{}:{declaredBy:c.declaredBy},occupants:c.entries.map(g=>({...g.registrant===void 0?{}:{registrant:g.registrant},...g.options.key===void 0?{}:{key:g.options.key},...g.options.id===void 0?{}:{id:g.options.id},...g.options.order===void 0?{}:{order:g.options.order},priority:g.options.priority??0,active:p.has(g)})),children:C}};if(r!==void 0){const s=o(r,new Set);return s===void 0?[]:[s]}return[...this.records.entries()].filter(([,s])=>{var u;return s.spec!==void 0&&(s.parent===void 0||((u=this.records.get(s.parent))==null?void 0:u.spec)===void 0)}).flatMap(([s])=>{const u=o(s,new Set);return u===void 0?[]:[u]})}declarationEpoch(r){var o;return((o=this.records.get(r))==null?void 0:o.declarationEpoch)??0}subscribe(r,o){const s=this.record(r);return s.listeners.add(o),()=>{s.listeners.delete(o)}}subscribeDeclaration(r,o){const s=this.record(r);return s.declarationListeners.add(o),()=>{s.declarationListeners.delete(o)}}getVersion(r){var o;return((o=this.records.get(r))==null?void 0:o.version)??0}onMutate(r){return this.mutateListeners.add(r),()=>{this.mutateListeners.delete(r)}}reportEntryError(r,o,s,u){if(u.abdicate){if(this.abdicated.has(o))return;this.abdicated.add(o);const c=this.records.get(r);c!==void 0&&this.markDirty(r,c)}for(const c of[...this.entryErrorListeners])c(r,o,s,{abdicated:u.abdicate})}onEntryError(r){return this.entryErrorListeners.add(r),()=>{this.entryErrorListeners.delete(r)}}releaseEntry(r){if(r.store!==void 0&&typeof r.store!="function"){const o=this.handleScopes.get(r.store);o&&--o.count===0&&this.handleScopes.delete(r.store)}if(r.children)for(const o of Object.keys(r.children)){const s=this.records.get(o);if(!s)continue;const u=s.entries;s.spec=void 0,s.declaredBy=void 0,s.parent=void 0,s.declarationEpoch+=1,s.entries=Ai,this.markDirty(o,s),this.notifyDeclaration(s);for(const c of u)this.releaseEntry(c)}}record(r){let o=this.records.get(r);return o||(o={spec:void 0,declaredBy:void 0,parent:void 0,declarationEpoch:0,entries:Ai,version:0,listeners:new Set,declarationListeners:new Set},this.records.set(r,o)),o}markDirty(r,o){o.version+=1;for(const s of[...this.mutateListeners])s(r);this.dirty.add(o),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>{this.flush()}))}notifyDeclaration(r){for(const o of[...r.declarationListeners])o()}flush(){this.flushScheduled=!1;const r=[...this.dirty];this.dirty.clear();for(const o of r)for(const s of[...o.listeners])s()}}const $6=Object.freeze(Object.defineProperty({__proto__:null,SlotCore:I6,SlotOwnershipError:jr,StaleAuthorizationError:no,resolveSlotLabel:T6},Symbol.toStringTag,{value:"Module"}));var R=L1();const A6=S1(R),H6=Gi({__proto__:null,default:A6},[R]);class on extends Error{}const P0=R.createContext(null);function qn(){const n=R.useContext(P0);if(!n)throw new on("slot machinery rendered outside the installed renderer tree");return n}const ru=R.createContext(null);function iu(){const n=R.useContext(ru);if(!n)throw new on("session-aware slot rendered outside the root binding provider");return n}function At(n){let r=O2.get(n);return r===void 0&&(r=nu(n),O2.set(n,r)),r}const O2=new WeakMap,T0={getSnapshot:()=>{},subscribe:()=>()=>{}};function V6(n){return n!==void 0?At(n):D6}function D6(n,r){At(T0)(()=>{})}function F6(n){let r=M2.get(n);return r===void 0&&(r=(o,s,u)=>{var h;return At(((h=n.projections)==null?void 0:h.faceOf(o))??T0)(s??(p=>p),u)},M2.set(n,r)),r}const M2=new WeakMap;function B6({children:n}){const r=qn(),o=At(r.sessions.provideInfo)(s=>s);return d.jsx(ru.Provider,{value:o,children:n})}function I0({empty:n,children:r}){const o=qn(),s=At(o.sessions.provideInfo)(c=>c),u=s.sessionId;return u===void 0?d.jsx(d.Fragment,{children:(n==null?void 0:n())??null}):d.jsx(ru.Provider,{value:s,children:r(u)},u)}const N2=new WeakMap;function z6(n,r){let o=N2.get(r);return o||(o=(s,u,c)=>{var p;if(!n.isLive(r))throw new no(`renderSlot('${s}') from a disposed registration`);const h=(p=r.children)==null?void 0:p[s];if(h===void 0)throw new jr(`slot '${s}' is not declared by this entry's children`);if(h.kind==="chain")throw new jr(`slot '${s}' is declared 'chain' — use renderSlotChain`);return d.jsx(F0,{slotKey:s,ownerProps:u,opts:c})},N2.set(r,o)),o}const R2=new WeakMap;function Z6(n,r){let o=R2.get(r);return o||(o=(s,u,c)=>{var p;if(!n.isLive(r))throw new no(`renderSlotChain('${s}') from a disposed registration`);const h=(p=r.children)==null?void 0:p[s];if(h===void 0)throw new jr(`slot '${s}' is not declared by this entry's children`);if(h.kind!=="chain")throw new jr(`slot '${s}' is declared '${h.kind}', not 'chain' — use renderSlot`);return d.jsx(F0,{slotKey:s,ownerProps:u,opts:c})},R2.set(r,o)),o}const P2=new WeakMap,T2=new WeakMap,I2=new WeakMap,$0={};function ou(n,r,o){const s=n.inject;if(!s)return $0;const u=[];return r!==void 0&&u.push(r.sessionId),o!==void 0&&u.push(o),U6(s(...u))}function U6(n){var c;const r=n.hooks;if(r===void 0)return n;const{hooks:o,...s}=n,u=s;for(const[h,p]of Object.entries(r)){const C=`use${((c=h[0])==null?void 0:c.toUpperCase())??""}${h.slice(1)}`;u[C]=At(p)}return u}const ml=new WeakMap,A0={props:$0};function W6(n){var p;if(n===void 0)return A0;let r=ml.get(n);if(r!==void 0)return r;const o=n.hooks;if(o===void 0)return r={props:n},ml.set(n,r),r;const{hooks:s,...u}=n,c=u;let h;for(const[C,g]of Object.entries(o)){const y=`use${((p=C[0])==null?void 0:p.toUpperCase())??""}${C.slice(1)}`;typeof g=="function"?(h??(h={}),h[C]=g):c[y]=At(g)}return r=h===void 0?{props:c}:{props:c,slotHookFactories:h},ml.set(n,r),r}function q6(n,r,o){var u;const s={};for(const[c,h]of Object.entries(n)){const p=`use${((u=c[0])==null?void 0:u.toUpperCase())??""}${c.slice(1)}`;s[p]=h(r,o)}return s}function Q6(n,r){let o=P2.get(n);return o||(o=ou(n,void 0,r),P2.set(n,o)),o}function K6(n,r,o){let s=T2.get(n);s||(s=new WeakMap,T2.set(n,s));let u=s.get(r);return u||(u=ou(n,r,o),s.set(r,u)),u}function J6(n,r,o){let s=I2.get(n);s||(s=new WeakMap,I2.set(n,s));let u=s.get(r);return u||(u=ou(n,r,o),s.set(r,u)),u}const $2=new WeakMap;function G6(n,r){let o=$2.get(n);o||(o=new Map,$2.set(n,o));const s=n.getSnapshot().revision,u=o.get(r);if(u&&u.revision===s)return u.t;const c=n.bind(r),h=(p,C)=>c(p,C);return o.set(r,{revision:s,t:h}),h}const Y6=()=>()=>{},X6=()=>0,A2=new WeakMap;function e8(n){let r=A2.get(n);return r||(r={subscribe:o=>n.subscribe(o),getRevision:()=>n.getSnapshot().revision},A2.set(n,r)),r}function H0(n){const r=n!==void 0?e8(n):void 0;return R.useSyncExternalStore((r==null?void 0:r.subscribe)??Y6,(r==null?void 0:r.getRevision)??X6)}let t8=0;const H2=new WeakMap;function g1(n){let r=H2.get(n);return r===void 0&&(r=t8++,H2.set(n,r)),r}class su extends R.Component{constructor(){super(...arguments);P(this,"state",{failed:!1})}static getDerivedStateFromError(o){if(o instanceof on)throw o;return{failed:!0}}componentDidCatch(o){console.error(`slot entry crashed in '${this.props.slotKey}':`,o),this.props.onEntryError(o)}render(){return this.state.failed?d.jsx("div",{"data-slot-error":this.props.slotKey}):this.props.children}}const V2=new WeakMap;function n8(n,r,o){var h;let s=V2.get(n);if(s===void 0&&(s={root:{useSessions:At(n.sessions.list),useWorkspaces:At(n.workspaces.list)},session:new WeakMap,sessionMaybe:new WeakMap},V2.set(n,s)),r==="root")return s.root;if(o===void 0)throw new on(`scope '${r}' rendered without session provide info`);const u=r==="session"?s.session:s.sessionMaybe;let c=u.get(o);if(c!==void 0)return c;c={...s.root};for(const[p,C]of Object.entries(o.hooks)){const g=`use${((h=p[0])==null?void 0:h.toUpperCase())??""}${p.slice(1)}`;if(r==="session-maybe")c[g]=V6(C);else{if(C===void 0)throw new on(`strict session hook '${p}' has no source`);c[g]=At(C)}}return Object.assign(c,o.props),c.sessionId=o.sessionId,c.useProjection=F6(o),u.set(o,c),c}function lu(n,r,o,s){const u=n8(n,o,s),c={...u};if(r.locale!==void 0){const p=n.locale;if(p===void 0)throw new on(`entry declares locale namespace '${r.locale}' but no locale face is installed (locale plugin missing from the composition?)`);c.t=G6(p,r.locale)}const h=o==="session-maybe"&&(s==null?void 0:s.sessionId)===void 0?void 0:n.storeOf(r,s==null?void 0:s.sessionId);return h!==void 0&&(c.useStore=At(h),c.actions=h.actions),r.children!==void 0&&(c.renderSlot=z6(n,r),Object.values(r.children).some(p=>p.kind==="chain")&&(c.renderSlotChain=Z6(n,r)),Object.values(r.children).some(p=>p.scope==="session")&&(c.SessionProvider=I0)),{kit:c,standard:u,actions:h==null?void 0:h.actions}}function r8({slotKey:n,Comp:r,kit:o,standard:s,injected:u,slotInjected:c,ownerProps:h,hookContext:p,hasHookContext:C}){const g=R.useMemo(()=>{if(!C)throw new on(`slot '${n}' has contextual injected Hooks but no hookContext`);return q6(c.slotHookFactories,s,p)},[C,p,c.slotHookFactories,n,s]);return d.jsx(r,{...o,...u,...c.props,...g,...h})}function uu(n,r,o,s,u,c,h,p,C){return c.slotHookFactories===void 0?d.jsx(r,{...o,...u,...c.props,...h}):d.jsx(r8,{slotKey:n,Comp:r,kit:o,standard:s,injected:u,slotInjected:c,ownerProps:h,hookContext:p,hasHookContext:C})}function i8({entry:n,ownerProps:r,info:o,slotKey:s,slotInjected:u,hookContext:c,hasHookContext:h}){const p=qn(),C=n.component,{kit:g,standard:y,actions:L}=lu(p,n,"session",o),w=K6(n,o,L);return uu(s,C,g,y,w,u,r,c,h)}function o8({entry:n,ownerProps:r,info:o,slotKey:s,slotInjected:u,hookContext:c,hasHookContext:h}){const p=qn(),C=n.component,{kit:g,standard:y,actions:L}=lu(p,n,"session-maybe",o),w=J6(n,o,L);return uu(s,C,g,y,w,u,r,c,h)}function s8({entry:n,ownerProps:r,slotKey:o,slotInjected:s,hookContext:u,hasHookContext:c}){const h=iu(),[p,C]=R.useState(l8);let{adopted:g,epoch:y}=p;return h.sessionId!==void 0&&g===void 0?(g=h.sessionId,C({adopted:g,epoch:y})):g!==void 0&&h.sessionId!==void 0&&h.sessionId!==g?(g=h.sessionId,y+=1,C({adopted:g,epoch:y})):g!==void 0&&h.sessionId===void 0&&(g=void 0,y+=1,C({adopted:g,epoch:y})),d.jsx(o8,{entry:n,ownerProps:r,info:h,slotKey:o,slotInjected:s,hookContext:u,hasHookContext:c},y)}const l8={adopted:void 0,epoch:0};function V0({entry:n,ownerProps:r,slotKey:o,slotInjected:s,hookContext:u,hasHookContext:c}){const h=qn(),p=n.component,{kit:C,standard:g,actions:y}=lu(h,n,"root",void 0),L=Q6(n,y);return uu(o,p,C,g,L,s,r,u,c)}function u8({slotKey:n,entry:r,ownerProps:o,slotInjected:s,hookContext:u,hasHookContext:c,onEntryError:h}){const p=iu();return p.sessionId===void 0?null:d.jsx(su,{slotKey:n,onEntryError:h,children:d.jsx(i8,{entry:r,ownerProps:o,info:p,slotKey:n,slotInjected:s,hookContext:u,hasHookContext:c})},p.sessionId)}const D0={display:"contents"};function F0({slotKey:n,ownerProps:r,opts:o}){const s=qn();R.useSyncExternalStore(c=>s.subscribe(n,c),()=>s.getVersion(n)),H0(s.locale);const u=iu();return d.jsx("div",{"data-slot":n,style:D0,children:a8(s,n,r,o,u)})}function a8(n,r,o,s,u){const c=n.specOf(r);if(!c)return null;const h=c.scope==="session"&&u.sessionId===void 0;if(h&&(c.kind!=="chain"||!(s!=null&&s.overlay)))return d.jsx(d.Fragment,{children:(s==null?void 0:s.fallback)??null});const p=h?[]:n.entriesOf(r),C=W6(c.inject),g=(E,T,B=o)=>{const W=s!==void 0&&Object.hasOwn(s,"hookContext"),z=s==null?void 0:s.hookContext,ee=Q=>{n.reportEntryError(r,E,Q,{abdicate:c.kind!=="chain"})};return c.scope==="session"?d.jsx(u8,{slotKey:r,entry:E,ownerProps:B,slotInjected:C,hookContext:z,hasHookContext:W,onEntryError:ee},T):d.jsx(su,{slotKey:r,onEntryError:ee,children:c.scope==="session-maybe"?d.jsx(s8,{entry:E,ownerProps:B,slotKey:r,slotInjected:C,hookContext:z,hasHookContext:W}):d.jsx(V0,{entry:E,ownerProps:B,slotKey:r,slotInjected:C,hookContext:z,hasHookContext:W})},T)},y=()=>d.jsx("div",{"data-slot-error":r});if(c.kind==="single"){const E=n.entriesOfSlot(r)[0];return E?g(E,g1(E)):p.length>0?y():d.jsx(d.Fragment,{children:(s==null?void 0:s.fallback)??null})}if(c.kind==="keyed"){const E=n.entriesOfSlot(r).find(T=>T.options.key===(s==null?void 0:s.entryKey));return E?g(E,g1(E)):p.some(B=>B.options.key===(s==null?void 0:s.entryKey))?y():d.jsx(d.Fragment,{children:(s==null?void 0:s.fallback)??null})}if(c.kind==="chain"){let E=null;for(const T of p){let B;try{B=T.select(o)}catch(W){console.error(`chain selector crashed in '${r}' (${T.registrant??"unknown registrant"}), treating as declined:`,W);continue}if(B!==null){E=g(T,g1(T),{...o,matched:B});break}}return s!=null&&s.overlay?d.jsxs(d.Fragment,{children:[d.jsx("div",{"data-chain-overlay-fallback":r,style:{display:E===null?"contents":"none"},children:s.fallback??null}),E]}):E??d.jsx(d.Fragment,{children:(s==null?void 0:s.fallback)??null})}const w=n.entriesOfSlot(r).map(E=>({entry:E,id:E.options.id,order:E.options.order??0})),k=new Set(w.map(E=>E.id));for(const E of p)k.has(E.options.id)||(k.add(E.options.id),w.push({entry:void 0,id:E.options.id,order:E.options.order??0}));let S=[...w].sort((E,T)=>E.order-T.order);return(s==null?void 0:s.only)!==void 0&&(S=S.filter(E=>E.id===s.only)),S.length===0?d.jsx(d.Fragment,{children:(s==null?void 0:s.fallback)??null}):d.jsx(d.Fragment,{children:S.map((E,T)=>E.entry!==void 0?g(E.entry,`e${g1(E.entry)}`):d.jsx("div",{"data-slot-error":r},`x${E.id??T}`))})}function c8({ownerProps:n}){const r=qn();R.useSyncExternalStore(s=>r.subscribe("root",s),()=>r.getVersion("root")),H0(r.locale);const o=r.entriesOfSlot("root")[0];if(!o){if(r.entriesOf("root").length>0)return d.jsx("div",{"data-slot-error":"root"});throw new on("renderSlot('root') before any 'root' registration (boot order)")}return d.jsx("div",{"data-slot":"root",style:D0,children:d.jsx(su,{slotKey:"root",onEntryError:s=>{r.reportEntryError("root",o,s,{abdicate:!0})},children:d.jsx(V0,{entry:o,ownerProps:n,slotKey:"root",slotInjected:A0,hookContext:void 0,hasHookContext:!1})},g1(o))})}function B0(){return{renderRoot(n,r){return d.jsx(P0.Provider,{value:n,children:d.jsx(B6,{children:d.jsx(c8,{ownerProps:r})})})}}}function f8(n){const r={inflight:0,listeners:new Set,fn:n,invoke:()=>{D2(r,1),r.fn().catch(o=>{console.error("useInvoke action failed:",o)}).finally(()=>{D2(r,-1)})},subscribe:o=>(r.listeners.add(o),()=>{r.listeners.delete(o)}),getPending:()=>r.inflight>0};return r}function D2(n,r){const o=n.inflight>0;if(n.inflight+=r,o!==n.inflight>0)for(const s of[...n.listeners])s()}function d8(n){const r=R.useRef(null);r.current??(r.current=f8(n));const o=r.current;o.fn=n;const s=R.useSyncExternalStore(o.subscribe,o.getPending);return[o.invoke,s]}const h8=Object.freeze(Object.defineProperty({__proto__:null,SessionProvider:I0,SlotAssemblyError:on,SlotOwnershipError:jr,StaleAuthorizationError:no,bindSnapshotSelector:nu,createSlotRenderer:B0,useInvoke:d8},Symbol.toStringTag,{value:"Module"}));function p8({title:n}){const r=R.useRef(document.title);return R.useEffect(()=>(document.title=n===void 0?r.current:`${n} — ${r.current}`,()=>{document.title=r.current}),[n]),null}function m8(n){const{ctx:r}=n,o=r.get("sessions");if(o===void 0)throw new Error("shell assembly: sessions service unavailable");const s=nu(o.list),u=()=>{const c=s(h=>{var C;const p=h.current;return p===void 0||(C=h.byId[p])==null?void 0:C.title});return d.jsx(p8,{...c===void 0?{}:{title:c}})};return()=>d.jsxs(d.Fragment,{children:[d.jsx(u,{}),r.slots.renderSlot("root",{})]})}const Dl="@xrkseek/client-app-shell",g8="app-shell",C8=["slots","sessions","layout"];function v8(n){n.slots.install(B0());let r;n.reflect.provide("appShell",{renderApp:()=>(r??(r=m8({ctx:n})),r())})}const y8=Object.freeze(Object.defineProperty({__proto__:null,APP_SHELL_ID:Dl,apply:v8,inject:C8,name:g8},Symbol.toStringTag,{value:"Module"})),w8="_boot_9gj4p_6",x8="_card_9gj4p_13",_8="_wordmark_9gj4p_20",k8="_hint_9gj4p_28",S8="_spinner_9gj4p_34",L8="_failed_9gj4p_47",j8="_failedTitle_9gj4p_54",E8="_failedItem_9gj4p_61",nn={boot:w8,card:x8,wordmark:_8,hint:k8,spinner:S8,failed:L8,failedTitle:j8,failedItem:E8};function b8(n){const r=R.useSyncExternalStore(n.settled.subscribe,n.settled.getSnapshot),o=R.useSyncExternalStore(n.status.subscribe,n.status.getSnapshot),s=R.useSyncExternalStore(n.error.subscribe,n.error.getSnapshot),u=Object.entries(o).filter(([,h])=>h==="failed");if(r)return d.jsx(d.Fragment,{children:n.renderApp()});const c=s!==void 0||u.length>0;return d.jsx("div",{className:nn.boot,children:d.jsxs("div",{className:nn.card,children:[d.jsx("div",{className:nn.wordmark,children:"HARNESS"}),c?d.jsxs("div",{className:nn.failed,children:[d.jsx("div",{className:nn.failedTitle,children:"Failed to load plugins"}),u.map(([h])=>d.jsx("div",{className:nn.failedItem,children:h},h)),s!==void 0&&d.jsx("div",{className:nn.failedItem,children:s})]}):d.jsxs(d.Fragment,{children:[d.jsx("div",{className:nn.spinner}),d.jsx("div",{className:nn.hint,children:"Loading plugins…"})]})]})})}var Qn=M0();const O8=S1(Qn),M8=Gi({__proto__:null,default:O8},[Qn]);function z0(n){var r,o,s="";if(typeof n=="string"||typeof n=="number")s+=n;else if(typeof n=="object")if(Array.isArray(n)){var u=n.length;for(r=0;r<u;r++)n[r]&&(o=z0(n[r]))&&(s&&(s+=" "),s+=o)}else for(o in n)n[o]&&(s&&(s+=" "),s+=o);return s}function xe(){for(var n,r,o=0,s="",u=arguments.length;o<u;o++)(n=arguments[o])&&(r=z0(n))&&(s&&(s+=" "),s+=r);return s}const N8="_dot_10orb_3",R8="_matrix_10orb_4",P8="_cell_10orb_54",gl={dot:N8,matrix:R8,cell:P8},F2=[[0,0],[4,0],[8,0],[8,4],[8,8],[4,8],[0,8],[0,4]];function Z0({state:n,size:r=10,className:o}){return n==="ongoing"?d.jsx("svg",{className:xe(gl.matrix,o),"data-state":"ongoing",width:r,height:r,viewBox:"0 0 10 10",shapeRendering:"crispEdges","aria-hidden":"true",children:F2.map(([s,u],c)=>d.jsx("rect",{className:gl.cell,x:s,y:u,width:"2",height:"2",style:{animationDelay:`${(c-F2.length)*125}ms`}},`${s}-${u}`))}):d.jsx("span",{className:xe(gl.dot,o),"data-state":n,style:{width:r,height:r},"aria-hidden":"true"})}const T8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M8.00003 0.3237C3.76075 0.3237 0.32373 3.76072 0.32373 8C0.32373 9.17603 0.589121 10.2922 1.0632 11.2901L1.35291 11.8989L2.5705 11.3205L2.28079 10.7117C1.89079 9.89074 1.67301 8.97167 1.67301 8C1.67301 4.50546 4.50549 1.67298 8.00003 1.67298C11.4946 1.67298 14.3271 4.50546 14.3271 8C14.3271 11.4945 11.4946 14.327 8.00003 14.327C7.28473 14.327 6.76077 14.277 6.29621 14.1487C5.83857 14.0224 5.40441 13.8109 4.88514 13.4488C4.12569 12.919 3.03778 12.7316 2.141 13.2978L2.12682 13.307L2.11264 13.3171L1.34886 13.854L1.79659 15.188L2.86122 14.4384C3.19068 14.2305 3.68325 14.2542 4.11326 14.5539C4.72789 14.9826 5.30042 15.2724 5.93762 15.4484C6.56803 15.6224 7.22776 15.6763 8.00003 15.6763C12.2393 15.6763 15.6763 12.2393 15.6763 8C15.6763 3.76072 12.2393 0.3237 8.00003 0.3237ZM7.32033 4.82535V7.32536H4.82538V8.67464H7.32033V11.1747H8.6696V8.67464H11.1747V7.32536H8.6696V4.82535H7.32033Z",fill:"currentColor"})}),I8=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M11.894845 6.647401C11.894845 3.725463 9.534486 1.356779 6.623219 1.35657C3.711786 1.35657 1.351635 3.725338 1.351635 6.647401C1.351843 9.569296 3.711911 11.938273 6.623219 11.938273C9.534361 11.938064 11.894637 9.569171 11.894845 6.647401ZM13.245462 6.647401C13.245254 10.317935 10.280401 13.293613 6.623219 13.293821C2.965871 13.293821 0.000204 10.31806 0 6.647401C0 2.976574 2.965746 0 6.623219 0C10.280526 0.000205 13.245462 2.9767 13.245462 6.647401Z",fill:"currentColor"}),d.jsx("path",{d:"M16.000417 15.041079L15.044449 16.000433L11.530434 12.473588L12.486298 11.514234L16.000417 15.041079Z",fill:"currentColor"})]}),$8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.00018 0.353516C10.6708 0.353535 13.6468 3.32958 13.6469 7.00018C13.6468 10.6708 10.6708 13.6468 7.00018 13.6469C3.32957 13.6468 0.353535 10.6708 0.353516 7.00018C0.353535 3.32957 3.32957 0.353531 7.00018 0.353516ZM5.44643 7.59661C5.49463 8.97506 5.70762 10.191 6.02136 11.0793C6.20141 11.5891 6.40328 11.9585 6.59898 12.1889C6.79501 12.4196 6.93213 12.454 7.00018 12.454C7.06822 12.454 7.20533 12.4197 7.40138 12.1889C7.59708 11.9585 7.79895 11.589 7.979 11.0793C8.29274 10.191 8.50574 8.97506 8.55394 7.59661H5.44643ZM1.57861 7.59661C1.80785 9.70467 3.2386 11.4509 5.1715 12.1388C5.07135 11.9317 4.97972 11.7098 4.89746 11.477C4.53084 10.4391 4.30224 9.0828 4.25357 7.59661H1.57861ZM9.74679 7.59661C9.69813 9.0828 9.46952 10.4391 9.1029 11.477C9.0206 11.7099 8.92818 11.9316 8.82797 12.1388C10.7613 11.4511 12.1925 9.70496 12.4218 7.59661H9.74679ZM5.1706 1.8616C3.23814 2.54963 1.80876 4.29604 1.5795 6.40376H4.25357C4.30224 4.91756 4.53083 3.56129 4.89746 2.5234C4.97968 2.29066 5.07051 2.0686 5.1706 1.8616ZM7.00018 1.54637C6.93213 1.54638 6.79503 1.5807 6.59898 1.81145C6.40332 2.04177 6.20139 2.41058 6.02136 2.92012C5.70754 3.80851 5.49461 5.02499 5.44643 6.40376H8.55394C8.50575 5.025 8.29282 3.80851 7.979 2.92012C7.79898 2.41059 7.59705 2.04177 7.40138 1.81145C7.20531 1.58067 7.06823 1.54637 7.00018 1.54637ZM8.82887 1.8616C8.92902 2.0687 9.02064 2.29053 9.1029 2.5234C9.46953 3.56129 9.69812 4.91756 9.74679 6.40376H12.4209C12.1916 4.29575 10.7618 2.54943 8.82887 1.8616Z",fill:"currentColor"})}),A8=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsxs("g",{clipPath:"url(#clip0_2580_121189)",children:[d.jsx("path",{d:"M12.1192 4.91016C11.9392 4.52714 11.7007 4.1292 11.4483 3.78809C11.385 3.70258 11.3517 3.68409 11.2462 3.67383C10.7419 3.6248 10.2318 3.69454 9.72662 3.64551C9.29108 3.60318 8.93739 3.40341 8.67682 3.05176C8.38762 2.66127 8.19217 2.20926 7.90338 1.81934C7.83985 1.73359 7.80848 1.71542 7.70221 1.70508C7.24758 1.6609 6.7511 1.66104 6.29791 1.70508C6.19164 1.71542 6.16027 1.73359 6.09674 1.81934C5.80775 2.20954 5.61248 2.66131 5.3233 3.05176C5.06273 3.40341 4.70904 3.60318 4.2735 3.64551C3.76831 3.69454 3.25825 3.6248 2.75397 3.67383C2.6484 3.68409 2.61509 3.70258 2.55182 3.78809C2.30019 4.12814 2.06125 4.52646 1.88092 4.91016C1.83256 5.01309 1.83242 5.04912 1.88092 5.15235C2.07954 5.57482 2.37449 5.94529 2.5733 6.36817C2.76971 6.78606 2.76964 7.21293 2.5733 7.63086C2.37462 8.05374 2.07947 8.42453 1.88092 8.84668C1.83235 8.95004 1.83257 8.98695 1.88092 9.08985C2.06098 9.47285 2.2994 9.87079 2.55182 10.2119C2.61509 10.2974 2.6484 10.3159 2.75397 10.3262C3.25879 10.3753 3.76834 10.3055 4.2735 10.3545C4.70904 10.3968 5.06273 10.5966 5.3233 10.9482C5.6125 11.3387 5.80795 11.7907 6.09674 12.1807C6.16027 12.2664 6.19164 12.2846 6.29791 12.2949C6.7511 12.339 7.24758 12.3391 7.70221 12.2949C7.80848 12.2846 7.83985 12.2664 7.90338 12.1807C8.19237 11.7905 8.38764 11.3387 8.67682 10.9482C8.93739 10.5966 9.29108 10.3968 9.72662 10.3545C10.2318 10.3055 10.7419 10.3752 11.2462 10.3262C11.3517 10.3159 11.385 10.2974 11.4483 10.2119C11.7007 9.87079 11.9391 9.47285 12.1192 9.08985C12.1675 8.98695 12.1678 8.95004 12.1192 8.84668C11.9205 8.42428 11.6255 8.05377 11.4268 7.63086C11.2305 7.21293 11.2304 6.78606 11.4268 6.36817C11.6256 5.94531 11.9207 5.5746 12.1192 5.15235C12.1677 5.04912 12.1676 5.01309 12.1192 4.91016ZM13.2051 5.66309C13.0064 6.08573 12.7114 6.45579 12.5128 6.87793C12.4642 6.98123 12.4645 7.01829 12.5128 7.1211C12.7112 7.54328 13.0064 7.91405 13.2051 8.33692C13.4015 8.75487 13.4015 9.18169 13.2051 9.59961C12.9911 10.0551 12.7109 10.5221 12.4122 10.9258C12.1522 11.277 11.7974 11.4782 11.3624 11.5205C10.8573 11.5696 10.3477 11.4999 9.84283 11.5488C9.73621 11.5592 9.70429 11.5772 9.64069 11.6631C9.35229 12.0526 9.15705 12.5044 8.86823 12.8945C8.60854 13.2452 8.25275 13.447 7.81842 13.4893C7.28749 13.5409 6.71096 13.5407 6.1817 13.4893C5.74737 13.447 5.39158 13.2452 5.1319 12.8945C4.84312 12.5045 4.64808 12.0529 4.35944 11.6631C4.29583 11.5772 4.26392 11.5592 4.15729 11.5488C3.65283 11.5 3.14295 11.5696 2.63776 11.5205C2.20274 11.4782 1.84796 11.277 1.58795 10.9258C1.28834 10.5209 1.00864 10.0543 0.794982 9.59961C0.598644 9.18169 0.598598 8.75487 0.794982 8.33692C0.993688 7.91405 1.28889 7.54328 1.48737 7.1211C1.53567 7.01829 1.53593 6.98123 1.48737 6.87793C1.28887 6.45603 0.993667 6.08569 0.794982 5.66309C0.598535 5.24516 0.59869 4.81829 0.794982 4.40039C1.00898 3.94492 1.28922 3.47791 1.58795 3.07422C1.84796 2.723 2.20274 2.5218 2.63776 2.47949C3.14295 2.43038 3.65283 2.50003 4.15729 2.45117C4.26391 2.44081 4.29583 2.4228 4.35944 2.33692C4.64783 1.94742 4.84308 1.49557 5.1319 1.10547C5.39158 0.754835 5.74737 0.553005 6.1817 0.510744C6.71263 0.459147 7.28917 0.459309 7.81842 0.510744C8.25275 0.553005 8.60854 0.754835 8.86823 1.10547C9.157 1.49551 9.35204 1.94708 9.64069 2.33692C9.70429 2.4228 9.73621 2.44081 9.84283 2.45117C10.3477 2.50007 10.8573 2.43039 11.3624 2.47949C11.7974 2.5218 12.1522 2.723 12.4122 3.07422C12.7118 3.47909 12.9915 3.94567 13.2051 4.40039C13.4014 4.81829 13.4016 5.24516 13.2051 5.66309Z",fill:"currentColor"}),d.jsx("path",{d:"M7.9317 7C7.9317 6.48569 7.51438 6.06836 7.00006 6.06836C6.48575 6.06836 6.06842 6.48569 6.06842 7C6.06842 7.51432 6.48575 7.93164 7.00006 7.93164C7.51438 7.93164 7.9317 7.51432 7.9317 7ZM9.13092 7C9.13092 8.17706 8.17712 9.13086 7.00006 9.13086C5.823 9.13086 4.8692 8.17706 4.8692 7C4.8692 5.82294 5.823 4.86914 7.00006 4.86914C8.17712 4.86914 9.13092 5.82294 9.13092 7Z",fill:"currentColor"})]}),d.jsx("defs",{children:d.jsx("clipPath",{id:"clip0_2580_121189",children:d.jsx("rect",{width:14,height:14,fill:"currentColor"})})})]}),H8=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsxs("g",{clipPath:"url(#clip0_1450_63327)",children:[d.jsx("path",{d:"M14.0861 5.51366C13.8717 5.0575 13.588 4.58542 13.2889 4.18108C13.208 4.07172 13.1596 4.04373 13.0243 4.03054C12.4277 3.97255 11.8245 4.05527 11.2269 3.9972C10.7224 3.94816 10.3133 3.71661 10.0115 3.30919C9.66986 2.84777 9.43973 2.31343 9.09824 1.85234C9.01771 1.74365 8.96805 1.71589 8.83354 1.70282C8.29432 1.65044 7.70402 1.65061 7.16656 1.70282C7.03205 1.71589 6.98239 1.74365 6.90186 1.85234C6.56067 2.31303 6.33025 2.84774 5.98855 3.30919C5.68681 3.71661 5.27774 3.94816 4.77317 3.9972C4.17564 4.05527 3.57239 3.97255 2.97585 4.03054C2.84046 4.04373 2.79208 4.07172 2.71115 4.18108C2.41212 4.58542 2.12835 5.0575 1.91403 5.51366C1.85299 5.64359 1.85286 5.7018 1.91403 5.8319C2.14865 6.33077 2.49748 6.76892 2.73237 7.26854C2.9594 7.7515 2.96041 8.24717 2.73338 8.73044C2.49837 9.23061 2.14891 9.66837 1.91403 10.1681C1.85291 10.2982 1.85299 10.3564 1.91403 10.4863C2.12856 10.9429 2.41185 11.4142 2.71115 11.8189C2.79208 11.9283 2.84046 11.9563 2.97585 11.9694C3.57239 12.0274 4.17564 11.9447 4.77317 12.0028C5.27774 12.0518 5.68681 12.2834 5.98855 12.6908C6.33024 13.1522 6.56037 13.6866 6.90186 14.1476C6.98239 14.2563 7.03205 14.2841 7.16656 14.2972C7.70402 14.3494 8.29432 14.3495 8.83354 14.2972C8.96805 14.2841 9.01771 14.2563 9.09824 14.1476C9.43944 13.687 9.66985 13.1522 10.0115 12.6908C10.3133 12.2834 10.7224 12.0518 11.2269 12.0028C11.8244 11.9447 12.4271 12.0275 13.0243 11.9694C13.1596 11.9563 13.208 11.9283 13.2889 11.8189C13.5891 11.4131 13.872 10.942 14.0861 10.4863C14.1471 10.3564 14.1472 10.2982 14.0861 10.1681C13.8513 9.66861 13.5017 9.23061 13.2667 8.73044C13.0397 8.24717 13.0407 7.7515 13.2677 7.26854C13.5026 6.7689 13.8513 6.33106 14.0861 5.8319C14.1472 5.7018 14.1471 5.64359 14.0861 5.51366ZM15.3035 6.40373C15.0685 6.90359 14.7188 7.34119 14.4841 7.84037C14.4231 7.97025 14.423 8.02855 14.4841 8.15861C14.7189 8.65833 15.0685 9.09611 15.3035 9.59626C15.5308 10.0801 15.5308 10.5744 15.3035 11.0582C15.052 11.5933 14.7225 12.1426 14.37 12.6191C14.0685 13.0265 13.6581 13.259 13.1536 13.3081C12.5566 13.366 11.9541 13.2835 11.3573 13.3414C11.2228 13.3545 11.1731 13.3823 11.0926 13.491C10.7511 13.9521 10.521 14.4864 10.1793 14.9478C9.87828 15.3542 9.46719 15.5869 8.96387 15.6358C8.34008 15.6964 7.66194 15.6966 7.03623 15.6358C6.53291 15.5869 6.12182 15.3542 5.82084 14.9478C5.47911 14.4863 5.24878 13.9517 4.90753 13.491C4.82701 13.3823 4.77734 13.3545 4.64284 13.3414C4.04647 13.2835 3.44373 13.366 2.84653 13.3081C2.34201 13.259 1.93164 13.0265 1.63013 12.6191C1.27867 12.144 0.948453 11.5941 0.696621 11.0582C0.469315 10.5744 0.469279 10.0801 0.696621 9.59626C0.931628 9.09613 1.2813 8.65807 1.51597 8.15861C1.57708 8.02855 1.57702 7.97025 1.51597 7.84037C1.28117 7.34095 0.931635 6.9036 0.696621 6.40373C0.469213 5.91992 0.469367 5.42562 0.696621 4.94183C0.948441 4.40587 1.27868 3.85598 1.63013 3.38092C1.93164 2.97349 2.34201 2.74095 2.84653 2.6919C3.44353 2.63397 4.04599 2.71649 4.64284 2.65856C4.77734 2.64549 4.82701 2.61774 4.90753 2.50904C5.24905 2.04792 5.47913 1.51362 5.82084 1.05219C6.12182 0.645806 6.53291 0.413119 7.03623 0.364178C7.66002 0.303556 8.33816 0.303369 8.96387 0.364178C9.46719 0.413119 9.87828 0.645806 10.1793 1.05219C10.521 1.51365 10.7513 2.04828 11.0926 2.50904C11.1731 2.61774 11.2228 2.64549 11.3573 2.65856C11.9541 2.71649 12.5566 2.63397 13.1536 2.6919C13.6581 2.74095 14.0685 2.97349 14.37 3.38092C14.7214 3.85598 15.0517 4.40587 15.3035 4.94183C15.5307 5.42562 15.5309 5.91992 15.3035 6.40373Z",fill:"currentColor"}),d.jsx("path",{d:"M9.13764 7.99999C9.13764 7.3715 8.62855 6.8624 8.00005 6.8624C7.37155 6.8624 6.86246 7.3715 6.86246 7.99999C6.86246 8.62849 7.37155 9.13759 8.00005 9.13759C8.62855 9.13759 9.13764 8.62849 9.13764 7.99999ZM10.4834 7.99999C10.4834 9.37126 9.37132 10.4833 8.00005 10.4833C6.62878 10.4833 5.51674 9.37126 5.51674 7.99999C5.51674 6.62873 6.62878 5.51669 8.00005 5.51669C9.37132 5.51669 10.4834 6.62873 10.4834 7.99999Z",fill:"currentColor"})]}),d.jsx("defs",{children:d.jsx("clipPath",{id:"clip0_1450_63327",children:d.jsx("rect",{width:16,height:16,fill:"currentColor"})})})]}),V8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.67272 0.522841C10.8339 0.522841 11.76 0.522714 12.4963 0.602493C13.2453 0.683657 13.8789 0.854248 14.4264 1.25197C14.7504 1.48739 15.0355 1.77247 15.2709 2.0965C15.6686 2.64394 15.8392 3.27758 15.9204 4.02655C16.0002 4.7629 16 5.68895 16 6.85014V9.14986C16 10.3111 16.0002 11.2371 15.9204 11.9735C15.8392 12.7224 15.6686 13.3561 15.2709 13.9035C15.0355 14.2275 14.7504 14.5126 14.4264 14.748C13.8789 15.1458 13.2453 15.3163 12.4963 15.3975C11.76 15.4773 10.8339 15.4772 9.67272 15.4772H6.3273C5.16611 15.4772 4.24006 15.4773 3.50371 15.3975C2.75474 15.3163 2.1211 15.1458 1.57366 14.748C1.24963 14.5126 0.964549 14.2275 0.729131 13.9035C0.331407 13.3561 0.160817 12.7224 0.0796529 11.9735C-0.000126137 11.2371 1.25338e-09 10.3111 1.25338e-09 9.14986V6.85014C1.25329e-09 5.68895 -0.000126137 4.7629 0.0796529 4.02655C0.160817 3.27758 0.331407 2.64394 0.729131 2.0965C0.964549 1.77247 1.24963 1.48739 1.57366 1.25197C2.1211 0.854248 2.75474 0.683657 3.50371 0.602493C4.24006 0.522714 5.16611 0.522841 6.3273 0.522841H9.67272ZM5.54303 1.88715V14.1118C5.78636 14.1128 6.04709 14.1169 6.3273 14.1169H9.67272C10.8639 14.1169 11.7032 14.1164 12.3493 14.0465C12.9824 13.9779 13.3497 13.8494 13.6268 13.6482C13.8354 13.4966 14.0195 13.3125 14.1711 13.1039C14.3723 12.8268 14.5007 12.4595 14.5693 11.8264C14.6393 11.1803 14.6398 10.341 14.6398 9.14986V6.85014C14.6398 5.65896 14.6393 4.81967 14.5693 4.1736C14.5007 3.54048 14.3723 3.17318 14.1711 2.89609C14.0195 2.68747 13.8354 2.50337 13.6268 2.35179C13.3497 2.1506 12.9824 2.02212 12.3493 1.95353C11.7032 1.88358 10.8639 1.88307 9.67272 1.88307H6.3273C6.04709 1.88307 5.78636 1.8862 5.54303 1.88715ZM4.1828 1.91166C3.99125 1.9216 3.8148 1.93577 3.65076 1.95353C3.01764 2.02212 2.65034 2.1506 2.37325 2.35179C2.16463 2.50337 1.98052 2.68747 1.82895 2.89609C1.62776 3.17318 1.49928 3.54048 1.43069 4.1736C1.36074 4.81967 1.36023 5.65896 1.36023 6.85014V9.14986C1.36023 10.341 1.36074 11.1803 1.43069 11.8264C1.49928 12.4595 1.62776 12.8268 1.82895 13.1039C1.98052 13.3125 2.16463 13.4966 2.37325 13.6482C2.65034 13.8494 3.01764 13.9779 3.65076 14.0465C3.81478 14.0642 3.99127 14.0774 4.1828 14.0873V1.91166Z",fill:"currentColor"})}),D8=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M4.55146 8.00001C4.55146 8.63513 4.03659 9.15001 3.40146 9.15001C2.76634 9.15001 2.25146 8.63513 2.25146 8.00001C2.25146 7.36488 2.76634 6.85001 3.40146 6.85001C4.03659 6.85001 4.55146 7.36488 4.55146 8.00001Z",fill:"currentColor"}),d.jsx("path",{d:"M9.1476 8.00001C9.1476 8.63513 8.63273 9.15001 7.9976 9.15001C7.36248 9.15001 6.8476 8.63513 6.8476 8.00001C6.8476 7.36488 7.36248 6.85001 7.9976 6.85001C8.63273 6.85001 9.1476 7.36488 9.1476 8.00001Z",fill:"currentColor"}),d.jsx("path",{d:"M13.7486 8.00001C13.7486 8.63513 13.2338 9.15001 12.5986 9.15001C11.9635 9.15001 11.4486 8.63513 11.4486 8.00001C11.4486 7.36488 11.9635 6.85001 12.5986 6.85001C13.2338 6.85001 13.7486 7.36488 13.7486 8.00001Z",fill:"currentColor"})]}),F8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M8.64453 1.5V7.34961H14.5V8.65039H8.64453V14.5H7.34473V8.65039H1.5V7.34961H7.34473V1.5H8.64453Z",fill:"currentColor"})}),au=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M15.0498 3.92579L8.49512 12.3818C8.25774 12.6881 8.04517 12.9645 7.84668 13.1689C7.63957 13.3823 7.38732 13.5841 7.04492 13.6719C6.86373 13.7183 6.6757 13.7346 6.48926 13.7197C6.13666 13.6915 5.8528 13.5355 5.6123 13.3604C5.38201 13.1926 5.12573 12.9567 4.83984 12.6953L1.03125 9.21289L1.96875 8.1875L5.77734 11.6699C6.08684 11.9529 6.27773 12.1249 6.43066 12.2363C6.50183 12.2882 6.54699 12.3135 6.57324 12.3252C6.58525 12.3305 6.59269 12.3322 6.5957 12.333C6.59802 12.3336 6.59961 12.334 6.59961 12.334C6.63317 12.3367 6.66758 12.3335 6.7002 12.3252C6.7002 12.3252 6.70211 12.3251 6.7041 12.3242C6.70698 12.3229 6.71348 12.319 6.72461 12.3115C6.74849 12.2956 6.78843 12.2642 6.84961 12.2012C6.98138 12.0654 7.13957 11.8628 7.39648 11.5313L13.9502 3.07422L15.0498 3.92579Z",fill:"currentColor"})}),B8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M11.5635 4.58984L7.61426 9.07715C7.35154 9.37561 7.11346 9.64812 6.89453 9.84668C6.66593 10.054 6.38519 10.2506 6.01465 10.3164C5.82079 10.3508 5.62207 10.3529 5.42773 10.3213C5.0561 10.2609 4.77266 10.0674 4.54102 9.86328C4.31926 9.66791 4.07752 9.39911 3.81055 9.10449L2.44531 7.59863L3.55664 6.59082L4.92188 8.09766C5.21256 8.41844 5.38878 8.61191 5.53223 8.73828C5.61022 8.80699 5.65253 8.83192 5.66895 8.83984C5.69648 8.84429 5.72449 8.84467 5.75195 8.83984C5.72657 8.84451 5.75564 8.85422 5.88672 8.73535C6.02833 8.60692 6.20225 8.41088 6.48828 8.08594L10.4385 3.59961L11.5635 4.58984Z",fill:"currentColor"})}),z8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.0762 1.37207C14.0846 1.37228 14.9021 2.19077 14.9023 3.19922C14.9022 4.20772 14.0847 5.02518 13.0762 5.02539C12.2967 5.02539 11.6325 4.53691 11.3701 3.84961H4.35547C4.79397 4.26458 5.15861 4.7644 5.41699 5.33496L7.10645 9.06738C7.88526 10.7875 9.55104 11.9228 11.4189 12.0371C11.7085 11.4109 12.3411 10.9756 13.0762 10.9756C14.0843 10.9759 14.9023 11.7936 14.9023 12.8018C14.9023 13.81 14.0843 14.6277 13.0762 14.6279C12.2534 14.6279 11.5574 14.0832 11.3291 13.335C8.9868 13.1879 6.89981 11.7612 5.92285 9.60352L4.23242 5.87109C3.67503 4.64033 2.44878 3.84961 1.09766 3.84961V2.54883C1.10665 2.54883 1.11601 2.54975 1.125 2.5498L11.3701 2.54883C11.6326 1.86151 12.2969 1.37207 13.0762 1.37207ZM13.0762 12.2764C12.7858 12.2764 12.5508 12.5114 12.5508 12.8018C12.5508 13.0921 12.7858 13.3281 13.0762 13.3281C13.3664 13.3279 13.6025 13.092 13.6025 12.8018C13.6025 12.5115 13.3664 12.2766 13.0762 12.2764ZM13.0762 2.67285C12.7855 2.67285 12.55 2.90861 12.5498 3.19922C12.5499 3.48987 12.7855 3.72559 13.0762 3.72559C13.3667 3.72538 13.6024 3.48975 13.6025 3.19922C13.6023 2.90874 13.3666 2.67306 13.0762 2.67285Z",fill:"currentColor"})}),Fl=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M11.8486 5.5L11.4238 5.92383L8.69727 8.65137C8.44157 8.90706 8.21562 9.13382 8.01172 9.29785C7.79912 9.46883 7.55595 9.61756 7.25 9.66602C7.08435 9.69222 6.91565 9.69222 6.75 9.66602C6.44405 9.61756 6.20088 9.46883 5.98828 9.29785C5.78438 9.13382 5.55843 8.90706 5.30273 8.65137L2.57617 5.92383L2.15137 5.5L3 4.65137L3.42383 5.07617L6.15137 7.80273C6.42595 8.07732 6.59876 8.24849 6.74023 8.3623C6.87291 8.46904 6.92272 8.47813 6.9375 8.48047C6.97895 8.48703 7.02105 8.48703 7.0625 8.48047C7.07728 8.47813 7.12709 8.46904 7.25977 8.3623C7.40124 8.24849 7.57405 8.07732 7.84863 7.80273L10.5762 5.07617L11 4.65137L11.8486 5.5Z",fill:"currentColor"})}),Z8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M8.5 2.15137L8.07617 2.57617L5.34863 5.30273C5.09294 5.55843 4.86618 5.78438 4.70215 5.98828C4.53117 6.20088 4.38244 6.44405 4.33398 6.75C4.30778 6.91565 4.30778 7.08435 4.33398 7.25C4.38244 7.55595 4.53117 7.79912 4.70215 8.01172C4.86618 8.21561 5.09294 8.44157 5.34863 8.69727L8.07617 11.4238L8.5 11.8486L9.34863 11L8.92383 10.5762L6.19727 7.84863C5.92268 7.57405 5.75151 7.40124 5.6377 7.25977C5.53096 7.12709 5.52187 7.07728 5.51953 7.0625C5.51297 7.02105 5.51297 6.97895 5.51953 6.9375C5.52187 6.92272 5.53096 6.87291 5.6377 6.74023C5.75152 6.59876 5.92268 6.42595 6.19727 6.15137L8.92383 3.42383L9.34863 3L8.5 2.15137Z",fill:"currentColor"})}),U8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M5.5 2.15137L5.92383 2.57617L8.65137 5.30273C8.90706 5.55843 9.13382 5.78438 9.29785 5.98828C9.46883 6.20088 9.61756 6.44405 9.66602 6.75C9.69222 6.91565 9.69222 7.08435 9.66602 7.25C9.61756 7.55595 9.46883 7.79912 9.29785 8.01172C9.13382 8.21561 8.90706 8.44157 8.65137 8.69727L5.92383 11.4238L5.5 11.8486L4.65137 11L5.07617 10.5762L7.80273 7.84863C8.07732 7.57405 8.24849 7.40124 8.3623 7.25977C8.46904 7.12709 8.47813 7.07728 8.48047 7.0625C8.48703 7.02105 8.48703 6.97895 8.48047 6.9375C8.47813 6.92272 8.46904 6.87291 8.3623 6.74023C8.24848 6.59876 8.07732 6.42595 7.80273 6.15137L5.07617 3.42383L4.65137 3L5.5 2.15137Z",fill:"currentColor"})}),W8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M4.25 2.82782L4.25 11.1722C4.25 11.6622 4.84243 11.9076 5.18891 11.5611L9.36109 7.38891C9.57588 7.17412 9.57588 6.82588 9.36109 6.61109L5.18891 2.43891C4.84243 2.09243 4.25 2.33782 4.25 2.82782Z",fill:"currentColor"})}),q8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M2.15137 8.5L2.57617 8.07617L5.30273 5.34863C5.55843 5.09294 5.78438 4.86618 5.98828 4.70215C6.20088 4.53117 6.44405 4.38244 6.75 4.33398C6.91565 4.30778 7.08435 4.30778 7.25 4.33398C7.55595 4.38244 7.79912 4.53117 8.01172 4.70215C8.21561 4.86618 8.44157 5.09294 8.69727 5.34863L11.4238 8.07617L11.8486 8.5L11 9.34863L10.5762 8.92383L7.84863 6.19727C7.57405 5.92269 7.40124 5.75152 7.25977 5.6377C7.12709 5.53096 7.07728 5.52187 7.0625 5.51953C7.02105 5.51297 6.97895 5.51297 6.9375 5.51953C6.92272 5.52187 6.87291 5.53096 6.74023 5.6377C6.59876 5.75152 6.42595 5.92268 6.15137 6.19727L3.42383 8.92383L3 9.34863L2.15137 8.5Z",fill:"currentColor"})}),U0=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M14.1168 13.197L13.197 14.1167L1.8833 2.80303L2.80309 1.88324L14.1168 13.197Z",fill:"currentColor"}),d.jsx("path",{d:"M13.197 1.88326L14.1168 2.80305L2.80309 14.1168L1.8833 13.197L13.197 1.88326Z",fill:"currentColor"})]}),Q8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M10.6074 4.40278L8.00975 6.99973L10.6074 9.59739L9.59736 10.6074L6.9997 8.00978L4.40274 10.6074L3.3927 9.59739L5.98966 6.99973L3.3927 4.40278L4.40274 3.39273L6.9997 5.98969L9.59736 3.39273L10.6074 4.40278Z",fill:"currentColor"})}),W0=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M6.14929 4.02032C7.11197 4.02032 7.87983 4.02016 8.49597 4.07598C9.12128 4.13269 9.65792 4.25188 10.1415 4.53106C10.7202 4.8653 11.2008 5.3459 11.535 5.92462C11.8142 6.40818 11.9334 6.94481 11.9901 7.57012C12.0459 8.18625 12.0458 8.95419 12.0458 9.9168C12.0458 10.8795 12.0459 11.6473 11.9901 12.2635C11.9334 12.8888 11.8142 13.4254 11.535 13.909C11.2008 14.4877 10.7202 14.9683 10.1415 15.3025C9.65792 15.5817 9.12128 15.7009 8.49597 15.7576C7.87984 15.8134 7.11196 15.8133 6.14929 15.8133C5.18667 15.8133 4.41874 15.8134 3.80261 15.7576C3.1773 15.7009 2.64067 15.5817 2.1571 15.3025C1.5784 14.9683 1.09778 14.4877 0.76355 13.909C0.484366 13.4254 0.365184 12.8888 0.308472 12.2635C0.252649 11.6473 0.252808 10.8795 0.252808 9.9168C0.252808 8.95418 0.252664 8.18625 0.308472 7.57012C0.365184 6.94481 0.484366 6.40818 0.76355 5.92462C1.09777 5.34589 1.57839 4.86529 2.1571 4.53106C2.64067 4.25188 3.1773 4.13269 3.80261 4.07598C4.41874 4.02017 5.18666 4.02032 6.14929 4.02032ZM6.14929 5.37774C5.16181 5.37774 4.46634 5.37761 3.92566 5.42657C3.39434 5.47472 3.07859 5.56574 2.83582 5.70587C2.4632 5.92106 2.15354 6.2307 1.93835 6.60333C1.79823 6.8461 1.70721 7.16185 1.65906 7.69317C1.6101 8.23385 1.61023 8.92933 1.61023 9.9168C1.61023 10.9043 1.61009 11.5998 1.65906 12.1404C1.70721 12.6717 1.79823 12.9875 1.93835 13.2303C2.15356 13.6029 2.46321 13.9126 2.83582 14.1277C3.07859 14.2679 3.39434 14.3589 3.92566 14.407C4.46634 14.456 5.16182 14.4559 6.14929 14.4559C7.13682 14.4559 7.83224 14.456 8.37292 14.407C8.90425 14.3589 9.21999 14.2679 9.46277 14.1277C9.83535 13.9126 10.145 13.6029 10.3602 13.2303C10.5004 12.9875 10.5914 12.6717 10.6395 12.1404C10.6885 11.5998 10.6884 10.9043 10.6884 9.9168C10.6884 8.92934 10.6885 8.23384 10.6395 7.69317C10.5914 7.16185 10.5004 6.8461 10.3602 6.60333C10.1451 6.23071 9.83536 5.92107 9.46277 5.70587C9.21999 5.56574 8.90424 5.47472 8.37292 5.42657C7.83224 5.3776 7.13682 5.37774 6.14929 5.37774ZM9.80164 0.367975C10.7638 0.367975 11.5314 0.36788 12.1473 0.423639C12.7726 0.480307 13.3093 0.598759 13.7928 0.877741C14.3717 1.21192 14.8521 1.69355 15.1864 2.27227C15.4655 2.75574 15.5857 3.29164 15.6425 3.9168C15.6983 4.53301 15.6971 5.3016 15.6971 6.26446V7.82989C15.6971 8.29264 15.6989 8.58993 15.6649 8.84844C15.4668 10.3525 14.401 11.5738 12.9833 11.9988V10.5467C13.6973 10.1903 14.2105 9.49662 14.3192 8.67169C14.3387 8.52347 14.3407 8.3358 14.3407 7.82989V6.26446C14.3407 5.27706 14.3398 4.58149 14.2909 4.04083C14.2428 3.50968 14.1526 3.19372 14.0126 2.95098C13.7974 2.57849 13.4876 2.26869 13.1151 2.05352C12.8724 1.91347 12.5564 1.82237 12.0253 1.77423C11.4847 1.72528 10.7888 1.7254 9.80164 1.7254H7.71472C6.7562 1.72558 5.92665 2.27697 5.52332 3.07891H4.07019C4.54221 1.51132 5.9932 0.368186 7.71472 0.367975H9.80164Z",fill:"currentColor"})}),K8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M7.92136 0.349152C10.3744 0.349234 12.5564 1.5052 13.9557 3.29894L15.1281 2.12759C15.3303 1.92546 15.6767 2.06943 15.6767 2.35538V5.53923C15.6766 5.71626 15.5329 5.85976 15.3559 5.86002H12.171C11.8854 5.8597 11.7426 5.51465 11.9443 5.31249L12.9641 4.29056C11.8237 2.74305 9.98908 1.74106 7.92136 1.74097C4.46436 1.74097 1.66233 4.543 1.66233 8C1.66233 11.457 4.46436 14.259 7.92136 14.259C11.3782 14.2589 14.1804 11.4569 14.1804 8H15.5722C15.5722 12.2251 12.1465 15.6507 7.92136 15.6508C3.69614 15.6508 0.270508 12.2252 0.270508 8C0.270508 3.77478 3.69614 0.349152 7.92136 0.349152Z",fill:"currentColor"})}),J8=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M1.272 6.21348C1.70645 3.08888 4.59169 0.908064 7.71634 1.34239C8.95495 1.51469 10.0438 2.07331 10.8814 2.87755L11.9458 1.81407C12.1347 1.6255 12.4572 1.75911 12.4575 2.02598V5.08751C12.4574 5.25303 12.3233 5.38731 12.1577 5.38731H9.0972C8.82993 5.38731 8.69629 5.06361 8.88528 4.87462L10.0327 3.72618C9.3732 3.09994 8.52006 2.66569 7.5513 2.53087C5.08313 2.18779 2.80376 3.91044 2.46048 6.37852C2.11747 8.84665 3.84009 11.1261 6.30814 11.4693C8.77612 11.8121 11.0557 10.0896 11.399 7.62169L11.9937 7.70372L12.5874 7.78673C12.153 10.9112 9.26756 13.0919 6.1431 12.6578C3.01854 12.2234 0.837738 9.33809 1.272 6.21348Z",fill:"currentColor"})}),G8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M8.27868 0.811572C8.81991 0.142194 9.79022 0.0421835 10.4538 0.557601L10.5823 0.669306L10.6066 0.693544L10.6097 0.695652L10.6392 0.725159C11.355 1.44679 11.6337 2.49468 11.3716 3.47669L11.3706 3.48091L11.3611 3.51674L11.3601 3.51885L10.889 5.22604C10.8796 5.25997 10.8707 5.29157 10.8627 5.32088C10.8934 5.32095 10.927 5.32194 10.9628 5.32194H11.9007C12.4264 5.32194 12.7831 5.319 13.0651 5.36725C14.8182 5.66719 15.9851 7.34568 15.6565 9.09357C15.6036 9.37487 15.477 9.7092 15.294 10.2022L14.3371 12.7798C14.1402 13.3104 13.9774 13.7518 13.8102 14.1024C13.6376 14.4645 13.4386 14.7793 13.1442 15.0424C12.9712 15.197 12.7802 15.3303 12.5751 15.4386C12.226 15.6231 11.8608 15.7 11.4612 15.7358C11.0743 15.7705 10.6035 15.7695 10.0375 15.7695H4.87377C4.08053 15.7695 3.42928 15.7702 2.90734 15.7137C2.37212 15.6557 1.88991 15.5311 1.46676 15.2237C1.22415 15.0474 1.01078 14.8339 0.834466 14.5914C0.527021 14.1682 0.401373 13.686 0.343384 13.1508C0.286822 12.6287 0.287531 11.9769 0.287531 11.1833V9.51405C0.287531 8.84778 0.281347 8.36714 0.399237 7.9565C0.671152 7.00935 1.41115 6.26832 2.35829 5.99638C2.76894 5.87849 3.24958 5.88573 3.91585 5.88573C4.11983 5.88573 4.14548 5.88319 4.16244 5.88046C4.23532 5.86863 4.30409 5.83663 4.35845 5.78667C4.3711 5.77504 4.38761 5.75604 4.51442 5.59488L8.25655 0.838972L8.2576 0.837918L8.27868 0.811572ZM1.69122 11.1833C1.69122 12.0082 1.69217 12.5711 1.73865 13.0001C1.78371 13.4157 1.86473 13.6221 1.96943 13.7662C2.0592 13.8898 2.16733 13.9989 2.29085 14.0887C2.43501 14.1934 2.64216 14.2744 3.05803 14.3195C3.45897 14.3629 3.97637 14.3656 4.7157 14.3659C4.30801 13.8053 4.06453 13.1171 4.06444 12.371V8.59406H5.46813V12.371C5.46838 13.4733 6.36166 14.3669 7.46407 14.3669H10.0375C10.6286 14.3669 11.0269 14.3663 11.3369 14.3385C11.6339 14.3118 11.7956 14.2638 11.9196 14.1983C12.0241 14.1431 12.1213 14.0747 12.2094 13.996C12.314 13.9025 12.4151 13.7678 12.5435 13.4986C12.6774 13.2176 12.8162 12.845 13.0219 12.2909L13.9788 9.71322C14.1848 9.15816 14.2531 8.96731 14.2781 8.83433C14.4618 7.85692 13.8093 6.91895 12.8291 6.75092C12.6957 6.7281 12.4928 6.72458 11.9007 6.72458H10.9628C10.7737 6.72458 10.5693 6.72657 10.4 6.70666C10.2211 6.68562 9.96702 6.63024 9.74771 6.43161C9.64454 6.33811 9.55957 6.2261 9.4969 6.10177C9.3639 5.83784 9.37799 5.57899 9.40521 5.40097C9.431 5.23261 9.48672 5.03616 9.53694 4.85404L10.008 3.14579L10.0175 3.11102C10.1488 2.61338 10.0078 2.08338 9.64654 1.71681L9.6086 1.67887L9.55064 1.64304C9.48795 1.62043 9.41425 1.63814 9.36938 1.69362L9.35779 1.70627L9.35884 1.70732L5.61672 6.46217C5.51822 6.58735 5.42237 6.7133 5.30689 6.81942C5.05075 7.05471 4.73126 7.20939 4.38796 7.26519C4.23315 7.29032 4.07513 7.28837 3.91585 7.28837C3.15356 7.28837 2.91916 7.2957 2.7461 7.34528C2.26364 7.48379 1.88564 7.86081 1.74708 8.34325C1.69738 8.51636 1.69122 8.7511 1.69122 9.51405V11.1833Z",fill:"currentColor"})}),Y8=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M14.0593 12.922L15.0976 10.1247C15.3087 9.5559 15.4143 9.27138 15.4566 9.04658C15.7349 7.56751 14.7472 6.14737 13.2637 5.89357C13.0382 5.85499 12.7348 5.85499 12.1281 5.85499H11.1099C10.6615 5.85499 10.4372 5.85499 10.3034 5.73376C10.2607 5.69508 10.2255 5.64885 10.1995 5.5974C10.1182 5.43613 10.1778 5.21997 10.297 4.78765L10.8081 2.93419L10.819 2.89456C11.0336 2.09024 10.8051 1.23244 10.2189 0.64139L10.1898 0.612405L10.1692 0.592068C9.77357 0.210076 9.13559 0.249344 8.78983 0.676966L8.77186 0.699678L4.71076 5.86083C4.52965 6.09101 4.38573 6.35138 4.38573 6.64427V12.7431C4.38573 14.3601 5.69654 15.6709 7.31351 15.6709L10.1068 15.6709C11.3628 15.6709 11.9908 15.6709 12.5043 15.3995C12.6723 15.3107 12.8289 15.2018 12.9706 15.0752C13.4037 14.6882 13.6222 14.0995 14.0593 12.922Z",fill:"currentColor"}),d.jsx("path",{d:"M2.91388 13.2113C2.91388 14.6907 4.08499 15.5536 4.08499 15.5536H2.65606C1.46328 15.5536 0.496338 14.5866 0.496338 13.3938V8.34439C0.496338 7.15161 1.46328 6.18467 2.65606 6.18467H2.91388V13.2113Z",fill:"currentColor"})]}),X8=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M7.72451 15.1086C7.18929 15.7705 6.22975 15.8694 5.57357 15.3597L5.44643 15.2492L5.42247 15.2253L5.41934 15.2232L5.39016 15.194C4.68239 14.4804 4.40679 13.4441 4.66589 12.473L4.66693 12.4689L4.67631 12.4334L4.67735 12.4314L5.14318 10.7431C5.15243 10.7096 5.1613 10.6783 5.16923 10.6493C5.13878 10.6493 5.10558 10.6483 5.07023 10.6483H4.14274C3.62288 10.6483 3.27015 10.6512 2.9912 10.6035C1.25757 10.3069 0.103662 8.64702 0.42863 6.91854C0.480965 6.64037 0.606164 6.30975 0.787119 5.82223L1.73336 3.27321C1.92812 2.74852 2.08912 2.31209 2.25442 1.96535C2.42515 1.60724 2.62191 1.29594 2.91304 1.03578C3.08408 0.882951 3.273 0.751121 3.47579 0.643944C3.82102 0.461504 4.18214 0.38551 4.57731 0.350066C4.95993 0.315784 5.42553 0.316718 5.98521 0.316718H11.0916C11.876 0.316718 12.52 0.31607 13.0362 0.37195C13.5655 0.429293 14.0423 0.552534 14.4608 0.856536C14.7007 1.03085 14.9117 1.24193 15.086 1.48181C15.3901 1.90027 15.5143 2.37709 15.5717 2.90638C15.6276 3.42269 15.6269 4.06721 15.6269 4.85202V6.50274C15.6269 7.1616 15.633 7.6369 15.5164 8.04299C15.2475 8.97962 14.5158 9.71242 13.5791 9.98133C13.173 10.0979 12.6977 10.0908 12.0389 10.0908C11.8372 10.0908 11.8118 10.0933 11.795 10.096C11.723 10.1077 11.6549 10.1393 11.6012 10.1887C11.5887 10.2002 11.5724 10.219 11.447 10.3784L7.74639 15.0815L7.74535 15.0825L7.72451 15.1086ZM14.2388 4.85202C14.2388 4.03628 14.2379 3.47965 14.1919 3.05541C14.1473 2.64443 14.0672 2.4403 13.9637 2.29779C13.8749 2.17562 13.768 2.06769 13.6458 1.9789C13.5033 1.87532 13.2984 1.79523 12.8872 1.75067C12.4907 1.70773 11.979 1.70511 11.2479 1.70482C11.6511 2.25917 11.8918 2.93968 11.8919 3.67755V7.41251H10.5038V3.67755C10.5036 2.58745 9.62023 1.70378 8.53007 1.70378H5.98521C5.40065 1.70378 5.00679 1.70442 4.70028 1.73192C4.40651 1.7583 4.24662 1.80571 4.12399 1.87052C4.02069 1.92511 3.92452 1.99276 3.8374 2.07061C3.73401 2.16306 3.634 2.2962 3.50705 2.56249C3.37462 2.84027 3.23734 3.20873 3.03393 3.75675L2.08768 6.30578C1.88395 6.85467 1.81646 7.0434 1.79172 7.1749C1.61005 8.14146 2.25533 9.06902 3.22464 9.23517C3.35654 9.25774 3.55717 9.26123 4.14274 9.26123H5.07023C5.25717 9.26123 5.4593 9.25926 5.62672 9.27894C5.80364 9.29975 6.05492 9.35452 6.27179 9.55094C6.37381 9.6434 6.45784 9.75417 6.51982 9.87712C6.65133 10.1381 6.6374 10.3941 6.61048 10.5701C6.58498 10.7366 6.52988 10.9309 6.48022 11.111L6.01439 12.8003L6.00501 12.8347C5.87513 13.3268 6.01464 13.8509 6.37184 14.2134L6.40935 14.2509L6.46667 14.2863C6.52866 14.3087 6.60155 14.2912 6.64591 14.2363L6.65738 14.2238L6.65633 14.2228L10.3569 9.52072C10.4543 9.39693 10.5491 9.27238 10.6633 9.16744C10.9166 8.93476 11.2325 8.7818 11.572 8.72662C11.7251 8.70177 11.8814 8.70369 12.0389 8.70369C12.7927 8.70369 13.0245 8.69645 13.1956 8.64742C13.6727 8.51045 14.0465 8.13761 14.1836 7.66053C14.2327 7.48935 14.2388 7.25721 14.2388 6.50274V4.85202Z",fill:"currentColor"})}),e9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M1.92838 3.06811L0.88799 5.87104C0.676449 6.44097 0.570628 6.72606 0.52825 6.95131C0.249414 8.43336 1.2391 9.85637 2.72555 10.1107C2.95149 10.1493 3.25549 10.1493 3.86348 10.1493H4.88371C5.33306 10.1493 5.55774 10.1493 5.69187 10.2708C5.73467 10.3096 5.76994 10.3559 5.79593 10.4074C5.87738 10.569 5.81766 10.7856 5.69821 11.2188L5.18609 13.076L5.17522 13.1157C4.9602 13.9217 5.1891 14.7812 5.7765 15.3735L5.80568 15.4025L5.82635 15.4229C6.22273 15.8056 6.862 15.7663 7.20846 15.3378L7.22647 15.315L11.2958 10.1435C11.4772 9.91284 11.6214 9.65195 11.6214 9.35847V3.24734C11.6214 1.62711 10.308 0.313655 8.68776 0.313655L5.88886 0.313654C4.63032 0.313654 4.00105 0.313654 3.48649 0.585577C3.31815 0.674536 3.16127 0.783647 3.01929 0.910507C2.58531 1.29828 2.36633 1.88824 1.92838 3.06811Z",fill:"currentColor"}),d.jsx("path",{d:"M13.0963 2.77815C13.0963 1.29585 11.9228 0.431205 11.9228 0.431205H13.3546C14.5498 0.431205 15.5187 1.4001 15.5187 2.59529V7.65491C15.5187 8.8501 14.5498 9.81899 13.3546 9.81899H13.0963V2.77815Z",fill:"currentColor"})]}),t9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M7.95889 1.52285C7.95888 0.826234 8.76055 0.467983 9.27669 0.875208L9.37524 0.967191L15.1317 7.18358C15.5582 7.64419 15.5582 8.35614 15.1317 8.81676L9.37524 15.0331C8.87034 15.578 7.95888 15.2205 7.95889 14.4775V10.8207C7.10614 10.8432 6.31361 10.9316 5.45468 11.2515C4.39484 11.6463 3.18248 12.413 1.64676 13.9425C1.4533 14.135 1.18329 14.1696 0.969086 14.0908C0.74748 14.0091 0.547307 13.7879 0.54859 13.4844L0.55516 13.1315C0.618924 11.3494 1.11153 9.29838 2.27656 7.63787C3.45289 5.96147 5.29554 4.71635 7.95889 4.54797V1.52285ZM9.20911 5.13366C9.20899 5.50567 8.9031 5.77687 8.56523 5.77755C5.99383 5.78282 4.33736 6.8762 3.29964 8.35496C2.54519 9.43014 2.10739 10.7283 1.9152 11.9939C3.04749 11.0323 4.0569 10.4385 5.01917 10.0801C6.29638 9.60449 7.4406 9.56343 8.56429 9.56295C8.9178 9.5628 9.20894 9.84909 9.20911 10.2068L9.20817 13.3737L14.1837 8.00017L9.20817 2.62571L9.20911 5.13366Z",fill:"currentColor"})}),n9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M9.94076 1.34942C10.7047 0.90231 11.6503 0.902415 12.4143 1.34942C12.7061 1.52015 12.9688 1.79118 13.3104 2.13284C13.6521 2.47448 13.9231 2.73721 14.0939 3.02894C14.5408 3.79294 14.5409 4.73856 14.0939 5.50251C13.9231 5.79415 13.652 6.05704 13.3104 6.39861L6.65932 13.0497C6.28068 13.4284 6.00695 13.7108 5.66543 13.9097C5.32391 14.1085 4.94315 14.2074 4.42705 14.3498L3.24394 14.6761C2.77527 14.8054 2.34538 14.9262 2.00131 14.9684C1.65196 15.0112 1.17964 15.0013 0.810764 14.6325C0.441921 14.2637 0.432107 13.7913 0.47486 13.442C0.517035 13.0979 0.6379 12.668 0.767181 12.1993L1.09352 11.0162C1.23588 10.5001 1.33481 10.1193 1.5336 9.77784C1.7325 9.43632 2.0149 9.1626 2.39355 8.78395L9.04466 2.13284C9.38625 1.79126 9.64911 1.52016 9.94076 1.34942ZM15.5427 14.8398H7.55223L8.96707 13.425H15.5427V14.8398ZM3.39382 9.78422C2.965 10.213 2.84244 10.3436 2.75709 10.49C2.67183 10.6366 2.61862 10.8079 2.45733 11.3925L2.13099 12.5756C2.00183 13.0439 1.92194 13.3419 1.88863 13.5536C2.10041 13.5204 2.39872 13.4416 2.86764 13.3123L4.05075 12.9859C4.63544 12.8246 4.80669 12.7715 4.95323 12.6862C5.09968 12.6008 5.23022 12.4783 5.65905 12.0494L10.721 6.98644L8.45577 4.72121L3.39382 9.78422ZM11.7 2.57079C11.3774 2.38198 10.9777 2.38198 10.6551 2.57079C10.5602 2.62647 10.4487 2.72931 10.0449 3.13311L9.45604 3.72094L11.7213 5.98617L12.3102 5.39833C12.7139 4.99457 12.8168 4.88307 12.8725 4.78818C13.0613 4.46561 13.0612 4.06585 12.8725 3.74326C12.8169 3.64827 12.7146 3.53752 12.3102 3.13311C11.9057 2.72863 11.795 2.6264 11.7 2.57079Z",fill:"currentColor"})}),r9=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M7.06431 5.93342C7.68763 5.93342 8.19307 6.43904 8.19322 7.06233C8.19322 7.68573 7.68772 8.19123 7.06431 8.19123C6.44099 8.19113 5.9354 7.68567 5.9354 7.06233C5.93555 6.43911 6.44108 5.93353 7.06431 5.93342Z",fill:"currentColor"}),d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.6815 0.963693C10.1169 0.447019 11.6266 0.374829 12.5633 1.31135C13.5 2.24805 13.4277 3.75776 12.911 5.19319C12.7126 5.74431 12.4386 6.31796 12.0965 6.89729C12.4969 7.54638 12.8141 8.19018 13.036 8.80647C13.5527 10.2419 13.6251 11.7516 12.6883 12.6883C11.7516 13.625 10.242 13.5527 8.8065 13.036C8.19022 12.8141 7.54641 12.4969 6.89732 12.0965C6.31797 12.4386 5.74435 12.7125 5.19322 12.911C3.75777 13.4276 2.2481 13.5 1.31138 12.5633C0.374859 11.6266 0.447049 10.1168 0.963724 8.68147C1.17185 8.10338 1.46321 7.50063 1.82896 6.8924C1.52182 6.35711 1.27235 5.82825 1.08872 5.31819C0.572068 3.88278 0.499714 2.37306 1.43638 1.43635C2.37308 0.499655 3.8828 0.572044 5.31822 1.08869C5.82828 1.27232 6.35715 1.5218 6.89243 1.82893C7.50066 1.46318 8.10341 1.17181 8.6815 0.963693ZM11.3573 8.01154C10.9083 8.62253 10.3901 9.22873 9.80943 9.8094C9.22877 10.3901 8.62255 10.9083 8.01158 11.3572C8.4257 11.5841 8.8287 11.7688 9.21275 11.9071C10.5456 12.3868 11.4246 12.2547 11.8397 11.8397C12.2548 11.4246 12.3869 10.5456 11.9071 9.21272C11.7688 8.82866 11.5841 8.42568 11.3573 8.01154ZM2.56529 8.02912C2.37344 8.39322 2.21495 8.74796 2.09263 9.08772C1.61291 10.4204 1.74512 11.2995 2.16001 11.7147C2.57505 12.1297 3.45415 12.2618 4.78697 11.7821C5.11057 11.6656 5.44786 11.5164 5.7938 11.3367C5.249 10.9223 4.70922 10.4533 4.19029 9.9344C3.57578 9.31987 3.03169 8.67633 2.56529 8.02912ZM6.90708 3.2469C6.24065 3.70479 5.5646 4.26321 4.91392 4.91389C4.26325 5.56456 3.70482 6.24063 3.24693 6.90705C3.72674 7.63325 4.32777 8.37459 5.03892 9.08576C5.64943 9.69627 6.28183 10.2265 6.90806 10.6678C7.59368 10.2025 8.2908 9.63076 8.96079 8.96076C9.6308 8.29075 10.2025 7.59366 10.6678 6.90803C10.2265 6.2818 9.69631 5.6494 9.08579 5.03889C8.37462 4.32773 7.63328 3.72672 6.90708 3.2469ZM11.7147 2.15998C11.2996 1.74509 10.4204 1.61288 9.08775 2.0926C8.74835 2.21479 8.39382 2.37271 8.03013 2.56428C8.67728 3.03065 9.31995 3.5758 9.93443 4.19026C10.4534 4.7092 10.9223 5.24896 11.3368 5.79377C11.5164 5.44785 11.6656 5.11052 11.7821 4.78694C12.2618 3.45416 12.1297 2.57502 11.7147 2.15998ZM4.91197 2.2176C3.57922 1.73788 2.70004 1.86995 2.28501 2.28498C1.87001 2.70003 1.73791 3.5792 2.21763 4.91194C2.31709 5.18822 2.44112 5.47427 2.58677 5.7674C3.01931 5.1887 3.51474 4.6158 4.06529 4.06526C4.61584 3.5147 5.18872 3.01928 5.76743 2.58674C5.47431 2.4411 5.18824 2.31706 4.91197 2.2176Z",fill:"currentColor"})]}),i9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M8.00192 6.64454C8.75026 6.64454 9.35732 7.25169 9.35739 8.00001C9.35739 8.74838 8.7503 9.35548 8.00192 9.35548C7.25367 9.35533 6.64743 8.74829 6.64743 8.00001C6.6475 7.25178 7.25371 6.64468 8.00192 6.64454Z",fill:"currentColor"}),d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.97165 1.29981C11.5853 0.718916 13.271 0.642197 14.3144 1.68555C15.3577 2.72902 15.2811 4.41466 14.7002 6.02833C14.4707 6.66561 14.1504 7.32937 13.75 8.00001C14.1504 8.67062 14.4707 9.33444 14.7002 9.97169C15.2811 11.5854 15.3578 13.271 14.3144 14.3145C13.271 15.3579 11.5854 15.2811 9.97165 14.7002C9.3344 14.4708 8.67059 14.1505 7.99997 13.75C7.32933 14.1505 6.66558 14.4708 6.02829 14.7002C4.41461 15.2811 2.72899 15.3578 1.68552 14.3145C0.642155 13.271 0.71887 11.5854 1.29977 9.97169C1.52915 9.33454 1.84865 8.67049 2.24899 8.00001C1.84866 7.32953 1.52915 6.66544 1.29977 6.02833C0.718852 4.41459 0.64207 2.729 1.68552 1.68555C2.72897 0.642112 4.41456 0.718887 6.02829 1.29981C6.66541 1.52918 7.32949 1.8487 7.99997 2.24903C8.67045 1.84869 9.33451 1.52919 9.97165 1.29981ZM12.9404 9.2129C12.4391 9.893 11.8616 10.5681 11.2148 11.2149C10.568 11.8616 9.89296 12.4391 9.21286 12.9404C9.62532 13.1579 10.0271 13.338 10.4121 13.4766C11.9146 14.0174 12.9172 13.8738 13.3955 13.3955C13.8737 12.9173 14.0174 11.9146 13.4765 10.4121C13.3379 10.0271 13.1578 9.62535 12.9404 9.2129ZM3.05856 9.2129C2.84121 9.62523 2.66197 10.0272 2.52341 10.4121C1.98252 11.9146 2.12627 12.9172 2.60446 13.3955C3.08278 13.8737 4.08544 14.0174 5.58786 13.4766C5.97264 13.338 6.37389 13.1577 6.7861 12.9404C6.10624 12.4393 5.43168 11.8614 4.78513 11.2149C4.13823 10.5679 3.55992 9.89313 3.05856 9.2129ZM7.99899 3.792C7.23179 4.31419 6.45306 4.95512 5.70407 5.70411C4.95509 6.45309 4.31415 7.23184 3.79196 7.99903C4.3143 8.76666 4.95471 9.54653 5.70407 10.2959C6.45309 11.0449 7.23271 11.6848 7.99997 12.207C8.76725 11.6848 9.54683 11.0449 10.2959 10.2959C11.0449 9.54686 11.6848 8.76729 12.207 8.00001C11.6848 7.23275 11.0449 6.45312 10.2959 5.70411C9.5465 4.95475 8.76662 4.31434 7.99899 3.792ZM5.58786 2.52344C4.08533 1.98255 3.08272 2.12625 2.60446 2.6045C2.12621 3.08275 1.98252 4.08536 2.52341 5.5879C2.66189 5.97253 2.8414 6.37409 3.05856 6.78614C3.55983 6.10611 4.1384 5.43189 4.78513 4.78516C5.43186 4.13843 6.10606 3.55987 6.7861 3.0586C6.37405 2.84144 5.97249 2.66192 5.58786 2.52344ZM13.3955 2.6045C12.9172 2.12631 11.9146 1.98257 10.4121 2.52344C10.0272 2.66201 9.62519 2.84125 9.21286 3.0586C9.8931 3.55996 10.5679 4.13827 11.2148 4.78516C11.8614 5.43172 12.4392 6.10627 12.9404 6.78614C13.1577 6.37393 13.338 5.97267 13.4765 5.5879C14.0174 4.08549 13.8736 3.08281 13.3955 2.6045Z",fill:"currentColor"})]}),o9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsxs("mask",{id:"mask0_agent_preset_16",maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"16",height:"16",children:[d.jsx("rect",{width:"16",height:"16",fill:"white"}),d.jsx("circle",{cx:"7.9995",cy:"3.28319",r:"1.712",fill:"black"}),d.jsx("circle",{cx:"3.51122",cy:"11.3855",r:"1.712",fill:"black"}),d.jsx("circle",{cx:"12.4878",cy:"11.3855",r:"1.712",fill:"black"})]}),d.jsx("path",{mask:"url(#mask0_agent_preset_16)",d:"M12.2881 11.0425C12.6002 11.3723 13.0413 11.5786 13.5312 11.5786L13.5342 11.5776C13.1476 12.3233 12.6119 12.9785 11.9639 13.5005C10.9327 14.3309 9.6199 14.8286 8.19336 14.8286C7.29864 14.8285 6.45056 14.6313 5.6875 14.2808C6.08309 14.0281 6.36707 13.6189 6.45215 13.1392C6.99022 13.3561 7.57767 13.476 8.19336 13.4761C9.30019 13.4761 10.3157 13.0915 11.1152 12.4478C11.5935 12.0626 11.9924 11.5848 12.2881 11.0425ZM4.14746 4.36475C4.25569 4.83228 4.55488 5.2247 4.95898 5.4585C4.07956 6.30639 3.53144 7.49605 3.53125 8.81396C3.53125 9.69534 3.77613 10.5202 4.20117 11.2231C3.74959 11.3817 3.38395 11.7232 3.19531 12.1597C2.5541 11.2032 2.17969 10.052 2.17969 8.81396C2.17989 7.05087 2.93868 5.4646 4.14746 4.36475ZM8.19336 2.80029C8.85717 2.80029 9.49784 2.90834 10.0967 3.10791C12.3237 3.85044 13.9725 5.86061 14.1846 8.28369C13.9832 8.20048 13.7627 8.15382 13.5312 8.15381C13.2802 8.15381 13.042 8.20907 12.8271 8.30615C12.6281 6.47264 11.3666 4.95616 9.66895 4.39014C9.2063 4.236 8.70989 4.15186 8.19336 4.15186C7.96112 4.15189 7.7329 4.16981 7.50977 4.20264C7.51947 4.12886 7.52637 4.05348 7.52637 3.97705C7.52628 3.56604 7.3811 3.18914 7.13965 2.89404C7.48183 2.83352 7.83381 2.80033 8.19336 2.80029Z",fill:"currentColor"}),d.jsx("path",{d:"M9.1123 3.28271C9.11205 2.66858 8.61322 2.17041 7.99902 2.17041C7.38504 2.17067 6.88697 2.66874 6.88672 3.28271C6.88672 3.89691 7.38489 4.39574 7.99902 4.396C8.61338 4.396 9.1123 3.89707 9.1123 3.28271ZM10.3115 3.28271C10.3115 4.55981 9.27612 5.59521 7.99902 5.59521C6.72214 5.59496 5.6875 4.55965 5.6875 3.28271C5.68776 2.00599 6.7223 0.971447 7.99902 0.971191C9.27596 0.971191 10.3113 2.00584 10.3115 3.28271Z",fill:"currentColor"}),d.jsx("path",{d:"M4.62402 11.385C4.62377 10.7709 4.12494 10.2727 3.51074 10.2727C2.89676 10.273 2.39869 10.771 2.39844 11.385C2.39844 11.9992 2.89661 12.498 3.51074 12.4983C4.1251 12.4983 4.62402 11.9994 4.62402 11.385ZM5.82324 11.385C5.82324 12.6621 4.78784 13.6975 3.51074 13.6975C2.23386 13.6973 1.19922 12.6619 1.19922 11.385C1.19947 10.1083 2.23402 9.07374 3.51074 9.07349C4.78768 9.07349 5.82299 10.1081 5.82324 11.385Z",fill:"currentColor"}),d.jsx("path",{d:"M13.6006 11.385C13.6003 10.7709 13.1015 10.2727 12.4873 10.2727C11.8733 10.273 11.3753 10.771 11.375 11.385C11.375 11.9992 11.8732 12.498 12.4873 12.4983C13.1017 12.4983 13.6006 11.9994 13.6006 11.385ZM14.7998 11.385C14.7998 12.6621 13.7644 13.6975 12.4873 13.6975C11.2104 13.6973 10.1758 12.6619 10.1758 11.385C10.176 10.1083 11.2106 9.07374 12.4873 9.07349C13.7642 9.07349 14.7995 10.1081 14.7998 11.385Z",fill:"currentColor"})]}),s9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M11.2426 4.80473V6.10551H4.75819V4.80473H11.2426Z",fill:"currentColor"}),d.jsx("path",{d:"M9.40858 7.84478V9.14557H4.75819V7.84478H9.40858Z",fill:"currentColor"}),d.jsx("path",{d:"M9.23438 0.546389C10.1941 0.546389 10.9683 0.544914 11.5859 0.611819C12.2161 0.680096 12.7634 0.825745 13.2393 1.17139C13.5172 1.3733 13.7619 1.61812 13.9639 1.896C14.3096 2.37183 14.4551 2.91922 14.5234 3.54932C14.5903 4.16686 14.5889 4.94133 14.5889 5.90088V10.0981C14.5889 11.0576 14.5903 11.8321 14.5234 12.4497C14.4552 13.0798 14.3094 13.6272 13.9639 14.103C13.7619 14.381 13.5172 14.6257 13.2393 14.8276C12.7633 15.1734 12.2163 15.3189 11.5859 15.3872C10.9683 15.4541 10.1942 15.4536 9.23438 15.4536H6.76563C5.80591 15.4536 5.03168 15.4541 4.41407 15.3872C3.78385 15.3189 3.23665 15.1734 2.76074 14.8276C2.48291 14.6257 2.23802 14.3809 2.03614 14.103C1.69066 13.6272 1.54483 13.0798 1.47657 12.4497C1.40973 11.8321 1.41114 11.0576 1.41114 10.0981V5.90088C1.41113 4.94132 1.40966 4.16686 1.47657 3.54932C1.54488 2.91921 1.69042 2.37184 2.03614 1.896C2.2381 1.61807 2.4828 1.37333 2.76074 1.17139C3.23665 0.825682 3.78386 0.680109 4.41407 0.611819C5.03168 0.544905 5.80591 0.546389 6.76563 0.546389H9.23438ZM6.76563 1.896C5.77586 1.896 5.0876 1.89738 4.55957 1.95459C4.0443 2.01043 3.76214 2.11349 3.55469 2.26416C3.39135 2.38284 3.24761 2.52662 3.12891 2.68994C2.97821 2.89736 2.8752 3.17967 2.81934 3.69483C2.76214 4.22279 2.76075 4.91131 2.76074 5.90088V10.0981C2.76074 11.0876 2.76221 11.7762 2.81934 12.3042C2.87516 12.8194 2.97829 13.1026 3.12891 13.3101C3.24754 13.4733 3.39147 13.6172 3.55469 13.7358C3.76213 13.8865 4.04438 13.9896 4.55957 14.0454C5.0876 14.1026 5.77586 14.103 6.76563 14.103H9.23438C10.2242 14.103 10.9124 14.1026 11.4404 14.0454C11.9556 13.9896 12.2379 13.8865 12.4453 13.7358C12.6086 13.6172 12.7525 13.4733 12.8711 13.3101C13.0217 13.1026 13.1248 12.8195 13.1807 12.3042C13.2378 11.7762 13.2393 11.0876 13.2393 10.0981V5.90088C13.2393 4.91131 13.2379 4.22279 13.1807 3.69483C13.1248 3.17969 13.0218 2.89736 12.8711 2.68994C12.7524 2.52667 12.6086 2.38281 12.4453 2.26416C12.2379 2.11355 11.9556 2.01041 11.4404 1.95459C10.9124 1.8974 10.2241 1.896 9.23438 1.896H6.76563Z",fill:"currentColor"})]}),l9=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M8.19727 5.86969C9.2092 6.90067 9.20969 8.55271 8.19727 9.58338L6.88871 10.8919C5.85801 11.9039 4.20584 11.9037 3.17502 10.8919L3.10873 10.8243C2.09622 9.7934 2.09626 8.14148 3.10873 7.11058L4.36757 5.85174C4.28261 6.33758 4.30355 6.84354 4.44077 7.33362L3.89249 7.88053C3.30043 8.48348 3.30108 9.4507 3.89318 10.0536L3.94566 10.1061C4.54861 10.698 5.51521 10.6981 6.11808 10.1061L7.41283 8.81275C8.00484 8.21002 8.00504 7.24267 7.41352 6.63964L7.35966 6.58716C7.21975 6.44976 7.05995 6.34434 6.89009 6.27089L7.70009 5.4609C7.85176 5.55768 7.99607 5.67091 8.1296 5.80202L8.19727 5.86969Z",fill:"currentColor"}),d.jsx("path",{d:"M5.80913 8.12648C4.79584 7.09547 4.79591 5.44245 5.80913 4.41141C5.81733 4.40304 5.82707 4.39209 5.8409 4.37826L7.07833 3.14082C7.09224 3.12693 7.10311 3.11729 7.11148 3.10906C8.14253 2.09591 9.79557 2.09579 10.8266 3.10906L10.8908 3.17328C11.9041 4.20425 11.9039 5.85727 10.8908 6.88835L9.63193 8.14581C9.70566 7.66581 9.67564 7.16895 9.53456 6.68948L10.1063 6.11772C10.6989 5.51458 10.6992 4.54691 10.1063 3.94391L10.0552 3.8942C9.45215 3.30157 8.48446 3.30151 7.88142 3.8942L6.59358 5.18204C6.00081 5.78507 6.00092 6.75274 6.59358 7.35584L6.6433 7.40694C6.77998 7.54132 6.93555 7.64528 7.10112 7.71837L6.29251 8.52699C6.14446 8.43127 6.00395 8.31906 5.87335 8.1907L5.80913 8.12648Z",fill:"currentColor"})]}),u9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M9.94133 6.50173C11.3218 7.99603 11.3218 10.3011 9.94128 11.7954C9.88691 11.8542 9.82125 11.9196 9.72099 12.0198L7.75707 13.9838C7.65709 14.0838 7.592 14.1491 7.53334 14.2034C6.03906 15.5843 3.7327 15.5854 2.23827 14.2048C2.17933 14.1503 2.11374 14.0844 2.01315 13.9838C1.91318 13.8839 1.84922 13.8188 1.79495 13.7601C0.413857 12.2657 0.413909 9.95948 1.795 8.46503C1.84923 8.4064 1.91335 8.34115 2.01321 8.24129L3.79275 6.46313C3.71814 7.08101 3.75236 7.71445 3.90115 8.33518L3.00344 9.23151C2.89398 9.34097 2.8535 9.38307 2.82251 9.41658C1.93771 10.3744 1.93704 11.8514 2.82179 12.8092C2.85279 12.8427 2.89383 12.884 3.0034 12.9936C3.11272 13.1029 3.15429 13.1442 3.18777 13.1752C4.14561 14.0603 5.62381 14.0608 6.58178 13.1758C6.61532 13.1448 6.65722 13.1032 6.76685 12.9935L8.73077 11.0296C8.83999 10.9204 8.88142 10.8787 8.91238 10.8452C9.79744 9.88728 9.7969 8.40911 8.91173 7.45124C8.88074 7.41775 8.83944 7.3762 8.73011 7.26687C8.62082 7.15757 8.58061 7.11623 8.54712 7.08526C8.37347 6.92477 8.18243 6.79361 7.98088 6.69165L9.00289 5.66964C9.17506 5.78373 9.34035 5.91265 9.49663 6.05703C9.55538 6.11135 9.62026 6.17652 9.72036 6.27662C9.82094 6.3772 9.88686 6.4428 9.94133 6.50173Z",fill:"currentColor"}),d.jsx("path",{d:"M6.06816 9.49196C4.68626 7.99724 4.68667 5.68942 6.06885 4.19487C6.12268 4.13671 6.18789 4.07306 6.28706 3.9739L8.24541 2.01416C8.34478 1.91479 8.41018 1.85055 8.46845 1.79665C9.96301 0.414902 12.2689 0.414922 13.7635 1.79665C13.8217 1.85051 13.8866 1.91559 13.9858 2.01486C14.0849 2.11394 14.1502 2.17769 14.204 2.23583C15.5861 3.7304 15.5866 6.03823 14.2047 7.53291C14.1508 7.59125 14.0854 7.65638 13.9858 7.75595L12.1994 9.54098C12.2614 8.92982 12.2185 8.30587 12.0634 7.69657L12.9956 6.76573C13.1044 6.65692 13.1458 6.61529 13.1765 6.58205C14.0621 5.62404 14.0621 4.1454 13.1765 3.18738C13.1458 3.15419 13.104 3.1135 12.9956 3.00508C12.8877 2.89716 12.8471 2.85551 12.814 2.82485C11.8559 1.9389 10.376 1.93886 9.41794 2.82485C9.38479 2.85554 9.34381 2.89622 9.23564 3.00439L7.27728 4.96413C7.16875 5.07265 7.12708 5.11322 7.09636 5.14643C6.21074 6.10441 6.21153 7.58236 7.09705 8.5404C7.12775 8.57357 7.16826 8.61575 7.27659 8.72408C7.38456 8.83205 7.42647 8.87227 7.45958 8.90293C7.62849 9.0591 7.81309 9.1881 8.00856 9.28894L6.98795 10.3095C6.82111 10.1978 6.66052 10.0715 6.50872 9.93114C6.45057 9.87733 6.38547 9.81341 6.28637 9.71431C6.1871 9.61504 6.12202 9.55018 6.06816 9.49196Z",fill:"currentColor"})]}),a9=({size:n=8,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 8 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M6.54199 8.62824C6.54199 8.44193 6.54146 8.28829 6.53906 8.15851L1.11719 13.5814L0.728516 13.1927L0.339844 12.803L5.76172 7.38019C5.63201 7.3778 5.47812 7.37824 5.29199 7.37824H1.43555V6.27863H5.29199C5.65471 6.27863 5.97167 6.27814 6.22852 6.30597C6.49541 6.33493 6.76232 6.3998 7.00293 6.57452C7.13452 6.67013 7.25108 6.78571 7.34668 6.9173C7.52157 7.15808 7.5863 7.4256 7.61523 7.69269C7.64305 7.94948 7.64258 8.26562 7.64258 8.62824V12.4857H6.54199V8.62824Z",fill:"currentColor"})}),c9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M13.588429 5.147807C13.588429 4.739638 13.587271 4.403003 13.582013 4.118684L1.703098 15.99968L0.85155 15.148178L0 14.294485L11.878915 2.413442C11.594721 2.408199 11.257569 2.409154 10.849776 2.409154H2.400594V0.000001H10.849776C11.644471 0.000001 12.338899 -0.001059 12.901622 0.059909C13.486363 0.123352 14.071136 0.265493 14.598303 0.648292C14.886598 0.857751 15.141981 1.110984 15.351433 1.399281C15.734578 1.926807 15.876362 2.512925 15.939743 3.098105C16.000775 3.660718 15.99968 4.353347 15.99968 5.147807V13.599133H13.588429V5.147807Z",fill:"currentColor"})}),f9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M14.9943 1.92389V3.32428H1.00598V1.92389H14.9943Z",fill:"currentColor"}),d.jsx("path",{d:"M14.9943 5.50784V6.90823H1.00598V5.50784H14.9943Z",fill:"currentColor"}),d.jsx("path",{d:"M14.9943 9.09177V10.4922H1.00598V9.09177H14.9943Z",fill:"currentColor"}),d.jsx("path",{d:"M8.93274 12.6757V14.0761H1.00598V12.6757H8.93274Z",fill:"currentColor"})]}),d9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M14.4782 4.84067L14.2138 10.1152C14.1102 12.1872 14.067 13.0115 13.3866 13.9607C13.1044 14.3546 12.7498 14.6912 12.3424 14.9535C11.8239 15.2872 11.2415 15.4316 10.5585 15.4998C9.88727 15.5668 9.04946 15.5656 7.99998 15.5656C6.95051 15.5656 6.1127 15.5668 5.44142 15.4998C4.75851 15.4316 4.17602 15.2872 3.65753 14.9535C3.25012 14.6912 2.89559 14.3546 2.61332 13.9607C1.93296 13.0115 1.88979 12.1872 1.78619 10.1152L1.52179 4.84067L2.89006 4.77277L3.15343 10.0463C3.26221 12.2218 3.32452 12.6015 3.72646 13.1624C3.90825 13.4161 4.13686 13.6334 4.39927 13.8023C4.66204 13.9714 5.00263 14.0792 5.57825 14.1367C6.16562 14.1953 6.92298 14.1963 7.99998 14.1963C9.07699 14.1963 9.83434 14.1953 10.4217 14.1367C10.9973 14.0792 11.3379 13.9714 11.6007 13.8023C11.8631 13.6334 12.0917 13.4161 12.2735 13.1624C12.6755 12.6015 12.7378 12.2218 12.8465 10.0463L13.1099 4.77277L14.4782 4.84067ZM5.43011 6.22849H6.7994V11.3909H5.43011V6.22849ZM9.20056 6.22849H10.5699V11.3909H9.20056V6.22849ZM8.53597 0.434431C9.17976 0.434431 9.6522 0.426926 10.0966 0.571258C10.2357 0.616451 10.3717 0.672554 10.502 0.738948C10.9182 0.951107 11.2464 1.29099 11.7015 1.74612L12.4978 2.54136H15.3742V3.91169H0.625732V2.54136H3.50218L4.29845 1.74612C4.75358 1.29099 5.08174 0.951107 5.49801 0.738948C5.62831 0.672554 5.76425 0.616451 5.90334 0.571258C6.34776 0.426926 6.82021 0.434431 7.46399 0.434431H8.53597ZM7.46399 1.80476C6.73208 1.80476 6.51641 1.81187 6.32617 1.87369C6.25545 1.89667 6.18668 1.92533 6.12041 1.95907C5.96398 2.03878 5.82348 2.16253 5.44142 2.54136H10.5585C10.1765 2.16253 10.036 2.03878 9.87955 1.95907C9.81329 1.92533 9.74452 1.89667 9.6738 1.87369C9.48356 1.81187 9.26789 1.80476 8.53597 1.80476H7.46399Z",fill:"currentColor"})}),q0=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M6.3002 3.32843L7.69986 3.32843L7.69986 7.79657H6.3002L6.3002 3.32843Z",fill:"currentColor"}),d.jsx("path",{d:"M6.3002 9.01935H7.69986V10.6711H6.3002V9.01935Z",fill:"currentColor"}),d.jsx("path",{d:"M12.6328 6.99976C12.6328 3.88874 10.111 1.36694 7 1.36694C3.88899 1.36695 1.3672 3.88875 1.36719 6.99976C1.36719 10.1108 3.88899 12.6326 7 12.6326C10.111 12.6326 12.6328 10.1108 12.6328 6.99976ZM13.8582 6.99976C13.8582 10.7873 10.7876 13.8579 7 13.8579C3.21244 13.8579 0.141846 10.7873 0.141846 6.99976C0.141857 3.2122 3.21245 0.141612 7 0.141602C10.7876 0.141602 13.8581 3.21219 13.8582 6.99976Z",fill:"currentColor"})]}),h9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M11.0307 5.46369C11.0305 3.78995 9.6734 2.43357 7.99961 2.43357C6.32601 2.43379 4.96972 3.79009 4.96949 5.46369C4.96949 7.13748 6.32587 8.49455 7.99961 8.49477C9.67354 8.49477 11.0307 7.13762 11.0307 5.46369ZM12.3163 5.46369C12.3163 7.84777 10.3837 9.78042 7.99961 9.78042C5.61572 9.7802 3.68288 7.84763 3.68288 5.46369C3.6831 3.07993 5.61586 1.14718 7.99961 1.14695C10.3836 1.14695 12.3161 3.0798 12.3163 5.46369Z",fill:"currentColor"}),d.jsx("path",{d:"M8.00002 10.3316C11.7343 10.3316 14.1864 11.8997 15.0387 14.4445L14.4292 14.6483L13.8197 14.8531C13.1955 12.9893 11.3673 11.6182 8.00002 11.6182C4.63277 11.6182 2.80455 12.9893 2.18031 14.8531L1.5708 14.6483L0.961304 14.4445C1.81368 11.8997 4.26579 10.3316 8.00002 10.3316Z",fill:"currentColor"})]}),p9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M8.3125 0.981587C8.66767 1.0545 8.97902 1.20558 9.2627 1.43374C9.48724 1.61438 9.73029 1.85933 9.97949 2.10854L14.707 6.83608L13.293 8.25014L9 3.95717V15.0431H7V3.95717L2.70703 8.25014L1.29297 6.83608L6.02051 2.10854C6.26971 1.85933 6.51277 1.61438 6.7373 1.43374C6.97662 1.24126 7.28445 1.04542 7.6875 0.981587C7.8973 0.94841 8.1031 0.956564 8.3125 0.981587Z",fill:"currentColor"})}),m9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M2 4.88C2 3.68009 2 3.08013 2.30557 2.65954C2.40426 2.52371 2.52371 2.40426 2.65954 2.30557C3.08013 2 3.68009 2 4.88 2H11.12C12.3199 2 12.9199 2 13.3405 2.30557C13.4763 2.40426 13.5957 2.52371 13.6944 2.65954C14 3.08013 14 3.68009 14 4.88V11.12C14 12.3199 14 12.9199 13.6944 13.3405C13.5957 13.4763 13.4763 13.5957 13.3405 13.6944C12.9199 14 12.3199 14 11.12 14H4.88C3.68009 14 3.08013 14 2.65954 13.6944C2.52371 13.5957 2.40426 13.4763 2.30557 13.3405C2 12.9199 2 12.3199 2 11.12V4.88Z",fill:"currentColor"})}),g9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M5.5498 9.75V5H6.9502V9.75C6.9502 10.3299 7.4201 10.7998 8 10.7998C8.5799 10.7998 9.0498 10.3299 9.0498 9.75V4.5C9.0498 2.9536 7.7964 1.7002 6.25 1.7002C4.7036 1.7002 3.4502 2.9536 3.4502 4.5V9.75C3.4502 12.2629 5.4871 14.2998 8 14.2998C10.5129 14.2998 12.5498 12.2629 12.5498 9.75V4H13.9502V9.75C13.9502 13.0361 11.2861 15.7002 8 15.7002C4.71391 15.7002 2.0498 13.0361 2.0498 9.75V4.5C2.04981 2.1804 3.9304 0.299806 6.25 0.299805C8.5696 0.299805 10.4502 2.1804 10.4502 4.5V9.75C10.4502 11.1031 9.3531 12.2002 8 12.2002C6.6469 12.2002 5.5498 11.1031 5.5498 9.75Z",fill:"currentColor"})}),C9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M2.871 13.1286C0.0387669 10.2962 0.0387669 5.70383 2.871 2.87141C5.70341 0.0390029 10.2957 0.0391154 13.1282 2.87141L12.1387 3.86094C9.85292 1.57538 6.1469 1.57596 3.86123 3.86163C1.57573 6.14732 1.57573 9.85269 3.86123 12.1384C6.1469 14.424 9.85292 14.4246 12.1387 12.1391L13.1282 13.1286C10.2957 15.9609 5.70341 15.961 2.871 13.1286Z",fill:"currentColor"})}),v9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M15.3695 11.411L15.1234 12.8866C14.8869 14.3042 13.6603 15.3436 12.223 15.3436H3.77673C2.33958 15.3434 1.1128 14.3042 0.876343 12.8866L0.630249 11.411L2.05408 11.1747L2.29919 12.6493C2.41973 13.3713 3.04475 13.9001 3.77673 13.9003H12.223C12.9551 13.9002 13.58 13.3713 13.7006 12.6493L13.9457 11.1747L15.3695 11.411ZM8.72205 8.994C8.77717 8.93934 8.83792 8.88106 8.90271 8.81627L12.4828 5.23424L13.5043 6.25572L9.92224 9.8358C9.6395 10.1185 9.38763 10.3732 9.15857 10.5575C8.91892 10.7503 8.63953 10.9224 8.2865 10.9784C8.09711 11.0083 7.90363 11.0083 7.71423 10.9784C7.36106 10.9224 7.0809 10.7503 6.84119 10.5575C6.61215 10.3732 6.36022 10.1185 6.07751 9.8358L2.49646 6.25572L3.51697 5.23424L7.09705 8.81627C7.16219 8.88142 7.22331 8.94006 7.27869 8.99498V1.3065H8.72205V8.994Z",fill:"currentColor"})}),y9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M14.1446 8C14.1446 4.6062 11.3938 1.85539 8 1.85539C4.6062 1.85539 1.85539 4.6062 1.85539 8C1.85539 11.3938 4.6062 14.1446 8 14.1446C11.3938 14.1446 14.1446 11.3938 14.1446 8ZM15.511 8C15.511 12.148 12.148 15.511 8 15.511C3.85202 15.511 0.489014 12.148 0.489014 8C0.489014 3.85202 3.85202 0.489014 8 0.489014C12.148 0.489014 15.511 3.85202 15.511 8Z",fill:"currentColor"}),d.jsx("path",{d:"M10.5617 8.42578C10.852 8.21614 10.852 7.78386 10.5617 7.57422L7.25708 5.18751C6.90974 4.93666 6.42436 5.18484 6.42436 5.61329V10.3867C6.42436 10.8152 6.90974 11.0633 7.25708 10.8125L10.5617 8.42578Z",fill:"currentColor"})]}),w9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M14.1448 8.00024C14.1448 4.60644 11.394 1.85563 8.00024 1.85563C4.60644 1.85563 1.85563 4.60644 1.85563 8.00024C1.85563 11.394 4.60644 14.1448 8.00024 14.1448C11.394 14.1448 14.1448 11.394 14.1448 8.00024ZM15.5112 8.00024C15.5112 12.1482 12.1482 15.5112 8.00024 15.5112C3.85226 15.5112 0.489258 12.1482 0.489258 8.00024C0.489258 3.85226 3.85226 0.489258 8.00024 0.489258C12.1482 0.489258 15.5112 3.85226 15.5112 8.00024Z",fill:"currentColor"}),d.jsx("path",{d:"M7.14244 5.14258V10.8569H5.71387V5.14258H7.14244Z",fill:"currentColor"}),d.jsx("path",{d:"M10.286 5.14258V10.8569H8.85742V5.14258H10.286Z",fill:"currentColor"})]}),x9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M2.58875 12.3407L6.59167 8.33777L7.66296 9.40808L3.66003 13.411H7.99988V14.8065H3.05457C2.02633 14.8065 1.19324 13.9734 1.19324 12.9452V7.99988H2.58875V12.3407Z",fill:"currentColor"}),d.jsx("path",{d:"M12.9452 1.19324C13.9734 1.19324 14.8065 2.02633 14.8065 3.05457V7.99988H13.411V3.66003L9.40808 7.66296L8.33777 6.59167L12.3407 2.58875H7.99988V1.19324H12.9452Z",fill:"currentColor"})]}),_9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.3368 1.53569L11.931 4.43172H14.8086V5.79673H11.7404L11.1962 9.67859H14.2839V11.0436H11.0056L10.4994 14.6529L9.14873 14.4643L9.62731 11.0436H5.75876L5.25252 14.6529L3.90186 14.4643L4.38043 11.0436H1.69141V9.67859H4.57104L5.11417 5.79673H2.21609V4.43172H5.30581L5.73724 1.34713L7.08995 1.53569L6.68414 4.43172H10.5527L10.9841 1.34713L12.3368 1.53569ZM5.94937 9.67859H9.81791L10.361 5.79673H6.49353L5.94937 9.67859Z",fill:"currentColor"})}),k9=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsxs("g",{clipPath:"url(#clip0_1840_45990)",children:[d.jsx("path",{d:"M3.03426 5.66661L1.70084 7.00003L3.0315 8.33069L2.14762 9.21457L-0.0669245 7.00003L2.15038 4.78273L3.03426 5.66661ZM7 14.067L4.77924 11.8462L5.66313 10.9623L7 12.2992L8.33342 10.9658L9.2173 11.8496L7 14.067ZM11.8489 9.21803L10.965 8.33414L12.2992 7.00003L10.9623 5.66316L11.8462 4.77927L14.0669 7.00003L11.8489 9.21803ZM8.33066 3.03153L7 1.70087L5.66589 3.03498L4.782 2.1511L7 -0.0668945L9.21454 2.14765L8.33066 3.03153Z",fill:"currentColor"}),d.jsx("rect",{x:"5.98535",y:"5.98535",width:"2.02942",height:"2.02942",fill:"currentColor"})]}),d.jsx("defs",{children:d.jsx("clipPath",{id:"clip0_1840_45990",children:d.jsx("rect",{width:"14",height:"14",fill:"currentColor"})})})]}),S9=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",children:[d.jsx("path",{transform:"translate(0.6689 1.073)",d:"M11.4818 5.57813C11.4818 4.45301 11.4807 3.66237 11.4075 3.05908C11.3359 2.46953 11.2024 2.13852 10.9939 1.89441C10.9247 1.81341 10.8493 1.73801 10.7683 1.66882C10.5242 1.46033 10.1932 1.32686 9.60364 1.25525C9.00034 1.18198 8.20974 1.18091 7.0846 1.18091L5.57813 1.18091C4.45301 1.18091 3.66238 1.18198 3.05908 1.25525C2.46953 1.32686 2.13852 1.46033 1.89441 1.66882C1.81341 1.73801 1.73801 1.81341 1.66882 1.89441C1.46033 2.13852 1.32686 2.46953 1.25525 3.05908C1.18198 3.66238 1.18091 4.45301 1.18091 5.57813L1.18091 6.2771C1.18091 7.40218 1.18197 8.19288 1.25525 8.79614C1.32687 9.38553 1.46036 9.71674 1.66882 9.96082C1.73797 10.0417 1.81347 10.1173 1.89441 10.1864C2.13851 10.3948 2.46965 10.5275 3.05908 10.5991C3.66238 10.6724 4.45298 10.6735 5.57813 10.6735L7.0846 10.6735C8.20977 10.6735 9.00033 10.6724 9.60364 10.5991C10.1931 10.5275 10.5242 10.3948 10.7683 10.1864C10.8493 10.1173 10.9247 10.0417 10.9939 9.96082C11.2024 9.71674 11.3358 9.38553 11.4075 8.79614C11.4808 8.19288 11.4818 7.40218 11.4818 6.2771L11.4818 5.57813ZM12.6627 6.2771C12.6627 7.37222 12.6637 8.247 12.5798 8.93799C12.4942 9.64284 12.3133 10.2359 11.8928 10.7282C11.7834 10.8562 11.6637 10.9751 11.5356 11.0845C11.0434 11.5049 10.4511 11.6867 9.74634 11.7723C9.05525 11.8563 8.17999 11.8552 7.0846 11.8552L5.57813 11.8552C4.48273 11.8552 3.60747 11.8563 2.91638 11.7723C2.21157 11.6867 1.61933 11.5049 1.12708 11.0845C0.99901 10.9751 0.879281 10.8562 0.769898 10.7282C0.349454 10.2359 0.168506 9.64284 0.0828864 8.93799C-0.00101964 8.247 4.88512e-07 7.37222 6.47206e-07 6.2771L6.47206e-07 5.57813C6.47206e-07 4.48273 -0.00106163 3.60747 0.0828864 2.91638C0.168502 2.21168 0.349594 1.61928 0.769898 1.12708C0.879302 0.998981 0.998981 0.879302 1.12708 0.769898C1.61928 0.349594 2.21168 0.168502 2.91638 0.0828864C3.60747 -0.00106163 4.48273 6.47206e-07 5.57813 6.47206e-07L7.0846 6.47206e-07C8.17999 6.47206e-07 9.05525 -0.00106163 9.74634 0.0828864C10.451 0.168505 11.0434 0.349587 11.5356 0.769898C11.6637 0.879302 11.7834 0.998981 11.8928 1.12708C12.3131 1.61928 12.4942 2.21169 12.5798 2.91638C12.6638 3.60747 12.6627 4.48273 12.6627 5.57813L12.6627 6.2771Z",fill:"currentColor"}),d.jsx("path",{transform:"translate(0.6689 1.073)",d:"M6.02607 5.50955L6.44306 5.9274L3.84284 8.52762L3.425 8.11063L3.00715 7.69278L4.77253 5.9274L3.00715 4.16202L3.84284 3.32633L6.02607 5.50955Z",fill:"currentColor"}),d.jsx("path",{transform:"translate(0.6689 1.073)",d:"M9.23789 7.35397L9.23789 8.53488L6.96238 8.53488L6.96238 7.35397L9.23789 7.35397Z",fill:"currentColor"})]}),L9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",children:d.jsx("path",{transform:"translate(1.292 1.3)",d:"M10.3232 9.18164C11.2868 9.18164 12.0985 9.82833 12.3506 10.7109L13.415 10.7109L13.415 11.8711L12.3496 11.8711C12.0971 12.7532 11.2864 13.3994 10.3232 13.3994C9.36031 13.3992 8.55012 12.7531 8.29785 11.8711L0 11.8711L0 10.7109L8.29688 10.7109C8.54876 9.82845 9.35988 9.18186 10.3232 9.18164ZM10.3232 10.3418C9.7999 10.3421 9.37534 10.7667 9.375 11.29C9.375 11.8137 9.79969 12.239 10.3232 12.2393C10.847 12.2393 11.2725 11.8138 11.2725 11.29C11.2721 10.7666 10.8468 10.3418 10.3232 10.3418ZM12.4326 11.291C12.4326 11.3549 12.4284 11.418 12.4229 11.4805C12.4287 11.4181 12.4326 11.355 12.4326 11.291ZM8.21484 11.2832C8.21484 11.2856 8.21484 11.2886 8.21484 11.291L8.21484 11.29C8.21484 11.2878 8.21484 11.2855 8.21484 11.2832ZM3.08301 4.59082C4.04605 4.59095 4.85696 5.23717 5.10938 6.11914L13.415 6.11914L13.415 7.2793L5.11035 7.2793C4.85833 8.16202 4.04648 8.80846 3.08301 8.80859C2.11972 8.80843 1.30963 8.16179 1.05762 7.2793L0 7.2793L0 6.11914L1.05762 6.11914C1.30994 5.23728 2.12006 4.59098 3.08301 4.59082ZM3.08301 5.75098C2.55962 5.75117 2.13512 6.17587 2.13477 6.69922C2.13477 7.22287 2.5594 7.64824 3.08301 7.64844C3.60665 7.64828 4.03223 7.2229 4.03223 6.69922C4.03187 6.17585 3.60643 5.75113 3.08301 5.75098ZM5.19238 6.69922C5.19238 6.763 5.18816 6.82633 5.18262 6.88867C5.18846 6.82629 5.19238 6.76313 5.19238 6.69922C5.19236 6.63495 5.18853 6.57152 5.18262 6.50879C5.18826 6.57154 5.19236 6.635 5.19238 6.69922ZM0.982422 6.52344C0.977382 6.58136 0.97463 6.63999 0.974609 6.69922C0.974609 6.75775 0.977496 6.81579 0.982422 6.87305C0.977758 6.81579 0.974609 6.75767 0.974609 6.69922C0.974628 6.64 0.977618 6.58142 0.982422 6.52344ZM10.3232 0C11.2869 0 12.0986 0.646596 12.3506 1.5293L13.415 1.5293L13.415 2.68945L12.3496 2.68945C12.363 2.64266 12.3754 2.59488 12.3857 2.54688C12.1838 3.50118 11.3376 4.21777 10.3232 4.21777C9.36037 4.21756 8.55018 3.57139 8.29785 2.68945L0 2.68945L0 1.5293L8.29688 1.5293C8.5487 0.646717 9.35981 0.00021854 10.3232 0ZM10.3232 1.16016C9.79984 1.16042 9.37524 1.58499 9.375 2.1084C9.375 2.63201 9.79969 3.05735 10.3232 3.05762C10.847 3.05762 11.2725 2.63217 11.2725 2.1084C11.2722 1.58483 10.8469 1.16016 10.3232 1.16016ZM12.4229 2.29883C12.4287 2.23641 12.4326 2.17331 12.4326 2.10938C12.4326 2.17327 12.4284 2.23638 12.4229 2.29883ZM8.21484 2.10938L8.21484 2.1084L8.21484 2.10938ZM8.22266 1.93359C8.21785 1.98897 8.21506 2.04499 8.21484 2.10156C8.21503 2.04501 8.2181 1.98902 8.22266 1.93359ZM8.22266 11.1162C8.2179 11.1713 8.21507 11.227 8.21484 11.2832C8.21504 11.227 8.21814 11.1713 8.22266 11.1162Z",fill:"currentColor"})}),j9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",children:[d.jsx("path",{transform:"translate(9.52 2.52)",d:"M3.55246 0L3.55246 2.44252L6 2.44252L6 3.55748L3.55246 3.55748L3.55246 6L2.43834 6L2.43834 3.55748L0 3.55748L0 2.44252L2.43834 2.44252L2.43834 0L3.55246 0Z",fill:"currentColor"}),d.jsx("path",{transform:"translate(0.3496 2.35)",d:"M4.76367 0C5.36861 1.80598e-05 5.93113 0.310294 6.25488 0.821289L6.78027 1.64941C6.79685 1.67558 6.81791 1.69775 6.83887 1.71973C6.72186 2.15521 6.65702 2.61192 6.65137 3.08301C6.25601 2.96045 5.90909 2.70478 5.68164 2.3457L5.15723 1.5166C5.07183 1.38189 4.92318 1.3008 4.76367 1.30078L2.32422 1.30078C1.7589 1.30078 1.30078 1.7589 1.30078 2.32422L1.30078 10.1338C1.30078 10.6991 1.7589 11.1572 2.32422 11.1572L11.9766 11.1572C12.5419 11.1572 13 10.6991 13 10.1338L13 8.58398C13.4545 8.5135 13.8903 8.38748 14.3008 8.21289L14.3008 10.1338C14.3008 11.4171 13.2598 12.458 11.9766 12.458L2.32422 12.458C1.04093 12.458 0 11.4171 0 10.1338L0 2.32422C0 1.04093 1.04093 0 2.32422 0L4.76367 0Z",fill:"currentColor"})]}),E9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",children:d.jsx("path",{d:"M5.19629 1.57104C5.81144 1.5711 6.38623 1.8786 6.72754 2.39038L7.19922 3.09839C7.28454 3.22635 7.42824 3.30344 7.58203 3.30347H12.1699C13.5039 3.30348 14.5859 4.38548 14.5859 5.71948V6.62671C15.2694 7.02689 15.6605 7.85012 15.4385 8.68726L14.3848 12.658C14.1037 13.7164 13.1449 14.4527 12.0498 14.4529H2.91699C1.51651 14.4529 0.451662 13.2814 0.501954 11.9519V3.98706C0.501954 2.65305 1.58396 1.57104 2.91797 1.57104H5.19629ZM3.7793 7.75562C3.30994 7.75562 2.89883 8.07153 2.77832 8.52515L1.91602 11.7722C1.74167 12.4291 2.23734 13.073 2.91699 13.073H12.0498C12.5191 13.0728 12.9304 12.757 13.0508 12.3035L14.1045 8.33374C14.1819 8.04202 13.9619 7.756 13.6602 7.75562H3.7793ZM2.91797 2.9519C2.34625 2.9519 1.88281 3.41534 1.88281 3.98706V7.2937C2.33068 6.7269 3.02249 6.37476 3.7793 6.37476H13.2051V5.71948C13.2051 5.14777 12.7416 4.68434 12.1699 4.68433H7.58203C6.96675 4.6843 6.39209 4.37595 6.05078 3.86401L5.5791 3.15601C5.49379 3.02821 5.34995 2.95196 5.19629 2.9519H2.91797Z",fill:"currentColor"})}),b9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",children:[d.jsx("path",{d:"M5.19629 1.57104C5.81144 1.5711 6.38623 1.8786 6.72754 2.39038L7.19922 3.09839C7.28454 3.22635 7.42824 3.30344 7.58203 3.30347H12.1699C13.5039 3.30348 14.5859 4.38548 14.5859 5.71948V6.62671C15.2694 7.02689 15.6605 7.85012 15.4385 8.68726L14.3848 12.658C14.1037 13.7164 13.1449 14.4527 12.0498 14.4529H2.91699C1.51651 14.4529 0.451662 13.2814 0.501954 11.9519V3.98706C0.501954 2.65305 1.58396 1.57104 2.91797 1.57104H5.19629ZM3.7793 7.75562C3.30994 7.75562 2.89883 8.07153 2.77832 8.52515L1.91602 11.7722C1.74167 12.4291 2.23734 13.073 2.91699 13.073H12.0498C12.5191 13.0728 12.9304 12.757 13.0508 12.3035L14.1045 8.33374C14.1819 8.04202 13.9619 7.756 13.6602 7.75562H3.7793ZM2.91797 2.9519C2.34625 2.9519 1.88281 3.41534 1.88281 3.98706V7.2937C2.33068 6.7269 3.02249 6.37476 3.7793 6.37476H13.2051V5.71948C13.2051 5.14777 12.7416 4.68434 12.1699 4.68433H7.58203C6.96675 4.6843 6.39209 4.37595 6.05078 3.86401L5.5791 3.15601C5.49379 3.02821 5.34995 2.95196 5.19629 2.9519H2.91797Z",fill:"currentColor"}),d.jsx("path",{opacity:"0.2",d:"M13.6602 7.75525C13.9618 7.7556 14.1815 8.04179 14.1045 8.33337L13.0508 12.3031C12.9304 12.7567 12.5191 13.0725 12.0498 13.0726H2.91701C2.23744 13.0725 1.7417 12.4287 1.91603 11.7719L2.77834 8.52478C2.89898 8.07146 3.31018 7.75532 3.77931 7.75525H13.6602ZM5.1963 2.95154C5.34985 2.95159 5.49377 3.02803 5.57912 3.15564L6.0508 3.86365C6.39205 4.37553 6.96685 4.68385 7.58205 4.68396H12.1699C12.7416 4.68396 13.2049 5.14754 13.2051 5.71912V6.37439H3.77931C3.02267 6.37444 2.33067 6.72671 1.88283 7.29333V3.98669C1.88299 3.4152 2.34649 2.95168 2.91798 2.95154H5.1963Z",fill:"currentColor"})]}),O9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",children:d.jsx("path",{transform:"translate(1.5 2.429)",d:"M5.05582 0.518756L4.50669 0.86654L5.05582 0.518756ZM13 9.4837L13.65 9.4837L13.65 3.53962L13 3.53962L12.35 3.53962L12.35 9.4837L13 9.4837ZM11.3264 1.86603L11.3264 1.21603L6.52313 1.21603L6.52313 1.86603L6.52313 2.51603L11.3264 2.51603L11.3264 1.86603ZM5.58054 1.34727L6.12968 0.999489L5.60495 0.170972L5.05582 0.518756L4.50669 0.86654L5.03141 1.69506L5.58054 1.34727ZM4.11323 1.23058e-13L4.11323 -0.65L1.67359 -0.65L1.67359 5.00699e-14L1.67359 0.65L4.11323 0.65L4.11323 1.23058e-13ZM0 1.67359L-0.65 1.67359L-0.65 9.4837L0 9.4837L0.65 9.4837L0.65 1.67359L0 1.67359ZM11.3264 11.1573L11.3264 10.5073L1.67359 10.5073L1.67359 11.1573L1.67359 11.8073L11.3264 11.8073L11.3264 11.1573ZM0 9.4837L-0.65 9.4837C-0.65 10.767 0.390308 11.8073 1.67359 11.8073L1.67359 11.1573L1.67359 10.5073C1.10828 10.5073 0.65 10.049 0.65 9.4837L0 9.4837ZM1.67359 5.00699e-14L1.67359 -0.65C0.390307 -0.65 -0.65 0.390309 -0.65 1.67359L0 1.67359L0.65 1.67359C0.65 1.10828 1.10828 0.65 1.67359 0.65L1.67359 5.00699e-14ZM5.05582 0.518756L5.60495 0.170972C5.28121 -0.340193 4.71829 -0.65 4.11323 -0.65L4.11323 1.23058e-13L4.11323 0.65C4.27282 0.65 4.4213 0.731715 4.50669 0.86654L5.05582 0.518756ZM6.52313 1.86603L6.52313 1.21603C6.36354 1.21603 6.21507 1.13431 6.12968 0.999489L5.58054 1.34727L5.03141 1.69506C5.35515 2.20622 5.91808 2.51603 6.52313 2.51603L6.52313 1.86603ZM13 3.53962L13.65 3.53962C13.65 2.25634 12.6097 1.21603 11.3264 1.21603L11.3264 1.86603L11.3264 2.51603C11.8917 2.51603 12.35 2.97431 12.35 3.53962L13 3.53962ZM13 9.4837L12.35 9.4837C12.35 10.049 11.8917 10.5073 11.3264 10.5073L11.3264 11.1573L11.3264 11.8073C12.6097 11.8073 13.65 10.767 13.65 9.4837L13 9.4837Z",fill:"currentColor"})}),M9=({size:n=10,className:r})=>d.jsx("svg",{width:n*8/10,height:n,className:r,viewBox:"-0.5 0 8.5 10.5",fill:"none",children:d.jsx("path",{d:"M0 0L-0.5 0L-0.5 7L0 7L0.5 7L0.5 0L0 0ZM3 10L3 10.5L8 10.5L8 10L8 9.5L3 9.5L3 10ZM0 7L-0.5 7C-0.5 8.933 1.067 10.5 3 10.5L3 10L3 9.5C1.61929 9.5 0.5 8.38071 0.5 7L0 7Z",fill:"currentColor"})}),N9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M11.3496 8C11.3496 6.14985 9.85015 4.65039 8 4.65039C6.14985 4.65039 4.65039 6.14985 4.65039 8C4.65039 9.85015 6.14985 11.3496 8 11.3496C9.85015 11.3496 11.3496 9.85015 11.3496 8ZM12.6504 8C12.6504 10.5681 10.5681 12.6504 8 12.6504C5.43188 12.6504 3.34961 10.5681 3.34961 8C3.34961 5.43188 5.43188 3.34961 8 3.34961C10.5681 3.34961 12.6504 5.43188 12.6504 8Z",fill:"currentColor"}),d.jsx("path",{d:"M8.65039 0.5V2.5H7.34961V0.5H8.65039Z",fill:"currentColor"}),d.jsx("path",{d:"M8.65039 13.5V15.5H7.34961V13.5H8.65039Z",fill:"currentColor"}),d.jsx("path",{d:"M3.15808 2.24035L4.57229 3.65456L3.6525 4.57435L2.23829 3.16014L3.15808 2.24035Z",fill:"currentColor"}),d.jsx("path",{d:"M12.3505 11.4327L13.7647 12.8469L12.8449 13.7667L11.4307 12.3525L12.3505 11.4327Z",fill:"currentColor"}),d.jsx("path",{d:"M2.24537 12.8469L3.65958 11.4327L4.57937 12.3525L3.16516 13.7667L2.24537 12.8469Z",fill:"currentColor"}),d.jsx("path",{d:"M11.4377 3.65455L12.852 2.24033L13.7718 3.16012L12.3575 4.57434L11.4377 3.65455Z",fill:"currentColor"}),d.jsx("path",{d:"M0.5 7.35461H2.5V8.6554H0.5L0.5 7.35461Z",fill:"currentColor"}),d.jsx("path",{d:"M13.5 7.35461H15.5V8.6554H13.5V7.35461Z",fill:"currentColor"})]}),R9=({size:n=16,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M13.2764 9.52324C12.5607 9.97754 11.7177 10.242 10.7812 10.242C8.11386 10.2419 5.95042 8.07997 5.9502 5.41289C5.9502 4.48128 6.21453 3.61071 6.67188 2.87285C4.30332 3.4658 2.54992 5.60845 2.5498 8.16093C2.5498 11.1712 4.99103 13.6102 8 13.6102C10.5383 13.6102 12.6709 11.8724 13.2764 9.52324ZM7.05078 5.41289C7.051 7.47224 8.72116 9.1423 10.7812 9.14238C11.9248 9.14238 12.887 8.63397 13.5781 7.8084C13.7266 7.63106 13.9701 7.56547 14.1875 7.64433C14.4049 7.72329 14.5497 7.9297 14.5498 8.16093C14.5498 11.7766 11.6161 14.7098 8 14.7098C4.38402 14.7098 1.4502 11.7792 1.4502 8.16093C1.45033 4.54322 4.3812 1.61015 8 1.61015C8.23027 1.61015 8.43585 1.75352 8.51562 1.96953C8.59536 2.18554 8.53241 2.42829 8.35742 2.57793C7.55573 3.26311 7.05078 4.27876 7.05078 5.41289Z",fill:"currentColor"})}),P9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M12.1665 13.5811V14.7803H3.66651V13.5811H12.1665Z",fill:"currentColor"}),d.jsx("path",{d:"M13.4453 7.02379C13.4453 6.04702 13.4452 5.3616 13.3887 4.83434C13.3333 4.31828 13.2302 4.02378 13.0723 3.80309C12.9446 3.62475 12.7877 3.46883 12.6094 3.34117C12.3887 3.18328 12.0942 3.08007 11.5781 3.02477C11.0508 2.96829 10.3655 2.96715 9.38867 2.96715H6.61035C5.63359 2.96715 4.94816 2.96827 4.4209 3.02477C3.90486 3.0801 3.61034 3.18321 3.38965 3.34117C3.21143 3.46878 3.05534 3.62487 2.92774 3.80309C2.76977 4.02377 2.66667 4.3183 2.61133 4.83434C2.55483 5.3616 2.55371 6.04702 2.55371 7.02379C2.55371 8.0006 2.55485 8.68596 2.61133 9.21324C2.66663 9.72936 2.76983 10.0238 2.92774 10.2445C3.0554 10.4228 3.21131 10.5797 3.38965 10.7074C3.61034 10.8654 3.90484 10.9685 4.4209 11.0238C4.94816 11.0803 5.63359 11.0804 6.61035 11.0804H9.38867C10.3654 11.0804 11.0508 11.0803 11.5781 11.0238C12.0941 10.9685 12.3887 10.8652 12.6094 10.7074C12.7877 10.5797 12.9446 10.4229 13.0723 10.2445C13.2301 10.0238 13.3334 9.72927 13.3887 9.21324C13.4452 8.68596 13.4453 8.00058 13.4453 7.02379ZM14.6455 7.02379C14.6455 7.97428 14.646 8.73509 14.5811 9.34117C14.5149 9.95828 14.3756 10.4858 14.0479 10.9437C13.8436 11.229 13.5938 11.4788 13.3086 11.683C12.8507 12.0108 12.3232 12.15 11.7061 12.2162C11.1 12.2811 10.3391 12.2806 9.38867 12.2806H6.61035C5.66018 12.2806 4.89991 12.2811 4.29395 12.2162C3.67684 12.15 3.14935 12.0108 2.69141 11.683C2.40613 11.4788 2.15639 11.229 1.95215 10.9437C1.62436 10.4858 1.4841 9.95828 1.41797 9.34117C1.35305 8.73511 1.35449 7.97424 1.35449 7.02379C1.35449 6.07366 1.35308 5.31333 1.41797 4.70738C1.4841 4.09028 1.62436 3.56279 1.95215 3.10485C2.15638 2.81956 2.40613 2.56982 2.69141 2.36559C3.14935 2.03779 3.67684 1.89753 4.29395 1.83141C4.8999 1.76652 5.66022 1.76793 6.61035 1.76793H9.38867C10.3391 1.76793 11.1 1.76649 11.7061 1.83141C12.3232 1.89753 12.8507 2.03779 13.3086 2.36559C13.5939 2.56982 13.8436 2.81957 14.0479 3.10485C14.3756 3.56279 14.5149 4.09028 14.5811 4.70738C14.646 5.31335 14.6455 6.07362 14.6455 7.02379Z",fill:"currentColor"})]}),T9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0997 8.54554C12.2905 8.54989 12.3541 8.58056 12.4535 8.74614L12.8849 9.46387C12.9851 9.63071 13.0464 9.66013 13.2388 9.66447H14.1138C14.3417 9.66448 14.3512 9.66937 14.4686 9.86507L14.892 10.5717C14.9942 10.7422 14.9948 10.8247 14.892 10.9961L14.4756 11.6906C14.3741 11.8677 14.3694 11.9379 14.4756 12.115L14.892 12.8096C14.9942 12.9801 14.9947 13.0625 14.892 13.234L14.4686 13.9406C14.3643 14.1028 14.3063 14.1354 14.1138 14.1412H13.2388C13.0465 14.1456 12.985 14.1752 12.8849 14.3418L12.4535 15.0595C12.353 15.2195 12.2895 15.2558 12.0997 15.2601H11.2237C10.9962 15.2601 10.9871 15.2548 10.8699 15.0595L10.4384 14.3418C10.3383 14.175 10.2767 14.1456 10.0846 14.1412H9.2096C9.01854 14.1355 8.95761 14.1006 8.85477 13.9406L8.43139 13.234C8.32562 13.0576 8.33148 12.9862 8.43139 12.8096L8.84771 12.115C8.95165 11.9416 8.94659 11.863 8.84771 11.6906L8.43139 10.9961C8.32767 10.8232 8.33411 10.7437 8.43139 10.5717L8.85477 9.86507C8.95447 9.69891 9.01875 9.67017 9.2096 9.66447H10.0846C10.2741 9.66441 10.3414 9.62547 10.4384 9.46387L10.8699 8.74614C10.987 8.55106 10.9963 8.54554 11.2237 8.54554H12.0997ZM11.6612 10.232C11.3326 10.7798 10.8155 11.0948 10.1743 11.106C10.4443 11.61 10.4425 12.1976 10.1743 12.6987C10.803 12.7096 11.3391 13.0359 11.6612 13.5727C11.9855 13.0323 12.5131 12.7098 13.148 12.6987C12.879 12.196 12.8789 11.6086 13.148 11.106C12.5076 11.0948 11.9894 10.7794 11.6612 10.232Z",fill:"currentColor"}),d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.51205 0.790627C9.19055 0.790649 10.7401 1.0691 11.892 1.54364C12.4664 1.78029 12.9719 2.07885 13.3436 2.4408C13.7171 2.80467 13.9916 3.27253 13.9918 3.82384V7.90442C13.6067 7.69532 13.1907 7.53597 12.7529 7.43366V5.66454C12.4928 5.82898 12.2028 5.97601 11.892 6.10405C10.74 6.57865 9.19071 6.85706 7.51205 6.85706C5.8337 6.85703 4.285 6.57852 3.13309 6.10405C2.82215 5.97593 2.53164 5.8291 2.27121 5.66454V7.4135C2.27134 7.75678 2.6066 8.27106 3.62502 8.73405C4.58641 9.17097 5.95762 9.45591 7.50499 9.45681C7.24582 9.83133 7.03684 10.2434 6.88706 10.6826C5.44388 10.6162 4.12516 10.3216 3.11192 9.86104C2.81708 9.72698 2.53185 9.56866 2.27121 9.38928V11.2542C2.27158 11.5974 2.60697 12.1109 3.62502 12.5737C4.41933 12.9347 5.4937 13.1898 6.71569 13.2693C6.80349 13.7128 6.9513 14.1345 7.14814 14.5273C5.60324 14.4862 4.18593 14.1889 3.11192 13.7007C2.01039 13.1998 1.03366 12.3814 1.03333 11.2542V3.82384C1.03352 3.27273 1.30721 2.80461 1.68049 2.4408C2.05211 2.07893 2.55887 1.78026 3.13309 1.54364C4.28492 1.06926 5.83393 0.790683 7.51205 0.790627ZM7.51205 2.02851C5.95492 2.02857 4.57354 2.29079 3.60486 2.68979C3.11958 2.88977 2.76667 3.11253 2.5454 3.32788C2.32671 3.54101 2.2714 3.7089 2.27121 3.82384C2.27121 3.93882 2.32624 4.10625 2.5454 4.3198C2.76667 4.53527 3.11927 4.75781 3.60486 4.9579C4.5736 5.35699 5.95467 5.61914 7.51205 5.61918C9.06942 5.61918 10.4505 5.35695 11.4192 4.9579C11.9051 4.75773 12.2584 4.53536 12.4797 4.3198C12.6988 4.10627 12.7529 3.93882 12.7529 3.82384C12.7527 3.70889 12.6984 3.54104 12.4797 3.32788C12.2584 3.11239 11.9049 2.88989 11.4192 2.68979C10.4505 2.29079 9.06925 2.02853 7.51205 2.02851Z",fill:"currentColor"})]}),I9=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M7.24707 1.01771C7.52897 1.07653 7.77619 1.19694 8.00391 1.38001C8.19202 1.53136 8.39884 1.73784 8.61914 1.95814L12.6396 5.9806L11.6299 6.99134L7.71484 3.0763V13.0001H6.28516V3.0763L2.36914 6.99134L1.35938 5.9806L5.38086 1.95814C5.60116 1.73784 5.80798 1.53136 5.99609 1.38001C6.19476 1.22027 6.4385 1.06739 6.75195 1.01771C6.91296 0.992304 7.07471 0.997504 7.24707 1.01771Z",fill:"currentColor"})}),$9=({size:n=14,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{d:"M7.00049 0.199829C3.24488 0.199829 0.199952 3.24408 0.199707 6.99963C0.199707 8.0414 0.434087 9.03061 0.854004 9.91467L1.11279 10.4576L2.19775 9.94202L1.94092 9.39905L1.81787 9.12268C1.5498 8.46885 1.40186 7.75171 1.40186 6.99963C1.4021 3.90808 3.90888 1.40198 7.00049 1.40198C10.0919 1.40219 12.5979 3.90821 12.5981 6.99963C12.5981 10.0913 10.0921 12.5981 7.00049 12.5983C6.36734 12.5983 5.90348 12.5535 5.49268 12.4401C5.08803 12.3283 4.7041 12.1414 4.24463 11.8209C3.57111 11.3511 2.60588 11.1855 1.81006 11.6881L1.79736 11.6959L1.78467 11.7047L1.25537 12.0778L1.65381 13.2672L2.46045 12.6989C2.75029 12.5214 3.18004 12.5442 3.55615 12.8063C4.10063 13.1861 4.60863 13.4423 5.17334 13.5983C5.73194 13.7525 6.31665 13.8004 7.00049 13.8004C10.7561 13.8002 13.8003 10.7553 13.8003 6.99963C13.8 3.24421 10.7559 0.200041 7.00049 0.199829ZM3.81201 7.47327V8.67542H7.11572V7.47327H3.81201ZM3.81201 6.34924H10.2173V5.14709H3.81201V6.34924Z",fill:"currentColor"})}),A9=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M13.3277 9.69629V10.976H7.28086V9.69629H13.3277Z",fill:"currentColor"}),d.jsx("path",{d:"M13.3277 2.97256V4.25225H7.28086V2.97256H13.3277Z",fill:"currentColor"}),d.jsx("path",{d:"M4.64512 10.336C4.64505 9.62755 4.07081 9.05322 3.3623 9.05322C2.65386 9.05329 2.07956 9.62759 2.07949 10.336C2.07949 11.0445 2.65382 11.6188 3.3623 11.6188C4.07085 11.6188 4.64512 11.0446 4.64512 10.336ZM5.92559 10.336C5.92559 11.7515 4.77777 12.8993 3.3623 12.8993C1.94689 12.8993 0.799805 11.7515 0.799805 10.336C0.799871 8.92066 1.94693 7.7736 3.3623 7.77354C4.77773 7.77354 5.92552 8.92062 5.92559 10.336Z",fill:"currentColor"}),d.jsx("path",{d:"M4.64531 3.6123C4.6453 2.90382 4.07098 2.32949 3.3625 2.32949C2.65403 2.32951 2.0797 2.90383 2.07969 3.6123C2.07969 4.32079 2.65402 4.8951 3.3625 4.89512C4.07099 4.89512 4.64531 4.3208 4.64531 3.6123ZM5.925 3.6123C5.925 5.02772 4.77792 6.1748 3.3625 6.1748C1.9471 6.17479 0.8 5.02771 0.8 3.6123C0.800013 2.19691 1.9471 1.04982 3.3625 1.0498C4.77791 1.0498 5.92499 2.1969 5.925 3.6123Z",fill:"currentColor"})]}),H9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M10.8239 3.54733V4.78443H4.63437V3.54733H10.8239Z",fill:"currentColor"}),d.jsx("path",{d:"M10.8239 6.12629V7.36338H4.63437V6.12629H10.8239Z",fill:"currentColor"}),d.jsx("path",{d:"M9.073 8.70524V9.94234H4.63437V8.70524H9.073Z",fill:"currentColor"}),d.jsx("path",{d:"M9.13321 0.573526C10.0076 0.573525 10.7179 0.572522 11.285 0.63397C11.8645 0.696791 12.3743 0.831648 12.8193 1.1548C13.0776 1.34246 13.3056 1.57047 13.4933 1.82875C13.8164 2.2737 13.9513 2.7836 14.0141 3.36303C14.0755 3.93015 14.0745 4.64049 14.0745 5.51485V6.1757L12.7327 7.5629V5.51485C12.7327 4.61092 12.732 3.9862 12.6803 3.5081C12.6298 3.0427 12.5379 2.79497 12.4083 2.61654C12.3033 2.47211 12.176 2.34472 12.0315 2.23977C11.8531 2.11016 11.6054 2.01823 11.14 1.96777C10.6618 1.91601 10.0372 1.91539 9.13321 1.91539H6.32658C5.42262 1.91539 4.79796 1.91604 4.31983 1.96777C3.85451 2.01819 3.60672 2.11029 3.42827 2.23977C3.28392 2.34465 3.15643 2.47223 3.0515 2.61654C2.9219 2.79496 2.82997 3.04274 2.7795 3.5081C2.72774 3.9862 2.72712 4.61092 2.72712 5.51485V10.023C2.72712 10.9273 2.72773 11.5525 2.7795 12.0307C2.82992 12.4959 2.92205 12.7429 3.0515 12.9213C3.15645 13.0657 3.28384 13.1931 3.42827 13.2981C3.60676 13.4277 3.85408 13.5206 4.31983 13.5711C4.79797 13.6228 5.42259 13.6234 6.32658 13.6234H6.87057L5.57707 14.9593C5.03527 14.9556 4.57031 14.9467 4.17476 14.9039C3.59508 14.841 3.08558 14.7063 2.64048 14.383C2.38215 14.1953 2.15422 13.9684 1.96653 13.7101C1.64319 13.2649 1.50851 12.7546 1.4457 12.1748C1.38432 11.6076 1.38525 10.8974 1.38525 10.023V5.51485C1.38525 4.64049 1.38426 3.93015 1.4457 3.36303C1.50853 2.78363 1.64341 2.27368 1.96653 1.82875C2.15417 1.57059 2.38228 1.34239 2.64048 1.1548C3.08544 0.831805 3.59533 0.696762 4.17476 0.63397C4.74193 0.572552 5.45218 0.573525 6.32658 0.573526H9.13321Z",fill:"currentColor"}),d.jsx("path",{d:"M14.2193 14.9553H10.0124L11.3744 13.6134H14.2193V14.9553Z",fill:"currentColor"}),d.jsx("path",{d:"M8.24493 13.3711L7.49015 14.8806C7.40148 15.058 7.58961 15.2461 7.76695 15.1574L9.27651 14.4027L14.6147 9.09934L13.5832 8.06775L8.24493 13.3711Z",fill:"currentColor"})]}),V9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M8 0C8.31451 0 8.62464 0.019379 8.92969 0.0546875C8.48228 0.403371 8.0952 0.825758 7.78809 1.30469C4.18586 1.41664 1.2998 4.37061 1.2998 8C1.2998 11.7003 4.29969 14.7002 8 14.7002C11.6297 14.7002 14.5829 11.8136 14.6943 8.21094C15.1734 7.90377 15.5956 7.51688 15.9443 7.06934C15.9797 7.37473 16 7.68512 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM7.0166 3.6084C7.00658 3.73765 7 3.86817 7 4C7 4.31845 7.03098 4.62973 7.08789 4.93164C5.76489 5.32438 4.7998 6.54958 4.7998 8C4.7998 9.76731 6.23269 11.2002 8 11.2002C9.45065 11.2002 10.6749 10.2345 11.0674 8.91113C11.3696 8.96818 11.6812 9 12 9C12.1315 9 12.2617 8.99239 12.3906 8.98242C11.9423 10.995 10.1477 12.5 8 12.5C5.51472 12.5 3.5 10.4853 3.5 8C3.5 5.85255 5.00435 4.05702 7.0166 3.6084Z",fill:"currentColor"}),d.jsx("path",{d:"M7.5 8.62109L9.12109 7",stroke:"currentColor",strokeWidth:"1.3"}),d.jsx("path",{d:"M9.08245 3.35798L11.8651 0.575334C11.895 0.545384 11.9463 0.56391 11.9502 0.606086L12.2362 3.69859C12.2384 3.72259 12.2574 3.74159 12.2814 3.74378L15.3697 4.02583C15.4119 4.02968 15.4305 4.08101 15.4005 4.11098L12.618 6.89351C12.6086 6.90289 12.5959 6.90816 12.5826 6.90816L9.11781 6.90815C9.09019 6.90816 9.06781 6.88577 9.06781 6.85816L9.06781 3.39333C9.06781 3.38007 9.07308 3.36735 9.08245 3.35798Z",stroke:"currentColor",strokeWidth:"1.3"})]}),D9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M6.1 3.1Q6.6 7.8 11.3 8.3Q6.6 8.8 6.1 13.5Q5.6 8.8 0.9 8.3Q5.6 7.8 6.1 3.1Z",fill:"currentColor"}),d.jsx("path",{d:"M11.9 1Q12.2 3.7 14.9 4Q12.2 4.3 11.9 7Q11.6 4.3 8.9 4Q11.6 3.7 11.9 1Z",fill:"currentColor"}),d.jsx("path",{d:"M12.5 9.4Q12.7 11.4 14.7 11.6Q12.7 11.8 12.5 13.8Q12.3 11.8 10.3 11.6Q12.3 11.4 12.5 9.4Z",fill:"currentColor"})]}),F9=({size:n=12,className:r})=>d.jsx("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":!0,children:d.jsx("path",{d:"M16 8L10.8571 12V10.552L14.1383 8L10.8571 5.448V4L16 8ZM5.14286 10.552L1.86171 8L5.14286 5.448V4L0 8L5.14286 12V10.552ZM9.02514 4L5.59657 12H6.84057L10.2691 4H9.02514Z",fill:"currentColor"})}),B9=({size:n=16,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M12.5113 15.4067C12.4395 15.6249 12.1308 15.6249 12.059 15.4067L11.643 14.1416C11.454 13.567 11.0033 13.1164 10.4288 12.9274L9.16369 12.5113C8.94544 12.4395 8.94544 12.1308 9.16369 12.059L10.4288 11.643C11.0033 11.454 11.454 11.0033 11.643 10.4288L12.059 9.16369C12.1308 8.94544 12.4395 8.94544 12.5113 9.16369L12.9274 10.4288C13.1164 11.0033 13.567 11.454 14.1416 11.643L15.4067 12.059C15.6249 12.1308 15.6249 12.4395 15.4067 12.5113L14.1416 12.9274C13.567 13.1164 13.1164 13.567 12.9274 14.1416L12.5113 15.4067Z",fill:"currentColor"}),d.jsx("path",{d:"M9.02246 0.546878C9.9822 0.546878 10.7564 0.545403 11.374 0.612307C12.0042 0.680586 12.5515 0.826244 13.0273 1.17188C13.3052 1.37376 13.5501 1.61868 13.752 1.89649C14.0975 2.37225 14.2432 2.91984 14.3115 3.54981C14.3784 4.16727 14.377 4.94206 14.377 5.90137V8.51367C13.9611 8.29533 13.5071 8.13985 13.0273 8.06055V5.90137C13.0273 4.9121 13.0259 4.22322 12.9688 3.69532C12.9129 3.18044 12.8098 2.89782 12.6592 2.69043C12.5406 2.52724 12.3966 2.38326 12.2334 2.26465C12.026 2.11404 11.7437 2.0109 11.2285 1.95508C10.7005 1.89789 10.0122 1.89649 9.02246 1.89649H6.55371C5.56395 1.89649 4.87569 1.89787 4.34766 1.95508C3.83242 2.01092 3.55022 2.11398 3.34278 2.26465C3.17953 2.38329 3.03564 2.52719 2.91699 2.69043C2.76642 2.89782 2.66325 3.18042 2.60742 3.69532C2.55027 4.22322 2.54883 4.9121 2.54883 5.90137V10.0986C2.54883 11.0878 2.55031 11.7768 2.60742 12.3047C2.66326 12.8196 2.76642 13.1032 2.91699 13.3105C3.03558 13.4736 3.17966 13.6178 3.34278 13.7363C3.5502 13.8869 3.83265 13.9901 4.34766 14.0459C4.87568 14.1031 5.56398 14.1035 6.55371 14.1035H8.08399C8.27443 14.6025 8.55077 15.0585 8.89551 15.4541H6.55371C5.59402 15.4541 4.81976 15.4546 4.20215 15.3877C3.57204 15.3194 3.02468 15.1738 2.54883 14.8281C2.27111 14.6263 2.02606 14.3813 1.82422 14.1035C1.47883 13.6278 1.33293 13.08 1.26465 12.4502C1.19783 11.8327 1.19922 11.0579 1.19922 10.0986V5.90137C1.19922 4.94206 1.1978 4.16727 1.26465 3.54981C1.33295 2.91984 1.47867 2.37225 1.82422 1.89649C2.02613 1.61864 2.27098 1.37379 2.54883 1.17188C3.02472 0.826181 3.57197 0.6806 4.20215 0.612307C4.81976 0.545393 5.594 0.546877 6.55371 0.546878H9.02246ZM9.19629 9.14649H4.5459V7.84571H9.19629V9.14649ZM11.0303 6.10645H4.5459V4.80567H11.0303V6.10645Z",fill:"currentColor"})]}),z9=({size:n=14,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{d:"M12.5757 7.00012C12.5757 3.92085 10.0794 1.42463 7.00012 1.42456C3.9208 1.42456 1.42456 3.9208 1.42456 7.00012C1.42463 10.0794 3.92085 12.5757 7.00012 12.5757C10.0793 12.5756 12.5756 10.0793 12.5757 7.00012ZM13.8002 7.00012C13.8001 10.7559 10.7559 13.8001 7.00012 13.8002C3.2443 13.8002 0.199291 10.7559 0.199219 7.00012C0.199219 3.24426 3.24426 0.199219 7.00012 0.199219C10.7559 0.199291 13.8002 3.2443 13.8002 7.00012Z",fill:"currentColor"}),d.jsx("path",{d:"M6.18042 8.68184C6.18043 8.09153 6.32893 7.34655 6.92127 6.8481C7.28566 6.54148 7.76104 6.27318 8.0022 6.10811C8.28964 5.91137 8.42234 5.76562 8.48328 5.58944C8.57774 5.31609 8.53121 5.00904 8.34912 4.76741C8.17409 4.53522 7.83879 4.32222 7.28186 4.32222C5.99668 4.32225 5.46969 5.11832 5.46949 5.78939H4.24414C4.24436 4.39942 5.36327 3.09691 7.28186 3.09688C8.17773 3.09688 8.89489 3.45606 9.32752 4.02999C9.75287 4.59438 9.86938 5.32775 9.64026 5.99019C9.44847 6.5444 9.04722 6.87743 8.69434 7.11898C8.29506 7.39226 8.02318 7.52192 7.70996 7.78548C7.51943 7.94582 7.40577 8.24899 7.40577 8.68184V8.75533H6.18042V8.68184Z",fill:"currentColor"}),d.jsx("path",{d:"M7.39455 9.44026V10.8109H6.16921V9.44026H7.39455Z",fill:"currentColor"})]}),Z9=({size:n=20,className:r})=>d.jsxs("svg",{width:n,height:n,className:r,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8659 2.05975C17.2603 2.05995 18.3913 3.19096 18.3914 4.58527V5.4874C18.3914 6.02747 18.2192 6.52672 17.9303 6.93735C17.9336 6.96524 17.9388 6.99318 17.9388 7.02195V12.8884C17.9388 13.6345 17.9395 14.2379 17.8996 14.7254C17.8642 15.1593 17.7936 15.5499 17.6373 15.9141L17.5654 16.0685C17.278 16.6328 16.8405 17.1046 16.3038 17.434L16.0679 17.5661C15.66 17.7739 15.2196 17.8598 14.7237 17.9003C14.2362 17.9401 13.6327 17.9405 12.8867 17.9405H7.11122C6.36511 17.9405 5.76171 17.9401 5.27418 17.9003C4.84051 17.8649 4.44949 17.7952 4.08545 17.6391L3.93104 17.5661C3.36673 17.2785 2.89392 16.8414 2.56465 16.3044L2.43245 16.0685C2.22473 15.6608 2.13878 15.2211 2.09825 14.7254C2.05841 14.2379 2.05912 13.6345 2.05912 12.8884V7.02195C2.05912 6.99284 2.06422 6.96449 2.06758 6.93629C1.77931 6.52592 1.60858 6.02687 1.60858 5.4874V4.58527C1.60876 3.19084 2.73962 2.05975 4.1341 2.05975H15.8659ZM16.4984 7.92936C16.296 7.98169 16.0847 8.01288 15.8659 8.01291H4.1341C3.91478 8.01291 3.70246 7.98194 3.49955 7.92936V12.8884C3.49955 13.6582 3.50053 14.1927 3.53445 14.608C3.56769 15.0146 3.62923 15.244 3.71635 15.415L3.7925 15.5514C3.98339 15.8627 4.25749 16.1165 4.58464 16.2833L4.72529 16.3435C4.88095 16.3993 5.08638 16.4402 5.39158 16.4651C5.80685 16.4991 6.34138 16.5001 7.11122 16.5001H12.8867C13.6564 16.5001 14.1911 16.499 14.6063 16.4651C15.0128 16.432 15.2423 16.3703 15.4133 16.2833L15.5508 16.2061C15.8618 16.0152 16.116 15.7419 16.2827 15.415L16.3429 15.2732C16.3985 15.1177 16.4396 14.9128 16.4645 14.608C16.4985 14.1927 16.4984 13.6583 16.4984 12.8884V7.92936ZM4.1341 3.50019C3.53511 3.50019 3.0492 3.98631 3.04902 4.58527V5.4874C3.04902 6.08649 3.535 6.57248 4.1341 6.57248H15.8659C16.4648 6.57228 16.951 6.08638 16.951 5.4874V4.58527C16.9509 3.98644 16.4647 3.50038 15.8659 3.50019H4.1341Z",fill:"currentColor"}),d.jsx("path",{d:"M12.7962 12.5661V11.0832H7.20548V12.5661L12.7962 12.5661Z",fill:"currentColor"})]}),U9="_root_9cl6j_3",W9="_row_9cl6j_10",q9="_leading_9cl6j_23",Q9="_iconIdle_9cl6j_42",K9="_chevronHover_9cl6j_48",J9="_title_9cl6j_64",Vn={root:U9,row:W9,leading:q9,iconIdle:Q9,chevronHover:K9,title:J9};function G9({icon:n,title:r,open:o,expandable:s,onToggle:u,expandOnRowClick:c=!1,previewChevron:h=s,keepContentWhenOpen:p=!1,collapsedContent:C,children:g,className:y,rowClassName:L,leadingClassName:w,chevronClassName:k,titleClassName:S}){const E=s&&c,T=ee=>{ee.stopPropagation(),u()},B=ee=>{!E||ee.key!=="Enter"&&ee.key!==" "||(ee.preventDefault(),u())},W=h?d.jsxs(d.Fragment,{children:[d.jsx("span",{className:Vn.iconIdle,children:n}),d.jsx(Fl,{className:xe(k,Vn.chevronHover)})]}):n,z=o?d.jsx(Fl,{className:k}):W;return d.jsxs("div",{className:xe(Vn.root,y),"data-open":o||void 0,children:[d.jsxs("div",{className:xe(Vn.row,L),"data-disclosure-row":!0,"data-expandable":E||void 0,role:E?"button":void 0,tabIndex:E?0:void 0,"aria-expanded":E?o:void 0,onClick:E?u:void 0,onKeyDown:E?B:void 0,children:[s&&!E?d.jsx("button",{type:"button",className:xe(Vn.leading,w),"aria-expanded":o,onClick:T,children:z}):d.jsx("span",{className:xe(Vn.leading,w),children:z}),d.jsx("span",{className:xe(Vn.title,S),children:r}),(p||!o)&&C]}),o&&g]})}const Y9="_button_kz6gm_4",X9="_md_kz6gm_24",e7="_sm_kz6gm_30",t7="_primary_kz6gm_38",n7="_ghost_kz6gm_47",r7="_outline_kz6gm_56",i7="_toolbar_kz6gm_65",o7="_icon_kz6gm_73",Hi={button:Y9,md:X9,sm:e7,primary:t7,ghost:n7,outline:r7,toolbar:i7,icon:o7};function Bl({variant:n="ghost",size:r="md",icon:o,className:s,children:u,...c}){return d.jsxs("button",{type:"button",className:xe(Hi.button,Hi[n],Hi[r],s),...c,children:[o!=null&&d.jsx("span",{className:Hi.icon,children:o}),u]})}const s7="_pill_e3ygd_1",l7="_interactive_e3ygd_15",u7="_active_e3ygd_23",p1={pill:s7,interactive:l7,active:u7};function Q0({active:n=!1,className:r,children:o,onClick:s,...u}){return s?d.jsx("button",{type:"button",className:xe(p1.pill,p1.interactive,n&&p1.active,r),onClick:s,...u,children:o}):d.jsx("span",{className:xe(p1.pill,n&&p1.active,r),children:o})}const a7="_wrap_1ao1y_1",c7="_icon_1ao1y_16",f7="_input_1ao1y_25",Cl={wrap:a7,icon:c7,input:f7};function d7({icon:n,className:r,...o}){return d.jsxs("span",{className:xe(Cl.wrap,r),children:[n!=null&&d.jsx("span",{className:Cl.icon,children:n}),d.jsx("input",{className:Cl.input,...o})]})}const h7=200;function K0(n){const r=R.useRef(null),o=R.useRef(n);o.current=n;const s=R.useCallback(()=>{r.current!==null&&(clearTimeout(r.current),r.current=null)},[]),u=R.useCallback(()=>{s(),r.current=setTimeout(()=>{r.current=null,o.current()},h7)},[s]);return R.useEffect(()=>s,[s]),{arm:u,cancel:s}}const p7="_root_19372_1",m7="_list_19372_8",g7="_submenu_19372_9",C7="_portal_19372_43",v7="_sideTop_19372_51",y7="_alignEnd_19372_56",w7="_scrollable_19372_21",x7="_viewport_19372_21",_7="_footer_19372_63",k7="_itemWrap_19372_91",S7="_item_19372_91",L7="_denseList_19372_118",j7="_label_19372_123",E7="_compactList_19372_127",b7="_itemIcon_19372_143",O7="_separator_19372_81",M7="_itemLabel_19372_173",N7="_check_19372_181",R7="_selected_19372_188",P7="_danger_19372_193",Te={root:p7,list:m7,submenu:g7,portal:C7,sideTop:v7,alignEnd:y7,scrollable:w7,viewport:x7,footer:_7,itemWrap:k7,item:S7,denseList:L7,label:j7,compactList:E7,itemIcon:b7,separator:O7,itemLabel:M7,check:N7,selected:R7,danger:P7};function B2(n){return"type"in n&&n.type==="separator"}function z2(n){return"type"in n&&n.type==="label"}const T7={visibility:"hidden",left:0,top:0};function J0({open:n,anchor:r,items:o,selectedId:s,selectedIds:u,onSelect:c,onClose:h,align:p="start",side:C="bottom",portal:g=!1,closeOnPointerLeave:y=!1,dense:L=!1,compact:w=!1,getAnchorRect:k,footer:S,className:E}){const T=R.useRef(null),B=R.useRef(null),[W,z]=R.useState(null),[ee,Q]=R.useState(null),{arm:H,cancel:Z}=K0(h);R.useLayoutEffect(()=>{if(!n||!g){Q(null);return}const q=()=>{var j;let ce;if(k!==void 0?ce=k():ce=((j=T.current)==null?void 0:j.getBoundingClientRect())??null,ce===null)return;const le=12,he=window.innerWidth,pe=window.innerHeight,Le=B.current,ye=(Le==null?void 0:Le.offsetWidth)??0,U=(Le==null?void 0:Le.offsetHeight)??0;let oe,K;C==="right"?(oe=ce.right+4,K=ce.top):p==="start"?(oe=ce.left,K=C==="bottom"?ce.bottom+4:ce.top-U-4):(oe=ce.right-ye,K=C==="bottom"?ce.bottom+4:ce.top-U-4),ye>0&&(oe=Math.min(Math.max(oe,le),he-ye-le)),U>0&&(K=Math.min(Math.max(K,le),pe-U-le)),Q({left:oe,top:K})};return q(),window.addEventListener("scroll",q,!0),window.addEventListener("resize",q),()=>{window.removeEventListener("scroll",q,!0),window.removeEventListener("resize",q)}},[n,g,p,C,k]),R.useEffect(()=>{if(!n){z(null);return}const q=le=>{var he,pe;le.target instanceof Node&&((he=T.current)==null?void 0:he.contains(le.target))!==!0&&((pe=B.current)==null?void 0:pe.contains(le.target))!==!0&&h()},ce=le=>{le.key==="Escape"&&h()};return document.addEventListener("pointerdown",q),document.addEventListener("keydown",ce),()=>{document.removeEventListener("pointerdown",q),document.removeEventListener("keydown",ce)}},[n,h]),R.useEffect(()=>{n||Z()},[n,Z]);const ne=!o.some(q=>!B2(q)&&!z2(q)&&q.submenu!==void 0&&q.submenu.length>0),I=q=>{if(B2(q))return d.jsx("div",{className:Te.separator,role:"separator"},q.id);if(z2(q))return d.jsx("div",{className:Te.label,role:"presentation",children:q.text},q.id);const ce=q.submenu!==void 0&&q.submenu.length>0,le=ce&&W===q.id,he=q.id===s||(u==null?void 0:u.includes(q.id))===!0;return d.jsxs("div",{className:Te.itemWrap,onMouseEnter:()=>{z(ce?q.id:null)},onMouseLeave:()=>{z(null)},children:[d.jsxs("button",{type:"button",role:"menuitem",className:xe(Te.item,he&&Te.selected,q.danger===!0&&Te.danger),disabled:q.disabled,"aria-haspopup":ce?"menu":void 0,"aria-expanded":ce?le:void 0,onFocus:()=>{z(ce?q.id:null)},onClick:()=>{if(ce){z(q.id);return}c(q.id)},children:[q.icon!==void 0&&d.jsx("span",{className:Te.itemIcon,children:q.icon}),d.jsx("span",{className:Te.itemLabel,children:q.label}),he&&d.jsx(au,{className:Te.check})]}),le&&q.submenu!==void 0&&d.jsx("div",{className:xe(Te.submenu,w&&Te.compactList),role:"menu",children:q.submenu.map(pe=>d.jsxs("button",{type:"button",role:"menuitem",className:Te.item,disabled:pe.disabled,onClick:()=>{c(pe.id)},children:[pe.icon!==void 0&&d.jsx("span",{className:Te.itemIcon,children:pe.icon}),d.jsx("span",{className:Te.itemLabel,children:pe.label})]},pe.id))})]},q.id)},J=n&&d.jsxs("div",{ref:B,className:xe(Te.list,L&&Te.denseList,w&&Te.compactList,ne&&Te.scrollable,g&&Te.portal,C==="top"&&!g&&Te.sideTop,p==="end"&&!g&&Te.alignEnd),style:g?ee??T7:void 0,role:"menu",onClick:q=>{q.stopPropagation()},children:[d.jsx("div",{className:Te.viewport,role:"presentation",children:o.map(I)}),S!==void 0&&S.length>0&&d.jsx("div",{className:Te.footer,role:"presentation",children:S.map(I)})]});return d.jsxs("span",{ref:T,className:xe(Te.root,E),onPointerEnter:y?Z:void 0,onPointerLeave:y?()=>{n&&H()}:void 0,children:[r,g?J!==!1&&Qn.createPortal(J,document.body):J]})}const I7=12;function $7(n,r,o){const[s,u]=R.useState(r);return R.useLayoutEffect(()=>{const c=n.current;if(c===null)return;const h=()=>{u(Math.min(r,Math.max(0,c.getBoundingClientRect().bottom-I7)))};return h(),window.addEventListener("resize",h),window.addEventListener("scroll",h,!0),()=>{window.removeEventListener("resize",h),window.removeEventListener("scroll",h,!0)}},[n,r,o]),s}function A7(n,r,o){R.useEffect(()=>{if(!r)return;const s=u=>{var c;u.target instanceof Node&&!((c=n.current)!=null&&c.contains(u.target))&&o(!1)};return document.addEventListener("pointerdown",s),()=>{document.removeEventListener("pointerdown",s)}},[n,r,o])}async function Er(n){var s;if((s=navigator.clipboard)!=null&&s.writeText)try{return await navigator.clipboard.writeText(n),!0}catch{return!1}const r=typeof document.execCommand=="function"?document.execCommand.bind(document):void 0;if(r===void 0)return!1;const o=document.createElement("textarea");o.value=n,o.setAttribute("readonly",""),o.style.position="fixed",o.style.left="-9999px",document.body.appendChild(o),o.select();try{return r("copy")}catch{return!1}finally{o.remove()}}const H7="_root_1b2ny_3",V7="_card_1b2ny_13",D7="_copyable_1b2ny_25",F7="_feedback_1b2ny_34",B7="_copied_1b2ny_40",z7="_status_1b2ny_47",wr={root:H7,card:V7,copyable:D7,feedback:F7,copied:B7,status:z7};function Z7({anchor:n,content:r,openDelayMs:o=500,disabled:s=!1,copyText:u,copyLabel:c="复制",copiedLabel:h="复制成功"}){const p=R.useRef(null),C=R.useRef(null),g=R.useRef(null),y=R.useRef(null),L=R.useRef(null),w=R.useRef(0),k=R.useRef(!1),S=R.useRef(!0),[E,T]=R.useState(!1),[B,W]=R.useState(null),[z,ee]=R.useState(!1),Q=R.useCallback(()=>{y.current!==null&&(clearTimeout(y.current),y.current=null),L.current=null,ee(!1)},[]),H=R.useCallback(()=>{w.current+=1,Q(),T(!1)},[Q]),{arm:Z,cancel:ne}=K0(H),I=()=>{g.current!==null&&(clearTimeout(g.current),g.current=null)};R.useEffect(()=>{s&&(I(),ne(),H())},[s,ne,H]),R.useEffect(()=>(S.current=!0,()=>{S.current=!1,w.current+=1,I(),y.current!==null&&(clearTimeout(y.current),y.current=null)}),[]),R.useLayoutEffect(()=>{if(!E){W(null);return}const le=()=>{var U;const he=p.current;if(he===null)return;const pe=he.getBoundingClientRect(),Le=((U=C.current)==null?void 0:U.offsetHeight)??0,ye=pe.top+Le>window.innerHeight-8?window.innerHeight-Le-8:pe.top;W({left:pe.right+8,top:ye})};return le(),window.addEventListener("scroll",le,!0),window.addEventListener("resize",le),()=>{window.removeEventListener("scroll",le,!0),window.removeEventListener("resize",le)}},[E]),R.useLayoutEffect(()=>{var he;if(!E||B===null)return;const le=((he=C.current)==null?void 0:he.offsetHeight)??0;B.top+le>window.innerHeight-8&&W({left:B.left,top:window.innerHeight-le-8})},[E,B]);const J=async le=>{if(z||k.current)return;k.current=!0;const he=w.current,pe=await Er(le);k.current=!1;const Le=C.current;if(!pe||!S.current||he!==w.current||Le===null)return;const ye=Le.offsetHeight;L.current=ye>0?ye:null,ee(!0),y.current=setTimeout(Q,1e3)},q=u!==void 0,ce=E&&B!==null&&d.jsx("div",{ref:C,className:`${wr.card}${q?` ${wr.copyable}`:""}${z?` ${wr.feedback}`:""}`,style:{...B,minHeight:z&&L.current!==null?L.current:void 0},role:q?"button":void 0,tabIndex:q?0:void 0,"aria-label":q?`${c}: ${u}`:void 0,onClick:q?le=>{const he=window.getSelection();if(he!==null&&!he.isCollapsed){for(let pe=0;pe<he.rangeCount;pe+=1)if(he.getRangeAt(pe).intersectsNode(le.currentTarget))return}J(u)}:void 0,onKeyDown:q?le=>{le.key!=="Enter"&&le.key!==" "||(le.preventDefault(),J(u))}:void 0,children:z?d.jsx("span",{className:wr.copied,"aria-hidden":"true",children:h}):r});return d.jsxs("span",{ref:p,className:wr.root,onPointerEnter:()=>{s||(ne(),!E&&(I(),g.current=setTimeout(()=>{T(!0)},o)))},onPointerLeave:()=>{I(),E&&Z()},onPointerDownCapture:le=>{var he;(he=C.current)!=null&&he.contains(le.target)||(I(),ne(),H())},children:[n,E&&q&&d.jsx("span",{className:wr.status,role:"status",children:z?h:""}),ce!==!1&&Qn.createPortal(ce,document.body)]})}const U7="_root_15u5s_2",W7="_mask_15u5s_14",q7="_dialog_15u5s_22",Q7="_content_15u5s_37",K7="_header_15u5s_45",J7="_title_15u5s_53",G7="_close_15u5s_61",Y7="_description_15u5s_80",X7="_body_15u5s_89",ef="_footer_15u5s_97",Ut={root:U7,mask:W7,dialog:q7,content:Q7,header:K7,title:J7,close:G7,description:Y7,body:X7,footer:ef};function G0({open:n,onClose:r,title:o,closeLabel:s="Close",description:u,children:c,footer:h,className:p,contentClassName:C,headless:g=!1}){return R.useEffect(()=>{if(!n)return;const y=L=>{L.key==="Escape"&&r()};return document.addEventListener("keydown",y),()=>{document.removeEventListener("keydown",y)}},[n,r]),n?Qn.createPortal(d.jsxs("div",{className:Ut.root,role:"presentation",children:[d.jsx("div",{className:Ut.mask,"aria-hidden":"true",onClick:r}),d.jsx("div",{className:xe(Ut.dialog,p),role:"dialog","aria-modal":"true","aria-label":o,children:g?c:d.jsxs(d.Fragment,{children:[d.jsxs("div",{className:xe(Ut.content,C),children:[d.jsxs("div",{className:Ut.header,children:[d.jsx("h2",{className:Ut.title,children:o}),d.jsx("button",{type:"button",className:Ut.close,"aria-label":s,onClick:r,children:d.jsx(U0,{size:14})})]}),u!==void 0&&u!==""&&d.jsx("p",{className:Ut.description,children:u}),c!==void 0&&d.jsx("div",{className:Ut.body,children:c})]}),h!==void 0&&d.jsx("div",{className:Ut.footer,children:h})]})})]}),document.body):null}const tf="_onboardingOverlay_1cfrq_3",nf="_onboardingMask_1cfrq_10",rf="_onboardingStage_1cfrq_21",vl={onboardingOverlay:tf,onboardingMask:nf,onboardingStage:rf};function of({children:n}){return R.useEffect(()=>{const r=document.getElementById("root");if(r!==null)return r.inert=!0,()=>{r.inert=!1}},[]),Qn.createPortal(d.jsxs("div",{className:vl.onboardingOverlay,role:"presentation",children:[d.jsx("div",{className:vl.onboardingMask,"aria-hidden":"true"}),d.jsx("div",{className:vl.onboardingStage,children:n})]}),document.body)}const sf="_confirmation_1nu42_1",lf="_confirmationContent_1nu42_7",uf="_warning_1nu42_19",af="_warningIcon_1nu42_32",cf="_acknowledgement_1nu42_38",ff="_modalAction_1nu42_67",df="_confirmAction_1nu42_71",Dn={confirmation:sf,confirmationContent:lf,warning:uf,warningIcon:af,acknowledgement:cf,modalAction:ff,confirmAction:df};function hf({open:n,title:r,description:o,acknowledgeLabel:s,cancelLabel:u,confirmLabel:c,acknowledged:h,disabled:p=!1,onAcknowledgedChange:C,onCancel:g,onConfirm:y}){return d.jsxs(G0,{open:n,onClose:g,title:r,className:Dn.confirmation,contentClassName:Dn.confirmationContent,footer:d.jsxs(d.Fragment,{children:[d.jsx(Bl,{variant:"outline",className:Dn.modalAction,onClick:g,children:u}),d.jsx(Bl,{variant:"primary",className:Dn.confirmAction,disabled:p||!h,onClick:y,children:c})]}),children:[d.jsxs("div",{className:Dn.warning,children:[d.jsx(q0,{size:18,className:Dn.warningIcon}),d.jsx("p",{children:o})]}),d.jsxs("label",{className:Dn.acknowledgement,children:[d.jsx("input",{type:"checkbox",checked:h,disabled:p,autoFocus:!0,onChange:L=>{C(L.currentTarget.checked)}}),d.jsx("span",{children:s})]})]})}const pf="_banner_ugy7y_1",mf={banner:pf};function gf({reconnecting:n,label:r="连接已断开,正在重连…"}){return n?d.jsx("div",{className:mf.banner,children:r}):null}const Z2=348;function Cf({size:n=24,className:r}){return d.jsxs("svg",{width:n,height:n,className:r,viewBox:`0 0 ${Z2} ${Z2}`,fill:"none","aria-hidden":"true",children:[d.jsx("path",{fill:"currentColor",d:"M86.406 81.629c2.27 1.72 4.44 3.51 6.59 5.37.82.69 1.63 1.38 2.46 2.09 25.71 22.47 43.77 54.11 61.54 82.91.61.98 1.22 1.96 1.84 2.96q2.94 4.74 5.85 9.48c.61.99 1.23 1.98 1.86 3 .57.93 1.13 1.85 1.72 2.81.25.41.25.41 1.53 2.49 1.18 2.21 1.97 3.77 2.2 6.26-.88 2.21-.88 2.21-2.33 4.67-.54.93-1.08 1.87-1.64 2.84-.61 1.03-1.21 2.06-1.84 3.12-1.3 2.26-2.61 4.52-3.9 6.79-.35.61-.69 1.21-1.05 1.83-3.83 6.73-7.4 13.59-10.98 20.46-6.04 11.56-12.24 23-18.88 34.23-.63 1.06-1.25 2.13-1.9 3.22-11.79 19.69-25.82 39.96-48.48 47.51-10.71 1.78-20.46.42-29.65-5.33-9.83-7.21-15.67-17.18-17.85-29.07-1.59-12.52 1.65-24.74 8.5-35.27 28.51-36.57 84.36-48.92 128-56-1-.19-2-.38-3.03-.57-90.61-17.27-90.61-17.27-121.97-35.43-.6-.35-1.21-.7-1.84-1.06-14.95-8.68-25.44-19.19-30.59-36-1.9-13.26-.35-25.85 7.75-36.88 17.57-21.44 43.9-21.45 66.09-6.43m228.871-5.274c2.02 1.45 3.87 2.98 5.72 4.64.61.51 1.21 1.01 1.83 1.52 8.02 7.18 12.62 17.85 13.39 28.48.43 14.55-4.03 26.78-13.97 37.5-35.73 33.85-97.7 41.13-144.25 49.5.71.14 1.42.27 2.16.41 98.75 18.95 98.75 18.95 125.84 55.66 7.55 11.69 10.51 24.99 7.89 38.76-3.53 12.6-10.16 21.1-21.23 27.73-8.46 4.6-18.61 4.78-27.84 2.32-35.78-12.49-54-59.52-70.19-90.41-4.88-9.28-9.9-18.43-15.36-27.38-.23-.38-.23-.38-1.37-2.3-.4-.64-.79-1.28-1.19-1.94-.92-2.4-.6-3.46.29-5.85.7-1.35 1.45-2.68 2.23-3.99.24-.39.24-.39 1.41-2.35.26-.42.26-.42 1.55-2.53.53-.88 1.07-1.76 1.62-2.67 62.44-102.54 62.44-102.54 98.19-111.46 11.36-2.66 23.17-1.66 33.28 4.36"}),d.jsx("path",{fill:"#eab039",d:"M193.129 29.54c9.42 7.83 14.99 17.28 16.87 29.46 2.5 39.35-18.68 77.3-35 112h-2c-24.9-52.02-24.9-52.02-32-79-.33-1.27-.67-2.54-1.01-3.84-3.52-15.22-3.98-31.59 3.37-45.78 5.93-9.44 13.18-15.79 24.02-18.69 9.34-1.78 18.07.3 25.75 5.85"})]})}const vf=348,U2=168,yl=28;function yf({size:n=24,className:r}){return d.jsxs("svg",{width:n*U2/yl,height:n,className:r,viewBox:`0 0 ${U2} ${yl}`,fill:"none","aria-hidden":"true",children:[d.jsxs("g",{transform:`translate(0 ${(yl-24)/2}) scale(${24/vf})`,children:[d.jsx("path",{fill:"currentColor",d:"M86.406 81.629c2.27 1.72 4.44 3.51 6.59 5.37.82.69 1.63 1.38 2.46 2.09 25.71 22.47 43.77 54.11 61.54 82.91.61.98 1.22 1.96 1.84 2.96q2.94 4.74 5.85 9.48c.61.99 1.23 1.98 1.86 3 .57.93 1.13 1.85 1.72 2.81.25.41.25.41 1.53 2.49 1.18 2.21 1.97 3.77 2.2 6.26-.88 2.21-.88 2.21-2.33 4.67-.54.93-1.08 1.87-1.64 2.84-.61 1.03-1.21 2.06-1.84 3.12-1.3 2.26-2.61 4.52-3.9 6.79-.35.61-.69 1.21-1.05 1.83-3.83 6.73-7.4 13.59-10.98 20.46-6.04 11.56-12.24 23-18.88 34.23-.63 1.06-1.25 2.13-1.9 3.22-11.79 19.69-25.82 39.96-48.48 47.51-10.71 1.78-20.46.42-29.65-5.33-9.83-7.21-15.67-17.18-17.85-29.07-1.59-12.52 1.65-24.74 8.5-35.27 28.51-36.57 84.36-48.92 128-56-1-.19-2-.38-3.03-.57-90.61-17.27-90.61-17.27-121.97-35.43-.6-.35-1.21-.7-1.84-1.06-14.95-8.68-25.44-19.19-30.59-36-1.9-13.26-.35-25.85 7.75-36.88 17.57-21.44 43.9-21.45 66.09-6.43m228.871-5.274c2.02 1.45 3.87 2.98 5.72 4.64.61.51 1.21 1.01 1.83 1.52 8.02 7.18 12.62 17.85 13.39 28.48.43 14.55-4.03 26.78-13.97 37.5-35.73 33.85-97.7 41.13-144.25 49.5.71.14 1.42.27 2.16.41 98.75 18.95 98.75 18.95 125.84 55.66 7.55 11.69 10.51 24.99 7.89 38.76-3.53 12.6-10.16 21.1-21.23 27.73-8.46 4.6-18.61 4.78-27.84 2.32-35.78-12.49-54-59.52-70.19-90.41-4.88-9.28-9.9-18.43-15.36-27.38-.23-.38-.23-.38-1.37-2.3-.4-.64-.79-1.28-1.19-1.94-.92-2.4-.6-3.46.29-5.85.7-1.35 1.45-2.68 2.23-3.99.24-.39.24-.39 1.41-2.35.26-.42.26-.42 1.55-2.53.53-.88 1.07-1.76 1.62-2.67 62.44-102.54 62.44-102.54 98.19-111.46 11.36-2.66 23.17-1.66 33.28 4.36"}),d.jsx("path",{fill:"#eab039",d:"M193.129 29.54c9.42 7.83 14.99 17.28 16.87 29.46 2.5 39.35-18.68 77.3-35 112h-2c-24.9-52.02-24.9-52.02-32-79-.33-1.27-.67-2.54-1.01-3.84-3.52-15.22-3.98-31.59 3.37-45.78 5.93-9.44 13.18-15.79 24.02-18.69 9.34-1.78 18.07.3 25.75 5.85"})]}),d.jsx("text",{x:"30",y:"19.5",fill:"currentColor",fontFamily:"ui-sans-serif, system-ui, sans-serif",fontSize:"14",fontWeight:"700",letterSpacing:"0.04em",children:"XRK"}),d.jsx("rect",{x:"72",y:"6",width:"92",height:"16",rx:"2",fill:"currentColor"}),d.jsx("text",{x:"118",y:"17.5",fill:"var(--dsw-alias-label-primary-inverted, #fff)",fontFamily:"ui-sans-serif, system-ui, sans-serif",fontSize:"9",fontWeight:"700",letterSpacing:"0.12em",textAnchor:"middle",children:"HARNESS"})]})}const wf="_bubble_owhem_8",xf={bubble:wf};function _f({label:n,side:r="right",delayMs:o=0,disabled:s=!1,maxWidth:u,children:c}){const h=R.useRef(null),p=c.ref,C=R.useCallback(Z=>{h.current=Z,typeof p=="function"?p(Z):p!=null&&(p.current=Z)},[p]),[g,y]=R.useState(null),[L,w]=R.useState(r),k=R.useRef(null),S=g===null?null:typeof n=="function"?n():n,E=g===null?0:L==="right"?g.top+(g.bottom-g.top)/2:L==="top"?g.top-8:g.bottom+8,T=12;R.useLayoutEffect(()=>{if(g===null)return;const Z=()=>{const ne=k.current;if(ne===null)return;ne.style.left=`${g.x}px`;const I=ne.getBoundingClientRect();let J=0;if(I.right>window.innerWidth-T&&(J=window.innerWidth-T-I.right),I.left+J<T&&(J=T-I.left),ne.style.left=`${g.x+J}px`,r==="right")return;const q=g.bottom+8+I.height<=window.innerHeight-T,ce=g.top-8-I.height>=T;L==="bottom"&&!q&&ce&&w("top"),L==="top"&&!ce&&q&&w("bottom")};return Z(),window.addEventListener("resize",Z),()=>{window.removeEventListener("resize",Z)}},[L,g,S,r]);const B=R.useRef(null),W=R.useRef({hover:!1,focus:!1}),z=R.useCallback(()=>{B.current!==null&&(clearTimeout(B.current),B.current=null)},[]);R.useEffect(()=>(s&&(z(),W.current={hover:!1,focus:!1},y(null)),z),[z,s]);const ee=()=>{if(s)return;const Z=h.current;if(Z===null)return;const ne=Z.getBoundingClientRect();w(r),y({x:r==="right"?ne.right+10:ne.left+ne.width/2,top:ne.top,bottom:ne.bottom})},Q=()=>{if(z(),o<=0){ee();return}B.current=setTimeout(()=>{B.current=null,ee()},o)},H=()=>{z(),!W.current.hover&&!W.current.focus&&y(null)};return d.jsxs(d.Fragment,{children:[R.cloneElement(c,{ref:C,onMouseEnter:Z=>{var ne,I;(I=(ne=c.props).onMouseEnter)==null||I.call(ne,Z),W.current.hover=!0,Q()},onMouseLeave:Z=>{var ne,I;(I=(ne=c.props).onMouseLeave)==null||I.call(ne,Z),W.current.hover=!1,z(),y(null)},onFocus:Z=>{var ne,I;(I=(ne=c.props).onFocus)==null||I.call(ne,Z),W.current.focus=!0,z(),ee()},onBlur:Z=>{var ne,I;(I=(ne=c.props).onBlur)==null||I.call(ne,Z),W.current.focus=!1,H()}}),g!==null&&d.jsx("span",{ref:k,className:xf.bubble,"data-side":L,style:{left:g.x,top:E,...u===void 0?{}:{maxWidth:u}},role:"tooltip",children:S})]})}const kf="_toast_fvpz7_7",Sf="_icon_fvpz7_35",Lf="_text_fvpz7_42",wl={toast:kf,icon:Sf,text:Lf},jf=3e3,Ef=1e3;function bf({text:n,icon:r,anchor:o,onDone:s}){R.useEffect(()=>{const h=setTimeout(s,jf+Ef);return()=>{clearTimeout(h)}},[s]);const[u,c]=R.useState(null);return R.useLayoutEffect(()=>{if(o==null)return;const h=()=>{const p=o.getBoundingClientRect();c(p.left+p.width/2)};return h(),window.addEventListener("resize",h),()=>{window.removeEventListener("resize",h)}},[o]),Qn.createPortal(d.jsxs("div",{className:wl.toast,role:"alert",style:u===null?void 0:{left:u},children:[r!==void 0&&d.jsx("span",{className:wl.icon,"aria-hidden":!0,children:r}),d.jsx("span",{className:wl.text,children:n})]}),document.body)}const Of="_root_4qrvp_1",Mf="_container_4qrvp_30",Nf="_expandedTopLevel_4qrvp_39",Rf="_topLevelBracket_4qrvp_46",Pf="_expandedTopLevelContainer_4qrvp_51",Tf="_row_4qrvp_55",If="_children_4qrvp_60",$f="_expander_4qrvp_78",Af="_label_4qrvp_95",Hf="_clickableLabel_4qrvp_101",Vf="_stringValue_4qrvp_105",Df="_numberValue_4qrvp_109",Ff="_keywordValue_4qrvp_113",Bf="_otherValue_4qrvp_117",zf="_punctuation_4qrvp_121",Zf="_preview_4qrvp_125",Uf="_previewProperty_4qrvp_129",Wf="_previewEllipsis_4qrvp_133",qf="_copyAnchor_4qrvp_137",Qf="_copyButton_4qrvp_143",Kf="_collapseIcon_4qrvp_202",fe={root:Of,container:Mf,expandedTopLevel:Nf,topLevelBracket:Rf,expandedTopLevelContainer:Pf,row:Tf,children:If,expander:$f,label:Af,clickableLabel:Hf,stringValue:Vf,numberValue:Df,keywordValue:Ff,otherValue:Bf,punctuation:zf,preview:Zf,previewProperty:Uf,previewEllipsis:Wf,copyAnchor:qf,copyButton:Qf,collapseIcon:Kf},Jf=4,Gf=5,W2=2,q2={copyValue:"Copy value",copyJson:"Copy JSON",copyPath:"Copy property path",copyPrettyJson:"Copy pretty JSON",copyCompactJson:"Copy compact JSON",copied:"Copied",copyFailed:"Copy failed",collapseNode:"Collapse JSON node",expandNode:"Expand JSON node",copyButtonTitle:n=>`${n}; right-click for copy options`};function Yf(n){return[{id:"value",label:n.copyValue},{id:"json",label:n.copyJson},{id:"path",label:n.copyPath}]}function Xf(n){return[{id:"prettyJson",label:n.copyPrettyJson},{id:"json",label:n.copyCompactJson},{id:"path",label:n.copyPath}]}function qi(n){return typeof n=="object"&&n!==null&&!(n instanceof Date)}function Qi(n){return Array.isArray(n)?n.map((r,o)=>[String(o),r]):Object.keys(n).map(r=>[r,n[r]])}function cu(n){return Array.isArray(n)?["[","]"]:["{","}"]}function ed(n){return n===null?d.jsx("span",{className:fe.keywordValue,children:"null"}):typeof n=="string"?d.jsx("span",{className:fe.stringValue,children:JSON.stringify(n)}):typeof n=="number"?d.jsx("span",{className:fe.numberValue,children:String(n)}):typeof n=="boolean"?d.jsx("span",{className:fe.keywordValue,children:String(n)}):typeof n=="bigint"?d.jsx("span",{className:fe.otherValue,children:n.toString()}):typeof n>"u"?d.jsx("span",{className:fe.otherValue,children:"undefined"}):typeof n=="symbol"?d.jsx("span",{className:fe.otherValue,children:n.description??"Symbol"}):typeof n=="function"?d.jsx("span",{className:fe.otherValue,children:n.name||"Function"}):null}function Y0(n,r){if(!qi(n))return ed(n);const o=Array.isArray(n),s=Qi(n),u=o?Gf:Jf,c=s.slice(0,u),[h,p]=cu(n);return d.jsxs(d.Fragment,{children:[d.jsx("span",{className:fe.punctuation,children:h}),r>=W2?d.jsx("span",{className:fe.previewEllipsis,children:"…"}):c.map(([C,g],y)=>d.jsxs("span",{children:[y>0&&d.jsx("span",{className:fe.punctuation,children:", "}),!o&&d.jsxs(d.Fragment,{children:[d.jsx("span",{className:fe.previewProperty,children:C}),d.jsx("span",{className:fe.punctuation,children:": "})]}),Y0(g,r+1)]},C)),r<W2&&s.length>u&&d.jsx("span",{className:fe.previewEllipsis,children:", …"}),d.jsx("span",{className:fe.punctuation,children:p})]})}function td(n){return n===null?d.jsx("span",{className:fe.keywordValue,children:"null"}):typeof n=="string"?d.jsx("span",{className:fe.stringValue,children:JSON.stringify(n)}):typeof n=="boolean"?d.jsx("span",{className:fe.keywordValue,children:String(n)}):typeof n=="number"?d.jsx("span",{className:fe.numberValue,children:String(n)}):typeof n=="bigint"?d.jsx("span",{className:fe.numberValue,children:`${n.toString()}n`}):n instanceof Date?d.jsx("span",{className:fe.otherValue,children:n.toISOString()}):typeof n=="function"?d.jsxs("span",{className:fe.otherValue,children:["function() ","{ }"]}):typeof n>"u"?d.jsx("span",{className:fe.otherValue,children:"undefined"}):d.jsx("span",{className:fe.otherValue,children:n.toString()})}function nd(n){return n===""?'""':n}function zl(n){return n.map(r=>typeof r=="number"?`n${String(r)}`:`s${String(r.length)}:${r}`).join("/")}function X0(n){n.focus()}function rd(n,r){const o=n.closest('[role="tree"]');if(o===null)return;const s=Array.from(o.querySelectorAll("[data-json-expander]")),u=s.indexOf(n);if(u<0||s.length===0)return;const c=(u+r+s.length)%s.length,h=s[c];h!==void 0&&X0(h)}function xl({field:n,expandable:r,onToggle:o}){return n===void 0?null:d.jsxs("span",{className:xe(fe.label,r&&fe.clickableLabel),onClick:r?o:void 0,children:[nd(n),":"]})}function Zl({field:n,initialExpanded:r,labels:o,lastElement:s,onClaimTabStop:u,onRowHover:c,path:h,tabStopId:p,value:C}){const g=R.useId(),y=R.useRef(null),[L,w]=R.useState(r),k=zl(h),S=qi(C),E=S?Qi(C):[],T=E.length>0,B=()=>{w(H=>!H),X0(y.current)},W=H=>{if(H.key==="ArrowRight"||H.key==="ArrowLeft"){H.preventDefault(),w(H.key==="ArrowRight");return}(H.key==="ArrowUp"||H.key==="ArrowDown")&&(H.preventDefault(),rd(H.currentTarget,H.key==="ArrowUp"?-1:1))},z=(H,Z)=>d.jsx("div",{className:fe.row,role:"treeitem","aria-expanded":Z,onMouseOver:ne=>{ne.stopPropagation(),c(ne.currentTarget,{path:h,value:C})},children:H});if(!S)return z(d.jsxs(d.Fragment,{children:[d.jsx(xl,{field:n,expandable:!1,onToggle:B}),td(C),!s&&d.jsx("span",{className:fe.punctuation,children:","})]}));const[ee,Q]=cu(C);return T?z(d.jsxs(d.Fragment,{children:[d.jsx("span",{ref:y,className:xe(fe.expander,L?fe.collapseIcon:fe.expandIcon),"data-json-expander":!0,role:"button","aria-label":L?o.collapseNode:o.expandNode,"aria-expanded":L,"aria-controls":L?g:void 0,tabIndex:p===k?0:-1,onFocus:()=>{u(k)},onClick:B,onKeyDown:W}),d.jsx(xl,{field:n,expandable:!0,onToggle:B}),d.jsx("span",{className:fe.preview,children:Y0(C,0)}),!s&&d.jsx("span",{className:fe.punctuation,children:","}),L&&d.jsx("ul",{id:g,role:"group",className:fe.children,children:E.map(([H,Z],ne)=>d.jsx(Zl,{field:H,value:Z,path:[...h,Array.isArray(C)?ne:H],labels:o,lastElement:ne===E.length-1,initialExpanded:!1,tabStopId:p,onClaimTabStop:u,onRowHover:c},H))})]}),L):z(d.jsxs(d.Fragment,{children:[d.jsx(xl,{field:n,expandable:!1,onToggle:B}),d.jsx("span",{className:fe.punctuation,children:ee}),d.jsx("span",{className:fe.punctuation,children:Q}),!s&&d.jsx("span",{className:fe.punctuation,children:","})]}))}function id(n){return n.reduce((r,o)=>typeof o=="number"?`${r}[${String(o)}]`:/^[A-Za-z_$][\w$]*$/.test(o)?`${r}.${o}`:`${r}[${JSON.stringify(o)}]`,"$")}function od(n,r){return r==="path"?id(n.path):r==="prettyJson"?JSON.stringify(n.value,null,2):r==="json"?JSON.stringify(n.value):typeof n.value=="string"?n.value:typeof n.value>"u"?"undefined":typeof n.value=="bigint"?n.value.toString():typeof n.value=="symbol"?n.value.description??"Symbol":typeof n.value=="function"?n.value.name||"Function":JSON.stringify(n.value)}function sd({data:n,label:r="JSON",className:o,copyable:s=!0,expandTopLevel:u=!0,labels:c}){const h=R.useMemo(()=>c===void 0?q2:{...q2,...c},[c]),p=Qi(n),C=p.findIndex(([,M])=>qi(M)&&Qi(M).length>0),g=p[C],y=u?g===void 0?null:zl([Array.isArray(n)?C:g[0]]):qi(n)&&p.length>0?zl([]):null,L=R.useRef(null),w=R.useRef(),k=R.useRef(null),S=R.useRef(!1),E=R.useRef(),[T,B]=R.useState(),[W,z]=R.useState("idle"),[ee,Q]=R.useState(!1),[H,Z]=R.useState(y),ne=M=>{var ie;(ie=w.current)==null||ie.removeAttribute("data-json-copy-active"),w.current=M,M==null||M.setAttribute("data-json-copy-active","")},I=()=>{ne(void 0),B(void 0),z("idle"),S.current=!1,Q(!1)},J=M=>{const ie=L.current;if(ie===null)throw new Error("JsonTree root is not mounted");const de=ie.getBoundingClientRect(),ve=M.getBoundingClientRect();return{left:de.left+ie.clientWidth-26,side:ve.top-de.top>ie.clientHeight/2?"top":"bottom",top:ve.top}},q=(M,ie)=>{const de=J(M);B({...ie,...de})},ce=M=>{const ie=J(M);B(de=>de===void 0?de:{...de,...ie})};R.useEffect(()=>()=>{var M;E.current!==void 0&&clearTimeout(E.current),(M=w.current)==null||M.removeAttribute("data-json-copy-active")},[]),R.useEffect(()=>{var M;(M=w.current)==null||M.removeAttribute("data-json-copy-active"),w.current=void 0,S.current=!1,B(void 0),z("idle"),Q(!1),Z(y)},[n,u,y]),R.useEffect(()=>{const M=()=>{const ie=w.current;ie!==void 0&&ce(ie)};return window.addEventListener("scroll",M,!0),window.addEventListener("resize",M),()=>{window.removeEventListener("scroll",M,!0),window.removeEventListener("resize",M)}},[]);const le=(M,ie)=>{!s||S.current||w.current!==M&&(ne(M),z("idle"),S.current=!1,Q(!1),q(M,ie))},he=M=>{!s||S.current||M.target instanceof Element&&M.target.closest("[data-json-copy-button]")===null&&I()},pe=M=>{const ie=w.current;ie!==void 0&&ce(ie)},Le=async M=>{if(T!==void 0){try{await navigator.clipboard.writeText(od(T,M)),z("copied")}catch{z("failed")}E.current!==void 0&&clearTimeout(E.current),E.current=setTimeout(()=>{z("idle")},1500)}},[ye,U]=cu(n),oe=typeof(T==null?void 0:T.value)=="object"&&T.value!==null,K=oe?"prettyJson":"value",j=W==="copied"?h.copied:W==="failed"?h.copyFailed:oe?h.copyPrettyJson:h.copyValue;return d.jsxs("div",{ref:L,className:xe(fe.root,o),onMouseOver:he,onMouseLeave:()=>{S.current||I()},onScroll:pe,children:[u?d.jsxs("div",{className:fe.expandedTopLevel,children:[d.jsx("div",{className:xe(fe.row,fe.topLevelBracket),"data-json-root-row":!0,onMouseOver:M=>{M.stopPropagation(),le(M.currentTarget,{path:[],value:n})},children:d.jsx("span",{className:fe.punctuation,children:ye})}),d.jsx("div",{"aria-label":r,className:xe(fe.container,fe.expandedTopLevelContainer),role:"tree",children:p.map(([M,ie],de)=>d.jsx(Zl,{field:M,value:ie,path:[Array.isArray(n)?de:M],labels:h,lastElement:de===p.length-1,initialExpanded:!1,tabStopId:H,onClaimTabStop:Z,onRowHover:le},M))}),d.jsx("div",{className:xe(fe.row,fe.topLevelBracket),children:d.jsx("span",{className:fe.punctuation,children:U})})]}):d.jsx("div",{"aria-label":r,className:fe.container,role:"tree",children:d.jsx(Zl,{value:n,path:[],labels:h,lastElement:!0,initialExpanded:!0,tabStopId:H,onClaimTabStop:Z,onRowHover:le})}),T!==void 0&&d.jsx("span",{className:fe.copyAnchor,style:{left:T.left,top:T.top},children:d.jsx(J0,{open:ee,compact:!0,portal:!0,align:"end",side:T.side,anchor:d.jsx("button",{ref:k,type:"button",className:fe.copyButton,"data-json-copy-button":!0,"data-state":W,"aria-label":j,title:h.copyButtonTitle(j),onClick:()=>void Le(K),onContextMenu:M=>{M.preventDefault(),M.stopPropagation(),S.current=!0,Q(!0)},children:W==="copied"?d.jsx(au,{size:12}):d.jsx(W0,{size:12})}),items:oe?Xf(h):Yf(h),onSelect:M=>{Le(M),S.current=!1,Q(!1)},onClose:I,getAnchorRect:()=>k.current.getBoundingClientRect()})})]})}var _l,Q2;function ld(){if(Q2)return _l;Q2=1;const n=[[{color:"0, 0, 0",class:"ansi-black"},{color:"187, 0, 0",class:"ansi-red"},{color:"0, 187, 0",class:"ansi-green"},{color:"187, 187, 0",class:"ansi-yellow"},{color:"0, 0, 187",class:"ansi-blue"},{color:"187, 0, 187",class:"ansi-magenta"},{color:"0, 187, 187",class:"ansi-cyan"},{color:"255,255,255",class:"ansi-white"}],[{color:"85, 85, 85",class:"ansi-bright-black"},{color:"255, 85, 85",class:"ansi-bright-red"},{color:"0, 255, 0",class:"ansi-bright-green"},{color:"255, 255, 85",class:"ansi-bright-yellow"},{color:"85, 85, 255",class:"ansi-bright-blue"},{color:"255, 85, 255",class:"ansi-bright-magenta"},{color:"85, 255, 255",class:"ansi-bright-cyan"},{color:"255, 255, 255",class:"ansi-bright-white"}]],r=/(https?:\/\/(?:[A-Za-z0-9#;/?:@=+$',_.!~*()[\]-]|&|%[A-Fa-f0-9]{2})+)/gm;class o{static escapeForHtml(u){return new o().escapeForHtml(u)}static linkify(u){return new o().linkify(u)}static ansiToHtml(u,c){return new o().ansiToHtml(u,c)}static ansiToJson(u,c){return new o().ansiToJson(u,c)}static ansiToText(u){return new o().ansiToText(u)}constructor(){this.fg=this.bg=this.fg_truecolor=this.bg_truecolor=null,this.bright=0,this.decorations=[]}setupPalette(){this.PALETTE_COLORS=[];for(let p=0;p<2;++p)for(let C=0;C<8;++C)this.PALETTE_COLORS.push(n[p][C].color);let u=[0,95,135,175,215,255],c=(p,C,g)=>u[p]+", "+u[C]+", "+u[g];for(let p=0;p<6;++p)for(let C=0;C<6;++C)for(let g=0;g<6;++g)this.PALETTE_COLORS.push(c(p,C,g));let h=8;for(let p=0;p<24;++p,h+=10)this.PALETTE_COLORS.push(h+", "+h+", "+h)}escapeForHtml(u){return u.replace(/[&<>\"]/gm,c=>c=="&"?"&":c=='"'?""":c=="<"?"<":c==">"?">":"")}linkify(u){return u.replace(r,c=>`<a href="${c}">${c}</a>`)}ansiToHtml(u,c){return this.process(u,c,!0)}ansiToJson(u,c){return c=c||{},c.json=!0,c.clearLine=!1,this.process(u,c,!0)}ansiToText(u){return this.process(u,{},!1)}process(u,c,h){let p=this,C=u.split(/\033\[/),g=C.shift();c==null&&(c={}),c.clearLine=/\r/.test(u);let y=C.map(L=>this.processChunk(L,c,h));if(c&&c.json){let L=p.processChunkJson("");return L.content=g,L.clearLine=c.clearLine,y.unshift(L),c.remove_empty&&(y=y.filter(w=>!w.isEmpty())),y}else y.unshift(g);return y.join("")}processChunkJson(u,c,h){c=typeof c>"u"?{}:c;let p=c.use_classes=typeof c.use_classes<"u"&&c.use_classes,C=c.key=p?"class":"color",g={content:u,fg:null,bg:null,fg_truecolor:null,bg_truecolor:null,isInverted:!1,clearLine:c.clearLine,decoration:null,decorations:[],was_processed:!1,isEmpty:()=>!g.content},y=u.match(/^([!\x3c-\x3f]*)([\d;]*)([\x20-\x2c]*[\x40-\x7e])([\s\S]*)/m);if(!y)return g;g.content=y[4];let L=y[2].split(";");if(y[1]!==""||y[3]!=="m"||!h)return g;let w=this;for(;L.length>0;){let k=L.shift(),S=parseInt(k);if(isNaN(S)||S===0)w.fg=w.bg=null,w.decorations=[];else if(S===1)w.decorations.push("bold");else if(S===2)w.decorations.push("dim");else if(S===3)w.decorations.push("italic");else if(S===4)w.decorations.push("underline");else if(S===5)w.decorations.push("blink");else if(S===7)w.decorations.push("reverse");else if(S===8)w.decorations.push("hidden");else if(S===9)w.decorations.push("strikethrough");else if(S===21)w.removeDecoration("bold");else if(S===22)w.removeDecoration("bold"),w.removeDecoration("dim");else if(S===23)w.removeDecoration("italic");else if(S===24)w.removeDecoration("underline");else if(S===25)w.removeDecoration("blink");else if(S===27)w.removeDecoration("reverse");else if(S===28)w.removeDecoration("hidden");else if(S===29)w.removeDecoration("strikethrough");else if(S===39)w.fg=null;else if(S===49)w.bg=null;else if(S>=30&&S<38)w.fg=n[0][S%10][C];else if(S>=90&&S<98)w.fg=n[1][S%10][C];else if(S>=40&&S<48)w.bg=n[0][S%10][C];else if(S>=100&&S<108)w.bg=n[1][S%10][C];else if(S===38||S===48){let E=S===38;if(L.length>=1){let T=L.shift();if(T==="5"&&L.length>=1){let B=parseInt(L.shift());if(B>=0&&B<=255)if(!p)this.PALETTE_COLORS||w.setupPalette(),E?w.fg=this.PALETTE_COLORS[B]:w.bg=this.PALETTE_COLORS[B];else{let W=B>=16?"ansi-palette-"+B:n[B>7?1:0][B%8].class;E?w.fg=W:w.bg=W}}else if(T==="2"&&L.length>=3){let B=parseInt(L.shift()),W=parseInt(L.shift()),z=parseInt(L.shift());if(B>=0&&B<=255&&W>=0&&W<=255&&z>=0&&z<=255){let ee=B+", "+W+", "+z;p?E?(w.fg="ansi-truecolor",w.fg_truecolor=ee):(w.bg="ansi-truecolor",w.bg_truecolor=ee):E?w.fg=ee:w.bg=ee}}}}}return w.fg===null&&w.bg===null&&w.decorations.length===0||(g.fg=w.fg,g.bg=w.bg,g.fg_truecolor=w.fg_truecolor,g.bg_truecolor=w.bg_truecolor,g.decorations=w.decorations,g.decoration=w.decorations.slice(-1).pop()||null,g.was_processed=!0),g}processChunk(u,c,h){c=c||{};let p=this.processChunkJson(u,c,h),C=c.use_classes;if(p.decorations=p.decorations.filter(S=>{if(S==="reverse"){p.fg||(p.fg=n[0][7][C?"class":"color"]),p.bg||(p.bg=n[0][0][C?"class":"color"]);let E=p.fg;p.fg=p.bg,p.bg=E;let T=p.fg_truecolor;return p.fg_truecolor=p.bg_truecolor,p.bg_truecolor=T,p.isInverted=!0,!1}return!0}),c.json)return p;if(p.isEmpty())return"";if(!p.was_processed)return p.content;let g=[],y=[],L=[],w={},k=S=>{let E=[],T;for(T in S)S.hasOwnProperty(T)&&E.push("data-"+T+'="'+this.escapeForHtml(S[T])+'"');return E.length>0?" "+E.join(" "):""};return p.isInverted&&(w["ansi-is-inverted"]="true"),p.fg&&(C?(g.push(p.fg+"-fg"),p.fg_truecolor!==null&&(w["ansi-truecolor-fg"]=p.fg_truecolor,p.fg_truecolor=null)):g.push("color:rgb("+p.fg+")")),p.bg&&(C?(g.push(p.bg+"-bg"),p.bg_truecolor!==null&&(w["ansi-truecolor-bg"]=p.bg_truecolor,p.bg_truecolor=null)):g.push("background-color:rgb("+p.bg+")")),p.decorations.forEach(S=>{if(C){y.push("ansi-"+S);return}S==="bold"?y.push("font-weight:bold"):S==="dim"?y.push("opacity:0.5"):S==="italic"?y.push("font-style:italic"):S==="hidden"?y.push("visibility:hidden"):S==="strikethrough"?L.push("line-through"):L.push(S)}),L.length&&y.push("text-decoration:"+L.join(" ")),C?'<span class="'+g.concat(y).join(" ")+'"'+k(w)+">"+p.content+"</span>":'<span style="'+g.concat(y).join(";")+'"'+k(w)+">"+p.content+"</span>"}removeDecoration(u){const c=this.decorations.indexOf(u);c>=0&&this.decorations.splice(c,1)}}return _l=o,_l}var ud=ld();const ad=S1(ud),cd={"0,0,0":"var(--dsw-alias-label-primary)","255,255,255":"var(--dsw-alias-label-primary)","85,85,85":"var(--dsw-alias-label-tertiary)","187,0,0":"var(--dsw-alias-state-error-primary)","255,85,85":"var(--dsw-alias-state-error-secondary)","0,187,0":"var(--dsw-alias-state-success-primary)","0,255,0":"var(--dsw-alias-state-success-secondary)","187,187,0":"var(--dsw-alias-state-warn-primary)","255,255,85":"var(--dsw-alias-state-warn-secondary)","0,0,187":"var(--dsw-alias-state-business-primary)","85,85,255":"var(--dsw-static-blue-400)"},fd={bold:{fontWeight:700},dim:{opacity:.7},italic:{fontStyle:"italic"},underline:{textDecoration:"underline"},strikethrough:{textDecoration:"line-through"},hidden:{visibility:"hidden"}},dd=/\u001b\][^\u0007\u001b]*(?:\u0007|\u001b\\)?/g,hd=/\u001b(?!\[)[\u0020-\u002f]*[\u0030-\u007e]?/g,pd=/[\u0000-\u0007\u000b-\u001a\u001c-\u001f\u007f]/g,md=/\r|\u0008|\u001b\[[\u0030-\u003f]*[\u0020-\u002f]*K/,gd=/\u001b\[([\u0030-\u003f]*)[\u0020-\u002f]*m/g,K2=8,Cd=/^[\p{Mn}\p{Me}\p{Cf}\u200b-\u200f\u2060]$/u,vd=new RegExp("\\p{Script=Han}|\\p{Script=Hiragana}|\\p{Script=Katakana}|\\p{Script=Hangul}|\\p{Emoji_Presentation}|[\\uff01-\\uff60\\u3000-\\u303e]","u");function kl(n){const r=n.codePointAt(0);return r===void 0||r<4352?!1:vd.test(n)}const C1={fg:"",bg:"",attrs:[]},yd={22:["1","2"],23:["3"],24:["4"],25:["5","6"],27:["7"],28:["8"],29:["9"]};function e3(n,r){const o=r===""?["0"]:r.split(";");let s=n;for(let u=0;u<o.length;u++){const c=String(o[u]);if(c===""||c==="0"){s=C1;continue}if(c==="38"||c==="48"){const C=o[u+1]??"",g=C==="2"?4:C==="5"?2:0,y=o.slice(u,u+g+1).join(";");s=c==="38"?{...s,fg:y}:{...s,bg:y},u+=g;continue}const h=yd[c];if(h!==void 0){s={...s,attrs:s.attrs.filter(C=>!h.includes(C))};continue}const p=Number(c);if(c==="39"){s={...s,fg:""};continue}if(c==="49"){s={...s,bg:""};continue}if(p>=30&&p<=37||p>=90&&p<=97){s={...s,fg:c};continue}if(p>=40&&p<=47||p>=100&&p<=107){s={...s,bg:c};continue}s.attrs.includes(c)||(s={...s,attrs:[...s.attrs,c]})}return s}function J2(n){const r=[...n.attrs];return n.fg!==""&&r.push(n.fg),n.bg!==""&&r.push(n.bg),r.length===0?"":`\x1B[${r.join(";")}m`}function Vi(n,r){return n.fg===r.fg&&n.bg===r.bg&&n.attrs.length===r.attrs.length&&n.attrs.every((o,s)=>o===r.attrs[s])}function wd(n,r){var L;const o=/\u001b\[([\u0030-\u003f]*)[\u0020-\u002f]*([\u0040-\u007e])/g,s=[];let u=0,c=r,h=0;const p=(w,k)=>{var E;const S=s[w];(S==null?void 0:S.spacer)===!0&&w>0?s[w-1]={sgr:c,char:k}:S!==void 0&&kl(S.char)&&((E=s[w+1])==null?void 0:E.spacer)===!0&&(s[w+1]={sgr:c,char:k}),s[w]={sgr:c,char:k}},C=w=>{for(const k of w){if(k==="\r"){u=0;continue}if(k==="\b"){u=Math.max(0,u-1);continue}if(k===" "){const S=u+K2-u%K2;for(;u<S;u++)s[u]??(s[u]={sgr:c,char:" "});continue}if(Cd.test(k)){const S=u>0?s[u-1]:void 0;S!==void 0&&(s[u-1]={sgr:S.sgr,char:S.char+k});continue}p(u," "),s[u]={sgr:c,char:k},u++,kl(k)&&(s[u]={sgr:c,char:"",spacer:!0},u++)}};for(const w of n.matchAll(o)){C(n.slice(h,w.index)),h=w.index+w[0].length;const k=String(w[1]),S=String(w[2]);if(S==="K"){const E=String(k.split(";")[0]);if(E==="1")for(let T=0;T<=u;T++)p(T," ");else s.length=E==="2"?0:u;continue}S==="m"&&(c=e3(c,k))}C(n.slice(h));let g="",y=r;for(let w=0;w<s.length;w++){const k=s[w]??{sgr:C1,char:" "};Vi(k.sgr,y)||(Vi(y,C1)||(g+="\x1B[0m"),g+=J2(k.sgr),y=k.sgr);const S=w>0&&kl(((L=s[w-1])==null?void 0:L.char)??"");g+=k.spacer===!0&&!S?" ":k.char}return Vi(y,c)||(Vi(y,C1)||(g+="\x1B[0m"),g+=J2(c)),{text:g,sgr:c}}function xd(n){const r=[];let o=C1;for(const s of n.split(`
|
|
73
|
+
`)){const u=s.replace(/\r+$/,"");if(md.test(u)){const c=wd(u,o);r.push(c.text),o=c.sgr;continue}r.push(u);for(const c of u.matchAll(gd))o=e3(o,String(c[1]))}return r.join(`
|
|
74
|
+
`)}function _d(n){const r=n.replace(dd,"").replace(hd,"");return xd(r).replace(pd,"")}function kd(n){const r={},o=n.bg===null?void 0:`rgb(${n.bg})`;if(o!==void 0&&(r.backgroundColor=o),n.fg!==null){const s=`rgb(${n.fg})`;r.color=o===void 0?cd[n.fg.replace(/\s+/g,"")]??s:s}for(const s of n.decorations)Object.assign(r,fd[s]);return Object.keys(r).length===0?void 0:r}function Sd(n){let r=[];const o=[r];for(const s of ad.ansiToJson(_d(n),{json:!0,remove_empty:!0})){const u=kd(s);for(const[c,h]of s.content.split(`
|
|
75
|
+
`).entries())c>0&&(r=[],o.push(r)),h!==""&&r.push({text:h,style:u})}return o}function t3(n,r,o){const s=n-r,u=Math.ceil(r/2);return{hidden:s,capped:s>0&&!o,headLines:u,tailLines:r-u}}const Ld=1e3;function n3(n){const[r,o]=R.useState(!1),s=R.useCallback(()=>{r||Er(n).then(u=>{u&&(o(!0),window.setTimeout(()=>{o(!1)},Ld))})},[r,n]);return{copied:r,onCopy:s}}const jd="_block_10eou_7",Ed="_header_10eou_38",bd="_prompt_10eou_76",Od="_promptLine_10eou_84",Md="_runState_10eou_97",Nd="_runStateLabel_10eou_105",Rd="_cwd_10eou_114",Pd="_command_10eou_122",Td="_status_10eou_134",Id="_copyButton_10eou_142",$d="_output_10eou_162",Ad="_line_10eou_186",Hd="_expand_10eou_191",Vd="_empty_10eou_207",it={block:jd,header:Ed,prompt:bd,promptLine:Od,runState:Md,runStateLabel:Nd,cwd:Rd,command:Pd,status:Td,copyButton:Id,output:$d,line:Ad,expand:Hd,empty:Vd},r3=16,G2={signal:n=>`信号 ${n}`,exitCode:n=>`退出码 ${n}`,running:"运行中",failed:"失败",done:"已完成",copy:"复制",copied:"复制成功",noOutput:"无输出",collapseAria:"收起输出",collapse:"收起",expandAria:n=>`展开其余 ${n} 行输出`,expand:n=>`… 其余 ${n} 行`};function Dd(n,r){const o=n.replace(/[/\\]+$/,"");if(r!==void 0&&o===r.replace(/[/\\]+$/,""))return"~";const s=o.split(/[/\\]/).pop();return s===void 0||s===""?n:s}function i3(n,r,o){if(r!==void 0)return o.signal(r);if(n!==void 0&&n!==0)return o.exitCode(n)}function Fd(n,r,o,s){return n?{state:"ongoing",label:s.running}:i3(r,o,s)!==void 0?{state:"error",label:s.failed}:{state:"done",label:s.done}}function Y2(n){return n.map((r,o)=>r.style===void 0?r.text:d.jsx("span",{style:r.style,children:r.text},o))}function Bd({command:n,cwd:r,home:o,output:s,exitCode:u,signal:c,running:h=!1,maxLines:p=r3,className:C,labels:g}){const y=R.useMemo(()=>g===void 0?G2:{...G2,...g},[g]),L=s??"",w=R.useMemo(()=>{const J=Sd(L),q=J[J.length-1];return J.length>1&&q!==void 0&&q.every(le=>le.text==="")?J.slice(0,-1):J},[L]),[k,S]=R.useState(!1),{copied:E,onCopy:T}=n3(L),B=R.useCallback(()=>{S(J=>!J)},[]),W=i3(u,c,y),z=Fd(h,u,c,y),ee=R.useMemo(()=>(n.endsWith(`
|
|
76
|
+
`)?n.slice(0,-1):n).split(`
|
|
77
|
+
`),[n]),Q=w.every(J=>J.every(q=>q.text.trim()==="")),{hidden:H,capped:Z,headLines:ne,tailLines:I}=t3(w.length,p,k);return d.jsxs("div",{className:xe(it.block,C),"data-terminal":"","data-running":h?"":void 0,children:[d.jsxs("div",{className:it.header,children:[d.jsxs("div",{className:it.prompt,children:[d.jsx("span",{className:it.runStateLabel,children:z.label}),ee.map((J,q)=>d.jsxs("div",{className:it.promptLine,children:[q===0&&d.jsx(Z0,{state:z.state,className:it.runState}),d.jsx("span",{className:it.cwd,children:q>0||r===void 0?"$":Dd(r,o)}),d.jsx("span",{className:it.command,children:J})]},q))]}),W!==void 0&&d.jsx(Q0,{className:it.status,children:W}),!h&&!Q&&d.jsx("button",{type:"button",className:it.copyButton,onClick:T,children:E?y.copied:y.copy})]}),!h&&(Q?d.jsx("div",{className:it.empty,children:y.noOutput}):d.jsxs("div",{className:it.output,children:[(Z?w.slice(0,ne):w).map((J,q)=>d.jsx("div",{className:it.line,children:Y2(J)},q)),H>0&&d.jsx("button",{type:"button",className:it.expand,"aria-expanded":k,"aria-label":k?y.collapseAria:y.expandAria(H),onClick:B,children:k?y.collapse:y.expand(H)}),Z&&w.slice(w.length-I).map((J,q)=>d.jsx("div",{className:it.line,children:Y2(J)},q))]}))]})}const zd="modulepreload",Zd=function(n){return"/"+n},X2={},Ae=function(r,o,s){let u=Promise.resolve();if(o&&o.length>0){let h=function(g){return Promise.all(g.map(y=>Promise.resolve(y).then(L=>({status:"fulfilled",value:L}),L=>({status:"rejected",reason:L}))))};document.getElementsByTagName("link");const p=document.querySelector("meta[property=csp-nonce]"),C=(p==null?void 0:p.nonce)||(p==null?void 0:p.getAttribute("nonce"));u=h(o.map(g=>{if(g=Zd(g),g in X2)return;X2[g]=!0;const y=g.endsWith(".css"),L=y?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${g}"]${L}`))return;const w=document.createElement("link");if(w.rel=y?"stylesheet":zd,y||(w.as="script"),w.crossOrigin="",w.href=g,C&&w.setAttribute("nonce",C),document.head.appendChild(w),y)return new Promise((k,S)=>{w.addEventListener("load",k),w.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${g}`)))})}))}function c(h){const p=new Event("vite:preloadError",{cancelable:!0});if(p.payload=h,window.dispatchEvent(p),!p.defaultPrevented)throw h}return u.then(h=>{for(const p of h||[])p.status==="rejected"&&c(p.reason);return r().catch(c)})},Ud=[A5,H5,V5],Wd=new Map([["python",()=>Ae(()=>import("./langs/python-B6aJPvgy.js"),[])],["ruby",()=>Ae(()=>import("./langs/ruby-HDLHRjSL.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11]))],["go",()=>Ae(()=>import("./langs/go-C27-OAKa.js"),[])],["rust",()=>Ae(()=>import("./langs/rust-B1yitclQ.js"),[])],["java",()=>Ae(()=>import("./langs/java-CylS5w8V.js"),[])],["c",()=>Ae(()=>import("./langs/c-BIGW1oBm.js"),[])],["cpp",()=>Ae(()=>import("./langs/cpp-DddhVWhK.js"),__vite__mapDeps([8,9]))],["csharp",()=>Ae(()=>import("./langs/csharp-DSvCPggb.js"),[])],["kotlin",()=>Ae(()=>import("./langs/kotlin-BdnUsdx6.js"),[])],["swift",()=>Ae(()=>import("./langs/swift-C2oV4EkX.js"),[])],["php",()=>Ae(()=>import("./langs/php-9bx0az3O.js"),__vite__mapDeps([12,1,2,3,4,5,6,7]))],["yaml",()=>Ae(()=>import("./langs/yaml-Buea-lGh.js"),[])],["toml",()=>Ae(()=>import("./langs/toml-vGWfd6FD.js"),[])],["ini",()=>Ae(()=>import("./langs/ini-BEwlwnbL.js"),[])],["markdown",()=>Ae(()=>import("./langs/markdown-Cvjx9yec.js"),[])],["mdx",()=>Ae(()=>import("./langs/mdx-Cmh6b_Ma.js"),[])],["html",()=>Ae(()=>import("./langs/html-CfGypltT.js").then(n=>n.a),__vite__mapDeps([1,2]))],["css",()=>Ae(()=>import("./langs/css-CLj8gQPS.js"),[])],["scss",()=>Ae(()=>import("./langs/scss-D5BDwBP9.js"),__vite__mapDeps([13,2]))],["less",()=>Ae(()=>import("./langs/less-B1dDrJ26.js"),[])],["sql",()=>Ae(()=>import("./langs/sql-CRqJ_cUM.js"),[])],["xml",()=>Ae(()=>import("./langs/xml-sdJ4AIDG.js"),__vite__mapDeps([3,4]))],["lua",()=>Ae(()=>import("./langs/lua-BaeVxFsk.js"),__vite__mapDeps([10,9]))]]),o3=new Map([["typescript","typescript"],["ts","typescript"],["tsx","typescript"],["javascript","typescript"],["js","typescript"],["jsx","typescript"],["shellscript","shellscript"],["bash","shellscript"],["sh","shellscript"],["shell","shellscript"],["zsh","shellscript"],["json","json"],["jsonc","json"],["py","python"],["python","python"],["rb","ruby"],["ruby","ruby"],["go","go"],["rs","rust"],["rust","rust"],["java","java"],["c","c"],["cpp","cpp"],["cs","csharp"],["csharp","csharp"],["kotlin","kotlin"],["swift","swift"],["php","php"],["yaml","yaml"],["yml","yaml"],["toml","toml"],["ini","ini"],["md","markdown"],["markdown","markdown"],["mdx","mdx"],["html","html"],["css","css"],["scss","scss"],["less","less"],["sql","sql"],["xml","xml"],["lua","lua"]]),qd=P5({name:"css-variables",variablePrefix:"--shiki-",fontStyle:!0}),Qd=T5({forgiving:!0,regexConstructor:n=>$5(n,{lazyCompileLength:Number.POSITIVE_INFINITY})});let e0;const Kd=[{lang:"typescript",code:"const answer: number = 42"},{lang:"shellscript",code:`printf '%s\\n' "$HOME"`},{lang:"json",code:'{"ready":true}'}];function Jd(){const n=I5({themes:[qd],langs:Ud,engine:Qd});for(const r of Kd)n.codeToTokens(r.code,{lang:r.lang,theme:"css-variables",tokenizeTimeLimit:0});return n}function _1(){return e0??(e0=Jd()),e0}const t0=new Set,Ul=new Set;let s3=0;function l3(n){return Ul.add(n),()=>{Ul.delete(n)}}function Ki(){return s3}function u3(n){const r=Wd.get(n);return r===void 0||_1().getLoadedLanguages().includes(n)?!0:(t0.has(n)||(t0.add(n),r().then(o=>{_1().loadLanguageSync(o.default),s3+=1;for(const s of Ul)s()})),!1)}const Sl=setTimeout(()=>{_1()},0);var f0;(f0=Sl.unref)==null||f0.call(Sl);function Gd(n,r){const o=r===void 0?void 0:o3.get(r.toLowerCase());if(o!==void 0&&u3(o))return _1().codeToHtml(n,{lang:o,theme:"css-variables"})}function Yd(n,r){const o=r===void 0?void 0:o3.get(r.toLowerCase());if(o===void 0||!u3(o))return;const{tokens:s}=_1().codeToTokens(n,{lang:o,theme:"css-variables"}),u=s[s.length-1];return(s.length>1&&u!==void 0&&u.length===0?s.slice(0,-1):s).map(h=>h.map(p=>({text:p.content,style:{color:p.color}})))}const Xd="_block_biesw_7",eh="_banner_biesw_21",th="_label_biesw_32",nh="_action_biesw_43",rh="_count_biesw_50",ih="_lang_biesw_55",oh="_copyButton_biesw_62",sh="_body_biesw_72",lh="_line_biesw_81",uh="_gutter_biesw_88",ah="_content_biesw_99",ch="_expand_biesw_103",Et={block:Xd,banner:eh,label:th,action:nh,count:rh,lang:ih,copyButton:oh,body:sh,line:lh,gutter:uh,content:ah,expand:ch},a3=16;function fh(n){return n.map((r,o)=>d.jsx("span",{style:r.style,children:r.text},o))}function dh({label:n,lines:r,totalLines:o,lang:s,maxLines:u=a3,className:c}){const h=R.useMemo(()=>r.map(H=>H.text).join(`
|
|
78
|
+
`),[r]),p=R.useSyncExternalStore(l3,Ki,Ki),C=R.useMemo(()=>Yd(h,s),[h,s,p]),[g,y]=R.useState(!1),[L,w]=R.useState(!1),k=R.useCallback(()=>{L||Er(h).then(H=>{H&&(w(!0),window.setTimeout(()=>{w(!1)},1e3))})},[L,h]),S=R.useCallback(()=>{y(H=>!H)},[]),E=r.length-u,T=E>0&&!g,B=Math.ceil(u/2),W=u-B,z=r.length<o,ee=H=>H.map(([Z,ne])=>d.jsxs("div",{className:Et.line,children:[d.jsx("span",{className:Et.gutter,"aria-hidden":!0,children:Z.number}),d.jsx("span",{className:Et.content,children:ne===void 0?Z.text:fh(ne)})]},Z.number)),Q=r.map((H,Z)=>[H,C==null?void 0:C[Z]]);return d.jsxs("div",{className:xe(Et.block,c),"data-read":"",children:[d.jsxs("div",{className:Et.banner,children:[d.jsx("div",{className:Et.label,children:n??""}),d.jsxs("div",{className:Et.action,children:[z&&d.jsx("span",{className:Et.count,children:`显示 ${r.length} / ${o} 行`}),d.jsx("span",{className:Et.lang,children:s??""}),r.length>0&&d.jsx("button",{type:"button",className:Et.copyButton,onClick:k,children:L?"复制成功":"复制"})]})]}),d.jsxs("div",{className:Et.body,children:[ee(T?Q.slice(0,B):Q),E>0&&d.jsx("button",{type:"button",className:Et.expand,"aria-expanded":g,"aria-label":g?"收起内容":`展开其余 ${E} 行`,onClick:S,children:g?"收起":`… 其余 ${E} 行`}),T&&ee(Q.slice(Q.length-W))]})]})}const hh="_block_srovd_7",ph="_copyButton_srovd_22",mh="_body_srovd_36",gh="_line_srovd_44",Ch="_path_srovd_53",vh="_gap_srovd_60",yh="_del_srovd_67",wh="_add_srovd_76",xh="_expand_srovd_85",_h="_footer_srovd_103",It={block:hh,copyButton:ph,body:mh,line:gh,path:Ch,gap:vh,del:yh,add:wh,expand:xh,footer:_h},c3=16;function kh(n){throw new Error(`unreachable diff row kind: ${String(n)}`)}const n0={path:It.path,del:It.del,add:It.add,gap:It.gap};function Sh(n){const r=[],o=new Set;let s=0,u=0,c;for(const h of n){if(o.add(h.path),h.path!==c?r.push({kind:"path",text:h.path}):r.push({kind:"gap",text:"⋯"}),c=h.path,h.oldText!==null)for(const p of r0(h.oldText))r.push({kind:"del",text:p}),u++;for(const p of r0(h.newText))r.push({kind:"add",text:p}),s++}return{rows:r,added:s,removed:u,files:o.size}}function r0(n){return n===""?[]:(n.endsWith(`
|
|
79
|
+
`)?n.slice(0,-1):n).split(`
|
|
80
|
+
`)}function Lh(n){return n.map(r=>{switch(r.kind){case"del":return`- ${r.text}`;case"add":return`+ ${r.text}`;case"path":return r.text;case"gap":return r.text;default:return kh(r.kind)}}).join(`
|
|
81
|
+
`)}function jh({diffs:n,maxLines:r=c3,className:o}){const{rows:s,added:u,removed:c,files:h}=R.useMemo(()=>Sh(n),[n]),[p,C]=R.useState(!1),[g,y]=R.useState(!1),L=R.useCallback(()=>{g||Er(Lh(s)).then(z=>{z&&(y(!0),window.setTimeout(()=>{y(!1)},1e3))})},[g,s]),w=R.useCallback(()=>{C(z=>!z)},[]);if(s.length===0)return null;const k=s.length-r,S=k>0&&!p,E=Math.ceil(r/2),T=r-E,B=S?s.slice(0,E):s,W=S?s.slice(s.length-T):[];return d.jsxs("div",{className:xe(It.block,o),"data-diff":"",children:[d.jsx("button",{type:"button",className:It.copyButton,onClick:L,children:g?"复制成功":"复制"}),d.jsxs("div",{className:It.body,children:[B.map((z,ee)=>d.jsx("div",{className:xe(It.line,n0[z.kind]),children:z.text},ee)),k>0&&d.jsx("button",{type:"button",className:It.expand,"aria-expanded":p,"aria-label":p?"收起差异":`展开其余 ${k} 行差异`,onClick:w,children:p?"收起":`… 其余 ${k} 行`}),W.map((z,ee)=>d.jsx("div",{className:xe(It.line,n0[z.kind]),children:z.text},ee))]}),d.jsxs("div",{className:It.footer,children:["└ +",u," -",c," · ",h," file",h===1?"":"s"]})]})}const Eh="_block_s66q0_7",bh="_header_s66q0_20",Oh="_summary_s66q0_30",Mh="_copyButton_s66q0_40",Nh="_body_s66q0_51",Rh="_line_s66q0_60",Ph="_lineNumber_s66q0_68",Th="_fileHeader_s66q0_74",Ih="_filePath_s66q0_88",$h="_fileCount_s66q0_95",Ah="_expand_s66q0_100",Hh="_empty_s66q0_116",Ct={block:Eh,header:bh,summary:Oh,copyButton:Mh,body:Nh,line:Rh,lineNumber:Ph,fileHeader:Th,filePath:Ih,fileCount:$h,expand:Ah,empty:Hh},f3=16;function Vh(n){return n.kind==="paths"?n.paths.join(`
|
|
82
|
+
`):n.files.map(r=>[r.path,...r.matches.map(o=>`${o.lineNumber}: ${o.line}`)].join(`
|
|
83
|
+
`)).join(`
|
|
84
|
+
|
|
85
|
+
`)}function Dh(n){return n.kind==="paths"?n.paths.length:n.files.reduce((r,o)=>r+o.matches.length,0)}function Fh(n,r,o,s){const u=o?`显示 ${r} / 共 ${s}`:`${r}`;return n.kind==="paths"?`${u} 个路径`:`${u} 处匹配 · ${n.files.length} 个文件`}function Bh(n,r){if(n.kind==="paths")return n.paths.map(s=>({type:"path",path:s}));const o=[];return n.files.forEach((s,u)=>{const c=r.has(u);if(o.push({type:"file",path:s.path,count:s.matches.length,index:u,collapsed:c}),!c)for(const h of s.matches)o.push({type:"match",lineNumber:h.lineNumber,line:h.line,key:`${u}:${h.lineNumber}`,fileIndex:u})}),o}function Ll(n){switch(n.type){case"match":return`match:${n.key}`;case"file":return`file:${n.index}`;case"path":return`path:${n.path}`}}function zh(n){const{truncated:r,total:o,maxLines:s=f3,className:u}=n,[c,h]=R.useState(!1),[p,C]=R.useState(()=>new Set),g=Bh(n,p),y=Dh(n),L=g.length===0,{copied:w,onCopy:k}=n3(Vh(n)),S=R.useCallback(()=>{h(J=>!J)},[]),E=R.useCallback(J=>{C(q=>{const ce=new Set(q);return ce.has(J)?ce.delete(J):ce.add(J),ce})},[]),{hidden:T,capped:B,headLines:W,tailLines:z}=t3(g.length,s,c),ee=B?g.slice(0,W):g,Q=B?g.slice(g.length-z):[],H=Q[0],Z=(H==null?void 0:H.type)==="match"&&!ee.some(J=>J.type==="file"&&J.index===H.fileIndex)?g.find(J=>J.type==="file"&&J.index===H.fileIndex):void 0,ne=Z===void 0?Q:Q.slice(1),I=J=>J.type==="path"?d.jsx("div",{className:Ct.line,children:J.path}):J.type==="match"?d.jsxs("div",{className:Ct.line,children:[d.jsxs("span",{className:Ct.lineNumber,children:[J.lineNumber,": "]}),J.line]}):d.jsxs("button",{type:"button",className:Ct.fileHeader,"aria-expanded":!J.collapsed,onClick:()=>{E(J.index)},children:[d.jsx("span",{className:Ct.filePath,children:J.path}),d.jsx("span",{className:Ct.fileCount,children:J.count})]});return d.jsxs("div",{className:xe(Ct.block,u),"data-search":n.kind,children:[d.jsxs("div",{className:Ct.header,children:[d.jsx("span",{className:Ct.summary,children:Fh(n,y,r,o)}),!L&&d.jsx("button",{type:"button",className:Ct.copyButton,onClick:k,children:w?"复制成功":"复制"})]}),L?d.jsx("div",{className:Ct.empty,children:"无结果"}):d.jsxs("div",{className:Ct.body,children:[ee.map(J=>d.jsx("div",{children:I(J)},Ll(J))),T>0&&d.jsx("button",{type:"button",className:Ct.expand,"aria-expanded":c,"aria-label":c?"收起结果":`展开其余 ${T} 行结果`,onClick:S,children:c?"收起":`… 其余 ${T} 行`}),Z!==void 0&&d.jsx("div",{children:I(Z)},`tailHeader:${Ll(Z)}`),ne.map(J=>d.jsx("div",{children:I(J)},Ll(J)))]})]})}const Zh=2;function i0(n,r,o){var u;const s=(u=n.position)==null?void 0:u.start.offset;return s===void 0?-(o+1):r+s}class Uh{constructor(r){P(this,"prevText","");P(this,"tailStart",0);P(this,"frozen",[]);P(this,"generation",0);P(this,"cached",null);this.parse=r}update(r){var h,p;if(this.cached!==null&&r===this.prevText)return this.cached;r.startsWith(this.prevText)||(this.prevText="",this.tailStart=0,this.frozen=[],this.generation+=1),this.prevText=r;const o=this.tailStart,s=this.parse(r.slice(o)).children;let u=Math.max(0,s.length-Zh);if(u>0){const C=(p=(h=s[u-1])==null?void 0:h.position)==null?void 0:p.end.offset;if(C===void 0)u=0;else{for(const g of s.slice(0,u))this.frozen.push({node:g,key:i0(g,o,this.frozen.length)});this.tailStart=o+C}}const c=s.slice(u).map((C,g)=>({node:C,key:i0(C,o,g)}));return this.cached={frozen:[...this.frozen],tail:c,generation:this.generation},this.cached}}const Wh=new RegExp(["\\p{Script_Extensions=Han}","\\p{Script_Extensions=Hiragana}","\\p{Script_Extensions=Katakana}","\\p{Script_Extensions=Hangul}","\\p{Script_Extensions=Bopomofo}"].join("|"),"u");function qh(n){return n!==null&&n>=0&&Wh.test(String.fromCodePoint(n))}const Qh=function(n,r,o){const s=this.parser.constructs.attentionMarkers.null;if(s===void 0)throw new Error("micromark CommonMark attention markers are unavailable");const u=s,c=this.previous,h=u2(c);let p=Ce.eof;return C;function C(y){return y!==Ce.asterisk?o(y):(p=y,n.enter("attentionSequence"),g(y))}function g(y){if(y===p)return n.consume(y),g;const L=n.exit("attentionSequence"),w=u2(y),k=!w||w===Nl.characterGroupPunctuation&&!!h||u.includes(y),S=!h||h===Nl.characterGroupPunctuation&&!!w||u.includes(c),T=L.end.offset-L.start.offset>=2&&F5(c)&&qh(y),B=S||T;return L._open=k,L._close=B,r(y)}},Kh={name:"cjkFriendlyAttention",resolveAll:D5.resolveAll,tokenize:Qh},Jh={text:{[Ce.asterisk]:Kh}};function d3(){return Jh}const Gh=function(n){if(n!==Ce.backslash)return!0;const r=this.events.at(-1);return r===void 0?!1:r[1].type===wt.characterEscape},Yh=function(n,r,o){return s;function s(k){return k!==Ce.backslash?o(k):(n.enter("mathText"),n.enter("mathTextSequence"),n.consume(k),u)}function u(k){return k!==Ce.leftParenthesis?o(k):(n.consume(k),n.exit("mathTextSequence"),c)}function c(k){return k===Ce.eof?o(k):k===Ce.backslash?n.attempt({partial:!0,tokenize:L},y,h)(k):kr(k)?(n.enter(wt.lineEnding),n.consume(k),n.exit(wt.lineEnding),c):p(k)}function h(k){return n.check({partial:!0,tokenize:w},o,p)(k)}function p(k){return n.enter("mathTextData"),n.consume(k),k===Ce.backslash?C:g}function C(k){return k===Ce.backslash?(n.consume(k),g):g(k)}function g(k){return k===Ce.eof||k===Ce.backslash||kr(k)?(n.exit("mathTextData"),c(k)):(n.consume(k),g)}function y(k){return n.exit("mathText"),r(k)}function L(k,S,E){return T;function T(W){return W!==Ce.backslash?E(W):(k.enter("mathTextSequence"),k.consume(W),B)}function B(W){return W!==Ce.rightParenthesis?E(W):(k.consume(W),k.exit("mathTextSequence"),S)}}function w(k,S,E){return T;function T(W){return W!==Ce.backslash?E(W):(k.enter(wt.chunkString),k.consume(W),B)}function B(W){return W!==Ce.leftParenthesis?E(W):(k.consume(W),k.exit(wt.chunkString),S)}}};function h3(n,r,o,s){const u=function(c,h,p){const C=this;let g=!1;const y=C.events.at(-1),L=(y==null?void 0:y[1].type)===wt.linePrefix?y[2].sliceSerialize(y[1],!0).length:0;return w;function w(I){return I!==n?p(I):(c.enter("mathFlow"),c.enter("mathFlowFence"),c.enter("mathFlowFenceSequence"),c.consume(I),k)}function k(I){return I!==r?p(I):(c.consume(I),c.exit("mathFlowFenceSequence"),c.exit("mathFlowFence"),n===Ce.dollarSign?S:E)}function S(I){return I===Ce.dollarSign?p(I):E(I)}function E(I){return I===Ce.eof?p(I):I===n&&(n!==Ce.dollarSign||!g)?c.attempt({partial:!0,tokenize:Z},H,T)(I):kr(I)?s?c.attempt(ep,B,p)(I):p(I):W(I)}function T(I){return n===Ce.backslash?c.check({partial:!0,tokenize:ne},p,z)(I):z(I)}function B(I){return c.attempt({partial:!0,tokenize:Z},H,L?Xs(c,E,wt.linePrefix,L+1):E)(I)}function W(I){return c.enter("mathFlowValue"),g=I===Ce.backslash,c.consume(I),Q}function z(I){return c.enter("mathFlowValue"),g=!1,c.consume(I),ee}function ee(I){return I===n?(c.consume(I),Q):Q(I)}function Q(I){return I===Ce.eof||I===n||kr(I)?(c.exit("mathFlowValue"),E(I)):(g=I===Ce.backslash?!g:!1,c.consume(I),Q)}function H(I){return c.exit("mathFlow"),h(I)}function Z(I,J,q){return Xs(I,ce,wt.linePrefix,Nl.tabSize);function ce(pe){return pe!==n?q(pe):(I.enter("mathFlowFence"),I.enter("mathFlowFenceSequence"),I.consume(pe),le)}function le(pe){return pe!==o?q(pe):(I.consume(pe),I.exit("mathFlowFenceSequence"),Xs(I,he,wt.whitespace))}function he(pe){return pe!==Ce.eof&&!kr(pe)?q(pe):(I.exit("mathFlowFence"),J(pe))}}function ne(I,J,q){return ce;function ce(he){return he!==n?q(he):(I.enter(wt.chunkString),I.consume(he),le)}function le(he){return he!==r?q(he):(I.consume(he),I.exit(wt.chunkString),J)}}};return{concrete:!0,name:n===Ce.dollarSign?"sameLineDollarMathFlow":"backslashMathFlow",tokenize:u}}const Xh=function(n,r,o){const s=this;return u;function u(h){return h===Ce.eof?r(h):kr(h)?(n.enter(wt.lineEnding),n.consume(h),n.exit(wt.lineEnding),c):o(h)}function c(h){return s.parser.lazy[s.now().line]?o(h):r(h)}},ep={partial:!0,tokenize:Xh},tp={name:"backslashMathText",previous:Gh,tokenize:Yh},np=h3(Ce.backslash,Ce.leftSquareBracket,Ce.rightSquareBracket,!0),rp=h3(Ce.dollarSign,Ce.dollarSign,Ce.dollarSign,!1),ip={flow:{[Ce.backslash]:np,[Ce.dollarSign]:rp},text:{[Ce.backslash]:tp}};function op(){return ip}function p3(n){return d0(n,{extensions:[h0(),d3()],mdastExtensions:[p0()]})}function sp(n){return d0(n,{extensions:[h0(),d3(),op(),B5()],mdastExtensions:[p0(),z5()]})}const lp="_block_178r4_4",up="_bannerWrap_178r4_21",ap="_banner_178r4_21",cp="_infostring_178r4_42",fp="_action_178r4_53",dp="_copyButton_178r4_59",hp="_plain_178r4_94",Fn={block:lp,bannerWrap:up,banner:ap,infostring:cp,action:fp,copyButton:dp,plain:hp};function m3({code:n,lang:r,className:o,copyLabel:s="复制",copiedLabel:u="复制成功"}){const c=n.endsWith(`
|
|
86
|
+
`)?n.slice(0,-1):n,h=R.useSyncExternalStore(l3,Ki,Ki),p=R.useMemo(()=>Gd(c,r),[c,r,h]),C=R.useRef(null),[g,y]=R.useState(!1),L=R.useCallback(()=>{var S,E;if(g)return;const k=((E=(S=C.current)==null?void 0:S.querySelector("pre"))==null?void 0:E.textContent)??c;Er(k).then(T=>{T&&(y(!0),window.setTimeout(()=>{y(!1)},1e3))})},[g,c]),w=p===void 0?d.jsx("pre",{className:Fn.plain,children:d.jsx("code",{children:c})}):d.jsx("div",{dangerouslySetInnerHTML:{__html:p}});return d.jsxs("div",{ref:C,className:xe(Fn.block,"md-code-block",o),children:[d.jsx("div",{className:Fn.bannerWrap,children:d.jsxs("div",{className:Fn.banner,children:[d.jsx("div",{className:Fn.infostring,children:r??""}),d.jsx("div",{className:Fn.action,children:d.jsx("button",{type:"button",className:Fn.copyButton,onClick:L,children:g?u:s})})]})}),w]})}function pp(n){const r={};for(const o of n.split(";")){const s=o.indexOf(":");if(s===-1)continue;const c=o.slice(0,s).trim().replace(/-([a-z])/g,(h,p)=>p.toUpperCase());r[c]=o.slice(s+1).trim()}return r}function g3(n,r){if(n.nodeType===Node.TEXT_NODE)return n.textContent;if(n.nodeType!==Node.ELEMENT_NODE)return null;const o=n,s={key:r};for(const c of o.attributes)c.name==="class"?s.className=c.value:c.name==="style"?s.style=pp(c.value):s[c.name]=c.value;const u=[...o.childNodes].map(g3);return u.length===0?R.createElement(o.localName,s):R.createElement(o.localName,s,...u)}function Wl(n,r){let o;try{o=a2.renderToString(n,{displayMode:r,throwOnError:!0})}catch(u){try{o=a2.renderToString(n,{displayMode:r,strict:"ignore",throwOnError:!1})}catch{return d.jsx("span",{className:"katex-error",style:{color:"#cc0000"},title:String(u),children:n})}}return[...new DOMParser().parseFromString(o,"text/html").body.childNodes].map(g3)}const mp="_markdown_1nba0_5",gp="_tableScroll_1nba0_174",Cp="_imageAlt_1nba0_229",vp="_image_1nba0_229",yp="_fileMention_1nba0_249",k1={markdown:mp,tableScroll:gp,imageAlt:Cp,image:vp,fileMention:yp};function C3(n){try{switch(new URL(n).protocol){case"http:":case"https:":case"mailto:":return n;default:return""}}catch{return""}}function wp(n){try{const r=new URL(n).protocol;return r==="http:"||r==="https:"?n:void 0}catch{return}}function ql(){return{definitions:new Map,footnotes:new Map}}function Ji(n,r){for(const o of n){if(o.type==="definition"){const s=o.identifier.toUpperCase();r.definitions.has(s)||r.definitions.set(s,o)}else if(o.type==="footnoteDefinition"){const s=o.identifier.toUpperCase();r.footnotes.has(s)||r.footnotes.set(s,o)}"children"in o&&Ji(o.children,r)}}function Ql(n,r){return n.map(o=>du(o.node,o.key,r)).filter(o=>o!==null)}function fu(n,r){const o=[];for(const s of n)(r||o.length>0)&&o.push(`
|
|
87
|
+
`),o.push(s);return r&&n.length>0&&o.push(`
|
|
88
|
+
`),o}function v3(n,r){const o=[];for(const[s,u]of n.entries())if(u.type==="paragraph")o.push({paragraph:$t(u.children,r)});else{const c=du(u,s,r);c!==null&&o.push({element:c})}return o}function $t(n,r){return n.map((o,s)=>du(o,s,r))}function du(n,r,o){var s;switch(n.type){case"text":return n.value;case"paragraph":return d.jsx("p",{children:$t(n.children,o)},r);case"heading":return R.createElement(`h${n.depth}`,{key:r},...$t(n.children,o));case"blockquote":return d.jsx("blockquote",{children:fu($t(n.children,o).filter(u=>u!==null),!0)},r);case"thematicBreak":return d.jsx("hr",{},r);case"break":return d.jsxs(R.Fragment,{children:[d.jsx("br",{}),`
|
|
89
|
+
`]},r);case"strong":return d.jsx("strong",{children:$t(n.children,o)},r);case"emphasis":return d.jsx("em",{children:$t(n.children,o)},r);case"delete":return d.jsx("del",{children:$t(n.children,o)},r);case"inlineCode":{const u=n.value.replace(/\r?\n|\r/g," "),c=Lp(u);if(c!==void 0)return d.jsx("code",{children:x3(c,[u],"link")},r);const h=o.inLink===!0||(s=o.fileMentions)==null?void 0:s.resolve(u);return h!==void 0?d.jsx("code",{children:d.jsx("button",{type:"button",className:k1.fileMention,title:h.title,"aria-label":h.label,onClick:h.open,children:u})},r):d.jsx("code",{children:u},r)}case"html":return n.value;case"code":return xp(n,r,o);case"math":return d.jsx(R.Fragment,{children:Wl(n.value,!0)},r);case"inlineMath":return d.jsx(R.Fragment,{children:Wl(n.value,!1)},r);case"list":return kp(n,r,o);case"listItem":return w3(n,y3(n),r,o);case"table":return Sp(n,r,o);case"link":return _3(n.url,$t(n.children,{...o,inLink:!0}),r);case"linkReference":return jp(n,r,o);case"image":return k3(n.url,n.alt??"",r);case"imageReference":return Ep(n,r,o);case"footnoteReference":return bp(n,r,o);case"definition":case"footnoteDefinition":return null;default:return null}}function xp(n,r,o){var c,h,p;const s=n.lang??void 0;if(n.value==="")return d.jsx("pre",{children:d.jsx("code",{className:s===void 0?void 0:`language-${s}`})},r);const u=s===void 0||(c=/^[\w-]+/.exec(s))==null?void 0:c[0];return!o.streaming&&u==="math"?d.jsx(R.Fragment,{children:Wl(`${n.value}
|
|
90
|
+
`,!0)},r):d.jsx(m3,{code:`${n.value}
|
|
91
|
+
`,lang:o.streaming?void 0:u,copyLabel:(h=o.codeLabels)==null?void 0:h.copyLabel,copiedLabel:(p=o.codeLabels)==null?void 0:p.copiedLabel},r)}function _p(n){return(n.spread??!1)||n.children.some(y3)}function y3(n){return n.spread??n.children.length>1}function kp(n,r,o){const s=_p(n),u={};return typeof n.start=="number"&&n.start!==1&&(u.start=n.start),n.children.some(c=>typeof c.checked=="boolean")&&(u.className="contains-task-list"),R.createElement(n.ordered===!0?"ol":"ul",{key:r,...u},...n.children.map((c,h)=>w3(c,s,h,o)))}function w3(n,r,o,s){const u=v3(n.children,s),c=typeof n.checked=="boolean";if(c){const C=d.jsx("input",{type:"checkbox",checked:n.checked===!0,disabled:!0},"task-checkbox"),g=u[0];g!==void 0&&"paragraph"in g?g.paragraph=g.paragraph.length>0?[C," ",...g.paragraph]:[C]:u.unshift({paragraph:[C]})}const h=[];for(const[C,g]of u.entries()){const y="paragraph"in g;(r||C!==0||!y)&&h.push(`
|
|
92
|
+
`),y?r?h.push(d.jsx("p",{children:g.paragraph},`p-${C}`)):h.push(d.jsx(R.Fragment,{children:g.paragraph},`p-${C}`)):h.push(g.element)}const p=u[u.length-1];return p!==void 0&&(r||!("paragraph"in p))&&h.push(`
|
|
93
|
+
`),d.jsx("li",{className:c?"task-list-item":void 0,children:h},o)}function Sp(n,r,o){const s=n.align??null,[u,...c]=n.children;return d.jsx("div",{className:k1.tableScroll,children:d.jsxs("table",{children:[u!==void 0&&d.jsx("thead",{children:o0(u,"th",s,0,o)}),c.length>0&&d.jsx("tbody",{children:c.map((h,p)=>o0(h,"td",s,p+1,o))})]})},r)}function o0(n,r,o,s,u){const c=o===null?n.children.length:o.length,h=[];for(let p=0;p<c;p++){const C=n.children[p],g=o==null?void 0:o[p];h.push(R.createElement(r,{key:p,style:g==null?void 0:{textAlign:g}},...C===void 0?[]:$t(C.children,u)))}return d.jsx("tr",{children:h},s)}function x3(n,r,o){const s=C3(n);if(s==="")return d.jsx(R.Fragment,{children:r},o);const u=["http:","https:"].includes(new URL(s).protocol);return d.jsx("a",{href:s,...u?{target:"_blank",rel:"noopener noreferrer"}:{},children:r},o)}function _3(n,r,o){return x3(Jl(n),r,o)}function Lp(n){if(n.trim()===n)try{const r=new URL(n).protocol;return r==="http:"||r==="https:"?n:void 0}catch{return}}function k3(n,r,o){const s=wp(C3(Jl(n)));return s===void 0?d.jsx("span",{className:k1.imageAlt,children:r},o):d.jsx("img",{className:k1.image,src:s,alt:r,loading:"lazy",decoding:"async",referrerPolicy:"no-referrer"},o)}function S3(n){return n.referenceType==="collapsed"?"][]":n.referenceType==="full"?`][${n.label??n.identifier}]`:"]"}function jp(n,r,o){const s=o.targets.definitions.get(n.identifier.toUpperCase());return s===void 0?d.jsxs(R.Fragment,{children:["[",$t(n.children,o),S3(n)]},r):_3(s.url,$t(n.children,{...o,inLink:!0}),r)}function Ep(n,r,o){const s=o.targets.definitions.get(n.identifier.toUpperCase());return s===void 0?`![${n.alt??""}${S3(n)}`:k3(s.url,n.alt??"",r)}function bp(n,r,o){const s=n.identifier.toUpperCase(),u=o.footnoteCounts.get(s);return u===void 0&&o.footnoteOrder.push(s),o.footnoteCounts.set(s,(u??0)+1),d.jsx("sup",{children:String(o.footnoteOrder.indexOf(s)+1)},r)}function L3(n){const r=[];for(const o of n.footnoteOrder){const s=n.targets.footnotes.get(o);if(s===void 0)continue;const u=n.footnoteCounts.get(o)??0,c=[];for(let g=1;g<=u;g++)c.length>0&&c.push(" "),c.push("↩"),g>1&&c.push(d.jsx("sup",{children:String(g)},`re-${g}`));const h=v3(s.children,n),p=h[h.length-1],C=h.map((g,y)=>"paragraph"in g?d.jsxs("p",{children:[g.paragraph,g===p&&d.jsxs(d.Fragment,{children:[" ",c]})]},`p-${y}`):g.element);(p===void 0||!("paragraph"in p))&&C.push(...c),r.push(d.jsx("li",{id:`user-content-fn-${Jl(o.toLowerCase())}`,children:fu(C,!0)},o))}return r.length===0?null:d.jsxs("section",{"data-footnotes":!0,className:"footnotes",children:[d.jsx("h2",{id:"footnote-label",className:"sr-only",children:"Footnotes"}),d.jsx("ol",{children:r})]},"footnotes")}function Op(n,r,o){const s=sp(n),u=ql();Ji(s.children,u);const c={streaming:!1,codeLabels:r,fileMentions:o,targets:u,footnoteOrder:[],footnoteCounts:new Map},h=fu(Ql(s.children.map((C,g)=>({node:C,key:g})),c),!1),p=L3(c);return p===null?h:[...h,`
|
|
94
|
+
`,p]}class Mp{constructor(r){P(this,"parser",new Uh(p3));P(this,"generation",-1);P(this,"frozenCount",0);P(this,"frozenElements",[]);P(this,"frozenTargets",ql());P(this,"frozenFootnoteOrder",[]);P(this,"frozenFootnoteCounts",new Map);P(this,"lastText",null);P(this,"lastRendered",[]);this.codeLabels=r}render(r){if(r===this.lastText)return this.lastRendered;const{frozen:o,tail:s,generation:u}=this.parser.update(r);u!==this.generation&&(this.generation=u,this.frozenCount=0,this.frozenElements=[],this.frozenTargets=ql(),this.frozenFootnoteOrder=[],this.frozenFootnoteCounts=new Map);const c=o.slice(this.frozenCount);Ji(c.map(y=>y.node),this.frozenTargets);const h={definitions:new Map(this.frozenTargets.definitions),footnotes:new Map(this.frozenTargets.footnotes)};if(Ji(s.map(y=>y.node),h),c.length>0){const y={streaming:!0,codeLabels:this.codeLabels,fileMentions:void 0,targets:h,footnoteOrder:this.frozenFootnoteOrder,footnoteCounts:this.frozenFootnoteCounts},L=[...this.frozenElements];for(const w of Ql(c,y))L.length>0&&L.push(`
|
|
95
|
+
`),L.push(w);this.frozenElements=L,this.frozenCount=o.length}const p={streaming:!0,codeLabels:this.codeLabels,fileMentions:void 0,targets:h,footnoteOrder:[...this.frozenFootnoteOrder],footnoteCounts:new Map(this.frozenFootnoteCounts)},C=[...this.frozenElements];for(const y of Ql(s,p))C.length>0&&C.push(`
|
|
96
|
+
`),C.push(y);const g=L3(p);return g!==null&&C.push(`
|
|
97
|
+
`,g),this.lastText=r,this.lastRendered=C,this.lastRendered}}const j3=R.memo(function({text:r,streaming:o=!1,codeLabels:s,fileMentions:u}){const c=R.useRef(null),h=R.useRef(s),p=R.useMemo(()=>o?((c.current===null||h.current!==s)&&(c.current=new Mp(s),h.current=s),c.current.render(r)):(c.current=null,Op(r,s,u)),[r,o,s,u]);return d.jsx("div",{className:k1.markdown,children:p})}),Np="_block_d4nqi_7",Rp="_answer_d4nqi_19",Pp="_sources_d4nqi_5",Tp="_source_d4nqi_5",Ip="_sourceLink_d4nqi_60",$p="_snippet_d4nqi_71",Ap="_published_d4nqi_79",Hp="_truncated_d4nqi_85",Vp="_empty_d4nqi_91",Dp="_fetch_d4nqi_97",Fp="_fetchUrl_d4nqi_103",Bp="_fetchMeta_d4nqi_115",zp="_status_d4nqi_121",ot={block:Np,answer:Rp,sources:Pp,source:Tp,sourceLink:Ip,snippet:$p,published:Ap,truncated:Hp,empty:Vp,fetch:Dp,fetchUrl:Fp,fetchMeta:Bp,status:zp};function Zp(n){try{const{protocol:r}=new URL(n);return r==="http:"||r==="https:"?n:void 0}catch{return}}function Up(n,r){if(r!==void 0&&r!=="")return r;try{const{hostname:o}=new URL(n);return o===""?n:o}catch{return n}}function E3({url:n,label:r,className:o}){const s=Zp(n);return s===void 0?d.jsx("span",{className:o,children:r}):d.jsx("a",{className:o,href:s,target:"_blank",rel:"noopener noreferrer",children:r})}function Wp({source:n,ordinal:r}){return d.jsxs("li",{className:ot.source,value:r,children:[d.jsx(E3,{url:n.url,label:Up(n.url,n.title),className:ot.sourceLink}),n.snippet!==void 0&&n.snippet!==""&&d.jsx("div",{className:ot.snippet,children:n.snippet}),n.publishedAt!==void 0&&n.publishedAt!==""&&d.jsx("div",{className:ot.published,children:n.publishedAt})]})}function qp({answer:n,sources:r,truncated:o,className:s}){const u=(n===void 0||n==="")&&r.length===0;return d.jsxs("div",{className:xe(ot.block,s),"data-web":"search",children:[n!==void 0&&n!==""&&d.jsx("div",{className:ot.answer,children:d.jsx(j3,{text:n})}),u?d.jsx("div",{className:ot.empty,children:"未找到结果"}):d.jsx("ol",{className:ot.sources,children:r.map((c,h)=>d.jsx(Wp,{source:c,ordinal:h+1},h))}),o&&d.jsx("div",{className:ot.truncated,children:"来源列表已截断"})]})}function Qp({url:n,statusCode:r,truncated:o,className:s}){return d.jsxs("div",{className:xe(ot.block,ot.fetch,s),"data-web":"fetch",children:[d.jsx(E3,{url:n,label:n,className:ot.fetchUrl}),d.jsxs("div",{className:ot.fetchMeta,children:[d.jsxs("span",{className:ot.status,children:["HTTP ",r]}),o&&d.jsx("span",{className:ot.truncated,children:"内容已截断"})]})]})}function Kp(n){return n.kind==="search"?d.jsx(qp,{...n}):d.jsx(Qp,{...n})}const Jp="_root_1ye18_1",Gp="_toggle_1ye18_5",Yp="_body_1ye18_20",jl={root:Jp,toggle:Gp,body:Yp},s0=2e4;function Xp(n){return`… 已截断,共 ${n} 字符`}function em({label:n,payload:r,defaultOpen:o=!1,truncatedLabel:s=Xp}){const[u,c]=R.useState(o),h=R.useMemo(()=>{if(!u)return"";let p;try{p=JSON.stringify(r,null,2)??String(r)}catch{p=String(r)}return p.length>s0?`${p.slice(0,s0)}
|
|
98
|
+
${s(p.length)}`:p},[u,r,s]);return d.jsxs("div",{className:jl.root,children:[d.jsxs("button",{type:"button",className:jl.toggle,onClick:()=>{c(p=>!p)},children:[u?"▾":"▸"," ",n]}),u&&d.jsx("pre",{className:jl.body,children:h})]})}const tm="_text_1pfhk_1",nm={text:tm};function rm({text:n}){return d.jsx("div",{className:nm.text,children:n})}function v1(n){var r;switch(n.type){case"text":case"inlineCode":case"code":return n.value??"";case"image":case"imageReference":return n.alt??"";case"break":return`
|
|
99
|
+
`;case"html":return n.value??"";default:return((r=n.children)==null?void 0:r.map(v1).join(""))??""}}function Fi(n){return n.replace(/\s+/g," ").trim()}function _r(n){var r,o,s,u,c,h;switch(n.type){case"root":case"blockquote":return((r=n.children)==null?void 0:r.map(_r).filter(Boolean).join(`
|
|
100
|
+
|
|
101
|
+
`))??"";case"paragraph":case"heading":return Fi(v1(n));case"code":return((o=n.value)==null?void 0:o.trim())??"";case"list":return((s=n.children)==null?void 0:s.map(_r).filter(Boolean).join(`
|
|
102
|
+
`))??"";case"listItem":return((u=n.children)==null?void 0:u.map(_r).filter(Boolean).join(" "))??"";case"table":return((c=n.children)==null?void 0:c.map(_r).filter(Boolean).join(`
|
|
103
|
+
`))??"";case"tableRow":return((h=n.children)==null?void 0:h.map(_r).join(" "))??"";case"tableCell":return Fi(v1(n));case"html":return n.value??"";case"thematicBreak":case"definition":return"";default:return Fi(v1(n))}}function b3(n){if(n.type==="paragraph"){const r=Fi(v1(n));if(r!=="")return r}for(const r of n.children??[]){const o=b3(r);if(o!==void 0)return o}}function im(n){return _r(n).split(`
|
|
104
|
+
`).map(r=>r.trim()).join(`
|
|
105
|
+
`).replace(/\n{3,}/g,`
|
|
106
|
+
|
|
107
|
+
`).trim()}function om(n,r={}){const{mode:o="all"}=r,s=p3(n),u=im(s);switch(o){case"all":return u;case"first-line":return u.split(`
|
|
108
|
+
`).find(c=>c!=="")??"";case"first-paragraph":return b3(s)??u.split(`
|
|
109
|
+
`).find(c=>c!=="")??""}}const sm=Object.freeze(Object.defineProperty({__proto__:null,BrandMark:Cf,BrandWordmark:yf,Button:Bl,CodeBlock:m3,ConnectionBanner:gf,DEFAULT_DIFF_MAX_LINES:c3,DEFAULT_READ_MAX_LINES:a3,DEFAULT_SEARCH_MAX_LINES:f3,DEFAULT_TERMINAL_MAX_LINES:r3,DiffBlock:jh,DisclosureRow:G9,HoverCard:Z7,IconAgentPresetOutline16:o9,IconApiOutline14:S9,IconArchiveOutline20:Z9,IconBranchOutline16:z8,IconBrowseOutline16:s9,IconCheckOutline14:B8,IconCheckOutline16:au,IconChecklistOutline14:A9,IconChevronDownOutline14:Fl,IconChevronLeftOutline14:Z8,IconChevronRightOutline14:U8,IconChevronUpOutline14:q8,IconCloseFill14:Q8,IconCloseOutline16:U0,IconCodeOutline16:_9,IconCopyOutline16:W0,IconCordisPluginOutline14:k9,IconDarkOutline16:R9,IconDataOutline16:T9,IconDislikeFill16:e9,IconDislikeOutline16:X8,IconDownloadOutline16:v9,IconEditOutline16:n9,IconEllipsisOutline16:D8,IconEnhanceOutline16:f9,IconFolderClose16:O9,IconFolderOpen16:b9,IconFolderOpenOutline16:E9,IconFollowsystemOutline16:P9,IconFullscreenOutline16:x9,IconGlobeOutline14:$8,IconGoalOutline16:V9,IconInspectOutline12:F9,IconLightOutline16:N9,IconLikeFill16:Y8,IconLikeOutline16:G8,IconLinkOutline14:l9,IconLinkOutline16:u9,IconListPenOutline16:H9,IconLoadingOutline16:C9,IconNewChatOutline16:T8,IconPanelLeftOutline16:V8,IconPaperclipOutline16:g9,IconPauseOutline16:w9,IconPersonalizationOutline16:L9,IconPlayOutline16:y9,IconPlusOutline16:F8,IconProjectAddOutline16:j9,IconQuestionOutline14:z9,IconQueueOutline14:$9,IconRefreshOutline14:J8,IconRefreshOutline16:K8,IconRightUpOutline14:a9,IconRightUpOutline16:c9,IconSearchOutline16:I8,IconSendOutline14:I9,IconSendOutline16:p9,IconSettingsOutline14:A8,IconSettingsOutline16:H8,IconShareOutline16:t9,IconSkillOutline16:B9,IconSparkle16:D9,IconStopFill16:m9,IconThinkOutline14:r9,IconThinkOutline16:i9,IconTrashOutline16:d9,IconTreeCorner8x10:M9,IconTriangleRightFill14:W8,IconUserOutline16:h9,IconWarningOutline16:q0,Input:d7,JsonBlock:em,JsonTree:sd,MarkdownText:j3,Menu:J0,MessageText:rm,Modal:G0,OnboardingSurface:of,Pill:Q0,ReadBlock:dh,RiskConfirmation:hf,SearchBlock:zh,StateDot:Z0,TerminalBlock:Bd,Toast:bf,Tooltip:_f,WebBlock:Kp,extractMarkdownPlainText:om,useAnchoredMaxHeight:$7,useDismissOnOutsidePointer:A7,writeClipboard:Er},Symbol.toStringTag,{value:"Module"})),ro=Symbol.for("schemastery"),O3=Symbol.for("ValidationError");globalThis.__schemastery_index__??(globalThis.__schemastery_index__=0);globalThis.__schemastery_refs__=void 0;var Se=class extends TypeError{constructor(r,o){let s="$";for(const u of o.path||[])typeof u=="string"?s+="."+u:typeof u=="number"?s+="["+u+"]":typeof u=="symbol"&&(s+=`[Symbol(${u.toString()})]`);s.startsWith(".")&&(s=s.slice(1));super((s==="$"?"":`${s} `)+r);P(this,"options");P(this,"name","ValidationError");this.options=o}static is(r){return!!(r!=null&&r[O3])}};Object.defineProperty(Se.prototype,O3,{value:!0});const D=function(n){const r=function(o,s={}){return D.resolve(o,r,s)[0]};if(n.refs){const o=rn(n.refs,u=>new D(u)),s=u=>o[u];for(const u in o){const c=o[u];c.sKey=s(c.sKey),c.inner=s(c.inner),c.list=c.list&&c.list.map(s),c.dict=c.dict&&rn(c.dict,s)}return o[n.uid]}if(Object.assign(r,n),typeof r.callback=="string")try{r.callback=new Function("return "+r.callback)()}catch{}return Object.defineProperty(r,"uid",{value:globalThis.__schemastery_index__++}),Object.setPrototypeOf(r,D.prototype),r.meta||(r.meta={}),r.toString=r.toString.bind(r),r};D.prototype=Object.create(Function.prototype);D.prototype[ro]=!0;Object.defineProperty(D.prototype,"~standard",{get(){return{version:1,vendor:"schemastery",validate:n=>{try{return{value:D.resolve(n,this,{})[0]}}catch(r){if(Se.is(r))return{issues:[{message:r.message,path:r.options.path}]};throw r}}}}});D.ValidationError=Se;D.prototype.toJSON=function(){var o,s;if(globalThis.__schemastery_refs__)return(o=globalThis.__schemastery_refs__)[s=this.uid]??(o[s]=JSON.parse(JSON.stringify({...this}))),this.uid;globalThis.__schemastery_refs__={[this.uid]:{...this}},globalThis.__schemastery_refs__[this.uid]=JSON.parse(JSON.stringify({...this}));const r={uid:this.uid,refs:globalThis.__schemastery_refs__};return globalThis.__schemastery_refs__=void 0,r};D.prototype.set=function(r,o){return this.dict[r]=o,this};D.prototype.push=function(r){return this.list.push(r),this};function lm(n,r){const o=typeof n=="string"?{"":n}:{...n};for(const s in r){const u=r[s];u!=null&&u.$description||u!=null&&u.$desc?o[s]=u.$description||u.$desc:typeof u=="string"&&(o[s]=u)}return o}function m1(n){return(n==null?void 0:n.$value)??(n==null?void 0:n.$inner)}function l0(n){return J5(n??{},r=>!r.startsWith("$"))}D.prototype.i18n=function(r){const o=D(this),s=lm(o.meta.description,r);return Object.keys(s).length&&(o.meta.description=s),o.dict&&(o.dict=rn(o.dict,(u,c)=>u.i18n(rn(r,h=>{var p;return((p=m1(h))==null?void 0:p[c])??(h==null?void 0:h[c])})))),o.list&&(o.list=o.list.map((u,c)=>u.i18n(rn(r,(h={})=>Array.isArray(m1(h))?m1(h)[c]:Array.isArray(h)?h[c]:l0(h))))),o.inner&&(o.inner=o.inner.i18n(rn(r,u=>m1(u)?m1(u):l0(u)))),o.sKey&&(o.sKey=o.sKey.i18n(rn(r,u=>u==null?void 0:u.$key))),o};D.prototype.extra=function(r,o){const s=D(this);return s.meta={...s.meta,[r]:o},s};for(const n of["required","disabled","collapse","hidden","loose"])Object.assign(D.prototype,{[n](r=!0){const o=D(this);return o.meta={...o.meta,[n]:r},o}});D.prototype.deprecated=function(){var o;const r=D(this);return(o=r.meta).badges||(o.badges=[]),r.meta.badges.push({text:"deprecated",type:"danger"}),r};D.prototype.experimental=function(){var o;const r=D(this);return(o=r.meta).badges||(o.badges=[]),r.meta.badges.push({text:"experimental",type:"warning"}),r};D.prototype.pattern=function(r){const o=D(this),s=G5(r,["source","flags"]);return o.meta={...o.meta,pattern:s},o};D.prototype.simplify=function(r){var o;if(Lr(r,this.meta.default,this.type==="dict"))return null;if(ze(r))return r;if(this.type==="object"||this.type==="dict"){const s={};for(const u in r){const c=(o=this.type==="object"?this.dict[u]:this.inner)==null?void 0:o.simplify(r[u]);(this.type==="dict"||!ze(c))&&(s[u]=c)}return Lr(s,this.meta.default,this.type==="dict")?null:s}else if(this.type==="array"||this.type==="tuple"){const s=[];return r.forEach((u,c)=>{const h=this.type==="array"?this.inner:this.list[c],p=h?h.simplify(u):u;s.push(p)}),s}else if(this.type==="intersect"){const s={};for(const u of this.list)Object.assign(s,u.simplify(r));return s}else if(this.type==="union")for(const s of this.list)try{return D.resolve(r,s,{}),s.simplify(r)}catch{}return r};D.prototype.toString=function(r){var o;return((o=Bi[this.type])==null?void 0:o.call(Bi,this,r))??`Schema<${this.type}>`};D.prototype.role=function(n,r){const o=D(this);return o.meta={...o.meta,role:n,extra:r},o};for(const n of["default","link","comment","description","max","min","step"])Object.assign(D.prototype,{[n](r){const o=D(this);return o.meta={...o.meta,[n]:r},o}});const M3={};D.extend=function(r,o){M3[r]=o};D.resolve=function(r,o,s={},u=!1){var h;if(!o)return[r];if((h=s.ignore)!=null&&h.call(s,r,o))return[r];if(ze(r)&&o.type!=="lazy"){if(o.meta.required)throw new Se("missing required value",s);let p=o,C=o.meta.default;for(;(p==null?void 0:p.type)==="intersect"&&ze(C);)p=p.list[0],C=p==null?void 0:p.meta.default;if(ze(C))return[r];r=Rl(C)}const c=M3[o.type];if(!c)throw new Se(`unsupported type "${o.type}"`,s);try{return c(r,o,s,u)}catch(p){if(!o.meta.loose)throw p;return[o.meta.default]}};D.from=function(r){if(ze(r))return D.any();if(["string","number","boolean"].includes(typeof r))return D.const(r).required();if(r[ro])return r;if(typeof r=="function")switch(r){case String:return D.string().required();case Number:return D.number().required();case Boolean:return D.boolean().required();case Function:return D.function().required();default:return D.is(r).required()}else throw new TypeError(`cannot infer schema from ${r}`)};D.lazy=function(r){const o=()=>(s.inner[ro]||(s.inner=s.builder(),s.inner.meta={...s.meta,...s.inner.meta}),s.inner.toJSON()),s=new D({type:"lazy",builder:r,inner:{toJSON:o}});return s};D.natural=function(){return D.number().step(1).min(0)};D.percent=function(){return D.number().step(.01).min(0).max(1).role("slider")};D.date=function(){return D.union([D.is(Date),D.transform(D.string().role("datetime"),(r,o)=>{const s=new Date(r);if(isNaN(+s))throw new Se(`invalid date "${r}"`,o);return s},!0)])};D.regExp=function(r=""){return D.union([D.is(RegExp),D.transform(D.string().role("regexp",{flag:r}),(o,s)=>{try{return new RegExp(o,r)}catch(u){throw new Se(u.message,s)}},!0)])};D.arrayBuffer=function(r){return D.union([D.is(ArrayBuffer),D.is(SharedArrayBuffer),D.transform(D.any(),(o,s)=>{if(Wt.isSource(o))return Wt.fromSource(o);throw new Se(`expected ArrayBufferSource but got ${o}`,s)},!0),...r?[D.transform(D.string(),(o,s)=>{try{return r==="base64"?Wt.fromBase64(o):Wt.fromHex(o)}catch(u){throw new Se(u.message,s)}},!0)]:[]])};D.extend("lazy",(n,r,o,s)=>(r.inner[ro]||(r.inner=r.builder(),r.inner.meta={...r.meta,...r.inner.meta}),D.resolve(n,r.inner,o,s)));D.extend("any",n=>[n]);D.extend("never",(n,r,o)=>{throw new Se(`expected nullable but got ${n}`,o)});D.extend("const",(n,{value:r},o)=>{if(Lr(n,r))return[r];throw new Se(`expected ${r} but got ${n}`,o)});function hu(n,r,o,s,u=!1){const{max:c=1/0,min:h=-1/0}=r;if(n>c)throw new Se(`expected ${o} <= ${c} but got ${n}`,s);if(n<h&&!u)throw new Se(`expected ${o} >= ${h} but got ${n}`,s)}D.extend("string",(n,{meta:r},o)=>{if(typeof n!="string")throw new Se(`expected string but got ${n}`,o);if(r.pattern){const s=new RegExp(r.pattern.source,r.pattern.flags);if(!s.test(n))throw new Se(`expect string to match regexp ${s}`,o)}return hu(n.length,r,"string length",o),[n]});function El(n,r){const o=n.toString();if(o.includes("e"))return n*Math.pow(10,r);const s=o.indexOf(".");if(s===-1)return n*Math.pow(10,r);const u=o.slice(s+1),c=o.slice(0,s);return u.length<=r?+(c+u.padEnd(r,"0")):+(c+u.slice(0,r)+"."+u.slice(r))}function um(n,r,o){if(o=Math.abs(o),!/^\d+\.\d+$/.test(o.toString()))return(n-r)%o===0;const s=o.toString().indexOf("."),u=o.toString().slice(s+1).length;return Math.abs(El(n,u)-El(r,u))%El(o,u)===0}D.extend("number",(n,{meta:r},o)=>{if(typeof n!="number")throw new Se(`expected number but got ${n}`,o);hu(n,r,"number",o);const{step:s}=r;if(s&&!um(n,r.min??0,s))throw new Se(`expected number multiple of ${s} but got ${n}`,o);return[n]});D.extend("boolean",(n,r,o)=>{if(typeof n=="boolean")return[n];throw new Se(`expected boolean but got ${n}`,o)});D.extend("bitset",(n,{bits:r,meta:o},s)=>{let u=0,c=[];if(typeof n=="number"){u=n;for(const h in r)n&r[h]&&c.push(h)}else if(Array.isArray(n)){c=n;for(const h of c){if(typeof h!="string")throw new Se(`expected string but got ${h}`,s);h in r&&(u|=r[h])}}else throw new Se(`expected number or array but got ${n}`,s);return u===o.default?[u]:[u,c]});D.extend("function",(n,r,o)=>{if(typeof n=="function")return[n];throw new Se(`expected function but got ${n}`,o)});D.extend("is",(n,{constructor:r},o)=>{var s;if(typeof r=="function"){if(n instanceof r)return[n];throw new Se(`expected ${r.name} but got ${n}`,o)}else{if(ze(n))throw new Se(`expected ${r} but got ${n}`,o);let u=Object.getPrototypeOf(n);for(;u;){if(((s=u.constructor)==null?void 0:s.name)===r)return[n];u=Object.getPrototypeOf(u)}throw new Se(`expected ${r} but got ${n}`,o)}});function io(n,r,o,s){try{const[u,c]=D.resolve(n[r],o,{...s,path:[...s.path||[],r]});return c!==void 0&&(n[r]=c),u}catch(u){if(!(s!=null&&s.autofix))throw u;return delete n[r],o.meta.default}}D.extend("array",(n,{inner:r,meta:o},s)=>{if(!Array.isArray(n))throw new Se(`expected array but got ${n}`,s);return hu(n.length,o,"array length",s,!ze(r.meta.default)),[n.map((u,c)=>io(n,c,r,s))]});D.extend("dict",(n,{inner:r,sKey:o},s,u)=>{if(!Gl(n))throw new Se(`expected object but got ${n}`,s);const c={};for(const h in n){let p;try{p=D.resolve(h,o,s)[0]}catch(C){if(u)continue;throw C}c[p]=io(n,h,r,s),n[p]=n[h],h!==p&&delete n[h]}return[c]});D.extend("tuple",(n,{list:r},o,s)=>{if(!Array.isArray(n))throw new Se(`expected array but got ${n}`,o);const u=r.map((c,h)=>io(n,h,c,o));return s?[u]:(u.push(...n.slice(r.length)),[u])});function Kl(n,r){for(const o in r)o in n||(n[o]=r[o])}D.extend("object",(n,{dict:r},o,s)=>{if(!Gl(n))throw new Se(`expected object but got ${n}`,o);const u={};for(const c in r){const h=io(n,c,r[c],o);(!ze(h)||c in n)&&(u[c]=h)}return s||Kl(u,n),[u]});D.extend("union",(n,{list:r,toString:o},s,u)=>{for(const c of r)try{return D.resolve(n,c,s,u)}catch{}throw new Se(`expected ${o()} but got ${JSON.stringify(n)}`,s)});D.extend("intersect",(n,{list:r,toString:o},s,u)=>{if(!r.length)return[n];let c;for(const h of r){const p=D.resolve(n,h,s,!0)[0];if(!ze(p))if(ze(c))c=p;else{if(typeof c!=typeof p)throw new Se(`expected ${o()} but got ${JSON.stringify(n)}`,s);if(typeof p=="object")Kl(c??(c={}),p);else if(c!==p)throw new Se(`expected ${o()} but got ${JSON.stringify(n)}`,s)}}return!u&&Gl(n)&&Kl(c,n),[c]});D.extend("transform",(n,{inner:r,callback:o,preserve:s},u)=>{const[c,h=n]=D.resolve(n,r,u,!0);return s?[o(c)]:[o(c),o(h)]});const Bi={};function tt(n,r,o){Bi[n]=o,Object.assign(D,{[n](...s){const u=new D({type:n});return r.forEach((c,h)=>{switch(c){case"sKey":u.sKey=s[h]??D.string();break;case"inner":u.inner=D.from(s[h]);break;case"list":u.list=s[h].map(D.from);break;case"dict":u.dict=rn(s[h],D.from);break;case"bits":u.bits={};for(const p in s[h])typeof s[h][p]=="number"&&(u.bits[p]=s[h][p]);break;case"callback":{const p=u.callback=s[h];p.toJSON||(p.toJSON=()=>p.toString());break}case"constructor":{const p=u.constructor=s[h];typeof p=="function"&&(p.toJSON||(p.toJSON=()=>p.name));break}default:u[c]=s[h]}}),n==="object"||n==="dict"?u.meta.default={}:n==="array"||n==="tuple"?u.meta.default=[]:n==="bitset"&&(u.meta.default=0),u}})}tt("is",["constructor"],({constructor:n})=>typeof n=="function"?n.name:n);tt("any",[],()=>"any");tt("never",[],()=>"never");tt("const",["value"],({value:n})=>typeof n=="string"?JSON.stringify(n):n);tt("string",[],()=>"string");tt("number",[],()=>"number");tt("boolean",[],()=>"boolean");tt("bitset",["bits"],()=>"bitset");tt("function",[],()=>"function");tt("array",["inner"],({inner:n})=>`${n.toString(!0)}[]`);tt("dict",["inner","sKey"],({inner:n,sKey:r})=>`{ [key: ${r.toString()}]: ${n.toString()} }`);tt("tuple",["list"],({list:n})=>`[${n.map(r=>r.toString()).join(", ")}]`);tt("object",["dict"],({dict:n})=>Object.keys(n).length===0?"{}":`{ ${Object.entries(n).map(([r,o])=>`${r}${o.meta.required?"":"?"}: ${o.toString()}`).join(", ")} }`);tt("union",["list"],({list:n},r)=>{const o=n.map(({toString:s})=>s()).join(" | ");return r?`(${o})`:o});tt("intersect",["list"],({list:n})=>`${n.map(r=>r.toString(!0)).join(" & ")}`);tt("transform",["inner","callback","preserve"],({inner:n},r)=>n.toString(r));function am(n){return new D(n)}function cm(n,r){try{n(r);return}catch(o){return o instanceof Error?o.message:String(o)}}function fm(n,r){var s;let o=n;for(const u of r){if(o===void 0)return;if(o.type==="object")o=(s=o.dict)==null?void 0:s[u];else if(o.type==="dict"||o.type==="array")o=o.inner;else return}return o}function N3(n,r){let o=n;for(const s of r){if(Array.isArray(o)){o=o[Number(s)];continue}if(typeof o!="object"||o===null)return;o=o[s]}return o}function R3(n,r){if(r.length===0)return n!==void 0;const o=N3(n,r.slice(0,-1)),s=r[r.length-1];return Array.isArray(o)?Number(s)<o.length:typeof o!="object"||o===null?!1:s in o}function dm(n,r){return Array.isArray(n)?[...n]:typeof n=="object"&&n!==null?{...n}:/^\d+$/.test(r)?[]:{}}function P3(n,r){const o={...n};let s=o;for(let u=0;u<r.length-1;u++){const c=r[u],h=dm(Array.isArray(s)?s[Number(c)]:s[c],r[u+1]);Array.isArray(s)?s[Number(c)]=h:s[c]=h,s=h}return{result:o,parent:s,leaf:r[r.length-1]}}function hm(n,r,o){if(r.length===0)throw new Error("schema-form: setPath needs a non-empty path");const{result:s,parent:u,leaf:c}=P3(n,r);return Array.isArray(u)?u[Number(c)]=o:u[c]=o,s}function pm(n,r){if(r.length===0)throw new Error("schema-form: deletePath needs a non-empty path");if(!R3(n,r))return n;const{result:o,parent:s,leaf:u}=P3(n,r);return Array.isArray(s)?s.splice(Number(u),1):Reflect.deleteProperty(s,u),o}const mm=Object.freeze(Object.defineProperty({__proto__:null,deletePath:pm,getPath:N3,hasPath:R3,nodeAtPath:fm,rehydrateSchema:am,setPath:hm,validateDraft:cm},Symbol.toStringTag,{value:"Module"}));function gm(){return{react:H6,"react/jsx-runtime":Q5,"react-dom":M8,"react-dom/client":k6,"@xrkseek/cordis":a6,"@xrkseek/client-ui-slots":$6,"@xrkseek/client-web-react":h8,"@xrkseek/client-ui-primitives":sm,"@xrkseek/client-schema-form":mm}}const xr={PENDING:0,LOADING:1,ACTIVE:2,FAILED:3,DISPOSED:4,UNLOADING:5},u0={[xr.PENDING]:"pending",[xr.LOADING]:"loading",[xr.ACTIVE]:"active",[xr.FAILED]:"failed",[xr.DISPOSED]:"disposed",[xr.UNLOADING]:"unloading"};function a0(n){let r=n;const o=new Set;return{getSnapshot:()=>r,subscribe:s=>(o.add(s),()=>{o.delete(s)}),set:s=>{r=s;for(const u of[...o])u()}}}function Cm(){let n={};const r=new Set;return{getSnapshot:()=>n,subscribe:o=>(r.add(o),()=>{r.delete(o)}),set:(o,s)=>{n={...n,[o]:s};for(const u of[...r])u()}}}const bl="@xrkseek/client-modules";class vm{constructor(r,o){P(this,"el");P(this,"seams");P(this,"status",Cm());P(this,"settled",a0(!1));P(this,"error",a0(void 0));P(this,"ctx");P(this,"modules");P(this,"manifest");P(this,"root");this.el=r,this.seams=o}async run(){this.manifest=R0(globalThis.__XRK_BOOT__),this.modules=new N0({modules:this.manifest.modules,staticModules:gm(),...this.seams}),this.modules.registerStatic(Dl,y8),this.modules.registerStatic(bl,b6),globalThis.__XRK_MODULES__=this.modules,this.root=tu.createRoot(this.el),this.root.render(d.jsx(b8,{settled:this.settled,status:this.status,error:this.error,renderApp:()=>{const o=this.ctx.get("appShell");if(o===void 0)throw new Error("web boot: appShell service missing after settled");return o.renderApp()}}));const r=this.prefetchImmediateTier();this.ctx=new Be;try{await this.runPluginBoot(r),this.settled.set(!0)}catch(o){console.error(o),this.error.set(o instanceof Error?o.message:String(o))}}dispose(){var r;(r=this.root)==null||r.unmount()}async prefetchImmediateTier(){const r=this.manifest.plugins.filter(c=>c.immediately),o=r.filter(c=>c.id.startsWith("@xrkseek/")),s=r.filter(c=>!c.id.startsWith("@xrkseek/")),u=c=>this.modules.prefetch(c.id).catch(()=>{});await Promise.all(o.map(u)),await Promise.all(s.map(u))}async runPluginBoot(r){const o=this.ctx;await o.plugin(C6);const s=o.loader;s.internal=this.modules,o.on("internal/status",c=>{const h=c.entry;h===void 0||h.fiber===void 0||this.status.set(h.options.name,u0[h.fiber.state])}),await r;const u=[bl,...this.manifest.plugins.map(c=>c.id).filter(c=>c!==bl),Dl];await Promise.all(u.map(async c=>{this.status.set(c,"loading");const h=await s.create({name:c});s.resolve(h).fiber===void 0&&this.status.set(c,"failed")})),await s.await(),this.assertEntriesActive()}assertEntriesActive(){const r=this.ctx,o=[];for(const s of r.loader.entries()){const u=s.options.name;if(s.fiber===void 0){o.push(`${u}: import failed (see console for the import error)`);continue}const c=u0[s.fiber.state];if(c!=="active")if(c==="pending"){const h=Object.keys(s.fiber.inject).filter(p=>r.get(p)===void 0);o.push(`${u}: pending (waiting for service${h.length===1?"":"s"}: ${h.join(", ")||"unknown"})`)}else o.push(`${u}: ${c}`)}if(o.length>0)throw new Error(`web boot: ${String(o.length)} entr${o.length===1?"y":"ies"} did not activate
|
|
110
|
+
${o.join(`
|
|
111
|
+
`)}`)}}const T3=document.getElementById("root");if(T3===null)throw new Error("web app: missing #root");new vm(T3).run();
|
|
112
|
+
//# sourceMappingURL=index-CHKZdZNt.js.map
|