From f3d74ce94af8f2b3bdc2745fe6a83243be3165fd Mon Sep 17 00:00:00 2001 From: Alex-larget <33240357+Alex-larget@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../agent/产品经理/evolution/2026-03-24.md | 5 + .../agent/后端工程师/evolution/2026-03-24.md | 5 + .cursor/agent/团队/evolution/2026-03-24.md | 10 + .../小程序开发工程师/evolution/2026-03-24.md | 13 + .cursor/agent/开发助理/项目索引/产品.md | 1 + .cursor/agent/开发助理/项目索引/后端.md | 1 + .cursor/agent/开发助理/项目索引/团队.md | 3 +- .cursor/agent/开发助理/项目索引/小程序.md | 2 + .cursor/agent/开发助理/项目索引/测试.md | 1 + .cursor/agent/开发助理/项目索引/管理端.md | 1 + .../管理端开发工程师/evolution/2026-03-24.md | 5 + .../agent/软件测试/evolution/2026-03-24.md | 5 + .../2026-03-24_需求与进度及三端闭环评审.md | 117 ++ .cursor/meeting/README.md | 1 + .cursor/rules/soul-change-checklist.mdc | 6 + .cursor/skills/assistant-doc-sync/sync-log.md | 2 + .cursor/skills/change-checklist/SKILL.md | 11 + .cursor/skills/miniprogram-dev/SKILL.md | 2 +- .cursor/skills/role-flow-control/SKILL.md | 11 +- miniprogram/app.js | 97 +- .../components/env-switch/env-switch.js | 82 -- .../components/env-switch/env-switch.json | 3 - .../components/env-switch/env-switch.wxml | 13 - .../components/env-switch/env-switch.wxss | 30 - .../pages/avatar-nickname/avatar-nickname.js | 20 + .../avatar-nickname/avatar-nickname.wxml | 4 +- .../avatar-nickname/avatar-nickname.wxss | 14 + miniprogram/pages/chapters/chapters.js | 19 +- miniprogram/pages/chapters/chapters.wxml | 3 +- miniprogram/pages/chapters/chapters.wxss | 7 + .../pages/member-detail/member-detail.js | 107 +- miniprogram/pages/my/my.js | 12 +- .../pages/profile-edit/profile-edit.wxss | 97 +- miniprogram/pages/read/read.js | 78 +- miniprogram/pages/referral/referral.js | 29 +- miniprogram/utils/contentParser.js | 16 +- miniprogram/utils/soulBridge.js | 22 +- .../test/__pycache__/config.cpython-311.pyc | Bin 6107 -> 6107 bytes .../conftest.cpython-311-pytest-9.0.2.pyc | Bin 3096 -> 3096 bytes scripts/test/__pycache__/util.cpython-311.pyc | Bin 600 -> 600 bytes .../conftest.cpython-311-pytest-9.0.2.pyc | Bin 373 -> 373 bytes ...tion_ckb_flow.cpython-311-pytest-9.0.2.pyc | Bin 39585 -> 39585 bytes ...s_ckb_api_key.cpython-311-pytest-9.0.2.pyc | Bin 12561 -> 12561 bytes .../test_health.cpython-311-pytest-9.0.2.pyc | Bin 1607 -> 1607 bytes .../测试报告-2026-03-24-本地核心功能场景.md | 165 +++ soul-admin/dist/assets/index-D2vksFq_.css | 1 + soul-admin/dist/assets/index-DQUjJh41.js | 914 --------------- soul-admin/dist/assets/index-Dk6CvQRe.js | 1006 ---------------- soul-admin/dist/assets/index-akpRWHlb.css | 1 - soul-admin/dist/assets/index-l3L5iIYa.js | 1010 +++++++++++++++++ soul-admin/dist/assets/index-qjssBjc3.css | 1 - soul-admin/dist/index.html | 26 +- soul-admin/src/pages/content/ChapterTree.tsx | 41 +- soul-admin/src/pages/content/ContentPage.tsx | 69 +- .../src/pages/settings/SettingsPage.tsx | 39 +- soul-admin/src/pages/users/UsersPage.tsx | 242 +++- .../src/pages/withdrawals/WithdrawalsPage.tsx | 50 +- soul-api/internal/database/database.go | 33 + .../internal/handler/admin_withdrawals.go | 12 +- soul-api/internal/handler/book.go | 38 +- soul-api/internal/handler/ckb.go | 357 ++++-- soul-api/internal/handler/cron.go | 22 + soul-api/internal/handler/db.go | 9 +- soul-api/internal/handler/db_book.go | 39 +- soul-api/internal/handler/db_ckb_leads.go | 35 +- soul-api/internal/handler/db_person.go | 2 +- soul-api/internal/model/ckb_lead.go | 26 +- soul-api/internal/router/router.go | 3 + 68 files changed, 2461 insertions(+), 2535 deletions(-) create mode 100644 .cursor/meeting/2026-03-24_需求与进度及三端闭环评审.md delete mode 100644 miniprogram/components/env-switch/env-switch.js delete mode 100644 miniprogram/components/env-switch/env-switch.json delete mode 100644 miniprogram/components/env-switch/env-switch.wxml delete mode 100644 miniprogram/components/env-switch/env-switch.wxss create mode 100644 scripts/test/测试报告-2026-03-24-本地核心功能场景.md create mode 100644 soul-admin/dist/assets/index-D2vksFq_.css delete mode 100644 soul-admin/dist/assets/index-DQUjJh41.js delete mode 100644 soul-admin/dist/assets/index-Dk6CvQRe.js delete mode 100644 soul-admin/dist/assets/index-akpRWHlb.css create mode 100644 soul-admin/dist/assets/index-l3L5iIYa.js delete mode 100644 soul-admin/dist/assets/index-qjssBjc3.css diff --git a/.cursor/agent/产品经理/evolution/2026-03-24.md b/.cursor/agent/产品经理/evolution/2026-03-24.md index 81bc94fe..4820706f 100644 --- a/.cursor/agent/产品经理/evolution/2026-03-24.md +++ b/.cursor/agent/产品经理/evolution/2026-03-24.md @@ -9,3 +9,8 @@ ### 当前状态 - 2026-03-20 需求(提现、我的收益、推广设置等)已与实现对齐。 - 主需求、落地推进表已基本同步;项目索引已补齐至 2026-03-24。 + +## 需求与进度及三端闭环评审 + +- 区分「用户主路径闭环」与「规则/风控闭环」;后者缺口见《产品意图与功能闭环分析》,用清单驱动排期而非推翻里程碑。 +- 待确认:VIP 支付前是否强制完善头像昵称(与当前 vip.js 策略二选一)。 diff --git a/.cursor/agent/后端工程师/evolution/2026-03-24.md b/.cursor/agent/后端工程师/evolution/2026-03-24.md index f5cc56ad..66e0c449 100644 --- a/.cursor/agent/后端工程师/evolution/2026-03-24.md +++ b/.cursor/agent/后端工程师/evolution/2026-03-24.md @@ -15,3 +15,8 @@ ### 待办 - router 补齐:users/rfm、users/journey-stats、shensheshou 共 5 个。 - 确认 /api/admin/settings 是否支持 ossConfig。 + +## 需求与进度及三端闭环评审 + +- 三端路由分组未被破坏;缺口为业务校验:提现 wechat_id、CKBJoin investor 付费、MatchUsers 发起者资料。 +- 失败响应需带 `needBindWechat` / `errorCode` 等稳定字段,配合小程序 `err.response` 约定(详见团队 evolution 与 meeting 纪要)。 diff --git a/.cursor/agent/团队/evolution/2026-03-24.md b/.cursor/agent/团队/evolution/2026-03-24.md index 8677aaf8..8322cfa9 100644 --- a/.cursor/agent/团队/evolution/2026-03-24.md +++ b/.cursor/agent/团队/evolution/2026-03-24.md @@ -10,3 +10,13 @@ ### 落地建议 - 各角色在完成功能开发或吸收经验时,主动更新项目索引。 - 橙子收尾时统一检查并补齐索引。 + +## 需求与进度及三端闭环评审(跨角色) + +### 结论摘要 +- **主业务闭环**:阅读/付费/代付/分销/提现主链路在文档与里程碑上成立;**规则闭环**有已知缺口,以《产品意图与功能闭环分析》《需求未补齐清单》为准。 +- **三端配套**:小程序页面域与管理端路由域整体对齐;**miniprogram/admin/db 边界未被破坏**。 +- **工程契约**:统一「失败时 body 可解析」约定(`err.response`),否则后端 errorCode 设计无法在前端落地。 + +### 详见 +- `.cursor/meeting/2026-03-24_需求与进度及三端闭环评审.md` diff --git a/.cursor/agent/小程序开发工程师/evolution/2026-03-24.md b/.cursor/agent/小程序开发工程师/evolution/2026-03-24.md index 419fc7a1..47bbb626 100644 --- a/.cursor/agent/小程序开发工程师/evolution/2026-03-24.md +++ b/.cursor/agent/小程序开发工程师/evolution/2026-03-24.md @@ -8,3 +8,16 @@ ### 技术债 - 富文本渲染(rich-text)待实施,需确认 DB 格式后再推进。 + +## 需求与进度及三端闭环评审 + +- `app.request` 在 success:false 时应在 reject 前挂载 `err.response = data`,否则 needBindWechat/errorCode 分支失效。 +- 提现:my 与 referral 需统一微信号预检与 catch 处理。 + +## 代码优化落地(2026-03-24) + +- **已实现**:`app.js` `_requestOnce` 对 `success:false` 与非 401 错误 `reject` 时挂载 `err.response`;`request` 外层 catch 重抛时保留 `response`。 +- **获客**:`soulBridge.submitCkbLead` 支持 `targetMemberId`/`targetMemberName`;`read.js` @某人、`member-detail` 全局/人物留资统一走 soulBridge;`targetNickname` 全局留资允许空串。 +- **分销**:阅读页余额/微信下单 `referralCode` 统一 `getReferralCodeForPay`。 +- **提现**:`referral.js` / `my.js` 在 `catch` 中识别 `e.response.needBindWechat`(原 success:false 分支实际不可达)。 +- **文档**:`miniprogram-dev/SKILL.md` 已补充 `err.response` 说明。 diff --git a/.cursor/agent/开发助理/项目索引/产品.md b/.cursor/agent/开发助理/项目索引/产品.md index 61bee57b..e479d269 100644 --- a/.cursor/agent/开发助理/项目索引/产品.md +++ b/.cursor/agent/开发助理/项目索引/产品.md @@ -27,6 +27,7 @@ Soul 创业派对产品定位:面向创业者的社区/工具型小程序。 | 2026-03-18 | 文档归档整理:以《以界面定需求》为基准,重整需求口径/验收点/分享 singlePage 约束,写入产品经验库 | 已完成 | | 2026-03-18 | 会议:超级个体开通后自动创建@人与支付前资料引导(头像+昵称) | 已完成 | | 2026-03-24 | 会议:开发进度同步;项目索引补齐 2026-03-19/20 及之后记录;文档同步原则确认 | 已完成 | +| 2026-03-24 | 会议:需求与进度及三端闭环评审;规则/风控缺口清单化;VIP 支付前资料规则待拍板 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/开发助理/项目索引/后端.md b/.cursor/agent/开发助理/项目索引/后端.md index 59948dd5..55d10908 100644 --- a/.cursor/agent/开发助理/项目索引/后端.md +++ b/.cursor/agent/开发助理/项目索引/后端.md @@ -40,6 +40,7 @@ soul-api(Go + Gin + GORM + MySQL)提供三组路由:`/api/miniprogram/*` | 2026-03-18 | 会议:超级个体开通后自动创建@人(Person 绑定 userId 幂等)与资料完善 flags 方案 | 已完成 | | 2026-03-20 | 提现:审批逻辑修复、fail_reason/error_message 落库、referral_config withdrawFee/enableAutoWithdraw | 已完成 | | 2026-03-24 | 会议:开发进度同步;项目索引补齐;router/ossConfig 待确认 | 已完成 | +| 2026-03-24 | 会议:三端闭环评审;提现/CKB/匹配后端校验与 errorCode 为 P0/P1 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/开发助理/项目索引/团队.md b/.cursor/agent/开发助理/项目索引/团队.md index 03f77197..8af82f44 100644 --- a/.cursor/agent/开发助理/项目索引/团队.md +++ b/.cursor/agent/开发助理/项目索引/团队.md @@ -31,9 +31,10 @@ Soul 创业派对全项目架构与约定:路由隔离(miniprogram/admin/db | 2026-03-17 | 性能优化与 Redis 缓存方案落地:Redis 容灾回退 DB、OSS 上传容灾;/health 返回 database/redis 状态 | 已完成 | | 2026-03-18 | 吸收经验:分享进入链路需兼容朋友圈 singlePage;单页模式不执行支付/自动领取等强动作并引导“前往小程序” | 已完成 | | 2026-03-18 | 会议:超级个体开通后自动创建@人统一走 Person;幂等键绑定 userId;默认资料 flags 后端输出 | 已完成 | +| 2026-03-24 | 会议:需求与进度及三端闭环评审;主路径闭环成立、规则闭环待加固;失败响应与 err.response 契约 | 已完成 | > **格式说明**:每次架构级讨论后在此追加一行,日期格式 YYYY-MM-DD --- -**最后更新**:2026-03-18 +**最后更新**:2026-03-24 diff --git a/.cursor/agent/开发助理/项目索引/小程序.md b/.cursor/agent/开发助理/项目索引/小程序.md index 0960c021..d63e2650 100644 --- a/.cursor/agent/开发助理/项目索引/小程序.md +++ b/.cursor/agent/开发助理/项目索引/小程序.md @@ -44,6 +44,8 @@ | 2026-03-19 | 原生按钮覆盖定位(cover-view)经验入库 | 已完成 | | 2026-03-20 | 手机号一键登录、login-modal 公用组件(read/my/gift-pay 引入);我的收益取 availableEarnings | 已完成 | | 2026-03-24 | 会议:开发进度同步;项目索引补齐;富文本 rich-text 技术债待续 | 已完成 | +| 2026-03-24 | 会议:三端闭环评审;app.request err.response;提现双入口与后端契约对齐 | 已完成 | +| 2026-03-24 | 落地:app.request 挂 err.response;soulBridge 留资扩展;阅读页带码与 referral/my 提现 catch 对齐 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/开发助理/项目索引/测试.md b/.cursor/agent/开发助理/项目索引/测试.md index 1abd9de4..120cd795 100644 --- a/.cursor/agent/开发助理/项目索引/测试.md +++ b/.cursor/agent/开发助理/项目索引/测试.md @@ -33,6 +33,7 @@ | 2026-03-18 | 文档归档整理:按界面驱动口径统一验收;补充分享 singlePage 降级与引导为必测项 | 已完成 | | 2026-03-18 | 会议:新增用例(资料默认阻断支付、Person 自动创建幂等、昵称变更同步回归) | 已完成 | | 2026-03-24 | 会议:开发进度同步;项目索引补齐;提现/登录/收益/推广设置用例补充;singlePage、getPhoneNumber 边界 | 已完成 | +| 2026-03-24 | 会议:三端闭环评审;API 绕过负例与双入口提现回归待契约落地后执行 | 已完成 | --- diff --git a/.cursor/agent/开发助理/项目索引/管理端.md b/.cursor/agent/开发助理/项目索引/管理端.md index 8068170d..e0477190 100644 --- a/.cursor/agent/开发助理/项目索引/管理端.md +++ b/.cursor/agent/开发助理/项目索引/管理端.md @@ -45,6 +45,7 @@ | 2026-03-18 | 会议:超级个体开通后自动创建@人;管理端可选展示 userId/来源以便排查重名 | 已完成 | | 2026-03-20 | 提现审核:备注列(fail_reason/error_message)、自动审批开关;推广设置提现手续费 | 已完成 | | 2026-03-24 | 会议:开发进度同步;项目索引补齐;DistributionPage Order.description 待修 | 已完成 | +| 2026-03-24 | 会议:三端闭环评审;管理端与小程序配套整体齐全;类型债择机修 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/管理端开发工程师/evolution/2026-03-24.md b/.cursor/agent/管理端开发工程师/evolution/2026-03-24.md index 4414d4a4..fb42ca0d 100644 --- a/.cursor/agent/管理端开发工程师/evolution/2026-03-24.md +++ b/.cursor/agent/管理端开发工程师/evolution/2026-03-24.md @@ -8,3 +8,8 @@ ### 待办 - DistributionPage Order.description 类型错误待修(与本次迁移无关,有空即修)。 + +## 需求与进度及三端闭环评审 + +- 管理端路由域与小程序 Tab/子业务整体配套(审核、配置、导师、匹配、存客宝相关)。 +- C 端绕过接口的风险主要靠后端 + 小程序请求层闭环,非管理端菜单能单独解决。 diff --git a/.cursor/agent/软件测试/evolution/2026-03-24.md b/.cursor/agent/软件测试/evolution/2026-03-24.md index fbbb5873..80867342 100644 --- a/.cursor/agent/软件测试/evolution/2026-03-24.md +++ b/.cursor/agent/软件测试/evolution/2026-03-24.md @@ -6,3 +6,8 @@ - 提现审批、手机号登录、我的收益、推广设置、提现审核等新增功能需补充/更新用例。 - 边界必测:singlePage 分享进入、getPhoneNumber 隐私协议同意流程。 - 下次回归前完成用例更新。 + +## 需求与进度及三端闭环评审 + +- 补齐「仅调 API、绕过前端」负例:提现、CKBJoin、MatchUsers。 +- 后端与 err.response 契约落地后,做双入口提现(我的 / 推广)回归。 diff --git a/.cursor/meeting/2026-03-24_需求与进度及三端闭环评审.md b/.cursor/meeting/2026-03-24_需求与进度及三端闭环评审.md new file mode 100644 index 00000000..74c145a6 --- /dev/null +++ b/.cursor/meeting/2026-03-24_需求与进度及三端闭环评审.md @@ -0,0 +1,117 @@ +# 会议纪要 - 2026-03-24 | 需求与进度及三端闭环评审 + +> 本文件由**助理橙子**在会议结束后自动生成。 + +--- + +## 基本信息 + +- **时间**:2026-03-24 +- **议题**:重新评估需求与开发进度;业务流程是否闭环;核心基础功能是否完整、有无被破坏;小程序与管理端是否配套齐全 +- **触发方式**:开个会议 + 分析报告 +- **参与角色**:产品经理、后端开发、管理端开发工程师、小程序开发工程师、测试人员 +- **主持人**:乘风(老板分身) + +--- + +## 各角色发言 + +### 【产品经理】 + +- **需求基线**:《以界面定需求》《项目落地推进表》与代码大体一致;里程碑上阅读付费、代付、分销提现、分润配置等标记为已完成,与当前推进表描述一致。 +- **用户价值闭环**:C 端「看内容—买章节/VIP—推广收益—提现」主链路在文档层面已闭环;**风控与规则闭环**仍有缺口(见《产品意图与功能闭环分析》):提现微信号、资源对接购买校验、匹配发起者资料等依赖后端与请求层配合,否则存在「前端拦得住、接口拦不住」的灰区。 +- **待产品拍板**:2026-03-18 会议曾提「VIP 支付前需完善头像昵称」与当前 `vip.js`「购买前不拦截」不一致,需明确最终规则并同步三端。 + +### 【后端开发】 + +- **路由与分组**:`/api/miniprogram/*`、`/api/admin/*`、`/api/db/*` 分工清晰;导师、余额、提现确认收款、存客宝线索、dashboard 等能力在代码注释与 handler 中可核对,**三端隔离未被破坏**。 +- **闭环缺口(实现层)**:`WithdrawPost` 未强制校验 `wechat_id`;`CKBJoin`(investor)未校验付费;`MatchUsers` 未强制发起者联系方式;与《需求未补齐清单》《产品意图与功能闭环分析》一致。 +- **建议**:优先 P0 提现校验 + **统一失败体**(`errorCode` / `needBindWechat`),便于小程序在 `app.request` reject 后仍能从 `err.response` 分支引导(见文档 6.1 节)。 + +### 【管理端开发工程师】 + +- **配套情况**:`App.tsx` 路由覆盖 dashboard、orders、users、distribution、withdrawals、content、referral-settings、vip-roles、mentors、mentor-consultations、settings、payment、find-partner、match、match-records 等,与小程序 Tab(首页/目录/找伙伴/我的)及子业务(VIP、导师、代付、推广、提现审核)**总体配套齐全**。 +- **运营侧闭环**:提现审核、推广设置、内容/用户/订单管理支撑 C 端主链路;存客宝相关能力在管理端有配置入口(如 find-partner / CKB)。 +- **已知技术债**:索引中曾记 `DistributionPage Order.description` 类型问题,与本次「功能被破坏」无直接等价关系,但影响类型安全与维护。 + +### 【小程序开发工程师】 + +- **页面与能力**:`app.json` 注册页覆盖阅读、章节、找伙伴、我的、推广、代付、VIP、导师、资料、钱包、提现记录等,与后端 miniprogram 接口及管理端运营能力**方向一致**。 +- **闭环断裂点(工程层)**:`app.request` 在 `success: false` 时直接 reject,导致 `needBindWechat`、`errorCode` 等字段在部分页面成为**死分支**;`my` 与 `referral` 提现前对微信号要求不一致。 +- **技术债**:TipTap HTML → `rich-text` 与 @mention 仍为待确认/待实现项(需求未补齐清单)。 + +### 【测试人员】 + +- **回归重点**:在补齐后端校验与 `err.response` 后,需增加「绕过前端直接调 API」的负例;提现(含我的页与推广页两条入口)、资源对接、找伙伴提交各一条闭环用例。 +- **三端联调**:管理端改推广/手续费/自动提现开关后,小程序侧分润展示与提现流程需对照 `scripts/test/功能测试流程.md` 做一轮回归。 + +--- + +## 讨论过程 + +- **【管理端开发工程师】回复【产品经理】**:管理端菜单已覆盖审核与配置,不单独挡 C 端绕过接口的风险;规则闭环必须后端 + 小程序请求层一致。 +- **【后端开发】回复【小程序开发工程师】**:仅加后端校验不够,若 reject 不携带 body,前端无法引导;建议约定 `err.response` 与文档 6.1~6.4 的调整一致后再测。 +- **【产品经理】回复【全员】**:「核心基础完整」指主链路可用;「未被破坏」指三端边界与里程碑仍在;当前缺口属**加固与一致性**,不推翻已完成里程碑,但应列入下一迭代 P0/P1。 + +--- + +## 会议决议 + +1. **总评**:核心业务闭环在「产品—运营—用户主路径」上成立;**安全与规则闭环**存在已知缺口,以《产品意图与功能闭环分析》《需求未补齐清单》为执行清单,**不构成「核心功能整段被删」类事故**。 +2. **三端配套**:小程序主要场景与管理端审核/配置模块**整体配套**;后端 miniprogram/admin/db 分组保持,**无互窜型破坏**。 +3. **优先动作**:P0 提现 `wechat_id` 后端校验 + 小程序 `app.request` 失败时挂载 `err.response`;P1 CKBJoin / MatchUsers 校验与 `errorCode`;产品确认 VIP 支付前是否拦截头像昵称。 +4. **文档**:本评审结论与同日《开发进度同步会议》互补;详细技术项仍以 `开发文档/10、项目管理/` 下两份分析文档为准。 + +--- + +## 待办事项 + +| 责任角色 | 任务 | 优先级 | 截止建议 | +|---------|------|--------|---------| +| 后端开发 | WithdrawPost 无 wechat_id 返回 needBindWechat;CKBJoin/MatchUsers 按文档补校验与 errorCode | P0/P1 | 下一迭代首周 | +| 小程序开发工程师 | app.request reject 前设置 err.response;统一 my/referral 提现微信号与 catch 分支 | P0 | 与后端同学对齐后 | +| 产品经理 | 确认 VIP 支付前是否必须完善头像昵称,并更新需求口径 | 中 | 本周 | +| 测试人员 | 补齐绕过前端的 API 负例与双入口提现用例 | 中 | 联调后 | +| 管理端开发工程师 | DistributionPage 类型债择机修复 | 低 | 排期内 | + +--- + +## 问题与作答区 + +| # | 问题 | 责任角色 | 作答 | +|---|------|---------|------| +| 1 | VIP(超级个体)支付前是否强制完善头像+昵称? | 产品经理 | (待补充) | +| 2 | 富文本正文在 DB 中的存储格式是否已冻结(HTML 片段 / JSON)? | 产品经理 + 后端开发 | (待补充) | +| 3 | ossConfig、router 扩展项是否仍阻塞环境切换? | 后端开发 | (待补充) | + +--- + +## 各角色经验与业务理解更新 + +### 产品经理 + +- 闭环分两层:用户动线闭环 vs 规则/风控闭环;当前缺口集中在后者,应用清单文档驱动排期。 + +### 后端开发 + +- 失败响应需兼顾「HTTP 层」与「业务体字段」,便于小程序在统一 request 封装下做引导。 + +### 管理端开发工程师 + +- 配套评估以路由与业务域对照小程序页面域,存客宝/找伙伴/匹配记录等已覆盖运营侧。 + +### 小程序开发工程师 + +- reject 若不携带 body,所有「按字段分支」的后端设计都会落空;与后端约定同一错误契约。 + +### 测试人员 + +- 闭环测试需覆盖「仅调 API」场景,与纯 UI 点击路径同等重要。 + +### 团队共享 + +- 三端边界未被破坏;当前工作重点是**契约加固**(校验 + errorCode + err.response)与产品规则二选一(VIP 前资料)。 + +--- + +*会议纪要由助理橙子生成 | 各角色经验已同步至 `agent/{角色}/evolution/2026-03-24.md`* diff --git a/.cursor/meeting/README.md b/.cursor/meeting/README.md index 70427633..751eb581 100644 --- a/.cursor/meeting/README.md +++ b/.cursor/meeting/README.md @@ -81,3 +81,4 @@ YYYY-MM-DD_会议主题.md | 2026-03-17 | 性能优化与 Redis 缓存方案落地 | 后端、管理端、小程序、测试、助理橙子 | [2026-03-17_性能优化与Redis缓存方案落地.md](2026-03-17_性能优化与Redis缓存方案落地.md) | | 2026-03-18 | 超级个体开通后自动创建@人与资料引导 | 产品、后端、管理端、小程序、测试 | [2026-03-18_超级个体开通后自动创建@人与资料引导.md](2026-03-18_超级个体开通后自动创建@人与资料引导.md) | | 2026-03-24 | 开发进度同步会议(查看代码与开发文档对齐) | 产品、后端、管理端、小程序、测试 | [2026-03-24_开发进度同步会议.md](2026-03-24_开发进度同步会议.md) | +| 2026-03-24 | 需求与进度及三端闭环评审(业务闭环、核心功能、小程序与管理端配套) | 产品、后端、管理端、小程序、测试 | [2026-03-24_需求与进度及三端闭环评审.md](2026-03-24_需求与进度及三端闭环评审.md) | diff --git a/.cursor/rules/soul-change-checklist.mdc b/.cursor/rules/soul-change-checklist.mdc index 0d774e0d..4d55b4ff 100644 --- a/.cursor/rules/soul-change-checklist.mdc +++ b/.cursor/rules/soul-change-checklist.mdc @@ -8,6 +8,12 @@ alwaysApply: false 在 **miniprogram/**、**soul-admin/** 或 **soul-api/** 下做任何**修改、优化、新增**后,必须按下列项过一遍,确认关联层已同步,避免只改一端导致数据不一致或功能缺管理入口。 +## 零漏改原则(强制) + +- 任一端出现**新功能/新字段/新文案/新状态/新交互**,必须联想另外两端是否需要补齐。 +- 验收至少满足四项闭环:**DB 可存 + API 可读写 + 管理端可配置/可管理 + 小程序可渲染/可使用**。 +- 禁止只在小程序硬编码可运营内容(如角标、标签、按钮文案);默认应有管理端入口或配置来源。 + ## 一、按「你改了什么」对表检查 | 你改的是… | 必须同时检查/修改的关联 | diff --git a/.cursor/skills/assistant-doc-sync/sync-log.md b/.cursor/skills/assistant-doc-sync/sync-log.md index fff5e8d7..cdf9517d 100644 --- a/.cursor/skills/assistant-doc-sync/sync-log.md +++ b/.cursor/skills/assistant-doc-sync/sync-log.md @@ -10,3 +10,5 @@ - Skill 优化:assistant-doc-sync 新增 sync-log 记忆机制、assets 模板、Skill 撰写原则 - 会议收尾:开发进度同步会议;项目索引五角色补齐;纪要 `.cursor/meeting/2026-03-24_开发进度同步会议.md` +- 会议收尾:需求与进度及三端闭环评审;纪要 `.cursor/meeting/2026-03-24_需求与进度及三端闭环评审.md`;经验追加至各角色 evolution 与项目索引 +- 小程序:app.request err.response 落地;soulBridge 留资统一 read/member-detail;阅读页 getReferralCodeForPay;referral/my 提现 catch;miniprogram-dev SKILL 更新 diff --git a/.cursor/skills/change-checklist/SKILL.md b/.cursor/skills/change-checklist/SKILL.md index b025efa1..02118987 100644 --- a/.cursor/skills/change-checklist/SKILL.md +++ b/.cursor/skills/change-checklist/SKILL.md @@ -22,6 +22,16 @@ description: Soul 创业派对变更关联检查。miniprogram/soul-admin/soul-a ## 2. 核心思路:按「改动点」扫关联层 +### 2.0 强制补齐原则(新增) + +- 任一端(小程序 / 管理端 / 后端)出现**新展示、新字段、新交互、新文案、新状态**,必须主动联想另外两端是否需要补齐。 +- **禁止只修当前端**就结束:必须补到「可运营、可配置、可联调」闭环。 +- 典型漏项(必须防): + - 小程序新增角标/标签文案,但管理端没有输入入口; + - 管理端新增配置项,但小程序未读取该配置; + - 后端新增字段,但前端未映射、未展示、未提交。 +- 验收口径:至少满足 **数据可存(DB)+ 接口可读写(API)+ 管理端可改(Admin)+ 小程序可渲染(MP)** 四项。 + ### 2.1 改了前端(小程序或 soul-admin) - **新增/改了展示或提交的字段** @@ -32,6 +42,7 @@ description: Soul 创业派对变更关联检查。miniprogram/soul-admin/soul-a - **小程序**新增了一个**完整功能**(如新活动、新入口) - soul-api 的 **miniprogram** 下是否需要新接口?需要则加。 - **管理端**是否需要**配置、开关、审核、统计**?需要则在 soul-admin 加页面/菜单,并在 soul-api 的 **admin/db** 下加对应接口。 + - 若涉及 UI 文案(如角标、按钮文案、标题),优先补到管理端可配置项;不可硬编码在小程序。 ### 2.2 改了 soul-api(接口、model、表) diff --git a/.cursor/skills/miniprogram-dev/SKILL.md b/.cursor/skills/miniprogram-dev/SKILL.md index ed73dec1..e442c0e8 100644 --- a/.cursor/skills/miniprogram-dev/SKILL.md +++ b/.cursor/skills/miniprogram-dev/SKILL.md @@ -24,7 +24,7 @@ description: Soul 创业派对小程序开发规范。在 miniprogram/ 下编辑 - 正确:`app.request('/api/miniprogram/book/all-chapters')`、`app.request('/api/miniprogram/login', { method: 'POST', data: { code } })` - 错误:`app.request('/api/book/all-chapters')`、`app.request('/api/admin/xxx')`、`/api/vip/status`(若 soul-api 未提供 miniprogram 下等价接口则视为错误,需统一走 miniprogram 组)。 - **静默请求**:不弹窗的请求(如推荐访问、统计)传 `silent: true`:`app.request(url, { ..., silent: true })`。 -- **错误处理**:`request` 已统一处理 200 且 `success: false`、401、4xx/5xx 与网络错误;页面只需 `try/catch` 或 `.then/.catch`,用 `_getApiErrorMsg` 的文案即可,勿重复造轮子。 +- **错误处理**:`request` 已统一处理 200 且 `success: false`、401、4xx/5xx 与网络错误;失败时 `reject` 的 `Error` 上会挂 **`err.response`**(即接口返回的 JSON 体),便于页面按 `needBindWechat`、`errorCode` 等字段分支。页面 `catch (e)` 中优先读 `e.response` 再回退 `e.message`。 --- diff --git a/.cursor/skills/role-flow-control/SKILL.md b/.cursor/skills/role-flow-control/SKILL.md index 50be3083..8b6c02fa 100644 --- a/.cursor/skills/role-flow-control/SKILL.md +++ b/.cursor/skills/role-flow-control/SKILL.md @@ -18,6 +18,15 @@ description: Soul 创业派对开发协同流程。小程序开发工程师、 **开发风格约定**:各角色在各自端内开发时,**必须**按上表对应的 Skill 与 boundary 执行,保持代码风格、目录结构、命名与接口约定一致。不得跨路径调用(详见 soul-project-boundary)。 +### 1.1 跨端补齐责任(新增) + +- 三方工程师(小程序/管理端/后端)对同一功能负有**联想补齐**责任,不得只完成自己这一端。 +- 任一端新增「用户可见能力」(角标、文案、状态、入口、规则)时,需主动检查并补齐: + - 后端:是否有可持久化字段与读写接口; + - 管理端:是否有可运营输入或管理入口; + - 小程序:是否按接口/配置渲染而非硬编码。 +- 默认交付口径:**可配置、可运营、可联调、可验收**,否则视为未完成。 + --- ## 2. 协同流程总览(线框图) @@ -189,7 +198,7 @@ sequenceDiagram | 阶段 | 动作 | |------|------| -| **需求分析(关键)** | 分析该功能在管理端是否需要:
• 字段调整(列表/表单新增或修改)
• 配置页、开关、审核、统计
• 输出「需要」或「不需要」及具体项 | +| **需求分析(关键)** | 分析该功能在管理端是否需要:
• 字段调整(列表/表单新增或修改)
• 配置页、开关、审核、统计
• 输出「需要」或「不需要」及具体项(如角标文案需有输入入口) | | 并行开发 | **暂不开发**,等待小程序完成 | | 管理端启动 | 小程序变更完成后,若需要则开始管理端调整 | | 收尾 | 参与联调,过 soul-change-checklist | diff --git a/miniprogram/app.js b/miniprogram/app.js index 2c1f4a66..6fcdd7dc 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -9,7 +9,9 @@ const { checkAndExecute } = require('./utils/ruleEngine.js') const DEFAULT_APP_ID = 'wxb8bbb2b10dec74aa' const DEFAULT_MCH_ID = '1318592501' const DEFAULT_WITHDRAW_TMPL_ID = 'u3MbZGPRkrZIk-I7QdpwzFxnO_CeQPaCWF2FkiIablE' -const PRODUCTION_BASE_URL = 'https://soulapi.quwanzhi.com' +// baseUrl 手动切换(注释方式): +const API_BASE_URL = 'http://localhost:8080' +// const API_BASE_URL = 'https://soulapi.quwanzhi.com' const CONFIG_CACHE_KEY = 'mpConfigCacheV1' // 与上传版本号对齐;设置页展示优先用 wx.getAccountInfoSync().miniProgram.version(正式版),否则用本字段 const APP_DISPLAY_VERSION = '1.7.2' @@ -19,8 +21,8 @@ App({ // 与微信后台上传版本号一致,供设置页等展示(避免与线上 version 字段混淆) appDisplayVersion: APP_DISPLAY_VERSION, - // API:仓库默认生产;release 强制生产;develop/trial 可读 storage「apiBaseUrl」或用 env-switch - baseUrl: 'https://soulapi.quwanzhi.com', + // API:仅使用代码常量手动切换,不再使用运行时开关 + baseUrl: API_BASE_URL, // 小程序配置 - 真实AppID appId: DEFAULT_APP_ID, @@ -98,39 +100,17 @@ App({ lastVipContactCheck: 0, // 头像昵称检测:上次检测时间戳(与 VIP 检测同周期刷新) lastAvatarNicknameCheck: 0, + // 登录后规则引擎触发时间(用于与本地引导去重,避免短时间二次弹窗) + lastAfterLoginRuleCheck: 0, /** MBTI → 默认头像 URL(/api/miniprogram/config/mbti-avatars),供推广海报等 */ mbtiAvatarsMap: {}, mbtiAvatarsExpires: 0, }, - /** 正式版强制生产 API,避免误传 localhost 导致审核/线上全挂 */ - initApiBaseUrl() { - const KEY = 'apiBaseUrl' - try { - const info = wx.getAccountInfoSync?.() - const env = info?.miniProgram?.envVersion || 'release' - if (env === 'release') { - this.globalData.baseUrl = PRODUCTION_BASE_URL - try { - const saved = wx.getStorageSync(KEY) - if (saved && saved !== PRODUCTION_BASE_URL) wx.removeStorageSync(KEY) - } catch (_) {} - return - } - const saved = wx.getStorageSync(KEY) - if (saved && typeof saved === 'string' && /^https?:\/\//.test(saved)) { - this.globalData.baseUrl = String(saved).replace(/\/$/, '') - } else { - this.globalData.baseUrl = PRODUCTION_BASE_URL - } - } catch (_) { - this.globalData.baseUrl = PRODUCTION_BASE_URL - } - }, - onLaunch(options) { - this.initApiBaseUrl() + // baseUrl 固定取 API_BASE_URL(通过注释切换) + this.globalData.baseUrl = API_BASE_URL // 昵称等隐私组件需先授权:input type="nickname" 不会主动触发,需配合 wx.requirePrivacyAuthorize 使用 if (typeof wx.onNeedPrivacyAuthorization === 'function') { wx.onNeedPrivacyAuthorization((resolve) => { @@ -616,7 +596,12 @@ App({ const isVip = vipRes?.data?.isVip || this.globalData.isVip || false this.globalData.isVip = isVip if (!isVip) { - this.checkAvatarNicknameAndGuide() + const now = Date.now() + const lastRuleCheck = Number(this.globalData.lastAfterLoginRuleCheck || 0) + // 登录后若规则引擎刚触发过 after_login,引导由规则引擎负责,避免与本地提示连弹 + if (!lastRuleCheck || now - lastRuleCheck > 5000) { + this.checkAvatarNicknameAndGuide() + } return } @@ -933,27 +918,6 @@ App({ return (msg && String(msg).trim()) ? String(msg).trim() : defaultMsg }, - _shouldFallbackToProduction(err) { - const msg = String((err && err.errMsg) || (err && err.message) || '').toLowerCase() - return ( - msg.includes('connection_failed') || - msg.includes('err_proxy_connection_failed') || - msg.includes('dns') || - msg.includes('name not resolved') || - msg.includes('failed to fetch') || - msg.includes('econnrefused') || - msg.includes('network') || - msg.includes('timeout') - ) - }, - - _switchBaseUrlToProduction() { - this.globalData.baseUrl = PRODUCTION_BASE_URL - try { - wx.setStorageSync('apiBaseUrl', PRODUCTION_BASE_URL) - } catch (_) {} - }, - _requestOnce(url, options = {}, silent = false) { const showError = (msg) => { if (!silent && msg) wx.showToast({ title: msg, icon: 'none', duration: 2500 }) @@ -972,6 +936,11 @@ App({ }, success: (res) => { const data = res.data + const rejectWithBody = (message, body) => { + const err = new Error(message) + if (body != null && typeof body === 'object') err.response = body + reject(err) + } if (res.statusCode === 200) { if (data && data.success === false) { const msg = this._getApiErrorMsg(data, '操作失败') @@ -979,7 +948,7 @@ App({ this.logout() } showError(msg) - reject(new Error(msg)) + rejectWithBody(msg, data) return } resolve(data) @@ -988,12 +957,14 @@ App({ if (res.statusCode === 401) { this.logout() showError('未授权,请重新登录') - reject(new Error('未授权')) + const err = new Error('未授权') + if (data != null && typeof data === 'object') err.response = data + reject(err) return } const msg = this._getApiErrorMsg(data, res.statusCode >= 500 ? '服务器异常,请稍后重试' : '请求失败') showError(msg) - reject(new Error(msg)) + rejectWithBody(msg, data && typeof data === 'object' ? data : undefined) }, fail: (err) => { const msg = (err && err.errMsg) @@ -1033,13 +1004,10 @@ App({ } const promise = this._requestOnce(url, options, silent).catch(async (err) => { - const currentBase = String(this.globalData.baseUrl || '').replace(/\/$/, '') - if (currentBase !== PRODUCTION_BASE_URL && this._shouldFallbackToProduction(err)) { - this._switchBaseUrlToProduction() - return this._requestOnce(url, options, silent) - } const msg = (err && err.message) ? err.message : '网络异常,请重试' - throw new Error(msg) + const next = new Error(msg) + if (err && err.response != null) next.response = err.response + throw next }) if (method === 'GET') { @@ -1102,8 +1070,9 @@ App({ this.globalData.vipExpireDate = user.vipExpireDate || '' // 首次登录注册:强制跳转 avatar-nickname 修改头像昵称(不弹窗) if (res.isNewUser === true && this._needsAvatarNickname(user)) { - setTimeout(() => wx.redirectTo({ url: '/pages/avatar-nickname/avatar-nickname' }), 1000) + setTimeout(() => wx.redirectTo({ url: '/pages/avatar-nickname/avatar-nickname?from=new_user' }), 1000) } else { + this.globalData.lastAfterLoginRuleCheck = Date.now() checkAndExecute('after_login', null) setTimeout(() => this.checkVipContactRequiredAndGuide(), 1200) setTimeout(() => this.connectWsHeartbeat(), 2000) @@ -1173,8 +1142,9 @@ App({ this.globalData.vipExpireDate = user.vipExpireDate || '' // 首次登录注册:强制跳转 avatar-nickname if (res.isNewUser === true && this._needsAvatarNickname(user)) { - setTimeout(() => wx.redirectTo({ url: '/pages/avatar-nickname/avatar-nickname' }), 1000) + setTimeout(() => wx.redirectTo({ url: '/pages/avatar-nickname/avatar-nickname?from=new_user' }), 1000) } else { + this.globalData.lastAfterLoginRuleCheck = Date.now() checkAndExecute('after_login', null) setTimeout(() => this.checkVipContactRequiredAndGuide(), 1200) } @@ -1234,8 +1204,9 @@ App({ // 首次登录注册:强制跳转 avatar-nickname if (res.isNewUser === true && this._needsAvatarNickname(user)) { - setTimeout(() => wx.redirectTo({ url: '/pages/avatar-nickname/avatar-nickname' }), 1000) + setTimeout(() => wx.redirectTo({ url: '/pages/avatar-nickname/avatar-nickname?from=new_user' }), 1000) } else { + this.globalData.lastAfterLoginRuleCheck = Date.now() checkAndExecute('after_login', null) setTimeout(() => this.checkVipContactRequiredAndGuide(), 1200) } diff --git a/miniprogram/components/env-switch/env-switch.js b/miniprogram/components/env-switch/env-switch.js deleted file mode 100644 index 1aa3fa51..00000000 --- a/miniprogram/components/env-switch/env-switch.js +++ /dev/null @@ -1,82 +0,0 @@ -/** - * 开发环境专用:可拖拽的 baseURL 切换悬浮按钮 - * 正式环境(release)不显示 - */ -const PRODUCTION_URL = 'https://soulapi.quwanzhi.com' -const STORAGE_KEY = 'apiBaseUrl' -const POSITION_KEY = 'envSwitchPosition' - -const URL_OPTIONS = [ - { label: '生产', url: PRODUCTION_URL }, - { label: '本地', url: 'http://localhost:8080' }, - { label: '测试', url: 'https://souldev.quwanzhi.com' }, -] - -Component({ - data: { - visible: false, - x: 20, - y: 120, - currentLabel: '生产', - areaWidth: 375, - areaHeight: 812, - }, - - lifetimes: { - attached() { - try { - const accountInfo = wx.getAccountInfoSync?.() - const envVersion = accountInfo?.miniProgram?.envVersion || 'release' - if (envVersion === 'release') { - return - } - const sys = wx.getSystemInfoSync?.() || {} - const areaWidth = sys.windowWidth || 375 - const areaHeight = sys.windowHeight || 812 - const saved = wx.getStorageSync(POSITION_KEY) - const pos = saved ? JSON.parse(saved) : { x: 20, y: 120 } - // 与 app.js 一致:storage 优先,否则用 globalData(已按 env 自动切换) - const current = wx.getStorageSync(STORAGE_KEY) || getApp().globalData?.baseUrl || PRODUCTION_URL - const opt = URL_OPTIONS.find(o => o.url === current) || URL_OPTIONS[0] - this.setData({ - visible: true, - x: pos.x ?? 20, - y: pos.y ?? 120, - currentLabel: opt.label, - areaWidth, - areaHeight, - }) - } catch (_) { - this.setData({ visible: false }) - } - }, - }, - - methods: { - onTap() { - const items = URL_OPTIONS.map(o => o.label) - const current = wx.getStorageSync(STORAGE_KEY) || PRODUCTION_URL - const idx = URL_OPTIONS.findIndex(o => o.url === current) - wx.showActionSheet({ - itemList: items, - success: (res) => { - const opt = URL_OPTIONS[res.tapIndex] - wx.setStorageSync(STORAGE_KEY, opt.url) - const app = getApp() - if (app && app.globalData) { - app.globalData.baseUrl = opt.url - } - this.setData({ currentLabel: opt.label }) - wx.showToast({ title: `已切到${opt.label}`, icon: 'none', duration: 1500 }) - }, - }) - }, - - onMovableChange(e) { - const { x, y } = e.detail - if (typeof x === 'number' && typeof y === 'number') { - wx.setStorageSync(POSITION_KEY, JSON.stringify({ x, y })) - } - }, - }, -}) diff --git a/miniprogram/components/env-switch/env-switch.json b/miniprogram/components/env-switch/env-switch.json deleted file mode 100644 index 467ce294..00000000 --- a/miniprogram/components/env-switch/env-switch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "component": true -} diff --git a/miniprogram/components/env-switch/env-switch.wxml b/miniprogram/components/env-switch/env-switch.wxml deleted file mode 100644 index 6b33bbf9..00000000 --- a/miniprogram/components/env-switch/env-switch.wxml +++ /dev/null @@ -1,13 +0,0 @@ - - - {{currentLabel}} - - diff --git a/miniprogram/components/env-switch/env-switch.wxss b/miniprogram/components/env-switch/env-switch.wxss deleted file mode 100644 index 1e970d6f..00000000 --- a/miniprogram/components/env-switch/env-switch.wxss +++ /dev/null @@ -1,30 +0,0 @@ -.env-area { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - pointer-events: none; - z-index: 9999; -} - -.env-btn { - width: 72rpx; - height: 72rpx; - pointer-events: auto; -} - -.env-btn-inner { - width: 100%; - height: 100%; - background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - font-size: 22rpx; - font-weight: 600; - color: #fff; - box-shadow: 0 4rpx 12rpx rgba(34, 197, 94, 0.4); - border: 2rpx solid rgba(255, 255, 255, 0.3); -} diff --git a/miniprogram/pages/avatar-nickname/avatar-nickname.js b/miniprogram/pages/avatar-nickname/avatar-nickname.js index 5293a5b5..e6bb1dc9 100644 --- a/miniprogram/pages/avatar-nickname/avatar-nickname.js +++ b/miniprogram/pages/avatar-nickname/avatar-nickname.js @@ -3,6 +3,7 @@ * 登录后若仍为默认头像/昵称,在此修改;仅头像与昵称两项 */ const app = getApp() +const { trackClick } = require('../../utils/trackClick') Page({ data: { @@ -14,15 +15,21 @@ Page({ nicknameInputFocus: false, /** 规则引擎传入:avatar | nickname,用于高亮对应区块 */ uiFocus: '', + fromNewUser: false, }, onLoad(options) { this.setData({ statusBarHeight: app.globalData.statusBarHeight || 44 }) + const fromNewUser = String(options.from || '').toLowerCase() === 'new_user' const focus = String(options.focus || '').toLowerCase() if (focus === 'avatar' || focus === 'nickname') { this.setData({ uiFocus: focus }) } + this.setData({ fromNewUser }) this.loadFromUser() + if (fromNewUser) { + trackClick('avatar_nickname', 'page_view', '新注册引导页') + } if (focus === 'nickname') { setTimeout(() => { if (typeof wx.requirePrivacyAuthorize === 'function') { @@ -92,6 +99,7 @@ Page({ async onChooseAvatar(e) { const tempAvatarUrl = e.detail?.avatarUrl if (!tempAvatarUrl) return + trackClick('avatar_nickname', 'btn_click', '选择头像') await this.uploadAndSaveAvatar(tempAvatarUrl) }, @@ -132,6 +140,9 @@ Page({ } wx.hideLoading() wx.showToast({ title: '头像已更新', icon: 'success' }) + if (this.data.fromNewUser) { + trackClick('avatar_nickname', 'form_step_done', '头像更新完成') + } } catch (e) { wx.hideLoading() wx.showToast({ title: e.message || '上传失败', icon: 'none' }) @@ -150,6 +161,7 @@ Page({ wx.showToast({ title: '请输入昵称', icon: 'none' }) return } + trackClick('avatar_nickname', 'btn_click', '完成保存') this.setData({ saving: true }) try { await app.request({ @@ -162,6 +174,13 @@ Page({ if (avatar) app.globalData.userInfo.avatar = avatar wx.setStorageSync('userInfo', app.globalData.userInfo) } + if (this.data.fromNewUser) { + wx.setStorageSync('new_user_guide_done_at', Date.now()) + trackClick('avatar_nickname', 'form_submit', '新注册引导完成', { + hasAvatar: !!avatar, + nicknameLen: nickname.length, + }) + } wx.showToast({ title: '保存成功', icon: 'success' }) setTimeout(() => getApp().goBackOrToHome(), 800) } catch (e) { @@ -171,6 +190,7 @@ Page({ }, goToFullProfile() { + trackClick('avatar_nickname', 'nav_click', '编辑完整档案') wx.navigateTo({ url: '/pages/profile-edit/profile-edit' }) }, }) diff --git a/miniprogram/pages/avatar-nickname/avatar-nickname.wxml b/miniprogram/pages/avatar-nickname/avatar-nickname.wxml index 6a920990..6bcd8c62 100644 --- a/miniprogram/pages/avatar-nickname/avatar-nickname.wxml +++ b/miniprogram/pages/avatar-nickname/avatar-nickname.wxml @@ -10,10 +10,12 @@ - 设置对外展示信息 + {{fromNewUser ? '欢迎加入,先完成基础信息' : '设置对外展示信息'}} + 新用户引导 请先换一张清晰头像,伙伴更容易认出你。 请改一个真实好记的昵称,方便伙伴称呼你。 头像与昵称会出现在名片与匹配卡片上,方便伙伴认出你。 + 完成后可继续编辑完整档案(手机号、行业、MBTI 等)。 diff --git a/miniprogram/pages/avatar-nickname/avatar-nickname.wxss b/miniprogram/pages/avatar-nickname/avatar-nickname.wxss index 8b179dce..532378e3 100644 --- a/miniprogram/pages/avatar-nickname/avatar-nickname.wxss +++ b/miniprogram/pages/avatar-nickname/avatar-nickname.wxss @@ -64,11 +64,25 @@ color: #5EEAD4; margin-bottom: 12rpx; } +.guide-badge { + margin-bottom: 10rpx; + padding: 6rpx 16rpx; + font-size: 20rpx; + color: #22d3ee; + border-radius: 999rpx; + border: 1rpx solid rgba(34, 211, 238, 0.4); + background: rgba(34, 211, 238, 0.1); +} .guide-desc { font-size: 26rpx; color: rgba(148, 163, 184, 0.95); line-height: 1.5; } +.guide-desc-sub { + margin-top: 8rpx; + color: rgba(148, 163, 184, 0.85); + font-size: 24rpx; +} .avatar-section { display: flex; diff --git a/miniprogram/pages/chapters/chapters.js b/miniprogram/pages/chapters/chapters.js index 0a4e0fdd..25730185 100644 --- a/miniprogram/pages/chapters/chapters.js +++ b/miniprogram/pages/chapters/chapters.js @@ -54,7 +54,8 @@ Page({ // mp_config.mpUi.chaptersPage chaptersBookTitle: '一场SOUL的创业实验场', - chaptersBookSubtitle: '来自Soul派对房的真实商业故事' + chaptersBookSubtitle: '来自Soul派对房的真实商业故事', + chaptersNewBadgeText: 'NEW' }, onLoad() { @@ -71,13 +72,20 @@ Page({ _applyChaptersMpUi() { const c = app.globalData.configCache?.mpConfig?.mpUi?.chaptersPage || {} + const h = app.globalData.configCache?.mpConfig?.mpUi?.homePage || {} + const newBadgeText = String(c.newBadgeText || c.sectionNewBadgeText || h.latestSectionTitle || 'NEW').trim() || 'NEW' this.setData({ chaptersBookTitle: String(c.bookTitle || '一场SOUL的创业实验场').trim() || '一场SOUL的创业实验场', chaptersBookSubtitle: String(c.bookSubtitle || '来自Soul派对房的真实商业故事').trim() || - '来自Soul派对房的真实商业故事' + '来自Soul派对房的真实商业故事', + chaptersNewBadgeText: newBadgeText }) }, + _normalizeBadgeText(v) { + return String(v || '').trim().slice(0, 8) + }, + async loadFeatureConfig() { try { if (app.globalData.features && typeof app.globalData.features.searchEnabled === 'boolean') { @@ -122,10 +130,14 @@ Page({ let icon = String(p.icon || '').trim() if (icon && !isSafeImageSrc(icon)) icon = '' const iconEmoji = icon ? '' : partEmojiForBodyIndex(idx) + const partBadgeText = this._normalizeBadgeText( + p.badgeText || p.badge_text || p.partBadgeText || p.part_badge_text + ) return { id: p.id, icon, iconEmoji, + iconText: partBadgeText, title: p.title, subtitle: p.subtitle || '', chapterCount: p.chapterCount || 0, @@ -176,6 +188,9 @@ Page({ isFree: r.isFree === true || (r.price !== undefined && r.price === 0), price: r.price ?? 1, isNew: r.isNew === true || r.is_new === true, + newBadgeText: this._normalizeBadgeText( + r.newBadgeText || r.new_badge_text || r.sectionBadgeText || r.section_badge_text || r.badgeText || r.badge_text + ), isPremium }) }) diff --git a/miniprogram/pages/chapters/chapters.wxml b/miniprogram/pages/chapters/chapters.wxml index b3a972fe..17538071 100644 --- a/miniprogram/pages/chapters/chapters.wxml +++ b/miniprogram/pages/chapters/chapters.wxml @@ -73,6 +73,7 @@ + {{item.iconText}} {{item.iconEmoji}} {{item.title[0] || '篇'}} @@ -101,7 +102,7 @@ {{section.id}} {{section.title}} - NEW + {{section.newBadgeText || chaptersNewBadgeText}} 免费 diff --git a/miniprogram/pages/chapters/chapters.wxss b/miniprogram/pages/chapters/chapters.wxss index 82d3596f..3c8ca0fc 100644 --- a/miniprogram/pages/chapters/chapters.wxss +++ b/miniprogram/pages/chapters/chapters.wxss @@ -380,6 +380,13 @@ color: #ffffff; } +.part-icon-text { + font-size: 22rpx; + font-weight: 700; + letter-spacing: 1rpx; + line-height: 1; +} + .part-subtitle { font-size: 20rpx; color: rgba(255, 255, 255, 0.4); diff --git a/miniprogram/pages/member-detail/member-detail.js b/miniprogram/pages/member-detail/member-detail.js index 48a7468a..c0a61e63 100644 --- a/miniprogram/pages/member-detail/member-detail.js +++ b/miniprogram/pages/member-detail/member-detail.js @@ -8,6 +8,7 @@ * 点头像:登录后依次校验本人头像(非默认)、微信号、绑定手机号,再弹「链接「昵称」」;有 ckbLeadToken 走人物获客计划,否则走全局留资 */ const app = getApp() +const soulBridge = require('../../utils/soulBridge.js') const { trackClick } = require('../../utils/trackClick') const { isSafeImageSrc } = require('../../utils/imageUrl.js') const { resolveAvatarWithMbti } = require('../../utils/mbtiAvatar.js') @@ -334,45 +335,13 @@ Page({ /** 无人物 token 时:全局留资,便于运营侧主动加好友并协助链接该会员 */ async _doGlobalMemberLeadSubmit(member) { if (!app.globalData.isLoggedIn || !app.globalData.userInfo) return - const myUserId = app.globalData.userInfo.id - let { phone, wechatId } = await this._resolveLeadPhoneWechat(myUserId) - if (!phone || !/^1[3-9]\d{9}$/.test(phone)) { - wx.showModal({ - title: '补全手机号', - content: '请填写手机号(必填),便于工作人员联系您、协助链接该超级个体。', - confirmText: '去填写', - cancelText: '取消', - success: (res) => { if (res.confirm) wx.navigateTo({ url: '/pages/profile-edit/profile-edit' }) } - }) - return - } - wx.showLoading({ title: '提交中...', mask: true }) - try { - const res = await app.request({ - url: '/api/miniprogram/ckb/lead', - method: 'POST', - data: { - userId: myUserId, - phone: phone || undefined, - wechatId: wechatId || undefined, - name: (app.globalData.userInfo.nickname || '').trim() || undefined, - targetNickname: '', - targetMemberId: member.id || undefined, - targetMemberName: (member.name || '').trim() || undefined, - source: 'member_detail_global', - } - }) - wx.hideLoading() - if (res && res.success) { - wx.setStorageSync('lead_last_submit_ts', Date.now()) - wx.showToast({ title: res.message || '提交成功,请留意工作人员联系', icon: 'success' }) - } else { - wx.showToast({ title: (res && res.message) || '提交失败', icon: 'none' }) - } - } catch (e) { - wx.hideLoading() - wx.showToast({ title: (e && e.message) || '提交失败', icon: 'none' }) - } + await soulBridge.submitCkbLead(app, { + targetMemberId: String(member.id || ''), + targetMemberName: (member.name || '').trim(), + targetNickname: '', + source: 'member_detail_global', + phoneModalContent: '请填写手机号(必填),便于工作人员联系您、协助链接该超级个体。', + }) }, async _resolveLeadPhoneWechat(myUserId) { @@ -390,58 +359,16 @@ Page({ return { phone, wechatId } }, - /** 与 read 页 _doMentionAddFriend 一致:targetUserId = Person.token;可选带超级个体 userId 写入留资 params */ + /** targetUserId = Person.token;可选带超级个体 id/name 写入留资 params(与 read 页 @ 同 soulBridge) */ async _doCkbLeadSubmit(targetUserId, targetNickname, targetMemberId, targetMemberName) { - if (!app.globalData.isLoggedIn || !app.globalData.userInfo) { - wx.showModal({ - title: '提示', - content: '请先登录后再添加好友', - confirmText: '去登录', - cancelText: '取消', - success: (res) => { if (res.confirm) wx.switchTab({ url: '/pages/my/my' }) } - }) - return - } - const myUserId = app.globalData.userInfo.id - let { phone, wechatId } = await this._resolveLeadPhoneWechat(myUserId) - if (!phone || !/^1[3-9]\d{9}$/.test(phone)) { - wx.showModal({ - title: '补全手机号', - content: '请填写手机号(必填),便于对方通过获客计划联系您。', - confirmText: '去填写', - cancelText: '取消', - success: (res) => { if (res.confirm) wx.navigateTo({ url: '/pages/profile-edit/profile-edit' }) } - }) - return - } - wx.showLoading({ title: '提交中...', mask: true }) - try { - const res = await app.request({ - url: '/api/miniprogram/ckb/lead', - method: 'POST', - data: { - userId: myUserId, - phone: phone || undefined, - wechatId: wechatId || undefined, - name: (app.globalData.userInfo.nickname || '').trim() || undefined, - targetUserId, - targetNickname: targetNickname || undefined, - targetMemberId: targetMemberId || undefined, - targetMemberName: targetMemberName || undefined, - source: 'member_detail_avatar' - } - }) - wx.hideLoading() - if (res && res.success) { - wx.setStorageSync('lead_last_submit_ts', Date.now()) - wx.showToast({ title: res.message || '提交成功,对方会尽快联系您', icon: 'success' }) - } else { - wx.showToast({ title: (res && res.message) || '提交失败', icon: 'none' }) - } - } catch (e) { - wx.hideLoading() - wx.showToast({ title: (e && e.message) || '提交失败', icon: 'none' }) - } + await soulBridge.submitCkbLead(app, { + targetUserId, + targetNickname, + targetMemberId: targetMemberId || undefined, + targetMemberName: targetMemberName || undefined, + source: 'member_detail_avatar', + phoneModalContent: '请填写手机号(必填),便于对方通过获客计划联系您。', + }) }, _ensureUnlockedForLink(field) { diff --git a/miniprogram/pages/my/my.js b/miniprogram/pages/my/my.js index c4175f1b..8c7f91b8 100644 --- a/miniprogram/pages/my/my.js +++ b/miniprogram/pages/my/my.js @@ -1054,7 +1054,17 @@ Page({ this.loadWalletBalance() } catch (e) { wx.hideLoading() - wx.showToast({ title: e.message || '提现失败', icon: 'none' }) + const resp = e && e.response + if (resp && (resp.needBind || resp.needBindWechat)) { + wx.showModal({ + title: resp.needBindWechat ? '请先绑定微信号' : '需要绑定微信', + content: resp.needBindWechat ? '请到「设置」中绑定微信号后再提现,便于到账核对。' : '请先在设置中绑定微信账号后再提现', + confirmText: '去绑定', + success: (r) => { if (r.confirm) wx.navigateTo({ url: '/pages/settings/settings' }) } + }) + return + } + wx.showToast({ title: (e && e.message) || '提现失败', icon: 'none' }) } } }) diff --git a/miniprogram/pages/profile-edit/profile-edit.wxss b/miniprogram/pages/profile-edit/profile-edit.wxss index b18209e3..3813a4cf 100644 --- a/miniprogram/pages/profile-edit/profile-edit.wxss +++ b/miniprogram/pages/profile-edit/profile-edit.wxss @@ -140,6 +140,15 @@ .save-btn[disabled] { opacity: 0.6; } .bottom-space { height: 120rpx; } +/* 分享图绘制用 canvas:仅用于离屏生成,不在页面可见 */ +.share-card-canvas { + position: fixed; + left: -9999px; + top: -9999px; + opacity: 0; + pointer-events: none; +} + /* 昵称提示文案 */ .input-tip { margin-top: 8rpx; @@ -234,93 +243,7 @@ color: #9CA3AF; } -/* 昵称隐私弹窗 */ -.privacy-mask { - position: fixed; - left: 0; - top: 0; - right: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.5); - z-index: 9999; - display: flex; - align-items: center; - justify-content: center; -} -.privacy-modal { - width: 560rpx; - padding: 48rpx 40rpx; - background: #1E293B; - border-radius: 24rpx; - text-align: center; -} -.privacy-modal .privacy-title { font-size: 34rpx; font-weight: 600; color: #fff; margin-bottom: 24rpx; } -.privacy-modal .privacy-desc { font-size: 28rpx; color: #94A3B8; line-height: 1.6; margin-bottom: 40rpx; } -.privacy-btn { - width: 100%; - height: 88rpx; - line-height: 88rpx; - background: #5EEAD4; - color: #0F172A; - font-size: 32rpx; - font-weight: 600; - border-radius: 44rpx; - border: none; -} - -/* 隐私授权弹窗 */ -.privacy-mask { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.6); - z-index: 9999; - display: flex; - align-items: center; - justify-content: center; -} -.privacy-modal { - width: 580rpx; - background: #1E293B; - border-radius: 24rpx; - padding: 40rpx 32rpx 32rpx; -} -.privacy-modal-title { - font-size: 34rpx; - font-weight: 600; - color: #F8FAFC; - margin-bottom: 24rpx; - text-align: center; -} -.privacy-modal-desc { - font-size: 28rpx; - color: #94A3B8; - line-height: 1.5; - margin-bottom: 32rpx; -} -.privacy-btn { - width: 100%; - height: 88rpx; - display: flex; - align-items: center; - justify-content: center; - background: #5EEAD4; - color: #0F172A; - font-size: 32rpx; - font-weight: 600; - border-radius: 44rpx; - margin-bottom: 16rpx; -} -.privacy-btn:last-of-type { - margin-bottom: 0; - background: transparent; - color: #94A3B8; - border: 2rpx solid #475569; -} - -/* 昵称隐私授权弹窗(解决 errno:104) */ +/* 昵称隐私授权弹窗(单一定义,避免样式冲突) */ .privacy-mask { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 48rpx; diff --git a/miniprogram/pages/read/read.js b/miniprogram/pages/read/read.js index d33b93d2..ea5933f3 100644 --- a/miniprogram/pages/read/read.js +++ b/miniprogram/pages/read/read.js @@ -19,6 +19,7 @@ const { parseScene } = require('../../utils/scene.js') const contentParser = require('../../utils/contentParser.js') const { trackClick } = require('../../utils/trackClick') const { checkAndExecute } = require('../../utils/ruleEngine') +const soulBridge = require('../../utils/soulBridge.js') const app = getApp() @@ -729,71 +730,14 @@ Page({ }) }, - // 边界:未登录→去登录;无手机/微信号→去资料编辑;重复同一人→本地 key 去重 + // 正文 @:统一走 soulBridge(登录/手机号校验/提交与错误提示一处维护) async _doMentionAddFriend(targetUserId, targetNickname) { - const app = getApp() - if (!app.globalData.isLoggedIn || !app.globalData.userInfo) { - wx.showModal({ - title: '提示', - content: '请先登录后再添加好友', - confirmText: '去登录', - cancelText: '取消', - success: (res) => { - if (res.confirm) wx.switchTab({ url: '/pages/my/my' }) - } - }) - return - } - const myUserId = app.globalData.userInfo.id - let phone = (app.globalData.userInfo.phone || wx.getStorageSync('user_phone') || '').trim().replace(/\s/g, '') - let wechatId = (app.globalData.userInfo.wechatId || app.globalData.userInfo.wechat_id || wx.getStorageSync('user_wechat') || '').trim() - if (!phone || !/^1[3-9]\d{9}$/.test(phone)) { - try { - const profileRes = await app.request({ url: `/api/miniprogram/user/profile?userId=${myUserId}`, silent: true }) - if (profileRes?.success && profileRes.data) { - phone = (profileRes.data.phone || wx.getStorageSync('user_phone') || '').trim().replace(/\s/g, '') - wechatId = (profileRes.data.wechatId || profileRes.data.wechat_id || wx.getStorageSync('user_wechat') || '').trim() - } - } catch (e) {} - } - if (!phone || !/^1[3-9]\d{9}$/.test(phone)) { - wx.showModal({ - title: '补全手机号', - content: '请填写手机号(必填),便于对方联系您。', - confirmText: '去填写', - cancelText: '取消', - success: (res) => { - if (res.confirm) wx.navigateTo({ url: '/pages/profile-edit/profile-edit' }) - } - }) - return - } - wx.showLoading({ title: '提交中...', mask: true }) - try { - const res = await app.request({ - url: '/api/miniprogram/ckb/lead', - method: 'POST', - data: { - userId: myUserId, - phone: phone || undefined, - wechatId: wechatId || undefined, - name: (app.globalData.userInfo.nickname || '').trim() || undefined, - targetUserId, - targetNickname: targetNickname || undefined, - source: 'article_mention' - } - }) - wx.hideLoading() - if (res && res.success) { - wx.setStorageSync('lead_last_submit_ts', Date.now()) - wx.showToast({ title: res.message || '提交成功,对方会尽快联系您', icon: 'success' }) - } else { - wx.showToast({ title: (res && res.message) || '提交失败', icon: 'none' }) - } - } catch (e) { - wx.hideLoading() - wx.showToast({ title: (e && e.message) || '提交失败', icon: 'none' }) - } + await soulBridge.submitCkbLead(getApp(), { + targetUserId, + targetNickname, + source: 'article_mention', + phoneModalContent: '请填写手机号(必填),便于对方联系您。', + }) }, // 分享弹窗 @@ -1245,7 +1189,7 @@ Page({ try { // 0. 尝试余额支付(若余额足够) const userId = app.globalData.userInfo?.id - const referralCode = wx.getStorageSync('referral_code') || '' + const referralCode = soulBridge.getReferralCodeForPay(app) if (userId) { try { const balanceRes = await app.request({ url: `/api/miniprogram/balance?userId=${userId}`, silent: true }) @@ -1315,8 +1259,8 @@ Page({ ? '《一场Soul的创业实验》全书' : `章节${sectionId}-${sectionTitle.length > 20 ? sectionTitle.slice(0, 20) + '...' : sectionTitle}` - // 邀请码:谁邀请了我(从落地页 ref 或 storage 带入),会写入订单 referrer_id / referral_code 便于分销与对账 - const referralCode = wx.getStorageSync('referral_code') || '' + // 邀请码:与 VIP/钱包一致,优先 storage 落地 ref,否则回落本人推荐码便于自购归因 + const referralCode = soulBridge.getReferralCodeForPay(app) const res = await app.request('/api/miniprogram/pay', { method: 'POST', data: { diff --git a/miniprogram/pages/referral/referral.js b/miniprogram/pages/referral/referral.js index 7cbf7de9..5be1c44d 100644 --- a/miniprogram/pages/referral/referral.js +++ b/miniprogram/pages/referral/referral.js @@ -677,7 +677,7 @@ Page({ wx.navigateTo({ url: '/pages/withdraw-records/withdraw-records' }) }, - // 执行提现 + // 执行提现(success:false 时 app.request 会 reject 并挂 e.response,需 catch 里处理 needBindWechat) async doWithdraw(amount) { wx.showLoading({ title: '提现中...' }) @@ -706,24 +706,23 @@ Page({ // 刷新数据(此时待审核金额会增加,可提现金额会减少) this.initData() - } else { - if (res.needBind || res.needBindWechat) { - wx.showModal({ - title: res.needBindWechat ? '请先绑定微信号' : '需要绑定微信', - content: res.needBindWechat ? '请到「设置」中绑定微信号后再提现,便于到账核对。' : '请先在设置中绑定微信账号后再提现', - confirmText: '去绑定', - success: (modalRes) => { - if (modalRes.confirm) wx.navigateTo({ url: '/pages/settings/settings' }) - } - }) - } else { - wx.showToast({ title: res.message || res.error || '提现失败', icon: 'none', duration: 3000 }) - } } } catch (e) { wx.hideLoading() console.error('[Referral] 提现失败:', e) - wx.showToast({ title: '提现失败,请重试', icon: 'none' }) + const resp = e && e.response + if (resp && (resp.needBind || resp.needBindWechat)) { + wx.showModal({ + title: resp.needBindWechat ? '请先绑定微信号' : '需要绑定微信', + content: resp.needBindWechat ? '请到「设置」中绑定微信号后再提现,便于到账核对。' : '请先在设置中绑定微信账号后再提现', + confirmText: '去绑定', + success: (modalRes) => { + if (modalRes.confirm) wx.navigateTo({ url: '/pages/settings/settings' }) + } + }) + return + } + wx.showToast({ title: (e && e.message) || '提现失败,请重试', icon: 'none' }) } }, diff --git a/miniprogram/utils/contentParser.js b/miniprogram/utils/contentParser.js index 1544d223..fa52b740 100644 --- a/miniprogram/utils/contentParser.js +++ b/miniprogram/utils/contentParser.js @@ -54,8 +54,14 @@ function stripTrailingAtForMention(before) { * 将一个 HTML block 字符串解析为 segments 数组 * 处理三种内联元素:mention / linkTag(span) / linkTag(a) / img */ -function parseBlockToSegments(block) { +function parseBlockToSegments(block, config) { const segs = [] + const normalize = s => (s || '').trim().toLowerCase() + const personTokenSet = new Set() + for (const p of ((config && config.persons) || [])) { + const token = normalize((p && p.token) || '') + if (token) personTokenSet.add(token) + } // 合并匹配所有内联元素 const tokenRe = /]*data-type="mention"[^>]*>[\s\S]*?<\/span>|]*data-type="linkTag"[^>]*>[\s\S]*?<\/span>|]*href="([^"]*)"[^>]*>(#[^<]*)<\/a>|]*\/?>/gi let lastEnd = 0 @@ -78,8 +84,12 @@ function parseBlockToSegments(block) { const userId = idMatch ? idMatch[1].trim() : '' let nickname = labelMatch ? labelMatch[1] : innerText.replace(/^[@@]\s*/, '') nickname = cleanMentionNickname((nickname || '').trim()) - if (userId || nickname) { + const userExists = !!normalize(userId) && personTokenSet.has(normalize(userId)) + if (userExists && nickname) { segs.push({ type: 'mention', userId, nickname, mentionDisplay: '@' + nickname }) + } else if (nickname) { + // 被 @ 人物不存在时降级为普通文本,保持“静态 @某人”展示 + segs.push({ type: 'text', text: '@' + nickname }) } } else if (/data-type="linkTag"/i.test(tag)) { @@ -155,7 +165,7 @@ function parseHtmlToSegments(html, config) { for (const block of blocks) { if (!block.trim()) continue - let blockSegs = parseBlockToSegments(block) + let blockSegs = parseBlockToSegments(block, config) if (!blockSegs.length) continue // 纯图片行独立成段 diff --git a/miniprogram/utils/soulBridge.js b/miniprogram/utils/soulBridge.js index eb6fcb6d..4022b35d 100644 --- a/miniprogram/utils/soulBridge.js +++ b/miniprogram/utils/soulBridge.js @@ -59,16 +59,20 @@ function syncOrderStatusQuery(app, orderSn) { /** * 提交存客宝 lead(与阅读页 @、会员详情点头像同接口) * @param {object} app getApp() - * @param {{ targetUserId: string, targetNickname?: string, source: string, phoneModalContent?: string }} opts + * @param {{ targetUserId?: string, targetNickname?: string, targetMemberId?: string, targetMemberName?: string, source: string, phoneModalContent?: string }} opts * @returns {Promise} 是否提交成功 */ async function submitCkbLead(app, opts) { - const targetUserId = (opts && opts.targetUserId) || '' - const targetNickname = ((opts && opts.targetNickname) || 'TA').trim() || 'TA' + const targetUserId = ((opts && opts.targetUserId) || '').trim() + const targetMemberId = ((opts && opts.targetMemberId) || '').trim() + let targetNickname = (opts && opts.targetNickname != null) ? String(opts.targetNickname).trim() : '' + if (targetUserId && !targetNickname) targetNickname = 'TA' + const targetMemberName = ((opts && opts.targetMemberName) || '').trim() const source = (opts && opts.source) || 'article_mention' const phoneModalContent = (opts && opts.phoneModalContent) || '请先填写手机号(必填),以便对方联系您' - if (!targetUserId) return false + // 文章 @ 为 token;会员详情无 token 时用 targetMemberId 走全局获客计划(与后端 CKBLead 一致) + if (!targetUserId && !targetMemberId) return false if (!app.globalData.isLoggedIn || !app.globalData.userInfo) { return await new Promise((resolve) => { @@ -124,8 +128,10 @@ async function submitCkbLead(app, opts) { phone: phone || undefined, wechatId: wechatId || undefined, name: (app.globalData.userInfo.nickname || '').trim() || undefined, - targetUserId, - targetNickname: targetNickname || undefined, + targetUserId: targetUserId || undefined, + targetNickname: targetNickname !== '' ? targetNickname : undefined, + targetMemberId: targetMemberId || undefined, + targetMemberName: targetMemberName || undefined, source } }) @@ -141,7 +147,9 @@ async function submitCkbLead(app, opts) { return false } catch (e) { wx.hideLoading() - wx.showToast({ title: (e && e.message) || '提交失败', icon: 'none' }) + const resp = e && e.response + const hint = (resp && (resp.message || resp.error)) || (e && e.message) || '提交失败' + wx.showToast({ title: String(hint), icon: 'none' }) return false } } diff --git a/scripts/test/__pycache__/config.cpython-311.pyc b/scripts/test/__pycache__/config.cpython-311.pyc index 22809a30be4d3c851ed2a0a58ef892d8e1085750..607e15000b9c110b4e9d310730c57bf3a44ddebd 100644 GIT binary patch delta 22 ccmcbue_Nk-IWI340}yP#y*smgBkwtJ09BU<%>V!Z delta 22 ccmcbue_Nk-IWI340}vP&Y|j+f$a_v4081rasU7T diff --git a/scripts/test/__pycache__/util.cpython-311.pyc b/scripts/test/__pycache__/util.cpython-311.pyc index 92bbb5b3c30fc698528ed351e5532622f3183a7e..c4a0502741865416adfa3d9cea690e031182b09d 100644 GIT binary patch delta 22 ccmcb?a)X6;IWI340}yP#y*o2JP#%!LXY`6kZ-0BwE:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*0)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*0)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-reverse>:not(:last-child)){--tw-space-y-reverse:1}.gap-x-8{column-gap:calc(var(--spacing)*8)}:where(.space-x-reverse>:not(:last-child)){--tw-space-x-reverse:1}.gap-y-4{row-gap:calc(var(--spacing)*4)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-y-reverse>:not(:last-child)){--tw-divide-y-reverse:1}:where(.divide-gray-700\/50>:not(:last-child)){border-color:#36415380}@supports (color:color-mix(in lab,red,red)){:where(.divide-gray-700\/50>:not(:last-child)){border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}:where(.divide-white\/5>:not(:last-child)){border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){:where(.divide-white\/5>:not(:last-child)){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-md{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.rounded-tr{border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#0f2137\]{border-color:#0f2137}.border-\[\#07C160\]{border-color:#07c160}.border-\[\#07C160\]\/20{border-color:#07c16033}.border-\[\#07C160\]\/30{border-color:#07c1604d}.border-\[\#38bdac\]{border-color:#38bdac}.border-\[\#38bdac\]\/20{border-color:#38bdac33}.border-\[\#38bdac\]\/25{border-color:#38bdac40}.border-\[\#38bdac\]\/30{border-color:#38bdac4d}.border-\[\#38bdac\]\/35{border-color:#38bdac59}.border-\[\#38bdac\]\/40{border-color:#38bdac66}.border-\[\#38bdac\]\/50{border-color:#38bdac80}.border-amber-400\/60{border-color:#fcbb0099}@supports (color:color-mix(in lab,red,red)){.border-amber-400\/60{border-color:color-mix(in oklab,var(--color-amber-400)60%,transparent)}}.border-amber-500\/20{border-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/20{border-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.border-amber-500\/25{border-color:#f99c0040}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/25{border-color:color-mix(in oklab,var(--color-amber-500)25%,transparent)}}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/30{border-color:color-mix(in oklab,var(--color-amber-500)30%,transparent)}}.border-amber-500\/40{border-color:#f99c0066}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/40{border-color:color-mix(in oklab,var(--color-amber-500)40%,transparent)}}.border-amber-500\/50{border-color:#f99c0080}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/50{border-color:color-mix(in oklab,var(--color-amber-500)50%,transparent)}}.border-amber-600\/60{border-color:#dd740099}@supports (color:color-mix(in lab,red,red)){.border-amber-600\/60{border-color:color-mix(in oklab,var(--color-amber-600)60%,transparent)}}.border-blue-500\/30{border-color:#3080ff4d}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/30{border-color:color-mix(in oklab,var(--color-blue-500)30%,transparent)}}.border-blue-500\/40{border-color:#3080ff66}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/40{border-color:color-mix(in oklab,var(--color-blue-500)40%,transparent)}}.border-blue-500\/50{border-color:#3080ff80}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/50{border-color:color-mix(in oklab,var(--color-blue-500)50%,transparent)}}.border-cyan-500\/20{border-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/20{border-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.border-cyan-500\/30{border-color:#00b7d74d}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/30{border-color:color-mix(in oklab,var(--color-cyan-500)30%,transparent)}}.border-cyan-500\/40{border-color:#00b7d766}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/40{border-color:color-mix(in oklab,var(--color-cyan-500)40%,transparent)}}.border-cyan-600\/60{border-color:#0092b599}@supports (color:color-mix(in lab,red,red)){.border-cyan-600\/60{border-color:color-mix(in oklab,var(--color-cyan-600)60%,transparent)}}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-600{border-color:var(--color-gray-600)}.border-gray-700{border-color:var(--color-gray-700)}.border-gray-700\/30{border-color:#3641534d}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/30{border-color:color-mix(in oklab,var(--color-gray-700)30%,transparent)}}.border-gray-700\/40{border-color:#36415366}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/40{border-color:color-mix(in oklab,var(--color-gray-700)40%,transparent)}}.border-gray-700\/50{border-color:#36415380}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/50{border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.border-gray-700\/60{border-color:#36415399}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/60{border-color:color-mix(in oklab,var(--color-gray-700)60%,transparent)}}.border-green-500\/30{border-color:#00c7584d}@supports (color:color-mix(in lab,red,red)){.border-green-500\/30{border-color:color-mix(in oklab,var(--color-green-500)30%,transparent)}}.border-green-500\/40{border-color:#00c75866}@supports (color:color-mix(in lab,red,red)){.border-green-500\/40{border-color:color-mix(in oklab,var(--color-green-500)40%,transparent)}}.border-inherit{border-color:inherit}.border-orange-500\/20{border-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/20{border-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.border-orange-500\/30{border-color:#fe6e004d}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/30{border-color:color-mix(in oklab,var(--color-orange-500)30%,transparent)}}.border-orange-500\/40{border-color:#fe6e0066}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/40{border-color:color-mix(in oklab,var(--color-orange-500)40%,transparent)}}.border-orange-500\/50{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/50{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.border-purple-500\/20{border-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/20{border-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.border-purple-500\/30{border-color:#ac4bff4d}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/30{border-color:color-mix(in oklab,var(--color-purple-500)30%,transparent)}}.border-purple-500\/40{border-color:#ac4bff66}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/40{border-color:color-mix(in oklab,var(--color-purple-500)40%,transparent)}}.border-purple-500\/50{border-color:#ac4bff80}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/50{border-color:color-mix(in oklab,var(--color-purple-500)50%,transparent)}}.border-red-500{border-color:var(--color-red-500)}.border-red-500\/20{border-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.border-red-500\/20{border-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.border-red-500\/30{border-color:#fb2c364d}@supports (color:color-mix(in lab,red,red)){.border-red-500\/30{border-color:color-mix(in oklab,var(--color-red-500)30%,transparent)}}.border-red-500\/50{border-color:#fb2c3680}@supports (color:color-mix(in lab,red,red)){.border-red-500\/50{border-color:color-mix(in oklab,var(--color-red-500)50%,transparent)}}.border-red-600\/40{border-color:#e4001466}@supports (color:color-mix(in lab,red,red)){.border-red-600\/40{border-color:color-mix(in oklab,var(--color-red-600)40%,transparent)}}.border-red-600\/50{border-color:#e4001480}@supports (color:color-mix(in lab,red,red)){.border-red-600\/50{border-color:color-mix(in oklab,var(--color-red-600)50%,transparent)}}.border-red-600\/60{border-color:#e4001499}@supports (color:color-mix(in lab,red,red)){.border-red-600\/60{border-color:color-mix(in oklab,var(--color-red-600)60%,transparent)}}.border-red-600\/70{border-color:#e40014b3}@supports (color:color-mix(in lab,red,red)){.border-red-600\/70{border-color:color-mix(in oklab,var(--color-red-600)70%,transparent)}}.border-red-900\/60{border-color:#82181a99}@supports (color:color-mix(in lab,red,red)){.border-red-900\/60{border-color:color-mix(in oklab,var(--color-red-900)60%,transparent)}}.border-transparent{border-color:#0000}.border-white\/5{border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.border-white\/5{border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.border-yellow-500\/30{border-color:#edb2004d}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/30{border-color:color-mix(in oklab,var(--color-yellow-500)30%,transparent)}}.border-yellow-500\/35{border-color:#edb20059}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/35{border-color:color-mix(in oklab,var(--color-yellow-500)35%,transparent)}}.border-yellow-500\/40{border-color:#edb20066}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/40{border-color:color-mix(in oklab,var(--color-yellow-500)40%,transparent)}}.bg-\[\#0a1628\]{background-color:#0a1628}.bg-\[\#0a1628\]\/30{background-color:#0a16284d}.bg-\[\#0a1628\]\/40{background-color:#0a162866}.bg-\[\#0a1628\]\/50{background-color:#0a162880}.bg-\[\#0a1628\]\/60{background-color:#0a162899}.bg-\[\#0b1828\]{background-color:#0b1828}.bg-\[\#0f2137\]{background-color:#0f2137}.bg-\[\#0f2137\]\/80{background-color:#0f2137cc}.bg-\[\#0f2137\]\/90{background-color:#0f2137e6}.bg-\[\#00CED1\]{background-color:#00ced1}.bg-\[\#1C1C1E\]{background-color:#1c1c1e}.bg-\[\#3a1010\]\/35{background-color:#3a101059}.bg-\[\#07C160\]{background-color:#07c160}.bg-\[\#07C160\]\/5{background-color:#07c1600d}.bg-\[\#07C160\]\/10{background-color:#07c1601a}.bg-\[\#38bdac\]{background-color:#38bdac}.bg-\[\#38bdac\]\/5{background-color:#38bdac0d}.bg-\[\#38bdac\]\/10{background-color:#38bdac1a}.bg-\[\#38bdac\]\/15{background-color:#38bdac26}.bg-\[\#38bdac\]\/20{background-color:#38bdac33}.bg-\[\#38bdac\]\/30{background-color:#38bdac4d}.bg-\[\#38bdac\]\/60{background-color:#38bdac99}.bg-\[\#38bdac\]\/80{background-color:#38bdaccc}.bg-\[\#050c18\]{background-color:#050c18}.bg-\[\#081322\]{background-color:#081322}.bg-\[\#162840\]{background-color:#162840}.bg-\[\#162840\]\/80{background-color:#162840cc}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/5{background-color:#f99c000d}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/5{background-color:color-mix(in oklab,var(--color-amber-500)5%,transparent)}}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black)60%,transparent)}}.bg-black\/90{background-color:#000000e6}@supports (color:color-mix(in lab,red,red)){.bg-black\/90{background-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/5{background-color:#3080ff0d}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/5{background-color:color-mix(in oklab,var(--color-blue-500)5%,transparent)}}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500)10%,transparent)}}.bg-blue-500\/20{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-cyan-500\/15{background-color:#00b7d726}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/15{background-color:color-mix(in oklab,var(--color-cyan-500)15%,transparent)}}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.bg-emerald-500\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-emerald-600{background-color:var(--color-emerald-600)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-500\/10{background-color:#6a72821a}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/10{background-color:color-mix(in oklab,var(--color-gray-500)10%,transparent)}}.bg-gray-500\/20{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/20{background-color:color-mix(in oklab,var(--color-gray-500)20%,transparent)}}.bg-gray-600{background-color:var(--color-gray-600)}.bg-gray-600\/20{background-color:#4a556533}@supports (color:color-mix(in lab,red,red)){.bg-gray-600\/20{background-color:color-mix(in oklab,var(--color-gray-600)20%,transparent)}}.bg-gray-600\/50{background-color:#4a556580}@supports (color:color-mix(in lab,red,red)){.bg-gray-600\/50{background-color:color-mix(in oklab,var(--color-gray-600)50%,transparent)}}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-700\/50{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.bg-gray-700\/50{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.bg-green-400\/10{background-color:#05df721a}@supports (color:color-mix(in lab,red,red)){.bg-green-400\/10{background-color:color-mix(in oklab,var(--color-green-400)10%,transparent)}}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/20{background-color:#00c75833}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/20{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.bg-green-600{background-color:var(--color-green-600)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-500\/10{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/10{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.bg-orange-500\/20{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/20{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.bg-purple-500\/10{background-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/10{background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.bg-purple-500\/15{background-color:#ac4bff26}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/15{background-color:color-mix(in oklab,var(--color-purple-500)15%,transparent)}}.bg-purple-500\/20{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/20{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.bg-red-500\/15{background-color:#fb2c3626}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/15{background-color:color-mix(in oklab,var(--color-red-500)15%,transparent)}}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-red-600{background-color:var(--color-red-600)}.bg-red-900\/80{background-color:#82181acc}@supports (color:color-mix(in lab,red,red)){.bg-red-900\/80{background-color:color-mix(in oklab,var(--color-red-900)80%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-500\/20{background-color:#edb20033}@supports (color:color-mix(in lab,red,red)){.bg-yellow-500\/20{background-color:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.bg-linear-to-br{--tw-gradient-position:to bottom right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-br{--tw-gradient-position:to bottom right in oklab}}.bg-linear-to-br{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#0f2137\]{--tw-gradient-from:#0f2137;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#00CED1\]{--tw-gradient-from:#00ced1;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#38bdac\]\/10{--tw-gradient-from:oklab(72.378% -.11483 -.0053193/.1);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-500\/20{--tw-gradient-from:#3080ff33}@supports (color:color-mix(in lab,red,red)){.from-blue-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.from-blue-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-cyan-500\/20{--tw-gradient-from:#00b7d733}@supports (color:color-mix(in lab,red,red)){.from-cyan-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.from-cyan-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-green-500\/20{--tw-gradient-from:#00c75833}@supports (color:color-mix(in lab,red,red)){.from-green-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.from-green-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500\/20{--tw-gradient-from:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.from-purple-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.from-purple-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-yellow-500\/20{--tw-gradient-from:#edb20033}@supports (color:color-mix(in lab,red,red)){.from-yellow-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.from-yellow-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[\#38bdac\]\/30{--tw-gradient-via:oklab(72.378% -.11483 -.0053193/.3);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-\[\#0f2137\]{--tw-gradient-to:#0f2137;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#20B2AA\]{--tw-gradient-to:#20b2aa;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#162d4a\]{--tw-gradient-to:#162d4a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-amber-500\/20{--tw-gradient-to:#f99c0033}@supports (color:color-mix(in lab,red,red)){.to-amber-500\/20{--tw-gradient-to:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.to-amber-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-cyan-500\/5{--tw-gradient-to:#00b7d70d}@supports (color:color-mix(in lab,red,red)){.to-cyan-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-cyan-500)5%,transparent)}}.to-cyan-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-green-500\/5{--tw-gradient-to:#00c7580d}@supports (color:color-mix(in lab,red,red)){.to-green-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-green-500)5%,transparent)}}.to-green-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-500\/5{--tw-gradient-to:#ac4bff0d}@supports (color:color-mix(in lab,red,red)){.to-purple-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-purple-500)5%,transparent)}}.to-purple-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-yellow-500\/5{--tw-gradient-to:#edb2000d}@supports (color:color-mix(in lab,red,red)){.to-yellow-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-yellow-500)5%,transparent)}}.to-yellow-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-repeat{background-repeat:repeat}.mask-no-clip{-webkit-mask-clip:no-clip;mask-clip:no-clip}.mask-repeat{-webkit-mask-repeat:repeat;mask-repeat:repeat}.fill-amber-400{fill:var(--color-amber-400)}.fill-current{fill:currentColor}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-0\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-14{padding-block:calc(var(--spacing)*14)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-0\.5{padding-right:calc(var(--spacing)*.5)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pb-0\.5{padding-bottom:calc(var(--spacing)*.5)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-9{padding-left:calc(var(--spacing)*9)}.pl-10{padding-left:calc(var(--spacing)*10)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.text-clip{text-overflow:clip}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#00CED1\]{color:#00ced1}.text-\[\#07C160\]{color:#07c160}.text-\[\#07C160\]\/60{color:#07c16099}.text-\[\#07C160\]\/70{color:#07c160b3}.text-\[\#07C160\]\/80{color:#07c160cc}.text-\[\#26A17B\]{color:#26a17b}.text-\[\#38bdac\]{color:#38bdac}.text-\[\#38bdac\]\/20{color:#38bdac33}.text-\[\#38bdac\]\/30{color:#38bdac4d}.text-\[\#38bdac\]\/40{color:#38bdac66}.text-\[\#38bdac\]\/90{color:#38bdace6}.text-\[\#169BD7\]{color:#169bd7}.text-\[\#1677FF\]{color:#1677ff}.text-\[\#FFD700\]{color:gold}.text-amber-200{color:var(--color-amber-200)}.text-amber-200\/80{color:#fee685cc}@supports (color:color-mix(in lab,red,red)){.text-amber-200\/80{color:color-mix(in oklab,var(--color-amber-200)80%,transparent)}}.text-amber-200\/90{color:#fee685e6}@supports (color:color-mix(in lab,red,red)){.text-amber-200\/90{color:color-mix(in oklab,var(--color-amber-200)90%,transparent)}}.text-amber-300{color:var(--color-amber-300)}.text-amber-300\/80{color:#ffd236cc}@supports (color:color-mix(in lab,red,red)){.text-amber-300\/80{color:color-mix(in oklab,var(--color-amber-300)80%,transparent)}}.text-amber-400{color:var(--color-amber-400)}.text-amber-400\/30{color:#fcbb004d}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/30{color:color-mix(in oklab,var(--color-amber-400)30%,transparent)}}.text-amber-400\/80{color:#fcbb00cc}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/80{color:color-mix(in oklab,var(--color-amber-400)80%,transparent)}}.text-amber-400\/90{color:#fcbb00e6}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/90{color:color-mix(in oklab,var(--color-amber-400)90%,transparent)}}.text-amber-500\/80{color:#f99c00cc}@supports (color:color-mix(in lab,red,red)){.text-amber-500\/80{color:color-mix(in oklab,var(--color-amber-500)80%,transparent)}}.text-black{color:var(--color-black)}.text-blue-300{color:var(--color-blue-300)}.text-blue-300\/60{color:#90c5ff99}@supports (color:color-mix(in lab,red,red)){.text-blue-300\/60{color:color-mix(in oklab,var(--color-blue-300)60%,transparent)}}.text-blue-300\/80{color:#90c5ffcc}@supports (color:color-mix(in lab,red,red)){.text-blue-300\/80{color:color-mix(in oklab,var(--color-blue-300)80%,transparent)}}.text-blue-400{color:var(--color-blue-400)}.text-blue-400\/60{color:#54a2ff99}@supports (color:color-mix(in lab,red,red)){.text-blue-400\/60{color:color-mix(in oklab,var(--color-blue-400)60%,transparent)}}.text-cyan-200{color:var(--color-cyan-200)}.text-cyan-300{color:var(--color-cyan-300)}.text-cyan-300\/90{color:#53eafde6}@supports (color:color-mix(in lab,red,red)){.text-cyan-300\/90{color:color-mix(in oklab,var(--color-cyan-300)90%,transparent)}}.text-cyan-400{color:var(--color-cyan-400)}.text-emerald-300{color:var(--color-emerald-300)}.text-emerald-400{color:var(--color-emerald-400)}.text-emerald-400\/90{color:#00d294e6}@supports (color:color-mix(in lab,red,red)){.text-emerald-400\/90{color:color-mix(in oklab,var(--color-emerald-400)90%,transparent)}}.text-gray-200{color:var(--color-gray-200)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-green-300{color:var(--color-green-300)}.text-green-400{color:var(--color-green-400)}.text-green-400\/90{color:#05df72e6}@supports (color:color-mix(in lab,red,red)){.text-green-400\/90{color:color-mix(in oklab,var(--color-green-400)90%,transparent)}}.text-green-500{color:var(--color-green-500)}.text-orange-300{color:var(--color-orange-300)}.text-orange-300\/60{color:#ffb96d99}@supports (color:color-mix(in lab,red,red)){.text-orange-300\/60{color:color-mix(in oklab,var(--color-orange-300)60%,transparent)}}.text-orange-400{color:var(--color-orange-400)}.text-orange-400\/25{color:#ff8b1a40}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/25{color:color-mix(in oklab,var(--color-orange-400)25%,transparent)}}.text-orange-400\/60{color:#ff8b1a99}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/60{color:color-mix(in oklab,var(--color-orange-400)60%,transparent)}}.text-orange-400\/70{color:#ff8b1ab3}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/70{color:color-mix(in oklab,var(--color-orange-400)70%,transparent)}}.text-orange-400\/80{color:#ff8b1acc}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/80{color:color-mix(in oklab,var(--color-orange-400)80%,transparent)}}.text-purple-300{color:var(--color-purple-300)}.text-purple-300\/90{color:#d9b3ffe6}@supports (color:color-mix(in lab,red,red)){.text-purple-300\/90{color:color-mix(in oklab,var(--color-purple-300)90%,transparent)}}.text-purple-400{color:var(--color-purple-400)}.text-red-100{color:var(--color-red-100)}.text-red-200{color:var(--color-red-200)}.text-red-300{color:var(--color-red-300)}.text-red-300\/70{color:#ffa3a3b3}@supports (color:color-mix(in lab,red,red)){.text-red-300\/70{color:color-mix(in oklab,var(--color-red-300)70%,transparent)}}.text-red-400{color:var(--color-red-400)}.text-rose-400{color:var(--color-rose-400)}.text-sky-300{color:var(--color-sky-300)}.text-white{color:var(--color-white)}.text-white\/40{color:#fff6}@supports (color:color-mix(in lab,red,red)){.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}}.text-white\/60{color:#fff9}@supports (color:color-mix(in lab,red,red)){.text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.text-yellow-300{color:var(--color-yellow-300)}.text-yellow-400{color:var(--color-yellow-400)}.text-yellow-400\/60{color:#fac80099}@supports (color:color-mix(in lab,red,red)){.text-yellow-400\/60{color:color-mix(in oklab,var(--color-yellow-400)60%,transparent)}}.text-yellow-500\/70{color:#edb200b3}@supports (color:color-mix(in lab,red,red)){.text-yellow-500\/70{color:color-mix(in oklab,var(--color-yellow-500)70%,transparent)}}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.italic\!{font-style:italic!important}.not-italic{font-style:normal}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero:slashed-zero;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction:stacked-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.normal-nums{font-variant-numeric:normal}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.underline\!{text-decoration-line:underline!important}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.accent-\[\#38bdac\]{accent-color:#38bdac}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.inset-ring{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[\#38bdac\]\/20{--tw-shadow-color:#38bdac33}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#38bdac\]\/20{--tw-shadow-color:color-mix(in oklab,oklab(72.378% -.11483 -.0053193/.2) var(--tw-shadow-alpha),transparent)}}.shadow-\[\#38bdac\]\/30{--tw-shadow-color:#38bdac4d}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#38bdac\]\/30{--tw-shadow-color:color-mix(in oklab,oklab(72.378% -.11483 -.0053193/.3) var(--tw-shadow-alpha),transparent)}}.ring-\[\#38bdac\]{--tw-ring-color:#38bdac}.ring-\[\#38bdac\]\/40{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.4)}.ring-\[\#38bdac\]\/50{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.5)}.ring-transparent{--tw-ring-color:transparent}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ring-offset-\[\#0a1628\]{--tw-ring-offset-color:#0a1628}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a))drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter\!{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-invert{--tw-backdrop-invert:invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-sepia{--tw-backdrop-sepia:sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition\!{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.transition-\[grid-template-rows\]{transition-property:grid-template-rows;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}:where(.divide-x-reverse>:not(:last-child)){--tw-divide-x-reverse:1}.ring-inset{--tw-ring-inset:inset}.group-open\:text-\[\#38bdac\]:is(:where(.group):is([open],:popover-open,:open) *){color:#38bdac}@media(hover:hover){.group-hover\:text-\[\#38bdac\]:is(:where(.group):hover *){color:#38bdac}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.placeholder\:text-gray-500::placeholder{color:var(--color-gray-500)}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\:border-\[\#38bdac\]\/30:hover{border-color:#38bdac4d}.hover\:border-\[\#38bdac\]\/35:hover{border-color:#38bdac59}.hover\:border-\[\#38bdac\]\/50:hover{border-color:#38bdac80}.hover\:border-\[\#38bdac\]\/60:hover{border-color:#38bdac99}.hover\:border-\[\#38bdac\]\/70:hover{border-color:#38bdacb3}.hover\:border-blue-500\/60:hover{border-color:#3080ff99}@supports (color:color-mix(in lab,red,red)){.hover\:border-blue-500\/60:hover{border-color:color-mix(in oklab,var(--color-blue-500)60%,transparent)}}.hover\:border-gray-500:hover{border-color:var(--color-gray-500)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-orange-500\/50:hover{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.hover\:border-orange-500\/50:hover{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.hover\:border-yellow-500\/60:hover{border-color:#edb20099}@supports (color:color-mix(in lab,red,red)){.hover\:border-yellow-500\/60:hover{border-color:color-mix(in oklab,var(--color-yellow-500)60%,transparent)}}.hover\:bg-\[\#0a1628\]:hover{background-color:#0a1628}.hover\:bg-\[\#0a1628\]\/80:hover{background-color:#0a1628cc}.hover\:bg-\[\#1a3050\]:hover{background-color:#1a3050}.hover\:bg-\[\#2da396\]:hover{background-color:#2da396}.hover\:bg-\[\#06AD51\]:hover{background-color:#06ad51}.hover\:bg-\[\#07C160\]\/10:hover{background-color:#07c1601a}.hover\:bg-\[\#20B2AA\]:hover{background-color:#20b2aa}.hover\:bg-\[\#38bdac\]\/10:hover{background-color:#38bdac1a}.hover\:bg-\[\#38bdac\]\/20:hover{background-color:#38bdac33}.hover\:bg-\[\#162840\]:hover{background-color:#162840}.hover\:bg-\[\#162840\]\/30:hover{background-color:#1628404d}.hover\:bg-\[\#162840\]\/50:hover{background-color:#16284080}.hover\:bg-amber-500\/10:hover{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-500\/10:hover{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}}.hover\:bg-amber-500\/20:hover{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-500\/20:hover{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.hover\:bg-amber-600:hover{background-color:var(--color-amber-600)}.hover\:bg-blue-400\/10:hover{background-color:#54a2ff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-400\/10:hover{background-color:color-mix(in oklab,var(--color-blue-400)10%,transparent)}}.hover\:bg-blue-500\/20:hover{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-500\/20:hover{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-cyan-500\/10:hover{background-color:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-cyan-500\/10:hover{background-color:color-mix(in oklab,var(--color-cyan-500)10%,transparent)}}.hover\:bg-emerald-500:hover{background-color:var(--color-emerald-500)}.hover\:bg-emerald-500\/20:hover{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-emerald-500\/20:hover{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.hover\:bg-gray-500:hover{background-color:var(--color-gray-500)}.hover\:bg-gray-500\/20:hover{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-500\/20:hover{background-color:color-mix(in oklab,var(--color-gray-500)20%,transparent)}}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-gray-700\/40:hover{background-color:#36415366}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-700\/40:hover{background-color:color-mix(in oklab,var(--color-gray-700)40%,transparent)}}.hover\:bg-gray-700\/50:hover{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-700\/50:hover{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-green-500\/20:hover{background-color:#00c75833}@supports (color:color-mix(in lab,red,red)){.hover\:bg-green-500\/20:hover{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.hover\:bg-green-700:hover{background-color:var(--color-green-700)}.hover\:bg-orange-500\/10:hover{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-orange-500\/10:hover{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.hover\:bg-orange-500\/20:hover{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-orange-500\/20:hover{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.hover\:bg-orange-600:hover{background-color:var(--color-orange-600)}.hover\:bg-purple-500\/10:hover{background-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/10:hover{background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.hover\:bg-purple-500\/20:hover{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/20:hover{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.hover\:bg-purple-500\/30:hover{background-color:#ac4bff4d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/30:hover{background-color:color-mix(in oklab,var(--color-purple-500)30%,transparent)}}.hover\:bg-red-500\/10:hover{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/10:hover{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.hover\:bg-red-500\/20:hover{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/20:hover{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-red-800\/50:hover{background-color:#9f071280}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-800\/50:hover{background-color:color-mix(in oklab,var(--color-red-800)50%,transparent)}}.hover\:bg-white\/5:hover{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/5:hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.hover\:bg-white\/10:hover{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.hover\:bg-white\/20:hover{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.hover\:bg-yellow-500\/20:hover{background-color:#edb20033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-500\/20:hover{background-color:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.hover\:bg-yellow-500\/30:hover{background-color:#edb2004d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-500\/30:hover{background-color:color-mix(in oklab,var(--color-yellow-500)30%,transparent)}}.hover\:text-\[\#2da396\]:hover{color:#2da396}.hover\:text-\[\#5ee0d1\]:hover{color:#5ee0d1}.hover\:text-\[\#5fe0cd\]:hover{color:#5fe0cd}.hover\:text-\[\#38bdac\]:hover{color:#38bdac}.hover\:text-amber-200:hover{color:var(--color-amber-200)}.hover\:text-amber-300:hover{color:var(--color-amber-300)}.hover\:text-amber-400:hover{color:var(--color-amber-400)}.hover\:text-blue-300:hover{color:var(--color-blue-300)}.hover\:text-blue-400:hover{color:var(--color-blue-400)}.hover\:text-gray-300:hover{color:var(--color-gray-300)}.hover\:text-gray-400:hover{color:var(--color-gray-400)}.hover\:text-green-300:hover{color:var(--color-green-300)}.hover\:text-green-400:hover{color:var(--color-green-400)}.hover\:text-orange-300:hover{color:var(--color-orange-300)}.hover\:text-orange-400:hover{color:var(--color-orange-400)}.hover\:text-red-300:hover{color:var(--color-red-300)}.hover\:text-red-400:hover{color:var(--color-red-400)}.hover\:text-sky-200:hover{color:var(--color-sky-200)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:ring-\[\#38bdac\]\/60:hover{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.6)}}.focus\:border-\[\#38bdac\]:focus{border-color:#38bdac}.focus\:border-orange-500\/50:focus{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.focus\:border-orange-500\/50:focus{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.focus\:bg-\[\#38bdac\]\/20:focus{background-color:#38bdac33}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#38bdac\]:focus{--tw-ring-color:#38bdac}.focus\:ring-amber-400:focus{--tw-ring-color:var(--color-amber-400)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[\#38bdac\]:focus-visible{--tw-ring-color:#38bdac}.focus-visible\:ring-red-500:focus-visible{--tw-ring-color:var(--color-red-500)}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-\[\#0a1628\]:focus-visible{--tw-ring-offset-color:#0a1628}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=active\]\:bg-\[\#07C160\]\/20[data-state=active]{background-color:#07c16033}.data-\[state\=active\]\:bg-\[\#26A17B\]\/20[data-state=active]{background-color:#26a17b33}.data-\[state\=active\]\:bg-\[\#38bdac\]\/20[data-state=active]{background-color:#38bdac33}.data-\[state\=active\]\:bg-\[\#1677FF\]\/20[data-state=active]{background-color:#1677ff33}.data-\[state\=active\]\:bg-\[\#003087\]\/20[data-state=active]{background-color:#00308733}.data-\[state\=active\]\:bg-amber-500\/20[data-state=active]{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.data-\[state\=active\]\:bg-amber-500\/20[data-state=active]{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.data-\[state\=active\]\:bg-purple-500\/20[data-state=active]{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.data-\[state\=active\]\:bg-purple-500\/20[data-state=active]{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.data-\[state\=active\]\:font-medium[data-state=active]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[state\=active\]\:text-\[\#07C160\][data-state=active]{color:#07c160}.data-\[state\=active\]\:text-\[\#26A17B\][data-state=active]{color:#26a17b}.data-\[state\=active\]\:text-\[\#38bdac\][data-state=active]{color:#38bdac}.data-\[state\=active\]\:text-\[\#169BD7\][data-state=active]{color:#169bd7}.data-\[state\=active\]\:text-\[\#1677FF\][data-state=active]{color:#1677ff}.data-\[state\=active\]\:text-amber-400[data-state=active]{color:var(--color-amber-400)}.data-\[state\=active\]\:text-purple-400[data-state=active]{color:var(--color-purple-400)}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:bg-\[\#38bdac\][data-state=checked]{background-color:#38bdac}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-gray-600[data-state=unchecked]{background-color:var(--color-gray-600)}@media(min-width:40rem){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:w-\[220px\]{width:220px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2{gap:calc(var(--spacing)*2)}.sm\:p-4{padding:calc(var(--spacing)*4)}.sm\:p-5{padding:calc(var(--spacing)*5)}.sm\:text-left{text-align:left}}@media(min-width:48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(min-width:64rem){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media(min-width:80rem){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20% .02 240);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20% .02 240);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(65% .15 180);--primary-foreground:oklch(20% 0 0);--secondary:oklch(27% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(27% 0 0);--muted-foreground:oklch(65% 0 0);--accent:oklch(27% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(55% .2 25);--destructive-foreground:oklch(98.5% 0 0);--border:oklch(35% 0 0);--input:oklch(35% 0 0);--ring:oklch(65% .15 180);--radius:.625rem}body{font-family:var(--font-sans);color:var(--foreground);background:#0a1628}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}} diff --git a/soul-admin/dist/assets/index-DQUjJh41.js b/soul-admin/dist/assets/index-DQUjJh41.js deleted file mode 100644 index a42c547f..00000000 --- a/soul-admin/dist/assets/index-DQUjJh41.js +++ /dev/null @@ -1,914 +0,0 @@ -function NE(t,e){for(var n=0;ns[a]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))s(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(a){if(a.ep)return;a.ep=!0;const i=n(a);fetch(a.href,i)}})();function sj(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Jm={exports:{}},td={},Ym={exports:{}},bt={};/** - * @license React - * react.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Vv;function wE(){if(Vv)return bt;Vv=1;var t=Symbol.for("react.element"),e=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),o=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),m=Symbol.iterator;function g(z){return z===null||typeof z!="object"?null:(z=m&&z[m]||z["@@iterator"],typeof z=="function"?z:null)}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},N=Object.assign,w={};function v(z,G,oe){this.props=z,this.context=G,this.refs=w,this.updater=oe||y}v.prototype.isReactComponent={},v.prototype.setState=function(z,G){if(typeof z!="object"&&typeof z!="function"&&z!=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,z,G,"setState")},v.prototype.forceUpdate=function(z){this.updater.enqueueForceUpdate(this,z,"forceUpdate")};function k(){}k.prototype=v.prototype;function C(z,G,oe){this.props=z,this.context=G,this.refs=w,this.updater=oe||y}var E=C.prototype=new k;E.constructor=C,N(E,v.prototype),E.isPureReactComponent=!0;var I=Array.isArray,L=Object.prototype.hasOwnProperty,W={current:null},D={key:!0,ref:!0,__self:!0,__source:!0};function P(z,G,oe){var ye,Ae={},ke=null,ee=null;if(G!=null)for(ye in G.ref!==void 0&&(ee=G.ref),G.key!==void 0&&(ke=""+G.key),G)L.call(G,ye)&&!D.hasOwnProperty(ye)&&(Ae[ye]=G[ye]);var Y=arguments.length-2;if(Y===1)Ae.children=oe;else if(1>>1,G=M[z];if(0>>1;za(Ae,B))kea(ee,Ae)?(M[z]=ee,M[ke]=B,z=ke):(M[z]=Ae,M[ye]=B,z=ye);else if(kea(ee,B))M[z]=ee,M[ke]=B,z=ke;else break e}}return q}function a(M,q){var B=M.sortIndex-q.sortIndex;return B!==0?B:M.id-q.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;t.unstable_now=function(){return i.now()}}else{var o=Date,c=o.now();t.unstable_now=function(){return o.now()-c}}var u=[],h=[],f=1,m=null,g=3,y=!1,N=!1,w=!1,v=typeof setTimeout=="function"?setTimeout:null,k=typeof clearTimeout=="function"?clearTimeout:null,C=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function E(M){for(var q=n(h);q!==null;){if(q.callback===null)s(h);else if(q.startTime<=M)s(h),q.sortIndex=q.expirationTime,e(u,q);else break;q=n(h)}}function I(M){if(w=!1,E(M),!N)if(n(u)!==null)N=!0,J(L);else{var q=n(h);q!==null&&$(I,q.startTime-M)}}function L(M,q){N=!1,w&&(w=!1,k(P),P=-1),y=!0;var B=g;try{for(E(q),m=n(u);m!==null&&(!(m.expirationTime>q)||M&&!re());){var z=m.callback;if(typeof z=="function"){m.callback=null,g=m.priorityLevel;var G=z(m.expirationTime<=q);q=t.unstable_now(),typeof G=="function"?m.callback=G:m===n(u)&&s(u),E(q)}else s(u);m=n(u)}if(m!==null)var oe=!0;else{var ye=n(h);ye!==null&&$(I,ye.startTime-q),oe=!1}return oe}finally{m=null,g=B,y=!1}}var W=!1,D=null,P=-1,R=5,K=-1;function re(){return!(t.unstable_now()-KM||125z?(M.sortIndex=B,e(h,M),n(u)===null&&M===n(h)&&(w?(k(P),P=-1):w=!0,$(I,B-z))):(M.sortIndex=G,e(u,M),N||y||(N=!0,J(L))),M},t.unstable_shouldYield=re,t.unstable_wrapCallback=function(M){var q=g;return function(){var B=g;g=q;try{return M.apply(this,arguments)}finally{g=B}}}})(Zm)),Zm}var qv;function CE(){return qv||(qv=1,Xm.exports=SE()),Xm.exports}/** - * @license React - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Gv;function EE(){if(Gv)return Hs;Gv=1;var t=Kd(),e=CE();function n(l){for(var d="https://reactjs.org/docs/error-decoder.html?invariant="+l,p=1;p"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),u=Object.prototype.hasOwnProperty,h=/^[: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]*$/,f={},m={};function g(l){return u.call(m,l)?!0:u.call(f,l)?!1:h.test(l)?m[l]=!0:(f[l]=!0,!1)}function y(l,d,p,x){if(p!==null&&p.type===0)return!1;switch(typeof d){case"function":case"symbol":return!0;case"boolean":return x?!1:p!==null?!p.acceptsBooleans:(l=l.toLowerCase().slice(0,5),l!=="data-"&&l!=="aria-");default:return!1}}function N(l,d,p,x){if(d===null||typeof d>"u"||y(l,d,p,x))return!0;if(x)return!1;if(p!==null)switch(p.type){case 3:return!d;case 4:return d===!1;case 5:return isNaN(d);case 6:return isNaN(d)||1>d}return!1}function w(l,d,p,x,j,S,A){this.acceptsBooleans=d===2||d===3||d===4,this.attributeName=x,this.attributeNamespace=j,this.mustUseProperty=p,this.propertyName=l,this.type=d,this.sanitizeURL=S,this.removeEmptyString=A}var v={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(l){v[l]=new w(l,0,!1,l,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var d=l[0];v[d]=new w(d,1,!1,l[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){v[l]=new w(l,2,!1,l.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){v[l]=new w(l,2,!1,l,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(l){v[l]=new w(l,3,!1,l.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(l){v[l]=new w(l,3,!0,l,null,!1,!1)}),["capture","download"].forEach(function(l){v[l]=new w(l,4,!1,l,null,!1,!1)}),["cols","rows","size","span"].forEach(function(l){v[l]=new w(l,6,!1,l,null,!1,!1)}),["rowSpan","start"].forEach(function(l){v[l]=new w(l,5,!1,l.toLowerCase(),null,!1,!1)});var k=/[\-:]([a-z])/g;function C(l){return l[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(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(l){v[l]=new w(l,1,!1,l.toLowerCase(),null,!1,!1)}),v.xlinkHref=new w("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(l){v[l]=new w(l,1,!1,l.toLowerCase(),null,!0,!0)});function E(l,d,p,x){var j=v.hasOwnProperty(d)?v[d]:null;(j!==null?j.type!==0:x||!(2V||j[A]!==S[V]){var Q=` -`+j[A].replace(" at new "," at ");return l.displayName&&Q.includes("")&&(Q=Q.replace("",l.displayName)),Q}while(1<=A&&0<=V);break}}}finally{oe=!1,Error.prepareStackTrace=p}return(l=l?l.displayName||l.name:"")?G(l):""}function Ae(l){switch(l.tag){case 5:return G(l.type);case 16:return G("Lazy");case 13:return G("Suspense");case 19:return G("SuspenseList");case 0:case 2:case 15:return l=ye(l.type,!1),l;case 11:return l=ye(l.type.render,!1),l;case 1:return l=ye(l.type,!0),l;default:return""}}function ke(l){if(l==null)return null;if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case D:return"Fragment";case W:return"Portal";case R:return"Profiler";case P:return"StrictMode";case xe:return"Suspense";case H:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case re:return(l.displayName||"Context")+".Consumer";case K:return(l._context.displayName||"Context")+".Provider";case ue:var d=l.render;return l=l.displayName,l||(l=d.displayName||d.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case O:return d=l.displayName||null,d!==null?d:ke(l.type)||"Memo";case J:d=l._payload,l=l._init;try{return ke(l(d))}catch{}}return null}function ee(l){var d=l.type;switch(l.tag){case 24:return"Cache";case 9:return(d.displayName||"Context")+".Consumer";case 10:return(d._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return l=d.render,l=l.displayName||l.name||"",d.displayName||(l!==""?"ForwardRef("+l+")":"ForwardRef");case 7:return"Fragment";case 5:return d;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return ke(d);case 8:return d===P?"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 d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d}return null}function Y(l){switch(typeof l){case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function he(l){var d=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function te(l){var d=he(l)?"checked":"value",p=Object.getOwnPropertyDescriptor(l.constructor.prototype,d),x=""+l[d];if(!l.hasOwnProperty(d)&&typeof p<"u"&&typeof p.get=="function"&&typeof p.set=="function"){var j=p.get,S=p.set;return Object.defineProperty(l,d,{configurable:!0,get:function(){return j.call(this)},set:function(A){x=""+A,S.call(this,A)}}),Object.defineProperty(l,d,{enumerable:p.enumerable}),{getValue:function(){return x},setValue:function(A){x=""+A},stopTracking:function(){l._valueTracker=null,delete l[d]}}}}function ce(l){l._valueTracker||(l._valueTracker=te(l))}function pe(l){if(!l)return!1;var d=l._valueTracker;if(!d)return!0;var p=d.getValue(),x="";return l&&(x=he(l)?l.checked?"true":"false":l.value),l=x,l!==p?(d.setValue(l),!0):!1}function Fe(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}function rt(l,d){var p=d.checked;return B({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:p??l._wrapperState.initialChecked})}function vt(l,d){var p=d.defaultValue==null?"":d.defaultValue,x=d.checked!=null?d.checked:d.defaultChecked;p=Y(d.value!=null?d.value:p),l._wrapperState={initialChecked:x,initialValue:p,controlled:d.type==="checkbox"||d.type==="radio"?d.checked!=null:d.value!=null}}function mt(l,d){d=d.checked,d!=null&&E(l,"checked",d,!1)}function Ut(l,d){mt(l,d);var p=Y(d.value),x=d.type;if(p!=null)x==="number"?(p===0&&l.value===""||l.value!=p)&&(l.value=""+p):l.value!==""+p&&(l.value=""+p);else if(x==="submit"||x==="reset"){l.removeAttribute("value");return}d.hasOwnProperty("value")?sn(l,d.type,p):d.hasOwnProperty("defaultValue")&&sn(l,d.type,Y(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(l.defaultChecked=!!d.defaultChecked)}function In(l,d,p){if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var x=d.type;if(!(x!=="submit"&&x!=="reset"||d.value!==void 0&&d.value!==null))return;d=""+l._wrapperState.initialValue,p||d===l.value||(l.value=d),l.defaultValue=d}p=l.name,p!==""&&(l.name=""),l.defaultChecked=!!l._wrapperState.initialChecked,p!==""&&(l.name=p)}function sn(l,d,p){(d!=="number"||Fe(l.ownerDocument)!==l)&&(p==null?l.defaultValue=""+l._wrapperState.initialValue:l.defaultValue!==""+p&&(l.defaultValue=""+p))}var Tt=Array.isArray;function Mt(l,d,p,x){if(l=l.options,d){d={};for(var j=0;j"+d.valueOf().toString()+"",d=rn.firstChild;l.firstChild;)l.removeChild(l.firstChild);for(;d.firstChild;)l.appendChild(d.firstChild)}});function un(l,d){if(d){var p=l.firstChild;if(p&&p===l.lastChild&&p.nodeType===3){p.nodeValue=d;return}}l.textContent=d}var Un={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},js=["Webkit","ms","Moz","O"];Object.keys(Un).forEach(function(l){js.forEach(function(d){d=d+l.charAt(0).toUpperCase()+l.substring(1),Un[d]=Un[l]})});function Gs(l,d,p){return d==null||typeof d=="boolean"||d===""?"":p||typeof d!="number"||d===0||Un.hasOwnProperty(l)&&Un[l]?(""+d).trim():d+"px"}function hn(l,d){l=l.style;for(var p in d)if(d.hasOwnProperty(p)){var x=p.indexOf("--")===0,j=Gs(p,d[p],x);p==="float"&&(p="cssFloat"),x?l.setProperty(p,j):l[p]=j}}var ks=B({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 U(l,d){if(d){if(ks[l]&&(d.children!=null||d.dangerouslySetInnerHTML!=null))throw Error(n(137,l));if(d.dangerouslySetInnerHTML!=null){if(d.children!=null)throw Error(n(60));if(typeof d.dangerouslySetInnerHTML!="object"||!("__html"in d.dangerouslySetInnerHTML))throw Error(n(61))}if(d.style!=null&&typeof d.style!="object")throw Error(n(62))}}function _e(l,d){if(l.indexOf("-")===-1)return typeof d.is=="string";switch(l){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 it=null;function $t(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var me=null,fe=null,at=null;function yt(l){if(l=$c(l)){if(typeof me!="function")throw Error(n(280));var d=l.stateNode;d&&(d=bu(d),me(l.stateNode,l.type,d))}}function fn(l){fe?at?at.push(l):at=[l]:fe=l}function Kn(){if(fe){var l=fe,d=at;if(at=fe=null,yt(l),d)for(l=0;l>>=0,l===0?32:31-(Sc(l)/ll|0)|0}var ei=64,Sr=4194304;function Jr(l){switch(l&-l){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 l&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return l&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return l}}function Yr(l,d){var p=l.pendingLanes;if(p===0)return 0;var x=0,j=l.suspendedLanes,S=l.pingedLanes,A=p&268435455;if(A!==0){var V=A&~j;V!==0?x=Jr(V):(S&=A,S!==0&&(x=Jr(S)))}else A=p&~j,A!==0?x=Jr(A):S!==0&&(x=Jr(S));if(x===0)return 0;if(d!==0&&d!==x&&(d&j)===0&&(j=x&-x,S=d&-d,j>=S||j===16&&(S&4194240)!==0))return d;if((x&4)!==0&&(x|=p&16),d=l.entangledLanes,d!==0)for(l=l.entanglements,d&=x;0p;p++)d.push(l);return d}function Ke(l,d,p){l.pendingLanes|=d,d!==536870912&&(l.suspendedLanes=0,l.pingedLanes=0),l=l.eventTimes,d=31-Es(d),l[d]=p}function dt(l,d){var p=l.pendingLanes&~d;l.pendingLanes=d,l.suspendedLanes=0,l.pingedLanes=0,l.expiredLanes&=d,l.mutableReadLanes&=d,l.entangledLanes&=d,d=l.entanglements;var x=l.eventTimes;for(l=l.expirationTimes;0=Ic),Dy=" ",Ly=!1;function _y(l,d){switch(l){case"keyup":return g3.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function zy(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var gl=!1;function y3(l,d){switch(l){case"compositionend":return zy(d);case"keypress":return d.which!==32?null:(Ly=!0,Dy);case"textInput":return l=d.data,l===Dy&&Ly?null:l;default:return null}}function b3(l,d){if(gl)return l==="compositionend"||!Mp&&_y(l,d)?(l=ru(),uo=pl=Ar=null,gl=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(d.ctrlKey||d.altKey||d.metaKey)||d.ctrlKey&&d.altKey){if(d.char&&1=d)return{node:p,offset:d-l};l=x}e:{for(;p;){if(p.nextSibling){p=p.nextSibling;break e}p=p.parentNode}p=void 0}p=Uy(p)}}function qy(l,d){return l&&d?l===d?!0:l&&l.nodeType===3?!1:d&&d.nodeType===3?qy(l,d.parentNode):"contains"in l?l.contains(d):l.compareDocumentPosition?!!(l.compareDocumentPosition(d)&16):!1:!1}function Gy(){for(var l=window,d=Fe();d instanceof l.HTMLIFrameElement;){try{var p=typeof d.contentWindow.location.href=="string"}catch{p=!1}if(p)l=d.contentWindow;else break;d=Fe(l.document)}return d}function Pp(l){var d=l&&l.nodeName&&l.nodeName.toLowerCase();return d&&(d==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||d==="textarea"||l.contentEditable==="true")}function T3(l){var d=Gy(),p=l.focusedElem,x=l.selectionRange;if(d!==p&&p&&p.ownerDocument&&qy(p.ownerDocument.documentElement,p)){if(x!==null&&Pp(p)){if(d=x.start,l=x.end,l===void 0&&(l=d),"selectionStart"in p)p.selectionStart=d,p.selectionEnd=Math.min(l,p.value.length);else if(l=(d=p.ownerDocument||document)&&d.defaultView||window,l.getSelection){l=l.getSelection();var j=p.textContent.length,S=Math.min(x.start,j);x=x.end===void 0?S:Math.min(x.end,j),!l.extend&&S>x&&(j=x,x=S,S=j),j=Ky(p,S);var A=Ky(p,x);j&&A&&(l.rangeCount!==1||l.anchorNode!==j.node||l.anchorOffset!==j.offset||l.focusNode!==A.node||l.focusOffset!==A.offset)&&(d=d.createRange(),d.setStart(j.node,j.offset),l.removeAllRanges(),S>x?(l.addRange(d),l.extend(A.node,A.offset)):(d.setEnd(A.node,A.offset),l.addRange(d)))}}for(d=[],l=p;l=l.parentNode;)l.nodeType===1&&d.push({element:l,left:l.scrollLeft,top:l.scrollTop});for(typeof p.focus=="function"&&p.focus(),p=0;p=document.documentMode,xl=null,Rp=null,Dc=null,Op=!1;function Jy(l,d,p){var x=p.window===p?p.document:p.nodeType===9?p:p.ownerDocument;Op||xl==null||xl!==Fe(x)||(x=xl,"selectionStart"in x&&Pp(x)?x={start:x.selectionStart,end:x.selectionEnd}:(x=(x.ownerDocument&&x.ownerDocument.defaultView||window).getSelection(),x={anchorNode:x.anchorNode,anchorOffset:x.anchorOffset,focusNode:x.focusNode,focusOffset:x.focusOffset}),Dc&&Oc(Dc,x)||(Dc=x,x=gu(Rp,"onSelect"),0wl||(l.current=Kp[wl],Kp[wl]=null,wl--)}function qt(l,d){wl++,Kp[wl]=l.current,l.current=d}var li={},us=oi(li),zs=oi(!1),xo=li;function jl(l,d){var p=l.type.contextTypes;if(!p)return li;var x=l.stateNode;if(x&&x.__reactInternalMemoizedUnmaskedChildContext===d)return x.__reactInternalMemoizedMaskedChildContext;var j={},S;for(S in p)j[S]=d[S];return x&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=d,l.__reactInternalMemoizedMaskedChildContext=j),j}function Fs(l){return l=l.childContextTypes,l!=null}function vu(){Zt(zs),Zt(us)}function db(l,d,p){if(us.current!==li)throw Error(n(168));qt(us,d),qt(zs,p)}function ub(l,d,p){var x=l.stateNode;if(d=d.childContextTypes,typeof x.getChildContext!="function")return p;x=x.getChildContext();for(var j in x)if(!(j in d))throw Error(n(108,ee(l)||"Unknown",j));return B({},p,x)}function Nu(l){return l=(l=l.stateNode)&&l.__reactInternalMemoizedMergedChildContext||li,xo=us.current,qt(us,l),qt(zs,zs.current),!0}function hb(l,d,p){var x=l.stateNode;if(!x)throw Error(n(169));p?(l=ub(l,d,xo),x.__reactInternalMemoizedMergedChildContext=l,Zt(zs),Zt(us),qt(us,l)):Zt(zs),qt(zs,p)}var Ca=null,wu=!1,qp=!1;function fb(l){Ca===null?Ca=[l]:Ca.push(l)}function $3(l){wu=!0,fb(l)}function ci(){if(!qp&&Ca!==null){qp=!0;var l=0,d=ht;try{var p=Ca;for(ht=1;l>=A,j-=A,Ea=1<<32-Es(d)+j|p<ct?(Bn=st,st=null):Bn=st.sibling;var St=je(le,st,de[ct],Pe);if(St===null){st===null&&(st=Bn);break}l&&st&&St.alternate===null&&d(le,st),ne=S(St,ne,ct),nt===null?Ge=St:nt.sibling=St,nt=St,st=Bn}if(ct===de.length)return p(le,st),an&&bo(le,ct),Ge;if(st===null){for(;ctct?(Bn=st,st=null):Bn=st.sibling;var yi=je(le,st,St.value,Pe);if(yi===null){st===null&&(st=Bn);break}l&&st&&yi.alternate===null&&d(le,st),ne=S(yi,ne,ct),nt===null?Ge=yi:nt.sibling=yi,nt=yi,st=Bn}if(St.done)return p(le,st),an&&bo(le,ct),Ge;if(st===null){for(;!St.done;ct++,St=de.next())St=Ce(le,St.value,Pe),St!==null&&(ne=S(St,ne,ct),nt===null?Ge=St:nt.sibling=St,nt=St);return an&&bo(le,ct),Ge}for(st=x(le,st);!St.done;ct++,St=de.next())St=ze(st,le,ct,St.value,Pe),St!==null&&(l&&St.alternate!==null&&st.delete(St.key===null?ct:St.key),ne=S(St,ne,ct),nt===null?Ge=St:nt.sibling=St,nt=St);return l&&st.forEach(function(vE){return d(le,vE)}),an&&bo(le,ct),Ge}function jn(le,ne,de,Pe){if(typeof de=="object"&&de!==null&&de.type===D&&de.key===null&&(de=de.props.children),typeof de=="object"&&de!==null){switch(de.$$typeof){case L:e:{for(var Ge=de.key,nt=ne;nt!==null;){if(nt.key===Ge){if(Ge=de.type,Ge===D){if(nt.tag===7){p(le,nt.sibling),ne=j(nt,de.props.children),ne.return=le,le=ne;break e}}else if(nt.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===J&&bb(Ge)===nt.type){p(le,nt.sibling),ne=j(nt,de.props),ne.ref=Bc(le,nt,de),ne.return=le,le=ne;break e}p(le,nt);break}else d(le,nt);nt=nt.sibling}de.type===D?(ne=Eo(de.props.children,le.mode,Pe,de.key),ne.return=le,le=ne):(Pe=Yu(de.type,de.key,de.props,null,le.mode,Pe),Pe.ref=Bc(le,ne,de),Pe.return=le,le=Pe)}return A(le);case W:e:{for(nt=de.key;ne!==null;){if(ne.key===nt)if(ne.tag===4&&ne.stateNode.containerInfo===de.containerInfo&&ne.stateNode.implementation===de.implementation){p(le,ne.sibling),ne=j(ne,de.children||[]),ne.return=le,le=ne;break e}else{p(le,ne);break}else d(le,ne);ne=ne.sibling}ne=Wm(de,le.mode,Pe),ne.return=le,le=ne}return A(le);case J:return nt=de._init,jn(le,ne,nt(de._payload),Pe)}if(Tt(de))return He(le,ne,de,Pe);if(q(de))return qe(le,ne,de,Pe);Cu(le,de)}return typeof de=="string"&&de!==""||typeof de=="number"?(de=""+de,ne!==null&&ne.tag===6?(p(le,ne.sibling),ne=j(ne,de),ne.return=le,le=ne):(p(le,ne),ne=Hm(de,le.mode,Pe),ne.return=le,le=ne),A(le)):p(le,ne)}return jn}var El=vb(!0),Nb=vb(!1),Eu=oi(null),Tu=null,Tl=null,Zp=null;function em(){Zp=Tl=Tu=null}function tm(l){var d=Eu.current;Zt(Eu),l._currentValue=d}function nm(l,d,p){for(;l!==null;){var x=l.alternate;if((l.childLanes&d)!==d?(l.childLanes|=d,x!==null&&(x.childLanes|=d)):x!==null&&(x.childLanes&d)!==d&&(x.childLanes|=d),l===p)break;l=l.return}}function Ml(l,d){Tu=l,Zp=Tl=null,l=l.dependencies,l!==null&&l.firstContext!==null&&((l.lanes&d)!==0&&($s=!0),l.firstContext=null)}function ur(l){var d=l._currentValue;if(Zp!==l)if(l={context:l,memoizedValue:d,next:null},Tl===null){if(Tu===null)throw Error(n(308));Tl=l,Tu.dependencies={lanes:0,firstContext:l}}else Tl=Tl.next=l;return d}var vo=null;function sm(l){vo===null?vo=[l]:vo.push(l)}function wb(l,d,p,x){var j=d.interleaved;return j===null?(p.next=p,sm(d)):(p.next=j.next,j.next=p),d.interleaved=p,Ma(l,x)}function Ma(l,d){l.lanes|=d;var p=l.alternate;for(p!==null&&(p.lanes|=d),p=l,l=l.return;l!==null;)l.childLanes|=d,p=l.alternate,p!==null&&(p.childLanes|=d),p=l,l=l.return;return p.tag===3?p.stateNode:null}var di=!1;function rm(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function jb(l,d){l=l.updateQueue,d.updateQueue===l&&(d.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,effects:l.effects})}function Aa(l,d){return{eventTime:l,lane:d,tag:0,payload:null,callback:null,next:null}}function ui(l,d,p){var x=l.updateQueue;if(x===null)return null;if(x=x.shared,(kt&2)!==0){var j=x.pending;return j===null?d.next=d:(d.next=j.next,j.next=d),x.pending=d,Ma(l,p)}return j=x.interleaved,j===null?(d.next=d,sm(x)):(d.next=j.next,j.next=d),x.interleaved=d,Ma(l,p)}function Mu(l,d,p){if(d=d.updateQueue,d!==null&&(d=d.shared,(p&4194240)!==0)){var x=d.lanes;x&=l.pendingLanes,p|=x,d.lanes=p,pn(l,p)}}function kb(l,d){var p=l.updateQueue,x=l.alternate;if(x!==null&&(x=x.updateQueue,p===x)){var j=null,S=null;if(p=p.firstBaseUpdate,p!==null){do{var A={eventTime:p.eventTime,lane:p.lane,tag:p.tag,payload:p.payload,callback:p.callback,next:null};S===null?j=S=A:S=S.next=A,p=p.next}while(p!==null);S===null?j=S=d:S=S.next=d}else j=S=d;p={baseState:x.baseState,firstBaseUpdate:j,lastBaseUpdate:S,shared:x.shared,effects:x.effects},l.updateQueue=p;return}l=p.lastBaseUpdate,l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=d}function Au(l,d,p,x){var j=l.updateQueue;di=!1;var S=j.firstBaseUpdate,A=j.lastBaseUpdate,V=j.shared.pending;if(V!==null){j.shared.pending=null;var Q=V,ge=Q.next;Q.next=null,A===null?S=ge:A.next=ge,A=Q;var Se=l.alternate;Se!==null&&(Se=Se.updateQueue,V=Se.lastBaseUpdate,V!==A&&(V===null?Se.firstBaseUpdate=ge:V.next=ge,Se.lastBaseUpdate=Q))}if(S!==null){var Ce=j.baseState;A=0,Se=ge=Q=null,V=S;do{var je=V.lane,ze=V.eventTime;if((x&je)===je){Se!==null&&(Se=Se.next={eventTime:ze,lane:0,tag:V.tag,payload:V.payload,callback:V.callback,next:null});e:{var He=l,qe=V;switch(je=d,ze=p,qe.tag){case 1:if(He=qe.payload,typeof He=="function"){Ce=He.call(ze,Ce,je);break e}Ce=He;break e;case 3:He.flags=He.flags&-65537|128;case 0:if(He=qe.payload,je=typeof He=="function"?He.call(ze,Ce,je):He,je==null)break e;Ce=B({},Ce,je);break e;case 2:di=!0}}V.callback!==null&&V.lane!==0&&(l.flags|=64,je=j.effects,je===null?j.effects=[V]:je.push(V))}else ze={eventTime:ze,lane:je,tag:V.tag,payload:V.payload,callback:V.callback,next:null},Se===null?(ge=Se=ze,Q=Ce):Se=Se.next=ze,A|=je;if(V=V.next,V===null){if(V=j.shared.pending,V===null)break;je=V,V=je.next,je.next=null,j.lastBaseUpdate=je,j.shared.pending=null}}while(!0);if(Se===null&&(Q=Ce),j.baseState=Q,j.firstBaseUpdate=ge,j.lastBaseUpdate=Se,d=j.shared.interleaved,d!==null){j=d;do A|=j.lane,j=j.next;while(j!==d)}else S===null&&(j.shared.lanes=0);jo|=A,l.lanes=A,l.memoizedState=Ce}}function Sb(l,d,p){if(l=d.effects,d.effects=null,l!==null)for(d=0;dp?p:4,l(!0);var x=cm.transition;cm.transition={};try{l(!1),d()}finally{ht=p,cm.transition=x}}function Wb(){return hr().memoizedState}function W3(l,d,p){var x=mi(l);if(p={lane:x,action:p,hasEagerState:!1,eagerState:null,next:null},Ub(l))Kb(d,p);else if(p=wb(l,d,p,x),p!==null){var j=Ps();Lr(p,l,x,j),qb(p,d,x)}}function U3(l,d,p){var x=mi(l),j={lane:x,action:p,hasEagerState:!1,eagerState:null,next:null};if(Ub(l))Kb(d,j);else{var S=l.alternate;if(l.lanes===0&&(S===null||S.lanes===0)&&(S=d.lastRenderedReducer,S!==null))try{var A=d.lastRenderedState,V=S(A,p);if(j.hasEagerState=!0,j.eagerState=V,Ir(V,A)){var Q=d.interleaved;Q===null?(j.next=j,sm(d)):(j.next=Q.next,Q.next=j),d.interleaved=j;return}}catch{}finally{}p=wb(l,d,j,x),p!==null&&(j=Ps(),Lr(p,l,x,j),qb(p,d,x))}}function Ub(l){var d=l.alternate;return l===dn||d!==null&&d===dn}function Kb(l,d){Uc=Ru=!0;var p=l.pending;p===null?d.next=d:(d.next=p.next,p.next=d),l.pending=d}function qb(l,d,p){if((p&4194240)!==0){var x=d.lanes;x&=l.pendingLanes,p|=x,d.lanes=p,pn(l,p)}}var Lu={readContext:ur,useCallback:hs,useContext:hs,useEffect:hs,useImperativeHandle:hs,useInsertionEffect:hs,useLayoutEffect:hs,useMemo:hs,useReducer:hs,useRef:hs,useState:hs,useDebugValue:hs,useDeferredValue:hs,useTransition:hs,useMutableSource:hs,useSyncExternalStore:hs,useId:hs,unstable_isNewReconciler:!1},K3={readContext:ur,useCallback:function(l,d){return sa().memoizedState=[l,d===void 0?null:d],l},useContext:ur,useEffect:Lb,useImperativeHandle:function(l,d,p){return p=p!=null?p.concat([l]):null,Ou(4194308,4,Fb.bind(null,d,l),p)},useLayoutEffect:function(l,d){return Ou(4194308,4,l,d)},useInsertionEffect:function(l,d){return Ou(4,2,l,d)},useMemo:function(l,d){var p=sa();return d=d===void 0?null:d,l=l(),p.memoizedState=[l,d],l},useReducer:function(l,d,p){var x=sa();return d=p!==void 0?p(d):d,x.memoizedState=x.baseState=d,l={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:d},x.queue=l,l=l.dispatch=W3.bind(null,dn,l),[x.memoizedState,l]},useRef:function(l){var d=sa();return l={current:l},d.memoizedState=l},useState:Ob,useDebugValue:gm,useDeferredValue:function(l){return sa().memoizedState=l},useTransition:function(){var l=Ob(!1),d=l[0];return l=H3.bind(null,l[1]),sa().memoizedState=l,[d,l]},useMutableSource:function(){},useSyncExternalStore:function(l,d,p){var x=dn,j=sa();if(an){if(p===void 0)throw Error(n(407));p=p()}else{if(p=d(),$n===null)throw Error(n(349));(wo&30)!==0||Mb(x,d,p)}j.memoizedState=p;var S={value:p,getSnapshot:d};return j.queue=S,Lb(Ib.bind(null,x,S,l),[l]),x.flags|=2048,Gc(9,Ab.bind(null,x,S,p,d),void 0,null),p},useId:function(){var l=sa(),d=$n.identifierPrefix;if(an){var p=Ta,x=Ea;p=(x&~(1<<32-Es(x)-1)).toString(32)+p,d=":"+d+"R"+p,p=Kc++,0<\/script>",l=l.removeChild(l.firstChild)):typeof x.is=="string"?l=A.createElement(p,{is:x.is}):(l=A.createElement(p),p==="select"&&(A=l,x.multiple?A.multiple=!0:x.size&&(A.size=x.size))):l=A.createElementNS(l,p),l[ta]=d,l[Fc]=x,fv(l,d,!1,!1),d.stateNode=l;e:{switch(A=_e(p,x),p){case"dialog":Xt("cancel",l),Xt("close",l),j=x;break;case"iframe":case"object":case"embed":Xt("load",l),j=x;break;case"video":case"audio":for(j=0;jOl&&(d.flags|=128,x=!0,Jc(S,!1),d.lanes=4194304)}else{if(!x)if(l=Iu(A),l!==null){if(d.flags|=128,x=!0,p=l.updateQueue,p!==null&&(d.updateQueue=p,d.flags|=4),Jc(S,!0),S.tail===null&&S.tailMode==="hidden"&&!A.alternate&&!an)return fs(d),null}else 2*Bt()-S.renderingStartTime>Ol&&p!==1073741824&&(d.flags|=128,x=!0,Jc(S,!1),d.lanes=4194304);S.isBackwards?(A.sibling=d.child,d.child=A):(p=S.last,p!==null?p.sibling=A:d.child=A,S.last=A)}return S.tail!==null?(d=S.tail,S.rendering=d,S.tail=d.sibling,S.renderingStartTime=Bt(),d.sibling=null,p=cn.current,qt(cn,x?p&1|2:p&1),d):(fs(d),null);case 22:case 23:return $m(),x=d.memoizedState!==null,l!==null&&l.memoizedState!==null!==x&&(d.flags|=8192),x&&(d.mode&1)!==0?(tr&1073741824)!==0&&(fs(d),d.subtreeFlags&6&&(d.flags|=8192)):fs(d),null;case 24:return null;case 25:return null}throw Error(n(156,d.tag))}function eE(l,d){switch(Jp(d),d.tag){case 1:return Fs(d.type)&&vu(),l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 3:return Al(),Zt(zs),Zt(us),lm(),l=d.flags,(l&65536)!==0&&(l&128)===0?(d.flags=l&-65537|128,d):null;case 5:return im(d),null;case 13:if(Zt(cn),l=d.memoizedState,l!==null&&l.dehydrated!==null){if(d.alternate===null)throw Error(n(340));Cl()}return l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 19:return Zt(cn),null;case 4:return Al(),null;case 10:return tm(d.type._context),null;case 22:case 23:return $m(),null;case 24:return null;default:return null}}var $u=!1,ps=!1,tE=typeof WeakSet=="function"?WeakSet:Set,Ve=null;function Pl(l,d){var p=l.ref;if(p!==null)if(typeof p=="function")try{p(null)}catch(x){mn(l,d,x)}else p.current=null}function Tm(l,d,p){try{p()}catch(x){mn(l,d,x)}}var gv=!1;function nE(l,d){if($p=hl,l=Gy(),Pp(l)){if("selectionStart"in l)var p={start:l.selectionStart,end:l.selectionEnd};else e:{p=(p=l.ownerDocument)&&p.defaultView||window;var x=p.getSelection&&p.getSelection();if(x&&x.rangeCount!==0){p=x.anchorNode;var j=x.anchorOffset,S=x.focusNode;x=x.focusOffset;try{p.nodeType,S.nodeType}catch{p=null;break e}var A=0,V=-1,Q=-1,ge=0,Se=0,Ce=l,je=null;t:for(;;){for(var ze;Ce!==p||j!==0&&Ce.nodeType!==3||(V=A+j),Ce!==S||x!==0&&Ce.nodeType!==3||(Q=A+x),Ce.nodeType===3&&(A+=Ce.nodeValue.length),(ze=Ce.firstChild)!==null;)je=Ce,Ce=ze;for(;;){if(Ce===l)break t;if(je===p&&++ge===j&&(V=A),je===S&&++Se===x&&(Q=A),(ze=Ce.nextSibling)!==null)break;Ce=je,je=Ce.parentNode}Ce=ze}p=V===-1||Q===-1?null:{start:V,end:Q}}else p=null}p=p||{start:0,end:0}}else p=null;for(Bp={focusedElem:l,selectionRange:p},hl=!1,Ve=d;Ve!==null;)if(d=Ve,l=d.child,(d.subtreeFlags&1028)!==0&&l!==null)l.return=d,Ve=l;else for(;Ve!==null;){d=Ve;try{var He=d.alternate;if((d.flags&1024)!==0)switch(d.tag){case 0:case 11:case 15:break;case 1:if(He!==null){var qe=He.memoizedProps,jn=He.memoizedState,le=d.stateNode,ne=le.getSnapshotBeforeUpdate(d.elementType===d.type?qe:Rr(d.type,qe),jn);le.__reactInternalSnapshotBeforeUpdate=ne}break;case 3:var de=d.stateNode.containerInfo;de.nodeType===1?de.textContent="":de.nodeType===9&&de.documentElement&&de.removeChild(de.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(Pe){mn(d,d.return,Pe)}if(l=d.sibling,l!==null){l.return=d.return,Ve=l;break}Ve=d.return}return He=gv,gv=!1,He}function Yc(l,d,p){var x=d.updateQueue;if(x=x!==null?x.lastEffect:null,x!==null){var j=x=x.next;do{if((j.tag&l)===l){var S=j.destroy;j.destroy=void 0,S!==void 0&&Tm(d,p,S)}j=j.next}while(j!==x)}}function Bu(l,d){if(d=d.updateQueue,d=d!==null?d.lastEffect:null,d!==null){var p=d=d.next;do{if((p.tag&l)===l){var x=p.create;p.destroy=x()}p=p.next}while(p!==d)}}function Mm(l){var d=l.ref;if(d!==null){var p=l.stateNode;switch(l.tag){case 5:l=p;break;default:l=p}typeof d=="function"?d(l):d.current=l}}function xv(l){var d=l.alternate;d!==null&&(l.alternate=null,xv(d)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(d=l.stateNode,d!==null&&(delete d[ta],delete d[Fc],delete d[Up],delete d[z3],delete d[F3])),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}function yv(l){return l.tag===5||l.tag===3||l.tag===4}function bv(l){e:for(;;){for(;l.sibling===null;){if(l.return===null||yv(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue e;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function Am(l,d,p){var x=l.tag;if(x===5||x===6)l=l.stateNode,d?p.nodeType===8?p.parentNode.insertBefore(l,d):p.insertBefore(l,d):(p.nodeType===8?(d=p.parentNode,d.insertBefore(l,p)):(d=p,d.appendChild(l)),p=p._reactRootContainer,p!=null||d.onclick!==null||(d.onclick=yu));else if(x!==4&&(l=l.child,l!==null))for(Am(l,d,p),l=l.sibling;l!==null;)Am(l,d,p),l=l.sibling}function Im(l,d,p){var x=l.tag;if(x===5||x===6)l=l.stateNode,d?p.insertBefore(l,d):p.appendChild(l);else if(x!==4&&(l=l.child,l!==null))for(Im(l,d,p),l=l.sibling;l!==null;)Im(l,d,p),l=l.sibling}var Jn=null,Or=!1;function hi(l,d,p){for(p=p.child;p!==null;)vv(l,d,p),p=p.sibling}function vv(l,d,p){if(cs&&typeof cs.onCommitFiberUnmount=="function")try{cs.onCommitFiberUnmount(kr,p)}catch{}switch(p.tag){case 5:ps||Pl(p,d);case 6:var x=Jn,j=Or;Jn=null,hi(l,d,p),Jn=x,Or=j,Jn!==null&&(Or?(l=Jn,p=p.stateNode,l.nodeType===8?l.parentNode.removeChild(p):l.removeChild(p)):Jn.removeChild(p.stateNode));break;case 18:Jn!==null&&(Or?(l=Jn,p=p.stateNode,l.nodeType===8?Wp(l.parentNode,p):l.nodeType===1&&Wp(l,p),Tr(l)):Wp(Jn,p.stateNode));break;case 4:x=Jn,j=Or,Jn=p.stateNode.containerInfo,Or=!0,hi(l,d,p),Jn=x,Or=j;break;case 0:case 11:case 14:case 15:if(!ps&&(x=p.updateQueue,x!==null&&(x=x.lastEffect,x!==null))){j=x=x.next;do{var S=j,A=S.destroy;S=S.tag,A!==void 0&&((S&2)!==0||(S&4)!==0)&&Tm(p,d,A),j=j.next}while(j!==x)}hi(l,d,p);break;case 1:if(!ps&&(Pl(p,d),x=p.stateNode,typeof x.componentWillUnmount=="function"))try{x.props=p.memoizedProps,x.state=p.memoizedState,x.componentWillUnmount()}catch(V){mn(p,d,V)}hi(l,d,p);break;case 21:hi(l,d,p);break;case 22:p.mode&1?(ps=(x=ps)||p.memoizedState!==null,hi(l,d,p),ps=x):hi(l,d,p);break;default:hi(l,d,p)}}function Nv(l){var d=l.updateQueue;if(d!==null){l.updateQueue=null;var p=l.stateNode;p===null&&(p=l.stateNode=new tE),d.forEach(function(x){var j=uE.bind(null,l,x);p.has(x)||(p.add(x),x.then(j,j))})}}function Dr(l,d){var p=d.deletions;if(p!==null)for(var x=0;xj&&(j=A),x&=~S}if(x=j,x=Bt()-x,x=(120>x?120:480>x?480:1080>x?1080:1920>x?1920:3e3>x?3e3:4320>x?4320:1960*rE(x/1960))-x,10l?16:l,pi===null)var x=!1;else{if(l=pi,pi=null,Ku=0,(kt&6)!==0)throw Error(n(331));var j=kt;for(kt|=4,Ve=l.current;Ve!==null;){var S=Ve,A=S.child;if((Ve.flags&16)!==0){var V=S.deletions;if(V!==null){for(var Q=0;QBt()-Om?So(l,0):Rm|=p),Vs(l,d)}function Ov(l,d){d===0&&((l.mode&1)===0?d=1:(d=Sr,Sr<<=1,(Sr&130023424)===0&&(Sr=4194304)));var p=Ps();l=Ma(l,d),l!==null&&(Ke(l,d,p),Vs(l,p))}function dE(l){var d=l.memoizedState,p=0;d!==null&&(p=d.retryLane),Ov(l,p)}function uE(l,d){var p=0;switch(l.tag){case 13:var x=l.stateNode,j=l.memoizedState;j!==null&&(p=j.retryLane);break;case 19:x=l.stateNode;break;default:throw Error(n(314))}x!==null&&x.delete(d),Ov(l,p)}var Dv;Dv=function(l,d,p){if(l!==null)if(l.memoizedProps!==d.pendingProps||zs.current)$s=!0;else{if((l.lanes&p)===0&&(d.flags&128)===0)return $s=!1,X3(l,d,p);$s=(l.flags&131072)!==0}else $s=!1,an&&(d.flags&1048576)!==0&&pb(d,ku,d.index);switch(d.lanes=0,d.tag){case 2:var x=d.type;Fu(l,d),l=d.pendingProps;var j=jl(d,us.current);Ml(d,p),j=um(null,d,x,l,j,p);var S=hm();return d.flags|=1,typeof j=="object"&&j!==null&&typeof j.render=="function"&&j.$$typeof===void 0?(d.tag=1,d.memoizedState=null,d.updateQueue=null,Fs(x)?(S=!0,Nu(d)):S=!1,d.memoizedState=j.state!==null&&j.state!==void 0?j.state:null,rm(d),j.updater=_u,d.stateNode=j,j._reactInternals=d,ym(d,x,l,p),d=wm(null,d,x,!0,S,p)):(d.tag=0,an&&S&&Gp(d),Is(null,d,j,p),d=d.child),d;case 16:x=d.elementType;e:{switch(Fu(l,d),l=d.pendingProps,j=x._init,x=j(x._payload),d.type=x,j=d.tag=fE(x),l=Rr(x,l),j){case 0:d=Nm(null,d,x,l,p);break e;case 1:d=ov(null,d,x,l,p);break e;case 11:d=nv(null,d,x,l,p);break e;case 14:d=sv(null,d,x,Rr(x.type,l),p);break e}throw Error(n(306,x,""))}return d;case 0:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:Rr(x,j),Nm(l,d,x,j,p);case 1:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:Rr(x,j),ov(l,d,x,j,p);case 3:e:{if(lv(d),l===null)throw Error(n(387));x=d.pendingProps,S=d.memoizedState,j=S.element,jb(l,d),Au(d,x,null,p);var A=d.memoizedState;if(x=A.element,S.isDehydrated)if(S={element:x,isDehydrated:!1,cache:A.cache,pendingSuspenseBoundaries:A.pendingSuspenseBoundaries,transitions:A.transitions},d.updateQueue.baseState=S,d.memoizedState=S,d.flags&256){j=Il(Error(n(423)),d),d=cv(l,d,x,p,j);break e}else if(x!==j){j=Il(Error(n(424)),d),d=cv(l,d,x,p,j);break e}else for(er=ii(d.stateNode.containerInfo.firstChild),Zs=d,an=!0,Pr=null,p=Nb(d,null,x,p),d.child=p;p;)p.flags=p.flags&-3|4096,p=p.sibling;else{if(Cl(),x===j){d=Ia(l,d,p);break e}Is(l,d,x,p)}d=d.child}return d;case 5:return Cb(d),l===null&&Qp(d),x=d.type,j=d.pendingProps,S=l!==null?l.memoizedProps:null,A=j.children,Vp(x,j)?A=null:S!==null&&Vp(x,S)&&(d.flags|=32),iv(l,d),Is(l,d,A,p),d.child;case 6:return l===null&&Qp(d),null;case 13:return dv(l,d,p);case 4:return am(d,d.stateNode.containerInfo),x=d.pendingProps,l===null?d.child=El(d,null,x,p):Is(l,d,x,p),d.child;case 11:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:Rr(x,j),nv(l,d,x,j,p);case 7:return Is(l,d,d.pendingProps,p),d.child;case 8:return Is(l,d,d.pendingProps.children,p),d.child;case 12:return Is(l,d,d.pendingProps.children,p),d.child;case 10:e:{if(x=d.type._context,j=d.pendingProps,S=d.memoizedProps,A=j.value,qt(Eu,x._currentValue),x._currentValue=A,S!==null)if(Ir(S.value,A)){if(S.children===j.children&&!zs.current){d=Ia(l,d,p);break e}}else for(S=d.child,S!==null&&(S.return=d);S!==null;){var V=S.dependencies;if(V!==null){A=S.child;for(var Q=V.firstContext;Q!==null;){if(Q.context===x){if(S.tag===1){Q=Aa(-1,p&-p),Q.tag=2;var ge=S.updateQueue;if(ge!==null){ge=ge.shared;var Se=ge.pending;Se===null?Q.next=Q:(Q.next=Se.next,Se.next=Q),ge.pending=Q}}S.lanes|=p,Q=S.alternate,Q!==null&&(Q.lanes|=p),nm(S.return,p,d),V.lanes|=p;break}Q=Q.next}}else if(S.tag===10)A=S.type===d.type?null:S.child;else if(S.tag===18){if(A=S.return,A===null)throw Error(n(341));A.lanes|=p,V=A.alternate,V!==null&&(V.lanes|=p),nm(A,p,d),A=S.sibling}else A=S.child;if(A!==null)A.return=S;else for(A=S;A!==null;){if(A===d){A=null;break}if(S=A.sibling,S!==null){S.return=A.return,A=S;break}A=A.return}S=A}Is(l,d,j.children,p),d=d.child}return d;case 9:return j=d.type,x=d.pendingProps.children,Ml(d,p),j=ur(j),x=x(j),d.flags|=1,Is(l,d,x,p),d.child;case 14:return x=d.type,j=Rr(x,d.pendingProps),j=Rr(x.type,j),sv(l,d,x,j,p);case 15:return rv(l,d,d.type,d.pendingProps,p);case 17:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:Rr(x,j),Fu(l,d),d.tag=1,Fs(x)?(l=!0,Nu(d)):l=!1,Ml(d,p),Jb(d,x,j),ym(d,x,j,p),wm(null,d,x,!0,l,p);case 19:return hv(l,d,p);case 22:return av(l,d,p)}throw Error(n(156,d.tag))};function Lv(l,d){return ls(l,d)}function hE(l,d,p,x){this.tag=l,this.key=p,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=d,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=x,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function pr(l,d,p,x){return new hE(l,d,p,x)}function Vm(l){return l=l.prototype,!(!l||!l.isReactComponent)}function fE(l){if(typeof l=="function")return Vm(l)?1:0;if(l!=null){if(l=l.$$typeof,l===ue)return 11;if(l===O)return 14}return 2}function xi(l,d){var p=l.alternate;return p===null?(p=pr(l.tag,d,l.key,l.mode),p.elementType=l.elementType,p.type=l.type,p.stateNode=l.stateNode,p.alternate=l,l.alternate=p):(p.pendingProps=d,p.type=l.type,p.flags=0,p.subtreeFlags=0,p.deletions=null),p.flags=l.flags&14680064,p.childLanes=l.childLanes,p.lanes=l.lanes,p.child=l.child,p.memoizedProps=l.memoizedProps,p.memoizedState=l.memoizedState,p.updateQueue=l.updateQueue,d=l.dependencies,p.dependencies=d===null?null:{lanes:d.lanes,firstContext:d.firstContext},p.sibling=l.sibling,p.index=l.index,p.ref=l.ref,p}function Yu(l,d,p,x,j,S){var A=2;if(x=l,typeof l=="function")Vm(l)&&(A=1);else if(typeof l=="string")A=5;else e:switch(l){case D:return Eo(p.children,j,S,d);case P:A=8,j|=8;break;case R:return l=pr(12,p,d,j|2),l.elementType=R,l.lanes=S,l;case xe:return l=pr(13,p,d,j),l.elementType=xe,l.lanes=S,l;case H:return l=pr(19,p,d,j),l.elementType=H,l.lanes=S,l;case $:return Qu(p,j,S,d);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case K:A=10;break e;case re:A=9;break e;case ue:A=11;break e;case O:A=14;break e;case J:A=16,x=null;break e}throw Error(n(130,l==null?l:typeof l,""))}return d=pr(A,p,d,j),d.elementType=l,d.type=x,d.lanes=S,d}function Eo(l,d,p,x){return l=pr(7,l,x,d),l.lanes=p,l}function Qu(l,d,p,x){return l=pr(22,l,x,d),l.elementType=$,l.lanes=p,l.stateNode={isHidden:!1},l}function Hm(l,d,p){return l=pr(6,l,null,d),l.lanes=p,l}function Wm(l,d,p){return d=pr(4,l.children!==null?l.children:[],l.key,d),d.lanes=p,d.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},d}function pE(l,d,p,x,j){this.tag=d,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=$e(0),this.expirationTimes=$e(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=$e(0),this.identifierPrefix=x,this.onRecoverableError=j,this.mutableSourceEagerHydrationData=null}function Um(l,d,p,x,j,S,A,V,Q){return l=new pE(l,d,p,V,Q),d===1?(d=1,S===!0&&(d|=8)):d=0,S=pr(3,null,null,d),l.current=S,S.stateNode=l,S.memoizedState={element:x,isDehydrated:p,cache:null,transitions:null,pendingSuspenseBoundaries:null},rm(S),l}function mE(l,d,p){var x=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),Qm.exports=EE(),Qm.exports}var Yv;function TE(){if(Yv)return rh;Yv=1;var t=rj();return rh.createRoot=t.createRoot,rh.hydrateRoot=t.hydrateRoot,rh}var ME=TE(),qd=rj();const aj=sj(qd);/** - * @remix-run/router v1.23.2 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function Md(){return Md=Object.assign?Object.assign.bind():function(t){for(var e=1;e"u")throw new Error(e)}function h0(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function IE(){return Math.random().toString(36).substr(2,8)}function Xv(t,e){return{usr:t.state,key:t.key,idx:e}}function Xg(t,e,n,s){return n===void 0&&(n=null),Md({pathname:typeof t=="string"?t:t.pathname,search:"",hash:""},typeof e=="string"?dc(e):e,{state:n,key:e&&e.key||s||IE()})}function Vh(t){let{pathname:e="/",search:n="",hash:s=""}=t;return n&&n!=="?"&&(e+=n.charAt(0)==="?"?n:"?"+n),s&&s!=="#"&&(e+=s.charAt(0)==="#"?s:"#"+s),e}function dc(t){let e={};if(t){let n=t.indexOf("#");n>=0&&(e.hash=t.substr(n),t=t.substr(0,n));let s=t.indexOf("?");s>=0&&(e.search=t.substr(s),t=t.substr(0,s)),t&&(e.pathname=t)}return e}function PE(t,e,n,s){s===void 0&&(s={});let{window:a=document.defaultView,v5Compat:i=!1}=s,o=a.history,c=Ai.Pop,u=null,h=f();h==null&&(h=0,o.replaceState(Md({},o.state,{idx:h}),""));function f(){return(o.state||{idx:null}).idx}function m(){c=Ai.Pop;let v=f(),k=v==null?null:v-h;h=v,u&&u({action:c,location:w.location,delta:k})}function g(v,k){c=Ai.Push;let C=Xg(w.location,v,k);h=f()+1;let E=Xv(C,h),I=w.createHref(C);try{o.pushState(E,"",I)}catch(L){if(L instanceof DOMException&&L.name==="DataCloneError")throw L;a.location.assign(I)}i&&u&&u({action:c,location:w.location,delta:1})}function y(v,k){c=Ai.Replace;let C=Xg(w.location,v,k);h=f();let E=Xv(C,h),I=w.createHref(C);o.replaceState(E,"",I),i&&u&&u({action:c,location:w.location,delta:0})}function N(v){let k=a.location.origin!=="null"?a.location.origin:a.location.href,C=typeof v=="string"?v:Vh(v);return C=C.replace(/ $/,"%20"),Sn(k,"No window.location.(origin|href) available to create URL for href: "+C),new URL(C,k)}let w={get action(){return c},get location(){return t(a,o)},listen(v){if(u)throw new Error("A history only accepts one active listener");return a.addEventListener(Qv,m),u=v,()=>{a.removeEventListener(Qv,m),u=null}},createHref(v){return e(a,v)},createURL:N,encodeLocation(v){let k=N(v);return{pathname:k.pathname,search:k.search,hash:k.hash}},push:g,replace:y,go(v){return o.go(v)}};return w}var Zv;(function(t){t.data="data",t.deferred="deferred",t.redirect="redirect",t.error="error"})(Zv||(Zv={}));function RE(t,e,n){return n===void 0&&(n="/"),OE(t,e,n)}function OE(t,e,n,s){let a=typeof e=="string"?dc(e):e,i=f0(a.pathname||"/",n);if(i==null)return null;let o=ij(t);DE(o);let c=null;for(let u=0;c==null&&u{let u={relativePath:c===void 0?i.path||"":c,caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};u.relativePath.startsWith("/")&&(Sn(u.relativePath.startsWith(s),'Absolute route path "'+u.relativePath+'" nested under path '+('"'+s+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),u.relativePath=u.relativePath.slice(s.length));let h=Di([s,u.relativePath]),f=n.concat(u);i.children&&i.children.length>0&&(Sn(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+h+'".')),ij(i.children,e,f,h)),!(i.path==null&&!i.index)&&e.push({path:h,score:VE(h,i.index),routesMeta:f})};return t.forEach((i,o)=>{var c;if(i.path===""||!((c=i.path)!=null&&c.includes("?")))a(i,o);else for(let u of oj(i.path))a(i,o,u)}),e}function oj(t){let e=t.split("/");if(e.length===0)return[];let[n,...s]=e,a=n.endsWith("?"),i=n.replace(/\?$/,"");if(s.length===0)return a?[i,""]:[i];let o=oj(s.join("/")),c=[];return c.push(...o.map(u=>u===""?i:[i,u].join("/"))),a&&c.push(...o),c.map(u=>t.startsWith("/")&&u===""?"/":u)}function DE(t){t.sort((e,n)=>e.score!==n.score?n.score-e.score:HE(e.routesMeta.map(s=>s.childrenIndex),n.routesMeta.map(s=>s.childrenIndex)))}const LE=/^:[\w-]+$/,_E=3,zE=2,FE=1,$E=10,BE=-2,e1=t=>t==="*";function VE(t,e){let n=t.split("/"),s=n.length;return n.some(e1)&&(s+=BE),e&&(s+=zE),n.filter(a=>!e1(a)).reduce((a,i)=>a+(LE.test(i)?_E:i===""?FE:$E),s)}function HE(t,e){return t.length===e.length&&t.slice(0,-1).every((s,a)=>s===e[a])?t[t.length-1]-e[e.length-1]:0}function WE(t,e,n){let{routesMeta:s}=t,a={},i="/",o=[];for(let c=0;c{let{paramName:g,isOptional:y}=f;if(g==="*"){let w=c[m]||"";o=i.slice(0,i.length-w.length).replace(/(.)\/+$/,"$1")}const N=c[m];return y&&!N?h[g]=void 0:h[g]=(N||"").replace(/%2F/g,"/"),h},{}),pathname:i,pathnameBase:o,pattern:t}}function KE(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!0),h0(t==="*"||!t.endsWith("*")||t.endsWith("/*"),'Route path "'+t+'" will be treated as if it were '+('"'+t.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+t.replace(/\*$/,"/*")+'".'));let s=[],a="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,c,u)=>(s.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(s.push({paramName:"*"}),a+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":t!==""&&t!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,e?void 0:"i"),s]}function qE(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return h0(!1,'The URL path "'+t+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+e+").")),t}}function f0(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let n=e.endsWith("/")?e.length-1:e.length,s=t.charAt(n);return s&&s!=="/"?null:t.slice(n)||"/"}const GE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,JE=t=>GE.test(t);function YE(t,e){e===void 0&&(e="/");let{pathname:n,search:s="",hash:a=""}=typeof t=="string"?dc(t):t,i;if(n)if(JE(n))i=n;else{if(n.includes("//")){let o=n;n=n.replace(/\/\/+/g,"/"),h0(!1,"Pathnames cannot have embedded double slashes - normalizing "+(o+" -> "+n))}n.startsWith("/")?i=t1(n.substring(1),"/"):i=t1(n,e)}else i=e;return{pathname:i,search:ZE(s),hash:eT(a)}}function t1(t,e){let n=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function eg(t,e,n,s){return"Cannot include a '"+t+"' character in a manually specified "+("`to."+e+"` field ["+JSON.stringify(s)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function QE(t){return t.filter((e,n)=>n===0||e.route.path&&e.route.path.length>0)}function p0(t,e){let n=QE(t);return e?n.map((s,a)=>a===n.length-1?s.pathname:s.pathnameBase):n.map(s=>s.pathnameBase)}function m0(t,e,n,s){s===void 0&&(s=!1);let a;typeof t=="string"?a=dc(t):(a=Md({},t),Sn(!a.pathname||!a.pathname.includes("?"),eg("?","pathname","search",a)),Sn(!a.pathname||!a.pathname.includes("#"),eg("#","pathname","hash",a)),Sn(!a.search||!a.search.includes("#"),eg("#","search","hash",a)));let i=t===""||a.pathname==="",o=i?"/":a.pathname,c;if(o==null)c=n;else{let m=e.length-1;if(!s&&o.startsWith("..")){let g=o.split("/");for(;g[0]==="..";)g.shift(),m-=1;a.pathname=g.join("/")}c=m>=0?e[m]:"/"}let u=YE(a,c),h=o&&o!=="/"&&o.endsWith("/"),f=(i||o===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(h||f)&&(u.pathname+="/"),u}const Di=t=>t.join("/").replace(/\/\/+/g,"/"),XE=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),ZE=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,eT=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;function tT(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const lj=["post","put","patch","delete"];new Set(lj);const nT=["get",...lj];new Set(nT);/** - * React Router v6.30.3 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function Ad(){return Ad=Object.assign?Object.assign.bind():function(t){for(var e=1;e{c.current=!0}),b.useCallback(function(h,f){if(f===void 0&&(f={}),!c.current)return;if(typeof h=="number"){s.go(h);return}let m=m0(h,JSON.parse(o),i,f.relative==="path");t==null&&e!=="/"&&(m.pathname=m.pathname==="/"?e:Di([e,m.pathname])),(f.replace?s.replace:s.push)(m,f.state,f)},[e,s,o,i,t])}const iT=b.createContext(null);function oT(t){let e=b.useContext(Ya).outlet;return e&&b.createElement(iT.Provider,{value:t},e)}function uj(t,e){let{relative:n}=e===void 0?{}:e,{future:s}=b.useContext(qi),{matches:a}=b.useContext(Ya),{pathname:i}=Gi(),o=JSON.stringify(p0(a,s.v7_relativeSplatPath));return b.useMemo(()=>m0(t,JSON.parse(o),i,n==="path"),[t,o,i,n])}function lT(t,e){return cT(t,e)}function cT(t,e,n,s){uc()||Sn(!1);let{navigator:a}=b.useContext(qi),{matches:i}=b.useContext(Ya),o=i[i.length-1],c=o?o.params:{};o&&o.pathname;let u=o?o.pathnameBase:"/";o&&o.route;let h=Gi(),f;if(e){var m;let v=typeof e=="string"?dc(e):e;u==="/"||(m=v.pathname)!=null&&m.startsWith(u)||Sn(!1),f=v}else f=h;let g=f.pathname||"/",y=g;if(u!=="/"){let v=u.replace(/^\//,"").split("/");y="/"+g.replace(/^\//,"").split("/").slice(v.length).join("/")}let N=RE(t,{pathname:y}),w=pT(N&&N.map(v=>Object.assign({},v,{params:Object.assign({},c,v.params),pathname:Di([u,a.encodeLocation?a.encodeLocation(v.pathname).pathname:v.pathname]),pathnameBase:v.pathnameBase==="/"?u:Di([u,a.encodeLocation?a.encodeLocation(v.pathnameBase).pathname:v.pathnameBase])})),i,n,s);return e&&w?b.createElement(Kf.Provider,{value:{location:Ad({pathname:"/",search:"",hash:"",state:null,key:"default"},f),navigationType:Ai.Pop}},w):w}function dT(){let t=yT(),e=tT(t)?t.status+" "+t.statusText:t instanceof Error?t.message:JSON.stringify(t),n=t instanceof Error?t.stack:null,a={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return b.createElement(b.Fragment,null,b.createElement("h2",null,"Unexpected Application Error!"),b.createElement("h3",{style:{fontStyle:"italic"}},e),n?b.createElement("pre",{style:a},n):null,null)}const uT=b.createElement(dT,null);class hT extends b.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,n){return n.location!==e.location||n.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:n.error,location:n.location,revalidation:e.revalidation||n.revalidation}}componentDidCatch(e,n){console.error("React Router caught the following error during render",e,n)}render(){return this.state.error!==void 0?b.createElement(Ya.Provider,{value:this.props.routeContext},b.createElement(cj.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function fT(t){let{routeContext:e,match:n,children:s}=t,a=b.useContext(g0);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),b.createElement(Ya.Provider,{value:e},s)}function pT(t,e,n,s){var a;if(e===void 0&&(e=[]),n===void 0&&(n=null),s===void 0&&(s=null),t==null){var i;if(!n)return null;if(n.errors)t=n.matches;else if((i=s)!=null&&i.v7_partialHydration&&e.length===0&&!n.initialized&&n.matches.length>0)t=n.matches;else return null}let o=t,c=(a=n)==null?void 0:a.errors;if(c!=null){let f=o.findIndex(m=>m.route.id&&(c==null?void 0:c[m.route.id])!==void 0);f>=0||Sn(!1),o=o.slice(0,Math.min(o.length,f+1))}let u=!1,h=-1;if(n&&s&&s.v7_partialHydration)for(let f=0;f=0?o=o.slice(0,h+1):o=[o[0]];break}}}return o.reduceRight((f,m,g)=>{let y,N=!1,w=null,v=null;n&&(y=c&&m.route.id?c[m.route.id]:void 0,w=m.route.errorElement||uT,u&&(h<0&&g===0?(vT("route-fallback"),N=!0,v=null):h===g&&(N=!0,v=m.route.hydrateFallbackElement||null)));let k=e.concat(o.slice(0,g+1)),C=()=>{let E;return y?E=w:N?E=v:m.route.Component?E=b.createElement(m.route.Component,null):m.route.element?E=m.route.element:E=f,b.createElement(fT,{match:m,routeContext:{outlet:f,matches:k,isDataRoute:n!=null},children:E})};return n&&(m.route.ErrorBoundary||m.route.errorElement||g===0)?b.createElement(hT,{location:n.location,revalidation:n.revalidation,component:w,error:y,children:C(),routeContext:{outlet:null,matches:k,isDataRoute:!0}}):C()},null)}var hj=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})(hj||{}),fj=(function(t){return t.UseBlocker="useBlocker",t.UseLoaderData="useLoaderData",t.UseActionData="useActionData",t.UseRouteError="useRouteError",t.UseNavigation="useNavigation",t.UseRouteLoaderData="useRouteLoaderData",t.UseMatches="useMatches",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t.UseRouteId="useRouteId",t})(fj||{});function mT(t){let e=b.useContext(g0);return e||Sn(!1),e}function gT(t){let e=b.useContext(sT);return e||Sn(!1),e}function xT(t){let e=b.useContext(Ya);return e||Sn(!1),e}function pj(t){let e=xT(),n=e.matches[e.matches.length-1];return n.route.id||Sn(!1),n.route.id}function yT(){var t;let e=b.useContext(cj),n=gT(),s=pj();return e!==void 0?e:(t=n.errors)==null?void 0:t[s]}function bT(){let{router:t}=mT(hj.UseNavigateStable),e=pj(fj.UseNavigateStable),n=b.useRef(!1);return dj(()=>{n.current=!0}),b.useCallback(function(a,i){i===void 0&&(i={}),n.current&&(typeof a=="number"?t.navigate(a):t.navigate(a,Ad({fromRouteId:e},i)))},[t,e])}const n1={};function vT(t,e,n){n1[t]||(n1[t]=!0)}function NT(t,e){t==null||t.v7_startTransition,t==null||t.v7_relativeSplatPath}function tg(t){let{to:e,replace:n,state:s,relative:a}=t;uc()||Sn(!1);let{future:i,static:o}=b.useContext(qi),{matches:c}=b.useContext(Ya),{pathname:u}=Gi(),h=Ji(),f=m0(e,p0(c,i.v7_relativeSplatPath),u,a==="path"),m=JSON.stringify(f);return b.useEffect(()=>h(JSON.parse(m),{replace:n,state:s,relative:a}),[h,m,a,n,s]),null}function wT(t){return oT(t.context)}function Gt(t){Sn(!1)}function jT(t){let{basename:e="/",children:n=null,location:s,navigationType:a=Ai.Pop,navigator:i,static:o=!1,future:c}=t;uc()&&Sn(!1);let u=e.replace(/^\/*/,"/"),h=b.useMemo(()=>({basename:u,navigator:i,static:o,future:Ad({v7_relativeSplatPath:!1},c)}),[u,c,i,o]);typeof s=="string"&&(s=dc(s));let{pathname:f="/",search:m="",hash:g="",state:y=null,key:N="default"}=s,w=b.useMemo(()=>{let v=f0(f,u);return v==null?null:{location:{pathname:v,search:m,hash:g,state:y,key:N},navigationType:a}},[u,f,m,g,y,N,a]);return w==null?null:b.createElement(qi.Provider,{value:h},b.createElement(Kf.Provider,{children:n,value:w}))}function kT(t){let{children:e,location:n}=t;return lT(Zg(e),n)}new Promise(()=>{});function Zg(t,e){e===void 0&&(e=[]);let n=[];return b.Children.forEach(t,(s,a)=>{if(!b.isValidElement(s))return;let i=[...e,a];if(s.type===b.Fragment){n.push.apply(n,Zg(s.props.children,i));return}s.type!==Gt&&Sn(!1),!s.props.index||!s.props.children||Sn(!1);let o={id:s.props.id||i.join("-"),caseSensitive:s.props.caseSensitive,element:s.props.element,Component:s.props.Component,index:s.props.index,path:s.props.path,loader:s.props.loader,action:s.props.action,errorElement:s.props.errorElement,ErrorBoundary:s.props.ErrorBoundary,hasErrorBoundary:s.props.ErrorBoundary!=null||s.props.errorElement!=null,shouldRevalidate:s.props.shouldRevalidate,handle:s.props.handle,lazy:s.props.lazy};s.props.children&&(o.children=Zg(s.props.children,i)),n.push(o)}),n}/** - * React Router DOM v6.30.3 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function ex(){return ex=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0)&&(n[a]=t[a]);return n}function CT(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}function ET(t,e){return t.button===0&&(!e||e==="_self")&&!CT(t)}function tx(t){return t===void 0&&(t=""),new URLSearchParams(typeof t=="string"||Array.isArray(t)||t instanceof URLSearchParams?t:Object.keys(t).reduce((e,n)=>{let s=t[n];return e.concat(Array.isArray(s)?s.map(a=>[n,a]):[[n,s]])},[]))}function TT(t,e){let n=tx(t);return e&&e.forEach((s,a)=>{n.has(a)||e.getAll(a).forEach(i=>{n.append(a,i)})}),n}const MT=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],AT="6";try{window.__reactRouterVersion=AT}catch{}const IT="startTransition",s1=Uf[IT];function PT(t){let{basename:e,children:n,future:s,window:a}=t,i=b.useRef();i.current==null&&(i.current=AE({window:a,v5Compat:!0}));let o=i.current,[c,u]=b.useState({action:o.action,location:o.location}),{v7_startTransition:h}=s||{},f=b.useCallback(m=>{h&&s1?s1(()=>u(m)):u(m)},[u,h]);return b.useLayoutEffect(()=>o.listen(f),[o,f]),b.useEffect(()=>NT(s),[s]),b.createElement(jT,{basename:e,children:n,location:c.location,navigationType:c.action,navigator:o,future:s})}const RT=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",OT=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,nx=b.forwardRef(function(e,n){let{onClick:s,relative:a,reloadDocument:i,replace:o,state:c,target:u,to:h,preventScrollReset:f,viewTransition:m}=e,g=ST(e,MT),{basename:y}=b.useContext(qi),N,w=!1;if(typeof h=="string"&&OT.test(h)&&(N=h,RT))try{let E=new URL(window.location.href),I=h.startsWith("//")?new URL(E.protocol+h):new URL(h),L=f0(I.pathname,y);I.origin===E.origin&&L!=null?h=L+I.search+I.hash:w=!0}catch{}let v=rT(h,{relative:a}),k=DT(h,{replace:o,state:c,target:u,preventScrollReset:f,relative:a,viewTransition:m});function C(E){s&&s(E),E.defaultPrevented||k(E)}return b.createElement("a",ex({},g,{href:N||v,onClick:w||i?s:C,ref:n,target:u}))});var r1;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(r1||(r1={}));var a1;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(a1||(a1={}));function DT(t,e){let{target:n,replace:s,state:a,preventScrollReset:i,relative:o,viewTransition:c}=e===void 0?{}:e,u=Ji(),h=Gi(),f=uj(t,{relative:o});return b.useCallback(m=>{if(ET(m,n)){m.preventDefault();let g=s!==void 0?s:Vh(h)===Vh(f);u(t,{replace:g,state:a,preventScrollReset:i,relative:o,viewTransition:c})}},[h,u,f,s,a,n,t,i,o,c])}function mj(t){let e=b.useRef(tx(t)),n=b.useRef(!1),s=Gi(),a=b.useMemo(()=>TT(s.search,n.current?null:e.current),[s.search]),i=Ji(),o=b.useCallback((c,u)=>{const h=tx(typeof c=="function"?c(a):c);n.current=!0,i("?"+h,u)},[i,a]);return[a,o]}/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const LT=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),_T=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,n,s)=>s?s.toUpperCase():n.toLowerCase()),i1=t=>{const e=_T(t);return e.charAt(0).toUpperCase()+e.slice(1)},gj=(...t)=>t.filter((e,n,s)=>!!e&&e.trim()!==""&&s.indexOf(e)===n).join(" ").trim(),zT=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0};/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */var FT={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const $T=b.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:n=2,absoluteStrokeWidth:s,className:a="",children:i,iconNode:o,...c},u)=>b.createElement("svg",{ref:u,...FT,width:e,height:e,stroke:t,strokeWidth:s?Number(n)*24/Number(e):n,className:gj("lucide",a),...!i&&!zT(c)&&{"aria-hidden":"true"},...c},[...o.map(([h,f])=>b.createElement(h,f)),...Array.isArray(i)?i:[i]]));/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const Ie=(t,e)=>{const n=b.forwardRef(({className:s,...a},i)=>b.createElement($T,{ref:i,iconNode:e,className:gj(`lucide-${LT(i1(t))}`,`lucide-${t}`,s),...a}));return n.displayName=i1(t),n};/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const BT=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],ng=Ie("arrow-up-down",BT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const VT=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],o1=Ie("bitcoin",VT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const HT=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],WT=Ie("bold",HT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const UT=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],ir=Ie("book-open",UT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const KT=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],Hh=Ie("calendar",KT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const qT=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],sx=Ie("chart-column",qT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const GT=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],qf=Ie("check",GT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const JT=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],x0=Ie("chevron-down",JT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const YT=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],QT=Ie("chevron-left",YT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const XT=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],ql=Ie("chevron-right",XT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const ZT=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],xj=Ie("chevron-up",ZT);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const eM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],yj=Ie("circle-alert",eM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const tM=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],l1=Ie("circle-check-big",tM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const nM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],rx=Ie("circle-check",nM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const sM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],bj=Ie("circle-question-mark",sM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const rM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],sg=Ie("circle-user",rM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const aM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],vj=Ie("circle-x",aM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const iM=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ax=Ie("clock",iM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const oM=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],lM=Ie("cloud",oM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const cM=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],dM=Ie("code",cM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const uM=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],y0=Ie("copy",uM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const hM=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],c1=Ie("credit-card",hM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const fM=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],Yl=Ie("crown",fM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const pM=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],Wh=Ie("dollar-sign",pM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const mM=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],gM=Ie("download",mM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const xM=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],qa=Ie("external-link",xM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const yM=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],ix=Ie("eye",yM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const bM=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Nj=Ie("file-text",bM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const vM=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],wj=Ie("funnel",vM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const NM=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]],jj=Ie("gift",NM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const wM=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],jM=Ie("git-merge",wM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const kM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],ox=Ie("globe",kM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const SM=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],CM=Ie("graduation-cap",SM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const EM=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],Ra=Ie("grip-vertical",EM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const TM=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],MM=Ie("handshake",TM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const AM=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],d1=Ie("hash",AM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const IM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],PM=Ie("heading-1",IM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const RM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],OM=Ie("heading-2",RM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const DM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],LM=Ie("heading-3",DM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const _M=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],zM=Ie("house",_M);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const FM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],kj=Ie("image",FM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const $M=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],ah=Ie("info",$M);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const BM=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],VM=Ie("italic",BM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const HM=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],Sj=Ie("key",HM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const WM=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],UM=Ie("layout-dashboard",WM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const KM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],$r=Ie("link-2",KM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const qM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],lx=Ie("link",qM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const GM=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],JM=Ie("list-ordered",GM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const YM=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],QM=Ie("list",YM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const XM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],ZM=Ie("lock",XM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const eA=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],tA=Ie("log-out",eA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const nA=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Cj=Ie("map-pin",nA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const sA=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],rA=Ie("menu",sA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const aA=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],iA=Ie("message-circle",aA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const oA=[["path",{d:"M5 12h14",key:"1ays0h"}]],lA=Ie("minus",oA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const cA=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],Gl=Ie("navigation",cA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const dA=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],uA=Ie("palette",dA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const hA=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Jt=Ie("pen-line",hA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const fA=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],cx=Ie("pencil",fA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const pA=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],mA=Ie("percent",pA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const gA=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],xA=Ie("phone",gA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const yA=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],u1=Ie("pin",yA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const bA=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],xn=Ie("plus",bA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const vA=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],h1=Ie("qr-code",vA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const NA=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],wA=Ie("quote",NA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const jA=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],kA=Ie("redo",jA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const SA=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Be=Ie("refresh-cw",SA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const CA=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],kn=Ie("save",CA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const EA=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],ca=Ie("search",EA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const TA=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],MA=Ie("send",TA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const AA=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],_o=Ie("settings",AA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const IA=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],ih=Ie("settings-2",IA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const PA=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],pd=Ie("shield-check",PA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const RA=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],dx=Ie("shopping-bag",RA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const OA=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],Bi=Ie("smartphone",OA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const DA=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],Ii=Ie("star",DA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const LA=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],_A=Ie("strikethrough",LA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const zA=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],FA=Ie("table",zA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const $A=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],md=Ie("tag",$A);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const BA=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],Xn=Ie("trash-2",BA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const VA=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],gd=Ie("trending-up",VA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const HA=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],ux=Ie("trophy",HA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const WA=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],hx=Ie("undo-2",WA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const UA=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],KA=Ie("undo",UA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const qA=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],Uh=Ie("upload",qA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const GA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],xd=Ie("user-plus",GA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const JA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],zo=Ie("user",JA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const YA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],zn=Ie("users",YA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const QA=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],tc=Ie("wallet",QA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const XA=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],gs=Ie("x",XA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const ZA=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],Va=Ie("zap",ZA),b0="admin_token";function Gf(){try{return localStorage.getItem(b0)}catch{return null}}function e5(t){try{localStorage.setItem(b0,t)}catch{}}function rg(){try{localStorage.removeItem(b0)}catch{}}const t5="https://soulapi.quwanzhi.com",n5=15e3,f1=6e4,s5=()=>{const t="https://soulapi.quwanzhi.com";return t.length>0?t.replace(/\/$/,""):t5};function Wo(t){const e=s5(),n=t.startsWith("/")?t:`/${t}`;return e?`${e}${n}`:n}async function Jf(t,e={}){const{data:n,...s}=e,a=Wo(t),i=new Headers(s.headers),o=Gf();o&&i.set("Authorization",`Bearer ${o}`),n!=null&&!i.has("Content-Type")&&i.set("Content-Type","application/json");const c=n!=null?JSON.stringify(n):s.body,u=s.timeout??n5,h=new AbortController,f=setTimeout(()=>h.abort(),u),m=await fetch(a,{...s,headers:i,body:c,credentials:"include",signal:h.signal}).finally(()=>clearTimeout(f)),y=(m.headers.get("Content-Type")||"").includes("application/json")?await m.json():m,N=w=>{const v=w,k=((v==null?void 0:v.message)||(v==null?void 0:v.error)||"").toString();(k.includes("可提现金额不足")||k.includes("可提现不足")||k.includes("余额不足"))&&window.dispatchEvent(new CustomEvent("recharge-alert",{detail:k}))};if(!m.ok){N(y);const w=new Error((y==null?void 0:y.error)||`HTTP ${m.status}`);throw w.status=m.status,w.data=y,w}return N(y),y}function Oe(t,e){return Jf(t,{...e,method:"GET"})}function jt(t,e,n){return Jf(t,{...n,method:"POST",data:e})}function Pt(t,e,n){return Jf(t,{...n,method:"PUT",data:e})}function oa(t,e){return Jf(t,{...e,method:"DELETE"})}function r5(){const[t,e]=b.useState(!1),[n,s]=b.useState("");return b.useEffect(()=>{const a=i=>{const o=i.detail;s(o||"可提现/余额不足,请及时充值商户号"),e(!0)};return window.addEventListener("recharge-alert",a),()=>window.removeEventListener("recharge-alert",a)},[]),t?r.jsxs("div",{className:"flex items-center justify-between gap-4 px-4 py-3 bg-red-900/80 border-b border-red-600/50 text-red-100",role:"alert",children:[r.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[r.jsx(yj,{className:"w-5 h-5 shrink-0 text-red-400"}),r.jsxs("span",{className:"text-sm font-medium",children:[n,r.jsx("span",{className:"ml-2 text-red-300",children:"请及时充值商户号或核对账户后重试。"})]})]}),r.jsx("button",{type:"button",onClick:()=>e(!1),className:"shrink-0 p-1 rounded hover:bg-red-800/50 transition-colors","aria-label":"关闭告警",children:r.jsx(gs,{className:"w-4 h-4"})})]}):null}const a5=[{icon:UM,label:"数据概览",href:"/dashboard"},{icon:ir,label:"内容管理",href:"/content"},{icon:zn,label:"用户管理",href:"/users"},{icon:jM,label:"找伙伴",href:"/find-partner"},{icon:tc,label:"推广中心",href:"/distribution"}];function i5(){const t=Gi(),e=Ji(),[n,s]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{s(!0)},[]),b.useEffect(()=>{if(!n)return;i(!1);let c=!1;if(!Gf()){e("/login",{replace:!0});return}return Oe("/api/admin").then(u=>{c||(u&&u.success!==!1?i(!0):(rg(),e("/login",{replace:!0,state:{from:t.pathname}})))}).catch(()=>{c||(rg(),e("/login",{replace:!0,state:{from:t.pathname}}))}),()=>{c=!0}},[t.pathname,n,e]);const o=async()=>{rg();try{await jt("/api/admin/logout",{})}catch{}e("/login",{replace:!0})};return!n||!a?r.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[r.jsx("div",{className:"w-64 bg-[#0f2137] border-r border-gray-700/50"}),r.jsx("div",{className:"flex-1 flex items-center justify-center",children:r.jsx("div",{className:"text-[#38bdac]",children:"加载中..."})})]}):r.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[r.jsxs("div",{className:"w-64 bg-[#0f2137] flex flex-col border-r border-gray-700/50 shadow-xl",children:[r.jsxs("div",{className:"p-6 border-b border-gray-700/50",children:[r.jsx("h1",{className:"text-xl font-bold text-[#38bdac]",children:"管理后台"}),r.jsx("p",{className:"text-xs text-gray-400 mt-1",children:"Soul创业派对"})]}),r.jsxs("nav",{className:"flex-1 p-4 space-y-1 overflow-y-auto",children:[a5.map(c=>{const u=t.pathname===c.href;return r.jsxs(nx,{to:c.href,className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${u?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[r.jsx(c.icon,{className:"w-5 h-5 shrink-0"}),r.jsx("span",{className:"text-sm",children:c.label})]},c.href)}),r.jsx("div",{className:"pt-4 mt-4 border-t border-gray-700/50",children:r.jsxs(nx,{to:"/settings",className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${t.pathname==="/settings"?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[r.jsx(_o,{className:"w-5 h-5 shrink-0"}),r.jsx("span",{className:"text-sm",children:"系统设置"})]})})]}),r.jsx("div",{className:"p-4 border-t border-gray-700/50 space-y-1",children:r.jsxs("button",{type:"button",onClick:o,className:"w-full flex items-center gap-3 px-4 py-3 text-gray-400 hover:text-white rounded-lg hover:bg-gray-700/50 transition-colors",children:[r.jsx(tA,{className:"w-5 h-5"}),r.jsx("span",{className:"text-sm",children:"退出登录"})]})})]}),r.jsxs("div",{className:"flex-1 overflow-auto bg-[#0a1628] min-w-0 flex flex-col",children:[r.jsx(r5,{}),r.jsx("div",{className:"w-full min-w-[1024px] min-h-full flex-1",children:r.jsx(wT,{})})]})]})}function p1(t,e){if(typeof t=="function")return t(e);t!=null&&(t.current=e)}function v0(...t){return e=>{let n=!1;const s=t.map(a=>{const i=p1(a,e);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let a=0;a{let{children:i,...o}=s;Ej(i)&&typeof Kh=="function"&&(i=Kh(i._payload));const c=b.Children.toArray(i),u=c.find(u5);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return r.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return r.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}var Mj=Tj("Slot");function c5(t){const e=b.forwardRef((n,s)=>{let{children:a,...i}=n;if(Ej(a)&&typeof Kh=="function"&&(a=Kh(a._payload)),b.isValidElement(a)){const o=f5(a),c=h5(i,a.props);return a.type!==b.Fragment&&(c.ref=s?v0(s,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var d5=Symbol("radix.slottable");function u5(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===d5}function h5(t,e){const n={...e};for(const s in e){const a=t[s],i=e[s];/^on[A-Z]/.test(s)?a&&i?n[s]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[s]=a):s==="style"?n[s]={...a,...i}:s==="className"&&(n[s]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function f5(t){var s,a;let e=(s=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:s.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}function Aj(t){var e,n,s="";if(typeof t=="string"||typeof t=="number")s+=t;else if(typeof t=="object")if(Array.isArray(t)){var a=t.length;for(e=0;etypeof t=="boolean"?`${t}`:t===0?"0":t,g1=Ij,Pj=(t,e)=>n=>{var s;if((e==null?void 0:e.variants)==null)return g1(t,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:a,defaultVariants:i}=e,o=Object.keys(a).map(h=>{const f=n==null?void 0:n[h],m=i==null?void 0:i[h];if(f===null)return null;const g=m1(f)||m1(m);return a[h][g]}),c=n&&Object.entries(n).reduce((h,f)=>{let[m,g]=f;return g===void 0||(h[m]=g),h},{}),u=e==null||(s=e.compoundVariants)===null||s===void 0?void 0:s.reduce((h,f)=>{let{class:m,className:g,...y}=f;return Object.entries(y).every(N=>{let[w,v]=N;return Array.isArray(v)?v.includes({...i,...c}[w]):{...i,...c}[w]===v})?[...h,m,g]:h},[]);return g1(t,o,u,n==null?void 0:n.class,n==null?void 0:n.className)},p5=(t,e)=>{const n=new Array(t.length+e.length);for(let s=0;s({classGroupId:t,validator:e}),Rj=(t=new Map,e=null,n)=>({nextPart:t,validators:e,classGroupId:n}),qh="-",x1=[],g5="arbitrary..",x5=t=>{const e=b5(t),{conflictingClassGroups:n,conflictingClassGroupModifiers:s}=t;return{getClassGroupId:o=>{if(o.startsWith("[")&&o.endsWith("]"))return y5(o);const c=o.split(qh),u=c[0]===""&&c.length>1?1:0;return Oj(c,u,e)},getConflictingClassGroupIds:(o,c)=>{if(c){const u=s[o],h=n[o];return u?h?p5(h,u):u:h||x1}return n[o]||x1}}},Oj=(t,e,n)=>{if(t.length-e===0)return n.classGroupId;const a=t[e],i=n.nextPart.get(a);if(i){const h=Oj(t,e+1,i);if(h)return h}const o=n.validators;if(o===null)return;const c=e===0?t.join(qh):t.slice(e).join(qh),u=o.length;for(let h=0;ht.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const e=t.slice(1,-1),n=e.indexOf(":"),s=e.slice(0,n);return s?g5+s:void 0})(),b5=t=>{const{theme:e,classGroups:n}=t;return v5(n,e)},v5=(t,e)=>{const n=Rj();for(const s in t){const a=t[s];N0(a,n,s,e)}return n},N0=(t,e,n,s)=>{const a=t.length;for(let i=0;i{if(typeof t=="string"){w5(t,e,n);return}if(typeof t=="function"){j5(t,e,n,s);return}k5(t,e,n,s)},w5=(t,e,n)=>{const s=t===""?e:Dj(e,t);s.classGroupId=n},j5=(t,e,n,s)=>{if(S5(t)){N0(t(s),e,n,s);return}e.validators===null&&(e.validators=[]),e.validators.push(m5(n,t))},k5=(t,e,n,s)=>{const a=Object.entries(t),i=a.length;for(let o=0;o{let n=t;const s=e.split(qh),a=s.length;for(let i=0;i"isThemeGetter"in t&&t.isThemeGetter===!0,C5=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,n=Object.create(null),s=Object.create(null);const a=(i,o)=>{n[i]=o,e++,e>t&&(e=0,s=n,n=Object.create(null))};return{get(i){let o=n[i];if(o!==void 0)return o;if((o=s[i])!==void 0)return a(i,o),o},set(i,o){i in n?n[i]=o:a(i,o)}}},fx="!",y1=":",E5=[],b1=(t,e,n,s,a)=>({modifiers:t,hasImportantModifier:e,baseClassName:n,maybePostfixModifierPosition:s,isExternal:a}),T5=t=>{const{prefix:e,experimentalParseClassName:n}=t;let s=a=>{const i=[];let o=0,c=0,u=0,h;const f=a.length;for(let w=0;wu?h-u:void 0;return b1(i,y,g,N)};if(e){const a=e+y1,i=s;s=o=>o.startsWith(a)?i(o.slice(a.length)):b1(E5,!1,o,void 0,!0)}if(n){const a=s;s=i=>n({className:i,parseClassName:a})}return s},M5=t=>{const e=new Map;return t.orderSensitiveModifiers.forEach((n,s)=>{e.set(n,1e6+s)}),n=>{const s=[];let a=[];for(let i=0;i0&&(a.sort(),s.push(...a),a=[]),s.push(o)):a.push(o)}return a.length>0&&(a.sort(),s.push(...a)),s}},A5=t=>({cache:C5(t.cacheSize),parseClassName:T5(t),sortModifiers:M5(t),...x5(t)}),I5=/\s+/,P5=(t,e)=>{const{parseClassName:n,getClassGroupId:s,getConflictingClassGroupIds:a,sortModifiers:i}=e,o=[],c=t.trim().split(I5);let u="";for(let h=c.length-1;h>=0;h-=1){const f=c[h],{isExternal:m,modifiers:g,hasImportantModifier:y,baseClassName:N,maybePostfixModifierPosition:w}=n(f);if(m){u=f+(u.length>0?" "+u:u);continue}let v=!!w,k=s(v?N.substring(0,w):N);if(!k){if(!v){u=f+(u.length>0?" "+u:u);continue}if(k=s(N),!k){u=f+(u.length>0?" "+u:u);continue}v=!1}const C=g.length===0?"":g.length===1?g[0]:i(g).join(":"),E=y?C+fx:C,I=E+k;if(o.indexOf(I)>-1)continue;o.push(I);const L=a(k,v);for(let W=0;W0?" "+u:u)}return u},R5=(...t)=>{let e=0,n,s,a="";for(;e{if(typeof t=="string")return t;let e,n="";for(let s=0;s{let n,s,a,i;const o=u=>{const h=e.reduce((f,m)=>m(f),t());return n=A5(h),s=n.cache.get,a=n.cache.set,i=c,c(u)},c=u=>{const h=s(u);if(h)return h;const f=P5(u,n);return a(u,f),f};return i=o,(...u)=>i(R5(...u))},D5=[],Ln=t=>{const e=n=>n[t]||D5;return e.isThemeGetter=!0,e},_j=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,zj=/^\((?:(\w[\w-]*):)?(.+)\)$/i,L5=/^\d+\/\d+$/,_5=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,z5=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,F5=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,$5=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B5=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Ll=t=>L5.test(t),gt=t=>!!t&&!Number.isNaN(Number(t)),bi=t=>!!t&&Number.isInteger(Number(t)),ag=t=>t.endsWith("%")&>(t.slice(0,-1)),Oa=t=>_5.test(t),V5=()=>!0,H5=t=>z5.test(t)&&!F5.test(t),Fj=()=>!1,W5=t=>$5.test(t),U5=t=>B5.test(t),K5=t=>!We(t)&&!Ue(t),q5=t=>hc(t,Vj,Fj),We=t=>_j.test(t),To=t=>hc(t,Hj,H5),ig=t=>hc(t,X5,gt),v1=t=>hc(t,$j,Fj),G5=t=>hc(t,Bj,U5),oh=t=>hc(t,Wj,W5),Ue=t=>zj.test(t),nd=t=>fc(t,Hj),J5=t=>fc(t,Z5),N1=t=>fc(t,$j),Y5=t=>fc(t,Vj),Q5=t=>fc(t,Bj),lh=t=>fc(t,Wj,!0),hc=(t,e,n)=>{const s=_j.exec(t);return s?s[1]?e(s[1]):n(s[2]):!1},fc=(t,e,n=!1)=>{const s=zj.exec(t);return s?s[1]?e(s[1]):n:!1},$j=t=>t==="position"||t==="percentage",Bj=t=>t==="image"||t==="url",Vj=t=>t==="length"||t==="size"||t==="bg-size",Hj=t=>t==="length",X5=t=>t==="number",Z5=t=>t==="family-name",Wj=t=>t==="shadow",eI=()=>{const t=Ln("color"),e=Ln("font"),n=Ln("text"),s=Ln("font-weight"),a=Ln("tracking"),i=Ln("leading"),o=Ln("breakpoint"),c=Ln("container"),u=Ln("spacing"),h=Ln("radius"),f=Ln("shadow"),m=Ln("inset-shadow"),g=Ln("text-shadow"),y=Ln("drop-shadow"),N=Ln("blur"),w=Ln("perspective"),v=Ln("aspect"),k=Ln("ease"),C=Ln("animate"),E=()=>["auto","avoid","all","avoid-page","page","left","right","column"],I=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],L=()=>[...I(),Ue,We],W=()=>["auto","hidden","clip","visible","scroll"],D=()=>["auto","contain","none"],P=()=>[Ue,We,u],R=()=>[Ll,"full","auto",...P()],K=()=>[bi,"none","subgrid",Ue,We],re=()=>["auto",{span:["full",bi,Ue,We]},bi,Ue,We],ue=()=>[bi,"auto",Ue,We],xe=()=>["auto","min","max","fr",Ue,We],H=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],O=()=>["start","end","center","stretch","center-safe","end-safe"],J=()=>["auto",...P()],$=()=>[Ll,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...P()],M=()=>[t,Ue,We],q=()=>[...I(),N1,v1,{position:[Ue,We]}],B=()=>["no-repeat",{repeat:["","x","y","space","round"]}],z=()=>["auto","cover","contain",Y5,q5,{size:[Ue,We]}],G=()=>[ag,nd,To],oe=()=>["","none","full",h,Ue,We],ye=()=>["",gt,nd,To],Ae=()=>["solid","dashed","dotted","double"],ke=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ee=()=>[gt,ag,N1,v1],Y=()=>["","none",N,Ue,We],he=()=>["none",gt,Ue,We],te=()=>["none",gt,Ue,We],ce=()=>[gt,Ue,We],pe=()=>[Ll,"full",...P()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[Oa],breakpoint:[Oa],color:[V5],container:[Oa],"drop-shadow":[Oa],ease:["in","out","in-out"],font:[K5],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[Oa],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[Oa],shadow:[Oa],spacing:["px",gt],text:[Oa],"text-shadow":[Oa],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Ll,We,Ue,v]}],container:["container"],columns:[{columns:[gt,We,Ue,c]}],"break-after":[{"break-after":E()}],"break-before":[{"break-before":E()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:L()}],overflow:[{overflow:W()}],"overflow-x":[{"overflow-x":W()}],"overflow-y":[{"overflow-y":W()}],overscroll:[{overscroll:D()}],"overscroll-x":[{"overscroll-x":D()}],"overscroll-y":[{"overscroll-y":D()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:R()}],"inset-x":[{"inset-x":R()}],"inset-y":[{"inset-y":R()}],start:[{start:R()}],end:[{end:R()}],top:[{top:R()}],right:[{right:R()}],bottom:[{bottom:R()}],left:[{left:R()}],visibility:["visible","invisible","collapse"],z:[{z:[bi,"auto",Ue,We]}],basis:[{basis:[Ll,"full","auto",c,...P()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[gt,Ll,"auto","initial","none",We]}],grow:[{grow:["",gt,Ue,We]}],shrink:[{shrink:["",gt,Ue,We]}],order:[{order:[bi,"first","last","none",Ue,We]}],"grid-cols":[{"grid-cols":K()}],"col-start-end":[{col:re()}],"col-start":[{"col-start":ue()}],"col-end":[{"col-end":ue()}],"grid-rows":[{"grid-rows":K()}],"row-start-end":[{row:re()}],"row-start":[{"row-start":ue()}],"row-end":[{"row-end":ue()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":xe()}],"auto-rows":[{"auto-rows":xe()}],gap:[{gap:P()}],"gap-x":[{"gap-x":P()}],"gap-y":[{"gap-y":P()}],"justify-content":[{justify:[...H(),"normal"]}],"justify-items":[{"justify-items":[...O(),"normal"]}],"justify-self":[{"justify-self":["auto",...O()]}],"align-content":[{content:["normal",...H()]}],"align-items":[{items:[...O(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...O(),{baseline:["","last"]}]}],"place-content":[{"place-content":H()}],"place-items":[{"place-items":[...O(),"baseline"]}],"place-self":[{"place-self":["auto",...O()]}],p:[{p:P()}],px:[{px:P()}],py:[{py:P()}],ps:[{ps:P()}],pe:[{pe:P()}],pt:[{pt:P()}],pr:[{pr:P()}],pb:[{pb:P()}],pl:[{pl:P()}],m:[{m:J()}],mx:[{mx:J()}],my:[{my:J()}],ms:[{ms:J()}],me:[{me:J()}],mt:[{mt:J()}],mr:[{mr:J()}],mb:[{mb:J()}],ml:[{ml:J()}],"space-x":[{"space-x":P()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":P()}],"space-y-reverse":["space-y-reverse"],size:[{size:$()}],w:[{w:[c,"screen",...$()]}],"min-w":[{"min-w":[c,"screen","none",...$()]}],"max-w":[{"max-w":[c,"screen","none","prose",{screen:[o]},...$()]}],h:[{h:["screen","lh",...$()]}],"min-h":[{"min-h":["screen","lh","none",...$()]}],"max-h":[{"max-h":["screen","lh",...$()]}],"font-size":[{text:["base",n,nd,To]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[s,Ue,ig]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",ag,We]}],"font-family":[{font:[J5,We,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,Ue,We]}],"line-clamp":[{"line-clamp":[gt,"none",Ue,ig]}],leading:[{leading:[i,...P()]}],"list-image":[{"list-image":["none",Ue,We]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Ue,We]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:M()}],"text-color":[{text:M()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Ae(),"wavy"]}],"text-decoration-thickness":[{decoration:[gt,"from-font","auto",Ue,To]}],"text-decoration-color":[{decoration:M()}],"underline-offset":[{"underline-offset":[gt,"auto",Ue,We]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:P()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Ue,We]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Ue,We]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:q()}],"bg-repeat":[{bg:B()}],"bg-size":[{bg:z()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},bi,Ue,We],radial:["",Ue,We],conic:[bi,Ue,We]},Q5,G5]}],"bg-color":[{bg:M()}],"gradient-from-pos":[{from:G()}],"gradient-via-pos":[{via:G()}],"gradient-to-pos":[{to:G()}],"gradient-from":[{from:M()}],"gradient-via":[{via:M()}],"gradient-to":[{to:M()}],rounded:[{rounded:oe()}],"rounded-s":[{"rounded-s":oe()}],"rounded-e":[{"rounded-e":oe()}],"rounded-t":[{"rounded-t":oe()}],"rounded-r":[{"rounded-r":oe()}],"rounded-b":[{"rounded-b":oe()}],"rounded-l":[{"rounded-l":oe()}],"rounded-ss":[{"rounded-ss":oe()}],"rounded-se":[{"rounded-se":oe()}],"rounded-ee":[{"rounded-ee":oe()}],"rounded-es":[{"rounded-es":oe()}],"rounded-tl":[{"rounded-tl":oe()}],"rounded-tr":[{"rounded-tr":oe()}],"rounded-br":[{"rounded-br":oe()}],"rounded-bl":[{"rounded-bl":oe()}],"border-w":[{border:ye()}],"border-w-x":[{"border-x":ye()}],"border-w-y":[{"border-y":ye()}],"border-w-s":[{"border-s":ye()}],"border-w-e":[{"border-e":ye()}],"border-w-t":[{"border-t":ye()}],"border-w-r":[{"border-r":ye()}],"border-w-b":[{"border-b":ye()}],"border-w-l":[{"border-l":ye()}],"divide-x":[{"divide-x":ye()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":ye()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...Ae(),"hidden","none"]}],"divide-style":[{divide:[...Ae(),"hidden","none"]}],"border-color":[{border:M()}],"border-color-x":[{"border-x":M()}],"border-color-y":[{"border-y":M()}],"border-color-s":[{"border-s":M()}],"border-color-e":[{"border-e":M()}],"border-color-t":[{"border-t":M()}],"border-color-r":[{"border-r":M()}],"border-color-b":[{"border-b":M()}],"border-color-l":[{"border-l":M()}],"divide-color":[{divide:M()}],"outline-style":[{outline:[...Ae(),"none","hidden"]}],"outline-offset":[{"outline-offset":[gt,Ue,We]}],"outline-w":[{outline:["",gt,nd,To]}],"outline-color":[{outline:M()}],shadow:[{shadow:["","none",f,lh,oh]}],"shadow-color":[{shadow:M()}],"inset-shadow":[{"inset-shadow":["none",m,lh,oh]}],"inset-shadow-color":[{"inset-shadow":M()}],"ring-w":[{ring:ye()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:M()}],"ring-offset-w":[{"ring-offset":[gt,To]}],"ring-offset-color":[{"ring-offset":M()}],"inset-ring-w":[{"inset-ring":ye()}],"inset-ring-color":[{"inset-ring":M()}],"text-shadow":[{"text-shadow":["none",g,lh,oh]}],"text-shadow-color":[{"text-shadow":M()}],opacity:[{opacity:[gt,Ue,We]}],"mix-blend":[{"mix-blend":[...ke(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":ke()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[gt]}],"mask-image-linear-from-pos":[{"mask-linear-from":ee()}],"mask-image-linear-to-pos":[{"mask-linear-to":ee()}],"mask-image-linear-from-color":[{"mask-linear-from":M()}],"mask-image-linear-to-color":[{"mask-linear-to":M()}],"mask-image-t-from-pos":[{"mask-t-from":ee()}],"mask-image-t-to-pos":[{"mask-t-to":ee()}],"mask-image-t-from-color":[{"mask-t-from":M()}],"mask-image-t-to-color":[{"mask-t-to":M()}],"mask-image-r-from-pos":[{"mask-r-from":ee()}],"mask-image-r-to-pos":[{"mask-r-to":ee()}],"mask-image-r-from-color":[{"mask-r-from":M()}],"mask-image-r-to-color":[{"mask-r-to":M()}],"mask-image-b-from-pos":[{"mask-b-from":ee()}],"mask-image-b-to-pos":[{"mask-b-to":ee()}],"mask-image-b-from-color":[{"mask-b-from":M()}],"mask-image-b-to-color":[{"mask-b-to":M()}],"mask-image-l-from-pos":[{"mask-l-from":ee()}],"mask-image-l-to-pos":[{"mask-l-to":ee()}],"mask-image-l-from-color":[{"mask-l-from":M()}],"mask-image-l-to-color":[{"mask-l-to":M()}],"mask-image-x-from-pos":[{"mask-x-from":ee()}],"mask-image-x-to-pos":[{"mask-x-to":ee()}],"mask-image-x-from-color":[{"mask-x-from":M()}],"mask-image-x-to-color":[{"mask-x-to":M()}],"mask-image-y-from-pos":[{"mask-y-from":ee()}],"mask-image-y-to-pos":[{"mask-y-to":ee()}],"mask-image-y-from-color":[{"mask-y-from":M()}],"mask-image-y-to-color":[{"mask-y-to":M()}],"mask-image-radial":[{"mask-radial":[Ue,We]}],"mask-image-radial-from-pos":[{"mask-radial-from":ee()}],"mask-image-radial-to-pos":[{"mask-radial-to":ee()}],"mask-image-radial-from-color":[{"mask-radial-from":M()}],"mask-image-radial-to-color":[{"mask-radial-to":M()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":I()}],"mask-image-conic-pos":[{"mask-conic":[gt]}],"mask-image-conic-from-pos":[{"mask-conic-from":ee()}],"mask-image-conic-to-pos":[{"mask-conic-to":ee()}],"mask-image-conic-from-color":[{"mask-conic-from":M()}],"mask-image-conic-to-color":[{"mask-conic-to":M()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:q()}],"mask-repeat":[{mask:B()}],"mask-size":[{mask:z()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Ue,We]}],filter:[{filter:["","none",Ue,We]}],blur:[{blur:Y()}],brightness:[{brightness:[gt,Ue,We]}],contrast:[{contrast:[gt,Ue,We]}],"drop-shadow":[{"drop-shadow":["","none",y,lh,oh]}],"drop-shadow-color":[{"drop-shadow":M()}],grayscale:[{grayscale:["",gt,Ue,We]}],"hue-rotate":[{"hue-rotate":[gt,Ue,We]}],invert:[{invert:["",gt,Ue,We]}],saturate:[{saturate:[gt,Ue,We]}],sepia:[{sepia:["",gt,Ue,We]}],"backdrop-filter":[{"backdrop-filter":["","none",Ue,We]}],"backdrop-blur":[{"backdrop-blur":Y()}],"backdrop-brightness":[{"backdrop-brightness":[gt,Ue,We]}],"backdrop-contrast":[{"backdrop-contrast":[gt,Ue,We]}],"backdrop-grayscale":[{"backdrop-grayscale":["",gt,Ue,We]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[gt,Ue,We]}],"backdrop-invert":[{"backdrop-invert":["",gt,Ue,We]}],"backdrop-opacity":[{"backdrop-opacity":[gt,Ue,We]}],"backdrop-saturate":[{"backdrop-saturate":[gt,Ue,We]}],"backdrop-sepia":[{"backdrop-sepia":["",gt,Ue,We]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":P()}],"border-spacing-x":[{"border-spacing-x":P()}],"border-spacing-y":[{"border-spacing-y":P()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Ue,We]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[gt,"initial",Ue,We]}],ease:[{ease:["linear","initial",k,Ue,We]}],delay:[{delay:[gt,Ue,We]}],animate:[{animate:["none",C,Ue,We]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,Ue,We]}],"perspective-origin":[{"perspective-origin":L()}],rotate:[{rotate:he()}],"rotate-x":[{"rotate-x":he()}],"rotate-y":[{"rotate-y":he()}],"rotate-z":[{"rotate-z":he()}],scale:[{scale:te()}],"scale-x":[{"scale-x":te()}],"scale-y":[{"scale-y":te()}],"scale-z":[{"scale-z":te()}],"scale-3d":["scale-3d"],skew:[{skew:ce()}],"skew-x":[{"skew-x":ce()}],"skew-y":[{"skew-y":ce()}],transform:[{transform:[Ue,We,"","none","gpu","cpu"]}],"transform-origin":[{origin:L()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:pe()}],"translate-x":[{"translate-x":pe()}],"translate-y":[{"translate-y":pe()}],"translate-z":[{"translate-z":pe()}],"translate-none":["translate-none"],accent:[{accent:M()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:M()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Ue,We]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":P()}],"scroll-mx":[{"scroll-mx":P()}],"scroll-my":[{"scroll-my":P()}],"scroll-ms":[{"scroll-ms":P()}],"scroll-me":[{"scroll-me":P()}],"scroll-mt":[{"scroll-mt":P()}],"scroll-mr":[{"scroll-mr":P()}],"scroll-mb":[{"scroll-mb":P()}],"scroll-ml":[{"scroll-ml":P()}],"scroll-p":[{"scroll-p":P()}],"scroll-px":[{"scroll-px":P()}],"scroll-py":[{"scroll-py":P()}],"scroll-ps":[{"scroll-ps":P()}],"scroll-pe":[{"scroll-pe":P()}],"scroll-pt":[{"scroll-pt":P()}],"scroll-pr":[{"scroll-pr":P()}],"scroll-pb":[{"scroll-pb":P()}],"scroll-pl":[{"scroll-pl":P()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Ue,We]}],fill:[{fill:["none",...M()]}],"stroke-w":[{stroke:[gt,nd,To,ig]}],stroke:[{stroke:["none",...M()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},tI=O5(eI);function Dt(...t){return tI(Ij(t))}const nI=Pj("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function X({className:t,variant:e,size:n,asChild:s=!1,...a}){const i=s?Mj:"button";return r.jsx(i,{"data-slot":"button",className:Dt(nI({variant:e,size:n,className:t})),...a})}function ae({className:t,type:e,...n}){return r.jsx("input",{type:e,"data-slot":"input",className:Dt("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs outline-none placeholder:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 md:text-sm focus-visible:ring-2 focus-visible:ring-ring",t),...n})}function sI(){const t=Ji(),[e,n]=b.useState(""),[s,a]=b.useState(""),[i,o]=b.useState(""),[c,u]=b.useState(!1),h=async()=>{o(""),u(!0);try{const f=await jt("/api/admin",{username:e.trim(),password:s});if((f==null?void 0:f.success)!==!1&&(f!=null&&f.token)){e5(f.token),t("/dashboard",{replace:!0});return}o(f.error||"用户名或密码错误")}catch(f){const m=f;o(m.status===401?"用户名或密码错误":(m==null?void 0:m.message)||"网络错误,请重试")}finally{u(!1)}};return r.jsxs("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-4",children:[r.jsxs("div",{className:"absolute inset-0 overflow-hidden",children:[r.jsx("div",{className:"absolute top-1/4 left-1/4 w-96 h-96 bg-[#38bdac]/5 rounded-full blur-3xl"}),r.jsx("div",{className:"absolute bottom-1/4 right-1/4 w-96 h-96 bg-blue-500/5 rounded-full blur-3xl"})]}),r.jsxs("div",{className:"w-full max-w-md relative z-10",children:[r.jsxs("div",{className:"text-center mb-8",children:[r.jsx("div",{className:"w-16 h-16 bg-[#38bdac]/20 rounded-2xl flex items-center justify-center mx-auto mb-4 border border-[#38bdac]/30",children:r.jsx(pd,{className:"w-8 h-8 text-[#38bdac]"})}),r.jsx("h1",{className:"text-2xl font-bold text-white mb-2",children:"管理后台"}),r.jsx("p",{className:"text-gray-400",children:"一场SOUL的创业实验场"})]}),r.jsxs("div",{className:"bg-[#0f2137] rounded-2xl p-8 shadow-xl border border-gray-700/50 backdrop-blur-xl",children:[r.jsx("h2",{className:"text-xl font-semibold text-white mb-6 text-center",children:"管理员登录"}),r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{children:[r.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"用户名"}),r.jsxs("div",{className:"relative",children:[r.jsx(zo,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),r.jsx(ae,{type:"text",value:e,onChange:f=>n(f.target.value),placeholder:"请输入用户名",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]"})]})]}),r.jsxs("div",{children:[r.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"密码"}),r.jsxs("div",{className:"relative",children:[r.jsx(ZM,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),r.jsx(ae,{type:"password",value:s,onChange:f=>a(f.target.value),placeholder:"请输入密码",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]",onKeyDown:f=>f.key==="Enter"&&h()})]})]}),i&&r.jsx("div",{className:"bg-red-500/10 text-red-400 text-sm p-3 rounded-lg border border-red-500/20",children:i}),r.jsx(X,{onClick:h,disabled:c,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white py-5 disabled:opacity-50",children:c?"登录中...":"登录"})]})]}),r.jsx("p",{className:"text-center text-gray-500 text-xs mt-6",children:"Soul创业实验场 · 后台管理系统"})]})]})}const Ee=b.forwardRef(({className:t,...e},n)=>r.jsx("div",{ref:n,className:Dt("rounded-xl border bg-card text-card-foreground shadow",t),...e}));Ee.displayName="Card";const Qe=b.forwardRef(({className:t,...e},n)=>r.jsx("div",{ref:n,className:Dt("flex flex-col space-y-1.5 p-6",t),...e}));Qe.displayName="CardHeader";const Xe=b.forwardRef(({className:t,...e},n)=>r.jsx("h3",{ref:n,className:Dt("font-semibold leading-none tracking-tight",t),...e}));Xe.displayName="CardTitle";const Ft=b.forwardRef(({className:t,...e},n)=>r.jsx("p",{ref:n,className:Dt("text-sm text-muted-foreground",t),...e}));Ft.displayName="CardDescription";const Te=b.forwardRef(({className:t,...e},n)=>r.jsx("div",{ref:n,className:Dt("p-6 pt-0",t),...e}));Te.displayName="CardContent";const rI=b.forwardRef(({className:t,...e},n)=>r.jsx("div",{ref:n,className:Dt("flex items-center p-6 pt-0",t),...e}));rI.displayName="CardFooter";const aI={success:{bg:"#f0fdf4",border:"#22c55e",icon:"✓"},error:{bg:"#fef2f2",border:"#ef4444",icon:"✕"},info:{bg:"#eff6ff",border:"#3b82f6",icon:"ℹ"}};function og(t,e="info",n=3e3){const s=`toast-${Date.now()}`,a=aI[e],i=document.createElement("div");i.id=s,i.setAttribute("role","alert"),Object.assign(i.style,{position:"fixed",top:"24px",right:"24px",zIndex:"9999",display:"flex",alignItems:"center",gap:"10px",padding:"12px 18px",borderRadius:"10px",background:a.bg,border:`1.5px solid ${a.border}`,boxShadow:"0 4px 20px rgba(0,0,0,.12)",fontSize:"14px",color:"#1a1a1a",fontWeight:"500",maxWidth:"380px",lineHeight:"1.5",opacity:"0",transform:"translateY(-8px)",transition:"opacity .22s ease, transform .22s ease",pointerEvents:"none"});const o=document.createElement("span");Object.assign(o.style,{width:"20px",height:"20px",borderRadius:"50%",background:a.border,color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"12px",fontWeight:"700",flexShrink:"0"}),o.textContent=a.icon;const c=document.createElement("span");c.textContent=t,i.appendChild(o),i.appendChild(c),document.body.appendChild(i),requestAnimationFrame(()=>{i.style.opacity="1",i.style.transform="translateY(0)"});const u=setTimeout(()=>h(s),n);function h(f){clearTimeout(u);const m=document.getElementById(f);m&&(m.style.opacity="0",m.style.transform="translateY(-8px)",setTimeout(()=>{var g;return(g=m.parentNode)==null?void 0:g.removeChild(m)},250))}}const se={success:(t,e)=>og(t,"success",e),error:(t,e)=>og(t,"error",e),info:(t,e)=>og(t,"info",e)};function ft(t,e,{checkForDefaultPrevented:n=!0}={}){return function(a){if(t==null||t(a),n===!1||!a.defaultPrevented)return e==null?void 0:e(a)}}function iI(t,e){const n=b.createContext(e),s=i=>{const{children:o,...c}=i,u=b.useMemo(()=>c,Object.values(c));return r.jsx(n.Provider,{value:u,children:o})};s.displayName=t+"Provider";function a(i){const o=b.useContext(n);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${i}\` must be used within \`${t}\``)}return[s,a]}function Yi(t,e=[]){let n=[];function s(i,o){const c=b.createContext(o),u=n.length;n=[...n,o];const h=m=>{var k;const{scope:g,children:y,...N}=m,w=((k=g==null?void 0:g[t])==null?void 0:k[u])||c,v=b.useMemo(()=>N,Object.values(N));return r.jsx(w.Provider,{value:v,children:y})};h.displayName=i+"Provider";function f(m,g){var w;const y=((w=g==null?void 0:g[t])==null?void 0:w[u])||c,N=b.useContext(y);if(N)return N;if(o!==void 0)return o;throw new Error(`\`${m}\` must be used within \`${i}\``)}return[h,f]}const a=()=>{const i=n.map(o=>b.createContext(o));return function(c){const u=(c==null?void 0:c[t])||i;return b.useMemo(()=>({[`__scope${t}`]:{...c,[t]:u}}),[c,u])}};return a.scopeName=t,[s,oI(a,...e)]}function oI(...t){const e=t[0];if(t.length===1)return e;const n=()=>{const s=t.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const o=s.reduce((c,{useScope:u,scopeName:h})=>{const m=u(i)[`__scope${h}`];return{...c,...m}},{});return b.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return n.scopeName=e.scopeName,n}var xs=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{},lI=Uf[" useId ".trim().toString()]||(()=>{}),cI=0;function Li(t){const[e,n]=b.useState(lI());return xs(()=>{n(s=>s??String(cI++))},[t]),e?`radix-${e}`:""}var dI=Uf[" useInsertionEffect ".trim().toString()]||xs;function Uo({prop:t,defaultProp:e,onChange:n=()=>{},caller:s}){const[a,i,o]=uI({defaultProp:e,onChange:n}),c=t!==void 0,u=c?t:a;{const f=b.useRef(t!==void 0);b.useEffect(()=>{const m=f.current;m!==c&&console.warn(`${s} is changing from ${m?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=c},[c,s])}const h=b.useCallback(f=>{var m;if(c){const g=hI(f)?f(t):f;g!==t&&((m=o.current)==null||m.call(o,g))}else i(f)},[c,t,i,o]);return[u,h]}function uI({defaultProp:t,onChange:e}){const[n,s]=b.useState(t),a=b.useRef(n),i=b.useRef(e);return dI(()=>{i.current=e},[e]),b.useEffect(()=>{var o;a.current!==n&&((o=i.current)==null||o.call(i,n),a.current=n)},[n,a]),[n,s,i]}function hI(t){return typeof t=="function"}function Id(t){const e=fI(t),n=b.forwardRef((s,a)=>{const{children:i,...o}=s,c=b.Children.toArray(i),u=c.find(mI);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return r.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return r.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}function fI(t){const e=b.forwardRef((n,s)=>{const{children:a,...i}=n;if(b.isValidElement(a)){const o=xI(a),c=gI(i,a.props);return a.type!==b.Fragment&&(c.ref=s?v0(s,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var pI=Symbol("radix.slottable");function mI(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===pI}function gI(t,e){const n={...e};for(const s in e){const a=t[s],i=e[s];/^on[A-Z]/.test(s)?a&&i?n[s]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[s]=a):s==="style"?n[s]={...a,...i}:s==="className"&&(n[s]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function xI(t){var s,a;let e=(s=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:s.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var yI=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],xt=yI.reduce((t,e)=>{const n=Id(`Primitive.${e}`),s=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),r.jsx(u,{...c,ref:i})});return s.displayName=`Primitive.${e}`,{...t,[e]:s}},{});function bI(t,e){t&&qd.flushSync(()=>t.dispatchEvent(e))}function Vi(t){const e=b.useRef(t);return b.useEffect(()=>{e.current=t}),b.useMemo(()=>(...n)=>{var s;return(s=e.current)==null?void 0:s.call(e,...n)},[])}function vI(t,e=globalThis==null?void 0:globalThis.document){const n=Vi(t);b.useEffect(()=>{const s=a=>{a.key==="Escape"&&n(a)};return e.addEventListener("keydown",s,{capture:!0}),()=>e.removeEventListener("keydown",s,{capture:!0})},[n,e])}var NI="DismissableLayer",px="dismissableLayer.update",wI="dismissableLayer.pointerDownOutside",jI="dismissableLayer.focusOutside",w1,Uj=b.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),w0=b.forwardRef((t,e)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:s,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:o,onDismiss:c,...u}=t,h=b.useContext(Uj),[f,m]=b.useState(null),g=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=b.useState({}),N=Ot(e,D=>m(D)),w=Array.from(h.layers),[v]=[...h.layersWithOutsidePointerEventsDisabled].slice(-1),k=w.indexOf(v),C=f?w.indexOf(f):-1,E=h.layersWithOutsidePointerEventsDisabled.size>0,I=C>=k,L=CI(D=>{const P=D.target,R=[...h.branches].some(K=>K.contains(P));!I||R||(a==null||a(D),o==null||o(D),D.defaultPrevented||c==null||c())},g),W=EI(D=>{const P=D.target;[...h.branches].some(K=>K.contains(P))||(i==null||i(D),o==null||o(D),D.defaultPrevented||c==null||c())},g);return vI(D=>{C===h.layers.size-1&&(s==null||s(D),!D.defaultPrevented&&c&&(D.preventDefault(),c()))},g),b.useEffect(()=>{if(f)return n&&(h.layersWithOutsidePointerEventsDisabled.size===0&&(w1=g.body.style.pointerEvents,g.body.style.pointerEvents="none"),h.layersWithOutsidePointerEventsDisabled.add(f)),h.layers.add(f),j1(),()=>{n&&h.layersWithOutsidePointerEventsDisabled.size===1&&(g.body.style.pointerEvents=w1)}},[f,g,n,h]),b.useEffect(()=>()=>{f&&(h.layers.delete(f),h.layersWithOutsidePointerEventsDisabled.delete(f),j1())},[f,h]),b.useEffect(()=>{const D=()=>y({});return document.addEventListener(px,D),()=>document.removeEventListener(px,D)},[]),r.jsx(xt.div,{...u,ref:N,style:{pointerEvents:E?I?"auto":"none":void 0,...t.style},onFocusCapture:ft(t.onFocusCapture,W.onFocusCapture),onBlurCapture:ft(t.onBlurCapture,W.onBlurCapture),onPointerDownCapture:ft(t.onPointerDownCapture,L.onPointerDownCapture)})});w0.displayName=NI;var kI="DismissableLayerBranch",SI=b.forwardRef((t,e)=>{const n=b.useContext(Uj),s=b.useRef(null),a=Ot(e,s);return b.useEffect(()=>{const i=s.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),r.jsx(xt.div,{...t,ref:a})});SI.displayName=kI;function CI(t,e=globalThis==null?void 0:globalThis.document){const n=Vi(t),s=b.useRef(!1),a=b.useRef(()=>{});return b.useEffect(()=>{const i=c=>{if(c.target&&!s.current){let u=function(){Kj(wI,n,h,{discrete:!0})};const h={originalEvent:c};c.pointerType==="touch"?(e.removeEventListener("click",a.current),a.current=u,e.addEventListener("click",a.current,{once:!0})):u()}else e.removeEventListener("click",a.current);s.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",i),e.removeEventListener("click",a.current)}},[e,n]),{onPointerDownCapture:()=>s.current=!0}}function EI(t,e=globalThis==null?void 0:globalThis.document){const n=Vi(t),s=b.useRef(!1);return b.useEffect(()=>{const a=i=>{i.target&&!s.current&&Kj(jI,n,{originalEvent:i},{discrete:!1})};return e.addEventListener("focusin",a),()=>e.removeEventListener("focusin",a)},[e,n]),{onFocusCapture:()=>s.current=!0,onBlurCapture:()=>s.current=!1}}function j1(){const t=new CustomEvent(px);document.dispatchEvent(t)}function Kj(t,e,n,{discrete:s}){const a=n.originalEvent.target,i=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:n});e&&a.addEventListener(t,e,{once:!0}),s?bI(a,i):a.dispatchEvent(i)}var lg="focusScope.autoFocusOnMount",cg="focusScope.autoFocusOnUnmount",k1={bubbles:!1,cancelable:!0},TI="FocusScope",j0=b.forwardRef((t,e)=>{const{loop:n=!1,trapped:s=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...o}=t,[c,u]=b.useState(null),h=Vi(a),f=Vi(i),m=b.useRef(null),g=Ot(e,w=>u(w)),y=b.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;b.useEffect(()=>{if(s){let w=function(E){if(y.paused||!c)return;const I=E.target;c.contains(I)?m.current=I:wi(m.current,{select:!0})},v=function(E){if(y.paused||!c)return;const I=E.relatedTarget;I!==null&&(c.contains(I)||wi(m.current,{select:!0}))},k=function(E){if(document.activeElement===document.body)for(const L of E)L.removedNodes.length>0&&wi(c)};document.addEventListener("focusin",w),document.addEventListener("focusout",v);const C=new MutationObserver(k);return c&&C.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",v),C.disconnect()}}},[s,c,y.paused]),b.useEffect(()=>{if(c){C1.add(y);const w=document.activeElement;if(!c.contains(w)){const k=new CustomEvent(lg,k1);c.addEventListener(lg,h),c.dispatchEvent(k),k.defaultPrevented||(MI(OI(qj(c)),{select:!0}),document.activeElement===w&&wi(c))}return()=>{c.removeEventListener(lg,h),setTimeout(()=>{const k=new CustomEvent(cg,k1);c.addEventListener(cg,f),c.dispatchEvent(k),k.defaultPrevented||wi(w??document.body,{select:!0}),c.removeEventListener(cg,f),C1.remove(y)},0)}}},[c,h,f,y]);const N=b.useCallback(w=>{if(!n&&!s||y.paused)return;const v=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,k=document.activeElement;if(v&&k){const C=w.currentTarget,[E,I]=AI(C);E&&I?!w.shiftKey&&k===I?(w.preventDefault(),n&&wi(E,{select:!0})):w.shiftKey&&k===E&&(w.preventDefault(),n&&wi(I,{select:!0})):k===C&&w.preventDefault()}},[n,s,y.paused]);return r.jsx(xt.div,{tabIndex:-1,...o,ref:g,onKeyDown:N})});j0.displayName=TI;function MI(t,{select:e=!1}={}){const n=document.activeElement;for(const s of t)if(wi(s,{select:e}),document.activeElement!==n)return}function AI(t){const e=qj(t),n=S1(e,t),s=S1(e.reverse(),t);return[n,s]}function qj(t){const e=[],n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:s=>{const a=s.tagName==="INPUT"&&s.type==="hidden";return s.disabled||s.hidden||a?NodeFilter.FILTER_SKIP:s.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)e.push(n.currentNode);return e}function S1(t,e){for(const n of t)if(!II(n,{upTo:e}))return n}function II(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function PI(t){return t instanceof HTMLInputElement&&"select"in t}function wi(t,{select:e=!1}={}){if(t&&t.focus){const n=document.activeElement;t.focus({preventScroll:!0}),t!==n&&PI(t)&&e&&t.select()}}var C1=RI();function RI(){let t=[];return{add(e){const n=t[0];e!==n&&(n==null||n.pause()),t=E1(t,e),t.unshift(e)},remove(e){var n;t=E1(t,e),(n=t[0])==null||n.resume()}}}function E1(t,e){const n=[...t],s=n.indexOf(e);return s!==-1&&n.splice(s,1),n}function OI(t){return t.filter(e=>e.tagName!=="A")}var DI="Portal",k0=b.forwardRef((t,e)=>{var c;const{container:n,...s}=t,[a,i]=b.useState(!1);xs(()=>i(!0),[]);const o=n||a&&((c=globalThis==null?void 0:globalThis.document)==null?void 0:c.body);return o?aj.createPortal(r.jsx(xt.div,{...s,ref:e}),o):null});k0.displayName=DI;function LI(t,e){return b.useReducer((n,s)=>e[n][s]??n,t)}var Gd=t=>{const{present:e,children:n}=t,s=_I(e),a=typeof n=="function"?n({present:s.isPresent}):b.Children.only(n),i=Ot(s.ref,zI(a));return typeof n=="function"||s.isPresent?b.cloneElement(a,{ref:i}):null};Gd.displayName="Presence";function _I(t){const[e,n]=b.useState(),s=b.useRef(null),a=b.useRef(t),i=b.useRef("none"),o=t?"mounted":"unmounted",[c,u]=LI(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{const h=ch(s.current);i.current=c==="mounted"?h:"none"},[c]),xs(()=>{const h=s.current,f=a.current;if(f!==t){const g=i.current,y=ch(h);t?u("MOUNT"):y==="none"||(h==null?void 0:h.display)==="none"?u("UNMOUNT"):u(f&&g!==y?"ANIMATION_OUT":"UNMOUNT"),a.current=t}},[t,u]),xs(()=>{if(e){let h;const f=e.ownerDocument.defaultView??window,m=y=>{const w=ch(s.current).includes(CSS.escape(y.animationName));if(y.target===e&&w&&(u("ANIMATION_END"),!a.current)){const v=e.style.animationFillMode;e.style.animationFillMode="forwards",h=f.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=v)})}},g=y=>{y.target===e&&(i.current=ch(s.current))};return e.addEventListener("animationstart",g),e.addEventListener("animationcancel",m),e.addEventListener("animationend",m),()=>{f.clearTimeout(h),e.removeEventListener("animationstart",g),e.removeEventListener("animationcancel",m),e.removeEventListener("animationend",m)}}else u("ANIMATION_END")},[e,u]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:b.useCallback(h=>{s.current=h?getComputedStyle(h):null,n(h)},[])}}function ch(t){return(t==null?void 0:t.animationName)||"none"}function zI(t){var s,a;let e=(s=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:s.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var dg=0;function Gj(){b.useEffect(()=>{const t=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",t[0]??T1()),document.body.insertAdjacentElement("beforeend",t[1]??T1()),dg++,()=>{dg===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),dg--}},[])}function T1(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}var la=function(){return la=Object.assign||function(e){for(var n,s=1,a=arguments.length;s"u")return tP;var e=nP(t),n=document.documentElement.clientWidth,s=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,s-n+e[2]-e[0])}},rP=Xj(),Ql="data-scroll-locked",aP=function(t,e,n,s){var a=t.left,i=t.top,o=t.right,c=t.gap;return n===void 0&&(n="margin"),` - .`.concat($I,` { - overflow: hidden `).concat(s,`; - padding-right: `).concat(c,"px ").concat(s,`; - } - body[`).concat(Ql,`] { - overflow: hidden `).concat(s,`; - overscroll-behavior: contain; - `).concat([e&&"position: relative ".concat(s,";"),n==="margin"&&` - padding-left: `.concat(a,`px; - padding-top: `).concat(i,`px; - padding-right: `).concat(o,`px; - margin-left:0; - margin-top:0; - margin-right: `).concat(c,"px ").concat(s,`; - `),n==="padding"&&"padding-right: ".concat(c,"px ").concat(s,";")].filter(Boolean).join(""),` - } - - .`).concat(Ph,` { - right: `).concat(c,"px ").concat(s,`; - } - - .`).concat(Rh,` { - margin-right: `).concat(c,"px ").concat(s,`; - } - - .`).concat(Ph," .").concat(Ph,` { - right: 0 `).concat(s,`; - } - - .`).concat(Rh," .").concat(Rh,` { - margin-right: 0 `).concat(s,`; - } - - body[`).concat(Ql,`] { - `).concat(BI,": ").concat(c,`px; - } -`)},A1=function(){var t=parseInt(document.body.getAttribute(Ql)||"0",10);return isFinite(t)?t:0},iP=function(){b.useEffect(function(){return document.body.setAttribute(Ql,(A1()+1).toString()),function(){var t=A1()-1;t<=0?document.body.removeAttribute(Ql):document.body.setAttribute(Ql,t.toString())}},[])},oP=function(t){var e=t.noRelative,n=t.noImportant,s=t.gapMode,a=s===void 0?"margin":s;iP();var i=b.useMemo(function(){return sP(a)},[a]);return b.createElement(rP,{styles:aP(i,!e,a,n?"":"!important")})},mx=!1;if(typeof window<"u")try{var dh=Object.defineProperty({},"passive",{get:function(){return mx=!0,!0}});window.addEventListener("test",dh,dh),window.removeEventListener("test",dh,dh)}catch{mx=!1}var _l=mx?{passive:!1}:!1,lP=function(t){return t.tagName==="TEXTAREA"},Zj=function(t,e){if(!(t instanceof Element))return!1;var n=window.getComputedStyle(t);return n[e]!=="hidden"&&!(n.overflowY===n.overflowX&&!lP(t)&&n[e]==="visible")},cP=function(t){return Zj(t,"overflowY")},dP=function(t){return Zj(t,"overflowX")},I1=function(t,e){var n=e.ownerDocument,s=e;do{typeof ShadowRoot<"u"&&s instanceof ShadowRoot&&(s=s.host);var a=ek(t,s);if(a){var i=tk(t,s),o=i[1],c=i[2];if(o>c)return!0}s=s.parentNode}while(s&&s!==n.body);return!1},uP=function(t){var e=t.scrollTop,n=t.scrollHeight,s=t.clientHeight;return[e,n,s]},hP=function(t){var e=t.scrollLeft,n=t.scrollWidth,s=t.clientWidth;return[e,n,s]},ek=function(t,e){return t==="v"?cP(e):dP(e)},tk=function(t,e){return t==="v"?uP(e):hP(e)},fP=function(t,e){return t==="h"&&e==="rtl"?-1:1},pP=function(t,e,n,s,a){var i=fP(t,window.getComputedStyle(e).direction),o=i*s,c=n.target,u=e.contains(c),h=!1,f=o>0,m=0,g=0;do{if(!c)break;var y=tk(t,c),N=y[0],w=y[1],v=y[2],k=w-v-i*N;(N||k)&&ek(t,c)&&(m+=k,g+=N);var C=c.parentNode;c=C&&C.nodeType===Node.DOCUMENT_FRAGMENT_NODE?C.host:C}while(!u&&c!==document.body||u&&(e.contains(c)||e===c));return(f&&Math.abs(m)<1||!f&&Math.abs(g)<1)&&(h=!0),h},uh=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},P1=function(t){return[t.deltaX,t.deltaY]},R1=function(t){return t&&"current"in t?t.current:t},mP=function(t,e){return t[0]===e[0]&&t[1]===e[1]},gP=function(t){return` - .block-interactivity-`.concat(t,` {pointer-events: none;} - .allow-interactivity-`).concat(t,` {pointer-events: all;} -`)},xP=0,zl=[];function yP(t){var e=b.useRef([]),n=b.useRef([0,0]),s=b.useRef(),a=b.useState(xP++)[0],i=b.useState(Xj)[0],o=b.useRef(t);b.useEffect(function(){o.current=t},[t]),b.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(a));var w=FI([t.lockRef.current],(t.shards||[]).map(R1),!0).filter(Boolean);return w.forEach(function(v){return v.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),w.forEach(function(v){return v.classList.remove("allow-interactivity-".concat(a))})}}},[t.inert,t.lockRef.current,t.shards]);var c=b.useCallback(function(w,v){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var k=uh(w),C=n.current,E="deltaX"in w?w.deltaX:C[0]-k[0],I="deltaY"in w?w.deltaY:C[1]-k[1],L,W=w.target,D=Math.abs(E)>Math.abs(I)?"h":"v";if("touches"in w&&D==="h"&&W.type==="range")return!1;var P=window.getSelection(),R=P&&P.anchorNode,K=R?R===W||R.contains(W):!1;if(K)return!1;var re=I1(D,W);if(!re)return!0;if(re?L=D:(L=D==="v"?"h":"v",re=I1(D,W)),!re)return!1;if(!s.current&&"changedTouches"in w&&(E||I)&&(s.current=L),!L)return!0;var ue=s.current||L;return pP(ue,v,w,ue==="h"?E:I)},[]),u=b.useCallback(function(w){var v=w;if(!(!zl.length||zl[zl.length-1]!==i)){var k="deltaY"in v?P1(v):uh(v),C=e.current.filter(function(L){return L.name===v.type&&(L.target===v.target||v.target===L.shadowParent)&&mP(L.delta,k)})[0];if(C&&C.should){v.cancelable&&v.preventDefault();return}if(!C){var E=(o.current.shards||[]).map(R1).filter(Boolean).filter(function(L){return L.contains(v.target)}),I=E.length>0?c(v,E[0]):!o.current.noIsolation;I&&v.cancelable&&v.preventDefault()}}},[]),h=b.useCallback(function(w,v,k,C){var E={name:w,delta:v,target:k,should:C,shadowParent:bP(k)};e.current.push(E),setTimeout(function(){e.current=e.current.filter(function(I){return I!==E})},1)},[]),f=b.useCallback(function(w){n.current=uh(w),s.current=void 0},[]),m=b.useCallback(function(w){h(w.type,P1(w),w.target,c(w,t.lockRef.current))},[]),g=b.useCallback(function(w){h(w.type,uh(w),w.target,c(w,t.lockRef.current))},[]);b.useEffect(function(){return zl.push(i),t.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:g}),document.addEventListener("wheel",u,_l),document.addEventListener("touchmove",u,_l),document.addEventListener("touchstart",f,_l),function(){zl=zl.filter(function(w){return w!==i}),document.removeEventListener("wheel",u,_l),document.removeEventListener("touchmove",u,_l),document.removeEventListener("touchstart",f,_l)}},[]);var y=t.removeScrollBar,N=t.inert;return b.createElement(b.Fragment,null,N?b.createElement(i,{styles:gP(a)}):null,y?b.createElement(oP,{noRelative:t.noRelative,gapMode:t.gapMode}):null)}function bP(t){for(var e=null;t!==null;)t instanceof ShadowRoot&&(e=t.host,t=t.host),t=t.parentNode;return e}const vP=GI(Qj,yP);var S0=b.forwardRef(function(t,e){return b.createElement(Yf,la({},t,{ref:e,sideCar:vP}))});S0.classNames=Yf.classNames;var NP=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},Fl=new WeakMap,hh=new WeakMap,fh={},pg=0,nk=function(t){return t&&(t.host||nk(t.parentNode))},wP=function(t,e){return e.map(function(n){if(t.contains(n))return n;var s=nk(n);return s&&t.contains(s)?s:(console.error("aria-hidden",n,"in not contained inside",t,". Doing nothing"),null)}).filter(function(n){return!!n})},jP=function(t,e,n,s){var a=wP(e,Array.isArray(t)?t:[t]);fh[n]||(fh[n]=new WeakMap);var i=fh[n],o=[],c=new Set,u=new Set(a),h=function(m){!m||c.has(m)||(c.add(m),h(m.parentNode))};a.forEach(h);var f=function(m){!m||u.has(m)||Array.prototype.forEach.call(m.children,function(g){if(c.has(g))f(g);else try{var y=g.getAttribute(s),N=y!==null&&y!=="false",w=(Fl.get(g)||0)+1,v=(i.get(g)||0)+1;Fl.set(g,w),i.set(g,v),o.push(g),w===1&&N&&hh.set(g,!0),v===1&&g.setAttribute(n,"true"),N||g.setAttribute(s,"true")}catch(k){console.error("aria-hidden: cannot operate on ",g,k)}})};return f(e),c.clear(),pg++,function(){o.forEach(function(m){var g=Fl.get(m)-1,y=i.get(m)-1;Fl.set(m,g),i.set(m,y),g||(hh.has(m)||m.removeAttribute(s),hh.delete(m)),y||m.removeAttribute(n)}),pg--,pg||(Fl=new WeakMap,Fl=new WeakMap,hh=new WeakMap,fh={})}},sk=function(t,e,n){n===void 0&&(n="data-aria-hidden");var s=Array.from(Array.isArray(t)?t:[t]),a=NP(t);return a?(s.push.apply(s,Array.from(a.querySelectorAll("[aria-live], script"))),jP(s,a,n,"aria-hidden")):function(){return null}},Qf="Dialog",[rk]=Yi(Qf),[kP,Hr]=rk(Qf),ak=t=>{const{__scopeDialog:e,children:n,open:s,defaultOpen:a,onOpenChange:i,modal:o=!0}=t,c=b.useRef(null),u=b.useRef(null),[h,f]=Uo({prop:s,defaultProp:a??!1,onChange:i,caller:Qf});return r.jsx(kP,{scope:e,triggerRef:c,contentRef:u,contentId:Li(),titleId:Li(),descriptionId:Li(),open:h,onOpenChange:f,onOpenToggle:b.useCallback(()=>f(m=>!m),[f]),modal:o,children:n})};ak.displayName=Qf;var ik="DialogTrigger",SP=b.forwardRef((t,e)=>{const{__scopeDialog:n,...s}=t,a=Hr(ik,n),i=Ot(e,a.triggerRef);return r.jsx(xt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":T0(a.open),...s,ref:i,onClick:ft(t.onClick,a.onOpenToggle)})});SP.displayName=ik;var C0="DialogPortal",[CP,ok]=rk(C0,{forceMount:void 0}),lk=t=>{const{__scopeDialog:e,forceMount:n,children:s,container:a}=t,i=Hr(C0,e);return r.jsx(CP,{scope:e,forceMount:n,children:b.Children.map(s,o=>r.jsx(Gd,{present:n||i.open,children:r.jsx(k0,{asChild:!0,container:a,children:o})}))})};lk.displayName=C0;var Gh="DialogOverlay",ck=b.forwardRef((t,e)=>{const n=ok(Gh,t.__scopeDialog),{forceMount:s=n.forceMount,...a}=t,i=Hr(Gh,t.__scopeDialog);return i.modal?r.jsx(Gd,{present:s||i.open,children:r.jsx(TP,{...a,ref:e})}):null});ck.displayName=Gh;var EP=Id("DialogOverlay.RemoveScroll"),TP=b.forwardRef((t,e)=>{const{__scopeDialog:n,...s}=t,a=Hr(Gh,n);return r.jsx(S0,{as:EP,allowPinchZoom:!0,shards:[a.contentRef],children:r.jsx(xt.div,{"data-state":T0(a.open),...s,ref:e,style:{pointerEvents:"auto",...s.style}})})}),Ko="DialogContent",dk=b.forwardRef((t,e)=>{const n=ok(Ko,t.__scopeDialog),{forceMount:s=n.forceMount,...a}=t,i=Hr(Ko,t.__scopeDialog);return r.jsx(Gd,{present:s||i.open,children:i.modal?r.jsx(MP,{...a,ref:e}):r.jsx(AP,{...a,ref:e})})});dk.displayName=Ko;var MP=b.forwardRef((t,e)=>{const n=Hr(Ko,t.__scopeDialog),s=b.useRef(null),a=Ot(e,n.contentRef,s);return b.useEffect(()=>{const i=s.current;if(i)return sk(i)},[]),r.jsx(uk,{...t,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ft(t.onCloseAutoFocus,i=>{var o;i.preventDefault(),(o=n.triggerRef.current)==null||o.focus()}),onPointerDownOutside:ft(t.onPointerDownOutside,i=>{const o=i.detail.originalEvent,c=o.button===0&&o.ctrlKey===!0;(o.button===2||c)&&i.preventDefault()}),onFocusOutside:ft(t.onFocusOutside,i=>i.preventDefault())})}),AP=b.forwardRef((t,e)=>{const n=Hr(Ko,t.__scopeDialog),s=b.useRef(!1),a=b.useRef(!1);return r.jsx(uk,{...t,ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var o,c;(o=t.onCloseAutoFocus)==null||o.call(t,i),i.defaultPrevented||(s.current||(c=n.triggerRef.current)==null||c.focus(),i.preventDefault()),s.current=!1,a.current=!1},onInteractOutside:i=>{var u,h;(u=t.onInteractOutside)==null||u.call(t,i),i.defaultPrevented||(s.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const o=i.target;((h=n.triggerRef.current)==null?void 0:h.contains(o))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}})}),uk=b.forwardRef((t,e)=>{const{__scopeDialog:n,trapFocus:s,onOpenAutoFocus:a,onCloseAutoFocus:i,...o}=t,c=Hr(Ko,n),u=b.useRef(null),h=Ot(e,u);return Gj(),r.jsxs(r.Fragment,{children:[r.jsx(j0,{asChild:!0,loop:!0,trapped:s,onMountAutoFocus:a,onUnmountAutoFocus:i,children:r.jsx(w0,{role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":T0(c.open),...o,ref:h,onDismiss:()=>c.onOpenChange(!1)})}),r.jsxs(r.Fragment,{children:[r.jsx(IP,{titleId:c.titleId}),r.jsx(RP,{contentRef:u,descriptionId:c.descriptionId})]})]})}),E0="DialogTitle",hk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...s}=t,a=Hr(E0,n);return r.jsx(xt.h2,{id:a.titleId,...s,ref:e})});hk.displayName=E0;var fk="DialogDescription",pk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...s}=t,a=Hr(fk,n);return r.jsx(xt.p,{id:a.descriptionId,...s,ref:e})});pk.displayName=fk;var mk="DialogClose",gk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...s}=t,a=Hr(mk,n);return r.jsx(xt.button,{type:"button",...s,ref:e,onClick:ft(t.onClick,()=>a.onOpenChange(!1))})});gk.displayName=mk;function T0(t){return t?"open":"closed"}var xk="DialogTitleWarning",[QV,yk]=iI(xk,{contentName:Ko,titleName:E0,docsSlug:"dialog"}),IP=({titleId:t})=>{const e=yk(xk),n=`\`${e.contentName}\` requires a \`${e.titleName}\` for the component to be accessible for screen reader users. - -If you want to hide the \`${e.titleName}\`, you can wrap it with our VisuallyHidden component. - -For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return b.useEffect(()=>{t&&(document.getElementById(t)||console.error(n))},[n,t]),null},PP="DialogDescriptionWarning",RP=({contentRef:t,descriptionId:e})=>{const s=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${yk(PP).contentName}}.`;return b.useEffect(()=>{var i;const a=(i=t.current)==null?void 0:i.getAttribute("aria-describedby");e&&a&&(document.getElementById(e)||console.warn(s))},[s,t,e]),null},OP=ak,DP=lk,LP=ck,_P=dk,zP=hk,FP=pk,$P=gk;function Lt(t){return r.jsx(OP,{"data-slot":"dialog",...t})}function BP(t){return r.jsx(DP,{...t})}const bk=b.forwardRef(({className:t,...e},n)=>r.jsx(LP,{ref:n,className:Dt("fixed inset-0 z-50 bg-black/50",t),...e}));bk.displayName="DialogOverlay";const It=b.forwardRef(({className:t,children:e,showCloseButton:n=!0,...s},a)=>r.jsxs(BP,{children:[r.jsx(bk,{}),r.jsxs(_P,{ref:a,"aria-describedby":void 0,className:Dt("fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-lg border bg-background p-6 shadow-lg",t),...s,children:[e,n&&r.jsxs($P,{className:"absolute right-4 top-4 rounded-sm opacity-70 hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",children:[r.jsx(gs,{className:"h-4 w-4"}),r.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));It.displayName="DialogContent";function _t({className:t,...e}){return r.jsx("div",{className:Dt("flex flex-col gap-2 text-center sm:text-left",t),...e})}function on({className:t,...e}){return r.jsx("div",{className:Dt("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",t),...e})}function zt(t){return r.jsx(zP,{className:"text-lg font-semibold leading-none",...t})}function Pd(t){return r.jsx(FP,{className:"text-sm text-muted-foreground",...t})}const VP=Pj("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 transition-colors",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-white",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Je({className:t,variant:e,asChild:n=!1,...s}){const a=n?Mj:"span";return r.jsx(a,{className:Dt(VP({variant:e}),t),...s})}var HP=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],WP=HP.reduce((t,e)=>{const n=Tj(`Primitive.${e}`),s=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),r.jsx(u,{...c,ref:i})});return s.displayName=`Primitive.${e}`,{...t,[e]:s}},{}),UP="Label",vk=b.forwardRef((t,e)=>r.jsx(WP.label,{...t,ref:e,onMouseDown:n=>{var a;n.target.closest("button, input, select, textarea")||((a=t.onMouseDown)==null||a.call(t,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));vk.displayName=UP;var Nk=vk;const Z=b.forwardRef(({className:t,...e},n)=>r.jsx(Nk,{ref:n,className:Dt("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",t),...e}));Z.displayName=Nk.displayName;function M0(t){const e=t+"CollectionProvider",[n,s]=Yi(e),[a,i]=n(e,{collectionRef:{current:null},itemMap:new Map}),o=w=>{const{scope:v,children:k}=w,C=Rs.useRef(null),E=Rs.useRef(new Map).current;return r.jsx(a,{scope:v,itemMap:E,collectionRef:C,children:k})};o.displayName=e;const c=t+"CollectionSlot",u=Id(c),h=Rs.forwardRef((w,v)=>{const{scope:k,children:C}=w,E=i(c,k),I=Ot(v,E.collectionRef);return r.jsx(u,{ref:I,children:C})});h.displayName=c;const f=t+"CollectionItemSlot",m="data-radix-collection-item",g=Id(f),y=Rs.forwardRef((w,v)=>{const{scope:k,children:C,...E}=w,I=Rs.useRef(null),L=Ot(v,I),W=i(f,k);return Rs.useEffect(()=>(W.itemMap.set(I,{ref:I,...E}),()=>void W.itemMap.delete(I))),r.jsx(g,{[m]:"",ref:L,children:C})});y.displayName=f;function N(w){const v=i(t+"CollectionConsumer",w);return Rs.useCallback(()=>{const C=v.collectionRef.current;if(!C)return[];const E=Array.from(C.querySelectorAll(`[${m}]`));return Array.from(v.itemMap.values()).sort((W,D)=>E.indexOf(W.ref.current)-E.indexOf(D.ref.current))},[v.collectionRef,v.itemMap])}return[{Provider:o,Slot:h,ItemSlot:y},N,s]}var KP=b.createContext(void 0);function Xf(t){const e=b.useContext(KP);return t||e||"ltr"}var mg="rovingFocusGroup.onEntryFocus",qP={bubbles:!1,cancelable:!0},Jd="RovingFocusGroup",[gx,wk,GP]=M0(Jd),[JP,jk]=Yi(Jd,[GP]),[YP,QP]=JP(Jd),kk=b.forwardRef((t,e)=>r.jsx(gx.Provider,{scope:t.__scopeRovingFocusGroup,children:r.jsx(gx.Slot,{scope:t.__scopeRovingFocusGroup,children:r.jsx(XP,{...t,ref:e})})}));kk.displayName=Jd;var XP=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,orientation:s,loop:a=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:u,onEntryFocus:h,preventScrollOnEntryFocus:f=!1,...m}=t,g=b.useRef(null),y=Ot(e,g),N=Xf(i),[w,v]=Uo({prop:o,defaultProp:c??null,onChange:u,caller:Jd}),[k,C]=b.useState(!1),E=Vi(h),I=wk(n),L=b.useRef(!1),[W,D]=b.useState(0);return b.useEffect(()=>{const P=g.current;if(P)return P.addEventListener(mg,E),()=>P.removeEventListener(mg,E)},[E]),r.jsx(YP,{scope:n,orientation:s,dir:N,loop:a,currentTabStopId:w,onItemFocus:b.useCallback(P=>v(P),[v]),onItemShiftTab:b.useCallback(()=>C(!0),[]),onFocusableItemAdd:b.useCallback(()=>D(P=>P+1),[]),onFocusableItemRemove:b.useCallback(()=>D(P=>P-1),[]),children:r.jsx(xt.div,{tabIndex:k||W===0?-1:0,"data-orientation":s,...m,ref:y,style:{outline:"none",...t.style},onMouseDown:ft(t.onMouseDown,()=>{L.current=!0}),onFocus:ft(t.onFocus,P=>{const R=!L.current;if(P.target===P.currentTarget&&R&&!k){const K=new CustomEvent(mg,qP);if(P.currentTarget.dispatchEvent(K),!K.defaultPrevented){const re=I().filter(J=>J.focusable),ue=re.find(J=>J.active),xe=re.find(J=>J.id===w),O=[ue,xe,...re].filter(Boolean).map(J=>J.ref.current);Ek(O,f)}}L.current=!1}),onBlur:ft(t.onBlur,()=>C(!1))})})}),Sk="RovingFocusGroupItem",Ck=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,focusable:s=!0,active:a=!1,tabStopId:i,children:o,...c}=t,u=Li(),h=i||u,f=QP(Sk,n),m=f.currentTabStopId===h,g=wk(n),{onFocusableItemAdd:y,onFocusableItemRemove:N,currentTabStopId:w}=f;return b.useEffect(()=>{if(s)return y(),()=>N()},[s,y,N]),r.jsx(gx.ItemSlot,{scope:n,id:h,focusable:s,active:a,children:r.jsx(xt.span,{tabIndex:m?0:-1,"data-orientation":f.orientation,...c,ref:e,onMouseDown:ft(t.onMouseDown,v=>{s?f.onItemFocus(h):v.preventDefault()}),onFocus:ft(t.onFocus,()=>f.onItemFocus(h)),onKeyDown:ft(t.onKeyDown,v=>{if(v.key==="Tab"&&v.shiftKey){f.onItemShiftTab();return}if(v.target!==v.currentTarget)return;const k=tR(v,f.orientation,f.dir);if(k!==void 0){if(v.metaKey||v.ctrlKey||v.altKey||v.shiftKey)return;v.preventDefault();let E=g().filter(I=>I.focusable).map(I=>I.ref.current);if(k==="last")E.reverse();else if(k==="prev"||k==="next"){k==="prev"&&E.reverse();const I=E.indexOf(v.currentTarget);E=f.loop?nR(E,I+1):E.slice(I+1)}setTimeout(()=>Ek(E))}}),children:typeof o=="function"?o({isCurrentTabStop:m,hasTabStop:w!=null}):o})})});Ck.displayName=Sk;var ZP={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function eR(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function tR(t,e,n){const s=eR(t.key,n);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(s))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(s)))return ZP[s]}function Ek(t,e=!1){const n=document.activeElement;for(const s of t)if(s===n||(s.focus({preventScroll:e}),document.activeElement!==n))return}function nR(t,e){return t.map((n,s)=>t[(e+s)%t.length])}var sR=kk,rR=Ck,Zf="Tabs",[aR]=Yi(Zf,[jk]),Tk=jk(),[iR,A0]=aR(Zf),Mk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:s,onValueChange:a,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:u="automatic",...h}=t,f=Xf(c),[m,g]=Uo({prop:s,onChange:a,defaultProp:i??"",caller:Zf});return r.jsx(iR,{scope:n,baseId:Li(),value:m,onValueChange:g,orientation:o,dir:f,activationMode:u,children:r.jsx(xt.div,{dir:f,"data-orientation":o,...h,ref:e})})});Mk.displayName=Zf;var Ak="TabsList",Ik=b.forwardRef((t,e)=>{const{__scopeTabs:n,loop:s=!0,...a}=t,i=A0(Ak,n),o=Tk(n);return r.jsx(sR,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:s,children:r.jsx(xt.div,{role:"tablist","aria-orientation":i.orientation,...a,ref:e})})});Ik.displayName=Ak;var Pk="TabsTrigger",Rk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:s,disabled:a=!1,...i}=t,o=A0(Pk,n),c=Tk(n),u=Lk(o.baseId,s),h=_k(o.baseId,s),f=s===o.value;return r.jsx(rR,{asChild:!0,...c,focusable:!a,active:f,children:r.jsx(xt.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":h,"data-state":f?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:u,...i,ref:e,onMouseDown:ft(t.onMouseDown,m=>{!a&&m.button===0&&m.ctrlKey===!1?o.onValueChange(s):m.preventDefault()}),onKeyDown:ft(t.onKeyDown,m=>{[" ","Enter"].includes(m.key)&&o.onValueChange(s)}),onFocus:ft(t.onFocus,()=>{const m=o.activationMode!=="manual";!f&&!a&&m&&o.onValueChange(s)})})})});Rk.displayName=Pk;var Ok="TabsContent",Dk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:s,forceMount:a,children:i,...o}=t,c=A0(Ok,n),u=Lk(c.baseId,s),h=_k(c.baseId,s),f=s===c.value,m=b.useRef(f);return b.useEffect(()=>{const g=requestAnimationFrame(()=>m.current=!1);return()=>cancelAnimationFrame(g)},[]),r.jsx(Gd,{present:a||f,children:({present:g})=>r.jsx(xt.div,{"data-state":f?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":u,hidden:!g,id:h,tabIndex:0,...o,ref:e,style:{...t.style,animationDuration:m.current?"0s":void 0},children:g&&i})})});Dk.displayName=Ok;function Lk(t,e){return`${t}-trigger-${e}`}function _k(t,e){return`${t}-content-${e}`}var oR=Mk,zk=Ik,Fk=Rk,$k=Dk;const Yd=oR,pc=b.forwardRef(({className:t,...e},n)=>r.jsx(zk,{ref:n,className:Dt("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",t),...e}));pc.displayName=zk.displayName;const tn=b.forwardRef(({className:t,...e},n)=>r.jsx(Fk,{ref:n,className:Dt("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",t),...e}));tn.displayName=Fk.displayName;const nn=b.forwardRef(({className:t,...e},n)=>r.jsx($k,{ref:n,className:Dt("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",t),...e}));nn.displayName=$k.displayName;function I0(t){const e=b.useRef({value:t,previous:t});return b.useMemo(()=>(e.current.value!==t&&(e.current.previous=e.current.value,e.current.value=t),e.current.previous),[t])}function P0(t){const[e,n]=b.useState(void 0);return xs(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const s=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let o,c;if("borderBoxSize"in i){const u=i.borderBoxSize,h=Array.isArray(u)?u[0]:u;o=h.inlineSize,c=h.blockSize}else o=t.offsetWidth,c=t.offsetHeight;n({width:o,height:c})});return s.observe(t,{box:"border-box"}),()=>s.unobserve(t)}else n(void 0)},[t]),e}var ep="Switch",[lR]=Yi(ep),[cR,dR]=lR(ep),Bk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,name:s,checked:a,defaultChecked:i,required:o,disabled:c,value:u="on",onCheckedChange:h,form:f,...m}=t,[g,y]=b.useState(null),N=Ot(e,E=>y(E)),w=b.useRef(!1),v=g?f||!!g.closest("form"):!0,[k,C]=Uo({prop:a,defaultProp:i??!1,onChange:h,caller:ep});return r.jsxs(cR,{scope:n,checked:k,disabled:c,children:[r.jsx(xt.button,{type:"button",role:"switch","aria-checked":k,"aria-required":o,"data-state":Uk(k),"data-disabled":c?"":void 0,disabled:c,value:u,...m,ref:N,onClick:ft(t.onClick,E=>{C(I=>!I),v&&(w.current=E.isPropagationStopped(),w.current||E.stopPropagation())})}),v&&r.jsx(Wk,{control:g,bubbles:!w.current,name:s,value:u,checked:k,required:o,disabled:c,form:f,style:{transform:"translateX(-100%)"}})]})});Bk.displayName=ep;var Vk="SwitchThumb",Hk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,...s}=t,a=dR(Vk,n);return r.jsx(xt.span,{"data-state":Uk(a.checked),"data-disabled":a.disabled?"":void 0,...s,ref:e})});Hk.displayName=Vk;var uR="SwitchBubbleInput",Wk=b.forwardRef(({__scopeSwitch:t,control:e,checked:n,bubbles:s=!0,...a},i)=>{const o=b.useRef(null),c=Ot(o,i),u=I0(n),h=P0(e);return b.useEffect(()=>{const f=o.current;if(!f)return;const m=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(m,"checked").set;if(u!==n&&y){const N=new Event("click",{bubbles:s});y.call(f,n),f.dispatchEvent(N)}},[u,n,s]),r.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:c,style:{...a.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});Wk.displayName=uR;function Uk(t){return t?"checked":"unchecked"}var Kk=Bk,hR=Hk;const Et=b.forwardRef(({className:t,...e},n)=>r.jsx(Kk,{className:Dt("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 focus-visible:ring-offset-[#0a1628] disabled:cursor-not-allowed disabled:opacity-50 data-[state=unchecked]:bg-gray-600 data-[state=checked]:bg-[#38bdac]",t),...e,ref:n,children:r.jsx(hR,{className:Dt("pointer-events-none block h-4 w-4 rounded-full bg-white shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));Et.displayName=Kk.displayName;function R0({open:t,onClose:e,userId:n,onUserUpdated:s}){var $t;const[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState([]),[f,m]=b.useState(null),[g,y]=b.useState(!1),[N,w]=b.useState(!1),[v,k]=b.useState(!1),[C,E]=b.useState("info"),[I,L]=b.useState(""),[W,D]=b.useState(""),[P,R]=b.useState([]),[K,re]=b.useState(""),[ue,xe]=b.useState(""),[H,O]=b.useState(""),[J,$]=b.useState(!1),[M,q]=b.useState({isVip:!1,vipExpireDate:"",vipRole:"",vipName:"",vipProject:"",vipContact:"",vipBio:""}),[B,z]=b.useState([]),[G,oe]=b.useState(!1),[ye,Ae]=b.useState(""),[ke,ee]=b.useState(""),[Y,he]=b.useState(!1),[te,ce]=b.useState(!1),[pe,Fe]=b.useState(null),[rt,vt]=b.useState(null),[mt,Ut]=b.useState(""),[In,sn]=b.useState(""),[Tt,Mt]=b.useState(""),[Kt,Ns]=b.useState(!1),[as,is]=b.useState(null),[Ls,ws]=b.useState("");b.useEffect(()=>{t&&n&&(E("info"),Fe(null),vt(null),is(null),ws(""),xe(""),O(""),rn(),Oe("/api/db/vip-roles").then(me=>{me!=null&&me.success&&me.data&&z(me.data)}).catch(()=>{}))},[t,n]);async function rn(){if(n){y(!0);try{const me=await Oe(`/api/db/users?id=${encodeURIComponent(n)}`);if(me!=null&&me.success&&me.user){const fe=me.user;i(fe),L(fe.phone||""),D(fe.nickname||""),Ut(fe.phone||""),sn(fe.wechatId||""),Mt(fe.openId||"");try{R(typeof fe.tags=="string"?JSON.parse(fe.tags||"[]"):[])}catch{R([])}q({isVip:!!(fe.isVip??!1),vipExpireDate:fe.vipExpireDate?String(fe.vipExpireDate).slice(0,10):"",vipRole:String(fe.vipRole??""),vipName:String(fe.vipName??""),vipProject:String(fe.vipProject??""),vipContact:String(fe.vipContact??""),vipBio:String(fe.vipBio??"")})}try{const fe=await Oe(`/api/admin/user/track?userId=${encodeURIComponent(n)}&limit=50`);fe!=null&&fe.success&&fe.tracks&&c(fe.tracks)}catch{c([])}try{const fe=await Oe(`/api/db/users/referrals?userId=${encodeURIComponent(n)}`);fe!=null&&fe.success&&fe.referrals&&h(fe.referrals)}catch{h([])}try{const fe=await Oe(`/api/admin/users/${encodeURIComponent(n)}/balance`);fe!=null&&fe.success&&fe.data?m(fe.data):m(null)}catch{m(null)}}catch(me){console.error("Load user detail error:",me)}finally{y(!1)}}}async function qs(){if(!(a!=null&&a.phone)){se.info("用户未绑定手机号,无法同步");return}w(!0);try{const me=await jt("/api/ckb/sync",{action:"full_sync",phone:a.phone,userId:a.id});me!=null&&me.success?(se.success("同步成功"),rn()):se.error("同步失败: "+(me==null?void 0:me.error))}catch(me){console.error("Sync CKB error:",me),se.error("同步失败")}finally{w(!1)}}async function un(){if(a){if(M.isVip&&!M.vipExpireDate.trim()){se.error("开启 VIP 请填写有效到期日");return}k(!0);try{const me={id:a.id,phone:I||void 0,nickname:W||void 0,tags:JSON.stringify(P),isVip:M.isVip,vipExpireDate:M.isVip?M.vipExpireDate:void 0,vipRole:M.vipRole||void 0,vipName:M.vipName||void 0,vipProject:M.vipProject||void 0,vipContact:M.vipContact||void 0,vipBio:M.vipBio||void 0},fe=await Pt("/api/db/users",me);fe!=null&&fe.success?(se.success("保存成功"),rn(),s==null||s()):se.error("保存失败: "+(fe==null?void 0:fe.error))}catch(me){console.error("Save user error:",me),se.error("保存失败")}finally{k(!1)}}}const Un=()=>{K&&!P.includes(K)&&(R([...P,K]),re(""))},js=me=>R(P.filter(fe=>fe!==me));async function Gs(){if(a){if(!ue){se.error("请输入新密码");return}if(ue!==H){se.error("两次密码不一致");return}if(ue.length<6){se.error("密码至少 6 位");return}$(!0);try{const me=await Pt("/api/db/users",{id:a.id,password:ue});me!=null&&me.success?(se.success("修改成功"),xe(""),O("")):se.error("修改失败: "+((me==null?void 0:me.error)||""))}catch{se.error("修改失败")}finally{$(!1)}}}async function hn(){if(!a)return;const me=parseFloat(ye);if(Number.isNaN(me)||me===0){se.error("请输入有效金额(正数增加、负数扣减)");return}he(!0);try{const fe=await jt(`/api/admin/users/${a.id}/balance/adjust`,{amount:me,remark:ke||void 0});fe!=null&&fe.success?(se.success("余额已调整"),oe(!1),Ae(""),ee(""),rn(),s==null||s()):se.error("调整失败: "+((fe==null?void 0:fe.error)||""))}catch{se.error("调整失败")}finally{he(!1)}}async function ks(){if(!mt&&!Tt&&!In){vt("请至少输入手机号、微信号或 OpenID 中的一项");return}ce(!0),vt(null),Fe(null);try{const me=new URLSearchParams;mt&&me.set("phone",mt),Tt&&me.set("openId",Tt),In&&me.set("wechatId",In);const fe=await Oe(`/api/admin/shensheshou/query?${me}`);fe!=null&&fe.success&&fe.data?(Fe(fe.data),a&&await U(fe.data)):vt((fe==null?void 0:fe.error)||"未查询到数据,该用户可能未在神射手收录")}catch(me){console.error("SSS query error:",me),vt("请求失败,请检查神射手接口配置")}finally{ce(!1)}}async function U(me){if(a)try{await jt("/api/admin/shensheshou/enrich",{userId:a.id,phone:mt||a.phone||"",openId:Tt||a.openId||"",wechatId:In||a.wechatId||""}),rn()}catch(fe){console.error("SSS enrich error:",fe)}}async function _e(){if(a){Ns(!0),is(null);try{const me={users:[{phone:a.phone||"",name:a.nickname||"",openId:a.openId||"",tags:P}]},fe=await jt("/api/admin/shensheshou/ingest",me);fe!=null&&fe.success&&fe.data?is(fe.data):is({error:(fe==null?void 0:fe.error)||"推送失败"})}catch(me){console.error("SSS ingest error:",me),is({error:"请求失败"})}finally{Ns(!1)}}}const it=me=>{const at={view_chapter:ir,purchase:dx,match:zn,login:zo,register:zo,share:$r,bind_phone:xA,bind_wechat:iA,fill_profile:md,visit_page:Gl}[me]||ax;return r.jsx(at,{className:"w-4 h-4"})};return t?r.jsxs(r.Fragment,{children:[r.jsx(Lt,{open:t,onOpenChange:()=>e(),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-hidden",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(zo,{className:"w-5 h-5 text-[#38bdac]"}),"用户详情",(a==null?void 0:a.phone)&&r.jsx(Je,{className:"bg-green-500/20 text-green-400 border-0 ml-2",children:"已绑定手机"}),(a==null?void 0:a.isVip)&&r.jsx(Je,{className:"bg-amber-500/20 text-amber-400 border-0",children:"VIP"})]})}),g?r.jsxs("div",{className:"flex items-center justify-center py-20",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):a?r.jsxs("div",{className:"flex flex-col h-[75vh]",children:[r.jsxs("div",{className:"flex items-center gap-4 p-4 bg-[#0a1628] rounded-lg mb-3",children:[r.jsx("div",{className:"w-16 h-16 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-2xl text-[#38bdac] shrink-0",children:a.avatar?r.jsx("img",{src:a.avatar,className:"w-full h-full rounded-full object-cover",alt:""}):(($t=a.nickname)==null?void 0:$t.charAt(0))||"?"}),r.jsxs("div",{className:"flex-1 min-w-0",children:[r.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[r.jsx("h3",{className:"text-lg font-bold text-white",children:a.nickname}),a.isAdmin&&r.jsx(Je,{className:"bg-purple-500/20 text-purple-400 border-0",children:"管理员"}),a.hasFullBook&&r.jsx(Je,{className:"bg-green-500/20 text-green-400 border-0",children:"全书已购"}),a.vipRole&&r.jsx(Je,{className:"bg-amber-500/20 text-amber-400 border-0",children:a.vipRole})]}),r.jsxs("p",{className:"text-gray-400 text-sm mt-1",children:[a.phone?`📱 ${a.phone}`:"未绑定手机",a.wechatId&&` · 💬 ${a.wechatId}`,a.mbti&&` · ${a.mbti}`]}),r.jsxs("div",{className:"flex items-center gap-4 mt-1",children:[r.jsxs("p",{className:"text-gray-600 text-xs",children:["ID: ",a.id.slice(0,16),"…"]}),a.referralCode&&r.jsxs("p",{className:"text-xs",children:[r.jsx("span",{className:"text-gray-500",children:"推广码:"}),r.jsx("code",{className:"text-[#38bdac] bg-[#38bdac]/10 px-1.5 py-0.5 rounded",children:a.referralCode})]})]})]}),r.jsxs("div",{className:"text-right shrink-0",children:[r.jsxs("p",{className:"text-[#38bdac] font-bold text-lg",children:["¥",(a.earnings||0).toFixed(2)]}),r.jsx("p",{className:"text-gray-500 text-xs",children:"累计收益"})]})]}),r.jsxs(Yd,{value:C,onValueChange:E,className:"flex-1 flex flex-col overflow-hidden",children:[r.jsxs(pc,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-3 flex-wrap h-auto gap-1",children:[r.jsx(tn,{value:"info",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"基础信息"}),r.jsx(tn,{value:"tags",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"标签体系"}),r.jsxs(tn,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:[r.jsx(Gl,{className:"w-3 h-3 mr-1"}),"用户旅程"]}),r.jsx(tn,{value:"relations",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"关系链路"}),r.jsxs(tn,{value:"shensheshou",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:[r.jsx(Va,{className:"w-3 h-3 mr-1"}),"用户资料完善"]})]}),r.jsxs(nn,{value:"info",className:"flex-1 overflow-auto space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"手机号"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入手机号",value:I,onChange:me=>L(me.target.value),disabled:!!(a!=null&&a.phone)}),(a==null?void 0:a.phone)&&r.jsx("p",{className:"text-xs text-gray-500",children:"编辑时手机号不可修改"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"昵称"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入昵称",value:W,onChange:me=>D(me.target.value)})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[a.openId&&r.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"微信 OpenID"}),r.jsx("p",{className:"text-gray-300 font-mono text-xs break-all",children:a.openId})]}),a.region&&r.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg flex items-center gap-2",children:[r.jsx(Cj,{className:"w-4 h-4 text-gray-500"}),r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-500 text-xs",children:"地区"}),r.jsx("p",{className:"text-white",children:a.region})]})]}),a.industry&&r.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"行业"}),r.jsx("p",{className:"text-white",children:a.industry})]}),a.position&&r.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"职位"}),r.jsx("p",{className:"text-white",children:a.position})]})]}),r.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-4",children:[r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"推荐人数"}),r.jsx("p",{className:"text-2xl font-bold text-white",children:a.referralCount??0})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"待提现"}),r.jsxs("p",{className:"text-2xl font-bold text-yellow-400",children:["¥",(a.pendingEarnings??0).toFixed(2)]})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg flex flex-col justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"当前余额"}),r.jsxs("p",{className:"text-2xl font-bold text-[#38bdac]",children:["¥",((f==null?void 0:f.balance)??0).toFixed(2)]})]}),r.jsx(X,{size:"sm",variant:"outline",className:"mt-2 border-[#38bdac]/50 text-[#38bdac] hover:bg-[#38bdac]/10 text-xs",onClick:()=>{Ae(""),ee(""),oe(!0)},children:"调整余额"})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"创建时间"}),r.jsx("p",{className:"text-sm text-white",children:a.createdAt?new Date(a.createdAt).toLocaleDateString():"-"})]})]}),r.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(Sj,{className:"w-4 h-4 text-yellow-400"}),r.jsx("span",{className:"text-white font-medium",children:"修改密码"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(ae,{type:"password",className:"bg-[#162840] border-gray-700 text-white",placeholder:"新密码(至少6位)",value:ue,onChange:me=>xe(me.target.value)}),r.jsx(ae,{type:"password",className:"bg-[#162840] border-gray-700 text-white",placeholder:"确认密码",value:H,onChange:me=>O(me.target.value)}),r.jsx(X,{size:"sm",onClick:Gs,disabled:J||!ue||!H,className:"bg-yellow-500/20 hover:bg-yellow-500/30 text-yellow-400 border border-yellow-500/40",children:J?"保存中...":"确认修改"})]})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(Yl,{className:"w-4 h-4 text-amber-400"}),r.jsx("span",{className:"text-white font-medium",children:"设成超级个体"})]}),r.jsxs("div",{className:"space-y-3",children:[r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsx(Z,{className:"text-gray-400 text-sm",children:"VIP 会员"}),r.jsx(Et,{checked:M.isVip,onCheckedChange:me=>q(fe=>({...fe,isVip:me}))})]}),M.isVip&&r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"到期日"}),r.jsx(ae,{type:"date",className:"bg-[#162840] border-gray-700 text-white text-sm",value:M.vipExpireDate,onChange:me=>q(fe=>({...fe,vipExpireDate:me.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"角色"}),r.jsxs("select",{className:"w-full bg-[#162840] border border-gray-700 text-white rounded px-2 py-1.5 text-sm",value:M.vipRole,onChange:me=>q(fe=>({...fe,vipRole:me.target.value})),children:[r.jsx("option",{value:"",children:"请选择"}),B.map(me=>r.jsx("option",{value:me.name,children:me.name},me.id))]})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"展示名"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"创业老板排行展示名",value:M.vipName,onChange:me=>q(fe=>({...fe,vipName:me.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"项目"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"如:某某科技",value:M.vipProject,onChange:me=>q(fe=>({...fe,vipProject:me.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"联系方式"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"微信/手机等",value:M.vipContact,onChange:me=>q(fe=>({...fe,vipContact:me.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"简介"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"简短介绍",value:M.vipBio,onChange:me=>q(fe=>({...fe,vipBio:me.target.value}))})]})]})]})]}),a.isVip&&r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(Yl,{className:"w-4 h-4 text-amber-400"}),r.jsx("span",{className:"text-white font-medium",children:"VIP 信息"}),r.jsx(Je,{className:"bg-amber-500/20 text-amber-400 border-0 text-xs",children:a.vipRole||"VIP"})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[a.vipName&&r.jsxs("div",{children:[r.jsx("span",{className:"text-gray-500",children:"展示名:"}),r.jsx("span",{className:"text-white",children:a.vipName})]}),a.vipProject&&r.jsxs("div",{children:[r.jsx("span",{className:"text-gray-500",children:"项目:"}),r.jsx("span",{className:"text-white",children:a.vipProject})]}),a.vipContact&&r.jsxs("div",{children:[r.jsx("span",{className:"text-gray-500",children:"联系方式:"}),r.jsx("span",{className:"text-white",children:a.vipContact})]}),a.vipExpireDate&&r.jsxs("div",{children:[r.jsx("span",{className:"text-gray-500",children:"到期时间:"}),r.jsx("span",{className:"text-white",children:new Date(a.vipExpireDate).toLocaleDateString()})]})]}),a.vipBio&&r.jsx("p",{className:"text-gray-400 text-sm mt-2",children:a.vipBio})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-purple-500/20",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(Bi,{className:"w-4 h-4 text-purple-400"}),r.jsx("span",{className:"text-white font-medium",children:"微信归属"}),r.jsx("span",{className:"text-gray-500 text-xs",children:"该用户归属在哪个微信号下"})]}),r.jsxs("div",{className:"flex gap-2 items-center",children:[r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white flex-1",placeholder:"输入归属微信号(如 wxid_xxxx)",value:Ls,onChange:me=>ws(me.target.value)}),r.jsxs(X,{size:"sm",onClick:async()=>{if(!(!Ls||!a))try{await Pt("/api/db/users",{id:a.id,wechatId:Ls}),se.success("已保存微信归属"),rn()}catch{se.error("保存失败")}},className:"bg-purple-500/20 hover:bg-purple-500/30 text-purple-400 border border-purple-500/30 shrink-0",children:[r.jsx(kn,{className:"w-4 h-4 mr-1"})," 保存"]})]}),a.wechatId&&r.jsxs("p",{className:"text-gray-500 text-xs mt-2",children:["当前归属:",r.jsx("span",{className:"text-purple-400",children:a.wechatId})]})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex items-center justify-between mb-3",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx($r,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx("span",{className:"text-white font-medium",children:"存客宝同步"})]}),r.jsx(X,{size:"sm",onClick:qs,disabled:N||!a.phone,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:N?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-1 animate-spin"})," 同步中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-1"})," 同步数据"]})})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4 text-sm",children:[r.jsxs("div",{children:[r.jsx("span",{className:"text-gray-500",children:"同步状态:"}),a.ckbSyncedAt?r.jsx(Je,{className:"bg-green-500/20 text-green-400 border-0 ml-1",children:"已同步"}):r.jsx(Je,{className:"bg-gray-500/20 text-gray-400 border-0 ml-1",children:"未同步"})]}),r.jsxs("div",{children:[r.jsx("span",{className:"text-gray-500",children:"最后同步:"}),r.jsx("span",{className:"text-gray-300 ml-1",children:a.ckbSyncedAt?new Date(a.ckbSyncedAt).toLocaleString():"-"})]})]})]})]}),r.jsxs(nn,{value:"tags",className:"flex-1 overflow-auto space-y-4",children:[r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(md,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx("span",{className:"text-white font-medium",children:"用户标签"}),r.jsx("span",{className:"text-gray-500 text-xs",children:"基于《一场 Soul 的创业实验》维度打标"})]}),r.jsxs("div",{className:"mb-3 p-2.5 bg-[#38bdac]/5 border border-[#38bdac]/20 rounded-lg flex items-center gap-2 text-xs text-gray-400",children:[r.jsx(rx,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),"命中的标签自动高亮 · 系统根据行为轨迹和填写资料自动打标 · 手动点击补充或取消"]}),r.jsx("div",{className:"mb-4 space-y-3",children:[{category:"身份类型",tags:["创业者","打工人","自由职业","学生","投资人","合伙人"]},{category:"行业背景",tags:["电商","内容","传统行业","科技/AI","金融","教育","餐饮"]},{category:"痛点标签",tags:["找资源","找方向","找合伙人","想赚钱","想学习","找情感出口"]},{category:"付费意愿",tags:["高意向","已付费","观望中","薅羊毛"]},{category:"MBTI",tags:["ENTJ","INTJ","ENFP","INFP","ENTP","INTP","ESTJ","ISFJ"]}].map(me=>r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1.5",children:me.category}),r.jsx("div",{className:"flex flex-wrap gap-1.5",children:me.tags.map(fe=>r.jsxs("button",{type:"button",onClick:()=>{P.includes(fe)?js(fe):R([...P,fe])},className:`px-2 py-0.5 rounded text-xs border transition-all ${P.includes(fe)?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-transparent border-gray-700 text-gray-500 hover:border-gray-500 hover:text-gray-300"}`,children:[P.includes(fe)?"✓ ":"",fe]},fe))})]},me.category))}),r.jsxs("div",{className:"border-t border-gray-700/50 pt-3",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-2",children:"已选标签"}),r.jsxs("div",{className:"flex flex-wrap gap-2 mb-3 min-h-[32px]",children:[P.map((me,fe)=>r.jsxs(Je,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 pr-1",children:[me,r.jsx("button",{type:"button",onClick:()=>js(me),className:"ml-1 hover:text-red-400",children:r.jsx(gs,{className:"w-3 h-3"})})]},fe)),P.length===0&&r.jsx("span",{className:"text-gray-600 text-sm",children:"暂未选择标签"})]}),r.jsxs("div",{className:"flex gap-2",children:[r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white flex-1",placeholder:"自定义标签(回车添加)",value:K,onChange:me=>re(me.target.value),onKeyDown:me=>me.key==="Enter"&&Un()}),r.jsx(X,{onClick:Un,className:"bg-[#38bdac] hover:bg-[#2da396]",children:"添加"})]})]})]}),(()=>{const me=a.tags||a.ckbTags||"";let fe=[];try{const yt=typeof me=="string"?JSON.parse(me||"[]"):[];fe=Array.isArray(yt)?yt:typeof me=="string"?me.split(","):[]}catch{fe=typeof me=="string"?me.split(","):[]}const at=fe.map(yt=>String(yt).trim()).filter(Boolean);return at.length===0?null:r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[r.jsx(md,{className:"w-4 h-4 text-purple-400"}),r.jsx("span",{className:"text-white font-medium",children:"存客宝标签"})]}),r.jsx("div",{className:"flex flex-wrap gap-2",children:at.map((yt,fn)=>r.jsx(Je,{className:"bg-purple-500/20 text-purple-400 border-0",children:yt},fn))})]})})()]}),r.jsxs(nn,{value:"journey",className:"flex-1 overflow-auto",children:[r.jsxs("div",{className:"mb-3 p-3 bg-[#0a1628] rounded-lg flex items-center gap-2",children:[r.jsx(Gl,{className:"w-4 h-4 text-[#38bdac]"}),r.jsxs("span",{className:"text-gray-400 text-sm",children:["记录用户从注册到付费的完整行动路径,共 ",o.length," 条记录"]})]}),r.jsx("div",{className:"space-y-2",children:o.length>0?o.map((me,fe)=>r.jsxs("div",{className:"flex items-start gap-3 p-3 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex flex-col items-center",children:[r.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[#38bdac]",children:it(me.action)}),fe0?u.map((me,fe)=>{var yt;const at=me;return r.jsxs("div",{className:"flex items-center justify-between p-2 bg-[#162840] rounded",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("div",{className:"w-6 h-6 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-xs text-[#38bdac]",children:((yt=at.nickname)==null?void 0:yt.charAt(0))||"?"}),r.jsx("span",{className:"text-white text-sm",children:at.nickname})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[at.status==="vip"&&r.jsx(Je,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"已购"}),r.jsx("span",{className:"text-gray-500 text-xs",children:at.createdAt?new Date(at.createdAt).toLocaleDateString():""})]})]},at.id||fe)}):r.jsx("p",{className:"text-gray-500 text-sm text-center py-4",children:"暂无推荐用户"})})]})}),r.jsxs(nn,{value:"shensheshou",className:"flex-1 overflow-auto space-y-4",children:[r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(Va,{className:"w-5 h-5 text-[#38bdac]"}),r.jsx("span",{className:"text-white font-medium",children:"用户资料完善"}),r.jsx("span",{className:"text-gray-500 text-xs",children:"通过多维度查询神射手数据,自动回填用户基础信息"})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-2 mb-3",children:[r.jsxs("div",{children:[r.jsx(Z,{className:"text-gray-500 text-xs mb-1 block",children:"手机号"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"11位手机号",value:mt,onChange:me=>Ut(me.target.value)})]}),r.jsxs("div",{children:[r.jsx(Z,{className:"text-gray-500 text-xs mb-1 block",children:"微信号"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"微信 ID",value:In,onChange:me=>sn(me.target.value)})]}),r.jsxs("div",{className:"col-span-2",children:[r.jsx(Z,{className:"text-gray-500 text-xs mb-1 block",children:"微信 OpenID"}),r.jsx(ae,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"openid_xxxx(自动填入)",value:Tt,onChange:me=>Mt(me.target.value)})]})]}),r.jsx(X,{onClick:ks,disabled:te,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:te?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-1 animate-spin"})," 查询并自动回填中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(ca,{className:"w-4 h-4 mr-1"})," 查询并自动完善用户资料"]})}),r.jsx("p",{className:"text-gray-600 text-xs mt-2",children:"查询成功后,神射手返回的标签将自动同步到该用户"}),rt&&r.jsx("div",{className:"mt-3 p-3 bg-red-500/10 border border-red-500/30 rounded-lg text-red-400 text-sm",children:rt}),pe&&r.jsxs("div",{className:"mt-3 space-y-3",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[r.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"神射手 RFM 分"}),r.jsx("p",{className:"text-2xl font-bold text-[#38bdac]",children:pe.rfm_score??"-"})]}),r.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"用户等级"}),r.jsx("p",{className:"text-2xl font-bold text-white",children:pe.user_level??"-"})]})]}),pe.tags&&pe.tags.length>0&&r.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[r.jsx("p",{className:"text-gray-500 text-xs mb-2",children:"神射手标签"}),r.jsx("div",{className:"flex flex-wrap gap-2",children:pe.tags.map((me,fe)=>r.jsx(Je,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/20",children:me},fe))})]}),pe.last_active&&r.jsxs("div",{className:"text-sm text-gray-500",children:["最近活跃:",pe.last_active]})]})]}),r.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex items-center justify-between mb-3",children:[r.jsxs("div",{children:[r.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[r.jsx(Va,{className:"w-4 h-4 text-purple-400"}),r.jsx("span",{className:"text-white font-medium",children:"推送用户数据到神射手"})]}),r.jsx("p",{className:"text-gray-500 text-xs",children:"将本用户信息(手机号、昵称、标签等)同步至神射手,自动完善用户画像"})]}),r.jsx(X,{onClick:_e,disabled:Kt||!a.phone,variant:"outline",className:"border-purple-500/40 text-purple-400 hover:bg-purple-500/10 bg-transparent shrink-0 ml-4",children:Kt?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-1 animate-spin"})," 推送中"]}):r.jsxs(r.Fragment,{children:[r.jsx(Va,{className:"w-4 h-4 mr-1"})," 推送"]})})]}),!a.phone&&r.jsx("p",{className:"text-yellow-500/70 text-xs",children:"⚠ 用户未绑定手机号,无法推送"}),as&&r.jsx("div",{className:"mt-3 p-3 bg-[#162840] rounded-lg text-sm",children:as.error?r.jsx("p",{className:"text-red-400",children:String(as.error)}):r.jsxs("div",{className:"space-y-1",children:[r.jsxs("p",{className:"text-green-400 flex items-center gap-1",children:[r.jsx(rx,{className:"w-4 h-4"})," 推送成功"]}),as.enriched!==void 0&&r.jsxs("p",{className:"text-gray-400",children:["自动补全标签数:",String(as.new_tags_added??0)]})]})})]})]})]}),r.jsxs("div",{className:"flex justify-end gap-2 pt-3 border-t border-gray-700 mt-3",children:[r.jsxs(X,{variant:"outline",onClick:e,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"关闭"]}),r.jsxs(X,{onClick:un,disabled:v,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),v?"保存中...":"保存修改"]})]})]}):r.jsx("div",{className:"text-center py-12 text-gray-500",children:"用户不存在"})]})}),r.jsx(Lt,{open:G,onOpenChange:oe,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsx(zt,{children:"调整余额"})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"调整金额(元)"}),r.jsx(ae,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"正数增加,负数扣减,如 10 或 -5",value:ye,onChange:me=>Ae(me.target.value)})]}),r.jsxs("div",{children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"备注(可选)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"如:活动补偿",value:ke,onChange:me=>ee(me.target.value)})]})]}),r.jsxs("div",{className:"flex justify-end gap-2",children:[r.jsx(X,{variant:"outline",onClick:()=>oe(!1),className:"border-gray-600 text-gray-300",children:"取消"}),r.jsx(X,{onClick:hn,disabled:Y,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:Y?"提交中...":"确认调整"})]})]})})]}):null}function fR(){const t=Ji(),[e,n]=b.useState(!0),[s,a]=b.useState(!0),[i,o]=b.useState(!0),[c,u]=b.useState([]),[h,f]=b.useState([]),[m,g]=b.useState(0),[y,N]=b.useState(0),[w,v]=b.useState(0),[k,C]=b.useState(0),[E,I]=b.useState(null),[L,W]=b.useState(null),[D,P]=b.useState(!1),[R,K]=b.useState(0),[re,ue]=b.useState(!1),[xe,H]=b.useState(null),[O,J]=b.useState("week"),[$,M]=b.useState(null),[q,B]=b.useState(!1),z=ee=>{const Y=ee;if((Y==null?void 0:Y.status)===401)I("登录已过期,请重新登录");else{if((Y==null?void 0:Y.name)==="AbortError")return;I("加载失败,请检查网络或联系管理员")}};async function G(ee){const Y=ee?{signal:ee}:void 0;n(!0),I(null);try{const ce=await Oe("/api/admin/dashboard/stats",Y);ce!=null&&ce.success&&(g(ce.totalUsers??0),N(ce.paidOrderCount??0),v(ce.totalRevenue??0),C(ce.conversionRate??0))}catch(ce){if((ce==null?void 0:ce.name)!=="AbortError"){console.error("stats 失败,尝试 overview 降级",ce);try{const pe=await Oe("/api/admin/dashboard/overview",Y);pe!=null&&pe.success&&(g(pe.totalUsers??0),N(pe.paidOrderCount??0),v(pe.totalRevenue??0),C(pe.conversionRate??0))}catch(pe){z(pe)}}}finally{n(!1)}try{const ce=await Oe("/api/admin/balance/summary",Y);ce!=null&&ce.success&&ce.data&&K(ce.data.totalGifted??0)}catch{}try{const ce=await Oe("/api/db/ckb-plan-stats",Y);ce!=null&&ce.success&&ce.data?H({ckbTotal:ce.data.ckbTotal??0,withContact:ce.data.withContact??0}):H(null)}catch{H(null)}a(!0),o(!0);const he=async()=>{try{const ce=await Oe("/api/admin/dashboard/recent-orders?limit=10",Y);if(ce!=null&&ce.success&&ce.recentOrders)f(ce.recentOrders);else throw new Error("no data")}catch(ce){if((ce==null?void 0:ce.name)!=="AbortError")try{const pe=await Oe("/api/admin/orders?page=1&pageSize=20&status=paid",Y),rt=((pe==null?void 0:pe.orders)??[]).filter(vt=>["paid","completed","success"].includes(vt.status||""));f(rt.slice(0,5))}catch{f([])}}finally{a(!1)}},te=async()=>{try{const ce=await Oe("/api/admin/dashboard/new-users",Y);if(ce!=null&&ce.success&&ce.newUsers)u(ce.newUsers);else throw new Error("no data")}catch(ce){if((ce==null?void 0:ce.name)!=="AbortError")try{const pe=await Oe("/api/db/users?page=1&pageSize=10",Y);u((pe==null?void 0:pe.users)??[])}catch{u([])}}finally{o(!1)}};await Promise.all([he(),te()])}async function oe(ee){const Y=ee||O;B(!0);try{const he=await Oe(`/api/admin/track/stats?period=${Y}`);he!=null&&he.success&&M({total:he.total??0,byModule:he.byModule??{}})}catch{M(null)}finally{B(!1)}}b.useEffect(()=>{const ee=new AbortController;G(ee.signal),oe();const Y=setInterval(()=>{G(),oe()},3e4);return()=>{ee.abort(),clearInterval(Y)}},[]);const ye=m,Ae=ee=>{const Y=ee.productType||"",he=ee.description||"";if(Y==="balance_recharge")return{title:`余额充值 ¥${typeof ee.amount=="number"?ee.amount.toFixed(2):parseFloat(String(ee.amount||"0")).toFixed(2)}`,subtitle:"余额充值"};if(Y==="gift_pay")return{title:`代付 ¥${typeof ee.amount=="number"?ee.amount.toFixed(2):parseFloat(String(ee.amount||"0")).toFixed(2)}`,subtitle:"好友代付"};if(Y==="gift_pay_batch"){const te=typeof ee.amount=="number"?ee.amount.toFixed(2):parseFloat(String(ee.amount||"0")).toFixed(2);return{title:he||`代付分享 ¥${te}`,subtitle:"代付分享"}}if(Y==="section"&&he.includes("代付领取"))return{title:he.replace("代付领取 - ",""),subtitle:"代付领取"};if(he){if(Y==="section"&&he.includes("章节")){if(he.includes("-")){const te=he.split("-");if(te.length>=3)return{title:`第${te[1]}章 第${te[2]}节`,subtitle:"《一场Soul的创业实验》"}}return{title:he,subtitle:"章节购买"}}return Y==="fullbook"||he.includes("全书")?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:Y==="vip"||he.includes("VIP")?{title:"超级个体开通费用",subtitle:"超级个体"}:Y==="match"||he.includes("伙伴")?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:he,subtitle:Y==="section"?"单章":Y==="fullbook"?"全书":"其他"}}return Y==="section"?{title:`章节 ${ee.productId||""}`,subtitle:"单章购买"}:Y==="fullbook"?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:Y==="vip"?{title:"超级个体开通费用",subtitle:"超级个体"}:Y==="match"?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:"未知商品",subtitle:Y||"其他"}},ke=[{title:"总用户数",value:e?null:ye,sub:null,icon:zn,color:"text-blue-400",bg:"bg-blue-500/20",link:"/users"},{title:"总收入",value:e?null:`¥${(w??0).toFixed(2)}`,sub:R>0?`含代付 ¥${R.toFixed(2)}`:null,icon:gd,color:"text-[#38bdac]",bg:"bg-[#38bdac]/20",link:"/orders"},{title:"订单数",value:e?null:y,sub:null,icon:dx,color:"text-purple-400",bg:"bg-purple-500/20",link:"/orders"},{title:"转化率",value:e?null:`${typeof k=="number"?k.toFixed(1):0}%`,sub:null,icon:ir,color:"text-orange-400",bg:"bg-orange-500/20",link:"/distribution"},{title:"存客宝获客",value:xe?xe.ckbTotal??0:null,sub:(xe==null?void 0:xe.withContact)!=null?`含联系方式 ${xe.withContact} 人`:null,icon:xd,color:"text-cyan-400",bg:"bg-cyan-500/20",link:"/users?tab=leads"}];return r.jsxs("div",{className:"p-8 w-full",children:[r.jsx("h1",{className:"text-2xl font-bold mb-8 text-white",children:"数据概览"}),E&&r.jsxs("div",{className:"mb-6 px-4 py-3 rounded-lg bg-amber-500/20 border border-amber-500/50 text-amber-200 text-sm flex items-center justify-between",children:[r.jsx("span",{children:E}),r.jsx("button",{type:"button",onClick:()=>G(),className:"text-amber-400 hover:text-amber-300 underline",children:"重试"})]}),r.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8",children:ke.map((ee,Y)=>r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl cursor-pointer hover:border-[#38bdac]/50 transition-colors group",onClick:()=>ee.link&&t(ee.link),children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between pb-2",children:[r.jsx(Xe,{className:"text-sm font-medium text-gray-400",children:ee.title}),r.jsx("div",{className:`p-2 rounded-lg ${ee.bg}`,children:r.jsx(ee.icon,{className:`w-4 h-4 ${ee.color}`})})]}),r.jsx(Te,{children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("div",{className:"text-2xl font-bold text-white min-h-8 flex items-center",children:ee.value!=null?ee.value:r.jsxs("span",{className:"inline-flex items-center gap-2 text-gray-500",children:[r.jsx(Be,{className:"w-4 h-4 animate-spin"}),"加载中"]})}),ee.sub&&r.jsx("p",{className:"text-xs text-gray-500 mt-1",children:ee.sub})]}),r.jsx(ql,{className:"w-5 h-5 text-gray-600 group-hover:text-[#38bdac] transition-colors"})]})})]},Y))}),r.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-8",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between",children:[r.jsx(Xe,{className:"text-white",children:"最近订单"}),r.jsxs("button",{type:"button",onClick:()=>G(),disabled:s||i,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新",children:[s||i?r.jsx(Be,{className:"w-3.5 h-3.5 animate-spin"}):r.jsx(Be,{className:"w-3.5 h-3.5"}),"刷新(每 30 秒自动更新)"]})]}),r.jsx(Te,{children:r.jsx("div",{className:"space-y-3",children:s&&h.length===0?r.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[r.jsx(Be,{className:"w-8 h-8 animate-spin mb-2"}),r.jsx("span",{className:"text-sm",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[h.slice(0,re?10:4).map(ee=>{var pe;const Y=ee.referrerId?c.find(Fe=>Fe.id===ee.referrerId):void 0,he=ee.referralCode||(Y==null?void 0:Y.referralCode)||(Y==null?void 0:Y.nickname)||(ee.referrerId?String(ee.referrerId).slice(0,8):""),te=Ae(ee),ce=ee.userNickname||((pe=c.find(Fe=>Fe.id===ee.userId))==null?void 0:pe.nickname)||"匿名用户";return r.jsxs("div",{className:"flex items-start justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30 hover:border-[#38bdac]/30 transition-colors",children:[r.jsxs("div",{className:"flex items-start gap-3 flex-1",children:[ee.userAvatar?r.jsx("img",{src:ee.userAvatar,alt:ce,className:"w-9 h-9 rounded-full object-cover flex-shrink-0 mt-0.5",onError:Fe=>{Fe.currentTarget.style.display="none";const rt=Fe.currentTarget.nextElementSibling;rt&&rt.classList.remove("hidden")}}):null,r.jsx("div",{className:`w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 mt-0.5 ${ee.userAvatar?"hidden":""}`,children:ce.charAt(0)}),r.jsxs("div",{className:"flex-1 min-w-0",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[r.jsx("button",{type:"button",onClick:()=>{ee.userId&&(W(ee.userId),P(!0))},className:"text-sm text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:ce}),r.jsx("span",{className:"text-gray-600",children:"·"}),r.jsx("span",{className:"text-sm font-medium text-white truncate",children:te.title})]}),r.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500",children:[te.subtitle&&te.subtitle!=="章节购买"&&r.jsx("span",{className:"px-1.5 py-0.5 bg-gray-700/50 rounded",children:te.subtitle}),r.jsx("span",{children:new Date(ee.createdAt||0).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})]}),he&&r.jsxs("p",{className:"text-xs text-gray-600 mt-1",children:["推荐: ",he]})]})]}),r.jsxs("div",{className:"text-right ml-4 flex-shrink-0",children:[r.jsxs("p",{className:"text-sm font-bold text-[#38bdac]",children:["+¥",Number(ee.amount).toFixed(2)]}),r.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:ee.paymentMethod||"微信"})]})]},ee.id)}),h.length>4&&!re&&r.jsx("button",{type:"button",onClick:()=>ue(!0),className:"w-full py-2 text-sm text-[#38bdac] hover:text-[#2da396] border border-dashed border-gray-600 rounded-lg hover:border-[#38bdac]/50 transition-colors",children:"展开更多"}),h.length===0&&!s&&r.jsxs("div",{className:"text-center py-12",children:[r.jsx(dx,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),r.jsx("p",{className:"text-gray-500",children:"暂无订单数据"})]})]})})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"新注册用户"})}),r.jsx(Te,{children:r.jsx("div",{className:"space-y-3",children:i&&c.length===0?r.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[r.jsx(Be,{className:"w-8 h-8 animate-spin mb-2"}),r.jsx("span",{className:"text-sm",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[c.slice(0,5).map(ee=>{var Y;return r.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:((Y=ee.nickname)==null?void 0:Y.charAt(0))||"?"}),r.jsxs("div",{children:[r.jsx("button",{type:"button",onClick:()=>{W(ee.id),P(!0)},className:"text-sm font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:ee.nickname||"匿名用户"}),r.jsx("p",{className:"text-xs text-gray-500",children:ee.phone||"-"})]})]}),r.jsx("p",{className:"text-xs text-gray-400",children:ee.createdAt?new Date(ee.createdAt).toLocaleDateString():"-"})]},ee.id)}),c.length===0&&!i&&r.jsx("p",{className:"text-gray-500 text-center py-8",children:"暂无用户数据"})]})})})]})]}),r.jsxs(Ee,{className:"mt-8 bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between",children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(sx,{className:"w-5 h-5 text-[#38bdac]"}),"分类标签点击统计"]}),r.jsx("div",{className:"flex items-center gap-2",children:["today","week","month","all"].map(ee=>r.jsx("button",{type:"button",onClick:()=>{J(ee),oe(ee)},className:`px-3 py-1 text-xs rounded-full transition-colors ${O===ee?"bg-[#38bdac] text-white":"bg-gray-700/50 text-gray-400 hover:bg-gray-700"}`,children:{today:"今日",week:"本周",month:"本月",all:"全部"}[ee]},ee))})]}),r.jsx(Te,{children:q&&!$?r.jsxs("div",{className:"flex items-center justify-center py-12 text-gray-500",children:[r.jsx(Be,{className:"w-6 h-6 animate-spin mr-2"}),r.jsx("span",{children:"加载中..."})]}):$&&Object.keys($.byModule).length>0?r.jsxs("div",{className:"space-y-6",children:[r.jsxs("p",{className:"text-sm text-gray-400",children:["总点击 ",r.jsx("span",{className:"text-white font-bold text-lg",children:$.total})," 次"]}),r.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:Object.entries($.byModule).sort((ee,Y)=>Y[1].reduce((he,te)=>he+te.count,0)-ee[1].reduce((he,te)=>he+te.count,0)).map(([ee,Y])=>{const he=Y.reduce((ce,pe)=>ce+pe.count,0),te={home:"首页",chapters:"目录",read:"阅读",my:"我的",vip:"VIP",wallet:"钱包",match:"找伙伴",referral:"推广",search:"搜索",settings:"设置",about:"关于",other:"其他"};return r.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[r.jsxs("div",{className:"flex items-center justify-between mb-3",children:[r.jsx("span",{className:"text-sm font-medium text-[#38bdac]",children:te[ee]||ee}),r.jsxs("span",{className:"text-xs text-gray-500",children:[he," 次"]})]}),r.jsx("div",{className:"space-y-2",children:Y.sort((ce,pe)=>pe.count-ce.count).slice(0,8).map((ce,pe)=>{const Fe={开始匹配:"开始匹配",mentor:"导师顾问",team:"团队招募",investor:"资源对接",充值:"充值",退款:"退款",wallet:"钱包",设置:"设置",VIP:"VIP会员",推广:"推广中心",目录:"目录",搜索:"搜索",匹配:"找伙伴",settings:"设置",expired:"已过期",active:"活跃",converted:"已转化",fill_profile:"完善资料",register:"注册",purchase:"购买",btn_click:"按钮点击",nav_click:"导航点击",card_click:"卡片点击",tab_click:"标签切换",rule_trigger:"规则触发",view_chapter:"浏览章节",链接卡若:"链接卡若",更多分享:"更多分享",分享朋友圈文案:"分享朋友圈",选择金额10:"选择金额10元"},rt={btn_click:"按钮点击",nav_click:"导航点击",card_click:"卡片点击",tab_click:"标签切换",purchase:"购买",register:"注册",rule_trigger:"规则触发",view_chapter:"浏览章节"},vt=Fe[ce.target]||ce.target||rt[ce.action]||ce.action;return r.jsxs("div",{className:"flex items-center justify-between text-xs",children:[r.jsx("span",{className:"text-gray-300 truncate mr-2",title:`${ce.action}: ${ce.target}`,children:vt}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[r.jsx("div",{className:"w-16 h-1.5 bg-gray-700 rounded-full overflow-hidden",children:r.jsx("div",{className:"h-full bg-[#38bdac] rounded-full",style:{width:`${he>0?ce.count/he*100:0}%`}})}),r.jsx("span",{className:"text-gray-400 w-8 text-right",children:ce.count})]})]},pe)})})]},ee)})})]}):r.jsxs("div",{className:"text-center py-12",children:[r.jsx(sx,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),r.jsx("p",{className:"text-gray-500",children:"暂无点击数据"}),r.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"小程序端接入埋点后,数据将在此实时展示"})]})})]}),r.jsx(R0,{open:D,onClose:()=>{P(!1),W(null)},userId:L,onUserUpdated:()=>G()})]})}const ns=b.forwardRef(({className:t,...e},n)=>r.jsx("div",{className:"relative w-full overflow-auto",children:r.jsx("table",{ref:n,className:Dt("w-full caption-bottom text-sm",t),...e})}));ns.displayName="Table";const ss=b.forwardRef(({className:t,...e},n)=>r.jsx("thead",{ref:n,className:Dt("[&_tr]:border-b",t),...e}));ss.displayName="TableHeader";const rs=b.forwardRef(({className:t,...e},n)=>r.jsx("tbody",{ref:n,className:Dt("[&_tr:last-child]:border-0",t),...e}));rs.displayName="TableBody";const ut=b.forwardRef(({className:t,...e},n)=>r.jsx("tr",{ref:n,className:Dt("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",t),...e}));ut.displayName="TableRow";const we=b.forwardRef(({className:t,...e},n)=>r.jsx("th",{ref:n,className:Dt("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",t),...e}));we.displayName="TableHead";const be=b.forwardRef(({className:t,...e},n)=>r.jsx("td",{ref:n,className:Dt("p-4 align-middle [&:has([role=checkbox])]:pr-0",t),...e}));be.displayName="TableCell";function O0(t,e){const[n,s]=b.useState(t);return b.useEffect(()=>{const a=setTimeout(()=>s(t),e);return()=>clearTimeout(a)},[t,e]),n}function Us({page:t,totalPages:e,total:n,pageSize:s,onPageChange:a,onPageSizeChange:i,pageSizeOptions:o=[10,20,50,100]}){return e<=1&&!i?null:r.jsxs("div",{className:"flex items-center justify-between gap-4 py-4 px-5 border-t border-gray-700/50",children:[r.jsxs("div",{className:"flex items-center gap-2 text-sm text-gray-400",children:[r.jsxs("span",{children:["共 ",n," 条"]}),i&&r.jsx("select",{value:s,onChange:c=>i(Number(c.target.value)),className:"bg-[#0f2137] border border-gray-600 rounded px-2 py-1 text-gray-300 text-sm",children:o.map(c=>r.jsxs("option",{value:c,children:[c," 条/页"]},c))})]}),e>1&&r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("button",{type:"button",onClick:()=>a(1),disabled:t<=1,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"首页"}),r.jsx("button",{type:"button",onClick:()=>a(t-1),disabled:t<=1,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"上一页"}),r.jsxs("span",{className:"px-3 py-1 text-gray-400 text-sm",children:[t," / ",e]}),r.jsx("button",{type:"button",onClick:()=>a(t+1),disabled:t>=e,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"下一页"}),r.jsx("button",{type:"button",onClick:()=>a(e),disabled:t>=e,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"末页"})]})]})}function pR(){const[t,e]=b.useState([]),[n,s]=b.useState([]),[a,i]=b.useState(0),[o,c]=b.useState(0),[u,h]=b.useState(0),[f,m]=b.useState(1),[g,y]=b.useState(10),[N,w]=b.useState(""),v=O0(N,300),[k,C]=b.useState("all"),[E,I]=b.useState(!0),[L,W]=b.useState(null),[D,P]=b.useState(null),[R,K]=b.useState(""),[re,ue]=b.useState(!1);async function xe(){I(!0),W(null);try{const B=k==="all"?"":k==="completed"?"completed":k,z=new URLSearchParams({page:String(f),pageSize:String(g),...B&&{status:B},...v&&{search:v}}),[G,oe]=await Promise.all([Oe(`/api/admin/orders?${z}`),Oe("/api/db/users?page=1&pageSize=500")]);G!=null&&G.success&&(e(G.orders||[]),i(G.total??0),c(G.totalRevenue??0),h(G.todayRevenue??0)),oe!=null&&oe.success&&oe.users&&s(oe.users)}catch(B){console.error("加载订单失败",B),W("加载订单失败,请检查网络后重试")}finally{I(!1)}}b.useEffect(()=>{m(1)},[v,k]),b.useEffect(()=>{xe()},[f,g,v,k]);const H=B=>{var z;return B.userNickname||((z=n.find(G=>G.id===B.userId))==null?void 0:z.nickname)||"匿名用户"},O=B=>{var z;return((z=n.find(G=>G.id===B))==null?void 0:z.phone)||"-"},J=B=>{const z=B.productType||B.type||"",G=B.description||"";if(z==="balance_recharge")return{name:`余额充值 ¥${Number(B.amount||0).toFixed(2)}`,type:"余额充值"};if(G){if(z==="section"&&(G.includes("章节")||G.includes("代付领取"))){if(G.includes("代付领取"))return{name:G.replace("代付领取 - ",""),type:"代付领取"};if(G.includes("-")){const oe=G.split("-");if(oe.length>=3)return{name:`第${oe[1]}章 第${oe[2]}节`,type:"《一场Soul的创业实验》"}}return{name:G,type:"章节购买"}}return z==="fullbook"||G.includes("全书")?{name:"《一场Soul的创业实验》",type:"全书购买"}:z==="vip"||G.includes("VIP")?{name:"超级个体开通费用",type:"超级个体"}:z==="match"||G.includes("伙伴")?{name:"找伙伴匹配",type:"功能服务"}:{name:G,type:"其他"}}return z==="section"?{name:`章节 ${B.productId||B.sectionId||""}`,type:"单章"}:z==="fullbook"?{name:"《一场Soul的创业实验》",type:"全书"}:z==="vip"?{name:"超级个体开通费用",type:"超级个体"}:z==="match"?{name:"找伙伴匹配",type:"功能"}:{name:"未知商品",type:z||"其他"}},$=Math.ceil(a/g)||1;async function M(){var B;if(!(!(D!=null&&D.orderSn)&&!(D!=null&&D.id))){ue(!0),W(null);try{const z=await Pt("/api/admin/orders/refund",{orderSn:D.orderSn||D.id,reason:R||void 0});z!=null&&z.success?(P(null),K(""),xe()):W((z==null?void 0:z.error)||"退款失败")}catch(z){const G=z;W(((B=G==null?void 0:G.data)==null?void 0:B.error)||"退款失败,请检查网络后重试")}finally{ue(!1)}}}function q(){if(t.length===0){se.info("暂无数据可导出");return}const B=["订单号","用户","手机号","商品","金额","支付方式","状态","退款原因","分销佣金","下单时间"],z=t.map(ke=>{const ee=J(ke);return[ke.orderSn||ke.id||"",H(ke),O(ke.userId),ee.name,Number(ke.amount||0).toFixed(2),ke.paymentMethod==="wechat"?"微信支付":ke.paymentMethod==="balance"?"余额支付":ke.paymentMethod==="alipay"?"支付宝":ke.paymentMethod||"微信支付",ke.status==="refunded"?"已退款":ke.status==="paid"||ke.status==="completed"?"已完成":ke.status==="pending"||ke.status==="created"?"待支付":"已失败",ke.status==="refunded"&&ke.refundReason?ke.refundReason:"-",ke.referrerEarnings?Number(ke.referrerEarnings).toFixed(2):"-",ke.createdAt?new Date(ke.createdAt).toLocaleString("zh-CN"):""].join(",")}),G="\uFEFF"+[B.join(","),...z].join(` -`),oe=new Blob([G],{type:"text/csv;charset=utf-8"}),ye=URL.createObjectURL(oe),Ae=document.createElement("a");Ae.href=ye,Ae.download=`订单列表_${new Date().toISOString().slice(0,10)}.csv`,Ae.click(),URL.revokeObjectURL(ye)}return r.jsxs("div",{className:"p-8 w-full",children:[L&&r.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[r.jsx("span",{children:L}),r.jsx("button",{type:"button",onClick:()=>W(null),className:"hover:text-red-300",children:"×"})]}),r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"订单管理"}),r.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",t.length," 笔订单"]})]}),r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsxs(X,{variant:"outline",onClick:xe,disabled:E,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${E?"animate-spin":""}`}),"刷新"]}),r.jsxs("div",{className:"flex items-center gap-2 text-sm",children:[r.jsx("span",{className:"text-gray-400",children:"总收入:"}),r.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",o.toFixed(2)]}),r.jsx("span",{className:"text-gray-600",children:"|"}),r.jsx("span",{className:"text-gray-400",children:"今日:"}),r.jsxs("span",{className:"text-[#FFD700] font-bold",children:["¥",u.toFixed(2)]})]})]})]}),r.jsxs("div",{className:"flex items-center gap-4 mb-6",children:[r.jsxs("div",{className:"relative flex-1 max-w-md",children:[r.jsx(ca,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),r.jsx(ae,{type:"text",placeholder:"搜索订单号/用户/章节...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500",value:N,onChange:B=>w(B.target.value)})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(wj,{className:"w-4 h-4 text-gray-400"}),r.jsxs("select",{value:k,onChange:B=>C(B.target.value),className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[r.jsx("option",{value:"all",children:"全部状态"}),r.jsx("option",{value:"completed",children:"已完成"}),r.jsx("option",{value:"pending",children:"待支付"}),r.jsx("option",{value:"created",children:"已创建"}),r.jsx("option",{value:"failed",children:"已失败"}),r.jsx("option",{value:"refunded",children:"已退款"})]})]}),r.jsxs(X,{variant:"outline",onClick:q,disabled:t.length===0,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gM,{className:"w-4 h-4 mr-2"}),"导出 CSV"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:E?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs("div",{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"订单号"}),r.jsx(we,{className:"text-gray-400",children:"用户"}),r.jsx(we,{className:"text-gray-400",children:"商品"}),r.jsx(we,{className:"text-gray-400",children:"金额"}),r.jsx(we,{className:"text-gray-400",children:"支付方式"}),r.jsx(we,{className:"text-gray-400",children:"状态"}),r.jsx(we,{className:"text-gray-400",children:"退款原因"}),r.jsx(we,{className:"text-gray-400",children:"分销佣金"}),r.jsx(we,{className:"text-gray-400",children:"下单时间"}),r.jsx(we,{className:"text-gray-400",children:"操作"})]})}),r.jsxs(rs,{children:[t.map(B=>{const z=J(B);return r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsxs(be,{className:"font-mono text-xs text-gray-400",children:[(B.orderSn||B.id||"").slice(0,12),"..."]}),r.jsx(be,{children:r.jsxs("div",{children:[r.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[H(B),B.paymentMethod==="gift_pay"&&r.jsx(Je,{className:"bg-emerald-500/20 text-emerald-400 hover:bg-emerald-500/20 border-0 text-xs",children:"代付领取"}),B.payerUserId&&B.paymentMethod!=="gift_pay"&&r.jsx(Je,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"代付"})]}),r.jsx("p",{className:"text-gray-500 text-xs",children:O(B.userId)}),B.payerUserId&&B.payerNickname&&r.jsxs("p",{className:"text-amber-400/80 text-xs mt-0.5",children:[B.paymentMethod==="gift_pay"?"赠送人:":"代付人:",B.payerNickname]})]})}),r.jsx(be,{children:r.jsxs("div",{children:[r.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[z.name,(B.productType||B.type)==="vip"&&r.jsx(Je,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"超级个体"})]}),r.jsx("p",{className:"text-gray-500 text-xs",children:z.type})]})}),r.jsxs(be,{className:"text-[#38bdac] font-bold",children:["¥",Number(B.amount||0).toFixed(2)]}),r.jsx(be,{className:"text-gray-300",children:B.paymentMethod==="wechat"?"微信支付":B.paymentMethod==="balance"?"余额支付":B.paymentMethod==="alipay"?"支付宝":B.paymentMethod||"微信支付"}),r.jsx(be,{children:B.status==="refunded"?r.jsx(Je,{className:"bg-gray-500/20 text-gray-400 hover:bg-gray-500/20 border-0",children:"已退款"}):B.status==="paid"||B.status==="completed"?r.jsx(Je,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"}):B.status==="pending"||B.status==="created"?r.jsx(Je,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:"待支付"}):r.jsx(Je,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已失败"})}),r.jsx(be,{className:"text-gray-400 text-sm max-w-[120px] truncate",title:B.refundReason,children:B.status==="refunded"&&B.refundReason?B.refundReason:"-"}),r.jsx(be,{className:"text-[#FFD700]",children:B.referrerEarnings?`¥${Number(B.referrerEarnings).toFixed(2)}`:"-"}),r.jsx(be,{className:"text-gray-400 text-sm",children:new Date(B.createdAt).toLocaleString("zh-CN")}),r.jsx(be,{children:(B.status==="paid"||B.status==="completed")&&B.paymentMethod!=="balance"&&r.jsxs(X,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{P(B),K("")},children:[r.jsx(hx,{className:"w-3 h-3 mr-1"}),"退款"]})})]},B.id)}),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:10,className:"text-center py-12 text-gray-500",children:"暂无订单数据"})})]})]}),r.jsx(Us,{page:f,totalPages:$,total:a,pageSize:g,onPageChange:m,onPageSizeChange:B=>{y(B),m(1)}})]})})}),r.jsx(Lt,{open:!!D,onOpenChange:B=>!B&&P(null),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:"订单退款"})}),D&&r.jsxs("div",{className:"space-y-4",children:[r.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",D.orderSn||D.id]}),r.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",Number(D.amount||0).toFixed(2)]}),r.jsxs("div",{children:[r.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),r.jsx("div",{className:"form-input",children:r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:R,onChange:B=>K(B.target.value)})})]}),r.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>P(null),disabled:re,children:"取消"}),r.jsx(X,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:M,disabled:re,children:re?"退款中...":"确认退款"})]})]})})]})}const mc=b.forwardRef(({className:t,...e},n)=>r.jsx("textarea",{className:Dt("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",t),ref:n,...e}));mc.displayName="Textarea";const ph=[{id:"register",label:"注册/登录",icon:"👤",color:"bg-blue-500/20 border-blue-500/40 text-blue-400",desc:"微信授权登录或手机号注册"},{id:"browse",label:"浏览章节",icon:"📖",color:"bg-purple-500/20 border-purple-500/40 text-purple-400",desc:"点击免费/付费章节预览"},{id:"bind_phone",label:"绑定手机",icon:"📱",color:"bg-cyan-500/20 border-cyan-500/40 text-cyan-400",desc:"触发付费章节后绑定手机"},{id:"first_pay",label:"首次付款",icon:"💳",color:"bg-green-500/20 border-green-500/40 text-green-400",desc:"购买单章或全书"},{id:"fill_profile",label:"完善资料",icon:"✍️",color:"bg-yellow-500/20 border-yellow-500/40 text-yellow-400",desc:"填写头像、MBTI、行业等"},{id:"match",label:"派对房匹配",icon:"🤝",color:"bg-orange-500/20 border-orange-500/40 text-orange-400",desc:"参与 Soul 派对房"},{id:"vip",label:"升级 VIP",icon:"👑",color:"bg-amber-500/20 border-amber-500/40 text-amber-400",desc:"付款 ¥1980 购买全书"},{id:"distribution",label:"开启分销",icon:"🔗",color:"bg-[#38bdac]/20 border-[#38bdac]/40 text-[#38bdac]",desc:"生成推广码并推荐好友"}];function mR(){var Jr,Yr,dl,Na,ti;const[t,e]=mj(),n=t.get("pool"),s=t.get("tab")||"users",[a,i]=b.useState([]),[o,c]=b.useState(0),[u,h]=b.useState(1),[f,m]=b.useState(10),[g,y]=b.useState(""),N=O0(g,300),w=n==="vip"?"vip":n==="complete"?"complete":"all",[v,k]=b.useState(w),[C,E]=b.useState(!0),[I,L]=b.useState(!1),[W,D]=b.useState(null),[P,R]=b.useState(!1),[K,re]=b.useState("desc");b.useEffect(()=>{n==="vip"?k("vip"):n==="complete"?k("complete"):n==="all"&&k("all")},[n]);const[ue,xe]=b.useState(!1),[H,O]=b.useState(null),[J,$]=b.useState(!1),[M,q]=b.useState(!1),[B,z]=b.useState({referrals:[],stats:{}}),[G,oe]=b.useState(!1),[ye,Ae]=b.useState(null),[ke,ee]=b.useState(!1),[Y,he]=b.useState(null),[te,ce]=b.useState({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),[pe,Fe]=b.useState([]),[rt,vt]=b.useState(!1),[mt,Ut]=b.useState(!1),[In,sn]=b.useState(null),[Tt,Mt]=b.useState({title:"",description:"",trigger:"",sort:0,enabled:!0}),[Kt,Ns]=b.useState([]),[as,is]=b.useState(!1),[Ls,ws]=b.useState(null),[rn,qs]=b.useState(null),[un,Un]=b.useState({}),[js,Gs]=b.useState(!1),[hn,ks]=b.useState([]),[U,_e]=b.useState(0),[it,$t]=b.useState(1),[me]=b.useState(20),[fe,at]=b.useState(!1),yt=b.useCallback(async()=>{at(!0);try{const F=await Oe(`/api/db/ckb-leads?mode=contact&page=${it}&pageSize=${me}`);F!=null&&F.success&&(ks(F.records||[]),_e(F.total??0))}catch{ks([]),_e(0)}finally{at(!1)}},[it,me]);b.useEffect(()=>{t.get("tab")==="leads"&&yt()},[t.get("tab"),it,yt]);const[fn,Kn]=b.useState(null),Pn=b.useCallback(async()=>{try{const F=await Oe("/api/admin/users/online-stats");F!=null&&F.success&&typeof F.onlineCount=="number"?Kn(F.onlineCount):Kn(0)}catch{Kn(null)}},[]);b.useEffect(()=>{Pn();const F=setInterval(Pn,1e4);return()=>clearInterval(F)},[Pn]);async function qn(F=!1){var $e;E(!0),F&&L(!0),D(null);try{if(P){const Ke=new URLSearchParams({search:N,limit:String(f*5)}),dt=await Oe(`/api/db/users/rfm?${Ke}`);if(dt!=null&&dt.success){let pn=dt.users||[];K==="asc"&&(pn=[...pn].reverse());const ht=(u-1)*f;i(pn.slice(ht,ht+f)),c((($e=dt.users)==null?void 0:$e.length)??0),pn.length===0&&(R(!1),D("暂无订单数据,RFM 排序需要用户有购买记录后才能生效"))}else R(!1),D((dt==null?void 0:dt.error)||"RFM 加载失败,已切回普通模式")}else{const Ke=new URLSearchParams({page:String(u),pageSize:String(f),search:N,...v==="vip"&&{vip:"true"},...v==="complete"&&{pool:"complete"}}),dt=await Oe(`/api/db/users?${Ke}`);dt!=null&&dt.success?(i(dt.users||[]),c(dt.total??0)):D((dt==null?void 0:dt.error)||"加载失败")}}catch(Ke){console.error("Load users error:",Ke),D("网络错误")}finally{E(!1),F&&L(!1)}}b.useEffect(()=>{h(1)},[N,v,P]),b.useEffect(()=>{qn()},[u,f,N,v,P,K]);const Ss=Math.ceil(o/f)||1,Ur=()=>{P?K==="desc"?re("asc"):(R(!1),re("desc")):(R(!0),re("desc"))},xa=F=>({S:"bg-amber-500/20 text-amber-400",A:"bg-green-500/20 text-green-400",B:"bg-blue-500/20 text-blue-400",C:"bg-gray-500/20 text-gray-400",D:"bg-red-500/20 text-red-400"})[F||""]||"bg-gray-500/20 text-gray-400";async function Xa(F){var $e;if(confirm("确定要删除这个用户吗?"))try{const Ke=await oa(`/api/db/users?id=${encodeURIComponent(F)}`);Ke!=null&&Ke.success?(se.success("已删除"),qn()):se.error("删除失败: "+((Ke==null?void 0:Ke.error)||"未知错误"))}catch(Ke){const dt=Ke,pn=(($e=dt==null?void 0:dt.data)==null?void 0:$e.error)||(dt==null?void 0:dt.message)||"网络错误";se.error("删除失败: "+pn)}}const Nr=F=>{O(F),ce({phone:F.phone||"",nickname:F.nickname||"",password:"",isAdmin:!!(F.isAdmin??!1),hasFullBook:!!(F.hasFullBook??!1)}),xe(!0)},no=()=>{O(null),ce({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),xe(!0)};async function wr(){if(!te.phone||!te.nickname){se.error("请填写手机号和昵称");return}$(!0);try{if(H){const F=await Pt("/api/db/users",{id:H.id,phone:te.phone||void 0,nickname:te.nickname,isAdmin:te.isAdmin,hasFullBook:te.hasFullBook,...te.password&&{password:te.password}});if(!(F!=null&&F.success)){se.error("更新失败: "+((F==null?void 0:F.error)||""));return}}else{const F=await jt("/api/db/users",{phone:te.phone,nickname:te.nickname,password:te.password,isAdmin:te.isAdmin});if(!(F!=null&&F.success)){se.error("创建失败: "+((F==null?void 0:F.error)||""));return}}xe(!1),qn()}catch{se.error("保存失败")}finally{$(!1)}}async function ya(F){Ae(F),q(!0),oe(!0);try{const $e=await Oe(`/api/db/users/referrals?userId=${encodeURIComponent(F.id)}`);$e!=null&&$e.success?z({referrals:$e.referrals||[],stats:$e.stats||{}}):z({referrals:[],stats:{}})}catch{z({referrals:[],stats:{}})}finally{oe(!1)}}const Js=b.useCallback(async()=>{vt(!0);try{const F=await Oe("/api/db/user-rules");F!=null&&F.success&&Fe(F.rules||[])}catch{}finally{vt(!1)}},[]);async function so(){if(!Tt.title){se.error("请填写规则标题");return}$(!0);try{if(In){const F=await Pt("/api/db/user-rules",{id:In.id,...Tt});if(!(F!=null&&F.success)){se.error("更新失败: "+((F==null?void 0:F.error)||""));return}}else{const F=await jt("/api/db/user-rules",Tt);if(!(F!=null&&F.success)){se.error("创建失败: "+((F==null?void 0:F.error)||""));return}}Ut(!1),Js()}catch{se.error("保存失败")}finally{$(!1)}}async function Nc(F){if(confirm("确定删除?"))try{const $e=await oa(`/api/db/user-rules?id=${F}`);$e!=null&&$e.success&&Js()}catch{}}async function wc(F){try{await Pt("/api/db/user-rules",{id:F.id,enabled:!F.enabled}),Js()}catch{}}const Ys=b.useCallback(async()=>{is(!0);try{const F=await Oe("/api/db/vip-members?limit=500");if(F!=null&&F.success&&F.data){const $e=[...F.data].map((Ke,dt)=>({...Ke,vipSort:typeof Ke.vipSort=="number"?Ke.vipSort:dt+1}));$e.sort((Ke,dt)=>(Ke.vipSort??999999)-(dt.vipSort??999999)),Ns($e)}else F&&F.error&&se.error(F.error)}catch{se.error("加载超级个体列表失败")}finally{is(!1)}},[]),[jr,ba]=b.useState(!1),[_s,va]=b.useState(null),[Kr,Ct]=b.useState(""),[ls,Za]=b.useState(!1),il=["创业者","资源整合者","技术达人","投资人","产品经理","流量操盘手"],jc=F=>{va(F),Ct(F.vipRole||""),ba(!0)},Bt=async F=>{const $e=F.trim();if(_s){if(!$e){se.error("请选择或输入标签");return}Za(!0);try{const Ke=await Pt("/api/db/users",{id:_s.id,vipRole:$e});if(!(Ke!=null&&Ke.success)){se.error((Ke==null?void 0:Ke.error)||"更新超级个体标签失败");return}se.success("已更新超级个体标签"),ba(!1),va(null),await Ys()}catch{se.error("更新超级个体标签失败")}finally{Za(!1)}}},[ol,Qs]=b.useState(!1),[Cs,Xs]=b.useState(null),[qr,Gr]=b.useState(""),[kr,cs]=b.useState(!1),kc=F=>{Xs(F),Gr(F.vipSort!=null?String(F.vipSort):""),Qs(!0)},Es=async()=>{if(!Cs)return;const F=Number(qr);if(!Number.isFinite(F)){se.error("请输入有效的数字序号");return}cs(!0);try{const $e=await Pt("/api/db/users",{id:Cs.id,vipSort:F});if(!($e!=null&&$e.success)){se.error(($e==null?void 0:$e.error)||"更新排序序号失败");return}se.success("已更新排序序号"),Qs(!1),Xs(null),await Ys()}catch{se.error("更新排序序号失败")}finally{cs(!1)}},Sc=(F,$e)=>{F.dataTransfer.effectAllowed="move",F.dataTransfer.setData("text/plain",$e),ws($e)},ll=(F,$e)=>{F.preventDefault(),rn!==$e&&qs($e)},cl=()=>{ws(null),qs(null)},ei=async(F,$e)=>{F.preventDefault();const Ke=F.dataTransfer.getData("text/plain")||Ls;if(ws(null),qs(null),!Ke||Ke===$e)return;const dt=Kt.find(Vt=>Vt.id===Ke),pn=Kt.find(Vt=>Vt.id===$e);if(!dt||!pn)return;const ht=dt.vipSort??Kt.findIndex(Vt=>Vt.id===Ke)+1,Nn=pn.vipSort??Kt.findIndex(Vt=>Vt.id===$e)+1;Ns(Vt=>{const Gn=[...Vt],Cr=Gn.findIndex(Ts=>Ts.id===Ke),Qr=Gn.findIndex(Ts=>Ts.id===$e);if(Cr===-1||Qr===-1)return Vt;const Er=[...Gn],[ro,wa]=[Er[Cr],Er[Qr]];return Er[Cr]={...wa,vipSort:ht},Er[Qr]={...ro,vipSort:Nn},Er});try{const[Vt,Gn]=await Promise.all([Pt("/api/db/users",{id:Ke,vipSort:Nn}),Pt("/api/db/users",{id:$e,vipSort:ht})]);if(!(Vt!=null&&Vt.success)||!(Gn!=null&&Gn.success)){se.error((Vt==null?void 0:Vt.error)||(Gn==null?void 0:Gn.error)||"更新排序失败"),await Ys();return}se.success("已更新排序"),await Ys()}catch{se.error("更新排序失败"),await Ys()}},Sr=b.useCallback(async()=>{Gs(!0);try{const F=await Oe("/api/db/users/journey-stats");F!=null&&F.success&&F.stats&&Un(F.stats)}catch{}finally{Gs(!1)}},[]);return r.jsxs("div",{className:"p-8 w-full",children:[W&&r.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[r.jsx("span",{children:W}),r.jsx("button",{type:"button",onClick:()=>D(null),children:"×"})]}),r.jsx("div",{className:"flex justify-between items-center mb-6",children:r.jsxs("div",{children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"用户管理"}),r.jsxs("p",{className:"text-gray-400 mt-1 text-sm",children:["共 ",o," 位注册用户",fn!==null&&r.jsxs("span",{className:"text-[#38bdac] ml-1",children:["· 在线 ",fn," 人"]}),P&&" · RFM 排序中"]})]})}),r.jsxs(Yd,{value:s,onValueChange:F=>{const $e=new URLSearchParams(t);F==="users"?$e.delete("tab"):$e.set("tab",F),e($e)},className:"w-full",children:[r.jsxs(pc,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-6 flex-wrap h-auto gap-1",children:[r.jsxs(tn,{value:"users",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",children:[r.jsx(zn,{className:"w-4 h-4"})," 用户列表"]}),r.jsxs(tn,{value:"leads",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:()=>yt(),children:[r.jsx(xd,{className:"w-4 h-4"})," 获客列表"]}),r.jsxs(tn,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Sr,children:[r.jsx(Gl,{className:"w-4 h-4"})," 用户旅程总览"]}),r.jsxs(tn,{value:"rules",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Js,children:[r.jsx(_o,{className:"w-4 h-4"})," 规则配置"]}),r.jsxs(tn,{value:"vip-roles",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Ys,children:[r.jsx(Yl,{className:"w-4 h-4"})," 超级个体列表"]})]}),r.jsxs(nn,{value:"users",children:[r.jsxs("div",{className:"flex items-center gap-3 mb-4 justify-end flex-wrap",children:[r.jsxs(X,{variant:"outline",onClick:()=>qn(!0),disabled:I,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${I?"animate-spin":""}`})," 刷新"]}),r.jsxs("select",{value:v,onChange:F=>{const $e=F.target.value;k($e),h(1),n&&(t.delete("pool"),e(t))},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",disabled:P,children:[r.jsx("option",{value:"all",children:"全部用户"}),r.jsx("option",{value:"vip",children:"VIP会员(超级个体)"}),r.jsx("option",{value:"complete",children:"完善资料用户"})]}),r.jsxs("div",{className:"relative",children:[r.jsx(ca,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),r.jsx(ae,{type:"text",placeholder:"搜索用户...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500 w-56",value:g,onChange:F=>y(F.target.value)})]}),r.jsxs(X,{onClick:no,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xd,{className:"w-4 h-4 mr-2"})," 添加用户"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:C?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs("div",{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"用户信息"}),r.jsx(we,{className:"text-gray-400",children:"绑定信息"}),r.jsx(we,{className:"text-gray-400",children:"购买状态"}),r.jsx(we,{className:"text-gray-400",children:"分销收益"}),r.jsxs(we,{className:"text-gray-400 cursor-pointer select-none",onClick:Ur,children:[r.jsxs("div",{className:"flex items-center gap-1 group",children:[r.jsx(gd,{className:"w-3.5 h-3.5"}),r.jsx("span",{children:"RFM分值"}),P?K==="desc"?r.jsx(x0,{className:"w-3.5 h-3.5 text-[#38bdac]"}):r.jsx(xj,{className:"w-3.5 h-3.5 text-[#38bdac]"}):r.jsx(ng,{className:"w-3.5 h-3.5 text-gray-600 group-hover:text-gray-400"})]}),P&&r.jsx("div",{className:"text-[10px] text-[#38bdac] font-normal mt-0.5",children:"点击切换方向/关闭"})]}),r.jsx(we,{className:"text-gray-400",children:"注册时间"}),r.jsx(we,{className:"text-right text-gray-400",children:"操作"})]})}),r.jsxs(rs,{children:[a.map(F=>{var $e,Ke,dt;return r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{children:r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:F.avatar?r.jsx("img",{src:F.avatar,className:"w-full h-full rounded-full object-cover",alt:""}):(($e=F.nickname)==null?void 0:$e.charAt(0))||"?"}),r.jsxs("div",{children:[r.jsxs("div",{className:"flex items-center gap-1.5",children:[r.jsx("button",{type:"button",onClick:()=>{he(F.id),ee(!0)},className:"font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:F.nickname}),F.isAdmin&&r.jsx(Je,{className:"bg-purple-500/20 text-purple-400 hover:bg-purple-500/20 border-0 text-xs",children:"管理员"}),F.openId&&!((Ke=F.id)!=null&&Ke.startsWith("user_"))&&r.jsx(Je,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0 text-xs",children:"微信"})]}),r.jsx("p",{className:"text-xs text-gray-500 font-mono",children:F.openId?F.openId.slice(0,12)+"...":(dt=F.id)==null?void 0:dt.slice(0,12)})]})]})}),r.jsx(be,{children:r.jsxs("div",{className:"space-y-1",children:[F.phone&&r.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[r.jsx("span",{className:"text-gray-500",children:"📱"}),r.jsx("span",{className:"text-gray-300",children:F.phone})]}),F.wechatId&&r.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[r.jsx("span",{className:"text-gray-500",children:"💬"}),r.jsx("span",{className:"text-gray-300",children:F.wechatId})]}),F.openId&&r.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[r.jsx("span",{className:"text-gray-500",children:"🔗"}),r.jsxs("span",{className:"text-gray-500 truncate max-w-[100px]",title:F.openId,children:[F.openId.slice(0,12),"..."]})]}),!F.phone&&!F.wechatId&&!F.openId&&r.jsx("span",{className:"text-gray-600 text-xs",children:"未绑定"})]})}),r.jsx(be,{children:F.hasFullBook?r.jsx(Je,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0",children:"VIP"}):r.jsx(Je,{variant:"outline",className:"text-gray-500 border-gray-600",children:"未购买"})}),r.jsx(be,{children:r.jsxs("div",{className:"space-y-1",children:[r.jsxs("div",{className:"text-white font-medium",children:["¥",parseFloat(String(F.earnings||0)).toFixed(2)]}),parseFloat(String(F.pendingEarnings||0))>0&&r.jsxs("div",{className:"text-xs text-yellow-400",children:["待提现: ¥",parseFloat(String(F.pendingEarnings||0)).toFixed(2)]}),r.jsxs("div",{className:"text-xs text-[#38bdac] cursor-pointer hover:underline flex items-center gap-1",onClick:()=>ya(F),role:"button",tabIndex:0,onKeyDown:pn=>pn.key==="Enter"&&ya(F),children:[r.jsx(zn,{className:"w-3 h-3"})," 绑定",F.referralCount||0,"人"]})]})}),r.jsx(be,{children:F.rfmScore!==void 0?r.jsx("div",{className:"flex flex-col gap-1",children:r.jsxs("div",{className:"flex items-center gap-1.5",children:[r.jsx("span",{className:"text-white font-bold text-base",children:F.rfmScore}),r.jsx(Je,{className:`border-0 text-xs ${xa(F.rfmLevel)}`,children:F.rfmLevel})]})}):r.jsxs("span",{className:"text-gray-600 text-sm",children:["— ",r.jsx("span",{className:"text-xs text-gray-700",children:"点列头排序"})]})}),r.jsx(be,{className:"text-gray-400",children:F.createdAt?new Date(F.createdAt).toLocaleDateString():"-"}),r.jsx(be,{className:"text-right",children:r.jsxs("div",{className:"flex items-center justify-end gap-1",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>{he(F.id),ee(!0)},className:"text-gray-400 hover:text-blue-400 hover:bg-blue-400/10",title:"用户详情",children:r.jsx(ix,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>Nr(F),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",title:"编辑用户",children:r.jsx(Jt,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",onClick:()=>Xa(F.id),title:"删除",children:r.jsx(Xn,{className:"w-4 h-4"})})]})})]},F.id)}),a.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无用户数据"})})]})]}),r.jsx(Us,{page:u,totalPages:Ss,total:o,pageSize:f,onPageChange:h,onPageSizeChange:F=>{m(F),h(1)}})]})})})]}),r.jsxs(nn,{value:"leads",children:[r.jsx("div",{className:"flex items-center justify-end mb-4",children:r.jsxs(X,{variant:"outline",onClick:yt,disabled:fe,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${fe?"animate-spin":""}`})," 刷新"]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:fe?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs("div",{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"昵称"}),r.jsx(we,{className:"text-gray-400",children:"手机号"}),r.jsx(we,{className:"text-gray-400",children:"微信号"}),r.jsx(we,{className:"text-gray-400",children:"对应 @人"}),r.jsx(we,{className:"text-gray-400",children:"获客计划"}),r.jsx(we,{className:"text-gray-400",children:"来源"}),r.jsx(we,{className:"text-gray-400",children:"时间"})]})}),r.jsxs(rs,{children:[hn.map(F=>r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{className:"text-gray-300",children:F.userNickname||F.name||"-"}),r.jsx(be,{className:"text-gray-300",children:F.phone||"-"}),r.jsx(be,{className:"text-gray-300",children:F.wechatId||"-"}),r.jsx(be,{className:"text-[#38bdac]",children:F.personName||"-"}),r.jsx(be,{className:"text-gray-400",children:F.ckbPlanId?`#${F.ckbPlanId}`:"-"}),r.jsx(be,{className:"text-gray-400",children:F.source||"-"}),r.jsx(be,{className:"text-gray-400",children:F.createdAt?new Date(F.createdAt).toLocaleString():"-"})]},F.id)),hn.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无获客数据"})})]})]}),r.jsx(Us,{page:it,totalPages:Math.ceil(U/me)||1,total:U,pageSize:me,onPageChange:$t,onPageSizeChange:()=>{}})]})})})]}),r.jsxs(nn,{value:"journey",children:[r.jsxs("div",{className:"flex items-center justify-between mb-5",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"用户从注册到 VIP 的完整行动路径,点击各阶段查看用户动态"}),r.jsxs(X,{variant:"outline",onClick:Sr,disabled:js,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${js?"animate-spin":""}`})," 刷新数据"]})]}),r.jsxs("div",{className:"relative mb-8",children:[r.jsx("div",{className:"absolute top-16 left-0 right-0 h-0.5 bg-gradient-to-r from-blue-500/20 via-[#38bdac]/30 to-amber-500/20 mx-20"}),r.jsx("div",{className:"grid grid-cols-4 gap-4 lg:grid-cols-8",children:ph.map((F,$e)=>r.jsxs("div",{className:"relative flex flex-col items-center",children:[r.jsxs("div",{className:`relative w-full p-3 rounded-xl border ${F.color} text-center cursor-default`,children:[r.jsx("div",{className:"text-2xl mb-1",children:F.icon}),r.jsx("div",{className:`text-xs font-medium ${F.color.split(" ").find(Ke=>Ke.startsWith("text-"))}`,children:F.label}),un[F.id]!==void 0&&r.jsxs("div",{className:"mt-1.5 text-xs text-gray-400",children:[r.jsx("span",{className:"font-bold text-white",children:un[F.id]})," 人"]}),r.jsx("div",{className:"absolute -top-2.5 -left-2.5 w-5 h-5 rounded-full bg-[#0a1628] border border-gray-700 flex items-center justify-center text-[10px] text-gray-500",children:$e+1})]}),$er.jsxs("div",{className:"flex items-start gap-3 p-2 bg-[#0a1628] rounded",children:[r.jsx("span",{className:"text-[#38bdac] font-mono text-xs shrink-0 mt-0.5",children:F.step}),r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-300",children:F.action}),r.jsxs("p",{className:"text-gray-600 text-xs",children:["→ ",F.next]})]})]},F.step))})]}),r.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx(ir,{className:"w-4 h-4 text-purple-400"}),r.jsx("span",{className:"text-white font-medium",children:"行为锚点统计"}),r.jsx("span",{className:"text-gray-500 text-xs ml-auto",children:"实时更新"})]}),js?r.jsx("div",{className:"flex items-center justify-center py-8",children:r.jsx(Be,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Object.keys(un).length>0?r.jsx("div",{className:"space-y-2",children:ph.map(F=>{const $e=un[F.id]||0,Ke=Math.max(...ph.map(pn=>un[pn.id]||0),1),dt=Math.round($e/Ke*100);return r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsxs("span",{className:"text-gray-500 text-xs w-20 shrink-0",children:[F.icon," ",F.label]}),r.jsx("div",{className:"flex-1 h-2 bg-[#0a1628] rounded-full overflow-hidden",children:r.jsx("div",{className:"h-full bg-[#38bdac]/60 rounded-full transition-all",style:{width:`${dt}%`}})}),r.jsx("span",{className:"text-gray-400 text-xs w-10 text-right",children:$e})]},F.id)})}):r.jsx("div",{className:"text-center py-8",children:r.jsx("p",{className:"text-gray-500 text-sm",children:"点击「刷新数据」加载统计"})})]})]})]}),r.jsxs(nn,{value:"rules",children:[r.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"用户旅程引导规则,定义各行为节点的触发条件与引导内容"}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsxs(X,{variant:"outline",onClick:Js,disabled:rt,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${rt?"animate-spin":""}`})," 刷新"]}),r.jsxs(X,{onClick:()=>{sn(null),Mt({title:"",description:"",trigger:"",sort:0,enabled:!0}),Ut(!0)},className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"})," 添加规则"]})]})]}),rt?r.jsx("div",{className:"flex items-center justify-center py-12",children:r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):pe.length===0?r.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[r.jsx(ir,{className:"w-12 h-12 text-[#38bdac]/30 mx-auto mb-4"}),r.jsx("p",{className:"text-gray-400 mb-4",children:"暂无规则(重启服务将自动写入10条默认规则)"}),r.jsxs(X,{onClick:Js,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(Be,{className:"w-4 h-4 mr-2"})," 重新加载"]})]}):r.jsx("div",{className:"space-y-2",children:pe.map(F=>r.jsx("div",{className:`p-4 rounded-lg border transition-all ${F.enabled?"bg-[#0f2137] border-gray-700/50":"bg-[#0a1628]/50 border-gray-700/30 opacity-55"}`,children:r.jsxs("div",{className:"flex items-start justify-between",children:[r.jsxs("div",{className:"flex-1",children:[r.jsxs("div",{className:"flex items-center gap-2 flex-wrap mb-1",children:[r.jsx(Jt,{className:"w-4 h-4 text-[#38bdac] shrink-0"}),r.jsx("span",{className:"text-white font-medium",children:F.title}),F.trigger&&r.jsxs(Je,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-xs",children:["触发:",F.trigger]}),r.jsx(Je,{className:`text-xs border-0 ${F.enabled?"bg-green-500/20 text-green-400":"bg-gray-500/20 text-gray-400"}`,children:F.enabled?"启用":"禁用"})]}),F.description&&r.jsx("p",{className:"text-gray-400 text-sm ml-6",children:F.description})]}),r.jsxs("div",{className:"flex items-center gap-2 ml-4 shrink-0",children:[r.jsx(Et,{checked:F.enabled,onCheckedChange:()=>wc(F)}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>{sn(F),Mt({title:F.title,description:F.description,trigger:F.trigger,sort:F.sort,enabled:F.enabled}),Ut(!0)},className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:r.jsx(Jt,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>Nc(F.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:r.jsx(Xn,{className:"w-4 h-4"})})]})]})},F.id))})]}),r.jsxs(nn,{value:"vip-roles",children:[r.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"展示当前所有有效的超级个体(VIP 用户),用于检查会员信息与排序值。"}),r.jsx("p",{className:"text-xs text-[#38bdac]",children:"提示:按住任意一行即可拖拽排序,释放后将同步更新小程序展示顺序。"})]}),r.jsx("div",{className:"flex items-center gap-2",children:r.jsxs(X,{variant:"outline",onClick:Ys,disabled:as,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${as?"animate-spin":""}`})," ","刷新"]})})]}),as?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):Kt.length===0?r.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[r.jsx(Yl,{className:"w-12 h-12 text-amber-400/30 mx-auto mb-4"}),r.jsx("p",{className:"text-gray-400 mb-4",children:"当前没有有效的超级个体用户。"})]}):r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400 w-16",children:"序号"}),r.jsx(we,{className:"text-gray-400",children:"成员"}),r.jsx(we,{className:"text-gray-400 min-w-48",children:"超级个体标签"}),r.jsx(we,{className:"text-gray-400 w-24",children:"排序值"}),r.jsx(we,{className:"text-gray-400 w-40 text-right",children:"操作"})]})}),r.jsx(rs,{children:Kt.map((F,$e)=>{var pn;const Ke=Ls===F.id,dt=rn===F.id;return r.jsxs(ut,{draggable:!0,onDragStart:ht=>Sc(ht,F.id),onDragOver:ht=>ll(ht,F.id),onDrop:ht=>ei(ht,F.id),onDragEnd:cl,className:`border-gray-700/50 cursor-grab active:cursor-grabbing select-none ${Ke?"opacity-60":""} ${dt?"bg-[#38bdac]/10":""}`,children:[r.jsx(be,{className:"text-gray-300",children:$e+1}),r.jsx(be,{children:r.jsxs("div",{className:"flex items-center gap-3",children:[F.avatar?r.jsx("img",{src:F.avatar,className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):r.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((pn=F.name)==null?void 0:pn[0])||"创"}),r.jsx("div",{className:"min-w-0",children:r.jsx("div",{className:"text-white text-sm truncate",children:F.name})})]})}),r.jsx(be,{className:"text-gray-300 whitespace-nowrap",children:F.vipRole||r.jsx("span",{className:"text-gray-500",children:"(未设置超级个体标签)"})}),r.jsx(be,{className:"text-gray-300",children:F.vipSort??$e+1}),r.jsx(be,{className:"text-right text-xs text-gray-300",children:r.jsxs("div",{className:"inline-flex items-center gap-1.5",children:[r.jsx(X,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-amber-300 hover:text-amber-200",onClick:()=>jc(F),title:"设置超级个体标签",children:r.jsx(md,{className:"w-3.5 h-3.5"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-[#38bdac] hover:text-[#5fe0cd]",onClick:()=>{he(F.id),ee(!0)},title:"编辑资料",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-sky-300 hover:text-sky-200",onClick:()=>kc(F),title:"设置排序序号",children:r.jsx(ng,{className:"w-3.5 h-3.5"})})]})})]},F.id)})})]})})})]})]}),r.jsx(Lt,{open:ol,onOpenChange:F=>{Qs(F),F||Xs(null)},children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(ng,{className:"w-5 h-5 text-[#38bdac]"}),"设置排序 — ",Cs==null?void 0:Cs.name]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"排序序号(数字越小越靠前)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:1",value:qr,onChange:F=>Gr(F.target.value)})]}),r.jsxs(on,{children:[r.jsxs(X,{variant:"outline",onClick:()=>Qs(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsxs(X,{onClick:Es,disabled:kr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),kr?"保存中...":"保存"]})]})]})}),r.jsx(Lt,{open:jr,onOpenChange:F=>{ba(F),F||va(null)},children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(Yl,{className:"w-5 h-5 text-amber-400"}),"设置超级个体标签 — ",_s==null?void 0:_s.name]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"选择或输入标签"}),r.jsx("div",{className:"flex flex-wrap gap-2",children:il.map(F=>r.jsx(X,{variant:Kr===F?"default":"outline",size:"sm",className:Kr===F?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50",onClick:()=>Ct(F),children:F},F))}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"或手动输入"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:创业者、资源整合者等",value:Kr,onChange:F=>Ct(F.target.value)})]})]}),r.jsxs(on,{children:[r.jsxs(X,{variant:"outline",onClick:()=>ba(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsxs(X,{onClick:()=>Bt(Kr),disabled:ls,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),ls?"保存中...":"保存"]})]})]})}),r.jsx(Lt,{open:ue,onOpenChange:xe,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[H?r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}):r.jsx(xd,{className:"w-5 h-5 text-[#38bdac]"}),H?"编辑用户":"添加用户"]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"手机号"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入手机号",value:te.phone,onChange:F=>ce({...te,phone:F.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"昵称"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入昵称",value:te.nickname,onChange:F=>ce({...te,nickname:F.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:H?"新密码 (留空则不修改)":"密码"}),r.jsx(ae,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:H?"留空则不修改":"请输入密码",value:te.password,onChange:F=>ce({...te,password:F.target.value})})]}),r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsx(Z,{className:"text-gray-300",children:"管理员权限"}),r.jsx(Et,{checked:te.isAdmin,onCheckedChange:F=>ce({...te,isAdmin:F})})]}),r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsx(Z,{className:"text-gray-300",children:"已购全书"}),r.jsx(Et,{checked:te.hasFullBook,onCheckedChange:F=>ce({...te,hasFullBook:F})})]})]}),r.jsxs(on,{children:[r.jsxs(X,{variant:"outline",onClick:()=>xe(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsxs(X,{onClick:wr,disabled:J,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),J?"保存中...":"保存"]})]})]})}),r.jsx(Lt,{open:mt,onOpenChange:Ut,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),In?"编辑规则":"添加规则"]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"规则标题 *"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:匹配后填写头像、付款1980需填写信息",value:Tt.title,onChange:F=>Mt({...Tt,title:F.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"规则描述"}),r.jsx(mc,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[80px] resize-none",placeholder:"详细说明规则内容...",value:Tt.description,onChange:F=>Mt({...Tt,description:F.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"触发条件"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:完成匹配、付款后、注册时",value:Tt.trigger,onChange:F=>Mt({...Tt,trigger:F.target.value})})]}),r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsx("div",{children:r.jsx(Z,{className:"text-gray-300",children:"启用状态"})}),r.jsx(Et,{checked:Tt.enabled,onCheckedChange:F=>Mt({...Tt,enabled:F})})]})]}),r.jsxs(on,{children:[r.jsxs(X,{variant:"outline",onClick:()=>Ut(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsxs(X,{onClick:so,disabled:J,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),J?"保存中...":"保存"]})]})]})}),r.jsx(Lt,{open:M,onOpenChange:q,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[80vh] overflow-auto",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-[#38bdac]"}),"绑定关系 - ",ye==null?void 0:ye.nickname]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"grid grid-cols-4 gap-3",children:[r.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[r.jsx("div",{className:"text-2xl font-bold text-[#38bdac]",children:((Jr=B.stats)==null?void 0:Jr.total)||0}),r.jsx("div",{className:"text-xs text-gray-400",children:"绑定总数"})]}),r.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[r.jsx("div",{className:"text-2xl font-bold text-green-400",children:((Yr=B.stats)==null?void 0:Yr.purchased)||0}),r.jsx("div",{className:"text-xs text-gray-400",children:"已付费"})]}),r.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[r.jsxs("div",{className:"text-2xl font-bold text-yellow-400",children:["¥",(((dl=B.stats)==null?void 0:dl.earnings)||0).toFixed(2)]}),r.jsx("div",{className:"text-xs text-gray-400",children:"累计收益"})]}),r.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[r.jsxs("div",{className:"text-2xl font-bold text-orange-400",children:["¥",(((Na=B.stats)==null?void 0:Na.pendingEarnings)||0).toFixed(2)]}),r.jsx("div",{className:"text-xs text-gray-400",children:"待提现"})]})]}),G?r.jsxs("div",{className:"flex items-center justify-center py-8",children:[r.jsx(Be,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):(((ti=B.referrals)==null?void 0:ti.length)??0)>0?r.jsx("div",{className:"space-y-2 max-h-[300px] overflow-y-auto",children:(B.referrals??[]).map((F,$e)=>{var dt;const Ke=F;return r.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg p-3",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:((dt=Ke.nickname)==null?void 0:dt.charAt(0))||"?"}),r.jsxs("div",{children:[r.jsx("div",{className:"text-white text-sm",children:Ke.nickname}),r.jsx("div",{className:"text-xs text-gray-500",children:Ke.phone||(Ke.hasOpenId?"微信用户":"未绑定")})]})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[Ke.status==="vip"&&r.jsx(Je,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"全书已购"}),Ke.status==="paid"&&r.jsxs(Je,{className:"bg-blue-500/20 text-blue-400 border-0 text-xs",children:["已付费",Ke.purchasedSections,"章"]}),Ke.status==="free"&&r.jsx(Je,{className:"bg-gray-500/20 text-gray-400 border-0 text-xs",children:"未付费"}),r.jsx("span",{className:"text-xs text-gray-500",children:Ke.createdAt?new Date(Ke.createdAt).toLocaleDateString():""})]})]},Ke.id||$e)})}):r.jsx("div",{className:"text-center py-8 text-gray-500",children:"暂无绑定用户"})]}),r.jsx(on,{children:r.jsx(X,{variant:"outline",onClick:()=>q(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"关闭"})})]})}),r.jsx(R0,{open:ke,onClose:()=>ee(!1),userId:Y,onUserUpdated:qn})]})}function Jh(t,[e,n]){return Math.min(n,Math.max(e,t))}var qk=["PageUp","PageDown"],Gk=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Jk={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},gc="Slider",[xx,gR,xR]=M0(gc),[Yk]=Yi(gc,[xR]),[yR,tp]=Yk(gc),Qk=b.forwardRef((t,e)=>{const{name:n,min:s=0,max:a=100,step:i=1,orientation:o="horizontal",disabled:c=!1,minStepsBetweenThumbs:u=0,defaultValue:h=[s],value:f,onValueChange:m=()=>{},onValueCommit:g=()=>{},inverted:y=!1,form:N,...w}=t,v=b.useRef(new Set),k=b.useRef(0),E=o==="horizontal"?bR:vR,[I=[],L]=Uo({prop:f,defaultProp:h,onChange:re=>{var xe;(xe=[...v.current][k.current])==null||xe.focus(),m(re)}}),W=b.useRef(I);function D(re){const ue=SR(I,re);K(re,ue)}function P(re){K(re,k.current)}function R(){const re=W.current[k.current];I[k.current]!==re&&g(I)}function K(re,ue,{commit:xe}={commit:!1}){const H=MR(i),O=AR(Math.round((re-s)/i)*i+s,H),J=Jh(O,[s,a]);L(($=[])=>{const M=jR($,J,ue);if(TR(M,u*i)){k.current=M.indexOf(J);const q=String(M)!==String($);return q&&xe&&g(M),q?M:$}else return $})}return r.jsx(yR,{scope:t.__scopeSlider,name:n,disabled:c,min:s,max:a,valueIndexToChangeRef:k,thumbs:v.current,values:I,orientation:o,form:N,children:r.jsx(xx.Provider,{scope:t.__scopeSlider,children:r.jsx(xx.Slot,{scope:t.__scopeSlider,children:r.jsx(E,{"aria-disabled":c,"data-disabled":c?"":void 0,...w,ref:e,onPointerDown:ft(w.onPointerDown,()=>{c||(W.current=I)}),min:s,max:a,inverted:y,onSlideStart:c?void 0:D,onSlideMove:c?void 0:P,onSlideEnd:c?void 0:R,onHomeKeyDown:()=>!c&&K(s,0,{commit:!0}),onEndKeyDown:()=>!c&&K(a,I.length-1,{commit:!0}),onStepKeyDown:({event:re,direction:ue})=>{if(!c){const O=qk.includes(re.key)||re.shiftKey&&Gk.includes(re.key)?10:1,J=k.current,$=I[J],M=i*O*ue;K($+M,J,{commit:!0})}}})})})})});Qk.displayName=gc;var[Xk,Zk]=Yk(gc,{startEdge:"left",endEdge:"right",size:"width",direction:1}),bR=b.forwardRef((t,e)=>{const{min:n,max:s,dir:a,inverted:i,onSlideStart:o,onSlideMove:c,onSlideEnd:u,onStepKeyDown:h,...f}=t,[m,g]=b.useState(null),y=Ot(e,E=>g(E)),N=b.useRef(void 0),w=Xf(a),v=w==="ltr",k=v&&!i||!v&&i;function C(E){const I=N.current||m.getBoundingClientRect(),L=[0,I.width],D=D0(L,k?[n,s]:[s,n]);return N.current=I,D(E-I.left)}return r.jsx(Xk,{scope:t.__scopeSlider,startEdge:k?"left":"right",endEdge:k?"right":"left",direction:k?1:-1,size:"width",children:r.jsx(eS,{dir:w,"data-orientation":"horizontal",...f,ref:y,style:{...f.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:E=>{const I=C(E.clientX);o==null||o(I)},onSlideMove:E=>{const I=C(E.clientX);c==null||c(I)},onSlideEnd:()=>{N.current=void 0,u==null||u()},onStepKeyDown:E=>{const L=Jk[k?"from-left":"from-right"].includes(E.key);h==null||h({event:E,direction:L?-1:1})}})})}),vR=b.forwardRef((t,e)=>{const{min:n,max:s,inverted:a,onSlideStart:i,onSlideMove:o,onSlideEnd:c,onStepKeyDown:u,...h}=t,f=b.useRef(null),m=Ot(e,f),g=b.useRef(void 0),y=!a;function N(w){const v=g.current||f.current.getBoundingClientRect(),k=[0,v.height],E=D0(k,y?[s,n]:[n,s]);return g.current=v,E(w-v.top)}return r.jsx(Xk,{scope:t.__scopeSlider,startEdge:y?"bottom":"top",endEdge:y?"top":"bottom",size:"height",direction:y?1:-1,children:r.jsx(eS,{"data-orientation":"vertical",...h,ref:m,style:{...h.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:w=>{const v=N(w.clientY);i==null||i(v)},onSlideMove:w=>{const v=N(w.clientY);o==null||o(v)},onSlideEnd:()=>{g.current=void 0,c==null||c()},onStepKeyDown:w=>{const k=Jk[y?"from-bottom":"from-top"].includes(w.key);u==null||u({event:w,direction:k?-1:1})}})})}),eS=b.forwardRef((t,e)=>{const{__scopeSlider:n,onSlideStart:s,onSlideMove:a,onSlideEnd:i,onHomeKeyDown:o,onEndKeyDown:c,onStepKeyDown:u,...h}=t,f=tp(gc,n);return r.jsx(xt.span,{...h,ref:e,onKeyDown:ft(t.onKeyDown,m=>{m.key==="Home"?(o(m),m.preventDefault()):m.key==="End"?(c(m),m.preventDefault()):qk.concat(Gk).includes(m.key)&&(u(m),m.preventDefault())}),onPointerDown:ft(t.onPointerDown,m=>{const g=m.target;g.setPointerCapture(m.pointerId),m.preventDefault(),f.thumbs.has(g)?g.focus():s(m)}),onPointerMove:ft(t.onPointerMove,m=>{m.target.hasPointerCapture(m.pointerId)&&a(m)}),onPointerUp:ft(t.onPointerUp,m=>{const g=m.target;g.hasPointerCapture(m.pointerId)&&(g.releasePointerCapture(m.pointerId),i(m))})})}),tS="SliderTrack",nS=b.forwardRef((t,e)=>{const{__scopeSlider:n,...s}=t,a=tp(tS,n);return r.jsx(xt.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...s,ref:e})});nS.displayName=tS;var yx="SliderRange",sS=b.forwardRef((t,e)=>{const{__scopeSlider:n,...s}=t,a=tp(yx,n),i=Zk(yx,n),o=b.useRef(null),c=Ot(e,o),u=a.values.length,h=a.values.map(g=>iS(g,a.min,a.max)),f=u>1?Math.min(...h):0,m=100-Math.max(...h);return r.jsx(xt.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...s,ref:c,style:{...t.style,[i.startEdge]:f+"%",[i.endEdge]:m+"%"}})});sS.displayName=yx;var bx="SliderThumb",rS=b.forwardRef((t,e)=>{const n=gR(t.__scopeSlider),[s,a]=b.useState(null),i=Ot(e,c=>a(c)),o=b.useMemo(()=>s?n().findIndex(c=>c.ref.current===s):-1,[n,s]);return r.jsx(NR,{...t,ref:i,index:o})}),NR=b.forwardRef((t,e)=>{const{__scopeSlider:n,index:s,name:a,...i}=t,o=tp(bx,n),c=Zk(bx,n),[u,h]=b.useState(null),f=Ot(e,C=>h(C)),m=u?o.form||!!u.closest("form"):!0,g=P0(u),y=o.values[s],N=y===void 0?0:iS(y,o.min,o.max),w=kR(s,o.values.length),v=g==null?void 0:g[c.size],k=v?CR(v,N,c.direction):0;return b.useEffect(()=>{if(u)return o.thumbs.add(u),()=>{o.thumbs.delete(u)}},[u,o.thumbs]),r.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${N}% + ${k}px)`},children:[r.jsx(xx.ItemSlot,{scope:t.__scopeSlider,children:r.jsx(xt.span,{role:"slider","aria-label":t["aria-label"]||w,"aria-valuemin":o.min,"aria-valuenow":y,"aria-valuemax":o.max,"aria-orientation":o.orientation,"data-orientation":o.orientation,"data-disabled":o.disabled?"":void 0,tabIndex:o.disabled?void 0:0,...i,ref:f,style:y===void 0?{display:"none"}:t.style,onFocus:ft(t.onFocus,()=>{o.valueIndexToChangeRef.current=s})})}),m&&r.jsx(aS,{name:a??(o.name?o.name+(o.values.length>1?"[]":""):void 0),form:o.form,value:y},s)]})});rS.displayName=bx;var wR="RadioBubbleInput",aS=b.forwardRef(({__scopeSlider:t,value:e,...n},s)=>{const a=b.useRef(null),i=Ot(a,s),o=I0(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("input",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),r.jsx(xt.input,{style:{display:"none"},...n,ref:i,defaultValue:e})});aS.displayName=wR;function jR(t=[],e,n){const s=[...t];return s[n]=e,s.sort((a,i)=>a-i)}function iS(t,e,n){const i=100/(n-e)*(t-e);return Jh(i,[0,100])}function kR(t,e){return e>2?`Value ${t+1} of ${e}`:e===2?["Minimum","Maximum"][t]:void 0}function SR(t,e){if(t.length===1)return 0;const n=t.map(a=>Math.abs(a-e)),s=Math.min(...n);return n.indexOf(s)}function CR(t,e,n){const s=t/2,i=D0([0,50],[0,s]);return(s-i(e)*n)*n}function ER(t){return t.slice(0,-1).map((e,n)=>t[n+1]-e)}function TR(t,e){if(e>0){const n=ER(t);return Math.min(...n)>=e}return!0}function D0(t,e){return n=>{if(t[0]===t[1]||e[0]===e[1])return e[0];const s=(e[1]-e[0])/(t[1]-t[0]);return e[0]+s*(n-t[0])}}function MR(t){return(String(t).split(".")[1]||"").length}function AR(t,e){const n=Math.pow(10,e);return Math.round(t*n)/n}var IR=Qk,PR=nS,RR=sS,OR=rS;function DR({className:t,defaultValue:e,value:n,min:s=0,max:a=100,...i}){const o=b.useMemo(()=>Array.isArray(n)?n:Array.isArray(e)?e:[s,a],[n,e,s,a]);return r.jsxs(IR,{defaultValue:e,value:n,min:s,max:a,className:Dt("relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50",t),...i,children:[r.jsx(PR,{className:"bg-gray-600 relative grow overflow-hidden rounded-full h-1.5 w-full",children:r.jsx(RR,{className:"bg-[#38bdac] absolute h-full rounded-full"})}),Array.from({length:o.length},(c,u)=>r.jsx(OR,{className:"block size-4 shrink-0 rounded-full border-2 border-[#38bdac] bg-white shadow-sm focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"},u))]})}const LR={distributorShare:90,minWithdrawAmount:10,bindingDays:30,userDiscount:5,withdrawFee:5,enableAutoWithdraw:!1,vipOrderShareVip:20,vipOrderShareNonVip:10};function oS(t){const[e,n]=b.useState(LR),[s,a]=b.useState(!0),[i,o]=b.useState(!1);b.useEffect(()=>{Oe("/api/admin/referral-settings").then(h=>{const f=h==null?void 0:h.data;f&&typeof f=="object"&&n({distributorShare:f.distributorShare??90,minWithdrawAmount:f.minWithdrawAmount??10,bindingDays:f.bindingDays??30,userDiscount:f.userDiscount??5,withdrawFee:f.withdrawFee??5,enableAutoWithdraw:f.enableAutoWithdraw??!1,vipOrderShareVip:f.vipOrderShareVip??20,vipOrderShareNonVip:f.vipOrderShareNonVip??10})}).catch(console.error).finally(()=>a(!1))},[]);const c=async()=>{o(!0);try{const h={distributorShare:Number(e.distributorShare)||0,minWithdrawAmount:Number(e.minWithdrawAmount)||0,bindingDays:Number(e.bindingDays)||0,userDiscount:Number(e.userDiscount)||0,withdrawFee:Number(e.withdrawFee)??5,enableAutoWithdraw:!!e.enableAutoWithdraw,vipOrderShareVip:Number(e.vipOrderShareVip)||20,vipOrderShareNonVip:Number(e.vipOrderShareNonVip)||10},f=await jt("/api/admin/referral-settings",h);if(!f||f.success===!1){se.error("保存失败: "+(f&&typeof f=="object"&&"error"in f?f.error:""));return}se.success(`✅ 分销配置已保存成功! - -• 小程序与网站的推广规则会一起生效 -• 绑定关系会使用新的天数配置 -• 佣金比例会立即应用到新订单 - -如有缓存,请刷新前台/小程序页面。`)}catch(h){console.error(h),se.error("保存失败: "+(h instanceof Error?h.message:String(h)))}finally{o(!1)}},u=h=>f=>{const m=parseFloat(f.target.value||"0");n(g=>({...g,[h]:isNaN(m)?0:m}))};return s?r.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(tc,{className:"w-5 h-5 text-[#38bdac]"}),"推广 / 分销设置"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"统一管理「好友优惠」「你得 90% 收益」「绑定期 30 天」「提现门槛」等规则,小程序和 Web 共用这套配置。"})]}),r.jsxs(X,{onClick:c,disabled:i||s,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),i?"保存中...":"保存配置"]})]}),r.jsxs("div",{className:"space-y-6",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"flex items-center gap-2 text-white",children:[r.jsx(mA,{className:"w-4 h-4 text-[#38bdac]"}),"推广规则"]}),r.jsx(Ft,{className:"text-gray-400",children:"这三项会直接体现在小程序「推广规则」卡片上,同时影响实收佣金计算。"})]}),r.jsx(Te,{className:"space-y-6",children:r.jsxs("div",{className:"grid grid-cols-3 gap-6",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(ah,{className:"w-3 h-3 text-[#38bdac]"}),"好友优惠(%)"]}),r.jsx(ae,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.userDiscount,onChange:u("userDiscount")}),r.jsx("p",{className:"text-xs text-gray-500",children:"例如 5 表示好友立减 5%(在价格配置基础上生效)。"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(zn,{className:"w-3 h-3 text-[#38bdac]"}),"推广者分成(%)"]}),r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsx(DR,{className:"flex-1",min:10,max:100,step:1,value:[e.distributorShare],onValueChange:([h])=>n(f=>({...f,distributorShare:h}))}),r.jsx(ae,{type:"number",min:0,max:100,className:"w-20 bg-[#0a1628] border-gray-700 text-white text-center",value:e.distributorShare,onChange:u("distributorShare")})]}),r.jsxs("p",{className:"text-xs text-gray-500",children:["内容订单佣金 = 订单金额 ×"," ",r.jsxs("span",{className:"text-[#38bdac] font-mono",children:[e.distributorShare,"%"]}),";会员订单见下方。"]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(ah,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者是会员 %)"]}),r.jsx(ae,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.vipOrderShareVip,onChange:u("vipOrderShareVip")}),r.jsx("p",{className:"text-xs text-gray-500",children:"推广者已是会员时,会员订单佣金比例,默认 20%。"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(ah,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者非会员 %)"]}),r.jsx(ae,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.vipOrderShareNonVip,onChange:u("vipOrderShareNonVip")}),r.jsx("p",{className:"text-xs text-gray-500",children:"推广者非会员时,会员订单佣金比例,默认 10%。"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(zn,{className:"w-3 h-3 text-[#38bdac]"}),"绑定有效期(天)"]}),r.jsx(ae,{type:"number",min:1,max:365,className:"bg-[#0a1628] border-gray-700 text-white",value:e.bindingDays,onChange:u("bindingDays")}),r.jsx("p",{className:"text-xs text-gray-500",children:"好友通过你的链接进来并登录后,绑定在你名下的天数。"})]})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"flex items-center gap-2 text-white",children:[r.jsx(tc,{className:"w-4 h-4 text-[#38bdac]"}),"提现规则"]}),r.jsx(Ft,{className:"text-gray-400",children:"与「提现中心」「自动提现」相关的参数,影响推广者看到的可提现金额和最低门槛。"})]}),r.jsx(Te,{className:"space-y-6",children:r.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"最低提现金额(元)"}),r.jsx(ae,{type:"number",min:0,step:1,className:"bg-[#0a1628] border-gray-700 text-white",value:e.minWithdrawAmount,onChange:u("minWithdrawAmount")}),r.jsx("p",{className:"text-xs text-gray-500",children:"小程序「满 X 元可提现」展示的门槛,同时用于后端接口校验。"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"提现手续费(%)"}),r.jsx(ae,{type:"number",min:0,max:100,step:.5,className:"bg-[#0a1628] border-gray-700 text-white",value:e.withdrawFee,onChange:u("withdrawFee")}),r.jsx("p",{className:"text-xs text-gray-500",children:"批准提现时按此比例扣除后打款,如 5 表示申请 100 元实际到账 95 元。"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:["自动提现开关",r.jsx(Je,{variant:"outline",className:"border-[#38bdac]/40 text-[#38bdac] text-[10px]",children:"预留"})]}),r.jsxs("div",{className:"flex items-center gap-3 mt-1",children:[r.jsx(Et,{checked:e.enableAutoWithdraw,onCheckedChange:h=>n(f=>({...f,enableAutoWithdraw:h}))}),r.jsx("span",{className:"text-sm text-gray-400",children:"开启后,可结合定时任务实现「收益自动打款到微信零钱」。"})]})]})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsx(Qe,{children:r.jsxs(Xe,{className:"flex items-center gap-2 text-gray-200 text-sm",children:[r.jsx(ah,{className:"w-4 h-4 text-[#38bdac]"}),"使用说明"]})}),r.jsxs(Te,{className:"space-y-2 text-xs text-gray-400 leading-relaxed",children:[r.jsxs("p",{children:["1. 以上配置会写入"," ",r.jsx("code",{className:"font-mono text-[11px] text-[#38bdac]",children:"system_config.referral_config"}),",小程序「推广中心」、Web 推广页以及支付回调都会读取同一份配置。"]}),r.jsx("p",{children:"2. 修改后新订单立即生效;旧订单的历史佣金不会自动重算,只影响之后产生的订单。"}),r.jsx("p",{children:"3. 如遇前端展示与实际结算不一致,优先以此处配置为准,再排查缓存和小程序版本。"})]})]})]})]})}function _R(){var ks;const[t,e]=b.useState("overview"),[n,s]=b.useState([]),[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState([]),[f,m]=b.useState([]),[g,y]=b.useState(!0),[N,w]=b.useState(null),[v,k]=b.useState(""),[C,E]=b.useState(""),[I,L]=b.useState("all"),[W,D]=b.useState(1),[P,R]=b.useState(10),[K,re]=b.useState(0),[ue,xe]=b.useState(new Set),[H,O]=b.useState(null),[J,$]=b.useState(""),[M,q]=b.useState(!1),[B,z]=b.useState(null),[G,oe]=b.useState(""),[ye,Ae]=b.useState(!1),[ke,ee]=b.useState(!1),[Y,he]=b.useState(!1),[te,ce]=b.useState([]),[pe,Fe]=b.useState(1),[rt,vt]=b.useState(0),[mt,Ut]=b.useState("");b.useEffect(()=>{In()},[]),b.useEffect(()=>{D(1)},[t,I,C]),b.useEffect(()=>{sn(t)},[t]),b.useEffect(()=>{["orders","bindings","withdrawals"].includes(t)&&sn(t,!0),t==="giftPay"&&sn("giftPay",!0)},[W,P,I,C,pe,mt]),b.useEffect(()=>{t==="withdrawals"&&Ls()},[t]);async function In(){w(null);try{const U=await Oe("/api/admin/distribution/overview");U!=null&&U.success&&U.overview&&i(U.overview)}catch(U){console.error("[Admin] 概览接口异常:",U),w("加载概览失败")}try{const U=await Oe("/api/db/users");m((U==null?void 0:U.users)||[])}catch(U){console.error("[Admin] 用户数据加载失败:",U)}}async function sn(U,_e=!1,it){var $t;if(!(!_e&&ue.has(U))){y(!0);try{const me=f;switch(U){case"overview":break;case"orders":{try{const fe=(it==null?void 0:it.search)??C,at=(it==null?void 0:it.page)??W,yt=new URLSearchParams({page:String(at),pageSize:String(P),...I!=="all"&&{status:I},...fe&&{search:fe}}),fn=await Oe(`/api/admin/orders?${yt}`);if(fn!=null&&fn.success&&fn.orders){const Kn=fn.orders.map(Pn=>{const qn=me.find(Ur=>Ur.id===Pn.userId),Ss=Pn.referrerId?me.find(Ur=>Ur.id===Pn.referrerId):null;return{...Pn,amount:parseFloat(String(Pn.amount))||0,userNickname:(qn==null?void 0:qn.nickname)||Pn.userNickname||"未知用户",userPhone:(qn==null?void 0:qn.phone)||Pn.userPhone||"-",referrerNickname:(Ss==null?void 0:Ss.nickname)||null,referrerCode:(Ss==null?void 0:Ss.referralCode)??null,type:Pn.productType||Pn.type}});s(Kn),re(fn.total??Kn.length)}else s([]),re(0)}catch(fe){console.error(fe),w("加载订单失败"),s([])}break}case"bindings":{try{const fe=new URLSearchParams({page:String(W),pageSize:String(P),...I!=="all"&&{status:I}}),at=await Oe(`/api/db/distribution?${fe}`);c((at==null?void 0:at.bindings)||[]),re((at==null?void 0:at.total)??(($t=at==null?void 0:at.bindings)==null?void 0:$t.length)??0)}catch(fe){console.error(fe),w("加载绑定数据失败"),c([])}break}case"withdrawals":{try{const fe=I==="completed"?"success":I==="rejected"?"failed":I,at=new URLSearchParams({...fe&&fe!=="all"&&{status:fe},page:String(W),pageSize:String(P)}),yt=await Oe(`/api/admin/withdrawals?${at}`);if(yt!=null&&yt.success&&yt.withdrawals){const fn=yt.withdrawals.map(Kn=>({...Kn,account:Kn.account??"未绑定微信号",status:Kn.status==="success"?"completed":Kn.status==="failed"?"rejected":Kn.status}));h(fn),re((yt==null?void 0:yt.total)??fn.length)}else yt!=null&&yt.success||w(`获取提现记录失败: ${(yt==null?void 0:yt.error)||"未知错误"}`),h([])}catch(fe){console.error(fe),w("加载提现数据失败"),h([])}break}case"giftPay":{try{const fe=new URLSearchParams({page:String(pe),pageSize:"20",...mt&&{status:mt}}),at=await Oe(`/api/admin/gift-pay-requests?${fe}`);at!=null&&at.success&&at.data?(ce(at.data),vt(at.total??at.data.length)):(ce([]),vt(0))}catch(fe){console.error(fe),w("加载代付请求失败"),ce([])}break}}xe(fe=>new Set(fe).add(U))}catch(me){console.error(me)}finally{y(!1)}}}function Tt(){E(v),D(1),sn("orders",!0,{search:v,page:1})}async function Mt(){w(null),xe(U=>{const _e=new Set(U);return _e.delete(t),_e}),t==="overview"&&In(),await sn(t,!0)}async function Kt(U){if(confirm("确认审核通过并打款?"))try{const _e=await Pt("/api/admin/withdrawals",{id:U,action:"approve"});if(!(_e!=null&&_e.success)){const it=(_e==null?void 0:_e.message)||(_e==null?void 0:_e.error)||"操作失败";se.error(it);return}await Mt()}catch(_e){console.error(_e),se.error("操作失败")}}function Ns(U){z(U),oe("")}async function as(U){if(confirm("确认撤回该笔打款?资金将退回商户运营账户。"))try{const _e=await jt("/api/admin/withdrawals/cancel",{id:U});if(!(_e!=null&&_e.success)){se.error((_e==null?void 0:_e.error)||(_e==null?void 0:_e.message)||"撤回失败");return}se.success("已撤回打款"),await Mt()}catch(_e){console.error(_e),se.error("撤回失败")}}async function is(){const U=B;if(!U)return;const _e=G.trim();if(!_e){se.error("请填写拒绝原因");return}Ae(!0);try{const it=await Pt("/api/admin/withdrawals",{id:U,action:"reject",errorMessage:_e});if(!(it!=null&&it.success)){se.error((it==null?void 0:it.error)||"操作失败");return}se.success("已拒绝该提现申请"),z(null),oe(""),await Mt()}catch(it){console.error(it),se.error("操作失败")}finally{Ae(!1)}}async function Ls(){try{const U=await Oe("/api/admin/withdrawals/auto-approve");U!=null&&U.success&&typeof U.enableAutoApprove=="boolean"&&ee(U.enableAutoApprove)}catch{}}async function ws(U){he(!0);try{const _e=await Pt("/api/admin/withdrawals/auto-approve",{enableAutoApprove:U});_e!=null&&_e.success?(ee(U),se.success(U?"已开启自动审批,新提现将自动打款":"已关闭自动审批")):se.error("更新失败: "+((_e==null?void 0:_e.error)??""))}catch{se.error("更新失败")}finally{he(!1)}}function rn(){B&&se.info("已取消操作"),z(null),oe("")}async function qs(){var U;if(!(!(H!=null&&H.orderSn)&&!(H!=null&&H.id))){q(!0),w(null);try{const _e=await Pt("/api/admin/orders/refund",{orderSn:H.orderSn||H.id,reason:J||void 0});_e!=null&&_e.success?(O(null),$(""),await sn("orders",!0)):w((_e==null?void 0:_e.error)||"退款失败")}catch(_e){const it=_e;w(((U=it==null?void 0:it.data)==null?void 0:U.error)||"退款失败,请检查网络后重试")}finally{q(!1)}}}function un(U){const _e={active:"bg-green-500/20 text-green-400",converted:"bg-blue-500/20 text-blue-400",expired:"bg-gray-500/20 text-gray-400",cancelled:"bg-red-500/20 text-red-400",pending:"bg-orange-500/20 text-orange-400",pending_confirm:"bg-orange-500/20 text-orange-400",processing:"bg-blue-500/20 text-blue-400",completed:"bg-green-500/20 text-green-400",rejected:"bg-red-500/20 text-red-400"},it={active:"有效",converted:"已转化",expired:"已过期",cancelled:"已取消",pending:"待审核",pending_confirm:"待用户确认",processing:"处理中",completed:"已完成",rejected:"已拒绝"};return r.jsx(Je,{className:`${_e[U]||"bg-gray-500/20 text-gray-400"} border-0`,children:it[U]||U})}const Un=Math.ceil(K/P)||1,js=n,Gs=o.filter(U=>{var it,$t,me,fe;if(!v)return!0;const _e=v.toLowerCase();return((it=U.refereeNickname)==null?void 0:it.toLowerCase().includes(_e))||(($t=U.refereePhone)==null?void 0:$t.includes(_e))||((me=U.referrerName)==null?void 0:me.toLowerCase().includes(_e))||((fe=U.referrerCode)==null?void 0:fe.toLowerCase().includes(_e))}),hn=u.filter(U=>{var it;if(!v)return!0;const _e=v.toLowerCase();return((it=U.userName)==null?void 0:it.toLowerCase().includes(_e))||U.account&&U.account.toLowerCase().includes(_e)});return r.jsxs("div",{className:"p-8 w-full",children:[N&&r.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[r.jsx("span",{children:N}),r.jsx("button",{type:"button",onClick:()=>w(null),className:"hover:text-red-300",children:"×"})]}),r.jsxs("div",{className:"flex items-center justify-between mb-8",children:[r.jsxs("div",{children:[r.jsx("h1",{className:"text-2xl font-bold text-white",children:"推广中心"}),r.jsx("p",{className:"text-gray-400 mt-1",children:"统一管理:订单、分销绑定、提现审核"})]}),r.jsxs(X,{onClick:Mt,disabled:g,variant:"outline",className:"border-gray-700 text-gray-300 hover:bg-gray-800",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${g?"animate-spin":""}`}),"刷新数据"]})]}),r.jsx("div",{className:"flex gap-2 mb-6 border-b border-gray-700 pb-4 flex-wrap",children:[{key:"overview",label:"数据概览",icon:gd},{key:"orders",label:"订单管理",icon:Wh},{key:"bindings",label:"绑定管理",icon:$r},{key:"withdrawals",label:"提现审核",icon:tc},{key:"giftPay",label:"代付请求",icon:jj},{key:"settings",label:"推广设置",icon:_o}].map(U=>r.jsxs("button",{type:"button",onClick:()=>{e(U.key),L("all"),k(""),E(""),U.key==="giftPay"&&(Ut(""),Fe(1))},className:`flex items-center gap-2 px-4 py-2 rounded-lg text-sm font-medium transition-colors ${t===U.key?"bg-[#38bdac] text-white":"text-gray-400 hover:text-white hover:bg-gray-800"}`,children:[r.jsx(U.icon,{className:"w-4 h-4"}),U.label]},U.key))}),g&&t!=="orders"?r.jsxs("div",{className:"flex items-center justify-center py-20",children:[r.jsx(Be,{className:"w-8 h-8 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[t==="overview"&&a&&r.jsxs("div",{className:"space-y-6",children:[r.jsxs("div",{className:"grid grid-cols-4 gap-4",children:[r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"今日点击"}),r.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayClicks}),r.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"总点击次数(实时)"})]}),r.jsx("div",{className:"w-12 h-12 rounded-xl bg-blue-500/20 flex items-center justify-center",children:r.jsx(ix,{className:"w-6 h-6 text-blue-400"})})]})})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"今日独立用户"}),r.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayUniqueVisitors??0}),r.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"去重访客数(实时)"})]}),r.jsx("div",{className:"w-12 h-12 rounded-xl bg-cyan-500/20 flex items-center justify-center",children:r.jsx(zn,{className:"w-6 h-6 text-cyan-400"})})]})})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"今日总文章点击率"}),r.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(a.todayClickRate??0).toFixed(2)}),r.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"人均点击(总点击/独立用户)"})]}),r.jsx("div",{className:"w-12 h-12 rounded-xl bg-amber-500/20 flex items-center justify-center",children:r.jsx(gd,{className:"w-6 h-6 text-amber-400"})})]})})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"今日绑定"}),r.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayBindings})]}),r.jsx("div",{className:"w-12 h-12 rounded-xl bg-green-500/20 flex items-center justify-center",children:r.jsx($r,{className:"w-6 h-6 text-green-400"})})]})})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"今日转化"}),r.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayConversions})]}),r.jsx("div",{className:"w-12 h-12 rounded-xl bg-purple-500/20 flex items-center justify-center",children:r.jsx(l1,{className:"w-6 h-6 text-purple-400"})})]})})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"今日佣金"}),r.jsxs("p",{className:"text-2xl font-bold text-[#38bdac] mt-1",children:["¥",a.todayEarnings.toFixed(2)]})]}),r.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac]/20 flex items-center justify-center",children:r.jsx(Wh,{className:"w-6 h-6 text-[#38bdac]"})})]})})})]}),(((ks=a.todayClicksByPage)==null?void 0:ks.length)??0)>0&&r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsx(Qe,{children:r.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[r.jsxs("div",{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(ix,{className:"w-5 h-5 text-[#38bdac]"}),"每篇文章今日点击(按来源页/文章统计)"]}),r.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"实际用户与实际文章的点击均计入;今日总点击与上表一致"})]}),r.jsxs(X,{type:"button",size:"sm",variant:"outline",onClick:()=>void Mt(),disabled:g,className:"border-gray-600 text-gray-300 shrink-0",children:[r.jsx(Be,{className:`w-4 h-4 mr-1 ${g?"animate-spin":""}`}),"刷新"]})]})}),r.jsx(Te,{children:r.jsx("div",{className:"overflow-x-auto",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[r.jsx("th",{className:"pb-3 pr-4",children:"来源页/文章"}),r.jsx("th",{className:"pb-3 pr-4 text-right",children:"今日点击"}),r.jsx("th",{className:"pb-3 text-right",children:"占比"})]})}),r.jsx("tbody",{children:[...a.todayClicksByPage??[]].sort((U,_e)=>_e.clicks-U.clicks).map((U,_e)=>r.jsxs("tr",{className:"border-b border-gray-700/50",children:[r.jsx("td",{className:"py-2 pr-4 text-white font-mono",children:U.page||"(未区分)"}),r.jsx("td",{className:"py-2 pr-4 text-right text-white",children:U.clicks}),r.jsxs("td",{className:"py-2 text-right text-gray-400",children:[a.todayClicks>0?(U.clicks/a.todayClicks*100).toFixed(1):0,"%"]})]},_e))})]})})})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsx(Ee,{className:"bg-orange-500/10 border-orange-500/30",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsx("div",{className:"w-12 h-12 rounded-xl bg-orange-500/20 flex items-center justify-center",children:r.jsx(ax,{className:"w-6 h-6 text-orange-400"})}),r.jsxs("div",{className:"flex-1",children:[r.jsx("p",{className:"text-orange-300 font-medium",children:"即将过期绑定"}),r.jsxs("p",{className:"text-2xl font-bold text-white",children:[a.expiringBindings," 个"]}),r.jsx("p",{className:"text-orange-300/60 text-sm",children:"7天内到期,需关注转化"})]})]})})}),r.jsx(Ee,{className:"bg-blue-500/10 border-blue-500/30",children:r.jsx(Te,{className:"p-6",children:r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsx("div",{className:"w-12 h-12 rounded-xl bg-blue-500/20 flex items-center justify-center",children:r.jsx(tc,{className:"w-6 h-6 text-blue-400"})}),r.jsxs("div",{className:"flex-1",children:[r.jsx("p",{className:"text-blue-300 font-medium",children:"待审核提现"}),r.jsxs("p",{className:"text-2xl font-bold text-white",children:[a.pendingWithdrawals," 笔"]}),r.jsxs("p",{className:"text-blue-300/60 text-sm",children:["共 ¥",a.pendingWithdrawAmount.toFixed(2)]})]}),r.jsx(X,{onClick:()=>e("withdrawals"),variant:"outline",className:"border-blue-500/50 text-blue-400 hover:bg-blue-500/20",children:"去审核"})]})})})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsx(Qe,{children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Hh,{className:"w-5 h-5 text-[#38bdac]"}),"本月统计"]})}),r.jsx(Te,{children:r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"点击量"}),r.jsx("p",{className:"text-xl font-bold text-white",children:a.monthClicks})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"绑定数"}),r.jsx("p",{className:"text-xl font-bold text-white",children:a.monthBindings})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"转化数"}),r.jsx("p",{className:"text-xl font-bold text-white",children:a.monthConversions})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"佣金"}),r.jsxs("p",{className:"text-xl font-bold text-[#38bdac]",children:["¥",a.monthEarnings.toFixed(2)]})]})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsx(Qe,{children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(gd,{className:"w-5 h-5 text-[#38bdac]"}),"累计统计"]})}),r.jsxs(Te,{children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"总点击"}),r.jsx("p",{className:"text-xl font-bold text-white",children:a.totalClicks.toLocaleString()})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"总绑定"}),r.jsx("p",{className:"text-xl font-bold text-white",children:a.totalBindings.toLocaleString()})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"总转化"}),r.jsx("p",{className:"text-xl font-bold text-white",children:a.totalConversions})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"总佣金"}),r.jsxs("p",{className:"text-xl font-bold text-[#38bdac]",children:["¥",a.totalEarnings.toFixed(2)]})]})]}),r.jsxs("div",{className:"mt-4 p-4 bg-[#38bdac]/10 rounded-lg flex items-center justify-between",children:[r.jsx("span",{className:"text-gray-300",children:"点击转化率"}),r.jsxs("span",{className:"text-[#38bdac] font-bold text-xl",children:[a.conversionRate,"%"]})]})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsx(Qe,{children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-[#38bdac]"}),"推广统计"]})}),r.jsx(Te,{children:r.jsxs("div",{className:"grid grid-cols-4 gap-4",children:[r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[r.jsx("p",{className:"text-3xl font-bold text-white",children:a.totalDistributors}),r.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"推广用户数"})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[r.jsx("p",{className:"text-3xl font-bold text-green-400",children:a.activeDistributors}),r.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"有收益用户"})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[r.jsx("p",{className:"text-3xl font-bold text-[#38bdac]",children:"90%"}),r.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"佣金比例"})]}),r.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[r.jsx("p",{className:"text-3xl font-bold text-orange-400",children:"30天"}),r.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"绑定有效期"})]})]})})]})]}),t==="orders"&&r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[r.jsxs("div",{className:"flex flex-1 min-w-[200px] gap-2",children:[r.jsxs("div",{className:"relative flex-1",children:[r.jsx(ca,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),r.jsx(ae,{value:v,onChange:U=>k(U.target.value),onKeyDown:U=>{U.key==="Enter"&&(U.preventDefault(),Tt())},placeholder:"输入订单号、用户名或手机号,回车或点击搜索",className:"pl-10 pr-3 bg-[#0f2137] border-gray-700 text-white"})]}),r.jsxs(X,{type:"button",variant:"outline",onClick:Tt,disabled:g,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[r.jsx(ca,{className:"w-4 h-4 mr-2"}),"搜索"]})]}),r.jsxs("select",{value:I,onChange:U=>L(U.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[r.jsx("option",{value:"all",children:"全部状态"}),r.jsx("option",{value:"completed",children:"已完成"}),r.jsx("option",{value:"pending",children:"待支付"}),r.jsx("option",{value:"failed",children:"已失败"}),r.jsx("option",{value:"refunded",children:"已退款"})]}),r.jsxs(X,{type:"button",variant:"outline",onClick:()=>void Mt(),disabled:g,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${g?"animate-spin":""}`}),"刷新"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-0",children:[g?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):n.length===0?r.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无订单数据"}):r.jsx("div",{className:"overflow-x-auto",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[r.jsx("th",{className:"p-4 text-left font-medium",children:"订单号"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"商品"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"支付方式"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"退款原因"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"推荐人/邀请码"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"分销佣金"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"下单时间"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"操作"})]})}),r.jsx("tbody",{className:"divide-y divide-gray-700/50",children:js.map(U=>{var _e,it;return r.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[r.jsxs("td",{className:"p-4 font-mono text-xs text-gray-400",children:[(_e=U.id)==null?void 0:_e.slice(0,12),"..."]}),r.jsx("td",{className:"p-4",children:r.jsxs("div",{children:[r.jsx("p",{className:"text-white text-sm",children:U.userNickname}),r.jsx("p",{className:"text-gray-500 text-xs",children:U.userPhone})]})}),r.jsx("td",{className:"p-4",children:r.jsxs("div",{children:[r.jsx("p",{className:"text-white text-sm",children:(()=>{const $t=U.productType||U.type,me=U.description||"",fe=String(U.productId||U.sectionId||""),at=$t==="vip"||me.includes("VIP")||me.toLowerCase().includes("vip")||fe.toLowerCase().includes("vip");return $t==="balance_recharge"?`余额充值 ¥${typeof U.amount=="number"?U.amount.toFixed(2):parseFloat(String(U.amount||"0")).toFixed(2)}`:at?"超级个体开通费用":$t==="fullbook"?`${U.bookName||"《底层逻辑》"} - 全本`:$t==="match"?"匹配次数购买":`${U.bookName||"《底层逻辑》"} - ${U.sectionTitle||U.chapterTitle||`章节${U.productId||U.sectionId||""}`}`})()}),r.jsx("p",{className:"text-gray-500 text-xs",children:(()=>{const $t=U.productType||U.type,me=U.description||"",fe=String(U.productId||U.sectionId||""),at=$t==="vip"||me.includes("VIP")||me.toLowerCase().includes("vip")||fe.toLowerCase().includes("vip");return $t==="balance_recharge"?"余额充值":at?"超级个体":$t==="fullbook"?"全书解锁":$t==="match"?"功能权益":U.chapterTitle||"单章购买"})()})]})}),r.jsxs("td",{className:"p-4 text-[#38bdac] font-bold",children:["¥",typeof U.amount=="number"?U.amount.toFixed(2):parseFloat(String(U.amount||"0")).toFixed(2)]}),r.jsx("td",{className:"p-4 text-gray-300",children:U.paymentMethod==="wechat"?"微信支付":U.paymentMethod==="balance"?"余额支付":U.paymentMethod==="alipay"?"支付宝":U.paymentMethod||"微信支付"}),r.jsx("td",{className:"p-4",children:U.status==="refunded"?r.jsx(Je,{className:"bg-gray-500/20 text-gray-400 border-0",children:"已退款"}):U.status==="completed"||U.status==="paid"?r.jsx(Je,{className:"bg-green-500/20 text-green-400 border-0",children:"已完成"}):U.status==="pending"||U.status==="created"?r.jsx(Je,{className:"bg-yellow-500/20 text-yellow-400 border-0",children:"待支付"}):r.jsx(Je,{className:"bg-red-500/20 text-red-400 border-0",children:"已失败"})}),r.jsx("td",{className:"p-4 text-gray-400 text-sm max-w-[120px]",title:U.refundReason,children:U.status==="refunded"&&U.refundReason?U.refundReason:"-"}),r.jsx("td",{className:"p-4 text-gray-300 text-sm",children:U.referrerId||U.referralCode?r.jsxs("span",{title:U.referralCode||U.referrerCode||U.referrerId||"",children:[U.referrerNickname||U.referralCode||U.referrerCode||((it=U.referrerId)==null?void 0:it.slice(0,8)),(U.referralCode||U.referrerCode)&&` (${U.referralCode||U.referrerCode})`]}):"-"}),r.jsx("td",{className:"p-4 text-[#FFD700]",children:U.referrerEarnings?`¥${(typeof U.referrerEarnings=="number"?U.referrerEarnings:parseFloat(String(U.referrerEarnings))).toFixed(2)}`:"-"}),r.jsx("td",{className:"p-4 text-gray-400 text-sm",children:U.createdAt?new Date(U.createdAt).toLocaleString("zh-CN"):"-"}),r.jsx("td",{className:"p-4",children:(U.status==="paid"||U.status==="completed")&&r.jsxs(X,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{O(U),$("")},children:[r.jsx(hx,{className:"w-3 h-3 mr-1"}),"退款"]})})]},U.id)})})]})}),t==="orders"&&r.jsx(Us,{page:W,totalPages:Un,total:K,pageSize:P,onPageChange:D,onPageSizeChange:U=>{R(U),D(1)}})]})})]}),t==="bindings"&&r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[r.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[r.jsx(ca,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),r.jsx(ae,{value:v,onChange:U=>k(U.target.value),placeholder:"搜索用户昵称、手机号、推广码...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),r.jsxs("select",{value:I,onChange:U=>L(U.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[r.jsx("option",{value:"all",children:"全部状态"}),r.jsx("option",{value:"active",children:"有效"}),r.jsx("option",{value:"converted",children:"已转化"}),r.jsx("option",{value:"expired",children:"已过期"})]}),r.jsxs(X,{type:"button",variant:"outline",onClick:()=>void Mt(),disabled:g,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${g?"animate-spin":""}`}),"刷新"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-0",children:[Gs.length===0?r.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无绑定数据"}):r.jsx("div",{className:"overflow-x-auto",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[r.jsx("th",{className:"p-4 text-left font-medium",children:"访客"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"分销商"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"绑定时间"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"到期时间"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"佣金"})]})}),r.jsx("tbody",{className:"divide-y divide-gray-700/50",children:Gs.map(U=>r.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[r.jsx("td",{className:"p-4",children:r.jsxs("div",{children:[r.jsx("p",{className:"text-white font-medium",children:U.refereeNickname||"匿名用户"}),r.jsx("p",{className:"text-gray-500 text-xs",children:U.refereePhone})]})}),r.jsx("td",{className:"p-4",children:r.jsxs("div",{children:[r.jsx("p",{className:"text-white",children:U.referrerName||"-"}),r.jsx("p",{className:"text-gray-500 text-xs font-mono",children:U.referrerCode})]})}),r.jsx("td",{className:"p-4 text-gray-400",children:U.boundAt?new Date(U.boundAt).toLocaleDateString("zh-CN"):"-"}),r.jsx("td",{className:"p-4 text-gray-400",children:U.expiresAt?new Date(U.expiresAt).toLocaleDateString("zh-CN"):"-"}),r.jsx("td",{className:"p-4",children:un(U.status)}),r.jsx("td",{className:"p-4",children:U.commission?r.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",U.commission.toFixed(2)]}):r.jsx("span",{className:"text-gray-500",children:"-"})})]},U.id))})]})}),t==="bindings"&&r.jsx(Us,{page:W,totalPages:Un,total:K,pageSize:P,onPageChange:D,onPageSizeChange:U=>{R(U),D(1)}})]})})]}),t==="withdrawals"&&r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[r.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[r.jsx(ca,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),r.jsx(ae,{value:v,onChange:U=>k(U.target.value),placeholder:"搜索用户名称、账号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),r.jsxs("select",{value:I,onChange:U=>L(U.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[r.jsx("option",{value:"all",children:"全部状态"}),r.jsx("option",{value:"pending",children:"待审核"}),r.jsx("option",{value:"completed",children:"已完成"}),r.jsx("option",{value:"rejected",children:"已拒绝"})]}),r.jsxs("div",{className:"flex items-center gap-2 px-4 py-2 rounded-lg bg-[#0f2137] border border-gray-700/50 shrink-0",children:[r.jsx(Va,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx("span",{className:"text-sm text-gray-300",children:"自动审批"}),r.jsx(Et,{checked:ke,onCheckedChange:ws,disabled:Y,className:"data-[state=checked]:bg-[#38bdac]"})]}),r.jsxs(X,{type:"button",variant:"outline",onClick:()=>void Mt(),disabled:g,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${g?"animate-spin":""}`}),"刷新"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-0",children:[hn.length===0?r.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无提现记录"}):r.jsx("div",{className:"overflow-x-auto",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[r.jsx("th",{className:"p-4 text-left font-medium",children:"申请人"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"收款方式"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"收款账号"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"备注"}),r.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),r.jsx("tbody",{className:"divide-y divide-gray-700/50",children:hn.map(U=>r.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[r.jsx("td",{className:"p-4",children:r.jsxs("div",{className:"flex items-center gap-2",children:[U.userAvatar?r.jsx("img",{src:U.userAvatar,alt:"",className:"w-8 h-8 rounded-full object-cover"}):r.jsx("div",{className:"w-8 h-8 rounded-full bg-gray-600 flex items-center justify-center text-white text-sm font-medium",children:(U.userName||U.name||"?").slice(0,1)}),r.jsx("p",{className:"text-white font-medium",children:U.userName||U.name})]})}),r.jsx("td",{className:"p-4",children:r.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",U.amount.toFixed(2)]})}),r.jsx("td",{className:"p-4",children:r.jsx(Je,{className:U.method==="wechat"?"bg-green-500/20 text-green-400 border-0":"bg-blue-500/20 text-blue-400 border-0",children:U.method==="wechat"?"微信":"支付宝"})}),r.jsx("td",{className:"p-4",children:r.jsxs("div",{children:[r.jsx("p",{className:"text-white font-mono text-xs",children:U.account}),r.jsx("p",{className:"text-gray-500 text-xs",children:U.name})]})}),r.jsx("td",{className:"p-4 text-gray-400",children:U.createdAt?new Date(U.createdAt).toLocaleString("zh-CN"):"-"}),r.jsx("td",{className:"p-4",children:un(U.status)}),r.jsx("td",{className:"p-4 max-w-[160px]",children:r.jsx("span",{className:`text-xs ${U.status==="rejected"||U.status==="failed"?"text-red-400":"text-gray-400"}`,title:U.remark,children:U.remark||"-"})}),r.jsxs("td",{className:"p-4 text-right",children:[U.status==="pending"&&r.jsxs("div",{className:"flex gap-2 justify-end",children:[r.jsxs(X,{size:"sm",onClick:()=>Kt(U.id),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(l1,{className:"w-4 h-4 mr-1"}),"通过"]}),r.jsxs(X,{size:"sm",variant:"outline",onClick:()=>Ns(U.id),className:"border-red-500/50 text-red-400 hover:bg-red-500/20",children:[r.jsx(vj,{className:"w-4 h-4 mr-1"}),"拒绝"]})]}),(U.status==="pending_confirm"||U.status==="processing")&&r.jsx("div",{className:"flex gap-2 justify-end",children:r.jsxs(X,{size:"sm",variant:"outline",onClick:()=>as(U.id),className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/20",children:[r.jsx(hx,{className:"w-4 h-4 mr-1"}),"撤回打款"]})})]})]},U.id))})]})}),t==="withdrawals"&&r.jsx(Us,{page:W,totalPages:Un,total:K,pageSize:P,onPageChange:D,onPageSizeChange:U=>{R(U),D(1)}})]})})]}),t==="giftPay"&&r.jsx("div",{className:"space-y-4",children:r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsx(Qe,{children:r.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-4",children:[r.jsx(Xe,{className:"text-white",children:"代付请求列表"}),r.jsxs("div",{className:"flex gap-2 items-center",children:[r.jsxs("select",{className:"bg-[#0a1628] border border-gray-700 text-white rounded px-3 py-1.5 text-sm",value:mt,onChange:U=>{Ut(U.target.value),Fe(1)},children:[r.jsx("option",{value:"",children:"全部状态"}),r.jsx("option",{value:"pending",children:"待支付(旧)"}),r.jsx("option",{value:"pending_pay",children:"待发起人支付"}),r.jsx("option",{value:"paid",children:"已支付"}),r.jsx("option",{value:"refunded",children:"已退款"}),r.jsx("option",{value:"cancelled",children:"已取消"}),r.jsx("option",{value:"expired",children:"已过期"})]}),r.jsxs(X,{size:"sm",variant:"outline",onClick:()=>void Mt(),disabled:g,className:"border-gray-600 text-gray-300",children:[r.jsx(Be,{className:`w-4 h-4 mr-1 ${g?"animate-spin":""}`}),"刷新"]})]})]})}),r.jsxs(Te,{children:[r.jsx("div",{className:"overflow-x-auto",children:r.jsxs("table",{className:"w-full",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"border-b border-gray-700/50",children:[r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"请求号"}),r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"发起人"}),r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"商品/金额"}),r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"份数/已领"}),r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"付款人"}),r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"状态"}),r.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"创建时间"})]})}),r.jsx("tbody",{className:"divide-y divide-gray-700/50",children:te.map(U=>r.jsxs("tr",{className:"hover:bg-[#0a1628]",children:[r.jsx("td",{className:"p-4 font-mono text-xs text-gray-400",children:U.requestSn}),r.jsx("td",{className:"p-4",children:r.jsx("p",{className:"text-white text-sm",children:U.initiatorNick||U.initiatorUserId})}),r.jsxs("td",{className:"p-4",children:[r.jsxs("p",{className:"text-white",children:[U.productType," · ¥",U.amount.toFixed(2)]}),U.description&&r.jsx("p",{className:"text-gray-500 text-xs",children:U.description})]}),r.jsx("td",{className:"p-4 text-gray-400",children:(U.quantity??1)>1?`${U.quantity}份 / 已领${U.redeemedCount??0}`:"-"}),r.jsx("td",{className:"p-4 text-gray-400",children:U.payerNick||(U.payerUserId?U.payerUserId:"-")}),r.jsx("td",{className:"p-4",children:r.jsx(Je,{className:U.status==="paid"?"bg-green-500/20 text-green-400 border-0":U.status==="pending"||U.status==="pending_pay"?"bg-amber-500/20 text-amber-400 border-0":U.status==="refunded"?"bg-red-500/20 text-red-400 border-0":"bg-gray-500/20 text-gray-400 border-0",children:U.status==="paid"?"已支付":U.status==="pending"||U.status==="pending_pay"?"待支付":U.status==="refunded"?"已退款":U.status==="cancelled"?"已取消":"已过期"})}),r.jsx("td",{className:"p-4 text-gray-400 text-sm",children:U.createdAt?new Date(U.createdAt).toLocaleString("zh-CN"):"-"})]},U.id))})]})}),te.length===0&&!g&&r.jsx("p",{className:"text-center py-8 text-gray-500",children:"暂无代付请求"}),rt>20&&r.jsx("div",{className:"mt-4 flex justify-center",children:r.jsx(Us,{page:pe,totalPages:Math.ceil(rt/20),total:rt,pageSize:20,onPageChange:Fe,onPageSizeChange:()=>{}})})]})]})})]}),r.jsx(Lt,{open:!!H,onOpenChange:U=>!U&&O(null),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:"订单退款"})}),H&&r.jsxs("div",{className:"space-y-4",children:[r.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",H.orderSn||H.id]}),r.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",typeof H.amount=="number"?H.amount.toFixed(2):parseFloat(String(H.amount||"0")).toFixed(2)]}),r.jsxs("div",{children:[r.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),r.jsx("div",{className:"form-input",children:r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:J,onChange:U=>$(U.target.value)})})]}),r.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>O(null),disabled:M,children:"取消"}),r.jsx(X,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:qs,disabled:M,children:M?"退款中...":"确认退款"})]})]})}),r.jsx(Lt,{open:!!B,onOpenChange:U=>!U&&rn(),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:"拒绝提现"})}),r.jsxs("div",{className:"space-y-4",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),r.jsxs("div",{children:[r.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),r.jsx("div",{className:"form-input",children:r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:G,onChange:U=>oe(U.target.value)})})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:rn,disabled:ye,children:"取消"}),r.jsx(X,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:is,disabled:ye||!G.trim(),children:ye?"提交中...":"确认拒绝"})]})]})}),t==="settings"&&r.jsx("div",{className:"-mx-8 -mt-6",children:r.jsx(oS,{embedded:!0})})]})}function zR(){const[t,e]=b.useState([]),[n,s]=b.useState({total:0,pendingCount:0,pendingAmount:0,successCount:0,successAmount:0,failedCount:0}),[a,i]=b.useState(!0),[o,c]=b.useState(null),[u,h]=b.useState("all"),[f,m]=b.useState(1),[g,y]=b.useState(10),[N,w]=b.useState(0),[v,k]=b.useState(null),[C,E]=b.useState(null),[I,L]=b.useState(""),[W,D]=b.useState(!1);async function P(){var O,J,$,M,q,B,z;i(!0),c(null);try{const G=new URLSearchParams({status:u,page:String(f),pageSize:String(g)}),oe=await Oe(`/api/admin/withdrawals?${G}`);if(oe!=null&&oe.success){const ye=oe.withdrawals||[];e(ye),w(oe.total??((O=oe.stats)==null?void 0:O.total)??ye.length),s({total:((J=oe.stats)==null?void 0:J.total)??oe.total??ye.length,pendingCount:(($=oe.stats)==null?void 0:$.pendingCount)??0,pendingAmount:((M=oe.stats)==null?void 0:M.pendingAmount)??0,successCount:((q=oe.stats)==null?void 0:q.successCount)??0,successAmount:((B=oe.stats)==null?void 0:B.successAmount)??0,failedCount:((z=oe.stats)==null?void 0:z.failedCount)??0})}else c("加载提现记录失败")}catch(G){console.error("Load withdrawals error:",G),c("加载失败,请检查网络后重试")}finally{i(!1)}}b.useEffect(()=>{m(1)},[u]),b.useEffect(()=>{P()},[u,f,g]);const R=Math.ceil(N/g)||1;async function K(O){const J=t.find($=>$.id===O);if(J!=null&&J.userCommissionInfo&&J.userCommissionInfo.availableAfterThis<0){if(!confirm(`⚠️ 风险警告:该用户审核后余额为负数(¥${J.userCommissionInfo.availableAfterThis.toFixed(2)}),可能存在超额提现。 - -确认已核实用户账户并完成打款?`))return}else if(!confirm("确认已完成打款?批准后将更新用户提现记录。"))return;k(O);try{const $=await Pt("/api/admin/withdrawals",{id:O,action:"approve"});$!=null&&$.success?P():se.error("操作失败: "+(($==null?void 0:$.error)??""))}catch{se.error("操作失败")}finally{k(null)}}function re(O){E(O),L("")}async function ue(){const O=C;if(!O)return;const J=I.trim();if(!J){se.error("请填写拒绝原因");return}D(!0);try{const $=await Pt("/api/admin/withdrawals",{id:O,action:"reject",errorMessage:J});$!=null&&$.success?(se.success("已拒绝该提现申请"),E(null),L(""),P()):se.error("操作失败: "+(($==null?void 0:$.error)??""))}catch{se.error("操作失败")}finally{D(!1)}}function xe(){C&&se.info("已取消操作"),E(null),L("")}function H(O){switch(O){case"pending":return r.jsx(Je,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待处理"});case"pending_confirm":return r.jsx(Je,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待用户确认"});case"processing":return r.jsx(Je,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:"已审批等待打款"});case"success":case"completed":return r.jsx(Je,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"});case"failed":case"rejected":return r.jsx(Je,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已拒绝"});default:return r.jsx(Je,{className:"bg-gray-500/20 text-gray-400 border-0",children:O})}}return r.jsxs("div",{className:"p-8 w-full",children:[o&&r.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[r.jsx("span",{children:o}),r.jsx("button",{type:"button",onClick:()=>c(null),className:"hover:text-red-300",children:"×"})]}),r.jsxs("div",{className:"flex justify-between items-start mb-8",children:[r.jsxs("div",{children:[r.jsx("h1",{className:"text-2xl font-bold text-white",children:"分账提现管理"}),r.jsx("p",{className:"text-gray-400 mt-1",children:"管理用户分销收益的提现申请"})]}),r.jsxs(X,{variant:"outline",onClick:P,disabled:a,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${a?"animate-spin":""}`}),"刷新"]})]}),r.jsx(Ee,{className:"bg-gradient-to-r from-[#38bdac]/10 to-[#0f2137] border-[#38bdac]/30 mb-6",children:r.jsx(Te,{className:"p-4",children:r.jsxs("div",{className:"flex items-start gap-3",children:[r.jsx(Wh,{className:"w-5 h-5 text-[#38bdac] mt-0.5"}),r.jsxs("div",{children:[r.jsx("h3",{className:"text-white font-medium mb-2",children:"自动分账规则"}),r.jsxs("div",{className:"text-sm text-gray-400 space-y-1",children:[r.jsxs("p",{children:["• ",r.jsx("span",{className:"text-[#38bdac]",children:"分销比例"}),":推广者获得订单金额的"," ",r.jsx("span",{className:"text-white font-medium",children:"90%"})]}),r.jsxs("p",{children:["• ",r.jsx("span",{className:"text-[#38bdac]",children:"结算方式"}),":用户付款后,分销收益自动计入推广者账户"]}),r.jsxs("p",{children:["• ",r.jsx("span",{className:"text-[#38bdac]",children:"提现方式"}),":用户在小程序端点击提现,系统自动转账到微信零钱"]}),r.jsxs("p",{children:["• ",r.jsx("span",{className:"text-[#38bdac]",children:"审批流程"}),":待处理的提现需管理员手动确认打款后批准(自动审批开关在推广中心-提现审核)"]})]})]})]})})}),r.jsxs("div",{className:"grid grid-cols-4 gap-4 mb-6",children:[r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-4 text-center",children:[r.jsx("div",{className:"text-3xl font-bold text-[#38bdac]",children:n.total}),r.jsx("div",{className:"text-sm text-gray-400",children:"总申请"})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-4 text-center",children:[r.jsx("div",{className:"text-3xl font-bold text-orange-400",children:n.pendingCount}),r.jsx("div",{className:"text-sm text-gray-400",children:"待处理"}),r.jsxs("div",{className:"text-xs text-orange-400 mt-1",children:["¥",n.pendingAmount.toFixed(2)]})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-4 text-center",children:[r.jsx("div",{className:"text-3xl font-bold text-green-400",children:n.successCount}),r.jsx("div",{className:"text-sm text-gray-400",children:"已完成"}),r.jsxs("div",{className:"text-xs text-green-400 mt-1",children:["¥",n.successAmount.toFixed(2)]})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsxs(Te,{className:"p-4 text-center",children:[r.jsx("div",{className:"text-3xl font-bold text-red-400",children:n.failedCount}),r.jsx("div",{className:"text-sm text-gray-400",children:"已拒绝"})]})})]}),r.jsx("div",{className:"flex gap-2 mb-4",children:["all","pending","success","failed"].map(O=>r.jsx(X,{variant:u===O?"default":"outline",size:"sm",onClick:()=>h(O),className:u===O?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:O==="all"?"全部":O==="pending"?"待处理":O==="success"?"已完成":"已拒绝"},O))}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:a?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):t.length===0?r.jsxs("div",{className:"text-center py-12",children:[r.jsx(tc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),r.jsx("p",{className:"text-gray-500",children:"暂无提现记录"})]}):r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"overflow-x-auto",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[r.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"提现金额"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"用户佣金信息"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"备注"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"处理时间"}),r.jsx("th",{className:"p-4 text-left font-medium",children:"确认收款"}),r.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),r.jsx("tbody",{className:"divide-y divide-gray-700/50",children:t.map(O=>r.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[r.jsx("td",{className:"p-4 text-gray-400",children:new Date(O.createdAt??"").toLocaleString()}),r.jsx("td",{className:"p-4",children:r.jsxs("div",{className:"flex items-center gap-2",children:[O.userAvatar?r.jsx("img",{src:O.userAvatar,alt:O.userName??"",className:"w-8 h-8 rounded-full object-cover"}):r.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:(O.userName??"?").charAt(0)}),r.jsxs("div",{children:[r.jsx("p",{className:"font-medium text-white",children:O.userName??"未知"}),r.jsx("p",{className:"text-xs text-gray-500",children:O.userPhone??O.referralCode??(O.userId??"").slice(0,10)})]})]})}),r.jsx("td",{className:"p-4",children:r.jsxs("span",{className:"font-bold text-orange-400",children:["¥",Number(O.amount).toFixed(2)]})}),r.jsx("td",{className:"p-4",children:O.userCommissionInfo?r.jsxs("div",{className:"text-xs space-y-1",children:[r.jsxs("div",{className:"flex justify-between gap-4",children:[r.jsx("span",{className:"text-gray-500",children:"累计佣金:"}),r.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",O.userCommissionInfo.totalCommission.toFixed(2)]})]}),r.jsxs("div",{className:"flex justify-between gap-4",children:[r.jsx("span",{className:"text-gray-500",children:"已提现:"}),r.jsxs("span",{className:"text-gray-400",children:["¥",O.userCommissionInfo.withdrawnEarnings.toFixed(2)]})]}),r.jsxs("div",{className:"flex justify-between gap-4",children:[r.jsx("span",{className:"text-gray-500",children:"待审核:"}),r.jsxs("span",{className:"text-orange-400",children:["¥",O.userCommissionInfo.pendingWithdrawals.toFixed(2)]})]}),r.jsxs("div",{className:"flex justify-between gap-4 pt-1 border-t border-gray-700/30",children:[r.jsx("span",{className:"text-gray-500",children:"审核后余额:"}),r.jsxs("span",{className:O.userCommissionInfo.availableAfterThis>=0?"text-green-400 font-medium":"text-red-400 font-medium",children:["¥",O.userCommissionInfo.availableAfterThis.toFixed(2)]})]})]}):r.jsx("span",{className:"text-gray-500 text-xs",children:"暂无数据"})}),r.jsx("td",{className:"p-4",children:H(O.status)}),r.jsx("td",{className:"p-4 max-w-[180px]",children:r.jsx("span",{className:`text-xs ${O.status==="rejected"||O.status==="failed"?"text-red-400":"text-gray-400"}`,title:O.remark,children:O.remark||"-"})}),r.jsx("td",{className:"p-4 text-gray-400",children:O.processedAt?new Date(O.processedAt).toLocaleString():"-"}),r.jsx("td",{className:"p-4 text-gray-400",children:O.userConfirmedAt?r.jsxs("span",{className:"text-green-400",title:O.userConfirmedAt,children:["已确认 ",new Date(O.userConfirmedAt).toLocaleString()]}):"-"}),r.jsxs("td",{className:"p-4 text-right",children:[(O.status==="pending"||O.status==="pending_confirm")&&r.jsxs("div",{className:"flex items-center justify-end gap-2",children:[r.jsxs(X,{size:"sm",onClick:()=>K(O.id),disabled:v===O.id,className:"bg-green-600 hover:bg-green-700 text-white",children:[r.jsx(qf,{className:"w-4 h-4 mr-1"}),"批准"]}),r.jsxs(X,{size:"sm",variant:"outline",onClick:()=>re(O.id),disabled:v===O.id,className:"border-red-500/50 text-red-400 hover:bg-red-500/10 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-1"}),"拒绝"]})]}),(O.status==="success"||O.status==="completed")&&O.transactionId&&r.jsx("span",{className:"text-xs text-gray-500 font-mono",children:O.transactionId})]})]},O.id))})]})}),r.jsx(Us,{page:f,totalPages:R,total:N,pageSize:g,onPageChange:m,onPageSizeChange:O=>{y(O),m(1)}})]})})}),r.jsx(Lt,{open:!!C,onOpenChange:O=>!O&&xe(),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:"拒绝提现"})}),r.jsxs("div",{className:"space-y-4",children:[r.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),r.jsxs("div",{children:[r.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),r.jsx("div",{className:"form-input",children:r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:I,onChange:O=>L(O.target.value)})})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:xe,disabled:W,children:"取消"}),r.jsx(X,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:ue,disabled:W||!I.trim(),children:W?"提交中...":"确认拒绝"})]})]})})]})}var gg={exports:{}},xg={};/** - * @license React - * use-sync-external-store-shim.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var O1;function FR(){if(O1)return xg;O1=1;var t=Kd();function e(m,g){return m===g&&(m!==0||1/m===1/g)||m!==m&&g!==g}var n=typeof Object.is=="function"?Object.is:e,s=t.useState,a=t.useEffect,i=t.useLayoutEffect,o=t.useDebugValue;function c(m,g){var y=g(),N=s({inst:{value:y,getSnapshot:g}}),w=N[0].inst,v=N[1];return i(function(){w.value=y,w.getSnapshot=g,u(w)&&v({inst:w})},[m,y,g]),a(function(){return u(w)&&v({inst:w}),m(function(){u(w)&&v({inst:w})})},[m]),o(y),y}function u(m){var g=m.getSnapshot;m=m.value;try{var y=g();return!n(m,y)}catch{return!0}}function h(m,g){return g()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:c;return xg.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:f,xg}var D1;function lS(){return D1||(D1=1,gg.exports=FR()),gg.exports}var cS=lS();function Qn(t){this.content=t}Qn.prototype={constructor:Qn,find:function(t){for(var e=0;e>1}};Qn.from=function(t){if(t instanceof Qn)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new Qn(e)};function dS(t,e,n){for(let s=0;;s++){if(s==t.childCount||s==e.childCount)return t.childCount==e.childCount?null:n;let a=t.child(s),i=e.child(s);if(a==i){n+=a.nodeSize;continue}if(!a.sameMarkup(i))return n;if(a.isText&&a.text!=i.text){for(let o=0;a.text[o]==i.text[o];o++)n++;return n}if(a.content.size||i.content.size){let o=dS(a.content,i.content,n+1);if(o!=null)return o}n+=a.nodeSize}}function uS(t,e,n,s){for(let a=t.childCount,i=e.childCount;;){if(a==0||i==0)return a==i?null:{a:n,b:s};let o=t.child(--a),c=e.child(--i),u=o.nodeSize;if(o==c){n-=u,s-=u;continue}if(!o.sameMarkup(c))return{a:n,b:s};if(o.isText&&o.text!=c.text){let h=0,f=Math.min(o.text.length,c.text.length);for(;he&&s(u,a+c,i||null,o)!==!1&&u.content.size){let f=c+1;u.nodesBetween(Math.max(0,e-f),Math.min(u.content.size,n-f),s,a+f)}c=h}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,n,s,a){let i="",o=!0;return this.nodesBetween(e,n,(c,u)=>{let h=c.isText?c.text.slice(Math.max(e,u)-u,n-u):c.isLeaf?a?typeof a=="function"?a(c):a:c.type.spec.leafText?c.type.spec.leafText(c):"":"";c.isBlock&&(c.isLeaf&&h||c.isTextblock)&&s&&(o?o=!1:i+=s),i+=h},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let n=this.lastChild,s=e.firstChild,a=this.content.slice(),i=0;for(n.isText&&n.sameMarkup(s)&&(a[a.length-1]=n.withText(n.text+s.text),i=1);ie)for(let i=0,o=0;oe&&((on)&&(c.isText?c=c.cut(Math.max(0,e-o),Math.min(c.text.length,n-o)):c=c.cut(Math.max(0,e-o-1),Math.min(c.content.size,n-o-1))),s.push(c),a+=c.nodeSize),o=u}return new Ne(s,a)}cutByIndex(e,n){return e==n?Ne.empty:e==0&&n==this.content.length?this:new Ne(this.content.slice(e,n))}replaceChild(e,n){let s=this.content[e];if(s==n)return this;let a=this.content.slice(),i=this.size+n.nodeSize-s.nodeSize;return a[e]=n,new Ne(a,i)}addToStart(e){return new Ne([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new Ne(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let n=0;nthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let n=0,s=0;;n++){let a=this.child(n),i=s+a.nodeSize;if(i>=e)return i==e?mh(n+1,i):mh(n,s);s=i}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,n){if(!n)return Ne.empty;if(!Array.isArray(n))throw new RangeError("Invalid input for Fragment.fromJSON");return new Ne(n.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return Ne.empty;let n,s=0;for(let a=0;athis.type.rank&&(n||(n=e.slice(0,a)),n.push(this),s=!0),n&&n.push(i)}}return n||(n=e.slice()),s||n.push(this),n}removeFromSet(e){for(let n=0;ns.type.rank-a.type.rank),n}};Wt.none=[];class Qh extends Error{}class Le{constructor(e,n,s){this.content=e,this.openStart=n,this.openEnd=s}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,n){let s=fS(this.content,e+this.openStart,n);return s&&new Le(s,this.openStart,this.openEnd)}removeBetween(e,n){return new Le(hS(this.content,e+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,n){if(!n)return Le.empty;let s=n.openStart||0,a=n.openEnd||0;if(typeof s!="number"||typeof a!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Le(Ne.fromJSON(e,n.content),s,a)}static maxOpen(e,n=!0){let s=0,a=0;for(let i=e.firstChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.firstChild)s++;for(let i=e.lastChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.lastChild)a++;return new Le(e,s,a)}}Le.empty=new Le(Ne.empty,0,0);function hS(t,e,n){let{index:s,offset:a}=t.findIndex(e),i=t.maybeChild(s),{index:o,offset:c}=t.findIndex(n);if(a==e||i.isText){if(c!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(s!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(s,i.copy(hS(i.content,e-a-1,n-a-1)))}function fS(t,e,n,s){let{index:a,offset:i}=t.findIndex(e),o=t.maybeChild(a);if(i==e||o.isText)return s&&!s.canReplace(a,a,n)?null:t.cut(0,e).append(n).append(t.cut(e));let c=fS(o.content,e-i-1,n,o);return c&&t.replaceChild(a,o.copy(c))}function $R(t,e,n){if(n.openStart>t.depth)throw new Qh("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new Qh("Inconsistent open depths");return pS(t,e,n,0)}function pS(t,e,n,s){let a=t.index(s),i=t.node(s);if(a==e.index(s)&&s=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function yd(t,e,n,s){let a=(e||t).node(n),i=0,o=e?e.index(n):a.childCount;t&&(i=t.index(n),t.depth>n?i++:t.textOffset&&(Fo(t.nodeAfter,s),i++));for(let c=i;ca&&Nx(t,e,a+1),o=s.depth>a&&Nx(n,s,a+1),c=[];return yd(null,t,a,c),i&&o&&e.index(a)==n.index(a)?(mS(i,o),Fo($o(i,gS(t,e,n,s,a+1)),c)):(i&&Fo($o(i,Xh(t,e,a+1)),c),yd(e,n,a,c),o&&Fo($o(o,Xh(n,s,a+1)),c)),yd(s,null,a,c),new Ne(c)}function Xh(t,e,n){let s=[];if(yd(null,t,n,s),t.depth>n){let a=Nx(t,e,n+1);Fo($o(a,Xh(t,e,n+1)),s)}return yd(e,null,n,s),new Ne(s)}function BR(t,e){let n=e.depth-t.openStart,a=e.node(n).copy(t.content);for(let i=n-1;i>=0;i--)a=e.node(i).copy(Ne.from(a));return{start:a.resolveNoCache(t.openStart+n),end:a.resolveNoCache(a.content.size-t.openEnd-n)}}class Rd{constructor(e,n,s){this.pos=e,this.path=n,this.parentOffset=s,this.depth=n.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,n=this.index(this.depth);if(n==e.childCount)return null;let s=this.pos-this.path[this.path.length-1],a=e.child(n);return s?e.child(n).cut(s):a}get nodeBefore(){let e=this.index(this.depth),n=this.pos-this.path[this.path.length-1];return n?this.parent.child(e).cut(0,n):e==0?null:this.parent.child(e-1)}posAtIndex(e,n){n=this.resolveDepth(n);let s=this.path[n*3],a=n==0?0:this.path[n*3-1]+1;for(let i=0;i0;n--)if(this.start(n)<=e&&this.end(n)>=e)return n;return 0}blockRange(e=this,n){if(e.pos=0;s--)if(e.pos<=this.end(s)&&(!n||n(this.node(s))))return new Zh(this,e,s);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=e.content.size))throw new RangeError("Position "+n+" out of range");let s=[],a=0,i=n;for(let o=e;;){let{index:c,offset:u}=o.content.findIndex(i),h=i-u;if(s.push(o,c,a+u),!h||(o=o.child(c),o.isText))break;i=h-1,a+=u+1}return new Rd(n,s,i)}static resolveCached(e,n){let s=L1.get(e);if(s)for(let i=0;ie&&this.nodesBetween(e,n,i=>(s.isInSet(i.marks)&&(a=!0),!a)),a}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),xS(this.marks,e)}contentMatchAt(e){let n=this.type.contentMatch.matchFragment(this.content,0,e);if(!n)throw new Error("Called contentMatchAt on a node with invalid content");return n}canReplace(e,n,s=Ne.empty,a=0,i=s.childCount){let o=this.contentMatchAt(e).matchFragment(s,a,i),c=o&&o.matchFragment(this.content,n);if(!c||!c.validEnd)return!1;for(let u=a;un.type.name)}`);this.content.forEach(n=>n.check())}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(n=>n.toJSON())),e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Node.fromJSON");let s;if(n.marks){if(!Array.isArray(n.marks))throw new RangeError("Invalid mark data for Node.fromJSON");s=n.marks.map(e.markFromJSON)}if(n.type=="text"){if(typeof n.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(n.text,s)}let a=Ne.fromJSON(e,n.content),i=e.nodeType(n.type).create(n.attrs,a,s);return i.type.checkAttrs(i.attrs),i}};Wa.prototype.text=void 0;class ef extends Wa{constructor(e,n,s,a){if(super(e,n,null,a),!s)throw new RangeError("Empty text nodes are not allowed");this.text=s}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):xS(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,n){return this.text.slice(e,n)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new ef(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new ef(this.type,this.attrs,e,this.marks)}cut(e=0,n=this.text.length){return e==0&&n==this.text.length?this:this.withText(this.text.slice(e,n))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function xS(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class qo{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,n){let s=new UR(e,n);if(s.next==null)return qo.empty;let a=yS(s);s.next&&s.err("Unexpected trailing text");let i=XR(QR(a));return ZR(i,s),i}matchType(e){for(let n=0;nh.createAndFill()));for(let h=0;h=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function n(s){e.push(s);for(let a=0;a{let i=a+(s.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(s.next[o].next);return i}).join(` -`)}}qo.empty=new qo(!0);class UR{constructor(e,n){this.string=e,this.nodeTypes=n,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function yS(t){let e=[];do e.push(KR(t));while(t.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function KR(t){let e=[];do e.push(qR(t));while(t.next&&t.next!=")"&&t.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function qR(t){let e=YR(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else if(t.eat("{"))e=GR(t,e);else break;return e}function _1(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function GR(t,e){let n=_1(t),s=n;return t.eat(",")&&(t.next!="}"?s=_1(t):s=-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:s,expr:e}}function JR(t,e){let n=t.nodeTypes,s=n[e];if(s)return[s];let a=[];for(let i in n){let o=n[i];o.isInGroup(e)&&a.push(o)}return a.length==0&&t.err("No node type or group '"+e+"' found"),a}function YR(t){if(t.eat("(")){let e=yS(t);return t.eat(")")||t.err("Missing closing paren"),e}else if(/\W/.test(t.next))t.err("Unexpected token '"+t.next+"'");else{let e=JR(t,t.next).map(n=>(t.inline==null?t.inline=n.isInline:t.inline!=n.isInline&&t.err("Mixing inline and block content"),{type:"name",value:n}));return t.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function QR(t){let e=[[]];return a(i(t,0),n()),e;function n(){return e.push([])-1}function s(o,c,u){let h={term:u,to:c};return e[o].push(h),h}function a(o,c){o.forEach(u=>u.to=c)}function i(o,c){if(o.type=="choice")return o.exprs.reduce((u,h)=>u.concat(i(h,c)),[]);if(o.type=="seq")for(let u=0;;u++){let h=i(o.exprs[u],c);if(u==o.exprs.length-1)return h;a(h,c=n())}else if(o.type=="star"){let u=n();return s(c,u),a(i(o.expr,u),u),[s(u)]}else if(o.type=="plus"){let u=n();return a(i(o.expr,c),u),a(i(o.expr,u),u),[s(u)]}else{if(o.type=="opt")return[s(c)].concat(i(o.expr,c));if(o.type=="range"){let u=c;for(let h=0;h{t[o].forEach(({term:c,to:u})=>{if(!c)return;let h;for(let f=0;f{h||a.push([c,h=[]]),h.indexOf(f)==-1&&h.push(f)})})});let i=e[s.join(",")]=new qo(s.indexOf(t.length-1)>-1);for(let o=0;o-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:NS(this.attrs,e)}create(e=null,n,s){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new Wa(this,this.computeAttrs(e),Ne.from(n),Wt.setFrom(s))}createChecked(e=null,n,s){return n=Ne.from(n),this.checkContent(n),new Wa(this,this.computeAttrs(e),n,Wt.setFrom(s))}createAndFill(e=null,n,s){if(e=this.computeAttrs(e),n=Ne.from(n),n.size){let o=this.contentMatch.fillBefore(n);if(!o)return null;n=o.append(n)}let a=this.contentMatch.matchFragment(n),i=a&&a.fillBefore(Ne.empty,!0);return i?new Wa(this,e,n.append(i),Wt.setFrom(s)):null}validContent(e){let n=this.contentMatch.matchFragment(e);if(!n||!n.validEnd)return!1;for(let s=0;s-1}allowsMarks(e){if(this.markSet==null)return!0;for(let n=0;ns[i]=new kS(i,n,o));let a=n.spec.topNode||"doc";if(!s[a])throw new RangeError("Schema is missing its top node type ('"+a+"')");if(!s.text)throw new RangeError("Every schema needs a 'text' type");for(let i in s.text.attrs)throw new RangeError("The text node type should not have attributes");return s}};function eO(t,e,n){let s=n.split("|");return a=>{let i=a===null?"null":typeof a;if(s.indexOf(i)<0)throw new RangeError(`Expected value of type ${s} for attribute ${e} on type ${t}, got ${i}`)}}class tO{constructor(e,n,s){this.hasDefault=Object.prototype.hasOwnProperty.call(s,"default"),this.default=s.default,this.validate=typeof s.validate=="string"?eO(e,n,s.validate):s.validate}get isRequired(){return!this.hasDefault}}class np{constructor(e,n,s,a){this.name=e,this.rank=n,this.schema=s,this.spec=a,this.attrs=jS(e,a.attrs),this.excluded=null;let i=vS(this.attrs);this.instance=i?new Wt(this,i):null}create(e=null){return!e&&this.instance?this.instance:new Wt(this,NS(this.attrs,e))}static compile(e,n){let s=Object.create(null),a=0;return e.forEach((i,o)=>s[i]=new np(i,a++,n,o)),s}removeFromSet(e){for(var n=0;n-1}}class SS{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let n=this.spec={};for(let a in e)n[a]=e[a];n.nodes=Qn.from(e.nodes),n.marks=Qn.from(e.marks||{}),this.nodes=F1.compile(this.spec.nodes,this),this.marks=np.compile(this.spec.marks,this);let s=Object.create(null);for(let a in this.nodes){if(a in this.marks)throw new RangeError(a+" can not be both a node and a mark");let i=this.nodes[a],o=i.spec.content||"",c=i.spec.marks;if(i.contentMatch=s[o]||(s[o]=qo.parse(o,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!i.isInline||!i.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=i}i.markSet=c=="_"?null:c?$1(this,c.split(" ")):c==""||!i.inlineContent?[]:null}for(let a in this.marks){let i=this.marks[a],o=i.spec.excludes;i.excluded=o==null?[i]:o==""?[]:$1(this,o.split(" "))}this.nodeFromJSON=a=>Wa.fromJSON(this,a),this.markFromJSON=a=>Wt.fromJSON(this,a),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,n=null,s,a){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof F1){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(n,s,a)}text(e,n){let s=this.nodes.text;return new ef(s,s.defaultAttrs,e,Wt.setFrom(n))}mark(e,n){return typeof e=="string"&&(e=this.marks[e]),e.create(n)}nodeType(e){let n=this.nodes[e];if(!n)throw new RangeError("Unknown node type: "+e);return n}}function $1(t,e){let n=[];for(let s=0;s-1)&&n.push(o=u)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[s]+"'")}return n}function nO(t){return t.tag!=null}function sO(t){return t.style!=null}class _i{constructor(e,n){this.schema=e,this.rules=n,this.tags=[],this.styles=[];let s=this.matchedStyles=[];n.forEach(a=>{if(nO(a))this.tags.push(a);else if(sO(a)){let i=/[^=]*/.exec(a.style)[0];s.indexOf(i)<0&&s.push(i),this.styles.push(a)}}),this.normalizeLists=!this.tags.some(a=>{if(!/^(ul|ol)\b/.test(a.tag)||!a.node)return!1;let i=e.nodes[a.node];return i.contentMatch.matchType(i)})}parse(e,n={}){let s=new V1(this,n,!1);return s.addAll(e,Wt.none,n.from,n.to),s.finish()}parseSlice(e,n={}){let s=new V1(this,n,!0);return s.addAll(e,Wt.none,n.from,n.to),Le.maxOpen(s.finish())}matchTag(e,n,s){for(let a=s?this.tags.indexOf(s)+1:0;ae.length&&(c.charCodeAt(e.length)!=61||c.slice(e.length+1)!=n))){if(o.getAttrs){let u=o.getAttrs(n);if(u===!1)continue;o.attrs=u||void 0}return o}}}static schemaRules(e){let n=[];function s(a){let i=a.priority==null?50:a.priority,o=0;for(;o{s(o=H1(o)),o.mark||o.ignore||o.clearMark||(o.mark=a)})}for(let a in e.nodes){let i=e.nodes[a].spec.parseDOM;i&&i.forEach(o=>{s(o=H1(o)),o.node||o.ignore||o.mark||(o.node=a)})}return n}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new _i(e,_i.schemaRules(e)))}}const CS={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},rO={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},ES={ol:!0,ul:!0},Od=1,jx=2,bd=4;function B1(t,e,n){return e!=null?(e?Od:0)|(e==="full"?jx:0):t&&t.whitespace=="pre"?Od|jx:n&~bd}class gh{constructor(e,n,s,a,i,o){this.type=e,this.attrs=n,this.marks=s,this.solid=a,this.options=o,this.content=[],this.activeMarks=Wt.none,this.match=i||(o&bd?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let n=this.type.contentMatch.fillBefore(Ne.from(e));if(n)this.match=this.type.contentMatch.matchFragment(n);else{let s=this.type.contentMatch,a;return(a=s.findWrapping(e.type))?(this.match=s,a):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Od)){let s=this.content[this.content.length-1],a;if(s&&s.isText&&(a=/[ \t\r\n\u000c]+$/.exec(s.text))){let i=s;s.text.length==a[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-a[0].length))}}let n=Ne.from(this.content);return!e&&this.match&&(n=n.append(this.match.fillBefore(Ne.empty,!0))),this.type?this.type.create(this.attrs,n,this.marks):n}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!CS.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class V1{constructor(e,n,s){this.parser=e,this.options=n,this.isOpen=s,this.open=0,this.localPreserveWS=!1;let a=n.topNode,i,o=B1(null,n.preserveWhitespace,0)|(s?bd:0);a?i=new gh(a.type,a.attrs,Wt.none,!0,n.topMatch||a.type.contentMatch,o):s?i=new gh(null,null,Wt.none,!0,null,o):i=new gh(e.schema.topNodeType,null,Wt.none,!0,null,o),this.nodes=[i],this.find=n.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,n){e.nodeType==3?this.addTextNode(e,n):e.nodeType==1&&this.addElement(e,n)}addTextNode(e,n){let s=e.nodeValue,a=this.top,i=a.options&jx?"full":this.localPreserveWS||(a.options&Od)>0,{schema:o}=this.parser;if(i==="full"||a.inlineContext(e)||/[^ \t\r\n\u000c]/.test(s)){if(i)if(i==="full")s=s.replace(/\r\n?/g,` -`);else if(o.linebreakReplacement&&/[\r\n]/.test(s)&&this.top.findWrapping(o.linebreakReplacement.create())){let c=s.split(/\r?\n|\r/);for(let u=0;u!u.clearMark(h)):n=n.concat(this.parser.schema.marks[u.mark].create(u.attrs)),u.consuming===!1)c=u;else break}}return n}addElementByRule(e,n,s,a){let i,o;if(n.node)if(o=this.parser.schema.nodes[n.node],o.isLeaf)this.insertNode(o.create(n.attrs),s,e.nodeName=="BR")||this.leafFallback(e,s);else{let u=this.enter(o,n.attrs||null,s,n.preserveWhitespace);u&&(i=!0,s=u)}else{let u=this.parser.schema.marks[n.mark];s=s.concat(u.create(n.attrs))}let c=this.top;if(o&&o.isLeaf)this.findInside(e);else if(a)this.addElement(e,s,a);else if(n.getContent)this.findInside(e),n.getContent(e,this.parser.schema).forEach(u=>this.insertNode(u,s,!1));else{let u=e;typeof n.contentElement=="string"?u=e.querySelector(n.contentElement):typeof n.contentElement=="function"?u=n.contentElement(e):n.contentElement&&(u=n.contentElement),this.findAround(e,u,!0),this.addAll(u,s),this.findAround(e,u,!1)}i&&this.sync(c)&&this.open--}addAll(e,n,s,a){let i=s||0;for(let o=s?e.childNodes[s]:e.firstChild,c=a==null?null:e.childNodes[a];o!=c;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o,n);this.findAtPoint(e,i)}findPlace(e,n,s){let a,i;for(let o=this.open,c=0;o>=0;o--){let u=this.nodes[o],h=u.findWrapping(e);if(h&&(!a||a.length>h.length+c)&&(a=h,i=u,!h.length))break;if(u.solid){if(s)break;c+=2}}if(!a)return null;this.sync(i);for(let o=0;o(o.type?o.type.allowsMarkType(h.type):W1(h.type,e))?(u=h.addToSet(u),!1):!0),this.nodes.push(new gh(e,n,u,a,null,c)),this.open++,s}closeExtra(e=!1){let n=this.nodes.length-1;if(n>this.open){for(;n>this.open;n--)this.nodes[n-1].content.push(this.nodes[n].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let n=this.open;n>=0;n--){if(this.nodes[n]==e)return this.open=n,!0;this.localPreserveWS&&(this.nodes[n].options|=Od)}return!1}get currentPos(){this.closeExtra();let e=0;for(let n=this.open;n>=0;n--){let s=this.nodes[n].content;for(let a=s.length-1;a>=0;a--)e+=s[a].nodeSize;n&&e++}return e}findAtPoint(e,n){if(this.find)for(let s=0;s-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let n=e.split("/"),s=this.options.context,a=!this.isOpen&&(!s||s.parent.type==this.nodes[0].type),i=-(s?s.depth+1:0)+(a?0:1),o=(c,u)=>{for(;c>=0;c--){let h=n[c];if(h==""){if(c==n.length-1||c==0)continue;for(;u>=i;u--)if(o(c-1,u))return!0;return!1}else{let f=u>0||u==0&&a?this.nodes[u].type:s&&u>=i?s.node(u-i).type:null;if(!f||f.name!=h&&!f.isInGroup(h))return!1;u--}}return!0};return o(n.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let n=e.depth;n>=0;n--){let s=e.node(n).contentMatchAt(e.indexAfter(n)).defaultType;if(s&&s.isTextblock&&s.defaultAttrs)return s}for(let n in this.parser.schema.nodes){let s=this.parser.schema.nodes[n];if(s.isTextblock&&s.defaultAttrs)return s}}}function aO(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let s=e.nodeType==1?e.nodeName.toLowerCase():null;s&&ES.hasOwnProperty(s)&&n?(n.appendChild(e),e=n):s=="li"?n=e:s&&(n=null)}}function iO(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function H1(t){let e={};for(let n in t)e[n]=t[n];return e}function W1(t,e){let n=e.schema.nodes;for(let s in n){let a=n[s];if(!a.allowsMarkType(t))continue;let i=[],o=c=>{i.push(c);for(let u=0;u{if(i.length||o.marks.length){let c=0,u=0;for(;c=0;a--){let i=this.serializeMark(e.marks[a],e.isInline,n);i&&((i.contentDOM||i.dom).appendChild(s),s=i.dom)}return s}serializeMark(e,n,s={}){let a=this.marks[e.type.name];return a&&Oh(bg(s),a(e,n),null,e.attrs)}static renderSpec(e,n,s=null,a){return Oh(e,n,s,a)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new sl(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let n=U1(e.nodes);return n.text||(n.text=s=>s.text),n}static marksFromSchema(e){return U1(e.marks)}}function U1(t){let e={};for(let n in t){let s=t[n].spec.toDOM;s&&(e[n]=s)}return e}function bg(t){return t.document||window.document}const K1=new WeakMap;function oO(t){let e=K1.get(t);return e===void 0&&K1.set(t,e=lO(t)),e}function lO(t){let e=null;function n(s){if(s&&typeof s=="object")if(Array.isArray(s))if(typeof s[0]=="string")e||(e=[]),e.push(s);else for(let a=0;a-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=a.indexOf(" ");o>0&&(n=a.slice(0,o),a=a.slice(o+1));let c,u=n?t.createElementNS(n,a):t.createElement(a),h=e[1],f=1;if(h&&typeof h=="object"&&h.nodeType==null&&!Array.isArray(h)){f=2;for(let m in h)if(h[m]!=null){let g=m.indexOf(" ");g>0?u.setAttributeNS(m.slice(0,g),m.slice(g+1),h[m]):m=="style"&&u.style?u.style.cssText=h[m]:u.setAttribute(m,h[m])}}for(let m=f;mf)throw new RangeError("Content hole must be the only child of its parent node");return{dom:u,contentDOM:u}}else{let{dom:y,contentDOM:N}=Oh(t,g,n,s);if(u.appendChild(y),N){if(c)throw new RangeError("Multiple content holes");c=N}}}return{dom:u,contentDOM:c}}const TS=65535,MS=Math.pow(2,16);function cO(t,e){return t+e*MS}function q1(t){return t&TS}function dO(t){return(t-(t&TS))/MS}const AS=1,IS=2,Dh=4,PS=8;class kx{constructor(e,n,s){this.pos=e,this.delInfo=n,this.recover=s}get deleted(){return(this.delInfo&PS)>0}get deletedBefore(){return(this.delInfo&(AS|Dh))>0}get deletedAfter(){return(this.delInfo&(IS|Dh))>0}get deletedAcross(){return(this.delInfo&Dh)>0}}class rr{constructor(e,n=!1){if(this.ranges=e,this.inverted=n,!e.length&&rr.empty)return rr.empty}recover(e){let n=0,s=q1(e);if(!this.inverted)for(let a=0;ae)break;let h=this.ranges[c+i],f=this.ranges[c+o],m=u+h;if(e<=m){let g=h?e==u?-1:e==m?1:n:n,y=u+a+(g<0?0:f);if(s)return y;let N=e==(n<0?u:m)?null:cO(c/3,e-u),w=e==u?IS:e==m?AS:Dh;return(n<0?e!=u:e!=m)&&(w|=PS),new kx(y,w,N)}a+=f-h}return s?e+a:new kx(e+a,0,null)}touches(e,n){let s=0,a=q1(n),i=this.inverted?2:1,o=this.inverted?1:2;for(let c=0;ce)break;let h=this.ranges[c+i],f=u+h;if(e<=f&&c==a*3)return!0;s+=this.ranges[c+o]-h}return!1}forEach(e){let n=this.inverted?2:1,s=this.inverted?1:2;for(let a=0,i=0;a=0;n--){let a=e.getMirror(n);this.appendMap(e._maps[n].invert(),a!=null&&a>n?s-a-1:void 0)}}invert(){let e=new Dd;return e.appendMappingInverted(this),e}map(e,n=1){if(this.mirror)return this._map(e,n,!0);for(let s=this.from;si&&u!o.isAtom||!c.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),a),n.openStart,n.openEnd);return Tn.fromReplace(e,this.from,this.to,i)}invert(){return new Fr(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),s=e.mapResult(this.to,-1);return n.deleted&&s.deleted||n.pos>=s.pos?null:new Pi(n.pos,s.pos,this.mark)}merge(e){return e instanceof Pi&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Pi(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new Pi(n.from,n.to,e.markFromJSON(n.mark))}}vs.jsonID("addMark",Pi);class Fr extends vs{constructor(e,n,s){super(),this.from=e,this.to=n,this.mark=s}apply(e){let n=e.slice(this.from,this.to),s=new Le(L0(n.content,a=>a.mark(this.mark.removeFromSet(a.marks)),e),n.openStart,n.openEnd);return Tn.fromReplace(e,this.from,this.to,s)}invert(){return new Pi(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),s=e.mapResult(this.to,-1);return n.deleted&&s.deleted||n.pos>=s.pos?null:new Fr(n.pos,s.pos,this.mark)}merge(e){return e instanceof Fr&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Fr(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new Fr(n.from,n.to,e.markFromJSON(n.mark))}}vs.jsonID("removeMark",Fr);class Ri extends vs{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return Tn.fail("No node at mark step's position");let s=n.type.create(n.attrs,null,this.mark.addToSet(n.marks));return Tn.fromReplace(e,this.pos,this.pos+1,new Le(Ne.from(s),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);if(n){let s=this.mark.addToSet(n.marks);if(s.length==n.marks.length){for(let a=0;as.pos?null:new Hn(n.pos,s.pos,a,i,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number"||typeof n.gapFrom!="number"||typeof n.gapTo!="number"||typeof n.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Hn(n.from,n.to,n.gapFrom,n.gapTo,Le.fromJSON(e,n.slice),n.insert,!!n.structure)}}vs.jsonID("replaceAround",Hn);function Sx(t,e,n){let s=t.resolve(e),a=n-e,i=s.depth;for(;a>0&&i>0&&s.indexAfter(i)==s.node(i).childCount;)i--,a--;if(a>0){let o=s.node(i).maybeChild(s.indexAfter(i));for(;a>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,a--}}return!1}function uO(t,e,n,s){let a=[],i=[],o,c;t.doc.nodesBetween(e,n,(u,h,f)=>{if(!u.isInline)return;let m=u.marks;if(!s.isInSet(m)&&f.type.allowsMarkType(s.type)){let g=Math.max(h,e),y=Math.min(h+u.nodeSize,n),N=s.addToSet(m);for(let w=0;wt.step(u)),i.forEach(u=>t.step(u))}function hO(t,e,n,s){let a=[],i=0;t.doc.nodesBetween(e,n,(o,c)=>{if(!o.isInline)return;i++;let u=null;if(s instanceof np){let h=o.marks,f;for(;f=s.isInSet(h);)(u||(u=[])).push(f),h=f.removeFromSet(h)}else s?s.isInSet(o.marks)&&(u=[s]):u=o.marks;if(u&&u.length){let h=Math.min(c+o.nodeSize,n);for(let f=0;ft.step(new Fr(o.from,o.to,o.style)))}function _0(t,e,n,s=n.contentMatch,a=!0){let i=t.doc.nodeAt(e),o=[],c=e+1;for(let u=0;u=0;u--)t.step(o[u])}function fO(t,e,n){return(e==0||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function xc(t){let n=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let s=t.depth,a=0,i=0;;--s){let o=t.$from.node(s),c=t.$from.index(s)+a,u=t.$to.indexAfter(s)-i;if(sn;N--)w||s.index(N)>0?(w=!0,f=Ne.from(s.node(N).copy(f)),m++):u--;let g=Ne.empty,y=0;for(let N=i,w=!1;N>n;N--)w||a.after(N+1)=0;o--){if(s.size){let c=n[o].type.contentMatch.matchFragment(s);if(!c||!c.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}s=Ne.from(n[o].type.create(n[o].attrs,s))}let a=e.start,i=e.end;t.step(new Hn(a,i,a,i,new Le(s,0,0),n.length,!0))}function yO(t,e,n,s,a){if(!s.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=t.steps.length;t.doc.nodesBetween(e,n,(o,c)=>{let u=typeof a=="function"?a(o):a;if(o.isTextblock&&!o.hasMarkup(s,u)&&bO(t.doc,t.mapping.slice(i).map(c),s)){let h=null;if(s.schema.linebreakReplacement){let y=s.whitespace=="pre",N=!!s.contentMatch.matchType(s.schema.linebreakReplacement);y&&!N?h=!1:!y&&N&&(h=!0)}h===!1&&OS(t,o,c,i),_0(t,t.mapping.slice(i).map(c,1),s,void 0,h===null);let f=t.mapping.slice(i),m=f.map(c,1),g=f.map(c+o.nodeSize,1);return t.step(new Hn(m,g,m+1,g-1,new Le(Ne.from(s.create(u,null,o.marks)),0,0),1,!0)),h===!0&&RS(t,o,c,i),!1}})}function RS(t,e,n,s){e.forEach((a,i)=>{if(a.isText){let o,c=/\r?\n|\r/g;for(;o=c.exec(a.text);){let u=t.mapping.slice(s).map(n+1+i+o.index);t.replaceWith(u,u+1,e.type.schema.linebreakReplacement.create())}}})}function OS(t,e,n,s){e.forEach((a,i)=>{if(a.type==a.type.schema.linebreakReplacement){let o=t.mapping.slice(s).map(n+1+i);t.replaceWith(o,o+1,e.type.schema.text(` -`))}})}function bO(t,e,n){let s=t.resolve(e),a=s.index();return s.parent.canReplaceWith(a,a+1,n)}function vO(t,e,n,s,a){let i=t.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");n||(n=i.type);let o=n.create(s,null,a||i.marks);if(i.isLeaf)return t.replaceWith(e,e+i.nodeSize,o);if(!n.validContent(i.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new Hn(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new Le(Ne.from(o),0,0),1,!0))}function Ua(t,e,n=1,s){let a=t.resolve(e),i=a.depth-n,o=s&&s[s.length-1]||a.parent;if(i<0||a.parent.type.spec.isolating||!a.parent.canReplace(a.index(),a.parent.childCount)||!o.type.validContent(a.parent.content.cutByIndex(a.index(),a.parent.childCount)))return!1;for(let h=a.depth-1,f=n-2;h>i;h--,f--){let m=a.node(h),g=a.index(h);if(m.type.spec.isolating)return!1;let y=m.content.cutByIndex(g,m.childCount),N=s&&s[f+1];N&&(y=y.replaceChild(0,N.type.create(N.attrs)));let w=s&&s[f]||m;if(!m.canReplace(g+1,m.childCount)||!w.type.validContent(y))return!1}let c=a.indexAfter(i),u=s&&s[0];return a.node(i).canReplaceWith(c,c,u?u.type:a.node(i+1).type)}function NO(t,e,n=1,s){let a=t.doc.resolve(e),i=Ne.empty,o=Ne.empty;for(let c=a.depth,u=a.depth-n,h=n-1;c>u;c--,h--){i=Ne.from(a.node(c).copy(i));let f=s&&s[h];o=Ne.from(f?f.type.create(f.attrs,o):a.node(c).copy(o))}t.step(new Vn(e,e,new Le(i.append(o),n,n),!0))}function Qi(t,e){let n=t.resolve(e),s=n.index();return DS(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(s,s+1)}function wO(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:s}=t.type.schema;for(let a=0;a0?(i=s.node(a+1),c++,o=s.node(a).maybeChild(c)):(i=s.node(a).maybeChild(c-1),o=s.node(a+1)),i&&!i.isTextblock&&DS(i,o)&&s.node(a).canReplace(c,c+1))return e;if(a==0)break;e=n<0?s.before(a):s.after(a)}}function jO(t,e,n){let s=null,{linebreakReplacement:a}=t.doc.type.schema,i=t.doc.resolve(e-n),o=i.node().type;if(a&&o.inlineContent){let f=o.whitespace=="pre",m=!!o.contentMatch.matchType(a);f&&!m?s=!1:!f&&m&&(s=!0)}let c=t.steps.length;if(s===!1){let f=t.doc.resolve(e+n);OS(t,f.node(),f.before(),c)}o.inlineContent&&_0(t,e+n-1,o,i.node().contentMatchAt(i.index()),s==null);let u=t.mapping.slice(c),h=u.map(e-n);if(t.step(new Vn(h,u.map(e+n,-1),Le.empty,!0)),s===!0){let f=t.doc.resolve(h);RS(t,f.node(),f.before(),t.steps.length)}return t}function kO(t,e,n){let s=t.resolve(e);if(s.parent.canReplaceWith(s.index(),s.index(),n))return e;if(s.parentOffset==0)for(let a=s.depth-1;a>=0;a--){let i=s.index(a);if(s.node(a).canReplaceWith(i,i,n))return s.before(a+1);if(i>0)return null}if(s.parentOffset==s.parent.content.size)for(let a=s.depth-1;a>=0;a--){let i=s.indexAfter(a);if(s.node(a).canReplaceWith(i,i,n))return s.after(a+1);if(i=0;o--){let c=o==s.depth?0:s.pos<=(s.start(o+1)+s.end(o+1))/2?-1:1,u=s.index(o)+(c>0?1:0),h=s.node(o),f=!1;if(i==1)f=h.canReplace(u,u,a);else{let m=h.contentMatchAt(u).findWrapping(a.firstChild.type);f=m&&h.canReplaceWith(u,u,m[0])}if(f)return c==0?s.pos:c<0?s.before(o+1):s.after(o+1)}return null}function rp(t,e,n=e,s=Le.empty){if(e==n&&!s.size)return null;let a=t.resolve(e),i=t.resolve(n);return _S(a,i,s)?new Vn(e,n,s):new SO(a,i,s).fit()}function _S(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}class SO{constructor(e,n,s){this.$from=e,this.$to=n,this.unplaced=s,this.frontier=[],this.placed=Ne.empty;for(let a=0;a<=e.depth;a++){let i=e.node(a);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(a))})}for(let a=e.depth;a>0;a--)this.placed=Ne.from(e.node(a).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let h=this.findFittable();h?this.placeNodes(h):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),n=this.placed.size-this.depth-this.$from.depth,s=this.$from,a=this.close(e<0?this.$to:s.doc.resolve(e));if(!a)return null;let i=this.placed,o=s.depth,c=a.depth;for(;o&&c&&i.childCount==1;)i=i.firstChild.content,o--,c--;let u=new Le(i,o,c);return e>-1?new Hn(s.pos,e,this.$to.pos,this.$to.end(),u,n):u.size||s.pos!=this.$to.pos?new Vn(s.pos,a.pos,u):null}findFittable(){let e=this.unplaced.openStart;for(let n=this.unplaced.content,s=0,a=this.unplaced.openEnd;s1&&(a=0),i.type.spec.isolating&&a<=s){e=s;break}n=i.content}for(let n=1;n<=2;n++)for(let s=n==1?e:this.unplaced.openStart;s>=0;s--){let a,i=null;s?(i=Ng(this.unplaced.content,s-1).firstChild,a=i.content):a=this.unplaced.content;let o=a.firstChild;for(let c=this.depth;c>=0;c--){let{type:u,match:h}=this.frontier[c],f,m=null;if(n==1&&(o?h.matchType(o.type)||(m=h.fillBefore(Ne.from(o),!1)):i&&u.compatibleContent(i.type)))return{sliceDepth:s,frontierDepth:c,parent:i,inject:m};if(n==2&&o&&(f=h.findWrapping(o.type)))return{sliceDepth:s,frontierDepth:c,parent:i,wrap:f};if(i&&h.matchType(i.type))break}}}openMore(){let{content:e,openStart:n,openEnd:s}=this.unplaced,a=Ng(e,n);return!a.childCount||a.firstChild.isLeaf?!1:(this.unplaced=new Le(e,n+1,Math.max(s,a.size+n>=e.size-s?n+1:0)),!0)}dropNode(){let{content:e,openStart:n,openEnd:s}=this.unplaced,a=Ng(e,n);if(a.childCount<=1&&n>0){let i=e.size-n<=n+a.size;this.unplaced=new Le(od(e,n-1,1),n-1,i?n-1:s)}else this.unplaced=new Le(od(e,n,1),n,s)}placeNodes({sliceDepth:e,frontierDepth:n,parent:s,inject:a,wrap:i}){for(;this.depth>n;)this.closeFrontierNode();if(i)for(let w=0;w1||u==0||w.content.size)&&(m=v,f.push(zS(w.mark(g.allowedMarks(w.marks)),h==1?u:0,h==c.childCount?y:-1)))}let N=h==c.childCount;N||(y=-1),this.placed=ld(this.placed,n,Ne.from(f)),this.frontier[n].match=m,N&&y<0&&s&&s.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let w=0,v=c;w1&&a==this.$to.end(--s);)++a;return a}findCloseLevel(e){e:for(let n=Math.min(this.depth,e.depth);n>=0;n--){let{match:s,type:a}=this.frontier[n],i=n=0;c--){let{match:u,type:h}=this.frontier[c],f=wg(e,c,h,u,!0);if(!f||f.childCount)continue e}return{depth:n,fit:o,move:i?e.doc.resolve(e.after(n+1)):e}}}}close(e){let n=this.findCloseLevel(e);if(!n)return null;for(;this.depth>n.depth;)this.closeFrontierNode();n.fit.childCount&&(this.placed=ld(this.placed,n.depth,n.fit)),e=n.move;for(let s=n.depth+1;s<=e.depth;s++){let a=e.node(s),i=a.type.contentMatch.fillBefore(a.content,!0,e.index(s));this.openFrontierNode(a.type,a.attrs,i)}return e}openFrontierNode(e,n=null,s){let a=this.frontier[this.depth];a.match=a.match.matchType(e),this.placed=ld(this.placed,this.depth,Ne.from(e.create(n,s))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let n=this.frontier.pop().match.fillBefore(Ne.empty,!0);n.childCount&&(this.placed=ld(this.placed,this.frontier.length,n))}}function od(t,e,n){return e==0?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(od(t.firstChild.content,e-1,n)))}function ld(t,e,n){return e==0?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(ld(t.lastChild.content,e-1,n)))}function Ng(t,e){for(let n=0;n1&&(s=s.replaceChild(0,zS(s.firstChild,e-1,s.childCount==1?n-1:0))),e>0&&(s=t.type.contentMatch.fillBefore(s).append(s),n<=0&&(s=s.append(t.type.contentMatch.matchFragment(s).fillBefore(Ne.empty,!0)))),t.copy(s)}function wg(t,e,n,s,a){let i=t.node(e),o=a?t.indexAfter(e):t.index(e);if(o==i.childCount&&!n.compatibleContent(i.type))return null;let c=s.fillBefore(i.content,!0,o);return c&&!CO(n,i.content,o)?c:null}function CO(t,e,n){for(let s=n;s0;g--,y--){let N=a.node(g).type.spec;if(N.defining||N.definingAsContext||N.isolating)break;o.indexOf(g)>-1?c=g:a.before(g)==y&&o.splice(1,0,-g)}let u=o.indexOf(c),h=[],f=s.openStart;for(let g=s.content,y=0;;y++){let N=g.firstChild;if(h.push(N),y==s.openStart)break;g=N.content}for(let g=f-1;g>=0;g--){let y=h[g],N=EO(y.type);if(N&&!y.sameMarkup(a.node(Math.abs(c)-1)))f=g;else if(N||!y.type.isTextblock)break}for(let g=s.openStart;g>=0;g--){let y=(g+f+1)%(s.openStart+1),N=h[y];if(N)for(let w=0;w=0&&(t.replace(e,n,s),!(t.steps.length>m));g--){let y=o[g];y<0||(e=a.before(y),n=i.after(y))}}function FS(t,e,n,s,a){if(es){let i=a.contentMatchAt(0),o=i.fillBefore(t).append(t);t=o.append(i.matchFragment(o).fillBefore(Ne.empty,!0))}return t}function MO(t,e,n,s){if(!s.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let a=kO(t.doc,e,s.type);a!=null&&(e=n=a)}t.replaceRange(e,n,new Le(Ne.from(s),0,0))}function AO(t,e,n){let s=t.doc.resolve(e),a=t.doc.resolve(n),i=$S(s,a);for(let o=0;o0&&(u||s.node(c-1).canReplace(s.index(c-1),a.indexAfter(c-1))))return t.delete(s.before(c),a.after(c))}for(let o=1;o<=s.depth&&o<=a.depth;o++)if(e-s.start(o)==s.depth-o&&n>s.end(o)&&a.end(o)-n!=a.depth-o&&s.start(o-1)==a.start(o-1)&&s.node(o-1).canReplace(s.index(o-1),a.index(o-1)))return t.delete(s.before(o),n);t.delete(e,n)}function $S(t,e){let n=[],s=Math.min(t.depth,e.depth);for(let a=s;a>=0;a--){let i=t.start(a);if(ie.pos+(e.depth-a)||t.node(a).type.spec.isolating||e.node(a).type.spec.isolating)break;(i==e.start(a)||a==t.depth&&a==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&a&&e.start(a-1)==i-1)&&n.push(a)}return n}class Xl extends vs{constructor(e,n,s){super(),this.pos=e,this.attr=n,this.value=s}apply(e){let n=e.nodeAt(this.pos);if(!n)return Tn.fail("No node at attribute step's position");let s=Object.create(null);for(let i in n.attrs)s[i]=n.attrs[i];s[this.attr]=this.value;let a=n.type.create(s,null,n.marks);return Tn.fromReplace(e,this.pos,this.pos+1,new Le(Ne.from(a),0,n.isLeaf?0:1))}getMap(){return rr.empty}invert(e){return new Xl(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new Xl(n.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.pos!="number"||typeof n.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Xl(n.pos,n.attr,n.value)}}vs.jsonID("attr",Xl);class Ld extends vs{constructor(e,n){super(),this.attr=e,this.value=n}apply(e){let n=Object.create(null);for(let a in e.attrs)n[a]=e.attrs[a];n[this.attr]=this.value;let s=e.type.create(n,e.content,e.marks);return Tn.ok(s)}getMap(){return rr.empty}invert(e){return new Ld(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Ld(n.attr,n.value)}}vs.jsonID("docAttr",Ld);let nc=class extends Error{};nc=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n};nc.prototype=Object.create(Error.prototype);nc.prototype.constructor=nc;nc.prototype.name="TransformError";class F0{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Dd}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let n=this.maybeStep(e);if(n.failed)throw new nc(n.failed);return this}maybeStep(e){let n=e.apply(this.doc);return n.failed||this.addStep(e,n.doc),n}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,n=-1e9;for(let s=0;s{e=Math.min(e,c),n=Math.max(n,u)})}return e==1e9?null:{from:e,to:n}}addStep(e,n){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=n}replace(e,n=e,s=Le.empty){let a=rp(this.doc,e,n,s);return a&&this.step(a),this}replaceWith(e,n,s){return this.replace(e,n,new Le(Ne.from(s),0,0))}delete(e,n){return this.replace(e,n,Le.empty)}insert(e,n){return this.replaceWith(e,e,n)}replaceRange(e,n,s){return TO(this,e,n,s),this}replaceRangeWith(e,n,s){return MO(this,e,n,s),this}deleteRange(e,n){return AO(this,e,n),this}lift(e,n){return pO(this,e,n),this}join(e,n=1){return jO(this,e,n),this}wrap(e,n){return xO(this,e,n),this}setBlockType(e,n=e,s,a=null){return yO(this,e,n,s,a),this}setNodeMarkup(e,n,s=null,a){return vO(this,e,n,s,a),this}setNodeAttribute(e,n,s){return this.step(new Xl(e,n,s)),this}setDocAttribute(e,n){return this.step(new Ld(e,n)),this}addNodeMark(e,n){return this.step(new Ri(e,n)),this}removeNodeMark(e,n){let s=this.doc.nodeAt(e);if(!s)throw new RangeError("No node at position "+e);if(n instanceof Wt)n.isInSet(s.marks)&&this.step(new Go(e,n));else{let a=s.marks,i,o=[];for(;i=n.isInSet(a);)o.push(new Go(e,i)),a=i.removeFromSet(a);for(let c=o.length-1;c>=0;c--)this.step(o[c])}return this}split(e,n=1,s){return NO(this,e,n,s),this}addMark(e,n,s){return uO(this,e,n,s),this}removeMark(e,n,s){return hO(this,e,n,s),this}clearIncompatible(e,n,s){return _0(this,e,n,s),this}}const jg=Object.create(null);class ot{constructor(e,n,s){this.$anchor=e,this.$head=n,this.ranges=s||[new BS(e.min(n),e.max(n))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let n=0;n=0;i--){let o=n<0?Vl(e.node(0),e.node(i),e.before(i+1),e.index(i),n,s):Vl(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,n,s);if(o)return o}return null}static near(e,n=1){return this.findFrom(e,n)||this.findFrom(e,-n)||new or(e.node(0))}static atStart(e){return Vl(e,e,0,0,1)||new or(e)}static atEnd(e){return Vl(e,e,e.content.size,e.childCount,-1)||new or(e)}static fromJSON(e,n){if(!n||!n.type)throw new RangeError("Invalid input for Selection.fromJSON");let s=jg[n.type];if(!s)throw new RangeError(`No selection type ${n.type} defined`);return s.fromJSON(e,n)}static jsonID(e,n){if(e in jg)throw new RangeError("Duplicate use of selection JSON ID "+e);return jg[e]=n,n.prototype.jsonID=e,n}getBookmark(){return et.between(this.$anchor,this.$head).getBookmark()}}ot.prototype.visible=!0;class BS{constructor(e,n){this.$from=e,this.$to=n}}let J1=!1;function Y1(t){!J1&&!t.parent.inlineContent&&(J1=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class et extends ot{constructor(e,n=e){Y1(e),Y1(n),super(e,n)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,n){let s=e.resolve(n.map(this.head));if(!s.parent.inlineContent)return ot.near(s);let a=e.resolve(n.map(this.anchor));return new et(a.parent.inlineContent?a:s,s)}replace(e,n=Le.empty){if(super.replace(e,n),n==Le.empty){let s=this.$from.marksAcross(this.$to);s&&e.ensureMarks(s)}}eq(e){return e instanceof et&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new ap(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,n){if(typeof n.anchor!="number"||typeof n.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new et(e.resolve(n.anchor),e.resolve(n.head))}static create(e,n,s=n){let a=e.resolve(n);return new this(a,s==n?a:e.resolve(s))}static between(e,n,s){let a=e.pos-n.pos;if((!s||a)&&(s=a>=0?1:-1),!n.parent.inlineContent){let i=ot.findFrom(n,s,!0)||ot.findFrom(n,-s,!0);if(i)n=i.$head;else return ot.near(n,s)}return e.parent.inlineContent||(a==0?e=n:(e=(ot.findFrom(e,-s,!0)||ot.findFrom(e,s,!0)).$anchor,e.pos0?0:1);a>0?o=0;o+=a){let c=e.child(o);if(c.isAtom){if(!i&&Ze.isSelectable(c))return Ze.create(t,n-(a<0?c.nodeSize:0))}else{let u=Vl(t,c,n+a,a<0?c.childCount:0,a,i);if(u)return u}n+=c.nodeSize*a}return null}function Q1(t,e,n){let s=t.steps.length-1;if(s{o==null&&(o=f)}),t.setSelection(ot.near(t.doc.resolve(o),n))}const X1=1,xh=2,Z1=4;class PO extends F0{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=xh,this}ensureMarks(e){return Wt.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&xh)>0}addStep(e,n){super.addStep(e,n),this.updated=this.updated&~xh,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,n=!0){let s=this.selection;return n&&(e=e.mark(this.storedMarks||(s.empty?s.$from.marks():s.$from.marksAcross(s.$to)||Wt.none))),s.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,n,s){let a=this.doc.type.schema;if(n==null)return e?this.replaceSelectionWith(a.text(e),!0):this.deleteSelection();{if(s==null&&(s=n),!e)return this.deleteRange(n,s);let i=this.storedMarks;if(!i){let o=this.doc.resolve(n);i=s==n?o.marks():o.marksAcross(this.doc.resolve(s))}return this.replaceRangeWith(n,s,a.text(e,i)),!this.selection.empty&&this.selection.to==n+e.length&&this.setSelection(ot.near(this.selection.$to)),this}}setMeta(e,n){return this.meta[typeof e=="string"?e:e.key]=n,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=Z1,this}get scrolledIntoView(){return(this.updated&Z1)>0}}function eN(t,e){return!e||!t?t:t.bind(e)}class cd{constructor(e,n,s){this.name=e,this.init=eN(n.init,s),this.apply=eN(n.apply,s)}}const RO=[new cd("doc",{init(t){return t.doc||t.schema.topNodeType.createAndFill()},apply(t){return t.doc}}),new cd("selection",{init(t,e){return t.selection||ot.atStart(e.doc)},apply(t){return t.selection}}),new cd("storedMarks",{init(t){return t.storedMarks||null},apply(t,e,n,s){return s.selection.$cursor?t.storedMarks:null}}),new cd("scrollToSelection",{init(){return 0},apply(t,e){return t.scrolledIntoView?e+1:e}})];class kg{constructor(e,n){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=RO.slice(),n&&n.forEach(s=>{if(this.pluginsByKey[s.key])throw new RangeError("Adding different instances of a keyed plugin ("+s.key+")");this.plugins.push(s),this.pluginsByKey[s.key]=s,s.spec.state&&this.fields.push(new cd(s.key,s.spec.state,s))})}}class Jl{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,n=-1){for(let s=0;ss.toJSON())),e&&typeof e=="object")for(let s in e){if(s=="doc"||s=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let a=e[s],i=a.spec.state;i&&i.toJSON&&(n[s]=i.toJSON.call(a,this[a.key]))}return n}static fromJSON(e,n,s){if(!n)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let a=new kg(e.schema,e.plugins),i=new Jl(a);return a.fields.forEach(o=>{if(o.name=="doc")i.doc=Wa.fromJSON(e.schema,n.doc);else if(o.name=="selection")i.selection=ot.fromJSON(i.doc,n.selection);else if(o.name=="storedMarks")n.storedMarks&&(i.storedMarks=n.storedMarks.map(e.schema.markFromJSON));else{if(s)for(let c in s){let u=s[c],h=u.spec.state;if(u.key==o.name&&h&&h.fromJSON&&Object.prototype.hasOwnProperty.call(n,c)){i[o.name]=h.fromJSON.call(u,e,n[c],i);return}}i[o.name]=o.init(e,i)}}),i}}function VS(t,e,n){for(let s in t){let a=t[s];a instanceof Function?a=a.bind(e):s=="handleDOMEvents"&&(a=VS(a,e,{})),n[s]=a}return n}class Qt{constructor(e){this.spec=e,this.props={},e.props&&VS(e.props,this,this.props),this.key=e.key?e.key.key:HS("plugin")}getState(e){return e[this.key]}}const Sg=Object.create(null);function HS(t){return t in Sg?t+"$"+ ++Sg[t]:(Sg[t]=0,t+"$")}class ln{constructor(e="key"){this.key=HS(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const B0=(t,e)=>t.selection.empty?!1:(e&&e(t.tr.deleteSelection().scrollIntoView()),!0);function WS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}const US=(t,e,n)=>{let s=WS(t,n);if(!s)return!1;let a=V0(s);if(!a){let o=s.blockRange(),c=o&&xc(o);return c==null?!1:(e&&e(t.tr.lift(o,c).scrollIntoView()),!0)}let i=a.nodeBefore;if(e2(t,a,e,-1))return!0;if(s.parent.content.size==0&&(sc(i,"end")||Ze.isSelectable(i)))for(let o=s.depth;;o--){let c=rp(t.doc,s.before(o),s.after(o),Le.empty);if(c&&c.slice.size1)break}return i.isAtom&&a.depth==s.depth-1?(e&&e(t.tr.delete(a.pos-i.nodeSize,a.pos).scrollIntoView()),!0):!1},OO=(t,e,n)=>{let s=WS(t,n);if(!s)return!1;let a=V0(s);return a?KS(t,a,e):!1},DO=(t,e,n)=>{let s=GS(t,n);if(!s)return!1;let a=H0(s);return a?KS(t,a,e):!1};function KS(t,e,n){let s=e.nodeBefore,a=s,i=e.pos-1;for(;!a.isTextblock;i--){if(a.type.spec.isolating)return!1;let f=a.lastChild;if(!f)return!1;a=f}let o=e.nodeAfter,c=o,u=e.pos+1;for(;!c.isTextblock;u++){if(c.type.spec.isolating)return!1;let f=c.firstChild;if(!f)return!1;c=f}let h=rp(t.doc,i,u,Le.empty);if(!h||h.from!=i||h instanceof Vn&&h.slice.size>=u-i)return!1;if(n){let f=t.tr.step(h);f.setSelection(et.create(f.doc,i)),n(f.scrollIntoView())}return!0}function sc(t,e,n=!1){for(let s=t;s;s=e=="start"?s.firstChild:s.lastChild){if(s.isTextblock)return!0;if(n&&s.childCount!=1)return!1}return!1}const qS=(t,e,n)=>{let{$head:s,empty:a}=t.selection,i=s;if(!a)return!1;if(s.parent.isTextblock){if(n?!n.endOfTextblock("backward",t):s.parentOffset>0)return!1;i=V0(s)}let o=i&&i.nodeBefore;return!o||!Ze.isSelectable(o)?!1:(e&&e(t.tr.setSelection(Ze.create(t.doc,i.pos-o.nodeSize)).scrollIntoView()),!0)};function V0(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function GS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset{let s=GS(t,n);if(!s)return!1;let a=H0(s);if(!a)return!1;let i=a.nodeAfter;if(e2(t,a,e,1))return!0;if(s.parent.content.size==0&&(sc(i,"start")||Ze.isSelectable(i))){let o=rp(t.doc,s.before(),s.after(),Le.empty);if(o&&o.slice.size{let{$head:s,empty:a}=t.selection,i=s;if(!a)return!1;if(s.parent.isTextblock){if(n?!n.endOfTextblock("forward",t):s.parentOffset=0;e--){let n=t.node(e);if(t.index(e)+1{let n=t.selection,s=n instanceof Ze,a;if(s){if(n.node.isTextblock||!Qi(t.doc,n.from))return!1;a=n.from}else if(a=sp(t.doc,n.from,-1),a==null)return!1;if(e){let i=t.tr.join(a);s&&i.setSelection(Ze.create(i.doc,a-t.doc.resolve(a).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},_O=(t,e)=>{let n=t.selection,s;if(n instanceof Ze){if(n.node.isTextblock||!Qi(t.doc,n.to))return!1;s=n.to}else if(s=sp(t.doc,n.to,1),s==null)return!1;return e&&e(t.tr.join(s).scrollIntoView()),!0},zO=(t,e)=>{let{$from:n,$to:s}=t.selection,a=n.blockRange(s),i=a&&xc(a);return i==null?!1:(e&&e(t.tr.lift(a,i).scrollIntoView()),!0)},QS=(t,e)=>{let{$head:n,$anchor:s}=t.selection;return!n.parent.type.spec.code||!n.sameParent(s)?!1:(e&&e(t.tr.insertText(` -`).scrollIntoView()),!0)};function W0(t){for(let e=0;e{let{$head:n,$anchor:s}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(s))return!1;let a=n.node(-1),i=n.indexAfter(-1),o=W0(a.contentMatchAt(i));if(!o||!a.canReplaceWith(i,i,o))return!1;if(e){let c=n.after(),u=t.tr.replaceWith(c,c,o.createAndFill());u.setSelection(ot.near(u.doc.resolve(c),1)),e(u.scrollIntoView())}return!0},XS=(t,e)=>{let n=t.selection,{$from:s,$to:a}=n;if(n instanceof or||s.parent.inlineContent||a.parent.inlineContent)return!1;let i=W0(a.parent.contentMatchAt(a.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let o=(!s.parentOffset&&a.index(){let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let i=n.before();if(Ua(t.doc,i))return e&&e(t.tr.split(i).scrollIntoView()),!0}let s=n.blockRange(),a=s&&xc(s);return a==null?!1:(e&&e(t.tr.lift(s,a).scrollIntoView()),!0)};function $O(t){return(e,n)=>{let{$from:s,$to:a}=e.selection;if(e.selection instanceof Ze&&e.selection.node.isBlock)return!s.parentOffset||!Ua(e.doc,s.pos)?!1:(n&&n(e.tr.split(s.pos).scrollIntoView()),!0);if(!s.depth)return!1;let i=[],o,c,u=!1,h=!1;for(let y=s.depth;;y--)if(s.node(y).isBlock){u=s.end(y)==s.pos+(s.depth-y),h=s.start(y)==s.pos-(s.depth-y),c=W0(s.node(y-1).contentMatchAt(s.indexAfter(y-1))),i.unshift(u&&c?{type:c}:null),o=y;break}else{if(y==1)return!1;i.unshift(null)}let f=e.tr;(e.selection instanceof et||e.selection instanceof or)&&f.deleteSelection();let m=f.mapping.map(s.pos),g=Ua(f.doc,m,i.length,i);if(g||(i[0]=c?{type:c}:null,g=Ua(f.doc,m,i.length,i)),!g)return!1;if(f.split(m,i.length,i),!u&&h&&s.node(o).type!=c){let y=f.mapping.map(s.before(o)),N=f.doc.resolve(y);c&&s.node(o-1).canReplaceWith(N.index(),N.index()+1,c)&&f.setNodeMarkup(f.mapping.map(s.before(o)),c)}return n&&n(f.scrollIntoView()),!0}}const BO=$O(),VO=(t,e)=>{let{$from:n,to:s}=t.selection,a,i=n.sharedDepth(s);return i==0?!1:(a=n.before(i),e&&e(t.tr.setSelection(Ze.create(t.doc,a))),!0)};function HO(t,e,n){let s=e.nodeBefore,a=e.nodeAfter,i=e.index();return!s||!a||!s.type.compatibleContent(a.type)?!1:!s.content.size&&e.parent.canReplace(i-1,i)?(n&&n(t.tr.delete(e.pos-s.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(i,i+1)||!(a.isTextblock||Qi(t.doc,e.pos))?!1:(n&&n(t.tr.join(e.pos).scrollIntoView()),!0)}function e2(t,e,n,s){let a=e.nodeBefore,i=e.nodeAfter,o,c,u=a.type.spec.isolating||i.type.spec.isolating;if(!u&&HO(t,e,n))return!0;let h=!u&&e.parent.canReplace(e.index(),e.index()+1);if(h&&(o=(c=a.contentMatchAt(a.childCount)).findWrapping(i.type))&&c.matchType(o[0]||i.type).validEnd){if(n){let y=e.pos+i.nodeSize,N=Ne.empty;for(let k=o.length-1;k>=0;k--)N=Ne.from(o[k].create(null,N));N=Ne.from(a.copy(N));let w=t.tr.step(new Hn(e.pos-1,y,e.pos,y,new Le(N,1,0),o.length,!0)),v=w.doc.resolve(y+2*o.length);v.nodeAfter&&v.nodeAfter.type==a.type&&Qi(w.doc,v.pos)&&w.join(v.pos),n(w.scrollIntoView())}return!0}let f=i.type.spec.isolating||s>0&&u?null:ot.findFrom(e,1),m=f&&f.$from.blockRange(f.$to),g=m&&xc(m);if(g!=null&&g>=e.depth)return n&&n(t.tr.lift(m,g).scrollIntoView()),!0;if(h&&sc(i,"start",!0)&&sc(a,"end")){let y=a,N=[];for(;N.push(y),!y.isTextblock;)y=y.lastChild;let w=i,v=1;for(;!w.isTextblock;w=w.firstChild)v++;if(y.canReplace(y.childCount,y.childCount,w.content)){if(n){let k=Ne.empty;for(let E=N.length-1;E>=0;E--)k=Ne.from(N[E].copy(k));let C=t.tr.step(new Hn(e.pos-N.length,e.pos+i.nodeSize,e.pos+v,e.pos+i.nodeSize-v,new Le(k,N.length,0),0,!0));n(C.scrollIntoView())}return!0}}return!1}function t2(t){return function(e,n){let s=e.selection,a=t<0?s.$from:s.$to,i=a.depth;for(;a.node(i).isInline;){if(!i)return!1;i--}return a.node(i).isTextblock?(n&&n(e.tr.setSelection(et.create(e.doc,t<0?a.start(i):a.end(i)))),!0):!1}}const WO=t2(-1),UO=t2(1);function KO(t,e=null){return function(n,s){let{$from:a,$to:i}=n.selection,o=a.blockRange(i),c=o&&z0(o,t,e);return c?(s&&s(n.tr.wrap(o,c).scrollIntoView()),!0):!1}}function tN(t,e=null){return function(n,s){let a=!1;for(let i=0;i{if(a)return!1;if(!(!u.isTextblock||u.hasMarkup(t,e)))if(u.type==t)a=!0;else{let f=n.doc.resolve(h),m=f.index();a=f.parent.canReplaceWith(m,m+1,t)}})}if(!a)return!1;if(s){let i=n.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let u=o.resolve(e.start-2);i=new Zh(u,u,e.depth),e.endIndex=0;f--)i=Ne.from(n[f].type.create(n[f].attrs,i));t.step(new Hn(e.start-(s?2:0),e.end,e.start,e.end,new Le(i,0,0),n.length,!0));let o=0;for(let f=0;fo.childCount>0&&o.firstChild.type==t);return i?n?s.node(i.depth-1).type==t?QO(e,n,t,i):XO(e,n,i):!0:!1}}function QO(t,e,n,s){let a=t.tr,i=s.end,o=s.$to.end(s.depth);iw;N--)y-=a.child(N).nodeSize,s.delete(y-1,y+1);let i=s.doc.resolve(n.start),o=i.nodeAfter;if(s.mapping.map(n.end)!=n.start+i.nodeAfter.nodeSize)return!1;let c=n.startIndex==0,u=n.endIndex==a.childCount,h=i.node(-1),f=i.index(-1);if(!h.canReplace(f+(c?0:1),f+1,o.content.append(u?Ne.empty:Ne.from(a))))return!1;let m=i.pos,g=m+o.nodeSize;return s.step(new Hn(m-(c?1:0),g+(u?1:0),m+1,g-1,new Le((c?Ne.empty:Ne.from(a.copy(Ne.empty))).append(u?Ne.empty:Ne.from(a.copy(Ne.empty))),c?0:1,u?0:1),c?0:1)),e(s.scrollIntoView()),!0}function ZO(t){return function(e,n){let{$from:s,$to:a}=e.selection,i=s.blockRange(a,h=>h.childCount>0&&h.firstChild.type==t);if(!i)return!1;let o=i.startIndex;if(o==0)return!1;let c=i.parent,u=c.child(o-1);if(u.type!=t)return!1;if(n){let h=u.lastChild&&u.lastChild.type==c.type,f=Ne.from(h?t.create():null),m=new Le(Ne.from(t.create(null,Ne.from(c.type.create(null,f)))),h?3:1,0),g=i.start,y=i.end;n(e.tr.step(new Hn(g-(h?3:1),y,g,y,m,1,!0)).scrollIntoView())}return!0}}const Zn=function(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e},rc=function(t){let e=t.assignedSlot||t.parentNode;return e&&e.nodeType==11?e.host:e};let Cx=null;const $a=function(t,e,n){let s=Cx||(Cx=document.createRange());return s.setEnd(t,n??t.nodeValue.length),s.setStart(t,e||0),s},eD=function(){Cx=null},Jo=function(t,e,n,s){return n&&(nN(t,e,n,s,-1)||nN(t,e,n,s,1))},tD=/^(img|br|input|textarea|hr)$/i;function nN(t,e,n,s,a){for(var i;;){if(t==n&&e==s)return!0;if(e==(a<0?0:yr(t))){let o=t.parentNode;if(!o||o.nodeType!=1||Qd(t)||tD.test(t.nodeName)||t.contentEditable=="false")return!1;e=Zn(t)+(a<0?0:1),t=o}else if(t.nodeType==1){let o=t.childNodes[e+(a<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((i=o.pmViewDesc)===null||i===void 0)&&i.ignoreForSelection)e+=a;else return!1;else t=o,e=a<0?yr(t):0}else return!1}}function yr(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function nD(t,e){for(;;){if(t.nodeType==3&&e)return t;if(t.nodeType==1&&e>0){if(t.contentEditable=="false")return null;t=t.childNodes[e-1],e=yr(t)}else if(t.parentNode&&!Qd(t))e=Zn(t),t=t.parentNode;else return null}}function sD(t,e){for(;;){if(t.nodeType==3&&e2),xr=ac||(ha?/Mac/.test(ha.platform):!1),r2=ha?/Win/.test(ha.platform):!1,Ha=/Android \d/.test(Xi),Xd=!!sN&&"webkitFontSmoothing"in sN.documentElement.style,oD=Xd?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function lD(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function Da(t,e){return typeof t=="number"?t:t[e]}function cD(t){let e=t.getBoundingClientRect(),n=e.width/t.offsetWidth||1,s=e.height/t.offsetHeight||1;return{left:e.left,right:e.left+t.clientWidth*n,top:e.top,bottom:e.top+t.clientHeight*s}}function rN(t,e,n){let s=t.someProp("scrollThreshold")||0,a=t.someProp("scrollMargin")||5,i=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(o.nodeType!=1){o=rc(o);continue}let c=o,u=c==i.body,h=u?lD(i):cD(c),f=0,m=0;if(e.toph.bottom-Da(s,"bottom")&&(m=e.bottom-e.top>h.bottom-h.top?e.top+Da(a,"top")-h.top:e.bottom-h.bottom+Da(a,"bottom")),e.lefth.right-Da(s,"right")&&(f=e.right-h.right+Da(a,"right")),f||m)if(u)i.defaultView.scrollBy(f,m);else{let y=c.scrollLeft,N=c.scrollTop;m&&(c.scrollTop+=m),f&&(c.scrollLeft+=f);let w=c.scrollLeft-y,v=c.scrollTop-N;e={left:e.left-w,top:e.top-v,right:e.right-w,bottom:e.bottom-v}}let g=u?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(g))break;o=g=="absolute"?o.offsetParent:rc(o)}}function dD(t){let e=t.dom.getBoundingClientRect(),n=Math.max(0,e.top),s,a;for(let i=(e.left+e.right)/2,o=n+1;o=n-20){s=c,a=u.top;break}}return{refDOM:s,refTop:a,stack:a2(t.dom)}}function a2(t){let e=[],n=t.ownerDocument;for(let s=t;s&&(e.push({dom:s,top:s.scrollTop,left:s.scrollLeft}),t!=n);s=rc(s));return e}function uD({refDOM:t,refTop:e,stack:n}){let s=t?t.getBoundingClientRect().top:0;i2(n,s==0?0:s-e)}function i2(t,e){for(let n=0;n=c){o=Math.max(N.bottom,o),c=Math.min(N.top,c);let w=N.left>e.left?N.left-e.left:N.right=(N.left+N.right)/2?1:0));continue}}else N.top>e.top&&!u&&N.left<=e.left&&N.right>=e.left&&(u=f,h={left:Math.max(N.left,Math.min(N.right,e.left)),top:N.top});!n&&(e.left>=N.right&&e.top>=N.top||e.left>=N.left&&e.top>=N.bottom)&&(i=m+1)}}return!n&&u&&(n=u,a=h,s=0),n&&n.nodeType==3?fD(n,a):!n||s&&n.nodeType==1?{node:t,offset:i}:o2(n,a)}function fD(t,e){let n=t.nodeValue.length,s=document.createRange(),a;for(let i=0;i=(o.left+o.right)/2?1:0)};break}}return s.detach(),a||{node:t,offset:0}}function K0(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function pD(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left(o.left+o.right)/2?1:-1}return t.docView.posFromDOM(s,a,i)}function gD(t,e,n,s){let a=-1;for(let i=e,o=!1;i!=t.dom;){let c=t.docView.nearestDesc(i,!0),u;if(!c)return null;if(c.dom.nodeType==1&&(c.node.isBlock&&c.parent||!c.contentDOM)&&((u=c.dom.getBoundingClientRect()).width||u.height)&&(c.node.isBlock&&c.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(c.dom.nodeName)&&(!o&&u.left>s.left||u.top>s.top?a=c.posBefore:(!o&&u.right-1?a:t.docView.posFromDOM(e,n,-1)}function l2(t,e,n){let s=t.childNodes.length;if(s&&n.tope.top&&a++}let h;Xd&&a&&s.nodeType==1&&(h=s.childNodes[a-1]).nodeType==1&&h.contentEditable=="false"&&h.getBoundingClientRect().top>=e.top&&a--,s==t.dom&&a==s.childNodes.length-1&&s.lastChild.nodeType==1&&e.top>s.lastChild.getBoundingClientRect().bottom?c=t.state.doc.content.size:(a==0||s.nodeType!=1||s.childNodes[a-1].nodeName!="BR")&&(c=gD(t,s,a,e))}c==null&&(c=mD(t,o,e));let u=t.docView.nearestDesc(o,!0);return{pos:c,inside:u?u.posAtStart-u.border:-1}}function aN(t){return t.top=0&&a==s.nodeValue.length?(u--,f=1):n<0?u--:h++,sd(ji($a(s,u,h),f),f<0)}if(!t.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&a&&(n<0||a==yr(s))){let u=s.childNodes[a-1];if(u.nodeType==1)return Cg(u.getBoundingClientRect(),!1)}if(i==null&&a=0)}if(i==null&&a&&(n<0||a==yr(s))){let u=s.childNodes[a-1],h=u.nodeType==3?$a(u,yr(u)-(o?0:1)):u.nodeType==1&&(u.nodeName!="BR"||!u.nextSibling)?u:null;if(h)return sd(ji(h,1),!1)}if(i==null&&a=0)}function sd(t,e){if(t.width==0)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function Cg(t,e){if(t.height==0)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function d2(t,e,n){let s=t.state,a=t.root.activeElement;s!=e&&t.updateState(e),a!=t.dom&&t.focus();try{return n()}finally{s!=e&&t.updateState(s),a!=t.dom&&a&&a.focus()}}function bD(t,e,n){let s=e.selection,a=n=="up"?s.$from:s.$to;return d2(t,e,()=>{let{node:i}=t.docView.domFromPos(a.pos,n=="up"?-1:1);for(;;){let c=t.docView.nearestDesc(i,!0);if(!c)break;if(c.node.isBlock){i=c.contentDOM||c.dom;break}i=c.dom.parentNode}let o=c2(t,a.pos,1);for(let c=i.firstChild;c;c=c.nextSibling){let u;if(c.nodeType==1)u=c.getClientRects();else if(c.nodeType==3)u=$a(c,0,c.nodeValue.length).getClientRects();else continue;for(let h=0;hf.top+1&&(n=="up"?o.top-f.top>(f.bottom-o.top)*2:f.bottom-o.bottom>(o.bottom-f.top)*2))return!1}}return!0})}const vD=/[\u0590-\u08ac]/;function ND(t,e,n){let{$head:s}=e.selection;if(!s.parent.isTextblock)return!1;let a=s.parentOffset,i=!a,o=a==s.parent.content.size,c=t.domSelection();return c?!vD.test(s.parent.textContent)||!c.modify?n=="left"||n=="backward"?i:o:d2(t,e,()=>{let{focusNode:u,focusOffset:h,anchorNode:f,anchorOffset:m}=t.domSelectionRange(),g=c.caretBidiLevel;c.modify("move",n,"character");let y=s.depth?t.docView.domAfterPos(s.before()):t.dom,{focusNode:N,focusOffset:w}=t.domSelectionRange(),v=N&&!y.contains(N.nodeType==1?N:N.parentNode)||u==N&&h==w;try{c.collapse(f,m),u&&(u!=f||h!=m)&&c.extend&&c.extend(u,h)}catch{}return g!=null&&(c.caretBidiLevel=g),v}):s.pos==s.start()||s.pos==s.end()}let iN=null,oN=null,lN=!1;function wD(t,e,n){return iN==e&&oN==n?lN:(iN=e,oN=n,lN=n=="up"||n=="down"?bD(t,e,n):ND(t,e,n))}const vr=0,cN=1,Ro=2,fa=3;class Zd{constructor(e,n,s,a){this.parent=e,this.children=n,this.dom=s,this.contentDOM=a,this.dirty=vr,s.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,n,s){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let n=0;nZn(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))a=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(n==0)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!1;break}if(i.previousSibling)break}if(a==null&&n==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!0;break}if(i.nextSibling)break}}return a??s>0?this.posAtEnd:this.posAtStart}nearestDesc(e,n=!1){for(let s=!0,a=e;a;a=a.parentNode){let i=this.getDesc(a),o;if(i&&(!n||i.node))if(s&&(o=i.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))s=!1;else return i}}getDesc(e){let n=e.pmViewDesc;for(let s=n;s;s=s.parent)if(s==this)return n}posFromDOM(e,n,s){for(let a=e;a;a=a.parentNode){let i=this.getDesc(a);if(i)return i.localPosFromDOM(e,n,s)}return-1}descAt(e){for(let n=0,s=0;ne||o instanceof h2){a=e-i;break}i=c}if(a)return this.children[s].domFromPos(a-this.children[s].border,n);for(let i;s&&!(i=this.children[s-1]).size&&i instanceof u2&&i.side>=0;s--);if(n<=0){let i,o=!0;for(;i=s?this.children[s-1]:null,!(!i||i.dom.parentNode==this.contentDOM);s--,o=!1);return i&&n&&o&&!i.border&&!i.domAtom?i.domFromPos(i.size,n):{node:this.contentDOM,offset:i?Zn(i.dom)+1:0}}else{let i,o=!0;for(;i=s=f&&n<=h-u.border&&u.node&&u.contentDOM&&this.contentDOM.contains(u.contentDOM))return u.parseRange(e,n,f);e=o;for(let m=c;m>0;m--){let g=this.children[m-1];if(g.size&&g.dom.parentNode==this.contentDOM&&!g.emptyChildAt(1)){a=Zn(g.dom)+1;break}e-=g.size}a==-1&&(a=0)}if(a>-1&&(h>n||c==this.children.length-1)){n=h;for(let f=c+1;fN&&on){let N=c;c=u,u=N}let y=document.createRange();y.setEnd(u.node,u.offset),y.setStart(c.node,c.offset),h.removeAllRanges(),h.addRange(y)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,n){for(let s=0,a=0;a=s:es){let c=s+i.border,u=o-i.border;if(e>=c&&n<=u){this.dirty=e==s||n==o?Ro:cN,e==c&&n==u&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=fa:i.markDirty(e-c,n-c);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?Ro:fa}s=o}this.dirty=Ro}markParentsDirty(){let e=1;for(let n=this.parent;n;n=n.parent,e++){let s=e==1?Ro:cN;n.dirty{if(!i)return a;if(i.parent)return i.parent.posBeforeChild(i)})),!n.type.spec.raw){if(o.nodeType!=1){let c=document.createElement("span");c.appendChild(o),o=c}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=n,this.widget=n,i=this}matchesWidget(e){return this.dirty==vr&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let n=this.widget.spec.stopEvent;return n?n(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class jD extends Zd{constructor(e,n,s,a){super(e,[],n,null),this.textDOM=s,this.text=a}get size(){return this.text.length}localPosFromDOM(e,n){return e!=this.textDOM?this.posAtStart+(n?this.size:0):this.posAtStart+n}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class Yo extends Zd{constructor(e,n,s,a,i){super(e,[],s,a),this.mark=n,this.spec=i}static create(e,n,s,a){let i=a.nodeViews[n.type.name],o=i&&i(n,a,s);return(!o||!o.dom)&&(o=sl.renderSpec(document,n.type.spec.toDOM(n,s),null,n.attrs)),new Yo(e,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&fa||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=fa&&this.mark.eq(e)}markDirty(e,n){if(super.markDirty(e,n),this.dirty!=vr){let s=this.parent;for(;!s.node;)s=s.parent;s.dirty0&&(i=Ix(i,0,e,s));for(let c=0;c{if(!u)return o;if(u.parent)return u.parent.posBeforeChild(u)},s,a),f=h&&h.dom,m=h&&h.contentDOM;if(n.isText){if(!f)f=document.createTextNode(n.text);else if(f.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else f||({dom:f,contentDOM:m}=sl.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs));!m&&!n.isText&&f.nodeName!="BR"&&(f.hasAttribute("contenteditable")||(f.contentEditable="false"),n.type.spec.draggable&&(f.draggable=!0));let g=f;return f=m2(f,s,n),h?u=new kD(e,n,s,a,f,m||null,g,h,i,o+1):n.isText?new op(e,n,s,a,f,g,i):new Fi(e,n,s,a,f,m||null,g,i,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let n=this.children.length-1;n>=0;n--){let s=this.children[n];if(this.dom.contains(s.dom.parentNode)){e.contentElement=s.dom.parentNode;break}}e.contentElement||(e.getContent=()=>Ne.empty)}return e}matchesNode(e,n,s){return this.dirty==vr&&e.eq(this.node)&&tf(n,this.outerDeco)&&s.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,n){let s=this.node.inlineContent,a=n,i=e.composing?this.localCompositionInfo(e,n):null,o=i&&i.pos>-1?i:null,c=i&&i.pos<0,u=new CD(this,o&&o.node,e);MD(this.node,this.innerDeco,(h,f,m)=>{h.spec.marks?u.syncToMarks(h.spec.marks,s,e,f):h.type.side>=0&&!m&&u.syncToMarks(f==this.node.childCount?Wt.none:this.node.child(f).marks,s,e,f),u.placeWidget(h,e,a)},(h,f,m,g)=>{u.syncToMarks(h.marks,s,e,g);let y;u.findNodeMatch(h,f,m,g)||c&&e.state.selection.from>a&&e.state.selection.to-1&&u.updateNodeAt(h,f,m,y,e)||u.updateNextNode(h,f,m,e,g,a)||u.addNode(h,f,m,e,a),a+=h.nodeSize}),u.syncToMarks([],s,e,0),this.node.isTextblock&&u.addTextblockHacks(),u.destroyRest(),(u.changed||this.dirty==Ro)&&(o&&this.protectLocalComposition(e,o),f2(this.contentDOM,this.children,e),ac&&AD(this.dom))}localCompositionInfo(e,n){let{from:s,to:a}=e.state.selection;if(!(e.state.selection instanceof et)||sn+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let o=i.nodeValue,c=ID(this.node.content,o,s-n,a-n);return c<0?null:{node:i,pos:c,text:o}}else return{node:i,pos:-1,text:""}}protectLocalComposition(e,{node:n,pos:s,text:a}){if(this.getDesc(n))return;let i=n;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let o=new jD(this,i,n,a);e.input.compositionNodes.push(o),this.children=Ix(this.children,s,s+a.length,e,o)}update(e,n,s,a){return this.dirty==fa||!e.sameMarkup(this.node)?!1:(this.updateInner(e,n,s,a),!0)}updateInner(e,n,s,a){this.updateOuterDeco(n),this.node=e,this.innerDeco=s,this.contentDOM&&this.updateChildren(a,this.posAtStart),this.dirty=vr}updateOuterDeco(e){if(tf(e,this.outerDeco))return;let n=this.nodeDOM.nodeType!=1,s=this.dom;this.dom=p2(this.dom,this.nodeDOM,Ax(this.outerDeco,this.node,n),Ax(e,this.node,n)),this.dom!=s&&(s.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function dN(t,e,n,s,a){m2(s,e,t);let i=new Fi(void 0,t,e,n,s,s,s,a,0);return i.contentDOM&&i.updateChildren(a,0),i}class op extends Fi{constructor(e,n,s,a,i,o,c){super(e,n,s,a,i,null,o,c,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,n,s,a){return this.dirty==fa||this.dirty!=vr&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(n),(this.dirty!=vr||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,a.trackWrites==this.nodeDOM&&(a.trackWrites=null)),this.node=e,this.dirty=vr,!0)}inParent(){let e=this.parent.contentDOM;for(let n=this.nodeDOM;n;n=n.parentNode)if(n==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,n,s){return e==this.nodeDOM?this.posAtStart+Math.min(n,this.node.text.length):super.localPosFromDOM(e,n,s)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,n,s){let a=this.node.cut(e,n),i=document.createTextNode(a.text);return new op(this.parent,a,this.outerDeco,this.innerDeco,i,i,s)}markDirty(e,n){super.markDirty(e,n),this.dom!=this.nodeDOM&&(e==0||n==this.nodeDOM.nodeValue.length)&&(this.dirty=fa)}get domAtom(){return!1}isText(e){return this.node.text==e}}class h2 extends Zd{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==vr&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class kD extends Fi{constructor(e,n,s,a,i,o,c,u,h,f){super(e,n,s,a,i,o,c,h,f),this.spec=u}update(e,n,s,a){if(this.dirty==fa)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,n,s);return i&&this.updateInner(e,n,s,a),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,n,s,a)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,n,s,a){this.spec.setSelection?this.spec.setSelection(e,n,s.root):super.setSelection(e,n,s,a)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function f2(t,e,n){let s=t.firstChild,a=!1;for(let i=0;i>1,c=Math.min(o,e.length);for(;i-1)u>this.index&&(this.changed=!0,this.destroyBetween(this.index,u)),this.top=this.top.children[this.index];else{let f=Yo.create(this.top,e[o],n,s);this.top.children.splice(this.index,0,f),this.top=f,this.changed=!0}this.index=0,o++}}findNodeMatch(e,n,s,a){let i=-1,o;if(a>=this.preMatch.index&&(o=this.preMatch.matches[a-this.preMatch.index]).parent==this.top&&o.matchesNode(e,n,s))i=this.top.children.indexOf(o,this.index);else for(let c=this.index,u=Math.min(this.top.children.length,c+5);c0;){let c;for(;;)if(s){let h=n.children[s-1];if(h instanceof Yo)n=h,s=h.children.length;else{c=h,s--;break}}else{if(n==e)break e;s=n.parent.children.indexOf(n),n=n.parent}let u=c.node;if(u){if(u!=t.child(a-1))break;--a,i.set(c,a),o.push(c)}}return{index:a,matched:i,matches:o.reverse()}}function TD(t,e){return t.type.side-e.type.side}function MD(t,e,n,s){let a=e.locals(t),i=0;if(a.length==0){for(let h=0;hi;)c.push(a[o++]);let N=i+g.nodeSize;if(g.isText){let v=N;o!v.inline):c.slice();s(g,w,e.forChild(i,g),y),i=N}}function AD(t){if(t.nodeName=="UL"||t.nodeName=="OL"){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t).listStyle,t.style.cssText=e}}function ID(t,e,n,s){for(let a=0,i=0;a=n){if(i>=s&&u.slice(s-e.length-c,s-c)==e)return s-e.length;let h=c=0&&h+e.length+c>=n)return c+h;if(n==s&&u.length>=s+e.length-c&&u.slice(s-c,s-c+e.length)==e)return s}}return-1}function Ix(t,e,n,s,a){let i=[];for(let o=0,c=0;o=n||f<=e?i.push(u):(hn&&i.push(u.slice(n-h,u.size,s)))}return i}function q0(t,e=null){let n=t.domSelectionRange(),s=t.state.doc;if(!n.focusNode)return null;let a=t.docView.nearestDesc(n.focusNode),i=a&&a.size==0,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let c=s.resolve(o),u,h;if(ip(n)){for(u=o;a&&!a.node;)a=a.parent;let m=a.node;if(a&&m.isAtom&&Ze.isSelectable(m)&&a.parent&&!(m.isInline&&rD(n.focusNode,n.focusOffset,a.dom))){let g=a.posBefore;h=new Ze(o==g?c:s.resolve(g))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let m=o,g=o;for(let y=0;y{(n.anchorNode!=s||n.anchorOffset!=a)&&(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout(()=>{(!g2(t)||t.state.selection.visible)&&t.dom.classList.remove("ProseMirror-hideselection")},20))})}function RD(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,s=n.nodeName=="IMG";s?e.collapse(n.parentNode,Zn(n)+1):e.collapse(n,0),!s&&!t.state.selection.visible&&Ks&&zi<=11&&(n.disabled=!0,n.disabled=!1)}function x2(t,e){if(e instanceof Ze){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(mN(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else mN(t)}function mN(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function G0(t,e,n,s){return t.someProp("createSelectionBetween",a=>a(t,e,n))||et.between(e,n,s)}function gN(t){return t.editable&&!t.hasFocus()?!1:y2(t)}function y2(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function OD(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return Jo(e.node,e.offset,n.anchorNode,n.anchorOffset)}function Px(t,e){let{$anchor:n,$head:s}=t.selection,a=e>0?n.max(s):n.min(s),i=a.parent.inlineContent?a.depth?t.doc.resolve(e>0?a.after():a.before()):null:a;return i&&ot.findFrom(i,e)}function ki(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function xN(t,e,n){let s=t.state.selection;if(s instanceof et)if(n.indexOf("s")>-1){let{$head:a}=s,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let o=t.state.doc.resolve(a.pos+i.nodeSize*(e<0?-1:1));return ki(t,new et(s.$anchor,o))}else if(s.empty){if(t.endOfTextblock(e>0?"forward":"backward")){let a=Px(t.state,e);return a&&a instanceof Ze?ki(t,a):!1}else if(!(xr&&n.indexOf("m")>-1)){let a=s.$head,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter,o;if(!i||i.isText)return!1;let c=e<0?a.pos-i.nodeSize:a.pos;return i.isAtom||(o=t.docView.descAt(c))&&!o.contentDOM?Ze.isSelectable(i)?ki(t,new Ze(e<0?t.state.doc.resolve(a.pos-i.nodeSize):a)):Xd?ki(t,new et(t.state.doc.resolve(e<0?c:c+i.nodeSize))):!1:!1}}else return!1;else{if(s instanceof Ze&&s.node.isInline)return ki(t,new et(e>0?s.$to:s.$from));{let a=Px(t.state,e);return a?ki(t,a):!1}}}function nf(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function Nd(t,e){let n=t.pmViewDesc;return n&&n.size==0&&(e<0||t.nextSibling||t.nodeName!="BR")}function Bl(t,e){return e<0?DD(t):LD(t)}function DD(t){let e=t.domSelectionRange(),n=e.focusNode,s=e.focusOffset;if(!n)return;let a,i,o=!1;for(br&&n.nodeType==1&&s0){if(n.nodeType!=1)break;{let c=n.childNodes[s-1];if(Nd(c,-1))a=n,i=--s;else if(c.nodeType==3)n=c,s=n.nodeValue.length;else break}}else{if(b2(n))break;{let c=n.previousSibling;for(;c&&Nd(c,-1);)a=n.parentNode,i=Zn(c),c=c.previousSibling;if(c)n=c,s=nf(n);else{if(n=n.parentNode,n==t.dom)break;s=0}}}o?Rx(t,n,s):a&&Rx(t,a,i)}function LD(t){let e=t.domSelectionRange(),n=e.focusNode,s=e.focusOffset;if(!n)return;let a=nf(n),i,o;for(;;)if(s{t.state==a&&Ka(t)},50)}function yN(t,e){let n=t.state.doc.resolve(e);if(!(ts||r2)&&n.parent.inlineContent){let a=t.coordsAtPos(e);if(e>n.start()){let i=t.coordsAtPos(e-1),o=(i.top+i.bottom)/2;if(o>a.top&&o1)return i.lefta.top&&o1)return i.left>a.left?"ltr":"rtl"}}return getComputedStyle(t.dom).direction=="rtl"?"rtl":"ltr"}function bN(t,e,n){let s=t.state.selection;if(s instanceof et&&!s.empty||n.indexOf("s")>-1||xr&&n.indexOf("m")>-1)return!1;let{$from:a,$to:i}=s;if(!a.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let o=Px(t.state,e);if(o&&o instanceof Ze)return ki(t,o)}if(!a.parent.inlineContent){let o=e<0?a:i,c=s instanceof or?ot.near(o,e):ot.findFrom(o,e);return c?ki(t,c):!1}return!1}function vN(t,e){if(!(t.state.selection instanceof et))return!0;let{$head:n,$anchor:s,empty:a}=t.state.selection;if(!n.sameParent(s))return!0;if(!a)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let i=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(i&&!i.isText){let o=t.state.tr;return e<0?o.delete(n.pos-i.nodeSize,n.pos):o.delete(n.pos,n.pos+i.nodeSize),t.dispatch(o),!0}return!1}function NN(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function FD(t){if(!ys||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&e.nodeType==1&&n==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let s=e.firstChild;NN(t,s,"true"),setTimeout(()=>NN(t,s,"false"),20)}return!1}function $D(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}function BD(t,e){let n=e.keyCode,s=$D(e);if(n==8||xr&&n==72&&s=="c")return vN(t,-1)||Bl(t,-1);if(n==46&&!e.shiftKey||xr&&n==68&&s=="c")return vN(t,1)||Bl(t,1);if(n==13||n==27)return!0;if(n==37||xr&&n==66&&s=="c"){let a=n==37?yN(t,t.state.selection.from)=="ltr"?-1:1:-1;return xN(t,a,s)||Bl(t,a)}else if(n==39||xr&&n==70&&s=="c"){let a=n==39?yN(t,t.state.selection.from)=="ltr"?1:-1:1;return xN(t,a,s)||Bl(t,a)}else{if(n==38||xr&&n==80&&s=="c")return bN(t,-1,s)||Bl(t,-1);if(n==40||xr&&n==78&&s=="c")return FD(t)||bN(t,1,s)||Bl(t,1);if(s==(xr?"m":"c")&&(n==66||n==73||n==89||n==90))return!0}return!1}function J0(t,e){t.someProp("transformCopied",y=>{e=y(e,t)});let n=[],{content:s,openStart:a,openEnd:i}=e;for(;a>1&&i>1&&s.childCount==1&&s.firstChild.childCount==1;){a--,i--;let y=s.firstChild;n.push(y.type.name,y.attrs!=y.type.defaultAttrs?y.attrs:null),s=y.content}let o=t.someProp("clipboardSerializer")||sl.fromSchema(t.state.schema),c=S2(),u=c.createElement("div");u.appendChild(o.serializeFragment(s,{document:c}));let h=u.firstChild,f,m=0;for(;h&&h.nodeType==1&&(f=k2[h.nodeName.toLowerCase()]);){for(let y=f.length-1;y>=0;y--){let N=c.createElement(f[y]);for(;u.firstChild;)N.appendChild(u.firstChild);u.appendChild(N),m++}h=u.firstChild}h&&h.nodeType==1&&h.setAttribute("data-pm-slice",`${a} ${i}${m?` -${m}`:""} ${JSON.stringify(n)}`);let g=t.someProp("clipboardTextSerializer",y=>y(e,t))||e.content.textBetween(0,e.content.size,` - -`);return{dom:u,text:g,slice:e}}function v2(t,e,n,s,a){let i=a.parent.type.spec.code,o,c;if(!n&&!e)return null;let u=!!e&&(s||i||!n);if(u){if(t.someProp("transformPastedText",g=>{e=g(e,i||s,t)}),i)return c=new Le(Ne.from(t.state.schema.text(e.replace(/\r\n?/g,` -`))),0,0),t.someProp("transformPasted",g=>{c=g(c,t,!0)}),c;let m=t.someProp("clipboardTextParser",g=>g(e,a,s,t));if(m)c=m;else{let g=a.marks(),{schema:y}=t.state,N=sl.fromSchema(y);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(w=>{let v=o.appendChild(document.createElement("p"));w&&v.appendChild(N.serializeNode(y.text(w,g)))})}}else t.someProp("transformPastedHTML",m=>{n=m(n,t)}),o=UD(n),Xd&&KD(o);let h=o&&o.querySelector("[data-pm-slice]"),f=h&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(h.getAttribute("data-pm-slice")||"");if(f&&f[3])for(let m=+f[3];m>0;m--){let g=o.firstChild;for(;g&&g.nodeType!=1;)g=g.nextSibling;if(!g)break;o=g}if(c||(c=(t.someProp("clipboardParser")||t.someProp("domParser")||_i.fromSchema(t.state.schema)).parseSlice(o,{preserveWhitespace:!!(u||f),context:a,ruleFromNode(g){return g.nodeName=="BR"&&!g.nextSibling&&g.parentNode&&!VD.test(g.parentNode.nodeName)?{ignore:!0}:null}})),f)c=qD(wN(c,+f[1],+f[2]),f[4]);else if(c=Le.maxOpen(HD(c.content,a),!0),c.openStart||c.openEnd){let m=0,g=0;for(let y=c.content.firstChild;m{c=m(c,t,u)}),c}const VD=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function HD(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let a=e.node(n).contentMatchAt(e.index(n)),i,o=[];if(t.forEach(c=>{if(!o)return;let u=a.findWrapping(c.type),h;if(!u)return o=null;if(h=o.length&&i.length&&w2(u,i,c,o[o.length-1],0))o[o.length-1]=h;else{o.length&&(o[o.length-1]=j2(o[o.length-1],i.length));let f=N2(c,u);o.push(f),a=a.matchType(f.type),i=u}}),o)return Ne.from(o)}return t}function N2(t,e,n=0){for(let s=e.length-1;s>=n;s--)t=e[s].create(null,Ne.from(t));return t}function w2(t,e,n,s,a){if(a1&&(i=0),a=n&&(c=e<0?o.contentMatchAt(0).fillBefore(c,i<=a).append(c):c.append(o.contentMatchAt(o.childCount).fillBefore(Ne.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(c))}function wN(t,e,n){return en})),Tg.createHTML(t)):t}function UD(t){let e=/^(\s*]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n=S2().createElement("div"),s=/<([a-z][^>\s]+)/i.exec(t),a;if((a=s&&k2[s[1].toLowerCase()])&&(t=a.map(i=>"<"+i+">").join("")+t+a.map(i=>"").reverse().join("")),n.innerHTML=WD(t),a)for(let i=0;i=0;c-=2){let u=n.nodes[s[c]];if(!u||u.hasRequiredAttrs())break;a=Ne.from(u.create(s[c+1],a)),i++,o++}return new Le(a,i,o)}const Os={},Ds={},GD={touchstart:!0,touchmove:!0};class JD{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function YD(t){for(let e in Os){let n=Os[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=s=>{XD(t,s)&&!Y0(t,s)&&(t.editable||!(s.type in Ds))&&n(t,s)},GD[e]?{passive:!0}:void 0)}ys&&t.dom.addEventListener("input",()=>null),Dx(t)}function Oi(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function QD(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}function Dx(t){t.someProp("handleDOMEvents",e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=s=>Y0(t,s))})}function Y0(t,e){return t.someProp("handleDOMEvents",n=>{let s=n[e.type];return s?s(t,e)||e.defaultPrevented:!1})}function XD(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function ZD(t,e){!Y0(t,e)&&Os[e.type]&&(t.editable||!(e.type in Ds))&&Os[e.type](t,e)}Ds.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=n.keyCode==16||n.shiftKey,!E2(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!(Ha&&ts&&n.keyCode==13)))if(n.keyCode!=229&&t.domObserver.forceFlush(),ac&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let s=Date.now();t.input.lastIOSEnter=s,t.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{t.input.lastIOSEnter==s&&(t.someProp("handleKeyDown",a=>a(t,Ao(13,"Enter"))),t.input.lastIOSEnter=0)},200)}else t.someProp("handleKeyDown",s=>s(t,n))||BD(t,n)?n.preventDefault():Oi(t,"key")};Ds.keyup=(t,e)=>{e.keyCode==16&&(t.input.shiftKey=!1)};Ds.keypress=(t,e)=>{let n=e;if(E2(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||xr&&n.metaKey)return;if(t.someProp("handleKeyPress",a=>a(t,n))){n.preventDefault();return}let s=t.state.selection;if(!(s instanceof et)||!s.$from.sameParent(s.$to)){let a=String.fromCharCode(n.charCode),i=()=>t.state.tr.insertText(a).scrollIntoView();!/[\r\n]/.test(a)&&!t.someProp("handleTextInput",o=>o(t,s.$from.pos,s.$to.pos,a,i))&&t.dispatch(i()),n.preventDefault()}};function lp(t){return{left:t.clientX,top:t.clientY}}function eL(t,e){let n=e.x-t.clientX,s=e.y-t.clientY;return n*n+s*s<100}function Q0(t,e,n,s,a){if(s==-1)return!1;let i=t.state.doc.resolve(s);for(let o=i.depth+1;o>0;o--)if(t.someProp(e,c=>o>i.depth?c(t,n,i.nodeAfter,i.before(o),a,!0):c(t,n,i.node(o),i.before(o),a,!1)))return!0;return!1}function Zl(t,e,n){if(t.focused||t.focus(),t.state.selection.eq(e))return;let s=t.state.tr.setSelection(e);s.setMeta("pointer",!0),t.dispatch(s)}function tL(t,e){if(e==-1)return!1;let n=t.state.doc.resolve(e),s=n.nodeAfter;return s&&s.isAtom&&Ze.isSelectable(s)?(Zl(t,new Ze(n)),!0):!1}function nL(t,e){if(e==-1)return!1;let n=t.state.selection,s,a;n instanceof Ze&&(s=n.node);let i=t.state.doc.resolve(e);for(let o=i.depth+1;o>0;o--){let c=o>i.depth?i.nodeAfter:i.node(o);if(Ze.isSelectable(c)){s&&n.$from.depth>0&&o>=n.$from.depth&&i.before(n.$from.depth+1)==n.$from.pos?a=i.before(n.$from.depth):a=i.before(o);break}}return a!=null?(Zl(t,Ze.create(t.state.doc,a)),!0):!1}function sL(t,e,n,s,a){return Q0(t,"handleClickOn",e,n,s)||t.someProp("handleClick",i=>i(t,e,s))||(a?nL(t,n):tL(t,n))}function rL(t,e,n,s){return Q0(t,"handleDoubleClickOn",e,n,s)||t.someProp("handleDoubleClick",a=>a(t,e,s))}function aL(t,e,n,s){return Q0(t,"handleTripleClickOn",e,n,s)||t.someProp("handleTripleClick",a=>a(t,e,s))||iL(t,n,s)}function iL(t,e,n){if(n.button!=0)return!1;let s=t.state.doc;if(e==-1)return s.inlineContent?(Zl(t,et.create(s,0,s.content.size)),!0):!1;let a=s.resolve(e);for(let i=a.depth+1;i>0;i--){let o=i>a.depth?a.nodeAfter:a.node(i),c=a.before(i);if(o.inlineContent)Zl(t,et.create(s,c+1,c+1+o.content.size));else if(Ze.isSelectable(o))Zl(t,Ze.create(s,c));else continue;return!0}}function X0(t){return sf(t)}const C2=xr?"metaKey":"ctrlKey";Os.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let s=X0(t),a=Date.now(),i="singleClick";a-t.input.lastClick.time<500&&eL(n,t.input.lastClick)&&!n[C2]&&t.input.lastClick.button==n.button&&(t.input.lastClick.type=="singleClick"?i="doubleClick":t.input.lastClick.type=="doubleClick"&&(i="tripleClick")),t.input.lastClick={time:a,x:n.clientX,y:n.clientY,type:i,button:n.button};let o=t.posAtCoords(lp(n));o&&(i=="singleClick"?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new oL(t,o,n,!!s)):(i=="doubleClick"?rL:aL)(t,o.pos,o.inside,n)?n.preventDefault():Oi(t,"pointer"))};class oL{constructor(e,n,s,a){this.view=e,this.pos=n,this.event=s,this.flushed=a,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!s[C2],this.allowDefault=s.shiftKey;let i,o;if(n.inside>-1)i=e.state.doc.nodeAt(n.inside),o=n.inside;else{let f=e.state.doc.resolve(n.pos);i=f.parent,o=f.depth?f.before():0}const c=a?null:s.target,u=c?e.docView.nearestDesc(c,!0):null;this.target=u&&u.nodeDOM.nodeType==1?u.nodeDOM:null;let{selection:h}=e.state;(s.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||h instanceof Ze&&h.from<=o&&h.to>o)&&(this.mightDrag={node:i,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&br&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),Oi(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ka(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let n=this.pos;this.view.state.doc!=this.startDoc&&(n=this.view.posAtCoords(lp(e))),this.updateAllowDefault(e),this.allowDefault||!n?Oi(this.view,"pointer"):sL(this.view,n.pos,n.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ys&&this.mightDrag&&!this.mightDrag.node.isAtom||ts&&!this.view.state.selection.visible&&Math.min(Math.abs(n.pos-this.view.state.selection.from),Math.abs(n.pos-this.view.state.selection.to))<=2)?(Zl(this.view,ot.near(this.view.state.doc.resolve(n.pos))),e.preventDefault()):Oi(this.view,"pointer")}move(e){this.updateAllowDefault(e),Oi(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}Os.touchstart=t=>{t.input.lastTouch=Date.now(),X0(t),Oi(t,"pointer")};Os.touchmove=t=>{t.input.lastTouch=Date.now(),Oi(t,"pointer")};Os.contextmenu=t=>X0(t);function E2(t,e){return t.composing?!0:ys&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500?(t.input.compositionEndedAt=-2e8,!0):!1}const lL=Ha?5e3:-1;Ds.compositionstart=Ds.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof et&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(s=>s.type.spec.inclusive===!1)||ts&&r2&&cL(t)))t.markCursor=t.state.storedMarks||n.marks(),sf(t,!0),t.markCursor=null;else if(sf(t,!e.selection.empty),br&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let s=t.domSelectionRange();for(let a=s.focusNode,i=s.focusOffset;a&&a.nodeType==1&&i!=0;){let o=i<0?a.lastChild:a.childNodes[i-1];if(!o)break;if(o.nodeType==3){let c=t.domSelection();c&&c.collapse(o,o.nodeValue.length);break}else a=o,i=-1}}t.input.composing=!0}T2(t,lL)};function cL(t){let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(!e||e.nodeType!=1||n>=e.childNodes.length)return!1;let s=e.childNodes[n];return s.nodeType==1&&s.contentEditable=="false"}Ds.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.badSafariComposition?t.domObserver.forceFlush():t.input.compositionPendingChanges&&Promise.resolve().then(()=>t.domObserver.flush()),t.input.compositionID++,T2(t,20))};function T2(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout(()=>sf(t),e))}function M2(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=uL());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function dL(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=nD(e.focusNode,e.focusOffset),s=sD(e.focusNode,e.focusOffset);if(n&&s&&n!=s){let a=s.pmViewDesc,i=t.domObserver.lastChangedTextNode;if(n==i||s==i)return i;if(!a||!a.isText(s.nodeValue))return s;if(t.input.compositionNode==s){let o=n.pmViewDesc;if(!(!o||!o.isText(n.nodeValue)))return s}}return n||s}function uL(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}function sf(t,e=!1){if(!(Ha&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),M2(t),e||t.docView&&t.docView.dirty){let n=q0(t),s=t.state.selection;return n&&!n.eq(s)?t.dispatch(t.state.tr.setSelection(n)):(t.markCursor||e)&&!s.$from.node(s.$from.sharedDepth(s.to)).inlineContent?t.dispatch(t.state.tr.deleteSelection()):t.updateState(t.state),!0}return!1}}function hL(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let s=getSelection(),a=document.createRange();a.selectNodeContents(e),t.dom.blur(),s.removeAllRanges(),s.addRange(a),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()},50)}const _d=Ks&&zi<15||ac&&oD<604;Os.copy=Ds.cut=(t,e)=>{let n=e,s=t.state.selection,a=n.type=="cut";if(s.empty)return;let i=_d?null:n.clipboardData,o=s.content(),{dom:c,text:u}=J0(t,o);i?(n.preventDefault(),i.clearData(),i.setData("text/html",c.innerHTML),i.setData("text/plain",u)):hL(t,c),a&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function fL(t){return t.openStart==0&&t.openEnd==0&&t.content.childCount==1?t.content.firstChild:null}function pL(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,s=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(s.contentEditable="true"),s.style.cssText="position: fixed; left: -10000px; top: 10px",s.focus();let a=t.input.shiftKey&&t.input.lastKeyCode!=45;setTimeout(()=>{t.focus(),s.parentNode&&s.parentNode.removeChild(s),n?zd(t,s.value,null,a,e):zd(t,s.textContent,s.innerHTML,a,e)},50)}function zd(t,e,n,s,a){let i=v2(t,e,n,s,t.state.selection.$from);if(t.someProp("handlePaste",u=>u(t,a,i||Le.empty)))return!0;if(!i)return!1;let o=fL(i),c=o?t.state.tr.replaceSelectionWith(o,s):t.state.tr.replaceSelection(i);return t.dispatch(c.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function A2(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}Ds.paste=(t,e)=>{let n=e;if(t.composing&&!Ha)return;let s=_d?null:n.clipboardData,a=t.input.shiftKey&&t.input.lastKeyCode!=45;s&&zd(t,A2(s),s.getData("text/html"),a,n)?n.preventDefault():pL(t,n)};class I2{constructor(e,n,s){this.slice=e,this.move=n,this.node=s}}const mL=xr?"altKey":"ctrlKey";function P2(t,e){let n=t.someProp("dragCopies",s=>!s(e));return n??!e[mL]}Os.dragstart=(t,e)=>{let n=e,s=t.input.mouseDown;if(s&&s.done(),!n.dataTransfer)return;let a=t.state.selection,i=a.empty?null:t.posAtCoords(lp(n)),o;if(!(i&&i.pos>=a.from&&i.pos<=(a instanceof Ze?a.to-1:a.to))){if(s&&s.mightDrag)o=Ze.create(t.state.doc,s.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let m=t.docView.nearestDesc(n.target,!0);m&&m.node.type.spec.draggable&&m!=t.docView&&(o=Ze.create(t.state.doc,m.posBefore))}}let c=(o||t.state.selection).content(),{dom:u,text:h,slice:f}=J0(t,c);(!n.dataTransfer.files.length||!ts||s2>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(_d?"Text":"text/html",u.innerHTML),n.dataTransfer.effectAllowed="copyMove",_d||n.dataTransfer.setData("text/plain",h),t.dragging=new I2(f,P2(t,n),o)};Os.dragend=t=>{let e=t.dragging;window.setTimeout(()=>{t.dragging==e&&(t.dragging=null)},50)};Ds.dragover=Ds.dragenter=(t,e)=>e.preventDefault();Ds.drop=(t,e)=>{try{gL(t,e,t.dragging)}finally{t.dragging=null}};function gL(t,e,n){if(!e.dataTransfer)return;let s=t.posAtCoords(lp(e));if(!s)return;let a=t.state.doc.resolve(s.pos),i=n&&n.slice;i?t.someProp("transformPasted",y=>{i=y(i,t,!1)}):i=v2(t,A2(e.dataTransfer),_d?null:e.dataTransfer.getData("text/html"),!1,a);let o=!!(n&&P2(t,e));if(t.someProp("handleDrop",y=>y(t,e,i||Le.empty,o))){e.preventDefault();return}if(!i)return;e.preventDefault();let c=i?LS(t.state.doc,a.pos,i):a.pos;c==null&&(c=a.pos);let u=t.state.tr;if(o){let{node:y}=n;y?y.replace(u):u.deleteSelection()}let h=u.mapping.map(c),f=i.openStart==0&&i.openEnd==0&&i.content.childCount==1,m=u.doc;if(f?u.replaceRangeWith(h,h,i.content.firstChild):u.replaceRange(h,h,i),u.doc.eq(m))return;let g=u.doc.resolve(h);if(f&&Ze.isSelectable(i.content.firstChild)&&g.nodeAfter&&g.nodeAfter.sameMarkup(i.content.firstChild))u.setSelection(new Ze(g));else{let y=u.mapping.map(c);u.mapping.maps[u.mapping.maps.length-1].forEach((N,w,v,k)=>y=k),u.setSelection(G0(t,g,u.doc.resolve(y)))}t.focus(),t.dispatch(u.setMeta("uiEvent","drop"))}Os.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout(()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&Ka(t)},20))};Os.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)};Os.beforeinput=(t,e)=>{if(ts&&Ha&&e.inputType=="deleteContentBackward"){t.domObserver.flushSoon();let{domChangeCount:s}=t.input;setTimeout(()=>{if(t.input.domChangeCount!=s||(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",i=>i(t,Ao(8,"Backspace")))))return;let{$cursor:a}=t.state.selection;a&&a.pos>0&&t.dispatch(t.state.tr.delete(a.pos-1,a.pos).scrollIntoView())},50)}};for(let t in Ds)Os[t]=Ds[t];function Fd(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class rf{constructor(e,n){this.toDOM=e,this.spec=n||Bo,this.side=this.spec.side||0}map(e,n,s,a){let{pos:i,deleted:o}=e.mapResult(n.from+a,this.side<0?-1:1);return o?null:new _n(i-s,i-s,this)}valid(){return!0}eq(e){return this==e||e instanceof rf&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Fd(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class $i{constructor(e,n){this.attrs=e,this.spec=n||Bo}map(e,n,s,a){let i=e.map(n.from+a,this.spec.inclusiveStart?-1:1)-s,o=e.map(n.to+a,this.spec.inclusiveEnd?1:-1)-s;return i>=o?null:new _n(i,o,this)}valid(e,n){return n.from=e&&(!i||i(c.spec))&&s.push(c.copy(c.from+a,c.to+a))}for(let o=0;oe){let c=this.children[o]+1;this.children[o+2].findInner(e-c,n-c,s,a+c,i)}}map(e,n,s){return this==ms||e.maps.length==0?this:this.mapInner(e,n,0,0,s||Bo)}mapInner(e,n,s,a,i){let o;for(let c=0;c{let h=u+s,f;if(f=O2(n,c,h)){for(a||(a=this.children.slice());ic&&m.to=e){this.children[c]==e&&(s=this.children[c+2]);break}let i=e+1,o=i+n.content.size;for(let c=0;ci&&u.type instanceof $i){let h=Math.max(i,u.from)-i,f=Math.min(o,u.to)-i;ha.map(e,n,Bo));return Ei.from(s)}forChild(e,n){if(n.isLeaf)return Ht.empty;let s=[];for(let a=0;an instanceof Ht)?e:e.reduce((n,s)=>n.concat(s instanceof Ht?s:s.members),[]))}}forEachSet(e){for(let n=0;n{let v=w-N-(y-g);for(let k=0;kC+f-m)continue;let E=c[k]+f-m;y>=E?c[k+1]=g<=E?-2:-1:g>=f&&v&&(c[k]+=v,c[k+1]+=v)}m+=v}),f=n.maps[h].map(f,-1)}let u=!1;for(let h=0;h=s.content.size){u=!0;continue}let g=n.map(t[h+1]+i,-1),y=g-a,{index:N,offset:w}=s.content.findIndex(m),v=s.maybeChild(N);if(v&&w==m&&w+v.nodeSize==y){let k=c[h+2].mapInner(n,v,f+1,t[h]+i+1,o);k!=ms?(c[h]=m,c[h+1]=y,c[h+2]=k):(c[h+1]=-2,u=!0)}else u=!0}if(u){let h=yL(c,t,e,n,a,i,o),f=af(h,s,0,o);e=f.local;for(let m=0;mn&&o.to{let h=O2(t,c,u+n);if(h){i=!0;let f=af(h,c,n+u+1,s);f!=ms&&a.push(u,u+c.nodeSize,f)}});let o=R2(i?D2(t):t,-n).sort(Vo);for(let c=0;c0;)e++;t.splice(e,0,n)}function Mg(t){let e=[];return t.someProp("decorations",n=>{let s=n(t.state);s&&s!=ms&&e.push(s)}),t.cursorWrapper&&e.push(Ht.create(t.state.doc,[t.cursorWrapper.deco])),Ei.from(e)}const bL={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},vL=Ks&&zi<=11;class NL{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class wL{constructor(e,n){this.view=e,this.handleDOMChange=n,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new NL,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(s=>{for(let a=0;aa.type=="childList"&&a.removedNodes.length||a.type=="characterData"&&a.oldValue.length>a.target.nodeValue.length)?this.flushSoon():ys&&e.composing&&s.some(a=>a.type=="childList"&&a.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),vL&&(this.onCharData=s=>{this.queue.push({target:s.target,type:"characterData",oldValue:s.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,bL)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let n=0;nthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(gN(this.view)){if(this.suppressingSelectionUpdates)return Ka(this.view);if(Ks&&zi<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Jo(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let n=new Set,s;for(let i=e.focusNode;i;i=rc(i))n.add(i);for(let i=e.anchorNode;i;i=rc(i))if(n.has(i)){s=i;break}let a=s&&this.view.docView.nearestDesc(s);if(a&&a.ignoreMutation({type:"selection",target:s.nodeType==3?s.parentNode:s}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let n=this.pendingRecords();n.length&&(this.queue=[]);let s=e.domSelectionRange(),a=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(s)&&gN(e)&&!this.ignoreSelectionChange(s),i=-1,o=-1,c=!1,u=[];if(e.editable)for(let f=0;ff.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let f of u)if(f.nodeName=="BR"&&f.parentNode){let m=f.nextSibling;m&&m.nodeType==1&&m.contentEditable=="false"&&f.parentNode.removeChild(f)}}else if(br&&u.length){let f=u.filter(m=>m.nodeName=="BR");if(f.length==2){let[m,g]=f;m.parentNode&&m.parentNode.parentNode==g.parentNode?g.remove():m.remove()}else{let{focusNode:m}=this.currentSelection;for(let g of f){let y=g.parentNode;y&&y.nodeName=="LI"&&(!m||SL(e,m)!=y)&&g.remove()}}}let h=null;i<0&&a&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||a)&&(i>-1&&(e.docView.markDirty(i,o),jL(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,CL(e,u)),this.handleDOMChange(i,o,c,u),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(s)||Ka(e),this.currentSelection.set(s))}registerMutation(e,n){if(n.indexOf(e.target)>-1)return null;let s=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(s==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!s||s.ignoreMutation(e))return null;if(e.type=="childList"){for(let f=0;fa;v--){let k=s.childNodes[v-1],C=k.pmViewDesc;if(k.nodeName=="BR"&&!C){i=v;break}if(!C||C.size)break}let m=t.state.doc,g=t.someProp("domParser")||_i.fromSchema(t.state.schema),y=m.resolve(o),N=null,w=g.parse(s,{topNode:y.parent,topMatch:y.parent.contentMatchAt(y.index()),topOpen:!0,from:a,to:i,preserveWhitespace:y.parent.type.whitespace=="pre"?"full":!0,findPositions:h,ruleFromNode:TL,context:y});if(h&&h[0].pos!=null){let v=h[0].pos,k=h[1]&&h[1].pos;k==null&&(k=v),N={anchor:v+o,head:k+o}}return{doc:w,sel:N,from:o,to:c}}function TL(t){let e=t.pmViewDesc;if(e)return e.parseRule();if(t.nodeName=="BR"&&t.parentNode){if(ys&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let n=document.createElement("div");return n.appendChild(document.createElement("li")),{skip:n}}else if(t.parentNode.lastChild==t||ys&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if(t.nodeName=="IMG"&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const ML=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function AL(t,e,n,s,a){let i=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let D=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,P=q0(t,D);if(P&&!t.state.selection.eq(P)){if(ts&&Ha&&t.input.lastKeyCode===13&&Date.now()-100K(t,Ao(13,"Enter"))))return;let R=t.state.tr.setSelection(P);D=="pointer"?R.setMeta("pointer",!0):D=="key"&&R.scrollIntoView(),i&&R.setMeta("composition",i),t.dispatch(R)}return}let o=t.state.doc.resolve(e),c=o.sharedDepth(n);e=o.before(c+1),n=t.state.doc.resolve(n).after(c+1);let u=t.state.selection,h=EL(t,e,n),f=t.state.doc,m=f.slice(h.from,h.to),g,y;t.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ha)&&a.some(D=>D.nodeType==1&&!ML.test(D.nodeName))&&(!N||N.endA>=N.endB)&&t.someProp("handleKeyDown",D=>D(t,Ao(13,"Enter")))){t.input.lastIOSEnter=0;return}if(!N)if(s&&u instanceof et&&!u.empty&&u.$head.sameParent(u.$anchor)&&!t.composing&&!(h.sel&&h.sel.anchor!=h.sel.head))N={start:u.from,endA:u.to,endB:u.to};else{if(h.sel){let D=TN(t,t.state.doc,h.sel);if(D&&!D.eq(t.state.selection)){let P=t.state.tr.setSelection(D);i&&P.setMeta("composition",i),t.dispatch(P)}}return}t.state.selection.fromt.state.selection.from&&N.start<=t.state.selection.from+2&&t.state.selection.from>=h.from?N.start=t.state.selection.from:N.endA=t.state.selection.to-2&&t.state.selection.to<=h.to&&(N.endB+=t.state.selection.to-N.endA,N.endA=t.state.selection.to)),Ks&&zi<=11&&N.endB==N.start+1&&N.endA==N.start&&N.start>h.from&&h.doc.textBetween(N.start-h.from-1,N.start-h.from+1)=="  "&&(N.start--,N.endA--,N.endB--);let w=h.doc.resolveNoCache(N.start-h.from),v=h.doc.resolveNoCache(N.endB-h.from),k=f.resolve(N.start),C=w.sameParent(v)&&w.parent.inlineContent&&k.end()>=N.endA;if((ac&&t.input.lastIOSEnter>Date.now()-225&&(!C||a.some(D=>D.nodeName=="DIV"||D.nodeName=="P"))||!C&&w.posD(t,Ao(13,"Enter")))){t.input.lastIOSEnter=0;return}if(t.state.selection.anchor>N.start&&PL(f,N.start,N.endA,w,v)&&t.someProp("handleKeyDown",D=>D(t,Ao(8,"Backspace")))){Ha&&ts&&t.domObserver.suppressSelectionUpdates();return}ts&&N.endB==N.start&&(t.input.lastChromeDelete=Date.now()),Ha&&!C&&w.start()!=v.start()&&v.parentOffset==0&&w.depth==v.depth&&h.sel&&h.sel.anchor==h.sel.head&&h.sel.head==N.endA&&(N.endB-=2,v=h.doc.resolveNoCache(N.endB-h.from),setTimeout(()=>{t.someProp("handleKeyDown",function(D){return D(t,Ao(13,"Enter"))})},20));let E=N.start,I=N.endA,L=D=>{let P=D||t.state.tr.replace(E,I,h.doc.slice(N.start-h.from,N.endB-h.from));if(h.sel){let R=TN(t,P.doc,h.sel);R&&!(ts&&t.composing&&R.empty&&(N.start!=N.endB||t.input.lastChromeDeleteKa(t),20));let D=L(t.state.tr.delete(E,I)),P=f.resolve(N.start).marksAcross(f.resolve(N.endA));P&&D.ensureMarks(P),t.dispatch(D)}else if(N.endA==N.endB&&(W=IL(w.parent.content.cut(w.parentOffset,v.parentOffset),k.parent.content.cut(k.parentOffset,N.endA-k.start())))){let D=L(t.state.tr);W.type=="add"?D.addMark(E,I,W.mark):D.removeMark(E,I,W.mark),t.dispatch(D)}else if(w.parent.child(w.index()).isText&&w.index()==v.index()-(v.textOffset?0:1)){let D=w.parent.textBetween(w.parentOffset,v.parentOffset),P=()=>L(t.state.tr.insertText(D,E,I));t.someProp("handleTextInput",R=>R(t,E,I,D,P))||t.dispatch(P())}else t.dispatch(L());else t.dispatch(L())}function TN(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:G0(t,e.resolve(n.anchor),e.resolve(n.head))}function IL(t,e){let n=t.firstChild.marks,s=e.firstChild.marks,a=n,i=s,o,c,u;for(let f=0;ff.mark(c.addToSet(f.marks));else if(a.length==0&&i.length==1)c=i[0],o="remove",u=f=>f.mark(c.removeFromSet(f.marks));else return null;let h=[];for(let f=0;fn||Ag(o,!0,!1)0&&(e||t.indexAfter(s)==t.node(s).childCount);)s--,a++,e=!1;if(n){let i=t.node(s).maybeChild(t.indexAfter(s));for(;i&&!i.isLeaf;)i=i.firstChild,a++}return a}function RL(t,e,n,s,a){let i=t.findDiffStart(e,n);if(i==null)return null;let{a:o,b:c}=t.findDiffEnd(e,n+t.size,n+e.size);if(a=="end"){let u=Math.max(0,i-Math.min(o,c));s-=o+u-i}if(o=o?i-s:0;i-=u,i&&i=c?i-s:0;i-=u,i&&i=56320&&e<=57343&&n>=55296&&n<=56319}class L2{constructor(e,n){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new JD,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=n,this.state=n.state,this.directPlugins=n.plugins||[],this.directPlugins.forEach(ON),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=PN(this),IN(this),this.nodeViews=RN(this),this.docView=dN(this.state.doc,AN(this),Mg(this),this.dom,this),this.domObserver=new wL(this,(s,a,i,o)=>AL(this,s,a,i,o)),this.domObserver.start(),YD(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let n in e)this._props[n]=e[n];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Dx(this);let n=this._props;this._props=e,e.plugins&&(e.plugins.forEach(ON),this.directPlugins=e.plugins),this.updateStateInner(e.state,n)}setProps(e){let n={};for(let s in this._props)n[s]=this._props[s];n.state=this.state;for(let s in e)n[s]=e[s];this.update(n)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,n){var s;let a=this.state,i=!1,o=!1;e.storedMarks&&this.composing&&(M2(this),o=!0),this.state=e;let c=a.plugins!=e.plugins||this._props.plugins!=n.plugins;if(c||this._props.plugins!=n.plugins||this._props.nodeViews!=n.nodeViews){let y=RN(this);DL(y,this.nodeViews)&&(this.nodeViews=y,i=!0)}(c||n.handleDOMEvents!=this._props.handleDOMEvents)&&Dx(this),this.editable=PN(this),IN(this);let u=Mg(this),h=AN(this),f=a.plugins!=e.plugins&&!a.doc.eq(e.doc)?"reset":e.scrollToSelection>a.scrollToSelection?"to selection":"preserve",m=i||!this.docView.matchesNode(e.doc,h,u);(m||!e.selection.eq(a.selection))&&(o=!0);let g=f=="preserve"&&o&&this.dom.style.overflowAnchor==null&&dD(this);if(o){this.domObserver.stop();let y=m&&(Ks||ts)&&!this.composing&&!a.selection.empty&&!e.selection.empty&&OL(a.selection,e.selection);if(m){let N=ts?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=dL(this)),(i||!this.docView.update(e.doc,h,u,this))&&(this.docView.updateOuterDeco(h),this.docView.destroy(),this.docView=dN(e.doc,h,u,this.dom,this)),N&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(y=!0)}y||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&OD(this))?Ka(this,y):(x2(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(a),!((s=this.dragging)===null||s===void 0)&&s.node&&!a.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,a),f=="reset"?this.dom.scrollTop=0:f=="to selection"?this.scrollToSelection():g&&uD(g)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",n=>n(this)))if(this.state.selection instanceof Ze){let n=this.docView.domAfterPos(this.state.selection.from);n.nodeType==1&&rN(this,n.getBoundingClientRect(),e)}else rN(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let n=0;n0&&this.state.doc.nodeAt(i))==s.node&&(a=i)}this.dragging=new I2(e.slice,e.move,a<0?void 0:Ze.create(this.state.doc,a))}someProp(e,n){let s=this._props&&this._props[e],a;if(s!=null&&(a=n?n(s):s))return a;for(let o=0;on.ownerDocument.getSelection()),this._root=n}return e||document}updateRoot(){this._root=null}posAtCoords(e){return xD(this,e)}coordsAtPos(e,n=1){return c2(this,e,n)}domAtPos(e,n=0){return this.docView.domFromPos(e,n)}nodeDOM(e){let n=this.docView.descAt(e);return n?n.nodeDOM:null}posAtDOM(e,n,s=-1){let a=this.docView.posFromDOM(e,n,s);if(a==null)throw new RangeError("DOM position not inside the editor");return a}endOfTextblock(e,n){return wD(this,n||this.state,e)}pasteHTML(e,n){return zd(this,"",e,!1,n||new ClipboardEvent("paste"))}pasteText(e,n){return zd(this,e,null,!0,n||new ClipboardEvent("paste"))}serializeForClipboard(e){return J0(this,e)}destroy(){this.docView&&(QD(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Mg(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,eD())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return ZD(this,e)}domSelectionRange(){let e=this.domSelection();return e?ys&&this.root.nodeType===11&&aD(this.dom.ownerDocument)==this.dom&&kL(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}L2.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};function AN(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",n=>{if(typeof n=="function"&&(n=n(t.state)),n)for(let s in n)s=="class"?e.class+=" "+n[s]:s=="style"?e.style=(e.style?e.style+";":"")+n[s]:!e[s]&&s!="contenteditable"&&s!="nodeName"&&(e[s]=String(n[s]))}),e.translate||(e.translate="no"),[_n.node(0,t.state.doc.content.size,e)]}function IN(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:_n.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function PN(t){return!t.someProp("editable",e=>e(t.state)===!1)}function OL(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}function RN(t){let e=Object.create(null);function n(s){for(let a in s)Object.prototype.hasOwnProperty.call(e,a)||(e[a]=s[a])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function DL(t,e){let n=0,s=0;for(let a in t){if(t[a]!=e[a])return!0;n++}for(let a in e)s++;return n!=s}function ON(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var Hi={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},of={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},LL=typeof navigator<"u"&&/Mac/.test(navigator.platform),_L=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var es=0;es<10;es++)Hi[48+es]=Hi[96+es]=String(es);for(var es=1;es<=24;es++)Hi[es+111]="F"+es;for(var es=65;es<=90;es++)Hi[es]=String.fromCharCode(es+32),of[es]=String.fromCharCode(es);for(var Ig in Hi)of.hasOwnProperty(Ig)||(of[Ig]=Hi[Ig]);function zL(t){var e=LL&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||_L&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?of:Hi)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}const FL=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),$L=typeof navigator<"u"&&/Win/.test(navigator.platform);function BL(t){let e=t.split(/-(?!$)/),n=e[e.length-1];n=="Space"&&(n=" ");let s,a,i,o;for(let c=0;c{for(var n in e)WL(t,n,{get:e[n],enumerable:!0})};function cp(t){const{state:e,transaction:n}=t;let{selection:s}=n,{doc:a}=n,{storedMarks:i}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return i},get selection(){return s},get doc(){return a},get tr(){return s=n.selection,a=n.doc,i=n.storedMarks,n}}}var dp=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:s}=e,{tr:a}=n,i=this.buildProps(a);return Object.fromEntries(Object.entries(t).map(([o,c])=>[o,(...h)=>{const f=c(...h)(i);return!a.getMeta("preventDispatch")&&!this.hasCustomState&&s.dispatch(a),f}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:s,state:a}=this,{view:i}=s,o=[],c=!!t,u=t||a.tr,h=()=>(!c&&e&&!u.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(u),o.every(m=>m===!0)),f={...Object.fromEntries(Object.entries(n).map(([m,g])=>[m,(...N)=>{const w=this.buildProps(u,e),v=g(...N)(w);return o.push(v),f}])),run:h};return f}createCan(t){const{rawCommands:e,state:n}=this,s=!1,a=t||n.tr,i=this.buildProps(a,s);return{...Object.fromEntries(Object.entries(e).map(([c,u])=>[c,(...h)=>u(...h)({...i,dispatch:void 0})])),chain:()=>this.createChain(a,s)}}buildProps(t,e=!0){const{rawCommands:n,editor:s,state:a}=this,{view:i}=s,o={tr:t,editor:s,view:i,state:cp({state:a,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map(([c,u])=>[c,(...h)=>u(...h)(o)]))}};return o}},_2={};ny(_2,{blur:()=>UL,clearContent:()=>KL,clearNodes:()=>qL,command:()=>GL,createParagraphNear:()=>JL,cut:()=>YL,deleteCurrentNode:()=>QL,deleteNode:()=>XL,deleteRange:()=>ZL,deleteSelection:()=>e8,enter:()=>t8,exitCode:()=>n8,extendMarkRange:()=>s8,first:()=>r8,focus:()=>i8,forEach:()=>o8,insertContent:()=>l8,insertContentAt:()=>u8,joinBackward:()=>p8,joinDown:()=>f8,joinForward:()=>m8,joinItemBackward:()=>g8,joinItemForward:()=>x8,joinTextblockBackward:()=>y8,joinTextblockForward:()=>b8,joinUp:()=>h8,keyboardShortcut:()=>N8,lift:()=>w8,liftEmptyBlock:()=>j8,liftListItem:()=>k8,newlineInCode:()=>S8,resetAttributes:()=>C8,scrollIntoView:()=>E8,selectAll:()=>T8,selectNodeBackward:()=>M8,selectNodeForward:()=>A8,selectParentNode:()=>I8,selectTextblockEnd:()=>P8,selectTextblockStart:()=>R8,setContent:()=>O8,setMark:()=>e6,setMeta:()=>t6,setNode:()=>n6,setNodeSelection:()=>s6,setTextDirection:()=>r6,setTextSelection:()=>a6,sinkListItem:()=>i6,splitBlock:()=>o6,splitListItem:()=>l6,toggleList:()=>c6,toggleMark:()=>d6,toggleNode:()=>u6,toggleWrap:()=>h6,undoInputRule:()=>f6,unsetAllMarks:()=>p6,unsetMark:()=>m6,unsetTextDirection:()=>g6,updateAttributes:()=>x6,wrapIn:()=>y6,wrapInList:()=>b6});var UL=()=>({editor:t,view:e})=>(requestAnimationFrame(()=>{var n;t.isDestroyed||(e.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),KL=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),qL=()=>({state:t,tr:e,dispatch:n})=>{const{selection:s}=e,{ranges:a}=s;return n&&a.forEach(({$from:i,$to:o})=>{t.doc.nodesBetween(i.pos,o.pos,(c,u)=>{if(c.type.isText)return;const{doc:h,mapping:f}=e,m=h.resolve(f.map(u)),g=h.resolve(f.map(u+c.nodeSize)),y=m.blockRange(g);if(!y)return;const N=xc(y);if(c.type.isTextblock){const{defaultType:w}=m.parent.contentMatchAt(m.index());e.setNodeMarkup(y.start,w)}(N||N===0)&&e.lift(y,N)})}),!0},GL=t=>e=>t(e),JL=()=>({state:t,dispatch:e})=>XS(t,e),YL=(t,e)=>({editor:n,tr:s})=>{const{state:a}=n,i=a.doc.slice(t.from,t.to);s.deleteRange(t.from,t.to);const o=s.mapping.map(e);return s.insert(o,i.content),s.setSelection(new et(s.doc.resolve(Math.max(o-1,0)))),!0},QL=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,s=n.$anchor.node();if(s.content.size>0)return!1;const a=t.selection.$anchor;for(let i=a.depth;i>0;i-=1)if(a.node(i).type===s.type){if(e){const c=a.before(i),u=a.after(i);t.delete(c,u).scrollIntoView()}return!0}return!1};function Mn(t,e){if(typeof t=="string"){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var XL=t=>({tr:e,state:n,dispatch:s})=>{const a=Mn(t,n.schema),i=e.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===a){if(s){const u=i.before(o),h=i.after(o);e.delete(u,h).scrollIntoView()}return!0}return!1},ZL=t=>({tr:e,dispatch:n})=>{const{from:s,to:a}=t;return n&&e.delete(s,a),!0},e8=()=>({state:t,dispatch:e})=>B0(t,e),t8=()=>({commands:t})=>t.keyboardShortcut("Enter"),n8=()=>({state:t,dispatch:e})=>FO(t,e);function sy(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function lf(t,e,n={strict:!0}){const s=Object.keys(e);return s.length?s.every(a=>n.strict?e[a]===t[a]:sy(e[a])?e[a].test(t[a]):e[a]===t[a]):!0}function z2(t,e,n={}){return t.find(s=>s.type===e&&lf(Object.fromEntries(Object.keys(n).map(a=>[a,s.attrs[a]])),n))}function DN(t,e,n={}){return!!z2(t,e,n)}function ry(t,e,n){var s;if(!t||!e)return;let a=t.parent.childAfter(t.parentOffset);if((!a.node||!a.node.marks.some(f=>f.type===e))&&(a=t.parent.childBefore(t.parentOffset)),!a.node||!a.node.marks.some(f=>f.type===e)||(n=n||((s=a.node.marks[0])==null?void 0:s.attrs),!z2([...a.node.marks],e,n)))return;let o=a.index,c=t.start()+a.offset,u=o+1,h=c+a.node.nodeSize;for(;o>0&&DN([...t.parent.child(o-1).marks],e,n);)o-=1,c-=t.parent.child(o).nodeSize;for(;u({tr:n,state:s,dispatch:a})=>{const i=Qa(t,s.schema),{doc:o,selection:c}=n,{$from:u,from:h,to:f}=c;if(a){const m=ry(u,i,e);if(m&&m.from<=h&&m.to>=f){const g=et.create(o,m.from,m.to);n.setSelection(g)}}return!0},r8=t=>e=>{const n=typeof t=="function"?t(e):t;for(let s=0;s({editor:n,view:s,tr:a,dispatch:i})=>{e={scrollIntoView:!0,...e};const o=()=>{(cf()||LN())&&s.dom.focus(),a8()&&!cf()&&!LN()&&s.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(s.focus(),e!=null&&e.scrollIntoView&&n.commands.scrollIntoView())})};try{if(s.hasFocus()&&t===null||t===!1)return!0}catch{return!1}if(i&&t===null&&!F2(n.state.selection))return o(),!0;const c=$2(a.doc,t)||n.state.selection,u=n.state.selection.eq(c);return i&&(u||a.setSelection(c),u&&a.storedMarks&&a.setStoredMarks(a.storedMarks),o()),!0},o8=(t,e)=>n=>t.every((s,a)=>e(s,{...n,index:a})),l8=(t,e)=>({tr:n,commands:s})=>s.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),B2=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const s=e[n];s.nodeType===3&&s.nodeValue&&/^(\n\s\s|\n)$/.test(s.nodeValue)?t.removeChild(s):s.nodeType===1&&B2(s)}return t};function yh(t){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${t}`,n=new window.DOMParser().parseFromString(e,"text/html").body;return B2(n)}function $d(t,e,n){if(t instanceof Wa||t instanceof Ne)return t;n={slice:!0,parseOptions:{},...n};const s=typeof t=="object"&&t!==null,a=typeof t=="string";if(s)try{if(Array.isArray(t)&&t.length>0)return Ne.fromArray(t.map(c=>e.nodeFromJSON(c)));const o=e.nodeFromJSON(t);return n.errorOnInvalidContent&&o.check(),o}catch(i){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:i});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",i),$d("",e,n)}if(a){if(n.errorOnInvalidContent){let o=!1,c="";const u=new SS({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:h=>(o=!0,c=typeof h=="string"?h:h.outerHTML,null)}]}})});if(n.slice?_i.fromSchema(u).parseSlice(yh(t),n.parseOptions):_i.fromSchema(u).parse(yh(t),n.parseOptions),n.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${c}`)})}const i=_i.fromSchema(e);return n.slice?i.parseSlice(yh(t),n.parseOptions).content:i.parse(yh(t),n.parseOptions)}return $d("",e,n)}function c8(t,e,n){const s=t.steps.length-1;if(s{o===0&&(o=f)}),t.setSelection(ot.near(t.doc.resolve(o),n))}var d8=t=>!("type"in t),u8=(t,e,n)=>({tr:s,dispatch:a,editor:i})=>{var o;if(a){n={parseOptions:i.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let c;const u=v=>{i.emit("contentError",{editor:i,error:v,disableCollaboration:()=>{"collaboration"in i.storage&&typeof i.storage.collaboration=="object"&&i.storage.collaboration&&(i.storage.collaboration.isDisabled=!0)}})},h={preserveWhitespace:"full",...n.parseOptions};if(!n.errorOnInvalidContent&&!i.options.enableContentCheck&&i.options.emitContentError)try{$d(e,i.schema,{parseOptions:h,errorOnInvalidContent:!0})}catch(v){u(v)}try{c=$d(e,i.schema,{parseOptions:h,errorOnInvalidContent:(o=n.errorOnInvalidContent)!=null?o:i.options.enableContentCheck})}catch(v){return u(v),!1}let{from:f,to:m}=typeof t=="number"?{from:t,to:t}:{from:t.from,to:t.to},g=!0,y=!0;if((d8(c)?c:[c]).forEach(v=>{v.check(),g=g?v.isText&&v.marks.length===0:!1,y=y?v.isBlock:!1}),f===m&&y){const{parent:v}=s.doc.resolve(f);v.isTextblock&&!v.type.spec.code&&!v.childCount&&(f-=1,m+=1)}let w;if(g){if(Array.isArray(e))w=e.map(v=>v.text||"").join("");else if(e instanceof Ne){let v="";e.forEach(k=>{k.text&&(v+=k.text)}),w=v}else typeof e=="object"&&e&&e.text?w=e.text:w=e;s.insertText(w,f,m)}else{w=c;const v=s.doc.resolve(f),k=v.node(),C=v.parentOffset===0,E=k.isText||k.isTextblock,I=k.content.size>0;C&&E&&I&&(f=Math.max(0,f-1)),s.replaceWith(f,m,w)}n.updateSelection&&c8(s,s.steps.length-1,-1),n.applyInputRules&&s.setMeta("applyInputRules",{from:f,text:w}),n.applyPasteRules&&s.setMeta("applyPasteRules",{from:f,text:w})}return!0},h8=()=>({state:t,dispatch:e})=>LO(t,e),f8=()=>({state:t,dispatch:e})=>_O(t,e),p8=()=>({state:t,dispatch:e})=>US(t,e),m8=()=>({state:t,dispatch:e})=>JS(t,e),g8=()=>({state:t,dispatch:e,tr:n})=>{try{const s=sp(t.doc,t.selection.$from.pos,-1);return s==null?!1:(n.join(s,2),e&&e(n),!0)}catch{return!1}},x8=()=>({state:t,dispatch:e,tr:n})=>{try{const s=sp(t.doc,t.selection.$from.pos,1);return s==null?!1:(n.join(s,2),e&&e(n),!0)}catch{return!1}},y8=()=>({state:t,dispatch:e})=>OO(t,e),b8=()=>({state:t,dispatch:e})=>DO(t,e);function V2(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function v8(t){const e=t.split(/-(?!$)/);let n=e[e.length-1];n==="Space"&&(n=" ");let s,a,i,o;for(let c=0;c({editor:e,view:n,tr:s,dispatch:a})=>{const i=v8(t).split(/-(?!$)/),o=i.find(h=>!["Alt","Ctrl","Meta","Shift"].includes(h)),c=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:i.includes("Alt"),ctrlKey:i.includes("Ctrl"),metaKey:i.includes("Meta"),shiftKey:i.includes("Shift"),bubbles:!0,cancelable:!0}),u=e.captureTransaction(()=>{n.someProp("handleKeyDown",h=>h(n,c))});return u==null||u.steps.forEach(h=>{const f=h.map(s.mapping);f&&a&&s.maybeStep(f)}),!0};function Wi(t,e,n={}){const{from:s,to:a,empty:i}=t.selection,o=e?Mn(e,t.schema):null,c=[];t.doc.nodesBetween(s,a,(m,g)=>{if(m.isText)return;const y=Math.max(s,g),N=Math.min(a,g+m.nodeSize);c.push({node:m,from:y,to:N})});const u=a-s,h=c.filter(m=>o?o.name===m.node.type.name:!0).filter(m=>lf(m.node.attrs,n,{strict:!1}));return i?!!h.length:h.reduce((m,g)=>m+g.to-g.from,0)>=u}var w8=(t,e={})=>({state:n,dispatch:s})=>{const a=Mn(t,n.schema);return Wi(n,a,e)?zO(n,s):!1},j8=()=>({state:t,dispatch:e})=>ZS(t,e),k8=t=>({state:e,dispatch:n})=>{const s=Mn(t,e.schema);return YO(s)(e,n)},S8=()=>({state:t,dispatch:e})=>QS(t,e);function up(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function _N(t,e){const n=typeof e=="string"?[e]:e;return Object.keys(t).reduce((s,a)=>(n.includes(a)||(s[a]=t[a]),s),{})}var C8=(t,e)=>({tr:n,state:s,dispatch:a})=>{let i=null,o=null;const c=up(typeof t=="string"?t:t.name,s.schema);if(!c)return!1;c==="node"&&(i=Mn(t,s.schema)),c==="mark"&&(o=Qa(t,s.schema));let u=!1;return n.selection.ranges.forEach(h=>{s.doc.nodesBetween(h.$from.pos,h.$to.pos,(f,m)=>{i&&i===f.type&&(u=!0,a&&n.setNodeMarkup(m,void 0,_N(f.attrs,e))),o&&f.marks.length&&f.marks.forEach(g=>{o===g.type&&(u=!0,a&&n.addMark(m,m+f.nodeSize,o.create(_N(g.attrs,e))))})})}),u},E8=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),T8=()=>({tr:t,dispatch:e})=>{if(e){const n=new or(t.doc);t.setSelection(n)}return!0},M8=()=>({state:t,dispatch:e})=>qS(t,e),A8=()=>({state:t,dispatch:e})=>YS(t,e),I8=()=>({state:t,dispatch:e})=>VO(t,e),P8=()=>({state:t,dispatch:e})=>UO(t,e),R8=()=>({state:t,dispatch:e})=>WO(t,e);function Lx(t,e,n={},s={}){return $d(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:s.errorOnInvalidContent})}var O8=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:s={}}={})=>({editor:a,tr:i,dispatch:o,commands:c})=>{const{doc:u}=i;if(s.preserveWhitespace!=="full"){const h=Lx(t,a.schema,s,{errorOnInvalidContent:e??a.options.enableContentCheck});return o&&i.replaceWith(0,u.content.size,h).setMeta("preventUpdate",!n),!0}return o&&i.setMeta("preventUpdate",!n),c.insertContentAt({from:0,to:u.content.size},t,{parseOptions:s,errorOnInvalidContent:e??a.options.enableContentCheck})};function H2(t,e){const n=Qa(e,t.schema),{from:s,to:a,empty:i}=t.selection,o=[];i?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(s,a,u=>{o.push(...u.marks)});const c=o.find(u=>u.type.name===n.name);return c?{...c.attrs}:{}}function W2(t,e){const n=new F0(t);return e.forEach(s=>{s.steps.forEach(a=>{n.step(a)})}),n}function D8(t){for(let e=0;e{n(a)&&s.push({node:a,pos:i})}),s}function U2(t,e){for(let n=t.depth;n>0;n-=1){const s=t.node(n);if(e(s))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:s}}}function hp(t){return e=>U2(e.$from,t)}function Ye(t,e,n){return t.config[e]===void 0&&t.parent?Ye(t.parent,e,n):typeof t.config[e]=="function"?t.config[e].bind({...n,parent:t.parent?Ye(t.parent,e,n):null}):t.config[e]}function ay(t){return t.map(e=>{const n={name:e.name,options:e.options,storage:e.storage},s=Ye(e,"addExtensions",n);return s?[e,...ay(s())]:e}).flat(10)}function iy(t,e){const n=sl.fromSchema(e).serializeFragment(t),a=document.implementation.createHTMLDocument().createElement("div");return a.appendChild(n),a.innerHTML}function K2(t){return typeof t=="function"}function At(t,e=void 0,...n){return K2(t)?e?t.bind(e)(...n):t(...n):t}function _8(t={}){return Object.keys(t).length===0&&t.constructor===Object}function ic(t){const e=t.filter(a=>a.type==="extension"),n=t.filter(a=>a.type==="node"),s=t.filter(a=>a.type==="mark");return{baseExtensions:e,nodeExtensions:n,markExtensions:s}}function q2(t){const e=[],{nodeExtensions:n,markExtensions:s}=ic(t),a=[...n,...s],i={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(h=>h.name!=="text").map(h=>h.name),c=s.map(h=>h.name),u=[...o,...c];return t.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage,extensions:a},m=Ye(h,"addGlobalAttributes",f);if(!m)return;m().forEach(y=>{let N;Array.isArray(y.types)?N=y.types:y.types==="*"?N=u:y.types==="nodes"?N=o:y.types==="marks"?N=c:N=[],N.forEach(w=>{Object.entries(y.attributes).forEach(([v,k])=>{e.push({type:w,name:v,attribute:{...i,...k}})})})})}),a.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage},m=Ye(h,"addAttributes",f);if(!m)return;const g=m();Object.entries(g).forEach(([y,N])=>{const w={...i,...N};typeof(w==null?void 0:w.default)=="function"&&(w.default=w.default()),w!=null&&w.isRequired&&(w==null?void 0:w.default)===void 0&&delete w.default,e.push({type:h.name,name:y,attribute:w})})}),e}function z8(t){const e=[];let n="",s=!1,a=!1,i=0;const o=t.length;for(let c=0;c0){i-=1,n+=u;continue}if(u===";"&&i===0){e.push(n),n="";continue}}n+=u}return n&&e.push(n),e}function zN(t){const e=[],n=z8(t||""),s=n.length;for(let a=0;a!!e).reduce((e,n)=>{const s={...e};return Object.entries(n).forEach(([a,i])=>{if(!s[a]){s[a]=i;return}if(a==="class"){const c=i?String(i).split(" "):[],u=s[a]?s[a].split(" "):[],h=c.filter(f=>!u.includes(f));s[a]=[...u,...h].join(" ")}else if(a==="style"){const c=new Map([...zN(s[a]),...zN(i)]);s[a]=Array.from(c.entries()).map(([u,h])=>`${u}: ${h}`).join("; ")}else s[a]=i}),s},{})}function Bd(t,e){return e.filter(n=>n.type===t.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(t.attrs)||{}:{[n.name]:t.attrs[n.name]}).reduce((n,s)=>Rt(n,s),{})}function F8(t){return typeof t!="string"?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):t==="true"?!0:t==="false"?!1:t}function FN(t,e){return"style"in t?t:{...t,getAttrs:n=>{const s=t.getAttrs?t.getAttrs(n):t.attrs;if(s===!1)return!1;const a=e.reduce((i,o)=>{const c=o.attribute.parseHTML?o.attribute.parseHTML(n):F8(n.getAttribute(o.name));return c==null?i:{...i,[o.name]:c}},{});return{...s,...a}}}}function $N(t){return Object.fromEntries(Object.entries(t).filter(([e,n])=>e==="attrs"&&_8(n)?!1:n!=null))}function BN(t){var e,n;const s={};return!((e=t==null?void 0:t.attribute)!=null&&e.isRequired)&&"default"in((t==null?void 0:t.attribute)||{})&&(s.default=t.attribute.default),((n=t==null?void 0:t.attribute)==null?void 0:n.validate)!==void 0&&(s.validate=t.attribute.validate),[t.name,s]}function $8(t,e){var n;const s=q2(t),{nodeExtensions:a,markExtensions:i}=ic(t),o=(n=a.find(h=>Ye(h,"topNode")))==null?void 0:n.name,c=Object.fromEntries(a.map(h=>{const f=s.filter(k=>k.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},g=t.reduce((k,C)=>{const E=Ye(C,"extendNodeSchema",m);return{...k,...E?E(h):{}}},{}),y=$N({...g,content:At(Ye(h,"content",m)),marks:At(Ye(h,"marks",m)),group:At(Ye(h,"group",m)),inline:At(Ye(h,"inline",m)),atom:At(Ye(h,"atom",m)),selectable:At(Ye(h,"selectable",m)),draggable:At(Ye(h,"draggable",m)),code:At(Ye(h,"code",m)),whitespace:At(Ye(h,"whitespace",m)),linebreakReplacement:At(Ye(h,"linebreakReplacement",m)),defining:At(Ye(h,"defining",m)),isolating:At(Ye(h,"isolating",m)),attrs:Object.fromEntries(f.map(BN))}),N=At(Ye(h,"parseHTML",m));N&&(y.parseDOM=N.map(k=>FN(k,f)));const w=Ye(h,"renderHTML",m);w&&(y.toDOM=k=>w({node:k,HTMLAttributes:Bd(k,f)}));const v=Ye(h,"renderText",m);return v&&(y.toText=v),[h.name,y]})),u=Object.fromEntries(i.map(h=>{const f=s.filter(v=>v.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},g=t.reduce((v,k)=>{const C=Ye(k,"extendMarkSchema",m);return{...v,...C?C(h):{}}},{}),y=$N({...g,inclusive:At(Ye(h,"inclusive",m)),excludes:At(Ye(h,"excludes",m)),group:At(Ye(h,"group",m)),spanning:At(Ye(h,"spanning",m)),code:At(Ye(h,"code",m)),attrs:Object.fromEntries(f.map(BN))}),N=At(Ye(h,"parseHTML",m));N&&(y.parseDOM=N.map(v=>FN(v,f)));const w=Ye(h,"renderHTML",m);return w&&(y.toDOM=v=>w({mark:v,HTMLAttributes:Bd(v,f)})),[h.name,y]}));return new SS({topNode:o,nodes:c,marks:u})}function B8(t){const e=t.filter((n,s)=>t.indexOf(n)!==s);return Array.from(new Set(e))}function wd(t){return t.sort((n,s)=>{const a=Ye(n,"priority")||100,i=Ye(s,"priority")||100;return a>i?-1:as.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(s=>`'${s}'`).join(", ")}]. This can lead to issues.`),e}function J2(t,e,n){const{from:s,to:a}=e,{blockSeparator:i=` - -`,textSerializers:o={}}=n||{};let c="";return t.nodesBetween(s,a,(u,h,f,m)=>{var g;u.isBlock&&h>s&&(c+=i);const y=o==null?void 0:o[u.type.name];if(y)return f&&(c+=y({node:u,pos:h,parent:f,index:m,range:e})),!1;u.isText&&(c+=(g=u==null?void 0:u.text)==null?void 0:g.slice(Math.max(s,h)-h,a-h))}),c}function V8(t,e){const n={from:0,to:t.content.size};return J2(t,n,e)}function Y2(t){return Object.fromEntries(Object.entries(t.nodes).filter(([,e])=>e.spec.toText).map(([e,n])=>[e,n.spec.toText]))}function H8(t,e){const n=Mn(e,t.schema),{from:s,to:a}=t.selection,i=[];t.doc.nodesBetween(s,a,c=>{i.push(c)});const o=i.reverse().find(c=>c.type.name===n.name);return o?{...o.attrs}:{}}function Q2(t,e){const n=up(typeof e=="string"?e:e.name,t.schema);return n==="node"?H8(t,e):n==="mark"?H2(t,e):{}}function W8(t,e=JSON.stringify){const n={};return t.filter(s=>{const a=e(s);return Object.prototype.hasOwnProperty.call(n,a)?!1:n[a]=!0})}function U8(t){const e=W8(t);return e.length===1?e:e.filter((n,s)=>!e.filter((i,o)=>o!==s).some(i=>n.oldRange.from>=i.oldRange.from&&n.oldRange.to<=i.oldRange.to&&n.newRange.from>=i.newRange.from&&n.newRange.to<=i.newRange.to))}function X2(t){const{mapping:e,steps:n}=t,s=[];return e.maps.forEach((a,i)=>{const o=[];if(a.ranges.length)a.forEach((c,u)=>{o.push({from:c,to:u})});else{const{from:c,to:u}=n[i];if(c===void 0||u===void 0)return;o.push({from:c,to:u})}o.forEach(({from:c,to:u})=>{const h=e.slice(i).map(c,-1),f=e.slice(i).map(u),m=e.invert().map(h,-1),g=e.invert().map(f);s.push({oldRange:{from:m,to:g},newRange:{from:h,to:f}})})}),U8(s)}function oy(t,e,n){const s=[];return t===e?n.resolve(t).marks().forEach(a=>{const i=n.resolve(t),o=ry(i,a.type);o&&s.push({mark:a,...o})}):n.nodesBetween(t,e,(a,i)=>{!a||(a==null?void 0:a.nodeSize)===void 0||s.push(...a.marks.map(o=>({from:i,to:i+a.nodeSize,mark:o})))}),s}var K8=(t,e,n,s=20)=>{const a=t.doc.resolve(n);let i=s,o=null;for(;i>0&&o===null;){const c=a.node(i);(c==null?void 0:c.type.name)===e?o=c:i-=1}return[o,i]};function rd(t,e){return e.nodes[t]||e.marks[t]||null}function Lh(t,e,n){return Object.fromEntries(Object.entries(n).filter(([s])=>{const a=t.find(i=>i.type===e&&i.name===s);return a?a.attribute.keepOnSplit:!1}))}var q8=(t,e=500)=>{let n="";const s=t.parentOffset;return t.parent.nodesBetween(Math.max(0,s-e),s,(a,i,o,c)=>{var u,h;const f=((h=(u=a.type.spec).toText)==null?void 0:h.call(u,{node:a,pos:i,parent:o,index:c}))||a.textContent||"%leaf%";n+=a.isAtom&&!a.isText?f:f.slice(0,Math.max(0,s-i))}),n};function _x(t,e,n={}){const{empty:s,ranges:a}=t.selection,i=e?Qa(e,t.schema):null;if(s)return!!(t.storedMarks||t.selection.$from.marks()).filter(m=>i?i.name===m.type.name:!0).find(m=>lf(m.attrs,n,{strict:!1}));let o=0;const c=[];if(a.forEach(({$from:m,$to:g})=>{const y=m.pos,N=g.pos;t.doc.nodesBetween(y,N,(w,v)=>{if(i&&w.inlineContent&&!w.type.allowsMarkType(i))return!1;if(!w.isText&&!w.marks.length)return;const k=Math.max(y,v),C=Math.min(N,v+w.nodeSize),E=C-k;o+=E,c.push(...w.marks.map(I=>({mark:I,from:k,to:C})))})}),o===0)return!1;const u=c.filter(m=>i?i.name===m.mark.type.name:!0).filter(m=>lf(m.mark.attrs,n,{strict:!1})).reduce((m,g)=>m+g.to-g.from,0),h=c.filter(m=>i?m.mark.type!==i&&m.mark.type.excludes(i):!0).reduce((m,g)=>m+g.to-g.from,0);return(u>0?u+h:u)>=o}function G8(t,e,n={}){if(!e)return Wi(t,null,n)||_x(t,null,n);const s=up(e,t.schema);return s==="node"?Wi(t,e,n):s==="mark"?_x(t,e,n):!1}var J8=(t,e)=>{const{$from:n,$to:s,$anchor:a}=t.selection;if(e){const i=hp(c=>c.type.name===e)(t.selection);if(!i)return!1;const o=t.doc.resolve(i.pos+1);return a.pos+1===o.end()}return!(s.parentOffset{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)};function VN(t,e){return Array.isArray(e)?e.some(n=>(typeof n=="string"?n:n.name)===t.name):e}function HN(t,e){const{nodeExtensions:n}=ic(e),s=n.find(o=>o.name===t);if(!s)return!1;const a={name:s.name,options:s.options,storage:s.storage},i=At(Ye(s,"group",a));return typeof i!="string"?!1:i.split(" ").includes("list")}function fp(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var s;if(n){if(t.type.name==="hardBreak")return!0;if(t.isText)return/^\s*$/m.test((s=t.text)!=null?s:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(t.content.childCount===0)return!0;if(e){let a=!0;return t.content.forEach(i=>{a!==!1&&(fp(i,{ignoreWhitespace:n,checkChildren:e})||(a=!1))}),a}return!1}function Z2(t){return t instanceof Ze}var eC=class tC{constructor(e){this.position=e}static fromJSON(e){return new tC(e.position)}toJSON(){return{position:this.position}}};function Q8(t,e){const n=e.mapping.mapResult(t.position);return{position:new eC(n.pos),mapResult:n}}function X8(t){return new eC(t)}function Z8(t,e,n){var s;const{selection:a}=e;let i=null;if(F2(a)&&(i=a.$cursor),i){const c=(s=t.storedMarks)!=null?s:i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(c)||!c.some(h=>h.type.excludes(n)))}const{ranges:o}=a;return o.some(({$from:c,$to:u})=>{let h=c.depth===0?t.doc.inlineContent&&t.doc.type.allowsMarkType(n):!1;return t.doc.nodesBetween(c.pos,u.pos,(f,m,g)=>{if(h)return!1;if(f.isInline){const y=!g||g.type.allowsMarkType(n),N=!!n.isInSet(f.marks)||!f.marks.some(w=>w.type.excludes(n));h=y&&N}return!h}),h})}var e6=(t,e={})=>({tr:n,state:s,dispatch:a})=>{const{selection:i}=n,{empty:o,ranges:c}=i,u=Qa(t,s.schema);if(a)if(o){const h=H2(s,u);n.addStoredMark(u.create({...h,...e}))}else c.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;s.doc.nodesBetween(f,m,(g,y)=>{const N=Math.max(y,f),w=Math.min(y+g.nodeSize,m);g.marks.find(k=>k.type===u)?g.marks.forEach(k=>{u===k.type&&n.addMark(N,w,u.create({...k.attrs,...e}))}):n.addMark(N,w,u.create(e))})});return Z8(s,n,u)},t6=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),n6=(t,e={})=>({state:n,dispatch:s,chain:a})=>{const i=Mn(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),i.isTextblock?a().command(({commands:c})=>tN(i,{...o,...e})(n)?!0:c.clearNodes()).command(({state:c})=>tN(i,{...o,...e})(c,s)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},s6=t=>({tr:e,dispatch:n})=>{if(n){const{doc:s}=e,a=Do(t,0,s.content.size),i=Ze.create(s,a);e.setSelection(i)}return!0},r6=(t,e)=>({tr:n,state:s,dispatch:a})=>{const{selection:i}=s;let o,c;return typeof e=="number"?(o=e,c=e):e&&"from"in e&&"to"in e?(o=e.from,c=e.to):(o=i.from,c=i.to),a&&n.doc.nodesBetween(o,c,(u,h)=>{u.isText||n.setNodeMarkup(h,void 0,{...u.attrs,dir:t})}),!0},a6=t=>({tr:e,dispatch:n})=>{if(n){const{doc:s}=e,{from:a,to:i}=typeof t=="number"?{from:t,to:t}:t,o=et.atStart(s).from,c=et.atEnd(s).to,u=Do(a,o,c),h=Do(i,o,c),f=et.create(s,u,h);e.setSelection(f)}return!0},i6=t=>({state:e,dispatch:n})=>{const s=Mn(t,e.schema);return ZO(s)(e,n)};function WN(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const s=n.filter(a=>e==null?void 0:e.includes(a.type.name));t.tr.ensureMarks(s)}}var o6=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:s,editor:a})=>{const{selection:i,doc:o}=e,{$from:c,$to:u}=i,h=a.extensionManager.attributes,f=Lh(h,c.node().type.name,c.node().attrs);if(i instanceof Ze&&i.node.isBlock)return!c.parentOffset||!Ua(o,c.pos)?!1:(s&&(t&&WN(n,a.extensionManager.splittableMarks),e.split(c.pos).scrollIntoView()),!0);if(!c.parent.isBlock)return!1;const m=u.parentOffset===u.parent.content.size,g=c.depth===0?void 0:D8(c.node(-1).contentMatchAt(c.indexAfter(-1)));let y=m&&g?[{type:g,attrs:f}]:void 0,N=Ua(e.doc,e.mapping.map(c.pos),1,y);if(!y&&!N&&Ua(e.doc,e.mapping.map(c.pos),1,g?[{type:g}]:void 0)&&(N=!0,y=g?[{type:g,attrs:f}]:void 0),s){if(N&&(i instanceof et&&e.deleteSelection(),e.split(e.mapping.map(c.pos),1,y),g&&!m&&!c.parentOffset&&c.parent.type!==g)){const w=e.mapping.map(c.before()),v=e.doc.resolve(w);c.node(-1).canReplaceWith(v.index(),v.index()+1,g)&&e.setNodeMarkup(e.mapping.map(c.before()),g)}t&&WN(n,a.extensionManager.splittableMarks),e.scrollIntoView()}return N},l6=(t,e={})=>({tr:n,state:s,dispatch:a,editor:i})=>{var o;const c=Mn(t,s.schema),{$from:u,$to:h}=s.selection,f=s.selection.node;if(f&&f.isBlock||u.depth<2||!u.sameParent(h))return!1;const m=u.node(-1);if(m.type!==c)return!1;const g=i.extensionManager.attributes;if(u.parent.content.size===0&&u.node(-1).childCount===u.indexAfter(-1)){if(u.depth===2||u.node(-3).type!==c||u.index(-2)!==u.node(-2).childCount-1)return!1;if(a){let k=Ne.empty;const C=u.index(-1)?1:u.index(-2)?2:3;for(let P=u.depth-C;P>=u.depth-3;P-=1)k=Ne.from(u.node(P).copy(k));const E=u.indexAfter(-1){if(D>-1)return!1;P.isTextblock&&P.content.size===0&&(D=R+1)}),D>-1&&n.setSelection(et.near(n.doc.resolve(D))),n.scrollIntoView()}return!0}const y=h.pos===u.end()?m.contentMatchAt(0).defaultType:null,N={...Lh(g,m.type.name,m.attrs),...e},w={...Lh(g,u.node().type.name,u.node().attrs),...e};n.delete(u.pos,h.pos);const v=y?[{type:c,attrs:N},{type:y,attrs:w}]:[{type:c,attrs:N}];if(!Ua(n.doc,u.pos,2))return!1;if(a){const{selection:k,storedMarks:C}=s,{splittableMarks:E}=i.extensionManager,I=C||k.$to.parentOffset&&k.$from.marks();if(n.split(u.pos,2,v).scrollIntoView(),!I||!a)return!0;const L=I.filter(W=>E.includes(W.type.name));n.ensureMarks(L)}return!0},Rg=(t,e)=>{const n=hp(o=>o.type===e)(t.selection);if(!n)return!0;const s=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(s===void 0)return!0;const a=t.doc.nodeAt(s);return n.node.type===(a==null?void 0:a.type)&&Qi(t.doc,n.pos)&&t.join(n.pos),!0},Og=(t,e)=>{const n=hp(o=>o.type===e)(t.selection);if(!n)return!0;const s=t.doc.resolve(n.start).after(n.depth);if(s===void 0)return!0;const a=t.doc.nodeAt(s);return n.node.type===(a==null?void 0:a.type)&&Qi(t.doc,s)&&t.join(s),!0},c6=(t,e,n,s={})=>({editor:a,tr:i,state:o,dispatch:c,chain:u,commands:h,can:f})=>{const{extensions:m,splittableMarks:g}=a.extensionManager,y=Mn(t,o.schema),N=Mn(e,o.schema),{selection:w,storedMarks:v}=o,{$from:k,$to:C}=w,E=k.blockRange(C),I=v||w.$to.parentOffset&&w.$from.marks();if(!E)return!1;const L=hp(W=>HN(W.type.name,m))(w);if(E.depth>=1&&L&&E.depth-L.depth<=1){if(L.node.type===y)return h.liftListItem(N);if(HN(L.node.type.name,m)&&y.validContent(L.node.content)&&c)return u().command(()=>(i.setNodeMarkup(L.pos,y),!0)).command(()=>Rg(i,y)).command(()=>Og(i,y)).run()}return!n||!I||!c?u().command(()=>f().wrapInList(y,s)?!0:h.clearNodes()).wrapInList(y,s).command(()=>Rg(i,y)).command(()=>Og(i,y)).run():u().command(()=>{const W=f().wrapInList(y,s),D=I.filter(P=>g.includes(P.type.name));return i.ensureMarks(D),W?!0:h.clearNodes()}).wrapInList(y,s).command(()=>Rg(i,y)).command(()=>Og(i,y)).run()},d6=(t,e={},n={})=>({state:s,commands:a})=>{const{extendEmptyMarkRange:i=!1}=n,o=Qa(t,s.schema);return _x(s,o,e)?a.unsetMark(o,{extendEmptyMarkRange:i}):a.setMark(o,e)},u6=(t,e,n={})=>({state:s,commands:a})=>{const i=Mn(t,s.schema),o=Mn(e,s.schema),c=Wi(s,i,n);let u;return s.selection.$anchor.sameParent(s.selection.$head)&&(u=s.selection.$anchor.parent.attrs),c?a.setNode(o,u):a.setNode(i,{...u,...n})},h6=(t,e={})=>({state:n,commands:s})=>{const a=Mn(t,n.schema);return Wi(n,a,e)?s.lift(a):s.wrapIn(a,e)},f6=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let s=0;s=0;u-=1)o.step(c.steps[u].invert(c.docs[u]));if(i.text){const u=o.doc.resolve(i.from).marks();o.replaceWith(i.from,i.to,t.schema.text(i.text,u))}else o.delete(i.from,i.to)}return!0}}return!1},p6=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:s,ranges:a}=n;return s||e&&a.forEach(i=>{t.removeMark(i.$from.pos,i.$to.pos)}),!0},m6=(t,e={})=>({tr:n,state:s,dispatch:a})=>{var i;const{extendEmptyMarkRange:o=!1}=e,{selection:c}=n,u=Qa(t,s.schema),{$from:h,empty:f,ranges:m}=c;if(!a)return!0;if(f&&o){let{from:g,to:y}=c;const N=(i=h.marks().find(v=>v.type===u))==null?void 0:i.attrs,w=ry(h,u,N);w&&(g=w.from,y=w.to),n.removeMark(g,y,u)}else m.forEach(g=>{n.removeMark(g.$from.pos,g.$to.pos,u)});return n.removeStoredMark(u),!0},g6=t=>({tr:e,state:n,dispatch:s})=>{const{selection:a}=n;let i,o;return typeof t=="number"?(i=t,o=t):t&&"from"in t&&"to"in t?(i=t.from,o=t.to):(i=a.from,o=a.to),s&&e.doc.nodesBetween(i,o,(c,u)=>{if(c.isText)return;const h={...c.attrs};delete h.dir,e.setNodeMarkup(u,void 0,h)}),!0},x6=(t,e={})=>({tr:n,state:s,dispatch:a})=>{let i=null,o=null;const c=up(typeof t=="string"?t:t.name,s.schema);if(!c)return!1;c==="node"&&(i=Mn(t,s.schema)),c==="mark"&&(o=Qa(t,s.schema));let u=!1;return n.selection.ranges.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;let g,y,N,w;n.selection.empty?s.doc.nodesBetween(f,m,(v,k)=>{i&&i===v.type&&(u=!0,N=Math.max(k,f),w=Math.min(k+v.nodeSize,m),g=k,y=v)}):s.doc.nodesBetween(f,m,(v,k)=>{k=f&&k<=m&&(i&&i===v.type&&(u=!0,a&&n.setNodeMarkup(k,void 0,{...v.attrs,...e})),o&&v.marks.length&&v.marks.forEach(C=>{if(o===C.type&&(u=!0,a)){const E=Math.max(k,f),I=Math.min(k+v.nodeSize,m);n.addMark(E,I,o.create({...C.attrs,...e}))}}))}),y&&(g!==void 0&&a&&n.setNodeMarkup(g,void 0,{...y.attrs,...e}),o&&y.marks.length&&y.marks.forEach(v=>{o===v.type&&a&&n.addMark(N,w,o.create({...v.attrs,...e}))}))}),u},y6=(t,e={})=>({state:n,dispatch:s})=>{const a=Mn(t,n.schema);return KO(a,e)(n,s)},b6=(t,e={})=>({state:n,dispatch:s})=>{const a=Mn(t,n.schema);return qO(a,e)(n,s)},v6=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach(s=>s.apply(this,e)),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter(s=>s!==e):delete this.callbacks[t]),this}once(t,e){const n=(...s)=>{this.off(t,n),e.apply(this,s)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},pp=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=(e=t.undoable)!=null?e:!0}},N6=(t,e)=>{if(sy(e))return e.exec(t);const n=e(t);if(!n)return null;const s=[n.text];return s.index=n.index,s.input=t,s.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),s.push(n.replaceWith)),s};function bh(t){var e;const{editor:n,from:s,to:a,text:i,rules:o,plugin:c}=t,{view:u}=n;if(u.composing)return!1;const h=u.state.doc.resolve(s);if(h.parent.type.spec.code||(e=h.nodeBefore||h.nodeAfter)!=null&&e.marks.find(g=>g.type.spec.code))return!1;let f=!1;const m=q8(h)+i;return o.forEach(g=>{if(f)return;const y=N6(m,g.find);if(!y)return;const N=u.state.tr,w=cp({state:u.state,transaction:N}),v={from:s-(y[0].length-i.length),to:a},{commands:k,chain:C,can:E}=new dp({editor:n,state:w});g.handler({state:w,range:v,match:y,commands:k,chain:C,can:E})===null||!N.steps.length||(g.undoable&&N.setMeta(c,{transform:N,from:s,to:a,text:i}),u.dispatch(N),f=!0)}),f}function w6(t){const{editor:e,rules:n}=t,s=new Qt({state:{init(){return null},apply(a,i,o){const c=a.getMeta(s);if(c)return c;const u=a.getMeta("applyInputRules");return!!u&&setTimeout(()=>{let{text:f}=u;typeof f=="string"?f=f:f=iy(Ne.from(f),o.schema);const{from:m}=u,g=m+f.length;bh({editor:e,from:m,to:g,text:f,rules:n,plugin:s})}),a.selectionSet||a.docChanged?null:i}},props:{handleTextInput(a,i,o,c){return bh({editor:e,from:i,to:o,text:c,rules:n,plugin:s})},handleDOMEvents:{compositionend:a=>(setTimeout(()=>{const{$cursor:i}=a.state.selection;i&&bh({editor:e,from:i.pos,to:i.pos,text:"",rules:n,plugin:s})}),!1)},handleKeyDown(a,i){if(i.key!=="Enter")return!1;const{$cursor:o}=a.state.selection;return o?bh({editor:e,from:o.pos,to:o.pos,text:` -`,rules:n,plugin:s}):!1}},isInputRules:!0});return s}function j6(t){return Object.prototype.toString.call(t).slice(8,-1)}function vh(t){return j6(t)!=="Object"?!1:t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function nC(t,e){const n={...t};return vh(t)&&vh(e)&&Object.keys(e).forEach(s=>{vh(e[s])&&vh(t[s])?n[s]=nC(t[s],e[s]):n[s]=e[s]}),n}var ly=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...At(Ye(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...At(Ye(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>nC(this.options,t)});return e.name=this.name,e.parent=this.parent,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},rl=class sC extends ly{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n=typeof e=="function"?e():e;return new sC(n)}static handleExit({editor:e,mark:n}){const{tr:s}=e.state,a=e.state.selection.$from;if(a.pos===a.end()){const o=a.marks();if(!!!o.find(h=>(h==null?void 0:h.type.name)===n.name))return!1;const u=o.find(h=>(h==null?void 0:h.type.name)===n.name);return u&&s.removeStoredMark(u),s.insertText(" ",a.pos),e.view.dispatch(s),!0}return!1}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function k6(t){return typeof t=="number"}var S6=class{constructor(t){this.find=t.find,this.handler=t.handler}},C6=(t,e,n)=>{if(sy(e))return[...t.matchAll(e)];const s=e(t,n);return s?s.map(a=>{const i=[a.text];return i.index=a.index,i.input=t,i.data=a.data,a.replaceWith&&(a.text.includes(a.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(a.replaceWith)),i}):[]};function E6(t){const{editor:e,state:n,from:s,to:a,rule:i,pasteEvent:o,dropEvent:c}=t,{commands:u,chain:h,can:f}=new dp({editor:e,state:n}),m=[];return n.doc.nodesBetween(s,a,(y,N)=>{var w,v,k,C,E;if((v=(w=y.type)==null?void 0:w.spec)!=null&&v.code||!(y.isText||y.isTextblock||y.isInline))return;const I=(E=(C=(k=y.content)==null?void 0:k.size)!=null?C:y.nodeSize)!=null?E:0,L=Math.max(s,N),W=Math.min(a,N+I);if(L>=W)return;const D=y.isText?y.text||"":y.textBetween(L-N,W-N,void 0,"");C6(D,i.find,o).forEach(R=>{if(R.index===void 0)return;const K=L+R.index+1,re=K+R[0].length,ue={from:n.tr.mapping.map(K),to:n.tr.mapping.map(re)},xe=i.handler({state:n,range:ue,match:R,commands:u,chain:h,can:f,pasteEvent:o,dropEvent:c});m.push(xe)})}),m.every(y=>y!==null)}var Nh=null,T6=t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=n.clipboardData)==null||e.setData("text/html",t),n};function M6(t){const{editor:e,rules:n}=t;let s=null,a=!1,i=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,c;try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}const u=({state:f,from:m,to:g,rule:y,pasteEvt:N})=>{const w=f.tr,v=cp({state:f,transaction:w});if(!(!E6({editor:e,state:v,from:Math.max(m-1,0),to:g.b-1,rule:y,pasteEvent:N,dropEvent:c})||!w.steps.length)){try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,w}};return n.map(f=>new Qt({view(m){const g=N=>{var w;s=(w=m.dom.parentElement)!=null&&w.contains(N.target)?m.dom.parentElement:null,s&&(Nh=e)},y=()=>{Nh&&(Nh=null)};return window.addEventListener("dragstart",g),window.addEventListener("dragend",y),{destroy(){window.removeEventListener("dragstart",g),window.removeEventListener("dragend",y)}}},props:{handleDOMEvents:{drop:(m,g)=>{if(i=s===m.dom.parentElement,c=g,!i){const y=Nh;y!=null&&y.isEditable&&setTimeout(()=>{const N=y.state.selection;N&&y.commands.deleteRange({from:N.from,to:N.to})},10)}return!1},paste:(m,g)=>{var y;const N=(y=g.clipboardData)==null?void 0:y.getData("text/html");return o=g,a=!!(N!=null&&N.includes("data-pm-slice")),!1}}},appendTransaction:(m,g,y)=>{const N=m[0],w=N.getMeta("uiEvent")==="paste"&&!a,v=N.getMeta("uiEvent")==="drop"&&!i,k=N.getMeta("applyPasteRules"),C=!!k;if(!w&&!v&&!C)return;if(C){let{text:L}=k;typeof L=="string"?L=L:L=iy(Ne.from(L),y.schema);const{from:W}=k,D=W+L.length,P=T6(L);return u({rule:f,state:y,from:W,to:{b:D},pasteEvt:P})}const E=g.doc.content.findDiffStart(y.doc.content),I=g.doc.content.findDiffEnd(y.doc.content);if(!(!k6(E)||!I||E===I.b))return u({rule:f,state:y,from:E,to:I,pasteEvt:o})}}))}var mp=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=G2(t),this.schema=$8(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((t,e)=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:rd(e.name,this.schema)},s=Ye(e,"addCommands",n);return s?{...t,...s()}:t},{})}get plugins(){const{editor:t}=this;return wd([...this.extensions].reverse()).flatMap(s=>{const a={name:s.name,options:s.options,storage:this.editor.extensionStorage[s.name],editor:t,type:rd(s.name,this.schema)},i=[],o=Ye(s,"addKeyboardShortcuts",a);let c={};if(s.type==="mark"&&Ye(s,"exitable",a)&&(c.ArrowRight=()=>rl.handleExit({editor:t,mark:s})),o){const g=Object.fromEntries(Object.entries(o()).map(([y,N])=>[y,()=>N({editor:t})]));c={...c,...g}}const u=HL(c);i.push(u);const h=Ye(s,"addInputRules",a);if(VN(s,t.options.enableInputRules)&&h){const g=h();if(g&&g.length){const y=w6({editor:t,rules:g}),N=Array.isArray(y)?y:[y];i.push(...N)}}const f=Ye(s,"addPasteRules",a);if(VN(s,t.options.enablePasteRules)&&f){const g=f();if(g&&g.length){const y=M6({editor:t,rules:g});i.push(...y)}}const m=Ye(s,"addProseMirrorPlugins",a);if(m){const g=m();i.push(...g)}return i})}get attributes(){return q2(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=ic(this.extensions);return Object.fromEntries(e.filter(n=>!!Ye(n,"addNodeView")).map(n=>{const s=this.attributes.filter(u=>u.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Mn(n.name,this.schema)},i=Ye(n,"addNodeView",a);if(!i)return[];const o=i();if(!o)return[];const c=(u,h,f,m,g)=>{const y=Bd(u,s);return o({node:u,view:h,getPos:f,decorations:m,innerDecorations:g,editor:t,extension:n,HTMLAttributes:y})};return[n.name,c]}))}dispatchTransaction(t){const{editor:e}=this;return wd([...this.extensions].reverse()).reduceRight((s,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:rd(a.name,this.schema)},o=Ye(a,"dispatchTransaction",i);return o?c=>{o.call(i,{transaction:c,next:s})}:s},t)}transformPastedHTML(t){const{editor:e}=this;return wd([...this.extensions]).reduce((s,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:rd(a.name,this.schema)},o=Ye(a,"transformPastedHTML",i);return o?(c,u)=>{const h=s(c,u);return o.call(i,h)}:s},t||(s=>s))}get markViews(){const{editor:t}=this,{markExtensions:e}=ic(this.extensions);return Object.fromEntries(e.filter(n=>!!Ye(n,"addMarkView")).map(n=>{const s=this.attributes.filter(c=>c.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Qa(n.name,this.schema)},i=Ye(n,"addMarkView",a);if(!i)return[];const o=(c,u,h)=>{const f=Bd(c,s);return i()({mark:c,view:u,inline:h,editor:t,extension:n,HTMLAttributes:f,updateAttributes:m=>{W6(c,t,m)}})};return[n.name,o]}))}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map(e=>[e.name,e.storage])),t.forEach(e=>{var n;const s={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:rd(e.name,this.schema)};e.type==="mark"&&((n=At(Ye(e,"keepOnSplit",s)))==null||n)&&this.splittableMarks.push(e.name);const a=Ye(e,"onBeforeCreate",s),i=Ye(e,"onCreate",s),o=Ye(e,"onUpdate",s),c=Ye(e,"onSelectionUpdate",s),u=Ye(e,"onTransaction",s),h=Ye(e,"onFocus",s),f=Ye(e,"onBlur",s),m=Ye(e,"onDestroy",s);a&&this.editor.on("beforeCreate",a),i&&this.editor.on("create",i),o&&this.editor.on("update",o),c&&this.editor.on("selectionUpdate",c),u&&this.editor.on("transaction",u),h&&this.editor.on("focus",h),f&&this.editor.on("blur",f),m&&this.editor.on("destroy",m)})}};mp.resolve=G2;mp.sort=wd;mp.flatten=ay;var A6={};ny(A6,{ClipboardTextSerializer:()=>aC,Commands:()=>iC,Delete:()=>oC,Drop:()=>lC,Editable:()=>cC,FocusEvents:()=>uC,Keymap:()=>hC,Paste:()=>fC,Tabindex:()=>pC,TextDirection:()=>mC,focusEventsPluginKey:()=>dC});var vn=class rC extends ly{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n=typeof e=="function"?e():e;return new rC(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}},aC=vn.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new Qt({key:new ln("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:s,selection:a}=e,{ranges:i}=a,o=Math.min(...i.map(f=>f.$from.pos)),c=Math.max(...i.map(f=>f.$to.pos)),u=Y2(n);return J2(s,{from:o,to:c},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:u})}}})]}}),iC=vn.create({name:"commands",addCommands(){return{..._2}}}),oC=vn.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,s,a;const i=()=>{var o,c,u,h;if((h=(u=(c=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:c.filterTransaction)==null?void 0:u.call(c,t))!=null?h:t.getMeta("y-sync$"))return;const f=W2(t.before,[t,...e]);X2(f).forEach(y=>{f.mapping.mapResult(y.oldRange.from).deletedAfter&&f.mapping.mapResult(y.oldRange.to).deletedBefore&&f.before.nodesBetween(y.oldRange.from,y.oldRange.to,(N,w)=>{const v=w+N.nodeSize-2,k=y.oldRange.from<=w&&v<=y.oldRange.to;this.editor.emit("delete",{type:"node",node:N,from:w,to:v,newFrom:f.mapping.map(w),newTo:f.mapping.map(v),deletedRange:y.oldRange,newRange:y.newRange,partial:!k,editor:this.editor,transaction:t,combinedTransform:f})})});const g=f.mapping;f.steps.forEach((y,N)=>{var w,v;if(y instanceof Fr){const k=g.slice(N).map(y.from,-1),C=g.slice(N).map(y.to),E=g.invert().map(k,-1),I=g.invert().map(C),L=(w=f.doc.nodeAt(k-1))==null?void 0:w.marks.some(D=>D.eq(y.mark)),W=(v=f.doc.nodeAt(C))==null?void 0:v.marks.some(D=>D.eq(y.mark));this.editor.emit("delete",{type:"mark",mark:y.mark,from:y.from,to:y.to,deletedRange:{from:E,to:I},newRange:{from:k,to:C},partial:!!(W||L),editor:this.editor,transaction:t,combinedTransform:f})}})};(a=(s=(n=this.editor.options.coreExtensionOptions)==null?void 0:n.delete)==null?void 0:s.async)==null||a?setTimeout(i,0):i()}}),lC=vn.create({name:"drop",addProseMirrorPlugins(){return[new Qt({key:new ln("tiptapDrop"),props:{handleDrop:(t,e,n,s)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:s})}}})]}}),cC=vn.create({name:"editable",addProseMirrorPlugins(){return[new Qt({key:new ln("editable"),props:{editable:()=>this.editor.options.editable}})]}}),dC=new ln("focusEvents"),uC=vn.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new Qt({key:dC,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const s=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(s),!1},blur:(e,n)=>{t.isFocused=!1;const s=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(s),!1}}}})]}}),hC=vn.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:c})=>{const{selection:u,doc:h}=c,{empty:f,$anchor:m}=u,{pos:g,parent:y}=m,N=m.parent.isTextblock&&g>0?c.doc.resolve(g-1):m,w=N.parent.type.spec.isolating,v=m.pos-m.parentOffset,k=w&&N.parent.childCount===1?v===m.pos:ot.atStart(h).from===g;return!f||!y.type.isTextblock||y.textContent.length||!k||k&&m.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),s={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},a={...s},i={...s,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return cf()||V2()?i:a},addProseMirrorPlugins(){return[new Qt({key:new ln("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some(w=>w.getMeta("composition")))return;const s=t.some(w=>w.docChanged)&&!e.doc.eq(n.doc),a=t.some(w=>w.getMeta("preventClearDocument"));if(!s||a)return;const{empty:i,from:o,to:c}=e.selection,u=ot.atStart(e.doc).from,h=ot.atEnd(e.doc).to;if(i||!(o===u&&c===h)||!fp(n.doc))return;const g=n.tr,y=cp({state:n,transaction:g}),{commands:N}=new dp({editor:this.editor,state:y});if(N.clearNodes(),!!g.steps.length)return g}})]}}),fC=vn.create({name:"paste",addProseMirrorPlugins(){return[new Qt({key:new ln("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),pC=vn.create({name:"tabindex",addProseMirrorPlugins(){return[new Qt({key:new ln("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),mC=vn.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=ic(this.extensions);return[{types:t.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const n=e.getAttribute("dir");return n&&(n==="ltr"||n==="rtl"||n==="auto")?n:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new Qt({key:new ln("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),I6=class dd{constructor(e,n,s=!1,a=null){this.currentNode=null,this.actualDepth=null,this.isBlock=s,this.resolvedPos=e,this.editor=n,this.currentNode=a}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let n=this.from,s=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}n=this.from+1,s=this.to-1}this.editor.commands.insertContentAt({from:n,to:s},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new dd(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new dd(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new dd(e,this.editor)}get children(){const e=[];return this.node.content.forEach((n,s)=>{const a=n.isBlock&&!n.isTextblock,i=n.isAtom&&!n.isText,o=n.isInline,c=this.pos+s+(i?0:1);if(c<0||c>this.resolvedPos.doc.nodeSize-2)return;const u=this.resolvedPos.doc.resolve(c);if(!a&&!o&&u.depth<=this.depth)return;const h=new dd(u,this.editor,a,a||o?n:null);a&&(h.actualDepth=this.depth+1),e.push(h)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,n={}){let s=null,a=this.parent;for(;a&&!s;){if(a.node.type.name===e)if(Object.keys(n).length>0){const i=a.node.attrs,o=Object.keys(n);for(let c=0;c{s&&a.length>0||(o.node.type.name===e&&i.every(u=>n[u]===o.node.attrs[u])&&a.push(o),!(s&&a.length>0)&&(a=a.concat(o.querySelectorAll(e,n,s))))}),a}setAttribute(e){const{tr:n}=this.editor.state;n.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(n)}},P6=`.ProseMirror { - position: relative; -} - -.ProseMirror { - word-wrap: break-word; - white-space: pre-wrap; - white-space: break-spaces; - -webkit-font-variant-ligatures: none; - font-variant-ligatures: none; - font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ -} - -.ProseMirror [contenteditable="false"] { - white-space: normal; -} - -.ProseMirror [contenteditable="false"] [contenteditable="true"] { - white-space: pre-wrap; -} - -.ProseMirror pre { - white-space: pre-wrap; -} - -img.ProseMirror-separator { - display: inline !important; - border: none !important; - margin: 0 !important; - width: 0 !important; - height: 0 !important; -} - -.ProseMirror-gapcursor { - display: none; - pointer-events: none; - position: absolute; - margin: 0; -} - -.ProseMirror-gapcursor:after { - content: ""; - display: block; - position: absolute; - top: -2px; - width: 20px; - border-top: 1px solid black; - animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; -} - -@keyframes ProseMirror-cursor-blink { - to { - visibility: hidden; - } -} - -.ProseMirror-hideselection *::selection { - background: transparent; -} - -.ProseMirror-hideselection *::-moz-selection { - background: transparent; -} - -.ProseMirror-hideselection * { - caret-color: transparent; -} - -.ProseMirror-focused .ProseMirror-gapcursor { - display: block; -}`;function R6(t,e,n){const s=document.querySelector("style[data-tiptap-style]");if(s!==null)return s;const a=document.createElement("style");return e&&a.setAttribute("nonce",e),a.setAttribute("data-tiptap-style",""),a.innerHTML=t,document.getElementsByTagName("head")[0].appendChild(a),a}var O6=class extends v6{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:s})=>{throw s},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Q8,createMappablePosition:X8},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",({event:s,slice:a,moved:i})=>this.options.onDrop(s,a,i)),this.on("paste",({event:s,slice:a})=>this.options.onPaste(s,a)),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=$2(e,this.options.autofocus);this.editorState=Jl.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const t=this.editorView.dom;t!=null&&t.editor&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<"u"&&(this.css=R6(P6,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=K2(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],s=this.state.reconfigure({plugins:n});return this.view.updateState(s),s}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach(a=>{const i=typeof a=="string"?`${a}$`:a.key;n=n.filter(o=>!o.key.startsWith(i))}),e.length===n.length)return;const s=this.state.reconfigure({plugins:n});return this.view.updateState(s),s}createExtensionManager(){var t,e;const s=[...this.options.enableCoreExtensions?[cC,aC.configure({blockSeparator:(e=(t=this.options.coreExtensionOptions)==null?void 0:t.clipboardTextSerializer)==null?void 0:e.blockSeparator}),iC,uC,hC,pC,lC,fC,oC,mC.configure({direction:this.options.textDirection})].filter(a=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[a.name]!==!1:!0):[],...this.options.extensions].filter(a=>["extension","node","mark"].includes(a==null?void 0:a.type));this.extensionManager=new mp(s,this)}createCommandManager(){this.commandManager=new dp({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=Lx(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(n=>n.name!=="collaboration"),this.createExtensionManager()}}),t=Lx(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){const{editorProps:e,enableExtensionDispatchTransaction:n}=this.options,s=e.dispatchTransaction||this.dispatchTransaction.bind(this),a=n?this.extensionManager.dispatchTransaction(s):s,i=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(i);this.editorView=new L2(t,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:a,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const c=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(c),this.prependClass(),this.injectCSS();const u=this.view.dom;u.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=t;return}t.steps.forEach(h=>{var f;return(f=this.capturedTransaction)==null?void 0:f.step(h)});return}const{state:e,transactions:n}=this.state.applyTransaction(t),s=!this.state.selection.eq(e.selection),a=n.includes(t),i=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!a)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),s&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast(h=>h.getMeta("focus")||h.getMeta("blur")),c=o==null?void 0:o.getMeta("focus"),u=o==null?void 0:o.getMeta("blur");c&&this.emit("focus",{editor:this,event:c.event,transaction:o}),u&&this.emit("blur",{editor:this,event:u.event,transaction:o}),!(t.getMeta("preventUpdate")||!n.some(h=>h.docChanged)||i.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return Q2(this.state,t)}isActive(t,e){const n=typeof t=="string"?t:null,s=typeof t=="string"?e:t;return G8(this.state,n,s)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iy(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e=` - -`,textSerializers:n={}}=t||{};return V8(this.state.doc,{blockSeparator:e,textSerializers:{...Y2(this.schema),...n}})}get isEmpty(){return fp(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var t,e;return(e=(t=this.editorView)==null?void 0:t.isDestroyed)!=null?e:!0}$node(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t);return new I6(e,this)}get $doc(){return this.$pos(0)}};function oc(t){return new pp({find:t.find,handler:({state:e,range:n,match:s})=>{const a=At(t.getAttributes,void 0,s);if(a===!1||a===null)return null;const{tr:i}=e,o=s[s.length-1],c=s[0];if(o){const u=c.search(/\S/),h=n.from+c.indexOf(o),f=h+o.length;if(oy(n.from,n.to,e.doc).filter(y=>y.mark.type.excluded.find(w=>w===t.type&&w!==y.mark.type)).filter(y=>y.to>h).length)return null;fn.from&&i.delete(n.from+u,h);const g=n.from+u+o.length;i.addMark(n.from+u,g,t.type.create(a||{})),i.removeStoredMark(t.type)}},undoable:t.undoable})}function gC(t){return new pp({find:t.find,handler:({state:e,range:n,match:s})=>{const a=At(t.getAttributes,void 0,s)||{},{tr:i}=e,o=n.from;let c=n.to;const u=t.type.create(a);if(s[1]){const h=s[0].lastIndexOf(s[1]);let f=o+h;f>c?f=c:c=f+s[1].length;const m=s[0][s[0].length-1];i.insertText(m,o+s[0].length-1),i.replaceWith(f,c,u)}else if(s[0]){const h=t.type.isInline?o:o-1;i.insert(h,t.type.create(a)).delete(i.mapping.map(o),i.mapping.map(c))}i.scrollIntoView()},undoable:t.undoable})}function zx(t){return new pp({find:t.find,handler:({state:e,range:n,match:s})=>{const a=e.doc.resolve(n.from),i=At(t.getAttributes,void 0,s)||{};if(!a.node(-1).canReplaceWith(a.index(-1),a.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,i)},undoable:t.undoable})}function lc(t){return new pp({find:t.find,handler:({state:e,range:n,match:s,chain:a})=>{const i=At(t.getAttributes,void 0,s)||{},o=e.tr.delete(n.from,n.to),u=o.doc.resolve(n.from).blockRange(),h=u&&z0(u,t.type,i);if(!h)return null;if(o.wrap(u,h),t.keepMarks&&t.editor){const{selection:m,storedMarks:g}=e,{splittableMarks:y}=t.editor.extensionManager,N=g||m.$to.parentOffset&&m.$from.marks();if(N){const w=N.filter(v=>y.includes(v.type.name));o.ensureMarks(w)}}if(t.keepAttributes){const m=t.type.name==="bulletList"||t.type.name==="orderedList"?"listItem":"taskList";a().updateAttributes(m,i).run()}const f=o.doc.resolve(n.from-1).nodeBefore;f&&f.type===t.type&&Qi(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(s,f))&&o.join(n.from-1)},undoable:t.undoable})}var D6=t=>"touches"in t,L6=class{constructor(t){this.directions=["bottom-left","bottom-right","top-left","top-right"],this.minSize={height:8,width:8},this.preserveAspectRatio=!1,this.classNames={container:"",wrapper:"",handle:"",resizing:""},this.initialWidth=0,this.initialHeight=0,this.aspectRatio=1,this.isResizing=!1,this.activeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.isShiftKeyPressed=!1,this.lastEditableState=void 0,this.handleMap=new Map,this.handleMouseMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.clientX-this.startX,h=c.clientY-this.startY;this.handleResize(u,h)},this.handleTouchMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.touches[0];if(!u)return;const h=u.clientX-this.startX,f=u.clientY-this.startY;this.handleResize(h,f)},this.handleMouseUp=()=>{if(!this.isResizing)return;const c=this.element.offsetWidth,u=this.element.offsetHeight;this.onCommit(c,u),this.isResizing=!1,this.activeHandle=null,this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)},this.handleKeyDown=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,n,s,a,i,o;this.node=t.node,this.editor=t.editor,this.element=t.element,this.contentElement=t.contentElement,this.getPos=t.getPos,this.onResize=t.onResize,this.onCommit=t.onCommit,this.onUpdate=t.onUpdate,(e=t.options)!=null&&e.min&&(this.minSize={...this.minSize,...t.options.min}),(n=t.options)!=null&&n.max&&(this.maxSize=t.options.max),(s=t==null?void 0:t.options)!=null&&s.directions&&(this.directions=t.options.directions),(a=t.options)!=null&&a.preserveAspectRatio&&(this.preserveAspectRatio=t.options.preserveAspectRatio),(i=t.options)!=null&&i.className&&(this.classNames={container:t.options.className.container||"",wrapper:t.options.className.wrapper||"",handle:t.options.className.handle||"",resizing:t.options.className.resizing||""}),(o=t.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=t.options.createCustomHandle),this.wrapper=this.createWrapper(),this.container=this.createContainer(),this.applyInitialSize(),this.attachHandles(),this.editor.on("update",this.handleEditorUpdate.bind(this))}get dom(){return this.container}get contentDOM(){var t;return(t=this.contentElement)!=null?t:null}handleEditorUpdate(){const t=this.editor.isEditable;t!==this.lastEditableState&&(this.lastEditableState=t,t?t&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(t,e,n){return t.type!==this.node.type?!1:(this.node=t,this.onUpdate?this.onUpdate(t,e,n):!0)}destroy(){this.isResizing&&(this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp),this.isResizing=!1,this.activeHandle=null),this.editor.off("update",this.handleEditorUpdate.bind(this)),this.container.remove()}createContainer(){const t=document.createElement("div");return t.dataset.resizeContainer="",t.dataset.node=this.node.type.name,t.style.display="flex",this.classNames.container&&(t.className=this.classNames.container),t.appendChild(this.wrapper),t}createWrapper(){const t=document.createElement("div");return t.style.position="relative",t.style.display="block",t.dataset.resizeWrapper="",this.classNames.wrapper&&(t.className=this.classNames.wrapper),t.appendChild(this.element),t}createHandle(t){const e=document.createElement("div");return e.dataset.resizeHandle=t,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(t,e){const n=e.includes("top"),s=e.includes("bottom"),a=e.includes("left"),i=e.includes("right");n&&(t.style.top="0"),s&&(t.style.bottom="0"),a&&(t.style.left="0"),i&&(t.style.right="0"),(e==="top"||e==="bottom")&&(t.style.left="0",t.style.right="0"),(e==="left"||e==="right")&&(t.style.top="0",t.style.bottom="0")}attachHandles(){this.directions.forEach(t=>{let e;this.createCustomHandle?e=this.createCustomHandle(t):e=this.createHandle(t),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${t}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(t)),this.createCustomHandle||this.positionHandle(e,t),e.addEventListener("mousedown",n=>this.handleResizeStart(n,t)),e.addEventListener("touchstart",n=>this.handleResizeStart(n,t)),this.handleMap.set(t,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(t=>t.remove()),this.handleMap.clear()}applyInitialSize(){const t=this.node.attrs.width,e=this.node.attrs.height;t?(this.element.style.width=`${t}px`,this.initialWidth=t):this.initialWidth=this.element.offsetWidth,e?(this.element.style.height=`${e}px`,this.initialHeight=e):this.initialHeight=this.element.offsetHeight,this.initialWidth>0&&this.initialHeight>0&&(this.aspectRatio=this.initialWidth/this.initialHeight)}handleResizeStart(t,e){t.preventDefault(),t.stopPropagation(),this.isResizing=!0,this.activeHandle=e,D6(t)?(this.startX=t.touches[0].clientX,this.startY=t.touches[0].clientY):(this.startX=t.clientX,this.startY=t.clientY),this.startWidth=this.element.offsetWidth,this.startHeight=this.element.offsetHeight,this.startWidth>0&&this.startHeight>0&&(this.aspectRatio=this.startWidth/this.startHeight),this.getPos(),this.container.dataset.resizeState="true",this.classNames.resizing&&this.container.classList.add(this.classNames.resizing),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("mouseup",this.handleMouseUp),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}handleResize(t,e){if(!this.activeHandle)return;const n=this.preserveAspectRatio||this.isShiftKeyPressed,{width:s,height:a}=this.calculateNewDimensions(this.activeHandle,t,e),i=this.applyConstraints(s,a,n);this.element.style.width=`${i.width}px`,this.element.style.height=`${i.height}px`,this.onResize&&this.onResize(i.width,i.height)}calculateNewDimensions(t,e,n){let s=this.startWidth,a=this.startHeight;const i=t.includes("right"),o=t.includes("left"),c=t.includes("bottom"),u=t.includes("top");return i?s=this.startWidth+e:o&&(s=this.startWidth-e),c?a=this.startHeight+n:u&&(a=this.startHeight-n),(t==="right"||t==="left")&&(s=this.startWidth+(i?e:-e)),(t==="top"||t==="bottom")&&(a=this.startHeight+(c?n:-n)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(s,a,t):{width:s,height:a}}applyConstraints(t,e,n){var s,a,i,o;if(!n){let h=Math.max(this.minSize.width,t),f=Math.max(this.minSize.height,e);return(s=this.maxSize)!=null&&s.width&&(h=Math.min(this.maxSize.width,h)),(a=this.maxSize)!=null&&a.height&&(f=Math.min(this.maxSize.height,f)),{width:h,height:f}}let c=t,u=e;return cthis.maxSize.width&&(c=this.maxSize.width,u=c/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&u>this.maxSize.height&&(u=this.maxSize.height,c=u*this.aspectRatio),{width:c,height:u}}applyAspectRatio(t,e,n){const s=n==="left"||n==="right",a=n==="top"||n==="bottom";return s?{width:t,height:t/this.aspectRatio}:a?{width:e*this.aspectRatio,height:e}:{width:t,height:t/this.aspectRatio}}};function _6(t,e){const{selection:n}=t,{$from:s}=n;if(n instanceof Ze){const i=s.index();return s.parent.canReplaceWith(i,i+1,e)}let a=s.depth;for(;a>=0;){const i=s.index(a);if(s.node(a).contentMatchAt(i).matchType(e))return!0;a-=1}return!1}function z6(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}var F6={};ny(F6,{createAtomBlockMarkdownSpec:()=>$6,createBlockMarkdownSpec:()=>B6,createInlineMarkdownSpec:()=>xC,parseAttributes:()=>cy,parseIndentedBlocks:()=>Fx,renderNestedMarkdownContent:()=>uy,serializeAttributes:()=>dy});function cy(t){if(!(t!=null&&t.trim()))return{};const e={},n=[],s=t.replace(/["']([^"']*)["']/g,h=>(n.push(h),`__QUOTED_${n.length-1}__`)),a=s.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(a){const h=a.map(f=>f.trim().slice(1));e.class=h.join(" ")}const i=s.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);i&&(e.id=i[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(s.matchAll(o)).forEach(([,h,f])=>{var m;const g=parseInt(((m=f.match(/__QUOTED_(\d+)__/))==null?void 0:m[1])||"0",10),y=n[g];y&&(e[h]=y.slice(1,-1))});const u=s.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return u&&u.split(/\s+/).filter(Boolean).forEach(f=>{f.match(/^[a-zA-Z][\w-]*$/)&&(e[f]=!0)}),e}function dy(t){if(!t||Object.keys(t).length===0)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach(s=>e.push(`.${s}`)),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach(([n,s])=>{n==="class"||n==="id"||(s===!0?e.push(n):s!==!1&&s!=null&&e.push(`${n}="${String(s)}"`))}),e.join(" ")}function $6(t){const{nodeName:e,name:n,parseAttributes:s=cy,serializeAttributes:a=dy,defaultAttributes:i={},requiredAttributes:o=[],allowedAttributes:c}=t,u=n||e,h=f=>{if(!c)return f;const m={};return c.forEach(g=>{g in f&&(m[g]=f[g])}),m};return{parseMarkdown:(f,m)=>{const g={...i,...f.attributes};return m.createNode(e,g,[])},markdownTokenizer:{name:e,level:"block",start(f){var m;const g=new RegExp(`^:::${u}(?:\\s|$)`,"m"),y=(m=f.match(g))==null?void 0:m.index;return y!==void 0?y:-1},tokenize(f,m,g){const y=new RegExp(`^:::${u}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),N=f.match(y);if(!N)return;const w=N[1]||"",v=s(w);if(!o.find(C=>!(C in v)))return{type:e,raw:N[0],attributes:v}}},renderMarkdown:f=>{const m=h(f.attrs||{}),g=a(m),y=g?` {${g}}`:"";return`:::${u}${y} :::`}}}function B6(t){const{nodeName:e,name:n,getContent:s,parseAttributes:a=cy,serializeAttributes:i=dy,defaultAttributes:o={},content:c="block",allowedAttributes:u}=t,h=n||e,f=m=>{if(!u)return m;const g={};return u.forEach(y=>{y in m&&(g[y]=m[y])}),g};return{parseMarkdown:(m,g)=>{let y;if(s){const w=s(m);y=typeof w=="string"?[{type:"text",text:w}]:w}else c==="block"?y=g.parseChildren(m.tokens||[]):y=g.parseInline(m.tokens||[]);const N={...o,...m.attributes};return g.createNode(e,N,y)},markdownTokenizer:{name:e,level:"block",start(m){var g;const y=new RegExp(`^:::${h}`,"m"),N=(g=m.match(y))==null?void 0:g.index;return N!==void 0?N:-1},tokenize(m,g,y){var N;const w=new RegExp(`^:::${h}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),v=m.match(w);if(!v)return;const[k,C=""]=v,E=a(C);let I=1;const L=k.length;let W="";const D=/^:::([\w-]*)(\s.*)?/gm,P=m.slice(L);for(D.lastIndex=0;;){const R=D.exec(P);if(R===null)break;const K=R.index,re=R[1];if(!((N=R[2])!=null&&N.endsWith(":::"))){if(re)I+=1;else if(I-=1,I===0){const ue=P.slice(0,K);W=ue.trim();const xe=m.slice(0,L+K+R[0].length);let H=[];if(W)if(c==="block")for(H=y.blockTokens(ue),H.forEach(O=>{O.text&&(!O.tokens||O.tokens.length===0)&&(O.tokens=y.inlineTokens(O.text))});H.length>0;){const O=H[H.length-1];if(O.type==="paragraph"&&(!O.text||O.text.trim()===""))H.pop();else break}else H=y.inlineTokens(W);return{type:e,raw:xe,attributes:E,content:W,tokens:H}}}}}},renderMarkdown:(m,g)=>{const y=f(m.attrs||{}),N=i(y),w=N?` {${N}}`:"",v=g.renderChildren(m.content||[],` - -`);return`:::${h}${w} - -${v} - -:::`}}}function V6(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let s=n.exec(t);for(;s!==null;){const[,a,i,o]=s;e[a]=i||o,s=n.exec(t)}return e}function H6(t){return Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e}="${n}"`).join(" ")}function xC(t){const{nodeName:e,name:n,getContent:s,parseAttributes:a=V6,serializeAttributes:i=H6,defaultAttributes:o={},selfClosing:c=!1,allowedAttributes:u}=t,h=n||e,f=g=>{if(!u)return g;const y={};return u.forEach(N=>{const w=typeof N=="string"?N:N.name,v=typeof N=="string"?void 0:N.skipIfDefault;if(w in g){const k=g[w];if(v!==void 0&&k===v)return;y[w]=k}}),y},m=h.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(g,y)=>{const N={...o,...g.attributes};if(c)return y.createNode(e,N);const w=s?s(g):g.content||"";return w?y.createNode(e,N,[y.createTextNode(w)]):y.createNode(e,N,[])},markdownTokenizer:{name:e,level:"inline",start(g){const y=c?new RegExp(`\\[${m}\\s*[^\\]]*\\]`):new RegExp(`\\[${m}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${m}\\]`),N=g.match(y),w=N==null?void 0:N.index;return w!==void 0?w:-1},tokenize(g,y,N){const w=c?new RegExp(`^\\[${m}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${m}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${m}\\]`),v=g.match(w);if(!v)return;let k="",C="";if(c){const[,I]=v;C=I}else{const[,I,L]=v;C=I,k=L||""}const E=a(C.trim());return{type:e,raw:v[0],content:k.trim(),attributes:E}}},renderMarkdown:g=>{let y="";s?y=s(g):g.content&&g.content.length>0&&(y=g.content.filter(k=>k.type==="text").map(k=>k.text).join(""));const N=f(g.attrs||{}),w=i(N),v=w?` ${w}`:"";return c?`[${h}${v}]`:`[${h}${v}]${y}[/${h}]`}}}function Fx(t,e,n){var s,a,i,o;const c=t.split(` -`),u=[];let h="",f=0;const m=e.baseIndentSize||2;for(;f0)break;if(g.trim()===""){f+=1,h=`${h}${g} -`;continue}else return}const N=e.extractItemData(y),{indentLevel:w,mainContent:v}=N;h=`${h}${g} -`;const k=[v];for(f+=1;fK.trim()!=="");if(D===-1)break;if((((a=(s=c[f+1+D].match(/^(\s*)/))==null?void 0:s[1])==null?void 0:a.length)||0)>w){k.push(L),h=`${h}${L} -`,f+=1;continue}else break}if((((o=(i=L.match(/^(\s*)/))==null?void 0:i[1])==null?void 0:o.length)||0)>w)k.push(L),h=`${h}${L} -`,f+=1;else break}let C;const E=k.slice(1);if(E.length>0){const L=E.map(W=>W.slice(w+m)).join(` -`);L.trim()&&(e.customNestedParser?C=e.customNestedParser(L):C=n.blockTokens(L))}const I=e.createToken(N,C);u.push(I)}if(u.length!==0)return{items:u,raw:h}}function uy(t,e,n,s){if(!t||!Array.isArray(t.content))return"";const a=typeof n=="function"?n(s):n,[i,...o]=t.content,c=e.renderChildren([i]),u=[`${a}${c}`];return o&&o.length>0&&o.forEach(h=>{const f=e.renderChildren([h]);if(f){const m=f.split(` -`).map(g=>g?e.indent(g):"").join(` -`);u.push(m)}}),u.join(` -`)}function W6(t,e,n={}){const{state:s}=e,{doc:a,tr:i}=s,o=t;a.descendants((c,u)=>{const h=i.mapping.map(u),f=i.mapping.map(u)+c.nodeSize;let m=null;if(c.marks.forEach(y=>{if(y!==o)return!1;m=y}),!m)return;let g=!1;if(Object.keys(n).forEach(y=>{n[y]!==m.attrs[y]&&(g=!0)}),g){const y=t.type.create({...t.attrs,...n});i.removeMark(h,f,t.type),i.addMark(h,f,y)}}),i.docChanged&&e.view.dispatch(i)}var An=class yC extends ly{constructor(){super(...arguments),this.type="node"}static create(e={}){const n=typeof e=="function"?e():e;return new yC(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function Qo(t){return new S6({find:t.find,handler:({state:e,range:n,match:s,pasteEvent:a})=>{const i=At(t.getAttributes,void 0,s,a);if(i===!1||i===null)return null;const{tr:o}=e,c=s[s.length-1],u=s[0];let h=n.to;if(c){const f=u.search(/\S/),m=n.from+u.indexOf(c),g=m+c.length;if(oy(n.from,n.to,e.doc).filter(N=>N.mark.type.excluded.find(v=>v===t.type&&v!==N.mark.type)).filter(N=>N.to>m).length)return null;gn.from&&o.delete(n.from+f,m),h=n.from+f+c.length,o.addMark(n.from+f,h,t.type.create(i||{})),o.removeStoredMark(t.type)}}})}const{getOwnPropertyNames:U6,getOwnPropertySymbols:K6}=Object,{hasOwnProperty:q6}=Object.prototype;function Dg(t,e){return function(s,a,i){return t(s,a,i)&&e(s,a,i)}}function wh(t){return function(n,s,a){if(!n||!s||typeof n!="object"||typeof s!="object")return t(n,s,a);const{cache:i}=a,o=i.get(n),c=i.get(s);if(o&&c)return o===s&&c===n;i.set(n,s),i.set(s,n);const u=t(n,s,a);return i.delete(n),i.delete(s),u}}function G6(t){return t!=null?t[Symbol.toStringTag]:void 0}function UN(t){return U6(t).concat(K6(t))}const J6=Object.hasOwn||((t,e)=>q6.call(t,e));function al(t,e){return t===e||!t&&!e&&t!==t&&e!==e}const Y6="__v",Q6="__o",X6="_owner",{getOwnPropertyDescriptor:KN,keys:qN}=Object;function Z6(t,e){return t.byteLength===e.byteLength&&df(new Uint8Array(t),new Uint8Array(e))}function e_(t,e,n){let s=t.length;if(e.length!==s)return!1;for(;s-- >0;)if(!n.equals(t[s],e[s],s,s,t,e,n))return!1;return!0}function t_(t,e){return t.byteLength===e.byteLength&&df(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function n_(t,e){return al(t.getTime(),e.getTime())}function s_(t,e){return t.name===e.name&&t.message===e.message&&t.cause===e.cause&&t.stack===e.stack}function r_(t,e){return t===e}function GN(t,e,n){const s=t.size;if(s!==e.size)return!1;if(!s)return!0;const a=new Array(s),i=t.entries();let o,c,u=0;for(;(o=i.next())&&!o.done;){const h=e.entries();let f=!1,m=0;for(;(c=h.next())&&!c.done;){if(a[m]){m++;continue}const g=o.value,y=c.value;if(n.equals(g[0],y[0],u,m,t,e,n)&&n.equals(g[1],y[1],g[0],y[0],t,e,n)){f=a[m]=!0;break}m++}if(!f)return!1;u++}return!0}const a_=al;function i_(t,e,n){const s=qN(t);let a=s.length;if(qN(e).length!==a)return!1;for(;a-- >0;)if(!bC(t,e,n,s[a]))return!1;return!0}function ad(t,e,n){const s=UN(t);let a=s.length;if(UN(e).length!==a)return!1;let i,o,c;for(;a-- >0;)if(i=s[a],!bC(t,e,n,i)||(o=KN(t,i),c=KN(e,i),(o||c)&&(!o||!c||o.configurable!==c.configurable||o.enumerable!==c.enumerable||o.writable!==c.writable)))return!1;return!0}function o_(t,e){return al(t.valueOf(),e.valueOf())}function l_(t,e){return t.source===e.source&&t.flags===e.flags}function JN(t,e,n){const s=t.size;if(s!==e.size)return!1;if(!s)return!0;const a=new Array(s),i=t.values();let o,c;for(;(o=i.next())&&!o.done;){const u=e.values();let h=!1,f=0;for(;(c=u.next())&&!c.done;){if(!a[f]&&n.equals(o.value,c.value,o.value,c.value,t,e,n)){h=a[f]=!0;break}f++}if(!h)return!1}return!0}function df(t,e){let n=t.byteLength;if(e.byteLength!==n||t.byteOffset!==e.byteOffset)return!1;for(;n-- >0;)if(t[n]!==e[n])return!1;return!0}function c_(t,e){return t.hostname===e.hostname&&t.pathname===e.pathname&&t.protocol===e.protocol&&t.port===e.port&&t.hash===e.hash&&t.username===e.username&&t.password===e.password}function bC(t,e,n,s){return(s===X6||s===Q6||s===Y6)&&(t.$$typeof||e.$$typeof)?!0:J6(e,s)&&n.equals(t[s],e[s],s,s,t,e,n)}const d_="[object ArrayBuffer]",u_="[object Arguments]",h_="[object Boolean]",f_="[object DataView]",p_="[object Date]",m_="[object Error]",g_="[object Map]",x_="[object Number]",y_="[object Object]",b_="[object RegExp]",v_="[object Set]",N_="[object String]",w_={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},j_="[object URL]",k_=Object.prototype.toString;function S_({areArrayBuffersEqual:t,areArraysEqual:e,areDataViewsEqual:n,areDatesEqual:s,areErrorsEqual:a,areFunctionsEqual:i,areMapsEqual:o,areNumbersEqual:c,areObjectsEqual:u,arePrimitiveWrappersEqual:h,areRegExpsEqual:f,areSetsEqual:m,areTypedArraysEqual:g,areUrlsEqual:y,unknownTagComparators:N}){return function(v,k,C){if(v===k)return!0;if(v==null||k==null)return!1;const E=typeof v;if(E!==typeof k)return!1;if(E!=="object")return E==="number"?c(v,k,C):E==="function"?i(v,k,C):!1;const I=v.constructor;if(I!==k.constructor)return!1;if(I===Object)return u(v,k,C);if(Array.isArray(v))return e(v,k,C);if(I===Date)return s(v,k,C);if(I===RegExp)return f(v,k,C);if(I===Map)return o(v,k,C);if(I===Set)return m(v,k,C);const L=k_.call(v);if(L===p_)return s(v,k,C);if(L===b_)return f(v,k,C);if(L===g_)return o(v,k,C);if(L===v_)return m(v,k,C);if(L===y_)return typeof v.then!="function"&&typeof k.then!="function"&&u(v,k,C);if(L===j_)return y(v,k,C);if(L===m_)return a(v,k,C);if(L===u_)return u(v,k,C);if(w_[L])return g(v,k,C);if(L===d_)return t(v,k,C);if(L===f_)return n(v,k,C);if(L===h_||L===x_||L===N_)return h(v,k,C);if(N){let W=N[L];if(!W){const D=G6(v);D&&(W=N[D])}if(W)return W(v,k,C)}return!1}}function C_({circular:t,createCustomConfig:e,strict:n}){let s={areArrayBuffersEqual:Z6,areArraysEqual:n?ad:e_,areDataViewsEqual:t_,areDatesEqual:n_,areErrorsEqual:s_,areFunctionsEqual:r_,areMapsEqual:n?Dg(GN,ad):GN,areNumbersEqual:a_,areObjectsEqual:n?ad:i_,arePrimitiveWrappersEqual:o_,areRegExpsEqual:l_,areSetsEqual:n?Dg(JN,ad):JN,areTypedArraysEqual:n?Dg(df,ad):df,areUrlsEqual:c_,unknownTagComparators:void 0};if(e&&(s=Object.assign({},s,e(s))),t){const a=wh(s.areArraysEqual),i=wh(s.areMapsEqual),o=wh(s.areObjectsEqual),c=wh(s.areSetsEqual);s=Object.assign({},s,{areArraysEqual:a,areMapsEqual:i,areObjectsEqual:o,areSetsEqual:c})}return s}function E_(t){return function(e,n,s,a,i,o,c){return t(e,n,c)}}function T_({circular:t,comparator:e,createState:n,equals:s,strict:a}){if(n)return function(c,u){const{cache:h=t?new WeakMap:void 0,meta:f}=n();return e(c,u,{cache:h,equals:s,meta:f,strict:a})};if(t)return function(c,u){return e(c,u,{cache:new WeakMap,equals:s,meta:void 0,strict:a})};const i={cache:void 0,equals:s,meta:void 0,strict:a};return function(c,u){return e(c,u,i)}}const M_=Zi();Zi({strict:!0});Zi({circular:!0});Zi({circular:!0,strict:!0});Zi({createInternalComparator:()=>al});Zi({strict:!0,createInternalComparator:()=>al});Zi({circular:!0,createInternalComparator:()=>al});Zi({circular:!0,createInternalComparator:()=>al,strict:!0});function Zi(t={}){const{circular:e=!1,createInternalComparator:n,createState:s,strict:a=!1}=t,i=C_(t),o=S_(i),c=n?n(o):E_(o);return T_({circular:e,comparator:o,createState:s,equals:c,strict:a})}var Lg={exports:{}},_g={};/** - * @license React - * use-sync-external-store-shim/with-selector.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var YN;function A_(){if(YN)return _g;YN=1;var t=Kd(),e=lS();function n(h,f){return h===f&&(h!==0||1/h===1/f)||h!==h&&f!==f}var s=typeof Object.is=="function"?Object.is:n,a=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,c=t.useMemo,u=t.useDebugValue;return _g.useSyncExternalStoreWithSelector=function(h,f,m,g,y){var N=i(null);if(N.current===null){var w={hasValue:!1,value:null};N.current=w}else w=N.current;N=c(function(){function k(W){if(!C){if(C=!0,E=W,W=g(W),y!==void 0&&w.hasValue){var D=w.value;if(y(D,W))return I=D}return I=W}if(D=I,s(E,W))return D;var P=g(W);return y!==void 0&&y(D,P)?(E=W,D):(E=W,I=P)}var C=!1,E,I,L=m===void 0?null:m;return[function(){return k(f())},L===null?void 0:function(){return k(L())}]},[f,m,g,y]);var v=a(h,N[0],N[1]);return o(function(){w.hasValue=!0,w.value=v},[v]),u(v),v},_g}var QN;function I_(){return QN||(QN=1,Lg.exports=A_()),Lg.exports}var P_=I_(),R_=(...t)=>e=>{t.forEach(n=>{typeof n=="function"?n(e):n&&(n.current=e)})},O_=({contentComponent:t})=>{const e=cS.useSyncExternalStore(t.subscribe,t.getSnapshot,t.getServerSnapshot);return r.jsx(r.Fragment,{children:Object.values(e)})};function D_(){const t=new Set;let e={};return{subscribe(n){return t.add(n),()=>{t.delete(n)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(n,s){e={...e,[n]:aj.createPortal(s.reactElement,s.element,n)},t.forEach(a=>a())},removeRenderer(n){const s={...e};delete s[n],e=s,t.forEach(a=>a())}}}var L_=class extends Rs.Component{constructor(t){var e;super(t),this.editorContentRef=Rs.createRef(),this.initialized=!1,this.state={hasContentComponentInitialized:!!((e=t.editor)!=null&&e.contentComponent)}}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var t;const e=this.props.editor;if(e&&!e.isDestroyed&&((t=e.view.dom)!=null&&t.parentNode)){if(e.contentComponent)return;const n=this.editorContentRef.current;n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n}),e.contentComponent=D_(),this.state.hasContentComponentInitialized||(this.unsubscribeToContentComponent=e.contentComponent.subscribe(()=>{this.setState(s=>s.hasContentComponentInitialized?s:{hasContentComponentInitialized:!0}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent()})),e.createNodeViews(),this.initialized=!0}}componentWillUnmount(){var t;const e=this.props.editor;if(e){this.initialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent(),e.contentComponent=null;try{if(!((t=e.view.dom)!=null&&t.parentNode))return;const n=document.createElement("div");n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n})}catch{}}}render(){const{editor:t,innerRef:e,...n}=this.props;return r.jsxs(r.Fragment,{children:[r.jsx("div",{ref:R_(e,this.editorContentRef),...n}),(t==null?void 0:t.contentComponent)&&r.jsx(O_,{contentComponent:t.contentComponent})]})}},__=b.forwardRef((t,e)=>{const n=Rs.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[t.editor]);return Rs.createElement(L_,{key:n,innerRef:e,...t})}),vC=Rs.memo(__),z_=typeof window<"u"?b.useLayoutEffect:b.useEffect,F_=class{constructor(t){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=t,this.lastSnapshot={editor:t,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(t){return this.subscribers.add(t),()=>{this.subscribers.delete(t)}}watch(t){if(this.editor=t,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(s=>s())},n=this.editor;return n.on("transaction",e),()=>{n.off("transaction",e)}}}};function $_(t){var e;const[n]=b.useState(()=>new F_(t.editor)),s=P_.useSyncExternalStoreWithSelector(n.subscribe,n.getSnapshot,n.getServerSnapshot,t.selector,(e=t.equalityFn)!=null?e:M_);return z_(()=>n.watch(t.editor),[t.editor,n]),b.useDebugValue(s),s}var B_=!1,$x=typeof window>"u",V_=$x||!!(typeof window<"u"&&window.next),H_=class NC{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(n=>n())}getInitialEditor(){return this.options.current.immediatelyRender===void 0?$x||V_?null:this.createEditor():(this.options.current.immediatelyRender,this.options.current.immediatelyRender?this.createEditor():null)}createEditor(){const e={...this.options.current,onBeforeCreate:(...s)=>{var a,i;return(i=(a=this.options.current).onBeforeCreate)==null?void 0:i.call(a,...s)},onBlur:(...s)=>{var a,i;return(i=(a=this.options.current).onBlur)==null?void 0:i.call(a,...s)},onCreate:(...s)=>{var a,i;return(i=(a=this.options.current).onCreate)==null?void 0:i.call(a,...s)},onDestroy:(...s)=>{var a,i;return(i=(a=this.options.current).onDestroy)==null?void 0:i.call(a,...s)},onFocus:(...s)=>{var a,i;return(i=(a=this.options.current).onFocus)==null?void 0:i.call(a,...s)},onSelectionUpdate:(...s)=>{var a,i;return(i=(a=this.options.current).onSelectionUpdate)==null?void 0:i.call(a,...s)},onTransaction:(...s)=>{var a,i;return(i=(a=this.options.current).onTransaction)==null?void 0:i.call(a,...s)},onUpdate:(...s)=>{var a,i;return(i=(a=this.options.current).onUpdate)==null?void 0:i.call(a,...s)},onContentError:(...s)=>{var a,i;return(i=(a=this.options.current).onContentError)==null?void 0:i.call(a,...s)},onDrop:(...s)=>{var a,i;return(i=(a=this.options.current).onDrop)==null?void 0:i.call(a,...s)},onPaste:(...s)=>{var a,i;return(i=(a=this.options.current).onPaste)==null?void 0:i.call(a,...s)},onDelete:(...s)=>{var a,i;return(i=(a=this.options.current).onDelete)==null?void 0:i.call(a,...s)}};return new O6(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,n){return Object.keys(e).every(s=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(s)?!0:s==="extensions"&&e.extensions&&n.extensions?e.extensions.length!==n.extensions.length?!1:e.extensions.every((a,i)=>{var o;return a===((o=n.extensions)==null?void 0:o[i])}):e[s]===n[s])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?NC.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((s,a)=>s===e[a]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,n=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){n&&n.setOptions(this.options.current);return}n&&!n.isDestroyed&&(n.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function W_(t={},e=[]){const n=b.useRef(t);n.current=t;const[s]=b.useState(()=>new H_(n)),a=cS.useSyncExternalStore(s.subscribe,s.getEditor,s.getServerSnapshot);return b.useDebugValue(a),b.useEffect(s.onRender(e)),$_({editor:a,selector:({transactionNumber:i})=>t.shouldRerenderOnTransaction===!1||t.shouldRerenderOnTransaction===void 0?null:t.immediatelyRender&&i===0?0:i+1}),a}var wC=b.createContext({editor:null});wC.Consumer;var U_=b.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),K_=()=>b.useContext(U_);Rs.forwardRef((t,e)=>{const{onDragStart:n}=K_(),s=t.as||"div";return r.jsx(s,{...t,ref:e,"data-node-view-wrapper":"",onDragStart:n,style:{whiteSpace:"normal",...t.style}})});Rs.createContext({markViewContentRef:()=>{}});var hy=b.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});hy.displayName="TiptapContext";var q_=()=>b.useContext(hy);function jC({editor:t,instance:e,children:n}){const s=t??e;if(!s)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const a=b.useMemo(()=>({editor:s}),[s]),i=b.useMemo(()=>({editor:s}),[s]);return r.jsx(wC.Provider,{value:i,children:r.jsx(hy.Provider,{value:a,children:n})})}jC.displayName="Tiptap";function kC({...t}){const{editor:e}=q_();return r.jsx(vC,{editor:e,...t})}kC.displayName="Tiptap.Content";Object.assign(jC,{Content:kC});var uf=(t,e)=>{if(t==="slot")return 0;if(t instanceof Function)return t(e);const{children:n,...s}=e??{};if(t==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,s,n]},G_=/^\s*>\s$/,J_=An.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:t}){return uf("blockquote",{...Rt(this.options.HTMLAttributes,t),children:uf("slot",{})})},parseMarkdown:(t,e)=>e.createNode("blockquote",void 0,e.parseChildren(t.tokens||[])),renderMarkdown:(t,e)=>{if(!t.content)return"";const n=">",s=[];return t.content.forEach(a=>{const c=e.renderChildren([a]).split(` -`).map(u=>u.trim()===""?n:`${n} ${u}`);s.push(c.join(` -`))}),s.join(` -${n} -`)},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[lc({find:G_,type:this.type})]}}),Y_=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,Q_=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,X_=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,Z_=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,e7=rl.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return uf("strong",{...Rt(this.options.HTMLAttributes,t),children:uf("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[oc({find:Y_,type:this.type}),oc({find:X_,type:this.type})]},addPasteRules(){return[Qo({find:Q_,type:this.type}),Qo({find:Z_,type:this.type})]}}),t7=/(^|[^`])`([^`]+)`(?!`)$/,n7=/(^|[^`])`([^`]+)`(?!`)/g,s7=rl.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:t}){return["code",Rt(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[oc({find:t7,type:this.type})]},addPasteRules(){return[Qo({find:n7,type:this.type})]}}),zg=4,r7=/^```([a-z]+)?[\s\n]$/,a7=/^~~~([a-z]+)?[\s\n]$/,i7=An.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:zg,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;const i=[...((e=t.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(n)).map(o=>o.replace(n,""))[0];return i||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:t,HTMLAttributes:e}){return["pre",Rt(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n,s;return((n=t.raw)==null?void 0:n.startsWith("```"))===!1&&((s=t.raw)==null?void 0:s.startsWith("~~~"))===!1&&t.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let s="";const a=((n=t.attrs)==null?void 0:n.language)||"";return t.content?s=[`\`\`\`${a}`,e.renderChildren(t.content),"```"].join(` -`):s=`\`\`\`${a} - -\`\`\``,s},addCommands(){return{setCodeBlock:t=>({commands:e})=>e.setNode(this.name,t),toggleCodeBlock:t=>({commands:e})=>e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:t,$anchor:e}=this.editor.state.selection,n=e.pos===1;return!t||e.parent.type.name!==this.name?!1:n||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:zg,{state:s}=t,{selection:a}=s,{$from:i,empty:o}=a;if(i.parent.type!==this.type)return!1;const c=" ".repeat(n);return o?t.commands.insertContent(c):t.commands.command(({tr:u})=>{const{from:h,to:f}=a,y=s.doc.textBetween(h,f,` -`,` -`).split(` -`).map(N=>c+N).join(` -`);return u.replaceWith(h,f,s.schema.text(y)),!0})},"Shift-Tab":({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:zg,{state:s}=t,{selection:a}=s,{$from:i,empty:o}=a;return i.parent.type!==this.type?!1:o?t.commands.command(({tr:c})=>{var u;const{pos:h}=i,f=i.start(),m=i.end(),y=s.doc.textBetween(f,m,` -`,` -`).split(` -`);let N=0,w=0;const v=h-f;for(let W=0;W=v){N=W;break}w+=y[W].length+1}const C=((u=y[N].match(/^ */))==null?void 0:u[0])||"",E=Math.min(C.length,n);if(E===0)return!0;let I=f;for(let W=0;W{const{from:u,to:h}=a,g=s.doc.textBetween(u,h,` -`,` -`).split(` -`).map(y=>{var N;const w=((N=y.match(/^ */))==null?void 0:N[0])||"",v=Math.min(w.length,n);return y.slice(v)}).join(` -`);return c.replaceWith(u,h,s.schema.text(g)),!0})},Enter:({editor:t})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=t,{selection:n}=e,{$from:s,empty:a}=n;if(!a||s.parent.type!==this.type)return!1;const i=s.parentOffset===s.parent.nodeSize-2,o=s.parent.textContent.endsWith(` - -`);return!i||!o?!1:t.chain().command(({tr:c})=>(c.delete(s.pos-2,s.pos),!0)).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:s}=e,{$from:a,empty:i}=n;if(!i||a.parent.type!==this.type||!(a.parentOffset===a.parent.nodeSize-2))return!1;const c=a.after();return c===void 0?!1:s.nodeAt(c)?t.commands.command(({tr:h})=>(h.setSelection(ot.near(s.resolve(c))),!0)):t.commands.exitCode()}}},addInputRules(){return[zx({find:r7,type:this.type,getAttributes:t=>({language:t[1]})}),zx({find:a7,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new Qt({key:new ln("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),s=e.clipboardData.getData("vscode-editor-data"),a=s?JSON.parse(s):void 0,i=a==null?void 0:a.mode;if(!n||!i)return!1;const{tr:o,schema:c}=t.state,u=c.text(n.replace(/\r\n?/g,` -`));return o.replaceSelectionWith(this.type.create({language:i},u)),o.selection.$from.parent.type!==this.type&&o.setSelection(et.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),o7=An.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` - -`):""}),l7=An.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",Rt(this.options.HTMLAttributes,t)]},renderText(){return` -`},renderMarkdown:()=>` -`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:s})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:a,storedMarks:i}=n;if(a.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:c}=s.extensionManager,u=i||a.$to.parentOffset&&a.$from.marks();return e().insertContent({type:this.name}).command(({tr:h,dispatch:f})=>{if(f&&u&&o){const m=u.filter(g=>c.includes(g.type.name));h.ensureMarks(m)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),c7=An.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(t=>({tag:`h${t}`,attrs:{level:t}}))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,Rt(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const s=(n=t.attrs)!=null&&n.level?parseInt(t.attrs.level,10):1,a="#".repeat(s);return t.content?`${a} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.setNode(this.name,t):!1,toggleHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.toggleNode(this.name,"paragraph",t):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(t=>zx({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}}))}}),d7=An.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:t}){return["hr",Rt(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!_6(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:s}=n,a=t();return Z2(n)?a.insertContentAt(s.pos,{type:this.name}):a.insertContent({type:this.name}),a.command(({state:i,tr:o,dispatch:c})=>{if(c){const{$to:u}=o.selection,h=u.end();if(u.nodeAfter)u.nodeAfter.isTextblock?o.setSelection(et.create(o.doc,u.pos+1)):u.nodeAfter.isBlock?o.setSelection(Ze.create(o.doc,u.pos)):o.setSelection(et.create(o.doc,u.pos));else{const f=i.schema.nodes[this.options.nextNodeType]||u.parent.type.contentMatch.defaultType,m=f==null?void 0:f.create();m&&(o.insert(h,m),o.setSelection(et.create(o.doc,h+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[gC({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),u7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,h7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,f7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,p7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,m7=rl.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",Rt(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[oc({find:u7,type:this.type}),oc({find:f7,type:this.type})]},addPasteRules(){return[Qo({find:h7,type:this.type}),Qo({find:p7,type:this.type})]}});const g7="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",x7="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",Bx="numeric",Vx="ascii",Hx="alpha",jd="asciinumeric",ud="alphanumeric",Wx="domain",SC="emoji",y7="scheme",b7="slashscheme",Fg="whitespace";function v7(t,e){return t in e||(e[t]=[]),e[t]}function Lo(t,e,n){e[Bx]&&(e[jd]=!0,e[ud]=!0),e[Vx]&&(e[jd]=!0,e[Hx]=!0),e[jd]&&(e[ud]=!0),e[Hx]&&(e[ud]=!0),e[ud]&&(e[Wx]=!0),e[SC]&&(e[Wx]=!0);for(const s in e){const a=v7(s,n);a.indexOf(t)<0&&a.push(t)}}function N7(t,e){const n={};for(const s in e)e[s].indexOf(t)>=0&&(n[s]=!0);return n}function Ws(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}Ws.groups={};Ws.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let s=0;st.ta(e,n,s,a),gn=(t,e,n,s,a)=>t.tr(e,n,s,a),XN=(t,e,n,s,a)=>t.ts(e,n,s,a),Me=(t,e,n,s,a)=>t.tt(e,n,s,a),za="WORD",Ux="UWORD",CC="ASCIINUMERICAL",EC="ALPHANUMERICAL",Vd="LOCALHOST",Kx="TLD",qx="UTLD",_h="SCHEME",Wl="SLASH_SCHEME",fy="NUM",Gx="WS",py="NL",kd="OPENBRACE",Sd="CLOSEBRACE",hf="OPENBRACKET",ff="CLOSEBRACKET",pf="OPENPAREN",mf="CLOSEPAREN",gf="OPENANGLEBRACKET",xf="CLOSEANGLEBRACKET",yf="FULLWIDTHLEFTPAREN",bf="FULLWIDTHRIGHTPAREN",vf="LEFTCORNERBRACKET",Nf="RIGHTCORNERBRACKET",wf="LEFTWHITECORNERBRACKET",jf="RIGHTWHITECORNERBRACKET",kf="FULLWIDTHLESSTHAN",Sf="FULLWIDTHGREATERTHAN",Cf="AMPERSAND",Ef="APOSTROPHE",Tf="ASTERISK",Si="AT",Mf="BACKSLASH",Af="BACKTICK",If="CARET",Ti="COLON",my="COMMA",Pf="DOLLAR",aa="DOT",Rf="EQUALS",gy="EXCLAMATION",gr="HYPHEN",Cd="PERCENT",Of="PIPE",Df="PLUS",Lf="POUND",Ed="QUERY",xy="QUOTE",TC="FULLWIDTHMIDDLEDOT",yy="SEMI",ia="SLASH",Td="TILDE",_f="UNDERSCORE",MC="EMOJI",zf="SYM";var AC=Object.freeze({__proto__:null,ALPHANUMERICAL:EC,AMPERSAND:Cf,APOSTROPHE:Ef,ASCIINUMERICAL:CC,ASTERISK:Tf,AT:Si,BACKSLASH:Mf,BACKTICK:Af,CARET:If,CLOSEANGLEBRACKET:xf,CLOSEBRACE:Sd,CLOSEBRACKET:ff,CLOSEPAREN:mf,COLON:Ti,COMMA:my,DOLLAR:Pf,DOT:aa,EMOJI:MC,EQUALS:Rf,EXCLAMATION:gy,FULLWIDTHGREATERTHAN:Sf,FULLWIDTHLEFTPAREN:yf,FULLWIDTHLESSTHAN:kf,FULLWIDTHMIDDLEDOT:TC,FULLWIDTHRIGHTPAREN:bf,HYPHEN:gr,LEFTCORNERBRACKET:vf,LEFTWHITECORNERBRACKET:wf,LOCALHOST:Vd,NL:py,NUM:fy,OPENANGLEBRACKET:gf,OPENBRACE:kd,OPENBRACKET:hf,OPENPAREN:pf,PERCENT:Cd,PIPE:Of,PLUS:Df,POUND:Lf,QUERY:Ed,QUOTE:xy,RIGHTCORNERBRACKET:Nf,RIGHTWHITECORNERBRACKET:jf,SCHEME:_h,SEMI:yy,SLASH:ia,SLASH_SCHEME:Wl,SYM:zf,TILDE:Td,TLD:Kx,UNDERSCORE:_f,UTLD:qx,UWORD:Ux,WORD:za,WS:Gx});const La=/[a-z]/,id=new RegExp("\\p{L}","u"),$g=new RegExp("\\p{Emoji}","u"),_a=/\d/,Bg=/\s/,ZN="\r",Vg=` -`,w7="️",j7="‍",Hg="";let jh=null,kh=null;function k7(t=[]){const e={};Ws.groups=e;const n=new Ws;jh==null&&(jh=ew(g7)),kh==null&&(kh=ew(x7)),Me(n,"'",Ef),Me(n,"{",kd),Me(n,"}",Sd),Me(n,"[",hf),Me(n,"]",ff),Me(n,"(",pf),Me(n,")",mf),Me(n,"<",gf),Me(n,">",xf),Me(n,"(",yf),Me(n,")",bf),Me(n,"「",vf),Me(n,"」",Nf),Me(n,"『",wf),Me(n,"』",jf),Me(n,"<",kf),Me(n,">",Sf),Me(n,"&",Cf),Me(n,"*",Tf),Me(n,"@",Si),Me(n,"`",Af),Me(n,"^",If),Me(n,":",Ti),Me(n,",",my),Me(n,"$",Pf),Me(n,".",aa),Me(n,"=",Rf),Me(n,"!",gy),Me(n,"-",gr),Me(n,"%",Cd),Me(n,"|",Of),Me(n,"+",Df),Me(n,"#",Lf),Me(n,"?",Ed),Me(n,'"',xy),Me(n,"/",ia),Me(n,";",yy),Me(n,"~",Td),Me(n,"_",_f),Me(n,"\\",Mf),Me(n,"・",TC);const s=gn(n,_a,fy,{[Bx]:!0});gn(s,_a,s);const a=gn(s,La,CC,{[jd]:!0}),i=gn(s,id,EC,{[ud]:!0}),o=gn(n,La,za,{[Vx]:!0});gn(o,_a,a),gn(o,La,o),gn(a,_a,a),gn(a,La,a);const c=gn(n,id,Ux,{[Hx]:!0});gn(c,La),gn(c,_a,i),gn(c,id,c),gn(i,_a,i),gn(i,La),gn(i,id,i);const u=Me(n,Vg,py,{[Fg]:!0}),h=Me(n,ZN,Gx,{[Fg]:!0}),f=gn(n,Bg,Gx,{[Fg]:!0});Me(n,Hg,f),Me(h,Vg,u),Me(h,Hg,f),gn(h,Bg,f),Me(f,ZN),Me(f,Vg),gn(f,Bg,f),Me(f,Hg,f);const m=gn(n,$g,MC,{[SC]:!0});Me(m,"#"),gn(m,$g,m),Me(m,w7,m);const g=Me(m,j7);Me(g,"#"),gn(g,$g,m);const y=[[La,o],[_a,a]],N=[[La,null],[id,c],[_a,i]];for(let w=0;ww[0]>v[0]?1:-1);for(let w=0;w=0?C[Wx]=!0:La.test(v)?_a.test(v)?C[jd]=!0:C[Vx]=!0:C[Bx]=!0,XN(n,v,v,C)}return XN(n,"localhost",Vd,{ascii:!0}),n.jd=new Ws(zf),{start:n,tokens:Object.assign({groups:e},AC)}}function IC(t,e){const n=S7(e.replace(/[A-Z]/g,c=>c.toLowerCase())),s=n.length,a=[];let i=0,o=0;for(;o=0&&(m+=n[o].length,g++),h+=n[o].length,i+=n[o].length,o++;i-=m,o-=g,h-=m,a.push({t:f.t,v:e.slice(i-h,i),s:i-h,e:i})}return a}function S7(t){const e=[],n=t.length;let s=0;for(;s56319||s+1===n||(i=t.charCodeAt(s+1))<56320||i>57343?t[s]:t.slice(s,s+2);e.push(o),s+=o.length}return e}function vi(t,e,n,s,a){let i;const o=e.length;for(let c=0;c=0;)i++;if(i>0){e.push(n.join(""));for(let o=parseInt(t.substring(s,s+i),10);o>0;o--)n.pop();s+=i}else n.push(t[s]),s++}return e}const Hd={defaultProtocol:"http",events:null,format:tw,formatHref:tw,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function by(t,e=null){let n=Object.assign({},Hd);t&&(n=Object.assign(n,t instanceof by?t.o:t));const s=n.ignoreTags,a=[];for(let i=0;in?s.substring(0,n)+"…":s},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=Hd.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),s=t.get("formatHref",n,this),a=t.get("tagName",n,e),i=this.toFormattedString(t),o={},c=t.get("className",n,e),u=t.get("target",n,e),h=t.get("rel",n,e),f=t.getObj("attributes",n,e),m=t.getObj("events",n,e);return o.href=s,c&&(o.class=c),u&&(o.target=u),h&&(o.rel=h),f&&Object.assign(o,f),{tagName:a,attributes:o,content:i,eventListeners:m}}};function gp(t,e){class n extends PC{constructor(a,i){super(a,i),this.t=t}}for(const s in e)n.prototype[s]=e[s];return n.t=t,n}const nw=gp("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),sw=gp("text"),C7=gp("nl"),Sh=gp("url",{isLink:!0,toHref(t=Hd.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==Vd&&t[1].t===Ti}}),mr=t=>new Ws(t);function E7({groups:t}){const e=t.domain.concat([Cf,Tf,Si,Mf,Af,If,Pf,Rf,gr,fy,Cd,Of,Df,Lf,ia,zf,Td,_f]),n=[Ef,Ti,my,aa,gy,Cd,Ed,xy,yy,gf,xf,kd,Sd,ff,hf,pf,mf,yf,bf,vf,Nf,wf,jf,kf,Sf],s=[Cf,Ef,Tf,Mf,Af,If,Pf,Rf,gr,kd,Sd,Cd,Of,Df,Lf,Ed,ia,zf,Td,_f],a=mr(),i=Me(a,Td);pt(i,s,i),pt(i,t.domain,i);const o=mr(),c=mr(),u=mr();pt(a,t.domain,o),pt(a,t.scheme,c),pt(a,t.slashscheme,u),pt(o,s,i),pt(o,t.domain,o);const h=Me(o,Si);Me(i,Si,h),Me(c,Si,h),Me(u,Si,h);const f=Me(i,aa);pt(f,s,i),pt(f,t.domain,i);const m=mr();pt(h,t.domain,m),pt(m,t.domain,m);const g=Me(m,aa);pt(g,t.domain,m);const y=mr(nw);pt(g,t.tld,y),pt(g,t.utld,y),Me(h,Vd,y);const N=Me(m,gr);Me(N,gr,N),pt(N,t.domain,m),pt(y,t.domain,m),Me(y,aa,g),Me(y,gr,N);const w=Me(y,Ti);pt(w,t.numeric,nw);const v=Me(o,gr),k=Me(o,aa);Me(v,gr,v),pt(v,t.domain,o),pt(k,s,i),pt(k,t.domain,o);const C=mr(Sh);pt(k,t.tld,C),pt(k,t.utld,C),pt(C,t.domain,o),pt(C,s,i),Me(C,aa,k),Me(C,gr,v),Me(C,Si,h);const E=Me(C,Ti),I=mr(Sh);pt(E,t.numeric,I);const L=mr(Sh),W=mr();pt(L,e,L),pt(L,n,W),pt(W,e,L),pt(W,n,W),Me(C,ia,L),Me(I,ia,L);const D=Me(c,Ti),P=Me(u,Ti),R=Me(P,ia),K=Me(R,ia);pt(c,t.domain,o),Me(c,aa,k),Me(c,gr,v),pt(u,t.domain,o),Me(u,aa,k),Me(u,gr,v),pt(D,t.domain,L),Me(D,ia,L),Me(D,Ed,L),pt(K,t.domain,L),pt(K,e,L),Me(K,ia,L);const re=[[kd,Sd],[hf,ff],[pf,mf],[gf,xf],[yf,bf],[vf,Nf],[wf,jf],[kf,Sf]];for(let ue=0;ue=0&&g++,a++,f++;if(g<0)a-=f,a0&&(i.push(Wg(sw,e,o)),o=[]),a-=g,f-=g;const y=m.t,N=n.slice(a-f,a);i.push(Wg(y,e,N))}}return o.length>0&&i.push(Wg(sw,e,o)),i}function Wg(t,e,n){const s=n[0].s,a=n[n.length-1].e,i=e.slice(s,a);return new t(i,n)}const M7=typeof console<"u"&&console&&console.warn||(()=>{}),A7="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",en={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function I7(){return Ws.groups={},en.scanner=null,en.parser=null,en.tokenQueue=[],en.pluginQueue=[],en.customSchemes=[],en.initialized=!1,en}function rw(t,e=!1){if(en.initialized&&M7(`linkifyjs: already initialized - will not register custom scheme "${t}" ${A7}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error(`linkifyjs: incorrect scheme format. -1. Must only contain digits, lowercase ASCII letters or "-" -2. Cannot start or end with "-" -3. "-" cannot repeat`);en.customSchemes.push([t,e])}function P7(){en.scanner=k7(en.customSchemes);for(let t=0;t{const a=e.some(h=>h.docChanged)&&!n.doc.eq(s.doc),i=e.some(h=>h.getMeta("preventAutolink"));if(!a||i)return;const{tr:o}=s,c=W2(n.doc,[...e]);if(X2(c).forEach(({newRange:h})=>{const f=L8(s.doc,h,y=>y.isTextblock);let m,g;if(f.length>1)m=f[0],g=s.doc.textBetween(m.pos,m.pos+m.node.nodeSize,void 0," ");else if(f.length){const y=s.doc.textBetween(h.from,h.to," "," ");if(!O7.test(y))return;m=f[0],g=s.doc.textBetween(m.pos,h.to,void 0," ")}if(m&&g){const y=g.split(R7).filter(Boolean);if(y.length<=0)return!1;const N=y[y.length-1],w=m.pos+g.lastIndexOf(N);if(!N)return!1;const v=vy(N).map(k=>k.toObject(t.defaultProtocol));if(!L7(v))return!1;v.filter(k=>k.isLink).map(k=>({...k,from:w+k.start+1,to:w+k.end+1})).filter(k=>s.schema.marks.code?!s.doc.rangeHasMark(k.from,k.to,s.schema.marks.code):!0).filter(k=>t.validate(k.value)).filter(k=>t.shouldAutoLink(k.value)).forEach(k=>{oy(k.from,k.to,s.doc).some(C=>C.mark.type===t.type)||o.addMark(k.from,k.to,t.type.create({href:k.href}))})}}),!!o.steps.length)return o}})}function z7(t){return new Qt({key:new ln("handleClickLink"),props:{handleClick:(e,n,s)=>{var a,i;if(s.button!==0||!e.editable)return!1;let o=null;if(s.target instanceof HTMLAnchorElement)o=s.target;else{const u=s.target;if(!u)return!1;const h=t.editor.view.dom;o=u.closest("a"),o&&!h.contains(o)&&(o=null)}if(!o)return!1;let c=!1;if(t.enableClickSelection&&(c=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){const u=Q2(e.state,t.type.name),h=(a=o.href)!=null?a:u.href,f=(i=o.target)!=null?i:u.target;h&&(window.open(h,f),c=!0)}return c}}})}function F7(t){return new Qt({key:new ln("handlePasteLink"),props:{handlePaste:(e,n,s)=>{const{shouldAutoLink:a}=t,{state:i}=e,{selection:o}=i,{empty:c}=o;if(c)return!1;let u="";s.content.forEach(f=>{u+=f.textContent});const h=RC(u,{defaultProtocol:t.defaultProtocol}).find(f=>f.isLink&&f.value===u);return!u||!h||a!==void 0&&!a(h.value)?!1:t.editor.commands.setMark(t.type,{href:h.href})}}})}function Mo(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(s=>{const a=typeof s=="string"?s:s.scheme;a&&n.push(a)}),!t||t.replace(D7,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var $7=rl.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(t=>{if(typeof t=="string"){rw(t);return}rw(t.scheme,t.optionalSlashes)})},onDestroy(){I7()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!Mo(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t);if(e||n&&!t.includes("@"))return!0;const a=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(a)||!/\./.test(a))}}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:n=>!!Mo(n,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:e=>!!Mo(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",Rt(this.options.HTMLAttributes,t),0]:["a",Rt(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,s,a,i;const o=(s=(n=t.attrs)==null?void 0:n.href)!=null?s:"",c=(i=(a=t.attrs)==null?void 0:a.title)!=null?i:"",u=e.renderChildren(t);return c?`[${u}](${o} "${c}")`:`[${u}](${o})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return this.options.isAllowedUri(n,{defaultValidate:s=>!!Mo(s,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,t).setMeta("preventAutolink",!0).run():!1},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:s=>!!Mo(s,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[Qo({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:s}=this.options,a=RC(t).filter(i=>i.isLink&&this.options.isAllowedUri(i.value,{defaultValidate:o=>!!Mo(o,n),protocols:n,defaultProtocol:s}));a.length&&a.forEach(i=>{this.options.shouldAutoLink(i.value)&&e.push({text:i.value,data:{href:i.href},index:i.start})})}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;return this.options.autolink&&t.push(_7({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:s=>this.options.isAllowedUri(s,{defaultValidate:a=>!!Mo(a,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),t.push(z7({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(F7({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),B7=Object.defineProperty,V7=(t,e)=>{for(var n in e)B7(t,n,{get:e[n],enumerable:!0})},H7="listItem",aw="textStyle",iw=/^\s*([-+*])\s$/,OC=An.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:t}){return["ul",Rt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>t.type!=="list"||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(H7,this.editor.getAttributes(aw)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=lc({find:iw,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=lc({find:iw,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(aw),editor:this.editor})),[t]}}),DC=An.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:t}){return["li",Rt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{if(t.type!=="list_item")return[];let n=[];if(t.tokens&&t.tokens.length>0)if(t.tokens.some(a=>a.type==="paragraph"))n=e.parseChildren(t.tokens);else{const a=t.tokens[0];if(a&&a.type==="text"&&a.tokens&&a.tokens.length>0){if(n=[{type:"paragraph",content:e.parseInline(a.tokens)}],t.tokens.length>1){const o=t.tokens.slice(1),c=e.parseChildren(o);n.push(...c)}}else n=e.parseChildren(t.tokens)}return n.length===0&&(n=[{type:"paragraph",content:[]}]),{type:"listItem",content:n}},renderMarkdown:(t,e,n)=>uy(t,e,s=>{var a,i;return s.parentType==="bulletList"?"- ":s.parentType==="orderedList"?`${(((i=(a=s.meta)==null?void 0:a.parentAttrs)==null?void 0:i.start)||1)+s.index}. `:"- "},n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),W7={};V7(W7,{findListItemPos:()=>eu,getNextListDepth:()=>wy,handleBackspace:()=>Jx,handleDelete:()=>Yx,hasListBefore:()=>LC,hasListItemAfter:()=>U7,hasListItemBefore:()=>_C,listItemHasSubList:()=>zC,nextListIsDeeper:()=>FC,nextListIsHigher:()=>$C});var eu=(t,e)=>{const{$from:n}=e.selection,s=Mn(t,e.schema);let a=null,i=n.depth,o=n.pos,c=null;for(;i>0&&c===null;)a=n.node(i),a.type===s?c=i:(i-=1,o-=1);return c===null?null:{$pos:e.doc.resolve(o),depth:c}},wy=(t,e)=>{const n=eu(t,e);if(!n)return!1;const[,s]=K8(e,t,n.$pos.pos+4);return s},LC=(t,e,n)=>{const{$anchor:s}=t.selection,a=Math.max(0,s.pos-2),i=t.doc.resolve(a).node();return!(!i||!n.includes(i.type.name))},_C=(t,e)=>{var n;const{$anchor:s}=e.selection,a=e.doc.resolve(s.pos-2);return!(a.index()===0||((n=a.nodeBefore)==null?void 0:n.type.name)!==t)},zC=(t,e,n)=>{if(!n)return!1;const s=Mn(t,e.schema);let a=!1;return n.descendants(i=>{i.type===s&&(a=!0)}),a},Jx=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!Wi(t.state,e)&&LC(t.state,e,n)){const{$anchor:c}=t.state.selection,u=t.state.doc.resolve(c.before()-1),h=[];u.node().descendants((g,y)=>{g.type.name===e&&h.push({node:g,pos:y})});const f=h.at(-1);if(!f)return!1;const m=t.state.doc.resolve(u.start()+f.pos+1);return t.chain().cut({from:c.start()-1,to:c.end()+1},m.end()).joinForward().run()}if(!Wi(t.state,e)||!Y8(t.state))return!1;const s=eu(e,t.state);if(!s)return!1;const i=t.state.doc.resolve(s.$pos.pos-2).node(s.depth),o=zC(e,t.state,i);return _C(e,t.state)&&!o?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},FC=(t,e)=>{const n=wy(t,e),s=eu(t,e);return!s||!n?!1:n>s.depth},$C=(t,e)=>{const n=wy(t,e),s=eu(t,e);return!s||!n?!1:n{if(!Wi(t.state,e)||!J8(t.state,e))return!1;const{selection:n}=t.state,{$from:s,$to:a}=n;return!n.empty&&s.sameParent(a)?!1:FC(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():$C(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward()},U7=(t,e)=>{var n;const{$anchor:s}=e.selection,a=e.doc.resolve(s.pos-s.parentOffset-2);return!(a.index()===a.parent.childCount-1||((n=a.nodeAfter)==null?void 0:n.type.name)!==t)},BC=vn.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&Yx(t,n)&&(e=!0)}),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&Yx(t,n)&&(e=!0)}),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:s})=>{t.state.schema.nodes[n]!==void 0&&Jx(t,n,s)&&(e=!0)}),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:s})=>{t.state.schema.nodes[n]!==void 0&&Jx(t,n,s)&&(e=!0)}),e}}}}),ow=/^(\s*)(\d+)\.\s+(.*)$/,K7=/^\s/;function q7(t){const e=[];let n=0,s=0;for(;ne;)g.push(t[m]),m+=1;if(g.length>0){const y=Math.min(...g.map(w=>w.indent)),N=VC(g,y,n);h.push({type:"list",ordered:!0,start:g[0].number,items:N,raw:g.map(w=>w.raw).join(` -`)})}a.push({type:"list_item",raw:o.raw,tokens:h}),i=m}else i+=1}return a}function G7(t,e){return t.map(n=>{if(n.type!=="list_item")return e.parseChildren([n])[0];const s=[];return n.tokens&&n.tokens.length>0&&n.tokens.forEach(a=>{if(a.type==="paragraph"||a.type==="list"||a.type==="blockquote"||a.type==="code")s.push(...e.parseChildren([a]));else if(a.type==="text"&&a.tokens){const i=e.parseChildren([a]);s.push({type:"paragraph",content:i})}else{const i=e.parseChildren([a]);i.length>0&&s.push(...i)}}),{type:"listItem",content:s}})}var J7="listItem",lw="textStyle",cw=/^(\d+)\.\s$/,HC=An.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return e===1?["ol",Rt(this.options.HTMLAttributes,n),0]:["ol",Rt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if(t.type!=="list"||!t.ordered)return[];const n=t.start||1,s=t.items?G7(t.items,e):[];return n!==1?{type:"orderedList",attrs:{start:n},content:s}:{type:"orderedList",content:s}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownTokenizer:{name:"orderedList",level:"block",start:t=>{const e=t.match(/^(\s*)(\d+)\.\s+/),n=e==null?void 0:e.index;return n!==void 0?n:-1},tokenize:(t,e,n)=>{var s;const a=t.split(` -`),[i,o]=q7(a);if(i.length===0)return;const c=VC(i,0,n);return c.length===0?void 0:{type:"list",ordered:!0,start:((s=i[0])==null?void 0:s.number)||1,items:c,raw:a.slice(0,o).join(` -`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(J7,this.editor.getAttributes(lw)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=lc({find:cw,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=lc({find:cw,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(lw)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),Y7=/^\s*(\[([( |x])?\])\s$/,Q7=An.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",Rt(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const s=e.parseChildren(t.nestedTokens);n.push(...s)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const a=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return uy(t,e,a)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:s})=>{const a=document.createElement("li"),i=document.createElement("label"),o=document.createElement("span"),c=document.createElement("input"),u=document.createElement("div"),h=m=>{var g,y;c.ariaLabel=((y=(g=this.options.a11y)==null?void 0:g.checkboxLabel)==null?void 0:y.call(g,m,c.checked))||`Task item checkbox for ${m.textContent||"empty task item"}`};h(t),i.contentEditable="false",c.type="checkbox",c.addEventListener("mousedown",m=>m.preventDefault()),c.addEventListener("change",m=>{if(!s.isEditable&&!this.options.onReadOnlyChecked){c.checked=!c.checked;return}const{checked:g}=m.target;s.isEditable&&typeof n=="function"&&s.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:y})=>{const N=n();if(typeof N!="number")return!1;const w=y.doc.nodeAt(N);return y.setNodeMarkup(N,void 0,{...w==null?void 0:w.attrs,checked:g}),!0}).run(),!s.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,g)||(c.checked=!c.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([m,g])=>{a.setAttribute(m,g)}),a.dataset.checked=t.attrs.checked,c.checked=t.attrs.checked,i.append(c,o),a.append(i,u),Object.entries(e).forEach(([m,g])=>{a.setAttribute(m,g)});let f=new Set(Object.keys(e));return{dom:a,contentDOM:u,update:m=>{if(m.type!==this.type)return!1;a.dataset.checked=m.attrs.checked,c.checked=m.attrs.checked,h(m);const g=s.extensionManager.attributes,y=Bd(m,g),N=new Set(Object.keys(y)),w=this.options.HTMLAttributes;return f.forEach(v=>{N.has(v)||(v in w?a.setAttribute(v,w[v]):a.removeAttribute(v))}),Object.entries(y).forEach(([v,k])=>{k==null?v in w?a.setAttribute(v,w[v]):a.removeAttribute(v):a.setAttribute(v,k)}),f=N,!0}}}},addInputRules(){return[lc({find:Y7,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),X7=An.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",Rt(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const s=i=>{const o=Fx(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:c=>({indentLevel:c[1].length,mainContent:c[4],checked:c[3].toLowerCase()==="x"}),createToken:(c,u)=>({type:"taskItem",raw:"",mainContent:c.mainContent,indentLevel:c.indentLevel,checked:c.checked,text:c.mainContent,tokens:n.inlineTokens(c.mainContent),nestedTokens:u}),customNestedParser:s},n);return o?[{type:"taskList",raw:o.raw,items:o.items}]:n.blockTokens(i)},a=Fx(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,o)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:n.inlineTokens(i.mainContent),nestedTokens:o}),customNestedParser:s},n);if(a)return{type:"taskList",raw:a.raw,items:a.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});vn.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(OC.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(DC.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(BC.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(HC.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(Q7.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(X7.configure(this.options.taskList)),t}});var dw=" ",Z7=" ",ez=An.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",Rt(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];if(n.length===1&&n[0].type==="image")return e.parseChildren([n[0]]);const s=e.parseInline(n);return s.length===1&&s[0].type==="text"&&(s[0].text===dw||s[0].text===Z7)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,s)},renderMarkdown:(t,e)=>{if(!t)return"";const n=Array.isArray(t.content)?t.content:[];return n.length===0?dw:e.renderChildren(n)},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),tz=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,nz=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,sz=rl.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["s",Rt(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[oc({find:tz,type:this.type})]},addPasteRules(){return[Qo({find:nz,type:this.type})]}}),rz=An.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),az=rl.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["u",Rt(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown(t,e){return`++${e.renderChildren(t)}++`},markdownTokenizer:{name:"underline",level:"inline",start(t){return t.indexOf("++")},tokenize(t,e,n){const a=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!a)return;const i=a[2].trim();return{type:"underline",raw:a[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function iz(t={}){return new Qt({view(e){return new oz(e,t)}})}class oz{constructor(e,n){var s;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(s=n.width)!==null&&s!==void 0?s:1,this.color=n.color===!1?void 0:n.color||"black",this.class=n.class,this.handlers=["dragover","dragend","drop","dragleave"].map(a=>{let i=o=>{this[a](o)};return e.dom.addEventListener(a,i),{name:a,handler:i}})}destroy(){this.handlers.forEach(({name:e,handler:n})=>this.editorView.dom.removeEventListener(e,n))}update(e,n){this.cursorPos!=null&&n.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,s,a=this.editorView.dom,i=a.getBoundingClientRect(),o=i.width/a.offsetWidth,c=i.height/a.offsetHeight;if(n){let m=e.nodeBefore,g=e.nodeAfter;if(m||g){let y=this.editorView.nodeDOM(this.cursorPos-(m?m.nodeSize:0));if(y){let N=y.getBoundingClientRect(),w=m?N.bottom:N.top;m&&g&&(w=(w+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let v=this.width/2*c;s={left:N.left,right:N.right,top:w-v,bottom:w+v}}}}if(!s){let m=this.editorView.coordsAtPos(this.cursorPos),g=this.width/2*o;s={left:m.left-g,right:m.left+g,top:m.top,bottom:m.bottom}}let u=this.editorView.dom.offsetParent;this.element||(this.element=u.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n);let h,f;if(!u||u==document.body&&getComputedStyle(u).position=="static")h=-pageXOffset,f=-pageYOffset;else{let m=u.getBoundingClientRect(),g=m.width/u.offsetWidth,y=m.height/u.offsetHeight;h=m.left-u.scrollLeft*g,f=m.top-u.scrollTop*y}this.element.style.left=(s.left-h)/o+"px",this.element.style.top=(s.top-f)/c+"px",this.element.style.width=(s.right-s.left)/o+"px",this.element.style.height=(s.bottom-s.top)/c+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let n=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),s=n&&n.inside>=0&&this.editorView.state.doc.nodeAt(n.inside),a=s&&s.type.spec.disableDropCursor,i=typeof a=="function"?a(this.editorView,n,e):a;if(n&&!i){let o=n.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let c=LS(this.editorView.state.doc,o,this.editorView.dragging.slice);c!=null&&(o=c)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class yn extends ot{constructor(e){super(e,e)}map(e,n){let s=e.resolve(n.map(this.head));return yn.valid(s)?new yn(s):ot.near(s)}content(){return Le.empty}eq(e){return e instanceof yn&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new yn(e.resolve(n.pos))}getBookmark(){return new jy(this.anchor)}static valid(e){let n=e.parent;if(n.isTextblock||!lz(e)||!cz(e))return!1;let s=n.type.spec.allowGapCursor;if(s!=null)return s;let a=n.contentMatchAt(e.index()).defaultType;return a&&a.isTextblock}static findGapCursorFrom(e,n,s=!1){e:for(;;){if(!s&&yn.valid(e))return e;let a=e.pos,i=null;for(let o=e.depth;;o--){let c=e.node(o);if(n>0?e.indexAfter(o)0){i=c.child(n>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;a+=n;let u=e.doc.resolve(a);if(yn.valid(u))return u}for(;;){let o=n>0?i.firstChild:i.lastChild;if(!o){if(i.isAtom&&!i.isText&&!Ze.isSelectable(i)){e=e.doc.resolve(a+i.nodeSize*n),s=!1;continue e}break}i=o,a+=n;let c=e.doc.resolve(a);if(yn.valid(c))return c}return null}}}yn.prototype.visible=!1;yn.findFrom=yn.findGapCursorFrom;ot.jsonID("gapcursor",yn);class jy{constructor(e){this.pos=e}map(e){return new jy(e.map(this.pos))}resolve(e){let n=e.resolve(this.pos);return yn.valid(n)?new yn(n):ot.near(n)}}function WC(t){return t.isAtom||t.spec.isolating||t.spec.createGapCursor}function lz(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),s=t.node(e);if(n==0){if(s.type.spec.isolating)return!0;continue}for(let a=s.child(n-1);;a=a.lastChild){if(a.childCount==0&&!a.inlineContent||WC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function cz(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),s=t.node(e);if(n==s.childCount){if(s.type.spec.isolating)return!0;continue}for(let a=s.child(n);;a=a.firstChild){if(a.childCount==0&&!a.inlineContent||WC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function dz(){return new Qt({props:{decorations:pz,createSelectionBetween(t,e,n){return e.pos==n.pos&&yn.valid(n)?new yn(n):null},handleClick:hz,handleKeyDown:uz,handleDOMEvents:{beforeinput:fz}}})}const uz=ty({ArrowLeft:Ch("horiz",-1),ArrowRight:Ch("horiz",1),ArrowUp:Ch("vert",-1),ArrowDown:Ch("vert",1)});function Ch(t,e){const n=t=="vert"?e>0?"down":"up":e>0?"right":"left";return function(s,a,i){let o=s.selection,c=e>0?o.$to:o.$from,u=o.empty;if(o instanceof et){if(!i.endOfTextblock(n)||c.depth==0)return!1;u=!1,c=s.doc.resolve(e>0?c.after():c.before())}let h=yn.findGapCursorFrom(c,e,u);return h?(a&&a(s.tr.setSelection(new yn(h))),!0):!1}}function hz(t,e,n){if(!t||!t.editable)return!1;let s=t.state.doc.resolve(e);if(!yn.valid(s))return!1;let a=t.posAtCoords({left:n.clientX,top:n.clientY});return a&&a.inside>-1&&Ze.isSelectable(t.state.doc.nodeAt(a.inside))?!1:(t.dispatch(t.state.tr.setSelection(new yn(s))),!0)}function fz(t,e){if(e.inputType!="insertCompositionText"||!(t.state.selection instanceof yn))return!1;let{$from:n}=t.state.selection,s=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!s)return!1;let a=Ne.empty;for(let o=s.length-1;o>=0;o--)a=Ne.from(s[o].createAndFill(null,a));let i=t.state.tr.replace(n.pos,n.pos,new Le(a,0,0));return i.setSelection(et.near(i.doc.resolve(n.pos+1))),t.dispatch(i),!1}function pz(t){if(!(t.selection instanceof yn))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",Ht.create(t.doc,[_n.widget(t.selection.head,e,{key:"gapcursor"})])}var Ff=200,Wn=function(){};Wn.prototype.append=function(e){return e.length?(e=Wn.from(e),!this.length&&e||e.length=n?Wn.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,n))};Wn.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};Wn.prototype.forEach=function(e,n,s){n===void 0&&(n=0),s===void 0&&(s=this.length),n<=s?this.forEachInner(e,n,s,0):this.forEachInvertedInner(e,n,s,0)};Wn.prototype.map=function(e,n,s){n===void 0&&(n=0),s===void 0&&(s=this.length);var a=[];return this.forEach(function(i,o){return a.push(e(i,o))},n,s),a};Wn.from=function(e){return e instanceof Wn?e:e&&e.length?new UC(e):Wn.empty};var UC=(function(t){function e(s){t.call(this),this.values=s}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(a,i){return a==0&&i==this.length?this:new e(this.values.slice(a,i))},e.prototype.getInner=function(a){return this.values[a]},e.prototype.forEachInner=function(a,i,o,c){for(var u=i;u=o;u--)if(a(this.values[u],c+u)===!1)return!1},e.prototype.leafAppend=function(a){if(this.length+a.length<=Ff)return new e(this.values.concat(a.flatten()))},e.prototype.leafPrepend=function(a){if(this.length+a.length<=Ff)return new e(a.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e})(Wn);Wn.empty=new UC([]);var mz=(function(t){function e(n,s){t.call(this),this.left=n,this.right=s,this.length=n.length+s.length,this.depth=Math.max(n.depth,s.depth)+1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(s){return sc&&this.right.forEachInner(s,Math.max(a-c,0),Math.min(this.length,i)-c,o+c)===!1)return!1},e.prototype.forEachInvertedInner=function(s,a,i,o){var c=this.left.length;if(a>c&&this.right.forEachInvertedInner(s,a-c,Math.max(i,c)-c,o+c)===!1||i=i?this.right.slice(s-i,a-i):this.left.slice(s,i).append(this.right.slice(0,a-i))},e.prototype.leafAppend=function(s){var a=this.right.leafAppend(s);if(a)return new e(this.left,a)},e.prototype.leafPrepend=function(s){var a=this.left.leafPrepend(s);if(a)return new e(a,this.right)},e.prototype.appendInner=function(s){return this.left.depth>=Math.max(this.right.depth,s.depth)+1?new e(this.left,new e(this.right,s)):new e(this,s)},e})(Wn);const gz=500;class zr{constructor(e,n){this.items=e,this.eventCount=n}popEvent(e,n){if(this.eventCount==0)return null;let s=this.items.length;for(;;s--)if(this.items.get(s-1).selection){--s;break}let a,i;n&&(a=this.remapping(s,this.items.length),i=a.maps.length);let o=e.tr,c,u,h=[],f=[];return this.items.forEach((m,g)=>{if(!m.step){a||(a=this.remapping(s,g+1),i=a.maps.length),i--,f.push(m);return}if(a){f.push(new Ni(m.map));let y=m.step.map(a.slice(i)),N;y&&o.maybeStep(y).doc&&(N=o.mapping.maps[o.mapping.maps.length-1],h.push(new Ni(N,void 0,void 0,h.length+f.length))),i--,N&&a.appendMap(N,i)}else o.maybeStep(m.step);if(m.selection)return c=a?m.selection.map(a.slice(i)):m.selection,u=new zr(this.items.slice(0,s).append(f.reverse().concat(h)),this.eventCount-1),!1},this.items.length,0),{remaining:u,transform:o,selection:c}}addTransform(e,n,s,a){let i=[],o=this.eventCount,c=this.items,u=!a&&c.length?c.get(c.length-1):null;for(let f=0;fyz&&(c=xz(c,h),o-=h),new zr(c.append(i),o)}remapping(e,n){let s=new Dd;return this.items.forEach((a,i)=>{let o=a.mirrorOffset!=null&&i-a.mirrorOffset>=e?s.maps.length-a.mirrorOffset:void 0;s.appendMap(a.map,o)},e,n),s}addMaps(e){return this.eventCount==0?this:new zr(this.items.append(e.map(n=>new Ni(n))),this.eventCount)}rebased(e,n){if(!this.eventCount)return this;let s=[],a=Math.max(0,this.items.length-n),i=e.mapping,o=e.steps.length,c=this.eventCount;this.items.forEach(g=>{g.selection&&c--},a);let u=n;this.items.forEach(g=>{let y=i.getMirror(--u);if(y==null)return;o=Math.min(o,y);let N=i.maps[y];if(g.step){let w=e.steps[y].invert(e.docs[y]),v=g.selection&&g.selection.map(i.slice(u+1,y));v&&c++,s.push(new Ni(N,w,v))}else s.push(new Ni(N))},a);let h=[];for(let g=n;ggz&&(m=m.compress(this.items.length-s.length)),m}emptyItemCount(){let e=0;return this.items.forEach(n=>{n.step||e++}),e}compress(e=this.items.length){let n=this.remapping(0,e),s=n.maps.length,a=[],i=0;return this.items.forEach((o,c)=>{if(c>=e)a.push(o),o.selection&&i++;else if(o.step){let u=o.step.map(n.slice(s)),h=u&&u.getMap();if(s--,h&&n.appendMap(h,s),u){let f=o.selection&&o.selection.map(n.slice(s));f&&i++;let m=new Ni(h.invert(),u,f),g,y=a.length-1;(g=a.length&&a[y].merge(m))?a[y]=g:a.push(m)}}else o.map&&s--},this.items.length,0),new zr(Wn.from(a.reverse()),i)}}zr.empty=new zr(Wn.empty,0);function xz(t,e){let n;return t.forEach((s,a)=>{if(s.selection&&e--==0)return n=a,!1}),t.slice(n)}let Ni=class KC{constructor(e,n,s,a){this.map=e,this.step=n,this.selection=s,this.mirrorOffset=a}merge(e){if(this.step&&e.step&&!e.selection){let n=e.step.merge(this.step);if(n)return new KC(n.getMap().invert(),n,this.selection)}}};class Ci{constructor(e,n,s,a,i){this.done=e,this.undone=n,this.prevRanges=s,this.prevTime=a,this.prevComposition=i}}const yz=20;function bz(t,e,n,s){let a=n.getMeta(Ho),i;if(a)return a.historyState;n.getMeta(wz)&&(t=new Ci(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(n.steps.length==0)return t;if(o&&o.getMeta(Ho))return o.getMeta(Ho).redo?new Ci(t.done.addTransform(n,void 0,s,zh(e)),t.undone,uw(n.mapping.maps),t.prevTime,t.prevComposition):new Ci(t.done,t.undone.addTransform(n,void 0,s,zh(e)),null,t.prevTime,t.prevComposition);if(n.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let c=n.getMeta("composition"),u=t.prevTime==0||!o&&t.prevComposition!=c&&(t.prevTime<(n.time||0)-s.newGroupDelay||!vz(n,t.prevRanges)),h=o?Ug(t.prevRanges,n.mapping):uw(n.mapping.maps);return new Ci(t.done.addTransform(n,u?e.selection.getBookmark():void 0,s,zh(e)),zr.empty,h,n.time,c??t.prevComposition)}else return(i=n.getMeta("rebased"))?new Ci(t.done.rebased(n,i),t.undone.rebased(n,i),Ug(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new Ci(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),Ug(t.prevRanges,n.mapping),t.prevTime,t.prevComposition)}function vz(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach((s,a)=>{for(let i=0;i=e[i]&&(n=!0)}),n}function uw(t){let e=[];for(let n=t.length-1;n>=0&&e.length==0;n--)t[n].forEach((s,a,i,o)=>e.push(i,o));return e}function Ug(t,e){if(!t)return null;let n=[];for(let s=0;s{let a=Ho.getState(n);if(!a||(t?a.undone:a.done).eventCount==0)return!1;if(s){let i=Nz(a,n,t);i&&s(e?i.scrollIntoView():i)}return!0}}const GC=qC(!1,!0),JC=qC(!0,!0);vn.create({name:"characterCount",addOptions(){return{limit:null,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc;if(((t==null?void 0:t.mode)||this.options.mode)==="textSize"){const s=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(s)}return e.nodeSize},this.storage.words=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new Qt({key:new ln("characterCount"),appendTransaction:(e,n,s)=>{if(t)return;const a=this.options.limit;if(a==null||a===0){t=!0;return}const i=this.storage.characters({node:s.doc});if(i>a){const o=i-a,c=0,u=o;console.warn(`[CharacterCount] Initial content exceeded limit of ${a} characters. Content was automatically trimmed.`);const h=s.tr.deleteRange(c,u);return t=!0,h}t=!0},filterTransaction:(e,n)=>{const s=this.options.limit;if(!e.docChanged||s===0||s===null||s===void 0)return!0;const a=this.storage.characters({node:n.doc}),i=this.storage.characters({node:e.doc});if(i<=s||a>s&&i>s&&i<=a)return!0;if(a>s&&i>s&&i>a||!e.getMeta("paste"))return!1;const c=e.selection.$head.pos,u=i-s,h=c-u,f=c;return e.deleteRange(h,f),!(this.storage.characters({node:e.doc})>s)}})]}});var kz=vn.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[iz(this.options)]}});vn.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new Qt({key:new ln("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:s}=this.editor,{anchor:a}=e,i=[];if(!n||!s)return Ht.create(t,[]);let o=0;this.options.mode==="deepest"&&t.descendants((u,h)=>{if(u.isText)return;if(!(a>=h&&a<=h+u.nodeSize-1))return!1;o+=1});let c=0;return t.descendants((u,h)=>{if(u.isText||!(a>=h&&a<=h+u.nodeSize-1))return!1;if(c+=1,this.options.mode==="deepest"&&o-c>0||this.options.mode==="shallowest"&&c>1)return this.options.mode==="deepest";i.push(_n.node(h,h+u.nodeSize,{class:this.options.className}))}),Ht.create(t,i)}}})]}});var Sz=vn.create({name:"gapCursor",addProseMirrorPlugins(){return[dz()]},extendNodeSchema(t){var e;const n={name:t.name,options:t.options,storage:t.storage};return{allowGapCursor:(e=At(Ye(t,"allowGapCursor",n)))!=null?e:null}}}),fw="placeholder";function Cz(t){return t.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var Ez=vn.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:fw,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const t=this.options.dataAttribute?`data-${Cz(this.options.dataAttribute)}`:`data-${fw}`;return[new Qt({key:new ln("placeholder"),props:{decorations:({doc:e,selection:n})=>{const s=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:a}=n,i=[];if(!s)return null;const o=this.editor.isEmpty;return e.descendants((c,u)=>{const h=a>=u&&a<=u+c.nodeSize,f=!c.isLeaf&&fp(c);if((h||!this.options.showOnlyCurrent)&&f){const m=[this.options.emptyNodeClass];o&&m.push(this.options.emptyEditorClass);const g=_n.node(u,u+c.nodeSize,{class:m.join(" "),[t]:typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:c,pos:u,hasAnchor:h}):this.options.placeholder});i.push(g)}return this.options.includeChildren}),Ht.create(e,i)}}})]}});vn.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new Qt({key:new ln("selection"),props:{decorations(n){return n.selection.empty||t.isFocused||!t.isEditable||Z2(n.selection)||t.view.dragging?null:Ht.create(n.doc,[_n.inline(n.selection.from,n.selection.to,{class:e.className})])}}})]}});function pw({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(e==null?void 0:e.type)===t}var Tz=vn.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var t;const e=new ln(this.name),n=this.options.node||((t=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:t.name)||"paragraph",s=Object.entries(this.editor.schema.nodes).map(([,a])=>a).filter(a=>(this.options.notAfter||[]).concat(n).includes(a.name));return[new Qt({key:e,appendTransaction:(a,i,o)=>{const{doc:c,tr:u,schema:h}=o,f=e.getState(o),m=c.content.size,g=h.nodes[n];if(f)return u.insert(m,g.create())},state:{init:(a,i)=>{const o=i.tr.doc.lastChild;return!pw({node:o,types:s})},apply:(a,i)=>{if(!a.docChanged||a.getMeta("__uniqueIDTransaction"))return i;const o=a.doc.lastChild;return!pw({node:o,types:s})}}})]}}),Mz=vn.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:t,dispatch:e})=>GC(t,e),redo:()=>({state:t,dispatch:e})=>JC(t,e)}},addProseMirrorPlugins(){return[jz(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),Az=vn.create({name:"starterKit",addExtensions(){var t,e,n,s;const a=[];return this.options.bold!==!1&&a.push(e7.configure(this.options.bold)),this.options.blockquote!==!1&&a.push(J_.configure(this.options.blockquote)),this.options.bulletList!==!1&&a.push(OC.configure(this.options.bulletList)),this.options.code!==!1&&a.push(s7.configure(this.options.code)),this.options.codeBlock!==!1&&a.push(i7.configure(this.options.codeBlock)),this.options.document!==!1&&a.push(o7.configure(this.options.document)),this.options.dropcursor!==!1&&a.push(kz.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&a.push(Sz.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&a.push(l7.configure(this.options.hardBreak)),this.options.heading!==!1&&a.push(c7.configure(this.options.heading)),this.options.undoRedo!==!1&&a.push(Mz.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&a.push(d7.configure(this.options.horizontalRule)),this.options.italic!==!1&&a.push(m7.configure(this.options.italic)),this.options.listItem!==!1&&a.push(DC.configure(this.options.listItem)),this.options.listKeymap!==!1&&a.push(BC.configure((t=this.options)==null?void 0:t.listKeymap)),this.options.link!==!1&&a.push($7.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&a.push(HC.configure(this.options.orderedList)),this.options.paragraph!==!1&&a.push(ez.configure(this.options.paragraph)),this.options.strike!==!1&&a.push(sz.configure(this.options.strike)),this.options.text!==!1&&a.push(rz.configure(this.options.text)),this.options.underline!==!1&&a.push(az.configure((n=this.options)==null?void 0:n.underline)),this.options.trailingNode!==!1&&a.push(Tz.configure((s=this.options)==null?void 0:s.trailingNode)),a}}),Iz=Az,Pz=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,Rz=An.create({name:"image",addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?"img[src]":'img[src]:not([src^="data:"])'}]},renderHTML({HTMLAttributes:t}){return["img",Rt(this.options.HTMLAttributes,t)]},parseMarkdown:(t,e)=>e.createNode("image",{src:t.href,title:t.title,alt:t.text}),renderMarkdown:t=>{var e,n,s,a,i,o;const c=(n=(e=t.attrs)==null?void 0:e.src)!=null?n:"",u=(a=(s=t.attrs)==null?void 0:s.alt)!=null?a:"",h=(o=(i=t.attrs)==null?void 0:i.title)!=null?o:"";return h?`![${u}](${c} "${h}")`:`![${u}](${c})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:t,minWidth:e,minHeight:n,alwaysPreserveAspectRatio:s}=this.options.resize;return({node:a,getPos:i,HTMLAttributes:o,editor:c})=>{const u=document.createElement("img");Object.entries(o).forEach(([m,g])=>{if(g!=null)switch(m){case"width":case"height":break;default:u.setAttribute(m,g);break}}),u.src=o.src;const h=new L6({element:u,editor:c,node:a,getPos:i,onResize:(m,g)=>{u.style.width=`${m}px`,u.style.height=`${g}px`},onCommit:(m,g)=>{const y=i();y!==void 0&&this.editor.chain().setNodeSelection(y).updateAttributes(this.name,{width:m,height:g}).run()},onUpdate:(m,g,y)=>m.type===a.type,options:{directions:t,min:{width:e,height:n},preserveAspectRatio:s===!0}}),f=h.dom;return f.style.visibility="hidden",f.style.pointerEvents="none",u.onload=()=>{f.style.visibility="",f.style.pointerEvents=""},h}},addCommands(){return{setImage:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}},addInputRules(){return[gC({find:Pz,type:this.type,getAttributes:t=>{const[,,e,n,s]=t;return{src:n,alt:e,title:s}}})]}}),Oz=Rz;function Dz(t){var e;const{char:n,allowSpaces:s,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:c}=t,u=s&&!a,h=z6(n),f=new RegExp(`\\s${h}$`),m=o?"^":"",g=a?"":h,y=u?new RegExp(`${m}${h}.*?(?=\\s${g}|$)`,"gm"):new RegExp(`${m}(?:^)?${h}[^\\s${g}]*`,"gm"),N=((e=c.nodeBefore)==null?void 0:e.isText)&&c.nodeBefore.text;if(!N)return null;const w=c.pos-N.length,v=Array.from(N.matchAll(y)).pop();if(!v||v.input===void 0||v.index===void 0)return null;const k=v.input.slice(Math.max(0,v.index-1),v.index),C=new RegExp(`^[${i==null?void 0:i.join("")}\0]?$`).test(k);if(i!==null&&!C)return null;const E=w+v.index;let I=E+v[0].length;return u&&f.test(N.slice(I-1,I+1))&&(v[0]+=" ",I+=1),E=c.pos?{range:{from:E,to:I},query:v[0].slice(n.length),text:v[0]}:null}var Lz=new ln("suggestion");function _z({pluginKey:t=Lz,editor:e,char:n="@",allowSpaces:s=!1,allowToIncludeChar:a=!1,allowedPrefixes:i=[" "],startOfLine:o=!1,decorationTag:c="span",decorationClass:u="suggestion",decorationContent:h="",decorationEmptyClass:f="is-empty",command:m=()=>null,items:g=()=>[],render:y=()=>({}),allow:N=()=>!0,findSuggestionMatch:w=Dz,shouldShow:v}){let k;const C=y==null?void 0:y(),E=()=>{const D=e.state.selection.$anchor.pos,P=e.view.coordsAtPos(D),{top:R,right:K,bottom:re,left:ue}=P;try{return new DOMRect(ue,R,K-ue,re-R)}catch{return null}},I=(D,P)=>P?()=>{const R=t.getState(e.state),K=R==null?void 0:R.decorationId,re=D.dom.querySelector(`[data-decoration-id="${K}"]`);return(re==null?void 0:re.getBoundingClientRect())||null}:E;function L(D,P){var R;try{const re=t.getState(D.state),ue=re!=null&&re.decorationId?D.dom.querySelector(`[data-decoration-id="${re.decorationId}"]`):null,xe={editor:e,range:(re==null?void 0:re.range)||{from:0,to:0},query:(re==null?void 0:re.query)||null,text:(re==null?void 0:re.text)||null,items:[],command:H=>m({editor:e,range:(re==null?void 0:re.range)||{from:0,to:0},props:H}),decorationNode:ue,clientRect:I(D,ue)};(R=C==null?void 0:C.onExit)==null||R.call(C,xe)}catch{}const K=D.state.tr.setMeta(P,{exit:!0});D.dispatch(K)}const W=new Qt({key:t,view(){return{update:async(D,P)=>{var R,K,re,ue,xe,H,O;const J=(R=this.key)==null?void 0:R.getState(P),$=(K=this.key)==null?void 0:K.getState(D.state),M=J.active&&$.active&&J.range.from!==$.range.from,q=!J.active&&$.active,B=J.active&&!$.active,z=!q&&!B&&J.query!==$.query,G=q||M&&z,oe=z||M,ye=B||M&&z;if(!G&&!oe&&!ye)return;const Ae=ye&&!G?J:$,ke=D.dom.querySelector(`[data-decoration-id="${Ae.decorationId}"]`);k={editor:e,range:Ae.range,query:Ae.query,text:Ae.text,items:[],command:ee=>m({editor:e,range:Ae.range,props:ee}),decorationNode:ke,clientRect:I(D,ke)},G&&((re=C==null?void 0:C.onBeforeStart)==null||re.call(C,k)),oe&&((ue=C==null?void 0:C.onBeforeUpdate)==null||ue.call(C,k)),(oe||G)&&(k.items=await g({editor:e,query:Ae.query})),ye&&((xe=C==null?void 0:C.onExit)==null||xe.call(C,k)),oe&&((H=C==null?void 0:C.onUpdate)==null||H.call(C,k)),G&&((O=C==null?void 0:C.onStart)==null||O.call(C,k))},destroy:()=>{var D;k&&((D=C==null?void 0:C.onExit)==null||D.call(C,k))}}},state:{init(){return{active:!1,range:{from:0,to:0},query:null,text:null,composing:!1}},apply(D,P,R,K){const{isEditable:re}=e,{composing:ue}=e.view,{selection:xe}=D,{empty:H,from:O}=xe,J={...P},$=D.getMeta(t);if($&&$.exit)return J.active=!1,J.decorationId=null,J.range={from:0,to:0},J.query=null,J.text=null,J;if(J.composing=ue,re&&(H||e.view.composing)){(OP.range.to)&&!ue&&!P.composing&&(J.active=!1);const M=w({char:n,allowSpaces:s,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:xe.$from}),q=`id_${Math.floor(Math.random()*4294967295)}`;M&&N({editor:e,state:K,range:M.range,isActive:P.active})&&(!v||v({editor:e,range:M.range,query:M.query,text:M.text,transaction:D}))?(J.active=!0,J.decorationId=P.decorationId?P.decorationId:q,J.range=M.range,J.query=M.query,J.text=M.text):J.active=!1}else J.active=!1;return J.active||(J.decorationId=null,J.range={from:0,to:0},J.query=null,J.text=null),J}},props:{handleKeyDown(D,P){var R,K,re,ue;const{active:xe,range:H}=W.getState(D.state);if(!xe)return!1;if(P.key==="Escape"||P.key==="Esc"){const J=W.getState(D.state),$=(R=k==null?void 0:k.decorationNode)!=null?R:null,M=$??(J!=null&&J.decorationId?D.dom.querySelector(`[data-decoration-id="${J.decorationId}"]`):null);if(((K=C==null?void 0:C.onKeyDown)==null?void 0:K.call(C,{view:D,event:P,range:J.range}))||!1)return!0;const B={editor:e,range:J.range,query:J.query,text:J.text,items:[],command:z=>m({editor:e,range:J.range,props:z}),decorationNode:M,clientRect:M?()=>M.getBoundingClientRect()||null:null};return(re=C==null?void 0:C.onExit)==null||re.call(C,B),L(D,t),!0}return((ue=C==null?void 0:C.onKeyDown)==null?void 0:ue.call(C,{view:D,event:P,range:H}))||!1},decorations(D){const{active:P,range:R,decorationId:K,query:re}=W.getState(D);if(!P)return null;const ue=!(re!=null&&re.length),xe=[u];return ue&&xe.push(f),Ht.create(D.doc,[_n.inline(R.from,R.to,{nodeName:c,class:xe.join(" "),"data-decoration-id":K,"data-decoration-content":h})])}}});return W}function zz({editor:t,overrideSuggestionOptions:e,extensionName:n,char:s="@"}){const a=new ln;return{editor:t,char:s,pluginKey:a,command:({editor:i,range:o,props:c})=>{var u,h,f;const m=i.view.state.selection.$to.nodeAfter;((u=m==null?void 0:m.text)==null?void 0:u.startsWith(" "))&&(o.to+=1),i.chain().focus().insertContentAt(o,[{type:n,attrs:{...c,mentionSuggestionChar:s}},{type:"text",text:" "}]).run(),(f=(h=i.view.dom.ownerDocument.defaultView)==null?void 0:h.getSelection())==null||f.collapseToEnd()},allow:({state:i,range:o})=>{const c=i.doc.resolve(o.from),u=i.schema.nodes[n];return!!c.parent.type.contentMatch.matchType(u)},...e}}function YC(t){return(t.options.suggestions.length?t.options.suggestions:[t.options.suggestion]).map(e=>zz({editor:t.editor,overrideSuggestionOptions:e,extensionName:t.name,char:e.char}))}function mw(t,e){const n=YC(t),s=n.find(a=>a.char===e);return s||(n.length?n[0]:null)}var Fz=An.create({name:"mention",priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:t,suggestion:e}){var n,s;return`${(n=e==null?void 0:e.char)!=null?n:"@"}${(s=t.attrs.label)!=null?s:t.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:t,node:e,suggestion:n}){var s,a;return["span",Rt(this.HTMLAttributes,t.HTMLAttributes),`${(s=n==null?void 0:n.char)!=null?s:"@"}${(a=e.attrs.label)!=null?a:e.attrs.id}`]},suggestions:[],suggestion:{}}},group:"inline",inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:t=>t.getAttribute("data-id"),renderHTML:t=>t.id?{"data-id":t.id}:{}},label:{default:null,parseHTML:t=>t.getAttribute("data-label"),renderHTML:t=>t.label?{"data-label":t.label}:{}},mentionSuggestionChar:{default:"@",parseHTML:t=>t.getAttribute("data-mention-suggestion-char"),renderHTML:t=>({"data-mention-suggestion-char":t.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:t,HTMLAttributes:e}){const n=mw(this,t.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn("renderLabel is deprecated use renderText and renderHTML instead"),["span",Rt({"data-type":this.name},this.options.HTMLAttributes,e),this.options.renderLabel({options:this.options,node:t,suggestion:n})];const s={...this.options};s.HTMLAttributes=Rt({"data-type":this.name},this.options.HTMLAttributes,e);const a=this.options.renderHTML({options:s,node:t,suggestion:n});return typeof a=="string"?["span",Rt({"data-type":this.name},this.options.HTMLAttributes,e),a]:a},...xC({nodeName:"mention",name:"@",selfClosing:!0,allowedAttributes:["id","label",{name:"mentionSuggestionChar",skipIfDefault:"@"}],parseAttributes:t=>{const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let s=n.exec(t);for(;s!==null;){const[,a,i,o]=s,c=i??o;e[a==="char"?"mentionSuggestionChar":a]=c,s=n.exec(t)}return e},serializeAttributes:t=>Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e==="mentionSuggestionChar"?"char":e}="${n}"`).join(" ")}),renderText({node:t}){const e={options:this.options,node:t,suggestion:mw(this,t.attrs.mentionSuggestionChar)};return this.options.renderLabel!==void 0?(console.warn("renderLabel is deprecated use renderText and renderHTML instead"),this.options.renderLabel(e)):this.options.renderText(e)},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:t,state:e})=>{let n=!1;const{selection:s}=e,{empty:a,anchor:i}=s;if(!a)return!1;let o=new Wa,c=0;return e.doc.nodesBetween(i-1,i,(u,h)=>{if(u.type.name===this.name)return n=!0,o=u,c=h,!1}),n&&t.insertText(this.options.deleteTriggerWithBackspace?"":o.attrs.mentionSuggestionChar,c,c+o.nodeSize),n})}},addProseMirrorPlugins(){return YC(this).map(_z)}}),$z=Fz,Bz=Ez;let Qx,Xx;if(typeof WeakMap<"u"){let t=new WeakMap;Qx=e=>t.get(e),Xx=(e,n)=>(t.set(e,n),n)}else{const t=[];let n=0;Qx=s=>{for(let a=0;a(n==10&&(n=0),t[n++]=s,t[n++]=a)}var bn=class{constructor(t,e,n,s){this.width=t,this.height=e,this.map=n,this.problems=s}findCell(t){for(let e=0;e=n){(i||(i=[])).push({type:"overlong_rowspan",pos:f,n:k-E});break}const I=a+E*e;for(let L=0;Ls&&(i+=h.attrs.colspan)}}for(let o=0;o1&&(n=!0)}e==-1?e=i:e!=i&&(e=Math.max(e,i))}return e}function Wz(t,e,n){t.problems||(t.problems=[]);const s={};for(let a=0;a0;e--)if(t.node(e).type.spec.tableRole=="row")return t.node(0).resolve(t.before(e+1));return null}function Kz(t){for(let e=t.depth;e>0;e--){const n=t.node(e).type.spec.tableRole;if(n==="cell"||n==="header_cell")return t.node(e)}return null}function Wr(t){const e=t.selection.$head;for(let n=e.depth;n>0;n--)if(e.node(n).type.spec.tableRole=="row")return!0;return!1}function xp(t){const e=t.selection;if("$anchorCell"in e&&e.$anchorCell)return e.$anchorCell.pos>e.$headCell.pos?e.$anchorCell:e.$headCell;if("node"in e&&e.node&&e.node.type.spec.tableRole=="cell")return e.$anchor;const n=Xo(e.$head)||qz(e.$head);if(n)return n;throw new RangeError(`No cell found around position ${e.head}`)}function qz(t){for(let e=t.nodeAfter,n=t.pos;e;e=e.firstChild,n++){const s=e.type.spec.tableRole;if(s=="cell"||s=="header_cell")return t.doc.resolve(n)}for(let e=t.nodeBefore,n=t.pos;e;e=e.lastChild,n--){const s=e.type.spec.tableRole;if(s=="cell"||s=="header_cell")return t.doc.resolve(n-e.nodeSize)}}function Zx(t){return t.parent.type.spec.tableRole=="row"&&!!t.nodeAfter}function Gz(t){return t.node(0).resolve(t.pos+t.nodeAfter.nodeSize)}function ky(t,e){return t.depth==e.depth&&t.pos>=e.start(-1)&&t.pos<=e.end(-1)}function QC(t,e,n){const s=t.node(-1),a=bn.get(s),i=t.start(-1),o=a.nextCell(t.pos-i,e,n);return o==null?null:t.node(0).resolve(i+o)}function Zo(t,e,n=1){const s={...t,colspan:t.colspan-n};return s.colwidth&&(s.colwidth=s.colwidth.slice(),s.colwidth.splice(e,n),s.colwidth.some(a=>a>0)||(s.colwidth=null)),s}function XC(t,e,n=1){const s={...t,colspan:t.colspan+n};if(s.colwidth){s.colwidth=s.colwidth.slice();for(let a=0;af!=n.pos-i);u.unshift(n.pos-i);const h=u.map(f=>{const m=s.nodeAt(f);if(!m)throw new RangeError(`No cell with offset ${f} found`);const g=i+f+1;return new BS(c.resolve(g),c.resolve(g+m.content.size))});super(h[0].$from,h[0].$to,h),this.$anchorCell=e,this.$headCell=n}map(e,n){const s=e.resolve(n.map(this.$anchorCell.pos)),a=e.resolve(n.map(this.$headCell.pos));if(Zx(s)&&Zx(a)&&ky(s,a)){const i=this.$anchorCell.node(-1)!=s.node(-1);return i&&this.isRowSelection()?Fa.rowSelection(s,a):i&&this.isColSelection()?Fa.colSelection(s,a):new Fa(s,a)}return et.between(s,a)}content(){const e=this.$anchorCell.node(-1),n=bn.get(e),s=this.$anchorCell.start(-1),a=n.rectBetween(this.$anchorCell.pos-s,this.$headCell.pos-s),i={},o=[];for(let u=a.top;u0||v>0){let k=N.attrs;if(w>0&&(k=Zo(k,0,w)),v>0&&(k=Zo(k,k.colspan-v,v)),y.lefta.bottom){const k={...N.attrs,rowspan:Math.min(y.bottom,a.bottom)-Math.max(y.top,a.top)};y.top0)return!1;const s=e+this.$anchorCell.nodeAfter.attrs.rowspan,a=n+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(s,a)==this.$headCell.node(-1).childCount}static colSelection(e,n=e){const s=e.node(-1),a=bn.get(s),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.top<=c.top?(o.top>0&&(e=u.resolve(i+a.map[o.left])),c.bottom0&&(n=u.resolve(i+a.map[c.left])),o.bottom0)return!1;const o=a+this.$anchorCell.nodeAfter.attrs.colspan,c=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(o,c)==n.width}eq(e){return e instanceof Fa&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,n=e){const s=e.node(-1),a=bn.get(s),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.left<=c.left?(o.left>0&&(e=u.resolve(i+a.map[o.top*a.width])),c.right0&&(n=u.resolve(i+a.map[c.top*a.width])),o.right{e.push(_n.node(s,s+n.nodeSize,{class:"selectedCell"}))}),Ht.create(t.doc,e)}function Xz({$from:t,$to:e}){if(t.pos==e.pos||t.pos=0&&!(t.after(a+1)=0&&!(e.before(i+1)>e.start(i));i--,s--);return n==s&&/row|table/.test(t.node(a).type.spec.tableRole)}function Zz({$from:t,$to:e}){let n,s;for(let a=t.depth;a>0;a--){const i=t.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){n=i;break}}for(let a=e.depth;a>0;a--){const i=e.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){s=i;break}}return n!==s&&e.parentOffset===0}function eF(t,e,n){const s=(e||t).selection,a=(e||t).doc;let i,o;if(s instanceof Ze&&(o=s.node.type.spec.tableRole)){if(o=="cell"||o=="header_cell")i=Yt.create(a,s.from);else if(o=="row"){const c=a.resolve(s.from+1);i=Yt.rowSelection(c,c)}else if(!n){const c=bn.get(s.node),u=s.from+1,h=u+c.map[c.width*c.height-1];i=Yt.create(a,u+1,h)}}else s instanceof et&&Xz(s)?i=et.create(a,s.from):s instanceof et&&Zz(s)&&(i=et.create(a,s.$from.start(),s.$from.end()));return i&&(e||(e=t.tr)).setSelection(i),e}const tF=new ln("fix-tables");function e4(t,e,n,s){const a=t.childCount,i=e.childCount;e:for(let o=0,c=0;o{a.type.spec.tableRole=="table"&&(n=nF(t,a,i,n))};return e?e.doc!=t.doc&&e4(e.doc,t.doc,0,s):t.doc.descendants(s),n}function nF(t,e,n,s){const a=bn.get(e);if(!a.problems)return s;s||(s=t.tr);const i=[];for(let u=0;u0){let y="cell";f.firstChild&&(y=f.firstChild.type.spec.tableRole);const N=[];for(let v=0;v0?-1:0;Jz(e,s,a+i)&&(i=a==0||a==e.width?null:0);for(let o=0;o0&&a0&&e.map[c-1]==u||a0?-1:0;oF(e,s,a+c)&&(c=a==0||a==e.height?null:0);for(let h=0,f=e.width*a;h0&&a0&&m==e.map[f-e.width]){const g=n.nodeAt(m).attrs;t.setNodeMarkup(t.mapping.slice(c).map(m+s),null,{...g,rowspan:g.rowspan-1}),h+=g.colspan-1}else if(a0&&n[i]==n[i-1]||s.right0&&n[a]==n[a-t]||s.bottom0){const f=u+1+h.content.size,m=gw(h)?u+1:f;i.replaceWith(m+s.tableStart,f+s.tableStart,c)}i.setSelection(new Yt(i.doc.resolve(u+s.tableStart))),e(i)}return!0}function yw(t,e){const n=bs(t.schema);return fF(({node:s})=>n[s.type.spec.tableRole])(t,e)}function fF(t){return(e,n)=>{const s=e.selection;let a,i;if(s instanceof Yt){if(s.$anchorCell.pos!=s.$headCell.pos)return!1;a=s.$anchorCell.nodeAfter,i=s.$anchorCell.pos}else{var o;if(a=Kz(s.$from),!a)return!1;i=(o=Xo(s.$from))===null||o===void 0?void 0:o.pos}if(a==null||i==null||a.attrs.colspan==1&&a.attrs.rowspan==1)return!1;if(n){let c=a.attrs;const u=[],h=c.colwidth;c.rowspan>1&&(c={...c,rowspan:1}),c.colspan>1&&(c={...c,colspan:1});const f=ma(e),m=e.tr;for(let y=0;y{o.attrs[t]!==e&&i.setNodeMarkup(c,null,{...o.attrs,[t]:e})}):i.setNodeMarkup(a.pos,null,{...a.nodeAfter.attrs,[t]:e}),s(i)}return!0}}function mF(t){return function(e,n){if(!Wr(e))return!1;if(n){const s=bs(e.schema),a=ma(e),i=e.tr,o=a.map.cellsInRect(t=="column"?{left:a.left,top:0,right:a.right,bottom:a.map.height}:t=="row"?{left:0,top:a.top,right:a.map.width,bottom:a.bottom}:a),c=o.map(u=>a.table.nodeAt(u));for(let u=0;u{const y=g+i.tableStart,N=o.doc.nodeAt(y);N&&o.setNodeMarkup(y,m,N.attrs)}),s(o)}return!0}}Wd("row",{useDeprecatedLogic:!0});Wd("column",{useDeprecatedLogic:!0});const gF=Wd("cell",{useDeprecatedLogic:!0});function xF(t,e){if(e<0){const n=t.nodeBefore;if(n)return t.pos-n.nodeSize;for(let s=t.index(-1)-1,a=t.before();s>=0;s--){const i=t.node(-1).child(s),o=i.lastChild;if(o)return a-1-o.nodeSize;a-=i.nodeSize}}else{if(t.index()0;s--)if(n.node(s).type.spec.tableRole=="table")return e&&e(t.tr.delete(n.before(s),n.after(s)).scrollIntoView()),!0;return!1}function Eh(t,e){const n=t.selection;if(!(n instanceof Yt))return!1;if(e){const s=t.tr,a=bs(t.schema).cell.createAndFill().content;n.forEachCell((i,o)=>{i.content.eq(a)||s.replace(s.mapping.map(o+1),s.mapping.map(o+i.nodeSize-1),new Le(a,0,0))}),s.docChanged&&e(s)}return!0}function bF(t){if(t.size===0)return null;let{content:e,openStart:n,openEnd:s}=t;for(;e.childCount==1&&(n>0&&s>0||e.child(0).type.spec.tableRole=="table");)n--,s--,e=e.child(0).content;const a=e.child(0),i=a.type.spec.tableRole,o=a.type.schema,c=[];if(i=="row")for(let u=0;u=0;o--){const{rowspan:c,colspan:u}=i.child(o).attrs;for(let h=a;h=e.length&&e.push(Ne.empty),n[a]s&&(g=g.type.createChecked(Zo(g.attrs,g.attrs.colspan,f+g.attrs.colspan-s),g.content)),h.push(g),f+=g.attrs.colspan;for(let y=1;ya&&(m=m.type.create({...m.attrs,rowspan:Math.max(1,a-m.attrs.rowspan)},m.content)),u.push(m)}i.push(Ne.from(u))}n=i,e=a}return{width:t,height:e,rows:n}}function wF(t,e,n,s,a,i,o){const c=t.doc.type.schema,u=bs(c);let h,f;if(a>e.width)for(let m=0,g=0;me.height){const m=[];for(let N=0,w=(e.height-1)*e.width;N=e.width?!1:n.nodeAt(e.map[w+N]).type==u.header_cell;m.push(v?f||(f=u.header_cell.createAndFill()):h||(h=u.cell.createAndFill()))}const g=u.row.create(null,Ne.from(m)),y=[];for(let N=e.height;N{if(!a)return!1;const i=n.selection;if(i instanceof Yt)return Fh(n,s,ot.near(i.$headCell,e));if(t!="horiz"&&!i.empty)return!1;const o=r4(a,t,e);if(o==null)return!1;if(t=="horiz")return Fh(n,s,ot.near(n.doc.resolve(i.head+e),e));{const c=n.doc.resolve(o),u=QC(c,t,e);let h;return u?h=ot.near(u,1):e<0?h=ot.near(n.doc.resolve(c.before(-1)),-1):h=ot.near(n.doc.resolve(c.after(-1)),1),Fh(n,s,h)}}}function Mh(t,e){return(n,s,a)=>{if(!a)return!1;const i=n.selection;let o;if(i instanceof Yt)o=i;else{const u=r4(a,t,e);if(u==null)return!1;o=new Yt(n.doc.resolve(u))}const c=QC(o.$headCell,t,e);return c?Fh(n,s,new Yt(o.$anchorCell,c)):!1}}function kF(t,e){const n=t.state.doc,s=Xo(n.resolve(e));return s?(t.dispatch(t.state.tr.setSelection(new Yt(s))),!0):!1}function SF(t,e,n){if(!Wr(t.state))return!1;let s=bF(n);const a=t.state.selection;if(a instanceof Yt){s||(s={width:1,height:1,rows:[Ne.from(e0(bs(t.state.schema).cell,n))]});const i=a.$anchorCell.node(-1),o=a.$anchorCell.start(-1),c=bn.get(i).rectBetween(a.$anchorCell.pos-o,a.$headCell.pos-o);return s=NF(s,c.right-c.left,c.bottom-c.top),jw(t.state,t.dispatch,o,c,s),!0}else if(s){const i=xp(t.state),o=i.start(-1);return jw(t.state,t.dispatch,o,bn.get(i.node(-1)).findCell(i.pos-o),s),!0}else return!1}function CF(t,e){var n;if(e.button!=0||e.ctrlKey||e.metaKey)return;const s=kw(t,e.target);let a;if(e.shiftKey&&t.state.selection instanceof Yt)i(t.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&s&&(a=Xo(t.state.selection.$anchor))!=null&&((n=qg(t,e))===null||n===void 0?void 0:n.pos)!=a.pos)i(a,e),e.preventDefault();else if(!s)return;function i(u,h){let f=qg(t,h);const m=Mi.getState(t.state)==null;if(!f||!ky(u,f))if(m)f=u;else return;const g=new Yt(u,f);if(m||!t.state.selection.eq(g)){const y=t.state.tr.setSelection(g);m&&y.setMeta(Mi,u.pos),t.dispatch(y)}}function o(){t.root.removeEventListener("mouseup",o),t.root.removeEventListener("dragstart",o),t.root.removeEventListener("mousemove",c),Mi.getState(t.state)!=null&&t.dispatch(t.state.tr.setMeta(Mi,-1))}function c(u){const h=u,f=Mi.getState(t.state);let m;if(f!=null)m=t.state.doc.resolve(f);else if(kw(t,h.target)!=s&&(m=qg(t,e),!m))return o();m&&i(m,h)}t.root.addEventListener("mouseup",o),t.root.addEventListener("dragstart",o),t.root.addEventListener("mousemove",c)}function r4(t,e,n){if(!(t.state.selection instanceof et))return null;const{$head:s}=t.state.selection;for(let a=s.depth-1;a>=0;a--){const i=s.node(a);if((n<0?s.index(a):s.indexAfter(a))!=(n<0?0:i.childCount))return null;if(i.type.spec.tableRole=="cell"||i.type.spec.tableRole=="header_cell"){const o=s.before(a),c=e=="vert"?n>0?"down":"up":n>0?"right":"left";return t.endOfTextblock(c)?o:null}}return null}function kw(t,e){for(;e&&e!=t.dom;e=e.parentNode)if(e.nodeName=="TD"||e.nodeName=="TH")return e;return null}function qg(t,e){const n=t.posAtCoords({left:e.clientX,top:e.clientY});if(!n)return null;let{inside:s,pos:a}=n;return s>=0&&Xo(t.state.doc.resolve(s))||Xo(t.state.doc.resolve(a))}var EF=class{constructor(e,n){this.node=e,this.defaultCellMinWidth=n,this.dom=document.createElement("div"),this.dom.className="tableWrapper",this.table=this.dom.appendChild(document.createElement("table")),this.table.style.setProperty("--default-cell-min-width",`${n}px`),this.colgroup=this.table.appendChild(document.createElement("colgroup")),t0(e,this.colgroup,this.table,n),this.contentDOM=this.table.appendChild(document.createElement("tbody"))}update(e){return e.type!=this.node.type?!1:(this.node=e,t0(e,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(e){return e.type=="attributes"&&(e.target==this.table||this.colgroup.contains(e.target))}};function t0(t,e,n,s,a,i){let o=0,c=!0,u=e.firstChild;const h=t.firstChild;if(h){for(let m=0,g=0;mnew s(m,n,g)),new MF(-1,!1)},apply(o,c){return c.apply(o)}},props:{attributes:o=>{const c=ar.getState(o);return c&&c.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(o,c)=>{AF(o,c,t,a)},mouseleave:o=>{IF(o)},mousedown:(o,c)=>{PF(o,c,e,n)}},decorations:o=>{const c=ar.getState(o);if(c&&c.activeHandle>-1)return _F(o,c.activeHandle)},nodeViews:{}}});return i}var MF=class $h{constructor(e,n){this.activeHandle=e,this.dragging=n}apply(e){const n=this,s=e.getMeta(ar);if(s&&s.setHandle!=null)return new $h(s.setHandle,!1);if(s&&s.setDragging!==void 0)return new $h(n.activeHandle,s.setDragging);if(n.activeHandle>-1&&e.docChanged){let a=e.mapping.map(n.activeHandle,-1);return Zx(e.doc.resolve(a))||(a=-1),new $h(a,n.dragging)}return n}};function AF(t,e,n,s){if(!t.editable)return;const a=ar.getState(t.state);if(a&&!a.dragging){const i=OF(e.target);let o=-1;if(i){const{left:c,right:u}=i.getBoundingClientRect();e.clientX-c<=n?o=Sw(t,e,"left",n):u-e.clientX<=n&&(o=Sw(t,e,"right",n))}if(o!=a.activeHandle){if(!s&&o!==-1){const c=t.state.doc.resolve(o),u=c.node(-1),h=bn.get(u),f=c.start(-1);if(h.colCount(c.pos-f)+c.nodeAfter.attrs.colspan-1==h.width-1)return}a4(t,o)}}}function IF(t){if(!t.editable)return;const e=ar.getState(t.state);e&&e.activeHandle>-1&&!e.dragging&&a4(t,-1)}function PF(t,e,n,s){var a;if(!t.editable)return!1;const i=(a=t.dom.ownerDocument.defaultView)!==null&&a!==void 0?a:window,o=ar.getState(t.state);if(!o||o.activeHandle==-1||o.dragging)return!1;const c=t.state.doc.nodeAt(o.activeHandle),u=RF(t,o.activeHandle,c.attrs);t.dispatch(t.state.tr.setMeta(ar,{setDragging:{startX:e.clientX,startWidth:u}}));function h(m){i.removeEventListener("mouseup",h),i.removeEventListener("mousemove",f);const g=ar.getState(t.state);g!=null&&g.dragging&&(DF(t,g.activeHandle,Cw(g.dragging,m,n)),t.dispatch(t.state.tr.setMeta(ar,{setDragging:null})))}function f(m){if(!m.which)return h(m);const g=ar.getState(t.state);if(g&&g.dragging){const y=Cw(g.dragging,m,n);Ew(t,g.activeHandle,y,s)}}return Ew(t,o.activeHandle,u,s),i.addEventListener("mouseup",h),i.addEventListener("mousemove",f),e.preventDefault(),!0}function RF(t,e,{colspan:n,colwidth:s}){const a=s&&s[s.length-1];if(a)return a;const i=t.domAtPos(e);let o=i.node.childNodes[i.offset].offsetWidth,c=n;if(s)for(let u=0;u{var e,n;const s=t.getAttribute("colwidth"),a=s?s.split(",").map(i=>parseInt(i,10)):null;if(!a){const i=(e=t.closest("table"))==null?void 0:e.querySelectorAll("colgroup > col"),o=Array.from(((n=t.parentElement)==null?void 0:n.children)||[]).indexOf(t);if(o&&o>-1&&i&&i[o]){const c=i[o].getAttribute("width");return c?[parseInt(c,10)]:null}}return a}}}},tableRole:"cell",isolating:!0,parseHTML(){return[{tag:"td"}]},renderHTML({HTMLAttributes:t}){return["td",Rt(this.options.HTMLAttributes,t),0]}}),o4=An.create({name:"tableHeader",addOptions(){return{HTMLAttributes:{}}},content:"block+",addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:t=>{const e=t.getAttribute("colwidth");return e?e.split(",").map(s=>parseInt(s,10)):null}}}},tableRole:"header_cell",isolating:!0,parseHTML(){return[{tag:"th"}]},renderHTML({HTMLAttributes:t}){return["th",Rt(this.options.HTMLAttributes,t),0]}}),l4=An.create({name:"tableRow",addOptions(){return{HTMLAttributes:{}}},content:"(tableCell | tableHeader)*",tableRole:"row",parseHTML(){return[{tag:"tr"}]},renderHTML({HTMLAttributes:t}){return["tr",Rt(this.options.HTMLAttributes,t),0]}});function n0(t,e){return e?["width",`${Math.max(e,t)}px`]:["min-width",`${t}px`]}function Tw(t,e,n,s,a,i){var o;let c=0,u=!0,h=e.firstChild;const f=t.firstChild;if(f!==null)for(let g=0,y=0;g{const s=t.nodes[n];s.spec.tableRole&&(e[s.spec.tableRole]=s)}),t.cached.tableNodeTypes=e,e}function VF(t,e,n,s,a){const i=BF(t),o=[],c=[];for(let h=0;h{const{selection:e}=t.state;if(!HF(e))return!1;let n=0;const s=U2(e.ranges[0].$from,i=>i.type.name==="table");return s==null||s.node.descendants(i=>{if(i.type.name==="table")return!1;["tableCell","tableHeader"].includes(i.type.name)&&(n+=1)}),n===e.ranges.length?(t.commands.deleteTable(),!0):!1},WF="";function UF(t){return(t||"").replace(/\s+/g," ").trim()}function KF(t,e,n={}){var s;const a=(s=n.cellLineSeparator)!=null?s:WF;if(!t||!t.content||t.content.length===0)return"";const i=[];t.content.forEach(N=>{const w=[];N.content&&N.content.forEach(v=>{let k="";v.content&&Array.isArray(v.content)&&v.content.length>1?k=v.content.map(L=>e.renderChildren(L)).join(a):k=v.content?e.renderChildren(v.content):"";const C=UF(k),E=v.type==="tableHeader";w.push({text:C,isHeader:E})}),i.push(w)});const o=i.reduce((N,w)=>Math.max(N,w.length),0);if(o===0)return"";const c=new Array(o).fill(0);i.forEach(N=>{var w;for(let v=0;vc[v]&&(c[v]=C),c[v]<3&&(c[v]=3)}});const u=(N,w)=>N+" ".repeat(Math.max(0,w-N.length)),h=i[0],f=h.some(N=>N.isHeader);let m=` -`;const g=new Array(o).fill(0).map((N,w)=>f&&h[w]&&h[w].text||"");return m+=`| ${g.map((N,w)=>u(N,c[w])).join(" | ")} | -`,m+=`| ${c.map(N=>"-".repeat(Math.max(3,N))).join(" | ")} | -`,(f?i.slice(1):i).forEach(N=>{m+=`| ${new Array(o).fill(0).map((w,v)=>u(N[v]&&N[v].text||"",c[v])).join(" | ")} | -`}),m}var qF=KF,c4=An.create({name:"table",addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:FF,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:"tableRow+",tableRole:"table",isolating:!0,group:"block",parseHTML(){return[{tag:"table"}]},renderHTML({node:t,HTMLAttributes:e}){const{colgroup:n,tableWidth:s,tableMinWidth:a}=$F(t,this.options.cellMinWidth),i=e.style;function o(){return i||(s?`width: ${s}`:`min-width: ${a}`)}const c=["table",Rt(this.options.HTMLAttributes,e,{style:o()}),n,["tbody",0]];return this.options.renderWrapper?["div",{class:"tableWrapper"},c]:c},parseMarkdown:(t,e)=>{const n=[];if(t.header){const s=[];t.header.forEach(a=>{s.push(e.createNode("tableHeader",{},[{type:"paragraph",content:e.parseInline(a.tokens)}]))}),n.push(e.createNode("tableRow",{},s))}return t.rows&&t.rows.forEach(s=>{const a=[];s.forEach(i=>{a.push(e.createNode("tableCell",{},[{type:"paragraph",content:e.parseInline(i.tokens)}]))}),n.push(e.createNode("tableRow",{},a))}),e.createNode("table",void 0,n)},renderMarkdown:(t,e)=>qF(t,e),addCommands(){return{insertTable:({rows:t=3,cols:e=3,withHeaderRow:n=!0}={})=>({tr:s,dispatch:a,editor:i})=>{const o=VF(i.schema,t,e,n);if(a){const c=s.selection.from+1;s.replaceSelectionWith(o).scrollIntoView().setSelection(et.near(s.doc.resolve(c)))}return!0},addColumnBefore:()=>({state:t,dispatch:e})=>sF(t,e),addColumnAfter:()=>({state:t,dispatch:e})=>rF(t,e),deleteColumn:()=>({state:t,dispatch:e})=>iF(t,e),addRowBefore:()=>({state:t,dispatch:e})=>lF(t,e),addRowAfter:()=>({state:t,dispatch:e})=>cF(t,e),deleteRow:()=>({state:t,dispatch:e})=>uF(t,e),deleteTable:()=>({state:t,dispatch:e})=>yF(t,e),mergeCells:()=>({state:t,dispatch:e})=>xw(t,e),splitCell:()=>({state:t,dispatch:e})=>yw(t,e),toggleHeaderColumn:()=>({state:t,dispatch:e})=>Wd("column")(t,e),toggleHeaderRow:()=>({state:t,dispatch:e})=>Wd("row")(t,e),toggleHeaderCell:()=>({state:t,dispatch:e})=>gF(t,e),mergeOrSplit:()=>({state:t,dispatch:e})=>xw(t,e)?!0:yw(t,e),setCellAttribute:(t,e)=>({state:n,dispatch:s})=>pF(t,e)(n,s),goToNextCell:()=>({state:t,dispatch:e})=>vw(1)(t,e),goToPreviousCell:()=>({state:t,dispatch:e})=>vw(-1)(t,e),fixTables:()=>({state:t,dispatch:e})=>(e&&t4(t),!0),setCellSelection:t=>({tr:e,dispatch:n})=>{if(n){const s=Yt.create(e.doc,t.anchorCell,t.headCell);e.setSelection(s)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Ah,"Mod-Backspace":Ah,Delete:Ah,"Mod-Delete":Ah}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[TF({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],zF({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(t){const e={name:t.name,options:t.options,storage:t.storage};return{tableRole:At(Ye(t,"tableRole",e))}}});vn.create({name:"tableKit",addExtensions(){const t=[];return this.options.table!==!1&&t.push(c4.configure(this.options.table)),this.options.tableCell!==!1&&t.push(i4.configure(this.options.tableCell)),this.options.tableHeader!==!1&&t.push(o4.configure(this.options.tableHeader)),this.options.tableRow!==!1&&t.push(l4.configure(this.options.tableRow)),t}});function GF(t){if(!t)return"";let e=t;return e=e.replace(/]*>(.*?)<\/h1>/gi,`# $1 - -`),e=e.replace(/]*>(.*?)<\/h2>/gi,`## $1 - -`),e=e.replace(/]*>(.*?)<\/h3>/gi,`### $1 - -`),e=e.replace(/]*>(.*?)<\/strong>/gi,"**$1**"),e=e.replace(/]*>(.*?)<\/b>/gi,"**$1**"),e=e.replace(/]*>(.*?)<\/em>/gi,"*$1*"),e=e.replace(/]*>(.*?)<\/i>/gi,"*$1*"),e=e.replace(/]*>(.*?)<\/s>/gi,"~~$1~~"),e=e.replace(/]*>(.*?)<\/del>/gi,"~~$1~~"),e=e.replace(/]*>(.*?)<\/code>/gi,"`$1`"),e=e.replace(/]*>(.*?)<\/blockquote>/gi,`> $1 - -`),e=e.replace(/]*src="([^"]*)"[^>]*alt="([^"]*)"[^>]*>/gi,"![$2]($1)"),e=e.replace(/]*src="([^"]*)"[^>]*>/gi,"![]($1)"),e=e.replace(/]*href="([^"]*)"[^>]*>(.*?)<\/a>/gi,"[$2]($1)"),e=e.replace(/]*>(.*?)<\/li>/gi,`- $1 -`),e=e.replace(/<\/?[uo]l[^>]*>/gi,` -`),e=e.replace(//gi,` -`),e=e.replace(/]*>(.*?)<\/p>/gi,`$1 - -`),e=e.replace(//gi,`--- - -`),e=e.replace(/]*data-type="mention"[^>]*data-id="([^"]*)"[^>]*>@([^<]*)<\/span>/gi,"@$2"),e=e.replace(/]*data-type="linkTag"[^>]*data-url="([^"]*)"[^>]*>#([^<]*)<\/span>/gi,"#[$2]($1)"),e=e.replace(/<[^>]+>/g,""),e=e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"),e=e.replace(/\n{3,}/g,` - -`),e.trim()}function Aw(t){if(!t)return"";if(t.startsWith("<")&&t.includes("$1"),e=e.replace(/^## (.+)$/gm,"

$1

"),e=e.replace(/^# (.+)$/gm,"

$1

"),e=e.replace(/\*\*(.+?)\*\*/g,"$1"),e=e.replace(/\*(.+?)\*/g,"$1"),e=e.replace(/~~(.+?)~~/g,"$1"),e=e.replace(/`([^`]+)`/g,"$1"),e=e.replace(/!\[([^\]]*)\]\(([^)]+)\)/g,'$1'),e=e.replace(/\[([^\]]+)\]\(([^)]+)\)/g,'$1'),e=e.replace(/^> (.+)$/gm,"

$1

"),e=e.replace(/^---$/gm,"
"),e=e.replace(/^- (.+)$/gm,"
  • $1
  • ");const n=e.split(` -`),s=[];for(const a of n){const i=a.trim();i&&(/^<(?:h[1-6]|blockquote|hr|li|ul|ol|table|img)/.test(i)?s.push(i):s.push(`

    ${i}

    `))}return s.join("")}const JF=An.create({name:"linkTag",group:"inline",inline:!0,selectable:!0,atom:!0,addAttributes(){return{label:{default:""},url:{default:""},tagType:{default:"url",parseHTML:t=>t.getAttribute("data-tag-type")||"url"},tagId:{default:"",parseHTML:t=>t.getAttribute("data-tag-id")||""},pagePath:{default:"",parseHTML:t=>t.getAttribute("data-page-path")||""},appId:{default:"",parseHTML:t=>t.getAttribute("data-app-id")||""},mpKey:{default:"",parseHTML:t=>t.getAttribute("data-mp-key")||""}}},parseHTML(){return[{tag:'span[data-type="linkTag"]',getAttrs:t=>{var e;return{label:((e=t.textContent)==null?void 0:e.replace(/^#/,"").trim())||"",url:t.getAttribute("data-url")||"",tagType:t.getAttribute("data-tag-type")||"url",tagId:t.getAttribute("data-tag-id")||"",pagePath:t.getAttribute("data-page-path")||"",appId:t.getAttribute("data-app-id")||"",mpKey:t.getAttribute("data-mp-key")||""}}}]},renderHTML({node:t,HTMLAttributes:e}){return["span",Rt(e,{"data-type":"linkTag","data-url":t.attrs.url,"data-tag-type":t.attrs.tagType,"data-tag-id":t.attrs.tagId,"data-page-path":t.attrs.pagePath,"data-app-id":t.attrs.appId||"","data-mp-key":t.attrs.mpKey||t.attrs.appId||"",class:"link-tag-node"}),`#${t.attrs.label}`]}});function Iw(t){const e=document.createElement("div");return e.textContent=t,e.innerHTML}const YF=t=>({items:({query:e})=>t.filter(n=>n.name.toLowerCase().includes(e.toLowerCase())||n.id.includes(e)).slice(0,8),render:()=>{let e=null,n=0,s=[],a=null;const i=()=>{e&&(e.innerHTML=s.map((o,c)=>`
    - @${Iw(o.name)} - ${Iw(o.label||o.id)} -
    `).join(""),e.querySelectorAll(".mention-item").forEach(o=>{o.addEventListener("click",()=>{const c=parseInt(o.getAttribute("data-index")||"0");a&&s[c]&&a({id:s[c].id,label:s[c].name})})}))};return{onStart:o=>{if(e=document.createElement("div"),e.className="mention-popup",document.body.appendChild(e),s=o.items,a=o.command,n=0,i(),o.clientRect){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onUpdate:o=>{if(s=o.items,a=o.command,n=0,i(),o.clientRect&&e){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onKeyDown:o=>o.event.key==="ArrowUp"?(n=Math.max(0,n-1),i(),!0):o.event.key==="ArrowDown"?(n=Math.min(s.length-1,n+1),i(),!0):o.event.key==="Enter"?(a&&s[n]&&a({id:s[n].id,label:s[n].name}),!0):o.event.key==="Escape"?(e==null||e.remove(),e=null,!0):!1,onExit:()=>{e==null||e.remove(),e=null}}}});function QF(t){var s;const e=[],n=(s=t.clipboardData)==null?void 0:s.items;if(!n)return e;for(let a=0;a{const u=b.useRef(null),h=b.useRef(null),[f,m]=b.useState(""),[g,y]=b.useState(!1),N=b.useRef(Aw(t)),w=b.useCallback((I,L)=>{var R;const W=h.current;if(!W||!n)return!1;const D=QF(L);if(D.length>0)return L.preventDefault(),(async()=>{for(const K of D)try{const re=await n(K);re&&W.chain().focus().setImage({src:re}).run()}catch(re){console.error("粘贴图片上传失败",re)}})(),!0;const P=(R=L.clipboardData)==null?void 0:R.getData("text/html");if(P&&/data:image\/[^;"']+;base64,/i.test(P)){L.preventDefault();const{from:K,to:re}=W.state.selection;return(async()=>{try{const ue=await e$(P,n);W.chain().focus().insertContentAt({from:K,to:re},ue).run()}catch(ue){console.error("粘贴 HTML 内 base64 转换失败",ue)}})(),!0}return!1},[n]),v=W_({extensions:[Iz.configure({link:{openOnClick:!1,HTMLAttributes:{class:"rich-link"}}}),Oz.configure({inline:!0,allowBase64:!0}),$z.configure({HTMLAttributes:{class:"mention-tag"},suggestion:YF(s)}),JF,Bz.configure({placeholder:i}),c4.configure({resizable:!0}),l4,i4,o4],content:N.current,onUpdate:({editor:I})=>{e(I.getHTML())},editorProps:{attributes:{class:"rich-editor-content"},handlePaste:w}});b.useEffect(()=>{h.current=v??null},[v]),b.useImperativeHandle(c,()=>({getHTML:()=>(v==null?void 0:v.getHTML())||"",getMarkdown:()=>GF((v==null?void 0:v.getHTML())||"")})),b.useEffect(()=>{if(v&&t!==v.getHTML()){const I=Aw(t);I!==v.getHTML()&&v.commands.setContent(I)}},[t]);const k=b.useCallback(async I=>{var W;const L=(W=I.target.files)==null?void 0:W[0];if(!(!L||!v)){if(n){const D=await n(L);D&&v.chain().focus().setImage({src:D}).run()}else{const D=new FileReader;D.onload=()=>{typeof D.result=="string"&&v.chain().focus().setImage({src:D.result}).run()},D.readAsDataURL(L)}I.target.value=""}},[v,n]),C=b.useCallback(I=>{v&&v.chain().focus().insertContent({type:"linkTag",attrs:{label:I.label,url:I.url||"",tagType:I.type||"url",tagId:I.id||"",pagePath:I.pagePath||"",appId:I.appId||"",mpKey:I.type==="miniprogram"&&I.appId||""}}).run()},[v]),E=b.useCallback(()=>{!v||!f||(v.chain().focus().setLink({href:f}).run(),m(""),y(!1))},[v,f]);return v?r.jsxs("div",{className:`rich-editor-wrapper ${o||""}`,children:[r.jsxs("div",{className:"rich-editor-toolbar",children:[r.jsxs("div",{className:"toolbar-group",children:[r.jsx("button",{onClick:()=>v.chain().focus().toggleBold().run(),className:v.isActive("bold")?"is-active":"",type:"button",children:r.jsx(WT,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleItalic().run(),className:v.isActive("italic")?"is-active":"",type:"button",children:r.jsx(VM,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleStrike().run(),className:v.isActive("strike")?"is-active":"",type:"button",children:r.jsx(_A,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleCode().run(),className:v.isActive("code")?"is-active":"",type:"button",children:r.jsx(dM,{className:"w-4 h-4"})})]}),r.jsx("div",{className:"toolbar-divider"}),r.jsxs("div",{className:"toolbar-group",children:[r.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:1}).run(),className:v.isActive("heading",{level:1})?"is-active":"",type:"button",children:r.jsx(PM,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:2}).run(),className:v.isActive("heading",{level:2})?"is-active":"",type:"button",children:r.jsx(OM,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:3}).run(),className:v.isActive("heading",{level:3})?"is-active":"",type:"button",children:r.jsx(LM,{className:"w-4 h-4"})})]}),r.jsx("div",{className:"toolbar-divider"}),r.jsxs("div",{className:"toolbar-group",children:[r.jsx("button",{onClick:()=>v.chain().focus().toggleBulletList().run(),className:v.isActive("bulletList")?"is-active":"",type:"button",children:r.jsx(QM,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleOrderedList().run(),className:v.isActive("orderedList")?"is-active":"",type:"button",children:r.jsx(JM,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().toggleBlockquote().run(),className:v.isActive("blockquote")?"is-active":"",type:"button",children:r.jsx(wA,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().setHorizontalRule().run(),type:"button",children:r.jsx(lA,{className:"w-4 h-4"})})]}),r.jsx("div",{className:"toolbar-divider"}),r.jsxs("div",{className:"toolbar-group",children:[r.jsx("input",{ref:u,type:"file",accept:"image/*",onChange:k,className:"hidden"}),r.jsx("button",{onClick:()=>{var I;return(I=u.current)==null?void 0:I.click()},type:"button",children:r.jsx(kj,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>y(!g),className:v.isActive("link")?"is-active":"",type:"button",children:r.jsx(lx,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run(),type:"button",children:r.jsx(FA,{className:"w-4 h-4"})})]}),r.jsx("div",{className:"toolbar-divider"}),r.jsxs("div",{className:"toolbar-group",children:[r.jsx("button",{onClick:()=>v.chain().focus().undo().run(),disabled:!v.can().undo(),type:"button",children:r.jsx(KA,{className:"w-4 h-4"})}),r.jsx("button",{onClick:()=>v.chain().focus().redo().run(),disabled:!v.can().redo(),type:"button",children:r.jsx(kA,{className:"w-4 h-4"})})]}),a.length>0&&r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"toolbar-divider"}),r.jsx("div",{className:"toolbar-group",children:r.jsxs("select",{className:"link-tag-select",onChange:I=>{const L=a.find(W=>W.id===I.target.value);L&&C(L),I.target.value=""},defaultValue:"",children:[r.jsx("option",{value:"",disabled:!0,children:"# 插入链接标签"}),a.map(I=>r.jsx("option",{value:I.id,children:I.label},I.id))]})})]})]}),g&&r.jsxs("div",{className:"link-input-bar",children:[r.jsx("input",{type:"url",placeholder:"输入链接地址...",value:f,onChange:I=>m(I.target.value),onKeyDown:I=>I.key==="Enter"&&E(),className:"link-input"}),r.jsx("button",{onClick:E,className:"link-confirm",type:"button",children:"确定"}),r.jsx("button",{onClick:()=>{v.chain().focus().unsetLink().run(),y(!1)},className:"link-remove",type:"button",children:"移除"})]}),r.jsx(vC,{editor:v})]}):null});s0.displayName="RichEditor";const t$=["top","right","bottom","left"],Ui=Math.min,sr=Math.max,$f=Math.round,Ih=Math.floor,ua=t=>({x:t,y:t}),n$={left:"right",right:"left",bottom:"top",top:"bottom"},s$={start:"end",end:"start"};function r0(t,e,n){return sr(t,Ui(e,n))}function Ga(t,e){return typeof t=="function"?t(e):t}function Ja(t){return t.split("-")[0]}function yc(t){return t.split("-")[1]}function Sy(t){return t==="x"?"y":"x"}function Cy(t){return t==="y"?"height":"width"}const r$=new Set(["top","bottom"]);function da(t){return r$.has(Ja(t))?"y":"x"}function Ey(t){return Sy(da(t))}function a$(t,e,n){n===void 0&&(n=!1);const s=yc(t),a=Ey(t),i=Cy(a);let o=a==="x"?s===(n?"end":"start")?"right":"left":s==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(o=Bf(o)),[o,Bf(o)]}function i$(t){const e=Bf(t);return[a0(t),e,a0(e)]}function a0(t){return t.replace(/start|end/g,e=>s$[e])}const Pw=["left","right"],Rw=["right","left"],o$=["top","bottom"],l$=["bottom","top"];function c$(t,e,n){switch(t){case"top":case"bottom":return n?e?Rw:Pw:e?Pw:Rw;case"left":case"right":return e?o$:l$;default:return[]}}function d$(t,e,n,s){const a=yc(t);let i=c$(Ja(t),n==="start",s);return a&&(i=i.map(o=>o+"-"+a),e&&(i=i.concat(i.map(a0)))),i}function Bf(t){return t.replace(/left|right|bottom|top/g,e=>n$[e])}function u$(t){return{top:0,right:0,bottom:0,left:0,...t}}function d4(t){return typeof t!="number"?u$(t):{top:t,right:t,bottom:t,left:t}}function Vf(t){const{x:e,y:n,width:s,height:a}=t;return{width:s,height:a,top:n,left:e,right:e+s,bottom:n+a,x:e,y:n}}function Ow(t,e,n){let{reference:s,floating:a}=t;const i=da(e),o=Ey(e),c=Cy(o),u=Ja(e),h=i==="y",f=s.x+s.width/2-a.width/2,m=s.y+s.height/2-a.height/2,g=s[c]/2-a[c]/2;let y;switch(u){case"top":y={x:f,y:s.y-a.height};break;case"bottom":y={x:f,y:s.y+s.height};break;case"right":y={x:s.x+s.width,y:m};break;case"left":y={x:s.x-a.width,y:m};break;default:y={x:s.x,y:s.y}}switch(yc(e)){case"start":y[o]-=g*(n&&h?-1:1);break;case"end":y[o]+=g*(n&&h?-1:1);break}return y}async function h$(t,e){var n;e===void 0&&(e={});const{x:s,y:a,platform:i,rects:o,elements:c,strategy:u}=t,{boundary:h="clippingAncestors",rootBoundary:f="viewport",elementContext:m="floating",altBoundary:g=!1,padding:y=0}=Ga(e,t),N=d4(y),v=c[g?m==="floating"?"reference":"floating":m],k=Vf(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(v)))==null||n?v:v.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:h,rootBoundary:f,strategy:u})),C=m==="floating"?{x:s,y:a,width:o.floating.width,height:o.floating.height}:o.reference,E=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),I=await(i.isElement==null?void 0:i.isElement(E))?await(i.getScale==null?void 0:i.getScale(E))||{x:1,y:1}:{x:1,y:1},L=Vf(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:C,offsetParent:E,strategy:u}):C);return{top:(k.top-L.top+N.top)/I.y,bottom:(L.bottom-k.bottom+N.bottom)/I.y,left:(k.left-L.left+N.left)/I.x,right:(L.right-k.right+N.right)/I.x}}const f$=async(t,e,n)=>{const{placement:s="bottom",strategy:a="absolute",middleware:i=[],platform:o}=n,c=i.filter(Boolean),u=await(o.isRTL==null?void 0:o.isRTL(e));let h=await o.getElementRects({reference:t,floating:e,strategy:a}),{x:f,y:m}=Ow(h,s,u),g=s,y={},N=0;for(let v=0;v({name:"arrow",options:t,async fn(e){const{x:n,y:s,placement:a,rects:i,platform:o,elements:c,middlewareData:u}=e,{element:h,padding:f=0}=Ga(t,e)||{};if(h==null)return{};const m=d4(f),g={x:n,y:s},y=Ey(a),N=Cy(y),w=await o.getDimensions(h),v=y==="y",k=v?"top":"left",C=v?"bottom":"right",E=v?"clientHeight":"clientWidth",I=i.reference[N]+i.reference[y]-g[y]-i.floating[N],L=g[y]-i.reference[y],W=await(o.getOffsetParent==null?void 0:o.getOffsetParent(h));let D=W?W[E]:0;(!D||!await(o.isElement==null?void 0:o.isElement(W)))&&(D=c.floating[E]||i.floating[N]);const P=I/2-L/2,R=D/2-w[N]/2-1,K=Ui(m[k],R),re=Ui(m[C],R),ue=K,xe=D-w[N]-re,H=D/2-w[N]/2+P,O=r0(ue,H,xe),J=!u.arrow&&yc(a)!=null&&H!==O&&i.reference[N]/2-(HH<=0)){var re,ue;const H=(((re=i.flip)==null?void 0:re.index)||0)+1,O=D[H];if(O&&(!(m==="alignment"?C!==da(O):!1)||K.every(M=>da(M.placement)===C?M.overflows[0]>0:!0)))return{data:{index:H,overflows:K},reset:{placement:O}};let J=(ue=K.filter($=>$.overflows[0]<=0).sort(($,M)=>$.overflows[1]-M.overflows[1])[0])==null?void 0:ue.placement;if(!J)switch(y){case"bestFit":{var xe;const $=(xe=K.filter(M=>{if(W){const q=da(M.placement);return q===C||q==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(q=>q>0).reduce((q,B)=>q+B,0)]).sort((M,q)=>M[1]-q[1])[0])==null?void 0:xe[0];$&&(J=$);break}case"initialPlacement":J=c;break}if(a!==J)return{reset:{placement:J}}}return{}}}};function Dw(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function Lw(t){return t$.some(e=>t[e]>=0)}const g$=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n,platform:s}=e,{strategy:a="referenceHidden",...i}=Ga(t,e);switch(a){case"referenceHidden":{const o=await s.detectOverflow(e,{...i,elementContext:"reference"}),c=Dw(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:Lw(c)}}}case"escaped":{const o=await s.detectOverflow(e,{...i,altBoundary:!0}),c=Dw(o,n.floating);return{data:{escapedOffsets:c,escaped:Lw(c)}}}default:return{}}}}},u4=new Set(["left","top"]);async function x$(t,e){const{placement:n,platform:s,elements:a}=t,i=await(s.isRTL==null?void 0:s.isRTL(a.floating)),o=Ja(n),c=yc(n),u=da(n)==="y",h=u4.has(o)?-1:1,f=i&&u?-1:1,m=Ga(e,t);let{mainAxis:g,crossAxis:y,alignmentAxis:N}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof N=="number"&&(y=c==="end"?N*-1:N),u?{x:y*f,y:g*h}:{x:g*h,y:y*f}}const y$=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,s;const{x:a,y:i,placement:o,middlewareData:c}=e,u=await x$(e,t);return o===((n=c.offset)==null?void 0:n.placement)&&(s=c.arrow)!=null&&s.alignmentOffset?{}:{x:a+u.x,y:i+u.y,data:{...u,placement:o}}}}},b$=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:s,placement:a,platform:i}=e,{mainAxis:o=!0,crossAxis:c=!1,limiter:u={fn:k=>{let{x:C,y:E}=k;return{x:C,y:E}}},...h}=Ga(t,e),f={x:n,y:s},m=await i.detectOverflow(e,h),g=da(Ja(a)),y=Sy(g);let N=f[y],w=f[g];if(o){const k=y==="y"?"top":"left",C=y==="y"?"bottom":"right",E=N+m[k],I=N-m[C];N=r0(E,N,I)}if(c){const k=g==="y"?"top":"left",C=g==="y"?"bottom":"right",E=w+m[k],I=w-m[C];w=r0(E,w,I)}const v=u.fn({...e,[y]:N,[g]:w});return{...v,data:{x:v.x-n,y:v.y-s,enabled:{[y]:o,[g]:c}}}}}},v$=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:s,placement:a,rects:i,middlewareData:o}=e,{offset:c=0,mainAxis:u=!0,crossAxis:h=!0}=Ga(t,e),f={x:n,y:s},m=da(a),g=Sy(m);let y=f[g],N=f[m];const w=Ga(c,e),v=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(u){const E=g==="y"?"height":"width",I=i.reference[g]-i.floating[E]+v.mainAxis,L=i.reference[g]+i.reference[E]-v.mainAxis;yL&&(y=L)}if(h){var k,C;const E=g==="y"?"width":"height",I=u4.has(Ja(a)),L=i.reference[m]-i.floating[E]+(I&&((k=o.offset)==null?void 0:k[m])||0)+(I?0:v.crossAxis),W=i.reference[m]+i.reference[E]+(I?0:((C=o.offset)==null?void 0:C[m])||0)-(I?v.crossAxis:0);NW&&(N=W)}return{[g]:y,[m]:N}}}},N$=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,s;const{placement:a,rects:i,platform:o,elements:c}=e,{apply:u=()=>{},...h}=Ga(t,e),f=await o.detectOverflow(e,h),m=Ja(a),g=yc(a),y=da(a)==="y",{width:N,height:w}=i.floating;let v,k;m==="top"||m==="bottom"?(v=m,k=g===(await(o.isRTL==null?void 0:o.isRTL(c.floating))?"start":"end")?"left":"right"):(k=m,v=g==="end"?"top":"bottom");const C=w-f.top-f.bottom,E=N-f.left-f.right,I=Ui(w-f[v],C),L=Ui(N-f[k],E),W=!e.middlewareData.shift;let D=I,P=L;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(P=E),(s=e.middlewareData.shift)!=null&&s.enabled.y&&(D=C),W&&!g){const K=sr(f.left,0),re=sr(f.right,0),ue=sr(f.top,0),xe=sr(f.bottom,0);y?P=N-2*(K!==0||re!==0?K+re:sr(f.left,f.right)):D=w-2*(ue!==0||xe!==0?ue+xe:sr(f.top,f.bottom))}await u({...e,availableWidth:P,availableHeight:D});const R=await o.getDimensions(c.floating);return N!==R.width||w!==R.height?{reset:{rects:!0}}:{}}}};function yp(){return typeof window<"u"}function bc(t){return h4(t)?(t.nodeName||"").toLowerCase():"#document"}function lr(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function ga(t){var e;return(e=(h4(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function h4(t){return yp()?t instanceof Node||t instanceof lr(t).Node:!1}function Br(t){return yp()?t instanceof Element||t instanceof lr(t).Element:!1}function pa(t){return yp()?t instanceof HTMLElement||t instanceof lr(t).HTMLElement:!1}function _w(t){return!yp()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof lr(t).ShadowRoot}const w$=new Set(["inline","contents"]);function tu(t){const{overflow:e,overflowX:n,overflowY:s,display:a}=Vr(t);return/auto|scroll|overlay|hidden|clip/.test(e+s+n)&&!w$.has(a)}const j$=new Set(["table","td","th"]);function k$(t){return j$.has(bc(t))}const S$=[":popover-open",":modal"];function bp(t){return S$.some(e=>{try{return t.matches(e)}catch{return!1}})}const C$=["transform","translate","scale","rotate","perspective"],E$=["transform","translate","scale","rotate","perspective","filter"],T$=["paint","layout","strict","content"];function Ty(t){const e=My(),n=Br(t)?Vr(t):t;return C$.some(s=>n[s]?n[s]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||E$.some(s=>(n.willChange||"").includes(s))||T$.some(s=>(n.contain||"").includes(s))}function M$(t){let e=Ki(t);for(;pa(e)&&!cc(e);){if(Ty(e))return e;if(bp(e))return null;e=Ki(e)}return null}function My(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const A$=new Set(["html","body","#document"]);function cc(t){return A$.has(bc(t))}function Vr(t){return lr(t).getComputedStyle(t)}function vp(t){return Br(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function Ki(t){if(bc(t)==="html")return t;const e=t.assignedSlot||t.parentNode||_w(t)&&t.host||ga(t);return _w(e)?e.host:e}function f4(t){const e=Ki(t);return cc(e)?t.ownerDocument?t.ownerDocument.body:t.body:pa(e)&&tu(e)?e:f4(e)}function Ud(t,e,n){var s;e===void 0&&(e=[]),n===void 0&&(n=!0);const a=f4(t),i=a===((s=t.ownerDocument)==null?void 0:s.body),o=lr(a);if(i){const c=i0(o);return e.concat(o,o.visualViewport||[],tu(a)?a:[],c&&n?Ud(c):[])}return e.concat(a,Ud(a,[],n))}function i0(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function p4(t){const e=Vr(t);let n=parseFloat(e.width)||0,s=parseFloat(e.height)||0;const a=pa(t),i=a?t.offsetWidth:n,o=a?t.offsetHeight:s,c=$f(n)!==i||$f(s)!==o;return c&&(n=i,s=o),{width:n,height:s,$:c}}function Ay(t){return Br(t)?t:t.contextElement}function ec(t){const e=Ay(t);if(!pa(e))return ua(1);const n=e.getBoundingClientRect(),{width:s,height:a,$:i}=p4(e);let o=(i?$f(n.width):n.width)/s,c=(i?$f(n.height):n.height)/a;return(!o||!Number.isFinite(o))&&(o=1),(!c||!Number.isFinite(c))&&(c=1),{x:o,y:c}}const I$=ua(0);function m4(t){const e=lr(t);return!My()||!e.visualViewport?I$:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function P$(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==lr(t)?!1:e}function el(t,e,n,s){e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),i=Ay(t);let o=ua(1);e&&(s?Br(s)&&(o=ec(s)):o=ec(t));const c=P$(i,n,s)?m4(i):ua(0);let u=(a.left+c.x)/o.x,h=(a.top+c.y)/o.y,f=a.width/o.x,m=a.height/o.y;if(i){const g=lr(i),y=s&&Br(s)?lr(s):s;let N=g,w=i0(N);for(;w&&s&&y!==N;){const v=ec(w),k=w.getBoundingClientRect(),C=Vr(w),E=k.left+(w.clientLeft+parseFloat(C.paddingLeft))*v.x,I=k.top+(w.clientTop+parseFloat(C.paddingTop))*v.y;u*=v.x,h*=v.y,f*=v.x,m*=v.y,u+=E,h+=I,N=lr(w),w=i0(N)}}return Vf({width:f,height:m,x:u,y:h})}function Np(t,e){const n=vp(t).scrollLeft;return e?e.left+n:el(ga(t)).left+n}function g4(t,e){const n=t.getBoundingClientRect(),s=n.left+e.scrollLeft-Np(t,n),a=n.top+e.scrollTop;return{x:s,y:a}}function R$(t){let{elements:e,rect:n,offsetParent:s,strategy:a}=t;const i=a==="fixed",o=ga(s),c=e?bp(e.floating):!1;if(s===o||c&&i)return n;let u={scrollLeft:0,scrollTop:0},h=ua(1);const f=ua(0),m=pa(s);if((m||!m&&!i)&&((bc(s)!=="body"||tu(o))&&(u=vp(s)),pa(s))){const y=el(s);h=ec(s),f.x=y.x+s.clientLeft,f.y=y.y+s.clientTop}const g=o&&!m&&!i?g4(o,u):ua(0);return{width:n.width*h.x,height:n.height*h.y,x:n.x*h.x-u.scrollLeft*h.x+f.x+g.x,y:n.y*h.y-u.scrollTop*h.y+f.y+g.y}}function O$(t){return Array.from(t.getClientRects())}function D$(t){const e=ga(t),n=vp(t),s=t.ownerDocument.body,a=sr(e.scrollWidth,e.clientWidth,s.scrollWidth,s.clientWidth),i=sr(e.scrollHeight,e.clientHeight,s.scrollHeight,s.clientHeight);let o=-n.scrollLeft+Np(t);const c=-n.scrollTop;return Vr(s).direction==="rtl"&&(o+=sr(e.clientWidth,s.clientWidth)-a),{width:a,height:i,x:o,y:c}}const zw=25;function L$(t,e){const n=lr(t),s=ga(t),a=n.visualViewport;let i=s.clientWidth,o=s.clientHeight,c=0,u=0;if(a){i=a.width,o=a.height;const f=My();(!f||f&&e==="fixed")&&(c=a.offsetLeft,u=a.offsetTop)}const h=Np(s);if(h<=0){const f=s.ownerDocument,m=f.body,g=getComputedStyle(m),y=f.compatMode==="CSS1Compat"&&parseFloat(g.marginLeft)+parseFloat(g.marginRight)||0,N=Math.abs(s.clientWidth-m.clientWidth-y);N<=zw&&(i-=N)}else h<=zw&&(i+=h);return{width:i,height:o,x:c,y:u}}const _$=new Set(["absolute","fixed"]);function z$(t,e){const n=el(t,!0,e==="fixed"),s=n.top+t.clientTop,a=n.left+t.clientLeft,i=pa(t)?ec(t):ua(1),o=t.clientWidth*i.x,c=t.clientHeight*i.y,u=a*i.x,h=s*i.y;return{width:o,height:c,x:u,y:h}}function Fw(t,e,n){let s;if(e==="viewport")s=L$(t,n);else if(e==="document")s=D$(ga(t));else if(Br(e))s=z$(e,n);else{const a=m4(t);s={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return Vf(s)}function x4(t,e){const n=Ki(t);return n===e||!Br(n)||cc(n)?!1:Vr(n).position==="fixed"||x4(n,e)}function F$(t,e){const n=e.get(t);if(n)return n;let s=Ud(t,[],!1).filter(c=>Br(c)&&bc(c)!=="body"),a=null;const i=Vr(t).position==="fixed";let o=i?Ki(t):t;for(;Br(o)&&!cc(o);){const c=Vr(o),u=Ty(o);!u&&c.position==="fixed"&&(a=null),(i?!u&&!a:!u&&c.position==="static"&&!!a&&_$.has(a.position)||tu(o)&&!u&&x4(t,o))?s=s.filter(f=>f!==o):a=c,o=Ki(o)}return e.set(t,s),s}function $$(t){let{element:e,boundary:n,rootBoundary:s,strategy:a}=t;const o=[...n==="clippingAncestors"?bp(e)?[]:F$(e,this._c):[].concat(n),s],c=o[0],u=o.reduce((h,f)=>{const m=Fw(e,f,a);return h.top=sr(m.top,h.top),h.right=Ui(m.right,h.right),h.bottom=Ui(m.bottom,h.bottom),h.left=sr(m.left,h.left),h},Fw(e,c,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function B$(t){const{width:e,height:n}=p4(t);return{width:e,height:n}}function V$(t,e,n){const s=pa(e),a=ga(e),i=n==="fixed",o=el(t,!0,i,e);let c={scrollLeft:0,scrollTop:0};const u=ua(0);function h(){u.x=Np(a)}if(s||!s&&!i)if((bc(e)!=="body"||tu(a))&&(c=vp(e)),s){const y=el(e,!0,i,e);u.x=y.x+e.clientLeft,u.y=y.y+e.clientTop}else a&&h();i&&!s&&a&&h();const f=a&&!s&&!i?g4(a,c):ua(0),m=o.left+c.scrollLeft-u.x-f.x,g=o.top+c.scrollTop-u.y-f.y;return{x:m,y:g,width:o.width,height:o.height}}function Gg(t){return Vr(t).position==="static"}function $w(t,e){if(!pa(t)||Vr(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return ga(t)===n&&(n=n.ownerDocument.body),n}function y4(t,e){const n=lr(t);if(bp(t))return n;if(!pa(t)){let a=Ki(t);for(;a&&!cc(a);){if(Br(a)&&!Gg(a))return a;a=Ki(a)}return n}let s=$w(t,e);for(;s&&k$(s)&&Gg(s);)s=$w(s,e);return s&&cc(s)&&Gg(s)&&!Ty(s)?n:s||M$(t)||n}const H$=async function(t){const e=this.getOffsetParent||y4,n=this.getDimensions,s=await n(t.floating);return{reference:V$(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:s.width,height:s.height}}};function W$(t){return Vr(t).direction==="rtl"}const U$={convertOffsetParentRelativeRectToViewportRelativeRect:R$,getDocumentElement:ga,getClippingRect:$$,getOffsetParent:y4,getElementRects:H$,getClientRects:O$,getDimensions:B$,getScale:ec,isElement:Br,isRTL:W$};function b4(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function K$(t,e){let n=null,s;const a=ga(t);function i(){var c;clearTimeout(s),(c=n)==null||c.disconnect(),n=null}function o(c,u){c===void 0&&(c=!1),u===void 0&&(u=1),i();const h=t.getBoundingClientRect(),{left:f,top:m,width:g,height:y}=h;if(c||e(),!g||!y)return;const N=Ih(m),w=Ih(a.clientWidth-(f+g)),v=Ih(a.clientHeight-(m+y)),k=Ih(f),E={rootMargin:-N+"px "+-w+"px "+-v+"px "+-k+"px",threshold:sr(0,Ui(1,u))||1};let I=!0;function L(W){const D=W[0].intersectionRatio;if(D!==u){if(!I)return o();D?o(!1,D):s=setTimeout(()=>{o(!1,1e-7)},1e3)}D===1&&!b4(h,t.getBoundingClientRect())&&o(),I=!1}try{n=new IntersectionObserver(L,{...E,root:a.ownerDocument})}catch{n=new IntersectionObserver(L,E)}n.observe(t)}return o(!0),i}function q$(t,e,n,s){s===void 0&&(s={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:u=!1}=s,h=Ay(t),f=a||i?[...h?Ud(h):[],...Ud(e)]:[];f.forEach(k=>{a&&k.addEventListener("scroll",n,{passive:!0}),i&&k.addEventListener("resize",n)});const m=h&&c?K$(h,n):null;let g=-1,y=null;o&&(y=new ResizeObserver(k=>{let[C]=k;C&&C.target===h&&y&&(y.unobserve(e),cancelAnimationFrame(g),g=requestAnimationFrame(()=>{var E;(E=y)==null||E.observe(e)})),n()}),h&&!u&&y.observe(h),y.observe(e));let N,w=u?el(t):null;u&&v();function v(){const k=el(t);w&&!b4(w,k)&&n(),w=k,N=requestAnimationFrame(v)}return n(),()=>{var k;f.forEach(C=>{a&&C.removeEventListener("scroll",n),i&&C.removeEventListener("resize",n)}),m==null||m(),(k=y)==null||k.disconnect(),y=null,u&&cancelAnimationFrame(N)}}const G$=y$,J$=b$,Y$=m$,Q$=N$,X$=g$,Bw=p$,Z$=v$,eB=(t,e,n)=>{const s=new Map,a={platform:U$,...n},i={...a.platform,_c:s};return f$(t,e,{...a,platform:i})};var tB=typeof document<"u",nB=function(){},Bh=tB?b.useLayoutEffect:nB;function Hf(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,s,a;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(s=n;s--!==0;)if(!Hf(t[s],e[s]))return!1;return!0}if(a=Object.keys(t),n=a.length,n!==Object.keys(e).length)return!1;for(s=n;s--!==0;)if(!{}.hasOwnProperty.call(e,a[s]))return!1;for(s=n;s--!==0;){const i=a[s];if(!(i==="_owner"&&t.$$typeof)&&!Hf(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function v4(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function Vw(t,e){const n=v4(t);return Math.round(e*n)/n}function Jg(t){const e=b.useRef(t);return Bh(()=>{e.current=t}),e}function sB(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:s=[],platform:a,elements:{reference:i,floating:o}={},transform:c=!0,whileElementsMounted:u,open:h}=t,[f,m]=b.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[g,y]=b.useState(s);Hf(g,s)||y(s);const[N,w]=b.useState(null),[v,k]=b.useState(null),C=b.useCallback(M=>{M!==W.current&&(W.current=M,w(M))},[]),E=b.useCallback(M=>{M!==D.current&&(D.current=M,k(M))},[]),I=i||N,L=o||v,W=b.useRef(null),D=b.useRef(null),P=b.useRef(f),R=u!=null,K=Jg(u),re=Jg(a),ue=Jg(h),xe=b.useCallback(()=>{if(!W.current||!D.current)return;const M={placement:e,strategy:n,middleware:g};re.current&&(M.platform=re.current),eB(W.current,D.current,M).then(q=>{const B={...q,isPositioned:ue.current!==!1};H.current&&!Hf(P.current,B)&&(P.current=B,qd.flushSync(()=>{m(B)}))})},[g,e,n,re,ue]);Bh(()=>{h===!1&&P.current.isPositioned&&(P.current.isPositioned=!1,m(M=>({...M,isPositioned:!1})))},[h]);const H=b.useRef(!1);Bh(()=>(H.current=!0,()=>{H.current=!1}),[]),Bh(()=>{if(I&&(W.current=I),L&&(D.current=L),I&&L){if(K.current)return K.current(I,L,xe);xe()}},[I,L,xe,K,R]);const O=b.useMemo(()=>({reference:W,floating:D,setReference:C,setFloating:E}),[C,E]),J=b.useMemo(()=>({reference:I,floating:L}),[I,L]),$=b.useMemo(()=>{const M={position:n,left:0,top:0};if(!J.floating)return M;const q=Vw(J.floating,f.x),B=Vw(J.floating,f.y);return c?{...M,transform:"translate("+q+"px, "+B+"px)",...v4(J.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:q,top:B}},[n,c,J.floating,f.x,f.y]);return b.useMemo(()=>({...f,update:xe,refs:O,elements:J,floatingStyles:$}),[f,xe,O,J,$])}const rB=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:s,padding:a}=typeof t=="function"?t(n):t;return s&&e(s)?s.current!=null?Bw({element:s.current,padding:a}).fn(n):{}:s?Bw({element:s,padding:a}).fn(n):{}}}},aB=(t,e)=>({...G$(t),options:[t,e]}),iB=(t,e)=>({...J$(t),options:[t,e]}),oB=(t,e)=>({...Z$(t),options:[t,e]}),lB=(t,e)=>({...Y$(t),options:[t,e]}),cB=(t,e)=>({...Q$(t),options:[t,e]}),dB=(t,e)=>({...X$(t),options:[t,e]}),uB=(t,e)=>({...rB(t),options:[t,e]});var hB="Arrow",N4=b.forwardRef((t,e)=>{const{children:n,width:s=10,height:a=5,...i}=t;return r.jsx(xt.svg,{...i,ref:e,width:s,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:r.jsx("polygon",{points:"0,0 30,0 15,10"})})});N4.displayName=hB;var fB=N4,Iy="Popper",[w4,j4]=Yi(Iy),[pB,k4]=w4(Iy),S4=t=>{const{__scopePopper:e,children:n}=t,[s,a]=b.useState(null);return r.jsx(pB,{scope:e,anchor:s,onAnchorChange:a,children:n})};S4.displayName=Iy;var C4="PopperAnchor",E4=b.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:s,...a}=t,i=k4(C4,n),o=b.useRef(null),c=Ot(e,o),u=b.useRef(null);return b.useEffect(()=>{const h=u.current;u.current=(s==null?void 0:s.current)||o.current,h!==u.current&&i.onAnchorChange(u.current)}),s?null:r.jsx(xt.div,{...a,ref:c})});E4.displayName=C4;var Py="PopperContent",[mB,gB]=w4(Py),T4=b.forwardRef((t,e)=>{var ee,Y,he,te,ce,pe;const{__scopePopper:n,side:s="bottom",sideOffset:a=0,align:i="center",alignOffset:o=0,arrowPadding:c=0,avoidCollisions:u=!0,collisionBoundary:h=[],collisionPadding:f=0,sticky:m="partial",hideWhenDetached:g=!1,updatePositionStrategy:y="optimized",onPlaced:N,...w}=t,v=k4(Py,n),[k,C]=b.useState(null),E=Ot(e,Fe=>C(Fe)),[I,L]=b.useState(null),W=P0(I),D=(W==null?void 0:W.width)??0,P=(W==null?void 0:W.height)??0,R=s+(i!=="center"?"-"+i:""),K=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},re=Array.isArray(h)?h:[h],ue=re.length>0,xe={padding:K,boundary:re.filter(yB),altBoundary:ue},{refs:H,floatingStyles:O,placement:J,isPositioned:$,middlewareData:M}=sB({strategy:"fixed",placement:R,whileElementsMounted:(...Fe)=>q$(...Fe,{animationFrame:y==="always"}),elements:{reference:v.anchor},middleware:[aB({mainAxis:a+P,alignmentAxis:o}),u&&iB({mainAxis:!0,crossAxis:!1,limiter:m==="partial"?oB():void 0,...xe}),u&&lB({...xe}),cB({...xe,apply:({elements:Fe,rects:rt,availableWidth:vt,availableHeight:mt})=>{const{width:Ut,height:In}=rt.reference,sn=Fe.floating.style;sn.setProperty("--radix-popper-available-width",`${vt}px`),sn.setProperty("--radix-popper-available-height",`${mt}px`),sn.setProperty("--radix-popper-anchor-width",`${Ut}px`),sn.setProperty("--radix-popper-anchor-height",`${In}px`)}}),I&&uB({element:I,padding:c}),bB({arrowWidth:D,arrowHeight:P}),g&&dB({strategy:"referenceHidden",...xe})]}),[q,B]=I4(J),z=Vi(N);xs(()=>{$&&(z==null||z())},[$,z]);const G=(ee=M.arrow)==null?void 0:ee.x,oe=(Y=M.arrow)==null?void 0:Y.y,ye=((he=M.arrow)==null?void 0:he.centerOffset)!==0,[Ae,ke]=b.useState();return xs(()=>{k&&ke(window.getComputedStyle(k).zIndex)},[k]),r.jsx("div",{ref:H.setFloating,"data-radix-popper-content-wrapper":"",style:{...O,transform:$?O.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:Ae,"--radix-popper-transform-origin":[(te=M.transformOrigin)==null?void 0:te.x,(ce=M.transformOrigin)==null?void 0:ce.y].join(" "),...((pe=M.hide)==null?void 0:pe.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:r.jsx(mB,{scope:n,placedSide:q,onArrowChange:L,arrowX:G,arrowY:oe,shouldHideArrow:ye,children:r.jsx(xt.div,{"data-side":q,"data-align":B,...w,ref:E,style:{...w.style,animation:$?void 0:"none"}})})})});T4.displayName=Py;var M4="PopperArrow",xB={top:"bottom",right:"left",bottom:"top",left:"right"},A4=b.forwardRef(function(e,n){const{__scopePopper:s,...a}=e,i=gB(M4,s),o=xB[i.placedSide];return r.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:r.jsx(fB,{...a,ref:n,style:{...a.style,display:"block"}})})});A4.displayName=M4;function yB(t){return t!==null}var bB=t=>({name:"transformOrigin",options:t,fn(e){var v,k,C;const{placement:n,rects:s,middlewareData:a}=e,o=((v=a.arrow)==null?void 0:v.centerOffset)!==0,c=o?0:t.arrowWidth,u=o?0:t.arrowHeight,[h,f]=I4(n),m={start:"0%",center:"50%",end:"100%"}[f],g=(((k=a.arrow)==null?void 0:k.x)??0)+c/2,y=(((C=a.arrow)==null?void 0:C.y)??0)+u/2;let N="",w="";return h==="bottom"?(N=o?m:`${g}px`,w=`${-u}px`):h==="top"?(N=o?m:`${g}px`,w=`${s.floating.height+u}px`):h==="right"?(N=`${-u}px`,w=o?m:`${y}px`):h==="left"&&(N=`${s.floating.width+u}px`,w=o?m:`${y}px`),{data:{x:N,y:w}}}});function I4(t){const[e,n="center"]=t.split("-");return[e,n]}var vB=S4,NB=E4,wB=T4,jB=A4,P4=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),kB="VisuallyHidden",SB=b.forwardRef((t,e)=>r.jsx(xt.span,{...t,ref:e,style:{...P4,...t.style}}));SB.displayName=kB;var CB=[" ","Enter","ArrowUp","ArrowDown"],EB=[" ","Enter"],tl="Select",[wp,jp,TB]=M0(tl),[vc]=Yi(tl,[TB,j4]),kp=j4(),[MB,eo]=vc(tl),[AB,IB]=vc(tl),R4=t=>{const{__scopeSelect:e,children:n,open:s,defaultOpen:a,onOpenChange:i,value:o,defaultValue:c,onValueChange:u,dir:h,name:f,autoComplete:m,disabled:g,required:y,form:N}=t,w=kp(e),[v,k]=b.useState(null),[C,E]=b.useState(null),[I,L]=b.useState(!1),W=Xf(h),[D,P]=Uo({prop:s,defaultProp:a??!1,onChange:i,caller:tl}),[R,K]=Uo({prop:o,defaultProp:c,onChange:u,caller:tl}),re=b.useRef(null),ue=v?N||!!v.closest("form"):!0,[xe,H]=b.useState(new Set),O=Array.from(xe).map(J=>J.props.value).join(";");return r.jsx(vB,{...w,children:r.jsxs(MB,{required:y,scope:e,trigger:v,onTriggerChange:k,valueNode:C,onValueNodeChange:E,valueNodeHasChildren:I,onValueNodeHasChildrenChange:L,contentId:Li(),value:R,onValueChange:K,open:D,onOpenChange:P,dir:W,triggerPointerDownPosRef:re,disabled:g,children:[r.jsx(wp.Provider,{scope:e,children:r.jsx(AB,{scope:t.__scopeSelect,onNativeOptionAdd:b.useCallback(J=>{H($=>new Set($).add(J))},[]),onNativeOptionRemove:b.useCallback(J=>{H($=>{const M=new Set($);return M.delete(J),M})},[]),children:n})}),ue?r.jsxs(t3,{"aria-hidden":!0,required:y,tabIndex:-1,name:f,autoComplete:m,value:R,onChange:J=>K(J.target.value),disabled:g,form:N,children:[R===void 0?r.jsx("option",{value:""}):null,Array.from(xe)]},O):null]})})};R4.displayName=tl;var O4="SelectTrigger",D4=b.forwardRef((t,e)=>{const{__scopeSelect:n,disabled:s=!1,...a}=t,i=kp(n),o=eo(O4,n),c=o.disabled||s,u=Ot(e,o.onTriggerChange),h=jp(n),f=b.useRef("touch"),[m,g,y]=s3(w=>{const v=h().filter(E=>!E.disabled),k=v.find(E=>E.value===o.value),C=r3(v,w,k);C!==void 0&&o.onValueChange(C.value)}),N=w=>{c||(o.onOpenChange(!0),y()),w&&(o.triggerPointerDownPosRef.current={x:Math.round(w.pageX),y:Math.round(w.pageY)})};return r.jsx(NB,{asChild:!0,...i,children:r.jsx(xt.button,{type:"button",role:"combobox","aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":"none",dir:o.dir,"data-state":o.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":n3(o.value)?"":void 0,...a,ref:u,onClick:ft(a.onClick,w=>{w.currentTarget.focus(),f.current!=="mouse"&&N(w)}),onPointerDown:ft(a.onPointerDown,w=>{f.current=w.pointerType;const v=w.target;v.hasPointerCapture(w.pointerId)&&v.releasePointerCapture(w.pointerId),w.button===0&&w.ctrlKey===!1&&w.pointerType==="mouse"&&(N(w),w.preventDefault())}),onKeyDown:ft(a.onKeyDown,w=>{const v=m.current!=="";!(w.ctrlKey||w.altKey||w.metaKey)&&w.key.length===1&&g(w.key),!(v&&w.key===" ")&&CB.includes(w.key)&&(N(),w.preventDefault())})})})});D4.displayName=O4;var L4="SelectValue",_4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:s,style:a,children:i,placeholder:o="",...c}=t,u=eo(L4,n),{onValueNodeHasChildrenChange:h}=u,f=i!==void 0,m=Ot(e,u.onValueNodeChange);return xs(()=>{h(f)},[h,f]),r.jsx(xt.span,{...c,ref:m,style:{pointerEvents:"none"},children:n3(u.value)?r.jsx(r.Fragment,{children:o}):i})});_4.displayName=L4;var PB="SelectIcon",z4=b.forwardRef((t,e)=>{const{__scopeSelect:n,children:s,...a}=t;return r.jsx(xt.span,{"aria-hidden":!0,...a,ref:e,children:s||"▼"})});z4.displayName=PB;var RB="SelectPortal",F4=t=>r.jsx(k0,{asChild:!0,...t});F4.displayName=RB;var nl="SelectContent",$4=b.forwardRef((t,e)=>{const n=eo(nl,t.__scopeSelect),[s,a]=b.useState();if(xs(()=>{a(new DocumentFragment)},[]),!n.open){const i=s;return i?qd.createPortal(r.jsx(B4,{scope:t.__scopeSelect,children:r.jsx(wp.Slot,{scope:t.__scopeSelect,children:r.jsx("div",{children:t.children})})}),i):null}return r.jsx(V4,{...t,ref:e})});$4.displayName=nl;var _r=10,[B4,to]=vc(nl),OB="SelectContentImpl",DB=Id("SelectContent.RemoveScroll"),V4=b.forwardRef((t,e)=>{const{__scopeSelect:n,position:s="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:i,onPointerDownOutside:o,side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:g,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:v,...k}=t,C=eo(nl,n),[E,I]=b.useState(null),[L,W]=b.useState(null),D=Ot(e,ee=>I(ee)),[P,R]=b.useState(null),[K,re]=b.useState(null),ue=jp(n),[xe,H]=b.useState(!1),O=b.useRef(!1);b.useEffect(()=>{if(E)return sk(E)},[E]),Gj();const J=b.useCallback(ee=>{const[Y,...he]=ue().map(pe=>pe.ref.current),[te]=he.slice(-1),ce=document.activeElement;for(const pe of ee)if(pe===ce||(pe==null||pe.scrollIntoView({block:"nearest"}),pe===Y&&L&&(L.scrollTop=0),pe===te&&L&&(L.scrollTop=L.scrollHeight),pe==null||pe.focus(),document.activeElement!==ce))return},[ue,L]),$=b.useCallback(()=>J([P,E]),[J,P,E]);b.useEffect(()=>{xe&&$()},[xe,$]);const{onOpenChange:M,triggerPointerDownPosRef:q}=C;b.useEffect(()=>{if(E){let ee={x:0,y:0};const Y=te=>{var ce,pe;ee={x:Math.abs(Math.round(te.pageX)-(((ce=q.current)==null?void 0:ce.x)??0)),y:Math.abs(Math.round(te.pageY)-(((pe=q.current)==null?void 0:pe.y)??0))}},he=te=>{ee.x<=10&&ee.y<=10?te.preventDefault():E.contains(te.target)||M(!1),document.removeEventListener("pointermove",Y),q.current=null};return q.current!==null&&(document.addEventListener("pointermove",Y),document.addEventListener("pointerup",he,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",Y),document.removeEventListener("pointerup",he,{capture:!0})}}},[E,M,q]),b.useEffect(()=>{const ee=()=>M(!1);return window.addEventListener("blur",ee),window.addEventListener("resize",ee),()=>{window.removeEventListener("blur",ee),window.removeEventListener("resize",ee)}},[M]);const[B,z]=s3(ee=>{const Y=ue().filter(ce=>!ce.disabled),he=Y.find(ce=>ce.ref.current===document.activeElement),te=r3(Y,ee,he);te&&setTimeout(()=>te.ref.current.focus())}),G=b.useCallback((ee,Y,he)=>{const te=!O.current&&!he;(C.value!==void 0&&C.value===Y||te)&&(R(ee),te&&(O.current=!0))},[C.value]),oe=b.useCallback(()=>E==null?void 0:E.focus(),[E]),ye=b.useCallback((ee,Y,he)=>{const te=!O.current&&!he;(C.value!==void 0&&C.value===Y||te)&&re(ee)},[C.value]),Ae=s==="popper"?o0:H4,ke=Ae===o0?{side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:g,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:v}:{};return r.jsx(B4,{scope:n,content:E,viewport:L,onViewportChange:W,itemRefCallback:G,selectedItem:P,onItemLeave:oe,itemTextRefCallback:ye,focusSelectedItem:$,selectedItemText:K,position:s,isPositioned:xe,searchRef:B,children:r.jsx(S0,{as:DB,allowPinchZoom:!0,children:r.jsx(j0,{asChild:!0,trapped:C.open,onMountAutoFocus:ee=>{ee.preventDefault()},onUnmountAutoFocus:ft(a,ee=>{var Y;(Y=C.trigger)==null||Y.focus({preventScroll:!0}),ee.preventDefault()}),children:r.jsx(w0,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:o,onFocusOutside:ee=>ee.preventDefault(),onDismiss:()=>C.onOpenChange(!1),children:r.jsx(Ae,{role:"listbox",id:C.contentId,"data-state":C.open?"open":"closed",dir:C.dir,onContextMenu:ee=>ee.preventDefault(),...k,...ke,onPlaced:()=>H(!0),ref:D,style:{display:"flex",flexDirection:"column",outline:"none",...k.style},onKeyDown:ft(k.onKeyDown,ee=>{const Y=ee.ctrlKey||ee.altKey||ee.metaKey;if(ee.key==="Tab"&&ee.preventDefault(),!Y&&ee.key.length===1&&z(ee.key),["ArrowUp","ArrowDown","Home","End"].includes(ee.key)){let te=ue().filter(ce=>!ce.disabled).map(ce=>ce.ref.current);if(["ArrowUp","End"].includes(ee.key)&&(te=te.slice().reverse()),["ArrowUp","ArrowDown"].includes(ee.key)){const ce=ee.target,pe=te.indexOf(ce);te=te.slice(pe+1)}setTimeout(()=>J(te)),ee.preventDefault()}})})})})})})});V4.displayName=OB;var LB="SelectItemAlignedPosition",H4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onPlaced:s,...a}=t,i=eo(nl,n),o=to(nl,n),[c,u]=b.useState(null),[h,f]=b.useState(null),m=Ot(e,D=>f(D)),g=jp(n),y=b.useRef(!1),N=b.useRef(!0),{viewport:w,selectedItem:v,selectedItemText:k,focusSelectedItem:C}=o,E=b.useCallback(()=>{if(i.trigger&&i.valueNode&&c&&h&&w&&v&&k){const D=i.trigger.getBoundingClientRect(),P=h.getBoundingClientRect(),R=i.valueNode.getBoundingClientRect(),K=k.getBoundingClientRect();if(i.dir!=="rtl"){const ce=K.left-P.left,pe=R.left-ce,Fe=D.left-pe,rt=D.width+Fe,vt=Math.max(rt,P.width),mt=window.innerWidth-_r,Ut=Jh(pe,[_r,Math.max(_r,mt-vt)]);c.style.minWidth=rt+"px",c.style.left=Ut+"px"}else{const ce=P.right-K.right,pe=window.innerWidth-R.right-ce,Fe=window.innerWidth-D.right-pe,rt=D.width+Fe,vt=Math.max(rt,P.width),mt=window.innerWidth-_r,Ut=Jh(pe,[_r,Math.max(_r,mt-vt)]);c.style.minWidth=rt+"px",c.style.right=Ut+"px"}const re=g(),ue=window.innerHeight-_r*2,xe=w.scrollHeight,H=window.getComputedStyle(h),O=parseInt(H.borderTopWidth,10),J=parseInt(H.paddingTop,10),$=parseInt(H.borderBottomWidth,10),M=parseInt(H.paddingBottom,10),q=O+J+xe+M+$,B=Math.min(v.offsetHeight*5,q),z=window.getComputedStyle(w),G=parseInt(z.paddingTop,10),oe=parseInt(z.paddingBottom,10),ye=D.top+D.height/2-_r,Ae=ue-ye,ke=v.offsetHeight/2,ee=v.offsetTop+ke,Y=O+J+ee,he=q-Y;if(Y<=ye){const ce=re.length>0&&v===re[re.length-1].ref.current;c.style.bottom="0px";const pe=h.clientHeight-w.offsetTop-w.offsetHeight,Fe=Math.max(Ae,ke+(ce?oe:0)+pe+$),rt=Y+Fe;c.style.height=rt+"px"}else{const ce=re.length>0&&v===re[0].ref.current;c.style.top="0px";const Fe=Math.max(ye,O+w.offsetTop+(ce?G:0)+ke)+he;c.style.height=Fe+"px",w.scrollTop=Y-ye+w.offsetTop}c.style.margin=`${_r}px 0`,c.style.minHeight=B+"px",c.style.maxHeight=ue+"px",s==null||s(),requestAnimationFrame(()=>y.current=!0)}},[g,i.trigger,i.valueNode,c,h,w,v,k,i.dir,s]);xs(()=>E(),[E]);const[I,L]=b.useState();xs(()=>{h&&L(window.getComputedStyle(h).zIndex)},[h]);const W=b.useCallback(D=>{D&&N.current===!0&&(E(),C==null||C(),N.current=!1)},[E,C]);return r.jsx(zB,{scope:n,contentWrapper:c,shouldExpandOnScrollRef:y,onScrollButtonChange:W,children:r.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:I},children:r.jsx(xt.div,{...a,ref:m,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})});H4.displayName=LB;var _B="SelectPopperPosition",o0=b.forwardRef((t,e)=>{const{__scopeSelect:n,align:s="start",collisionPadding:a=_r,...i}=t,o=kp(n);return r.jsx(wB,{...o,...i,ref:e,align:s,collisionPadding:a,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});o0.displayName=_B;var[zB,Ry]=vc(nl,{}),l0="SelectViewport",W4=b.forwardRef((t,e)=>{const{__scopeSelect:n,nonce:s,...a}=t,i=to(l0,n),o=Ry(l0,n),c=Ot(e,i.onViewportChange),u=b.useRef(0);return r.jsxs(r.Fragment,{children:[r.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:s}),r.jsx(wp.Slot,{scope:n,children:r.jsx(xt.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:ft(a.onScroll,h=>{const f=h.currentTarget,{contentWrapper:m,shouldExpandOnScrollRef:g}=o;if(g!=null&&g.current&&m){const y=Math.abs(u.current-f.scrollTop);if(y>0){const N=window.innerHeight-_r*2,w=parseFloat(m.style.minHeight),v=parseFloat(m.style.height),k=Math.max(w,v);if(k0?I:0,m.style.justifyContent="flex-end")}}}u.current=f.scrollTop})})})]})});W4.displayName=l0;var U4="SelectGroup",[FB,$B]=vc(U4),BB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...s}=t,a=Li();return r.jsx(FB,{scope:n,id:a,children:r.jsx(xt.div,{role:"group","aria-labelledby":a,...s,ref:e})})});BB.displayName=U4;var K4="SelectLabel",VB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...s}=t,a=$B(K4,n);return r.jsx(xt.div,{id:a.id,...s,ref:e})});VB.displayName=K4;var Wf="SelectItem",[HB,q4]=vc(Wf),G4=b.forwardRef((t,e)=>{const{__scopeSelect:n,value:s,disabled:a=!1,textValue:i,...o}=t,c=eo(Wf,n),u=to(Wf,n),h=c.value===s,[f,m]=b.useState(i??""),[g,y]=b.useState(!1),N=Ot(e,C=>{var E;return(E=u.itemRefCallback)==null?void 0:E.call(u,C,s,a)}),w=Li(),v=b.useRef("touch"),k=()=>{a||(c.onValueChange(s),c.onOpenChange(!1))};if(s==="")throw new Error("A must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return r.jsx(HB,{scope:n,value:s,disabled:a,textId:w,isSelected:h,onItemTextChange:b.useCallback(C=>{m(E=>E||((C==null?void 0:C.textContent)??"").trim())},[]),children:r.jsx(wp.ItemSlot,{scope:n,value:s,disabled:a,textValue:f,children:r.jsx(xt.div,{role:"option","aria-labelledby":w,"data-highlighted":g?"":void 0,"aria-selected":h&&g,"data-state":h?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...o,ref:N,onFocus:ft(o.onFocus,()=>y(!0)),onBlur:ft(o.onBlur,()=>y(!1)),onClick:ft(o.onClick,()=>{v.current!=="mouse"&&k()}),onPointerUp:ft(o.onPointerUp,()=>{v.current==="mouse"&&k()}),onPointerDown:ft(o.onPointerDown,C=>{v.current=C.pointerType}),onPointerMove:ft(o.onPointerMove,C=>{var E;v.current=C.pointerType,a?(E=u.onItemLeave)==null||E.call(u):v.current==="mouse"&&C.currentTarget.focus({preventScroll:!0})}),onPointerLeave:ft(o.onPointerLeave,C=>{var E;C.currentTarget===document.activeElement&&((E=u.onItemLeave)==null||E.call(u))}),onKeyDown:ft(o.onKeyDown,C=>{var I;((I=u.searchRef)==null?void 0:I.current)!==""&&C.key===" "||(EB.includes(C.key)&&k(),C.key===" "&&C.preventDefault())})})})})});G4.displayName=Wf;var hd="SelectItemText",J4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:s,style:a,...i}=t,o=eo(hd,n),c=to(hd,n),u=q4(hd,n),h=IB(hd,n),[f,m]=b.useState(null),g=Ot(e,k=>m(k),u.onItemTextChange,k=>{var C;return(C=c.itemTextRefCallback)==null?void 0:C.call(c,k,u.value,u.disabled)}),y=f==null?void 0:f.textContent,N=b.useMemo(()=>r.jsx("option",{value:u.value,disabled:u.disabled,children:y},u.value),[u.disabled,u.value,y]),{onNativeOptionAdd:w,onNativeOptionRemove:v}=h;return xs(()=>(w(N),()=>v(N)),[w,v,N]),r.jsxs(r.Fragment,{children:[r.jsx(xt.span,{id:u.textId,...i,ref:g}),u.isSelected&&o.valueNode&&!o.valueNodeHasChildren?qd.createPortal(i.children,o.valueNode):null]})});J4.displayName=hd;var Y4="SelectItemIndicator",Q4=b.forwardRef((t,e)=>{const{__scopeSelect:n,...s}=t;return q4(Y4,n).isSelected?r.jsx(xt.span,{"aria-hidden":!0,...s,ref:e}):null});Q4.displayName=Y4;var c0="SelectScrollUpButton",X4=b.forwardRef((t,e)=>{const n=to(c0,t.__scopeSelect),s=Ry(c0,t.__scopeSelect),[a,i]=b.useState(!1),o=Ot(e,s.onScrollButtonChange);return xs(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollTop>0;i(h)};const u=n.viewport;return c(),u.addEventListener("scroll",c),()=>u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?r.jsx(e3,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop-u.offsetHeight)}}):null});X4.displayName=c0;var d0="SelectScrollDownButton",Z4=b.forwardRef((t,e)=>{const n=to(d0,t.__scopeSelect),s=Ry(d0,t.__scopeSelect),[a,i]=b.useState(!1),o=Ot(e,s.onScrollButtonChange);return xs(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollHeight-u.clientHeight,f=Math.ceil(u.scrollTop)u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?r.jsx(e3,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop+u.offsetHeight)}}):null});Z4.displayName=d0;var e3=b.forwardRef((t,e)=>{const{__scopeSelect:n,onAutoScroll:s,...a}=t,i=to("SelectScrollButton",n),o=b.useRef(null),c=jp(n),u=b.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return b.useEffect(()=>()=>u(),[u]),xs(()=>{var f;const h=c().find(m=>m.ref.current===document.activeElement);(f=h==null?void 0:h.ref.current)==null||f.scrollIntoView({block:"nearest"})},[c]),r.jsx(xt.div,{"aria-hidden":!0,...a,ref:e,style:{flexShrink:0,...a.style},onPointerDown:ft(a.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(s,50))}),onPointerMove:ft(a.onPointerMove,()=>{var h;(h=i.onItemLeave)==null||h.call(i),o.current===null&&(o.current=window.setInterval(s,50))}),onPointerLeave:ft(a.onPointerLeave,()=>{u()})})}),WB="SelectSeparator",UB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...s}=t;return r.jsx(xt.div,{"aria-hidden":!0,...s,ref:e})});UB.displayName=WB;var u0="SelectArrow",KB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...s}=t,a=kp(n),i=eo(u0,n),o=to(u0,n);return i.open&&o.position==="popper"?r.jsx(jB,{...a,...s,ref:e}):null});KB.displayName=u0;var qB="SelectBubbleInput",t3=b.forwardRef(({__scopeSelect:t,value:e,...n},s)=>{const a=b.useRef(null),i=Ot(s,a),o=I0(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLSelectElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("change",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),r.jsx(xt.select,{...n,style:{...P4,...n.style},ref:i,defaultValue:e})});t3.displayName=qB;function n3(t){return t===""||t===void 0}function s3(t){const e=Vi(t),n=b.useRef(""),s=b.useRef(0),a=b.useCallback(o=>{const c=n.current+o;e(c),(function u(h){n.current=h,window.clearTimeout(s.current),h!==""&&(s.current=window.setTimeout(()=>u(""),1e3))})(c)},[e]),i=b.useCallback(()=>{n.current="",window.clearTimeout(s.current)},[]);return b.useEffect(()=>()=>window.clearTimeout(s.current),[]),[n,a,i]}function r3(t,e,n){const a=e.length>1&&Array.from(e).every(h=>h===e[0])?e[0]:e,i=n?t.indexOf(n):-1;let o=GB(t,Math.max(i,0));a.length===1&&(o=o.filter(h=>h!==n));const u=o.find(h=>h.textValue.toLowerCase().startsWith(a.toLowerCase()));return u!==n?u:void 0}function GB(t,e){return t.map((n,s)=>t[(e+s)%t.length])}var JB=R4,a3=D4,YB=_4,QB=z4,XB=F4,i3=$4,ZB=W4,o3=G4,eV=J4,tV=Q4,nV=X4,sV=Z4;const Ul=JB,Kl=YB,Io=b.forwardRef(({className:t,children:e,...n},s)=>r.jsxs(a3,{ref:s,className:Dt("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",t),...n,children:[e,r.jsx(QB,{asChild:!0,children:r.jsx(x0,{className:"h-4 w-4 opacity-50"})})]}));Io.displayName=a3.displayName;const Po=b.forwardRef(({className:t,children:e,position:n="popper",...s},a)=>r.jsx(XB,{children:r.jsxs(i3,{ref:a,className:Dt("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md",n==="popper"&&"data-[side=bottom]:translate-y-1",t),position:n,...s,children:[r.jsx(nV,{className:"flex cursor-default items-center justify-center py-1",children:r.jsx(xj,{className:"h-4 w-4"})}),r.jsx(ZB,{className:"p-1",children:e}),r.jsx(sV,{className:"flex cursor-default items-center justify-center py-1",children:r.jsx(x0,{className:"h-4 w-4"})})]})}));Po.displayName=i3.displayName;const nr=b.forwardRef(({className:t,children:e,...n},s)=>r.jsxs(o3,{ref:s,className:Dt("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t),...n,children:[r.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r.jsx(tV,{children:r.jsx(qf,{className:"h-4 w-4"})})}),r.jsx(eV,{children:e})]}));nr.displayName=o3.displayName;function rV(){const[t,e]=b.useState([]),[n,s]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(null),[u,h]=b.useState({name:"",appId:"",path:"",sort:0}),[f,m]=b.useState(!1);async function g(){s(!0);try{const k=await Oe("/api/admin/linked-miniprograms");if(k!=null&&k.success&&Array.isArray(k.data)){const C=[...k.data].sort((E,I)=>(E.sort??0)-(I.sort??0));e(C)}}catch(k){console.error("Load linked miniprograms error:",k),se.error("加载失败")}finally{s(!1)}}b.useEffect(()=>{g()},[]);function y(){c(null),h({name:"",appId:"",path:"",sort:t.length}),i(!0)}function N(k){c(k),h({name:k.name,appId:k.appId,path:k.path??"",sort:k.sort??0}),i(!0)}async function w(){const k=u.name.trim(),C=u.appId.trim();if(!k||!C){se.error("请填写小程序名称和 AppID");return}m(!0);try{if(o){const E=await Pt("/api/admin/linked-miniprograms",{key:o.key,name:k,appId:C,path:u.path.trim(),sort:u.sort});E!=null&&E.success?(se.success("已更新"),i(!1),g()):se.error((E==null?void 0:E.error)??"更新失败")}else{const E=await jt("/api/admin/linked-miniprograms",{name:k,appId:C,path:u.path.trim(),sort:u.sort});E!=null&&E.success?(se.success("已添加"),i(!1),g()):se.error((E==null?void 0:E.error)??"添加失败")}}catch{se.error("操作失败")}finally{m(!1)}}async function v(k){if(confirm(`确定要删除「${k.name}」吗?`))try{const C=await oa(`/api/admin/linked-miniprograms/${k.key}`);C!=null&&C.success?(se.success("已删除"),g()):se.error((C==null?void 0:C.error)??"删除失败")}catch{se.error("删除失败")}}return r.jsxs("div",{className:"space-y-6",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Bi,{className:"w-5 h-5 text-[#38bdac]"}),"关联小程序管理"]}),r.jsx(Ft,{className:"text-gray-400",children:"添加后生成 32 位密钥,链接标签选择小程序时存密钥;小程序端点击 #标签 时用密钥查 appId 再跳转。需在 app.json 的 navigateToMiniProgramAppIdList 中配置目标 AppID。"})]}),r.jsxs(Te,{children:[r.jsxs("div",{className:"flex justify-end gap-2 mb-4",children:[r.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>g(),title:"刷新",children:r.jsx(Be,{className:"w-4 h-4"})}),r.jsxs(X,{onClick:y,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"添加关联小程序"]})]}),n?r.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"名称"}),r.jsx(we,{className:"text-gray-400",children:"密钥"}),r.jsx(we,{className:"text-gray-400",children:"AppID"}),r.jsx(we,{className:"text-gray-400",children:"路径"}),r.jsx(we,{className:"text-gray-400 w-24",children:"排序"}),r.jsx(we,{className:"text-gray-400 w-32",children:"操作"})]})}),r.jsxs(rs,{children:[t.map(k=>r.jsxs(ut,{className:"border-gray-700/50",children:[r.jsx(be,{className:"text-white",children:k.name}),r.jsx(be,{className:"text-gray-300 font-mono text-xs",children:k.key}),r.jsx(be,{className:"text-gray-300 font-mono text-sm",children:k.appId}),r.jsx(be,{className:"text-gray-400 text-sm",children:k.path||"—"}),r.jsx(be,{className:"text-gray-300",children:k.sort??0}),r.jsx(be,{children:r.jsxs("div",{className:"flex gap-2",children:[r.jsx(X,{variant:"ghost",size:"sm",className:"text-[#38bdac] hover:bg-[#38bdac]/20",onClick:()=>N(k),children:r.jsx(cx,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:bg-red-500/20",onClick:()=>v(k),children:r.jsx(Xn,{className:"w-4 h-4"})})]})})]},k.key)),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无关联小程序,点击「添加关联小程序」开始配置"})})]})]})]})]}),r.jsx(Lt,{open:a,onOpenChange:i,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[r.jsxs(_t,{className:"gap-1",children:[r.jsx(zt,{className:"text-base",children:o?"编辑关联小程序":"添加关联小程序"}),r.jsx(Pd,{className:"text-gray-400 text-xs",children:"填写目标小程序的名称和 AppID,路径可选(为空则打开首页)"})]}),r.jsxs("div",{className:"space-y-3 py-2",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"小程序名称"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"例如:Soul 创业派对",value:u.name,onChange:k=>h(C=>({...C,name:k.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"AppID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white font-mono h-8 text-sm",placeholder:"例如:wxb8bbb2b10dec74aa",value:u.appId,onChange:k=>h(C=>({...C,appId:k.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"路径(可选)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"例如:pages/index/index",value:u.path,onChange:k=>h(C=>({...C,path:k.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"排序"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm w-20",value:u.sort,onChange:k=>h(C=>({...C,sort:parseInt(k.target.value,10)||0}))})]})]}),r.jsxs(on,{className:"gap-2 pt-1",children:[r.jsx(X,{variant:"outline",onClick:()=>i(!1),className:"border-gray-600",children:"取消"}),r.jsx(X,{onClick:w,disabled:f,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:f?"保存中...":"保存"})]})]})})]})}const aV=["一","二","三","四","五","六","七","八","九","十"];function iV(t){return t.title==="序言"||t.title.includes("序言")}function Hw(t){const e=[];for(const n of t.chapters)for(const s of n.sections)e.push(s.id);return e.length===0?"暂无章节":e.length===1?e[0]:`${e[0]}~${e[e.length-1]}`}function Yg(t){return t.startsWith("part:")?{type:"part",id:t.slice(5)}:t.startsWith("chapter:")?{type:"chapter",id:t.slice(8)}:t.startsWith("section:")?{type:"section",id:t.slice(8)}:null}function oV({parts:t,expandedParts:e,onTogglePart:n,onReorder:s,onReadSection:a,onDeleteSection:i,onAddSectionInPart:o,onAddChapterInPart:c,onDeleteChapter:u,onEditPart:h,onDeletePart:f,onEditChapter:m,selectedSectionIds:g=[],onToggleSectionSelect:y,onShowSectionOrders:N,pinnedSectionIds:w=[],sectionsLoadingByPart:v={}}){const[k,C]=b.useState(null),[E,I]=b.useState(null),L=(H,O)=>(k==null?void 0:k.type)===H&&(k==null?void 0:k.id)===O,W=(H,O)=>(E==null?void 0:E.type)===H&&(E==null?void 0:E.id)===O,D=b.useCallback(()=>{const H=[];for(const O of t)for(const J of O.chapters)for(const $ of J.sections)H.push({id:$.id,partId:O.id,partTitle:O.title,chapterId:J.id,chapterTitle:J.title});return H},[t]),P=b.useCallback(async(H,O,J,$)=>{var G;H.preventDefault(),H.stopPropagation();const M=H.dataTransfer.getData("text/plain"),q=Yg(M);if(!q||q.type===O&&q.id===J)return;const B=D(),z=new Map(B.map(oe=>[oe.id,oe]));if(q.type==="part"&&O==="part"){const oe=t.map(Y=>Y.id),ye=oe.indexOf(q.id),Ae=oe.indexOf(J);if(ye===-1||Ae===-1)return;const ke=[...oe];ke.splice(ye,1),ke.splice(yete.id===Y);if(he)for(const te of he.chapters)for(const ce of te.sections){const pe=z.get(ce.id);pe&&ee.push(pe)}}await s(ee);return}if(q.type==="chapter"&&(O==="chapter"||O==="section"||O==="part")){const oe=t.find(pe=>pe.chapters.some(Fe=>Fe.id===q.id)),ye=oe==null?void 0:oe.chapters.find(pe=>pe.id===q.id);if(!oe||!ye)return;let Ae,ke,ee=null;if(O==="section"){const pe=z.get(J);if(!pe)return;Ae=pe.partId,ke=pe.partTitle,ee=J}else if(O==="chapter"){const pe=t.find(vt=>vt.chapters.some(mt=>mt.id===J)),Fe=pe==null?void 0:pe.chapters.find(vt=>vt.id===J);if(!pe||!Fe)return;Ae=pe.id,ke=pe.title;const rt=B.filter(vt=>vt.chapterId===J).pop();ee=(rt==null?void 0:rt.id)??null}else{const pe=t.find(rt=>rt.id===J);if(!pe||!pe.chapters[0])return;Ae=pe.id,ke=pe.title;const Fe=B.filter(rt=>rt.partId===pe.id&&rt.chapterId===pe.chapters[0].id);ee=((G=Fe[Fe.length-1])==null?void 0:G.id)??null}const Y=ye.sections.map(pe=>pe.id),he=B.filter(pe=>!Y.includes(pe.id));let te=he.length;if(ee){const pe=he.findIndex(Fe=>Fe.id===ee);pe>=0&&(te=pe+1)}const ce=Y.map(pe=>({...z.get(pe),partId:Ae,partTitle:ke,chapterId:ye.id,chapterTitle:ye.title}));await s([...he.slice(0,te),...ce,...he.slice(te)]);return}if(q.type==="section"&&(O==="section"||O==="chapter"||O==="part")){if(!$)return;const{partId:oe,partTitle:ye,chapterId:Ae,chapterTitle:ke}=$;let ee;if(O==="section")ee=B.findIndex(Fe=>Fe.id===J);else if(O==="chapter"){const Fe=B.filter(rt=>rt.chapterId===J).pop();ee=Fe?B.findIndex(rt=>rt.id===Fe.id)+1:B.length}else{const Fe=t.find(mt=>mt.id===J);if(!(Fe!=null&&Fe.chapters[0]))return;const rt=B.filter(mt=>mt.partId===Fe.id&&mt.chapterId===Fe.chapters[0].id),vt=rt[rt.length-1];ee=vt?B.findIndex(mt=>mt.id===vt.id)+1:0}const Y=B.findIndex(Fe=>Fe.id===q.id);if(Y===-1)return;const he=B.filter(Fe=>Fe.id!==q.id),te=Y({onDragEnter:$=>{$.preventDefault(),$.stopPropagation(),$.dataTransfer.dropEffect="move",I({type:H,id:O})},onDragOver:$=>{$.preventDefault(),$.stopPropagation(),$.dataTransfer.dropEffect="move",I({type:H,id:O})},onDragLeave:()=>I(null),onDrop:$=>{I(null);const M=Yg($.dataTransfer.getData("text/plain"));if(M&&!(H==="section"&&M.type==="section"&&M.id===O))if(H==="part")if(M.type==="part")P($,"part",O);else{const q=t.find(z=>z.id===O);(q==null?void 0:q.chapters[0])&&J&&P($,"part",O,J)}else H==="chapter"&&J?(M.type==="section"||M.type==="chapter")&&P($,"chapter",O,J):H==="section"&&J&&P($,"section",O,J)}}),K=H=>aV[H]??String(H+1),re=H=>t.slice(0,H).filter(O=>!iV(O)).length,ue=(H,O)=>{const J=H.title.match(/^第(.+?)篇/);return J?J[1].trim():H.id==="part-2026-daily"?"派":K(re(O))},xe=H=>r.jsxs(r.Fragment,{children:[r.jsx("span",{className:"text-gray-500 font-mono text-xs tabular-nums shrink-0 mr-1.5 max-w-[72px] truncate",title:`章节ID: ${H.id}`,children:H.id}),r.jsx("span",{className:"truncate",children:H.title})]});return r.jsx("div",{className:"space-y-3",children:t.map((H,O)=>{var ye,Ae,ke,ee;const J=H.title==="序言"||H.title.includes("序言"),$=H.title==="尾声"||H.title.includes("尾声"),M=H.title==="附录"||H.title.includes("附录"),q=W("part",H.id),B=e.includes(H.id),z=H.chapters.length,G=H.chapters.reduce((Y,he)=>Y+he.sections.length,0);if(J&&H.chapters.length===1&&H.chapters[0].sections.length===1){const Y=H.chapters[0].sections[0],he=W("section",Y.id),te={partId:H.id,partTitle:H.title,chapterId:H.chapters[0].id,chapterTitle:H.chapters[0].title};return r.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+Y.id),ce.dataTransfer.effectAllowed="move",C({type:"section",id:Y.id})},onDragEnd:()=>{C(null),I(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${he?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${L("section",Y.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...R("section",Y.id,te),children:[r.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[r.jsx(Ra,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&r.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:r.jsx("input",{type:"checkbox",checked:g.includes(Y.id),onChange:()=>y(Y.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),r.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:r.jsx(ir,{className:"w-4 h-4 text-gray-400"})}),r.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[H.chapters[0].title," | ",Y.title]}),w.includes(Y.id)&&r.jsx("span",{title:"已置顶",children:r.jsx(Ii,{className:"w-3.5 h-3.5 text-amber-400 fill-amber-400 shrink-0"})})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ce=>ce.stopPropagation(),onClick:ce=>ce.stopPropagation(),children:[Y.price===0||Y.isFree?r.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):r.jsxs("span",{className:"text-xs text-gray-500",children:["¥",Y.price]}),r.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Y.clickCount??0," · 付款 ",Y.payCount??0]}),r.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Y.hotScore??0).toFixed(1)," · 第",Y.hotRank&&Y.hotRank>0?Y.hotRank:"-","名"]}),N&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(Y),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),r.jsxs("div",{className:"flex gap-1",children:[r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Y),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Y),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]})]},H.id)}if(H.id==="part-2026-daily"){const Y=W("part",H.id);return r.jsxs("div",{className:`rounded-xl border overflow-hidden transition-all duration-200 ${Y?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50 bg-[#1C1C1E]"}`,...R("part",H.id,{partId:H.id,partTitle:H.title,chapterId:((ye=H.chapters[0])==null?void 0:ye.id)??"",chapterTitle:((Ae=H.chapters[0])==null?void 0:Ae.title)??""}),children:[r.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","part:"+H.id),he.dataTransfer.effectAllowed="move",C({type:"part",id:H.id})},onDragEnd:()=>{C(null),I(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${L("part",H.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/50"}`,onClick:()=>n(H.id),children:[r.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[r.jsx(Ra,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),r.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac]/80 flex items-center justify-center text-white font-bold shrink-0",children:ue(H,O)}),r.jsxs("div",{children:[r.jsx("h3",{className:"font-bold text-white text-base",children:H.title}),r.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:Hw(H)})]})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:he=>he.stopPropagation(),onClick:he=>he.stopPropagation(),children:[o&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(H),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:r.jsx(xn,{className:"w-3.5 h-3.5"})}),h&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(H),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),f&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(H),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})}),r.jsxs("span",{className:"text-xs text-gray-500",title:"本篇章数与节数",children:[z," 章 · ",G," 节"]}),r.jsx(ql,{className:`w-5 h-5 text-gray-500 transition-transform duration-200 ${B?"rotate-90":""}`})]})]}),H.chapters.length>0&&r.jsx("div",{className:"grid transition-[grid-template-rows] duration-200 ease-out",style:{gridTemplateRows:B?"1fr":"0fr"},children:r.jsx("div",{className:"min-h-0 overflow-hidden",children:r.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:v[H.id]?r.jsx("div",{className:"flex items-center justify-center py-8 text-gray-500 text-sm",children:r.jsx("span",{className:"animate-pulse",children:"加载中..."})}):H.chapters.map(he=>r.jsxs("div",{className:"space-y-2",children:[r.jsxs("div",{className:"flex items-center gap-2 w-full",children:[r.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:he.title}),r.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:te=>te.stopPropagation(),children:[m&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>m(H,he),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),c&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>c(H),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:r.jsx(xn,{className:"w-3.5 h-3.5"})}),u&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>u(H,he),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]}),r.jsx("div",{className:"space-y-1 pl-2",children:he.sections.map(te=>{const ce=W("section",te.id);return r.jsxs("div",{draggable:!0,onDragStart:pe=>{pe.stopPropagation(),pe.dataTransfer.setData("text/plain","section:"+te.id),pe.dataTransfer.effectAllowed="move",C({type:"section",id:te.id})},onDragEnd:()=>{C(null),I(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg min-h-[40px] cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${L("section",te.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...R("section",te.id,{partId:H.id,partTitle:H.title,chapterId:he.id,chapterTitle:he.title}),children:[r.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[r.jsx(Ra,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&r.jsx("label",{className:"shrink-0 flex items-center",onClick:pe=>pe.stopPropagation(),children:r.jsx("input",{type:"checkbox",checked:g.includes(te.id),onChange:()=>y(te.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),r.jsx("span",{className:"text-sm text-gray-200 truncate flex items-center min-w-0",children:xe(te)}),w.includes(te.id)&&r.jsx("span",{title:"已置顶",children:r.jsx(Ii,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[r.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",te.clickCount??0," · 付款 ",te.payCount??0]}),r.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(te.hotScore??0).toFixed(1)," · 第",te.hotRank&&te.hotRank>0?te.hotRank:"-","名"]}),N&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(te),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(te),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(te),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]},te.id)})})]},he.id))})})})]},H.id)}if(M)return r.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[r.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"附录"}),r.jsx("div",{className:"space-y-3",children:H.chapters.map((Y,he)=>Y.sections.length>0?Y.sections.map(te=>{const ce=W("section",te.id);return r.jsxs("div",{draggable:!0,onDragStart:pe=>{pe.stopPropagation(),pe.dataTransfer.setData("text/plain","section:"+te.id),pe.dataTransfer.effectAllowed="move",C({type:"section",id:te.id})},onDragEnd:()=>{C(null),I(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 group cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${L("section",te.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...R("section",te.id,{partId:H.id,partTitle:H.title,chapterId:Y.id,chapterTitle:Y.title}),children:[r.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[r.jsx(Ra,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&r.jsx("label",{className:"shrink-0 flex items-center",onClick:pe=>pe.stopPropagation(),children:r.jsx("input",{type:"checkbox",checked:g.includes(te.id),onChange:()=>y(te.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),r.jsxs("span",{className:"text-sm text-gray-300 truncate",children:["附录",he+1," | ",Y.title," | ",te.title]}),w.includes(te.id)&&r.jsx("span",{title:"已置顶",children:r.jsx(Ii,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[r.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",te.clickCount??0," · 付款 ",te.payCount??0]}),r.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(te.hotScore??0).toFixed(1)," · 第",te.hotRank&&te.hotRank>0?te.hotRank:"-","名"]}),N&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(te),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),r.jsxs("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>a(te),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>i(te),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]}),r.jsx(ql,{className:"w-4 h-4 text-gray-500 shrink-0"})]},te.id)}):r.jsxs("div",{className:"flex justify-between items-center py-2 select-none hover:bg-[#162840]/50 rounded px-2 -mx-2",children:[r.jsxs("span",{className:"text-sm text-gray-500",children:["附录",he+1," | ",Y.title,"(空)"]}),r.jsx(ql,{className:"w-4 h-4 text-gray-500 shrink-0"})]},Y.id))})]},H.id);if($&&H.chapters.length===1&&H.chapters[0].sections.length===1){const Y=H.chapters[0].sections[0],he=W("section",Y.id),te={partId:H.id,partTitle:H.title,chapterId:H.chapters[0].id,chapterTitle:H.chapters[0].title};return r.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+Y.id),ce.dataTransfer.effectAllowed="move",C({type:"section",id:Y.id})},onDragEnd:()=>{C(null),I(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${he?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${L("section",Y.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...R("section",Y.id,te),children:[r.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[r.jsx(Ra,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&r.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:r.jsx("input",{type:"checkbox",checked:g.includes(Y.id),onChange:()=>y(Y.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),r.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:r.jsx(ir,{className:"w-4 h-4 text-gray-400"})}),r.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[H.chapters[0].title," | ",Y.title]})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ce=>ce.stopPropagation(),onClick:ce=>ce.stopPropagation(),children:[Y.price===0||Y.isFree?r.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):r.jsxs("span",{className:"text-xs text-gray-500",children:["¥",Y.price]}),r.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Y.clickCount??0," · 付款 ",Y.payCount??0]}),r.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Y.hotScore??0).toFixed(1)," · 第",Y.hotRank&&Y.hotRank>0?Y.hotRank:"-","名"]}),N&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(Y),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),r.jsxs("div",{className:"flex gap-1",children:[r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Y),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Y),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]})]},H.id)}return $?r.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[r.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"尾声"}),r.jsx("div",{className:"space-y-3",children:H.chapters.map(Y=>Y.sections.map(he=>{const te=W("section",he.id);return r.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+he.id),ce.dataTransfer.effectAllowed="move",C({type:"section",id:he.id})},onDragEnd:()=>{C(null),I(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${te?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${L("section",he.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...R("section",he.id,{partId:H.id,partTitle:H.title,chapterId:Y.id,chapterTitle:Y.title}),children:[r.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[r.jsx(Ra,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&r.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:r.jsx("input",{type:"checkbox",checked:g.includes(he.id),onChange:()=>y(he.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),r.jsxs("span",{className:"text-sm text-gray-300",children:[Y.title," | ",he.title]})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[r.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",he.clickCount??0," · 付款 ",he.payCount??0]}),r.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(he.hotScore??0).toFixed(1)," · 第",he.hotRank&&he.hotRank>0?he.hotRank:"-","名"]}),N&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(he),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),r.jsxs("div",{className:"flex gap-1",children:[r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(he),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(he),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]})]},he.id)}))})]},H.id):r.jsxs("div",{className:`rounded-xl border bg-[#1C1C1E] overflow-hidden transition-all duration-200 ${q?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50"}`,...R("part",H.id,{partId:H.id,partTitle:H.title,chapterId:((ke=H.chapters[0])==null?void 0:ke.id)??"",chapterTitle:((ee=H.chapters[0])==null?void 0:ee.title)??""}),children:[r.jsxs("div",{draggable:!0,onDragStart:Y=>{Y.stopPropagation(),Y.dataTransfer.setData("text/plain","part:"+H.id),Y.dataTransfer.effectAllowed="move",C({type:"part",id:H.id})},onDragEnd:()=>{C(null),I(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${L("part",H.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] rounded-xl shadow-xl shadow-[#38bdac]/20":"hover:bg-[#162840]/50"}`,onClick:()=>n(H.id),children:[r.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[r.jsx(Ra,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),r.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac] flex items-center justify-center text-white font-bold shadow-lg shadow-[#38bdac]/30 shrink-0",children:ue(H,O)}),r.jsxs("div",{children:[r.jsx("h3",{className:"font-bold text-white text-base",children:H.title}),r.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:Hw(H)})]})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:Y=>Y.stopPropagation(),onClick:Y=>Y.stopPropagation(),children:[o&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(H),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:r.jsx(xn,{className:"w-3.5 h-3.5"})}),h&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(H),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),f&&r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(H),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})}),r.jsxs("span",{className:"text-xs text-gray-500",title:"本篇章数与节数",children:[z," 章 · ",G," 节"]}),r.jsx(ql,{className:`w-5 h-5 text-gray-500 transition-transform duration-200 ${B?"rotate-90":""}`})]})]}),r.jsx("div",{className:"grid transition-[grid-template-rows] duration-200 ease-out",style:{gridTemplateRows:B?"1fr":"0fr"},children:r.jsx("div",{className:"min-h-0 overflow-hidden",children:r.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:v[H.id]?r.jsx("div",{className:"flex items-center justify-center py-8 text-gray-500 text-sm",children:r.jsx("span",{className:"animate-pulse",children:"加载中..."})}):r.jsx(r.Fragment,{children:H.chapters.map(Y=>{const he=W("chapter",Y.id);return r.jsxs("div",{className:"space-y-2",children:[r.jsxs("div",{className:"flex items-center gap-2 w-full",children:[r.jsxs("div",{draggable:!0,onDragStart:te=>{te.stopPropagation(),te.dataTransfer.setData("text/plain","chapter:"+Y.id),te.dataTransfer.effectAllowed="move",C({type:"chapter",id:Y.id})},onDragEnd:()=>{C(null),I(null)},onDragEnter:te=>{te.preventDefault(),te.stopPropagation(),te.dataTransfer.dropEffect="move",I({type:"chapter",id:Y.id})},onDragOver:te=>{te.preventDefault(),te.stopPropagation(),te.dataTransfer.dropEffect="move",I({type:"chapter",id:Y.id})},onDragLeave:()=>I(null),onDrop:te=>{I(null);const ce=Yg(te.dataTransfer.getData("text/plain"));if(!ce)return;const pe={partId:H.id,partTitle:H.title,chapterId:Y.id,chapterTitle:Y.title};(ce.type==="section"||ce.type==="chapter")&&P(te,"chapter",Y.id,pe)},className:`flex-1 min-w-0 py-2 px-2 rounded cursor-grab active:cursor-grabbing select-none -mx-2 transition-all duration-200 flex items-center gap-2 ${he?"bg-[#38bdac]/15 ring-1 ring-[#38bdac]/50":""} ${L("chapter",Y.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/30"}`,children:[r.jsx(Ra,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),r.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:Y.title})]}),r.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:te=>te.stopPropagation(),children:[m&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>m(H,Y),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),c&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>c(H),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:r.jsx(xn,{className:"w-3.5 h-3.5"})}),u&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>u(H,Y),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]}),r.jsx("div",{className:"space-y-1 pl-2",children:Y.sections.map(te=>{const ce=W("section",te.id);return r.jsxs("div",{draggable:!0,onDragStart:pe=>{pe.stopPropagation(),pe.dataTransfer.setData("text/plain","section:"+te.id),pe.dataTransfer.effectAllowed="move",C({type:"section",id:te.id})},onDragEnd:()=>{C(null),I(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg group cursor-grab active:cursor-grabbing select-none min-h-[40px] transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${L("section",te.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] shadow-lg":"hover:bg-[#162840]/50"}`,...R("section",te.id,{partId:H.id,partTitle:H.title,chapterId:Y.id,chapterTitle:Y.title}),children:[r.jsxs("div",{className:"flex items-center gap-3 min-w-0 flex-1",children:[y&&r.jsx("label",{className:"shrink-0 flex items-center",onClick:pe=>pe.stopPropagation(),children:r.jsx("input",{type:"checkbox",checked:g.includes(te.id),onChange:()=>y(te.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),r.jsx(Ra,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),r.jsx("div",{className:`w-2 h-2 rounded-full shrink-0 ${te.price===0||te.isFree?"border-2 border-[#38bdac] bg-transparent":"bg-gray-500"}`}),r.jsx("span",{className:"text-sm text-gray-200 truncate flex items-center min-w-0",children:xe(te)}),w.includes(te.id)&&r.jsx("span",{title:"已置顶",children:r.jsx(Ii,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),r.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:pe=>pe.stopPropagation(),onClick:pe=>pe.stopPropagation(),children:[te.isNew&&r.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"NEW"}),te.price===0||te.isFree?r.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):r.jsxs("span",{className:"text-xs text-gray-500",children:["¥",te.price]}),r.jsxs("span",{className:"text-[10px] text-gray-500",title:"点击次数 · 付款笔数",children:["点击 ",te.clickCount??0," · 付款 ",te.payCount??0]}),r.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(te.hotScore??0).toFixed(1)," · 第",te.hotRank&&te.hotRank>0?te.hotRank:"-","名"]}),N&&r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(te),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5 shrink-0",children:"付款记录"}),r.jsxs("div",{className:"flex gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(te),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:r.jsx(Jt,{className:"w-3.5 h-3.5"})}),r.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(te),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:r.jsx(Xn,{className:"w-3.5 h-3.5"})})]})]})]},te.id)})})]},Y.id)})})})})})]},H.id)})})}function lV(t){var a;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(a=t==null?void 0:t.keyword)!=null&&a.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString(),s=n?`/api/admin/ckb/devices?${n}`:"/api/admin/ckb/devices";return Oe(s)}function cV(t){return Oe(`/api/db/person?personId=${encodeURIComponent(t)}`)}function dV(t){var s;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(s=t==null?void 0:t.keyword)!=null&&s.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString();return Oe(n?`/api/admin/ckb/plans?${n}`:"/api/admin/ckb/plans")}const l3=11,Ww={personId:"",name:"",aliases:"",label:"",sceneId:l3,ckbApiKey:"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:"phone",remarkFormat:"",addFriendInterval:1,startTime:"09:00",endTime:"18:00",deviceGroups:""};function uV({open:t,onOpenChange:e,editingPerson:n,onSubmit:s}){var J;const a=!!n,[i,o]=b.useState(Ww),[c,u]=b.useState(!1),[h,f]=b.useState(!1),[m,g]=b.useState([]),[y,N]=b.useState(!1),[w,v]=b.useState(""),[k,C]=b.useState([]),[E,I]=b.useState(!1),[L,W]=b.useState(""),[D,P]=b.useState(!1),[R,K]=b.useState({});b.useEffect(()=>{t&&(v(""),o(n?{personId:n.personId??n.name??"",name:n.name??"",aliases:n.aliases??"",label:n.label??"",sceneId:l3,ckbApiKey:n.ckbApiKey??"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:n.remarkType??"phone",remarkFormat:n.remarkFormat??"",addFriendInterval:n.addFriendInterval??1,startTime:n.startTime??"09:00",endTime:n.endTime??"18:00",deviceGroups:n.deviceGroups??""}:{...Ww}),K({}),m.length===0&&re(""),k.length===0&&ue(""))},[t,n]);const re=async $=>{N(!0);try{const M=await lV({page:1,limit:50,keyword:$});M!=null&&M.success&&Array.isArray(M.devices)?g(M.devices):M!=null&&M.error&&se.error(M.error)}catch(M){se.error(M instanceof Error?M.message:"加载设备列表失败")}finally{N(!1)}},ue=async $=>{I(!0);try{const M=await dV({page:1,limit:100,keyword:$});M!=null&&M.success&&Array.isArray(M.plans)?C(M.plans):M!=null&&M.error&&se.error(M.error)}catch{se.error("加载计划列表失败")}finally{I(!1)}},xe=$=>{const M=Array.isArray($.deviceGroups)?$.deviceGroups.map(String).join(","):"";o(q=>({...q,ckbApiKey:$.apiKey||"",greeting:$.greeting||q.greeting,tips:$.tips||q.tips,remarkType:$.remarkType||q.remarkType,remarkFormat:$.remarkFormat||q.remarkFormat,addFriendInterval:$.addInterval||q.addFriendInterval,startTime:$.startTime||q.startTime,endTime:$.endTime||q.endTime,deviceGroups:M||q.deviceGroups})),P(!1),se.success(`已选择计划「${$.name}」,参数已覆盖`)},H=L.trim()?k.filter($=>($.name||"").includes(L.trim())||String($.id).includes(L.trim())):k,O=async()=>{var B;const $={};(!i.name||!String(i.name).trim())&&($.name="请填写名称");const M=i.addFriendInterval;if((typeof M!="number"||M<1)&&($.addFriendInterval="添加间隔至少为 1 分钟"),(((B=i.deviceGroups)==null?void 0:B.split(",").map(z=>z.trim()).filter(Boolean))??[]).length===0&&($.deviceGroups="请至少选择 1 台设备"),K($),Object.keys($).length>0){se.error($.name||$.addFriendInterval||$.deviceGroups||"请完善必填项");return}u(!0);try{await s(i),e(!1)}catch(z){se.error(z instanceof Error?z.message:"保存失败")}finally{u(!1)}};return r.jsx(Lt,{open:t,onOpenChange:e,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-y-auto",children:[r.jsxs(_t,{children:[r.jsx(zt,{className:"text-[#38bdac]",children:a?"编辑人物":"添加人物 — 存客宝 API 获客"}),r.jsx(Pd,{className:"text-gray-400 text-sm",children:a?"修改后同步到存客宝计划":"添加时自动生成 token,并同步创建存客宝场景获客计划"})]}),r.jsxs("div",{className:"space-y-6 py-2",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-3",children:"基础信息"}),r.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[r.jsxs("div",{className:"space-y-1.5",children:[r.jsxs(Z,{className:"text-gray-400 text-xs",children:["名称 ",r.jsx("span",{className:"text-red-400",children:"*"})]}),r.jsx(ae,{className:`bg-[#0a1628] text-white ${R.name?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,placeholder:"如 卡若",value:i.name,onChange:$=>{o(M=>({...M,name:$.target.value})),R.name&&K(M=>({...M,name:void 0}))}}),R.name&&r.jsx("p",{className:"text-xs text-red-400",children:R.name})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"人物ID(可选)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"自动生成",value:i.personId,onChange:$=>o(M=>({...M,personId:$.target.value})),disabled:a})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"标签(身份/角色)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 超级个体",value:i.label,onChange:$=>o(M=>({...M,label:$.target.value}))})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"别名(逗号分隔,@ 可匹配)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 卡卡, 若若",value:i.aliases,onChange:$=>o(M=>({...M,aliases:$.target.value}))})]})]})]}),r.jsxs("div",{className:"border-t border-gray-700/50 pt-5",children:[r.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-4",children:"存客宝 API 获客配置"}),r.jsxs("div",{className:"grid grid-cols-2 gap-x-8 gap-y-4",children:[r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-1.5 relative",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"选择存客宝获客计划"}),r.jsxs("div",{className:"flex gap-2",children:[r.jsx("div",{className:"flex-1 flex items-center bg-[#0a1628] border border-gray-700 rounded-md px-3 py-2 cursor-pointer hover:border-[#38bdac]/60 text-sm",onClick:()=>P(!D),children:i.ckbApiKey?r.jsx("span",{className:"text-white truncate",children:((J=k.find($=>$.apiKey===i.ckbApiKey))==null?void 0:J.name)||`密钥: ${i.ckbApiKey.slice(0,20)}...`}):r.jsx("span",{className:"text-gray-500",children:"点击选择已有计划 / 新建时自动创建"})}),r.jsx(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-200 shrink-0",onClick:()=>{ue(L),P(!0)},disabled:E,children:E?"加载...":"刷新"})]}),D&&r.jsxs("div",{className:"absolute z-50 top-full left-0 right-0 mt-1 bg-[#0b1828] border border-gray-700 rounded-lg shadow-xl max-h-64 flex flex-col",children:[r.jsx("div",{className:"p-2 border-b border-gray-700/60",children:r.jsx(ae,{className:"bg-[#050c18] border-gray-700 text-white h-8 text-xs",placeholder:"搜索计划名称...",value:L,onChange:$=>W($.target.value),onKeyDown:$=>{$.key==="Enter"&&ue(L)},autoFocus:!0})}),r.jsx("div",{className:"flex-1 overflow-y-auto",children:H.length===0?r.jsx("div",{className:"text-center py-4 text-gray-500 text-xs",children:E?"加载中...":"暂无计划"}):H.map($=>r.jsxs("div",{className:`px-3 py-2 cursor-pointer hover:bg-[#38bdac]/10 text-sm flex items-center justify-between ${i.ckbApiKey===$.apiKey?"bg-[#38bdac]/20 text-[#38bdac]":"text-white"}`,onClick:()=>xe($),children:[r.jsxs("div",{className:"truncate",children:[r.jsx("span",{className:"font-medium",children:$.name}),r.jsxs("span",{className:"text-xs text-gray-500 ml-2",children:["ID:",String($.id)]})]}),$.enabled?r.jsx("span",{className:"text-[10px] text-green-400 bg-green-400/10 px-1.5 rounded shrink-0 ml-2",children:"启用"}):r.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 rounded shrink-0 ml-2",children:"停用"})]},String($.id)))}),r.jsx("div",{className:"p-2 border-t border-gray-700/60 flex justify-end",children:r.jsx(X,{type:"button",size:"sm",variant:"ghost",className:"text-gray-400 h-7 text-xs",onClick:()=>P(!1),children:"关闭"})})]}),r.jsx("p",{className:"text-xs text-gray-500",children:"选择计划后自动覆盖下方参数。新建人物时若不选择则自动创建新计划。"})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsxs(Z,{className:"text-gray-400 text-xs",children:["选择设备 ",r.jsx("span",{className:"text-red-400",children:"*"})]}),r.jsxs("div",{className:`flex gap-2 rounded-md border ${R.deviceGroups?"border-red-500":"border-gray-700"}`,children:[r.jsx(ae,{className:"bg-[#0a1628] border-0 text-white focus-visible:ring-0 focus-visible:ring-offset-0",placeholder:"未选择设备",readOnly:!0,value:i.deviceGroups?`已选择 ${i.deviceGroups.split(",").filter(Boolean).length} 个设备`:"",onClick:()=>f(!0)}),r.jsx(X,{type:"button",variant:"outline",className:"border-0 border-l border-inherit rounded-r-md text-gray-200",onClick:()=>f(!0),children:"选择"})]}),R.deviceGroups?r.jsx("p",{className:"text-xs text-red-400",children:R.deviceGroups}):r.jsx("p",{className:"text-xs text-gray-500",children:"从存客宝设备列表中选择,至少选择 1 台设备参与获客计划。"})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"好友备注"}),r.jsxs(Ul,{value:i.remarkType,onValueChange:$=>o(M=>({...M,remarkType:$})),children:[r.jsx(Io,{className:"bg-[#0a1628] border-gray-700 text-white",children:r.jsx(Kl,{placeholder:"选择备注类型"})}),r.jsxs(Po,{children:[r.jsx(nr,{value:"phone",children:"手机号"}),r.jsx(nr,{value:"nickname",children:"昵称"}),r.jsx(nr,{value:"source",children:"来源"})]})]})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"备注格式"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 手机号+SOUL链接人与事-{名称},留空用默认",value:i.remarkFormat,onChange:$=>o(M=>({...M,remarkFormat:$.target.value}))})]})]}),r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"打招呼语"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"你好,请通过",value:i.greeting,onChange:$=>o(M=>({...M,greeting:$.target.value}))})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"添加间隔(分钟)"}),r.jsx(ae,{type:"number",min:1,className:`bg-[#0a1628] text-white ${R.addFriendInterval?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,value:i.addFriendInterval,onChange:$=>{o(M=>({...M,addFriendInterval:Number($.target.value)||1})),R.addFriendInterval&&K(M=>({...M,addFriendInterval:void 0}))}}),R.addFriendInterval&&r.jsx("p",{className:"text-xs text-red-400",children:R.addFriendInterval})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"允许加人时间段"}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(ae,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.startTime,onChange:$=>o(M=>({...M,startTime:$.target.value}))}),r.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"至"}),r.jsx(ae,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.endTime,onChange:$=>o(M=>({...M,endTime:$.target.value}))})]})]})]}),r.jsxs("div",{className:"space-y-1.5",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"获客成功提示"}),r.jsx(mc,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[72px] resize-none",placeholder:"请注意消息,稍后加你微信",value:i.tips,onChange:$=>o(M=>({...M,tips:$.target.value}))})]})]})]})]})]}),r.jsxs(on,{className:"gap-3 pt-2",children:[r.jsx(X,{variant:"outline",onClick:()=>e(!1),className:"border-gray-600 text-gray-300",children:"取消"}),r.jsx(X,{onClick:O,disabled:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:c?"保存中...":a?"保存":"添加"})]}),h&&r.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:r.jsxs("div",{className:"w-full max-w-3xl max-h-[80vh] bg-[#0b1828] border border-gray-700 rounded-xl shadow-xl flex flex-col",children:[r.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-b border-gray-700/60",children:[r.jsxs("div",{children:[r.jsx("h3",{className:"text-sm font-medium text-white",children:"选择设备"}),r.jsx("p",{className:"text-xs text-gray-400 mt-0.5",children:"勾选需要参与本计划的设备,可多选"})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(ae,{className:"bg-[#050c18] border-gray-700 text-white h-8 w-52",placeholder:"搜索备注/微信号/IMEI",value:w,onChange:$=>v($.target.value),onKeyDown:$=>{$.key==="Enter"&&re(w)}}),r.jsx(X,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>re(w),disabled:y,children:"刷新"}),r.jsx(X,{type:"button",size:"icon",variant:"outline",className:"border-gray-600 text-gray-300 h-8 w-8",onClick:()=>f(!1),children:"✕"})]})]}),r.jsx("div",{className:"flex-1 overflow-y-auto",children:y?r.jsx("div",{className:"flex h-full items-center justify-center text-gray-400 text-sm",children:"正在加载设备列表…"}):m.length===0?r.jsx("div",{className:"flex h-full items-center justify-center text-gray-500 text-sm",children:"暂无设备数据,请检查存客宝账号与开放 API 配置"}):r.jsx("div",{className:"p-4 space-y-2",children:m.map($=>{const M=String($.id??""),q=i.deviceGroups?i.deviceGroups.split(",").map(G=>G.trim()).filter(Boolean):[],B=q.includes(M),z=()=>{let G;B?G=q.filter(oe=>oe!==M):G=[...q,M],o(oe=>({...oe,deviceGroups:G.join(",")})),G.length>0&&K(oe=>({...oe,deviceGroups:void 0}))};return r.jsxs("label",{className:"flex items-center gap-3 rounded-lg border border-gray-700/60 bg-[#050c18] px-3 py-2 cursor-pointer hover:border-[#38bdac]/70",children:[r.jsx("input",{type:"checkbox",className:"h-4 w-4 accent-[#38bdac]",checked:B,onChange:z}),r.jsxs("div",{className:"flex flex-col min-w-0",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("span",{className:"text-sm text-white truncate max-w-xs",children:$.memo||$.wechatId||`设备 ${M}`}),$.status==="online"&&r.jsx("span",{className:"rounded-full bg-emerald-500/20 text-emerald-400 text-[11px] px-2 py-0.5",children:"在线"}),$.status==="offline"&&r.jsx("span",{className:"rounded-full bg-gray-600/20 text-gray-400 text-[11px] px-2 py-0.5",children:"离线"})]}),r.jsxs("div",{className:"text-[11px] text-gray-400 mt-0.5",children:[r.jsxs("span",{className:"mr-3",children:["ID: ",M]}),$.wechatId&&r.jsxs("span",{className:"mr-3",children:["微信号: ",$.wechatId]}),typeof $.totalFriend=="number"&&r.jsxs("span",{children:["好友数: ",$.totalFriend]})]})]})]},M)})})}),r.jsxs("div",{className:"flex justify-between items-center px-5 py-3 border-t border-gray-700/60",children:[r.jsxs("span",{className:"text-xs text-gray-400",children:["已选择"," ",i.deviceGroups?i.deviceGroups.split(",").filter(Boolean).length:0," ","台设备"]}),r.jsxs("div",{className:"flex gap-2",children:[r.jsx(X,{type:"button",variant:"outline",className:"border-gray-600 text-gray-200 h-8 px-4",onClick:()=>f(!1),children:"取消"}),r.jsx(X,{type:"button",className:"bg-[#38bdac] hover:bg-[#2da396] text-white h-8 px-4",onClick:()=>f(!1),children:"确定"})]})]})]})})]})})}function hV(t,e,n){return t.map(s=>({id:s.id,title:s.title,chapters:s.chapters.map(a=>{const i=(e[s.id]??[]).filter(o=>(o.chapterId||"chapter-1")===a.id);return{id:a.id,title:a.title,sections:i.map(o=>({id:o.id,mid:o.mid,title:o.title,price:o.price??1,filePath:o.filePath,isFree:o.isFree,isNew:o.isNew,clickCount:o.clickCount??0,payCount:o.payCount??0,hotScore:o.hotScore??0,hotRank:n.get(o.id)??0}))}})}))}function fV(t){const e=[];for(const n of t)for(const s of n.chapters)for(const a of s.sections)e.push({id:a.id,mid:a.mid,title:a.title,price:a.price,isFree:a.isFree,isNew:a.isNew,partId:n.id,partTitle:n.title,chapterId:s.id,chapterTitle:s.title,clickCount:a.clickCount,payCount:a.payCount,hotScore:a.hotScore});return e}function pV(){var cu,du;const[t,e]=b.useState([]),[n,s]=b.useState({}),[a,i]=b.useState({}),[o,c]=b.useState(!1),[u,h]=b.useState(!0),[f,m]=b.useState([]),[g,y]=b.useState(null),[N,w]=b.useState(!1),[v,k]=b.useState(!1),[C,E]=b.useState(!1),[I,L]=b.useState(""),[W,D]=b.useState([]),[P,R]=b.useState(!1),[K,re]=b.useState({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0,previewPercent:void 0}),[ue,xe]=b.useState(null),[H,O]=b.useState(!1),[J,$]=b.useState(!1),[M,q]=b.useState(null),[B,z]=b.useState(!1),[G,oe]=b.useState([]),[ye,Ae]=b.useState(!1),[ke,ee]=b.useState(""),[Y,he]=b.useState(""),[te,ce]=b.useState(!1),[pe,Fe]=b.useState(""),[rt,vt]=b.useState(!1),[mt,Ut]=b.useState(null),[In,sn]=b.useState(!1),[Tt,Mt]=b.useState(!1),[Kt,Ns]=b.useState({readWeight:.5,recencyWeight:.3,payWeight:.2}),[as,is]=b.useState(!1),[Ls,ws]=b.useState(!1),[rn,qs]=b.useState(1),[un,Un]=b.useState([]),[js,Gs]=b.useState(!1),[hn,ks]=b.useState([]),[U,_e]=b.useState(!1),[it,$t]=b.useState(20),[me,fe]=b.useState(!1),[at,yt]=b.useState(!1),[fn,Kn]=b.useState([]),[Pn,qn]=b.useState([]),[Ss,Ur]=b.useState([]),[xa,Xa]=b.useState(!1),[Nr,no]=b.useState(1),[wr,ya]=b.useState(20),[Js,so]=b.useState(0),[Nc,wc]=b.useState(1),[Ys,jr]=b.useState(""),[ba,_s]=b.useState(!1),[va,Kr]=b.useState(null),[Ct,ls]=b.useState({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""}),[Za,il]=b.useState(!1),[jc,Bt]=b.useState(!1),[ol,Qs]=b.useState(null),[Cs,Xs]=b.useState(null),[qr,Gr]=b.useState(""),[kr,cs]=b.useState(!1),[kc,Es]=b.useState({}),[Sc,ll]=b.useState(!1),[cl,ei]=b.useState(""),[Sr,Jr]=b.useState(""),[Yr,dl]=b.useState([]),[Na,ti]=b.useState(0),[F,$e]=b.useState(1),[Ke,dt]=b.useState(!1),pn=b.useRef(null),ht=b.useMemo(()=>{const T=new Map;return un.forEach((_,ie)=>{T.set(_.id,ie+1)}),T},[un]),Nn=b.useMemo(()=>hV(t,n,ht),[t,n,ht]),Vt=b.useMemo(()=>fV(Nn),[Nn]),Gn=t.reduce((T,_)=>T+_.chapters.reduce((ie,ve)=>ie+ve.count,0),0),Cr=10,Qr=Math.max(1,Math.ceil(un.length/Cr)),Er=un.slice((rn-1)*Cr,rn*Cr),ro=async()=>{h(!0);try{const T=await Oe("/api/db/book?action=parts",{cache:"no-store"});e(Array.isArray(T==null?void 0:T.parts)?T.parts:[]),s({})}catch(T){console.error(T),e([])}finally{h(!1)}},wa=b.useCallback(async T=>{i(_=>({..._,[T]:!0}));try{const _=await Oe(`/api/db/book?action=sections-by-part&partId=${encodeURIComponent(T)}`,{cache:"no-store"}),ie=Array.isArray(_==null?void 0:_.sections)?_.sections:[];s(ve=>({...ve,[T]:ie}))}catch(_){console.error(_),s(ie=>({...ie,[T]:[]}))}finally{i(_=>({..._,[T]:!1}))}},[]),Ts=b.useCallback(async()=>{try{const T=await Oe("/api/db/book?action=list",{cache:"no-store"}),_=Array.isArray(T==null?void 0:T.sections)?T.sections:[],ie={},ve=[],Re={},De={};for(const lt of _){const wt=lt.partId||"part-1";ie[wt]||(ie[wt]=[],ve.push(wt),Re[wt]=lt.partTitle||"未分类",De[wt]=new Map),ie[wt].push(lt);const Nt=lt.chapterId||"chapter-1";De[wt].has(Nt)||De[wt].set(Nt,{title:lt.chapterTitle||"未分类",count:0});const As=De[wt].get(Nt);As.count+=1}const tt=ve.map(lt=>({id:lt,title:Re[lt],chapters:Array.from(De[lt].entries()).map(([wt,Nt])=>({id:wt,title:Nt.title,count:Nt.count}))}));e(tt),s(ie)}catch(T){console.error(T)}},[]),wn=async()=>{h(!0);try{const T=await Oe("/api/db/book?action=list",{cache:"no-store"}),_=Array.isArray(T==null?void 0:T.sections)?T.sections:[],ie={},ve=[],Re={},De={};for(const lt of _){const wt=lt.partId||"part-1";ie[wt]||(ie[wt]=[],ve.push(wt),Re[wt]=lt.partTitle||"未分类",De[wt]=new Map),ie[wt].push(lt);const Nt=lt.chapterId||"chapter-1";De[wt].has(Nt)||De[wt].set(Nt,{title:lt.chapterTitle||"未分类",count:0});const As=De[wt].get(Nt);As.count+=1}const tt=ve.map(lt=>({id:lt,title:Re[lt],chapters:Array.from(De[lt].entries()).map(([wt,Nt])=>({id:wt,title:Nt.title,count:Nt.count}))}));e(tt),s(ie)}catch(T){console.error(T),s({})}finally{h(!1)}},ds=async()=>{Gs(!0);try{const T=await Oe("/api/db/book?action=ranking",{cache:"no-store"}),_=Array.isArray(T==null?void 0:T.sections)?T.sections:[];Un(_);const ie=_.filter(ve=>ve.isPinned).map(ve=>ve.id);ks(ie)}catch(T){console.error(T),Un([])}finally{Gs(!1)}};b.useEffect(()=>{ro(),ds()},[]);const ao=b.useCallback(T=>{m(_=>(!_.includes(T)&&wa(T),_.includes(T)?_.filter(ve=>ve!==T):[..._,T]))},[wa]),io=b.useCallback(T=>{const _=Vt,ie=T.flatMap(Re=>{const De=_.find(tt=>tt.id===Re.id);return De?[{...De,partId:Re.partId,partTitle:Re.partTitle,chapterId:Re.chapterId,chapterTitle:Re.chapterTitle}]:[]}),ve={};for(const Re of ie){const De=Re.partId||"part-1";ve[De]||(ve[De]=[]),ve[De].push(Re)}return s(Re=>({...Re,...ve})),c(!0),Pt("/api/db/book",{action:"reorder",items:T}).then(Re=>{if(Re&&Re.success===!1){const De={};for(const tt of _){const lt=tt.partId||"part-1";De[lt]||(De[lt]=[]),De[lt].push(tt)}s(tt=>({...tt,...De})),se.error("排序失败: "+(Re&&typeof Re=="object"&&"error"in Re?Re.error:"未知错误"))}else Ts()}).catch(Re=>{const De={};for(const tt of _){const lt=tt.partId||"part-1";De[lt]||(De[lt]=[]),De[lt].push(tt)}s(tt=>({...tt,...De})),console.error("排序失败:",Re),se.error("排序失败: "+(Re instanceof Error?Re.message:"网络或服务异常"))}).finally(()=>c(!1)),Promise.resolve()},[Vt,Ts]),Xr=async T=>{if(confirm(`确定要删除章节「${T.title}」吗?此操作不可恢复。`))try{const _=await oa(`/api/db/book?id=${encodeURIComponent(T.id)}`);_&&_.success!==!1?(se.success("已删除"),wn(),ds()):se.error("删除失败: "+(_&&typeof _=="object"&&"error"in _?_.error:"未知错误"))}catch(_){console.error(_),se.error("删除失败")}},nu=b.useCallback(async()=>{is(!0);try{const T=await Oe("/api/db/config/full?key=article_ranking_weights",{cache:"no-store"}),_=T&&T.data;_&&typeof _.readWeight=="number"&&typeof _.recencyWeight=="number"&&typeof _.payWeight=="number"&&Ns({readWeight:Math.max(0,Math.min(1,_.readWeight)),recencyWeight:Math.max(0,Math.min(1,_.recencyWeight)),payWeight:Math.max(0,Math.min(1,_.payWeight))})}catch{}finally{is(!1)}},[]);b.useEffect(()=>{Tt&&nu()},[Tt,nu]);const su=async()=>{const{readWeight:T,recencyWeight:_,payWeight:ie}=Kt,ve=T+_+ie;if(Math.abs(ve-1)>.001){se.error("三个权重之和必须等于 1");return}ws(!0);try{const Re=await jt("/api/db/config",{key:"article_ranking_weights",value:{readWeight:T,recencyWeight:_,payWeight:ie},description:"文章排名算法权重"});Re&&Re.success!==!1?(se.success("排名权重已保存"),Mt(!1),wn(),ds()):se.error("保存失败: "+(Re&&typeof Re=="object"&&"error"in Re?Re.error:""))}catch(Re){console.error(Re),se.error("保存失败")}finally{ws(!1)}},ni=b.useCallback(async()=>{_e(!0);try{const T=await Oe("/api/db/config/full?key=pinned_section_ids",{cache:"no-store"}),_=T&&T.data;Array.isArray(_)&&ks(_)}catch{}finally{_e(!1)}},[]),ja=b.useCallback(async()=>{try{const T=await Oe("/api/db/persons");T!=null&&T.success&&T.persons&&Kn(T.persons.map(_=>{const ie=_.deviceGroups,ve=Array.isArray(ie)?ie.join(","):ie??"";return{id:_.token??_.personId??"",personId:_.personId,name:_.name,aliases:_.aliases??"",label:_.label??"",ckbApiKey:_.ckbApiKey??"",ckbPlanId:_.ckbPlanId,remarkType:_.remarkType,remarkFormat:_.remarkFormat,addFriendInterval:_.addFriendInterval,startTime:_.startTime,endTime:_.endTime,deviceGroups:ve}}))}catch{}},[]),Zr=b.useCallback(async()=>{try{const T=await Oe("/api/db/link-tags");T!=null&&T.success&&T.linkTags&&qn(T.linkTags.map(_=>({id:_.tagId,label:_.label,url:_.url,type:_.type||"url",appId:_.appId||"",pagePath:_.pagePath||""})))}catch{}},[]),oo=b.useCallback(async()=>{try{const T=await Oe("/api/db/ckb-person-leads");if(T!=null&&T.success&&T.byPerson){const _={};for(const ie of T.byPerson)_[ie.token]=ie.total;Es(_)}}catch{}},[]),ul=b.useCallback(async()=>{try{const T=await Oe("/api/db/persons/pinned-token");T!=null&&T.success&&typeof T.token=="string"?Gr(T.token):Gr("")}catch{Gr("")}},[]),Sp=b.useCallback(async T=>{if(!kr){cs(!0);try{const _=await Pt("/api/db/persons/pin",{token:T});_!=null&&_.success?(se.success(_.message??"已置顶"),Gr(T)):se.error((_==null?void 0:_.error)??"置顶失败")}catch(_){se.error(_ instanceof Error?_.message:"置顶失败")}finally{cs(!1)}}},[kr]),ka=b.useCallback(async(T,_,ie=1)=>{ei(T),Jr(_),ll(!0),$e(ie),dt(!0);try{const ve=await Oe(`/api/db/ckb-person-leads?token=${encodeURIComponent(T)}&page=${ie}&pageSize=20`);ve!=null&&ve.success?(dl(ve.records||[]),ti(ve.total||0)):se.error((ve==null?void 0:ve.error)||"加载获客详情失败")}catch(ve){se.error(ve instanceof Error?ve.message:"加载获客详情失败")}finally{dt(!1)}},[]),Tr=b.useCallback(async()=>{Xa(!0);try{const T=new URLSearchParams({page:String(Nr),pageSize:String(wr)}),_=Ys.trim();_&&T.set("search",_);const ie=await Oe(`/api/db/link-tags?${T.toString()}`);if(ie!=null&&ie.success){const ve=Array.isArray(ie.linkTags)?ie.linkTags:[];Ur(ve.map(Re=>({id:Re.tagId,label:Re.label,url:Re.url,type:Re.type||"url",appId:Re.appId||"",pagePath:Re.pagePath||""}))),so(typeof ie.total=="number"?ie.total:0),wc(typeof ie.totalPages=="number"&&ie.totalPages>0?ie.totalPages:1)}}catch(T){console.error(T),se.error("加载链接标签失败")}finally{Xa(!1)}},[Nr,wr,Ys]),[ea,hl]=b.useState([]),[lo,co]=b.useState(""),[fl,Mr]=b.useState(!1),Cc=b.useRef(null),Ec=b.useCallback(async()=>{try{const T=await Oe("/api/admin/linked-miniprograms");T!=null&&T.success&&Array.isArray(T.data)&&hl(T.data.map(_=>({..._,key:_.key})))}catch{}},[]),Ar=ea.filter(T=>!lo.trim()||T.name.toLowerCase().includes(lo.toLowerCase())||T.key&&T.key.toLowerCase().includes(lo.toLowerCase())||T.appId.toLowerCase().includes(lo.toLowerCase())),pl=async T=>{const _=hn.includes(T)?hn.filter(ie=>ie!==T):[...hn,T];ks(_);try{await jt("/api/db/config",{key:"pinned_section_ids",value:_,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"}),ds()}catch{ks(hn)}},uo=b.useCallback(async()=>{fe(!0);try{const T=await Oe("/api/db/config/full?key=unpaid_preview_percent",{cache:"no-store"}),_=T&&T.data;typeof _=="number"&&_>0&&_<=100&&$t(_)}catch{}finally{fe(!1)}},[]),ru=async()=>{if(it<1||it>100){se.error("预览比例需在 1~100 之间");return}yt(!0);try{const T=await jt("/api/db/config",{key:"unpaid_preview_percent",value:it,description:"小程序未付费内容默认预览比例(%)"});T&&T.success!==!1?se.success("预览比例已保存"):se.error("保存失败: "+(T.error||""))}catch{se.error("保存失败")}finally{yt(!1)}};b.useEffect(()=>{ni(),uo(),ja(),Zr(),oo(),ul(),Ec()},[ni,uo,ja,Zr,oo,ul,Ec]),b.useEffect(()=>{Tr()},[Tr]);const ho=async T=>{Ut({section:T,orders:[]}),sn(!0);try{const _=await Oe(`/api/db/book?action=section-orders&id=${encodeURIComponent(T.id)}`),ie=_!=null&&_.success&&Array.isArray(_.orders)?_.orders:[];Ut(ve=>ve?{...ve,orders:ie}:null)}catch(_){console.error(_),Ut(ie=>ie?{...ie,orders:[]}:null)}finally{sn(!1)}},si=async T=>{k(!0);try{const _=T.mid!=null&&T.mid>0?`/api/db/book?action=read&mid=${T.mid}`:`/api/db/book?action=read&id=${encodeURIComponent(T.id)}`,ie=await Oe(_);if(ie!=null&&ie.success&&ie.section){const ve=ie.section,Re=ve.editionPremium===!0;y({id:T.id,originalId:T.id,title:ie.section.title??T.title,price:ie.section.price??T.price,content:ie.section.content??"",filePath:T.filePath,isFree:T.isFree||T.price===0,isNew:ve.isNew??T.isNew,isPinned:hn.includes(T.id),hotScore:T.hotScore??0,editionStandard:Re?!1:ve.editionStandard??!0,editionPremium:Re,previewPercent:ve.previewPercent??void 0})}else y({id:T.id,originalId:T.id,title:T.title,price:T.price,content:"",filePath:T.filePath,isFree:T.isFree,isNew:T.isNew,isPinned:hn.includes(T.id),hotScore:T.hotScore??0,editionStandard:!0,editionPremium:!1,previewPercent:void 0}),ie&&!ie.success&&se.error("无法读取文件内容: "+(ie.error||"未知错误"))}catch(_){console.error(_),y({id:T.id,title:T.title,price:T.price,content:"",filePath:T.filePath,isFree:T.isFree})}finally{k(!1)}},au=async()=>{var T;if(g){E(!0);try{let _=g.content||"";const ie=[new RegExp(`^#+\\s*${g.id.replace(".","\\.")}\\s+.*$`,"gm"),new RegExp(`^#+\\s*${g.id.replace(".","\\.")}[::].*$`,"gm"),new RegExp(`^#\\s+.*${(T=g.title)==null?void 0:T.slice(0,10).replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}.*$`,"gm")];for(const lt of ie)_=_.replace(lt,"");_=_.replace(/^\s*\n+/,"").trim();const ve=g.originalId||g.id,Re=g.id!==ve,De=await Pt("/api/db/book",{id:ve,...Re?{newId:g.id}:{},title:g.title,price:g.isFree?0:g.price,content:_,isFree:g.isFree||g.price===0,isNew:g.isNew,hotScore:g.hotScore,editionStandard:g.editionPremium?!1:g.editionStandard??!0,editionPremium:g.editionPremium??!1,...g.previewPercent!=null&&g.previewPercent>0&&g.previewPercent<=100?{previewPercent:g.previewPercent}:{previewPercent:0},saveToFile:!0},{timeout:f1}),tt=Re?g.id:ve;g.isPinned!==hn.includes(tt)&&await pl(tt),De&&De.success!==!1?(se.success(`已保存:${g.title}`),y(null),await wn(),await ds(),ja(),Zr()):se.error("保存失败: "+(De&&typeof De=="object"&&"error"in De?De.error:"未知错误"))}catch(_){console.error(_);const ie=_ instanceof Error&&_.name==="AbortError"?"保存超时,请检查网络或稍后重试":"保存失败";se.error(ie)}finally{E(!1)}}},Ms=async()=>{if(!K.id||!K.title){se.error("请填写章节ID和标题");return}E(!0);try{const T=Nn.find(ve=>ve.id===K.partId),_=T==null?void 0:T.chapters.find(ve=>ve.id===K.chapterId),ie=await Pt("/api/db/book",{id:K.id,title:K.title,price:K.isFree?0:K.price,content:K.content||"",partId:K.partId,partTitle:(T==null?void 0:T.title)??"",chapterId:K.chapterId,chapterTitle:(_==null?void 0:_.title)??"",isFree:K.isFree,isNew:K.isNew,editionStandard:K.editionPremium?!1:K.editionStandard??!0,editionPremium:K.editionPremium??!1,hotScore:K.hotScore??0,...K.previewPercent!=null&&K.previewPercent>0&&K.previewPercent<=100?{previewPercent:K.previewPercent}:{},saveToFile:!1},{timeout:f1});if(ie&&ie.success!==!1){if(K.isPinned){const ve=[...hn,K.id];ks(ve);try{await jt("/api/db/config",{key:"pinned_section_ids",value:ve,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"})}catch{}}se.success(`章节创建成功:${K.title}`),w(!1),re({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0,previewPercent:void 0}),await wn(),await ds(),ja(),Zr()}else se.error("创建失败: "+(ie&&typeof ie=="object"&&"error"in ie?ie.error:"未知错误"))}catch(T){console.error(T),se.error("创建失败")}finally{E(!1)}},ri=T=>{re(_=>{var ie;return{..._,partId:T.id,chapterId:((ie=T.chapters[0])==null?void 0:ie.id)??"chapter-1"}}),w(!0)},Tc=T=>{const _=T.title.match(/^第(.+?)篇\s*[||]\s*(.+)$/),ie=_?_[1].trim():"",ve=_?_[2].trim():T.title;xe({id:T.id,title:T.title,badge:ie,rest:ve})},fo=async()=>{if(!ue)return;const T=(ue.badge??"").trim(),_=(ue.rest??ue.title??"").trim(),ie=T?`第${T}篇 | ${_}`:_;if(ie){O(!0);try{const ve=Vt.map(De=>({id:De.id,partId:De.partId||"part-1",partTitle:De.partId===ue.id?ie:De.partTitle||"",chapterId:De.chapterId||"chapter-1",chapterTitle:De.chapterTitle||""})),Re=await Pt("/api/db/book",{action:"reorder",items:ve});Re&&Re.success!==!1?(e(De=>De.map(tt=>tt.id===ue.id?{...tt,title:ie}:tt)),s(De=>({...De,[ue.id]:(De[ue.id]||[]).map(tt=>({...tt,partTitle:ie}))})),xe(null),wn()):se.error("更新篇名失败: "+(Re&&typeof Re=="object"&&"error"in Re?Re.error:"未知错误"))}catch(ve){console.error(ve),se.error("更新篇名失败")}finally{O(!1)}}},Cp=T=>{const _=T.chapters.length+1,ie=`chapter-${T.id}-${_}-${Date.now()}`;re({id:`${_}.1`,title:"新章节",price:1,partId:T.id,chapterId:ie,content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0,previewPercent:void 0}),w(!0)},Mc=(T,_)=>{const ie=_.sections;let ve=1,Re=!1,De=!1;if(ie.length>0){const tt=typeof ie[0].price=="number"?ie[0].price:Number(ie[0].price)||1,lt=!!(ie[0].isFree||tt===0);De=ie.some(wt=>{const Nt=typeof wt.price=="number"?wt.price:Number(wt.price)||1,As=!!(wt.isFree||Nt===0);return Nt!==tt||As!==lt}),ve=lt?0:tt,Re=lt}q({part:T,chapter:_,title:_.title,price:ve,isFree:Re,priceMixed:De,initialTitle:_.title,initialPrice:ve,initialIsFree:Re})},Ac=async()=>{var Re;if(!((Re=M==null?void 0:M.title)!=null&&Re.trim()))return;const T=M,_=T.title.trim(),ie=_!==T.initialTitle,ve=T.isFree!==T.initialIsFree||!T.isFree&&Number(T.price)!==Number(T.initialPrice);if(!ie&&!ve){se.info("未修改任何内容"),q(null);return}if(T.priceMixed&&ve){const De=T.chapter.sections.length,tt=T.isFree?"全部设为免费":`全部设为 ¥${T.price}`;if(!confirm(`本章 ${De} 节当前定价不一致,保存后将${tt},确定?`))return}z(!0);try{if(ie){const De=Vt.map(Nt=>({id:Nt.id,partId:Nt.partId||T.part.id,partTitle:Nt.partId===T.part.id?T.part.title:Nt.partTitle||"",chapterId:Nt.chapterId||T.chapter.id,chapterTitle:Nt.partId===T.part.id&&Nt.chapterId===T.chapter.id?_:Nt.chapterTitle||""})),tt=await Pt("/api/db/book",{action:"reorder",items:De});if(tt&&tt.success===!1){se.error("保存章节名失败: "+(tt&&typeof tt=="object"&&"error"in tt?tt.error:"未知错误"));return}const lt=T.part.id,wt=T.chapter.id;s(Nt=>({...Nt,[lt]:(Nt[lt]||[]).map(As=>As.chapterId===wt?{...As,chapterTitle:_}:As)}))}if(ve){const De=await Pt("/api/db/book",{action:"update-chapter-pricing",partId:T.part.id,chapterId:T.chapter.id,price:T.isFree?0:Number(T.price)||0,isFree:T.isFree});if(De&&De.success===!1){se.error("保存定价失败: "+(De&&typeof De=="object"&&"error"in De?De.error:"未知错误")),ie&&wn();return}}q(null),wn(),se.success("已保存")}catch(De){console.error(De),se.error("保存失败")}finally{z(!1)}},po=async(T,_)=>{const ie=_.sections.map(ve=>ve.id);if(ie.length===0){se.info("该章下无小节,无需删除");return}if(confirm(`确定要删除「第${T.chapters.indexOf(_)+1}章 | ${_.title}」吗?将删除共 ${ie.length} 节,此操作不可恢复。`))try{for(const ve of ie)await oa(`/api/db/book?id=${encodeURIComponent(ve)}`);wn()}catch(ve){console.error(ve),se.error("删除失败")}},ml=async()=>{if(!pe.trim()){se.error("请输入篇名");return}vt(!0);try{const T=`part-new-${Date.now()}`,_="chapter-1",ie=`part-placeholder-${Date.now()}`,ve=await Pt("/api/db/book",{id:ie,title:"占位节(可编辑)",price:0,content:"",partId:T,partTitle:pe.trim(),chapterId:_,chapterTitle:"第1章 | 待编辑",saveToFile:!1});ve&&ve.success!==!1?(se.success(`篇「${pe}」创建成功`),$(!1),Fe(""),wn()):se.error("创建失败: "+(ve&&typeof ve=="object"&&"error"in ve?ve.error:"未知错误"))}catch(T){console.error(T),se.error("创建失败")}finally{vt(!1)}},iu=async()=>{if(G.length===0){se.error("请先勾选要移动的章节");return}const T=Nn.find(ie=>ie.id===ke),_=T==null?void 0:T.chapters.find(ie=>ie.id===Y);if(!T||!_||!ke||!Y){se.error("请选择目标篇和章");return}ce(!0);try{const ie=()=>{const tt=new Set(G),lt=Vt.map(Rn=>({id:Rn.id,partId:Rn.partId||"",partTitle:Rn.partTitle||"",chapterId:Rn.chapterId||"",chapterTitle:Rn.chapterTitle||""})),wt=lt.filter(Rn=>tt.has(Rn.id)).map(Rn=>({...Rn,partId:ke,partTitle:T.title||ke,chapterId:Y,chapterTitle:_.title||Y})),Nt=lt.filter(Rn=>!tt.has(Rn.id));let As=Nt.length;for(let Rn=Nt.length-1;Rn>=0;Rn-=1){const uu=Nt[Rn];if(uu.partId===ke&&uu.chapterId===Y){As=Rn+1;break}}return[...Nt.slice(0,As),...wt,...Nt.slice(As)]},ve=async()=>{const tt=ie(),lt=await Pt("/api/db/book",{action:"reorder",items:tt});return lt&<.success!==!1?(se.success(`已移动 ${G.length} 节到「${T.title}」-「${_.title}」`),Ae(!1),oe([]),await wn(),!0):!1},Re={action:"move-sections",sectionIds:G,targetPartId:ke,targetChapterId:Y,targetPartTitle:T.title||ke,targetChapterTitle:_.title||Y},De=await Pt("/api/db/book",Re);if(De&&De.success!==!1)se.success(`已移动 ${De.count??G.length} 节到「${T.title}」-「${_.title}」`),Ae(!1),oe([]),await wn();else{const tt=De&&typeof De=="object"&&"error"in De?De.error||"":"未知错误";if((tt.includes("缺少 id")||tt.includes("无效的 action"))&&await ve())return;se.error("移动失败: "+tt)}}catch(ie){console.error(ie),se.error("移动失败: "+(ie instanceof Error?ie.message:"网络或服务异常"))}finally{ce(!1)}},Ep=T=>{oe(_=>_.includes(T)?_.filter(ie=>ie!==T):[..._,T])},Tp=async T=>{const _=Vt.filter(ie=>ie.partId===T.id).map(ie=>ie.id);if(_.length===0){se.info("该篇下暂无小节可删除");return}if(confirm(`确定要删除「${T.title}」整篇吗?将删除共 ${_.length} 节内容,此操作不可恢复。`))try{for(const ie of _)await oa(`/api/db/book?id=${encodeURIComponent(ie)}`);wn()}catch(ie){console.error(ie),se.error("删除失败")}},ou=async()=>{var T;if(I.trim()){R(!0);try{const _=await Oe(`/api/search?q=${encodeURIComponent(I)}`);_!=null&&_.success&&((T=_.data)!=null&&T.results)?D(_.data.results):(D([]),_&&!_.success&&se.error("搜索失败: "+_.error))}catch(_){console.error(_),D([]),se.error("搜索失败")}finally{R(!1)}}},mo=Nn.find(T=>T.id===K.partId),lu=(mo==null?void 0:mo.chapters)??[];return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"内容管理"}),r.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",Nn.length," 篇 · ",Gn," 节内容"]})]}),r.jsxs("div",{className:"flex gap-2",children:[r.jsxs(X,{onClick:()=>Mt(!0),variant:"outline",className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/10 bg-transparent",children:[r.jsx(ih,{className:"w-4 h-4 mr-2"}),"排名算法"]}),r.jsxs(X,{onClick:()=>{const T=typeof window<"u"?`${window.location.origin}/api-doc`:"";T&&window.open(T,"_blank","noopener,noreferrer")},variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx($r,{className:"w-4 h-4 mr-2"}),"API 接口"]})]})]}),r.jsx(Lt,{open:N,onOpenChange:w,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[r.jsx(_t,{className:"shrink-0 px-6 pt-6 pb-2",children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(xn,{className:"w-5 h-5 text-[#38bdac]"}),"新建章节"]})}),r.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[r.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"章节ID *"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 9.15",value:K.id,onChange:T=>re({...K,id:T.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"价格 (元)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:K.isFree?0:K.price,onChange:T=>re({...K,price:Number(T.target.value),isFree:Number(T.target.value)===0}),disabled:K.isFree})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"免费"}),r.jsx("div",{className:"flex items-center h-10",children:r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"checkbox",checked:K.isFree,onChange:T=>re({...K,isFree:T.target.checked,price:T.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"最新新增"}),r.jsx("div",{className:"flex items-center h-10",children:r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"checkbox",checked:K.isNew,onChange:T=>re({...K,isNew:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"小程序直推"}),r.jsx("div",{className:"flex items-center h-10",children:r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"checkbox",checked:K.isPinned,onChange:T=>re({...K,isPinned:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"文章类型"}),r.jsxs("div",{className:"flex items-center gap-4 h-10",children:[r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"radio",name:"new-edition-type",checked:K.editionPremium!==!0,onChange:()=>re({...K,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"radio",name:"new-edition-type",checked:K.editionPremium===!0,onChange:()=>re({...K,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"热度分"}),r.jsx(ae,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:K.hotScore??0,onChange:T=>re({...K,hotScore:Math.max(0,parseFloat(T.target.value)||0)})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"未解锁预览比例 (%)"}),r.jsx(ae,{type:"number",min:"0",max:"100",placeholder:"空则用全局",className:"bg-[#0a1628] border-gray-700 text-white",value:K.previewPercent??"",onChange:T=>{const _=T.target.value===""?void 0:Number(T.target.value);re({...K,previewPercent:_===void 0?void 0:Math.max(0,Math.min(100,_))})}}),r.jsx("span",{className:"text-xs text-gray-500",children:"小程序未付费用户显示前 N% 内容,空则用全局设置"})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"章节标题 *"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入章节标题",value:K.title,onChange:T=>re({...K,title:T.target.value})})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"所属篇"}),r.jsxs(Ul,{value:K.partId,onValueChange:T=>{var ie;const _=Nn.find(ve=>ve.id===T);re({...K,partId:T,chapterId:((ie=_==null?void 0:_.chapters[0])==null?void 0:ie.id)??"chapter-1"})},children:[r.jsx(Io,{className:"bg-[#0a1628] border-gray-700 text-white",children:r.jsx(Kl,{})}),r.jsxs(Po,{className:"bg-[#0f2137] border-gray-700",children:[Nn.map(T=>r.jsx(nr,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id)),Nn.length===0&&r.jsx(nr,{value:"part-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认篇"})]})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"所属章"}),r.jsxs(Ul,{value:K.chapterId,onValueChange:T=>re({...K,chapterId:T}),children:[r.jsx(Io,{className:"bg-[#0a1628] border-gray-700 text-white",children:r.jsx(Kl,{})}),r.jsxs(Po,{className:"bg-[#0f2137] border-gray-700",children:[lu.map(T=>r.jsx(nr,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id)),lu.length===0&&r.jsx(nr,{value:"chapter-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认章"})]})]})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),r.jsx(s0,{content:K.content||"",onChange:T=>re({...K,content:T}),onImageUpload:async T=>{var Re;const _=new FormData;_.append("file",T),_.append("folder","book-images");const ve=await(await fetch(Wo("/api/upload"),{method:"POST",body:_,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((Re=ve==null?void 0:ve.data)==null?void 0:Re.url)||(ve==null?void 0:ve.url)||""},persons:fn,linkTags:Pn,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),r.jsxs(on,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[r.jsx(X,{variant:"outline",onClick:()=>w(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsx(X,{onClick:Ms,disabled:C||!K.id||!K.title,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:C?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"创建章节"]})})]})]})}),r.jsx(Lt,{open:!!ue,onOpenChange:T=>!T&&xe(null),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑篇名"]})}),ue&&r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"角标(如:一、二、派、壹)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:ue.badge??"",onChange:T=>xe({...ue,badge:T.target.value}),placeholder:"角标,显示在篇名左侧"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"篇名(如:真实的人、真实的行业)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:ue.rest??"",onChange:T=>xe({...ue,rest:T.target.value}),placeholder:"篇名副标题"})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",onClick:()=>xe(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsx(X,{onClick:fo,disabled:H||!(ue&&(ue.rest??ue.title??"").trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:H?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),r.jsx(Lt,{open:!!M,onOpenChange:T=>!T&&q(null),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[r.jsxs(_t,{children:[r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"章节设置"]}),r.jsx("p",{className:"text-gray-400 text-sm font-normal pt-1",children:"修改本章显示名称,或为本章下全部节设置统一金额(仍可在单节编辑里单独改某一节)。"})]}),M&&r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"章节名称(如:第8章|底层结构)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:M.title,onChange:T=>q({...M,title:T.target.value}),placeholder:"输入章节名称"})]}),r.jsxs("div",{className:"space-y-2 border-t border-gray-700/60 pt-4",children:[r.jsxs(Z,{className:"text-gray-300",children:["本章统一定价(应用于本章全部 ",M.chapter.sections.length," 节)"]}),M.priceMixed&&r.jsx("p",{className:"text-amber-400/90 text-xs",children:"当前各节定价不一致,保存后将按下方设置全部统一。"}),r.jsxs("div",{className:"flex flex-wrap items-end gap-4",children:[r.jsxs("div",{className:"space-y-1 flex-1 min-w-[120px]",children:[r.jsx("span",{className:"text-gray-500 text-xs",children:"价格 (元)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:M.isFree?0:M.price,onChange:T=>q({...M,price:Number(T.target.value),isFree:Number(T.target.value)===0}),disabled:M.isFree,min:0,step:.01})]}),r.jsxs("label",{className:"flex items-center gap-2 cursor-pointer pb-2",children:[r.jsx("input",{type:"checkbox",checked:M.isFree||M.price===0,onChange:T=>q({...M,isFree:T.target.checked,price:T.target.checked?0:M.initialPrice>0?M.initialPrice:1}),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac]"}),r.jsx("span",{className:"text-gray-400 text-sm",children:"本章全部免费"})]})]})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",onClick:()=>q(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsx(X,{onClick:Ac,disabled:B||!((cu=M==null?void 0:M.title)!=null&&cu.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:B?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),r.jsx(Lt,{open:ye,onOpenChange:T=>{var _;if(Ae(T),T&&Nn.length>0){const ie=Nn[0];ee(ie.id),he(((_=ie.chapters[0])==null?void 0:_.id)??"")}},children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:"批量移动至指定目录"})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("p",{className:"text-gray-400 text-sm",children:["已选 ",r.jsx("span",{className:"text-[#38bdac] font-medium",children:G.length})," 节,请选择目标篇与章。"]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"目标篇"}),r.jsxs(Ul,{value:ke,onValueChange:T=>{var ie;ee(T);const _=Nn.find(ve=>ve.id===T);he(((ie=_==null?void 0:_.chapters[0])==null?void 0:ie.id)??"")},children:[r.jsx(Io,{className:"bg-[#0a1628] border-gray-700 text-white",children:r.jsx(Kl,{placeholder:"选择篇"})}),r.jsx(Po,{className:"bg-[#0f2137] border-gray-700",children:Nn.map(T=>r.jsx(nr,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id))})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"目标章"}),r.jsxs(Ul,{value:Y,onValueChange:he,children:[r.jsx(Io,{className:"bg-[#0a1628] border-gray-700 text-white",children:r.jsx(Kl,{placeholder:"选择章"})}),r.jsx(Po,{className:"bg-[#0f2137] border-gray-700",children:(((du=Nn.find(T=>T.id===ke))==null?void 0:du.chapters)??[]).map(T=>r.jsx(nr,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id))})]})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",onClick:()=>Ae(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsx(X,{onClick:iu,disabled:te||G.length===0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:te?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-2 animate-spin"}),"移动中..."]}):"确认移动"})]})]})}),r.jsx(Lt,{open:!!mt,onOpenChange:T=>!T&&Ut(null),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-3xl max-h-[85vh] overflow-hidden flex flex-col",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white",children:["付款记录 — ",(mt==null?void 0:mt.section.title)??""]})}),r.jsx("div",{className:"flex-1 overflow-y-auto py-2",children:In?r.jsxs("div",{className:"flex items-center justify-center py-8",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):mt&&mt.orders.length===0?r.jsx("p",{className:"text-gray-500 text-center py-6",children:"暂无付款记录"}):mt?r.jsxs("table",{className:"w-full text-sm border-collapse",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[r.jsx("th",{className:"py-2 pr-2",children:"订单号"}),r.jsx("th",{className:"py-2 pr-2",children:"用户ID"}),r.jsx("th",{className:"py-2 pr-2",children:"金额"}),r.jsx("th",{className:"py-2 pr-2",children:"状态"}),r.jsx("th",{className:"py-2 pr-2",children:"支付时间"})]})}),r.jsx("tbody",{children:mt.orders.map(T=>r.jsxs("tr",{className:"border-b border-gray-700/50",children:[r.jsx("td",{className:"py-2 pr-2",children:r.jsx("button",{className:"text-blue-400 hover:text-blue-300 hover:underline text-left truncate max-w-[180px] block",title:`查看订单 ${T.orderSn}`,onClick:()=>window.open(`/orders?search=${T.orderSn??T.id??""}`,"_blank"),children:T.orderSn?T.orderSn.length>16?T.orderSn.slice(0,8)+"..."+T.orderSn.slice(-6):T.orderSn:"-"})}),r.jsx("td",{className:"py-2 pr-2",children:r.jsx("button",{className:"text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[140px] block",title:`查看用户 ${T.userId??T.openId??""}`,onClick:()=>window.open(`/users?search=${T.userId??T.openId??""}`,"_blank"),children:(()=>{const _=T.userId??T.openId??"-";return _.length>12?_.slice(0,6)+"..."+_.slice(-4):_})()})}),r.jsxs("td",{className:"py-2 pr-2 text-gray-300",children:["¥",T.amount??0]}),r.jsx("td",{className:"py-2 pr-2 text-gray-300",children:T.status??"-"}),r.jsx("td",{className:"py-2 pr-2 text-gray-500",children:T.payTime??T.createdAt??"-"})]},T.id??T.orderSn??""))})]}):null})]})}),r.jsx(Lt,{open:Tt,onOpenChange:Mt,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(ih,{className:"w-5 h-5 text-amber-400"}),"文章排名算法"]})}),r.jsxs("div",{className:"space-y-4 py-2",children:[r.jsx("p",{className:"text-sm text-gray-400",children:"热度积分 = 阅读权重×阅读排名分 + 新度权重×新度排名分 + 付款权重×付款排名分(三权重之和须为 1)"}),as?r.jsx("p",{className:"text-gray-500",children:"加载中..."}):r.jsxs(r.Fragment,{children:[r.jsxs("div",{className:"grid grid-cols-3 gap-3",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"阅读权重"}),r.jsx(ae,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:Kt.readWeight,onChange:T=>Ns(_=>({..._,readWeight:Math.max(0,Math.min(1,parseFloat(T.target.value)||0))}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"新度权重"}),r.jsx(ae,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:Kt.recencyWeight,onChange:T=>Ns(_=>({..._,recencyWeight:Math.max(0,Math.min(1,parseFloat(T.target.value)||0))}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"付款权重"}),r.jsx(ae,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:Kt.payWeight,onChange:T=>Ns(_=>({..._,payWeight:Math.max(0,Math.min(1,parseFloat(T.target.value)||0))}))})]})]}),r.jsxs("p",{className:"text-xs text-gray-500",children:["当前之和: ",(Kt.readWeight+Kt.recencyWeight+Kt.payWeight).toFixed(1)]}),r.jsxs("ul",{className:"list-disc list-inside space-y-1 text-xs text-gray-400",children:[r.jsx("li",{children:"阅读量前 20 名:第1名=20分、第2名=19分...第20名=1分"}),r.jsx("li",{children:"最近更新前 30 篇:第1名=30分、第2名=29分...第30名=1分"}),r.jsx("li",{children:"付款数前 20 名:第1名=20分、第2名=19分...第20名=1分"}),r.jsx("li",{children:"热度分可在编辑章节中手动覆盖"})]}),r.jsx(X,{onClick:su,disabled:Ls||Math.abs(Kt.readWeight+Kt.recencyWeight+Kt.payWeight-1)>.001,className:"w-full bg-amber-500 hover:bg-amber-600 text-white",children:Ls?"保存中...":"保存权重"})]})]})]})}),r.jsx(Lt,{open:J,onOpenChange:$,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(xn,{className:"w-5 h-5 text-amber-400"}),"新建篇"]})}),r.jsx("div",{className:"space-y-4 py-4",children:r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"篇名(如:第六篇|真实的社会)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:pe,onChange:T=>Fe(T.target.value),placeholder:"输入篇名"})]})}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",onClick:()=>{$(!1),Fe("")},className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsx(X,{onClick:ml,disabled:rt||!pe.trim(),className:"bg-amber-500 hover:bg-amber-600 text-white",children:rt?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"创建篇"]})})]})]})}),r.jsx(Lt,{open:!!g,onOpenChange:()=>y(null),children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[r.jsx(_t,{className:"shrink-0 px-6 pt-6 pb-2",children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节"]})}),g&&r.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[r.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"章节ID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:g.id,onChange:T=>y({...g,id:T.target.value}),placeholder:"如: 9.15"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"价格 (元)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:g.isFree?0:g.price,onChange:T=>y({...g,price:Number(T.target.value),isFree:Number(T.target.value)===0}),disabled:g.isFree})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"免费"}),r.jsx("div",{className:"flex items-center h-10",children:r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"checkbox",checked:g.isFree||g.price===0,onChange:T=>y({...g,isFree:T.target.checked,price:T.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"最新新增"}),r.jsx("div",{className:"flex items-center h-10",children:r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"checkbox",checked:g.isNew??!1,onChange:T=>y({...g,isNew:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"小程序直推"}),r.jsx("div",{className:"flex items-center h-10",children:r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"checkbox",checked:g.isPinned??!1,onChange:T=>y({...g,isPinned:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"文章类型"}),r.jsxs("div",{className:"flex items-center gap-4 h-10",children:[r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"radio",name:"edition-type",checked:g.editionPremium!==!0,onChange:()=>y({...g,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),r.jsxs("label",{className:"flex items-center cursor-pointer",children:[r.jsx("input",{type:"radio",name:"edition-type",checked:g.editionPremium===!0,onChange:()=>y({...g,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),r.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"热度分"}),r.jsx(ae,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:g.hotScore??0,onChange:T=>y({...g,hotScore:Math.max(0,parseFloat(T.target.value)||0)})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"未解锁预览比例 (%)"}),r.jsx(ae,{type:"number",min:"0",max:"100",placeholder:"空则用全局",className:"bg-[#0a1628] border-gray-700 text-white",value:g.previewPercent??"",onChange:T=>{const _=T.target.value===""?void 0:Number(T.target.value);y({...g,previewPercent:_===void 0?void 0:Math.max(0,Math.min(100,_))})}}),r.jsx("span",{className:"text-xs text-gray-500",children:"小程序未付费用户显示前 N% 内容,空则用全局设置"})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"章节标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:g.title,onChange:T=>y({...g,title:T.target.value})})]}),g.filePath&&r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"文件路径"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-gray-400 text-sm",value:g.filePath,disabled:!0})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),v?r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700 rounded-md min-h-[400px] flex items-center justify-center",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsx(s0,{ref:pn,content:g.content||"",onChange:T=>y({...g,content:T}),onImageUpload:async T=>{var Re;const _=new FormData;_.append("file",T),_.append("folder","book-images");const ve=await(await fetch(Wo("/api/upload"),{method:"POST",body:_,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((Re=ve==null?void 0:ve.data)==null?void 0:Re.url)||(ve==null?void 0:ve.url)||""},persons:fn,linkTags:Pn,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),r.jsxs(on,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[g&&r.jsxs(X,{variant:"outline",onClick:()=>ho({id:g.id,title:g.title,price:g.price}),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent mr-auto",children:[r.jsx(ir,{className:"w-4 h-4 mr-2"}),"付款记录"]}),r.jsxs(X,{variant:"outline",onClick:()=>y(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsx(X,{onClick:au,disabled:C,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:C?r.jsxs(r.Fragment,{children:[r.jsx(Be,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):r.jsxs(r.Fragment,{children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),"保存修改"]})})]})]})}),r.jsxs(Yd,{defaultValue:"chapters",className:"space-y-6",children:[r.jsxs(pc,{className:"bg-[#0f2137] border border-gray-700/50 p-1",children:[r.jsxs(tn,{value:"chapters",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[r.jsx(ir,{className:"w-4 h-4 mr-2"}),"章节管理"]}),r.jsxs(tn,{value:"ranking",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[r.jsx(ux,{className:"w-4 h-4 mr-2"}),"内容排行榜"]}),r.jsxs(tn,{value:"search",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[r.jsx(ca,{className:"w-4 h-4 mr-2"}),"内容搜索"]}),r.jsxs(tn,{value:"link-person",className:"data-[state=active]:bg-purple-500/20 data-[state=active]:text-purple-400 text-gray-400",children:[r.jsx($r,{className:"w-4 h-4 mr-2"}),"链接人与事"]}),r.jsxs(tn,{value:"link-tag",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[r.jsx(d1,{className:"w-4 h-4 mr-2"}),"链接标签"]}),r.jsxs(tn,{value:"linkedmp",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[r.jsx(Bi,{className:"w-4 h-4 mr-2"}),"关联小程序"]})]}),r.jsxs(nn,{value:"chapters",className:"space-y-4",children:[r.jsxs("div",{className:"rounded-2xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between shadow-sm",children:[r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac] flex items-center justify-center text-white shadow-lg shadow-[#38bdac]/20 shrink-0",children:r.jsx(ir,{className:"w-6 h-6"})}),r.jsxs("div",{children:[r.jsx("h2",{className:"font-bold text-base text-white leading-tight mb-1",children:"一场SOUL的创业实验场"}),r.jsx("p",{className:"text-xs text-gray-500",children:"来自Soul派对房的真实商业故事"})]})]}),r.jsxs("div",{className:"text-center shrink-0",children:[r.jsx("span",{className:"block text-2xl font-bold text-[#38bdac]",children:Gn}),r.jsx("span",{className:"text-xs text-gray-500",children:"章节"})]})]}),r.jsxs("div",{className:"flex flex-wrap gap-2",children:[r.jsxs(X,{onClick:()=>w(!0),className:"flex-1 min-w-[120px] bg-[#38bdac]/10 hover:bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/30",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"新建章节"]}),r.jsxs(X,{onClick:()=>$(!0),className:"flex-1 min-w-[120px] bg-amber-500/10 hover:bg-amber-500/20 text-amber-400 border border-amber-500/30",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"新建篇"]}),r.jsxs(X,{variant:"outline",onClick:()=>Ae(!0),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:["批量移动(已选 ",G.length," 节)"]})]}),u?r.jsxs("div",{className:"flex items-center justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs("div",{className:"relative",children:[o&&r.jsx("div",{className:"absolute inset-0 z-10 flex items-center justify-center bg-[#0f2137]/80 rounded-xl",children:r.jsxs("div",{className:"flex items-center gap-2 px-4 py-2 rounded-lg bg-[#1C1C1E] border border-[#38bdac]/30 shadow-lg",children:[r.jsx(Be,{className:"w-4 h-4 text-[#38bdac] animate-spin shrink-0"}),r.jsx("span",{className:"text-sm text-gray-300",children:"正在更新排序..."})]})}),r.jsx(oV,{parts:Nn,expandedParts:f,onTogglePart:ao,sectionsLoadingByPart:a,onReorder:io,onReadSection:si,onDeleteSection:Xr,onAddSectionInPart:ri,onAddChapterInPart:Cp,onDeleteChapter:po,onEditPart:Tc,onDeletePart:Tp,onEditChapter:Mc,selectedSectionIds:G,onToggleSectionSelect:Ep,onShowSectionOrders:ho,pinnedSectionIds:hn})]})]}),r.jsx(nn,{value:"search",className:"space-y-4",children:r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"内容搜索"})}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"flex gap-2",children:[r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",placeholder:"搜索标题或内容...",value:I,onChange:T=>L(T.target.value),onKeyDown:T=>T.key==="Enter"&&ou()}),r.jsx(X,{onClick:ou,disabled:P||!I.trim(),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:P?r.jsx(Be,{className:"w-4 h-4 animate-spin"}):r.jsx(ca,{className:"w-4 h-4"})})]}),W.length>0&&r.jsxs("div",{className:"space-y-2 mt-4",children:[r.jsxs("p",{className:"text-gray-400 text-sm",children:["找到 ",W.length," 个结果"]}),W.map(T=>r.jsxs("div",{className:"p-3 rounded-lg bg-[#162840] hover:bg-[#1a3050] cursor-pointer transition-colors",onClick:()=>si({id:T.id,mid:T.mid,title:T.title,price:T.price??1,filePath:""}),children:[r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("span",{className:"text-[#38bdac] font-mono text-xs",children:T.id}),r.jsx("span",{className:"text-white",children:T.title}),hn.includes(T.id)&&r.jsx(Ii,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})]}),r.jsx(Je,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:T.matchType==="title"?"标题匹配":"内容匹配"})]}),T.snippet&&r.jsx("p",{className:"text-gray-500 text-xs mt-2 line-clamp-2",children:T.snippet}),(T.partTitle||T.chapterTitle)&&r.jsxs("p",{className:"text-gray-600 text-xs mt-1",children:[T.partTitle," · ",T.chapterTitle]})]},T.id))]})]})]})}),r.jsxs(nn,{value:"ranking",className:"space-y-4",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white text-base flex items-center gap-2",children:[r.jsx(ih,{className:"w-4 h-4 text-[#38bdac]"}),"内容显示规则"]})}),r.jsx(Te,{children:r.jsxs("div",{className:"flex items-center gap-4 flex-wrap",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(Z,{className:"text-gray-400 text-sm whitespace-nowrap",children:"未付费预览比例"}),r.jsx(ae,{type:"number",min:"1",max:"100",className:"bg-[#0a1628] border-gray-700 text-white w-20",value:it,onChange:T=>$t(Math.max(1,Math.min(100,Number(T.target.value)||20))),disabled:me}),r.jsx("span",{className:"text-gray-500 text-sm",children:"%"})]}),r.jsx(X,{size:"sm",onClick:ru,disabled:at,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:at?"保存中...":"保存"}),r.jsxs("span",{className:"text-xs text-gray-500",children:["小程序未付费用户默认显示文章前 ",it,"% 内容"]})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs(Xe,{className:"text-white text-base flex items-center gap-2",children:[r.jsx(ux,{className:"w-4 h-4 text-amber-400"}),"内容排行榜",r.jsxs("span",{className:"text-xs text-gray-500 font-normal ml-2",children:["按热度排行 · 共 ",un.length," 节"]})]}),r.jsxs("div",{className:"flex items-center gap-1 text-sm",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>ds(),disabled:js,className:"text-gray-400 hover:text-white h-7 w-7 p-0",title:"刷新排行榜",children:r.jsx(Be,{className:`w-4 h-4 ${js?"animate-spin":""}`})}),r.jsx(X,{variant:"ghost",size:"sm",disabled:rn<=1||js,onClick:()=>qs(T=>Math.max(1,T-1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:r.jsx(QT,{className:"w-4 h-4"})}),r.jsxs("span",{className:"text-gray-400 min-w-[60px] text-center",children:[rn," / ",Qr]}),r.jsx(X,{variant:"ghost",size:"sm",disabled:rn>=Qr||js,onClick:()=>qs(T=>Math.min(Qr,T+1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:r.jsx(ql,{className:"w-4 h-4"})})]})]})}),r.jsx(Te,{children:r.jsxs("div",{className:"space-y-0",children:[r.jsxs("div",{className:"grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2 text-xs text-gray-500 border-b border-gray-700/50",children:[r.jsx("span",{children:"排名"}),r.jsx("span",{children:"置顶"}),r.jsx("span",{children:"标题"}),r.jsx("span",{className:"text-right",children:"点击量"}),r.jsx("span",{className:"text-right",children:"付款数"}),r.jsx("span",{className:"text-right",children:"热度"}),r.jsx("span",{className:"text-right",children:"编辑"})]}),Er.map((T,_)=>{const ie=(rn-1)*Cr+_+1,ve=T.isPinned??hn.includes(T.id);return r.jsxs("div",{className:`grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2.5 items-center border-b border-gray-700/30 hover:bg-[#162840] transition-colors ${ve?"bg-amber-500/5":""}`,children:[r.jsx("span",{className:`text-sm font-bold ${ie<=3?"text-amber-400":"text-gray-500"}`,children:ie<=3?["🥇","🥈","🥉"][ie-1]:`#${ie}`}),r.jsx(X,{variant:"ghost",size:"sm",className:`h-6 w-6 p-0 ${ve?"text-amber-400":"text-gray-600 hover:text-amber-400"}`,onClick:()=>pl(T.id),disabled:U,title:ve?"取消置顶":"强制置顶(精选推荐/首页最新更新)",children:ve?r.jsx(Ii,{className:"w-3.5 h-3.5 fill-current"}):r.jsx(u1,{className:"w-3.5 h-3.5"})}),r.jsxs("div",{className:"min-w-0",children:[r.jsx("span",{className:"text-white text-sm truncate block",children:T.title}),r.jsxs("span",{className:"text-gray-600 text-xs",children:[T.partTitle," · ",T.chapterTitle]})]}),r.jsx("span",{className:"text-right text-sm text-blue-400 font-mono",children:T.clickCount??0}),r.jsx("span",{className:"text-right text-sm text-green-400 font-mono",children:T.payCount??0}),r.jsx("span",{className:"text-right text-sm text-amber-400 font-mono",children:(T.hotScore??0).toFixed(1)}),r.jsx("div",{className:"text-right",children:r.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-500 hover:text-[#38bdac] h-6 px-1",onClick:()=>si({id:T.id,mid:T.mid,title:T.title,price:T.price,filePath:""}),title:"编辑文章",children:r.jsx(Jt,{className:"w-3 h-3"})})})]},T.id)}),Er.length===0&&r.jsx("div",{className:"py-8 text-center text-gray-500",children:"暂无数据"})]})})]})]}),r.jsxs(nn,{value:"link-person",className:"space-y-4",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"pb-3",children:[r.jsxs(Xe,{className:"text-white text-base flex items-center gap-2",children:[r.jsx("span",{className:"text-[#38bdac] text-lg font-bold",children:"@"}),"AI列表 — 链接人与事(编辑器内输入 @ 可链接)"]}),r.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"添加时自动生成 32 位 token,文章 @ 时存 token;小程序点击 @ 时用 token 兑换真实密钥后加好友"})]}),r.jsxs(Te,{className:"space-y-3",children:[r.jsxs("div",{className:"flex justify-between items-center",children:[r.jsx("p",{className:"text-xs text-gray-500",children:"添加人物时同步创建存客宝场景获客计划,配置与存客宝 API 获客一致"}),r.jsxs("div",{className:"flex gap-2",children:[r.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>{ja(),ul()},title:"刷新",children:r.jsx(Be,{className:"w-4 h-4"})}),r.jsxs(X,{size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",onClick:()=>{Qs(null),Bt(!0)},children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"添加"]})]})]}),r.jsx("div",{className:"max-h-[400px] overflow-y-auto",children:fn.length>0?r.jsxs("table",{className:"w-full text-sm border-collapse",children:[r.jsx("thead",{children:r.jsxs("tr",{className:"text-xs text-gray-500 border-b border-gray-700/50",children:[r.jsx("th",{className:"text-left py-1.5 px-3 w-[280px] font-normal",children:"token"}),r.jsx("th",{className:"text-left py-1.5 px-3 w-24 font-normal",children:"@的人"}),r.jsx("th",{className:"py-1.5 px-3 w-16 font-normal text-center",children:"获客数"}),r.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"获客计划活动名"}),r.jsx("th",{className:"text-left py-1.5 px-3 w-20 font-normal",children:"planId"}),r.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"apiKey"}),r.jsx("th",{className:"text-left py-1.5 px-2 w-24 font-normal",children:"操作"})]})}),r.jsx("tbody",{children:fn.map(T=>r.jsxs("tr",{className:`border-b border-gray-700/30 hover:bg-[#0a1628]/80 ${qr===T.id?"bg-amber-500/5":""}`,children:[r.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"32位token",children:T.id}),r.jsx("td",{className:"py-2 px-3 text-amber-400 truncate max-w-[96px]",title:"@的人",children:r.jsxs("span",{className:"inline-flex items-center gap-1",children:[T.name,qr===T.id&&r.jsx("span",{title:"已置顶(小程序首页展示)",children:r.jsx(Ii,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]})}),(()=>{const _=kc[T.id]||0;return r.jsx("td",{className:`py-2 px-3 shrink-0 w-16 text-center text-xs font-bold ${_>0?"text-green-400":"text-gray-600"}`,title:"获客数",children:_})})(),r.jsxs("td",{className:"py-2 px-3 text-white truncate max-w-[200px]",title:"获客计划活动名",children:["SOUL链接人与事-",T.name]}),r.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"存客宝计划ID",children:T.ckbPlanId??"-"}),r.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono whitespace-nowrap",children:r.jsxs("div",{className:"flex items-center gap-1.5",children:[T.ckbApiKey?r.jsx(X,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0 text-gray-500 hover:text-[#38bdac] shrink-0",title:"复制 apiKey",onClick:async()=>{await navigator.clipboard.writeText(T.ckbApiKey??""),se.success("已复制到剪贴板")},children:r.jsx(y0,{className:"w-3.5 h-3.5"})}):null,r.jsx("span",{title:T.ckbApiKey??"",children:T.ckbApiKey??"-"})]})}),r.jsx("td",{className:"py-2 px-2",children:r.jsxs("div",{className:"flex items-center gap-0",children:[r.jsx(X,{variant:"ghost",size:"sm",className:`h-6 px-2 ${qr===T.id?"text-amber-400":"text-gray-400 hover:text-amber-400"}`,title:qr===T.id?"已置顶(小程序首页展示)":"设为置顶(小程序首页展示此人)",disabled:kr,onClick:()=>Sp(T.id),children:qr===T.id?r.jsx(Ii,{className:"w-3 h-3 fill-current"}):r.jsx(u1,{className:"w-3 h-3"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-[#38bdac] h-6 px-2",title:"编辑",onClick:async()=>{try{const _=await cV(T.personId||"");if(_!=null&&_.success&&_.person){const ie=_.person;Qs({id:ie.token??ie.personId,personId:ie.personId,name:ie.name,label:ie.label??"",ckbApiKey:ie.ckbApiKey??"",remarkType:ie.remarkType,remarkFormat:ie.remarkFormat,addFriendInterval:ie.addFriendInterval,startTime:ie.startTime,endTime:ie.endTime,deviceGroups:ie.deviceGroups})}else Qs(T),_!=null&&_.error&&se.error(_.error)}catch(_){console.error(_),Qs(T),se.error(_ instanceof Error?_.message:"加载人物详情失败")}Bt(!0)},children:r.jsx(cx,{className:"w-3 h-3"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-green-400 h-6 px-2",title:"查看新客户",onClick:()=>ka(T.id,T.name),children:r.jsx(zn,{className:"w-3 h-3"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",title:"删除(同时删除存客宝对应获客计划)",onClick:()=>Xs(T),children:r.jsx(gs,{className:"w-3 h-3"})})]})})]},T.id))})]}):r.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无AI人物,添加后可在编辑器中 @链接"})})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"pb-3",children:[r.jsxs(Xe,{className:"text-white text-base flex items-center gap-2",children:[r.jsx(ih,{className:"w-4 h-4 text-green-400"}),"存客宝绑定"]}),r.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置存客宝 API 后,文章中 @人物 或 #标签 点击可自动进入存客宝流量池"})]}),r.jsxs(Te,{className:"space-y-3",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"存客宝 API 地址"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"https://ckbapi.quwanzhi.com",defaultValue:"https://ckbapi.quwanzhi.com",readOnly:!0})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"绑定计划"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"创业实验-内容引流",defaultValue:"创业实验-内容引流",readOnly:!0})]})]}),r.jsxs("p",{className:"text-xs text-gray-500",children:["具体存客宝场景配置与接口测试请前往"," ",r.jsx("button",{className:"text-[#38bdac] hover:underline",onClick:()=>window.open("/match","_blank"),children:"找伙伴 → 存客宝工作台"})]})]})]})]}),r.jsxs(nn,{value:"link-tag",className:"space-y-4",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"pb-3",children:[r.jsxs(Xe,{className:"text-white text-base flex items-center gap-2",children:[r.jsx(d1,{className:"w-4 h-4 text-amber-400"}),"链接标签 — 链接事与物(编辑器内 #标签 可跳转链接/小程序/存客宝)"]}),r.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"小程序端点击 #标签 可直接跳转对应链接,进入流量池"})]}),r.jsxs(Te,{className:"space-y-3",children:[r.jsxs("div",{className:"flex items-end justify-between gap-3 flex-wrap",children:[r.jsxs("div",{className:"flex items-end gap-2 flex-wrap",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-400 text-xs",children:"搜索"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-48",placeholder:"按标签ID/显示文字搜索",value:Ys,onChange:T=>{jr(T.target.value),no(1)}})]}),r.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50 h-8",onClick:()=>{Zr(),Tr()},title:"刷新",children:r.jsx(Be,{className:"w-4 h-4"})})]}),r.jsxs(X,{size:"sm",className:"bg-amber-500 hover:bg-amber-600 text-white h-8",onClick:()=>{Kr(null),ls({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""}),co(""),Mr(!1),_s(!0)},children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"添加标签"]})]}),r.jsxs("div",{className:"rounded-md border border-gray-700/50 overflow-hidden",children:[r.jsx("div",{className:"max-h-[420px] overflow-y-auto",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{className:"bg-[#0a1628] border-b border-gray-700/50",children:r.jsxs("tr",{children:[r.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-40",children:"标签"}),r.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-20",children:"类型"}),r.jsx("th",{className:"text-left px-3 py-2 text-gray-400",children:"目标"}),r.jsx("th",{className:"text-right px-3 py-2 text-gray-400 w-28",children:"操作"})]})}),r.jsx("tbody",{children:xa?r.jsx("tr",{children:r.jsx("td",{colSpan:4,className:"text-center py-10 text-gray-500",children:"加载中..."})}):Ss.length===0?r.jsx("tr",{children:r.jsx("td",{colSpan:4,className:"text-center py-10 text-gray-500",children:"暂无链接标签,添加后可在编辑器中使用 #标签 跳转"})}):Ss.map(T=>r.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-white/5",children:[r.jsxs("td",{className:"px-3 py-2",children:[r.jsxs("div",{className:"text-amber-400 font-semibold",children:["#",T.label]}),r.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:["tagId: ",T.id]})]}),r.jsx("td",{className:"px-3 py-2",children:r.jsx(Je,{variant:"secondary",className:`text-[10px] ${T.type==="ckb"?"bg-green-500/20 text-green-300 border-green-500/30":T.type==="miniprogram"?"bg-[#38bdac]/20 text-[#38bdac] border-[#38bdac]/30":"bg-gray-700 text-gray-300"}`,children:T.type==="url"?"网页":T.type==="ckb"?"存客宝":"小程序"})}),r.jsx("td",{className:"px-3 py-2 text-gray-300",children:T.type==="miniprogram"?r.jsxs("span",{className:"text-xs font-mono",children:[T.appId||"—"," ",T.pagePath?`· ${T.pagePath}`:""]}):T.url?r.jsxs("a",{href:T.url,target:"_blank",rel:"noreferrer",className:"text-blue-400 text-xs truncate max-w-[420px] hover:underline inline-flex items-center gap-1",children:[T.url," ",r.jsx(qa,{className:"w-3 h-3 shrink-0"})]}):r.jsx("span",{className:"text-gray-500 text-xs",children:"—"})}),r.jsx("td",{className:"px-3 py-2",children:r.jsxs("div",{className:"flex items-center justify-end gap-1",children:[r.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-300 hover:text-white h-7 px-2",onClick:()=>{Kr(T),ls({tagId:T.id,label:T.label,url:T.url,type:T.type,appId:T.appId??"",pagePath:T.pagePath??""}),co(T.appId??""),Mr(!1),_s(!0)},title:"编辑",children:r.jsx(cx,{className:"w-3 h-3"})}),r.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-7 px-2",onClick:async()=>{if(confirm(`确定要删除「#${T.label}」吗?`))try{const _=await oa(`/api/db/link-tags?tagId=${encodeURIComponent(T.id)}`);_!=null&&_.success?(se.success("已删除"),Zr(),Tr()):se.error((_==null?void 0:_.error)??"删除失败")}catch(_){console.error(_),se.error("删除失败")}},title:"删除",children:r.jsx(gs,{className:"w-3 h-3"})})]})})]},T.id))})]})}),r.jsx(Us,{page:Nr,pageSize:wr,total:Js,totalPages:Nc,onPageChange:T=>no(T),onPageSizeChange:T=>{ya(T),no(1)}})]})]})]}),r.jsx(Lt,{open:ba,onOpenChange:_s,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg p-4 gap-3",children:[r.jsxs(_t,{className:"gap-1",children:[r.jsx(zt,{className:"text-base",children:va?"编辑链接标签":"添加链接标签"}),r.jsx(Pd,{className:"text-gray-400 text-xs",children:"配置后可在富文本编辑器中通过 #标签 插入,并在小程序端点击跳转"})]}),r.jsxs("div",{className:"space-y-3 py-2",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"标签ID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"留空自动生成;或填 12位数字 / z开头12位",value:Ct.tagId,disabled:!!va,onChange:T=>ls(_=>({..._,tagId:T.target.value}))})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"显示文字"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"如 神仙团队",value:Ct.label,onChange:T=>ls(_=>({..._,label:T.target.value}))})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-3 items-end",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"类型"}),r.jsxs(Ul,{value:Ct.type,onValueChange:T=>ls(_=>({..._,type:T})),children:[r.jsx(Io,{className:"bg-[#0a1628] border-gray-700 text-white h-8",children:r.jsx(Kl,{})}),r.jsxs(Po,{children:[r.jsx(nr,{value:"url",children:"网页链接"}),r.jsx(nr,{value:"miniprogram",children:"小程序"}),r.jsx(nr,{value:"ckb",children:"存客宝"})]})]})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:Ct.type==="url"?"URL地址":Ct.type==="ckb"?"存客宝计划URL":"小程序(选密钥)"}),Ct.type==="miniprogram"&&ea.length>0?r.jsxs("div",{ref:Cc,className:"relative",children:[r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"搜索名称或密钥",value:fl?lo:Ct.appId,onChange:T=>{const _=T.target.value;co(_),Mr(!0),ea.some(ie=>ie.key===_)||ls(ie=>({...ie,appId:_}))},onFocus:()=>{co(Ct.appId),Mr(!0)},onBlur:()=>setTimeout(()=>Mr(!1),150)}),fl&&r.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 max-h-48 overflow-y-auto rounded-md border border-gray-700 bg-[#0a1628] shadow-lg z-50",children:Ar.length===0?r.jsx("div",{className:"px-3 py-2 text-gray-500 text-xs",children:"无匹配,可手动输入密钥"}):Ar.map(T=>r.jsxs("button",{type:"button",className:"w-full px-3 py-2 text-left text-sm text-white hover:bg-[#38bdac]/20 flex flex-col gap-0.5",onMouseDown:_=>{_.preventDefault(),ls(ie=>({...ie,appId:T.key,pagePath:T.path||""})),co(""),Mr(!1)},children:[r.jsx("span",{children:T.name}),r.jsx("span",{className:"text-xs text-gray-400 font-mono",children:T.key})]},T.key))})]}):r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:Ct.type==="url"?"https://...":Ct.type==="ckb"?"https://ckbapi.quwanzhi.com/...":"关联小程序的32位密钥",value:Ct.type==="url"||Ct.type==="ckb"?Ct.url:Ct.appId,onChange:T=>{Ct.type==="url"||Ct.type==="ckb"?ls(_=>({..._,url:T.target.value})):ls(_=>({..._,appId:T.target.value}))}})]})]}),Ct.type==="miniprogram"&&r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-300 text-sm",children:"页面路径(可选)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"pages/index/index",value:Ct.pagePath,onChange:T=>ls(_=>({..._,pagePath:T.target.value}))})]})]}),r.jsxs(on,{className:"gap-2 pt-1",children:[r.jsx(X,{variant:"outline",onClick:()=>_s(!1),className:"border-gray-600",children:"取消"}),r.jsx(X,{onClick:async()=>{const T={tagId:Ct.tagId.trim(),label:Ct.label.trim(),url:Ct.url.trim(),type:Ct.type,appId:Ct.appId.trim(),pagePath:Ct.pagePath.trim()};if(T.tagId&&!(/^\d{12}$/.test(T.tagId)||/^z[a-z0-9]{11}$/.test(T.tagId))){se.error("标签ID需为12位数字,或 z 开头的12位(z+11位小写字母数字)");return}if(!T.label){se.error("显示文字必填");return}T.type==="miniprogram"&&(T.url=""),il(!0);try{const _=await jt("/api/db/link-tags",T);_!=null&&_.success?(se.success(va?"已更新":"已添加"),_s(!1),Zr(),Tr()):se.error((_==null?void 0:_.error)??"保存失败")}catch(_){console.error(_),se.error("保存失败")}finally{il(!1)}},disabled:Za,className:"bg-amber-500 hover:bg-amber-600 text-white",children:Za?"保存中...":"保存"})]})]})})]}),r.jsx(nn,{value:"linkedmp",className:"space-y-4",children:r.jsx(rV,{})})]}),r.jsx(uV,{open:jc,onOpenChange:Bt,editingPerson:ol,onSubmit:async T=>{var ve;const _={personId:T.personId||T.name.toLowerCase().replace(/\s+/g,"_")+"_"+Date.now().toString(36),name:T.name,aliases:T.aliases||void 0,label:T.label,ckbApiKey:T.ckbApiKey||void 0,greeting:T.greeting||void 0,tips:T.tips||void 0,remarkType:T.remarkType||void 0,remarkFormat:T.remarkFormat||void 0,addFriendInterval:T.addFriendInterval,startTime:T.startTime||void 0,endTime:T.endTime||void 0,deviceGroups:(ve=T.deviceGroups)!=null&&ve.trim()?T.deviceGroups.split(",").map(Re=>parseInt(Re.trim(),10)).filter(Re=>!Number.isNaN(Re)):void 0},ie=await jt("/api/db/persons",_);if(ie&&ie.success===!1){const Re=ie;Re.ckbResponse&&console.log("存客宝返回",Re.ckbResponse);const De=Re.error||"操作失败";throw new Error(De)}if(ja(),se.success(ol?"已保存":"已添加"),ie!=null&&ie.ckbCreateResult&&Object.keys(ie.ckbCreateResult).length>0){const Re=ie.ckbCreateResult;console.log("存客宝创建结果",Re);const De=Re.planId??Re.id,tt=De!=null?[`planId: ${De}`]:[];Re.apiKey!=null&&tt.push("apiKey: ***"),se.info(tt.length?`存客宝创建结果:${tt.join(",")}`:"存客宝创建结果见控制台")}}}),r.jsx(Lt,{open:!!Cs,onOpenChange:T=>{T||Xs(null)},children:r.jsxs(It,{showCloseButton:!0,className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[r.jsxs(_t,{className:"gap-1",children:[r.jsx(zt,{className:"text-white text-base",children:"确认删除"}),r.jsx(Pd,{className:"text-gray-400 text-sm leading-relaxed wrap-break-word",children:Cs&&r.jsxs(r.Fragment,{children:[r.jsxs("p",{children:["确定删除「SOUL链接人与事-",Cs.name,"」?将同时删除存客宝对应获客计划。"]}),r.jsxs("p",{className:"mt-1.5",children:["二次确认:删除后无法恢复,文章中的 @",Cs.name," 将无法正常跳转。"]})]})})]}),r.jsxs(on,{className:"gap-2 sm:gap-2 pt-1",children:[r.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300",onClick:()=>Xs(null),children:"取消"}),r.jsx(X,{variant:"destructive",size:"sm",className:"bg-red-600 hover:bg-red-700",onClick:async()=>{Cs&&(await oa(`/api/db/persons?personId=${Cs.personId}`),Xs(null),ja(),se.success("已删除"))},children:"确定删除"})]})]})}),r.jsx(Lt,{open:Sc,onOpenChange:ll,children:r.jsxs(It,{className:"max-w-2xl bg-[#0f2137] border-gray-700",children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-green-400"}),Sr," — 获客详情(共 ",Na," 条)"]})}),r.jsx("div",{className:"max-h-[450px] overflow-y-auto space-y-2",children:Ke?r.jsxs("div",{className:"flex items-center justify-center py-8",children:[r.jsx(Be,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):Yr.length===0?r.jsx("div",{className:"text-gray-500 text-sm py-8 text-center",children:"暂无获客记录"}):r.jsxs(r.Fragment,{children:[r.jsxs("div",{className:"grid grid-cols-[60px_1fr_100px_100px_80px_120px] gap-2 px-3 py-1.5 text-xs text-gray-500 border-b border-gray-700/50",children:[r.jsx("span",{children:"#"}),r.jsx("span",{children:"昵称/姓名"}),r.jsx("span",{children:"手机"}),r.jsx("span",{children:"微信"}),r.jsx("span",{children:"来源"}),r.jsx("span",{children:"时间"})]}),Yr.map((T,_)=>r.jsxs("div",{className:"grid grid-cols-[60px_1fr_100px_100px_80px_120px] gap-2 px-3 py-2 bg-[#0a1628] rounded text-sm",children:[r.jsx("span",{className:"text-gray-500 text-xs",children:(F-1)*20+_+1}),r.jsx("span",{className:"text-white truncate",children:T.nickname||T.name||T.userId||"-"}),r.jsx("span",{className:"text-gray-300 text-xs",children:T.phone||"-"}),r.jsx("span",{className:"text-gray-300 text-xs truncate",children:T.wechatId||"-"}),r.jsx("span",{className:"text-gray-500 text-xs",children:T.source==="article_mention"?"文章@":T.source==="index_lead"?"首页":T.source||"-"}),r.jsx("span",{className:"text-gray-500 text-xs",children:T.createdAt?new Date(T.createdAt).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"}):"-"})]},T.id))]})}),Na>20&&r.jsxs("div",{className:"flex items-center justify-center gap-2 pt-2",children:[r.jsx(X,{size:"sm",variant:"outline",disabled:F<=1,onClick:()=>ka(cl,Sr,F-1),className:"border-gray-600 text-gray-300 bg-transparent h-7 px-3",children:"上一页"}),r.jsxs("span",{className:"text-gray-400 text-xs",children:[F," / ",Math.ceil(Na/20)]}),r.jsx(X,{size:"sm",variant:"outline",disabled:F>=Math.ceil(Na/20),onClick:()=>ka(cl,Sr,F+1),className:"border-gray-600 text-gray-300 bg-transparent h-7 px-3",children:"下一页"})]})]})})]})}const Ba={name:"卡若",avatar:"K",avatarImg:"",title:"Soul派对房主理人 · 私域运营专家",bio:'每天早上6点到9点,在Soul派对房分享真实的创业故事。专注私域运营与项目变现,用"云阿米巴"模式帮助创业者构建可持续的商业体系。',stats:[{label:"商业案例",value:"62"},{label:"连续直播",value:"365天"},{label:"派对分享",value:"1000+"}],highlights:["5年私域运营经验","帮助100+品牌从0到1增长","连续创业者,擅长商业模式设计"]};function Uw(t){return Array.isArray(t)?t.map(e=>e&&typeof e=="object"&&"label"in e&&"value"in e?{label:String(e.label),value:String(e.value)}:{label:"",value:""}).filter(e=>e.label||e.value):Ba.stats}function Kw(t){return Array.isArray(t)?t.map(e=>typeof e=="string"?e:String(e??"")).filter(Boolean):Ba.highlights}function mV(){const[t,e]=b.useState(Ba),[n,s]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useRef(null);b.useEffect(()=>{Oe("/api/admin/author-settings").then(k=>{const C=k==null?void 0:k.data;C&&typeof C=="object"&&e({name:String(C.name??Ba.name),avatar:String(C.avatar??Ba.avatar),avatarImg:String(C.avatarImg??""),title:String(C.title??Ba.title),bio:String(C.bio??Ba.bio),stats:Uw(C.stats).length?Uw(C.stats):Ba.stats,highlights:Kw(C.highlights).length?Kw(C.highlights):Ba.highlights})}).catch(console.error).finally(()=>s(!1))},[]);const h=async()=>{i(!0);try{const k={name:t.name,avatar:t.avatar||"K",avatarImg:t.avatarImg,title:t.title,bio:t.bio,stats:t.stats.filter(I=>I.label||I.value),highlights:t.highlights.filter(Boolean)},C=await jt("/api/admin/author-settings",k);if(!C||C.success===!1){se.error("保存失败: "+(C&&typeof C=="object"&&"error"in C?C.error:""));return}i(!1);const E=document.createElement("div");E.className="fixed top-4 right-4 z-50 px-4 py-2 rounded-lg bg-[#38bdac] text-white text-sm shadow-lg",E.textContent="作者设置已保存",document.body.appendChild(E),setTimeout(()=>E.remove(),2e3)}catch(k){console.error(k),se.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{i(!1)}},f=async k=>{var E;const C=(E=k.target.files)==null?void 0:E[0];if(C){c(!0);try{const I=new FormData;I.append("file",C),I.append("folder","avatars");const L=Gf(),W={};L&&(W.Authorization=`Bearer ${L}`);const P=await(await fetch(Wo("/api/upload"),{method:"POST",body:I,credentials:"include",headers:W})).json();P!=null&&P.success&&(P!=null&&P.url)?e(R=>({...R,avatarImg:P.url})):se.error("上传失败: "+((P==null?void 0:P.error)||"未知错误"))}catch(I){console.error(I),se.error("上传失败")}finally{c(!1),u.current&&(u.current.value="")}}},m=()=>e(k=>({...k,stats:[...k.stats,{label:"",value:""}]})),g=k=>e(C=>({...C,stats:C.stats.filter((E,I)=>I!==k)})),y=(k,C,E)=>e(I=>({...I,stats:I.stats.map((L,W)=>W===k?{...L,[C]:E}:L)})),N=()=>e(k=>({...k,highlights:[...k.highlights,""]})),w=k=>e(C=>({...C,highlights:C.highlights.filter((E,I)=>I!==k)})),v=(k,C)=>e(E=>({...E,highlights:E.highlights.map((I,L)=>L===k?C:I)}));return n?r.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(zo,{className:"w-5 h-5 text-[#38bdac]"}),"作者详情"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"配置小程序「关于作者」页展示的作者信息,包括头像、简介、统计数据与亮点标签。"})]}),r.jsxs(X,{onClick:h,disabled:a||n,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存"]})]}),r.jsxs("div",{className:"space-y-6",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"flex items-center gap-2 text-white",children:[r.jsx(zo,{className:"w-4 h-4 text-[#38bdac]"}),"基本信息"]}),r.jsx(Ft,{className:"text-gray-400",children:"作者姓名、头像、头衔与个人简介,将展示在「关于作者」页顶部。"})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"姓名"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.name,onChange:k=>e(C=>({...C,name:k.target.value})),placeholder:"卡若"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"首字母占位(无头像时显示)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white w-20",value:t.avatar,onChange:k=>e(C=>({...C,avatar:k.target.value.slice(0,1)||"K"})),placeholder:"K"})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(kj,{className:"w-3 h-3 text-[#38bdac]"}),"头像图片"]}),r.jsxs("div",{className:"flex gap-3 items-center",children:[r.jsx(ae,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:t.avatarImg,onChange:k=>e(C=>({...C,avatarImg:k.target.value})),placeholder:"上传或粘贴 URL,如 /uploads/avatars/xxx.png"}),r.jsx("input",{ref:u,type:"file",accept:"image/*",className:"hidden",onChange:f}),r.jsxs(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:o,onClick:()=>{var k;return(k=u.current)==null?void 0:k.click()},children:[r.jsx(Uh,{className:"w-4 h-4 mr-2"}),o?"上传中...":"上传"]})]}),t.avatarImg&&r.jsx("div",{className:"mt-2",children:r.jsx("img",{src:t.avatarImg.startsWith("http")?t.avatarImg:Wo(t.avatarImg),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"头衔"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.title,onChange:k=>e(C=>({...C,title:k.target.value})),placeholder:"Soul派对房主理人 · 私域运营专家"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"个人简介"}),r.jsx(mc,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[120px]",value:t.bio,onChange:k=>e(C=>({...C,bio:k.target.value})),placeholder:"每天早上6点到9点..."})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsx(Xe,{className:"text-white",children:"统计数据"}),r.jsx(Ft,{className:"text-gray-400",children:"展示在作者卡片中的数字指标,如「商业案例 62」「连续直播 365天」。第一个「商业案例」的值可由书籍统计自动更新。"})]}),r.jsxs(Te,{className:"space-y-3",children:[t.stats.map((k,C)=>r.jsxs("div",{className:"flex gap-3 items-center",children:[r.jsx(ae,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.label,onChange:E=>y(C,"label",E.target.value),placeholder:"标签"}),r.jsx(ae,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.value,onChange:E=>y(C,"value",E.target.value),placeholder:"数值"}),r.jsx(X,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>g(C),children:r.jsx(gs,{className:"w-4 h-4"})})]},C)),r.jsxs(X,{variant:"outline",size:"sm",onClick:m,className:"border-gray-600 text-gray-400",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"添加统计项"]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsx(Xe,{className:"text-white",children:"亮点标签"}),r.jsx(Ft,{className:"text-gray-400",children:"作者优势或成就的简短描述,以标签形式展示。"})]}),r.jsxs(Te,{className:"space-y-3",children:[t.highlights.map((k,C)=>r.jsxs("div",{className:"flex gap-3 items-center",children:[r.jsx(ae,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k,onChange:E=>v(C,E.target.value),placeholder:"5年私域运营经验"}),r.jsx(X,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>w(C),children:r.jsx(gs,{className:"w-4 h-4"})})]},C)),r.jsxs(X,{variant:"outline",size:"sm",onClick:N,className:"border-gray-600 text-gray-400",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"添加亮点"]})]})]})]})]})}function gV(){const[t,e]=b.useState([]),[n,s]=b.useState(0),[a,i]=b.useState(1),[o]=b.useState(10),[c,u]=b.useState(0),[h,f]=b.useState(""),m=O0(h,300),[g,y]=b.useState(!0),[N,w]=b.useState(null),[v,k]=b.useState(!1),[C,E]=b.useState(null),[I,L]=b.useState(""),[W,D]=b.useState(""),[P,R]=b.useState(""),[K,re]=b.useState("admin"),[ue,xe]=b.useState("active"),[H,O]=b.useState(!1);async function J(){var G;y(!0),w(null);try{const oe=new URLSearchParams({page:String(a),pageSize:String(o)});m.trim()&&oe.set("search",m.trim());const ye=await Oe(`/api/admin/users?${oe}`);ye!=null&&ye.success?(e(ye.records||[]),s(ye.total??0),u(ye.totalPages??0)):w(ye.error||"加载失败")}catch(oe){const ye=oe;w(ye.status===403?"无权限访问":((G=ye==null?void 0:ye.data)==null?void 0:G.error)||"加载失败"),e([])}finally{y(!1)}}b.useEffect(()=>{J()},[a,o,m]);const $=()=>{E(null),L(""),D(""),R(""),re("admin"),xe("active"),k(!0)},M=G=>{E(G),L(G.username),D(""),R(G.name||""),re(G.role==="super_admin"?"super_admin":"admin"),xe(G.status==="disabled"?"disabled":"active"),k(!0)},q=async()=>{var G;if(!I.trim()){w("用户名不能为空");return}if(!C&&!W){w("新建时密码必填,至少 6 位");return}if(W&&W.length<6){w("密码至少 6 位");return}w(null),O(!0);try{if(C){const oe=await Pt("/api/admin/users",{id:C.id,password:W||void 0,name:P.trim(),role:K,status:ue});oe!=null&&oe.success?(k(!1),J()):w((oe==null?void 0:oe.error)||"保存失败")}else{const oe=await jt("/api/admin/users",{username:I.trim(),password:W,name:P.trim(),role:K});oe!=null&&oe.success?(k(!1),J()):w((oe==null?void 0:oe.error)||"保存失败")}}catch(oe){const ye=oe;w(((G=ye==null?void 0:ye.data)==null?void 0:G.error)||"保存失败")}finally{O(!1)}},B=async G=>{var oe;if(confirm("确定删除该管理员?"))try{const ye=await oa(`/api/admin/users?id=${G}`);ye!=null&&ye.success?J():w((ye==null?void 0:ye.error)||"删除失败")}catch(ye){const Ae=ye;w(((oe=Ae==null?void 0:Ae.data)==null?void 0:oe.error)||"删除失败")}},z=G=>{if(!G)return"-";try{const oe=new Date(G);return isNaN(oe.getTime())?G:oe.toLocaleString("zh-CN")}catch{return G}};return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-6",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(pd,{className:"w-5 h-5 text-[#38bdac]"}),"管理员用户"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"后台登录账号管理,仅超级管理员可操作"})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(ae,{placeholder:"搜索用户名/昵称",value:h,onChange:G=>f(G.target.value),className:"w-48 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"}),r.jsx(X,{variant:"outline",size:"sm",onClick:J,disabled:g,className:"border-gray-600 text-gray-300",children:r.jsx(Be,{className:`w-4 h-4 ${g?"animate-spin":""}`})}),r.jsxs(X,{onClick:$,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"新增管理员"]})]})]}),N&&r.jsxs("div",{className:"mb-4 p-3 rounded-lg bg-red-500/10 border border-red-500/20 text-red-400 text-sm flex justify-between items-center",children:[r.jsx("span",{children:N}),r.jsx("button",{type:"button",onClick:()=>w(null),className:"text-red-400 hover:text-red-300",children:"×"})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-0",children:g?r.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):r.jsxs(r.Fragment,{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"ID"}),r.jsx(we,{className:"text-gray-400",children:"用户名"}),r.jsx(we,{className:"text-gray-400",children:"昵称"}),r.jsx(we,{className:"text-gray-400",children:"角色"}),r.jsx(we,{className:"text-gray-400",children:"状态"}),r.jsx(we,{className:"text-gray-400",children:"创建时间"}),r.jsx(we,{className:"text-right text-gray-400",children:"操作"})]})}),r.jsxs(rs,{children:[t.map(G=>r.jsxs(ut,{className:"border-gray-700/50",children:[r.jsx(be,{className:"text-gray-300",children:G.id}),r.jsx(be,{className:"text-white font-medium",children:G.username}),r.jsx(be,{className:"text-gray-400",children:G.name||"-"}),r.jsx(be,{children:r.jsx(Je,{variant:"outline",className:G.role==="super_admin"?"border-amber-500/50 text-amber-400":"border-gray-600 text-gray-400",children:G.role==="super_admin"?"超级管理员":"管理员"})}),r.jsx(be,{children:r.jsx(Je,{variant:"outline",className:G.status==="active"?"border-[#38bdac]/50 text-[#38bdac]":"border-gray-500 text-gray-500",children:G.status==="active"?"正常":"已禁用"})}),r.jsx(be,{className:"text-gray-500 text-sm",children:z(G.createdAt)}),r.jsxs(be,{className:"text-right",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>M(G),className:"text-gray-400 hover:text-[#38bdac]",children:r.jsx(Jt,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>B(G.id),className:"text-gray-400 hover:text-red-400",children:r.jsx(Xn,{className:"w-4 h-4"})})]})]},G.id)),t.length===0&&!g&&r.jsx(ut,{children:r.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:N==="无权限访问"?"仅超级管理员可查看":"暂无管理员"})})]})]}),c>1&&r.jsx("div",{className:"p-4 border-t border-gray-700/50",children:r.jsx(Us,{page:a,pageSize:o,total:n,totalPages:c,onPageChange:i})})]})})}),r.jsx(Lt,{open:v,onOpenChange:k,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:C?"编辑管理员":"新增管理员"})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"用户名"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"登录用户名",value:I,onChange:G=>L(G.target.value),disabled:!!C}),C&&r.jsx("p",{className:"text-xs text-gray-500",children:"用户名不可修改"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:C?"新密码(留空不改)":"密码"}),r.jsx(ae,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:C?"留空表示不修改":"至少 6 位",value:W,onChange:G=>D(G.target.value)})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"昵称"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"显示名称",value:P,onChange:G=>R(G.target.value)})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"角色"}),r.jsxs("select",{value:K,onChange:G=>re(G.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[r.jsx("option",{value:"admin",children:"管理员"}),r.jsx("option",{value:"super_admin",children:"超级管理员"})]})]}),C&&r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"状态"}),r.jsxs("select",{value:ue,onChange:G=>xe(G.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[r.jsx("option",{value:"active",children:"正常"}),r.jsx("option",{value:"disabled",children:"禁用"})]})]})]}),r.jsxs(on,{children:[r.jsxs(X,{variant:"outline",onClick:()=>k(!1),className:"border-gray-600 text-gray-300",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsxs(X,{onClick:q,disabled:H,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),H?"保存中...":"保存"]})]})]})})]})}function En({method:t,url:e,desc:n,headers:s,body:a,response:i}){const o=t==="GET"?"text-emerald-400":t==="POST"?"text-amber-400":t==="PUT"?"text-blue-400":t==="DELETE"?"text-rose-400":"text-gray-400";return r.jsxs("div",{className:"rounded-lg bg-[#0a1628]/60 border border-gray-700/50 p-4 space-y-3",children:[r.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[r.jsx("span",{className:`font-mono font-semibold ${o}`,children:t}),r.jsx("code",{className:"text-sm text-[#38bdac] break-all",children:e})]}),n&&r.jsx("p",{className:"text-gray-400 text-sm",children:n}),s&&s.length>0&&r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Headers"}),r.jsx("pre",{className:"text-xs text-gray-300 font-mono overflow-x-auto p-2 rounded bg-black/30",children:s.join(` -`)})]}),a&&r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Request Body (JSON)"}),r.jsx("pre",{className:"text-xs text-green-400/90 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:a})]}),i&&r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Response Example"}),r.jsx("pre",{className:"text-xs text-amber-200/80 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:i})]})]})}function c3(){const t=["Authorization: Bearer {token}","Content-Type: application/json"];return r.jsxs("div",{className:"p-8 w-full bg-[#0a1628] text-white",children:[r.jsxs("div",{className:"mb-8",children:[r.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"}),r.jsx("p",{className:"text-gray-400 mt-1",children:"内容管理相关接口 · RESTful · 基础路径 /api · 管理端需 Bearer Token"})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Sj,{className:"w-5 h-5 text-[#38bdac]"}),"1. Authentication"]})}),r.jsx(Te,{className:"space-y-4",children:r.jsx(En,{method:"POST",url:"/api/admin",desc:"登录,返回 JWT token",headers:["Content-Type: application/json"],body:`{ - "username": "admin", - "password": "your_password" -}`,response:`{ - "success": true, - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", - "expires_at": "2026-03-16T12:00:00Z" -}`})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(ir,{className:"w-5 h-5 text-[#38bdac]"}),"2. 章节管理 (Chapters)"]})}),r.jsxs(Te,{className:"space-y-4",children:[r.jsx(En,{method:"GET",url:"/api/db/book?action=chapters",desc:"获取章节树",headers:t,response:`{ - "success": true, - "data": [ - { "id": "part-1", "title": "第一篇", "children": [...] }, - { "id": "section-1", "title": "第1节", "price": 1.0, "isFree": false } - ] -}`}),r.jsx(En,{method:"GET",url:"/api/db/book?action=section&id={id}",desc:"获取单篇内容",headers:t,response:`{ - "success": true, - "data": { - "id": "section-1", - "title": "标题", - "content": "正文...", - "price": 1.0, - "isFree": false, - "partId": "part-1", - "chapterId": "ch-1" - } -}`}),r.jsx(En,{method:"POST",url:"/api/db/book",desc:"新建章节 (action=create-section)",headers:t,body:`{ - "action": "create-section", - "title": "新章节标题", - "content": "正文内容", - "price": 0, - "isFree": true, - "partId": "part-1", - "chapterId": "ch-1", - "partTitle": "第一篇", - "chapterTitle": "第1章" -}`,response:`{ - "success": true, - "data": { "id": "section-new-id", "title": "新章节标题", ... } -}`}),r.jsx(En,{method:"POST",url:"/api/db/book",desc:"更新章节内容 (action=update-section)",headers:t,body:`{ - "action": "update-section", - "id": "section-1", - "title": "更新后的标题", - "content": "更新后的正文", - "price": 1.0, - "isFree": false -}`,response:`{ - "success": true, - "data": { "id": "section-1", "title": "更新后的标题", ... } -}`}),r.jsx(En,{method:"POST",url:"/api/db/book",desc:"删除章节 (action=delete-section)",headers:t,body:`{ - "action": "delete-section", - "id": "section-1" -}`,response:`{ - "success": true, - "message": "已删除" -}`}),r.jsx(En,{method:"POST",url:"/api/admin/content/upload",desc:"上传图片(管理端)",headers:t,body:"FormData: file (binary)",response:`{ - "success": true, - "url": "/uploads/images/xxx.jpg", - "data": { "url", "fileName", "size", "type" } -}`})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(zo,{className:"w-5 h-5 text-[#38bdac]"}),"3. 人物管理 (@Mentions)"]})}),r.jsxs(Te,{className:"space-y-4",children:[r.jsx(En,{method:"GET",url:"/api/db/persons",desc:"人物列表",headers:t,response:`{ - "success": true, - "data": [ - { "personId": "p1", "label": "张三", "aliases": ["老张"], ... } - ] -}`}),r.jsx(En,{method:"GET",url:"/api/db/person?personId={id}",desc:"人物详情",headers:t,response:`{ - "success": true, - "data": { - "personId": "p1", - "label": "张三", - "aliases": ["老张"], - "description": "..." - } -}`}),r.jsx(En,{method:"POST",url:"/api/db/persons",desc:"新增/更新人物(含 aliases 字段)",headers:t,body:`{ - "personId": "p1", - "label": "张三", - "aliases": ["老张", "张三丰"], - "description": "可选描述" -}`,response:`{ - "success": true, - "data": { "personId": "p1", "label": "张三", ... } -}`}),r.jsx(En,{method:"DELETE",url:"/api/db/persons?personId={id}",desc:"删除人物",headers:t,response:`{ - "success": true, - "message": "已删除" -}`})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(md,{className:"w-5 h-5 text-[#38bdac]"}),"4. 链接标签 (#LinkTags)"]})}),r.jsxs(Te,{className:"space-y-4",children:[r.jsx(En,{method:"GET",url:"/api/db/link-tags",desc:"标签列表",headers:t,response:`{ - "success": true, - "data": [ - { "tagId": "t1", "label": "官网", "aliases": [], "type": "url", "url": "https://..." } - ] -}`}),r.jsx(En,{method:"POST",url:"/api/db/link-tags",desc:"新增/更新标签(含 aliases, type: url/miniprogram/ckb)",headers:t,body:`{ - "tagId": "t1", - "label": "官网", - "aliases": ["官方网站"], - "type": "url", - "url": "https://example.com" -} - -// type 可选: url | miniprogram | ckb`,response:`{ - "success": true, - "data": { "tagId": "t1", "label": "官网", "type": "url", ... } -}`}),r.jsx(En,{method:"DELETE",url:"/api/db/link-tags?tagId={id}",desc:"删除标签",headers:t,response:`{ - "success": true, - "message": "已删除" -}`})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(ca,{className:"w-5 h-5 text-[#38bdac]"}),"5. 内容搜索"]})}),r.jsx(Te,{className:"space-y-4",children:r.jsx(En,{method:"GET",url:"/api/search?q={keyword}",desc:"搜索(标题优先 3 条 + 内容匹配)",headers:t,response:`{ - "success": true, - "data": { - "titleMatches": [{ "id": "s1", "title": "...", "snippet": "..." }], - "contentMatches": [{ "id": "s2", "title": "...", "snippet": "..." }] - } -}`})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(ux,{className:"w-5 h-5 text-[#38bdac]"}),"6. 内容排行"]})}),r.jsx(Te,{className:"space-y-4",children:r.jsx(En,{method:"GET",url:"/api/db/book?action=ranking",desc:"排行榜数据",headers:t,response:`{ - "success": true, - "data": [ - { "id": "s1", "title": "...", "clickCount": 100, "payCount": 50, "hotScore": 120, "hotRank": 1 } - ] -}`})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{className:"pb-3",children:r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Bi,{className:"w-5 h-5 text-[#38bdac]"}),"7. 小程序接口"]})}),r.jsxs(Te,{className:"space-y-4",children:[r.jsx(En,{method:"GET",url:"/api/miniprogram/book/all-chapters",desc:"全部章节(小程序用)",headers:["Content-Type: application/json"],response:`{ - "success": true, - "data": [ { "id": "s1", "title": "...", "price": 1.0, "isFree": false }, ... ] -}`}),r.jsx(En,{method:"GET",url:"/api/miniprogram/balance?userId={id}",desc:"查余额",headers:["Content-Type: application/json"],response:`{ - "success": true, - "data": { "balance": 100.50, "userId": "xxx" } -}`}),r.jsx(En,{method:"POST",url:"/api/miniprogram/balance/gift",desc:"代付",headers:["Content-Type: application/json"],body:`{ - "userId": "xxx", - "amount": 10.00, - "remark": "可选备注" -}`,response:`{ - "success": true, - "data": { "balance": 110.50 } -}`}),r.jsx(En,{method:"POST",url:"/api/miniprogram/balance/gift/redeem",desc:"领取代付",headers:["Content-Type: application/json"],body:`{ - "code": "GIFT_XXXX" -}`,response:`{ - "success": true, - "data": { "amount": 10.00, "balance": 120.50 } -}`})]})]}),r.jsx("p",{className:"text-gray-500 text-xs mt-6",children:"管理端仅使用 /api/admin/*、/api/db/*;小程序使用 /api/miniprogram/*。完整实现见 soul-api 源码。"})]})}const xV={appId:"wxb8bbb2b10dec74aa",withdrawSubscribeTmplId:"u3MbZGPRkrZIk-I7QdpwzFxnO_CeQPaCWF2FkiIablE",mchId:"1318592501",minWithdraw:10},yV={name:"卡若",startDate:"2025年10月15日",bio:"连续创业者,私域运营专家,每天早上6-9点在Soul派对房分享真实商业故事",liveTime:"06:00-09:00",platform:"Soul派对房",description:"连续创业者,私域运营专家"},bV={sectionPrice:1,baseBookPrice:9.9,distributorShare:90,authorInfo:{...yV},ckbLeadApiKey:""},vV={matchEnabled:!0,referralEnabled:!0,searchEnabled:!0,aboutEnabled:!0},NV=["system","author","admin","api-docs"];function wV(){const[t,e]=mj(),n=t.get("tab")??"system",s=NV.includes(n)?n:"system",[a,i]=b.useState(bV),[o,c]=b.useState(vV),[u,h]=b.useState(xV),[f,m]=b.useState({}),[g,y]=b.useState(!1),[N,w]=b.useState(!0),[v,k]=b.useState(!1),[C,E]=b.useState(""),[I,L]=b.useState(""),[W,D]=b.useState(!1),[P,R]=b.useState(!1),K=(M,q,B=!1)=>{E(M),L(q),D(B),k(!0)};b.useEffect(()=>{(async()=>{try{const q=await Oe("/api/admin/settings");if(!q||q.success===!1)return;if(q.featureConfig&&Object.keys(q.featureConfig).length&&c(B=>({...B,...q.featureConfig})),q.mpConfig&&typeof q.mpConfig=="object"&&h(B=>({...B,...q.mpConfig})),q.ossConfig&&typeof q.ossConfig=="object"&&m(B=>({...B,...q.ossConfig})),q.siteSettings&&typeof q.siteSettings=="object"){const B=q.siteSettings;i(z=>({...z,...typeof B.sectionPrice=="number"&&{sectionPrice:B.sectionPrice},...typeof B.baseBookPrice=="number"&&{baseBookPrice:B.baseBookPrice},...typeof B.distributorShare=="number"&&{distributorShare:B.distributorShare},...B.authorInfo&&typeof B.authorInfo=="object"&&{authorInfo:{...z.authorInfo,...B.authorInfo}},...typeof B.ckbLeadApiKey=="string"&&{ckbLeadApiKey:B.ckbLeadApiKey}}))}}catch(q){console.error("Load settings error:",q)}finally{w(!1)}})()},[]);const re=async(M,q)=>{R(!0);try{const B=await jt("/api/admin/settings",{featureConfig:M});if(!B||B.success===!1){q(),K("保存失败",(B==null?void 0:B.error)??"未知错误",!0);return}K("已保存","功能开关已更新,相关入口将随之显示或隐藏。")}catch(B){console.error("Save feature config error:",B),q(),K("保存失败",B instanceof Error?B.message:String(B),!0)}finally{R(!1)}},ue=(M,q)=>{const B=o,z={...B,[M]:q};c(z),re(z,()=>c(B))},[xe,H]=b.useState(!1),O=async M=>{const q=u,B={...q,auditMode:M};h(B),H(!0);try{const z=await jt("/api/admin/settings",{mpConfig:B});if(!z||z.success===!1){h(q),K("保存失败",(z==null?void 0:z.error)??"未知错误",!0);return}K("已保存",M?"审核模式已开启,小程序将隐藏所有支付入口。":"审核模式已关闭,支付功能已恢复。")}catch(z){h(q),K("保存失败",z instanceof Error?z.message:String(z),!0)}finally{H(!1)}},J=async()=>{y(!0);try{const M=await jt("/api/admin/settings",{featureConfig:o,siteSettings:{sectionPrice:a.sectionPrice,baseBookPrice:a.baseBookPrice,distributorShare:a.distributorShare,authorInfo:a.authorInfo,ckbLeadApiKey:a.ckbLeadApiKey||void 0},mpConfig:{...u,appId:u.appId||"",withdrawSubscribeTmplId:u.withdrawSubscribeTmplId||"",mchId:u.mchId||"",minWithdraw:typeof u.minWithdraw=="number"?u.minWithdraw:10,auditMode:u.auditMode??!1},ossConfig:Object.keys(f).length?{endpoint:f.endpoint??"",bucket:f.bucket??"",region:f.region??"",accessKeyId:f.accessKeyId??"",accessKeySecret:f.accessKeySecret??""}:void 0});if(!M||M.success===!1){K("保存失败",(M==null?void 0:M.error)??"未知错误",!0);return}K("已保存","设置已保存成功。")}catch(M){console.error("Save settings error:",M),K("保存失败",M instanceof Error?M.message:String(M),!0)}finally{y(!1)}},$=M=>{e(M==="system"?{}:{tab:M})};return N?r.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-6",children:[r.jsxs("div",{children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"系统设置"}),r.jsx("p",{className:"text-gray-400 mt-1",children:"配置全站基础参数与开关"})]}),s==="system"&&r.jsxs(X,{onClick:J,disabled:g,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),g?"保存中...":"保存设置"]})]}),r.jsxs(Yd,{value:s,onValueChange:$,className:"w-full",children:[r.jsxs(pc,{className:"mb-6 bg-[#0f2137] border border-gray-700/50 p-1",children:[r.jsxs(tn,{value:"system",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[r.jsx(_o,{className:"w-4 h-4 mr-2"}),"系统设置"]}),r.jsxs(tn,{value:"author",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[r.jsx(sg,{className:"w-4 h-4 mr-2"}),"作者详情"]}),r.jsxs(tn,{value:"admin",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[r.jsx(pd,{className:"w-4 h-4 mr-2"}),"管理员"]}),r.jsxs(tn,{value:"api-docs",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[r.jsx(Nj,{className:"w-4 h-4 mr-2"}),"API 文档"]})]}),r.jsx(nn,{value:"system",className:"mt-0",children:r.jsxs("div",{className:"space-y-6",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(sg,{className:"w-5 h-5 text-[#38bdac]"}),"关于作者"]}),r.jsx(Ft,{className:"text-gray-400",children:'配置作者信息,将在"关于作者"页面显示'})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{htmlFor:"author-name",className:"text-gray-300 flex items-center gap-1",children:[r.jsx(sg,{className:"w-3 h-3"}),"主理人名称"]}),r.jsx(ae,{id:"author-name",className:"bg-[#0a1628] border-gray-700 text-white",value:a.authorInfo.name??"",onChange:M=>i(q=>({...q,authorInfo:{...q.authorInfo,name:M.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{htmlFor:"start-date",className:"text-gray-300 flex items-center gap-1",children:[r.jsx(Hh,{className:"w-3 h-3"}),"开播日期"]}),r.jsx(ae,{id:"start-date",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 2025年10月15日",value:a.authorInfo.startDate??"",onChange:M=>i(q=>({...q,authorInfo:{...q.authorInfo,startDate:M.target.value}}))})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{htmlFor:"live-time",className:"text-gray-300 flex items-center gap-1",children:[r.jsx(Hh,{className:"w-3 h-3"}),"直播时间"]}),r.jsx(ae,{id:"live-time",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 06:00-09:00",value:a.authorInfo.liveTime??"",onChange:M=>i(q=>({...q,authorInfo:{...q.authorInfo,liveTime:M.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{htmlFor:"platform",className:"text-gray-300 flex items-center gap-1",children:[r.jsx(Cj,{className:"w-3 h-3"}),"直播平台"]}),r.jsx(ae,{id:"platform",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: Soul派对房",value:a.authorInfo.platform??"",onChange:M=>i(q=>({...q,authorInfo:{...q.authorInfo,platform:M.target.value}}))})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{htmlFor:"description",className:"text-gray-300 flex items-center gap-1",children:[r.jsx(ir,{className:"w-3 h-3"}),"简介描述"]}),r.jsx(ae,{id:"description",className:"bg-[#0a1628] border-gray-700 text-white",value:a.authorInfo.description??"",onChange:M=>i(q=>({...q,authorInfo:{...q.authorInfo,description:M.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{htmlFor:"bio",className:"text-gray-300",children:"详细介绍"}),r.jsx(mc,{id:"bio",className:"bg-[#0a1628] border-gray-700 text-white min-h-[100px]",placeholder:"输入作者详细介绍...",value:a.authorInfo.bio??"",onChange:M=>i(q=>({...q,authorInfo:{...q.authorInfo,bio:M.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{htmlFor:"ckb-lead-api-key",className:"text-gray-300 flex items-center gap-1",children:[r.jsx($r,{className:"w-3 h-3"}),"链接卡若存客宝密钥"]}),r.jsx(ae,{id:"ckb-lead-api-key",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 xxxxx-xxxxx-xxxxx-xxxxx(留空则用 .env 默认)",value:a.ckbLeadApiKey??"",onChange:M=>i(q=>({...q,ckbLeadApiKey:M.target.value}))}),r.jsx("p",{className:"text-xs text-gray-500",children:"小程序首页「链接卡若」留资接口使用的存客宝 API Key,优先于 .env 配置"})]}),r.jsxs("div",{className:"mt-4 p-4 rounded-xl bg-[#0a1628] border border-[#38bdac]/30",children:[r.jsx("p",{className:"text-xs text-gray-500 mb-2",children:"预览效果"}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx("div",{className:"w-12 h-12 rounded-full bg-gradient-to-br from-[#00CED1] to-[#20B2AA] flex items-center justify-center text-xl font-bold text-white",children:(a.authorInfo.name??"K").charAt(0)}),r.jsxs("div",{children:[r.jsx("p",{className:"text-white font-semibold",children:a.authorInfo.name}),r.jsx("p",{className:"text-gray-400 text-xs",children:a.authorInfo.description}),r.jsxs("p",{className:"text-[#38bdac] text-xs mt-1",children:["每日 ",a.authorInfo.liveTime," · ",a.authorInfo.platform]})]})]})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Wh,{className:"w-5 h-5 text-[#38bdac]"}),"价格设置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置书籍和章节的定价"})]}),r.jsx(Te,{className:"space-y-4",children:r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"单节价格 (元)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:a.sectionPrice,onChange:M=>i(q=>({...q,sectionPrice:Number.parseFloat(M.target.value)||1}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"整本价格 (元)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:a.baseBookPrice,onChange:M=>i(q=>({...q,baseBookPrice:Number.parseFloat(M.target.value)||9.9}))})]})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Bi,{className:"w-5 h-5 text-[#38bdac]"}),"小程序配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"订阅消息模板、支付商户号等,小程序从 /api/miniprogram/config 读取(API 地址由 app.js baseUrl 控制)"})]}),r.jsx(Te,{className:"space-y-4",children:r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"小程序 AppID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"wxb8bbb2b10dec74aa",value:u.appId??"",onChange:M=>h(q=>({...q,appId:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"提现订阅模板 ID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"用户申请提现时需授权",value:u.withdrawSubscribeTmplId??"",onChange:M=>h(q=>({...q,withdrawSubscribeTmplId:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"微信支付商户号"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"1318592501",value:u.mchId??"",onChange:M=>h(q=>({...q,mchId:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"最低提现金额 (元)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:u.minWithdraw??10,onChange:M=>h(q=>({...q,minWithdraw:Number.parseFloat(M.target.value)||10}))})]})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(lM,{className:"w-5 h-5 text-[#38bdac]"}),"OSS 配置(阿里云对象存储)"]}),r.jsx(Ft,{className:"text-gray-400",children:"endpoint、bucket、accessKey 等,用于图片/文件上传"})]}),r.jsx(Te,{className:"space-y-4",children:r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"Endpoint"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou.aliyuncs.com",value:f.endpoint??"",onChange:M=>m(q=>({...q,endpoint:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"Bucket"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"bucket 名称",value:f.bucket??"",onChange:M=>m(q=>({...q,bucket:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"Region"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou",value:f.region??"",onChange:M=>m(q=>({...q,region:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"AccessKey ID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey ID",value:f.accessKeyId??"",onChange:M=>m(q=>({...q,accessKeyId:M.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"AccessKey Secret"}),r.jsx(ae,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey Secret",value:f.accessKeySecret??"",onChange:M=>m(q=>({...q,accessKeySecret:M.target.value}))})]})]})})]}),r.jsxs(Ee,{className:`bg-[#0f2137] shadow-xl ${u.auditMode?"border-amber-500/50 border-2":"border-gray-700/50"}`,children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(pd,{className:"w-5 h-5 text-amber-400"}),"小程序审核模式"]}),r.jsx(Ft,{className:"text-gray-400",children:"提交微信审核前开启,审核通过后关闭即可恢复支付功能"})]}),r.jsx(Te,{children:r.jsxs("div",{className:`flex items-center justify-between p-4 rounded-lg border ${u.auditMode?"bg-amber-500/10 border-amber-500/30":"bg-[#0a1628] border-gray-700/50"}`,children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(pd,{className:`w-4 h-4 ${u.auditMode?"text-amber-400":"text-gray-400"}`}),r.jsx(Z,{htmlFor:"audit-mode",className:"text-white font-medium cursor-pointer",children:u.auditMode?"审核模式(已开启)":"审核模式(已关闭)"})]}),r.jsx("p",{className:"text-xs text-gray-400 ml-6",children:u.auditMode?"当前已隐藏所有支付、VIP、充值、收益等入口,审核员看不到任何付费内容":"关闭状态,小程序正常显示所有功能(含支付、VIP 等)"})]}),r.jsx(Et,{id:"audit-mode",checked:u.auditMode??!1,disabled:xe,onCheckedChange:O})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(_o,{className:"w-5 h-5 text-[#38bdac]"}),"功能开关"]}),r.jsx(Ft,{className:"text-gray-400",children:"控制各个功能模块的显示/隐藏"})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(zn,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx(Z,{htmlFor:"match-enabled",className:"text-white font-medium cursor-pointer",children:"找伙伴功能"})]}),r.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制小程序和Web端的找伙伴功能显示"})]}),r.jsx(Et,{id:"match-enabled",checked:o.matchEnabled,disabled:P,onCheckedChange:M=>ue("matchEnabled",M)})]}),r.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(jj,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx(Z,{htmlFor:"referral-enabled",className:"text-white font-medium cursor-pointer",children:"推广功能"})]}),r.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制推广中心的显示(我的页面入口)"})]}),r.jsx(Et,{id:"referral-enabled",checked:o.referralEnabled,disabled:P,onCheckedChange:M=>ue("referralEnabled",M)})]}),r.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(ir,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx(Z,{htmlFor:"search-enabled",className:"text-white font-medium cursor-pointer",children:"搜索功能"})]}),r.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制首页、目录页搜索栏的显示"})]}),r.jsx(Et,{id:"search-enabled",checked:o.searchEnabled,disabled:P,onCheckedChange:M=>ue("searchEnabled",M)})]}),r.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx(_o,{className:"w-4 h-4 text-[#38bdac]"}),r.jsx(Z,{htmlFor:"about-enabled",className:"text-white font-medium cursor-pointer",children:"关于页面"})]}),r.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制关于页面的访问"})]}),r.jsx(Et,{id:"about-enabled",checked:o.aboutEnabled,disabled:P,onCheckedChange:M=>ue("aboutEnabled",M)})]})]}),r.jsx("div",{className:"p-3 rounded-lg bg-blue-500/10 border border-blue-500/30",children:r.jsx("p",{className:"text-xs text-blue-300",children:"💡 关闭功能后,相关入口会自动隐藏。建议在功能开发完成后再开启。"})})]})]})]})}),r.jsx(nn,{value:"author",className:"mt-0",children:r.jsx(mV,{})}),r.jsx(nn,{value:"admin",className:"mt-0",children:r.jsx(gV,{})}),r.jsx(nn,{value:"api-docs",className:"mt-0",children:r.jsx(c3,{})})]}),r.jsx(Lt,{open:v,onOpenChange:k,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[r.jsxs(_t,{children:[r.jsx(zt,{className:W?"text-red-400":"text-[#38bdac]",children:C}),r.jsx(Pd,{className:"text-gray-400 whitespace-pre-wrap pt-2",children:I})]}),r.jsx(on,{className:"mt-4",children:r.jsx(X,{onClick:()=>k(!1),className:W?"bg-gray-600 hover:bg-gray-500":"bg-[#38bdac] hover:bg-[#2da396]",children:"确定"})})]})})]})}const qw={wechat:{enabled:!0,qrCode:"/images/wechat-pay.png",account:"卡若",websiteAppId:"",merchantId:"",groupQrCode:"/images/party-group-qr.png"},alipay:{enabled:!0,qrCode:"/images/alipay.png",account:"卡若",partnerId:"",securityKey:""},usdt:{enabled:!1,network:"TRC20",address:"",exchangeRate:7.2},paypal:{enabled:!1,email:"",exchangeRate:7.2}};function jV(){const[t,e]=b.useState(!1),[n,s]=b.useState(qw),[a,i]=b.useState(""),o=async()=>{e(!0);try{const k=await Oe("/api/config");k!=null&&k.paymentMethods&&s({...qw,...k.paymentMethods})}catch(k){console.error(k)}finally{e(!1)}};b.useEffect(()=>{o()},[]);const c=async()=>{e(!0);try{await jt("/api/db/config",{key:"payment_methods",value:n,description:"支付方式配置"}),se.success("配置已保存!")}catch(k){console.error("保存失败:",k),se.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{e(!1)}},u=(k,C)=>{navigator.clipboard.writeText(k),i(C),setTimeout(()=>i(""),2e3)},h=(k,C)=>{s(E=>({...E,wechat:{...E.wechat,[k]:C}}))},f=(k,C)=>{s(E=>({...E,alipay:{...E.alipay,[k]:C}}))},m=(k,C)=>{s(E=>({...E,usdt:{...E.usdt,[k]:C}}))},g=(k,C)=>{s(E=>({...E,paypal:{...E.paypal,[k]:C}}))},y=n.wechat,N=n.alipay,w=n.usdt,v=n.paypal;return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsx("h1",{className:"text-2xl font-bold mb-2 text-white",children:"支付配置"}),r.jsx("p",{className:"text-gray-400",children:"配置微信、支付宝、USDT、PayPal等支付参数"})]}),r.jsxs("div",{className:"flex gap-3",children:[r.jsxs(X,{variant:"outline",onClick:o,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${t?"animate-spin":""}`}),"同步配置"]}),r.jsxs(X,{onClick:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),"保存配置"]})]})]}),r.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:r.jsxs("div",{className:"flex items-start gap-3",children:[r.jsx(bj,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),r.jsxs("div",{className:"text-sm",children:[r.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"如何获取微信群跳转链接?"}),r.jsxs("ol",{className:"text-[#07C160]/80 space-y-1 list-decimal list-inside",children:[r.jsx("li",{children:"打开微信,进入目标微信群"}),r.jsx("li",{children:'点击右上角"..." → "群二维码"'}),r.jsx("li",{children:'点击右上角"..." → "发送到电脑"'}),r.jsx("li",{children:"在电脑上保存二维码图片,上传到图床获取URL"}),r.jsx("li",{children:"或使用草料二维码等工具解析二维码获取链接"})]}),r.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"提示:微信群二维码7天后失效,建议使用活码工具"})]})]})}),r.jsxs(Yd,{defaultValue:"wechat",className:"space-y-6",children:[r.jsxs(pc,{className:"bg-[#0f2137] border border-gray-700/50 p-1 grid grid-cols-4 w-full",children:[r.jsxs(tn,{value:"wechat",className:"data-[state=active]:bg-[#07C160]/20 data-[state=active]:text-[#07C160] text-gray-400",children:[r.jsx(Bi,{className:"w-4 h-4 mr-2"}),"微信"]}),r.jsxs(tn,{value:"alipay",className:"data-[state=active]:bg-[#1677FF]/20 data-[state=active]:text-[#1677FF] text-gray-400",children:[r.jsx(c1,{className:"w-4 h-4 mr-2"}),"支付宝"]}),r.jsxs(tn,{value:"usdt",className:"data-[state=active]:bg-[#26A17B]/20 data-[state=active]:text-[#26A17B] text-gray-400",children:[r.jsx(o1,{className:"w-4 h-4 mr-2"}),"USDT"]}),r.jsxs(tn,{value:"paypal",className:"data-[state=active]:bg-[#003087]/20 data-[state=active]:text-[#169BD7] text-gray-400",children:[r.jsx(ox,{className:"w-4 h-4 mr-2"}),"PayPal"]})]}),r.jsx(nn,{value:"wechat",className:"space-y-4",children:r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between pb-2",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs(Xe,{className:"text-[#07C160] flex items-center gap-2",children:[r.jsx(Bi,{className:"w-5 h-5"}),"微信支付配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置微信支付参数和跳转链接"})]}),r.jsx(Et,{checked:!!y.enabled,onCheckedChange:k=>h("enabled",k)})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"网站AppID"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.websiteAppId??""),onChange:k=>h("websiteAppId",k.target.value)})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"商户号"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.merchantId??""),onChange:k=>h("merchantId",k.target.value)})]})]}),r.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[r.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[r.jsx(qa,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置(核心功能)"]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"微信收款码/支付链接"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://收款码图片URL 或 weixin://支付链接",value:String(y.qrCode??""),onChange:k=>h("qrCode",k.target.value)}),r.jsx("p",{className:"text-xs text-gray-500",children:"用户点击微信支付后显示的二维码图片URL"})]}),r.jsxs("div",{className:"space-y-2 bg-[#07C160]/5 p-4 rounded-xl border border-[#07C160]/20",children:[r.jsx(Z,{className:"text-[#07C160] font-medium",children:"微信群跳转链接(支付成功后跳转)"}),r.jsx(ae,{className:"bg-[#0a1628] border-[#07C160]/30 text-white placeholder:text-gray-500",placeholder:"https://weixin.qq.com/g/... 或微信群二维码图片URL",value:String(y.groupQrCode??""),onChange:k=>h("groupQrCode",k.target.value)}),r.jsx("p",{className:"text-xs text-[#07C160]/70",children:"用户支付成功后将自动跳转到此链接,进入指定微信群"})]})]})]})]})}),r.jsx(nn,{value:"alipay",className:"space-y-4",children:r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between pb-2",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs(Xe,{className:"text-[#1677FF] flex items-center gap-2",children:[r.jsx(c1,{className:"w-5 h-5"}),"支付宝配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"已加载真实支付宝参数"})]}),r.jsx(Et,{checked:!!N.enabled,onCheckedChange:k=>f("enabled",k)})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"合作者身份 (PID)"}),r.jsxs("div",{className:"flex gap-2",children:[r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.partnerId??""),onChange:k=>f("partnerId",k.target.value)}),r.jsx(X,{size:"icon",variant:"outline",className:"border-gray-700 bg-transparent",onClick:()=>u(String(N.partnerId??""),"pid"),children:a==="pid"?r.jsx(qf,{className:"w-4 h-4 text-green-500"}):r.jsx(y0,{className:"w-4 h-4 text-gray-400"})})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"安全校验码 (Key)"}),r.jsx(ae,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.securityKey??""),onChange:k=>f("securityKey",k.target.value)})]})]}),r.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[r.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[r.jsx(qa,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置"]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"支付宝收款码/跳转链接"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://qr.alipay.com/... 或收款码图片URL",value:String(N.qrCode??""),onChange:k=>f("qrCode",k.target.value)}),r.jsx("p",{className:"text-xs text-gray-500",children:"用户点击支付宝支付后显示的二维码"})]})]})]})]})}),r.jsx(nn,{value:"usdt",className:"space-y-4",children:r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between pb-2",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs(Xe,{className:"text-[#26A17B] flex items-center gap-2",children:[r.jsx(o1,{className:"w-5 h-5"}),"USDT配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置加密货币收款地址"})]}),r.jsx(Et,{checked:!!w.enabled,onCheckedChange:k=>m("enabled",k)})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"网络类型"}),r.jsxs("select",{className:"w-full bg-[#0a1628] border border-gray-700 text-white rounded-md p-2",value:String(w.network??"TRC20"),onChange:k=>m("network",k.target.value),children:[r.jsx("option",{value:"TRC20",children:"TRC20 (波场)"}),r.jsx("option",{value:"ERC20",children:"ERC20 (以太坊)"}),r.jsx("option",{value:"BEP20",children:"BEP20 (币安链)"})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"收款地址"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",placeholder:"T... (TRC20地址)",value:String(w.address??""),onChange:k=>m("address",k.target.value)})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(w.exchangeRate)??7.2,onChange:k=>m("exchangeRate",Number.parseFloat(k.target.value)||7.2)})]})]})]})}),r.jsx(nn,{value:"paypal",className:"space-y-4",children:r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between pb-2",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsxs(Xe,{className:"text-[#169BD7] flex items-center gap-2",children:[r.jsx(ox,{className:"w-5 h-5"}),"PayPal配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置PayPal收款账户"})]}),r.jsx(Et,{checked:!!v.enabled,onCheckedChange:k=>g("enabled",k)})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"PayPal邮箱"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"your@email.com",value:String(v.email??""),onChange:k=>g("email",k.target.value)})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(v.exchangeRate)??7.2,onChange:k=>g("exchangeRate",Number(k.target.value)||7.2)})]})]})]})})]})]})}const kV={siteName:"卡若日记",siteTitle:"一场SOUL的创业实验场",siteDescription:"来自Soul派对房的真实商业故事",logo:"/logo.png",favicon:"/favicon.ico",primaryColor:"#00CED1"},SV={home:{enabled:!0,label:"首页"},chapters:{enabled:!0,label:"目录"},match:{enabled:!0,label:"匹配"},my:{enabled:!0,label:"我的"}},CV={homeTitle:"一场SOUL的创业实验场",homeSubtitle:"来自Soul派对房的真实商业故事",chaptersTitle:"我要看",matchTitle:"语音匹配",myTitle:"我的",aboutTitle:"关于作者"};function EV(){const[t,e]=b.useState({siteConfig:{...kV},menuConfig:{...SV},pageConfig:{...CV}}),[n,s]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{Oe("/api/config").then(f=>{f!=null&&f.siteConfig&&e(m=>({...m,siteConfig:{...m.siteConfig,...f.siteConfig}})),f!=null&&f.menuConfig&&e(m=>({...m,menuConfig:{...m.menuConfig,...f.menuConfig}})),f!=null&&f.pageConfig&&e(m=>({...m,pageConfig:{...m.pageConfig,...f.pageConfig}}))}).catch(console.error)},[]);const o=async()=>{i(!0);try{await jt("/api/db/config",{key:"site_config",value:t.siteConfig,description:"网站基础配置"}),await jt("/api/db/config",{key:"menu_config",value:t.menuConfig,description:"底部菜单配置"}),await jt("/api/db/config",{key:"page_config",value:t.pageConfig,description:"页面标题配置"}),s(!0),setTimeout(()=>s(!1),2e3),se.success("配置已保存")}catch(f){console.error(f),se.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{i(!1)}},c=t.siteConfig,u=t.menuConfig,h=t.pageConfig;return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"网站配置"}),r.jsx("p",{className:"text-gray-400 mt-1",children:"配置网站名称、图标、菜单和页面标题"})]}),r.jsxs(X,{onClick:o,disabled:a,className:`${n?"bg-green-500":"bg-[#00CED1]"} hover:bg-[#20B2AA] text-white transition-colors`,children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),a?"保存中...":n?"已保存":"保存设置"]})]}),r.jsxs("div",{className:"space-y-6",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(ox,{className:"w-5 h-5 text-[#00CED1]"}),"网站基础信息"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置网站名称、标题和描述"})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{htmlFor:"site-name",className:"text-gray-300",children:"网站名称"}),r.jsx(ae,{id:"site-name",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteName??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteName:f.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{htmlFor:"site-title",className:"text-gray-300",children:"网站标题"}),r.jsx(ae,{id:"site-title",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteTitle??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteTitle:f.target.value}}))})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{htmlFor:"site-desc",className:"text-gray-300",children:"网站描述"}),r.jsx(ae,{id:"site-desc",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteDescription??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteDescription:f.target.value}}))})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{htmlFor:"logo",className:"text-gray-300",children:"Logo地址"}),r.jsx(ae,{id:"logo",className:"bg-[#0a1628] border-gray-700 text-white",value:c.logo??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,logo:f.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{htmlFor:"favicon",className:"text-gray-300",children:"Favicon地址"}),r.jsx(ae,{id:"favicon",className:"bg-[#0a1628] border-gray-700 text-white",value:c.favicon??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,favicon:f.target.value}}))})]})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(uA,{className:"w-5 h-5 text-[#00CED1]"}),"主题颜色"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置网站主题色"})]}),r.jsx(Te,{children:r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsxs("div",{className:"space-y-2 flex-1",children:[r.jsx(Z,{htmlFor:"primary-color",className:"text-gray-300",children:"主色调"}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(ae,{id:"primary-color",type:"color",className:"w-16 h-10 bg-[#0a1628] border-gray-700 cursor-pointer p-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white flex-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))})]})]}),r.jsx("div",{className:"w-24 h-24 rounded-xl flex items-center justify-center text-white font-bold",style:{backgroundColor:c.primaryColor??"#00CED1"},children:"预览"})]})})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(rA,{className:"w-5 h-5 text-[#00CED1]"}),"底部菜单配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"控制底部导航栏菜单的显示和名称"})]}),r.jsx(Te,{className:"space-y-4",children:Object.entries(u).map(([f,m])=>r.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg",children:[r.jsxs("div",{className:"flex items-center gap-4 flex-1",children:[r.jsx(Et,{checked:(m==null?void 0:m.enabled)??!0,onCheckedChange:g=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,enabled:g}}}))}),r.jsx("span",{className:"text-gray-300 w-16 capitalize",children:f}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white max-w-[200px]",value:(m==null?void 0:m.label)??"",onChange:g=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,label:g.target.value}}}))})]}),r.jsx("span",{className:`text-sm ${m!=null&&m.enabled?"text-green-400":"text-gray-500"}`,children:m!=null&&m.enabled?"显示":"隐藏"})]},f))})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Nj,{className:"w-5 h-5 text-[#00CED1]"}),"页面标题配置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置各个页面的标题和副标题"})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"首页标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeTitle:f.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"首页副标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeSubtitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeSubtitle:f.target.value}}))})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"目录页标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.chaptersTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,chaptersTitle:f.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"匹配页标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.matchTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,matchTitle:f.target.value}}))})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"我的页标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.myTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,myTitle:f.target.value}}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"关于作者标题"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.aboutTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,aboutTitle:f.target.value}}))})]})]})]})]})]})]})}function TV(){const[t,e]=b.useState(""),[n,s]=b.useState(""),[a,i]=b.useState(""),[o,c]=b.useState({}),u=async()=>{var y,N,w,v;try{const k=await Oe("/api/config"),C=(N=(y=k==null?void 0:k.liveQRCodes)==null?void 0:y[0])==null?void 0:N.urls;Array.isArray(C)&&e(C.join(` -`));const E=(v=(w=k==null?void 0:k.paymentMethods)==null?void 0:w.wechat)==null?void 0:v.groupQrCode;E&&s(E),c({paymentMethods:k==null?void 0:k.paymentMethods,liveQRCodes:k==null?void 0:k.liveQRCodes})}catch(k){console.error(k)}};b.useEffect(()=>{u()},[]);const h=(y,N)=>{navigator.clipboard.writeText(y),i(N),setTimeout(()=>i(""),2e3)},f=async()=>{try{const y=t.split(` -`).map(w=>w.trim()).filter(Boolean),N=[...o.liveQRCodes||[]];N[0]?N[0].urls=y:N.push({id:"live-1",name:"微信群活码",urls:y,clickCount:0}),await jt("/api/db/config",{key:"live_qr_codes",value:N,description:"群活码配置"}),se.success("群活码配置已保存!"),await u()}catch(y){console.error(y),se.error("保存失败: "+(y instanceof Error?y.message:String(y)))}},m=async()=>{var y;try{await jt("/api/db/config",{key:"payment_methods",value:{...o.paymentMethods||{},wechat:{...((y=o.paymentMethods)==null?void 0:y.wechat)||{},groupQrCode:n}},description:"支付方式配置"}),se.success("微信群链接已保存!用户支付成功后将自动跳转"),await u()}catch(N){console.error(N),se.error("保存失败: "+(N instanceof Error?N.message:String(N)))}},g=()=>{n?window.open(n,"_blank"):se.error("请先配置微信群链接")};return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"mb-8",children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"微信群活码管理"}),r.jsx("p",{className:"text-gray-400 mt-1",children:"配置微信群跳转链接,用户支付后自动跳转加群"})]}),r.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:r.jsxs("div",{className:"flex items-start gap-3",children:[r.jsx(bj,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),r.jsxs("div",{className:"text-sm",children:[r.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"微信群活码配置指南"}),r.jsxs("div",{className:"text-[#07C160]/80 space-y-2",children:[r.jsx("p",{className:"font-medium",children:"方法一:使用草料活码(推荐)"}),r.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[r.jsx("li",{children:"访问草料二维码创建活码"}),r.jsx("li",{children:"上传微信群二维码图片,生成永久链接"}),r.jsx("li",{children:"复制生成的短链接填入下方配置"}),r.jsx("li",{children:"群满后可直接在草料后台更换新群码,链接不变"})]}),r.jsx("p",{className:"font-medium mt-3",children:"方法二:直接使用微信群链接"}),r.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[r.jsx("li",{children:'微信打开目标群 → 右上角"..." → 群二维码'}),r.jsx("li",{children:"长按二维码 → 识别二维码 → 复制链接"})]}),r.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"注意:微信原生群二维码7天后失效,建议使用草料活码"})]})]})]})}),r.jsxs("div",{className:"grid gap-6 md:grid-cols-2",children:[r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-[#07C160] flex items-center gap-2",children:[r.jsx(h1,{className:"w-5 h-5"}),"支付成功跳转链接(核心配置)"]}),r.jsx(Ft,{className:"text-gray-400",children:"用户支付完成后自动跳转到此链接,进入指定微信群"})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(lx,{className:"w-4 h-4"}),"微信群链接 / 活码链接"]}),r.jsxs("div",{className:"flex gap-2",children:[r.jsx(ae,{placeholder:"https://cli.im/xxxxx 或 https://weixin.qq.com/g/...",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",value:n,onChange:y=>s(y.target.value)}),r.jsx(X,{variant:"outline",size:"icon",className:"border-gray-700 bg-transparent hover:bg-gray-700/50",onClick:()=>h(n,"group"),children:a==="group"?r.jsx(qf,{className:"w-4 h-4 text-green-500"}):r.jsx(y0,{className:"w-4 h-4 text-gray-400"})})]}),r.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-1",children:[r.jsx(qa,{className:"w-3 h-3"}),"支持格式:草料短链、微信群链接(https://weixin.qq.com/g/...)、企业微信链接等"]})]}),r.jsxs("div",{className:"flex gap-3",children:[r.jsxs(X,{onClick:m,className:"flex-1 bg-[#07C160] hover:bg-[#06AD51] text-white",children:[r.jsx(Uh,{className:"w-4 h-4 mr-2"}),"保存配置"]}),r.jsxs(X,{onClick:g,variant:"outline",className:"border-[#07C160] text-[#07C160] hover:bg-[#07C160]/10 bg-transparent",children:[r.jsx(qa,{className:"w-4 h-4 mr-2"}),"测试跳转"]})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(h1,{className:"w-5 h-5 text-[#38bdac]"}),"多群轮换(高级配置)"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置多个群链接,系统自动轮换分配,避免单群满员"})]}),r.jsxs(Te,{className:"space-y-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[r.jsx(lx,{className:"w-4 h-4"}),"多个群链接(每行一个)"]}),r.jsx(mc,{placeholder:"https://cli.im/group1\\nhttps://cli.im/group2",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 min-h-[120px] font-mono text-sm",value:t,onChange:y=>e(y.target.value)}),r.jsx("p",{className:"text-xs text-gray-500",children:"每行填写一个群链接,系统将按顺序或随机分配"})]}),r.jsxs("div",{className:"flex items-center justify-between p-3 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[r.jsx("span",{className:"text-sm text-gray-400",children:"已配置群数量"}),r.jsxs("span",{className:"font-bold text-[#38bdac]",children:[t.split(` -`).filter(Boolean).length," 个"]})]}),r.jsxs(X,{onClick:f,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(Uh,{className:"w-4 h-4 mr-2"}),"保存多群配置"]})]})]})]}),r.jsxs("div",{className:"mt-6 bg-[#0f2137] rounded-xl p-4 border border-gray-700/50",children:[r.jsx("h4",{className:"text-white font-medium mb-3",children:"常见问题"}),r.jsxs("div",{className:"space-y-3 text-sm",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-[#38bdac]",children:"Q: 为什么推荐使用草料活码?"}),r.jsx("p",{className:"text-gray-400",children:"A: 草料活码是永久链接,群满后可直接在后台更换新群码,无需修改网站配置。微信原生群码7天失效。"})]}),r.jsxs("div",{children:[r.jsx("p",{className:"text-[#38bdac]",children:"Q: 支付后没有跳转怎么办?"}),r.jsx("p",{className:"text-gray-400",children:"A: 1) 检查链接是否正确填写 2) 部分浏览器可能拦截弹窗,用户需手动允许 3) 建议使用https开头的链接"})]})]})]})]})}const Gw={matchTypes:[{id:"partner",label:"创业合伙",matchLabel:"创业伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10}},MV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function AV(){const[t,e]=b.useState(Gw),[n,s]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),g=async()=>{s(!0);try{const E=await Oe("/api/db/config/full?key=match_config"),I=(E==null?void 0:E.data)??(E==null?void 0:E.config);I&&e({...Gw,...I})}catch(E){console.error("加载匹配配置失败:",E)}finally{s(!1)}};b.useEffect(()=>{g()},[]);const y=async()=>{i(!0);try{const E=await jt("/api/db/config",{key:"match_config",value:t,description:"匹配功能配置"});E&&E.success!==!1?se.success("配置保存成功!"):se.error("保存失败: "+(E&&typeof E=="object"&&"error"in E?E.error:"未知错误"))}catch(E){console.error("保存配置失败:",E),se.error("保存失败")}finally{i(!1)}},N=E=>{h(E),m({id:E.id,label:E.label,matchLabel:E.matchLabel,icon:E.icon,matchFromDB:E.matchFromDB,showJoinAfterMatch:E.showJoinAfterMatch,price:E.price,enabled:E.enabled}),c(!0)},w=()=>{h(null),m({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),c(!0)},v=()=>{if(!f.id||!f.label){se.error("请填写类型ID和名称");return}const E=[...t.matchTypes];if(u){const I=E.findIndex(L=>L.id===u.id);I!==-1&&(E[I]={...f})}else{if(E.some(I=>I.id===f.id)){se.error("类型ID已存在");return}E.push({...f})}e({...t,matchTypes:E}),c(!1)},k=E=>{confirm("确定要删除这个匹配类型吗?")&&e({...t,matchTypes:t.matchTypes.filter(I=>I.id!==E)})},C=E=>{e({...t,matchTypes:t.matchTypes.map(I=>I.id===E?{...I,enabled:!I.enabled}:I)})};return r.jsxs("div",{className:"p-8 w-full space-y-6",children:[r.jsxs("div",{className:"flex justify-between items-center",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(_o,{className:"w-6 h-6 text-[#38bdac]"}),"匹配功能配置"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"管理找伙伴功能的匹配类型和价格"})]}),r.jsxs("div",{className:"flex gap-3",children:[r.jsxs(X,{variant:"outline",onClick:g,disabled:n,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]}),r.jsxs(X,{onClick:y,disabled:a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存配置"]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Va,{className:"w-5 h-5 text-yellow-400"}),"基础设置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),r.jsxs(Te,{className:"space-y-6",children:[r.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"每日免费匹配次数"}),r.jsx(ae,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.freeMatchLimit,onChange:E=>e({...t,freeMatchLimit:parseInt(E.target.value,10)||0})}),r.jsx("p",{className:"text-xs text-gray-500",children:"用户每天可免费匹配的次数"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"付费匹配价格(元)"}),r.jsx(ae,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:t.matchPrice,onChange:E=>e({...t,matchPrice:parseFloat(E.target.value)||1})}),r.jsx("p",{className:"text-xs text-gray-500",children:"免费次数用完后的单次匹配价格"})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"每日最大匹配次数"}),r.jsx(ae,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.settings.maxMatchesPerDay,onChange:E=>e({...t,settings:{...t.settings,maxMatchesPerDay:parseInt(E.target.value,10)||10}})}),r.jsx("p",{className:"text-xs text-gray-500",children:"包含免费和付费的总次数"})]})]}),r.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:t.settings.enableFreeMatches,onCheckedChange:E=>e({...t,settings:{...t.settings,enableFreeMatches:E}})}),r.jsx(Z,{className:"text-gray-300",children:"启用免费匹配"})]}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:t.settings.enablePaidMatches,onCheckedChange:E=>e({...t,settings:{...t.settings,enablePaidMatches:E}})}),r.jsx(Z,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between",children:[r.jsxs("div",{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-[#38bdac]"}),"匹配类型管理"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),r.jsxs(X,{onClick:w,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xn,{className:"w-4 h-4 mr-1"}),"添加类型"]})]}),r.jsx(Te,{children:r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"图标"}),r.jsx(we,{className:"text-gray-400",children:"类型ID"}),r.jsx(we,{className:"text-gray-400",children:"显示名称"}),r.jsx(we,{className:"text-gray-400",children:"匹配标签"}),r.jsx(we,{className:"text-gray-400",children:"价格"}),r.jsx(we,{className:"text-gray-400",children:"数据库匹配"}),r.jsx(we,{className:"text-gray-400",children:"状态"}),r.jsx(we,{className:"text-right text-gray-400",children:"操作"})]})}),r.jsx(rs,{children:t.matchTypes.map(E=>r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{children:r.jsx("span",{className:"text-2xl",children:E.icon})}),r.jsx(be,{className:"font-mono text-gray-300",children:E.id}),r.jsx(be,{className:"text-white font-medium",children:E.label}),r.jsx(be,{className:"text-gray-300",children:E.matchLabel}),r.jsx(be,{children:r.jsxs(Je,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",E.price]})}),r.jsx(be,{children:E.matchFromDB?r.jsx(Je,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):r.jsx(Je,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),r.jsx(be,{children:r.jsx(Et,{checked:E.enabled,onCheckedChange:()=>C(E.id)})}),r.jsx(be,{className:"text-right",children:r.jsxs("div",{className:"flex items-center justify-end gap-1",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(E),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:r.jsx(Jt,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>k(E.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:r.jsx(Xn,{className:"w-4 h-4"})})]})})]},E.id))})]})})]}),r.jsx(Lt,{open:o,onOpenChange:c,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[u?r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}):r.jsx(xn,{className:"w-5 h-5 text-[#38bdac]"}),u?"编辑匹配类型":"添加匹配类型"]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"类型ID(英文)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:f.id,onChange:E=>m({...f,id:E.target.value}),disabled:!!u})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"图标"}),r.jsx("div",{className:"flex gap-1 flex-wrap",children:MV.map(E=>r.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${f.icon===E?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>m({...f,icon:E}),children:E},E))})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"显示名称"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业合伙",value:f.label,onChange:E=>m({...f,label:E.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"匹配标签"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业伙伴",value:f.matchLabel,onChange:E=>m({...f,matchLabel:E.target.value})})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"单次匹配价格(元)"}),r.jsx(ae,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:f.price,onChange:E=>m({...f,price:parseFloat(E.target.value)||1})})]}),r.jsxs("div",{className:"flex gap-6 pt-2",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:f.matchFromDB,onCheckedChange:E=>m({...f,matchFromDB:E})}),r.jsx(Z,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:f.showJoinAfterMatch,onCheckedChange:E=>m({...f,showJoinAfterMatch:E})}),r.jsx(Z,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:f.enabled,onCheckedChange:E=>m({...f,enabled:E})}),r.jsx(Z,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsxs(X,{onClick:v,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),"保存"]})]})]})})]})}const Jw={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function IV(){const[t,e]=b.useState([]),[n,s]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[g,y]=b.useState(null);async function N(){m(!0),y(null);try{const v=new URLSearchParams({page:String(a),pageSize:String(o)});u&&v.set("matchType",u);const k=await Oe(`/api/db/match-records?${v}`);k!=null&&k.success?(e(k.records||[]),s(k.total??0)):y("加载匹配记录失败")}catch(v){console.error("加载匹配记录失败",v),y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{N()},[a,u]);const w=Math.ceil(n/o)||1;return r.jsxs("div",{className:"p-8 w-full",children:[g&&r.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[r.jsx("span",{children:g}),r.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsx("h2",{className:"text-2xl font-bold text-white",children:"匹配记录"}),r.jsxs("p",{className:"text-gray-400 mt-1",children:["找伙伴匹配统计,共 ",n," 条记录"]})]}),r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsxs("select",{value:u,onChange:v=>{h(v.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[r.jsx("option",{value:"",children:"全部类型"}),Object.entries(Jw).map(([v,k])=>r.jsx("option",{value:v,children:k},v))]}),r.jsxs("button",{type:"button",onClick:N,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[r.jsx(Be,{className:`w-4 h-4 ${f?"animate-spin":""}`}),"刷新"]})]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:f?r.jsxs("div",{className:"flex justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"发起人"}),r.jsx(we,{className:"text-gray-400",children:"匹配到"}),r.jsx(we,{className:"text-gray-400",children:"类型"}),r.jsx(we,{className:"text-gray-400",children:"联系方式"}),r.jsx(we,{className:"text-gray-400",children:"匹配时间"})]})}),r.jsxs(rs,{children:[t.map(v=>r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{children:r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[v.userAvatar?r.jsx("img",{src:v.userAvatar,alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const C=k.currentTarget.nextElementSibling;C&&C.classList.remove("hidden")}}):null,r.jsx("span",{className:v.userAvatar?"hidden":"",children:(v.userNickname||v.userId||"?").charAt(0)})]}),r.jsxs("div",{children:[r.jsx("div",{className:"text-white",children:v.userNickname||v.userId}),r.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[v.userId.slice(0,16),"..."]})]})]})}),r.jsx(be,{children:r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[v.matchedUserAvatar?r.jsx("img",{src:v.matchedUserAvatar,alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const C=k.currentTarget.nextElementSibling;C&&C.classList.remove("hidden")}}):null,r.jsx("span",{className:v.matchedUserAvatar?"hidden":"",children:(v.matchedNickname||v.matchedUserId||"?").charAt(0)})]}),r.jsxs("div",{children:[r.jsx("div",{className:"text-white",children:v.matchedNickname||v.matchedUserId}),r.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[v.matchedUserId.slice(0,16),"..."]})]})]})}),r.jsx(be,{children:r.jsx(Je,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:Jw[v.matchType]||v.matchType})}),r.jsxs(be,{className:"text-gray-400 text-sm",children:[v.phone&&r.jsxs("div",{children:["📱 ",v.phone]}),v.wechatId&&r.jsxs("div",{children:["💬 ",v.wechatId]}),!v.phone&&!v.wechatId&&"-"]}),r.jsx(be,{className:"text-gray-400",children:v.createdAt?new Date(v.createdAt).toLocaleString():"-"})]},v.id)),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),r.jsx(Us,{page:a,totalPages:w,total:n,pageSize:o,onPageChange:i,onPageSizeChange:v=>{c(v),i(1)}})]})})})]})}function PV(){const[t,e]=b.useState([]),[n,s]=b.useState(!0);async function a(){s(!0);try{const i=await Oe("/api/db/vip-members?limit=100");if(i!=null&&i.success&&i.data){const o=[...i.data].map((c,u)=>({...c,vipSort:typeof c.vipSort=="number"?c.vipSort:u+1}));o.sort((c,u)=>(c.vipSort??999999)-(u.vipSort??999999)),e(o)}}catch(i){console.error("Load VIP members error:",i),se.error("加载 VIP 成员失败")}finally{s(!1)}}return b.useEffect(()=>{a()},[]),r.jsxs("div",{className:"p-8 w-full",children:[r.jsx("div",{className:"flex justify-between items-center mb-8",children:r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(Yl,{className:"w-5 h-5 text-amber-400"}),"用户管理 / 超级个体列表"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"这里展示所有有效超级个体用户,仅用于查看其基本信息与排序值。"})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-0",children:n?r.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400 w-20",children:"序号"}),r.jsx(we,{className:"text-gray-400",children:"成员"}),r.jsx(we,{className:"text-gray-400 w-40",children:"超级个体"}),r.jsx(we,{className:"text-gray-400 w-28",children:"排序值"})]})}),r.jsxs(rs,{children:[t.map((i,o)=>{var c;return r.jsxs(ut,{className:"border-gray-700/50",children:[r.jsx(be,{className:"text-gray-300",children:o+1}),r.jsx(be,{children:r.jsxs("div",{className:"flex items-center gap-3",children:[i.avatar?r.jsx("img",{src:i.avatar,className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):r.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((c=i.name)==null?void 0:c[0])||"创"}),r.jsx("div",{className:"min-w-0",children:r.jsx("div",{className:"text-white text-sm truncate",children:i.name})})]})}),r.jsx(be,{className:"text-gray-300",children:i.vipRole||r.jsx("span",{className:"text-gray-500",children:"(未设置超级个体)"})}),r.jsx(be,{className:"text-gray-300",children:i.vipSort??o+1})]},i.id)}),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:5,className:"text-center py-12 text-gray-500",children:"当前没有有效的超级个体用户。"})})]})]})})})]})}function d3(t){const[e,n]=b.useState([]),[s,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(null),[h,f]=b.useState({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:0,enabled:!0}),[m,g]=b.useState(!1),[y,N]=b.useState(!1),w=b.useRef(null),v=async P=>{var K;const R=(K=P.target.files)==null?void 0:K[0];if(R){N(!0);try{const re=new FormData;re.append("file",R),re.append("folder","mentors");const ue=Gf(),xe={};ue&&(xe.Authorization=`Bearer ${ue}`);const O=await(await fetch(Wo("/api/upload"),{method:"POST",body:re,credentials:"include",headers:xe})).json();O!=null&&O.success&&(O!=null&&O.url)?f(J=>({...J,avatar:O.url})):se.error("上传失败: "+((O==null?void 0:O.error)||"未知错误"))}catch(re){console.error(re),se.error("上传失败")}finally{N(!1),w.current&&(w.current.value="")}}};async function k(){a(!0);try{const P=await Oe("/api/db/mentors");P!=null&&P.success&&P.data&&n(P.data)}catch(P){console.error("Load mentors error:",P)}finally{a(!1)}}b.useEffect(()=>{k()},[]);const C=()=>{f({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:e.length>0?Math.max(...e.map(P=>P.sort))+1:0,enabled:!0})},E=()=>{u(null),C(),o(!0)},I=P=>{u(P),f({name:P.name,avatar:P.avatar||"",intro:P.intro||"",tags:P.tags||"",priceSingle:P.priceSingle!=null?String(P.priceSingle):"",priceHalfYear:P.priceHalfYear!=null?String(P.priceHalfYear):"",priceYear:P.priceYear!=null?String(P.priceYear):"",quote:P.quote||"",whyFind:P.whyFind||"",offering:P.offering||"",judgmentStyle:P.judgmentStyle||"",sort:P.sort,enabled:P.enabled??!0}),o(!0)},L=async()=>{if(!h.name.trim()){se.error("导师姓名不能为空");return}g(!0);try{const P=K=>K===""?void 0:parseFloat(K),R={name:h.name.trim(),avatar:h.avatar.trim()||void 0,intro:h.intro.trim()||void 0,tags:h.tags.trim()||void 0,priceSingle:P(h.priceSingle),priceHalfYear:P(h.priceHalfYear),priceYear:P(h.priceYear),quote:h.quote.trim()||void 0,whyFind:h.whyFind.trim()||void 0,offering:h.offering.trim()||void 0,judgmentStyle:h.judgmentStyle.trim()||void 0,sort:h.sort,enabled:h.enabled};if(c){const K=await Pt("/api/db/mentors",{id:c.id,...R});K!=null&&K.success?(o(!1),k()):se.error("更新失败: "+(K==null?void 0:K.error))}else{const K=await jt("/api/db/mentors",R);K!=null&&K.success?(o(!1),k()):se.error("新增失败: "+(K==null?void 0:K.error))}}catch(P){console.error("Save error:",P),se.error("保存失败")}finally{g(!1)}},W=async P=>{if(confirm("确定删除该导师?"))try{const R=await oa(`/api/db/mentors?id=${P}`);R!=null&&R.success?k():se.error("删除失败: "+(R==null?void 0:R.error))}catch(R){console.error("Delete error:",R),se.error("删除失败")}},D=P=>P!=null?`¥${P}`:"-";return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-[#38bdac]"}),"导师管理"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师列表,支持每个导师独立配置单次/半年/年度价格"})]}),r.jsxs(X,{onClick:E,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xn,{className:"w-4 h-4 mr-2"}),"新增导师"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-0",children:s?r.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"ID"}),r.jsx(we,{className:"text-gray-400",children:"姓名"}),r.jsx(we,{className:"text-gray-400",children:"简介"}),r.jsx(we,{className:"text-gray-400",children:"单次"}),r.jsx(we,{className:"text-gray-400",children:"半年"}),r.jsx(we,{className:"text-gray-400",children:"年度"}),r.jsx(we,{className:"text-gray-400",children:"排序"}),r.jsx(we,{className:"text-right text-gray-400",children:"操作"})]})}),r.jsxs(rs,{children:[e.map(P=>r.jsxs(ut,{className:"border-gray-700/50",children:[r.jsx(be,{className:"text-gray-300",children:P.id}),r.jsx(be,{className:"text-white",children:P.name}),r.jsx(be,{className:"text-gray-400 max-w-[200px] truncate",children:P.intro||"-"}),r.jsx(be,{className:"text-gray-400",children:D(P.priceSingle)}),r.jsx(be,{className:"text-gray-400",children:D(P.priceHalfYear)}),r.jsx(be,{className:"text-gray-400",children:D(P.priceYear)}),r.jsx(be,{className:"text-gray-400",children:P.sort}),r.jsxs(be,{className:"text-right",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>I(P),className:"text-gray-400 hover:text-[#38bdac]",children:r.jsx(Jt,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>W(P.id),className:"text-gray-400 hover:text-red-400",children:r.jsx(Xn,{className:"w-4 h-4"})})]})]},P.id)),e.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无导师,点击「新增导师」添加"})})]})]})})}),r.jsx(Lt,{open:i,onOpenChange:o,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg max-h-[90vh] overflow-y-auto",children:[r.jsx(_t,{children:r.jsx(zt,{className:"text-white",children:c?"编辑导师":"新增导师"})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"姓名 *"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:卡若",value:h.name,onChange:P=>f(R=>({...R,name:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"排序"}),r.jsx(ae,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:h.sort,onChange:P=>f(R=>({...R,sort:parseInt(P.target.value,10)||0}))})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"头像"}),r.jsxs("div",{className:"flex gap-3 items-center",children:[r.jsx(ae,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:h.avatar,onChange:P=>f(R=>({...R,avatar:P.target.value})),placeholder:"点击上传或粘贴图片地址"}),r.jsx("input",{ref:w,type:"file",accept:"image/*",className:"hidden",onChange:v}),r.jsxs(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:y,onClick:()=>{var P;return(P=w.current)==null?void 0:P.click()},children:[r.jsx(Uh,{className:"w-4 h-4 mr-2"}),y?"上传中...":"上传"]})]}),h.avatar&&r.jsx("div",{className:"mt-2",children:r.jsx("img",{src:h.avatar.startsWith("http")?h.avatar:Wo(h.avatar),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"简介"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:结构判断型咨询 · Decision > Execution",value:h.intro,onChange:P=>f(R=>({...R,intro:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"技能标签(逗号分隔)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:项目结构判断、风险止损、人×项目匹配",value:h.tags,onChange:P=>f(R=>({...R,tags:P.target.value}))})]}),r.jsxs("div",{className:"border-t border-gray-700 pt-4",children:[r.jsx(Z,{className:"text-gray-300 block mb-2",children:"价格配置(每个导师独立)"}),r.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"单次咨询 ¥"}),r.jsx(ae,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"980",value:h.priceSingle,onChange:P=>f(R=>({...R,priceSingle:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"半年咨询 ¥"}),r.jsx(ae,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"19800",value:h.priceHalfYear,onChange:P=>f(R=>({...R,priceHalfYear:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"年度咨询 ¥"}),r.jsx(ae,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"29800",value:h.priceYear,onChange:P=>f(R=>({...R,priceYear:P.target.value}))})]})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"引言"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:大多数人失败,不是因为不努力...",value:h.quote,onChange:P=>f(R=>({...R,quote:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"为什么找(文本)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:h.whyFind,onChange:P=>f(R=>({...R,whyFind:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"提供什么(文本)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:h.offering,onChange:P=>f(R=>({...R,offering:P.target.value}))})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"判断风格(逗号分隔)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:冷静、克制、偏风险视角",value:h.judgmentStyle,onChange:P=>f(R=>({...R,judgmentStyle:P.target.value}))})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("input",{type:"checkbox",id:"enabled",checked:h.enabled,onChange:P=>f(R=>({...R,enabled:P.target.checked})),className:"rounded border-gray-600 bg-[#0a1628]"}),r.jsx(Z,{htmlFor:"enabled",className:"text-gray-300 cursor-pointer",children:"上架(小程序可见)"})]})]}),r.jsxs(on,{children:[r.jsxs(X,{variant:"outline",onClick:()=>o(!1),className:"border-gray-600 text-gray-300",children:[r.jsx(gs,{className:"w-4 h-4 mr-2"}),"取消"]}),r.jsxs(X,{onClick:L,disabled:m,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"}),m?"保存中...":"保存"]})]})]})})]})}function RV(){const[t,e]=b.useState([]),[n,s]=b.useState(!0),[a,i]=b.useState("");async function o(){s(!0);try{const h=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",f=await Oe(h);f!=null&&f.success&&f.data&&e(f.data)}catch(h){console.error("Load consultations error:",h)}finally{s(!1)}}b.useEffect(()=>{o()},[a]);const c={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},u={single:"单次",half_year:"半年",year:"年度"};return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex justify-between items-center mb-8",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(Hh,{className:"w-5 h-5 text-[#38bdac]"}),"导师预约列表"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师咨询预约记录"})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsxs("select",{value:a,onChange:h=>i(h.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[r.jsx("option",{value:"",children:"全部状态"}),Object.entries(c).map(([h,f])=>r.jsx("option",{value:h,children:f},h))]}),r.jsxs(X,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]})]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-0",children:n?r.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"ID"}),r.jsx(we,{className:"text-gray-400",children:"用户ID"}),r.jsx(we,{className:"text-gray-400",children:"导师ID"}),r.jsx(we,{className:"text-gray-400",children:"类型"}),r.jsx(we,{className:"text-gray-400",children:"金额"}),r.jsx(we,{className:"text-gray-400",children:"状态"}),r.jsx(we,{className:"text-gray-400",children:"创建时间"})]})}),r.jsxs(rs,{children:[t.map(h=>r.jsxs(ut,{className:"border-gray-700/50",children:[r.jsx(be,{className:"text-gray-300",children:h.id}),r.jsx(be,{className:"text-gray-400",children:h.userId}),r.jsx(be,{className:"text-gray-400",children:h.mentorId}),r.jsx(be,{className:"text-gray-400",children:u[h.consultationType]||h.consultationType}),r.jsxs(be,{className:"text-white",children:["¥",h.amount]}),r.jsx(be,{className:"text-gray-400",children:c[h.status]||h.status}),r.jsx(be,{className:"text-gray-500 text-sm",children:h.createdAt})]},h.id)),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}const fd={poolSource:["vip"],requirePhone:!0,requireNickname:!0,requireAvatar:!1,requireBusiness:!1},Yw={matchTypes:[{id:"partner",label:"找伙伴",matchLabel:"找伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10},poolSettings:fd},OV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function DV(){const t=Ji(),[e,n]=b.useState(Yw),[s,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(!1),[h,f]=b.useState(null),[m,g]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),[y,N]=b.useState(null),[w,v]=b.useState(!1),k=async()=>{v(!0);try{const R=await Oe("/api/db/match-pool-counts");R!=null&&R.success&&R.data&&N(R.data)}catch(R){console.error("加载池子人数失败:",R)}finally{v(!1)}},C=async()=>{a(!0);try{const R=await Oe("/api/db/config/full?key=match_config"),K=(R==null?void 0:R.data)??(R==null?void 0:R.config);if(K){let re=K.poolSettings??fd;re.poolSource&&!Array.isArray(re.poolSource)&&(re={...re,poolSource:[re.poolSource]}),n({...Yw,...K,poolSettings:re})}}catch(R){console.error("加载匹配配置失败:",R)}finally{a(!1)}};b.useEffect(()=>{C(),k()},[]);const E=async()=>{o(!0);try{const R=await jt("/api/db/config",{key:"match_config",value:e,description:"匹配功能配置"});se.error((R==null?void 0:R.success)!==!1?"配置保存成功!":"保存失败: "+((R==null?void 0:R.error)||"未知错误"))}catch(R){console.error(R),se.error("保存失败")}finally{o(!1)}},I=R=>{f(R),g({...R}),u(!0)},L=()=>{f(null),g({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),u(!0)},W=()=>{if(!m.id||!m.label){se.error("请填写类型ID和名称");return}const R=[...e.matchTypes];if(h){const K=R.findIndex(re=>re.id===h.id);K!==-1&&(R[K]={...m})}else{if(R.some(K=>K.id===m.id)){se.error("类型ID已存在");return}R.push({...m})}n({...e,matchTypes:R}),u(!1)},D=R=>{confirm("确定要删除这个匹配类型吗?")&&n({...e,matchTypes:e.matchTypes.filter(K=>K.id!==R)})},P=R=>{n({...e,matchTypes:e.matchTypes.map(K=>K.id===R?{...K,enabled:!K.enabled}:K)})};return r.jsxs("div",{className:"space-y-6",children:[r.jsxs("div",{className:"flex justify-end gap-3",children:[r.jsxs(X,{variant:"outline",onClick:C,disabled:s,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${s?"animate-spin":""}`})," 刷新"]}),r.jsxs(X,{onClick:E,disabled:i,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"})," ",i?"保存中...":"保存配置"]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(wj,{className:"w-5 h-5 text-blue-400"})," 匹配池选择"]}),r.jsx(Ft,{className:"text-gray-400",children:"选择匹配的用户池和完善程度要求,只有满足条件的用户才可被匹配到"})]}),r.jsxs(Te,{className:"space-y-6",children:[r.jsxs("div",{className:"space-y-3",children:[r.jsx(Z,{className:"text-gray-300",children:"匹配来源池"}),r.jsx("p",{className:"text-gray-500 text-xs",children:"可同时勾选多个池子(取并集匹配)"}),r.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-3",children:[{value:"vip",label:"超级个体(VIP会员)",desc:"付费 ¥1980 的VIP会员",icon:"👑",countKey:"vip"},{value:"complete",label:"完善资料用户",desc:"符合下方完善度要求的用户",icon:"✅",countKey:"complete"},{value:"all",label:"全部用户",desc:"所有已注册用户",icon:"👥",countKey:"all"}].map(R=>{const K=e.poolSettings??fd,ue=(Array.isArray(K.poolSource)?K.poolSource:[K.poolSource]).includes(R.value),xe=y==null?void 0:y[R.countKey],H=()=>{const O=Array.isArray(K.poolSource)?[...K.poolSource]:[K.poolSource],J=ue?O.filter($=>$!==R.value):[...O,R.value];J.length===0&&J.push(R.value),n({...e,poolSettings:{...K,poolSource:J}})};return r.jsxs("button",{type:"button",onClick:H,className:`p-4 rounded-lg border text-left transition-all ${ue?"border-[#38bdac] bg-[#38bdac]/10":"border-gray-700 bg-[#0a1628] hover:border-gray-600"}`,children:[r.jsxs("div",{className:"flex items-center justify-between",children:[r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("div",{className:`w-5 h-5 rounded border-2 flex items-center justify-center text-xs ${ue?"border-[#38bdac] bg-[#38bdac] text-white":"border-gray-600"}`,children:ue&&"✓"}),r.jsx("span",{className:"text-xl",children:R.icon}),r.jsx("span",{className:`text-sm font-medium ${ue?"text-[#38bdac]":"text-gray-300"}`,children:R.label})]}),r.jsxs("span",{className:"text-lg font-bold text-white",children:[w?"...":xe??"-",r.jsx("span",{className:"text-xs text-gray-500 font-normal ml-1",children:"人"})]})]}),r.jsx("p",{className:"text-gray-500 text-xs mt-2",children:R.desc}),r.jsx("span",{role:"link",tabIndex:0,onClick:O=>{O.stopPropagation(),t(`/users?pool=${R.value}`)},onKeyDown:O=>{O.key==="Enter"&&(O.stopPropagation(),t(`/users?pool=${R.value}`))},className:"text-[#38bdac] text-xs mt-2 inline-block hover:underline cursor-pointer",children:"查看用户列表 →"})]},R.value)})})]}),r.jsxs("div",{className:"space-y-3 pt-4 border-t border-gray-700/50",children:[r.jsx(Z,{className:"text-gray-300",children:"用户资料完善要求(被匹配用户必须满足以下条件)"}),r.jsx("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4",children:[{key:"requirePhone",label:"有手机号",icon:"📱"},{key:"requireNickname",label:"有昵称",icon:"👤"},{key:"requireAvatar",label:"有头像",icon:"🖼️"},{key:"requireBusiness",label:"有业务需求",icon:"💼"}].map(R=>{const re=(e.poolSettings??fd)[R.key];return r.jsxs("div",{className:"flex items-center gap-3 bg-[#0a1628] rounded-lg p-3",children:[r.jsx(Et,{checked:re,onCheckedChange:ue=>n({...e,poolSettings:{...e.poolSettings??fd,[R.key]:ue}})}),r.jsxs("div",{className:"flex items-center gap-1.5",children:[r.jsx("span",{children:R.icon}),r.jsx(Z,{className:"text-gray-300 text-sm",children:R.label})]})]},R.key)})})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsxs(Qe,{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(Va,{className:"w-5 h-5 text-yellow-400"})," 基础设置"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),r.jsxs(Te,{className:"space-y-6",children:[r.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"每日免费匹配次数"}),r.jsx(ae,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.freeMatchLimit,onChange:R=>n({...e,freeMatchLimit:parseInt(R.target.value,10)||0})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"付费匹配价格(元)"}),r.jsx(ae,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:e.matchPrice,onChange:R=>n({...e,matchPrice:parseFloat(R.target.value)||1})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"每日最大匹配次数"}),r.jsx(ae,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.settings.maxMatchesPerDay,onChange:R=>n({...e,settings:{...e.settings,maxMatchesPerDay:parseInt(R.target.value,10)||10}})})]})]}),r.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:e.settings.enableFreeMatches,onCheckedChange:R=>n({...e,settings:{...e.settings,enableFreeMatches:R}})}),r.jsx(Z,{className:"text-gray-300",children:"启用免费匹配"})]}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:e.settings.enablePaidMatches,onCheckedChange:R=>n({...e,settings:{...e.settings,enablePaidMatches:R}})}),r.jsx(Z,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:[r.jsxs(Qe,{className:"flex flex-row items-center justify-between",children:[r.jsxs("div",{children:[r.jsxs(Xe,{className:"text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-[#38bdac]"})," 匹配类型管理"]}),r.jsx(Ft,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),r.jsxs(X,{onClick:L,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(xn,{className:"w-4 h-4 mr-1"})," 添加类型"]})]}),r.jsx(Te,{children:r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"图标"}),r.jsx(we,{className:"text-gray-400",children:"类型ID"}),r.jsx(we,{className:"text-gray-400",children:"显示名称"}),r.jsx(we,{className:"text-gray-400",children:"匹配标签"}),r.jsx(we,{className:"text-gray-400",children:"价格"}),r.jsx(we,{className:"text-gray-400",children:"数据库匹配"}),r.jsx(we,{className:"text-gray-400",children:"状态"}),r.jsx(we,{className:"text-right text-gray-400",children:"操作"})]})}),r.jsx(rs,{children:e.matchTypes.map(R=>r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{children:r.jsx("span",{className:"text-2xl",children:R.icon})}),r.jsx(be,{className:"font-mono text-gray-300",children:R.id}),r.jsx(be,{className:"text-white font-medium",children:R.label}),r.jsx(be,{className:"text-gray-300",children:R.matchLabel}),r.jsx(be,{children:r.jsxs(Je,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",R.price]})}),r.jsx(be,{children:R.matchFromDB?r.jsx(Je,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):r.jsx(Je,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),r.jsx(be,{children:r.jsx(Et,{checked:R.enabled,onCheckedChange:()=>P(R.id)})}),r.jsx(be,{className:"text-right",children:r.jsxs("div",{className:"flex items-center justify-end gap-1",children:[r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>I(R),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:r.jsx(Jt,{className:"w-4 h-4"})}),r.jsx(X,{variant:"ghost",size:"sm",onClick:()=>D(R.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:r.jsx(Xn,{className:"w-4 h-4"})})]})})]},R.id))})]})})]}),r.jsx(Lt,{open:c,onOpenChange:u,children:r.jsxs(It,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[r.jsx(_t,{children:r.jsxs(zt,{className:"text-white flex items-center gap-2",children:[h?r.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}):r.jsx(xn,{className:"w-5 h-5 text-[#38bdac]"}),h?"编辑匹配类型":"添加匹配类型"]})}),r.jsxs("div",{className:"space-y-4 py-4",children:[r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"类型ID(英文)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:m.id,onChange:R=>g({...m,id:R.target.value}),disabled:!!h})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"图标"}),r.jsx("div",{className:"flex gap-1 flex-wrap",children:OV.map(R=>r.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${m.icon===R?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>g({...m,icon:R}),children:R},R))})]})]}),r.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"显示名称"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.label,onChange:R=>g({...m,label:R.target.value})})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"匹配标签"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.matchLabel,onChange:R=>g({...m,matchLabel:R.target.value})})]})]}),r.jsxs("div",{className:"space-y-2",children:[r.jsx(Z,{className:"text-gray-300",children:"单次匹配价格(元)"}),r.jsx(ae,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:m.price,onChange:R=>g({...m,price:parseFloat(R.target.value)||1})})]}),r.jsxs("div",{className:"flex gap-6 pt-2",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:m.matchFromDB,onCheckedChange:R=>g({...m,matchFromDB:R})}),r.jsx(Z,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:m.showJoinAfterMatch,onCheckedChange:R=>g({...m,showJoinAfterMatch:R})}),r.jsx(Z,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx(Et,{checked:m.enabled,onCheckedChange:R=>g({...m,enabled:R})}),r.jsx(Z,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),r.jsxs(on,{children:[r.jsx(X,{variant:"outline",onClick:()=>u(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),r.jsxs(X,{onClick:W,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-4 h-4 mr-2"})," 保存"]})]})]})})]})}const Qw={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function LV(){const[t,e]=b.useState([]),[n,s]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[g,y]=b.useState(null),[N,w]=b.useState(null);async function v(){m(!0),y(null);try{const E=new URLSearchParams({page:String(a),pageSize:String(o)});u&&E.set("matchType",u);const I=await Oe(`/api/db/match-records?${E}`);I!=null&&I.success?(e(I.records||[]),s(I.total??0)):y("加载匹配记录失败")}catch{y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{v()},[a,u]);const k=Math.ceil(n/o)||1,C=({userId:E,nickname:I,avatar:L})=>r.jsxs("div",{className:"flex items-center gap-3 cursor-pointer group",onClick:()=>w(E),children:[r.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[L?r.jsx("img",{src:L,alt:"",className:"w-full h-full object-cover",onError:W=>{W.currentTarget.style.display="none"}}):null,r.jsx("span",{className:L?"hidden":"",children:(I||E||"?").charAt(0)})]}),r.jsxs("div",{children:[r.jsx("div",{className:"text-white group-hover:text-[#38bdac] transition-colors",children:I||E}),r.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[E==null?void 0:E.slice(0,16),(E==null?void 0:E.length)>16?"...":""]})]})]});return r.jsxs("div",{children:[g&&r.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[r.jsx("span",{children:g}),r.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),r.jsxs("div",{className:"flex justify-between items-center mb-4",children:[r.jsxs("p",{className:"text-gray-400",children:["共 ",n," 条匹配记录 · 点击用户名查看详情"]}),r.jsxs("div",{className:"flex items-center gap-4",children:[r.jsxs("select",{value:u,onChange:E=>{h(E.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[r.jsx("option",{value:"",children:"全部类型"}),Object.entries(Qw).map(([E,I])=>r.jsx("option",{value:E,children:I},E))]}),r.jsxs("button",{type:"button",onClick:v,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[r.jsx(Be,{className:`w-4 h-4 ${f?"animate-spin":""}`})," 刷新"]})]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:f?r.jsxs("div",{className:"flex justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"发起人"}),r.jsx(we,{className:"text-gray-400",children:"匹配到"}),r.jsx(we,{className:"text-gray-400",children:"类型"}),r.jsx(we,{className:"text-gray-400",children:"联系方式"}),r.jsx(we,{className:"text-gray-400",children:"匹配时间"})]})}),r.jsxs(rs,{children:[t.map(E=>r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{children:r.jsx(C,{userId:E.userId,nickname:E.userNickname,avatar:E.userAvatar})}),r.jsx(be,{children:E.matchedUserId?r.jsx(C,{userId:E.matchedUserId,nickname:E.matchedNickname,avatar:E.matchedUserAvatar}):r.jsx("span",{className:"text-gray-500",children:"—"})}),r.jsx(be,{children:r.jsx(Je,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:Qw[E.matchType]||E.matchType})}),r.jsxs(be,{className:"text-sm",children:[E.phone&&r.jsxs("div",{className:"text-green-400",children:["📱 ",E.phone]}),E.wechatId&&r.jsxs("div",{className:"text-blue-400",children:["💬 ",E.wechatId]}),!E.phone&&!E.wechatId&&r.jsx("span",{className:"text-gray-600",children:"-"})]}),r.jsx(be,{className:"text-gray-400",children:E.createdAt?new Date(E.createdAt).toLocaleString():"-"})]},E.id)),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),r.jsx(Us,{page:a,totalPages:k,total:n,pageSize:o,onPageChange:i,onPageSizeChange:E=>{c(E),i(1)}})]})})}),r.jsx(R0,{open:!!N,onClose:()=>w(null),userId:N,onUserUpdated:v})]})}function _V(){const[t,e]=b.useState("records");return r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"flex gap-2",children:[r.jsx("button",{type:"button",onClick:()=>e("records"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="records"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配记录"}),r.jsx("button",{type:"button",onClick:()=>e("pool"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="pool"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配池设置"})]}),t==="records"&&r.jsx(LV,{}),t==="pool"&&r.jsx(DV,{})]})}const Xw={investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function zV(){const[t,e]=b.useState([]),[n,s]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0),[f,m]=b.useState("investor"),[g,y]=b.useState(null);async function N(){h(!0);try{const C=new URLSearchParams({page:String(a),pageSize:String(o),matchType:f}),E=await Oe(`/api/db/match-records?${C}`);E!=null&&E.success&&(e(E.records||[]),s(E.total??0))}catch(C){console.error(C)}finally{h(!1)}}b.useEffect(()=>{N()},[a,f]);const w=async C=>{if(!C.phone&&!C.wechatId){se.info("该记录无联系方式,无法推送到存客宝");return}y(C.id);try{const E=await jt("/api/ckb/join",{type:C.matchType||"investor",phone:C.phone||"",wechat:C.wechatId||"",userId:C.userId,name:C.userNickname||""});se.error((E==null?void 0:E.message)||(E!=null&&E.success?"推送成功":"推送失败"))}catch(E){se.error("推送失败: "+(E instanceof Error?E.message:"网络错误"))}finally{y(null)}},v=Math.ceil(n/o)||1,k=C=>!!(C.phone||C.wechatId);return r.jsxs("div",{children:[r.jsxs("div",{className:"flex justify-between items-center mb-4",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400",children:"点击获客:有人填写手机号/微信号的直接显示,可一键推送到存客宝"}),r.jsxs("p",{className:"text-gray-500 text-xs mt-1",children:["共 ",n," 条记录 — 有联系方式的可触发存客宝添加好友"]})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("select",{value:f,onChange:C=>{m(C.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:Object.entries(Xw).map(([C,E])=>r.jsx("option",{value:C,children:E},C))}),r.jsxs(X,{onClick:N,disabled:u,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${u?"animate-spin":""}`})," 刷新"]})]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:u?r.jsxs("div",{className:"flex justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"发起人"}),r.jsx(we,{className:"text-gray-400",children:"匹配到"}),r.jsx(we,{className:"text-gray-400",children:"类型"}),r.jsx(we,{className:"text-gray-400",children:"联系方式"}),r.jsx(we,{className:"text-gray-400",children:"时间"}),r.jsx(we,{className:"text-gray-400 text-right",children:"操作"})]})}),r.jsxs(rs,{children:[t.map(C=>{var E,I;return r.jsxs(ut,{className:`border-gray-700/50 ${k(C)?"hover:bg-[#0a1628]":"opacity-60"}`,children:[r.jsx(be,{className:"text-white",children:C.userNickname||((E=C.userId)==null?void 0:E.slice(0,12))}),r.jsx(be,{className:"text-white",children:C.matchedNickname||((I=C.matchedUserId)==null?void 0:I.slice(0,12))}),r.jsx(be,{children:r.jsx(Je,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:Xw[C.matchType]||C.matchType})}),r.jsxs(be,{className:"text-sm",children:[C.phone&&r.jsxs("div",{className:"text-green-400",children:["📱 ",C.phone]}),C.wechatId&&r.jsxs("div",{className:"text-blue-400",children:["💬 ",C.wechatId]}),!C.phone&&!C.wechatId&&r.jsx("span",{className:"text-gray-600",children:"无联系方式"})]}),r.jsx(be,{className:"text-gray-400 text-sm",children:C.createdAt?new Date(C.createdAt).toLocaleString():"-"}),r.jsx(be,{className:"text-right",children:k(C)?r.jsxs(X,{size:"sm",onClick:()=>w(C),disabled:g===C.id,className:"bg-[#38bdac] hover:bg-[#2da396] text-white text-xs h-7 px-3",children:[r.jsx(MA,{className:"w-3 h-3 mr-1"}),g===C.id?"推送中...":"推送CKB"]}):r.jsx("span",{className:"text-gray-600 text-xs",children:"—"})})]},C.id)}),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无记录"})})]})]}),r.jsx(Us,{page:a,totalPages:v,total:n,pageSize:o,onPageChange:i,onPageSizeChange:C=>{c(C),i(1)}})]})})})]})}const Zw={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},FV={single:"单次",half_year:"半年",year:"年度"};function $V(){const[t,e]=b.useState([]),[n,s]=b.useState(!0),[a,i]=b.useState("");async function o(){s(!0);try{const c=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",u=await Oe(c);u!=null&&u.success&&u.data&&e(u.data)}catch(c){console.error(c)}finally{s(!1)}}return b.useEffect(()=>{o()},[a]),r.jsxs("div",{children:[r.jsxs("div",{className:"flex justify-between items-center mb-4",children:[r.jsx("p",{className:"text-gray-400",children:"导师咨询预约记录"}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsxs("select",{value:a,onChange:c=>i(c.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[r.jsx("option",{value:"",children:"全部状态"}),Object.entries(Zw).map(([c,u])=>r.jsx("option",{value:c,children:u},c))]}),r.jsxs(X,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`})," 刷新"]})]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50",children:r.jsx(Te,{className:"p-0",children:n?r.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"ID"}),r.jsx(we,{className:"text-gray-400",children:"用户ID"}),r.jsx(we,{className:"text-gray-400",children:"导师ID"}),r.jsx(we,{className:"text-gray-400",children:"类型"}),r.jsx(we,{className:"text-gray-400",children:"金额"}),r.jsx(we,{className:"text-gray-400",children:"状态"}),r.jsx(we,{className:"text-gray-400",children:"创建时间"})]})}),r.jsxs(rs,{children:[t.map(c=>r.jsxs(ut,{className:"border-gray-700/50",children:[r.jsx(be,{className:"text-gray-300",children:c.id}),r.jsx(be,{className:"text-gray-400",children:c.userId}),r.jsx(be,{className:"text-gray-400",children:c.mentorId}),r.jsx(be,{className:"text-gray-400",children:FV[c.consultationType]||c.consultationType}),r.jsxs(be,{className:"text-white",children:["¥",c.amount]}),r.jsx(be,{className:"text-gray-400",children:Zw[c.status]||c.status}),r.jsx(be,{className:"text-gray-500 text-sm",children:c.createdAt?new Date(c.createdAt).toLocaleString():"-"})]},c.id)),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}function BV(){const[t,e]=b.useState("booking");return r.jsxs("div",{className:"space-y-4",children:[r.jsxs("div",{className:"flex gap-2",children:[r.jsx("button",{type:"button",onClick:()=>e("booking"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="booking"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"预约记录"}),r.jsx("button",{type:"button",onClick:()=>e("manage"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="manage"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"导师管理"})]}),t==="booking"&&r.jsx($V,{}),t==="manage"&&r.jsx("div",{className:"-mx-8",children:r.jsx(d3,{embedded:!0})})]})}function VV(){const[t,e]=b.useState([]),[n,s]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0);async function f(){h(!0);try{const g=new URLSearchParams({page:String(a),pageSize:String(o),matchType:"team"}),y=await Oe(`/api/db/match-records?${g}`);y!=null&&y.success&&(e(y.records||[]),s(y.total??0))}catch(g){console.error(g)}finally{h(!1)}}b.useEffect(()=>{f()},[a]);const m=Math.ceil(n/o)||1;return r.jsxs("div",{children:[r.jsxs("div",{className:"flex justify-between items-center mb-4",children:[r.jsxs("div",{children:[r.jsxs("p",{className:"text-gray-400",children:["团队招募匹配记录,共 ",n," 条"]}),r.jsx("p",{className:"text-gray-500 text-xs mt-1",children:"用户通过「团队招募」提交联系方式到存客宝"})]}),r.jsxs("button",{type:"button",onClick:f,disabled:u,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[r.jsx(Be,{className:`w-4 h-4 ${u?"animate-spin":""}`})," 刷新"]})]}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:r.jsx(Te,{className:"p-0",children:u?r.jsxs("div",{className:"flex justify-center py-12",children:[r.jsx(Be,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),r.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):r.jsxs(r.Fragment,{children:[r.jsxs(ns,{children:[r.jsx(ss,{children:r.jsxs(ut,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[r.jsx(we,{className:"text-gray-400",children:"发起人"}),r.jsx(we,{className:"text-gray-400",children:"匹配到"}),r.jsx(we,{className:"text-gray-400",children:"联系方式"}),r.jsx(we,{className:"text-gray-400",children:"时间"})]})}),r.jsxs(rs,{children:[t.map(g=>r.jsxs(ut,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[r.jsx(be,{className:"text-white",children:g.userNickname||g.userId}),r.jsx(be,{className:"text-white",children:g.matchedNickname||g.matchedUserId}),r.jsxs(be,{className:"text-gray-400 text-sm",children:[g.phone&&r.jsxs("div",{children:["📱 ",g.phone]}),g.wechatId&&r.jsxs("div",{children:["💬 ",g.wechatId]}),!g.phone&&!g.wechatId&&"-"]}),r.jsx(be,{className:"text-gray-400",children:g.createdAt?new Date(g.createdAt).toLocaleString():"-"})]},g.id)),t.length===0&&r.jsx(ut,{children:r.jsx(be,{colSpan:4,className:"text-center py-12 text-gray-500",children:"暂无团队招募记录"})})]})]}),r.jsx(Us,{page:a,totalPages:m,total:n,pageSize:o,onPageChange:i,onPageSizeChange:g=>{c(g),i(1)}})]})})})]})}const ej={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"},tj={partner:"⭐",investor:"👥",mentor:"❤️",team:"🎮"};function HV({onSwitchTab:t,onOpenCKB:e}={}){const n=Ji(),[s,a]=b.useState(null),[i,o]=b.useState(null),[c,u]=b.useState(!0),h=b.useCallback(async()=>{var m,g;u(!0);try{const[y,N]=await Promise.allSettled([Oe("/api/db/match-records?stats=true"),Oe("/api/db/ckb-plan-stats")]);if(y.status==="fulfilled"&&((m=y.value)!=null&&m.success)&&y.value.data){let w=y.value.data;if(w.totalMatches>0&&(!w.uniqueUsers||w.uniqueUsers===0))try{const v=await Oe("/api/db/match-records?page=1&pageSize=200");if(v!=null&&v.success&&v.records){const k=new Set(v.records.map(C=>C.userId).filter(Boolean));w={...w,uniqueUsers:k.size}}}catch{}a(w)}N.status==="fulfilled"&&((g=N.value)!=null&&g.success)&&N.value.data&&o(N.value.data)}catch(y){console.error("加载统计失败:",y)}finally{u(!1)}},[]);b.useEffect(()=>{h()},[h]);const f=m=>c?"—":String(m??0);return r.jsxs("div",{className:"space-y-8",children:[r.jsxs("div",{children:[r.jsxs("h3",{className:"text-lg font-semibold text-white mb-4 flex items-center gap-2",children:[r.jsx(zn,{className:"w-5 h-5 text-[#38bdac]"})," 找伙伴数据"]}),r.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-3 gap-5",children:[r.jsx(Ee,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-[#38bdac]/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"总匹配次数"}),r.jsx("p",{className:"text-4xl font-bold text-white",children:f(s==null?void 0:s.totalMatches)}),r.jsxs("p",{className:"text-[#38bdac] text-xs mt-3 flex items-center gap-1",children:[r.jsx(qa,{className:"w-3 h-3"})," 查看匹配记录"]})]})}),r.jsx(Ee,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-yellow-500/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"今日匹配"}),r.jsx("p",{className:"text-4xl font-bold text-white",children:f(s==null?void 0:s.todayMatches)}),r.jsxs("p",{className:"text-yellow-400/60 text-xs mt-3 flex items-center gap-1",children:[r.jsx(Va,{className:"w-3 h-3"})," 今日实时"]})]})}),r.jsx(Ee,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-blue-500/60 transition-all",onClick:()=>n("/users"),children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"匹配用户数"}),r.jsx("p",{className:"text-4xl font-bold text-white",children:f(s==null?void 0:s.uniqueUsers)}),r.jsxs("p",{className:"text-blue-400/60 text-xs mt-3 flex items-center gap-1",children:[r.jsx(qa,{className:"w-3 h-3"})," 查看用户管理"]})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/40",children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"人均匹配"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":s!=null&&s.uniqueUsers?(s.totalMatches/s.uniqueUsers).toFixed(1):"0"})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-gray-700/40",children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"付费匹配次数"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:f(s==null?void 0:s.paidMatchCount)})]})})]})]}),(s==null?void 0:s.byType)&&s.byType.length>0&&r.jsxs("div",{children:[r.jsx("h3",{className:"text-lg font-semibold text-white mb-4",children:"各类型匹配分布"}),r.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:s.byType.map(m=>{const g=s.totalMatches>0?m.count/s.totalMatches*100:0;return r.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/40 rounded-xl p-5",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[r.jsx("span",{className:"text-2xl",children:tj[m.matchType]||"📊"}),r.jsx("span",{className:"text-gray-300 font-medium",children:ej[m.matchType]||m.matchType})]}),r.jsx("p",{className:"text-3xl font-bold text-white mb-2",children:m.count}),r.jsx("div",{className:"w-full h-2 bg-gray-700/50 rounded-full overflow-hidden",children:r.jsx("div",{className:"h-full bg-[#38bdac] rounded-full transition-all",style:{width:`${Math.min(g,100)}%`}})}),r.jsxs("p",{className:"text-gray-500 text-xs mt-1.5",children:[g.toFixed(1),"%"]})]},m.matchType)})})]}),r.jsxs("div",{children:[r.jsxs("h3",{className:"text-lg font-semibold text-white mb-4 flex items-center gap-2",children:[r.jsx($r,{className:"w-5 h-5 text-orange-400"})," AI 获客数据"]}),r.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-3 gap-5 mb-6",children:[r.jsx(Ee,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("submitted"),children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"已提交线索"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":(i==null?void 0:i.ckbTotal)??0}),r.jsx("p",{className:"text-orange-400/60 text-xs mt-2",children:"点击查看明细 →"})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("contact"),children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"有联系方式"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":(i==null?void 0:i.withContact)??0}),r.jsx("p",{className:"text-orange-400/60 text-xs mt-2",children:"点击查看明细 →"})]})}),r.jsx(Ee,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("test"),children:r.jsxs(Te,{className:"p-6",children:[r.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"AI 添加进度"}),r.jsx("p",{className:"text-xl font-bold text-orange-400",children:"查看详情 →"}),r.jsx("p",{className:"text-gray-500 text-xs mt-2",children:"添加成功率 · 回复率 · API 文档"})]})})]}),(i==null?void 0:i.byType)&&i.byType.length>0&&r.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6",children:i.byType.map(m=>r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-lg p-4 flex items-center gap-3",children:[r.jsx("span",{className:"text-xl",children:tj[m.matchType]||"📋"}),r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 text-xs",children:ej[m.matchType]||m.matchType}),r.jsx("p",{className:"text-xl font-bold text-white",children:m.total})]})]},m.matchType))})]})]})}const WV=["partner","investor","mentor","team"],Qg=[{key:"join_partner",label:"找伙伴场景"},{key:"join_investor",label:"资源对接场景"},{key:"join_mentor",label:"导师顾问场景"},{key:"join_team",label:"团队招募场景"},{key:"match",label:"匹配上报"},{key:"lead",label:"链接卡若"}],nj=`# 场景获客接口摘要 -- 地址:POST /v1/api/scenarios -- 必填:apiKey、sign、timestamp -- 主标识:phone 或 wechatId 至少一项 -- 可选:name、source、remark、tags、siteTags、portrait -- 签名:排除 sign/apiKey/portrait,键名升序拼接值后双重 MD5 -- 成功:code=200,message=新增成功 或 已存在`;function UV({initialTab:t="overview"}){const[e,n]=b.useState(t),[s,a]=b.useState("13800000000"),[i,o]=b.useState(""),[c,u]=b.useState(""),[h,f]=b.useState(nj),[m,g]=b.useState(!1),[y,N]=b.useState(!1),[w,v]=b.useState([]),[k,C]=b.useState([]),[E,I]=b.useState({}),[L,W]=b.useState([{endpoint:"/api/ckb/join",label:"找伙伴",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"资源对接",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"导师顾问",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"团队招募",method:"POST",status:"idle"},{endpoint:"/api/ckb/match",label:"匹配上报",method:"POST",status:"idle"},{endpoint:"/api/miniprogram/ckb/lead",label:"链接卡若",method:"POST",status:"idle"},{endpoint:"/api/match/config",label:"匹配配置",method:"GET",status:"idle"}]),D=b.useMemo(()=>{const O={};return Qg.forEach(J=>{O[J.key]=E[J.key]||{apiUrl:"https://ckbapi.quwanzhi.com/v1/api/scenarios",apiKey:"fyngh-ecy9h-qkdae-epwd5-rz6kd",source:"",tags:"",siteTags:"创业实验APP",notes:""}}),O},[E]),P=O=>{const J=s.trim(),$=i.trim();return O<=3?{type:WV[O],phone:J||void 0,wechat:$||void 0,userId:"admin_test",name:"后台测试"}:O===4?{matchType:"partner",phone:J||void 0,wechat:$||void 0,userId:"admin_test",nickname:"后台测试",matchedUser:{id:"test",nickname:"测试",matchScore:88}}:O===5?{phone:J||void 0,wechatId:$||void 0,userId:"admin_test",name:"后台测试"}:{}};async function R(){N(!0);try{const[O,J,$]=await Promise.all([Oe("/api/db/config/full?key=ckb_config"),Oe("/api/db/ckb-leads?mode=submitted&page=1&pageSize=50"),Oe("/api/db/ckb-leads?mode=contact&page=1&pageSize=50")]),M=O==null?void 0:O.data;M!=null&&M.routes&&I(M.routes),M!=null&&M.docNotes&&u(M.docNotes),M!=null&&M.docContent&&f(M.docContent),J!=null&&J.success&&v(J.records||[]),$!=null&&$.success&&C($.records||[])}finally{N(!1)}}b.useEffect(()=>{n(t)},[t]),b.useEffect(()=>{R()},[]);async function K(){g(!0);try{const O=await jt("/api/db/config",{key:"ckb_config",value:{routes:D,docNotes:c,docContent:h},description:"存客宝接口配置"});se.error((O==null?void 0:O.success)!==!1?"存客宝配置已保存":`保存失败: ${(O==null?void 0:O.error)||"未知错误"}`)}catch(O){se.error(`保存失败: ${O instanceof Error?O.message:"网络错误"}`)}finally{g(!1)}}const re=(O,J)=>{I($=>({...$,[O]:{...D[O],...J}}))},ue=async O=>{const J=L[O];if(J.method==="POST"&&!s.trim()&&!i.trim()){se.error("请填写测试手机号");return}const $=[...L];$[O]={...J,status:"testing",message:void 0,responseTime:void 0},W($);const M=performance.now();try{const q=J.method==="GET"?await Oe(J.endpoint):await jt(J.endpoint,P(O)),B=Math.round(performance.now()-M),z=(q==null?void 0:q.message)||"",G=(q==null?void 0:q.success)===!0||z.includes("已存在")||z.includes("已加入")||z.includes("已提交"),oe=[...L];oe[O]={...J,status:G?"success":"error",message:z||(G?"正常":"异常"),responseTime:B},W(oe),await R()}catch(q){const B=Math.round(performance.now()-M),z=[...L];z[O]={...J,status:"error",message:q instanceof Error?q.message:"失败",responseTime:B},W(z)}},xe=async()=>{if(!s.trim()&&!i.trim()){se.error("请填写测试手机号");return}for(let O=0;Or.jsx("div",{className:"overflow-auto rounded-lg border border-gray-700/30",children:r.jsxs("table",{className:"w-full text-sm",children:[r.jsx("thead",{className:"bg-[#0a1628] text-gray-400",children:r.jsxs("tr",{children:[r.jsx("th",{className:"text-left px-4 py-3",children:"发起人"}),r.jsx("th",{className:"text-left px-4 py-3",children:"类型"}),r.jsx("th",{className:"text-left px-4 py-3",children:"手机号"}),r.jsx("th",{className:"text-left px-4 py-3",children:"微信号"}),r.jsx("th",{className:"text-left px-4 py-3",children:"时间"})]})}),r.jsx("tbody",{children:O.length===0?r.jsx("tr",{children:r.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:J})}):O.map($=>r.jsxs("tr",{className:"border-t border-gray-700/30",children:[r.jsx("td",{className:"px-4 py-3 text-white",children:$.userNickname||$.userId}),r.jsx("td",{className:"px-4 py-3 text-gray-300",children:$.matchType}),r.jsx("td",{className:"px-4 py-3 text-green-400",children:$.phone||"—"}),r.jsx("td",{className:"px-4 py-3 text-blue-400",children:$.wechatId||"—"}),r.jsx("td",{className:"px-4 py-3 text-gray-400",children:$.createdAt?new Date($.createdAt).toLocaleString():"—"})]},$.id))})]})});return r.jsx(Ee,{className:"bg-[#0f2137] border-orange-500/30 mb-6",children:r.jsxs(Te,{className:"p-5",children:[r.jsxs("div",{className:"flex items-center justify-between mb-4",children:[r.jsxs("div",{className:"flex items-center gap-3",children:[r.jsx("h3",{className:"text-white font-semibold",children:"存客宝工作台"}),r.jsx(Je,{className:"bg-orange-500/20 text-orange-400 border-0 text-xs",children:"CKB"}),r.jsxs("button",{type:"button",onClick:()=>n("doc"),className:"text-orange-400/60 text-xs hover:text-orange-400 flex items-center gap-1",children:[r.jsx(qa,{className:"w-3 h-3"})," API 文档"]})]}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsxs(X,{onClick:()=>R(),variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[r.jsx(Be,{className:`w-3.5 h-3.5 mr-1 ${y?"animate-spin":""}`})," 刷新"]}),r.jsxs(X,{onClick:K,disabled:m,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[r.jsx(kn,{className:"w-3.5 h-3.5 mr-1"})," ",m?"保存中...":"保存配置"]})]})]}),r.jsx("div",{className:"flex flex-wrap gap-2 mb-5",children:[["overview","概览"],["submitted","已提交线索"],["contact","有联系方式"],["config","场景配置"],["test","接口测试"],["doc","API 文档"]].map(([O,J])=>r.jsx("button",{type:"button",onClick:()=>n(O),className:`px-4 py-2 rounded-lg text-sm transition-colors ${e===O?"bg-orange-500 text-white":"bg-[#0a1628] text-gray-400 hover:text-white"}`,children:J},O))}),e==="overview"&&r.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[r.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"已提交线索"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:w.length})]}),r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[r.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"有联系方式"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:k.length})]}),r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[r.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"场景配置数"}),r.jsx("p",{className:"text-3xl font-bold text-white",children:Qg.length})]}),r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[r.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"文档备注"}),r.jsx("p",{className:"text-sm text-gray-300 line-clamp-3",children:c||"未填写"})]})]}),e==="submitted"&&H(w,"暂无已提交线索"),e==="contact"&&H(k,"暂无有联系方式线索"),e==="config"&&r.jsx("div",{className:"space-y-4",children:Qg.map(O=>r.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-4",children:[r.jsxs("div",{className:"flex items-center justify-between mb-3",children:[r.jsx("h4",{className:"text-white font-medium",children:O.label}),r.jsx(Je,{className:"bg-orange-500/20 text-orange-300 border-0 text-xs",children:O.key})]}),r.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"API 地址"}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:D[O.key].apiUrl,onChange:J=>re(O.key,{apiUrl:J.target.value})})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"API Key"}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:D[O.key].apiKey,onChange:J=>re(O.key,{apiKey:J.target.value})})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"Source"}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:D[O.key].source,onChange:J=>re(O.key,{source:J.target.value})})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"Tags"}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:D[O.key].tags,onChange:J=>re(O.key,{tags:J.target.value})})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"SiteTags"}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:D[O.key].siteTags,onChange:J=>re(O.key,{siteTags:J.target.value})})]}),r.jsxs("div",{className:"space-y-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"说明备注"}),r.jsx(ae,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:D[O.key].notes,onChange:J=>re(O.key,{notes:J.target.value})})]})]})]},O.key))}),e==="test"&&r.jsxs(r.Fragment,{children:[r.jsxs("div",{className:"flex gap-3 mb-4",children:[r.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[r.jsx(Bi,{className:"w-4 h-4 text-gray-500 shrink-0"}),r.jsxs("div",{className:"flex-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"测试手机号"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:s,onChange:O=>a(O.target.value)})]})]}),r.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[r.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"💬"}),r.jsxs("div",{className:"flex-1",children:[r.jsx(Z,{className:"text-gray-500 text-xs",children:"微信号(可选)"}),r.jsx(ae,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:i,onChange:O=>o(O.target.value)})]})]}),r.jsx("div",{className:"flex items-end",children:r.jsxs(X,{onClick:xe,className:"bg-orange-500 hover:bg-orange-600 text-white",children:[r.jsx(Va,{className:"w-3.5 h-3.5 mr-1"})," 全部测试"]})})]}),r.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2",children:L.map((O,J)=>r.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg px-3 py-2 border border-gray-700/30",children:[r.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[O.status==="idle"&&r.jsx("div",{className:"w-2 h-2 rounded-full bg-gray-600 shrink-0"}),O.status==="testing"&&r.jsx(Be,{className:"w-3 h-3 text-yellow-400 animate-spin shrink-0"}),O.status==="success"&&r.jsx(rx,{className:"w-3 h-3 text-green-400 shrink-0"}),O.status==="error"&&r.jsx(vj,{className:"w-3 h-3 text-red-400 shrink-0"}),r.jsx("span",{className:"text-white text-xs truncate",children:O.label})]}),r.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[O.responseTime!==void 0&&r.jsxs("span",{className:"text-gray-600 text-[10px]",children:[O.responseTime,"ms"]}),r.jsx("button",{type:"button",onClick:()=>ue(J),disabled:O.status==="testing",className:"text-orange-400/60 hover:text-orange-400 text-[10px] disabled:opacity-50",children:"测试"})]})]},`${O.endpoint}-${J}`))})]}),e==="doc"&&r.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[r.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[r.jsxs("div",{className:"flex items-center justify-between mb-3",children:[r.jsx("h4",{className:"text-white text-sm font-medium",children:"场景获客 API 摘要"}),r.jsxs("a",{href:"https://ckbapi.quwanzhi.com/v1/api/scenarios",target:"_blank",rel:"noreferrer",className:"text-orange-400/70 hover:text-orange-400 text-xs flex items-center gap-1",children:[r.jsx(qa,{className:"w-3 h-3"})," 打开外链"]})]}),r.jsx("pre",{className:"whitespace-pre-wrap text-xs text-gray-400 leading-6",children:h||nj})]}),r.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[r.jsx("h4",{className:"text-white text-sm font-medium mb-3",children:"说明备注(可编辑)"}),r.jsx("textarea",{className:"w-full min-h-[260px] bg-[#0f2137] border border-gray-700 rounded-md text-sm text-gray-300 p-3 outline-none focus:border-orange-500/50 resize-y",value:c,onChange:O=>u(O.target.value),placeholder:"记录 Token、入口差异、回复率统计规则、对接约定等。"})]})]})]})})}const KV=[{id:"stats",label:"数据统计",icon:sx},{id:"partner",label:"找伙伴",icon:zn},{id:"resource",label:"资源对接",icon:MM},{id:"mentor",label:"导师预约",icon:CM},{id:"team",label:"团队招募",icon:xd}];function qV(){const[t,e]=b.useState("stats"),[n,s]=b.useState(!1),[a,i]=b.useState("overview");return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"mb-6 flex items-start justify-between gap-4",children:[r.jsxs("div",{children:[r.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[r.jsx(zn,{className:"w-6 h-6 text-[#38bdac]"}),"找伙伴"]}),r.jsx("p",{className:"text-gray-400 mt-1",children:"数据统计、匹配池与记录、资源对接、导师预约、团队招募"})]}),r.jsxs(X,{type:"button",variant:"outline",onClick:()=>s(o=>!o),className:"border-orange-500/40 text-orange-300 hover:bg-orange-500/10 bg-transparent",children:[r.jsx($r,{className:"w-4 h-4 mr-2"}),"存客宝"]})]}),n&&r.jsx(UV,{initialTab:a}),r.jsx("div",{className:"flex flex-wrap gap-1 mb-6 bg-[#0f2137] rounded-lg p-1 border border-gray-700/50",children:KV.map(o=>{const c=t===o.id;return r.jsxs("button",{type:"button",onClick:()=>e(o.id),className:`flex items-center gap-2 px-5 py-2.5 rounded-md text-sm font-medium transition-all ${c?"bg-[#38bdac] text-white shadow-lg":"text-gray-400 hover:text-white hover:bg-gray-700/50"}`,children:[r.jsx(o.icon,{className:"w-4 h-4"}),o.label]},o.id)})}),t==="stats"&&r.jsx(HV,{onSwitchTab:o=>e(o),onOpenCKB:o=>{i(o||"overview"),s(!0)}}),t==="partner"&&r.jsx(_V,{}),t==="resource"&&r.jsx(zV,{}),t==="mentor"&&r.jsx(BV,{}),t==="team"&&r.jsx(VV,{})]})}function GV(){return r.jsxs("div",{className:"p-8 w-full",children:[r.jsxs("div",{className:"flex items-center gap-2 mb-8",children:[r.jsx($r,{className:"w-8 h-8 text-[#38bdac]"}),r.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"})]}),r.jsx("p",{className:"text-gray-400 mb-6",children:"API 风格:RESTful · 版本 v1.0 · 基础路径 /api · 简单、清晰、易用。"}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"1. 接口总览"})}),r.jsxs(Te,{className:"space-y-4 text-sm",children:[r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 mb-2",children:"接口分类"}),r.jsxs("ul",{className:"space-y-1 text-gray-300 font-mono",children:[r.jsx("li",{children:"/api/book — 书籍内容(章节列表、内容获取、同步)"}),r.jsx("li",{children:"/api/payment — 支付系统(订单创建、回调、状态查询)"}),r.jsx("li",{children:"/api/referral — 分销系统(邀请码、收益、提现)"}),r.jsx("li",{children:"/api/user — 用户系统(登录、注册、信息更新)"}),r.jsx("li",{children:"/api/match — 匹配系统(寻找匹配、匹配历史)"}),r.jsx("li",{children:"/api/admin — 管理后台(内容/订单/用户/分销管理)"}),r.jsx("li",{children:"/api/config — 配置系统"})]})]}),r.jsxs("div",{children:[r.jsx("p",{className:"text-gray-400 mb-2",children:"认证方式"}),r.jsx("p",{className:"text-gray-300",children:"用户:Cookie session_id(可选)"}),r.jsx("p",{className:"text-gray-300",children:"管理端:Authorization: Bearer admin-token-secret"})]})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"2. 书籍内容"})}),r.jsxs(Te,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[r.jsx("p",{children:"GET /api/book/all-chapters — 获取所有章节"}),r.jsx("p",{children:"GET /api/book/chapter/:id — 获取单章内容"}),r.jsx("p",{children:"POST /api/book/sync — 同步章节(需管理员认证)"})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"3. 支付"})}),r.jsxs(Te,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[r.jsx("p",{children:"POST /api/payment/create-order — 创建订单"}),r.jsx("p",{children:"POST /api/payment/alipay/notify — 支付宝回调"}),r.jsx("p",{children:"POST /api/payment/wechat/notify — 微信回调"})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"4. 分销与用户"})}),r.jsxs(Te,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[r.jsx("p",{children:"/api/referral/* — 邀请码、收益查询、提现"}),r.jsx("p",{children:"/api/user/* — 登录、注册、信息更新"}),r.jsx("p",{children:"/api/match/* — 匹配、匹配历史"})]})]}),r.jsxs(Ee,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[r.jsx(Qe,{children:r.jsx(Xe,{className:"text-white",children:"5. 管理后台"})}),r.jsxs(Te,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[r.jsx("p",{children:"GET/POST /api/admin/referral-settings — 推广/分销设置(含 VIP 配置)"}),r.jsx("p",{children:"GET /api/db/users、/api/db/book — 用户与章节数据"}),r.jsx("p",{children:"GET /api/admin/orders — 订单列表"})]})]}),r.jsx("p",{className:"text-gray-500 text-xs",children:"完整说明见项目内 开发文档/5、接口/API接口完整文档.md"})]})}function JV(){const t=Gi();return r.jsx("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-8",children:r.jsxs("div",{className:"text-center max-w-md",children:[r.jsx("div",{className:"inline-flex items-center justify-center w-20 h-20 rounded-full bg-red-500/20 text-red-400 mb-6",children:r.jsx(yj,{className:"w-10 h-10"})}),r.jsx("h1",{className:"text-4xl font-bold text-white mb-2",children:"404"}),r.jsx("p",{className:"text-gray-400 mb-1",children:"页面不存在"}),r.jsx("p",{className:"text-sm text-gray-500 font-mono mb-8 break-all",children:t.pathname}),r.jsx(X,{asChild:!0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:r.jsxs(nx,{to:"/",children:[r.jsx(zM,{className:"w-4 h-4 mr-2"}),"返回首页"]})})]})})}function YV(){return r.jsxs(kT,{children:[r.jsx(Gt,{path:"/login",element:r.jsx(sI,{})}),r.jsxs(Gt,{path:"/",element:r.jsx(i5,{}),children:[r.jsx(Gt,{index:!0,element:r.jsx(tg,{to:"/dashboard",replace:!0})}),r.jsx(Gt,{path:"dashboard",element:r.jsx(fR,{})}),r.jsx(Gt,{path:"orders",element:r.jsx(pR,{})}),r.jsx(Gt,{path:"users",element:r.jsx(mR,{})}),r.jsx(Gt,{path:"distribution",element:r.jsx(_R,{})}),r.jsx(Gt,{path:"withdrawals",element:r.jsx(zR,{})}),r.jsx(Gt,{path:"content",element:r.jsx(pV,{})}),r.jsx(Gt,{path:"referral-settings",element:r.jsx(oS,{})}),r.jsx(Gt,{path:"author-settings",element:r.jsx(tg,{to:"/settings?tab=author",replace:!0})}),r.jsx(Gt,{path:"vip-roles",element:r.jsx(PV,{})}),r.jsx(Gt,{path:"mentors",element:r.jsx(d3,{})}),r.jsx(Gt,{path:"mentor-consultations",element:r.jsx(RV,{})}),r.jsx(Gt,{path:"admin-users",element:r.jsx(tg,{to:"/settings?tab=admin",replace:!0})}),r.jsx(Gt,{path:"settings",element:r.jsx(wV,{})}),r.jsx(Gt,{path:"payment",element:r.jsx(jV,{})}),r.jsx(Gt,{path:"site",element:r.jsx(EV,{})}),r.jsx(Gt,{path:"qrcodes",element:r.jsx(TV,{})}),r.jsx(Gt,{path:"find-partner",element:r.jsx(qV,{})}),r.jsx(Gt,{path:"match",element:r.jsx(AV,{})}),r.jsx(Gt,{path:"match-records",element:r.jsx(IV,{})}),r.jsx(Gt,{path:"api-doc",element:r.jsx(GV,{})}),r.jsx(Gt,{path:"api-docs",element:r.jsx(c3,{})})]}),r.jsx(Gt,{path:"*",element:r.jsx(JV,{})})]})}ME.createRoot(document.getElementById("root")).render(r.jsx(b.StrictMode,{children:r.jsx(PT,{future:{v7_startTransition:!0,v7_relativeSplatPath:!0},children:r.jsx(YV,{})})})); diff --git a/soul-admin/dist/assets/index-Dk6CvQRe.js b/soul-admin/dist/assets/index-Dk6CvQRe.js deleted file mode 100644 index f093069d..00000000 --- a/soul-admin/dist/assets/index-Dk6CvQRe.js +++ /dev/null @@ -1,1006 +0,0 @@ -function RT(t,e){for(var n=0;nr[a]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))r(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(a){if(a.ep)return;a.ep=!0;const i=n(a);fetch(a.href,i)}})();function cj(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Xm={exports:{}},xd={},Zm={exports:{}},Nt={};/** - * @license React - * react.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Fv;function PT(){if(Fv)return Nt;Fv=1;var t=Symbol.for("react.element"),e=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),o=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),m=Symbol.iterator;function x(_){return _===null||typeof _!="object"?null:(_=m&&_[m]||_["@@iterator"],typeof _=="function"?_:null)}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},N=Object.assign,w={};function j(_,U,H){this.props=_,this.context=U,this.refs=w,this.updater=H||y}j.prototype.isReactComponent={},j.prototype.setState=function(_,U){if(typeof _!="object"&&typeof _!="function"&&_!=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,_,U,"setState")},j.prototype.forceUpdate=function(_){this.updater.enqueueForceUpdate(this,_,"forceUpdate")};function S(){}S.prototype=j.prototype;function E(_,U,H){this.props=_,this.context=U,this.refs=w,this.updater=H||y}var T=E.prototype=new S;T.constructor=E,N(T,j.prototype),T.isPureReactComponent=!0;var P=Array.isArray,O=Object.prototype.hasOwnProperty,q={current:null},z={key:!0,ref:!0,__self:!0,__source:!0};function V(_,U,H){var K,me={},Y=null,le=null;if(U!=null)for(K in U.ref!==void 0&&(le=U.ref),U.key!==void 0&&(Y=""+U.key),U)O.call(U,K)&&!z.hasOwnProperty(K)&&(me[K]=U[K]);var de=arguments.length-2;if(de===1)me.children=H;else if(1>>1,U=R[_];if(0>>1;_a(me,G))Ya(le,me)?(R[_]=le,R[Y]=G,_=Y):(R[_]=me,R[K]=G,_=K);else if(Ya(le,G))R[_]=le,R[Y]=G,_=Y;else break e}}return oe}function a(R,oe){var G=R.sortIndex-oe.sortIndex;return G!==0?G:R.id-oe.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;t.unstable_now=function(){return i.now()}}else{var o=Date,c=o.now();t.unstable_now=function(){return o.now()-c}}var u=[],h=[],f=1,m=null,x=3,y=!1,N=!1,w=!1,j=typeof setTimeout=="function"?setTimeout:null,S=typeof clearTimeout=="function"?clearTimeout:null,E=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function T(R){for(var oe=n(h);oe!==null;){if(oe.callback===null)r(h);else if(oe.startTime<=R)r(h),oe.sortIndex=oe.expirationTime,e(u,oe);else break;oe=n(h)}}function P(R){if(w=!1,T(R),!N)if(n(u)!==null)N=!0,$(O);else{var oe=n(h);oe!==null&&D(P,oe.startTime-R)}}function O(R,oe){N=!1,w&&(w=!1,S(V),V=-1),y=!0;var G=x;try{for(T(oe),m=n(u);m!==null&&(!(m.expirationTime>oe)||R&&!Q());){var _=m.callback;if(typeof _=="function"){m.callback=null,x=m.priorityLevel;var U=_(m.expirationTime<=oe);oe=t.unstable_now(),typeof U=="function"?m.callback=U:m===n(u)&&r(u),T(oe)}else r(u);m=n(u)}if(m!==null)var H=!0;else{var K=n(h);K!==null&&D(P,K.startTime-oe),H=!1}return H}finally{m=null,x=G,y=!1}}var q=!1,z=null,V=-1,I=5,te=-1;function Q(){return!(t.unstable_now()-teR||125_?(R.sortIndex=G,e(h,R),n(u)===null&&R===n(h)&&(w?(S(V),V=-1):w=!0,D(P,G-_))):(R.sortIndex=U,e(u,R),N||y||(N=!0,$(O))),R},t.unstable_shouldYield=Q,t.unstable_wrapCallback=function(R){var oe=x;return function(){var G=x;x=oe;try{return R.apply(this,arguments)}finally{x=G}}}})(nx)),nx}var Wv;function _T(){return Wv||(Wv=1,tx.exports=DT()),tx.exports}/** - * @license React - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Kv;function zT(){if(Kv)return Us;Kv=1;var t=ru(),e=_T();function n(l){for(var d="https://reactjs.org/docs/error-decoder.html?invariant="+l,p=1;p"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),u=Object.prototype.hasOwnProperty,h=/^[: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]*$/,f={},m={};function x(l){return u.call(m,l)?!0:u.call(f,l)?!1:h.test(l)?m[l]=!0:(f[l]=!0,!1)}function y(l,d,p,g){if(p!==null&&p.type===0)return!1;switch(typeof d){case"function":case"symbol":return!0;case"boolean":return g?!1:p!==null?!p.acceptsBooleans:(l=l.toLowerCase().slice(0,5),l!=="data-"&&l!=="aria-");default:return!1}}function N(l,d,p,g){if(d===null||typeof d>"u"||y(l,d,p,g))return!0;if(g)return!1;if(p!==null)switch(p.type){case 3:return!d;case 4:return d===!1;case 5:return isNaN(d);case 6:return isNaN(d)||1>d}return!1}function w(l,d,p,g,k,C,M){this.acceptsBooleans=d===2||d===3||d===4,this.attributeName=g,this.attributeNamespace=k,this.mustUseProperty=p,this.propertyName=l,this.type=d,this.sanitizeURL=C,this.removeEmptyString=M}var j={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(l){j[l]=new w(l,0,!1,l,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var d=l[0];j[d]=new w(d,1,!1,l[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){j[l]=new w(l,2,!1,l.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){j[l]=new w(l,2,!1,l,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(l){j[l]=new w(l,3,!1,l.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(l){j[l]=new w(l,3,!0,l,null,!1,!1)}),["capture","download"].forEach(function(l){j[l]=new w(l,4,!1,l,null,!1,!1)}),["cols","rows","size","span"].forEach(function(l){j[l]=new w(l,6,!1,l,null,!1,!1)}),["rowSpan","start"].forEach(function(l){j[l]=new w(l,5,!1,l.toLowerCase(),null,!1,!1)});var S=/[\-:]([a-z])/g;function E(l){return l[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(l){var d=l.replace(S,E);j[d]=new w(d,1,!1,l,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(l){var d=l.replace(S,E);j[d]=new w(d,1,!1,l,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var d=l.replace(S,E);j[d]=new w(d,1,!1,l,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(l){j[l]=new w(l,1,!1,l.toLowerCase(),null,!1,!1)}),j.xlinkHref=new w("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(l){j[l]=new w(l,1,!1,l.toLowerCase(),null,!0,!0)});function T(l,d,p,g){var k=j.hasOwnProperty(d)?j[d]:null;(k!==null?k.type!==0:g||!(2W||k[M]!==C[W]){var Z=` -`+k[M].replace(" at new "," at ");return l.displayName&&Z.includes("")&&(Z=Z.replace("",l.displayName)),Z}while(1<=M&&0<=W);break}}}finally{H=!1,Error.prepareStackTrace=p}return(l=l?l.displayName||l.name:"")?U(l):""}function me(l){switch(l.tag){case 5:return U(l.type);case 16:return U("Lazy");case 13:return U("Suspense");case 19:return U("SuspenseList");case 0:case 2:case 15:return l=K(l.type,!1),l;case 11:return l=K(l.type.render,!1),l;case 1:return l=K(l.type,!0),l;default:return""}}function Y(l){if(l==null)return null;if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case z:return"Fragment";case q:return"Portal";case I:return"Profiler";case V:return"StrictMode";case re:return"Suspense";case ie:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case Q:return(l.displayName||"Context")+".Consumer";case te:return(l._context.displayName||"Context")+".Provider";case F:var d=l.render;return l=l.displayName,l||(l=d.displayName||d.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case J:return d=l.displayName||null,d!==null?d:Y(l.type)||"Memo";case $:d=l._payload,l=l._init;try{return Y(l(d))}catch{}}return null}function le(l){var d=l.type;switch(l.tag){case 24:return"Cache";case 9:return(d.displayName||"Context")+".Consumer";case 10:return(d._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return l=d.render,l=l.displayName||l.name||"",d.displayName||(l!==""?"ForwardRef("+l+")":"ForwardRef");case 7:return"Fragment";case 5:return d;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Y(d);case 8:return d===V?"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 d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d}return null}function de(l){switch(typeof l){case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function ve(l){var d=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function ye(l){var d=ve(l)?"checked":"value",p=Object.getOwnPropertyDescriptor(l.constructor.prototype,d),g=""+l[d];if(!l.hasOwnProperty(d)&&typeof p<"u"&&typeof p.get=="function"&&typeof p.set=="function"){var k=p.get,C=p.set;return Object.defineProperty(l,d,{configurable:!0,get:function(){return k.call(this)},set:function(M){g=""+M,C.call(this,M)}}),Object.defineProperty(l,d,{enumerable:p.enumerable}),{getValue:function(){return g},setValue:function(M){g=""+M},stopTracking:function(){l._valueTracker=null,delete l[d]}}}}function ke(l){l._valueTracker||(l._valueTracker=ye(l))}function ze(l){if(!l)return!1;var d=l._valueTracker;if(!d)return!0;var p=d.getValue(),g="";return l&&(g=ve(l)?l.checked?"true":"false":l.value),l=g,l!==p?(d.setValue(l),!0):!1}function ft(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}function wt(l,d){var p=d.checked;return G({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:p??l._wrapperState.initialChecked})}function dt(l,d){var p=d.defaultValue==null?"":d.defaultValue,g=d.checked!=null?d.checked:d.defaultChecked;p=de(d.value!=null?d.value:p),l._wrapperState={initialChecked:g,initialValue:p,controlled:d.type==="checkbox"||d.type==="radio"?d.checked!=null:d.value!=null}}function Rt(l,d){d=d.checked,d!=null&&T(l,"checked",d,!1)}function Tt(l,d){Rt(l,d);var p=de(d.value),g=d.type;if(p!=null)g==="number"?(p===0&&l.value===""||l.value!=p)&&(l.value=""+p):l.value!==""+p&&(l.value=""+p);else if(g==="submit"||g==="reset"){l.removeAttribute("value");return}d.hasOwnProperty("value")?mn(l,d.type,p):d.hasOwnProperty("defaultValue")&&mn(l,d.type,de(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(l.defaultChecked=!!d.defaultChecked)}function Tn(l,d,p){if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var g=d.type;if(!(g!=="submit"&&g!=="reset"||d.value!==void 0&&d.value!==null))return;d=""+l._wrapperState.initialValue,p||d===l.value||(l.value=d),l.defaultValue=d}p=l.name,p!==""&&(l.name=""),l.defaultChecked=!!l._wrapperState.initialChecked,p!==""&&(l.name=p)}function mn(l,d,p){(d!=="number"||ft(l.ownerDocument)!==l)&&(p==null?l.defaultValue=""+l._wrapperState.initialValue:l.defaultValue!==""+p&&(l.defaultValue=""+p))}var Ft=Array.isArray;function qt(l,d,p,g){if(l=l.options,d){d={};for(var k=0;k"+d.valueOf().toString()+"",d=ge.firstChild;l.firstChild;)l.removeChild(l.firstChild);for(;d.firstChild;)l.appendChild(d.firstChild)}});function $e(l,d){if(d){var p=l.firstChild;if(p&&p===l.lastChild&&p.nodeType===3){p.nodeValue=d;return}}l.textContent=d}var Xe={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},jt=["Webkit","ms","Moz","O"];Object.keys(Xe).forEach(function(l){jt.forEach(function(d){d=d+l.charAt(0).toUpperCase()+l.substring(1),Xe[d]=Xe[l]})});function gt(l,d,p){return d==null||typeof d=="boolean"||d===""?"":p||typeof d!="number"||d===0||Xe.hasOwnProperty(l)&&Xe[l]?(""+d).trim():d+"px"}function L(l,d){l=l.style;for(var p in d)if(d.hasOwnProperty(p)){var g=p.indexOf("--")===0,k=gt(p,d[p],g);p==="float"&&(p="cssFloat"),g?l.setProperty(p,k):l[p]=k}}var Me=G({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 pt(l,d){if(d){if(Me[l]&&(d.children!=null||d.dangerouslySetInnerHTML!=null))throw Error(n(137,l));if(d.dangerouslySetInnerHTML!=null){if(d.children!=null)throw Error(n(60));if(typeof d.dangerouslySetInnerHTML!="object"||!("__html"in d.dangerouslySetInnerHTML))throw Error(n(61))}if(d.style!=null&&typeof d.style!="object")throw Error(n(62))}}function Et(l,d){if(l.indexOf("-")===-1)return typeof d.is=="string";switch(l){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 ht=null;function tt(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var Pt=null,Wt=null,en=null;function ts(l){if(l=td(l)){if(typeof Pt!="function")throw Error(n(280));var d=l.stateNode;d&&(d=Nu(d),Pt(l.stateNode,l.type,d))}}function Qs(l){Wt?en?en.push(l):en=[l]:Wt=l}function bi(){if(Wt){var l=Wt,d=en;if(en=Wt=null,ts(l),d)for(l=0;l>>=0,l===0?32:31-(Cl(l)/Pr|0)|0}var wi=64,Ra=4194304;function ra(l){switch(l&-l){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 l&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return l&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return l}}function aa(l,d){var p=l.pendingLanes;if(p===0)return 0;var g=0,k=l.suspendedLanes,C=l.pingedLanes,M=p&268435455;if(M!==0){var W=M&~k;W!==0?g=ra(W):(C&=M,C!==0&&(g=ra(C)))}else M=p&~k,M!==0?g=ra(M):C!==0&&(g=ra(C));if(g===0)return 0;if(d!==0&&d!==g&&(d&k)===0&&(k=g&-g,C=d&-d,k>=C||k===16&&(C&4194240)!==0))return d;if((g&4)!==0&&(g|=p&16),d=l.entangledLanes,d!==0)for(l=l.entanglements,d&=g;0p;p++)d.push(l);return d}function En(l,d,p){l.pendingLanes|=d,d!==536870912&&(l.suspendedLanes=0,l.pingedLanes=0),l=l.eventTimes,d=31-qn(d),l[d]=p}function Pa(l,d){var p=l.pendingLanes&~d;l.pendingLanes=d,l.suspendedLanes=0,l.pingedLanes=0,l.expiredLanes&=d,l.mutableReadLanes&=d,l.entangledLanes&=d,d=l.entanglements;var g=l.eventTimes;for(l=l.expirationTimes;0=Kc),Py=" ",Oy=!1;function Ly(l,d){switch(l){case"keyup":return T4.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Dy(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var Il=!1;function M4(l,d){switch(l){case"compositionend":return Dy(d);case"keypress":return d.which!==32?null:(Oy=!0,Py);case"textInput":return l=d.data,l===Py&&Oy?null:l;default:return null}}function A4(l,d){if(Il)return l==="compositionend"||!Rp&&Ly(l,d)?(l=Po(),Ba=Ro=mr=null,Il=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(d.ctrlKey||d.altKey||d.metaKey)||d.ctrlKey&&d.altKey){if(d.char&&1=d)return{node:p,offset:d-l};l=g}e:{for(;p;){if(p.nextSibling){p=p.nextSibling;break e}p=p.parentNode}p=void 0}p=Hy(p)}}function Wy(l,d){return l&&d?l===d?!0:l&&l.nodeType===3?!1:d&&d.nodeType===3?Wy(l,d.parentNode):"contains"in l?l.contains(d):l.compareDocumentPosition?!!(l.compareDocumentPosition(d)&16):!1:!1}function Ky(){for(var l=window,d=ft();d instanceof l.HTMLIFrameElement;){try{var p=typeof d.contentWindow.location.href=="string"}catch{p=!1}if(p)l=d.contentWindow;else break;d=ft(l.document)}return d}function Lp(l){var d=l&&l.nodeName&&l.nodeName.toLowerCase();return d&&(d==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||d==="textarea"||l.contentEditable==="true")}function $4(l){var d=Ky(),p=l.focusedElem,g=l.selectionRange;if(d!==p&&p&&p.ownerDocument&&Wy(p.ownerDocument.documentElement,p)){if(g!==null&&Lp(p)){if(d=g.start,l=g.end,l===void 0&&(l=d),"selectionStart"in p)p.selectionStart=d,p.selectionEnd=Math.min(l,p.value.length);else if(l=(d=p.ownerDocument||document)&&d.defaultView||window,l.getSelection){l=l.getSelection();var k=p.textContent.length,C=Math.min(g.start,k);g=g.end===void 0?C:Math.min(g.end,k),!l.extend&&C>g&&(k=g,g=C,C=k),k=Uy(p,C);var M=Uy(p,g);k&&M&&(l.rangeCount!==1||l.anchorNode!==k.node||l.anchorOffset!==k.offset||l.focusNode!==M.node||l.focusOffset!==M.offset)&&(d=d.createRange(),d.setStart(k.node,k.offset),l.removeAllRanges(),C>g?(l.addRange(d),l.extend(M.node,M.offset)):(d.setEnd(M.node,M.offset),l.addRange(d)))}}for(d=[],l=p;l=l.parentNode;)l.nodeType===1&&d.push({element:l,left:l.scrollLeft,top:l.scrollTop});for(typeof p.focus=="function"&&p.focus(),p=0;p=document.documentMode,Rl=null,Dp=null,Qc=null,_p=!1;function qy(l,d,p){var g=p.window===p?p.document:p.nodeType===9?p:p.ownerDocument;_p||Rl==null||Rl!==ft(g)||(g=Rl,"selectionStart"in g&&Lp(g)?g={start:g.selectionStart,end:g.selectionEnd}:(g=(g.ownerDocument&&g.ownerDocument.defaultView||window).getSelection(),g={anchorNode:g.anchorNode,anchorOffset:g.anchorOffset,focusNode:g.focusNode,focusOffset:g.focusOffset}),Qc&&Jc(Qc,g)||(Qc=g,g=yu(Dp,"onSelect"),0_l||(l.current=Jp[_l],Jp[_l]=null,_l--)}function tn(l,d){_l++,Jp[_l]=l.current,l.current=d}var Pi={},ms=Ri(Pi),$s=Ri(!1),Do=Pi;function zl(l,d){var p=l.type.contextTypes;if(!p)return Pi;var g=l.stateNode;if(g&&g.__reactInternalMemoizedUnmaskedChildContext===d)return g.__reactInternalMemoizedMaskedChildContext;var k={},C;for(C in p)k[C]=d[C];return g&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=d,l.__reactInternalMemoizedMaskedChildContext=k),k}function Fs(l){return l=l.childContextTypes,l!=null}function wu(){on($s),on(ms)}function lb(l,d,p){if(ms.current!==Pi)throw Error(n(168));tn(ms,d),tn($s,p)}function cb(l,d,p){var g=l.stateNode;if(d=d.childContextTypes,typeof g.getChildContext!="function")return p;g=g.getChildContext();for(var k in g)if(!(k in d))throw Error(n(108,le(l)||"Unknown",k));return G({},p,g)}function ju(l){return l=(l=l.stateNode)&&l.__reactInternalMemoizedMergedChildContext||Pi,Do=ms.current,tn(ms,l),tn($s,$s.current),!0}function db(l,d,p){var g=l.stateNode;if(!g)throw Error(n(169));p?(l=cb(l,d,Do),g.__reactInternalMemoizedMergedChildContext=l,on($s),on(ms),tn(ms,l)):on($s),tn($s,p)}var Wa=null,ku=!1,Qp=!1;function ub(l){Wa===null?Wa=[l]:Wa.push(l)}function Y4(l){ku=!0,ub(l)}function Oi(){if(!Qp&&Wa!==null){Qp=!0;var l=0,d=kt;try{var p=Wa;for(kt=1;l>=M,k-=M,Ka=1<<32-qn(d)+k|p<lt?(Qn=st,st=null):Qn=st.sibling;var Ot=Ce(he,st,fe[lt],Re);if(Ot===null){st===null&&(st=Qn);break}l&&st&&Ot.alternate===null&&d(he,st),ne=C(Ot,ne,lt),nt===null?Qe=Ot:nt.sibling=Ot,nt=Ot,st=Qn}if(lt===fe.length)return p(he,st),hn&&zo(he,lt),Qe;if(st===null){for(;ltlt?(Qn=st,st=null):Qn=st.sibling;var Hi=Ce(he,st,Ot.value,Re);if(Hi===null){st===null&&(st=Qn);break}l&&st&&Hi.alternate===null&&d(he,st),ne=C(Hi,ne,lt),nt===null?Qe=Hi:nt.sibling=Hi,nt=Hi,st=Qn}if(Ot.done)return p(he,st),hn&&zo(he,lt),Qe;if(st===null){for(;!Ot.done;lt++,Ot=fe.next())Ot=Ae(he,Ot.value,Re),Ot!==null&&(ne=C(Ot,ne,lt),nt===null?Qe=Ot:nt.sibling=Ot,nt=Ot);return hn&&zo(he,lt),Qe}for(st=g(he,st);!Ot.done;lt++,Ot=fe.next())Ot=Be(st,he,lt,Ot.value,Re),Ot!==null&&(l&&Ot.alternate!==null&&st.delete(Ot.key===null?lt:Ot.key),ne=C(Ot,ne,lt),nt===null?Qe=Ot:nt.sibling=Ot,nt=Ot);return l&&st.forEach(function(IT){return d(he,IT)}),hn&&zo(he,lt),Qe}function Mn(he,ne,fe,Re){if(typeof fe=="object"&&fe!==null&&fe.type===z&&fe.key===null&&(fe=fe.props.children),typeof fe=="object"&&fe!==null){switch(fe.$$typeof){case O:e:{for(var Qe=fe.key,nt=ne;nt!==null;){if(nt.key===Qe){if(Qe=fe.type,Qe===z){if(nt.tag===7){p(he,nt.sibling),ne=k(nt,fe.props.children),ne.return=he,he=ne;break e}}else if(nt.elementType===Qe||typeof Qe=="object"&&Qe!==null&&Qe.$$typeof===$&&gb(Qe)===nt.type){p(he,nt.sibling),ne=k(nt,fe.props),ne.ref=nd(he,nt,fe),ne.return=he,he=ne;break e}p(he,nt);break}else d(he,nt);nt=nt.sibling}fe.type===z?(ne=Ko(fe.props.children,he.mode,Re,fe.key),ne.return=he,he=ne):(Re=Xu(fe.type,fe.key,fe.props,null,he.mode,Re),Re.ref=nd(he,ne,fe),Re.return=he,he=Re)}return M(he);case q:e:{for(nt=fe.key;ne!==null;){if(ne.key===nt)if(ne.tag===4&&ne.stateNode.containerInfo===fe.containerInfo&&ne.stateNode.implementation===fe.implementation){p(he,ne.sibling),ne=k(ne,fe.children||[]),ne.return=he,he=ne;break e}else{p(he,ne);break}else d(he,ne);ne=ne.sibling}ne=qm(fe,he.mode,Re),ne.return=he,he=ne}return M(he);case $:return nt=fe._init,Mn(he,ne,nt(fe._payload),Re)}if(Ft(fe))return We(he,ne,fe,Re);if(oe(fe))return Ge(he,ne,fe,Re);Eu(he,fe)}return typeof fe=="string"&&fe!==""||typeof fe=="number"?(fe=""+fe,ne!==null&&ne.tag===6?(p(he,ne.sibling),ne=k(ne,fe),ne.return=he,he=ne):(p(he,ne),ne=Km(fe,he.mode,Re),ne.return=he,he=ne),M(he)):p(he,ne)}return Mn}var Vl=yb(!0),bb=yb(!1),Mu=Ri(null),Au=null,Hl=null,nm=null;function sm(){nm=Hl=Au=null}function rm(l){var d=Mu.current;on(Mu),l._currentValue=d}function am(l,d,p){for(;l!==null;){var g=l.alternate;if((l.childLanes&d)!==d?(l.childLanes|=d,g!==null&&(g.childLanes|=d)):g!==null&&(g.childLanes&d)!==d&&(g.childLanes|=d),l===p)break;l=l.return}}function Ul(l,d){Au=l,nm=Hl=null,l=l.dependencies,l!==null&&l.firstContext!==null&&((l.lanes&d)!==0&&(Bs=!0),l.firstContext=null)}function yr(l){var d=l._currentValue;if(nm!==l)if(l={context:l,memoizedValue:d,next:null},Hl===null){if(Au===null)throw Error(n(308));Hl=l,Au.dependencies={lanes:0,firstContext:l}}else Hl=Hl.next=l;return d}var $o=null;function im(l){$o===null?$o=[l]:$o.push(l)}function vb(l,d,p,g){var k=d.interleaved;return k===null?(p.next=p,im(d)):(p.next=k.next,k.next=p),d.interleaved=p,Ga(l,g)}function Ga(l,d){l.lanes|=d;var p=l.alternate;for(p!==null&&(p.lanes|=d),p=l,l=l.return;l!==null;)l.childLanes|=d,p=l.alternate,p!==null&&(p.childLanes|=d),p=l,l=l.return;return p.tag===3?p.stateNode:null}var Li=!1;function om(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Nb(l,d){l=l.updateQueue,d.updateQueue===l&&(d.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,effects:l.effects})}function Ja(l,d){return{eventTime:l,lane:d,tag:0,payload:null,callback:null,next:null}}function Di(l,d,p){var g=l.updateQueue;if(g===null)return null;if(g=g.shared,(It&2)!==0){var k=g.pending;return k===null?d.next=d:(d.next=k.next,k.next=d),g.pending=d,Ga(l,p)}return k=g.interleaved,k===null?(d.next=d,im(g)):(d.next=k.next,k.next=d),g.interleaved=d,Ga(l,p)}function Iu(l,d,p){if(d=d.updateQueue,d!==null&&(d=d.shared,(p&4194240)!==0)){var g=d.lanes;g&=l.pendingLanes,p|=g,d.lanes=p,Ls(l,p)}}function wb(l,d){var p=l.updateQueue,g=l.alternate;if(g!==null&&(g=g.updateQueue,p===g)){var k=null,C=null;if(p=p.firstBaseUpdate,p!==null){do{var M={eventTime:p.eventTime,lane:p.lane,tag:p.tag,payload:p.payload,callback:p.callback,next:null};C===null?k=C=M:C=C.next=M,p=p.next}while(p!==null);C===null?k=C=d:C=C.next=d}else k=C=d;p={baseState:g.baseState,firstBaseUpdate:k,lastBaseUpdate:C,shared:g.shared,effects:g.effects},l.updateQueue=p;return}l=p.lastBaseUpdate,l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=d}function Ru(l,d,p,g){var k=l.updateQueue;Li=!1;var C=k.firstBaseUpdate,M=k.lastBaseUpdate,W=k.shared.pending;if(W!==null){k.shared.pending=null;var Z=W,pe=Z.next;Z.next=null,M===null?C=pe:M.next=pe,M=Z;var Te=l.alternate;Te!==null&&(Te=Te.updateQueue,W=Te.lastBaseUpdate,W!==M&&(W===null?Te.firstBaseUpdate=pe:W.next=pe,Te.lastBaseUpdate=Z))}if(C!==null){var Ae=k.baseState;M=0,Te=pe=Z=null,W=C;do{var Ce=W.lane,Be=W.eventTime;if((g&Ce)===Ce){Te!==null&&(Te=Te.next={eventTime:Be,lane:0,tag:W.tag,payload:W.payload,callback:W.callback,next:null});e:{var We=l,Ge=W;switch(Ce=d,Be=p,Ge.tag){case 1:if(We=Ge.payload,typeof We=="function"){Ae=We.call(Be,Ae,Ce);break e}Ae=We;break e;case 3:We.flags=We.flags&-65537|128;case 0:if(We=Ge.payload,Ce=typeof We=="function"?We.call(Be,Ae,Ce):We,Ce==null)break e;Ae=G({},Ae,Ce);break e;case 2:Li=!0}}W.callback!==null&&W.lane!==0&&(l.flags|=64,Ce=k.effects,Ce===null?k.effects=[W]:Ce.push(W))}else Be={eventTime:Be,lane:Ce,tag:W.tag,payload:W.payload,callback:W.callback,next:null},Te===null?(pe=Te=Be,Z=Ae):Te=Te.next=Be,M|=Ce;if(W=W.next,W===null){if(W=k.shared.pending,W===null)break;Ce=W,W=Ce.next,Ce.next=null,k.lastBaseUpdate=Ce,k.shared.pending=null}}while(!0);if(Te===null&&(Z=Ae),k.baseState=Z,k.firstBaseUpdate=pe,k.lastBaseUpdate=Te,d=k.shared.interleaved,d!==null){k=d;do M|=k.lane,k=k.next;while(k!==d)}else C===null&&(k.shared.lanes=0);Vo|=M,l.lanes=M,l.memoizedState=Ae}}function jb(l,d,p){if(l=d.effects,d.effects=null,l!==null)for(d=0;dp?p:4,l(!0);var g=hm.transition;hm.transition={};try{l(!1),d()}finally{kt=p,hm.transition=g}}function Vb(){return br().memoizedState}function tT(l,d,p){var g=Fi(l);if(p={lane:g,action:p,hasEagerState:!1,eagerState:null,next:null},Hb(l))Ub(d,p);else if(p=vb(l,d,p,g),p!==null){var k=Ms();Wr(p,l,g,k),Wb(p,d,g)}}function nT(l,d,p){var g=Fi(l),k={lane:g,action:p,hasEagerState:!1,eagerState:null,next:null};if(Hb(l))Ub(d,k);else{var C=l.alternate;if(l.lanes===0&&(C===null||C.lanes===0)&&(C=d.lastRenderedReducer,C!==null))try{var M=d.lastRenderedState,W=C(M,p);if(k.hasEagerState=!0,k.eagerState=W,Fr(W,M)){var Z=d.interleaved;Z===null?(k.next=k,im(d)):(k.next=Z.next,Z.next=k),d.interleaved=k;return}}catch{}finally{}p=vb(l,d,k,g),p!==null&&(k=Ms(),Wr(p,l,g,k),Wb(p,d,g))}}function Hb(l){var d=l.alternate;return l===yn||d!==null&&d===yn}function Ub(l,d){id=Lu=!0;var p=l.pending;p===null?d.next=d:(d.next=p.next,p.next=d),l.pending=d}function Wb(l,d,p){if((p&4194240)!==0){var g=d.lanes;g&=l.pendingLanes,p|=g,d.lanes=p,Ls(l,p)}}var zu={readContext:yr,useCallback:xs,useContext:xs,useEffect:xs,useImperativeHandle:xs,useInsertionEffect:xs,useLayoutEffect:xs,useMemo:xs,useReducer:xs,useRef:xs,useState:xs,useDebugValue:xs,useDeferredValue:xs,useTransition:xs,useMutableSource:xs,useSyncExternalStore:xs,useId:xs,unstable_isNewReconciler:!1},sT={readContext:yr,useCallback:function(l,d){return fa().memoizedState=[l,d===void 0?null:d],l},useContext:yr,useEffect:Ob,useImperativeHandle:function(l,d,p){return p=p!=null?p.concat([l]):null,Du(4194308,4,_b.bind(null,d,l),p)},useLayoutEffect:function(l,d){return Du(4194308,4,l,d)},useInsertionEffect:function(l,d){return Du(4,2,l,d)},useMemo:function(l,d){var p=fa();return d=d===void 0?null:d,l=l(),p.memoizedState=[l,d],l},useReducer:function(l,d,p){var g=fa();return d=p!==void 0?p(d):d,g.memoizedState=g.baseState=d,l={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:d},g.queue=l,l=l.dispatch=tT.bind(null,yn,l),[g.memoizedState,l]},useRef:function(l){var d=fa();return l={current:l},d.memoizedState=l},useState:Rb,useDebugValue:bm,useDeferredValue:function(l){return fa().memoizedState=l},useTransition:function(){var l=Rb(!1),d=l[0];return l=eT.bind(null,l[1]),fa().memoizedState=l,[d,l]},useMutableSource:function(){},useSyncExternalStore:function(l,d,p){var g=yn,k=fa();if(hn){if(p===void 0)throw Error(n(407));p=p()}else{if(p=d(),Jn===null)throw Error(n(349));(Bo&30)!==0||Tb(g,d,p)}k.memoizedState=p;var C={value:p,getSnapshot:d};return k.queue=C,Ob(Mb.bind(null,g,C,l),[l]),g.flags|=2048,cd(9,Eb.bind(null,g,C,p,d),void 0,null),p},useId:function(){var l=fa(),d=Jn.identifierPrefix;if(hn){var p=qa,g=Ka;p=(g&~(1<<32-qn(g)-1)).toString(32)+p,d=":"+d+"R"+p,p=od++,0<\/script>",l=l.removeChild(l.firstChild)):typeof g.is=="string"?l=M.createElement(p,{is:g.is}):(l=M.createElement(p),p==="select"&&(M=l,g.multiple?M.multiple=!0:g.size&&(M.size=g.size))):l=M.createElementNS(l,p),l[ua]=d,l[ed]=g,uv(l,d,!1,!1),d.stateNode=l;e:{switch(M=Et(p,g),p){case"dialog":an("cancel",l),an("close",l),k=g;break;case"iframe":case"object":case"embed":an("load",l),k=g;break;case"video":case"audio":for(k=0;kJl&&(d.flags|=128,g=!0,dd(C,!1),d.lanes=4194304)}else{if(!g)if(l=Pu(M),l!==null){if(d.flags|=128,g=!0,p=l.updateQueue,p!==null&&(d.updateQueue=p,d.flags|=4),dd(C,!0),C.tail===null&&C.tailMode==="hidden"&&!M.alternate&&!hn)return gs(d),null}else 2*Mt()-C.renderingStartTime>Jl&&p!==1073741824&&(d.flags|=128,g=!0,dd(C,!1),d.lanes=4194304);C.isBackwards?(M.sibling=d.child,d.child=M):(p=C.last,p!==null?p.sibling=M:d.child=M,C.last=M)}return C.tail!==null?(d=C.tail,C.rendering=d,C.tail=d.sibling,C.renderingStartTime=Mt(),d.sibling=null,p=gn.current,tn(gn,g?p&1|2:p&1),d):(gs(d),null);case 22:case 23:return Hm(),g=d.memoizedState!==null,l!==null&&l.memoizedState!==null!==g&&(d.flags|=8192),g&&(d.mode&1)!==0?(sr&1073741824)!==0&&(gs(d),d.subtreeFlags&6&&(d.flags|=8192)):gs(d),null;case 24:return null;case 25:return null}throw Error(n(156,d.tag))}function uT(l,d){switch(Xp(d),d.tag){case 1:return Fs(d.type)&&wu(),l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 3:return Wl(),on($s),on(ms),um(),l=d.flags,(l&65536)!==0&&(l&128)===0?(d.flags=l&-65537|128,d):null;case 5:return cm(d),null;case 13:if(on(gn),l=d.memoizedState,l!==null&&l.dehydrated!==null){if(d.alternate===null)throw Error(n(340));Bl()}return l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 19:return on(gn),null;case 4:return Wl(),null;case 10:return rm(d.type._context),null;case 22:case 23:return Hm(),null;case 24:return null;default:return null}}var Vu=!1,ys=!1,hT=typeof WeakSet=="function"?WeakSet:Set,He=null;function ql(l,d){var p=l.ref;if(p!==null)if(typeof p=="function")try{p(null)}catch(g){Nn(l,d,g)}else p.current=null}function Im(l,d,p){try{p()}catch(g){Nn(l,d,g)}}var pv=!1;function fT(l,d){if(Hp=$a,l=Ky(),Lp(l)){if("selectionStart"in l)var p={start:l.selectionStart,end:l.selectionEnd};else e:{p=(p=l.ownerDocument)&&p.defaultView||window;var g=p.getSelection&&p.getSelection();if(g&&g.rangeCount!==0){p=g.anchorNode;var k=g.anchorOffset,C=g.focusNode;g=g.focusOffset;try{p.nodeType,C.nodeType}catch{p=null;break e}var M=0,W=-1,Z=-1,pe=0,Te=0,Ae=l,Ce=null;t:for(;;){for(var Be;Ae!==p||k!==0&&Ae.nodeType!==3||(W=M+k),Ae!==C||g!==0&&Ae.nodeType!==3||(Z=M+g),Ae.nodeType===3&&(M+=Ae.nodeValue.length),(Be=Ae.firstChild)!==null;)Ce=Ae,Ae=Be;for(;;){if(Ae===l)break t;if(Ce===p&&++pe===k&&(W=M),Ce===C&&++Te===g&&(Z=M),(Be=Ae.nextSibling)!==null)break;Ae=Ce,Ce=Ae.parentNode}Ae=Be}p=W===-1||Z===-1?null:{start:W,end:Z}}else p=null}p=p||{start:0,end:0}}else p=null;for(Up={focusedElem:l,selectionRange:p},$a=!1,He=d;He!==null;)if(d=He,l=d.child,(d.subtreeFlags&1028)!==0&&l!==null)l.return=d,He=l;else for(;He!==null;){d=He;try{var We=d.alternate;if((d.flags&1024)!==0)switch(d.tag){case 0:case 11:case 15:break;case 1:if(We!==null){var Ge=We.memoizedProps,Mn=We.memoizedState,he=d.stateNode,ne=he.getSnapshotBeforeUpdate(d.elementType===d.type?Ge:Vr(d.type,Ge),Mn);he.__reactInternalSnapshotBeforeUpdate=ne}break;case 3:var fe=d.stateNode.containerInfo;fe.nodeType===1?fe.textContent="":fe.nodeType===9&&fe.documentElement&&fe.removeChild(fe.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(Re){Nn(d,d.return,Re)}if(l=d.sibling,l!==null){l.return=d.return,He=l;break}He=d.return}return We=pv,pv=!1,We}function ud(l,d,p){var g=d.updateQueue;if(g=g!==null?g.lastEffect:null,g!==null){var k=g=g.next;do{if((k.tag&l)===l){var C=k.destroy;k.destroy=void 0,C!==void 0&&Im(d,p,C)}k=k.next}while(k!==g)}}function Hu(l,d){if(d=d.updateQueue,d=d!==null?d.lastEffect:null,d!==null){var p=d=d.next;do{if((p.tag&l)===l){var g=p.create;p.destroy=g()}p=p.next}while(p!==d)}}function Rm(l){var d=l.ref;if(d!==null){var p=l.stateNode;switch(l.tag){case 5:l=p;break;default:l=p}typeof d=="function"?d(l):d.current=l}}function mv(l){var d=l.alternate;d!==null&&(l.alternate=null,mv(d)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(d=l.stateNode,d!==null&&(delete d[ua],delete d[ed],delete d[Gp],delete d[J4],delete d[Q4])),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}function xv(l){return l.tag===5||l.tag===3||l.tag===4}function gv(l){e:for(;;){for(;l.sibling===null;){if(l.return===null||xv(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue e;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function Pm(l,d,p){var g=l.tag;if(g===5||g===6)l=l.stateNode,d?p.nodeType===8?p.parentNode.insertBefore(l,d):p.insertBefore(l,d):(p.nodeType===8?(d=p.parentNode,d.insertBefore(l,p)):(d=p,d.appendChild(l)),p=p._reactRootContainer,p!=null||d.onclick!==null||(d.onclick=vu));else if(g!==4&&(l=l.child,l!==null))for(Pm(l,d,p),l=l.sibling;l!==null;)Pm(l,d,p),l=l.sibling}function Om(l,d,p){var g=l.tag;if(g===5||g===6)l=l.stateNode,d?p.insertBefore(l,d):p.appendChild(l);else if(g!==4&&(l=l.child,l!==null))for(Om(l,d,p),l=l.sibling;l!==null;)Om(l,d,p),l=l.sibling}var rs=null,Hr=!1;function _i(l,d,p){for(p=p.child;p!==null;)yv(l,d,p),p=p.sibling}function yv(l,d,p){if(ns&&typeof ns.onCommitFiberUnmount=="function")try{ns.onCommitFiberUnmount(na,p)}catch{}switch(p.tag){case 5:ys||ql(p,d);case 6:var g=rs,k=Hr;rs=null,_i(l,d,p),rs=g,Hr=k,rs!==null&&(Hr?(l=rs,p=p.stateNode,l.nodeType===8?l.parentNode.removeChild(p):l.removeChild(p)):rs.removeChild(p.stateNode));break;case 18:rs!==null&&(Hr?(l=rs,p=p.stateNode,l.nodeType===8?qp(l.parentNode,p):l.nodeType===1&&qp(l,p),Dr(l)):qp(rs,p.stateNode));break;case 4:g=rs,k=Hr,rs=p.stateNode.containerInfo,Hr=!0,_i(l,d,p),rs=g,Hr=k;break;case 0:case 11:case 14:case 15:if(!ys&&(g=p.updateQueue,g!==null&&(g=g.lastEffect,g!==null))){k=g=g.next;do{var C=k,M=C.destroy;C=C.tag,M!==void 0&&((C&2)!==0||(C&4)!==0)&&Im(p,d,M),k=k.next}while(k!==g)}_i(l,d,p);break;case 1:if(!ys&&(ql(p,d),g=p.stateNode,typeof g.componentWillUnmount=="function"))try{g.props=p.memoizedProps,g.state=p.memoizedState,g.componentWillUnmount()}catch(W){Nn(p,d,W)}_i(l,d,p);break;case 21:_i(l,d,p);break;case 22:p.mode&1?(ys=(g=ys)||p.memoizedState!==null,_i(l,d,p),ys=g):_i(l,d,p);break;default:_i(l,d,p)}}function bv(l){var d=l.updateQueue;if(d!==null){l.updateQueue=null;var p=l.stateNode;p===null&&(p=l.stateNode=new hT),d.forEach(function(g){var k=wT.bind(null,l,g);p.has(g)||(p.add(g),g.then(k,k))})}}function Ur(l,d){var p=d.deletions;if(p!==null)for(var g=0;gk&&(k=M),g&=~C}if(g=k,g=Mt()-g,g=(120>g?120:480>g?480:1080>g?1080:1920>g?1920:3e3>g?3e3:4320>g?4320:1960*mT(g/1960))-g,10l?16:l,$i===null)var g=!1;else{if(l=$i,$i=null,Gu=0,(It&6)!==0)throw Error(n(331));var k=It;for(It|=4,He=l.current;He!==null;){var C=He,M=C.child;if((He.flags&16)!==0){var W=C.deletions;if(W!==null){for(var Z=0;ZMt()-_m?Uo(l,0):Dm|=p),Hs(l,d)}function Rv(l,d){d===0&&((l.mode&1)===0?d=1:(d=Ra,Ra<<=1,(Ra&130023424)===0&&(Ra=4194304)));var p=Ms();l=Ga(l,d),l!==null&&(En(l,d,p),Hs(l,p))}function NT(l){var d=l.memoizedState,p=0;d!==null&&(p=d.retryLane),Rv(l,p)}function wT(l,d){var p=0;switch(l.tag){case 13:var g=l.stateNode,k=l.memoizedState;k!==null&&(p=k.retryLane);break;case 19:g=l.stateNode;break;default:throw Error(n(314))}g!==null&&g.delete(d),Rv(l,p)}var Pv;Pv=function(l,d,p){if(l!==null)if(l.memoizedProps!==d.pendingProps||$s.current)Bs=!0;else{if((l.lanes&p)===0&&(d.flags&128)===0)return Bs=!1,cT(l,d,p);Bs=(l.flags&131072)!==0}else Bs=!1,hn&&(d.flags&1048576)!==0&&hb(d,Cu,d.index);switch(d.lanes=0,d.tag){case 2:var g=d.type;Bu(l,d),l=d.pendingProps;var k=zl(d,ms.current);Ul(d,p),k=pm(null,d,g,l,k,p);var C=mm();return d.flags|=1,typeof k=="object"&&k!==null&&typeof k.render=="function"&&k.$$typeof===void 0?(d.tag=1,d.memoizedState=null,d.updateQueue=null,Fs(g)?(C=!0,ju(d)):C=!1,d.memoizedState=k.state!==null&&k.state!==void 0?k.state:null,om(d),k.updater=$u,d.stateNode=k,k._reactInternals=d,Nm(d,g,l,p),d=Sm(null,d,g,!0,C,p)):(d.tag=0,hn&&C&&Yp(d),Es(null,d,k,p),d=d.child),d;case 16:g=d.elementType;e:{switch(Bu(l,d),l=d.pendingProps,k=g._init,g=k(g._payload),d.type=g,k=d.tag=kT(g),l=Vr(g,l),k){case 0:d=km(null,d,g,l,p);break e;case 1:d=av(null,d,g,l,p);break e;case 11:d=ev(null,d,g,l,p);break e;case 14:d=tv(null,d,g,Vr(g.type,l),p);break e}throw Error(n(306,g,""))}return d;case 0:return g=d.type,k=d.pendingProps,k=d.elementType===g?k:Vr(g,k),km(l,d,g,k,p);case 1:return g=d.type,k=d.pendingProps,k=d.elementType===g?k:Vr(g,k),av(l,d,g,k,p);case 3:e:{if(iv(d),l===null)throw Error(n(387));g=d.pendingProps,C=d.memoizedState,k=C.element,Nb(l,d),Ru(d,g,null,p);var M=d.memoizedState;if(g=M.element,C.isDehydrated)if(C={element:g,isDehydrated:!1,cache:M.cache,pendingSuspenseBoundaries:M.pendingSuspenseBoundaries,transitions:M.transitions},d.updateQueue.baseState=C,d.memoizedState=C,d.flags&256){k=Kl(Error(n(423)),d),d=ov(l,d,g,p,k);break e}else if(g!==k){k=Kl(Error(n(424)),d),d=ov(l,d,g,p,k);break e}else for(nr=Ii(d.stateNode.containerInfo.firstChild),tr=d,hn=!0,Br=null,p=bb(d,null,g,p),d.child=p;p;)p.flags=p.flags&-3|4096,p=p.sibling;else{if(Bl(),g===k){d=Qa(l,d,p);break e}Es(l,d,g,p)}d=d.child}return d;case 5:return kb(d),l===null&&em(d),g=d.type,k=d.pendingProps,C=l!==null?l.memoizedProps:null,M=k.children,Wp(g,k)?M=null:C!==null&&Wp(g,C)&&(d.flags|=32),rv(l,d),Es(l,d,M,p),d.child;case 6:return l===null&&em(d),null;case 13:return lv(l,d,p);case 4:return lm(d,d.stateNode.containerInfo),g=d.pendingProps,l===null?d.child=Vl(d,null,g,p):Es(l,d,g,p),d.child;case 11:return g=d.type,k=d.pendingProps,k=d.elementType===g?k:Vr(g,k),ev(l,d,g,k,p);case 7:return Es(l,d,d.pendingProps,p),d.child;case 8:return Es(l,d,d.pendingProps.children,p),d.child;case 12:return Es(l,d,d.pendingProps.children,p),d.child;case 10:e:{if(g=d.type._context,k=d.pendingProps,C=d.memoizedProps,M=k.value,tn(Mu,g._currentValue),g._currentValue=M,C!==null)if(Fr(C.value,M)){if(C.children===k.children&&!$s.current){d=Qa(l,d,p);break e}}else for(C=d.child,C!==null&&(C.return=d);C!==null;){var W=C.dependencies;if(W!==null){M=C.child;for(var Z=W.firstContext;Z!==null;){if(Z.context===g){if(C.tag===1){Z=Ja(-1,p&-p),Z.tag=2;var pe=C.updateQueue;if(pe!==null){pe=pe.shared;var Te=pe.pending;Te===null?Z.next=Z:(Z.next=Te.next,Te.next=Z),pe.pending=Z}}C.lanes|=p,Z=C.alternate,Z!==null&&(Z.lanes|=p),am(C.return,p,d),W.lanes|=p;break}Z=Z.next}}else if(C.tag===10)M=C.type===d.type?null:C.child;else if(C.tag===18){if(M=C.return,M===null)throw Error(n(341));M.lanes|=p,W=M.alternate,W!==null&&(W.lanes|=p),am(M,p,d),M=C.sibling}else M=C.child;if(M!==null)M.return=C;else for(M=C;M!==null;){if(M===d){M=null;break}if(C=M.sibling,C!==null){C.return=M.return,M=C;break}M=M.return}C=M}Es(l,d,k.children,p),d=d.child}return d;case 9:return k=d.type,g=d.pendingProps.children,Ul(d,p),k=yr(k),g=g(k),d.flags|=1,Es(l,d,g,p),d.child;case 14:return g=d.type,k=Vr(g,d.pendingProps),k=Vr(g.type,k),tv(l,d,g,k,p);case 15:return nv(l,d,d.type,d.pendingProps,p);case 17:return g=d.type,k=d.pendingProps,k=d.elementType===g?k:Vr(g,k),Bu(l,d),d.tag=1,Fs(g)?(l=!0,ju(d)):l=!1,Ul(d,p),qb(d,g,k),Nm(d,g,k,p),Sm(null,d,g,!0,l,p);case 19:return dv(l,d,p);case 22:return sv(l,d,p)}throw Error(n(156,d.tag))};function Ov(l,d){return To(l,d)}function jT(l,d,p,g){this.tag=l,this.key=p,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=d,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=g,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Nr(l,d,p,g){return new jT(l,d,p,g)}function Wm(l){return l=l.prototype,!(!l||!l.isReactComponent)}function kT(l){if(typeof l=="function")return Wm(l)?1:0;if(l!=null){if(l=l.$$typeof,l===F)return 11;if(l===J)return 14}return 2}function Vi(l,d){var p=l.alternate;return p===null?(p=Nr(l.tag,d,l.key,l.mode),p.elementType=l.elementType,p.type=l.type,p.stateNode=l.stateNode,p.alternate=l,l.alternate=p):(p.pendingProps=d,p.type=l.type,p.flags=0,p.subtreeFlags=0,p.deletions=null),p.flags=l.flags&14680064,p.childLanes=l.childLanes,p.lanes=l.lanes,p.child=l.child,p.memoizedProps=l.memoizedProps,p.memoizedState=l.memoizedState,p.updateQueue=l.updateQueue,d=l.dependencies,p.dependencies=d===null?null:{lanes:d.lanes,firstContext:d.firstContext},p.sibling=l.sibling,p.index=l.index,p.ref=l.ref,p}function Xu(l,d,p,g,k,C){var M=2;if(g=l,typeof l=="function")Wm(l)&&(M=1);else if(typeof l=="string")M=5;else e:switch(l){case z:return Ko(p.children,k,C,d);case V:M=8,k|=8;break;case I:return l=Nr(12,p,d,k|2),l.elementType=I,l.lanes=C,l;case re:return l=Nr(13,p,d,k),l.elementType=re,l.lanes=C,l;case ie:return l=Nr(19,p,d,k),l.elementType=ie,l.lanes=C,l;case D:return Zu(p,k,C,d);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case te:M=10;break e;case Q:M=9;break e;case F:M=11;break e;case J:M=14;break e;case $:M=16,g=null;break e}throw Error(n(130,l==null?l:typeof l,""))}return d=Nr(M,p,d,k),d.elementType=l,d.type=g,d.lanes=C,d}function Ko(l,d,p,g){return l=Nr(7,l,g,d),l.lanes=p,l}function Zu(l,d,p,g){return l=Nr(22,l,g,d),l.elementType=D,l.lanes=p,l.stateNode={isHidden:!1},l}function Km(l,d,p){return l=Nr(6,l,null,d),l.lanes=p,l}function qm(l,d,p){return d=Nr(4,l.children!==null?l.children:[],l.key,d),d.lanes=p,d.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},d}function ST(l,d,p,g,k){this.tag=d,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Os(0),this.expirationTimes=Os(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Os(0),this.identifierPrefix=g,this.onRecoverableError=k,this.mutableSourceEagerHydrationData=null}function Gm(l,d,p,g,k,C,M,W,Z){return l=new ST(l,d,p,W,Z),d===1?(d=1,C===!0&&(d|=8)):d=0,C=Nr(3,null,null,d),l.current=C,C.stateNode=l,C.memoizedState={element:g,isDehydrated:p,cache:null,transitions:null,pendingSuspenseBoundaries:null},om(C),l}function CT(l,d,p){var g=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),ex.exports=zT(),ex.exports}var Gv;function $T(){if(Gv)return ih;Gv=1;var t=dj();return ih.createRoot=t.createRoot,ih.hydrateRoot=t.hydrateRoot,ih}var FT=$T(),au=dj();const uj=cj(au);/** - * @remix-run/router v1.23.2 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function Vd(){return Vd=Object.assign?Object.assign.bind():function(t){for(var e=1;e"u")throw new Error(e)}function u0(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function VT(){return Math.random().toString(36).substr(2,8)}function Qv(t,e){return{usr:t.state,key:t.key,idx:e}}function eg(t,e,n,r){return n===void 0&&(n=null),Vd({pathname:typeof t=="string"?t:t.pathname,search:"",hash:""},typeof e=="string"?Rc(e):e,{state:n,key:e&&e.key||r||VT()})}function Wh(t){let{pathname:e="/",search:n="",hash:r=""}=t;return n&&n!=="?"&&(e+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function Rc(t){let e={};if(t){let n=t.indexOf("#");n>=0&&(e.hash=t.substr(n),t=t.substr(0,n));let r=t.indexOf("?");r>=0&&(e.search=t.substr(r),t=t.substr(0,r)),t&&(e.pathname=t)}return e}function HT(t,e,n,r){r===void 0&&(r={});let{window:a=document.defaultView,v5Compat:i=!1}=r,o=a.history,c=to.Pop,u=null,h=f();h==null&&(h=0,o.replaceState(Vd({},o.state,{idx:h}),""));function f(){return(o.state||{idx:null}).idx}function m(){c=to.Pop;let j=f(),S=j==null?null:j-h;h=j,u&&u({action:c,location:w.location,delta:S})}function x(j,S){c=to.Push;let E=eg(w.location,j,S);h=f()+1;let T=Qv(E,h),P=w.createHref(E);try{o.pushState(T,"",P)}catch(O){if(O instanceof DOMException&&O.name==="DataCloneError")throw O;a.location.assign(P)}i&&u&&u({action:c,location:w.location,delta:1})}function y(j,S){c=to.Replace;let E=eg(w.location,j,S);h=f();let T=Qv(E,h),P=w.createHref(E);o.replaceState(T,"",P),i&&u&&u({action:c,location:w.location,delta:0})}function N(j){let S=a.location.origin!=="null"?a.location.origin:a.location.href,E=typeof j=="string"?j:Wh(j);return E=E.replace(/ $/,"%20"),Rn(S,"No window.location.(origin|href) available to create URL for href: "+E),new URL(E,S)}let w={get action(){return c},get location(){return t(a,o)},listen(j){if(u)throw new Error("A history only accepts one active listener");return a.addEventListener(Jv,m),u=j,()=>{a.removeEventListener(Jv,m),u=null}},createHref(j){return e(a,j)},createURL:N,encodeLocation(j){let S=N(j);return{pathname:S.pathname,search:S.search,hash:S.hash}},push:x,replace:y,go(j){return o.go(j)}};return w}var Yv;(function(t){t.data="data",t.deferred="deferred",t.redirect="redirect",t.error="error"})(Yv||(Yv={}));function UT(t,e,n){return n===void 0&&(n="/"),WT(t,e,n)}function WT(t,e,n,r){let a=typeof e=="string"?Rc(e):e,i=h0(a.pathname||"/",n);if(i==null)return null;let o=hj(t);KT(o);let c=null;for(let u=0;c==null&&u{let u={relativePath:c===void 0?i.path||"":c,caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};u.relativePath.startsWith("/")&&(Rn(u.relativePath.startsWith(r),'Absolute route path "'+u.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),u.relativePath=u.relativePath.slice(r.length));let h=io([r,u.relativePath]),f=n.concat(u);i.children&&i.children.length>0&&(Rn(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+h+'".')),hj(i.children,e,f,h)),!(i.path==null&&!i.index)&&e.push({path:h,score:ZT(h,i.index),routesMeta:f})};return t.forEach((i,o)=>{var c;if(i.path===""||!((c=i.path)!=null&&c.includes("?")))a(i,o);else for(let u of fj(i.path))a(i,o,u)}),e}function fj(t){let e=t.split("/");if(e.length===0)return[];let[n,...r]=e,a=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return a?[i,""]:[i];let o=fj(r.join("/")),c=[];return c.push(...o.map(u=>u===""?i:[i,u].join("/"))),a&&c.push(...o),c.map(u=>t.startsWith("/")&&u===""?"/":u)}function KT(t){t.sort((e,n)=>e.score!==n.score?n.score-e.score:eE(e.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const qT=/^:[\w-]+$/,GT=3,JT=2,QT=1,YT=10,XT=-2,Xv=t=>t==="*";function ZT(t,e){let n=t.split("/"),r=n.length;return n.some(Xv)&&(r+=XT),e&&(r+=JT),n.filter(a=>!Xv(a)).reduce((a,i)=>a+(qT.test(i)?GT:i===""?QT:YT),r)}function eE(t,e){return t.length===e.length&&t.slice(0,-1).every((r,a)=>r===e[a])?t[t.length-1]-e[e.length-1]:0}function tE(t,e,n){let{routesMeta:r}=t,a={},i="/",o=[];for(let c=0;c{let{paramName:x,isOptional:y}=f;if(x==="*"){let w=c[m]||"";o=i.slice(0,i.length-w.length).replace(/(.)\/+$/,"$1")}const N=c[m];return y&&!N?h[x]=void 0:h[x]=(N||"").replace(/%2F/g,"/"),h},{}),pathname:i,pathnameBase:o,pattern:t}}function sE(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!0),u0(t==="*"||!t.endsWith("*")||t.endsWith("/*"),'Route path "'+t+'" will be treated as if it were '+('"'+t.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+t.replace(/\*$/,"/*")+'".'));let r=[],a="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,c,u)=>(r.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(r.push({paramName:"*"}),a+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":t!==""&&t!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,e?void 0:"i"),r]}function rE(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return u0(!1,'The URL path "'+t+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+e+").")),t}}function h0(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let n=e.endsWith("/")?e.length-1:e.length,r=t.charAt(n);return r&&r!=="/"?null:t.slice(n)||"/"}const aE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,iE=t=>aE.test(t);function oE(t,e){e===void 0&&(e="/");let{pathname:n,search:r="",hash:a=""}=typeof t=="string"?Rc(t):t,i;if(n)if(iE(n))i=n;else{if(n.includes("//")){let o=n;n=n.replace(/\/\/+/g,"/"),u0(!1,"Pathnames cannot have embedded double slashes - normalizing "+(o+" -> "+n))}n.startsWith("/")?i=Zv(n.substring(1),"/"):i=Zv(n,e)}else i=e;return{pathname:i,search:dE(r),hash:uE(a)}}function Zv(t,e){let n=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function sx(t,e,n,r){return"Cannot include a '"+t+"' character in a manually specified "+("`to."+e+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function lE(t){return t.filter((e,n)=>n===0||e.route.path&&e.route.path.length>0)}function f0(t,e){let n=lE(t);return e?n.map((r,a)=>a===n.length-1?r.pathname:r.pathnameBase):n.map(r=>r.pathnameBase)}function p0(t,e,n,r){r===void 0&&(r=!1);let a;typeof t=="string"?a=Rc(t):(a=Vd({},t),Rn(!a.pathname||!a.pathname.includes("?"),sx("?","pathname","search",a)),Rn(!a.pathname||!a.pathname.includes("#"),sx("#","pathname","hash",a)),Rn(!a.search||!a.search.includes("#"),sx("#","search","hash",a)));let i=t===""||a.pathname==="",o=i?"/":a.pathname,c;if(o==null)c=n;else{let m=e.length-1;if(!r&&o.startsWith("..")){let x=o.split("/");for(;x[0]==="..";)x.shift(),m-=1;a.pathname=x.join("/")}c=m>=0?e[m]:"/"}let u=oE(a,c),h=o&&o!=="/"&&o.endsWith("/"),f=(i||o===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(h||f)&&(u.pathname+="/"),u}const io=t=>t.join("/").replace(/\/\/+/g,"/"),cE=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),dE=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,uE=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;function hE(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const pj=["post","put","patch","delete"];new Set(pj);const fE=["get",...pj];new Set(fE);/** - * React Router v6.30.3 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function Hd(){return Hd=Object.assign?Object.assign.bind():function(t){for(var e=1;e{c.current=!0}),b.useCallback(function(h,f){if(f===void 0&&(f={}),!c.current)return;if(typeof h=="number"){r.go(h);return}let m=p0(h,JSON.parse(o),i,f.relative==="path");t==null&&e!=="/"&&(m.pathname=m.pathname==="/"?e:io([e,m.pathname])),(f.replace?r.replace:r.push)(m,f.state,f)},[e,r,o,i,t])}const gE=b.createContext(null);function yE(t){let e=b.useContext(gi).outlet;return e&&b.createElement(gE.Provider,{value:t},e)}function gj(t,e){let{relative:n}=e===void 0?{}:e,{future:r}=b.useContext(bo),{matches:a}=b.useContext(gi),{pathname:i}=vo(),o=JSON.stringify(f0(a,r.v7_relativeSplatPath));return b.useMemo(()=>p0(t,JSON.parse(o),i,n==="path"),[t,o,i,n])}function bE(t,e){return vE(t,e)}function vE(t,e,n,r){Pc()||Rn(!1);let{navigator:a}=b.useContext(bo),{matches:i}=b.useContext(gi),o=i[i.length-1],c=o?o.params:{};o&&o.pathname;let u=o?o.pathnameBase:"/";o&&o.route;let h=vo(),f;if(e){var m;let j=typeof e=="string"?Rc(e):e;u==="/"||(m=j.pathname)!=null&&m.startsWith(u)||Rn(!1),f=j}else f=h;let x=f.pathname||"/",y=x;if(u!=="/"){let j=u.replace(/^\//,"").split("/");y="/"+x.replace(/^\//,"").split("/").slice(j.length).join("/")}let N=UT(t,{pathname:y}),w=SE(N&&N.map(j=>Object.assign({},j,{params:Object.assign({},c,j.params),pathname:io([u,a.encodeLocation?a.encodeLocation(j.pathname).pathname:j.pathname]),pathnameBase:j.pathnameBase==="/"?u:io([u,a.encodeLocation?a.encodeLocation(j.pathnameBase).pathname:j.pathnameBase])})),i,n,r);return e&&w?b.createElement(Xf.Provider,{value:{location:Hd({pathname:"/",search:"",hash:"",state:null,key:"default"},f),navigationType:to.Pop}},w):w}function NE(){let t=ME(),e=hE(t)?t.status+" "+t.statusText:t instanceof Error?t.message:JSON.stringify(t),n=t instanceof Error?t.stack:null,a={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return b.createElement(b.Fragment,null,b.createElement("h2",null,"Unexpected Application Error!"),b.createElement("h3",{style:{fontStyle:"italic"}},e),n?b.createElement("pre",{style:a},n):null,null)}const wE=b.createElement(NE,null);class jE extends b.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,n){return n.location!==e.location||n.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:n.error,location:n.location,revalidation:e.revalidation||n.revalidation}}componentDidCatch(e,n){console.error("React Router caught the following error during render",e,n)}render(){return this.state.error!==void 0?b.createElement(gi.Provider,{value:this.props.routeContext},b.createElement(mj.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function kE(t){let{routeContext:e,match:n,children:r}=t,a=b.useContext(m0);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),b.createElement(gi.Provider,{value:e},r)}function SE(t,e,n,r){var a;if(e===void 0&&(e=[]),n===void 0&&(n=null),r===void 0&&(r=null),t==null){var i;if(!n)return null;if(n.errors)t=n.matches;else if((i=r)!=null&&i.v7_partialHydration&&e.length===0&&!n.initialized&&n.matches.length>0)t=n.matches;else return null}let o=t,c=(a=n)==null?void 0:a.errors;if(c!=null){let f=o.findIndex(m=>m.route.id&&(c==null?void 0:c[m.route.id])!==void 0);f>=0||Rn(!1),o=o.slice(0,Math.min(o.length,f+1))}let u=!1,h=-1;if(n&&r&&r.v7_partialHydration)for(let f=0;f=0?o=o.slice(0,h+1):o=[o[0]];break}}}return o.reduceRight((f,m,x)=>{let y,N=!1,w=null,j=null;n&&(y=c&&m.route.id?c[m.route.id]:void 0,w=m.route.errorElement||wE,u&&(h<0&&x===0?(IE("route-fallback"),N=!0,j=null):h===x&&(N=!0,j=m.route.hydrateFallbackElement||null)));let S=e.concat(o.slice(0,x+1)),E=()=>{let T;return y?T=w:N?T=j:m.route.Component?T=b.createElement(m.route.Component,null):m.route.element?T=m.route.element:T=f,b.createElement(kE,{match:m,routeContext:{outlet:f,matches:S,isDataRoute:n!=null},children:T})};return n&&(m.route.ErrorBoundary||m.route.errorElement||x===0)?b.createElement(jE,{location:n.location,revalidation:n.revalidation,component:w,error:y,children:E(),routeContext:{outlet:null,matches:S,isDataRoute:!0}}):E()},null)}var yj=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})(yj||{}),bj=(function(t){return t.UseBlocker="useBlocker",t.UseLoaderData="useLoaderData",t.UseActionData="useActionData",t.UseRouteError="useRouteError",t.UseNavigation="useNavigation",t.UseRouteLoaderData="useRouteLoaderData",t.UseMatches="useMatches",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t.UseRouteId="useRouteId",t})(bj||{});function CE(t){let e=b.useContext(m0);return e||Rn(!1),e}function TE(t){let e=b.useContext(pE);return e||Rn(!1),e}function EE(t){let e=b.useContext(gi);return e||Rn(!1),e}function vj(t){let e=EE(),n=e.matches[e.matches.length-1];return n.route.id||Rn(!1),n.route.id}function ME(){var t;let e=b.useContext(mj),n=TE(),r=vj();return e!==void 0?e:(t=n.errors)==null?void 0:t[r]}function AE(){let{router:t}=CE(yj.UseNavigateStable),e=vj(bj.UseNavigateStable),n=b.useRef(!1);return xj(()=>{n.current=!0}),b.useCallback(function(a,i){i===void 0&&(i={}),n.current&&(typeof a=="number"?t.navigate(a):t.navigate(a,Hd({fromRouteId:e},i)))},[t,e])}const e1={};function IE(t,e,n){e1[t]||(e1[t]=!0)}function RE(t,e){t==null||t.v7_startTransition,t==null||t.v7_relativeSplatPath}function oh(t){let{to:e,replace:n,state:r,relative:a}=t;Pc()||Rn(!1);let{future:i,static:o}=b.useContext(bo),{matches:c}=b.useContext(gi),{pathname:u}=vo(),h=Sa(),f=p0(e,f0(c,i.v7_relativeSplatPath),u,a==="path"),m=JSON.stringify(f);return b.useEffect(()=>h(JSON.parse(m),{replace:n,state:r,relative:a}),[h,m,a,n,r]),null}function PE(t){return yE(t.context)}function nn(t){Rn(!1)}function OE(t){let{basename:e="/",children:n=null,location:r,navigationType:a=to.Pop,navigator:i,static:o=!1,future:c}=t;Pc()&&Rn(!1);let u=e.replace(/^\/*/,"/"),h=b.useMemo(()=>({basename:u,navigator:i,static:o,future:Hd({v7_relativeSplatPath:!1},c)}),[u,c,i,o]);typeof r=="string"&&(r=Rc(r));let{pathname:f="/",search:m="",hash:x="",state:y=null,key:N="default"}=r,w=b.useMemo(()=>{let j=h0(f,u);return j==null?null:{location:{pathname:j,search:m,hash:x,state:y,key:N},navigationType:a}},[u,f,m,x,y,N,a]);return w==null?null:b.createElement(bo.Provider,{value:h},b.createElement(Xf.Provider,{children:n,value:w}))}function LE(t){let{children:e,location:n}=t;return bE(tg(e),n)}new Promise(()=>{});function tg(t,e){e===void 0&&(e=[]);let n=[];return b.Children.forEach(t,(r,a)=>{if(!b.isValidElement(r))return;let i=[...e,a];if(r.type===b.Fragment){n.push.apply(n,tg(r.props.children,i));return}r.type!==nn&&Rn(!1),!r.props.index||!r.props.children||Rn(!1);let o={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=tg(r.props.children,i)),n.push(o)}),n}/** - * React Router DOM v6.30.3 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function ng(){return ng=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0)&&(n[a]=t[a]);return n}function _E(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}function zE(t,e){return t.button===0&&(!e||e==="_self")&&!_E(t)}function sg(t){return t===void 0&&(t=""),new URLSearchParams(typeof t=="string"||Array.isArray(t)||t instanceof URLSearchParams?t:Object.keys(t).reduce((e,n)=>{let r=t[n];return e.concat(Array.isArray(r)?r.map(a=>[n,a]):[[n,r]])},[]))}function $E(t,e){let n=sg(t);return e&&e.forEach((r,a)=>{n.has(a)||e.getAll(a).forEach(i=>{n.append(a,i)})}),n}const FE=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],BE="6";try{window.__reactRouterVersion=BE}catch{}const VE="startTransition",t1=Yf[VE];function HE(t){let{basename:e,children:n,future:r,window:a}=t,i=b.useRef();i.current==null&&(i.current=BT({window:a,v5Compat:!0}));let o=i.current,[c,u]=b.useState({action:o.action,location:o.location}),{v7_startTransition:h}=r||{},f=b.useCallback(m=>{h&&t1?t1(()=>u(m)):u(m)},[u,h]);return b.useLayoutEffect(()=>o.listen(f),[o,f]),b.useEffect(()=>RE(r),[r]),b.createElement(OE,{basename:e,children:n,location:c.location,navigationType:c.action,navigator:o,future:r})}const UE=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",WE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,bc=b.forwardRef(function(e,n){let{onClick:r,relative:a,reloadDocument:i,replace:o,state:c,target:u,to:h,preventScrollReset:f,viewTransition:m}=e,x=DE(e,FE),{basename:y}=b.useContext(bo),N,w=!1;if(typeof h=="string"&&WE.test(h)&&(N=h,UE))try{let T=new URL(window.location.href),P=h.startsWith("//")?new URL(T.protocol+h):new URL(h),O=h0(P.pathname,y);P.origin===T.origin&&O!=null?h=O+P.search+P.hash:w=!0}catch{}let j=mE(h,{relative:a}),S=KE(h,{replace:o,state:c,target:u,preventScrollReset:f,relative:a,viewTransition:m});function E(T){r&&r(T),T.defaultPrevented||S(T)}return b.createElement("a",ng({},x,{href:N||j,onClick:w||i?r:E,ref:n,target:u}))});var n1;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(n1||(n1={}));var s1;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(s1||(s1={}));function KE(t,e){let{target:n,replace:r,state:a,preventScrollReset:i,relative:o,viewTransition:c}=e===void 0?{}:e,u=Sa(),h=vo(),f=gj(t,{relative:o});return b.useCallback(m=>{if(zE(m,n)){m.preventDefault();let x=r!==void 0?r:Wh(h)===Wh(f);u(t,{replace:x,state:a,preventScrollReset:i,relative:o,viewTransition:c})}},[h,u,f,r,a,n,t,i,o,c])}function x0(t){let e=b.useRef(sg(t)),n=b.useRef(!1),r=vo(),a=b.useMemo(()=>$E(r.search,n.current?null:e.current),[r.search]),i=Sa(),o=b.useCallback((c,u)=>{const h=sg(typeof c=="function"?c(a):c);n.current=!0,i("?"+h,u)},[i,a]);return[a,o]}/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const qE=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),GE=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,n,r)=>r?r.toUpperCase():n.toLowerCase()),r1=t=>{const e=GE(t);return e.charAt(0).toUpperCase()+e.slice(1)},Nj=(...t)=>t.filter((e,n,r)=>!!e&&e.trim()!==""&&r.indexOf(e)===n).join(" ").trim(),JE=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0};/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */var QE={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const YE=b.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:a="",children:i,iconNode:o,...c},u)=>b.createElement("svg",{ref:u,...QE,width:e,height:e,stroke:t,strokeWidth:r?Number(n)*24/Number(e):n,className:Nj("lucide",a),...!i&&!JE(c)&&{"aria-hidden":"true"},...c},[...o.map(([h,f])=>b.createElement(h,f)),...Array.isArray(i)?i:[i]]));/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const Ee=(t,e)=>{const n=b.forwardRef(({className:r,...a},i)=>b.createElement(YE,{ref:i,iconNode:e,className:Nj(`lucide-${qE(r1(t))}`,`lucide-${t}`,r),...a}));return n.displayName=r1(t),n};/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const XE=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],rx=Ee("arrow-up-down",XE);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const ZE=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]],e5=Ee("at-sign",ZE);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const t5=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],a1=Ee("bitcoin",t5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const n5=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],s5=Ee("bold",n5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const r5=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],Gs=Ee("book-open",r5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const a5=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],rg=Ee("calendar",a5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const i5=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],rc=Ee("chart-column",i5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const o5=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],Zf=Ee("check",o5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const l5=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],vc=Ee("chevron-down",l5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const c5=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],d5=Ee("chevron-left",c5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const u5=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],Xo=Ee("chevron-right",u5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const h5=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],ag=Ee("chevron-up",h5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const f5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],wj=Ee("circle-alert",f5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const p5=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],ax=Ee("circle-check-big",p5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const m5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],jj=Ee("circle-check",m5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const x5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],kj=Ee("circle-question-mark",x5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const g5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],lh=Ee("circle-user",g5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const y5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],Sj=Ee("circle-x",y5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const b5=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ig=Ee("clock",b5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const v5=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],i1=Ee("cloud",v5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const N5=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],w5=Ee("code",N5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const j5=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],Cj=Ee("copy",j5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const k5=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],o1=Ee("credit-card",k5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const S5=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],pc=Ee("crown",S5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const C5=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],Kh=Ee("dollar-sign",C5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const T5=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],E5=Ee("download",T5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const M5=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],fi=Ee("external-link",M5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const A5=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],I5=Ee("eye-off",A5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const R5=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],qh=Ee("eye",R5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const P5=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Tj=Ee("file-text",P5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const O5=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],Ej=Ee("funnel",O5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const L5=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]],og=Ee("gift",L5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const D5=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],_5=Ee("git-merge",D5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const z5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],lg=Ee("globe",z5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const $5=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],F5=Ee("graduation-cap",$5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const B5=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],Xa=Ee("grip-vertical",B5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const V5=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],H5=Ee("handshake",V5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const U5=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],l1=Ee("hash",U5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const W5=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],K5=Ee("heading-1",W5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const q5=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],G5=Ee("heading-2",q5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const J5=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],Q5=Ee("heading-3",J5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const Y5=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],X5=Ee("house",Y5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const Z5=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],Mj=Ee("image",Z5);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const eM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],ch=Ee("info",eM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const tM=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],nM=Ee("italic",tM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const sM=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],cg=Ee("key",sM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const rM=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],aM=Ee("layout-dashboard",rM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const iM=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]],oM=Ee("layout-grid",iM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const lM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],ya=Ee("link-2",lM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const cM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],dg=Ee("link",cM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const dM=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],uM=Ee("list-ordered",dM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const hM=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],fM=Ee("list",hM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const pM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],mM=Ee("lock",pM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const xM=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],gM=Ee("log-out",xM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const yM=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Aj=Ee("map-pin",yM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const bM=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],vM=Ee("menu",bM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const NM=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],wM=Ee("message-circle",NM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const jM=[["path",{d:"M5 12h14",key:"1ays0h"}]],kM=Ee("minus",jM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const SM=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],qr=Ee("navigation",SM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const CM=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],TM=Ee("palette",CM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const EM=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",key:"1miecu"}]],MM=Ee("paperclip",EM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const AM=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Jt=Ee("pen-line",AM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const IM=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],c1=Ee("pencil",IM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const RM=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],PM=Ee("percent",RM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const OM=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],d1=Ee("phone",OM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const LM=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],DM=Ee("pin",LM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const _M=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],An=Ee("plus",_M);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const zM=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],u1=Ee("qr-code",zM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const $M=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],FM=Ee("quote",$M);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const BM=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],VM=Ee("redo",BM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const HM=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Fe=Ee("refresh-cw",HM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const UM=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],bn=Ee("save",UM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const WM=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],va=Ee("search",WM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const KM=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],qM=Ee("send",KM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const GM=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],no=Ee("settings",GM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const JM=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],dh=Ee("settings-2",JM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const QM=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],YM=Ee("share-2",QM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const XM=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],dc=Ee("shield-check",XM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const ZM=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],Md=Ee("shopping-bag",ZM);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const eA=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],ll=Ee("smartphone",eA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const tA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],nA=Ee("smile",tA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const sA=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],rA=Ee("sparkles",sA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const aA=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],uc=Ee("star",aA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const iA=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],oA=Ee("strikethrough",iA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const lA=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],cA=Ee("table",lA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const dA=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],Ad=Ee("tag",dA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const uA=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],bs=Ee("trash-2",uA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const hA=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],Gh=Ee("trending-up",hA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const fA=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],ug=Ee("trophy",fA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const pA=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],Ij=Ee("undo-2",pA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const mA=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],xA=Ee("undo",mA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const gA=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],Jh=Ee("upload",gA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const yA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],hc=Ee("user-plus",yA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const bA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],oi=Ee("user",bA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const vA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],In=Ee("users",vA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const NA=[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]],wA=Ee("video",NA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const jA=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],Nc=Ee("wallet",jA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const kA=[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]],SA=Ee("wand-sparkles",kA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const CA=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Yn=Ee("x",CA);/** - * @license lucide-react v0.562.0 - ISC - * - * This source code is licensed under the ISC license. - * See the LICENSE file in the root directory of this source tree. - */const TA=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],pi=Ee("zap",TA),g0="admin_token";function iu(){try{return localStorage.getItem(g0)}catch{return null}}function EA(t){try{localStorage.setItem(g0,t)}catch{}}function ix(){try{localStorage.removeItem(g0)}catch{}}const MA="https://soulapi.quwanzhi.com",AA=15e3,h1=6e4,IA=()=>{const t="https://soulapi.quwanzhi.com";{const e=t.trim();if(e.length>0)return e.replace(/\/$/,"")}return MA};function wc(t){const e=IA(),n=t.startsWith("/")?t:`/${t}`;return e?`${e}${n}`:n}async function ep(t,e={}){const{data:n,...r}=e,a=wc(t),i=new Headers(r.headers),o=iu();o&&i.set("Authorization",`Bearer ${o}`),n!=null&&!i.has("Content-Type")&&i.set("Content-Type","application/json");const c=n!=null?JSON.stringify(n):r.body,u=r.timeout??AA,h=new AbortController,f=setTimeout(()=>h.abort(),u),m=await fetch(a,{...r,headers:i,body:c,credentials:"include",signal:h.signal}).finally(()=>clearTimeout(f)),x=m.headers.get("Content-Type")||"";let y;if(x.includes("application/json"))try{y=await m.json()}catch{throw new Error(`API 响应解析失败 (${m.status})`)}else{const w=await m.text();throw new Error(`API 返回非 JSON 响应 (${m.status}): ${w.slice(0,100)}`)}const N=w=>{const j=w,S=((j==null?void 0:j.message)||(j==null?void 0:j.error)||"").toString();(S.includes("可提现金额不足")||S.includes("可提现不足")||S.includes("余额不足"))&&window.dispatchEvent(new CustomEvent("recharge-alert",{detail:S}))};if(!m.ok){N(y);const w=new Error((y==null?void 0:y.error)||`HTTP ${m.status}`);throw w.status=m.status,w.data=y,w}return N(y),y}function Pe(t,e){return ep(t,{...e,method:"GET"})}function Ct(t,e,n){return ep(t,{...n,method:"POST",data:e})}function Gt(t,e,n){return ep(t,{...n,method:"PUT",data:e})}function li(t,e){return ep(t,{...e,method:"DELETE"})}function RA(){const[t,e]=b.useState(!1),[n,r]=b.useState("");return b.useEffect(()=>{const a=i=>{const o=i.detail;r(o||"可提现/余额不足,请及时充值商户号"),e(!0)};return window.addEventListener("recharge-alert",a),()=>window.removeEventListener("recharge-alert",a)},[]),t?s.jsxs("div",{className:"flex items-center justify-between gap-4 px-4 py-3 bg-red-900/80 border-b border-red-600/50 text-red-100",role:"alert",children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(wj,{className:"w-5 h-5 shrink-0 text-red-400"}),s.jsxs("span",{className:"text-sm font-medium",children:[n,s.jsx("span",{className:"ml-2 text-red-300",children:"请及时充值商户号或核对账户后重试。"})]})]}),s.jsx("button",{type:"button",onClick:()=>e(!1),className:"shrink-0 p-1 rounded hover:bg-red-800/50 transition-colors","aria-label":"关闭告警",children:s.jsx(Yn,{className:"w-4 h-4"})})]}):null}const PA=[{icon:aM,label:"数据概览",href:"/dashboard"},{icon:Gs,label:"内容管理",href:"/content"},{icon:In,label:"用户管理",href:"/users"},{icon:_5,label:"找伙伴",href:"/find-partner"},{icon:Nc,label:"推广中心",href:"/distribution"}];function OA(){const t=vo(),e=Sa(),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{r(!0)},[]),b.useEffect(()=>{if(!n)return;i(!1);let c=!1;if(!iu()){e("/login",{replace:!0});return}return Pe("/api/admin").then(u=>{c||(u&&u.success!==!1?i(!0):(ix(),e("/login",{replace:!0,state:{from:t.pathname}})))}).catch(()=>{c||(ix(),e("/login",{replace:!0,state:{from:t.pathname}}))}),()=>{c=!0}},[t.pathname,n,e]);const o=async()=>{ix();try{await Ct("/api/admin/logout",{})}catch{}e("/login",{replace:!0})};return!n||!a?s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsx("div",{className:"w-64 bg-[#0f2137] border-r border-gray-700/50"}),s.jsx("div",{className:"flex-1 flex items-center justify-center",children:s.jsx("div",{className:"text-[#38bdac]",children:"加载中..."})})]}):s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsxs("div",{className:"w-64 bg-[#0f2137] flex flex-col border-r border-gray-700/50 shadow-xl",children:[s.jsxs("div",{className:"p-6 border-b border-gray-700/50",children:[s.jsx("h1",{className:"text-xl font-bold text-[#38bdac]",children:"管理后台"}),s.jsx("p",{className:"text-xs text-gray-400 mt-1",children:"Soul创业派对"})]}),s.jsxs("nav",{className:"flex-1 p-4 space-y-1 overflow-y-auto",children:[PA.map(c=>{const u=t.pathname===c.href;return s.jsxs(bc,{to:c.href,className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${u?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(c.icon,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:c.label})]},c.href)}),s.jsx("div",{className:"pt-4 mt-4 border-t border-gray-700/50",children:s.jsxs(bc,{to:"/settings",className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${t.pathname==="/settings"?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(no,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:"系统设置"})]})})]}),s.jsx("div",{className:"p-4 border-t border-gray-700/50 space-y-1",children:s.jsxs("button",{type:"button",onClick:o,className:"w-full flex items-center gap-3 px-4 py-3 text-gray-400 hover:text-white rounded-lg hover:bg-gray-700/50 transition-colors",children:[s.jsx(gM,{className:"w-5 h-5"}),s.jsx("span",{className:"text-sm",children:"退出登录"})]})})]}),s.jsxs("div",{className:"flex-1 overflow-auto bg-[#0a1628] min-w-0 flex flex-col",children:[s.jsx(RA,{}),s.jsx("div",{className:"w-full min-w-[1024px] min-h-full flex-1",children:s.jsx(PE,{})})]})]})}function f1(t,e){if(typeof t=="function")return t(e);t!=null&&(t.current=e)}function y0(...t){return e=>{let n=!1;const r=t.map(a=>{const i=f1(a,e);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let a=0;a{let{children:i,...o}=r;Rj(i)&&typeof Qh=="function"&&(i=Qh(i._payload));const c=b.Children.toArray(i),u=c.find($A);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}var Oj=Pj("Slot");function _A(t){const e=b.forwardRef((n,r)=>{let{children:a,...i}=n;if(Rj(a)&&typeof Qh=="function"&&(a=Qh(a._payload)),b.isValidElement(a)){const o=BA(a),c=FA(i,a.props);return a.type!==b.Fragment&&(c.ref=r?y0(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var zA=Symbol("radix.slottable");function $A(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===zA}function FA(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function BA(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}function Lj(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var a=t.length;for(e=0;etypeof t=="boolean"?`${t}`:t===0?"0":t,m1=Dj,_j=(t,e)=>n=>{var r;if((e==null?void 0:e.variants)==null)return m1(t,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:a,defaultVariants:i}=e,o=Object.keys(a).map(h=>{const f=n==null?void 0:n[h],m=i==null?void 0:i[h];if(f===null)return null;const x=p1(f)||p1(m);return a[h][x]}),c=n&&Object.entries(n).reduce((h,f)=>{let[m,x]=f;return x===void 0||(h[m]=x),h},{}),u=e==null||(r=e.compoundVariants)===null||r===void 0?void 0:r.reduce((h,f)=>{let{class:m,className:x,...y}=f;return Object.entries(y).every(N=>{let[w,j]=N;return Array.isArray(j)?j.includes({...i,...c}[w]):{...i,...c}[w]===j})?[...h,m,x]:h},[]);return m1(t,o,u,n==null?void 0:n.class,n==null?void 0:n.className)},VA=(t,e)=>{const n=new Array(t.length+e.length);for(let r=0;r({classGroupId:t,validator:e}),zj=(t=new Map,e=null,n)=>({nextPart:t,validators:e,classGroupId:n}),Yh="-",x1=[],UA="arbitrary..",WA=t=>{const e=qA(t),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=t;return{getClassGroupId:o=>{if(o.startsWith("[")&&o.endsWith("]"))return KA(o);const c=o.split(Yh),u=c[0]===""&&c.length>1?1:0;return $j(c,u,e)},getConflictingClassGroupIds:(o,c)=>{if(c){const u=r[o],h=n[o];return u?h?VA(h,u):u:h||x1}return n[o]||x1}}},$j=(t,e,n)=>{if(t.length-e===0)return n.classGroupId;const a=t[e],i=n.nextPart.get(a);if(i){const h=$j(t,e+1,i);if(h)return h}const o=n.validators;if(o===null)return;const c=e===0?t.join(Yh):t.slice(e).join(Yh),u=o.length;for(let h=0;ht.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const e=t.slice(1,-1),n=e.indexOf(":"),r=e.slice(0,n);return r?UA+r:void 0})(),qA=t=>{const{theme:e,classGroups:n}=t;return GA(n,e)},GA=(t,e)=>{const n=zj();for(const r in t){const a=t[r];b0(a,n,r,e)}return n},b0=(t,e,n,r)=>{const a=t.length;for(let i=0;i{if(typeof t=="string"){QA(t,e,n);return}if(typeof t=="function"){YA(t,e,n,r);return}XA(t,e,n,r)},QA=(t,e,n)=>{const r=t===""?e:Fj(e,t);r.classGroupId=n},YA=(t,e,n,r)=>{if(ZA(t)){b0(t(r),e,n,r);return}e.validators===null&&(e.validators=[]),e.validators.push(HA(n,t))},XA=(t,e,n,r)=>{const a=Object.entries(t),i=a.length;for(let o=0;o{let n=t;const r=e.split(Yh),a=r.length;for(let i=0;i"isThemeGetter"in t&&t.isThemeGetter===!0,eI=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,n=Object.create(null),r=Object.create(null);const a=(i,o)=>{n[i]=o,e++,e>t&&(e=0,r=n,n=Object.create(null))};return{get(i){let o=n[i];if(o!==void 0)return o;if((o=r[i])!==void 0)return a(i,o),o},set(i,o){i in n?n[i]=o:a(i,o)}}},hg="!",g1=":",tI=[],y1=(t,e,n,r,a)=>({modifiers:t,hasImportantModifier:e,baseClassName:n,maybePostfixModifierPosition:r,isExternal:a}),nI=t=>{const{prefix:e,experimentalParseClassName:n}=t;let r=a=>{const i=[];let o=0,c=0,u=0,h;const f=a.length;for(let w=0;wu?h-u:void 0;return y1(i,y,x,N)};if(e){const a=e+g1,i=r;r=o=>o.startsWith(a)?i(o.slice(a.length)):y1(tI,!1,o,void 0,!0)}if(n){const a=r;r=i=>n({className:i,parseClassName:a})}return r},sI=t=>{const e=new Map;return t.orderSensitiveModifiers.forEach((n,r)=>{e.set(n,1e6+r)}),n=>{const r=[];let a=[];for(let i=0;i0&&(a.sort(),r.push(...a),a=[]),r.push(o)):a.push(o)}return a.length>0&&(a.sort(),r.push(...a)),r}},rI=t=>({cache:eI(t.cacheSize),parseClassName:nI(t),sortModifiers:sI(t),...WA(t)}),aI=/\s+/,iI=(t,e)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:a,sortModifiers:i}=e,o=[],c=t.trim().split(aI);let u="";for(let h=c.length-1;h>=0;h-=1){const f=c[h],{isExternal:m,modifiers:x,hasImportantModifier:y,baseClassName:N,maybePostfixModifierPosition:w}=n(f);if(m){u=f+(u.length>0?" "+u:u);continue}let j=!!w,S=r(j?N.substring(0,w):N);if(!S){if(!j){u=f+(u.length>0?" "+u:u);continue}if(S=r(N),!S){u=f+(u.length>0?" "+u:u);continue}j=!1}const E=x.length===0?"":x.length===1?x[0]:i(x).join(":"),T=y?E+hg:E,P=T+S;if(o.indexOf(P)>-1)continue;o.push(P);const O=a(S,j);for(let q=0;q0?" "+u:u)}return u},oI=(...t)=>{let e=0,n,r,a="";for(;e{if(typeof t=="string")return t;let e,n="";for(let r=0;r{let n,r,a,i;const o=u=>{const h=e.reduce((f,m)=>m(f),t());return n=rI(h),r=n.cache.get,a=n.cache.set,i=c,c(u)},c=u=>{const h=r(u);if(h)return h;const f=iI(u,n);return a(u,f),f};return i=o,(...u)=>i(oI(...u))},cI=[],Wn=t=>{const e=n=>n[t]||cI;return e.isThemeGetter=!0,e},Vj=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Hj=/^\((?:(\w[\w-]*):)?(.+)\)$/i,dI=/^\d+\/\d+$/,uI=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,hI=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,fI=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,pI=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,mI=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Yl=t=>dI.test(t),yt=t=>!!t&&!Number.isNaN(Number(t)),Ui=t=>!!t&&Number.isInteger(Number(t)),ox=t=>t.endsWith("%")&&yt(t.slice(0,-1)),Za=t=>uI.test(t),xI=()=>!0,gI=t=>hI.test(t)&&!fI.test(t),Uj=()=>!1,yI=t=>pI.test(t),bI=t=>mI.test(t),vI=t=>!Ke(t)&&!qe(t),NI=t=>Oc(t,qj,Uj),Ke=t=>Vj.test(t),qo=t=>Oc(t,Gj,gI),lx=t=>Oc(t,CI,yt),b1=t=>Oc(t,Wj,Uj),wI=t=>Oc(t,Kj,bI),uh=t=>Oc(t,Jj,yI),qe=t=>Hj.test(t),gd=t=>Lc(t,Gj),jI=t=>Lc(t,TI),v1=t=>Lc(t,Wj),kI=t=>Lc(t,qj),SI=t=>Lc(t,Kj),hh=t=>Lc(t,Jj,!0),Oc=(t,e,n)=>{const r=Vj.exec(t);return r?r[1]?e(r[1]):n(r[2]):!1},Lc=(t,e,n=!1)=>{const r=Hj.exec(t);return r?r[1]?e(r[1]):n:!1},Wj=t=>t==="position"||t==="percentage",Kj=t=>t==="image"||t==="url",qj=t=>t==="length"||t==="size"||t==="bg-size",Gj=t=>t==="length",CI=t=>t==="number",TI=t=>t==="family-name",Jj=t=>t==="shadow",EI=()=>{const t=Wn("color"),e=Wn("font"),n=Wn("text"),r=Wn("font-weight"),a=Wn("tracking"),i=Wn("leading"),o=Wn("breakpoint"),c=Wn("container"),u=Wn("spacing"),h=Wn("radius"),f=Wn("shadow"),m=Wn("inset-shadow"),x=Wn("text-shadow"),y=Wn("drop-shadow"),N=Wn("blur"),w=Wn("perspective"),j=Wn("aspect"),S=Wn("ease"),E=Wn("animate"),T=()=>["auto","avoid","all","avoid-page","page","left","right","column"],P=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],O=()=>[...P(),qe,Ke],q=()=>["auto","hidden","clip","visible","scroll"],z=()=>["auto","contain","none"],V=()=>[qe,Ke,u],I=()=>[Yl,"full","auto",...V()],te=()=>[Ui,"none","subgrid",qe,Ke],Q=()=>["auto",{span:["full",Ui,qe,Ke]},Ui,qe,Ke],F=()=>[Ui,"auto",qe,Ke],re=()=>["auto","min","max","fr",qe,Ke],ie=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],J=()=>["start","end","center","stretch","center-safe","end-safe"],$=()=>["auto",...V()],D=()=>[Yl,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...V()],R=()=>[t,qe,Ke],oe=()=>[...P(),v1,b1,{position:[qe,Ke]}],G=()=>["no-repeat",{repeat:["","x","y","space","round"]}],_=()=>["auto","cover","contain",kI,NI,{size:[qe,Ke]}],U=()=>[ox,gd,qo],H=()=>["","none","full",h,qe,Ke],K=()=>["",yt,gd,qo],me=()=>["solid","dashed","dotted","double"],Y=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],le=()=>[yt,ox,v1,b1],de=()=>["","none",N,qe,Ke],ve=()=>["none",yt,qe,Ke],ye=()=>["none",yt,qe,Ke],ke=()=>[yt,qe,Ke],ze=()=>[Yl,"full",...V()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[Za],breakpoint:[Za],color:[xI],container:[Za],"drop-shadow":[Za],ease:["in","out","in-out"],font:[vI],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[Za],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[Za],shadow:[Za],spacing:["px",yt],text:[Za],"text-shadow":[Za],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Yl,Ke,qe,j]}],container:["container"],columns:[{columns:[yt,Ke,qe,c]}],"break-after":[{"break-after":T()}],"break-before":[{"break-before":T()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:O()}],overflow:[{overflow:q()}],"overflow-x":[{"overflow-x":q()}],"overflow-y":[{"overflow-y":q()}],overscroll:[{overscroll:z()}],"overscroll-x":[{"overscroll-x":z()}],"overscroll-y":[{"overscroll-y":z()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:I()}],"inset-x":[{"inset-x":I()}],"inset-y":[{"inset-y":I()}],start:[{start:I()}],end:[{end:I()}],top:[{top:I()}],right:[{right:I()}],bottom:[{bottom:I()}],left:[{left:I()}],visibility:["visible","invisible","collapse"],z:[{z:[Ui,"auto",qe,Ke]}],basis:[{basis:[Yl,"full","auto",c,...V()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[yt,Yl,"auto","initial","none",Ke]}],grow:[{grow:["",yt,qe,Ke]}],shrink:[{shrink:["",yt,qe,Ke]}],order:[{order:[Ui,"first","last","none",qe,Ke]}],"grid-cols":[{"grid-cols":te()}],"col-start-end":[{col:Q()}],"col-start":[{"col-start":F()}],"col-end":[{"col-end":F()}],"grid-rows":[{"grid-rows":te()}],"row-start-end":[{row:Q()}],"row-start":[{"row-start":F()}],"row-end":[{"row-end":F()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":re()}],"auto-rows":[{"auto-rows":re()}],gap:[{gap:V()}],"gap-x":[{"gap-x":V()}],"gap-y":[{"gap-y":V()}],"justify-content":[{justify:[...ie(),"normal"]}],"justify-items":[{"justify-items":[...J(),"normal"]}],"justify-self":[{"justify-self":["auto",...J()]}],"align-content":[{content:["normal",...ie()]}],"align-items":[{items:[...J(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...J(),{baseline:["","last"]}]}],"place-content":[{"place-content":ie()}],"place-items":[{"place-items":[...J(),"baseline"]}],"place-self":[{"place-self":["auto",...J()]}],p:[{p:V()}],px:[{px:V()}],py:[{py:V()}],ps:[{ps:V()}],pe:[{pe:V()}],pt:[{pt:V()}],pr:[{pr:V()}],pb:[{pb:V()}],pl:[{pl:V()}],m:[{m:$()}],mx:[{mx:$()}],my:[{my:$()}],ms:[{ms:$()}],me:[{me:$()}],mt:[{mt:$()}],mr:[{mr:$()}],mb:[{mb:$()}],ml:[{ml:$()}],"space-x":[{"space-x":V()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":V()}],"space-y-reverse":["space-y-reverse"],size:[{size:D()}],w:[{w:[c,"screen",...D()]}],"min-w":[{"min-w":[c,"screen","none",...D()]}],"max-w":[{"max-w":[c,"screen","none","prose",{screen:[o]},...D()]}],h:[{h:["screen","lh",...D()]}],"min-h":[{"min-h":["screen","lh","none",...D()]}],"max-h":[{"max-h":["screen","lh",...D()]}],"font-size":[{text:["base",n,gd,qo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,qe,lx]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",ox,Ke]}],"font-family":[{font:[jI,Ke,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,qe,Ke]}],"line-clamp":[{"line-clamp":[yt,"none",qe,lx]}],leading:[{leading:[i,...V()]}],"list-image":[{"list-image":["none",qe,Ke]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",qe,Ke]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:R()}],"text-color":[{text:R()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...me(),"wavy"]}],"text-decoration-thickness":[{decoration:[yt,"from-font","auto",qe,qo]}],"text-decoration-color":[{decoration:R()}],"underline-offset":[{"underline-offset":[yt,"auto",qe,Ke]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:V()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",qe,Ke]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",qe,Ke]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:oe()}],"bg-repeat":[{bg:G()}],"bg-size":[{bg:_()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Ui,qe,Ke],radial:["",qe,Ke],conic:[Ui,qe,Ke]},SI,wI]}],"bg-color":[{bg:R()}],"gradient-from-pos":[{from:U()}],"gradient-via-pos":[{via:U()}],"gradient-to-pos":[{to:U()}],"gradient-from":[{from:R()}],"gradient-via":[{via:R()}],"gradient-to":[{to:R()}],rounded:[{rounded:H()}],"rounded-s":[{"rounded-s":H()}],"rounded-e":[{"rounded-e":H()}],"rounded-t":[{"rounded-t":H()}],"rounded-r":[{"rounded-r":H()}],"rounded-b":[{"rounded-b":H()}],"rounded-l":[{"rounded-l":H()}],"rounded-ss":[{"rounded-ss":H()}],"rounded-se":[{"rounded-se":H()}],"rounded-ee":[{"rounded-ee":H()}],"rounded-es":[{"rounded-es":H()}],"rounded-tl":[{"rounded-tl":H()}],"rounded-tr":[{"rounded-tr":H()}],"rounded-br":[{"rounded-br":H()}],"rounded-bl":[{"rounded-bl":H()}],"border-w":[{border:K()}],"border-w-x":[{"border-x":K()}],"border-w-y":[{"border-y":K()}],"border-w-s":[{"border-s":K()}],"border-w-e":[{"border-e":K()}],"border-w-t":[{"border-t":K()}],"border-w-r":[{"border-r":K()}],"border-w-b":[{"border-b":K()}],"border-w-l":[{"border-l":K()}],"divide-x":[{"divide-x":K()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":K()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...me(),"hidden","none"]}],"divide-style":[{divide:[...me(),"hidden","none"]}],"border-color":[{border:R()}],"border-color-x":[{"border-x":R()}],"border-color-y":[{"border-y":R()}],"border-color-s":[{"border-s":R()}],"border-color-e":[{"border-e":R()}],"border-color-t":[{"border-t":R()}],"border-color-r":[{"border-r":R()}],"border-color-b":[{"border-b":R()}],"border-color-l":[{"border-l":R()}],"divide-color":[{divide:R()}],"outline-style":[{outline:[...me(),"none","hidden"]}],"outline-offset":[{"outline-offset":[yt,qe,Ke]}],"outline-w":[{outline:["",yt,gd,qo]}],"outline-color":[{outline:R()}],shadow:[{shadow:["","none",f,hh,uh]}],"shadow-color":[{shadow:R()}],"inset-shadow":[{"inset-shadow":["none",m,hh,uh]}],"inset-shadow-color":[{"inset-shadow":R()}],"ring-w":[{ring:K()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:R()}],"ring-offset-w":[{"ring-offset":[yt,qo]}],"ring-offset-color":[{"ring-offset":R()}],"inset-ring-w":[{"inset-ring":K()}],"inset-ring-color":[{"inset-ring":R()}],"text-shadow":[{"text-shadow":["none",x,hh,uh]}],"text-shadow-color":[{"text-shadow":R()}],opacity:[{opacity:[yt,qe,Ke]}],"mix-blend":[{"mix-blend":[...Y(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Y()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[yt]}],"mask-image-linear-from-pos":[{"mask-linear-from":le()}],"mask-image-linear-to-pos":[{"mask-linear-to":le()}],"mask-image-linear-from-color":[{"mask-linear-from":R()}],"mask-image-linear-to-color":[{"mask-linear-to":R()}],"mask-image-t-from-pos":[{"mask-t-from":le()}],"mask-image-t-to-pos":[{"mask-t-to":le()}],"mask-image-t-from-color":[{"mask-t-from":R()}],"mask-image-t-to-color":[{"mask-t-to":R()}],"mask-image-r-from-pos":[{"mask-r-from":le()}],"mask-image-r-to-pos":[{"mask-r-to":le()}],"mask-image-r-from-color":[{"mask-r-from":R()}],"mask-image-r-to-color":[{"mask-r-to":R()}],"mask-image-b-from-pos":[{"mask-b-from":le()}],"mask-image-b-to-pos":[{"mask-b-to":le()}],"mask-image-b-from-color":[{"mask-b-from":R()}],"mask-image-b-to-color":[{"mask-b-to":R()}],"mask-image-l-from-pos":[{"mask-l-from":le()}],"mask-image-l-to-pos":[{"mask-l-to":le()}],"mask-image-l-from-color":[{"mask-l-from":R()}],"mask-image-l-to-color":[{"mask-l-to":R()}],"mask-image-x-from-pos":[{"mask-x-from":le()}],"mask-image-x-to-pos":[{"mask-x-to":le()}],"mask-image-x-from-color":[{"mask-x-from":R()}],"mask-image-x-to-color":[{"mask-x-to":R()}],"mask-image-y-from-pos":[{"mask-y-from":le()}],"mask-image-y-to-pos":[{"mask-y-to":le()}],"mask-image-y-from-color":[{"mask-y-from":R()}],"mask-image-y-to-color":[{"mask-y-to":R()}],"mask-image-radial":[{"mask-radial":[qe,Ke]}],"mask-image-radial-from-pos":[{"mask-radial-from":le()}],"mask-image-radial-to-pos":[{"mask-radial-to":le()}],"mask-image-radial-from-color":[{"mask-radial-from":R()}],"mask-image-radial-to-color":[{"mask-radial-to":R()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":P()}],"mask-image-conic-pos":[{"mask-conic":[yt]}],"mask-image-conic-from-pos":[{"mask-conic-from":le()}],"mask-image-conic-to-pos":[{"mask-conic-to":le()}],"mask-image-conic-from-color":[{"mask-conic-from":R()}],"mask-image-conic-to-color":[{"mask-conic-to":R()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:oe()}],"mask-repeat":[{mask:G()}],"mask-size":[{mask:_()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",qe,Ke]}],filter:[{filter:["","none",qe,Ke]}],blur:[{blur:de()}],brightness:[{brightness:[yt,qe,Ke]}],contrast:[{contrast:[yt,qe,Ke]}],"drop-shadow":[{"drop-shadow":["","none",y,hh,uh]}],"drop-shadow-color":[{"drop-shadow":R()}],grayscale:[{grayscale:["",yt,qe,Ke]}],"hue-rotate":[{"hue-rotate":[yt,qe,Ke]}],invert:[{invert:["",yt,qe,Ke]}],saturate:[{saturate:[yt,qe,Ke]}],sepia:[{sepia:["",yt,qe,Ke]}],"backdrop-filter":[{"backdrop-filter":["","none",qe,Ke]}],"backdrop-blur":[{"backdrop-blur":de()}],"backdrop-brightness":[{"backdrop-brightness":[yt,qe,Ke]}],"backdrop-contrast":[{"backdrop-contrast":[yt,qe,Ke]}],"backdrop-grayscale":[{"backdrop-grayscale":["",yt,qe,Ke]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[yt,qe,Ke]}],"backdrop-invert":[{"backdrop-invert":["",yt,qe,Ke]}],"backdrop-opacity":[{"backdrop-opacity":[yt,qe,Ke]}],"backdrop-saturate":[{"backdrop-saturate":[yt,qe,Ke]}],"backdrop-sepia":[{"backdrop-sepia":["",yt,qe,Ke]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":V()}],"border-spacing-x":[{"border-spacing-x":V()}],"border-spacing-y":[{"border-spacing-y":V()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",qe,Ke]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[yt,"initial",qe,Ke]}],ease:[{ease:["linear","initial",S,qe,Ke]}],delay:[{delay:[yt,qe,Ke]}],animate:[{animate:["none",E,qe,Ke]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,qe,Ke]}],"perspective-origin":[{"perspective-origin":O()}],rotate:[{rotate:ve()}],"rotate-x":[{"rotate-x":ve()}],"rotate-y":[{"rotate-y":ve()}],"rotate-z":[{"rotate-z":ve()}],scale:[{scale:ye()}],"scale-x":[{"scale-x":ye()}],"scale-y":[{"scale-y":ye()}],"scale-z":[{"scale-z":ye()}],"scale-3d":["scale-3d"],skew:[{skew:ke()}],"skew-x":[{"skew-x":ke()}],"skew-y":[{"skew-y":ke()}],transform:[{transform:[qe,Ke,"","none","gpu","cpu"]}],"transform-origin":[{origin:O()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ze()}],"translate-x":[{"translate-x":ze()}],"translate-y":[{"translate-y":ze()}],"translate-z":[{"translate-z":ze()}],"translate-none":["translate-none"],accent:[{accent:R()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:R()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",qe,Ke]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":V()}],"scroll-mx":[{"scroll-mx":V()}],"scroll-my":[{"scroll-my":V()}],"scroll-ms":[{"scroll-ms":V()}],"scroll-me":[{"scroll-me":V()}],"scroll-mt":[{"scroll-mt":V()}],"scroll-mr":[{"scroll-mr":V()}],"scroll-mb":[{"scroll-mb":V()}],"scroll-ml":[{"scroll-ml":V()}],"scroll-p":[{"scroll-p":V()}],"scroll-px":[{"scroll-px":V()}],"scroll-py":[{"scroll-py":V()}],"scroll-ps":[{"scroll-ps":V()}],"scroll-pe":[{"scroll-pe":V()}],"scroll-pt":[{"scroll-pt":V()}],"scroll-pr":[{"scroll-pr":V()}],"scroll-pb":[{"scroll-pb":V()}],"scroll-pl":[{"scroll-pl":V()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",qe,Ke]}],fill:[{fill:["none",...R()]}],"stroke-w":[{stroke:[yt,gd,qo,lx]}],stroke:[{stroke:["none",...R()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},MI=lI(EI);function Ut(...t){return MI(Dj(t))}function fo(t){if(!t)return"";let e=t.trim();return e?(e=e.replace(/^(https?)\/\//,"$1://"),e):""}const AI=_j("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function X({className:t,variant:e,size:n,asChild:r=!1,...a}){const i=r?Oj:"button";return s.jsx(i,{"data-slot":"button",className:Ut(AI({variant:e,size:n,className:t})),...a})}function ce({className:t,type:e,...n}){return s.jsx("input",{type:e,"data-slot":"input",className:Ut("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs outline-none placeholder:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 md:text-sm focus-visible:ring-2 focus-visible:ring-ring",t),...n})}function II(){const t=Sa(),[e,n]=b.useState(""),[r,a]=b.useState(""),[i,o]=b.useState(""),[c,u]=b.useState(!1);b.useEffect(()=>{iu()&&t("/dashboard",{replace:!0})},[t]);const h=async()=>{o(""),u(!0);try{const f=await Ct("/api/admin",{username:e.trim(),password:r});if((f==null?void 0:f.success)!==!1&&(f!=null&&f.token)){EA(f.token),t("/dashboard",{replace:!0});return}o(f.error||"用户名或密码错误")}catch(f){const m=f;o(m.status===401?"用户名或密码错误":(m==null?void 0:m.message)||"网络错误,请重试")}finally{u(!1)}};return s.jsxs("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-4",children:[s.jsxs("div",{className:"absolute inset-0 overflow-hidden",children:[s.jsx("div",{className:"absolute top-1/4 left-1/4 w-96 h-96 bg-[#38bdac]/5 rounded-full blur-3xl"}),s.jsx("div",{className:"absolute bottom-1/4 right-1/4 w-96 h-96 bg-blue-500/5 rounded-full blur-3xl"})]}),s.jsxs("div",{className:"w-full max-w-md relative z-10",children:[s.jsxs("div",{className:"text-center mb-8",children:[s.jsx("div",{className:"w-16 h-16 bg-[#38bdac]/20 rounded-2xl flex items-center justify-center mx-auto mb-4 border border-[#38bdac]/30",children:s.jsx(dc,{className:"w-8 h-8 text-[#38bdac]"})}),s.jsx("h1",{className:"text-2xl font-bold text-white mb-2",children:"管理后台"}),s.jsx("p",{className:"text-gray-400",children:"一场SOUL的创业实验场"})]}),s.jsxs("div",{className:"bg-[#0f2137] rounded-2xl p-8 shadow-xl border border-gray-700/50 backdrop-blur-xl",children:[s.jsx("h2",{className:"text-xl font-semibold text-white mb-6 text-center",children:"管理员登录"}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"用户名"}),s.jsxs("div",{className:"relative",children:[s.jsx(oi,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(ce,{type:"text",value:e,onChange:f=>{n(f.target.value),i&&o("")},placeholder:"请输入用户名",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]"})]})]}),s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"密码"}),s.jsxs("div",{className:"relative",children:[s.jsx(mM,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(ce,{type:"password",value:r,onChange:f=>{a(f.target.value),i&&o("")},placeholder:"请输入密码",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]",onKeyDown:f=>f.key==="Enter"&&h()})]})]}),i&&s.jsx("div",{className:"bg-red-500/10 text-red-400 text-sm p-3 rounded-lg border border-red-500/20",children:i}),s.jsx(X,{onClick:h,disabled:c,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white py-5 disabled:opacity-50",children:c?"登录中...":"登录"})]})]}),s.jsx("p",{className:"text-center text-gray-500 text-xs mt-6",children:"Soul创业实验场 · 后台管理系统"})]})]})}const Oe=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ut("rounded-xl border bg-card text-card-foreground shadow",t),...e}));Oe.displayName="Card";const rt=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ut("flex flex-col space-y-1.5 p-6",t),...e}));rt.displayName="CardHeader";const at=b.forwardRef(({className:t,...e},n)=>s.jsx("h3",{ref:n,className:Ut("font-semibold leading-none tracking-tight",t),...e}));at.displayName="CardTitle";const Kt=b.forwardRef(({className:t,...e},n)=>s.jsx("p",{ref:n,className:Ut("text-sm text-muted-foreground",t),...e}));Kt.displayName="CardDescription";const Le=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ut("p-6 pt-0",t),...e}));Le.displayName="CardContent";const RI=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ut("flex items-center p-6 pt-0",t),...e}));RI.displayName="CardFooter";const PI={success:{bg:"#f0fdf4",border:"#22c55e",icon:"✓"},error:{bg:"#fef2f2",border:"#ef4444",icon:"✕"},info:{bg:"#eff6ff",border:"#3b82f6",icon:"ℹ"}};function cx(t,e="info",n=3e3){const r=`toast-${Date.now()}`,a=PI[e],i=document.createElement("div");i.id=r,i.setAttribute("role","alert"),Object.assign(i.style,{position:"fixed",top:"24px",right:"24px",zIndex:"9999",display:"flex",alignItems:"center",gap:"10px",padding:"12px 18px",borderRadius:"10px",background:a.bg,border:`1.5px solid ${a.border}`,boxShadow:"0 4px 20px rgba(0,0,0,.12)",fontSize:"14px",color:"#1a1a1a",fontWeight:"500",maxWidth:"380px",lineHeight:"1.5",opacity:"0",transform:"translateY(-8px)",transition:"opacity .22s ease, transform .22s ease",pointerEvents:"none"});const o=document.createElement("span");Object.assign(o.style,{width:"20px",height:"20px",borderRadius:"50%",background:a.border,color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"12px",fontWeight:"700",flexShrink:"0"}),o.textContent=a.icon;const c=document.createElement("span");c.textContent=t,i.appendChild(o),i.appendChild(c),document.body.appendChild(i),requestAnimationFrame(()=>{i.style.opacity="1",i.style.transform="translateY(0)"});const u=setTimeout(()=>h(r),n);function h(f){clearTimeout(u);const m=document.getElementById(f);m&&(m.style.opacity="0",m.style.transform="translateY(-8px)",setTimeout(()=>{var x;return(x=m.parentNode)==null?void 0:x.removeChild(m)},250))}}const se={success:(t,e)=>cx(t,"success",e),error:(t,e)=>cx(t,"error",e),info:(t,e)=>cx(t,"info",e)};function mt(t,e,{checkForDefaultPrevented:n=!0}={}){return function(a){if(t==null||t(a),n===!1||!a.defaultPrevented)return e==null?void 0:e(a)}}function OI(t,e){const n=b.createContext(e),r=i=>{const{children:o,...c}=i,u=b.useMemo(()=>c,Object.values(c));return s.jsx(n.Provider,{value:u,children:o})};r.displayName=t+"Provider";function a(i){const o=b.useContext(n);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${i}\` must be used within \`${t}\``)}return[r,a]}function No(t,e=[]){let n=[];function r(i,o){const c=b.createContext(o),u=n.length;n=[...n,o];const h=m=>{var S;const{scope:x,children:y,...N}=m,w=((S=x==null?void 0:x[t])==null?void 0:S[u])||c,j=b.useMemo(()=>N,Object.values(N));return s.jsx(w.Provider,{value:j,children:y})};h.displayName=i+"Provider";function f(m,x){var w;const y=((w=x==null?void 0:x[t])==null?void 0:w[u])||c,N=b.useContext(y);if(N)return N;if(o!==void 0)return o;throw new Error(`\`${m}\` must be used within \`${i}\``)}return[h,f]}const a=()=>{const i=n.map(o=>b.createContext(o));return function(c){const u=(c==null?void 0:c[t])||i;return b.useMemo(()=>({[`__scope${t}`]:{...c,[t]:u}}),[c,u])}};return a.scopeName=t,[r,LI(a,...e)]}function LI(...t){const e=t[0];if(t.length===1)return e;const n=()=>{const r=t.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const o=r.reduce((c,{useScope:u,scopeName:h})=>{const m=u(i)[`__scope${h}`];return{...c,...m}},{});return b.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return n.scopeName=e.scopeName,n}var Ns=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{},DI=Yf[" useId ".trim().toString()]||(()=>{}),_I=0;function oo(t){const[e,n]=b.useState(DI());return Ns(()=>{n(r=>r??String(_I++))},[t]),e?`radix-${e}`:""}var zI=Yf[" useInsertionEffect ".trim().toString()]||Ns;function cl({prop:t,defaultProp:e,onChange:n=()=>{},caller:r}){const[a,i,o]=$I({defaultProp:e,onChange:n}),c=t!==void 0,u=c?t:a;{const f=b.useRef(t!==void 0);b.useEffect(()=>{const m=f.current;m!==c&&console.warn(`${r} is changing from ${m?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=c},[c,r])}const h=b.useCallback(f=>{var m;if(c){const x=FI(f)?f(t):f;x!==t&&((m=o.current)==null||m.call(o,x))}else i(f)},[c,t,i,o]);return[u,h]}function $I({defaultProp:t,onChange:e}){const[n,r]=b.useState(t),a=b.useRef(n),i=b.useRef(e);return zI(()=>{i.current=e},[e]),b.useEffect(()=>{var o;a.current!==n&&((o=i.current)==null||o.call(i,n),a.current=n)},[n,a]),[n,r,i]}function FI(t){return typeof t=="function"}function Ud(t){const e=BI(t),n=b.forwardRef((r,a)=>{const{children:i,...o}=r,c=b.Children.toArray(i),u=c.find(HI);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}function BI(t){const e=b.forwardRef((n,r)=>{const{children:a,...i}=n;if(b.isValidElement(a)){const o=WI(a),c=UI(i,a.props);return a.type!==b.Fragment&&(c.ref=r?y0(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var VI=Symbol("radix.slottable");function HI(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===VI}function UI(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function WI(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var KI=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],bt=KI.reduce((t,e)=>{const n=Ud(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{});function qI(t,e){t&&au.flushSync(()=>t.dispatchEvent(e))}function po(t){const e=b.useRef(t);return b.useEffect(()=>{e.current=t}),b.useMemo(()=>(...n)=>{var r;return(r=e.current)==null?void 0:r.call(e,...n)},[])}function GI(t,e=globalThis==null?void 0:globalThis.document){const n=po(t);b.useEffect(()=>{const r=a=>{a.key==="Escape"&&n(a)};return e.addEventListener("keydown",r,{capture:!0}),()=>e.removeEventListener("keydown",r,{capture:!0})},[n,e])}var JI="DismissableLayer",fg="dismissableLayer.update",QI="dismissableLayer.pointerDownOutside",YI="dismissableLayer.focusOutside",N1,Qj=b.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),v0=b.forwardRef((t,e)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:o,onDismiss:c,...u}=t,h=b.useContext(Qj),[f,m]=b.useState(null),x=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=b.useState({}),N=Ht(e,z=>m(z)),w=Array.from(h.layers),[j]=[...h.layersWithOutsidePointerEventsDisabled].slice(-1),S=w.indexOf(j),E=f?w.indexOf(f):-1,T=h.layersWithOutsidePointerEventsDisabled.size>0,P=E>=S,O=eR(z=>{const V=z.target,I=[...h.branches].some(te=>te.contains(V));!P||I||(a==null||a(z),o==null||o(z),z.defaultPrevented||c==null||c())},x),q=tR(z=>{const V=z.target;[...h.branches].some(te=>te.contains(V))||(i==null||i(z),o==null||o(z),z.defaultPrevented||c==null||c())},x);return GI(z=>{E===h.layers.size-1&&(r==null||r(z),!z.defaultPrevented&&c&&(z.preventDefault(),c()))},x),b.useEffect(()=>{if(f)return n&&(h.layersWithOutsidePointerEventsDisabled.size===0&&(N1=x.body.style.pointerEvents,x.body.style.pointerEvents="none"),h.layersWithOutsidePointerEventsDisabled.add(f)),h.layers.add(f),w1(),()=>{n&&h.layersWithOutsidePointerEventsDisabled.size===1&&(x.body.style.pointerEvents=N1)}},[f,x,n,h]),b.useEffect(()=>()=>{f&&(h.layers.delete(f),h.layersWithOutsidePointerEventsDisabled.delete(f),w1())},[f,h]),b.useEffect(()=>{const z=()=>y({});return document.addEventListener(fg,z),()=>document.removeEventListener(fg,z)},[]),s.jsx(bt.div,{...u,ref:N,style:{pointerEvents:T?P?"auto":"none":void 0,...t.style},onFocusCapture:mt(t.onFocusCapture,q.onFocusCapture),onBlurCapture:mt(t.onBlurCapture,q.onBlurCapture),onPointerDownCapture:mt(t.onPointerDownCapture,O.onPointerDownCapture)})});v0.displayName=JI;var XI="DismissableLayerBranch",ZI=b.forwardRef((t,e)=>{const n=b.useContext(Qj),r=b.useRef(null),a=Ht(e,r);return b.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),s.jsx(bt.div,{...t,ref:a})});ZI.displayName=XI;function eR(t,e=globalThis==null?void 0:globalThis.document){const n=po(t),r=b.useRef(!1),a=b.useRef(()=>{});return b.useEffect(()=>{const i=c=>{if(c.target&&!r.current){let u=function(){Yj(QI,n,h,{discrete:!0})};const h={originalEvent:c};c.pointerType==="touch"?(e.removeEventListener("click",a.current),a.current=u,e.addEventListener("click",a.current,{once:!0})):u()}else e.removeEventListener("click",a.current);r.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",i),e.removeEventListener("click",a.current)}},[e,n]),{onPointerDownCapture:()=>r.current=!0}}function tR(t,e=globalThis==null?void 0:globalThis.document){const n=po(t),r=b.useRef(!1);return b.useEffect(()=>{const a=i=>{i.target&&!r.current&&Yj(YI,n,{originalEvent:i},{discrete:!1})};return e.addEventListener("focusin",a),()=>e.removeEventListener("focusin",a)},[e,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function w1(){const t=new CustomEvent(fg);document.dispatchEvent(t)}function Yj(t,e,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:n});e&&a.addEventListener(t,e,{once:!0}),r?qI(a,i):a.dispatchEvent(i)}var dx="focusScope.autoFocusOnMount",ux="focusScope.autoFocusOnUnmount",j1={bubbles:!1,cancelable:!0},nR="FocusScope",N0=b.forwardRef((t,e)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...o}=t,[c,u]=b.useState(null),h=po(a),f=po(i),m=b.useRef(null),x=Ht(e,w=>u(w)),y=b.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;b.useEffect(()=>{if(r){let w=function(T){if(y.paused||!c)return;const P=T.target;c.contains(P)?m.current=P:qi(m.current,{select:!0})},j=function(T){if(y.paused||!c)return;const P=T.relatedTarget;P!==null&&(c.contains(P)||qi(m.current,{select:!0}))},S=function(T){if(document.activeElement===document.body)for(const O of T)O.removedNodes.length>0&&qi(c)};document.addEventListener("focusin",w),document.addEventListener("focusout",j);const E=new MutationObserver(S);return c&&E.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",j),E.disconnect()}}},[r,c,y.paused]),b.useEffect(()=>{if(c){S1.add(y);const w=document.activeElement;if(!c.contains(w)){const S=new CustomEvent(dx,j1);c.addEventListener(dx,h),c.dispatchEvent(S),S.defaultPrevented||(sR(lR(Xj(c)),{select:!0}),document.activeElement===w&&qi(c))}return()=>{c.removeEventListener(dx,h),setTimeout(()=>{const S=new CustomEvent(ux,j1);c.addEventListener(ux,f),c.dispatchEvent(S),S.defaultPrevented||qi(w??document.body,{select:!0}),c.removeEventListener(ux,f),S1.remove(y)},0)}}},[c,h,f,y]);const N=b.useCallback(w=>{if(!n&&!r||y.paused)return;const j=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,S=document.activeElement;if(j&&S){const E=w.currentTarget,[T,P]=rR(E);T&&P?!w.shiftKey&&S===P?(w.preventDefault(),n&&qi(T,{select:!0})):w.shiftKey&&S===T&&(w.preventDefault(),n&&qi(P,{select:!0})):S===E&&w.preventDefault()}},[n,r,y.paused]);return s.jsx(bt.div,{tabIndex:-1,...o,ref:x,onKeyDown:N})});N0.displayName=nR;function sR(t,{select:e=!1}={}){const n=document.activeElement;for(const r of t)if(qi(r,{select:e}),document.activeElement!==n)return}function rR(t){const e=Xj(t),n=k1(e,t),r=k1(e.reverse(),t);return[n,r]}function Xj(t){const e=[],n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)e.push(n.currentNode);return e}function k1(t,e){for(const n of t)if(!aR(n,{upTo:e}))return n}function aR(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function iR(t){return t instanceof HTMLInputElement&&"select"in t}function qi(t,{select:e=!1}={}){if(t&&t.focus){const n=document.activeElement;t.focus({preventScroll:!0}),t!==n&&iR(t)&&e&&t.select()}}var S1=oR();function oR(){let t=[];return{add(e){const n=t[0];e!==n&&(n==null||n.pause()),t=C1(t,e),t.unshift(e)},remove(e){var n;t=C1(t,e),(n=t[0])==null||n.resume()}}}function C1(t,e){const n=[...t],r=n.indexOf(e);return r!==-1&&n.splice(r,1),n}function lR(t){return t.filter(e=>e.tagName!=="A")}var cR="Portal",w0=b.forwardRef((t,e)=>{var c;const{container:n,...r}=t,[a,i]=b.useState(!1);Ns(()=>i(!0),[]);const o=n||a&&((c=globalThis==null?void 0:globalThis.document)==null?void 0:c.body);return o?uj.createPortal(s.jsx(bt.div,{...r,ref:e}),o):null});w0.displayName=cR;function dR(t,e){return b.useReducer((n,r)=>e[n][r]??n,t)}var ou=t=>{const{present:e,children:n}=t,r=uR(e),a=typeof n=="function"?n({present:r.isPresent}):b.Children.only(n),i=Ht(r.ref,hR(a));return typeof n=="function"||r.isPresent?b.cloneElement(a,{ref:i}):null};ou.displayName="Presence";function uR(t){const[e,n]=b.useState(),r=b.useRef(null),a=b.useRef(t),i=b.useRef("none"),o=t?"mounted":"unmounted",[c,u]=dR(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{const h=fh(r.current);i.current=c==="mounted"?h:"none"},[c]),Ns(()=>{const h=r.current,f=a.current;if(f!==t){const x=i.current,y=fh(h);t?u("MOUNT"):y==="none"||(h==null?void 0:h.display)==="none"?u("UNMOUNT"):u(f&&x!==y?"ANIMATION_OUT":"UNMOUNT"),a.current=t}},[t,u]),Ns(()=>{if(e){let h;const f=e.ownerDocument.defaultView??window,m=y=>{const w=fh(r.current).includes(CSS.escape(y.animationName));if(y.target===e&&w&&(u("ANIMATION_END"),!a.current)){const j=e.style.animationFillMode;e.style.animationFillMode="forwards",h=f.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=j)})}},x=y=>{y.target===e&&(i.current=fh(r.current))};return e.addEventListener("animationstart",x),e.addEventListener("animationcancel",m),e.addEventListener("animationend",m),()=>{f.clearTimeout(h),e.removeEventListener("animationstart",x),e.removeEventListener("animationcancel",m),e.removeEventListener("animationend",m)}}else u("ANIMATION_END")},[e,u]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:b.useCallback(h=>{r.current=h?getComputedStyle(h):null,n(h)},[])}}function fh(t){return(t==null?void 0:t.animationName)||"none"}function hR(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var hx=0;function Zj(){b.useEffect(()=>{const t=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",t[0]??T1()),document.body.insertAdjacentElement("beforeend",t[1]??T1()),hx++,()=>{hx===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),hx--}},[])}function T1(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}var ga=function(){return ga=Object.assign||function(e){for(var n,r=1,a=arguments.length;r"u")return MR;var e=AR(t),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,r-n+e[2]-e[0])}},RR=sk(),mc="data-scroll-locked",PR=function(t,e,n,r){var a=t.left,i=t.top,o=t.right,c=t.gap;return n===void 0&&(n="margin"),` - .`.concat(pR,` { - overflow: hidden `).concat(r,`; - padding-right: `).concat(c,"px ").concat(r,`; - } - body[`).concat(mc,`] { - overflow: hidden `).concat(r,`; - overscroll-behavior: contain; - `).concat([e&&"position: relative ".concat(r,";"),n==="margin"&&` - padding-left: `.concat(a,`px; - padding-top: `).concat(i,`px; - padding-right: `).concat(o,`px; - margin-left:0; - margin-top:0; - margin-right: `).concat(c,"px ").concat(r,`; - `),n==="padding"&&"padding-right: ".concat(c,"px ").concat(r,";")].filter(Boolean).join(""),` - } - - .`).concat(Lh,` { - right: `).concat(c,"px ").concat(r,`; - } - - .`).concat(Dh,` { - margin-right: `).concat(c,"px ").concat(r,`; - } - - .`).concat(Lh," .").concat(Lh,` { - right: 0 `).concat(r,`; - } - - .`).concat(Dh," .").concat(Dh,` { - margin-right: 0 `).concat(r,`; - } - - body[`).concat(mc,`] { - `).concat(mR,": ").concat(c,`px; - } -`)},M1=function(){var t=parseInt(document.body.getAttribute(mc)||"0",10);return isFinite(t)?t:0},OR=function(){b.useEffect(function(){return document.body.setAttribute(mc,(M1()+1).toString()),function(){var t=M1()-1;t<=0?document.body.removeAttribute(mc):document.body.setAttribute(mc,t.toString())}},[])},LR=function(t){var e=t.noRelative,n=t.noImportant,r=t.gapMode,a=r===void 0?"margin":r;OR();var i=b.useMemo(function(){return IR(a)},[a]);return b.createElement(RR,{styles:PR(i,!e,a,n?"":"!important")})},pg=!1;if(typeof window<"u")try{var ph=Object.defineProperty({},"passive",{get:function(){return pg=!0,!0}});window.addEventListener("test",ph,ph),window.removeEventListener("test",ph,ph)}catch{pg=!1}var Xl=pg?{passive:!1}:!1,DR=function(t){return t.tagName==="TEXTAREA"},rk=function(t,e){if(!(t instanceof Element))return!1;var n=window.getComputedStyle(t);return n[e]!=="hidden"&&!(n.overflowY===n.overflowX&&!DR(t)&&n[e]==="visible")},_R=function(t){return rk(t,"overflowY")},zR=function(t){return rk(t,"overflowX")},A1=function(t,e){var n=e.ownerDocument,r=e;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var a=ak(t,r);if(a){var i=ik(t,r),o=i[1],c=i[2];if(o>c)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},$R=function(t){var e=t.scrollTop,n=t.scrollHeight,r=t.clientHeight;return[e,n,r]},FR=function(t){var e=t.scrollLeft,n=t.scrollWidth,r=t.clientWidth;return[e,n,r]},ak=function(t,e){return t==="v"?_R(e):zR(e)},ik=function(t,e){return t==="v"?$R(e):FR(e)},BR=function(t,e){return t==="h"&&e==="rtl"?-1:1},VR=function(t,e,n,r,a){var i=BR(t,window.getComputedStyle(e).direction),o=i*r,c=n.target,u=e.contains(c),h=!1,f=o>0,m=0,x=0;do{if(!c)break;var y=ik(t,c),N=y[0],w=y[1],j=y[2],S=w-j-i*N;(N||S)&&ak(t,c)&&(m+=S,x+=N);var E=c.parentNode;c=E&&E.nodeType===Node.DOCUMENT_FRAGMENT_NODE?E.host:E}while(!u&&c!==document.body||u&&(e.contains(c)||e===c));return(f&&Math.abs(m)<1||!f&&Math.abs(x)<1)&&(h=!0),h},mh=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},I1=function(t){return[t.deltaX,t.deltaY]},R1=function(t){return t&&"current"in t?t.current:t},HR=function(t,e){return t[0]===e[0]&&t[1]===e[1]},UR=function(t){return` - .block-interactivity-`.concat(t,` {pointer-events: none;} - .allow-interactivity-`).concat(t,` {pointer-events: all;} -`)},WR=0,Zl=[];function KR(t){var e=b.useRef([]),n=b.useRef([0,0]),r=b.useRef(),a=b.useState(WR++)[0],i=b.useState(sk)[0],o=b.useRef(t);b.useEffect(function(){o.current=t},[t]),b.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(a));var w=fR([t.lockRef.current],(t.shards||[]).map(R1),!0).filter(Boolean);return w.forEach(function(j){return j.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),w.forEach(function(j){return j.classList.remove("allow-interactivity-".concat(a))})}}},[t.inert,t.lockRef.current,t.shards]);var c=b.useCallback(function(w,j){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var S=mh(w),E=n.current,T="deltaX"in w?w.deltaX:E[0]-S[0],P="deltaY"in w?w.deltaY:E[1]-S[1],O,q=w.target,z=Math.abs(T)>Math.abs(P)?"h":"v";if("touches"in w&&z==="h"&&q.type==="range")return!1;var V=window.getSelection(),I=V&&V.anchorNode,te=I?I===q||I.contains(q):!1;if(te)return!1;var Q=A1(z,q);if(!Q)return!0;if(Q?O=z:(O=z==="v"?"h":"v",Q=A1(z,q)),!Q)return!1;if(!r.current&&"changedTouches"in w&&(T||P)&&(r.current=O),!O)return!0;var F=r.current||O;return VR(F,j,w,F==="h"?T:P)},[]),u=b.useCallback(function(w){var j=w;if(!(!Zl.length||Zl[Zl.length-1]!==i)){var S="deltaY"in j?I1(j):mh(j),E=e.current.filter(function(O){return O.name===j.type&&(O.target===j.target||j.target===O.shadowParent)&&HR(O.delta,S)})[0];if(E&&E.should){j.cancelable&&j.preventDefault();return}if(!E){var T=(o.current.shards||[]).map(R1).filter(Boolean).filter(function(O){return O.contains(j.target)}),P=T.length>0?c(j,T[0]):!o.current.noIsolation;P&&j.cancelable&&j.preventDefault()}}},[]),h=b.useCallback(function(w,j,S,E){var T={name:w,delta:j,target:S,should:E,shadowParent:qR(S)};e.current.push(T),setTimeout(function(){e.current=e.current.filter(function(P){return P!==T})},1)},[]),f=b.useCallback(function(w){n.current=mh(w),r.current=void 0},[]),m=b.useCallback(function(w){h(w.type,I1(w),w.target,c(w,t.lockRef.current))},[]),x=b.useCallback(function(w){h(w.type,mh(w),w.target,c(w,t.lockRef.current))},[]);b.useEffect(function(){return Zl.push(i),t.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:x}),document.addEventListener("wheel",u,Xl),document.addEventListener("touchmove",u,Xl),document.addEventListener("touchstart",f,Xl),function(){Zl=Zl.filter(function(w){return w!==i}),document.removeEventListener("wheel",u,Xl),document.removeEventListener("touchmove",u,Xl),document.removeEventListener("touchstart",f,Xl)}},[]);var y=t.removeScrollBar,N=t.inert;return b.createElement(b.Fragment,null,N?b.createElement(i,{styles:UR(a)}):null,y?b.createElement(LR,{noRelative:t.noRelative,gapMode:t.gapMode}):null)}function qR(t){for(var e=null;t!==null;)t instanceof ShadowRoot&&(e=t.host,t=t.host),t=t.parentNode;return e}const GR=wR(nk,KR);var j0=b.forwardRef(function(t,e){return b.createElement(tp,ga({},t,{ref:e,sideCar:GR}))});j0.classNames=tp.classNames;var JR=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},ec=new WeakMap,xh=new WeakMap,gh={},xx=0,ok=function(t){return t&&(t.host||ok(t.parentNode))},QR=function(t,e){return e.map(function(n){if(t.contains(n))return n;var r=ok(n);return r&&t.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",t,". Doing nothing"),null)}).filter(function(n){return!!n})},YR=function(t,e,n,r){var a=QR(e,Array.isArray(t)?t:[t]);gh[n]||(gh[n]=new WeakMap);var i=gh[n],o=[],c=new Set,u=new Set(a),h=function(m){!m||c.has(m)||(c.add(m),h(m.parentNode))};a.forEach(h);var f=function(m){!m||u.has(m)||Array.prototype.forEach.call(m.children,function(x){if(c.has(x))f(x);else try{var y=x.getAttribute(r),N=y!==null&&y!=="false",w=(ec.get(x)||0)+1,j=(i.get(x)||0)+1;ec.set(x,w),i.set(x,j),o.push(x),w===1&&N&&xh.set(x,!0),j===1&&x.setAttribute(n,"true"),N||x.setAttribute(r,"true")}catch(S){console.error("aria-hidden: cannot operate on ",x,S)}})};return f(e),c.clear(),xx++,function(){o.forEach(function(m){var x=ec.get(m)-1,y=i.get(m)-1;ec.set(m,x),i.set(m,y),x||(xh.has(m)||m.removeAttribute(r),xh.delete(m)),y||m.removeAttribute(n)}),xx--,xx||(ec=new WeakMap,ec=new WeakMap,xh=new WeakMap,gh={})}},lk=function(t,e,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(t)?t:[t]),a=JR(t);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live], script"))),YR(r,a,n,"aria-hidden")):function(){return null}},np="Dialog",[ck]=No(np),[XR,Xr]=ck(np),dk=t=>{const{__scopeDialog:e,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:o=!0}=t,c=b.useRef(null),u=b.useRef(null),[h,f]=cl({prop:r,defaultProp:a??!1,onChange:i,caller:np});return s.jsx(XR,{scope:e,triggerRef:c,contentRef:u,contentId:oo(),titleId:oo(),descriptionId:oo(),open:h,onOpenChange:f,onOpenToggle:b.useCallback(()=>f(m=>!m),[f]),modal:o,children:n})};dk.displayName=np;var uk="DialogTrigger",ZR=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Xr(uk,n),i=Ht(e,a.triggerRef);return s.jsx(bt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":C0(a.open),...r,ref:i,onClick:mt(t.onClick,a.onOpenToggle)})});ZR.displayName=uk;var k0="DialogPortal",[eP,hk]=ck(k0,{forceMount:void 0}),fk=t=>{const{__scopeDialog:e,forceMount:n,children:r,container:a}=t,i=Xr(k0,e);return s.jsx(eP,{scope:e,forceMount:n,children:b.Children.map(r,o=>s.jsx(ou,{present:n||i.open,children:s.jsx(w0,{asChild:!0,container:a,children:o})}))})};fk.displayName=k0;var Xh="DialogOverlay",pk=b.forwardRef((t,e)=>{const n=hk(Xh,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=Xr(Xh,t.__scopeDialog);return i.modal?s.jsx(ou,{present:r||i.open,children:s.jsx(nP,{...a,ref:e})}):null});pk.displayName=Xh;var tP=Ud("DialogOverlay.RemoveScroll"),nP=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Xr(Xh,n);return s.jsx(j0,{as:tP,allowPinchZoom:!0,shards:[a.contentRef],children:s.jsx(bt.div,{"data-state":C0(a.open),...r,ref:e,style:{pointerEvents:"auto",...r.style}})})}),dl="DialogContent",mk=b.forwardRef((t,e)=>{const n=hk(dl,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=Xr(dl,t.__scopeDialog);return s.jsx(ou,{present:r||i.open,children:i.modal?s.jsx(sP,{...a,ref:e}):s.jsx(rP,{...a,ref:e})})});mk.displayName=dl;var sP=b.forwardRef((t,e)=>{const n=Xr(dl,t.__scopeDialog),r=b.useRef(null),a=Ht(e,n.contentRef,r);return b.useEffect(()=>{const i=r.current;if(i)return lk(i)},[]),s.jsx(xk,{...t,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:mt(t.onCloseAutoFocus,i=>{var o;i.preventDefault(),(o=n.triggerRef.current)==null||o.focus()}),onPointerDownOutside:mt(t.onPointerDownOutside,i=>{const o=i.detail.originalEvent,c=o.button===0&&o.ctrlKey===!0;(o.button===2||c)&&i.preventDefault()}),onFocusOutside:mt(t.onFocusOutside,i=>i.preventDefault())})}),rP=b.forwardRef((t,e)=>{const n=Xr(dl,t.__scopeDialog),r=b.useRef(!1),a=b.useRef(!1);return s.jsx(xk,{...t,ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var o,c;(o=t.onCloseAutoFocus)==null||o.call(t,i),i.defaultPrevented||(r.current||(c=n.triggerRef.current)==null||c.focus(),i.preventDefault()),r.current=!1,a.current=!1},onInteractOutside:i=>{var u,h;(u=t.onInteractOutside)==null||u.call(t,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const o=i.target;((h=n.triggerRef.current)==null?void 0:h.contains(o))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}})}),xk=b.forwardRef((t,e)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,...o}=t,c=Xr(dl,n),u=b.useRef(null),h=Ht(e,u);return Zj(),s.jsxs(s.Fragment,{children:[s.jsx(N0,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i,children:s.jsx(v0,{role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":C0(c.open),...o,ref:h,onDismiss:()=>c.onOpenChange(!1)})}),s.jsxs(s.Fragment,{children:[s.jsx(aP,{titleId:c.titleId}),s.jsx(oP,{contentRef:u,descriptionId:c.descriptionId})]})]})}),S0="DialogTitle",gk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Xr(S0,n);return s.jsx(bt.h2,{id:a.titleId,...r,ref:e})});gk.displayName=S0;var yk="DialogDescription",bk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Xr(yk,n);return s.jsx(bt.p,{id:a.descriptionId,...r,ref:e})});bk.displayName=yk;var vk="DialogClose",Nk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Xr(vk,n);return s.jsx(bt.button,{type:"button",...r,ref:e,onClick:mt(t.onClick,()=>a.onOpenChange(!1))})});Nk.displayName=vk;function C0(t){return t?"open":"closed"}var wk="DialogTitleWarning",[LV,jk]=OI(wk,{contentName:dl,titleName:S0,docsSlug:"dialog"}),aP=({titleId:t})=>{const e=jk(wk),n=`\`${e.contentName}\` requires a \`${e.titleName}\` for the component to be accessible for screen reader users. - -If you want to hide the \`${e.titleName}\`, you can wrap it with our VisuallyHidden component. - -For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return b.useEffect(()=>{t&&(document.getElementById(t)||console.error(n))},[n,t]),null},iP="DialogDescriptionWarning",oP=({contentRef:t,descriptionId:e})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${jk(iP).contentName}}.`;return b.useEffect(()=>{var i;const a=(i=t.current)==null?void 0:i.getAttribute("aria-describedby");e&&a&&(document.getElementById(e)||console.warn(r))},[r,t,e]),null},lP=dk,cP=fk,dP=pk,uP=mk,hP=gk,fP=bk,pP=Nk;function Dt(t){return s.jsx(lP,{"data-slot":"dialog",...t})}function mP(t){return s.jsx(cP,{...t})}const kk=b.forwardRef(({className:t,...e},n)=>s.jsx(dP,{ref:n,className:Ut("fixed inset-0 z-50 bg-black/50",t),...e}));kk.displayName="DialogOverlay";const Lt=b.forwardRef(({className:t,children:e,showCloseButton:n=!0,...r},a)=>s.jsxs(mP,{children:[s.jsx(kk,{}),s.jsxs(uP,{ref:a,"aria-describedby":void 0,className:Ut("fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-lg border bg-background p-6 shadow-lg",t),...r,children:[e,n&&s.jsxs(pP,{className:"absolute right-4 top-4 rounded-sm opacity-70 hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",children:[s.jsx(Yn,{className:"h-4 w-4"}),s.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));Lt.displayName="DialogContent";function _t({className:t,...e}){return s.jsx("div",{className:Ut("flex flex-col gap-2 text-center sm:text-left",t),...e})}function fn({className:t,...e}){return s.jsx("div",{className:Ut("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",t),...e})}function zt(t){return s.jsx(hP,{className:"text-lg font-semibold leading-none",...t})}function Zh(t){return s.jsx(fP,{className:"text-sm text-muted-foreground",...t})}const xP=_j("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 transition-colors",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-white",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Ve({className:t,variant:e,asChild:n=!1,...r}){const a=n?Oj:"span";return s.jsx(a,{className:Ut(xP({variant:e}),t),...r})}var gP=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],yP=gP.reduce((t,e)=>{const n=Pj(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{}),bP="Label",Sk=b.forwardRef((t,e)=>s.jsx(yP.label,{...t,ref:e,onMouseDown:n=>{var a;n.target.closest("button, input, select, textarea")||((a=t.onMouseDown)==null||a.call(t,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));Sk.displayName=bP;var Ck=Sk;const ee=b.forwardRef(({className:t,...e},n)=>s.jsx(Ck,{ref:n,className:Ut("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",t),...e}));ee.displayName=Ck.displayName;function T0(t){const e=t+"CollectionProvider",[n,r]=No(e),[a,i]=n(e,{collectionRef:{current:null},itemMap:new Map}),o=w=>{const{scope:j,children:S}=w,E=As.useRef(null),T=As.useRef(new Map).current;return s.jsx(a,{scope:j,itemMap:T,collectionRef:E,children:S})};o.displayName=e;const c=t+"CollectionSlot",u=Ud(c),h=As.forwardRef((w,j)=>{const{scope:S,children:E}=w,T=i(c,S),P=Ht(j,T.collectionRef);return s.jsx(u,{ref:P,children:E})});h.displayName=c;const f=t+"CollectionItemSlot",m="data-radix-collection-item",x=Ud(f),y=As.forwardRef((w,j)=>{const{scope:S,children:E,...T}=w,P=As.useRef(null),O=Ht(j,P),q=i(f,S);return As.useEffect(()=>(q.itemMap.set(P,{ref:P,...T}),()=>void q.itemMap.delete(P))),s.jsx(x,{[m]:"",ref:O,children:E})});y.displayName=f;function N(w){const j=i(t+"CollectionConsumer",w);return As.useCallback(()=>{const E=j.collectionRef.current;if(!E)return[];const T=Array.from(E.querySelectorAll(`[${m}]`));return Array.from(j.itemMap.values()).sort((q,z)=>T.indexOf(q.ref.current)-T.indexOf(z.ref.current))},[j.collectionRef,j.itemMap])}return[{Provider:o,Slot:h,ItemSlot:y},N,r]}var vP=b.createContext(void 0);function sp(t){const e=b.useContext(vP);return t||e||"ltr"}var gx="rovingFocusGroup.onEntryFocus",NP={bubbles:!1,cancelable:!0},lu="RovingFocusGroup",[mg,Tk,wP]=T0(lu),[jP,Ek]=No(lu,[wP]),[kP,SP]=jP(lu),Mk=b.forwardRef((t,e)=>s.jsx(mg.Provider,{scope:t.__scopeRovingFocusGroup,children:s.jsx(mg.Slot,{scope:t.__scopeRovingFocusGroup,children:s.jsx(CP,{...t,ref:e})})}));Mk.displayName=lu;var CP=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:a=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:u,onEntryFocus:h,preventScrollOnEntryFocus:f=!1,...m}=t,x=b.useRef(null),y=Ht(e,x),N=sp(i),[w,j]=cl({prop:o,defaultProp:c??null,onChange:u,caller:lu}),[S,E]=b.useState(!1),T=po(h),P=Tk(n),O=b.useRef(!1),[q,z]=b.useState(0);return b.useEffect(()=>{const V=x.current;if(V)return V.addEventListener(gx,T),()=>V.removeEventListener(gx,T)},[T]),s.jsx(kP,{scope:n,orientation:r,dir:N,loop:a,currentTabStopId:w,onItemFocus:b.useCallback(V=>j(V),[j]),onItemShiftTab:b.useCallback(()=>E(!0),[]),onFocusableItemAdd:b.useCallback(()=>z(V=>V+1),[]),onFocusableItemRemove:b.useCallback(()=>z(V=>V-1),[]),children:s.jsx(bt.div,{tabIndex:S||q===0?-1:0,"data-orientation":r,...m,ref:y,style:{outline:"none",...t.style},onMouseDown:mt(t.onMouseDown,()=>{O.current=!0}),onFocus:mt(t.onFocus,V=>{const I=!O.current;if(V.target===V.currentTarget&&I&&!S){const te=new CustomEvent(gx,NP);if(V.currentTarget.dispatchEvent(te),!te.defaultPrevented){const Q=P().filter($=>$.focusable),F=Q.find($=>$.active),re=Q.find($=>$.id===w),J=[F,re,...Q].filter(Boolean).map($=>$.ref.current);Rk(J,f)}}O.current=!1}),onBlur:mt(t.onBlur,()=>E(!1))})})}),Ak="RovingFocusGroupItem",Ik=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:a=!1,tabStopId:i,children:o,...c}=t,u=oo(),h=i||u,f=SP(Ak,n),m=f.currentTabStopId===h,x=Tk(n),{onFocusableItemAdd:y,onFocusableItemRemove:N,currentTabStopId:w}=f;return b.useEffect(()=>{if(r)return y(),()=>N()},[r,y,N]),s.jsx(mg.ItemSlot,{scope:n,id:h,focusable:r,active:a,children:s.jsx(bt.span,{tabIndex:m?0:-1,"data-orientation":f.orientation,...c,ref:e,onMouseDown:mt(t.onMouseDown,j=>{r?f.onItemFocus(h):j.preventDefault()}),onFocus:mt(t.onFocus,()=>f.onItemFocus(h)),onKeyDown:mt(t.onKeyDown,j=>{if(j.key==="Tab"&&j.shiftKey){f.onItemShiftTab();return}if(j.target!==j.currentTarget)return;const S=MP(j,f.orientation,f.dir);if(S!==void 0){if(j.metaKey||j.ctrlKey||j.altKey||j.shiftKey)return;j.preventDefault();let T=x().filter(P=>P.focusable).map(P=>P.ref.current);if(S==="last")T.reverse();else if(S==="prev"||S==="next"){S==="prev"&&T.reverse();const P=T.indexOf(j.currentTarget);T=f.loop?AP(T,P+1):T.slice(P+1)}setTimeout(()=>Rk(T))}}),children:typeof o=="function"?o({isCurrentTabStop:m,hasTabStop:w!=null}):o})})});Ik.displayName=Ak;var TP={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function EP(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function MP(t,e,n){const r=EP(t.key,n);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return TP[r]}function Rk(t,e=!1){const n=document.activeElement;for(const r of t)if(r===n||(r.focus({preventScroll:e}),document.activeElement!==n))return}function AP(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var IP=Mk,RP=Ik,rp="Tabs",[PP]=No(rp,[Ek]),Pk=Ek(),[OP,E0]=PP(rp),Ok=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,onValueChange:a,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:u="automatic",...h}=t,f=sp(c),[m,x]=cl({prop:r,onChange:a,defaultProp:i??"",caller:rp});return s.jsx(OP,{scope:n,baseId:oo(),value:m,onValueChange:x,orientation:o,dir:f,activationMode:u,children:s.jsx(bt.div,{dir:f,"data-orientation":o,...h,ref:e})})});Ok.displayName=rp;var Lk="TabsList",Dk=b.forwardRef((t,e)=>{const{__scopeTabs:n,loop:r=!0,...a}=t,i=E0(Lk,n),o=Pk(n);return s.jsx(IP,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:s.jsx(bt.div,{role:"tablist","aria-orientation":i.orientation,...a,ref:e})})});Dk.displayName=Lk;var _k="TabsTrigger",zk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,disabled:a=!1,...i}=t,o=E0(_k,n),c=Pk(n),u=Bk(o.baseId,r),h=Vk(o.baseId,r),f=r===o.value;return s.jsx(RP,{asChild:!0,...c,focusable:!a,active:f,children:s.jsx(bt.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":h,"data-state":f?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:u,...i,ref:e,onMouseDown:mt(t.onMouseDown,m=>{!a&&m.button===0&&m.ctrlKey===!1?o.onValueChange(r):m.preventDefault()}),onKeyDown:mt(t.onKeyDown,m=>{[" ","Enter"].includes(m.key)&&o.onValueChange(r)}),onFocus:mt(t.onFocus,()=>{const m=o.activationMode!=="manual";!f&&!a&&m&&o.onValueChange(r)})})})});zk.displayName=_k;var $k="TabsContent",Fk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,forceMount:a,children:i,...o}=t,c=E0($k,n),u=Bk(c.baseId,r),h=Vk(c.baseId,r),f=r===c.value,m=b.useRef(f);return b.useEffect(()=>{const x=requestAnimationFrame(()=>m.current=!1);return()=>cancelAnimationFrame(x)},[]),s.jsx(ou,{present:a||f,children:({present:x})=>s.jsx(bt.div,{"data-state":f?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":u,hidden:!x,id:h,tabIndex:0,...o,ref:e,style:{...t.style,animationDuration:m.current?"0s":void 0},children:x&&i})})});Fk.displayName=$k;function Bk(t,e){return`${t}-trigger-${e}`}function Vk(t,e){return`${t}-content-${e}`}var LP=Ok,Hk=Dk,Uk=zk,Wk=Fk;const jc=LP,ul=b.forwardRef(({className:t,...e},n)=>s.jsx(Hk,{ref:n,className:Ut("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",t),...e}));ul.displayName=Hk.displayName;const Qt=b.forwardRef(({className:t,...e},n)=>s.jsx(Uk,{ref:n,className:Ut("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",t),...e}));Qt.displayName=Uk.displayName;const Yt=b.forwardRef(({className:t,...e},n)=>s.jsx(Wk,{ref:n,className:Ut("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",t),...e}));Yt.displayName=Wk.displayName;function M0(t){const e=b.useRef({value:t,previous:t});return b.useMemo(()=>(e.current.value!==t&&(e.current.previous=e.current.value,e.current.value=t),e.current.previous),[t])}function A0(t){const[e,n]=b.useState(void 0);return Ns(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const r=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let o,c;if("borderBoxSize"in i){const u=i.borderBoxSize,h=Array.isArray(u)?u[0]:u;o=h.inlineSize,c=h.blockSize}else o=t.offsetWidth,c=t.offsetHeight;n({width:o,height:c})});return r.observe(t,{box:"border-box"}),()=>r.unobserve(t)}else n(void 0)},[t]),e}var ap="Switch",[DP]=No(ap),[_P,zP]=DP(ap),Kk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,name:r,checked:a,defaultChecked:i,required:o,disabled:c,value:u="on",onCheckedChange:h,form:f,...m}=t,[x,y]=b.useState(null),N=Ht(e,T=>y(T)),w=b.useRef(!1),j=x?f||!!x.closest("form"):!0,[S,E]=cl({prop:a,defaultProp:i??!1,onChange:h,caller:ap});return s.jsxs(_P,{scope:n,checked:S,disabled:c,children:[s.jsx(bt.button,{type:"button",role:"switch","aria-checked":S,"aria-required":o,"data-state":Qk(S),"data-disabled":c?"":void 0,disabled:c,value:u,...m,ref:N,onClick:mt(t.onClick,T=>{E(P=>!P),j&&(w.current=T.isPropagationStopped(),w.current||T.stopPropagation())})}),j&&s.jsx(Jk,{control:x,bubbles:!w.current,name:r,value:u,checked:S,required:o,disabled:c,form:f,style:{transform:"translateX(-100%)"}})]})});Kk.displayName=ap;var qk="SwitchThumb",Gk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,...r}=t,a=zP(qk,n);return s.jsx(bt.span,{"data-state":Qk(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:e})});Gk.displayName=qk;var $P="SwitchBubbleInput",Jk=b.forwardRef(({__scopeSwitch:t,control:e,checked:n,bubbles:r=!0,...a},i)=>{const o=b.useRef(null),c=Ht(o,i),u=M0(n),h=A0(e);return b.useEffect(()=>{const f=o.current;if(!f)return;const m=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(m,"checked").set;if(u!==n&&y){const N=new Event("click",{bubbles:r});y.call(f,n),f.dispatchEvent(N)}},[u,n,r]),s.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:c,style:{...a.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});Jk.displayName=$P;function Qk(t){return t?"checked":"unchecked"}var Yk=Kk,FP=Gk;const $t=b.forwardRef(({className:t,...e},n)=>s.jsx(Yk,{className:Ut("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 focus-visible:ring-offset-[#0a1628] disabled:cursor-not-allowed disabled:opacity-50 data-[state=unchecked]:bg-gray-600 data-[state=checked]:bg-[#38bdac]",t),...e,ref:n,children:s.jsx(FP,{className:Ut("pointer-events-none block h-4 w-4 rounded-full bg-white shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));$t.displayName=Yk.displayName;const BP={view_chapter:"浏览章节",purchase:"购买",match:"派对匹配",login:"登录",register:"注册",share:"分享",bind_phone:"绑定手机",bind_wechat:"绑定微信",fill_profile:"完善资料",fill_avatar:"设置头像",visit_page:"访问页面",first_pay:"首次付款",vip_activate:"开通会员",click_super:"点击超级个体",lead_submit:"提交留资",withdraw:"申请提现",referral_bind:"绑定推荐人",card_click:"点击名片",btn_click:"按钮点击",tab_click:"切换标签",nav_click:"导航点击",page_view:"页面浏览",search:"搜索"};function VP(t){return BP[t]||t||"行为"}function HP(t,e){const n=new Set,r=a=>(t[a]??0)>0;return(r("purchase")||r("first_pay")||r("vip_activate"))&&n.add("已付费"),(r("lead_submit")||r("click_super"))&&n.add("高意向"),r("view_chapter")&&n.add("想学习"),r("match")&&n.add("找合伙人"),r("withdraw")&&n.add("有提现行为"),r("referral_bind")&&n.add("推广参与"),(r("fill_profile")||r("fill_avatar")||r("bind_phone"))&&n.add("资料完善中"),e!=null&&e.hasFullBook&&n.add("全书读者"),e!=null&&e.isVip&&n.add("VIP会员"),e!=null&&e.mbti&&/^[EI][NS][FT][JP]$/i.test(e.mbti)&&n.add(String(e.mbti).toUpperCase()),Array.from(n)}function I0({open:t,onClose:e,userId:n,onUserUpdated:r}){var Ea,Ys,Ss,Xs,ur,Cs;const[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState({}),[f,m]=b.useState([]),[x,y]=b.useState(null),[N,w]=b.useState(null),[j,S]=b.useState(!1),[E,T]=b.useState(!1),[P,O]=b.useState(!1),[q,z]=b.useState("info"),[V,I]=b.useState(""),[te,Q]=b.useState(""),[F,re]=b.useState(""),[ie,J]=b.useState([]),[$,D]=b.useState(""),[R,oe]=b.useState(""),[G,_]=b.useState(""),[U,H]=b.useState(!1),[K,me]=b.useState({isVip:!1,vipExpireDate:"",vipRole:"",vipName:"",vipProject:"",vipContact:"",vipBio:""}),[Y,le]=b.useState([]),[de,ve]=b.useState(!1),[ye,ke]=b.useState(""),[ze,ft]=b.useState(""),[wt,dt]=b.useState(!1),[Rt,Tt]=b.useState(!1),[Tn,mn]=b.useState(null),[Ft,qt]=b.useState(null),[vn,On]=b.useState(""),[$n,St]=b.useState(""),[cn,xn]=b.useState(""),[ge,Se]=b.useState(!1),[$e,Xe]=b.useState(null),[jt,gt]=b.useState(!1),[L,Me]=b.useState({}),[pt,Et]=b.useState([]);b.useEffect(()=>{t&&n&&(gt(!1),z("info"),mn(null),qt(null),Xe(null),oe(""),_(""),tt(),Pe("/api/db/vip-roles").then(ae=>{ae!=null&&ae.success&&ae.data&&le(ae.data)}).catch(()=>{}))},[t,n]),b.useEffect(()=>{t&&Pe("/api/admin/mbti-avatars").then(ae=>{ae!=null&&ae.avatars&&typeof ae.avatars=="object"?Me(ae.avatars):Me({})}).catch(()=>Me({}))},[t]);const ht=(ae,xe)=>{const Ue=(ae||"").trim();if(Ue)return fo(Ue);const ut=(xe||"").trim().toUpperCase();return/^[EI][NS][FT][JP]$/.test(ut)?(L[ut]||"").trim():""};async function tt(){if(n){S(!0);try{const ae=await Pe(`/api/db/users?id=${encodeURIComponent(n)}`);if(ae!=null&&ae.success&&ae.user){const xe=ae.user;i(xe),I(xe.phone||""),Q(xe.wechatId||""),re(xe.nickname||""),On(xe.phone||""),St(xe.wechatId||""),xn(xe.openId||"");try{J(typeof xe.tags=="string"?JSON.parse(xe.tags||"[]"):[])}catch{J([])}me({isVip:!!(xe.isVip??!1),vipExpireDate:xe.vipExpireDate?String(xe.vipExpireDate).slice(0,10):"",vipRole:String(xe.vipRole??""),vipName:String(xe.vipName??""),vipProject:String(xe.vipProject??""),vipContact:String(xe.vipContact??""),vipBio:String(xe.vipBio??"")})}try{const xe=await Pe(`/api/admin/user/track?userId=${encodeURIComponent(n)}&limit=100`);if(xe!=null&&xe.success){h(xe.stats&&typeof xe.stats=="object"?xe.stats:{});const Ue=xe.tracks||[];c(Ue.map(ut=>({...ut,actionLabel:ut.actionLabel||ut.action,timeAgo:ut.timeAgo||""})))}else h({}),c([])}catch{h({}),c([])}try{const xe=await Pe(`/api/db/users/referrals?userId=${encodeURIComponent(n)}`);xe!=null&&xe.success?(m(xe.referrals||[]),y(xe.inboundSource||null)):(m([]),y(null))}catch{m([]),y(null)}try{const xe=await Pe(`/api/admin/users/${encodeURIComponent(n)}/balance`);xe!=null&&xe.success&&xe.data?w(xe.data):w(null)}catch{w(null)}try{const xe=await Pe(`/api/orders?userId=${encodeURIComponent(n)}&status=paid&pageSize=50`);xe!=null&&xe.success&&xe.orders?Et(xe.orders):Et([])}catch{Et([])}}catch(ae){console.error("Load user detail error:",ae)}finally{S(!1)}}}async function Pt(){if(!(a!=null&&a.phone)){se.info("用户未绑定手机号,无法同步");return}T(!0);try{const ae=await Ct("/api/ckb/sync",{action:"full_sync",phone:a.phone,userId:a.id});ae!=null&&ae.success?(se.success("同步成功"),tt()):se.error("同步失败: "+(ae==null?void 0:ae.error))}catch(ae){console.error("Sync CKB error:",ae),se.error("同步失败")}finally{T(!1)}}async function Wt(){if(a){if(K.isVip&&!K.vipExpireDate.trim()){se.error("开启 VIP 请填写有效到期日");return}O(!0);try{const ae={id:a.id,phone:V.trim()||void 0,wechatId:te.trim(),nickname:F||void 0,tags:JSON.stringify(ie),isVip:K.isVip,vipExpireDate:K.isVip?K.vipExpireDate:void 0,vipRole:K.vipRole||void 0,vipName:K.vipName||void 0,vipProject:K.vipProject||void 0,vipContact:K.vipContact||void 0,vipBio:K.vipBio||void 0},xe=await Gt("/api/db/users",ae);xe!=null&&xe.success?(se.success("保存成功"),tt(),r==null||r()):se.error("保存失败: "+(xe==null?void 0:xe.error))}catch(ae){console.error("Save user error:",ae),se.error("保存失败")}finally{O(!1)}}}const en=()=>{$&&!ie.includes($)&&(J([...ie,$]),D(""))},ts=ae=>J(ie.filter(xe=>xe!==ae));async function Qs(){if(a){if(!R){se.error("请输入新密码");return}if(R!==G){se.error("两次密码不一致");return}if(R.length<6){se.error("密码至少 6 位");return}H(!0);try{const ae=await Gt("/api/db/users",{id:a.id,password:R});ae!=null&&ae.success?(se.success("修改成功"),oe(""),_("")):se.error("修改失败: "+((ae==null?void 0:ae.error)||""))}catch{se.error("修改失败")}finally{H(!1)}}}async function bi(){if(!a)return;const ae=parseFloat(ye);if(Number.isNaN(ae)||ae===0){se.error("请输入有效金额(正数增加、负数扣减)");return}dt(!0);try{const xe=await Ct(`/api/admin/users/${a.id}/balance/adjust`,{amount:ae,remark:ze||void 0});xe!=null&&xe.success?(se.success("余额已调整"),ve(!1),ke(""),ft(""),tt(),r==null||r()):se.error("调整失败: "+((xe==null?void 0:xe.error)||""))}catch{se.error("调整失败")}finally{dt(!1)}}async function ea(){if(!vn&&!cn&&!$n){qt("请至少输入手机号、微信号或 OpenID 中的一项");return}Tt(!0),qt(null),mn(null);try{const ae=new URLSearchParams;vn&&ae.set("phone",vn),cn&&ae.set("openId",cn),$n&&ae.set("wechatId",$n);const xe=await Pe(`/api/admin/shensheshou/query?${ae}`);xe!=null&&xe.success&&xe.data?(mn(xe.data),a&&await ta(xe.data)):qt((xe==null?void 0:xe.error)||"未查询到数据,该用户可能未在神射手收录")}catch(ae){console.error("SSS query error:",ae),qt("请求失败,请检查神射手接口配置")}finally{Tt(!1)}}async function ta(ae){if(a)try{await Ct("/api/admin/shensheshou/enrich",{userId:a.id,phone:vn||a.phone||"",openId:cn||a.openId||"",wechatId:$n||a.wechatId||""}),tt()}catch(xe){console.error("SSS enrich error:",xe)}}async function Er(){if(a){Se(!0),Xe(null);try{const ae=Array.from(new Set(o.filter(Ps=>Ps.action==="view_chapter"||Ps.action==="purchase"||Ps.action==="first_pay").map(Ps=>(Ps.chapterTitle||Ps.target||"").trim()).filter(Boolean))).slice(0,12),xe={viewChapter:u.view_chapter||0,purchase:u.purchase||0,firstPay:u.first_pay||0},Ue=ae.length>0?`意向章节:${ae.join("、")}`:"",ut={users:[{phone:a.phone||"",name:a.nickname||"",openId:a.openId||"",tags:ie,purchaseIntent:xe,purchaseIntentChapters:ae,remark:Ue}]},Fn=await Ct("/api/admin/shensheshou/ingest",ut);Fn!=null&&Fn.success&&Fn.data?Xe(Fn.data):Xe({error:(Fn==null?void 0:Fn.error)||"推送失败"})}catch(ae){console.error("SSS ingest error:",ae),Xe({error:"请求失败"})}finally{Se(!1)}}}const Mr=ae=>{const Ue={view_chapter:Gs,purchase:Md,match:In,login:oi,register:oi,share:ya,bind_phone:d1,bind_wechat:wM,fill_profile:Ad,fill_avatar:oi,visit_page:qr,first_pay:Md,vip_activate:pc,click_super:In,lead_submit:d1,withdraw:cg,referral_bind:ya,card_click:oi,btn_click:pi,tab_click:qr,nav_click:qr,page_view:qr,search:qr}[ae]||ig;return s.jsx(Ue,{className:"w-4 h-4"})};function Ar(ae){const xe=String(ae||"").trim();return xe.length>22&&/^[a-zA-Z0-9_-]+$/.test(xe)}const cr=b.useMemo(()=>HP(u,a),[u,a]);function dr(){const ae=[...ie];for(const xe of cr)ae.includes(xe)||ae.push(xe);J(ae),se.success("已将旅程推断标签合并到已选")}return t?s.jsxs(s.Fragment,{children:[s.jsx(Dt,{open:t,onOpenChange:()=>e(),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[92vh] overflow-hidden flex flex-col p-4 sm:p-5",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(oi,{className:"w-5 h-5 text-[#38bdac]"}),"用户详情",(a==null?void 0:a.phone)&&s.jsx(Ve,{className:"bg-green-500/20 text-green-400 border-0 ml-2",children:"已绑定手机"}),(a==null?void 0:a.isVip)&&s.jsx(Ve,{className:"bg-amber-500/20 text-amber-400 border-0",children:"VIP"})]})}),j?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):a?s.jsxs("div",{className:"flex flex-col min-h-0 flex-1 overflow-hidden",children:[s.jsxs("div",{className:"flex flex-col sm:flex-row gap-2.5 p-2.5 bg-[#0a1628] rounded-lg mb-2 shrink-0",children:[s.jsxs("div",{className:"flex gap-2.5 min-w-0 flex-1",children:[s.jsx("div",{className:"w-11 h-11 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-lg text-[#38bdac] shrink-0",children:ht(a.avatar,a.mbti)&&!jt?s.jsx("img",{src:ht(a.avatar,a.mbti),className:"w-full h-full rounded-full object-cover",alt:"",onError:()=>gt(!0)}):((Ea=a.nickname)==null?void 0:Ea.charAt(0))||"?"}),s.jsxs("div",{className:"min-w-0 flex-1",children:[s.jsxs("div",{className:"flex items-center gap-1.5 flex-wrap",children:[s.jsx("h3",{className:"text-base font-bold text-white leading-tight",children:a.nickname}),a.isAdmin&&s.jsx(Ve,{className:"bg-purple-500/20 text-purple-400 border-0 text-[10px] py-0",children:"管理员"}),a.hasFullBook&&s.jsx(Ve,{className:"bg-green-500/20 text-green-400 border-0 text-[10px] py-0",children:"全书已购"}),a.vipRole&&s.jsx(Ve,{className:"bg-amber-500/20 text-amber-400 border-0 text-[10px] py-0",children:a.vipRole})]}),a.referralCode&&s.jsxs("p",{className:"text-[10px] text-gray-500 mt-0.5",children:["推荐码 ",s.jsx("code",{className:"text-[#38bdac]",children:a.referralCode})]}),s.jsxs("div",{className:"mt-1 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-1.5 text-[11px]",children:[s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"昵称"}),s.jsx("p",{className:"text-white truncate",children:F||a.nickname||"—"})]}),s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"手机号"}),s.jsx("p",{className:"text-white truncate",children:V||"—"})]}),s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"微信标识"}),s.jsx("p",{className:"text-white truncate",children:te||"—"})]}),s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"画像"}),s.jsx("p",{className:"text-[#38bdac] truncate",children:[a.region,a.industry,a.position,a.mbti?`MBTI ${a.mbti}`:""].filter(Boolean).join(" · ")||"未完善"})]})]})]})]}),s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-2 gap-1.5 shrink-0 sm:w-[220px]",children:[s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsx("p",{className:"text-[9px] text-gray-500 uppercase tracking-wide",children:"累计佣金"}),s.jsxs("p",{className:"text-sm font-bold text-[#38bdac] leading-tight",children:["¥",(a.earnings??0).toFixed(2)]}),s.jsx("p",{className:"text-[9px] text-gray-600",children:"推广/分佣入账"})]}),s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsx("p",{className:"text-[9px] text-gray-500",children:"待提现"}),s.jsxs("p",{className:"text-sm font-bold text-yellow-400 leading-tight",children:["¥",(a.pendingEarnings??0).toFixed(2)]}),s.jsx("p",{className:"text-[9px] text-gray-600",children:"未打款部分"})]}),s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsxs("div",{className:"flex items-center justify-between gap-1",children:[s.jsx("p",{className:"text-[9px] text-gray-500",children:"账户余额"}),s.jsx(X,{type:"button",size:"sm",variant:"ghost",className:"h-5 px-1 text-[9px] text-[#38bdac] hover:bg-[#38bdac]/10",onClick:()=>{ke(""),ft(""),ve(!0)},children:"调整"})]}),s.jsxs("p",{className:"text-sm font-bold text-white leading-tight",children:["¥",((N==null?void 0:N.balance)??0).toFixed(2)]}),s.jsx("p",{className:"text-[9px] text-gray-600",children:"可消费/抵扣"})]}),s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsx("p",{className:"text-[9px] text-gray-500",children:"推荐人数"}),s.jsx("p",{className:"text-sm font-bold text-white leading-tight",children:a.referralCount??0}),s.jsx("p",{className:"text-[9px] text-gray-600",children:a.createdAt?`注册 ${new Date(a.createdAt).toLocaleDateString()}`:"—"})]})]})]}),s.jsxs(jc,{value:q,onValueChange:z,className:"flex-1 flex flex-col min-h-0 overflow-hidden",children:[s.jsxs(ul,{className:"bg-[#0a1628] border border-gray-700/50 p-0.5 mb-2 flex-wrap h-auto gap-0.5 shrink-0",children:[s.jsx(Qt,{value:"info",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:"用户信息"}),s.jsxs(Qt,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:[s.jsx(qr,{className:"w-3 h-3 mr-0.5"}),"旅程与轨迹"]}),s.jsx(Qt,{value:"relations",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:"关系链路"}),s.jsx(Qt,{value:"tags",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:"标签体系"})]}),s.jsxs(Yt,{value:"info",className:"flex-1 min-h-0 overflow-y-auto space-y-2 pr-0.5",children:[s.jsxs("details",{className:"rounded-lg bg-[#0a1628] border border-gray-700/40 p-2 text-[11px] group",children:[s.jsxs("summary",{className:"cursor-pointer text-gray-400 select-none list-none flex items-center gap-1",children:[s.jsx("span",{className:"group-open:text-[#38bdac]",children:"技术标识"}),s.jsx("span",{className:"text-gray-600",children:"(用户ID / OpenID,默认折叠)"})]}),s.jsxs("div",{className:"mt-2 space-y-1.5 text-gray-300 font-mono text-[10px] break-all border-t border-gray-700/30 pt-2",children:[s.jsxs("p",{children:[s.jsx("span",{className:"text-gray-500 not-italic font-sans",children:"用户ID"})," ",a.id]}),s.jsxs("p",{children:[s.jsx("span",{className:"text-gray-500 not-italic font-sans",children:"OpenID"})," ",a.openId||"—"]}),s.jsx("p",{className:"text-gray-500 not-italic font-sans leading-snug",children:"OpenID 为微信用户标识;下方「微信标识」为微信号/wxid,供存客宝归属,与 OpenID 不同。"})]})]}),s.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-[11px]",children:"昵称"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"昵称",value:F,onChange:ae=>re(ae.target.value)})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-[11px]",children:"手机号(可改,点底部保存生效)"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"11 位手机号",value:V,onChange:ae=>I(ae.target.value)})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-[11px]",children:"微信标识(微信号/wxid,非 OpenID)"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"如 wxid_xxx 或自定义微信号",value:te,onChange:ae=>Q(ae.target.value)})]})]}),(a.region||a.industry||a.position||a.mbti)&&s.jsxs("div",{className:"flex flex-wrap gap-1.5 text-[11px]",children:[a.region&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#162840] text-gray-300",children:[s.jsx(Aj,{className:"w-3 h-3 inline mr-0.5"}),a.region]}),a.industry&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#162840] text-gray-300",children:["行业 ",a.industry]}),a.position&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#162840] text-gray-300",children:["职位 ",a.position]}),a.mbti&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#38bdac]/15 text-[#38bdac]",children:["MBTI ",a.mbti]})]}),s.jsxs("div",{className:"p-2 rounded-lg bg-[#0a1628] border border-amber-500/25",children:[s.jsxs("div",{className:"flex items-center justify-between gap-2",children:[s.jsxs("div",{className:"flex items-center gap-1.5 min-w-0",children:[s.jsx(pc,{className:"w-3.5 h-3.5 text-amber-400 shrink-0"}),s.jsx("span",{className:"text-white text-xs font-medium",children:"超级个体"}),a.isVip&&s.jsx(Ve,{className:"bg-amber-500/20 text-amber-400 border-0 text-[10px] py-0 shrink-0",children:a.vipRole||"VIP"})]}),s.jsx($t,{className:"scale-90",checked:K.isVip,onCheckedChange:ae=>me(xe=>({...xe,isVip:ae}))})]}),K.isVip&&s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-3 gap-1.5 mt-2",children:[s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(ee,{className:"text-gray-500 text-[10px]",children:"到期日"}),s.jsx(ce,{type:"date",className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",value:K.vipExpireDate,onChange:ae=>me(xe=>({...xe,vipExpireDate:ae.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(ee,{className:"text-gray-500 text-[10px]",children:"角色"}),s.jsxs("select",{className:"w-full bg-[#162840] border border-gray-700 text-white rounded px-1.5 h-7 text-xs",value:K.vipRole,onChange:ae=>me(xe=>({...xe,vipRole:ae.target.value})),children:[s.jsx("option",{value:"",children:"请选择"}),Y.map(ae=>s.jsx("option",{value:ae.name,children:ae.name},ae.id))]})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(ee,{className:"text-gray-500 text-[10px]",children:"展示名"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"展示名",value:K.vipName,onChange:ae=>me(xe=>({...xe,vipName:ae.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(ee,{className:"text-gray-500 text-[10px]",children:"项目"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"项目",value:K.vipProject,onChange:ae=>me(xe=>({...xe,vipProject:ae.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(ee,{className:"text-gray-500 text-[10px]",children:"联系方式"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"微信/手机",value:K.vipContact,onChange:ae=>me(xe=>({...xe,vipContact:ae.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5 sm:col-span-2",children:[s.jsx(ee,{className:"text-gray-500 text-[10px]",children:"简介"}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"简短介绍",value:K.vipBio,onChange:ae=>me(xe=>({...xe,vipBio:ae.target.value}))})]})]})]}),s.jsxs("div",{className:"p-2 rounded-lg bg-[#0a1628] border border-[#38bdac]/20",children:[s.jsxs("div",{className:"flex items-center gap-1.5 mb-1.5",children:[s.jsx(pi,{className:"w-3.5 h-3.5 text-[#38bdac]"}),s.jsx("span",{className:"text-white text-xs font-medium",children:"外部资料 · 神射手 / 存客宝(与上方基础信息联动)"})]}),s.jsxs("div",{className:"grid grid-cols-3 gap-1.5 mb-1.5",children:[s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"查:手机",value:vn,onChange:ae=>On(ae.target.value)}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"查:微信号",value:$n,onChange:ae=>St(ae.target.value)}),s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"查:OpenID",value:cn,onChange:ae=>xn(ae.target.value)})]}),s.jsxs("div",{className:"flex flex-wrap gap-1",children:[s.jsxs(X,{size:"sm",className:"h-7 text-[11px] px-2 bg-[#38bdac] hover:bg-[#2da396]",onClick:ea,disabled:Rt,children:[Rt?s.jsx(Fe,{className:"w-3 h-3 animate-spin"}):s.jsx(va,{className:"w-3 h-3 mr-0.5"}),"查询回填"]}),s.jsx(X,{size:"sm",variant:"outline",className:"h-7 text-[11px] px-2 border-purple-500/40 text-purple-300",onClick:Er,disabled:ge||!a.phone,children:ge?"推送…":"推神射手"}),s.jsx(X,{size:"sm",variant:"outline",className:"h-7 text-[11px] px-2",onClick:Pt,disabled:E||!a.phone,children:E?"同步…":"存客宝同步"})]}),a.ckbSyncedAt&&s.jsxs("p",{className:"text-[10px] text-gray-500 mt-1",children:["最近存客宝同步:",new Date(a.ckbSyncedAt).toLocaleString()]}),Ft&&s.jsx("p",{className:"mt-1 text-red-400 text-[11px]",children:Ft}),Tn&&s.jsxs("div",{className:"mt-1.5 grid grid-cols-2 gap-1.5",children:[s.jsxs("div",{className:"p-1.5 bg-[#162840] rounded text-[11px]",children:[s.jsx("span",{className:"text-gray-500",children:"RFM"})," ",s.jsx("span",{className:"text-[#38bdac] font-semibold",children:Tn.rfm_score??"—"})]}),s.jsxs("div",{className:"p-1.5 bg-[#162840] rounded text-[11px]",children:[s.jsx("span",{className:"text-gray-500",children:"等级"})," ",s.jsx("span",{className:"text-white font-semibold",children:Tn.user_level??"—"})]})]}),$e&&s.jsx("p",{className:"mt-1 text-[11px]",children:$e.error?s.jsx("span",{className:"text-red-400",children:String($e.error)}):s.jsx("span",{className:"text-green-400",children:"推送成功"})})]}),s.jsxs("div",{className:"p-2 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-1.5 mb-1.5",children:[s.jsx(cg,{className:"w-3.5 h-3.5 text-yellow-400"}),s.jsx("span",{className:"text-white text-xs font-medium",children:"修改密码"})]}),s.jsxs("div",{className:"flex flex-col sm:flex-row gap-1.5 sm:items-center",children:[s.jsx(ce,{type:"password",className:"bg-[#162840] border-gray-700 text-white h-7 text-xs flex-1",placeholder:"新密码 ≥6 位",value:R,onChange:ae=>oe(ae.target.value)}),s.jsx(ce,{type:"password",className:"bg-[#162840] border-gray-700 text-white h-7 text-xs flex-1",placeholder:"确认密码",value:G,onChange:ae=>_(ae.target.value)}),s.jsx(X,{size:"sm",className:"h-7 text-[11px] shrink-0 bg-yellow-500/20 text-yellow-300 border border-yellow-500/35 hover:bg-yellow-500/30",onClick:Qs,disabled:U||!R||!G,children:U?"保存中":"确认修改"})]})]})]}),s.jsxs(Yt,{value:"journey",className:"flex-1 min-h-0 overflow-y-auto space-y-2 pr-0.5",children:[pt.length>0&&s.jsxs("div",{className:"p-2 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[s.jsxs("div",{className:"flex items-center gap-1.5 mb-1.5",children:[s.jsx(Md,{className:"w-3.5 h-3.5 text-amber-400"}),s.jsxs("span",{className:"text-white text-xs font-medium",children:["购买清单(",pt.length," 笔)"]})]}),s.jsx("div",{className:"space-y-1 max-h-[120px] overflow-y-auto",children:pt.map((ae,xe)=>s.jsxs("div",{className:"flex items-center justify-between p-1.5 bg-[#162840] rounded text-[11px]",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"text-amber-300",children:ae.productType==="fullbook"||ae.productType==="vip"?"全书/VIP":`章节 ${ae.productId||""}`}),s.jsxs("span",{className:"text-gray-500 ml-2",children:["¥",Number(ae.amount||0).toFixed(2)]})]}),s.jsx("span",{className:"text-gray-500 text-[10px] shrink-0",children:ae.createdAt?new Date(ae.createdAt).toLocaleString("zh-CN"):""})]},ae.orderSn||xe))})]}),s.jsxs("div",{className:"p-2 bg-[#0a1628] rounded-lg flex flex-col gap-1.5 text-[11px]",children:[s.jsxs("div",{className:"flex items-center gap-1.5 text-gray-400",children:[s.jsx(qr,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),s.jsxs("span",{children:["全站埋点共 ",o.length," 条;用于 RFM 与「标签体系」旅程推断"]})]}),Object.keys(u).length>0&&s.jsx("div",{className:"flex flex-wrap gap-1 pt-1 border-t border-gray-700/40",children:Object.entries(u).sort((ae,xe)=>xe[1]-ae[1]).map(([ae,xe])=>s.jsxs(Ve,{variant:"outline",className:"text-[10px] border-gray-600 text-gray-300 bg-[#162840] py-0 h-5",children:[VP(ae)," ×",xe]},ae))})]}),s.jsx("div",{className:"space-y-1.5",children:o.length>0?o.map((ae,xe)=>s.jsxs("div",{className:"flex items-start gap-2 p-2 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex flex-col items-center shrink-0",children:[s.jsx("div",{className:"w-7 h-7 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[#38bdac]",children:Mr(ae.action)}),xe0?((x==null?void 0:x.visits)||[]).map((ae,xe)=>s.jsxs("div",{className:"flex items-center justify-between p-1.5 bg-[#162840] rounded text-xs",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("p",{className:"text-white truncate",children:["第 ",ae.seq||xe+1," 次 · ",ae.referrerNickname||"微信用户",ae.referrerId?`(${ae.referrerId})`:""]}),ae.page?s.jsx("p",{className:"text-gray-500 text-[10px] truncate",children:ae.page}):null]}),s.jsx("span",{className:"text-gray-500 text-[10px] shrink-0",children:ae.visitedAt?new Date(ae.visitedAt).toLocaleString():""})]},`${ae.referrerId||"unknown"}_${xe}`)):s.jsx("p",{className:"text-gray-500 text-sm text-center py-2",children:"暂无来源点击记录"})})]}),s.jsxs("div",{className:"p-2 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center justify-between mb-2",children:[s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx(ya,{className:"w-3.5 h-3.5 text-[#38bdac]"}),s.jsx("span",{className:"text-white text-sm font-medium",children:"推荐的用户"})]}),s.jsxs(Ve,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 text-[10px]",children:["共 ",f.length," 人"]})]}),s.jsx("div",{className:"space-y-1 max-h-[min(280px,40vh)] overflow-y-auto",children:f.length>0?f.map((ae,xe)=>{var ut;const Ue=ae;return s.jsxs("div",{className:"flex items-center justify-between p-1.5 bg-[#162840] rounded text-xs",children:[s.jsxs("div",{className:"flex items-center gap-1.5 min-w-0",children:[s.jsx("div",{className:"w-6 h-6 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[10px] text-[#38bdac] shrink-0",children:((ut=Ue.nickname)==null?void 0:ut.charAt(0))||"?"}),s.jsx("span",{className:"text-white truncate",children:Ue.nickname})]}),s.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[Ue.status==="vip"&&s.jsx(Ve,{className:"bg-green-500/20 text-green-400 border-0 text-[10px] py-0",children:"已购"}),s.jsx("span",{className:"text-gray-500 text-[10px]",children:Ue.createdAt?new Date(Ue.createdAt).toLocaleDateString():""})]})]},Ue.id||xe)}):s.jsx("p",{className:"text-gray-500 text-sm text-center py-3",children:"暂无推荐用户"})})]})]}),s.jsxs(Yt,{value:"tags",className:"flex-1 min-h-0 overflow-y-auto space-y-3 pr-0.5",children:[s.jsxs("div",{className:"p-2.5 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-2 flex-wrap",children:[s.jsx(Ad,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-white text-sm font-medium",children:"用户标签"}),s.jsx("span",{className:"text-gray-500 text-[11px]",children:"《一场 Soul 的创业实验》维度"})]}),s.jsxs("div",{className:"mb-2 p-2 bg-[#38bdac]/5 border border-[#38bdac]/20 rounded-lg flex items-start gap-2 text-[11px] text-gray-400",children:[s.jsx(jj,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0 mt-0.5"}),"预设可点选;下方「旅程推断」由轨迹+资料自动算出,可一键并入已选后点弹窗底部保存。"]}),s.jsxs("div",{className:"mb-3 p-2 rounded-lg bg-[#162840]/80 border border-cyan-500/20",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2 mb-1.5",children:[s.jsx("span",{className:"text-cyan-300/90 text-xs font-medium",children:"旅程推断标签"}),s.jsx(X,{type:"button",size:"sm",variant:"outline",className:"h-7 text-[11px] border-cyan-500/40 text-cyan-200 hover:bg-cyan-500/10",disabled:cr.length===0,onClick:dr,children:"合并到已选"})]}),cr.length>0?s.jsx("div",{className:"flex flex-wrap gap-1",children:cr.map(ae=>s.jsxs(Ve,{variant:"outline",className:`text-[10px] py-0 h-5 border-cyan-500/30 ${ie.includes(ae)?"bg-cyan-500/15 text-cyan-200":"text-gray-300"}`,children:[ie.includes(ae)?"✓ ":"",ae]},ae))}):s.jsx("p",{className:"text-[11px] text-gray-500",children:"暂无推断(无轨迹或行为未命中规则)"})]}),s.jsx("div",{className:"mb-3 space-y-2",children:[{category:"身份类型",tags:["创业者","打工人","自由职业","学生","投资人","合伙人"]},{category:"行业背景",tags:["电商","内容","传统行业","科技/AI","金融","教育","餐饮"]},{category:"痛点标签",tags:["找资源","找方向","找合伙人","想赚钱","想学习","找情感出口"]},{category:"付费意愿",tags:["高意向","已付费","观望中","薅羊毛"]},{category:"MBTI",tags:["ENTJ","INTJ","ENFP","INFP","ENTP","INTP","ESTJ","ISFJ"]}].map(ae=>s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-[11px] mb-1",children:ae.category}),s.jsx("div",{className:"flex flex-wrap gap-1",children:ae.tags.map(xe=>s.jsxs("button",{type:"button",onClick:()=>{ie.includes(xe)?ts(xe):J([...ie,xe])},className:`px-1.5 py-0.5 rounded text-[11px] border transition-all ${ie.includes(xe)?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-transparent border-gray-700 text-gray-500 hover:border-gray-500 hover:text-gray-300"}`,children:[ie.includes(xe)?"✓ ":"",xe]},xe))})]},ae.category))}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-2",children:[s.jsx("p",{className:"text-gray-500 text-[11px] mb-1.5",children:"已选标签(需保存修改写入库)"}),s.jsxs("div",{className:"flex flex-wrap gap-1.5 mb-2 min-h-[28px]",children:[ie.map((ae,xe)=>s.jsxs(Ve,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 pr-1 text-[11px] py-0",children:[ae,s.jsx("button",{type:"button",onClick:()=>ts(ae),className:"ml-1 hover:text-red-400",children:s.jsx(Yn,{className:"w-3 h-3"})})]},xe)),ie.length===0&&s.jsx("span",{className:"text-gray-600 text-xs",children:"暂未选择"})]}),s.jsxs("div",{className:"flex gap-1.5",children:[s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white flex-1 h-8 text-xs",placeholder:"自定义标签,回车添加",value:$,onChange:ae=>D(ae.target.value),onKeyDown:ae=>ae.key==="Enter"&&en()}),s.jsx(X,{onClick:en,className:"bg-[#38bdac] hover:bg-[#2da396] h-8 text-xs px-3",children:"添加"})]})]})]}),(()=>{const ae=a.tags||a.ckbTags||"";let xe=[];try{const ut=typeof ae=="string"?JSON.parse(ae||"[]"):[];xe=Array.isArray(ut)?ut:typeof ae=="string"?ae.split(","):[]}catch{xe=typeof ae=="string"?ae.split(","):[]}const Ue=xe.map(ut=>String(ut).trim()).filter(Boolean);return Ue.length===0?null:s.jsxs("div",{className:"p-2.5 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1.5",children:[s.jsx(Ad,{className:"w-3.5 h-3.5 text-purple-400"}),s.jsx("span",{className:"text-white text-sm font-medium",children:"存客宝标签"})]}),s.jsx("div",{className:"flex flex-wrap gap-1",children:Ue.map((ut,Fn)=>s.jsx(Ve,{className:"bg-purple-500/20 text-purple-400 border-0 text-[11px] py-0",children:ut},Fn))})]})})()]})]}),s.jsxs("div",{className:"flex justify-end gap-2 pt-3 border-t border-gray-700 mt-3 shrink-0",children:[s.jsxs(X,{variant:"outline",onClick:e,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"关闭"]}),s.jsxs(X,{onClick:Wt,disabled:P,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),P?"保存中...":"保存修改"]})]})]}):s.jsx("div",{className:"text-center py-12 text-gray-500",children:"用户不存在"})]})}),s.jsx(Dt,{open:de,onOpenChange:ve,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsx(zt,{children:"调整余额"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"调整金额(元)"}),s.jsx(ce,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"正数增加,负数扣减,如 10 或 -5",value:ye,onChange:ae=>ke(ae.target.value)})]}),s.jsxs("div",{children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"备注(可选)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"如:活动补偿",value:ze,onChange:ae=>ft(ae.target.value)})]})]}),s.jsxs("div",{className:"flex justify-end gap-2",children:[s.jsx(X,{variant:"outline",onClick:()=>ve(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(X,{onClick:bi,disabled:wt,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:wt?"提交中...":"确认调整"})]})]})})]}):null}function UP(){const t=Sa(),[e,n]=b.useState(!0),[r,a]=b.useState(!0),[i,o]=b.useState(!0),[c,u]=b.useState([]),[h,f]=b.useState([]),[m,x]=b.useState(0),[y,N]=b.useState(0),[w,j]=b.useState(0),[S,E]=b.useState(0),[T,P]=b.useState(null),[O,q]=b.useState(null),[z,V]=b.useState(!1),[I,te]=b.useState(0),[Q,F]=b.useState(!1),[re,ie]=b.useState(null),[J,$]=b.useState("overview"),[D,R]=b.useState([]),[oe,G]=b.useState(!1),[_,U]=b.useState("today"),[H,K]=b.useState(null),[me,Y]=b.useState(!1),[le,de]=b.useState(!0),[ve,ye]=b.useState(null),[ke,ze]=b.useState(null),[ft,wt]=b.useState([]),dt=ge=>{const Se=ge;if((Se==null?void 0:Se.status)===401)P("登录已过期,请重新登录");else{if((Se==null?void 0:Se.name)==="AbortError")return;P("加载失败,请检查网络或联系管理员")}};async function Rt(ge){var jt,gt;const Se=ge?{signal:ge}:void 0;n(!0),P(null);try{const L=await Pe("/api/admin/dashboard/stats",Se);L!=null&&L.success&&(x(L.totalUsers??0),N(L.paidOrderCount??0),j(L.totalRevenue??0),E(L.conversionRate??0))}catch(L){if((L==null?void 0:L.name)!=="AbortError"){console.error("stats 失败,尝试 overview 降级",L);try{const Me=await Pe("/api/admin/dashboard/overview",Se);Me!=null&&Me.success&&(x(Me.totalUsers??0),N(Me.paidOrderCount??0),j(Me.totalRevenue??0),E(Me.conversionRate??0))}catch(Me){dt(Me)}}}finally{n(!1)}try{const L=await Pe("/api/admin/balance/summary",Se);L!=null&&L.success&&L.data&&te(L.data.totalGifted??0)}catch{}try{const L=await Pe("/api/db/ckb-plan-stats",Se);L!=null&&L.success&&L.data?ie({ckbTotal:L.data.ckbTotal??0,withContact:L.data.withContact??0}):ie(null)}catch{ie(null)}de(!0);try{const[L,Me]=await Promise.allSettled([Pe("/api/db/match-records?stats=true",Se),Pe("/api/admin/distribution/overview",Se)]);L.status==="fulfilled"&&((jt=L.value)!=null&&jt.success)&&L.value.data?ye({totalMatches:L.value.data.totalMatches??0,todayMatches:L.value.data.todayMatches??0,uniqueUsers:L.value.data.uniqueUsers??0,paidMatchCount:L.value.data.paidMatchCount??0}):ye(null),Me.status==="fulfilled"&&((gt=Me.value)!=null&>.success)&&Me.value.overview?ze({todayClicks:Me.value.overview.todayClicks??0,todayBindings:Me.value.overview.todayBindings??0,todayConversions:Me.value.overview.todayConversions??0,monthClicks:Me.value.overview.monthClicks??0,monthBindings:Me.value.overview.monthBindings??0,monthConversions:Me.value.overview.monthConversions??0,totalClicks:Me.value.overview.totalClicks??0,totalBindings:Me.value.overview.totalBindings??0,totalConversions:Me.value.overview.totalConversions??0,conversionRate:Me.value.overview.conversionRate}):ze(null)}catch{ye(null),ze(null)}finally{de(!1)}try{const L=await Pe("/api/db/vip-members?limit=500",Se);L!=null&&L.success&&Array.isArray(L.data)?wt(L.data):wt([])}catch{wt([])}a(!0),o(!0);const $e=async()=>{try{const L=await Pe("/api/admin/dashboard/recent-orders?limit=10",Se);if(L!=null&&L.success&&L.recentOrders)f(L.recentOrders);else throw new Error("no data")}catch(L){if((L==null?void 0:L.name)!=="AbortError")try{const Me=await Pe("/api/admin/orders?page=1&pageSize=20&status=paid",Se),Et=((Me==null?void 0:Me.orders)??[]).filter(ht=>["paid","completed","success"].includes(ht.status||""));f(Et.slice(0,5))}catch{f([])}}finally{a(!1)}},Xe=async()=>{try{const L=await Pe("/api/admin/dashboard/new-users",Se);if(L!=null&&L.success&&L.newUsers)u(L.newUsers);else throw new Error("no data")}catch(L){if((L==null?void 0:L.name)!=="AbortError")try{const Me=await Pe("/api/db/users?page=1&pageSize=10",Se);u((Me==null?void 0:Me.users)??[])}catch{u([])}}finally{o(!1)}};await Promise.all([$e(),Xe()])}async function Tt(ge){const Se=ge||_;Y(!0);try{const $e=await Pe(`/api/admin/track/stats?period=${Se}`);$e!=null&&$e.success&&K({total:$e.total??0,byModule:$e.byModule??{}})}catch{K(null)}finally{Y(!1)}}const Tn={home:"首页",chapters:"目录",read:"阅读页",my:"我的",vip:"超级个体",wallet:"钱包",match:"找伙伴",referral:"推广中心",search:"搜索",settings:"设置",about:"关于",member_detail:"成员详情",other:"其他"},mn={btn_click:"按钮点击",nav_click:"导航点击",card_click:"卡片点击",tab_click:"标签切换",page_view:"页面浏览",share:"分享",purchase:"购买",register:"注册",rule_trigger:"规则触发",view_chapter:"浏览章节",link_click:"链接点击"},Ft=ge=>ge?ge.replace(/^part-/,"").replace(/^soulvip_/,"").replace(/^super_?/,"").replace(/^user_/,"").replace(/[_-]+/g," ").trim():"",qt=ge=>{if(!ge)return"";const Se=ge.trim().toLowerCase();if(!Se)return"";const $e=ft.find(jt=>{const gt=String(jt.id||"").toLowerCase();return gt===Se||gt.includes(Se)||Se.includes(gt)});if($e)return $e.name||$e.nickname||"";const Xe=ft.find(jt=>{const gt=String(jt.token||"").toLowerCase();return gt&&(gt===Se||gt.includes(Se)||Se.includes(gt))});return Xe&&(Xe.name||Xe.nickname)||""},vn=ge=>{if(!ge)return"未命名点击";const Se=ge.trim(),$e=Se.toLowerCase();if(/^链接头像[_-]/.test(Se)){const jt=Ft(Se.replace(/^链接头像[_-]/,""));return jt?`头像:${jt}`:"头像点击"}if(/^member[_-]?detail$/i.test($e)||$e.includes("member detail"))return"成员详情";if(/^giftpay$/i.test($e)||$e.includes("gift pay"))return"代付入口";if(/^part[-_]/i.test($e))return`章节:${Ft(Se)}`;if($e.includes("soulvip")||$e.includes("super")){const jt=Se.replace(/^超级个体[::]?/i,"").replace(/^super[_-]?/i,"").replace(/^soulvip[_-]?/i,"").replace(/^user[_-]?/i,"").trim(),gt=qt(jt)||qt(Ft(jt));return gt?`超级个体:${gt}`:`超级个体:${Ft(jt)}`}if($e.includes("qgdtw")||$e.includes("token")||$e.includes("0000"))return`对象:${Ft(Se)}`;const Xe={开始匹配:"开始匹配",mentor:"导师顾问",team:"团队招募",investor:"资源对接",充值:"充值",退款:"退款",wallet:"钱包",设置:"设置",VIP:"VIP会员",推广:"推广中心",目录:"目录",搜索:"搜索",匹配:"找伙伴",settings:"设置",expired:"已过期",active:"活跃",converted:"已转化",fill_profile:"完善资料",register:"注册",purchase:"购买",链接卡若:"链接卡若",更多分享:"更多分享",分享朋友圈文案:"分享朋友圈",选择金额10:"选择金额10元",member_detail:"成员详情",giftPay:"代付入口"};return Xe[Se]?Xe[Se]:/^[a-z0-9_-]+$/i.test(Se)&&Ft(Se)||Se},On=ge=>{const Se=Tn[ge.module]||Tn[ge.page]||ge.module||ge.page||"其他",$e=mn[ge.action]||ge.action||"点击",Xe=vn(ge.target);return`${Se} · ${$e} · ${Xe}`};async function $n(){G(!0);try{const ge=await Pe("/api/admin/super-individual/stats");ge!=null&&ge.success&&Array.isArray(ge.data)&&R(ge.data)}catch{}finally{G(!1)}}b.useEffect(()=>{const ge=new AbortController;return Rt(ge.signal),Tt(),$n(),()=>{ge.abort()}},[]);const St=m,cn=ge=>{const Se=ge.productType||"",$e=ge.description||"";if(Se==="balance_recharge")return{title:`余额充值 ¥${typeof ge.amount=="number"?ge.amount.toFixed(2):parseFloat(String(ge.amount||"0")).toFixed(2)}`,subtitle:"余额充值"};if(Se==="gift_pay")return{title:`代付 ¥${typeof ge.amount=="number"?ge.amount.toFixed(2):parseFloat(String(ge.amount||"0")).toFixed(2)}`,subtitle:"好友代付"};if(Se==="gift_pay_batch"){const Xe=typeof ge.amount=="number"?ge.amount.toFixed(2):parseFloat(String(ge.amount||"0")).toFixed(2);return{title:$e||`代付分享 ¥${Xe}`,subtitle:"代付分享"}}if(Se==="section"&&$e.includes("代付领取"))return{title:$e.replace("代付领取 - ",""),subtitle:"代付领取"};if($e){if(Se==="section"&&$e.includes("章节")){if($e.includes("-")){const Xe=$e.split("-");if(Xe.length>=3)return{title:`第${Xe[1]}章 第${Xe[2]}节`,subtitle:"《一场Soul的创业实验》"}}return{title:$e,subtitle:"章节购买"}}return Se==="fullbook"||$e.includes("全书")?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:Se==="vip"||$e.includes("VIP")?{title:"超级个体开通费用",subtitle:"超级个体"}:Se==="match"||$e.includes("伙伴")?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:$e,subtitle:Se==="section"?"单章":Se==="fullbook"?"全书":"其他"}}return Se==="section"?{title:`章节 ${ge.productId||""}`,subtitle:"单章购买"}:Se==="fullbook"?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:Se==="vip"?{title:"超级个体开通费用",subtitle:"超级个体"}:Se==="match"?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:"未知商品",subtitle:Se||"其他"}},xn=[{title:"总用户数",value:e?null:St,sub:null,icon:In,color:"text-blue-400",bg:"bg-blue-500/20",link:"/users"},{title:"总收入",value:e?null:`¥${(w??0).toFixed(2)}`,sub:I>0?`含代付 ¥${I.toFixed(2)}`:null,icon:Gh,color:"text-[#38bdac]",bg:"bg-[#38bdac]/20",link:"/orders"},{title:"订单数",value:e?null:y,sub:null,icon:Md,color:"text-purple-400",bg:"bg-purple-500/20",link:"/orders"},{title:"转化率",value:e?null:`${typeof S=="number"?S.toFixed(1):0}%`,sub:null,icon:Gs,color:"text-orange-400",bg:"bg-orange-500/20",link:"/distribution"},{title:"存客宝获客",value:re?re.ckbTotal??0:null,sub:(re==null?void 0:re.withContact)!=null?`含联系方式 ${re.withContact} 人`:null,icon:hc,color:"text-cyan-400",bg:"bg-cyan-500/20",link:"/users?tab=leads"},{title:"伙伴&推广协同",value:le?null:((ve==null?void 0:ve.totalMatches)??0)+((ke==null?void 0:ke.totalClicks)??0),sub:le?null:`找伙伴 ${(ve==null?void 0:ve.totalMatches)??0} / 推广 ${(ke==null?void 0:ke.totalClicks)??0}`,icon:rc,color:"text-emerald-400",bg:"bg-emerald-500/20",link:"/find-partner"}];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("h1",{className:"text-2xl font-bold mb-8 text-white",children:"数据概览"}),T&&s.jsxs("div",{className:"mb-6 px-4 py-3 rounded-lg bg-amber-500/20 border border-amber-500/50 text-amber-200 text-sm flex items-center justify-between",children:[s.jsx("span",{children:T}),s.jsx("button",{type:"button",onClick:()=>Rt(),className:"text-amber-400 hover:text-amber-300 underline",children:"重试"})]}),s.jsx("div",{className:"flex flex-nowrap gap-6 mb-8 overflow-x-auto pb-1",children:xn.map((ge,Se)=>s.jsxs(Oe,{className:"min-w-[220px] flex-1 bg-[#0f2137] border-gray-700/50 shadow-xl cursor-pointer hover:border-[#38bdac]/50 transition-colors group",onClick:()=>ge.link&&t(ge.link),children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsx(at,{className:"text-sm font-medium text-gray-400",children:ge.title}),s.jsx("div",{className:`p-2 rounded-lg ${ge.bg}`,children:s.jsx(ge.icon,{className:`w-4 h-4 ${ge.color}`})})]}),s.jsx(Le,{children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("div",{className:"text-2xl font-bold text-white min-h-8 flex items-center",children:ge.value!=null?ge.value:s.jsxs("span",{className:"inline-flex items-center gap-2 text-gray-500",children:[s.jsx(Fe,{className:"w-4 h-4 animate-spin"}),"加载中"]})}),ge.sub&&s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:ge.sub})]}),s.jsx(Xo,{className:"w-5 h-5 text-gray-600 group-hover:text-[#38bdac] transition-colors"})]})})]},Se))}),s.jsxs("div",{className:"flex gap-2 mb-6 mt-2",children:[s.jsx("button",{type:"button",onClick:()=>$("overview"),className:`px-5 py-2 rounded-lg text-sm font-medium transition-colors ${J==="overview"?"bg-[#38bdac] text-white":"bg-[#0f2137] text-gray-400 hover:text-white hover:bg-gray-700/50 border border-gray-700/50"}`,children:"数据概览"}),s.jsx("button",{type:"button",onClick:()=>$("tags"),className:`px-5 py-2 rounded-lg text-sm font-medium transition-colors ${J==="tags"?"bg-[#38bdac] text-white":"bg-[#0f2137] text-gray-400 hover:text-white hover:bg-gray-700/50 border border-gray-700/50"}`,children:"用户标签点击统计"}),s.jsx("button",{type:"button",onClick:()=>$("super"),className:`px-5 py-2 rounded-lg text-sm font-medium transition-colors ${J==="super"?"bg-[#38bdac] text-white":"bg-[#0f2137] text-gray-400 hover:text-white hover:bg-gray-700/50 border border-gray-700/50"}`,children:"超级个体统计"})]}),J==="overview"&&s.jsxs("div",{className:"space-y-8",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between",children:[s.jsx(at,{className:"text-white",children:"找伙伴 × 推广中心(共统计)"}),s.jsxs("button",{type:"button",onClick:()=>Rt(),disabled:le,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新共统计",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 ${le?"animate-spin":""}`}),"刷新"]})]}),s.jsxs(Le,{children:[le&&!ve&&!ke?s.jsxs("div",{className:"flex items-center justify-center py-10 text-gray-500",children:[s.jsx(Fe,{className:"w-6 h-6 animate-spin mr-2"}),s.jsx("span",{children:"加载中..."})]}):s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-6 gap-4",children:[s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"找伙伴总匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(ve==null?void 0:ve.totalMatches)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"找伙伴今日"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(ve==null?void 0:ve.todayMatches)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"找伙伴用户数"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(ve==null?void 0:ve.uniqueUsers)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"推广总点击"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(ke==null?void 0:ke.totalClicks)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"推广总绑定"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(ke==null?void 0:ke.totalBindings)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"推广总转化"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(ke==null?void 0:ke.totalConversions)??0})]})]}),(ke==null?void 0:ke.conversionRate)&&s.jsxs("p",{className:"text-xs text-gray-500 mt-3",children:["推广转化率:",ke.conversionRate]})]})]}),s.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-8",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between",children:[s.jsx(at,{className:"text-white",children:"最近订单"}),s.jsxs("button",{type:"button",onClick:()=>Rt(),disabled:r||i,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新",children:[r||i?s.jsx(Fe,{className:"w-3.5 h-3.5 animate-spin"}):s.jsx(Fe,{className:"w-3.5 h-3.5"}),"刷新"]})]}),s.jsx(Le,{children:s.jsx("div",{className:"space-y-3",children:r&&h.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[h.slice(0,Q?10:4).map(ge=>{var gt;const Se=ge.referrerId?c.find(L=>L.id===ge.referrerId):void 0,$e=ge.referralCode||(Se==null?void 0:Se.referralCode)||(Se==null?void 0:Se.nickname)||(ge.referrerId?String(ge.referrerId).slice(0,8):""),Xe=cn(ge),jt=ge.userNickname||((gt=c.find(L=>L.id===ge.userId))==null?void 0:gt.nickname)||"匿名用户";return s.jsxs("div",{className:"flex items-start justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30 hover:border-[#38bdac]/30 transition-colors",children:[s.jsxs("div",{className:"flex items-start gap-3 flex-1",children:[ge.userAvatar?s.jsx("img",{src:ge.userAvatar,alt:jt,className:"w-9 h-9 rounded-full object-cover shrink-0 mt-0.5",onError:L=>{L.currentTarget.style.display="none";const Me=L.currentTarget.nextElementSibling;Me&&Me.classList.remove("hidden")}}):null,s.jsx("div",{className:`w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] shrink-0 mt-0.5 ${ge.userAvatar?"hidden":""}`,children:jt.charAt(0)}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx("button",{type:"button",onClick:()=>{ge.userId&&(q(ge.userId),V(!0))},className:"text-sm text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:jt}),s.jsx("span",{className:"text-gray-600",children:"·"}),s.jsx("span",{className:"text-sm font-medium text-white truncate",title:Xe.title,children:Xe.title})]}),s.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500",children:[Xe.subtitle&&Xe.subtitle!=="章节购买"&&s.jsx("span",{className:"px-1.5 py-0.5 bg-gray-700/50 rounded",children:Xe.subtitle}),s.jsx("span",{children:new Date(ge.createdAt||0).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})]}),$e&&s.jsxs("p",{className:"text-xs text-gray-600 mt-1",children:["推荐: ",$e]})]})]}),s.jsxs("div",{className:"text-right ml-4 shrink-0",children:[s.jsxs("p",{className:"text-sm font-bold text-[#38bdac]",children:["+¥",Number(ge.amount).toFixed(2)]}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:ge.paymentMethod||"微信"})]})]},ge.id)}),h.length>4&&!Q&&s.jsx("button",{type:"button",onClick:()=>F(!0),className:"w-full py-2 text-sm text-[#38bdac] hover:text-[#2da396] border border-dashed border-gray-600 rounded-lg hover:border-[#38bdac]/50 transition-colors",children:"展开更多"}),h.length===0&&!r&&s.jsxs("div",{className:"text-center py-12",children:[s.jsx(Md,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无订单数据"})]})]})})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(rt,{children:s.jsx(at,{className:"text-white",children:"新注册用户"})}),s.jsx(Le,{children:s.jsx("div",{className:"space-y-3",children:i&&c.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[c.slice(0,5).map(ge=>{var Se;return s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:((Se=ge.nickname)==null?void 0:Se.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("button",{type:"button",onClick:()=>{q(ge.id),V(!0)},className:"text-sm font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:ge.nickname||"匿名用户"}),s.jsx("p",{className:"text-xs text-gray-500",children:ge.phone||"未绑定手机"})]})]}),s.jsx("p",{className:"text-xs text-gray-400",children:ge.createdAt?new Date(ge.createdAt).toLocaleDateString():"-"})]},ge.id)}),c.length===0&&!i&&s.jsx("p",{className:"text-gray-500 text-center py-8",children:"暂无用户数据"})]})})})]})]})]}),J==="tags"&&s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between",children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(rc,{className:"w-5 h-5 text-[#38bdac]"}),"分类标签点击统计"]}),s.jsx("div",{className:"flex items-center gap-2",children:["today","week","month","all"].map(ge=>s.jsx("button",{type:"button",onClick:()=>{U(ge),Tt(ge)},className:`px-3 py-1 text-xs rounded-full transition-colors ${_===ge?"bg-[#38bdac] text-white":"bg-gray-700/50 text-gray-400 hover:bg-gray-700"}`,children:{today:"今日",week:"本周",month:"本月",all:"全部"}[ge]},ge))})]}),s.jsx(Le,{children:me&&!H?s.jsxs("div",{className:"flex items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-6 h-6 animate-spin mr-2"}),s.jsx("span",{children:"加载中..."})]}):H&&Object.keys(H.byModule).length>0?s.jsxs("div",{className:"space-y-6",children:[s.jsxs("p",{className:"text-sm text-gray-400",children:["总点击 ",s.jsx("span",{className:"text-white font-bold text-lg",children:H.total})," 次"]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:Object.entries(H.byModule).sort((ge,Se)=>Se[1].reduce(($e,Xe)=>$e+Xe.count,0)-ge[1].reduce(($e,Xe)=>$e+Xe.count,0)).slice(0,5).map(([ge,Se])=>{const $e=Se.reduce((Xe,jt)=>Xe+jt.count,0);return s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("span",{className:"text-sm font-medium text-[#38bdac]",children:Tn[ge]||ge}),s.jsxs("span",{className:"text-xs text-gray-500",children:[$e," 次"]})]}),s.jsx("div",{className:"space-y-2",children:Se.sort((Xe,jt)=>jt.count-Xe.count).slice(0,8).map((Xe,jt)=>{const gt=On(Xe);return s.jsxs("div",{className:"flex items-center justify-between text-xs",children:[s.jsx("span",{className:"text-gray-300 truncate mr-2",title:gt,children:gt}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsx("div",{className:"w-16 h-1.5 bg-gray-700 rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac] rounded-full",style:{width:`${$e>0?Xe.count/$e*100:0}%`}})}),s.jsx("span",{className:"text-gray-400 w-8 text-right",children:Xe.count})]})]},jt)})})]},ge)})})]}):s.jsxs("div",{className:"text-center py-12",children:[s.jsx(rc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无点击数据"}),s.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"小程序端接入埋点后,数据将在此实时展示"})]})})]}),J==="super"&&s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between",children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(rc,{className:"w-5 h-5 text-amber-400"}),"超级个体点击统计"]}),s.jsxs(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300 h-8",onClick:$n,disabled:oe,children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1 ${oe?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Le,{children:oe&&D.length===0?s.jsxs("div",{className:"flex items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-6 h-6 animate-spin mr-2"}),s.jsx("span",{children:"加载中..."})]}):D.length>0?s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-xs text-gray-400 border-b border-gray-700/50",children:[s.jsx("th",{className:"text-left py-2 px-3 font-normal",children:"排名"}),s.jsx("th",{className:"text-left py-2 px-3 font-normal",children:"超级个体"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",children:"总点击"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",children:"独立访客"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",children:"人均点击"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",title:"该用户绑定 @人物 后,指向其 person 的留资独立人数",children:"获客(去重)"}),s.jsx("th",{className:"text-left py-2 px-3 font-normal",children:"手机号"})]})}),s.jsx("tbody",{children:D.map((ge,Se)=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-[#0a1628]/80",children:[s.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:Se+1}),s.jsx("td",{className:"py-2 px-3",children:s.jsxs("div",{className:"flex items-center gap-2",children:[ge.avatar?s.jsx("img",{src:ge.avatar,alt:"",className:"w-7 h-7 rounded-full object-cover"}):s.jsx("div",{className:"w-7 h-7 rounded-full bg-gray-700 flex items-center justify-center text-xs text-gray-400",children:"?"}),s.jsx("button",{type:"button",className:"text-amber-400 hover:text-amber-300 hover:underline text-left text-sm truncate max-w-[160px]",onClick:()=>t(`/users?search=${encodeURIComponent(ge.nickname||ge.userId)}`),title:"点击跳转用户管理",children:ge.nickname||ge.userId})]})}),s.jsx("td",{className:"py-2 px-3 text-center text-white font-bold",children:ge.clicks}),s.jsx("td",{className:"py-2 px-3 text-center text-[#38bdac]",children:ge.uniqueClicks}),s.jsx("td",{className:"py-2 px-3 text-center text-gray-400",children:ge.uniqueClicks>0?(ge.clicks/ge.uniqueClicks).toFixed(1):"-"}),s.jsx("td",{className:"py-2 px-3 text-center text-green-400 text-xs font-medium",children:typeof ge.leadCount=="number"?ge.leadCount:0}),s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs",children:ge.phone||"-"})]},ge.userId))})]})}):s.jsxs("div",{className:"text-center py-12",children:[s.jsx(rc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无超级个体点击数据"}),s.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"小程序首页的超级个体被用户点击后,数据将展示在此"})]})})]}),s.jsx(I0,{open:z,onClose:()=>{V(!1),q(null)},userId:O,onUserUpdated:()=>Rt()})]})}const ds=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{className:"relative w-full overflow-auto",children:s.jsx("table",{ref:n,className:Ut("w-full caption-bottom text-sm",t),...e})}));ds.displayName="Table";const us=b.forwardRef(({className:t,...e},n)=>s.jsx("thead",{ref:n,className:Ut("[&_tr]:border-b",t),...e}));us.displayName="TableHeader";const hs=b.forwardRef(({className:t,...e},n)=>s.jsx("tbody",{ref:n,className:Ut("[&_tr:last-child]:border-0",t),...e}));hs.displayName="TableBody";const ct=b.forwardRef(({className:t,...e},n)=>s.jsx("tr",{ref:n,className:Ut("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",t),...e}));ct.displayName="TableRow";const je=b.forwardRef(({className:t,...e},n)=>s.jsx("th",{ref:n,className:Ut("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",t),...e}));je.displayName="TableHead";const be=b.forwardRef(({className:t,...e},n)=>s.jsx("td",{ref:n,className:Ut("p-4 align-middle [&:has([role=checkbox])]:pr-0",t),...e}));be.displayName="TableCell";function ef(t,e){const[n,r]=b.useState(t);return b.useEffect(()=>{const a=setTimeout(()=>r(t),e);return()=>clearTimeout(a)},[t,e]),n}function qs({page:t,totalPages:e,total:n,pageSize:r,onPageChange:a,onPageSizeChange:i,pageSizeOptions:o=[10,20,50,100]}){return e<=1&&!i?null:s.jsxs("div",{className:"flex items-center justify-between gap-4 py-4 px-5 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-2 text-sm text-gray-400",children:[s.jsxs("span",{children:["共 ",n," 条"]}),i&&s.jsx("select",{value:r,onChange:c=>i(Number(c.target.value)),className:"bg-[#0f2137] border border-gray-600 rounded px-2 py-1 text-gray-300 text-sm",children:o.map(c=>s.jsxs("option",{value:c,children:[c," 条/页"]},c))})]}),e>1&&s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("button",{type:"button",onClick:()=>a(1),disabled:t<=1,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"首页"}),s.jsx("button",{type:"button",onClick:()=>a(t-1),disabled:t<=1,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"上一页"}),s.jsxs("span",{className:"px-3 py-1 text-gray-400 text-sm",children:[t," / ",e]}),s.jsx("button",{type:"button",onClick:()=>a(t+1),disabled:t>=e,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"下一页"}),s.jsx("button",{type:"button",onClick:()=>a(e),disabled:t>=e,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"末页"})]})]})}function WP(){const[t,e]=b.useState([]),[n,r]=b.useState([]),[a,i]=b.useState(0),[o,c]=b.useState(0),[u,h]=b.useState(0),[f,m]=b.useState(1),[x,y]=b.useState(10),[N,w]=b.useState(""),j=ef(N,300),[S,E]=b.useState("all"),[T,P]=b.useState(!0),[O,q]=b.useState(null),[z,V]=b.useState(null),[I,te]=b.useState(""),[Q,F]=b.useState(!1);async function re(){P(!0),q(null);try{const G=S==="all"?"":S==="completed"?"completed":S,_=new URLSearchParams({page:String(f),pageSize:String(x),...G&&{status:G},...j&&{search:j}}),[U,H]=await Promise.all([Pe(`/api/admin/orders?${_}`),Pe("/api/db/users?page=1&pageSize=500")]);U!=null&&U.success&&(e(U.orders||[]),i(U.total??0),c(U.totalRevenue??0),h(U.todayRevenue??0)),H!=null&&H.success&&H.users&&r(H.users)}catch(G){console.error("加载订单失败",G),q("加载订单失败,请检查网络后重试")}finally{P(!1)}}b.useEffect(()=>{m(1)},[j,S]),b.useEffect(()=>{re()},[f,x,j,S]);const ie=G=>{var _;return G.userNickname||((_=n.find(U=>U.id===G.userId))==null?void 0:_.nickname)||"匿名用户"},J=G=>{var _;return((_=n.find(U=>U.id===G))==null?void 0:_.phone)||"-"},$=G=>{const _=G.productType||G.type||"",U=G.description||"";if(_==="balance_recharge")return{name:`余额充值 ¥${Number(G.amount||0).toFixed(2)}`,type:"余额充值"};if(U){if(_==="section"&&(U.includes("章节")||U.includes("代付领取"))){if(U.includes("代付领取"))return{name:U.replace("代付领取 - ",""),type:"代付领取"};if(U.includes("-")){const H=U.split("-");if(H.length>=3)return{name:`第${H[1]}章 第${H[2]}节`,type:"《一场Soul的创业实验》"}}return{name:U,type:"章节购买"}}return _==="fullbook"||U.includes("全书")?{name:"《一场Soul的创业实验》",type:"全书购买"}:_==="vip"||U.includes("VIP")?{name:"超级个体开通费用",type:"超级个体"}:_==="match"||U.includes("伙伴")?{name:"找伙伴匹配",type:"功能服务"}:{name:U,type:"其他"}}return _==="section"?{name:`章节 ${G.productId||G.sectionId||""}`,type:"单章"}:_==="fullbook"?{name:"《一场Soul的创业实验》",type:"全书"}:_==="vip"?{name:"超级个体开通费用",type:"超级个体"}:_==="match"?{name:"找伙伴匹配",type:"功能"}:{name:"未知商品",type:_||"其他"}},D=Math.ceil(a/x)||1;async function R(){var G;if(!(!(z!=null&&z.orderSn)&&!(z!=null&&z.id))){F(!0),q(null);try{const _=await Gt("/api/admin/orders/refund",{orderSn:z.orderSn||z.id,reason:I||void 0});_!=null&&_.success?(V(null),te(""),re()):q((_==null?void 0:_.error)||"退款失败")}catch(_){const U=_;q(((G=U==null?void 0:U.data)==null?void 0:G.error)||"退款失败,请检查网络后重试")}finally{F(!1)}}}function oe(){if(t.length===0){se.info("暂无数据可导出");return}const G=["订单号","用户","手机号","商品","金额","支付方式","状态","退款原因","分销佣金","下单时间"],_=t.map(Y=>{const le=$(Y);return[Y.orderSn||Y.id||"",ie(Y),J(Y.userId),le.name,Number(Y.amount||0).toFixed(2),Y.paymentMethod==="wechat"?"微信支付":Y.paymentMethod==="balance"?"余额支付":Y.paymentMethod==="alipay"?"支付宝":Y.paymentMethod||"微信支付",Y.status==="refunded"?"已退款":Y.status==="paid"||Y.status==="completed"?"已完成":Y.status==="pending"||Y.status==="created"?"待支付":"已失败",Y.status==="refunded"&&Y.refundReason?Y.refundReason:"-",Y.referrerEarnings?Number(Y.referrerEarnings).toFixed(2):"-",Y.createdAt?new Date(Y.createdAt).toLocaleString("zh-CN"):""].join(",")}),U="\uFEFF"+[G.join(","),..._].join(` -`),H=new Blob([U],{type:"text/csv;charset=utf-8"}),K=URL.createObjectURL(H),me=document.createElement("a");me.href=K,me.download=`订单列表_${new Date().toISOString().slice(0,10)}.csv`,me.click(),URL.revokeObjectURL(K)}return s.jsxs("div",{className:"p-8 w-full",children:[O&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:O}),s.jsx("button",{type:"button",onClick:()=>q(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"订单管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",t.length," 笔订单"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs(X,{variant:"outline",onClick:re,disabled:T,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${T?"animate-spin":""}`}),"刷新"]}),s.jsxs("div",{className:"flex items-center gap-2 text-sm",children:[s.jsx("span",{className:"text-gray-400",children:"总收入:"}),s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",o.toFixed(2)]}),s.jsx("span",{className:"text-gray-600",children:"|"}),s.jsx("span",{className:"text-gray-400",children:"今日:"}),s.jsxs("span",{className:"text-[#FFD700] font-bold",children:["¥",u.toFixed(2)]})]})]})]}),s.jsxs("div",{className:"flex items-center gap-4 mb-6",children:[s.jsxs("div",{className:"relative flex-1 max-w-md",children:[s.jsx(va,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ce,{type:"text",placeholder:"搜索订单号/用户/章节...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500",value:N,onChange:G=>w(G.target.value)})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Ej,{className:"w-4 h-4 text-gray-400"}),s.jsxs("select",{value:S,onChange:G=>E(G.target.value),className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"created",children:"已创建"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]})]}),s.jsxs(X,{variant:"outline",onClick:oe,disabled:t.length===0,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(E5,{className:"w-4 h-4 mr-2"}),"导出 CSV"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:T?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"订单号"}),s.jsx(je,{className:"text-gray-400",children:"用户"}),s.jsx(je,{className:"text-gray-400",children:"商品"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"支付方式"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"退款原因"}),s.jsx(je,{className:"text-gray-400",children:"分销佣金"}),s.jsx(je,{className:"text-gray-400",children:"下单时间"}),s.jsx(je,{className:"text-gray-400",children:"操作"})]})}),s.jsxs(hs,{children:[t.map(G=>{const _=$(G);return s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsxs(be,{className:"font-mono text-xs text-gray-400",children:[(G.orderSn||G.id||"").slice(0,12),"..."]}),s.jsx(be,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[ie(G),G.paymentMethod==="gift_pay"&&s.jsx(Ve,{className:"bg-emerald-500/20 text-emerald-400 hover:bg-emerald-500/20 border-0 text-xs",children:"代付领取"}),G.payerUserId&&G.paymentMethod!=="gift_pay"&&s.jsx(Ve,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"代付"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:J(G.userId)}),G.payerUserId&&G.payerNickname&&s.jsxs("p",{className:"text-amber-400/80 text-xs mt-0.5",children:[G.paymentMethod==="gift_pay"?"赠送人:":"代付人:",G.payerNickname]})]})}),s.jsx(be,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[_.name,(G.productType||G.type)==="vip"&&s.jsx(Ve,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"超级个体"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:_.type})]})}),s.jsxs(be,{className:"text-[#38bdac] font-bold",children:["¥",Number(G.amount||0).toFixed(2)]}),s.jsx(be,{className:"text-gray-300",children:G.paymentMethod==="wechat"?"微信支付":G.paymentMethod==="balance"?"余额支付":G.paymentMethod==="alipay"?"支付宝":G.paymentMethod||"微信支付"}),s.jsx(be,{children:s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[G.status==="refunded"?s.jsx(Ve,{className:"bg-gray-500/20 text-gray-400 hover:bg-gray-500/20 border-0",children:"已退款"}):G.status==="paid"||G.status==="completed"?s.jsx(Ve,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"}):G.status==="pending"||G.status==="created"?s.jsx(Ve,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:"待支付"}):s.jsx(Ve,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已失败"}),(G.status==="paid"||G.status==="completed")&&(G.webhookPushStatus==="sent"?s.jsx(Ve,{className:"bg-emerald-500/20 text-emerald-300 hover:bg-emerald-500/20 border-0",children:"已推送"}):s.jsx(Ve,{className:"bg-orange-500/20 text-orange-300 hover:bg-orange-500/20 border-0",children:"待补推"}))]})}),s.jsx(be,{className:"text-gray-400 text-sm max-w-[120px] truncate",title:G.refundReason,children:G.status==="refunded"&&G.refundReason?G.refundReason:"-"}),s.jsx(be,{className:"text-[#FFD700]",children:G.referrerEarnings?`¥${Number(G.referrerEarnings).toFixed(2)}`:"-"}),s.jsx(be,{className:"text-gray-400 text-sm",children:new Date(G.createdAt).toLocaleString("zh-CN")}),s.jsx(be,{children:(G.status==="paid"||G.status==="completed")&&G.paymentMethod!=="balance"&&s.jsxs(X,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{V(G),te("")},children:[s.jsx(Ij,{className:"w-3 h-3 mr-1"}),"退款"]})})]},G.id)}),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:10,className:"text-center py-12 text-gray-500",children:"暂无订单数据"})})]})]}),s.jsx(qs,{page:f,totalPages:D,total:a,pageSize:x,onPageChange:m,onPageSizeChange:G=>{y(G),m(1)}})]})})}),s.jsx(Dt,{open:!!z,onOpenChange:G=>!G&&V(null),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:"订单退款"})}),z&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",z.orderSn||z.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",Number(z.amount||0).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:I,onChange:G=>te(G.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>V(null),disabled:Q,children:"取消"}),s.jsx(X,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:R,disabled:Q,children:Q?"退款中...":"确认退款"})]})]})})]})}const hl=b.forwardRef(({className:t,...e},n)=>s.jsx("textarea",{className:Ut("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",t),ref:n,...e}));hl.displayName="Textarea";const P1=["INTJ","INTP","ENTJ","ENTP","INFJ","INFP","ENFJ","ENFP","ISTJ","ISFJ","ESTJ","ESFJ","ISTP","ISFP","ESTP","ESFP"],Xk={INTJ:{title:"战略家",group:"NT",mood:"sharp"},INTP:{title:"逻辑学家",group:"NT",mood:"calm"},ENTJ:{title:"指挥官",group:"NT",mood:"sharp"},ENTP:{title:"辩论家",group:"NT",mood:"playful"},INFJ:{title:"提倡者",group:"NF",mood:"warm"},INFP:{title:"调停者",group:"NF",mood:"warm"},ENFJ:{title:"主人公",group:"NF",mood:"warm"},ENFP:{title:"竞选者",group:"NF",mood:"playful"},ISTJ:{title:"物流师",group:"SJ",mood:"calm"},ISFJ:{title:"守卫者",group:"SJ",mood:"warm"},ESTJ:{title:"总经理",group:"SJ",mood:"sharp"},ESFJ:{title:"执政官",group:"SJ",mood:"warm"},ISTP:{title:"鉴赏家",group:"SP",mood:"sharp"},ISFP:{title:"探险家",group:"SP",mood:"playful"},ESTP:{title:"企业家",group:"SP",mood:"playful"},ESFP:{title:"表演者",group:"SP",mood:"playful"}};function KP(t){switch(t){case"NT":return{bg:"#0d1424",body:"#c89a2c",accent:"#ffd66b",hair:"#6d540f",line:"#111827"};case"NF":return{bg:"#0a1721",body:"#2e9f7c",accent:"#84e9c9",hair:"#2d6a4f",line:"#11212a"};case"SJ":return{bg:"#101828",body:"#4f8cb8",accent:"#9bd4ff",hair:"#2e4a66",line:"#111f2d"};case"SP":return{bg:"#161225",body:"#8b6bc0",accent:"#ccb3ff",hair:"#574183",line:"#211832"};default:return{bg:"#0e1422",body:"#38bdac",accent:"#7ee7db",hair:"#1f6f66",line:"#10202d"}}}function qP(t){switch(t){case"sharp":return{eye:"M222 222 L242 220 M270 220 L290 222",brow:"M218 210 L244 202 M268 202 L294 210",mouth:"M234 256 Q256 246 278 256",tilt:-5};case"warm":return{eye:"M222 224 Q232 230 242 224 M270 224 Q280 230 290 224",brow:"M220 210 Q232 206 244 210 M268 210 Q280 206 292 210",mouth:"M232 254 Q256 272 280 254",tilt:2};case"playful":return{eye:"M222 224 Q232 236 242 224 M270 224 Q280 236 290 224",brow:"M220 210 Q234 200 246 208 M266 208 Q278 200 292 210",mouth:"M232 256 Q256 266 280 250",tilt:8};default:return{eye:"M222 224 Q232 220 242 224 M270 224 Q280 220 290 224",brow:"M220 210 Q232 208 244 210 M268 210 Q280 208 292 210",mouth:"M236 256 Q256 260 276 256",tilt:0}}}function GP(t){switch(t){case"sharp":return"M168 370 L206 300 L256 332 L306 300 L344 370 L306 392 L256 374 L206 392 Z";case"warm":return"M166 368 Q188 318 226 314 L256 340 L286 314 Q324 318 346 368 L314 392 Q286 404 256 396 Q226 404 198 392 Z";case"playful":return"M164 370 L198 304 L252 332 L318 300 L350 374 L316 394 L258 378 L196 396 Z";default:return"M166 370 L202 306 L256 336 L310 306 L346 370 L310 392 L256 380 L202 392 Z"}}function O1(t){const e=Xk[t],n=KP(e.group),r=qP(e.mood),a=GP(e.mood),i=` - - - - - - - - - - - - - - - - - - - - - - - - - -`;return`data:image/svg+xml;utf8,${encodeURIComponent(i)}`}function JP(){const[t,e]=b.useState({}),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useCallback(async()=>{r(!0);try{const x=await Pe("/api/admin/mbti-avatars");x!=null&&x.avatars?e(x.avatars):e({})}catch{se.error("加载 MBTI 头像配置失败")}finally{r(!1)}},[]);b.useEffect(()=>{u()},[u]);const h=async()=>{i(!0);try{const x=await Ct("/api/admin/mbti-avatars",{avatars:t});if(!x||x.success===!1){se.error((x==null?void 0:x.error)||"保存失败");return}se.success("已保存,后台与小程序默认头像同步生效"),u()}catch{se.error("保存失败")}finally{i(!1)}},f=x=>{const y=O1(x);e(N=>({...N,[x]:y})),se.success(`${x} 已生成`)},m=()=>{c(!0);try{const x={...t};P1.forEach(y=>{x[y]=O1(y)}),e(x),se.success("16 型头像已生成(仅人物)")}finally{c(!1)}};return n?s.jsxs("div",{className:"flex items-center justify-center py-16 text-gray-400",children:[s.jsx(Fe,{className:"w-5 h-5 mr-2 animate-spin text-[#38bdac]"}),"加载配置…"]}):s.jsxs("div",{className:"space-y-4",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-[#38bdac]/25 shadow-xl",children:[s.jsxs(rt,{className:"pb-2",children:[s.jsxs(at,{className:"text-white flex items-center gap-2 text-lg",children:[s.jsx(nA,{className:"w-5 h-5 text-[#38bdac]"}),"MBTI 头像库"]}),s.jsx(Kt,{className:"text-gray-400 text-sm leading-relaxed",children:"采用人物化风格,按 MBTI 性格自动生成。头像内不显示中英文,仅显示人物形象,颜色与站点主题融合。"})]}),s.jsxs(Le,{className:"flex flex-wrap gap-2",children:[s.jsxs(X,{type:"button",size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396]",onClick:m,disabled:o,children:[s.jsx(SA,{className:"w-3.5 h-3.5 mr-1"}),o?"生成中…":"一键生成16头像"]}),s.jsxs(X,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-300",onClick:u,children:[s.jsx(Fe,{className:"w-3.5 h-3.5 mr-1"}),"重新加载"]}),s.jsxs(X,{type:"button",size:"sm",className:"bg-emerald-600 hover:bg-emerald-500",onClick:h,disabled:a,children:[s.jsx(bn,{className:"w-3.5 h-3.5 mr-1"}),a?"保存中…":"保存映射"]})]})]}),s.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-3",children:P1.map(x=>{const y=t[x]??"",N=Xk[x];return s.jsxs("div",{className:"rounded-xl border border-gray-700/60 bg-[#0a1628] p-3 flex flex-col gap-2 hover:border-[#38bdac]/35 transition-colors",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Ve,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 font-mono text-xs",children:x}),s.jsx("span",{className:"text-xs text-gray-400 truncate",title:N.title,children:N.title})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-16 h-16 rounded-full shrink-0 overflow-hidden flex items-center justify-center bg-[#081322] ring-2 ring-[#38bdac]/40 ring-offset-2 ring-offset-[#0a1628]",children:y?s.jsx("img",{src:y,alt:x,className:"w-full h-full object-cover scale-110"}):s.jsx("span",{className:"text-gray-600 text-[10px]",children:"未配"})}),s.jsx("div",{className:"flex-1 min-w-0",children:s.jsx(ce,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"https://... 或 data:image/...",value:y,onChange:w=>e(j=>({...j,[x]:w.target.value}))})})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(X,{type:"button",size:"sm",variant:"outline",className:"h-7 text-[11px] border-[#38bdac]/40 text-[#38bdac]",onClick:()=>f(x),children:"生成这张"}),s.jsx(X,{type:"button",size:"sm",variant:"ghost",className:"h-7 text-[11px] text-gray-400",onClick:()=>e(w=>({...w,[x]:""})),children:"清空"})]})]},x)})})]})}const L1=[{value:"after_login",label:"注册/登录成功",group:"用户状态"},{value:"bind_phone",label:"绑定手机号",group:"用户状态"},{value:"update_avatar",label:"完善头像(非默认图,与昵称分开配置)",group:"用户状态"},{value:"update_nickname",label:"修改昵称(非默认微信昵称,与头像分开)",group:"用户状态"},{value:"fill_profile",label:"完善资料(MBTI/行业/职位,不含头像昵称)",group:"用户状态"},{value:"view_chapter",label:"浏览章节",group:"阅读行为"},{value:"browse_5_chapters",label:"累计浏览5个章节",group:"阅读行为"},{value:"purchase_section",label:"购买单章",group:"付费行为"},{value:"purchase_fullbook",label:"购买全书/VIP",group:"付费行为"},{value:"after_pay",label:"任意付款成功",group:"付费行为"},{value:"after_match",label:"完成派对匹配",group:"社交行为"},{value:"click_super_individual",label:"点击超级个体头像",group:"社交行为"},{value:"lead_submit",label:"提交留资/链接",group:"社交行为"},{value:"referral_bind",label:"被推荐人绑定",group:"分销行为"},{value:"share_action",label:"分享给好友/朋友圈",group:"分销行为"},{value:"withdraw_request",label:"申请提现",group:"分销行为"},{value:"add_wechat",label:"添加微信联系方式",group:"用户状态"}],D1=[{value:"popup",label:"弹窗提示",desc:"在小程序内弹窗引导用户完成下一步"},{value:"navigate",label:"跳转页面",desc:"引导用户跳转到指定页面"},{value:"webhook",label:"推送飞书群",desc:"触发后推送消息到飞书群Webhook"},{value:"tag",label:"自动打标签",desc:"触发后自动给用户打上指定标签"}];function Zk(t){if(Array.isArray(t))return t.filter(e=>typeof e=="string");if(typeof t=="string")try{const e=JSON.parse(t);if(Array.isArray(e))return e.filter(n=>typeof n=="string")}catch{try{const e=typeof atob=="function"?atob(t):"",n=JSON.parse(e);if(Array.isArray(n))return n.filter(r=>typeof r=="string")}catch{}}return[]}function QP(t){return{...t,triggerConditions:Zk(t.triggerConditions)}}const YP=[{level:"S",range:"≥85",label:"高价值"},{level:"A",range:"70–84",label:"优质"},{level:"B",range:"50–69",label:"中等"},{level:"C",range:"30–49",label:"潜力"},{level:"D",range:"<30",label:"待激活"}],tc=[{id:"register",label:"注册/登录",icon:"👤",color:"bg-blue-500/20 border-blue-500/40 text-blue-400",desc:"微信授权登录或手机号注册"},{id:"browse",label:"浏览章节",icon:"📖",color:"bg-purple-500/20 border-purple-500/40 text-purple-400",desc:"点击免费/付费章节预览"},{id:"bind_phone",label:"绑定手机",icon:"📱",color:"bg-cyan-500/20 border-cyan-500/40 text-cyan-400",desc:"触发付费章节后绑定手机"},{id:"first_pay",label:"首次付款",icon:"💳",color:"bg-green-500/20 border-green-500/40 text-green-400",desc:"购买单章或全书"},{id:"fill_profile",label:"完善资料",icon:"✍️",color:"bg-yellow-500/20 border-yellow-500/40 text-yellow-400",desc:"填写头像、MBTI、行业等"},{id:"match",label:"派对房匹配",icon:"🤝",color:"bg-orange-500/20 border-orange-500/40 text-orange-400",desc:"参与 Soul 派对房"},{id:"vip",label:"升级 VIP",icon:"👑",color:"bg-amber-500/20 border-amber-500/40 text-amber-400",desc:"付款 ¥1980 购买全书"},{id:"distribution",label:"开启分销",icon:"🔗",color:"bg-[#38bdac]/20 border-[#38bdac]/40 text-[#38bdac]",desc:"生成推广码并推荐好友"}];function _1(t){return confirm(`确定删除该${t}?此操作不可恢复。`)?window.prompt(`请输入「删除」以确认删除${t}`)==="删除":!1}function XP(){var Ei,zr,Mi,Va,Ha,$r,da;const[t,e]=x0(),n=t.get("pool"),r=t.get("tab")||"users",a=["users","journey","rules","vip-roles","leads"].includes(r)?r:"users",[i,o]=b.useState([]),[c,u]=b.useState(0),[h,f]=b.useState(1),[m,x]=b.useState(10),[y,N]=b.useState(""),w=ef(y,300),j=n==="vip"?"vip":n==="complete"?"complete":"all",[S,E]=b.useState(j),[T,P]=b.useState(!0),[O,q]=b.useState(!1),[z,V]=b.useState(null),[I,te]=b.useState(!1),[Q,F]=b.useState(!1),[re,ie]=b.useState("desc");b.useEffect(()=>{n==="vip"?E("vip"):n==="complete"?E("complete"):n==="all"&&E("all")},[n]);const[J,$]=b.useState(!1),[D,R]=b.useState(null),[oe,G]=b.useState(!1),[_,U]=b.useState(!1),[H,K]=b.useState({referrals:[],stats:{}}),[me,Y]=b.useState(!1),[le,de]=b.useState(null),[ve,ye]=b.useState(!1),[ke,ze]=b.useState(null),[ft,wt]=b.useState(!1),[dt,Rt]=b.useState({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),[Tt,Tn]=b.useState([]),[mn,Ft]=b.useState(!1),[qt,vn]=b.useState(!1),[On,$n]=b.useState(null),[St,cn]=b.useState({title:"",description:"",trigger:"",triggerConditions:[],actionType:"popup",sort:0,enabled:!0}),[xn,ge]=b.useState([]),[Se,$e]=b.useState(!1),[Xe,jt]=b.useState(null),[gt,L]=b.useState(null),[Me,pt]=b.useState({}),[Et,ht]=b.useState(!1),[tt,Pt]=b.useState(null),[Wt,en]=b.useState([]),[ts,Qs]=b.useState(!1),[bi,ea]=b.useState(null),[ta,Er]=b.useState(""),[Mr,Ar]=b.useState([]),[cr,dr]=b.useState(!1),[Ea,Ys]=b.useState({}),[Ss,Xs]=b.useState([]),[ur,Cs]=b.useState(0),[ae,xe]=b.useState(1),[Ue]=b.useState(20),[ut,Fn]=b.useState(!1),[Ps,Ma]=b.useState(null),[Aa,To]=b.useState(""),Zs=ef(Aa,300),[Ts,vi]=b.useState(""),[Mt,Bc]=b.useState({}),Ir=b.useCallback(async(v,A)=>{Fn(!0),Ma(null);try{const B=new URLSearchParams({mode:"contact",page:String(ae),pageSize:String(Ue)}),ue=v??Zs;ue&&B.set("search",ue);const Ne=A??Ts;Ne&&B.set("source",Ne);const De=await Pe(`/api/db/ckb-leads?${B}`);if(De!=null&&De.success)Xs(De.records||[]),Cs(De.total??0),De.stats&&Bc(De.stats);else{const it=(De==null?void 0:De.error)||"加载获客列表失败";Ma(it),se.error(it),Xs([]),Cs(0)}}catch(B){const ue=B instanceof Error?B.message:"网络错误";Ma(ue),se.error("加载获客列表失败: "+ue),Xs([]),Cs(0)}finally{Fn(!1)}},[ae,Ue,Zs,Ts]),Ni=b.useCallback(async()=>{try{const v=await Pe("/api/admin/mbti-avatars"),A=v!=null&&v.avatars&&typeof v.avatars=="object"?v.avatars:{};Ys(A)}catch{Ys({})}},[]);b.useEffect(()=>{t.get("tab")==="leads"&&Ir()},[t.get("tab"),ae,Ir]),b.useEffect(()=>{Ni()},[Ni]);const Rr=b.useCallback((v,A)=>{const B=(v||"").trim();if(B)return B;const ue=(A||"").trim().toUpperCase();return/^[EI][NS][FT][JP]$/.test(ue)?(Ea[ue]||"").trim():""},[Ea]),Vc=b.useCallback(v=>{const A=!!v.hasFullBook,B=Number(v.purchasedSectionCount||0);return A?{tone:"vip",main:"已购全书",sub:B>0?`另购单章 ${B} 章`:"购买项:VIP / 全书"}:B>0?{tone:"paid",main:`已购 ${B} 章`,sub:"购买项:章节"}:{tone:"free",main:"未购买",sub:""}},[]),[Ia,na]=b.useState(null),ns=b.useCallback(async()=>{try{const v=await Pe("/api/admin/users/online-stats");v!=null&&v.success&&typeof v.onlineCount=="number"?na(v.onlineCount):na(0)}catch{na(null)}},[]);b.useEffect(()=>{ns();const v=setInterval(ns,1e4);return()=>clearInterval(v)},[ns]);async function sa(v=!1){var A;P(!0),v&&q(!0),V(null);try{if(I){const B=new URLSearchParams({search:w,limit:String(m*5)}),ue=await Pe(`/api/db/users/rfm?${B}`);if(ue!=null&&ue.success){let Ne=ue.users||[];re==="asc"&&(Ne=[...Ne].reverse());const De=(h-1)*m;o(Ne.slice(De,De+m)),u(((A=ue.users)==null?void 0:A.length)??0),Ne.length===0&&(te(!1),V("暂无订单数据,RFM 排序需要用户有购买记录后才能生效"))}else te(!1),V((ue==null?void 0:ue.error)||"RFM 加载失败,已切回普通模式")}else{const B=new URLSearchParams({page:String(h),pageSize:String(m),search:w,...S==="vip"&&{vip:"true"},...S==="complete"&&{pool:"complete"}}),ue=await Pe(`/api/db/users?${B}`);ue!=null&&ue.success?(o(ue.users||[]),u(ue.total??0)):V((ue==null?void 0:ue.error)||"加载失败")}}catch(B){console.error("Load users error:",B),V("网络错误")}finally{P(!1),v&&q(!1)}}b.useEffect(()=>{f(1)},[w,S,I]),b.useEffect(()=>{sa()},[h,m,w,S,I,re]);const qn=Math.ceil(c/m)||1,Cl=()=>{I?re==="desc"?ie("asc"):(te(!1),ie("desc")):(te(!0),ie("desc"))},Pr=v=>({S:"bg-amber-500/20 text-amber-400",A:"bg-green-500/20 text-green-400",B:"bg-blue-500/20 text-blue-400",C:"bg-gray-500/20 text-gray-400",D:"bg-red-500/20 text-red-400"})[v||""]||"bg-gray-500/20 text-gray-400";async function Hc(v){var A;if(!_1("用户")){se.info("已取消删除");return}try{const B=await li(`/api/db/users?id=${encodeURIComponent(v)}`);B!=null&&B.success?(se.success("已删除"),sa()):se.error("删除失败: "+((B==null?void 0:B.error)||"未知错误"))}catch(B){const ue=B,Ne=((A=ue==null?void 0:ue.data)==null?void 0:A.error)||(ue==null?void 0:ue.message)||"网络错误";se.error("删除失败: "+Ne)}}const wi=v=>{R(v),Rt({phone:v.phone||"",nickname:v.nickname||"",password:"",isAdmin:!!(v.isAdmin??!1),hasFullBook:!!(v.hasFullBook??!1)}),$(!0)},Ra=()=>{R(null),Rt({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),$(!0)};async function ra(){if(!dt.phone||!dt.nickname){se.error("请填写手机号和昵称");return}G(!0);try{if(D){const v=await Gt("/api/db/users",{id:D.id,phone:dt.phone||void 0,nickname:dt.nickname,isAdmin:dt.isAdmin,hasFullBook:dt.hasFullBook,...dt.password&&{password:dt.password}});if(!(v!=null&&v.success)){se.error("更新失败: "+((v==null?void 0:v.error)||""));return}}else{const v=await Ct("/api/db/users",{phone:dt.phone,nickname:dt.nickname,password:dt.password,isAdmin:dt.isAdmin});if(!(v!=null&&v.success)){se.error("创建失败: "+((v==null?void 0:v.error)||""));return}}$(!1),sa()}catch{se.error("保存失败")}finally{G(!1)}}async function aa(v){de(v),U(!0),Y(!0);try{const A=await Pe(`/api/db/users/referrals?userId=${encodeURIComponent(v.id)}`);A!=null&&A.success?K({referrals:A.referrals||[],stats:A.stats||{}}):K({referrals:[],stats:{}})}catch{K({referrals:[],stats:{}})}finally{Y(!1)}}const ia=b.useCallback(async()=>{Ft(!0);try{const v=await Pe("/api/db/user-rules");v!=null&&v.success&&Tn((v.rules||[]).map(A=>QP(A)))}catch{}finally{Ft(!1)}},[]);async function ji(){if(!St.title){se.error("请填写规则标题");return}G(!0);try{if(On){const v=await Gt("/api/db/user-rules",{id:On.id,...St});if(!(v!=null&&v.success)){se.error("更新失败: "+((v==null?void 0:v.error)||""));return}}else{const v=await Ct("/api/db/user-rules",St);if(!(v!=null&&v.success)){se.error("创建失败: "+((v==null?void 0:v.error)||""));return}}vn(!1),ia()}catch{se.error("保存失败")}finally{G(!1)}}async function ki(v){if(!_1("规则")){se.info("已取消删除");return}try{const A=await li(`/api/db/user-rules?id=${v}`);A!=null&&A.success&&ia()}catch{}}async function Eo(v){try{await Gt("/api/db/user-rules",{id:v.id,enabled:!v.enabled}),ia()}catch{}}const Os=b.useCallback(async()=>{$e(!0);try{const v=await Pe("/api/db/vip-members?limit=500");if(v!=null&&v.success&&v.data){const A=[...v.data].map((B,ue)=>({...B,vipSort:typeof B.vipSort=="number"?B.vipSort:ue+1}));A.sort((B,ue)=>(B.vipSort??999999)-(ue.vipSort??999999)),ge(A)}else v&&v.error&&se.error(v.error)}catch{se.error("加载超级个体列表失败")}finally{$e(!1)}},[]),[En,Pa]=b.useState(!1),[Ls,kt]=b.useState(null),[oa,Ln]=b.useState(""),[hr,Mo]=b.useState(!1),[Tl,Oa]=b.useState(!1),[fr,la]=b.useState(null),[Ds,Bn]=b.useState(""),[Vn,Or]=b.useState(!1),ca=["创业者","资源整合者","技术达人","投资人","产品经理","流量操盘手"],ps=v=>{kt(v),Ln(v.vipRole||""),Pa(!0)},La=v=>{la(v),Bn((v.webhookUrl||"").trim()),Oa(!0)},Da=async v=>{const A=v.trim();if(Ls){if(!A){se.error("请选择或输入标签");return}Mo(!0);try{const B=await Gt("/api/db/users",{id:Ls.id,vipRole:A});if(!(B!=null&&B.success)){se.error((B==null?void 0:B.error)||"更新超级个体标签失败");return}se.success("已更新超级个体标签"),Pa(!1),kt(null),await Os()}catch{se.error("更新超级个体标签失败")}finally{Mo(!1)}}},_a=async()=>{if(!fr)return;const v=Ds.trim();if(v&&!/^https?:\/\//i.test(v)){se.error("Webhook 地址需以 http/https 开头");return}Or(!0);try{const A=await Gt("/api/db/vip-members/webhook",{userId:fr.id,webhookUrl:v});if(!(A!=null&&A.success)){se.error((A==null?void 0:A.error)||"保存飞书群 Webhook 失败");return}se.success(v?"已保存该超级个体的飞书群 Webhook":"已清空该超级个体的飞书群 Webhook"),Oa(!1),la(null),await Os()}catch{se.error("保存飞书群 Webhook 失败")}finally{Or(!1)}},[za,_s]=b.useState(!1),[er,zs]=b.useState(null),[El,Lr]=b.useState(""),[Dr,pr]=b.useState(!1),$a=v=>{zs(v),Lr(v.vipSort!=null?String(v.vipSort):""),_s(!0)},Uc=async()=>{if(!er)return;const v=Number(El);if(!Number.isFinite(v)){se.error("请输入有效的数字序号");return}pr(!0);try{const A=await Gt("/api/db/users",{id:er.id,vipSort:v});if(!(A!=null&&A.success)){se.error((A==null?void 0:A.error)||"更新排序序号失败");return}se.success("已更新排序序号"),_s(!1),zs(null),await Os()}catch{se.error("更新排序序号失败")}finally{pr(!1)}},Ml=(v,A)=>{v.dataTransfer.effectAllowed="move",v.dataTransfer.setData("text/plain",A),jt(A)},Fa=(v,A)=>{v.preventDefault(),gt!==A&&L(A)},Si=()=>{jt(null),L(null)},Ao=async(v,A)=>{v.preventDefault();const B=v.dataTransfer.getData("text/plain")||Xe;if(jt(null),L(null),!B||B===A)return;const ue=xn.find(Je=>Je.id===B),Ne=xn.find(Je=>Je.id===A);if(!ue||!Ne)return;const De=ue.vipSort??xn.findIndex(Je=>Je.id===B)+1,it=Ne.vipSort??xn.findIndex(Je=>Je.id===A)+1;ge(Je=>{const vt=[...Je],At=vt.findIndex(Wc=>Wc.id===B),dn=vt.findIndex(Wc=>Wc.id===A);if(At===-1||dn===-1)return Je;const un=[...vt],[Al,Ap]=[un[At],un[dn]];return un[At]={...Ap,vipSort:De},un[dn]={...Al,vipSort:it},un});try{const[Je,vt]=await Promise.all([Gt("/api/db/users",{id:B,vipSort:it}),Gt("/api/db/users",{id:A,vipSort:De})]);if(!(Je!=null&&Je.success)||!(vt!=null&&vt.success)){se.error((Je==null?void 0:Je.error)||(vt==null?void 0:vt.error)||"更新排序失败"),await Os();return}se.success("已更新排序"),await Os()}catch{se.error("更新排序失败"),await Os()}},Io=b.useCallback(async()=>{ht(!0);try{const v=await Pe("/api/db/users/journey-stats");v!=null&&v.success&&v.stats&&pt(v.stats)}catch{}finally{ht(!1)}},[]),mr=b.useCallback(async v=>{Pt(v),Qs(!0);try{const A=await Pe(`/api/db/users/journey-users?stage=${v}&limit=50`);A!=null&&A.success&&A.users&&en(A.users)}catch{}finally{Qs(!1)}},[]),Ro=b.useCallback(async(v,A)=>{ea(v),Er(A),dr(!0);try{const B=await Pe(`/api/db/users/tracks?userId=${v}&limit=50`);B!=null&&B.success&&B.tracks&&Ar(B.tracks)}catch{}finally{dr(!1)}},[]),[Ba,Po]=b.useState(!1),Ci=async()=>{Po(!0);try{const v=await Ct("/api/admin/shensheshou/batch-enrich",{limit:20});v!=null&&v.success?(se.success(`批量补全完成:${v.enriched} 人已补全,${v.skipped} 人跳过`),sa()):se.error((v==null?void 0:v.error)||"批量补全失败")}catch{se.error("批量补全请求失败")}finally{Po(!1)}},Ti=v=>{const A=[v.phone,v.nickname,v.avatar,v.wechatId,v.mbti,v.industry,v.region,v.position],B=A.filter(ue=>ue!=null&&ue!=="").length;return Math.round(B/A.length*100)},{leadsRows:Oo,leadsRawCount:ss,leadsDeduped:_r}=b.useMemo(()=>{const v=Je=>(Je||"").replace(/\D/g,"")||"",A=Je=>{const vt=v(Je.phone);if(vt)return`phone:${vt}`;const At=(Je.userId||"").trim();if(At)return`user:${At}`;const dn=(Je.wechatId||"").trim();return dn?`wechat:${dn}`:`row:${Je.id}`},B=Zs.trim().toLowerCase();let ue=Ss;B&&(ue=Ss.filter(Je=>[Je.userNickname,Je.name,Je.phone,Je.wechatId,Je.personName,Je.source,String(Je.ckbPlanId??"")].filter(Boolean).join(" ").toLowerCase().includes(B)));const Ne=[...ue].sort((Je,vt)=>{const At=Je.createdAt?new Date(Je.createdAt).getTime():0;return(vt.createdAt?new Date(vt.createdAt).getTime():0)-At}),De=new Set,it=[];for(const Je of Ne){const vt=A(Je);De.has(vt)||(De.add(vt),it.push(Je))}return{leadsRows:it,leadsRawCount:ue.length,leadsDeduped:ue.length-it.length}},[Ss,Zs]);return s.jsxs("div",{className:"p-8 w-full",children:[z&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:z}),s.jsx("button",{type:"button",onClick:()=>V(null),children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-start gap-6 mb-6 flex-wrap",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"用户管理"}),s.jsxs("p",{className:"text-gray-400 mt-1 text-sm",children:["共 ",c," 位注册用户",Ia!==null&&s.jsxs("span",{className:"text-[#38bdac] ml-1",children:["· 在线 ",Ia," 人"]}),I&&" · RFM 排序中"]})]}),s.jsx(Oe,{className:"shrink-0 w-full max-w-md border-[#38bdac]/35 bg-[#0f2137]/90",children:s.jsxs(Le,{className:"p-3 sm:p-4 space-y-3",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsxs("button",{type:"button",onClick:()=>F(v=>!v),className:"flex items-center gap-2 min-w-0 flex-1 text-left rounded-lg px-1 py-0.5 hover:bg-white/5 transition-colors","aria-expanded":Q,children:[s.jsx(Gh,{className:"w-5 h-5 text-[#38bdac] shrink-0"}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-sm font-semibold text-white",children:"算法配置"}),s.jsx("div",{className:"text-xs text-gray-500 truncate",children:Q?"RFM · Are you good(用户价值分层)":"RFM · 点击展开说明"})]}),Q?s.jsx(ag,{className:"w-4 h-4 text-gray-400 shrink-0"}):s.jsx(vc,{className:"w-4 h-4 text-gray-400 shrink-0"})]}),s.jsx(X,{type:"button",variant:"outline",size:"sm",onClick:Cl,className:"border-[#38bdac]/50 text-[#38bdac] hover:bg-[#38bdac]/10 bg-transparent shrink-0",children:I?re==="desc"?"RFM 降序":"RFM 升序":"按 RFM 排序"})]}),Q&&s.jsxs(s.Fragment,{children:[s.jsxs("p",{className:"text-xs text-gray-400 leading-relaxed",children:["综合分 0–100(六维度):最近消费 R(25%)+ 订单频次 F(20%)+ 累计金额 M(20%)+ 推荐人数(15%)+ 行为轨迹(10%)+ 资料完善(10%)。各维度在全量用户中归一化,与后端"," ",s.jsx("code",{className:"text-gray-500",children:"/api/db/users/rfm"})," 一致。"]}),s.jsx("div",{className:"flex flex-wrap gap-1.5",children:YP.map(({level:v,range:A,label:B})=>s.jsxs(Ve,{variant:"outline",className:`text-[10px] border-0 ${Pr(v)}`,children:[v," ",A," · ",B]},v))})]})]})})]}),s.jsxs(jc,{value:a,onValueChange:v=>{const A=new URLSearchParams(t);v==="users"?A.delete("tab"):A.set("tab",v),e(A)},className:"w-full",children:[s.jsxs(ul,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-6 flex-wrap h-auto gap-1",children:[s.jsxs(Qt,{value:"users",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",children:[s.jsx(In,{className:"w-4 h-4"})," 用户列表"]}),s.jsxs(Qt,{value:"leads",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:()=>Ir(),children:[s.jsx(hc,{className:"w-4 h-4"})," 获客列表"]}),s.jsxs(Qt,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Io,children:[s.jsx(qr,{className:"w-4 h-4"})," 用户旅程总览"]}),s.jsxs(Qt,{value:"rules",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:ia,children:[s.jsx(no,{className:"w-4 h-4"})," 规则配置"]}),s.jsxs(Qt,{value:"vip-roles",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Os,children:[s.jsx(pc,{className:"w-4 h-4"})," 超级个体列表"]})]}),s.jsxs(Yt,{value:"users",children:[s.jsxs("div",{className:"flex items-center gap-3 mb-4 justify-end flex-wrap",children:[s.jsxs(X,{variant:"outline",onClick:Ci,disabled:Ba,className:"border-purple-500/50 text-purple-400 hover:bg-purple-500/10 bg-transparent",title:"批量调用神射手补全有手机号用户的资料",children:[Ba?s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}):s.jsx(pi,{className:"w-4 h-4 mr-2"}),"批量补全"]}),s.jsxs(X,{variant:"outline",onClick:()=>sa(!0),disabled:O,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${O?"animate-spin":""}`})," 刷新"]}),s.jsxs("select",{value:S,onChange:v=>{const A=v.target.value;E(A),f(1),n&&(t.delete("pool"),e(t))},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",disabled:I,children:[s.jsx("option",{value:"all",children:"全部用户"}),s.jsx("option",{value:"vip",children:"VIP会员(超级个体)"}),s.jsx("option",{value:"complete",children:"完善资料用户"})]}),s.jsxs("div",{className:"relative",children:[s.jsx(va,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ce,{type:"text",placeholder:"搜索用户...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500 w-56",value:y,onChange:v=>N(v.target.value)})]}),s.jsxs(X,{onClick:Ra,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hc,{className:"w-4 h-4 mr-2"})," 添加用户"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:T?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"用户信息"}),s.jsx(je,{className:"text-gray-400",children:"绑定信息"}),s.jsx(je,{className:"text-gray-400",children:"购买状态"}),s.jsx(je,{className:"text-gray-400",children:"分销收益"}),s.jsxs(je,{className:"text-gray-400 cursor-pointer select-none",onClick:Cl,children:[s.jsxs("div",{className:"flex items-center gap-1 group",children:[s.jsx(Gh,{className:"w-3.5 h-3.5"}),s.jsx("span",{children:"RFM分值"}),I?re==="desc"?s.jsx(vc,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(ag,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(rx,{className:"w-3.5 h-3.5 text-gray-600 group-hover:text-gray-400"})]}),I&&s.jsx("div",{className:"text-[10px] text-[#38bdac] font-normal mt-0.5",children:"点击切换方向/关闭"})]}),s.jsx(je,{className:"text-gray-400",children:"资料完善"}),s.jsx(je,{className:"text-gray-400",children:"注册时间"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(hs,{children:[i.map(v=>{var A,B,ue;return s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[(()=>{var it;const Ne=Rr(v.avatar,v.mbti),De=((it=v.nickname)==null?void 0:it.charAt(0))||"?";return s.jsx("button",{type:"button",title:"点击管理 MBTI 默认头像库",onClick:()=>wt(!0),className:"w-10 h-10 shrink-0 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] overflow-hidden ring-1 ring-transparent hover:ring-[#38bdac]/60 transition",children:Ne?s.jsx("img",{src:Ne,className:"w-full h-full rounded-full object-cover",alt:"",onError:Je=>{var dn;const vt=Je.target;if(vt.style.display="none",vt.nextElementSibling)return;const At=document.createElement("span");At.textContent=De,(dn=vt.parentElement)==null||dn.appendChild(At)}}):De})})(),s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("button",{type:"button",onClick:()=>{ze(v.id),ye(!0)},className:"font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[120px]",children:v.nickname}),v.isAdmin&&s.jsx(Ve,{className:"bg-purple-500/20 text-purple-400 hover:bg-purple-500/20 border-0 text-xs",children:"管理员"}),v.openId&&!((A=v.id)!=null&&A.startsWith("user_"))&&s.jsx(Ve,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0 text-xs",children:"微信"})]}),s.jsxs("p",{className:"text-xs text-gray-500 font-mono truncate max-w-[140px]",title:v.id,children:[(B=v.id)==null?void 0:B.slice(0,16),(((ue=v.id)==null?void 0:ue.length)??0)>16?"…":""]})]})]})}),s.jsx(be,{children:s.jsxs("div",{className:"space-y-1",children:[v.phone&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"📱"}),s.jsx("span",{className:"text-gray-300",children:v.phone})]}),v.wechatId&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"💬"}),s.jsx("span",{className:"text-gray-300",children:v.wechatId})]}),!v.phone&&!v.wechatId&&s.jsx("span",{className:"text-gray-600 text-xs",children:"未绑定"})]})}),s.jsx(be,{children:(()=>{const Ne=Vc(v);return Ne.tone==="vip"?s.jsxs("div",{className:"space-y-1",children:[s.jsx(Ve,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0",children:Ne.main}),Ne.sub&&s.jsx("p",{className:"text-[11px] text-amber-300/80",children:Ne.sub})]}):Ne.tone==="paid"?s.jsxs("div",{className:"space-y-1",children:[s.jsx(Ve,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:Ne.main}),Ne.sub&&s.jsx("p",{className:"text-[11px] text-blue-300/80",children:Ne.sub})]}):s.jsx(Ve,{variant:"outline",className:"text-gray-500 border-gray-600",children:Ne.main})})()}),s.jsx(be,{children:s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"text-white font-medium",children:["¥",parseFloat(String(v.earnings||0)).toFixed(2)]}),parseFloat(String(v.pendingEarnings||0))>0&&s.jsxs("div",{className:"text-xs text-yellow-400",children:["待提现: ¥",parseFloat(String(v.pendingEarnings||0)).toFixed(2)]}),s.jsxs("div",{className:"text-xs text-[#38bdac] cursor-pointer hover:underline flex items-center gap-1",onClick:()=>aa(v),role:"button",tabIndex:0,onKeyDown:Ne=>Ne.key==="Enter"&&aa(v),children:[s.jsx(In,{className:"w-3 h-3"})," 绑定",v.referralCount||0,"人"]})]})}),s.jsx(be,{children:v.rfmScore!=null&&v.rfmScore!==void 0?s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{className:"text-white font-bold text-base",children:v.rfmScore}),s.jsx(Ve,{className:`border-0 text-xs ${Pr(v.rfmLevel)}`,children:v.rfmLevel})]}):s.jsx("span",{className:"text-gray-600 text-xs",children:"无订单"})}),s.jsx(be,{children:(()=>{const Ne=Ti(v),De=Ne>=75?"text-green-400":Ne>=50?"text-yellow-400":"text-gray-500";return s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:"w-12 h-1.5 bg-gray-700 rounded-full overflow-hidden",children:s.jsx("div",{className:`h-full rounded-full ${Ne>=75?"bg-green-500":Ne>=50?"bg-yellow-500":"bg-gray-500"}`,style:{width:`${Ne}%`}})}),s.jsxs("span",{className:`text-xs ${De}`,children:[Ne,"%"]})]})})()}),s.jsx(be,{className:"text-gray-400",children:v.createdAt?new Date(v.createdAt).toLocaleDateString():"-"}),s.jsx(be,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>{ze(v.id),ye(!0)},className:"text-gray-400 hover:text-blue-400 hover:bg-blue-400/10",title:"用户详情",children:s.jsx(qh,{className:"w-4 h-4"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>wi(v),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",title:"编辑用户",children:s.jsx(Jt,{className:"w-4 h-4"})}),s.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",onClick:()=>Hc(v.id),title:"删除",children:s.jsx(bs,{className:"w-4 h-4"})})]})})]},v.id)}),i.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无用户数据"})})]})]}),s.jsx(qs,{page:h,totalPages:qn,total:c,pageSize:m,onPageChange:f,onPageSizeChange:v=>{x(v),f(1)}})]})})})]}),s.jsxs(Yt,{value:"leads",children:[Ps&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:Ps}),s.jsx("button",{type:"button",className:"shrink-0 ml-2",onClick:()=>Ma(null),"aria-label":"关闭",children:"×"})]}),!ut&&s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-3 mb-4",children:[s.jsxs("div",{className:"p-3 bg-[#0f2137] border border-gray-700/50 rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs",children:"总留资条数"}),s.jsx("p",{className:"text-xl font-bold text-white",children:ur})]}),s.jsxs("div",{className:"p-3 bg-[#0f2137] border border-gray-700/50 rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs",children:"去重用户数(按 userId)"}),s.jsx("p",{className:"text-xl font-bold text-[#38bdac]",title:"后端 COUNT(DISTINCT user_id)",children:Mt.uniqueUsers??0})]}),(Mt.sourceStats&&Mt.sourceStats.length>0?Mt.sourceStats.slice(0,2):[]).map(v=>s.jsxs("div",{className:"p-3 bg-[#0f2137] border border-gray-700/50 rounded-lg",children:[s.jsxs("p",{className:"text-gray-500 text-xs",children:["来源:",v.source]}),s.jsx("p",{className:"text-xl font-bold text-purple-400",children:v.cnt})]},v.source))]}),s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-3 mb-4",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-2 flex-1 min-w-[200px]",children:[s.jsxs("div",{className:"relative flex-1 max-w-xs",children:[s.jsx(va,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ce,{placeholder:"搜索昵称/手机/微信/@人/来源…",value:Aa,onChange:v=>To(v.target.value),className:"pl-9 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"})]}),Mt.sourceStats&&Mt.sourceStats.length>0&&s.jsxs("select",{value:Ts,onChange:v=>{vi(v.target.value),xe(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部来源"}),Mt.sourceStats.map(v=>s.jsxs("option",{value:v.source,children:[v.source,"(",v.cnt,")"]},v.source))]}),s.jsxs("span",{className:"text-xs text-gray-500 whitespace-nowrap max-w-[min(100%,20rem)]",title:"同一页内:相同手机号或相同用户 ID(含微信侧标识)只保留最近一条",children:["本页 ",ss," 条",_r>0?` · 已合并 ${_r} 条重复`:""]})]}),s.jsxs(X,{variant:"outline",onClick:()=>Ir(),disabled:ut,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${ut?"animate-spin":""}`})," 刷新"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:ut?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"昵称"}),s.jsx(je,{className:"text-gray-400",children:"手机号"}),s.jsx(je,{className:"text-gray-400",children:"微信号"}),s.jsx(je,{className:"text-gray-400",children:"对应 @人"}),s.jsx(je,{className:"text-gray-400",children:"获客计划"}),s.jsx(je,{className:"text-gray-400",children:"来源"}),s.jsx(je,{className:"text-gray-400",children:"时间"})]})}),s.jsxs(hs,{children:[Oo.map(v=>s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{className:"text-gray-300",children:v.userNickname||v.name||"-"}),s.jsx(be,{className:"text-gray-300",children:v.phone||"-"}),s.jsx(be,{className:"text-gray-300",children:v.wechatId||"-"}),s.jsx(be,{className:"text-[#38bdac]",children:v.personName||"-"}),s.jsx(be,{className:"text-gray-400",children:v.ckbPlanId?`#${v.ckbPlanId}`:"-"}),s.jsx(be,{children:s.jsx(Ve,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:v.source||"未知"})}),s.jsx(be,{className:"text-gray-400",children:v.createdAt?new Date(v.createdAt).toLocaleString():"-"})]},v.id)),Oo.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:7,className:"p-0 align-top",children:s.jsxs("div",{className:"py-16 px-6 text-center border-t border-gray-700/40 bg-[#0a1628]/30",children:[s.jsx(hc,{className:"w-14 h-14 text-[#38bdac]/20 mx-auto mb-4","aria-hidden":!0}),s.jsx("p",{className:"text-gray-200 font-medium mb-1",children:"暂无获客线索"}),s.jsx("p",{className:"text-gray-500 text-sm mb-6 max-w-md mx-auto leading-relaxed",children:Zs.trim()||Ts?"当前搜索或来源筛选下没有匹配记录,可清空条件后重试。":"存客宝场景产生的手机号 / 微信留资会出现在此列表。请确认获客计划已开启,并有用户完成留资。"}),s.jsxs(X,{type:"button",variant:"outline",onClick:()=>Ir(),disabled:ut,className:"border-[#38bdac]/40 text-[#38bdac] hover:bg-[#38bdac]/10 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${ut?"animate-spin":""}`}),"重新加载"]})]})})})]})]}),s.jsx(qs,{page:ae,totalPages:Math.ceil(ur/Ue)||1,total:ur,pageSize:Ue,onPageChange:xe,onPageSizeChange:()=>{}})]})})})]}),s.jsxs(Yt,{value:"journey",children:[s.jsxs("div",{className:"flex items-center justify-between mb-5",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户从注册到 VIP 的完整行动路径,点击各阶段查看用户动态"}),s.jsxs(X,{variant:"outline",onClick:Io,disabled:Et,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${Et?"animate-spin":""}`})," 刷新数据"]})]}),s.jsxs("div",{className:"relative mb-8",children:[s.jsx("div",{className:"absolute top-16 left-0 right-0 h-0.5 bg-gradient-to-r from-blue-500/20 via-[#38bdac]/30 to-amber-500/20 mx-20"}),s.jsx("div",{className:"grid grid-cols-4 gap-4 lg:grid-cols-8",children:tc.map((v,A)=>s.jsxs("div",{className:"relative flex flex-col items-center",children:[s.jsxs("div",{className:`relative w-full p-3 rounded-xl border ${v.color} text-center cursor-pointer hover:opacity-80 transition-opacity ${tt===v.id?"ring-2 ring-[#38bdac]":""}`,onClick:()=>mr(v.id),title:`点击查看「${v.label}」阶段的用户`,children:[s.jsx("div",{className:"text-2xl mb-1",children:v.icon}),s.jsx("div",{className:`text-xs font-medium ${v.color.split(" ").find(B=>B.startsWith("text-"))}`,children:v.label}),Me[v.id]!==void 0&&s.jsxs("div",{className:"mt-1.5 text-xs text-gray-400",children:[s.jsx("span",{className:"font-bold text-white",children:Me[v.id]})," 人"]}),s.jsx("div",{className:"absolute -top-2.5 -left-2.5 w-5 h-5 rounded-full bg-[#0a1628] border border-gray-700 flex items-center justify-center text-[10px] text-gray-500",children:A+1})]}),As.jsxs("div",{className:"flex items-start gap-3 p-2 bg-[#0a1628] rounded",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs shrink-0 mt-0.5",children:v.step}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-300",children:v.action}),s.jsxs("p",{className:"text-gray-600 text-xs",children:["→ ",v.next]})]})]},v.step))})]}),s.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(Gs,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"行为锚点统计"}),s.jsx("span",{className:"text-gray-500 text-xs ml-auto",children:"实时更新"})]}),Et?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Object.keys(Me).length>0?s.jsx("div",{className:"space-y-2",children:tc.map(v=>{const A=Me[v.id]||0,B=Math.max(...tc.map(Ne=>Me[Ne.id]||0),1),ue=Math.round(A/B*100);return s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("span",{className:"text-gray-500 text-xs w-20 shrink-0",children:[v.icon," ",v.label]}),s.jsx("div",{className:"flex-1 h-2 bg-[#0a1628] rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac]/60 rounded-full transition-all",style:{width:`${ue}%`}})}),s.jsx("span",{className:"text-gray-400 text-xs w-10 text-right",children:A})]},v.id)})}):s.jsx("div",{className:"text-center py-8",children:s.jsx("p",{className:"text-gray-500 text-sm",children:"点击「刷新数据」加载统计"})})]})]}),tt&&s.jsxs("div",{className:"mt-6 bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(In,{className:"w-4 h-4 text-[#38bdac]"}),s.jsxs("span",{className:"text-white font-medium",children:[(Ei=tc.find(v=>v.id===tt))==null?void 0:Ei.icon," ",(zr=tc.find(v=>v.id===tt))==null?void 0:zr.label," 阶段用户"]}),s.jsxs(Ve,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-xs",children:[Wt.length," 人"]})]}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>Pt(null),className:"text-gray-400 hover:text-white",children:s.jsx(Yn,{className:"w-4 h-4"})})]}),ts?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Wt.length===0?s.jsx("p",{className:"text-gray-500 text-center py-6",children:"该阶段暂无用户"}):s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"昵称"}),s.jsx(je,{className:"text-gray-400",children:"手机号"}),s.jsx(je,{className:"text-gray-400",children:"注册时间"}),s.jsx(je,{className:"text-gray-400 text-right",children:"操作"})]})}),s.jsx(hs,{children:Wt.map(v=>s.jsxs(ct,{className:"border-gray-700/50 hover:bg-[#0a1628]",children:[s.jsx(be,{className:"text-white",children:v.nickname||"微信用户"}),s.jsx(be,{className:"text-gray-300",children:v.phone||"-"}),s.jsx(be,{className:"text-gray-400 text-xs",children:v.createdAt?new Date(v.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx(be,{className:"text-right",children:s.jsxs(X,{variant:"ghost",size:"sm",className:"text-[#38bdac] hover:bg-[#38bdac]/10",onClick:()=>Ro(v.id,v.nickname||"微信用户"),children:[s.jsx(qh,{className:"w-4 h-4 mr-1"})," 行为轨迹"]})})]},v.id))})]})]}),s.jsx(Dt,{open:!!bi,onOpenChange:v=>{v||ea(null)},children:s.jsxs(Lt,{className:"sm:max-w-[600px] bg-[#0f2137] border-gray-700 text-white max-h-[80vh] overflow-y-auto",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(qr,{className:"w-5 h-5 text-[#38bdac]"}),ta," 的行为轨迹"]})}),cr?s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):Mr.length===0?s.jsx("p",{className:"text-gray-500 text-center py-8",children:"该用户暂无行为记录"}):s.jsxs("div",{className:"relative pl-6 space-y-0",children:[s.jsx("div",{className:"absolute left-[11px] top-2 bottom-2 w-0.5 bg-gray-700"}),Mr.map((v,A)=>s.jsxs("div",{className:"relative flex items-start gap-3 py-2",children:[s.jsx("div",{className:"absolute left-[-13px] top-3 w-2.5 h-2.5 rounded-full bg-[#38bdac] border-2 border-[#0f2137] z-10"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("span",{className:"text-white text-sm font-medium",children:v.actionLabel}),v.module&&s.jsx(Ve,{className:"bg-purple-500/10 text-purple-400 border border-purple-500/30 text-[10px]",children:v.module})]}),(v.chapterTitle||v.target)&&s.jsx("p",{className:"text-gray-400 text-xs mt-0.5 truncate",children:v.chapterTitle||v.target}),s.jsxs("p",{className:"text-gray-600 text-[10px] mt-0.5",children:[v.timeAgo," · ",v.createdAt?new Date(v.createdAt).toLocaleString("zh-CN"):""]})]})]},v.id||A))]})]})})]}),s.jsxs(Yt,{value:"rules",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户旅程触达规则:各行为节点的触发条件与展示文案(偏利他说明,少用命令式)"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(X,{variant:"outline",onClick:ia,disabled:mn,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${mn?"animate-spin":""}`})," 刷新"]}),s.jsxs(X,{onClick:()=>{$n(null),cn({title:"",description:"",trigger:"",triggerConditions:[],actionType:"popup",sort:0,enabled:!0}),vn(!0)},className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(An,{className:"w-4 h-4 mr-2"})," 添加规则"]})]})]}),mn?s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):Tt.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(Gs,{className:"w-12 h-12 text-[#38bdac]/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"暂无规则(重启服务将自动写入10条默认规则)"}),s.jsxs(X,{onClick:ia,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Fe,{className:"w-4 h-4 mr-2"})," 重新加载"]})]}):s.jsx("div",{className:"space-y-2",children:Tt.map(v=>{var B;const A=Zk(v.triggerConditions);return s.jsxs("div",{className:`p-3 rounded-lg border transition-all ${v.enabled?"bg-[#0f2137] border-gray-700/50":"bg-[#0a1628]/50 border-gray-700/30 opacity-55"}`,children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-1 min-w-0",children:[s.jsxs("span",{className:"text-gray-600 text-xs font-mono w-5 shrink-0 text-right",children:["#",v.sort]}),s.jsx(Jt,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),s.jsx("span",{className:"text-white font-medium text-sm truncate",children:v.title}),v.trigger&&s.jsx(Ve,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-[10px] shrink-0",children:v.trigger}),A.length>0&&s.jsxs("div",{className:"flex flex-wrap gap-0.5 ml-1",children:[A.slice(0,3).map(ue=>{const Ne=L1.find(De=>De.value===ue);return s.jsx(Ve,{className:"bg-purple-500/10 text-purple-400 border border-purple-500/30 text-[9px]",children:(Ne==null?void 0:Ne.label)||ue},ue)}),A.length>3&&s.jsxs("span",{className:"text-gray-500 text-[9px]",children:["+",A.length-3]})]}),v.actionType&&v.actionType!=="popup"&&s.jsx(Ve,{className:"bg-amber-500/10 text-amber-400 border border-amber-500/30 text-[9px] shrink-0",children:((B=D1.find(ue=>ue.value===v.actionType))==null?void 0:B.label)||v.actionType})]}),s.jsxs("div",{className:"flex items-center gap-1.5 ml-3 shrink-0",children:[s.jsx($t,{checked:v.enabled,onCheckedChange:()=>Eo(v)}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>{$n(v),cn({title:v.title,description:v.description,trigger:v.trigger,triggerConditions:A,actionType:v.actionType||"popup",sort:v.sort,enabled:v.enabled}),vn(!0)},className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10 h-7 w-7 p-0",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>ki(v.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10 h-7 w-7 p-0",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]}),v.description&&s.jsxs("details",{className:"ml-[52px] mt-1",children:[s.jsxs("summary",{className:"text-gray-500 text-xs cursor-pointer hover:text-gray-400 select-none",children:["查看完整描述",s.jsxs("span",{className:"text-gray-600 ml-1",children:["(",v.description.length," 字,默认折叠)"]})]}),s.jsx("p",{className:"text-gray-400 text-sm mt-1 pl-1 border-l-2 border-gray-700 whitespace-pre-wrap",children:v.description})]})]},v.id)})})]}),s.jsxs(Yt,{value:"vip-roles",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"展示当前所有有效的超级个体(VIP 用户),用于检查会员信息与排序值。"}),s.jsx("p",{className:"text-xs text-[#38bdac]",children:"提示:按住任意一行即可拖拽排序,释放后将同步更新小程序展示顺序。"})]}),s.jsx("div",{className:"flex items-center gap-2",children:s.jsxs(X,{variant:"outline",onClick:Os,disabled:Se,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${Se?"animate-spin":""}`})," ","刷新"]})})]}),Se?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):xn.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(pc,{className:"w-12 h-12 text-amber-400/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"当前没有有效的超级个体用户。"})]}):s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400 w-12",children:"序号"}),s.jsx(je,{className:"text-gray-400",children:"成员"}),s.jsx(je,{className:"text-gray-400 min-w-40",children:"超级个体标签"}),s.jsx(je,{className:"text-gray-400 w-16 text-center",children:"头像点击"}),s.jsx(je,{className:"text-gray-400 w-16 text-center",children:"获客数"}),s.jsx(je,{className:"text-gray-400 w-20",children:"排序值"}),s.jsx(je,{className:"text-gray-400 w-36",children:"飞书群"}),s.jsx(je,{className:"text-gray-400 w-36 text-right",children:"操作"})]})}),s.jsx(hs,{children:xn.map((v,A)=>{var Ne;const B=Xe===v.id,ue=gt===v.id;return s.jsxs(ct,{draggable:!0,onDragStart:De=>Ml(De,v.id),onDragOver:De=>Fa(De,v.id),onDrop:De=>Ao(De,v.id),onDragEnd:Si,className:`border-gray-700/50 cursor-grab active:cursor-grabbing select-none ${B?"opacity-60":""} ${ue?"bg-[#38bdac]/10":""}`,children:[s.jsx(be,{className:"text-gray-300",children:A+1}),s.jsx(be,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[Rr(v.avatar,v.mbti)?s.jsx("img",{src:Rr(v.avatar,v.mbti),className:"w-8 h-8 rounded-full object-cover border border-amber-400/60",alt:"",onError:De=>{var Je,vt;De.target.style.display="none";const it=document.createElement("div");it.className="w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",it.textContent=((Je=v.name)==null?void 0:Je[0])||"创",(vt=De.target.parentElement)==null||vt.appendChild(it)}}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((Ne=v.name)==null?void 0:Ne[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:v.name})})]})}),s.jsx(be,{className:"text-gray-300 whitespace-nowrap",children:v.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置)"})}),s.jsx(be,{className:"text-center text-blue-400 text-xs font-mono",children:v.clickCount!=null?String(v.clickCount):"-"}),s.jsx(be,{className:"text-center text-green-400 text-xs font-mono",children:v.leadCount!=null?String(v.leadCount):"-"}),s.jsx(be,{className:"text-gray-300",children:v.vipSort??A+1}),s.jsx(be,{className:"text-xs",children:v.webhookUrl?s.jsx("span",{className:"text-[#38bdac] truncate block max-w-[180px]",title:v.webhookUrl,children:"已配置"}):s.jsx("span",{className:"text-gray-500",children:"未配置"})}),s.jsx(be,{className:"text-right text-xs text-gray-300",children:s.jsxs("div",{className:"inline-flex items-center gap-1.5",children:[s.jsx(X,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-amber-300 hover:text-amber-200",onClick:()=>ps(v),title:"设置超级个体标签",children:s.jsx(Ad,{className:"w-3.5 h-3.5"})}),s.jsx(X,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-[#38bdac] hover:text-[#5fe0cd]",onClick:()=>La(v),title:"编辑飞书群Webhook",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-sky-300 hover:text-sky-200",onClick:()=>$a(v),title:"设置排序序号",children:s.jsx(rx,{className:"w-3.5 h-3.5"})})]})})]},v.id)})})]})})})]})]}),s.jsx(Dt,{open:ft,onOpenChange:wt,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-6xl",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:"MBTI 默认头像库"})}),s.jsx(JP,{})]})}),s.jsx(Dt,{open:za,onOpenChange:v=>{_s(v),v||zs(null)},children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(rx,{className:"w-5 h-5 text-[#38bdac]"}),"设置排序 — ",er==null?void 0:er.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"排序序号(数字越小越靠前)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:1",value:El,onChange:v=>Lr(v.target.value)})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>_s(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:Uc,disabled:Dr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),Dr?"保存中...":"保存"]})]})]})}),s.jsx(Dt,{open:En,onOpenChange:v=>{Pa(v),v||kt(null)},children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(pc,{className:"w-5 h-5 text-amber-400"}),"设置超级个体标签 — ",Ls==null?void 0:Ls.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"选择或输入标签"}),s.jsx("div",{className:"flex flex-wrap gap-2",children:ca.map(v=>s.jsx(X,{variant:oa===v?"default":"outline",size:"sm",className:oa===v?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50",onClick:()=>Ln(v),children:v},v))}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"或手动输入"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:创业者、资源整合者等",value:oa,onChange:v=>Ln(v.target.value)})]})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>Pa(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:()=>Da(oa),disabled:hr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),hr?"保存中...":"保存"]})]})]})}),s.jsx(Dt,{open:Tl,onOpenChange:v=>{Oa(v),v||la(null)},children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-xl",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"设置飞书群 Webhook — ",fr==null?void 0:fr.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"VOX Webhook 地址(留空即清空)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"https://open.feishu.cn/open-apis/bot/v2/hook/...",value:Ds,onChange:v=>Bn(v.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"当用户点击该超级个体头像并提交链接时,线索将优先推送到这里配置的飞书群。"})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>Oa(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:_a,disabled:Vn,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),Vn?"保存中...":"保存"]})]})]})}),s.jsx(Dt,{open:J,onOpenChange:$,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[D?s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(hc,{className:"w-5 h-5 text-[#38bdac]"}),D?"编辑用户":"添加用户"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"手机号"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入手机号",value:dt.phone,onChange:v=>Rt({...dt,phone:v.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"昵称"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入昵称",value:dt.nickname,onChange:v=>Rt({...dt,nickname:v.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:D?"新密码 (留空则不修改)":"密码"}),s.jsx(ce,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:D?"留空则不修改":"请输入密码",value:dt.password,onChange:v=>Rt({...dt,password:v.target.value})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(ee,{className:"text-gray-300",children:"管理员权限"}),s.jsx($t,{checked:dt.isAdmin,onCheckedChange:v=>Rt({...dt,isAdmin:v})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(ee,{className:"text-gray-300",children:"已购全书"}),s.jsx($t,{checked:dt.hasFullBook,onCheckedChange:v=>Rt({...dt,hasFullBook:v})})]})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>$(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:ra,disabled:oe,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),oe?"保存中...":"保存"]})]})]})}),s.jsx(Dt,{open:qt,onOpenChange:vn,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[90vh] overflow-y-auto",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),On?"编辑规则":"添加规则"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"规则标题 *"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:匹配后填写头像、付款1980需填写信息",value:St.title,onChange:v=>cn({...St,title:v.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"规则描述"}),s.jsx(hl,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[60px] resize-none",placeholder:"弹窗内容/推送文案...",value:St.description,onChange:v=>cn({...St,description:v.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"触发条件(可多选)"}),s.jsx("div",{className:"space-y-2",children:["用户状态","阅读行为","付费行为","社交行为","分销行为"].map(v=>{const A=L1.filter(B=>B.group===v);return A.length===0?null:s.jsxs("div",{children:[s.jsx("p",{className:"text-[10px] text-gray-500 mb-1",children:v}),s.jsx("div",{className:"flex flex-wrap gap-1.5",children:A.map(B=>{const ue=(St.triggerConditions||[]).includes(B.value);return s.jsx("button",{type:"button",className:`px-2.5 py-1 rounded-md text-xs border transition-colors ${ue?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-[#0a1628] border-gray-700 text-gray-400 hover:border-gray-500"}`,onClick:()=>{const Ne=St.triggerConditions||[],De=ue?Ne.filter(it=>it!==B.value):[...Ne,B.value];cn({...St,triggerConditions:De})},children:B.label},B.value)})})]},v)})}),(St.triggerConditions||[]).length>0&&s.jsxs("p",{className:"text-[10px] text-[#38bdac]",children:["已选 ",(St.triggerConditions||[]).length," 个触发条件(满足任一即触发)"]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"兼容触发标识(旧版)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white text-xs h-8",placeholder:"与小程序一致:注册、完成付款、update_avatar、update_nickname 等",value:St.trigger,onChange:v=>cn({...St,trigger:v.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"推送动作"}),s.jsx("div",{className:"grid grid-cols-2 gap-2",children:D1.map(v=>s.jsxs("button",{type:"button",className:`p-2 rounded-lg border text-left transition-colors ${St.actionType===v.value?"bg-[#38bdac]/15 border-[#38bdac]/50":"bg-[#0a1628] border-gray-700 hover:border-gray-500"}`,onClick:()=>cn({...St,actionType:v.value}),children:[s.jsx("span",{className:`text-xs font-medium ${St.actionType===v.value?"text-[#38bdac]":"text-gray-300"}`,children:v.label}),s.jsx("p",{className:"text-[10px] text-gray-500 mt-0.5",children:v.desc})]},v.value))})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx("div",{children:s.jsx(ee,{className:"text-gray-300",children:"启用状态"})}),s.jsx($t,{checked:St.enabled,onCheckedChange:v=>cn({...St,enabled:v})})]})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>vn(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:ji,disabled:oe,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),oe?"保存中...":"保存"]})]})]})}),s.jsx(Dt,{open:_,onOpenChange:U,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[80vh] overflow-auto",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(In,{className:"w-5 h-5 text-[#38bdac]"}),"绑定关系 - ",le==null?void 0:le.nickname]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-4 gap-3",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-[#38bdac]",children:((Mi=H.stats)==null?void 0:Mi.total)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"绑定总数"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-green-400",children:((Va=H.stats)==null?void 0:Va.purchased)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"已付费"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-yellow-400",children:["¥",(((Ha=H.stats)==null?void 0:Ha.earnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"累计收益"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-orange-400",children:["¥",((($r=H.stats)==null?void 0:$r.pendingEarnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"待提现"})]})]}),me?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):(((da=H.referrals)==null?void 0:da.length)??0)>0?s.jsx("div",{className:"space-y-2 max-h-[300px] overflow-y-auto",children:(H.referrals??[]).map((v,A)=>{var ue;const B=v;return s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg p-3",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:((ue=B.nickname)==null?void 0:ue.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white text-sm",children:B.nickname}),s.jsx("div",{className:"text-xs text-gray-500",children:B.phone||(B.hasOpenId?"微信用户":"未绑定")})]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[B.status==="vip"&&s.jsx(Ve,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"全书已购"}),B.status==="paid"&&s.jsxs(Ve,{className:"bg-blue-500/20 text-blue-400 border-0 text-xs",children:["已付费",B.purchasedSections,"章"]}),B.status==="free"&&s.jsx(Ve,{className:"bg-gray-500/20 text-gray-400 border-0 text-xs",children:"未付费"}),s.jsx("span",{className:"text-xs text-gray-500",children:B.createdAt?new Date(B.createdAt).toLocaleDateString():""})]})]},B.id||A)})}):s.jsx("div",{className:"text-center py-8 text-gray-500",children:"暂无绑定用户"})]}),s.jsx(fn,{children:s.jsx(X,{variant:"outline",onClick:()=>U(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"关闭"})})]})}),s.jsx(I0,{open:ve,onClose:()=>ye(!1),userId:ke,onUserUpdated:sa})]})}function tf(t,[e,n]){return Math.min(n,Math.max(e,t))}var e2=["PageUp","PageDown"],t2=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],n2={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},Dc="Slider",[xg,ZP,e8]=T0(Dc),[s2]=No(Dc,[e8]),[t8,ip]=s2(Dc),r2=b.forwardRef((t,e)=>{const{name:n,min:r=0,max:a=100,step:i=1,orientation:o="horizontal",disabled:c=!1,minStepsBetweenThumbs:u=0,defaultValue:h=[r],value:f,onValueChange:m=()=>{},onValueCommit:x=()=>{},inverted:y=!1,form:N,...w}=t,j=b.useRef(new Set),S=b.useRef(0),T=o==="horizontal"?n8:s8,[P=[],O]=cl({prop:f,defaultProp:h,onChange:Q=>{var re;(re=[...j.current][S.current])==null||re.focus(),m(Q)}}),q=b.useRef(P);function z(Q){const F=l8(P,Q);te(Q,F)}function V(Q){te(Q,S.current)}function I(){const Q=q.current[S.current];P[S.current]!==Q&&x(P)}function te(Q,F,{commit:re}={commit:!1}){const ie=h8(i),J=f8(Math.round((Q-r)/i)*i+r,ie),$=tf(J,[r,a]);O((D=[])=>{const R=i8(D,$,F);if(u8(R,u*i)){S.current=R.indexOf($);const oe=String(R)!==String(D);return oe&&re&&x(R),oe?R:D}else return D})}return s.jsx(t8,{scope:t.__scopeSlider,name:n,disabled:c,min:r,max:a,valueIndexToChangeRef:S,thumbs:j.current,values:P,orientation:o,form:N,children:s.jsx(xg.Provider,{scope:t.__scopeSlider,children:s.jsx(xg.Slot,{scope:t.__scopeSlider,children:s.jsx(T,{"aria-disabled":c,"data-disabled":c?"":void 0,...w,ref:e,onPointerDown:mt(w.onPointerDown,()=>{c||(q.current=P)}),min:r,max:a,inverted:y,onSlideStart:c?void 0:z,onSlideMove:c?void 0:V,onSlideEnd:c?void 0:I,onHomeKeyDown:()=>!c&&te(r,0,{commit:!0}),onEndKeyDown:()=>!c&&te(a,P.length-1,{commit:!0}),onStepKeyDown:({event:Q,direction:F})=>{if(!c){const J=e2.includes(Q.key)||Q.shiftKey&&t2.includes(Q.key)?10:1,$=S.current,D=P[$],R=i*J*F;te(D+R,$,{commit:!0})}}})})})})});r2.displayName=Dc;var[a2,i2]=s2(Dc,{startEdge:"left",endEdge:"right",size:"width",direction:1}),n8=b.forwardRef((t,e)=>{const{min:n,max:r,dir:a,inverted:i,onSlideStart:o,onSlideMove:c,onSlideEnd:u,onStepKeyDown:h,...f}=t,[m,x]=b.useState(null),y=Ht(e,T=>x(T)),N=b.useRef(void 0),w=sp(a),j=w==="ltr",S=j&&!i||!j&&i;function E(T){const P=N.current||m.getBoundingClientRect(),O=[0,P.width],z=R0(O,S?[n,r]:[r,n]);return N.current=P,z(T-P.left)}return s.jsx(a2,{scope:t.__scopeSlider,startEdge:S?"left":"right",endEdge:S?"right":"left",direction:S?1:-1,size:"width",children:s.jsx(o2,{dir:w,"data-orientation":"horizontal",...f,ref:y,style:{...f.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:T=>{const P=E(T.clientX);o==null||o(P)},onSlideMove:T=>{const P=E(T.clientX);c==null||c(P)},onSlideEnd:()=>{N.current=void 0,u==null||u()},onStepKeyDown:T=>{const O=n2[S?"from-left":"from-right"].includes(T.key);h==null||h({event:T,direction:O?-1:1})}})})}),s8=b.forwardRef((t,e)=>{const{min:n,max:r,inverted:a,onSlideStart:i,onSlideMove:o,onSlideEnd:c,onStepKeyDown:u,...h}=t,f=b.useRef(null),m=Ht(e,f),x=b.useRef(void 0),y=!a;function N(w){const j=x.current||f.current.getBoundingClientRect(),S=[0,j.height],T=R0(S,y?[r,n]:[n,r]);return x.current=j,T(w-j.top)}return s.jsx(a2,{scope:t.__scopeSlider,startEdge:y?"bottom":"top",endEdge:y?"top":"bottom",size:"height",direction:y?1:-1,children:s.jsx(o2,{"data-orientation":"vertical",...h,ref:m,style:{...h.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:w=>{const j=N(w.clientY);i==null||i(j)},onSlideMove:w=>{const j=N(w.clientY);o==null||o(j)},onSlideEnd:()=>{x.current=void 0,c==null||c()},onStepKeyDown:w=>{const S=n2[y?"from-bottom":"from-top"].includes(w.key);u==null||u({event:w,direction:S?-1:1})}})})}),o2=b.forwardRef((t,e)=>{const{__scopeSlider:n,onSlideStart:r,onSlideMove:a,onSlideEnd:i,onHomeKeyDown:o,onEndKeyDown:c,onStepKeyDown:u,...h}=t,f=ip(Dc,n);return s.jsx(bt.span,{...h,ref:e,onKeyDown:mt(t.onKeyDown,m=>{m.key==="Home"?(o(m),m.preventDefault()):m.key==="End"?(c(m),m.preventDefault()):e2.concat(t2).includes(m.key)&&(u(m),m.preventDefault())}),onPointerDown:mt(t.onPointerDown,m=>{const x=m.target;x.setPointerCapture(m.pointerId),m.preventDefault(),f.thumbs.has(x)?x.focus():r(m)}),onPointerMove:mt(t.onPointerMove,m=>{m.target.hasPointerCapture(m.pointerId)&&a(m)}),onPointerUp:mt(t.onPointerUp,m=>{const x=m.target;x.hasPointerCapture(m.pointerId)&&(x.releasePointerCapture(m.pointerId),i(m))})})}),l2="SliderTrack",c2=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=ip(l2,n);return s.jsx(bt.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...r,ref:e})});c2.displayName=l2;var gg="SliderRange",d2=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=ip(gg,n),i=i2(gg,n),o=b.useRef(null),c=Ht(e,o),u=a.values.length,h=a.values.map(x=>f2(x,a.min,a.max)),f=u>1?Math.min(...h):0,m=100-Math.max(...h);return s.jsx(bt.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...r,ref:c,style:{...t.style,[i.startEdge]:f+"%",[i.endEdge]:m+"%"}})});d2.displayName=gg;var yg="SliderThumb",u2=b.forwardRef((t,e)=>{const n=ZP(t.__scopeSlider),[r,a]=b.useState(null),i=Ht(e,c=>a(c)),o=b.useMemo(()=>r?n().findIndex(c=>c.ref.current===r):-1,[n,r]);return s.jsx(r8,{...t,ref:i,index:o})}),r8=b.forwardRef((t,e)=>{const{__scopeSlider:n,index:r,name:a,...i}=t,o=ip(yg,n),c=i2(yg,n),[u,h]=b.useState(null),f=Ht(e,E=>h(E)),m=u?o.form||!!u.closest("form"):!0,x=A0(u),y=o.values[r],N=y===void 0?0:f2(y,o.min,o.max),w=o8(r,o.values.length),j=x==null?void 0:x[c.size],S=j?c8(j,N,c.direction):0;return b.useEffect(()=>{if(u)return o.thumbs.add(u),()=>{o.thumbs.delete(u)}},[u,o.thumbs]),s.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${N}% + ${S}px)`},children:[s.jsx(xg.ItemSlot,{scope:t.__scopeSlider,children:s.jsx(bt.span,{role:"slider","aria-label":t["aria-label"]||w,"aria-valuemin":o.min,"aria-valuenow":y,"aria-valuemax":o.max,"aria-orientation":o.orientation,"data-orientation":o.orientation,"data-disabled":o.disabled?"":void 0,tabIndex:o.disabled?void 0:0,...i,ref:f,style:y===void 0?{display:"none"}:t.style,onFocus:mt(t.onFocus,()=>{o.valueIndexToChangeRef.current=r})})}),m&&s.jsx(h2,{name:a??(o.name?o.name+(o.values.length>1?"[]":""):void 0),form:o.form,value:y},r)]})});u2.displayName=yg;var a8="RadioBubbleInput",h2=b.forwardRef(({__scopeSlider:t,value:e,...n},r)=>{const a=b.useRef(null),i=Ht(a,r),o=M0(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("input",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(bt.input,{style:{display:"none"},...n,ref:i,defaultValue:e})});h2.displayName=a8;function i8(t=[],e,n){const r=[...t];return r[n]=e,r.sort((a,i)=>a-i)}function f2(t,e,n){const i=100/(n-e)*(t-e);return tf(i,[0,100])}function o8(t,e){return e>2?`Value ${t+1} of ${e}`:e===2?["Minimum","Maximum"][t]:void 0}function l8(t,e){if(t.length===1)return 0;const n=t.map(a=>Math.abs(a-e)),r=Math.min(...n);return n.indexOf(r)}function c8(t,e,n){const r=t/2,i=R0([0,50],[0,r]);return(r-i(e)*n)*n}function d8(t){return t.slice(0,-1).map((e,n)=>t[n+1]-e)}function u8(t,e){if(e>0){const n=d8(t);return Math.min(...n)>=e}return!0}function R0(t,e){return n=>{if(t[0]===t[1]||e[0]===e[1])return e[0];const r=(e[1]-e[0])/(t[1]-t[0]);return e[0]+r*(n-t[0])}}function h8(t){return(String(t).split(".")[1]||"").length}function f8(t,e){const n=Math.pow(10,e);return Math.round(t*n)/n}var p8=r2,m8=c2,x8=d2,g8=u2;function y8({className:t,defaultValue:e,value:n,min:r=0,max:a=100,...i}){const o=b.useMemo(()=>Array.isArray(n)?n:Array.isArray(e)?e:[r,a],[n,e,r,a]);return s.jsxs(p8,{defaultValue:e,value:n,min:r,max:a,className:Ut("relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50",t),...i,children:[s.jsx(m8,{className:"bg-gray-600 relative grow overflow-hidden rounded-full h-1.5 w-full",children:s.jsx(x8,{className:"bg-[#38bdac] absolute h-full rounded-full"})}),Array.from({length:o.length},(c,u)=>s.jsx(g8,{className:"block size-4 shrink-0 rounded-full border-2 border-[#38bdac] bg-white shadow-sm focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"},u))]})}const b8={distributorShare:90,minWithdrawAmount:10,bindingDays:30,userDiscount:5,withdrawFee:5,enableAutoWithdraw:!1,vipOrderShareVip:20,vipOrderShareNonVip:10};function p2(t){const e=!!(t!=null&&t.embedded),[n,r]=b.useState(b8),[a,i]=b.useState(!0),[o,c]=b.useState(!1);b.useEffect(()=>{Pe("/api/admin/referral-settings").then(f=>{const m=f==null?void 0:f.data;m&&typeof m=="object"&&r({distributorShare:m.distributorShare??90,minWithdrawAmount:m.minWithdrawAmount??10,bindingDays:m.bindingDays??30,userDiscount:m.userDiscount??5,withdrawFee:m.withdrawFee??5,enableAutoWithdraw:m.enableAutoWithdraw??!1,vipOrderShareVip:m.vipOrderShareVip??20,vipOrderShareNonVip:m.vipOrderShareNonVip??10})}).catch(console.error).finally(()=>i(!1))},[]);const u=async()=>{c(!0);try{const f={distributorShare:Number(n.distributorShare)||0,minWithdrawAmount:Number(n.minWithdrawAmount)||0,bindingDays:Number(n.bindingDays)||0,userDiscount:Number(n.userDiscount)||0,withdrawFee:Number(n.withdrawFee)??5,enableAutoWithdraw:!!n.enableAutoWithdraw,vipOrderShareVip:Number(n.vipOrderShareVip)||20,vipOrderShareNonVip:Number(n.vipOrderShareNonVip)||10},m=await Ct("/api/admin/referral-settings",f);if(!m||m.success===!1){se.error("保存失败: "+(m&&typeof m=="object"&&"error"in m?m.error:""));return}se.success(`✅ 分销配置已保存成功! - -• 小程序与网站的推广规则会一起生效 -• 绑定关系会使用新的天数配置 -• 佣金比例会立即应用到新订单 - -如有缓存,请刷新前台/小程序页面。`)}catch(f){console.error(f),se.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{c(!1)}},h=f=>m=>{const x=parseFloat(m.target.value||"0");r(y=>({...y,[f]:isNaN(x)?0:x}))};return a?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:e?"p-4 w-full":"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Nc,{className:"w-5 h-5 text-[#38bdac]"}),"推广 / 分销设置"]}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["统一管理「好友优惠」「你得 90% 收益」「绑定期 30 天」「提现门槛」等规则,小程序和 Web 共用这套配置(与系统设置中的「推广功能」开关配合:开关在"," ",s.jsx(bc,{to:"/settings",className:"text-[#38bdac] underline hover:text-[#5ee0d1]",children:"系统设置 → 功能开关"}),")。"]})]}),s.jsxs(X,{onClick:u,disabled:o||a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),o?"保存中...":"保存配置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"flex items-center gap-2 text-white",children:[s.jsx(PM,{className:"w-4 h-4 text-[#38bdac]"}),"推广规则"]}),s.jsx(Kt,{className:"text-gray-400",children:"这三项会直接体现在小程序「推广规则」卡片上,同时影响实收佣金计算。"})]}),s.jsx(Le,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ch,{className:"w-3 h-3 text-[#38bdac]"}),"好友优惠(%)"]}),s.jsx(ce,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:n.userDiscount,onChange:h("userDiscount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"例如 5 表示好友立减 5%(在价格配置基础上生效)。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(In,{className:"w-3 h-3 text-[#38bdac]"}),"推广者分成(%)"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx(y8,{className:"flex-1",min:10,max:100,step:1,value:[n.distributorShare],onValueChange:([f])=>r(m=>({...m,distributorShare:f}))}),s.jsx(ce,{type:"number",min:0,max:100,className:"w-20 bg-[#0a1628] border-gray-700 text-white text-center",value:n.distributorShare,onChange:h("distributorShare")})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["内容订单佣金 = 订单金额 ×"," ",s.jsxs("span",{className:"text-[#38bdac] font-mono",children:[n.distributorShare,"%"]}),";会员订单见下方。"]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ch,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者是会员 %)"]}),s.jsx(ce,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:n.vipOrderShareVip,onChange:h("vipOrderShareVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者已是会员时,会员订单佣金比例,默认 20%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ch,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者非会员 %)"]}),s.jsx(ce,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:n.vipOrderShareNonVip,onChange:h("vipOrderShareNonVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者非会员时,会员订单佣金比例,默认 10%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(In,{className:"w-3 h-3 text-[#38bdac]"}),"绑定有效期(天)"]}),s.jsx(ce,{type:"number",min:1,max:365,className:"bg-[#0a1628] border-gray-700 text-white",value:n.bindingDays,onChange:h("bindingDays")}),s.jsx("p",{className:"text-xs text-gray-500",children:"好友通过你的链接进来并登录后,绑定在你名下的天数。"})]})]})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"flex items-center gap-2 text-white",children:[s.jsx(Nc,{className:"w-4 h-4 text-[#38bdac]"}),"提现规则"]}),s.jsx(Kt,{className:"text-gray-400",children:"与「提现中心」「自动提现」相关的参数,影响推广者看到的可提现金额和最低门槛。"})]}),s.jsx(Le,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"最低提现金额(元)"}),s.jsx(ce,{type:"number",min:0,step:1,className:"bg-[#0a1628] border-gray-700 text-white",value:n.minWithdrawAmount,onChange:h("minWithdrawAmount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序「满 X 元可提现」展示的门槛,同时用于后端接口校验。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"提现手续费(%)"}),s.jsx(ce,{type:"number",min:0,max:100,step:.5,className:"bg-[#0a1628] border-gray-700 text-white",value:n.withdrawFee,onChange:h("withdrawFee")}),s.jsx("p",{className:"text-xs text-gray-500",children:"批准提现时按此比例扣除后打款,如 5 表示申请 100 元实际到账 95 元。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:["自动提现开关",s.jsx(Ve,{variant:"outline",className:"border-[#38bdac]/40 text-[#38bdac] text-[10px]",children:"预留"})]}),s.jsxs("div",{className:"flex items-center gap-3 mt-1",children:[s.jsx($t,{checked:n.enableAutoWithdraw,onCheckedChange:f=>r(m=>({...m,enableAutoWithdraw:f}))}),s.jsx("span",{className:"text-sm text-gray-400",children:"开启后,可结合定时任务实现「收益自动打款到微信零钱」。"})]})]})]})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(rt,{children:s.jsxs(at,{className:"flex items-center gap-2 text-gray-200 text-sm",children:[s.jsx(ch,{className:"w-4 h-4 text-[#38bdac]"}),"使用说明"]})}),s.jsxs(Le,{className:"space-y-2 text-xs text-gray-400 leading-relaxed",children:[s.jsxs("p",{children:["1. 以上配置会写入"," ",s.jsx("code",{className:"font-mono text-[11px] text-[#38bdac]",children:"system_config.referral_config"}),",小程序「推广中心」、Web 推广页以及支付回调都会读取同一份配置。"]}),s.jsx("p",{children:"2. 修改后新订单立即生效;旧订单的历史佣金不会自动重算,只影响之后产生的订单。"}),s.jsx("p",{children:"3. 如遇前端展示与实际结算不一致,优先以此处配置为准,再排查缓存和小程序版本。"})]})]})]})]})}function v8(){const[t]=x0(),[e,n]=b.useState("overview"),[r,a]=b.useState("orders"),[i,o]=b.useState([]),[c,u]=b.useState(null),[h,f]=b.useState([]),[m,x]=b.useState([]),[y,N]=b.useState([]),[w,j]=b.useState(!0),[S,E]=b.useState(null),[T,P]=b.useState(""),[O,q]=b.useState("all"),[z,V]=b.useState(1),[I,te]=b.useState(10),[Q,F]=b.useState(0),[re,ie]=b.useState(new Set),[J,$]=b.useState(null),[D,R]=b.useState(""),[oe,G]=b.useState(!1),[_,U]=b.useState(null),[H,K]=b.useState(""),[me,Y]=b.useState(!1),[le,de]=b.useState(!1),[ve,ye]=b.useState(!1),[ke,ze]=b.useState([]),[ft,wt]=b.useState(1),[dt,Rt]=b.useState(0),[Tt,Tn]=b.useState("");b.useEffect(()=>{mn()},[]),b.useEffect(()=>{const L=t.get("tab");(L==="overview"||L==="orders"||L==="bindings"||L==="withdrawals"||L==="settings")&&n(L)},[t]),b.useEffect(()=>{V(1)},[e,O]),b.useEffect(()=>{Ft(e)},[e]),b.useEffect(()=>{if(e==="orders"&&r==="giftpay"){Ft("giftPay",!0);return}["orders","bindings","withdrawals"].includes(e)&&Ft(e,!0)},[z,I,O,T,e,r,ft,Tt]),b.useEffect(()=>{e==="withdrawals"&&St()},[e]);async function mn(){E(null);try{const L=await Pe("/api/admin/distribution/overview");L!=null&&L.success&&L.overview&&u(L.overview)}catch(L){console.error("[Admin] 概览接口异常:",L),E("加载概览失败")}try{const L=await Pe("/api/db/users");N((L==null?void 0:L.users)||[])}catch(L){console.error("[Admin] 用户数据加载失败:",L)}}async function Ft(L,Me=!1){var pt;if(!(!Me&&re.has(L))){j(!0);try{const Et=y;switch(L){case"overview":break;case"orders":{try{const ht=new URLSearchParams({page:String(z),pageSize:String(I),...O!=="all"&&{status:O},...T&&{search:T}}),tt=await Pe(`/api/admin/orders?${ht}`);if(tt!=null&&tt.success&&tt.orders){const Pt=tt.orders.map(Wt=>{const en=Et.find(Qs=>Qs.id===Wt.userId),ts=Wt.referrerId?Et.find(Qs=>Qs.id===Wt.referrerId):null;return{...Wt,amount:parseFloat(String(Wt.amount))||0,userNickname:(en==null?void 0:en.nickname)||Wt.userNickname||"未知用户",userPhone:(en==null?void 0:en.phone)||Wt.userPhone||"-",referrerNickname:(ts==null?void 0:ts.nickname)||null,referrerCode:(ts==null?void 0:ts.referralCode)??null,type:Wt.productType||Wt.type}});o(Pt),F(tt.total??Pt.length)}else o([]),F(0)}catch(ht){console.error(ht),E("加载订单失败"),o([])}break}case"bindings":{try{const ht=new URLSearchParams({page:String(z),pageSize:String(I),...O!=="all"&&{status:O}}),tt=await Pe(`/api/db/distribution?${ht}`);f((tt==null?void 0:tt.bindings)||[]),F((tt==null?void 0:tt.total)??((pt=tt==null?void 0:tt.bindings)==null?void 0:pt.length)??0)}catch(ht){console.error(ht),E("加载绑定数据失败"),f([])}break}case"withdrawals":{try{const ht=O==="completed"?"success":O==="rejected"?"failed":O,tt=new URLSearchParams({...ht&&ht!=="all"&&{status:ht},page:String(z),pageSize:String(I)}),Pt=await Pe(`/api/admin/withdrawals?${tt}`);if(Pt!=null&&Pt.success&&Pt.withdrawals){const Wt=Pt.withdrawals.map(en=>({...en,account:en.account??"未绑定微信号",status:en.status==="success"?"completed":en.status==="failed"?"rejected":en.status}));x(Wt),F((Pt==null?void 0:Pt.total)??Wt.length)}else Pt!=null&&Pt.success||E(`获取提现记录失败: ${(Pt==null?void 0:Pt.error)||"未知错误"}`),x([])}catch(ht){console.error(ht),E("加载提现数据失败"),x([])}break}case"giftPay":{try{const ht=new URLSearchParams({page:String(ft),pageSize:"20",...Tt&&{status:Tt}}),tt=await Pe(`/api/admin/gift-pay-requests?${ht}`);tt!=null&&tt.success&&tt.data?(ze(tt.data),Rt(tt.total??tt.data.length)):(ze([]),Rt(0))}catch(ht){console.error(ht),E("加载代付请求失败"),ze([])}break}}ie(ht=>new Set(ht).add(L))}catch(Et){console.error(Et)}finally{j(!1)}}}async function qt(){E(null),ie(L=>{const Me=new Set(L);return Me.delete(e),e==="orders"&&r==="giftpay"&&Me.delete("giftPay"),Me}),e==="overview"&&mn(),e==="orders"&&r==="giftpay"?await Ft("giftPay",!0):await Ft(e,!0)}async function vn(L){if(confirm("确认审核通过并打款?"))try{const Me=await Gt("/api/admin/withdrawals",{id:L,action:"approve"});if(!(Me!=null&&Me.success)){const pt=(Me==null?void 0:Me.message)||(Me==null?void 0:Me.error)||"操作失败";se.error(pt);return}await qt()}catch(Me){console.error(Me),se.error("操作失败")}}function On(L){U(L),K("")}async function $n(){const L=_;if(!L)return;const Me=H.trim();if(!Me){se.error("请填写拒绝原因");return}Y(!0);try{const pt=await Gt("/api/admin/withdrawals",{id:L,action:"reject",errorMessage:Me});if(!(pt!=null&&pt.success)){se.error((pt==null?void 0:pt.error)||"操作失败");return}se.success("已拒绝该提现申请"),U(null),K(""),await qt()}catch(pt){console.error(pt),se.error("操作失败")}finally{Y(!1)}}async function St(){try{const L=await Pe("/api/admin/withdrawals/auto-approve");L!=null&&L.success&&typeof L.enableAutoApprove=="boolean"&&de(L.enableAutoApprove)}catch{}}async function cn(L){ye(!0);try{const Me=await Gt("/api/admin/withdrawals/auto-approve",{enableAutoApprove:L});Me!=null&&Me.success?(de(L),se.success(L?"已开启自动审批,新提现将自动打款":"已关闭自动审批")):se.error("更新失败: "+((Me==null?void 0:Me.error)??""))}catch{se.error("更新失败")}finally{ye(!1)}}function xn(){_&&se.info("已取消操作"),U(null),K("")}async function ge(){var L;if(!(!(J!=null&&J.orderSn)&&!(J!=null&&J.id))){G(!0),E(null);try{const Me=await Gt("/api/admin/orders/refund",{orderSn:J.orderSn||J.id,reason:D||void 0});Me!=null&&Me.success?($(null),R(""),await Ft("orders",!0)):E((Me==null?void 0:Me.error)||"退款失败")}catch(Me){const pt=Me;E(((L=pt==null?void 0:pt.data)==null?void 0:L.error)||"退款失败,请检查网络后重试")}finally{G(!1)}}}function Se(L){const Me={active:"bg-green-500/20 text-green-400",converted:"bg-blue-500/20 text-blue-400",expired:"bg-gray-500/20 text-gray-400",cancelled:"bg-red-500/20 text-red-400",pending:"bg-orange-500/20 text-orange-400",pending_confirm:"bg-orange-500/20 text-orange-400",processing:"bg-blue-500/20 text-blue-400",completed:"bg-green-500/20 text-green-400",rejected:"bg-red-500/20 text-red-400"},pt={active:"有效",converted:"已转化",expired:"已过期",cancelled:"已取消",pending:"待审核",pending_confirm:"待用户确认",processing:"处理中",completed:"已完成",rejected:"已拒绝"};return s.jsx(Ve,{className:`${Me[L]||"bg-gray-500/20 text-gray-400"} border-0`,children:pt[L]||L})}const $e=Math.ceil(Q/I)||1,Xe=i,jt=h.filter(L=>{var pt,Et,ht,tt;if(!T)return!0;const Me=T.toLowerCase();return((pt=L.refereeNickname)==null?void 0:pt.toLowerCase().includes(Me))||((Et=L.refereePhone)==null?void 0:Et.includes(Me))||((ht=L.referrerName)==null?void 0:ht.toLowerCase().includes(Me))||((tt=L.referrerCode)==null?void 0:tt.toLowerCase().includes(Me))}),gt=m.filter(L=>{var pt;if(!T)return!0;const Me=T.toLowerCase();return((pt=L.userName)==null?void 0:pt.toLowerCase().includes(Me))||L.account&&L.account.toLowerCase().includes(Me)});return s.jsxs("div",{className:"p-8 w-full",children:[S&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:S}),s.jsx("button",{type:"button",onClick:()=>E(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex items-center justify-between mb-6",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-xl font-semibold text-white",children:"推广中心"}),s.jsx("p",{className:"text-gray-500 text-sm mt-0.5",children:"分销绑定、提现审核、推广设置"})]}),s.jsxs(X,{onClick:qt,disabled:w,variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-800",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1.5 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx("div",{className:"flex gap-1 mb-6 bg-[#0a1628] rounded-lg p-1 border border-gray-700/40",children:[{key:"overview",label:"数据概览",icon:Gh},{key:"orders",label:"订单与代付",icon:Kh},{key:"bindings",label:"绑定管理",icon:ya},{key:"withdrawals",label:"提现审核",icon:Nc},{key:"settings",label:"推广设置",icon:no}].map(L=>s.jsxs("button",{type:"button",onClick:()=>{n(L.key),q("all"),P(""),L.key!=="orders"&&a("orders")},className:`flex-1 flex items-center justify-center gap-1.5 px-3 py-2 rounded-md text-sm transition-all ${e===L.key?"bg-[#38bdac] text-white shadow-md":"text-gray-400 hover:text-white hover:bg-gray-700/40"}`,children:[s.jsx(L.icon,{className:"w-3.5 h-3.5"}),L.label]},L.key))}),w?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Fe,{className:"w-8 h-8 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[e==="overview"&&c&&s.jsxs("div",{className:"space-y-6",children:[s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-4",children:[s.jsxs("span",{className:"text-sm font-medium text-gray-300 flex items-center gap-2",children:[s.jsx(pi,{className:"w-4 h-4 text-amber-400"}),"推广转化漏斗"]}),s.jsx(X,{type:"button",size:"sm",variant:"ghost",onClick:()=>void qt(),disabled:w,className:"text-gray-400 h-7",children:s.jsx(Fe,{className:`w-3.5 h-3.5 ${w?"animate-spin":""}`})})]}),s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-gray-500 text-xs border-b border-gray-700/50",children:[s.jsx("th",{className:"pb-2 text-left font-normal",children:"指标"}),s.jsx("th",{className:"pb-2 text-right font-normal",children:"今日"}),s.jsx("th",{className:"pb-2 text-right font-normal",children:"本月"}),s.jsx("th",{className:"pb-2 text-right font-normal",children:"累计"})]})}),s.jsxs("tbody",{className:"text-white",children:[s.jsxs("tr",{className:"border-b border-gray-700/30",children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(qh,{className:"w-4 h-4 text-blue-400"}),"点击数"]}),s.jsx("td",{className:"py-2.5 text-right font-bold",children:c.todayClicks}),s.jsx("td",{className:"py-2.5 text-right",children:c.monthClicks}),s.jsx("td",{className:"py-2.5 text-right",children:c.totalClicks})]}),s.jsxs("tr",{className:"border-b border-gray-700/30",children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(ya,{className:"w-4 h-4 text-green-400"}),"绑定关系"]}),s.jsx("td",{className:"py-2.5 text-right font-bold",children:c.todayBindings}),s.jsx("td",{className:"py-2.5 text-right",children:c.monthBindings}),s.jsx("td",{className:"py-2.5 text-right",children:c.totalBindings})]}),s.jsxs("tr",{className:"border-b border-gray-700/30",children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(ax,{className:"w-4 h-4 text-purple-400"}),"付款转化"]}),s.jsx("td",{className:"py-2.5 text-right font-bold",children:c.todayConversions}),s.jsx("td",{className:"py-2.5 text-right",children:c.monthConversions}),s.jsx("td",{className:"py-2.5 text-right",children:c.totalConversions})]}),s.jsxs("tr",{children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(Kh,{className:"w-4 h-4 text-[#38bdac]"}),"佣金收入"]}),s.jsxs("td",{className:"py-2.5 text-right font-bold text-[#38bdac]",children:["¥",(c.todayEarnings??0).toFixed(0)]}),s.jsxs("td",{className:"py-2.5 text-right text-[#38bdac]",children:["¥",(c.monthEarnings??0).toFixed(0)]}),s.jsxs("td",{className:"py-2.5 text-right text-[#38bdac]",children:["¥",(c.totalEarnings??0).toFixed(0)]})]})]})]})}),c.conversionRate&&s.jsxs("p",{className:"text-xs text-gray-500 mt-3 text-right",children:["综合转化率 ",c.conversionRate]})]})}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsx(Oe,{className:"bg-orange-500/10 border-orange-500/30",children:s.jsx(Le,{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(ig,{className:"w-5 h-5 text-orange-400 shrink-0"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsx("p",{className:"text-orange-300 font-medium text-sm",children:"即将过期绑定"}),s.jsxs("p",{className:"text-xl font-bold text-white",children:[c.expiringBindings," ",s.jsx("span",{className:"text-sm font-normal text-orange-300/60",children:"个 · 7天内"})]})]})]})})}),s.jsx(Oe,{className:"bg-blue-500/10 border-blue-500/30",children:s.jsx(Le,{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Nc,{className:"w-5 h-5 text-blue-400 shrink-0"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsx("p",{className:"text-blue-300 font-medium text-sm",children:"待审核提现"}),s.jsxs("p",{className:"text-xl font-bold text-white",children:[c.pendingWithdrawals," ",s.jsxs("span",{className:"text-sm font-normal text-blue-300/60",children:["笔 · ¥",(c.pendingWithdrawAmount??0).toFixed(0)]})]})]}),s.jsx(X,{onClick:()=>n("withdrawals"),variant:"outline",size:"sm",className:"border-blue-500/50 text-blue-400 hover:bg-blue-500/20 shrink-0",children:"去审核"})]})})})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Le,{className:"p-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg bg-white/5",children:[s.jsx(In,{className:"w-5 h-5 text-gray-400 shrink-0"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-lg font-bold text-white",children:c.totalDistributors}),s.jsx("p",{className:"text-[10px] text-gray-500",children:"推广用户"})]})]}),s.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg bg-white/5",children:[s.jsx(ax,{className:"w-5 h-5 text-green-400 shrink-0"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-lg font-bold text-green-400",children:c.activeDistributors}),s.jsx("p",{className:"text-[10px] text-gray-500",children:"有收益用户"})]})]})]})})})]}),e==="orders"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2 mb-2",children:[s.jsx("button",{type:"button",className:`px-3 py-1.5 rounded-md text-xs font-medium transition-all ${r==="orders"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,onClick:()=>a("orders"),children:"普通订单"}),s.jsxs("button",{type:"button",className:`px-3 py-1.5 rounded-md text-xs font-medium transition-all ${r==="giftpay"?"bg-amber-500/20 text-amber-400 border border-amber-500/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,onClick:()=>{a("giftpay"),Ft("giftPay",!0)},children:[s.jsx(og,{className:"w-3 h-3 inline mr-1"}),"代付请求"]})]}),r==="orders"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[s.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[s.jsx(va,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ce,{value:T,onChange:L=>P(L.target.value),placeholder:"搜索订单号、用户名、手机号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:O,onChange:L=>q(L.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]}),s.jsxs(X,{type:"button",variant:"outline",onClick:()=>void qt(),disabled:w,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-0",children:[i.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无订单数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"订单号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"商品"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"支付方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"退款原因"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"推荐人/邀请码"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销佣金"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"下单时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:Xe.map(L=>{var Me,pt;return s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsxs("td",{className:"p-4 font-mono text-xs text-gray-400",children:[(Me=L.id)==null?void 0:Me.slice(0,12),"..."]}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:L.userNickname}),s.jsx("p",{className:"text-gray-500 text-xs",children:L.userPhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:(()=>{const Et=L.productType||L.type,ht=L.description||"",tt=String(L.productId||L.sectionId||""),Pt=Et==="vip"||ht.includes("VIP")||ht.toLowerCase().includes("vip")||tt.toLowerCase().includes("vip");return Et==="balance_recharge"?`余额充值 ¥${typeof L.amount=="number"?L.amount.toFixed(2):parseFloat(String(L.amount||"0")).toFixed(2)}`:Pt?"超级个体开通费用":Et==="fullbook"?`${L.bookName||"《底层逻辑》"} - 全本`:Et==="match"?"匹配次数购买":`${L.bookName||"《底层逻辑》"} - ${L.sectionTitle||L.chapterTitle||`章节${L.productId||L.sectionId||""}`}`})()}),s.jsx("p",{className:"text-gray-500 text-xs",children:(()=>{const Et=L.productType||L.type,ht=L.description||"",tt=String(L.productId||L.sectionId||""),Pt=Et==="vip"||ht.includes("VIP")||ht.toLowerCase().includes("vip")||tt.toLowerCase().includes("vip");return Et==="balance_recharge"?"余额充值":Pt?"超级个体":Et==="fullbook"?"全书解锁":Et==="match"?"功能权益":L.chapterTitle||"单章购买"})()})]})}),s.jsxs("td",{className:"p-4 text-[#38bdac] font-bold",children:["¥",typeof L.amount=="number"?L.amount.toFixed(2):parseFloat(String(L.amount||"0")).toFixed(2)]}),s.jsx("td",{className:"p-4 text-gray-300",children:L.paymentMethod==="wechat"?"微信支付":L.paymentMethod==="balance"?"余额支付":L.paymentMethod==="alipay"?"支付宝":L.paymentMethod||"微信支付"}),s.jsx("td",{className:"p-4",children:L.status==="refunded"?s.jsx(Ve,{className:"bg-gray-500/20 text-gray-400 border-0",children:"已退款"}):L.status==="completed"||L.status==="paid"?s.jsx(Ve,{className:"bg-green-500/20 text-green-400 border-0",children:"已完成"}):L.status==="pending"||L.status==="created"?s.jsx(Ve,{className:"bg-yellow-500/20 text-yellow-400 border-0",children:"待支付"}):s.jsx(Ve,{className:"bg-red-500/20 text-red-400 border-0",children:"已失败"})}),s.jsx("td",{className:"p-4 text-gray-400 text-sm max-w-[120px]",title:L.refundReason,children:L.status==="refunded"&&L.refundReason?L.refundReason:"-"}),s.jsx("td",{className:"p-4 text-gray-300 text-sm",children:L.referrerId||L.referralCode?s.jsxs("span",{title:L.referralCode||L.referrerCode||L.referrerId||"",children:[L.referrerNickname||L.referralCode||L.referrerCode||((pt=L.referrerId)==null?void 0:pt.slice(0,8)),(L.referralCode||L.referrerCode)&&` (${L.referralCode||L.referrerCode})`]}):"-"}),s.jsx("td",{className:"p-4 text-[#FFD700]",children:L.referrerEarnings?`¥${(typeof L.referrerEarnings=="number"?L.referrerEarnings:parseFloat(String(L.referrerEarnings))).toFixed(2)}`:"-"}),s.jsx("td",{className:"p-4 text-gray-400 text-sm",children:L.createdAt?new Date(L.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:(L.status==="paid"||L.status==="completed")&&s.jsxs(X,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{$(L),R("")},children:[s.jsx(Ij,{className:"w-3 h-3 mr-1"}),"退款"]})})]},L.id)})})]})}),e==="orders"&&s.jsx(qs,{page:z,totalPages:$e,total:Q,pageSize:I,onPageChange:V,onPageSizeChange:L=>{te(L),V(1)}})]})})]}),r==="giftpay"&&s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(rt,{children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-4",children:[s.jsx(at,{className:"text-white text-base",children:"代付请求列表"}),s.jsxs("div",{className:"flex gap-2 items-center",children:[s.jsxs("select",{className:"bg-[#0a1628] border border-gray-700 text-white rounded px-3 py-1.5 text-sm",value:Tt,onChange:L=>{Tn(L.target.value),wt(1)},children:[s.jsx("option",{value:"",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待支付(旧)"}),s.jsx("option",{value:"pending_pay",children:"待发起人支付"}),s.jsx("option",{value:"paid",children:"已支付"}),s.jsx("option",{value:"refunded",children:"已退款"}),s.jsx("option",{value:"cancelled",children:"已取消"}),s.jsx("option",{value:"expired",children:"已过期"})]}),s.jsxs(X,{size:"sm",variant:"outline",onClick:()=>void Ft("giftPay",!0),disabled:w,className:"border-gray-600 text-gray-300",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1 ${w?"animate-spin":""}`}),"刷新"]})]})]})}),s.jsxs(Le,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"请求号"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"发起人"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"商品/金额"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"份数/已领"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"付款人"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"状态"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"创建时间"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:ke.map(L=>s.jsxs("tr",{className:"hover:bg-[#0a1628]",children:[s.jsx("td",{className:"p-3 font-mono text-xs text-gray-400",children:L.requestSn}),s.jsx("td",{className:"p-3 text-white text-sm",children:L.initiatorNick||L.initiatorUserId}),s.jsxs("td",{className:"p-3",children:[s.jsxs("p",{className:"text-white",children:[L.productType," · ¥",L.amount.toFixed(2)]}),L.description&&s.jsx("p",{className:"text-gray-500 text-xs",children:L.description})]}),s.jsx("td",{className:"p-3 text-gray-400",children:(L.quantity??1)>1?`${L.quantity}份 / 已领${L.redeemedCount??0}`:"-"}),s.jsx("td",{className:"p-3 text-gray-400",children:L.payerNick||(L.payerUserId?L.payerUserId:"-")}),s.jsx("td",{className:"p-3",children:s.jsx(Ve,{className:L.status==="paid"?"bg-green-500/20 text-green-400 border-0":L.status==="pending"||L.status==="pending_pay"?"bg-amber-500/20 text-amber-400 border-0":L.status==="refunded"?"bg-red-500/20 text-red-400 border-0":"bg-gray-500/20 text-gray-400 border-0",children:L.status==="paid"?"已支付":L.status==="pending"||L.status==="pending_pay"?"待支付":L.status==="refunded"?"已退款":L.status==="cancelled"?"已取消":"已过期"})}),s.jsx("td",{className:"p-3 text-gray-400 text-xs",children:L.createdAt?new Date(L.createdAt).toLocaleString("zh-CN"):"-"})]},L.id))})]})}),ke.length===0&&!w&&s.jsx("p",{className:"text-center py-8 text-gray-500",children:"暂无代付请求"}),dt>20&&s.jsx("div",{className:"mt-4 flex justify-center",children:s.jsx(qs,{page:ft,totalPages:Math.ceil(dt/20),total:dt,pageSize:20,onPageChange:wt,onPageSizeChange:()=>{}})})]})]})]}),e==="bindings"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[s.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[s.jsx(va,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ce,{value:T,onChange:L=>P(L.target.value),placeholder:"搜索用户昵称、手机号、推广码...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:O,onChange:L=>q(L.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"active",children:"有效"}),s.jsx("option",{value:"converted",children:"已转化"}),s.jsx("option",{value:"expired",children:"已过期"})]}),s.jsxs(X,{type:"button",variant:"outline",onClick:()=>void qt(),disabled:w,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-0",children:[jt.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无绑定数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"访客"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销商"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"绑定时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"到期时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"佣金"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:jt.map(L=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-medium",children:L.refereeNickname||"匿名用户"}),s.jsx("p",{className:"text-gray-500 text-xs",children:L.refereePhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white",children:L.referrerName||"-"}),s.jsx("p",{className:"text-gray-500 text-xs font-mono",children:L.referrerCode})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:L.boundAt?new Date(L.boundAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:L.expiresAt?new Date(L.expiresAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Se(L.status)}),s.jsx("td",{className:"p-4",children:L.commission?s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",L.commission.toFixed(2)]}):s.jsx("span",{className:"text-gray-500",children:"-"})})]},L.id))})]})}),e==="bindings"&&s.jsx(qs,{page:z,totalPages:$e,total:Q,pageSize:I,onPageChange:V,onPageSizeChange:L=>{te(L),V(1)}})]})})]}),e==="withdrawals"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[s.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[s.jsx(va,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ce,{value:T,onChange:L=>P(L.target.value),placeholder:"搜索用户名称、账号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:O,onChange:L=>q(L.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待审核"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"rejected",children:"已拒绝"})]}),s.jsxs("div",{className:"flex items-center gap-2 px-4 py-2 rounded-lg bg-[#0f2137] border border-gray-700/50 shrink-0",children:[s.jsx(pi,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-sm text-gray-300",children:"自动审批"}),s.jsx($t,{checked:le,onCheckedChange:cn,disabled:ve,className:"data-[state=checked]:bg-[#38bdac]"})]}),s.jsxs(X,{type:"button",variant:"outline",onClick:()=>void qt(),disabled:w,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-0",children:[gt.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无提现记录"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请人"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款账号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"备注"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:gt.map(L=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[L.userAvatar?s.jsx("img",{src:L.userAvatar,alt:"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-gray-600 flex items-center justify-center text-white text-sm font-medium",children:(L.userName||L.name||"?").slice(0,1)}),s.jsx("p",{className:"text-white font-medium",children:L.userName||L.name})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",L.amount.toFixed(2)]})}),s.jsx("td",{className:"p-4",children:s.jsx(Ve,{className:L.method==="wechat"?"bg-green-500/20 text-green-400 border-0":"bg-blue-500/20 text-blue-400 border-0",children:L.method==="wechat"?"微信":"支付宝"})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-mono text-xs",children:L.account}),s.jsx("p",{className:"text-gray-500 text-xs",children:L.name})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:L.createdAt?new Date(L.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Se(L.status)}),s.jsx("td",{className:"p-4 max-w-[160px]",children:s.jsx("span",{className:`text-xs ${L.status==="rejected"||L.status==="failed"?"text-red-400":"text-gray-400"}`,title:L.remark,children:L.remark||"-"})}),s.jsx("td",{className:"p-4 text-right",children:L.status==="pending"&&s.jsxs("div",{className:"flex gap-2 justify-end",children:[s.jsxs(X,{size:"sm",onClick:()=>vn(L.id),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(ax,{className:"w-4 h-4 mr-1"}),"通过"]}),s.jsxs(X,{size:"sm",variant:"outline",onClick:()=>On(L.id),className:"border-red-500/50 text-red-400 hover:bg-red-500/20",children:[s.jsx(Sj,{className:"w-4 h-4 mr-1"}),"拒绝"]})]})})]},L.id))})]})}),e==="withdrawals"&&s.jsx(qs,{page:z,totalPages:$e,total:Q,pageSize:I,onPageChange:V,onPageSizeChange:L=>{te(L),V(1)}})]})})]})]}),s.jsx(Dt,{open:!!J,onOpenChange:L=>!L&&$(null),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:"订单退款"})}),J&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",J.orderSn||J.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",typeof J.amount=="number"?J.amount.toFixed(2):parseFloat(String(J.amount||"0")).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:D,onChange:L=>R(L.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>$(null),disabled:oe,children:"取消"}),s.jsx(X,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:ge,disabled:oe,children:oe?"退款中...":"确认退款"})]})]})}),s.jsx(Dt,{open:!!_,onOpenChange:L=>!L&&xn(),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:H,onChange:L=>K(L.target.value)})})]})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:xn,disabled:me,children:"取消"}),s.jsx(X,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:$n,disabled:me||!H.trim(),children:me?"提交中...":"确认拒绝"})]})]})}),e==="settings"&&s.jsx("div",{className:"-mx-8 -mt-6",children:s.jsx(p2,{embedded:!0})})]})}function N8(){const[t,e]=b.useState([]),[n,r]=b.useState({total:0,pendingCount:0,pendingAmount:0,successCount:0,successAmount:0,failedCount:0}),[a,i]=b.useState(!0),[o,c]=b.useState(null),[u,h]=b.useState("all"),[f,m]=b.useState(1),[x,y]=b.useState(10),[N,w]=b.useState(0),[j,S]=b.useState(null),[E,T]=b.useState(null),[P,O]=b.useState(""),[q,z]=b.useState(!1);async function V(){var J,$,D,R,oe,G,_;i(!0),c(null);try{const U=new URLSearchParams({status:u,page:String(f),pageSize:String(x)}),H=await Pe(`/api/admin/withdrawals?${U}`);if(H!=null&&H.success){const K=H.withdrawals||[];e(K),w(H.total??((J=H.stats)==null?void 0:J.total)??K.length),r({total:(($=H.stats)==null?void 0:$.total)??H.total??K.length,pendingCount:((D=H.stats)==null?void 0:D.pendingCount)??0,pendingAmount:((R=H.stats)==null?void 0:R.pendingAmount)??0,successCount:((oe=H.stats)==null?void 0:oe.successCount)??0,successAmount:((G=H.stats)==null?void 0:G.successAmount)??0,failedCount:((_=H.stats)==null?void 0:_.failedCount)??0})}else c("加载提现记录失败")}catch(U){console.error("Load withdrawals error:",U),c("加载失败,请检查网络后重试")}finally{i(!1)}}b.useEffect(()=>{m(1)},[u]),b.useEffect(()=>{V()},[u,f,x]);const I=Math.ceil(N/x)||1;async function te(J){const $=t.find(D=>D.id===J);if($!=null&&$.userCommissionInfo&&$.userCommissionInfo.availableAfterThis<0){if(!confirm(`⚠️ 风险警告:该用户审核后余额为负数(¥${$.userCommissionInfo.availableAfterThis.toFixed(2)}),可能存在超额提现。 - -确认已核实用户账户并完成打款?`))return}else if(!confirm("确认已完成打款?批准后将更新用户提现记录。"))return;S(J);try{const D=await Gt("/api/admin/withdrawals",{id:J,action:"approve"});D!=null&&D.success?V():se.error("操作失败: "+((D==null?void 0:D.error)??""))}catch{se.error("操作失败")}finally{S(null)}}function Q(J){T(J),O("")}async function F(){const J=E;if(!J)return;const $=P.trim();if(!$){se.error("请填写拒绝原因");return}z(!0);try{const D=await Gt("/api/admin/withdrawals",{id:J,action:"reject",errorMessage:$});D!=null&&D.success?(se.success("已拒绝该提现申请"),T(null),O(""),V()):se.error("操作失败: "+((D==null?void 0:D.error)??""))}catch{se.error("操作失败")}finally{z(!1)}}function re(){E&&se.info("已取消操作"),T(null),O("")}function ie(J){switch(J){case"pending":return s.jsx(Ve,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待处理"});case"pending_confirm":return s.jsx(Ve,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待用户确认"});case"processing":return s.jsx(Ve,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:"已审批等待打款"});case"success":case"completed":return s.jsx(Ve,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"});case"failed":case"rejected":return s.jsx(Ve,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已拒绝"});default:return s.jsx(Ve,{className:"bg-gray-500/20 text-gray-400 border-0",children:J})}}return s.jsxs("div",{className:"p-8 w-full",children:[o&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:o}),s.jsx("button",{type:"button",onClick:()=>c(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-start mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"分账提现管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理用户分销收益的提现申请"})]}),s.jsxs(X,{variant:"outline",onClick:V,disabled:a,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${a?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Oe,{className:"bg-gradient-to-r from-[#38bdac]/10 to-[#0f2137] border-[#38bdac]/30 mb-6",children:s.jsx(Le,{className:"p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(Kh,{className:"w-5 h-5 text-[#38bdac] mt-0.5"}),s.jsxs("div",{children:[s.jsx("h3",{className:"text-white font-medium mb-2",children:"自动分账规则"}),s.jsxs("div",{className:"text-sm text-gray-400 space-y-1",children:[s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"分销比例"}),":推广者获得订单金额的"," ",s.jsx("span",{className:"text-white font-medium",children:"90%"})]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"结算方式"}),":用户付款后,分销收益自动计入推广者账户"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"提现方式"}),":用户在小程序端点击提现,系统自动转账到微信零钱"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"审批流程"}),":待处理的提现需管理员手动确认打款后批准(自动审批开关在推广中心-提现审核)"]})]})]})]})})}),s.jsxs("div",{className:"grid grid-cols-4 gap-4 mb-6",children:[s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-[#38bdac]",children:n.total}),s.jsx("div",{className:"text-sm text-gray-400",children:"总申请"})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-orange-400",children:n.pendingCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"待处理"}),s.jsxs("div",{className:"text-xs text-orange-400 mt-1",children:["¥",n.pendingAmount.toFixed(2)]})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-green-400",children:n.successCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已完成"}),s.jsxs("div",{className:"text-xs text-green-400 mt-1",children:["¥",n.successAmount.toFixed(2)]})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Le,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-red-400",children:n.failedCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已拒绝"})]})})]}),s.jsx("div",{className:"flex gap-2 mb-4",children:["all","pending","success","failed"].map(J=>s.jsx(X,{variant:u===J?"default":"outline",size:"sm",onClick:()=>h(J),className:u===J?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:J==="all"?"全部":J==="pending"?"待处理":J==="success"?"已完成":"已拒绝"},J))}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:a?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):t.length===0?s.jsxs("div",{className:"text-center py-12",children:[s.jsx(Nc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无提现记录"})]}):s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"提现金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户佣金信息"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"备注"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"处理时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"确认收款"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:t.map(J=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4 text-gray-400",children:new Date(J.createdAt??"").toLocaleString()}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[J.userAvatar?s.jsx("img",{src:fo(J.userAvatar),alt:J.userName??"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:(J.userName??"?").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"font-medium text-white",children:J.userName??"未知"}),s.jsx("p",{className:"text-xs text-gray-500",children:J.userPhone??J.referralCode??(J.userId??"").slice(0,10)})]})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"font-bold text-orange-400",children:["¥",Number(J.amount).toFixed(2)]})}),s.jsx("td",{className:"p-4",children:J.userCommissionInfo?s.jsxs("div",{className:"text-xs space-y-1",children:[s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"累计佣金:"}),s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",J.userCommissionInfo.totalCommission.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"已提现:"}),s.jsxs("span",{className:"text-gray-400",children:["¥",J.userCommissionInfo.withdrawnEarnings.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"待审核:"}),s.jsxs("span",{className:"text-orange-400",children:["¥",J.userCommissionInfo.pendingWithdrawals.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4 pt-1 border-t border-gray-700/30",children:[s.jsx("span",{className:"text-gray-500",children:"审核后余额:"}),s.jsxs("span",{className:J.userCommissionInfo.availableAfterThis>=0?"text-green-400 font-medium":"text-red-400 font-medium",children:["¥",J.userCommissionInfo.availableAfterThis.toFixed(2)]})]})]}):s.jsx("span",{className:"text-gray-500 text-xs",children:"暂无数据"})}),s.jsx("td",{className:"p-4",children:ie(J.status)}),s.jsx("td",{className:"p-4 max-w-[180px]",children:s.jsx("span",{className:`text-xs ${J.status==="rejected"||J.status==="failed"?"text-red-400":"text-gray-400"}`,title:J.remark,children:J.remark||"-"})}),s.jsx("td",{className:"p-4 text-gray-400",children:J.processedAt?new Date(J.processedAt).toLocaleString():"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:J.userConfirmedAt?s.jsxs("span",{className:"text-green-400",title:J.userConfirmedAt,children:["已确认 ",new Date(J.userConfirmedAt).toLocaleString()]}):"-"}),s.jsxs("td",{className:"p-4 text-right",children:[(J.status==="pending"||J.status==="pending_confirm")&&s.jsxs("div",{className:"flex items-center justify-end gap-2",children:[s.jsxs(X,{size:"sm",onClick:()=>te(J.id),disabled:j===J.id,className:"bg-green-600 hover:bg-green-700 text-white",children:[s.jsx(Zf,{className:"w-4 h-4 mr-1"}),"批准"]}),s.jsxs(X,{size:"sm",variant:"outline",onClick:()=>Q(J.id),disabled:j===J.id,className:"border-red-500/50 text-red-400 hover:bg-red-500/10 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-1"}),"拒绝"]})]}),(J.status==="success"||J.status==="completed")&&J.transactionId&&s.jsx("span",{className:"text-xs text-gray-500 font-mono",children:J.transactionId})]})]},J.id))})]})}),s.jsx(qs,{page:f,totalPages:I,total:N,pageSize:x,onPageChange:m,onPageSizeChange:J=>{y(J),m(1)}})]})})}),s.jsx(Dt,{open:!!E,onOpenChange:J=>!J&&re(),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:P,onChange:J=>O(J.target.value)})})]})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:re,disabled:q,children:"取消"}),s.jsx(X,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:F,disabled:q||!P.trim(),children:q?"提交中...":"确认拒绝"})]})]})})]})}var yx={exports:{}},bx={};/** - * @license React - * use-sync-external-store-shim.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var z1;function w8(){if(z1)return bx;z1=1;var t=ru();function e(m,x){return m===x&&(m!==0||1/m===1/x)||m!==m&&x!==x}var n=typeof Object.is=="function"?Object.is:e,r=t.useState,a=t.useEffect,i=t.useLayoutEffect,o=t.useDebugValue;function c(m,x){var y=x(),N=r({inst:{value:y,getSnapshot:x}}),w=N[0].inst,j=N[1];return i(function(){w.value=y,w.getSnapshot=x,u(w)&&j({inst:w})},[m,y,x]),a(function(){return u(w)&&j({inst:w}),m(function(){u(w)&&j({inst:w})})},[m]),o(y),y}function u(m){var x=m.getSnapshot;m=m.value;try{var y=x();return!n(m,y)}catch{return!0}}function h(m,x){return x()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:c;return bx.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:f,bx}var $1;function m2(){return $1||($1=1,yx.exports=w8()),yx.exports}var x2=m2();function is(t){this.content=t}is.prototype={constructor:is,find:function(t){for(var e=0;e>1}};is.from=function(t){if(t instanceof is)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new is(e)};function g2(t,e,n){for(let r=0;;r++){if(r==t.childCount||r==e.childCount)return t.childCount==e.childCount?null:n;let a=t.child(r),i=e.child(r);if(a==i){n+=a.nodeSize;continue}if(!a.sameMarkup(i))return n;if(a.isText&&a.text!=i.text){for(let o=0;a.text[o]==i.text[o];o++)n++;return n}if(a.content.size||i.content.size){let o=g2(a.content,i.content,n+1);if(o!=null)return o}n+=a.nodeSize}}function y2(t,e,n,r){for(let a=t.childCount,i=e.childCount;;){if(a==0||i==0)return a==i?null:{a:n,b:r};let o=t.child(--a),c=e.child(--i),u=o.nodeSize;if(o==c){n-=u,r-=u;continue}if(!o.sameMarkup(c))return{a:n,b:r};if(o.isText&&o.text!=c.text){let h=0,f=Math.min(o.text.length,c.text.length);for(;he&&r(u,a+c,i||null,o)!==!1&&u.content.size){let f=c+1;u.nodesBetween(Math.max(0,e-f),Math.min(u.content.size,n-f),r,a+f)}c=h}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,n,r,a){let i="",o=!0;return this.nodesBetween(e,n,(c,u)=>{let h=c.isText?c.text.slice(Math.max(e,u)-u,n-u):c.isLeaf?a?typeof a=="function"?a(c):a:c.type.spec.leafText?c.type.spec.leafText(c):"":"";c.isBlock&&(c.isLeaf&&h||c.isTextblock)&&r&&(o?o=!1:i+=r),i+=h},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let n=this.lastChild,r=e.firstChild,a=this.content.slice(),i=0;for(n.isText&&n.sameMarkup(r)&&(a[a.length-1]=n.withText(n.text+r.text),i=1);ie)for(let i=0,o=0;oe&&((on)&&(c.isText?c=c.cut(Math.max(0,e-o),Math.min(c.text.length,n-o)):c=c.cut(Math.max(0,e-o-1),Math.min(c.content.size,n-o-1))),r.push(c),a+=c.nodeSize),o=u}return new we(r,a)}cutByIndex(e,n){return e==n?we.empty:e==0&&n==this.content.length?this:new we(this.content.slice(e,n))}replaceChild(e,n){let r=this.content[e];if(r==n)return this;let a=this.content.slice(),i=this.size+n.nodeSize-r.nodeSize;return a[e]=n,new we(a,i)}addToStart(e){return new we([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new we(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let n=0;nthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let n=0,r=0;;n++){let a=this.child(n),i=r+a.nodeSize;if(i>=e)return i==e?yh(n+1,i):yh(n,r);r=i}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,n){if(!n)return we.empty;if(!Array.isArray(n))throw new RangeError("Invalid input for Fragment.fromJSON");return new we(n.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return we.empty;let n,r=0;for(let a=0;athis.type.rank&&(n||(n=e.slice(0,a)),n.push(this),r=!0),n&&n.push(i)}}return n||(n=e.slice()),r||n.push(this),n}removeFromSet(e){for(let n=0;nr.type.rank-a.type.rank),n}};Zt.none=[];class sf extends Error{}class _e{constructor(e,n,r){this.content=e,this.openStart=n,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,n){let r=v2(this.content,e+this.openStart,n);return r&&new _e(r,this.openStart,this.openEnd)}removeBetween(e,n){return new _e(b2(this.content,e+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,n){if(!n)return _e.empty;let r=n.openStart||0,a=n.openEnd||0;if(typeof r!="number"||typeof a!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new _e(we.fromJSON(e,n.content),r,a)}static maxOpen(e,n=!0){let r=0,a=0;for(let i=e.firstChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.firstChild)r++;for(let i=e.lastChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.lastChild)a++;return new _e(e,r,a)}}_e.empty=new _e(we.empty,0,0);function b2(t,e,n){let{index:r,offset:a}=t.findIndex(e),i=t.maybeChild(r),{index:o,offset:c}=t.findIndex(n);if(a==e||i.isText){if(c!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(r!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(r,i.copy(b2(i.content,e-a-1,n-a-1)))}function v2(t,e,n,r){let{index:a,offset:i}=t.findIndex(e),o=t.maybeChild(a);if(i==e||o.isText)return r&&!r.canReplace(a,a,n)?null:t.cut(0,e).append(n).append(t.cut(e));let c=v2(o.content,e-i-1,n,o);return c&&t.replaceChild(a,o.copy(c))}function j8(t,e,n){if(n.openStart>t.depth)throw new sf("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new sf("Inconsistent open depths");return N2(t,e,n,0)}function N2(t,e,n,r){let a=t.index(r),i=t.node(r);if(a==e.index(r)&&r=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function Id(t,e,n,r){let a=(e||t).node(n),i=0,o=e?e.index(n):a.childCount;t&&(i=t.index(n),t.depth>n?i++:t.textOffset&&(sl(t.nodeAfter,r),i++));for(let c=i;ca&&vg(t,e,a+1),o=r.depth>a&&vg(n,r,a+1),c=[];return Id(null,t,a,c),i&&o&&e.index(a)==n.index(a)?(w2(i,o),sl(rl(i,j2(t,e,n,r,a+1)),c)):(i&&sl(rl(i,rf(t,e,a+1)),c),Id(e,n,a,c),o&&sl(rl(o,rf(n,r,a+1)),c)),Id(r,null,a,c),new we(c)}function rf(t,e,n){let r=[];if(Id(null,t,n,r),t.depth>n){let a=vg(t,e,n+1);sl(rl(a,rf(t,e,n+1)),r)}return Id(e,null,n,r),new we(r)}function k8(t,e){let n=e.depth-t.openStart,a=e.node(n).copy(t.content);for(let i=n-1;i>=0;i--)a=e.node(i).copy(we.from(a));return{start:a.resolveNoCache(t.openStart+n),end:a.resolveNoCache(a.content.size-t.openEnd-n)}}class Wd{constructor(e,n,r){this.pos=e,this.path=n,this.parentOffset=r,this.depth=n.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,n=this.index(this.depth);if(n==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],a=e.child(n);return r?e.child(n).cut(r):a}get nodeBefore(){let e=this.index(this.depth),n=this.pos-this.path[this.path.length-1];return n?this.parent.child(e).cut(0,n):e==0?null:this.parent.child(e-1)}posAtIndex(e,n){n=this.resolveDepth(n);let r=this.path[n*3],a=n==0?0:this.path[n*3-1]+1;for(let i=0;i0;n--)if(this.start(n)<=e&&this.end(n)>=e)return n;return 0}blockRange(e=this,n){if(e.pos=0;r--)if(e.pos<=this.end(r)&&(!n||n(this.node(r))))return new af(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=e.content.size))throw new RangeError("Position "+n+" out of range");let r=[],a=0,i=n;for(let o=e;;){let{index:c,offset:u}=o.content.findIndex(i),h=i-u;if(r.push(o,c,a+u),!h||(o=o.child(c),o.isText))break;i=h-1,a+=u+1}return new Wd(n,r,i)}static resolveCached(e,n){let r=F1.get(e);if(r)for(let i=0;ie&&this.nodesBetween(e,n,i=>(r.isInSet(i.marks)&&(a=!0),!a)),a}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),k2(this.marks,e)}contentMatchAt(e){let n=this.type.contentMatch.matchFragment(this.content,0,e);if(!n)throw new Error("Called contentMatchAt on a node with invalid content");return n}canReplace(e,n,r=we.empty,a=0,i=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,a,i),c=o&&o.matchFragment(this.content,n);if(!c||!c.validEnd)return!1;for(let u=a;un.type.name)}`);this.content.forEach(n=>n.check())}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(n=>n.toJSON())),e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Node.fromJSON");let r;if(n.marks){if(!Array.isArray(n.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=n.marks.map(e.markFromJSON)}if(n.type=="text"){if(typeof n.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(n.text,r)}let a=we.fromJSON(e,n.content),i=e.nodeType(n.type).create(n.attrs,a,r);return i.type.checkAttrs(i.attrs),i}};di.prototype.text=void 0;class of extends di{constructor(e,n,r,a){if(super(e,n,null,a),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):k2(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,n){return this.text.slice(e,n)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new of(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new of(this.type,this.attrs,e,this.marks)}cut(e=0,n=this.text.length){return e==0&&n==this.text.length?this:this.withText(this.text.slice(e,n))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function k2(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class fl{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,n){let r=new E8(e,n);if(r.next==null)return fl.empty;let a=S2(r);r.next&&r.err("Unexpected trailing text");let i=L8(O8(a));return D8(i,r),i}matchType(e){for(let n=0;nh.createAndFill()));for(let h=0;h=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function n(r){e.push(r);for(let a=0;a{let i=a+(r.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(r.next[o].next);return i}).join(` -`)}}fl.empty=new fl(!0);class E8{constructor(e,n){this.string=e,this.nodeTypes=n,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function S2(t){let e=[];do e.push(M8(t));while(t.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function M8(t){let e=[];do e.push(A8(t));while(t.next&&t.next!=")"&&t.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function A8(t){let e=P8(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else if(t.eat("{"))e=I8(t,e);else break;return e}function B1(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function I8(t,e){let n=B1(t),r=n;return t.eat(",")&&(t.next!="}"?r=B1(t):r=-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:r,expr:e}}function R8(t,e){let n=t.nodeTypes,r=n[e];if(r)return[r];let a=[];for(let i in n){let o=n[i];o.isInGroup(e)&&a.push(o)}return a.length==0&&t.err("No node type or group '"+e+"' found"),a}function P8(t){if(t.eat("(")){let e=S2(t);return t.eat(")")||t.err("Missing closing paren"),e}else if(/\W/.test(t.next))t.err("Unexpected token '"+t.next+"'");else{let e=R8(t,t.next).map(n=>(t.inline==null?t.inline=n.isInline:t.inline!=n.isInline&&t.err("Mixing inline and block content"),{type:"name",value:n}));return t.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function O8(t){let e=[[]];return a(i(t,0),n()),e;function n(){return e.push([])-1}function r(o,c,u){let h={term:u,to:c};return e[o].push(h),h}function a(o,c){o.forEach(u=>u.to=c)}function i(o,c){if(o.type=="choice")return o.exprs.reduce((u,h)=>u.concat(i(h,c)),[]);if(o.type=="seq")for(let u=0;;u++){let h=i(o.exprs[u],c);if(u==o.exprs.length-1)return h;a(h,c=n())}else if(o.type=="star"){let u=n();return r(c,u),a(i(o.expr,u),u),[r(u)]}else if(o.type=="plus"){let u=n();return a(i(o.expr,c),u),a(i(o.expr,u),u),[r(u)]}else{if(o.type=="opt")return[r(c)].concat(i(o.expr,c));if(o.type=="range"){let u=c;for(let h=0;h{t[o].forEach(({term:c,to:u})=>{if(!c)return;let h;for(let f=0;f{h||a.push([c,h=[]]),h.indexOf(f)==-1&&h.push(f)})})});let i=e[r.join(",")]=new fl(r.indexOf(t.length-1)>-1);for(let o=0;o-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:E2(this.attrs,e)}create(e=null,n,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new di(this,this.computeAttrs(e),we.from(n),Zt.setFrom(r))}createChecked(e=null,n,r){return n=we.from(n),this.checkContent(n),new di(this,this.computeAttrs(e),n,Zt.setFrom(r))}createAndFill(e=null,n,r){if(e=this.computeAttrs(e),n=we.from(n),n.size){let o=this.contentMatch.fillBefore(n);if(!o)return null;n=o.append(n)}let a=this.contentMatch.matchFragment(n),i=a&&a.fillBefore(we.empty,!0);return i?new di(this,e,n.append(i),Zt.setFrom(r)):null}validContent(e){let n=this.contentMatch.matchFragment(e);if(!n||!n.validEnd)return!1;for(let r=0;r-1}allowsMarks(e){if(this.markSet==null)return!0;for(let n=0;nr[i]=new I2(i,n,o));let a=n.spec.topNode||"doc";if(!r[a])throw new RangeError("Schema is missing its top node type ('"+a+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let i in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function _8(t,e,n){let r=n.split("|");return a=>{let i=a===null?"null":typeof a;if(r.indexOf(i)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${t}, got ${i}`)}}class z8{constructor(e,n,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?_8(e,n,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class op{constructor(e,n,r,a){this.name=e,this.rank=n,this.schema=r,this.spec=a,this.attrs=A2(e,a.attrs),this.excluded=null;let i=T2(this.attrs);this.instance=i?new Zt(this,i):null}create(e=null){return!e&&this.instance?this.instance:new Zt(this,E2(this.attrs,e))}static compile(e,n){let r=Object.create(null),a=0;return e.forEach((i,o)=>r[i]=new op(i,a++,n,o)),r}removeFromSet(e){for(var n=0;n-1}}class R2{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let n=this.spec={};for(let a in e)n[a]=e[a];n.nodes=is.from(e.nodes),n.marks=is.from(e.marks||{}),this.nodes=H1.compile(this.spec.nodes,this),this.marks=op.compile(this.spec.marks,this);let r=Object.create(null);for(let a in this.nodes){if(a in this.marks)throw new RangeError(a+" can not be both a node and a mark");let i=this.nodes[a],o=i.spec.content||"",c=i.spec.marks;if(i.contentMatch=r[o]||(r[o]=fl.parse(o,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!i.isInline||!i.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=i}i.markSet=c=="_"?null:c?U1(this,c.split(" ")):c==""||!i.inlineContent?[]:null}for(let a in this.marks){let i=this.marks[a],o=i.spec.excludes;i.excluded=o==null?[i]:o==""?[]:U1(this,o.split(" "))}this.nodeFromJSON=a=>di.fromJSON(this,a),this.markFromJSON=a=>Zt.fromJSON(this,a),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,n=null,r,a){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof H1){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(n,r,a)}text(e,n){let r=this.nodes.text;return new of(r,r.defaultAttrs,e,Zt.setFrom(n))}mark(e,n){return typeof e=="string"&&(e=this.marks[e]),e.create(n)}nodeType(e){let n=this.nodes[e];if(!n)throw new RangeError("Unknown node type: "+e);return n}}function U1(t,e){let n=[];for(let r=0;r-1)&&n.push(o=u)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return n}function $8(t){return t.tag!=null}function F8(t){return t.style!=null}class lo{constructor(e,n){this.schema=e,this.rules=n,this.tags=[],this.styles=[];let r=this.matchedStyles=[];n.forEach(a=>{if($8(a))this.tags.push(a);else if(F8(a)){let i=/[^=]*/.exec(a.style)[0];r.indexOf(i)<0&&r.push(i),this.styles.push(a)}}),this.normalizeLists=!this.tags.some(a=>{if(!/^(ul|ol)\b/.test(a.tag)||!a.node)return!1;let i=e.nodes[a.node];return i.contentMatch.matchType(i)})}parse(e,n={}){let r=new K1(this,n,!1);return r.addAll(e,Zt.none,n.from,n.to),r.finish()}parseSlice(e,n={}){let r=new K1(this,n,!0);return r.addAll(e,Zt.none,n.from,n.to),_e.maxOpen(r.finish())}matchTag(e,n,r){for(let a=r?this.tags.indexOf(r)+1:0;ae.length&&(c.charCodeAt(e.length)!=61||c.slice(e.length+1)!=n))){if(o.getAttrs){let u=o.getAttrs(n);if(u===!1)continue;o.attrs=u||void 0}return o}}}static schemaRules(e){let n=[];function r(a){let i=a.priority==null?50:a.priority,o=0;for(;o{r(o=q1(o)),o.mark||o.ignore||o.clearMark||(o.mark=a)})}for(let a in e.nodes){let i=e.nodes[a].spec.parseDOM;i&&i.forEach(o=>{r(o=q1(o)),o.node||o.ignore||o.mark||(o.node=a)})}return n}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new lo(e,lo.schemaRules(e)))}}const P2={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},B8={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},O2={ol:!0,ul:!0},Kd=1,wg=2,Rd=4;function W1(t,e,n){return e!=null?(e?Kd:0)|(e==="full"?wg:0):t&&t.whitespace=="pre"?Kd|wg:n&~Rd}class bh{constructor(e,n,r,a,i,o){this.type=e,this.attrs=n,this.marks=r,this.solid=a,this.options=o,this.content=[],this.activeMarks=Zt.none,this.match=i||(o&Rd?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let n=this.type.contentMatch.fillBefore(we.from(e));if(n)this.match=this.type.contentMatch.matchFragment(n);else{let r=this.type.contentMatch,a;return(a=r.findWrapping(e.type))?(this.match=r,a):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Kd)){let r=this.content[this.content.length-1],a;if(r&&r.isText&&(a=/[ \t\r\n\u000c]+$/.exec(r.text))){let i=r;r.text.length==a[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-a[0].length))}}let n=we.from(this.content);return!e&&this.match&&(n=n.append(this.match.fillBefore(we.empty,!0))),this.type?this.type.create(this.attrs,n,this.marks):n}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!P2.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class K1{constructor(e,n,r){this.parser=e,this.options=n,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let a=n.topNode,i,o=W1(null,n.preserveWhitespace,0)|(r?Rd:0);a?i=new bh(a.type,a.attrs,Zt.none,!0,n.topMatch||a.type.contentMatch,o):r?i=new bh(null,null,Zt.none,!0,null,o):i=new bh(e.schema.topNodeType,null,Zt.none,!0,null,o),this.nodes=[i],this.find=n.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,n){e.nodeType==3?this.addTextNode(e,n):e.nodeType==1&&this.addElement(e,n)}addTextNode(e,n){let r=e.nodeValue,a=this.top,i=a.options&wg?"full":this.localPreserveWS||(a.options&Kd)>0,{schema:o}=this.parser;if(i==="full"||a.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(i)if(i==="full")r=r.replace(/\r\n?/g,` -`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let c=r.split(/\r?\n|\r/);for(let u=0;u!u.clearMark(h)):n=n.concat(this.parser.schema.marks[u.mark].create(u.attrs)),u.consuming===!1)c=u;else break}}return n}addElementByRule(e,n,r,a){let i,o;if(n.node)if(o=this.parser.schema.nodes[n.node],o.isLeaf)this.insertNode(o.create(n.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let u=this.enter(o,n.attrs||null,r,n.preserveWhitespace);u&&(i=!0,r=u)}else{let u=this.parser.schema.marks[n.mark];r=r.concat(u.create(n.attrs))}let c=this.top;if(o&&o.isLeaf)this.findInside(e);else if(a)this.addElement(e,r,a);else if(n.getContent)this.findInside(e),n.getContent(e,this.parser.schema).forEach(u=>this.insertNode(u,r,!1));else{let u=e;typeof n.contentElement=="string"?u=e.querySelector(n.contentElement):typeof n.contentElement=="function"?u=n.contentElement(e):n.contentElement&&(u=n.contentElement),this.findAround(e,u,!0),this.addAll(u,r),this.findAround(e,u,!1)}i&&this.sync(c)&&this.open--}addAll(e,n,r,a){let i=r||0;for(let o=r?e.childNodes[r]:e.firstChild,c=a==null?null:e.childNodes[a];o!=c;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o,n);this.findAtPoint(e,i)}findPlace(e,n,r){let a,i;for(let o=this.open,c=0;o>=0;o--){let u=this.nodes[o],h=u.findWrapping(e);if(h&&(!a||a.length>h.length+c)&&(a=h,i=u,!h.length))break;if(u.solid){if(r)break;c+=2}}if(!a)return null;this.sync(i);for(let o=0;o(o.type?o.type.allowsMarkType(h.type):G1(h.type,e))?(u=h.addToSet(u),!1):!0),this.nodes.push(new bh(e,n,u,a,null,c)),this.open++,r}closeExtra(e=!1){let n=this.nodes.length-1;if(n>this.open){for(;n>this.open;n--)this.nodes[n-1].content.push(this.nodes[n].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let n=this.open;n>=0;n--){if(this.nodes[n]==e)return this.open=n,!0;this.localPreserveWS&&(this.nodes[n].options|=Kd)}return!1}get currentPos(){this.closeExtra();let e=0;for(let n=this.open;n>=0;n--){let r=this.nodes[n].content;for(let a=r.length-1;a>=0;a--)e+=r[a].nodeSize;n&&e++}return e}findAtPoint(e,n){if(this.find)for(let r=0;r-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let n=e.split("/"),r=this.options.context,a=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),i=-(r?r.depth+1:0)+(a?0:1),o=(c,u)=>{for(;c>=0;c--){let h=n[c];if(h==""){if(c==n.length-1||c==0)continue;for(;u>=i;u--)if(o(c-1,u))return!0;return!1}else{let f=u>0||u==0&&a?this.nodes[u].type:r&&u>=i?r.node(u-i).type:null;if(!f||f.name!=h&&!f.isInGroup(h))return!1;u--}}return!0};return o(n.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let n=e.depth;n>=0;n--){let r=e.node(n).contentMatchAt(e.indexAfter(n)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let n in this.parser.schema.nodes){let r=this.parser.schema.nodes[n];if(r.isTextblock&&r.defaultAttrs)return r}}}function V8(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&O2.hasOwnProperty(r)&&n?(n.appendChild(e),e=n):r=="li"?n=e:r&&(n=null)}}function H8(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function q1(t){let e={};for(let n in t)e[n]=t[n];return e}function G1(t,e){let n=e.schema.nodes;for(let r in n){let a=n[r];if(!a.allowsMarkType(t))continue;let i=[],o=c=>{i.push(c);for(let u=0;u{if(i.length||o.marks.length){let c=0,u=0;for(;c=0;a--){let i=this.serializeMark(e.marks[a],e.isInline,n);i&&((i.contentDOM||i.dom).appendChild(r),r=i.dom)}return r}serializeMark(e,n,r={}){let a=this.marks[e.type.name];return a&&_h(Nx(r),a(e,n),null,e.attrs)}static renderSpec(e,n,r=null,a){return _h(e,n,r,a)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new jl(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let n=J1(e.nodes);return n.text||(n.text=r=>r.text),n}static marksFromSchema(e){return J1(e.marks)}}function J1(t){let e={};for(let n in t){let r=t[n].spec.toDOM;r&&(e[n]=r)}return e}function Nx(t){return t.document||window.document}const Q1=new WeakMap;function U8(t){let e=Q1.get(t);return e===void 0&&Q1.set(t,e=W8(t)),e}function W8(t){let e=null;function n(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let a=0;a-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=a.indexOf(" ");o>0&&(n=a.slice(0,o),a=a.slice(o+1));let c,u=n?t.createElementNS(n,a):t.createElement(a),h=e[1],f=1;if(h&&typeof h=="object"&&h.nodeType==null&&!Array.isArray(h)){f=2;for(let m in h)if(h[m]!=null){let x=m.indexOf(" ");x>0?u.setAttributeNS(m.slice(0,x),m.slice(x+1),h[m]):m=="style"&&u.style?u.style.cssText=h[m]:u.setAttribute(m,h[m])}}for(let m=f;mf)throw new RangeError("Content hole must be the only child of its parent node");return{dom:u,contentDOM:u}}else{let{dom:y,contentDOM:N}=_h(t,x,n,r);if(u.appendChild(y),N){if(c)throw new RangeError("Multiple content holes");c=N}}}return{dom:u,contentDOM:c}}const L2=65535,D2=Math.pow(2,16);function K8(t,e){return t+e*D2}function Y1(t){return t&L2}function q8(t){return(t-(t&L2))/D2}const _2=1,z2=2,zh=4,$2=8;class jg{constructor(e,n,r){this.pos=e,this.delInfo=n,this.recover=r}get deleted(){return(this.delInfo&$2)>0}get deletedBefore(){return(this.delInfo&(_2|zh))>0}get deletedAfter(){return(this.delInfo&(z2|zh))>0}get deletedAcross(){return(this.delInfo&zh)>0}}class ar{constructor(e,n=!1){if(this.ranges=e,this.inverted=n,!e.length&&ar.empty)return ar.empty}recover(e){let n=0,r=Y1(e);if(!this.inverted)for(let a=0;ae)break;let h=this.ranges[c+i],f=this.ranges[c+o],m=u+h;if(e<=m){let x=h?e==u?-1:e==m?1:n:n,y=u+a+(x<0?0:f);if(r)return y;let N=e==(n<0?u:m)?null:K8(c/3,e-u),w=e==u?z2:e==m?_2:zh;return(n<0?e!=u:e!=m)&&(w|=$2),new jg(y,w,N)}a+=f-h}return r?e+a:new jg(e+a,0,null)}touches(e,n){let r=0,a=Y1(n),i=this.inverted?2:1,o=this.inverted?1:2;for(let c=0;ce)break;let h=this.ranges[c+i],f=u+h;if(e<=f&&c==a*3)return!0;r+=this.ranges[c+o]-h}return!1}forEach(e){let n=this.inverted?2:1,r=this.inverted?1:2;for(let a=0,i=0;a=0;n--){let a=e.getMirror(n);this.appendMap(e._maps[n].invert(),a!=null&&a>n?r-a-1:void 0)}}invert(){let e=new qd;return e.appendMappingInverted(this),e}map(e,n=1){if(this.mirror)return this._map(e,n,!0);for(let r=this.from;ri&&u!o.isAtom||!c.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),a),n.openStart,n.openEnd);return _n.fromReplace(e,this.from,this.to,i)}invert(){return new Jr(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new so(n.pos,r.pos,this.mark)}merge(e){return e instanceof so&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new so(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new so(n.from,n.to,e.markFromJSON(n.mark))}}ks.jsonID("addMark",so);class Jr extends ks{constructor(e,n,r){super(),this.from=e,this.to=n,this.mark=r}apply(e){let n=e.slice(this.from,this.to),r=new _e(P0(n.content,a=>a.mark(this.mark.removeFromSet(a.marks)),e),n.openStart,n.openEnd);return _n.fromReplace(e,this.from,this.to,r)}invert(){return new so(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new Jr(n.pos,r.pos,this.mark)}merge(e){return e instanceof Jr&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Jr(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new Jr(n.from,n.to,e.markFromJSON(n.mark))}}ks.jsonID("removeMark",Jr);class ro extends ks{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return _n.fail("No node at mark step's position");let r=n.type.create(n.attrs,null,this.mark.addToSet(n.marks));return _n.fromReplace(e,this.pos,this.pos+1,new _e(we.from(r),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);if(n){let r=this.mark.addToSet(n.marks);if(r.length==n.marks.length){for(let a=0;ar.pos?null:new Zn(n.pos,r.pos,a,i,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number"||typeof n.gapFrom!="number"||typeof n.gapTo!="number"||typeof n.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Zn(n.from,n.to,n.gapFrom,n.gapTo,_e.fromJSON(e,n.slice),n.insert,!!n.structure)}}ks.jsonID("replaceAround",Zn);function kg(t,e,n){let r=t.resolve(e),a=n-e,i=r.depth;for(;a>0&&i>0&&r.indexAfter(i)==r.node(i).childCount;)i--,a--;if(a>0){let o=r.node(i).maybeChild(r.indexAfter(i));for(;a>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,a--}}return!1}function G8(t,e,n,r){let a=[],i=[],o,c;t.doc.nodesBetween(e,n,(u,h,f)=>{if(!u.isInline)return;let m=u.marks;if(!r.isInSet(m)&&f.type.allowsMarkType(r.type)){let x=Math.max(h,e),y=Math.min(h+u.nodeSize,n),N=r.addToSet(m);for(let w=0;wt.step(u)),i.forEach(u=>t.step(u))}function J8(t,e,n,r){let a=[],i=0;t.doc.nodesBetween(e,n,(o,c)=>{if(!o.isInline)return;i++;let u=null;if(r instanceof op){let h=o.marks,f;for(;f=r.isInSet(h);)(u||(u=[])).push(f),h=f.removeFromSet(h)}else r?r.isInSet(o.marks)&&(u=[r]):u=o.marks;if(u&&u.length){let h=Math.min(c+o.nodeSize,n);for(let f=0;ft.step(new Jr(o.from,o.to,o.style)))}function O0(t,e,n,r=n.contentMatch,a=!0){let i=t.doc.nodeAt(e),o=[],c=e+1;for(let u=0;u=0;u--)t.step(o[u])}function Q8(t,e,n){return(e==0||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function _c(t){let n=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let r=t.depth,a=0,i=0;;--r){let o=t.$from.node(r),c=t.$from.index(r)+a,u=t.$to.indexAfter(r)-i;if(rn;N--)w||r.index(N)>0?(w=!0,f=we.from(r.node(N).copy(f)),m++):u--;let x=we.empty,y=0;for(let N=i,w=!1;N>n;N--)w||a.after(N+1)=0;o--){if(r.size){let c=n[o].type.contentMatch.matchFragment(r);if(!c||!c.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=we.from(n[o].type.create(n[o].attrs,r))}let a=e.start,i=e.end;t.step(new Zn(a,i,a,i,new _e(r,0,0),n.length,!0))}function tO(t,e,n,r,a){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=t.steps.length;t.doc.nodesBetween(e,n,(o,c)=>{let u=typeof a=="function"?a(o):a;if(o.isTextblock&&!o.hasMarkup(r,u)&&nO(t.doc,t.mapping.slice(i).map(c),r)){let h=null;if(r.schema.linebreakReplacement){let y=r.whitespace=="pre",N=!!r.contentMatch.matchType(r.schema.linebreakReplacement);y&&!N?h=!1:!y&&N&&(h=!0)}h===!1&&B2(t,o,c,i),O0(t,t.mapping.slice(i).map(c,1),r,void 0,h===null);let f=t.mapping.slice(i),m=f.map(c,1),x=f.map(c+o.nodeSize,1);return t.step(new Zn(m,x,m+1,x-1,new _e(we.from(r.create(u,null,o.marks)),0,0),1,!0)),h===!0&&F2(t,o,c,i),!1}})}function F2(t,e,n,r){e.forEach((a,i)=>{if(a.isText){let o,c=/\r?\n|\r/g;for(;o=c.exec(a.text);){let u=t.mapping.slice(r).map(n+1+i+o.index);t.replaceWith(u,u+1,e.type.schema.linebreakReplacement.create())}}})}function B2(t,e,n,r){e.forEach((a,i)=>{if(a.type==a.type.schema.linebreakReplacement){let o=t.mapping.slice(r).map(n+1+i);t.replaceWith(o,o+1,e.type.schema.text(` -`))}})}function nO(t,e,n){let r=t.resolve(e),a=r.index();return r.parent.canReplaceWith(a,a+1,n)}function sO(t,e,n,r,a){let i=t.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");n||(n=i.type);let o=n.create(r,null,a||i.marks);if(i.isLeaf)return t.replaceWith(e,e+i.nodeSize,o);if(!n.validContent(i.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new Zn(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new _e(we.from(o),0,0),1,!0))}function ui(t,e,n=1,r){let a=t.resolve(e),i=a.depth-n,o=r&&r[r.length-1]||a.parent;if(i<0||a.parent.type.spec.isolating||!a.parent.canReplace(a.index(),a.parent.childCount)||!o.type.validContent(a.parent.content.cutByIndex(a.index(),a.parent.childCount)))return!1;for(let h=a.depth-1,f=n-2;h>i;h--,f--){let m=a.node(h),x=a.index(h);if(m.type.spec.isolating)return!1;let y=m.content.cutByIndex(x,m.childCount),N=r&&r[f+1];N&&(y=y.replaceChild(0,N.type.create(N.attrs)));let w=r&&r[f]||m;if(!m.canReplace(x+1,m.childCount)||!w.type.validContent(y))return!1}let c=a.indexAfter(i),u=r&&r[0];return a.node(i).canReplaceWith(c,c,u?u.type:a.node(i+1).type)}function rO(t,e,n=1,r){let a=t.doc.resolve(e),i=we.empty,o=we.empty;for(let c=a.depth,u=a.depth-n,h=n-1;c>u;c--,h--){i=we.from(a.node(c).copy(i));let f=r&&r[h];o=we.from(f?f.type.create(f.attrs,o):a.node(c).copy(o))}t.step(new Xn(e,e,new _e(i.append(o),n,n),!0))}function wo(t,e){let n=t.resolve(e),r=n.index();return V2(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function aO(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:r}=t.type.schema;for(let a=0;a0?(i=r.node(a+1),c++,o=r.node(a).maybeChild(c)):(i=r.node(a).maybeChild(c-1),o=r.node(a+1)),i&&!i.isTextblock&&V2(i,o)&&r.node(a).canReplace(c,c+1))return e;if(a==0)break;e=n<0?r.before(a):r.after(a)}}function iO(t,e,n){let r=null,{linebreakReplacement:a}=t.doc.type.schema,i=t.doc.resolve(e-n),o=i.node().type;if(a&&o.inlineContent){let f=o.whitespace=="pre",m=!!o.contentMatch.matchType(a);f&&!m?r=!1:!f&&m&&(r=!0)}let c=t.steps.length;if(r===!1){let f=t.doc.resolve(e+n);B2(t,f.node(),f.before(),c)}o.inlineContent&&O0(t,e+n-1,o,i.node().contentMatchAt(i.index()),r==null);let u=t.mapping.slice(c),h=u.map(e-n);if(t.step(new Xn(h,u.map(e+n,-1),_e.empty,!0)),r===!0){let f=t.doc.resolve(h);F2(t,f.node(),f.before(),t.steps.length)}return t}function oO(t,e,n){let r=t.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),n))return e;if(r.parentOffset==0)for(let a=r.depth-1;a>=0;a--){let i=r.index(a);if(r.node(a).canReplaceWith(i,i,n))return r.before(a+1);if(i>0)return null}if(r.parentOffset==r.parent.content.size)for(let a=r.depth-1;a>=0;a--){let i=r.indexAfter(a);if(r.node(a).canReplaceWith(i,i,n))return r.after(a+1);if(i=0;o--){let c=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,u=r.index(o)+(c>0?1:0),h=r.node(o),f=!1;if(i==1)f=h.canReplace(u,u,a);else{let m=h.contentMatchAt(u).findWrapping(a.firstChild.type);f=m&&h.canReplaceWith(u,u,m[0])}if(f)return c==0?r.pos:c<0?r.before(o+1):r.after(o+1)}return null}function cp(t,e,n=e,r=_e.empty){if(e==n&&!r.size)return null;let a=t.resolve(e),i=t.resolve(n);return U2(a,i,r)?new Xn(e,n,r):new lO(a,i,r).fit()}function U2(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}class lO{constructor(e,n,r){this.$from=e,this.$to=n,this.unplaced=r,this.frontier=[],this.placed=we.empty;for(let a=0;a<=e.depth;a++){let i=e.node(a);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(a))})}for(let a=e.depth;a>0;a--)this.placed=we.from(e.node(a).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let h=this.findFittable();h?this.placeNodes(h):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),n=this.placed.size-this.depth-this.$from.depth,r=this.$from,a=this.close(e<0?this.$to:r.doc.resolve(e));if(!a)return null;let i=this.placed,o=r.depth,c=a.depth;for(;o&&c&&i.childCount==1;)i=i.firstChild.content,o--,c--;let u=new _e(i,o,c);return e>-1?new Zn(r.pos,e,this.$to.pos,this.$to.end(),u,n):u.size||r.pos!=this.$to.pos?new Xn(r.pos,a.pos,u):null}findFittable(){let e=this.unplaced.openStart;for(let n=this.unplaced.content,r=0,a=this.unplaced.openEnd;r1&&(a=0),i.type.spec.isolating&&a<=r){e=r;break}n=i.content}for(let n=1;n<=2;n++)for(let r=n==1?e:this.unplaced.openStart;r>=0;r--){let a,i=null;r?(i=jx(this.unplaced.content,r-1).firstChild,a=i.content):a=this.unplaced.content;let o=a.firstChild;for(let c=this.depth;c>=0;c--){let{type:u,match:h}=this.frontier[c],f,m=null;if(n==1&&(o?h.matchType(o.type)||(m=h.fillBefore(we.from(o),!1)):i&&u.compatibleContent(i.type)))return{sliceDepth:r,frontierDepth:c,parent:i,inject:m};if(n==2&&o&&(f=h.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:c,parent:i,wrap:f};if(i&&h.matchType(i.type))break}}}openMore(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=jx(e,n);return!a.childCount||a.firstChild.isLeaf?!1:(this.unplaced=new _e(e,n+1,Math.max(r,a.size+n>=e.size-r?n+1:0)),!0)}dropNode(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=jx(e,n);if(a.childCount<=1&&n>0){let i=e.size-n<=n+a.size;this.unplaced=new _e(wd(e,n-1,1),n-1,i?n-1:r)}else this.unplaced=new _e(wd(e,n,1),n,r)}placeNodes({sliceDepth:e,frontierDepth:n,parent:r,inject:a,wrap:i}){for(;this.depth>n;)this.closeFrontierNode();if(i)for(let w=0;w1||u==0||w.content.size)&&(m=j,f.push(W2(w.mark(x.allowedMarks(w.marks)),h==1?u:0,h==c.childCount?y:-1)))}let N=h==c.childCount;N||(y=-1),this.placed=jd(this.placed,n,we.from(f)),this.frontier[n].match=m,N&&y<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let w=0,j=c;w1&&a==this.$to.end(--r);)++a;return a}findCloseLevel(e){e:for(let n=Math.min(this.depth,e.depth);n>=0;n--){let{match:r,type:a}=this.frontier[n],i=n=0;c--){let{match:u,type:h}=this.frontier[c],f=kx(e,c,h,u,!0);if(!f||f.childCount)continue e}return{depth:n,fit:o,move:i?e.doc.resolve(e.after(n+1)):e}}}}close(e){let n=this.findCloseLevel(e);if(!n)return null;for(;this.depth>n.depth;)this.closeFrontierNode();n.fit.childCount&&(this.placed=jd(this.placed,n.depth,n.fit)),e=n.move;for(let r=n.depth+1;r<=e.depth;r++){let a=e.node(r),i=a.type.contentMatch.fillBefore(a.content,!0,e.index(r));this.openFrontierNode(a.type,a.attrs,i)}return e}openFrontierNode(e,n=null,r){let a=this.frontier[this.depth];a.match=a.match.matchType(e),this.placed=jd(this.placed,this.depth,we.from(e.create(n,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let n=this.frontier.pop().match.fillBefore(we.empty,!0);n.childCount&&(this.placed=jd(this.placed,this.frontier.length,n))}}function wd(t,e,n){return e==0?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(wd(t.firstChild.content,e-1,n)))}function jd(t,e,n){return e==0?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(jd(t.lastChild.content,e-1,n)))}function jx(t,e){for(let n=0;n1&&(r=r.replaceChild(0,W2(r.firstChild,e-1,r.childCount==1?n-1:0))),e>0&&(r=t.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(t.type.contentMatch.matchFragment(r).fillBefore(we.empty,!0)))),t.copy(r)}function kx(t,e,n,r,a){let i=t.node(e),o=a?t.indexAfter(e):t.index(e);if(o==i.childCount&&!n.compatibleContent(i.type))return null;let c=r.fillBefore(i.content,!0,o);return c&&!cO(n,i.content,o)?c:null}function cO(t,e,n){for(let r=n;r0;x--,y--){let N=a.node(x).type.spec;if(N.defining||N.definingAsContext||N.isolating)break;o.indexOf(x)>-1?c=x:a.before(x)==y&&o.splice(1,0,-x)}let u=o.indexOf(c),h=[],f=r.openStart;for(let x=r.content,y=0;;y++){let N=x.firstChild;if(h.push(N),y==r.openStart)break;x=N.content}for(let x=f-1;x>=0;x--){let y=h[x],N=dO(y.type);if(N&&!y.sameMarkup(a.node(Math.abs(c)-1)))f=x;else if(N||!y.type.isTextblock)break}for(let x=r.openStart;x>=0;x--){let y=(x+f+1)%(r.openStart+1),N=h[y];if(N)for(let w=0;w=0&&(t.replace(e,n,r),!(t.steps.length>m));x--){let y=o[x];y<0||(e=a.before(y),n=i.after(y))}}function K2(t,e,n,r,a){if(er){let i=a.contentMatchAt(0),o=i.fillBefore(t).append(t);t=o.append(i.matchFragment(o).fillBefore(we.empty,!0))}return t}function hO(t,e,n,r){if(!r.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let a=oO(t.doc,e,r.type);a!=null&&(e=n=a)}t.replaceRange(e,n,new _e(we.from(r),0,0))}function fO(t,e,n){let r=t.doc.resolve(e),a=t.doc.resolve(n),i=q2(r,a);for(let o=0;o0&&(u||r.node(c-1).canReplace(r.index(c-1),a.indexAfter(c-1))))return t.delete(r.before(c),a.after(c))}for(let o=1;o<=r.depth&&o<=a.depth;o++)if(e-r.start(o)==r.depth-o&&n>r.end(o)&&a.end(o)-n!=a.depth-o&&r.start(o-1)==a.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),a.index(o-1)))return t.delete(r.before(o),n);t.delete(e,n)}function q2(t,e){let n=[],r=Math.min(t.depth,e.depth);for(let a=r;a>=0;a--){let i=t.start(a);if(ie.pos+(e.depth-a)||t.node(a).type.spec.isolating||e.node(a).type.spec.isolating)break;(i==e.start(a)||a==t.depth&&a==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&a&&e.start(a-1)==i-1)&&n.push(a)}return n}class xc extends ks{constructor(e,n,r){super(),this.pos=e,this.attr=n,this.value=r}apply(e){let n=e.nodeAt(this.pos);if(!n)return _n.fail("No node at attribute step's position");let r=Object.create(null);for(let i in n.attrs)r[i]=n.attrs[i];r[this.attr]=this.value;let a=n.type.create(r,null,n.marks);return _n.fromReplace(e,this.pos,this.pos+1,new _e(we.from(a),0,n.isLeaf?0:1))}getMap(){return ar.empty}invert(e){return new xc(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new xc(n.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.pos!="number"||typeof n.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new xc(n.pos,n.attr,n.value)}}ks.jsonID("attr",xc);class Gd extends ks{constructor(e,n){super(),this.attr=e,this.value=n}apply(e){let n=Object.create(null);for(let a in e.attrs)n[a]=e.attrs[a];n[this.attr]=this.value;let r=e.type.create(n,e.content,e.marks);return _n.ok(r)}getMap(){return ar.empty}invert(e){return new Gd(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Gd(n.attr,n.value)}}ks.jsonID("docAttr",Gd);let kc=class extends Error{};kc=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n};kc.prototype=Object.create(Error.prototype);kc.prototype.constructor=kc;kc.prototype.name="TransformError";class D0{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new qd}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let n=this.maybeStep(e);if(n.failed)throw new kc(n.failed);return this}maybeStep(e){let n=e.apply(this.doc);return n.failed||this.addStep(e,n.doc),n}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,n=-1e9;for(let r=0;r{e=Math.min(e,c),n=Math.max(n,u)})}return e==1e9?null:{from:e,to:n}}addStep(e,n){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=n}replace(e,n=e,r=_e.empty){let a=cp(this.doc,e,n,r);return a&&this.step(a),this}replaceWith(e,n,r){return this.replace(e,n,new _e(we.from(r),0,0))}delete(e,n){return this.replace(e,n,_e.empty)}insert(e,n){return this.replaceWith(e,e,n)}replaceRange(e,n,r){return uO(this,e,n,r),this}replaceRangeWith(e,n,r){return hO(this,e,n,r),this}deleteRange(e,n){return fO(this,e,n),this}lift(e,n){return Y8(this,e,n),this}join(e,n=1){return iO(this,e,n),this}wrap(e,n){return eO(this,e,n),this}setBlockType(e,n=e,r,a=null){return tO(this,e,n,r,a),this}setNodeMarkup(e,n,r=null,a){return sO(this,e,n,r,a),this}setNodeAttribute(e,n,r){return this.step(new xc(e,n,r)),this}setDocAttribute(e,n){return this.step(new Gd(e,n)),this}addNodeMark(e,n){return this.step(new ro(e,n)),this}removeNodeMark(e,n){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(n instanceof Zt)n.isInSet(r.marks)&&this.step(new pl(e,n));else{let a=r.marks,i,o=[];for(;i=n.isInSet(a);)o.push(new pl(e,i)),a=i.removeFromSet(a);for(let c=o.length-1;c>=0;c--)this.step(o[c])}return this}split(e,n=1,r){return rO(this,e,n,r),this}addMark(e,n,r){return G8(this,e,n,r),this}removeMark(e,n,r){return J8(this,e,n,r),this}clearIncompatible(e,n,r){return O0(this,e,n,r),this}}const Sx=Object.create(null);class ot{constructor(e,n,r){this.$anchor=e,this.$head=n,this.ranges=r||[new G2(e.min(n),e.max(n))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let n=0;n=0;i--){let o=n<0?ac(e.node(0),e.node(i),e.before(i+1),e.index(i),n,r):ac(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,n,r);if(o)return o}return null}static near(e,n=1){return this.findFrom(e,n)||this.findFrom(e,-n)||new or(e.node(0))}static atStart(e){return ac(e,e,0,0,1)||new or(e)}static atEnd(e){return ac(e,e,e.content.size,e.childCount,-1)||new or(e)}static fromJSON(e,n){if(!n||!n.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=Sx[n.type];if(!r)throw new RangeError(`No selection type ${n.type} defined`);return r.fromJSON(e,n)}static jsonID(e,n){if(e in Sx)throw new RangeError("Duplicate use of selection JSON ID "+e);return Sx[e]=n,n.prototype.jsonID=e,n}getBookmark(){return et.between(this.$anchor,this.$head).getBookmark()}}ot.prototype.visible=!0;class G2{constructor(e,n){this.$from=e,this.$to=n}}let Z1=!1;function eN(t){!Z1&&!t.parent.inlineContent&&(Z1=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class et extends ot{constructor(e,n=e){eN(e),eN(n),super(e,n)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,n){let r=e.resolve(n.map(this.head));if(!r.parent.inlineContent)return ot.near(r);let a=e.resolve(n.map(this.anchor));return new et(a.parent.inlineContent?a:r,r)}replace(e,n=_e.empty){if(super.replace(e,n),n==_e.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof et&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new dp(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,n){if(typeof n.anchor!="number"||typeof n.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new et(e.resolve(n.anchor),e.resolve(n.head))}static create(e,n,r=n){let a=e.resolve(n);return new this(a,r==n?a:e.resolve(r))}static between(e,n,r){let a=e.pos-n.pos;if((!r||a)&&(r=a>=0?1:-1),!n.parent.inlineContent){let i=ot.findFrom(n,r,!0)||ot.findFrom(n,-r,!0);if(i)n=i.$head;else return ot.near(n,r)}return e.parent.inlineContent||(a==0?e=n:(e=(ot.findFrom(e,-r,!0)||ot.findFrom(e,r,!0)).$anchor,e.pos0?0:1);a>0?o=0;o+=a){let c=e.child(o);if(c.isAtom){if(!i&&Ze.isSelectable(c))return Ze.create(t,n-(a<0?c.nodeSize:0))}else{let u=ac(t,c,n+a,a<0?c.childCount:0,a,i);if(u)return u}n+=c.nodeSize*a}return null}function tN(t,e,n){let r=t.steps.length-1;if(r{o==null&&(o=f)}),t.setSelection(ot.near(t.doc.resolve(o),n))}const nN=1,vh=2,sN=4;class mO extends D0{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=vh,this}ensureMarks(e){return Zt.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&vh)>0}addStep(e,n){super.addStep(e,n),this.updated=this.updated&~vh,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,n=!0){let r=this.selection;return n&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||Zt.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,n,r){let a=this.doc.type.schema;if(n==null)return e?this.replaceSelectionWith(a.text(e),!0):this.deleteSelection();{if(r==null&&(r=n),!e)return this.deleteRange(n,r);let i=this.storedMarks;if(!i){let o=this.doc.resolve(n);i=r==n?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(n,r,a.text(e,i)),!this.selection.empty&&this.selection.to==n+e.length&&this.setSelection(ot.near(this.selection.$to)),this}}setMeta(e,n){return this.meta[typeof e=="string"?e:e.key]=n,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=sN,this}get scrolledIntoView(){return(this.updated&sN)>0}}function rN(t,e){return!e||!t?t:t.bind(e)}class kd{constructor(e,n,r){this.name=e,this.init=rN(n.init,r),this.apply=rN(n.apply,r)}}const xO=[new kd("doc",{init(t){return t.doc||t.schema.topNodeType.createAndFill()},apply(t){return t.doc}}),new kd("selection",{init(t,e){return t.selection||ot.atStart(e.doc)},apply(t){return t.selection}}),new kd("storedMarks",{init(t){return t.storedMarks||null},apply(t,e,n,r){return r.selection.$cursor?t.storedMarks:null}}),new kd("scrollToSelection",{init(){return 0},apply(t,e){return t.scrolledIntoView?e+1:e}})];class Cx{constructor(e,n){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=xO.slice(),n&&n.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new kd(r.key,r.spec.state,r))})}}class fc{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,n=-1){for(let r=0;rr.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let a=e[r],i=a.spec.state;i&&i.toJSON&&(n[r]=i.toJSON.call(a,this[a.key]))}return n}static fromJSON(e,n,r){if(!n)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let a=new Cx(e.schema,e.plugins),i=new fc(a);return a.fields.forEach(o=>{if(o.name=="doc")i.doc=di.fromJSON(e.schema,n.doc);else if(o.name=="selection")i.selection=ot.fromJSON(i.doc,n.selection);else if(o.name=="storedMarks")n.storedMarks&&(i.storedMarks=n.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let c in r){let u=r[c],h=u.spec.state;if(u.key==o.name&&h&&h.fromJSON&&Object.prototype.hasOwnProperty.call(n,c)){i[o.name]=h.fromJSON.call(u,e,n[c],i);return}}i[o.name]=o.init(e,i)}}),i}}function J2(t,e,n){for(let r in t){let a=t[r];a instanceof Function?a=a.bind(e):r=="handleDOMEvents"&&(a=J2(a,e,{})),n[r]=a}return n}class rn{constructor(e){this.spec=e,this.props={},e.props&&J2(e.props,this,this.props),this.key=e.key?e.key.key:Q2("plugin")}getState(e){return e[this.key]}}const Tx=Object.create(null);function Q2(t){return t in Tx?t+"$"+ ++Tx[t]:(Tx[t]=0,t+"$")}class pn{constructor(e="key"){this.key=Q2(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const z0=(t,e)=>t.selection.empty?!1:(e&&e(t.tr.deleteSelection().scrollIntoView()),!0);function Y2(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}const X2=(t,e,n)=>{let r=Y2(t,n);if(!r)return!1;let a=$0(r);if(!a){let o=r.blockRange(),c=o&&_c(o);return c==null?!1:(e&&e(t.tr.lift(o,c).scrollIntoView()),!0)}let i=a.nodeBefore;if(oS(t,a,e,-1))return!0;if(r.parent.content.size==0&&(Sc(i,"end")||Ze.isSelectable(i)))for(let o=r.depth;;o--){let c=cp(t.doc,r.before(o),r.after(o),_e.empty);if(c&&c.slice.size1)break}return i.isAtom&&a.depth==r.depth-1?(e&&e(t.tr.delete(a.pos-i.nodeSize,a.pos).scrollIntoView()),!0):!1},gO=(t,e,n)=>{let r=Y2(t,n);if(!r)return!1;let a=$0(r);return a?Z2(t,a,e):!1},yO=(t,e,n)=>{let r=tS(t,n);if(!r)return!1;let a=F0(r);return a?Z2(t,a,e):!1};function Z2(t,e,n){let r=e.nodeBefore,a=r,i=e.pos-1;for(;!a.isTextblock;i--){if(a.type.spec.isolating)return!1;let f=a.lastChild;if(!f)return!1;a=f}let o=e.nodeAfter,c=o,u=e.pos+1;for(;!c.isTextblock;u++){if(c.type.spec.isolating)return!1;let f=c.firstChild;if(!f)return!1;c=f}let h=cp(t.doc,i,u,_e.empty);if(!h||h.from!=i||h instanceof Xn&&h.slice.size>=u-i)return!1;if(n){let f=t.tr.step(h);f.setSelection(et.create(f.doc,i)),n(f.scrollIntoView())}return!0}function Sc(t,e,n=!1){for(let r=t;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}const eS=(t,e,n)=>{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("backward",t):r.parentOffset>0)return!1;i=$0(r)}let o=i&&i.nodeBefore;return!o||!Ze.isSelectable(o)?!1:(e&&e(t.tr.setSelection(Ze.create(t.doc,i.pos-o.nodeSize)).scrollIntoView()),!0)};function $0(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function tS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset{let r=tS(t,n);if(!r)return!1;let a=F0(r);if(!a)return!1;let i=a.nodeAfter;if(oS(t,a,e,1))return!0;if(r.parent.content.size==0&&(Sc(i,"start")||Ze.isSelectable(i))){let o=cp(t.doc,r.before(),r.after(),_e.empty);if(o&&o.slice.size{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("forward",t):r.parentOffset=0;e--){let n=t.node(e);if(t.index(e)+1{let n=t.selection,r=n instanceof Ze,a;if(r){if(n.node.isTextblock||!wo(t.doc,n.from))return!1;a=n.from}else if(a=lp(t.doc,n.from,-1),a==null)return!1;if(e){let i=t.tr.join(a);r&&i.setSelection(Ze.create(i.doc,a-t.doc.resolve(a).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},vO=(t,e)=>{let n=t.selection,r;if(n instanceof Ze){if(n.node.isTextblock||!wo(t.doc,n.to))return!1;r=n.to}else if(r=lp(t.doc,n.to,1),r==null)return!1;return e&&e(t.tr.join(r).scrollIntoView()),!0},NO=(t,e)=>{let{$from:n,$to:r}=t.selection,a=n.blockRange(r),i=a&&_c(a);return i==null?!1:(e&&e(t.tr.lift(a,i).scrollIntoView()),!0)},rS=(t,e)=>{let{$head:n,$anchor:r}=t.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(e&&e(t.tr.insertText(` -`).scrollIntoView()),!0)};function B0(t){for(let e=0;e{let{$head:n,$anchor:r}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let a=n.node(-1),i=n.indexAfter(-1),o=B0(a.contentMatchAt(i));if(!o||!a.canReplaceWith(i,i,o))return!1;if(e){let c=n.after(),u=t.tr.replaceWith(c,c,o.createAndFill());u.setSelection(ot.near(u.doc.resolve(c),1)),e(u.scrollIntoView())}return!0},aS=(t,e)=>{let n=t.selection,{$from:r,$to:a}=n;if(n instanceof or||r.parent.inlineContent||a.parent.inlineContent)return!1;let i=B0(a.parent.contentMatchAt(a.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let o=(!r.parentOffset&&a.index(){let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let i=n.before();if(ui(t.doc,i))return e&&e(t.tr.split(i).scrollIntoView()),!0}let r=n.blockRange(),a=r&&_c(r);return a==null?!1:(e&&e(t.tr.lift(r,a).scrollIntoView()),!0)};function jO(t){return(e,n)=>{let{$from:r,$to:a}=e.selection;if(e.selection instanceof Ze&&e.selection.node.isBlock)return!r.parentOffset||!ui(e.doc,r.pos)?!1:(n&&n(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let i=[],o,c,u=!1,h=!1;for(let y=r.depth;;y--)if(r.node(y).isBlock){u=r.end(y)==r.pos+(r.depth-y),h=r.start(y)==r.pos-(r.depth-y),c=B0(r.node(y-1).contentMatchAt(r.indexAfter(y-1))),i.unshift(u&&c?{type:c}:null),o=y;break}else{if(y==1)return!1;i.unshift(null)}let f=e.tr;(e.selection instanceof et||e.selection instanceof or)&&f.deleteSelection();let m=f.mapping.map(r.pos),x=ui(f.doc,m,i.length,i);if(x||(i[0]=c?{type:c}:null,x=ui(f.doc,m,i.length,i)),!x)return!1;if(f.split(m,i.length,i),!u&&h&&r.node(o).type!=c){let y=f.mapping.map(r.before(o)),N=f.doc.resolve(y);c&&r.node(o-1).canReplaceWith(N.index(),N.index()+1,c)&&f.setNodeMarkup(f.mapping.map(r.before(o)),c)}return n&&n(f.scrollIntoView()),!0}}const kO=jO(),SO=(t,e)=>{let{$from:n,to:r}=t.selection,a,i=n.sharedDepth(r);return i==0?!1:(a=n.before(i),e&&e(t.tr.setSelection(Ze.create(t.doc,a))),!0)};function CO(t,e,n){let r=e.nodeBefore,a=e.nodeAfter,i=e.index();return!r||!a||!r.type.compatibleContent(a.type)?!1:!r.content.size&&e.parent.canReplace(i-1,i)?(n&&n(t.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(i,i+1)||!(a.isTextblock||wo(t.doc,e.pos))?!1:(n&&n(t.tr.join(e.pos).scrollIntoView()),!0)}function oS(t,e,n,r){let a=e.nodeBefore,i=e.nodeAfter,o,c,u=a.type.spec.isolating||i.type.spec.isolating;if(!u&&CO(t,e,n))return!0;let h=!u&&e.parent.canReplace(e.index(),e.index()+1);if(h&&(o=(c=a.contentMatchAt(a.childCount)).findWrapping(i.type))&&c.matchType(o[0]||i.type).validEnd){if(n){let y=e.pos+i.nodeSize,N=we.empty;for(let S=o.length-1;S>=0;S--)N=we.from(o[S].create(null,N));N=we.from(a.copy(N));let w=t.tr.step(new Zn(e.pos-1,y,e.pos,y,new _e(N,1,0),o.length,!0)),j=w.doc.resolve(y+2*o.length);j.nodeAfter&&j.nodeAfter.type==a.type&&wo(w.doc,j.pos)&&w.join(j.pos),n(w.scrollIntoView())}return!0}let f=i.type.spec.isolating||r>0&&u?null:ot.findFrom(e,1),m=f&&f.$from.blockRange(f.$to),x=m&&_c(m);if(x!=null&&x>=e.depth)return n&&n(t.tr.lift(m,x).scrollIntoView()),!0;if(h&&Sc(i,"start",!0)&&Sc(a,"end")){let y=a,N=[];for(;N.push(y),!y.isTextblock;)y=y.lastChild;let w=i,j=1;for(;!w.isTextblock;w=w.firstChild)j++;if(y.canReplace(y.childCount,y.childCount,w.content)){if(n){let S=we.empty;for(let T=N.length-1;T>=0;T--)S=we.from(N[T].copy(S));let E=t.tr.step(new Zn(e.pos-N.length,e.pos+i.nodeSize,e.pos+j,e.pos+i.nodeSize-j,new _e(S,N.length,0),0,!0));n(E.scrollIntoView())}return!0}}return!1}function lS(t){return function(e,n){let r=e.selection,a=t<0?r.$from:r.$to,i=a.depth;for(;a.node(i).isInline;){if(!i)return!1;i--}return a.node(i).isTextblock?(n&&n(e.tr.setSelection(et.create(e.doc,t<0?a.start(i):a.end(i)))),!0):!1}}const TO=lS(-1),EO=lS(1);function MO(t,e=null){return function(n,r){let{$from:a,$to:i}=n.selection,o=a.blockRange(i),c=o&&L0(o,t,e);return c?(r&&r(n.tr.wrap(o,c).scrollIntoView()),!0):!1}}function aN(t,e=null){return function(n,r){let a=!1;for(let i=0;i{if(a)return!1;if(!(!u.isTextblock||u.hasMarkup(t,e)))if(u.type==t)a=!0;else{let f=n.doc.resolve(h),m=f.index();a=f.parent.canReplaceWith(m,m+1,t)}})}if(!a)return!1;if(r){let i=n.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let u=o.resolve(e.start-2);i=new af(u,u,e.depth),e.endIndex=0;f--)i=we.from(n[f].type.create(n[f].attrs,i));t.step(new Zn(e.start-(r?2:0),e.end,e.start,e.end,new _e(i,0,0),n.length,!0));let o=0;for(let f=0;fo.childCount>0&&o.firstChild.type==t);return i?n?r.node(i.depth-1).type==t?OO(e,n,t,i):LO(e,n,i):!0:!1}}function OO(t,e,n,r){let a=t.tr,i=r.end,o=r.$to.end(r.depth);iw;N--)y-=a.child(N).nodeSize,r.delete(y-1,y+1);let i=r.doc.resolve(n.start),o=i.nodeAfter;if(r.mapping.map(n.end)!=n.start+i.nodeAfter.nodeSize)return!1;let c=n.startIndex==0,u=n.endIndex==a.childCount,h=i.node(-1),f=i.index(-1);if(!h.canReplace(f+(c?0:1),f+1,o.content.append(u?we.empty:we.from(a))))return!1;let m=i.pos,x=m+o.nodeSize;return r.step(new Zn(m-(c?1:0),x+(u?1:0),m+1,x-1,new _e((c?we.empty:we.from(a.copy(we.empty))).append(u?we.empty:we.from(a.copy(we.empty))),c?0:1,u?0:1),c?0:1)),e(r.scrollIntoView()),!0}function DO(t){return function(e,n){let{$from:r,$to:a}=e.selection,i=r.blockRange(a,h=>h.childCount>0&&h.firstChild.type==t);if(!i)return!1;let o=i.startIndex;if(o==0)return!1;let c=i.parent,u=c.child(o-1);if(u.type!=t)return!1;if(n){let h=u.lastChild&&u.lastChild.type==c.type,f=we.from(h?t.create():null),m=new _e(we.from(t.create(null,we.from(c.type.create(null,f)))),h?3:1,0),x=i.start,y=i.end;n(e.tr.step(new Zn(x-(h?3:1),y,x,y,m,1,!0)).scrollIntoView())}return!0}}const ls=function(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e},Cc=function(t){let e=t.assignedSlot||t.parentNode;return e&&e.nodeType==11?e.host:e};let Sg=null;const ai=function(t,e,n){let r=Sg||(Sg=document.createRange());return r.setEnd(t,n??t.nodeValue.length),r.setStart(t,e||0),r},_O=function(){Sg=null},ml=function(t,e,n,r){return n&&(iN(t,e,n,r,-1)||iN(t,e,n,r,1))},zO=/^(img|br|input|textarea|hr)$/i;function iN(t,e,n,r,a){for(var i;;){if(t==n&&e==r)return!0;if(e==(a<0?0:Sr(t))){let o=t.parentNode;if(!o||o.nodeType!=1||cu(t)||zO.test(t.nodeName)||t.contentEditable=="false")return!1;e=ls(t)+(a<0?0:1),t=o}else if(t.nodeType==1){let o=t.childNodes[e+(a<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((i=o.pmViewDesc)===null||i===void 0)&&i.ignoreForSelection)e+=a;else return!1;else t=o,e=a<0?Sr(t):0}else return!1}}function Sr(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function $O(t,e){for(;;){if(t.nodeType==3&&e)return t;if(t.nodeType==1&&e>0){if(t.contentEditable=="false")return null;t=t.childNodes[e-1],e=Sr(t)}else if(t.parentNode&&!cu(t))e=ls(t),t=t.parentNode;else return null}}function FO(t,e){for(;;){if(t.nodeType==3&&e2),kr=Tc||(wa?/Mac/.test(wa.platform):!1),uS=wa?/Win/.test(wa.platform):!1,ci=/Android \d/.test(jo),du=!!oN&&"webkitFontSmoothing"in oN.documentElement.style,UO=du?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function WO(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function ei(t,e){return typeof t=="number"?t:t[e]}function KO(t){let e=t.getBoundingClientRect(),n=e.width/t.offsetWidth||1,r=e.height/t.offsetHeight||1;return{left:e.left,right:e.left+t.clientWidth*n,top:e.top,bottom:e.top+t.clientHeight*r}}function lN(t,e,n){let r=t.someProp("scrollThreshold")||0,a=t.someProp("scrollMargin")||5,i=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(o.nodeType!=1){o=Cc(o);continue}let c=o,u=c==i.body,h=u?WO(i):KO(c),f=0,m=0;if(e.toph.bottom-ei(r,"bottom")&&(m=e.bottom-e.top>h.bottom-h.top?e.top+ei(a,"top")-h.top:e.bottom-h.bottom+ei(a,"bottom")),e.lefth.right-ei(r,"right")&&(f=e.right-h.right+ei(a,"right")),f||m)if(u)i.defaultView.scrollBy(f,m);else{let y=c.scrollLeft,N=c.scrollTop;m&&(c.scrollTop+=m),f&&(c.scrollLeft+=f);let w=c.scrollLeft-y,j=c.scrollTop-N;e={left:e.left-w,top:e.top-j,right:e.right-w,bottom:e.bottom-j}}let x=u?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(x))break;o=x=="absolute"?o.offsetParent:Cc(o)}}function qO(t){let e=t.dom.getBoundingClientRect(),n=Math.max(0,e.top),r,a;for(let i=(e.left+e.right)/2,o=n+1;o=n-20){r=c,a=u.top;break}}return{refDOM:r,refTop:a,stack:hS(t.dom)}}function hS(t){let e=[],n=t.ownerDocument;for(let r=t;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),t!=n);r=Cc(r));return e}function GO({refDOM:t,refTop:e,stack:n}){let r=t?t.getBoundingClientRect().top:0;fS(n,r==0?0:r-e)}function fS(t,e){for(let n=0;n=c){o=Math.max(N.bottom,o),c=Math.min(N.top,c);let w=N.left>e.left?N.left-e.left:N.right=(N.left+N.right)/2?1:0));continue}}else N.top>e.top&&!u&&N.left<=e.left&&N.right>=e.left&&(u=f,h={left:Math.max(N.left,Math.min(N.right,e.left)),top:N.top});!n&&(e.left>=N.right&&e.top>=N.top||e.left>=N.left&&e.top>=N.bottom)&&(i=m+1)}}return!n&&u&&(n=u,a=h,r=0),n&&n.nodeType==3?QO(n,a):!n||r&&n.nodeType==1?{node:t,offset:i}:pS(n,a)}function QO(t,e){let n=t.nodeValue.length,r=document.createRange(),a;for(let i=0;i=(o.left+o.right)/2?1:0)};break}}return r.detach(),a||{node:t,offset:0}}function H0(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function YO(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left(o.left+o.right)/2?1:-1}return t.docView.posFromDOM(r,a,i)}function ZO(t,e,n,r){let a=-1;for(let i=e,o=!1;i!=t.dom;){let c=t.docView.nearestDesc(i,!0),u;if(!c)return null;if(c.dom.nodeType==1&&(c.node.isBlock&&c.parent||!c.contentDOM)&&((u=c.dom.getBoundingClientRect()).width||u.height)&&(c.node.isBlock&&c.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(c.dom.nodeName)&&(!o&&u.left>r.left||u.top>r.top?a=c.posBefore:(!o&&u.right-1?a:t.docView.posFromDOM(e,n,-1)}function mS(t,e,n){let r=t.childNodes.length;if(r&&n.tope.top&&a++}let h;du&&a&&r.nodeType==1&&(h=r.childNodes[a-1]).nodeType==1&&h.contentEditable=="false"&&h.getBoundingClientRect().top>=e.top&&a--,r==t.dom&&a==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?c=t.state.doc.content.size:(a==0||r.nodeType!=1||r.childNodes[a-1].nodeName!="BR")&&(c=ZO(t,r,a,e))}c==null&&(c=XO(t,o,e));let u=t.docView.nearestDesc(o,!0);return{pos:c,inside:u?u.posAtStart-u.border:-1}}function cN(t){return t.top=0&&a==r.nodeValue.length?(u--,f=1):n<0?u--:h++,yd(Gi(ai(r,u,h),f),f<0)}if(!t.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&a&&(n<0||a==Sr(r))){let u=r.childNodes[a-1];if(u.nodeType==1)return Ex(u.getBoundingClientRect(),!1)}if(i==null&&a=0)}if(i==null&&a&&(n<0||a==Sr(r))){let u=r.childNodes[a-1],h=u.nodeType==3?ai(u,Sr(u)-(o?0:1)):u.nodeType==1&&(u.nodeName!="BR"||!u.nextSibling)?u:null;if(h)return yd(Gi(h,1),!1)}if(i==null&&a=0)}function yd(t,e){if(t.width==0)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function Ex(t,e){if(t.height==0)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function gS(t,e,n){let r=t.state,a=t.root.activeElement;r!=e&&t.updateState(e),a!=t.dom&&t.focus();try{return n()}finally{r!=e&&t.updateState(r),a!=t.dom&&a&&a.focus()}}function nL(t,e,n){let r=e.selection,a=n=="up"?r.$from:r.$to;return gS(t,e,()=>{let{node:i}=t.docView.domFromPos(a.pos,n=="up"?-1:1);for(;;){let c=t.docView.nearestDesc(i,!0);if(!c)break;if(c.node.isBlock){i=c.contentDOM||c.dom;break}i=c.dom.parentNode}let o=xS(t,a.pos,1);for(let c=i.firstChild;c;c=c.nextSibling){let u;if(c.nodeType==1)u=c.getClientRects();else if(c.nodeType==3)u=ai(c,0,c.nodeValue.length).getClientRects();else continue;for(let h=0;hf.top+1&&(n=="up"?o.top-f.top>(f.bottom-o.top)*2:f.bottom-o.bottom>(o.bottom-f.top)*2))return!1}}return!0})}const sL=/[\u0590-\u08ac]/;function rL(t,e,n){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let a=r.parentOffset,i=!a,o=a==r.parent.content.size,c=t.domSelection();return c?!sL.test(r.parent.textContent)||!c.modify?n=="left"||n=="backward"?i:o:gS(t,e,()=>{let{focusNode:u,focusOffset:h,anchorNode:f,anchorOffset:m}=t.domSelectionRange(),x=c.caretBidiLevel;c.modify("move",n,"character");let y=r.depth?t.docView.domAfterPos(r.before()):t.dom,{focusNode:N,focusOffset:w}=t.domSelectionRange(),j=N&&!y.contains(N.nodeType==1?N:N.parentNode)||u==N&&h==w;try{c.collapse(f,m),u&&(u!=f||h!=m)&&c.extend&&c.extend(u,h)}catch{}return x!=null&&(c.caretBidiLevel=x),j}):r.pos==r.start()||r.pos==r.end()}let dN=null,uN=null,hN=!1;function aL(t,e,n){return dN==e&&uN==n?hN:(dN=e,uN=n,hN=n=="up"||n=="down"?nL(t,e,n):rL(t,e,n))}const Tr=0,fN=1,Zo=2,ja=3;class uu{constructor(e,n,r,a){this.parent=e,this.children=n,this.dom=r,this.contentDOM=a,this.dirty=Tr,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,n,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let n=0;nls(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))a=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(n==0)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!1;break}if(i.previousSibling)break}if(a==null&&n==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!0;break}if(i.nextSibling)break}}return a??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,n=!1){for(let r=!0,a=e;a;a=a.parentNode){let i=this.getDesc(a),o;if(i&&(!n||i.node))if(r&&(o=i.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return i}}getDesc(e){let n=e.pmViewDesc;for(let r=n;r;r=r.parent)if(r==this)return n}posFromDOM(e,n,r){for(let a=e;a;a=a.parentNode){let i=this.getDesc(a);if(i)return i.localPosFromDOM(e,n,r)}return-1}descAt(e){for(let n=0,r=0;ne||o instanceof bS){a=e-i;break}i=c}if(a)return this.children[r].domFromPos(a-this.children[r].border,n);for(let i;r&&!(i=this.children[r-1]).size&&i instanceof yS&&i.side>=0;r--);if(n<=0){let i,o=!0;for(;i=r?this.children[r-1]:null,!(!i||i.dom.parentNode==this.contentDOM);r--,o=!1);return i&&n&&o&&!i.border&&!i.domAtom?i.domFromPos(i.size,n):{node:this.contentDOM,offset:i?ls(i.dom)+1:0}}else{let i,o=!0;for(;i=r=f&&n<=h-u.border&&u.node&&u.contentDOM&&this.contentDOM.contains(u.contentDOM))return u.parseRange(e,n,f);e=o;for(let m=c;m>0;m--){let x=this.children[m-1];if(x.size&&x.dom.parentNode==this.contentDOM&&!x.emptyChildAt(1)){a=ls(x.dom)+1;break}e-=x.size}a==-1&&(a=0)}if(a>-1&&(h>n||c==this.children.length-1)){n=h;for(let f=c+1;fN&&on){let N=c;c=u,u=N}let y=document.createRange();y.setEnd(u.node,u.offset),y.setStart(c.node,c.offset),h.removeAllRanges(),h.addRange(y)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,n){for(let r=0,a=0;a=r:er){let c=r+i.border,u=o-i.border;if(e>=c&&n<=u){this.dirty=e==r||n==o?Zo:fN,e==c&&n==u&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=ja:i.markDirty(e-c,n-c);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?Zo:ja}r=o}this.dirty=Zo}markParentsDirty(){let e=1;for(let n=this.parent;n;n=n.parent,e++){let r=e==1?Zo:fN;n.dirty{if(!i)return a;if(i.parent)return i.parent.posBeforeChild(i)})),!n.type.spec.raw){if(o.nodeType!=1){let c=document.createElement("span");c.appendChild(o),o=c}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=n,this.widget=n,i=this}matchesWidget(e){return this.dirty==Tr&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let n=this.widget.spec.stopEvent;return n?n(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class iL extends uu{constructor(e,n,r,a){super(e,[],n,null),this.textDOM=r,this.text=a}get size(){return this.text.length}localPosFromDOM(e,n){return e!=this.textDOM?this.posAtStart+(n?this.size:0):this.posAtStart+n}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class xl extends uu{constructor(e,n,r,a,i){super(e,[],r,a),this.mark=n,this.spec=i}static create(e,n,r,a){let i=a.nodeViews[n.type.name],o=i&&i(n,a,r);return(!o||!o.dom)&&(o=jl.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new xl(e,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&ja||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=ja&&this.mark.eq(e)}markDirty(e,n){if(super.markDirty(e,n),this.dirty!=Tr){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty0&&(i=Ag(i,0,e,r));for(let c=0;c{if(!u)return o;if(u.parent)return u.parent.posBeforeChild(u)},r,a),f=h&&h.dom,m=h&&h.contentDOM;if(n.isText){if(!f)f=document.createTextNode(n.text);else if(f.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else f||({dom:f,contentDOM:m}=jl.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs));!m&&!n.isText&&f.nodeName!="BR"&&(f.hasAttribute("contenteditable")||(f.contentEditable="false"),n.type.spec.draggable&&(f.draggable=!0));let x=f;return f=wS(f,r,n),h?u=new oL(e,n,r,a,f,m||null,x,h,i,o+1):n.isText?new hp(e,n,r,a,f,x,i):new uo(e,n,r,a,f,m||null,x,i,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let n=this.children.length-1;n>=0;n--){let r=this.children[n];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>we.empty)}return e}matchesNode(e,n,r){return this.dirty==Tr&&e.eq(this.node)&&lf(n,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,n){let r=this.node.inlineContent,a=n,i=e.composing?this.localCompositionInfo(e,n):null,o=i&&i.pos>-1?i:null,c=i&&i.pos<0,u=new cL(this,o&&o.node,e);hL(this.node,this.innerDeco,(h,f,m)=>{h.spec.marks?u.syncToMarks(h.spec.marks,r,e,f):h.type.side>=0&&!m&&u.syncToMarks(f==this.node.childCount?Zt.none:this.node.child(f).marks,r,e,f),u.placeWidget(h,e,a)},(h,f,m,x)=>{u.syncToMarks(h.marks,r,e,x);let y;u.findNodeMatch(h,f,m,x)||c&&e.state.selection.from>a&&e.state.selection.to-1&&u.updateNodeAt(h,f,m,y,e)||u.updateNextNode(h,f,m,e,x,a)||u.addNode(h,f,m,e,a),a+=h.nodeSize}),u.syncToMarks([],r,e,0),this.node.isTextblock&&u.addTextblockHacks(),u.destroyRest(),(u.changed||this.dirty==Zo)&&(o&&this.protectLocalComposition(e,o),vS(this.contentDOM,this.children,e),Tc&&fL(this.dom))}localCompositionInfo(e,n){let{from:r,to:a}=e.state.selection;if(!(e.state.selection instanceof et)||rn+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let o=i.nodeValue,c=pL(this.node.content,o,r-n,a-n);return c<0?null:{node:i,pos:c,text:o}}else return{node:i,pos:-1,text:""}}protectLocalComposition(e,{node:n,pos:r,text:a}){if(this.getDesc(n))return;let i=n;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let o=new iL(this,i,n,a);e.input.compositionNodes.push(o),this.children=Ag(this.children,r,r+a.length,e,o)}update(e,n,r,a){return this.dirty==ja||!e.sameMarkup(this.node)?!1:(this.updateInner(e,n,r,a),!0)}updateInner(e,n,r,a){this.updateOuterDeco(n),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(a,this.posAtStart),this.dirty=Tr}updateOuterDeco(e){if(lf(e,this.outerDeco))return;let n=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=NS(this.dom,this.nodeDOM,Mg(this.outerDeco,this.node,n),Mg(e,this.node,n)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function pN(t,e,n,r,a){wS(r,e,t);let i=new uo(void 0,t,e,n,r,r,r,a,0);return i.contentDOM&&i.updateChildren(a,0),i}class hp extends uo{constructor(e,n,r,a,i,o,c){super(e,n,r,a,i,null,o,c,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,n,r,a){return this.dirty==ja||this.dirty!=Tr&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(n),(this.dirty!=Tr||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,a.trackWrites==this.nodeDOM&&(a.trackWrites=null)),this.node=e,this.dirty=Tr,!0)}inParent(){let e=this.parent.contentDOM;for(let n=this.nodeDOM;n;n=n.parentNode)if(n==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,n,r){return e==this.nodeDOM?this.posAtStart+Math.min(n,this.node.text.length):super.localPosFromDOM(e,n,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,n,r){let a=this.node.cut(e,n),i=document.createTextNode(a.text);return new hp(this.parent,a,this.outerDeco,this.innerDeco,i,i,r)}markDirty(e,n){super.markDirty(e,n),this.dom!=this.nodeDOM&&(e==0||n==this.nodeDOM.nodeValue.length)&&(this.dirty=ja)}get domAtom(){return!1}isText(e){return this.node.text==e}}class bS extends uu{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Tr&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class oL extends uo{constructor(e,n,r,a,i,o,c,u,h,f){super(e,n,r,a,i,o,c,h,f),this.spec=u}update(e,n,r,a){if(this.dirty==ja)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,n,r);return i&&this.updateInner(e,n,r,a),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,n,r,a)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,n,r,a){this.spec.setSelection?this.spec.setSelection(e,n,r.root):super.setSelection(e,n,r,a)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function vS(t,e,n){let r=t.firstChild,a=!1;for(let i=0;i>1,c=Math.min(o,e.length);for(;i-1)u>this.index&&(this.changed=!0,this.destroyBetween(this.index,u)),this.top=this.top.children[this.index];else{let f=xl.create(this.top,e[o],n,r);this.top.children.splice(this.index,0,f),this.top=f,this.changed=!0}this.index=0,o++}}findNodeMatch(e,n,r,a){let i=-1,o;if(a>=this.preMatch.index&&(o=this.preMatch.matches[a-this.preMatch.index]).parent==this.top&&o.matchesNode(e,n,r))i=this.top.children.indexOf(o,this.index);else for(let c=this.index,u=Math.min(this.top.children.length,c+5);c0;){let c;for(;;)if(r){let h=n.children[r-1];if(h instanceof xl)n=h,r=h.children.length;else{c=h,r--;break}}else{if(n==e)break e;r=n.parent.children.indexOf(n),n=n.parent}let u=c.node;if(u){if(u!=t.child(a-1))break;--a,i.set(c,a),o.push(c)}}return{index:a,matched:i,matches:o.reverse()}}function uL(t,e){return t.type.side-e.type.side}function hL(t,e,n,r){let a=e.locals(t),i=0;if(a.length==0){for(let h=0;hi;)c.push(a[o++]);let N=i+x.nodeSize;if(x.isText){let j=N;o!j.inline):c.slice();r(x,w,e.forChild(i,x),y),i=N}}function fL(t){if(t.nodeName=="UL"||t.nodeName=="OL"){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t).listStyle,t.style.cssText=e}}function pL(t,e,n,r){for(let a=0,i=0;a=n){if(i>=r&&u.slice(r-e.length-c,r-c)==e)return r-e.length;let h=c=0&&h+e.length+c>=n)return c+h;if(n==r&&u.length>=r+e.length-c&&u.slice(r-c,r-c+e.length)==e)return r}}return-1}function Ag(t,e,n,r,a){let i=[];for(let o=0,c=0;o=n||f<=e?i.push(u):(hn&&i.push(u.slice(n-h,u.size,r)))}return i}function U0(t,e=null){let n=t.domSelectionRange(),r=t.state.doc;if(!n.focusNode)return null;let a=t.docView.nearestDesc(n.focusNode),i=a&&a.size==0,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let c=r.resolve(o),u,h;if(up(n)){for(u=o;a&&!a.node;)a=a.parent;let m=a.node;if(a&&m.isAtom&&Ze.isSelectable(m)&&a.parent&&!(m.isInline&&BO(n.focusNode,n.focusOffset,a.dom))){let x=a.posBefore;h=new Ze(o==x?c:r.resolve(x))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let m=o,x=o;for(let y=0;y{(n.anchorNode!=r||n.anchorOffset!=a)&&(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout(()=>{(!jS(t)||t.state.selection.visible)&&t.dom.classList.remove("ProseMirror-hideselection")},20))})}function xL(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,r=n.nodeName=="IMG";r?e.collapse(n.parentNode,ls(n)+1):e.collapse(n,0),!r&&!t.state.selection.visible&&Js&&co<=11&&(n.disabled=!0,n.disabled=!1)}function kS(t,e){if(e instanceof Ze){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(bN(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else bN(t)}function bN(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function W0(t,e,n,r){return t.someProp("createSelectionBetween",a=>a(t,e,n))||et.between(e,n,r)}function vN(t){return t.editable&&!t.hasFocus()?!1:SS(t)}function SS(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function gL(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return ml(e.node,e.offset,n.anchorNode,n.anchorOffset)}function Ig(t,e){let{$anchor:n,$head:r}=t.selection,a=e>0?n.max(r):n.min(r),i=a.parent.inlineContent?a.depth?t.doc.resolve(e>0?a.after():a.before()):null:a;return i&&ot.findFrom(i,e)}function Ji(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function NN(t,e,n){let r=t.state.selection;if(r instanceof et)if(n.indexOf("s")>-1){let{$head:a}=r,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let o=t.state.doc.resolve(a.pos+i.nodeSize*(e<0?-1:1));return Ji(t,new et(r.$anchor,o))}else if(r.empty){if(t.endOfTextblock(e>0?"forward":"backward")){let a=Ig(t.state,e);return a&&a instanceof Ze?Ji(t,a):!1}else if(!(kr&&n.indexOf("m")>-1)){let a=r.$head,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter,o;if(!i||i.isText)return!1;let c=e<0?a.pos-i.nodeSize:a.pos;return i.isAtom||(o=t.docView.descAt(c))&&!o.contentDOM?Ze.isSelectable(i)?Ji(t,new Ze(e<0?t.state.doc.resolve(a.pos-i.nodeSize):a)):du?Ji(t,new et(t.state.doc.resolve(e<0?c:c+i.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Ze&&r.node.isInline)return Ji(t,new et(e>0?r.$to:r.$from));{let a=Ig(t.state,e);return a?Ji(t,a):!1}}}function cf(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function Od(t,e){let n=t.pmViewDesc;return n&&n.size==0&&(e<0||t.nextSibling||t.nodeName!="BR")}function sc(t,e){return e<0?yL(t):bL(t)}function yL(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a,i,o=!1;for(Cr&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let c=n.childNodes[r-1];if(Od(c,-1))a=n,i=--r;else if(c.nodeType==3)n=c,r=n.nodeValue.length;else break}}else{if(CS(n))break;{let c=n.previousSibling;for(;c&&Od(c,-1);)a=n.parentNode,i=ls(c),c=c.previousSibling;if(c)n=c,r=cf(n);else{if(n=n.parentNode,n==t.dom)break;r=0}}}o?Rg(t,n,r):a&&Rg(t,a,i)}function bL(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a=cf(n),i,o;for(;;)if(r{t.state==a&&hi(t)},50)}function wN(t,e){let n=t.state.doc.resolve(e);if(!(fs||uS)&&n.parent.inlineContent){let a=t.coordsAtPos(e);if(e>n.start()){let i=t.coordsAtPos(e-1),o=(i.top+i.bottom)/2;if(o>a.top&&o1)return i.lefta.top&&o1)return i.left>a.left?"ltr":"rtl"}}return getComputedStyle(t.dom).direction=="rtl"?"rtl":"ltr"}function jN(t,e,n){let r=t.state.selection;if(r instanceof et&&!r.empty||n.indexOf("s")>-1||kr&&n.indexOf("m")>-1)return!1;let{$from:a,$to:i}=r;if(!a.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let o=Ig(t.state,e);if(o&&o instanceof Ze)return Ji(t,o)}if(!a.parent.inlineContent){let o=e<0?a:i,c=r instanceof or?ot.near(o,e):ot.findFrom(o,e);return c?Ji(t,c):!1}return!1}function kN(t,e){if(!(t.state.selection instanceof et))return!0;let{$head:n,$anchor:r,empty:a}=t.state.selection;if(!n.sameParent(r))return!0;if(!a)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let i=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(i&&!i.isText){let o=t.state.tr;return e<0?o.delete(n.pos-i.nodeSize,n.pos):o.delete(n.pos,n.pos+i.nodeSize),t.dispatch(o),!0}return!1}function SN(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function wL(t){if(!ws||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&e.nodeType==1&&n==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;SN(t,r,"true"),setTimeout(()=>SN(t,r,"false"),20)}return!1}function jL(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}function kL(t,e){let n=e.keyCode,r=jL(e);if(n==8||kr&&n==72&&r=="c")return kN(t,-1)||sc(t,-1);if(n==46&&!e.shiftKey||kr&&n==68&&r=="c")return kN(t,1)||sc(t,1);if(n==13||n==27)return!0;if(n==37||kr&&n==66&&r=="c"){let a=n==37?wN(t,t.state.selection.from)=="ltr"?-1:1:-1;return NN(t,a,r)||sc(t,a)}else if(n==39||kr&&n==70&&r=="c"){let a=n==39?wN(t,t.state.selection.from)=="ltr"?1:-1:1;return NN(t,a,r)||sc(t,a)}else{if(n==38||kr&&n==80&&r=="c")return jN(t,-1,r)||sc(t,-1);if(n==40||kr&&n==78&&r=="c")return wL(t)||jN(t,1,r)||sc(t,1);if(r==(kr?"m":"c")&&(n==66||n==73||n==89||n==90))return!0}return!1}function K0(t,e){t.someProp("transformCopied",y=>{e=y(e,t)});let n=[],{content:r,openStart:a,openEnd:i}=e;for(;a>1&&i>1&&r.childCount==1&&r.firstChild.childCount==1;){a--,i--;let y=r.firstChild;n.push(y.type.name,y.attrs!=y.type.defaultAttrs?y.attrs:null),r=y.content}let o=t.someProp("clipboardSerializer")||jl.fromSchema(t.state.schema),c=RS(),u=c.createElement("div");u.appendChild(o.serializeFragment(r,{document:c}));let h=u.firstChild,f,m=0;for(;h&&h.nodeType==1&&(f=IS[h.nodeName.toLowerCase()]);){for(let y=f.length-1;y>=0;y--){let N=c.createElement(f[y]);for(;u.firstChild;)N.appendChild(u.firstChild);u.appendChild(N),m++}h=u.firstChild}h&&h.nodeType==1&&h.setAttribute("data-pm-slice",`${a} ${i}${m?` -${m}`:""} ${JSON.stringify(n)}`);let x=t.someProp("clipboardTextSerializer",y=>y(e,t))||e.content.textBetween(0,e.content.size,` - -`);return{dom:u,text:x,slice:e}}function TS(t,e,n,r,a){let i=a.parent.type.spec.code,o,c;if(!n&&!e)return null;let u=!!e&&(r||i||!n);if(u){if(t.someProp("transformPastedText",x=>{e=x(e,i||r,t)}),i)return c=new _e(we.from(t.state.schema.text(e.replace(/\r\n?/g,` -`))),0,0),t.someProp("transformPasted",x=>{c=x(c,t,!0)}),c;let m=t.someProp("clipboardTextParser",x=>x(e,a,r,t));if(m)c=m;else{let x=a.marks(),{schema:y}=t.state,N=jl.fromSchema(y);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(w=>{let j=o.appendChild(document.createElement("p"));w&&j.appendChild(N.serializeNode(y.text(w,x)))})}}else t.someProp("transformPastedHTML",m=>{n=m(n,t)}),o=EL(n),du&&ML(o);let h=o&&o.querySelector("[data-pm-slice]"),f=h&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(h.getAttribute("data-pm-slice")||"");if(f&&f[3])for(let m=+f[3];m>0;m--){let x=o.firstChild;for(;x&&x.nodeType!=1;)x=x.nextSibling;if(!x)break;o=x}if(c||(c=(t.someProp("clipboardParser")||t.someProp("domParser")||lo.fromSchema(t.state.schema)).parseSlice(o,{preserveWhitespace:!!(u||f),context:a,ruleFromNode(x){return x.nodeName=="BR"&&!x.nextSibling&&x.parentNode&&!SL.test(x.parentNode.nodeName)?{ignore:!0}:null}})),f)c=AL(CN(c,+f[1],+f[2]),f[4]);else if(c=_e.maxOpen(CL(c.content,a),!0),c.openStart||c.openEnd){let m=0,x=0;for(let y=c.content.firstChild;m{c=m(c,t,u)}),c}const SL=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function CL(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let a=e.node(n).contentMatchAt(e.index(n)),i,o=[];if(t.forEach(c=>{if(!o)return;let u=a.findWrapping(c.type),h;if(!u)return o=null;if(h=o.length&&i.length&&MS(u,i,c,o[o.length-1],0))o[o.length-1]=h;else{o.length&&(o[o.length-1]=AS(o[o.length-1],i.length));let f=ES(c,u);o.push(f),a=a.matchType(f.type),i=u}}),o)return we.from(o)}return t}function ES(t,e,n=0){for(let r=e.length-1;r>=n;r--)t=e[r].create(null,we.from(t));return t}function MS(t,e,n,r,a){if(a1&&(i=0),a=n&&(c=e<0?o.contentMatchAt(0).fillBefore(c,i<=a).append(c):c.append(o.contentMatchAt(o.childCount).fillBefore(we.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(c))}function CN(t,e,n){return en})),Ax.createHTML(t)):t}function EL(t){let e=/^(\s*]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n=RS().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(t),a;if((a=r&&IS[r[1].toLowerCase()])&&(t=a.map(i=>"<"+i+">").join("")+t+a.map(i=>"").reverse().join("")),n.innerHTML=TL(t),a)for(let i=0;i=0;c-=2){let u=n.nodes[r[c]];if(!u||u.hasRequiredAttrs())break;a=we.from(u.create(r[c+1],a)),i++,o++}return new _e(a,i,o)}const Is={},Rs={},IL={touchstart:!0,touchmove:!0};class RL{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function PL(t){for(let e in Is){let n=Is[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=r=>{LL(t,r)&&!q0(t,r)&&(t.editable||!(r.type in Rs))&&n(t,r)},IL[e]?{passive:!0}:void 0)}ws&&t.dom.addEventListener("input",()=>null),Og(t)}function ao(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function OL(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}function Og(t){t.someProp("handleDOMEvents",e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=r=>q0(t,r))})}function q0(t,e){return t.someProp("handleDOMEvents",n=>{let r=n[e.type];return r?r(t,e)||e.defaultPrevented:!1})}function LL(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function DL(t,e){!q0(t,e)&&Is[e.type]&&(t.editable||!(e.type in Rs))&&Is[e.type](t,e)}Rs.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=n.keyCode==16||n.shiftKey,!OS(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!(ci&&fs&&n.keyCode==13)))if(n.keyCode!=229&&t.domObserver.forceFlush(),Tc&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let r=Date.now();t.input.lastIOSEnter=r,t.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{t.input.lastIOSEnter==r&&(t.someProp("handleKeyDown",a=>a(t,Jo(13,"Enter"))),t.input.lastIOSEnter=0)},200)}else t.someProp("handleKeyDown",r=>r(t,n))||kL(t,n)?n.preventDefault():ao(t,"key")};Rs.keyup=(t,e)=>{e.keyCode==16&&(t.input.shiftKey=!1)};Rs.keypress=(t,e)=>{let n=e;if(OS(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||kr&&n.metaKey)return;if(t.someProp("handleKeyPress",a=>a(t,n))){n.preventDefault();return}let r=t.state.selection;if(!(r instanceof et)||!r.$from.sameParent(r.$to)){let a=String.fromCharCode(n.charCode),i=()=>t.state.tr.insertText(a).scrollIntoView();!/[\r\n]/.test(a)&&!t.someProp("handleTextInput",o=>o(t,r.$from.pos,r.$to.pos,a,i))&&t.dispatch(i()),n.preventDefault()}};function fp(t){return{left:t.clientX,top:t.clientY}}function _L(t,e){let n=e.x-t.clientX,r=e.y-t.clientY;return n*n+r*r<100}function G0(t,e,n,r,a){if(r==-1)return!1;let i=t.state.doc.resolve(r);for(let o=i.depth+1;o>0;o--)if(t.someProp(e,c=>o>i.depth?c(t,n,i.nodeAfter,i.before(o),a,!0):c(t,n,i.node(o),i.before(o),a,!1)))return!0;return!1}function gc(t,e,n){if(t.focused||t.focus(),t.state.selection.eq(e))return;let r=t.state.tr.setSelection(e);r.setMeta("pointer",!0),t.dispatch(r)}function zL(t,e){if(e==-1)return!1;let n=t.state.doc.resolve(e),r=n.nodeAfter;return r&&r.isAtom&&Ze.isSelectable(r)?(gc(t,new Ze(n)),!0):!1}function $L(t,e){if(e==-1)return!1;let n=t.state.selection,r,a;n instanceof Ze&&(r=n.node);let i=t.state.doc.resolve(e);for(let o=i.depth+1;o>0;o--){let c=o>i.depth?i.nodeAfter:i.node(o);if(Ze.isSelectable(c)){r&&n.$from.depth>0&&o>=n.$from.depth&&i.before(n.$from.depth+1)==n.$from.pos?a=i.before(n.$from.depth):a=i.before(o);break}}return a!=null?(gc(t,Ze.create(t.state.doc,a)),!0):!1}function FL(t,e,n,r,a){return G0(t,"handleClickOn",e,n,r)||t.someProp("handleClick",i=>i(t,e,r))||(a?$L(t,n):zL(t,n))}function BL(t,e,n,r){return G0(t,"handleDoubleClickOn",e,n,r)||t.someProp("handleDoubleClick",a=>a(t,e,r))}function VL(t,e,n,r){return G0(t,"handleTripleClickOn",e,n,r)||t.someProp("handleTripleClick",a=>a(t,e,r))||HL(t,n,r)}function HL(t,e,n){if(n.button!=0)return!1;let r=t.state.doc;if(e==-1)return r.inlineContent?(gc(t,et.create(r,0,r.content.size)),!0):!1;let a=r.resolve(e);for(let i=a.depth+1;i>0;i--){let o=i>a.depth?a.nodeAfter:a.node(i),c=a.before(i);if(o.inlineContent)gc(t,et.create(r,c+1,c+1+o.content.size));else if(Ze.isSelectable(o))gc(t,Ze.create(r,c));else continue;return!0}}function J0(t){return df(t)}const PS=kr?"metaKey":"ctrlKey";Is.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let r=J0(t),a=Date.now(),i="singleClick";a-t.input.lastClick.time<500&&_L(n,t.input.lastClick)&&!n[PS]&&t.input.lastClick.button==n.button&&(t.input.lastClick.type=="singleClick"?i="doubleClick":t.input.lastClick.type=="doubleClick"&&(i="tripleClick")),t.input.lastClick={time:a,x:n.clientX,y:n.clientY,type:i,button:n.button};let o=t.posAtCoords(fp(n));o&&(i=="singleClick"?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new UL(t,o,n,!!r)):(i=="doubleClick"?BL:VL)(t,o.pos,o.inside,n)?n.preventDefault():ao(t,"pointer"))};class UL{constructor(e,n,r,a){this.view=e,this.pos=n,this.event=r,this.flushed=a,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[PS],this.allowDefault=r.shiftKey;let i,o;if(n.inside>-1)i=e.state.doc.nodeAt(n.inside),o=n.inside;else{let f=e.state.doc.resolve(n.pos);i=f.parent,o=f.depth?f.before():0}const c=a?null:r.target,u=c?e.docView.nearestDesc(c,!0):null;this.target=u&&u.nodeDOM.nodeType==1?u.nodeDOM:null;let{selection:h}=e.state;(r.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||h instanceof Ze&&h.from<=o&&h.to>o)&&(this.mightDrag={node:i,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Cr&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),ao(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>hi(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let n=this.pos;this.view.state.doc!=this.startDoc&&(n=this.view.posAtCoords(fp(e))),this.updateAllowDefault(e),this.allowDefault||!n?ao(this.view,"pointer"):FL(this.view,n.pos,n.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ws&&this.mightDrag&&!this.mightDrag.node.isAtom||fs&&!this.view.state.selection.visible&&Math.min(Math.abs(n.pos-this.view.state.selection.from),Math.abs(n.pos-this.view.state.selection.to))<=2)?(gc(this.view,ot.near(this.view.state.doc.resolve(n.pos))),e.preventDefault()):ao(this.view,"pointer")}move(e){this.updateAllowDefault(e),ao(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}Is.touchstart=t=>{t.input.lastTouch=Date.now(),J0(t),ao(t,"pointer")};Is.touchmove=t=>{t.input.lastTouch=Date.now(),ao(t,"pointer")};Is.contextmenu=t=>J0(t);function OS(t,e){return t.composing?!0:ws&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500?(t.input.compositionEndedAt=-2e8,!0):!1}const WL=ci?5e3:-1;Rs.compositionstart=Rs.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof et&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||fs&&uS&&KL(t)))t.markCursor=t.state.storedMarks||n.marks(),df(t,!0),t.markCursor=null;else if(df(t,!e.selection.empty),Cr&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let r=t.domSelectionRange();for(let a=r.focusNode,i=r.focusOffset;a&&a.nodeType==1&&i!=0;){let o=i<0?a.lastChild:a.childNodes[i-1];if(!o)break;if(o.nodeType==3){let c=t.domSelection();c&&c.collapse(o,o.nodeValue.length);break}else a=o,i=-1}}t.input.composing=!0}LS(t,WL)};function KL(t){let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(!e||e.nodeType!=1||n>=e.childNodes.length)return!1;let r=e.childNodes[n];return r.nodeType==1&&r.contentEditable=="false"}Rs.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.badSafariComposition?t.domObserver.forceFlush():t.input.compositionPendingChanges&&Promise.resolve().then(()=>t.domObserver.flush()),t.input.compositionID++,LS(t,20))};function LS(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout(()=>df(t),e))}function DS(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=GL());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function qL(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=$O(e.focusNode,e.focusOffset),r=FO(e.focusNode,e.focusOffset);if(n&&r&&n!=r){let a=r.pmViewDesc,i=t.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!a||!a.isText(r.nodeValue))return r;if(t.input.compositionNode==r){let o=n.pmViewDesc;if(!(!o||!o.isText(n.nodeValue)))return r}}return n||r}function GL(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}function df(t,e=!1){if(!(ci&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),DS(t),e||t.docView&&t.docView.dirty){let n=U0(t),r=t.state.selection;return n&&!n.eq(r)?t.dispatch(t.state.tr.setSelection(n)):(t.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?t.dispatch(t.state.tr.deleteSelection()):t.updateState(t.state),!0}return!1}}function JL(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),a=document.createRange();a.selectNodeContents(e),t.dom.blur(),r.removeAllRanges(),r.addRange(a),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()},50)}const Jd=Js&&co<15||Tc&&UO<604;Is.copy=Rs.cut=(t,e)=>{let n=e,r=t.state.selection,a=n.type=="cut";if(r.empty)return;let i=Jd?null:n.clipboardData,o=r.content(),{dom:c,text:u}=K0(t,o);i?(n.preventDefault(),i.clearData(),i.setData("text/html",c.innerHTML),i.setData("text/plain",u)):JL(t,c),a&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function QL(t){return t.openStart==0&&t.openEnd==0&&t.content.childCount==1?t.content.firstChild:null}function YL(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,r=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let a=t.input.shiftKey&&t.input.lastKeyCode!=45;setTimeout(()=>{t.focus(),r.parentNode&&r.parentNode.removeChild(r),n?Qd(t,r.value,null,a,e):Qd(t,r.textContent,r.innerHTML,a,e)},50)}function Qd(t,e,n,r,a){let i=TS(t,e,n,r,t.state.selection.$from);if(t.someProp("handlePaste",u=>u(t,a,i||_e.empty)))return!0;if(!i)return!1;let o=QL(i),c=o?t.state.tr.replaceSelectionWith(o,r):t.state.tr.replaceSelection(i);return t.dispatch(c.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function _S(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}Rs.paste=(t,e)=>{let n=e;if(t.composing&&!ci)return;let r=Jd?null:n.clipboardData,a=t.input.shiftKey&&t.input.lastKeyCode!=45;r&&Qd(t,_S(r),r.getData("text/html"),a,n)?n.preventDefault():YL(t,n)};class zS{constructor(e,n,r){this.slice=e,this.move=n,this.node=r}}const XL=kr?"altKey":"ctrlKey";function $S(t,e){let n=t.someProp("dragCopies",r=>!r(e));return n??!e[XL]}Is.dragstart=(t,e)=>{let n=e,r=t.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let a=t.state.selection,i=a.empty?null:t.posAtCoords(fp(n)),o;if(!(i&&i.pos>=a.from&&i.pos<=(a instanceof Ze?a.to-1:a.to))){if(r&&r.mightDrag)o=Ze.create(t.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let m=t.docView.nearestDesc(n.target,!0);m&&m.node.type.spec.draggable&&m!=t.docView&&(o=Ze.create(t.state.doc,m.posBefore))}}let c=(o||t.state.selection).content(),{dom:u,text:h,slice:f}=K0(t,c);(!n.dataTransfer.files.length||!fs||dS>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(Jd?"Text":"text/html",u.innerHTML),n.dataTransfer.effectAllowed="copyMove",Jd||n.dataTransfer.setData("text/plain",h),t.dragging=new zS(f,$S(t,n),o)};Is.dragend=t=>{let e=t.dragging;window.setTimeout(()=>{t.dragging==e&&(t.dragging=null)},50)};Rs.dragover=Rs.dragenter=(t,e)=>e.preventDefault();Rs.drop=(t,e)=>{try{ZL(t,e,t.dragging)}finally{t.dragging=null}};function ZL(t,e,n){if(!e.dataTransfer)return;let r=t.posAtCoords(fp(e));if(!r)return;let a=t.state.doc.resolve(r.pos),i=n&&n.slice;i?t.someProp("transformPasted",y=>{i=y(i,t,!1)}):i=TS(t,_S(e.dataTransfer),Jd?null:e.dataTransfer.getData("text/html"),!1,a);let o=!!(n&&$S(t,e));if(t.someProp("handleDrop",y=>y(t,e,i||_e.empty,o))){e.preventDefault();return}if(!i)return;e.preventDefault();let c=i?H2(t.state.doc,a.pos,i):a.pos;c==null&&(c=a.pos);let u=t.state.tr;if(o){let{node:y}=n;y?y.replace(u):u.deleteSelection()}let h=u.mapping.map(c),f=i.openStart==0&&i.openEnd==0&&i.content.childCount==1,m=u.doc;if(f?u.replaceRangeWith(h,h,i.content.firstChild):u.replaceRange(h,h,i),u.doc.eq(m))return;let x=u.doc.resolve(h);if(f&&Ze.isSelectable(i.content.firstChild)&&x.nodeAfter&&x.nodeAfter.sameMarkup(i.content.firstChild))u.setSelection(new Ze(x));else{let y=u.mapping.map(c);u.mapping.maps[u.mapping.maps.length-1].forEach((N,w,j,S)=>y=S),u.setSelection(W0(t,x,u.doc.resolve(y)))}t.focus(),t.dispatch(u.setMeta("uiEvent","drop"))}Is.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout(()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&hi(t)},20))};Is.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)};Is.beforeinput=(t,e)=>{if(fs&&ci&&e.inputType=="deleteContentBackward"){t.domObserver.flushSoon();let{domChangeCount:r}=t.input;setTimeout(()=>{if(t.input.domChangeCount!=r||(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",i=>i(t,Jo(8,"Backspace")))))return;let{$cursor:a}=t.state.selection;a&&a.pos>0&&t.dispatch(t.state.tr.delete(a.pos-1,a.pos).scrollIntoView())},50)}};for(let t in Rs)Is[t]=Rs[t];function Yd(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class uf{constructor(e,n){this.toDOM=e,this.spec=n||al,this.side=this.spec.side||0}map(e,n,r,a){let{pos:i,deleted:o}=e.mapResult(n.from+a,this.side<0?-1:1);return o?null:new Kn(i-r,i-r,this)}valid(){return!0}eq(e){return this==e||e instanceof uf&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Yd(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class ho{constructor(e,n){this.attrs=e,this.spec=n||al}map(e,n,r,a){let i=e.map(n.from+a,this.spec.inclusiveStart?-1:1)-r,o=e.map(n.to+a,this.spec.inclusiveEnd?1:-1)-r;return i>=o?null:new Kn(i,o,this)}valid(e,n){return n.from=e&&(!i||i(c.spec))&&r.push(c.copy(c.from+a,c.to+a))}for(let o=0;oe){let c=this.children[o]+1;this.children[o+2].findInner(e-c,n-c,r,a+c,i)}}map(e,n,r){return this==vs||e.maps.length==0?this:this.mapInner(e,n,0,0,r||al)}mapInner(e,n,r,a,i){let o;for(let c=0;c{let h=u+r,f;if(f=BS(n,c,h)){for(a||(a=this.children.slice());ic&&m.to=e){this.children[c]==e&&(r=this.children[c+2]);break}let i=e+1,o=i+n.content.size;for(let c=0;ci&&u.type instanceof ho){let h=Math.max(i,u.from)-i,f=Math.min(o,u.to)-i;ha.map(e,n,al));return Xi.from(r)}forChild(e,n){if(n.isLeaf)return Xt.empty;let r=[];for(let a=0;an instanceof Xt)?e:e.reduce((n,r)=>n.concat(r instanceof Xt?r:r.members),[]))}}forEachSet(e){for(let n=0;n{let j=w-N-(y-x);for(let S=0;SE+f-m)continue;let T=c[S]+f-m;y>=T?c[S+1]=x<=T?-2:-1:x>=f&&j&&(c[S]+=j,c[S+1]+=j)}m+=j}),f=n.maps[h].map(f,-1)}let u=!1;for(let h=0;h=r.content.size){u=!0;continue}let x=n.map(t[h+1]+i,-1),y=x-a,{index:N,offset:w}=r.content.findIndex(m),j=r.maybeChild(N);if(j&&w==m&&w+j.nodeSize==y){let S=c[h+2].mapInner(n,j,f+1,t[h]+i+1,o);S!=vs?(c[h]=m,c[h+1]=y,c[h+2]=S):(c[h+1]=-2,u=!0)}else u=!0}if(u){let h=t6(c,t,e,n,a,i,o),f=hf(h,r,0,o);e=f.local;for(let m=0;mn&&o.to{let h=BS(t,c,u+n);if(h){i=!0;let f=hf(h,c,n+u+1,r);f!=vs&&a.push(u,u+c.nodeSize,f)}});let o=FS(i?VS(t):t,-n).sort(il);for(let c=0;c0;)e++;t.splice(e,0,n)}function Ix(t){let e=[];return t.someProp("decorations",n=>{let r=n(t.state);r&&r!=vs&&e.push(r)}),t.cursorWrapper&&e.push(Xt.create(t.state.doc,[t.cursorWrapper.deco])),Xi.from(e)}const n6={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},s6=Js&&co<=11;class r6{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class a6{constructor(e,n){this.view=e,this.handleDOMChange=n,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new r6,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let a=0;aa.type=="childList"&&a.removedNodes.length||a.type=="characterData"&&a.oldValue.length>a.target.nodeValue.length)?this.flushSoon():ws&&e.composing&&r.some(a=>a.type=="childList"&&a.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),s6&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,n6)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let n=0;nthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(vN(this.view)){if(this.suppressingSelectionUpdates)return hi(this.view);if(Js&&co<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&ml(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let n=new Set,r;for(let i=e.focusNode;i;i=Cc(i))n.add(i);for(let i=e.anchorNode;i;i=Cc(i))if(n.has(i)){r=i;break}let a=r&&this.view.docView.nearestDesc(r);if(a&&a.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let n=this.pendingRecords();n.length&&(this.queue=[]);let r=e.domSelectionRange(),a=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&vN(e)&&!this.ignoreSelectionChange(r),i=-1,o=-1,c=!1,u=[];if(e.editable)for(let f=0;ff.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let f of u)if(f.nodeName=="BR"&&f.parentNode){let m=f.nextSibling;m&&m.nodeType==1&&m.contentEditable=="false"&&f.parentNode.removeChild(f)}}else if(Cr&&u.length){let f=u.filter(m=>m.nodeName=="BR");if(f.length==2){let[m,x]=f;m.parentNode&&m.parentNode.parentNode==x.parentNode?x.remove():m.remove()}else{let{focusNode:m}=this.currentSelection;for(let x of f){let y=x.parentNode;y&&y.nodeName=="LI"&&(!m||l6(e,m)!=y)&&x.remove()}}}let h=null;i<0&&a&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||a)&&(i>-1&&(e.docView.markDirty(i,o),i6(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,c6(e,u)),this.handleDOMChange(i,o,c,u),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||hi(e),this.currentSelection.set(r))}registerMutation(e,n){if(n.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let f=0;fa;j--){let S=r.childNodes[j-1],E=S.pmViewDesc;if(S.nodeName=="BR"&&!E){i=j;break}if(!E||E.size)break}let m=t.state.doc,x=t.someProp("domParser")||lo.fromSchema(t.state.schema),y=m.resolve(o),N=null,w=x.parse(r,{topNode:y.parent,topMatch:y.parent.contentMatchAt(y.index()),topOpen:!0,from:a,to:i,preserveWhitespace:y.parent.type.whitespace=="pre"?"full":!0,findPositions:h,ruleFromNode:u6,context:y});if(h&&h[0].pos!=null){let j=h[0].pos,S=h[1]&&h[1].pos;S==null&&(S=j),N={anchor:j+o,head:S+o}}return{doc:w,sel:N,from:o,to:c}}function u6(t){let e=t.pmViewDesc;if(e)return e.parseRule();if(t.nodeName=="BR"&&t.parentNode){if(ws&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let n=document.createElement("div");return n.appendChild(document.createElement("li")),{skip:n}}else if(t.parentNode.lastChild==t||ws&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if(t.nodeName=="IMG"&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const h6=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function f6(t,e,n,r,a){let i=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let z=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,V=U0(t,z);if(V&&!t.state.selection.eq(V)){if(fs&&ci&&t.input.lastKeyCode===13&&Date.now()-100te(t,Jo(13,"Enter"))))return;let I=t.state.tr.setSelection(V);z=="pointer"?I.setMeta("pointer",!0):z=="key"&&I.scrollIntoView(),i&&I.setMeta("composition",i),t.dispatch(I)}return}let o=t.state.doc.resolve(e),c=o.sharedDepth(n);e=o.before(c+1),n=t.state.doc.resolve(n).after(c+1);let u=t.state.selection,h=d6(t,e,n),f=t.state.doc,m=f.slice(h.from,h.to),x,y;t.input.lastKeyCode===8&&Date.now()-100Date.now()-225||ci)&&a.some(z=>z.nodeType==1&&!h6.test(z.nodeName))&&(!N||N.endA>=N.endB)&&t.someProp("handleKeyDown",z=>z(t,Jo(13,"Enter")))){t.input.lastIOSEnter=0;return}if(!N)if(r&&u instanceof et&&!u.empty&&u.$head.sameParent(u.$anchor)&&!t.composing&&!(h.sel&&h.sel.anchor!=h.sel.head))N={start:u.from,endA:u.to,endB:u.to};else{if(h.sel){let z=RN(t,t.state.doc,h.sel);if(z&&!z.eq(t.state.selection)){let V=t.state.tr.setSelection(z);i&&V.setMeta("composition",i),t.dispatch(V)}}return}t.state.selection.fromt.state.selection.from&&N.start<=t.state.selection.from+2&&t.state.selection.from>=h.from?N.start=t.state.selection.from:N.endA=t.state.selection.to-2&&t.state.selection.to<=h.to&&(N.endB+=t.state.selection.to-N.endA,N.endA=t.state.selection.to)),Js&&co<=11&&N.endB==N.start+1&&N.endA==N.start&&N.start>h.from&&h.doc.textBetween(N.start-h.from-1,N.start-h.from+1)=="  "&&(N.start--,N.endA--,N.endB--);let w=h.doc.resolveNoCache(N.start-h.from),j=h.doc.resolveNoCache(N.endB-h.from),S=f.resolve(N.start),E=w.sameParent(j)&&w.parent.inlineContent&&S.end()>=N.endA;if((Tc&&t.input.lastIOSEnter>Date.now()-225&&(!E||a.some(z=>z.nodeName=="DIV"||z.nodeName=="P"))||!E&&w.posz(t,Jo(13,"Enter")))){t.input.lastIOSEnter=0;return}if(t.state.selection.anchor>N.start&&m6(f,N.start,N.endA,w,j)&&t.someProp("handleKeyDown",z=>z(t,Jo(8,"Backspace")))){ci&&fs&&t.domObserver.suppressSelectionUpdates();return}fs&&N.endB==N.start&&(t.input.lastChromeDelete=Date.now()),ci&&!E&&w.start()!=j.start()&&j.parentOffset==0&&w.depth==j.depth&&h.sel&&h.sel.anchor==h.sel.head&&h.sel.head==N.endA&&(N.endB-=2,j=h.doc.resolveNoCache(N.endB-h.from),setTimeout(()=>{t.someProp("handleKeyDown",function(z){return z(t,Jo(13,"Enter"))})},20));let T=N.start,P=N.endA,O=z=>{let V=z||t.state.tr.replace(T,P,h.doc.slice(N.start-h.from,N.endB-h.from));if(h.sel){let I=RN(t,V.doc,h.sel);I&&!(fs&&t.composing&&I.empty&&(N.start!=N.endB||t.input.lastChromeDeletehi(t),20));let z=O(t.state.tr.delete(T,P)),V=f.resolve(N.start).marksAcross(f.resolve(N.endA));V&&z.ensureMarks(V),t.dispatch(z)}else if(N.endA==N.endB&&(q=p6(w.parent.content.cut(w.parentOffset,j.parentOffset),S.parent.content.cut(S.parentOffset,N.endA-S.start())))){let z=O(t.state.tr);q.type=="add"?z.addMark(T,P,q.mark):z.removeMark(T,P,q.mark),t.dispatch(z)}else if(w.parent.child(w.index()).isText&&w.index()==j.index()-(j.textOffset?0:1)){let z=w.parent.textBetween(w.parentOffset,j.parentOffset),V=()=>O(t.state.tr.insertText(z,T,P));t.someProp("handleTextInput",I=>I(t,T,P,z,V))||t.dispatch(V())}else t.dispatch(O());else t.dispatch(O())}function RN(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:W0(t,e.resolve(n.anchor),e.resolve(n.head))}function p6(t,e){let n=t.firstChild.marks,r=e.firstChild.marks,a=n,i=r,o,c,u;for(let f=0;ff.mark(c.addToSet(f.marks));else if(a.length==0&&i.length==1)c=i[0],o="remove",u=f=>f.mark(c.removeFromSet(f.marks));else return null;let h=[];for(let f=0;fn||Rx(o,!0,!1)0&&(e||t.indexAfter(r)==t.node(r).childCount);)r--,a++,e=!1;if(n){let i=t.node(r).maybeChild(t.indexAfter(r));for(;i&&!i.isLeaf;)i=i.firstChild,a++}return a}function x6(t,e,n,r,a){let i=t.findDiffStart(e,n);if(i==null)return null;let{a:o,b:c}=t.findDiffEnd(e,n+t.size,n+e.size);if(a=="end"){let u=Math.max(0,i-Math.min(o,c));r-=o+u-i}if(o=o?i-r:0;i-=u,i&&i=c?i-r:0;i-=u,i&&i=56320&&e<=57343&&n>=55296&&n<=56319}class HS{constructor(e,n){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new RL,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=n,this.state=n.state,this.directPlugins=n.plugins||[],this.directPlugins.forEach(zN),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=DN(this),LN(this),this.nodeViews=_N(this),this.docView=pN(this.state.doc,ON(this),Ix(this),this.dom,this),this.domObserver=new a6(this,(r,a,i,o)=>f6(this,r,a,i,o)),this.domObserver.start(),PL(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let n in e)this._props[n]=e[n];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Og(this);let n=this._props;this._props=e,e.plugins&&(e.plugins.forEach(zN),this.directPlugins=e.plugins),this.updateStateInner(e.state,n)}setProps(e){let n={};for(let r in this._props)n[r]=this._props[r];n.state=this.state;for(let r in e)n[r]=e[r];this.update(n)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,n){var r;let a=this.state,i=!1,o=!1;e.storedMarks&&this.composing&&(DS(this),o=!0),this.state=e;let c=a.plugins!=e.plugins||this._props.plugins!=n.plugins;if(c||this._props.plugins!=n.plugins||this._props.nodeViews!=n.nodeViews){let y=_N(this);y6(y,this.nodeViews)&&(this.nodeViews=y,i=!0)}(c||n.handleDOMEvents!=this._props.handleDOMEvents)&&Og(this),this.editable=DN(this),LN(this);let u=Ix(this),h=ON(this),f=a.plugins!=e.plugins&&!a.doc.eq(e.doc)?"reset":e.scrollToSelection>a.scrollToSelection?"to selection":"preserve",m=i||!this.docView.matchesNode(e.doc,h,u);(m||!e.selection.eq(a.selection))&&(o=!0);let x=f=="preserve"&&o&&this.dom.style.overflowAnchor==null&&qO(this);if(o){this.domObserver.stop();let y=m&&(Js||fs)&&!this.composing&&!a.selection.empty&&!e.selection.empty&&g6(a.selection,e.selection);if(m){let N=fs?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=qL(this)),(i||!this.docView.update(e.doc,h,u,this))&&(this.docView.updateOuterDeco(h),this.docView.destroy(),this.docView=pN(e.doc,h,u,this.dom,this)),N&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(y=!0)}y||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&gL(this))?hi(this,y):(kS(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(a),!((r=this.dragging)===null||r===void 0)&&r.node&&!a.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,a),f=="reset"?this.dom.scrollTop=0:f=="to selection"?this.scrollToSelection():x&&GO(x)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",n=>n(this)))if(this.state.selection instanceof Ze){let n=this.docView.domAfterPos(this.state.selection.from);n.nodeType==1&&lN(this,n.getBoundingClientRect(),e)}else lN(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let n=0;n0&&this.state.doc.nodeAt(i))==r.node&&(a=i)}this.dragging=new zS(e.slice,e.move,a<0?void 0:Ze.create(this.state.doc,a))}someProp(e,n){let r=this._props&&this._props[e],a;if(r!=null&&(a=n?n(r):r))return a;for(let o=0;on.ownerDocument.getSelection()),this._root=n}return e||document}updateRoot(){this._root=null}posAtCoords(e){return eL(this,e)}coordsAtPos(e,n=1){return xS(this,e,n)}domAtPos(e,n=0){return this.docView.domFromPos(e,n)}nodeDOM(e){let n=this.docView.descAt(e);return n?n.nodeDOM:null}posAtDOM(e,n,r=-1){let a=this.docView.posFromDOM(e,n,r);if(a==null)throw new RangeError("DOM position not inside the editor");return a}endOfTextblock(e,n){return aL(this,n||this.state,e)}pasteHTML(e,n){return Qd(this,"",e,!1,n||new ClipboardEvent("paste"))}pasteText(e,n){return Qd(this,e,null,!0,n||new ClipboardEvent("paste"))}serializeForClipboard(e){return K0(this,e)}destroy(){this.docView&&(OL(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Ix(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,_O())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return DL(this,e)}domSelectionRange(){let e=this.domSelection();return e?ws&&this.root.nodeType===11&&VO(this.dom.ownerDocument)==this.dom&&o6(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}HS.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};function ON(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",n=>{if(typeof n=="function"&&(n=n(t.state)),n)for(let r in n)r=="class"?e.class+=" "+n[r]:r=="style"?e.style=(e.style?e.style+";":"")+n[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(n[r]))}),e.translate||(e.translate="no"),[Kn.node(0,t.state.doc.content.size,e)]}function LN(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:Kn.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function DN(t){return!t.someProp("editable",e=>e(t.state)===!1)}function g6(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}function _N(t){let e=Object.create(null);function n(r){for(let a in r)Object.prototype.hasOwnProperty.call(e,a)||(e[a]=r[a])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function y6(t,e){let n=0,r=0;for(let a in t){if(t[a]!=e[a])return!0;n++}for(let a in e)r++;return n!=r}function zN(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var mo={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},ff={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},b6=typeof navigator<"u"&&/Mac/.test(navigator.platform),v6=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var cs=0;cs<10;cs++)mo[48+cs]=mo[96+cs]=String(cs);for(var cs=1;cs<=24;cs++)mo[cs+111]="F"+cs;for(var cs=65;cs<=90;cs++)mo[cs]=String.fromCharCode(cs+32),ff[cs]=String.fromCharCode(cs);for(var Px in mo)ff.hasOwnProperty(Px)||(ff[Px]=mo[Px]);function N6(t){var e=b6&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||v6&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?ff:mo)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}const w6=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),j6=typeof navigator<"u"&&/Win/.test(navigator.platform);function k6(t){let e=t.split(/-(?!$)/),n=e[e.length-1];n=="Space"&&(n=" ");let r,a,i,o;for(let c=0;c{for(var n in e)T6(t,n,{get:e[n],enumerable:!0})};function pp(t){const{state:e,transaction:n}=t;let{selection:r}=n,{doc:a}=n,{storedMarks:i}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return i},get selection(){return r},get doc(){return a},get tr(){return r=n.selection,a=n.doc,i=n.storedMarks,n}}}var mp=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:r}=e,{tr:a}=n,i=this.buildProps(a);return Object.fromEntries(Object.entries(t).map(([o,c])=>[o,(...h)=>{const f=c(...h)(i);return!a.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(a),f}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o=[],c=!!t,u=t||a.tr,h=()=>(!c&&e&&!u.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(u),o.every(m=>m===!0)),f={...Object.fromEntries(Object.entries(n).map(([m,x])=>[m,(...N)=>{const w=this.buildProps(u,e),j=x(...N)(w);return o.push(j),f}])),run:h};return f}createCan(t){const{rawCommands:e,state:n}=this,r=!1,a=t||n.tr,i=this.buildProps(a,r);return{...Object.fromEntries(Object.entries(e).map(([c,u])=>[c,(...h)=>u(...h)({...i,dispatch:void 0})])),chain:()=>this.createChain(a,r)}}buildProps(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o={tr:t,editor:r,view:i,state:pp({state:a,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map(([c,u])=>[c,(...h)=>u(...h)(o)]))}};return o}},US={};Z0(US,{blur:()=>E6,clearContent:()=>M6,clearNodes:()=>A6,command:()=>I6,createParagraphNear:()=>R6,cut:()=>P6,deleteCurrentNode:()=>O6,deleteNode:()=>L6,deleteRange:()=>D6,deleteSelection:()=>_6,enter:()=>z6,exitCode:()=>$6,extendMarkRange:()=>F6,first:()=>B6,focus:()=>H6,forEach:()=>U6,insertContent:()=>W6,insertContentAt:()=>G6,joinBackward:()=>Y6,joinDown:()=>Q6,joinForward:()=>X6,joinItemBackward:()=>Z6,joinItemForward:()=>eD,joinTextblockBackward:()=>tD,joinTextblockForward:()=>nD,joinUp:()=>J6,keyboardShortcut:()=>rD,lift:()=>aD,liftEmptyBlock:()=>iD,liftListItem:()=>oD,newlineInCode:()=>lD,resetAttributes:()=>cD,scrollIntoView:()=>dD,selectAll:()=>uD,selectNodeBackward:()=>hD,selectNodeForward:()=>fD,selectParentNode:()=>pD,selectTextblockEnd:()=>mD,selectTextblockStart:()=>xD,setContent:()=>gD,setMark:()=>_D,setMeta:()=>zD,setNode:()=>$D,setNodeSelection:()=>FD,setTextDirection:()=>BD,setTextSelection:()=>VD,sinkListItem:()=>HD,splitBlock:()=>UD,splitListItem:()=>WD,toggleList:()=>KD,toggleMark:()=>qD,toggleNode:()=>GD,toggleWrap:()=>JD,undoInputRule:()=>QD,unsetAllMarks:()=>YD,unsetMark:()=>XD,unsetTextDirection:()=>ZD,updateAttributes:()=>e_,wrapIn:()=>t_,wrapInList:()=>n_});var E6=()=>({editor:t,view:e})=>(requestAnimationFrame(()=>{var n;t.isDestroyed||(e.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),M6=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),A6=()=>({state:t,tr:e,dispatch:n})=>{const{selection:r}=e,{ranges:a}=r;return n&&a.forEach(({$from:i,$to:o})=>{t.doc.nodesBetween(i.pos,o.pos,(c,u)=>{if(c.type.isText)return;const{doc:h,mapping:f}=e,m=h.resolve(f.map(u)),x=h.resolve(f.map(u+c.nodeSize)),y=m.blockRange(x);if(!y)return;const N=_c(y);if(c.type.isTextblock){const{defaultType:w}=m.parent.contentMatchAt(m.index());e.setNodeMarkup(y.start,w)}(N||N===0)&&e.lift(y,N)})}),!0},I6=t=>e=>t(e),R6=()=>({state:t,dispatch:e})=>aS(t,e),P6=(t,e)=>({editor:n,tr:r})=>{const{state:a}=n,i=a.doc.slice(t.from,t.to);r.deleteRange(t.from,t.to);const o=r.mapping.map(e);return r.insert(o,i.content),r.setSelection(new et(r.doc.resolve(Math.max(o-1,0)))),!0},O6=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,r=n.$anchor.node();if(r.content.size>0)return!1;const a=t.selection.$anchor;for(let i=a.depth;i>0;i-=1)if(a.node(i).type===r.type){if(e){const c=a.before(i),u=a.after(i);t.delete(c,u).scrollIntoView()}return!0}return!1};function zn(t,e){if(typeof t=="string"){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var L6=t=>({tr:e,state:n,dispatch:r})=>{const a=zn(t,n.schema),i=e.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===a){if(r){const u=i.before(o),h=i.after(o);e.delete(u,h).scrollIntoView()}return!0}return!1},D6=t=>({tr:e,dispatch:n})=>{const{from:r,to:a}=t;return n&&e.delete(r,a),!0},_6=()=>({state:t,dispatch:e})=>z0(t,e),z6=()=>({commands:t})=>t.keyboardShortcut("Enter"),$6=()=>({state:t,dispatch:e})=>wO(t,e);function ey(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function pf(t,e,n={strict:!0}){const r=Object.keys(e);return r.length?r.every(a=>n.strict?e[a]===t[a]:ey(e[a])?e[a].test(t[a]):e[a]===t[a]):!0}function WS(t,e,n={}){return t.find(r=>r.type===e&&pf(Object.fromEntries(Object.keys(n).map(a=>[a,r.attrs[a]])),n))}function $N(t,e,n={}){return!!WS(t,e,n)}function ty(t,e,n){var r;if(!t||!e)return;let a=t.parent.childAfter(t.parentOffset);if((!a.node||!a.node.marks.some(f=>f.type===e))&&(a=t.parent.childBefore(t.parentOffset)),!a.node||!a.node.marks.some(f=>f.type===e)||(n=n||((r=a.node.marks[0])==null?void 0:r.attrs),!WS([...a.node.marks],e,n)))return;let o=a.index,c=t.start()+a.offset,u=o+1,h=c+a.node.nodeSize;for(;o>0&&$N([...t.parent.child(o-1).marks],e,n);)o-=1,c-=t.parent.child(o).nodeSize;for(;u({tr:n,state:r,dispatch:a})=>{const i=yi(t,r.schema),{doc:o,selection:c}=n,{$from:u,from:h,to:f}=c;if(a){const m=ty(u,i,e);if(m&&m.from<=h&&m.to>=f){const x=et.create(o,m.from,m.to);n.setSelection(x)}}return!0},B6=t=>e=>{const n=typeof t=="function"?t(e):t;for(let r=0;r({editor:n,view:r,tr:a,dispatch:i})=>{e={scrollIntoView:!0,...e};const o=()=>{(mf()||FN())&&r.dom.focus(),V6()&&!mf()&&!FN()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&t===null||t===!1)return!0}catch{return!1}if(i&&t===null&&!KS(n.state.selection))return o(),!0;const c=qS(a.doc,t)||n.state.selection,u=n.state.selection.eq(c);return i&&(u||a.setSelection(c),u&&a.storedMarks&&a.setStoredMarks(a.storedMarks),o()),!0},U6=(t,e)=>n=>t.every((r,a)=>e(r,{...n,index:a})),W6=(t,e)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),GS=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const r=e[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?t.removeChild(r):r.nodeType===1&&GS(r)}return t};function Nh(t){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${t}`,n=new window.DOMParser().parseFromString(e,"text/html").body;return GS(n)}function Xd(t,e,n){if(t instanceof di||t instanceof we)return t;n={slice:!0,parseOptions:{},...n};const r=typeof t=="object"&&t!==null,a=typeof t=="string";if(r)try{if(Array.isArray(t)&&t.length>0)return we.fromArray(t.map(c=>e.nodeFromJSON(c)));const o=e.nodeFromJSON(t);return n.errorOnInvalidContent&&o.check(),o}catch(i){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:i});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",i),Xd("",e,n)}if(a){if(n.errorOnInvalidContent){let o=!1,c="";const u=new R2({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:h=>(o=!0,c=typeof h=="string"?h:h.outerHTML,null)}]}})});if(n.slice?lo.fromSchema(u).parseSlice(Nh(t),n.parseOptions):lo.fromSchema(u).parse(Nh(t),n.parseOptions),n.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${c}`)})}const i=lo.fromSchema(e);return n.slice?i.parseSlice(Nh(t),n.parseOptions).content:i.parse(Nh(t),n.parseOptions)}return Xd("",e,n)}function K6(t,e,n){const r=t.steps.length-1;if(r{o===0&&(o=f)}),t.setSelection(ot.near(t.doc.resolve(o),n))}var q6=t=>!("type"in t),G6=(t,e,n)=>({tr:r,dispatch:a,editor:i})=>{var o;if(a){n={parseOptions:i.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let c;const u=j=>{i.emit("contentError",{editor:i,error:j,disableCollaboration:()=>{"collaboration"in i.storage&&typeof i.storage.collaboration=="object"&&i.storage.collaboration&&(i.storage.collaboration.isDisabled=!0)}})},h={preserveWhitespace:"full",...n.parseOptions};if(!n.errorOnInvalidContent&&!i.options.enableContentCheck&&i.options.emitContentError)try{Xd(e,i.schema,{parseOptions:h,errorOnInvalidContent:!0})}catch(j){u(j)}try{c=Xd(e,i.schema,{parseOptions:h,errorOnInvalidContent:(o=n.errorOnInvalidContent)!=null?o:i.options.enableContentCheck})}catch(j){return u(j),!1}let{from:f,to:m}=typeof t=="number"?{from:t,to:t}:{from:t.from,to:t.to},x=!0,y=!0;if((q6(c)?c:[c]).forEach(j=>{j.check(),x=x?j.isText&&j.marks.length===0:!1,y=y?j.isBlock:!1}),f===m&&y){const{parent:j}=r.doc.resolve(f);j.isTextblock&&!j.type.spec.code&&!j.childCount&&(f-=1,m+=1)}let w;if(x){if(Array.isArray(e))w=e.map(j=>j.text||"").join("");else if(e instanceof we){let j="";e.forEach(S=>{S.text&&(j+=S.text)}),w=j}else typeof e=="object"&&e&&e.text?w=e.text:w=e;r.insertText(w,f,m)}else{w=c;const j=r.doc.resolve(f),S=j.node(),E=j.parentOffset===0,T=S.isText||S.isTextblock,P=S.content.size>0;E&&T&&P&&(f=Math.max(0,f-1)),r.replaceWith(f,m,w)}n.updateSelection&&K6(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:f,text:w}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:f,text:w})}return!0},J6=()=>({state:t,dispatch:e})=>bO(t,e),Q6=()=>({state:t,dispatch:e})=>vO(t,e),Y6=()=>({state:t,dispatch:e})=>X2(t,e),X6=()=>({state:t,dispatch:e})=>nS(t,e),Z6=()=>({state:t,dispatch:e,tr:n})=>{try{const r=lp(t.doc,t.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},eD=()=>({state:t,dispatch:e,tr:n})=>{try{const r=lp(t.doc,t.selection.$from.pos,1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},tD=()=>({state:t,dispatch:e})=>gO(t,e),nD=()=>({state:t,dispatch:e})=>yO(t,e);function JS(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function sD(t){const e=t.split(/-(?!$)/);let n=e[e.length-1];n==="Space"&&(n=" ");let r,a,i,o;for(let c=0;c({editor:e,view:n,tr:r,dispatch:a})=>{const i=sD(t).split(/-(?!$)/),o=i.find(h=>!["Alt","Ctrl","Meta","Shift"].includes(h)),c=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:i.includes("Alt"),ctrlKey:i.includes("Ctrl"),metaKey:i.includes("Meta"),shiftKey:i.includes("Shift"),bubbles:!0,cancelable:!0}),u=e.captureTransaction(()=>{n.someProp("handleKeyDown",h=>h(n,c))});return u==null||u.steps.forEach(h=>{const f=h.map(r.mapping);f&&a&&r.maybeStep(f)}),!0};function xo(t,e,n={}){const{from:r,to:a,empty:i}=t.selection,o=e?zn(e,t.schema):null,c=[];t.doc.nodesBetween(r,a,(m,x)=>{if(m.isText)return;const y=Math.max(r,x),N=Math.min(a,x+m.nodeSize);c.push({node:m,from:y,to:N})});const u=a-r,h=c.filter(m=>o?o.name===m.node.type.name:!0).filter(m=>pf(m.node.attrs,n,{strict:!1}));return i?!!h.length:h.reduce((m,x)=>m+x.to-x.from,0)>=u}var aD=(t,e={})=>({state:n,dispatch:r})=>{const a=zn(t,n.schema);return xo(n,a,e)?NO(n,r):!1},iD=()=>({state:t,dispatch:e})=>iS(t,e),oD=t=>({state:e,dispatch:n})=>{const r=zn(t,e.schema);return PO(r)(e,n)},lD=()=>({state:t,dispatch:e})=>rS(t,e);function xp(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function BN(t,e){const n=typeof e=="string"?[e]:e;return Object.keys(t).reduce((r,a)=>(n.includes(a)||(r[a]=t[a]),r),{})}var cD=(t,e)=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=xp(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=zn(t,r.schema)),c==="mark"&&(o=yi(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{r.doc.nodesBetween(h.$from.pos,h.$to.pos,(f,m)=>{i&&i===f.type&&(u=!0,a&&n.setNodeMarkup(m,void 0,BN(f.attrs,e))),o&&f.marks.length&&f.marks.forEach(x=>{o===x.type&&(u=!0,a&&n.addMark(m,m+f.nodeSize,o.create(BN(x.attrs,e))))})})}),u},dD=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),uD=()=>({tr:t,dispatch:e})=>{if(e){const n=new or(t.doc);t.setSelection(n)}return!0},hD=()=>({state:t,dispatch:e})=>eS(t,e),fD=()=>({state:t,dispatch:e})=>sS(t,e),pD=()=>({state:t,dispatch:e})=>SO(t,e),mD=()=>({state:t,dispatch:e})=>EO(t,e),xD=()=>({state:t,dispatch:e})=>TO(t,e);function Lg(t,e,n={},r={}){return Xd(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var gD=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:a,tr:i,dispatch:o,commands:c})=>{const{doc:u}=i;if(r.preserveWhitespace!=="full"){const h=Lg(t,a.schema,r,{errorOnInvalidContent:e??a.options.enableContentCheck});return o&&i.replaceWith(0,u.content.size,h).setMeta("preventUpdate",!n),!0}return o&&i.setMeta("preventUpdate",!n),c.insertContentAt({from:0,to:u.content.size},t,{parseOptions:r,errorOnInvalidContent:e??a.options.enableContentCheck})};function QS(t,e){const n=yi(e,t.schema),{from:r,to:a,empty:i}=t.selection,o=[];i?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(r,a,u=>{o.push(...u.marks)});const c=o.find(u=>u.type.name===n.name);return c?{...c.attrs}:{}}function YS(t,e){const n=new D0(t);return e.forEach(r=>{r.steps.forEach(a=>{n.step(a)})}),n}function yD(t){for(let e=0;e{n(a)&&r.push({node:a,pos:i})}),r}function XS(t,e){for(let n=t.depth;n>0;n-=1){const r=t.node(n);if(e(r))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:r}}}function gp(t){return e=>XS(e.$from,t)}function Ye(t,e,n){return t.config[e]===void 0&&t.parent?Ye(t.parent,e,n):typeof t.config[e]=="function"?t.config[e].bind({...n,parent:t.parent?Ye(t.parent,e,n):null}):t.config[e]}function ny(t){return t.map(e=>{const n={name:e.name,options:e.options,storage:e.storage},r=Ye(e,"addExtensions",n);return r?[e,...ny(r())]:e}).flat(10)}function sy(t,e){const n=jl.fromSchema(e).serializeFragment(t),a=document.implementation.createHTMLDocument().createElement("div");return a.appendChild(n),a.innerHTML}function ZS(t){return typeof t=="function"}function Bt(t,e=void 0,...n){return ZS(t)?e?t.bind(e)(...n):t(...n):t}function vD(t={}){return Object.keys(t).length===0&&t.constructor===Object}function Ec(t){const e=t.filter(a=>a.type==="extension"),n=t.filter(a=>a.type==="node"),r=t.filter(a=>a.type==="mark");return{baseExtensions:e,nodeExtensions:n,markExtensions:r}}function eC(t){const e=[],{nodeExtensions:n,markExtensions:r}=Ec(t),a=[...n,...r],i={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(h=>h.name!=="text").map(h=>h.name),c=r.map(h=>h.name),u=[...o,...c];return t.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage,extensions:a},m=Ye(h,"addGlobalAttributes",f);if(!m)return;m().forEach(y=>{let N;Array.isArray(y.types)?N=y.types:y.types==="*"?N=u:y.types==="nodes"?N=o:y.types==="marks"?N=c:N=[],N.forEach(w=>{Object.entries(y.attributes).forEach(([j,S])=>{e.push({type:w,name:j,attribute:{...i,...S}})})})})}),a.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage},m=Ye(h,"addAttributes",f);if(!m)return;const x=m();Object.entries(x).forEach(([y,N])=>{const w={...i,...N};typeof(w==null?void 0:w.default)=="function"&&(w.default=w.default()),w!=null&&w.isRequired&&(w==null?void 0:w.default)===void 0&&delete w.default,e.push({type:h.name,name:y,attribute:w})})}),e}function ND(t){const e=[];let n="",r=!1,a=!1,i=0;const o=t.length;for(let c=0;c0){i-=1,n+=u;continue}if(u===";"&&i===0){e.push(n),n="";continue}}n+=u}return n&&e.push(n),e}function VN(t){const e=[],n=ND(t||""),r=n.length;for(let a=0;a!!e).reduce((e,n)=>{const r={...e};return Object.entries(n).forEach(([a,i])=>{if(!r[a]){r[a]=i;return}if(a==="class"){const c=i?String(i).split(" "):[],u=r[a]?r[a].split(" "):[],h=c.filter(f=>!u.includes(f));r[a]=[...u,...h].join(" ")}else if(a==="style"){const c=new Map([...VN(r[a]),...VN(i)]);r[a]=Array.from(c.entries()).map(([u,h])=>`${u}: ${h}`).join("; ")}else r[a]=i}),r},{})}function Zd(t,e){return e.filter(n=>n.type===t.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(t.attrs)||{}:{[n.name]:t.attrs[n.name]}).reduce((n,r)=>Vt(n,r),{})}function wD(t){return typeof t!="string"?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):t==="true"?!0:t==="false"?!1:t}function HN(t,e){return"style"in t?t:{...t,getAttrs:n=>{const r=t.getAttrs?t.getAttrs(n):t.attrs;if(r===!1)return!1;const a=e.reduce((i,o)=>{const c=o.attribute.parseHTML?o.attribute.parseHTML(n):wD(n.getAttribute(o.name));return c==null?i:{...i,[o.name]:c}},{});return{...r,...a}}}}function UN(t){return Object.fromEntries(Object.entries(t).filter(([e,n])=>e==="attrs"&&vD(n)?!1:n!=null))}function WN(t){var e,n;const r={};return!((e=t==null?void 0:t.attribute)!=null&&e.isRequired)&&"default"in((t==null?void 0:t.attribute)||{})&&(r.default=t.attribute.default),((n=t==null?void 0:t.attribute)==null?void 0:n.validate)!==void 0&&(r.validate=t.attribute.validate),[t.name,r]}function jD(t,e){var n;const r=eC(t),{nodeExtensions:a,markExtensions:i}=Ec(t),o=(n=a.find(h=>Ye(h,"topNode")))==null?void 0:n.name,c=Object.fromEntries(a.map(h=>{const f=r.filter(S=>S.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},x=t.reduce((S,E)=>{const T=Ye(E,"extendNodeSchema",m);return{...S,...T?T(h):{}}},{}),y=UN({...x,content:Bt(Ye(h,"content",m)),marks:Bt(Ye(h,"marks",m)),group:Bt(Ye(h,"group",m)),inline:Bt(Ye(h,"inline",m)),atom:Bt(Ye(h,"atom",m)),selectable:Bt(Ye(h,"selectable",m)),draggable:Bt(Ye(h,"draggable",m)),code:Bt(Ye(h,"code",m)),whitespace:Bt(Ye(h,"whitespace",m)),linebreakReplacement:Bt(Ye(h,"linebreakReplacement",m)),defining:Bt(Ye(h,"defining",m)),isolating:Bt(Ye(h,"isolating",m)),attrs:Object.fromEntries(f.map(WN))}),N=Bt(Ye(h,"parseHTML",m));N&&(y.parseDOM=N.map(S=>HN(S,f)));const w=Ye(h,"renderHTML",m);w&&(y.toDOM=S=>w({node:S,HTMLAttributes:Zd(S,f)}));const j=Ye(h,"renderText",m);return j&&(y.toText=j),[h.name,y]})),u=Object.fromEntries(i.map(h=>{const f=r.filter(j=>j.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},x=t.reduce((j,S)=>{const E=Ye(S,"extendMarkSchema",m);return{...j,...E?E(h):{}}},{}),y=UN({...x,inclusive:Bt(Ye(h,"inclusive",m)),excludes:Bt(Ye(h,"excludes",m)),group:Bt(Ye(h,"group",m)),spanning:Bt(Ye(h,"spanning",m)),code:Bt(Ye(h,"code",m)),attrs:Object.fromEntries(f.map(WN))}),N=Bt(Ye(h,"parseHTML",m));N&&(y.parseDOM=N.map(j=>HN(j,f)));const w=Ye(h,"renderHTML",m);return w&&(y.toDOM=j=>w({mark:j,HTMLAttributes:Zd(j,f)})),[h.name,y]}));return new R2({topNode:o,nodes:c,marks:u})}function kD(t){const e=t.filter((n,r)=>t.indexOf(n)!==r);return Array.from(new Set(e))}function Ld(t){return t.sort((n,r)=>{const a=Ye(n,"priority")||100,i=Ye(r,"priority")||100;return a>i?-1:ar.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function nC(t,e,n){const{from:r,to:a}=e,{blockSeparator:i=` - -`,textSerializers:o={}}=n||{};let c="";return t.nodesBetween(r,a,(u,h,f,m)=>{var x;u.isBlock&&h>r&&(c+=i);const y=o==null?void 0:o[u.type.name];if(y)return f&&(c+=y({node:u,pos:h,parent:f,index:m,range:e})),!1;u.isText&&(c+=(x=u==null?void 0:u.text)==null?void 0:x.slice(Math.max(r,h)-h,a-h))}),c}function SD(t,e){const n={from:0,to:t.content.size};return nC(t,n,e)}function sC(t){return Object.fromEntries(Object.entries(t.nodes).filter(([,e])=>e.spec.toText).map(([e,n])=>[e,n.spec.toText]))}function CD(t,e){const n=zn(e,t.schema),{from:r,to:a}=t.selection,i=[];t.doc.nodesBetween(r,a,c=>{i.push(c)});const o=i.reverse().find(c=>c.type.name===n.name);return o?{...o.attrs}:{}}function rC(t,e){const n=xp(typeof e=="string"?e:e.name,t.schema);return n==="node"?CD(t,e):n==="mark"?QS(t,e):{}}function TD(t,e=JSON.stringify){const n={};return t.filter(r=>{const a=e(r);return Object.prototype.hasOwnProperty.call(n,a)?!1:n[a]=!0})}function ED(t){const e=TD(t);return e.length===1?e:e.filter((n,r)=>!e.filter((i,o)=>o!==r).some(i=>n.oldRange.from>=i.oldRange.from&&n.oldRange.to<=i.oldRange.to&&n.newRange.from>=i.newRange.from&&n.newRange.to<=i.newRange.to))}function aC(t){const{mapping:e,steps:n}=t,r=[];return e.maps.forEach((a,i)=>{const o=[];if(a.ranges.length)a.forEach((c,u)=>{o.push({from:c,to:u})});else{const{from:c,to:u}=n[i];if(c===void 0||u===void 0)return;o.push({from:c,to:u})}o.forEach(({from:c,to:u})=>{const h=e.slice(i).map(c,-1),f=e.slice(i).map(u),m=e.invert().map(h,-1),x=e.invert().map(f);r.push({oldRange:{from:m,to:x},newRange:{from:h,to:f}})})}),ED(r)}function ry(t,e,n){const r=[];return t===e?n.resolve(t).marks().forEach(a=>{const i=n.resolve(t),o=ty(i,a.type);o&&r.push({mark:a,...o})}):n.nodesBetween(t,e,(a,i)=>{!a||(a==null?void 0:a.nodeSize)===void 0||r.push(...a.marks.map(o=>({from:i,to:i+a.nodeSize,mark:o})))}),r}var MD=(t,e,n,r=20)=>{const a=t.doc.resolve(n);let i=r,o=null;for(;i>0&&o===null;){const c=a.node(i);(c==null?void 0:c.type.name)===e?o=c:i-=1}return[o,i]};function bd(t,e){return e.nodes[t]||e.marks[t]||null}function $h(t,e,n){return Object.fromEntries(Object.entries(n).filter(([r])=>{const a=t.find(i=>i.type===e&&i.name===r);return a?a.attribute.keepOnSplit:!1}))}var AD=(t,e=500)=>{let n="";const r=t.parentOffset;return t.parent.nodesBetween(Math.max(0,r-e),r,(a,i,o,c)=>{var u,h;const f=((h=(u=a.type.spec).toText)==null?void 0:h.call(u,{node:a,pos:i,parent:o,index:c}))||a.textContent||"%leaf%";n+=a.isAtom&&!a.isText?f:f.slice(0,Math.max(0,r-i))}),n};function Dg(t,e,n={}){const{empty:r,ranges:a}=t.selection,i=e?yi(e,t.schema):null;if(r)return!!(t.storedMarks||t.selection.$from.marks()).filter(m=>i?i.name===m.type.name:!0).find(m=>pf(m.attrs,n,{strict:!1}));let o=0;const c=[];if(a.forEach(({$from:m,$to:x})=>{const y=m.pos,N=x.pos;t.doc.nodesBetween(y,N,(w,j)=>{if(i&&w.inlineContent&&!w.type.allowsMarkType(i))return!1;if(!w.isText&&!w.marks.length)return;const S=Math.max(y,j),E=Math.min(N,j+w.nodeSize),T=E-S;o+=T,c.push(...w.marks.map(P=>({mark:P,from:S,to:E})))})}),o===0)return!1;const u=c.filter(m=>i?i.name===m.mark.type.name:!0).filter(m=>pf(m.mark.attrs,n,{strict:!1})).reduce((m,x)=>m+x.to-x.from,0),h=c.filter(m=>i?m.mark.type!==i&&m.mark.type.excludes(i):!0).reduce((m,x)=>m+x.to-x.from,0);return(u>0?u+h:u)>=o}function ID(t,e,n={}){if(!e)return xo(t,null,n)||Dg(t,null,n);const r=xp(e,t.schema);return r==="node"?xo(t,e,n):r==="mark"?Dg(t,e,n):!1}var RD=(t,e)=>{const{$from:n,$to:r,$anchor:a}=t.selection;if(e){const i=gp(c=>c.type.name===e)(t.selection);if(!i)return!1;const o=t.doc.resolve(i.pos+1);return a.pos+1===o.end()}return!(r.parentOffset{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)};function KN(t,e){return Array.isArray(e)?e.some(n=>(typeof n=="string"?n:n.name)===t.name):e}function qN(t,e){const{nodeExtensions:n}=Ec(e),r=n.find(o=>o.name===t);if(!r)return!1;const a={name:r.name,options:r.options,storage:r.storage},i=Bt(Ye(r,"group",a));return typeof i!="string"?!1:i.split(" ").includes("list")}function yp(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if(t.type.name==="hardBreak")return!0;if(t.isText)return/^\s*$/m.test((r=t.text)!=null?r:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(t.content.childCount===0)return!0;if(e){let a=!0;return t.content.forEach(i=>{a!==!1&&(yp(i,{ignoreWhitespace:n,checkChildren:e})||(a=!1))}),a}return!1}function iC(t){return t instanceof Ze}var oC=class lC{constructor(e){this.position=e}static fromJSON(e){return new lC(e.position)}toJSON(){return{position:this.position}}};function OD(t,e){const n=e.mapping.mapResult(t.position);return{position:new oC(n.pos),mapResult:n}}function LD(t){return new oC(t)}function DD(t,e,n){var r;const{selection:a}=e;let i=null;if(KS(a)&&(i=a.$cursor),i){const c=(r=t.storedMarks)!=null?r:i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(c)||!c.some(h=>h.type.excludes(n)))}const{ranges:o}=a;return o.some(({$from:c,$to:u})=>{let h=c.depth===0?t.doc.inlineContent&&t.doc.type.allowsMarkType(n):!1;return t.doc.nodesBetween(c.pos,u.pos,(f,m,x)=>{if(h)return!1;if(f.isInline){const y=!x||x.type.allowsMarkType(n),N=!!n.isInSet(f.marks)||!f.marks.some(w=>w.type.excludes(n));h=y&&N}return!h}),h})}var _D=(t,e={})=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=n,{empty:o,ranges:c}=i,u=yi(t,r.schema);if(a)if(o){const h=QS(r,u);n.addStoredMark(u.create({...h,...e}))}else c.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;r.doc.nodesBetween(f,m,(x,y)=>{const N=Math.max(y,f),w=Math.min(y+x.nodeSize,m);x.marks.find(S=>S.type===u)?x.marks.forEach(S=>{u===S.type&&n.addMark(N,w,u.create({...S.attrs,...e}))}):n.addMark(N,w,u.create(e))})});return DD(r,n,u)},zD=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),$D=(t,e={})=>({state:n,dispatch:r,chain:a})=>{const i=zn(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),i.isTextblock?a().command(({commands:c})=>aN(i,{...o,...e})(n)?!0:c.clearNodes()).command(({state:c})=>aN(i,{...o,...e})(c,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},FD=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,a=tl(t,0,r.content.size),i=Ze.create(r,a);e.setSelection(i)}return!0},BD=(t,e)=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=r;let o,c;return typeof e=="number"?(o=e,c=e):e&&"from"in e&&"to"in e?(o=e.from,c=e.to):(o=i.from,c=i.to),a&&n.doc.nodesBetween(o,c,(u,h)=>{u.isText||n.setNodeMarkup(h,void 0,{...u.attrs,dir:t})}),!0},VD=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,{from:a,to:i}=typeof t=="number"?{from:t,to:t}:t,o=et.atStart(r).from,c=et.atEnd(r).to,u=tl(a,o,c),h=tl(i,o,c),f=et.create(r,u,h);e.setSelection(f)}return!0},HD=t=>({state:e,dispatch:n})=>{const r=zn(t,e.schema);return DO(r)(e,n)};function GN(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const r=n.filter(a=>e==null?void 0:e.includes(a.type.name));t.tr.ensureMarks(r)}}var UD=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:r,editor:a})=>{const{selection:i,doc:o}=e,{$from:c,$to:u}=i,h=a.extensionManager.attributes,f=$h(h,c.node().type.name,c.node().attrs);if(i instanceof Ze&&i.node.isBlock)return!c.parentOffset||!ui(o,c.pos)?!1:(r&&(t&&GN(n,a.extensionManager.splittableMarks),e.split(c.pos).scrollIntoView()),!0);if(!c.parent.isBlock)return!1;const m=u.parentOffset===u.parent.content.size,x=c.depth===0?void 0:yD(c.node(-1).contentMatchAt(c.indexAfter(-1)));let y=m&&x?[{type:x,attrs:f}]:void 0,N=ui(e.doc,e.mapping.map(c.pos),1,y);if(!y&&!N&&ui(e.doc,e.mapping.map(c.pos),1,x?[{type:x}]:void 0)&&(N=!0,y=x?[{type:x,attrs:f}]:void 0),r){if(N&&(i instanceof et&&e.deleteSelection(),e.split(e.mapping.map(c.pos),1,y),x&&!m&&!c.parentOffset&&c.parent.type!==x)){const w=e.mapping.map(c.before()),j=e.doc.resolve(w);c.node(-1).canReplaceWith(j.index(),j.index()+1,x)&&e.setNodeMarkup(e.mapping.map(c.before()),x)}t&&GN(n,a.extensionManager.splittableMarks),e.scrollIntoView()}return N},WD=(t,e={})=>({tr:n,state:r,dispatch:a,editor:i})=>{var o;const c=zn(t,r.schema),{$from:u,$to:h}=r.selection,f=r.selection.node;if(f&&f.isBlock||u.depth<2||!u.sameParent(h))return!1;const m=u.node(-1);if(m.type!==c)return!1;const x=i.extensionManager.attributes;if(u.parent.content.size===0&&u.node(-1).childCount===u.indexAfter(-1)){if(u.depth===2||u.node(-3).type!==c||u.index(-2)!==u.node(-2).childCount-1)return!1;if(a){let S=we.empty;const E=u.index(-1)?1:u.index(-2)?2:3;for(let V=u.depth-E;V>=u.depth-3;V-=1)S=we.from(u.node(V).copy(S));const T=u.indexAfter(-1){if(z>-1)return!1;V.isTextblock&&V.content.size===0&&(z=I+1)}),z>-1&&n.setSelection(et.near(n.doc.resolve(z))),n.scrollIntoView()}return!0}const y=h.pos===u.end()?m.contentMatchAt(0).defaultType:null,N={...$h(x,m.type.name,m.attrs),...e},w={...$h(x,u.node().type.name,u.node().attrs),...e};n.delete(u.pos,h.pos);const j=y?[{type:c,attrs:N},{type:y,attrs:w}]:[{type:c,attrs:N}];if(!ui(n.doc,u.pos,2))return!1;if(a){const{selection:S,storedMarks:E}=r,{splittableMarks:T}=i.extensionManager,P=E||S.$to.parentOffset&&S.$from.marks();if(n.split(u.pos,2,j).scrollIntoView(),!P||!a)return!0;const O=P.filter(q=>T.includes(q.type.name));n.ensureMarks(O)}return!0},Lx=(t,e)=>{const n=gp(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&wo(t.doc,n.pos)&&t.join(n.pos),!0},Dx=(t,e)=>{const n=gp(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&wo(t.doc,r)&&t.join(r),!0},KD=(t,e,n,r={})=>({editor:a,tr:i,state:o,dispatch:c,chain:u,commands:h,can:f})=>{const{extensions:m,splittableMarks:x}=a.extensionManager,y=zn(t,o.schema),N=zn(e,o.schema),{selection:w,storedMarks:j}=o,{$from:S,$to:E}=w,T=S.blockRange(E),P=j||w.$to.parentOffset&&w.$from.marks();if(!T)return!1;const O=gp(q=>qN(q.type.name,m))(w);if(T.depth>=1&&O&&T.depth-O.depth<=1){if(O.node.type===y)return h.liftListItem(N);if(qN(O.node.type.name,m)&&y.validContent(O.node.content)&&c)return u().command(()=>(i.setNodeMarkup(O.pos,y),!0)).command(()=>Lx(i,y)).command(()=>Dx(i,y)).run()}return!n||!P||!c?u().command(()=>f().wrapInList(y,r)?!0:h.clearNodes()).wrapInList(y,r).command(()=>Lx(i,y)).command(()=>Dx(i,y)).run():u().command(()=>{const q=f().wrapInList(y,r),z=P.filter(V=>x.includes(V.type.name));return i.ensureMarks(z),q?!0:h.clearNodes()}).wrapInList(y,r).command(()=>Lx(i,y)).command(()=>Dx(i,y)).run()},qD=(t,e={},n={})=>({state:r,commands:a})=>{const{extendEmptyMarkRange:i=!1}=n,o=yi(t,r.schema);return Dg(r,o,e)?a.unsetMark(o,{extendEmptyMarkRange:i}):a.setMark(o,e)},GD=(t,e,n={})=>({state:r,commands:a})=>{const i=zn(t,r.schema),o=zn(e,r.schema),c=xo(r,i,n);let u;return r.selection.$anchor.sameParent(r.selection.$head)&&(u=r.selection.$anchor.parent.attrs),c?a.setNode(o,u):a.setNode(i,{...u,...n})},JD=(t,e={})=>({state:n,commands:r})=>{const a=zn(t,n.schema);return xo(n,a,e)?r.lift(a):r.wrapIn(a,e)},QD=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let r=0;r=0;u-=1)o.step(c.steps[u].invert(c.docs[u]));if(i.text){const u=o.doc.resolve(i.from).marks();o.replaceWith(i.from,i.to,t.schema.text(i.text,u))}else o.delete(i.from,i.to)}return!0}}return!1},YD=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:r,ranges:a}=n;return r||e&&a.forEach(i=>{t.removeMark(i.$from.pos,i.$to.pos)}),!0},XD=(t,e={})=>({tr:n,state:r,dispatch:a})=>{var i;const{extendEmptyMarkRange:o=!1}=e,{selection:c}=n,u=yi(t,r.schema),{$from:h,empty:f,ranges:m}=c;if(!a)return!0;if(f&&o){let{from:x,to:y}=c;const N=(i=h.marks().find(j=>j.type===u))==null?void 0:i.attrs,w=ty(h,u,N);w&&(x=w.from,y=w.to),n.removeMark(x,y,u)}else m.forEach(x=>{n.removeMark(x.$from.pos,x.$to.pos,u)});return n.removeStoredMark(u),!0},ZD=t=>({tr:e,state:n,dispatch:r})=>{const{selection:a}=n;let i,o;return typeof t=="number"?(i=t,o=t):t&&"from"in t&&"to"in t?(i=t.from,o=t.to):(i=a.from,o=a.to),r&&e.doc.nodesBetween(i,o,(c,u)=>{if(c.isText)return;const h={...c.attrs};delete h.dir,e.setNodeMarkup(u,void 0,h)}),!0},e_=(t,e={})=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=xp(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=zn(t,r.schema)),c==="mark"&&(o=yi(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;let x,y,N,w;n.selection.empty?r.doc.nodesBetween(f,m,(j,S)=>{i&&i===j.type&&(u=!0,N=Math.max(S,f),w=Math.min(S+j.nodeSize,m),x=S,y=j)}):r.doc.nodesBetween(f,m,(j,S)=>{S=f&&S<=m&&(i&&i===j.type&&(u=!0,a&&n.setNodeMarkup(S,void 0,{...j.attrs,...e})),o&&j.marks.length&&j.marks.forEach(E=>{if(o===E.type&&(u=!0,a)){const T=Math.max(S,f),P=Math.min(S+j.nodeSize,m);n.addMark(T,P,o.create({...E.attrs,...e}))}}))}),y&&(x!==void 0&&a&&n.setNodeMarkup(x,void 0,{...y.attrs,...e}),o&&y.marks.length&&y.marks.forEach(j=>{o===j.type&&a&&n.addMark(N,w,o.create({...j.attrs,...e}))}))}),u},t_=(t,e={})=>({state:n,dispatch:r})=>{const a=zn(t,n.schema);return MO(a,e)(n,r)},n_=(t,e={})=>({state:n,dispatch:r})=>{const a=zn(t,n.schema);return AO(a,e)(n,r)},s_=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach(r=>r.apply(this,e)),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter(r=>r!==e):delete this.callbacks[t]),this}once(t,e){const n=(...r)=>{this.off(t,n),e.apply(this,r)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},bp=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=(e=t.undoable)!=null?e:!0}},r_=(t,e)=>{if(ey(e))return e.exec(t);const n=e(t);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=t,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r};function wh(t){var e;const{editor:n,from:r,to:a,text:i,rules:o,plugin:c}=t,{view:u}=n;if(u.composing)return!1;const h=u.state.doc.resolve(r);if(h.parent.type.spec.code||(e=h.nodeBefore||h.nodeAfter)!=null&&e.marks.find(x=>x.type.spec.code))return!1;let f=!1;const m=AD(h)+i;return o.forEach(x=>{if(f)return;const y=r_(m,x.find);if(!y)return;const N=u.state.tr,w=pp({state:u.state,transaction:N}),j={from:r-(y[0].length-i.length),to:a},{commands:S,chain:E,can:T}=new mp({editor:n,state:w});x.handler({state:w,range:j,match:y,commands:S,chain:E,can:T})===null||!N.steps.length||(x.undoable&&N.setMeta(c,{transform:N,from:r,to:a,text:i}),u.dispatch(N),f=!0)}),f}function a_(t){const{editor:e,rules:n}=t,r=new rn({state:{init(){return null},apply(a,i,o){const c=a.getMeta(r);if(c)return c;const u=a.getMeta("applyInputRules");return!!u&&setTimeout(()=>{let{text:f}=u;typeof f=="string"?f=f:f=sy(we.from(f),o.schema);const{from:m}=u,x=m+f.length;wh({editor:e,from:m,to:x,text:f,rules:n,plugin:r})}),a.selectionSet||a.docChanged?null:i}},props:{handleTextInput(a,i,o,c){return wh({editor:e,from:i,to:o,text:c,rules:n,plugin:r})},handleDOMEvents:{compositionend:a=>(setTimeout(()=>{const{$cursor:i}=a.state.selection;i&&wh({editor:e,from:i.pos,to:i.pos,text:"",rules:n,plugin:r})}),!1)},handleKeyDown(a,i){if(i.key!=="Enter")return!1;const{$cursor:o}=a.state.selection;return o?wh({editor:e,from:o.pos,to:o.pos,text:` -`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function i_(t){return Object.prototype.toString.call(t).slice(8,-1)}function jh(t){return i_(t)!=="Object"?!1:t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function cC(t,e){const n={...t};return jh(t)&&jh(e)&&Object.keys(e).forEach(r=>{jh(e[r])&&jh(t[r])?n[r]=cC(t[r],e[r]):n[r]=e[r]}),n}var ay=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...Bt(Ye(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...Bt(Ye(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>cC(this.options,t)});return e.name=this.name,e.parent=this.parent,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},kl=class dC extends ay{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n=typeof e=="function"?e():e;return new dC(n)}static handleExit({editor:e,mark:n}){const{tr:r}=e.state,a=e.state.selection.$from;if(a.pos===a.end()){const o=a.marks();if(!!!o.find(h=>(h==null?void 0:h.type.name)===n.name))return!1;const u=o.find(h=>(h==null?void 0:h.type.name)===n.name);return u&&r.removeStoredMark(u),r.insertText(" ",a.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function o_(t){return typeof t=="number"}var l_=class{constructor(t){this.find=t.find,this.handler=t.handler}},c_=(t,e,n)=>{if(ey(e))return[...t.matchAll(e)];const r=e(t,n);return r?r.map(a=>{const i=[a.text];return i.index=a.index,i.input=t,i.data=a.data,a.replaceWith&&(a.text.includes(a.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(a.replaceWith)),i}):[]};function d_(t){const{editor:e,state:n,from:r,to:a,rule:i,pasteEvent:o,dropEvent:c}=t,{commands:u,chain:h,can:f}=new mp({editor:e,state:n}),m=[];return n.doc.nodesBetween(r,a,(y,N)=>{var w,j,S,E,T;if((j=(w=y.type)==null?void 0:w.spec)!=null&&j.code||!(y.isText||y.isTextblock||y.isInline))return;const P=(T=(E=(S=y.content)==null?void 0:S.size)!=null?E:y.nodeSize)!=null?T:0,O=Math.max(r,N),q=Math.min(a,N+P);if(O>=q)return;const z=y.isText?y.text||"":y.textBetween(O-N,q-N,void 0,"");c_(z,i.find,o).forEach(I=>{if(I.index===void 0)return;const te=O+I.index+1,Q=te+I[0].length,F={from:n.tr.mapping.map(te),to:n.tr.mapping.map(Q)},re=i.handler({state:n,range:F,match:I,commands:u,chain:h,can:f,pasteEvent:o,dropEvent:c});m.push(re)})}),m.every(y=>y!==null)}var kh=null,u_=t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=n.clipboardData)==null||e.setData("text/html",t),n};function h_(t){const{editor:e,rules:n}=t;let r=null,a=!1,i=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,c;try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}const u=({state:f,from:m,to:x,rule:y,pasteEvt:N})=>{const w=f.tr,j=pp({state:f,transaction:w});if(!(!d_({editor:e,state:j,from:Math.max(m-1,0),to:x.b-1,rule:y,pasteEvent:N,dropEvent:c})||!w.steps.length)){try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,w}};return n.map(f=>new rn({view(m){const x=N=>{var w;r=(w=m.dom.parentElement)!=null&&w.contains(N.target)?m.dom.parentElement:null,r&&(kh=e)},y=()=>{kh&&(kh=null)};return window.addEventListener("dragstart",x),window.addEventListener("dragend",y),{destroy(){window.removeEventListener("dragstart",x),window.removeEventListener("dragend",y)}}},props:{handleDOMEvents:{drop:(m,x)=>{if(i=r===m.dom.parentElement,c=x,!i){const y=kh;y!=null&&y.isEditable&&setTimeout(()=>{const N=y.state.selection;N&&y.commands.deleteRange({from:N.from,to:N.to})},10)}return!1},paste:(m,x)=>{var y;const N=(y=x.clipboardData)==null?void 0:y.getData("text/html");return o=x,a=!!(N!=null&&N.includes("data-pm-slice")),!1}}},appendTransaction:(m,x,y)=>{const N=m[0],w=N.getMeta("uiEvent")==="paste"&&!a,j=N.getMeta("uiEvent")==="drop"&&!i,S=N.getMeta("applyPasteRules"),E=!!S;if(!w&&!j&&!E)return;if(E){let{text:O}=S;typeof O=="string"?O=O:O=sy(we.from(O),y.schema);const{from:q}=S,z=q+O.length,V=u_(O);return u({rule:f,state:y,from:q,to:{b:z},pasteEvt:V})}const T=x.doc.content.findDiffStart(y.doc.content),P=x.doc.content.findDiffEnd(y.doc.content);if(!(!o_(T)||!P||T===P.b))return u({rule:f,state:y,from:T,to:P,pasteEvt:o})}}))}var vp=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=tC(t),this.schema=jD(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((t,e)=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:bd(e.name,this.schema)},r=Ye(e,"addCommands",n);return r?{...t,...r()}:t},{})}get plugins(){const{editor:t}=this;return Ld([...this.extensions].reverse()).flatMap(r=>{const a={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:t,type:bd(r.name,this.schema)},i=[],o=Ye(r,"addKeyboardShortcuts",a);let c={};if(r.type==="mark"&&Ye(r,"exitable",a)&&(c.ArrowRight=()=>kl.handleExit({editor:t,mark:r})),o){const x=Object.fromEntries(Object.entries(o()).map(([y,N])=>[y,()=>N({editor:t})]));c={...c,...x}}const u=C6(c);i.push(u);const h=Ye(r,"addInputRules",a);if(KN(r,t.options.enableInputRules)&&h){const x=h();if(x&&x.length){const y=a_({editor:t,rules:x}),N=Array.isArray(y)?y:[y];i.push(...N)}}const f=Ye(r,"addPasteRules",a);if(KN(r,t.options.enablePasteRules)&&f){const x=f();if(x&&x.length){const y=h_({editor:t,rules:x});i.push(...y)}}const m=Ye(r,"addProseMirrorPlugins",a);if(m){const x=m();i.push(...x)}return i})}get attributes(){return eC(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=Ec(this.extensions);return Object.fromEntries(e.filter(n=>!!Ye(n,"addNodeView")).map(n=>{const r=this.attributes.filter(u=>u.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:zn(n.name,this.schema)},i=Ye(n,"addNodeView",a);if(!i)return[];const o=i();if(!o)return[];const c=(u,h,f,m,x)=>{const y=Zd(u,r);return o({node:u,view:h,getPos:f,decorations:m,innerDecorations:x,editor:t,extension:n,HTMLAttributes:y})};return[n.name,c]}))}dispatchTransaction(t){const{editor:e}=this;return Ld([...this.extensions].reverse()).reduceRight((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:bd(a.name,this.schema)},o=Ye(a,"dispatchTransaction",i);return o?c=>{o.call(i,{transaction:c,next:r})}:r},t)}transformPastedHTML(t){const{editor:e}=this;return Ld([...this.extensions]).reduce((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:bd(a.name,this.schema)},o=Ye(a,"transformPastedHTML",i);return o?(c,u)=>{const h=r(c,u);return o.call(i,h)}:r},t||(r=>r))}get markViews(){const{editor:t}=this,{markExtensions:e}=Ec(this.extensions);return Object.fromEntries(e.filter(n=>!!Ye(n,"addMarkView")).map(n=>{const r=this.attributes.filter(c=>c.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:yi(n.name,this.schema)},i=Ye(n,"addMarkView",a);if(!i)return[];const o=(c,u,h)=>{const f=Zd(c,r);return i()({mark:c,view:u,inline:h,editor:t,extension:n,HTMLAttributes:f,updateAttributes:m=>{T_(c,t,m)}})};return[n.name,o]}))}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map(e=>[e.name,e.storage])),t.forEach(e=>{var n;const r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:bd(e.name,this.schema)};e.type==="mark"&&((n=Bt(Ye(e,"keepOnSplit",r)))==null||n)&&this.splittableMarks.push(e.name);const a=Ye(e,"onBeforeCreate",r),i=Ye(e,"onCreate",r),o=Ye(e,"onUpdate",r),c=Ye(e,"onSelectionUpdate",r),u=Ye(e,"onTransaction",r),h=Ye(e,"onFocus",r),f=Ye(e,"onBlur",r),m=Ye(e,"onDestroy",r);a&&this.editor.on("beforeCreate",a),i&&this.editor.on("create",i),o&&this.editor.on("update",o),c&&this.editor.on("selectionUpdate",c),u&&this.editor.on("transaction",u),h&&this.editor.on("focus",h),f&&this.editor.on("blur",f),m&&this.editor.on("destroy",m)})}};vp.resolve=tC;vp.sort=Ld;vp.flatten=ny;var f_={};Z0(f_,{ClipboardTextSerializer:()=>hC,Commands:()=>fC,Delete:()=>pC,Drop:()=>mC,Editable:()=>xC,FocusEvents:()=>yC,Keymap:()=>bC,Paste:()=>vC,Tabindex:()=>NC,TextDirection:()=>wC,focusEventsPluginKey:()=>gC});var Cn=class uC extends ay{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n=typeof e=="function"?e():e;return new uC(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}},hC=Cn.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new rn({key:new pn("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:r,selection:a}=e,{ranges:i}=a,o=Math.min(...i.map(f=>f.$from.pos)),c=Math.max(...i.map(f=>f.$to.pos)),u=sC(n);return nC(r,{from:o,to:c},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:u})}}})]}}),fC=Cn.create({name:"commands",addCommands(){return{...US}}}),pC=Cn.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,r,a;const i=()=>{var o,c,u,h;if((h=(u=(c=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:c.filterTransaction)==null?void 0:u.call(c,t))!=null?h:t.getMeta("y-sync$"))return;const f=YS(t.before,[t,...e]);aC(f).forEach(y=>{f.mapping.mapResult(y.oldRange.from).deletedAfter&&f.mapping.mapResult(y.oldRange.to).deletedBefore&&f.before.nodesBetween(y.oldRange.from,y.oldRange.to,(N,w)=>{const j=w+N.nodeSize-2,S=y.oldRange.from<=w&&j<=y.oldRange.to;this.editor.emit("delete",{type:"node",node:N,from:w,to:j,newFrom:f.mapping.map(w),newTo:f.mapping.map(j),deletedRange:y.oldRange,newRange:y.newRange,partial:!S,editor:this.editor,transaction:t,combinedTransform:f})})});const x=f.mapping;f.steps.forEach((y,N)=>{var w,j;if(y instanceof Jr){const S=x.slice(N).map(y.from,-1),E=x.slice(N).map(y.to),T=x.invert().map(S,-1),P=x.invert().map(E),O=(w=f.doc.nodeAt(S-1))==null?void 0:w.marks.some(z=>z.eq(y.mark)),q=(j=f.doc.nodeAt(E))==null?void 0:j.marks.some(z=>z.eq(y.mark));this.editor.emit("delete",{type:"mark",mark:y.mark,from:y.from,to:y.to,deletedRange:{from:T,to:P},newRange:{from:S,to:E},partial:!!(q||O),editor:this.editor,transaction:t,combinedTransform:f})}})};(a=(r=(n=this.editor.options.coreExtensionOptions)==null?void 0:n.delete)==null?void 0:r.async)==null||a?setTimeout(i,0):i()}}),mC=Cn.create({name:"drop",addProseMirrorPlugins(){return[new rn({key:new pn("tiptapDrop"),props:{handleDrop:(t,e,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:r})}}})]}}),xC=Cn.create({name:"editable",addProseMirrorPlugins(){return[new rn({key:new pn("editable"),props:{editable:()=>this.editor.options.editable}})]}}),gC=new pn("focusEvents"),yC=Cn.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new rn({key:gC,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const r=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,n)=>{t.isFocused=!1;const r=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),bC=Cn.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:c})=>{const{selection:u,doc:h}=c,{empty:f,$anchor:m}=u,{pos:x,parent:y}=m,N=m.parent.isTextblock&&x>0?c.doc.resolve(x-1):m,w=N.parent.type.spec.isolating,j=m.pos-m.parentOffset,S=w&&N.parent.childCount===1?j===m.pos:ot.atStart(h).from===x;return!f||!y.type.isTextblock||y.textContent.length||!S||S&&m.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},a={...r},i={...r,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return mf()||JS()?i:a},addProseMirrorPlugins(){return[new rn({key:new pn("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some(w=>w.getMeta("composition")))return;const r=t.some(w=>w.docChanged)&&!e.doc.eq(n.doc),a=t.some(w=>w.getMeta("preventClearDocument"));if(!r||a)return;const{empty:i,from:o,to:c}=e.selection,u=ot.atStart(e.doc).from,h=ot.atEnd(e.doc).to;if(i||!(o===u&&c===h)||!yp(n.doc))return;const x=n.tr,y=pp({state:n,transaction:x}),{commands:N}=new mp({editor:this.editor,state:y});if(N.clearNodes(),!!x.steps.length)return x}})]}}),vC=Cn.create({name:"paste",addProseMirrorPlugins(){return[new rn({key:new pn("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),NC=Cn.create({name:"tabindex",addProseMirrorPlugins(){return[new rn({key:new pn("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),wC=Cn.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=Ec(this.extensions);return[{types:t.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const n=e.getAttribute("dir");return n&&(n==="ltr"||n==="rtl"||n==="auto")?n:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new rn({key:new pn("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),p_=class Sd{constructor(e,n,r=!1,a=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=n,this.currentNode=a}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let n=this.from,r=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}n=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:n,to:r},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new Sd(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new Sd(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new Sd(e,this.editor)}get children(){const e=[];return this.node.content.forEach((n,r)=>{const a=n.isBlock&&!n.isTextblock,i=n.isAtom&&!n.isText,o=n.isInline,c=this.pos+r+(i?0:1);if(c<0||c>this.resolvedPos.doc.nodeSize-2)return;const u=this.resolvedPos.doc.resolve(c);if(!a&&!o&&u.depth<=this.depth)return;const h=new Sd(u,this.editor,a,a||o?n:null);a&&(h.actualDepth=this.depth+1),e.push(h)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,n={}){let r=null,a=this.parent;for(;a&&!r;){if(a.node.type.name===e)if(Object.keys(n).length>0){const i=a.node.attrs,o=Object.keys(n);for(let c=0;c{r&&a.length>0||(o.node.type.name===e&&i.every(u=>n[u]===o.node.attrs[u])&&a.push(o),!(r&&a.length>0)&&(a=a.concat(o.querySelectorAll(e,n,r))))}),a}setAttribute(e){const{tr:n}=this.editor.state;n.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(n)}},m_=`.ProseMirror { - position: relative; -} - -.ProseMirror { - word-wrap: break-word; - white-space: pre-wrap; - white-space: break-spaces; - -webkit-font-variant-ligatures: none; - font-variant-ligatures: none; - font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ -} - -.ProseMirror [contenteditable="false"] { - white-space: normal; -} - -.ProseMirror [contenteditable="false"] [contenteditable="true"] { - white-space: pre-wrap; -} - -.ProseMirror pre { - white-space: pre-wrap; -} - -img.ProseMirror-separator { - display: inline !important; - border: none !important; - margin: 0 !important; - width: 0 !important; - height: 0 !important; -} - -.ProseMirror-gapcursor { - display: none; - pointer-events: none; - position: absolute; - margin: 0; -} - -.ProseMirror-gapcursor:after { - content: ""; - display: block; - position: absolute; - top: -2px; - width: 20px; - border-top: 1px solid black; - animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; -} - -@keyframes ProseMirror-cursor-blink { - to { - visibility: hidden; - } -} - -.ProseMirror-hideselection *::selection { - background: transparent; -} - -.ProseMirror-hideselection *::-moz-selection { - background: transparent; -} - -.ProseMirror-hideselection * { - caret-color: transparent; -} - -.ProseMirror-focused .ProseMirror-gapcursor { - display: block; -}`;function x_(t,e,n){const r=document.querySelector("style[data-tiptap-style]");if(r!==null)return r;const a=document.createElement("style");return e&&a.setAttribute("nonce",e),a.setAttribute("data-tiptap-style",""),a.innerHTML=t,document.getElementsByTagName("head")[0].appendChild(a),a}var g_=class extends s_{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:r})=>{throw r},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:OD,createMappablePosition:LD},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",({event:r,slice:a,moved:i})=>this.options.onDrop(r,a,i)),this.on("paste",({event:r,slice:a})=>this.options.onPaste(r,a)),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=qS(e,this.options.autofocus);this.editorState=fc.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const t=this.editorView.dom;t!=null&&t.editor&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<"u"&&(this.css=x_(m_,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=ZS(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach(a=>{const i=typeof a=="string"?`${a}$`:a.key;n=n.filter(o=>!o.key.startsWith(i))}),e.length===n.length)return;const r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){var t,e;const r=[...this.options.enableCoreExtensions?[xC,hC.configure({blockSeparator:(e=(t=this.options.coreExtensionOptions)==null?void 0:t.clipboardTextSerializer)==null?void 0:e.blockSeparator}),fC,yC,bC,NC,mC,vC,pC,wC.configure({direction:this.options.textDirection})].filter(a=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[a.name]!==!1:!0):[],...this.options.extensions].filter(a=>["extension","node","mark"].includes(a==null?void 0:a.type));this.extensionManager=new vp(r,this)}createCommandManager(){this.commandManager=new mp({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=Lg(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(n=>n.name!=="collaboration"),this.createExtensionManager()}}),t=Lg(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){const{editorProps:e,enableExtensionDispatchTransaction:n}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),a=n?this.extensionManager.dispatchTransaction(r):r,i=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(i);this.editorView=new HS(t,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:a,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const c=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(c),this.prependClass(),this.injectCSS();const u=this.view.dom;u.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=t;return}t.steps.forEach(h=>{var f;return(f=this.capturedTransaction)==null?void 0:f.step(h)});return}const{state:e,transactions:n}=this.state.applyTransaction(t),r=!this.state.selection.eq(e.selection),a=n.includes(t),i=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!a)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast(h=>h.getMeta("focus")||h.getMeta("blur")),c=o==null?void 0:o.getMeta("focus"),u=o==null?void 0:o.getMeta("blur");c&&this.emit("focus",{editor:this,event:c.event,transaction:o}),u&&this.emit("blur",{editor:this,event:u.event,transaction:o}),!(t.getMeta("preventUpdate")||!n.some(h=>h.docChanged)||i.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return rC(this.state,t)}isActive(t,e){const n=typeof t=="string"?t:null,r=typeof t=="string"?e:t;return ID(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return sy(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e=` - -`,textSerializers:n={}}=t||{};return SD(this.state.doc,{blockSeparator:e,textSerializers:{...sC(this.schema),...n}})}get isEmpty(){return yp(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var t,e;return(e=(t=this.editorView)==null?void 0:t.isDestroyed)!=null?e:!0}$node(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t);return new p_(e,this)}get $doc(){return this.$pos(0)}};function Mc(t){return new bp({find:t.find,handler:({state:e,range:n,match:r})=>{const a=Bt(t.getAttributes,void 0,r);if(a===!1||a===null)return null;const{tr:i}=e,o=r[r.length-1],c=r[0];if(o){const u=c.search(/\S/),h=n.from+c.indexOf(o),f=h+o.length;if(ry(n.from,n.to,e.doc).filter(y=>y.mark.type.excluded.find(w=>w===t.type&&w!==y.mark.type)).filter(y=>y.to>h).length)return null;fn.from&&i.delete(n.from+u,h);const x=n.from+u+o.length;i.addMark(n.from+u,x,t.type.create(a||{})),i.removeStoredMark(t.type)}},undoable:t.undoable})}function jC(t){return new bp({find:t.find,handler:({state:e,range:n,match:r})=>{const a=Bt(t.getAttributes,void 0,r)||{},{tr:i}=e,o=n.from;let c=n.to;const u=t.type.create(a);if(r[1]){const h=r[0].lastIndexOf(r[1]);let f=o+h;f>c?f=c:c=f+r[1].length;const m=r[0][r[0].length-1];i.insertText(m,o+r[0].length-1),i.replaceWith(f,c,u)}else if(r[0]){const h=t.type.isInline?o:o-1;i.insert(h,t.type.create(a)).delete(i.mapping.map(o),i.mapping.map(c))}i.scrollIntoView()},undoable:t.undoable})}function _g(t){return new bp({find:t.find,handler:({state:e,range:n,match:r})=>{const a=e.doc.resolve(n.from),i=Bt(t.getAttributes,void 0,r)||{};if(!a.node(-1).canReplaceWith(a.index(-1),a.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,i)},undoable:t.undoable})}function Ac(t){return new bp({find:t.find,handler:({state:e,range:n,match:r,chain:a})=>{const i=Bt(t.getAttributes,void 0,r)||{},o=e.tr.delete(n.from,n.to),u=o.doc.resolve(n.from).blockRange(),h=u&&L0(u,t.type,i);if(!h)return null;if(o.wrap(u,h),t.keepMarks&&t.editor){const{selection:m,storedMarks:x}=e,{splittableMarks:y}=t.editor.extensionManager,N=x||m.$to.parentOffset&&m.$from.marks();if(N){const w=N.filter(j=>y.includes(j.type.name));o.ensureMarks(w)}}if(t.keepAttributes){const m=t.type.name==="bulletList"||t.type.name==="orderedList"?"listItem":"taskList";a().updateAttributes(m,i).run()}const f=o.doc.resolve(n.from-1).nodeBefore;f&&f.type===t.type&&wo(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(r,f))&&o.join(n.from-1)},undoable:t.undoable})}var y_=t=>"touches"in t,b_=class{constructor(t){this.directions=["bottom-left","bottom-right","top-left","top-right"],this.minSize={height:8,width:8},this.preserveAspectRatio=!1,this.classNames={container:"",wrapper:"",handle:"",resizing:""},this.initialWidth=0,this.initialHeight=0,this.aspectRatio=1,this.isResizing=!1,this.activeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.isShiftKeyPressed=!1,this.lastEditableState=void 0,this.handleMap=new Map,this.handleMouseMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.clientX-this.startX,h=c.clientY-this.startY;this.handleResize(u,h)},this.handleTouchMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.touches[0];if(!u)return;const h=u.clientX-this.startX,f=u.clientY-this.startY;this.handleResize(h,f)},this.handleMouseUp=()=>{if(!this.isResizing)return;const c=this.element.offsetWidth,u=this.element.offsetHeight;this.onCommit(c,u),this.isResizing=!1,this.activeHandle=null,this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)},this.handleKeyDown=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,n,r,a,i,o;this.node=t.node,this.editor=t.editor,this.element=t.element,this.contentElement=t.contentElement,this.getPos=t.getPos,this.onResize=t.onResize,this.onCommit=t.onCommit,this.onUpdate=t.onUpdate,(e=t.options)!=null&&e.min&&(this.minSize={...this.minSize,...t.options.min}),(n=t.options)!=null&&n.max&&(this.maxSize=t.options.max),(r=t==null?void 0:t.options)!=null&&r.directions&&(this.directions=t.options.directions),(a=t.options)!=null&&a.preserveAspectRatio&&(this.preserveAspectRatio=t.options.preserveAspectRatio),(i=t.options)!=null&&i.className&&(this.classNames={container:t.options.className.container||"",wrapper:t.options.className.wrapper||"",handle:t.options.className.handle||"",resizing:t.options.className.resizing||""}),(o=t.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=t.options.createCustomHandle),this.wrapper=this.createWrapper(),this.container=this.createContainer(),this.applyInitialSize(),this.attachHandles(),this.editor.on("update",this.handleEditorUpdate.bind(this))}get dom(){return this.container}get contentDOM(){var t;return(t=this.contentElement)!=null?t:null}handleEditorUpdate(){const t=this.editor.isEditable;t!==this.lastEditableState&&(this.lastEditableState=t,t?t&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(t,e,n){return t.type!==this.node.type?!1:(this.node=t,this.onUpdate?this.onUpdate(t,e,n):!0)}destroy(){this.isResizing&&(this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp),this.isResizing=!1,this.activeHandle=null),this.editor.off("update",this.handleEditorUpdate.bind(this)),this.container.remove()}createContainer(){const t=document.createElement("div");return t.dataset.resizeContainer="",t.dataset.node=this.node.type.name,t.style.display="flex",this.classNames.container&&(t.className=this.classNames.container),t.appendChild(this.wrapper),t}createWrapper(){const t=document.createElement("div");return t.style.position="relative",t.style.display="block",t.dataset.resizeWrapper="",this.classNames.wrapper&&(t.className=this.classNames.wrapper),t.appendChild(this.element),t}createHandle(t){const e=document.createElement("div");return e.dataset.resizeHandle=t,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(t,e){const n=e.includes("top"),r=e.includes("bottom"),a=e.includes("left"),i=e.includes("right");n&&(t.style.top="0"),r&&(t.style.bottom="0"),a&&(t.style.left="0"),i&&(t.style.right="0"),(e==="top"||e==="bottom")&&(t.style.left="0",t.style.right="0"),(e==="left"||e==="right")&&(t.style.top="0",t.style.bottom="0")}attachHandles(){this.directions.forEach(t=>{let e;this.createCustomHandle?e=this.createCustomHandle(t):e=this.createHandle(t),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${t}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(t)),this.createCustomHandle||this.positionHandle(e,t),e.addEventListener("mousedown",n=>this.handleResizeStart(n,t)),e.addEventListener("touchstart",n=>this.handleResizeStart(n,t)),this.handleMap.set(t,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(t=>t.remove()),this.handleMap.clear()}applyInitialSize(){const t=this.node.attrs.width,e=this.node.attrs.height;t?(this.element.style.width=`${t}px`,this.initialWidth=t):this.initialWidth=this.element.offsetWidth,e?(this.element.style.height=`${e}px`,this.initialHeight=e):this.initialHeight=this.element.offsetHeight,this.initialWidth>0&&this.initialHeight>0&&(this.aspectRatio=this.initialWidth/this.initialHeight)}handleResizeStart(t,e){t.preventDefault(),t.stopPropagation(),this.isResizing=!0,this.activeHandle=e,y_(t)?(this.startX=t.touches[0].clientX,this.startY=t.touches[0].clientY):(this.startX=t.clientX,this.startY=t.clientY),this.startWidth=this.element.offsetWidth,this.startHeight=this.element.offsetHeight,this.startWidth>0&&this.startHeight>0&&(this.aspectRatio=this.startWidth/this.startHeight),this.getPos(),this.container.dataset.resizeState="true",this.classNames.resizing&&this.container.classList.add(this.classNames.resizing),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("mouseup",this.handleMouseUp),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}handleResize(t,e){if(!this.activeHandle)return;const n=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:a}=this.calculateNewDimensions(this.activeHandle,t,e),i=this.applyConstraints(r,a,n);this.element.style.width=`${i.width}px`,this.element.style.height=`${i.height}px`,this.onResize&&this.onResize(i.width,i.height)}calculateNewDimensions(t,e,n){let r=this.startWidth,a=this.startHeight;const i=t.includes("right"),o=t.includes("left"),c=t.includes("bottom"),u=t.includes("top");return i?r=this.startWidth+e:o&&(r=this.startWidth-e),c?a=this.startHeight+n:u&&(a=this.startHeight-n),(t==="right"||t==="left")&&(r=this.startWidth+(i?e:-e)),(t==="top"||t==="bottom")&&(a=this.startHeight+(c?n:-n)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,a,t):{width:r,height:a}}applyConstraints(t,e,n){var r,a,i,o;if(!n){let h=Math.max(this.minSize.width,t),f=Math.max(this.minSize.height,e);return(r=this.maxSize)!=null&&r.width&&(h=Math.min(this.maxSize.width,h)),(a=this.maxSize)!=null&&a.height&&(f=Math.min(this.maxSize.height,f)),{width:h,height:f}}let c=t,u=e;return cthis.maxSize.width&&(c=this.maxSize.width,u=c/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&u>this.maxSize.height&&(u=this.maxSize.height,c=u*this.aspectRatio),{width:c,height:u}}applyAspectRatio(t,e,n){const r=n==="left"||n==="right",a=n==="top"||n==="bottom";return r?{width:t,height:t/this.aspectRatio}:a?{width:e*this.aspectRatio,height:e}:{width:t,height:t/this.aspectRatio}}};function v_(t,e){const{selection:n}=t,{$from:r}=n;if(n instanceof Ze){const i=r.index();return r.parent.canReplaceWith(i,i+1,e)}let a=r.depth;for(;a>=0;){const i=r.index(a);if(r.node(a).contentMatchAt(i).matchType(e))return!0;a-=1}return!1}function N_(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}var w_={};Z0(w_,{createAtomBlockMarkdownSpec:()=>j_,createBlockMarkdownSpec:()=>k_,createInlineMarkdownSpec:()=>kC,parseAttributes:()=>iy,parseIndentedBlocks:()=>zg,renderNestedMarkdownContent:()=>ly,serializeAttributes:()=>oy});function iy(t){if(!(t!=null&&t.trim()))return{};const e={},n=[],r=t.replace(/["']([^"']*)["']/g,h=>(n.push(h),`__QUOTED_${n.length-1}__`)),a=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(a){const h=a.map(f=>f.trim().slice(1));e.class=h.join(" ")}const i=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);i&&(e.id=i[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,h,f])=>{var m;const x=parseInt(((m=f.match(/__QUOTED_(\d+)__/))==null?void 0:m[1])||"0",10),y=n[x];y&&(e[h]=y.slice(1,-1))});const u=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return u&&u.split(/\s+/).filter(Boolean).forEach(f=>{f.match(/^[a-zA-Z][\w-]*$/)&&(e[f]=!0)}),e}function oy(t){if(!t||Object.keys(t).length===0)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach(([n,r])=>{n==="class"||n==="id"||(r===!0?e.push(n):r!==!1&&r!=null&&e.push(`${n}="${String(r)}"`))}),e.join(" ")}function j_(t){const{nodeName:e,name:n,parseAttributes:r=iy,serializeAttributes:a=oy,defaultAttributes:i={},requiredAttributes:o=[],allowedAttributes:c}=t,u=n||e,h=f=>{if(!c)return f;const m={};return c.forEach(x=>{x in f&&(m[x]=f[x])}),m};return{parseMarkdown:(f,m)=>{const x={...i,...f.attributes};return m.createNode(e,x,[])},markdownTokenizer:{name:e,level:"block",start(f){var m;const x=new RegExp(`^:::${u}(?:\\s|$)`,"m"),y=(m=f.match(x))==null?void 0:m.index;return y!==void 0?y:-1},tokenize(f,m,x){const y=new RegExp(`^:::${u}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),N=f.match(y);if(!N)return;const w=N[1]||"",j=r(w);if(!o.find(E=>!(E in j)))return{type:e,raw:N[0],attributes:j}}},renderMarkdown:f=>{const m=h(f.attrs||{}),x=a(m),y=x?` {${x}}`:"";return`:::${u}${y} :::`}}}function k_(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=iy,serializeAttributes:i=oy,defaultAttributes:o={},content:c="block",allowedAttributes:u}=t,h=n||e,f=m=>{if(!u)return m;const x={};return u.forEach(y=>{y in m&&(x[y]=m[y])}),x};return{parseMarkdown:(m,x)=>{let y;if(r){const w=r(m);y=typeof w=="string"?[{type:"text",text:w}]:w}else c==="block"?y=x.parseChildren(m.tokens||[]):y=x.parseInline(m.tokens||[]);const N={...o,...m.attributes};return x.createNode(e,N,y)},markdownTokenizer:{name:e,level:"block",start(m){var x;const y=new RegExp(`^:::${h}`,"m"),N=(x=m.match(y))==null?void 0:x.index;return N!==void 0?N:-1},tokenize(m,x,y){var N;const w=new RegExp(`^:::${h}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),j=m.match(w);if(!j)return;const[S,E=""]=j,T=a(E);let P=1;const O=S.length;let q="";const z=/^:::([\w-]*)(\s.*)?/gm,V=m.slice(O);for(z.lastIndex=0;;){const I=z.exec(V);if(I===null)break;const te=I.index,Q=I[1];if(!((N=I[2])!=null&&N.endsWith(":::"))){if(Q)P+=1;else if(P-=1,P===0){const F=V.slice(0,te);q=F.trim();const re=m.slice(0,O+te+I[0].length);let ie=[];if(q)if(c==="block")for(ie=y.blockTokens(F),ie.forEach(J=>{J.text&&(!J.tokens||J.tokens.length===0)&&(J.tokens=y.inlineTokens(J.text))});ie.length>0;){const J=ie[ie.length-1];if(J.type==="paragraph"&&(!J.text||J.text.trim()===""))ie.pop();else break}else ie=y.inlineTokens(q);return{type:e,raw:re,attributes:T,content:q,tokens:ie}}}}}},renderMarkdown:(m,x)=>{const y=f(m.attrs||{}),N=i(y),w=N?` {${N}}`:"",j=x.renderChildren(m.content||[],` - -`);return`:::${h}${w} - -${j} - -:::`}}}function S_(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r;e[a]=i||o,r=n.exec(t)}return e}function C_(t){return Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e}="${n}"`).join(" ")}function kC(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=S_,serializeAttributes:i=C_,defaultAttributes:o={},selfClosing:c=!1,allowedAttributes:u}=t,h=n||e,f=x=>{if(!u)return x;const y={};return u.forEach(N=>{const w=typeof N=="string"?N:N.name,j=typeof N=="string"?void 0:N.skipIfDefault;if(w in x){const S=x[w];if(j!==void 0&&S===j)return;y[w]=S}}),y},m=h.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(x,y)=>{const N={...o,...x.attributes};if(c)return y.createNode(e,N);const w=r?r(x):x.content||"";return w?y.createNode(e,N,[y.createTextNode(w)]):y.createNode(e,N,[])},markdownTokenizer:{name:e,level:"inline",start(x){const y=c?new RegExp(`\\[${m}\\s*[^\\]]*\\]`):new RegExp(`\\[${m}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${m}\\]`),N=x.match(y),w=N==null?void 0:N.index;return w!==void 0?w:-1},tokenize(x,y,N){const w=c?new RegExp(`^\\[${m}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${m}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${m}\\]`),j=x.match(w);if(!j)return;let S="",E="";if(c){const[,P]=j;E=P}else{const[,P,O]=j;E=P,S=O||""}const T=a(E.trim());return{type:e,raw:j[0],content:S.trim(),attributes:T}}},renderMarkdown:x=>{let y="";r?y=r(x):x.content&&x.content.length>0&&(y=x.content.filter(S=>S.type==="text").map(S=>S.text).join(""));const N=f(x.attrs||{}),w=i(N),j=w?` ${w}`:"";return c?`[${h}${j}]`:`[${h}${j}]${y}[/${h}]`}}}function zg(t,e,n){var r,a,i,o;const c=t.split(` -`),u=[];let h="",f=0;const m=e.baseIndentSize||2;for(;f0)break;if(x.trim()===""){f+=1,h=`${h}${x} -`;continue}else return}const N=e.extractItemData(y),{indentLevel:w,mainContent:j}=N;h=`${h}${x} -`;const S=[j];for(f+=1;fte.trim()!=="");if(z===-1)break;if((((a=(r=c[f+1+z].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:a.length)||0)>w){S.push(O),h=`${h}${O} -`,f+=1;continue}else break}if((((o=(i=O.match(/^(\s*)/))==null?void 0:i[1])==null?void 0:o.length)||0)>w)S.push(O),h=`${h}${O} -`,f+=1;else break}let E;const T=S.slice(1);if(T.length>0){const O=T.map(q=>q.slice(w+m)).join(` -`);O.trim()&&(e.customNestedParser?E=e.customNestedParser(O):E=n.blockTokens(O))}const P=e.createToken(N,E);u.push(P)}if(u.length!==0)return{items:u,raw:h}}function ly(t,e,n,r){if(!t||!Array.isArray(t.content))return"";const a=typeof n=="function"?n(r):n,[i,...o]=t.content,c=e.renderChildren([i]),u=[`${a}${c}`];return o&&o.length>0&&o.forEach(h=>{const f=e.renderChildren([h]);if(f){const m=f.split(` -`).map(x=>x?e.indent(x):"").join(` -`);u.push(m)}}),u.join(` -`)}function T_(t,e,n={}){const{state:r}=e,{doc:a,tr:i}=r,o=t;a.descendants((c,u)=>{const h=i.mapping.map(u),f=i.mapping.map(u)+c.nodeSize;let m=null;if(c.marks.forEach(y=>{if(y!==o)return!1;m=y}),!m)return;let x=!1;if(Object.keys(n).forEach(y=>{n[y]!==m.attrs[y]&&(x=!0)}),x){const y=t.type.create({...t.attrs,...n});i.removeMark(h,f,t.type),i.addMark(h,f,y)}}),i.docChanged&&e.view.dispatch(i)}var Pn=class SC extends ay{constructor(){super(...arguments),this.type="node"}static create(e={}){const n=typeof e=="function"?e():e;return new SC(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function gl(t){return new l_({find:t.find,handler:({state:e,range:n,match:r,pasteEvent:a})=>{const i=Bt(t.getAttributes,void 0,r,a);if(i===!1||i===null)return null;const{tr:o}=e,c=r[r.length-1],u=r[0];let h=n.to;if(c){const f=u.search(/\S/),m=n.from+u.indexOf(c),x=m+c.length;if(ry(n.from,n.to,e.doc).filter(N=>N.mark.type.excluded.find(j=>j===t.type&&j!==N.mark.type)).filter(N=>N.to>m).length)return null;xn.from&&o.delete(n.from+f,m),h=n.from+f+c.length,o.addMark(n.from+f,h,t.type.create(i||{})),o.removeStoredMark(t.type)}}})}const{getOwnPropertyNames:E_,getOwnPropertySymbols:M_}=Object,{hasOwnProperty:A_}=Object.prototype;function _x(t,e){return function(r,a,i){return t(r,a,i)&&e(r,a,i)}}function Sh(t){return function(n,r,a){if(!n||!r||typeof n!="object"||typeof r!="object")return t(n,r,a);const{cache:i}=a,o=i.get(n),c=i.get(r);if(o&&c)return o===r&&c===n;i.set(n,r),i.set(r,n);const u=t(n,r,a);return i.delete(n),i.delete(r),u}}function I_(t){return t!=null?t[Symbol.toStringTag]:void 0}function JN(t){return E_(t).concat(M_(t))}const R_=Object.hasOwn||((t,e)=>A_.call(t,e));function Sl(t,e){return t===e||!t&&!e&&t!==t&&e!==e}const P_="__v",O_="__o",L_="_owner",{getOwnPropertyDescriptor:QN,keys:YN}=Object;function D_(t,e){return t.byteLength===e.byteLength&&xf(new Uint8Array(t),new Uint8Array(e))}function __(t,e,n){let r=t.length;if(e.length!==r)return!1;for(;r-- >0;)if(!n.equals(t[r],e[r],r,r,t,e,n))return!1;return!0}function z_(t,e){return t.byteLength===e.byteLength&&xf(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function $_(t,e){return Sl(t.getTime(),e.getTime())}function F_(t,e){return t.name===e.name&&t.message===e.message&&t.cause===e.cause&&t.stack===e.stack}function B_(t,e){return t===e}function XN(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.entries();let o,c,u=0;for(;(o=i.next())&&!o.done;){const h=e.entries();let f=!1,m=0;for(;(c=h.next())&&!c.done;){if(a[m]){m++;continue}const x=o.value,y=c.value;if(n.equals(x[0],y[0],u,m,t,e,n)&&n.equals(x[1],y[1],x[0],y[0],t,e,n)){f=a[m]=!0;break}m++}if(!f)return!1;u++}return!0}const V_=Sl;function H_(t,e,n){const r=YN(t);let a=r.length;if(YN(e).length!==a)return!1;for(;a-- >0;)if(!CC(t,e,n,r[a]))return!1;return!0}function vd(t,e,n){const r=JN(t);let a=r.length;if(JN(e).length!==a)return!1;let i,o,c;for(;a-- >0;)if(i=r[a],!CC(t,e,n,i)||(o=QN(t,i),c=QN(e,i),(o||c)&&(!o||!c||o.configurable!==c.configurable||o.enumerable!==c.enumerable||o.writable!==c.writable)))return!1;return!0}function U_(t,e){return Sl(t.valueOf(),e.valueOf())}function W_(t,e){return t.source===e.source&&t.flags===e.flags}function ZN(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.values();let o,c;for(;(o=i.next())&&!o.done;){const u=e.values();let h=!1,f=0;for(;(c=u.next())&&!c.done;){if(!a[f]&&n.equals(o.value,c.value,o.value,c.value,t,e,n)){h=a[f]=!0;break}f++}if(!h)return!1}return!0}function xf(t,e){let n=t.byteLength;if(e.byteLength!==n||t.byteOffset!==e.byteOffset)return!1;for(;n-- >0;)if(t[n]!==e[n])return!1;return!0}function K_(t,e){return t.hostname===e.hostname&&t.pathname===e.pathname&&t.protocol===e.protocol&&t.port===e.port&&t.hash===e.hash&&t.username===e.username&&t.password===e.password}function CC(t,e,n,r){return(r===L_||r===O_||r===P_)&&(t.$$typeof||e.$$typeof)?!0:R_(e,r)&&n.equals(t[r],e[r],r,r,t,e,n)}const q_="[object ArrayBuffer]",G_="[object Arguments]",J_="[object Boolean]",Q_="[object DataView]",Y_="[object Date]",X_="[object Error]",Z_="[object Map]",e7="[object Number]",t7="[object Object]",n7="[object RegExp]",s7="[object Set]",r7="[object String]",a7={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},i7="[object URL]",o7=Object.prototype.toString;function l7({areArrayBuffersEqual:t,areArraysEqual:e,areDataViewsEqual:n,areDatesEqual:r,areErrorsEqual:a,areFunctionsEqual:i,areMapsEqual:o,areNumbersEqual:c,areObjectsEqual:u,arePrimitiveWrappersEqual:h,areRegExpsEqual:f,areSetsEqual:m,areTypedArraysEqual:x,areUrlsEqual:y,unknownTagComparators:N}){return function(j,S,E){if(j===S)return!0;if(j==null||S==null)return!1;const T=typeof j;if(T!==typeof S)return!1;if(T!=="object")return T==="number"?c(j,S,E):T==="function"?i(j,S,E):!1;const P=j.constructor;if(P!==S.constructor)return!1;if(P===Object)return u(j,S,E);if(Array.isArray(j))return e(j,S,E);if(P===Date)return r(j,S,E);if(P===RegExp)return f(j,S,E);if(P===Map)return o(j,S,E);if(P===Set)return m(j,S,E);const O=o7.call(j);if(O===Y_)return r(j,S,E);if(O===n7)return f(j,S,E);if(O===Z_)return o(j,S,E);if(O===s7)return m(j,S,E);if(O===t7)return typeof j.then!="function"&&typeof S.then!="function"&&u(j,S,E);if(O===i7)return y(j,S,E);if(O===X_)return a(j,S,E);if(O===G_)return u(j,S,E);if(a7[O])return x(j,S,E);if(O===q_)return t(j,S,E);if(O===Q_)return n(j,S,E);if(O===J_||O===e7||O===r7)return h(j,S,E);if(N){let q=N[O];if(!q){const z=I_(j);z&&(q=N[z])}if(q)return q(j,S,E)}return!1}}function c7({circular:t,createCustomConfig:e,strict:n}){let r={areArrayBuffersEqual:D_,areArraysEqual:n?vd:__,areDataViewsEqual:z_,areDatesEqual:$_,areErrorsEqual:F_,areFunctionsEqual:B_,areMapsEqual:n?_x(XN,vd):XN,areNumbersEqual:V_,areObjectsEqual:n?vd:H_,arePrimitiveWrappersEqual:U_,areRegExpsEqual:W_,areSetsEqual:n?_x(ZN,vd):ZN,areTypedArraysEqual:n?_x(xf,vd):xf,areUrlsEqual:K_,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),t){const a=Sh(r.areArraysEqual),i=Sh(r.areMapsEqual),o=Sh(r.areObjectsEqual),c=Sh(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:a,areMapsEqual:i,areObjectsEqual:o,areSetsEqual:c})}return r}function d7(t){return function(e,n,r,a,i,o,c){return t(e,n,c)}}function u7({circular:t,comparator:e,createState:n,equals:r,strict:a}){if(n)return function(c,u){const{cache:h=t?new WeakMap:void 0,meta:f}=n();return e(c,u,{cache:h,equals:r,meta:f,strict:a})};if(t)return function(c,u){return e(c,u,{cache:new WeakMap,equals:r,meta:void 0,strict:a})};const i={cache:void 0,equals:r,meta:void 0,strict:a};return function(c,u){return e(c,u,i)}}const h7=ko();ko({strict:!0});ko({circular:!0});ko({circular:!0,strict:!0});ko({createInternalComparator:()=>Sl});ko({strict:!0,createInternalComparator:()=>Sl});ko({circular:!0,createInternalComparator:()=>Sl});ko({circular:!0,createInternalComparator:()=>Sl,strict:!0});function ko(t={}){const{circular:e=!1,createInternalComparator:n,createState:r,strict:a=!1}=t,i=c7(t),o=l7(i),c=n?n(o):d7(o);return u7({circular:e,comparator:o,createState:r,equals:c,strict:a})}var zx={exports:{}},$x={};/** - * @license React - * use-sync-external-store-shim/with-selector.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var ew;function f7(){if(ew)return $x;ew=1;var t=ru(),e=m2();function n(h,f){return h===f&&(h!==0||1/h===1/f)||h!==h&&f!==f}var r=typeof Object.is=="function"?Object.is:n,a=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,c=t.useMemo,u=t.useDebugValue;return $x.useSyncExternalStoreWithSelector=function(h,f,m,x,y){var N=i(null);if(N.current===null){var w={hasValue:!1,value:null};N.current=w}else w=N.current;N=c(function(){function S(q){if(!E){if(E=!0,T=q,q=x(q),y!==void 0&&w.hasValue){var z=w.value;if(y(z,q))return P=z}return P=q}if(z=P,r(T,q))return z;var V=x(q);return y!==void 0&&y(z,V)?(T=q,z):(T=q,P=V)}var E=!1,T,P,O=m===void 0?null:m;return[function(){return S(f())},O===null?void 0:function(){return S(O())}]},[f,m,x,y]);var j=a(h,N[0],N[1]);return o(function(){w.hasValue=!0,w.value=j},[j]),u(j),j},$x}var tw;function p7(){return tw||(tw=1,zx.exports=f7()),zx.exports}var m7=p7(),x7=(...t)=>e=>{t.forEach(n=>{typeof n=="function"?n(e):n&&(n.current=e)})},g7=({contentComponent:t})=>{const e=x2.useSyncExternalStore(t.subscribe,t.getSnapshot,t.getServerSnapshot);return s.jsx(s.Fragment,{children:Object.values(e)})};function y7(){const t=new Set;let e={};return{subscribe(n){return t.add(n),()=>{t.delete(n)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(n,r){e={...e,[n]:uj.createPortal(r.reactElement,r.element,n)},t.forEach(a=>a())},removeRenderer(n){const r={...e};delete r[n],e=r,t.forEach(a=>a())}}}var b7=class extends As.Component{constructor(t){var e;super(t),this.editorContentRef=As.createRef(),this.initialized=!1,this.state={hasContentComponentInitialized:!!((e=t.editor)!=null&&e.contentComponent)}}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var t;const e=this.props.editor;if(e&&!e.isDestroyed&&((t=e.view.dom)!=null&&t.parentNode)){if(e.contentComponent)return;const n=this.editorContentRef.current;n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n}),e.contentComponent=y7(),this.state.hasContentComponentInitialized||(this.unsubscribeToContentComponent=e.contentComponent.subscribe(()=>{this.setState(r=>r.hasContentComponentInitialized?r:{hasContentComponentInitialized:!0}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent()})),e.createNodeViews(),this.initialized=!0}}componentWillUnmount(){var t;const e=this.props.editor;if(e){this.initialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent(),e.contentComponent=null;try{if(!((t=e.view.dom)!=null&&t.parentNode))return;const n=document.createElement("div");n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n})}catch{}}}render(){const{editor:t,innerRef:e,...n}=this.props;return s.jsxs(s.Fragment,{children:[s.jsx("div",{ref:x7(e,this.editorContentRef),...n}),(t==null?void 0:t.contentComponent)&&s.jsx(g7,{contentComponent:t.contentComponent})]})}},v7=b.forwardRef((t,e)=>{const n=As.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[t.editor]);return As.createElement(b7,{key:n,innerRef:e,...t})}),TC=As.memo(v7),N7=typeof window<"u"?b.useLayoutEffect:b.useEffect,w7=class{constructor(t){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=t,this.lastSnapshot={editor:t,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(t){return this.subscribers.add(t),()=>{this.subscribers.delete(t)}}watch(t){if(this.editor=t,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},n=this.editor;return n.on("transaction",e),()=>{n.off("transaction",e)}}}};function j7(t){var e;const[n]=b.useState(()=>new w7(t.editor)),r=m7.useSyncExternalStoreWithSelector(n.subscribe,n.getSnapshot,n.getServerSnapshot,t.selector,(e=t.equalityFn)!=null?e:h7);return N7(()=>n.watch(t.editor),[t.editor,n]),b.useDebugValue(r),r}var k7=!1,$g=typeof window>"u",S7=$g||!!(typeof window<"u"&&window.next),C7=class EC{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(n=>n())}getInitialEditor(){return this.options.current.immediatelyRender===void 0?$g||S7?null:this.createEditor():(this.options.current.immediatelyRender,this.options.current.immediatelyRender?this.createEditor():null)}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onBeforeCreate)==null?void 0:i.call(a,...r)},onBlur:(...r)=>{var a,i;return(i=(a=this.options.current).onBlur)==null?void 0:i.call(a,...r)},onCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onCreate)==null?void 0:i.call(a,...r)},onDestroy:(...r)=>{var a,i;return(i=(a=this.options.current).onDestroy)==null?void 0:i.call(a,...r)},onFocus:(...r)=>{var a,i;return(i=(a=this.options.current).onFocus)==null?void 0:i.call(a,...r)},onSelectionUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onSelectionUpdate)==null?void 0:i.call(a,...r)},onTransaction:(...r)=>{var a,i;return(i=(a=this.options.current).onTransaction)==null?void 0:i.call(a,...r)},onUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onUpdate)==null?void 0:i.call(a,...r)},onContentError:(...r)=>{var a,i;return(i=(a=this.options.current).onContentError)==null?void 0:i.call(a,...r)},onDrop:(...r)=>{var a,i;return(i=(a=this.options.current).onDrop)==null?void 0:i.call(a,...r)},onPaste:(...r)=>{var a,i;return(i=(a=this.options.current).onPaste)==null?void 0:i.call(a,...r)},onDelete:(...r)=>{var a,i;return(i=(a=this.options.current).onDelete)==null?void 0:i.call(a,...r)}};return new g_(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,n){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&n.extensions?e.extensions.length!==n.extensions.length?!1:e.extensions.every((a,i)=>{var o;return a===((o=n.extensions)==null?void 0:o[i])}):e[r]===n[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?EC.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((r,a)=>r===e[a]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,n=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){n&&n.setOptions(this.options.current);return}n&&!n.isDestroyed&&(n.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function T7(t={},e=[]){const n=b.useRef(t);n.current=t;const[r]=b.useState(()=>new C7(n)),a=x2.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return b.useDebugValue(a),b.useEffect(r.onRender(e)),j7({editor:a,selector:({transactionNumber:i})=>t.shouldRerenderOnTransaction===!1||t.shouldRerenderOnTransaction===void 0?null:t.immediatelyRender&&i===0?0:i+1}),a}var MC=b.createContext({editor:null});MC.Consumer;var E7=b.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),M7=()=>b.useContext(E7);As.forwardRef((t,e)=>{const{onDragStart:n}=M7(),r=t.as||"div";return s.jsx(r,{...t,ref:e,"data-node-view-wrapper":"",onDragStart:n,style:{whiteSpace:"normal",...t.style}})});As.createContext({markViewContentRef:()=>{}});var cy=b.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});cy.displayName="TiptapContext";var A7=()=>b.useContext(cy);function AC({editor:t,instance:e,children:n}){const r=t??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const a=b.useMemo(()=>({editor:r}),[r]),i=b.useMemo(()=>({editor:r}),[r]);return s.jsx(MC.Provider,{value:i,children:s.jsx(cy.Provider,{value:a,children:n})})}AC.displayName="Tiptap";function IC({...t}){const{editor:e}=A7();return s.jsx(TC,{editor:e,...t})}IC.displayName="Tiptap.Content";Object.assign(AC,{Content:IC});var gf=(t,e)=>{if(t==="slot")return 0;if(t instanceof Function)return t(e);const{children:n,...r}=e??{};if(t==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,r,n]},I7=/^\s*>\s$/,R7=Pn.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:t}){return gf("blockquote",{...Vt(this.options.HTMLAttributes,t),children:gf("slot",{})})},parseMarkdown:(t,e)=>e.createNode("blockquote",void 0,e.parseChildren(t.tokens||[])),renderMarkdown:(t,e)=>{if(!t.content)return"";const n=">",r=[];return t.content.forEach(a=>{const c=e.renderChildren([a]).split(` -`).map(u=>u.trim()===""?n:`${n} ${u}`);r.push(c.join(` -`))}),r.join(` -${n} -`)},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Ac({find:I7,type:this.type})]}}),P7=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,O7=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,L7=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,D7=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,_7=kl.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return gf("strong",{...Vt(this.options.HTMLAttributes,t),children:gf("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Mc({find:P7,type:this.type}),Mc({find:L7,type:this.type})]},addPasteRules(){return[gl({find:O7,type:this.type}),gl({find:D7,type:this.type})]}}),z7=/(^|[^`])`([^`]+)`(?!`)$/,$7=/(^|[^`])`([^`]+)`(?!`)/g,F7=kl.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:t}){return["code",Vt(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Mc({find:z7,type:this.type})]},addPasteRules(){return[gl({find:$7,type:this.type})]}}),Fx=4,B7=/^```([a-z]+)?[\s\n]$/,V7=/^~~~([a-z]+)?[\s\n]$/,H7=Pn.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Fx,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;const i=[...((e=t.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(n)).map(o=>o.replace(n,""))[0];return i||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:t,HTMLAttributes:e}){return["pre",Vt(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n,r;return((n=t.raw)==null?void 0:n.startsWith("```"))===!1&&((r=t.raw)==null?void 0:r.startsWith("~~~"))===!1&&t.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let r="";const a=((n=t.attrs)==null?void 0:n.language)||"";return t.content?r=[`\`\`\`${a}`,e.renderChildren(t.content),"```"].join(` -`):r=`\`\`\`${a} - -\`\`\``,r},addCommands(){return{setCodeBlock:t=>({commands:e})=>e.setNode(this.name,t),toggleCodeBlock:t=>({commands:e})=>e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:t,$anchor:e}=this.editor.state.selection,n=e.pos===1;return!t||e.parent.type.name!==this.name?!1:n||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:Fx,{state:r}=t,{selection:a}=r,{$from:i,empty:o}=a;if(i.parent.type!==this.type)return!1;const c=" ".repeat(n);return o?t.commands.insertContent(c):t.commands.command(({tr:u})=>{const{from:h,to:f}=a,y=r.doc.textBetween(h,f,` -`,` -`).split(` -`).map(N=>c+N).join(` -`);return u.replaceWith(h,f,r.schema.text(y)),!0})},"Shift-Tab":({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:Fx,{state:r}=t,{selection:a}=r,{$from:i,empty:o}=a;return i.parent.type!==this.type?!1:o?t.commands.command(({tr:c})=>{var u;const{pos:h}=i,f=i.start(),m=i.end(),y=r.doc.textBetween(f,m,` -`,` -`).split(` -`);let N=0,w=0;const j=h-f;for(let q=0;q=j){N=q;break}w+=y[q].length+1}const E=((u=y[N].match(/^ */))==null?void 0:u[0])||"",T=Math.min(E.length,n);if(T===0)return!0;let P=f;for(let q=0;q{const{from:u,to:h}=a,x=r.doc.textBetween(u,h,` -`,` -`).split(` -`).map(y=>{var N;const w=((N=y.match(/^ */))==null?void 0:N[0])||"",j=Math.min(w.length,n);return y.slice(j)}).join(` -`);return c.replaceWith(u,h,r.schema.text(x)),!0})},Enter:({editor:t})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=t,{selection:n}=e,{$from:r,empty:a}=n;if(!a||r.parent.type!==this.type)return!1;const i=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` - -`);return!i||!o?!1:t.chain().command(({tr:c})=>(c.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:r}=e,{$from:a,empty:i}=n;if(!i||a.parent.type!==this.type||!(a.parentOffset===a.parent.nodeSize-2))return!1;const c=a.after();return c===void 0?!1:r.nodeAt(c)?t.commands.command(({tr:h})=>(h.setSelection(ot.near(r.resolve(c))),!0)):t.commands.exitCode()}}},addInputRules(){return[_g({find:B7,type:this.type,getAttributes:t=>({language:t[1]})}),_g({find:V7,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new rn({key:new pn("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),a=r?JSON.parse(r):void 0,i=a==null?void 0:a.mode;if(!n||!i)return!1;const{tr:o,schema:c}=t.state,u=c.text(n.replace(/\r\n?/g,` -`));return o.replaceSelectionWith(this.type.create({language:i},u)),o.selection.$from.parent.type!==this.type&&o.setSelection(et.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),U7=Pn.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` - -`):""}),W7=Pn.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",Vt(this.options.HTMLAttributes,t)]},renderText(){return` -`},renderMarkdown:()=>` -`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:a,storedMarks:i}=n;if(a.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:c}=r.extensionManager,u=i||a.$to.parentOffset&&a.$from.marks();return e().insertContent({type:this.name}).command(({tr:h,dispatch:f})=>{if(f&&u&&o){const m=u.filter(x=>c.includes(x.type.name));h.ensureMarks(m)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),K7=Pn.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(t=>({tag:`h${t}`,attrs:{level:t}}))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,Vt(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const r=(n=t.attrs)!=null&&n.level?parseInt(t.attrs.level,10):1,a="#".repeat(r);return t.content?`${a} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.setNode(this.name,t):!1,toggleHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.toggleNode(this.name,"paragraph",t):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(t=>_g({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}}))}}),q7=Pn.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:t}){return["hr",Vt(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!v_(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:r}=n,a=t();return iC(n)?a.insertContentAt(r.pos,{type:this.name}):a.insertContent({type:this.name}),a.command(({state:i,tr:o,dispatch:c})=>{if(c){const{$to:u}=o.selection,h=u.end();if(u.nodeAfter)u.nodeAfter.isTextblock?o.setSelection(et.create(o.doc,u.pos+1)):u.nodeAfter.isBlock?o.setSelection(Ze.create(o.doc,u.pos)):o.setSelection(et.create(o.doc,u.pos));else{const f=i.schema.nodes[this.options.nextNodeType]||u.parent.type.contentMatch.defaultType,m=f==null?void 0:f.create();m&&(o.insert(h,m),o.setSelection(et.create(o.doc,h+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[jC({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),G7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,J7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,Q7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Y7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,X7=kl.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",Vt(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Mc({find:G7,type:this.type}),Mc({find:Q7,type:this.type})]},addPasteRules(){return[gl({find:J7,type:this.type}),gl({find:Y7,type:this.type})]}});const Z7="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",ez="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",Fg="numeric",Bg="ascii",Vg="alpha",Dd="asciinumeric",Cd="alphanumeric",Hg="domain",RC="emoji",tz="scheme",nz="slashscheme",Bx="whitespace";function sz(t,e){return t in e||(e[t]=[]),e[t]}function nl(t,e,n){e[Fg]&&(e[Dd]=!0,e[Cd]=!0),e[Bg]&&(e[Dd]=!0,e[Vg]=!0),e[Dd]&&(e[Cd]=!0),e[Vg]&&(e[Cd]=!0),e[Cd]&&(e[Hg]=!0),e[RC]&&(e[Hg]=!0);for(const r in e){const a=sz(r,n);a.indexOf(t)<0&&a.push(t)}}function rz(t,e){const n={};for(const r in e)e[r].indexOf(t)>=0&&(n[r]=!0);return n}function Ks(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}Ks.groups={};Ks.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let r=0;rt.ta(e,n,r,a),wn=(t,e,n,r,a)=>t.tr(e,n,r,a),nw=(t,e,n,r,a)=>t.ts(e,n,r,a),Ie=(t,e,n,r,a)=>t.tt(e,n,r,a),si="WORD",Ug="UWORD",PC="ASCIINUMERICAL",OC="ALPHANUMERICAL",eu="LOCALHOST",Wg="TLD",Kg="UTLD",Fh="SCHEME",oc="SLASH_SCHEME",dy="NUM",qg="WS",uy="NL",_d="OPENBRACE",zd="CLOSEBRACE",yf="OPENBRACKET",bf="CLOSEBRACKET",vf="OPENPAREN",Nf="CLOSEPAREN",wf="OPENANGLEBRACKET",jf="CLOSEANGLEBRACKET",kf="FULLWIDTHLEFTPAREN",Sf="FULLWIDTHRIGHTPAREN",Cf="LEFTCORNERBRACKET",Tf="RIGHTCORNERBRACKET",Ef="LEFTWHITECORNERBRACKET",Mf="RIGHTWHITECORNERBRACKET",Af="FULLWIDTHLESSTHAN",If="FULLWIDTHGREATERTHAN",Rf="AMPERSAND",Pf="APOSTROPHE",Of="ASTERISK",Qi="AT",Lf="BACKSLASH",Df="BACKTICK",_f="CARET",Zi="COLON",hy="COMMA",zf="DOLLAR",ma="DOT",$f="EQUALS",fy="EXCLAMATION",jr="HYPHEN",$d="PERCENT",Ff="PIPE",Bf="PLUS",Vf="POUND",Fd="QUERY",py="QUOTE",LC="FULLWIDTHMIDDLEDOT",my="SEMI",xa="SLASH",Bd="TILDE",Hf="UNDERSCORE",DC="EMOJI",Uf="SYM";var _C=Object.freeze({__proto__:null,ALPHANUMERICAL:OC,AMPERSAND:Rf,APOSTROPHE:Pf,ASCIINUMERICAL:PC,ASTERISK:Of,AT:Qi,BACKSLASH:Lf,BACKTICK:Df,CARET:_f,CLOSEANGLEBRACKET:jf,CLOSEBRACE:zd,CLOSEBRACKET:bf,CLOSEPAREN:Nf,COLON:Zi,COMMA:hy,DOLLAR:zf,DOT:ma,EMOJI:DC,EQUALS:$f,EXCLAMATION:fy,FULLWIDTHGREATERTHAN:If,FULLWIDTHLEFTPAREN:kf,FULLWIDTHLESSTHAN:Af,FULLWIDTHMIDDLEDOT:LC,FULLWIDTHRIGHTPAREN:Sf,HYPHEN:jr,LEFTCORNERBRACKET:Cf,LEFTWHITECORNERBRACKET:Ef,LOCALHOST:eu,NL:uy,NUM:dy,OPENANGLEBRACKET:wf,OPENBRACE:_d,OPENBRACKET:yf,OPENPAREN:vf,PERCENT:$d,PIPE:Ff,PLUS:Bf,POUND:Vf,QUERY:Fd,QUOTE:py,RIGHTCORNERBRACKET:Tf,RIGHTWHITECORNERBRACKET:Mf,SCHEME:Fh,SEMI:my,SLASH:xa,SLASH_SCHEME:oc,SYM:Uf,TILDE:Bd,TLD:Wg,UNDERSCORE:Hf,UTLD:Kg,UWORD:Ug,WORD:si,WS:qg});const ti=/[a-z]/,Nd=new RegExp("\\p{L}","u"),Vx=new RegExp("\\p{Emoji}","u"),ni=/\d/,Hx=/\s/,sw="\r",Ux=` -`,az="️",iz="‍",Wx="";let Ch=null,Th=null;function oz(t=[]){const e={};Ks.groups=e;const n=new Ks;Ch==null&&(Ch=rw(Z7)),Th==null&&(Th=rw(ez)),Ie(n,"'",Pf),Ie(n,"{",_d),Ie(n,"}",zd),Ie(n,"[",yf),Ie(n,"]",bf),Ie(n,"(",vf),Ie(n,")",Nf),Ie(n,"<",wf),Ie(n,">",jf),Ie(n,"(",kf),Ie(n,")",Sf),Ie(n,"「",Cf),Ie(n,"」",Tf),Ie(n,"『",Ef),Ie(n,"』",Mf),Ie(n,"<",Af),Ie(n,">",If),Ie(n,"&",Rf),Ie(n,"*",Of),Ie(n,"@",Qi),Ie(n,"`",Df),Ie(n,"^",_f),Ie(n,":",Zi),Ie(n,",",hy),Ie(n,"$",zf),Ie(n,".",ma),Ie(n,"=",$f),Ie(n,"!",fy),Ie(n,"-",jr),Ie(n,"%",$d),Ie(n,"|",Ff),Ie(n,"+",Bf),Ie(n,"#",Vf),Ie(n,"?",Fd),Ie(n,'"',py),Ie(n,"/",xa),Ie(n,";",my),Ie(n,"~",Bd),Ie(n,"_",Hf),Ie(n,"\\",Lf),Ie(n,"・",LC);const r=wn(n,ni,dy,{[Fg]:!0});wn(r,ni,r);const a=wn(r,ti,PC,{[Dd]:!0}),i=wn(r,Nd,OC,{[Cd]:!0}),o=wn(n,ti,si,{[Bg]:!0});wn(o,ni,a),wn(o,ti,o),wn(a,ni,a),wn(a,ti,a);const c=wn(n,Nd,Ug,{[Vg]:!0});wn(c,ti),wn(c,ni,i),wn(c,Nd,c),wn(i,ni,i),wn(i,ti),wn(i,Nd,i);const u=Ie(n,Ux,uy,{[Bx]:!0}),h=Ie(n,sw,qg,{[Bx]:!0}),f=wn(n,Hx,qg,{[Bx]:!0});Ie(n,Wx,f),Ie(h,Ux,u),Ie(h,Wx,f),wn(h,Hx,f),Ie(f,sw),Ie(f,Ux),wn(f,Hx,f),Ie(f,Wx,f);const m=wn(n,Vx,DC,{[RC]:!0});Ie(m,"#"),wn(m,Vx,m),Ie(m,az,m);const x=Ie(m,iz);Ie(x,"#"),wn(x,Vx,m);const y=[[ti,o],[ni,a]],N=[[ti,null],[Nd,c],[ni,i]];for(let w=0;ww[0]>j[0]?1:-1);for(let w=0;w=0?E[Hg]=!0:ti.test(j)?ni.test(j)?E[Dd]=!0:E[Bg]=!0:E[Fg]=!0,nw(n,j,j,E)}return nw(n,"localhost",eu,{ascii:!0}),n.jd=new Ks(Uf),{start:n,tokens:Object.assign({groups:e},_C)}}function zC(t,e){const n=lz(e.replace(/[A-Z]/g,c=>c.toLowerCase())),r=n.length,a=[];let i=0,o=0;for(;o=0&&(m+=n[o].length,x++),h+=n[o].length,i+=n[o].length,o++;i-=m,o-=x,h-=m,a.push({t:f.t,v:e.slice(i-h,i),s:i-h,e:i})}return a}function lz(t){const e=[],n=t.length;let r=0;for(;r56319||r+1===n||(i=t.charCodeAt(r+1))<56320||i>57343?t[r]:t.slice(r,r+2);e.push(o),r+=o.length}return e}function Wi(t,e,n,r,a){let i;const o=e.length;for(let c=0;c=0;)i++;if(i>0){e.push(n.join(""));for(let o=parseInt(t.substring(r,r+i),10);o>0;o--)n.pop();r+=i}else n.push(t[r]),r++}return e}const tu={defaultProtocol:"http",events:null,format:aw,formatHref:aw,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function xy(t,e=null){let n=Object.assign({},tu);t&&(n=Object.assign(n,t instanceof xy?t.o:t));const r=n.ignoreTags,a=[];for(let i=0;in?r.substring(0,n)+"…":r},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=tu.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),r=t.get("formatHref",n,this),a=t.get("tagName",n,e),i=this.toFormattedString(t),o={},c=t.get("className",n,e),u=t.get("target",n,e),h=t.get("rel",n,e),f=t.getObj("attributes",n,e),m=t.getObj("events",n,e);return o.href=r,c&&(o.class=c),u&&(o.target=u),h&&(o.rel=h),f&&Object.assign(o,f),{tagName:a,attributes:o,content:i,eventListeners:m}}};function Np(t,e){class n extends $C{constructor(a,i){super(a,i),this.t=t}}for(const r in e)n.prototype[r]=e[r];return n.t=t,n}const iw=Np("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),ow=Np("text"),cz=Np("nl"),Eh=Np("url",{isLink:!0,toHref(t=tu.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==eu&&t[1].t===Zi}}),wr=t=>new Ks(t);function dz({groups:t}){const e=t.domain.concat([Rf,Of,Qi,Lf,Df,_f,zf,$f,jr,dy,$d,Ff,Bf,Vf,xa,Uf,Bd,Hf]),n=[Pf,Zi,hy,ma,fy,$d,Fd,py,my,wf,jf,_d,zd,bf,yf,vf,Nf,kf,Sf,Cf,Tf,Ef,Mf,Af,If],r=[Rf,Pf,Of,Lf,Df,_f,zf,$f,jr,_d,zd,$d,Ff,Bf,Vf,Fd,xa,Uf,Bd,Hf],a=wr(),i=Ie(a,Bd);xt(i,r,i),xt(i,t.domain,i);const o=wr(),c=wr(),u=wr();xt(a,t.domain,o),xt(a,t.scheme,c),xt(a,t.slashscheme,u),xt(o,r,i),xt(o,t.domain,o);const h=Ie(o,Qi);Ie(i,Qi,h),Ie(c,Qi,h),Ie(u,Qi,h);const f=Ie(i,ma);xt(f,r,i),xt(f,t.domain,i);const m=wr();xt(h,t.domain,m),xt(m,t.domain,m);const x=Ie(m,ma);xt(x,t.domain,m);const y=wr(iw);xt(x,t.tld,y),xt(x,t.utld,y),Ie(h,eu,y);const N=Ie(m,jr);Ie(N,jr,N),xt(N,t.domain,m),xt(y,t.domain,m),Ie(y,ma,x),Ie(y,jr,N);const w=Ie(y,Zi);xt(w,t.numeric,iw);const j=Ie(o,jr),S=Ie(o,ma);Ie(j,jr,j),xt(j,t.domain,o),xt(S,r,i),xt(S,t.domain,o);const E=wr(Eh);xt(S,t.tld,E),xt(S,t.utld,E),xt(E,t.domain,o),xt(E,r,i),Ie(E,ma,S),Ie(E,jr,j),Ie(E,Qi,h);const T=Ie(E,Zi),P=wr(Eh);xt(T,t.numeric,P);const O=wr(Eh),q=wr();xt(O,e,O),xt(O,n,q),xt(q,e,O),xt(q,n,q),Ie(E,xa,O),Ie(P,xa,O);const z=Ie(c,Zi),V=Ie(u,Zi),I=Ie(V,xa),te=Ie(I,xa);xt(c,t.domain,o),Ie(c,ma,S),Ie(c,jr,j),xt(u,t.domain,o),Ie(u,ma,S),Ie(u,jr,j),xt(z,t.domain,O),Ie(z,xa,O),Ie(z,Fd,O),xt(te,t.domain,O),xt(te,e,O),Ie(te,xa,O);const Q=[[_d,zd],[yf,bf],[vf,Nf],[wf,jf],[kf,Sf],[Cf,Tf],[Ef,Mf],[Af,If]];for(let F=0;F=0&&x++,a++,f++;if(x<0)a-=f,a0&&(i.push(Kx(ow,e,o)),o=[]),a-=x,f-=x;const y=m.t,N=n.slice(a-f,a);i.push(Kx(y,e,N))}}return o.length>0&&i.push(Kx(ow,e,o)),i}function Kx(t,e,n){const r=n[0].s,a=n[n.length-1].e,i=e.slice(r,a);return new t(i,n)}const hz=typeof console<"u"&&console&&console.warn||(()=>{}),fz="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",ln={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function pz(){return Ks.groups={},ln.scanner=null,ln.parser=null,ln.tokenQueue=[],ln.pluginQueue=[],ln.customSchemes=[],ln.initialized=!1,ln}function lw(t,e=!1){if(ln.initialized&&hz(`linkifyjs: already initialized - will not register custom scheme "${t}" ${fz}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error(`linkifyjs: incorrect scheme format. -1. Must only contain digits, lowercase ASCII letters or "-" -2. Cannot start or end with "-" -3. "-" cannot repeat`);ln.customSchemes.push([t,e])}function mz(){ln.scanner=oz(ln.customSchemes);for(let t=0;t{const a=e.some(h=>h.docChanged)&&!n.doc.eq(r.doc),i=e.some(h=>h.getMeta("preventAutolink"));if(!a||i)return;const{tr:o}=r,c=YS(n.doc,[...e]);if(aC(c).forEach(({newRange:h})=>{const f=bD(r.doc,h,y=>y.isTextblock);let m,x;if(f.length>1)m=f[0],x=r.doc.textBetween(m.pos,m.pos+m.node.nodeSize,void 0," ");else if(f.length){const y=r.doc.textBetween(h.from,h.to," "," ");if(!gz.test(y))return;m=f[0],x=r.doc.textBetween(m.pos,h.to,void 0," ")}if(m&&x){const y=x.split(xz).filter(Boolean);if(y.length<=0)return!1;const N=y[y.length-1],w=m.pos+x.lastIndexOf(N);if(!N)return!1;const j=gy(N).map(S=>S.toObject(t.defaultProtocol));if(!bz(j))return!1;j.filter(S=>S.isLink).map(S=>({...S,from:w+S.start+1,to:w+S.end+1})).filter(S=>r.schema.marks.code?!r.doc.rangeHasMark(S.from,S.to,r.schema.marks.code):!0).filter(S=>t.validate(S.value)).filter(S=>t.shouldAutoLink(S.value)).forEach(S=>{ry(S.from,S.to,r.doc).some(E=>E.mark.type===t.type)||o.addMark(S.from,S.to,t.type.create({href:S.href}))})}}),!!o.steps.length)return o}})}function Nz(t){return new rn({key:new pn("handleClickLink"),props:{handleClick:(e,n,r)=>{var a,i;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const u=r.target;if(!u)return!1;const h=t.editor.view.dom;o=u.closest("a"),o&&!h.contains(o)&&(o=null)}if(!o)return!1;let c=!1;if(t.enableClickSelection&&(c=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){const u=rC(e.state,t.type.name),h=(a=o.href)!=null?a:u.href,f=(i=o.target)!=null?i:u.target;h&&(window.open(h,f),c=!0)}return c}}})}function wz(t){return new rn({key:new pn("handlePasteLink"),props:{handlePaste:(e,n,r)=>{const{shouldAutoLink:a}=t,{state:i}=e,{selection:o}=i,{empty:c}=o;if(c)return!1;let u="";r.content.forEach(f=>{u+=f.textContent});const h=FC(u,{defaultProtocol:t.defaultProtocol}).find(f=>f.isLink&&f.value===u);return!u||!h||a!==void 0&&!a(h.value)?!1:t.editor.commands.setMark(t.type,{href:h.href})}}})}function Go(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const a=typeof r=="string"?r:r.scheme;a&&n.push(a)}),!t||t.replace(yz,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var jz=kl.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(t=>{if(typeof t=="string"){lw(t);return}lw(t.scheme,t.optionalSlashes)})},onDestroy(){pz()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!Go(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t);if(e||n&&!t.includes("@"))return!0;const a=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(a)||!/\./.test(a))}}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:n=>!!Go(n,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:e=>!!Go(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",Vt(this.options.HTMLAttributes,t),0]:["a",Vt(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,r,a,i;const o=(r=(n=t.attrs)==null?void 0:n.href)!=null?r:"",c=(i=(a=t.attrs)==null?void 0:a.title)!=null?i:"",u=e.renderChildren(t);return c?`[${u}](${o} "${c}")`:`[${u}](${o})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return this.options.isAllowedUri(n,{defaultValidate:r=>!!Go(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,t).setMeta("preventAutolink",!0).run():!1},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:r=>!!Go(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[gl({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:r}=this.options,a=FC(t).filter(i=>i.isLink&&this.options.isAllowedUri(i.value,{defaultValidate:o=>!!Go(o,n),protocols:n,defaultProtocol:r}));a.length&&a.forEach(i=>{this.options.shouldAutoLink(i.value)&&e.push({text:i.value,data:{href:i.href},index:i.start})})}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;return this.options.autolink&&t.push(vz({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:a=>!!Go(a,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),t.push(Nz({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(wz({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),kz=Object.defineProperty,Sz=(t,e)=>{for(var n in e)kz(t,n,{get:e[n],enumerable:!0})},Cz="listItem",cw="textStyle",dw=/^\s*([-+*])\s$/,BC=Pn.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:t}){return["ul",Vt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>t.type!=="list"||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Cz,this.editor.getAttributes(cw)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=Ac({find:dw,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Ac({find:dw,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(cw),editor:this.editor})),[t]}}),VC=Pn.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:t}){return["li",Vt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{if(t.type!=="list_item")return[];let n=[];if(t.tokens&&t.tokens.length>0)if(t.tokens.some(a=>a.type==="paragraph"))n=e.parseChildren(t.tokens);else{const a=t.tokens[0];if(a&&a.type==="text"&&a.tokens&&a.tokens.length>0){if(n=[{type:"paragraph",content:e.parseInline(a.tokens)}],t.tokens.length>1){const o=t.tokens.slice(1),c=e.parseChildren(o);n.push(...c)}}else n=e.parseChildren(t.tokens)}return n.length===0&&(n=[{type:"paragraph",content:[]}]),{type:"listItem",content:n}},renderMarkdown:(t,e,n)=>ly(t,e,r=>{var a,i;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((i=(a=r.meta)==null?void 0:a.parentAttrs)==null?void 0:i.start)||1)+r.index}. `:"- "},n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Tz={};Sz(Tz,{findListItemPos:()=>hu,getNextListDepth:()=>by,handleBackspace:()=>Gg,handleDelete:()=>Jg,hasListBefore:()=>HC,hasListItemAfter:()=>Ez,hasListItemBefore:()=>UC,listItemHasSubList:()=>WC,nextListIsDeeper:()=>KC,nextListIsHigher:()=>qC});var hu=(t,e)=>{const{$from:n}=e.selection,r=zn(t,e.schema);let a=null,i=n.depth,o=n.pos,c=null;for(;i>0&&c===null;)a=n.node(i),a.type===r?c=i:(i-=1,o-=1);return c===null?null:{$pos:e.doc.resolve(o),depth:c}},by=(t,e)=>{const n=hu(t,e);if(!n)return!1;const[,r]=MD(e,t,n.$pos.pos+4);return r},HC=(t,e,n)=>{const{$anchor:r}=t.selection,a=Math.max(0,r.pos-2),i=t.doc.resolve(a).node();return!(!i||!n.includes(i.type.name))},UC=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-2);return!(a.index()===0||((n=a.nodeBefore)==null?void 0:n.type.name)!==t)},WC=(t,e,n)=>{if(!n)return!1;const r=zn(t,e.schema);let a=!1;return n.descendants(i=>{i.type===r&&(a=!0)}),a},Gg=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!xo(t.state,e)&&HC(t.state,e,n)){const{$anchor:c}=t.state.selection,u=t.state.doc.resolve(c.before()-1),h=[];u.node().descendants((x,y)=>{x.type.name===e&&h.push({node:x,pos:y})});const f=h.at(-1);if(!f)return!1;const m=t.state.doc.resolve(u.start()+f.pos+1);return t.chain().cut({from:c.start()-1,to:c.end()+1},m.end()).joinForward().run()}if(!xo(t.state,e)||!PD(t.state))return!1;const r=hu(e,t.state);if(!r)return!1;const i=t.state.doc.resolve(r.$pos.pos-2).node(r.depth),o=WC(e,t.state,i);return UC(e,t.state)&&!o?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},KC=(t,e)=>{const n=by(t,e),r=hu(t,e);return!r||!n?!1:n>r.depth},qC=(t,e)=>{const n=by(t,e),r=hu(t,e);return!r||!n?!1:n{if(!xo(t.state,e)||!RD(t.state,e))return!1;const{selection:n}=t.state,{$from:r,$to:a}=n;return!n.empty&&r.sameParent(a)?!1:KC(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():qC(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward()},Ez=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-r.parentOffset-2);return!(a.index()===a.parent.childCount-1||((n=a.nodeAfter)==null?void 0:n.type.name)!==t)},GC=Cn.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&Jg(t,n)&&(e=!0)}),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&Jg(t,n)&&(e=!0)}),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&Gg(t,n,r)&&(e=!0)}),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&Gg(t,n,r)&&(e=!0)}),e}}}}),uw=/^(\s*)(\d+)\.\s+(.*)$/,Mz=/^\s/;function Az(t){const e=[];let n=0,r=0;for(;ne;)x.push(t[m]),m+=1;if(x.length>0){const y=Math.min(...x.map(w=>w.indent)),N=JC(x,y,n);h.push({type:"list",ordered:!0,start:x[0].number,items:N,raw:x.map(w=>w.raw).join(` -`)})}a.push({type:"list_item",raw:o.raw,tokens:h}),i=m}else i+=1}return a}function Iz(t,e){return t.map(n=>{if(n.type!=="list_item")return e.parseChildren([n])[0];const r=[];return n.tokens&&n.tokens.length>0&&n.tokens.forEach(a=>{if(a.type==="paragraph"||a.type==="list"||a.type==="blockquote"||a.type==="code")r.push(...e.parseChildren([a]));else if(a.type==="text"&&a.tokens){const i=e.parseChildren([a]);r.push({type:"paragraph",content:i})}else{const i=e.parseChildren([a]);i.length>0&&r.push(...i)}}),{type:"listItem",content:r}})}var Rz="listItem",hw="textStyle",fw=/^(\d+)\.\s$/,QC=Pn.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return e===1?["ol",Vt(this.options.HTMLAttributes,n),0]:["ol",Vt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if(t.type!=="list"||!t.ordered)return[];const n=t.start||1,r=t.items?Iz(t.items,e):[];return n!==1?{type:"orderedList",attrs:{start:n},content:r}:{type:"orderedList",content:r}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownTokenizer:{name:"orderedList",level:"block",start:t=>{const e=t.match(/^(\s*)(\d+)\.\s+/),n=e==null?void 0:e.index;return n!==void 0?n:-1},tokenize:(t,e,n)=>{var r;const a=t.split(` -`),[i,o]=Az(a);if(i.length===0)return;const c=JC(i,0,n);return c.length===0?void 0:{type:"list",ordered:!0,start:((r=i[0])==null?void 0:r.number)||1,items:c,raw:a.slice(0,o).join(` -`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Rz,this.editor.getAttributes(hw)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=Ac({find:fw,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Ac({find:fw,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(hw)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),Pz=/^\s*(\[([( |x])?\])\s$/,Oz=Pn.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",Vt(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const a=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return ly(t,e,a)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const a=document.createElement("li"),i=document.createElement("label"),o=document.createElement("span"),c=document.createElement("input"),u=document.createElement("div"),h=m=>{var x,y;c.ariaLabel=((y=(x=this.options.a11y)==null?void 0:x.checkboxLabel)==null?void 0:y.call(x,m,c.checked))||`Task item checkbox for ${m.textContent||"empty task item"}`};h(t),i.contentEditable="false",c.type="checkbox",c.addEventListener("mousedown",m=>m.preventDefault()),c.addEventListener("change",m=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){c.checked=!c.checked;return}const{checked:x}=m.target;r.isEditable&&typeof n=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:y})=>{const N=n();if(typeof N!="number")return!1;const w=y.doc.nodeAt(N);return y.setNodeMarkup(N,void 0,{...w==null?void 0:w.attrs,checked:x}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,x)||(c.checked=!c.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([m,x])=>{a.setAttribute(m,x)}),a.dataset.checked=t.attrs.checked,c.checked=t.attrs.checked,i.append(c,o),a.append(i,u),Object.entries(e).forEach(([m,x])=>{a.setAttribute(m,x)});let f=new Set(Object.keys(e));return{dom:a,contentDOM:u,update:m=>{if(m.type!==this.type)return!1;a.dataset.checked=m.attrs.checked,c.checked=m.attrs.checked,h(m);const x=r.extensionManager.attributes,y=Zd(m,x),N=new Set(Object.keys(y)),w=this.options.HTMLAttributes;return f.forEach(j=>{N.has(j)||(j in w?a.setAttribute(j,w[j]):a.removeAttribute(j))}),Object.entries(y).forEach(([j,S])=>{S==null?j in w?a.setAttribute(j,w[j]):a.removeAttribute(j):a.setAttribute(j,S)}),f=N,!0}}}},addInputRules(){return[Ac({find:Pz,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),Lz=Pn.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",Vt(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const r=i=>{const o=zg(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:c=>({indentLevel:c[1].length,mainContent:c[4],checked:c[3].toLowerCase()==="x"}),createToken:(c,u)=>({type:"taskItem",raw:"",mainContent:c.mainContent,indentLevel:c.indentLevel,checked:c.checked,text:c.mainContent,tokens:n.inlineTokens(c.mainContent),nestedTokens:u}),customNestedParser:r},n);return o?[{type:"taskList",raw:o.raw,items:o.items}]:n.blockTokens(i)},a=zg(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,o)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:n.inlineTokens(i.mainContent),nestedTokens:o}),customNestedParser:r},n);if(a)return{type:"taskList",raw:a.raw,items:a.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});Cn.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(BC.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(VC.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(GC.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(QC.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(Oz.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(Lz.configure(this.options.taskList)),t}});var pw=" ",Dz=" ",_z=Pn.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",Vt(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];if(n.length===1&&n[0].type==="image")return e.parseChildren([n[0]]);const r=e.parseInline(n);return r.length===1&&r[0].type==="text"&&(r[0].text===pw||r[0].text===Dz)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(t,e)=>{if(!t)return"";const n=Array.isArray(t.content)?t.content:[];return n.length===0?pw:e.renderChildren(n)},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),zz=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,$z=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Fz=kl.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["s",Vt(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Mc({find:zz,type:this.type})]},addPasteRules(){return[gl({find:$z,type:this.type})]}}),Bz=Pn.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),Vz=kl.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["u",Vt(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown(t,e){return`++${e.renderChildren(t)}++`},markdownTokenizer:{name:"underline",level:"inline",start(t){return t.indexOf("++")},tokenize(t,e,n){const a=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!a)return;const i=a[2].trim();return{type:"underline",raw:a[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Hz(t={}){return new rn({view(e){return new Uz(e,t)}})}class Uz{constructor(e,n){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=n.width)!==null&&r!==void 0?r:1,this.color=n.color===!1?void 0:n.color||"black",this.class=n.class,this.handlers=["dragover","dragend","drop","dragleave"].map(a=>{let i=o=>{this[a](o)};return e.dom.addEventListener(a,i),{name:a,handler:i}})}destroy(){this.handlers.forEach(({name:e,handler:n})=>this.editorView.dom.removeEventListener(e,n))}update(e,n){this.cursorPos!=null&&n.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,r,a=this.editorView.dom,i=a.getBoundingClientRect(),o=i.width/a.offsetWidth,c=i.height/a.offsetHeight;if(n){let m=e.nodeBefore,x=e.nodeAfter;if(m||x){let y=this.editorView.nodeDOM(this.cursorPos-(m?m.nodeSize:0));if(y){let N=y.getBoundingClientRect(),w=m?N.bottom:N.top;m&&x&&(w=(w+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let j=this.width/2*c;r={left:N.left,right:N.right,top:w-j,bottom:w+j}}}}if(!r){let m=this.editorView.coordsAtPos(this.cursorPos),x=this.width/2*o;r={left:m.left-x,right:m.left+x,top:m.top,bottom:m.bottom}}let u=this.editorView.dom.offsetParent;this.element||(this.element=u.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n);let h,f;if(!u||u==document.body&&getComputedStyle(u).position=="static")h=-pageXOffset,f=-pageYOffset;else{let m=u.getBoundingClientRect(),x=m.width/u.offsetWidth,y=m.height/u.offsetHeight;h=m.left-u.scrollLeft*x,f=m.top-u.scrollTop*y}this.element.style.left=(r.left-h)/o+"px",this.element.style.top=(r.top-f)/c+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/c+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let n=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=n&&n.inside>=0&&this.editorView.state.doc.nodeAt(n.inside),a=r&&r.type.spec.disableDropCursor,i=typeof a=="function"?a(this.editorView,n,e):a;if(n&&!i){let o=n.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let c=H2(this.editorView.state.doc,o,this.editorView.dragging.slice);c!=null&&(o=c)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class kn extends ot{constructor(e){super(e,e)}map(e,n){let r=e.resolve(n.map(this.head));return kn.valid(r)?new kn(r):ot.near(r)}content(){return _e.empty}eq(e){return e instanceof kn&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new kn(e.resolve(n.pos))}getBookmark(){return new vy(this.anchor)}static valid(e){let n=e.parent;if(n.isTextblock||!Wz(e)||!Kz(e))return!1;let r=n.type.spec.allowGapCursor;if(r!=null)return r;let a=n.contentMatchAt(e.index()).defaultType;return a&&a.isTextblock}static findGapCursorFrom(e,n,r=!1){e:for(;;){if(!r&&kn.valid(e))return e;let a=e.pos,i=null;for(let o=e.depth;;o--){let c=e.node(o);if(n>0?e.indexAfter(o)0){i=c.child(n>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;a+=n;let u=e.doc.resolve(a);if(kn.valid(u))return u}for(;;){let o=n>0?i.firstChild:i.lastChild;if(!o){if(i.isAtom&&!i.isText&&!Ze.isSelectable(i)){e=e.doc.resolve(a+i.nodeSize*n),r=!1;continue e}break}i=o,a+=n;let c=e.doc.resolve(a);if(kn.valid(c))return c}return null}}}kn.prototype.visible=!1;kn.findFrom=kn.findGapCursorFrom;ot.jsonID("gapcursor",kn);class vy{constructor(e){this.pos=e}map(e){return new vy(e.map(this.pos))}resolve(e){let n=e.resolve(this.pos);return kn.valid(n)?new kn(n):ot.near(n)}}function YC(t){return t.isAtom||t.spec.isolating||t.spec.createGapCursor}function Wz(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),r=t.node(e);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n-1);;a=a.lastChild){if(a.childCount==0&&!a.inlineContent||YC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function Kz(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),r=t.node(e);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n);;a=a.firstChild){if(a.childCount==0&&!a.inlineContent||YC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function qz(){return new rn({props:{decorations:Yz,createSelectionBetween(t,e,n){return e.pos==n.pos&&kn.valid(n)?new kn(n):null},handleClick:Jz,handleKeyDown:Gz,handleDOMEvents:{beforeinput:Qz}}})}const Gz=X0({ArrowLeft:Mh("horiz",-1),ArrowRight:Mh("horiz",1),ArrowUp:Mh("vert",-1),ArrowDown:Mh("vert",1)});function Mh(t,e){const n=t=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,a,i){let o=r.selection,c=e>0?o.$to:o.$from,u=o.empty;if(o instanceof et){if(!i.endOfTextblock(n)||c.depth==0)return!1;u=!1,c=r.doc.resolve(e>0?c.after():c.before())}let h=kn.findGapCursorFrom(c,e,u);return h?(a&&a(r.tr.setSelection(new kn(h))),!0):!1}}function Jz(t,e,n){if(!t||!t.editable)return!1;let r=t.state.doc.resolve(e);if(!kn.valid(r))return!1;let a=t.posAtCoords({left:n.clientX,top:n.clientY});return a&&a.inside>-1&&Ze.isSelectable(t.state.doc.nodeAt(a.inside))?!1:(t.dispatch(t.state.tr.setSelection(new kn(r))),!0)}function Qz(t,e){if(e.inputType!="insertCompositionText"||!(t.state.selection instanceof kn))return!1;let{$from:n}=t.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!r)return!1;let a=we.empty;for(let o=r.length-1;o>=0;o--)a=we.from(r[o].createAndFill(null,a));let i=t.state.tr.replace(n.pos,n.pos,new _e(a,0,0));return i.setSelection(et.near(i.doc.resolve(n.pos+1))),t.dispatch(i),!1}function Yz(t){if(!(t.selection instanceof kn))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",Xt.create(t.doc,[Kn.widget(t.selection.head,e,{key:"gapcursor"})])}var Wf=200,es=function(){};es.prototype.append=function(e){return e.length?(e=es.from(e),!this.length&&e||e.length=n?es.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,n))};es.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};es.prototype.forEach=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length),n<=r?this.forEachInner(e,n,r,0):this.forEachInvertedInner(e,n,r,0)};es.prototype.map=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length);var a=[];return this.forEach(function(i,o){return a.push(e(i,o))},n,r),a};es.from=function(e){return e instanceof es?e:e&&e.length?new XC(e):es.empty};var XC=(function(t){function e(r){t.call(this),this.values=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(a,i){return a==0&&i==this.length?this:new e(this.values.slice(a,i))},e.prototype.getInner=function(a){return this.values[a]},e.prototype.forEachInner=function(a,i,o,c){for(var u=i;u=o;u--)if(a(this.values[u],c+u)===!1)return!1},e.prototype.leafAppend=function(a){if(this.length+a.length<=Wf)return new e(this.values.concat(a.flatten()))},e.prototype.leafPrepend=function(a){if(this.length+a.length<=Wf)return new e(a.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e})(es);es.empty=new XC([]);var Xz=(function(t){function e(n,r){t.call(this),this.left=n,this.right=r,this.length=n.length+r.length,this.depth=Math.max(n.depth,r.depth)+1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return rc&&this.right.forEachInner(r,Math.max(a-c,0),Math.min(this.length,i)-c,o+c)===!1)return!1},e.prototype.forEachInvertedInner=function(r,a,i,o){var c=this.left.length;if(a>c&&this.right.forEachInvertedInner(r,a-c,Math.max(i,c)-c,o+c)===!1||i=i?this.right.slice(r-i,a-i):this.left.slice(r,i).append(this.right.slice(0,a-i))},e.prototype.leafAppend=function(r){var a=this.right.leafAppend(r);if(a)return new e(this.left,a)},e.prototype.leafPrepend=function(r){var a=this.left.leafPrepend(r);if(a)return new e(a,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e})(es);const Zz=500;class Gr{constructor(e,n){this.items=e,this.eventCount=n}popEvent(e,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let a,i;n&&(a=this.remapping(r,this.items.length),i=a.maps.length);let o=e.tr,c,u,h=[],f=[];return this.items.forEach((m,x)=>{if(!m.step){a||(a=this.remapping(r,x+1),i=a.maps.length),i--,f.push(m);return}if(a){f.push(new Ki(m.map));let y=m.step.map(a.slice(i)),N;y&&o.maybeStep(y).doc&&(N=o.mapping.maps[o.mapping.maps.length-1],h.push(new Ki(N,void 0,void 0,h.length+f.length))),i--,N&&a.appendMap(N,i)}else o.maybeStep(m.step);if(m.selection)return c=a?m.selection.map(a.slice(i)):m.selection,u=new Gr(this.items.slice(0,r).append(f.reverse().concat(h)),this.eventCount-1),!1},this.items.length,0),{remaining:u,transform:o,selection:c}}addTransform(e,n,r,a){let i=[],o=this.eventCount,c=this.items,u=!a&&c.length?c.get(c.length-1):null;for(let f=0;ft$&&(c=e$(c,h),o-=h),new Gr(c.append(i),o)}remapping(e,n){let r=new qd;return this.items.forEach((a,i)=>{let o=a.mirrorOffset!=null&&i-a.mirrorOffset>=e?r.maps.length-a.mirrorOffset:void 0;r.appendMap(a.map,o)},e,n),r}addMaps(e){return this.eventCount==0?this:new Gr(this.items.append(e.map(n=>new Ki(n))),this.eventCount)}rebased(e,n){if(!this.eventCount)return this;let r=[],a=Math.max(0,this.items.length-n),i=e.mapping,o=e.steps.length,c=this.eventCount;this.items.forEach(x=>{x.selection&&c--},a);let u=n;this.items.forEach(x=>{let y=i.getMirror(--u);if(y==null)return;o=Math.min(o,y);let N=i.maps[y];if(x.step){let w=e.steps[y].invert(e.docs[y]),j=x.selection&&x.selection.map(i.slice(u+1,y));j&&c++,r.push(new Ki(N,w,j))}else r.push(new Ki(N))},a);let h=[];for(let x=n;xZz&&(m=m.compress(this.items.length-r.length)),m}emptyItemCount(){let e=0;return this.items.forEach(n=>{n.step||e++}),e}compress(e=this.items.length){let n=this.remapping(0,e),r=n.maps.length,a=[],i=0;return this.items.forEach((o,c)=>{if(c>=e)a.push(o),o.selection&&i++;else if(o.step){let u=o.step.map(n.slice(r)),h=u&&u.getMap();if(r--,h&&n.appendMap(h,r),u){let f=o.selection&&o.selection.map(n.slice(r));f&&i++;let m=new Ki(h.invert(),u,f),x,y=a.length-1;(x=a.length&&a[y].merge(m))?a[y]=x:a.push(m)}}else o.map&&r--},this.items.length,0),new Gr(es.from(a.reverse()),i)}}Gr.empty=new Gr(es.empty,0);function e$(t,e){let n;return t.forEach((r,a)=>{if(r.selection&&e--==0)return n=a,!1}),t.slice(n)}let Ki=class ZC{constructor(e,n,r,a){this.map=e,this.step=n,this.selection=r,this.mirrorOffset=a}merge(e){if(this.step&&e.step&&!e.selection){let n=e.step.merge(this.step);if(n)return new ZC(n.getMap().invert(),n,this.selection)}}};class Yi{constructor(e,n,r,a,i){this.done=e,this.undone=n,this.prevRanges=r,this.prevTime=a,this.prevComposition=i}}const t$=20;function n$(t,e,n,r){let a=n.getMeta(ol),i;if(a)return a.historyState;n.getMeta(a$)&&(t=new Yi(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(n.steps.length==0)return t;if(o&&o.getMeta(ol))return o.getMeta(ol).redo?new Yi(t.done.addTransform(n,void 0,r,Bh(e)),t.undone,mw(n.mapping.maps),t.prevTime,t.prevComposition):new Yi(t.done,t.undone.addTransform(n,void 0,r,Bh(e)),null,t.prevTime,t.prevComposition);if(n.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let c=n.getMeta("composition"),u=t.prevTime==0||!o&&t.prevComposition!=c&&(t.prevTime<(n.time||0)-r.newGroupDelay||!s$(n,t.prevRanges)),h=o?qx(t.prevRanges,n.mapping):mw(n.mapping.maps);return new Yi(t.done.addTransform(n,u?e.selection.getBookmark():void 0,r,Bh(e)),Gr.empty,h,n.time,c??t.prevComposition)}else return(i=n.getMeta("rebased"))?new Yi(t.done.rebased(n,i),t.undone.rebased(n,i),qx(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new Yi(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),qx(t.prevRanges,n.mapping),t.prevTime,t.prevComposition)}function s$(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach((r,a)=>{for(let i=0;i=e[i]&&(n=!0)}),n}function mw(t){let e=[];for(let n=t.length-1;n>=0&&e.length==0;n--)t[n].forEach((r,a,i,o)=>e.push(i,o));return e}function qx(t,e){if(!t)return null;let n=[];for(let r=0;r{let a=ol.getState(n);if(!a||(t?a.undone:a.done).eventCount==0)return!1;if(r){let i=r$(a,n,t);i&&r(e?i.scrollIntoView():i)}return!0}}const t3=e3(!1,!0),n3=e3(!0,!0);Cn.create({name:"characterCount",addOptions(){return{limit:null,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc;if(((t==null?void 0:t.mode)||this.options.mode)==="textSize"){const r=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(r)}return e.nodeSize},this.storage.words=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new rn({key:new pn("characterCount"),appendTransaction:(e,n,r)=>{if(t)return;const a=this.options.limit;if(a==null||a===0){t=!0;return}const i=this.storage.characters({node:r.doc});if(i>a){const o=i-a,c=0,u=o;console.warn(`[CharacterCount] Initial content exceeded limit of ${a} characters. Content was automatically trimmed.`);const h=r.tr.deleteRange(c,u);return t=!0,h}t=!0},filterTransaction:(e,n)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const a=this.storage.characters({node:n.doc}),i=this.storage.characters({node:e.doc});if(i<=r||a>r&&i>r&&i<=a)return!0;if(a>r&&i>r&&i>a||!e.getMeta("paste"))return!1;const c=e.selection.$head.pos,u=i-r,h=c-u,f=c;return e.deleteRange(h,f),!(this.storage.characters({node:e.doc})>r)}})]}});var o$=Cn.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[Hz(this.options)]}});Cn.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new rn({key:new pn("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:r}=this.editor,{anchor:a}=e,i=[];if(!n||!r)return Xt.create(t,[]);let o=0;this.options.mode==="deepest"&&t.descendants((u,h)=>{if(u.isText)return;if(!(a>=h&&a<=h+u.nodeSize-1))return!1;o+=1});let c=0;return t.descendants((u,h)=>{if(u.isText||!(a>=h&&a<=h+u.nodeSize-1))return!1;if(c+=1,this.options.mode==="deepest"&&o-c>0||this.options.mode==="shallowest"&&c>1)return this.options.mode==="deepest";i.push(Kn.node(h,h+u.nodeSize,{class:this.options.className}))}),Xt.create(t,i)}}})]}});var l$=Cn.create({name:"gapCursor",addProseMirrorPlugins(){return[qz()]},extendNodeSchema(t){var e;const n={name:t.name,options:t.options,storage:t.storage};return{allowGapCursor:(e=Bt(Ye(t,"allowGapCursor",n)))!=null?e:null}}}),gw="placeholder";function c$(t){return t.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var d$=Cn.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:gw,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const t=this.options.dataAttribute?`data-${c$(this.options.dataAttribute)}`:`data-${gw}`;return[new rn({key:new pn("placeholder"),props:{decorations:({doc:e,selection:n})=>{const r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:a}=n,i=[];if(!r)return null;const o=this.editor.isEmpty;return e.descendants((c,u)=>{const h=a>=u&&a<=u+c.nodeSize,f=!c.isLeaf&&yp(c);if((h||!this.options.showOnlyCurrent)&&f){const m=[this.options.emptyNodeClass];o&&m.push(this.options.emptyEditorClass);const x=Kn.node(u,u+c.nodeSize,{class:m.join(" "),[t]:typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:c,pos:u,hasAnchor:h}):this.options.placeholder});i.push(x)}return this.options.includeChildren}),Xt.create(e,i)}}})]}});Cn.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new rn({key:new pn("selection"),props:{decorations(n){return n.selection.empty||t.isFocused||!t.isEditable||iC(n.selection)||t.view.dragging?null:Xt.create(n.doc,[Kn.inline(n.selection.from,n.selection.to,{class:e.className})])}}})]}});function yw({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(e==null?void 0:e.type)===t}var u$=Cn.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var t;const e=new pn(this.name),n=this.options.node||((t=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:t.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,a])=>a).filter(a=>(this.options.notAfter||[]).concat(n).includes(a.name));return[new rn({key:e,appendTransaction:(a,i,o)=>{const{doc:c,tr:u,schema:h}=o,f=e.getState(o),m=c.content.size,x=h.nodes[n];if(f)return u.insert(m,x.create())},state:{init:(a,i)=>{const o=i.tr.doc.lastChild;return!yw({node:o,types:r})},apply:(a,i)=>{if(!a.docChanged||a.getMeta("__uniqueIDTransaction"))return i;const o=a.doc.lastChild;return!yw({node:o,types:r})}}})]}}),h$=Cn.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:t,dispatch:e})=>t3(t,e),redo:()=>({state:t,dispatch:e})=>n3(t,e)}},addProseMirrorPlugins(){return[i$(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),f$=Cn.create({name:"starterKit",addExtensions(){var t,e,n,r;const a=[];return this.options.bold!==!1&&a.push(_7.configure(this.options.bold)),this.options.blockquote!==!1&&a.push(R7.configure(this.options.blockquote)),this.options.bulletList!==!1&&a.push(BC.configure(this.options.bulletList)),this.options.code!==!1&&a.push(F7.configure(this.options.code)),this.options.codeBlock!==!1&&a.push(H7.configure(this.options.codeBlock)),this.options.document!==!1&&a.push(U7.configure(this.options.document)),this.options.dropcursor!==!1&&a.push(o$.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&a.push(l$.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&a.push(W7.configure(this.options.hardBreak)),this.options.heading!==!1&&a.push(K7.configure(this.options.heading)),this.options.undoRedo!==!1&&a.push(h$.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&a.push(q7.configure(this.options.horizontalRule)),this.options.italic!==!1&&a.push(X7.configure(this.options.italic)),this.options.listItem!==!1&&a.push(VC.configure(this.options.listItem)),this.options.listKeymap!==!1&&a.push(GC.configure((t=this.options)==null?void 0:t.listKeymap)),this.options.link!==!1&&a.push(jz.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&a.push(QC.configure(this.options.orderedList)),this.options.paragraph!==!1&&a.push(_z.configure(this.options.paragraph)),this.options.strike!==!1&&a.push(Fz.configure(this.options.strike)),this.options.text!==!1&&a.push(Bz.configure(this.options.text)),this.options.underline!==!1&&a.push(Vz.configure((n=this.options)==null?void 0:n.underline)),this.options.trailingNode!==!1&&a.push(u$.configure((r=this.options)==null?void 0:r.trailingNode)),a}}),p$=f$,m$=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,x$=Pn.create({name:"image",addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?"img[src]":'img[src]:not([src^="data:"])'}]},renderHTML({HTMLAttributes:t}){return["img",Vt(this.options.HTMLAttributes,t)]},parseMarkdown:(t,e)=>e.createNode("image",{src:t.href,title:t.title,alt:t.text}),renderMarkdown:t=>{var e,n,r,a,i,o;const c=(n=(e=t.attrs)==null?void 0:e.src)!=null?n:"",u=(a=(r=t.attrs)==null?void 0:r.alt)!=null?a:"",h=(o=(i=t.attrs)==null?void 0:i.title)!=null?o:"";return h?`![${u}](${c} "${h}")`:`![${u}](${c})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:t,minWidth:e,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:a,getPos:i,HTMLAttributes:o,editor:c})=>{const u=document.createElement("img");Object.entries(o).forEach(([m,x])=>{if(x!=null)switch(m){case"width":case"height":break;default:u.setAttribute(m,x);break}}),u.src=o.src;const h=new b_({element:u,editor:c,node:a,getPos:i,onResize:(m,x)=>{u.style.width=`${m}px`,u.style.height=`${x}px`},onCommit:(m,x)=>{const y=i();y!==void 0&&this.editor.chain().setNodeSelection(y).updateAttributes(this.name,{width:m,height:x}).run()},onUpdate:(m,x,y)=>m.type===a.type,options:{directions:t,min:{width:e,height:n},preserveAspectRatio:r===!0}}),f=h.dom;return f.style.visibility="hidden",f.style.pointerEvents="none",u.onload=()=>{f.style.visibility="",f.style.pointerEvents=""},h}},addCommands(){return{setImage:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}},addInputRules(){return[jC({find:m$,type:this.type,getAttributes:t=>{const[,,e,n,r]=t;return{src:n,alt:e,title:r}}})]}}),g$=x$;function y$(t){var e;const{char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:c}=t,u=r&&!a,h=N_(n),f=new RegExp(`\\s${h}$`),m=o?"^":"",x=a?"":h,y=u?new RegExp(`${m}${h}.*?(?=\\s${x}|$)`,"gm"):new RegExp(`${m}(?:^)?${h}[^\\s${x}]*`,"gm"),N=((e=c.nodeBefore)==null?void 0:e.isText)&&c.nodeBefore.text;if(!N)return null;const w=c.pos-N.length,j=Array.from(N.matchAll(y)).pop();if(!j||j.input===void 0||j.index===void 0)return null;const S=j.input.slice(Math.max(0,j.index-1),j.index),E=new RegExp(`^[${i==null?void 0:i.join("")}\0]?$`).test(S);if(i!==null&&!E)return null;const T=w+j.index;let P=T+j[0].length;return u&&f.test(N.slice(P-1,P+1))&&(j[0]+=" ",P+=1),T=c.pos?{range:{from:T,to:P},query:j[0].slice(n.length),text:j[0]}:null}var b$=new pn("suggestion");function v$({pluginKey:t=b$,editor:e,char:n="@",allowSpaces:r=!1,allowToIncludeChar:a=!1,allowedPrefixes:i=[" "],startOfLine:o=!1,decorationTag:c="span",decorationClass:u="suggestion",decorationContent:h="",decorationEmptyClass:f="is-empty",command:m=()=>null,items:x=()=>[],render:y=()=>({}),allow:N=()=>!0,findSuggestionMatch:w=y$,shouldShow:j}){let S;const E=y==null?void 0:y(),T=()=>{const z=e.state.selection.$anchor.pos,V=e.view.coordsAtPos(z),{top:I,right:te,bottom:Q,left:F}=V;try{return new DOMRect(F,I,te-F,Q-I)}catch{return null}},P=(z,V)=>V?()=>{const I=t.getState(e.state),te=I==null?void 0:I.decorationId,Q=z.dom.querySelector(`[data-decoration-id="${te}"]`);return(Q==null?void 0:Q.getBoundingClientRect())||null}:T;function O(z,V){var I;try{const Q=t.getState(z.state),F=Q!=null&&Q.decorationId?z.dom.querySelector(`[data-decoration-id="${Q.decorationId}"]`):null,re={editor:e,range:(Q==null?void 0:Q.range)||{from:0,to:0},query:(Q==null?void 0:Q.query)||null,text:(Q==null?void 0:Q.text)||null,items:[],command:ie=>m({editor:e,range:(Q==null?void 0:Q.range)||{from:0,to:0},props:ie}),decorationNode:F,clientRect:P(z,F)};(I=E==null?void 0:E.onExit)==null||I.call(E,re)}catch{}const te=z.state.tr.setMeta(V,{exit:!0});z.dispatch(te)}const q=new rn({key:t,view(){return{update:async(z,V)=>{var I,te,Q,F,re,ie,J;const $=(I=this.key)==null?void 0:I.getState(V),D=(te=this.key)==null?void 0:te.getState(z.state),R=$.active&&D.active&&$.range.from!==D.range.from,oe=!$.active&&D.active,G=$.active&&!D.active,_=!oe&&!G&&$.query!==D.query,U=oe||R&&_,H=_||R,K=G||R&&_;if(!U&&!H&&!K)return;const me=K&&!U?$:D,Y=z.dom.querySelector(`[data-decoration-id="${me.decorationId}"]`);S={editor:e,range:me.range,query:me.query,text:me.text,items:[],command:le=>m({editor:e,range:me.range,props:le}),decorationNode:Y,clientRect:P(z,Y)},U&&((Q=E==null?void 0:E.onBeforeStart)==null||Q.call(E,S)),H&&((F=E==null?void 0:E.onBeforeUpdate)==null||F.call(E,S)),(H||U)&&(S.items=await x({editor:e,query:me.query})),K&&((re=E==null?void 0:E.onExit)==null||re.call(E,S)),H&&((ie=E==null?void 0:E.onUpdate)==null||ie.call(E,S)),U&&((J=E==null?void 0:E.onStart)==null||J.call(E,S))},destroy:()=>{var z;S&&((z=E==null?void 0:E.onExit)==null||z.call(E,S))}}},state:{init(){return{active:!1,range:{from:0,to:0},query:null,text:null,composing:!1}},apply(z,V,I,te){const{isEditable:Q}=e,{composing:F}=e.view,{selection:re}=z,{empty:ie,from:J}=re,$={...V},D=z.getMeta(t);if(D&&D.exit)return $.active=!1,$.decorationId=null,$.range={from:0,to:0},$.query=null,$.text=null,$;if($.composing=F,Q&&(ie||e.view.composing)){(JV.range.to)&&!F&&!V.composing&&($.active=!1);const R=w({char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:re.$from}),oe=`id_${Math.floor(Math.random()*4294967295)}`;R&&N({editor:e,state:te,range:R.range,isActive:V.active})&&(!j||j({editor:e,range:R.range,query:R.query,text:R.text,transaction:z}))?($.active=!0,$.decorationId=V.decorationId?V.decorationId:oe,$.range=R.range,$.query=R.query,$.text=R.text):$.active=!1}else $.active=!1;return $.active||($.decorationId=null,$.range={from:0,to:0},$.query=null,$.text=null),$}},props:{handleKeyDown(z,V){var I,te,Q,F;const{active:re,range:ie}=q.getState(z.state);if(!re)return!1;if(V.key==="Escape"||V.key==="Esc"){const $=q.getState(z.state),D=(I=S==null?void 0:S.decorationNode)!=null?I:null,R=D??($!=null&&$.decorationId?z.dom.querySelector(`[data-decoration-id="${$.decorationId}"]`):null);if(((te=E==null?void 0:E.onKeyDown)==null?void 0:te.call(E,{view:z,event:V,range:$.range}))||!1)return!0;const G={editor:e,range:$.range,query:$.query,text:$.text,items:[],command:_=>m({editor:e,range:$.range,props:_}),decorationNode:R,clientRect:R?()=>R.getBoundingClientRect()||null:null};return(Q=E==null?void 0:E.onExit)==null||Q.call(E,G),O(z,t),!0}return((F=E==null?void 0:E.onKeyDown)==null?void 0:F.call(E,{view:z,event:V,range:ie}))||!1},decorations(z){const{active:V,range:I,decorationId:te,query:Q}=q.getState(z);if(!V)return null;const F=!(Q!=null&&Q.length),re=[u];return F&&re.push(f),Xt.create(z.doc,[Kn.inline(I.from,I.to,{nodeName:c,class:re.join(" "),"data-decoration-id":te,"data-decoration-content":h})])}}});return q}function N$({editor:t,overrideSuggestionOptions:e,extensionName:n,char:r="@"}){const a=new pn;return{editor:t,char:r,pluginKey:a,command:({editor:i,range:o,props:c})=>{var u,h,f;const m=i.view.state.selection.$to.nodeAfter;((u=m==null?void 0:m.text)==null?void 0:u.startsWith(" "))&&(o.to+=1),i.chain().focus().insertContentAt(o,[{type:n,attrs:{...c,mentionSuggestionChar:r}},{type:"text",text:" "}]).run(),(f=(h=i.view.dom.ownerDocument.defaultView)==null?void 0:h.getSelection())==null||f.collapseToEnd()},allow:({state:i,range:o})=>{const c=i.doc.resolve(o.from),u=i.schema.nodes[n];return!!c.parent.type.contentMatch.matchType(u)},...e}}function s3(t){return(t.options.suggestions.length?t.options.suggestions:[t.options.suggestion]).map(e=>N$({editor:t.editor,overrideSuggestionOptions:e,extensionName:t.name,char:e.char}))}function bw(t,e){const n=s3(t),r=n.find(a=>a.char===e);return r||(n.length?n[0]:null)}var w$=Pn.create({name:"mention",priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:t,suggestion:e}){var n,r;return`${(n=e==null?void 0:e.char)!=null?n:"@"}${(r=t.attrs.label)!=null?r:t.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:t,node:e,suggestion:n}){var r,a;return["span",Vt(this.HTMLAttributes,t.HTMLAttributes),`${(r=n==null?void 0:n.char)!=null?r:"@"}${(a=e.attrs.label)!=null?a:e.attrs.id}`]},suggestions:[],suggestion:{}}},group:"inline",inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:t=>t.getAttribute("data-id"),renderHTML:t=>t.id?{"data-id":t.id}:{}},label:{default:null,parseHTML:t=>t.getAttribute("data-label"),renderHTML:t=>t.label?{"data-label":t.label}:{}},mentionSuggestionChar:{default:"@",parseHTML:t=>t.getAttribute("data-mention-suggestion-char"),renderHTML:t=>({"data-mention-suggestion-char":t.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:t,HTMLAttributes:e}){const n=bw(this,t.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn("renderLabel is deprecated use renderText and renderHTML instead"),["span",Vt({"data-type":this.name},this.options.HTMLAttributes,e),this.options.renderLabel({options:this.options,node:t,suggestion:n})];const r={...this.options};r.HTMLAttributes=Vt({"data-type":this.name},this.options.HTMLAttributes,e);const a=this.options.renderHTML({options:r,node:t,suggestion:n});return typeof a=="string"?["span",Vt({"data-type":this.name},this.options.HTMLAttributes,e),a]:a},...kC({nodeName:"mention",name:"@",selfClosing:!0,allowedAttributes:["id","label",{name:"mentionSuggestionChar",skipIfDefault:"@"}],parseAttributes:t=>{const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r,c=i??o;e[a==="char"?"mentionSuggestionChar":a]=c,r=n.exec(t)}return e},serializeAttributes:t=>Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e==="mentionSuggestionChar"?"char":e}="${n}"`).join(" ")}),renderText({node:t}){const e={options:this.options,node:t,suggestion:bw(this,t.attrs.mentionSuggestionChar)};return this.options.renderLabel!==void 0?(console.warn("renderLabel is deprecated use renderText and renderHTML instead"),this.options.renderLabel(e)):this.options.renderText(e)},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:t,state:e})=>{let n=!1;const{selection:r}=e,{empty:a,anchor:i}=r;if(!a)return!1;let o=new di,c=0;return e.doc.nodesBetween(i-1,i,(u,h)=>{if(u.type.name===this.name)return n=!0,o=u,c=h,!1}),n&&t.insertText(this.options.deleteTriggerWithBackspace?"":o.attrs.mentionSuggestionChar,c,c+o.nodeSize),n})}},addProseMirrorPlugins(){return s3(this).map(v$)}}),j$=w$,k$=d$;let Qg,Yg;if(typeof WeakMap<"u"){let t=new WeakMap;Qg=e=>t.get(e),Yg=(e,n)=>(t.set(e,n),n)}else{const t=[];let n=0;Qg=r=>{for(let a=0;a(n==10&&(n=0),t[n++]=r,t[n++]=a)}var Sn=class{constructor(t,e,n,r){this.width=t,this.height=e,this.map=n,this.problems=r}findCell(t){for(let e=0;e=n){(i||(i=[])).push({type:"overlong_rowspan",pos:f,n:S-T});break}const P=a+T*e;for(let O=0;Or&&(i+=h.attrs.colspan)}}for(let o=0;o1&&(n=!0)}e==-1?e=i:e!=i&&(e=Math.max(e,i))}return e}function T$(t,e,n){t.problems||(t.problems=[]);const r={};for(let a=0;a0;e--)if(t.node(e).type.spec.tableRole=="row")return t.node(0).resolve(t.before(e+1));return null}function M$(t){for(let e=t.depth;e>0;e--){const n=t.node(e).type.spec.tableRole;if(n==="cell"||n==="header_cell")return t.node(e)}return null}function Zr(t){const e=t.selection.$head;for(let n=e.depth;n>0;n--)if(e.node(n).type.spec.tableRole=="row")return!0;return!1}function wp(t){const e=t.selection;if("$anchorCell"in e&&e.$anchorCell)return e.$anchorCell.pos>e.$headCell.pos?e.$anchorCell:e.$headCell;if("node"in e&&e.node&&e.node.type.spec.tableRole=="cell")return e.$anchor;const n=yl(e.$head)||A$(e.$head);if(n)return n;throw new RangeError(`No cell found around position ${e.head}`)}function A$(t){for(let e=t.nodeAfter,n=t.pos;e;e=e.firstChild,n++){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n)}for(let e=t.nodeBefore,n=t.pos;e;e=e.lastChild,n--){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n-e.nodeSize)}}function Xg(t){return t.parent.type.spec.tableRole=="row"&&!!t.nodeAfter}function I$(t){return t.node(0).resolve(t.pos+t.nodeAfter.nodeSize)}function Ny(t,e){return t.depth==e.depth&&t.pos>=e.start(-1)&&t.pos<=e.end(-1)}function r3(t,e,n){const r=t.node(-1),a=Sn.get(r),i=t.start(-1),o=a.nextCell(t.pos-i,e,n);return o==null?null:t.node(0).resolve(i+o)}function bl(t,e,n=1){const r={...t,colspan:t.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(e,n),r.colwidth.some(a=>a>0)||(r.colwidth=null)),r}function a3(t,e,n=1){const r={...t,colspan:t.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let a=0;af!=n.pos-i);u.unshift(n.pos-i);const h=u.map(f=>{const m=r.nodeAt(f);if(!m)throw new RangeError(`No cell with offset ${f} found`);const x=i+f+1;return new G2(c.resolve(x),c.resolve(x+m.content.size))});super(h[0].$from,h[0].$to,h),this.$anchorCell=e,this.$headCell=n}map(e,n){const r=e.resolve(n.map(this.$anchorCell.pos)),a=e.resolve(n.map(this.$headCell.pos));if(Xg(r)&&Xg(a)&&Ny(r,a)){const i=this.$anchorCell.node(-1)!=r.node(-1);return i&&this.isRowSelection()?ri.rowSelection(r,a):i&&this.isColSelection()?ri.colSelection(r,a):new ri(r,a)}return et.between(r,a)}content(){const e=this.$anchorCell.node(-1),n=Sn.get(e),r=this.$anchorCell.start(-1),a=n.rectBetween(this.$anchorCell.pos-r,this.$headCell.pos-r),i={},o=[];for(let u=a.top;u0||j>0){let S=N.attrs;if(w>0&&(S=bl(S,0,w)),j>0&&(S=bl(S,S.colspan-j,j)),y.lefta.bottom){const S={...N.attrs,rowspan:Math.min(y.bottom,a.bottom)-Math.max(y.top,a.top)};y.top0)return!1;const r=e+this.$anchorCell.nodeAfter.attrs.rowspan,a=n+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(r,a)==this.$headCell.node(-1).childCount}static colSelection(e,n=e){const r=e.node(-1),a=Sn.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.top<=c.top?(o.top>0&&(e=u.resolve(i+a.map[o.left])),c.bottom0&&(n=u.resolve(i+a.map[c.left])),o.bottom0)return!1;const o=a+this.$anchorCell.nodeAfter.attrs.colspan,c=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(o,c)==n.width}eq(e){return e instanceof ri&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,n=e){const r=e.node(-1),a=Sn.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.left<=c.left?(o.left>0&&(e=u.resolve(i+a.map[o.top*a.width])),c.right0&&(n=u.resolve(i+a.map[c.top*a.width])),o.right{e.push(Kn.node(r,r+n.nodeSize,{class:"selectedCell"}))}),Xt.create(t.doc,e)}function L$({$from:t,$to:e}){if(t.pos==e.pos||t.pos=0&&!(t.after(a+1)=0&&!(e.before(i+1)>e.start(i));i--,r--);return n==r&&/row|table/.test(t.node(a).type.spec.tableRole)}function D$({$from:t,$to:e}){let n,r;for(let a=t.depth;a>0;a--){const i=t.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){n=i;break}}for(let a=e.depth;a>0;a--){const i=e.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){r=i;break}}return n!==r&&e.parentOffset===0}function _$(t,e,n){const r=(e||t).selection,a=(e||t).doc;let i,o;if(r instanceof Ze&&(o=r.node.type.spec.tableRole)){if(o=="cell"||o=="header_cell")i=sn.create(a,r.from);else if(o=="row"){const c=a.resolve(r.from+1);i=sn.rowSelection(c,c)}else if(!n){const c=Sn.get(r.node),u=r.from+1,h=u+c.map[c.width*c.height-1];i=sn.create(a,u+1,h)}}else r instanceof et&&L$(r)?i=et.create(a,r.from):r instanceof et&&D$(r)&&(i=et.create(a,r.$from.start(),r.$from.end()));return i&&(e||(e=t.tr)).setSelection(i),e}const z$=new pn("fix-tables");function o3(t,e,n,r){const a=t.childCount,i=e.childCount;e:for(let o=0,c=0;o{a.type.spec.tableRole=="table"&&(n=$$(t,a,i,n))};return e?e.doc!=t.doc&&o3(e.doc,t.doc,0,r):t.doc.descendants(r),n}function $$(t,e,n,r){const a=Sn.get(e);if(!a.problems)return r;r||(r=t.tr);const i=[];for(let u=0;u0){let y="cell";f.firstChild&&(y=f.firstChild.type.spec.tableRole);const N=[];for(let j=0;j0?-1:0;R$(e,r,a+i)&&(i=a==0||a==e.width?null:0);for(let o=0;o0&&a0&&e.map[c-1]==u||a0?-1:0;U$(e,r,a+c)&&(c=a==0||a==e.height?null:0);for(let h=0,f=e.width*a;h0&&a0&&m==e.map[f-e.width]){const x=n.nodeAt(m).attrs;t.setNodeMarkup(t.mapping.slice(c).map(m+r),null,{...x,rowspan:x.rowspan-1}),h+=x.colspan-1}else if(a0&&n[i]==n[i-1]||r.right0&&n[a]==n[a-t]||r.bottom0){const f=u+1+h.content.size,m=vw(h)?u+1:f;i.replaceWith(m+r.tableStart,f+r.tableStart,c)}i.setSelection(new sn(i.doc.resolve(u+r.tableStart))),e(i)}return!0}function ww(t,e){const n=js(t.schema);return Q$(({node:r})=>n[r.type.spec.tableRole])(t,e)}function Q$(t){return(e,n)=>{const r=e.selection;let a,i;if(r instanceof sn){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;a=r.$anchorCell.nodeAfter,i=r.$anchorCell.pos}else{var o;if(a=M$(r.$from),!a)return!1;i=(o=yl(r.$from))===null||o===void 0?void 0:o.pos}if(a==null||i==null||a.attrs.colspan==1&&a.attrs.rowspan==1)return!1;if(n){let c=a.attrs;const u=[],h=c.colwidth;c.rowspan>1&&(c={...c,rowspan:1}),c.colspan>1&&(c={...c,colspan:1});const f=Ca(e),m=e.tr;for(let y=0;y{o.attrs[t]!==e&&i.setNodeMarkup(c,null,{...o.attrs,[t]:e})}):i.setNodeMarkup(a.pos,null,{...a.nodeAfter.attrs,[t]:e}),r(i)}return!0}}function X$(t){return function(e,n){if(!Zr(e))return!1;if(n){const r=js(e.schema),a=Ca(e),i=e.tr,o=a.map.cellsInRect(t=="column"?{left:a.left,top:0,right:a.right,bottom:a.map.height}:t=="row"?{left:0,top:a.top,right:a.map.width,bottom:a.bottom}:a),c=o.map(u=>a.table.nodeAt(u));for(let u=0;u{const y=x+i.tableStart,N=o.doc.nodeAt(y);N&&o.setNodeMarkup(y,m,N.attrs)}),r(o)}return!0}}nu("row",{useDeprecatedLogic:!0});nu("column",{useDeprecatedLogic:!0});const Z$=nu("cell",{useDeprecatedLogic:!0});function eF(t,e){if(e<0){const n=t.nodeBefore;if(n)return t.pos-n.nodeSize;for(let r=t.index(-1)-1,a=t.before();r>=0;r--){const i=t.node(-1).child(r),o=i.lastChild;if(o)return a-1-o.nodeSize;a-=i.nodeSize}}else{if(t.index()0;r--)if(n.node(r).type.spec.tableRole=="table")return e&&e(t.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function Ah(t,e){const n=t.selection;if(!(n instanceof sn))return!1;if(e){const r=t.tr,a=js(t.schema).cell.createAndFill().content;n.forEachCell((i,o)=>{i.content.eq(a)||r.replace(r.mapping.map(o+1),r.mapping.map(o+i.nodeSize-1),new _e(a,0,0))}),r.docChanged&&e(r)}return!0}function nF(t){if(t.size===0)return null;let{content:e,openStart:n,openEnd:r}=t;for(;e.childCount==1&&(n>0&&r>0||e.child(0).type.spec.tableRole=="table");)n--,r--,e=e.child(0).content;const a=e.child(0),i=a.type.spec.tableRole,o=a.type.schema,c=[];if(i=="row")for(let u=0;u=0;o--){const{rowspan:c,colspan:u}=i.child(o).attrs;for(let h=a;h=e.length&&e.push(we.empty),n[a]r&&(x=x.type.createChecked(bl(x.attrs,x.attrs.colspan,f+x.attrs.colspan-r),x.content)),h.push(x),f+=x.attrs.colspan;for(let y=1;ya&&(m=m.type.create({...m.attrs,rowspan:Math.max(1,a-m.attrs.rowspan)},m.content)),u.push(m)}i.push(we.from(u))}n=i,e=a}return{width:t,height:e,rows:n}}function aF(t,e,n,r,a,i,o){const c=t.doc.type.schema,u=js(c);let h,f;if(a>e.width)for(let m=0,x=0;me.height){const m=[];for(let N=0,w=(e.height-1)*e.width;N=e.width?!1:n.nodeAt(e.map[w+N]).type==u.header_cell;m.push(j?f||(f=u.header_cell.createAndFill()):h||(h=u.cell.createAndFill()))}const x=u.row.create(null,we.from(m)),y=[];for(let N=e.height;N{if(!a)return!1;const i=n.selection;if(i instanceof sn)return Vh(n,r,ot.near(i.$headCell,e));if(t!="horiz"&&!i.empty)return!1;const o=u3(a,t,e);if(o==null)return!1;if(t=="horiz")return Vh(n,r,ot.near(n.doc.resolve(i.head+e),e));{const c=n.doc.resolve(o),u=r3(c,t,e);let h;return u?h=ot.near(u,1):e<0?h=ot.near(n.doc.resolve(c.before(-1)),-1):h=ot.near(n.doc.resolve(c.after(-1)),1),Vh(n,r,h)}}}function Rh(t,e){return(n,r,a)=>{if(!a)return!1;const i=n.selection;let o;if(i instanceof sn)o=i;else{const u=u3(a,t,e);if(u==null)return!1;o=new sn(n.doc.resolve(u))}const c=r3(o.$headCell,t,e);return c?Vh(n,r,new sn(o.$anchorCell,c)):!1}}function oF(t,e){const n=t.state.doc,r=yl(n.resolve(e));return r?(t.dispatch(t.state.tr.setSelection(new sn(r))),!0):!1}function lF(t,e,n){if(!Zr(t.state))return!1;let r=nF(n);const a=t.state.selection;if(a instanceof sn){r||(r={width:1,height:1,rows:[we.from(Zg(js(t.state.schema).cell,n))]});const i=a.$anchorCell.node(-1),o=a.$anchorCell.start(-1),c=Sn.get(i).rectBetween(a.$anchorCell.pos-o,a.$headCell.pos-o);return r=rF(r,c.right-c.left,c.bottom-c.top),Tw(t.state,t.dispatch,o,c,r),!0}else if(r){const i=wp(t.state),o=i.start(-1);return Tw(t.state,t.dispatch,o,Sn.get(i.node(-1)).findCell(i.pos-o),r),!0}else return!1}function cF(t,e){var n;if(e.button!=0||e.ctrlKey||e.metaKey)return;const r=Ew(t,e.target);let a;if(e.shiftKey&&t.state.selection instanceof sn)i(t.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&r&&(a=yl(t.state.selection.$anchor))!=null&&((n=Jx(t,e))===null||n===void 0?void 0:n.pos)!=a.pos)i(a,e),e.preventDefault();else if(!r)return;function i(u,h){let f=Jx(t,h);const m=eo.getState(t.state)==null;if(!f||!Ny(u,f))if(m)f=u;else return;const x=new sn(u,f);if(m||!t.state.selection.eq(x)){const y=t.state.tr.setSelection(x);m&&y.setMeta(eo,u.pos),t.dispatch(y)}}function o(){t.root.removeEventListener("mouseup",o),t.root.removeEventListener("dragstart",o),t.root.removeEventListener("mousemove",c),eo.getState(t.state)!=null&&t.dispatch(t.state.tr.setMeta(eo,-1))}function c(u){const h=u,f=eo.getState(t.state);let m;if(f!=null)m=t.state.doc.resolve(f);else if(Ew(t,h.target)!=r&&(m=Jx(t,e),!m))return o();m&&i(m,h)}t.root.addEventListener("mouseup",o),t.root.addEventListener("dragstart",o),t.root.addEventListener("mousemove",c)}function u3(t,e,n){if(!(t.state.selection instanceof et))return null;const{$head:r}=t.state.selection;for(let a=r.depth-1;a>=0;a--){const i=r.node(a);if((n<0?r.index(a):r.indexAfter(a))!=(n<0?0:i.childCount))return null;if(i.type.spec.tableRole=="cell"||i.type.spec.tableRole=="header_cell"){const o=r.before(a),c=e=="vert"?n>0?"down":"up":n>0?"right":"left";return t.endOfTextblock(c)?o:null}}return null}function Ew(t,e){for(;e&&e!=t.dom;e=e.parentNode)if(e.nodeName=="TD"||e.nodeName=="TH")return e;return null}function Jx(t,e){const n=t.posAtCoords({left:e.clientX,top:e.clientY});if(!n)return null;let{inside:r,pos:a}=n;return r>=0&&yl(t.state.doc.resolve(r))||yl(t.state.doc.resolve(a))}var dF=class{constructor(e,n){this.node=e,this.defaultCellMinWidth=n,this.dom=document.createElement("div"),this.dom.className="tableWrapper",this.table=this.dom.appendChild(document.createElement("table")),this.table.style.setProperty("--default-cell-min-width",`${n}px`),this.colgroup=this.table.appendChild(document.createElement("colgroup")),e0(e,this.colgroup,this.table,n),this.contentDOM=this.table.appendChild(document.createElement("tbody"))}update(e){return e.type!=this.node.type?!1:(this.node=e,e0(e,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(e){return e.type=="attributes"&&(e.target==this.table||this.colgroup.contains(e.target))}};function e0(t,e,n,r,a,i){let o=0,c=!0,u=e.firstChild;const h=t.firstChild;if(h){for(let m=0,x=0;mnew r(m,n,x)),new hF(-1,!1)},apply(o,c){return c.apply(o)}},props:{attributes:o=>{const c=ir.getState(o);return c&&c.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(o,c)=>{fF(o,c,t,a)},mouseleave:o=>{pF(o)},mousedown:(o,c)=>{mF(o,c,e,n)}},decorations:o=>{const c=ir.getState(o);if(c&&c.activeHandle>-1)return vF(o,c.activeHandle)},nodeViews:{}}});return i}var hF=class Hh{constructor(e,n){this.activeHandle=e,this.dragging=n}apply(e){const n=this,r=e.getMeta(ir);if(r&&r.setHandle!=null)return new Hh(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new Hh(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&e.docChanged){let a=e.mapping.map(n.activeHandle,-1);return Xg(e.doc.resolve(a))||(a=-1),new Hh(a,n.dragging)}return n}};function fF(t,e,n,r){if(!t.editable)return;const a=ir.getState(t.state);if(a&&!a.dragging){const i=gF(e.target);let o=-1;if(i){const{left:c,right:u}=i.getBoundingClientRect();e.clientX-c<=n?o=Mw(t,e,"left",n):u-e.clientX<=n&&(o=Mw(t,e,"right",n))}if(o!=a.activeHandle){if(!r&&o!==-1){const c=t.state.doc.resolve(o),u=c.node(-1),h=Sn.get(u),f=c.start(-1);if(h.colCount(c.pos-f)+c.nodeAfter.attrs.colspan-1==h.width-1)return}h3(t,o)}}}function pF(t){if(!t.editable)return;const e=ir.getState(t.state);e&&e.activeHandle>-1&&!e.dragging&&h3(t,-1)}function mF(t,e,n,r){var a;if(!t.editable)return!1;const i=(a=t.dom.ownerDocument.defaultView)!==null&&a!==void 0?a:window,o=ir.getState(t.state);if(!o||o.activeHandle==-1||o.dragging)return!1;const c=t.state.doc.nodeAt(o.activeHandle),u=xF(t,o.activeHandle,c.attrs);t.dispatch(t.state.tr.setMeta(ir,{setDragging:{startX:e.clientX,startWidth:u}}));function h(m){i.removeEventListener("mouseup",h),i.removeEventListener("mousemove",f);const x=ir.getState(t.state);x!=null&&x.dragging&&(yF(t,x.activeHandle,Aw(x.dragging,m,n)),t.dispatch(t.state.tr.setMeta(ir,{setDragging:null})))}function f(m){if(!m.which)return h(m);const x=ir.getState(t.state);if(x&&x.dragging){const y=Aw(x.dragging,m,n);Iw(t,x.activeHandle,y,r)}}return Iw(t,o.activeHandle,u,r),i.addEventListener("mouseup",h),i.addEventListener("mousemove",f),e.preventDefault(),!0}function xF(t,e,{colspan:n,colwidth:r}){const a=r&&r[r.length-1];if(a)return a;const i=t.domAtPos(e);let o=i.node.childNodes[i.offset].offsetWidth,c=n;if(r)for(let u=0;u{var e,n;const r=t.getAttribute("colwidth"),a=r?r.split(",").map(i=>parseInt(i,10)):null;if(!a){const i=(e=t.closest("table"))==null?void 0:e.querySelectorAll("colgroup > col"),o=Array.from(((n=t.parentElement)==null?void 0:n.children)||[]).indexOf(t);if(o&&o>-1&&i&&i[o]){const c=i[o].getAttribute("width");return c?[parseInt(c,10)]:null}}return a}}}},tableRole:"cell",isolating:!0,parseHTML(){return[{tag:"td"}]},renderHTML({HTMLAttributes:t}){return["td",Vt(this.options.HTMLAttributes,t),0]}}),p3=Pn.create({name:"tableHeader",addOptions(){return{HTMLAttributes:{}}},content:"block+",addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:t=>{const e=t.getAttribute("colwidth");return e?e.split(",").map(r=>parseInt(r,10)):null}}}},tableRole:"header_cell",isolating:!0,parseHTML(){return[{tag:"th"}]},renderHTML({HTMLAttributes:t}){return["th",Vt(this.options.HTMLAttributes,t),0]}}),m3=Pn.create({name:"tableRow",addOptions(){return{HTMLAttributes:{}}},content:"(tableCell | tableHeader)*",tableRole:"row",parseHTML(){return[{tag:"tr"}]},renderHTML({HTMLAttributes:t}){return["tr",Vt(this.options.HTMLAttributes,t),0]}});function t0(t,e){return e?["width",`${Math.max(e,t)}px`]:["min-width",`${t}px`]}function Rw(t,e,n,r,a,i){var o;let c=0,u=!0,h=e.firstChild;const f=t.firstChild;if(f!==null)for(let x=0,y=0;x{const r=t.nodes[n];r.spec.tableRole&&(e[r.spec.tableRole]=r)}),t.cached.tableNodeTypes=e,e}function SF(t,e,n,r,a){const i=kF(t),o=[],c=[];for(let h=0;h{const{selection:e}=t.state;if(!CF(e))return!1;let n=0;const r=XS(e.ranges[0].$from,i=>i.type.name==="table");return r==null||r.node.descendants(i=>{if(i.type.name==="table")return!1;["tableCell","tableHeader"].includes(i.type.name)&&(n+=1)}),n===e.ranges.length?(t.commands.deleteTable(),!0):!1},TF="";function EF(t){return(t||"").replace(/\s+/g," ").trim()}function MF(t,e,n={}){var r;const a=(r=n.cellLineSeparator)!=null?r:TF;if(!t||!t.content||t.content.length===0)return"";const i=[];t.content.forEach(N=>{const w=[];N.content&&N.content.forEach(j=>{let S="";j.content&&Array.isArray(j.content)&&j.content.length>1?S=j.content.map(O=>e.renderChildren(O)).join(a):S=j.content?e.renderChildren(j.content):"";const E=EF(S),T=j.type==="tableHeader";w.push({text:E,isHeader:T})}),i.push(w)});const o=i.reduce((N,w)=>Math.max(N,w.length),0);if(o===0)return"";const c=new Array(o).fill(0);i.forEach(N=>{var w;for(let j=0;jc[j]&&(c[j]=E),c[j]<3&&(c[j]=3)}});const u=(N,w)=>N+" ".repeat(Math.max(0,w-N.length)),h=i[0],f=h.some(N=>N.isHeader);let m=` -`;const x=new Array(o).fill(0).map((N,w)=>f&&h[w]&&h[w].text||"");return m+=`| ${x.map((N,w)=>u(N,c[w])).join(" | ")} | -`,m+=`| ${c.map(N=>"-".repeat(Math.max(3,N))).join(" | ")} | -`,(f?i.slice(1):i).forEach(N=>{m+=`| ${new Array(o).fill(0).map((w,j)=>u(N[j]&&N[j].text||"",c[j])).join(" | ")} | -`}),m}var AF=MF,x3=Pn.create({name:"table",addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:wF,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:"tableRow+",tableRole:"table",isolating:!0,group:"block",parseHTML(){return[{tag:"table"}]},renderHTML({node:t,HTMLAttributes:e}){const{colgroup:n,tableWidth:r,tableMinWidth:a}=jF(t,this.options.cellMinWidth),i=e.style;function o(){return i||(r?`width: ${r}`:`min-width: ${a}`)}const c=["table",Vt(this.options.HTMLAttributes,e,{style:o()}),n,["tbody",0]];return this.options.renderWrapper?["div",{class:"tableWrapper"},c]:c},parseMarkdown:(t,e)=>{const n=[];if(t.header){const r=[];t.header.forEach(a=>{r.push(e.createNode("tableHeader",{},[{type:"paragraph",content:e.parseInline(a.tokens)}]))}),n.push(e.createNode("tableRow",{},r))}return t.rows&&t.rows.forEach(r=>{const a=[];r.forEach(i=>{a.push(e.createNode("tableCell",{},[{type:"paragraph",content:e.parseInline(i.tokens)}]))}),n.push(e.createNode("tableRow",{},a))}),e.createNode("table",void 0,n)},renderMarkdown:(t,e)=>AF(t,e),addCommands(){return{insertTable:({rows:t=3,cols:e=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:a,editor:i})=>{const o=SF(i.schema,t,e,n);if(a){const c=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(et.near(r.doc.resolve(c)))}return!0},addColumnBefore:()=>({state:t,dispatch:e})=>F$(t,e),addColumnAfter:()=>({state:t,dispatch:e})=>B$(t,e),deleteColumn:()=>({state:t,dispatch:e})=>H$(t,e),addRowBefore:()=>({state:t,dispatch:e})=>W$(t,e),addRowAfter:()=>({state:t,dispatch:e})=>K$(t,e),deleteRow:()=>({state:t,dispatch:e})=>G$(t,e),deleteTable:()=>({state:t,dispatch:e})=>tF(t,e),mergeCells:()=>({state:t,dispatch:e})=>Nw(t,e),splitCell:()=>({state:t,dispatch:e})=>ww(t,e),toggleHeaderColumn:()=>({state:t,dispatch:e})=>nu("column")(t,e),toggleHeaderRow:()=>({state:t,dispatch:e})=>nu("row")(t,e),toggleHeaderCell:()=>({state:t,dispatch:e})=>Z$(t,e),mergeOrSplit:()=>({state:t,dispatch:e})=>Nw(t,e)?!0:ww(t,e),setCellAttribute:(t,e)=>({state:n,dispatch:r})=>Y$(t,e)(n,r),goToNextCell:()=>({state:t,dispatch:e})=>kw(1)(t,e),goToPreviousCell:()=>({state:t,dispatch:e})=>kw(-1)(t,e),fixTables:()=>({state:t,dispatch:e})=>(e&&l3(t),!0),setCellSelection:t=>({tr:e,dispatch:n})=>{if(n){const r=sn.create(e.doc,t.anchorCell,t.headCell);e.setSelection(r)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Ph,"Mod-Backspace":Ph,Delete:Ph,"Mod-Delete":Ph}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[uF({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],NF({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(t){const e={name:t.name,options:t.options,storage:t.storage};return{tableRole:Bt(Ye(t,"tableRole",e))}}});Cn.create({name:"tableKit",addExtensions(){const t=[];return this.options.table!==!1&&t.push(x3.configure(this.options.table)),this.options.tableCell!==!1&&t.push(f3.configure(this.options.tableCell)),this.options.tableHeader!==!1&&t.push(p3.configure(this.options.tableHeader)),this.options.tableRow!==!1&&t.push(m3.configure(this.options.tableRow)),t}});function IF(t){return t.replace(/&/g,"&").replace(//g,">").replace(/"/g,""")}function RF(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'")}function PF(t){if(!t)return"";let e=t;return e=e.replace(/]*>(.*?)<\/h1>/gi,`# $1 - -`),e=e.replace(/]*>(.*?)<\/h2>/gi,`## $1 - -`),e=e.replace(/]*>(.*?)<\/h3>/gi,`### $1 - -`),e=e.replace(/]*>(.*?)<\/strong>/gi,"**$1**"),e=e.replace(/]*>(.*?)<\/b>/gi,"**$1**"),e=e.replace(/]*>(.*?)<\/em>/gi,"*$1*"),e=e.replace(/]*>(.*?)<\/i>/gi,"*$1*"),e=e.replace(/]*>(.*?)<\/s>/gi,"~~$1~~"),e=e.replace(/]*>(.*?)<\/del>/gi,"~~$1~~"),e=e.replace(/]*>(.*?)<\/code>/gi,"`$1`"),e=e.replace(/]*>(.*?)<\/blockquote>/gi,`> $1 - -`),e=e.replace(/]*src="([^"]*)"[^>]*alt="([^"]*)"[^>]*>/gi,"![$2]($1)"),e=e.replace(/]*src="([^"]*)"[^>]*>/gi,"![]($1)"),e=e.replace(/]*href="([^"]*)"[^>]*>(.*?)<\/a>/gi,"[$2]($1)"),e=e.replace(/]*>(.*?)<\/li>/gi,`- $1 -`),e=e.replace(/<\/?[uo]l[^>]*>/gi,` -`),e=e.replace(//gi,` -`),e=e.replace(/]*>(.*?)<\/p>/gi,`$1 - -`),e=e.replace(//gi,`--- - -`),e=e.replace(/]*data-type="mention"[^>]*data-id="([^"]*)"[^>]*>@([^<]*)<\/span>/gi,"@$2"),e=e.replace(/]*data-type="linkTag"[^>]*data-url="([^"]*)"[^>]*>#([^<]*)<\/span>/gi,"#[$2]($1)"),e=e.replace(/<[^>]+>/g,""),e=e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"),e=e.replace(/\n{3,}/g,` - -`),e.trim()}function Ow(t){if(!t)return"";if(t.startsWith("<")&&t.includes("$1"),e=e.replace(/^## (.+)$/gm,"

    $1

    "),e=e.replace(/^# (.+)$/gm,"

    $1

    "),e=e.replace(/\*\*(.+?)\*\*/g,"$1"),e=e.replace(/\*(.+?)\*/g,"$1"),e=e.replace(/~~(.+?)~~/g,"$1"),e=e.replace(/`([^`]+)`/g,"$1"),e=e.replace(/!\[([^\]]*)\]\(([^)]+)\)/g,'$1'),e=e.replace(/\[([^\]]+)\]\(([^)]+)\)/g,'$1'),e=e.replace(/^> (.+)$/gm,"

    $1

    "),e=e.replace(/^---$/gm,"
    "),e=e.replace(/^- (.+)$/gm,"
  • $1
  • ");const n=e.split(` -`),r=[];for(const a of n){const i=a.trim();i&&(/^<(?:h[1-6]|blockquote|hr|li|ul|ol|table|img)/.test(i)?r.push(i):r.push(`

    ${i}

    `))}return r.join("")}const OF=Pn.create({name:"videoEmbed",group:"block",atom:!0,draggable:!0,addAttributes(){return{src:{default:null}}},parseHTML(){return[{tag:"div.rich-video-wrap",getAttrs:t=>{const e=t.querySelector("video"),n=e==null?void 0:e.getAttribute("src");return n?{src:n}:!1}},{tag:"video[src]",getAttrs:t=>({src:t.getAttribute("src")})}]},renderHTML({node:t}){const e=t.attrs.src||"";return["div",{class:"rich-video-wrap"},["video",{src:e,controls:!0,preload:"metadata"}],["div",{class:"rich-video-caption"},"视频(预览已缩小,保存后 C 端全宽播放)"]]}}),LF=Pn.create({name:"linkTag",group:"inline",inline:!0,selectable:!0,atom:!0,addAttributes(){return{label:{default:""},url:{default:""},tagType:{default:"url",parseHTML:t=>t.getAttribute("data-tag-type")||"url"},tagId:{default:"",parseHTML:t=>t.getAttribute("data-tag-id")||""},pagePath:{default:"",parseHTML:t=>t.getAttribute("data-page-path")||""},appId:{default:"",parseHTML:t=>t.getAttribute("data-app-id")||""},mpKey:{default:"",parseHTML:t=>t.getAttribute("data-mp-key")||""}}},parseHTML(){return[{tag:'span[data-type="linkTag"]',getAttrs:t=>{var e;return{label:((e=t.textContent)==null?void 0:e.replace(/^#/,"").trim())||"",url:t.getAttribute("data-url")||"",tagType:t.getAttribute("data-tag-type")||"url",tagId:t.getAttribute("data-tag-id")||"",pagePath:t.getAttribute("data-page-path")||"",appId:t.getAttribute("data-app-id")||"",mpKey:t.getAttribute("data-mp-key")||""}}}]},renderHTML({node:t,HTMLAttributes:e}){return["span",Vt(e,{"data-type":"linkTag","data-url":t.attrs.url,"data-tag-type":t.attrs.tagType,"data-tag-id":t.attrs.tagId,"data-page-path":t.attrs.pagePath,"data-app-id":t.attrs.appId||"","data-mp-key":t.attrs.mpKey||t.attrs.appId||"",class:"link-tag-node"}),`#${t.attrs.label}`]}});function Lw(t){const e=document.createElement("div");return e.textContent=t,e.innerHTML}const DF=t=>({items:({query:e})=>{const n=e.trim().toLowerCase();return(n?t.filter(a=>a.name.toLowerCase().includes(n)||a.id.toLowerCase().includes(n)||a.label&&a.label.toLowerCase().includes(n)||a.userId&&a.userId.toLowerCase().includes(n)):t).slice(0,16)},render:()=>{let e=null,n=0,r=[],a=null;const i=()=>{e&&(e.innerHTML=r.map((o,c)=>`
    - @${Lw(o.name)} - ${Lw(o.label||o.id)} -
    `).join(""),e.querySelectorAll(".mention-item").forEach(o=>{o.addEventListener("click",()=>{const c=parseInt(o.getAttribute("data-index")||"0");a&&r[c]&&a({id:r[c].id,label:r[c].name})})}))};return{onStart:o=>{if(e=document.createElement("div"),e.className="mention-popup",document.body.appendChild(e),r=o.items,a=o.command,n=0,i(),o.clientRect){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onUpdate:o=>{if(r=o.items,a=o.command,n=0,i(),o.clientRect&&e){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onKeyDown:o=>o.event.key==="ArrowUp"?(n=Math.max(0,n-1),i(),!0):o.event.key==="ArrowDown"?(n=Math.min(r.length-1,n+1),i(),!0):o.event.key==="Enter"?(a&&r[n]&&a({id:r[n].id,label:r[n].name}),!0):o.event.key==="Escape"?(e==null||e.remove(),e=null,!0):!1,onExit:()=>{e==null||e.remove(),e=null}}}});function _F(t){var r;const e=[],n=(r=t.clipboardData)==null?void 0:r.items;if(!n)return e;for(let a=0;a{const h=b.useRef(null),f=b.useRef(null),m=b.useRef(null),x=b.useRef(null),[y,N]=b.useState(""),[w,j]=b.useState(!1),S=b.useRef(Ow(t)),E=b.useCallback((Q,F)=>{var $;const re=x.current;if(!re||!n)return!1;const ie=_F(F);if(ie.length>0)return F.preventDefault(),(async()=>{for(const D of ie)try{const R=await n(D);R&&re.chain().focus().setImage({src:R}).run()}catch(R){console.error("粘贴图片上传失败",R)}})(),!0;const J=($=F.clipboardData)==null?void 0:$.getData("text/html");if(J&&/data:image\/[^;"']+;base64,/i.test(J)){F.preventDefault();const{from:D,to:R}=re.state.selection;return(async()=>{try{const oe=await FF(J,n);re.chain().focus().insertContentAt({from:D,to:R},oe).run()}catch(oe){console.error("粘贴 HTML 内 base64 转换失败",oe)}})(),!0}return!1},[n]),T=T7({extensions:[p$.configure({link:{openOnClick:!1,HTMLAttributes:{class:"rich-link"}}}),g$.configure({inline:!0,allowBase64:!0,HTMLAttributes:{class:"rich-editor-img-thumb"}}),OF,j$.configure({HTMLAttributes:{class:"mention-tag"},suggestion:DF(a)}),LF,k$.configure({placeholder:o}),x3.configure({resizable:!0}),m3,f3,p3],content:S.current,onUpdate:({editor:Q})=>{e(Q.getHTML())},editorProps:{attributes:{class:"rich-editor-content"},handlePaste:E}});b.useEffect(()=>{x.current=T??null},[T]),b.useImperativeHandle(u,()=>({getHTML:()=>(T==null?void 0:T.getHTML())||"",getMarkdown:()=>PF((T==null?void 0:T.getHTML())||"")})),b.useEffect(()=>{if(T&&t!==T.getHTML()){const Q=Ow(t);Q!==T.getHTML()&&T.commands.setContent(Q)}},[t]);const P=b.useCallback(async Q=>{if(r)return r(Q);if(n)return n(Q);throw new Error("未配置上传")},[n,r]),O=b.useCallback(async Q=>{var re;const F=(re=Q.target.files)==null?void 0:re[0];if(!(!F||!T)){if(n){const ie=await n(F);ie&&T.chain().focus().setImage({src:ie}).run()}else{const ie=new FileReader;ie.onload=()=>{typeof ie.result=="string"&&T.chain().focus().setImage({src:ie.result}).run()},ie.readAsDataURL(F)}Q.target.value=""}},[T,n]),q=b.useCallback(async Q=>{var re;const F=(re=Q.target.files)==null?void 0:re[0];if(!(!F||!T)){try{const ie=await P(F);ie&&T.chain().focus().insertContent({type:"videoEmbed",attrs:{src:ie}}).run()}catch(ie){console.error(ie)}Q.target.value=""}},[T,P]),z=b.useCallback(async Q=>{var re;const F=(re=Q.target.files)==null?void 0:re[0];if(!(!F||!T)){try{const ie=await P(F);if(!ie)return;const J=F.name||"附件";T.chain().focus().insertContent(`

    附件 ${IF(J)}

    `).run()}catch(ie){console.error(ie)}Q.target.value=""}},[T,P]),V=b.useCallback(()=>{T&&T.chain().focus().insertContent("@").run()},[T]),I=b.useCallback(Q=>{T&&T.chain().focus().insertContent([{type:"linkTag",attrs:{label:Q.label,url:Q.url||"",tagType:Q.type||"url",tagId:Q.id||"",pagePath:Q.pagePath||"",appId:Q.appId||"",mpKey:Q.type==="miniprogram"&&Q.appId||""}},{type:"text",text:" "}]).run()},[T]),te=b.useCallback(()=>{!T||!y||(T.chain().focus().setLink({href:y}).run(),N(""),j(!1))},[T,y]);return T?s.jsxs("div",{className:`rich-editor-wrapper ${c||""}`,children:[s.jsxs("div",{className:"rich-editor-toolbar",children:[s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>T.chain().focus().toggleBold().run(),className:T.isActive("bold")?"is-active":"",type:"button",children:s.jsx(s5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleItalic().run(),className:T.isActive("italic")?"is-active":"",type:"button",children:s.jsx(nM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleStrike().run(),className:T.isActive("strike")?"is-active":"",type:"button",children:s.jsx(oA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleCode().run(),className:T.isActive("code")?"is-active":"",type:"button",children:s.jsx(w5,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>T.chain().focus().toggleHeading({level:1}).run(),className:T.isActive("heading",{level:1})?"is-active":"",type:"button",children:s.jsx(K5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleHeading({level:2}).run(),className:T.isActive("heading",{level:2})?"is-active":"",type:"button",children:s.jsx(G5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleHeading({level:3}).run(),className:T.isActive("heading",{level:3})?"is-active":"",type:"button",children:s.jsx(Q5,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>T.chain().focus().toggleBulletList().run(),className:T.isActive("bulletList")?"is-active":"",type:"button",children:s.jsx(fM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleOrderedList().run(),className:T.isActive("orderedList")?"is-active":"",type:"button",children:s.jsx(uM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().toggleBlockquote().run(),className:T.isActive("blockquote")?"is-active":"",type:"button",children:s.jsx(FM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().setHorizontalRule().run(),type:"button",children:s.jsx(kM,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("input",{ref:h,type:"file",accept:"image/*",onChange:O,className:"hidden"}),s.jsx("input",{ref:f,type:"file",accept:"video/*",onChange:q,className:"hidden"}),s.jsx("input",{ref:m,type:"file",onChange:z,className:"hidden"}),s.jsx("button",{onClick:()=>{var Q;return(Q=h.current)==null?void 0:Q.click()},type:"button",title:"上传图片",children:s.jsx(Mj,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>{var Q;return(Q=f.current)==null?void 0:Q.click()},type:"button",title:"上传视频",disabled:!r&&!n,children:s.jsx(wA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>{var Q;return(Q=m.current)==null?void 0:Q.click()},type:"button",title:"上传附件(生成下载链接)",disabled:!r&&!n,children:s.jsx(MM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:V,type:"button",title:"插入 @ 并选择人物",className:a.length?"mention-trigger-btn":"",disabled:a.length===0,children:s.jsx(e5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>j(!w),className:T.isActive("link")?"is-active":"",type:"button",title:"链接",children:s.jsx(dg,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run(),type:"button",title:"表格",children:s.jsx(cA,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>T.chain().focus().undo().run(),disabled:!T.can().undo(),type:"button",children:s.jsx(xA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>T.chain().focus().redo().run(),disabled:!T.can().redo(),type:"button",children:s.jsx(VM,{className:"w-4 h-4"})})]}),i.length>0&&s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"toolbar-divider"}),s.jsx("div",{className:"toolbar-group",children:s.jsxs("select",{className:"link-tag-select",onChange:Q=>{const F=i.find(re=>re.id===Q.target.value);F&&I(F),Q.target.value=""},defaultValue:"",children:[s.jsx("option",{value:"",disabled:!0,children:"# 插入链接标签"}),i.map(Q=>s.jsx("option",{value:Q.id,children:Q.label},Q.id))]})})]})]}),w&&s.jsxs("div",{className:"link-input-bar",children:[s.jsx("input",{type:"url",placeholder:"输入链接地址...",value:y,onChange:Q=>N(Q.target.value),onKeyDown:Q=>Q.key==="Enter"&&te(),className:"link-input"}),s.jsx("button",{onClick:te,className:"link-confirm",type:"button",children:"确定"}),s.jsx("button",{onClick:()=>{T.chain().focus().unsetLink().run(),j(!1)},className:"link-remove",type:"button",children:"移除"})]}),s.jsx(TC,{editor:T})]}):null});n0.displayName="RichEditor";const BF=["top","right","bottom","left"],go=Math.min,rr=Math.max,Kf=Math.round,Oh=Math.floor,Na=t=>({x:t,y:t}),VF={left:"right",right:"left",bottom:"top",top:"bottom"},HF={start:"end",end:"start"};function s0(t,e,n){return rr(t,go(e,n))}function mi(t,e){return typeof t=="function"?t(e):t}function xi(t){return t.split("-")[0]}function zc(t){return t.split("-")[1]}function wy(t){return t==="x"?"y":"x"}function jy(t){return t==="y"?"height":"width"}const UF=new Set(["top","bottom"]);function ba(t){return UF.has(xi(t))?"y":"x"}function ky(t){return wy(ba(t))}function WF(t,e,n){n===void 0&&(n=!1);const r=zc(t),a=ky(t),i=jy(a);let o=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(o=qf(o)),[o,qf(o)]}function KF(t){const e=qf(t);return[r0(t),e,r0(e)]}function r0(t){return t.replace(/start|end/g,e=>HF[e])}const Dw=["left","right"],_w=["right","left"],qF=["top","bottom"],GF=["bottom","top"];function JF(t,e,n){switch(t){case"top":case"bottom":return n?e?_w:Dw:e?Dw:_w;case"left":case"right":return e?qF:GF;default:return[]}}function QF(t,e,n,r){const a=zc(t);let i=JF(xi(t),n==="start",r);return a&&(i=i.map(o=>o+"-"+a),e&&(i=i.concat(i.map(r0)))),i}function qf(t){return t.replace(/left|right|bottom|top/g,e=>VF[e])}function YF(t){return{top:0,right:0,bottom:0,left:0,...t}}function g3(t){return typeof t!="number"?YF(t):{top:t,right:t,bottom:t,left:t}}function Gf(t){const{x:e,y:n,width:r,height:a}=t;return{width:r,height:a,top:n,left:e,right:e+r,bottom:n+a,x:e,y:n}}function zw(t,e,n){let{reference:r,floating:a}=t;const i=ba(e),o=ky(e),c=jy(o),u=xi(e),h=i==="y",f=r.x+r.width/2-a.width/2,m=r.y+r.height/2-a.height/2,x=r[c]/2-a[c]/2;let y;switch(u){case"top":y={x:f,y:r.y-a.height};break;case"bottom":y={x:f,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:m};break;case"left":y={x:r.x-a.width,y:m};break;default:y={x:r.x,y:r.y}}switch(zc(e)){case"start":y[o]-=x*(n&&h?-1:1);break;case"end":y[o]+=x*(n&&h?-1:1);break}return y}async function XF(t,e){var n;e===void 0&&(e={});const{x:r,y:a,platform:i,rects:o,elements:c,strategy:u}=t,{boundary:h="clippingAncestors",rootBoundary:f="viewport",elementContext:m="floating",altBoundary:x=!1,padding:y=0}=mi(e,t),N=g3(y),j=c[x?m==="floating"?"reference":"floating":m],S=Gf(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(j)))==null||n?j:j.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:h,rootBoundary:f,strategy:u})),E=m==="floating"?{x:r,y:a,width:o.floating.width,height:o.floating.height}:o.reference,T=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),P=await(i.isElement==null?void 0:i.isElement(T))?await(i.getScale==null?void 0:i.getScale(T))||{x:1,y:1}:{x:1,y:1},O=Gf(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:E,offsetParent:T,strategy:u}):E);return{top:(S.top-O.top+N.top)/P.y,bottom:(O.bottom-S.bottom+N.bottom)/P.y,left:(S.left-O.left+N.left)/P.x,right:(O.right-S.right+N.right)/P.x}}const ZF=async(t,e,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:o}=n,c=i.filter(Boolean),u=await(o.isRTL==null?void 0:o.isRTL(e));let h=await o.getElementRects({reference:t,floating:e,strategy:a}),{x:f,y:m}=zw(h,r,u),x=r,y={},N=0;for(let j=0;j({name:"arrow",options:t,async fn(e){const{x:n,y:r,placement:a,rects:i,platform:o,elements:c,middlewareData:u}=e,{element:h,padding:f=0}=mi(t,e)||{};if(h==null)return{};const m=g3(f),x={x:n,y:r},y=ky(a),N=jy(y),w=await o.getDimensions(h),j=y==="y",S=j?"top":"left",E=j?"bottom":"right",T=j?"clientHeight":"clientWidth",P=i.reference[N]+i.reference[y]-x[y]-i.floating[N],O=x[y]-i.reference[y],q=await(o.getOffsetParent==null?void 0:o.getOffsetParent(h));let z=q?q[T]:0;(!z||!await(o.isElement==null?void 0:o.isElement(q)))&&(z=c.floating[T]||i.floating[N]);const V=P/2-O/2,I=z/2-w[N]/2-1,te=go(m[S],I),Q=go(m[E],I),F=te,re=z-w[N]-Q,ie=z/2-w[N]/2+V,J=s0(F,ie,re),$=!u.arrow&&zc(a)!=null&&ie!==J&&i.reference[N]/2-(ieie<=0)){var Q,F;const ie=(((Q=i.flip)==null?void 0:Q.index)||0)+1,J=z[ie];if(J&&(!(m==="alignment"?E!==ba(J):!1)||te.every(R=>ba(R.placement)===E?R.overflows[0]>0:!0)))return{data:{index:ie,overflows:te},reset:{placement:J}};let $=(F=te.filter(D=>D.overflows[0]<=0).sort((D,R)=>D.overflows[1]-R.overflows[1])[0])==null?void 0:F.placement;if(!$)switch(y){case"bestFit":{var re;const D=(re=te.filter(R=>{if(q){const oe=ba(R.placement);return oe===E||oe==="y"}return!0}).map(R=>[R.placement,R.overflows.filter(oe=>oe>0).reduce((oe,G)=>oe+G,0)]).sort((R,oe)=>R[1]-oe[1])[0])==null?void 0:re[0];D&&($=D);break}case"initialPlacement":$=c;break}if(a!==$)return{reset:{placement:$}}}return{}}}};function $w(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function Fw(t){return BF.some(e=>t[e]>=0)}const nB=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n,platform:r}=e,{strategy:a="referenceHidden",...i}=mi(t,e);switch(a){case"referenceHidden":{const o=await r.detectOverflow(e,{...i,elementContext:"reference"}),c=$w(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:Fw(c)}}}case"escaped":{const o=await r.detectOverflow(e,{...i,altBoundary:!0}),c=$w(o,n.floating);return{data:{escapedOffsets:c,escaped:Fw(c)}}}default:return{}}}}},y3=new Set(["left","top"]);async function sB(t,e){const{placement:n,platform:r,elements:a}=t,i=await(r.isRTL==null?void 0:r.isRTL(a.floating)),o=xi(n),c=zc(n),u=ba(n)==="y",h=y3.has(o)?-1:1,f=i&&u?-1:1,m=mi(e,t);let{mainAxis:x,crossAxis:y,alignmentAxis:N}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof N=="number"&&(y=c==="end"?N*-1:N),u?{x:y*f,y:x*h}:{x:x*h,y:y*f}}const rB=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:a,y:i,placement:o,middlewareData:c}=e,u=await sB(e,t);return o===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:a+u.x,y:i+u.y,data:{...u,placement:o}}}}},aB=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:a,platform:i}=e,{mainAxis:o=!0,crossAxis:c=!1,limiter:u={fn:S=>{let{x:E,y:T}=S;return{x:E,y:T}}},...h}=mi(t,e),f={x:n,y:r},m=await i.detectOverflow(e,h),x=ba(xi(a)),y=wy(x);let N=f[y],w=f[x];if(o){const S=y==="y"?"top":"left",E=y==="y"?"bottom":"right",T=N+m[S],P=N-m[E];N=s0(T,N,P)}if(c){const S=x==="y"?"top":"left",E=x==="y"?"bottom":"right",T=w+m[S],P=w-m[E];w=s0(T,w,P)}const j=u.fn({...e,[y]:N,[x]:w});return{...j,data:{x:j.x-n,y:j.y-r,enabled:{[y]:o,[x]:c}}}}}},iB=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:r,placement:a,rects:i,middlewareData:o}=e,{offset:c=0,mainAxis:u=!0,crossAxis:h=!0}=mi(t,e),f={x:n,y:r},m=ba(a),x=wy(m);let y=f[x],N=f[m];const w=mi(c,e),j=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(u){const T=x==="y"?"height":"width",P=i.reference[x]-i.floating[T]+j.mainAxis,O=i.reference[x]+i.reference[T]-j.mainAxis;yO&&(y=O)}if(h){var S,E;const T=x==="y"?"width":"height",P=y3.has(xi(a)),O=i.reference[m]-i.floating[T]+(P&&((S=o.offset)==null?void 0:S[m])||0)+(P?0:j.crossAxis),q=i.reference[m]+i.reference[T]+(P?0:((E=o.offset)==null?void 0:E[m])||0)-(P?j.crossAxis:0);Nq&&(N=q)}return{[x]:y,[m]:N}}}},oB=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,r;const{placement:a,rects:i,platform:o,elements:c}=e,{apply:u=()=>{},...h}=mi(t,e),f=await o.detectOverflow(e,h),m=xi(a),x=zc(a),y=ba(a)==="y",{width:N,height:w}=i.floating;let j,S;m==="top"||m==="bottom"?(j=m,S=x===(await(o.isRTL==null?void 0:o.isRTL(c.floating))?"start":"end")?"left":"right"):(S=m,j=x==="end"?"top":"bottom");const E=w-f.top-f.bottom,T=N-f.left-f.right,P=go(w-f[j],E),O=go(N-f[S],T),q=!e.middlewareData.shift;let z=P,V=O;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(V=T),(r=e.middlewareData.shift)!=null&&r.enabled.y&&(z=E),q&&!x){const te=rr(f.left,0),Q=rr(f.right,0),F=rr(f.top,0),re=rr(f.bottom,0);y?V=N-2*(te!==0||Q!==0?te+Q:rr(f.left,f.right)):z=w-2*(F!==0||re!==0?F+re:rr(f.top,f.bottom))}await u({...e,availableWidth:V,availableHeight:z});const I=await o.getDimensions(c.floating);return N!==I.width||w!==I.height?{reset:{rects:!0}}:{}}}};function jp(){return typeof window<"u"}function $c(t){return b3(t)?(t.nodeName||"").toLowerCase():"#document"}function lr(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Ta(t){var e;return(e=(b3(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function b3(t){return jp()?t instanceof Node||t instanceof lr(t).Node:!1}function Qr(t){return jp()?t instanceof Element||t instanceof lr(t).Element:!1}function ka(t){return jp()?t instanceof HTMLElement||t instanceof lr(t).HTMLElement:!1}function Bw(t){return!jp()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof lr(t).ShadowRoot}const lB=new Set(["inline","contents"]);function fu(t){const{overflow:e,overflowX:n,overflowY:r,display:a}=Yr(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!lB.has(a)}const cB=new Set(["table","td","th"]);function dB(t){return cB.has($c(t))}const uB=[":popover-open",":modal"];function kp(t){return uB.some(e=>{try{return t.matches(e)}catch{return!1}})}const hB=["transform","translate","scale","rotate","perspective"],fB=["transform","translate","scale","rotate","perspective","filter"],pB=["paint","layout","strict","content"];function Sy(t){const e=Cy(),n=Qr(t)?Yr(t):t;return hB.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||fB.some(r=>(n.willChange||"").includes(r))||pB.some(r=>(n.contain||"").includes(r))}function mB(t){let e=yo(t);for(;ka(e)&&!Ic(e);){if(Sy(e))return e;if(kp(e))return null;e=yo(e)}return null}function Cy(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const xB=new Set(["html","body","#document"]);function Ic(t){return xB.has($c(t))}function Yr(t){return lr(t).getComputedStyle(t)}function Sp(t){return Qr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function yo(t){if($c(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Bw(t)&&t.host||Ta(t);return Bw(e)?e.host:e}function v3(t){const e=yo(t);return Ic(e)?t.ownerDocument?t.ownerDocument.body:t.body:ka(e)&&fu(e)?e:v3(e)}function su(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const a=v3(t),i=a===((r=t.ownerDocument)==null?void 0:r.body),o=lr(a);if(i){const c=a0(o);return e.concat(o,o.visualViewport||[],fu(a)?a:[],c&&n?su(c):[])}return e.concat(a,su(a,[],n))}function a0(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function N3(t){const e=Yr(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const a=ka(t),i=a?t.offsetWidth:n,o=a?t.offsetHeight:r,c=Kf(n)!==i||Kf(r)!==o;return c&&(n=i,r=o),{width:n,height:r,$:c}}function Ty(t){return Qr(t)?t:t.contextElement}function yc(t){const e=Ty(t);if(!ka(e))return Na(1);const n=e.getBoundingClientRect(),{width:r,height:a,$:i}=N3(e);let o=(i?Kf(n.width):n.width)/r,c=(i?Kf(n.height):n.height)/a;return(!o||!Number.isFinite(o))&&(o=1),(!c||!Number.isFinite(c))&&(c=1),{x:o,y:c}}const gB=Na(0);function w3(t){const e=lr(t);return!Cy()||!e.visualViewport?gB:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function yB(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==lr(t)?!1:e}function vl(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),i=Ty(t);let o=Na(1);e&&(r?Qr(r)&&(o=yc(r)):o=yc(t));const c=yB(i,n,r)?w3(i):Na(0);let u=(a.left+c.x)/o.x,h=(a.top+c.y)/o.y,f=a.width/o.x,m=a.height/o.y;if(i){const x=lr(i),y=r&&Qr(r)?lr(r):r;let N=x,w=a0(N);for(;w&&r&&y!==N;){const j=yc(w),S=w.getBoundingClientRect(),E=Yr(w),T=S.left+(w.clientLeft+parseFloat(E.paddingLeft))*j.x,P=S.top+(w.clientTop+parseFloat(E.paddingTop))*j.y;u*=j.x,h*=j.y,f*=j.x,m*=j.y,u+=T,h+=P,N=lr(w),w=a0(N)}}return Gf({width:f,height:m,x:u,y:h})}function Cp(t,e){const n=Sp(t).scrollLeft;return e?e.left+n:vl(Ta(t)).left+n}function j3(t,e){const n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-Cp(t,n),a=n.top+e.scrollTop;return{x:r,y:a}}function bB(t){let{elements:e,rect:n,offsetParent:r,strategy:a}=t;const i=a==="fixed",o=Ta(r),c=e?kp(e.floating):!1;if(r===o||c&&i)return n;let u={scrollLeft:0,scrollTop:0},h=Na(1);const f=Na(0),m=ka(r);if((m||!m&&!i)&&(($c(r)!=="body"||fu(o))&&(u=Sp(r)),ka(r))){const y=vl(r);h=yc(r),f.x=y.x+r.clientLeft,f.y=y.y+r.clientTop}const x=o&&!m&&!i?j3(o,u):Na(0);return{width:n.width*h.x,height:n.height*h.y,x:n.x*h.x-u.scrollLeft*h.x+f.x+x.x,y:n.y*h.y-u.scrollTop*h.y+f.y+x.y}}function vB(t){return Array.from(t.getClientRects())}function NB(t){const e=Ta(t),n=Sp(t),r=t.ownerDocument.body,a=rr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=rr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+Cp(t);const c=-n.scrollTop;return Yr(r).direction==="rtl"&&(o+=rr(e.clientWidth,r.clientWidth)-a),{width:a,height:i,x:o,y:c}}const Vw=25;function wB(t,e){const n=lr(t),r=Ta(t),a=n.visualViewport;let i=r.clientWidth,o=r.clientHeight,c=0,u=0;if(a){i=a.width,o=a.height;const f=Cy();(!f||f&&e==="fixed")&&(c=a.offsetLeft,u=a.offsetTop)}const h=Cp(r);if(h<=0){const f=r.ownerDocument,m=f.body,x=getComputedStyle(m),y=f.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,N=Math.abs(r.clientWidth-m.clientWidth-y);N<=Vw&&(i-=N)}else h<=Vw&&(i+=h);return{width:i,height:o,x:c,y:u}}const jB=new Set(["absolute","fixed"]);function kB(t,e){const n=vl(t,!0,e==="fixed"),r=n.top+t.clientTop,a=n.left+t.clientLeft,i=ka(t)?yc(t):Na(1),o=t.clientWidth*i.x,c=t.clientHeight*i.y,u=a*i.x,h=r*i.y;return{width:o,height:c,x:u,y:h}}function Hw(t,e,n){let r;if(e==="viewport")r=wB(t,n);else if(e==="document")r=NB(Ta(t));else if(Qr(e))r=kB(e,n);else{const a=w3(t);r={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return Gf(r)}function k3(t,e){const n=yo(t);return n===e||!Qr(n)||Ic(n)?!1:Yr(n).position==="fixed"||k3(n,e)}function SB(t,e){const n=e.get(t);if(n)return n;let r=su(t,[],!1).filter(c=>Qr(c)&&$c(c)!=="body"),a=null;const i=Yr(t).position==="fixed";let o=i?yo(t):t;for(;Qr(o)&&!Ic(o);){const c=Yr(o),u=Sy(o);!u&&c.position==="fixed"&&(a=null),(i?!u&&!a:!u&&c.position==="static"&&!!a&&jB.has(a.position)||fu(o)&&!u&&k3(t,o))?r=r.filter(f=>f!==o):a=c,o=yo(o)}return e.set(t,r),r}function CB(t){let{element:e,boundary:n,rootBoundary:r,strategy:a}=t;const o=[...n==="clippingAncestors"?kp(e)?[]:SB(e,this._c):[].concat(n),r],c=o[0],u=o.reduce((h,f)=>{const m=Hw(e,f,a);return h.top=rr(m.top,h.top),h.right=go(m.right,h.right),h.bottom=go(m.bottom,h.bottom),h.left=rr(m.left,h.left),h},Hw(e,c,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function TB(t){const{width:e,height:n}=N3(t);return{width:e,height:n}}function EB(t,e,n){const r=ka(e),a=Ta(e),i=n==="fixed",o=vl(t,!0,i,e);let c={scrollLeft:0,scrollTop:0};const u=Na(0);function h(){u.x=Cp(a)}if(r||!r&&!i)if(($c(e)!=="body"||fu(a))&&(c=Sp(e)),r){const y=vl(e,!0,i,e);u.x=y.x+e.clientLeft,u.y=y.y+e.clientTop}else a&&h();i&&!r&&a&&h();const f=a&&!r&&!i?j3(a,c):Na(0),m=o.left+c.scrollLeft-u.x-f.x,x=o.top+c.scrollTop-u.y-f.y;return{x:m,y:x,width:o.width,height:o.height}}function Qx(t){return Yr(t).position==="static"}function Uw(t,e){if(!ka(t)||Yr(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return Ta(t)===n&&(n=n.ownerDocument.body),n}function S3(t,e){const n=lr(t);if(kp(t))return n;if(!ka(t)){let a=yo(t);for(;a&&!Ic(a);){if(Qr(a)&&!Qx(a))return a;a=yo(a)}return n}let r=Uw(t,e);for(;r&&dB(r)&&Qx(r);)r=Uw(r,e);return r&&Ic(r)&&Qx(r)&&!Sy(r)?n:r||mB(t)||n}const MB=async function(t){const e=this.getOffsetParent||S3,n=this.getDimensions,r=await n(t.floating);return{reference:EB(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function AB(t){return Yr(t).direction==="rtl"}const IB={convertOffsetParentRelativeRectToViewportRelativeRect:bB,getDocumentElement:Ta,getClippingRect:CB,getOffsetParent:S3,getElementRects:MB,getClientRects:vB,getDimensions:TB,getScale:yc,isElement:Qr,isRTL:AB};function C3(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function RB(t,e){let n=null,r;const a=Ta(t);function i(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function o(c,u){c===void 0&&(c=!1),u===void 0&&(u=1),i();const h=t.getBoundingClientRect(),{left:f,top:m,width:x,height:y}=h;if(c||e(),!x||!y)return;const N=Oh(m),w=Oh(a.clientWidth-(f+x)),j=Oh(a.clientHeight-(m+y)),S=Oh(f),T={rootMargin:-N+"px "+-w+"px "+-j+"px "+-S+"px",threshold:rr(0,go(1,u))||1};let P=!0;function O(q){const z=q[0].intersectionRatio;if(z!==u){if(!P)return o();z?o(!1,z):r=setTimeout(()=>{o(!1,1e-7)},1e3)}z===1&&!C3(h,t.getBoundingClientRect())&&o(),P=!1}try{n=new IntersectionObserver(O,{...T,root:a.ownerDocument})}catch{n=new IntersectionObserver(O,T)}n.observe(t)}return o(!0),i}function PB(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,h=Ty(t),f=a||i?[...h?su(h):[],...su(e)]:[];f.forEach(S=>{a&&S.addEventListener("scroll",n,{passive:!0}),i&&S.addEventListener("resize",n)});const m=h&&c?RB(h,n):null;let x=-1,y=null;o&&(y=new ResizeObserver(S=>{let[E]=S;E&&E.target===h&&y&&(y.unobserve(e),cancelAnimationFrame(x),x=requestAnimationFrame(()=>{var T;(T=y)==null||T.observe(e)})),n()}),h&&!u&&y.observe(h),y.observe(e));let N,w=u?vl(t):null;u&&j();function j(){const S=vl(t);w&&!C3(w,S)&&n(),w=S,N=requestAnimationFrame(j)}return n(),()=>{var S;f.forEach(E=>{a&&E.removeEventListener("scroll",n),i&&E.removeEventListener("resize",n)}),m==null||m(),(S=y)==null||S.disconnect(),y=null,u&&cancelAnimationFrame(N)}}const OB=rB,LB=aB,DB=tB,_B=oB,zB=nB,Ww=eB,$B=iB,FB=(t,e,n)=>{const r=new Map,a={platform:IB,...n},i={...a.platform,_c:r};return ZF(t,e,{...a,platform:i})};var BB=typeof document<"u",VB=function(){},Uh=BB?b.useLayoutEffect:VB;function Jf(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,a;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!Jf(t[r],e[r]))return!1;return!0}if(a=Object.keys(t),n=a.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,a[r]))return!1;for(r=n;r--!==0;){const i=a[r];if(!(i==="_owner"&&t.$$typeof)&&!Jf(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function T3(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function Kw(t,e){const n=T3(t);return Math.round(e*n)/n}function Yx(t){const e=b.useRef(t);return Uh(()=>{e.current=t}),e}function HB(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:o}={},transform:c=!0,whileElementsMounted:u,open:h}=t,[f,m]=b.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[x,y]=b.useState(r);Jf(x,r)||y(r);const[N,w]=b.useState(null),[j,S]=b.useState(null),E=b.useCallback(R=>{R!==q.current&&(q.current=R,w(R))},[]),T=b.useCallback(R=>{R!==z.current&&(z.current=R,S(R))},[]),P=i||N,O=o||j,q=b.useRef(null),z=b.useRef(null),V=b.useRef(f),I=u!=null,te=Yx(u),Q=Yx(a),F=Yx(h),re=b.useCallback(()=>{if(!q.current||!z.current)return;const R={placement:e,strategy:n,middleware:x};Q.current&&(R.platform=Q.current),FB(q.current,z.current,R).then(oe=>{const G={...oe,isPositioned:F.current!==!1};ie.current&&!Jf(V.current,G)&&(V.current=G,au.flushSync(()=>{m(G)}))})},[x,e,n,Q,F]);Uh(()=>{h===!1&&V.current.isPositioned&&(V.current.isPositioned=!1,m(R=>({...R,isPositioned:!1})))},[h]);const ie=b.useRef(!1);Uh(()=>(ie.current=!0,()=>{ie.current=!1}),[]),Uh(()=>{if(P&&(q.current=P),O&&(z.current=O),P&&O){if(te.current)return te.current(P,O,re);re()}},[P,O,re,te,I]);const J=b.useMemo(()=>({reference:q,floating:z,setReference:E,setFloating:T}),[E,T]),$=b.useMemo(()=>({reference:P,floating:O}),[P,O]),D=b.useMemo(()=>{const R={position:n,left:0,top:0};if(!$.floating)return R;const oe=Kw($.floating,f.x),G=Kw($.floating,f.y);return c?{...R,transform:"translate("+oe+"px, "+G+"px)",...T3($.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:oe,top:G}},[n,c,$.floating,f.x,f.y]);return b.useMemo(()=>({...f,update:re,refs:J,elements:$,floatingStyles:D}),[f,re,J,$,D])}const UB=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:r,padding:a}=typeof t=="function"?t(n):t;return r&&e(r)?r.current!=null?Ww({element:r.current,padding:a}).fn(n):{}:r?Ww({element:r,padding:a}).fn(n):{}}}},WB=(t,e)=>({...OB(t),options:[t,e]}),KB=(t,e)=>({...LB(t),options:[t,e]}),qB=(t,e)=>({...$B(t),options:[t,e]}),GB=(t,e)=>({...DB(t),options:[t,e]}),JB=(t,e)=>({..._B(t),options:[t,e]}),QB=(t,e)=>({...zB(t),options:[t,e]}),YB=(t,e)=>({...UB(t),options:[t,e]});var XB="Arrow",E3=b.forwardRef((t,e)=>{const{children:n,width:r=10,height:a=5,...i}=t;return s.jsx(bt.svg,{...i,ref:e,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:s.jsx("polygon",{points:"0,0 30,0 15,10"})})});E3.displayName=XB;var ZB=E3,Ey="Popper",[M3,A3]=No(Ey),[e9,I3]=M3(Ey),R3=t=>{const{__scopePopper:e,children:n}=t,[r,a]=b.useState(null);return s.jsx(e9,{scope:e,anchor:r,onAnchorChange:a,children:n})};R3.displayName=Ey;var P3="PopperAnchor",O3=b.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:r,...a}=t,i=I3(P3,n),o=b.useRef(null),c=Ht(e,o),u=b.useRef(null);return b.useEffect(()=>{const h=u.current;u.current=(r==null?void 0:r.current)||o.current,h!==u.current&&i.onAnchorChange(u.current)}),r?null:s.jsx(bt.div,{...a,ref:c})});O3.displayName=P3;var My="PopperContent",[t9,n9]=M3(My),L3=b.forwardRef((t,e)=>{var le,de,ve,ye,ke,ze;const{__scopePopper:n,side:r="bottom",sideOffset:a=0,align:i="center",alignOffset:o=0,arrowPadding:c=0,avoidCollisions:u=!0,collisionBoundary:h=[],collisionPadding:f=0,sticky:m="partial",hideWhenDetached:x=!1,updatePositionStrategy:y="optimized",onPlaced:N,...w}=t,j=I3(My,n),[S,E]=b.useState(null),T=Ht(e,ft=>E(ft)),[P,O]=b.useState(null),q=A0(P),z=(q==null?void 0:q.width)??0,V=(q==null?void 0:q.height)??0,I=r+(i!=="center"?"-"+i:""),te=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},Q=Array.isArray(h)?h:[h],F=Q.length>0,re={padding:te,boundary:Q.filter(r9),altBoundary:F},{refs:ie,floatingStyles:J,placement:$,isPositioned:D,middlewareData:R}=HB({strategy:"fixed",placement:I,whileElementsMounted:(...ft)=>PB(...ft,{animationFrame:y==="always"}),elements:{reference:j.anchor},middleware:[WB({mainAxis:a+V,alignmentAxis:o}),u&&KB({mainAxis:!0,crossAxis:!1,limiter:m==="partial"?qB():void 0,...re}),u&&GB({...re}),JB({...re,apply:({elements:ft,rects:wt,availableWidth:dt,availableHeight:Rt})=>{const{width:Tt,height:Tn}=wt.reference,mn=ft.floating.style;mn.setProperty("--radix-popper-available-width",`${dt}px`),mn.setProperty("--radix-popper-available-height",`${Rt}px`),mn.setProperty("--radix-popper-anchor-width",`${Tt}px`),mn.setProperty("--radix-popper-anchor-height",`${Tn}px`)}}),P&&YB({element:P,padding:c}),a9({arrowWidth:z,arrowHeight:V}),x&&QB({strategy:"referenceHidden",...re})]}),[oe,G]=z3($),_=po(N);Ns(()=>{D&&(_==null||_())},[D,_]);const U=(le=R.arrow)==null?void 0:le.x,H=(de=R.arrow)==null?void 0:de.y,K=((ve=R.arrow)==null?void 0:ve.centerOffset)!==0,[me,Y]=b.useState();return Ns(()=>{S&&Y(window.getComputedStyle(S).zIndex)},[S]),s.jsx("div",{ref:ie.setFloating,"data-radix-popper-content-wrapper":"",style:{...J,transform:D?J.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:me,"--radix-popper-transform-origin":[(ye=R.transformOrigin)==null?void 0:ye.x,(ke=R.transformOrigin)==null?void 0:ke.y].join(" "),...((ze=R.hide)==null?void 0:ze.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:s.jsx(t9,{scope:n,placedSide:oe,onArrowChange:O,arrowX:U,arrowY:H,shouldHideArrow:K,children:s.jsx(bt.div,{"data-side":oe,"data-align":G,...w,ref:T,style:{...w.style,animation:D?void 0:"none"}})})})});L3.displayName=My;var D3="PopperArrow",s9={top:"bottom",right:"left",bottom:"top",left:"right"},_3=b.forwardRef(function(e,n){const{__scopePopper:r,...a}=e,i=n9(D3,r),o=s9[i.placedSide];return s.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:s.jsx(ZB,{...a,ref:n,style:{...a.style,display:"block"}})})});_3.displayName=D3;function r9(t){return t!==null}var a9=t=>({name:"transformOrigin",options:t,fn(e){var j,S,E;const{placement:n,rects:r,middlewareData:a}=e,o=((j=a.arrow)==null?void 0:j.centerOffset)!==0,c=o?0:t.arrowWidth,u=o?0:t.arrowHeight,[h,f]=z3(n),m={start:"0%",center:"50%",end:"100%"}[f],x=(((S=a.arrow)==null?void 0:S.x)??0)+c/2,y=(((E=a.arrow)==null?void 0:E.y)??0)+u/2;let N="",w="";return h==="bottom"?(N=o?m:`${x}px`,w=`${-u}px`):h==="top"?(N=o?m:`${x}px`,w=`${r.floating.height+u}px`):h==="right"?(N=`${-u}px`,w=o?m:`${y}px`):h==="left"&&(N=`${r.floating.width+u}px`,w=o?m:`${y}px`),{data:{x:N,y:w}}}});function z3(t){const[e,n="center"]=t.split("-");return[e,n]}var i9=R3,o9=O3,l9=L3,c9=_3,$3=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),d9="VisuallyHidden",u9=b.forwardRef((t,e)=>s.jsx(bt.span,{...t,ref:e,style:{...$3,...t.style}}));u9.displayName=d9;var h9=[" ","Enter","ArrowUp","ArrowDown"],f9=[" ","Enter"],Nl="Select",[Tp,Ep,p9]=T0(Nl),[Fc]=No(Nl,[p9,A3]),Mp=A3(),[m9,So]=Fc(Nl),[x9,g9]=Fc(Nl),F3=t=>{const{__scopeSelect:e,children:n,open:r,defaultOpen:a,onOpenChange:i,value:o,defaultValue:c,onValueChange:u,dir:h,name:f,autoComplete:m,disabled:x,required:y,form:N}=t,w=Mp(e),[j,S]=b.useState(null),[E,T]=b.useState(null),[P,O]=b.useState(!1),q=sp(h),[z,V]=cl({prop:r,defaultProp:a??!1,onChange:i,caller:Nl}),[I,te]=cl({prop:o,defaultProp:c,onChange:u,caller:Nl}),Q=b.useRef(null),F=j?N||!!j.closest("form"):!0,[re,ie]=b.useState(new Set),J=Array.from(re).map($=>$.props.value).join(";");return s.jsx(i9,{...w,children:s.jsxs(m9,{required:y,scope:e,trigger:j,onTriggerChange:S,valueNode:E,onValueNodeChange:T,valueNodeHasChildren:P,onValueNodeHasChildrenChange:O,contentId:oo(),value:I,onValueChange:te,open:z,onOpenChange:V,dir:q,triggerPointerDownPosRef:Q,disabled:x,children:[s.jsx(Tp.Provider,{scope:e,children:s.jsx(x9,{scope:t.__scopeSelect,onNativeOptionAdd:b.useCallback($=>{ie(D=>new Set(D).add($))},[]),onNativeOptionRemove:b.useCallback($=>{ie(D=>{const R=new Set(D);return R.delete($),R})},[]),children:n})}),F?s.jsxs(l4,{"aria-hidden":!0,required:y,tabIndex:-1,name:f,autoComplete:m,value:I,onChange:$=>te($.target.value),disabled:x,form:N,children:[I===void 0?s.jsx("option",{value:""}):null,Array.from(re)]},J):null]})})};F3.displayName=Nl;var B3="SelectTrigger",V3=b.forwardRef((t,e)=>{const{__scopeSelect:n,disabled:r=!1,...a}=t,i=Mp(n),o=So(B3,n),c=o.disabled||r,u=Ht(e,o.onTriggerChange),h=Ep(n),f=b.useRef("touch"),[m,x,y]=d4(w=>{const j=h().filter(T=>!T.disabled),S=j.find(T=>T.value===o.value),E=u4(j,w,S);E!==void 0&&o.onValueChange(E.value)}),N=w=>{c||(o.onOpenChange(!0),y()),w&&(o.triggerPointerDownPosRef.current={x:Math.round(w.pageX),y:Math.round(w.pageY)})};return s.jsx(o9,{asChild:!0,...i,children:s.jsx(bt.button,{type:"button",role:"combobox","aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":"none",dir:o.dir,"data-state":o.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":c4(o.value)?"":void 0,...a,ref:u,onClick:mt(a.onClick,w=>{w.currentTarget.focus(),f.current!=="mouse"&&N(w)}),onPointerDown:mt(a.onPointerDown,w=>{f.current=w.pointerType;const j=w.target;j.hasPointerCapture(w.pointerId)&&j.releasePointerCapture(w.pointerId),w.button===0&&w.ctrlKey===!1&&w.pointerType==="mouse"&&(N(w),w.preventDefault())}),onKeyDown:mt(a.onKeyDown,w=>{const j=m.current!=="";!(w.ctrlKey||w.altKey||w.metaKey)&&w.key.length===1&&x(w.key),!(j&&w.key===" ")&&h9.includes(w.key)&&(N(),w.preventDefault())})})})});V3.displayName=B3;var H3="SelectValue",U3=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,children:i,placeholder:o="",...c}=t,u=So(H3,n),{onValueNodeHasChildrenChange:h}=u,f=i!==void 0,m=Ht(e,u.onValueNodeChange);return Ns(()=>{h(f)},[h,f]),s.jsx(bt.span,{...c,ref:m,style:{pointerEvents:"none"},children:c4(u.value)?s.jsx(s.Fragment,{children:o}):i})});U3.displayName=H3;var y9="SelectIcon",W3=b.forwardRef((t,e)=>{const{__scopeSelect:n,children:r,...a}=t;return s.jsx(bt.span,{"aria-hidden":!0,...a,ref:e,children:r||"▼"})});W3.displayName=y9;var b9="SelectPortal",K3=t=>s.jsx(w0,{asChild:!0,...t});K3.displayName=b9;var wl="SelectContent",q3=b.forwardRef((t,e)=>{const n=So(wl,t.__scopeSelect),[r,a]=b.useState();if(Ns(()=>{a(new DocumentFragment)},[]),!n.open){const i=r;return i?au.createPortal(s.jsx(G3,{scope:t.__scopeSelect,children:s.jsx(Tp.Slot,{scope:t.__scopeSelect,children:s.jsx("div",{children:t.children})})}),i):null}return s.jsx(J3,{...t,ref:e})});q3.displayName=wl;var Kr=10,[G3,Co]=Fc(wl),v9="SelectContentImpl",N9=Ud("SelectContent.RemoveScroll"),J3=b.forwardRef((t,e)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:i,onPointerDownOutside:o,side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:x,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:j,...S}=t,E=So(wl,n),[T,P]=b.useState(null),[O,q]=b.useState(null),z=Ht(e,le=>P(le)),[V,I]=b.useState(null),[te,Q]=b.useState(null),F=Ep(n),[re,ie]=b.useState(!1),J=b.useRef(!1);b.useEffect(()=>{if(T)return lk(T)},[T]),Zj();const $=b.useCallback(le=>{const[de,...ve]=F().map(ze=>ze.ref.current),[ye]=ve.slice(-1),ke=document.activeElement;for(const ze of le)if(ze===ke||(ze==null||ze.scrollIntoView({block:"nearest"}),ze===de&&O&&(O.scrollTop=0),ze===ye&&O&&(O.scrollTop=O.scrollHeight),ze==null||ze.focus(),document.activeElement!==ke))return},[F,O]),D=b.useCallback(()=>$([V,T]),[$,V,T]);b.useEffect(()=>{re&&D()},[re,D]);const{onOpenChange:R,triggerPointerDownPosRef:oe}=E;b.useEffect(()=>{if(T){let le={x:0,y:0};const de=ye=>{var ke,ze;le={x:Math.abs(Math.round(ye.pageX)-(((ke=oe.current)==null?void 0:ke.x)??0)),y:Math.abs(Math.round(ye.pageY)-(((ze=oe.current)==null?void 0:ze.y)??0))}},ve=ye=>{le.x<=10&&le.y<=10?ye.preventDefault():T.contains(ye.target)||R(!1),document.removeEventListener("pointermove",de),oe.current=null};return oe.current!==null&&(document.addEventListener("pointermove",de),document.addEventListener("pointerup",ve,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",de),document.removeEventListener("pointerup",ve,{capture:!0})}}},[T,R,oe]),b.useEffect(()=>{const le=()=>R(!1);return window.addEventListener("blur",le),window.addEventListener("resize",le),()=>{window.removeEventListener("blur",le),window.removeEventListener("resize",le)}},[R]);const[G,_]=d4(le=>{const de=F().filter(ke=>!ke.disabled),ve=de.find(ke=>ke.ref.current===document.activeElement),ye=u4(de,le,ve);ye&&setTimeout(()=>ye.ref.current.focus())}),U=b.useCallback((le,de,ve)=>{const ye=!J.current&&!ve;(E.value!==void 0&&E.value===de||ye)&&(I(le),ye&&(J.current=!0))},[E.value]),H=b.useCallback(()=>T==null?void 0:T.focus(),[T]),K=b.useCallback((le,de,ve)=>{const ye=!J.current&&!ve;(E.value!==void 0&&E.value===de||ye)&&Q(le)},[E.value]),me=r==="popper"?i0:Q3,Y=me===i0?{side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:x,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:j}:{};return s.jsx(G3,{scope:n,content:T,viewport:O,onViewportChange:q,itemRefCallback:U,selectedItem:V,onItemLeave:H,itemTextRefCallback:K,focusSelectedItem:D,selectedItemText:te,position:r,isPositioned:re,searchRef:G,children:s.jsx(j0,{as:N9,allowPinchZoom:!0,children:s.jsx(N0,{asChild:!0,trapped:E.open,onMountAutoFocus:le=>{le.preventDefault()},onUnmountAutoFocus:mt(a,le=>{var de;(de=E.trigger)==null||de.focus({preventScroll:!0}),le.preventDefault()}),children:s.jsx(v0,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:o,onFocusOutside:le=>le.preventDefault(),onDismiss:()=>E.onOpenChange(!1),children:s.jsx(me,{role:"listbox",id:E.contentId,"data-state":E.open?"open":"closed",dir:E.dir,onContextMenu:le=>le.preventDefault(),...S,...Y,onPlaced:()=>ie(!0),ref:z,style:{display:"flex",flexDirection:"column",outline:"none",...S.style},onKeyDown:mt(S.onKeyDown,le=>{const de=le.ctrlKey||le.altKey||le.metaKey;if(le.key==="Tab"&&le.preventDefault(),!de&&le.key.length===1&&_(le.key),["ArrowUp","ArrowDown","Home","End"].includes(le.key)){let ye=F().filter(ke=>!ke.disabled).map(ke=>ke.ref.current);if(["ArrowUp","End"].includes(le.key)&&(ye=ye.slice().reverse()),["ArrowUp","ArrowDown"].includes(le.key)){const ke=le.target,ze=ye.indexOf(ke);ye=ye.slice(ze+1)}setTimeout(()=>$(ye)),le.preventDefault()}})})})})})})});J3.displayName=v9;var w9="SelectItemAlignedPosition",Q3=b.forwardRef((t,e)=>{const{__scopeSelect:n,onPlaced:r,...a}=t,i=So(wl,n),o=Co(wl,n),[c,u]=b.useState(null),[h,f]=b.useState(null),m=Ht(e,z=>f(z)),x=Ep(n),y=b.useRef(!1),N=b.useRef(!0),{viewport:w,selectedItem:j,selectedItemText:S,focusSelectedItem:E}=o,T=b.useCallback(()=>{if(i.trigger&&i.valueNode&&c&&h&&w&&j&&S){const z=i.trigger.getBoundingClientRect(),V=h.getBoundingClientRect(),I=i.valueNode.getBoundingClientRect(),te=S.getBoundingClientRect();if(i.dir!=="rtl"){const ke=te.left-V.left,ze=I.left-ke,ft=z.left-ze,wt=z.width+ft,dt=Math.max(wt,V.width),Rt=window.innerWidth-Kr,Tt=tf(ze,[Kr,Math.max(Kr,Rt-dt)]);c.style.minWidth=wt+"px",c.style.left=Tt+"px"}else{const ke=V.right-te.right,ze=window.innerWidth-I.right-ke,ft=window.innerWidth-z.right-ze,wt=z.width+ft,dt=Math.max(wt,V.width),Rt=window.innerWidth-Kr,Tt=tf(ze,[Kr,Math.max(Kr,Rt-dt)]);c.style.minWidth=wt+"px",c.style.right=Tt+"px"}const Q=x(),F=window.innerHeight-Kr*2,re=w.scrollHeight,ie=window.getComputedStyle(h),J=parseInt(ie.borderTopWidth,10),$=parseInt(ie.paddingTop,10),D=parseInt(ie.borderBottomWidth,10),R=parseInt(ie.paddingBottom,10),oe=J+$+re+R+D,G=Math.min(j.offsetHeight*5,oe),_=window.getComputedStyle(w),U=parseInt(_.paddingTop,10),H=parseInt(_.paddingBottom,10),K=z.top+z.height/2-Kr,me=F-K,Y=j.offsetHeight/2,le=j.offsetTop+Y,de=J+$+le,ve=oe-de;if(de<=K){const ke=Q.length>0&&j===Q[Q.length-1].ref.current;c.style.bottom="0px";const ze=h.clientHeight-w.offsetTop-w.offsetHeight,ft=Math.max(me,Y+(ke?H:0)+ze+D),wt=de+ft;c.style.height=wt+"px"}else{const ke=Q.length>0&&j===Q[0].ref.current;c.style.top="0px";const ft=Math.max(K,J+w.offsetTop+(ke?U:0)+Y)+ve;c.style.height=ft+"px",w.scrollTop=de-K+w.offsetTop}c.style.margin=`${Kr}px 0`,c.style.minHeight=G+"px",c.style.maxHeight=F+"px",r==null||r(),requestAnimationFrame(()=>y.current=!0)}},[x,i.trigger,i.valueNode,c,h,w,j,S,i.dir,r]);Ns(()=>T(),[T]);const[P,O]=b.useState();Ns(()=>{h&&O(window.getComputedStyle(h).zIndex)},[h]);const q=b.useCallback(z=>{z&&N.current===!0&&(T(),E==null||E(),N.current=!1)},[T,E]);return s.jsx(k9,{scope:n,contentWrapper:c,shouldExpandOnScrollRef:y,onScrollButtonChange:q,children:s.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:P},children:s.jsx(bt.div,{...a,ref:m,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})});Q3.displayName=w9;var j9="SelectPopperPosition",i0=b.forwardRef((t,e)=>{const{__scopeSelect:n,align:r="start",collisionPadding:a=Kr,...i}=t,o=Mp(n);return s.jsx(l9,{...o,...i,ref:e,align:r,collisionPadding:a,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});i0.displayName=j9;var[k9,Ay]=Fc(wl,{}),o0="SelectViewport",Y3=b.forwardRef((t,e)=>{const{__scopeSelect:n,nonce:r,...a}=t,i=Co(o0,n),o=Ay(o0,n),c=Ht(e,i.onViewportChange),u=b.useRef(0);return s.jsxs(s.Fragment,{children:[s.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),s.jsx(Tp.Slot,{scope:n,children:s.jsx(bt.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:mt(a.onScroll,h=>{const f=h.currentTarget,{contentWrapper:m,shouldExpandOnScrollRef:x}=o;if(x!=null&&x.current&&m){const y=Math.abs(u.current-f.scrollTop);if(y>0){const N=window.innerHeight-Kr*2,w=parseFloat(m.style.minHeight),j=parseFloat(m.style.height),S=Math.max(w,j);if(S0?P:0,m.style.justifyContent="flex-end")}}}u.current=f.scrollTop})})})]})});Y3.displayName=o0;var X3="SelectGroup",[S9,C9]=Fc(X3),T9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=oo();return s.jsx(S9,{scope:n,id:a,children:s.jsx(bt.div,{role:"group","aria-labelledby":a,...r,ref:e})})});T9.displayName=X3;var Z3="SelectLabel",E9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=C9(Z3,n);return s.jsx(bt.div,{id:a.id,...r,ref:e})});E9.displayName=Z3;var Qf="SelectItem",[M9,e4]=Fc(Qf),t4=b.forwardRef((t,e)=>{const{__scopeSelect:n,value:r,disabled:a=!1,textValue:i,...o}=t,c=So(Qf,n),u=Co(Qf,n),h=c.value===r,[f,m]=b.useState(i??""),[x,y]=b.useState(!1),N=Ht(e,E=>{var T;return(T=u.itemRefCallback)==null?void 0:T.call(u,E,r,a)}),w=oo(),j=b.useRef("touch"),S=()=>{a||(c.onValueChange(r),c.onOpenChange(!1))};if(r==="")throw new Error("A must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return s.jsx(M9,{scope:n,value:r,disabled:a,textId:w,isSelected:h,onItemTextChange:b.useCallback(E=>{m(T=>T||((E==null?void 0:E.textContent)??"").trim())},[]),children:s.jsx(Tp.ItemSlot,{scope:n,value:r,disabled:a,textValue:f,children:s.jsx(bt.div,{role:"option","aria-labelledby":w,"data-highlighted":x?"":void 0,"aria-selected":h&&x,"data-state":h?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...o,ref:N,onFocus:mt(o.onFocus,()=>y(!0)),onBlur:mt(o.onBlur,()=>y(!1)),onClick:mt(o.onClick,()=>{j.current!=="mouse"&&S()}),onPointerUp:mt(o.onPointerUp,()=>{j.current==="mouse"&&S()}),onPointerDown:mt(o.onPointerDown,E=>{j.current=E.pointerType}),onPointerMove:mt(o.onPointerMove,E=>{var T;j.current=E.pointerType,a?(T=u.onItemLeave)==null||T.call(u):j.current==="mouse"&&E.currentTarget.focus({preventScroll:!0})}),onPointerLeave:mt(o.onPointerLeave,E=>{var T;E.currentTarget===document.activeElement&&((T=u.onItemLeave)==null||T.call(u))}),onKeyDown:mt(o.onKeyDown,E=>{var P;((P=u.searchRef)==null?void 0:P.current)!==""&&E.key===" "||(f9.includes(E.key)&&S(),E.key===" "&&E.preventDefault())})})})})});t4.displayName=Qf;var Td="SelectItemText",n4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,...i}=t,o=So(Td,n),c=Co(Td,n),u=e4(Td,n),h=g9(Td,n),[f,m]=b.useState(null),x=Ht(e,S=>m(S),u.onItemTextChange,S=>{var E;return(E=c.itemTextRefCallback)==null?void 0:E.call(c,S,u.value,u.disabled)}),y=f==null?void 0:f.textContent,N=b.useMemo(()=>s.jsx("option",{value:u.value,disabled:u.disabled,children:y},u.value),[u.disabled,u.value,y]),{onNativeOptionAdd:w,onNativeOptionRemove:j}=h;return Ns(()=>(w(N),()=>j(N)),[w,j,N]),s.jsxs(s.Fragment,{children:[s.jsx(bt.span,{id:u.textId,...i,ref:x}),u.isSelected&&o.valueNode&&!o.valueNodeHasChildren?au.createPortal(i.children,o.valueNode):null]})});n4.displayName=Td;var s4="SelectItemIndicator",r4=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return e4(s4,n).isSelected?s.jsx(bt.span,{"aria-hidden":!0,...r,ref:e}):null});r4.displayName=s4;var l0="SelectScrollUpButton",a4=b.forwardRef((t,e)=>{const n=Co(l0,t.__scopeSelect),r=Ay(l0,t.__scopeSelect),[a,i]=b.useState(!1),o=Ht(e,r.onScrollButtonChange);return Ns(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollTop>0;i(h)};const u=n.viewport;return c(),u.addEventListener("scroll",c),()=>u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(o4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop-u.offsetHeight)}}):null});a4.displayName=l0;var c0="SelectScrollDownButton",i4=b.forwardRef((t,e)=>{const n=Co(c0,t.__scopeSelect),r=Ay(c0,t.__scopeSelect),[a,i]=b.useState(!1),o=Ht(e,r.onScrollButtonChange);return Ns(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollHeight-u.clientHeight,f=Math.ceil(u.scrollTop)u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(o4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop+u.offsetHeight)}}):null});i4.displayName=c0;var o4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onAutoScroll:r,...a}=t,i=Co("SelectScrollButton",n),o=b.useRef(null),c=Ep(n),u=b.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return b.useEffect(()=>()=>u(),[u]),Ns(()=>{var f;const h=c().find(m=>m.ref.current===document.activeElement);(f=h==null?void 0:h.ref.current)==null||f.scrollIntoView({block:"nearest"})},[c]),s.jsx(bt.div,{"aria-hidden":!0,...a,ref:e,style:{flexShrink:0,...a.style},onPointerDown:mt(a.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:mt(a.onPointerMove,()=>{var h;(h=i.onItemLeave)==null||h.call(i),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:mt(a.onPointerLeave,()=>{u()})})}),A9="SelectSeparator",I9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return s.jsx(bt.div,{"aria-hidden":!0,...r,ref:e})});I9.displayName=A9;var d0="SelectArrow",R9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=Mp(n),i=So(d0,n),o=Co(d0,n);return i.open&&o.position==="popper"?s.jsx(c9,{...a,...r,ref:e}):null});R9.displayName=d0;var P9="SelectBubbleInput",l4=b.forwardRef(({__scopeSelect:t,value:e,...n},r)=>{const a=b.useRef(null),i=Ht(r,a),o=M0(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLSelectElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("change",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(bt.select,{...n,style:{...$3,...n.style},ref:i,defaultValue:e})});l4.displayName=P9;function c4(t){return t===""||t===void 0}function d4(t){const e=po(t),n=b.useRef(""),r=b.useRef(0),a=b.useCallback(o=>{const c=n.current+o;e(c),(function u(h){n.current=h,window.clearTimeout(r.current),h!==""&&(r.current=window.setTimeout(()=>u(""),1e3))})(c)},[e]),i=b.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return b.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,a,i]}function u4(t,e,n){const a=e.length>1&&Array.from(e).every(h=>h===e[0])?e[0]:e,i=n?t.indexOf(n):-1;let o=O9(t,Math.max(i,0));a.length===1&&(o=o.filter(h=>h!==n));const u=o.find(h=>h.textValue.toLowerCase().startsWith(a.toLowerCase()));return u!==n?u:void 0}function O9(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var L9=F3,h4=V3,D9=U3,_9=W3,z9=K3,f4=q3,$9=Y3,p4=t4,F9=n4,B9=r4,V9=a4,H9=i4;const lc=L9,cc=D9,Qo=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(h4,{ref:r,className:Ut("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",t),...n,children:[e,s.jsx(_9,{asChild:!0,children:s.jsx(vc,{className:"h-4 w-4 opacity-50"})})]}));Qo.displayName=h4.displayName;const Yo=b.forwardRef(({className:t,children:e,position:n="popper",...r},a)=>s.jsx(z9,{children:s.jsxs(f4,{ref:a,className:Ut("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-[#0b1828] border-gray-700 text-white shadow-lg",n==="popper"&&"data-[side=bottom]:translate-y-1",t),position:n,...r,children:[s.jsx(V9,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(ag,{className:"h-4 w-4"})}),s.jsx($9,{className:"p-1",children:e}),s.jsx(H9,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(vc,{className:"h-4 w-4"})})]})}));Yo.displayName=f4.displayName;const Ws=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(p4,{ref:r,className:Ut("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t),...n,children:[s.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:s.jsx(B9,{children:s.jsx(Zf,{className:"h-4 w-4"})})}),s.jsx(F9,{children:e})]}));Ws.displayName=p4.displayName;const qw=["📖","📕","📗","📘","📙","📓","📔","📒","📚","📖"];function U9(t){return t.title==="序言"||t.title.includes("序言")}function Gw(t){const e=[];for(const n of t.chapters)for(const r of n.sections)e.push(r.id);return e.length===0?"暂无章节":e.length===1?e[0]:`${e[0]}~${e[e.length-1]}`}function Xx(t){return t.startsWith("part:")?{type:"part",id:t.slice(5)}:t.startsWith("chapter:")?{type:"chapter",id:t.slice(8)}:t.startsWith("section:")?{type:"section",id:t.slice(8)}:null}function W9({parts:t,expandedParts:e,onTogglePart:n,onReorder:r,onReadSection:a,onDeleteSection:i,onAddSectionInPart:o,onAddChapterInPart:c,onDeleteChapter:u,onEditPart:h,onDeletePart:f,onEditChapter:m,selectedSectionIds:x=[],onToggleSectionSelect:y,onShowSectionOrders:N,pinnedSectionIds:w=[]}){const[j,S]=b.useState(null),[E,T]=b.useState(null),P=(F,re)=>(j==null?void 0:j.type)===F&&(j==null?void 0:j.id)===re,O=(F,re)=>(E==null?void 0:E.type)===F&&(E==null?void 0:E.id)===re,q=b.useCallback(()=>{const F=[];for(const re of t)for(const ie of re.chapters)for(const J of ie.sections)F.push({id:J.id,partId:re.id,partTitle:re.title,chapterId:ie.id,chapterTitle:ie.title});return F},[t]),z=b.useCallback(async(F,re,ie,J)=>{var G;F.preventDefault(),F.stopPropagation();const $=F.dataTransfer.getData("text/plain"),D=Xx($);if(!D||D.type===re&&D.id===ie)return;const R=q(),oe=new Map(R.map(_=>[_.id,_]));if(D.type==="part"&&re==="part"){const _=t.map(Y=>Y.id),U=_.indexOf(D.id),H=_.indexOf(ie);if(U===-1||H===-1)return;const K=[..._];K.splice(U,1),K.splice(Ude.id===Y);if(le)for(const de of le.chapters)for(const ve of de.sections){const ye=oe.get(ve.id);ye&&me.push(ye)}}await r(me);return}if(D.type==="chapter"&&(re==="chapter"||re==="section"||re==="part")){const _=t.find(ye=>ye.chapters.some(ke=>ke.id===D.id)),U=_==null?void 0:_.chapters.find(ye=>ye.id===D.id);if(!_||!U)return;let H,K,me=null;if(re==="section"){const ye=oe.get(ie);if(!ye)return;H=ye.partId,K=ye.partTitle,me=ie}else if(re==="chapter"){const ye=t.find(ft=>ft.chapters.some(wt=>wt.id===ie)),ke=ye==null?void 0:ye.chapters.find(ft=>ft.id===ie);if(!ye||!ke)return;H=ye.id,K=ye.title;const ze=R.filter(ft=>ft.chapterId===ie).pop();me=(ze==null?void 0:ze.id)??null}else{const ye=t.find(ke=>ke.id===ie);if(!ye)return;if(H=ye.id,K=ye.title,ye.chapters[0]){const ke=R.filter(ze=>ze.partId===ye.id&&ze.chapterId===ye.chapters[0].id);me=((G=ke[ke.length-1])==null?void 0:G.id)??null}}const Y=U.sections.map(ye=>ye.id),le=R.filter(ye=>!Y.includes(ye.id));let de=le.length;if(me){const ye=le.findIndex(ke=>ke.id===me);ye>=0&&(de=ye+1)}const ve=Y.map(ye=>({...oe.get(ye),partId:H,partTitle:K,chapterId:U.id,chapterTitle:U.title}));await r([...le.slice(0,de),...ve,...le.slice(de)]);return}if(D.type==="section"&&(re==="section"||re==="chapter"||re==="part")){if(!J)return;const{partId:_,partTitle:U,chapterId:H,chapterTitle:K}=J;let me;if(re==="section")me=R.findIndex(ke=>ke.id===ie);else if(re==="chapter"){const ke=R.filter(ze=>ze.chapterId===ie).pop();me=ke?R.findIndex(ze=>ze.id===ke.id)+1:R.length}else{const ke=t.find(ze=>ze.id===ie);if(ke!=null&&ke.chapters[0]){const ze=R.filter(wt=>wt.partId===ke.id&&wt.chapterId===ke.chapters[0].id),ft=ze[ze.length-1];me=ft?R.findIndex(wt=>wt.id===ft.id)+1:R.length}else me=R.length}const Y=R.findIndex(ke=>ke.id===D.id);if(Y===-1)return;const le=R.filter(ke=>ke.id!==D.id),de=Y({onDragEnter:J=>{J.preventDefault(),J.stopPropagation(),J.dataTransfer.dropEffect="move",T({type:F,id:re})},onDragOver:J=>{J.preventDefault(),J.stopPropagation(),J.dataTransfer.dropEffect="move",T({type:F,id:re})},onDragLeave:()=>T(null),onDrop:J=>{T(null);const $=Xx(J.dataTransfer.getData("text/plain"));$&&(F==="section"&&$.type==="section"&&$.id===re||(F==="part"?$.type==="part"?z(J,"part",re):ie&&z(J,"part",re,ie):F==="chapter"&&ie?($.type==="section"||$.type==="chapter")&&z(J,"chapter",re,ie):F==="section"&&ie&&z(J,"section",re,ie)))}}),I=F=>qw[F%qw.length],te=F=>t.slice(0,F).filter(re=>!U9(re)).length,Q=F=>s.jsxs(s.Fragment,{children:[s.jsx("span",{className:"text-gray-500 font-mono text-xs tabular-nums shrink-0 mr-1.5 max-w-[72px] truncate",title:`章节ID: ${F.id}`,children:F.id}),s.jsx("span",{className:"truncate",children:F.title})]});return s.jsx("div",{className:"space-y-3",children:t.map((F,re)=>{var U,H,K,me;const ie=F.title==="序言"||F.title.includes("序言"),J=F.title==="尾声"||F.title.includes("尾声"),$=F.title==="附录"||F.title.includes("附录"),D=O("part",F.id),R=e.includes(F.id),oe=F.chapters.length,G=F.chapters.reduce((Y,le)=>Y+le.sections.length,0);if(ie&&F.chapters.length===1&&F.chapters[0].sections.length===1){const Y=F.chapters[0].sections[0],le=O("section",Y.id),de={partId:F.id,partTitle:F.title,chapterId:F.chapters[0].id,chapterTitle:F.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:ve=>{ve.stopPropagation(),ve.dataTransfer.setData("text/plain","section:"+Y.id),ve.dataTransfer.effectAllowed="move",S({type:"section",id:Y.id})},onDragEnd:()=>{S(null),T(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${le?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${P("section",Y.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...V("section",Y.id,de),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(Xa,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ve=>ve.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(Y.id),onChange:()=>y(Y.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(Gs,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[F.chapters[0].title," | ",Y.title]}),w.includes(Y.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(uc,{className:"w-3.5 h-3.5 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ve=>ve.stopPropagation(),onClick:ve=>ve.stopPropagation(),children:[Y.price===0||Y.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",Y.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Y.clickCount??0," · 付款 ",Y.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Y.hotScore??0).toFixed(1)," · 第",Y.hotRank&&Y.hotRank>0?Y.hotRank:"-","名"]}),N&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(Y),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Y),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Y),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]})]},F.id)}if(F.title==="2026每日派对干货"||F.title.includes("2026每日派对干货")){const Y=O("part",F.id);return s.jsxs("div",{className:`rounded-xl border overflow-hidden transition-all duration-200 ${Y?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50 bg-[#1C1C1E]"}`,...V("part",F.id,{partId:F.id,partTitle:F.title,chapterId:((U=F.chapters[0])==null?void 0:U.id)??"",chapterTitle:((H=F.chapters[0])==null?void 0:H.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:le=>{le.stopPropagation(),le.dataTransfer.setData("text/plain","part:"+F.id),le.dataTransfer.effectAllowed="move",S({type:"part",id:F.id})},onDragEnd:()=>{S(null),T(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${P("part",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/50"}`,children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(Xa,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac]/80 flex items-center justify-center text-white font-bold shrink-0",children:"派"}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:F.title}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:Gw(F)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:le=>le.stopPropagation(),onClick:le=>le.stopPropagation(),children:[o&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(An,{className:"w-3.5 h-3.5"})}),h&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),f&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(bs,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",title:"本篇章数与节数",children:[oe," 章 · ",G," 节"]}),s.jsx("button",{type:"button",draggable:!1,className:"p-1 rounded-md hover:bg-white/10 text-gray-500",title:R?"收起":"展开",onMouseDown:le=>le.stopPropagation(),onClick:le=>{le.stopPropagation(),n(F.id)},children:R?s.jsx(vc,{className:"w-5 h-5"}):s.jsx(Xo,{className:"w-5 h-5"})})]})]}),R&&F.chapters.length>0&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:F.chapters.map(le=>s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:le.title}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:de=>de.stopPropagation(),children:[m&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>m(F,le),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),c&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>c(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(An,{className:"w-3.5 h-3.5"})}),u&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>u(F,le),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:le.sections.map(de=>{const ve=O("section",de.id);return s.jsxs("div",{draggable:!0,onDragStart:ye=>{ye.stopPropagation(),ye.dataTransfer.setData("text/plain","section:"+de.id),ye.dataTransfer.effectAllowed="move",S({type:"section",id:de.id})},onDragEnd:()=>{S(null),T(null)},onClick:()=>a(de),className:`flex items-center justify-between py-2 px-3 rounded-lg min-h-[40px] cursor-pointer select-none transition-all duration-200 ${ve?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${P("section",de.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...V("section",de.id,{partId:F.id,partTitle:F.title,chapterId:le.id,chapterTitle:le.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(Xa,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ye=>ye.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(de.id),onChange:()=>y(de.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("span",{className:"text-sm text-gray-200 truncate flex items-center min-w-0",children:Q(de)}),w.includes(de.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(uc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onClick:ye=>ye.stopPropagation(),children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",de.clickCount??0," · 付款 ",de.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(de.hotScore??0).toFixed(1)," · 第",de.hotRank&&de.hotRank>0?de.hotRank:"-","名"]}),N&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(de),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(de),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(de),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]},de.id)})})]},le.id))})]},F.id)}if($)return s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"附录"}),s.jsx("div",{className:"space-y-3",children:F.chapters.map((Y,le)=>Y.sections.length>0?Y.sections.map(de=>{const ve=O("section",de.id);return s.jsxs("div",{draggable:!0,onDragStart:ye=>{ye.stopPropagation(),ye.dataTransfer.setData("text/plain","section:"+de.id),ye.dataTransfer.effectAllowed="move",S({type:"section",id:de.id})},onDragEnd:()=>{S(null),T(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 group cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${ve?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${P("section",de.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...V("section",de.id,{partId:F.id,partTitle:F.title,chapterId:Y.id,chapterTitle:Y.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(Xa,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ye=>ye.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(de.id),onChange:()=>y(de.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300 truncate",children:["附录",le+1," | ",Y.title," | ",de.title]}),w.includes(de.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(uc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",de.clickCount??0," · 付款 ",de.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(de.hotScore??0).toFixed(1)," · 第",de.hotRank&&de.hotRank>0?de.hotRank:"-","名"]}),N&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(de),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>a(de),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>i(de),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]}),s.jsx(Xo,{className:"w-4 h-4 text-gray-500 shrink-0"})]},de.id)}):s.jsxs("div",{className:"flex justify-between items-center py-2 select-none hover:bg-[#162840]/50 rounded px-2 -mx-2",children:[s.jsxs("span",{className:"text-sm text-gray-500",children:["附录",le+1," | ",Y.title,"(空)"]}),s.jsx(Xo,{className:"w-4 h-4 text-gray-500 shrink-0"})]},Y.id))})]},F.id);if(J&&F.chapters.length===1&&F.chapters[0].sections.length===1){const Y=F.chapters[0].sections[0],le=O("section",Y.id),de={partId:F.id,partTitle:F.title,chapterId:F.chapters[0].id,chapterTitle:F.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:ve=>{ve.stopPropagation(),ve.dataTransfer.setData("text/plain","section:"+Y.id),ve.dataTransfer.effectAllowed="move",S({type:"section",id:Y.id})},onDragEnd:()=>{S(null),T(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${le?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${P("section",Y.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...V("section",Y.id,de),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(Xa,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ve=>ve.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(Y.id),onChange:()=>y(Y.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(Gs,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[F.chapters[0].title," | ",Y.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ve=>ve.stopPropagation(),onClick:ve=>ve.stopPropagation(),children:[Y.price===0||Y.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",Y.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Y.clickCount??0," · 付款 ",Y.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Y.hotScore??0).toFixed(1)," · 第",Y.hotRank&&Y.hotRank>0?Y.hotRank:"-","名"]}),N&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(Y),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Y),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Y),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]})]},F.id)}return J?s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"尾声"}),s.jsx("div",{className:"space-y-3",children:F.chapters.map(Y=>Y.sections.map(le=>{const de=O("section",le.id);return s.jsxs("div",{draggable:!0,onDragStart:ve=>{ve.stopPropagation(),ve.dataTransfer.setData("text/plain","section:"+le.id),ve.dataTransfer.effectAllowed="move",S({type:"section",id:le.id})},onDragEnd:()=>{S(null),T(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${de?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${P("section",le.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...V("section",le.id,{partId:F.id,partTitle:F.title,chapterId:Y.id,chapterTitle:Y.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(Xa,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ve=>ve.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(le.id),onChange:()=>y(le.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300",children:[Y.title," | ",le.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",le.clickCount??0," · 付款 ",le.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(le.hotScore??0).toFixed(1)," · 第",le.hotRank&&le.hotRank>0?le.hotRank:"-","名"]}),N&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(le),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(le),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(le),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]})]},le.id)}))})]},F.id):s.jsxs("div",{className:`rounded-xl border bg-[#1C1C1E] overflow-hidden transition-all duration-200 ${D?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50"}`,...V("part",F.id,{partId:F.id,partTitle:F.title,chapterId:((K=F.chapters[0])==null?void 0:K.id)??"",chapterTitle:((me=F.chapters[0])==null?void 0:me.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:Y=>{Y.stopPropagation(),Y.dataTransfer.setData("text/plain","part:"+F.id),Y.dataTransfer.effectAllowed="move",S({type:"part",id:F.id})},onDragEnd:()=>{S(null),T(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${P("part",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] rounded-xl shadow-xl shadow-[#38bdac]/20":"hover:bg-[#162840]/50"}`,children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(Xa,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac] flex items-center justify-center text-lg shadow-lg shadow-[#38bdac]/30 shrink-0",children:I(te(re))}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:F.title}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:Gw(F)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:Y=>Y.stopPropagation(),onClick:Y=>Y.stopPropagation(),children:[o&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(An,{className:"w-3.5 h-3.5"})}),h&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),f&&s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(bs,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",title:"本篇章数与节数",children:[oe," 章 · ",G," 节"]}),s.jsx("button",{type:"button",draggable:!1,className:"p-1 rounded-md hover:bg-white/10 text-gray-500",title:R?"收起":"展开",onMouseDown:Y=>Y.stopPropagation(),onClick:Y=>{Y.stopPropagation(),n(F.id)},children:R?s.jsx(vc,{className:"w-5 h-5"}):s.jsx(Xo,{className:"w-5 h-5"})})]})]}),R&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:F.chapters.map(Y=>{const le=O("chapter",Y.id);return s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsxs("div",{draggable:!0,onDragStart:de=>{de.stopPropagation(),de.dataTransfer.setData("text/plain","chapter:"+Y.id),de.dataTransfer.effectAllowed="move",S({type:"chapter",id:Y.id})},onDragEnd:()=>{S(null),T(null)},onDragEnter:de=>{de.preventDefault(),de.stopPropagation(),de.dataTransfer.dropEffect="move",T({type:"chapter",id:Y.id})},onDragOver:de=>{de.preventDefault(),de.stopPropagation(),de.dataTransfer.dropEffect="move",T({type:"chapter",id:Y.id})},onDragLeave:()=>T(null),onDrop:de=>{T(null);const ve=Xx(de.dataTransfer.getData("text/plain"));if(!ve)return;const ye={partId:F.id,partTitle:F.title,chapterId:Y.id,chapterTitle:Y.title};(ve.type==="section"||ve.type==="chapter")&&z(de,"chapter",Y.id,ye)},className:`flex-1 min-w-0 py-2 px-2 rounded cursor-grab active:cursor-grabbing select-none -mx-2 transition-all duration-200 flex items-center gap-2 ${le?"bg-[#38bdac]/15 ring-1 ring-[#38bdac]/50":""} ${P("chapter",Y.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/30"}`,children:[s.jsx(Xa,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:Y.title})]}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:de=>de.stopPropagation(),children:[m&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>m(F,Y),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),c&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>c(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(An,{className:"w-3.5 h-3.5"})}),u&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>u(F,Y),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:Y.sections.map(de=>{const ve=O("section",de.id);return s.jsxs("div",{draggable:!0,onDragStart:ye=>{ye.stopPropagation(),ye.dataTransfer.setData("text/plain","section:"+de.id),ye.dataTransfer.effectAllowed="move",S({type:"section",id:de.id})},onDragEnd:()=>{S(null),T(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg group cursor-grab active:cursor-grabbing select-none min-h-[40px] transition-all duration-200 ${ve?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${P("section",de.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] shadow-lg":"hover:bg-[#162840]/50"}`,...V("section",de.id,{partId:F.id,partTitle:F.title,chapterId:Y.id,chapterTitle:Y.title}),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0 flex-1",children:[y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ye=>ye.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(de.id),onChange:()=>y(de.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx(Xa,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("div",{className:`w-2 h-2 rounded-full shrink-0 ${de.price===0||de.isFree?"border-2 border-[#38bdac] bg-transparent":"bg-gray-500"}`}),s.jsx("span",{className:"text-sm text-gray-200 truncate flex items-center min-w-0",children:Q(de)}),w.includes(de.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(uc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ye=>ye.stopPropagation(),onClick:ye=>ye.stopPropagation(),children:[de.isNew&&s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"NEW"}),de.price===0||de.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",de.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",title:"点击次数 · 付款笔数",children:["点击 ",de.clickCount??0," · 付款 ",de.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(de.hotScore??0).toFixed(1)," · 第",de.hotRank&&de.hotRank>0?de.hotRank:"-","名"]}),N&&s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(de),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5 shrink-0",children:"付款记录"}),s.jsxs("div",{className:"flex gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(de),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Jt,{className:"w-3.5 h-3.5"})}),s.jsx(X,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(de),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(bs,{className:"w-3.5 h-3.5"})})]})]})]},de.id)})})]},Y.id)})})]},F.id)})})}function K9(t){var a;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(a=t==null?void 0:t.keyword)!=null&&a.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString(),r=n?`/api/admin/ckb/devices?${n}`:"/api/admin/ckb/devices";return Pe(r)}function q9(t){return Pe(`/api/db/person?personId=${encodeURIComponent(t)}`)}function G9(t){var r;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(r=t==null?void 0:t.keyword)!=null&&r.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString();return Pe(n?`/api/admin/ckb/plans?${n}`:"/api/admin/ckb/plans")}const m4=11,Jw={personId:"",name:"",boundUserId:"",aliases:"",label:"",sceneId:m4,ckbApiKey:"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:"phone",remarkFormat:"",addFriendInterval:1,startTime:"06:00",endTime:"22:00",deviceGroups:""};function J9({open:t,onOpenChange:e,editingPerson:n,onSubmit:r}){var $;const a=!!n,[i,o]=b.useState(Jw),[c,u]=b.useState(!1),[h,f]=b.useState(!1),[m,x]=b.useState([]),[y,N]=b.useState(!1),[w,j]=b.useState(""),[S,E]=b.useState([]),[T,P]=b.useState(!1),[O,q]=b.useState(""),[z,V]=b.useState(!1),[I,te]=b.useState({});b.useEffect(()=>{t&&(j(""),o(n?{personId:n.personId??n.name??"",name:n.name??"",boundUserId:n.userId??"",aliases:n.aliases??"",label:n.label??"",sceneId:m4,ckbApiKey:n.ckbApiKey??"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:n.remarkType??"phone",remarkFormat:n.remarkFormat??"",addFriendInterval:n.addFriendInterval??1,startTime:n.startTime??"06:00",endTime:n.endTime??"22:00",deviceGroups:n.deviceGroups??""}:{...Jw}),te({}),m.length===0&&Q(""),S.length===0&&F(""))},[t,n]);const Q=async D=>{N(!0);try{const R=await K9({page:1,limit:50,keyword:D});R!=null&&R.success&&Array.isArray(R.devices)?x(R.devices):R!=null&&R.error&&se.error(R.error)}catch(R){se.error(R instanceof Error?R.message:"加载设备列表失败")}finally{N(!1)}},F=async D=>{P(!0);try{const R=await G9({page:1,limit:100,keyword:D});R!=null&&R.success&&Array.isArray(R.plans)?E(R.plans):R!=null&&R.error&&se.error(R.error)}catch{se.error("加载计划列表失败")}finally{P(!1)}},re=D=>{const R=Array.isArray(D.deviceGroups)?D.deviceGroups.map(String).join(","):"";o(oe=>({...oe,ckbApiKey:D.apiKey||"",greeting:D.greeting||oe.greeting,tips:D.tips||oe.tips,remarkType:D.remarkType||oe.remarkType,remarkFormat:D.remarkFormat||oe.remarkFormat,addFriendInterval:D.addInterval||oe.addFriendInterval,startTime:D.startTime||oe.startTime,endTime:D.endTime||oe.endTime,deviceGroups:R||oe.deviceGroups})),V(!1),se.success(`已选择计划「${D.name}」,参数已覆盖`)},ie=O.trim()?S.filter(D=>(D.name||"").includes(O.trim())||String(D.id).includes(O.trim())):S,J=async()=>{var G;const D={};(!i.name||!String(i.name).trim())&&(D.name="请填写名称");const R=i.addFriendInterval;if((typeof R!="number"||R<1)&&(D.addFriendInterval="添加间隔至少为 1 分钟"),(((G=i.deviceGroups)==null?void 0:G.split(",").map(_=>_.trim()).filter(Boolean))??[]).length===0&&(D.deviceGroups="请至少选择 1 台设备"),te(D),Object.keys(D).length>0){se.error(D.name||D.addFriendInterval||D.deviceGroups||"请完善必填项");return}u(!0);try{await r(i),e(!1)}catch(_){se.error(_ instanceof Error?_.message:"保存失败")}finally{u(!1)}};return s.jsx(Dt,{open:t,onOpenChange:e,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-y-auto",children:[s.jsxs(_t,{children:[s.jsx(zt,{className:"text-[#38bdac]",children:a?"编辑人物":"添加人物 — 存客宝 API 获客"}),s.jsx(Zh,{className:"text-gray-400 text-sm",children:a?"修改后同步到存客宝计划":"添加时自动生成 token,并同步创建存客宝场景获客计划"})]}),s.jsxs("div",{className:"space-y-6 py-2",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-3",children:"基础信息"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(ee,{className:"text-gray-400 text-xs",children:["名称 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsx(ce,{className:`bg-[#0a1628] text-white ${I.name?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,placeholder:"如 卡若",value:i.name,onChange:D=>{o(R=>({...R,name:D.target.value})),I.name&&te(R=>({...R,name:void 0}))}}),I.name&&s.jsx("p",{className:"text-xs text-red-400",children:I.name})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"人物ID(可选)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"自动生成",value:i.personId,onChange:D=>o(R=>({...R,personId:D.target.value})),disabled:a})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"标签(身份/角色)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 超级个体",value:i.label,onChange:D=>o(R=>({...R,label:D.target.value}))})]}),s.jsxs("div",{className:"space-y-1.5 col-span-3",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"绑定会员用户 ID(可选,与「用户管理」中用户 id 一致)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-xs",placeholder:"留空则不绑定;填写后获客统计可与超级个体对齐",value:i.boundUserId,onChange:D=>o(R=>({...R,boundUserId:D.target.value.trim()}))}),s.jsx("p",{className:"text-[11px] text-gray-500",children:"保存前请在用户管理中核对 id;同一会员只能绑定一个 @人物。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"别名(逗号分隔,@ 可匹配)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 卡卡, 若若",value:i.aliases,onChange:D=>o(R=>({...R,aliases:D.target.value}))})]})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-5",children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-4",children:"存客宝 API 获客配置"}),s.jsxs("div",{className:"grid grid-cols-2 gap-x-8 gap-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5 relative",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"选择存客宝获客计划"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx("div",{className:"flex-1 flex items-center bg-[#0a1628] border border-gray-700 rounded-md px-3 py-2 cursor-pointer hover:border-[#38bdac]/60 text-sm",onClick:()=>V(!z),children:i.ckbApiKey?s.jsx("span",{className:"text-white truncate",children:(($=S.find(D=>D.apiKey===i.ckbApiKey))==null?void 0:$.name)||`获客计划 (${i.ckbApiKey.slice(0,8)}…)`}):s.jsx("span",{className:"text-gray-500",children:"点击选择已有计划 / 新建时自动创建"})}),s.jsx(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-200 shrink-0",onClick:()=>{F(O),V(!0)},disabled:T,children:T?"加载...":"刷新"})]}),z&&s.jsxs("div",{className:"absolute z-50 top-full left-0 right-0 mt-1 bg-[#0b1828] border border-gray-700 rounded-lg shadow-xl max-h-64 flex flex-col",children:[s.jsx("div",{className:"p-2 border-b border-gray-700/60",children:s.jsx(ce,{className:"bg-[#050c18] border-gray-700 text-white h-8 text-xs",placeholder:"搜索计划名称...",value:O,onChange:D=>q(D.target.value),onKeyDown:D=>{D.key==="Enter"&&F(O)},autoFocus:!0})}),s.jsx("div",{className:"flex-1 overflow-y-auto",children:ie.length===0?s.jsx("div",{className:"text-center py-4 text-gray-500 text-xs",children:T?"加载中...":"暂无计划"}):ie.map(D=>s.jsxs("div",{className:`px-3 py-2 cursor-pointer hover:bg-[#38bdac]/10 text-sm flex items-center justify-between ${i.ckbApiKey===D.apiKey?"bg-[#38bdac]/20 text-[#38bdac]":"text-white"}`,onClick:()=>re(D),children:[s.jsxs("div",{className:"truncate",children:[s.jsx("span",{className:"font-medium",children:D.name}),s.jsxs("span",{className:"text-xs text-gray-500 ml-2",children:["ID:",String(D.id)]})]}),D.enabled?s.jsx("span",{className:"text-[10px] text-green-400 bg-green-400/10 px-1.5 rounded shrink-0 ml-2",children:"启用"}):s.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 rounded shrink-0 ml-2",children:"停用"})]},String(D.id)))}),s.jsx("div",{className:"p-2 border-t border-gray-700/60 flex justify-end",children:s.jsx(X,{type:"button",size:"sm",variant:"ghost",className:"text-gray-400 h-7 text-xs",onClick:()=>V(!1),children:"关闭"})})]}),s.jsx("p",{className:"text-xs text-gray-500",children:"选择计划后自动覆盖下方参数。新建人物时若不选择则自动创建新计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(ee,{className:"text-gray-400 text-xs",children:["选择设备 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsxs("div",{className:`flex gap-2 rounded-md border ${I.deviceGroups?"border-red-500":"border-gray-700"}`,children:[s.jsx(ce,{className:"bg-[#0a1628] border-0 text-white focus-visible:ring-0 focus-visible:ring-offset-0",placeholder:"未选择设备",readOnly:!0,value:i.deviceGroups?`已选择 ${i.deviceGroups.split(",").filter(Boolean).length} 个设备`:"",onClick:()=>f(!0)}),s.jsx(X,{type:"button",variant:"outline",className:"border-0 border-l border-inherit rounded-r-md text-gray-200",onClick:()=>f(!0),children:"选择"})]}),I.deviceGroups?s.jsx("p",{className:"text-xs text-red-400",children:I.deviceGroups}):s.jsx("p",{className:"text-xs text-gray-500",children:"从存客宝设备列表中选择,至少选择 1 台设备参与获客计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"好友备注"}),s.jsxs(lc,{value:i.remarkType,onValueChange:D=>o(R=>({...R,remarkType:D})),children:[s.jsx(Qo,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(cc,{placeholder:"选择备注类型"})}),s.jsxs(Yo,{children:[s.jsx(Ws,{value:"phone",children:"手机号"}),s.jsx(Ws,{value:"nickname",children:"昵称"}),s.jsx(Ws,{value:"source",children:"来源"})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"备注格式(手机号+标签,标签不超过6字)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 {手机号}-{来源标签},总长不超过10字",value:i.remarkFormat,onChange:D=>o(R=>({...R,remarkFormat:D.target.value}))}),s.jsx("p",{className:"text-xs text-gray-500",children:"格式:手机号+来源标签(标签≤6字,总长≤10字)"})]})]}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"打招呼语"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"你好,请通过",value:i.greeting,onChange:D=>o(R=>({...R,greeting:D.target.value}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"添加间隔(分钟)"}),s.jsx(ce,{type:"number",min:1,className:`bg-[#0a1628] text-white ${I.addFriendInterval?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,value:i.addFriendInterval,onChange:D=>{o(R=>({...R,addFriendInterval:Number(D.target.value)||1})),I.addFriendInterval&&te(R=>({...R,addFriendInterval:void 0}))}}),I.addFriendInterval&&s.jsx("p",{className:"text-xs text-red-400",children:I.addFriendInterval})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"允许加人时间段"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ce,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.startTime,onChange:D=>o(R=>({...R,startTime:D.target.value}))}),s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"至"}),s.jsx(ce,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.endTime,onChange:D=>o(R=>({...R,endTime:D.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"获客成功提示"}),s.jsx(hl,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[72px] resize-none",placeholder:"请注意消息,稍后加你微信",value:i.tips,onChange:D=>o(R=>({...R,tips:D.target.value}))})]})]})]})]})]}),s.jsxs(fn,{className:"gap-3 pt-2",children:[s.jsx(X,{variant:"outline",onClick:()=>e(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(X,{onClick:J,disabled:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:c?"保存中...":a?"保存":"添加"})]}),h&&s.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:s.jsxs("div",{className:"w-full max-w-3xl max-h-[80vh] bg-[#0b1828] border border-gray-700 rounded-xl shadow-xl flex flex-col",children:[s.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-b border-gray-700/60",children:[s.jsxs("div",{children:[s.jsx("h3",{className:"text-sm font-medium text-white",children:"选择设备"}),s.jsx("p",{className:"text-xs text-gray-400 mt-0.5",children:"勾选需要参与本计划的设备,可多选"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(X,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>{const D=m.map(G=>String(G.id??"")),R=i.deviceGroups?i.deviceGroups.split(",").map(G=>G.trim()).filter(Boolean):[],oe=D.length>0&&D.every(G=>R.includes(G));o(G=>({...G,deviceGroups:oe?"":D.join(",")})),!oe&&D.length>0&&te(G=>({...G,deviceGroups:void 0}))},children:(()=>{const D=m.map(oe=>String(oe.id??"")),R=i.deviceGroups?i.deviceGroups.split(",").map(oe=>oe.trim()).filter(Boolean):[];return D.length>0&&D.every(oe=>R.includes(oe))?"取消全选":"全选"})()}),s.jsx(ce,{className:"bg-[#050c18] border-gray-700 text-white h-8 w-52",placeholder:"搜索备注/微信号/IMEI",value:w,onChange:D=>j(D.target.value),onKeyDown:D=>{D.key==="Enter"&&Q(w)}}),s.jsx(X,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>Q(w),disabled:y,children:"刷新"}),s.jsx(X,{type:"button",size:"icon",variant:"outline",className:"border-gray-600 text-gray-300 h-8 w-8",onClick:()=>f(!1),children:"✕"})]})]}),s.jsx("div",{className:"flex-1 overflow-y-auto",children:y?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-400 text-sm",children:"正在加载设备列表…"}):m.length===0?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-500 text-sm",children:"暂无设备数据,请检查存客宝账号与开放 API 配置"}):s.jsx("div",{className:"p-4 space-y-2",children:m.map(D=>{const R=String(D.id??""),oe=i.deviceGroups?i.deviceGroups.split(",").map(U=>U.trim()).filter(Boolean):[],G=oe.includes(R),_=()=>{let U;G?U=oe.filter(H=>H!==R):U=[...oe,R],o(H=>({...H,deviceGroups:U.join(",")})),U.length>0&&te(H=>({...H,deviceGroups:void 0}))};return s.jsxs("label",{className:"flex items-center gap-3 rounded-lg border border-gray-700/60 bg-[#050c18] px-3 py-2 cursor-pointer hover:border-[#38bdac]/70",children:[s.jsx("input",{type:"checkbox",className:"h-4 w-4 accent-[#38bdac]",checked:G,onChange:_}),s.jsxs("div",{className:"flex flex-col min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-sm text-white truncate max-w-xs",children:D.memo||D.wechatId||`设备 ${R}`}),D.status==="online"&&s.jsx("span",{className:"rounded-full bg-emerald-500/20 text-emerald-400 text-[11px] px-2 py-0.5",children:"在线"}),D.status==="offline"&&s.jsx("span",{className:"rounded-full bg-gray-600/20 text-gray-400 text-[11px] px-2 py-0.5",children:"离线"})]}),s.jsxs("div",{className:"text-[11px] text-gray-400 mt-0.5",children:[s.jsxs("span",{className:"mr-3",children:["ID: ",R]}),D.wechatId&&s.jsxs("span",{className:"mr-3",children:["微信号: ",D.wechatId]}),typeof D.totalFriend=="number"&&s.jsxs("span",{children:["好友数: ",D.totalFriend]})]})]})]},R)})})}),s.jsxs("div",{className:"flex justify-between items-center px-5 py-3 border-t border-gray-700/60",children:[s.jsxs("span",{className:"text-xs text-gray-400",children:["已选择"," ",i.deviceGroups?i.deviceGroups.split(",").filter(Boolean).length:0," ","台设备"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(X,{type:"button",variant:"outline",className:"border-gray-600 text-gray-200 h-8 px-4",onClick:()=>f(!1),children:"取消"}),s.jsx(X,{type:"button",className:"bg-[#38bdac] hover:bg-[#2da396] text-white h-8 px-4",onClick:()=>f(!1),children:"确定"})]})]})]})})]})})}function Q9(t,e){const n=new Map;for(const i of t){const o=i.partId||"part-1",c=i.partTitle||"未分类",u=i.chapterId||"chapter-1",h=i.chapterTitle||"未分类";n.has(o)||n.set(o,{id:o,title:c,chapters:new Map});const f=n.get(o);f.chapters.has(u)||f.chapters.set(u,{id:u,title:h,sections:[]}),f.chapters.get(u).sections.push({id:i.id,mid:i.mid,title:i.title,price:i.price??1,filePath:i.filePath,isFree:i.isFree,isNew:i.isNew,clickCount:i.clickCount??0,payCount:i.payCount??0,hotScore:i.hotScore??0,hotRank:e.get(i.id)??0})}const r=Array.from(n.values()).map(i=>({...i,chapters:Array.from(i.chapters.values())})),a=new Map;for(let i=0;i{const c=a.get(i.id),u=a.get(o.id);return c!==void 0&&u!==void 0&&c!==u?c-u:c!==void 0&&u===void 0?-1:c===void 0&&u!==void 0?1:i.id.localeCompare(o.id)})}function Y9(){var Ha,$r,da;const t=Sa(),[e,n]=b.useState([]),[r,a]=b.useState(!0),[i,o]=b.useState([]),[c,u]=b.useState(null),[h,f]=b.useState(!1),[m,x]=b.useState(!1),[y,N]=b.useState(!1),[w,j]=b.useState(""),[S,E]=b.useState([]),[T,P]=b.useState(!1),[O,q]=b.useState({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),[z,V]=b.useState(null),[I,te]=b.useState(!1),[Q,F]=b.useState(!1),[re,ie]=b.useState(null),[J,$]=b.useState(!1),[D,R]=b.useState([]),[oe,G]=b.useState(!1),[_,U]=b.useState(""),[H,K]=b.useState(""),[me,Y]=b.useState(!1),[le,de]=b.useState(""),[ve,ye]=b.useState(!1),[ke,ze]=b.useState(null),[ft,wt]=b.useState(!1),[dt,Rt]=b.useState(!1),[Tt,Tn]=b.useState({readWeight:.5,recencyWeight:.3,payWeight:.2}),[mn,Ft]=b.useState(!1),[qt,vn]=b.useState(!1),[On,$n]=b.useState(1),[St,cn]=b.useState([]),[xn,ge]=b.useState(!1),[Se,$e]=b.useState([]),[Xe,jt]=b.useState(!1),[gt,L]=b.useState(20),[Me,pt]=b.useState(!1),[Et,ht]=b.useState(!1),[tt,Pt]=b.useState([]),[Wt,en]=b.useState([]),[ts,Qs]=b.useState([]),[bi,ea]=b.useState(!1),[ta,Er]=b.useState(1),[Mr,Ar]=b.useState(20),[cr,dr]=b.useState(0),[Ea,Ys]=b.useState(1),[Ss,Xs]=b.useState(""),[ur,Cs]=b.useState(!1),[ae,xe]=b.useState(null),[Ue,ut]=b.useState({tagId:"",label:"",aliases:"",url:"",type:"url",appId:"",appSecret:"",pagePath:""}),[Fn,Ps]=b.useState(!1),[Ma,Aa]=b.useState(!1),[To,Zs]=b.useState(null),[Ts,vi]=b.useState(null),[Mt,Bc]=b.useState({}),[Ir,Ni]=b.useState(!1),[Rr,Vc]=b.useState(""),[Ia,na]=b.useState(""),[ns,sa]=b.useState([]),[qn,Cl]=b.useState(0),[Pr,Hc]=b.useState(1),[wi,Ra]=b.useState(!1),[ra,aa]=b.useState(""),ia=b.useRef(null),ji=b.useCallback(async(v,A)=>{var De;const B=new FormData;B.append("file",v),B.append("folder",A);const Ne=await(await fetch(wc("/api/upload"),{method:"POST",body:B,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((De=Ne==null?void 0:Ne.data)==null?void 0:De.url)||(Ne==null?void 0:Ne.url)||""},[]),ki=b.useCallback(v=>ji(v,"book-images"),[ji]),Eo=b.useCallback(v=>{const A=v.type.startsWith("video/")?"book-videos":"book-attachments";return ji(v,A)},[ji]),Os=b.useMemo(()=>{const v=new Map;return St.forEach((A,B)=>{v.set(A.id,B+1)}),v},[St]),En=Q9(e,Os),Pa=e.length,Ls=10,kt=Math.max(1,Math.ceil(St.length/Ls)),oa=St.slice((On-1)*Ls,On*Ls),Ln=async()=>{a(!0);try{const v=await Pe("/api/db/book?action=list",{cache:"no-store"});n(Array.isArray(v==null?void 0:v.sections)?v.sections:[])}catch(v){console.error(v),n([])}finally{a(!1)}},hr=async()=>{ge(!0);try{const v=await Pe("/api/db/book?action=ranking",{cache:"no-store"}),A=Array.isArray(v==null?void 0:v.sections)?v.sections:[];cn(A);const B=A.filter(ue=>ue.isPinned).map(ue=>ue.id);$e(B)}catch(v){console.error(v),cn([])}finally{ge(!1)}};b.useEffect(()=>{Ln(),hr()},[]);const Mo=v=>{o(A=>A.includes(v)?A.filter(B=>B!==v):[...A,v])},Tl=b.useCallback(v=>{const A=e,B=v.flatMap(ue=>{const Ne=A.find(De=>De.id===ue.id);return Ne?[{...Ne,partId:ue.partId,partTitle:ue.partTitle,chapterId:ue.chapterId,chapterTitle:ue.chapterTitle}]:[]});return n(B),Gt("/api/db/book",{action:"reorder",items:v}).then(ue=>{ue&&ue.success===!1&&(n(A),se.error("排序失败: "+(ue&&typeof ue=="object"&&"error"in ue?ue.error:"未知错误")))}).catch(ue=>{n(A),console.error("排序失败:",ue),se.error("排序失败: "+(ue instanceof Error?ue.message:"网络或服务异常"))}),Promise.resolve()},[e]),Oa=async v=>{if(confirm(`确定要删除章节「${v.title}」吗?此操作不可恢复。`))try{const A=await li(`/api/db/book?id=${encodeURIComponent(v.id)}`);A&&A.success!==!1?(se.success("已删除"),Ln(),hr()):se.error("删除失败: "+(A&&typeof A=="object"&&"error"in A?A.error:"未知错误"))}catch(A){console.error(A),se.error("删除失败")}},fr=b.useCallback(async()=>{Ft(!0);try{const v=await Pe("/api/db/config/full?key=article_ranking_weights",{cache:"no-store"}),A=v&&v.data;A&&typeof A.readWeight=="number"&&typeof A.recencyWeight=="number"&&typeof A.payWeight=="number"&&Tn({readWeight:Math.max(0,Math.min(1,A.readWeight)),recencyWeight:Math.max(0,Math.min(1,A.recencyWeight)),payWeight:Math.max(0,Math.min(1,A.payWeight))})}catch{}finally{Ft(!1)}},[]);b.useEffect(()=>{dt&&fr()},[dt,fr]);const la=async()=>{const{readWeight:v,recencyWeight:A,payWeight:B}=Tt,ue=v+A+B;if(Math.abs(ue-1)>.001){se.error("三个权重之和必须等于 1");return}vn(!0);try{const Ne=await Ct("/api/db/config",{key:"article_ranking_weights",value:{readWeight:v,recencyWeight:A,payWeight:B},description:"文章排名算法权重"});Ne&&Ne.success!==!1?(se.success("排名权重已保存"),Rt(!1),Ln(),hr()):se.error("保存失败: "+(Ne&&typeof Ne=="object"&&"error"in Ne?Ne.error:""))}catch(Ne){console.error(Ne),se.error("保存失败")}finally{vn(!1)}},Ds=b.useCallback(async()=>{jt(!0);try{const v=await Pe("/api/db/config/full?key=pinned_section_ids",{cache:"no-store"}),A=v&&v.data;Array.isArray(A)&&$e(A)}catch{}finally{jt(!1)}},[]),Bn=b.useCallback(async()=>{try{const v=await Pe("/api/db/persons");v!=null&&v.success&&v.persons&&Pt(v.persons.map(A=>{const B=A.deviceGroups,ue=Array.isArray(B)?B.join(","):B??"";return{id:A.token??A.personId??"",personId:A.personId,name:A.name,personSource:A.personSource??"",userId:A.userId,aliases:A.aliases??"",label:A.label??"",ckbApiKey:A.ckbApiKey??"",ckbPlanId:A.ckbPlanId,remarkType:A.remarkType,remarkFormat:A.remarkFormat,addFriendInterval:A.addFriendInterval,startTime:A.startTime,endTime:A.endTime,deviceGroups:ue}}))}catch{}},[]),Vn=b.useCallback(async()=>{try{const v=await Pe("/api/db/link-tags");v!=null&&v.success&&v.linkTags&&en(v.linkTags.map(A=>({id:A.tagId,label:A.label,url:A.url,type:A.type||"url",appId:A.appId||"",pagePath:A.pagePath||"",hasAppSecret:!!A.hasAppSecret})))}catch{}},[]),Or=b.useCallback(async()=>{try{const v=await Pe("/api/db/config/full?key=ckb_lead_webhook_url",{cache:"no-store"});v!=null&&v.success&&typeof v.data=="string"&&aa(v.data)}catch{}},[]),ca=b.useCallback(async()=>{try{const v=await Pe("/api/db/ckb-person-leads");if(v!=null&&v.success&&v.byPerson){const A={};for(const B of v.byPerson)A[B.token]=B.total;Bc(A)}}catch{}},[]),ps=b.useCallback(async(v,A,B=1)=>{Vc(v),na(A),Ni(!0),Hc(B),Ra(!0);try{const ue=await Pe(`/api/db/ckb-person-leads?token=${encodeURIComponent(v)}&page=${B}&pageSize=20`);ue!=null&&ue.success?(sa(ue.records||[]),Cl(ue.total||0)):se.error((ue==null?void 0:ue.error)||"加载获客详情失败")}catch(ue){se.error(ue instanceof Error?ue.message:"加载获客详情失败")}finally{Ra(!1)}},[]),La=b.useCallback(async()=>{ea(!0);try{const v=new URLSearchParams({page:String(ta),pageSize:String(Mr)}),A=Ss.trim();A&&v.set("search",A);const B=await Pe(`/api/db/link-tags?${v.toString()}`);if(B!=null&&B.success){const ue=Array.isArray(B.linkTags)?B.linkTags:[];Qs(ue.map(Ne=>({id:Ne.tagId,label:Ne.label,aliases:Ne.aliases||"",url:Ne.url,type:Ne.type||"url",appId:Ne.appId||"",pagePath:Ne.pagePath||"",hasAppSecret:!!Ne.hasAppSecret}))),dr(typeof B.total=="number"?B.total:0),Ys(typeof B.totalPages=="number"&&B.totalPages>0?B.totalPages:1)}}catch(v){console.error(v),se.error("加载链接标签失败")}finally{ea(!1)}},[ta,Mr,Ss]),[Da,_a]=b.useState([]),[za,_s]=b.useState(""),[er,zs]=b.useState(!1),El=b.useRef(null),Lr=b.useCallback(async()=>{try{const v=await Pe("/api/admin/linked-miniprograms");v!=null&&v.success&&Array.isArray(v.data)&&_a(v.data.map(A=>({...A,key:A.key})))}catch{}},[]),Dr=Da.filter(v=>!za.trim()||v.name.toLowerCase().includes(za.toLowerCase())||v.key&&v.key.toLowerCase().includes(za.toLowerCase())||v.appId.toLowerCase().includes(za.toLowerCase())),pr=async v=>{const A=Se.includes(v)?Se.filter(B=>B!==v):[...Se,v];$e(A);try{await Ct("/api/db/config",{key:"pinned_section_ids",value:A,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"}),hr()}catch{$e(Se)}},$a=b.useCallback(async()=>{pt(!0);try{const v=await Pe("/api/db/config/full?key=unpaid_preview_percent",{cache:"no-store"}),A=v&&v.data;typeof A=="number"&&A>0&&A<=100&&L(A)}catch{}finally{pt(!1)}},[]),Uc=async()=>{if(gt<1||gt>100){se.error("预览比例需在 1~100 之间");return}ht(!0);try{const v=await Ct("/api/db/config",{key:"unpaid_preview_percent",value:gt,description:"小程序未付费内容默认预览比例(%)"});v&&v.success!==!1?se.success("预览比例已保存"):se.error("保存失败: "+(v.error||""))}catch{se.error("保存失败")}finally{ht(!1)}};b.useEffect(()=>{Ds(),$a(),Bn(),Vn(),ca(),Lr(),Or()},[Ds,$a,Bn,Vn,ca,Lr,Or]),b.useEffect(()=>{La()},[La]);const Ml=async v=>{ze({section:v,orders:[]}),wt(!0);try{const A=await Pe(`/api/db/book?action=section-orders&id=${encodeURIComponent(v.id)}`),B=A!=null&&A.success&&Array.isArray(A.orders)?A.orders:[];ze(ue=>ue?{...ue,orders:B}:null)}catch(A){console.error(A),ze(B=>B?{...B,orders:[]}:null)}finally{wt(!1)}},Fa=async v=>{x(!0);try{const A=v.mid!=null&&v.mid>0?`/api/db/book?action=read&mid=${v.mid}`:`/api/db/book?action=read&id=${encodeURIComponent(v.id)}`,B=await Pe(A);if(B!=null&&B.success&&B.section){const ue=B.section,Ne=ue.editionPremium===!0;u({id:v.id,originalId:v.id,title:B.section.title??v.title,price:B.section.price??v.price,content:B.section.content??"",filePath:v.filePath,isFree:v.isFree||v.price===0,isNew:ue.isNew??v.isNew,isPinned:Se.includes(v.id),hotScore:v.hotScore??0,editionStandard:Ne?!1:ue.editionStandard??!0,editionPremium:Ne})}else u({id:v.id,originalId:v.id,title:v.title,price:v.price,content:"",filePath:v.filePath,isFree:v.isFree,isNew:v.isNew,isPinned:Se.includes(v.id),hotScore:v.hotScore??0,editionStandard:!0,editionPremium:!1}),B&&!B.success&&se.error("无法读取文件内容: "+(B.error||"未知错误"))}catch(A){console.error(A),u({id:v.id,title:v.title,price:v.price,content:"",filePath:v.filePath,isFree:v.isFree})}finally{x(!1)}},Si=async()=>{var v;if(c){N(!0);try{let A=c.content||"";const B=[new RegExp(`^#+\\s*${c.id.replace(".","\\.")}\\s+.*$`,"gm"),new RegExp(`^#+\\s*${c.id.replace(".","\\.")}[::].*$`,"gm"),new RegExp(`^#\\s+.*${(v=c.title)==null?void 0:v.slice(0,10).replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}.*$`,"gm")];for(const Je of B)A=A.replace(Je,"");A=A.replace(/^\s*\n+/,"").trim();const ue=c.originalId||c.id,Ne=c.id!==ue,De=await Gt("/api/db/book",{id:ue,...Ne?{newId:c.id}:{},title:c.title,price:c.isFree?0:c.price,content:A,isFree:c.isFree||c.price===0,isNew:c.isNew,hotScore:c.hotScore,previewPercent:c.previewPercent??null,editionStandard:c.editionPremium?!1:c.editionStandard??!0,editionPremium:c.editionPremium??!1,saveToFile:!0},{timeout:h1}),it=Ne?c.id:ue;c.isPinned!==Se.includes(it)&&await pr(it),De&&De.success!==!1?(se.success(`已保存:${c.title}`),u(null),Ln(),Bn(),Vn()):se.error("保存失败: "+(De&&typeof De=="object"&&"error"in De?De.error:"未知错误"))}catch(A){console.error(A);const B=A instanceof Error&&A.name==="AbortError"?"保存超时,请检查网络或稍后重试":"保存失败";se.error(B)}finally{N(!1)}}},Ao=async()=>{if(!O.id||!O.title){se.error("请填写章节ID和标题");return}N(!0);try{const v=En.find(ue=>ue.id===O.partId),A=v==null?void 0:v.chapters.find(ue=>ue.id===O.chapterId),B=await Gt("/api/db/book",{id:O.id,title:O.title,price:O.isFree?0:O.price,content:O.content||"",partId:O.partId,partTitle:(v==null?void 0:v.title)??"",chapterId:O.chapterId,chapterTitle:(A==null?void 0:A.title)??"",isFree:O.isFree,isNew:O.isNew,editionStandard:O.editionPremium?!1:O.editionStandard??!0,editionPremium:O.editionPremium??!1,hotScore:O.hotScore??0,saveToFile:!1},{timeout:h1});if(B&&B.success!==!1){if(O.isPinned){const ue=[...Se,O.id];$e(ue);try{await Ct("/api/db/config",{key:"pinned_section_ids",value:ue,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"})}catch{}}se.success(`章节创建成功:${O.title}`),f(!1),q({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),Ln(),Bn(),Vn()}else se.error("创建失败: "+(B&&typeof B=="object"&&"error"in B?B.error:"未知错误"))}catch(v){console.error(v),se.error("创建失败")}finally{N(!1)}},Io=v=>{q(A=>{var B;return{...A,partId:v.id,chapterId:((B=v.chapters[0])==null?void 0:B.id)??"chapter-1"}}),f(!0)},mr=v=>{V({id:v.id,title:v.title})},Ro=async()=>{var v;if((v=z==null?void 0:z.title)!=null&&v.trim()){te(!0);try{const A=e.map(ue=>({id:ue.id,partId:ue.partId||"part-1",partTitle:ue.partId===z.id?z.title.trim():ue.partTitle||"",chapterId:ue.chapterId||"chapter-1",chapterTitle:ue.chapterTitle||""})),B=await Gt("/api/db/book",{action:"reorder",items:A});if(B&&B.success!==!1){const ue=z.title.trim();n(Ne=>Ne.map(De=>De.partId===z.id?{...De,partTitle:ue}:De)),V(null),Ln()}else se.error("更新篇名失败: "+(B&&typeof B=="object"&&"error"in B?B.error:"未知错误"))}catch(A){console.error(A),se.error("更新篇名失败")}finally{te(!1)}}},Ba=v=>{const A=v.chapters.length+1,B=`chapter-${v.id}-${A}-${Date.now()}`;q({id:`${A}.1`,title:"新章节",price:1,partId:v.id,chapterId:B,content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),f(!0)},Po=(v,A)=>{const B=A.sections;let ue=1,Ne=!1,De=!1;if(B.length>0){const it=typeof B[0].price=="number"?B[0].price:Number(B[0].price)||1,Je=!!(B[0].isFree||it===0);De=B.some(vt=>{const At=typeof vt.price=="number"?vt.price:Number(vt.price)||1,dn=!!(vt.isFree||At===0);return At!==it||dn!==Je}),ue=Je?0:it,Ne=Je}ie({part:v,chapter:A,title:A.title,price:ue,isFree:Ne,priceMixed:De,initialTitle:A.title,initialPrice:ue,initialIsFree:Ne})},Ci=async()=>{var Ne;if(!((Ne=re==null?void 0:re.title)!=null&&Ne.trim()))return;const v=re,A=v.title.trim(),B=A!==v.initialTitle,ue=v.isFree!==v.initialIsFree||!v.isFree&&Number(v.price)!==Number(v.initialPrice);if(!B&&!ue){se.info("未修改任何内容"),ie(null);return}if(v.priceMixed&&ue){const De=v.chapter.sections.length,it=v.isFree?"全部设为免费":`全部设为 ¥${v.price}`;if(!confirm(`本章 ${De} 节当前定价不一致,保存后将${it},确定?`))return}$(!0);try{if(B){const De=e.map(At=>({id:At.id,partId:At.partId||v.part.id,partTitle:At.partId===v.part.id?v.part.title:At.partTitle||"",chapterId:At.chapterId||v.chapter.id,chapterTitle:At.partId===v.part.id&&At.chapterId===v.chapter.id?A:At.chapterTitle||""})),it=await Gt("/api/db/book",{action:"reorder",items:De});if(it&&it.success===!1){se.error("保存章节名失败: "+(it&&typeof it=="object"&&"error"in it?it.error:"未知错误"));return}const Je=v.part.id,vt=v.chapter.id;n(At=>At.map(dn=>dn.partId===Je&&dn.chapterId===vt?{...dn,chapterTitle:A}:dn))}if(ue){const De=await Gt("/api/db/book",{action:"update-chapter-pricing",partId:v.part.id,chapterId:v.chapter.id,price:v.isFree?0:Number(v.price)||0,isFree:v.isFree});if(De&&De.success===!1){se.error("保存定价失败: "+(De&&typeof De=="object"&&"error"in De?De.error:"未知错误")),B&&Ln();return}}ie(null),Ln(),se.success("已保存")}catch(De){console.error(De),se.error("保存失败")}finally{$(!1)}},Ti=async(v,A)=>{const B=A.sections.map(ue=>ue.id);if(B.length===0){se.info("该章下无小节,无需删除");return}if(confirm(`确定要删除「第${v.chapters.indexOf(A)+1}章 | ${A.title}」吗?将删除共 ${B.length} 节,此操作不可恢复。`))try{for(const ue of B)await li(`/api/db/book?id=${encodeURIComponent(ue)}`);Ln()}catch(ue){console.error(ue),se.error("删除失败")}},Oo=async()=>{if(!le.trim()){se.error("请输入篇名");return}ye(!0);try{const v=`part-new-${Date.now()}`,A="chapter-1",B=`part-placeholder-${Date.now()}`,ue=await Gt("/api/db/book",{id:B,title:"占位节(可编辑)",price:0,content:"",partId:v,partTitle:le.trim(),chapterId:A,chapterTitle:"第1章 | 待编辑",saveToFile:!1});ue&&ue.success!==!1?(se.success(`篇「${le}」创建成功`),F(!1),de(""),Ln()):se.error("创建失败: "+(ue&&typeof ue=="object"&&"error"in ue?ue.error:"未知错误"))}catch(v){console.error(v),se.error("创建失败")}finally{ye(!1)}},ss=async()=>{if(D.length===0){se.error("请先勾选要移动的章节");return}const v=En.find(B=>B.id===_),A=v==null?void 0:v.chapters.find(B=>B.id===H);if(!v||!A||!_||!H){se.error("请选择目标篇和章");return}Y(!0);try{const B=()=>{const it=new Set(D),Je=e.map(un=>({id:un.id,partId:un.partId||"",partTitle:un.partTitle||"",chapterId:un.chapterId||"",chapterTitle:un.chapterTitle||""})),vt=Je.filter(un=>it.has(un.id)).map(un=>({...un,partId:_,partTitle:v.title||_,chapterId:H,chapterTitle:A.title||H})),At=Je.filter(un=>!it.has(un.id));let dn=At.length;for(let un=At.length-1;un>=0;un-=1){const Al=At[un];if(Al.partId===_&&Al.chapterId===H){dn=un+1;break}}return[...At.slice(0,dn),...vt,...At.slice(dn)]},ue=async()=>{const it=B(),Je=await Gt("/api/db/book",{action:"reorder",items:it});return Je&&Je.success!==!1?(se.success(`已移动 ${D.length} 节到「${v.title}」-「${A.title}」`),G(!1),R([]),await Ln(),!0):!1},Ne={action:"move-sections",sectionIds:D,targetPartId:_,targetChapterId:H,targetPartTitle:v.title||_,targetChapterTitle:A.title||H},De=await Gt("/api/db/book",Ne);if(De&&De.success!==!1)se.success(`已移动 ${De.count??D.length} 节到「${v.title}」-「${A.title}」`),G(!1),R([]),await Ln();else{const it=De&&typeof De=="object"&&"error"in De?De.error||"":"未知错误";if((it.includes("缺少 id")||it.includes("无效的 action"))&&await ue())return;se.error("移动失败: "+it)}}catch(B){console.error(B),se.error("移动失败: "+(B instanceof Error?B.message:"网络或服务异常"))}finally{Y(!1)}},_r=v=>{R(A=>A.includes(v)?A.filter(B=>B!==v):[...A,v])},Ei=async v=>{const A=e.filter(B=>B.partId===v.id).map(B=>B.id);if(A.length===0){se.info("该篇下暂无小节可删除");return}if(confirm(`确定要删除「${v.title}」整篇吗?将删除共 ${A.length} 节内容,此操作不可恢复。`))try{for(const B of A)await li(`/api/db/book?id=${encodeURIComponent(B)}`);Ln()}catch(B){console.error(B),se.error("删除失败")}},zr=async()=>{var v;if(w.trim()){P(!0);try{const A=await Pe(`/api/search?q=${encodeURIComponent(w)}`);A!=null&&A.success&&((v=A.data)!=null&&v.results)?E(A.data.results):(E([]),A&&!A.success&&se.error("搜索失败: "+A.error))}catch(A){console.error(A),E([]),se.error("搜索失败")}finally{P(!1)}}},Mi=En.find(v=>v.id===O.partId),Va=(Mi==null?void 0:Mi.chapters)??[];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"内容管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",En.length," 篇 · ",Pa," 节内容"]})]}),s.jsx("div",{className:"flex gap-2",children:s.jsxs(X,{onClick:()=>Rt(!0),variant:"outline",className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/10 bg-transparent",children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),"排名算法"]})})]}),s.jsx(Dt,{open:h,onOpenChange:f,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(_t,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(An,{className:"w-5 h-5 text-[#38bdac]"}),"新建章节"]})}),s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"章节ID *"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 9.15",value:O.id,onChange:v=>q({...O,id:v.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:O.isFree?0:O.price,onChange:v=>q({...O,price:Number(v.target.value),isFree:Number(v.target.value)===0}),disabled:O.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:O.isFree,onChange:v=>q({...O,isFree:v.target.checked,price:v.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:O.isNew,onChange:v=>q({...O,isNew:v.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:O.isPinned,onChange:v=>q({...O,isPinned:v.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:O.editionPremium!==!0,onChange:()=>q({...O,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:O.editionPremium===!0,onChange:()=>q({...O,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"热度分"}),s.jsx(ce,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:O.hotScore??0,onChange:v=>q({...O,hotScore:Math.max(0,parseFloat(v.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"章节标题 *"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入章节标题",value:O.title,onChange:v=>q({...O,title:v.target.value})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"所属篇"}),s.jsxs(lc,{value:O.partId,onValueChange:v=>{var B;const A=En.find(ue=>ue.id===v);q({...O,partId:v,chapterId:((B=A==null?void 0:A.chapters[0])==null?void 0:B.id)??"chapter-1"})},children:[s.jsx(Qo,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(cc,{})}),s.jsxs(Yo,{className:"bg-[#0f2137] border-gray-700",children:[En.map(v=>s.jsx(Ws,{value:v.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:v.title},v.id)),En.length===0&&s.jsx(Ws,{value:"part-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认篇"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"所属章"}),s.jsxs(lc,{value:O.chapterId,onValueChange:v=>q({...O,chapterId:v}),children:[s.jsx(Qo,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(cc,{})}),s.jsxs(Yo,{className:"bg-[#0f2137] border-gray-700",children:[Va.map(v=>s.jsx(Ws,{value:v.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:v.title},v.id)),Va.length===0&&s.jsx(Ws,{value:"chapter-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认章"})]})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),s.jsx(n0,{content:O.content||"",onChange:v=>q({...O,content:v}),onImageUpload:ki,onMediaUpload:Eo,persons:tt,linkTags:Wt,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(fn,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[s.jsx(X,{variant:"outline",onClick:()=>f(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(X,{onClick:Ao,disabled:y||!O.id||!O.title,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:y?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"创建章节"]})})]})]})}),s.jsx(Dt,{open:!!z,onOpenChange:v=>!v&&V(null),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑篇名"]})}),z&&s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"篇名"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:z.title,onChange:v=>V({...z,title:v.target.value}),placeholder:"输入篇名"})]})}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",onClick:()=>V(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(X,{onClick:Ro,disabled:I||!((Ha=z==null?void 0:z.title)!=null&&Ha.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:I?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx(Dt,{open:!!re,onOpenChange:v=>!v&&ie(null),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsxs(_t,{children:[s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"章节设置"]}),s.jsx("p",{className:"text-gray-400 text-sm font-normal pt-1",children:"修改本章显示名称,或为本章下全部节设置统一金额(仍可在单节编辑里单独改某一节)。"})]}),re&&s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"章节名称(如:第8章|底层结构)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:re.title,onChange:v=>ie({...re,title:v.target.value}),placeholder:"输入章节名称"})]}),s.jsxs("div",{className:"space-y-2 border-t border-gray-700/60 pt-4",children:[s.jsxs(ee,{className:"text-gray-300",children:["本章统一定价(应用于本章全部 ",re.chapter.sections.length," 节)"]}),re.priceMixed&&s.jsx("p",{className:"text-amber-400/90 text-xs",children:"当前各节定价不一致,保存后将按下方设置全部统一。"}),s.jsxs("div",{className:"flex flex-wrap items-end gap-4",children:[s.jsxs("div",{className:"space-y-1 flex-1 min-w-[120px]",children:[s.jsx("span",{className:"text-gray-500 text-xs",children:"价格 (元)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:re.isFree?0:re.price,onChange:v=>ie({...re,price:Number(v.target.value),isFree:Number(v.target.value)===0}),disabled:re.isFree,min:0,step:.01})]}),s.jsxs("label",{className:"flex items-center gap-2 cursor-pointer pb-2",children:[s.jsx("input",{type:"checkbox",checked:re.isFree||re.price===0,onChange:v=>ie({...re,isFree:v.target.checked,price:v.target.checked?0:re.initialPrice>0?re.initialPrice:1}),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac]"}),s.jsx("span",{className:"text-gray-400 text-sm",children:"本章全部免费"})]})]})]})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",onClick:()=>ie(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(X,{onClick:Ci,disabled:J||!(($r=re==null?void 0:re.title)!=null&&$r.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:J?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx(Dt,{open:oe,onOpenChange:v=>{var A;if(G(v),v&&En.length>0){const B=En[0];U(B.id),K(((A=B.chapters[0])==null?void 0:A.id)??"")}},children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:"批量移动至指定目录"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["已选 ",s.jsx("span",{className:"text-[#38bdac] font-medium",children:D.length})," 节,请选择目标篇与章。"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"目标篇"}),s.jsxs(lc,{value:_,onValueChange:v=>{var B;U(v);const A=En.find(ue=>ue.id===v);K(((B=A==null?void 0:A.chapters[0])==null?void 0:B.id)??"")},children:[s.jsx(Qo,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(cc,{placeholder:"选择篇"})}),s.jsx(Yo,{className:"bg-[#0f2137] border-gray-700",children:En.map(v=>s.jsx(Ws,{value:v.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:v.title},v.id))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"目标章"}),s.jsxs(lc,{value:H,onValueChange:K,children:[s.jsx(Qo,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(cc,{placeholder:"选择章"})}),s.jsx(Yo,{className:"bg-[#0f2137] border-gray-700",children:(((da=En.find(v=>v.id===_))==null?void 0:da.chapters)??[]).map(v=>s.jsx(Ws,{value:v.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:v.title},v.id))})]})]})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",onClick:()=>G(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(X,{onClick:ss,disabled:me||D.length===0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:me?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"移动中..."]}):"确认移动"})]})]})}),s.jsx(Dt,{open:!!ke,onOpenChange:v=>!v&&ze(null),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-3xl max-h-[85vh] overflow-hidden flex flex-col",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white",children:["付款记录 — ",(ke==null?void 0:ke.section.title)??""]})}),s.jsx("div",{className:"flex-1 overflow-y-auto py-2",children:ft?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):ke&&ke.orders.length===0?s.jsx("p",{className:"text-gray-500 text-center py-6",children:"暂无付款记录"}):ke?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[s.jsx("th",{className:"py-2 pr-2",children:"订单号"}),s.jsx("th",{className:"py-2 pr-2",children:"用户ID"}),s.jsx("th",{className:"py-2 pr-2",children:"金额"}),s.jsx("th",{className:"py-2 pr-2",children:"状态"}),s.jsx("th",{className:"py-2 pr-2",children:"支付时间"})]})}),s.jsx("tbody",{children:ke.orders.map(v=>s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-blue-400 hover:text-blue-300 hover:underline text-left truncate max-w-[180px] block",title:`查看订单 ${v.orderSn}`,onClick:()=>window.open(`/orders?search=${v.orderSn??v.id??""}`,"_blank"),children:v.orderSn?v.orderSn.length>16?v.orderSn.slice(0,8)+"..."+v.orderSn.slice(-6):v.orderSn:"-"})}),s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[140px] block",title:`查看用户 ${v.userId??v.openId??""}`,onClick:()=>window.open(`/users?search=${v.userId??v.openId??""}`,"_blank"),children:(()=>{const A=v.userId??v.openId??"-";return A.length>12?A.slice(0,6)+"..."+A.slice(-4):A})()})}),s.jsxs("td",{className:"py-2 pr-2 text-gray-300",children:["¥",v.amount??0]}),s.jsx("td",{className:"py-2 pr-2 text-gray-300",children:v.status??"-"}),s.jsx("td",{className:"py-2 pr-2 text-gray-500",children:v.payTime??v.createdAt??"-"})]},v.id??v.orderSn??""))})]}):null})]})}),s.jsx(Dt,{open:dt,onOpenChange:Rt,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(dh,{className:"w-5 h-5 text-amber-400"}),"文章排名算法"]})}),s.jsxs("div",{className:"space-y-4 py-2",children:[s.jsx("p",{className:"text-sm text-gray-400",children:"热度积分 = 阅读权重×阅读排名分 + 新度权重×新度排名分 + 付款权重×付款排名分(三权重之和须为 1)"}),mn?s.jsx("p",{className:"text-gray-500",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"grid grid-cols-3 gap-3",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"阅读权重"}),s.jsx(ce,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:Tt.readWeight,onChange:v=>Tn(A=>({...A,readWeight:Math.max(0,Math.min(1,parseFloat(v.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"新度权重"}),s.jsx(ce,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:Tt.recencyWeight,onChange:v=>Tn(A=>({...A,recencyWeight:Math.max(0,Math.min(1,parseFloat(v.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"付款权重"}),s.jsx(ce,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:Tt.payWeight,onChange:v=>Tn(A=>({...A,payWeight:Math.max(0,Math.min(1,parseFloat(v.target.value)||0))}))})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["当前之和: ",(Tt.readWeight+Tt.recencyWeight+Tt.payWeight).toFixed(1)]}),s.jsxs("ul",{className:"list-disc list-inside space-y-1 text-xs text-gray-400",children:[s.jsx("li",{children:"阅读量前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"最近更新前 30 篇:第1名=30分、第2名=29分...第30名=1分"}),s.jsx("li",{children:"付款数前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"热度分可在编辑章节中手动覆盖"})]}),s.jsx(X,{onClick:la,disabled:qt||Math.abs(Tt.readWeight+Tt.recencyWeight+Tt.payWeight-1)>.001,className:"w-full bg-amber-500 hover:bg-amber-600 text-white",children:qt?"保存中...":"保存权重"})]})]})]})}),s.jsx(Dt,{open:Q,onOpenChange:F,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(An,{className:"w-5 h-5 text-amber-400"}),"新建篇"]})}),s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"篇名(如:第六篇|真实的社会)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:le,onChange:v=>de(v.target.value),placeholder:"输入篇名"})]})}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",onClick:()=>{F(!1),de("")},className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(X,{onClick:Oo,disabled:ve||!le.trim(),className:"bg-amber-500 hover:bg-amber-600 text-white",children:ve?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"创建篇"]})})]})]})}),s.jsx(Dt,{open:!!c,onOpenChange:()=>u(null),children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(_t,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节"]})}),c&&s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"章节ID"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:c.id,onChange:v=>u({...c,id:v.target.value}),placeholder:"如: 9.15"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:c.isFree?0:c.price,onChange:v=>u({...c,price:Number(v.target.value),isFree:Number(v.target.value)===0}),disabled:c.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:c.isFree||c.price===0,onChange:v=>u({...c,isFree:v.target.checked,price:v.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"预览%"}),s.jsx(ce,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",placeholder:`全局 ${gt}%`,value:c.previewPercent??"",onChange:v=>{const A=v.target.value===""?void 0:Math.min(100,Math.max(0,Number(v.target.value)));u({...c,previewPercent:A})}})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:c.isNew??!1,onChange:v=>u({...c,isNew:v.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:c.isPinned??!1,onChange:v=>u({...c,isPinned:v.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:c.editionPremium!==!0,onChange:()=>u({...c,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:c.editionPremium===!0,onChange:()=>u({...c,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"热度分"}),s.jsx(ce,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:c.hotScore??0,onChange:v=>u({...c,hotScore:Math.max(0,parseFloat(v.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"章节标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:c.title,onChange:v=>u({...c,title:v.target.value})})]}),c.filePath&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"文件路径"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-gray-400 text-sm",value:c.filePath,disabled:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),m?s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700 rounded-md min-h-[400px] flex items-center justify-center",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(n0,{ref:ia,content:c.content||"",onChange:v=>u({...c,content:v}),onImageUpload:ki,onMediaUpload:Eo,persons:tt,linkTags:Wt,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(fn,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[c&&s.jsxs(X,{variant:"outline",onClick:()=>Ml({id:c.id,title:c.title,price:c.price}),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent mr-auto",children:[s.jsx(Gs,{className:"w-4 h-4 mr-2"}),"付款记录"]}),s.jsxs(X,{variant:"outline",onClick:()=>u(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsx(X,{onClick:Si,disabled:y,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:y?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存修改"]})})]})]})}),s.jsxs(jc,{defaultValue:"chapters",className:"space-y-6",children:[s.jsxs(ul,{className:"bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(Qt,{value:"chapters",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(Gs,{className:"w-4 h-4 mr-2"}),"章节管理"]}),s.jsxs(Qt,{value:"ranking",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx(ug,{className:"w-4 h-4 mr-2"}),"内容排行榜"]}),s.jsxs(Qt,{value:"search",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(va,{className:"w-4 h-4 mr-2"}),"内容搜索"]}),s.jsxs(Qt,{value:"link-person",className:"data-[state=active]:bg-purple-500/20 data-[state=active]:text-purple-400 text-gray-400",children:[s.jsx(ya,{className:"w-4 h-4 mr-2"}),"链接人与事"]}),s.jsxs(Qt,{value:"link-tag",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx(l1,{className:"w-4 h-4 mr-2"}),"链接标签"]})]}),s.jsxs(Yt,{value:"chapters",className:"space-y-4",children:[s.jsxs("div",{className:"rounded-2xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between shadow-sm",children:[s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac] flex items-center justify-center text-white shadow-lg shadow-[#38bdac]/20 shrink-0",children:s.jsx(Gs,{className:"w-6 h-6"})}),s.jsxs("div",{children:[s.jsx("h2",{className:"font-bold text-base text-white leading-tight mb-1",children:"一场SOUL的创业实验场"}),s.jsx("p",{className:"text-xs text-gray-500",children:"来自Soul派对房的真实商业故事"})]})]}),s.jsxs("div",{className:"text-center shrink-0",children:[s.jsx("span",{className:"block text-2xl font-bold text-[#38bdac]",children:Pa}),s.jsx("span",{className:"text-xs text-gray-500",children:"章节"})]})]}),s.jsxs("div",{className:"flex flex-wrap gap-2",children:[s.jsxs(X,{onClick:()=>f(!0),className:"flex-1 min-w-[120px] bg-[#38bdac]/10 hover:bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/30",children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"新建章节"]}),s.jsxs(X,{onClick:()=>F(!0),className:"flex-1 min-w-[120px] bg-amber-500/10 hover:bg-amber-500/20 text-amber-400 border border-amber-500/30",children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"新建篇"]}),s.jsxs(X,{variant:"outline",onClick:()=>G(!0),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:["批量移动(已选 ",D.length," 节)"]})]}),r?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(W9,{parts:En,expandedParts:i,onTogglePart:Mo,onReorder:Tl,onReadSection:Fa,onDeleteSection:Oa,onAddSectionInPart:Io,onAddChapterInPart:Ba,onDeleteChapter:Ti,onEditPart:mr,onDeletePart:Ei,onEditChapter:Po,selectedSectionIds:D,onToggleSectionSelect:_r,onShowSectionOrders:Ml,pinnedSectionIds:Se})]}),s.jsx(Yt,{value:"search",className:"space-y-4",children:s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(rt,{children:s.jsx(at,{className:"text-white",children:"内容搜索"})}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",placeholder:"搜索标题或内容...",value:w,onChange:v=>j(v.target.value),onKeyDown:v=>v.key==="Enter"&&zr()}),s.jsx(X,{onClick:zr,disabled:T||!w.trim(),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:T?s.jsx(Fe,{className:"w-4 h-4 animate-spin"}):s.jsx(va,{className:"w-4 h-4"})})]}),S.length>0&&s.jsxs("div",{className:"space-y-2 mt-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["找到 ",S.length," 个结果"]}),S.map(v=>s.jsxs("div",{className:"p-3 rounded-lg bg-[#162840] hover:bg-[#1a3050] cursor-pointer transition-colors",onClick:()=>Fa({id:v.id,mid:v.mid,title:v.title,price:v.price??1,filePath:""}),children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs",children:v.id}),s.jsx("span",{className:"text-white",children:v.title}),Se.includes(v.id)&&s.jsx(uc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})]}),s.jsx(Ve,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:v.matchType==="title"?"标题匹配":"内容匹配"})]}),v.snippet&&s.jsx("p",{className:"text-gray-500 text-xs mt-2 line-clamp-2",children:v.snippet}),(v.partTitle||v.chapterTitle)&&s.jsxs("p",{className:"text-gray-600 text-xs mt-1",children:[v.partTitle," · ",v.chapterTitle]})]},v.id))]})]})]})}),s.jsxs(Yt,{value:"ranking",className:"space-y-4",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(dh,{className:"w-4 h-4 text-[#38bdac]"}),"内容显示规则"]})}),s.jsx(Le,{children:s.jsxs("div",{className:"flex items-center gap-4 flex-wrap",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ee,{className:"text-gray-400 text-sm whitespace-nowrap",children:"未付费预览比例"}),s.jsx(ce,{type:"number",min:"1",max:"100",className:"bg-[#0a1628] border-gray-700 text-white w-20",value:gt,onChange:v=>L(Math.max(1,Math.min(100,Number(v.target.value)||20))),disabled:Me}),s.jsx("span",{className:"text-gray-500 text-sm",children:"%"})]}),s.jsx(X,{size:"sm",onClick:Uc,disabled:Et,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:Et?"保存中...":"保存"}),s.jsxs("span",{className:"text-xs text-gray-500",children:["小程序未付费用户默认显示文章前 ",gt,"% 内容"]})]})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs(at,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(ug,{className:"w-4 h-4 text-amber-400"}),"内容排行榜",s.jsxs("span",{className:"text-xs text-gray-500 font-normal ml-2",children:["按热度排行 · 共 ",St.length," 节"]})]}),s.jsxs("div",{className:"flex items-center gap-1 text-sm",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>hr(),disabled:xn,className:"text-gray-400 hover:text-white h-7 w-7 p-0",title:"刷新排行榜",children:s.jsx(Fe,{className:`w-4 h-4 ${xn?"animate-spin":""}`})}),s.jsx(X,{variant:"ghost",size:"sm",disabled:On<=1||xn,onClick:()=>$n(v=>Math.max(1,v-1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(d5,{className:"w-4 h-4"})}),s.jsxs("span",{className:"text-gray-400 min-w-[60px] text-center",children:[On," / ",kt]}),s.jsx(X,{variant:"ghost",size:"sm",disabled:On>=kt||xn,onClick:()=>$n(v=>Math.min(kt,v+1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(Xo,{className:"w-4 h-4"})})]})]})}),s.jsx(Le,{children:s.jsxs("div",{className:"space-y-0",children:[s.jsxs("div",{className:"grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2 text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("span",{children:"排名"}),s.jsx("span",{children:"置顶"}),s.jsx("span",{children:"标题"}),s.jsx("span",{className:"text-right",children:"点击量"}),s.jsx("span",{className:"text-right",children:"付款数"}),s.jsx("span",{className:"text-right",children:"热度"}),s.jsx("span",{className:"text-right",children:"编辑"})]}),oa.map((v,A)=>{const B=(On-1)*Ls+A+1,ue=v.isPinned??Se.includes(v.id);return s.jsxs("div",{className:`grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2.5 items-center border-b border-gray-700/30 hover:bg-[#162840] transition-colors ${ue?"bg-amber-500/5":""}`,children:[s.jsx("span",{className:`text-sm font-bold ${B<=3?"text-amber-400":"text-gray-500"}`,children:B<=3?["🥇","🥈","🥉"][B-1]:`#${B}`}),s.jsx(X,{variant:"ghost",size:"sm",className:`h-6 w-6 p-0 ${ue?"text-amber-400":"text-gray-600 hover:text-amber-400"}`,onClick:()=>pr(v.id),disabled:Xe,title:ue?"取消置顶":"强制置顶(精选推荐/首页最新更新)",children:ue?s.jsx(uc,{className:"w-3.5 h-3.5 fill-current"}):s.jsx(DM,{className:"w-3.5 h-3.5"})}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"text-white text-sm truncate block",children:v.title}),s.jsxs("span",{className:"text-gray-600 text-xs",children:[v.partTitle," · ",v.chapterTitle]})]}),s.jsx("span",{className:"text-right text-sm text-blue-400 font-mono",children:v.clickCount??0}),s.jsx("span",{className:"text-right text-sm text-green-400 font-mono",children:v.payCount??0}),s.jsx("span",{className:"text-right text-sm text-amber-400 font-mono",children:(v.hotScore??0).toFixed(1)}),s.jsx("div",{className:"text-right",children:s.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-500 hover:text-[#38bdac] h-6 px-1",onClick:()=>Fa({id:v.id,mid:v.mid,title:v.title,price:v.price,filePath:""}),title:"编辑文章",children:s.jsx(Jt,{className:"w-3 h-3"})})})]},v.id)}),oa.length===0&&s.jsx("div",{className:"py-8 text-center text-gray-500",children:"暂无数据"})]})})]})]}),s.jsxs(Yt,{value:"link-person",className:"space-y-4",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"pb-3",children:[s.jsxs(at,{className:"text-white text-base flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] text-lg font-bold",children:"@"}),"AI列表 — 链接人与事(编辑器内输入 @ 可链接)"]}),s.jsxs("div",{className:"text-xs text-gray-500 mt-1 space-y-1",children:[s.jsxs("p",{children:["文章 @ 存 ",s.jsx("span",{className:"text-gray-400",children:"token"}),";小程序点 @ 用 token 换存客宝密钥后加好友/拉群。"]}),s.jsxs("p",{children:[s.jsx("span",{className:"text-purple-300",children:"超级个体"}),":开通且昵称合法会自动进本列表可 @;共用「超级个体拉群」统一获客计划(话术由技术侧在系统里配置,本页不填 plan/apiKey,避免误操作)。"]}),s.jsx("p",{children:"点「添加」新建的人物:每人单独一条存客宝计划(SOUL链接人与事-名称)。"})]})]}),s.jsxs(Le,{className:"space-y-3",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsx("p",{className:"text-xs text-gray-500",children:"本页只管理可 @ 的人物列表"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>{Bn()},title:"刷新",children:s.jsx(Fe,{className:"w-4 h-4"})}),s.jsxs(X,{size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",onClick:()=>{Zs(null),Aa(!0)},children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"添加"]})]})]}),s.jsx("div",{className:"max-h-[400px] overflow-y-auto",children:tt.length>0?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("th",{className:"text-left py-1.5 px-3 w-[280px] font-normal",children:"token"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-24 font-normal",children:"@的人"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-[72px] font-normal text-xs",children:"来源"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-[100px] font-normal text-xs",children:"会员"}),s.jsx("th",{className:"py-1.5 px-3 w-16 font-normal text-center",children:"获客数"}),s.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"获客计划"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-16 font-normal",children:"状态"}),s.jsx("th",{className:"text-left py-1.5 px-2 w-24 font-normal",children:"操作"})]})}),s.jsx("tbody",{children:tt.map(v=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-[#0a1628]/80",children:[s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"32位token",children:v.id}),s.jsx("td",{className:"py-2 px-3 truncate max-w-[96px]",children:s.jsx("button",{type:"button",className:"text-amber-400 hover:text-amber-300 hover:underline text-left",onClick:()=>{Mt[v.id]&&ps(v.id,v.name)},title:Mt[v.id]?"点击查看获客详情":v.name,children:v.name})}),s.jsx("td",{className:"py-2 px-3",children:v.personSource==="vip_sync"?s.jsx("span",{className:"text-[10px] text-purple-300 bg-purple-500/15 px-1.5 py-0.5 rounded whitespace-nowrap",children:"超级个体"}):s.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 py-0.5 rounded whitespace-nowrap",children:"手工"})}),s.jsx("td",{className:"py-2 px-3 text-xs",children:v.userId?s.jsxs("div",{className:"flex flex-col gap-0.5 items-start max-w-[100px]",children:[v.personSource==="vip_sync"&&s.jsx("span",{className:"text-[10px] text-purple-300/90 leading-tight",children:"已绑定超级个体"}),s.jsx("button",{type:"button",className:"text-[#38bdac] hover:underline truncate max-w-[96px] block text-left",title:`用户ID: ${v.userId}`,onClick:()=>t(`/users?search=${encodeURIComponent(v.userId||"")}`),children:v.name})]}):s.jsx("span",{className:"text-gray-600",children:"—"})}),(()=>{const A=Mt[v.id]||0;return s.jsx("td",{className:`py-2 px-3 shrink-0 w-16 text-center text-xs font-bold cursor-pointer ${A>0?"text-green-400 hover:text-green-300 hover:underline":"text-gray-600"}`,title:A>0?"点击查看获客详情":"暂无获客",onClick:()=>{A>0&&ps(v.id,v.name)},children:A})})(),s.jsx("td",{className:"py-2 px-3 text-white truncate max-w-[220px]",title:`planId: ${v.ckbPlanId??"-"}`,children:s.jsx("div",{className:"flex items-center gap-1.5",children:s.jsx("span",{className:"truncate",children:v.ckbPlanId?v.personSource==="vip_sync"?"超级个体拉群(统一计划)":`SOUL链接人与事-${v.name}`:"—"})})}),s.jsx("td",{className:"py-2 px-3 text-center",children:v.ckbPlanId?s.jsx("span",{className:"text-[10px] text-green-400 bg-green-400/10 px-1.5 py-0.5 rounded",children:"启用"}):s.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 py-0.5 rounded",children:"未配置"})}),s.jsx("td",{className:"py-2 px-2",children:s.jsxs("div",{className:"flex items-center gap-0",children:[s.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-[#38bdac] h-6 px-2",title:"编辑",onClick:async()=>{try{const A=await q9(v.personId||"");if(A!=null&&A.success&&A.person){const B=A.person;Zs({id:B.token??B.personId,personId:B.personId,name:B.name,personSource:B.personSource??"",userId:B.userId??"",label:B.label??"",ckbApiKey:B.ckbApiKey??"",remarkType:B.remarkType,remarkFormat:B.remarkFormat,addFriendInterval:B.addFriendInterval,startTime:B.startTime,endTime:B.endTime,deviceGroups:B.deviceGroups})}else Zs(v),A!=null&&A.error&&se.error(A.error)}catch(A){console.error(A),Zs(v),se.error(A instanceof Error?A.message:"加载人物详情失败")}Aa(!0)},children:s.jsx(c1,{className:"w-3 h-3"})}),s.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-green-400 h-6 px-2",title:"查看新客户",onClick:()=>ps(v.id,v.name),children:s.jsx(In,{className:"w-3 h-3"})}),s.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",title:v.personSource==="vip_sync"?"删除本地 @人物(不删统一获客计划)":"删除(同时删除存客宝对应获客计划)",onClick:()=>vi(v),children:s.jsx(Yn,{className:"w-3 h-3"})})]})})]},v.id))})]}):s.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无AI人物,添加后可在编辑器中 @链接"})})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"pb-3",children:[s.jsxs(at,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(YM,{className:"w-4 h-4 text-[#38bdac]"}),"存客宝绑定"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置存客宝 API 后,文章中 @人物 或 #标签 点击可自动进入存客宝流量池"})]}),s.jsxs(Le,{className:"space-y-3",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"存客宝 API 地址"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"https://ckbapi.quwanzhi.com",defaultValue:"https://ckbapi.quwanzhi.com",readOnly:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"绑定计划"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"创业实验-内容引流",defaultValue:"创业实验-内容引流",readOnly:!0})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["具体存客宝场景配置与接口测试请前往"," ",s.jsx("button",{className:"text-[#38bdac] hover:underline",onClick:()=>window.open("/match","_blank"),children:"找伙伴 → 存客宝工作台"})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"pb-3",children:[s.jsxs(at,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(dh,{className:"w-4 h-4 text-blue-400"}),"获客 Webhook 通知"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置后新获客线索将自动推送到群聊(支持企业微信/飞书 Webhook)"})]}),s.jsxs(Le,{className:"space-y-3",children:[s.jsxs("div",{className:"flex gap-3 items-end",children:[s.jsxs("div",{className:"flex-1 space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"Webhook URL"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=...",value:ra,onChange:v=>aa(v.target.value)})]}),s.jsxs(X,{size:"sm",className:"bg-blue-500 hover:bg-blue-600 text-white h-8",onClick:async()=>{const v=ra.trim();try{const A=await Ct("/api/db/config",{key:"ckb_lead_webhook_url",value:v,description:"获客线索 Webhook 通知 URL(企微/飞书)"});A!=null&&A.success?se.success(v?"Webhook 已保存":"Webhook 已清除"):se.error((A==null?void 0:A.error)??"保存失败")}catch{se.error("保存失败")}},children:[s.jsx(bn,{className:"w-3.5 h-3.5 mr-1"}),"保存"]})]}),s.jsx("p",{className:"text-xs text-gray-500",children:"配置企业微信或飞书群机器人 Webhook URL,获客成功后自动推送通知"})]})]})]}),s.jsxs(Yt,{value:"link-tag",className:"space-y-4",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"pb-3",children:[s.jsxs(at,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(l1,{className:"w-4 h-4 text-amber-400"}),"链接标签 — 链接事与物(编辑器内 #标签 可跳转链接/小程序/存客宝)"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"小程序端点击 #标签 可直接跳转对应链接,进入流量池"})]}),s.jsxs(Le,{className:"space-y-3",children:[s.jsxs("div",{className:"flex items-end justify-between gap-3 flex-wrap",children:[s.jsxs("div",{className:"flex items-end gap-2 flex-wrap",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-400 text-xs",children:"搜索"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-48",placeholder:"按标签ID/显示文字搜索",value:Ss,onChange:v=>{Xs(v.target.value),Er(1)}})]}),s.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50 h-8",onClick:()=>{Vn(),La()},title:"刷新",children:s.jsx(Fe,{className:"w-4 h-4"})})]}),s.jsxs(X,{size:"sm",className:"bg-amber-500 hover:bg-amber-600 text-white h-8",onClick:()=>{xe(null),ut({tagId:"",label:"",aliases:"",url:"",type:"url",appId:"",appSecret:"",pagePath:""}),_s(""),zs(!1),Cs(!0)},children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"添加标签"]})]}),s.jsxs("div",{className:"rounded-md border border-gray-700/50 overflow-hidden",children:[s.jsx("div",{className:"max-h-[420px] overflow-y-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"bg-[#0a1628] border-b border-gray-700/50",children:s.jsxs("tr",{children:[s.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-32",children:"标签"}),s.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-28",children:"别名"}),s.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-20",children:"类型"}),s.jsx("th",{className:"text-left px-3 py-2 text-gray-400",children:"目标 / AppID"}),s.jsx("th",{className:"text-right px-3 py-2 text-gray-400 w-28",children:"操作"})]})}),s.jsx("tbody",{children:bi?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:"加载中..."})}):ts.length===0?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:"暂无链接标签,添加后可在编辑器中使用 #标签 跳转"})}):ts.map(v=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-white/5",children:[s.jsx("td",{className:"px-3 py-2",children:s.jsxs("button",{type:"button",className:"text-amber-400 font-semibold hover:text-amber-300 hover:underline text-left",onClick:()=>{xe(v),ut({tagId:v.id,label:v.label,aliases:v.aliases??"",url:v.url,type:v.type,appId:v.appId??"",appSecret:"",pagePath:v.pagePath??""}),_s(v.appId??""),zs(!1),Cs(!0)},title:"点击编辑标签",children:["#",v.label]})}),s.jsx("td",{className:"px-3 py-2 text-gray-500 text-xs truncate max-w-[120px]",title:v.aliases||"",children:v.aliases||"—"}),s.jsx("td",{className:"px-3 py-2",children:s.jsx(Ve,{variant:"secondary",className:`text-[10px] ${v.type==="ckb"?"bg-green-500/20 text-green-300 border-green-500/30":v.type==="miniprogram"||v.type==="wxlink"?"bg-[#38bdac]/20 text-[#38bdac] border-[#38bdac]/30":"bg-gray-700 text-gray-300"}`,children:v.type==="url"?"网页":v.type==="ckb"?"存客宝":v.type==="wxlink"?"小程序链接":"小程序"})}),s.jsx("td",{className:"px-3 py-2 text-gray-300",children:v.type==="miniprogram"?s.jsxs("div",{className:"space-y-0.5",children:[(()=>{const A=Da.find(B=>B.key===v.appId);return s.jsxs(s.Fragment,{children:[A&&s.jsx("div",{className:"text-xs text-white",children:A.name}),s.jsxs("div",{className:"text-xs font-mono text-[#38bdac]",children:["AppID: ",(A==null?void 0:A.appId)||v.appId||"—"]})]})})(),v.pagePath&&s.jsx("div",{className:"text-xs text-gray-500 font-mono",children:v.pagePath}),s.jsxs("div",{className:`text-xs ${v.hasAppSecret?"text-emerald-400/90":"text-amber-500/80"}`,children:["AppSecret:",v.hasAppSecret?"已保存(仅服务端)":"未配置"]})]}):v.type==="wxlink"?s.jsxs("div",{className:"space-y-0.5",children:[s.jsx("div",{className:"text-xs text-[#38bdac] truncate max-w-[420px] font-mono",title:v.url,children:v.url||"—"}),s.jsx("div",{className:"text-[11px] text-gray-500",children:"小程序内点击 → web-view 打开 → 自动唤起目标小程序"})]}):v.url?s.jsxs("a",{href:v.url,target:"_blank",rel:"noreferrer",className:"text-blue-400 text-xs truncate max-w-[420px] hover:underline inline-flex items-center gap-1",children:[v.url," ",s.jsx(fi,{className:"w-3 h-3 shrink-0"})]}):s.jsx("span",{className:"text-gray-500 text-xs",children:"—"})}),s.jsx("td",{className:"px-3 py-2",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(X,{variant:"ghost",size:"sm",className:"text-gray-300 hover:text-white h-7 px-2",onClick:()=>{xe(v),ut({tagId:v.id,label:v.label,aliases:v.aliases??"",url:v.url,type:v.type,appId:v.appId??"",appSecret:"",pagePath:v.pagePath??""}),_s(v.appId??""),zs(!1),Cs(!0)},title:"编辑",children:s.jsx(c1,{className:"w-3 h-3"})}),s.jsx(X,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-7 px-2",onClick:async()=>{if(confirm(`确定要删除「#${v.label}」吗?`))try{const A=await li(`/api/db/link-tags?tagId=${encodeURIComponent(v.id)}`);A!=null&&A.success?(se.success("已删除"),Vn(),La()):se.error((A==null?void 0:A.error)??"删除失败")}catch(A){console.error(A),se.error("删除失败")}},title:"删除",children:s.jsx(Yn,{className:"w-3 h-3"})})]})})]},v.id))})]})}),s.jsx(qs,{page:ta,pageSize:Mr,total:cr,totalPages:Ea,onPageChange:v=>Er(v),onPageSizeChange:v=>{Ar(v),Er(1)}})]})]})]}),s.jsx(Dt,{open:ur,onOpenChange:Cs,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg p-4 gap-3",children:[s.jsxs(_t,{className:"gap-1",children:[s.jsx(zt,{className:"text-base",children:ae?"编辑链接标签":"添加链接标签"}),s.jsx(Zh,{className:"text-gray-400 text-xs",children:"配置后可在富文本编辑器中通过 #标签 插入,并在小程序端点击跳转。小程序类型需填 mpKey 或微信 AppID;AppSecret 仅存服务端(不下发小程序),供后续开放接口与台账使用。"})]}),s.jsxs("div",{className:"space-y-3 py-2",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"标签ID"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"留空自动生成;或自定义短 ID(如 kr),最长 50 字符",value:Ue.tagId,disabled:!!ae,onChange:v=>ut(A=>({...A,tagId:v.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"显示文字"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"如 神仙团队",value:Ue.label,onChange:v=>ut(A=>({...A,label:v.target.value}))})]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"别名(多个用逗号分隔,同指向一个目标)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"如 团队招募, 团队合伙人",value:Ue.aliases,onChange:v=>ut(A=>({...A,aliases:v.target.value}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 items-end",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"类型"}),s.jsxs(lc,{value:Ue.type,onValueChange:v=>ut(A=>({...A,type:v})),children:[s.jsx(Qo,{className:"bg-[#0a1628] border-gray-700 text-white h-8",children:s.jsx(cc,{})}),s.jsxs(Yo,{className:"bg-[#0f2137] border-gray-700 text-white",children:[s.jsx(Ws,{value:"url",children:"网页链接"}),s.jsx(Ws,{value:"miniprogram",children:"小程序(API跳转)"}),s.jsx(Ws,{value:"wxlink",children:"小程序链接(右上角复制)"}),s.jsx(Ws,{value:"ckb",children:"存客宝"})]})]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:Ue.type==="url"?"URL地址":Ue.type==="ckb"?"存客宝计划URL":Ue.type==="wxlink"?"小程序链接":"小程序 mpKey / 微信 AppID"}),Ue.type==="wxlink"?s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"粘贴小程序右上角 ... → 复制链接 得到的 URL",value:Ue.url,onChange:v=>ut(A=>({...A,url:v.target.value}))}):Ue.type==="miniprogram"&&Da.length>0?s.jsxs("div",{ref:El,className:"relative",children:[s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"搜索名称或密钥",value:er?za:Ue.appId,onChange:v=>{const A=v.target.value;_s(A),zs(!0),Da.some(B=>B.key===A)||ut(B=>({...B,appId:A}))},onFocus:()=>{_s(Ue.appId),zs(!0)},onBlur:()=>setTimeout(()=>zs(!1),150)}),er&&s.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 max-h-48 overflow-y-auto rounded-md border border-gray-700 bg-[#0a1628] shadow-lg z-50",children:Dr.length===0?s.jsx("div",{className:"px-3 py-2 text-gray-500 text-xs",children:"无匹配,可手动输入密钥"}):Dr.map(v=>s.jsxs("button",{type:"button",className:"w-full px-3 py-2 text-left text-sm text-white hover:bg-[#38bdac]/20 flex flex-col gap-0.5",onMouseDown:A=>{A.preventDefault(),ut(B=>({...B,appId:v.key,pagePath:v.path||""})),_s(""),zs(!1)},children:[s.jsx("span",{children:v.name}),s.jsx("span",{className:"text-xs text-gray-400 font-mono",children:v.key})]},v.key))})]}):s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:Ue.type==="url"?"https://...":Ue.type==="ckb"?"https://ckbapi.quwanzhi.com/...":"关联配置的 key,或直接填 wx 开头的 AppID",value:Ue.type==="url"||Ue.type==="ckb"?Ue.url:Ue.appId,onChange:v=>{Ue.type==="url"||Ue.type==="ckb"?ut(A=>({...A,url:v.target.value})):ut(A=>({...A,appId:v.target.value}))}})]})]}),Ue.type==="wxlink"&&s.jsx("p",{className:"text-[11px] text-amber-400/80 leading-snug px-0.5",children:"操作:打开目标小程序 → 右上角「...」→「复制链接」→ 粘贴到上面。小程序内点击此标签会在 web-view 中打开,微信自动唤起目标小程序,无需修改小程序版本。"}),Ue.type==="miniprogram"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"页面路径(可选)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"pages/index/index",value:Ue.pagePath,onChange:v=>ut(A=>({...A,pagePath:v.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-300 text-sm",children:"AppSecret(微信公众平台 · 仅服务端存储)"}),s.jsx(ce,{type:"password",autoComplete:"new-password",className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:ae!=null&&ae.hasAppSecret?"已保存密钥,留空不改;填写则覆盖":"粘贴目标小程序 AppSecret",value:Ue.appSecret,onChange:v=>ut(A=>({...A,appSecret:v.target.value}))}),s.jsx("p",{className:"text-[11px] text-gray-500 leading-snug",children:"与 AppID 成对落库;接口响应与小程序配置中均不会返回此字段。"})]})]})]}),s.jsxs(fn,{className:"gap-2 pt-1",children:[s.jsx(X,{variant:"outline",onClick:()=>Cs(!1),className:"border-gray-600",children:"取消"}),s.jsx(X,{onClick:async()=>{const v={tagId:Ue.tagId.trim(),label:Ue.label.trim(),aliases:Ue.aliases.trim(),url:Ue.url.trim(),type:Ue.type,appId:Ue.appId.trim(),appSecret:Ue.appSecret.trim(),pagePath:Ue.pagePath.trim()};if(v.tagId){const A=v.tagId;if([...A].length>50){se.error("标签ID 最长 50 个字符");return}if(/[#,\n\r\t]/.test(A)){se.error("标签ID 不能含 #、逗号或换行");return}}if(!v.label){se.error("显示文字必填");return}v.type==="miniprogram"&&(v.url=""),v.type==="wxlink"&&(v.appId="",v.pagePath=""),Ps(!0);try{const A=await Ct("/api/db/link-tags",v);A!=null&&A.success?(se.success(ae?"已更新":"已添加"),Cs(!1),Vn(),La()):se.error((A==null?void 0:A.error)??"保存失败")}catch(A){console.error(A),se.error("保存失败")}finally{Ps(!1)}},disabled:Fn,className:"bg-amber-500 hover:bg-amber-600 text-white",children:Fn?"保存中...":"保存"})]})]})})]})]}),s.jsx(J9,{open:Ma,onOpenChange:Aa,editingPerson:To,onSubmit:async v=>{var ue;const A={personId:v.personId||v.name.toLowerCase().replace(/\s+/g,"_")+"_"+Date.now().toString(36),name:v.name,userId:v.boundUserId,aliases:v.aliases||void 0,label:v.label,ckbApiKey:v.ckbApiKey||void 0,greeting:v.greeting||void 0,tips:v.tips||void 0,remarkType:v.remarkType||void 0,remarkFormat:v.remarkFormat||void 0,addFriendInterval:v.addFriendInterval,startTime:v.startTime||void 0,endTime:v.endTime||void 0,deviceGroups:(ue=v.deviceGroups)!=null&&ue.trim()?v.deviceGroups.split(",").map(Ne=>parseInt(Ne.trim(),10)).filter(Ne=>!Number.isNaN(Ne)):void 0},B=await Ct("/api/db/persons",A);if(B&&B.success===!1){const Ne=B;Ne.ckbResponse&&console.log("存客宝返回",Ne.ckbResponse);const De=Ne.error||"操作失败";throw new Error(De)}if(Bn(),se.success(To?"已保存":"已添加"),B!=null&&B.ckbCreateResult&&Object.keys(B.ckbCreateResult).length>0){const Ne=B.ckbCreateResult;console.log("存客宝创建结果",Ne);const De=Ne.planId??Ne.id,it=De!=null?[`planId: ${De}`]:[];Ne.apiKey!=null&&it.push("apiKey: ***"),se.info(it.length?`存客宝创建结果:${it.join(",")}`:"存客宝创建结果见控制台")}}}),s.jsx(Dt,{open:!!Ts,onOpenChange:v=>{v||vi(null)},children:s.jsxs(Lt,{showCloseButton:!0,className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[s.jsxs(_t,{className:"gap-1",children:[s.jsx(zt,{className:"text-white text-base",children:"确认删除"}),s.jsx(Zh,{className:"text-gray-400 text-sm leading-relaxed wrap-break-word",children:Ts&&s.jsxs(s.Fragment,{children:[Ts.personSource==="vip_sync"?s.jsxs(s.Fragment,{children:[s.jsxs("p",{children:["确定删除超级个体「",Ts.name,"」对应的 @人物?"]}),s.jsxs("p",{className:"mt-1.5 text-amber-200/90",children:["仅删除本系统的 Person 与独立 token,",s.jsx("strong",{children:"不会"}),"删除存客宝里的「超级个体统一获客计划」(其他超级个体仍在使用该计划)。"]})]}):s.jsx(s.Fragment,{children:s.jsxs("p",{children:["确定删除「SOUL链接人与事-",Ts.name,"」?将同时删除存客宝对应获客计划。"]})}),s.jsxs("p",{className:"mt-1.5",children:["二次确认:删除后无法恢复,文章中的 @",Ts.name," 将无法正常跳转。"]})]})})]}),s.jsxs(fn,{className:"gap-2 sm:gap-2 pt-1",children:[s.jsx(X,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300",onClick:()=>vi(null),children:"取消"}),s.jsx(X,{variant:"destructive",size:"sm",className:"bg-red-600 hover:bg-red-700",onClick:async()=>{Ts&&(await li(`/api/db/persons?personId=${Ts.personId}`),vi(null),Bn(),se.success("已删除"))},children:"确定删除"})]})]})}),s.jsx(Dt,{open:Ir,onOpenChange:Ni,children:s.jsxs(Lt,{className:"max-w-2xl bg-[#0f2137] border-gray-700",children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[s.jsx(In,{className:"w-5 h-5 text-green-400"}),Ia," — 获客详情(共 ",qn," 条)"]})}),s.jsx("div",{className:"max-h-[450px] overflow-y-auto space-y-2",children:wi?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):ns.length===0?s.jsx("div",{className:"text-gray-500 text-sm py-8 text-center",children:"暂无获客记录"}):s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"grid grid-cols-[40px_1fr_90px_90px_70px_60px_110px] gap-2 px-3 py-1.5 text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("span",{children:"#"}),s.jsx("span",{children:"昵称/姓名"}),s.jsx("span",{children:"手机"}),s.jsx("span",{children:"微信"}),s.jsx("span",{children:"来源"}),s.jsx("span",{children:"状态"}),s.jsx("span",{children:"时间"})]}),ns.map((v,A)=>s.jsxs("div",{className:"grid grid-cols-[40px_1fr_90px_90px_70px_60px_110px] gap-2 px-3 py-2 bg-[#0a1628] rounded text-sm",children:[s.jsx("span",{className:"text-gray-500 text-xs",children:(Pr-1)*20+A+1}),s.jsx("span",{className:"text-white truncate",children:v.nickname||v.name||v.userId||"-"}),s.jsx("span",{className:"text-gray-300 text-xs",children:v.phone||"-"}),s.jsx("span",{className:"text-gray-300 text-xs truncate",children:v.wechatId||"-"}),s.jsx("span",{className:"text-xs",children:v.source==="article_mention"?s.jsx("span",{className:"text-purple-400",children:"文章@"}):v.source==="index_lead"?s.jsx("span",{className:"text-blue-400",children:"首页"}):s.jsx("span",{className:"text-gray-500",children:v.source||"-"})}),s.jsx("span",{className:"text-[10px]",children:s.jsx("span",{className:"text-green-400 bg-green-400/10 px-1 py-0.5 rounded",children:"已添加"})}),s.jsx("span",{className:"text-gray-500 text-xs",children:v.createdAt?new Date(v.createdAt).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"}):"-"})]},v.id))]})}),qn>20&&s.jsxs("div",{className:"flex items-center justify-center gap-2 pt-2",children:[s.jsx(X,{size:"sm",variant:"outline",disabled:Pr<=1,onClick:()=>ps(Rr,Ia,Pr-1),className:"border-gray-600 text-gray-300 bg-transparent h-7 px-3",children:"上一页"}),s.jsxs("span",{className:"text-gray-400 text-xs",children:[Pr," / ",Math.ceil(qn/20)]}),s.jsx(X,{size:"sm",variant:"outline",disabled:Pr>=Math.ceil(qn/20),onClick:()=>ps(Rr,Ia,Pr+1),className:"border-gray-600 text-gray-300 bg-transparent h-7 px-3",children:"下一页"})]})]})})]})}const ii={name:"卡若",avatar:"K",avatarImg:"",title:"Soul派对房主理人 · 私域运营专家",bio:'每天早上6点到9点,在Soul派对房分享真实的创业故事。专注私域运营与项目变现,用"云阿米巴"模式帮助创业者构建可持续的商业体系。',stats:[{label:"商业案例",value:"62"},{label:"连续直播",value:"365天"},{label:"派对分享",value:"1000+"}],highlights:["5年私域运营经验","帮助100+品牌从0到1增长","连续创业者,擅长商业模式设计"]};function Qw(t){return Array.isArray(t)?t.map(e=>e&&typeof e=="object"&&"label"in e&&"value"in e?{label:String(e.label),value:String(e.value)}:{label:"",value:""}).filter(e=>e.label||e.value):ii.stats}function Yw(t){return Array.isArray(t)?t.map(e=>typeof e=="string"?e:String(e??"")).filter(Boolean):ii.highlights}function X9(){const[t,e]=b.useState(ii),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useRef(null);b.useEffect(()=>{Pe("/api/admin/author-settings").then(S=>{const E=S==null?void 0:S.data;E&&typeof E=="object"&&e({name:String(E.name??ii.name),avatar:String(E.avatar??ii.avatar),avatarImg:String(E.avatarImg??""),title:String(E.title??ii.title),bio:String(E.bio??ii.bio),stats:Qw(E.stats).length?Qw(E.stats):ii.stats,highlights:Yw(E.highlights).length?Yw(E.highlights):ii.highlights})}).catch(console.error).finally(()=>r(!1))},[]);const h=async()=>{i(!0);try{const S={name:t.name,avatar:t.avatar||"K",avatarImg:t.avatarImg,title:t.title,bio:t.bio,stats:t.stats.filter(P=>P.label||P.value),highlights:t.highlights.filter(Boolean)},E=await Ct("/api/admin/author-settings",S);if(!E||E.success===!1){se.error("保存失败: "+(E&&typeof E=="object"&&"error"in E?E.error:""));return}i(!1);const T=document.createElement("div");T.className="fixed top-4 right-4 z-50 px-4 py-2 rounded-lg bg-[#38bdac] text-white text-sm shadow-lg",T.textContent="作者设置已保存",document.body.appendChild(T),setTimeout(()=>T.remove(),2e3)}catch(S){console.error(S),se.error("保存失败: "+(S instanceof Error?S.message:String(S)))}finally{i(!1)}},f=async S=>{var T;const E=(T=S.target.files)==null?void 0:T[0];if(E){c(!0);try{const P=new FormData;P.append("file",E),P.append("folder","avatars");const O=iu(),q={};O&&(q.Authorization=`Bearer ${O}`);const V=await(await fetch(wc("/api/upload"),{method:"POST",body:P,credentials:"include",headers:q})).json();V!=null&&V.success&&(V!=null&&V.url)?e(I=>({...I,avatarImg:V.url})):se.error("上传失败: "+((V==null?void 0:V.error)||"未知错误"))}catch(P){console.error(P),se.error("上传失败")}finally{c(!1),u.current&&(u.current.value="")}}},m=()=>e(S=>({...S,stats:[...S.stats,{label:"",value:""}]})),x=S=>e(E=>({...E,stats:E.stats.filter((T,P)=>P!==S)})),y=(S,E,T)=>e(P=>({...P,stats:P.stats.map((O,q)=>q===S?{...O,[E]:T}:O)})),N=()=>e(S=>({...S,highlights:[...S.highlights,""]})),w=S=>e(E=>({...E,highlights:E.highlights.filter((T,P)=>P!==S)})),j=(S,E)=>e(T=>({...T,highlights:T.highlights.map((P,O)=>O===S?E:P)}));return n?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(oi,{className:"w-5 h-5 text-[#38bdac]"}),"作者详情"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置小程序「关于作者」页展示的作者信息,包括头像、简介、统计数据与亮点标签。"})]}),s.jsxs(X,{onClick:h,disabled:a||n,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"flex items-center gap-2 text-white",children:[s.jsx(oi,{className:"w-4 h-4 text-[#38bdac]"}),"基本信息"]}),s.jsx(Kt,{className:"text-gray-400",children:"作者姓名、头像、头衔与个人简介,将展示在「关于作者」页顶部。"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"姓名"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.name,onChange:S=>e(E=>({...E,name:S.target.value})),placeholder:"卡若"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"首字母占位(无头像时显示)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white w-20",value:t.avatar,onChange:S=>e(E=>({...E,avatar:S.target.value.slice(0,1)||"K"})),placeholder:"K"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Mj,{className:"w-3 h-3 text-[#38bdac]"}),"头像图片"]}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ce,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:t.avatarImg,onChange:S=>e(E=>({...E,avatarImg:S.target.value})),placeholder:"上传或粘贴 URL,如 /uploads/avatars/xxx.png"}),s.jsx("input",{ref:u,type:"file",accept:"image/*",className:"hidden",onChange:f}),s.jsxs(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:o,onClick:()=>{var S;return(S=u.current)==null?void 0:S.click()},children:[s.jsx(Jh,{className:"w-4 h-4 mr-2"}),o?"上传中...":"上传"]})]}),t.avatarImg&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:fo(t.avatarImg.startsWith("http")?t.avatarImg:wc(t.avatarImg)),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"头衔"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.title,onChange:S=>e(E=>({...E,title:S.target.value})),placeholder:"Soul派对房主理人 · 私域运营专家"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"个人简介"}),s.jsx(hl,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[120px]",value:t.bio,onChange:S=>e(E=>({...E,bio:S.target.value})),placeholder:"每天早上6点到9点..."})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsx(at,{className:"text-white",children:"统计数据"}),s.jsx(Kt,{className:"text-gray-400",children:"展示在作者卡片中的数字指标,如「商业案例 62」「连续直播 365天」。第一个「商业案例」的值可由书籍统计自动更新。"})]}),s.jsxs(Le,{className:"space-y-3",children:[t.stats.map((S,E)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ce,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:S.label,onChange:T=>y(E,"label",T.target.value),placeholder:"标签"}),s.jsx(ce,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:S.value,onChange:T=>y(E,"value",T.target.value),placeholder:"数值"}),s.jsx(X,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>x(E),children:s.jsx(Yn,{className:"w-4 h-4"})})]},E)),s.jsxs(X,{variant:"outline",size:"sm",onClick:m,className:"border-gray-600 text-gray-400",children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"添加统计项"]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsx(at,{className:"text-white",children:"亮点标签"}),s.jsx(Kt,{className:"text-gray-400",children:"作者优势或成就的简短描述,以标签形式展示。"})]}),s.jsxs(Le,{className:"space-y-3",children:[t.highlights.map((S,E)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ce,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:S,onChange:T=>j(E,T.target.value),placeholder:"5年私域运营经验"}),s.jsx(X,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>w(E),children:s.jsx(Yn,{className:"w-4 h-4"})})]},E)),s.jsxs(X,{variant:"outline",size:"sm",onClick:N,className:"border-gray-600 text-gray-400",children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"添加亮点"]})]})]})]})]})}function Z9(t){return confirm(`确定删除该${t}?此操作不可恢复。`)?window.prompt(`请输入「删除」以确认删除${t}`)==="删除":!1}function eV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o]=b.useState(10),[c,u]=b.useState(0),[h,f]=b.useState(""),m=ef(h,300),[x,y]=b.useState(!0),[N,w]=b.useState(null),[j,S]=b.useState(!1),[E,T]=b.useState(null),[P,O]=b.useState(""),[q,z]=b.useState(""),[V,I]=b.useState(""),[te,Q]=b.useState("admin"),[F,re]=b.useState("active"),[ie,J]=b.useState(!1);async function $(){var U;y(!0),w(null);try{const H=new URLSearchParams({page:String(a),pageSize:String(o)});m.trim()&&H.set("search",m.trim());const K=await Pe(`/api/admin/users?${H}`);K!=null&&K.success?(e(K.records||[]),r(K.total??0),u(K.totalPages??0)):w(K.error||"加载失败")}catch(H){const K=H;w(K.status===403?"无权限访问":((U=K==null?void 0:K.data)==null?void 0:U.error)||"加载失败"),e([])}finally{y(!1)}}b.useEffect(()=>{$()},[a,o,m]);const D=()=>{T(null),O(""),z(""),I(""),Q("admin"),re("active"),S(!0)},R=U=>{T(U),O(U.username),z(""),I(U.name||""),Q(U.role==="super_admin"?"super_admin":"admin"),re(U.status==="disabled"?"disabled":"active"),S(!0)},oe=async()=>{var U;if(!P.trim()){w("用户名不能为空");return}if(!E&&!q){w("新建时密码必填,至少 6 位");return}if(q&&q.length<6){w("密码至少 6 位");return}w(null),J(!0);try{if(E){const H=await Gt("/api/admin/users",{id:E.id,password:q||void 0,name:V.trim(),role:te,status:F});H!=null&&H.success?(S(!1),$()):w((H==null?void 0:H.error)||"保存失败")}else{const H=await Ct("/api/admin/users",{username:P.trim(),password:q,name:V.trim(),role:te});H!=null&&H.success?(S(!1),$()):w((H==null?void 0:H.error)||"保存失败")}}catch(H){const K=H;w(((U=K==null?void 0:K.data)==null?void 0:U.error)||"保存失败")}finally{J(!1)}},G=async U=>{var H;if(!Z9("管理员")){w("已取消删除");return}try{const K=await li(`/api/admin/users?id=${U}`);K!=null&&K.success?$():w((K==null?void 0:K.error)||"删除失败")}catch(K){const me=K;w(((H=me==null?void 0:me.data)==null?void 0:H.error)||"删除失败")}},_=U=>{if(!U)return"-";try{const H=new Date(U);return isNaN(H.getTime())?U:H.toLocaleString("zh-CN")}catch{return U}};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(dc,{className:"w-5 h-5 text-[#38bdac]"}),"管理员用户"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"后台登录账号管理,仅超级管理员可操作"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ce,{placeholder:"搜索用户名/昵称",value:h,onChange:U=>f(U.target.value),className:"w-48 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"}),s.jsx(X,{variant:"outline",size:"sm",onClick:$,disabled:x,className:"border-gray-600 text-gray-300",children:s.jsx(Fe,{className:`w-4 h-4 ${x?"animate-spin":""}`})}),s.jsxs(X,{onClick:D,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"新增管理员"]})]})]}),N&&s.jsxs("div",{className:"mb-4 p-3 rounded-lg bg-red-500/10 border border-red-500/20 text-red-400 text-sm flex justify-between items-center",children:[s.jsx("span",{children:N}),s.jsx("button",{type:"button",onClick:()=>w(null),className:"text-red-400 hover:text-red-300",children:"×"})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Le,{className:"p-0",children:x?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户名"}),s.jsx(je,{className:"text-gray-400",children:"昵称"}),s.jsx(je,{className:"text-gray-400",children:"角色"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(hs,{children:[t.map(U=>s.jsxs(ct,{className:"border-gray-700/50",children:[s.jsx(be,{className:"text-gray-300",children:U.id}),s.jsx(be,{className:"text-white font-medium",children:U.username}),s.jsx(be,{className:"text-gray-400",children:U.name||"-"}),s.jsx(be,{children:s.jsx(Ve,{variant:"outline",className:U.role==="super_admin"?"border-amber-500/50 text-amber-400":"border-gray-600 text-gray-400",children:U.role==="super_admin"?"超级管理员":"管理员"})}),s.jsx(be,{children:s.jsx(Ve,{variant:"outline",className:U.status==="active"?"border-[#38bdac]/50 text-[#38bdac]":"border-gray-500 text-gray-500",children:U.status==="active"?"正常":"已禁用"})}),s.jsx(be,{className:"text-gray-500 text-sm",children:_(U.createdAt)}),s.jsxs(be,{className:"text-right",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>R(U),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(Jt,{className:"w-4 h-4"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>G(U.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(bs,{className:"w-4 h-4"})})]})]},U.id)),t.length===0&&!x&&s.jsx(ct,{children:s.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:N==="无权限访问"?"仅超级管理员可查看":"暂无管理员"})})]})]}),c>1&&s.jsx("div",{className:"p-4 border-t border-gray-700/50",children:s.jsx(qs,{page:a,pageSize:o,total:n,totalPages:c,onPageChange:i})})]})})}),s.jsx(Dt,{open:j,onOpenChange:S,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:E?"编辑管理员":"新增管理员"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"用户名"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"登录用户名",value:P,onChange:U=>O(U.target.value),disabled:!!E}),E&&s.jsx("p",{className:"text-xs text-gray-500",children:"用户名不可修改"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:E?"新密码(留空不改)":"密码"}),s.jsx(ce,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:E?"留空表示不修改":"至少 6 位",value:q,onChange:U=>z(U.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"昵称"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"显示名称",value:V,onChange:U=>I(U.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"角色"}),s.jsxs("select",{value:te,onChange:U=>Q(U.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"admin",children:"管理员"}),s.jsx("option",{value:"super_admin",children:"超级管理员"})]})]}),E&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"状态"}),s.jsxs("select",{value:F,onChange:U=>re(U.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"active",children:"正常"}),s.jsx("option",{value:"disabled",children:"禁用"})]})]})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>S(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:oe,disabled:ie,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),ie?"保存中...":"保存"]})]})]})})]})}function jn({method:t,url:e,desc:n,headers:r,bodyTitle:a,body:i,response:o}){const c=t==="GET"?"text-emerald-400":t==="POST"?"text-amber-400":t==="PUT"?"text-blue-400":t==="DELETE"?"text-rose-400":"text-gray-400";return s.jsxs("div",{className:"rounded-lg bg-[#0a1628]/60 border border-gray-700/50 p-4 space-y-3",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("span",{className:`font-mono font-semibold ${c}`,children:t}),s.jsx("code",{className:"text-sm text-[#38bdac] break-all",children:e})]}),n&&s.jsx("p",{className:"text-gray-400 text-sm",children:n}),r&&r.length>0&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Headers"}),s.jsx("pre",{className:"text-xs text-gray-300 font-mono overflow-x-auto p-2 rounded bg-black/30",children:r.join(` -`)})]}),i&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:a??"Request Body (JSON)"}),s.jsx("pre",{className:"text-xs text-green-400/90 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:i})]}),o&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Response Example"}),s.jsx("pre",{className:"text-xs text-amber-200/80 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:o})]})]})}function x4(){const t=["Authorization: Bearer {token}","Content-Type: application/json"];return s.jsxs("div",{className:"p-8 w-full bg-[#0a1628] text-white",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"内容管理相关接口 · RESTful · 基础路径 /api · 管理端需 Bearer Token"})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(cg,{className:"w-5 h-5 text-[#38bdac]"}),"1. Authentication"]})}),s.jsx(Le,{className:"space-y-4",children:s.jsx(jn,{method:"POST",url:"/api/admin",desc:"登录,返回 JWT token",headers:["Content-Type: application/json"],body:`{ - "username": "admin", - "password": "your_password" -}`,response:`{ - "success": true, - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", - "expires_at": "2026-03-16T12:00:00Z" -}`})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(Gs,{className:"w-5 h-5 text-[#38bdac]"}),"2. 章节管理 (Chapters)"]})}),s.jsxs(Le,{className:"space-y-4",children:[s.jsx(jn,{method:"GET",url:"/api/db/book?action=chapters",desc:"获取章节树",headers:t,response:`{ - "success": true, - "data": [ - { "id": "part-1", "title": "第一篇", "children": [...] }, - { "id": "section-1", "title": "第1节", "price": 1.0, "isFree": false } - ] -}`}),s.jsx(jn,{method:"GET",url:"/api/db/book?action=section&id={id}",desc:"获取单篇内容",headers:t,response:`{ - "success": true, - "data": { - "id": "section-1", - "title": "标题", - "content": "正文...", - "price": 1.0, - "isFree": false, - "partId": "part-1", - "chapterId": "ch-1" - } -}`}),s.jsx(jn,{method:"POST",url:"/api/db/book",desc:"新建章节 (action=create-section)",headers:t,body:`{ - "action": "create-section", - "title": "新章节标题", - "content": "正文内容", - "price": 0, - "isFree": true, - "partId": "part-1", - "chapterId": "ch-1", - "partTitle": "第一篇", - "chapterTitle": "第1章" -}`,response:`{ - "success": true, - "data": { "id": "section-new-id", "title": "新章节标题", ... } -}`}),s.jsx(jn,{method:"POST",url:"/api/db/book",desc:"更新章节内容 (action=update-section)",headers:t,body:`{ - "action": "update-section", - "id": "section-1", - "title": "更新后的标题", - "content": "更新后的正文", - "price": 1.0, - "isFree": false -}`,response:`{ - "success": true, - "data": { "id": "section-1", "title": "更新后的标题", ... } -}`}),s.jsx(jn,{method:"POST",url:"/api/db/book",desc:"删除章节 (action=delete-section)",headers:t,body:`{ - "action": "delete-section", - "id": "section-1" -}`,response:`{ - "success": true, - "message": "已删除" -}`}),s.jsxs("div",{className:"rounded-lg border border-[#38bdac]/30 bg-[#0a1628]/40 p-4 space-y-2",children:[s.jsx("p",{className:"text-[#38bdac] text-sm font-medium",children:"富文本流程说明(编辑器 ⇄ 接口)"}),s.jsxs("ol",{className:"text-gray-400 text-xs space-y-2 list-decimal list-inside leading-relaxed",children:[s.jsxs("li",{children:["先 ",s.jsx("code",{className:"text-[#38bdac]",children:"POST /api/upload"})," 上传素材,得到"," ",s.jsx("code",{className:"text-amber-200/90",children:"url"}),"(可为相对路径 ",s.jsx("code",{className:"text-amber-200/90",children:"/uploads/..."})," 或 OSS 完整 URL)。"]}),s.jsxs("li",{children:["将返回的 ",s.jsx("code",{className:"text-amber-200/90",children:"url"})," 填入正文 HTML:图片用"," ",s.jsx("code",{className:"text-green-400/90",children:''}),";视频用"," ",s.jsx("code",{className:"text-green-400/90",children:'
    '}),";附件用带链接的段落或"," ",s.jsx("code",{className:"text-green-400/90",children:'文件名'}),"。"]}),s.jsxs("li",{children:["最后把完整 HTML 字符串写入"," ",s.jsx("code",{className:"text-[#38bdac]",children:"create-section"})," /"," ",s.jsx("code",{className:"text-[#38bdac]",children:"update-section"})," 的 ",s.jsx("code",{className:"text-amber-200/90",children:"content"})," 字段。"]})]}),s.jsxs("p",{className:"text-gray-500 text-xs",children:["管理后台编辑器内图片/视频仅作小预览(CSS 类 ",s.jsx("code",{className:"text-gray-400",children:".rich-editor-content"}),"),不影响已保存 HTML;C 端按小程序/Web 自己的样式渲染全尺寸。"]})]}),s.jsx(jn,{method:"POST",url:"/api/upload",desc:"上传章节富文本素材:图片 / 视频 / 附件(multipart,与后台「内容管理」编辑器一致)。按 form 字段 folder 区分类型与大小上限。",headers:["Authorization: Bearer {token}(建议携带,与后台一致)","Content-Type: multipart/form-data(由浏览器自动带 boundary,不要手写为 application/json)"],bodyTitle:"Request (multipart/form-data)",body:`字段: - file — 二进制文件(必填) - folder — 存储子目录(必填约定): - • book-images 图片,≤5MB,image/* - • book-videos 视频,≤100MB,video/*(如 mp4、mov、webm) - • book-attachments 附件,≤30MB,pdf/zip/Office/txt 等 - -成功时 data.url 与根字段 url 均为可访问地址。`,response:`{ - "success": true, - "url": "/uploads/book-images/1730000000000_abc123.jpg", - "data": { - "url": "/uploads/book-images/1730000000000_abc123.jpg", - "fileName": "1730000000000_abc123.jpg", - "size": 102400, - "type": "image/jpeg" - } -}`}),s.jsx(jn,{method:"DELETE",url:"/api/upload?path={encodeURIComponent(文件URL)}",desc:"按 URL 删除已上传文件(本地或 OSS,需与上传返回的 url 一致)",headers:["Authorization: Bearer {token}(建议携带)"],response:`{ - "success": true, - "message": "删除成功" -}`})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(oi,{className:"w-5 h-5 text-[#38bdac]"}),"3. 人物管理 (@Mentions)"]})}),s.jsxs(Le,{className:"space-y-4",children:[s.jsx(jn,{method:"GET",url:"/api/db/persons",desc:"人物列表",headers:t,response:`{ - "success": true, - "data": [ - { "personId": "p1", "label": "张三", "aliases": ["老张"], ... } - ] -}`}),s.jsx(jn,{method:"GET",url:"/api/db/person?personId={id}",desc:"人物详情",headers:t,response:`{ - "success": true, - "data": { - "personId": "p1", - "label": "张三", - "aliases": ["老张"], - "description": "..." - } -}`}),s.jsx(jn,{method:"POST",url:"/api/db/persons",desc:"新增/更新人物(含 aliases 字段)",headers:t,body:`{ - "personId": "p1", - "label": "张三", - "aliases": ["老张", "张三丰"], - "description": "可选描述" -}`,response:`{ - "success": true, - "data": { "personId": "p1", "label": "张三", ... } -}`}),s.jsx(jn,{method:"DELETE",url:"/api/db/persons?personId={id}",desc:"删除人物",headers:t,response:`{ - "success": true, - "message": "已删除" -}`})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(Ad,{className:"w-5 h-5 text-[#38bdac]"}),"4. 链接标签 (#LinkTags)"]})}),s.jsxs(Le,{className:"space-y-4",children:[s.jsx(jn,{method:"GET",url:"/api/db/link-tags",desc:"标签列表",headers:t,response:`{ - "success": true, - "data": [ - { "tagId": "t1", "label": "官网", "aliases": [], "type": "url", "url": "https://..." } - ] -}`}),s.jsx(jn,{method:"POST",url:"/api/db/link-tags",desc:"新增/更新标签(含 aliases, type: url/miniprogram/ckb)",headers:t,body:`{ - "tagId": "t1", - "label": "官网", - "aliases": ["官方网站"], - "type": "url", - "url": "https://example.com" -} - -// type 可选: url | miniprogram | ckb`,response:`{ - "success": true, - "data": { "tagId": "t1", "label": "官网", "type": "url", ... } -}`}),s.jsx(jn,{method:"DELETE",url:"/api/db/link-tags?tagId={id}",desc:"删除标签",headers:t,response:`{ - "success": true, - "message": "已删除" -}`})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(va,{className:"w-5 h-5 text-[#38bdac]"}),"5. 内容搜索"]})}),s.jsx(Le,{className:"space-y-4",children:s.jsx(jn,{method:"GET",url:"/api/search?q={keyword}",desc:"搜索(标题优先 3 条 + 内容匹配)",headers:t,response:`{ - "success": true, - "data": { - "titleMatches": [{ "id": "s1", "title": "...", "snippet": "..." }], - "contentMatches": [{ "id": "s2", "title": "...", "snippet": "..." }] - } -}`})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(ug,{className:"w-5 h-5 text-[#38bdac]"}),"6. 内容排行"]})}),s.jsx(Le,{className:"space-y-4",children:s.jsx(jn,{method:"GET",url:"/api/db/book?action=ranking",desc:"排行榜数据",headers:t,response:`{ - "success": true, - "data": [ - { "id": "s1", "title": "...", "clickCount": 100, "payCount": 50, "hotScore": 120, "hotRank": 1 } - ] -}`})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(rt,{className:"pb-3",children:s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(ll,{className:"w-5 h-5 text-[#38bdac]"}),"7. 小程序接口"]})}),s.jsxs(Le,{className:"space-y-4",children:[s.jsx(jn,{method:"GET",url:"/api/miniprogram/config/read-extras",desc:"阅读页懒加载:linkTags、linkedMiniprograms、mentionPersons(@ 自动解析:name/label/aliases + token,与 persons 表一致;inPool 表示已绑定会员即超级个体侧流量池人物)",headers:["Content-Type: application/json"],response:`{ - "linkTags": [], - "linkedMiniprograms": [], - "mentionPersons": [ - { "personId": "xxx", "token": "32位...", "name": "陈周", "aliases": "", "label": "", "inPool": true } - ] -}`}),s.jsx(jn,{method:"GET",url:"/api/miniprogram/book/all-chapters",desc:"全部章节(小程序用)",headers:["Content-Type: application/json"],response:`{ - "success": true, - "data": [ { "id": "s1", "title": "...", "price": 1.0, "isFree": false }, ... ] -}`}),s.jsx(jn,{method:"GET",url:"/api/miniprogram/balance?userId={id}",desc:"查余额",headers:["Content-Type: application/json"],response:`{ - "success": true, - "data": { "balance": 100.50, "userId": "xxx" } -}`}),s.jsx(jn,{method:"POST",url:"/api/miniprogram/balance/gift",desc:"代付",headers:["Content-Type: application/json"],body:`{ - "userId": "xxx", - "amount": 10.00, - "remark": "可选备注" -}`,response:`{ - "success": true, - "data": { "balance": 110.50 } -}`}),s.jsx(jn,{method:"POST",url:"/api/miniprogram/balance/gift/redeem",desc:"领取代付",headers:["Content-Type: application/json"],body:`{ - "code": "GIFT_XXXX" -}`,response:`{ - "success": true, - "data": { "amount": 10.00, "balance": 120.50 } -}`})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-6",children:"管理端主要使用 /api/admin/*、/api/db/*;富文本素材上传另用公共接口 /api/upload(与后台编辑器一致)。小程序使用 /api/miniprogram/*。完整实现见 soul-api 源码。"})]})}const tV={appId:"wxb8bbb2b10dec74aa",withdrawSubscribeTmplId:"u3MbZGPRkrZIk-I7QdpwzFxnO_CeQPaCWF2FkiIablE",mchId:"1318592501",minWithdraw:10},nV={name:"卡若",startDate:"2025年10月15日",bio:"连续创业者,私域运营专家,每天早上6-9点在Soul派对房分享真实商业故事",liveTime:"06:00-09:00",platform:"Soul派对房",description:"连续创业者,私域运营专家"},sV={sectionPrice:1,baseBookPrice:9.9,distributorShare:90,authorInfo:{...nV},ckbLeadApiKey:""},rV={matchEnabled:!0,referralEnabled:!0,searchEnabled:!0,aboutEnabled:!0},aV={tabBar:{home:"首页",chapters:"目录",match:"找伙伴",my:"我的"},chaptersPage:{bookTitle:"一场SOUL的创业实验场",bookSubtitle:"来自Soul派对房的真实商业故事"},homePage:{logoTitle:"卡若创业派对",logoSubtitle:"来自派对房的真实故事",linkKaruoText:"点击链接卡若",linkKaruoAvatar:"",searchPlaceholder:"搜索章节标题或内容...",bannerTag:"推荐",bannerReadMoreText:"点击阅读",superSectionTitle:"超级个体",superSectionLinkText:"获客入口",superSectionLinkPath:"/pages/match/match",pickSectionTitle:"精选推荐",latestSectionTitle:"最新新增"},myPage:{cardLabel:"名片",vipLabelVip:"会员中心",vipLabelGuest:"成为会员",cardPath:"",vipPath:"/pages/vip/vip",readStatLabel:"已读章节",recentReadTitle:"最近阅读",readStatPath:"/pages/reading-records/reading-records?focus=all",recentReadPath:"/pages/reading-records/reading-records?focus=recent"}},iV=["system","author","admin","api-docs"],Xw=["basic","mp","oss","features"];function oV(){const[t,e]=x0(),n=t.get("tab")??"system",r=iV.includes(n)?n:"system",a=t.get("section")??"basic",i=Xw.includes(a)?a:"basic",[o,c]=b.useState(sV),[u,h]=b.useState(rV),[f,m]=b.useState(tV),[x,y]=b.useState("{}"),[N,w]=b.useState({}),[j,S]=b.useState(!1),[E,T]=b.useState(!0),[P,O]=b.useState(!1),[q,z]=b.useState(""),[V,I]=b.useState(""),[te,Q]=b.useState(!1),[F,re]=b.useState(!1),ie=(H,K,me=!1)=>{z(H),I(K),Q(me),O(!0)};b.useEffect(()=>{(async()=>{try{const K=await Pe("/api/admin/settings");if(!K||K.success===!1)return;if(K.featureConfig&&Object.keys(K.featureConfig).length&&h(me=>({...me,...K.featureConfig})),K.mpConfig&&typeof K.mpConfig=="object"){const me={...K.mpConfig};m(le=>({...le,...me}));const Y=me.mpUi;y(JSON.stringify(Y!=null&&typeof Y=="object"&&!Array.isArray(Y)?Y:{},null,2))}if(K.ossConfig&&typeof K.ossConfig=="object"&&w(me=>({...me,...K.ossConfig})),K.siteSettings&&typeof K.siteSettings=="object"){const me=K.siteSettings;c(Y=>({...Y,...typeof me.sectionPrice=="number"&&{sectionPrice:me.sectionPrice},...typeof me.baseBookPrice=="number"&&{baseBookPrice:me.baseBookPrice},...typeof me.distributorShare=="number"&&{distributorShare:me.distributorShare},...me.authorInfo&&typeof me.authorInfo=="object"&&{authorInfo:{...Y.authorInfo,...me.authorInfo}},...typeof me.ckbLeadApiKey=="string"&&{ckbLeadApiKey:me.ckbLeadApiKey}}))}}catch(K){console.error("Load settings error:",K)}finally{T(!1)}})()},[]);const J=async(H,K)=>{re(!0);try{const me=await Ct("/api/admin/settings",{featureConfig:H});if(!me||me.success===!1){K(),ie("保存失败",(me==null?void 0:me.error)??"未知错误",!0);return}ie("已保存","功能开关已更新,相关入口将随之显示或隐藏。")}catch(me){console.error("Save feature config error:",me),K(),ie("保存失败",me instanceof Error?me.message:String(me),!0)}finally{re(!1)}},$=(H,K)=>{const me=u,Y={...me,[H]:K};h(Y),J(Y,()=>h(me))},[D,R]=b.useState(!1),oe=async H=>{const K=f,me={...K,auditMode:H};m(me),R(!0);try{const Y=await Ct("/api/admin/settings",{mpConfig:me});if(!Y||Y.success===!1){m(K),ie("保存失败",(Y==null?void 0:Y.error)??"未知错误",!0);return}ie("已保存",H?"审核模式已开启,小程序将隐藏所有支付入口。":"审核模式已关闭,支付功能已恢复。")}catch(Y){m(K),ie("保存失败",Y instanceof Error?Y.message:String(Y),!0)}finally{R(!1)}},G=async()=>{S(!0);try{let H={};try{const me=x.trim();if(me){const Y=JSON.parse(me);if(Y&&typeof Y=="object"&&!Array.isArray(Y))H=Y;else{ie("保存失败","小程序文案 mpUi 须为 JSON 对象(非数组)",!0),S(!1);return}}}catch{ie("保存失败","小程序文案 mpUi 不是合法 JSON",!0),S(!1);return}const K=await Ct("/api/admin/settings",{featureConfig:u,siteSettings:{sectionPrice:o.sectionPrice,baseBookPrice:o.baseBookPrice,distributorShare:o.distributorShare,authorInfo:o.authorInfo,ckbLeadApiKey:o.ckbLeadApiKey||void 0},mpConfig:{...f,appId:f.appId||"",withdrawSubscribeTmplId:f.withdrawSubscribeTmplId||"",mchId:f.mchId||"",minWithdraw:typeof f.minWithdraw=="number"?f.minWithdraw:10,auditMode:f.auditMode??!1,mpUi:H},ossConfig:Object.keys(N).length?{endpoint:N.endpoint??"",bucket:N.bucket??"",region:N.region??"",accessKeyId:N.accessKeyId??"",accessKeySecret:N.accessKeySecret??""}:void 0});if(!K||K.success===!1){ie("保存失败",(K==null?void 0:K.error)??"未知错误",!0);return}ie("已保存","设置已保存成功。")}catch(H){console.error("Save settings error:",H),ie("保存失败",H instanceof Error?H.message:String(H),!0)}finally{S(!1)}},_=H=>{if(H==="system"){const K=new URLSearchParams(t);K.delete("tab"),Xw.includes(K.get("section")||"basic")||K.set("section","basic"),e(K);return}e({tab:H})},U=H=>{const K=new URLSearchParams(t);K.delete("tab"),K.set("section",H),e(K)};return E?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"系统设置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置全站基础参数与开关"})]}),r==="system"&&s.jsxs(X,{onClick:G,disabled:j,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),j?"保存中...":"保存设置"]})]}),s.jsxs(jc,{value:r,onValueChange:_,className:"w-full",children:[s.jsxs(ul,{className:"mb-6 bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(Qt,{value:"system",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(no,{className:"w-4 h-4 mr-2"}),"系统设置"]}),s.jsxs(Qt,{value:"author",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(lh,{className:"w-4 h-4 mr-2"}),"作者详情"]}),s.jsxs(Qt,{value:"admin",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(dc,{className:"w-4 h-4 mr-2"}),"管理员"]}),s.jsxs(Qt,{value:"api-docs",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",onClick:H=>{H.preventDefault(),window.open("/api-docs","_blank")},children:[s.jsx(Tj,{className:"w-4 h-4 mr-2"}),"API 文档 ↗"]})]}),s.jsxs(Yt,{value:"system",className:"mt-0",children:[s.jsxs("p",{className:"text-xs text-gray-500 mb-3",children:["MBTI 默认头像已迁至"," ",s.jsx(bc,{to:"/users",className:"text-[#38bdac] underline",children:"用户管理(用户列表点头像打开)"})]}),s.jsxs(jc,{value:i,onValueChange:U,className:"w-full",children:[s.jsxs(ul,{className:"mb-4 bg-[#0a1628] border border-gray-700/50 p-1 flex-wrap h-auto gap-1",children:[s.jsxs(Qt,{value:"basic",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(oM,{className:"w-3.5 h-3.5 mr-1"}),"基础与价格"]}),s.jsxs(Qt,{value:"mp",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(ll,{className:"w-3.5 h-3.5 mr-1"}),"小程序与审核"]}),s.jsxs(Qt,{value:"oss",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(i1,{className:"w-3.5 h-3.5 mr-1"}),"OSS"]}),s.jsxs(Qt,{value:"features",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(no,{className:"w-3.5 h-3.5 mr-1"}),"功能开关"]})]}),s.jsxs(Yt,{value:"basic",className:"space-y-6 mt-0",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(lh,{className:"w-5 h-5 text-[#38bdac]"}),"关于作者"]}),s.jsx(Kt,{className:"text-gray-400",children:'配置作者信息,将在"关于作者"页面显示'})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{htmlFor:"author-name",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(lh,{className:"w-3 h-3"}),"主理人名称"]}),s.jsx(ce,{id:"author-name",className:"bg-[#0a1628] border-gray-700 text-white",value:o.authorInfo.name??"",onChange:H=>c(K=>({...K,authorInfo:{...K.authorInfo,name:H.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{htmlFor:"start-date",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(rg,{className:"w-3 h-3"}),"开播日期"]}),s.jsx(ce,{id:"start-date",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 2025年10月15日",value:o.authorInfo.startDate??"",onChange:H=>c(K=>({...K,authorInfo:{...K.authorInfo,startDate:H.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{htmlFor:"live-time",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(rg,{className:"w-3 h-3"}),"直播时间"]}),s.jsx(ce,{id:"live-time",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 06:00-09:00",value:o.authorInfo.liveTime??"",onChange:H=>c(K=>({...K,authorInfo:{...K.authorInfo,liveTime:H.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{htmlFor:"platform",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Aj,{className:"w-3 h-3"}),"直播平台"]}),s.jsx(ce,{id:"platform",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: Soul派对房",value:o.authorInfo.platform??"",onChange:H=>c(K=>({...K,authorInfo:{...K.authorInfo,platform:H.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{htmlFor:"description",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Gs,{className:"w-3 h-3"}),"简介描述"]}),s.jsx(ce,{id:"description",className:"bg-[#0a1628] border-gray-700 text-white",value:o.authorInfo.description??"",onChange:H=>c(K=>({...K,authorInfo:{...K.authorInfo,description:H.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{htmlFor:"bio",className:"text-gray-300",children:"详细介绍"}),s.jsx(hl,{id:"bio",className:"bg-[#0a1628] border-gray-700 text-white min-h-[100px]",placeholder:"输入作者详细介绍...",value:o.authorInfo.bio??"",onChange:H=>c(K=>({...K,authorInfo:{...K.authorInfo,bio:H.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{htmlFor:"ckb-lead-api-key",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(ya,{className:"w-3 h-3"}),"链接卡若存客宝密钥"]}),s.jsx(ce,{id:"ckb-lead-api-key",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 xxxxx-xxxxx-xxxxx-xxxxx(留空则用 .env 默认)",value:o.ckbLeadApiKey??"",onChange:H=>c(K=>({...K,ckbLeadApiKey:H.target.value}))}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序首页「链接卡若」留资接口使用的存客宝 API Key,优先于 .env 配置"})]}),s.jsxs("div",{className:"mt-4 p-4 rounded-xl bg-[#0a1628] border border-[#38bdac]/30",children:[s.jsx("p",{className:"text-xs text-gray-500 mb-2",children:"预览效果"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-12 h-12 rounded-full bg-gradient-to-br from-[#00CED1] to-[#20B2AA] flex items-center justify-center text-xl font-bold text-white",children:(o.authorInfo.name??"K").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-semibold",children:o.authorInfo.name}),s.jsx("p",{className:"text-gray-400 text-xs",children:o.authorInfo.description}),s.jsxs("p",{className:"text-[#38bdac] text-xs mt-1",children:["每日 ",o.authorInfo.liveTime," · ",o.authorInfo.platform]})]})]})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(Kh,{className:"w-5 h-5 text-[#38bdac]"}),"价格设置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置书籍和章节的定价"})]}),s.jsx(Le,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"单节价格 (元)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:o.sectionPrice,onChange:H=>c(K=>({...K,sectionPrice:Number.parseFloat(H.target.value)||1}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"整本价格 (元)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:o.baseBookPrice,onChange:H=>c(K=>({...K,baseBookPrice:Number.parseFloat(H.target.value)||9.9}))})]})]})})]})]}),s.jsxs(Yt,{value:"mp",className:"space-y-6 mt-0",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(ll,{className:"w-5 h-5 text-[#38bdac]"}),"小程序配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"订阅消息模板、支付商户号等,小程序从 /api/miniprogram/config 读取(API 地址由 app.js baseUrl 控制)"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"小程序 AppID"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"wxb8bbb2b10dec74aa",value:f.appId??"",onChange:H=>m(K=>({...K,appId:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"提现订阅模板 ID"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"用户申请提现时需授权",value:f.withdrawSubscribeTmplId??"",onChange:H=>m(K=>({...K,withdrawSubscribeTmplId:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"微信支付商户号"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"1318592501",value:f.mchId??"",onChange:H=>m(K=>({...K,mchId:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"最低提现金额 (元)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:f.minWithdraw??10,onChange:H=>m(K=>({...K,minWithdraw:Number.parseFloat(H.target.value)||10}))})]})]}),s.jsxs("div",{className:"space-y-2 pt-2 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsx(ee,{className:"text-gray-300",children:"小程序界面文案 mpUi(JSON)"}),s.jsx(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-200",onClick:()=>y(JSON.stringify(aV,null,2)),children:"填入默认模板"})]}),s.jsx("p",{className:"text-xs text-gray-500",children:"覆盖 Tab 文案、首页/目录标题、我的页名片与阅读记录路径等;仅填需要改的字段也可(与后端默认值深合并)。保存后小程序约 5 分钟内通过 config 缓存刷新。"}),s.jsx(hl,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm min-h-[280px]",spellCheck:!1,value:x,onChange:H=>y(H.target.value)})]})]})]}),s.jsxs(Oe,{className:`bg-[#0f2137] shadow-xl ${f.auditMode?"border-amber-500/50 border-2":"border-gray-700/50"}`,children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(dc,{className:"w-5 h-5 text-amber-400"}),"小程序审核模式"]}),s.jsx(Kt,{className:"text-gray-400",children:"提交微信审核前开启,审核通过后关闭即可恢复支付功能"})]}),s.jsx(Le,{children:s.jsxs("div",{className:`flex items-center justify-between p-4 rounded-lg border ${f.auditMode?"bg-amber-500/10 border-amber-500/30":"bg-[#0a1628] border-gray-700/50"}`,children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(dc,{className:`w-4 h-4 ${f.auditMode?"text-amber-400":"text-gray-400"}`}),s.jsx(ee,{htmlFor:"audit-mode",className:"text-white font-medium cursor-pointer",children:f.auditMode?"审核模式(已开启)":"审核模式(已关闭)"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:f.auditMode?"当前已隐藏所有支付、VIP、充值、收益等入口,审核员看不到任何付费内容":"关闭状态,小程序正常显示所有功能(含支付、VIP 等)"})]}),s.jsx($t,{id:"audit-mode",checked:f.auditMode??!1,disabled:D,onCheckedChange:oe})]})})]})]}),s.jsx(Yt,{value:"oss",className:"space-y-6 mt-0",children:s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(i1,{className:"w-5 h-5 text-[#38bdac]"}),"OSS 配置(阿里云对象存储)"]}),s.jsx(Kt,{className:"text-gray-400",children:"endpoint、bucket、accessKey 等,用于图片/文件上传"})]}),s.jsx(Le,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"Endpoint"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou.aliyuncs.com",value:N.endpoint??"",onChange:H=>w(K=>({...K,endpoint:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"Bucket"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"bucket 名称",value:N.bucket??"",onChange:H=>w(K=>({...K,bucket:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"Region"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou",value:N.region??"",onChange:H=>w(K=>({...K,region:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"AccessKey ID"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey ID",value:N.accessKeyId??"",onChange:H=>w(K=>({...K,accessKeyId:H.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"AccessKey Secret"}),s.jsx(ce,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey Secret",value:N.accessKeySecret??"",onChange:H=>w(K=>({...K,accessKeySecret:H.target.value}))})]})]})})]})}),s.jsxs(Yt,{value:"features",className:"space-y-6 mt-0",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(no,{className:"w-5 h-5 text-[#38bdac]"}),"功能开关"]}),s.jsx(Kt,{className:"text-gray-400",children:"控制各个功能模块的显示/隐藏"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(In,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(ee,{htmlFor:"match-enabled",className:"text-white font-medium cursor-pointer",children:"找伙伴功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制小程序和Web端的找伙伴功能显示"})]}),s.jsx($t,{id:"match-enabled",checked:u.matchEnabled,disabled:F,onCheckedChange:H=>$("matchEnabled",H)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(og,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(ee,{htmlFor:"referral-enabled",className:"text-white font-medium cursor-pointer",children:"推广功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制推广中心的显示(我的页面入口)"}),s.jsxs("p",{className:"text-xs text-amber-400/80 ml-6 mt-1",children:["佣金比例、绑定期、提现规则等与",s.jsx(bc,{to:"/distribution?tab=settings",className:"underline mx-1 text-[#38bdac]",children:"推广中心 → 推广设置"}),"为同一套接口,在此仅控制是否展示入口。"]})]}),s.jsx($t,{id:"referral-enabled",checked:u.referralEnabled,disabled:F,onCheckedChange:H=>$("referralEnabled",H)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Gs,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(ee,{htmlFor:"search-enabled",className:"text-white font-medium cursor-pointer",children:"搜索功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制首页、目录页搜索栏的显示"})]}),s.jsx($t,{id:"search-enabled",checked:u.searchEnabled,disabled:F,onCheckedChange:H=>$("searchEnabled",H)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(no,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(ee,{htmlFor:"about-enabled",className:"text-white font-medium cursor-pointer",children:"关于页面"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制关于页面的访问"})]}),s.jsx($t,{id:"about-enabled",checked:u.aboutEnabled,disabled:F,onCheckedChange:H=>$("aboutEnabled",H)})]})]}),s.jsx("div",{className:"p-3 rounded-lg bg-blue-500/10 border border-blue-500/30",children:s.jsx("p",{className:"text-xs text-blue-300",children:"💡 关闭功能后,相关入口会自动隐藏。建议在功能开发完成后再开启。"})})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(qh,{className:"w-5 h-5 text-[#38bdac]"}),"小程序模块显隐说明"]}),s.jsx(Kt,{className:"text-gray-400",children:"以下模块受上方开关和审核模式共同控制"})]}),s.jsx(Le,{children:s.jsx("div",{className:"grid grid-cols-2 gap-2 text-xs",children:[{mod:"找伙伴",ctrl:"找伙伴功能开关",icon:s.jsx(In,{className:"w-3 h-3"})},{mod:"推广中心 / 推荐好友",ctrl:"推广功能开关",icon:s.jsx(og,{className:"w-3 h-3"})},{mod:"搜索",ctrl:"搜索功能开关",icon:s.jsx(Gs,{className:"w-3 h-3"})},{mod:"关于页面",ctrl:"关于页面开关",icon:s.jsx(lh,{className:"w-3 h-3"})},{mod:"支付 / VIP / 充值 / 收益",ctrl:"审核模式",icon:s.jsx(dc,{className:"w-3 h-3"})},{mod:"超级个体名片",ctrl:"审核模式",icon:s.jsx(rA,{className:"w-3 h-3"})},{mod:"首页获客入口",ctrl:"已移除",icon:s.jsx(I5,{className:"w-3 h-3"})}].map(H=>s.jsxs("div",{className:"flex items-center gap-2 p-2 rounded bg-[#0a1628] border border-gray-700/30",children:[H.icon,s.jsxs("div",{children:[s.jsx("span",{className:"text-white",children:H.mod}),s.jsxs("span",{className:"text-gray-500 ml-1",children:["← ",H.ctrl]})]})]},H.mod))})})]})]})]})]}),s.jsx(Yt,{value:"author",className:"mt-0",children:s.jsx(X9,{})}),s.jsx(Yt,{value:"admin",className:"mt-0",children:s.jsx(eV,{})}),s.jsx(Yt,{value:"api-docs",className:"mt-0",children:s.jsx(x4,{})})]}),s.jsx(Dt,{open:P,onOpenChange:O,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsxs(_t,{children:[s.jsx(zt,{className:te?"text-red-400":"text-[#38bdac]",children:q}),s.jsx(Zh,{className:"text-gray-400 whitespace-pre-wrap pt-2",children:V})]}),s.jsx(fn,{className:"mt-4",children:s.jsx(X,{onClick:()=>O(!1),className:te?"bg-gray-600 hover:bg-gray-500":"bg-[#38bdac] hover:bg-[#2da396]",children:"确定"})})]})})]})}const Zw={wechat:{enabled:!0,qrCode:"/images/wechat-pay.png",account:"卡若",websiteAppId:"",merchantId:"",groupQrCode:"/images/party-group-qr.png"},alipay:{enabled:!0,qrCode:"/images/alipay.png",account:"卡若",partnerId:"",securityKey:""},usdt:{enabled:!1,network:"TRC20",address:"",exchangeRate:7.2},paypal:{enabled:!1,email:"",exchangeRate:7.2}};function lV(){const[t,e]=b.useState(!1),[n,r]=b.useState(Zw),[a,i]=b.useState(""),o=async()=>{e(!0);try{const S=await Pe("/api/config");S!=null&&S.paymentMethods&&r({...Zw,...S.paymentMethods})}catch(S){console.error(S)}finally{e(!1)}};b.useEffect(()=>{o()},[]);const c=async()=>{e(!0);try{await Ct("/api/db/config",{key:"payment_methods",value:n,description:"支付方式配置"}),se.success("配置已保存!")}catch(S){console.error("保存失败:",S),se.error("保存失败: "+(S instanceof Error?S.message:String(S)))}finally{e(!1)}},u=(S,E)=>{navigator.clipboard.writeText(S),i(E),setTimeout(()=>i(""),2e3)},h=(S,E)=>{r(T=>({...T,wechat:{...T.wechat,[S]:E}}))},f=(S,E)=>{r(T=>({...T,alipay:{...T.alipay,[S]:E}}))},m=(S,E)=>{r(T=>({...T,usdt:{...T.usdt,[S]:E}}))},x=(S,E)=>{r(T=>({...T,paypal:{...T.paypal,[S]:E}}))},y=n.wechat,N=n.alipay,w=n.usdt,j=n.paypal;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold mb-2 text-white",children:"支付配置"}),s.jsx("p",{className:"text-gray-400",children:"配置微信、支付宝、USDT、PayPal等支付参数"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(X,{variant:"outline",onClick:o,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${t?"animate-spin":""}`}),"同步配置"]}),s.jsxs(X,{onClick:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存配置"]})]})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(kj,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"如何获取微信群跳转链接?"}),s.jsxs("ol",{className:"text-[#07C160]/80 space-y-1 list-decimal list-inside",children:[s.jsx("li",{children:"打开微信,进入目标微信群"}),s.jsx("li",{children:'点击右上角"..." → "群二维码"'}),s.jsx("li",{children:'点击右上角"..." → "发送到电脑"'}),s.jsx("li",{children:"在电脑上保存二维码图片,上传到图床获取URL"}),s.jsx("li",{children:"或使用草料二维码等工具解析二维码获取链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"提示:微信群二维码7天后失效,建议使用活码工具"})]})]})}),s.jsxs(jc,{defaultValue:"wechat",className:"space-y-6",children:[s.jsxs(ul,{className:"bg-[#0f2137] border border-gray-700/50 p-1 grid grid-cols-4 w-full",children:[s.jsxs(Qt,{value:"wechat",className:"data-[state=active]:bg-[#07C160]/20 data-[state=active]:text-[#07C160] text-gray-400",children:[s.jsx(ll,{className:"w-4 h-4 mr-2"}),"微信"]}),s.jsxs(Qt,{value:"alipay",className:"data-[state=active]:bg-[#1677FF]/20 data-[state=active]:text-[#1677FF] text-gray-400",children:[s.jsx(o1,{className:"w-4 h-4 mr-2"}),"支付宝"]}),s.jsxs(Qt,{value:"usdt",className:"data-[state=active]:bg-[#26A17B]/20 data-[state=active]:text-[#26A17B] text-gray-400",children:[s.jsx(a1,{className:"w-4 h-4 mr-2"}),"USDT"]}),s.jsxs(Qt,{value:"paypal",className:"data-[state=active]:bg-[#003087]/20 data-[state=active]:text-[#169BD7] text-gray-400",children:[s.jsx(lg,{className:"w-4 h-4 mr-2"}),"PayPal"]})]}),s.jsx(Yt,{value:"wechat",className:"space-y-4",children:s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(at,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(ll,{className:"w-5 h-5"}),"微信支付配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置微信支付参数和跳转链接"})]}),s.jsx($t,{checked:!!y.enabled,onCheckedChange:S=>h("enabled",S)})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"网站AppID"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.websiteAppId??""),onChange:S=>h("websiteAppId",S.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"商户号"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.merchantId??""),onChange:S=>h("merchantId",S.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(fi,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置(核心功能)"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"微信收款码/支付链接"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://收款码图片URL 或 weixin://支付链接",value:String(y.qrCode??""),onChange:S=>h("qrCode",S.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击微信支付后显示的二维码图片URL"})]}),s.jsxs("div",{className:"space-y-2 bg-[#07C160]/5 p-4 rounded-xl border border-[#07C160]/20",children:[s.jsx(ee,{className:"text-[#07C160] font-medium",children:"微信群跳转链接(支付成功后跳转)"}),s.jsx(ce,{className:"bg-[#0a1628] border-[#07C160]/30 text-white placeholder:text-gray-500",placeholder:"https://weixin.qq.com/g/... 或微信群二维码图片URL",value:String(y.groupQrCode??""),onChange:S=>h("groupQrCode",S.target.value)}),s.jsx("p",{className:"text-xs text-[#07C160]/70",children:"用户支付成功后将自动跳转到此链接,进入指定微信群"})]})]})]})]})}),s.jsx(Yt,{value:"alipay",className:"space-y-4",children:s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(at,{className:"text-[#1677FF] flex items-center gap-2",children:[s.jsx(o1,{className:"w-5 h-5"}),"支付宝配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"已加载真实支付宝参数"})]}),s.jsx($t,{checked:!!N.enabled,onCheckedChange:S=>f("enabled",S)})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"合作者身份 (PID)"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.partnerId??""),onChange:S=>f("partnerId",S.target.value)}),s.jsx(X,{size:"icon",variant:"outline",className:"border-gray-700 bg-transparent",onClick:()=>u(String(N.partnerId??""),"pid"),children:a==="pid"?s.jsx(Zf,{className:"w-4 h-4 text-green-500"}):s.jsx(Cj,{className:"w-4 h-4 text-gray-400"})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"安全校验码 (Key)"}),s.jsx(ce,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.securityKey??""),onChange:S=>f("securityKey",S.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(fi,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"支付宝收款码/跳转链接"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://qr.alipay.com/... 或收款码图片URL",value:String(N.qrCode??""),onChange:S=>f("qrCode",S.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击支付宝支付后显示的二维码"})]})]})]})]})}),s.jsx(Yt,{value:"usdt",className:"space-y-4",children:s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(at,{className:"text-[#26A17B] flex items-center gap-2",children:[s.jsx(a1,{className:"w-5 h-5"}),"USDT配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置加密货币收款地址"})]}),s.jsx($t,{checked:!!w.enabled,onCheckedChange:S=>m("enabled",S)})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"网络类型"}),s.jsxs("select",{className:"w-full bg-[#0a1628] border border-gray-700 text-white rounded-md p-2",value:String(w.network??"TRC20"),onChange:S=>m("network",S.target.value),children:[s.jsx("option",{value:"TRC20",children:"TRC20 (波场)"}),s.jsx("option",{value:"ERC20",children:"ERC20 (以太坊)"}),s.jsx("option",{value:"BEP20",children:"BEP20 (币安链)"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"收款地址"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",placeholder:"T... (TRC20地址)",value:String(w.address??""),onChange:S=>m("address",S.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(w.exchangeRate)??7.2,onChange:S=>m("exchangeRate",Number.parseFloat(S.target.value)||7.2)})]})]})]})}),s.jsx(Yt,{value:"paypal",className:"space-y-4",children:s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(at,{className:"text-[#169BD7] flex items-center gap-2",children:[s.jsx(lg,{className:"w-5 h-5"}),"PayPal配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置PayPal收款账户"})]}),s.jsx($t,{checked:!!j.enabled,onCheckedChange:S=>x("enabled",S)})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"PayPal邮箱"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"your@email.com",value:String(j.email??""),onChange:S=>x("email",S.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(j.exchangeRate)??7.2,onChange:S=>x("exchangeRate",Number(S.target.value)||7.2)})]})]})]})})]})]})}const cV={siteName:"卡若日记",siteTitle:"一场SOUL的创业实验场",siteDescription:"来自Soul派对房的真实商业故事",logo:"/logo.png",favicon:"/favicon.ico",primaryColor:"#00CED1"},dV={home:{enabled:!0,label:"首页"},chapters:{enabled:!0,label:"目录"},match:{enabled:!0,label:"匹配"},my:{enabled:!0,label:"我的"}},uV={homeTitle:"一场SOUL的创业实验场",homeSubtitle:"来自Soul派对房的真实商业故事",chaptersTitle:"我要看",matchTitle:"语音匹配",myTitle:"我的",aboutTitle:"关于作者"};function hV(){const[t,e]=b.useState({siteConfig:{...cV},menuConfig:{...dV},pageConfig:{...uV}}),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{Pe("/api/config").then(f=>{f!=null&&f.siteConfig&&e(m=>({...m,siteConfig:{...m.siteConfig,...f.siteConfig}})),f!=null&&f.menuConfig&&e(m=>({...m,menuConfig:{...m.menuConfig,...f.menuConfig}})),f!=null&&f.pageConfig&&e(m=>({...m,pageConfig:{...m.pageConfig,...f.pageConfig}}))}).catch(console.error)},[]);const o=async()=>{i(!0);try{await Ct("/api/db/config",{key:"site_config",value:t.siteConfig,description:"网站基础配置"}),await Ct("/api/db/config",{key:"menu_config",value:t.menuConfig,description:"底部菜单配置"}),await Ct("/api/db/config",{key:"page_config",value:t.pageConfig,description:"页面标题配置"}),r(!0),setTimeout(()=>r(!1),2e3),se.success("配置已保存")}catch(f){console.error(f),se.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{i(!1)}},c=t.siteConfig,u=t.menuConfig,h=t.pageConfig;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"网站配置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置网站名称、图标、菜单和页面标题"})]}),s.jsxs(X,{onClick:o,disabled:a,className:`${n?"bg-green-500":"bg-[#00CED1]"} hover:bg-[#20B2AA] text-white transition-colors`,children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":n?"已保存":"保存设置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(lg,{className:"w-5 h-5 text-[#00CED1]"}),"网站基础信息"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置网站名称、标题和描述"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{htmlFor:"site-name",className:"text-gray-300",children:"网站名称"}),s.jsx(ce,{id:"site-name",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteName??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteName:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{htmlFor:"site-title",className:"text-gray-300",children:"网站标题"}),s.jsx(ce,{id:"site-title",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteTitle??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{htmlFor:"site-desc",className:"text-gray-300",children:"网站描述"}),s.jsx(ce,{id:"site-desc",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteDescription??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteDescription:f.target.value}}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{htmlFor:"logo",className:"text-gray-300",children:"Logo地址"}),s.jsx(ce,{id:"logo",className:"bg-[#0a1628] border-gray-700 text-white",value:c.logo??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,logo:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{htmlFor:"favicon",className:"text-gray-300",children:"Favicon地址"}),s.jsx(ce,{id:"favicon",className:"bg-[#0a1628] border-gray-700 text-white",value:c.favicon??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,favicon:f.target.value}}))})]})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(TM,{className:"w-5 h-5 text-[#00CED1]"}),"主题颜色"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置网站主题色"})]}),s.jsx(Le,{children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("div",{className:"space-y-2 flex-1",children:[s.jsx(ee,{htmlFor:"primary-color",className:"text-gray-300",children:"主色调"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(ce,{id:"primary-color",type:"color",className:"w-16 h-10 bg-[#0a1628] border-gray-700 cursor-pointer p-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white flex-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))})]})]}),s.jsx("div",{className:"w-24 h-24 rounded-xl flex items-center justify-center text-white font-bold",style:{backgroundColor:c.primaryColor??"#00CED1"},children:"预览"})]})})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(vM,{className:"w-5 h-5 text-[#00CED1]"}),"底部菜单配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"控制底部导航栏菜单的显示和名称"})]}),s.jsx(Le,{className:"space-y-4",children:Object.entries(u).map(([f,m])=>s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-4 flex-1",children:[s.jsx($t,{checked:(m==null?void 0:m.enabled)??!0,onCheckedChange:x=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,enabled:x}}}))}),s.jsx("span",{className:"text-gray-300 w-16 capitalize",children:f}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white max-w-[200px]",value:(m==null?void 0:m.label)??"",onChange:x=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,label:x.target.value}}}))})]}),s.jsx("span",{className:`text-sm ${m!=null&&m.enabled?"text-green-400":"text-gray-500"}`,children:m!=null&&m.enabled?"显示":"隐藏"})]},f))})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(Tj,{className:"w-5 h-5 text-[#00CED1]"}),"页面标题配置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置各个页面的标题和副标题"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"首页标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"首页副标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeSubtitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeSubtitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"目录页标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.chaptersTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,chaptersTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"匹配页标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.matchTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,matchTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"我的页标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.myTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,myTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"关于作者标题"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.aboutTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,aboutTitle:f.target.value}}))})]})]})]})]})]})]})}function fV(){const[t,e]=b.useState(""),[n,r]=b.useState(""),[a,i]=b.useState(""),[o,c]=b.useState({}),u=async()=>{var y,N,w,j;try{const S=await Pe("/api/config"),E=(N=(y=S==null?void 0:S.liveQRCodes)==null?void 0:y[0])==null?void 0:N.urls;Array.isArray(E)&&e(E.join(` -`));const T=(j=(w=S==null?void 0:S.paymentMethods)==null?void 0:w.wechat)==null?void 0:j.groupQrCode;T&&r(T),c({paymentMethods:S==null?void 0:S.paymentMethods,liveQRCodes:S==null?void 0:S.liveQRCodes})}catch(S){console.error(S)}};b.useEffect(()=>{u()},[]);const h=(y,N)=>{navigator.clipboard.writeText(y),i(N),setTimeout(()=>i(""),2e3)},f=async()=>{try{const y=t.split(` -`).map(w=>w.trim()).filter(Boolean),N=[...o.liveQRCodes||[]];N[0]?N[0].urls=y:N.push({id:"live-1",name:"微信群活码",urls:y,clickCount:0}),await Ct("/api/db/config",{key:"live_qr_codes",value:N,description:"群活码配置"}),se.success("群活码配置已保存!"),await u()}catch(y){console.error(y),se.error("保存失败: "+(y instanceof Error?y.message:String(y)))}},m=async()=>{var y;try{await Ct("/api/db/config",{key:"payment_methods",value:{...o.paymentMethods||{},wechat:{...((y=o.paymentMethods)==null?void 0:y.wechat)||{},groupQrCode:n}},description:"支付方式配置"}),se.success("微信群链接已保存!用户支付成功后将自动跳转"),await u()}catch(N){console.error(N),se.error("保存失败: "+(N instanceof Error?N.message:String(N)))}},x=()=>{n?window.open(n,"_blank"):se.error("请先配置微信群链接")};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"微信群活码管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置微信群跳转链接,用户支付后自动跳转加群"})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(kj,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"微信群活码配置指南"}),s.jsxs("div",{className:"text-[#07C160]/80 space-y-2",children:[s.jsx("p",{className:"font-medium",children:"方法一:使用草料活码(推荐)"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:"访问草料二维码创建活码"}),s.jsx("li",{children:"上传微信群二维码图片,生成永久链接"}),s.jsx("li",{children:"复制生成的短链接填入下方配置"}),s.jsx("li",{children:"群满后可直接在草料后台更换新群码,链接不变"})]}),s.jsx("p",{className:"font-medium mt-3",children:"方法二:直接使用微信群链接"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:'微信打开目标群 → 右上角"..." → 群二维码'}),s.jsx("li",{children:"长按二维码 → 识别二维码 → 复制链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"注意:微信原生群二维码7天后失效,建议使用草料活码"})]})]})]})}),s.jsxs("div",{className:"grid gap-6 md:grid-cols-2",children:[s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(u1,{className:"w-5 h-5"}),"支付成功跳转链接(核心配置)"]}),s.jsx(Kt,{className:"text-gray-400",children:"用户支付完成后自动跳转到此链接,进入指定微信群"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(dg,{className:"w-4 h-4"}),"微信群链接 / 活码链接"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ce,{placeholder:"https://cli.im/xxxxx 或 https://weixin.qq.com/g/...",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",value:n,onChange:y=>r(y.target.value)}),s.jsx(X,{variant:"outline",size:"icon",className:"border-gray-700 bg-transparent hover:bg-gray-700/50",onClick:()=>h(n,"group"),children:a==="group"?s.jsx(Zf,{className:"w-4 h-4 text-green-500"}):s.jsx(Cj,{className:"w-4 h-4 text-gray-400"})})]}),s.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-1",children:[s.jsx(fi,{className:"w-3 h-3"}),"支持格式:草料短链、微信群链接(https://weixin.qq.com/g/...)、企业微信链接等"]})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(X,{onClick:m,className:"flex-1 bg-[#07C160] hover:bg-[#06AD51] text-white",children:[s.jsx(Jh,{className:"w-4 h-4 mr-2"}),"保存配置"]}),s.jsxs(X,{onClick:x,variant:"outline",className:"border-[#07C160] text-[#07C160] hover:bg-[#07C160]/10 bg-transparent",children:[s.jsx(fi,{className:"w-4 h-4 mr-2"}),"测试跳转"]})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(u1,{className:"w-5 h-5 text-[#38bdac]"}),"多群轮换(高级配置)"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置多个群链接,系统自动轮换分配,避免单群满员"})]}),s.jsxs(Le,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(ee,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(dg,{className:"w-4 h-4"}),"多个群链接(每行一个)"]}),s.jsx(hl,{placeholder:"https://cli.im/group1\\nhttps://cli.im/group2",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 min-h-[120px] font-mono text-sm",value:t,onChange:y=>e(y.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"每行填写一个群链接,系统将按顺序或随机分配"})]}),s.jsxs("div",{className:"flex items-center justify-between p-3 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[s.jsx("span",{className:"text-sm text-gray-400",children:"已配置群数量"}),s.jsxs("span",{className:"font-bold text-[#38bdac]",children:[t.split(` -`).filter(Boolean).length," 个"]})]}),s.jsxs(X,{onClick:f,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Jh,{className:"w-4 h-4 mr-2"}),"保存多群配置"]})]})]})]}),s.jsxs("div",{className:"mt-6 bg-[#0f2137] rounded-xl p-4 border border-gray-700/50",children:[s.jsx("h4",{className:"text-white font-medium mb-3",children:"常见问题"}),s.jsxs("div",{className:"space-y-3 text-sm",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 为什么推荐使用草料活码?"}),s.jsx("p",{className:"text-gray-400",children:"A: 草料活码是永久链接,群满后可直接在后台更换新群码,无需修改网站配置。微信原生群码7天失效。"})]}),s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 支付后没有跳转怎么办?"}),s.jsx("p",{className:"text-gray-400",children:"A: 1) 检查链接是否正确填写 2) 部分浏览器可能拦截弹窗,用户需手动允许 3) 建议使用https开头的链接"})]})]})]})]})}const ej={matchTypes:[{id:"partner",label:"创业合伙",matchLabel:"创业伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10}},pV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function mV(){const[t,e]=b.useState(ej),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),x=async()=>{r(!0);try{const T=await Pe("/api/db/config/full?key=match_config"),P=(T==null?void 0:T.data)??(T==null?void 0:T.config);P&&e({...ej,...P})}catch(T){console.error("加载匹配配置失败:",T)}finally{r(!1)}};b.useEffect(()=>{x()},[]);const y=async()=>{i(!0);try{const T=await Ct("/api/db/config",{key:"match_config",value:t,description:"匹配功能配置"});T&&T.success!==!1?se.success("配置保存成功!"):se.error("保存失败: "+(T&&typeof T=="object"&&"error"in T?T.error:"未知错误"))}catch(T){console.error("保存配置失败:",T),se.error("保存失败")}finally{i(!1)}},N=T=>{h(T),m({id:T.id,label:T.label,matchLabel:T.matchLabel,icon:T.icon,matchFromDB:T.matchFromDB,showJoinAfterMatch:T.showJoinAfterMatch,price:T.price,enabled:T.enabled}),c(!0)},w=()=>{h(null),m({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),c(!0)},j=()=>{if(!f.id||!f.label){se.error("请填写类型ID和名称");return}const T=[...t.matchTypes];if(u){const P=T.findIndex(O=>O.id===u.id);P!==-1&&(T[P]={...f})}else{if(T.some(P=>P.id===f.id)){se.error("类型ID已存在");return}T.push({...f})}e({...t,matchTypes:T}),c(!1)},S=T=>{confirm("确定要删除这个匹配类型吗?")&&e({...t,matchTypes:t.matchTypes.filter(P=>P.id!==T)})},E=T=>{e({...t,matchTypes:t.matchTypes.map(P=>P.id===T?{...P,enabled:!P.enabled}:P)})};return s.jsxs("div",{className:"p-8 w-full space-y-6",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(no,{className:"w-6 h-6 text-[#38bdac]"}),"匹配功能配置"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理找伙伴功能的匹配类型和价格"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(X,{variant:"outline",onClick:x,disabled:n,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]}),s.jsxs(X,{onClick:y,disabled:a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存配置"]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(pi,{className:"w-5 h-5 text-yellow-400"}),"基础设置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(Le,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(ce,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.freeMatchLimit,onChange:T=>e({...t,freeMatchLimit:parseInt(T.target.value,10)||0})}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户每天可免费匹配的次数"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(ce,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:t.matchPrice,onChange:T=>e({...t,matchPrice:parseFloat(T.target.value)||1})}),s.jsx("p",{className:"text-xs text-gray-500",children:"免费次数用完后的单次匹配价格"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(ce,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.settings.maxMatchesPerDay,onChange:T=>e({...t,settings:{...t.settings,maxMatchesPerDay:parseInt(T.target.value,10)||10}})}),s.jsx("p",{className:"text-xs text-gray-500",children:"包含免费和付费的总次数"})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:t.settings.enableFreeMatches,onCheckedChange:T=>e({...t,settings:{...t.settings,enableFreeMatches:T}})}),s.jsx(ee,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:t.settings.enablePaidMatches,onCheckedChange:T=>e({...t,settings:{...t.settings,enablePaidMatches:T}})}),s.jsx(ee,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(In,{className:"w-5 h-5 text-[#38bdac]"}),"匹配类型管理"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(X,{onClick:w,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(An,{className:"w-4 h-4 mr-1"}),"添加类型"]})]}),s.jsx(Le,{children:s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"图标"}),s.jsx(je,{className:"text-gray-400",children:"类型ID"}),s.jsx(je,{className:"text-gray-400",children:"显示名称"}),s.jsx(je,{className:"text-gray-400",children:"匹配标签"}),s.jsx(je,{className:"text-gray-400",children:"价格"}),s.jsx(je,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(hs,{children:t.matchTypes.map(T=>s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{children:s.jsx("span",{className:"text-2xl",children:T.icon})}),s.jsx(be,{className:"font-mono text-gray-300",children:T.id}),s.jsx(be,{className:"text-white font-medium",children:T.label}),s.jsx(be,{className:"text-gray-300",children:T.matchLabel}),s.jsx(be,{children:s.jsxs(Ve,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",T.price]})}),s.jsx(be,{children:T.matchFromDB?s.jsx(Ve,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Ve,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(be,{children:s.jsx($t,{checked:T.enabled,onCheckedChange:()=>E(T.id)})}),s.jsx(be,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>N(T),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Jt,{className:"w-4 h-4"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>S(T.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(bs,{className:"w-4 h-4"})})]})})]},T.id))})]})})]}),s.jsx(Dt,{open:o,onOpenChange:c,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[u?s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(An,{className:"w-5 h-5 text-[#38bdac]"}),u?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:f.id,onChange:T=>m({...f,id:T.target.value}),disabled:!!u})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:pV.map(T=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${f.icon===T?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>m({...f,icon:T}),children:T},T))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"显示名称"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业合伙",value:f.label,onChange:T=>m({...f,label:T.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"匹配标签"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业伙伴",value:f.matchLabel,onChange:T=>m({...f,matchLabel:T.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(ce,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:f.price,onChange:T=>m({...f,price:parseFloat(T.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:f.matchFromDB,onCheckedChange:T=>m({...f,matchFromDB:T})}),s.jsx(ee,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:f.showJoinAfterMatch,onCheckedChange:T=>m({...f,showJoinAfterMatch:T})}),s.jsx(ee,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:f.enabled,onCheckedChange:T=>m({...f,enabled:T})}),s.jsx(ee,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(X,{onClick:j,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})]})]})})]})}const tj={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function xV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[x,y]=b.useState(null);async function N(){m(!0),y(null);try{const j=new URLSearchParams({page:String(a),pageSize:String(o)});u&&j.set("matchType",u);const S=await Pe(`/api/db/match-records?${j}`);S!=null&&S.success?(e(S.records||[]),r(S.total??0)):y("加载匹配记录失败")}catch(j){console.error("加载匹配记录失败",j),y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{N()},[a,u]);const w=Math.ceil(n/o)||1;return s.jsxs("div",{className:"p-8 w-full",children:[x&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:x}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"匹配记录"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["找伙伴匹配统计,共 ",n," 条记录"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:j=>{h(j.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(tj).map(([j,S])=>s.jsx("option",{value:j,children:S},j))]}),s.jsxs("button",{type:"button",onClick:N,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Fe,{className:`w-4 h-4 ${f?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(hs,{children:[t.map(j=>s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[j.userAvatar?s.jsx("img",{src:fo(j.userAvatar),alt:"",className:"w-full h-full object-cover",onError:S=>{S.currentTarget.style.display="none";const E=S.currentTarget.nextElementSibling;E&&E.classList.remove("hidden")}}):null,s.jsx("span",{className:j.userAvatar?"hidden":"",children:(j.userNickname||j.userId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:j.userNickname||j.userId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[j.userId.slice(0,16),"..."]})]})]})}),s.jsx(be,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[j.matchedUserAvatar?s.jsx("img",{src:fo(j.matchedUserAvatar),alt:"",className:"w-full h-full object-cover",onError:S=>{S.currentTarget.style.display="none";const E=S.currentTarget.nextElementSibling;E&&E.classList.remove("hidden")}}):null,s.jsx("span",{className:j.matchedUserAvatar?"hidden":"",children:(j.matchedNickname||j.matchedUserId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:j.matchedNickname||j.matchedUserId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[j.matchedUserId.slice(0,16),"..."]})]})]})}),s.jsx(be,{children:s.jsx(Ve,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:tj[j.matchType]||j.matchType})}),s.jsxs(be,{className:"text-gray-400 text-sm",children:[j.phone&&s.jsxs("div",{children:["📱 ",j.phone]}),j.wechatId&&s.jsxs("div",{children:["💬 ",j.wechatId]}),!j.phone&&!j.wechatId&&"-"]}),s.jsx(be,{className:"text-gray-400",children:j.createdAt?new Date(j.createdAt).toLocaleString():"-"})]},j.id)),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(qs,{page:a,totalPages:w,total:n,pageSize:o,onPageChange:i,onPageSizeChange:j=>{c(j),i(1)}})]})})})]})}function gV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0);async function a(){r(!0);try{const i=await Pe("/api/db/vip-members?limit=100");if(i!=null&&i.success&&i.data){const o=[...i.data].map((c,u)=>({...c,vipSort:typeof c.vipSort=="number"?c.vipSort:u+1}));o.sort((c,u)=>(c.vipSort??999999)-(u.vipSort??999999)),e(o)}}catch(i){console.error("Load VIP members error:",i),se.error("加载 VIP 成员失败")}finally{r(!1)}}return b.useEffect(()=>{a()},[]),s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("div",{className:"flex justify-between items-center mb-8",children:s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(pc,{className:"w-5 h-5 text-amber-400"}),"用户管理 / 超级个体列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"这里展示所有有效超级个体用户,仅用于查看其基本信息与排序值。"})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Le,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400 w-20",children:"序号"}),s.jsx(je,{className:"text-gray-400",children:"成员"}),s.jsx(je,{className:"text-gray-400 w-40",children:"超级个体"}),s.jsx(je,{className:"text-gray-400 w-28",children:"排序值"})]})}),s.jsxs(hs,{children:[t.map((i,o)=>{var c;return s.jsxs(ct,{className:"border-gray-700/50",children:[s.jsx(be,{className:"text-gray-300",children:o+1}),s.jsx(be,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[i.avatar?s.jsx("img",{src:fo(i.avatar),className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((c=i.name)==null?void 0:c[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:i.name})})]})}),s.jsx(be,{className:"text-gray-300",children:i.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置超级个体)"})}),s.jsx(be,{className:"text-gray-300",children:i.vipSort??o+1})]},i.id)}),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:5,className:"text-center py-12 text-gray-500",children:"当前没有有效的超级个体用户。"})})]})]})})})]})}function g4(t){const e=Sa(),[n,r]=b.useState([]),[a,i]=b.useState(!0),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:0,enabled:!0}),[x,y]=b.useState(!1),[N,w]=b.useState(!1),j=b.useRef(null),S=async I=>{var Q;const te=(Q=I.target.files)==null?void 0:Q[0];if(te){w(!0);try{const F=new FormData;F.append("file",te),F.append("folder","mentors");const re=iu(),ie={};re&&(ie.Authorization=`Bearer ${re}`);const $=await(await fetch(wc("/api/upload"),{method:"POST",body:F,credentials:"include",headers:ie})).json();$!=null&&$.success&&($!=null&&$.url)?m(D=>({...D,avatar:$.url})):se.error("上传失败: "+(($==null?void 0:$.error)||"未知错误"))}catch(F){console.error(F),se.error("上传失败")}finally{w(!1),j.current&&(j.current.value="")}}};async function E(){i(!0);try{const I=await Pe("/api/db/mentors");I!=null&&I.success&&I.data&&r(I.data)}catch(I){console.error("Load mentors error:",I)}finally{i(!1)}}b.useEffect(()=>{E()},[]);const T=()=>{m({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:n.length>0?Math.max(...n.map(I=>I.sort))+1:0,enabled:!0})},P=()=>{h(null),T(),c(!0)},O=I=>{h(I),m({name:I.name,avatar:I.avatar||"",intro:I.intro||"",tags:I.tags||"",priceSingle:I.priceSingle!=null?String(I.priceSingle):"",priceHalfYear:I.priceHalfYear!=null?String(I.priceHalfYear):"",priceYear:I.priceYear!=null?String(I.priceYear):"",quote:I.quote||"",whyFind:I.whyFind||"",offering:I.offering||"",judgmentStyle:I.judgmentStyle||"",sort:I.sort,enabled:I.enabled??!0}),c(!0)},q=async()=>{if(!f.name.trim()){se.error("导师姓名不能为空");return}y(!0);try{const I=Q=>Q===""?void 0:parseFloat(Q),te={name:f.name.trim(),avatar:f.avatar.trim()||void 0,intro:f.intro.trim()||void 0,tags:f.tags.trim()||void 0,priceSingle:I(f.priceSingle),priceHalfYear:I(f.priceHalfYear),priceYear:I(f.priceYear),quote:f.quote.trim()||void 0,whyFind:f.whyFind.trim()||void 0,offering:f.offering.trim()||void 0,judgmentStyle:f.judgmentStyle.trim()||void 0,sort:f.sort,enabled:f.enabled};if(u){const Q=await Gt("/api/db/mentors",{id:u.id,...te});Q!=null&&Q.success?(c(!1),E()):se.error("更新失败: "+(Q==null?void 0:Q.error))}else{const Q=await Ct("/api/db/mentors",te);Q!=null&&Q.success?(c(!1),E()):se.error("新增失败: "+(Q==null?void 0:Q.error))}}catch(I){console.error("Save error:",I),se.error("保存失败")}finally{y(!1)}},z=async I=>{if(confirm("确定删除该导师?"))try{const te=await li(`/api/db/mentors?id=${I}`);te!=null&&te.success?E():se.error("删除失败: "+(te==null?void 0:te.error))}catch(te){console.error("Delete error:",te),se.error("删除失败")}},V=I=>I!=null?`¥${I}`:"-";return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(In,{className:"w-5 h-5 text-[#38bdac]"}),"导师管理"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师列表,支持每个导师独立配置单次/半年/年度价格"})]}),s.jsxs(X,{onClick:P,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(An,{className:"w-4 h-4 mr-2"}),"新增导师"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Le,{className:"p-0",children:a?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"姓名"}),s.jsx(je,{className:"text-gray-400",children:"简介"}),s.jsx(je,{className:"text-gray-400",children:"单次"}),s.jsx(je,{className:"text-gray-400",children:"半年"}),s.jsx(je,{className:"text-gray-400",children:"年度"}),s.jsx(je,{className:"text-gray-400",children:"排序"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(hs,{children:[n.map(I=>s.jsxs(ct,{className:"border-gray-700/50",children:[s.jsx(be,{className:"text-gray-300",children:I.id}),s.jsx(be,{children:s.jsxs("button",{type:"button",onClick:()=>e(`/users?search=${encodeURIComponent(I.name)}`),className:"text-[#38bdac] hover:text-[#2da396] hover:underline flex items-center gap-1",title:"在用户管理中查看",children:[I.name,s.jsx(fi,{className:"w-3 h-3"})]})}),s.jsx(be,{className:"text-gray-400 max-w-[200px] truncate",children:I.intro||"-"}),s.jsx(be,{className:"text-gray-400",children:V(I.priceSingle)}),s.jsx(be,{className:"text-gray-400",children:V(I.priceHalfYear)}),s.jsx(be,{className:"text-gray-400",children:V(I.priceYear)}),s.jsx(be,{className:"text-gray-400",children:I.sort}),s.jsxs(be,{className:"text-right",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>O(I),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(Jt,{className:"w-4 h-4"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>z(I.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(bs,{className:"w-4 h-4"})})]})]},I.id)),n.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无导师,点击「新增导师」添加"})})]})]})})}),s.jsx(Dt,{open:o,onOpenChange:c,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg max-h-[90vh] overflow-y-auto",children:[s.jsx(_t,{children:s.jsx(zt,{className:"text-white",children:u?"编辑导师":"新增导师"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"姓名 *"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:卡若",value:f.name,onChange:I=>m(te=>({...te,name:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"排序"}),s.jsx(ce,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:f.sort,onChange:I=>m(te=>({...te,sort:parseInt(I.target.value,10)||0}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"头像"}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ce,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:f.avatar,onChange:I=>m(te=>({...te,avatar:I.target.value})),placeholder:"点击上传或粘贴图片地址"}),s.jsx("input",{ref:j,type:"file",accept:"image/*",className:"hidden",onChange:S}),s.jsxs(X,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:N,onClick:()=>{var I;return(I=j.current)==null?void 0:I.click()},children:[s.jsx(Jh,{className:"w-4 h-4 mr-2"}),N?"上传中...":"上传"]})]}),f.avatar&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:fo(f.avatar.startsWith("http")?f.avatar:wc(f.avatar)),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"简介"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:结构判断型咨询 · Decision > Execution",value:f.intro,onChange:I=>m(te=>({...te,intro:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"技能标签(逗号分隔)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:项目结构判断、风险止损、人×项目匹配",value:f.tags,onChange:I=>m(te=>({...te,tags:I.target.value}))})]}),s.jsxs("div",{className:"border-t border-gray-700 pt-4",children:[s.jsx(ee,{className:"text-gray-300 block mb-2",children:"价格配置(每个导师独立)"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"单次咨询 ¥"}),s.jsx(ce,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"980",value:f.priceSingle,onChange:I=>m(te=>({...te,priceSingle:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"半年咨询 ¥"}),s.jsx(ce,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"19800",value:f.priceHalfYear,onChange:I=>m(te=>({...te,priceHalfYear:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"年度咨询 ¥"}),s.jsx(ce,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"29800",value:f.priceYear,onChange:I=>m(te=>({...te,priceYear:I.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"引言"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:大多数人失败,不是因为不努力...",value:f.quote,onChange:I=>m(te=>({...te,quote:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"为什么找(文本)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:f.whyFind,onChange:I=>m(te=>({...te,whyFind:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"提供什么(文本)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:f.offering,onChange:I=>m(te=>({...te,offering:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"判断风格(逗号分隔)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:冷静、克制、偏风险视角",value:f.judgmentStyle,onChange:I=>m(te=>({...te,judgmentStyle:I.target.value}))})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{type:"checkbox",id:"enabled",checked:f.enabled,onChange:I=>m(te=>({...te,enabled:I.target.checked})),className:"rounded border-gray-600 bg-[#0a1628]"}),s.jsx(ee,{htmlFor:"enabled",className:"text-gray-300 cursor-pointer",children:"上架(小程序可见)"})]})]}),s.jsxs(fn,{children:[s.jsxs(X,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(Yn,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(X,{onClick:q,disabled:x,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),x?"保存中...":"保存"]})]})]})})]})}function yV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const h=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",f=await Pe(h);f!=null&&f.success&&f.data&&e(f.data)}catch(h){console.error("Load consultations error:",h)}finally{r(!1)}}b.useEffect(()=>{o()},[a]);const c={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},u={single:"单次",half_year:"半年",year:"年度"};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(rg,{className:"w-5 h-5 text-[#38bdac]"}),"导师预约列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师咨询预约记录"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:h=>i(h.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(c).map(([h,f])=>s.jsx("option",{value:h,children:f},h))]}),s.jsxs(X,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Le,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户ID"}),s.jsx(je,{className:"text-gray-400",children:"导师ID"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(hs,{children:[t.map(h=>s.jsxs(ct,{className:"border-gray-700/50",children:[s.jsx(be,{className:"text-gray-300",children:h.id}),s.jsx(be,{className:"text-gray-400",children:h.userId}),s.jsx(be,{className:"text-gray-400",children:h.mentorId}),s.jsx(be,{className:"text-gray-400",children:u[h.consultationType]||h.consultationType}),s.jsxs(be,{className:"text-white",children:["¥",h.amount]}),s.jsx(be,{className:"text-gray-400",children:c[h.status]||h.status}),s.jsx(be,{className:"text-gray-500 text-sm",children:h.createdAt})]},h.id)),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}const Ed={poolSource:["vip"],requirePhone:!0,requireNickname:!0,requireAvatar:!1,requireBusiness:!1},nj={matchTypes:[{id:"partner",label:"找伙伴",matchLabel:"找伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10},poolSettings:Ed},bV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function vV(){const t=Sa(),[e,n]=b.useState(nj),[r,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(!1),[h,f]=b.useState(null),[m,x]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),[y,N]=b.useState(null),[w,j]=b.useState(!1),S=async()=>{j(!0);try{const I=await Pe("/api/db/match-pool-counts");I!=null&&I.success&&I.data&&N(I.data)}catch(I){console.error("加载池子人数失败:",I)}finally{j(!1)}},E=async()=>{a(!0);try{const I=await Pe("/api/db/config/full?key=match_config"),te=(I==null?void 0:I.data)??(I==null?void 0:I.config);if(te){let Q=te.poolSettings??Ed;Q.poolSource&&!Array.isArray(Q.poolSource)&&(Q={...Q,poolSource:[Q.poolSource]}),n({...nj,...te,poolSettings:Q})}}catch(I){console.error("加载匹配配置失败:",I)}finally{a(!1)}};b.useEffect(()=>{E(),S()},[]);const T=async()=>{o(!0);try{const I=await Ct("/api/db/config",{key:"match_config",value:e,description:"匹配功能配置"});se.error((I==null?void 0:I.success)!==!1?"配置保存成功!":"保存失败: "+((I==null?void 0:I.error)||"未知错误"))}catch(I){console.error(I),se.error("保存失败")}finally{o(!1)}},P=I=>{f(I),x({...I}),u(!0)},O=()=>{f(null),x({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),u(!0)},q=()=>{if(!m.id||!m.label){se.error("请填写类型ID和名称");return}const I=[...e.matchTypes];if(h){const te=I.findIndex(Q=>Q.id===h.id);te!==-1&&(I[te]={...m})}else{if(I.some(te=>te.id===m.id)){se.error("类型ID已存在");return}I.push({...m})}n({...e,matchTypes:I}),u(!1)},z=I=>{confirm("确定要删除这个匹配类型吗?")&&n({...e,matchTypes:e.matchTypes.filter(te=>te.id!==I)})},V=I=>{n({...e,matchTypes:e.matchTypes.map(te=>te.id===I?{...te,enabled:!te.enabled}:te)})};return s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"flex justify-end gap-3",children:[s.jsxs(X,{variant:"outline",onClick:E,disabled:r,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${r?"animate-spin":""}`})," 刷新"]}),s.jsxs(X,{onClick:T,disabled:i,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"})," ",i?"保存中...":"保存配置"]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(Ej,{className:"w-5 h-5 text-blue-400"})," 匹配池选择"]}),s.jsx(Kt,{className:"text-gray-400",children:"选择匹配的用户池和完善程度要求,只有满足条件的用户才可被匹配到"})]}),s.jsxs(Le,{className:"space-y-6",children:[s.jsxs("div",{className:"space-y-3",children:[s.jsx(ee,{className:"text-gray-300",children:"匹配来源池"}),s.jsx("p",{className:"text-gray-500 text-xs",children:"可同时勾选多个池子(取并集匹配)"}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-3",children:[{value:"vip",label:"超级个体(VIP会员)",desc:"付费 ¥1980 的VIP会员",icon:"👑",countKey:"vip"},{value:"complete",label:"完善资料用户",desc:"符合下方完善度要求的用户",icon:"✅",countKey:"complete"},{value:"all",label:"全部用户",desc:"所有已注册用户",icon:"👥",countKey:"all"}].map(I=>{const te=e.poolSettings??Ed,F=(Array.isArray(te.poolSource)?te.poolSource:[te.poolSource]).includes(I.value),re=y==null?void 0:y[I.countKey],ie=()=>{const J=Array.isArray(te.poolSource)?[...te.poolSource]:[te.poolSource],$=F?J.filter(D=>D!==I.value):[...J,I.value];$.length===0&&$.push(I.value),n({...e,poolSettings:{...te,poolSource:$}})};return s.jsxs("button",{type:"button",onClick:ie,className:`p-4 rounded-lg border text-left transition-all ${F?"border-[#38bdac] bg-[#38bdac]/10":"border-gray-700 bg-[#0a1628] hover:border-gray-600"}`,children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:`w-5 h-5 rounded border-2 flex items-center justify-center text-xs ${F?"border-[#38bdac] bg-[#38bdac] text-white":"border-gray-600"}`,children:F&&"✓"}),s.jsx("span",{className:"text-xl",children:I.icon}),s.jsx("span",{className:`text-sm font-medium ${F?"text-[#38bdac]":"text-gray-300"}`,children:I.label})]}),s.jsxs("span",{className:"text-lg font-bold text-white",children:[w?"...":re??"-",s.jsx("span",{className:"text-xs text-gray-500 font-normal ml-1",children:"人"})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-2",children:I.desc}),s.jsx("span",{role:"link",tabIndex:0,onClick:J=>{J.stopPropagation(),t(`/users?pool=${I.value}`)},onKeyDown:J=>{J.key==="Enter"&&(J.stopPropagation(),t(`/users?pool=${I.value}`))},className:"text-[#38bdac] text-xs mt-2 inline-block hover:underline cursor-pointer",children:"查看用户列表 →"})]},I.value)})})]}),s.jsxs("div",{className:"space-y-3 pt-4 border-t border-gray-700/50",children:[s.jsx(ee,{className:"text-gray-300",children:"用户资料完善要求(被匹配用户必须满足以下条件)"}),s.jsx("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4",children:[{key:"requirePhone",label:"有手机号",icon:"📱"},{key:"requireNickname",label:"有昵称",icon:"👤"},{key:"requireAvatar",label:"有头像",icon:"🖼️"},{key:"requireBusiness",label:"有业务需求",icon:"💼"}].map(I=>{const Q=(e.poolSettings??Ed)[I.key];return s.jsxs("div",{className:"flex items-center gap-3 bg-[#0a1628] rounded-lg p-3",children:[s.jsx($t,{checked:Q,onCheckedChange:F=>n({...e,poolSettings:{...e.poolSettings??Ed,[I.key]:F}})}),s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{children:I.icon}),s.jsx(ee,{className:"text-gray-300 text-sm",children:I.label})]})]},I.key)})})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(rt,{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(pi,{className:"w-5 h-5 text-yellow-400"})," 基础设置"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(Le,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(ce,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.freeMatchLimit,onChange:I=>n({...e,freeMatchLimit:parseInt(I.target.value,10)||0})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(ce,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:e.matchPrice,onChange:I=>n({...e,matchPrice:parseFloat(I.target.value)||1})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(ce,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.settings.maxMatchesPerDay,onChange:I=>n({...e,settings:{...e.settings,maxMatchesPerDay:parseInt(I.target.value,10)||10}})})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:e.settings.enableFreeMatches,onCheckedChange:I=>n({...e,settings:{...e.settings,enableFreeMatches:I}})}),s.jsx(ee,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:e.settings.enablePaidMatches,onCheckedChange:I=>n({...e,settings:{...e.settings,enablePaidMatches:I}})}),s.jsx(ee,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(rt,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(at,{className:"text-white flex items-center gap-2",children:[s.jsx(In,{className:"w-5 h-5 text-[#38bdac]"})," 匹配类型管理"]}),s.jsx(Kt,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(X,{onClick:O,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(An,{className:"w-4 h-4 mr-1"})," 添加类型"]})]}),s.jsx(Le,{children:s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"图标"}),s.jsx(je,{className:"text-gray-400",children:"类型ID"}),s.jsx(je,{className:"text-gray-400",children:"显示名称"}),s.jsx(je,{className:"text-gray-400",children:"匹配标签"}),s.jsx(je,{className:"text-gray-400",children:"价格"}),s.jsx(je,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(hs,{children:e.matchTypes.map(I=>s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{children:s.jsx("span",{className:"text-2xl",children:I.icon})}),s.jsx(be,{className:"font-mono text-gray-300",children:I.id}),s.jsx(be,{className:"text-white font-medium",children:I.label}),s.jsx(be,{className:"text-gray-300",children:I.matchLabel}),s.jsx(be,{children:s.jsxs(Ve,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",I.price]})}),s.jsx(be,{children:I.matchFromDB?s.jsx(Ve,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Ve,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(be,{children:s.jsx($t,{checked:I.enabled,onCheckedChange:()=>V(I.id)})}),s.jsx(be,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>P(I),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Jt,{className:"w-4 h-4"})}),s.jsx(X,{variant:"ghost",size:"sm",onClick:()=>z(I.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(bs,{className:"w-4 h-4"})})]})})]},I.id))})]})})]}),s.jsx(Dt,{open:c,onOpenChange:u,children:s.jsxs(Lt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(_t,{children:s.jsxs(zt,{className:"text-white flex items-center gap-2",children:[h?s.jsx(Jt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(An,{className:"w-5 h-5 text-[#38bdac]"}),h?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:m.id,onChange:I=>x({...m,id:I.target.value}),disabled:!!h})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:bV.map(I=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${m.icon===I?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>x({...m,icon:I}),children:I},I))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"显示名称"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.label,onChange:I=>x({...m,label:I.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"匹配标签"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.matchLabel,onChange:I=>x({...m,matchLabel:I.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ee,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(ce,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:m.price,onChange:I=>x({...m,price:parseFloat(I.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:m.matchFromDB,onCheckedChange:I=>x({...m,matchFromDB:I})}),s.jsx(ee,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:m.showJoinAfterMatch,onCheckedChange:I=>x({...m,showJoinAfterMatch:I})}),s.jsx(ee,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx($t,{checked:m.enabled,onCheckedChange:I=>x({...m,enabled:I})}),s.jsx(ee,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(fn,{children:[s.jsx(X,{variant:"outline",onClick:()=>u(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(X,{onClick:q,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"})," 保存"]})]})]})})]})}const sj={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function NV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[x,y]=b.useState(null),[N,w]=b.useState(null);async function j(){m(!0),y(null);try{const T=new URLSearchParams({page:String(a),pageSize:String(o)});u&&T.set("matchType",u);const P=await Pe(`/api/db/match-records?${T}`);P!=null&&P.success?(e(P.records||[]),r(P.total??0)):y("加载匹配记录失败")}catch{y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{j()},[a,u]);const S=Math.ceil(n/o)||1,E=({userId:T,nickname:P,avatar:O})=>s.jsxs("div",{className:"flex items-center gap-3 cursor-pointer group",onClick:()=>w(T),children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[O?s.jsx("img",{src:fo(O),alt:"",className:"w-full h-full object-cover",onError:q=>{q.currentTarget.style.display="none"}}):null,s.jsx("span",{className:O?"hidden":"",children:(P||T||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white group-hover:text-[#38bdac] transition-colors",children:P||T}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[T==null?void 0:T.slice(0,16),(T==null?void 0:T.length)>16?"...":""]})]})]});return s.jsxs("div",{children:[x&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:x}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("p",{className:"text-gray-400",children:["共 ",n," 条匹配记录 · 点击用户名查看详情"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:T=>{h(T.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(sj).map(([T,P])=>s.jsx("option",{value:T,children:P},T))]}),s.jsxs("button",{type:"button",onClick:j,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Fe,{className:`w-4 h-4 ${f?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(hs,{children:[t.map(T=>s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{children:s.jsx(E,{userId:T.userId,nickname:T.userNickname,avatar:T.userAvatar})}),s.jsx(be,{children:T.matchedUserId?s.jsx(E,{userId:T.matchedUserId,nickname:T.matchedNickname,avatar:T.matchedUserAvatar}):s.jsx("span",{className:"text-gray-500",children:"—"})}),s.jsx(be,{children:s.jsx(Ve,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:sj[T.matchType]||T.matchType})}),s.jsxs(be,{className:"text-sm",children:[T.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",T.phone]}),T.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",T.wechatId]}),!T.phone&&!T.wechatId&&s.jsx("span",{className:"text-gray-600",children:"-"})]}),s.jsx(be,{className:"text-gray-400",children:T.createdAt?new Date(T.createdAt).toLocaleString():"-"})]},T.id)),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(qs,{page:a,totalPages:S,total:n,pageSize:o,onPageChange:i,onPageSizeChange:T=>{c(T),i(1)}})]})})}),s.jsx(I0,{open:!!N,onClose:()=>w(null),userId:N,onUserUpdated:j})]})}function wV(){const[t,e]=b.useState("records");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("records"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="records"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配记录"}),s.jsx("button",{type:"button",onClick:()=>e("pool"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="pool"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配池设置"})]}),t==="records"&&s.jsx(NV,{}),t==="pool"&&s.jsx(vV,{})]})}const rj={investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function jV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0),[f,m]=b.useState("investor"),[x,y]=b.useState(null);async function N(){h(!0);try{const E=new URLSearchParams({page:String(a),pageSize:String(o),matchType:f}),T=await Pe(`/api/db/match-records?${E}`);T!=null&&T.success&&(e(T.records||[]),r(T.total??0))}catch(E){console.error(E)}finally{h(!1)}}b.useEffect(()=>{N()},[a,f]);const w=async E=>{if(!E.phone&&!E.wechatId){se.info("该记录无联系方式,无法推送到存客宝");return}y(E.id);try{const T=await Ct("/api/ckb/join",{type:E.matchType||"investor",phone:E.phone||"",wechat:E.wechatId||"",userId:E.userId,name:E.userNickname||""});se.error((T==null?void 0:T.message)||(T!=null&&T.success?"推送成功":"推送失败"))}catch(T){se.error("推送失败: "+(T instanceof Error?T.message:"网络错误"))}finally{y(null)}},j=Math.ceil(n/o)||1,S=E=>!!(E.phone||E.wechatId);return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400",children:"点击获客:有人填写手机号/微信号的直接显示,可一键推送到存客宝"}),s.jsxs("p",{className:"text-gray-500 text-xs mt-1",children:["共 ",n," 条记录 — 有联系方式的可触发存客宝添加好友"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("select",{value:f,onChange:E=>{m(E.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:Object.entries(rj).map(([E,T])=>s.jsx("option",{value:E,children:T},E))}),s.jsxs(X,{onClick:N,disabled:u,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${u?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"时间"}),s.jsx(je,{className:"text-gray-400 text-right",children:"操作"})]})}),s.jsxs(hs,{children:[t.map(E=>{var T,P;return s.jsxs(ct,{className:`border-gray-700/50 ${S(E)?"hover:bg-[#0a1628]":"opacity-60"}`,children:[s.jsx(be,{className:"text-white",children:E.userNickname||((T=E.userId)==null?void 0:T.slice(0,12))}),s.jsx(be,{className:"text-white",children:E.matchedNickname||((P=E.matchedUserId)==null?void 0:P.slice(0,12))}),s.jsx(be,{children:s.jsx(Ve,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:rj[E.matchType]||E.matchType})}),s.jsxs(be,{className:"text-sm",children:[E.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",E.phone]}),E.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",E.wechatId]}),!E.phone&&!E.wechatId&&s.jsx("span",{className:"text-gray-600",children:"无联系方式"})]}),s.jsx(be,{className:"text-gray-400 text-sm",children:E.createdAt?new Date(E.createdAt).toLocaleString():"-"}),s.jsx(be,{className:"text-right",children:S(E)?s.jsxs(X,{size:"sm",onClick:()=>w(E),disabled:x===E.id,className:"bg-[#38bdac] hover:bg-[#2da396] text-white text-xs h-7 px-3",children:[s.jsx(qM,{className:"w-3 h-3 mr-1"}),x===E.id?"推送中...":"推送CKB"]}):s.jsx("span",{className:"text-gray-600 text-xs",children:"—"})})]},E.id)}),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无记录"})})]})]}),s.jsx(qs,{page:a,totalPages:j,total:n,pageSize:o,onPageChange:i,onPageSizeChange:E=>{c(E),i(1)}})]})})})]})}const aj={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},kV={single:"单次",half_year:"半年",year:"年度"};function SV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const c=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",u=await Pe(c);u!=null&&u.success&&u.data&&e(u.data)}catch(c){console.error(c)}finally{r(!1)}}return b.useEffect(()=>{o()},[a]),s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsx("p",{className:"text-gray-400",children:"导师咨询预约记录"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:c=>i(c.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(aj).map(([c,u])=>s.jsx("option",{value:c,children:u},c))]}),s.jsxs(X,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Le,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户ID"}),s.jsx(je,{className:"text-gray-400",children:"导师ID"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(hs,{children:[t.map(c=>s.jsxs(ct,{className:"border-gray-700/50",children:[s.jsx(be,{className:"text-gray-300",children:c.id}),s.jsx(be,{className:"text-gray-400",children:c.userId}),s.jsx(be,{className:"text-gray-400",children:c.mentorId}),s.jsx(be,{className:"text-gray-400",children:kV[c.consultationType]||c.consultationType}),s.jsxs(be,{className:"text-white",children:["¥",c.amount]}),s.jsx(be,{className:"text-gray-400",children:aj[c.status]||c.status}),s.jsx(be,{className:"text-gray-500 text-sm",children:c.createdAt?new Date(c.createdAt).toLocaleString():"-"})]},c.id)),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}function CV(){const[t,e]=b.useState("booking");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("booking"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="booking"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"预约记录"}),s.jsx("button",{type:"button",onClick:()=>e("manage"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="manage"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"导师管理"})]}),t==="booking"&&s.jsx(SV,{}),t==="manage"&&s.jsx("div",{className:"-mx-8",children:s.jsx(g4,{embedded:!0})})]})}function TV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0);async function f(){h(!0);try{const x=new URLSearchParams({page:String(a),pageSize:String(o),matchType:"team"}),y=await Pe(`/api/db/match-records?${x}`);y!=null&&y.success&&(e(y.records||[]),r(y.total??0))}catch(x){console.error(x)}finally{h(!1)}}b.useEffect(()=>{f()},[a]);const m=Math.ceil(n/o)||1;return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsxs("p",{className:"text-gray-400",children:["团队招募匹配记录,共 ",n," 条"]}),s.jsx("p",{className:"text-gray-500 text-xs mt-1",children:"用户通过「团队招募」提交联系方式到存客宝"})]}),s.jsxs("button",{type:"button",onClick:f,disabled:u,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Fe,{className:`w-4 h-4 ${u?"animate-spin":""}`})," 刷新"]})]}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Le,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(ds,{children:[s.jsx(us,{children:s.jsxs(ct,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"时间"})]})}),s.jsxs(hs,{children:[t.map(x=>s.jsxs(ct,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(be,{className:"text-white",children:x.userNickname||x.userId}),s.jsx(be,{className:"text-white",children:x.matchedNickname||x.matchedUserId}),s.jsxs(be,{className:"text-gray-400 text-sm",children:[x.phone&&s.jsxs("div",{children:["📱 ",x.phone]}),x.wechatId&&s.jsxs("div",{children:["💬 ",x.wechatId]}),!x.phone&&!x.wechatId&&"-"]}),s.jsx(be,{className:"text-gray-400",children:x.createdAt?new Date(x.createdAt).toLocaleString():"-"})]},x.id)),t.length===0&&s.jsx(ct,{children:s.jsx(be,{colSpan:4,className:"text-center py-12 text-gray-500",children:"暂无团队招募记录"})})]})]}),s.jsx(qs,{page:a,totalPages:m,total:n,pageSize:o,onPageChange:i,onPageSizeChange:x=>{c(x),i(1)}})]})})})]})}const ij={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募",join:"加入",match:"匹配"},oj={partner:"⭐",investor:"👥",mentor:"❤️",team:"🎮",join:"📋",match:"🔗"};function EV({onSwitchTab:t,onOpenCKB:e}={}){const n=Sa(),[r,a]=b.useState(null),[i,o]=b.useState(null),[c,u]=b.useState(!0),h=b.useCallback(async()=>{var x,y;u(!0);try{const[N,w]=await Promise.allSettled([Pe("/api/db/match-records?stats=true"),Pe("/api/db/ckb-plan-stats")]);if(N.status==="fulfilled"&&((x=N.value)!=null&&x.success)&&N.value.data){let j=N.value.data;if(j.totalMatches>0&&(!j.uniqueUsers||j.uniqueUsers===0))try{const S=await Pe("/api/db/match-records?page=1&pageSize=200");if(S!=null&&S.success&&S.records){const E=new Set(S.records.map(T=>T.userId).filter(Boolean));j={...j,uniqueUsers:E.size}}}catch{}a(j)}w.status==="fulfilled"&&((y=w.value)!=null&&y.success)&&w.value.data&&o(w.value.data)}catch(N){console.error("加载统计失败:",N)}finally{u(!1)}},[]);b.useEffect(()=>{h()},[h]);const f=x=>c?"—":String(x??0),m=r!=null&&r.uniqueUsers?(r.totalMatches/r.uniqueUsers).toFixed(1):"0";return s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-5 gap-3",children:[s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/40 cursor-pointer hover:border-[#38bdac]/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:s.jsxs(Le,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"总匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.totalMatches)}),s.jsxs("p",{className:"text-[#38bdac] text-[10px] mt-1 flex items-center gap-0.5",children:[s.jsx(fi,{className:"w-2.5 h-2.5"})," 查看记录"]})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Le,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"今日"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.todayMatches)}),s.jsxs("p",{className:"text-yellow-400/60 text-[10px] mt-1 flex items-center gap-0.5",children:[s.jsx(pi,{className:"w-2.5 h-2.5"})," 实时"]})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/40 cursor-pointer hover:border-blue-500/60 transition-all",onClick:()=>n("/users"),children:s.jsxs(Le,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"用户数"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.uniqueUsers)}),s.jsxs("p",{className:"text-blue-400/60 text-[10px] mt-1 flex items-center gap-0.5",children:[s.jsx(In,{className:"w-2.5 h-2.5"})," 查看用户"]})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Le,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"人均匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:c?"—":m})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Le,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"付费匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.paidMatchCount)})]})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsx(Oe,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Le,{className:"p-4",children:[s.jsx("h4",{className:"text-sm font-medium text-white mb-3",children:"匹配类型分布"}),r!=null&&r.byType&&r.byType.length>0?s.jsx("div",{className:"space-y-2",children:r.byType.map(x=>{const y=r.totalMatches>0?x.count/r.totalMatches*100:0;return s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("span",{className:"text-lg shrink-0",children:oj[x.matchType]||"📊"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex justify-between text-xs mb-0.5",children:[s.jsx("span",{className:"text-gray-300",children:ij[x.matchType]||x.matchType}),s.jsxs("span",{className:"text-gray-500",children:[x.count," (",y.toFixed(0),"%)"]})]}),s.jsx("div",{className:"w-full h-1.5 bg-gray-700/50 rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac] rounded-full",style:{width:`${Math.min(y,100)}%`}})})]})]},x.matchType)})}):s.jsx("p",{className:"text-gray-500 text-xs",children:"暂无数据"})]})}),s.jsx(Oe,{className:"bg-[#0f2137] border-orange-500/20",children:s.jsxs(Le,{className:"p-4",children:[s.jsxs("h4",{className:"text-sm font-medium text-white mb-3 flex items-center gap-1.5",children:[s.jsx(ya,{className:"w-4 h-4 text-orange-400"})," AI 获客"]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 mb-3",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 cursor-pointer hover:border-orange-500/50 border border-transparent transition-colors",onClick:()=>e==null?void 0:e("submitted"),children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"已提交线索"}),s.jsx("p",{className:"text-xl font-bold text-white",children:c?"—":(i==null?void 0:i.ckbTotal)??0})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 cursor-pointer hover:border-orange-500/50 border border-transparent transition-colors",onClick:()=>e==null?void 0:e("contact"),children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"有联系方式"}),s.jsx("p",{className:"text-xl font-bold text-white",children:c?"—":(i==null?void 0:i.withContact)??0})]})]}),(i==null?void 0:i.byType)&&i.byType.length>0&&s.jsx("div",{className:"space-y-1.5",children:i.byType.map(x=>s.jsxs("div",{className:"flex items-center gap-2 text-xs",children:[s.jsx("span",{children:oj[x.matchType]||"📋"}),s.jsx("span",{className:"text-gray-400",children:ij[x.matchType]||x.matchType}),s.jsx("span",{className:"ml-auto text-white font-medium",children:x.total})]},x.matchType))}),s.jsx("button",{type:"button",onClick:()=>e==null?void 0:e("test"),className:"mt-3 w-full text-xs text-orange-400 hover:text-orange-300 text-center py-1.5 bg-orange-500/10 rounded",children:"查看 AI 添加进度 →"})]})})]})]})}const MV=["partner","investor","mentor","team"],Zx=[{key:"join_partner",label:"找伙伴场景"},{key:"join_investor",label:"资源对接场景"},{key:"join_mentor",label:"导师顾问场景"},{key:"join_team",label:"团队招募场景"},{key:"match",label:"匹配上报"},{key:"lead",label:"链接卡若"}],lj=`# 场景获客接口摘要 -- 地址:POST /v1/api/scenarios -- 必填:apiKey、sign、timestamp -- 主标识:phone 或 wechatId 至少一项 -- 可选:name、source、remark、tags、siteTags、portrait -- 签名:排除 sign/apiKey/portrait,键名升序拼接值后双重 MD5 -- 成功:code=200,message=新增成功 或 已存在`;function AV({initialTab:t="overview"}){const[e,n]=b.useState(t),[r,a]=b.useState("13800000000"),[i,o]=b.useState(""),[c,u]=b.useState(""),[h,f]=b.useState(lj),[m,x]=b.useState(!1),[y,N]=b.useState(!1),[w,j]=b.useState([]),[S,E]=b.useState([]),[T,P]=b.useState({}),[O,q]=b.useState([{endpoint:"/api/ckb/join",label:"找伙伴",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"资源对接",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"导师顾问",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"团队招募",method:"POST",status:"idle"},{endpoint:"/api/ckb/match",label:"匹配上报",method:"POST",status:"idle"},{endpoint:"/api/miniprogram/ckb/lead",label:"链接卡若",method:"POST",status:"idle"},{endpoint:"/api/match/config",label:"匹配配置",method:"GET",status:"idle"}]),z=b.useMemo(()=>{const $={};return Zx.forEach(D=>{$[D.key]=T[D.key]||{apiUrl:"https://ckbapi.quwanzhi.com/v1/api/scenarios",apiKey:"fyngh-ecy9h-qkdae-epwd5-rz6kd",source:"",tags:"",siteTags:"创业实验APP",notes:""}}),$},[T]),V=$=>{const D=r.trim(),R=i.trim();return $<=3?{type:MV[$],phone:D||void 0,wechat:R||void 0,userId:"admin_test",name:"后台测试"}:$===4?{matchType:"partner",phone:D||void 0,wechat:R||void 0,userId:"admin_test",nickname:"后台测试",matchedUser:{id:"test",nickname:"测试",matchScore:88}}:$===5?{phone:D||void 0,wechatId:R||void 0,userId:"admin_test",name:"后台测试"}:{}};async function I(){N(!0);try{const[$,D,R]=await Promise.all([Pe("/api/db/config/full?key=ckb_config"),Pe("/api/db/ckb-leads?mode=submitted&page=1&pageSize=50"),Pe("/api/db/ckb-leads?mode=contact&page=1&pageSize=50")]),oe=$==null?void 0:$.data;oe!=null&&oe.routes&&P(oe.routes),oe!=null&&oe.docNotes&&u(oe.docNotes),oe!=null&&oe.docContent&&f(oe.docContent),D!=null&&D.success&&j(D.records||[]),R!=null&&R.success&&E(R.records||[])}finally{N(!1)}}b.useEffect(()=>{n(t)},[t]),b.useEffect(()=>{I()},[]);const te=b.useMemo(()=>{const $=_=>(_||"").replace(/\D/g,"")||"",D=_=>{const U=$(_.phone);if(U)return`phone:${U}`;const H=(_.userId||"").trim();if(H)return`user:${H}`;const K=(_.wechatId||"").trim();return K?`wechat:${K}`:`row:${_.id}`},R=[...S].sort((_,U)=>{const H=_.createdAt?new Date(_.createdAt).getTime():0;return(U.createdAt?new Date(U.createdAt).getTime():0)-H}),oe=new Set,G=[];for(const _ of R){const U=D(_);oe.has(U)||(oe.add(U),G.push(_))}return G},[S]);async function Q(){x(!0);try{const $=await Ct("/api/db/config",{key:"ckb_config",value:{routes:z,docNotes:c,docContent:h},description:"存客宝接口配置"});se.error(($==null?void 0:$.success)!==!1?"存客宝配置已保存":`保存失败: ${($==null?void 0:$.error)||"未知错误"}`)}catch($){se.error(`保存失败: ${$ instanceof Error?$.message:"网络错误"}`)}finally{x(!1)}}const F=($,D)=>{P(R=>({...R,[$]:{...z[$],...D}}))},re=async $=>{const D=O[$];if(D.method==="POST"&&!r.trim()&&!i.trim()){se.error("请填写测试手机号");return}const R=[...O];R[$]={...D,status:"testing",message:void 0,responseTime:void 0},q(R);const oe=performance.now();try{const G=D.method==="GET"?await Pe(D.endpoint):await Ct(D.endpoint,V($)),_=Math.round(performance.now()-oe),U=(G==null?void 0:G.message)||"",H=(G==null?void 0:G.success)===!0||U.includes("已存在")||U.includes("已加入")||U.includes("已提交"),K=[...O];K[$]={...D,status:H?"success":"error",message:U||(H?"正常":"异常"),responseTime:_},q(K),await I()}catch(G){const _=Math.round(performance.now()-oe),U=[...O];U[$]={...D,status:"error",message:G instanceof Error?G.message:"失败",responseTime:_},q(U)}},ie=async()=>{if(!r.trim()&&!i.trim()){se.error("请填写测试手机号");return}for(let $=0;$s.jsx("div",{className:"overflow-auto rounded-lg border border-gray-700/30",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"bg-[#0a1628] text-gray-400",children:s.jsxs("tr",{children:[s.jsx("th",{className:"text-left px-4 py-3",children:"发起人"}),s.jsx("th",{className:"text-left px-4 py-3",children:"类型"}),s.jsx("th",{className:"text-left px-4 py-3",children:"手机号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"微信号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"时间"})]})}),s.jsx("tbody",{children:$.length===0?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"p-0 align-top",children:s.jsxs("div",{className:"py-14 px-6 text-center bg-[#0a1628]/40 border-t border-gray-700/30",children:[s.jsx(ll,{className:"w-12 h-12 text-orange-400/25 mx-auto mb-3","aria-hidden":!0}),s.jsx("p",{className:"text-gray-300 font-medium",children:D}),R?s.jsx("p",{className:"text-gray-500 text-sm mt-2 max-w-md mx-auto leading-relaxed",children:R}):null]})})}):$.map(oe=>s.jsxs("tr",{className:"border-t border-gray-700/30",children:[s.jsx("td",{className:"px-4 py-3 text-white",children:oe.userNickname||oe.userId}),s.jsx("td",{className:"px-4 py-3 text-gray-300",children:oe.matchType}),s.jsx("td",{className:"px-4 py-3 text-green-400",children:oe.phone||"—"}),s.jsx("td",{className:"px-4 py-3 text-blue-400",children:oe.wechatId||"—"}),s.jsx("td",{className:"px-4 py-3 text-gray-400",children:oe.createdAt?new Date(oe.createdAt).toLocaleString():"—"})]},String(oe.id)))})]})});return s.jsx(Oe,{className:"bg-[#0f2137] border-orange-500/30 mb-6",children:s.jsxs(Le,{className:"p-5",children:[s.jsxs("div",{className:"flex items-center justify-between mb-4",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("h3",{className:"text-white font-semibold",children:"存客宝工作台"}),s.jsx(Ve,{className:"bg-orange-500/20 text-orange-400 border-0 text-xs",children:"CKB"}),s.jsxs("button",{type:"button",onClick:()=>n("doc"),className:"text-orange-400/60 text-xs hover:text-orange-400 flex items-center gap-1",children:[s.jsx(fi,{className:"w-3 h-3"})," API 文档"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(X,{onClick:()=>I(),variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1 ${y?"animate-spin":""}`})," 刷新"]}),s.jsxs(X,{onClick:Q,disabled:m,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-3.5 h-3.5 mr-1"})," ",m?"保存中...":"保存配置"]})]})]}),s.jsx("div",{className:"flex flex-wrap gap-2 mb-5",children:[["overview","概览"],["submitted","已提交线索"],["contact","有联系方式"],["config","场景配置"],["test","接口测试"],["doc","API 文档"]].map(([$,D])=>s.jsx("button",{type:"button",onClick:()=>n($),className:`px-4 py-2 rounded-lg text-sm transition-colors ${e===$?"bg-orange-500 text-white":"bg-[#0a1628] text-gray-400 hover:text-white"}`,children:D},$))}),e==="overview"&&s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"已提交线索"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:w.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"有联系方式(已去重)"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:te.length}),S.length!==te.length&&s.jsxs("p",{className:"text-[10px] text-gray-500 mt-1",children:["原始 ",S.length," 条"]})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"场景配置数"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:Zx.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"文档备注"}),s.jsx("p",{className:"text-sm text-gray-300 line-clamp-3",children:c||"未填写"})]})]}),e==="submitted"&&J(w,"暂无已提交线索","用户通过场景提交后会出现于此。"),e==="contact"&&s.jsxs("div",{className:"space-y-2",children:[S.length>te.length&&s.jsxs("p",{className:"text-xs text-gray-500",children:["已合并 ",S.length-te.length," 条重复(同手机号或同用户 ID 仅保留最近一条)"]}),J(te,"暂无有联系方式线索","存客宝留资同步后显示;完整列表与筛选请前往「用户管理 → 获客列表」。")]}),e==="config"&&s.jsx("div",{className:"space-y-4",children:Zx.map($=>s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white font-medium",children:$.label}),s.jsx(Ve,{className:"bg-orange-500/20 text-orange-300 border-0 text-xs",children:$.key})]}),s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"API 地址"}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:z[$.key].apiUrl,onChange:D=>F($.key,{apiUrl:D.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"API Key"}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:z[$.key].apiKey,onChange:D=>F($.key,{apiKey:D.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"Source"}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:z[$.key].source,onChange:D=>F($.key,{source:D.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"Tags"}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:z[$.key].tags,onChange:D=>F($.key,{tags:D.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"SiteTags"}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:z[$.key].siteTags,onChange:D=>F($.key,{siteTags:D.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"说明备注"}),s.jsx(ce,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:z[$.key].notes,onChange:D=>F($.key,{notes:D.target.value})})]})]})]},$.key))}),e==="test"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex gap-3 mb-4",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx(ll,{className:"w-4 h-4 text-gray-500 shrink-0"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"测试手机号"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:r,onChange:$=>a($.target.value)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"💬"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(ee,{className:"text-gray-500 text-xs",children:"微信号(可选)"}),s.jsx(ce,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:i,onChange:$=>o($.target.value)})]})]}),s.jsx("div",{className:"flex items-end",children:s.jsxs(X,{onClick:ie,className:"bg-orange-500 hover:bg-orange-600 text-white",children:[s.jsx(pi,{className:"w-3.5 h-3.5 mr-1"})," 全部测试"]})})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2",children:O.map(($,D)=>s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg px-3 py-2 border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[$.status==="idle"&&s.jsx("div",{className:"w-2 h-2 rounded-full bg-gray-600 shrink-0"}),$.status==="testing"&&s.jsx(Fe,{className:"w-3 h-3 text-yellow-400 animate-spin shrink-0"}),$.status==="success"&&s.jsx(jj,{className:"w-3 h-3 text-green-400 shrink-0"}),$.status==="error"&&s.jsx(Sj,{className:"w-3 h-3 text-red-400 shrink-0"}),s.jsx("span",{className:"text-white text-xs truncate",children:$.label})]}),s.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[$.responseTime!==void 0&&s.jsxs("span",{className:"text-gray-600 text-[10px]",children:[$.responseTime,"ms"]}),s.jsx("button",{type:"button",onClick:()=>re(D),disabled:$.status==="testing",className:"text-orange-400/60 hover:text-orange-400 text-[10px] disabled:opacity-50",children:"测试"})]})]},`${$.endpoint}-${D}`))})]}),e==="doc"&&s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white text-sm font-medium",children:"场景获客 API 摘要"}),s.jsxs("a",{href:"https://ckbapi.quwanzhi.com/v1/api/scenarios",target:"_blank",rel:"noreferrer",className:"text-orange-400/70 hover:text-orange-400 text-xs flex items-center gap-1",children:[s.jsx(fi,{className:"w-3 h-3"})," 打开外链"]})]}),s.jsx("pre",{className:"whitespace-pre-wrap text-xs text-gray-400 leading-6",children:h||lj})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsx("h4",{className:"text-white text-sm font-medium mb-3",children:"说明备注(可编辑)"}),s.jsx("textarea",{className:"w-full min-h-[260px] bg-[#0f2137] border border-gray-700 rounded-md text-sm text-gray-300 p-3 outline-none focus:border-orange-500/50 resize-y",value:c,onChange:$=>u($.target.value),placeholder:"记录 Token、入口差异、回复率统计规则、对接约定等。"})]})]})]})})}const IV=[{id:"stats",label:"数据统计",icon:rc,desc:"匹配与获客概览"},{id:"partner",label:"找伙伴",icon:In,desc:"匹配池与记录"},{id:"resource",label:"资源对接",icon:H5,desc:"人脉资源"},{id:"mentor",label:"导师预约",icon:F5,desc:"预约与管理"},{id:"team",label:"团队招募",icon:hc,desc:"团队协作"}];function RV(){const[t,e]=b.useState("stats"),[n,r]=b.useState(!1),[a,i]=b.useState("overview");return s.jsxs("div",{className:"p-8 w-full max-w-7xl mx-auto",children:[s.jsxs("div",{className:"mb-8 flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-xl font-semibold text-white flex items-center gap-2",children:[s.jsx(In,{className:"w-5 h-5 text-[#38bdac]"}),"找伙伴"]}),s.jsx("p",{className:"text-gray-500 text-sm mt-0.5",children:"匹配、获客、导师与团队管理"})]}),s.jsxs(X,{type:"button",variant:"outline",size:"sm",onClick:()=>r(o=>!o),className:`border-orange-500/30 text-orange-300 hover:bg-orange-500/10 bg-transparent text-xs ${n?"bg-orange-500/10":""}`,children:[s.jsx(ya,{className:"w-3.5 h-3.5 mr-1.5"}),"存客宝",s.jsx(Xo,{className:`w-3 h-3 ml-1 transition-transform ${n?"rotate-90":""}`})]})]}),n&&s.jsx(AV,{initialTab:a}),s.jsx("div",{className:"flex gap-1 mb-6 bg-[#0a1628] rounded-lg p-1 border border-gray-700/40",children:IV.map(o=>{const c=t===o.id;return s.jsxs("button",{type:"button",onClick:()=>e(o.id),className:`flex-1 flex items-center justify-center gap-1.5 px-3 py-2 rounded-md text-sm transition-all ${c?"bg-[#38bdac] text-white shadow-md":"text-gray-400 hover:text-white hover:bg-gray-700/40"}`,children:[s.jsx(o.icon,{className:"w-3.5 h-3.5"}),o.label]},o.id)})}),t==="stats"&&s.jsx(EV,{onSwitchTab:o=>e(o),onOpenCKB:o=>{i(o||"overview"),r(!0)}}),t==="partner"&&s.jsx(wV,{}),t==="resource"&&s.jsx(jV,{}),t==="mentor"&&s.jsx(CV,{}),t==="team"&&s.jsx(TV,{})]})}function PV(){const t=vo();return s.jsx("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-8",children:s.jsxs("div",{className:"text-center max-w-md",children:[s.jsx("div",{className:"inline-flex items-center justify-center w-20 h-20 rounded-full bg-red-500/20 text-red-400 mb-6",children:s.jsx(wj,{className:"w-10 h-10"})}),s.jsx("h1",{className:"text-4xl font-bold text-white mb-2",children:"404"}),s.jsx("p",{className:"text-gray-400 mb-1",children:"页面不存在"}),s.jsx("p",{className:"text-sm text-gray-500 font-mono mb-8 break-all",children:t.pathname}),s.jsx(X,{asChild:!0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:s.jsxs(bc,{to:"/",children:[s.jsx(X5,{className:"w-4 h-4 mr-2"}),"返回首页"]})})]})})}function OV(){return s.jsxs(LE,{children:[s.jsx(nn,{path:"/login",element:s.jsx(II,{})}),s.jsxs(nn,{path:"/",element:s.jsx(OA,{}),children:[s.jsx(nn,{index:!0,element:s.jsx(oh,{to:"/dashboard",replace:!0})}),s.jsx(nn,{path:"dashboard",element:s.jsx(UP,{})}),s.jsx(nn,{path:"orders",element:s.jsx(WP,{})}),s.jsx(nn,{path:"users",element:s.jsx(XP,{})}),s.jsx(nn,{path:"distribution",element:s.jsx(v8,{})}),s.jsx(nn,{path:"withdrawals",element:s.jsx(N8,{})}),s.jsx(nn,{path:"content",element:s.jsx(Y9,{})}),s.jsx(nn,{path:"referral-settings",element:s.jsx(p2,{})}),s.jsx(nn,{path:"author-settings",element:s.jsx(oh,{to:"/settings?tab=author",replace:!0})}),s.jsx(nn,{path:"vip-roles",element:s.jsx(gV,{})}),s.jsx(nn,{path:"mentors",element:s.jsx(g4,{})}),s.jsx(nn,{path:"mentor-consultations",element:s.jsx(yV,{})}),s.jsx(nn,{path:"admin-users",element:s.jsx(oh,{to:"/settings?tab=admin",replace:!0})}),s.jsx(nn,{path:"settings",element:s.jsx(oV,{})}),s.jsx(nn,{path:"payment",element:s.jsx(lV,{})}),s.jsx(nn,{path:"site",element:s.jsx(hV,{})}),s.jsx(nn,{path:"qrcodes",element:s.jsx(fV,{})}),s.jsx(nn,{path:"find-partner",element:s.jsx(RV,{})}),s.jsx(nn,{path:"match",element:s.jsx(mV,{})}),s.jsx(nn,{path:"match-records",element:s.jsx(xV,{})}),s.jsx(nn,{path:"api-doc",element:s.jsx(oh,{to:"/api-docs",replace:!0})}),s.jsx(nn,{path:"api-docs",element:s.jsx(x4,{})})]}),s.jsx(nn,{path:"*",element:s.jsx(PV,{})})]})}FT.createRoot(document.getElementById("root")).render(s.jsx(b.StrictMode,{children:s.jsx(HE,{future:{v7_startTransition:!0,v7_relativeSplatPath:!0},children:s.jsx(OV,{})})})); diff --git a/soul-admin/dist/assets/index-akpRWHlb.css b/soul-admin/dist/assets/index-akpRWHlb.css deleted file mode 100644 index 8040f5fd..00000000 --- a/soul-admin/dist/assets/index-akpRWHlb.css +++ /dev/null @@ -1 +0,0 @@ -.rich-editor-wrapper{border:1px solid #374151;border-radius:.5rem;background:#0a1628;overflow:hidden}.rich-editor-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;border-bottom:1px solid #374151;background:#0f1d32;flex-wrap:wrap}.toolbar-group{display:flex;align-items:center;gap:1px}.toolbar-divider{width:1px;height:20px;background:#374151;margin:0 4px}.rich-editor-toolbar button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s}.rich-editor-toolbar button:hover{background:#1f2937;color:#d1d5db}.rich-editor-toolbar button.is-active{background:#38bdac33;color:#38bdac}.rich-editor-toolbar button:disabled{opacity:.3;cursor:not-allowed}.link-tag-select{background:#0a1628;border:1px solid #374151;color:#d1d5db;font-size:12px;padding:2px 6px;border-radius:4px;cursor:pointer;max-width:160px}.link-input-bar{display:flex;align-items:center;gap:4px;padding:4px 8px;border-bottom:1px solid #374151;background:#0f1d32}.link-input{flex:1;background:#0a1628;border:1px solid #374151;color:#fff;padding:4px 8px;border-radius:4px;font-size:13px}.link-confirm,.link-remove{padding:4px 10px;border-radius:4px;border:none;font-size:12px;cursor:pointer}.link-confirm{background:#38bdac;color:#fff}.link-remove{background:#374151;color:#9ca3af}.rich-editor-content{min-height:450px;max-height:720px;overflow-y:auto;padding:12px 16px;color:#e5e7eb;font-size:14px;line-height:1.7}.rich-editor-content:focus{outline:none}.rich-editor-content h1{font-size:1.5em;font-weight:700;margin:.8em 0 .4em;color:#fff}.rich-editor-content h2{font-size:1.3em;font-weight:600;margin:.7em 0 .3em;color:#fff}.rich-editor-content h3{font-size:1.15em;font-weight:600;margin:.6em 0 .3em;color:#fff}.rich-editor-content p{margin:.4em 0}.rich-editor-content strong{color:#fff}.rich-editor-content code{background:#1f2937;padding:2px 6px;border-radius:3px;font-size:.9em;color:#38bdac}.rich-editor-content pre{background:#1f2937;padding:12px;border-radius:6px;overflow-x:auto;margin:.6em 0}.rich-editor-content blockquote{border-left:3px solid #38bdac;padding-left:12px;margin:.6em 0;color:#9ca3af}.rich-editor-content ul,.rich-editor-content ol{padding-left:1.5em;margin:.4em 0}.rich-editor-content li{margin:.2em 0}.rich-editor-content hr{border:none;border-top:1px solid #374151;margin:1em 0}.rich-editor-content img{max-width:100%;border-radius:6px;margin:.5em 0}.rich-editor-content a,.rich-link{color:#38bdac;text-decoration:underline;cursor:pointer}.rich-editor-content table{border-collapse:collapse;width:100%;margin:.5em 0}.rich-editor-content th,.rich-editor-content td{border:1px solid #374151;padding:6px 10px;text-align:left}.rich-editor-content th{background:#1f2937;font-weight:600}.rich-editor-content .ProseMirror-placeholder:before{content:attr(data-placeholder);color:#6b7280;float:left;height:0;pointer-events:none}.mention-tag{background:#38bdac26;color:#38bdac;border-radius:4px;padding:1px 4px;font-weight:500}.link-tag-node{background:#ffd7001f;color:gold;border-radius:4px;padding:1px 4px;font-weight:500;cursor:default;-webkit-user-select:all;user-select:all}.mention-popup{position:fixed;z-index:9999;background:#1a2638;border:1px solid #374151;border-radius:8px;padding:4px;min-width:180px;max-height:240px;overflow-y:auto;box-shadow:0 4px 20px #0006}.mention-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:4px;cursor:pointer;color:#d1d5db;font-size:13px}.mention-item:hover,.mention-item.is-selected{background:#38bdac26;color:#38bdac}.mention-name{font-weight:500}.mention-id{font-size:11px;color:#6b7280}.bubble-menu{display:flex;gap:2px;background:#1a2638;border:1px solid #374151;border-radius:6px;padding:4px;box-shadow:0 4px 12px #0000004d}.bubble-menu button{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;border:none;background:transparent;color:#9ca3af;cursor:pointer}.bubble-menu button:hover{background:#1f2937;color:#d1d5db}.bubble-menu button.is-active{color:#38bdac}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-pan-x:initial;--tw-pan-y:initial;--tw-pinch-zoom:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-x-reverse:0;--tw-border-style:solid;--tw-divide-y-reverse:0;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-cyan-400:oklch(78.9% .154 211.53);--color-cyan-500:oklch(71.5% .143 215.221);--color-sky-200:oklch(90.1% .058 230.902);--color-sky-300:oklch(82.8% .111 230.318);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-rose-400:oklch(71.2% .194 13.428);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-out:cubic-bezier(0,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-xl:24px;--blur-3xl:64px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-sr-only{clip-path:none;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.-top-2\.5{top:calc(var(--spacing)*-2.5)}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-4{top:calc(var(--spacing)*4)}.top-16{top:calc(var(--spacing)*16)}.top-\[50\%\]{top:50%}.top-full{top:100%}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-1\/4{right:25%}.right-4{right:calc(var(--spacing)*4)}.bottom-1\/4{bottom:25%}.-left-2\.5{left:calc(var(--spacing)*-2.5)}.left-0{left:calc(var(--spacing)*0)}.left-1\/4{left:25%}.left-2{left:calc(var(--spacing)*2)}.left-3{left:calc(var(--spacing)*3)}.left-\[50\%\]{left:50%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.z-10{z-index:10}.z-50{z-index:50}.col-span-2{grid-column:span 2/span 2}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-mx-2{margin-inline:calc(var(--spacing)*-2)}.-mx-8{margin-inline:calc(var(--spacing)*-8)}.mx-20{margin-inline:calc(var(--spacing)*20)}.mx-auto{margin-inline:auto}.-mt-6{margin-top:calc(var(--spacing)*-6)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-8{margin-top:calc(var(--spacing)*8)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-auto{margin-right:auto}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-6{margin-left:calc(var(--spacing)*6)}.ml-auto{margin-left:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline\!{display:inline!important}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.inline-table{display:inline-table}.list-item{display:list-item}.table{display:table}.table\!{display:table!important}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-24{height:calc(var(--spacing)*24)}.h-96{height:calc(var(--spacing)*96)}.h-\[75vh\]{height:75vh}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-48{max-height:calc(var(--spacing)*48)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[250px\]{max-height:250px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[420px\]{max-height:420px}.max-h-\[450px\]{max-height:450px}.max-h-none{max-height:none}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-8{min-height:calc(var(--spacing)*8)}.min-h-\[32px\]{min-height:32px}.min-h-\[40px\]{min-height:40px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[72px\]{min-height:72px}.min-h-\[80px\]{min-height:80px}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[260px\]{min-height:260px}.min-h-\[400px\]{min-height:400px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0\.5{width:calc(var(--spacing)*.5)}.w-2{width:calc(var(--spacing)*2)}.w-3{width:calc(var(--spacing)*3)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-28{width:calc(var(--spacing)*28)}.w-32{width:calc(var(--spacing)*32)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-52{width:calc(var(--spacing)*52)}.w-56{width:calc(var(--spacing)*56)}.w-64{width:calc(var(--spacing)*64)}.w-96{width:calc(var(--spacing)*96)}.w-\[280px\]{width:280px}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-\[72px\]{max-width:72px}.max-w-\[96px\]{max-width:96px}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[160px\]{max-width:160px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[420px\]{max-width:420px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-48{min-width:calc(var(--spacing)*48)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[60px\]{min-width:60px}.min-w-\[120px\]{min-width:120px}.min-w-\[200px\]{min-width:200px}.min-w-\[1024px\]{min-width:1024px}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-1\/2{--tw-translate-x: 50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-none{translate:none}.scale-3d{scale:var(--tw-scale-x)var(--tw-scale-y)var(--tw-scale-z)}.scale-\[0\.98\]{scale:.98}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.touch-pinch-zoom{--tw-pinch-zoom:pinch-zoom;touch-action:var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.resize-y{resize:vertical}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[40px_40px_1fr_80px_80px_80px_60px\]{grid-template-columns:40px 40px 1fr 80px 80px 80px 60px}.grid-cols-\[60px_1fr_100px_100px_80px_120px\]{grid-template-columns:60px 1fr 100px 100px 80px 120px}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0{gap:calc(var(--spacing)*0)}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*0)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*0)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-reverse>:not(:last-child)){--tw-space-y-reverse:1}.gap-x-8{column-gap:calc(var(--spacing)*8)}:where(.space-x-reverse>:not(:last-child)){--tw-space-x-reverse:1}.gap-y-4{row-gap:calc(var(--spacing)*4)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-y-reverse>:not(:last-child)){--tw-divide-y-reverse:1}:where(.divide-gray-700\/50>:not(:last-child)){border-color:#36415380}@supports (color:color-mix(in lab,red,red)){:where(.divide-gray-700\/50>:not(:last-child)){border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}:where(.divide-white\/5>:not(:last-child)){border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){:where(.divide-white\/5>:not(:last-child)){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-md{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.rounded-tr{border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#07C160\]{border-color:#07c160}.border-\[\#07C160\]\/20{border-color:#07c16033}.border-\[\#07C160\]\/30{border-color:#07c1604d}.border-\[\#38bdac\]{border-color:#38bdac}.border-\[\#38bdac\]\/20{border-color:#38bdac33}.border-\[\#38bdac\]\/30{border-color:#38bdac4d}.border-\[\#38bdac\]\/40{border-color:#38bdac66}.border-\[\#38bdac\]\/50{border-color:#38bdac80}.border-amber-400\/60{border-color:#fcbb0099}@supports (color:color-mix(in lab,red,red)){.border-amber-400\/60{border-color:color-mix(in oklab,var(--color-amber-400)60%,transparent)}}.border-amber-500\/20{border-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/20{border-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/30{border-color:color-mix(in oklab,var(--color-amber-500)30%,transparent)}}.border-amber-500\/40{border-color:#f99c0066}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/40{border-color:color-mix(in oklab,var(--color-amber-500)40%,transparent)}}.border-amber-500\/50{border-color:#f99c0080}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/50{border-color:color-mix(in oklab,var(--color-amber-500)50%,transparent)}}.border-blue-500\/30{border-color:#3080ff4d}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/30{border-color:color-mix(in oklab,var(--color-blue-500)30%,transparent)}}.border-blue-500\/40{border-color:#3080ff66}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/40{border-color:color-mix(in oklab,var(--color-blue-500)40%,transparent)}}.border-blue-500\/50{border-color:#3080ff80}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/50{border-color:color-mix(in oklab,var(--color-blue-500)50%,transparent)}}.border-cyan-500\/30{border-color:#00b7d74d}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/30{border-color:color-mix(in oklab,var(--color-cyan-500)30%,transparent)}}.border-cyan-500\/40{border-color:#00b7d766}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/40{border-color:color-mix(in oklab,var(--color-cyan-500)40%,transparent)}}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-600{border-color:var(--color-gray-600)}.border-gray-700{border-color:var(--color-gray-700)}.border-gray-700\/30{border-color:#3641534d}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/30{border-color:color-mix(in oklab,var(--color-gray-700)30%,transparent)}}.border-gray-700\/40{border-color:#36415366}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/40{border-color:color-mix(in oklab,var(--color-gray-700)40%,transparent)}}.border-gray-700\/50{border-color:#36415380}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/50{border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.border-gray-700\/60{border-color:#36415399}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/60{border-color:color-mix(in oklab,var(--color-gray-700)60%,transparent)}}.border-green-500\/30{border-color:#00c7584d}@supports (color:color-mix(in lab,red,red)){.border-green-500\/30{border-color:color-mix(in oklab,var(--color-green-500)30%,transparent)}}.border-green-500\/40{border-color:#00c75866}@supports (color:color-mix(in lab,red,red)){.border-green-500\/40{border-color:color-mix(in oklab,var(--color-green-500)40%,transparent)}}.border-inherit{border-color:inherit}.border-orange-500\/20{border-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/20{border-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.border-orange-500\/30{border-color:#fe6e004d}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/30{border-color:color-mix(in oklab,var(--color-orange-500)30%,transparent)}}.border-orange-500\/40{border-color:#fe6e0066}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/40{border-color:color-mix(in oklab,var(--color-orange-500)40%,transparent)}}.border-orange-500\/50{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/50{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.border-purple-500\/20{border-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/20{border-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.border-purple-500\/30{border-color:#ac4bff4d}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/30{border-color:color-mix(in oklab,var(--color-purple-500)30%,transparent)}}.border-purple-500\/40{border-color:#ac4bff66}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/40{border-color:color-mix(in oklab,var(--color-purple-500)40%,transparent)}}.border-red-500{border-color:var(--color-red-500)}.border-red-500\/20{border-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.border-red-500\/20{border-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.border-red-500\/30{border-color:#fb2c364d}@supports (color:color-mix(in lab,red,red)){.border-red-500\/30{border-color:color-mix(in oklab,var(--color-red-500)30%,transparent)}}.border-red-500\/50{border-color:#fb2c3680}@supports (color:color-mix(in lab,red,red)){.border-red-500\/50{border-color:color-mix(in oklab,var(--color-red-500)50%,transparent)}}.border-red-600\/50{border-color:#e4001480}@supports (color:color-mix(in lab,red,red)){.border-red-600\/50{border-color:color-mix(in oklab,var(--color-red-600)50%,transparent)}}.border-transparent{border-color:#0000}.border-white\/5{border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.border-white\/5{border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.border-yellow-500\/30{border-color:#edb2004d}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/30{border-color:color-mix(in oklab,var(--color-yellow-500)30%,transparent)}}.border-yellow-500\/40{border-color:#edb20066}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/40{border-color:color-mix(in oklab,var(--color-yellow-500)40%,transparent)}}.bg-\[\#0a1628\]{background-color:#0a1628}.bg-\[\#0a1628\]\/50{background-color:#0a162880}.bg-\[\#0a1628\]\/60{background-color:#0a162899}.bg-\[\#0b1828\]{background-color:#0b1828}.bg-\[\#0f2137\]{background-color:#0f2137}.bg-\[\#0f2137\]\/80{background-color:#0f2137cc}.bg-\[\#00CED1\]{background-color:#00ced1}.bg-\[\#1C1C1E\]{background-color:#1c1c1e}.bg-\[\#07C160\]{background-color:#07c160}.bg-\[\#07C160\]\/5{background-color:#07c1600d}.bg-\[\#07C160\]\/10{background-color:#07c1601a}.bg-\[\#38bdac\]{background-color:#38bdac}.bg-\[\#38bdac\]\/5{background-color:#38bdac0d}.bg-\[\#38bdac\]\/10{background-color:#38bdac1a}.bg-\[\#38bdac\]\/15{background-color:#38bdac26}.bg-\[\#38bdac\]\/20{background-color:#38bdac33}.bg-\[\#38bdac\]\/30{background-color:#38bdac4d}.bg-\[\#38bdac\]\/60{background-color:#38bdac99}.bg-\[\#38bdac\]\/80{background-color:#38bdaccc}.bg-\[\#050c18\]{background-color:#050c18}.bg-\[\#162840\]{background-color:#162840}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/5{background-color:#f99c000d}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/5{background-color:color-mix(in oklab,var(--color-amber-500)5%,transparent)}}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black)60%,transparent)}}.bg-black\/90{background-color:#000000e6}@supports (color:color-mix(in lab,red,red)){.bg-black\/90{background-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.bg-blue-500\/5{background-color:#3080ff0d}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/5{background-color:color-mix(in oklab,var(--color-blue-500)5%,transparent)}}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500)10%,transparent)}}.bg-blue-500\/20{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.bg-emerald-500\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-500\/10{background-color:#6a72821a}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/10{background-color:color-mix(in oklab,var(--color-gray-500)10%,transparent)}}.bg-gray-500\/20{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/20{background-color:color-mix(in oklab,var(--color-gray-500)20%,transparent)}}.bg-gray-600{background-color:var(--color-gray-600)}.bg-gray-600\/20{background-color:#4a556533}@supports (color:color-mix(in lab,red,red)){.bg-gray-600\/20{background-color:color-mix(in oklab,var(--color-gray-600)20%,transparent)}}.bg-gray-600\/50{background-color:#4a556580}@supports (color:color-mix(in lab,red,red)){.bg-gray-600\/50{background-color:color-mix(in oklab,var(--color-gray-600)50%,transparent)}}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-700\/50{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.bg-gray-700\/50{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.bg-green-400\/10{background-color:#05df721a}@supports (color:color-mix(in lab,red,red)){.bg-green-400\/10{background-color:color-mix(in oklab,var(--color-green-400)10%,transparent)}}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/20{background-color:#00c75833}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/20{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.bg-green-600{background-color:var(--color-green-600)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-500\/10{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/10{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.bg-orange-500\/20{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/20{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.bg-purple-500\/20{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/20{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-red-600{background-color:var(--color-red-600)}.bg-red-900\/80{background-color:#82181acc}@supports (color:color-mix(in lab,red,red)){.bg-red-900\/80{background-color:color-mix(in oklab,var(--color-red-900)80%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-yellow-500\/20{background-color:#edb20033}@supports (color:color-mix(in lab,red,red)){.bg-yellow-500\/20{background-color:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#0f2137\]{--tw-gradient-from:#0f2137;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#00CED1\]{--tw-gradient-from:#00ced1;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#38bdac\]\/10{--tw-gradient-from:oklab(72.378% -.11483 -.0053193/.1);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-500\/20{--tw-gradient-from:#3080ff33}@supports (color:color-mix(in lab,red,red)){.from-blue-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.from-blue-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-cyan-500\/20{--tw-gradient-from:#00b7d733}@supports (color:color-mix(in lab,red,red)){.from-cyan-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.from-cyan-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-green-500\/20{--tw-gradient-from:#00c75833}@supports (color:color-mix(in lab,red,red)){.from-green-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.from-green-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500\/20{--tw-gradient-from:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.from-purple-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.from-purple-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-yellow-500\/20{--tw-gradient-from:#edb20033}@supports (color:color-mix(in lab,red,red)){.from-yellow-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.from-yellow-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[\#38bdac\]\/30{--tw-gradient-via:oklab(72.378% -.11483 -.0053193/.3);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-\[\#0f2137\]{--tw-gradient-to:#0f2137;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#20B2AA\]{--tw-gradient-to:#20b2aa;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#162d4a\]{--tw-gradient-to:#162d4a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-amber-500\/20{--tw-gradient-to:#f99c0033}@supports (color:color-mix(in lab,red,red)){.to-amber-500\/20{--tw-gradient-to:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.to-amber-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-cyan-500\/5{--tw-gradient-to:#00b7d70d}@supports (color:color-mix(in lab,red,red)){.to-cyan-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-cyan-500)5%,transparent)}}.to-cyan-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-green-500\/5{--tw-gradient-to:#00c7580d}@supports (color:color-mix(in lab,red,red)){.to-green-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-green-500)5%,transparent)}}.to-green-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-500\/5{--tw-gradient-to:#ac4bff0d}@supports (color:color-mix(in lab,red,red)){.to-purple-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-purple-500)5%,transparent)}}.to-purple-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-yellow-500\/5{--tw-gradient-to:#edb2000d}@supports (color:color-mix(in lab,red,red)){.to-yellow-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-yellow-500)5%,transparent)}}.to-yellow-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-repeat{background-repeat:repeat}.mask-no-clip{-webkit-mask-clip:no-clip;mask-clip:no-clip}.mask-repeat{-webkit-mask-repeat:repeat;mask-repeat:repeat}.fill-amber-400{fill:var(--color-amber-400)}.fill-current{fill:currentColor}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-10{padding-left:calc(var(--spacing)*10)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.text-clip{text-overflow:clip}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#00CED1\]{color:#00ced1}.text-\[\#07C160\]{color:#07c160}.text-\[\#07C160\]\/60{color:#07c16099}.text-\[\#07C160\]\/70{color:#07c160b3}.text-\[\#07C160\]\/80{color:#07c160cc}.text-\[\#26A17B\]{color:#26a17b}.text-\[\#38bdac\]{color:#38bdac}.text-\[\#38bdac\]\/30{color:#38bdac4d}.text-\[\#38bdac\]\/40{color:#38bdac66}.text-\[\#169BD7\]{color:#169bd7}.text-\[\#1677FF\]{color:#1677ff}.text-\[\#FFD700\]{color:gold}.text-amber-200{color:var(--color-amber-200)}.text-amber-200\/80{color:#fee685cc}@supports (color:color-mix(in lab,red,red)){.text-amber-200\/80{color:color-mix(in oklab,var(--color-amber-200)80%,transparent)}}.text-amber-300{color:var(--color-amber-300)}.text-amber-400{color:var(--color-amber-400)}.text-amber-400\/30{color:#fcbb004d}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/30{color:color-mix(in oklab,var(--color-amber-400)30%,transparent)}}.text-amber-400\/80{color:#fcbb00cc}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/80{color:color-mix(in oklab,var(--color-amber-400)80%,transparent)}}.text-amber-400\/90{color:#fcbb00e6}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/90{color:color-mix(in oklab,var(--color-amber-400)90%,transparent)}}.text-black{color:var(--color-black)}.text-blue-300{color:var(--color-blue-300)}.text-blue-300\/60{color:#90c5ff99}@supports (color:color-mix(in lab,red,red)){.text-blue-300\/60{color:color-mix(in oklab,var(--color-blue-300)60%,transparent)}}.text-blue-400{color:var(--color-blue-400)}.text-blue-400\/60{color:#54a2ff99}@supports (color:color-mix(in lab,red,red)){.text-blue-400\/60{color:color-mix(in oklab,var(--color-blue-400)60%,transparent)}}.text-cyan-400{color:var(--color-cyan-400)}.text-emerald-400{color:var(--color-emerald-400)}.text-gray-200{color:var(--color-gray-200)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-green-300{color:var(--color-green-300)}.text-green-400{color:var(--color-green-400)}.text-green-400\/90{color:#05df72e6}@supports (color:color-mix(in lab,red,red)){.text-green-400\/90{color:color-mix(in oklab,var(--color-green-400)90%,transparent)}}.text-green-500{color:var(--color-green-500)}.text-orange-300{color:var(--color-orange-300)}.text-orange-300\/60{color:#ffb96d99}@supports (color:color-mix(in lab,red,red)){.text-orange-300\/60{color:color-mix(in oklab,var(--color-orange-300)60%,transparent)}}.text-orange-400{color:var(--color-orange-400)}.text-orange-400\/60{color:#ff8b1a99}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/60{color:color-mix(in oklab,var(--color-orange-400)60%,transparent)}}.text-orange-400\/70{color:#ff8b1ab3}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/70{color:color-mix(in oklab,var(--color-orange-400)70%,transparent)}}.text-orange-400\/80{color:#ff8b1acc}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/80{color:color-mix(in oklab,var(--color-orange-400)80%,transparent)}}.text-purple-400{color:var(--color-purple-400)}.text-red-100{color:var(--color-red-100)}.text-red-300{color:var(--color-red-300)}.text-red-400{color:var(--color-red-400)}.text-rose-400{color:var(--color-rose-400)}.text-sky-300{color:var(--color-sky-300)}.text-white{color:var(--color-white)}.text-white\/40{color:#fff6}@supports (color:color-mix(in lab,red,red)){.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}}.text-white\/60{color:#fff9}@supports (color:color-mix(in lab,red,red)){.text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.text-yellow-400{color:var(--color-yellow-400)}.text-yellow-400\/60{color:#fac80099}@supports (color:color-mix(in lab,red,red)){.text-yellow-400\/60{color:color-mix(in oklab,var(--color-yellow-400)60%,transparent)}}.text-yellow-500\/70{color:#edb200b3}@supports (color:color-mix(in lab,red,red)){.text-yellow-500\/70{color:color-mix(in oklab,var(--color-yellow-500)70%,transparent)}}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.italic\!{font-style:italic!important}.not-italic{font-style:normal}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero:slashed-zero;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction:stacked-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.normal-nums{font-variant-numeric:normal}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.underline\!{text-decoration-line:underline!important}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.accent-\[\#38bdac\]{accent-color:#38bdac}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.inset-ring{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[\#38bdac\]\/20{--tw-shadow-color:#38bdac33}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#38bdac\]\/20{--tw-shadow-color:color-mix(in oklab,oklab(72.378% -.11483 -.0053193/.2) var(--tw-shadow-alpha),transparent)}}.shadow-\[\#38bdac\]\/30{--tw-shadow-color:#38bdac4d}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#38bdac\]\/30{--tw-shadow-color:color-mix(in oklab,oklab(72.378% -.11483 -.0053193/.3) var(--tw-shadow-alpha),transparent)}}.ring-\[\#38bdac\]{--tw-ring-color:#38bdac}.ring-\[\#38bdac\]\/40{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.4)}.ring-\[\#38bdac\]\/50{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.5)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a))drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter\!{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-invert{--tw-backdrop-invert:invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-sepia{--tw-backdrop-sepia:sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition\!{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.transition-\[grid-template-rows\]{transition-property:grid-template-rows;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}:where(.divide-x-reverse>:not(:last-child)){--tw-divide-x-reverse:1}.ring-inset{--tw-ring-inset:inset}@media(hover:hover){.group-hover\:text-\[\#38bdac\]:is(:where(.group):hover *){color:#38bdac}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.placeholder\:text-gray-500::placeholder{color:var(--color-gray-500)}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\:border-\[\#38bdac\]\/30:hover{border-color:#38bdac4d}.hover\:border-\[\#38bdac\]\/50:hover{border-color:#38bdac80}.hover\:border-\[\#38bdac\]\/60:hover{border-color:#38bdac99}.hover\:border-\[\#38bdac\]\/70:hover{border-color:#38bdacb3}.hover\:border-blue-500\/60:hover{border-color:#3080ff99}@supports (color:color-mix(in lab,red,red)){.hover\:border-blue-500\/60:hover{border-color:color-mix(in oklab,var(--color-blue-500)60%,transparent)}}.hover\:border-gray-500:hover{border-color:var(--color-gray-500)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-orange-500\/50:hover{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.hover\:border-orange-500\/50:hover{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.hover\:border-yellow-500\/60:hover{border-color:#edb20099}@supports (color:color-mix(in lab,red,red)){.hover\:border-yellow-500\/60:hover{border-color:color-mix(in oklab,var(--color-yellow-500)60%,transparent)}}.hover\:bg-\[\#0a1628\]:hover{background-color:#0a1628}.hover\:bg-\[\#0a1628\]\/80:hover{background-color:#0a1628cc}.hover\:bg-\[\#1a3050\]:hover{background-color:#1a3050}.hover\:bg-\[\#2da396\]:hover{background-color:#2da396}.hover\:bg-\[\#06AD51\]:hover{background-color:#06ad51}.hover\:bg-\[\#07C160\]\/10:hover{background-color:#07c1601a}.hover\:bg-\[\#20B2AA\]:hover{background-color:#20b2aa}.hover\:bg-\[\#38bdac\]\/10:hover{background-color:#38bdac1a}.hover\:bg-\[\#38bdac\]\/20:hover{background-color:#38bdac33}.hover\:bg-\[\#162840\]:hover{background-color:#162840}.hover\:bg-\[\#162840\]\/30:hover{background-color:#1628404d}.hover\:bg-\[\#162840\]\/50:hover{background-color:#16284080}.hover\:bg-amber-500\/10:hover{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-500\/10:hover{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}}.hover\:bg-amber-500\/20:hover{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-500\/20:hover{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.hover\:bg-amber-600:hover{background-color:var(--color-amber-600)}.hover\:bg-blue-400\/10:hover{background-color:#54a2ff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-400\/10:hover{background-color:color-mix(in oklab,var(--color-blue-400)10%,transparent)}}.hover\:bg-blue-500\/20:hover{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-500\/20:hover{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.hover\:bg-emerald-500\/20:hover{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-emerald-500\/20:hover{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.hover\:bg-gray-500:hover{background-color:var(--color-gray-500)}.hover\:bg-gray-500\/20:hover{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-500\/20:hover{background-color:color-mix(in oklab,var(--color-gray-500)20%,transparent)}}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-gray-700\/50:hover{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-700\/50:hover{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-green-500\/20:hover{background-color:#00c75833}@supports (color:color-mix(in lab,red,red)){.hover\:bg-green-500\/20:hover{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.hover\:bg-green-700:hover{background-color:var(--color-green-700)}.hover\:bg-orange-500\/10:hover{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-orange-500\/10:hover{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.hover\:bg-orange-500\/20:hover{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-orange-500\/20:hover{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.hover\:bg-orange-600:hover{background-color:var(--color-orange-600)}.hover\:bg-purple-500\/10:hover{background-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/10:hover{background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.hover\:bg-purple-500\/20:hover{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/20:hover{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.hover\:bg-purple-500\/30:hover{background-color:#ac4bff4d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/30:hover{background-color:color-mix(in oklab,var(--color-purple-500)30%,transparent)}}.hover\:bg-red-500\/10:hover{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/10:hover{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.hover\:bg-red-500\/20:hover{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/20:hover{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-red-800\/50:hover{background-color:#9f071280}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-800\/50:hover{background-color:color-mix(in oklab,var(--color-red-800)50%,transparent)}}.hover\:bg-white\/5:hover{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/5:hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.hover\:bg-white\/20:hover{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.hover\:bg-yellow-500\/20:hover{background-color:#edb20033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-500\/20:hover{background-color:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.hover\:bg-yellow-500\/30:hover{background-color:#edb2004d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-500\/30:hover{background-color:color-mix(in oklab,var(--color-yellow-500)30%,transparent)}}.hover\:text-\[\#2da396\]:hover{color:#2da396}.hover\:text-\[\#5fe0cd\]:hover{color:#5fe0cd}.hover\:text-\[\#38bdac\]:hover{color:#38bdac}.hover\:text-amber-200:hover{color:var(--color-amber-200)}.hover\:text-amber-300:hover{color:var(--color-amber-300)}.hover\:text-amber-400:hover{color:var(--color-amber-400)}.hover\:text-blue-300:hover{color:var(--color-blue-300)}.hover\:text-blue-400:hover{color:var(--color-blue-400)}.hover\:text-gray-300:hover{color:var(--color-gray-300)}.hover\:text-green-400:hover{color:var(--color-green-400)}.hover\:text-orange-400:hover{color:var(--color-orange-400)}.hover\:text-red-300:hover{color:var(--color-red-300)}.hover\:text-red-400:hover{color:var(--color-red-400)}.hover\:text-sky-200:hover{color:var(--color-sky-200)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}}.focus\:border-\[\#38bdac\]:focus{border-color:#38bdac}.focus\:border-orange-500\/50:focus{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.focus\:border-orange-500\/50:focus{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.focus\:bg-\[\#38bdac\]\/20:focus{background-color:#38bdac33}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#38bdac\]:focus{--tw-ring-color:#38bdac}.focus\:ring-amber-400:focus{--tw-ring-color:var(--color-amber-400)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[\#38bdac\]:focus-visible{--tw-ring-color:#38bdac}.focus-visible\:ring-red-500:focus-visible{--tw-ring-color:var(--color-red-500)}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-\[\#0a1628\]:focus-visible{--tw-ring-offset-color:#0a1628}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=active\]\:bg-\[\#07C160\]\/20[data-state=active]{background-color:#07c16033}.data-\[state\=active\]\:bg-\[\#26A17B\]\/20[data-state=active]{background-color:#26a17b33}.data-\[state\=active\]\:bg-\[\#38bdac\]\/20[data-state=active]{background-color:#38bdac33}.data-\[state\=active\]\:bg-\[\#1677FF\]\/20[data-state=active]{background-color:#1677ff33}.data-\[state\=active\]\:bg-\[\#003087\]\/20[data-state=active]{background-color:#00308733}.data-\[state\=active\]\:bg-amber-500\/20[data-state=active]{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.data-\[state\=active\]\:bg-amber-500\/20[data-state=active]{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.data-\[state\=active\]\:bg-purple-500\/20[data-state=active]{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.data-\[state\=active\]\:bg-purple-500\/20[data-state=active]{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.data-\[state\=active\]\:font-medium[data-state=active]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[state\=active\]\:text-\[\#07C160\][data-state=active]{color:#07c160}.data-\[state\=active\]\:text-\[\#26A17B\][data-state=active]{color:#26a17b}.data-\[state\=active\]\:text-\[\#38bdac\][data-state=active]{color:#38bdac}.data-\[state\=active\]\:text-\[\#169BD7\][data-state=active]{color:#169bd7}.data-\[state\=active\]\:text-\[\#1677FF\][data-state=active]{color:#1677ff}.data-\[state\=active\]\:text-amber-400[data-state=active]{color:var(--color-amber-400)}.data-\[state\=active\]\:text-purple-400[data-state=active]{color:var(--color-purple-400)}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:bg-\[\#38bdac\][data-state=checked]{background-color:#38bdac}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-gray-600[data-state=unchecked]{background-color:var(--color-gray-600)}@media(min-width:40rem){.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2{gap:calc(var(--spacing)*2)}.sm\:text-left{text-align:left}}@media(min-width:48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(min-width:64rem){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media(min-width:80rem){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20% .02 240);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20% .02 240);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(65% .15 180);--primary-foreground:oklch(20% 0 0);--secondary:oklch(27% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(27% 0 0);--muted-foreground:oklch(65% 0 0);--accent:oklch(27% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(55% .2 25);--destructive-foreground:oklch(98.5% 0 0);--border:oklch(35% 0 0);--input:oklch(35% 0 0);--ring:oklch(65% .15 180);--radius:.625rem}body{font-family:var(--font-sans);color:var(--foreground);background:#0a1628}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}} diff --git a/soul-admin/dist/assets/index-l3L5iIYa.js b/soul-admin/dist/assets/index-l3L5iIYa.js new file mode 100644 index 00000000..180dcaca --- /dev/null +++ b/soul-admin/dist/assets/index-l3L5iIYa.js @@ -0,0 +1,1010 @@ +function RT(t,e){for(var n=0;nr[a]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))r(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(a){if(a.ep)return;a.ep=!0;const i=n(a);fetch(a.href,i)}})();function bj(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var cx={exports:{}},Td={},dx={exports:{}},Et={};/** + * @license React + * react.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var Qv;function PT(){if(Qv)return Et;Qv=1;var t=Symbol.for("react.element"),e=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),o=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),m=Symbol.iterator;function x($){return $===null||typeof $!="object"?null:($=m&&$[m]||$["@@iterator"],typeof $=="function"?$:null)}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v=Object.assign,w={};function N($,U,ce){this.props=$,this.context=U,this.refs=w,this.updater=ce||y}N.prototype.isReactComponent={},N.prototype.setState=function($,U){if(typeof $!="object"&&typeof $!="function"&&$!=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,$,U,"setState")},N.prototype.forceUpdate=function($){this.updater.enqueueForceUpdate(this,$,"forceUpdate")};function k(){}k.prototype=N.prototype;function E($,U,ce){this.props=$,this.context=U,this.refs=w,this.updater=ce||y}var C=E.prototype=new k;C.constructor=E,v(C,N.prototype),C.isPureReactComponent=!0;var L=Array.isArray,O=Object.prototype.hasOwnProperty,K={current:null},_={key:!0,ref:!0,__self:!0,__source:!0};function H($,U,ce){var ue,oe={},F=null,G=null;if(U!=null)for(ue in U.ref!==void 0&&(G=U.ref),U.key!==void 0&&(F=""+U.key),U)O.call(U,ue)&&!_.hasOwnProperty(ue)&&(oe[ue]=U[ue]);var te=arguments.length-2;if(te===1)oe.children=ce;else if(1>>1,U=R[$];if(0>>1;$a(oe,q))Fa(G,oe)?(R[$]=G,R[F]=q,$=F):(R[$]=oe,R[ue]=q,$=ue);else if(Fa(G,q))R[$]=G,R[F]=q,$=F;else break e}}return ie}function a(R,ie){var q=R.sortIndex-ie.sortIndex;return q!==0?q:R.id-ie.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;t.unstable_now=function(){return i.now()}}else{var o=Date,c=o.now();t.unstable_now=function(){return o.now()-c}}var u=[],h=[],f=1,m=null,x=3,y=!1,v=!1,w=!1,N=typeof setTimeout=="function"?setTimeout:null,k=typeof clearTimeout=="function"?clearTimeout:null,E=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function C(R){for(var ie=n(h);ie!==null;){if(ie.callback===null)r(h);else if(ie.startTime<=R)r(h),ie.sortIndex=ie.expirationTime,e(u,ie);else break;ie=n(h)}}function L(R){if(w=!1,C(R),!v)if(n(u)!==null)v=!0,I(O);else{var ie=n(h);ie!==null&&z(L,ie.startTime-R)}}function O(R,ie){v=!1,w&&(w=!1,k(H),H=-1),y=!0;var q=x;try{for(C(ie),m=n(u);m!==null&&(!(m.expirationTime>ie)||R&&!Q());){var $=m.callback;if(typeof $=="function"){m.callback=null,x=m.priorityLevel;var U=$(m.expirationTime<=ie);ie=t.unstable_now(),typeof U=="function"?m.callback=U:m===n(u)&&r(u),C(ie)}else r(u);m=n(u)}if(m!==null)var ce=!0;else{var ue=n(h);ue!==null&&z(L,ue.startTime-ie),ce=!1}return ce}finally{m=null,x=q,y=!1}}var K=!1,_=null,H=-1,P=5,ee=-1;function Q(){return!(t.unstable_now()-eeR||125$?(R.sortIndex=q,e(h,R),n(u)===null&&R===n(h)&&(w?(k(H),H=-1):w=!0,z(L,q-$))):(R.sortIndex=U,e(u,R),v||y||(v=!0,I(O))),R},t.unstable_shouldYield=Q,t.unstable_wrapCallback=function(R){var ie=x;return function(){var q=x;x=ie;try{return R.apply(this,arguments)}finally{x=q}}}})(fx)),fx}var t1;function _T(){return t1||(t1=1,hx.exports=DT()),hx.exports}/** + * @license React + * react-dom.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var n1;function zT(){if(n1)return Qs;n1=1;var t=mu(),e=_T();function n(l){for(var d="https://reactjs.org/docs/error-decoder.html?invariant="+l,p=1;p"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),u=Object.prototype.hasOwnProperty,h=/^[: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]*$/,f={},m={};function x(l){return u.call(m,l)?!0:u.call(f,l)?!1:h.test(l)?m[l]=!0:(f[l]=!0,!1)}function y(l,d,p,g){if(p!==null&&p.type===0)return!1;switch(typeof d){case"function":case"symbol":return!0;case"boolean":return g?!1:p!==null?!p.acceptsBooleans:(l=l.toLowerCase().slice(0,5),l!=="data-"&&l!=="aria-");default:return!1}}function v(l,d,p,g){if(d===null||typeof d>"u"||y(l,d,p,g))return!0;if(g)return!1;if(p!==null)switch(p.type){case 3:return!d;case 4:return d===!1;case 5:return isNaN(d);case 6:return isNaN(d)||1>d}return!1}function w(l,d,p,g,j,S,A){this.acceptsBooleans=d===2||d===3||d===4,this.attributeName=g,this.attributeNamespace=j,this.mustUseProperty=p,this.propertyName=l,this.type=d,this.sanitizeURL=S,this.removeEmptyString=A}var N={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(l){N[l]=new w(l,0,!1,l,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var d=l[0];N[d]=new w(d,1,!1,l[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){N[l]=new w(l,2,!1,l.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){N[l]=new w(l,2,!1,l,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(l){N[l]=new w(l,3,!1,l.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(l){N[l]=new w(l,3,!0,l,null,!1,!1)}),["capture","download"].forEach(function(l){N[l]=new w(l,4,!1,l,null,!1,!1)}),["cols","rows","size","span"].forEach(function(l){N[l]=new w(l,6,!1,l,null,!1,!1)}),["rowSpan","start"].forEach(function(l){N[l]=new w(l,5,!1,l.toLowerCase(),null,!1,!1)});var k=/[\-:]([a-z])/g;function E(l){return l[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(l){var d=l.replace(k,E);N[d]=new w(d,1,!1,l,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(l){var d=l.replace(k,E);N[d]=new w(d,1,!1,l,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var d=l.replace(k,E);N[d]=new w(d,1,!1,l,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(l){N[l]=new w(l,1,!1,l.toLowerCase(),null,!1,!1)}),N.xlinkHref=new w("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(l){N[l]=new w(l,1,!1,l.toLowerCase(),null,!0,!0)});function C(l,d,p,g){var j=N.hasOwnProperty(d)?N[d]:null;(j!==null?j.type!==0:g||!(2W||j[A]!==S[W]){var Y=` +`+j[A].replace(" at new "," at ");return l.displayName&&Y.includes("")&&(Y=Y.replace("",l.displayName)),Y}while(1<=A&&0<=W);break}}}finally{ce=!1,Error.prepareStackTrace=p}return(l=l?l.displayName||l.name:"")?U(l):""}function oe(l){switch(l.tag){case 5:return U(l.type);case 16:return U("Lazy");case 13:return U("Suspense");case 19:return U("SuspenseList");case 0:case 2:case 15:return l=ue(l.type,!1),l;case 11:return l=ue(l.type.render,!1),l;case 1:return l=ue(l.type,!0),l;default:return""}}function F(l){if(l==null)return null;if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case _:return"Fragment";case K:return"Portal";case P:return"Profiler";case H:return"StrictMode";case re:return"Suspense";case ae:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case Q:return(l.displayName||"Context")+".Consumer";case ee:return(l._context.displayName||"Context")+".Provider";case V:var d=l.render;return l=l.displayName,l||(l=d.displayName||d.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case pe:return d=l.displayName||null,d!==null?d:F(l.type)||"Memo";case I:d=l._payload,l=l._init;try{return F(l(d))}catch{}}return null}function G(l){var d=l.type;switch(l.tag){case 24:return"Cache";case 9:return(d.displayName||"Context")+".Consumer";case 10:return(d._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return l=d.render,l=l.displayName||l.name||"",d.displayName||(l!==""?"ForwardRef("+l+")":"ForwardRef");case 7:return"Fragment";case 5:return d;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return F(d);case 8:return d===H?"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 d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d}return null}function te(l){switch(typeof l){case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function be(l){var d=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function ge(l){var d=be(l)?"checked":"value",p=Object.getOwnPropertyDescriptor(l.constructor.prototype,d),g=""+l[d];if(!l.hasOwnProperty(d)&&typeof p<"u"&&typeof p.get=="function"&&typeof p.set=="function"){var j=p.get,S=p.set;return Object.defineProperty(l,d,{configurable:!0,get:function(){return j.call(this)},set:function(A){g=""+A,S.call(this,A)}}),Object.defineProperty(l,d,{enumerable:p.enumerable}),{getValue:function(){return g},setValue:function(A){g=""+A},stopTracking:function(){l._valueTracker=null,delete l[d]}}}}function Ce(l){l._valueTracker||(l._valueTracker=ge(l))}function We(l){if(!l)return!1;var d=l._valueTracker;if(!d)return!0;var p=d.getValue(),g="";return l&&(g=be(l)?l.checked?"true":"false":l.value),l=g,l!==p?(d.setValue(l),!0):!1}function gt(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}function Lt(l,d){var p=d.checked;return q({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:p??l._wrapperState.initialChecked})}function yt(l,d){var p=d.defaultValue==null?"":d.defaultValue,g=d.checked!=null?d.checked:d.defaultChecked;p=te(d.value!=null?d.value:p),l._wrapperState={initialChecked:g,initialValue:p,controlled:d.type==="checkbox"||d.type==="radio"?d.checked!=null:d.value!=null}}function Ot(l,d){d=d.checked,d!=null&&C(l,"checked",d,!1)}function It(l,d){Ot(l,d);var p=te(d.value),g=d.type;if(p!=null)g==="number"?(p===0&&l.value===""||l.value!=p)&&(l.value=""+p):l.value!==""+p&&(l.value=""+p);else if(g==="submit"||g==="reset"){l.removeAttribute("value");return}d.hasOwnProperty("value")?vn(l,d.type,p):d.hasOwnProperty("defaultValue")&&vn(l,d.type,te(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(l.defaultChecked=!!d.defaultChecked)}function Pn(l,d,p){if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var g=d.type;if(!(g!=="submit"&&g!=="reset"||d.value!==void 0&&d.value!==null))return;d=""+l._wrapperState.initialValue,p||d===l.value||(l.value=d),l.defaultValue=d}p=l.name,p!==""&&(l.name=""),l.defaultChecked=!!l._wrapperState.initialChecked,p!==""&&(l.name=p)}function vn(l,d,p){(d!=="number"||gt(l.ownerDocument)!==l)&&(p==null?l.defaultValue=""+l._wrapperState.initialValue:l.defaultValue!==""+p&&(l.defaultValue=""+p))}var Ht=Array.isArray;function Xt(l,d,p,g){if(l=l.options,d){d={};for(var j=0;j"+d.valueOf().toString()+"",d=ve.firstChild;l.firstChild;)l.removeChild(l.firstChild);for(;d.firstChild;)l.appendChild(d.firstChild)}});function Ve(l,d){if(d){var p=l.firstChild;if(p&&p===l.lastChild&&p.nodeType===3){p.nodeValue=d;return}}l.textContent=d}var st={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},Mt=["Webkit","ms","Moz","O"];Object.keys(st).forEach(function(l){Mt.forEach(function(d){d=d+l.charAt(0).toUpperCase()+l.substring(1),st[d]=st[l]})});function jt(l,d,p){return d==null||typeof d=="boolean"||d===""?"":p||typeof d!="number"||d===0||st.hasOwnProperty(l)&&st[l]?(""+d).trim():d+"px"}function D(l,d){l=l.style;for(var p in d)if(d.hasOwnProperty(p)){var g=p.indexOf("--")===0,j=jt(p,d[p],g);p==="float"&&(p="cssFloat"),g?l.setProperty(p,j):l[p]=j}}var Ie=q({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 vt(l,d){if(d){if(Ie[l]&&(d.children!=null||d.dangerouslySetInnerHTML!=null))throw Error(n(137,l));if(d.dangerouslySetInnerHTML!=null){if(d.children!=null)throw Error(n(60));if(typeof d.dangerouslySetInnerHTML!="object"||!("__html"in d.dangerouslySetInnerHTML))throw Error(n(61))}if(d.style!=null&&typeof d.style!="object")throw Error(n(62))}}function Rt(l,d){if(l.indexOf("-")===-1)return typeof d.is=="string";switch(l){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 bt=null;function it(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var Dt=null,Jt=null,an=null;function as(l){if(l=hd(l)){if(typeof Dt!="function")throw Error(n(280));var d=l.stateNode;d&&(d=Ru(d),Dt(l.stateNode,l.type,d))}}function nr(l){Jt?an?an.push(l):an=[l]:Jt=l}function Ni(){if(Jt){var l=Jt,d=an;if(an=Jt=null,as(l),d)for(l=0;l>>=0,l===0?32:31-(td(l)/Br|0)|0}var ji=64,ha=4194304;function br(l){switch(l&-l){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 l&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return l&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return l}}function Vr(l,d){var p=l.pendingLanes;if(p===0)return 0;var g=0,j=l.suspendedLanes,S=l.pingedLanes,A=p&268435455;if(A!==0){var W=A&~j;W!==0?g=br(W):(S&=A,S!==0&&(g=br(S)))}else A=p&~j,A!==0?g=br(A):S!==0&&(g=br(S));if(g===0)return 0;if(d!==0&&d!==g&&(d&j)===0&&(j=g&-g,S=d&-d,j>=S||j===16&&(S&4194240)!==0))return d;if((g&4)!==0&&(g|=p&16),d=l.entangledLanes,d!==0)for(l=l.entanglements,d&=g;0p;p++)d.push(l);return d}function Hr(l,d,p){l.pendingLanes|=d,d!==536870912&&(l.suspendedLanes=0,l.pingedLanes=0),l=l.eventTimes,d=31-Qn(d),l[d]=p}function Ti(l,d){var p=l.pendingLanes&~d;l.pendingLanes=d,l.suspendedLanes=0,l.pingedLanes=0,l.expiredLanes&=d,l.mutableReadLanes&=d,l.entangledLanes&=d,d=l.entanglements;var g=l.eventTimes;for(l=l.expirationTimes;0=sd),Hy=" ",Uy=!1;function Wy(l,d){switch(l){case"keyup":return nd.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Ky(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var Ul=!1;function M4(l,d){switch(l){case"compositionend":return Ky(d);case"keypress":return d.which!==32?null:(Uy=!0,Hy);case"textInput":return l=d.data,l===Hy&&Uy?null:l;default:return null}}function A4(l,d){if(Ul)return l==="compositionend"||!Hp&&Wy(l,d)?(l=Fl(),Ri=Ii=Ls=null,Ul=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(d.ctrlKey||d.altKey||d.metaKey)||d.ctrlKey&&d.altKey){if(d.char&&1=d)return{node:p,offset:d-l};l=g}e:{for(;p;){if(p.nextSibling){p=p.nextSibling;break e}p=p.parentNode}p=void 0}p=Zy(p)}}function tb(l,d){return l&&d?l===d?!0:l&&l.nodeType===3?!1:d&&d.nodeType===3?tb(l,d.parentNode):"contains"in l?l.contains(d):l.compareDocumentPosition?!!(l.compareDocumentPosition(d)&16):!1:!1}function nb(){for(var l=window,d=gt();d instanceof l.HTMLIFrameElement;){try{var p=typeof d.contentWindow.location.href=="string"}catch{p=!1}if(p)l=d.contentWindow;else break;d=gt(l.document)}return d}function Kp(l){var d=l&&l.nodeName&&l.nodeName.toLowerCase();return d&&(d==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||d==="textarea"||l.contentEditable==="true")}function $4(l){var d=nb(),p=l.focusedElem,g=l.selectionRange;if(d!==p&&p&&p.ownerDocument&&tb(p.ownerDocument.documentElement,p)){if(g!==null&&Kp(p)){if(d=g.start,l=g.end,l===void 0&&(l=d),"selectionStart"in p)p.selectionStart=d,p.selectionEnd=Math.min(l,p.value.length);else if(l=(d=p.ownerDocument||document)&&d.defaultView||window,l.getSelection){l=l.getSelection();var j=p.textContent.length,S=Math.min(g.start,j);g=g.end===void 0?S:Math.min(g.end,j),!l.extend&&S>g&&(j=g,g=S,S=j),j=eb(p,S);var A=eb(p,g);j&&A&&(l.rangeCount!==1||l.anchorNode!==j.node||l.anchorOffset!==j.offset||l.focusNode!==A.node||l.focusOffset!==A.offset)&&(d=d.createRange(),d.setStart(j.node,j.offset),l.removeAllRanges(),S>g?(l.addRange(d),l.extend(A.node,A.offset)):(d.setEnd(A.node,A.offset),l.addRange(d)))}}for(d=[],l=p;l=l.parentNode;)l.nodeType===1&&d.push({element:l,left:l.scrollLeft,top:l.scrollTop});for(typeof p.focus=="function"&&p.focus(),p=0;p=document.documentMode,Wl=null,qp=null,od=null,Gp=!1;function sb(l,d,p){var g=p.window===p?p.document:p.nodeType===9?p:p.ownerDocument;Gp||Wl==null||Wl!==gt(g)||(g=Wl,"selectionStart"in g&&Kp(g)?g={start:g.selectionStart,end:g.selectionEnd}:(g=(g.ownerDocument&&g.ownerDocument.defaultView||window).getSelection(),g={anchorNode:g.anchorNode,anchorOffset:g.anchorOffset,focusNode:g.focusNode,focusOffset:g.focusOffset}),od&&id(od,g)||(od=g,g=Mu(qp,"onSelect"),0Ql||(l.current=im[Ql],im[Ql]=null,Ql--)}function ln(l,d){Ql++,im[Ql]=l.current,l.current=d}var Fi={},bs=$i(Fi),Ws=$i(!1),Ko=Fi;function Yl(l,d){var p=l.type.contextTypes;if(!p)return Fi;var g=l.stateNode;if(g&&g.__reactInternalMemoizedUnmaskedChildContext===d)return g.__reactInternalMemoizedMaskedChildContext;var j={},S;for(S in p)j[S]=d[S];return g&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=d,l.__reactInternalMemoizedMaskedChildContext=j),j}function Ks(l){return l=l.childContextTypes,l!=null}function Pu(){pn(Ws),pn(bs)}function yb(l,d,p){if(bs.current!==Fi)throw Error(n(168));ln(bs,d),ln(Ws,p)}function bb(l,d,p){var g=l.stateNode;if(d=d.childContextTypes,typeof g.getChildContext!="function")return p;g=g.getChildContext();for(var j in g)if(!(j in d))throw Error(n(108,G(l)||"Unknown",j));return q({},p,g)}function Lu(l){return l=(l=l.stateNode)&&l.__reactInternalMemoizedMergedChildContext||Fi,Ko=bs.current,ln(bs,l),ln(Ws,Ws.current),!0}function vb(l,d,p){var g=l.stateNode;if(!g)throw Error(n(169));p?(l=bb(l,d,Ko),g.__reactInternalMemoizedMergedChildContext=l,pn(Ws),pn(bs),ln(bs,l)):pn(Ws),ln(Ws,p)}var qa=null,Ou=!1,om=!1;function Nb(l){qa===null?qa=[l]:qa.push(l)}function Y4(l){Ou=!0,Nb(l)}function Bi(){if(!om&&qa!==null){om=!0;var l=0,d=mt;try{var p=qa;for(mt=1;l>=A,j-=A,Ga=1<<32-Qn(d)+j|p<pt?(es=lt,lt=null):es=lt.sibling;var _t=Ee(he,lt,me[pt],Oe);if(_t===null){lt===null&&(lt=es);break}l&<&&_t.alternate===null&&d(he,lt),ne=S(_t,ne,pt),ot===null?et=_t:ot.sibling=_t,ot=_t,lt=es}if(pt===me.length)return p(he,lt),gn&&Go(he,pt),et;if(lt===null){for(;ptpt?(es=lt,lt=null):es=lt.sibling;var Qi=Ee(he,lt,_t.value,Oe);if(Qi===null){lt===null&&(lt=es);break}l&<&&Qi.alternate===null&&d(he,lt),ne=S(Qi,ne,pt),ot===null?et=Qi:ot.sibling=Qi,ot=Qi,lt=es}if(_t.done)return p(he,lt),gn&&Go(he,pt),et;if(lt===null){for(;!_t.done;pt++,_t=me.next())_t=Pe(he,_t.value,Oe),_t!==null&&(ne=S(_t,ne,pt),ot===null?et=_t:ot.sibling=_t,ot=_t);return gn&&Go(he,pt),et}for(lt=g(he,lt);!_t.done;pt++,_t=me.next())_t=Ue(lt,he,pt,_t.value,Oe),_t!==null&&(l&&_t.alternate!==null&<.delete(_t.key===null?pt:_t.key),ne=S(_t,ne,pt),ot===null?et=_t:ot.sibling=_t,ot=_t);return l&<.forEach(function(IT){return d(he,IT)}),gn&&Go(he,pt),et}function On(he,ne,me,Oe){if(typeof me=="object"&&me!==null&&me.type===_&&me.key===null&&(me=me.props.children),typeof me=="object"&&me!==null){switch(me.$$typeof){case O:e:{for(var et=me.key,ot=ne;ot!==null;){if(ot.key===et){if(et=me.type,et===_){if(ot.tag===7){p(he,ot.sibling),ne=j(ot,me.props.children),ne.return=he,he=ne;break e}}else if(ot.elementType===et||typeof et=="object"&&et!==null&&et.$$typeof===I&&Tb(et)===ot.type){p(he,ot.sibling),ne=j(ot,me.props),ne.ref=fd(he,ot,me),ne.return=he,he=ne;break e}p(he,ot);break}else d(he,ot);ot=ot.sibling}me.type===_?(ne=nl(me.props.children,he.mode,Oe,me.key),ne.return=he,he=ne):(Oe=ch(me.type,me.key,me.props,null,he.mode,Oe),Oe.ref=fd(he,ne,me),Oe.return=he,he=Oe)}return A(he);case K:e:{for(ot=me.key;ne!==null;){if(ne.key===ot)if(ne.tag===4&&ne.stateNode.containerInfo===me.containerInfo&&ne.stateNode.implementation===me.implementation){p(he,ne.sibling),ne=j(ne,me.children||[]),ne.return=he,he=ne;break e}else{p(he,ne);break}else d(he,ne);ne=ne.sibling}ne=rx(me,he.mode,Oe),ne.return=he,he=ne}return A(he);case I:return ot=me._init,On(he,ne,ot(me._payload),Oe)}if(Ht(me))return Je(he,ne,me,Oe);if(ie(me))return Ze(he,ne,me,Oe);$u(he,me)}return typeof me=="string"&&me!==""||typeof me=="number"?(me=""+me,ne!==null&&ne.tag===6?(p(he,ne.sibling),ne=j(ne,me),ne.return=he,he=ne):(p(he,ne),ne=sx(me,he.mode,Oe),ne.return=he,he=ne),A(he)):p(he,ne)}return On}var tc=Eb(!0),Mb=Eb(!1),Fu=$i(null),Bu=null,nc=null,fm=null;function pm(){fm=nc=Bu=null}function mm(l){var d=Fu.current;pn(Fu),l._currentValue=d}function xm(l,d,p){for(;l!==null;){var g=l.alternate;if((l.childLanes&d)!==d?(l.childLanes|=d,g!==null&&(g.childLanes|=d)):g!==null&&(g.childLanes&d)!==d&&(g.childLanes|=d),l===p)break;l=l.return}}function sc(l,d){Bu=l,fm=nc=null,l=l.dependencies,l!==null&&l.firstContext!==null&&((l.lanes&d)!==0&&(qs=!0),l.firstContext=null)}function Er(l){var d=l._currentValue;if(fm!==l)if(l={context:l,memoizedValue:d,next:null},nc===null){if(Bu===null)throw Error(n(308));nc=l,Bu.dependencies={lanes:0,firstContext:l}}else nc=nc.next=l;return d}var Jo=null;function gm(l){Jo===null?Jo=[l]:Jo.push(l)}function Ab(l,d,p,g){var j=d.interleaved;return j===null?(p.next=p,gm(d)):(p.next=j.next,j.next=p),d.interleaved=p,Qa(l,g)}function Qa(l,d){l.lanes|=d;var p=l.alternate;for(p!==null&&(p.lanes|=d),p=l,l=l.return;l!==null;)l.childLanes|=d,p=l.alternate,p!==null&&(p.childLanes|=d),p=l,l=l.return;return p.tag===3?p.stateNode:null}var Vi=!1;function ym(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Ib(l,d){l=l.updateQueue,d.updateQueue===l&&(d.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,effects:l.effects})}function Ya(l,d){return{eventTime:l,lane:d,tag:0,payload:null,callback:null,next:null}}function Hi(l,d,p){var g=l.updateQueue;if(g===null)return null;if(g=g.shared,(Pt&2)!==0){var j=g.pending;return j===null?d.next=d:(d.next=j.next,j.next=d),g.pending=d,Qa(l,p)}return j=g.interleaved,j===null?(d.next=d,gm(g)):(d.next=j.next,j.next=d),g.interleaved=d,Qa(l,p)}function Vu(l,d,p){if(d=d.updateQueue,d!==null&&(d=d.shared,(p&4194240)!==0)){var g=d.lanes;g&=l.pendingLanes,p|=g,d.lanes=p,_o(l,p)}}function Rb(l,d){var p=l.updateQueue,g=l.alternate;if(g!==null&&(g=g.updateQueue,p===g)){var j=null,S=null;if(p=p.firstBaseUpdate,p!==null){do{var A={eventTime:p.eventTime,lane:p.lane,tag:p.tag,payload:p.payload,callback:p.callback,next:null};S===null?j=S=A:S=S.next=A,p=p.next}while(p!==null);S===null?j=S=d:S=S.next=d}else j=S=d;p={baseState:g.baseState,firstBaseUpdate:j,lastBaseUpdate:S,shared:g.shared,effects:g.effects},l.updateQueue=p;return}l=p.lastBaseUpdate,l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=d}function Hu(l,d,p,g){var j=l.updateQueue;Vi=!1;var S=j.firstBaseUpdate,A=j.lastBaseUpdate,W=j.shared.pending;if(W!==null){j.shared.pending=null;var Y=W,xe=Y.next;Y.next=null,A===null?S=xe:A.next=xe,A=Y;var Me=l.alternate;Me!==null&&(Me=Me.updateQueue,W=Me.lastBaseUpdate,W!==A&&(W===null?Me.firstBaseUpdate=xe:W.next=xe,Me.lastBaseUpdate=Y))}if(S!==null){var Pe=j.baseState;A=0,Me=xe=Y=null,W=S;do{var Ee=W.lane,Ue=W.eventTime;if((g&Ee)===Ee){Me!==null&&(Me=Me.next={eventTime:Ue,lane:0,tag:W.tag,payload:W.payload,callback:W.callback,next:null});e:{var Je=l,Ze=W;switch(Ee=d,Ue=p,Ze.tag){case 1:if(Je=Ze.payload,typeof Je=="function"){Pe=Je.call(Ue,Pe,Ee);break e}Pe=Je;break e;case 3:Je.flags=Je.flags&-65537|128;case 0:if(Je=Ze.payload,Ee=typeof Je=="function"?Je.call(Ue,Pe,Ee):Je,Ee==null)break e;Pe=q({},Pe,Ee);break e;case 2:Vi=!0}}W.callback!==null&&W.lane!==0&&(l.flags|=64,Ee=j.effects,Ee===null?j.effects=[W]:Ee.push(W))}else Ue={eventTime:Ue,lane:Ee,tag:W.tag,payload:W.payload,callback:W.callback,next:null},Me===null?(xe=Me=Ue,Y=Pe):Me=Me.next=Ue,A|=Ee;if(W=W.next,W===null){if(W=j.shared.pending,W===null)break;Ee=W,W=Ee.next,Ee.next=null,j.lastBaseUpdate=Ee,j.shared.pending=null}}while(!0);if(Me===null&&(Y=Pe),j.baseState=Y,j.firstBaseUpdate=xe,j.lastBaseUpdate=Me,d=j.shared.interleaved,d!==null){j=d;do A|=j.lane,j=j.next;while(j!==d)}else S===null&&(j.shared.lanes=0);Xo|=A,l.lanes=A,l.memoizedState=Pe}}function Pb(l,d,p){if(l=d.effects,d.effects=null,l!==null)for(d=0;dp?p:4,l(!0);var g=jm.transition;jm.transition={};try{l(!1),d()}finally{mt=p,jm.transition=g}}function Xb(){return Mr().memoizedState}function tT(l,d,p){var g=qi(l);if(p={lane:g,action:p,hasEagerState:!1,eagerState:null,next:null},Zb(l))ev(d,p);else if(p=Ab(l,d,p,g),p!==null){var j=Ds();ea(p,l,g,j),tv(p,d,g)}}function nT(l,d,p){var g=qi(l),j={lane:g,action:p,hasEagerState:!1,eagerState:null,next:null};if(Zb(l))ev(d,j);else{var S=l.alternate;if(l.lanes===0&&(S===null||S.lanes===0)&&(S=d.lastRenderedReducer,S!==null))try{var A=d.lastRenderedState,W=S(A,p);if(j.hasEagerState=!0,j.eagerState=W,Jr(W,A)){var Y=d.interleaved;Y===null?(j.next=j,gm(d)):(j.next=Y.next,Y.next=j),d.interleaved=j;return}}catch{}finally{}p=Ab(l,d,j,g),p!==null&&(j=Ds(),ea(p,l,g,j),tv(p,d,g))}}function Zb(l){var d=l.alternate;return l===kn||d!==null&&d===kn}function ev(l,d){gd=Ku=!0;var p=l.pending;p===null?d.next=d:(d.next=p.next,p.next=d),l.pending=d}function tv(l,d,p){if((p&4194240)!==0){var g=d.lanes;g&=l.pendingLanes,p|=g,d.lanes=p,_o(l,p)}}var Ju={readContext:Er,useCallback:vs,useContext:vs,useEffect:vs,useImperativeHandle:vs,useInsertionEffect:vs,useLayoutEffect:vs,useMemo:vs,useReducer:vs,useRef:vs,useState:vs,useDebugValue:vs,useDeferredValue:vs,useTransition:vs,useMutableSource:vs,useSyncExternalStore:vs,useId:vs,unstable_isNewReconciler:!1},sT={readContext:Er,useCallback:function(l,d){return va().memoizedState=[l,d===void 0?null:d],l},useContext:Er,useEffect:Ub,useImperativeHandle:function(l,d,p){return p=p!=null?p.concat([l]):null,qu(4194308,4,qb.bind(null,d,l),p)},useLayoutEffect:function(l,d){return qu(4194308,4,l,d)},useInsertionEffect:function(l,d){return qu(4,2,l,d)},useMemo:function(l,d){var p=va();return d=d===void 0?null:d,l=l(),p.memoizedState=[l,d],l},useReducer:function(l,d,p){var g=va();return d=p!==void 0?p(d):d,g.memoizedState=g.baseState=d,l={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:d},g.queue=l,l=l.dispatch=tT.bind(null,kn,l),[g.memoizedState,l]},useRef:function(l){var d=va();return l={current:l},d.memoizedState=l},useState:Vb,useDebugValue:Am,useDeferredValue:function(l){return va().memoizedState=l},useTransition:function(){var l=Vb(!1),d=l[0];return l=eT.bind(null,l[1]),va().memoizedState=l,[d,l]},useMutableSource:function(){},useSyncExternalStore:function(l,d,p){var g=kn,j=va();if(gn){if(p===void 0)throw Error(n(407));p=p()}else{if(p=d(),Zn===null)throw Error(n(349));(Yo&30)!==0||_b(g,d,p)}j.memoizedState=p;var S={value:p,getSnapshot:d};return j.queue=S,Ub($b.bind(null,g,S,l),[l]),g.flags|=2048,vd(9,zb.bind(null,g,S,p,d),void 0,null),p},useId:function(){var l=va(),d=Zn.identifierPrefix;if(gn){var p=Ja,g=Ga;p=(g&~(1<<32-Qn(g)-1)).toString(32)+p,d=":"+d+"R"+p,p=yd++,0<\/script>",l=l.removeChild(l.firstChild)):typeof g.is=="string"?l=A.createElement(p,{is:g.is}):(l=A.createElement(p),p==="select"&&(A=l,g.multiple?A.multiple=!0:g.size&&(A.size=g.size))):l=A.createElementNS(l,p),l[ya]=d,l[ud]=g,Nv(l,d,!1,!1),d.stateNode=l;e:{switch(A=Rt(p,g),p){case"dialog":fn("cancel",l),fn("close",l),j=g;break;case"iframe":case"object":case"embed":fn("load",l),j=g;break;case"video":case"audio":for(j=0;jlc&&(d.flags|=128,g=!0,Nd(S,!1),d.lanes=4194304)}else{if(!g)if(l=Uu(A),l!==null){if(d.flags|=128,g=!0,p=l.updateQueue,p!==null&&(d.updateQueue=p,d.flags|=4),Nd(S,!0),S.tail===null&&S.tailMode==="hidden"&&!A.alternate&&!gn)return Ns(d),null}else 2*Ut()-S.renderingStartTime>lc&&p!==1073741824&&(d.flags|=128,g=!0,Nd(S,!1),d.lanes=4194304);S.isBackwards?(A.sibling=d.child,d.child=A):(p=S.last,p!==null?p.sibling=A:d.child=A,S.last=A)}return S.tail!==null?(d=S.tail,S.rendering=d,S.tail=d.sibling,S.renderingStartTime=Ut(),d.sibling=null,p=jn.current,ln(jn,g?p&1|2:p&1),d):(Ns(d),null);case 22:case 23:return ex(),g=d.memoizedState!==null,l!==null&&l.memoizedState!==null!==g&&(d.flags|=8192),g&&(d.mode&1)!==0?(dr&1073741824)!==0&&(Ns(d),d.subtreeFlags&6&&(d.flags|=8192)):Ns(d),null;case 24:return null;case 25:return null}throw Error(n(156,d.tag))}function uT(l,d){switch(cm(d),d.tag){case 1:return Ks(d.type)&&Pu(),l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 3:return rc(),pn(Ws),pn(bs),wm(),l=d.flags,(l&65536)!==0&&(l&128)===0?(d.flags=l&-65537|128,d):null;case 5:return vm(d),null;case 13:if(pn(jn),l=d.memoizedState,l!==null&&l.dehydrated!==null){if(d.alternate===null)throw Error(n(340));ec()}return l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 19:return pn(jn),null;case 4:return rc(),null;case 10:return mm(d.type._context),null;case 22:case 23:return ex(),null;case 24:return null;default:return null}}var Zu=!1,ws=!1,hT=typeof WeakSet=="function"?WeakSet:Set,qe=null;function ic(l,d){var p=l.ref;if(p!==null)if(typeof p=="function")try{p(null)}catch(g){Tn(l,d,g)}else p.current=null}function Vm(l,d,p){try{p()}catch(g){Tn(l,d,g)}}var kv=!1;function fT(l,d){if(em=Ei,l=nb(),Kp(l)){if("selectionStart"in l)var p={start:l.selectionStart,end:l.selectionEnd};else e:{p=(p=l.ownerDocument)&&p.defaultView||window;var g=p.getSelection&&p.getSelection();if(g&&g.rangeCount!==0){p=g.anchorNode;var j=g.anchorOffset,S=g.focusNode;g=g.focusOffset;try{p.nodeType,S.nodeType}catch{p=null;break e}var A=0,W=-1,Y=-1,xe=0,Me=0,Pe=l,Ee=null;t:for(;;){for(var Ue;Pe!==p||j!==0&&Pe.nodeType!==3||(W=A+j),Pe!==S||g!==0&&Pe.nodeType!==3||(Y=A+g),Pe.nodeType===3&&(A+=Pe.nodeValue.length),(Ue=Pe.firstChild)!==null;)Ee=Pe,Pe=Ue;for(;;){if(Pe===l)break t;if(Ee===p&&++xe===j&&(W=A),Ee===S&&++Me===g&&(Y=A),(Ue=Pe.nextSibling)!==null)break;Pe=Ee,Ee=Pe.parentNode}Pe=Ue}p=W===-1||Y===-1?null:{start:W,end:Y}}else p=null}p=p||{start:0,end:0}}else p=null;for(tm={focusedElem:l,selectionRange:p},Ei=!1,qe=d;qe!==null;)if(d=qe,l=d.child,(d.subtreeFlags&1028)!==0&&l!==null)l.return=d,qe=l;else for(;qe!==null;){d=qe;try{var Je=d.alternate;if((d.flags&1024)!==0)switch(d.tag){case 0:case 11:case 15:break;case 1:if(Je!==null){var Ze=Je.memoizedProps,On=Je.memoizedState,he=d.stateNode,ne=he.getSnapshotBeforeUpdate(d.elementType===d.type?Ze:Yr(d.type,Ze),On);he.__reactInternalSnapshotBeforeUpdate=ne}break;case 3:var me=d.stateNode.containerInfo;me.nodeType===1?me.textContent="":me.nodeType===9&&me.documentElement&&me.removeChild(me.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(Oe){Tn(d,d.return,Oe)}if(l=d.sibling,l!==null){l.return=d.return,qe=l;break}qe=d.return}return Je=kv,kv=!1,Je}function wd(l,d,p){var g=d.updateQueue;if(g=g!==null?g.lastEffect:null,g!==null){var j=g=g.next;do{if((j.tag&l)===l){var S=j.destroy;j.destroy=void 0,S!==void 0&&Vm(d,p,S)}j=j.next}while(j!==g)}}function eh(l,d){if(d=d.updateQueue,d=d!==null?d.lastEffect:null,d!==null){var p=d=d.next;do{if((p.tag&l)===l){var g=p.create;p.destroy=g()}p=p.next}while(p!==d)}}function Hm(l){var d=l.ref;if(d!==null){var p=l.stateNode;switch(l.tag){case 5:l=p;break;default:l=p}typeof d=="function"?d(l):d.current=l}}function Sv(l){var d=l.alternate;d!==null&&(l.alternate=null,Sv(d)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(d=l.stateNode,d!==null&&(delete d[ya],delete d[ud],delete d[am],delete d[J4],delete d[Q4])),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}function Cv(l){return l.tag===5||l.tag===3||l.tag===4}function Tv(l){e:for(;;){for(;l.sibling===null;){if(l.return===null||Cv(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue e;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function Um(l,d,p){var g=l.tag;if(g===5||g===6)l=l.stateNode,d?p.nodeType===8?p.parentNode.insertBefore(l,d):p.insertBefore(l,d):(p.nodeType===8?(d=p.parentNode,d.insertBefore(l,p)):(d=p,d.appendChild(l)),p=p._reactRootContainer,p!=null||d.onclick!==null||(d.onclick=Iu));else if(g!==4&&(l=l.child,l!==null))for(Um(l,d,p),l=l.sibling;l!==null;)Um(l,d,p),l=l.sibling}function Wm(l,d,p){var g=l.tag;if(g===5||g===6)l=l.stateNode,d?p.insertBefore(l,d):p.appendChild(l);else if(g!==4&&(l=l.child,l!==null))for(Wm(l,d,p),l=l.sibling;l!==null;)Wm(l,d,p),l=l.sibling}var ls=null,Xr=!1;function Ui(l,d,p){for(p=p.child;p!==null;)Ev(l,d,p),p=p.sibling}function Ev(l,d,p){if(wn&&typeof wn.onCommitFiberUnmount=="function")try{wn.onCommitFiberUnmount($a,p)}catch{}switch(p.tag){case 5:ws||ic(p,d);case 6:var g=ls,j=Xr;ls=null,Ui(l,d,p),ls=g,Xr=j,ls!==null&&(Xr?(l=ls,p=p.stateNode,l.nodeType===8?l.parentNode.removeChild(p):l.removeChild(p)):ls.removeChild(p.stateNode));break;case 18:ls!==null&&(Xr?(l=ls,p=p.stateNode,l.nodeType===8?rm(l.parentNode,p):l.nodeType===1&&rm(l,p),xa(l)):rm(ls,p.stateNode));break;case 4:g=ls,j=Xr,ls=p.stateNode.containerInfo,Xr=!0,Ui(l,d,p),ls=g,Xr=j;break;case 0:case 11:case 14:case 15:if(!ws&&(g=p.updateQueue,g!==null&&(g=g.lastEffect,g!==null))){j=g=g.next;do{var S=j,A=S.destroy;S=S.tag,A!==void 0&&((S&2)!==0||(S&4)!==0)&&Vm(p,d,A),j=j.next}while(j!==g)}Ui(l,d,p);break;case 1:if(!ws&&(ic(p,d),g=p.stateNode,typeof g.componentWillUnmount=="function"))try{g.props=p.memoizedProps,g.state=p.memoizedState,g.componentWillUnmount()}catch(W){Tn(p,d,W)}Ui(l,d,p);break;case 21:Ui(l,d,p);break;case 22:p.mode&1?(ws=(g=ws)||p.memoizedState!==null,Ui(l,d,p),ws=g):Ui(l,d,p);break;default:Ui(l,d,p)}}function Mv(l){var d=l.updateQueue;if(d!==null){l.updateQueue=null;var p=l.stateNode;p===null&&(p=l.stateNode=new hT),d.forEach(function(g){var j=wT.bind(null,l,g);p.has(g)||(p.add(g),g.then(j,j))})}}function Zr(l,d){var p=d.deletions;if(p!==null)for(var g=0;gj&&(j=A),g&=~S}if(g=j,g=Ut()-g,g=(120>g?120:480>g?480:1080>g?1080:1920>g?1920:3e3>g?3e3:4320>g?4320:1960*mT(g/1960))-g,10l?16:l,Ki===null)var g=!1;else{if(l=Ki,Ki=null,ah=0,(Pt&6)!==0)throw Error(n(331));var j=Pt;for(Pt|=4,qe=l.current;qe!==null;){var S=qe,A=S.child;if((qe.flags&16)!==0){var W=S.deletions;if(W!==null){for(var Y=0;YUt()-Gm?el(l,0):qm|=p),Js(l,d)}function Vv(l,d){d===0&&((l.mode&1)===0?d=1:(d=ha,ha<<=1,(ha&130023424)===0&&(ha=4194304)));var p=Ds();l=Qa(l,d),l!==null&&(Hr(l,d,p),Js(l,p))}function NT(l){var d=l.memoizedState,p=0;d!==null&&(p=d.retryLane),Vv(l,p)}function wT(l,d){var p=0;switch(l.tag){case 13:var g=l.stateNode,j=l.memoizedState;j!==null&&(p=j.retryLane);break;case 19:g=l.stateNode;break;default:throw Error(n(314))}g!==null&&g.delete(d),Vv(l,p)}var Hv;Hv=function(l,d,p){if(l!==null)if(l.memoizedProps!==d.pendingProps||Ws.current)qs=!0;else{if((l.lanes&p)===0&&(d.flags&128)===0)return qs=!1,cT(l,d,p);qs=(l.flags&131072)!==0}else qs=!1,gn&&(d.flags&1048576)!==0&&wb(d,_u,d.index);switch(d.lanes=0,d.tag){case 2:var g=d.type;Xu(l,d),l=d.pendingProps;var j=Yl(d,bs.current);sc(d,p),j=Sm(null,d,g,l,j,p);var S=Cm();return d.flags|=1,typeof j=="object"&&j!==null&&typeof j.render=="function"&&j.$$typeof===void 0?(d.tag=1,d.memoizedState=null,d.updateQueue=null,Ks(g)?(S=!0,Lu(d)):S=!1,d.memoizedState=j.state!==null&&j.state!==void 0?j.state:null,ym(d),j.updater=Qu,d.stateNode=j,j._reactInternals=d,Rm(d,g,l,p),d=Dm(null,d,g,!0,S,p)):(d.tag=0,gn&&S&&lm(d),Os(null,d,j,p),d=d.child),d;case 16:g=d.elementType;e:{switch(Xu(l,d),l=d.pendingProps,j=g._init,g=j(g._payload),d.type=g,j=d.tag=kT(g),l=Yr(g,l),j){case 0:d=Om(null,d,g,l,p);break e;case 1:d=mv(null,d,g,l,p);break e;case 11:d=dv(null,d,g,l,p);break e;case 14:d=uv(null,d,g,Yr(g.type,l),p);break e}throw Error(n(306,g,""))}return d;case 0:return g=d.type,j=d.pendingProps,j=d.elementType===g?j:Yr(g,j),Om(l,d,g,j,p);case 1:return g=d.type,j=d.pendingProps,j=d.elementType===g?j:Yr(g,j),mv(l,d,g,j,p);case 3:e:{if(xv(d),l===null)throw Error(n(387));g=d.pendingProps,S=d.memoizedState,j=S.element,Ib(l,d),Hu(d,g,null,p);var A=d.memoizedState;if(g=A.element,S.isDehydrated)if(S={element:g,isDehydrated:!1,cache:A.cache,pendingSuspenseBoundaries:A.pendingSuspenseBoundaries,transitions:A.transitions},d.updateQueue.baseState=S,d.memoizedState=S,d.flags&256){j=ac(Error(n(423)),d),d=gv(l,d,g,p,j);break e}else if(g!==j){j=ac(Error(n(424)),d),d=gv(l,d,g,p,j);break e}else for(cr=zi(d.stateNode.containerInfo.firstChild),lr=d,gn=!0,Qr=null,p=Mb(d,null,g,p),d.child=p;p;)p.flags=p.flags&-3|4096,p=p.sibling;else{if(ec(),g===j){d=Xa(l,d,p);break e}Os(l,d,g,p)}d=d.child}return d;case 5:return Lb(d),l===null&&um(d),g=d.type,j=d.pendingProps,S=l!==null?l.memoizedProps:null,A=j.children,nm(g,j)?A=null:S!==null&&nm(g,S)&&(d.flags|=32),pv(l,d),Os(l,d,A,p),d.child;case 6:return l===null&&um(d),null;case 13:return yv(l,d,p);case 4:return bm(d,d.stateNode.containerInfo),g=d.pendingProps,l===null?d.child=tc(d,null,g,p):Os(l,d,g,p),d.child;case 11:return g=d.type,j=d.pendingProps,j=d.elementType===g?j:Yr(g,j),dv(l,d,g,j,p);case 7:return Os(l,d,d.pendingProps,p),d.child;case 8:return Os(l,d,d.pendingProps.children,p),d.child;case 12:return Os(l,d,d.pendingProps.children,p),d.child;case 10:e:{if(g=d.type._context,j=d.pendingProps,S=d.memoizedProps,A=j.value,ln(Fu,g._currentValue),g._currentValue=A,S!==null)if(Jr(S.value,A)){if(S.children===j.children&&!Ws.current){d=Xa(l,d,p);break e}}else for(S=d.child,S!==null&&(S.return=d);S!==null;){var W=S.dependencies;if(W!==null){A=S.child;for(var Y=W.firstContext;Y!==null;){if(Y.context===g){if(S.tag===1){Y=Ya(-1,p&-p),Y.tag=2;var xe=S.updateQueue;if(xe!==null){xe=xe.shared;var Me=xe.pending;Me===null?Y.next=Y:(Y.next=Me.next,Me.next=Y),xe.pending=Y}}S.lanes|=p,Y=S.alternate,Y!==null&&(Y.lanes|=p),xm(S.return,p,d),W.lanes|=p;break}Y=Y.next}}else if(S.tag===10)A=S.type===d.type?null:S.child;else if(S.tag===18){if(A=S.return,A===null)throw Error(n(341));A.lanes|=p,W=A.alternate,W!==null&&(W.lanes|=p),xm(A,p,d),A=S.sibling}else A=S.child;if(A!==null)A.return=S;else for(A=S;A!==null;){if(A===d){A=null;break}if(S=A.sibling,S!==null){S.return=A.return,A=S;break}A=A.return}S=A}Os(l,d,j.children,p),d=d.child}return d;case 9:return j=d.type,g=d.pendingProps.children,sc(d,p),j=Er(j),g=g(j),d.flags|=1,Os(l,d,g,p),d.child;case 14:return g=d.type,j=Yr(g,d.pendingProps),j=Yr(g.type,j),uv(l,d,g,j,p);case 15:return hv(l,d,d.type,d.pendingProps,p);case 17:return g=d.type,j=d.pendingProps,j=d.elementType===g?j:Yr(g,j),Xu(l,d),d.tag=1,Ks(g)?(l=!0,Lu(d)):l=!1,sc(d,p),sv(d,g,j),Rm(d,g,j,p),Dm(null,d,g,!0,l,p);case 19:return vv(l,d,p);case 22:return fv(l,d,p)}throw Error(n(156,d.tag))};function Uv(l,d){return Lo(l,d)}function jT(l,d,p,g){this.tag=l,this.key=p,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=d,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=g,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ir(l,d,p,g){return new jT(l,d,p,g)}function nx(l){return l=l.prototype,!(!l||!l.isReactComponent)}function kT(l){if(typeof l=="function")return nx(l)?1:0;if(l!=null){if(l=l.$$typeof,l===V)return 11;if(l===pe)return 14}return 2}function Ji(l,d){var p=l.alternate;return p===null?(p=Ir(l.tag,d,l.key,l.mode),p.elementType=l.elementType,p.type=l.type,p.stateNode=l.stateNode,p.alternate=l,l.alternate=p):(p.pendingProps=d,p.type=l.type,p.flags=0,p.subtreeFlags=0,p.deletions=null),p.flags=l.flags&14680064,p.childLanes=l.childLanes,p.lanes=l.lanes,p.child=l.child,p.memoizedProps=l.memoizedProps,p.memoizedState=l.memoizedState,p.updateQueue=l.updateQueue,d=l.dependencies,p.dependencies=d===null?null:{lanes:d.lanes,firstContext:d.firstContext},p.sibling=l.sibling,p.index=l.index,p.ref=l.ref,p}function ch(l,d,p,g,j,S){var A=2;if(g=l,typeof l=="function")nx(l)&&(A=1);else if(typeof l=="string")A=5;else e:switch(l){case _:return nl(p.children,j,S,d);case H:A=8,j|=8;break;case P:return l=Ir(12,p,d,j|2),l.elementType=P,l.lanes=S,l;case re:return l=Ir(13,p,d,j),l.elementType=re,l.lanes=S,l;case ae:return l=Ir(19,p,d,j),l.elementType=ae,l.lanes=S,l;case z:return dh(p,j,S,d);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case ee:A=10;break e;case Q:A=9;break e;case V:A=11;break e;case pe:A=14;break e;case I:A=16,g=null;break e}throw Error(n(130,l==null?l:typeof l,""))}return d=Ir(A,p,d,j),d.elementType=l,d.type=g,d.lanes=S,d}function nl(l,d,p,g){return l=Ir(7,l,g,d),l.lanes=p,l}function dh(l,d,p,g){return l=Ir(22,l,g,d),l.elementType=z,l.lanes=p,l.stateNode={isHidden:!1},l}function sx(l,d,p){return l=Ir(6,l,null,d),l.lanes=p,l}function rx(l,d,p){return d=Ir(4,l.children!==null?l.children:[],l.key,d),d.lanes=p,d.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},d}function ST(l,d,p,g,j){this.tag=d,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Ci(0),this.expirationTimes=Ci(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ci(0),this.identifierPrefix=g,this.onRecoverableError=j,this.mutableSourceEagerHydrationData=null}function ax(l,d,p,g,j,S,A,W,Y){return l=new ST(l,d,p,W,Y),d===1?(d=1,S===!0&&(d|=8)):d=0,S=Ir(3,null,null,d),l.current=S,S.stateNode=l,S.memoizedState={element:g,isDehydrated:p,cache:null,transitions:null,pendingSuspenseBoundaries:null},ym(S),l}function CT(l,d,p){var g=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),ux.exports=zT(),ux.exports}var r1;function $T(){if(r1)return gh;r1=1;var t=vj();return gh.createRoot=t.createRoot,gh.hydrateRoot=t.hydrateRoot,gh}var FT=$T(),xu=vj();const Nj=bj(xu);/** + * @remix-run/router v1.23.2 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */function Zd(){return Zd=Object.assign?Object.assign.bind():function(t){for(var e=1;e"u")throw new Error(e)}function w0(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function VT(){return Math.random().toString(36).substr(2,8)}function i1(t,e){return{usr:t.state,key:t.key,idx:e}}function ug(t,e,n,r){return n===void 0&&(n=null),Zd({pathname:typeof t=="string"?t:t.pathname,search:"",hash:""},typeof e=="string"?Wc(e):e,{state:n,key:e&&e.key||r||VT()})}function nf(t){let{pathname:e="/",search:n="",hash:r=""}=t;return n&&n!=="?"&&(e+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function Wc(t){let e={};if(t){let n=t.indexOf("#");n>=0&&(e.hash=t.substr(n),t=t.substr(0,n));let r=t.indexOf("?");r>=0&&(e.search=t.substr(r),t=t.substr(0,r)),t&&(e.pathname=t)}return e}function HT(t,e,n,r){r===void 0&&(r={});let{window:a=document.defaultView,v5Compat:i=!1}=r,o=a.history,c=lo.Pop,u=null,h=f();h==null&&(h=0,o.replaceState(Zd({},o.state,{idx:h}),""));function f(){return(o.state||{idx:null}).idx}function m(){c=lo.Pop;let N=f(),k=N==null?null:N-h;h=N,u&&u({action:c,location:w.location,delta:k})}function x(N,k){c=lo.Push;let E=ug(w.location,N,k);h=f()+1;let C=i1(E,h),L=w.createHref(E);try{o.pushState(C,"",L)}catch(O){if(O instanceof DOMException&&O.name==="DataCloneError")throw O;a.location.assign(L)}i&&u&&u({action:c,location:w.location,delta:1})}function y(N,k){c=lo.Replace;let E=ug(w.location,N,k);h=f();let C=i1(E,h),L=w.createHref(E);o.replaceState(C,"",L),i&&u&&u({action:c,location:w.location,delta:0})}function v(N){let k=a.location.origin!=="null"?a.location.origin:a.location.href,E=typeof N=="string"?N:nf(N);return E=E.replace(/ $/,"%20"),zn(k,"No window.location.(origin|href) available to create URL for href: "+E),new URL(E,k)}let w={get action(){return c},get location(){return t(a,o)},listen(N){if(u)throw new Error("A history only accepts one active listener");return a.addEventListener(a1,m),u=N,()=>{a.removeEventListener(a1,m),u=null}},createHref(N){return e(a,N)},createURL:v,encodeLocation(N){let k=v(N);return{pathname:k.pathname,search:k.search,hash:k.hash}},push:x,replace:y,go(N){return o.go(N)}};return w}var o1;(function(t){t.data="data",t.deferred="deferred",t.redirect="redirect",t.error="error"})(o1||(o1={}));function UT(t,e,n){return n===void 0&&(n="/"),WT(t,e,n)}function WT(t,e,n,r){let a=typeof e=="string"?Wc(e):e,i=j0(a.pathname||"/",n);if(i==null)return null;let o=wj(t);KT(o);let c=null;for(let u=0;c==null&&u{let u={relativePath:c===void 0?i.path||"":c,caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};u.relativePath.startsWith("/")&&(zn(u.relativePath.startsWith(r),'Absolute route path "'+u.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),u.relativePath=u.relativePath.slice(r.length));let h=po([r,u.relativePath]),f=n.concat(u);i.children&&i.children.length>0&&(zn(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+h+'".')),wj(i.children,e,f,h)),!(i.path==null&&!i.index)&&e.push({path:h,score:ZT(h,i.index),routesMeta:f})};return t.forEach((i,o)=>{var c;if(i.path===""||!((c=i.path)!=null&&c.includes("?")))a(i,o);else for(let u of jj(i.path))a(i,o,u)}),e}function jj(t){let e=t.split("/");if(e.length===0)return[];let[n,...r]=e,a=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return a?[i,""]:[i];let o=jj(r.join("/")),c=[];return c.push(...o.map(u=>u===""?i:[i,u].join("/"))),a&&c.push(...o),c.map(u=>t.startsWith("/")&&u===""?"/":u)}function KT(t){t.sort((e,n)=>e.score!==n.score?n.score-e.score:eE(e.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const qT=/^:[\w-]+$/,GT=3,JT=2,QT=1,YT=10,XT=-2,l1=t=>t==="*";function ZT(t,e){let n=t.split("/"),r=n.length;return n.some(l1)&&(r+=XT),e&&(r+=JT),n.filter(a=>!l1(a)).reduce((a,i)=>a+(qT.test(i)?GT:i===""?QT:YT),r)}function eE(t,e){return t.length===e.length&&t.slice(0,-1).every((r,a)=>r===e[a])?t[t.length-1]-e[e.length-1]:0}function tE(t,e,n){let{routesMeta:r}=t,a={},i="/",o=[];for(let c=0;c{let{paramName:x,isOptional:y}=f;if(x==="*"){let w=c[m]||"";o=i.slice(0,i.length-w.length).replace(/(.)\/+$/,"$1")}const v=c[m];return y&&!v?h[x]=void 0:h[x]=(v||"").replace(/%2F/g,"/"),h},{}),pathname:i,pathnameBase:o,pattern:t}}function sE(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!0),w0(t==="*"||!t.endsWith("*")||t.endsWith("/*"),'Route path "'+t+'" will be treated as if it were '+('"'+t.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+t.replace(/\*$/,"/*")+'".'));let r=[],a="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,c,u)=>(r.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(r.push({paramName:"*"}),a+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":t!==""&&t!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,e?void 0:"i"),r]}function rE(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return w0(!1,'The URL path "'+t+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+e+").")),t}}function j0(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let n=e.endsWith("/")?e.length-1:e.length,r=t.charAt(n);return r&&r!=="/"?null:t.slice(n)||"/"}const aE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,iE=t=>aE.test(t);function oE(t,e){e===void 0&&(e="/");let{pathname:n,search:r="",hash:a=""}=typeof t=="string"?Wc(t):t,i;if(n)if(iE(n))i=n;else{if(n.includes("//")){let o=n;n=n.replace(/\/\/+/g,"/"),w0(!1,"Pathnames cannot have embedded double slashes - normalizing "+(o+" -> "+n))}n.startsWith("/")?i=c1(n.substring(1),"/"):i=c1(n,e)}else i=e;return{pathname:i,search:dE(r),hash:uE(a)}}function c1(t,e){let n=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function px(t,e,n,r){return"Cannot include a '"+t+"' character in a manually specified "+("`to."+e+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function lE(t){return t.filter((e,n)=>n===0||e.route.path&&e.route.path.length>0)}function k0(t,e){let n=lE(t);return e?n.map((r,a)=>a===n.length-1?r.pathname:r.pathnameBase):n.map(r=>r.pathnameBase)}function S0(t,e,n,r){r===void 0&&(r=!1);let a;typeof t=="string"?a=Wc(t):(a=Zd({},t),zn(!a.pathname||!a.pathname.includes("?"),px("?","pathname","search",a)),zn(!a.pathname||!a.pathname.includes("#"),px("#","pathname","hash",a)),zn(!a.search||!a.search.includes("#"),px("#","search","hash",a)));let i=t===""||a.pathname==="",o=i?"/":a.pathname,c;if(o==null)c=n;else{let m=e.length-1;if(!r&&o.startsWith("..")){let x=o.split("/");for(;x[0]==="..";)x.shift(),m-=1;a.pathname=x.join("/")}c=m>=0?e[m]:"/"}let u=oE(a,c),h=o&&o!=="/"&&o.endsWith("/"),f=(i||o===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(h||f)&&(u.pathname+="/"),u}const po=t=>t.join("/").replace(/\/\/+/g,"/"),cE=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),dE=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,uE=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;function hE(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const kj=["post","put","patch","delete"];new Set(kj);const fE=["get",...kj];new Set(fE);/** + * React Router v6.30.3 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */function eu(){return eu=Object.assign?Object.assign.bind():function(t){for(var e=1;e{c.current=!0}),b.useCallback(function(h,f){if(f===void 0&&(f={}),!c.current)return;if(typeof h=="number"){r.go(h);return}let m=S0(h,JSON.parse(o),i,f.relative==="path");t==null&&e!=="/"&&(m.pathname=m.pathname==="/"?e:po([e,m.pathname])),(f.replace?r.replace:r.push)(m,f.state,f)},[e,r,o,i,t])}const gE=b.createContext(null);function yE(t){let e=b.useContext(bi).outlet;return e&&b.createElement(gE.Provider,{value:t},e)}function Tj(t,e){let{relative:n}=e===void 0?{}:e,{future:r}=b.useContext(Co),{matches:a}=b.useContext(bi),{pathname:i}=To(),o=JSON.stringify(k0(a,r.v7_relativeSplatPath));return b.useMemo(()=>S0(t,JSON.parse(o),i,n==="path"),[t,o,i,n])}function bE(t,e){return vE(t,e)}function vE(t,e,n,r){Kc()||zn(!1);let{navigator:a}=b.useContext(Co),{matches:i}=b.useContext(bi),o=i[i.length-1],c=o?o.params:{};o&&o.pathname;let u=o?o.pathnameBase:"/";o&&o.route;let h=To(),f;if(e){var m;let N=typeof e=="string"?Wc(e):e;u==="/"||(m=N.pathname)!=null&&m.startsWith(u)||zn(!1),f=N}else f=h;let x=f.pathname||"/",y=x;if(u!=="/"){let N=u.replace(/^\//,"").split("/");y="/"+x.replace(/^\//,"").split("/").slice(N.length).join("/")}let v=UT(t,{pathname:y}),w=SE(v&&v.map(N=>Object.assign({},N,{params:Object.assign({},c,N.params),pathname:po([u,a.encodeLocation?a.encodeLocation(N.pathname).pathname:N.pathname]),pathnameBase:N.pathnameBase==="/"?u:po([u,a.encodeLocation?a.encodeLocation(N.pathnameBase).pathname:N.pathnameBase])})),i,n,r);return e&&w?b.createElement(cp.Provider,{value:{location:eu({pathname:"/",search:"",hash:"",state:null,key:"default"},f),navigationType:lo.Pop}},w):w}function NE(){let t=ME(),e=hE(t)?t.status+" "+t.statusText:t instanceof Error?t.message:JSON.stringify(t),n=t instanceof Error?t.stack:null,a={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return b.createElement(b.Fragment,null,b.createElement("h2",null,"Unexpected Application Error!"),b.createElement("h3",{style:{fontStyle:"italic"}},e),n?b.createElement("pre",{style:a},n):null,null)}const wE=b.createElement(NE,null);class jE extends b.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,n){return n.location!==e.location||n.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:n.error,location:n.location,revalidation:e.revalidation||n.revalidation}}componentDidCatch(e,n){console.error("React Router caught the following error during render",e,n)}render(){return this.state.error!==void 0?b.createElement(bi.Provider,{value:this.props.routeContext},b.createElement(Sj.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function kE(t){let{routeContext:e,match:n,children:r}=t,a=b.useContext(C0);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),b.createElement(bi.Provider,{value:e},r)}function SE(t,e,n,r){var a;if(e===void 0&&(e=[]),n===void 0&&(n=null),r===void 0&&(r=null),t==null){var i;if(!n)return null;if(n.errors)t=n.matches;else if((i=r)!=null&&i.v7_partialHydration&&e.length===0&&!n.initialized&&n.matches.length>0)t=n.matches;else return null}let o=t,c=(a=n)==null?void 0:a.errors;if(c!=null){let f=o.findIndex(m=>m.route.id&&(c==null?void 0:c[m.route.id])!==void 0);f>=0||zn(!1),o=o.slice(0,Math.min(o.length,f+1))}let u=!1,h=-1;if(n&&r&&r.v7_partialHydration)for(let f=0;f=0?o=o.slice(0,h+1):o=[o[0]];break}}}return o.reduceRight((f,m,x)=>{let y,v=!1,w=null,N=null;n&&(y=c&&m.route.id?c[m.route.id]:void 0,w=m.route.errorElement||wE,u&&(h<0&&x===0?(IE("route-fallback"),v=!0,N=null):h===x&&(v=!0,N=m.route.hydrateFallbackElement||null)));let k=e.concat(o.slice(0,x+1)),E=()=>{let C;return y?C=w:v?C=N:m.route.Component?C=b.createElement(m.route.Component,null):m.route.element?C=m.route.element:C=f,b.createElement(kE,{match:m,routeContext:{outlet:f,matches:k,isDataRoute:n!=null},children:C})};return n&&(m.route.ErrorBoundary||m.route.errorElement||x===0)?b.createElement(jE,{location:n.location,revalidation:n.revalidation,component:w,error:y,children:E(),routeContext:{outlet:null,matches:k,isDataRoute:!0}}):E()},null)}var Ej=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})(Ej||{}),Mj=(function(t){return t.UseBlocker="useBlocker",t.UseLoaderData="useLoaderData",t.UseActionData="useActionData",t.UseRouteError="useRouteError",t.UseNavigation="useNavigation",t.UseRouteLoaderData="useRouteLoaderData",t.UseMatches="useMatches",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t.UseRouteId="useRouteId",t})(Mj||{});function CE(t){let e=b.useContext(C0);return e||zn(!1),e}function TE(t){let e=b.useContext(pE);return e||zn(!1),e}function EE(t){let e=b.useContext(bi);return e||zn(!1),e}function Aj(t){let e=EE(),n=e.matches[e.matches.length-1];return n.route.id||zn(!1),n.route.id}function ME(){var t;let e=b.useContext(Sj),n=TE(),r=Aj();return e!==void 0?e:(t=n.errors)==null?void 0:t[r]}function AE(){let{router:t}=CE(Ej.UseNavigateStable),e=Aj(Mj.UseNavigateStable),n=b.useRef(!1);return Cj(()=>{n.current=!0}),b.useCallback(function(a,i){i===void 0&&(i={}),n.current&&(typeof a=="number"?t.navigate(a):t.navigate(a,eu({fromRouteId:e},i)))},[t,e])}const d1={};function IE(t,e,n){d1[t]||(d1[t]=!0)}function RE(t,e){t==null||t.v7_startTransition,t==null||t.v7_relativeSplatPath}function yh(t){let{to:e,replace:n,state:r,relative:a}=t;Kc()||zn(!1);let{future:i,static:o}=b.useContext(Co),{matches:c}=b.useContext(bi),{pathname:u}=To(),h=Ra(),f=S0(e,k0(c,i.v7_relativeSplatPath),u,a==="path"),m=JSON.stringify(f);return b.useEffect(()=>h(JSON.parse(m),{replace:n,state:r,relative:a}),[h,m,a,n,r]),null}function PE(t){return yE(t.context)}function cn(t){zn(!1)}function LE(t){let{basename:e="/",children:n=null,location:r,navigationType:a=lo.Pop,navigator:i,static:o=!1,future:c}=t;Kc()&&zn(!1);let u=e.replace(/^\/*/,"/"),h=b.useMemo(()=>({basename:u,navigator:i,static:o,future:eu({v7_relativeSplatPath:!1},c)}),[u,c,i,o]);typeof r=="string"&&(r=Wc(r));let{pathname:f="/",search:m="",hash:x="",state:y=null,key:v="default"}=r,w=b.useMemo(()=>{let N=j0(f,u);return N==null?null:{location:{pathname:N,search:m,hash:x,state:y,key:v},navigationType:a}},[u,f,m,x,y,v,a]);return w==null?null:b.createElement(Co.Provider,{value:h},b.createElement(cp.Provider,{children:n,value:w}))}function OE(t){let{children:e,location:n}=t;return bE(hg(e),n)}new Promise(()=>{});function hg(t,e){e===void 0&&(e=[]);let n=[];return b.Children.forEach(t,(r,a)=>{if(!b.isValidElement(r))return;let i=[...e,a];if(r.type===b.Fragment){n.push.apply(n,hg(r.props.children,i));return}r.type!==cn&&zn(!1),!r.props.index||!r.props.children||zn(!1);let o={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=hg(r.props.children,i)),n.push(o)}),n}/** + * React Router DOM v6.30.3 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */function fg(){return fg=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0)&&(n[a]=t[a]);return n}function _E(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}function zE(t,e){return t.button===0&&(!e||e==="_self")&&!_E(t)}function pg(t){return t===void 0&&(t=""),new URLSearchParams(typeof t=="string"||Array.isArray(t)||t instanceof URLSearchParams?t:Object.keys(t).reduce((e,n)=>{let r=t[n];return e.concat(Array.isArray(r)?r.map(a=>[n,a]):[[n,r]])},[]))}function $E(t,e){let n=pg(t);return e&&e.forEach((r,a)=>{n.has(a)||e.getAll(a).forEach(i=>{n.append(a,i)})}),n}const FE=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],BE="6";try{window.__reactRouterVersion=BE}catch{}const VE="startTransition",u1=lp[VE];function HE(t){let{basename:e,children:n,future:r,window:a}=t,i=b.useRef();i.current==null&&(i.current=BT({window:a,v5Compat:!0}));let o=i.current,[c,u]=b.useState({action:o.action,location:o.location}),{v7_startTransition:h}=r||{},f=b.useCallback(m=>{h&&u1?u1(()=>u(m)):u(m)},[u,h]);return b.useLayoutEffect(()=>o.listen(f),[o,f]),b.useEffect(()=>RE(r),[r]),b.createElement(LE,{basename:e,children:n,location:c.location,navigationType:c.action,navigator:o,future:r})}const UE=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",WE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Rc=b.forwardRef(function(e,n){let{onClick:r,relative:a,reloadDocument:i,replace:o,state:c,target:u,to:h,preventScrollReset:f,viewTransition:m}=e,x=DE(e,FE),{basename:y}=b.useContext(Co),v,w=!1;if(typeof h=="string"&&WE.test(h)&&(v=h,UE))try{let C=new URL(window.location.href),L=h.startsWith("//")?new URL(C.protocol+h):new URL(h),O=j0(L.pathname,y);L.origin===C.origin&&O!=null?h=O+L.search+L.hash:w=!0}catch{}let N=mE(h,{relative:a}),k=KE(h,{replace:o,state:c,target:u,preventScrollReset:f,relative:a,viewTransition:m});function E(C){r&&r(C),C.defaultPrevented||k(C)}return b.createElement("a",fg({},x,{href:v||N,onClick:w||i?r:E,ref:n,target:u}))});var h1;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(h1||(h1={}));var f1;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(f1||(f1={}));function KE(t,e){let{target:n,replace:r,state:a,preventScrollReset:i,relative:o,viewTransition:c}=e===void 0?{}:e,u=Ra(),h=To(),f=Tj(t,{relative:o});return b.useCallback(m=>{if(zE(m,n)){m.preventDefault();let x=r!==void 0?r:nf(h)===nf(f);u(t,{replace:x,state:a,preventScrollReset:i,relative:o,viewTransition:c})}},[h,u,f,r,a,n,t,i,o,c])}function T0(t){let e=b.useRef(pg(t)),n=b.useRef(!1),r=To(),a=b.useMemo(()=>$E(r.search,n.current?null:e.current),[r.search]),i=Ra(),o=b.useCallback((c,u)=>{const h=pg(typeof c=="function"?c(a):c);n.current=!0,i("?"+h,u)},[i,a]);return[a,o]}/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const qE=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),GE=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,n,r)=>r?r.toUpperCase():n.toLowerCase()),p1=t=>{const e=GE(t);return e.charAt(0).toUpperCase()+e.slice(1)},Ij=(...t)=>t.filter((e,n,r)=>!!e&&e.trim()!==""&&r.indexOf(e)===n).join(" ").trim(),JE=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0};/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */var QE={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const YE=b.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:a="",children:i,iconNode:o,...c},u)=>b.createElement("svg",{ref:u,...QE,width:e,height:e,stroke:t,strokeWidth:r?Number(n)*24/Number(e):n,className:Ij("lucide",a),...!i&&!JE(c)&&{"aria-hidden":"true"},...c},[...o.map(([h,f])=>b.createElement(h,f)),...Array.isArray(i)?i:[i]]));/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const Ae=(t,e)=>{const n=b.forwardRef(({className:r,...a},i)=>b.createElement(YE,{ref:i,iconNode:e,className:Ij(`lucide-${qE(p1(t))}`,`lucide-${t}`,r),...a}));return n.displayName=p1(t),n};/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const XE=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],mx=Ae("arrow-up-down",XE);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const ZE=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]],e5=Ae("at-sign",ZE);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const t5=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],m1=Ae("bitcoin",t5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const n5=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],s5=Ae("bold",n5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const r5=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],er=Ae("book-open",r5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const a5=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],mg=Ae("calendar",a5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const i5=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],gc=Ae("chart-column",i5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const o5=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],dp=Ae("check",o5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const l5=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],Pc=Ae("chevron-down",l5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const c5=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],d5=Ae("chevron-left",c5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const u5=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],ll=Ae("chevron-right",u5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const h5=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],xg=Ae("chevron-up",h5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const f5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Rj=Ae("circle-alert",f5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const p5=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],xx=Ae("circle-check-big",p5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const m5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Pj=Ae("circle-check",m5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const x5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Lj=Ae("circle-question-mark",x5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const g5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],bh=Ae("circle-user",g5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const y5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],Oj=Ae("circle-x",y5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const b5=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],gg=Ae("clock",b5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const v5=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],x1=Ae("cloud",v5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const N5=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],w5=Ae("code",N5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const j5=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],Dj=Ae("copy",j5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const k5=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],g1=Ae("credit-card",k5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const S5=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],Tc=Ae("crown",S5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const C5=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],sf=Ae("dollar-sign",C5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const T5=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],E5=Ae("download",T5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const M5=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],mi=Ae("external-link",M5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const A5=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],I5=Ae("eye-off",A5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const R5=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],rf=Ae("eye",R5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const P5=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],_j=Ae("file-text",P5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const L5=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],zj=Ae("funnel",L5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const O5=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]],yg=Ae("gift",O5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const D5=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],_5=Ae("git-merge",D5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const z5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],bg=Ae("globe",z5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const $5=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],F5=Ae("graduation-cap",$5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const B5=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],ei=Ae("grip-vertical",B5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const V5=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],H5=Ae("handshake",V5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const U5=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],y1=Ae("hash",U5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const W5=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],K5=Ae("heading-1",W5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const q5=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],G5=Ae("heading-2",q5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const J5=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],Q5=Ae("heading-3",J5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const Y5=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],X5=Ae("house",Y5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const Z5=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],$j=Ae("image",Z5);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const eM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],vh=Ae("info",eM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const tM=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],nM=Ae("italic",tM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const sM=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],vg=Ae("key",sM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const rM=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],aM=Ae("layout-dashboard",rM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const iM=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]],oM=Ae("layout-grid",iM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const lM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],Sa=Ae("link-2",lM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const cM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],Ng=Ae("link",cM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const dM=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],uM=Ae("list-ordered",dM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const hM=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],fM=Ae("list",hM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const pM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],mM=Ae("lock",pM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const xM=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],gM=Ae("log-out",xM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const yM=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Fj=Ae("map-pin",yM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const bM=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],vM=Ae("menu",bM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const NM=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],wM=Ae("message-circle",NM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const jM=[["path",{d:"M5 12h14",key:"1ays0h"}]],kM=Ae("minus",jM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const SM=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],na=Ae("navigation",SM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const CM=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],TM=Ae("palette",CM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const EM=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",key:"1miecu"}]],MM=Ae("paperclip",EM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const AM=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],en=Ae("pen-line",AM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const IM=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],b1=Ae("pencil",IM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const RM=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],PM=Ae("percent",RM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const LM=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],v1=Ae("phone",LM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const OM=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],DM=Ae("pin",OM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const _M=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],Dn=Ae("plus",_M);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const zM=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],N1=Ae("qr-code",zM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const $M=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],FM=Ae("quote",$M);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const BM=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],VM=Ae("redo",BM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const HM=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Fe=Ae("refresh-cw",HM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const UM=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],Sn=Ae("save",UM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const WM=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Ta=Ae("search",WM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const KM=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],qM=Ae("send",KM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const GM=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],co=Ae("settings",GM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const JM=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],Nh=Ae("settings-2",JM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const QM=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],YM=Ae("share-2",QM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const XM=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],jc=Ae("shield-check",XM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const ZM=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],Fd=Ae("shopping-bag",ZM);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const eA=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],yl=Ae("smartphone",eA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const tA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],nA=Ae("smile",tA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const sA=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],rA=Ae("sparkles",sA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const aA=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],kc=Ae("star",aA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const iA=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],oA=Ae("strikethrough",iA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const lA=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],cA=Ae("table",lA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const dA=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],Bd=Ae("tag",dA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const uA=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],js=Ae("trash-2",uA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const hA=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],af=Ae("trending-up",hA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const fA=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],wg=Ae("trophy",fA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const pA=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],Bj=Ae("undo-2",pA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const mA=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],xA=Ae("undo",mA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const gA=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],of=Ae("upload",gA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const yA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],Sc=Ae("user-plus",yA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const bA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],ci=Ae("user",bA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const vA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],_n=Ae("users",vA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const NA=[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]],wA=Ae("video",NA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const jA=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],Lc=Ae("wallet",jA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const kA=[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]],SA=Ae("wand-sparkles",kA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const CA=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],ts=Ae("x",CA);/** + * @license lucide-react v0.562.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */const TA=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],xi=Ae("zap",TA),E0="admin_token";function gu(){try{return localStorage.getItem(E0)}catch{return null}}function EA(t){try{localStorage.setItem(E0,t)}catch{}}function gx(){try{localStorage.removeItem(E0)}catch{}}const MA="https://soulapi.quwanzhi.com",AA=15e3,w1=6e4,IA=()=>MA;function Oc(t){const e=IA(),n=t.startsWith("/")?t:`/${t}`;return e?`${e}${n}`:n}async function up(t,e={}){const{data:n,...r}=e,a=Oc(t),i=new Headers(r.headers),o=gu();o&&i.set("Authorization",`Bearer ${o}`),n!=null&&!i.has("Content-Type")&&i.set("Content-Type","application/json");const c=n!=null?JSON.stringify(n):r.body,u=r.timeout??AA,h=new AbortController,f=setTimeout(()=>h.abort(),u),m=await fetch(a,{...r,headers:i,body:c,credentials:"include",signal:h.signal}).finally(()=>clearTimeout(f)),x=m.headers.get("Content-Type")||"";let y;if(x.includes("application/json"))try{y=await m.json()}catch{throw new Error(`API 响应解析失败 (${m.status})`)}else{const w=await m.text();throw new Error(`API 返回非 JSON 响应 (${m.status}): ${w.slice(0,100)}`)}const v=w=>{const N=w,k=((N==null?void 0:N.message)||(N==null?void 0:N.error)||"").toString();(k.includes("可提现金额不足")||k.includes("可提现不足")||k.includes("余额不足"))&&window.dispatchEvent(new CustomEvent("recharge-alert",{detail:k}))};if(!m.ok){v(y);const w=new Error((y==null?void 0:y.error)||`HTTP ${m.status}`);throw w.status=m.status,w.data=y,w}return v(y),y}function De(t,e){return up(t,{...e,method:"GET"})}function St(t,e,n){return up(t,{...n,method:"POST",data:e})}function Zt(t,e,n){return up(t,{...n,method:"PUT",data:e})}function di(t,e){return up(t,{...e,method:"DELETE"})}function RA(){const[t,e]=b.useState(!1),[n,r]=b.useState("");return b.useEffect(()=>{const a=i=>{const o=i.detail;r(o||"可提现/余额不足,请及时充值商户号"),e(!0)};return window.addEventListener("recharge-alert",a),()=>window.removeEventListener("recharge-alert",a)},[]),t?s.jsxs("div",{className:"flex items-center justify-between gap-4 px-4 py-3 bg-red-900/80 border-b border-red-600/50 text-red-100",role:"alert",children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(Rj,{className:"w-5 h-5 shrink-0 text-red-400"}),s.jsxs("span",{className:"text-sm font-medium",children:[n,s.jsx("span",{className:"ml-2 text-red-300",children:"请及时充值商户号或核对账户后重试。"})]})]}),s.jsx("button",{type:"button",onClick:()=>e(!1),className:"shrink-0 p-1 rounded hover:bg-red-800/50 transition-colors","aria-label":"关闭告警",children:s.jsx(ts,{className:"w-4 h-4"})})]}):null}const PA=[{icon:aM,label:"数据概览",href:"/dashboard"},{icon:er,label:"内容管理",href:"/content"},{icon:_n,label:"用户管理",href:"/users"},{icon:_5,label:"找伙伴",href:"/find-partner"},{icon:Lc,label:"推广中心",href:"/distribution"}];function LA(){const t=To(),e=Ra(),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{r(!0)},[]),b.useEffect(()=>{if(!n)return;i(!1);let c=!1;if(!gu()){e("/login",{replace:!0});return}return De("/api/admin").then(u=>{c||(u&&u.success!==!1?i(!0):(gx(),e("/login",{replace:!0,state:{from:t.pathname}})))}).catch(()=>{c||(gx(),e("/login",{replace:!0,state:{from:t.pathname}}))}),()=>{c=!0}},[t.pathname,n,e]);const o=async()=>{gx();try{await St("/api/admin/logout",{})}catch{}e("/login",{replace:!0})};return!n||!a?s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsx("div",{className:"w-64 bg-[#0f2137] border-r border-gray-700/50"}),s.jsx("div",{className:"flex-1 flex items-center justify-center",children:s.jsx("div",{className:"text-[#38bdac]",children:"加载中..."})})]}):s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsxs("div",{className:"w-64 bg-[#0f2137] flex flex-col border-r border-gray-700/50 shadow-xl",children:[s.jsxs("div",{className:"p-6 border-b border-gray-700/50",children:[s.jsx("h1",{className:"text-xl font-bold text-[#38bdac]",children:"管理后台"}),s.jsx("p",{className:"text-xs text-gray-400 mt-1",children:"Soul创业派对"})]}),s.jsxs("nav",{className:"flex-1 p-4 space-y-1 overflow-y-auto",children:[PA.map(c=>{const u=t.pathname===c.href;return s.jsxs(Rc,{to:c.href,className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${u?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(c.icon,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:c.label})]},c.href)}),s.jsx("div",{className:"pt-4 mt-4 border-t border-gray-700/50",children:s.jsxs(Rc,{to:"/settings",className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${t.pathname==="/settings"?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(co,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:"系统设置"})]})})]}),s.jsx("div",{className:"p-4 border-t border-gray-700/50 space-y-1",children:s.jsxs("button",{type:"button",onClick:o,className:"w-full flex items-center gap-3 px-4 py-3 text-gray-400 hover:text-white rounded-lg hover:bg-gray-700/50 transition-colors",children:[s.jsx(gM,{className:"w-5 h-5"}),s.jsx("span",{className:"text-sm",children:"退出登录"})]})})]}),s.jsxs("div",{className:"flex-1 overflow-auto bg-[#0a1628] min-w-0 flex flex-col",children:[s.jsx(RA,{}),s.jsx("div",{className:"w-full min-w-[1024px] min-h-full flex-1",children:s.jsx(PE,{})})]})]})}function j1(t,e){if(typeof t=="function")return t(e);t!=null&&(t.current=e)}function M0(...t){return e=>{let n=!1;const r=t.map(a=>{const i=j1(a,e);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let a=0;a{let{children:i,...o}=r;Vj(i)&&typeof lf=="function"&&(i=lf(i._payload));const c=b.Children.toArray(i),u=c.find($A);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}var Uj=Hj("Slot");function _A(t){const e=b.forwardRef((n,r)=>{let{children:a,...i}=n;if(Vj(a)&&typeof lf=="function"&&(a=lf(a._payload)),b.isValidElement(a)){const o=BA(a),c=FA(i,a.props);return a.type!==b.Fragment&&(c.ref=r?M0(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var zA=Symbol("radix.slottable");function $A(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===zA}function FA(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function BA(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}function Wj(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var a=t.length;for(e=0;etypeof t=="boolean"?`${t}`:t===0?"0":t,S1=Kj,qj=(t,e)=>n=>{var r;if((e==null?void 0:e.variants)==null)return S1(t,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:a,defaultVariants:i}=e,o=Object.keys(a).map(h=>{const f=n==null?void 0:n[h],m=i==null?void 0:i[h];if(f===null)return null;const x=k1(f)||k1(m);return a[h][x]}),c=n&&Object.entries(n).reduce((h,f)=>{let[m,x]=f;return x===void 0||(h[m]=x),h},{}),u=e==null||(r=e.compoundVariants)===null||r===void 0?void 0:r.reduce((h,f)=>{let{class:m,className:x,...y}=f;return Object.entries(y).every(v=>{let[w,N]=v;return Array.isArray(N)?N.includes({...i,...c}[w]):{...i,...c}[w]===N})?[...h,m,x]:h},[]);return S1(t,o,u,n==null?void 0:n.class,n==null?void 0:n.className)},VA=(t,e)=>{const n=new Array(t.length+e.length);for(let r=0;r({classGroupId:t,validator:e}),Gj=(t=new Map,e=null,n)=>({nextPart:t,validators:e,classGroupId:n}),cf="-",C1=[],UA="arbitrary..",WA=t=>{const e=qA(t),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=t;return{getClassGroupId:o=>{if(o.startsWith("[")&&o.endsWith("]"))return KA(o);const c=o.split(cf),u=c[0]===""&&c.length>1?1:0;return Jj(c,u,e)},getConflictingClassGroupIds:(o,c)=>{if(c){const u=r[o],h=n[o];return u?h?VA(h,u):u:h||C1}return n[o]||C1}}},Jj=(t,e,n)=>{if(t.length-e===0)return n.classGroupId;const a=t[e],i=n.nextPart.get(a);if(i){const h=Jj(t,e+1,i);if(h)return h}const o=n.validators;if(o===null)return;const c=e===0?t.join(cf):t.slice(e).join(cf),u=o.length;for(let h=0;ht.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const e=t.slice(1,-1),n=e.indexOf(":"),r=e.slice(0,n);return r?UA+r:void 0})(),qA=t=>{const{theme:e,classGroups:n}=t;return GA(n,e)},GA=(t,e)=>{const n=Gj();for(const r in t){const a=t[r];A0(a,n,r,e)}return n},A0=(t,e,n,r)=>{const a=t.length;for(let i=0;i{if(typeof t=="string"){QA(t,e,n);return}if(typeof t=="function"){YA(t,e,n,r);return}XA(t,e,n,r)},QA=(t,e,n)=>{const r=t===""?e:Qj(e,t);r.classGroupId=n},YA=(t,e,n,r)=>{if(ZA(t)){A0(t(r),e,n,r);return}e.validators===null&&(e.validators=[]),e.validators.push(HA(n,t))},XA=(t,e,n,r)=>{const a=Object.entries(t),i=a.length;for(let o=0;o{let n=t;const r=e.split(cf),a=r.length;for(let i=0;i"isThemeGetter"in t&&t.isThemeGetter===!0,eI=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,n=Object.create(null),r=Object.create(null);const a=(i,o)=>{n[i]=o,e++,e>t&&(e=0,r=n,n=Object.create(null))};return{get(i){let o=n[i];if(o!==void 0)return o;if((o=r[i])!==void 0)return a(i,o),o},set(i,o){i in n?n[i]=o:a(i,o)}}},jg="!",T1=":",tI=[],E1=(t,e,n,r,a)=>({modifiers:t,hasImportantModifier:e,baseClassName:n,maybePostfixModifierPosition:r,isExternal:a}),nI=t=>{const{prefix:e,experimentalParseClassName:n}=t;let r=a=>{const i=[];let o=0,c=0,u=0,h;const f=a.length;for(let w=0;wu?h-u:void 0;return E1(i,y,x,v)};if(e){const a=e+T1,i=r;r=o=>o.startsWith(a)?i(o.slice(a.length)):E1(tI,!1,o,void 0,!0)}if(n){const a=r;r=i=>n({className:i,parseClassName:a})}return r},sI=t=>{const e=new Map;return t.orderSensitiveModifiers.forEach((n,r)=>{e.set(n,1e6+r)}),n=>{const r=[];let a=[];for(let i=0;i0&&(a.sort(),r.push(...a),a=[]),r.push(o)):a.push(o)}return a.length>0&&(a.sort(),r.push(...a)),r}},rI=t=>({cache:eI(t.cacheSize),parseClassName:nI(t),sortModifiers:sI(t),...WA(t)}),aI=/\s+/,iI=(t,e)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:a,sortModifiers:i}=e,o=[],c=t.trim().split(aI);let u="";for(let h=c.length-1;h>=0;h-=1){const f=c[h],{isExternal:m,modifiers:x,hasImportantModifier:y,baseClassName:v,maybePostfixModifierPosition:w}=n(f);if(m){u=f+(u.length>0?" "+u:u);continue}let N=!!w,k=r(N?v.substring(0,w):v);if(!k){if(!N){u=f+(u.length>0?" "+u:u);continue}if(k=r(v),!k){u=f+(u.length>0?" "+u:u);continue}N=!1}const E=x.length===0?"":x.length===1?x[0]:i(x).join(":"),C=y?E+jg:E,L=C+k;if(o.indexOf(L)>-1)continue;o.push(L);const O=a(k,N);for(let K=0;K0?" "+u:u)}return u},oI=(...t)=>{let e=0,n,r,a="";for(;e{if(typeof t=="string")return t;let e,n="";for(let r=0;r{let n,r,a,i;const o=u=>{const h=e.reduce((f,m)=>m(f),t());return n=rI(h),r=n.cache.get,a=n.cache.set,i=c,c(u)},c=u=>{const h=r(u);if(h)return h;const f=iI(u,n);return a(u,f),f};return i=o,(...u)=>i(oI(...u))},cI=[],Gn=t=>{const e=n=>n[t]||cI;return e.isThemeGetter=!0,e},Xj=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Zj=/^\((?:(\w[\w-]*):)?(.+)\)$/i,dI=/^\d+\/\d+$/,uI=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,hI=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,fI=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,pI=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,mI=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,dc=t=>dI.test(t),kt=t=>!!t&&!Number.isNaN(Number(t)),Yi=t=>!!t&&Number.isInteger(Number(t)),yx=t=>t.endsWith("%")&&kt(t.slice(0,-1)),ti=t=>uI.test(t),xI=()=>!0,gI=t=>hI.test(t)&&!fI.test(t),ek=()=>!1,yI=t=>pI.test(t),bI=t=>mI.test(t),vI=t=>!Qe(t)&&!Ye(t),NI=t=>qc(t,sk,ek),Qe=t=>Xj.test(t),sl=t=>qc(t,rk,gI),bx=t=>qc(t,CI,kt),M1=t=>qc(t,tk,ek),wI=t=>qc(t,nk,bI),wh=t=>qc(t,ak,yI),Ye=t=>Zj.test(t),Ed=t=>Gc(t,rk),jI=t=>Gc(t,TI),A1=t=>Gc(t,tk),kI=t=>Gc(t,sk),SI=t=>Gc(t,nk),jh=t=>Gc(t,ak,!0),qc=(t,e,n)=>{const r=Xj.exec(t);return r?r[1]?e(r[1]):n(r[2]):!1},Gc=(t,e,n=!1)=>{const r=Zj.exec(t);return r?r[1]?e(r[1]):n:!1},tk=t=>t==="position"||t==="percentage",nk=t=>t==="image"||t==="url",sk=t=>t==="length"||t==="size"||t==="bg-size",rk=t=>t==="length",CI=t=>t==="number",TI=t=>t==="family-name",ak=t=>t==="shadow",EI=()=>{const t=Gn("color"),e=Gn("font"),n=Gn("text"),r=Gn("font-weight"),a=Gn("tracking"),i=Gn("leading"),o=Gn("breakpoint"),c=Gn("container"),u=Gn("spacing"),h=Gn("radius"),f=Gn("shadow"),m=Gn("inset-shadow"),x=Gn("text-shadow"),y=Gn("drop-shadow"),v=Gn("blur"),w=Gn("perspective"),N=Gn("aspect"),k=Gn("ease"),E=Gn("animate"),C=()=>["auto","avoid","all","avoid-page","page","left","right","column"],L=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],O=()=>[...L(),Ye,Qe],K=()=>["auto","hidden","clip","visible","scroll"],_=()=>["auto","contain","none"],H=()=>[Ye,Qe,u],P=()=>[dc,"full","auto",...H()],ee=()=>[Yi,"none","subgrid",Ye,Qe],Q=()=>["auto",{span:["full",Yi,Ye,Qe]},Yi,Ye,Qe],V=()=>[Yi,"auto",Ye,Qe],re=()=>["auto","min","max","fr",Ye,Qe],ae=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],pe=()=>["start","end","center","stretch","center-safe","end-safe"],I=()=>["auto",...H()],z=()=>[dc,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...H()],R=()=>[t,Ye,Qe],ie=()=>[...L(),A1,M1,{position:[Ye,Qe]}],q=()=>["no-repeat",{repeat:["","x","y","space","round"]}],$=()=>["auto","cover","contain",kI,NI,{size:[Ye,Qe]}],U=()=>[yx,Ed,sl],ce=()=>["","none","full",h,Ye,Qe],ue=()=>["",kt,Ed,sl],oe=()=>["solid","dashed","dotted","double"],F=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],G=()=>[kt,yx,A1,M1],te=()=>["","none",v,Ye,Qe],be=()=>["none",kt,Ye,Qe],ge=()=>["none",kt,Ye,Qe],Ce=()=>[kt,Ye,Qe],We=()=>[dc,"full",...H()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ti],breakpoint:[ti],color:[xI],container:[ti],"drop-shadow":[ti],ease:["in","out","in-out"],font:[vI],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ti],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ti],shadow:[ti],spacing:["px",kt],text:[ti],"text-shadow":[ti],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",dc,Qe,Ye,N]}],container:["container"],columns:[{columns:[kt,Qe,Ye,c]}],"break-after":[{"break-after":C()}],"break-before":[{"break-before":C()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:O()}],overflow:[{overflow:K()}],"overflow-x":[{"overflow-x":K()}],"overflow-y":[{"overflow-y":K()}],overscroll:[{overscroll:_()}],"overscroll-x":[{"overscroll-x":_()}],"overscroll-y":[{"overscroll-y":_()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:P()}],"inset-x":[{"inset-x":P()}],"inset-y":[{"inset-y":P()}],start:[{start:P()}],end:[{end:P()}],top:[{top:P()}],right:[{right:P()}],bottom:[{bottom:P()}],left:[{left:P()}],visibility:["visible","invisible","collapse"],z:[{z:[Yi,"auto",Ye,Qe]}],basis:[{basis:[dc,"full","auto",c,...H()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[kt,dc,"auto","initial","none",Qe]}],grow:[{grow:["",kt,Ye,Qe]}],shrink:[{shrink:["",kt,Ye,Qe]}],order:[{order:[Yi,"first","last","none",Ye,Qe]}],"grid-cols":[{"grid-cols":ee()}],"col-start-end":[{col:Q()}],"col-start":[{"col-start":V()}],"col-end":[{"col-end":V()}],"grid-rows":[{"grid-rows":ee()}],"row-start-end":[{row:Q()}],"row-start":[{"row-start":V()}],"row-end":[{"row-end":V()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":re()}],"auto-rows":[{"auto-rows":re()}],gap:[{gap:H()}],"gap-x":[{"gap-x":H()}],"gap-y":[{"gap-y":H()}],"justify-content":[{justify:[...ae(),"normal"]}],"justify-items":[{"justify-items":[...pe(),"normal"]}],"justify-self":[{"justify-self":["auto",...pe()]}],"align-content":[{content:["normal",...ae()]}],"align-items":[{items:[...pe(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...pe(),{baseline:["","last"]}]}],"place-content":[{"place-content":ae()}],"place-items":[{"place-items":[...pe(),"baseline"]}],"place-self":[{"place-self":["auto",...pe()]}],p:[{p:H()}],px:[{px:H()}],py:[{py:H()}],ps:[{ps:H()}],pe:[{pe:H()}],pt:[{pt:H()}],pr:[{pr:H()}],pb:[{pb:H()}],pl:[{pl:H()}],m:[{m:I()}],mx:[{mx:I()}],my:[{my:I()}],ms:[{ms:I()}],me:[{me:I()}],mt:[{mt:I()}],mr:[{mr:I()}],mb:[{mb:I()}],ml:[{ml:I()}],"space-x":[{"space-x":H()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":H()}],"space-y-reverse":["space-y-reverse"],size:[{size:z()}],w:[{w:[c,"screen",...z()]}],"min-w":[{"min-w":[c,"screen","none",...z()]}],"max-w":[{"max-w":[c,"screen","none","prose",{screen:[o]},...z()]}],h:[{h:["screen","lh",...z()]}],"min-h":[{"min-h":["screen","lh","none",...z()]}],"max-h":[{"max-h":["screen","lh",...z()]}],"font-size":[{text:["base",n,Ed,sl]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,Ye,bx]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",yx,Qe]}],"font-family":[{font:[jI,Qe,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,Ye,Qe]}],"line-clamp":[{"line-clamp":[kt,"none",Ye,bx]}],leading:[{leading:[i,...H()]}],"list-image":[{"list-image":["none",Ye,Qe]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Ye,Qe]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:R()}],"text-color":[{text:R()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...oe(),"wavy"]}],"text-decoration-thickness":[{decoration:[kt,"from-font","auto",Ye,sl]}],"text-decoration-color":[{decoration:R()}],"underline-offset":[{"underline-offset":[kt,"auto",Ye,Qe]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:H()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Ye,Qe]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Ye,Qe]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:ie()}],"bg-repeat":[{bg:q()}],"bg-size":[{bg:$()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Yi,Ye,Qe],radial:["",Ye,Qe],conic:[Yi,Ye,Qe]},SI,wI]}],"bg-color":[{bg:R()}],"gradient-from-pos":[{from:U()}],"gradient-via-pos":[{via:U()}],"gradient-to-pos":[{to:U()}],"gradient-from":[{from:R()}],"gradient-via":[{via:R()}],"gradient-to":[{to:R()}],rounded:[{rounded:ce()}],"rounded-s":[{"rounded-s":ce()}],"rounded-e":[{"rounded-e":ce()}],"rounded-t":[{"rounded-t":ce()}],"rounded-r":[{"rounded-r":ce()}],"rounded-b":[{"rounded-b":ce()}],"rounded-l":[{"rounded-l":ce()}],"rounded-ss":[{"rounded-ss":ce()}],"rounded-se":[{"rounded-se":ce()}],"rounded-ee":[{"rounded-ee":ce()}],"rounded-es":[{"rounded-es":ce()}],"rounded-tl":[{"rounded-tl":ce()}],"rounded-tr":[{"rounded-tr":ce()}],"rounded-br":[{"rounded-br":ce()}],"rounded-bl":[{"rounded-bl":ce()}],"border-w":[{border:ue()}],"border-w-x":[{"border-x":ue()}],"border-w-y":[{"border-y":ue()}],"border-w-s":[{"border-s":ue()}],"border-w-e":[{"border-e":ue()}],"border-w-t":[{"border-t":ue()}],"border-w-r":[{"border-r":ue()}],"border-w-b":[{"border-b":ue()}],"border-w-l":[{"border-l":ue()}],"divide-x":[{"divide-x":ue()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":ue()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...oe(),"hidden","none"]}],"divide-style":[{divide:[...oe(),"hidden","none"]}],"border-color":[{border:R()}],"border-color-x":[{"border-x":R()}],"border-color-y":[{"border-y":R()}],"border-color-s":[{"border-s":R()}],"border-color-e":[{"border-e":R()}],"border-color-t":[{"border-t":R()}],"border-color-r":[{"border-r":R()}],"border-color-b":[{"border-b":R()}],"border-color-l":[{"border-l":R()}],"divide-color":[{divide:R()}],"outline-style":[{outline:[...oe(),"none","hidden"]}],"outline-offset":[{"outline-offset":[kt,Ye,Qe]}],"outline-w":[{outline:["",kt,Ed,sl]}],"outline-color":[{outline:R()}],shadow:[{shadow:["","none",f,jh,wh]}],"shadow-color":[{shadow:R()}],"inset-shadow":[{"inset-shadow":["none",m,jh,wh]}],"inset-shadow-color":[{"inset-shadow":R()}],"ring-w":[{ring:ue()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:R()}],"ring-offset-w":[{"ring-offset":[kt,sl]}],"ring-offset-color":[{"ring-offset":R()}],"inset-ring-w":[{"inset-ring":ue()}],"inset-ring-color":[{"inset-ring":R()}],"text-shadow":[{"text-shadow":["none",x,jh,wh]}],"text-shadow-color":[{"text-shadow":R()}],opacity:[{opacity:[kt,Ye,Qe]}],"mix-blend":[{"mix-blend":[...F(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":F()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[kt]}],"mask-image-linear-from-pos":[{"mask-linear-from":G()}],"mask-image-linear-to-pos":[{"mask-linear-to":G()}],"mask-image-linear-from-color":[{"mask-linear-from":R()}],"mask-image-linear-to-color":[{"mask-linear-to":R()}],"mask-image-t-from-pos":[{"mask-t-from":G()}],"mask-image-t-to-pos":[{"mask-t-to":G()}],"mask-image-t-from-color":[{"mask-t-from":R()}],"mask-image-t-to-color":[{"mask-t-to":R()}],"mask-image-r-from-pos":[{"mask-r-from":G()}],"mask-image-r-to-pos":[{"mask-r-to":G()}],"mask-image-r-from-color":[{"mask-r-from":R()}],"mask-image-r-to-color":[{"mask-r-to":R()}],"mask-image-b-from-pos":[{"mask-b-from":G()}],"mask-image-b-to-pos":[{"mask-b-to":G()}],"mask-image-b-from-color":[{"mask-b-from":R()}],"mask-image-b-to-color":[{"mask-b-to":R()}],"mask-image-l-from-pos":[{"mask-l-from":G()}],"mask-image-l-to-pos":[{"mask-l-to":G()}],"mask-image-l-from-color":[{"mask-l-from":R()}],"mask-image-l-to-color":[{"mask-l-to":R()}],"mask-image-x-from-pos":[{"mask-x-from":G()}],"mask-image-x-to-pos":[{"mask-x-to":G()}],"mask-image-x-from-color":[{"mask-x-from":R()}],"mask-image-x-to-color":[{"mask-x-to":R()}],"mask-image-y-from-pos":[{"mask-y-from":G()}],"mask-image-y-to-pos":[{"mask-y-to":G()}],"mask-image-y-from-color":[{"mask-y-from":R()}],"mask-image-y-to-color":[{"mask-y-to":R()}],"mask-image-radial":[{"mask-radial":[Ye,Qe]}],"mask-image-radial-from-pos":[{"mask-radial-from":G()}],"mask-image-radial-to-pos":[{"mask-radial-to":G()}],"mask-image-radial-from-color":[{"mask-radial-from":R()}],"mask-image-radial-to-color":[{"mask-radial-to":R()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":L()}],"mask-image-conic-pos":[{"mask-conic":[kt]}],"mask-image-conic-from-pos":[{"mask-conic-from":G()}],"mask-image-conic-to-pos":[{"mask-conic-to":G()}],"mask-image-conic-from-color":[{"mask-conic-from":R()}],"mask-image-conic-to-color":[{"mask-conic-to":R()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:ie()}],"mask-repeat":[{mask:q()}],"mask-size":[{mask:$()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Ye,Qe]}],filter:[{filter:["","none",Ye,Qe]}],blur:[{blur:te()}],brightness:[{brightness:[kt,Ye,Qe]}],contrast:[{contrast:[kt,Ye,Qe]}],"drop-shadow":[{"drop-shadow":["","none",y,jh,wh]}],"drop-shadow-color":[{"drop-shadow":R()}],grayscale:[{grayscale:["",kt,Ye,Qe]}],"hue-rotate":[{"hue-rotate":[kt,Ye,Qe]}],invert:[{invert:["",kt,Ye,Qe]}],saturate:[{saturate:[kt,Ye,Qe]}],sepia:[{sepia:["",kt,Ye,Qe]}],"backdrop-filter":[{"backdrop-filter":["","none",Ye,Qe]}],"backdrop-blur":[{"backdrop-blur":te()}],"backdrop-brightness":[{"backdrop-brightness":[kt,Ye,Qe]}],"backdrop-contrast":[{"backdrop-contrast":[kt,Ye,Qe]}],"backdrop-grayscale":[{"backdrop-grayscale":["",kt,Ye,Qe]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[kt,Ye,Qe]}],"backdrop-invert":[{"backdrop-invert":["",kt,Ye,Qe]}],"backdrop-opacity":[{"backdrop-opacity":[kt,Ye,Qe]}],"backdrop-saturate":[{"backdrop-saturate":[kt,Ye,Qe]}],"backdrop-sepia":[{"backdrop-sepia":["",kt,Ye,Qe]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":H()}],"border-spacing-x":[{"border-spacing-x":H()}],"border-spacing-y":[{"border-spacing-y":H()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Ye,Qe]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[kt,"initial",Ye,Qe]}],ease:[{ease:["linear","initial",k,Ye,Qe]}],delay:[{delay:[kt,Ye,Qe]}],animate:[{animate:["none",E,Ye,Qe]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,Ye,Qe]}],"perspective-origin":[{"perspective-origin":O()}],rotate:[{rotate:be()}],"rotate-x":[{"rotate-x":be()}],"rotate-y":[{"rotate-y":be()}],"rotate-z":[{"rotate-z":be()}],scale:[{scale:ge()}],"scale-x":[{"scale-x":ge()}],"scale-y":[{"scale-y":ge()}],"scale-z":[{"scale-z":ge()}],"scale-3d":["scale-3d"],skew:[{skew:Ce()}],"skew-x":[{"skew-x":Ce()}],"skew-y":[{"skew-y":Ce()}],transform:[{transform:[Ye,Qe,"","none","gpu","cpu"]}],"transform-origin":[{origin:O()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:We()}],"translate-x":[{"translate-x":We()}],"translate-y":[{"translate-y":We()}],"translate-z":[{"translate-z":We()}],"translate-none":["translate-none"],accent:[{accent:R()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:R()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Ye,Qe]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":H()}],"scroll-mx":[{"scroll-mx":H()}],"scroll-my":[{"scroll-my":H()}],"scroll-ms":[{"scroll-ms":H()}],"scroll-me":[{"scroll-me":H()}],"scroll-mt":[{"scroll-mt":H()}],"scroll-mr":[{"scroll-mr":H()}],"scroll-mb":[{"scroll-mb":H()}],"scroll-ml":[{"scroll-ml":H()}],"scroll-p":[{"scroll-p":H()}],"scroll-px":[{"scroll-px":H()}],"scroll-py":[{"scroll-py":H()}],"scroll-ps":[{"scroll-ps":H()}],"scroll-pe":[{"scroll-pe":H()}],"scroll-pt":[{"scroll-pt":H()}],"scroll-pr":[{"scroll-pr":H()}],"scroll-pb":[{"scroll-pb":H()}],"scroll-pl":[{"scroll-pl":H()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Ye,Qe]}],fill:[{fill:["none",...R()]}],"stroke-w":[{stroke:[kt,Ed,sl,bx]}],stroke:[{stroke:["none",...R()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},MI=lI(EI);function Gt(...t){return MI(Kj(t))}function vo(t){if(!t)return"";let e=t.trim();return e?(e=e.replace(/^(https?)\/\//,"$1://"),e):""}const AI=qj("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function J({className:t,variant:e,size:n,asChild:r=!1,...a}){const i=r?Uj:"button";return s.jsx(i,{"data-slot":"button",className:Gt(AI({variant:e,size:n,className:t})),...a})}function le({className:t,type:e,...n}){return s.jsx("input",{type:e,"data-slot":"input",className:Gt("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs outline-none placeholder:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 md:text-sm focus-visible:ring-2 focus-visible:ring-ring",t),...n})}function II(){const t=Ra(),[e,n]=b.useState(""),[r,a]=b.useState(""),[i,o]=b.useState(""),[c,u]=b.useState(!1);b.useEffect(()=>{gu()&&t("/dashboard",{replace:!0})},[t]);const h=async()=>{o(""),u(!0);try{const f=await St("/api/admin",{username:e.trim(),password:r});if((f==null?void 0:f.success)!==!1&&(f!=null&&f.token)){EA(f.token),t("/dashboard",{replace:!0});return}o(f.error||"用户名或密码错误")}catch(f){const m=f;o(m.status===401?"用户名或密码错误":(m==null?void 0:m.message)||"网络错误,请重试")}finally{u(!1)}};return s.jsxs("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-4",children:[s.jsxs("div",{className:"absolute inset-0 overflow-hidden",children:[s.jsx("div",{className:"absolute top-1/4 left-1/4 w-96 h-96 bg-[#38bdac]/5 rounded-full blur-3xl"}),s.jsx("div",{className:"absolute bottom-1/4 right-1/4 w-96 h-96 bg-blue-500/5 rounded-full blur-3xl"})]}),s.jsxs("div",{className:"w-full max-w-md relative z-10",children:[s.jsxs("div",{className:"text-center mb-8",children:[s.jsx("div",{className:"w-16 h-16 bg-[#38bdac]/20 rounded-2xl flex items-center justify-center mx-auto mb-4 border border-[#38bdac]/30",children:s.jsx(jc,{className:"w-8 h-8 text-[#38bdac]"})}),s.jsx("h1",{className:"text-2xl font-bold text-white mb-2",children:"管理后台"}),s.jsx("p",{className:"text-gray-400",children:"一场SOUL的创业实验场"})]}),s.jsxs("div",{className:"bg-[#0f2137] rounded-2xl p-8 shadow-xl border border-gray-700/50 backdrop-blur-xl",children:[s.jsx("h2",{className:"text-xl font-semibold text-white mb-6 text-center",children:"管理员登录"}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"用户名"}),s.jsxs("div",{className:"relative",children:[s.jsx(ci,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(le,{type:"text",value:e,onChange:f=>{n(f.target.value),i&&o("")},placeholder:"请输入用户名",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]"})]})]}),s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"密码"}),s.jsxs("div",{className:"relative",children:[s.jsx(mM,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(le,{type:"password",value:r,onChange:f=>{a(f.target.value),i&&o("")},placeholder:"请输入密码",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]",onKeyDown:f=>f.key==="Enter"&&h()})]})]}),i&&s.jsx("div",{className:"bg-red-500/10 text-red-400 text-sm p-3 rounded-lg border border-red-500/20",children:i}),s.jsx(J,{onClick:h,disabled:c,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white py-5 disabled:opacity-50",children:c?"登录中...":"登录"})]})]}),s.jsx("p",{className:"text-center text-gray-500 text-xs mt-6",children:"Soul创业实验场 · 后台管理系统"})]})]})}const _e=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Gt("rounded-xl border bg-card text-card-foreground shadow",t),...e}));_e.displayName="Card";const ct=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Gt("flex flex-col space-y-1.5 p-6",t),...e}));ct.displayName="CardHeader";const dt=b.forwardRef(({className:t,...e},n)=>s.jsx("h3",{ref:n,className:Gt("font-semibold leading-none tracking-tight",t),...e}));dt.displayName="CardTitle";const Yt=b.forwardRef(({className:t,...e},n)=>s.jsx("p",{ref:n,className:Gt("text-sm text-muted-foreground",t),...e}));Yt.displayName="CardDescription";const ze=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Gt("p-6 pt-0",t),...e}));ze.displayName="CardContent";const RI=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Gt("flex items-center p-6 pt-0",t),...e}));RI.displayName="CardFooter";const PI={success:{bg:"#f0fdf4",border:"#22c55e",icon:"✓"},error:{bg:"#fef2f2",border:"#ef4444",icon:"✕"},info:{bg:"#eff6ff",border:"#3b82f6",icon:"ℹ"}};function vx(t,e="info",n=3e3){const r=`toast-${Date.now()}`,a=PI[e],i=document.createElement("div");i.id=r,i.setAttribute("role","alert"),Object.assign(i.style,{position:"fixed",top:"24px",right:"24px",zIndex:"9999",display:"flex",alignItems:"center",gap:"10px",padding:"12px 18px",borderRadius:"10px",background:a.bg,border:`1.5px solid ${a.border}`,boxShadow:"0 4px 20px rgba(0,0,0,.12)",fontSize:"14px",color:"#1a1a1a",fontWeight:"500",maxWidth:"380px",lineHeight:"1.5",opacity:"0",transform:"translateY(-8px)",transition:"opacity .22s ease, transform .22s ease",pointerEvents:"none"});const o=document.createElement("span");Object.assign(o.style,{width:"20px",height:"20px",borderRadius:"50%",background:a.border,color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"12px",fontWeight:"700",flexShrink:"0"}),o.textContent=a.icon;const c=document.createElement("span");c.textContent=t,i.appendChild(o),i.appendChild(c),document.body.appendChild(i),requestAnimationFrame(()=>{i.style.opacity="1",i.style.transform="translateY(0)"});const u=setTimeout(()=>h(r),n);function h(f){clearTimeout(u);const m=document.getElementById(f);m&&(m.style.opacity="0",m.style.transform="translateY(-8px)",setTimeout(()=>{var x;return(x=m.parentNode)==null?void 0:x.removeChild(m)},250))}}const X={success:(t,e)=>vx(t,"success",e),error:(t,e)=>vx(t,"error",e),info:(t,e)=>vx(t,"info",e)};function Nt(t,e,{checkForDefaultPrevented:n=!0}={}){return function(a){if(t==null||t(a),n===!1||!a.defaultPrevented)return e==null?void 0:e(a)}}function LI(t,e){const n=b.createContext(e),r=i=>{const{children:o,...c}=i,u=b.useMemo(()=>c,Object.values(c));return s.jsx(n.Provider,{value:u,children:o})};r.displayName=t+"Provider";function a(i){const o=b.useContext(n);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${i}\` must be used within \`${t}\``)}return[r,a]}function Eo(t,e=[]){let n=[];function r(i,o){const c=b.createContext(o),u=n.length;n=[...n,o];const h=m=>{var k;const{scope:x,children:y,...v}=m,w=((k=x==null?void 0:x[t])==null?void 0:k[u])||c,N=b.useMemo(()=>v,Object.values(v));return s.jsx(w.Provider,{value:N,children:y})};h.displayName=i+"Provider";function f(m,x){var w;const y=((w=x==null?void 0:x[t])==null?void 0:w[u])||c,v=b.useContext(y);if(v)return v;if(o!==void 0)return o;throw new Error(`\`${m}\` must be used within \`${i}\``)}return[h,f]}const a=()=>{const i=n.map(o=>b.createContext(o));return function(c){const u=(c==null?void 0:c[t])||i;return b.useMemo(()=>({[`__scope${t}`]:{...c,[t]:u}}),[c,u])}};return a.scopeName=t,[r,OI(a,...e)]}function OI(...t){const e=t[0];if(t.length===1)return e;const n=()=>{const r=t.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const o=r.reduce((c,{useScope:u,scopeName:h})=>{const m=u(i)[`__scope${h}`];return{...c,...m}},{});return b.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return n.scopeName=e.scopeName,n}var Ss=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{},DI=lp[" useId ".trim().toString()]||(()=>{}),_I=0;function mo(t){const[e,n]=b.useState(DI());return Ss(()=>{n(r=>r??String(_I++))},[t]),e?`radix-${e}`:""}var zI=lp[" useInsertionEffect ".trim().toString()]||Ss;function bl({prop:t,defaultProp:e,onChange:n=()=>{},caller:r}){const[a,i,o]=$I({defaultProp:e,onChange:n}),c=t!==void 0,u=c?t:a;{const f=b.useRef(t!==void 0);b.useEffect(()=>{const m=f.current;m!==c&&console.warn(`${r} is changing from ${m?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=c},[c,r])}const h=b.useCallback(f=>{var m;if(c){const x=FI(f)?f(t):f;x!==t&&((m=o.current)==null||m.call(o,x))}else i(f)},[c,t,i,o]);return[u,h]}function $I({defaultProp:t,onChange:e}){const[n,r]=b.useState(t),a=b.useRef(n),i=b.useRef(e);return zI(()=>{i.current=e},[e]),b.useEffect(()=>{var o;a.current!==n&&((o=i.current)==null||o.call(i,n),a.current=n)},[n,a]),[n,r,i]}function FI(t){return typeof t=="function"}function tu(t){const e=BI(t),n=b.forwardRef((r,a)=>{const{children:i,...o}=r,c=b.Children.toArray(i),u=c.find(HI);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}function BI(t){const e=b.forwardRef((n,r)=>{const{children:a,...i}=n;if(b.isValidElement(a)){const o=WI(a),c=UI(i,a.props);return a.type!==b.Fragment&&(c.ref=r?M0(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var VI=Symbol("radix.slottable");function HI(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===VI}function UI(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function WI(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var KI=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ct=KI.reduce((t,e)=>{const n=tu(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{});function qI(t,e){t&&xu.flushSync(()=>t.dispatchEvent(e))}function No(t){const e=b.useRef(t);return b.useEffect(()=>{e.current=t}),b.useMemo(()=>(...n)=>{var r;return(r=e.current)==null?void 0:r.call(e,...n)},[])}function GI(t,e=globalThis==null?void 0:globalThis.document){const n=No(t);b.useEffect(()=>{const r=a=>{a.key==="Escape"&&n(a)};return e.addEventListener("keydown",r,{capture:!0}),()=>e.removeEventListener("keydown",r,{capture:!0})},[n,e])}var JI="DismissableLayer",kg="dismissableLayer.update",QI="dismissableLayer.pointerDownOutside",YI="dismissableLayer.focusOutside",I1,ik=b.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),I0=b.forwardRef((t,e)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:o,onDismiss:c,...u}=t,h=b.useContext(ik),[f,m]=b.useState(null),x=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=b.useState({}),v=qt(e,_=>m(_)),w=Array.from(h.layers),[N]=[...h.layersWithOutsidePointerEventsDisabled].slice(-1),k=w.indexOf(N),E=f?w.indexOf(f):-1,C=h.layersWithOutsidePointerEventsDisabled.size>0,L=E>=k,O=eR(_=>{const H=_.target,P=[...h.branches].some(ee=>ee.contains(H));!L||P||(a==null||a(_),o==null||o(_),_.defaultPrevented||c==null||c())},x),K=tR(_=>{const H=_.target;[...h.branches].some(ee=>ee.contains(H))||(i==null||i(_),o==null||o(_),_.defaultPrevented||c==null||c())},x);return GI(_=>{E===h.layers.size-1&&(r==null||r(_),!_.defaultPrevented&&c&&(_.preventDefault(),c()))},x),b.useEffect(()=>{if(f)return n&&(h.layersWithOutsidePointerEventsDisabled.size===0&&(I1=x.body.style.pointerEvents,x.body.style.pointerEvents="none"),h.layersWithOutsidePointerEventsDisabled.add(f)),h.layers.add(f),R1(),()=>{n&&h.layersWithOutsidePointerEventsDisabled.size===1&&(x.body.style.pointerEvents=I1)}},[f,x,n,h]),b.useEffect(()=>()=>{f&&(h.layers.delete(f),h.layersWithOutsidePointerEventsDisabled.delete(f),R1())},[f,h]),b.useEffect(()=>{const _=()=>y({});return document.addEventListener(kg,_),()=>document.removeEventListener(kg,_)},[]),s.jsx(Ct.div,{...u,ref:v,style:{pointerEvents:C?L?"auto":"none":void 0,...t.style},onFocusCapture:Nt(t.onFocusCapture,K.onFocusCapture),onBlurCapture:Nt(t.onBlurCapture,K.onBlurCapture),onPointerDownCapture:Nt(t.onPointerDownCapture,O.onPointerDownCapture)})});I0.displayName=JI;var XI="DismissableLayerBranch",ZI=b.forwardRef((t,e)=>{const n=b.useContext(ik),r=b.useRef(null),a=qt(e,r);return b.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),s.jsx(Ct.div,{...t,ref:a})});ZI.displayName=XI;function eR(t,e=globalThis==null?void 0:globalThis.document){const n=No(t),r=b.useRef(!1),a=b.useRef(()=>{});return b.useEffect(()=>{const i=c=>{if(c.target&&!r.current){let u=function(){ok(QI,n,h,{discrete:!0})};const h={originalEvent:c};c.pointerType==="touch"?(e.removeEventListener("click",a.current),a.current=u,e.addEventListener("click",a.current,{once:!0})):u()}else e.removeEventListener("click",a.current);r.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",i),e.removeEventListener("click",a.current)}},[e,n]),{onPointerDownCapture:()=>r.current=!0}}function tR(t,e=globalThis==null?void 0:globalThis.document){const n=No(t),r=b.useRef(!1);return b.useEffect(()=>{const a=i=>{i.target&&!r.current&&ok(YI,n,{originalEvent:i},{discrete:!1})};return e.addEventListener("focusin",a),()=>e.removeEventListener("focusin",a)},[e,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function R1(){const t=new CustomEvent(kg);document.dispatchEvent(t)}function ok(t,e,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:n});e&&a.addEventListener(t,e,{once:!0}),r?qI(a,i):a.dispatchEvent(i)}var Nx="focusScope.autoFocusOnMount",wx="focusScope.autoFocusOnUnmount",P1={bubbles:!1,cancelable:!0},nR="FocusScope",R0=b.forwardRef((t,e)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...o}=t,[c,u]=b.useState(null),h=No(a),f=No(i),m=b.useRef(null),x=qt(e,w=>u(w)),y=b.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;b.useEffect(()=>{if(r){let w=function(C){if(y.paused||!c)return;const L=C.target;c.contains(L)?m.current=L:eo(m.current,{select:!0})},N=function(C){if(y.paused||!c)return;const L=C.relatedTarget;L!==null&&(c.contains(L)||eo(m.current,{select:!0}))},k=function(C){if(document.activeElement===document.body)for(const O of C)O.removedNodes.length>0&&eo(c)};document.addEventListener("focusin",w),document.addEventListener("focusout",N);const E=new MutationObserver(k);return c&&E.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",N),E.disconnect()}}},[r,c,y.paused]),b.useEffect(()=>{if(c){O1.add(y);const w=document.activeElement;if(!c.contains(w)){const k=new CustomEvent(Nx,P1);c.addEventListener(Nx,h),c.dispatchEvent(k),k.defaultPrevented||(sR(lR(lk(c)),{select:!0}),document.activeElement===w&&eo(c))}return()=>{c.removeEventListener(Nx,h),setTimeout(()=>{const k=new CustomEvent(wx,P1);c.addEventListener(wx,f),c.dispatchEvent(k),k.defaultPrevented||eo(w??document.body,{select:!0}),c.removeEventListener(wx,f),O1.remove(y)},0)}}},[c,h,f,y]);const v=b.useCallback(w=>{if(!n&&!r||y.paused)return;const N=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,k=document.activeElement;if(N&&k){const E=w.currentTarget,[C,L]=rR(E);C&&L?!w.shiftKey&&k===L?(w.preventDefault(),n&&eo(C,{select:!0})):w.shiftKey&&k===C&&(w.preventDefault(),n&&eo(L,{select:!0})):k===E&&w.preventDefault()}},[n,r,y.paused]);return s.jsx(Ct.div,{tabIndex:-1,...o,ref:x,onKeyDown:v})});R0.displayName=nR;function sR(t,{select:e=!1}={}){const n=document.activeElement;for(const r of t)if(eo(r,{select:e}),document.activeElement!==n)return}function rR(t){const e=lk(t),n=L1(e,t),r=L1(e.reverse(),t);return[n,r]}function lk(t){const e=[],n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)e.push(n.currentNode);return e}function L1(t,e){for(const n of t)if(!aR(n,{upTo:e}))return n}function aR(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function iR(t){return t instanceof HTMLInputElement&&"select"in t}function eo(t,{select:e=!1}={}){if(t&&t.focus){const n=document.activeElement;t.focus({preventScroll:!0}),t!==n&&iR(t)&&e&&t.select()}}var O1=oR();function oR(){let t=[];return{add(e){const n=t[0];e!==n&&(n==null||n.pause()),t=D1(t,e),t.unshift(e)},remove(e){var n;t=D1(t,e),(n=t[0])==null||n.resume()}}}function D1(t,e){const n=[...t],r=n.indexOf(e);return r!==-1&&n.splice(r,1),n}function lR(t){return t.filter(e=>e.tagName!=="A")}var cR="Portal",P0=b.forwardRef((t,e)=>{var c;const{container:n,...r}=t,[a,i]=b.useState(!1);Ss(()=>i(!0),[]);const o=n||a&&((c=globalThis==null?void 0:globalThis.document)==null?void 0:c.body);return o?Nj.createPortal(s.jsx(Ct.div,{...r,ref:e}),o):null});P0.displayName=cR;function dR(t,e){return b.useReducer((n,r)=>e[n][r]??n,t)}var yu=t=>{const{present:e,children:n}=t,r=uR(e),a=typeof n=="function"?n({present:r.isPresent}):b.Children.only(n),i=qt(r.ref,hR(a));return typeof n=="function"||r.isPresent?b.cloneElement(a,{ref:i}):null};yu.displayName="Presence";function uR(t){const[e,n]=b.useState(),r=b.useRef(null),a=b.useRef(t),i=b.useRef("none"),o=t?"mounted":"unmounted",[c,u]=dR(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{const h=kh(r.current);i.current=c==="mounted"?h:"none"},[c]),Ss(()=>{const h=r.current,f=a.current;if(f!==t){const x=i.current,y=kh(h);t?u("MOUNT"):y==="none"||(h==null?void 0:h.display)==="none"?u("UNMOUNT"):u(f&&x!==y?"ANIMATION_OUT":"UNMOUNT"),a.current=t}},[t,u]),Ss(()=>{if(e){let h;const f=e.ownerDocument.defaultView??window,m=y=>{const w=kh(r.current).includes(CSS.escape(y.animationName));if(y.target===e&&w&&(u("ANIMATION_END"),!a.current)){const N=e.style.animationFillMode;e.style.animationFillMode="forwards",h=f.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=N)})}},x=y=>{y.target===e&&(i.current=kh(r.current))};return e.addEventListener("animationstart",x),e.addEventListener("animationcancel",m),e.addEventListener("animationend",m),()=>{f.clearTimeout(h),e.removeEventListener("animationstart",x),e.removeEventListener("animationcancel",m),e.removeEventListener("animationend",m)}}else u("ANIMATION_END")},[e,u]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:b.useCallback(h=>{r.current=h?getComputedStyle(h):null,n(h)},[])}}function kh(t){return(t==null?void 0:t.animationName)||"none"}function hR(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var jx=0;function ck(){b.useEffect(()=>{const t=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",t[0]??_1()),document.body.insertAdjacentElement("beforeend",t[1]??_1()),jx++,()=>{jx===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),jx--}},[])}function _1(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}var ka=function(){return ka=Object.assign||function(e){for(var n,r=1,a=arguments.length;r"u")return MR;var e=AR(t),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,r-n+e[2]-e[0])}},RR=fk(),Ec="data-scroll-locked",PR=function(t,e,n,r){var a=t.left,i=t.top,o=t.right,c=t.gap;return n===void 0&&(n="margin"),` + .`.concat(pR,` { + overflow: hidden `).concat(r,`; + padding-right: `).concat(c,"px ").concat(r,`; + } + body[`).concat(Ec,`] { + overflow: hidden `).concat(r,`; + overscroll-behavior: contain; + `).concat([e&&"position: relative ".concat(r,";"),n==="margin"&&` + padding-left: `.concat(a,`px; + padding-top: `).concat(i,`px; + padding-right: `).concat(o,`px; + margin-left:0; + margin-top:0; + margin-right: `).concat(c,"px ").concat(r,`; + `),n==="padding"&&"padding-right: ".concat(c,"px ").concat(r,";")].filter(Boolean).join(""),` + } + + .`).concat(Kh,` { + right: `).concat(c,"px ").concat(r,`; + } + + .`).concat(qh,` { + margin-right: `).concat(c,"px ").concat(r,`; + } + + .`).concat(Kh," .").concat(Kh,` { + right: 0 `).concat(r,`; + } + + .`).concat(qh," .").concat(qh,` { + margin-right: 0 `).concat(r,`; + } + + body[`).concat(Ec,`] { + `).concat(mR,": ").concat(c,`px; + } +`)},$1=function(){var t=parseInt(document.body.getAttribute(Ec)||"0",10);return isFinite(t)?t:0},LR=function(){b.useEffect(function(){return document.body.setAttribute(Ec,($1()+1).toString()),function(){var t=$1()-1;t<=0?document.body.removeAttribute(Ec):document.body.setAttribute(Ec,t.toString())}},[])},OR=function(t){var e=t.noRelative,n=t.noImportant,r=t.gapMode,a=r===void 0?"margin":r;LR();var i=b.useMemo(function(){return IR(a)},[a]);return b.createElement(RR,{styles:PR(i,!e,a,n?"":"!important")})},Sg=!1;if(typeof window<"u")try{var Sh=Object.defineProperty({},"passive",{get:function(){return Sg=!0,!0}});window.addEventListener("test",Sh,Sh),window.removeEventListener("test",Sh,Sh)}catch{Sg=!1}var uc=Sg?{passive:!1}:!1,DR=function(t){return t.tagName==="TEXTAREA"},pk=function(t,e){if(!(t instanceof Element))return!1;var n=window.getComputedStyle(t);return n[e]!=="hidden"&&!(n.overflowY===n.overflowX&&!DR(t)&&n[e]==="visible")},_R=function(t){return pk(t,"overflowY")},zR=function(t){return pk(t,"overflowX")},F1=function(t,e){var n=e.ownerDocument,r=e;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var a=mk(t,r);if(a){var i=xk(t,r),o=i[1],c=i[2];if(o>c)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},$R=function(t){var e=t.scrollTop,n=t.scrollHeight,r=t.clientHeight;return[e,n,r]},FR=function(t){var e=t.scrollLeft,n=t.scrollWidth,r=t.clientWidth;return[e,n,r]},mk=function(t,e){return t==="v"?_R(e):zR(e)},xk=function(t,e){return t==="v"?$R(e):FR(e)},BR=function(t,e){return t==="h"&&e==="rtl"?-1:1},VR=function(t,e,n,r,a){var i=BR(t,window.getComputedStyle(e).direction),o=i*r,c=n.target,u=e.contains(c),h=!1,f=o>0,m=0,x=0;do{if(!c)break;var y=xk(t,c),v=y[0],w=y[1],N=y[2],k=w-N-i*v;(v||k)&&mk(t,c)&&(m+=k,x+=v);var E=c.parentNode;c=E&&E.nodeType===Node.DOCUMENT_FRAGMENT_NODE?E.host:E}while(!u&&c!==document.body||u&&(e.contains(c)||e===c));return(f&&Math.abs(m)<1||!f&&Math.abs(x)<1)&&(h=!0),h},Ch=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},B1=function(t){return[t.deltaX,t.deltaY]},V1=function(t){return t&&"current"in t?t.current:t},HR=function(t,e){return t[0]===e[0]&&t[1]===e[1]},UR=function(t){return` + .block-interactivity-`.concat(t,` {pointer-events: none;} + .allow-interactivity-`).concat(t,` {pointer-events: all;} +`)},WR=0,hc=[];function KR(t){var e=b.useRef([]),n=b.useRef([0,0]),r=b.useRef(),a=b.useState(WR++)[0],i=b.useState(fk)[0],o=b.useRef(t);b.useEffect(function(){o.current=t},[t]),b.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(a));var w=fR([t.lockRef.current],(t.shards||[]).map(V1),!0).filter(Boolean);return w.forEach(function(N){return N.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),w.forEach(function(N){return N.classList.remove("allow-interactivity-".concat(a))})}}},[t.inert,t.lockRef.current,t.shards]);var c=b.useCallback(function(w,N){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var k=Ch(w),E=n.current,C="deltaX"in w?w.deltaX:E[0]-k[0],L="deltaY"in w?w.deltaY:E[1]-k[1],O,K=w.target,_=Math.abs(C)>Math.abs(L)?"h":"v";if("touches"in w&&_==="h"&&K.type==="range")return!1;var H=window.getSelection(),P=H&&H.anchorNode,ee=P?P===K||P.contains(K):!1;if(ee)return!1;var Q=F1(_,K);if(!Q)return!0;if(Q?O=_:(O=_==="v"?"h":"v",Q=F1(_,K)),!Q)return!1;if(!r.current&&"changedTouches"in w&&(C||L)&&(r.current=O),!O)return!0;var V=r.current||O;return VR(V,N,w,V==="h"?C:L)},[]),u=b.useCallback(function(w){var N=w;if(!(!hc.length||hc[hc.length-1]!==i)){var k="deltaY"in N?B1(N):Ch(N),E=e.current.filter(function(O){return O.name===N.type&&(O.target===N.target||N.target===O.shadowParent)&&HR(O.delta,k)})[0];if(E&&E.should){N.cancelable&&N.preventDefault();return}if(!E){var C=(o.current.shards||[]).map(V1).filter(Boolean).filter(function(O){return O.contains(N.target)}),L=C.length>0?c(N,C[0]):!o.current.noIsolation;L&&N.cancelable&&N.preventDefault()}}},[]),h=b.useCallback(function(w,N,k,E){var C={name:w,delta:N,target:k,should:E,shadowParent:qR(k)};e.current.push(C),setTimeout(function(){e.current=e.current.filter(function(L){return L!==C})},1)},[]),f=b.useCallback(function(w){n.current=Ch(w),r.current=void 0},[]),m=b.useCallback(function(w){h(w.type,B1(w),w.target,c(w,t.lockRef.current))},[]),x=b.useCallback(function(w){h(w.type,Ch(w),w.target,c(w,t.lockRef.current))},[]);b.useEffect(function(){return hc.push(i),t.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:x}),document.addEventListener("wheel",u,uc),document.addEventListener("touchmove",u,uc),document.addEventListener("touchstart",f,uc),function(){hc=hc.filter(function(w){return w!==i}),document.removeEventListener("wheel",u,uc),document.removeEventListener("touchmove",u,uc),document.removeEventListener("touchstart",f,uc)}},[]);var y=t.removeScrollBar,v=t.inert;return b.createElement(b.Fragment,null,v?b.createElement(i,{styles:UR(a)}):null,y?b.createElement(OR,{noRelative:t.noRelative,gapMode:t.gapMode}):null)}function qR(t){for(var e=null;t!==null;)t instanceof ShadowRoot&&(e=t.host,t=t.host),t=t.parentNode;return e}const GR=wR(hk,KR);var L0=b.forwardRef(function(t,e){return b.createElement(hp,ka({},t,{ref:e,sideCar:GR}))});L0.classNames=hp.classNames;var JR=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},fc=new WeakMap,Th=new WeakMap,Eh={},Tx=0,gk=function(t){return t&&(t.host||gk(t.parentNode))},QR=function(t,e){return e.map(function(n){if(t.contains(n))return n;var r=gk(n);return r&&t.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",t,". Doing nothing"),null)}).filter(function(n){return!!n})},YR=function(t,e,n,r){var a=QR(e,Array.isArray(t)?t:[t]);Eh[n]||(Eh[n]=new WeakMap);var i=Eh[n],o=[],c=new Set,u=new Set(a),h=function(m){!m||c.has(m)||(c.add(m),h(m.parentNode))};a.forEach(h);var f=function(m){!m||u.has(m)||Array.prototype.forEach.call(m.children,function(x){if(c.has(x))f(x);else try{var y=x.getAttribute(r),v=y!==null&&y!=="false",w=(fc.get(x)||0)+1,N=(i.get(x)||0)+1;fc.set(x,w),i.set(x,N),o.push(x),w===1&&v&&Th.set(x,!0),N===1&&x.setAttribute(n,"true"),v||x.setAttribute(r,"true")}catch(k){console.error("aria-hidden: cannot operate on ",x,k)}})};return f(e),c.clear(),Tx++,function(){o.forEach(function(m){var x=fc.get(m)-1,y=i.get(m)-1;fc.set(m,x),i.set(m,y),x||(Th.has(m)||m.removeAttribute(r),Th.delete(m)),y||m.removeAttribute(n)}),Tx--,Tx||(fc=new WeakMap,fc=new WeakMap,Th=new WeakMap,Eh={})}},yk=function(t,e,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(t)?t:[t]),a=JR(t);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live], script"))),YR(r,a,n,"aria-hidden")):function(){return null}},fp="Dialog",[bk]=Eo(fp),[XR,oa]=bk(fp),vk=t=>{const{__scopeDialog:e,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:o=!0}=t,c=b.useRef(null),u=b.useRef(null),[h,f]=bl({prop:r,defaultProp:a??!1,onChange:i,caller:fp});return s.jsx(XR,{scope:e,triggerRef:c,contentRef:u,contentId:mo(),titleId:mo(),descriptionId:mo(),open:h,onOpenChange:f,onOpenToggle:b.useCallback(()=>f(m=>!m),[f]),modal:o,children:n})};vk.displayName=fp;var Nk="DialogTrigger",ZR=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=oa(Nk,n),i=qt(e,a.triggerRef);return s.jsx(Ct.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":_0(a.open),...r,ref:i,onClick:Nt(t.onClick,a.onOpenToggle)})});ZR.displayName=Nk;var O0="DialogPortal",[eP,wk]=bk(O0,{forceMount:void 0}),jk=t=>{const{__scopeDialog:e,forceMount:n,children:r,container:a}=t,i=oa(O0,e);return s.jsx(eP,{scope:e,forceMount:n,children:b.Children.map(r,o=>s.jsx(yu,{present:n||i.open,children:s.jsx(P0,{asChild:!0,container:a,children:o})}))})};jk.displayName=O0;var df="DialogOverlay",kk=b.forwardRef((t,e)=>{const n=wk(df,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=oa(df,t.__scopeDialog);return i.modal?s.jsx(yu,{present:r||i.open,children:s.jsx(nP,{...a,ref:e})}):null});kk.displayName=df;var tP=tu("DialogOverlay.RemoveScroll"),nP=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=oa(df,n);return s.jsx(L0,{as:tP,allowPinchZoom:!0,shards:[a.contentRef],children:s.jsx(Ct.div,{"data-state":_0(a.open),...r,ref:e,style:{pointerEvents:"auto",...r.style}})})}),vl="DialogContent",Sk=b.forwardRef((t,e)=>{const n=wk(vl,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=oa(vl,t.__scopeDialog);return s.jsx(yu,{present:r||i.open,children:i.modal?s.jsx(sP,{...a,ref:e}):s.jsx(rP,{...a,ref:e})})});Sk.displayName=vl;var sP=b.forwardRef((t,e)=>{const n=oa(vl,t.__scopeDialog),r=b.useRef(null),a=qt(e,n.contentRef,r);return b.useEffect(()=>{const i=r.current;if(i)return yk(i)},[]),s.jsx(Ck,{...t,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Nt(t.onCloseAutoFocus,i=>{var o;i.preventDefault(),(o=n.triggerRef.current)==null||o.focus()}),onPointerDownOutside:Nt(t.onPointerDownOutside,i=>{const o=i.detail.originalEvent,c=o.button===0&&o.ctrlKey===!0;(o.button===2||c)&&i.preventDefault()}),onFocusOutside:Nt(t.onFocusOutside,i=>i.preventDefault())})}),rP=b.forwardRef((t,e)=>{const n=oa(vl,t.__scopeDialog),r=b.useRef(!1),a=b.useRef(!1);return s.jsx(Ck,{...t,ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var o,c;(o=t.onCloseAutoFocus)==null||o.call(t,i),i.defaultPrevented||(r.current||(c=n.triggerRef.current)==null||c.focus(),i.preventDefault()),r.current=!1,a.current=!1},onInteractOutside:i=>{var u,h;(u=t.onInteractOutside)==null||u.call(t,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const o=i.target;((h=n.triggerRef.current)==null?void 0:h.contains(o))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}})}),Ck=b.forwardRef((t,e)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,...o}=t,c=oa(vl,n),u=b.useRef(null),h=qt(e,u);return ck(),s.jsxs(s.Fragment,{children:[s.jsx(R0,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i,children:s.jsx(I0,{role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":_0(c.open),...o,ref:h,onDismiss:()=>c.onOpenChange(!1)})}),s.jsxs(s.Fragment,{children:[s.jsx(aP,{titleId:c.titleId}),s.jsx(oP,{contentRef:u,descriptionId:c.descriptionId})]})]})}),D0="DialogTitle",Tk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=oa(D0,n);return s.jsx(Ct.h2,{id:a.titleId,...r,ref:e})});Tk.displayName=D0;var Ek="DialogDescription",Mk=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=oa(Ek,n);return s.jsx(Ct.p,{id:a.descriptionId,...r,ref:e})});Mk.displayName=Ek;var Ak="DialogClose",Ik=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=oa(Ak,n);return s.jsx(Ct.button,{type:"button",...r,ref:e,onClick:Nt(t.onClick,()=>a.onOpenChange(!1))})});Ik.displayName=Ak;function _0(t){return t?"open":"closed"}var Rk="DialogTitleWarning",[OV,Pk]=LI(Rk,{contentName:vl,titleName:D0,docsSlug:"dialog"}),aP=({titleId:t})=>{const e=Pk(Rk),n=`\`${e.contentName}\` requires a \`${e.titleName}\` for the component to be accessible for screen reader users. + +If you want to hide the \`${e.titleName}\`, you can wrap it with our VisuallyHidden component. + +For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return b.useEffect(()=>{t&&(document.getElementById(t)||console.error(n))},[n,t]),null},iP="DialogDescriptionWarning",oP=({contentRef:t,descriptionId:e})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Pk(iP).contentName}}.`;return b.useEffect(()=>{var i;const a=(i=t.current)==null?void 0:i.getAttribute("aria-describedby");e&&a&&(document.getElementById(e)||console.warn(r))},[r,t,e]),null},lP=vk,cP=jk,dP=kk,uP=Sk,hP=Tk,fP=Mk,pP=Ik;function $t(t){return s.jsx(lP,{"data-slot":"dialog",...t})}function mP(t){return s.jsx(cP,{...t})}const Lk=b.forwardRef(({className:t,...e},n)=>s.jsx(dP,{ref:n,className:Gt("fixed inset-0 z-50 bg-black/50",t),...e}));Lk.displayName="DialogOverlay";const zt=b.forwardRef(({className:t,children:e,showCloseButton:n=!0,...r},a)=>s.jsxs(mP,{children:[s.jsx(Lk,{}),s.jsxs(uP,{ref:a,"aria-describedby":void 0,className:Gt("fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-lg border bg-background p-6 shadow-lg",t),...r,children:[e,n&&s.jsxs(pP,{className:"absolute right-4 top-4 rounded-sm opacity-70 hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",children:[s.jsx(ts,{className:"h-4 w-4"}),s.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));zt.displayName="DialogContent";function Ft({className:t,...e}){return s.jsx("div",{className:Gt("flex flex-col gap-2 text-center sm:text-left",t),...e})}function yn({className:t,...e}){return s.jsx("div",{className:Gt("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",t),...e})}function Bt(t){return s.jsx(hP,{className:"text-lg font-semibold leading-none",...t})}function uf(t){return s.jsx(fP,{className:"text-sm text-muted-foreground",...t})}const xP=qj("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 transition-colors",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-white",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Be({className:t,variant:e,asChild:n=!1,...r}){const a=n?Uj:"span";return s.jsx(a,{className:Gt(xP({variant:e}),t),...r})}var gP=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],yP=gP.reduce((t,e)=>{const n=Hj(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{}),bP="Label",Ok=b.forwardRef((t,e)=>s.jsx(yP.label,{...t,ref:e,onMouseDown:n=>{var a;n.target.closest("button, input, select, textarea")||((a=t.onMouseDown)==null||a.call(t,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));Ok.displayName=bP;var Dk=Ok;const Z=b.forwardRef(({className:t,...e},n)=>s.jsx(Dk,{ref:n,className:Gt("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",t),...e}));Z.displayName=Dk.displayName;function z0(t){const e=t+"CollectionProvider",[n,r]=Eo(e),[a,i]=n(e,{collectionRef:{current:null},itemMap:new Map}),o=w=>{const{scope:N,children:k}=w,E=_s.useRef(null),C=_s.useRef(new Map).current;return s.jsx(a,{scope:N,itemMap:C,collectionRef:E,children:k})};o.displayName=e;const c=t+"CollectionSlot",u=tu(c),h=_s.forwardRef((w,N)=>{const{scope:k,children:E}=w,C=i(c,k),L=qt(N,C.collectionRef);return s.jsx(u,{ref:L,children:E})});h.displayName=c;const f=t+"CollectionItemSlot",m="data-radix-collection-item",x=tu(f),y=_s.forwardRef((w,N)=>{const{scope:k,children:E,...C}=w,L=_s.useRef(null),O=qt(N,L),K=i(f,k);return _s.useEffect(()=>(K.itemMap.set(L,{ref:L,...C}),()=>void K.itemMap.delete(L))),s.jsx(x,{[m]:"",ref:O,children:E})});y.displayName=f;function v(w){const N=i(t+"CollectionConsumer",w);return _s.useCallback(()=>{const E=N.collectionRef.current;if(!E)return[];const C=Array.from(E.querySelectorAll(`[${m}]`));return Array.from(N.itemMap.values()).sort((K,_)=>C.indexOf(K.ref.current)-C.indexOf(_.ref.current))},[N.collectionRef,N.itemMap])}return[{Provider:o,Slot:h,ItemSlot:y},v,r]}var vP=b.createContext(void 0);function pp(t){const e=b.useContext(vP);return t||e||"ltr"}var Ex="rovingFocusGroup.onEntryFocus",NP={bubbles:!1,cancelable:!0},bu="RovingFocusGroup",[Cg,_k,wP]=z0(bu),[jP,zk]=Eo(bu,[wP]),[kP,SP]=jP(bu),$k=b.forwardRef((t,e)=>s.jsx(Cg.Provider,{scope:t.__scopeRovingFocusGroup,children:s.jsx(Cg.Slot,{scope:t.__scopeRovingFocusGroup,children:s.jsx(CP,{...t,ref:e})})}));$k.displayName=bu;var CP=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:a=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:u,onEntryFocus:h,preventScrollOnEntryFocus:f=!1,...m}=t,x=b.useRef(null),y=qt(e,x),v=pp(i),[w,N]=bl({prop:o,defaultProp:c??null,onChange:u,caller:bu}),[k,E]=b.useState(!1),C=No(h),L=_k(n),O=b.useRef(!1),[K,_]=b.useState(0);return b.useEffect(()=>{const H=x.current;if(H)return H.addEventListener(Ex,C),()=>H.removeEventListener(Ex,C)},[C]),s.jsx(kP,{scope:n,orientation:r,dir:v,loop:a,currentTabStopId:w,onItemFocus:b.useCallback(H=>N(H),[N]),onItemShiftTab:b.useCallback(()=>E(!0),[]),onFocusableItemAdd:b.useCallback(()=>_(H=>H+1),[]),onFocusableItemRemove:b.useCallback(()=>_(H=>H-1),[]),children:s.jsx(Ct.div,{tabIndex:k||K===0?-1:0,"data-orientation":r,...m,ref:y,style:{outline:"none",...t.style},onMouseDown:Nt(t.onMouseDown,()=>{O.current=!0}),onFocus:Nt(t.onFocus,H=>{const P=!O.current;if(H.target===H.currentTarget&&P&&!k){const ee=new CustomEvent(Ex,NP);if(H.currentTarget.dispatchEvent(ee),!ee.defaultPrevented){const Q=L().filter(I=>I.focusable),V=Q.find(I=>I.active),re=Q.find(I=>I.id===w),pe=[V,re,...Q].filter(Boolean).map(I=>I.ref.current);Vk(pe,f)}}O.current=!1}),onBlur:Nt(t.onBlur,()=>E(!1))})})}),Fk="RovingFocusGroupItem",Bk=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:a=!1,tabStopId:i,children:o,...c}=t,u=mo(),h=i||u,f=SP(Fk,n),m=f.currentTabStopId===h,x=_k(n),{onFocusableItemAdd:y,onFocusableItemRemove:v,currentTabStopId:w}=f;return b.useEffect(()=>{if(r)return y(),()=>v()},[r,y,v]),s.jsx(Cg.ItemSlot,{scope:n,id:h,focusable:r,active:a,children:s.jsx(Ct.span,{tabIndex:m?0:-1,"data-orientation":f.orientation,...c,ref:e,onMouseDown:Nt(t.onMouseDown,N=>{r?f.onItemFocus(h):N.preventDefault()}),onFocus:Nt(t.onFocus,()=>f.onItemFocus(h)),onKeyDown:Nt(t.onKeyDown,N=>{if(N.key==="Tab"&&N.shiftKey){f.onItemShiftTab();return}if(N.target!==N.currentTarget)return;const k=MP(N,f.orientation,f.dir);if(k!==void 0){if(N.metaKey||N.ctrlKey||N.altKey||N.shiftKey)return;N.preventDefault();let C=x().filter(L=>L.focusable).map(L=>L.ref.current);if(k==="last")C.reverse();else if(k==="prev"||k==="next"){k==="prev"&&C.reverse();const L=C.indexOf(N.currentTarget);C=f.loop?AP(C,L+1):C.slice(L+1)}setTimeout(()=>Vk(C))}}),children:typeof o=="function"?o({isCurrentTabStop:m,hasTabStop:w!=null}):o})})});Bk.displayName=Fk;var TP={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function EP(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function MP(t,e,n){const r=EP(t.key,n);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return TP[r]}function Vk(t,e=!1){const n=document.activeElement;for(const r of t)if(r===n||(r.focus({preventScroll:e}),document.activeElement!==n))return}function AP(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var IP=$k,RP=Bk,mp="Tabs",[PP]=Eo(mp,[zk]),Hk=zk(),[LP,$0]=PP(mp),Uk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,onValueChange:a,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:u="automatic",...h}=t,f=pp(c),[m,x]=bl({prop:r,onChange:a,defaultProp:i??"",caller:mp});return s.jsx(LP,{scope:n,baseId:mo(),value:m,onValueChange:x,orientation:o,dir:f,activationMode:u,children:s.jsx(Ct.div,{dir:f,"data-orientation":o,...h,ref:e})})});Uk.displayName=mp;var Wk="TabsList",Kk=b.forwardRef((t,e)=>{const{__scopeTabs:n,loop:r=!0,...a}=t,i=$0(Wk,n),o=Hk(n);return s.jsx(IP,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:s.jsx(Ct.div,{role:"tablist","aria-orientation":i.orientation,...a,ref:e})})});Kk.displayName=Wk;var qk="TabsTrigger",Gk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,disabled:a=!1,...i}=t,o=$0(qk,n),c=Hk(n),u=Yk(o.baseId,r),h=Xk(o.baseId,r),f=r===o.value;return s.jsx(RP,{asChild:!0,...c,focusable:!a,active:f,children:s.jsx(Ct.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":h,"data-state":f?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:u,...i,ref:e,onMouseDown:Nt(t.onMouseDown,m=>{!a&&m.button===0&&m.ctrlKey===!1?o.onValueChange(r):m.preventDefault()}),onKeyDown:Nt(t.onKeyDown,m=>{[" ","Enter"].includes(m.key)&&o.onValueChange(r)}),onFocus:Nt(t.onFocus,()=>{const m=o.activationMode!=="manual";!f&&!a&&m&&o.onValueChange(r)})})})});Gk.displayName=qk;var Jk="TabsContent",Qk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,forceMount:a,children:i,...o}=t,c=$0(Jk,n),u=Yk(c.baseId,r),h=Xk(c.baseId,r),f=r===c.value,m=b.useRef(f);return b.useEffect(()=>{const x=requestAnimationFrame(()=>m.current=!1);return()=>cancelAnimationFrame(x)},[]),s.jsx(yu,{present:a||f,children:({present:x})=>s.jsx(Ct.div,{"data-state":f?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":u,hidden:!x,id:h,tabIndex:0,...o,ref:e,style:{...t.style,animationDuration:m.current?"0s":void 0},children:x&&i})})});Qk.displayName=Jk;function Yk(t,e){return`${t}-trigger-${e}`}function Xk(t,e){return`${t}-content-${e}`}var OP=Uk,Zk=Kk,e2=Gk,t2=Qk;const Dc=OP,Nl=b.forwardRef(({className:t,...e},n)=>s.jsx(Zk,{ref:n,className:Gt("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",t),...e}));Nl.displayName=Zk.displayName;const tn=b.forwardRef(({className:t,...e},n)=>s.jsx(e2,{ref:n,className:Gt("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",t),...e}));tn.displayName=e2.displayName;const nn=b.forwardRef(({className:t,...e},n)=>s.jsx(t2,{ref:n,className:Gt("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",t),...e}));nn.displayName=t2.displayName;function F0(t){const e=b.useRef({value:t,previous:t});return b.useMemo(()=>(e.current.value!==t&&(e.current.previous=e.current.value,e.current.value=t),e.current.previous),[t])}function B0(t){const[e,n]=b.useState(void 0);return Ss(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const r=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let o,c;if("borderBoxSize"in i){const u=i.borderBoxSize,h=Array.isArray(u)?u[0]:u;o=h.inlineSize,c=h.blockSize}else o=t.offsetWidth,c=t.offsetHeight;n({width:o,height:c})});return r.observe(t,{box:"border-box"}),()=>r.unobserve(t)}else n(void 0)},[t]),e}var xp="Switch",[DP]=Eo(xp),[_P,zP]=DP(xp),n2=b.forwardRef((t,e)=>{const{__scopeSwitch:n,name:r,checked:a,defaultChecked:i,required:o,disabled:c,value:u="on",onCheckedChange:h,form:f,...m}=t,[x,y]=b.useState(null),v=qt(e,C=>y(C)),w=b.useRef(!1),N=x?f||!!x.closest("form"):!0,[k,E]=bl({prop:a,defaultProp:i??!1,onChange:h,caller:xp});return s.jsxs(_P,{scope:n,checked:k,disabled:c,children:[s.jsx(Ct.button,{type:"button",role:"switch","aria-checked":k,"aria-required":o,"data-state":i2(k),"data-disabled":c?"":void 0,disabled:c,value:u,...m,ref:v,onClick:Nt(t.onClick,C=>{E(L=>!L),N&&(w.current=C.isPropagationStopped(),w.current||C.stopPropagation())})}),N&&s.jsx(a2,{control:x,bubbles:!w.current,name:r,value:u,checked:k,required:o,disabled:c,form:f,style:{transform:"translateX(-100%)"}})]})});n2.displayName=xp;var s2="SwitchThumb",r2=b.forwardRef((t,e)=>{const{__scopeSwitch:n,...r}=t,a=zP(s2,n);return s.jsx(Ct.span,{"data-state":i2(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:e})});r2.displayName=s2;var $P="SwitchBubbleInput",a2=b.forwardRef(({__scopeSwitch:t,control:e,checked:n,bubbles:r=!0,...a},i)=>{const o=b.useRef(null),c=qt(o,i),u=F0(n),h=B0(e);return b.useEffect(()=>{const f=o.current;if(!f)return;const m=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(m,"checked").set;if(u!==n&&y){const v=new Event("click",{bubbles:r});y.call(f,n),f.dispatchEvent(v)}},[u,n,r]),s.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:c,style:{...a.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});a2.displayName=$P;function i2(t){return t?"checked":"unchecked"}var o2=n2,FP=r2;const Vt=b.forwardRef(({className:t,...e},n)=>s.jsx(o2,{className:Gt("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 focus-visible:ring-offset-[#0a1628] disabled:cursor-not-allowed disabled:opacity-50 data-[state=unchecked]:bg-gray-600 data-[state=checked]:bg-[#38bdac]",t),...e,ref:n,children:s.jsx(FP,{className:Gt("pointer-events-none block h-4 w-4 rounded-full bg-white shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));Vt.displayName=o2.displayName;const BP={view_chapter:"浏览章节",purchase:"购买",match:"派对匹配",login:"登录",register:"注册",share:"分享",bind_phone:"绑定手机",bind_wechat:"绑定微信",fill_profile:"完善资料",fill_avatar:"设置头像",visit_page:"访问页面",first_pay:"首次付款",vip_activate:"开通会员",click_super:"点击超级个体",lead_submit:"提交留资",withdraw:"申请提现",referral_bind:"绑定推荐人",card_click:"点击名片",btn_click:"按钮点击",tab_click:"切换标签",nav_click:"导航点击",page_view:"页面浏览",search:"搜索"};function VP(t){return BP[t]||t||"行为"}function HP(t,e){const n=new Set,r=a=>(t[a]??0)>0;return(r("purchase")||r("first_pay")||r("vip_activate"))&&n.add("已付费"),(r("lead_submit")||r("click_super"))&&n.add("高意向"),r("view_chapter")&&n.add("想学习"),r("match")&&n.add("找合伙人"),r("withdraw")&&n.add("有提现行为"),r("referral_bind")&&n.add("推广参与"),(r("fill_profile")||r("fill_avatar")||r("bind_phone"))&&n.add("资料完善中"),e!=null&&e.hasFullBook&&n.add("全书读者"),e!=null&&e.isVip&&n.add("VIP会员"),e!=null&&e.mbti&&/^[EI][NS][FT][JP]$/i.test(e.mbti)&&n.add(String(e.mbti).toUpperCase()),Array.from(n)}function V0({open:t,onClose:e,userId:n,onUserUpdated:r}){var Oa,sr,Ms,rr,yr,As;const[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState({}),[f,m]=b.useState([]),[x,y]=b.useState(null),[v,w]=b.useState(null),[N,k]=b.useState(!1),[E,C]=b.useState(!1),[L,O]=b.useState(!1),[K,_]=b.useState("info"),[H,P]=b.useState(""),[ee,Q]=b.useState(""),[V,re]=b.useState(""),[ae,pe]=b.useState([]),[I,z]=b.useState(""),[R,ie]=b.useState(""),[q,$]=b.useState(""),[U,ce]=b.useState(!1),[ue,oe]=b.useState({isVip:!1,vipExpireDate:"",vipRole:"",vipName:"",vipProject:"",vipContact:"",vipBio:""}),[F,G]=b.useState([]),[te,be]=b.useState(!1),[ge,Ce]=b.useState(""),[We,gt]=b.useState(""),[Lt,yt]=b.useState(!1),[Ot,It]=b.useState(!1),[Pn,vn]=b.useState(null),[Ht,Xt]=b.useState(null),[Cn,Fn]=b.useState(""),[Un,At]=b.useState(""),[xn,Nn]=b.useState(""),[ve,Te]=b.useState(!1),[Ve,st]=b.useState(null),[Mt,jt]=b.useState(!1),[D,Ie]=b.useState({}),[vt,Rt]=b.useState([]);b.useEffect(()=>{t&&n&&(jt(!1),_("info"),vn(null),Xt(null),st(null),ie(""),$(""),it(),De("/api/db/vip-roles").then(se=>{se!=null&&se.success&&se.data&&G(se.data)}).catch(()=>{}))},[t,n]),b.useEffect(()=>{t&&De("/api/admin/mbti-avatars").then(se=>{se!=null&&se.avatars&&typeof se.avatars=="object"?Ie(se.avatars):Ie({})}).catch(()=>Ie({}))},[t]);const bt=(se,ye)=>{const Ge=(se||"").trim();if(Ge)return vo(Ge);const ft=(ye||"").trim().toUpperCase();return/^[EI][NS][FT][JP]$/.test(ft)?(D[ft]||"").trim():""};async function it(){if(n){k(!0);try{const se=await De(`/api/db/users?id=${encodeURIComponent(n)}`);if(se!=null&&se.success&&se.user){const ye=se.user;i(ye),P(ye.phone||""),Q(ye.wechatId||""),re(ye.nickname||""),Fn(ye.phone||""),At(ye.wechatId||""),Nn(ye.openId||"");try{pe(typeof ye.tags=="string"?JSON.parse(ye.tags||"[]"):[])}catch{pe([])}oe({isVip:!!(ye.isVip??!1),vipExpireDate:ye.vipExpireDate?String(ye.vipExpireDate).slice(0,10):"",vipRole:String(ye.vipRole??""),vipName:String(ye.vipName??""),vipProject:String(ye.vipProject??""),vipContact:String(ye.vipContact??""),vipBio:String(ye.vipBio??"")})}try{const ye=await De(`/api/admin/user/track?userId=${encodeURIComponent(n)}&limit=100`);if(ye!=null&&ye.success){h(ye.stats&&typeof ye.stats=="object"?ye.stats:{});const Ge=ye.tracks||[];c(Ge.map(ft=>({...ft,actionLabel:ft.actionLabel||ft.action,timeAgo:ft.timeAgo||""})))}else h({}),c([])}catch{h({}),c([])}try{const ye=await De(`/api/db/users/referrals?userId=${encodeURIComponent(n)}`);ye!=null&&ye.success?(m(ye.referrals||[]),y(ye.inboundSource||null)):(m([]),y(null))}catch{m([]),y(null)}try{const ye=await De(`/api/admin/users/${encodeURIComponent(n)}/balance`);ye!=null&&ye.success&&ye.data?w(ye.data):w(null)}catch{w(null)}try{const ye=await De(`/api/orders?userId=${encodeURIComponent(n)}&status=paid&pageSize=50`);ye!=null&&ye.success&&ye.orders?Rt(ye.orders):Rt([])}catch{Rt([])}}catch(se){console.error("Load user detail error:",se)}finally{k(!1)}}}async function Dt(){if(!(a!=null&&a.phone)){X.info("用户未绑定手机号,无法同步");return}C(!0);try{const se=await St("/api/ckb/sync",{action:"full_sync",phone:a.phone,userId:a.id});se!=null&&se.success?(X.success("同步成功"),it()):X.error("同步失败: "+(se==null?void 0:se.error))}catch(se){console.error("Sync CKB error:",se),X.error("同步失败")}finally{C(!1)}}async function Jt(){if(a){if(ue.isVip&&!ue.vipExpireDate.trim()){X.error("开启 VIP 请填写有效到期日");return}O(!0);try{const se={id:a.id,phone:H.trim()||void 0,wechatId:ee.trim(),nickname:V||void 0,tags:JSON.stringify(ae),isVip:ue.isVip,vipExpireDate:ue.isVip?ue.vipExpireDate:void 0,vipRole:ue.vipRole||void 0,vipName:ue.vipName||void 0,vipProject:ue.vipProject||void 0,vipContact:ue.vipContact||void 0,vipBio:ue.vipBio||void 0},ye=await Zt("/api/db/users",se);ye!=null&&ye.success?(X.success("保存成功"),it(),r==null||r()):X.error("保存失败: "+(ye==null?void 0:ye.error))}catch(se){console.error("Save user error:",se),X.error("保存失败")}finally{O(!1)}}}const an=()=>{I&&!ae.includes(I)&&(pe([...ae,I]),z(""))},as=se=>pe(ae.filter(ye=>ye!==se));async function nr(){if(a){if(!R){X.error("请输入新密码");return}if(R!==q){X.error("两次密码不一致");return}if(R.length<6){X.error("密码至少 6 位");return}ce(!0);try{const se=await Zt("/api/db/users",{id:a.id,password:R});se!=null&&se.success?(X.success("修改成功"),ie(""),$("")):X.error("修改失败: "+((se==null?void 0:se.error)||""))}catch{X.error("修改失败")}finally{ce(!1)}}}async function Ni(){if(!a)return;const se=parseFloat(ge);if(Number.isNaN(se)||se===0){X.error("请输入有效金额(正数增加、负数扣减)");return}yt(!0);try{const ye=await St(`/api/admin/users/${a.id}/balance/adjust`,{amount:se,remark:We||void 0});ye!=null&&ye.success?(X.success("余额已调整"),be(!1),Ce(""),gt(""),it(),r==null||r()):X.error("调整失败: "+((ye==null?void 0:ye.error)||""))}catch{X.error("调整失败")}finally{yt(!1)}}async function ca(){if(!Cn&&!xn&&!Un){Xt("请至少输入手机号、微信号或 OpenID 中的一项");return}It(!0),Xt(null),vn(null);try{const se=new URLSearchParams;Cn&&se.set("phone",Cn),xn&&se.set("openId",xn),Un&&se.set("wechatId",Un);const ye=await De(`/api/admin/shensheshou/query?${se}`);ye!=null&&ye.success&&ye.data?(vn(ye.data),a&&await da(ye.data)):Xt((ye==null?void 0:ye.error)||"未查询到数据,该用户可能未在神射手收录")}catch(se){console.error("SSS query error:",se),Xt("请求失败,请检查神射手接口配置")}finally{It(!1)}}async function da(se){if(a)try{await St("/api/admin/shensheshou/enrich",{userId:a.id,phone:Cn||a.phone||"",openId:xn||a.openId||"",wechatId:Un||a.wechatId||""}),it()}catch(ye){console.error("SSS enrich error:",ye)}}async function zr(){if(a){Te(!0),st(null);try{const se=Array.from(new Set(o.filter(Fs=>Fs.action==="view_chapter"||Fs.action==="purchase"||Fs.action==="first_pay").map(Fs=>(Fs.chapterTitle||Fs.target||"").trim()).filter(Boolean))).slice(0,12),ye={viewChapter:u.view_chapter||0,purchase:u.purchase||0,firstPay:u.first_pay||0},Ge=se.length>0?`意向章节:${se.join("、")}`:"",ft={users:[{phone:a.phone||"",name:a.nickname||"",openId:a.openId||"",tags:ae,purchaseIntent:ye,purchaseIntentChapters:se,remark:Ge}]},Wn=await St("/api/admin/shensheshou/ingest",ft);Wn!=null&&Wn.success&&Wn.data?st(Wn.data):st({error:(Wn==null?void 0:Wn.error)||"推送失败"})}catch(se){console.error("SSS ingest error:",se),st({error:"请求失败"})}finally{Te(!1)}}}const $r=se=>{const Ge={view_chapter:er,purchase:Fd,match:_n,login:ci,register:ci,share:Sa,bind_phone:v1,bind_wechat:wM,fill_profile:Bd,fill_avatar:ci,visit_page:na,first_pay:Fd,vip_activate:Tc,click_super:_n,lead_submit:v1,withdraw:vg,referral_bind:Sa,card_click:ci,btn_click:xi,tab_click:na,nav_click:na,page_view:na,search:na}[se]||gg;return s.jsx(Ge,{className:"w-4 h-4"})};function Fr(se){const ye=String(se||"").trim();return ye.length>22&&/^[a-zA-Z0-9_-]+$/.test(ye)}const xr=b.useMemo(()=>HP(u,a),[u,a]);function gr(){const se=[...ae];for(const ye of xr)se.includes(ye)||se.push(ye);pe(se),X.success("已将旅程推断标签合并到已选")}return t?s.jsxs(s.Fragment,{children:[s.jsx($t,{open:t,onOpenChange:()=>e(),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[92vh] overflow-hidden flex flex-col p-4 sm:p-5",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(ci,{className:"w-5 h-5 text-[#38bdac]"}),"用户详情",(a==null?void 0:a.phone)&&s.jsx(Be,{className:"bg-green-500/20 text-green-400 border-0 ml-2",children:"已绑定手机"}),(a==null?void 0:a.isVip)&&s.jsx(Be,{className:"bg-amber-500/20 text-amber-400 border-0",children:"VIP"})]})}),N?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):a?s.jsxs("div",{className:"flex flex-col min-h-0 flex-1 overflow-hidden",children:[s.jsxs("div",{className:"flex flex-col sm:flex-row gap-2.5 p-2.5 bg-[#0a1628] rounded-lg mb-2 shrink-0",children:[s.jsxs("div",{className:"flex gap-2.5 min-w-0 flex-1",children:[s.jsx("div",{className:"w-11 h-11 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-lg text-[#38bdac] shrink-0",children:bt(a.avatar,a.mbti)&&!Mt?s.jsx("img",{src:bt(a.avatar,a.mbti),className:"w-full h-full rounded-full object-cover",alt:"",onError:()=>jt(!0)}):((Oa=a.nickname)==null?void 0:Oa.charAt(0))||"?"}),s.jsxs("div",{className:"min-w-0 flex-1",children:[s.jsxs("div",{className:"flex items-center gap-1.5 flex-wrap",children:[s.jsx("h3",{className:"text-base font-bold text-white leading-tight",children:a.nickname}),a.isAdmin&&s.jsx(Be,{className:"bg-purple-500/20 text-purple-400 border-0 text-[10px] py-0",children:"管理员"}),a.hasFullBook&&s.jsx(Be,{className:"bg-green-500/20 text-green-400 border-0 text-[10px] py-0",children:"全书已购"}),a.vipRole&&s.jsx(Be,{className:"bg-amber-500/20 text-amber-400 border-0 text-[10px] py-0",children:a.vipRole})]}),a.referralCode&&s.jsxs("p",{className:"text-[10px] text-gray-500 mt-0.5",children:["推荐码 ",s.jsx("code",{className:"text-[#38bdac]",children:a.referralCode})]}),s.jsxs("div",{className:"mt-1 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-1.5 text-[11px]",children:[s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"昵称"}),s.jsx("p",{className:"text-white truncate",children:V||a.nickname||"—"})]}),s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"手机号"}),s.jsx("p",{className:"text-white truncate",children:H||"—"})]}),s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"微信标识"}),s.jsx("p",{className:"text-white truncate",children:ee||"—"})]}),s.jsxs("div",{className:"px-2 py-1 rounded bg-[#162840] border border-gray-700/50",children:[s.jsx("span",{className:"text-gray-500",children:"画像"}),s.jsx("p",{className:"text-[#38bdac] truncate",children:[a.region,a.industry,a.position,a.mbti?`MBTI ${a.mbti}`:""].filter(Boolean).join(" · ")||"未完善"})]})]})]})]}),s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-2 gap-1.5 shrink-0 sm:w-[220px]",children:[s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsx("p",{className:"text-[9px] text-gray-500 uppercase tracking-wide",children:"累计佣金"}),s.jsxs("p",{className:"text-sm font-bold text-[#38bdac] leading-tight",children:["¥",(a.earnings??0).toFixed(2)]}),s.jsx("p",{className:"text-[9px] text-gray-600",children:"推广/分佣入账"})]}),s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsx("p",{className:"text-[9px] text-gray-500",children:"待提现"}),s.jsxs("p",{className:"text-sm font-bold text-yellow-400 leading-tight",children:["¥",(a.pendingEarnings??0).toFixed(2)]}),s.jsx("p",{className:"text-[9px] text-gray-600",children:"未打款部分"})]}),s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsxs("div",{className:"flex items-center justify-between gap-1",children:[s.jsx("p",{className:"text-[9px] text-gray-500",children:"账户余额"}),s.jsx(J,{type:"button",size:"sm",variant:"ghost",className:"h-5 px-1 text-[9px] text-[#38bdac] hover:bg-[#38bdac]/10",onClick:()=>{Ce(""),gt(""),be(!0)},children:"调整"})]}),s.jsxs("p",{className:"text-sm font-bold text-white leading-tight",children:["¥",((v==null?void 0:v.balance)??0).toFixed(2)]}),s.jsx("p",{className:"text-[9px] text-gray-600",children:"可消费/抵扣"})]}),s.jsxs("div",{className:"rounded-md bg-[#162840] px-2 py-1.5 border border-gray-700/40",children:[s.jsx("p",{className:"text-[9px] text-gray-500",children:"推荐人数"}),s.jsx("p",{className:"text-sm font-bold text-white leading-tight",children:a.referralCount??0}),s.jsx("p",{className:"text-[9px] text-gray-600",children:a.createdAt?`注册 ${new Date(a.createdAt).toLocaleDateString()}`:"—"})]})]})]}),s.jsxs(Dc,{value:K,onValueChange:_,className:"flex-1 flex flex-col min-h-0 overflow-hidden",children:[s.jsxs(Nl,{className:"bg-[#0a1628] border border-gray-700/50 p-0.5 mb-2 flex-wrap h-auto gap-0.5 shrink-0",children:[s.jsx(tn,{value:"info",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:"用户信息"}),s.jsxs(tn,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:[s.jsx(na,{className:"w-3 h-3 mr-0.5"}),"旅程与轨迹"]}),s.jsx(tn,{value:"relations",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:"关系链路"}),s.jsx(tn,{value:"tags",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-[11px] px-2 py-1 h-7",children:"标签体系"})]}),s.jsxs(nn,{value:"info",className:"flex-1 min-h-0 overflow-y-auto space-y-2 pr-0.5",children:[s.jsxs("details",{className:"rounded-lg bg-[#0a1628] border border-gray-700/40 p-2 text-[11px] group",children:[s.jsxs("summary",{className:"cursor-pointer text-gray-400 select-none list-none flex items-center gap-1",children:[s.jsx("span",{className:"group-open:text-[#38bdac]",children:"技术标识"}),s.jsx("span",{className:"text-gray-600",children:"(用户ID / OpenID,默认折叠)"})]}),s.jsxs("div",{className:"mt-2 space-y-1.5 text-gray-300 font-mono text-[10px] break-all border-t border-gray-700/30 pt-2",children:[s.jsxs("p",{children:[s.jsx("span",{className:"text-gray-500 not-italic font-sans",children:"用户ID"})," ",a.id]}),s.jsxs("p",{children:[s.jsx("span",{className:"text-gray-500 not-italic font-sans",children:"OpenID"})," ",a.openId||"—"]}),s.jsx("p",{className:"text-gray-500 not-italic font-sans leading-snug",children:"OpenID 为微信用户标识;下方「微信标识」为微信号/wxid,供存客宝归属,与 OpenID 不同。"})]})]}),s.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-[11px]",children:"昵称"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"昵称",value:V,onChange:se=>re(se.target.value)})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-[11px]",children:"手机号(可改,点底部保存生效)"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"11 位手机号",value:H,onChange:se=>P(se.target.value)})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-[11px]",children:"微信标识(微信号/wxid,非 OpenID)"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"如 wxid_xxx 或自定义微信号",value:ee,onChange:se=>Q(se.target.value)})]})]}),(a.region||a.industry||a.position||a.mbti)&&s.jsxs("div",{className:"flex flex-wrap gap-1.5 text-[11px]",children:[a.region&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#162840] text-gray-300",children:[s.jsx(Fj,{className:"w-3 h-3 inline mr-0.5"}),a.region]}),a.industry&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#162840] text-gray-300",children:["行业 ",a.industry]}),a.position&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#162840] text-gray-300",children:["职位 ",a.position]}),a.mbti&&s.jsxs("span",{className:"px-2 py-0.5 rounded bg-[#38bdac]/15 text-[#38bdac]",children:["MBTI ",a.mbti]})]}),s.jsxs("div",{className:"p-2 rounded-lg bg-[#0a1628] border border-amber-500/25",children:[s.jsxs("div",{className:"flex items-center justify-between gap-2",children:[s.jsxs("div",{className:"flex items-center gap-1.5 min-w-0",children:[s.jsx(Tc,{className:"w-3.5 h-3.5 text-amber-400 shrink-0"}),s.jsx("span",{className:"text-white text-xs font-medium",children:"超级个体"}),a.isVip&&s.jsx(Be,{className:"bg-amber-500/20 text-amber-400 border-0 text-[10px] py-0 shrink-0",children:a.vipRole||"VIP"})]}),s.jsx(Vt,{className:"scale-90",checked:ue.isVip,onCheckedChange:se=>oe(ye=>({...ye,isVip:se}))})]}),ue.isVip&&s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-3 gap-1.5 mt-2",children:[s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(Z,{className:"text-gray-500 text-[10px]",children:"到期日"}),s.jsx(le,{type:"date",className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",value:ue.vipExpireDate,onChange:se=>oe(ye=>({...ye,vipExpireDate:se.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(Z,{className:"text-gray-500 text-[10px]",children:"角色"}),s.jsxs("select",{className:"w-full bg-[#162840] border border-gray-700 text-white rounded px-1.5 h-7 text-xs",value:ue.vipRole,onChange:se=>oe(ye=>({...ye,vipRole:se.target.value})),children:[s.jsx("option",{value:"",children:"请选择"}),F.map(se=>s.jsx("option",{value:se.name,children:se.name},se.id))]})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(Z,{className:"text-gray-500 text-[10px]",children:"展示名"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"展示名",value:ue.vipName,onChange:se=>oe(ye=>({...ye,vipName:se.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(Z,{className:"text-gray-500 text-[10px]",children:"项目"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"项目",value:ue.vipProject,onChange:se=>oe(ye=>({...ye,vipProject:se.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5",children:[s.jsx(Z,{className:"text-gray-500 text-[10px]",children:"联系方式"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"微信/手机",value:ue.vipContact,onChange:se=>oe(ye=>({...ye,vipContact:se.target.value}))})]}),s.jsxs("div",{className:"space-y-0.5 sm:col-span-2",children:[s.jsx(Z,{className:"text-gray-500 text-[10px]",children:"简介"}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"简短介绍",value:ue.vipBio,onChange:se=>oe(ye=>({...ye,vipBio:se.target.value}))})]})]})]}),s.jsxs("div",{className:"p-2 rounded-lg bg-[#0a1628] border border-[#38bdac]/20",children:[s.jsxs("div",{className:"flex items-center gap-1.5 mb-1.5",children:[s.jsx(xi,{className:"w-3.5 h-3.5 text-[#38bdac]"}),s.jsx("span",{className:"text-white text-xs font-medium",children:"外部资料 · 神射手 / 存客宝(与上方基础信息联动)"})]}),s.jsxs("div",{className:"grid grid-cols-3 gap-1.5 mb-1.5",children:[s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"查:手机",value:Cn,onChange:se=>Fn(se.target.value)}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"查:微信号",value:Un,onChange:se=>At(se.target.value)}),s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-7 text-xs",placeholder:"查:OpenID",value:xn,onChange:se=>Nn(se.target.value)})]}),s.jsxs("div",{className:"flex flex-wrap gap-1",children:[s.jsxs(J,{size:"sm",className:"h-7 text-[11px] px-2 bg-[#38bdac] hover:bg-[#2da396]",onClick:ca,disabled:Ot,children:[Ot?s.jsx(Fe,{className:"w-3 h-3 animate-spin"}):s.jsx(Ta,{className:"w-3 h-3 mr-0.5"}),"查询回填"]}),s.jsx(J,{size:"sm",variant:"outline",className:"h-7 text-[11px] px-2 border-purple-500/40 text-purple-300",onClick:zr,disabled:ve||!a.phone,children:ve?"推送…":"推神射手"}),s.jsx(J,{size:"sm",variant:"outline",className:"h-7 text-[11px] px-2",onClick:Dt,disabled:E||!a.phone,children:E?"同步…":"存客宝同步"})]}),a.ckbSyncedAt&&s.jsxs("p",{className:"text-[10px] text-gray-500 mt-1",children:["最近存客宝同步:",new Date(a.ckbSyncedAt).toLocaleString()]}),Ht&&s.jsx("p",{className:"mt-1 text-red-400 text-[11px]",children:Ht}),Pn&&s.jsxs("div",{className:"mt-1.5 grid grid-cols-2 gap-1.5",children:[s.jsxs("div",{className:"p-1.5 bg-[#162840] rounded text-[11px]",children:[s.jsx("span",{className:"text-gray-500",children:"RFM"})," ",s.jsx("span",{className:"text-[#38bdac] font-semibold",children:Pn.rfm_score??"—"})]}),s.jsxs("div",{className:"p-1.5 bg-[#162840] rounded text-[11px]",children:[s.jsx("span",{className:"text-gray-500",children:"等级"})," ",s.jsx("span",{className:"text-white font-semibold",children:Pn.user_level??"—"})]})]}),Ve&&s.jsx("p",{className:"mt-1 text-[11px]",children:Ve.error?s.jsx("span",{className:"text-red-400",children:String(Ve.error)}):s.jsx("span",{className:"text-green-400",children:"推送成功"})})]}),s.jsxs("div",{className:"p-2 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-1.5 mb-1.5",children:[s.jsx(vg,{className:"w-3.5 h-3.5 text-yellow-400"}),s.jsx("span",{className:"text-white text-xs font-medium",children:"修改密码"})]}),s.jsxs("div",{className:"flex flex-col sm:flex-row gap-1.5 sm:items-center",children:[s.jsx(le,{type:"password",className:"bg-[#162840] border-gray-700 text-white h-7 text-xs flex-1",placeholder:"新密码 ≥6 位",value:R,onChange:se=>ie(se.target.value)}),s.jsx(le,{type:"password",className:"bg-[#162840] border-gray-700 text-white h-7 text-xs flex-1",placeholder:"确认密码",value:q,onChange:se=>$(se.target.value)}),s.jsx(J,{size:"sm",className:"h-7 text-[11px] shrink-0 bg-yellow-500/20 text-yellow-300 border border-yellow-500/35 hover:bg-yellow-500/30",onClick:nr,disabled:U||!R||!q,children:U?"保存中":"确认修改"})]})]})]}),s.jsxs(nn,{value:"journey",className:"flex-1 min-h-0 overflow-y-auto space-y-2 pr-0.5",children:[vt.length>0&&s.jsxs("div",{className:"p-2 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[s.jsxs("div",{className:"flex items-center gap-1.5 mb-1.5",children:[s.jsx(Fd,{className:"w-3.5 h-3.5 text-amber-400"}),s.jsxs("span",{className:"text-white text-xs font-medium",children:["购买清单(",vt.length," 笔)"]})]}),s.jsx("div",{className:"space-y-1 max-h-[120px] overflow-y-auto",children:vt.map((se,ye)=>s.jsxs("div",{className:"flex items-center justify-between p-1.5 bg-[#162840] rounded text-[11px]",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"text-amber-300",children:se.productType==="fullbook"||se.productType==="vip"?"全书/VIP":`章节 ${se.productId||""}`}),s.jsxs("span",{className:"text-gray-500 ml-2",children:["¥",Number(se.amount||0).toFixed(2)]})]}),s.jsx("span",{className:"text-gray-500 text-[10px] shrink-0",children:se.createdAt?new Date(se.createdAt).toLocaleString("zh-CN"):""})]},se.orderSn||ye))})]}),s.jsxs("div",{className:"p-2 bg-[#0a1628] rounded-lg flex flex-col gap-1.5 text-[11px]",children:[s.jsxs("div",{className:"flex items-center gap-1.5 text-gray-400",children:[s.jsx(na,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),s.jsxs("span",{children:["全站埋点共 ",o.length," 条;用于 RFM 与「标签体系」旅程推断"]})]}),Object.keys(u).length>0&&s.jsx("div",{className:"flex flex-wrap gap-1 pt-1 border-t border-gray-700/40",children:Object.entries(u).sort((se,ye)=>ye[1]-se[1]).map(([se,ye])=>s.jsxs(Be,{variant:"outline",className:"text-[10px] border-gray-600 text-gray-300 bg-[#162840] py-0 h-5",children:[VP(se)," ×",ye]},se))})]}),s.jsx("div",{className:"space-y-1.5",children:o.length>0?o.map((se,ye)=>s.jsxs("div",{className:"flex items-start gap-2 p-2 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex flex-col items-center shrink-0",children:[s.jsx("div",{className:"w-7 h-7 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[#38bdac]",children:$r(se.action)}),ye0?((x==null?void 0:x.visits)||[]).map((se,ye)=>s.jsxs("div",{className:"flex items-center justify-between p-1.5 bg-[#162840] rounded text-xs",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("p",{className:"text-white truncate",children:["第 ",se.seq||ye+1," 次 · ",se.referrerNickname||"微信用户",se.referrerId?`(${se.referrerId})`:""]}),se.page?s.jsx("p",{className:"text-gray-500 text-[10px] truncate",children:se.page}):null]}),s.jsx("span",{className:"text-gray-500 text-[10px] shrink-0",children:se.visitedAt?new Date(se.visitedAt).toLocaleString():""})]},`${se.referrerId||"unknown"}_${ye}`)):s.jsx("p",{className:"text-gray-500 text-sm text-center py-2",children:"暂无来源点击记录"})})]}),s.jsxs("div",{className:"p-2 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center justify-between mb-2",children:[s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx(Sa,{className:"w-3.5 h-3.5 text-[#38bdac]"}),s.jsx("span",{className:"text-white text-sm font-medium",children:"推荐的用户"})]}),s.jsxs(Be,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 text-[10px]",children:["共 ",f.length," 人"]})]}),s.jsx("div",{className:"space-y-1 max-h-[min(280px,40vh)] overflow-y-auto",children:f.length>0?f.map((se,ye)=>{var ft;const Ge=se;return s.jsxs("div",{className:"flex items-center justify-between p-1.5 bg-[#162840] rounded text-xs",children:[s.jsxs("div",{className:"flex items-center gap-1.5 min-w-0",children:[s.jsx("div",{className:"w-6 h-6 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[10px] text-[#38bdac] shrink-0",children:((ft=Ge.nickname)==null?void 0:ft.charAt(0))||"?"}),s.jsx("span",{className:"text-white truncate",children:Ge.nickname})]}),s.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[Ge.status==="vip"&&s.jsx(Be,{className:"bg-green-500/20 text-green-400 border-0 text-[10px] py-0",children:"已购"}),s.jsx("span",{className:"text-gray-500 text-[10px]",children:Ge.createdAt?new Date(Ge.createdAt).toLocaleDateString():""})]})]},Ge.id||ye)}):s.jsx("p",{className:"text-gray-500 text-sm text-center py-3",children:"暂无推荐用户"})})]})]}),s.jsxs(nn,{value:"tags",className:"flex-1 min-h-0 overflow-y-auto space-y-3 pr-0.5",children:[s.jsxs("div",{className:"p-2.5 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-2 flex-wrap",children:[s.jsx(Bd,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-white text-sm font-medium",children:"用户标签"}),s.jsx("span",{className:"text-gray-500 text-[11px]",children:"《一场 Soul 的创业实验》维度"})]}),s.jsxs("div",{className:"mb-2 p-2 bg-[#38bdac]/5 border border-[#38bdac]/20 rounded-lg flex items-start gap-2 text-[11px] text-gray-400",children:[s.jsx(Pj,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0 mt-0.5"}),"预设可点选;下方「旅程推断」由轨迹+资料自动算出,可一键并入已选后点弹窗底部保存。"]}),s.jsxs("div",{className:"mb-3 p-2 rounded-lg bg-[#162840]/80 border border-cyan-500/20",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2 mb-1.5",children:[s.jsx("span",{className:"text-cyan-300/90 text-xs font-medium",children:"旅程推断标签"}),s.jsx(J,{type:"button",size:"sm",variant:"outline",className:"h-7 text-[11px] border-cyan-500/40 text-cyan-200 hover:bg-cyan-500/10",disabled:xr.length===0,onClick:gr,children:"合并到已选"})]}),xr.length>0?s.jsx("div",{className:"flex flex-wrap gap-1",children:xr.map(se=>s.jsxs(Be,{variant:"outline",className:`text-[10px] py-0 h-5 border-cyan-500/30 ${ae.includes(se)?"bg-cyan-500/15 text-cyan-200":"text-gray-300"}`,children:[ae.includes(se)?"✓ ":"",se]},se))}):s.jsx("p",{className:"text-[11px] text-gray-500",children:"暂无推断(无轨迹或行为未命中规则)"})]}),s.jsx("div",{className:"mb-3 space-y-2",children:[{category:"身份类型",tags:["创业者","打工人","自由职业","学生","投资人","合伙人"]},{category:"行业背景",tags:["电商","内容","传统行业","科技/AI","金融","教育","餐饮"]},{category:"痛点标签",tags:["找资源","找方向","找合伙人","想赚钱","想学习","找情感出口"]},{category:"付费意愿",tags:["高意向","已付费","观望中","薅羊毛"]},{category:"MBTI",tags:["ENTJ","INTJ","ENFP","INFP","ENTP","INTP","ESTJ","ISFJ"]}].map(se=>s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-[11px] mb-1",children:se.category}),s.jsx("div",{className:"flex flex-wrap gap-1",children:se.tags.map(ye=>s.jsxs("button",{type:"button",onClick:()=>{ae.includes(ye)?as(ye):pe([...ae,ye])},className:`px-1.5 py-0.5 rounded text-[11px] border transition-all ${ae.includes(ye)?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-transparent border-gray-700 text-gray-500 hover:border-gray-500 hover:text-gray-300"}`,children:[ae.includes(ye)?"✓ ":"",ye]},ye))})]},se.category))}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-2",children:[s.jsx("p",{className:"text-gray-500 text-[11px] mb-1.5",children:"已选标签(需保存修改写入库)"}),s.jsxs("div",{className:"flex flex-wrap gap-1.5 mb-2 min-h-[28px]",children:[ae.map((se,ye)=>s.jsxs(Be,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 pr-1 text-[11px] py-0",children:[se,s.jsx("button",{type:"button",onClick:()=>as(se),className:"ml-1 hover:text-red-400",children:s.jsx(ts,{className:"w-3 h-3"})})]},ye)),ae.length===0&&s.jsx("span",{className:"text-gray-600 text-xs",children:"暂未选择"})]}),s.jsxs("div",{className:"flex gap-1.5",children:[s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white flex-1 h-8 text-xs",placeholder:"自定义标签,回车添加",value:I,onChange:se=>z(se.target.value),onKeyDown:se=>se.key==="Enter"&&an()}),s.jsx(J,{onClick:an,className:"bg-[#38bdac] hover:bg-[#2da396] h-8 text-xs px-3",children:"添加"})]})]})]}),(()=>{const se=a.tags||a.ckbTags||"";let ye=[];try{const ft=typeof se=="string"?JSON.parse(se||"[]"):[];ye=Array.isArray(ft)?ft:typeof se=="string"?se.split(","):[]}catch{ye=typeof se=="string"?se.split(","):[]}const Ge=ye.map(ft=>String(ft).trim()).filter(Boolean);return Ge.length===0?null:s.jsxs("div",{className:"p-2.5 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1.5",children:[s.jsx(Bd,{className:"w-3.5 h-3.5 text-purple-400"}),s.jsx("span",{className:"text-white text-sm font-medium",children:"存客宝标签"})]}),s.jsx("div",{className:"flex flex-wrap gap-1",children:Ge.map((ft,Wn)=>s.jsx(Be,{className:"bg-purple-500/20 text-purple-400 border-0 text-[11px] py-0",children:ft},Wn))})]})})()]})]}),s.jsxs("div",{className:"flex justify-end gap-2 pt-3 border-t border-gray-700 mt-3 shrink-0",children:[s.jsxs(J,{variant:"outline",onClick:e,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"关闭"]}),s.jsxs(J,{onClick:Jt,disabled:L,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),L?"保存中...":"保存修改"]})]})]}):s.jsx("div",{className:"text-center py-12 text-gray-500",children:"用户不存在"})]})}),s.jsx($t,{open:te,onOpenChange:be,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsx(Bt,{children:"调整余额"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"调整金额(元)"}),s.jsx(le,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"正数增加,负数扣减,如 10 或 -5",value:ge,onChange:se=>Ce(se.target.value)})]}),s.jsxs("div",{children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"备注(可选)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"如:活动补偿",value:We,onChange:se=>gt(se.target.value)})]})]}),s.jsxs("div",{className:"flex justify-end gap-2",children:[s.jsx(J,{variant:"outline",onClick:()=>be(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(J,{onClick:Ni,disabled:Lt,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:Lt?"提交中...":"确认调整"})]})]})})]}):null}function UP(){const t=Ra(),[e,n]=b.useState(!0),[r,a]=b.useState(!0),[i,o]=b.useState(!0),[c,u]=b.useState([]),[h,f]=b.useState([]),[m,x]=b.useState(0),[y,v]=b.useState(0),[w,N]=b.useState(0),[k,E]=b.useState(0),[C,L]=b.useState(null),[O,K]=b.useState(null),[_,H]=b.useState(!1),[P,ee]=b.useState(0),[Q,V]=b.useState(!1),[re,ae]=b.useState(null),[pe,I]=b.useState("overview"),[z,R]=b.useState([]),[ie,q]=b.useState(!1),[$,U]=b.useState("today"),[ce,ue]=b.useState(null),[oe,F]=b.useState(!1),[G,te]=b.useState(!0),[be,ge]=b.useState(null),[Ce,We]=b.useState(null),[gt,Lt]=b.useState([]),yt=ve=>{const Te=ve;if((Te==null?void 0:Te.status)===401)L("登录已过期,请重新登录");else{if((Te==null?void 0:Te.name)==="AbortError")return;L("加载失败,请检查网络或联系管理员")}};async function Ot(ve){var Mt,jt;const Te=ve?{signal:ve}:void 0;n(!0),L(null);try{const D=await De("/api/admin/dashboard/stats",Te);D!=null&&D.success&&(x(D.totalUsers??0),v(D.paidOrderCount??0),N(D.totalRevenue??0),E(D.conversionRate??0))}catch(D){if((D==null?void 0:D.name)!=="AbortError"){console.error("stats 失败,尝试 overview 降级",D);try{const Ie=await De("/api/admin/dashboard/overview",Te);Ie!=null&&Ie.success&&(x(Ie.totalUsers??0),v(Ie.paidOrderCount??0),N(Ie.totalRevenue??0),E(Ie.conversionRate??0))}catch(Ie){yt(Ie)}}}finally{n(!1)}try{const D=await De("/api/admin/balance/summary",Te);D!=null&&D.success&&D.data&&ee(D.data.totalGifted??0)}catch{}try{const D=await De("/api/db/ckb-plan-stats",Te);D!=null&&D.success&&D.data?ae({ckbTotal:D.data.ckbTotal??0,withContact:D.data.withContact??0}):ae(null)}catch{ae(null)}te(!0);try{const[D,Ie]=await Promise.allSettled([De("/api/db/match-records?stats=true",Te),De("/api/admin/distribution/overview",Te)]);D.status==="fulfilled"&&((Mt=D.value)!=null&&Mt.success)&&D.value.data?ge({totalMatches:D.value.data.totalMatches??0,todayMatches:D.value.data.todayMatches??0,uniqueUsers:D.value.data.uniqueUsers??0,paidMatchCount:D.value.data.paidMatchCount??0}):ge(null),Ie.status==="fulfilled"&&((jt=Ie.value)!=null&&jt.success)&&Ie.value.overview?We({todayClicks:Ie.value.overview.todayClicks??0,todayBindings:Ie.value.overview.todayBindings??0,todayConversions:Ie.value.overview.todayConversions??0,monthClicks:Ie.value.overview.monthClicks??0,monthBindings:Ie.value.overview.monthBindings??0,monthConversions:Ie.value.overview.monthConversions??0,totalClicks:Ie.value.overview.totalClicks??0,totalBindings:Ie.value.overview.totalBindings??0,totalConversions:Ie.value.overview.totalConversions??0,conversionRate:Ie.value.overview.conversionRate}):We(null)}catch{ge(null),We(null)}finally{te(!1)}try{const D=await De("/api/db/vip-members?limit=500",Te);D!=null&&D.success&&Array.isArray(D.data)?Lt(D.data):Lt([])}catch{Lt([])}a(!0),o(!0);const Ve=async()=>{try{const D=await De("/api/admin/dashboard/recent-orders?limit=10",Te);if(D!=null&&D.success&&D.recentOrders)f(D.recentOrders);else throw new Error("no data")}catch(D){if((D==null?void 0:D.name)!=="AbortError")try{const Ie=await De("/api/admin/orders?page=1&pageSize=20&status=paid",Te),Rt=((Ie==null?void 0:Ie.orders)??[]).filter(bt=>["paid","completed","success"].includes(bt.status||""));f(Rt.slice(0,5))}catch{f([])}}finally{a(!1)}},st=async()=>{try{const D=await De("/api/admin/dashboard/new-users",Te);if(D!=null&&D.success&&D.newUsers)u(D.newUsers);else throw new Error("no data")}catch(D){if((D==null?void 0:D.name)!=="AbortError")try{const Ie=await De("/api/db/users?page=1&pageSize=10",Te);u((Ie==null?void 0:Ie.users)??[])}catch{u([])}}finally{o(!1)}};await Promise.all([Ve(),st()])}async function It(ve){const Te=ve||$;F(!0);try{const Ve=await De(`/api/admin/track/stats?period=${Te}`);Ve!=null&&Ve.success&&ue({total:Ve.total??0,byModule:Ve.byModule??{}})}catch{ue(null)}finally{F(!1)}}const Pn={home:"首页",chapters:"目录",read:"阅读页",my:"我的",vip:"超级个体",wallet:"钱包",match:"找伙伴",referral:"推广中心",search:"搜索",settings:"设置",about:"关于",member_detail:"成员详情",other:"其他"},vn={btn_click:"按钮点击",nav_click:"导航点击",card_click:"卡片点击",tab_click:"标签切换",page_view:"页面浏览",share:"分享",purchase:"购买",register:"注册",rule_trigger:"规则触发",view_chapter:"浏览章节",link_click:"链接点击"},Ht=ve=>ve?ve.replace(/^part-/,"").replace(/^soulvip_/,"").replace(/^super_?/,"").replace(/^user_/,"").replace(/[_-]+/g," ").trim():"",Xt=ve=>{if(!ve)return"";const Te=ve.trim().toLowerCase();if(!Te)return"";const Ve=gt.find(Mt=>{const jt=String(Mt.id||"").toLowerCase();return jt===Te||jt.includes(Te)||Te.includes(jt)});if(Ve)return Ve.name||Ve.nickname||"";const st=gt.find(Mt=>{const jt=String(Mt.token||"").toLowerCase();return jt&&(jt===Te||jt.includes(Te)||Te.includes(jt))});return st&&(st.name||st.nickname)||""},Cn=ve=>{if(!ve)return"未命名点击";const Te=ve.trim(),Ve=Te.toLowerCase();if(/^链接头像[_-]/.test(Te)){const Mt=Ht(Te.replace(/^链接头像[_-]/,""));return Mt?`头像:${Mt}`:"头像点击"}if(/^member[_-]?detail$/i.test(Ve)||Ve.includes("member detail"))return"成员详情";if(/^giftpay$/i.test(Ve)||Ve.includes("gift pay"))return"代付入口";if(/^part[-_]/i.test(Ve))return`章节:${Ht(Te)}`;if(Ve.includes("soulvip")||Ve.includes("super")){const Mt=Te.replace(/^超级个体[::]?/i,"").replace(/^super[_-]?/i,"").replace(/^soulvip[_-]?/i,"").replace(/^user[_-]?/i,"").trim(),jt=Xt(Mt)||Xt(Ht(Mt));return jt?`超级个体:${jt}`:`超级个体:${Ht(Mt)}`}if(Ve.includes("qgdtw")||Ve.includes("token")||Ve.includes("0000"))return`对象:${Ht(Te)}`;const st={开始匹配:"开始匹配",mentor:"导师顾问",team:"团队招募",investor:"资源对接",充值:"充值",退款:"退款",wallet:"钱包",设置:"设置",VIP:"VIP会员",推广:"推广中心",目录:"目录",搜索:"搜索",匹配:"找伙伴",settings:"设置",expired:"已过期",active:"活跃",converted:"已转化",fill_profile:"完善资料",register:"注册",purchase:"购买",链接卡若:"链接卡若",更多分享:"更多分享",分享朋友圈文案:"分享朋友圈",选择金额10:"选择金额10元",member_detail:"成员详情",giftPay:"代付入口"};return st[Te]?st[Te]:/^[a-z0-9_-]+$/i.test(Te)&&Ht(Te)||Te},Fn=ve=>{const Te=Pn[ve.module]||Pn[ve.page]||ve.module||ve.page||"其他",Ve=vn[ve.action]||ve.action||"点击",st=Cn(ve.target);return`${Te} · ${Ve} · ${st}`};async function Un(){q(!0);try{const ve=await De("/api/admin/super-individual/stats");ve!=null&&ve.success&&Array.isArray(ve.data)&&R(ve.data)}catch{}finally{q(!1)}}b.useEffect(()=>{const ve=new AbortController;return Ot(ve.signal),It(),Un(),()=>{ve.abort()}},[]);const At=m,xn=ve=>{const Te=ve.productType||"",Ve=ve.description||"";if(Te==="balance_recharge")return{title:`余额充值 ¥${typeof ve.amount=="number"?ve.amount.toFixed(2):parseFloat(String(ve.amount||"0")).toFixed(2)}`,subtitle:"余额充值"};if(Te==="gift_pay")return{title:`代付 ¥${typeof ve.amount=="number"?ve.amount.toFixed(2):parseFloat(String(ve.amount||"0")).toFixed(2)}`,subtitle:"好友代付"};if(Te==="gift_pay_batch"){const st=typeof ve.amount=="number"?ve.amount.toFixed(2):parseFloat(String(ve.amount||"0")).toFixed(2);return{title:Ve||`代付分享 ¥${st}`,subtitle:"代付分享"}}if(Te==="section"&&Ve.includes("代付领取"))return{title:Ve.replace("代付领取 - ",""),subtitle:"代付领取"};if(Ve){if(Te==="section"&&Ve.includes("章节")){if(Ve.includes("-")){const st=Ve.split("-");if(st.length>=3)return{title:`第${st[1]}章 第${st[2]}节`,subtitle:"《一场Soul的创业实验》"}}return{title:Ve,subtitle:"章节购买"}}return Te==="fullbook"||Ve.includes("全书")?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:Te==="vip"||Ve.includes("VIP")?{title:"超级个体开通费用",subtitle:"超级个体"}:Te==="match"||Ve.includes("伙伴")?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:Ve,subtitle:Te==="section"?"单章":Te==="fullbook"?"全书":"其他"}}return Te==="section"?{title:`章节 ${ve.productId||""}`,subtitle:"单章购买"}:Te==="fullbook"?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:Te==="vip"?{title:"超级个体开通费用",subtitle:"超级个体"}:Te==="match"?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:"未知商品",subtitle:Te||"其他"}},Nn=[{title:"总用户数",value:e?null:At,sub:null,icon:_n,color:"text-blue-400",bg:"bg-blue-500/20",link:"/users"},{title:"总收入",value:e?null:`¥${(w??0).toFixed(2)}`,sub:P>0?`含代付 ¥${P.toFixed(2)}`:null,icon:af,color:"text-[#38bdac]",bg:"bg-[#38bdac]/20",link:"/orders"},{title:"订单数",value:e?null:y,sub:null,icon:Fd,color:"text-purple-400",bg:"bg-purple-500/20",link:"/orders"},{title:"转化率",value:e?null:`${typeof k=="number"?k.toFixed(1):0}%`,sub:null,icon:er,color:"text-orange-400",bg:"bg-orange-500/20",link:"/distribution"},{title:"存客宝获客",value:re?re.ckbTotal??0:null,sub:(re==null?void 0:re.withContact)!=null?`含联系方式 ${re.withContact} 人`:null,icon:Sc,color:"text-cyan-400",bg:"bg-cyan-500/20",link:"/users?tab=leads"},{title:"伙伴&推广协同",value:G?null:((be==null?void 0:be.totalMatches)??0)+((Ce==null?void 0:Ce.totalClicks)??0),sub:G?null:`找伙伴 ${(be==null?void 0:be.totalMatches)??0} / 推广 ${(Ce==null?void 0:Ce.totalClicks)??0}`,icon:gc,color:"text-emerald-400",bg:"bg-emerald-500/20",link:"/find-partner"}];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("h1",{className:"text-2xl font-bold mb-8 text-white",children:"数据概览"}),C&&s.jsxs("div",{className:"mb-6 px-4 py-3 rounded-lg bg-amber-500/20 border border-amber-500/50 text-amber-200 text-sm flex items-center justify-between",children:[s.jsx("span",{children:C}),s.jsx("button",{type:"button",onClick:()=>Ot(),className:"text-amber-400 hover:text-amber-300 underline",children:"重试"})]}),s.jsx("div",{className:"flex flex-nowrap gap-6 mb-8 overflow-x-auto pb-1",children:Nn.map((ve,Te)=>s.jsxs(_e,{className:"min-w-[220px] flex-1 bg-[#0f2137] border-gray-700/50 shadow-xl cursor-pointer hover:border-[#38bdac]/50 transition-colors group",onClick:()=>ve.link&&t(ve.link),children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsx(dt,{className:"text-sm font-medium text-gray-400",children:ve.title}),s.jsx("div",{className:`p-2 rounded-lg ${ve.bg}`,children:s.jsx(ve.icon,{className:`w-4 h-4 ${ve.color}`})})]}),s.jsx(ze,{children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("div",{className:"text-2xl font-bold text-white min-h-8 flex items-center",children:ve.value!=null?ve.value:s.jsxs("span",{className:"inline-flex items-center gap-2 text-gray-500",children:[s.jsx(Fe,{className:"w-4 h-4 animate-spin"}),"加载中"]})}),ve.sub&&s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:ve.sub})]}),s.jsx(ll,{className:"w-5 h-5 text-gray-600 group-hover:text-[#38bdac] transition-colors"})]})})]},Te))}),s.jsxs("div",{className:"flex gap-2 mb-6 mt-2",children:[s.jsx("button",{type:"button",onClick:()=>I("overview"),className:`px-5 py-2 rounded-lg text-sm font-medium transition-colors ${pe==="overview"?"bg-[#38bdac] text-white":"bg-[#0f2137] text-gray-400 hover:text-white hover:bg-gray-700/50 border border-gray-700/50"}`,children:"数据概览"}),s.jsx("button",{type:"button",onClick:()=>I("tags"),className:`px-5 py-2 rounded-lg text-sm font-medium transition-colors ${pe==="tags"?"bg-[#38bdac] text-white":"bg-[#0f2137] text-gray-400 hover:text-white hover:bg-gray-700/50 border border-gray-700/50"}`,children:"用户标签点击统计"}),s.jsx("button",{type:"button",onClick:()=>I("super"),className:`px-5 py-2 rounded-lg text-sm font-medium transition-colors ${pe==="super"?"bg-[#38bdac] text-white":"bg-[#0f2137] text-gray-400 hover:text-white hover:bg-gray-700/50 border border-gray-700/50"}`,children:"超级个体统计"})]}),pe==="overview"&&s.jsxs("div",{className:"space-y-8",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between",children:[s.jsx(dt,{className:"text-white",children:"找伙伴 × 推广中心(共统计)"}),s.jsxs("button",{type:"button",onClick:()=>Ot(),disabled:G,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新共统计",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 ${G?"animate-spin":""}`}),"刷新"]})]}),s.jsxs(ze,{children:[G&&!be&&!Ce?s.jsxs("div",{className:"flex items-center justify-center py-10 text-gray-500",children:[s.jsx(Fe,{className:"w-6 h-6 animate-spin mr-2"}),s.jsx("span",{children:"加载中..."})]}):s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-6 gap-4",children:[s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"找伙伴总匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(be==null?void 0:be.totalMatches)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"找伙伴今日"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(be==null?void 0:be.todayMatches)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"找伙伴用户数"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(be==null?void 0:be.uniqueUsers)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"推广总点击"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(Ce==null?void 0:Ce.totalClicks)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"推广总绑定"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(Ce==null?void 0:Ce.totalBindings)??0})]}),s.jsxs("div",{className:"rounded-lg bg-[#0a1628] border border-gray-700/30 p-4",children:[s.jsx("p",{className:"text-xs text-gray-400",children:"推广总转化"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(Ce==null?void 0:Ce.totalConversions)??0})]})]}),(Ce==null?void 0:Ce.conversionRate)&&s.jsxs("p",{className:"text-xs text-gray-500 mt-3",children:["推广转化率:",Ce.conversionRate]})]})]}),s.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-8",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between",children:[s.jsx(dt,{className:"text-white",children:"最近订单"}),s.jsxs("button",{type:"button",onClick:()=>Ot(),disabled:r||i,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新",children:[r||i?s.jsx(Fe,{className:"w-3.5 h-3.5 animate-spin"}):s.jsx(Fe,{className:"w-3.5 h-3.5"}),"刷新"]})]}),s.jsx(ze,{children:s.jsx("div",{className:"space-y-3",children:r&&h.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[h.slice(0,Q?10:4).map(ve=>{var jt;const Te=ve.referrerId?c.find(D=>D.id===ve.referrerId):void 0,Ve=ve.referralCode||(Te==null?void 0:Te.referralCode)||(Te==null?void 0:Te.nickname)||(ve.referrerId?String(ve.referrerId).slice(0,8):""),st=xn(ve),Mt=ve.userNickname||((jt=c.find(D=>D.id===ve.userId))==null?void 0:jt.nickname)||"匿名用户";return s.jsxs("div",{className:"flex items-start justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30 hover:border-[#38bdac]/30 transition-colors",children:[s.jsxs("div",{className:"flex items-start gap-3 flex-1",children:[ve.userAvatar?s.jsx("img",{src:ve.userAvatar,alt:Mt,className:"w-9 h-9 rounded-full object-cover shrink-0 mt-0.5",onError:D=>{D.currentTarget.style.display="none";const Ie=D.currentTarget.nextElementSibling;Ie&&Ie.classList.remove("hidden")}}):null,s.jsx("div",{className:`w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] shrink-0 mt-0.5 ${ve.userAvatar?"hidden":""}`,children:Mt.charAt(0)}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx("button",{type:"button",onClick:()=>{ve.userId&&(K(ve.userId),H(!0))},className:"text-sm text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:Mt}),s.jsx("span",{className:"text-gray-600",children:"·"}),s.jsx("span",{className:"text-sm font-medium text-white truncate",title:st.title,children:st.title})]}),s.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500",children:[st.subtitle&&st.subtitle!=="章节购买"&&s.jsx("span",{className:"px-1.5 py-0.5 bg-gray-700/50 rounded",children:st.subtitle}),s.jsx("span",{children:new Date(ve.createdAt||0).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})]}),Ve&&s.jsxs("p",{className:"text-xs text-gray-600 mt-1",children:["推荐: ",Ve]})]})]}),s.jsxs("div",{className:"text-right ml-4 shrink-0",children:[s.jsxs("p",{className:"text-sm font-bold text-[#38bdac]",children:["+¥",Number(ve.amount).toFixed(2)]}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:ve.paymentMethod||"微信"})]})]},ve.id)}),h.length>4&&!Q&&s.jsx("button",{type:"button",onClick:()=>V(!0),className:"w-full py-2 text-sm text-[#38bdac] hover:text-[#2da396] border border-dashed border-gray-600 rounded-lg hover:border-[#38bdac]/50 transition-colors",children:"展开更多"}),h.length===0&&!r&&s.jsxs("div",{className:"text-center py-12",children:[s.jsx(Fd,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无订单数据"})]})]})})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(ct,{children:s.jsx(dt,{className:"text-white",children:"新注册用户"})}),s.jsx(ze,{children:s.jsx("div",{className:"space-y-3",children:i&&c.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[c.slice(0,5).map(ve=>{var Te;return s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:((Te=ve.nickname)==null?void 0:Te.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("button",{type:"button",onClick:()=>{K(ve.id),H(!0)},className:"text-sm font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:ve.nickname||"匿名用户"}),s.jsx("p",{className:"text-xs text-gray-500",children:ve.phone||"未绑定手机"})]})]}),s.jsx("p",{className:"text-xs text-gray-400",children:ve.createdAt?new Date(ve.createdAt).toLocaleDateString():"-"})]},ve.id)}),c.length===0&&!i&&s.jsx("p",{className:"text-gray-500 text-center py-8",children:"暂无用户数据"})]})})})]})]})]}),pe==="tags"&&s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between",children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(gc,{className:"w-5 h-5 text-[#38bdac]"}),"分类标签点击统计"]}),s.jsx("div",{className:"flex items-center gap-2",children:["today","week","month","all"].map(ve=>s.jsx("button",{type:"button",onClick:()=>{U(ve),It(ve)},className:`px-3 py-1 text-xs rounded-full transition-colors ${$===ve?"bg-[#38bdac] text-white":"bg-gray-700/50 text-gray-400 hover:bg-gray-700"}`,children:{today:"今日",week:"本周",month:"本月",all:"全部"}[ve]},ve))})]}),s.jsx(ze,{children:oe&&!ce?s.jsxs("div",{className:"flex items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-6 h-6 animate-spin mr-2"}),s.jsx("span",{children:"加载中..."})]}):ce&&Object.keys(ce.byModule).length>0?s.jsxs("div",{className:"space-y-6",children:[s.jsxs("p",{className:"text-sm text-gray-400",children:["总点击 ",s.jsx("span",{className:"text-white font-bold text-lg",children:ce.total})," 次"]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:Object.entries(ce.byModule).sort((ve,Te)=>Te[1].reduce((Ve,st)=>Ve+st.count,0)-ve[1].reduce((Ve,st)=>Ve+st.count,0)).slice(0,5).map(([ve,Te])=>{const Ve=Te.reduce((st,Mt)=>st+Mt.count,0);return s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("span",{className:"text-sm font-medium text-[#38bdac]",children:Pn[ve]||ve}),s.jsxs("span",{className:"text-xs text-gray-500",children:[Ve," 次"]})]}),s.jsx("div",{className:"space-y-2",children:Te.sort((st,Mt)=>Mt.count-st.count).slice(0,8).map((st,Mt)=>{const jt=Fn(st);return s.jsxs("div",{className:"flex items-center justify-between text-xs",children:[s.jsx("span",{className:"text-gray-300 truncate mr-2",title:jt,children:jt}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsx("div",{className:"w-16 h-1.5 bg-gray-700 rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac] rounded-full",style:{width:`${Ve>0?st.count/Ve*100:0}%`}})}),s.jsx("span",{className:"text-gray-400 w-8 text-right",children:st.count})]})]},Mt)})})]},ve)})})]}):s.jsxs("div",{className:"text-center py-12",children:[s.jsx(gc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无点击数据"}),s.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"小程序端接入埋点后,数据将在此实时展示"})]})})]}),pe==="super"&&s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between",children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(gc,{className:"w-5 h-5 text-amber-400"}),"超级个体点击统计"]}),s.jsxs(J,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300 h-8",onClick:Un,disabled:ie,children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1 ${ie?"animate-spin":""}`}),"刷新"]})]}),s.jsx(ze,{children:ie&&z.length===0?s.jsxs("div",{className:"flex items-center justify-center py-12 text-gray-500",children:[s.jsx(Fe,{className:"w-6 h-6 animate-spin mr-2"}),s.jsx("span",{children:"加载中..."})]}):z.length>0?s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-xs text-gray-400 border-b border-gray-700/50",children:[s.jsx("th",{className:"text-left py-2 px-3 font-normal",children:"排名"}),s.jsx("th",{className:"text-left py-2 px-3 font-normal",children:"超级个体"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",children:"总点击"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",children:"独立访客"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",children:"人均点击"}),s.jsx("th",{className:"text-center py-2 px-3 font-normal",title:"该用户绑定 @人物 后,指向其 person 的留资独立人数",children:"获客(去重)"}),s.jsx("th",{className:"text-left py-2 px-3 font-normal",children:"手机号"})]})}),s.jsx("tbody",{children:z.map((ve,Te)=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-[#0a1628]/80",children:[s.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:Te+1}),s.jsx("td",{className:"py-2 px-3",children:s.jsxs("div",{className:"flex items-center gap-2",children:[ve.avatar?s.jsx("img",{src:ve.avatar,alt:"",className:"w-7 h-7 rounded-full object-cover"}):s.jsx("div",{className:"w-7 h-7 rounded-full bg-gray-700 flex items-center justify-center text-xs text-gray-400",children:"?"}),s.jsx("button",{type:"button",className:"text-amber-400 hover:text-amber-300 hover:underline text-left text-sm truncate max-w-[160px]",onClick:()=>t(`/users?search=${encodeURIComponent(ve.nickname||ve.userId)}`),title:"点击跳转用户管理",children:ve.nickname||ve.userId})]})}),s.jsx("td",{className:"py-2 px-3 text-center text-white font-bold",children:ve.clicks}),s.jsx("td",{className:"py-2 px-3 text-center text-[#38bdac]",children:ve.uniqueClicks}),s.jsx("td",{className:"py-2 px-3 text-center text-gray-400",children:ve.uniqueClicks>0?(ve.clicks/ve.uniqueClicks).toFixed(1):"-"}),s.jsx("td",{className:"py-2 px-3 text-center text-green-400 text-xs font-medium",children:typeof ve.leadCount=="number"?ve.leadCount:0}),s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs",children:ve.phone||"-"})]},ve.userId))})]})}):s.jsxs("div",{className:"text-center py-12",children:[s.jsx(gc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无超级个体点击数据"}),s.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"小程序首页的超级个体被用户点击后,数据将展示在此"})]})})]}),s.jsx(V0,{open:_,onClose:()=>{H(!1),K(null)},userId:O,onUserUpdated:()=>Ot()})]})}const fs=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{className:"relative w-full overflow-auto",children:s.jsx("table",{ref:n,className:Gt("w-full caption-bottom text-sm",t),...e})}));fs.displayName="Table";const ps=b.forwardRef(({className:t,...e},n)=>s.jsx("thead",{ref:n,className:Gt("[&_tr]:border-b",t),...e}));ps.displayName="TableHeader";const ms=b.forwardRef(({className:t,...e},n)=>s.jsx("tbody",{ref:n,className:Gt("[&_tr:last-child]:border-0",t),...e}));ms.displayName="TableBody";const xt=b.forwardRef(({className:t,...e},n)=>s.jsx("tr",{ref:n,className:Gt("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",t),...e}));xt.displayName="TableRow";const Se=b.forwardRef(({className:t,...e},n)=>s.jsx("th",{ref:n,className:Gt("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",t),...e}));Se.displayName="TableHead";const Ne=b.forwardRef(({className:t,...e},n)=>s.jsx("td",{ref:n,className:Gt("p-4 align-middle [&:has([role=checkbox])]:pr-0",t),...e}));Ne.displayName="TableCell";function hf(t,e){const[n,r]=b.useState(t);return b.useEffect(()=>{const a=setTimeout(()=>r(t),e);return()=>clearTimeout(a)},[t,e]),n}function Zs({page:t,totalPages:e,total:n,pageSize:r,onPageChange:a,onPageSizeChange:i,pageSizeOptions:o=[10,20,50,100]}){return e<=1&&!i?null:s.jsxs("div",{className:"flex items-center justify-between gap-4 py-4 px-5 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-2 text-sm text-gray-400",children:[s.jsxs("span",{children:["共 ",n," 条"]}),i&&s.jsx("select",{value:r,onChange:c=>i(Number(c.target.value)),className:"bg-[#0f2137] border border-gray-600 rounded px-2 py-1 text-gray-300 text-sm",children:o.map(c=>s.jsxs("option",{value:c,children:[c," 条/页"]},c))})]}),e>1&&s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("button",{type:"button",onClick:()=>a(1),disabled:t<=1,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"首页"}),s.jsx("button",{type:"button",onClick:()=>a(t-1),disabled:t<=1,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"上一页"}),s.jsxs("span",{className:"px-3 py-1 text-gray-400 text-sm",children:[t," / ",e]}),s.jsx("button",{type:"button",onClick:()=>a(t+1),disabled:t>=e,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"下一页"}),s.jsx("button",{type:"button",onClick:()=>a(e),disabled:t>=e,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"末页"})]})]})}function WP(){const[t,e]=b.useState([]),[n,r]=b.useState([]),[a,i]=b.useState(0),[o,c]=b.useState(0),[u,h]=b.useState(0),[f,m]=b.useState(1),[x,y]=b.useState(10),[v,w]=b.useState(""),N=hf(v,300),[k,E]=b.useState("all"),[C,L]=b.useState(!0),[O,K]=b.useState(null),[_,H]=b.useState(null),[P,ee]=b.useState(""),[Q,V]=b.useState(!1);async function re(){L(!0),K(null);try{const q=k==="all"?"":k==="completed"?"completed":k,$=new URLSearchParams({page:String(f),pageSize:String(x),...q&&{status:q},...N&&{search:N}}),[U,ce]=await Promise.all([De(`/api/admin/orders?${$}`),De("/api/db/users?page=1&pageSize=500")]);U!=null&&U.success&&(e(U.orders||[]),i(U.total??0),c(U.totalRevenue??0),h(U.todayRevenue??0)),ce!=null&&ce.success&&ce.users&&r(ce.users)}catch(q){console.error("加载订单失败",q),K("加载订单失败,请检查网络后重试")}finally{L(!1)}}b.useEffect(()=>{m(1)},[N,k]),b.useEffect(()=>{re()},[f,x,N,k]);const ae=q=>{var $;return q.userNickname||(($=n.find(U=>U.id===q.userId))==null?void 0:$.nickname)||"匿名用户"},pe=q=>{var $;return(($=n.find(U=>U.id===q))==null?void 0:$.phone)||"-"},I=q=>{const $=q.productType||q.type||"",U=q.description||"";if($==="balance_recharge")return{name:`余额充值 ¥${Number(q.amount||0).toFixed(2)}`,type:"余额充值"};if(U){if($==="section"&&(U.includes("章节")||U.includes("代付领取"))){if(U.includes("代付领取"))return{name:U.replace("代付领取 - ",""),type:"代付领取"};if(U.includes("-")){const ce=U.split("-");if(ce.length>=3)return{name:`第${ce[1]}章 第${ce[2]}节`,type:"《一场Soul的创业实验》"}}return{name:U,type:"章节购买"}}return $==="fullbook"||U.includes("全书")?{name:"《一场Soul的创业实验》",type:"全书购买"}:$==="vip"||U.includes("VIP")?{name:"超级个体开通费用",type:"超级个体"}:$==="match"||U.includes("伙伴")?{name:"找伙伴匹配",type:"功能服务"}:{name:U,type:"其他"}}return $==="section"?{name:`章节 ${q.productId||q.sectionId||""}`,type:"单章"}:$==="fullbook"?{name:"《一场Soul的创业实验》",type:"全书"}:$==="vip"?{name:"超级个体开通费用",type:"超级个体"}:$==="match"?{name:"找伙伴匹配",type:"功能"}:{name:"未知商品",type:$||"其他"}},z=Math.ceil(a/x)||1;async function R(){var q;if(!(!(_!=null&&_.orderSn)&&!(_!=null&&_.id))){V(!0),K(null);try{const $=await Zt("/api/admin/orders/refund",{orderSn:_.orderSn||_.id,reason:P||void 0});$!=null&&$.success?(H(null),ee(""),re()):K(($==null?void 0:$.error)||"退款失败")}catch($){const U=$;K(((q=U==null?void 0:U.data)==null?void 0:q.error)||"退款失败,请检查网络后重试")}finally{V(!1)}}}function ie(){if(t.length===0){X.info("暂无数据可导出");return}const q=["订单号","用户","手机号","商品","金额","支付方式","状态","退款原因","分销佣金","下单时间"],$=t.map(F=>{const G=I(F);return[F.orderSn||F.id||"",ae(F),pe(F.userId),G.name,Number(F.amount||0).toFixed(2),F.paymentMethod==="wechat"?"微信支付":F.paymentMethod==="balance"?"余额支付":F.paymentMethod==="alipay"?"支付宝":F.paymentMethod||"微信支付",F.status==="refunded"?"已退款":F.status==="paid"||F.status==="completed"?"已完成":F.status==="pending"||F.status==="created"?"待支付":"已失败",F.status==="refunded"&&F.refundReason?F.refundReason:"-",F.referrerEarnings?Number(F.referrerEarnings).toFixed(2):"-",F.createdAt?new Date(F.createdAt).toLocaleString("zh-CN"):""].join(",")}),U="\uFEFF"+[q.join(","),...$].join(` +`),ce=new Blob([U],{type:"text/csv;charset=utf-8"}),ue=URL.createObjectURL(ce),oe=document.createElement("a");oe.href=ue,oe.download=`订单列表_${new Date().toISOString().slice(0,10)}.csv`,oe.click(),URL.revokeObjectURL(ue)}return s.jsxs("div",{className:"p-8 w-full",children:[O&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:O}),s.jsx("button",{type:"button",onClick:()=>K(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"订单管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",t.length," 笔订单"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs(J,{variant:"outline",onClick:re,disabled:C,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${C?"animate-spin":""}`}),"刷新"]}),s.jsxs("div",{className:"flex items-center gap-2 text-sm",children:[s.jsx("span",{className:"text-gray-400",children:"总收入:"}),s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",o.toFixed(2)]}),s.jsx("span",{className:"text-gray-600",children:"|"}),s.jsx("span",{className:"text-gray-400",children:"今日:"}),s.jsxs("span",{className:"text-[#FFD700] font-bold",children:["¥",u.toFixed(2)]})]})]})]}),s.jsxs("div",{className:"flex items-center gap-4 mb-6",children:[s.jsxs("div",{className:"relative flex-1 max-w-md",children:[s.jsx(Ta,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(le,{type:"text",placeholder:"搜索订单号/用户/章节...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500",value:v,onChange:q=>w(q.target.value)})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(zj,{className:"w-4 h-4 text-gray-400"}),s.jsxs("select",{value:k,onChange:q=>E(q.target.value),className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"created",children:"已创建"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]})]}),s.jsxs(J,{variant:"outline",onClick:ie,disabled:t.length===0,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(E5,{className:"w-4 h-4 mr-2"}),"导出 CSV"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:C?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"订单号"}),s.jsx(Se,{className:"text-gray-400",children:"用户"}),s.jsx(Se,{className:"text-gray-400",children:"商品"}),s.jsx(Se,{className:"text-gray-400",children:"金额"}),s.jsx(Se,{className:"text-gray-400",children:"支付方式"}),s.jsx(Se,{className:"text-gray-400",children:"状态"}),s.jsx(Se,{className:"text-gray-400",children:"退款原因"}),s.jsx(Se,{className:"text-gray-400",children:"分销佣金"}),s.jsx(Se,{className:"text-gray-400",children:"下单时间"}),s.jsx(Se,{className:"text-gray-400",children:"操作"})]})}),s.jsxs(ms,{children:[t.map(q=>{const $=I(q);return s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsxs(Ne,{className:"font-mono text-xs text-gray-400",children:[(q.orderSn||q.id||"").slice(0,12),"..."]}),s.jsx(Ne,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[ae(q),q.paymentMethod==="gift_pay"&&s.jsx(Be,{className:"bg-emerald-500/20 text-emerald-400 hover:bg-emerald-500/20 border-0 text-xs",children:"代付领取"}),q.payerUserId&&q.paymentMethod!=="gift_pay"&&s.jsx(Be,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"代付"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:pe(q.userId)}),q.payerUserId&&q.payerNickname&&s.jsxs("p",{className:"text-amber-400/80 text-xs mt-0.5",children:[q.paymentMethod==="gift_pay"?"赠送人:":"代付人:",q.payerNickname]})]})}),s.jsx(Ne,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[$.name,(q.productType||q.type)==="vip"&&s.jsx(Be,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"超级个体"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:$.type})]})}),s.jsxs(Ne,{className:"text-[#38bdac] font-bold",children:["¥",Number(q.amount||0).toFixed(2)]}),s.jsx(Ne,{className:"text-gray-300",children:q.paymentMethod==="wechat"?"微信支付":q.paymentMethod==="balance"?"余额支付":q.paymentMethod==="alipay"?"支付宝":q.paymentMethod||"微信支付"}),s.jsx(Ne,{children:s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[q.status==="refunded"?s.jsx(Be,{className:"bg-gray-500/20 text-gray-400 hover:bg-gray-500/20 border-0",children:"已退款"}):q.status==="paid"||q.status==="completed"?s.jsx(Be,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"}):q.status==="pending"||q.status==="created"?s.jsx(Be,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:"待支付"}):s.jsx(Be,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已失败"}),(q.status==="paid"||q.status==="completed")&&(q.webhookPushStatus==="sent"?s.jsx(Be,{className:"bg-emerald-500/20 text-emerald-300 hover:bg-emerald-500/20 border-0",children:"已推送"}):s.jsx(Be,{className:"bg-orange-500/20 text-orange-300 hover:bg-orange-500/20 border-0",children:"待补推"}))]})}),s.jsx(Ne,{className:"text-gray-400 text-sm max-w-[120px] truncate",title:q.refundReason,children:q.status==="refunded"&&q.refundReason?q.refundReason:"-"}),s.jsx(Ne,{className:"text-[#FFD700]",children:q.referrerEarnings?`¥${Number(q.referrerEarnings).toFixed(2)}`:"-"}),s.jsx(Ne,{className:"text-gray-400 text-sm",children:new Date(q.createdAt).toLocaleString("zh-CN")}),s.jsx(Ne,{children:(q.status==="paid"||q.status==="completed")&&q.paymentMethod!=="balance"&&s.jsxs(J,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{H(q),ee("")},children:[s.jsx(Bj,{className:"w-3 h-3 mr-1"}),"退款"]})})]},q.id)}),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:10,className:"text-center py-12 text-gray-500",children:"暂无订单数据"})})]})]}),s.jsx(Zs,{page:f,totalPages:z,total:a,pageSize:x,onPageChange:m,onPageSizeChange:q=>{y(q),m(1)}})]})})}),s.jsx($t,{open:!!_,onOpenChange:q=>!q&&H(null),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:"订单退款"})}),_&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",_.orderSn||_.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",Number(_.amount||0).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:P,onChange:q=>ee(q.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>H(null),disabled:Q,children:"取消"}),s.jsx(J,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:R,disabled:Q,children:Q?"退款中...":"确认退款"})]})]})})]})}const wl=b.forwardRef(({className:t,...e},n)=>s.jsx("textarea",{className:Gt("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",t),ref:n,...e}));wl.displayName="Textarea";const H1=["INTJ","INTP","ENTJ","ENTP","INFJ","INFP","ENFJ","ENFP","ISTJ","ISFJ","ESTJ","ESFJ","ISTP","ISFP","ESTP","ESFP"],l2={INTJ:{title:"战略家",group:"NT",mood:"sharp"},INTP:{title:"逻辑学家",group:"NT",mood:"calm"},ENTJ:{title:"指挥官",group:"NT",mood:"sharp"},ENTP:{title:"辩论家",group:"NT",mood:"playful"},INFJ:{title:"提倡者",group:"NF",mood:"warm"},INFP:{title:"调停者",group:"NF",mood:"warm"},ENFJ:{title:"主人公",group:"NF",mood:"warm"},ENFP:{title:"竞选者",group:"NF",mood:"playful"},ISTJ:{title:"物流师",group:"SJ",mood:"calm"},ISFJ:{title:"守卫者",group:"SJ",mood:"warm"},ESTJ:{title:"总经理",group:"SJ",mood:"sharp"},ESFJ:{title:"执政官",group:"SJ",mood:"warm"},ISTP:{title:"鉴赏家",group:"SP",mood:"sharp"},ISFP:{title:"探险家",group:"SP",mood:"playful"},ESTP:{title:"企业家",group:"SP",mood:"playful"},ESFP:{title:"表演者",group:"SP",mood:"playful"}};function KP(t){switch(t){case"NT":return{bg:"#0d1424",body:"#c89a2c",accent:"#ffd66b",hair:"#6d540f",line:"#111827"};case"NF":return{bg:"#0a1721",body:"#2e9f7c",accent:"#84e9c9",hair:"#2d6a4f",line:"#11212a"};case"SJ":return{bg:"#101828",body:"#4f8cb8",accent:"#9bd4ff",hair:"#2e4a66",line:"#111f2d"};case"SP":return{bg:"#161225",body:"#8b6bc0",accent:"#ccb3ff",hair:"#574183",line:"#211832"};default:return{bg:"#0e1422",body:"#38bdac",accent:"#7ee7db",hair:"#1f6f66",line:"#10202d"}}}function qP(t){switch(t){case"sharp":return{eye:"M222 222 L242 220 M270 220 L290 222",brow:"M218 210 L244 202 M268 202 L294 210",mouth:"M234 256 Q256 246 278 256",tilt:-5};case"warm":return{eye:"M222 224 Q232 230 242 224 M270 224 Q280 230 290 224",brow:"M220 210 Q232 206 244 210 M268 210 Q280 206 292 210",mouth:"M232 254 Q256 272 280 254",tilt:2};case"playful":return{eye:"M222 224 Q232 236 242 224 M270 224 Q280 236 290 224",brow:"M220 210 Q234 200 246 208 M266 208 Q278 200 292 210",mouth:"M232 256 Q256 266 280 250",tilt:8};default:return{eye:"M222 224 Q232 220 242 224 M270 224 Q280 220 290 224",brow:"M220 210 Q232 208 244 210 M268 210 Q280 208 292 210",mouth:"M236 256 Q256 260 276 256",tilt:0}}}function GP(t){switch(t){case"sharp":return"M168 370 L206 300 L256 332 L306 300 L344 370 L306 392 L256 374 L206 392 Z";case"warm":return"M166 368 Q188 318 226 314 L256 340 L286 314 Q324 318 346 368 L314 392 Q286 404 256 396 Q226 404 198 392 Z";case"playful":return"M164 370 L198 304 L252 332 L318 300 L350 374 L316 394 L258 378 L196 396 Z";default:return"M166 370 L202 306 L256 336 L310 306 L346 370 L310 392 L256 380 L202 392 Z"}}function U1(t){const e=l2[t],n=KP(e.group),r=qP(e.mood),a=GP(e.mood),i=` + + + + + + + + + + + + + + + + + + + + + + + + + +`;return`data:image/svg+xml;utf8,${encodeURIComponent(i)}`}function JP(){const[t,e]=b.useState({}),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useCallback(async()=>{r(!0);try{const x=await De("/api/admin/mbti-avatars");x!=null&&x.avatars?e(x.avatars):e({})}catch{X.error("加载 MBTI 头像配置失败")}finally{r(!1)}},[]);b.useEffect(()=>{u()},[u]);const h=async()=>{i(!0);try{const x=await St("/api/admin/mbti-avatars",{avatars:t});if(!x||x.success===!1){X.error((x==null?void 0:x.error)||"保存失败");return}X.success("已保存,后台与小程序默认头像同步生效"),u()}catch{X.error("保存失败")}finally{i(!1)}},f=x=>{const y=U1(x);e(v=>({...v,[x]:y})),X.success(`${x} 已生成`)},m=()=>{c(!0);try{const x={...t};H1.forEach(y=>{x[y]=U1(y)}),e(x),X.success("16 型头像已生成(仅人物)")}finally{c(!1)}};return n?s.jsxs("div",{className:"flex items-center justify-center py-16 text-gray-400",children:[s.jsx(Fe,{className:"w-5 h-5 mr-2 animate-spin text-[#38bdac]"}),"加载配置…"]}):s.jsxs("div",{className:"space-y-4",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-[#38bdac]/25 shadow-xl",children:[s.jsxs(ct,{className:"pb-2",children:[s.jsxs(dt,{className:"text-white flex items-center gap-2 text-lg",children:[s.jsx(nA,{className:"w-5 h-5 text-[#38bdac]"}),"MBTI 头像库"]}),s.jsx(Yt,{className:"text-gray-400 text-sm leading-relaxed",children:"采用人物化风格,按 MBTI 性格自动生成。头像内不显示中英文,仅显示人物形象,颜色与站点主题融合。"})]}),s.jsxs(ze,{className:"flex flex-wrap gap-2",children:[s.jsxs(J,{type:"button",size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396]",onClick:m,disabled:o,children:[s.jsx(SA,{className:"w-3.5 h-3.5 mr-1"}),o?"生成中…":"一键生成16头像"]}),s.jsxs(J,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-300",onClick:u,children:[s.jsx(Fe,{className:"w-3.5 h-3.5 mr-1"}),"重新加载"]}),s.jsxs(J,{type:"button",size:"sm",className:"bg-emerald-600 hover:bg-emerald-500",onClick:h,disabled:a,children:[s.jsx(Sn,{className:"w-3.5 h-3.5 mr-1"}),a?"保存中…":"保存映射"]})]})]}),s.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-3",children:H1.map(x=>{const y=t[x]??"",v=l2[x];return s.jsxs("div",{className:"rounded-xl border border-gray-700/60 bg-[#0a1628] p-3 flex flex-col gap-2 hover:border-[#38bdac]/35 transition-colors",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Be,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 font-mono text-xs",children:x}),s.jsx("span",{className:"text-xs text-gray-400 truncate",title:v.title,children:v.title})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-16 h-16 rounded-full shrink-0 overflow-hidden flex items-center justify-center bg-[#081322] ring-2 ring-[#38bdac]/40 ring-offset-2 ring-offset-[#0a1628]",children:y?s.jsx("img",{src:y,alt:x,className:"w-full h-full object-cover scale-110"}):s.jsx("span",{className:"text-gray-600 text-[10px]",children:"未配"})}),s.jsx("div",{className:"flex-1 min-w-0",children:s.jsx(le,{className:"bg-[#162840] border-gray-700 text-white h-8 text-xs",placeholder:"https://... 或 data:image/...",value:y,onChange:w=>e(N=>({...N,[x]:w.target.value}))})})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(J,{type:"button",size:"sm",variant:"outline",className:"h-7 text-[11px] border-[#38bdac]/40 text-[#38bdac]",onClick:()=>f(x),children:"生成这张"}),s.jsx(J,{type:"button",size:"sm",variant:"ghost",className:"h-7 text-[11px] text-gray-400",onClick:()=>e(w=>({...w,[x]:""})),children:"清空"})]})]},x)})})]})}const W1=[{value:"after_login",label:"注册/登录成功",group:"用户状态"},{value:"bind_phone",label:"绑定手机号",group:"用户状态"},{value:"update_avatar",label:"完善头像(非默认图,与昵称分开配置)",group:"用户状态"},{value:"update_nickname",label:"修改昵称(非默认微信昵称,与头像分开)",group:"用户状态"},{value:"fill_profile",label:"完善资料(MBTI/行业/职位,不含头像昵称)",group:"用户状态"},{value:"view_chapter",label:"浏览章节",group:"阅读行为"},{value:"browse_5_chapters",label:"累计浏览5个章节",group:"阅读行为"},{value:"purchase_section",label:"购买单章",group:"付费行为"},{value:"purchase_fullbook",label:"购买全书/VIP",group:"付费行为"},{value:"after_pay",label:"任意付款成功",group:"付费行为"},{value:"after_match",label:"完成派对匹配",group:"社交行为"},{value:"click_super_individual",label:"点击超级个体头像",group:"社交行为"},{value:"lead_submit",label:"提交留资/链接",group:"社交行为"},{value:"referral_bind",label:"被推荐人绑定",group:"分销行为"},{value:"share_action",label:"分享给好友/朋友圈",group:"分销行为"},{value:"withdraw_request",label:"申请提现",group:"分销行为"},{value:"add_wechat",label:"添加微信联系方式",group:"用户状态"}],K1=[{value:"popup",label:"弹窗提示",desc:"在小程序内弹窗引导用户完成下一步"},{value:"navigate",label:"跳转页面",desc:"引导用户跳转到指定页面"},{value:"webhook",label:"推送飞书群",desc:"触发后推送消息到飞书群Webhook"},{value:"tag",label:"自动打标签",desc:"触发后自动给用户打上指定标签"}];function c2(t){if(Array.isArray(t))return t.filter(e=>typeof e=="string");if(typeof t=="string")try{const e=JSON.parse(t);if(Array.isArray(e))return e.filter(n=>typeof n=="string")}catch{try{const e=typeof atob=="function"?atob(t):"",n=JSON.parse(e);if(Array.isArray(n))return n.filter(r=>typeof r=="string")}catch{}}return[]}function QP(t){return{...t,triggerConditions:c2(t.triggerConditions)}}const YP=[{level:"S",range:"≥85",label:"高价值"},{level:"A",range:"70–84",label:"优质"},{level:"B",range:"50–69",label:"中等"},{level:"C",range:"30–49",label:"潜力"},{level:"D",range:"<30",label:"待激活"}],pc=[{id:"register",label:"注册/登录",icon:"👤",color:"bg-blue-500/20 border-blue-500/40 text-blue-400",desc:"微信授权登录或手机号注册"},{id:"browse",label:"浏览章节",icon:"📖",color:"bg-purple-500/20 border-purple-500/40 text-purple-400",desc:"点击免费/付费章节预览"},{id:"bind_phone",label:"绑定手机",icon:"📱",color:"bg-cyan-500/20 border-cyan-500/40 text-cyan-400",desc:"触发付费章节后绑定手机"},{id:"first_pay",label:"首次付款",icon:"💳",color:"bg-green-500/20 border-green-500/40 text-green-400",desc:"购买单章或全书"},{id:"fill_profile",label:"完善资料",icon:"✍️",color:"bg-yellow-500/20 border-yellow-500/40 text-yellow-400",desc:"填写头像、MBTI、行业等"},{id:"match",label:"派对房匹配",icon:"🤝",color:"bg-orange-500/20 border-orange-500/40 text-orange-400",desc:"参与 Soul 派对房"},{id:"vip",label:"升级 VIP",icon:"👑",color:"bg-amber-500/20 border-amber-500/40 text-amber-400",desc:"付款 ¥1980 购买全书"},{id:"distribution",label:"开启分销",icon:"🔗",color:"bg-[#38bdac]/20 border-[#38bdac]/40 text-[#38bdac]",desc:"生成推广码并推荐好友"}];function q1(t){return confirm(`确定删除该${t}?此操作不可恢复。`)?window.prompt(`请输入「删除」以确认删除${t}`)==="删除":!1}function XP(){var B,de,je,He,ht,Tt,Ln;const[t,e]=T0(),n=t.get("pool"),r=t.get("tab")||"users",a=["users","journey","rules","vip-roles","leads"].includes(r)?r:"users",[i,o]=b.useState([]),[c,u]=b.useState(0),[h,f]=b.useState(1),[m,x]=b.useState(10),[y,v]=b.useState(""),w=hf(y,300),N=n==="vip"?"vip":n==="complete"?"complete":"all",[k,E]=b.useState(N),[C,L]=b.useState(!0),[O,K]=b.useState(!1),[_,H]=b.useState(null),[P,ee]=b.useState(!1),[Q,V]=b.useState(!1),[re,ae]=b.useState("desc");b.useEffect(()=>{n==="vip"?E("vip"):n==="complete"?E("complete"):n==="all"&&E("all")},[n]);const[pe,I]=b.useState(!1),[z,R]=b.useState(null),[ie,q]=b.useState(!1),[$,U]=b.useState(!1),[ce,ue]=b.useState({referrals:[],stats:{}}),[oe,F]=b.useState(!1),[G,te]=b.useState(null),[be,ge]=b.useState(!1),[Ce,We]=b.useState(null),[gt,Lt]=b.useState(!1),[yt,Ot]=b.useState({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),[It,Pn]=b.useState([]),[vn,Ht]=b.useState(!1),[Xt,Cn]=b.useState(!1),[Fn,Un]=b.useState(null),[At,xn]=b.useState({title:"",description:"",trigger:"",triggerConditions:[],actionType:"popup",sort:0,enabled:!0}),[Nn,ve]=b.useState([]),[Te,Ve]=b.useState(!1),[st,Mt]=b.useState(null),[jt,D]=b.useState(null),[Ie,vt]=b.useState({}),[Rt,bt]=b.useState(!1),[it,Dt]=b.useState(null),[Jt,an]=b.useState([]),[as,nr]=b.useState(!1),[Ni,ca]=b.useState(null),[da,zr]=b.useState(""),[$r,Fr]=b.useState([]),[xr,gr]=b.useState(!1),[Oa,sr]=b.useState({}),[Ms,rr]=b.useState([]),[yr,As]=b.useState(0),[se,ye]=b.useState(1),[Ge]=b.useState(20),[ft,Wn]=b.useState(!1),[Fs,Da]=b.useState(null),[_a,Lo]=b.useState(""),ar=hf(_a,300),[Is,wi]=b.useState(""),[Ut,Dl]=b.useState(""),[ir,Oo]=b.useState({}),[ua,_l]=b.useState(null),[za,$a]=b.useState(!1),wn=b.useCallback(async(M,fe)=>{Wn(!0),Da(null);try{const we=new URLSearchParams({mode:"contact",page:String(se),pageSize:String(Ge)}),Re=M??ar;Re&&we.set("search",Re);const Xe=fe??Is;Xe&&we.set("source",Xe),Ut&&we.set("pushStatus",Ut);const nt=await De(`/api/db/ckb-leads?${we}`);if(nt!=null&&nt.success)rr(nt.records||[]),As(nt.total??0),nt.stats&&Oo(nt.stats);else{const on=(nt==null?void 0:nt.error)||"加载获客列表失败";Da(on),X.error(on),rr([]),As(0)}}catch(we){const Re=we instanceof Error?we.message:"网络错误";Da(Re),X.error("加载获客列表失败: "+Re),rr([]),As(0)}finally{Wn(!1)}},[se,Ge,ar,Is,Ut]);async function ed(M){if(M){_l(M);try{const fe=await St("/api/db/ckb-leads/retry",{id:M});fe!=null&&fe.success?X.success(fe.pushed?"重推成功":"已发起重推,请刷新查看状态"):X.error((fe==null?void 0:fe.error)||"重推失败")}catch(fe){X.error(fe instanceof Error?fe.message:"重推请求失败")}finally{_l(null),wn()}}}async function Qn(){const M=ys.filter(Re=>Re.pushStatus==="failed");if(M.length===0){X.info("当前页无失败记录");return}$a(!0);let fe=0;for(const Re of M)try{const Xe=await St("/api/db/ckb-leads/retry",{id:Re.id});Xe!=null&&Xe.success&&Xe.pushed&&fe++}catch{}$a(!1);const we=M.length;X.success(`批量重推完成:成功 ${fe} / ${we}`),wn()}function td(){const M=ys.filter(Ke=>Ke.pushStatus==="failed");if(M.length===0){X.info("当前筛选下无失败记录可导出");return}const fe=Ke=>`"${String(Ke??"").replace(/"/g,'""')}"`,Re=[["ID","昵称","手机号","微信号","对应@人","来源","推送状态","重试次数","失败原因","下次重试时间","创建时间"].join(",")];for(const Ke of M)Re.push([fe(Ke.id),fe(Ke.userNickname||Ke.name||""),fe(Ke.phone||""),fe(Ke.wechatId||""),fe(Ke.personName||""),fe(Ke.source||""),fe(Ke.pushStatus||""),fe(typeof Ke.retryCount=="number"?Ke.retryCount:""),fe(Ke.ckbError||""),fe(Ke.nextRetryAt?new Date(Ke.nextRetryAt).toLocaleString():""),fe(Ke.createdAt?new Date(Ke.createdAt).toLocaleString():"")].join(","));const Xe=new Blob(["\uFEFF"+Re.join(` +`)],{type:"text/csv;charset=utf-8;"}),nt=URL.createObjectURL(Xe),on=document.createElement("a");on.href=nt,on.download=`获客失败清单-${new Date().toISOString().slice(0,19).replace(/[:T]/g,"-")}.csv`,document.body.appendChild(on),on.click(),document.body.removeChild(on),URL.revokeObjectURL(nt),X.success(`已导出失败清单(${M.length} 条)`)}const Br=b.useCallback(async()=>{try{const M=await De("/api/admin/mbti-avatars"),fe=M!=null&&M.avatars&&typeof M.avatars=="object"?M.avatars:{};sr(fe)}catch{sr({})}},[]);b.useEffect(()=>{t.get("tab")==="leads"&&wn()},[t.get("tab"),se,wn]),b.useEffect(()=>{if(a!=="leads")return;const M=window.setInterval(()=>{wn()},3e4);return()=>window.clearInterval(M)},[a,wn]),b.useEffect(()=>{Br()},[Br]);const Do=b.useCallback((M,fe)=>{const we=(M||"").trim();if(we)return we;const Re=(fe||"").trim().toUpperCase();return/^[EI][NS][FT][JP]$/.test(Re)?(Oa[Re]||"").trim():""},[Oa]),ji=b.useCallback(M=>{const fe=!!M.hasFullBook,we=Number(M.purchasedSectionCount||0);return fe?{tone:"vip",main:"已购全书",sub:we>0?`另购单章 ${we} 章`:"购买项:VIP / 全书"}:we>0?{tone:"paid",main:`已购 ${we} 章`,sub:"购买项:章节"}:{tone:"free",main:"未购买",sub:""}},[]),[ha,br]=b.useState(null),Vr=b.useCallback(async()=>{try{const M=await De("/api/admin/users/online-stats");M!=null&&M.success&&typeof M.onlineCount=="number"?br(M.onlineCount):br(0)}catch{br(null)}},[]);b.useEffect(()=>{Vr();const M=setInterval(Vr,1e4);return()=>clearInterval(M)},[Vr]);async function fa(M=!1){var fe;L(!0),M&&K(!0),H(null);try{if(P){const we=new URLSearchParams({search:w,limit:String(m*5)}),Re=await De(`/api/db/users/rfm?${we}`);if(Re!=null&&Re.success){let Xe=Re.users||[];re==="asc"&&(Xe=[...Xe].reverse());const nt=(h-1)*m;o(Xe.slice(nt,nt+m)),u(((fe=Re.users)==null?void 0:fe.length)??0),Xe.length===0&&(ee(!1),H("暂无订单数据,RFM 排序需要用户有购买记录后才能生效"))}else ee(!1),H((Re==null?void 0:Re.error)||"RFM 加载失败,已切回普通模式")}else{const we=new URLSearchParams({page:String(h),pageSize:String(m),search:w,...k==="vip"&&{vip:"true"},...k==="complete"&&{pool:"complete"}}),Re=await De(`/api/db/users?${we}`);Re!=null&&Re.success?(o(Re.users||[]),u(Re.total??0)):H((Re==null?void 0:Re.error)||"加载失败")}}catch(we){console.error("Load users error:",we),H("网络错误")}finally{L(!1),M&&K(!1)}}b.useEffect(()=>{f(1)},[w,k,P]),b.useEffect(()=>{fa()},[h,m,w,k,P,re]);const ki=Math.ceil(c/m)||1,Fa=()=>{P?re==="desc"?ae("asc"):(ee(!1),ae("desc")):(ee(!0),ae("desc"))},Si=M=>({S:"bg-amber-500/20 text-amber-400",A:"bg-green-500/20 text-green-400",B:"bg-blue-500/20 text-blue-400",C:"bg-gray-500/20 text-gray-400",D:"bg-red-500/20 text-red-400"})[M||""]||"bg-gray-500/20 text-gray-400";async function Ci(M){var fe;if(!q1("用户")){X.info("已取消删除");return}try{const we=await di(`/api/db/users?id=${encodeURIComponent(M)}`);we!=null&&we.success?(X.success("已删除"),fa()):X.error("删除失败: "+((we==null?void 0:we.error)||"未知错误"))}catch(we){const Re=we,Xe=((fe=Re==null?void 0:Re.data)==null?void 0:fe.error)||(Re==null?void 0:Re.message)||"网络错误";X.error("删除失败: "+Xe)}}const Hr=M=>{R(M),Ot({phone:M.phone||"",nickname:M.nickname||"",password:"",isAdmin:!!(M.isAdmin??!1),hasFullBook:!!(M.hasFullBook??!1)}),I(!0)},Ti=()=>{R(null),Ot({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),I(!0)};async function _o(){if(!yt.phone||!yt.nickname){X.error("请填写手机号和昵称");return}q(!0);try{if(z){const M=await Zt("/api/db/users",{id:z.id,phone:yt.phone||void 0,nickname:yt.nickname,isAdmin:yt.isAdmin,hasFullBook:yt.hasFullBook,...yt.password&&{password:yt.password}});if(!(M!=null&&M.success)){X.error("更新失败: "+((M==null?void 0:M.error)||""));return}}else{const M=await St("/api/db/users",{phone:yt.phone,nickname:yt.nickname,password:yt.password,isAdmin:yt.isAdmin});if(!(M!=null&&M.success)){X.error("创建失败: "+((M==null?void 0:M.error)||""));return}}I(!1),fa()}catch{X.error("保存失败")}finally{q(!1)}}async function mt(M){te(M),U(!0),F(!0);try{const fe=await De(`/api/db/users/referrals?userId=${encodeURIComponent(M.id)}`);fe!=null&&fe.success?ue({referrals:fe.referrals||[],stats:fe.stats||{}}):ue({referrals:[],stats:{}})}catch{ue({referrals:[],stats:{}})}finally{F(!1)}}const vr=b.useCallback(async()=>{Ht(!0);try{const M=await De("/api/db/user-rules");M!=null&&M.success&&Pn((M.rules||[]).map(fe=>QP(fe)))}catch{}finally{Ht(!1)}},[]);async function Ba(){if(!At.title){X.error("请填写规则标题");return}q(!0);try{if(Fn){const M=await Zt("/api/db/user-rules",{id:Fn.id,...At});if(!(M!=null&&M.success)){X.error("更新失败: "+((M==null?void 0:M.error)||""));return}}else{const M=await St("/api/db/user-rules",At);if(!(M!=null&&M.success)){X.error("创建失败: "+((M==null?void 0:M.error)||""));return}}Cn(!1),vr()}catch{X.error("保存失败")}finally{q(!1)}}async function Va(M){if(!q1("规则")){X.info("已取消删除");return}try{const fe=await di(`/api/db/user-rules?id=${M}`);fe!=null&&fe.success&&vr()}catch{}}async function zo(M){try{await Zt("/api/db/user-rules",{id:M.id,enabled:!M.enabled}),vr()}catch{}}const hn=b.useCallback(async()=>{Ve(!0);try{const M=await De("/api/db/vip-members?limit=500");if(M!=null&&M.success&&M.data){const fe=[...M.data].map((we,Re)=>({...we,vipSort:typeof we.vipSort=="number"?we.vipSort:Re+1}));fe.sort((we,Re)=>(we.vipSort??999999)-(Re.vipSort??999999)),ve(fe)}else M&&M.error&&X.error(M.error)}catch{X.error("加载超级个体列表失败")}finally{Ve(!1)}},[]),[zl,Bs]=b.useState(!1),[Nr,Vs]=b.useState(null),[Rs,Ps]=b.useState(""),[pa,Ur]=b.useState(!1),[Yn,Hs]=b.useState(!1),[Wr,wr]=b.useState(null),[ma,Kr]=b.useState(""),[jr,$o]=b.useState(!1),Ha=["创业者","资源整合者","技术达人","投资人","产品经理","流量操盘手"],Us=M=>{Vs(M),Ps(M.vipRole||""),Bs(!0)},xa=M=>{wr(M),Kr((M.webhookUrl||"").trim()),Hs(!0)},gs=async M=>{const fe=M.trim();if(Nr){if(!fe){X.error("请选择或输入标签");return}Ur(!0);try{const we=await Zt("/api/db/users",{id:Nr.id,vipRole:fe});if(!(we!=null&&we.success)){X.error((we==null?void 0:we.error)||"更新超级个体标签失败");return}X.success("已更新超级个体标签"),Bs(!1),Vs(null),await hn()}catch{X.error("更新超级个体标签失败")}finally{Ur(!1)}}},Ei=async()=>{if(!Wr)return;const M=ma.trim();if(M&&!/^https?:\/\//i.test(M)){X.error("Webhook 地址需以 http/https 开头");return}$o(!0);try{const fe=await Zt("/api/db/vip-members/webhook",{userId:Wr.id,webhookUrl:M});if(!(fe!=null&&fe.success)){X.error((fe==null?void 0:fe.error)||"保存飞书群 Webhook 失败");return}X.success(M?"已保存该超级个体的飞书群 Webhook":"已清空该超级个体的飞书群 Webhook"),Hs(!1),wr(null),await hn()}catch{X.error("保存飞书群 Webhook 失败")}finally{$o(!1)}},[$l,Ua]=b.useState(!1),[kr,qr]=b.useState(null),[Mi,Ai]=b.useState(""),[Ls,Ii]=b.useState(!1),Ri=M=>{qr(M),Ai(M.vipSort!=null?String(M.vipSort):""),Ua(!0)},Fl=async()=>{if(!kr)return;const M=Number(Mi);if(!Number.isFinite(M)){X.error("请输入有效的数字序号");return}Ii(!0);try{const fe=await Zt("/api/db/users",{id:kr.id,vipSort:M});if(!(fe!=null&&fe.success)){X.error((fe==null?void 0:fe.error)||"更新排序序号失败");return}X.success("已更新排序序号"),Ua(!1),qr(null),await hn()}catch{X.error("更新排序序号失败")}finally{Ii(!1)}},Pi=(M,fe)=>{M.dataTransfer.effectAllowed="move",M.dataTransfer.setData("text/plain",fe),Mt(fe)},Li=(M,fe)=>{M.preventDefault(),jt!==fe&&D(fe)},Bl=()=>{Mt(null),D(null)},is=async(M,fe)=>{M.preventDefault();const we=M.dataTransfer.getData("text/plain")||st;if(Mt(null),D(null),!we||we===fe)return;const Re=Nn.find(Ke=>Ke.id===we),Xe=Nn.find(Ke=>Ke.id===fe);if(!Re||!Xe)return;const nt=Re.vipSort??Nn.findIndex(Ke=>Ke.id===we)+1,on=Xe.vipSort??Nn.findIndex(Ke=>Ke.id===fe)+1;ve(Ke=>{const Qt=[...Ke],or=Qt.findIndex(nd=>nd.id===we),Sr=Qt.findIndex(nd=>nd.id===fe);if(or===-1||Sr===-1)return Ke;const Uo=[...Qt],[Bp,Vp]=[Uo[or],Uo[Sr]];return Uo[or]={...Vp,vipSort:nt},Uo[Sr]={...Bp,vipSort:on},Uo});try{const[Ke,Qt]=await Promise.all([Zt("/api/db/users",{id:we,vipSort:on}),Zt("/api/db/users",{id:fe,vipSort:nt})]);if(!(Ke!=null&&Ke.success)||!(Qt!=null&&Qt.success)){X.error((Ke==null?void 0:Ke.error)||(Qt==null?void 0:Qt.error)||"更新排序失败"),await hn();return}X.success("已更新排序"),await hn()}catch{X.error("更新排序失败"),await hn()}},Gr=b.useCallback(async()=>{bt(!0);try{const M=await De("/api/db/users/journey-stats");M!=null&&M.success&&M.stats&&vt(M.stats)}catch{}finally{bt(!1)}},[]),Fo=b.useCallback(async M=>{Dt(M),nr(!0);try{const fe=await De(`/api/db/users/journey-users?stage=${M}&limit=50`);fe!=null&&fe.success&&fe.users&&an(fe.users)}catch{}finally{nr(!1)}},[]),Wa=b.useCallback(async(M,fe)=>{ca(M),zr(fe),gr(!0);try{const we=await De(`/api/db/users/tracks?userId=${M}&limit=50`);we!=null&&we.success&&we.tracks&&Fr(we.tracks)}catch{}finally{gr(!1)}},[]),[Vl,Oi]=b.useState(!1),Bo=async()=>{Oi(!0);try{const M=await St("/api/admin/shensheshou/batch-enrich",{limit:20});M!=null&&M.success?(X.success(`批量补全完成:${M.enriched} 人已补全,${M.skipped} 人跳过`),fa()):X.error((M==null?void 0:M.error)||"批量补全失败")}catch{X.error("批量补全请求失败")}finally{Oi(!1)}},ga=M=>{const fe=[M.phone,M.nickname,M.avatar,M.wechatId,M.mbti,M.industry,M.region,M.position],we=fe.filter(Re=>Re!=null&&Re!=="").length;return Math.round(we/fe.length*100)},{leadsRows:ys,leadsRawCount:Vo,leadsDeduped:Ho}=b.useMemo(()=>{const M=Ke=>(Ke||"").replace(/\D/g,"")||"",fe=Ke=>{const Qt=M(Ke.phone);if(Qt)return`phone:${Qt}`;const or=(Ke.userId||"").trim();if(or)return`user:${or}`;const Sr=(Ke.wechatId||"").trim();return Sr?`wechat:${Sr}`:`row:${Ke.id}`},we=ar.trim().toLowerCase();let Re=Ms;we&&(Re=Ms.filter(Ke=>[Ke.userNickname,Ke.name,Ke.phone,Ke.wechatId,Ke.personName,Ke.source,String(Ke.ckbPlanId??"")].filter(Boolean).join(" ").toLowerCase().includes(we)));const Xe=[...Re].sort((Ke,Qt)=>{const or=Ke.createdAt?new Date(Ke.createdAt).getTime():0;return(Qt.createdAt?new Date(Qt.createdAt).getTime():0)-or}),nt=new Set,on=[];for(const Ke of Xe){const Qt=fe(Ke);nt.has(Qt)||(nt.add(Qt),on.push(Ke))}return{leadsRows:on,leadsRawCount:Re.length,leadsDeduped:Re.length-on.length}},[Ms,ar]),Hl=M=>M==="success"?s.jsx(Be,{className:"bg-emerald-500/20 text-emerald-300 border-0 text-xs",children:"成功"}):M==="failed"?s.jsx(Be,{className:"bg-red-500/20 text-red-300 border-0 text-xs",children:"失败"}):s.jsx(Be,{className:"bg-amber-500/20 text-amber-300 border-0 text-xs",children:"待推送"}),Di=b.useMemo(()=>{const M=new Map;for(const fe of ys){if(fe.pushStatus!=="failed")continue;const we=(fe.ckbError||"未知错误").trim()||"未知错误";M.set(we,(M.get(we)||0)+1)}return Array.from(M.entries()).map(([fe,we])=>({reason:fe,count:we})).sort((fe,we)=>we.count-fe.count)},[ys]);async function T(){const M=ys.filter(nt=>nt.pushStatus==="failed");if(M.length===0){X.info("当前页无失败记录");return}const fe=Di.slice(0,8).map(nt=>`- ${nt.reason}:${nt.count} 条`).join(` +`),we=M.slice(0,30).map(nt=>nt.id).join(", "),Re=M.slice(0,20).map(nt=>`#${nt.id} | ${nt.userNickname||nt.name||"-"} | 手机:${nt.phone||"-"} | 来源:${nt.source||"-"} | 重试:${nt.retryCount??0} | 错误:${nt.ckbError||"-"}`).join(` +`),Xe=["【获客失败排障信息】",`时间:${new Date().toLocaleString()}`,`当前页失败总数:${M.length}`,"主要失败原因:",fe||"- 无",`最近失败记录ID(最多30条):${we||"无"}`,"","失败记录明细(最多20条):",Re||"无"].join(` +`);try{await navigator.clipboard.writeText(Xe),X.success("已复制排障信息")}catch{X.error("复制失败,请检查浏览器剪贴板权限")}}return s.jsxs("div",{className:"p-8 w-full",children:[_&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:_}),s.jsx("button",{type:"button",onClick:()=>H(null),children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-start gap-6 mb-6 flex-wrap",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"用户管理"}),s.jsxs("p",{className:"text-gray-400 mt-1 text-sm",children:["共 ",c," 位注册用户",ha!==null&&s.jsxs("span",{className:"text-[#38bdac] ml-1",children:["· 在线 ",ha," 人"]}),P&&" · RFM 排序中"]})]}),s.jsx(_e,{className:"shrink-0 w-full max-w-md border-[#38bdac]/35 bg-[#0f2137]/90",children:s.jsxs(ze,{className:"p-3 sm:p-4 space-y-3",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsxs("button",{type:"button",onClick:()=>V(M=>!M),className:"flex items-center gap-2 min-w-0 flex-1 text-left rounded-lg px-1 py-0.5 hover:bg-white/5 transition-colors","aria-expanded":Q,children:[s.jsx(af,{className:"w-5 h-5 text-[#38bdac] shrink-0"}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-sm font-semibold text-white",children:"算法配置"}),s.jsx("div",{className:"text-xs text-gray-500 truncate",children:Q?"RFM · Are you good(用户价值分层)":"RFM · 点击展开说明"})]}),Q?s.jsx(xg,{className:"w-4 h-4 text-gray-400 shrink-0"}):s.jsx(Pc,{className:"w-4 h-4 text-gray-400 shrink-0"})]}),s.jsx(J,{type:"button",variant:"outline",size:"sm",onClick:Fa,className:"border-[#38bdac]/50 text-[#38bdac] hover:bg-[#38bdac]/10 bg-transparent shrink-0",children:P?re==="desc"?"RFM 降序":"RFM 升序":"按 RFM 排序"})]}),Q&&s.jsxs(s.Fragment,{children:[s.jsxs("p",{className:"text-xs text-gray-400 leading-relaxed",children:["综合分 0–100(六维度):最近消费 R(25%)+ 订单频次 F(20%)+ 累计金额 M(20%)+ 推荐人数(15%)+ 行为轨迹(10%)+ 资料完善(10%)。各维度在全量用户中归一化,与后端"," ",s.jsx("code",{className:"text-gray-500",children:"/api/db/users/rfm"})," 一致。"]}),s.jsx("div",{className:"flex flex-wrap gap-1.5",children:YP.map(({level:M,range:fe,label:we})=>s.jsxs(Be,{variant:"outline",className:`text-[10px] border-0 ${Si(M)}`,children:[M," ",fe," · ",we]},M))})]})]})})]}),s.jsxs(Dc,{value:a,onValueChange:M=>{const fe=new URLSearchParams(t);M==="users"?fe.delete("tab"):fe.set("tab",M),e(fe)},className:"w-full",children:[s.jsxs(Nl,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-6 flex-wrap h-auto gap-1",children:[s.jsxs(tn,{value:"users",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",children:[s.jsx(_n,{className:"w-4 h-4"})," 用户列表"]}),s.jsxs(tn,{value:"leads",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:()=>wn(),children:[s.jsx(Sc,{className:"w-4 h-4"})," 获客列表"]}),s.jsxs(tn,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Gr,children:[s.jsx(na,{className:"w-4 h-4"})," 用户旅程总览"]}),s.jsxs(tn,{value:"rules",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:vr,children:[s.jsx(co,{className:"w-4 h-4"})," 规则配置"]}),s.jsxs(tn,{value:"vip-roles",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:hn,children:[s.jsx(Tc,{className:"w-4 h-4"})," 超级个体列表"]})]}),s.jsxs(nn,{value:"users",children:[s.jsxs("div",{className:"flex items-center gap-3 mb-4 justify-end flex-wrap",children:[s.jsxs(J,{variant:"outline",onClick:Bo,disabled:Vl,className:"border-purple-500/50 text-purple-400 hover:bg-purple-500/10 bg-transparent",title:"批量调用神射手补全有手机号用户的资料",children:[Vl?s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}):s.jsx(xi,{className:"w-4 h-4 mr-2"}),"批量补全"]}),s.jsxs(J,{variant:"outline",onClick:()=>fa(!0),disabled:O,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${O?"animate-spin":""}`})," 刷新"]}),s.jsxs("select",{value:k,onChange:M=>{const fe=M.target.value;E(fe),f(1),n&&(t.delete("pool"),e(t))},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",disabled:P,children:[s.jsx("option",{value:"all",children:"全部用户"}),s.jsx("option",{value:"vip",children:"VIP会员(超级个体)"}),s.jsx("option",{value:"complete",children:"完善资料用户"})]}),s.jsxs("div",{className:"relative",children:[s.jsx(Ta,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(le,{type:"text",placeholder:"搜索用户...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500 w-56",value:y,onChange:M=>v(M.target.value)})]}),s.jsxs(J,{onClick:Ti,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sc,{className:"w-4 h-4 mr-2"})," 添加用户"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:C?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"用户信息"}),s.jsx(Se,{className:"text-gray-400",children:"绑定信息"}),s.jsx(Se,{className:"text-gray-400",children:"购买状态"}),s.jsx(Se,{className:"text-gray-400",children:"分销收益"}),s.jsxs(Se,{className:"text-gray-400 cursor-pointer select-none",onClick:Fa,children:[s.jsxs("div",{className:"flex items-center gap-1 group",children:[s.jsx(af,{className:"w-3.5 h-3.5"}),s.jsx("span",{children:"RFM分值"}),P?re==="desc"?s.jsx(Pc,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(xg,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(mx,{className:"w-3.5 h-3.5 text-gray-600 group-hover:text-gray-400"})]}),P&&s.jsx("div",{className:"text-[10px] text-[#38bdac] font-normal mt-0.5",children:"点击切换方向/关闭"})]}),s.jsx(Se,{className:"text-gray-400",children:"资料完善"}),s.jsx(Se,{className:"text-gray-400",children:"注册时间"}),s.jsx(Se,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(ms,{children:[i.map(M=>{var fe,we,Re;return s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[(()=>{var on;const Xe=Do(M.avatar,M.mbti),nt=((on=M.nickname)==null?void 0:on.charAt(0))||"?";return s.jsx("button",{type:"button",title:"点击管理 MBTI 默认头像库",onClick:()=>Lt(!0),className:"w-10 h-10 shrink-0 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] overflow-hidden ring-1 ring-transparent hover:ring-[#38bdac]/60 transition",children:Xe?s.jsx("img",{src:Xe,className:"w-full h-full rounded-full object-cover",alt:"",onError:Ke=>{var Sr;const Qt=Ke.target;if(Qt.style.display="none",Qt.nextElementSibling)return;const or=document.createElement("span");or.textContent=nt,(Sr=Qt.parentElement)==null||Sr.appendChild(or)}}):nt})})(),s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("button",{type:"button",onClick:()=>{We(M.id),ge(!0)},className:"font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[120px]",children:M.nickname}),M.isAdmin&&s.jsx(Be,{className:"bg-purple-500/20 text-purple-400 hover:bg-purple-500/20 border-0 text-xs",children:"管理员"}),M.openId&&!((fe=M.id)!=null&&fe.startsWith("user_"))&&s.jsx(Be,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0 text-xs",children:"微信"})]}),s.jsxs("p",{className:"text-xs text-gray-500 font-mono truncate max-w-[140px]",title:M.id,children:[(we=M.id)==null?void 0:we.slice(0,16),(((Re=M.id)==null?void 0:Re.length)??0)>16?"…":""]})]})]})}),s.jsx(Ne,{children:s.jsxs("div",{className:"space-y-1",children:[M.phone&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"📱"}),s.jsx("span",{className:"text-gray-300",children:M.phone})]}),M.wechatId&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"💬"}),s.jsx("span",{className:"text-gray-300",children:M.wechatId})]}),!M.phone&&!M.wechatId&&s.jsx("span",{className:"text-gray-600 text-xs",children:"未绑定"})]})}),s.jsx(Ne,{children:(()=>{const Xe=ji(M);return Xe.tone==="vip"?s.jsxs("div",{className:"space-y-1",children:[s.jsx(Be,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0",children:Xe.main}),Xe.sub&&s.jsx("p",{className:"text-[11px] text-amber-300/80",children:Xe.sub})]}):Xe.tone==="paid"?s.jsxs("div",{className:"space-y-1",children:[s.jsx(Be,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:Xe.main}),Xe.sub&&s.jsx("p",{className:"text-[11px] text-blue-300/80",children:Xe.sub})]}):s.jsx(Be,{variant:"outline",className:"text-gray-500 border-gray-600",children:Xe.main})})()}),s.jsx(Ne,{children:s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"text-white font-medium",children:["¥",parseFloat(String(M.earnings||0)).toFixed(2)]}),parseFloat(String(M.pendingEarnings||0))>0&&s.jsxs("div",{className:"text-xs text-yellow-400",children:["待提现: ¥",parseFloat(String(M.pendingEarnings||0)).toFixed(2)]}),s.jsxs("div",{className:"text-xs text-[#38bdac] cursor-pointer hover:underline flex items-center gap-1",onClick:()=>mt(M),role:"button",tabIndex:0,onKeyDown:Xe=>Xe.key==="Enter"&&mt(M),children:[s.jsx(_n,{className:"w-3 h-3"})," 绑定",M.referralCount||0,"人"]})]})}),s.jsx(Ne,{children:M.rfmScore!=null&&M.rfmScore!==void 0?s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{className:"text-white font-bold text-base",children:M.rfmScore}),s.jsx(Be,{className:`border-0 text-xs ${Si(M.rfmLevel)}`,children:M.rfmLevel})]}):s.jsx("span",{className:"text-gray-600 text-xs",children:"无订单"})}),s.jsx(Ne,{children:(()=>{const Xe=ga(M),nt=Xe>=75?"text-green-400":Xe>=50?"text-yellow-400":"text-gray-500";return s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:"w-12 h-1.5 bg-gray-700 rounded-full overflow-hidden",children:s.jsx("div",{className:`h-full rounded-full ${Xe>=75?"bg-green-500":Xe>=50?"bg-yellow-500":"bg-gray-500"}`,style:{width:`${Xe}%`}})}),s.jsxs("span",{className:`text-xs ${nt}`,children:[Xe,"%"]})]})})()}),s.jsx(Ne,{className:"text-gray-400",children:M.createdAt?new Date(M.createdAt).toLocaleDateString():"-"}),s.jsx(Ne,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>{We(M.id),ge(!0)},className:"text-gray-400 hover:text-blue-400 hover:bg-blue-400/10",title:"用户详情",children:s.jsx(rf,{className:"w-4 h-4"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>Hr(M),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",title:"编辑用户",children:s.jsx(en,{className:"w-4 h-4"})}),s.jsx(J,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",onClick:()=>Ci(M.id),title:"删除",children:s.jsx(js,{className:"w-4 h-4"})})]})})]},M.id)}),i.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无用户数据"})})]})]}),s.jsx(Zs,{page:h,totalPages:ki,total:c,pageSize:m,onPageChange:f,onPageSizeChange:M=>{x(M),f(1)}})]})})})]}),s.jsxs(nn,{value:"leads",children:[Fs&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:Fs}),s.jsx("button",{type:"button",className:"shrink-0 ml-2",onClick:()=>Da(null),"aria-label":"关闭",children:"×"})]}),!ft&&s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-3 mb-4",children:[s.jsxs("div",{className:"p-3 bg-[#0f2137] border border-gray-700/50 rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs",children:"总留资条数"}),s.jsx("p",{className:"text-xl font-bold text-white",children:yr})]}),s.jsxs("div",{className:"p-3 bg-[#0f2137] border border-gray-700/50 rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs",children:"去重用户数(按 userId)"}),s.jsx("p",{className:"text-xl font-bold text-[#38bdac]",title:"后端 COUNT(DISTINCT user_id)",children:ir.uniqueUsers??0})]}),(ir.sourceStats&&ir.sourceStats.length>0?ir.sourceStats.slice(0,2):[]).map(M=>s.jsxs("div",{className:"p-3 bg-[#0f2137] border border-gray-700/50 rounded-lg",children:[s.jsxs("p",{className:"text-gray-500 text-xs",children:["来源:",M.source]}),s.jsx("p",{className:"text-xl font-bold text-purple-400",children:M.cnt})]},M.source))]}),!ft&&Di.length>0&&s.jsx(_e,{className:"bg-[#3a1010]/35 border-red-900/60 shadow-lg mb-4",children:s.jsxs(ze,{className:"p-4",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-3 mb-3",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-red-200 font-medium",children:"失败原因聚合"}),s.jsx("p",{className:"text-red-300/70 text-xs",children:"基于当前页筛选结果,按失败原因聚合统计"})]}),s.jsx(J,{type:"button",variant:"outline",onClick:T,className:"border-red-600/70 text-red-200 hover:bg-red-500/10 bg-transparent",children:"一键复制排障信息"})]}),s.jsx("div",{className:"flex flex-wrap gap-2",children:Di.slice(0,8).map(M=>s.jsxs(Be,{className:"bg-red-500/15 text-red-200 border border-red-600/40",children:[M.reason," · ",M.count]},M.reason))})]})}),s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-3 mb-4",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-2 flex-1 min-w-[200px]",children:[s.jsxs("div",{className:"relative flex-1 max-w-xs",children:[s.jsx(Ta,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(le,{placeholder:"搜索昵称/手机/微信/@人/来源…",value:_a,onChange:M=>Lo(M.target.value),className:"pl-9 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"})]}),ir.sourceStats&&ir.sourceStats.length>0&&s.jsxs("select",{value:Is,onChange:M=>{wi(M.target.value),ye(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部来源"}),ir.sourceStats.map(M=>s.jsxs("option",{value:M.source,children:[M.source,"(",M.cnt,")"]},M.source))]}),s.jsxs("select",{value:Ut,onChange:M=>{Dl(M.target.value),ye(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待推送"}),s.jsx("option",{value:"success",children:"推送成功"}),s.jsx("option",{value:"failed",children:"推送失败"})]}),s.jsx(J,{type:"button",variant:"outline",onClick:()=>{Dl("failed"),ye(1)},className:"border-red-600/60 text-red-300 hover:bg-red-500/10 bg-transparent text-xs h-9",children:"只看失败"}),s.jsxs("span",{className:"text-xs text-gray-500 whitespace-nowrap max-w-[min(100%,20rem)]",title:"同一页内:相同手机号或相同用户 ID(含微信侧标识)只保留最近一条",children:["本页 ",Vo," 条",Ho>0?` · 已合并 ${Ho} 条重复`:""]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsx(J,{variant:"outline",onClick:td,disabled:ft,className:"border-cyan-600/60 text-cyan-300 hover:bg-cyan-500/10 bg-transparent",children:"导出失败清单"}),s.jsxs(J,{variant:"outline",onClick:Qn,disabled:za||ft,className:"border-amber-600/60 text-amber-300 hover:bg-amber-500/10 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${za?"animate-spin":""}`}),"重推本页失败项"]}),s.jsxs(J,{variant:"outline",onClick:()=>wn(),disabled:ft,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${ft?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:ft?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"昵称"}),s.jsx(Se,{className:"text-gray-400",children:"手机号"}),s.jsx(Se,{className:"text-gray-400",children:"微信号"}),s.jsx(Se,{className:"text-gray-400",children:"对应 @人"}),s.jsx(Se,{className:"text-gray-400",children:"获客计划"}),s.jsx(Se,{className:"text-gray-400",children:"来源"}),s.jsx(Se,{className:"text-gray-400",children:"推送状态"}),s.jsx(Se,{className:"text-gray-400",children:"重试"}),s.jsx(Se,{className:"text-gray-400",children:"时间"})]})}),s.jsxs(ms,{children:[ys.map(M=>s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{className:"text-gray-300",children:M.userNickname||M.name||"-"}),s.jsx(Ne,{className:"text-gray-300",children:M.phone||"-"}),s.jsx(Ne,{className:"text-gray-300",children:M.wechatId||"-"}),s.jsx(Ne,{className:"text-[#38bdac]",children:M.personName||"-"}),s.jsx(Ne,{className:"text-gray-400",children:M.ckbPlanId?`#${M.ckbPlanId}`:"-"}),s.jsx(Ne,{children:s.jsx(Be,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:M.source||"未知"})}),s.jsx(Ne,{children:s.jsxs("div",{className:"space-y-1",children:[Hl(M.pushStatus),!!M.ckbError&&s.jsx("p",{className:"text-[11px] text-red-300 max-w-[220px] truncate",title:M.ckbError,children:M.ckbError})]})}),s.jsx(Ne,{className:"text-gray-400 text-xs",children:s.jsxs("div",{className:"space-y-1",children:[s.jsx("p",{children:typeof M.retryCount=="number"?`第 ${M.retryCount} 次`:"-"}),s.jsxs(J,{size:"sm",variant:"outline",disabled:ua===M.id,onClick:()=>ed(M.id),className:"h-7 px-2 text-[11px] border-gray-600 text-gray-200 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-3 h-3 mr-1 ${ua===M.id?"animate-spin":""}`}),"重推"]})]})}),s.jsx(Ne,{className:"text-gray-400",children:M.createdAt?new Date(M.createdAt).toLocaleString():"-"})]},M.id)),ys.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:9,className:"p-0 align-top",children:s.jsxs("div",{className:"py-16 px-6 text-center border-t border-gray-700/40 bg-[#0a1628]/30",children:[s.jsx(Sc,{className:"w-14 h-14 text-[#38bdac]/20 mx-auto mb-4","aria-hidden":!0}),s.jsx("p",{className:"text-gray-200 font-medium mb-1",children:"暂无获客线索"}),s.jsx("p",{className:"text-gray-500 text-sm mb-6 max-w-md mx-auto leading-relaxed",children:ar.trim()||Is?"当前搜索或来源筛选下没有匹配记录,可清空条件后重试。":"存客宝场景产生的手机号 / 微信留资会出现在此列表。请确认获客计划已开启,并有用户完成留资。"}),s.jsxs(J,{type:"button",variant:"outline",onClick:()=>wn(),disabled:ft,className:"border-[#38bdac]/40 text-[#38bdac] hover:bg-[#38bdac]/10 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${ft?"animate-spin":""}`}),"重新加载"]})]})})})]})]}),s.jsx(Zs,{page:se,totalPages:Math.ceil(yr/Ge)||1,total:yr,pageSize:Ge,onPageChange:ye,onPageSizeChange:()=>{}})]})})})]}),s.jsxs(nn,{value:"journey",children:[s.jsxs("div",{className:"flex items-center justify-between mb-5",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户从注册到 VIP 的完整行动路径,点击各阶段查看用户动态"}),s.jsxs(J,{variant:"outline",onClick:Gr,disabled:Rt,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${Rt?"animate-spin":""}`})," 刷新数据"]})]}),s.jsxs("div",{className:"relative mb-8",children:[s.jsx("div",{className:"absolute top-16 left-0 right-0 h-0.5 bg-gradient-to-r from-blue-500/20 via-[#38bdac]/30 to-amber-500/20 mx-20"}),s.jsx("div",{className:"grid grid-cols-4 gap-4 lg:grid-cols-8",children:pc.map((M,fe)=>s.jsxs("div",{className:"relative flex flex-col items-center",children:[s.jsxs("div",{className:`relative w-full p-3 rounded-xl border ${M.color} text-center cursor-pointer hover:opacity-80 transition-opacity ${it===M.id?"ring-2 ring-[#38bdac]":""}`,onClick:()=>Fo(M.id),title:`点击查看「${M.label}」阶段的用户`,children:[s.jsx("div",{className:"text-2xl mb-1",children:M.icon}),s.jsx("div",{className:`text-xs font-medium ${M.color.split(" ").find(we=>we.startsWith("text-"))}`,children:M.label}),Ie[M.id]!==void 0&&s.jsxs("div",{className:"mt-1.5 text-xs text-gray-400",children:[s.jsx("span",{className:"font-bold text-white",children:Ie[M.id]})," 人"]}),s.jsx("div",{className:"absolute -top-2.5 -left-2.5 w-5 h-5 rounded-full bg-[#0a1628] border border-gray-700 flex items-center justify-center text-[10px] text-gray-500",children:fe+1})]}),fes.jsxs("div",{className:"flex items-start gap-3 p-2 bg-[#0a1628] rounded",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs shrink-0 mt-0.5",children:M.step}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-300",children:M.action}),s.jsxs("p",{className:"text-gray-600 text-xs",children:["→ ",M.next]})]})]},M.step))})]}),s.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(er,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"行为锚点统计"}),s.jsx("span",{className:"text-gray-500 text-xs ml-auto",children:"实时更新"})]}),Rt?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Object.keys(Ie).length>0?s.jsx("div",{className:"space-y-2",children:pc.map(M=>{const fe=Ie[M.id]||0,we=Math.max(...pc.map(Xe=>Ie[Xe.id]||0),1),Re=Math.round(fe/we*100);return s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("span",{className:"text-gray-500 text-xs w-20 shrink-0",children:[M.icon," ",M.label]}),s.jsx("div",{className:"flex-1 h-2 bg-[#0a1628] rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac]/60 rounded-full transition-all",style:{width:`${Re}%`}})}),s.jsx("span",{className:"text-gray-400 text-xs w-10 text-right",children:fe})]},M.id)})}):s.jsx("div",{className:"text-center py-8",children:s.jsx("p",{className:"text-gray-500 text-sm",children:"点击「刷新数据」加载统计"})})]})]}),it&&s.jsxs("div",{className:"mt-6 bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(_n,{className:"w-4 h-4 text-[#38bdac]"}),s.jsxs("span",{className:"text-white font-medium",children:[(B=pc.find(M=>M.id===it))==null?void 0:B.icon," ",(de=pc.find(M=>M.id===it))==null?void 0:de.label," 阶段用户"]}),s.jsxs(Be,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-xs",children:[Jt.length," 人"]})]}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>Dt(null),className:"text-gray-400 hover:text-white",children:s.jsx(ts,{className:"w-4 h-4"})})]}),as?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Jt.length===0?s.jsx("p",{className:"text-gray-500 text-center py-6",children:"该阶段暂无用户"}):s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"昵称"}),s.jsx(Se,{className:"text-gray-400",children:"手机号"}),s.jsx(Se,{className:"text-gray-400",children:"注册时间"}),s.jsx(Se,{className:"text-gray-400 text-right",children:"操作"})]})}),s.jsx(ms,{children:Jt.map(M=>s.jsxs(xt,{className:"border-gray-700/50 hover:bg-[#0a1628]",children:[s.jsx(Ne,{className:"text-white",children:M.nickname||"微信用户"}),s.jsx(Ne,{className:"text-gray-300",children:M.phone||"-"}),s.jsx(Ne,{className:"text-gray-400 text-xs",children:M.createdAt?new Date(M.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx(Ne,{className:"text-right",children:s.jsxs(J,{variant:"ghost",size:"sm",className:"text-[#38bdac] hover:bg-[#38bdac]/10",onClick:()=>Wa(M.id,M.nickname||"微信用户"),children:[s.jsx(rf,{className:"w-4 h-4 mr-1"})," 行为轨迹"]})})]},M.id))})]})]}),s.jsx($t,{open:!!Ni,onOpenChange:M=>{M||ca(null)},children:s.jsxs(zt,{className:"sm:max-w-[600px] bg-[#0f2137] border-gray-700 text-white max-h-[80vh] overflow-y-auto",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(na,{className:"w-5 h-5 text-[#38bdac]"}),da," 的行为轨迹"]})}),xr?s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):$r.length===0?s.jsx("p",{className:"text-gray-500 text-center py-8",children:"该用户暂无行为记录"}):s.jsxs("div",{className:"relative pl-6 space-y-0",children:[s.jsx("div",{className:"absolute left-[11px] top-2 bottom-2 w-0.5 bg-gray-700"}),$r.map((M,fe)=>s.jsxs("div",{className:"relative flex items-start gap-3 py-2",children:[s.jsx("div",{className:"absolute left-[-13px] top-3 w-2.5 h-2.5 rounded-full bg-[#38bdac] border-2 border-[#0f2137] z-10"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("span",{className:"text-white text-sm font-medium",children:M.actionLabel}),M.module&&s.jsx(Be,{className:"bg-purple-500/10 text-purple-400 border border-purple-500/30 text-[10px]",children:M.module})]}),(M.chapterTitle||M.target)&&s.jsx("p",{className:"text-gray-400 text-xs mt-0.5 truncate",children:M.chapterTitle||M.target}),s.jsxs("p",{className:"text-gray-600 text-[10px] mt-0.5",children:[M.timeAgo," · ",M.createdAt?new Date(M.createdAt).toLocaleString("zh-CN"):""]})]})]},M.id||fe))]})]})})]}),s.jsxs(nn,{value:"rules",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户旅程触达规则:各行为节点的触发条件与展示文案(偏利他说明,少用命令式)"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(J,{variant:"outline",onClick:vr,disabled:vn,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${vn?"animate-spin":""}`})," 刷新"]}),s.jsxs(J,{onClick:()=>{Un(null),xn({title:"",description:"",trigger:"",triggerConditions:[],actionType:"popup",sort:0,enabled:!0}),Cn(!0)},className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"})," 添加规则"]})]})]}),vn?s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):It.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(er,{className:"w-12 h-12 text-[#38bdac]/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"暂无规则(重启服务将自动写入10条默认规则)"}),s.jsxs(J,{onClick:vr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Fe,{className:"w-4 h-4 mr-2"})," 重新加载"]})]}):s.jsx("div",{className:"space-y-2",children:It.map(M=>{var we;const fe=c2(M.triggerConditions);return s.jsxs("div",{className:`p-3 rounded-lg border transition-all ${M.enabled?"bg-[#0f2137] border-gray-700/50":"bg-[#0a1628]/50 border-gray-700/30 opacity-55"}`,children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-1 min-w-0",children:[s.jsxs("span",{className:"text-gray-600 text-xs font-mono w-5 shrink-0 text-right",children:["#",M.sort]}),s.jsx(en,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),s.jsx("span",{className:"text-white font-medium text-sm truncate",children:M.title}),M.trigger&&s.jsx(Be,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-[10px] shrink-0",children:M.trigger}),fe.length>0&&s.jsxs("div",{className:"flex flex-wrap gap-0.5 ml-1",children:[fe.slice(0,3).map(Re=>{const Xe=W1.find(nt=>nt.value===Re);return s.jsx(Be,{className:"bg-purple-500/10 text-purple-400 border border-purple-500/30 text-[9px]",children:(Xe==null?void 0:Xe.label)||Re},Re)}),fe.length>3&&s.jsxs("span",{className:"text-gray-500 text-[9px]",children:["+",fe.length-3]})]}),M.actionType&&M.actionType!=="popup"&&s.jsx(Be,{className:"bg-amber-500/10 text-amber-400 border border-amber-500/30 text-[9px] shrink-0",children:((we=K1.find(Re=>Re.value===M.actionType))==null?void 0:we.label)||M.actionType})]}),s.jsxs("div",{className:"flex items-center gap-1.5 ml-3 shrink-0",children:[s.jsx(Vt,{checked:M.enabled,onCheckedChange:()=>zo(M)}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>{Un(M),xn({title:M.title,description:M.description,trigger:M.trigger,triggerConditions:fe,actionType:M.actionType||"popup",sort:M.sort,enabled:M.enabled}),Cn(!0)},className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10 h-7 w-7 p-0",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>Va(M.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10 h-7 w-7 p-0",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]}),M.description&&s.jsxs("details",{className:"ml-[52px] mt-1",children:[s.jsxs("summary",{className:"text-gray-500 text-xs cursor-pointer hover:text-gray-400 select-none",children:["查看完整描述",s.jsxs("span",{className:"text-gray-600 ml-1",children:["(",M.description.length," 字,默认折叠)"]})]}),s.jsx("p",{className:"text-gray-400 text-sm mt-1 pl-1 border-l-2 border-gray-700 whitespace-pre-wrap",children:M.description})]})]},M.id)})})]}),s.jsxs(nn,{value:"vip-roles",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"展示当前所有有效的超级个体(VIP 用户),用于检查会员信息与排序值。"}),s.jsx("p",{className:"text-xs text-[#38bdac]",children:"提示:按住任意一行即可拖拽排序,释放后将同步更新小程序展示顺序。"})]}),s.jsx("div",{className:"flex items-center gap-2",children:s.jsxs(J,{variant:"outline",onClick:hn,disabled:Te,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${Te?"animate-spin":""}`})," ","刷新"]})})]}),Te?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):Nn.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(Tc,{className:"w-12 h-12 text-amber-400/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"当前没有有效的超级个体用户。"})]}):s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400 w-12",children:"序号"}),s.jsx(Se,{className:"text-gray-400",children:"成员"}),s.jsx(Se,{className:"text-gray-400 min-w-40",children:"超级个体标签"}),s.jsx(Se,{className:"text-gray-400 w-16 text-center",children:"头像点击"}),s.jsx(Se,{className:"text-gray-400 w-16 text-center",children:"获客数"}),s.jsx(Se,{className:"text-gray-400 w-20",children:"排序值"}),s.jsx(Se,{className:"text-gray-400 w-36",children:"飞书群"}),s.jsx(Se,{className:"text-gray-400 w-36 text-right",children:"操作"})]})}),s.jsx(ms,{children:Nn.map((M,fe)=>{var Xe;const we=st===M.id,Re=jt===M.id;return s.jsxs(xt,{draggable:!0,onDragStart:nt=>Pi(nt,M.id),onDragOver:nt=>Li(nt,M.id),onDrop:nt=>is(nt,M.id),onDragEnd:Bl,className:`border-gray-700/50 cursor-grab active:cursor-grabbing select-none ${we?"opacity-60":""} ${Re?"bg-[#38bdac]/10":""}`,children:[s.jsx(Ne,{className:"text-gray-300",children:fe+1}),s.jsx(Ne,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[Do(M.avatar,M.mbti)?s.jsx("img",{src:Do(M.avatar,M.mbti),className:"w-8 h-8 rounded-full object-cover border border-amber-400/60",alt:"",onError:nt=>{var Ke,Qt;nt.target.style.display="none";const on=document.createElement("div");on.className="w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",on.textContent=((Ke=M.name)==null?void 0:Ke[0])||"创",(Qt=nt.target.parentElement)==null||Qt.appendChild(on)}}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((Xe=M.name)==null?void 0:Xe[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:M.name})})]})}),s.jsx(Ne,{className:"text-gray-300 whitespace-nowrap",children:M.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置)"})}),s.jsx(Ne,{className:"text-center text-blue-400 text-xs font-mono",children:M.clickCount!=null?String(M.clickCount):"-"}),s.jsx(Ne,{className:"text-center text-green-400 text-xs font-mono",children:M.leadCount!=null?String(M.leadCount):"-"}),s.jsx(Ne,{className:"text-gray-300",children:M.vipSort??fe+1}),s.jsx(Ne,{className:"text-xs",children:M.webhookUrl?s.jsx("span",{className:"text-[#38bdac] truncate block max-w-[180px]",title:M.webhookUrl,children:"已配置"}):s.jsx("span",{className:"text-gray-500",children:"未配置"})}),s.jsx(Ne,{className:"text-right text-xs text-gray-300",children:s.jsxs("div",{className:"inline-flex items-center gap-1.5",children:[s.jsx(J,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-amber-300 hover:text-amber-200",onClick:()=>Us(M),title:"设置超级个体标签",children:s.jsx(Bd,{className:"w-3.5 h-3.5"})}),s.jsx(J,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-[#38bdac] hover:text-[#5fe0cd]",onClick:()=>xa(M),title:"编辑飞书群Webhook",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-sky-300 hover:text-sky-200",onClick:()=>Ri(M),title:"设置排序序号",children:s.jsx(mx,{className:"w-3.5 h-3.5"})})]})})]},M.id)})})]})})})]})]}),s.jsx($t,{open:gt,onOpenChange:Lt,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-6xl",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:"MBTI 默认头像库"})}),s.jsx(JP,{})]})}),s.jsx($t,{open:$l,onOpenChange:M=>{Ua(M),M||qr(null)},children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(mx,{className:"w-5 h-5 text-[#38bdac]"}),"设置排序 — ",kr==null?void 0:kr.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"排序序号(数字越小越靠前)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:1",value:Mi,onChange:M=>Ai(M.target.value)})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>Ua(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:Fl,disabled:Ls,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),Ls?"保存中...":"保存"]})]})]})}),s.jsx($t,{open:zl,onOpenChange:M=>{Bs(M),M||Vs(null)},children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(Tc,{className:"w-5 h-5 text-amber-400"}),"设置超级个体标签 — ",Nr==null?void 0:Nr.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"选择或输入标签"}),s.jsx("div",{className:"flex flex-wrap gap-2",children:Ha.map(M=>s.jsx(J,{variant:Rs===M?"default":"outline",size:"sm",className:Rs===M?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50",onClick:()=>Ps(M),children:M},M))}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"或手动输入"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:创业者、资源整合者等",value:Rs,onChange:M=>Ps(M.target.value)})]})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>Bs(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:()=>gs(Rs),disabled:pa,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),pa?"保存中...":"保存"]})]})]})}),s.jsx($t,{open:Yn,onOpenChange:M=>{Hs(M),M||wr(null)},children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-xl",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}),"设置飞书群 Webhook — ",Wr==null?void 0:Wr.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"VOX Webhook 地址(留空即清空)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"https://open.feishu.cn/open-apis/bot/v2/hook/...",value:ma,onChange:M=>Kr(M.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"当用户点击该超级个体头像并提交链接时,线索将优先推送到这里配置的飞书群。"})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>Hs(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:Ei,disabled:jr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),jr?"保存中...":"保存"]})]})]})}),s.jsx($t,{open:pe,onOpenChange:I,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[z?s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(Sc,{className:"w-5 h-5 text-[#38bdac]"}),z?"编辑用户":"添加用户"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"手机号"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入手机号",value:yt.phone,onChange:M=>Ot({...yt,phone:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"昵称"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入昵称",value:yt.nickname,onChange:M=>Ot({...yt,nickname:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:z?"新密码 (留空则不修改)":"密码"}),s.jsx(le,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:z?"留空则不修改":"请输入密码",value:yt.password,onChange:M=>Ot({...yt,password:M.target.value})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Z,{className:"text-gray-300",children:"管理员权限"}),s.jsx(Vt,{checked:yt.isAdmin,onCheckedChange:M=>Ot({...yt,isAdmin:M})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Z,{className:"text-gray-300",children:"已购全书"}),s.jsx(Vt,{checked:yt.hasFullBook,onCheckedChange:M=>Ot({...yt,hasFullBook:M})})]})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>I(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:_o,disabled:ie,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),ie?"保存中...":"保存"]})]})]})}),s.jsx($t,{open:Xt,onOpenChange:Cn,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[90vh] overflow-y-auto",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}),Fn?"编辑规则":"添加规则"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"规则标题 *"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:匹配后填写头像、付款1980需填写信息",value:At.title,onChange:M=>xn({...At,title:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"规则描述"}),s.jsx(wl,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[60px] resize-none",placeholder:"弹窗内容/推送文案...",value:At.description,onChange:M=>xn({...At,description:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"触发条件(可多选)"}),s.jsx("div",{className:"space-y-2",children:["用户状态","阅读行为","付费行为","社交行为","分销行为"].map(M=>{const fe=W1.filter(we=>we.group===M);return fe.length===0?null:s.jsxs("div",{children:[s.jsx("p",{className:"text-[10px] text-gray-500 mb-1",children:M}),s.jsx("div",{className:"flex flex-wrap gap-1.5",children:fe.map(we=>{const Re=(At.triggerConditions||[]).includes(we.value);return s.jsx("button",{type:"button",className:`px-2.5 py-1 rounded-md text-xs border transition-colors ${Re?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-[#0a1628] border-gray-700 text-gray-400 hover:border-gray-500"}`,onClick:()=>{const Xe=At.triggerConditions||[],nt=Re?Xe.filter(on=>on!==we.value):[...Xe,we.value];xn({...At,triggerConditions:nt})},children:we.label},we.value)})})]},M)})}),(At.triggerConditions||[]).length>0&&s.jsxs("p",{className:"text-[10px] text-[#38bdac]",children:["已选 ",(At.triggerConditions||[]).length," 个触发条件(满足任一即触发)"]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"兼容触发标识(旧版)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white text-xs h-8",placeholder:"与小程序一致:注册、完成付款、update_avatar、update_nickname 等",value:At.trigger,onChange:M=>xn({...At,trigger:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"推送动作"}),s.jsx("div",{className:"grid grid-cols-2 gap-2",children:K1.map(M=>s.jsxs("button",{type:"button",className:`p-2 rounded-lg border text-left transition-colors ${At.actionType===M.value?"bg-[#38bdac]/15 border-[#38bdac]/50":"bg-[#0a1628] border-gray-700 hover:border-gray-500"}`,onClick:()=>xn({...At,actionType:M.value}),children:[s.jsx("span",{className:`text-xs font-medium ${At.actionType===M.value?"text-[#38bdac]":"text-gray-300"}`,children:M.label}),s.jsx("p",{className:"text-[10px] text-gray-500 mt-0.5",children:M.desc})]},M.value))})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx("div",{children:s.jsx(Z,{className:"text-gray-300",children:"启用状态"})}),s.jsx(Vt,{checked:At.enabled,onCheckedChange:M=>xn({...At,enabled:M})})]})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>Cn(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:Ba,disabled:ie,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),ie?"保存中...":"保存"]})]})]})}),s.jsx($t,{open:$,onOpenChange:U,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[80vh] overflow-auto",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(_n,{className:"w-5 h-5 text-[#38bdac]"}),"绑定关系 - ",G==null?void 0:G.nickname]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-4 gap-3",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-[#38bdac]",children:((je=ce.stats)==null?void 0:je.total)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"绑定总数"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-green-400",children:((He=ce.stats)==null?void 0:He.purchased)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"已付费"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-yellow-400",children:["¥",(((ht=ce.stats)==null?void 0:ht.earnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"累计收益"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-orange-400",children:["¥",(((Tt=ce.stats)==null?void 0:Tt.pendingEarnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"待提现"})]})]}),oe?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):(((Ln=ce.referrals)==null?void 0:Ln.length)??0)>0?s.jsx("div",{className:"space-y-2 max-h-[300px] overflow-y-auto",children:(ce.referrals??[]).map((M,fe)=>{var Re;const we=M;return s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg p-3",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:((Re=we.nickname)==null?void 0:Re.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white text-sm",children:we.nickname}),s.jsx("div",{className:"text-xs text-gray-500",children:we.phone||(we.hasOpenId?"微信用户":"未绑定")})]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[we.status==="vip"&&s.jsx(Be,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"全书已购"}),we.status==="paid"&&s.jsxs(Be,{className:"bg-blue-500/20 text-blue-400 border-0 text-xs",children:["已付费",we.purchasedSections,"章"]}),we.status==="free"&&s.jsx(Be,{className:"bg-gray-500/20 text-gray-400 border-0 text-xs",children:"未付费"}),s.jsx("span",{className:"text-xs text-gray-500",children:we.createdAt?new Date(we.createdAt).toLocaleDateString():""})]})]},we.id||fe)})}):s.jsx("div",{className:"text-center py-8 text-gray-500",children:"暂无绑定用户"})]}),s.jsx(yn,{children:s.jsx(J,{variant:"outline",onClick:()=>U(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"关闭"})})]})}),s.jsx(V0,{open:be,onClose:()=>ge(!1),userId:Ce,onUserUpdated:fa})]})}function ff(t,[e,n]){return Math.min(n,Math.max(e,t))}var d2=["PageUp","PageDown"],u2=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],h2={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},Jc="Slider",[Tg,ZP,e8]=z0(Jc),[f2]=Eo(Jc,[e8]),[t8,gp]=f2(Jc),p2=b.forwardRef((t,e)=>{const{name:n,min:r=0,max:a=100,step:i=1,orientation:o="horizontal",disabled:c=!1,minStepsBetweenThumbs:u=0,defaultValue:h=[r],value:f,onValueChange:m=()=>{},onValueCommit:x=()=>{},inverted:y=!1,form:v,...w}=t,N=b.useRef(new Set),k=b.useRef(0),C=o==="horizontal"?n8:s8,[L=[],O]=bl({prop:f,defaultProp:h,onChange:Q=>{var re;(re=[...N.current][k.current])==null||re.focus(),m(Q)}}),K=b.useRef(L);function _(Q){const V=l8(L,Q);ee(Q,V)}function H(Q){ee(Q,k.current)}function P(){const Q=K.current[k.current];L[k.current]!==Q&&x(L)}function ee(Q,V,{commit:re}={commit:!1}){const ae=h8(i),pe=f8(Math.round((Q-r)/i)*i+r,ae),I=ff(pe,[r,a]);O((z=[])=>{const R=i8(z,I,V);if(u8(R,u*i)){k.current=R.indexOf(I);const ie=String(R)!==String(z);return ie&&re&&x(R),ie?R:z}else return z})}return s.jsx(t8,{scope:t.__scopeSlider,name:n,disabled:c,min:r,max:a,valueIndexToChangeRef:k,thumbs:N.current,values:L,orientation:o,form:v,children:s.jsx(Tg.Provider,{scope:t.__scopeSlider,children:s.jsx(Tg.Slot,{scope:t.__scopeSlider,children:s.jsx(C,{"aria-disabled":c,"data-disabled":c?"":void 0,...w,ref:e,onPointerDown:Nt(w.onPointerDown,()=>{c||(K.current=L)}),min:r,max:a,inverted:y,onSlideStart:c?void 0:_,onSlideMove:c?void 0:H,onSlideEnd:c?void 0:P,onHomeKeyDown:()=>!c&&ee(r,0,{commit:!0}),onEndKeyDown:()=>!c&&ee(a,L.length-1,{commit:!0}),onStepKeyDown:({event:Q,direction:V})=>{if(!c){const pe=d2.includes(Q.key)||Q.shiftKey&&u2.includes(Q.key)?10:1,I=k.current,z=L[I],R=i*pe*V;ee(z+R,I,{commit:!0})}}})})})})});p2.displayName=Jc;var[m2,x2]=f2(Jc,{startEdge:"left",endEdge:"right",size:"width",direction:1}),n8=b.forwardRef((t,e)=>{const{min:n,max:r,dir:a,inverted:i,onSlideStart:o,onSlideMove:c,onSlideEnd:u,onStepKeyDown:h,...f}=t,[m,x]=b.useState(null),y=qt(e,C=>x(C)),v=b.useRef(void 0),w=pp(a),N=w==="ltr",k=N&&!i||!N&&i;function E(C){const L=v.current||m.getBoundingClientRect(),O=[0,L.width],_=H0(O,k?[n,r]:[r,n]);return v.current=L,_(C-L.left)}return s.jsx(m2,{scope:t.__scopeSlider,startEdge:k?"left":"right",endEdge:k?"right":"left",direction:k?1:-1,size:"width",children:s.jsx(g2,{dir:w,"data-orientation":"horizontal",...f,ref:y,style:{...f.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:C=>{const L=E(C.clientX);o==null||o(L)},onSlideMove:C=>{const L=E(C.clientX);c==null||c(L)},onSlideEnd:()=>{v.current=void 0,u==null||u()},onStepKeyDown:C=>{const O=h2[k?"from-left":"from-right"].includes(C.key);h==null||h({event:C,direction:O?-1:1})}})})}),s8=b.forwardRef((t,e)=>{const{min:n,max:r,inverted:a,onSlideStart:i,onSlideMove:o,onSlideEnd:c,onStepKeyDown:u,...h}=t,f=b.useRef(null),m=qt(e,f),x=b.useRef(void 0),y=!a;function v(w){const N=x.current||f.current.getBoundingClientRect(),k=[0,N.height],C=H0(k,y?[r,n]:[n,r]);return x.current=N,C(w-N.top)}return s.jsx(m2,{scope:t.__scopeSlider,startEdge:y?"bottom":"top",endEdge:y?"top":"bottom",size:"height",direction:y?1:-1,children:s.jsx(g2,{"data-orientation":"vertical",...h,ref:m,style:{...h.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:w=>{const N=v(w.clientY);i==null||i(N)},onSlideMove:w=>{const N=v(w.clientY);o==null||o(N)},onSlideEnd:()=>{x.current=void 0,c==null||c()},onStepKeyDown:w=>{const k=h2[y?"from-bottom":"from-top"].includes(w.key);u==null||u({event:w,direction:k?-1:1})}})})}),g2=b.forwardRef((t,e)=>{const{__scopeSlider:n,onSlideStart:r,onSlideMove:a,onSlideEnd:i,onHomeKeyDown:o,onEndKeyDown:c,onStepKeyDown:u,...h}=t,f=gp(Jc,n);return s.jsx(Ct.span,{...h,ref:e,onKeyDown:Nt(t.onKeyDown,m=>{m.key==="Home"?(o(m),m.preventDefault()):m.key==="End"?(c(m),m.preventDefault()):d2.concat(u2).includes(m.key)&&(u(m),m.preventDefault())}),onPointerDown:Nt(t.onPointerDown,m=>{const x=m.target;x.setPointerCapture(m.pointerId),m.preventDefault(),f.thumbs.has(x)?x.focus():r(m)}),onPointerMove:Nt(t.onPointerMove,m=>{m.target.hasPointerCapture(m.pointerId)&&a(m)}),onPointerUp:Nt(t.onPointerUp,m=>{const x=m.target;x.hasPointerCapture(m.pointerId)&&(x.releasePointerCapture(m.pointerId),i(m))})})}),y2="SliderTrack",b2=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=gp(y2,n);return s.jsx(Ct.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...r,ref:e})});b2.displayName=y2;var Eg="SliderRange",v2=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=gp(Eg,n),i=x2(Eg,n),o=b.useRef(null),c=qt(e,o),u=a.values.length,h=a.values.map(x=>j2(x,a.min,a.max)),f=u>1?Math.min(...h):0,m=100-Math.max(...h);return s.jsx(Ct.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...r,ref:c,style:{...t.style,[i.startEdge]:f+"%",[i.endEdge]:m+"%"}})});v2.displayName=Eg;var Mg="SliderThumb",N2=b.forwardRef((t,e)=>{const n=ZP(t.__scopeSlider),[r,a]=b.useState(null),i=qt(e,c=>a(c)),o=b.useMemo(()=>r?n().findIndex(c=>c.ref.current===r):-1,[n,r]);return s.jsx(r8,{...t,ref:i,index:o})}),r8=b.forwardRef((t,e)=>{const{__scopeSlider:n,index:r,name:a,...i}=t,o=gp(Mg,n),c=x2(Mg,n),[u,h]=b.useState(null),f=qt(e,E=>h(E)),m=u?o.form||!!u.closest("form"):!0,x=B0(u),y=o.values[r],v=y===void 0?0:j2(y,o.min,o.max),w=o8(r,o.values.length),N=x==null?void 0:x[c.size],k=N?c8(N,v,c.direction):0;return b.useEffect(()=>{if(u)return o.thumbs.add(u),()=>{o.thumbs.delete(u)}},[u,o.thumbs]),s.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${v}% + ${k}px)`},children:[s.jsx(Tg.ItemSlot,{scope:t.__scopeSlider,children:s.jsx(Ct.span,{role:"slider","aria-label":t["aria-label"]||w,"aria-valuemin":o.min,"aria-valuenow":y,"aria-valuemax":o.max,"aria-orientation":o.orientation,"data-orientation":o.orientation,"data-disabled":o.disabled?"":void 0,tabIndex:o.disabled?void 0:0,...i,ref:f,style:y===void 0?{display:"none"}:t.style,onFocus:Nt(t.onFocus,()=>{o.valueIndexToChangeRef.current=r})})}),m&&s.jsx(w2,{name:a??(o.name?o.name+(o.values.length>1?"[]":""):void 0),form:o.form,value:y},r)]})});N2.displayName=Mg;var a8="RadioBubbleInput",w2=b.forwardRef(({__scopeSlider:t,value:e,...n},r)=>{const a=b.useRef(null),i=qt(a,r),o=F0(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("input",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(Ct.input,{style:{display:"none"},...n,ref:i,defaultValue:e})});w2.displayName=a8;function i8(t=[],e,n){const r=[...t];return r[n]=e,r.sort((a,i)=>a-i)}function j2(t,e,n){const i=100/(n-e)*(t-e);return ff(i,[0,100])}function o8(t,e){return e>2?`Value ${t+1} of ${e}`:e===2?["Minimum","Maximum"][t]:void 0}function l8(t,e){if(t.length===1)return 0;const n=t.map(a=>Math.abs(a-e)),r=Math.min(...n);return n.indexOf(r)}function c8(t,e,n){const r=t/2,i=H0([0,50],[0,r]);return(r-i(e)*n)*n}function d8(t){return t.slice(0,-1).map((e,n)=>t[n+1]-e)}function u8(t,e){if(e>0){const n=d8(t);return Math.min(...n)>=e}return!0}function H0(t,e){return n=>{if(t[0]===t[1]||e[0]===e[1])return e[0];const r=(e[1]-e[0])/(t[1]-t[0]);return e[0]+r*(n-t[0])}}function h8(t){return(String(t).split(".")[1]||"").length}function f8(t,e){const n=Math.pow(10,e);return Math.round(t*n)/n}var p8=p2,m8=b2,x8=v2,g8=N2;function y8({className:t,defaultValue:e,value:n,min:r=0,max:a=100,...i}){const o=b.useMemo(()=>Array.isArray(n)?n:Array.isArray(e)?e:[r,a],[n,e,r,a]);return s.jsxs(p8,{defaultValue:e,value:n,min:r,max:a,className:Gt("relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50",t),...i,children:[s.jsx(m8,{className:"bg-gray-600 relative grow overflow-hidden rounded-full h-1.5 w-full",children:s.jsx(x8,{className:"bg-[#38bdac] absolute h-full rounded-full"})}),Array.from({length:o.length},(c,u)=>s.jsx(g8,{className:"block size-4 shrink-0 rounded-full border-2 border-[#38bdac] bg-white shadow-sm focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"},u))]})}const b8={distributorShare:90,minWithdrawAmount:10,bindingDays:30,userDiscount:5,withdrawFee:5,enableAutoWithdraw:!1,vipOrderShareVip:20,vipOrderShareNonVip:10};function k2(t){const e=!!(t!=null&&t.embedded),[n,r]=b.useState(b8),[a,i]=b.useState(!0),[o,c]=b.useState(!1);b.useEffect(()=>{De("/api/admin/referral-settings").then(f=>{const m=f==null?void 0:f.data;m&&typeof m=="object"&&r({distributorShare:m.distributorShare??90,minWithdrawAmount:m.minWithdrawAmount??10,bindingDays:m.bindingDays??30,userDiscount:m.userDiscount??5,withdrawFee:m.withdrawFee??5,enableAutoWithdraw:m.enableAutoWithdraw??!1,vipOrderShareVip:m.vipOrderShareVip??20,vipOrderShareNonVip:m.vipOrderShareNonVip??10})}).catch(console.error).finally(()=>i(!1))},[]);const u=async()=>{c(!0);try{const f={distributorShare:Number(n.distributorShare)||0,minWithdrawAmount:Number(n.minWithdrawAmount)||0,bindingDays:Number(n.bindingDays)||0,userDiscount:Number(n.userDiscount)||0,withdrawFee:Number(n.withdrawFee)??5,enableAutoWithdraw:!!n.enableAutoWithdraw,vipOrderShareVip:Number(n.vipOrderShareVip)||20,vipOrderShareNonVip:Number(n.vipOrderShareNonVip)||10},m=await St("/api/admin/referral-settings",f);if(!m||m.success===!1){X.error("保存失败: "+(m&&typeof m=="object"&&"error"in m?m.error:""));return}X.success(`✅ 分销配置已保存成功! + +• 小程序与网站的推广规则会一起生效 +• 绑定关系会使用新的天数配置 +• 佣金比例会立即应用到新订单 + +如有缓存,请刷新前台/小程序页面。`)}catch(f){console.error(f),X.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{c(!1)}},h=f=>m=>{const x=parseFloat(m.target.value||"0");r(y=>({...y,[f]:isNaN(x)?0:x}))};return a?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:e?"p-4 w-full":"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Lc,{className:"w-5 h-5 text-[#38bdac]"}),"推广 / 分销设置"]}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["统一管理「好友优惠」「你得 90% 收益」「绑定期 30 天」「提现门槛」等规则,小程序和 Web 共用这套配置(与系统设置中的「推广功能」开关配合:开关在"," ",s.jsx(Rc,{to:"/settings",className:"text-[#38bdac] underline hover:text-[#5ee0d1]",children:"系统设置 → 功能开关"}),")。"]})]}),s.jsxs(J,{onClick:u,disabled:o||a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),o?"保存中...":"保存配置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"flex items-center gap-2 text-white",children:[s.jsx(PM,{className:"w-4 h-4 text-[#38bdac]"}),"推广规则"]}),s.jsx(Yt,{className:"text-gray-400",children:"这三项会直接体现在小程序「推广规则」卡片上,同时影响实收佣金计算。"})]}),s.jsx(ze,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(vh,{className:"w-3 h-3 text-[#38bdac]"}),"好友优惠(%)"]}),s.jsx(le,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:n.userDiscount,onChange:h("userDiscount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"例如 5 表示好友立减 5%(在价格配置基础上生效)。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(_n,{className:"w-3 h-3 text-[#38bdac]"}),"推广者分成(%)"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx(y8,{className:"flex-1",min:10,max:100,step:1,value:[n.distributorShare],onValueChange:([f])=>r(m=>({...m,distributorShare:f}))}),s.jsx(le,{type:"number",min:0,max:100,className:"w-20 bg-[#0a1628] border-gray-700 text-white text-center",value:n.distributorShare,onChange:h("distributorShare")})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["内容订单佣金 = 订单金额 ×"," ",s.jsxs("span",{className:"text-[#38bdac] font-mono",children:[n.distributorShare,"%"]}),";会员订单见下方。"]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(vh,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者是会员 %)"]}),s.jsx(le,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:n.vipOrderShareVip,onChange:h("vipOrderShareVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者已是会员时,会员订单佣金比例,默认 20%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(vh,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者非会员 %)"]}),s.jsx(le,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:n.vipOrderShareNonVip,onChange:h("vipOrderShareNonVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者非会员时,会员订单佣金比例,默认 10%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(_n,{className:"w-3 h-3 text-[#38bdac]"}),"绑定有效期(天)"]}),s.jsx(le,{type:"number",min:1,max:365,className:"bg-[#0a1628] border-gray-700 text-white",value:n.bindingDays,onChange:h("bindingDays")}),s.jsx("p",{className:"text-xs text-gray-500",children:"好友通过你的链接进来并登录后,绑定在你名下的天数。"})]})]})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"flex items-center gap-2 text-white",children:[s.jsx(Lc,{className:"w-4 h-4 text-[#38bdac]"}),"提现规则"]}),s.jsx(Yt,{className:"text-gray-400",children:"与「提现中心」「自动提现」相关的参数,影响推广者看到的可提现金额和最低门槛。"})]}),s.jsx(ze,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"最低提现金额(元)"}),s.jsx(le,{type:"number",min:0,step:1,className:"bg-[#0a1628] border-gray-700 text-white",value:n.minWithdrawAmount,onChange:h("minWithdrawAmount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序「满 X 元可提现」展示的门槛,同时用于后端接口校验。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"提现手续费(%)"}),s.jsx(le,{type:"number",min:0,max:100,step:.5,className:"bg-[#0a1628] border-gray-700 text-white",value:n.withdrawFee,onChange:h("withdrawFee")}),s.jsx("p",{className:"text-xs text-gray-500",children:"批准提现时按此比例扣除后打款,如 5 表示申请 100 元实际到账 95 元。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:["自动提现开关",s.jsx(Be,{variant:"outline",className:"border-[#38bdac]/40 text-[#38bdac] text-[10px]",children:"预留"})]}),s.jsxs("div",{className:"flex items-center gap-3 mt-1",children:[s.jsx(Vt,{checked:n.enableAutoWithdraw,onCheckedChange:f=>r(m=>({...m,enableAutoWithdraw:f}))}),s.jsx("span",{className:"text-sm text-gray-400",children:"开启后,可结合定时任务实现「收益自动打款到微信零钱」。"})]})]})]})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(ct,{children:s.jsxs(dt,{className:"flex items-center gap-2 text-gray-200 text-sm",children:[s.jsx(vh,{className:"w-4 h-4 text-[#38bdac]"}),"使用说明"]})}),s.jsxs(ze,{className:"space-y-2 text-xs text-gray-400 leading-relaxed",children:[s.jsxs("p",{children:["1. 以上配置会写入"," ",s.jsx("code",{className:"font-mono text-[11px] text-[#38bdac]",children:"system_config.referral_config"}),",小程序「推广中心」、Web 推广页以及支付回调都会读取同一份配置。"]}),s.jsx("p",{children:"2. 修改后新订单立即生效;旧订单的历史佣金不会自动重算,只影响之后产生的订单。"}),s.jsx("p",{children:"3. 如遇前端展示与实际结算不一致,优先以此处配置为准,再排查缓存和小程序版本。"})]})]})]})]})}function v8(){const[t]=T0(),[e,n]=b.useState("overview"),[r,a]=b.useState("orders"),[i,o]=b.useState([]),[c,u]=b.useState(null),[h,f]=b.useState([]),[m,x]=b.useState([]),[y,v]=b.useState([]),[w,N]=b.useState(!0),[k,E]=b.useState(null),[C,L]=b.useState(""),[O,K]=b.useState("all"),[_,H]=b.useState(1),[P,ee]=b.useState(10),[Q,V]=b.useState(0),[re,ae]=b.useState(new Set),[pe,I]=b.useState(null),[z,R]=b.useState(""),[ie,q]=b.useState(!1),[$,U]=b.useState(null),[ce,ue]=b.useState(""),[oe,F]=b.useState(!1),[G,te]=b.useState(!1),[be,ge]=b.useState(!1),[Ce,We]=b.useState([]),[gt,Lt]=b.useState(1),[yt,Ot]=b.useState(0),[It,Pn]=b.useState("");b.useEffect(()=>{vn()},[]),b.useEffect(()=>{const D=t.get("tab");(D==="overview"||D==="orders"||D==="bindings"||D==="withdrawals"||D==="settings")&&n(D)},[t]),b.useEffect(()=>{H(1)},[e,O]),b.useEffect(()=>{Ht(e)},[e]),b.useEffect(()=>{if(e==="orders"&&r==="giftpay"){Ht("giftPay",!0);return}["orders","bindings","withdrawals"].includes(e)&&Ht(e,!0)},[_,P,O,C,e,r,gt,It]),b.useEffect(()=>{e==="withdrawals"&&At()},[e]);async function vn(){E(null);try{const D=await De("/api/admin/distribution/overview");D!=null&&D.success&&D.overview&&u(D.overview)}catch(D){console.error("[Admin] 概览接口异常:",D),E("加载概览失败")}try{const D=await De("/api/db/users");v((D==null?void 0:D.users)||[])}catch(D){console.error("[Admin] 用户数据加载失败:",D)}}async function Ht(D,Ie=!1){var vt;if(!(!Ie&&re.has(D))){N(!0);try{const Rt=y;switch(D){case"overview":break;case"orders":{try{const bt=new URLSearchParams({page:String(_),pageSize:String(P),...O!=="all"&&{status:O},...C&&{search:C}}),it=await De(`/api/admin/orders?${bt}`);if(it!=null&&it.success&&it.orders){const Dt=it.orders.map(Jt=>{const an=Rt.find(nr=>nr.id===Jt.userId),as=Jt.referrerId?Rt.find(nr=>nr.id===Jt.referrerId):null;return{...Jt,amount:parseFloat(String(Jt.amount))||0,userNickname:(an==null?void 0:an.nickname)||Jt.userNickname||"未知用户",userPhone:(an==null?void 0:an.phone)||Jt.userPhone||"-",referrerNickname:(as==null?void 0:as.nickname)||null,referrerCode:(as==null?void 0:as.referralCode)??null,type:Jt.productType||Jt.type}});o(Dt),V(it.total??Dt.length)}else o([]),V(0)}catch(bt){console.error(bt),E("加载订单失败"),o([])}break}case"bindings":{try{const bt=new URLSearchParams({page:String(_),pageSize:String(P),...O!=="all"&&{status:O}}),it=await De(`/api/db/distribution?${bt}`);f((it==null?void 0:it.bindings)||[]),V((it==null?void 0:it.total)??((vt=it==null?void 0:it.bindings)==null?void 0:vt.length)??0)}catch(bt){console.error(bt),E("加载绑定数据失败"),f([])}break}case"withdrawals":{try{const bt=O==="completed"?"success":O==="rejected"?"failed":O,it=new URLSearchParams({...bt&&bt!=="all"&&{status:bt},page:String(_),pageSize:String(P)}),Dt=await De(`/api/admin/withdrawals?${it}`);if(Dt!=null&&Dt.success&&Dt.withdrawals){const Jt=Dt.withdrawals.map(an=>({...an,account:an.account??"未绑定微信号",status:an.status==="success"?"completed":an.status==="failed"?"rejected":an.status}));x(Jt),V((Dt==null?void 0:Dt.total)??Jt.length)}else Dt!=null&&Dt.success||E(`获取提现记录失败: ${(Dt==null?void 0:Dt.error)||"未知错误"}`),x([])}catch(bt){console.error(bt),E("加载提现数据失败"),x([])}break}case"giftPay":{try{const bt=new URLSearchParams({page:String(gt),pageSize:"20",...It&&{status:It}}),it=await De(`/api/admin/gift-pay-requests?${bt}`);it!=null&&it.success&&it.data?(We(it.data),Ot(it.total??it.data.length)):(We([]),Ot(0))}catch(bt){console.error(bt),E("加载代付请求失败"),We([])}break}}ae(bt=>new Set(bt).add(D))}catch(Rt){console.error(Rt)}finally{N(!1)}}}async function Xt(){E(null),ae(D=>{const Ie=new Set(D);return Ie.delete(e),e==="orders"&&r==="giftpay"&&Ie.delete("giftPay"),Ie}),e==="overview"&&vn(),e==="orders"&&r==="giftpay"?await Ht("giftPay",!0):await Ht(e,!0)}async function Cn(D){if(confirm("确认审核通过并打款?"))try{const Ie=await Zt("/api/admin/withdrawals",{id:D,action:"approve"});if(!(Ie!=null&&Ie.success)){const vt=(Ie==null?void 0:Ie.message)||(Ie==null?void 0:Ie.error)||"操作失败";X.error(vt);return}await Xt()}catch(Ie){console.error(Ie),X.error("操作失败")}}function Fn(D){U(D),ue("")}async function Un(){const D=$;if(!D)return;const Ie=ce.trim();if(!Ie){X.error("请填写拒绝原因");return}F(!0);try{const vt=await Zt("/api/admin/withdrawals",{id:D,action:"reject",errorMessage:Ie});if(!(vt!=null&&vt.success)){X.error((vt==null?void 0:vt.error)||"操作失败");return}X.success("已拒绝该提现申请"),U(null),ue(""),await Xt()}catch(vt){console.error(vt),X.error("操作失败")}finally{F(!1)}}async function At(){try{const D=await De("/api/admin/withdrawals/auto-approve");D!=null&&D.success&&typeof D.enableAutoApprove=="boolean"&&te(D.enableAutoApprove)}catch{}}async function xn(D){ge(!0);try{const Ie=await Zt("/api/admin/withdrawals/auto-approve",{enableAutoApprove:D});Ie!=null&&Ie.success?(te(D),X.success(D?"已开启自动审批,新提现将自动打款":"已关闭自动审批")):X.error("更新失败: "+((Ie==null?void 0:Ie.error)??""))}catch{X.error("更新失败")}finally{ge(!1)}}function Nn(){$&&X.info("已取消操作"),U(null),ue("")}async function ve(){var D;if(!(!(pe!=null&&pe.orderSn)&&!(pe!=null&&pe.id))){q(!0),E(null);try{const Ie=await Zt("/api/admin/orders/refund",{orderSn:pe.orderSn||pe.id,reason:z||void 0});Ie!=null&&Ie.success?(I(null),R(""),await Ht("orders",!0)):E((Ie==null?void 0:Ie.error)||"退款失败")}catch(Ie){const vt=Ie;E(((D=vt==null?void 0:vt.data)==null?void 0:D.error)||"退款失败,请检查网络后重试")}finally{q(!1)}}}function Te(D){const Ie={active:"bg-green-500/20 text-green-400",converted:"bg-blue-500/20 text-blue-400",expired:"bg-gray-500/20 text-gray-400",cancelled:"bg-red-500/20 text-red-400",pending:"bg-orange-500/20 text-orange-400",pending_confirm:"bg-orange-500/20 text-orange-400",processing:"bg-blue-500/20 text-blue-400",completed:"bg-green-500/20 text-green-400",rejected:"bg-red-500/20 text-red-400"},vt={active:"有效",converted:"已转化",expired:"已过期",cancelled:"已取消",pending:"待审核",pending_confirm:"待用户确认",processing:"处理中",completed:"已完成",rejected:"已拒绝"};return s.jsx(Be,{className:`${Ie[D]||"bg-gray-500/20 text-gray-400"} border-0`,children:vt[D]||D})}const Ve=Math.ceil(Q/P)||1,st=i,Mt=h.filter(D=>{var vt,Rt,bt,it;if(!C)return!0;const Ie=C.toLowerCase();return((vt=D.refereeNickname)==null?void 0:vt.toLowerCase().includes(Ie))||((Rt=D.refereePhone)==null?void 0:Rt.includes(Ie))||((bt=D.referrerName)==null?void 0:bt.toLowerCase().includes(Ie))||((it=D.referrerCode)==null?void 0:it.toLowerCase().includes(Ie))}),jt=m.filter(D=>{var vt;if(!C)return!0;const Ie=C.toLowerCase();return((vt=D.userName)==null?void 0:vt.toLowerCase().includes(Ie))||D.account&&D.account.toLowerCase().includes(Ie)});return s.jsxs("div",{className:"p-8 w-full",children:[k&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:k}),s.jsx("button",{type:"button",onClick:()=>E(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex items-center justify-between mb-6",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-xl font-semibold text-white",children:"推广中心"}),s.jsx("p",{className:"text-gray-500 text-sm mt-0.5",children:"分销绑定、提现审核、推广设置"})]}),s.jsxs(J,{onClick:Xt,disabled:w,variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-800",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1.5 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx("div",{className:"flex gap-1 mb-6 bg-[#0a1628] rounded-lg p-1 border border-gray-700/40",children:[{key:"overview",label:"数据概览",icon:af},{key:"orders",label:"订单与代付",icon:sf},{key:"bindings",label:"绑定管理",icon:Sa},{key:"withdrawals",label:"提现审核",icon:Lc},{key:"settings",label:"推广设置",icon:co}].map(D=>s.jsxs("button",{type:"button",onClick:()=>{n(D.key),K("all"),L(""),D.key!=="orders"&&a("orders")},className:`flex-1 flex items-center justify-center gap-1.5 px-3 py-2 rounded-md text-sm transition-all ${e===D.key?"bg-[#38bdac] text-white shadow-md":"text-gray-400 hover:text-white hover:bg-gray-700/40"}`,children:[s.jsx(D.icon,{className:"w-3.5 h-3.5"}),D.label]},D.key))}),w?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Fe,{className:"w-8 h-8 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[e==="overview"&&c&&s.jsxs("div",{className:"space-y-6",children:[s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-4",children:[s.jsxs("span",{className:"text-sm font-medium text-gray-300 flex items-center gap-2",children:[s.jsx(xi,{className:"w-4 h-4 text-amber-400"}),"推广转化漏斗"]}),s.jsx(J,{type:"button",size:"sm",variant:"ghost",onClick:()=>void Xt(),disabled:w,className:"text-gray-400 h-7",children:s.jsx(Fe,{className:`w-3.5 h-3.5 ${w?"animate-spin":""}`})})]}),s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-gray-500 text-xs border-b border-gray-700/50",children:[s.jsx("th",{className:"pb-2 text-left font-normal",children:"指标"}),s.jsx("th",{className:"pb-2 text-right font-normal",children:"今日"}),s.jsx("th",{className:"pb-2 text-right font-normal",children:"本月"}),s.jsx("th",{className:"pb-2 text-right font-normal",children:"累计"})]})}),s.jsxs("tbody",{className:"text-white",children:[s.jsxs("tr",{className:"border-b border-gray-700/30",children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(rf,{className:"w-4 h-4 text-blue-400"}),"点击数"]}),s.jsx("td",{className:"py-2.5 text-right font-bold",children:c.todayClicks}),s.jsx("td",{className:"py-2.5 text-right",children:c.monthClicks}),s.jsx("td",{className:"py-2.5 text-right",children:c.totalClicks})]}),s.jsxs("tr",{className:"border-b border-gray-700/30",children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(Sa,{className:"w-4 h-4 text-green-400"}),"绑定关系"]}),s.jsx("td",{className:"py-2.5 text-right font-bold",children:c.todayBindings}),s.jsx("td",{className:"py-2.5 text-right",children:c.monthBindings}),s.jsx("td",{className:"py-2.5 text-right",children:c.totalBindings})]}),s.jsxs("tr",{className:"border-b border-gray-700/30",children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(xx,{className:"w-4 h-4 text-purple-400"}),"付款转化"]}),s.jsx("td",{className:"py-2.5 text-right font-bold",children:c.todayConversions}),s.jsx("td",{className:"py-2.5 text-right",children:c.monthConversions}),s.jsx("td",{className:"py-2.5 text-right",children:c.totalConversions})]}),s.jsxs("tr",{children:[s.jsxs("td",{className:"py-2.5 flex items-center gap-2",children:[s.jsx(sf,{className:"w-4 h-4 text-[#38bdac]"}),"佣金收入"]}),s.jsxs("td",{className:"py-2.5 text-right font-bold text-[#38bdac]",children:["¥",(c.todayEarnings??0).toFixed(0)]}),s.jsxs("td",{className:"py-2.5 text-right text-[#38bdac]",children:["¥",(c.monthEarnings??0).toFixed(0)]}),s.jsxs("td",{className:"py-2.5 text-right text-[#38bdac]",children:["¥",(c.totalEarnings??0).toFixed(0)]})]})]})]})}),c.conversionRate&&s.jsxs("p",{className:"text-xs text-gray-500 mt-3 text-right",children:["综合转化率 ",c.conversionRate]})]})}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsx(_e,{className:"bg-orange-500/10 border-orange-500/30",children:s.jsx(ze,{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(gg,{className:"w-5 h-5 text-orange-400 shrink-0"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsx("p",{className:"text-orange-300 font-medium text-sm",children:"即将过期绑定"}),s.jsxs("p",{className:"text-xl font-bold text-white",children:[c.expiringBindings," ",s.jsx("span",{className:"text-sm font-normal text-orange-300/60",children:"个 · 7天内"})]})]})]})})}),s.jsx(_e,{className:"bg-blue-500/10 border-blue-500/30",children:s.jsx(ze,{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Lc,{className:"w-5 h-5 text-blue-400 shrink-0"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsx("p",{className:"text-blue-300 font-medium text-sm",children:"待审核提现"}),s.jsxs("p",{className:"text-xl font-bold text-white",children:[c.pendingWithdrawals," ",s.jsxs("span",{className:"text-sm font-normal text-blue-300/60",children:["笔 · ¥",(c.pendingWithdrawAmount??0).toFixed(0)]})]})]}),s.jsx(J,{onClick:()=>n("withdrawals"),variant:"outline",size:"sm",className:"border-blue-500/50 text-blue-400 hover:bg-blue-500/20 shrink-0",children:"去审核"})]})})})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(ze,{className:"p-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg bg-white/5",children:[s.jsx(_n,{className:"w-5 h-5 text-gray-400 shrink-0"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-lg font-bold text-white",children:c.totalDistributors}),s.jsx("p",{className:"text-[10px] text-gray-500",children:"推广用户"})]})]}),s.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg bg-white/5",children:[s.jsx(xx,{className:"w-5 h-5 text-green-400 shrink-0"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-lg font-bold text-green-400",children:c.activeDistributors}),s.jsx("p",{className:"text-[10px] text-gray-500",children:"有收益用户"})]})]})]})})})]}),e==="orders"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2 mb-2",children:[s.jsx("button",{type:"button",className:`px-3 py-1.5 rounded-md text-xs font-medium transition-all ${r==="orders"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,onClick:()=>a("orders"),children:"普通订单"}),s.jsxs("button",{type:"button",className:`px-3 py-1.5 rounded-md text-xs font-medium transition-all ${r==="giftpay"?"bg-amber-500/20 text-amber-400 border border-amber-500/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,onClick:()=>{a("giftpay"),Ht("giftPay",!0)},children:[s.jsx(yg,{className:"w-3 h-3 inline mr-1"}),"代付请求"]})]}),r==="orders"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[s.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[s.jsx(Ta,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(le,{value:C,onChange:D=>L(D.target.value),placeholder:"搜索订单号、用户名、手机号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:O,onChange:D=>K(D.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]}),s.jsxs(J,{type:"button",variant:"outline",onClick:()=>void Xt(),disabled:w,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-0",children:[i.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无订单数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"订单号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"商品"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"支付方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"退款原因"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"推荐人/邀请码"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销佣金"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"下单时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:st.map(D=>{var Ie,vt;return s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsxs("td",{className:"p-4 font-mono text-xs text-gray-400",children:[(Ie=D.id)==null?void 0:Ie.slice(0,12),"..."]}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:D.userNickname}),s.jsx("p",{className:"text-gray-500 text-xs",children:D.userPhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:(()=>{const Rt=D.productType||D.type,bt=D.description||"",it=String(D.productId||D.sectionId||""),Dt=Rt==="vip"||bt.includes("VIP")||bt.toLowerCase().includes("vip")||it.toLowerCase().includes("vip");return Rt==="balance_recharge"?`余额充值 ¥${typeof D.amount=="number"?D.amount.toFixed(2):parseFloat(String(D.amount||"0")).toFixed(2)}`:Dt?"超级个体开通费用":Rt==="fullbook"?`${D.bookName||"《底层逻辑》"} - 全本`:Rt==="match"?"匹配次数购买":`${D.bookName||"《底层逻辑》"} - ${D.sectionTitle||D.chapterTitle||`章节${D.productId||D.sectionId||""}`}`})()}),s.jsx("p",{className:"text-gray-500 text-xs",children:(()=>{const Rt=D.productType||D.type,bt=D.description||"",it=String(D.productId||D.sectionId||""),Dt=Rt==="vip"||bt.includes("VIP")||bt.toLowerCase().includes("vip")||it.toLowerCase().includes("vip");return Rt==="balance_recharge"?"余额充值":Dt?"超级个体":Rt==="fullbook"?"全书解锁":Rt==="match"?"功能权益":D.chapterTitle||"单章购买"})()})]})}),s.jsxs("td",{className:"p-4 text-[#38bdac] font-bold",children:["¥",typeof D.amount=="number"?D.amount.toFixed(2):parseFloat(String(D.amount||"0")).toFixed(2)]}),s.jsx("td",{className:"p-4 text-gray-300",children:D.paymentMethod==="wechat"?"微信支付":D.paymentMethod==="balance"?"余额支付":D.paymentMethod==="alipay"?"支付宝":D.paymentMethod||"微信支付"}),s.jsx("td",{className:"p-4",children:D.status==="refunded"?s.jsx(Be,{className:"bg-gray-500/20 text-gray-400 border-0",children:"已退款"}):D.status==="completed"||D.status==="paid"?s.jsx(Be,{className:"bg-green-500/20 text-green-400 border-0",children:"已完成"}):D.status==="pending"||D.status==="created"?s.jsx(Be,{className:"bg-yellow-500/20 text-yellow-400 border-0",children:"待支付"}):s.jsx(Be,{className:"bg-red-500/20 text-red-400 border-0",children:"已失败"})}),s.jsx("td",{className:"p-4 text-gray-400 text-sm max-w-[120px]",title:D.refundReason,children:D.status==="refunded"&&D.refundReason?D.refundReason:"-"}),s.jsx("td",{className:"p-4 text-gray-300 text-sm",children:D.referrerId||D.referralCode?s.jsxs("span",{title:D.referralCode||D.referrerCode||D.referrerId||"",children:[D.referrerNickname||D.referralCode||D.referrerCode||((vt=D.referrerId)==null?void 0:vt.slice(0,8)),(D.referralCode||D.referrerCode)&&` (${D.referralCode||D.referrerCode})`]}):"-"}),s.jsx("td",{className:"p-4 text-[#FFD700]",children:D.referrerEarnings?`¥${(typeof D.referrerEarnings=="number"?D.referrerEarnings:parseFloat(String(D.referrerEarnings))).toFixed(2)}`:"-"}),s.jsx("td",{className:"p-4 text-gray-400 text-sm",children:D.createdAt?new Date(D.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:(D.status==="paid"||D.status==="completed")&&s.jsxs(J,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{I(D),R("")},children:[s.jsx(Bj,{className:"w-3 h-3 mr-1"}),"退款"]})})]},D.id)})})]})}),e==="orders"&&s.jsx(Zs,{page:_,totalPages:Ve,total:Q,pageSize:P,onPageChange:H,onPageSizeChange:D=>{ee(D),H(1)}})]})})]}),r==="giftpay"&&s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(ct,{children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-4",children:[s.jsx(dt,{className:"text-white text-base",children:"代付请求列表"}),s.jsxs("div",{className:"flex gap-2 items-center",children:[s.jsxs("select",{className:"bg-[#0a1628] border border-gray-700 text-white rounded px-3 py-1.5 text-sm",value:It,onChange:D=>{Pn(D.target.value),Lt(1)},children:[s.jsx("option",{value:"",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待支付(旧)"}),s.jsx("option",{value:"pending_pay",children:"待发起人支付"}),s.jsx("option",{value:"paid",children:"已支付"}),s.jsx("option",{value:"refunded",children:"已退款"}),s.jsx("option",{value:"cancelled",children:"已取消"}),s.jsx("option",{value:"expired",children:"已过期"})]}),s.jsxs(J,{size:"sm",variant:"outline",onClick:()=>void Ht("giftPay",!0),disabled:w,className:"border-gray-600 text-gray-300",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1 ${w?"animate-spin":""}`}),"刷新"]})]})]})}),s.jsxs(ze,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"请求号"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"发起人"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"商品/金额"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"份数/已领"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"付款人"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"状态"}),s.jsx("th",{className:"p-3 text-left font-normal text-gray-400 text-xs",children:"创建时间"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:Ce.map(D=>s.jsxs("tr",{className:"hover:bg-[#0a1628]",children:[s.jsx("td",{className:"p-3 font-mono text-xs text-gray-400",children:D.requestSn}),s.jsx("td",{className:"p-3 text-white text-sm",children:D.initiatorNick||D.initiatorUserId}),s.jsxs("td",{className:"p-3",children:[s.jsxs("p",{className:"text-white",children:[D.productType," · ¥",D.amount.toFixed(2)]}),D.description&&s.jsx("p",{className:"text-gray-500 text-xs",children:D.description})]}),s.jsx("td",{className:"p-3 text-gray-400",children:(D.quantity??1)>1?`${D.quantity}份 / 已领${D.redeemedCount??0}`:"-"}),s.jsx("td",{className:"p-3 text-gray-400",children:D.payerNick||(D.payerUserId?D.payerUserId:"-")}),s.jsx("td",{className:"p-3",children:s.jsx(Be,{className:D.status==="paid"?"bg-green-500/20 text-green-400 border-0":D.status==="pending"||D.status==="pending_pay"?"bg-amber-500/20 text-amber-400 border-0":D.status==="refunded"?"bg-red-500/20 text-red-400 border-0":"bg-gray-500/20 text-gray-400 border-0",children:D.status==="paid"?"已支付":D.status==="pending"||D.status==="pending_pay"?"待支付":D.status==="refunded"?"已退款":D.status==="cancelled"?"已取消":"已过期"})}),s.jsx("td",{className:"p-3 text-gray-400 text-xs",children:D.createdAt?new Date(D.createdAt).toLocaleString("zh-CN"):"-"})]},D.id))})]})}),Ce.length===0&&!w&&s.jsx("p",{className:"text-center py-8 text-gray-500",children:"暂无代付请求"}),yt>20&&s.jsx("div",{className:"mt-4 flex justify-center",children:s.jsx(Zs,{page:gt,totalPages:Math.ceil(yt/20),total:yt,pageSize:20,onPageChange:Lt,onPageSizeChange:()=>{}})})]})]})]}),e==="bindings"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[s.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[s.jsx(Ta,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(le,{value:C,onChange:D=>L(D.target.value),placeholder:"搜索用户昵称、手机号、推广码...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:O,onChange:D=>K(D.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"active",children:"有效"}),s.jsx("option",{value:"converted",children:"已转化"}),s.jsx("option",{value:"expired",children:"已过期"})]}),s.jsxs(J,{type:"button",variant:"outline",onClick:()=>void Xt(),disabled:w,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-0",children:[Mt.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无绑定数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"访客"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销商"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"绑定时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"到期时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"佣金"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:Mt.map(D=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-medium",children:D.refereeNickname||"匿名用户"}),s.jsx("p",{className:"text-gray-500 text-xs",children:D.refereePhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white",children:D.referrerName||"-"}),s.jsx("p",{className:"text-gray-500 text-xs font-mono",children:D.referrerCode})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:D.boundAt?new Date(D.boundAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:D.expiresAt?new Date(D.expiresAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Te(D.status)}),s.jsx("td",{className:"p-4",children:D.commission?s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",D.commission.toFixed(2)]}):s.jsx("span",{className:"text-gray-500",children:"-"})})]},D.id))})]})}),e==="bindings"&&s.jsx(Zs,{page:_,totalPages:Ve,total:Q,pageSize:P,onPageChange:H,onPageSizeChange:D=>{ee(D),H(1)}})]})})]}),e==="withdrawals"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex flex-wrap gap-4 items-center",children:[s.jsxs("div",{className:"relative flex-1 min-w-[200px]",children:[s.jsx(Ta,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(le,{value:C,onChange:D=>L(D.target.value),placeholder:"搜索用户名称、账号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:O,onChange:D=>K(D.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white shrink-0",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待审核"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"rejected",children:"已拒绝"})]}),s.jsxs("div",{className:"flex items-center gap-2 px-4 py-2 rounded-lg bg-[#0f2137] border border-gray-700/50 shrink-0",children:[s.jsx(xi,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-sm text-gray-300",children:"自动审批"}),s.jsx(Vt,{checked:G,onCheckedChange:xn,disabled:be,className:"data-[state=checked]:bg-[#38bdac]"})]}),s.jsxs(J,{type:"button",variant:"outline",onClick:()=>void Xt(),disabled:w,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent shrink-0",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${w?"animate-spin":""}`}),"刷新"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-0",children:[jt.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无提现记录"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请人"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款账号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"备注"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:jt.map(D=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[D.userAvatar?s.jsx("img",{src:D.userAvatar,alt:"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-gray-600 flex items-center justify-center text-white text-sm font-medium",children:(D.userName||D.name||"?").slice(0,1)}),s.jsx("p",{className:"text-white font-medium",children:D.userName||D.name})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",D.amount.toFixed(2)]})}),s.jsx("td",{className:"p-4",children:s.jsx(Be,{className:D.method==="wechat"?"bg-green-500/20 text-green-400 border-0":"bg-blue-500/20 text-blue-400 border-0",children:D.method==="wechat"?"微信":"支付宝"})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-mono text-xs",children:D.account}),s.jsx("p",{className:"text-gray-500 text-xs",children:D.name})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:D.createdAt?new Date(D.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Te(D.status)}),s.jsx("td",{className:"p-4 max-w-[160px]",children:s.jsx("span",{className:`text-xs ${D.status==="rejected"||D.status==="failed"?"text-red-400":"text-gray-400"}`,title:D.remark,children:D.remark||"-"})}),s.jsx("td",{className:"p-4 text-right",children:D.status==="pending"&&s.jsxs("div",{className:"flex gap-2 justify-end",children:[s.jsxs(J,{size:"sm",onClick:()=>Cn(D.id),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(xx,{className:"w-4 h-4 mr-1"}),"通过"]}),s.jsxs(J,{size:"sm",variant:"outline",onClick:()=>Fn(D.id),className:"border-red-500/50 text-red-400 hover:bg-red-500/20",children:[s.jsx(Oj,{className:"w-4 h-4 mr-1"}),"拒绝"]})]})})]},D.id))})]})}),e==="withdrawals"&&s.jsx(Zs,{page:_,totalPages:Ve,total:Q,pageSize:P,onPageChange:H,onPageSizeChange:D=>{ee(D),H(1)}})]})})]})]}),s.jsx($t,{open:!!pe,onOpenChange:D=>!D&&I(null),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:"订单退款"})}),pe&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",pe.orderSn||pe.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",typeof pe.amount=="number"?pe.amount.toFixed(2):parseFloat(String(pe.amount||"0")).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:z,onChange:D=>R(D.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>I(null),disabled:ie,children:"取消"}),s.jsx(J,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:ve,disabled:ie,children:ie?"退款中...":"确认退款"})]})]})}),s.jsx($t,{open:!!$,onOpenChange:D=>!D&&Nn(),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:ce,onChange:D=>ue(D.target.value)})})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:Nn,disabled:oe,children:"取消"}),s.jsx(J,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:Un,disabled:oe||!ce.trim(),children:oe?"提交中...":"确认拒绝"})]})]})}),e==="settings"&&s.jsx("div",{className:"-mx-8 -mt-6",children:s.jsx(k2,{embedded:!0})})]})}function N8(){const[t,e]=b.useState([]),[n,r]=b.useState({total:0,pendingCount:0,pendingAmount:0,successCount:0,successAmount:0,failedCount:0}),[a,i]=b.useState(!0),[o,c]=b.useState(null),[u,h]=b.useState("all"),[f,m]=b.useState(1),[x,y]=b.useState(10),[v,w]=b.useState(0),[N,k]=b.useState(null),[E,C]=b.useState(null),[L,O]=b.useState(""),[K,_]=b.useState(!1);async function H(){var I,z,R,ie,q,$,U;i(!0),c(null);try{const ce=new URLSearchParams({status:u,page:String(f),pageSize:String(x)}),ue=await De(`/api/admin/withdrawals?${ce}`);if(ue!=null&&ue.success){const oe=ue.withdrawals||[];e(oe),w(ue.total??((I=ue.stats)==null?void 0:I.total)??oe.length),r({total:((z=ue.stats)==null?void 0:z.total)??ue.total??oe.length,pendingCount:((R=ue.stats)==null?void 0:R.pendingCount)??0,pendingAmount:((ie=ue.stats)==null?void 0:ie.pendingAmount)??0,successCount:((q=ue.stats)==null?void 0:q.successCount)??0,successAmount:(($=ue.stats)==null?void 0:$.successAmount)??0,failedCount:((U=ue.stats)==null?void 0:U.failedCount)??0})}else c("加载提现记录失败")}catch(ce){console.error("Load withdrawals error:",ce),c("加载失败,请检查网络后重试")}finally{i(!1)}}b.useEffect(()=>{m(1)},[u]),b.useEffect(()=>{H()},[u,f,x]);const P=Math.ceil(v/x)||1;async function ee(I){const z=t.find(R=>R.id===I);if(z!=null&&z.userCommissionInfo&&z.userCommissionInfo.availableAfterThis<0){if(!confirm(`⚠️ 风险警告:该用户审核后余额为负数(¥${z.userCommissionInfo.availableAfterThis.toFixed(2)}),可能存在超额提现。 + +确认已核实用户账户并完成打款?`))return}else if(!confirm("确认已完成打款?批准后将更新用户提现记录。"))return;k(I);try{const R=await Zt("/api/admin/withdrawals",{id:I,action:"approve"});R!=null&&R.success?H():X.error("操作失败: "+((R==null?void 0:R.error)??""))}catch{X.error("操作失败")}finally{k(null)}}async function Q(I){if(confirm("确认撤回该笔打款?仅在用户未确认收款前可撤回。")){k(I);try{const z=await St("/api/admin/withdrawals/cancel",{id:I});z!=null&&z.success?(X.success("已撤回打款"),H()):X.error("撤回失败: "+((z==null?void 0:z.error)??"未知错误"))}catch{X.error("撤回失败")}finally{k(null)}}}function V(I){C(I),O("")}async function re(){const I=E;if(!I)return;const z=L.trim();if(!z){X.error("请填写拒绝原因");return}_(!0);try{const R=await Zt("/api/admin/withdrawals",{id:I,action:"reject",errorMessage:z});R!=null&&R.success?(X.success("已拒绝该提现申请"),C(null),O(""),H()):X.error("操作失败: "+((R==null?void 0:R.error)??""))}catch{X.error("操作失败")}finally{_(!1)}}function ae(){E&&X.info("已取消操作"),C(null),O("")}function pe(I){switch(I){case"pending":return s.jsx(Be,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待处理"});case"pending_confirm":return s.jsx(Be,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待用户确认"});case"processing":return s.jsx(Be,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:"已审批等待打款"});case"success":case"completed":return s.jsx(Be,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"});case"failed":case"rejected":return s.jsx(Be,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已拒绝"});default:return s.jsx(Be,{className:"bg-gray-500/20 text-gray-400 border-0",children:I})}}return s.jsxs("div",{className:"p-8 w-full",children:[o&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:o}),s.jsx("button",{type:"button",onClick:()=>c(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-start mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"分账提现管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理用户分销收益的提现申请"})]}),s.jsxs(J,{variant:"outline",onClick:H,disabled:a,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${a?"animate-spin":""}`}),"刷新"]})]}),s.jsx(_e,{className:"bg-gradient-to-r from-[#38bdac]/10 to-[#0f2137] border-[#38bdac]/30 mb-6",children:s.jsx(ze,{className:"p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(sf,{className:"w-5 h-5 text-[#38bdac] mt-0.5"}),s.jsxs("div",{children:[s.jsx("h3",{className:"text-white font-medium mb-2",children:"自动分账规则"}),s.jsxs("div",{className:"text-sm text-gray-400 space-y-1",children:[s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"分销比例"}),":推广者获得订单金额的"," ",s.jsx("span",{className:"text-white font-medium",children:"90%"})]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"结算方式"}),":用户付款后,分销收益自动计入推广者账户"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"提现方式"}),":用户在小程序端点击提现,系统自动转账到微信零钱"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"审批流程"}),":待处理的提现需管理员手动确认打款后批准(自动审批开关在推广中心-提现审核)"]})]})]})]})})}),s.jsxs("div",{className:"grid grid-cols-4 gap-4 mb-6",children:[s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-[#38bdac]",children:n.total}),s.jsx("div",{className:"text-sm text-gray-400",children:"总申请"})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-orange-400",children:n.pendingCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"待处理"}),s.jsxs("div",{className:"text-xs text-orange-400 mt-1",children:["¥",n.pendingAmount.toFixed(2)]})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-green-400",children:n.successCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已完成"}),s.jsxs("div",{className:"text-xs text-green-400 mt-1",children:["¥",n.successAmount.toFixed(2)]})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(ze,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-red-400",children:n.failedCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已拒绝"})]})})]}),s.jsx("div",{className:"flex gap-2 mb-4",children:["all","pending","processing","pending_confirm","success","failed"].map(I=>s.jsx(J,{variant:u===I?"default":"outline",size:"sm",onClick:()=>h(I),className:u===I?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:I==="all"?"全部":I==="pending"?"待处理":I==="processing"?"处理中":I==="pending_confirm"?"待确认收款":I==="success"?"已完成":"已拒绝"},I))}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:a?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):t.length===0?s.jsxs("div",{className:"text-center py-12",children:[s.jsx(Lc,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无提现记录"})]}):s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"提现金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户佣金信息"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"备注"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"处理时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"确认收款"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:t.map(I=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4 text-gray-400",children:new Date(I.createdAt??"").toLocaleString()}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[I.userAvatar?s.jsx("img",{src:vo(I.userAvatar),alt:I.userName??"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:(I.userName??"?").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"font-medium text-white",children:I.userName??"未知"}),s.jsx("p",{className:"text-xs text-gray-500",children:I.userPhone??I.referralCode??(I.userId??"").slice(0,10)})]})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"font-bold text-orange-400",children:["¥",Number(I.amount).toFixed(2)]})}),s.jsx("td",{className:"p-4",children:I.userCommissionInfo?s.jsxs("div",{className:"text-xs space-y-1",children:[s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"累计佣金:"}),s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",I.userCommissionInfo.totalCommission.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"已提现:"}),s.jsxs("span",{className:"text-gray-400",children:["¥",I.userCommissionInfo.withdrawnEarnings.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"待审核:"}),s.jsxs("span",{className:"text-orange-400",children:["¥",I.userCommissionInfo.pendingWithdrawals.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4 pt-1 border-t border-gray-700/30",children:[s.jsx("span",{className:"text-gray-500",children:"审核后余额:"}),s.jsxs("span",{className:I.userCommissionInfo.availableAfterThis>=0?"text-green-400 font-medium":"text-red-400 font-medium",children:["¥",I.userCommissionInfo.availableAfterThis.toFixed(2)]})]})]}):s.jsx("span",{className:"text-gray-500 text-xs",children:"暂无数据"})}),s.jsx("td",{className:"p-4",children:pe(I.status)}),s.jsx("td",{className:"p-4 max-w-[180px]",children:s.jsx("span",{className:`text-xs ${I.status==="rejected"||I.status==="failed"?"text-red-400":"text-gray-400"}`,title:I.remark,children:I.remark||"-"})}),s.jsx("td",{className:"p-4 text-gray-400",children:I.processedAt?new Date(I.processedAt).toLocaleString():"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:I.userConfirmedAt?s.jsxs("span",{className:"text-green-400",title:I.userConfirmedAt,children:["已确认 ",new Date(I.userConfirmedAt).toLocaleString()]}):"-"}),s.jsxs("td",{className:"p-4 text-right",children:[(I.status==="pending"||I.status==="pending_confirm")&&s.jsxs("div",{className:"flex items-center justify-end gap-2",children:[s.jsxs(J,{size:"sm",onClick:()=>ee(I.id),disabled:N===I.id,className:"bg-green-600 hover:bg-green-700 text-white",children:[s.jsx(dp,{className:"w-4 h-4 mr-1"}),"批准"]}),s.jsxs(J,{size:"sm",variant:"outline",onClick:()=>V(I.id),disabled:N===I.id,className:"border-red-500/50 text-red-400 hover:bg-red-500/10 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-1"}),"拒绝"]})]}),(I.status==="processing"||I.status==="pending_confirm")&&s.jsx("div",{className:"mt-2 flex items-center justify-end gap-2",children:s.jsx(J,{size:"sm",variant:"outline",onClick:()=>Q(I.id),disabled:N===I.id,className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/10 bg-transparent",children:"撤回打款"})}),(I.status==="success"||I.status==="completed")&&I.transactionId&&s.jsx("span",{className:"text-xs text-gray-500 font-mono",children:I.transactionId})]})]},I.id))})]})}),s.jsx(Zs,{page:f,totalPages:P,total:v,pageSize:x,onPageChange:m,onPageSizeChange:I=>{y(I),m(1)}})]})})}),s.jsx($t,{open:!!E,onOpenChange:I=>!I&&ae(),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:L,onChange:I=>O(I.target.value)})})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:ae,disabled:K,children:"取消"}),s.jsx(J,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:re,disabled:K||!L.trim(),children:K?"提交中...":"确认拒绝"})]})]})})]})}var Mx={exports:{}},Ax={};/** + * @license React + * use-sync-external-store-shim.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var G1;function w8(){if(G1)return Ax;G1=1;var t=mu();function e(m,x){return m===x&&(m!==0||1/m===1/x)||m!==m&&x!==x}var n=typeof Object.is=="function"?Object.is:e,r=t.useState,a=t.useEffect,i=t.useLayoutEffect,o=t.useDebugValue;function c(m,x){var y=x(),v=r({inst:{value:y,getSnapshot:x}}),w=v[0].inst,N=v[1];return i(function(){w.value=y,w.getSnapshot=x,u(w)&&N({inst:w})},[m,y,x]),a(function(){return u(w)&&N({inst:w}),m(function(){u(w)&&N({inst:w})})},[m]),o(y),y}function u(m){var x=m.getSnapshot;m=m.value;try{var y=x();return!n(m,y)}catch{return!0}}function h(m,x){return x()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:c;return Ax.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:f,Ax}var J1;function S2(){return J1||(J1=1,Mx.exports=w8()),Mx.exports}var C2=S2();function ds(t){this.content=t}ds.prototype={constructor:ds,find:function(t){for(var e=0;e>1}};ds.from=function(t){if(t instanceof ds)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new ds(e)};function T2(t,e,n){for(let r=0;;r++){if(r==t.childCount||r==e.childCount)return t.childCount==e.childCount?null:n;let a=t.child(r),i=e.child(r);if(a==i){n+=a.nodeSize;continue}if(!a.sameMarkup(i))return n;if(a.isText&&a.text!=i.text){for(let o=0;a.text[o]==i.text[o];o++)n++;return n}if(a.content.size||i.content.size){let o=T2(a.content,i.content,n+1);if(o!=null)return o}n+=a.nodeSize}}function E2(t,e,n,r){for(let a=t.childCount,i=e.childCount;;){if(a==0||i==0)return a==i?null:{a:n,b:r};let o=t.child(--a),c=e.child(--i),u=o.nodeSize;if(o==c){n-=u,r-=u;continue}if(!o.sameMarkup(c))return{a:n,b:r};if(o.isText&&o.text!=c.text){let h=0,f=Math.min(o.text.length,c.text.length);for(;he&&r(u,a+c,i||null,o)!==!1&&u.content.size){let f=c+1;u.nodesBetween(Math.max(0,e-f),Math.min(u.content.size,n-f),r,a+f)}c=h}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,n,r,a){let i="",o=!0;return this.nodesBetween(e,n,(c,u)=>{let h=c.isText?c.text.slice(Math.max(e,u)-u,n-u):c.isLeaf?a?typeof a=="function"?a(c):a:c.type.spec.leafText?c.type.spec.leafText(c):"":"";c.isBlock&&(c.isLeaf&&h||c.isTextblock)&&r&&(o?o=!1:i+=r),i+=h},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let n=this.lastChild,r=e.firstChild,a=this.content.slice(),i=0;for(n.isText&&n.sameMarkup(r)&&(a[a.length-1]=n.withText(n.text+r.text),i=1);ie)for(let i=0,o=0;oe&&((on)&&(c.isText?c=c.cut(Math.max(0,e-o),Math.min(c.text.length,n-o)):c=c.cut(Math.max(0,e-o-1),Math.min(c.content.size,n-o-1))),r.push(c),a+=c.nodeSize),o=u}return new ke(r,a)}cutByIndex(e,n){return e==n?ke.empty:e==0&&n==this.content.length?this:new ke(this.content.slice(e,n))}replaceChild(e,n){let r=this.content[e];if(r==n)return this;let a=this.content.slice(),i=this.size+n.nodeSize-r.nodeSize;return a[e]=n,new ke(a,i)}addToStart(e){return new ke([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new ke(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let n=0;nthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let n=0,r=0;;n++){let a=this.child(n),i=r+a.nodeSize;if(i>=e)return i==e?Mh(n+1,i):Mh(n,r);r=i}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,n){if(!n)return ke.empty;if(!Array.isArray(n))throw new RangeError("Invalid input for Fragment.fromJSON");return new ke(n.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return ke.empty;let n,r=0;for(let a=0;athis.type.rank&&(n||(n=e.slice(0,a)),n.push(this),r=!0),n&&n.push(i)}}return n||(n=e.slice()),r||n.push(this),n}removeFromSet(e){for(let n=0;nr.type.rank-a.type.rank),n}};rn.none=[];class mf extends Error{}class $e{constructor(e,n,r){this.content=e,this.openStart=n,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,n){let r=A2(this.content,e+this.openStart,n);return r&&new $e(r,this.openStart,this.openEnd)}removeBetween(e,n){return new $e(M2(this.content,e+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,n){if(!n)return $e.empty;let r=n.openStart||0,a=n.openEnd||0;if(typeof r!="number"||typeof a!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new $e(ke.fromJSON(e,n.content),r,a)}static maxOpen(e,n=!0){let r=0,a=0;for(let i=e.firstChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.firstChild)r++;for(let i=e.lastChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.lastChild)a++;return new $e(e,r,a)}}$e.empty=new $e(ke.empty,0,0);function M2(t,e,n){let{index:r,offset:a}=t.findIndex(e),i=t.maybeChild(r),{index:o,offset:c}=t.findIndex(n);if(a==e||i.isText){if(c!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(r!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(r,i.copy(M2(i.content,e-a-1,n-a-1)))}function A2(t,e,n,r){let{index:a,offset:i}=t.findIndex(e),o=t.maybeChild(a);if(i==e||o.isText)return r&&!r.canReplace(a,a,n)?null:t.cut(0,e).append(n).append(t.cut(e));let c=A2(o.content,e-i-1,n,o);return c&&t.replaceChild(a,o.copy(c))}function j8(t,e,n){if(n.openStart>t.depth)throw new mf("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new mf("Inconsistent open depths");return I2(t,e,n,0)}function I2(t,e,n,r){let a=t.index(r),i=t.node(r);if(a==e.index(r)&&r=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function Vd(t,e,n,r){let a=(e||t).node(n),i=0,o=e?e.index(n):a.childCount;t&&(i=t.index(n),t.depth>n?i++:t.textOffset&&(fl(t.nodeAfter,r),i++));for(let c=i;ca&&Ig(t,e,a+1),o=r.depth>a&&Ig(n,r,a+1),c=[];return Vd(null,t,a,c),i&&o&&e.index(a)==n.index(a)?(R2(i,o),fl(pl(i,P2(t,e,n,r,a+1)),c)):(i&&fl(pl(i,xf(t,e,a+1)),c),Vd(e,n,a,c),o&&fl(pl(o,xf(n,r,a+1)),c)),Vd(r,null,a,c),new ke(c)}function xf(t,e,n){let r=[];if(Vd(null,t,n,r),t.depth>n){let a=Ig(t,e,n+1);fl(pl(a,xf(t,e,n+1)),r)}return Vd(e,null,n,r),new ke(r)}function k8(t,e){let n=e.depth-t.openStart,a=e.node(n).copy(t.content);for(let i=n-1;i>=0;i--)a=e.node(i).copy(ke.from(a));return{start:a.resolveNoCache(t.openStart+n),end:a.resolveNoCache(a.content.size-t.openEnd-n)}}class nu{constructor(e,n,r){this.pos=e,this.path=n,this.parentOffset=r,this.depth=n.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,n=this.index(this.depth);if(n==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],a=e.child(n);return r?e.child(n).cut(r):a}get nodeBefore(){let e=this.index(this.depth),n=this.pos-this.path[this.path.length-1];return n?this.parent.child(e).cut(0,n):e==0?null:this.parent.child(e-1)}posAtIndex(e,n){n=this.resolveDepth(n);let r=this.path[n*3],a=n==0?0:this.path[n*3-1]+1;for(let i=0;i0;n--)if(this.start(n)<=e&&this.end(n)>=e)return n;return 0}blockRange(e=this,n){if(e.pos=0;r--)if(e.pos<=this.end(r)&&(!n||n(this.node(r))))return new gf(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=e.content.size))throw new RangeError("Position "+n+" out of range");let r=[],a=0,i=n;for(let o=e;;){let{index:c,offset:u}=o.content.findIndex(i),h=i-u;if(r.push(o,c,a+u),!h||(o=o.child(c),o.isText))break;i=h-1,a+=u+1}return new nu(n,r,i)}static resolveCached(e,n){let r=Q1.get(e);if(r)for(let i=0;ie&&this.nodesBetween(e,n,i=>(r.isInSet(i.marks)&&(a=!0),!a)),a}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),L2(this.marks,e)}contentMatchAt(e){let n=this.type.contentMatch.matchFragment(this.content,0,e);if(!n)throw new Error("Called contentMatchAt on a node with invalid content");return n}canReplace(e,n,r=ke.empty,a=0,i=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,a,i),c=o&&o.matchFragment(this.content,n);if(!c||!c.validEnd)return!1;for(let u=a;un.type.name)}`);this.content.forEach(n=>n.check())}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(n=>n.toJSON())),e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Node.fromJSON");let r;if(n.marks){if(!Array.isArray(n.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=n.marks.map(e.markFromJSON)}if(n.type=="text"){if(typeof n.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(n.text,r)}let a=ke.fromJSON(e,n.content),i=e.nodeType(n.type).create(n.attrs,a,r);return i.type.checkAttrs(i.attrs),i}};hi.prototype.text=void 0;class yf extends hi{constructor(e,n,r,a){if(super(e,n,null,a),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):L2(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,n){return this.text.slice(e,n)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new yf(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new yf(this.type,this.attrs,e,this.marks)}cut(e=0,n=this.text.length){return e==0&&n==this.text.length?this:this.withText(this.text.slice(e,n))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function L2(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class jl{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,n){let r=new E8(e,n);if(r.next==null)return jl.empty;let a=O2(r);r.next&&r.err("Unexpected trailing text");let i=O8(L8(a));return D8(i,r),i}matchType(e){for(let n=0;nh.createAndFill()));for(let h=0;h=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function n(r){e.push(r);for(let a=0;a{let i=a+(r.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(r.next[o].next);return i}).join(` +`)}}jl.empty=new jl(!0);class E8{constructor(e,n){this.string=e,this.nodeTypes=n,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function O2(t){let e=[];do e.push(M8(t));while(t.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function M8(t){let e=[];do e.push(A8(t));while(t.next&&t.next!=")"&&t.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function A8(t){let e=P8(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else if(t.eat("{"))e=I8(t,e);else break;return e}function Y1(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function I8(t,e){let n=Y1(t),r=n;return t.eat(",")&&(t.next!="}"?r=Y1(t):r=-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:r,expr:e}}function R8(t,e){let n=t.nodeTypes,r=n[e];if(r)return[r];let a=[];for(let i in n){let o=n[i];o.isInGroup(e)&&a.push(o)}return a.length==0&&t.err("No node type or group '"+e+"' found"),a}function P8(t){if(t.eat("(")){let e=O2(t);return t.eat(")")||t.err("Missing closing paren"),e}else if(/\W/.test(t.next))t.err("Unexpected token '"+t.next+"'");else{let e=R8(t,t.next).map(n=>(t.inline==null?t.inline=n.isInline:t.inline!=n.isInline&&t.err("Mixing inline and block content"),{type:"name",value:n}));return t.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function L8(t){let e=[[]];return a(i(t,0),n()),e;function n(){return e.push([])-1}function r(o,c,u){let h={term:u,to:c};return e[o].push(h),h}function a(o,c){o.forEach(u=>u.to=c)}function i(o,c){if(o.type=="choice")return o.exprs.reduce((u,h)=>u.concat(i(h,c)),[]);if(o.type=="seq")for(let u=0;;u++){let h=i(o.exprs[u],c);if(u==o.exprs.length-1)return h;a(h,c=n())}else if(o.type=="star"){let u=n();return r(c,u),a(i(o.expr,u),u),[r(u)]}else if(o.type=="plus"){let u=n();return a(i(o.expr,c),u),a(i(o.expr,u),u),[r(u)]}else{if(o.type=="opt")return[r(c)].concat(i(o.expr,c));if(o.type=="range"){let u=c;for(let h=0;h{t[o].forEach(({term:c,to:u})=>{if(!c)return;let h;for(let f=0;f{h||a.push([c,h=[]]),h.indexOf(f)==-1&&h.push(f)})})});let i=e[r.join(",")]=new jl(r.indexOf(t.length-1)>-1);for(let o=0;o-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:z2(this.attrs,e)}create(e=null,n,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new hi(this,this.computeAttrs(e),ke.from(n),rn.setFrom(r))}createChecked(e=null,n,r){return n=ke.from(n),this.checkContent(n),new hi(this,this.computeAttrs(e),n,rn.setFrom(r))}createAndFill(e=null,n,r){if(e=this.computeAttrs(e),n=ke.from(n),n.size){let o=this.contentMatch.fillBefore(n);if(!o)return null;n=o.append(n)}let a=this.contentMatch.matchFragment(n),i=a&&a.fillBefore(ke.empty,!0);return i?new hi(this,e,n.append(i),rn.setFrom(r)):null}validContent(e){let n=this.contentMatch.matchFragment(e);if(!n||!n.validEnd)return!1;for(let r=0;r-1}allowsMarks(e){if(this.markSet==null)return!0;for(let n=0;nr[i]=new B2(i,n,o));let a=n.spec.topNode||"doc";if(!r[a])throw new RangeError("Schema is missing its top node type ('"+a+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let i in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function _8(t,e,n){let r=n.split("|");return a=>{let i=a===null?"null":typeof a;if(r.indexOf(i)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${t}, got ${i}`)}}class z8{constructor(e,n,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?_8(e,n,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class yp{constructor(e,n,r,a){this.name=e,this.rank=n,this.schema=r,this.spec=a,this.attrs=F2(e,a.attrs),this.excluded=null;let i=_2(this.attrs);this.instance=i?new rn(this,i):null}create(e=null){return!e&&this.instance?this.instance:new rn(this,z2(this.attrs,e))}static compile(e,n){let r=Object.create(null),a=0;return e.forEach((i,o)=>r[i]=new yp(i,a++,n,o)),r}removeFromSet(e){for(var n=0;n-1}}class V2{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let n=this.spec={};for(let a in e)n[a]=e[a];n.nodes=ds.from(e.nodes),n.marks=ds.from(e.marks||{}),this.nodes=Z1.compile(this.spec.nodes,this),this.marks=yp.compile(this.spec.marks,this);let r=Object.create(null);for(let a in this.nodes){if(a in this.marks)throw new RangeError(a+" can not be both a node and a mark");let i=this.nodes[a],o=i.spec.content||"",c=i.spec.marks;if(i.contentMatch=r[o]||(r[o]=jl.parse(o,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!i.isInline||!i.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=i}i.markSet=c=="_"?null:c?eN(this,c.split(" ")):c==""||!i.inlineContent?[]:null}for(let a in this.marks){let i=this.marks[a],o=i.spec.excludes;i.excluded=o==null?[i]:o==""?[]:eN(this,o.split(" "))}this.nodeFromJSON=a=>hi.fromJSON(this,a),this.markFromJSON=a=>rn.fromJSON(this,a),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,n=null,r,a){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof Z1){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(n,r,a)}text(e,n){let r=this.nodes.text;return new yf(r,r.defaultAttrs,e,rn.setFrom(n))}mark(e,n){return typeof e=="string"&&(e=this.marks[e]),e.create(n)}nodeType(e){let n=this.nodes[e];if(!n)throw new RangeError("Unknown node type: "+e);return n}}function eN(t,e){let n=[];for(let r=0;r-1)&&n.push(o=u)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return n}function $8(t){return t.tag!=null}function F8(t){return t.style!=null}class xo{constructor(e,n){this.schema=e,this.rules=n,this.tags=[],this.styles=[];let r=this.matchedStyles=[];n.forEach(a=>{if($8(a))this.tags.push(a);else if(F8(a)){let i=/[^=]*/.exec(a.style)[0];r.indexOf(i)<0&&r.push(i),this.styles.push(a)}}),this.normalizeLists=!this.tags.some(a=>{if(!/^(ul|ol)\b/.test(a.tag)||!a.node)return!1;let i=e.nodes[a.node];return i.contentMatch.matchType(i)})}parse(e,n={}){let r=new nN(this,n,!1);return r.addAll(e,rn.none,n.from,n.to),r.finish()}parseSlice(e,n={}){let r=new nN(this,n,!0);return r.addAll(e,rn.none,n.from,n.to),$e.maxOpen(r.finish())}matchTag(e,n,r){for(let a=r?this.tags.indexOf(r)+1:0;ae.length&&(c.charCodeAt(e.length)!=61||c.slice(e.length+1)!=n))){if(o.getAttrs){let u=o.getAttrs(n);if(u===!1)continue;o.attrs=u||void 0}return o}}}static schemaRules(e){let n=[];function r(a){let i=a.priority==null?50:a.priority,o=0;for(;o{r(o=sN(o)),o.mark||o.ignore||o.clearMark||(o.mark=a)})}for(let a in e.nodes){let i=e.nodes[a].spec.parseDOM;i&&i.forEach(o=>{r(o=sN(o)),o.node||o.ignore||o.mark||(o.node=a)})}return n}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new xo(e,xo.schemaRules(e)))}}const H2={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},B8={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},U2={ol:!0,ul:!0},su=1,Pg=2,Hd=4;function tN(t,e,n){return e!=null?(e?su:0)|(e==="full"?Pg:0):t&&t.whitespace=="pre"?su|Pg:n&~Hd}class Ah{constructor(e,n,r,a,i,o){this.type=e,this.attrs=n,this.marks=r,this.solid=a,this.options=o,this.content=[],this.activeMarks=rn.none,this.match=i||(o&Hd?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let n=this.type.contentMatch.fillBefore(ke.from(e));if(n)this.match=this.type.contentMatch.matchFragment(n);else{let r=this.type.contentMatch,a;return(a=r.findWrapping(e.type))?(this.match=r,a):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&su)){let r=this.content[this.content.length-1],a;if(r&&r.isText&&(a=/[ \t\r\n\u000c]+$/.exec(r.text))){let i=r;r.text.length==a[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-a[0].length))}}let n=ke.from(this.content);return!e&&this.match&&(n=n.append(this.match.fillBefore(ke.empty,!0))),this.type?this.type.create(this.attrs,n,this.marks):n}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!H2.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class nN{constructor(e,n,r){this.parser=e,this.options=n,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let a=n.topNode,i,o=tN(null,n.preserveWhitespace,0)|(r?Hd:0);a?i=new Ah(a.type,a.attrs,rn.none,!0,n.topMatch||a.type.contentMatch,o):r?i=new Ah(null,null,rn.none,!0,null,o):i=new Ah(e.schema.topNodeType,null,rn.none,!0,null,o),this.nodes=[i],this.find=n.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,n){e.nodeType==3?this.addTextNode(e,n):e.nodeType==1&&this.addElement(e,n)}addTextNode(e,n){let r=e.nodeValue,a=this.top,i=a.options&Pg?"full":this.localPreserveWS||(a.options&su)>0,{schema:o}=this.parser;if(i==="full"||a.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(i)if(i==="full")r=r.replace(/\r\n?/g,` +`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let c=r.split(/\r?\n|\r/);for(let u=0;u!u.clearMark(h)):n=n.concat(this.parser.schema.marks[u.mark].create(u.attrs)),u.consuming===!1)c=u;else break}}return n}addElementByRule(e,n,r,a){let i,o;if(n.node)if(o=this.parser.schema.nodes[n.node],o.isLeaf)this.insertNode(o.create(n.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let u=this.enter(o,n.attrs||null,r,n.preserveWhitespace);u&&(i=!0,r=u)}else{let u=this.parser.schema.marks[n.mark];r=r.concat(u.create(n.attrs))}let c=this.top;if(o&&o.isLeaf)this.findInside(e);else if(a)this.addElement(e,r,a);else if(n.getContent)this.findInside(e),n.getContent(e,this.parser.schema).forEach(u=>this.insertNode(u,r,!1));else{let u=e;typeof n.contentElement=="string"?u=e.querySelector(n.contentElement):typeof n.contentElement=="function"?u=n.contentElement(e):n.contentElement&&(u=n.contentElement),this.findAround(e,u,!0),this.addAll(u,r),this.findAround(e,u,!1)}i&&this.sync(c)&&this.open--}addAll(e,n,r,a){let i=r||0;for(let o=r?e.childNodes[r]:e.firstChild,c=a==null?null:e.childNodes[a];o!=c;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o,n);this.findAtPoint(e,i)}findPlace(e,n,r){let a,i;for(let o=this.open,c=0;o>=0;o--){let u=this.nodes[o],h=u.findWrapping(e);if(h&&(!a||a.length>h.length+c)&&(a=h,i=u,!h.length))break;if(u.solid){if(r)break;c+=2}}if(!a)return null;this.sync(i);for(let o=0;o(o.type?o.type.allowsMarkType(h.type):rN(h.type,e))?(u=h.addToSet(u),!1):!0),this.nodes.push(new Ah(e,n,u,a,null,c)),this.open++,r}closeExtra(e=!1){let n=this.nodes.length-1;if(n>this.open){for(;n>this.open;n--)this.nodes[n-1].content.push(this.nodes[n].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let n=this.open;n>=0;n--){if(this.nodes[n]==e)return this.open=n,!0;this.localPreserveWS&&(this.nodes[n].options|=su)}return!1}get currentPos(){this.closeExtra();let e=0;for(let n=this.open;n>=0;n--){let r=this.nodes[n].content;for(let a=r.length-1;a>=0;a--)e+=r[a].nodeSize;n&&e++}return e}findAtPoint(e,n){if(this.find)for(let r=0;r-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let n=e.split("/"),r=this.options.context,a=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),i=-(r?r.depth+1:0)+(a?0:1),o=(c,u)=>{for(;c>=0;c--){let h=n[c];if(h==""){if(c==n.length-1||c==0)continue;for(;u>=i;u--)if(o(c-1,u))return!0;return!1}else{let f=u>0||u==0&&a?this.nodes[u].type:r&&u>=i?r.node(u-i).type:null;if(!f||f.name!=h&&!f.isInGroup(h))return!1;u--}}return!0};return o(n.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let n=e.depth;n>=0;n--){let r=e.node(n).contentMatchAt(e.indexAfter(n)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let n in this.parser.schema.nodes){let r=this.parser.schema.nodes[n];if(r.isTextblock&&r.defaultAttrs)return r}}}function V8(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&U2.hasOwnProperty(r)&&n?(n.appendChild(e),e=n):r=="li"?n=e:r&&(n=null)}}function H8(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function sN(t){let e={};for(let n in t)e[n]=t[n];return e}function rN(t,e){let n=e.schema.nodes;for(let r in n){let a=n[r];if(!a.allowsMarkType(t))continue;let i=[],o=c=>{i.push(c);for(let u=0;u{if(i.length||o.marks.length){let c=0,u=0;for(;c=0;a--){let i=this.serializeMark(e.marks[a],e.isInline,n);i&&((i.contentDOM||i.dom).appendChild(r),r=i.dom)}return r}serializeMark(e,n,r={}){let a=this.marks[e.type.name];return a&&Gh(Rx(r),a(e,n),null,e.attrs)}static renderSpec(e,n,r=null,a){return Gh(e,n,r,a)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Pl(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let n=aN(e.nodes);return n.text||(n.text=r=>r.text),n}static marksFromSchema(e){return aN(e.marks)}}function aN(t){let e={};for(let n in t){let r=t[n].spec.toDOM;r&&(e[n]=r)}return e}function Rx(t){return t.document||window.document}const iN=new WeakMap;function U8(t){let e=iN.get(t);return e===void 0&&iN.set(t,e=W8(t)),e}function W8(t){let e=null;function n(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let a=0;a-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=a.indexOf(" ");o>0&&(n=a.slice(0,o),a=a.slice(o+1));let c,u=n?t.createElementNS(n,a):t.createElement(a),h=e[1],f=1;if(h&&typeof h=="object"&&h.nodeType==null&&!Array.isArray(h)){f=2;for(let m in h)if(h[m]!=null){let x=m.indexOf(" ");x>0?u.setAttributeNS(m.slice(0,x),m.slice(x+1),h[m]):m=="style"&&u.style?u.style.cssText=h[m]:u.setAttribute(m,h[m])}}for(let m=f;mf)throw new RangeError("Content hole must be the only child of its parent node");return{dom:u,contentDOM:u}}else{let{dom:y,contentDOM:v}=Gh(t,x,n,r);if(u.appendChild(y),v){if(c)throw new RangeError("Multiple content holes");c=v}}}return{dom:u,contentDOM:c}}const W2=65535,K2=Math.pow(2,16);function K8(t,e){return t+e*K2}function oN(t){return t&W2}function q8(t){return(t-(t&W2))/K2}const q2=1,G2=2,Jh=4,J2=8;class Lg{constructor(e,n,r){this.pos=e,this.delInfo=n,this.recover=r}get deleted(){return(this.delInfo&J2)>0}get deletedBefore(){return(this.delInfo&(q2|Jh))>0}get deletedAfter(){return(this.delInfo&(G2|Jh))>0}get deletedAcross(){return(this.delInfo&Jh)>0}}class hr{constructor(e,n=!1){if(this.ranges=e,this.inverted=n,!e.length&&hr.empty)return hr.empty}recover(e){let n=0,r=oN(e);if(!this.inverted)for(let a=0;ae)break;let h=this.ranges[c+i],f=this.ranges[c+o],m=u+h;if(e<=m){let x=h?e==u?-1:e==m?1:n:n,y=u+a+(x<0?0:f);if(r)return y;let v=e==(n<0?u:m)?null:K8(c/3,e-u),w=e==u?G2:e==m?q2:Jh;return(n<0?e!=u:e!=m)&&(w|=J2),new Lg(y,w,v)}a+=f-h}return r?e+a:new Lg(e+a,0,null)}touches(e,n){let r=0,a=oN(n),i=this.inverted?2:1,o=this.inverted?1:2;for(let c=0;ce)break;let h=this.ranges[c+i],f=u+h;if(e<=f&&c==a*3)return!0;r+=this.ranges[c+o]-h}return!1}forEach(e){let n=this.inverted?2:1,r=this.inverted?1:2;for(let a=0,i=0;a=0;n--){let a=e.getMirror(n);this.appendMap(e._maps[n].invert(),a!=null&&a>n?r-a-1:void 0)}}invert(){let e=new ru;return e.appendMappingInverted(this),e}map(e,n=1){if(this.mirror)return this._map(e,n,!0);for(let r=this.from;ri&&u!o.isAtom||!c.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),a),n.openStart,n.openEnd);return Vn.fromReplace(e,this.from,this.to,i)}invert(){return new ra(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new uo(n.pos,r.pos,this.mark)}merge(e){return e instanceof uo&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new uo(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new uo(n.from,n.to,e.markFromJSON(n.mark))}}Es.jsonID("addMark",uo);class ra extends Es{constructor(e,n,r){super(),this.from=e,this.to=n,this.mark=r}apply(e){let n=e.slice(this.from,this.to),r=new $e(U0(n.content,a=>a.mark(this.mark.removeFromSet(a.marks)),e),n.openStart,n.openEnd);return Vn.fromReplace(e,this.from,this.to,r)}invert(){return new uo(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new ra(n.pos,r.pos,this.mark)}merge(e){return e instanceof ra&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new ra(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new ra(n.from,n.to,e.markFromJSON(n.mark))}}Es.jsonID("removeMark",ra);class ho extends Es{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return Vn.fail("No node at mark step's position");let r=n.type.create(n.attrs,null,this.mark.addToSet(n.marks));return Vn.fromReplace(e,this.pos,this.pos+1,new $e(ke.from(r),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);if(n){let r=this.mark.addToSet(n.marks);if(r.length==n.marks.length){for(let a=0;ar.pos?null:new ss(n.pos,r.pos,a,i,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number"||typeof n.gapFrom!="number"||typeof n.gapTo!="number"||typeof n.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new ss(n.from,n.to,n.gapFrom,n.gapTo,$e.fromJSON(e,n.slice),n.insert,!!n.structure)}}Es.jsonID("replaceAround",ss);function Og(t,e,n){let r=t.resolve(e),a=n-e,i=r.depth;for(;a>0&&i>0&&r.indexAfter(i)==r.node(i).childCount;)i--,a--;if(a>0){let o=r.node(i).maybeChild(r.indexAfter(i));for(;a>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,a--}}return!1}function G8(t,e,n,r){let a=[],i=[],o,c;t.doc.nodesBetween(e,n,(u,h,f)=>{if(!u.isInline)return;let m=u.marks;if(!r.isInSet(m)&&f.type.allowsMarkType(r.type)){let x=Math.max(h,e),y=Math.min(h+u.nodeSize,n),v=r.addToSet(m);for(let w=0;wt.step(u)),i.forEach(u=>t.step(u))}function J8(t,e,n,r){let a=[],i=0;t.doc.nodesBetween(e,n,(o,c)=>{if(!o.isInline)return;i++;let u=null;if(r instanceof yp){let h=o.marks,f;for(;f=r.isInSet(h);)(u||(u=[])).push(f),h=f.removeFromSet(h)}else r?r.isInSet(o.marks)&&(u=[r]):u=o.marks;if(u&&u.length){let h=Math.min(c+o.nodeSize,n);for(let f=0;ft.step(new ra(o.from,o.to,o.style)))}function W0(t,e,n,r=n.contentMatch,a=!0){let i=t.doc.nodeAt(e),o=[],c=e+1;for(let u=0;u=0;u--)t.step(o[u])}function Q8(t,e,n){return(e==0||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function Qc(t){let n=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let r=t.depth,a=0,i=0;;--r){let o=t.$from.node(r),c=t.$from.index(r)+a,u=t.$to.indexAfter(r)-i;if(rn;v--)w||r.index(v)>0?(w=!0,f=ke.from(r.node(v).copy(f)),m++):u--;let x=ke.empty,y=0;for(let v=i,w=!1;v>n;v--)w||a.after(v+1)=0;o--){if(r.size){let c=n[o].type.contentMatch.matchFragment(r);if(!c||!c.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=ke.from(n[o].type.create(n[o].attrs,r))}let a=e.start,i=e.end;t.step(new ss(a,i,a,i,new $e(r,0,0),n.length,!0))}function tL(t,e,n,r,a){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=t.steps.length;t.doc.nodesBetween(e,n,(o,c)=>{let u=typeof a=="function"?a(o):a;if(o.isTextblock&&!o.hasMarkup(r,u)&&nL(t.doc,t.mapping.slice(i).map(c),r)){let h=null;if(r.schema.linebreakReplacement){let y=r.whitespace=="pre",v=!!r.contentMatch.matchType(r.schema.linebreakReplacement);y&&!v?h=!1:!y&&v&&(h=!0)}h===!1&&Y2(t,o,c,i),W0(t,t.mapping.slice(i).map(c,1),r,void 0,h===null);let f=t.mapping.slice(i),m=f.map(c,1),x=f.map(c+o.nodeSize,1);return t.step(new ss(m,x,m+1,x-1,new $e(ke.from(r.create(u,null,o.marks)),0,0),1,!0)),h===!0&&Q2(t,o,c,i),!1}})}function Q2(t,e,n,r){e.forEach((a,i)=>{if(a.isText){let o,c=/\r?\n|\r/g;for(;o=c.exec(a.text);){let u=t.mapping.slice(r).map(n+1+i+o.index);t.replaceWith(u,u+1,e.type.schema.linebreakReplacement.create())}}})}function Y2(t,e,n,r){e.forEach((a,i)=>{if(a.type==a.type.schema.linebreakReplacement){let o=t.mapping.slice(r).map(n+1+i);t.replaceWith(o,o+1,e.type.schema.text(` +`))}})}function nL(t,e,n){let r=t.resolve(e),a=r.index();return r.parent.canReplaceWith(a,a+1,n)}function sL(t,e,n,r,a){let i=t.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");n||(n=i.type);let o=n.create(r,null,a||i.marks);if(i.isLeaf)return t.replaceWith(e,e+i.nodeSize,o);if(!n.validContent(i.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new ss(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new $e(ke.from(o),0,0),1,!0))}function fi(t,e,n=1,r){let a=t.resolve(e),i=a.depth-n,o=r&&r[r.length-1]||a.parent;if(i<0||a.parent.type.spec.isolating||!a.parent.canReplace(a.index(),a.parent.childCount)||!o.type.validContent(a.parent.content.cutByIndex(a.index(),a.parent.childCount)))return!1;for(let h=a.depth-1,f=n-2;h>i;h--,f--){let m=a.node(h),x=a.index(h);if(m.type.spec.isolating)return!1;let y=m.content.cutByIndex(x,m.childCount),v=r&&r[f+1];v&&(y=y.replaceChild(0,v.type.create(v.attrs)));let w=r&&r[f]||m;if(!m.canReplace(x+1,m.childCount)||!w.type.validContent(y))return!1}let c=a.indexAfter(i),u=r&&r[0];return a.node(i).canReplaceWith(c,c,u?u.type:a.node(i+1).type)}function rL(t,e,n=1,r){let a=t.doc.resolve(e),i=ke.empty,o=ke.empty;for(let c=a.depth,u=a.depth-n,h=n-1;c>u;c--,h--){i=ke.from(a.node(c).copy(i));let f=r&&r[h];o=ke.from(f?f.type.create(f.attrs,o):a.node(c).copy(o))}t.step(new ns(e,e,new $e(i.append(o),n,n),!0))}function Mo(t,e){let n=t.resolve(e),r=n.index();return X2(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function aL(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:r}=t.type.schema;for(let a=0;a0?(i=r.node(a+1),c++,o=r.node(a).maybeChild(c)):(i=r.node(a).maybeChild(c-1),o=r.node(a+1)),i&&!i.isTextblock&&X2(i,o)&&r.node(a).canReplace(c,c+1))return e;if(a==0)break;e=n<0?r.before(a):r.after(a)}}function iL(t,e,n){let r=null,{linebreakReplacement:a}=t.doc.type.schema,i=t.doc.resolve(e-n),o=i.node().type;if(a&&o.inlineContent){let f=o.whitespace=="pre",m=!!o.contentMatch.matchType(a);f&&!m?r=!1:!f&&m&&(r=!0)}let c=t.steps.length;if(r===!1){let f=t.doc.resolve(e+n);Y2(t,f.node(),f.before(),c)}o.inlineContent&&W0(t,e+n-1,o,i.node().contentMatchAt(i.index()),r==null);let u=t.mapping.slice(c),h=u.map(e-n);if(t.step(new ns(h,u.map(e+n,-1),$e.empty,!0)),r===!0){let f=t.doc.resolve(h);Q2(t,f.node(),f.before(),t.steps.length)}return t}function oL(t,e,n){let r=t.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),n))return e;if(r.parentOffset==0)for(let a=r.depth-1;a>=0;a--){let i=r.index(a);if(r.node(a).canReplaceWith(i,i,n))return r.before(a+1);if(i>0)return null}if(r.parentOffset==r.parent.content.size)for(let a=r.depth-1;a>=0;a--){let i=r.indexAfter(a);if(r.node(a).canReplaceWith(i,i,n))return r.after(a+1);if(i=0;o--){let c=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,u=r.index(o)+(c>0?1:0),h=r.node(o),f=!1;if(i==1)f=h.canReplace(u,u,a);else{let m=h.contentMatchAt(u).findWrapping(a.firstChild.type);f=m&&h.canReplaceWith(u,u,m[0])}if(f)return c==0?r.pos:c<0?r.before(o+1):r.after(o+1)}return null}function vp(t,e,n=e,r=$e.empty){if(e==n&&!r.size)return null;let a=t.resolve(e),i=t.resolve(n);return eS(a,i,r)?new ns(e,n,r):new lL(a,i,r).fit()}function eS(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}class lL{constructor(e,n,r){this.$from=e,this.$to=n,this.unplaced=r,this.frontier=[],this.placed=ke.empty;for(let a=0;a<=e.depth;a++){let i=e.node(a);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(a))})}for(let a=e.depth;a>0;a--)this.placed=ke.from(e.node(a).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let h=this.findFittable();h?this.placeNodes(h):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),n=this.placed.size-this.depth-this.$from.depth,r=this.$from,a=this.close(e<0?this.$to:r.doc.resolve(e));if(!a)return null;let i=this.placed,o=r.depth,c=a.depth;for(;o&&c&&i.childCount==1;)i=i.firstChild.content,o--,c--;let u=new $e(i,o,c);return e>-1?new ss(r.pos,e,this.$to.pos,this.$to.end(),u,n):u.size||r.pos!=this.$to.pos?new ns(r.pos,a.pos,u):null}findFittable(){let e=this.unplaced.openStart;for(let n=this.unplaced.content,r=0,a=this.unplaced.openEnd;r1&&(a=0),i.type.spec.isolating&&a<=r){e=r;break}n=i.content}for(let n=1;n<=2;n++)for(let r=n==1?e:this.unplaced.openStart;r>=0;r--){let a,i=null;r?(i=Lx(this.unplaced.content,r-1).firstChild,a=i.content):a=this.unplaced.content;let o=a.firstChild;for(let c=this.depth;c>=0;c--){let{type:u,match:h}=this.frontier[c],f,m=null;if(n==1&&(o?h.matchType(o.type)||(m=h.fillBefore(ke.from(o),!1)):i&&u.compatibleContent(i.type)))return{sliceDepth:r,frontierDepth:c,parent:i,inject:m};if(n==2&&o&&(f=h.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:c,parent:i,wrap:f};if(i&&h.matchType(i.type))break}}}openMore(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=Lx(e,n);return!a.childCount||a.firstChild.isLeaf?!1:(this.unplaced=new $e(e,n+1,Math.max(r,a.size+n>=e.size-r?n+1:0)),!0)}dropNode(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=Lx(e,n);if(a.childCount<=1&&n>0){let i=e.size-n<=n+a.size;this.unplaced=new $e(Pd(e,n-1,1),n-1,i?n-1:r)}else this.unplaced=new $e(Pd(e,n,1),n,r)}placeNodes({sliceDepth:e,frontierDepth:n,parent:r,inject:a,wrap:i}){for(;this.depth>n;)this.closeFrontierNode();if(i)for(let w=0;w1||u==0||w.content.size)&&(m=N,f.push(tS(w.mark(x.allowedMarks(w.marks)),h==1?u:0,h==c.childCount?y:-1)))}let v=h==c.childCount;v||(y=-1),this.placed=Ld(this.placed,n,ke.from(f)),this.frontier[n].match=m,v&&y<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let w=0,N=c;w1&&a==this.$to.end(--r);)++a;return a}findCloseLevel(e){e:for(let n=Math.min(this.depth,e.depth);n>=0;n--){let{match:r,type:a}=this.frontier[n],i=n=0;c--){let{match:u,type:h}=this.frontier[c],f=Ox(e,c,h,u,!0);if(!f||f.childCount)continue e}return{depth:n,fit:o,move:i?e.doc.resolve(e.after(n+1)):e}}}}close(e){let n=this.findCloseLevel(e);if(!n)return null;for(;this.depth>n.depth;)this.closeFrontierNode();n.fit.childCount&&(this.placed=Ld(this.placed,n.depth,n.fit)),e=n.move;for(let r=n.depth+1;r<=e.depth;r++){let a=e.node(r),i=a.type.contentMatch.fillBefore(a.content,!0,e.index(r));this.openFrontierNode(a.type,a.attrs,i)}return e}openFrontierNode(e,n=null,r){let a=this.frontier[this.depth];a.match=a.match.matchType(e),this.placed=Ld(this.placed,this.depth,ke.from(e.create(n,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let n=this.frontier.pop().match.fillBefore(ke.empty,!0);n.childCount&&(this.placed=Ld(this.placed,this.frontier.length,n))}}function Pd(t,e,n){return e==0?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(Pd(t.firstChild.content,e-1,n)))}function Ld(t,e,n){return e==0?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(Ld(t.lastChild.content,e-1,n)))}function Lx(t,e){for(let n=0;n1&&(r=r.replaceChild(0,tS(r.firstChild,e-1,r.childCount==1?n-1:0))),e>0&&(r=t.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(t.type.contentMatch.matchFragment(r).fillBefore(ke.empty,!0)))),t.copy(r)}function Ox(t,e,n,r,a){let i=t.node(e),o=a?t.indexAfter(e):t.index(e);if(o==i.childCount&&!n.compatibleContent(i.type))return null;let c=r.fillBefore(i.content,!0,o);return c&&!cL(n,i.content,o)?c:null}function cL(t,e,n){for(let r=n;r0;x--,y--){let v=a.node(x).type.spec;if(v.defining||v.definingAsContext||v.isolating)break;o.indexOf(x)>-1?c=x:a.before(x)==y&&o.splice(1,0,-x)}let u=o.indexOf(c),h=[],f=r.openStart;for(let x=r.content,y=0;;y++){let v=x.firstChild;if(h.push(v),y==r.openStart)break;x=v.content}for(let x=f-1;x>=0;x--){let y=h[x],v=dL(y.type);if(v&&!y.sameMarkup(a.node(Math.abs(c)-1)))f=x;else if(v||!y.type.isTextblock)break}for(let x=r.openStart;x>=0;x--){let y=(x+f+1)%(r.openStart+1),v=h[y];if(v)for(let w=0;w=0&&(t.replace(e,n,r),!(t.steps.length>m));x--){let y=o[x];y<0||(e=a.before(y),n=i.after(y))}}function nS(t,e,n,r,a){if(er){let i=a.contentMatchAt(0),o=i.fillBefore(t).append(t);t=o.append(i.matchFragment(o).fillBefore(ke.empty,!0))}return t}function hL(t,e,n,r){if(!r.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let a=oL(t.doc,e,r.type);a!=null&&(e=n=a)}t.replaceRange(e,n,new $e(ke.from(r),0,0))}function fL(t,e,n){let r=t.doc.resolve(e),a=t.doc.resolve(n),i=sS(r,a);for(let o=0;o0&&(u||r.node(c-1).canReplace(r.index(c-1),a.indexAfter(c-1))))return t.delete(r.before(c),a.after(c))}for(let o=1;o<=r.depth&&o<=a.depth;o++)if(e-r.start(o)==r.depth-o&&n>r.end(o)&&a.end(o)-n!=a.depth-o&&r.start(o-1)==a.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),a.index(o-1)))return t.delete(r.before(o),n);t.delete(e,n)}function sS(t,e){let n=[],r=Math.min(t.depth,e.depth);for(let a=r;a>=0;a--){let i=t.start(a);if(ie.pos+(e.depth-a)||t.node(a).type.spec.isolating||e.node(a).type.spec.isolating)break;(i==e.start(a)||a==t.depth&&a==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&a&&e.start(a-1)==i-1)&&n.push(a)}return n}class Mc extends Es{constructor(e,n,r){super(),this.pos=e,this.attr=n,this.value=r}apply(e){let n=e.nodeAt(this.pos);if(!n)return Vn.fail("No node at attribute step's position");let r=Object.create(null);for(let i in n.attrs)r[i]=n.attrs[i];r[this.attr]=this.value;let a=n.type.create(r,null,n.marks);return Vn.fromReplace(e,this.pos,this.pos+1,new $e(ke.from(a),0,n.isLeaf?0:1))}getMap(){return hr.empty}invert(e){return new Mc(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new Mc(n.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.pos!="number"||typeof n.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Mc(n.pos,n.attr,n.value)}}Es.jsonID("attr",Mc);class au extends Es{constructor(e,n){super(),this.attr=e,this.value=n}apply(e){let n=Object.create(null);for(let a in e.attrs)n[a]=e.attrs[a];n[this.attr]=this.value;let r=e.type.create(n,e.content,e.marks);return Vn.ok(r)}getMap(){return hr.empty}invert(e){return new au(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new au(n.attr,n.value)}}Es.jsonID("docAttr",au);let _c=class extends Error{};_c=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n};_c.prototype=Object.create(Error.prototype);_c.prototype.constructor=_c;_c.prototype.name="TransformError";class q0{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new ru}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let n=this.maybeStep(e);if(n.failed)throw new _c(n.failed);return this}maybeStep(e){let n=e.apply(this.doc);return n.failed||this.addStep(e,n.doc),n}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,n=-1e9;for(let r=0;r{e=Math.min(e,c),n=Math.max(n,u)})}return e==1e9?null:{from:e,to:n}}addStep(e,n){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=n}replace(e,n=e,r=$e.empty){let a=vp(this.doc,e,n,r);return a&&this.step(a),this}replaceWith(e,n,r){return this.replace(e,n,new $e(ke.from(r),0,0))}delete(e,n){return this.replace(e,n,$e.empty)}insert(e,n){return this.replaceWith(e,e,n)}replaceRange(e,n,r){return uL(this,e,n,r),this}replaceRangeWith(e,n,r){return hL(this,e,n,r),this}deleteRange(e,n){return fL(this,e,n),this}lift(e,n){return Y8(this,e,n),this}join(e,n=1){return iL(this,e,n),this}wrap(e,n){return eL(this,e,n),this}setBlockType(e,n=e,r,a=null){return tL(this,e,n,r,a),this}setNodeMarkup(e,n,r=null,a){return sL(this,e,n,r,a),this}setNodeAttribute(e,n,r){return this.step(new Mc(e,n,r)),this}setDocAttribute(e,n){return this.step(new au(e,n)),this}addNodeMark(e,n){return this.step(new ho(e,n)),this}removeNodeMark(e,n){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(n instanceof rn)n.isInSet(r.marks)&&this.step(new kl(e,n));else{let a=r.marks,i,o=[];for(;i=n.isInSet(a);)o.push(new kl(e,i)),a=i.removeFromSet(a);for(let c=o.length-1;c>=0;c--)this.step(o[c])}return this}split(e,n=1,r){return rL(this,e,n,r),this}addMark(e,n,r){return G8(this,e,n,r),this}removeMark(e,n,r){return J8(this,e,n,r),this}clearIncompatible(e,n,r){return W0(this,e,n,r),this}}const Dx=Object.create(null);class ut{constructor(e,n,r){this.$anchor=e,this.$head=n,this.ranges=r||[new rS(e.min(n),e.max(n))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let n=0;n=0;i--){let o=n<0?yc(e.node(0),e.node(i),e.before(i+1),e.index(i),n,r):yc(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,n,r);if(o)return o}return null}static near(e,n=1){return this.findFrom(e,n)||this.findFrom(e,-n)||new pr(e.node(0))}static atStart(e){return yc(e,e,0,0,1)||new pr(e)}static atEnd(e){return yc(e,e,e.content.size,e.childCount,-1)||new pr(e)}static fromJSON(e,n){if(!n||!n.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=Dx[n.type];if(!r)throw new RangeError(`No selection type ${n.type} defined`);return r.fromJSON(e,n)}static jsonID(e,n){if(e in Dx)throw new RangeError("Duplicate use of selection JSON ID "+e);return Dx[e]=n,n.prototype.jsonID=e,n}getBookmark(){return at.between(this.$anchor,this.$head).getBookmark()}}ut.prototype.visible=!0;class rS{constructor(e,n){this.$from=e,this.$to=n}}let cN=!1;function dN(t){!cN&&!t.parent.inlineContent&&(cN=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class at extends ut{constructor(e,n=e){dN(e),dN(n),super(e,n)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,n){let r=e.resolve(n.map(this.head));if(!r.parent.inlineContent)return ut.near(r);let a=e.resolve(n.map(this.anchor));return new at(a.parent.inlineContent?a:r,r)}replace(e,n=$e.empty){if(super.replace(e,n),n==$e.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof at&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new Np(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,n){if(typeof n.anchor!="number"||typeof n.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new at(e.resolve(n.anchor),e.resolve(n.head))}static create(e,n,r=n){let a=e.resolve(n);return new this(a,r==n?a:e.resolve(r))}static between(e,n,r){let a=e.pos-n.pos;if((!r||a)&&(r=a>=0?1:-1),!n.parent.inlineContent){let i=ut.findFrom(n,r,!0)||ut.findFrom(n,-r,!0);if(i)n=i.$head;else return ut.near(n,r)}return e.parent.inlineContent||(a==0?e=n:(e=(ut.findFrom(e,-r,!0)||ut.findFrom(e,r,!0)).$anchor,e.pos0?0:1);a>0?o=0;o+=a){let c=e.child(o);if(c.isAtom){if(!i&&rt.isSelectable(c))return rt.create(t,n-(a<0?c.nodeSize:0))}else{let u=yc(t,c,n+a,a<0?c.childCount:0,a,i);if(u)return u}n+=c.nodeSize*a}return null}function uN(t,e,n){let r=t.steps.length-1;if(r{o==null&&(o=f)}),t.setSelection(ut.near(t.doc.resolve(o),n))}const hN=1,Ih=2,fN=4;class mL extends q0{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=Ih,this}ensureMarks(e){return rn.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&Ih)>0}addStep(e,n){super.addStep(e,n),this.updated=this.updated&~Ih,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,n=!0){let r=this.selection;return n&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||rn.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,n,r){let a=this.doc.type.schema;if(n==null)return e?this.replaceSelectionWith(a.text(e),!0):this.deleteSelection();{if(r==null&&(r=n),!e)return this.deleteRange(n,r);let i=this.storedMarks;if(!i){let o=this.doc.resolve(n);i=r==n?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(n,r,a.text(e,i)),!this.selection.empty&&this.selection.to==n+e.length&&this.setSelection(ut.near(this.selection.$to)),this}}setMeta(e,n){return this.meta[typeof e=="string"?e:e.key]=n,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=fN,this}get scrolledIntoView(){return(this.updated&fN)>0}}function pN(t,e){return!e||!t?t:t.bind(e)}class Od{constructor(e,n,r){this.name=e,this.init=pN(n.init,r),this.apply=pN(n.apply,r)}}const xL=[new Od("doc",{init(t){return t.doc||t.schema.topNodeType.createAndFill()},apply(t){return t.doc}}),new Od("selection",{init(t,e){return t.selection||ut.atStart(e.doc)},apply(t){return t.selection}}),new Od("storedMarks",{init(t){return t.storedMarks||null},apply(t,e,n,r){return r.selection.$cursor?t.storedMarks:null}}),new Od("scrollToSelection",{init(){return 0},apply(t,e){return t.scrolledIntoView?e+1:e}})];class _x{constructor(e,n){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=xL.slice(),n&&n.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new Od(r.key,r.spec.state,r))})}}class Cc{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,n=-1){for(let r=0;rr.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let a=e[r],i=a.spec.state;i&&i.toJSON&&(n[r]=i.toJSON.call(a,this[a.key]))}return n}static fromJSON(e,n,r){if(!n)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let a=new _x(e.schema,e.plugins),i=new Cc(a);return a.fields.forEach(o=>{if(o.name=="doc")i.doc=hi.fromJSON(e.schema,n.doc);else if(o.name=="selection")i.selection=ut.fromJSON(i.doc,n.selection);else if(o.name=="storedMarks")n.storedMarks&&(i.storedMarks=n.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let c in r){let u=r[c],h=u.spec.state;if(u.key==o.name&&h&&h.fromJSON&&Object.prototype.hasOwnProperty.call(n,c)){i[o.name]=h.fromJSON.call(u,e,n[c],i);return}}i[o.name]=o.init(e,i)}}),i}}function aS(t,e,n){for(let r in t){let a=t[r];a instanceof Function?a=a.bind(e):r=="handleDOMEvents"&&(a=aS(a,e,{})),n[r]=a}return n}class un{constructor(e){this.spec=e,this.props={},e.props&&aS(e.props,this,this.props),this.key=e.key?e.key.key:iS("plugin")}getState(e){return e[this.key]}}const zx=Object.create(null);function iS(t){return t in zx?t+"$"+ ++zx[t]:(zx[t]=0,t+"$")}class bn{constructor(e="key"){this.key=iS(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const J0=(t,e)=>t.selection.empty?!1:(e&&e(t.tr.deleteSelection().scrollIntoView()),!0);function oS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}const lS=(t,e,n)=>{let r=oS(t,n);if(!r)return!1;let a=Q0(r);if(!a){let o=r.blockRange(),c=o&&Qc(o);return c==null?!1:(e&&e(t.tr.lift(o,c).scrollIntoView()),!0)}let i=a.nodeBefore;if(gS(t,a,e,-1))return!0;if(r.parent.content.size==0&&(zc(i,"end")||rt.isSelectable(i)))for(let o=r.depth;;o--){let c=vp(t.doc,r.before(o),r.after(o),$e.empty);if(c&&c.slice.size1)break}return i.isAtom&&a.depth==r.depth-1?(e&&e(t.tr.delete(a.pos-i.nodeSize,a.pos).scrollIntoView()),!0):!1},gL=(t,e,n)=>{let r=oS(t,n);if(!r)return!1;let a=Q0(r);return a?cS(t,a,e):!1},yL=(t,e,n)=>{let r=uS(t,n);if(!r)return!1;let a=Y0(r);return a?cS(t,a,e):!1};function cS(t,e,n){let r=e.nodeBefore,a=r,i=e.pos-1;for(;!a.isTextblock;i--){if(a.type.spec.isolating)return!1;let f=a.lastChild;if(!f)return!1;a=f}let o=e.nodeAfter,c=o,u=e.pos+1;for(;!c.isTextblock;u++){if(c.type.spec.isolating)return!1;let f=c.firstChild;if(!f)return!1;c=f}let h=vp(t.doc,i,u,$e.empty);if(!h||h.from!=i||h instanceof ns&&h.slice.size>=u-i)return!1;if(n){let f=t.tr.step(h);f.setSelection(at.create(f.doc,i)),n(f.scrollIntoView())}return!0}function zc(t,e,n=!1){for(let r=t;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}const dS=(t,e,n)=>{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("backward",t):r.parentOffset>0)return!1;i=Q0(r)}let o=i&&i.nodeBefore;return!o||!rt.isSelectable(o)?!1:(e&&e(t.tr.setSelection(rt.create(t.doc,i.pos-o.nodeSize)).scrollIntoView()),!0)};function Q0(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function uS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset{let r=uS(t,n);if(!r)return!1;let a=Y0(r);if(!a)return!1;let i=a.nodeAfter;if(gS(t,a,e,1))return!0;if(r.parent.content.size==0&&(zc(i,"start")||rt.isSelectable(i))){let o=vp(t.doc,r.before(),r.after(),$e.empty);if(o&&o.slice.size{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("forward",t):r.parentOffset=0;e--){let n=t.node(e);if(t.index(e)+1{let n=t.selection,r=n instanceof rt,a;if(r){if(n.node.isTextblock||!Mo(t.doc,n.from))return!1;a=n.from}else if(a=bp(t.doc,n.from,-1),a==null)return!1;if(e){let i=t.tr.join(a);r&&i.setSelection(rt.create(i.doc,a-t.doc.resolve(a).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},vL=(t,e)=>{let n=t.selection,r;if(n instanceof rt){if(n.node.isTextblock||!Mo(t.doc,n.to))return!1;r=n.to}else if(r=bp(t.doc,n.to,1),r==null)return!1;return e&&e(t.tr.join(r).scrollIntoView()),!0},NL=(t,e)=>{let{$from:n,$to:r}=t.selection,a=n.blockRange(r),i=a&&Qc(a);return i==null?!1:(e&&e(t.tr.lift(a,i).scrollIntoView()),!0)},pS=(t,e)=>{let{$head:n,$anchor:r}=t.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(e&&e(t.tr.insertText(` +`).scrollIntoView()),!0)};function X0(t){for(let e=0;e{let{$head:n,$anchor:r}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let a=n.node(-1),i=n.indexAfter(-1),o=X0(a.contentMatchAt(i));if(!o||!a.canReplaceWith(i,i,o))return!1;if(e){let c=n.after(),u=t.tr.replaceWith(c,c,o.createAndFill());u.setSelection(ut.near(u.doc.resolve(c),1)),e(u.scrollIntoView())}return!0},mS=(t,e)=>{let n=t.selection,{$from:r,$to:a}=n;if(n instanceof pr||r.parent.inlineContent||a.parent.inlineContent)return!1;let i=X0(a.parent.contentMatchAt(a.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let o=(!r.parentOffset&&a.index(){let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let i=n.before();if(fi(t.doc,i))return e&&e(t.tr.split(i).scrollIntoView()),!0}let r=n.blockRange(),a=r&&Qc(r);return a==null?!1:(e&&e(t.tr.lift(r,a).scrollIntoView()),!0)};function jL(t){return(e,n)=>{let{$from:r,$to:a}=e.selection;if(e.selection instanceof rt&&e.selection.node.isBlock)return!r.parentOffset||!fi(e.doc,r.pos)?!1:(n&&n(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let i=[],o,c,u=!1,h=!1;for(let y=r.depth;;y--)if(r.node(y).isBlock){u=r.end(y)==r.pos+(r.depth-y),h=r.start(y)==r.pos-(r.depth-y),c=X0(r.node(y-1).contentMatchAt(r.indexAfter(y-1))),i.unshift(u&&c?{type:c}:null),o=y;break}else{if(y==1)return!1;i.unshift(null)}let f=e.tr;(e.selection instanceof at||e.selection instanceof pr)&&f.deleteSelection();let m=f.mapping.map(r.pos),x=fi(f.doc,m,i.length,i);if(x||(i[0]=c?{type:c}:null,x=fi(f.doc,m,i.length,i)),!x)return!1;if(f.split(m,i.length,i),!u&&h&&r.node(o).type!=c){let y=f.mapping.map(r.before(o)),v=f.doc.resolve(y);c&&r.node(o-1).canReplaceWith(v.index(),v.index()+1,c)&&f.setNodeMarkup(f.mapping.map(r.before(o)),c)}return n&&n(f.scrollIntoView()),!0}}const kL=jL(),SL=(t,e)=>{let{$from:n,to:r}=t.selection,a,i=n.sharedDepth(r);return i==0?!1:(a=n.before(i),e&&e(t.tr.setSelection(rt.create(t.doc,a))),!0)};function CL(t,e,n){let r=e.nodeBefore,a=e.nodeAfter,i=e.index();return!r||!a||!r.type.compatibleContent(a.type)?!1:!r.content.size&&e.parent.canReplace(i-1,i)?(n&&n(t.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(i,i+1)||!(a.isTextblock||Mo(t.doc,e.pos))?!1:(n&&n(t.tr.join(e.pos).scrollIntoView()),!0)}function gS(t,e,n,r){let a=e.nodeBefore,i=e.nodeAfter,o,c,u=a.type.spec.isolating||i.type.spec.isolating;if(!u&&CL(t,e,n))return!0;let h=!u&&e.parent.canReplace(e.index(),e.index()+1);if(h&&(o=(c=a.contentMatchAt(a.childCount)).findWrapping(i.type))&&c.matchType(o[0]||i.type).validEnd){if(n){let y=e.pos+i.nodeSize,v=ke.empty;for(let k=o.length-1;k>=0;k--)v=ke.from(o[k].create(null,v));v=ke.from(a.copy(v));let w=t.tr.step(new ss(e.pos-1,y,e.pos,y,new $e(v,1,0),o.length,!0)),N=w.doc.resolve(y+2*o.length);N.nodeAfter&&N.nodeAfter.type==a.type&&Mo(w.doc,N.pos)&&w.join(N.pos),n(w.scrollIntoView())}return!0}let f=i.type.spec.isolating||r>0&&u?null:ut.findFrom(e,1),m=f&&f.$from.blockRange(f.$to),x=m&&Qc(m);if(x!=null&&x>=e.depth)return n&&n(t.tr.lift(m,x).scrollIntoView()),!0;if(h&&zc(i,"start",!0)&&zc(a,"end")){let y=a,v=[];for(;v.push(y),!y.isTextblock;)y=y.lastChild;let w=i,N=1;for(;!w.isTextblock;w=w.firstChild)N++;if(y.canReplace(y.childCount,y.childCount,w.content)){if(n){let k=ke.empty;for(let C=v.length-1;C>=0;C--)k=ke.from(v[C].copy(k));let E=t.tr.step(new ss(e.pos-v.length,e.pos+i.nodeSize,e.pos+N,e.pos+i.nodeSize-N,new $e(k,v.length,0),0,!0));n(E.scrollIntoView())}return!0}}return!1}function yS(t){return function(e,n){let r=e.selection,a=t<0?r.$from:r.$to,i=a.depth;for(;a.node(i).isInline;){if(!i)return!1;i--}return a.node(i).isTextblock?(n&&n(e.tr.setSelection(at.create(e.doc,t<0?a.start(i):a.end(i)))),!0):!1}}const TL=yS(-1),EL=yS(1);function ML(t,e=null){return function(n,r){let{$from:a,$to:i}=n.selection,o=a.blockRange(i),c=o&&K0(o,t,e);return c?(r&&r(n.tr.wrap(o,c).scrollIntoView()),!0):!1}}function mN(t,e=null){return function(n,r){let a=!1;for(let i=0;i{if(a)return!1;if(!(!u.isTextblock||u.hasMarkup(t,e)))if(u.type==t)a=!0;else{let f=n.doc.resolve(h),m=f.index();a=f.parent.canReplaceWith(m,m+1,t)}})}if(!a)return!1;if(r){let i=n.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let u=o.resolve(e.start-2);i=new gf(u,u,e.depth),e.endIndex=0;f--)i=ke.from(n[f].type.create(n[f].attrs,i));t.step(new ss(e.start-(r?2:0),e.end,e.start,e.end,new $e(i,0,0),n.length,!0));let o=0;for(let f=0;fo.childCount>0&&o.firstChild.type==t);return i?n?r.node(i.depth-1).type==t?LL(e,n,t,i):OL(e,n,i):!0:!1}}function LL(t,e,n,r){let a=t.tr,i=r.end,o=r.$to.end(r.depth);iw;v--)y-=a.child(v).nodeSize,r.delete(y-1,y+1);let i=r.doc.resolve(n.start),o=i.nodeAfter;if(r.mapping.map(n.end)!=n.start+i.nodeAfter.nodeSize)return!1;let c=n.startIndex==0,u=n.endIndex==a.childCount,h=i.node(-1),f=i.index(-1);if(!h.canReplace(f+(c?0:1),f+1,o.content.append(u?ke.empty:ke.from(a))))return!1;let m=i.pos,x=m+o.nodeSize;return r.step(new ss(m-(c?1:0),x+(u?1:0),m+1,x-1,new $e((c?ke.empty:ke.from(a.copy(ke.empty))).append(u?ke.empty:ke.from(a.copy(ke.empty))),c?0:1,u?0:1),c?0:1)),e(r.scrollIntoView()),!0}function DL(t){return function(e,n){let{$from:r,$to:a}=e.selection,i=r.blockRange(a,h=>h.childCount>0&&h.firstChild.type==t);if(!i)return!1;let o=i.startIndex;if(o==0)return!1;let c=i.parent,u=c.child(o-1);if(u.type!=t)return!1;if(n){let h=u.lastChild&&u.lastChild.type==c.type,f=ke.from(h?t.create():null),m=new $e(ke.from(t.create(null,ke.from(c.type.create(null,f)))),h?3:1,0),x=i.start,y=i.end;n(e.tr.step(new ss(x-(h?3:1),y,x,y,m,1,!0)).scrollIntoView())}return!0}}const us=function(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e},$c=function(t){let e=t.assignedSlot||t.parentNode;return e&&e.nodeType==11?e.host:e};let Dg=null;const oi=function(t,e,n){let r=Dg||(Dg=document.createRange());return r.setEnd(t,n??t.nodeValue.length),r.setStart(t,e||0),r},_L=function(){Dg=null},Sl=function(t,e,n,r){return n&&(xN(t,e,n,r,-1)||xN(t,e,n,r,1))},zL=/^(img|br|input|textarea|hr)$/i;function xN(t,e,n,r,a){for(var i;;){if(t==n&&e==r)return!0;if(e==(a<0?0:Or(t))){let o=t.parentNode;if(!o||o.nodeType!=1||vu(t)||zL.test(t.nodeName)||t.contentEditable=="false")return!1;e=us(t)+(a<0?0:1),t=o}else if(t.nodeType==1){let o=t.childNodes[e+(a<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((i=o.pmViewDesc)===null||i===void 0)&&i.ignoreForSelection)e+=a;else return!1;else t=o,e=a<0?Or(t):0}else return!1}}function Or(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function $L(t,e){for(;;){if(t.nodeType==3&&e)return t;if(t.nodeType==1&&e>0){if(t.contentEditable=="false")return null;t=t.childNodes[e-1],e=Or(t)}else if(t.parentNode&&!vu(t))e=us(t),t=t.parentNode;else return null}}function FL(t,e){for(;;){if(t.nodeType==3&&e2),Lr=Fc||(Ma?/Mac/.test(Ma.platform):!1),NS=Ma?/Win/.test(Ma.platform):!1,ui=/Android \d/.test(Ao),Nu=!!gN&&"webkitFontSmoothing"in gN.documentElement.style,UL=Nu?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function WL(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function ni(t,e){return typeof t=="number"?t:t[e]}function KL(t){let e=t.getBoundingClientRect(),n=e.width/t.offsetWidth||1,r=e.height/t.offsetHeight||1;return{left:e.left,right:e.left+t.clientWidth*n,top:e.top,bottom:e.top+t.clientHeight*r}}function yN(t,e,n){let r=t.someProp("scrollThreshold")||0,a=t.someProp("scrollMargin")||5,i=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(o.nodeType!=1){o=$c(o);continue}let c=o,u=c==i.body,h=u?WL(i):KL(c),f=0,m=0;if(e.toph.bottom-ni(r,"bottom")&&(m=e.bottom-e.top>h.bottom-h.top?e.top+ni(a,"top")-h.top:e.bottom-h.bottom+ni(a,"bottom")),e.lefth.right-ni(r,"right")&&(f=e.right-h.right+ni(a,"right")),f||m)if(u)i.defaultView.scrollBy(f,m);else{let y=c.scrollLeft,v=c.scrollTop;m&&(c.scrollTop+=m),f&&(c.scrollLeft+=f);let w=c.scrollLeft-y,N=c.scrollTop-v;e={left:e.left-w,top:e.top-N,right:e.right-w,bottom:e.bottom-N}}let x=u?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(x))break;o=x=="absolute"?o.offsetParent:$c(o)}}function qL(t){let e=t.dom.getBoundingClientRect(),n=Math.max(0,e.top),r,a;for(let i=(e.left+e.right)/2,o=n+1;o=n-20){r=c,a=u.top;break}}return{refDOM:r,refTop:a,stack:wS(t.dom)}}function wS(t){let e=[],n=t.ownerDocument;for(let r=t;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),t!=n);r=$c(r));return e}function GL({refDOM:t,refTop:e,stack:n}){let r=t?t.getBoundingClientRect().top:0;jS(n,r==0?0:r-e)}function jS(t,e){for(let n=0;n=c){o=Math.max(v.bottom,o),c=Math.min(v.top,c);let w=v.left>e.left?v.left-e.left:v.right=(v.left+v.right)/2?1:0));continue}}else v.top>e.top&&!u&&v.left<=e.left&&v.right>=e.left&&(u=f,h={left:Math.max(v.left,Math.min(v.right,e.left)),top:v.top});!n&&(e.left>=v.right&&e.top>=v.top||e.left>=v.left&&e.top>=v.bottom)&&(i=m+1)}}return!n&&u&&(n=u,a=h,r=0),n&&n.nodeType==3?QL(n,a):!n||r&&n.nodeType==1?{node:t,offset:i}:kS(n,a)}function QL(t,e){let n=t.nodeValue.length,r=document.createRange(),a;for(let i=0;i=(o.left+o.right)/2?1:0)};break}}return r.detach(),a||{node:t,offset:0}}function ey(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function YL(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left(o.left+o.right)/2?1:-1}return t.docView.posFromDOM(r,a,i)}function ZL(t,e,n,r){let a=-1;for(let i=e,o=!1;i!=t.dom;){let c=t.docView.nearestDesc(i,!0),u;if(!c)return null;if(c.dom.nodeType==1&&(c.node.isBlock&&c.parent||!c.contentDOM)&&((u=c.dom.getBoundingClientRect()).width||u.height)&&(c.node.isBlock&&c.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(c.dom.nodeName)&&(!o&&u.left>r.left||u.top>r.top?a=c.posBefore:(!o&&u.right-1?a:t.docView.posFromDOM(e,n,-1)}function SS(t,e,n){let r=t.childNodes.length;if(r&&n.tope.top&&a++}let h;Nu&&a&&r.nodeType==1&&(h=r.childNodes[a-1]).nodeType==1&&h.contentEditable=="false"&&h.getBoundingClientRect().top>=e.top&&a--,r==t.dom&&a==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?c=t.state.doc.content.size:(a==0||r.nodeType!=1||r.childNodes[a-1].nodeName!="BR")&&(c=ZL(t,r,a,e))}c==null&&(c=XL(t,o,e));let u=t.docView.nearestDesc(o,!0);return{pos:c,inside:u?u.posAtStart-u.border:-1}}function bN(t){return t.top=0&&a==r.nodeValue.length?(u--,f=1):n<0?u--:h++,Md(to(oi(r,u,h),f),f<0)}if(!t.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&a&&(n<0||a==Or(r))){let u=r.childNodes[a-1];if(u.nodeType==1)return $x(u.getBoundingClientRect(),!1)}if(i==null&&a=0)}if(i==null&&a&&(n<0||a==Or(r))){let u=r.childNodes[a-1],h=u.nodeType==3?oi(u,Or(u)-(o?0:1)):u.nodeType==1&&(u.nodeName!="BR"||!u.nextSibling)?u:null;if(h)return Md(to(h,1),!1)}if(i==null&&a=0)}function Md(t,e){if(t.width==0)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function $x(t,e){if(t.height==0)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function TS(t,e,n){let r=t.state,a=t.root.activeElement;r!=e&&t.updateState(e),a!=t.dom&&t.focus();try{return n()}finally{r!=e&&t.updateState(r),a!=t.dom&&a&&a.focus()}}function nO(t,e,n){let r=e.selection,a=n=="up"?r.$from:r.$to;return TS(t,e,()=>{let{node:i}=t.docView.domFromPos(a.pos,n=="up"?-1:1);for(;;){let c=t.docView.nearestDesc(i,!0);if(!c)break;if(c.node.isBlock){i=c.contentDOM||c.dom;break}i=c.dom.parentNode}let o=CS(t,a.pos,1);for(let c=i.firstChild;c;c=c.nextSibling){let u;if(c.nodeType==1)u=c.getClientRects();else if(c.nodeType==3)u=oi(c,0,c.nodeValue.length).getClientRects();else continue;for(let h=0;hf.top+1&&(n=="up"?o.top-f.top>(f.bottom-o.top)*2:f.bottom-o.bottom>(o.bottom-f.top)*2))return!1}}return!0})}const sO=/[\u0590-\u08ac]/;function rO(t,e,n){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let a=r.parentOffset,i=!a,o=a==r.parent.content.size,c=t.domSelection();return c?!sO.test(r.parent.textContent)||!c.modify?n=="left"||n=="backward"?i:o:TS(t,e,()=>{let{focusNode:u,focusOffset:h,anchorNode:f,anchorOffset:m}=t.domSelectionRange(),x=c.caretBidiLevel;c.modify("move",n,"character");let y=r.depth?t.docView.domAfterPos(r.before()):t.dom,{focusNode:v,focusOffset:w}=t.domSelectionRange(),N=v&&!y.contains(v.nodeType==1?v:v.parentNode)||u==v&&h==w;try{c.collapse(f,m),u&&(u!=f||h!=m)&&c.extend&&c.extend(u,h)}catch{}return x!=null&&(c.caretBidiLevel=x),N}):r.pos==r.start()||r.pos==r.end()}let vN=null,NN=null,wN=!1;function aO(t,e,n){return vN==e&&NN==n?wN:(vN=e,NN=n,wN=n=="up"||n=="down"?nO(t,e,n):rO(t,e,n))}const _r=0,jN=1,cl=2,Aa=3;class wu{constructor(e,n,r,a){this.parent=e,this.children=n,this.dom=r,this.contentDOM=a,this.dirty=_r,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,n,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let n=0;nus(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))a=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(n==0)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!1;break}if(i.previousSibling)break}if(a==null&&n==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!0;break}if(i.nextSibling)break}}return a??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,n=!1){for(let r=!0,a=e;a;a=a.parentNode){let i=this.getDesc(a),o;if(i&&(!n||i.node))if(r&&(o=i.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return i}}getDesc(e){let n=e.pmViewDesc;for(let r=n;r;r=r.parent)if(r==this)return n}posFromDOM(e,n,r){for(let a=e;a;a=a.parentNode){let i=this.getDesc(a);if(i)return i.localPosFromDOM(e,n,r)}return-1}descAt(e){for(let n=0,r=0;ne||o instanceof MS){a=e-i;break}i=c}if(a)return this.children[r].domFromPos(a-this.children[r].border,n);for(let i;r&&!(i=this.children[r-1]).size&&i instanceof ES&&i.side>=0;r--);if(n<=0){let i,o=!0;for(;i=r?this.children[r-1]:null,!(!i||i.dom.parentNode==this.contentDOM);r--,o=!1);return i&&n&&o&&!i.border&&!i.domAtom?i.domFromPos(i.size,n):{node:this.contentDOM,offset:i?us(i.dom)+1:0}}else{let i,o=!0;for(;i=r=f&&n<=h-u.border&&u.node&&u.contentDOM&&this.contentDOM.contains(u.contentDOM))return u.parseRange(e,n,f);e=o;for(let m=c;m>0;m--){let x=this.children[m-1];if(x.size&&x.dom.parentNode==this.contentDOM&&!x.emptyChildAt(1)){a=us(x.dom)+1;break}e-=x.size}a==-1&&(a=0)}if(a>-1&&(h>n||c==this.children.length-1)){n=h;for(let f=c+1;fv&&on){let v=c;c=u,u=v}let y=document.createRange();y.setEnd(u.node,u.offset),y.setStart(c.node,c.offset),h.removeAllRanges(),h.addRange(y)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,n){for(let r=0,a=0;a=r:er){let c=r+i.border,u=o-i.border;if(e>=c&&n<=u){this.dirty=e==r||n==o?cl:jN,e==c&&n==u&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=Aa:i.markDirty(e-c,n-c);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?cl:Aa}r=o}this.dirty=cl}markParentsDirty(){let e=1;for(let n=this.parent;n;n=n.parent,e++){let r=e==1?cl:jN;n.dirty{if(!i)return a;if(i.parent)return i.parent.posBeforeChild(i)})),!n.type.spec.raw){if(o.nodeType!=1){let c=document.createElement("span");c.appendChild(o),o=c}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=n,this.widget=n,i=this}matchesWidget(e){return this.dirty==_r&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let n=this.widget.spec.stopEvent;return n?n(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class iO extends wu{constructor(e,n,r,a){super(e,[],n,null),this.textDOM=r,this.text=a}get size(){return this.text.length}localPosFromDOM(e,n){return e!=this.textDOM?this.posAtStart+(n?this.size:0):this.posAtStart+n}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class Cl extends wu{constructor(e,n,r,a,i){super(e,[],r,a),this.mark=n,this.spec=i}static create(e,n,r,a){let i=a.nodeViews[n.type.name],o=i&&i(n,a,r);return(!o||!o.dom)&&(o=Pl.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new Cl(e,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&Aa||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=Aa&&this.mark.eq(e)}markDirty(e,n){if(super.markDirty(e,n),this.dirty!=_r){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty0&&(i=Bg(i,0,e,r));for(let c=0;c{if(!u)return o;if(u.parent)return u.parent.posBeforeChild(u)},r,a),f=h&&h.dom,m=h&&h.contentDOM;if(n.isText){if(!f)f=document.createTextNode(n.text);else if(f.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else f||({dom:f,contentDOM:m}=Pl.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs));!m&&!n.isText&&f.nodeName!="BR"&&(f.hasAttribute("contenteditable")||(f.contentEditable="false"),n.type.spec.draggable&&(f.draggable=!0));let x=f;return f=RS(f,r,n),h?u=new oO(e,n,r,a,f,m||null,x,h,i,o+1):n.isText?new jp(e,n,r,a,f,x,i):new yo(e,n,r,a,f,m||null,x,i,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let n=this.children.length-1;n>=0;n--){let r=this.children[n];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>ke.empty)}return e}matchesNode(e,n,r){return this.dirty==_r&&e.eq(this.node)&&bf(n,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,n){let r=this.node.inlineContent,a=n,i=e.composing?this.localCompositionInfo(e,n):null,o=i&&i.pos>-1?i:null,c=i&&i.pos<0,u=new cO(this,o&&o.node,e);hO(this.node,this.innerDeco,(h,f,m)=>{h.spec.marks?u.syncToMarks(h.spec.marks,r,e,f):h.type.side>=0&&!m&&u.syncToMarks(f==this.node.childCount?rn.none:this.node.child(f).marks,r,e,f),u.placeWidget(h,e,a)},(h,f,m,x)=>{u.syncToMarks(h.marks,r,e,x);let y;u.findNodeMatch(h,f,m,x)||c&&e.state.selection.from>a&&e.state.selection.to-1&&u.updateNodeAt(h,f,m,y,e)||u.updateNextNode(h,f,m,e,x,a)||u.addNode(h,f,m,e,a),a+=h.nodeSize}),u.syncToMarks([],r,e,0),this.node.isTextblock&&u.addTextblockHacks(),u.destroyRest(),(u.changed||this.dirty==cl)&&(o&&this.protectLocalComposition(e,o),AS(this.contentDOM,this.children,e),Fc&&fO(this.dom))}localCompositionInfo(e,n){let{from:r,to:a}=e.state.selection;if(!(e.state.selection instanceof at)||rn+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let o=i.nodeValue,c=pO(this.node.content,o,r-n,a-n);return c<0?null:{node:i,pos:c,text:o}}else return{node:i,pos:-1,text:""}}protectLocalComposition(e,{node:n,pos:r,text:a}){if(this.getDesc(n))return;let i=n;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let o=new iO(this,i,n,a);e.input.compositionNodes.push(o),this.children=Bg(this.children,r,r+a.length,e,o)}update(e,n,r,a){return this.dirty==Aa||!e.sameMarkup(this.node)?!1:(this.updateInner(e,n,r,a),!0)}updateInner(e,n,r,a){this.updateOuterDeco(n),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(a,this.posAtStart),this.dirty=_r}updateOuterDeco(e){if(bf(e,this.outerDeco))return;let n=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=IS(this.dom,this.nodeDOM,Fg(this.outerDeco,this.node,n),Fg(e,this.node,n)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function kN(t,e,n,r,a){RS(r,e,t);let i=new yo(void 0,t,e,n,r,r,r,a,0);return i.contentDOM&&i.updateChildren(a,0),i}class jp extends yo{constructor(e,n,r,a,i,o,c){super(e,n,r,a,i,null,o,c,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,n,r,a){return this.dirty==Aa||this.dirty!=_r&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(n),(this.dirty!=_r||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,a.trackWrites==this.nodeDOM&&(a.trackWrites=null)),this.node=e,this.dirty=_r,!0)}inParent(){let e=this.parent.contentDOM;for(let n=this.nodeDOM;n;n=n.parentNode)if(n==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,n,r){return e==this.nodeDOM?this.posAtStart+Math.min(n,this.node.text.length):super.localPosFromDOM(e,n,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,n,r){let a=this.node.cut(e,n),i=document.createTextNode(a.text);return new jp(this.parent,a,this.outerDeco,this.innerDeco,i,i,r)}markDirty(e,n){super.markDirty(e,n),this.dom!=this.nodeDOM&&(e==0||n==this.nodeDOM.nodeValue.length)&&(this.dirty=Aa)}get domAtom(){return!1}isText(e){return this.node.text==e}}class MS extends wu{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==_r&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class oO extends yo{constructor(e,n,r,a,i,o,c,u,h,f){super(e,n,r,a,i,o,c,h,f),this.spec=u}update(e,n,r,a){if(this.dirty==Aa)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,n,r);return i&&this.updateInner(e,n,r,a),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,n,r,a)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,n,r,a){this.spec.setSelection?this.spec.setSelection(e,n,r.root):super.setSelection(e,n,r,a)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function AS(t,e,n){let r=t.firstChild,a=!1;for(let i=0;i>1,c=Math.min(o,e.length);for(;i-1)u>this.index&&(this.changed=!0,this.destroyBetween(this.index,u)),this.top=this.top.children[this.index];else{let f=Cl.create(this.top,e[o],n,r);this.top.children.splice(this.index,0,f),this.top=f,this.changed=!0}this.index=0,o++}}findNodeMatch(e,n,r,a){let i=-1,o;if(a>=this.preMatch.index&&(o=this.preMatch.matches[a-this.preMatch.index]).parent==this.top&&o.matchesNode(e,n,r))i=this.top.children.indexOf(o,this.index);else for(let c=this.index,u=Math.min(this.top.children.length,c+5);c0;){let c;for(;;)if(r){let h=n.children[r-1];if(h instanceof Cl)n=h,r=h.children.length;else{c=h,r--;break}}else{if(n==e)break e;r=n.parent.children.indexOf(n),n=n.parent}let u=c.node;if(u){if(u!=t.child(a-1))break;--a,i.set(c,a),o.push(c)}}return{index:a,matched:i,matches:o.reverse()}}function uO(t,e){return t.type.side-e.type.side}function hO(t,e,n,r){let a=e.locals(t),i=0;if(a.length==0){for(let h=0;hi;)c.push(a[o++]);let v=i+x.nodeSize;if(x.isText){let N=v;o!N.inline):c.slice();r(x,w,e.forChild(i,x),y),i=v}}function fO(t){if(t.nodeName=="UL"||t.nodeName=="OL"){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t).listStyle,t.style.cssText=e}}function pO(t,e,n,r){for(let a=0,i=0;a=n){if(i>=r&&u.slice(r-e.length-c,r-c)==e)return r-e.length;let h=c=0&&h+e.length+c>=n)return c+h;if(n==r&&u.length>=r+e.length-c&&u.slice(r-c,r-c+e.length)==e)return r}}return-1}function Bg(t,e,n,r,a){let i=[];for(let o=0,c=0;o=n||f<=e?i.push(u):(hn&&i.push(u.slice(n-h,u.size,r)))}return i}function ty(t,e=null){let n=t.domSelectionRange(),r=t.state.doc;if(!n.focusNode)return null;let a=t.docView.nearestDesc(n.focusNode),i=a&&a.size==0,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let c=r.resolve(o),u,h;if(wp(n)){for(u=o;a&&!a.node;)a=a.parent;let m=a.node;if(a&&m.isAtom&&rt.isSelectable(m)&&a.parent&&!(m.isInline&&BL(n.focusNode,n.focusOffset,a.dom))){let x=a.posBefore;h=new rt(o==x?c:r.resolve(x))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let m=o,x=o;for(let y=0;y{(n.anchorNode!=r||n.anchorOffset!=a)&&(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout(()=>{(!PS(t)||t.state.selection.visible)&&t.dom.classList.remove("ProseMirror-hideselection")},20))})}function xO(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,r=n.nodeName=="IMG";r?e.collapse(n.parentNode,us(n)+1):e.collapse(n,0),!r&&!t.state.selection.visible&&tr&&go<=11&&(n.disabled=!0,n.disabled=!1)}function LS(t,e){if(e instanceof rt){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(MN(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else MN(t)}function MN(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function ny(t,e,n,r){return t.someProp("createSelectionBetween",a=>a(t,e,n))||at.between(e,n,r)}function AN(t){return t.editable&&!t.hasFocus()?!1:OS(t)}function OS(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function gO(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return Sl(e.node,e.offset,n.anchorNode,n.anchorOffset)}function Vg(t,e){let{$anchor:n,$head:r}=t.selection,a=e>0?n.max(r):n.min(r),i=a.parent.inlineContent?a.depth?t.doc.resolve(e>0?a.after():a.before()):null:a;return i&&ut.findFrom(i,e)}function no(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function IN(t,e,n){let r=t.state.selection;if(r instanceof at)if(n.indexOf("s")>-1){let{$head:a}=r,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let o=t.state.doc.resolve(a.pos+i.nodeSize*(e<0?-1:1));return no(t,new at(r.$anchor,o))}else if(r.empty){if(t.endOfTextblock(e>0?"forward":"backward")){let a=Vg(t.state,e);return a&&a instanceof rt?no(t,a):!1}else if(!(Lr&&n.indexOf("m")>-1)){let a=r.$head,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter,o;if(!i||i.isText)return!1;let c=e<0?a.pos-i.nodeSize:a.pos;return i.isAtom||(o=t.docView.descAt(c))&&!o.contentDOM?rt.isSelectable(i)?no(t,new rt(e<0?t.state.doc.resolve(a.pos-i.nodeSize):a)):Nu?no(t,new at(t.state.doc.resolve(e<0?c:c+i.nodeSize))):!1:!1}}else return!1;else{if(r instanceof rt&&r.node.isInline)return no(t,new at(e>0?r.$to:r.$from));{let a=Vg(t.state,e);return a?no(t,a):!1}}}function vf(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function Wd(t,e){let n=t.pmViewDesc;return n&&n.size==0&&(e<0||t.nextSibling||t.nodeName!="BR")}function xc(t,e){return e<0?yO(t):bO(t)}function yO(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a,i,o=!1;for(Dr&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let c=n.childNodes[r-1];if(Wd(c,-1))a=n,i=--r;else if(c.nodeType==3)n=c,r=n.nodeValue.length;else break}}else{if(DS(n))break;{let c=n.previousSibling;for(;c&&Wd(c,-1);)a=n.parentNode,i=us(c),c=c.previousSibling;if(c)n=c,r=vf(n);else{if(n=n.parentNode,n==t.dom)break;r=0}}}o?Hg(t,n,r):a&&Hg(t,a,i)}function bO(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a=vf(n),i,o;for(;;)if(r{t.state==a&&pi(t)},50)}function RN(t,e){let n=t.state.doc.resolve(e);if(!(xs||NS)&&n.parent.inlineContent){let a=t.coordsAtPos(e);if(e>n.start()){let i=t.coordsAtPos(e-1),o=(i.top+i.bottom)/2;if(o>a.top&&o1)return i.lefta.top&&o1)return i.left>a.left?"ltr":"rtl"}}return getComputedStyle(t.dom).direction=="rtl"?"rtl":"ltr"}function PN(t,e,n){let r=t.state.selection;if(r instanceof at&&!r.empty||n.indexOf("s")>-1||Lr&&n.indexOf("m")>-1)return!1;let{$from:a,$to:i}=r;if(!a.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let o=Vg(t.state,e);if(o&&o instanceof rt)return no(t,o)}if(!a.parent.inlineContent){let o=e<0?a:i,c=r instanceof pr?ut.near(o,e):ut.findFrom(o,e);return c?no(t,c):!1}return!1}function LN(t,e){if(!(t.state.selection instanceof at))return!0;let{$head:n,$anchor:r,empty:a}=t.state.selection;if(!n.sameParent(r))return!0;if(!a)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let i=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(i&&!i.isText){let o=t.state.tr;return e<0?o.delete(n.pos-i.nodeSize,n.pos):o.delete(n.pos,n.pos+i.nodeSize),t.dispatch(o),!0}return!1}function ON(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function wO(t){if(!Cs||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&e.nodeType==1&&n==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;ON(t,r,"true"),setTimeout(()=>ON(t,r,"false"),20)}return!1}function jO(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}function kO(t,e){let n=e.keyCode,r=jO(e);if(n==8||Lr&&n==72&&r=="c")return LN(t,-1)||xc(t,-1);if(n==46&&!e.shiftKey||Lr&&n==68&&r=="c")return LN(t,1)||xc(t,1);if(n==13||n==27)return!0;if(n==37||Lr&&n==66&&r=="c"){let a=n==37?RN(t,t.state.selection.from)=="ltr"?-1:1:-1;return IN(t,a,r)||xc(t,a)}else if(n==39||Lr&&n==70&&r=="c"){let a=n==39?RN(t,t.state.selection.from)=="ltr"?1:-1:1;return IN(t,a,r)||xc(t,a)}else{if(n==38||Lr&&n==80&&r=="c")return PN(t,-1,r)||xc(t,-1);if(n==40||Lr&&n==78&&r=="c")return wO(t)||PN(t,1,r)||xc(t,1);if(r==(Lr?"m":"c")&&(n==66||n==73||n==89||n==90))return!0}return!1}function sy(t,e){t.someProp("transformCopied",y=>{e=y(e,t)});let n=[],{content:r,openStart:a,openEnd:i}=e;for(;a>1&&i>1&&r.childCount==1&&r.firstChild.childCount==1;){a--,i--;let y=r.firstChild;n.push(y.type.name,y.attrs!=y.type.defaultAttrs?y.attrs:null),r=y.content}let o=t.someProp("clipboardSerializer")||Pl.fromSchema(t.state.schema),c=VS(),u=c.createElement("div");u.appendChild(o.serializeFragment(r,{document:c}));let h=u.firstChild,f,m=0;for(;h&&h.nodeType==1&&(f=BS[h.nodeName.toLowerCase()]);){for(let y=f.length-1;y>=0;y--){let v=c.createElement(f[y]);for(;u.firstChild;)v.appendChild(u.firstChild);u.appendChild(v),m++}h=u.firstChild}h&&h.nodeType==1&&h.setAttribute("data-pm-slice",`${a} ${i}${m?` -${m}`:""} ${JSON.stringify(n)}`);let x=t.someProp("clipboardTextSerializer",y=>y(e,t))||e.content.textBetween(0,e.content.size,` + +`);return{dom:u,text:x,slice:e}}function _S(t,e,n,r,a){let i=a.parent.type.spec.code,o,c;if(!n&&!e)return null;let u=!!e&&(r||i||!n);if(u){if(t.someProp("transformPastedText",x=>{e=x(e,i||r,t)}),i)return c=new $e(ke.from(t.state.schema.text(e.replace(/\r\n?/g,` +`))),0,0),t.someProp("transformPasted",x=>{c=x(c,t,!0)}),c;let m=t.someProp("clipboardTextParser",x=>x(e,a,r,t));if(m)c=m;else{let x=a.marks(),{schema:y}=t.state,v=Pl.fromSchema(y);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(w=>{let N=o.appendChild(document.createElement("p"));w&&N.appendChild(v.serializeNode(y.text(w,x)))})}}else t.someProp("transformPastedHTML",m=>{n=m(n,t)}),o=EO(n),Nu&&MO(o);let h=o&&o.querySelector("[data-pm-slice]"),f=h&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(h.getAttribute("data-pm-slice")||"");if(f&&f[3])for(let m=+f[3];m>0;m--){let x=o.firstChild;for(;x&&x.nodeType!=1;)x=x.nextSibling;if(!x)break;o=x}if(c||(c=(t.someProp("clipboardParser")||t.someProp("domParser")||xo.fromSchema(t.state.schema)).parseSlice(o,{preserveWhitespace:!!(u||f),context:a,ruleFromNode(x){return x.nodeName=="BR"&&!x.nextSibling&&x.parentNode&&!SO.test(x.parentNode.nodeName)?{ignore:!0}:null}})),f)c=AO(DN(c,+f[1],+f[2]),f[4]);else if(c=$e.maxOpen(CO(c.content,a),!0),c.openStart||c.openEnd){let m=0,x=0;for(let y=c.content.firstChild;m{c=m(c,t,u)}),c}const SO=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function CO(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let a=e.node(n).contentMatchAt(e.index(n)),i,o=[];if(t.forEach(c=>{if(!o)return;let u=a.findWrapping(c.type),h;if(!u)return o=null;if(h=o.length&&i.length&&$S(u,i,c,o[o.length-1],0))o[o.length-1]=h;else{o.length&&(o[o.length-1]=FS(o[o.length-1],i.length));let f=zS(c,u);o.push(f),a=a.matchType(f.type),i=u}}),o)return ke.from(o)}return t}function zS(t,e,n=0){for(let r=e.length-1;r>=n;r--)t=e[r].create(null,ke.from(t));return t}function $S(t,e,n,r,a){if(a1&&(i=0),a=n&&(c=e<0?o.contentMatchAt(0).fillBefore(c,i<=a).append(c):c.append(o.contentMatchAt(o.childCount).fillBefore(ke.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(c))}function DN(t,e,n){return en})),Bx.createHTML(t)):t}function EO(t){let e=/^(\s*]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n=VS().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(t),a;if((a=r&&BS[r[1].toLowerCase()])&&(t=a.map(i=>"<"+i+">").join("")+t+a.map(i=>"").reverse().join("")),n.innerHTML=TO(t),a)for(let i=0;i=0;c-=2){let u=n.nodes[r[c]];if(!u||u.hasRequiredAttrs())break;a=ke.from(u.create(r[c+1],a)),i++,o++}return new $e(a,i,o)}const zs={},$s={},IO={touchstart:!0,touchmove:!0};class RO{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function PO(t){for(let e in zs){let n=zs[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=r=>{OO(t,r)&&!ry(t,r)&&(t.editable||!(r.type in $s))&&n(t,r)},IO[e]?{passive:!0}:void 0)}Cs&&t.dom.addEventListener("input",()=>null),Wg(t)}function fo(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function LO(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}function Wg(t){t.someProp("handleDOMEvents",e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=r=>ry(t,r))})}function ry(t,e){return t.someProp("handleDOMEvents",n=>{let r=n[e.type];return r?r(t,e)||e.defaultPrevented:!1})}function OO(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function DO(t,e){!ry(t,e)&&zs[e.type]&&(t.editable||!(e.type in $s))&&zs[e.type](t,e)}$s.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=n.keyCode==16||n.shiftKey,!US(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!(ui&&xs&&n.keyCode==13)))if(n.keyCode!=229&&t.domObserver.forceFlush(),Fc&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let r=Date.now();t.input.lastIOSEnter=r,t.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{t.input.lastIOSEnter==r&&(t.someProp("handleKeyDown",a=>a(t,al(13,"Enter"))),t.input.lastIOSEnter=0)},200)}else t.someProp("handleKeyDown",r=>r(t,n))||kO(t,n)?n.preventDefault():fo(t,"key")};$s.keyup=(t,e)=>{e.keyCode==16&&(t.input.shiftKey=!1)};$s.keypress=(t,e)=>{let n=e;if(US(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||Lr&&n.metaKey)return;if(t.someProp("handleKeyPress",a=>a(t,n))){n.preventDefault();return}let r=t.state.selection;if(!(r instanceof at)||!r.$from.sameParent(r.$to)){let a=String.fromCharCode(n.charCode),i=()=>t.state.tr.insertText(a).scrollIntoView();!/[\r\n]/.test(a)&&!t.someProp("handleTextInput",o=>o(t,r.$from.pos,r.$to.pos,a,i))&&t.dispatch(i()),n.preventDefault()}};function kp(t){return{left:t.clientX,top:t.clientY}}function _O(t,e){let n=e.x-t.clientX,r=e.y-t.clientY;return n*n+r*r<100}function ay(t,e,n,r,a){if(r==-1)return!1;let i=t.state.doc.resolve(r);for(let o=i.depth+1;o>0;o--)if(t.someProp(e,c=>o>i.depth?c(t,n,i.nodeAfter,i.before(o),a,!0):c(t,n,i.node(o),i.before(o),a,!1)))return!0;return!1}function Ac(t,e,n){if(t.focused||t.focus(),t.state.selection.eq(e))return;let r=t.state.tr.setSelection(e);r.setMeta("pointer",!0),t.dispatch(r)}function zO(t,e){if(e==-1)return!1;let n=t.state.doc.resolve(e),r=n.nodeAfter;return r&&r.isAtom&&rt.isSelectable(r)?(Ac(t,new rt(n)),!0):!1}function $O(t,e){if(e==-1)return!1;let n=t.state.selection,r,a;n instanceof rt&&(r=n.node);let i=t.state.doc.resolve(e);for(let o=i.depth+1;o>0;o--){let c=o>i.depth?i.nodeAfter:i.node(o);if(rt.isSelectable(c)){r&&n.$from.depth>0&&o>=n.$from.depth&&i.before(n.$from.depth+1)==n.$from.pos?a=i.before(n.$from.depth):a=i.before(o);break}}return a!=null?(Ac(t,rt.create(t.state.doc,a)),!0):!1}function FO(t,e,n,r,a){return ay(t,"handleClickOn",e,n,r)||t.someProp("handleClick",i=>i(t,e,r))||(a?$O(t,n):zO(t,n))}function BO(t,e,n,r){return ay(t,"handleDoubleClickOn",e,n,r)||t.someProp("handleDoubleClick",a=>a(t,e,r))}function VO(t,e,n,r){return ay(t,"handleTripleClickOn",e,n,r)||t.someProp("handleTripleClick",a=>a(t,e,r))||HO(t,n,r)}function HO(t,e,n){if(n.button!=0)return!1;let r=t.state.doc;if(e==-1)return r.inlineContent?(Ac(t,at.create(r,0,r.content.size)),!0):!1;let a=r.resolve(e);for(let i=a.depth+1;i>0;i--){let o=i>a.depth?a.nodeAfter:a.node(i),c=a.before(i);if(o.inlineContent)Ac(t,at.create(r,c+1,c+1+o.content.size));else if(rt.isSelectable(o))Ac(t,rt.create(r,c));else continue;return!0}}function iy(t){return Nf(t)}const HS=Lr?"metaKey":"ctrlKey";zs.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let r=iy(t),a=Date.now(),i="singleClick";a-t.input.lastClick.time<500&&_O(n,t.input.lastClick)&&!n[HS]&&t.input.lastClick.button==n.button&&(t.input.lastClick.type=="singleClick"?i="doubleClick":t.input.lastClick.type=="doubleClick"&&(i="tripleClick")),t.input.lastClick={time:a,x:n.clientX,y:n.clientY,type:i,button:n.button};let o=t.posAtCoords(kp(n));o&&(i=="singleClick"?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new UO(t,o,n,!!r)):(i=="doubleClick"?BO:VO)(t,o.pos,o.inside,n)?n.preventDefault():fo(t,"pointer"))};class UO{constructor(e,n,r,a){this.view=e,this.pos=n,this.event=r,this.flushed=a,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[HS],this.allowDefault=r.shiftKey;let i,o;if(n.inside>-1)i=e.state.doc.nodeAt(n.inside),o=n.inside;else{let f=e.state.doc.resolve(n.pos);i=f.parent,o=f.depth?f.before():0}const c=a?null:r.target,u=c?e.docView.nearestDesc(c,!0):null;this.target=u&&u.nodeDOM.nodeType==1?u.nodeDOM:null;let{selection:h}=e.state;(r.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||h instanceof rt&&h.from<=o&&h.to>o)&&(this.mightDrag={node:i,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Dr&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),fo(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>pi(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let n=this.pos;this.view.state.doc!=this.startDoc&&(n=this.view.posAtCoords(kp(e))),this.updateAllowDefault(e),this.allowDefault||!n?fo(this.view,"pointer"):FO(this.view,n.pos,n.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||Cs&&this.mightDrag&&!this.mightDrag.node.isAtom||xs&&!this.view.state.selection.visible&&Math.min(Math.abs(n.pos-this.view.state.selection.from),Math.abs(n.pos-this.view.state.selection.to))<=2)?(Ac(this.view,ut.near(this.view.state.doc.resolve(n.pos))),e.preventDefault()):fo(this.view,"pointer")}move(e){this.updateAllowDefault(e),fo(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}zs.touchstart=t=>{t.input.lastTouch=Date.now(),iy(t),fo(t,"pointer")};zs.touchmove=t=>{t.input.lastTouch=Date.now(),fo(t,"pointer")};zs.contextmenu=t=>iy(t);function US(t,e){return t.composing?!0:Cs&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500?(t.input.compositionEndedAt=-2e8,!0):!1}const WO=ui?5e3:-1;$s.compositionstart=$s.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof at&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||xs&&NS&&KO(t)))t.markCursor=t.state.storedMarks||n.marks(),Nf(t,!0),t.markCursor=null;else if(Nf(t,!e.selection.empty),Dr&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let r=t.domSelectionRange();for(let a=r.focusNode,i=r.focusOffset;a&&a.nodeType==1&&i!=0;){let o=i<0?a.lastChild:a.childNodes[i-1];if(!o)break;if(o.nodeType==3){let c=t.domSelection();c&&c.collapse(o,o.nodeValue.length);break}else a=o,i=-1}}t.input.composing=!0}WS(t,WO)};function KO(t){let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(!e||e.nodeType!=1||n>=e.childNodes.length)return!1;let r=e.childNodes[n];return r.nodeType==1&&r.contentEditable=="false"}$s.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.badSafariComposition?t.domObserver.forceFlush():t.input.compositionPendingChanges&&Promise.resolve().then(()=>t.domObserver.flush()),t.input.compositionID++,WS(t,20))};function WS(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout(()=>Nf(t),e))}function KS(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=GO());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function qO(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=$L(e.focusNode,e.focusOffset),r=FL(e.focusNode,e.focusOffset);if(n&&r&&n!=r){let a=r.pmViewDesc,i=t.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!a||!a.isText(r.nodeValue))return r;if(t.input.compositionNode==r){let o=n.pmViewDesc;if(!(!o||!o.isText(n.nodeValue)))return r}}return n||r}function GO(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}function Nf(t,e=!1){if(!(ui&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),KS(t),e||t.docView&&t.docView.dirty){let n=ty(t),r=t.state.selection;return n&&!n.eq(r)?t.dispatch(t.state.tr.setSelection(n)):(t.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?t.dispatch(t.state.tr.deleteSelection()):t.updateState(t.state),!0}return!1}}function JO(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),a=document.createRange();a.selectNodeContents(e),t.dom.blur(),r.removeAllRanges(),r.addRange(a),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()},50)}const iu=tr&&go<15||Fc&&UL<604;zs.copy=$s.cut=(t,e)=>{let n=e,r=t.state.selection,a=n.type=="cut";if(r.empty)return;let i=iu?null:n.clipboardData,o=r.content(),{dom:c,text:u}=sy(t,o);i?(n.preventDefault(),i.clearData(),i.setData("text/html",c.innerHTML),i.setData("text/plain",u)):JO(t,c),a&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function QO(t){return t.openStart==0&&t.openEnd==0&&t.content.childCount==1?t.content.firstChild:null}function YO(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,r=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let a=t.input.shiftKey&&t.input.lastKeyCode!=45;setTimeout(()=>{t.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ou(t,r.value,null,a,e):ou(t,r.textContent,r.innerHTML,a,e)},50)}function ou(t,e,n,r,a){let i=_S(t,e,n,r,t.state.selection.$from);if(t.someProp("handlePaste",u=>u(t,a,i||$e.empty)))return!0;if(!i)return!1;let o=QO(i),c=o?t.state.tr.replaceSelectionWith(o,r):t.state.tr.replaceSelection(i);return t.dispatch(c.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function qS(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}$s.paste=(t,e)=>{let n=e;if(t.composing&&!ui)return;let r=iu?null:n.clipboardData,a=t.input.shiftKey&&t.input.lastKeyCode!=45;r&&ou(t,qS(r),r.getData("text/html"),a,n)?n.preventDefault():YO(t,n)};class GS{constructor(e,n,r){this.slice=e,this.move=n,this.node=r}}const XO=Lr?"altKey":"ctrlKey";function JS(t,e){let n=t.someProp("dragCopies",r=>!r(e));return n??!e[XO]}zs.dragstart=(t,e)=>{let n=e,r=t.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let a=t.state.selection,i=a.empty?null:t.posAtCoords(kp(n)),o;if(!(i&&i.pos>=a.from&&i.pos<=(a instanceof rt?a.to-1:a.to))){if(r&&r.mightDrag)o=rt.create(t.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let m=t.docView.nearestDesc(n.target,!0);m&&m.node.type.spec.draggable&&m!=t.docView&&(o=rt.create(t.state.doc,m.posBefore))}}let c=(o||t.state.selection).content(),{dom:u,text:h,slice:f}=sy(t,c);(!n.dataTransfer.files.length||!xs||vS>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(iu?"Text":"text/html",u.innerHTML),n.dataTransfer.effectAllowed="copyMove",iu||n.dataTransfer.setData("text/plain",h),t.dragging=new GS(f,JS(t,n),o)};zs.dragend=t=>{let e=t.dragging;window.setTimeout(()=>{t.dragging==e&&(t.dragging=null)},50)};$s.dragover=$s.dragenter=(t,e)=>e.preventDefault();$s.drop=(t,e)=>{try{ZO(t,e,t.dragging)}finally{t.dragging=null}};function ZO(t,e,n){if(!e.dataTransfer)return;let r=t.posAtCoords(kp(e));if(!r)return;let a=t.state.doc.resolve(r.pos),i=n&&n.slice;i?t.someProp("transformPasted",y=>{i=y(i,t,!1)}):i=_S(t,qS(e.dataTransfer),iu?null:e.dataTransfer.getData("text/html"),!1,a);let o=!!(n&&JS(t,e));if(t.someProp("handleDrop",y=>y(t,e,i||$e.empty,o))){e.preventDefault();return}if(!i)return;e.preventDefault();let c=i?Z2(t.state.doc,a.pos,i):a.pos;c==null&&(c=a.pos);let u=t.state.tr;if(o){let{node:y}=n;y?y.replace(u):u.deleteSelection()}let h=u.mapping.map(c),f=i.openStart==0&&i.openEnd==0&&i.content.childCount==1,m=u.doc;if(f?u.replaceRangeWith(h,h,i.content.firstChild):u.replaceRange(h,h,i),u.doc.eq(m))return;let x=u.doc.resolve(h);if(f&&rt.isSelectable(i.content.firstChild)&&x.nodeAfter&&x.nodeAfter.sameMarkup(i.content.firstChild))u.setSelection(new rt(x));else{let y=u.mapping.map(c);u.mapping.maps[u.mapping.maps.length-1].forEach((v,w,N,k)=>y=k),u.setSelection(ny(t,x,u.doc.resolve(y)))}t.focus(),t.dispatch(u.setMeta("uiEvent","drop"))}zs.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout(()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&pi(t)},20))};zs.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)};zs.beforeinput=(t,e)=>{if(xs&&ui&&e.inputType=="deleteContentBackward"){t.domObserver.flushSoon();let{domChangeCount:r}=t.input;setTimeout(()=>{if(t.input.domChangeCount!=r||(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",i=>i(t,al(8,"Backspace")))))return;let{$cursor:a}=t.state.selection;a&&a.pos>0&&t.dispatch(t.state.tr.delete(a.pos-1,a.pos).scrollIntoView())},50)}};for(let t in $s)zs[t]=$s[t];function lu(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class wf{constructor(e,n){this.toDOM=e,this.spec=n||ml,this.side=this.spec.side||0}map(e,n,r,a){let{pos:i,deleted:o}=e.mapResult(n.from+a,this.side<0?-1:1);return o?null:new Jn(i-r,i-r,this)}valid(){return!0}eq(e){return this==e||e instanceof wf&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&lu(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class bo{constructor(e,n){this.attrs=e,this.spec=n||ml}map(e,n,r,a){let i=e.map(n.from+a,this.spec.inclusiveStart?-1:1)-r,o=e.map(n.to+a,this.spec.inclusiveEnd?1:-1)-r;return i>=o?null:new Jn(i,o,this)}valid(e,n){return n.from=e&&(!i||i(c.spec))&&r.push(c.copy(c.from+a,c.to+a))}for(let o=0;oe){let c=this.children[o]+1;this.children[o+2].findInner(e-c,n-c,r,a+c,i)}}map(e,n,r){return this==ks||e.maps.length==0?this:this.mapInner(e,n,0,0,r||ml)}mapInner(e,n,r,a,i){let o;for(let c=0;c{let h=u+r,f;if(f=YS(n,c,h)){for(a||(a=this.children.slice());ic&&m.to=e){this.children[c]==e&&(r=this.children[c+2]);break}let i=e+1,o=i+n.content.size;for(let c=0;ci&&u.type instanceof bo){let h=Math.max(i,u.from)-i,f=Math.min(o,u.to)-i;ha.map(e,n,ml));return ao.from(r)}forChild(e,n){if(n.isLeaf)return sn.empty;let r=[];for(let a=0;an instanceof sn)?e:e.reduce((n,r)=>n.concat(r instanceof sn?r:r.members),[]))}}forEachSet(e){for(let n=0;n{let N=w-v-(y-x);for(let k=0;kE+f-m)continue;let C=c[k]+f-m;y>=C?c[k+1]=x<=C?-2:-1:x>=f&&N&&(c[k]+=N,c[k+1]+=N)}m+=N}),f=n.maps[h].map(f,-1)}let u=!1;for(let h=0;h=r.content.size){u=!0;continue}let x=n.map(t[h+1]+i,-1),y=x-a,{index:v,offset:w}=r.content.findIndex(m),N=r.maybeChild(v);if(N&&w==m&&w+N.nodeSize==y){let k=c[h+2].mapInner(n,N,f+1,t[h]+i+1,o);k!=ks?(c[h]=m,c[h+1]=y,c[h+2]=k):(c[h+1]=-2,u=!0)}else u=!0}if(u){let h=t6(c,t,e,n,a,i,o),f=jf(h,r,0,o);e=f.local;for(let m=0;mn&&o.to{let h=YS(t,c,u+n);if(h){i=!0;let f=jf(h,c,n+u+1,r);f!=ks&&a.push(u,u+c.nodeSize,f)}});let o=QS(i?XS(t):t,-n).sort(xl);for(let c=0;c0;)e++;t.splice(e,0,n)}function Vx(t){let e=[];return t.someProp("decorations",n=>{let r=n(t.state);r&&r!=ks&&e.push(r)}),t.cursorWrapper&&e.push(sn.create(t.state.doc,[t.cursorWrapper.deco])),ao.from(e)}const n6={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},s6=tr&&go<=11;class r6{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class a6{constructor(e,n){this.view=e,this.handleDOMChange=n,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new r6,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let a=0;aa.type=="childList"&&a.removedNodes.length||a.type=="characterData"&&a.oldValue.length>a.target.nodeValue.length)?this.flushSoon():Cs&&e.composing&&r.some(a=>a.type=="childList"&&a.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),s6&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,n6)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let n=0;nthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(AN(this.view)){if(this.suppressingSelectionUpdates)return pi(this.view);if(tr&&go<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Sl(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let n=new Set,r;for(let i=e.focusNode;i;i=$c(i))n.add(i);for(let i=e.anchorNode;i;i=$c(i))if(n.has(i)){r=i;break}let a=r&&this.view.docView.nearestDesc(r);if(a&&a.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let n=this.pendingRecords();n.length&&(this.queue=[]);let r=e.domSelectionRange(),a=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&AN(e)&&!this.ignoreSelectionChange(r),i=-1,o=-1,c=!1,u=[];if(e.editable)for(let f=0;ff.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let f of u)if(f.nodeName=="BR"&&f.parentNode){let m=f.nextSibling;m&&m.nodeType==1&&m.contentEditable=="false"&&f.parentNode.removeChild(f)}}else if(Dr&&u.length){let f=u.filter(m=>m.nodeName=="BR");if(f.length==2){let[m,x]=f;m.parentNode&&m.parentNode.parentNode==x.parentNode?x.remove():m.remove()}else{let{focusNode:m}=this.currentSelection;for(let x of f){let y=x.parentNode;y&&y.nodeName=="LI"&&(!m||l6(e,m)!=y)&&x.remove()}}}let h=null;i<0&&a&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||a)&&(i>-1&&(e.docView.markDirty(i,o),i6(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,c6(e,u)),this.handleDOMChange(i,o,c,u),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||pi(e),this.currentSelection.set(r))}registerMutation(e,n){if(n.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let f=0;fa;N--){let k=r.childNodes[N-1],E=k.pmViewDesc;if(k.nodeName=="BR"&&!E){i=N;break}if(!E||E.size)break}let m=t.state.doc,x=t.someProp("domParser")||xo.fromSchema(t.state.schema),y=m.resolve(o),v=null,w=x.parse(r,{topNode:y.parent,topMatch:y.parent.contentMatchAt(y.index()),topOpen:!0,from:a,to:i,preserveWhitespace:y.parent.type.whitespace=="pre"?"full":!0,findPositions:h,ruleFromNode:u6,context:y});if(h&&h[0].pos!=null){let N=h[0].pos,k=h[1]&&h[1].pos;k==null&&(k=N),v={anchor:N+o,head:k+o}}return{doc:w,sel:v,from:o,to:c}}function u6(t){let e=t.pmViewDesc;if(e)return e.parseRule();if(t.nodeName=="BR"&&t.parentNode){if(Cs&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let n=document.createElement("div");return n.appendChild(document.createElement("li")),{skip:n}}else if(t.parentNode.lastChild==t||Cs&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if(t.nodeName=="IMG"&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const h6=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function f6(t,e,n,r,a){let i=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let _=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,H=ty(t,_);if(H&&!t.state.selection.eq(H)){if(xs&&ui&&t.input.lastKeyCode===13&&Date.now()-100ee(t,al(13,"Enter"))))return;let P=t.state.tr.setSelection(H);_=="pointer"?P.setMeta("pointer",!0):_=="key"&&P.scrollIntoView(),i&&P.setMeta("composition",i),t.dispatch(P)}return}let o=t.state.doc.resolve(e),c=o.sharedDepth(n);e=o.before(c+1),n=t.state.doc.resolve(n).after(c+1);let u=t.state.selection,h=d6(t,e,n),f=t.state.doc,m=f.slice(h.from,h.to),x,y;t.input.lastKeyCode===8&&Date.now()-100Date.now()-225||ui)&&a.some(_=>_.nodeType==1&&!h6.test(_.nodeName))&&(!v||v.endA>=v.endB)&&t.someProp("handleKeyDown",_=>_(t,al(13,"Enter")))){t.input.lastIOSEnter=0;return}if(!v)if(r&&u instanceof at&&!u.empty&&u.$head.sameParent(u.$anchor)&&!t.composing&&!(h.sel&&h.sel.anchor!=h.sel.head))v={start:u.from,endA:u.to,endB:u.to};else{if(h.sel){let _=VN(t,t.state.doc,h.sel);if(_&&!_.eq(t.state.selection)){let H=t.state.tr.setSelection(_);i&&H.setMeta("composition",i),t.dispatch(H)}}return}t.state.selection.fromt.state.selection.from&&v.start<=t.state.selection.from+2&&t.state.selection.from>=h.from?v.start=t.state.selection.from:v.endA=t.state.selection.to-2&&t.state.selection.to<=h.to&&(v.endB+=t.state.selection.to-v.endA,v.endA=t.state.selection.to)),tr&&go<=11&&v.endB==v.start+1&&v.endA==v.start&&v.start>h.from&&h.doc.textBetween(v.start-h.from-1,v.start-h.from+1)=="  "&&(v.start--,v.endA--,v.endB--);let w=h.doc.resolveNoCache(v.start-h.from),N=h.doc.resolveNoCache(v.endB-h.from),k=f.resolve(v.start),E=w.sameParent(N)&&w.parent.inlineContent&&k.end()>=v.endA;if((Fc&&t.input.lastIOSEnter>Date.now()-225&&(!E||a.some(_=>_.nodeName=="DIV"||_.nodeName=="P"))||!E&&w.pos_(t,al(13,"Enter")))){t.input.lastIOSEnter=0;return}if(t.state.selection.anchor>v.start&&m6(f,v.start,v.endA,w,N)&&t.someProp("handleKeyDown",_=>_(t,al(8,"Backspace")))){ui&&xs&&t.domObserver.suppressSelectionUpdates();return}xs&&v.endB==v.start&&(t.input.lastChromeDelete=Date.now()),ui&&!E&&w.start()!=N.start()&&N.parentOffset==0&&w.depth==N.depth&&h.sel&&h.sel.anchor==h.sel.head&&h.sel.head==v.endA&&(v.endB-=2,N=h.doc.resolveNoCache(v.endB-h.from),setTimeout(()=>{t.someProp("handleKeyDown",function(_){return _(t,al(13,"Enter"))})},20));let C=v.start,L=v.endA,O=_=>{let H=_||t.state.tr.replace(C,L,h.doc.slice(v.start-h.from,v.endB-h.from));if(h.sel){let P=VN(t,H.doc,h.sel);P&&!(xs&&t.composing&&P.empty&&(v.start!=v.endB||t.input.lastChromeDeletepi(t),20));let _=O(t.state.tr.delete(C,L)),H=f.resolve(v.start).marksAcross(f.resolve(v.endA));H&&_.ensureMarks(H),t.dispatch(_)}else if(v.endA==v.endB&&(K=p6(w.parent.content.cut(w.parentOffset,N.parentOffset),k.parent.content.cut(k.parentOffset,v.endA-k.start())))){let _=O(t.state.tr);K.type=="add"?_.addMark(C,L,K.mark):_.removeMark(C,L,K.mark),t.dispatch(_)}else if(w.parent.child(w.index()).isText&&w.index()==N.index()-(N.textOffset?0:1)){let _=w.parent.textBetween(w.parentOffset,N.parentOffset),H=()=>O(t.state.tr.insertText(_,C,L));t.someProp("handleTextInput",P=>P(t,C,L,_,H))||t.dispatch(H())}else t.dispatch(O());else t.dispatch(O())}function VN(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:ny(t,e.resolve(n.anchor),e.resolve(n.head))}function p6(t,e){let n=t.firstChild.marks,r=e.firstChild.marks,a=n,i=r,o,c,u;for(let f=0;ff.mark(c.addToSet(f.marks));else if(a.length==0&&i.length==1)c=i[0],o="remove",u=f=>f.mark(c.removeFromSet(f.marks));else return null;let h=[];for(let f=0;fn||Hx(o,!0,!1)0&&(e||t.indexAfter(r)==t.node(r).childCount);)r--,a++,e=!1;if(n){let i=t.node(r).maybeChild(t.indexAfter(r));for(;i&&!i.isLeaf;)i=i.firstChild,a++}return a}function x6(t,e,n,r,a){let i=t.findDiffStart(e,n);if(i==null)return null;let{a:o,b:c}=t.findDiffEnd(e,n+t.size,n+e.size);if(a=="end"){let u=Math.max(0,i-Math.min(o,c));r-=o+u-i}if(o=o?i-r:0;i-=u,i&&i=c?i-r:0;i-=u,i&&i=56320&&e<=57343&&n>=55296&&n<=56319}class ZS{constructor(e,n){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new RO,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=n,this.state=n.state,this.directPlugins=n.plugins||[],this.directPlugins.forEach(GN),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=KN(this),WN(this),this.nodeViews=qN(this),this.docView=kN(this.state.doc,UN(this),Vx(this),this.dom,this),this.domObserver=new a6(this,(r,a,i,o)=>f6(this,r,a,i,o)),this.domObserver.start(),PO(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let n in e)this._props[n]=e[n];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Wg(this);let n=this._props;this._props=e,e.plugins&&(e.plugins.forEach(GN),this.directPlugins=e.plugins),this.updateStateInner(e.state,n)}setProps(e){let n={};for(let r in this._props)n[r]=this._props[r];n.state=this.state;for(let r in e)n[r]=e[r];this.update(n)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,n){var r;let a=this.state,i=!1,o=!1;e.storedMarks&&this.composing&&(KS(this),o=!0),this.state=e;let c=a.plugins!=e.plugins||this._props.plugins!=n.plugins;if(c||this._props.plugins!=n.plugins||this._props.nodeViews!=n.nodeViews){let y=qN(this);y6(y,this.nodeViews)&&(this.nodeViews=y,i=!0)}(c||n.handleDOMEvents!=this._props.handleDOMEvents)&&Wg(this),this.editable=KN(this),WN(this);let u=Vx(this),h=UN(this),f=a.plugins!=e.plugins&&!a.doc.eq(e.doc)?"reset":e.scrollToSelection>a.scrollToSelection?"to selection":"preserve",m=i||!this.docView.matchesNode(e.doc,h,u);(m||!e.selection.eq(a.selection))&&(o=!0);let x=f=="preserve"&&o&&this.dom.style.overflowAnchor==null&&qL(this);if(o){this.domObserver.stop();let y=m&&(tr||xs)&&!this.composing&&!a.selection.empty&&!e.selection.empty&&g6(a.selection,e.selection);if(m){let v=xs?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=qO(this)),(i||!this.docView.update(e.doc,h,u,this))&&(this.docView.updateOuterDeco(h),this.docView.destroy(),this.docView=kN(e.doc,h,u,this.dom,this)),v&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(y=!0)}y||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&gO(this))?pi(this,y):(LS(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(a),!((r=this.dragging)===null||r===void 0)&&r.node&&!a.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,a),f=="reset"?this.dom.scrollTop=0:f=="to selection"?this.scrollToSelection():x&&GL(x)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",n=>n(this)))if(this.state.selection instanceof rt){let n=this.docView.domAfterPos(this.state.selection.from);n.nodeType==1&&yN(this,n.getBoundingClientRect(),e)}else yN(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let n=0;n0&&this.state.doc.nodeAt(i))==r.node&&(a=i)}this.dragging=new GS(e.slice,e.move,a<0?void 0:rt.create(this.state.doc,a))}someProp(e,n){let r=this._props&&this._props[e],a;if(r!=null&&(a=n?n(r):r))return a;for(let o=0;on.ownerDocument.getSelection()),this._root=n}return e||document}updateRoot(){this._root=null}posAtCoords(e){return eO(this,e)}coordsAtPos(e,n=1){return CS(this,e,n)}domAtPos(e,n=0){return this.docView.domFromPos(e,n)}nodeDOM(e){let n=this.docView.descAt(e);return n?n.nodeDOM:null}posAtDOM(e,n,r=-1){let a=this.docView.posFromDOM(e,n,r);if(a==null)throw new RangeError("DOM position not inside the editor");return a}endOfTextblock(e,n){return aO(this,n||this.state,e)}pasteHTML(e,n){return ou(this,"",e,!1,n||new ClipboardEvent("paste"))}pasteText(e,n){return ou(this,e,null,!0,n||new ClipboardEvent("paste"))}serializeForClipboard(e){return sy(this,e)}destroy(){this.docView&&(LO(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Vx(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,_L())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return DO(this,e)}domSelectionRange(){let e=this.domSelection();return e?Cs&&this.root.nodeType===11&&VL(this.dom.ownerDocument)==this.dom&&o6(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}ZS.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};function UN(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",n=>{if(typeof n=="function"&&(n=n(t.state)),n)for(let r in n)r=="class"?e.class+=" "+n[r]:r=="style"?e.style=(e.style?e.style+";":"")+n[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(n[r]))}),e.translate||(e.translate="no"),[Jn.node(0,t.state.doc.content.size,e)]}function WN(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:Jn.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function KN(t){return!t.someProp("editable",e=>e(t.state)===!1)}function g6(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}function qN(t){let e=Object.create(null);function n(r){for(let a in r)Object.prototype.hasOwnProperty.call(e,a)||(e[a]=r[a])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function y6(t,e){let n=0,r=0;for(let a in t){if(t[a]!=e[a])return!0;n++}for(let a in e)r++;return n!=r}function GN(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var wo={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},kf={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},b6=typeof navigator<"u"&&/Mac/.test(navigator.platform),v6=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var hs=0;hs<10;hs++)wo[48+hs]=wo[96+hs]=String(hs);for(var hs=1;hs<=24;hs++)wo[hs+111]="F"+hs;for(var hs=65;hs<=90;hs++)wo[hs]=String.fromCharCode(hs+32),kf[hs]=String.fromCharCode(hs);for(var Ux in wo)kf.hasOwnProperty(Ux)||(kf[Ux]=wo[Ux]);function N6(t){var e=b6&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||v6&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?kf:wo)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}const w6=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),j6=typeof navigator<"u"&&/Win/.test(navigator.platform);function k6(t){let e=t.split(/-(?!$)/),n=e[e.length-1];n=="Space"&&(n=" ");let r,a,i,o;for(let c=0;c{for(var n in e)T6(t,n,{get:e[n],enumerable:!0})};function Sp(t){const{state:e,transaction:n}=t;let{selection:r}=n,{doc:a}=n,{storedMarks:i}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return i},get selection(){return r},get doc(){return a},get tr(){return r=n.selection,a=n.doc,i=n.storedMarks,n}}}var Cp=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:r}=e,{tr:a}=n,i=this.buildProps(a);return Object.fromEntries(Object.entries(t).map(([o,c])=>[o,(...h)=>{const f=c(...h)(i);return!a.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(a),f}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o=[],c=!!t,u=t||a.tr,h=()=>(!c&&e&&!u.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(u),o.every(m=>m===!0)),f={...Object.fromEntries(Object.entries(n).map(([m,x])=>[m,(...v)=>{const w=this.buildProps(u,e),N=x(...v)(w);return o.push(N),f}])),run:h};return f}createCan(t){const{rawCommands:e,state:n}=this,r=!1,a=t||n.tr,i=this.buildProps(a,r);return{...Object.fromEntries(Object.entries(e).map(([c,u])=>[c,(...h)=>u(...h)({...i,dispatch:void 0})])),chain:()=>this.createChain(a,r)}}buildProps(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o={tr:t,editor:r,view:i,state:Sp({state:a,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map(([c,u])=>[c,(...h)=>u(...h)(o)]))}};return o}},eC={};dy(eC,{blur:()=>E6,clearContent:()=>M6,clearNodes:()=>A6,command:()=>I6,createParagraphNear:()=>R6,cut:()=>P6,deleteCurrentNode:()=>L6,deleteNode:()=>O6,deleteRange:()=>D6,deleteSelection:()=>_6,enter:()=>z6,exitCode:()=>$6,extendMarkRange:()=>F6,first:()=>B6,focus:()=>H6,forEach:()=>U6,insertContent:()=>W6,insertContentAt:()=>G6,joinBackward:()=>Y6,joinDown:()=>Q6,joinForward:()=>X6,joinItemBackward:()=>Z6,joinItemForward:()=>eD,joinTextblockBackward:()=>tD,joinTextblockForward:()=>nD,joinUp:()=>J6,keyboardShortcut:()=>rD,lift:()=>aD,liftEmptyBlock:()=>iD,liftListItem:()=>oD,newlineInCode:()=>lD,resetAttributes:()=>cD,scrollIntoView:()=>dD,selectAll:()=>uD,selectNodeBackward:()=>hD,selectNodeForward:()=>fD,selectParentNode:()=>pD,selectTextblockEnd:()=>mD,selectTextblockStart:()=>xD,setContent:()=>gD,setMark:()=>_D,setMeta:()=>zD,setNode:()=>$D,setNodeSelection:()=>FD,setTextDirection:()=>BD,setTextSelection:()=>VD,sinkListItem:()=>HD,splitBlock:()=>UD,splitListItem:()=>WD,toggleList:()=>KD,toggleMark:()=>qD,toggleNode:()=>GD,toggleWrap:()=>JD,undoInputRule:()=>QD,unsetAllMarks:()=>YD,unsetMark:()=>XD,unsetTextDirection:()=>ZD,updateAttributes:()=>e_,wrapIn:()=>t_,wrapInList:()=>n_});var E6=()=>({editor:t,view:e})=>(requestAnimationFrame(()=>{var n;t.isDestroyed||(e.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),M6=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),A6=()=>({state:t,tr:e,dispatch:n})=>{const{selection:r}=e,{ranges:a}=r;return n&&a.forEach(({$from:i,$to:o})=>{t.doc.nodesBetween(i.pos,o.pos,(c,u)=>{if(c.type.isText)return;const{doc:h,mapping:f}=e,m=h.resolve(f.map(u)),x=h.resolve(f.map(u+c.nodeSize)),y=m.blockRange(x);if(!y)return;const v=Qc(y);if(c.type.isTextblock){const{defaultType:w}=m.parent.contentMatchAt(m.index());e.setNodeMarkup(y.start,w)}(v||v===0)&&e.lift(y,v)})}),!0},I6=t=>e=>t(e),R6=()=>({state:t,dispatch:e})=>mS(t,e),P6=(t,e)=>({editor:n,tr:r})=>{const{state:a}=n,i=a.doc.slice(t.from,t.to);r.deleteRange(t.from,t.to);const o=r.mapping.map(e);return r.insert(o,i.content),r.setSelection(new at(r.doc.resolve(Math.max(o-1,0)))),!0},L6=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,r=n.$anchor.node();if(r.content.size>0)return!1;const a=t.selection.$anchor;for(let i=a.depth;i>0;i-=1)if(a.node(i).type===r.type){if(e){const c=a.before(i),u=a.after(i);t.delete(c,u).scrollIntoView()}return!0}return!1};function Hn(t,e){if(typeof t=="string"){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var O6=t=>({tr:e,state:n,dispatch:r})=>{const a=Hn(t,n.schema),i=e.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===a){if(r){const u=i.before(o),h=i.after(o);e.delete(u,h).scrollIntoView()}return!0}return!1},D6=t=>({tr:e,dispatch:n})=>{const{from:r,to:a}=t;return n&&e.delete(r,a),!0},_6=()=>({state:t,dispatch:e})=>J0(t,e),z6=()=>({commands:t})=>t.keyboardShortcut("Enter"),$6=()=>({state:t,dispatch:e})=>wL(t,e);function uy(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function Sf(t,e,n={strict:!0}){const r=Object.keys(e);return r.length?r.every(a=>n.strict?e[a]===t[a]:uy(e[a])?e[a].test(t[a]):e[a]===t[a]):!0}function tC(t,e,n={}){return t.find(r=>r.type===e&&Sf(Object.fromEntries(Object.keys(n).map(a=>[a,r.attrs[a]])),n))}function JN(t,e,n={}){return!!tC(t,e,n)}function hy(t,e,n){var r;if(!t||!e)return;let a=t.parent.childAfter(t.parentOffset);if((!a.node||!a.node.marks.some(f=>f.type===e))&&(a=t.parent.childBefore(t.parentOffset)),!a.node||!a.node.marks.some(f=>f.type===e)||(n=n||((r=a.node.marks[0])==null?void 0:r.attrs),!tC([...a.node.marks],e,n)))return;let o=a.index,c=t.start()+a.offset,u=o+1,h=c+a.node.nodeSize;for(;o>0&&JN([...t.parent.child(o-1).marks],e,n);)o-=1,c-=t.parent.child(o).nodeSize;for(;u({tr:n,state:r,dispatch:a})=>{const i=vi(t,r.schema),{doc:o,selection:c}=n,{$from:u,from:h,to:f}=c;if(a){const m=hy(u,i,e);if(m&&m.from<=h&&m.to>=f){const x=at.create(o,m.from,m.to);n.setSelection(x)}}return!0},B6=t=>e=>{const n=typeof t=="function"?t(e):t;for(let r=0;r({editor:n,view:r,tr:a,dispatch:i})=>{e={scrollIntoView:!0,...e};const o=()=>{(Cf()||QN())&&r.dom.focus(),V6()&&!Cf()&&!QN()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&t===null||t===!1)return!0}catch{return!1}if(i&&t===null&&!nC(n.state.selection))return o(),!0;const c=sC(a.doc,t)||n.state.selection,u=n.state.selection.eq(c);return i&&(u||a.setSelection(c),u&&a.storedMarks&&a.setStoredMarks(a.storedMarks),o()),!0},U6=(t,e)=>n=>t.every((r,a)=>e(r,{...n,index:a})),W6=(t,e)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),rC=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const r=e[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?t.removeChild(r):r.nodeType===1&&rC(r)}return t};function Rh(t){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${t}`,n=new window.DOMParser().parseFromString(e,"text/html").body;return rC(n)}function cu(t,e,n){if(t instanceof hi||t instanceof ke)return t;n={slice:!0,parseOptions:{},...n};const r=typeof t=="object"&&t!==null,a=typeof t=="string";if(r)try{if(Array.isArray(t)&&t.length>0)return ke.fromArray(t.map(c=>e.nodeFromJSON(c)));const o=e.nodeFromJSON(t);return n.errorOnInvalidContent&&o.check(),o}catch(i){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:i});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",i),cu("",e,n)}if(a){if(n.errorOnInvalidContent){let o=!1,c="";const u=new V2({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:h=>(o=!0,c=typeof h=="string"?h:h.outerHTML,null)}]}})});if(n.slice?xo.fromSchema(u).parseSlice(Rh(t),n.parseOptions):xo.fromSchema(u).parse(Rh(t),n.parseOptions),n.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${c}`)})}const i=xo.fromSchema(e);return n.slice?i.parseSlice(Rh(t),n.parseOptions).content:i.parse(Rh(t),n.parseOptions)}return cu("",e,n)}function K6(t,e,n){const r=t.steps.length-1;if(r{o===0&&(o=f)}),t.setSelection(ut.near(t.doc.resolve(o),n))}var q6=t=>!("type"in t),G6=(t,e,n)=>({tr:r,dispatch:a,editor:i})=>{var o;if(a){n={parseOptions:i.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let c;const u=N=>{i.emit("contentError",{editor:i,error:N,disableCollaboration:()=>{"collaboration"in i.storage&&typeof i.storage.collaboration=="object"&&i.storage.collaboration&&(i.storage.collaboration.isDisabled=!0)}})},h={preserveWhitespace:"full",...n.parseOptions};if(!n.errorOnInvalidContent&&!i.options.enableContentCheck&&i.options.emitContentError)try{cu(e,i.schema,{parseOptions:h,errorOnInvalidContent:!0})}catch(N){u(N)}try{c=cu(e,i.schema,{parseOptions:h,errorOnInvalidContent:(o=n.errorOnInvalidContent)!=null?o:i.options.enableContentCheck})}catch(N){return u(N),!1}let{from:f,to:m}=typeof t=="number"?{from:t,to:t}:{from:t.from,to:t.to},x=!0,y=!0;if((q6(c)?c:[c]).forEach(N=>{N.check(),x=x?N.isText&&N.marks.length===0:!1,y=y?N.isBlock:!1}),f===m&&y){const{parent:N}=r.doc.resolve(f);N.isTextblock&&!N.type.spec.code&&!N.childCount&&(f-=1,m+=1)}let w;if(x){if(Array.isArray(e))w=e.map(N=>N.text||"").join("");else if(e instanceof ke){let N="";e.forEach(k=>{k.text&&(N+=k.text)}),w=N}else typeof e=="object"&&e&&e.text?w=e.text:w=e;r.insertText(w,f,m)}else{w=c;const N=r.doc.resolve(f),k=N.node(),E=N.parentOffset===0,C=k.isText||k.isTextblock,L=k.content.size>0;E&&C&&L&&(f=Math.max(0,f-1)),r.replaceWith(f,m,w)}n.updateSelection&&K6(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:f,text:w}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:f,text:w})}return!0},J6=()=>({state:t,dispatch:e})=>bL(t,e),Q6=()=>({state:t,dispatch:e})=>vL(t,e),Y6=()=>({state:t,dispatch:e})=>lS(t,e),X6=()=>({state:t,dispatch:e})=>hS(t,e),Z6=()=>({state:t,dispatch:e,tr:n})=>{try{const r=bp(t.doc,t.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},eD=()=>({state:t,dispatch:e,tr:n})=>{try{const r=bp(t.doc,t.selection.$from.pos,1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},tD=()=>({state:t,dispatch:e})=>gL(t,e),nD=()=>({state:t,dispatch:e})=>yL(t,e);function aC(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function sD(t){const e=t.split(/-(?!$)/);let n=e[e.length-1];n==="Space"&&(n=" ");let r,a,i,o;for(let c=0;c({editor:e,view:n,tr:r,dispatch:a})=>{const i=sD(t).split(/-(?!$)/),o=i.find(h=>!["Alt","Ctrl","Meta","Shift"].includes(h)),c=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:i.includes("Alt"),ctrlKey:i.includes("Ctrl"),metaKey:i.includes("Meta"),shiftKey:i.includes("Shift"),bubbles:!0,cancelable:!0}),u=e.captureTransaction(()=>{n.someProp("handleKeyDown",h=>h(n,c))});return u==null||u.steps.forEach(h=>{const f=h.map(r.mapping);f&&a&&r.maybeStep(f)}),!0};function jo(t,e,n={}){const{from:r,to:a,empty:i}=t.selection,o=e?Hn(e,t.schema):null,c=[];t.doc.nodesBetween(r,a,(m,x)=>{if(m.isText)return;const y=Math.max(r,x),v=Math.min(a,x+m.nodeSize);c.push({node:m,from:y,to:v})});const u=a-r,h=c.filter(m=>o?o.name===m.node.type.name:!0).filter(m=>Sf(m.node.attrs,n,{strict:!1}));return i?!!h.length:h.reduce((m,x)=>m+x.to-x.from,0)>=u}var aD=(t,e={})=>({state:n,dispatch:r})=>{const a=Hn(t,n.schema);return jo(n,a,e)?NL(n,r):!1},iD=()=>({state:t,dispatch:e})=>xS(t,e),oD=t=>({state:e,dispatch:n})=>{const r=Hn(t,e.schema);return PL(r)(e,n)},lD=()=>({state:t,dispatch:e})=>pS(t,e);function Tp(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function YN(t,e){const n=typeof e=="string"?[e]:e;return Object.keys(t).reduce((r,a)=>(n.includes(a)||(r[a]=t[a]),r),{})}var cD=(t,e)=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=Tp(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=Hn(t,r.schema)),c==="mark"&&(o=vi(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{r.doc.nodesBetween(h.$from.pos,h.$to.pos,(f,m)=>{i&&i===f.type&&(u=!0,a&&n.setNodeMarkup(m,void 0,YN(f.attrs,e))),o&&f.marks.length&&f.marks.forEach(x=>{o===x.type&&(u=!0,a&&n.addMark(m,m+f.nodeSize,o.create(YN(x.attrs,e))))})})}),u},dD=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),uD=()=>({tr:t,dispatch:e})=>{if(e){const n=new pr(t.doc);t.setSelection(n)}return!0},hD=()=>({state:t,dispatch:e})=>dS(t,e),fD=()=>({state:t,dispatch:e})=>fS(t,e),pD=()=>({state:t,dispatch:e})=>SL(t,e),mD=()=>({state:t,dispatch:e})=>EL(t,e),xD=()=>({state:t,dispatch:e})=>TL(t,e);function Kg(t,e,n={},r={}){return cu(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var gD=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:a,tr:i,dispatch:o,commands:c})=>{const{doc:u}=i;if(r.preserveWhitespace!=="full"){const h=Kg(t,a.schema,r,{errorOnInvalidContent:e??a.options.enableContentCheck});return o&&i.replaceWith(0,u.content.size,h).setMeta("preventUpdate",!n),!0}return o&&i.setMeta("preventUpdate",!n),c.insertContentAt({from:0,to:u.content.size},t,{parseOptions:r,errorOnInvalidContent:e??a.options.enableContentCheck})};function iC(t,e){const n=vi(e,t.schema),{from:r,to:a,empty:i}=t.selection,o=[];i?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(r,a,u=>{o.push(...u.marks)});const c=o.find(u=>u.type.name===n.name);return c?{...c.attrs}:{}}function oC(t,e){const n=new q0(t);return e.forEach(r=>{r.steps.forEach(a=>{n.step(a)})}),n}function yD(t){for(let e=0;e{n(a)&&r.push({node:a,pos:i})}),r}function lC(t,e){for(let n=t.depth;n>0;n-=1){const r=t.node(n);if(e(r))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:r}}}function Ep(t){return e=>lC(e.$from,t)}function tt(t,e,n){return t.config[e]===void 0&&t.parent?tt(t.parent,e,n):typeof t.config[e]=="function"?t.config[e].bind({...n,parent:t.parent?tt(t.parent,e,n):null}):t.config[e]}function fy(t){return t.map(e=>{const n={name:e.name,options:e.options,storage:e.storage},r=tt(e,"addExtensions",n);return r?[e,...fy(r())]:e}).flat(10)}function py(t,e){const n=Pl.fromSchema(e).serializeFragment(t),a=document.implementation.createHTMLDocument().createElement("div");return a.appendChild(n),a.innerHTML}function cC(t){return typeof t=="function"}function Wt(t,e=void 0,...n){return cC(t)?e?t.bind(e)(...n):t(...n):t}function vD(t={}){return Object.keys(t).length===0&&t.constructor===Object}function Bc(t){const e=t.filter(a=>a.type==="extension"),n=t.filter(a=>a.type==="node"),r=t.filter(a=>a.type==="mark");return{baseExtensions:e,nodeExtensions:n,markExtensions:r}}function dC(t){const e=[],{nodeExtensions:n,markExtensions:r}=Bc(t),a=[...n,...r],i={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(h=>h.name!=="text").map(h=>h.name),c=r.map(h=>h.name),u=[...o,...c];return t.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage,extensions:a},m=tt(h,"addGlobalAttributes",f);if(!m)return;m().forEach(y=>{let v;Array.isArray(y.types)?v=y.types:y.types==="*"?v=u:y.types==="nodes"?v=o:y.types==="marks"?v=c:v=[],v.forEach(w=>{Object.entries(y.attributes).forEach(([N,k])=>{e.push({type:w,name:N,attribute:{...i,...k}})})})})}),a.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage},m=tt(h,"addAttributes",f);if(!m)return;const x=m();Object.entries(x).forEach(([y,v])=>{const w={...i,...v};typeof(w==null?void 0:w.default)=="function"&&(w.default=w.default()),w!=null&&w.isRequired&&(w==null?void 0:w.default)===void 0&&delete w.default,e.push({type:h.name,name:y,attribute:w})})}),e}function ND(t){const e=[];let n="",r=!1,a=!1,i=0;const o=t.length;for(let c=0;c0){i-=1,n+=u;continue}if(u===";"&&i===0){e.push(n),n="";continue}}n+=u}return n&&e.push(n),e}function XN(t){const e=[],n=ND(t||""),r=n.length;for(let a=0;a!!e).reduce((e,n)=>{const r={...e};return Object.entries(n).forEach(([a,i])=>{if(!r[a]){r[a]=i;return}if(a==="class"){const c=i?String(i).split(" "):[],u=r[a]?r[a].split(" "):[],h=c.filter(f=>!u.includes(f));r[a]=[...u,...h].join(" ")}else if(a==="style"){const c=new Map([...XN(r[a]),...XN(i)]);r[a]=Array.from(c.entries()).map(([u,h])=>`${u}: ${h}`).join("; ")}else r[a]=i}),r},{})}function du(t,e){return e.filter(n=>n.type===t.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(t.attrs)||{}:{[n.name]:t.attrs[n.name]}).reduce((n,r)=>Kt(n,r),{})}function wD(t){return typeof t!="string"?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):t==="true"?!0:t==="false"?!1:t}function ZN(t,e){return"style"in t?t:{...t,getAttrs:n=>{const r=t.getAttrs?t.getAttrs(n):t.attrs;if(r===!1)return!1;const a=e.reduce((i,o)=>{const c=o.attribute.parseHTML?o.attribute.parseHTML(n):wD(n.getAttribute(o.name));return c==null?i:{...i,[o.name]:c}},{});return{...r,...a}}}}function ew(t){return Object.fromEntries(Object.entries(t).filter(([e,n])=>e==="attrs"&&vD(n)?!1:n!=null))}function tw(t){var e,n;const r={};return!((e=t==null?void 0:t.attribute)!=null&&e.isRequired)&&"default"in((t==null?void 0:t.attribute)||{})&&(r.default=t.attribute.default),((n=t==null?void 0:t.attribute)==null?void 0:n.validate)!==void 0&&(r.validate=t.attribute.validate),[t.name,r]}function jD(t,e){var n;const r=dC(t),{nodeExtensions:a,markExtensions:i}=Bc(t),o=(n=a.find(h=>tt(h,"topNode")))==null?void 0:n.name,c=Object.fromEntries(a.map(h=>{const f=r.filter(k=>k.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},x=t.reduce((k,E)=>{const C=tt(E,"extendNodeSchema",m);return{...k,...C?C(h):{}}},{}),y=ew({...x,content:Wt(tt(h,"content",m)),marks:Wt(tt(h,"marks",m)),group:Wt(tt(h,"group",m)),inline:Wt(tt(h,"inline",m)),atom:Wt(tt(h,"atom",m)),selectable:Wt(tt(h,"selectable",m)),draggable:Wt(tt(h,"draggable",m)),code:Wt(tt(h,"code",m)),whitespace:Wt(tt(h,"whitespace",m)),linebreakReplacement:Wt(tt(h,"linebreakReplacement",m)),defining:Wt(tt(h,"defining",m)),isolating:Wt(tt(h,"isolating",m)),attrs:Object.fromEntries(f.map(tw))}),v=Wt(tt(h,"parseHTML",m));v&&(y.parseDOM=v.map(k=>ZN(k,f)));const w=tt(h,"renderHTML",m);w&&(y.toDOM=k=>w({node:k,HTMLAttributes:du(k,f)}));const N=tt(h,"renderText",m);return N&&(y.toText=N),[h.name,y]})),u=Object.fromEntries(i.map(h=>{const f=r.filter(N=>N.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},x=t.reduce((N,k)=>{const E=tt(k,"extendMarkSchema",m);return{...N,...E?E(h):{}}},{}),y=ew({...x,inclusive:Wt(tt(h,"inclusive",m)),excludes:Wt(tt(h,"excludes",m)),group:Wt(tt(h,"group",m)),spanning:Wt(tt(h,"spanning",m)),code:Wt(tt(h,"code",m)),attrs:Object.fromEntries(f.map(tw))}),v=Wt(tt(h,"parseHTML",m));v&&(y.parseDOM=v.map(N=>ZN(N,f)));const w=tt(h,"renderHTML",m);return w&&(y.toDOM=N=>w({mark:N,HTMLAttributes:du(N,f)})),[h.name,y]}));return new V2({topNode:o,nodes:c,marks:u})}function kD(t){const e=t.filter((n,r)=>t.indexOf(n)!==r);return Array.from(new Set(e))}function Kd(t){return t.sort((n,r)=>{const a=tt(n,"priority")||100,i=tt(r,"priority")||100;return a>i?-1:ar.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function hC(t,e,n){const{from:r,to:a}=e,{blockSeparator:i=` + +`,textSerializers:o={}}=n||{};let c="";return t.nodesBetween(r,a,(u,h,f,m)=>{var x;u.isBlock&&h>r&&(c+=i);const y=o==null?void 0:o[u.type.name];if(y)return f&&(c+=y({node:u,pos:h,parent:f,index:m,range:e})),!1;u.isText&&(c+=(x=u==null?void 0:u.text)==null?void 0:x.slice(Math.max(r,h)-h,a-h))}),c}function SD(t,e){const n={from:0,to:t.content.size};return hC(t,n,e)}function fC(t){return Object.fromEntries(Object.entries(t.nodes).filter(([,e])=>e.spec.toText).map(([e,n])=>[e,n.spec.toText]))}function CD(t,e){const n=Hn(e,t.schema),{from:r,to:a}=t.selection,i=[];t.doc.nodesBetween(r,a,c=>{i.push(c)});const o=i.reverse().find(c=>c.type.name===n.name);return o?{...o.attrs}:{}}function pC(t,e){const n=Tp(typeof e=="string"?e:e.name,t.schema);return n==="node"?CD(t,e):n==="mark"?iC(t,e):{}}function TD(t,e=JSON.stringify){const n={};return t.filter(r=>{const a=e(r);return Object.prototype.hasOwnProperty.call(n,a)?!1:n[a]=!0})}function ED(t){const e=TD(t);return e.length===1?e:e.filter((n,r)=>!e.filter((i,o)=>o!==r).some(i=>n.oldRange.from>=i.oldRange.from&&n.oldRange.to<=i.oldRange.to&&n.newRange.from>=i.newRange.from&&n.newRange.to<=i.newRange.to))}function mC(t){const{mapping:e,steps:n}=t,r=[];return e.maps.forEach((a,i)=>{const o=[];if(a.ranges.length)a.forEach((c,u)=>{o.push({from:c,to:u})});else{const{from:c,to:u}=n[i];if(c===void 0||u===void 0)return;o.push({from:c,to:u})}o.forEach(({from:c,to:u})=>{const h=e.slice(i).map(c,-1),f=e.slice(i).map(u),m=e.invert().map(h,-1),x=e.invert().map(f);r.push({oldRange:{from:m,to:x},newRange:{from:h,to:f}})})}),ED(r)}function my(t,e,n){const r=[];return t===e?n.resolve(t).marks().forEach(a=>{const i=n.resolve(t),o=hy(i,a.type);o&&r.push({mark:a,...o})}):n.nodesBetween(t,e,(a,i)=>{!a||(a==null?void 0:a.nodeSize)===void 0||r.push(...a.marks.map(o=>({from:i,to:i+a.nodeSize,mark:o})))}),r}var MD=(t,e,n,r=20)=>{const a=t.doc.resolve(n);let i=r,o=null;for(;i>0&&o===null;){const c=a.node(i);(c==null?void 0:c.type.name)===e?o=c:i-=1}return[o,i]};function Ad(t,e){return e.nodes[t]||e.marks[t]||null}function Qh(t,e,n){return Object.fromEntries(Object.entries(n).filter(([r])=>{const a=t.find(i=>i.type===e&&i.name===r);return a?a.attribute.keepOnSplit:!1}))}var AD=(t,e=500)=>{let n="";const r=t.parentOffset;return t.parent.nodesBetween(Math.max(0,r-e),r,(a,i,o,c)=>{var u,h;const f=((h=(u=a.type.spec).toText)==null?void 0:h.call(u,{node:a,pos:i,parent:o,index:c}))||a.textContent||"%leaf%";n+=a.isAtom&&!a.isText?f:f.slice(0,Math.max(0,r-i))}),n};function qg(t,e,n={}){const{empty:r,ranges:a}=t.selection,i=e?vi(e,t.schema):null;if(r)return!!(t.storedMarks||t.selection.$from.marks()).filter(m=>i?i.name===m.type.name:!0).find(m=>Sf(m.attrs,n,{strict:!1}));let o=0;const c=[];if(a.forEach(({$from:m,$to:x})=>{const y=m.pos,v=x.pos;t.doc.nodesBetween(y,v,(w,N)=>{if(i&&w.inlineContent&&!w.type.allowsMarkType(i))return!1;if(!w.isText&&!w.marks.length)return;const k=Math.max(y,N),E=Math.min(v,N+w.nodeSize),C=E-k;o+=C,c.push(...w.marks.map(L=>({mark:L,from:k,to:E})))})}),o===0)return!1;const u=c.filter(m=>i?i.name===m.mark.type.name:!0).filter(m=>Sf(m.mark.attrs,n,{strict:!1})).reduce((m,x)=>m+x.to-x.from,0),h=c.filter(m=>i?m.mark.type!==i&&m.mark.type.excludes(i):!0).reduce((m,x)=>m+x.to-x.from,0);return(u>0?u+h:u)>=o}function ID(t,e,n={}){if(!e)return jo(t,null,n)||qg(t,null,n);const r=Tp(e,t.schema);return r==="node"?jo(t,e,n):r==="mark"?qg(t,e,n):!1}var RD=(t,e)=>{const{$from:n,$to:r,$anchor:a}=t.selection;if(e){const i=Ep(c=>c.type.name===e)(t.selection);if(!i)return!1;const o=t.doc.resolve(i.pos+1);return a.pos+1===o.end()}return!(r.parentOffset{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)};function nw(t,e){return Array.isArray(e)?e.some(n=>(typeof n=="string"?n:n.name)===t.name):e}function sw(t,e){const{nodeExtensions:n}=Bc(e),r=n.find(o=>o.name===t);if(!r)return!1;const a={name:r.name,options:r.options,storage:r.storage},i=Wt(tt(r,"group",a));return typeof i!="string"?!1:i.split(" ").includes("list")}function Mp(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if(t.type.name==="hardBreak")return!0;if(t.isText)return/^\s*$/m.test((r=t.text)!=null?r:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(t.content.childCount===0)return!0;if(e){let a=!0;return t.content.forEach(i=>{a!==!1&&(Mp(i,{ignoreWhitespace:n,checkChildren:e})||(a=!1))}),a}return!1}function xC(t){return t instanceof rt}var gC=class yC{constructor(e){this.position=e}static fromJSON(e){return new yC(e.position)}toJSON(){return{position:this.position}}};function LD(t,e){const n=e.mapping.mapResult(t.position);return{position:new gC(n.pos),mapResult:n}}function OD(t){return new gC(t)}function DD(t,e,n){var r;const{selection:a}=e;let i=null;if(nC(a)&&(i=a.$cursor),i){const c=(r=t.storedMarks)!=null?r:i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(c)||!c.some(h=>h.type.excludes(n)))}const{ranges:o}=a;return o.some(({$from:c,$to:u})=>{let h=c.depth===0?t.doc.inlineContent&&t.doc.type.allowsMarkType(n):!1;return t.doc.nodesBetween(c.pos,u.pos,(f,m,x)=>{if(h)return!1;if(f.isInline){const y=!x||x.type.allowsMarkType(n),v=!!n.isInSet(f.marks)||!f.marks.some(w=>w.type.excludes(n));h=y&&v}return!h}),h})}var _D=(t,e={})=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=n,{empty:o,ranges:c}=i,u=vi(t,r.schema);if(a)if(o){const h=iC(r,u);n.addStoredMark(u.create({...h,...e}))}else c.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;r.doc.nodesBetween(f,m,(x,y)=>{const v=Math.max(y,f),w=Math.min(y+x.nodeSize,m);x.marks.find(k=>k.type===u)?x.marks.forEach(k=>{u===k.type&&n.addMark(v,w,u.create({...k.attrs,...e}))}):n.addMark(v,w,u.create(e))})});return DD(r,n,u)},zD=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),$D=(t,e={})=>({state:n,dispatch:r,chain:a})=>{const i=Hn(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),i.isTextblock?a().command(({commands:c})=>mN(i,{...o,...e})(n)?!0:c.clearNodes()).command(({state:c})=>mN(i,{...o,...e})(c,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},FD=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,a=ul(t,0,r.content.size),i=rt.create(r,a);e.setSelection(i)}return!0},BD=(t,e)=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=r;let o,c;return typeof e=="number"?(o=e,c=e):e&&"from"in e&&"to"in e?(o=e.from,c=e.to):(o=i.from,c=i.to),a&&n.doc.nodesBetween(o,c,(u,h)=>{u.isText||n.setNodeMarkup(h,void 0,{...u.attrs,dir:t})}),!0},VD=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,{from:a,to:i}=typeof t=="number"?{from:t,to:t}:t,o=at.atStart(r).from,c=at.atEnd(r).to,u=ul(a,o,c),h=ul(i,o,c),f=at.create(r,u,h);e.setSelection(f)}return!0},HD=t=>({state:e,dispatch:n})=>{const r=Hn(t,e.schema);return DL(r)(e,n)};function rw(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const r=n.filter(a=>e==null?void 0:e.includes(a.type.name));t.tr.ensureMarks(r)}}var UD=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:r,editor:a})=>{const{selection:i,doc:o}=e,{$from:c,$to:u}=i,h=a.extensionManager.attributes,f=Qh(h,c.node().type.name,c.node().attrs);if(i instanceof rt&&i.node.isBlock)return!c.parentOffset||!fi(o,c.pos)?!1:(r&&(t&&rw(n,a.extensionManager.splittableMarks),e.split(c.pos).scrollIntoView()),!0);if(!c.parent.isBlock)return!1;const m=u.parentOffset===u.parent.content.size,x=c.depth===0?void 0:yD(c.node(-1).contentMatchAt(c.indexAfter(-1)));let y=m&&x?[{type:x,attrs:f}]:void 0,v=fi(e.doc,e.mapping.map(c.pos),1,y);if(!y&&!v&&fi(e.doc,e.mapping.map(c.pos),1,x?[{type:x}]:void 0)&&(v=!0,y=x?[{type:x,attrs:f}]:void 0),r){if(v&&(i instanceof at&&e.deleteSelection(),e.split(e.mapping.map(c.pos),1,y),x&&!m&&!c.parentOffset&&c.parent.type!==x)){const w=e.mapping.map(c.before()),N=e.doc.resolve(w);c.node(-1).canReplaceWith(N.index(),N.index()+1,x)&&e.setNodeMarkup(e.mapping.map(c.before()),x)}t&&rw(n,a.extensionManager.splittableMarks),e.scrollIntoView()}return v},WD=(t,e={})=>({tr:n,state:r,dispatch:a,editor:i})=>{var o;const c=Hn(t,r.schema),{$from:u,$to:h}=r.selection,f=r.selection.node;if(f&&f.isBlock||u.depth<2||!u.sameParent(h))return!1;const m=u.node(-1);if(m.type!==c)return!1;const x=i.extensionManager.attributes;if(u.parent.content.size===0&&u.node(-1).childCount===u.indexAfter(-1)){if(u.depth===2||u.node(-3).type!==c||u.index(-2)!==u.node(-2).childCount-1)return!1;if(a){let k=ke.empty;const E=u.index(-1)?1:u.index(-2)?2:3;for(let H=u.depth-E;H>=u.depth-3;H-=1)k=ke.from(u.node(H).copy(k));const C=u.indexAfter(-1){if(_>-1)return!1;H.isTextblock&&H.content.size===0&&(_=P+1)}),_>-1&&n.setSelection(at.near(n.doc.resolve(_))),n.scrollIntoView()}return!0}const y=h.pos===u.end()?m.contentMatchAt(0).defaultType:null,v={...Qh(x,m.type.name,m.attrs),...e},w={...Qh(x,u.node().type.name,u.node().attrs),...e};n.delete(u.pos,h.pos);const N=y?[{type:c,attrs:v},{type:y,attrs:w}]:[{type:c,attrs:v}];if(!fi(n.doc,u.pos,2))return!1;if(a){const{selection:k,storedMarks:E}=r,{splittableMarks:C}=i.extensionManager,L=E||k.$to.parentOffset&&k.$from.marks();if(n.split(u.pos,2,N).scrollIntoView(),!L||!a)return!0;const O=L.filter(K=>C.includes(K.type.name));n.ensureMarks(O)}return!0},Kx=(t,e)=>{const n=Ep(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&Mo(t.doc,n.pos)&&t.join(n.pos),!0},qx=(t,e)=>{const n=Ep(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&Mo(t.doc,r)&&t.join(r),!0},KD=(t,e,n,r={})=>({editor:a,tr:i,state:o,dispatch:c,chain:u,commands:h,can:f})=>{const{extensions:m,splittableMarks:x}=a.extensionManager,y=Hn(t,o.schema),v=Hn(e,o.schema),{selection:w,storedMarks:N}=o,{$from:k,$to:E}=w,C=k.blockRange(E),L=N||w.$to.parentOffset&&w.$from.marks();if(!C)return!1;const O=Ep(K=>sw(K.type.name,m))(w);if(C.depth>=1&&O&&C.depth-O.depth<=1){if(O.node.type===y)return h.liftListItem(v);if(sw(O.node.type.name,m)&&y.validContent(O.node.content)&&c)return u().command(()=>(i.setNodeMarkup(O.pos,y),!0)).command(()=>Kx(i,y)).command(()=>qx(i,y)).run()}return!n||!L||!c?u().command(()=>f().wrapInList(y,r)?!0:h.clearNodes()).wrapInList(y,r).command(()=>Kx(i,y)).command(()=>qx(i,y)).run():u().command(()=>{const K=f().wrapInList(y,r),_=L.filter(H=>x.includes(H.type.name));return i.ensureMarks(_),K?!0:h.clearNodes()}).wrapInList(y,r).command(()=>Kx(i,y)).command(()=>qx(i,y)).run()},qD=(t,e={},n={})=>({state:r,commands:a})=>{const{extendEmptyMarkRange:i=!1}=n,o=vi(t,r.schema);return qg(r,o,e)?a.unsetMark(o,{extendEmptyMarkRange:i}):a.setMark(o,e)},GD=(t,e,n={})=>({state:r,commands:a})=>{const i=Hn(t,r.schema),o=Hn(e,r.schema),c=jo(r,i,n);let u;return r.selection.$anchor.sameParent(r.selection.$head)&&(u=r.selection.$anchor.parent.attrs),c?a.setNode(o,u):a.setNode(i,{...u,...n})},JD=(t,e={})=>({state:n,commands:r})=>{const a=Hn(t,n.schema);return jo(n,a,e)?r.lift(a):r.wrapIn(a,e)},QD=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let r=0;r=0;u-=1)o.step(c.steps[u].invert(c.docs[u]));if(i.text){const u=o.doc.resolve(i.from).marks();o.replaceWith(i.from,i.to,t.schema.text(i.text,u))}else o.delete(i.from,i.to)}return!0}}return!1},YD=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:r,ranges:a}=n;return r||e&&a.forEach(i=>{t.removeMark(i.$from.pos,i.$to.pos)}),!0},XD=(t,e={})=>({tr:n,state:r,dispatch:a})=>{var i;const{extendEmptyMarkRange:o=!1}=e,{selection:c}=n,u=vi(t,r.schema),{$from:h,empty:f,ranges:m}=c;if(!a)return!0;if(f&&o){let{from:x,to:y}=c;const v=(i=h.marks().find(N=>N.type===u))==null?void 0:i.attrs,w=hy(h,u,v);w&&(x=w.from,y=w.to),n.removeMark(x,y,u)}else m.forEach(x=>{n.removeMark(x.$from.pos,x.$to.pos,u)});return n.removeStoredMark(u),!0},ZD=t=>({tr:e,state:n,dispatch:r})=>{const{selection:a}=n;let i,o;return typeof t=="number"?(i=t,o=t):t&&"from"in t&&"to"in t?(i=t.from,o=t.to):(i=a.from,o=a.to),r&&e.doc.nodesBetween(i,o,(c,u)=>{if(c.isText)return;const h={...c.attrs};delete h.dir,e.setNodeMarkup(u,void 0,h)}),!0},e_=(t,e={})=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=Tp(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=Hn(t,r.schema)),c==="mark"&&(o=vi(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;let x,y,v,w;n.selection.empty?r.doc.nodesBetween(f,m,(N,k)=>{i&&i===N.type&&(u=!0,v=Math.max(k,f),w=Math.min(k+N.nodeSize,m),x=k,y=N)}):r.doc.nodesBetween(f,m,(N,k)=>{k=f&&k<=m&&(i&&i===N.type&&(u=!0,a&&n.setNodeMarkup(k,void 0,{...N.attrs,...e})),o&&N.marks.length&&N.marks.forEach(E=>{if(o===E.type&&(u=!0,a)){const C=Math.max(k,f),L=Math.min(k+N.nodeSize,m);n.addMark(C,L,o.create({...E.attrs,...e}))}}))}),y&&(x!==void 0&&a&&n.setNodeMarkup(x,void 0,{...y.attrs,...e}),o&&y.marks.length&&y.marks.forEach(N=>{o===N.type&&a&&n.addMark(v,w,o.create({...N.attrs,...e}))}))}),u},t_=(t,e={})=>({state:n,dispatch:r})=>{const a=Hn(t,n.schema);return ML(a,e)(n,r)},n_=(t,e={})=>({state:n,dispatch:r})=>{const a=Hn(t,n.schema);return AL(a,e)(n,r)},s_=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach(r=>r.apply(this,e)),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter(r=>r!==e):delete this.callbacks[t]),this}once(t,e){const n=(...r)=>{this.off(t,n),e.apply(this,r)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},Ap=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=(e=t.undoable)!=null?e:!0}},r_=(t,e)=>{if(uy(e))return e.exec(t);const n=e(t);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=t,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r};function Ph(t){var e;const{editor:n,from:r,to:a,text:i,rules:o,plugin:c}=t,{view:u}=n;if(u.composing)return!1;const h=u.state.doc.resolve(r);if(h.parent.type.spec.code||(e=h.nodeBefore||h.nodeAfter)!=null&&e.marks.find(x=>x.type.spec.code))return!1;let f=!1;const m=AD(h)+i;return o.forEach(x=>{if(f)return;const y=r_(m,x.find);if(!y)return;const v=u.state.tr,w=Sp({state:u.state,transaction:v}),N={from:r-(y[0].length-i.length),to:a},{commands:k,chain:E,can:C}=new Cp({editor:n,state:w});x.handler({state:w,range:N,match:y,commands:k,chain:E,can:C})===null||!v.steps.length||(x.undoable&&v.setMeta(c,{transform:v,from:r,to:a,text:i}),u.dispatch(v),f=!0)}),f}function a_(t){const{editor:e,rules:n}=t,r=new un({state:{init(){return null},apply(a,i,o){const c=a.getMeta(r);if(c)return c;const u=a.getMeta("applyInputRules");return!!u&&setTimeout(()=>{let{text:f}=u;typeof f=="string"?f=f:f=py(ke.from(f),o.schema);const{from:m}=u,x=m+f.length;Ph({editor:e,from:m,to:x,text:f,rules:n,plugin:r})}),a.selectionSet||a.docChanged?null:i}},props:{handleTextInput(a,i,o,c){return Ph({editor:e,from:i,to:o,text:c,rules:n,plugin:r})},handleDOMEvents:{compositionend:a=>(setTimeout(()=>{const{$cursor:i}=a.state.selection;i&&Ph({editor:e,from:i.pos,to:i.pos,text:"",rules:n,plugin:r})}),!1)},handleKeyDown(a,i){if(i.key!=="Enter")return!1;const{$cursor:o}=a.state.selection;return o?Ph({editor:e,from:o.pos,to:o.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function i_(t){return Object.prototype.toString.call(t).slice(8,-1)}function Lh(t){return i_(t)!=="Object"?!1:t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function bC(t,e){const n={...t};return Lh(t)&&Lh(e)&&Object.keys(e).forEach(r=>{Lh(e[r])&&Lh(t[r])?n[r]=bC(t[r],e[r]):n[r]=e[r]}),n}var xy=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...Wt(tt(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...Wt(tt(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>bC(this.options,t)});return e.name=this.name,e.parent=this.parent,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},Ll=class vC extends xy{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n=typeof e=="function"?e():e;return new vC(n)}static handleExit({editor:e,mark:n}){const{tr:r}=e.state,a=e.state.selection.$from;if(a.pos===a.end()){const o=a.marks();if(!!!o.find(h=>(h==null?void 0:h.type.name)===n.name))return!1;const u=o.find(h=>(h==null?void 0:h.type.name)===n.name);return u&&r.removeStoredMark(u),r.insertText(" ",a.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function o_(t){return typeof t=="number"}var l_=class{constructor(t){this.find=t.find,this.handler=t.handler}},c_=(t,e,n)=>{if(uy(e))return[...t.matchAll(e)];const r=e(t,n);return r?r.map(a=>{const i=[a.text];return i.index=a.index,i.input=t,i.data=a.data,a.replaceWith&&(a.text.includes(a.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(a.replaceWith)),i}):[]};function d_(t){const{editor:e,state:n,from:r,to:a,rule:i,pasteEvent:o,dropEvent:c}=t,{commands:u,chain:h,can:f}=new Cp({editor:e,state:n}),m=[];return n.doc.nodesBetween(r,a,(y,v)=>{var w,N,k,E,C;if((N=(w=y.type)==null?void 0:w.spec)!=null&&N.code||!(y.isText||y.isTextblock||y.isInline))return;const L=(C=(E=(k=y.content)==null?void 0:k.size)!=null?E:y.nodeSize)!=null?C:0,O=Math.max(r,v),K=Math.min(a,v+L);if(O>=K)return;const _=y.isText?y.text||"":y.textBetween(O-v,K-v,void 0,"");c_(_,i.find,o).forEach(P=>{if(P.index===void 0)return;const ee=O+P.index+1,Q=ee+P[0].length,V={from:n.tr.mapping.map(ee),to:n.tr.mapping.map(Q)},re=i.handler({state:n,range:V,match:P,commands:u,chain:h,can:f,pasteEvent:o,dropEvent:c});m.push(re)})}),m.every(y=>y!==null)}var Oh=null,u_=t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=n.clipboardData)==null||e.setData("text/html",t),n};function h_(t){const{editor:e,rules:n}=t;let r=null,a=!1,i=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,c;try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}const u=({state:f,from:m,to:x,rule:y,pasteEvt:v})=>{const w=f.tr,N=Sp({state:f,transaction:w});if(!(!d_({editor:e,state:N,from:Math.max(m-1,0),to:x.b-1,rule:y,pasteEvent:v,dropEvent:c})||!w.steps.length)){try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,w}};return n.map(f=>new un({view(m){const x=v=>{var w;r=(w=m.dom.parentElement)!=null&&w.contains(v.target)?m.dom.parentElement:null,r&&(Oh=e)},y=()=>{Oh&&(Oh=null)};return window.addEventListener("dragstart",x),window.addEventListener("dragend",y),{destroy(){window.removeEventListener("dragstart",x),window.removeEventListener("dragend",y)}}},props:{handleDOMEvents:{drop:(m,x)=>{if(i=r===m.dom.parentElement,c=x,!i){const y=Oh;y!=null&&y.isEditable&&setTimeout(()=>{const v=y.state.selection;v&&y.commands.deleteRange({from:v.from,to:v.to})},10)}return!1},paste:(m,x)=>{var y;const v=(y=x.clipboardData)==null?void 0:y.getData("text/html");return o=x,a=!!(v!=null&&v.includes("data-pm-slice")),!1}}},appendTransaction:(m,x,y)=>{const v=m[0],w=v.getMeta("uiEvent")==="paste"&&!a,N=v.getMeta("uiEvent")==="drop"&&!i,k=v.getMeta("applyPasteRules"),E=!!k;if(!w&&!N&&!E)return;if(E){let{text:O}=k;typeof O=="string"?O=O:O=py(ke.from(O),y.schema);const{from:K}=k,_=K+O.length,H=u_(O);return u({rule:f,state:y,from:K,to:{b:_},pasteEvt:H})}const C=x.doc.content.findDiffStart(y.doc.content),L=x.doc.content.findDiffEnd(y.doc.content);if(!(!o_(C)||!L||C===L.b))return u({rule:f,state:y,from:C,to:L,pasteEvt:o})}}))}var Ip=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=uC(t),this.schema=jD(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((t,e)=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Ad(e.name,this.schema)},r=tt(e,"addCommands",n);return r?{...t,...r()}:t},{})}get plugins(){const{editor:t}=this;return Kd([...this.extensions].reverse()).flatMap(r=>{const a={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:t,type:Ad(r.name,this.schema)},i=[],o=tt(r,"addKeyboardShortcuts",a);let c={};if(r.type==="mark"&&tt(r,"exitable",a)&&(c.ArrowRight=()=>Ll.handleExit({editor:t,mark:r})),o){const x=Object.fromEntries(Object.entries(o()).map(([y,v])=>[y,()=>v({editor:t})]));c={...c,...x}}const u=C6(c);i.push(u);const h=tt(r,"addInputRules",a);if(nw(r,t.options.enableInputRules)&&h){const x=h();if(x&&x.length){const y=a_({editor:t,rules:x}),v=Array.isArray(y)?y:[y];i.push(...v)}}const f=tt(r,"addPasteRules",a);if(nw(r,t.options.enablePasteRules)&&f){const x=f();if(x&&x.length){const y=h_({editor:t,rules:x});i.push(...y)}}const m=tt(r,"addProseMirrorPlugins",a);if(m){const x=m();i.push(...x)}return i})}get attributes(){return dC(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=Bc(this.extensions);return Object.fromEntries(e.filter(n=>!!tt(n,"addNodeView")).map(n=>{const r=this.attributes.filter(u=>u.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Hn(n.name,this.schema)},i=tt(n,"addNodeView",a);if(!i)return[];const o=i();if(!o)return[];const c=(u,h,f,m,x)=>{const y=du(u,r);return o({node:u,view:h,getPos:f,decorations:m,innerDecorations:x,editor:t,extension:n,HTMLAttributes:y})};return[n.name,c]}))}dispatchTransaction(t){const{editor:e}=this;return Kd([...this.extensions].reverse()).reduceRight((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:Ad(a.name,this.schema)},o=tt(a,"dispatchTransaction",i);return o?c=>{o.call(i,{transaction:c,next:r})}:r},t)}transformPastedHTML(t){const{editor:e}=this;return Kd([...this.extensions]).reduce((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:Ad(a.name,this.schema)},o=tt(a,"transformPastedHTML",i);return o?(c,u)=>{const h=r(c,u);return o.call(i,h)}:r},t||(r=>r))}get markViews(){const{editor:t}=this,{markExtensions:e}=Bc(this.extensions);return Object.fromEntries(e.filter(n=>!!tt(n,"addMarkView")).map(n=>{const r=this.attributes.filter(c=>c.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:vi(n.name,this.schema)},i=tt(n,"addMarkView",a);if(!i)return[];const o=(c,u,h)=>{const f=du(c,r);return i()({mark:c,view:u,inline:h,editor:t,extension:n,HTMLAttributes:f,updateAttributes:m=>{T_(c,t,m)}})};return[n.name,o]}))}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map(e=>[e.name,e.storage])),t.forEach(e=>{var n;const r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Ad(e.name,this.schema)};e.type==="mark"&&((n=Wt(tt(e,"keepOnSplit",r)))==null||n)&&this.splittableMarks.push(e.name);const a=tt(e,"onBeforeCreate",r),i=tt(e,"onCreate",r),o=tt(e,"onUpdate",r),c=tt(e,"onSelectionUpdate",r),u=tt(e,"onTransaction",r),h=tt(e,"onFocus",r),f=tt(e,"onBlur",r),m=tt(e,"onDestroy",r);a&&this.editor.on("beforeCreate",a),i&&this.editor.on("create",i),o&&this.editor.on("update",o),c&&this.editor.on("selectionUpdate",c),u&&this.editor.on("transaction",u),h&&this.editor.on("focus",h),f&&this.editor.on("blur",f),m&&this.editor.on("destroy",m)})}};Ip.resolve=uC;Ip.sort=Kd;Ip.flatten=fy;var f_={};dy(f_,{ClipboardTextSerializer:()=>wC,Commands:()=>jC,Delete:()=>kC,Drop:()=>SC,Editable:()=>CC,FocusEvents:()=>EC,Keymap:()=>MC,Paste:()=>AC,Tabindex:()=>IC,TextDirection:()=>RC,focusEventsPluginKey:()=>TC});var Rn=class NC extends xy{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n=typeof e=="function"?e():e;return new NC(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}},wC=Rn.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new un({key:new bn("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:r,selection:a}=e,{ranges:i}=a,o=Math.min(...i.map(f=>f.$from.pos)),c=Math.max(...i.map(f=>f.$to.pos)),u=fC(n);return hC(r,{from:o,to:c},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:u})}}})]}}),jC=Rn.create({name:"commands",addCommands(){return{...eC}}}),kC=Rn.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,r,a;const i=()=>{var o,c,u,h;if((h=(u=(c=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:c.filterTransaction)==null?void 0:u.call(c,t))!=null?h:t.getMeta("y-sync$"))return;const f=oC(t.before,[t,...e]);mC(f).forEach(y=>{f.mapping.mapResult(y.oldRange.from).deletedAfter&&f.mapping.mapResult(y.oldRange.to).deletedBefore&&f.before.nodesBetween(y.oldRange.from,y.oldRange.to,(v,w)=>{const N=w+v.nodeSize-2,k=y.oldRange.from<=w&&N<=y.oldRange.to;this.editor.emit("delete",{type:"node",node:v,from:w,to:N,newFrom:f.mapping.map(w),newTo:f.mapping.map(N),deletedRange:y.oldRange,newRange:y.newRange,partial:!k,editor:this.editor,transaction:t,combinedTransform:f})})});const x=f.mapping;f.steps.forEach((y,v)=>{var w,N;if(y instanceof ra){const k=x.slice(v).map(y.from,-1),E=x.slice(v).map(y.to),C=x.invert().map(k,-1),L=x.invert().map(E),O=(w=f.doc.nodeAt(k-1))==null?void 0:w.marks.some(_=>_.eq(y.mark)),K=(N=f.doc.nodeAt(E))==null?void 0:N.marks.some(_=>_.eq(y.mark));this.editor.emit("delete",{type:"mark",mark:y.mark,from:y.from,to:y.to,deletedRange:{from:C,to:L},newRange:{from:k,to:E},partial:!!(K||O),editor:this.editor,transaction:t,combinedTransform:f})}})};(a=(r=(n=this.editor.options.coreExtensionOptions)==null?void 0:n.delete)==null?void 0:r.async)==null||a?setTimeout(i,0):i()}}),SC=Rn.create({name:"drop",addProseMirrorPlugins(){return[new un({key:new bn("tiptapDrop"),props:{handleDrop:(t,e,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:r})}}})]}}),CC=Rn.create({name:"editable",addProseMirrorPlugins(){return[new un({key:new bn("editable"),props:{editable:()=>this.editor.options.editable}})]}}),TC=new bn("focusEvents"),EC=Rn.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new un({key:TC,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const r=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,n)=>{t.isFocused=!1;const r=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),MC=Rn.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:c})=>{const{selection:u,doc:h}=c,{empty:f,$anchor:m}=u,{pos:x,parent:y}=m,v=m.parent.isTextblock&&x>0?c.doc.resolve(x-1):m,w=v.parent.type.spec.isolating,N=m.pos-m.parentOffset,k=w&&v.parent.childCount===1?N===m.pos:ut.atStart(h).from===x;return!f||!y.type.isTextblock||y.textContent.length||!k||k&&m.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},a={...r},i={...r,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Cf()||aC()?i:a},addProseMirrorPlugins(){return[new un({key:new bn("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some(w=>w.getMeta("composition")))return;const r=t.some(w=>w.docChanged)&&!e.doc.eq(n.doc),a=t.some(w=>w.getMeta("preventClearDocument"));if(!r||a)return;const{empty:i,from:o,to:c}=e.selection,u=ut.atStart(e.doc).from,h=ut.atEnd(e.doc).to;if(i||!(o===u&&c===h)||!Mp(n.doc))return;const x=n.tr,y=Sp({state:n,transaction:x}),{commands:v}=new Cp({editor:this.editor,state:y});if(v.clearNodes(),!!x.steps.length)return x}})]}}),AC=Rn.create({name:"paste",addProseMirrorPlugins(){return[new un({key:new bn("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),IC=Rn.create({name:"tabindex",addProseMirrorPlugins(){return[new un({key:new bn("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),RC=Rn.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=Bc(this.extensions);return[{types:t.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const n=e.getAttribute("dir");return n&&(n==="ltr"||n==="rtl"||n==="auto")?n:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new un({key:new bn("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),p_=class Dd{constructor(e,n,r=!1,a=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=n,this.currentNode=a}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let n=this.from,r=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}n=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:n,to:r},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new Dd(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new Dd(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new Dd(e,this.editor)}get children(){const e=[];return this.node.content.forEach((n,r)=>{const a=n.isBlock&&!n.isTextblock,i=n.isAtom&&!n.isText,o=n.isInline,c=this.pos+r+(i?0:1);if(c<0||c>this.resolvedPos.doc.nodeSize-2)return;const u=this.resolvedPos.doc.resolve(c);if(!a&&!o&&u.depth<=this.depth)return;const h=new Dd(u,this.editor,a,a||o?n:null);a&&(h.actualDepth=this.depth+1),e.push(h)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,n={}){let r=null,a=this.parent;for(;a&&!r;){if(a.node.type.name===e)if(Object.keys(n).length>0){const i=a.node.attrs,o=Object.keys(n);for(let c=0;c{r&&a.length>0||(o.node.type.name===e&&i.every(u=>n[u]===o.node.attrs[u])&&a.push(o),!(r&&a.length>0)&&(a=a.concat(o.querySelectorAll(e,n,r))))}),a}setAttribute(e){const{tr:n}=this.editor.state;n.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(n)}},m_=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function x_(t,e,n){const r=document.querySelector("style[data-tiptap-style]");if(r!==null)return r;const a=document.createElement("style");return e&&a.setAttribute("nonce",e),a.setAttribute("data-tiptap-style",""),a.innerHTML=t,document.getElementsByTagName("head")[0].appendChild(a),a}var g_=class extends s_{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:r})=>{throw r},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:LD,createMappablePosition:OD},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",({event:r,slice:a,moved:i})=>this.options.onDrop(r,a,i)),this.on("paste",({event:r,slice:a})=>this.options.onPaste(r,a)),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=sC(e,this.options.autofocus);this.editorState=Cc.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const t=this.editorView.dom;t!=null&&t.editor&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<"u"&&(this.css=x_(m_,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=cC(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach(a=>{const i=typeof a=="string"?`${a}$`:a.key;n=n.filter(o=>!o.key.startsWith(i))}),e.length===n.length)return;const r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){var t,e;const r=[...this.options.enableCoreExtensions?[CC,wC.configure({blockSeparator:(e=(t=this.options.coreExtensionOptions)==null?void 0:t.clipboardTextSerializer)==null?void 0:e.blockSeparator}),jC,EC,MC,IC,SC,AC,kC,RC.configure({direction:this.options.textDirection})].filter(a=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[a.name]!==!1:!0):[],...this.options.extensions].filter(a=>["extension","node","mark"].includes(a==null?void 0:a.type));this.extensionManager=new Ip(r,this)}createCommandManager(){this.commandManager=new Cp({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=Kg(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(n=>n.name!=="collaboration"),this.createExtensionManager()}}),t=Kg(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){const{editorProps:e,enableExtensionDispatchTransaction:n}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),a=n?this.extensionManager.dispatchTransaction(r):r,i=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(i);this.editorView=new ZS(t,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:a,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const c=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(c),this.prependClass(),this.injectCSS();const u=this.view.dom;u.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=t;return}t.steps.forEach(h=>{var f;return(f=this.capturedTransaction)==null?void 0:f.step(h)});return}const{state:e,transactions:n}=this.state.applyTransaction(t),r=!this.state.selection.eq(e.selection),a=n.includes(t),i=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!a)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast(h=>h.getMeta("focus")||h.getMeta("blur")),c=o==null?void 0:o.getMeta("focus"),u=o==null?void 0:o.getMeta("blur");c&&this.emit("focus",{editor:this,event:c.event,transaction:o}),u&&this.emit("blur",{editor:this,event:u.event,transaction:o}),!(t.getMeta("preventUpdate")||!n.some(h=>h.docChanged)||i.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return pC(this.state,t)}isActive(t,e){const n=typeof t=="string"?t:null,r=typeof t=="string"?e:t;return ID(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return py(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e=` + +`,textSerializers:n={}}=t||{};return SD(this.state.doc,{blockSeparator:e,textSerializers:{...fC(this.schema),...n}})}get isEmpty(){return Mp(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var t,e;return(e=(t=this.editorView)==null?void 0:t.isDestroyed)!=null?e:!0}$node(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t);return new p_(e,this)}get $doc(){return this.$pos(0)}};function Vc(t){return new Ap({find:t.find,handler:({state:e,range:n,match:r})=>{const a=Wt(t.getAttributes,void 0,r);if(a===!1||a===null)return null;const{tr:i}=e,o=r[r.length-1],c=r[0];if(o){const u=c.search(/\S/),h=n.from+c.indexOf(o),f=h+o.length;if(my(n.from,n.to,e.doc).filter(y=>y.mark.type.excluded.find(w=>w===t.type&&w!==y.mark.type)).filter(y=>y.to>h).length)return null;fn.from&&i.delete(n.from+u,h);const x=n.from+u+o.length;i.addMark(n.from+u,x,t.type.create(a||{})),i.removeStoredMark(t.type)}},undoable:t.undoable})}function PC(t){return new Ap({find:t.find,handler:({state:e,range:n,match:r})=>{const a=Wt(t.getAttributes,void 0,r)||{},{tr:i}=e,o=n.from;let c=n.to;const u=t.type.create(a);if(r[1]){const h=r[0].lastIndexOf(r[1]);let f=o+h;f>c?f=c:c=f+r[1].length;const m=r[0][r[0].length-1];i.insertText(m,o+r[0].length-1),i.replaceWith(f,c,u)}else if(r[0]){const h=t.type.isInline?o:o-1;i.insert(h,t.type.create(a)).delete(i.mapping.map(o),i.mapping.map(c))}i.scrollIntoView()},undoable:t.undoable})}function Gg(t){return new Ap({find:t.find,handler:({state:e,range:n,match:r})=>{const a=e.doc.resolve(n.from),i=Wt(t.getAttributes,void 0,r)||{};if(!a.node(-1).canReplaceWith(a.index(-1),a.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,i)},undoable:t.undoable})}function Hc(t){return new Ap({find:t.find,handler:({state:e,range:n,match:r,chain:a})=>{const i=Wt(t.getAttributes,void 0,r)||{},o=e.tr.delete(n.from,n.to),u=o.doc.resolve(n.from).blockRange(),h=u&&K0(u,t.type,i);if(!h)return null;if(o.wrap(u,h),t.keepMarks&&t.editor){const{selection:m,storedMarks:x}=e,{splittableMarks:y}=t.editor.extensionManager,v=x||m.$to.parentOffset&&m.$from.marks();if(v){const w=v.filter(N=>y.includes(N.type.name));o.ensureMarks(w)}}if(t.keepAttributes){const m=t.type.name==="bulletList"||t.type.name==="orderedList"?"listItem":"taskList";a().updateAttributes(m,i).run()}const f=o.doc.resolve(n.from-1).nodeBefore;f&&f.type===t.type&&Mo(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(r,f))&&o.join(n.from-1)},undoable:t.undoable})}var y_=t=>"touches"in t,b_=class{constructor(t){this.directions=["bottom-left","bottom-right","top-left","top-right"],this.minSize={height:8,width:8},this.preserveAspectRatio=!1,this.classNames={container:"",wrapper:"",handle:"",resizing:""},this.initialWidth=0,this.initialHeight=0,this.aspectRatio=1,this.isResizing=!1,this.activeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.isShiftKeyPressed=!1,this.lastEditableState=void 0,this.handleMap=new Map,this.handleMouseMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.clientX-this.startX,h=c.clientY-this.startY;this.handleResize(u,h)},this.handleTouchMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.touches[0];if(!u)return;const h=u.clientX-this.startX,f=u.clientY-this.startY;this.handleResize(h,f)},this.handleMouseUp=()=>{if(!this.isResizing)return;const c=this.element.offsetWidth,u=this.element.offsetHeight;this.onCommit(c,u),this.isResizing=!1,this.activeHandle=null,this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)},this.handleKeyDown=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,n,r,a,i,o;this.node=t.node,this.editor=t.editor,this.element=t.element,this.contentElement=t.contentElement,this.getPos=t.getPos,this.onResize=t.onResize,this.onCommit=t.onCommit,this.onUpdate=t.onUpdate,(e=t.options)!=null&&e.min&&(this.minSize={...this.minSize,...t.options.min}),(n=t.options)!=null&&n.max&&(this.maxSize=t.options.max),(r=t==null?void 0:t.options)!=null&&r.directions&&(this.directions=t.options.directions),(a=t.options)!=null&&a.preserveAspectRatio&&(this.preserveAspectRatio=t.options.preserveAspectRatio),(i=t.options)!=null&&i.className&&(this.classNames={container:t.options.className.container||"",wrapper:t.options.className.wrapper||"",handle:t.options.className.handle||"",resizing:t.options.className.resizing||""}),(o=t.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=t.options.createCustomHandle),this.wrapper=this.createWrapper(),this.container=this.createContainer(),this.applyInitialSize(),this.attachHandles(),this.editor.on("update",this.handleEditorUpdate.bind(this))}get dom(){return this.container}get contentDOM(){var t;return(t=this.contentElement)!=null?t:null}handleEditorUpdate(){const t=this.editor.isEditable;t!==this.lastEditableState&&(this.lastEditableState=t,t?t&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(t,e,n){return t.type!==this.node.type?!1:(this.node=t,this.onUpdate?this.onUpdate(t,e,n):!0)}destroy(){this.isResizing&&(this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp),this.isResizing=!1,this.activeHandle=null),this.editor.off("update",this.handleEditorUpdate.bind(this)),this.container.remove()}createContainer(){const t=document.createElement("div");return t.dataset.resizeContainer="",t.dataset.node=this.node.type.name,t.style.display="flex",this.classNames.container&&(t.className=this.classNames.container),t.appendChild(this.wrapper),t}createWrapper(){const t=document.createElement("div");return t.style.position="relative",t.style.display="block",t.dataset.resizeWrapper="",this.classNames.wrapper&&(t.className=this.classNames.wrapper),t.appendChild(this.element),t}createHandle(t){const e=document.createElement("div");return e.dataset.resizeHandle=t,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(t,e){const n=e.includes("top"),r=e.includes("bottom"),a=e.includes("left"),i=e.includes("right");n&&(t.style.top="0"),r&&(t.style.bottom="0"),a&&(t.style.left="0"),i&&(t.style.right="0"),(e==="top"||e==="bottom")&&(t.style.left="0",t.style.right="0"),(e==="left"||e==="right")&&(t.style.top="0",t.style.bottom="0")}attachHandles(){this.directions.forEach(t=>{let e;this.createCustomHandle?e=this.createCustomHandle(t):e=this.createHandle(t),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${t}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(t)),this.createCustomHandle||this.positionHandle(e,t),e.addEventListener("mousedown",n=>this.handleResizeStart(n,t)),e.addEventListener("touchstart",n=>this.handleResizeStart(n,t)),this.handleMap.set(t,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(t=>t.remove()),this.handleMap.clear()}applyInitialSize(){const t=this.node.attrs.width,e=this.node.attrs.height;t?(this.element.style.width=`${t}px`,this.initialWidth=t):this.initialWidth=this.element.offsetWidth,e?(this.element.style.height=`${e}px`,this.initialHeight=e):this.initialHeight=this.element.offsetHeight,this.initialWidth>0&&this.initialHeight>0&&(this.aspectRatio=this.initialWidth/this.initialHeight)}handleResizeStart(t,e){t.preventDefault(),t.stopPropagation(),this.isResizing=!0,this.activeHandle=e,y_(t)?(this.startX=t.touches[0].clientX,this.startY=t.touches[0].clientY):(this.startX=t.clientX,this.startY=t.clientY),this.startWidth=this.element.offsetWidth,this.startHeight=this.element.offsetHeight,this.startWidth>0&&this.startHeight>0&&(this.aspectRatio=this.startWidth/this.startHeight),this.getPos(),this.container.dataset.resizeState="true",this.classNames.resizing&&this.container.classList.add(this.classNames.resizing),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("mouseup",this.handleMouseUp),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}handleResize(t,e){if(!this.activeHandle)return;const n=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:a}=this.calculateNewDimensions(this.activeHandle,t,e),i=this.applyConstraints(r,a,n);this.element.style.width=`${i.width}px`,this.element.style.height=`${i.height}px`,this.onResize&&this.onResize(i.width,i.height)}calculateNewDimensions(t,e,n){let r=this.startWidth,a=this.startHeight;const i=t.includes("right"),o=t.includes("left"),c=t.includes("bottom"),u=t.includes("top");return i?r=this.startWidth+e:o&&(r=this.startWidth-e),c?a=this.startHeight+n:u&&(a=this.startHeight-n),(t==="right"||t==="left")&&(r=this.startWidth+(i?e:-e)),(t==="top"||t==="bottom")&&(a=this.startHeight+(c?n:-n)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,a,t):{width:r,height:a}}applyConstraints(t,e,n){var r,a,i,o;if(!n){let h=Math.max(this.minSize.width,t),f=Math.max(this.minSize.height,e);return(r=this.maxSize)!=null&&r.width&&(h=Math.min(this.maxSize.width,h)),(a=this.maxSize)!=null&&a.height&&(f=Math.min(this.maxSize.height,f)),{width:h,height:f}}let c=t,u=e;return cthis.maxSize.width&&(c=this.maxSize.width,u=c/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&u>this.maxSize.height&&(u=this.maxSize.height,c=u*this.aspectRatio),{width:c,height:u}}applyAspectRatio(t,e,n){const r=n==="left"||n==="right",a=n==="top"||n==="bottom";return r?{width:t,height:t/this.aspectRatio}:a?{width:e*this.aspectRatio,height:e}:{width:t,height:t/this.aspectRatio}}};function v_(t,e){const{selection:n}=t,{$from:r}=n;if(n instanceof rt){const i=r.index();return r.parent.canReplaceWith(i,i+1,e)}let a=r.depth;for(;a>=0;){const i=r.index(a);if(r.node(a).contentMatchAt(i).matchType(e))return!0;a-=1}return!1}function N_(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}var w_={};dy(w_,{createAtomBlockMarkdownSpec:()=>j_,createBlockMarkdownSpec:()=>k_,createInlineMarkdownSpec:()=>LC,parseAttributes:()=>gy,parseIndentedBlocks:()=>Jg,renderNestedMarkdownContent:()=>by,serializeAttributes:()=>yy});function gy(t){if(!(t!=null&&t.trim()))return{};const e={},n=[],r=t.replace(/["']([^"']*)["']/g,h=>(n.push(h),`__QUOTED_${n.length-1}__`)),a=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(a){const h=a.map(f=>f.trim().slice(1));e.class=h.join(" ")}const i=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);i&&(e.id=i[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,h,f])=>{var m;const x=parseInt(((m=f.match(/__QUOTED_(\d+)__/))==null?void 0:m[1])||"0",10),y=n[x];y&&(e[h]=y.slice(1,-1))});const u=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return u&&u.split(/\s+/).filter(Boolean).forEach(f=>{f.match(/^[a-zA-Z][\w-]*$/)&&(e[f]=!0)}),e}function yy(t){if(!t||Object.keys(t).length===0)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach(([n,r])=>{n==="class"||n==="id"||(r===!0?e.push(n):r!==!1&&r!=null&&e.push(`${n}="${String(r)}"`))}),e.join(" ")}function j_(t){const{nodeName:e,name:n,parseAttributes:r=gy,serializeAttributes:a=yy,defaultAttributes:i={},requiredAttributes:o=[],allowedAttributes:c}=t,u=n||e,h=f=>{if(!c)return f;const m={};return c.forEach(x=>{x in f&&(m[x]=f[x])}),m};return{parseMarkdown:(f,m)=>{const x={...i,...f.attributes};return m.createNode(e,x,[])},markdownTokenizer:{name:e,level:"block",start(f){var m;const x=new RegExp(`^:::${u}(?:\\s|$)`,"m"),y=(m=f.match(x))==null?void 0:m.index;return y!==void 0?y:-1},tokenize(f,m,x){const y=new RegExp(`^:::${u}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),v=f.match(y);if(!v)return;const w=v[1]||"",N=r(w);if(!o.find(E=>!(E in N)))return{type:e,raw:v[0],attributes:N}}},renderMarkdown:f=>{const m=h(f.attrs||{}),x=a(m),y=x?` {${x}}`:"";return`:::${u}${y} :::`}}}function k_(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=gy,serializeAttributes:i=yy,defaultAttributes:o={},content:c="block",allowedAttributes:u}=t,h=n||e,f=m=>{if(!u)return m;const x={};return u.forEach(y=>{y in m&&(x[y]=m[y])}),x};return{parseMarkdown:(m,x)=>{let y;if(r){const w=r(m);y=typeof w=="string"?[{type:"text",text:w}]:w}else c==="block"?y=x.parseChildren(m.tokens||[]):y=x.parseInline(m.tokens||[]);const v={...o,...m.attributes};return x.createNode(e,v,y)},markdownTokenizer:{name:e,level:"block",start(m){var x;const y=new RegExp(`^:::${h}`,"m"),v=(x=m.match(y))==null?void 0:x.index;return v!==void 0?v:-1},tokenize(m,x,y){var v;const w=new RegExp(`^:::${h}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),N=m.match(w);if(!N)return;const[k,E=""]=N,C=a(E);let L=1;const O=k.length;let K="";const _=/^:::([\w-]*)(\s.*)?/gm,H=m.slice(O);for(_.lastIndex=0;;){const P=_.exec(H);if(P===null)break;const ee=P.index,Q=P[1];if(!((v=P[2])!=null&&v.endsWith(":::"))){if(Q)L+=1;else if(L-=1,L===0){const V=H.slice(0,ee);K=V.trim();const re=m.slice(0,O+ee+P[0].length);let ae=[];if(K)if(c==="block")for(ae=y.blockTokens(V),ae.forEach(pe=>{pe.text&&(!pe.tokens||pe.tokens.length===0)&&(pe.tokens=y.inlineTokens(pe.text))});ae.length>0;){const pe=ae[ae.length-1];if(pe.type==="paragraph"&&(!pe.text||pe.text.trim()===""))ae.pop();else break}else ae=y.inlineTokens(K);return{type:e,raw:re,attributes:C,content:K,tokens:ae}}}}}},renderMarkdown:(m,x)=>{const y=f(m.attrs||{}),v=i(y),w=v?` {${v}}`:"",N=x.renderChildren(m.content||[],` + +`);return`:::${h}${w} + +${N} + +:::`}}}function S_(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r;e[a]=i||o,r=n.exec(t)}return e}function C_(t){return Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e}="${n}"`).join(" ")}function LC(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=S_,serializeAttributes:i=C_,defaultAttributes:o={},selfClosing:c=!1,allowedAttributes:u}=t,h=n||e,f=x=>{if(!u)return x;const y={};return u.forEach(v=>{const w=typeof v=="string"?v:v.name,N=typeof v=="string"?void 0:v.skipIfDefault;if(w in x){const k=x[w];if(N!==void 0&&k===N)return;y[w]=k}}),y},m=h.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(x,y)=>{const v={...o,...x.attributes};if(c)return y.createNode(e,v);const w=r?r(x):x.content||"";return w?y.createNode(e,v,[y.createTextNode(w)]):y.createNode(e,v,[])},markdownTokenizer:{name:e,level:"inline",start(x){const y=c?new RegExp(`\\[${m}\\s*[^\\]]*\\]`):new RegExp(`\\[${m}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${m}\\]`),v=x.match(y),w=v==null?void 0:v.index;return w!==void 0?w:-1},tokenize(x,y,v){const w=c?new RegExp(`^\\[${m}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${m}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${m}\\]`),N=x.match(w);if(!N)return;let k="",E="";if(c){const[,L]=N;E=L}else{const[,L,O]=N;E=L,k=O||""}const C=a(E.trim());return{type:e,raw:N[0],content:k.trim(),attributes:C}}},renderMarkdown:x=>{let y="";r?y=r(x):x.content&&x.content.length>0&&(y=x.content.filter(k=>k.type==="text").map(k=>k.text).join(""));const v=f(x.attrs||{}),w=i(v),N=w?` ${w}`:"";return c?`[${h}${N}]`:`[${h}${N}]${y}[/${h}]`}}}function Jg(t,e,n){var r,a,i,o;const c=t.split(` +`),u=[];let h="",f=0;const m=e.baseIndentSize||2;for(;f0)break;if(x.trim()===""){f+=1,h=`${h}${x} +`;continue}else return}const v=e.extractItemData(y),{indentLevel:w,mainContent:N}=v;h=`${h}${x} +`;const k=[N];for(f+=1;fee.trim()!=="");if(_===-1)break;if((((a=(r=c[f+1+_].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:a.length)||0)>w){k.push(O),h=`${h}${O} +`,f+=1;continue}else break}if((((o=(i=O.match(/^(\s*)/))==null?void 0:i[1])==null?void 0:o.length)||0)>w)k.push(O),h=`${h}${O} +`,f+=1;else break}let E;const C=k.slice(1);if(C.length>0){const O=C.map(K=>K.slice(w+m)).join(` +`);O.trim()&&(e.customNestedParser?E=e.customNestedParser(O):E=n.blockTokens(O))}const L=e.createToken(v,E);u.push(L)}if(u.length!==0)return{items:u,raw:h}}function by(t,e,n,r){if(!t||!Array.isArray(t.content))return"";const a=typeof n=="function"?n(r):n,[i,...o]=t.content,c=e.renderChildren([i]),u=[`${a}${c}`];return o&&o.length>0&&o.forEach(h=>{const f=e.renderChildren([h]);if(f){const m=f.split(` +`).map(x=>x?e.indent(x):"").join(` +`);u.push(m)}}),u.join(` +`)}function T_(t,e,n={}){const{state:r}=e,{doc:a,tr:i}=r,o=t;a.descendants((c,u)=>{const h=i.mapping.map(u),f=i.mapping.map(u)+c.nodeSize;let m=null;if(c.marks.forEach(y=>{if(y!==o)return!1;m=y}),!m)return;let x=!1;if(Object.keys(n).forEach(y=>{n[y]!==m.attrs[y]&&(x=!0)}),x){const y=t.type.create({...t.attrs,...n});i.removeMark(h,f,t.type),i.addMark(h,f,y)}}),i.docChanged&&e.view.dispatch(i)}var $n=class OC extends xy{constructor(){super(...arguments),this.type="node"}static create(e={}){const n=typeof e=="function"?e():e;return new OC(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function Tl(t){return new l_({find:t.find,handler:({state:e,range:n,match:r,pasteEvent:a})=>{const i=Wt(t.getAttributes,void 0,r,a);if(i===!1||i===null)return null;const{tr:o}=e,c=r[r.length-1],u=r[0];let h=n.to;if(c){const f=u.search(/\S/),m=n.from+u.indexOf(c),x=m+c.length;if(my(n.from,n.to,e.doc).filter(v=>v.mark.type.excluded.find(N=>N===t.type&&N!==v.mark.type)).filter(v=>v.to>m).length)return null;xn.from&&o.delete(n.from+f,m),h=n.from+f+c.length,o.addMark(n.from+f,h,t.type.create(i||{})),o.removeStoredMark(t.type)}}})}const{getOwnPropertyNames:E_,getOwnPropertySymbols:M_}=Object,{hasOwnProperty:A_}=Object.prototype;function Gx(t,e){return function(r,a,i){return t(r,a,i)&&e(r,a,i)}}function Dh(t){return function(n,r,a){if(!n||!r||typeof n!="object"||typeof r!="object")return t(n,r,a);const{cache:i}=a,o=i.get(n),c=i.get(r);if(o&&c)return o===r&&c===n;i.set(n,r),i.set(r,n);const u=t(n,r,a);return i.delete(n),i.delete(r),u}}function I_(t){return t!=null?t[Symbol.toStringTag]:void 0}function aw(t){return E_(t).concat(M_(t))}const R_=Object.hasOwn||((t,e)=>A_.call(t,e));function Ol(t,e){return t===e||!t&&!e&&t!==t&&e!==e}const P_="__v",L_="__o",O_="_owner",{getOwnPropertyDescriptor:iw,keys:ow}=Object;function D_(t,e){return t.byteLength===e.byteLength&&Tf(new Uint8Array(t),new Uint8Array(e))}function __(t,e,n){let r=t.length;if(e.length!==r)return!1;for(;r-- >0;)if(!n.equals(t[r],e[r],r,r,t,e,n))return!1;return!0}function z_(t,e){return t.byteLength===e.byteLength&&Tf(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function $_(t,e){return Ol(t.getTime(),e.getTime())}function F_(t,e){return t.name===e.name&&t.message===e.message&&t.cause===e.cause&&t.stack===e.stack}function B_(t,e){return t===e}function lw(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.entries();let o,c,u=0;for(;(o=i.next())&&!o.done;){const h=e.entries();let f=!1,m=0;for(;(c=h.next())&&!c.done;){if(a[m]){m++;continue}const x=o.value,y=c.value;if(n.equals(x[0],y[0],u,m,t,e,n)&&n.equals(x[1],y[1],x[0],y[0],t,e,n)){f=a[m]=!0;break}m++}if(!f)return!1;u++}return!0}const V_=Ol;function H_(t,e,n){const r=ow(t);let a=r.length;if(ow(e).length!==a)return!1;for(;a-- >0;)if(!DC(t,e,n,r[a]))return!1;return!0}function Id(t,e,n){const r=aw(t);let a=r.length;if(aw(e).length!==a)return!1;let i,o,c;for(;a-- >0;)if(i=r[a],!DC(t,e,n,i)||(o=iw(t,i),c=iw(e,i),(o||c)&&(!o||!c||o.configurable!==c.configurable||o.enumerable!==c.enumerable||o.writable!==c.writable)))return!1;return!0}function U_(t,e){return Ol(t.valueOf(),e.valueOf())}function W_(t,e){return t.source===e.source&&t.flags===e.flags}function cw(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.values();let o,c;for(;(o=i.next())&&!o.done;){const u=e.values();let h=!1,f=0;for(;(c=u.next())&&!c.done;){if(!a[f]&&n.equals(o.value,c.value,o.value,c.value,t,e,n)){h=a[f]=!0;break}f++}if(!h)return!1}return!0}function Tf(t,e){let n=t.byteLength;if(e.byteLength!==n||t.byteOffset!==e.byteOffset)return!1;for(;n-- >0;)if(t[n]!==e[n])return!1;return!0}function K_(t,e){return t.hostname===e.hostname&&t.pathname===e.pathname&&t.protocol===e.protocol&&t.port===e.port&&t.hash===e.hash&&t.username===e.username&&t.password===e.password}function DC(t,e,n,r){return(r===O_||r===L_||r===P_)&&(t.$$typeof||e.$$typeof)?!0:R_(e,r)&&n.equals(t[r],e[r],r,r,t,e,n)}const q_="[object ArrayBuffer]",G_="[object Arguments]",J_="[object Boolean]",Q_="[object DataView]",Y_="[object Date]",X_="[object Error]",Z_="[object Map]",e7="[object Number]",t7="[object Object]",n7="[object RegExp]",s7="[object Set]",r7="[object String]",a7={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},i7="[object URL]",o7=Object.prototype.toString;function l7({areArrayBuffersEqual:t,areArraysEqual:e,areDataViewsEqual:n,areDatesEqual:r,areErrorsEqual:a,areFunctionsEqual:i,areMapsEqual:o,areNumbersEqual:c,areObjectsEqual:u,arePrimitiveWrappersEqual:h,areRegExpsEqual:f,areSetsEqual:m,areTypedArraysEqual:x,areUrlsEqual:y,unknownTagComparators:v}){return function(N,k,E){if(N===k)return!0;if(N==null||k==null)return!1;const C=typeof N;if(C!==typeof k)return!1;if(C!=="object")return C==="number"?c(N,k,E):C==="function"?i(N,k,E):!1;const L=N.constructor;if(L!==k.constructor)return!1;if(L===Object)return u(N,k,E);if(Array.isArray(N))return e(N,k,E);if(L===Date)return r(N,k,E);if(L===RegExp)return f(N,k,E);if(L===Map)return o(N,k,E);if(L===Set)return m(N,k,E);const O=o7.call(N);if(O===Y_)return r(N,k,E);if(O===n7)return f(N,k,E);if(O===Z_)return o(N,k,E);if(O===s7)return m(N,k,E);if(O===t7)return typeof N.then!="function"&&typeof k.then!="function"&&u(N,k,E);if(O===i7)return y(N,k,E);if(O===X_)return a(N,k,E);if(O===G_)return u(N,k,E);if(a7[O])return x(N,k,E);if(O===q_)return t(N,k,E);if(O===Q_)return n(N,k,E);if(O===J_||O===e7||O===r7)return h(N,k,E);if(v){let K=v[O];if(!K){const _=I_(N);_&&(K=v[_])}if(K)return K(N,k,E)}return!1}}function c7({circular:t,createCustomConfig:e,strict:n}){let r={areArrayBuffersEqual:D_,areArraysEqual:n?Id:__,areDataViewsEqual:z_,areDatesEqual:$_,areErrorsEqual:F_,areFunctionsEqual:B_,areMapsEqual:n?Gx(lw,Id):lw,areNumbersEqual:V_,areObjectsEqual:n?Id:H_,arePrimitiveWrappersEqual:U_,areRegExpsEqual:W_,areSetsEqual:n?Gx(cw,Id):cw,areTypedArraysEqual:n?Gx(Tf,Id):Tf,areUrlsEqual:K_,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),t){const a=Dh(r.areArraysEqual),i=Dh(r.areMapsEqual),o=Dh(r.areObjectsEqual),c=Dh(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:a,areMapsEqual:i,areObjectsEqual:o,areSetsEqual:c})}return r}function d7(t){return function(e,n,r,a,i,o,c){return t(e,n,c)}}function u7({circular:t,comparator:e,createState:n,equals:r,strict:a}){if(n)return function(c,u){const{cache:h=t?new WeakMap:void 0,meta:f}=n();return e(c,u,{cache:h,equals:r,meta:f,strict:a})};if(t)return function(c,u){return e(c,u,{cache:new WeakMap,equals:r,meta:void 0,strict:a})};const i={cache:void 0,equals:r,meta:void 0,strict:a};return function(c,u){return e(c,u,i)}}const h7=Io();Io({strict:!0});Io({circular:!0});Io({circular:!0,strict:!0});Io({createInternalComparator:()=>Ol});Io({strict:!0,createInternalComparator:()=>Ol});Io({circular:!0,createInternalComparator:()=>Ol});Io({circular:!0,createInternalComparator:()=>Ol,strict:!0});function Io(t={}){const{circular:e=!1,createInternalComparator:n,createState:r,strict:a=!1}=t,i=c7(t),o=l7(i),c=n?n(o):d7(o);return u7({circular:e,comparator:o,createState:r,equals:c,strict:a})}var Jx={exports:{}},Qx={};/** + * @license React + * use-sync-external-store-shim/with-selector.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var dw;function f7(){if(dw)return Qx;dw=1;var t=mu(),e=S2();function n(h,f){return h===f&&(h!==0||1/h===1/f)||h!==h&&f!==f}var r=typeof Object.is=="function"?Object.is:n,a=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,c=t.useMemo,u=t.useDebugValue;return Qx.useSyncExternalStoreWithSelector=function(h,f,m,x,y){var v=i(null);if(v.current===null){var w={hasValue:!1,value:null};v.current=w}else w=v.current;v=c(function(){function k(K){if(!E){if(E=!0,C=K,K=x(K),y!==void 0&&w.hasValue){var _=w.value;if(y(_,K))return L=_}return L=K}if(_=L,r(C,K))return _;var H=x(K);return y!==void 0&&y(_,H)?(C=K,_):(C=K,L=H)}var E=!1,C,L,O=m===void 0?null:m;return[function(){return k(f())},O===null?void 0:function(){return k(O())}]},[f,m,x,y]);var N=a(h,v[0],v[1]);return o(function(){w.hasValue=!0,w.value=N},[N]),u(N),N},Qx}var uw;function p7(){return uw||(uw=1,Jx.exports=f7()),Jx.exports}var m7=p7(),x7=(...t)=>e=>{t.forEach(n=>{typeof n=="function"?n(e):n&&(n.current=e)})},g7=({contentComponent:t})=>{const e=C2.useSyncExternalStore(t.subscribe,t.getSnapshot,t.getServerSnapshot);return s.jsx(s.Fragment,{children:Object.values(e)})};function y7(){const t=new Set;let e={};return{subscribe(n){return t.add(n),()=>{t.delete(n)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(n,r){e={...e,[n]:Nj.createPortal(r.reactElement,r.element,n)},t.forEach(a=>a())},removeRenderer(n){const r={...e};delete r[n],e=r,t.forEach(a=>a())}}}var b7=class extends _s.Component{constructor(t){var e;super(t),this.editorContentRef=_s.createRef(),this.initialized=!1,this.state={hasContentComponentInitialized:!!((e=t.editor)!=null&&e.contentComponent)}}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var t;const e=this.props.editor;if(e&&!e.isDestroyed&&((t=e.view.dom)!=null&&t.parentNode)){if(e.contentComponent)return;const n=this.editorContentRef.current;n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n}),e.contentComponent=y7(),this.state.hasContentComponentInitialized||(this.unsubscribeToContentComponent=e.contentComponent.subscribe(()=>{this.setState(r=>r.hasContentComponentInitialized?r:{hasContentComponentInitialized:!0}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent()})),e.createNodeViews(),this.initialized=!0}}componentWillUnmount(){var t;const e=this.props.editor;if(e){this.initialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent(),e.contentComponent=null;try{if(!((t=e.view.dom)!=null&&t.parentNode))return;const n=document.createElement("div");n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n})}catch{}}}render(){const{editor:t,innerRef:e,...n}=this.props;return s.jsxs(s.Fragment,{children:[s.jsx("div",{ref:x7(e,this.editorContentRef),...n}),(t==null?void 0:t.contentComponent)&&s.jsx(g7,{contentComponent:t.contentComponent})]})}},v7=b.forwardRef((t,e)=>{const n=_s.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[t.editor]);return _s.createElement(b7,{key:n,innerRef:e,...t})}),_C=_s.memo(v7),N7=typeof window<"u"?b.useLayoutEffect:b.useEffect,w7=class{constructor(t){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=t,this.lastSnapshot={editor:t,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(t){return this.subscribers.add(t),()=>{this.subscribers.delete(t)}}watch(t){if(this.editor=t,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},n=this.editor;return n.on("transaction",e),()=>{n.off("transaction",e)}}}};function j7(t){var e;const[n]=b.useState(()=>new w7(t.editor)),r=m7.useSyncExternalStoreWithSelector(n.subscribe,n.getSnapshot,n.getServerSnapshot,t.selector,(e=t.equalityFn)!=null?e:h7);return N7(()=>n.watch(t.editor),[t.editor,n]),b.useDebugValue(r),r}var k7=!1,Qg=typeof window>"u",S7=Qg||!!(typeof window<"u"&&window.next),C7=class zC{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(n=>n())}getInitialEditor(){return this.options.current.immediatelyRender===void 0?Qg||S7?null:this.createEditor():(this.options.current.immediatelyRender,this.options.current.immediatelyRender?this.createEditor():null)}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onBeforeCreate)==null?void 0:i.call(a,...r)},onBlur:(...r)=>{var a,i;return(i=(a=this.options.current).onBlur)==null?void 0:i.call(a,...r)},onCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onCreate)==null?void 0:i.call(a,...r)},onDestroy:(...r)=>{var a,i;return(i=(a=this.options.current).onDestroy)==null?void 0:i.call(a,...r)},onFocus:(...r)=>{var a,i;return(i=(a=this.options.current).onFocus)==null?void 0:i.call(a,...r)},onSelectionUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onSelectionUpdate)==null?void 0:i.call(a,...r)},onTransaction:(...r)=>{var a,i;return(i=(a=this.options.current).onTransaction)==null?void 0:i.call(a,...r)},onUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onUpdate)==null?void 0:i.call(a,...r)},onContentError:(...r)=>{var a,i;return(i=(a=this.options.current).onContentError)==null?void 0:i.call(a,...r)},onDrop:(...r)=>{var a,i;return(i=(a=this.options.current).onDrop)==null?void 0:i.call(a,...r)},onPaste:(...r)=>{var a,i;return(i=(a=this.options.current).onPaste)==null?void 0:i.call(a,...r)},onDelete:(...r)=>{var a,i;return(i=(a=this.options.current).onDelete)==null?void 0:i.call(a,...r)}};return new g_(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,n){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&n.extensions?e.extensions.length!==n.extensions.length?!1:e.extensions.every((a,i)=>{var o;return a===((o=n.extensions)==null?void 0:o[i])}):e[r]===n[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?zC.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((r,a)=>r===e[a]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,n=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){n&&n.setOptions(this.options.current);return}n&&!n.isDestroyed&&(n.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function T7(t={},e=[]){const n=b.useRef(t);n.current=t;const[r]=b.useState(()=>new C7(n)),a=C2.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return b.useDebugValue(a),b.useEffect(r.onRender(e)),j7({editor:a,selector:({transactionNumber:i})=>t.shouldRerenderOnTransaction===!1||t.shouldRerenderOnTransaction===void 0?null:t.immediatelyRender&&i===0?0:i+1}),a}var $C=b.createContext({editor:null});$C.Consumer;var E7=b.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),M7=()=>b.useContext(E7);_s.forwardRef((t,e)=>{const{onDragStart:n}=M7(),r=t.as||"div";return s.jsx(r,{...t,ref:e,"data-node-view-wrapper":"",onDragStart:n,style:{whiteSpace:"normal",...t.style}})});_s.createContext({markViewContentRef:()=>{}});var vy=b.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});vy.displayName="TiptapContext";var A7=()=>b.useContext(vy);function FC({editor:t,instance:e,children:n}){const r=t??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const a=b.useMemo(()=>({editor:r}),[r]),i=b.useMemo(()=>({editor:r}),[r]);return s.jsx($C.Provider,{value:i,children:s.jsx(vy.Provider,{value:a,children:n})})}FC.displayName="Tiptap";function BC({...t}){const{editor:e}=A7();return s.jsx(_C,{editor:e,...t})}BC.displayName="Tiptap.Content";Object.assign(FC,{Content:BC});var Ef=(t,e)=>{if(t==="slot")return 0;if(t instanceof Function)return t(e);const{children:n,...r}=e??{};if(t==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,r,n]},I7=/^\s*>\s$/,R7=$n.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:t}){return Ef("blockquote",{...Kt(this.options.HTMLAttributes,t),children:Ef("slot",{})})},parseMarkdown:(t,e)=>e.createNode("blockquote",void 0,e.parseChildren(t.tokens||[])),renderMarkdown:(t,e)=>{if(!t.content)return"";const n=">",r=[];return t.content.forEach(a=>{const c=e.renderChildren([a]).split(` +`).map(u=>u.trim()===""?n:`${n} ${u}`);r.push(c.join(` +`))}),r.join(` +${n} +`)},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Hc({find:I7,type:this.type})]}}),P7=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,L7=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,O7=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,D7=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,_7=Ll.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return Ef("strong",{...Kt(this.options.HTMLAttributes,t),children:Ef("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Vc({find:P7,type:this.type}),Vc({find:O7,type:this.type})]},addPasteRules(){return[Tl({find:L7,type:this.type}),Tl({find:D7,type:this.type})]}}),z7=/(^|[^`])`([^`]+)`(?!`)$/,$7=/(^|[^`])`([^`]+)`(?!`)/g,F7=Ll.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:t}){return["code",Kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Vc({find:z7,type:this.type})]},addPasteRules(){return[Tl({find:$7,type:this.type})]}}),Yx=4,B7=/^```([a-z]+)?[\s\n]$/,V7=/^~~~([a-z]+)?[\s\n]$/,H7=$n.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Yx,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;const i=[...((e=t.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(n)).map(o=>o.replace(n,""))[0];return i||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:t,HTMLAttributes:e}){return["pre",Kt(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n,r;return((n=t.raw)==null?void 0:n.startsWith("```"))===!1&&((r=t.raw)==null?void 0:r.startsWith("~~~"))===!1&&t.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let r="";const a=((n=t.attrs)==null?void 0:n.language)||"";return t.content?r=[`\`\`\`${a}`,e.renderChildren(t.content),"```"].join(` +`):r=`\`\`\`${a} + +\`\`\``,r},addCommands(){return{setCodeBlock:t=>({commands:e})=>e.setNode(this.name,t),toggleCodeBlock:t=>({commands:e})=>e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:t,$anchor:e}=this.editor.state.selection,n=e.pos===1;return!t||e.parent.type.name!==this.name?!1:n||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:Yx,{state:r}=t,{selection:a}=r,{$from:i,empty:o}=a;if(i.parent.type!==this.type)return!1;const c=" ".repeat(n);return o?t.commands.insertContent(c):t.commands.command(({tr:u})=>{const{from:h,to:f}=a,y=r.doc.textBetween(h,f,` +`,` +`).split(` +`).map(v=>c+v).join(` +`);return u.replaceWith(h,f,r.schema.text(y)),!0})},"Shift-Tab":({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:Yx,{state:r}=t,{selection:a}=r,{$from:i,empty:o}=a;return i.parent.type!==this.type?!1:o?t.commands.command(({tr:c})=>{var u;const{pos:h}=i,f=i.start(),m=i.end(),y=r.doc.textBetween(f,m,` +`,` +`).split(` +`);let v=0,w=0;const N=h-f;for(let K=0;K=N){v=K;break}w+=y[K].length+1}const E=((u=y[v].match(/^ */))==null?void 0:u[0])||"",C=Math.min(E.length,n);if(C===0)return!0;let L=f;for(let K=0;K{const{from:u,to:h}=a,x=r.doc.textBetween(u,h,` +`,` +`).split(` +`).map(y=>{var v;const w=((v=y.match(/^ */))==null?void 0:v[0])||"",N=Math.min(w.length,n);return y.slice(N)}).join(` +`);return c.replaceWith(u,h,r.schema.text(x)),!0})},Enter:({editor:t})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=t,{selection:n}=e,{$from:r,empty:a}=n;if(!a||r.parent.type!==this.type)return!1;const i=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!i||!o?!1:t.chain().command(({tr:c})=>(c.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:r}=e,{$from:a,empty:i}=n;if(!i||a.parent.type!==this.type||!(a.parentOffset===a.parent.nodeSize-2))return!1;const c=a.after();return c===void 0?!1:r.nodeAt(c)?t.commands.command(({tr:h})=>(h.setSelection(ut.near(r.resolve(c))),!0)):t.commands.exitCode()}}},addInputRules(){return[Gg({find:B7,type:this.type,getAttributes:t=>({language:t[1]})}),Gg({find:V7,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new un({key:new bn("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),a=r?JSON.parse(r):void 0,i=a==null?void 0:a.mode;if(!n||!i)return!1;const{tr:o,schema:c}=t.state,u=c.text(n.replace(/\r\n?/g,` +`));return o.replaceSelectionWith(this.type.create({language:i},u)),o.selection.$from.parent.type!==this.type&&o.setSelection(at.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),U7=$n.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` + +`):""}),W7=$n.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",Kt(this.options.HTMLAttributes,t)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:a,storedMarks:i}=n;if(a.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:c}=r.extensionManager,u=i||a.$to.parentOffset&&a.$from.marks();return e().insertContent({type:this.name}).command(({tr:h,dispatch:f})=>{if(f&&u&&o){const m=u.filter(x=>c.includes(x.type.name));h.ensureMarks(m)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),K7=$n.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(t=>({tag:`h${t}`,attrs:{level:t}}))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,Kt(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const r=(n=t.attrs)!=null&&n.level?parseInt(t.attrs.level,10):1,a="#".repeat(r);return t.content?`${a} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.setNode(this.name,t):!1,toggleHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.toggleNode(this.name,"paragraph",t):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(t=>Gg({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}}))}}),q7=$n.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:t}){return["hr",Kt(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!v_(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:r}=n,a=t();return xC(n)?a.insertContentAt(r.pos,{type:this.name}):a.insertContent({type:this.name}),a.command(({state:i,tr:o,dispatch:c})=>{if(c){const{$to:u}=o.selection,h=u.end();if(u.nodeAfter)u.nodeAfter.isTextblock?o.setSelection(at.create(o.doc,u.pos+1)):u.nodeAfter.isBlock?o.setSelection(rt.create(o.doc,u.pos)):o.setSelection(at.create(o.doc,u.pos));else{const f=i.schema.nodes[this.options.nextNodeType]||u.parent.type.contentMatch.defaultType,m=f==null?void 0:f.create();m&&(o.insert(h,m),o.setSelection(at.create(o.doc,h+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[PC({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),G7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,J7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,Q7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Y7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,X7=Ll.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",Kt(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Vc({find:G7,type:this.type}),Vc({find:Q7,type:this.type})]},addPasteRules(){return[Tl({find:J7,type:this.type}),Tl({find:Y7,type:this.type})]}});const Z7="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",ez="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",Yg="numeric",Xg="ascii",Zg="alpha",qd="asciinumeric",_d="alphanumeric",e0="domain",VC="emoji",tz="scheme",nz="slashscheme",Xx="whitespace";function sz(t,e){return t in e||(e[t]=[]),e[t]}function hl(t,e,n){e[Yg]&&(e[qd]=!0,e[_d]=!0),e[Xg]&&(e[qd]=!0,e[Zg]=!0),e[qd]&&(e[_d]=!0),e[Zg]&&(e[_d]=!0),e[_d]&&(e[e0]=!0),e[VC]&&(e[e0]=!0);for(const r in e){const a=sz(r,n);a.indexOf(t)<0&&a.push(t)}}function rz(t,e){const n={};for(const r in e)e[r].indexOf(t)>=0&&(n[r]=!0);return n}function Xs(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}Xs.groups={};Xs.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let r=0;rt.ta(e,n,r,a),En=(t,e,n,r,a)=>t.tr(e,n,r,a),hw=(t,e,n,r,a)=>t.ts(e,n,r,a),Le=(t,e,n,r,a)=>t.tt(e,n,r,a),ai="WORD",t0="UWORD",HC="ASCIINUMERICAL",UC="ALPHANUMERICAL",uu="LOCALHOST",n0="TLD",s0="UTLD",Yh="SCHEME",vc="SLASH_SCHEME",Ny="NUM",r0="WS",wy="NL",Gd="OPENBRACE",Jd="CLOSEBRACE",Mf="OPENBRACKET",Af="CLOSEBRACKET",If="OPENPAREN",Rf="CLOSEPAREN",Pf="OPENANGLEBRACKET",Lf="CLOSEANGLEBRACKET",Of="FULLWIDTHLEFTPAREN",Df="FULLWIDTHRIGHTPAREN",_f="LEFTCORNERBRACKET",zf="RIGHTCORNERBRACKET",$f="LEFTWHITECORNERBRACKET",Ff="RIGHTWHITECORNERBRACKET",Bf="FULLWIDTHLESSTHAN",Vf="FULLWIDTHGREATERTHAN",Hf="AMPERSAND",Uf="APOSTROPHE",Wf="ASTERISK",so="AT",Kf="BACKSLASH",qf="BACKTICK",Gf="CARET",io="COLON",jy="COMMA",Jf="DOLLAR",wa="DOT",Qf="EQUALS",ky="EXCLAMATION",Pr="HYPHEN",Qd="PERCENT",Yf="PIPE",Xf="PLUS",Zf="POUND",Yd="QUERY",Sy="QUOTE",WC="FULLWIDTHMIDDLEDOT",Cy="SEMI",ja="SLASH",Xd="TILDE",ep="UNDERSCORE",KC="EMOJI",tp="SYM";var qC=Object.freeze({__proto__:null,ALPHANUMERICAL:UC,AMPERSAND:Hf,APOSTROPHE:Uf,ASCIINUMERICAL:HC,ASTERISK:Wf,AT:so,BACKSLASH:Kf,BACKTICK:qf,CARET:Gf,CLOSEANGLEBRACKET:Lf,CLOSEBRACE:Jd,CLOSEBRACKET:Af,CLOSEPAREN:Rf,COLON:io,COMMA:jy,DOLLAR:Jf,DOT:wa,EMOJI:KC,EQUALS:Qf,EXCLAMATION:ky,FULLWIDTHGREATERTHAN:Vf,FULLWIDTHLEFTPAREN:Of,FULLWIDTHLESSTHAN:Bf,FULLWIDTHMIDDLEDOT:WC,FULLWIDTHRIGHTPAREN:Df,HYPHEN:Pr,LEFTCORNERBRACKET:_f,LEFTWHITECORNERBRACKET:$f,LOCALHOST:uu,NL:wy,NUM:Ny,OPENANGLEBRACKET:Pf,OPENBRACE:Gd,OPENBRACKET:Mf,OPENPAREN:If,PERCENT:Qd,PIPE:Yf,PLUS:Xf,POUND:Zf,QUERY:Yd,QUOTE:Sy,RIGHTCORNERBRACKET:zf,RIGHTWHITECORNERBRACKET:Ff,SCHEME:Yh,SEMI:Cy,SLASH:ja,SLASH_SCHEME:vc,SYM:tp,TILDE:Xd,TLD:n0,UNDERSCORE:ep,UTLD:s0,UWORD:t0,WORD:ai,WS:r0});const si=/[a-z]/,Rd=new RegExp("\\p{L}","u"),Zx=new RegExp("\\p{Emoji}","u"),ri=/\d/,eg=/\s/,fw="\r",tg=` +`,az="️",iz="‍",ng="";let _h=null,zh=null;function oz(t=[]){const e={};Xs.groups=e;const n=new Xs;_h==null&&(_h=pw(Z7)),zh==null&&(zh=pw(ez)),Le(n,"'",Uf),Le(n,"{",Gd),Le(n,"}",Jd),Le(n,"[",Mf),Le(n,"]",Af),Le(n,"(",If),Le(n,")",Rf),Le(n,"<",Pf),Le(n,">",Lf),Le(n,"(",Of),Le(n,")",Df),Le(n,"「",_f),Le(n,"」",zf),Le(n,"『",$f),Le(n,"』",Ff),Le(n,"<",Bf),Le(n,">",Vf),Le(n,"&",Hf),Le(n,"*",Wf),Le(n,"@",so),Le(n,"`",qf),Le(n,"^",Gf),Le(n,":",io),Le(n,",",jy),Le(n,"$",Jf),Le(n,".",wa),Le(n,"=",Qf),Le(n,"!",ky),Le(n,"-",Pr),Le(n,"%",Qd),Le(n,"|",Yf),Le(n,"+",Xf),Le(n,"#",Zf),Le(n,"?",Yd),Le(n,'"',Sy),Le(n,"/",ja),Le(n,";",Cy),Le(n,"~",Xd),Le(n,"_",ep),Le(n,"\\",Kf),Le(n,"・",WC);const r=En(n,ri,Ny,{[Yg]:!0});En(r,ri,r);const a=En(r,si,HC,{[qd]:!0}),i=En(r,Rd,UC,{[_d]:!0}),o=En(n,si,ai,{[Xg]:!0});En(o,ri,a),En(o,si,o),En(a,ri,a),En(a,si,a);const c=En(n,Rd,t0,{[Zg]:!0});En(c,si),En(c,ri,i),En(c,Rd,c),En(i,ri,i),En(i,si),En(i,Rd,i);const u=Le(n,tg,wy,{[Xx]:!0}),h=Le(n,fw,r0,{[Xx]:!0}),f=En(n,eg,r0,{[Xx]:!0});Le(n,ng,f),Le(h,tg,u),Le(h,ng,f),En(h,eg,f),Le(f,fw),Le(f,tg),En(f,eg,f),Le(f,ng,f);const m=En(n,Zx,KC,{[VC]:!0});Le(m,"#"),En(m,Zx,m),Le(m,az,m);const x=Le(m,iz);Le(x,"#"),En(x,Zx,m);const y=[[si,o],[ri,a]],v=[[si,null],[Rd,c],[ri,i]];for(let w=0;w<_h.length;w++)Xi(n,_h[w],n0,ai,y);for(let w=0;ww[0]>N[0]?1:-1);for(let w=0;w=0?E[e0]=!0:si.test(N)?ri.test(N)?E[qd]=!0:E[Xg]=!0:E[Yg]=!0,hw(n,N,N,E)}return hw(n,"localhost",uu,{ascii:!0}),n.jd=new Xs(tp),{start:n,tokens:Object.assign({groups:e},qC)}}function GC(t,e){const n=lz(e.replace(/[A-Z]/g,c=>c.toLowerCase())),r=n.length,a=[];let i=0,o=0;for(;o=0&&(m+=n[o].length,x++),h+=n[o].length,i+=n[o].length,o++;i-=m,o-=x,h-=m,a.push({t:f.t,v:e.slice(i-h,i),s:i-h,e:i})}return a}function lz(t){const e=[],n=t.length;let r=0;for(;r56319||r+1===n||(i=t.charCodeAt(r+1))<56320||i>57343?t[r]:t.slice(r,r+2);e.push(o),r+=o.length}return e}function Xi(t,e,n,r,a){let i;const o=e.length;for(let c=0;c=0;)i++;if(i>0){e.push(n.join(""));for(let o=parseInt(t.substring(r,r+i),10);o>0;o--)n.pop();r+=i}else n.push(t[r]),r++}return e}const hu={defaultProtocol:"http",events:null,format:mw,formatHref:mw,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Ty(t,e=null){let n=Object.assign({},hu);t&&(n=Object.assign(n,t instanceof Ty?t.o:t));const r=n.ignoreTags,a=[];for(let i=0;in?r.substring(0,n)+"…":r},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=hu.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),r=t.get("formatHref",n,this),a=t.get("tagName",n,e),i=this.toFormattedString(t),o={},c=t.get("className",n,e),u=t.get("target",n,e),h=t.get("rel",n,e),f=t.getObj("attributes",n,e),m=t.getObj("events",n,e);return o.href=r,c&&(o.class=c),u&&(o.target=u),h&&(o.rel=h),f&&Object.assign(o,f),{tagName:a,attributes:o,content:i,eventListeners:m}}};function Rp(t,e){class n extends JC{constructor(a,i){super(a,i),this.t=t}}for(const r in e)n.prototype[r]=e[r];return n.t=t,n}const xw=Rp("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),gw=Rp("text"),cz=Rp("nl"),$h=Rp("url",{isLink:!0,toHref(t=hu.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==uu&&t[1].t===io}}),Rr=t=>new Xs(t);function dz({groups:t}){const e=t.domain.concat([Hf,Wf,so,Kf,qf,Gf,Jf,Qf,Pr,Ny,Qd,Yf,Xf,Zf,ja,tp,Xd,ep]),n=[Uf,io,jy,wa,ky,Qd,Yd,Sy,Cy,Pf,Lf,Gd,Jd,Af,Mf,If,Rf,Of,Df,_f,zf,$f,Ff,Bf,Vf],r=[Hf,Uf,Wf,Kf,qf,Gf,Jf,Qf,Pr,Gd,Jd,Qd,Yf,Xf,Zf,Yd,ja,tp,Xd,ep],a=Rr(),i=Le(a,Xd);wt(i,r,i),wt(i,t.domain,i);const o=Rr(),c=Rr(),u=Rr();wt(a,t.domain,o),wt(a,t.scheme,c),wt(a,t.slashscheme,u),wt(o,r,i),wt(o,t.domain,o);const h=Le(o,so);Le(i,so,h),Le(c,so,h),Le(u,so,h);const f=Le(i,wa);wt(f,r,i),wt(f,t.domain,i);const m=Rr();wt(h,t.domain,m),wt(m,t.domain,m);const x=Le(m,wa);wt(x,t.domain,m);const y=Rr(xw);wt(x,t.tld,y),wt(x,t.utld,y),Le(h,uu,y);const v=Le(m,Pr);Le(v,Pr,v),wt(v,t.domain,m),wt(y,t.domain,m),Le(y,wa,x),Le(y,Pr,v);const w=Le(y,io);wt(w,t.numeric,xw);const N=Le(o,Pr),k=Le(o,wa);Le(N,Pr,N),wt(N,t.domain,o),wt(k,r,i),wt(k,t.domain,o);const E=Rr($h);wt(k,t.tld,E),wt(k,t.utld,E),wt(E,t.domain,o),wt(E,r,i),Le(E,wa,k),Le(E,Pr,N),Le(E,so,h);const C=Le(E,io),L=Rr($h);wt(C,t.numeric,L);const O=Rr($h),K=Rr();wt(O,e,O),wt(O,n,K),wt(K,e,O),wt(K,n,K),Le(E,ja,O),Le(L,ja,O);const _=Le(c,io),H=Le(u,io),P=Le(H,ja),ee=Le(P,ja);wt(c,t.domain,o),Le(c,wa,k),Le(c,Pr,N),wt(u,t.domain,o),Le(u,wa,k),Le(u,Pr,N),wt(_,t.domain,O),Le(_,ja,O),Le(_,Yd,O),wt(ee,t.domain,O),wt(ee,e,O),Le(ee,ja,O);const Q=[[Gd,Jd],[Mf,Af],[If,Rf],[Pf,Lf],[Of,Df],[_f,zf],[$f,Ff],[Bf,Vf]];for(let V=0;V=0&&x++,a++,f++;if(x<0)a-=f,a0&&(i.push(sg(gw,e,o)),o=[]),a-=x,f-=x;const y=m.t,v=n.slice(a-f,a);i.push(sg(y,e,v))}}return o.length>0&&i.push(sg(gw,e,o)),i}function sg(t,e,n){const r=n[0].s,a=n[n.length-1].e,i=e.slice(r,a);return new t(i,n)}const hz=typeof console<"u"&&console&&console.warn||(()=>{}),fz="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",mn={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function pz(){return Xs.groups={},mn.scanner=null,mn.parser=null,mn.tokenQueue=[],mn.pluginQueue=[],mn.customSchemes=[],mn.initialized=!1,mn}function yw(t,e=!1){if(mn.initialized&&hz(`linkifyjs: already initialized - will not register custom scheme "${t}" ${fz}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);mn.customSchemes.push([t,e])}function mz(){mn.scanner=oz(mn.customSchemes);for(let t=0;t{const a=e.some(h=>h.docChanged)&&!n.doc.eq(r.doc),i=e.some(h=>h.getMeta("preventAutolink"));if(!a||i)return;const{tr:o}=r,c=oC(n.doc,[...e]);if(mC(c).forEach(({newRange:h})=>{const f=bD(r.doc,h,y=>y.isTextblock);let m,x;if(f.length>1)m=f[0],x=r.doc.textBetween(m.pos,m.pos+m.node.nodeSize,void 0," ");else if(f.length){const y=r.doc.textBetween(h.from,h.to," "," ");if(!gz.test(y))return;m=f[0],x=r.doc.textBetween(m.pos,h.to,void 0," ")}if(m&&x){const y=x.split(xz).filter(Boolean);if(y.length<=0)return!1;const v=y[y.length-1],w=m.pos+x.lastIndexOf(v);if(!v)return!1;const N=Ey(v).map(k=>k.toObject(t.defaultProtocol));if(!bz(N))return!1;N.filter(k=>k.isLink).map(k=>({...k,from:w+k.start+1,to:w+k.end+1})).filter(k=>r.schema.marks.code?!r.doc.rangeHasMark(k.from,k.to,r.schema.marks.code):!0).filter(k=>t.validate(k.value)).filter(k=>t.shouldAutoLink(k.value)).forEach(k=>{my(k.from,k.to,r.doc).some(E=>E.mark.type===t.type)||o.addMark(k.from,k.to,t.type.create({href:k.href}))})}}),!!o.steps.length)return o}})}function Nz(t){return new un({key:new bn("handleClickLink"),props:{handleClick:(e,n,r)=>{var a,i;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const u=r.target;if(!u)return!1;const h=t.editor.view.dom;o=u.closest("a"),o&&!h.contains(o)&&(o=null)}if(!o)return!1;let c=!1;if(t.enableClickSelection&&(c=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){const u=pC(e.state,t.type.name),h=(a=o.href)!=null?a:u.href,f=(i=o.target)!=null?i:u.target;h&&(window.open(h,f),c=!0)}return c}}})}function wz(t){return new un({key:new bn("handlePasteLink"),props:{handlePaste:(e,n,r)=>{const{shouldAutoLink:a}=t,{state:i}=e,{selection:o}=i,{empty:c}=o;if(c)return!1;let u="";r.content.forEach(f=>{u+=f.textContent});const h=QC(u,{defaultProtocol:t.defaultProtocol}).find(f=>f.isLink&&f.value===u);return!u||!h||a!==void 0&&!a(h.value)?!1:t.editor.commands.setMark(t.type,{href:h.href})}}})}function rl(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const a=typeof r=="string"?r:r.scheme;a&&n.push(a)}),!t||t.replace(yz,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var jz=Ll.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(t=>{if(typeof t=="string"){yw(t);return}yw(t.scheme,t.optionalSlashes)})},onDestroy(){pz()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!rl(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t);if(e||n&&!t.includes("@"))return!0;const a=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(a)||!/\./.test(a))}}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:n=>!!rl(n,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:e=>!!rl(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",Kt(this.options.HTMLAttributes,t),0]:["a",Kt(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,r,a,i;const o=(r=(n=t.attrs)==null?void 0:n.href)!=null?r:"",c=(i=(a=t.attrs)==null?void 0:a.title)!=null?i:"",u=e.renderChildren(t);return c?`[${u}](${o} "${c}")`:`[${u}](${o})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return this.options.isAllowedUri(n,{defaultValidate:r=>!!rl(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,t).setMeta("preventAutolink",!0).run():!1},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:r=>!!rl(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[Tl({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:r}=this.options,a=QC(t).filter(i=>i.isLink&&this.options.isAllowedUri(i.value,{defaultValidate:o=>!!rl(o,n),protocols:n,defaultProtocol:r}));a.length&&a.forEach(i=>{this.options.shouldAutoLink(i.value)&&e.push({text:i.value,data:{href:i.href},index:i.start})})}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;return this.options.autolink&&t.push(vz({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:a=>!!rl(a,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),t.push(Nz({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(wz({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),kz=Object.defineProperty,Sz=(t,e)=>{for(var n in e)kz(t,n,{get:e[n],enumerable:!0})},Cz="listItem",bw="textStyle",vw=/^\s*([-+*])\s$/,YC=$n.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:t}){return["ul",Kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>t.type!=="list"||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Cz,this.editor.getAttributes(bw)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=Hc({find:vw,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Hc({find:vw,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(bw),editor:this.editor})),[t]}}),XC=$n.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:t}){return["li",Kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{if(t.type!=="list_item")return[];let n=[];if(t.tokens&&t.tokens.length>0)if(t.tokens.some(a=>a.type==="paragraph"))n=e.parseChildren(t.tokens);else{const a=t.tokens[0];if(a&&a.type==="text"&&a.tokens&&a.tokens.length>0){if(n=[{type:"paragraph",content:e.parseInline(a.tokens)}],t.tokens.length>1){const o=t.tokens.slice(1),c=e.parseChildren(o);n.push(...c)}}else n=e.parseChildren(t.tokens)}return n.length===0&&(n=[{type:"paragraph",content:[]}]),{type:"listItem",content:n}},renderMarkdown:(t,e,n)=>by(t,e,r=>{var a,i;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((i=(a=r.meta)==null?void 0:a.parentAttrs)==null?void 0:i.start)||1)+r.index}. `:"- "},n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Tz={};Sz(Tz,{findListItemPos:()=>ju,getNextListDepth:()=>Ay,handleBackspace:()=>a0,handleDelete:()=>i0,hasListBefore:()=>ZC,hasListItemAfter:()=>Ez,hasListItemBefore:()=>e3,listItemHasSubList:()=>t3,nextListIsDeeper:()=>n3,nextListIsHigher:()=>s3});var ju=(t,e)=>{const{$from:n}=e.selection,r=Hn(t,e.schema);let a=null,i=n.depth,o=n.pos,c=null;for(;i>0&&c===null;)a=n.node(i),a.type===r?c=i:(i-=1,o-=1);return c===null?null:{$pos:e.doc.resolve(o),depth:c}},Ay=(t,e)=>{const n=ju(t,e);if(!n)return!1;const[,r]=MD(e,t,n.$pos.pos+4);return r},ZC=(t,e,n)=>{const{$anchor:r}=t.selection,a=Math.max(0,r.pos-2),i=t.doc.resolve(a).node();return!(!i||!n.includes(i.type.name))},e3=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-2);return!(a.index()===0||((n=a.nodeBefore)==null?void 0:n.type.name)!==t)},t3=(t,e,n)=>{if(!n)return!1;const r=Hn(t,e.schema);let a=!1;return n.descendants(i=>{i.type===r&&(a=!0)}),a},a0=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!jo(t.state,e)&&ZC(t.state,e,n)){const{$anchor:c}=t.state.selection,u=t.state.doc.resolve(c.before()-1),h=[];u.node().descendants((x,y)=>{x.type.name===e&&h.push({node:x,pos:y})});const f=h.at(-1);if(!f)return!1;const m=t.state.doc.resolve(u.start()+f.pos+1);return t.chain().cut({from:c.start()-1,to:c.end()+1},m.end()).joinForward().run()}if(!jo(t.state,e)||!PD(t.state))return!1;const r=ju(e,t.state);if(!r)return!1;const i=t.state.doc.resolve(r.$pos.pos-2).node(r.depth),o=t3(e,t.state,i);return e3(e,t.state)&&!o?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},n3=(t,e)=>{const n=Ay(t,e),r=ju(t,e);return!r||!n?!1:n>r.depth},s3=(t,e)=>{const n=Ay(t,e),r=ju(t,e);return!r||!n?!1:n{if(!jo(t.state,e)||!RD(t.state,e))return!1;const{selection:n}=t.state,{$from:r,$to:a}=n;return!n.empty&&r.sameParent(a)?!1:n3(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():s3(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward()},Ez=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-r.parentOffset-2);return!(a.index()===a.parent.childCount-1||((n=a.nodeAfter)==null?void 0:n.type.name)!==t)},r3=Rn.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&i0(t,n)&&(e=!0)}),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&i0(t,n)&&(e=!0)}),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&a0(t,n,r)&&(e=!0)}),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&a0(t,n,r)&&(e=!0)}),e}}}}),Nw=/^(\s*)(\d+)\.\s+(.*)$/,Mz=/^\s/;function Az(t){const e=[];let n=0,r=0;for(;ne;)x.push(t[m]),m+=1;if(x.length>0){const y=Math.min(...x.map(w=>w.indent)),v=a3(x,y,n);h.push({type:"list",ordered:!0,start:x[0].number,items:v,raw:x.map(w=>w.raw).join(` +`)})}a.push({type:"list_item",raw:o.raw,tokens:h}),i=m}else i+=1}return a}function Iz(t,e){return t.map(n=>{if(n.type!=="list_item")return e.parseChildren([n])[0];const r=[];return n.tokens&&n.tokens.length>0&&n.tokens.forEach(a=>{if(a.type==="paragraph"||a.type==="list"||a.type==="blockquote"||a.type==="code")r.push(...e.parseChildren([a]));else if(a.type==="text"&&a.tokens){const i=e.parseChildren([a]);r.push({type:"paragraph",content:i})}else{const i=e.parseChildren([a]);i.length>0&&r.push(...i)}}),{type:"listItem",content:r}})}var Rz="listItem",ww="textStyle",jw=/^(\d+)\.\s$/,i3=$n.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return e===1?["ol",Kt(this.options.HTMLAttributes,n),0]:["ol",Kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if(t.type!=="list"||!t.ordered)return[];const n=t.start||1,r=t.items?Iz(t.items,e):[];return n!==1?{type:"orderedList",attrs:{start:n},content:r}:{type:"orderedList",content:r}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`):"",markdownTokenizer:{name:"orderedList",level:"block",start:t=>{const e=t.match(/^(\s*)(\d+)\.\s+/),n=e==null?void 0:e.index;return n!==void 0?n:-1},tokenize:(t,e,n)=>{var r;const a=t.split(` +`),[i,o]=Az(a);if(i.length===0)return;const c=a3(i,0,n);return c.length===0?void 0:{type:"list",ordered:!0,start:((r=i[0])==null?void 0:r.number)||1,items:c,raw:a.slice(0,o).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Rz,this.editor.getAttributes(ww)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=Hc({find:jw,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Hc({find:jw,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(ww)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),Pz=/^\s*(\[([( |x])?\])\s$/,Lz=$n.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",Kt(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const a=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return by(t,e,a)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const a=document.createElement("li"),i=document.createElement("label"),o=document.createElement("span"),c=document.createElement("input"),u=document.createElement("div"),h=m=>{var x,y;c.ariaLabel=((y=(x=this.options.a11y)==null?void 0:x.checkboxLabel)==null?void 0:y.call(x,m,c.checked))||`Task item checkbox for ${m.textContent||"empty task item"}`};h(t),i.contentEditable="false",c.type="checkbox",c.addEventListener("mousedown",m=>m.preventDefault()),c.addEventListener("change",m=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){c.checked=!c.checked;return}const{checked:x}=m.target;r.isEditable&&typeof n=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:y})=>{const v=n();if(typeof v!="number")return!1;const w=y.doc.nodeAt(v);return y.setNodeMarkup(v,void 0,{...w==null?void 0:w.attrs,checked:x}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,x)||(c.checked=!c.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([m,x])=>{a.setAttribute(m,x)}),a.dataset.checked=t.attrs.checked,c.checked=t.attrs.checked,i.append(c,o),a.append(i,u),Object.entries(e).forEach(([m,x])=>{a.setAttribute(m,x)});let f=new Set(Object.keys(e));return{dom:a,contentDOM:u,update:m=>{if(m.type!==this.type)return!1;a.dataset.checked=m.attrs.checked,c.checked=m.attrs.checked,h(m);const x=r.extensionManager.attributes,y=du(m,x),v=new Set(Object.keys(y)),w=this.options.HTMLAttributes;return f.forEach(N=>{v.has(N)||(N in w?a.setAttribute(N,w[N]):a.removeAttribute(N))}),Object.entries(y).forEach(([N,k])=>{k==null?N in w?a.setAttribute(N,w[N]):a.removeAttribute(N):a.setAttribute(N,k)}),f=v,!0}}}},addInputRules(){return[Hc({find:Pz,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),Oz=$n.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",Kt(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const r=i=>{const o=Jg(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:c=>({indentLevel:c[1].length,mainContent:c[4],checked:c[3].toLowerCase()==="x"}),createToken:(c,u)=>({type:"taskItem",raw:"",mainContent:c.mainContent,indentLevel:c.indentLevel,checked:c.checked,text:c.mainContent,tokens:n.inlineTokens(c.mainContent),nestedTokens:u}),customNestedParser:r},n);return o?[{type:"taskList",raw:o.raw,items:o.items}]:n.blockTokens(i)},a=Jg(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,o)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:n.inlineTokens(i.mainContent),nestedTokens:o}),customNestedParser:r},n);if(a)return{type:"taskList",raw:a.raw,items:a.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});Rn.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(YC.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(XC.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(r3.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(i3.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(Lz.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(Oz.configure(this.options.taskList)),t}});var kw=" ",Dz=" ",_z=$n.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",Kt(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];if(n.length===1&&n[0].type==="image")return e.parseChildren([n[0]]);const r=e.parseInline(n);return r.length===1&&r[0].type==="text"&&(r[0].text===kw||r[0].text===Dz)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(t,e)=>{if(!t)return"";const n=Array.isArray(t.content)?t.content:[];return n.length===0?kw:e.renderChildren(n)},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),zz=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,$z=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Fz=Ll.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["s",Kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Vc({find:zz,type:this.type})]},addPasteRules(){return[Tl({find:$z,type:this.type})]}}),Bz=$n.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),Vz=Ll.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["u",Kt(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown(t,e){return`++${e.renderChildren(t)}++`},markdownTokenizer:{name:"underline",level:"inline",start(t){return t.indexOf("++")},tokenize(t,e,n){const a=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!a)return;const i=a[2].trim();return{type:"underline",raw:a[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Hz(t={}){return new un({view(e){return new Uz(e,t)}})}class Uz{constructor(e,n){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=n.width)!==null&&r!==void 0?r:1,this.color=n.color===!1?void 0:n.color||"black",this.class=n.class,this.handlers=["dragover","dragend","drop","dragleave"].map(a=>{let i=o=>{this[a](o)};return e.dom.addEventListener(a,i),{name:a,handler:i}})}destroy(){this.handlers.forEach(({name:e,handler:n})=>this.editorView.dom.removeEventListener(e,n))}update(e,n){this.cursorPos!=null&&n.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,r,a=this.editorView.dom,i=a.getBoundingClientRect(),o=i.width/a.offsetWidth,c=i.height/a.offsetHeight;if(n){let m=e.nodeBefore,x=e.nodeAfter;if(m||x){let y=this.editorView.nodeDOM(this.cursorPos-(m?m.nodeSize:0));if(y){let v=y.getBoundingClientRect(),w=m?v.bottom:v.top;m&&x&&(w=(w+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let N=this.width/2*c;r={left:v.left,right:v.right,top:w-N,bottom:w+N}}}}if(!r){let m=this.editorView.coordsAtPos(this.cursorPos),x=this.width/2*o;r={left:m.left-x,right:m.left+x,top:m.top,bottom:m.bottom}}let u=this.editorView.dom.offsetParent;this.element||(this.element=u.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n);let h,f;if(!u||u==document.body&&getComputedStyle(u).position=="static")h=-pageXOffset,f=-pageYOffset;else{let m=u.getBoundingClientRect(),x=m.width/u.offsetWidth,y=m.height/u.offsetHeight;h=m.left-u.scrollLeft*x,f=m.top-u.scrollTop*y}this.element.style.left=(r.left-h)/o+"px",this.element.style.top=(r.top-f)/c+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/c+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let n=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=n&&n.inside>=0&&this.editorView.state.doc.nodeAt(n.inside),a=r&&r.type.spec.disableDropCursor,i=typeof a=="function"?a(this.editorView,n,e):a;if(n&&!i){let o=n.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let c=Z2(this.editorView.state.doc,o,this.editorView.dragging.slice);c!=null&&(o=c)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class An extends ut{constructor(e){super(e,e)}map(e,n){let r=e.resolve(n.map(this.head));return An.valid(r)?new An(r):ut.near(r)}content(){return $e.empty}eq(e){return e instanceof An&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new An(e.resolve(n.pos))}getBookmark(){return new Iy(this.anchor)}static valid(e){let n=e.parent;if(n.isTextblock||!Wz(e)||!Kz(e))return!1;let r=n.type.spec.allowGapCursor;if(r!=null)return r;let a=n.contentMatchAt(e.index()).defaultType;return a&&a.isTextblock}static findGapCursorFrom(e,n,r=!1){e:for(;;){if(!r&&An.valid(e))return e;let a=e.pos,i=null;for(let o=e.depth;;o--){let c=e.node(o);if(n>0?e.indexAfter(o)0){i=c.child(n>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;a+=n;let u=e.doc.resolve(a);if(An.valid(u))return u}for(;;){let o=n>0?i.firstChild:i.lastChild;if(!o){if(i.isAtom&&!i.isText&&!rt.isSelectable(i)){e=e.doc.resolve(a+i.nodeSize*n),r=!1;continue e}break}i=o,a+=n;let c=e.doc.resolve(a);if(An.valid(c))return c}return null}}}An.prototype.visible=!1;An.findFrom=An.findGapCursorFrom;ut.jsonID("gapcursor",An);class Iy{constructor(e){this.pos=e}map(e){return new Iy(e.map(this.pos))}resolve(e){let n=e.resolve(this.pos);return An.valid(n)?new An(n):ut.near(n)}}function o3(t){return t.isAtom||t.spec.isolating||t.spec.createGapCursor}function Wz(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),r=t.node(e);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n-1);;a=a.lastChild){if(a.childCount==0&&!a.inlineContent||o3(a.type))return!0;if(a.inlineContent)return!1}}return!0}function Kz(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),r=t.node(e);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n);;a=a.firstChild){if(a.childCount==0&&!a.inlineContent||o3(a.type))return!0;if(a.inlineContent)return!1}}return!0}function qz(){return new un({props:{decorations:Yz,createSelectionBetween(t,e,n){return e.pos==n.pos&&An.valid(n)?new An(n):null},handleClick:Jz,handleKeyDown:Gz,handleDOMEvents:{beforeinput:Qz}}})}const Gz=cy({ArrowLeft:Fh("horiz",-1),ArrowRight:Fh("horiz",1),ArrowUp:Fh("vert",-1),ArrowDown:Fh("vert",1)});function Fh(t,e){const n=t=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,a,i){let o=r.selection,c=e>0?o.$to:o.$from,u=o.empty;if(o instanceof at){if(!i.endOfTextblock(n)||c.depth==0)return!1;u=!1,c=r.doc.resolve(e>0?c.after():c.before())}let h=An.findGapCursorFrom(c,e,u);return h?(a&&a(r.tr.setSelection(new An(h))),!0):!1}}function Jz(t,e,n){if(!t||!t.editable)return!1;let r=t.state.doc.resolve(e);if(!An.valid(r))return!1;let a=t.posAtCoords({left:n.clientX,top:n.clientY});return a&&a.inside>-1&&rt.isSelectable(t.state.doc.nodeAt(a.inside))?!1:(t.dispatch(t.state.tr.setSelection(new An(r))),!0)}function Qz(t,e){if(e.inputType!="insertCompositionText"||!(t.state.selection instanceof An))return!1;let{$from:n}=t.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!r)return!1;let a=ke.empty;for(let o=r.length-1;o>=0;o--)a=ke.from(r[o].createAndFill(null,a));let i=t.state.tr.replace(n.pos,n.pos,new $e(a,0,0));return i.setSelection(at.near(i.doc.resolve(n.pos+1))),t.dispatch(i),!1}function Yz(t){if(!(t.selection instanceof An))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",sn.create(t.doc,[Jn.widget(t.selection.head,e,{key:"gapcursor"})])}var np=200,rs=function(){};rs.prototype.append=function(e){return e.length?(e=rs.from(e),!this.length&&e||e.length=n?rs.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,n))};rs.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};rs.prototype.forEach=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length),n<=r?this.forEachInner(e,n,r,0):this.forEachInvertedInner(e,n,r,0)};rs.prototype.map=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length);var a=[];return this.forEach(function(i,o){return a.push(e(i,o))},n,r),a};rs.from=function(e){return e instanceof rs?e:e&&e.length?new l3(e):rs.empty};var l3=(function(t){function e(r){t.call(this),this.values=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(a,i){return a==0&&i==this.length?this:new e(this.values.slice(a,i))},e.prototype.getInner=function(a){return this.values[a]},e.prototype.forEachInner=function(a,i,o,c){for(var u=i;u=o;u--)if(a(this.values[u],c+u)===!1)return!1},e.prototype.leafAppend=function(a){if(this.length+a.length<=np)return new e(this.values.concat(a.flatten()))},e.prototype.leafPrepend=function(a){if(this.length+a.length<=np)return new e(a.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e})(rs);rs.empty=new l3([]);var Xz=(function(t){function e(n,r){t.call(this),this.left=n,this.right=r,this.length=n.length+r.length,this.depth=Math.max(n.depth,r.depth)+1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return rc&&this.right.forEachInner(r,Math.max(a-c,0),Math.min(this.length,i)-c,o+c)===!1)return!1},e.prototype.forEachInvertedInner=function(r,a,i,o){var c=this.left.length;if(a>c&&this.right.forEachInvertedInner(r,a-c,Math.max(i,c)-c,o+c)===!1||i=i?this.right.slice(r-i,a-i):this.left.slice(r,i).append(this.right.slice(0,a-i))},e.prototype.leafAppend=function(r){var a=this.right.leafAppend(r);if(a)return new e(this.left,a)},e.prototype.leafPrepend=function(r){var a=this.left.leafPrepend(r);if(a)return new e(a,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e})(rs);const Zz=500;class sa{constructor(e,n){this.items=e,this.eventCount=n}popEvent(e,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let a,i;n&&(a=this.remapping(r,this.items.length),i=a.maps.length);let o=e.tr,c,u,h=[],f=[];return this.items.forEach((m,x)=>{if(!m.step){a||(a=this.remapping(r,x+1),i=a.maps.length),i--,f.push(m);return}if(a){f.push(new Zi(m.map));let y=m.step.map(a.slice(i)),v;y&&o.maybeStep(y).doc&&(v=o.mapping.maps[o.mapping.maps.length-1],h.push(new Zi(v,void 0,void 0,h.length+f.length))),i--,v&&a.appendMap(v,i)}else o.maybeStep(m.step);if(m.selection)return c=a?m.selection.map(a.slice(i)):m.selection,u=new sa(this.items.slice(0,r).append(f.reverse().concat(h)),this.eventCount-1),!1},this.items.length,0),{remaining:u,transform:o,selection:c}}addTransform(e,n,r,a){let i=[],o=this.eventCount,c=this.items,u=!a&&c.length?c.get(c.length-1):null;for(let f=0;ft$&&(c=e$(c,h),o-=h),new sa(c.append(i),o)}remapping(e,n){let r=new ru;return this.items.forEach((a,i)=>{let o=a.mirrorOffset!=null&&i-a.mirrorOffset>=e?r.maps.length-a.mirrorOffset:void 0;r.appendMap(a.map,o)},e,n),r}addMaps(e){return this.eventCount==0?this:new sa(this.items.append(e.map(n=>new Zi(n))),this.eventCount)}rebased(e,n){if(!this.eventCount)return this;let r=[],a=Math.max(0,this.items.length-n),i=e.mapping,o=e.steps.length,c=this.eventCount;this.items.forEach(x=>{x.selection&&c--},a);let u=n;this.items.forEach(x=>{let y=i.getMirror(--u);if(y==null)return;o=Math.min(o,y);let v=i.maps[y];if(x.step){let w=e.steps[y].invert(e.docs[y]),N=x.selection&&x.selection.map(i.slice(u+1,y));N&&c++,r.push(new Zi(v,w,N))}else r.push(new Zi(v))},a);let h=[];for(let x=n;xZz&&(m=m.compress(this.items.length-r.length)),m}emptyItemCount(){let e=0;return this.items.forEach(n=>{n.step||e++}),e}compress(e=this.items.length){let n=this.remapping(0,e),r=n.maps.length,a=[],i=0;return this.items.forEach((o,c)=>{if(c>=e)a.push(o),o.selection&&i++;else if(o.step){let u=o.step.map(n.slice(r)),h=u&&u.getMap();if(r--,h&&n.appendMap(h,r),u){let f=o.selection&&o.selection.map(n.slice(r));f&&i++;let m=new Zi(h.invert(),u,f),x,y=a.length-1;(x=a.length&&a[y].merge(m))?a[y]=x:a.push(m)}}else o.map&&r--},this.items.length,0),new sa(rs.from(a.reverse()),i)}}sa.empty=new sa(rs.empty,0);function e$(t,e){let n;return t.forEach((r,a)=>{if(r.selection&&e--==0)return n=a,!1}),t.slice(n)}let Zi=class c3{constructor(e,n,r,a){this.map=e,this.step=n,this.selection=r,this.mirrorOffset=a}merge(e){if(this.step&&e.step&&!e.selection){let n=e.step.merge(this.step);if(n)return new c3(n.getMap().invert(),n,this.selection)}}};class ro{constructor(e,n,r,a,i){this.done=e,this.undone=n,this.prevRanges=r,this.prevTime=a,this.prevComposition=i}}const t$=20;function n$(t,e,n,r){let a=n.getMeta(gl),i;if(a)return a.historyState;n.getMeta(a$)&&(t=new ro(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(n.steps.length==0)return t;if(o&&o.getMeta(gl))return o.getMeta(gl).redo?new ro(t.done.addTransform(n,void 0,r,Xh(e)),t.undone,Sw(n.mapping.maps),t.prevTime,t.prevComposition):new ro(t.done,t.undone.addTransform(n,void 0,r,Xh(e)),null,t.prevTime,t.prevComposition);if(n.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let c=n.getMeta("composition"),u=t.prevTime==0||!o&&t.prevComposition!=c&&(t.prevTime<(n.time||0)-r.newGroupDelay||!s$(n,t.prevRanges)),h=o?rg(t.prevRanges,n.mapping):Sw(n.mapping.maps);return new ro(t.done.addTransform(n,u?e.selection.getBookmark():void 0,r,Xh(e)),sa.empty,h,n.time,c??t.prevComposition)}else return(i=n.getMeta("rebased"))?new ro(t.done.rebased(n,i),t.undone.rebased(n,i),rg(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new ro(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),rg(t.prevRanges,n.mapping),t.prevTime,t.prevComposition)}function s$(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach((r,a)=>{for(let i=0;i=e[i]&&(n=!0)}),n}function Sw(t){let e=[];for(let n=t.length-1;n>=0&&e.length==0;n--)t[n].forEach((r,a,i,o)=>e.push(i,o));return e}function rg(t,e){if(!t)return null;let n=[];for(let r=0;r{let a=gl.getState(n);if(!a||(t?a.undone:a.done).eventCount==0)return!1;if(r){let i=r$(a,n,t);i&&r(e?i.scrollIntoView():i)}return!0}}const u3=d3(!1,!0),h3=d3(!0,!0);Rn.create({name:"characterCount",addOptions(){return{limit:null,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc;if(((t==null?void 0:t.mode)||this.options.mode)==="textSize"){const r=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(r)}return e.nodeSize},this.storage.words=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new un({key:new bn("characterCount"),appendTransaction:(e,n,r)=>{if(t)return;const a=this.options.limit;if(a==null||a===0){t=!0;return}const i=this.storage.characters({node:r.doc});if(i>a){const o=i-a,c=0,u=o;console.warn(`[CharacterCount] Initial content exceeded limit of ${a} characters. Content was automatically trimmed.`);const h=r.tr.deleteRange(c,u);return t=!0,h}t=!0},filterTransaction:(e,n)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const a=this.storage.characters({node:n.doc}),i=this.storage.characters({node:e.doc});if(i<=r||a>r&&i>r&&i<=a)return!0;if(a>r&&i>r&&i>a||!e.getMeta("paste"))return!1;const c=e.selection.$head.pos,u=i-r,h=c-u,f=c;return e.deleteRange(h,f),!(this.storage.characters({node:e.doc})>r)}})]}});var o$=Rn.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[Hz(this.options)]}});Rn.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new un({key:new bn("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:r}=this.editor,{anchor:a}=e,i=[];if(!n||!r)return sn.create(t,[]);let o=0;this.options.mode==="deepest"&&t.descendants((u,h)=>{if(u.isText)return;if(!(a>=h&&a<=h+u.nodeSize-1))return!1;o+=1});let c=0;return t.descendants((u,h)=>{if(u.isText||!(a>=h&&a<=h+u.nodeSize-1))return!1;if(c+=1,this.options.mode==="deepest"&&o-c>0||this.options.mode==="shallowest"&&c>1)return this.options.mode==="deepest";i.push(Jn.node(h,h+u.nodeSize,{class:this.options.className}))}),sn.create(t,i)}}})]}});var l$=Rn.create({name:"gapCursor",addProseMirrorPlugins(){return[qz()]},extendNodeSchema(t){var e;const n={name:t.name,options:t.options,storage:t.storage};return{allowGapCursor:(e=Wt(tt(t,"allowGapCursor",n)))!=null?e:null}}}),Tw="placeholder";function c$(t){return t.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var d$=Rn.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:Tw,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const t=this.options.dataAttribute?`data-${c$(this.options.dataAttribute)}`:`data-${Tw}`;return[new un({key:new bn("placeholder"),props:{decorations:({doc:e,selection:n})=>{const r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:a}=n,i=[];if(!r)return null;const o=this.editor.isEmpty;return e.descendants((c,u)=>{const h=a>=u&&a<=u+c.nodeSize,f=!c.isLeaf&&Mp(c);if((h||!this.options.showOnlyCurrent)&&f){const m=[this.options.emptyNodeClass];o&&m.push(this.options.emptyEditorClass);const x=Jn.node(u,u+c.nodeSize,{class:m.join(" "),[t]:typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:c,pos:u,hasAnchor:h}):this.options.placeholder});i.push(x)}return this.options.includeChildren}),sn.create(e,i)}}})]}});Rn.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new un({key:new bn("selection"),props:{decorations(n){return n.selection.empty||t.isFocused||!t.isEditable||xC(n.selection)||t.view.dragging?null:sn.create(n.doc,[Jn.inline(n.selection.from,n.selection.to,{class:e.className})])}}})]}});function Ew({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(e==null?void 0:e.type)===t}var u$=Rn.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var t;const e=new bn(this.name),n=this.options.node||((t=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:t.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,a])=>a).filter(a=>(this.options.notAfter||[]).concat(n).includes(a.name));return[new un({key:e,appendTransaction:(a,i,o)=>{const{doc:c,tr:u,schema:h}=o,f=e.getState(o),m=c.content.size,x=h.nodes[n];if(f)return u.insert(m,x.create())},state:{init:(a,i)=>{const o=i.tr.doc.lastChild;return!Ew({node:o,types:r})},apply:(a,i)=>{if(!a.docChanged||a.getMeta("__uniqueIDTransaction"))return i;const o=a.doc.lastChild;return!Ew({node:o,types:r})}}})]}}),h$=Rn.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:t,dispatch:e})=>u3(t,e),redo:()=>({state:t,dispatch:e})=>h3(t,e)}},addProseMirrorPlugins(){return[i$(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),f$=Rn.create({name:"starterKit",addExtensions(){var t,e,n,r;const a=[];return this.options.bold!==!1&&a.push(_7.configure(this.options.bold)),this.options.blockquote!==!1&&a.push(R7.configure(this.options.blockquote)),this.options.bulletList!==!1&&a.push(YC.configure(this.options.bulletList)),this.options.code!==!1&&a.push(F7.configure(this.options.code)),this.options.codeBlock!==!1&&a.push(H7.configure(this.options.codeBlock)),this.options.document!==!1&&a.push(U7.configure(this.options.document)),this.options.dropcursor!==!1&&a.push(o$.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&a.push(l$.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&a.push(W7.configure(this.options.hardBreak)),this.options.heading!==!1&&a.push(K7.configure(this.options.heading)),this.options.undoRedo!==!1&&a.push(h$.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&a.push(q7.configure(this.options.horizontalRule)),this.options.italic!==!1&&a.push(X7.configure(this.options.italic)),this.options.listItem!==!1&&a.push(XC.configure(this.options.listItem)),this.options.listKeymap!==!1&&a.push(r3.configure((t=this.options)==null?void 0:t.listKeymap)),this.options.link!==!1&&a.push(jz.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&a.push(i3.configure(this.options.orderedList)),this.options.paragraph!==!1&&a.push(_z.configure(this.options.paragraph)),this.options.strike!==!1&&a.push(Fz.configure(this.options.strike)),this.options.text!==!1&&a.push(Bz.configure(this.options.text)),this.options.underline!==!1&&a.push(Vz.configure((n=this.options)==null?void 0:n.underline)),this.options.trailingNode!==!1&&a.push(u$.configure((r=this.options)==null?void 0:r.trailingNode)),a}}),p$=f$,m$=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,x$=$n.create({name:"image",addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?"img[src]":'img[src]:not([src^="data:"])'}]},renderHTML({HTMLAttributes:t}){return["img",Kt(this.options.HTMLAttributes,t)]},parseMarkdown:(t,e)=>e.createNode("image",{src:t.href,title:t.title,alt:t.text}),renderMarkdown:t=>{var e,n,r,a,i,o;const c=(n=(e=t.attrs)==null?void 0:e.src)!=null?n:"",u=(a=(r=t.attrs)==null?void 0:r.alt)!=null?a:"",h=(o=(i=t.attrs)==null?void 0:i.title)!=null?o:"";return h?`![${u}](${c} "${h}")`:`![${u}](${c})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:t,minWidth:e,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:a,getPos:i,HTMLAttributes:o,editor:c})=>{const u=document.createElement("img");Object.entries(o).forEach(([m,x])=>{if(x!=null)switch(m){case"width":case"height":break;default:u.setAttribute(m,x);break}}),u.src=o.src;const h=new b_({element:u,editor:c,node:a,getPos:i,onResize:(m,x)=>{u.style.width=`${m}px`,u.style.height=`${x}px`},onCommit:(m,x)=>{const y=i();y!==void 0&&this.editor.chain().setNodeSelection(y).updateAttributes(this.name,{width:m,height:x}).run()},onUpdate:(m,x,y)=>m.type===a.type,options:{directions:t,min:{width:e,height:n},preserveAspectRatio:r===!0}}),f=h.dom;return f.style.visibility="hidden",f.style.pointerEvents="none",u.onload=()=>{f.style.visibility="",f.style.pointerEvents=""},h}},addCommands(){return{setImage:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}},addInputRules(){return[PC({find:m$,type:this.type,getAttributes:t=>{const[,,e,n,r]=t;return{src:n,alt:e,title:r}}})]}}),g$=x$;function y$(t){var e;const{char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:c}=t,u=r&&!a,h=N_(n),f=new RegExp(`\\s${h}$`),m=o?"^":"",x=a?"":h,y=u?new RegExp(`${m}${h}.*?(?=\\s${x}|$)`,"gm"):new RegExp(`${m}(?:^)?${h}[^\\s${x}]*`,"gm"),v=((e=c.nodeBefore)==null?void 0:e.isText)&&c.nodeBefore.text;if(!v)return null;const w=c.pos-v.length,N=Array.from(v.matchAll(y)).pop();if(!N||N.input===void 0||N.index===void 0)return null;const k=N.input.slice(Math.max(0,N.index-1),N.index),E=new RegExp(`^[${i==null?void 0:i.join("")}\0]?$`).test(k);if(i!==null&&!E)return null;const C=w+N.index;let L=C+N[0].length;return u&&f.test(v.slice(L-1,L+1))&&(N[0]+=" ",L+=1),C=c.pos?{range:{from:C,to:L},query:N[0].slice(n.length),text:N[0]}:null}var b$=new bn("suggestion");function v$({pluginKey:t=b$,editor:e,char:n="@",allowSpaces:r=!1,allowToIncludeChar:a=!1,allowedPrefixes:i=[" "],startOfLine:o=!1,decorationTag:c="span",decorationClass:u="suggestion",decorationContent:h="",decorationEmptyClass:f="is-empty",command:m=()=>null,items:x=()=>[],render:y=()=>({}),allow:v=()=>!0,findSuggestionMatch:w=y$,shouldShow:N}){let k;const E=y==null?void 0:y(),C=()=>{const _=e.state.selection.$anchor.pos,H=e.view.coordsAtPos(_),{top:P,right:ee,bottom:Q,left:V}=H;try{return new DOMRect(V,P,ee-V,Q-P)}catch{return null}},L=(_,H)=>H?()=>{const P=t.getState(e.state),ee=P==null?void 0:P.decorationId,Q=_.dom.querySelector(`[data-decoration-id="${ee}"]`);return(Q==null?void 0:Q.getBoundingClientRect())||null}:C;function O(_,H){var P;try{const Q=t.getState(_.state),V=Q!=null&&Q.decorationId?_.dom.querySelector(`[data-decoration-id="${Q.decorationId}"]`):null,re={editor:e,range:(Q==null?void 0:Q.range)||{from:0,to:0},query:(Q==null?void 0:Q.query)||null,text:(Q==null?void 0:Q.text)||null,items:[],command:ae=>m({editor:e,range:(Q==null?void 0:Q.range)||{from:0,to:0},props:ae}),decorationNode:V,clientRect:L(_,V)};(P=E==null?void 0:E.onExit)==null||P.call(E,re)}catch{}const ee=_.state.tr.setMeta(H,{exit:!0});_.dispatch(ee)}const K=new un({key:t,view(){return{update:async(_,H)=>{var P,ee,Q,V,re,ae,pe;const I=(P=this.key)==null?void 0:P.getState(H),z=(ee=this.key)==null?void 0:ee.getState(_.state),R=I.active&&z.active&&I.range.from!==z.range.from,ie=!I.active&&z.active,q=I.active&&!z.active,$=!ie&&!q&&I.query!==z.query,U=ie||R&&$,ce=$||R,ue=q||R&&$;if(!U&&!ce&&!ue)return;const oe=ue&&!U?I:z,F=_.dom.querySelector(`[data-decoration-id="${oe.decorationId}"]`);k={editor:e,range:oe.range,query:oe.query,text:oe.text,items:[],command:G=>m({editor:e,range:oe.range,props:G}),decorationNode:F,clientRect:L(_,F)},U&&((Q=E==null?void 0:E.onBeforeStart)==null||Q.call(E,k)),ce&&((V=E==null?void 0:E.onBeforeUpdate)==null||V.call(E,k)),(ce||U)&&(k.items=await x({editor:e,query:oe.query})),ue&&((re=E==null?void 0:E.onExit)==null||re.call(E,k)),ce&&((ae=E==null?void 0:E.onUpdate)==null||ae.call(E,k)),U&&((pe=E==null?void 0:E.onStart)==null||pe.call(E,k))},destroy:()=>{var _;k&&((_=E==null?void 0:E.onExit)==null||_.call(E,k))}}},state:{init(){return{active:!1,range:{from:0,to:0},query:null,text:null,composing:!1}},apply(_,H,P,ee){const{isEditable:Q}=e,{composing:V}=e.view,{selection:re}=_,{empty:ae,from:pe}=re,I={...H},z=_.getMeta(t);if(z&&z.exit)return I.active=!1,I.decorationId=null,I.range={from:0,to:0},I.query=null,I.text=null,I;if(I.composing=V,Q&&(ae||e.view.composing)){(peH.range.to)&&!V&&!H.composing&&(I.active=!1);const R=w({char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:re.$from}),ie=`id_${Math.floor(Math.random()*4294967295)}`;R&&v({editor:e,state:ee,range:R.range,isActive:H.active})&&(!N||N({editor:e,range:R.range,query:R.query,text:R.text,transaction:_}))?(I.active=!0,I.decorationId=H.decorationId?H.decorationId:ie,I.range=R.range,I.query=R.query,I.text=R.text):I.active=!1}else I.active=!1;return I.active||(I.decorationId=null,I.range={from:0,to:0},I.query=null,I.text=null),I}},props:{handleKeyDown(_,H){var P,ee,Q,V;const{active:re,range:ae}=K.getState(_.state);if(!re)return!1;if(H.key==="Escape"||H.key==="Esc"){const I=K.getState(_.state),z=(P=k==null?void 0:k.decorationNode)!=null?P:null,R=z??(I!=null&&I.decorationId?_.dom.querySelector(`[data-decoration-id="${I.decorationId}"]`):null);if(((ee=E==null?void 0:E.onKeyDown)==null?void 0:ee.call(E,{view:_,event:H,range:I.range}))||!1)return!0;const q={editor:e,range:I.range,query:I.query,text:I.text,items:[],command:$=>m({editor:e,range:I.range,props:$}),decorationNode:R,clientRect:R?()=>R.getBoundingClientRect()||null:null};return(Q=E==null?void 0:E.onExit)==null||Q.call(E,q),O(_,t),!0}return((V=E==null?void 0:E.onKeyDown)==null?void 0:V.call(E,{view:_,event:H,range:ae}))||!1},decorations(_){const{active:H,range:P,decorationId:ee,query:Q}=K.getState(_);if(!H)return null;const V=!(Q!=null&&Q.length),re=[u];return V&&re.push(f),sn.create(_.doc,[Jn.inline(P.from,P.to,{nodeName:c,class:re.join(" "),"data-decoration-id":ee,"data-decoration-content":h})])}}});return K}function N$({editor:t,overrideSuggestionOptions:e,extensionName:n,char:r="@"}){const a=new bn;return{editor:t,char:r,pluginKey:a,command:({editor:i,range:o,props:c})=>{var u,h,f;const m=i.view.state.selection.$to.nodeAfter;((u=m==null?void 0:m.text)==null?void 0:u.startsWith(" "))&&(o.to+=1),i.chain().focus().insertContentAt(o,[{type:n,attrs:{...c,mentionSuggestionChar:r}},{type:"text",text:" "}]).run(),(f=(h=i.view.dom.ownerDocument.defaultView)==null?void 0:h.getSelection())==null||f.collapseToEnd()},allow:({state:i,range:o})=>{const c=i.doc.resolve(o.from),u=i.schema.nodes[n];return!!c.parent.type.contentMatch.matchType(u)},...e}}function f3(t){return(t.options.suggestions.length?t.options.suggestions:[t.options.suggestion]).map(e=>N$({editor:t.editor,overrideSuggestionOptions:e,extensionName:t.name,char:e.char}))}function Mw(t,e){const n=f3(t),r=n.find(a=>a.char===e);return r||(n.length?n[0]:null)}var w$=$n.create({name:"mention",priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:t,suggestion:e}){var n,r;return`${(n=e==null?void 0:e.char)!=null?n:"@"}${(r=t.attrs.label)!=null?r:t.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:t,node:e,suggestion:n}){var r,a;return["span",Kt(this.HTMLAttributes,t.HTMLAttributes),`${(r=n==null?void 0:n.char)!=null?r:"@"}${(a=e.attrs.label)!=null?a:e.attrs.id}`]},suggestions:[],suggestion:{}}},group:"inline",inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:t=>t.getAttribute("data-id"),renderHTML:t=>t.id?{"data-id":t.id}:{}},label:{default:null,parseHTML:t=>t.getAttribute("data-label"),renderHTML:t=>t.label?{"data-label":t.label}:{}},mentionSuggestionChar:{default:"@",parseHTML:t=>t.getAttribute("data-mention-suggestion-char"),renderHTML:t=>({"data-mention-suggestion-char":t.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:t,HTMLAttributes:e}){const n=Mw(this,t.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn("renderLabel is deprecated use renderText and renderHTML instead"),["span",Kt({"data-type":this.name},this.options.HTMLAttributes,e),this.options.renderLabel({options:this.options,node:t,suggestion:n})];const r={...this.options};r.HTMLAttributes=Kt({"data-type":this.name},this.options.HTMLAttributes,e);const a=this.options.renderHTML({options:r,node:t,suggestion:n});return typeof a=="string"?["span",Kt({"data-type":this.name},this.options.HTMLAttributes,e),a]:a},...LC({nodeName:"mention",name:"@",selfClosing:!0,allowedAttributes:["id","label",{name:"mentionSuggestionChar",skipIfDefault:"@"}],parseAttributes:t=>{const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r,c=i??o;e[a==="char"?"mentionSuggestionChar":a]=c,r=n.exec(t)}return e},serializeAttributes:t=>Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e==="mentionSuggestionChar"?"char":e}="${n}"`).join(" ")}),renderText({node:t}){const e={options:this.options,node:t,suggestion:Mw(this,t.attrs.mentionSuggestionChar)};return this.options.renderLabel!==void 0?(console.warn("renderLabel is deprecated use renderText and renderHTML instead"),this.options.renderLabel(e)):this.options.renderText(e)},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:t,state:e})=>{let n=!1;const{selection:r}=e,{empty:a,anchor:i}=r;if(!a)return!1;let o=new hi,c=0;return e.doc.nodesBetween(i-1,i,(u,h)=>{if(u.type.name===this.name)return n=!0,o=u,c=h,!1}),n&&t.insertText(this.options.deleteTriggerWithBackspace?"":o.attrs.mentionSuggestionChar,c,c+o.nodeSize),n})}},addProseMirrorPlugins(){return f3(this).map(v$)}}),j$=w$,k$=d$;let o0,l0;if(typeof WeakMap<"u"){let t=new WeakMap;o0=e=>t.get(e),l0=(e,n)=>(t.set(e,n),n)}else{const t=[];let n=0;o0=r=>{for(let a=0;a(n==10&&(n=0),t[n++]=r,t[n++]=a)}var In=class{constructor(t,e,n,r){this.width=t,this.height=e,this.map=n,this.problems=r}findCell(t){for(let e=0;e=n){(i||(i=[])).push({type:"overlong_rowspan",pos:f,n:k-C});break}const L=a+C*e;for(let O=0;Or&&(i+=h.attrs.colspan)}}for(let o=0;o1&&(n=!0)}e==-1?e=i:e!=i&&(e=Math.max(e,i))}return e}function T$(t,e,n){t.problems||(t.problems=[]);const r={};for(let a=0;a0;e--)if(t.node(e).type.spec.tableRole=="row")return t.node(0).resolve(t.before(e+1));return null}function M$(t){for(let e=t.depth;e>0;e--){const n=t.node(e).type.spec.tableRole;if(n==="cell"||n==="header_cell")return t.node(e)}return null}function la(t){const e=t.selection.$head;for(let n=e.depth;n>0;n--)if(e.node(n).type.spec.tableRole=="row")return!0;return!1}function Pp(t){const e=t.selection;if("$anchorCell"in e&&e.$anchorCell)return e.$anchorCell.pos>e.$headCell.pos?e.$anchorCell:e.$headCell;if("node"in e&&e.node&&e.node.type.spec.tableRole=="cell")return e.$anchor;const n=El(e.$head)||A$(e.$head);if(n)return n;throw new RangeError(`No cell found around position ${e.head}`)}function A$(t){for(let e=t.nodeAfter,n=t.pos;e;e=e.firstChild,n++){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n)}for(let e=t.nodeBefore,n=t.pos;e;e=e.lastChild,n--){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n-e.nodeSize)}}function c0(t){return t.parent.type.spec.tableRole=="row"&&!!t.nodeAfter}function I$(t){return t.node(0).resolve(t.pos+t.nodeAfter.nodeSize)}function Ry(t,e){return t.depth==e.depth&&t.pos>=e.start(-1)&&t.pos<=e.end(-1)}function p3(t,e,n){const r=t.node(-1),a=In.get(r),i=t.start(-1),o=a.nextCell(t.pos-i,e,n);return o==null?null:t.node(0).resolve(i+o)}function Ml(t,e,n=1){const r={...t,colspan:t.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(e,n),r.colwidth.some(a=>a>0)||(r.colwidth=null)),r}function m3(t,e,n=1){const r={...t,colspan:t.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let a=0;af!=n.pos-i);u.unshift(n.pos-i);const h=u.map(f=>{const m=r.nodeAt(f);if(!m)throw new RangeError(`No cell with offset ${f} found`);const x=i+f+1;return new rS(c.resolve(x),c.resolve(x+m.content.size))});super(h[0].$from,h[0].$to,h),this.$anchorCell=e,this.$headCell=n}map(e,n){const r=e.resolve(n.map(this.$anchorCell.pos)),a=e.resolve(n.map(this.$headCell.pos));if(c0(r)&&c0(a)&&Ry(r,a)){const i=this.$anchorCell.node(-1)!=r.node(-1);return i&&this.isRowSelection()?ii.rowSelection(r,a):i&&this.isColSelection()?ii.colSelection(r,a):new ii(r,a)}return at.between(r,a)}content(){const e=this.$anchorCell.node(-1),n=In.get(e),r=this.$anchorCell.start(-1),a=n.rectBetween(this.$anchorCell.pos-r,this.$headCell.pos-r),i={},o=[];for(let u=a.top;u0||N>0){let k=v.attrs;if(w>0&&(k=Ml(k,0,w)),N>0&&(k=Ml(k,k.colspan-N,N)),y.lefta.bottom){const k={...v.attrs,rowspan:Math.min(y.bottom,a.bottom)-Math.max(y.top,a.top)};y.top0)return!1;const r=e+this.$anchorCell.nodeAfter.attrs.rowspan,a=n+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(r,a)==this.$headCell.node(-1).childCount}static colSelection(e,n=e){const r=e.node(-1),a=In.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.top<=c.top?(o.top>0&&(e=u.resolve(i+a.map[o.left])),c.bottom0&&(n=u.resolve(i+a.map[c.left])),o.bottom0)return!1;const o=a+this.$anchorCell.nodeAfter.attrs.colspan,c=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(o,c)==n.width}eq(e){return e instanceof ii&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,n=e){const r=e.node(-1),a=In.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.left<=c.left?(o.left>0&&(e=u.resolve(i+a.map[o.top*a.width])),c.right0&&(n=u.resolve(i+a.map[c.top*a.width])),o.right{e.push(Jn.node(r,r+n.nodeSize,{class:"selectedCell"}))}),sn.create(t.doc,e)}function O$({$from:t,$to:e}){if(t.pos==e.pos||t.pos=0&&!(t.after(a+1)=0&&!(e.before(i+1)>e.start(i));i--,r--);return n==r&&/row|table/.test(t.node(a).type.spec.tableRole)}function D$({$from:t,$to:e}){let n,r;for(let a=t.depth;a>0;a--){const i=t.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){n=i;break}}for(let a=e.depth;a>0;a--){const i=e.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){r=i;break}}return n!==r&&e.parentOffset===0}function _$(t,e,n){const r=(e||t).selection,a=(e||t).doc;let i,o;if(r instanceof rt&&(o=r.node.type.spec.tableRole)){if(o=="cell"||o=="header_cell")i=dn.create(a,r.from);else if(o=="row"){const c=a.resolve(r.from+1);i=dn.rowSelection(c,c)}else if(!n){const c=In.get(r.node),u=r.from+1,h=u+c.map[c.width*c.height-1];i=dn.create(a,u+1,h)}}else r instanceof at&&O$(r)?i=at.create(a,r.from):r instanceof at&&D$(r)&&(i=at.create(a,r.$from.start(),r.$from.end()));return i&&(e||(e=t.tr)).setSelection(i),e}const z$=new bn("fix-tables");function g3(t,e,n,r){const a=t.childCount,i=e.childCount;e:for(let o=0,c=0;o{a.type.spec.tableRole=="table"&&(n=$$(t,a,i,n))};return e?e.doc!=t.doc&&g3(e.doc,t.doc,0,r):t.doc.descendants(r),n}function $$(t,e,n,r){const a=In.get(e);if(!a.problems)return r;r||(r=t.tr);const i=[];for(let u=0;u0){let y="cell";f.firstChild&&(y=f.firstChild.type.spec.tableRole);const v=[];for(let N=0;N0?-1:0;R$(e,r,a+i)&&(i=a==0||a==e.width?null:0);for(let o=0;o0&&a0&&e.map[c-1]==u||a0?-1:0;U$(e,r,a+c)&&(c=a==0||a==e.height?null:0);for(let h=0,f=e.width*a;h0&&a0&&m==e.map[f-e.width]){const x=n.nodeAt(m).attrs;t.setNodeMarkup(t.mapping.slice(c).map(m+r),null,{...x,rowspan:x.rowspan-1}),h+=x.colspan-1}else if(a0&&n[i]==n[i-1]||r.right0&&n[a]==n[a-t]||r.bottom0){const f=u+1+h.content.size,m=Aw(h)?u+1:f;i.replaceWith(m+r.tableStart,f+r.tableStart,c)}i.setSelection(new dn(i.doc.resolve(u+r.tableStart))),e(i)}return!0}function Rw(t,e){const n=Ts(t.schema);return Q$(({node:r})=>n[r.type.spec.tableRole])(t,e)}function Q$(t){return(e,n)=>{const r=e.selection;let a,i;if(r instanceof dn){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;a=r.$anchorCell.nodeAfter,i=r.$anchorCell.pos}else{var o;if(a=M$(r.$from),!a)return!1;i=(o=El(r.$from))===null||o===void 0?void 0:o.pos}if(a==null||i==null||a.attrs.colspan==1&&a.attrs.rowspan==1)return!1;if(n){let c=a.attrs;const u=[],h=c.colwidth;c.rowspan>1&&(c={...c,rowspan:1}),c.colspan>1&&(c={...c,colspan:1});const f=Pa(e),m=e.tr;for(let y=0;y{o.attrs[t]!==e&&i.setNodeMarkup(c,null,{...o.attrs,[t]:e})}):i.setNodeMarkup(a.pos,null,{...a.nodeAfter.attrs,[t]:e}),r(i)}return!0}}function X$(t){return function(e,n){if(!la(e))return!1;if(n){const r=Ts(e.schema),a=Pa(e),i=e.tr,o=a.map.cellsInRect(t=="column"?{left:a.left,top:0,right:a.right,bottom:a.map.height}:t=="row"?{left:0,top:a.top,right:a.map.width,bottom:a.bottom}:a),c=o.map(u=>a.table.nodeAt(u));for(let u=0;u{const y=x+i.tableStart,v=o.doc.nodeAt(y);v&&o.setNodeMarkup(y,m,v.attrs)}),r(o)}return!0}}fu("row",{useDeprecatedLogic:!0});fu("column",{useDeprecatedLogic:!0});const Z$=fu("cell",{useDeprecatedLogic:!0});function eF(t,e){if(e<0){const n=t.nodeBefore;if(n)return t.pos-n.nodeSize;for(let r=t.index(-1)-1,a=t.before();r>=0;r--){const i=t.node(-1).child(r),o=i.lastChild;if(o)return a-1-o.nodeSize;a-=i.nodeSize}}else{if(t.index()0;r--)if(n.node(r).type.spec.tableRole=="table")return e&&e(t.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function Bh(t,e){const n=t.selection;if(!(n instanceof dn))return!1;if(e){const r=t.tr,a=Ts(t.schema).cell.createAndFill().content;n.forEachCell((i,o)=>{i.content.eq(a)||r.replace(r.mapping.map(o+1),r.mapping.map(o+i.nodeSize-1),new $e(a,0,0))}),r.docChanged&&e(r)}return!0}function nF(t){if(t.size===0)return null;let{content:e,openStart:n,openEnd:r}=t;for(;e.childCount==1&&(n>0&&r>0||e.child(0).type.spec.tableRole=="table");)n--,r--,e=e.child(0).content;const a=e.child(0),i=a.type.spec.tableRole,o=a.type.schema,c=[];if(i=="row")for(let u=0;u=0;o--){const{rowspan:c,colspan:u}=i.child(o).attrs;for(let h=a;h=e.length&&e.push(ke.empty),n[a]r&&(x=x.type.createChecked(Ml(x.attrs,x.attrs.colspan,f+x.attrs.colspan-r),x.content)),h.push(x),f+=x.attrs.colspan;for(let y=1;ya&&(m=m.type.create({...m.attrs,rowspan:Math.max(1,a-m.attrs.rowspan)},m.content)),u.push(m)}i.push(ke.from(u))}n=i,e=a}return{width:t,height:e,rows:n}}function aF(t,e,n,r,a,i,o){const c=t.doc.type.schema,u=Ts(c);let h,f;if(a>e.width)for(let m=0,x=0;me.height){const m=[];for(let v=0,w=(e.height-1)*e.width;v=e.width?!1:n.nodeAt(e.map[w+v]).type==u.header_cell;m.push(N?f||(f=u.header_cell.createAndFill()):h||(h=u.cell.createAndFill()))}const x=u.row.create(null,ke.from(m)),y=[];for(let v=e.height;v{if(!a)return!1;const i=n.selection;if(i instanceof dn)return Zh(n,r,ut.near(i.$headCell,e));if(t!="horiz"&&!i.empty)return!1;const o=N3(a,t,e);if(o==null)return!1;if(t=="horiz")return Zh(n,r,ut.near(n.doc.resolve(i.head+e),e));{const c=n.doc.resolve(o),u=p3(c,t,e);let h;return u?h=ut.near(u,1):e<0?h=ut.near(n.doc.resolve(c.before(-1)),-1):h=ut.near(n.doc.resolve(c.after(-1)),1),Zh(n,r,h)}}}function Hh(t,e){return(n,r,a)=>{if(!a)return!1;const i=n.selection;let o;if(i instanceof dn)o=i;else{const u=N3(a,t,e);if(u==null)return!1;o=new dn(n.doc.resolve(u))}const c=p3(o.$headCell,t,e);return c?Zh(n,r,new dn(o.$anchorCell,c)):!1}}function oF(t,e){const n=t.state.doc,r=El(n.resolve(e));return r?(t.dispatch(t.state.tr.setSelection(new dn(r))),!0):!1}function lF(t,e,n){if(!la(t.state))return!1;let r=nF(n);const a=t.state.selection;if(a instanceof dn){r||(r={width:1,height:1,rows:[ke.from(d0(Ts(t.state.schema).cell,n))]});const i=a.$anchorCell.node(-1),o=a.$anchorCell.start(-1),c=In.get(i).rectBetween(a.$anchorCell.pos-o,a.$headCell.pos-o);return r=rF(r,c.right-c.left,c.bottom-c.top),_w(t.state,t.dispatch,o,c,r),!0}else if(r){const i=Pp(t.state),o=i.start(-1);return _w(t.state,t.dispatch,o,In.get(i.node(-1)).findCell(i.pos-o),r),!0}else return!1}function cF(t,e){var n;if(e.button!=0||e.ctrlKey||e.metaKey)return;const r=zw(t,e.target);let a;if(e.shiftKey&&t.state.selection instanceof dn)i(t.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&r&&(a=El(t.state.selection.$anchor))!=null&&((n=ig(t,e))===null||n===void 0?void 0:n.pos)!=a.pos)i(a,e),e.preventDefault();else if(!r)return;function i(u,h){let f=ig(t,h);const m=oo.getState(t.state)==null;if(!f||!Ry(u,f))if(m)f=u;else return;const x=new dn(u,f);if(m||!t.state.selection.eq(x)){const y=t.state.tr.setSelection(x);m&&y.setMeta(oo,u.pos),t.dispatch(y)}}function o(){t.root.removeEventListener("mouseup",o),t.root.removeEventListener("dragstart",o),t.root.removeEventListener("mousemove",c),oo.getState(t.state)!=null&&t.dispatch(t.state.tr.setMeta(oo,-1))}function c(u){const h=u,f=oo.getState(t.state);let m;if(f!=null)m=t.state.doc.resolve(f);else if(zw(t,h.target)!=r&&(m=ig(t,e),!m))return o();m&&i(m,h)}t.root.addEventListener("mouseup",o),t.root.addEventListener("dragstart",o),t.root.addEventListener("mousemove",c)}function N3(t,e,n){if(!(t.state.selection instanceof at))return null;const{$head:r}=t.state.selection;for(let a=r.depth-1;a>=0;a--){const i=r.node(a);if((n<0?r.index(a):r.indexAfter(a))!=(n<0?0:i.childCount))return null;if(i.type.spec.tableRole=="cell"||i.type.spec.tableRole=="header_cell"){const o=r.before(a),c=e=="vert"?n>0?"down":"up":n>0?"right":"left";return t.endOfTextblock(c)?o:null}}return null}function zw(t,e){for(;e&&e!=t.dom;e=e.parentNode)if(e.nodeName=="TD"||e.nodeName=="TH")return e;return null}function ig(t,e){const n=t.posAtCoords({left:e.clientX,top:e.clientY});if(!n)return null;let{inside:r,pos:a}=n;return r>=0&&El(t.state.doc.resolve(r))||El(t.state.doc.resolve(a))}var dF=class{constructor(e,n){this.node=e,this.defaultCellMinWidth=n,this.dom=document.createElement("div"),this.dom.className="tableWrapper",this.table=this.dom.appendChild(document.createElement("table")),this.table.style.setProperty("--default-cell-min-width",`${n}px`),this.colgroup=this.table.appendChild(document.createElement("colgroup")),u0(e,this.colgroup,this.table,n),this.contentDOM=this.table.appendChild(document.createElement("tbody"))}update(e){return e.type!=this.node.type?!1:(this.node=e,u0(e,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(e){return e.type=="attributes"&&(e.target==this.table||this.colgroup.contains(e.target))}};function u0(t,e,n,r,a,i){let o=0,c=!0,u=e.firstChild;const h=t.firstChild;if(h){for(let m=0,x=0;mnew r(m,n,x)),new hF(-1,!1)},apply(o,c){return c.apply(o)}},props:{attributes:o=>{const c=fr.getState(o);return c&&c.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(o,c)=>{fF(o,c,t,a)},mouseleave:o=>{pF(o)},mousedown:(o,c)=>{mF(o,c,e,n)}},decorations:o=>{const c=fr.getState(o);if(c&&c.activeHandle>-1)return vF(o,c.activeHandle)},nodeViews:{}}});return i}var hF=class ef{constructor(e,n){this.activeHandle=e,this.dragging=n}apply(e){const n=this,r=e.getMeta(fr);if(r&&r.setHandle!=null)return new ef(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new ef(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&e.docChanged){let a=e.mapping.map(n.activeHandle,-1);return c0(e.doc.resolve(a))||(a=-1),new ef(a,n.dragging)}return n}};function fF(t,e,n,r){if(!t.editable)return;const a=fr.getState(t.state);if(a&&!a.dragging){const i=gF(e.target);let o=-1;if(i){const{left:c,right:u}=i.getBoundingClientRect();e.clientX-c<=n?o=$w(t,e,"left",n):u-e.clientX<=n&&(o=$w(t,e,"right",n))}if(o!=a.activeHandle){if(!r&&o!==-1){const c=t.state.doc.resolve(o),u=c.node(-1),h=In.get(u),f=c.start(-1);if(h.colCount(c.pos-f)+c.nodeAfter.attrs.colspan-1==h.width-1)return}w3(t,o)}}}function pF(t){if(!t.editable)return;const e=fr.getState(t.state);e&&e.activeHandle>-1&&!e.dragging&&w3(t,-1)}function mF(t,e,n,r){var a;if(!t.editable)return!1;const i=(a=t.dom.ownerDocument.defaultView)!==null&&a!==void 0?a:window,o=fr.getState(t.state);if(!o||o.activeHandle==-1||o.dragging)return!1;const c=t.state.doc.nodeAt(o.activeHandle),u=xF(t,o.activeHandle,c.attrs);t.dispatch(t.state.tr.setMeta(fr,{setDragging:{startX:e.clientX,startWidth:u}}));function h(m){i.removeEventListener("mouseup",h),i.removeEventListener("mousemove",f);const x=fr.getState(t.state);x!=null&&x.dragging&&(yF(t,x.activeHandle,Fw(x.dragging,m,n)),t.dispatch(t.state.tr.setMeta(fr,{setDragging:null})))}function f(m){if(!m.which)return h(m);const x=fr.getState(t.state);if(x&&x.dragging){const y=Fw(x.dragging,m,n);Bw(t,x.activeHandle,y,r)}}return Bw(t,o.activeHandle,u,r),i.addEventListener("mouseup",h),i.addEventListener("mousemove",f),e.preventDefault(),!0}function xF(t,e,{colspan:n,colwidth:r}){const a=r&&r[r.length-1];if(a)return a;const i=t.domAtPos(e);let o=i.node.childNodes[i.offset].offsetWidth,c=n;if(r)for(let u=0;u{var e,n;const r=t.getAttribute("colwidth"),a=r?r.split(",").map(i=>parseInt(i,10)):null;if(!a){const i=(e=t.closest("table"))==null?void 0:e.querySelectorAll("colgroup > col"),o=Array.from(((n=t.parentElement)==null?void 0:n.children)||[]).indexOf(t);if(o&&o>-1&&i&&i[o]){const c=i[o].getAttribute("width");return c?[parseInt(c,10)]:null}}return a}}}},tableRole:"cell",isolating:!0,parseHTML(){return[{tag:"td"}]},renderHTML({HTMLAttributes:t}){return["td",Kt(this.options.HTMLAttributes,t),0]}}),k3=$n.create({name:"tableHeader",addOptions(){return{HTMLAttributes:{}}},content:"block+",addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:t=>{const e=t.getAttribute("colwidth");return e?e.split(",").map(r=>parseInt(r,10)):null}}}},tableRole:"header_cell",isolating:!0,parseHTML(){return[{tag:"th"}]},renderHTML({HTMLAttributes:t}){return["th",Kt(this.options.HTMLAttributes,t),0]}}),S3=$n.create({name:"tableRow",addOptions(){return{HTMLAttributes:{}}},content:"(tableCell | tableHeader)*",tableRole:"row",parseHTML(){return[{tag:"tr"}]},renderHTML({HTMLAttributes:t}){return["tr",Kt(this.options.HTMLAttributes,t),0]}});function h0(t,e){return e?["width",`${Math.max(e,t)}px`]:["min-width",`${t}px`]}function Vw(t,e,n,r,a,i){var o;let c=0,u=!0,h=e.firstChild;const f=t.firstChild;if(f!==null)for(let x=0,y=0;x{const r=t.nodes[n];r.spec.tableRole&&(e[r.spec.tableRole]=r)}),t.cached.tableNodeTypes=e,e}function SF(t,e,n,r,a){const i=kF(t),o=[],c=[];for(let h=0;h{const{selection:e}=t.state;if(!CF(e))return!1;let n=0;const r=lC(e.ranges[0].$from,i=>i.type.name==="table");return r==null||r.node.descendants(i=>{if(i.type.name==="table")return!1;["tableCell","tableHeader"].includes(i.type.name)&&(n+=1)}),n===e.ranges.length?(t.commands.deleteTable(),!0):!1},TF="";function EF(t){return(t||"").replace(/\s+/g," ").trim()}function MF(t,e,n={}){var r;const a=(r=n.cellLineSeparator)!=null?r:TF;if(!t||!t.content||t.content.length===0)return"";const i=[];t.content.forEach(v=>{const w=[];v.content&&v.content.forEach(N=>{let k="";N.content&&Array.isArray(N.content)&&N.content.length>1?k=N.content.map(O=>e.renderChildren(O)).join(a):k=N.content?e.renderChildren(N.content):"";const E=EF(k),C=N.type==="tableHeader";w.push({text:E,isHeader:C})}),i.push(w)});const o=i.reduce((v,w)=>Math.max(v,w.length),0);if(o===0)return"";const c=new Array(o).fill(0);i.forEach(v=>{var w;for(let N=0;Nc[N]&&(c[N]=E),c[N]<3&&(c[N]=3)}});const u=(v,w)=>v+" ".repeat(Math.max(0,w-v.length)),h=i[0],f=h.some(v=>v.isHeader);let m=` +`;const x=new Array(o).fill(0).map((v,w)=>f&&h[w]&&h[w].text||"");return m+=`| ${x.map((v,w)=>u(v,c[w])).join(" | ")} | +`,m+=`| ${c.map(v=>"-".repeat(Math.max(3,v))).join(" | ")} | +`,(f?i.slice(1):i).forEach(v=>{m+=`| ${new Array(o).fill(0).map((w,N)=>u(v[N]&&v[N].text||"",c[N])).join(" | ")} | +`}),m}var AF=MF,C3=$n.create({name:"table",addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:wF,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:"tableRow+",tableRole:"table",isolating:!0,group:"block",parseHTML(){return[{tag:"table"}]},renderHTML({node:t,HTMLAttributes:e}){const{colgroup:n,tableWidth:r,tableMinWidth:a}=jF(t,this.options.cellMinWidth),i=e.style;function o(){return i||(r?`width: ${r}`:`min-width: ${a}`)}const c=["table",Kt(this.options.HTMLAttributes,e,{style:o()}),n,["tbody",0]];return this.options.renderWrapper?["div",{class:"tableWrapper"},c]:c},parseMarkdown:(t,e)=>{const n=[];if(t.header){const r=[];t.header.forEach(a=>{r.push(e.createNode("tableHeader",{},[{type:"paragraph",content:e.parseInline(a.tokens)}]))}),n.push(e.createNode("tableRow",{},r))}return t.rows&&t.rows.forEach(r=>{const a=[];r.forEach(i=>{a.push(e.createNode("tableCell",{},[{type:"paragraph",content:e.parseInline(i.tokens)}]))}),n.push(e.createNode("tableRow",{},a))}),e.createNode("table",void 0,n)},renderMarkdown:(t,e)=>AF(t,e),addCommands(){return{insertTable:({rows:t=3,cols:e=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:a,editor:i})=>{const o=SF(i.schema,t,e,n);if(a){const c=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(at.near(r.doc.resolve(c)))}return!0},addColumnBefore:()=>({state:t,dispatch:e})=>F$(t,e),addColumnAfter:()=>({state:t,dispatch:e})=>B$(t,e),deleteColumn:()=>({state:t,dispatch:e})=>H$(t,e),addRowBefore:()=>({state:t,dispatch:e})=>W$(t,e),addRowAfter:()=>({state:t,dispatch:e})=>K$(t,e),deleteRow:()=>({state:t,dispatch:e})=>G$(t,e),deleteTable:()=>({state:t,dispatch:e})=>tF(t,e),mergeCells:()=>({state:t,dispatch:e})=>Iw(t,e),splitCell:()=>({state:t,dispatch:e})=>Rw(t,e),toggleHeaderColumn:()=>({state:t,dispatch:e})=>fu("column")(t,e),toggleHeaderRow:()=>({state:t,dispatch:e})=>fu("row")(t,e),toggleHeaderCell:()=>({state:t,dispatch:e})=>Z$(t,e),mergeOrSplit:()=>({state:t,dispatch:e})=>Iw(t,e)?!0:Rw(t,e),setCellAttribute:(t,e)=>({state:n,dispatch:r})=>Y$(t,e)(n,r),goToNextCell:()=>({state:t,dispatch:e})=>Lw(1)(t,e),goToPreviousCell:()=>({state:t,dispatch:e})=>Lw(-1)(t,e),fixTables:()=>({state:t,dispatch:e})=>(e&&y3(t),!0),setCellSelection:t=>({tr:e,dispatch:n})=>{if(n){const r=dn.create(e.doc,t.anchorCell,t.headCell);e.setSelection(r)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Uh,"Mod-Backspace":Uh,Delete:Uh,"Mod-Delete":Uh}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[uF({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],NF({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(t){const e={name:t.name,options:t.options,storage:t.storage};return{tableRole:Wt(tt(t,"tableRole",e))}}});Rn.create({name:"tableKit",addExtensions(){const t=[];return this.options.table!==!1&&t.push(C3.configure(this.options.table)),this.options.tableCell!==!1&&t.push(j3.configure(this.options.tableCell)),this.options.tableHeader!==!1&&t.push(k3.configure(this.options.tableHeader)),this.options.tableRow!==!1&&t.push(S3.configure(this.options.tableRow)),t}});function IF(t){return t.replace(/&/g,"&").replace(//g,">").replace(/"/g,""")}function RF(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'")}function PF(t){if(!t)return"";let e=t;return e=e.replace(/]*>(.*?)<\/h1>/gi,`# $1 + +`),e=e.replace(/]*>(.*?)<\/h2>/gi,`## $1 + +`),e=e.replace(/]*>(.*?)<\/h3>/gi,`### $1 + +`),e=e.replace(/]*>(.*?)<\/strong>/gi,"**$1**"),e=e.replace(/]*>(.*?)<\/b>/gi,"**$1**"),e=e.replace(/]*>(.*?)<\/em>/gi,"*$1*"),e=e.replace(/]*>(.*?)<\/i>/gi,"*$1*"),e=e.replace(/]*>(.*?)<\/s>/gi,"~~$1~~"),e=e.replace(/]*>(.*?)<\/del>/gi,"~~$1~~"),e=e.replace(/]*>(.*?)<\/code>/gi,"`$1`"),e=e.replace(/]*>(.*?)<\/blockquote>/gi,`> $1 + +`),e=e.replace(/]*src="([^"]*)"[^>]*alt="([^"]*)"[^>]*>/gi,"![$2]($1)"),e=e.replace(/]*src="([^"]*)"[^>]*>/gi,"![]($1)"),e=e.replace(/]*href="([^"]*)"[^>]*>(.*?)<\/a>/gi,"[$2]($1)"),e=e.replace(/]*>(.*?)<\/li>/gi,`- $1 +`),e=e.replace(/<\/?[uo]l[^>]*>/gi,` +`),e=e.replace(//gi,` +`),e=e.replace(/]*>(.*?)<\/p>/gi,`$1 + +`),e=e.replace(//gi,`--- + +`),e=e.replace(/]*data-type="mention"[^>]*data-id="([^"]*)"[^>]*>@([^<]*)<\/span>/gi,"@$2"),e=e.replace(/]*data-type="linkTag"[^>]*data-url="([^"]*)"[^>]*>#([^<]*)<\/span>/gi,"#[$2]($1)"),e=e.replace(/<[^>]+>/g,""),e=e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"),e=e.replace(/\n{3,}/g,` + +`),e.trim()}function Uw(t){if(!t)return"";if(t.startsWith("<")&&t.includes("$1"),e=e.replace(/^## (.+)$/gm,"

    $1

    "),e=e.replace(/^# (.+)$/gm,"

    $1

    "),e=e.replace(/\*\*(.+?)\*\*/g,"$1"),e=e.replace(/\*(.+?)\*/g,"$1"),e=e.replace(/~~(.+?)~~/g,"$1"),e=e.replace(/`([^`]+)`/g,"$1"),e=e.replace(/!\[([^\]]*)\]\(([^)]+)\)/g,'$1'),e=e.replace(/\[([^\]]+)\]\(([^)]+)\)/g,'$1'),e=e.replace(/^> (.+)$/gm,"

    $1

    "),e=e.replace(/^---$/gm,"
    "),e=e.replace(/^- (.+)$/gm,"
  • $1
  • ");const n=e.split(` +`),r=[];for(const a of n){const i=a.trim();i&&(/^<(?:h[1-6]|blockquote|hr|li|ul|ol|table|img)/.test(i)?r.push(i):r.push(`

    ${i}

    `))}return r.join("")}const LF=$n.create({name:"videoEmbed",group:"block",atom:!0,draggable:!0,addAttributes(){return{src:{default:null}}},parseHTML(){return[{tag:"div.rich-video-wrap",getAttrs:t=>{const e=t.querySelector("video"),n=e==null?void 0:e.getAttribute("src");return n?{src:n}:!1}},{tag:"video[src]",getAttrs:t=>({src:t.getAttribute("src")})}]},renderHTML({node:t}){const e=t.attrs.src||"";return["div",{class:"rich-video-wrap"},["video",{src:e,controls:!0,preload:"metadata"}],["div",{class:"rich-video-caption"},"视频(预览已缩小,保存后 C 端全宽播放)"]]}}),OF=$n.create({name:"linkTag",group:"inline",inline:!0,selectable:!0,atom:!0,addAttributes(){return{label:{default:""},url:{default:""},tagType:{default:"url",parseHTML:t=>t.getAttribute("data-tag-type")||"url"},tagId:{default:"",parseHTML:t=>t.getAttribute("data-tag-id")||""},pagePath:{default:"",parseHTML:t=>t.getAttribute("data-page-path")||""},appId:{default:"",parseHTML:t=>t.getAttribute("data-app-id")||""},mpKey:{default:"",parseHTML:t=>t.getAttribute("data-mp-key")||""}}},parseHTML(){return[{tag:'span[data-type="linkTag"]',getAttrs:t=>{var e;return{label:((e=t.textContent)==null?void 0:e.replace(/^#/,"").trim())||"",url:t.getAttribute("data-url")||"",tagType:t.getAttribute("data-tag-type")||"url",tagId:t.getAttribute("data-tag-id")||"",pagePath:t.getAttribute("data-page-path")||"",appId:t.getAttribute("data-app-id")||"",mpKey:t.getAttribute("data-mp-key")||""}}}]},renderHTML({node:t,HTMLAttributes:e}){return["span",Kt(e,{"data-type":"linkTag","data-url":t.attrs.url,"data-tag-type":t.attrs.tagType,"data-tag-id":t.attrs.tagId,"data-page-path":t.attrs.pagePath,"data-app-id":t.attrs.appId||"","data-mp-key":t.attrs.mpKey||t.attrs.appId||"",class:"link-tag-node"}),`#${t.attrs.label}`]}});function Ww(t){const e=document.createElement("div");return e.textContent=t,e.innerHTML}const DF=t=>({items:({query:e})=>{const n=e.trim().toLowerCase();return(n?t.filter(a=>a.name.toLowerCase().includes(n)||a.id.toLowerCase().includes(n)||a.label&&a.label.toLowerCase().includes(n)||a.userId&&a.userId.toLowerCase().includes(n)):t).slice(0,16)},render:()=>{let e=null,n=0,r=[],a=null;const i=()=>{e&&(e.innerHTML=r.map((o,c)=>`
    + @${Ww(o.name)} + ${Ww(o.label||o.id)} +
    `).join(""),e.querySelectorAll(".mention-item").forEach(o=>{o.addEventListener("click",()=>{const c=parseInt(o.getAttribute("data-index")||"0");a&&r[c]&&a({id:r[c].id,label:r[c].name})})}))};return{onStart:o=>{if(e=document.createElement("div"),e.className="mention-popup",document.body.appendChild(e),r=o.items,a=o.command,n=0,i(),o.clientRect){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onUpdate:o=>{if(r=o.items,a=o.command,n=0,i(),o.clientRect&&e){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onKeyDown:o=>o.event.key==="ArrowUp"?(n=Math.max(0,n-1),i(),!0):o.event.key==="ArrowDown"?(n=Math.min(r.length-1,n+1),i(),!0):o.event.key==="Enter"?(a&&r[n]&&a({id:r[n].id,label:r[n].name}),!0):o.event.key==="Escape"?(e==null||e.remove(),e=null,!0):!1,onExit:()=>{e==null||e.remove(),e=null}}}});function _F(t){var r;const e=[],n=(r=t.clipboardData)==null?void 0:r.items;if(!n)return e;for(let a=0;a{const h=b.useRef(null),f=b.useRef(null),m=b.useRef(null),x=b.useRef(null),[y,v]=b.useState(""),[w,N]=b.useState(!1),k=b.useRef(Uw(t)),E=b.useCallback((Q,V)=>{var I;const re=x.current;if(!re||!n)return!1;const ae=_F(V);if(ae.length>0)return V.preventDefault(),(async()=>{for(const z of ae)try{const R=await n(z);R&&re.chain().focus().setImage({src:R}).run()}catch(R){console.error("粘贴图片上传失败",R)}})(),!0;const pe=(I=V.clipboardData)==null?void 0:I.getData("text/html");if(pe&&/data:image\/[^;"']+;base64,/i.test(pe)){V.preventDefault();const{from:z,to:R}=re.state.selection;return(async()=>{try{const ie=await FF(pe,n);re.chain().focus().insertContentAt({from:z,to:R},ie).run()}catch(ie){console.error("粘贴 HTML 内 base64 转换失败",ie)}})(),!0}return!1},[n]),C=T7({extensions:[p$.configure({link:{openOnClick:!1,HTMLAttributes:{class:"rich-link"}}}),g$.configure({inline:!0,allowBase64:!0,HTMLAttributes:{class:"rich-editor-img-thumb"}}),LF,j$.configure({HTMLAttributes:{class:"mention-tag"},suggestion:DF(a)}),OF,k$.configure({placeholder:o}),C3.configure({resizable:!0}),S3,j3,k3],content:k.current,onUpdate:({editor:Q})=>{e(Q.getHTML())},editorProps:{attributes:{class:"rich-editor-content"},handlePaste:E}});b.useEffect(()=>{x.current=C??null},[C]),b.useImperativeHandle(u,()=>({getHTML:()=>(C==null?void 0:C.getHTML())||"",getMarkdown:()=>PF((C==null?void 0:C.getHTML())||"")})),b.useEffect(()=>{if(C&&t!==C.getHTML()){const Q=Uw(t);Q!==C.getHTML()&&C.commands.setContent(Q)}},[t]);const L=b.useCallback(async Q=>{if(r)return r(Q);if(n)return n(Q);throw new Error("未配置上传")},[n,r]),O=b.useCallback(async Q=>{var re;const V=(re=Q.target.files)==null?void 0:re[0];if(!(!V||!C)){if(n){const ae=await n(V);ae&&C.chain().focus().setImage({src:ae}).run()}else{const ae=new FileReader;ae.onload=()=>{typeof ae.result=="string"&&C.chain().focus().setImage({src:ae.result}).run()},ae.readAsDataURL(V)}Q.target.value=""}},[C,n]),K=b.useCallback(async Q=>{var re;const V=(re=Q.target.files)==null?void 0:re[0];if(!(!V||!C)){try{const ae=await L(V);ae&&C.chain().focus().insertContent({type:"videoEmbed",attrs:{src:ae}}).run()}catch(ae){console.error(ae)}Q.target.value=""}},[C,L]),_=b.useCallback(async Q=>{var re;const V=(re=Q.target.files)==null?void 0:re[0];if(!(!V||!C)){try{const ae=await L(V);if(!ae)return;const pe=V.name||"附件";C.chain().focus().insertContent(`

    附件 ${IF(pe)}

    `).run()}catch(ae){console.error(ae)}Q.target.value=""}},[C,L]),H=b.useCallback(()=>{C&&C.chain().focus().insertContent("@").run()},[C]),P=b.useCallback(Q=>{C&&C.chain().focus().insertContent([{type:"linkTag",attrs:{label:Q.label,url:Q.url||"",tagType:Q.type||"url",tagId:Q.id||"",pagePath:Q.pagePath||"",appId:Q.appId||"",mpKey:Q.type==="miniprogram"&&Q.appId||""}},{type:"text",text:" "}]).run()},[C]),ee=b.useCallback(()=>{!C||!y||(C.chain().focus().setLink({href:y}).run(),v(""),N(!1))},[C,y]);return C?s.jsxs("div",{className:`rich-editor-wrapper ${c||""}`,children:[s.jsxs("div",{className:"rich-editor-toolbar",children:[s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>C.chain().focus().toggleBold().run(),className:C.isActive("bold")?"is-active":"",type:"button",children:s.jsx(s5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleItalic().run(),className:C.isActive("italic")?"is-active":"",type:"button",children:s.jsx(nM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleStrike().run(),className:C.isActive("strike")?"is-active":"",type:"button",children:s.jsx(oA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleCode().run(),className:C.isActive("code")?"is-active":"",type:"button",children:s.jsx(w5,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>C.chain().focus().toggleHeading({level:1}).run(),className:C.isActive("heading",{level:1})?"is-active":"",type:"button",children:s.jsx(K5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleHeading({level:2}).run(),className:C.isActive("heading",{level:2})?"is-active":"",type:"button",children:s.jsx(G5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleHeading({level:3}).run(),className:C.isActive("heading",{level:3})?"is-active":"",type:"button",children:s.jsx(Q5,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>C.chain().focus().toggleBulletList().run(),className:C.isActive("bulletList")?"is-active":"",type:"button",children:s.jsx(fM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleOrderedList().run(),className:C.isActive("orderedList")?"is-active":"",type:"button",children:s.jsx(uM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().toggleBlockquote().run(),className:C.isActive("blockquote")?"is-active":"",type:"button",children:s.jsx(FM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().setHorizontalRule().run(),type:"button",children:s.jsx(kM,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("input",{ref:h,type:"file",accept:"image/*",onChange:O,className:"hidden"}),s.jsx("input",{ref:f,type:"file",accept:"video/*",onChange:K,className:"hidden"}),s.jsx("input",{ref:m,type:"file",onChange:_,className:"hidden"}),s.jsx("button",{onClick:()=>{var Q;return(Q=h.current)==null?void 0:Q.click()},type:"button",title:"上传图片",children:s.jsx($j,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>{var Q;return(Q=f.current)==null?void 0:Q.click()},type:"button",title:"上传视频",disabled:!r&&!n,children:s.jsx(wA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>{var Q;return(Q=m.current)==null?void 0:Q.click()},type:"button",title:"上传附件(生成下载链接)",disabled:!r&&!n,children:s.jsx(MM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:H,type:"button",title:"插入 @ 并选择人物",className:a.length?"mention-trigger-btn":"",disabled:a.length===0,children:s.jsx(e5,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>N(!w),className:C.isActive("link")?"is-active":"",type:"button",title:"链接",children:s.jsx(Ng,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run(),type:"button",title:"表格",children:s.jsx(cA,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>C.chain().focus().undo().run(),disabled:!C.can().undo(),type:"button",children:s.jsx(xA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>C.chain().focus().redo().run(),disabled:!C.can().redo(),type:"button",children:s.jsx(VM,{className:"w-4 h-4"})})]}),i.length>0&&s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"toolbar-divider"}),s.jsx("div",{className:"toolbar-group",children:s.jsxs("select",{className:"link-tag-select",onChange:Q=>{const V=i.find(re=>re.id===Q.target.value);V&&P(V),Q.target.value=""},defaultValue:"",children:[s.jsx("option",{value:"",disabled:!0,children:"# 插入链接标签"}),i.map(Q=>s.jsx("option",{value:Q.id,children:Q.label},Q.id))]})})]})]}),w&&s.jsxs("div",{className:"link-input-bar",children:[s.jsx("input",{type:"url",placeholder:"输入链接地址...",value:y,onChange:Q=>v(Q.target.value),onKeyDown:Q=>Q.key==="Enter"&&ee(),className:"link-input"}),s.jsx("button",{onClick:ee,className:"link-confirm",type:"button",children:"确定"}),s.jsx("button",{onClick:()=>{C.chain().focus().unsetLink().run(),N(!1)},className:"link-remove",type:"button",children:"移除"})]}),s.jsx(_C,{editor:C})]}):null});f0.displayName="RichEditor";const BF=["top","right","bottom","left"],ko=Math.min,ur=Math.max,sp=Math.round,Wh=Math.floor,Ea=t=>({x:t,y:t}),VF={left:"right",right:"left",bottom:"top",top:"bottom"},HF={start:"end",end:"start"};function p0(t,e,n){return ur(t,ko(e,n))}function gi(t,e){return typeof t=="function"?t(e):t}function yi(t){return t.split("-")[0]}function Yc(t){return t.split("-")[1]}function Py(t){return t==="x"?"y":"x"}function Ly(t){return t==="y"?"height":"width"}const UF=new Set(["top","bottom"]);function Ca(t){return UF.has(yi(t))?"y":"x"}function Oy(t){return Py(Ca(t))}function WF(t,e,n){n===void 0&&(n=!1);const r=Yc(t),a=Oy(t),i=Ly(a);let o=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(o=rp(o)),[o,rp(o)]}function KF(t){const e=rp(t);return[m0(t),e,m0(e)]}function m0(t){return t.replace(/start|end/g,e=>HF[e])}const Kw=["left","right"],qw=["right","left"],qF=["top","bottom"],GF=["bottom","top"];function JF(t,e,n){switch(t){case"top":case"bottom":return n?e?qw:Kw:e?Kw:qw;case"left":case"right":return e?qF:GF;default:return[]}}function QF(t,e,n,r){const a=Yc(t);let i=JF(yi(t),n==="start",r);return a&&(i=i.map(o=>o+"-"+a),e&&(i=i.concat(i.map(m0)))),i}function rp(t){return t.replace(/left|right|bottom|top/g,e=>VF[e])}function YF(t){return{top:0,right:0,bottom:0,left:0,...t}}function T3(t){return typeof t!="number"?YF(t):{top:t,right:t,bottom:t,left:t}}function ap(t){const{x:e,y:n,width:r,height:a}=t;return{width:r,height:a,top:n,left:e,right:e+r,bottom:n+a,x:e,y:n}}function Gw(t,e,n){let{reference:r,floating:a}=t;const i=Ca(e),o=Oy(e),c=Ly(o),u=yi(e),h=i==="y",f=r.x+r.width/2-a.width/2,m=r.y+r.height/2-a.height/2,x=r[c]/2-a[c]/2;let y;switch(u){case"top":y={x:f,y:r.y-a.height};break;case"bottom":y={x:f,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:m};break;case"left":y={x:r.x-a.width,y:m};break;default:y={x:r.x,y:r.y}}switch(Yc(e)){case"start":y[o]-=x*(n&&h?-1:1);break;case"end":y[o]+=x*(n&&h?-1:1);break}return y}async function XF(t,e){var n;e===void 0&&(e={});const{x:r,y:a,platform:i,rects:o,elements:c,strategy:u}=t,{boundary:h="clippingAncestors",rootBoundary:f="viewport",elementContext:m="floating",altBoundary:x=!1,padding:y=0}=gi(e,t),v=T3(y),N=c[x?m==="floating"?"reference":"floating":m],k=ap(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(N)))==null||n?N:N.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:h,rootBoundary:f,strategy:u})),E=m==="floating"?{x:r,y:a,width:o.floating.width,height:o.floating.height}:o.reference,C=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),L=await(i.isElement==null?void 0:i.isElement(C))?await(i.getScale==null?void 0:i.getScale(C))||{x:1,y:1}:{x:1,y:1},O=ap(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:E,offsetParent:C,strategy:u}):E);return{top:(k.top-O.top+v.top)/L.y,bottom:(O.bottom-k.bottom+v.bottom)/L.y,left:(k.left-O.left+v.left)/L.x,right:(O.right-k.right+v.right)/L.x}}const ZF=async(t,e,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:o}=n,c=i.filter(Boolean),u=await(o.isRTL==null?void 0:o.isRTL(e));let h=await o.getElementRects({reference:t,floating:e,strategy:a}),{x:f,y:m}=Gw(h,r,u),x=r,y={},v=0;for(let N=0;N({name:"arrow",options:t,async fn(e){const{x:n,y:r,placement:a,rects:i,platform:o,elements:c,middlewareData:u}=e,{element:h,padding:f=0}=gi(t,e)||{};if(h==null)return{};const m=T3(f),x={x:n,y:r},y=Oy(a),v=Ly(y),w=await o.getDimensions(h),N=y==="y",k=N?"top":"left",E=N?"bottom":"right",C=N?"clientHeight":"clientWidth",L=i.reference[v]+i.reference[y]-x[y]-i.floating[v],O=x[y]-i.reference[y],K=await(o.getOffsetParent==null?void 0:o.getOffsetParent(h));let _=K?K[C]:0;(!_||!await(o.isElement==null?void 0:o.isElement(K)))&&(_=c.floating[C]||i.floating[v]);const H=L/2-O/2,P=_/2-w[v]/2-1,ee=ko(m[k],P),Q=ko(m[E],P),V=ee,re=_-w[v]-Q,ae=_/2-w[v]/2+H,pe=p0(V,ae,re),I=!u.arrow&&Yc(a)!=null&&ae!==pe&&i.reference[v]/2-(aeae<=0)){var Q,V;const ae=(((Q=i.flip)==null?void 0:Q.index)||0)+1,pe=_[ae];if(pe&&(!(m==="alignment"?E!==Ca(pe):!1)||ee.every(R=>Ca(R.placement)===E?R.overflows[0]>0:!0)))return{data:{index:ae,overflows:ee},reset:{placement:pe}};let I=(V=ee.filter(z=>z.overflows[0]<=0).sort((z,R)=>z.overflows[1]-R.overflows[1])[0])==null?void 0:V.placement;if(!I)switch(y){case"bestFit":{var re;const z=(re=ee.filter(R=>{if(K){const ie=Ca(R.placement);return ie===E||ie==="y"}return!0}).map(R=>[R.placement,R.overflows.filter(ie=>ie>0).reduce((ie,q)=>ie+q,0)]).sort((R,ie)=>R[1]-ie[1])[0])==null?void 0:re[0];z&&(I=z);break}case"initialPlacement":I=c;break}if(a!==I)return{reset:{placement:I}}}return{}}}};function Jw(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function Qw(t){return BF.some(e=>t[e]>=0)}const nB=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n,platform:r}=e,{strategy:a="referenceHidden",...i}=gi(t,e);switch(a){case"referenceHidden":{const o=await r.detectOverflow(e,{...i,elementContext:"reference"}),c=Jw(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:Qw(c)}}}case"escaped":{const o=await r.detectOverflow(e,{...i,altBoundary:!0}),c=Jw(o,n.floating);return{data:{escapedOffsets:c,escaped:Qw(c)}}}default:return{}}}}},E3=new Set(["left","top"]);async function sB(t,e){const{placement:n,platform:r,elements:a}=t,i=await(r.isRTL==null?void 0:r.isRTL(a.floating)),o=yi(n),c=Yc(n),u=Ca(n)==="y",h=E3.has(o)?-1:1,f=i&&u?-1:1,m=gi(e,t);let{mainAxis:x,crossAxis:y,alignmentAxis:v}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof v=="number"&&(y=c==="end"?v*-1:v),u?{x:y*f,y:x*h}:{x:x*h,y:y*f}}const rB=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:a,y:i,placement:o,middlewareData:c}=e,u=await sB(e,t);return o===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:a+u.x,y:i+u.y,data:{...u,placement:o}}}}},aB=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:a,platform:i}=e,{mainAxis:o=!0,crossAxis:c=!1,limiter:u={fn:k=>{let{x:E,y:C}=k;return{x:E,y:C}}},...h}=gi(t,e),f={x:n,y:r},m=await i.detectOverflow(e,h),x=Ca(yi(a)),y=Py(x);let v=f[y],w=f[x];if(o){const k=y==="y"?"top":"left",E=y==="y"?"bottom":"right",C=v+m[k],L=v-m[E];v=p0(C,v,L)}if(c){const k=x==="y"?"top":"left",E=x==="y"?"bottom":"right",C=w+m[k],L=w-m[E];w=p0(C,w,L)}const N=u.fn({...e,[y]:v,[x]:w});return{...N,data:{x:N.x-n,y:N.y-r,enabled:{[y]:o,[x]:c}}}}}},iB=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:r,placement:a,rects:i,middlewareData:o}=e,{offset:c=0,mainAxis:u=!0,crossAxis:h=!0}=gi(t,e),f={x:n,y:r},m=Ca(a),x=Py(m);let y=f[x],v=f[m];const w=gi(c,e),N=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(u){const C=x==="y"?"height":"width",L=i.reference[x]-i.floating[C]+N.mainAxis,O=i.reference[x]+i.reference[C]-N.mainAxis;yO&&(y=O)}if(h){var k,E;const C=x==="y"?"width":"height",L=E3.has(yi(a)),O=i.reference[m]-i.floating[C]+(L&&((k=o.offset)==null?void 0:k[m])||0)+(L?0:N.crossAxis),K=i.reference[m]+i.reference[C]+(L?0:((E=o.offset)==null?void 0:E[m])||0)-(L?N.crossAxis:0);vK&&(v=K)}return{[x]:y,[m]:v}}}},oB=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,r;const{placement:a,rects:i,platform:o,elements:c}=e,{apply:u=()=>{},...h}=gi(t,e),f=await o.detectOverflow(e,h),m=yi(a),x=Yc(a),y=Ca(a)==="y",{width:v,height:w}=i.floating;let N,k;m==="top"||m==="bottom"?(N=m,k=x===(await(o.isRTL==null?void 0:o.isRTL(c.floating))?"start":"end")?"left":"right"):(k=m,N=x==="end"?"top":"bottom");const E=w-f.top-f.bottom,C=v-f.left-f.right,L=ko(w-f[N],E),O=ko(v-f[k],C),K=!e.middlewareData.shift;let _=L,H=O;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(H=C),(r=e.middlewareData.shift)!=null&&r.enabled.y&&(_=E),K&&!x){const ee=ur(f.left,0),Q=ur(f.right,0),V=ur(f.top,0),re=ur(f.bottom,0);y?H=v-2*(ee!==0||Q!==0?ee+Q:ur(f.left,f.right)):_=w-2*(V!==0||re!==0?V+re:ur(f.top,f.bottom))}await u({...e,availableWidth:H,availableHeight:_});const P=await o.getDimensions(c.floating);return v!==P.width||w!==P.height?{reset:{rects:!0}}:{}}}};function Lp(){return typeof window<"u"}function Xc(t){return M3(t)?(t.nodeName||"").toLowerCase():"#document"}function mr(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function La(t){var e;return(e=(M3(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function M3(t){return Lp()?t instanceof Node||t instanceof mr(t).Node:!1}function aa(t){return Lp()?t instanceof Element||t instanceof mr(t).Element:!1}function Ia(t){return Lp()?t instanceof HTMLElement||t instanceof mr(t).HTMLElement:!1}function Yw(t){return!Lp()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof mr(t).ShadowRoot}const lB=new Set(["inline","contents"]);function ku(t){const{overflow:e,overflowX:n,overflowY:r,display:a}=ia(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!lB.has(a)}const cB=new Set(["table","td","th"]);function dB(t){return cB.has(Xc(t))}const uB=[":popover-open",":modal"];function Op(t){return uB.some(e=>{try{return t.matches(e)}catch{return!1}})}const hB=["transform","translate","scale","rotate","perspective"],fB=["transform","translate","scale","rotate","perspective","filter"],pB=["paint","layout","strict","content"];function Dy(t){const e=_y(),n=aa(t)?ia(t):t;return hB.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||fB.some(r=>(n.willChange||"").includes(r))||pB.some(r=>(n.contain||"").includes(r))}function mB(t){let e=So(t);for(;Ia(e)&&!Uc(e);){if(Dy(e))return e;if(Op(e))return null;e=So(e)}return null}function _y(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const xB=new Set(["html","body","#document"]);function Uc(t){return xB.has(Xc(t))}function ia(t){return mr(t).getComputedStyle(t)}function Dp(t){return aa(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function So(t){if(Xc(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Yw(t)&&t.host||La(t);return Yw(e)?e.host:e}function A3(t){const e=So(t);return Uc(e)?t.ownerDocument?t.ownerDocument.body:t.body:Ia(e)&&ku(e)?e:A3(e)}function pu(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const a=A3(t),i=a===((r=t.ownerDocument)==null?void 0:r.body),o=mr(a);if(i){const c=x0(o);return e.concat(o,o.visualViewport||[],ku(a)?a:[],c&&n?pu(c):[])}return e.concat(a,pu(a,[],n))}function x0(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function I3(t){const e=ia(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const a=Ia(t),i=a?t.offsetWidth:n,o=a?t.offsetHeight:r,c=sp(n)!==i||sp(r)!==o;return c&&(n=i,r=o),{width:n,height:r,$:c}}function zy(t){return aa(t)?t:t.contextElement}function Ic(t){const e=zy(t);if(!Ia(e))return Ea(1);const n=e.getBoundingClientRect(),{width:r,height:a,$:i}=I3(e);let o=(i?sp(n.width):n.width)/r,c=(i?sp(n.height):n.height)/a;return(!o||!Number.isFinite(o))&&(o=1),(!c||!Number.isFinite(c))&&(c=1),{x:o,y:c}}const gB=Ea(0);function R3(t){const e=mr(t);return!_y()||!e.visualViewport?gB:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function yB(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==mr(t)?!1:e}function Al(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),i=zy(t);let o=Ea(1);e&&(r?aa(r)&&(o=Ic(r)):o=Ic(t));const c=yB(i,n,r)?R3(i):Ea(0);let u=(a.left+c.x)/o.x,h=(a.top+c.y)/o.y,f=a.width/o.x,m=a.height/o.y;if(i){const x=mr(i),y=r&&aa(r)?mr(r):r;let v=x,w=x0(v);for(;w&&r&&y!==v;){const N=Ic(w),k=w.getBoundingClientRect(),E=ia(w),C=k.left+(w.clientLeft+parseFloat(E.paddingLeft))*N.x,L=k.top+(w.clientTop+parseFloat(E.paddingTop))*N.y;u*=N.x,h*=N.y,f*=N.x,m*=N.y,u+=C,h+=L,v=mr(w),w=x0(v)}}return ap({width:f,height:m,x:u,y:h})}function _p(t,e){const n=Dp(t).scrollLeft;return e?e.left+n:Al(La(t)).left+n}function P3(t,e){const n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-_p(t,n),a=n.top+e.scrollTop;return{x:r,y:a}}function bB(t){let{elements:e,rect:n,offsetParent:r,strategy:a}=t;const i=a==="fixed",o=La(r),c=e?Op(e.floating):!1;if(r===o||c&&i)return n;let u={scrollLeft:0,scrollTop:0},h=Ea(1);const f=Ea(0),m=Ia(r);if((m||!m&&!i)&&((Xc(r)!=="body"||ku(o))&&(u=Dp(r)),Ia(r))){const y=Al(r);h=Ic(r),f.x=y.x+r.clientLeft,f.y=y.y+r.clientTop}const x=o&&!m&&!i?P3(o,u):Ea(0);return{width:n.width*h.x,height:n.height*h.y,x:n.x*h.x-u.scrollLeft*h.x+f.x+x.x,y:n.y*h.y-u.scrollTop*h.y+f.y+x.y}}function vB(t){return Array.from(t.getClientRects())}function NB(t){const e=La(t),n=Dp(t),r=t.ownerDocument.body,a=ur(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=ur(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+_p(t);const c=-n.scrollTop;return ia(r).direction==="rtl"&&(o+=ur(e.clientWidth,r.clientWidth)-a),{width:a,height:i,x:o,y:c}}const Xw=25;function wB(t,e){const n=mr(t),r=La(t),a=n.visualViewport;let i=r.clientWidth,o=r.clientHeight,c=0,u=0;if(a){i=a.width,o=a.height;const f=_y();(!f||f&&e==="fixed")&&(c=a.offsetLeft,u=a.offsetTop)}const h=_p(r);if(h<=0){const f=r.ownerDocument,m=f.body,x=getComputedStyle(m),y=f.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,v=Math.abs(r.clientWidth-m.clientWidth-y);v<=Xw&&(i-=v)}else h<=Xw&&(i+=h);return{width:i,height:o,x:c,y:u}}const jB=new Set(["absolute","fixed"]);function kB(t,e){const n=Al(t,!0,e==="fixed"),r=n.top+t.clientTop,a=n.left+t.clientLeft,i=Ia(t)?Ic(t):Ea(1),o=t.clientWidth*i.x,c=t.clientHeight*i.y,u=a*i.x,h=r*i.y;return{width:o,height:c,x:u,y:h}}function Zw(t,e,n){let r;if(e==="viewport")r=wB(t,n);else if(e==="document")r=NB(La(t));else if(aa(e))r=kB(e,n);else{const a=R3(t);r={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return ap(r)}function L3(t,e){const n=So(t);return n===e||!aa(n)||Uc(n)?!1:ia(n).position==="fixed"||L3(n,e)}function SB(t,e){const n=e.get(t);if(n)return n;let r=pu(t,[],!1).filter(c=>aa(c)&&Xc(c)!=="body"),a=null;const i=ia(t).position==="fixed";let o=i?So(t):t;for(;aa(o)&&!Uc(o);){const c=ia(o),u=Dy(o);!u&&c.position==="fixed"&&(a=null),(i?!u&&!a:!u&&c.position==="static"&&!!a&&jB.has(a.position)||ku(o)&&!u&&L3(t,o))?r=r.filter(f=>f!==o):a=c,o=So(o)}return e.set(t,r),r}function CB(t){let{element:e,boundary:n,rootBoundary:r,strategy:a}=t;const o=[...n==="clippingAncestors"?Op(e)?[]:SB(e,this._c):[].concat(n),r],c=o[0],u=o.reduce((h,f)=>{const m=Zw(e,f,a);return h.top=ur(m.top,h.top),h.right=ko(m.right,h.right),h.bottom=ko(m.bottom,h.bottom),h.left=ur(m.left,h.left),h},Zw(e,c,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function TB(t){const{width:e,height:n}=I3(t);return{width:e,height:n}}function EB(t,e,n){const r=Ia(e),a=La(e),i=n==="fixed",o=Al(t,!0,i,e);let c={scrollLeft:0,scrollTop:0};const u=Ea(0);function h(){u.x=_p(a)}if(r||!r&&!i)if((Xc(e)!=="body"||ku(a))&&(c=Dp(e)),r){const y=Al(e,!0,i,e);u.x=y.x+e.clientLeft,u.y=y.y+e.clientTop}else a&&h();i&&!r&&a&&h();const f=a&&!r&&!i?P3(a,c):Ea(0),m=o.left+c.scrollLeft-u.x-f.x,x=o.top+c.scrollTop-u.y-f.y;return{x:m,y:x,width:o.width,height:o.height}}function og(t){return ia(t).position==="static"}function ej(t,e){if(!Ia(t)||ia(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return La(t)===n&&(n=n.ownerDocument.body),n}function O3(t,e){const n=mr(t);if(Op(t))return n;if(!Ia(t)){let a=So(t);for(;a&&!Uc(a);){if(aa(a)&&!og(a))return a;a=So(a)}return n}let r=ej(t,e);for(;r&&dB(r)&&og(r);)r=ej(r,e);return r&&Uc(r)&&og(r)&&!Dy(r)?n:r||mB(t)||n}const MB=async function(t){const e=this.getOffsetParent||O3,n=this.getDimensions,r=await n(t.floating);return{reference:EB(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function AB(t){return ia(t).direction==="rtl"}const IB={convertOffsetParentRelativeRectToViewportRelativeRect:bB,getDocumentElement:La,getClippingRect:CB,getOffsetParent:O3,getElementRects:MB,getClientRects:vB,getDimensions:TB,getScale:Ic,isElement:aa,isRTL:AB};function D3(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function RB(t,e){let n=null,r;const a=La(t);function i(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function o(c,u){c===void 0&&(c=!1),u===void 0&&(u=1),i();const h=t.getBoundingClientRect(),{left:f,top:m,width:x,height:y}=h;if(c||e(),!x||!y)return;const v=Wh(m),w=Wh(a.clientWidth-(f+x)),N=Wh(a.clientHeight-(m+y)),k=Wh(f),C={rootMargin:-v+"px "+-w+"px "+-N+"px "+-k+"px",threshold:ur(0,ko(1,u))||1};let L=!0;function O(K){const _=K[0].intersectionRatio;if(_!==u){if(!L)return o();_?o(!1,_):r=setTimeout(()=>{o(!1,1e-7)},1e3)}_===1&&!D3(h,t.getBoundingClientRect())&&o(),L=!1}try{n=new IntersectionObserver(O,{...C,root:a.ownerDocument})}catch{n=new IntersectionObserver(O,C)}n.observe(t)}return o(!0),i}function PB(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,h=zy(t),f=a||i?[...h?pu(h):[],...pu(e)]:[];f.forEach(k=>{a&&k.addEventListener("scroll",n,{passive:!0}),i&&k.addEventListener("resize",n)});const m=h&&c?RB(h,n):null;let x=-1,y=null;o&&(y=new ResizeObserver(k=>{let[E]=k;E&&E.target===h&&y&&(y.unobserve(e),cancelAnimationFrame(x),x=requestAnimationFrame(()=>{var C;(C=y)==null||C.observe(e)})),n()}),h&&!u&&y.observe(h),y.observe(e));let v,w=u?Al(t):null;u&&N();function N(){const k=Al(t);w&&!D3(w,k)&&n(),w=k,v=requestAnimationFrame(N)}return n(),()=>{var k;f.forEach(E=>{a&&E.removeEventListener("scroll",n),i&&E.removeEventListener("resize",n)}),m==null||m(),(k=y)==null||k.disconnect(),y=null,u&&cancelAnimationFrame(v)}}const LB=rB,OB=aB,DB=tB,_B=oB,zB=nB,tj=eB,$B=iB,FB=(t,e,n)=>{const r=new Map,a={platform:IB,...n},i={...a.platform,_c:r};return ZF(t,e,{...a,platform:i})};var BB=typeof document<"u",VB=function(){},tf=BB?b.useLayoutEffect:VB;function ip(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,a;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!ip(t[r],e[r]))return!1;return!0}if(a=Object.keys(t),n=a.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,a[r]))return!1;for(r=n;r--!==0;){const i=a[r];if(!(i==="_owner"&&t.$$typeof)&&!ip(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function _3(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function nj(t,e){const n=_3(t);return Math.round(e*n)/n}function lg(t){const e=b.useRef(t);return tf(()=>{e.current=t}),e}function HB(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:o}={},transform:c=!0,whileElementsMounted:u,open:h}=t,[f,m]=b.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[x,y]=b.useState(r);ip(x,r)||y(r);const[v,w]=b.useState(null),[N,k]=b.useState(null),E=b.useCallback(R=>{R!==K.current&&(K.current=R,w(R))},[]),C=b.useCallback(R=>{R!==_.current&&(_.current=R,k(R))},[]),L=i||v,O=o||N,K=b.useRef(null),_=b.useRef(null),H=b.useRef(f),P=u!=null,ee=lg(u),Q=lg(a),V=lg(h),re=b.useCallback(()=>{if(!K.current||!_.current)return;const R={placement:e,strategy:n,middleware:x};Q.current&&(R.platform=Q.current),FB(K.current,_.current,R).then(ie=>{const q={...ie,isPositioned:V.current!==!1};ae.current&&!ip(H.current,q)&&(H.current=q,xu.flushSync(()=>{m(q)}))})},[x,e,n,Q,V]);tf(()=>{h===!1&&H.current.isPositioned&&(H.current.isPositioned=!1,m(R=>({...R,isPositioned:!1})))},[h]);const ae=b.useRef(!1);tf(()=>(ae.current=!0,()=>{ae.current=!1}),[]),tf(()=>{if(L&&(K.current=L),O&&(_.current=O),L&&O){if(ee.current)return ee.current(L,O,re);re()}},[L,O,re,ee,P]);const pe=b.useMemo(()=>({reference:K,floating:_,setReference:E,setFloating:C}),[E,C]),I=b.useMemo(()=>({reference:L,floating:O}),[L,O]),z=b.useMemo(()=>{const R={position:n,left:0,top:0};if(!I.floating)return R;const ie=nj(I.floating,f.x),q=nj(I.floating,f.y);return c?{...R,transform:"translate("+ie+"px, "+q+"px)",..._3(I.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:ie,top:q}},[n,c,I.floating,f.x,f.y]);return b.useMemo(()=>({...f,update:re,refs:pe,elements:I,floatingStyles:z}),[f,re,pe,I,z])}const UB=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:r,padding:a}=typeof t=="function"?t(n):t;return r&&e(r)?r.current!=null?tj({element:r.current,padding:a}).fn(n):{}:r?tj({element:r,padding:a}).fn(n):{}}}},WB=(t,e)=>({...LB(t),options:[t,e]}),KB=(t,e)=>({...OB(t),options:[t,e]}),qB=(t,e)=>({...$B(t),options:[t,e]}),GB=(t,e)=>({...DB(t),options:[t,e]}),JB=(t,e)=>({..._B(t),options:[t,e]}),QB=(t,e)=>({...zB(t),options:[t,e]}),YB=(t,e)=>({...UB(t),options:[t,e]});var XB="Arrow",z3=b.forwardRef((t,e)=>{const{children:n,width:r=10,height:a=5,...i}=t;return s.jsx(Ct.svg,{...i,ref:e,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:s.jsx("polygon",{points:"0,0 30,0 15,10"})})});z3.displayName=XB;var ZB=z3,$y="Popper",[$3,F3]=Eo($y),[e9,B3]=$3($y),V3=t=>{const{__scopePopper:e,children:n}=t,[r,a]=b.useState(null);return s.jsx(e9,{scope:e,anchor:r,onAnchorChange:a,children:n})};V3.displayName=$y;var H3="PopperAnchor",U3=b.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:r,...a}=t,i=B3(H3,n),o=b.useRef(null),c=qt(e,o),u=b.useRef(null);return b.useEffect(()=>{const h=u.current;u.current=(r==null?void 0:r.current)||o.current,h!==u.current&&i.onAnchorChange(u.current)}),r?null:s.jsx(Ct.div,{...a,ref:c})});U3.displayName=H3;var Fy="PopperContent",[t9,n9]=$3(Fy),W3=b.forwardRef((t,e)=>{var G,te,be,ge,Ce,We;const{__scopePopper:n,side:r="bottom",sideOffset:a=0,align:i="center",alignOffset:o=0,arrowPadding:c=0,avoidCollisions:u=!0,collisionBoundary:h=[],collisionPadding:f=0,sticky:m="partial",hideWhenDetached:x=!1,updatePositionStrategy:y="optimized",onPlaced:v,...w}=t,N=B3(Fy,n),[k,E]=b.useState(null),C=qt(e,gt=>E(gt)),[L,O]=b.useState(null),K=B0(L),_=(K==null?void 0:K.width)??0,H=(K==null?void 0:K.height)??0,P=r+(i!=="center"?"-"+i:""),ee=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},Q=Array.isArray(h)?h:[h],V=Q.length>0,re={padding:ee,boundary:Q.filter(r9),altBoundary:V},{refs:ae,floatingStyles:pe,placement:I,isPositioned:z,middlewareData:R}=HB({strategy:"fixed",placement:P,whileElementsMounted:(...gt)=>PB(...gt,{animationFrame:y==="always"}),elements:{reference:N.anchor},middleware:[WB({mainAxis:a+H,alignmentAxis:o}),u&&KB({mainAxis:!0,crossAxis:!1,limiter:m==="partial"?qB():void 0,...re}),u&&GB({...re}),JB({...re,apply:({elements:gt,rects:Lt,availableWidth:yt,availableHeight:Ot})=>{const{width:It,height:Pn}=Lt.reference,vn=gt.floating.style;vn.setProperty("--radix-popper-available-width",`${yt}px`),vn.setProperty("--radix-popper-available-height",`${Ot}px`),vn.setProperty("--radix-popper-anchor-width",`${It}px`),vn.setProperty("--radix-popper-anchor-height",`${Pn}px`)}}),L&&YB({element:L,padding:c}),a9({arrowWidth:_,arrowHeight:H}),x&&QB({strategy:"referenceHidden",...re})]}),[ie,q]=G3(I),$=No(v);Ss(()=>{z&&($==null||$())},[z,$]);const U=(G=R.arrow)==null?void 0:G.x,ce=(te=R.arrow)==null?void 0:te.y,ue=((be=R.arrow)==null?void 0:be.centerOffset)!==0,[oe,F]=b.useState();return Ss(()=>{k&&F(window.getComputedStyle(k).zIndex)},[k]),s.jsx("div",{ref:ae.setFloating,"data-radix-popper-content-wrapper":"",style:{...pe,transform:z?pe.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:oe,"--radix-popper-transform-origin":[(ge=R.transformOrigin)==null?void 0:ge.x,(Ce=R.transformOrigin)==null?void 0:Ce.y].join(" "),...((We=R.hide)==null?void 0:We.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:s.jsx(t9,{scope:n,placedSide:ie,onArrowChange:O,arrowX:U,arrowY:ce,shouldHideArrow:ue,children:s.jsx(Ct.div,{"data-side":ie,"data-align":q,...w,ref:C,style:{...w.style,animation:z?void 0:"none"}})})})});W3.displayName=Fy;var K3="PopperArrow",s9={top:"bottom",right:"left",bottom:"top",left:"right"},q3=b.forwardRef(function(e,n){const{__scopePopper:r,...a}=e,i=n9(K3,r),o=s9[i.placedSide];return s.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:s.jsx(ZB,{...a,ref:n,style:{...a.style,display:"block"}})})});q3.displayName=K3;function r9(t){return t!==null}var a9=t=>({name:"transformOrigin",options:t,fn(e){var N,k,E;const{placement:n,rects:r,middlewareData:a}=e,o=((N=a.arrow)==null?void 0:N.centerOffset)!==0,c=o?0:t.arrowWidth,u=o?0:t.arrowHeight,[h,f]=G3(n),m={start:"0%",center:"50%",end:"100%"}[f],x=(((k=a.arrow)==null?void 0:k.x)??0)+c/2,y=(((E=a.arrow)==null?void 0:E.y)??0)+u/2;let v="",w="";return h==="bottom"?(v=o?m:`${x}px`,w=`${-u}px`):h==="top"?(v=o?m:`${x}px`,w=`${r.floating.height+u}px`):h==="right"?(v=`${-u}px`,w=o?m:`${y}px`):h==="left"&&(v=`${r.floating.width+u}px`,w=o?m:`${y}px`),{data:{x:v,y:w}}}});function G3(t){const[e,n="center"]=t.split("-");return[e,n]}var i9=V3,o9=U3,l9=W3,c9=q3,J3=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),d9="VisuallyHidden",u9=b.forwardRef((t,e)=>s.jsx(Ct.span,{...t,ref:e,style:{...J3,...t.style}}));u9.displayName=d9;var h9=[" ","Enter","ArrowUp","ArrowDown"],f9=[" ","Enter"],Il="Select",[zp,$p,p9]=z0(Il),[Zc]=Eo(Il,[p9,F3]),Fp=F3(),[m9,Ro]=Zc(Il),[x9,g9]=Zc(Il),Q3=t=>{const{__scopeSelect:e,children:n,open:r,defaultOpen:a,onOpenChange:i,value:o,defaultValue:c,onValueChange:u,dir:h,name:f,autoComplete:m,disabled:x,required:y,form:v}=t,w=Fp(e),[N,k]=b.useState(null),[E,C]=b.useState(null),[L,O]=b.useState(!1),K=pp(h),[_,H]=bl({prop:r,defaultProp:a??!1,onChange:i,caller:Il}),[P,ee]=bl({prop:o,defaultProp:c,onChange:u,caller:Il}),Q=b.useRef(null),V=N?v||!!N.closest("form"):!0,[re,ae]=b.useState(new Set),pe=Array.from(re).map(I=>I.props.value).join(";");return s.jsx(i9,{...w,children:s.jsxs(m9,{required:y,scope:e,trigger:N,onTriggerChange:k,valueNode:E,onValueNodeChange:C,valueNodeHasChildren:L,onValueNodeHasChildrenChange:O,contentId:mo(),value:P,onValueChange:ee,open:_,onOpenChange:H,dir:K,triggerPointerDownPosRef:Q,disabled:x,children:[s.jsx(zp.Provider,{scope:e,children:s.jsx(x9,{scope:t.__scopeSelect,onNativeOptionAdd:b.useCallback(I=>{ae(z=>new Set(z).add(I))},[]),onNativeOptionRemove:b.useCallback(I=>{ae(z=>{const R=new Set(z);return R.delete(I),R})},[]),children:n})}),V?s.jsxs(y4,{"aria-hidden":!0,required:y,tabIndex:-1,name:f,autoComplete:m,value:P,onChange:I=>ee(I.target.value),disabled:x,form:v,children:[P===void 0?s.jsx("option",{value:""}):null,Array.from(re)]},pe):null]})})};Q3.displayName=Il;var Y3="SelectTrigger",X3=b.forwardRef((t,e)=>{const{__scopeSelect:n,disabled:r=!1,...a}=t,i=Fp(n),o=Ro(Y3,n),c=o.disabled||r,u=qt(e,o.onTriggerChange),h=$p(n),f=b.useRef("touch"),[m,x,y]=v4(w=>{const N=h().filter(C=>!C.disabled),k=N.find(C=>C.value===o.value),E=N4(N,w,k);E!==void 0&&o.onValueChange(E.value)}),v=w=>{c||(o.onOpenChange(!0),y()),w&&(o.triggerPointerDownPosRef.current={x:Math.round(w.pageX),y:Math.round(w.pageY)})};return s.jsx(o9,{asChild:!0,...i,children:s.jsx(Ct.button,{type:"button",role:"combobox","aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":"none",dir:o.dir,"data-state":o.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":b4(o.value)?"":void 0,...a,ref:u,onClick:Nt(a.onClick,w=>{w.currentTarget.focus(),f.current!=="mouse"&&v(w)}),onPointerDown:Nt(a.onPointerDown,w=>{f.current=w.pointerType;const N=w.target;N.hasPointerCapture(w.pointerId)&&N.releasePointerCapture(w.pointerId),w.button===0&&w.ctrlKey===!1&&w.pointerType==="mouse"&&(v(w),w.preventDefault())}),onKeyDown:Nt(a.onKeyDown,w=>{const N=m.current!=="";!(w.ctrlKey||w.altKey||w.metaKey)&&w.key.length===1&&x(w.key),!(N&&w.key===" ")&&h9.includes(w.key)&&(v(),w.preventDefault())})})})});X3.displayName=Y3;var Z3="SelectValue",e4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,children:i,placeholder:o="",...c}=t,u=Ro(Z3,n),{onValueNodeHasChildrenChange:h}=u,f=i!==void 0,m=qt(e,u.onValueNodeChange);return Ss(()=>{h(f)},[h,f]),s.jsx(Ct.span,{...c,ref:m,style:{pointerEvents:"none"},children:b4(u.value)?s.jsx(s.Fragment,{children:o}):i})});e4.displayName=Z3;var y9="SelectIcon",t4=b.forwardRef((t,e)=>{const{__scopeSelect:n,children:r,...a}=t;return s.jsx(Ct.span,{"aria-hidden":!0,...a,ref:e,children:r||"▼"})});t4.displayName=y9;var b9="SelectPortal",n4=t=>s.jsx(P0,{asChild:!0,...t});n4.displayName=b9;var Rl="SelectContent",s4=b.forwardRef((t,e)=>{const n=Ro(Rl,t.__scopeSelect),[r,a]=b.useState();if(Ss(()=>{a(new DocumentFragment)},[]),!n.open){const i=r;return i?xu.createPortal(s.jsx(r4,{scope:t.__scopeSelect,children:s.jsx(zp.Slot,{scope:t.__scopeSelect,children:s.jsx("div",{children:t.children})})}),i):null}return s.jsx(a4,{...t,ref:e})});s4.displayName=Rl;var ta=10,[r4,Po]=Zc(Rl),v9="SelectContentImpl",N9=tu("SelectContent.RemoveScroll"),a4=b.forwardRef((t,e)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:i,onPointerDownOutside:o,side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:x,collisionPadding:y,sticky:v,hideWhenDetached:w,avoidCollisions:N,...k}=t,E=Ro(Rl,n),[C,L]=b.useState(null),[O,K]=b.useState(null),_=qt(e,G=>L(G)),[H,P]=b.useState(null),[ee,Q]=b.useState(null),V=$p(n),[re,ae]=b.useState(!1),pe=b.useRef(!1);b.useEffect(()=>{if(C)return yk(C)},[C]),ck();const I=b.useCallback(G=>{const[te,...be]=V().map(We=>We.ref.current),[ge]=be.slice(-1),Ce=document.activeElement;for(const We of G)if(We===Ce||(We==null||We.scrollIntoView({block:"nearest"}),We===te&&O&&(O.scrollTop=0),We===ge&&O&&(O.scrollTop=O.scrollHeight),We==null||We.focus(),document.activeElement!==Ce))return},[V,O]),z=b.useCallback(()=>I([H,C]),[I,H,C]);b.useEffect(()=>{re&&z()},[re,z]);const{onOpenChange:R,triggerPointerDownPosRef:ie}=E;b.useEffect(()=>{if(C){let G={x:0,y:0};const te=ge=>{var Ce,We;G={x:Math.abs(Math.round(ge.pageX)-(((Ce=ie.current)==null?void 0:Ce.x)??0)),y:Math.abs(Math.round(ge.pageY)-(((We=ie.current)==null?void 0:We.y)??0))}},be=ge=>{G.x<=10&&G.y<=10?ge.preventDefault():C.contains(ge.target)||R(!1),document.removeEventListener("pointermove",te),ie.current=null};return ie.current!==null&&(document.addEventListener("pointermove",te),document.addEventListener("pointerup",be,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",te),document.removeEventListener("pointerup",be,{capture:!0})}}},[C,R,ie]),b.useEffect(()=>{const G=()=>R(!1);return window.addEventListener("blur",G),window.addEventListener("resize",G),()=>{window.removeEventListener("blur",G),window.removeEventListener("resize",G)}},[R]);const[q,$]=v4(G=>{const te=V().filter(Ce=>!Ce.disabled),be=te.find(Ce=>Ce.ref.current===document.activeElement),ge=N4(te,G,be);ge&&setTimeout(()=>ge.ref.current.focus())}),U=b.useCallback((G,te,be)=>{const ge=!pe.current&&!be;(E.value!==void 0&&E.value===te||ge)&&(P(G),ge&&(pe.current=!0))},[E.value]),ce=b.useCallback(()=>C==null?void 0:C.focus(),[C]),ue=b.useCallback((G,te,be)=>{const ge=!pe.current&&!be;(E.value!==void 0&&E.value===te||ge)&&Q(G)},[E.value]),oe=r==="popper"?g0:i4,F=oe===g0?{side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:x,collisionPadding:y,sticky:v,hideWhenDetached:w,avoidCollisions:N}:{};return s.jsx(r4,{scope:n,content:C,viewport:O,onViewportChange:K,itemRefCallback:U,selectedItem:H,onItemLeave:ce,itemTextRefCallback:ue,focusSelectedItem:z,selectedItemText:ee,position:r,isPositioned:re,searchRef:q,children:s.jsx(L0,{as:N9,allowPinchZoom:!0,children:s.jsx(R0,{asChild:!0,trapped:E.open,onMountAutoFocus:G=>{G.preventDefault()},onUnmountAutoFocus:Nt(a,G=>{var te;(te=E.trigger)==null||te.focus({preventScroll:!0}),G.preventDefault()}),children:s.jsx(I0,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:o,onFocusOutside:G=>G.preventDefault(),onDismiss:()=>E.onOpenChange(!1),children:s.jsx(oe,{role:"listbox",id:E.contentId,"data-state":E.open?"open":"closed",dir:E.dir,onContextMenu:G=>G.preventDefault(),...k,...F,onPlaced:()=>ae(!0),ref:_,style:{display:"flex",flexDirection:"column",outline:"none",...k.style},onKeyDown:Nt(k.onKeyDown,G=>{const te=G.ctrlKey||G.altKey||G.metaKey;if(G.key==="Tab"&&G.preventDefault(),!te&&G.key.length===1&&$(G.key),["ArrowUp","ArrowDown","Home","End"].includes(G.key)){let ge=V().filter(Ce=>!Ce.disabled).map(Ce=>Ce.ref.current);if(["ArrowUp","End"].includes(G.key)&&(ge=ge.slice().reverse()),["ArrowUp","ArrowDown"].includes(G.key)){const Ce=G.target,We=ge.indexOf(Ce);ge=ge.slice(We+1)}setTimeout(()=>I(ge)),G.preventDefault()}})})})})})})});a4.displayName=v9;var w9="SelectItemAlignedPosition",i4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onPlaced:r,...a}=t,i=Ro(Rl,n),o=Po(Rl,n),[c,u]=b.useState(null),[h,f]=b.useState(null),m=qt(e,_=>f(_)),x=$p(n),y=b.useRef(!1),v=b.useRef(!0),{viewport:w,selectedItem:N,selectedItemText:k,focusSelectedItem:E}=o,C=b.useCallback(()=>{if(i.trigger&&i.valueNode&&c&&h&&w&&N&&k){const _=i.trigger.getBoundingClientRect(),H=h.getBoundingClientRect(),P=i.valueNode.getBoundingClientRect(),ee=k.getBoundingClientRect();if(i.dir!=="rtl"){const Ce=ee.left-H.left,We=P.left-Ce,gt=_.left-We,Lt=_.width+gt,yt=Math.max(Lt,H.width),Ot=window.innerWidth-ta,It=ff(We,[ta,Math.max(ta,Ot-yt)]);c.style.minWidth=Lt+"px",c.style.left=It+"px"}else{const Ce=H.right-ee.right,We=window.innerWidth-P.right-Ce,gt=window.innerWidth-_.right-We,Lt=_.width+gt,yt=Math.max(Lt,H.width),Ot=window.innerWidth-ta,It=ff(We,[ta,Math.max(ta,Ot-yt)]);c.style.minWidth=Lt+"px",c.style.right=It+"px"}const Q=x(),V=window.innerHeight-ta*2,re=w.scrollHeight,ae=window.getComputedStyle(h),pe=parseInt(ae.borderTopWidth,10),I=parseInt(ae.paddingTop,10),z=parseInt(ae.borderBottomWidth,10),R=parseInt(ae.paddingBottom,10),ie=pe+I+re+R+z,q=Math.min(N.offsetHeight*5,ie),$=window.getComputedStyle(w),U=parseInt($.paddingTop,10),ce=parseInt($.paddingBottom,10),ue=_.top+_.height/2-ta,oe=V-ue,F=N.offsetHeight/2,G=N.offsetTop+F,te=pe+I+G,be=ie-te;if(te<=ue){const Ce=Q.length>0&&N===Q[Q.length-1].ref.current;c.style.bottom="0px";const We=h.clientHeight-w.offsetTop-w.offsetHeight,gt=Math.max(oe,F+(Ce?ce:0)+We+z),Lt=te+gt;c.style.height=Lt+"px"}else{const Ce=Q.length>0&&N===Q[0].ref.current;c.style.top="0px";const gt=Math.max(ue,pe+w.offsetTop+(Ce?U:0)+F)+be;c.style.height=gt+"px",w.scrollTop=te-ue+w.offsetTop}c.style.margin=`${ta}px 0`,c.style.minHeight=q+"px",c.style.maxHeight=V+"px",r==null||r(),requestAnimationFrame(()=>y.current=!0)}},[x,i.trigger,i.valueNode,c,h,w,N,k,i.dir,r]);Ss(()=>C(),[C]);const[L,O]=b.useState();Ss(()=>{h&&O(window.getComputedStyle(h).zIndex)},[h]);const K=b.useCallback(_=>{_&&v.current===!0&&(C(),E==null||E(),v.current=!1)},[C,E]);return s.jsx(k9,{scope:n,contentWrapper:c,shouldExpandOnScrollRef:y,onScrollButtonChange:K,children:s.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:L},children:s.jsx(Ct.div,{...a,ref:m,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})});i4.displayName=w9;var j9="SelectPopperPosition",g0=b.forwardRef((t,e)=>{const{__scopeSelect:n,align:r="start",collisionPadding:a=ta,...i}=t,o=Fp(n);return s.jsx(l9,{...o,...i,ref:e,align:r,collisionPadding:a,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});g0.displayName=j9;var[k9,By]=Zc(Rl,{}),y0="SelectViewport",o4=b.forwardRef((t,e)=>{const{__scopeSelect:n,nonce:r,...a}=t,i=Po(y0,n),o=By(y0,n),c=qt(e,i.onViewportChange),u=b.useRef(0);return s.jsxs(s.Fragment,{children:[s.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),s.jsx(zp.Slot,{scope:n,children:s.jsx(Ct.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:Nt(a.onScroll,h=>{const f=h.currentTarget,{contentWrapper:m,shouldExpandOnScrollRef:x}=o;if(x!=null&&x.current&&m){const y=Math.abs(u.current-f.scrollTop);if(y>0){const v=window.innerHeight-ta*2,w=parseFloat(m.style.minHeight),N=parseFloat(m.style.height),k=Math.max(w,N);if(k0?L:0,m.style.justifyContent="flex-end")}}}u.current=f.scrollTop})})})]})});o4.displayName=y0;var l4="SelectGroup",[S9,C9]=Zc(l4),T9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=mo();return s.jsx(S9,{scope:n,id:a,children:s.jsx(Ct.div,{role:"group","aria-labelledby":a,...r,ref:e})})});T9.displayName=l4;var c4="SelectLabel",E9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=C9(c4,n);return s.jsx(Ct.div,{id:a.id,...r,ref:e})});E9.displayName=c4;var op="SelectItem",[M9,d4]=Zc(op),u4=b.forwardRef((t,e)=>{const{__scopeSelect:n,value:r,disabled:a=!1,textValue:i,...o}=t,c=Ro(op,n),u=Po(op,n),h=c.value===r,[f,m]=b.useState(i??""),[x,y]=b.useState(!1),v=qt(e,E=>{var C;return(C=u.itemRefCallback)==null?void 0:C.call(u,E,r,a)}),w=mo(),N=b.useRef("touch"),k=()=>{a||(c.onValueChange(r),c.onOpenChange(!1))};if(r==="")throw new Error("A must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return s.jsx(M9,{scope:n,value:r,disabled:a,textId:w,isSelected:h,onItemTextChange:b.useCallback(E=>{m(C=>C||((E==null?void 0:E.textContent)??"").trim())},[]),children:s.jsx(zp.ItemSlot,{scope:n,value:r,disabled:a,textValue:f,children:s.jsx(Ct.div,{role:"option","aria-labelledby":w,"data-highlighted":x?"":void 0,"aria-selected":h&&x,"data-state":h?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...o,ref:v,onFocus:Nt(o.onFocus,()=>y(!0)),onBlur:Nt(o.onBlur,()=>y(!1)),onClick:Nt(o.onClick,()=>{N.current!=="mouse"&&k()}),onPointerUp:Nt(o.onPointerUp,()=>{N.current==="mouse"&&k()}),onPointerDown:Nt(o.onPointerDown,E=>{N.current=E.pointerType}),onPointerMove:Nt(o.onPointerMove,E=>{var C;N.current=E.pointerType,a?(C=u.onItemLeave)==null||C.call(u):N.current==="mouse"&&E.currentTarget.focus({preventScroll:!0})}),onPointerLeave:Nt(o.onPointerLeave,E=>{var C;E.currentTarget===document.activeElement&&((C=u.onItemLeave)==null||C.call(u))}),onKeyDown:Nt(o.onKeyDown,E=>{var L;((L=u.searchRef)==null?void 0:L.current)!==""&&E.key===" "||(f9.includes(E.key)&&k(),E.key===" "&&E.preventDefault())})})})})});u4.displayName=op;var zd="SelectItemText",h4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,...i}=t,o=Ro(zd,n),c=Po(zd,n),u=d4(zd,n),h=g9(zd,n),[f,m]=b.useState(null),x=qt(e,k=>m(k),u.onItemTextChange,k=>{var E;return(E=c.itemTextRefCallback)==null?void 0:E.call(c,k,u.value,u.disabled)}),y=f==null?void 0:f.textContent,v=b.useMemo(()=>s.jsx("option",{value:u.value,disabled:u.disabled,children:y},u.value),[u.disabled,u.value,y]),{onNativeOptionAdd:w,onNativeOptionRemove:N}=h;return Ss(()=>(w(v),()=>N(v)),[w,N,v]),s.jsxs(s.Fragment,{children:[s.jsx(Ct.span,{id:u.textId,...i,ref:x}),u.isSelected&&o.valueNode&&!o.valueNodeHasChildren?xu.createPortal(i.children,o.valueNode):null]})});h4.displayName=zd;var f4="SelectItemIndicator",p4=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return d4(f4,n).isSelected?s.jsx(Ct.span,{"aria-hidden":!0,...r,ref:e}):null});p4.displayName=f4;var b0="SelectScrollUpButton",m4=b.forwardRef((t,e)=>{const n=Po(b0,t.__scopeSelect),r=By(b0,t.__scopeSelect),[a,i]=b.useState(!1),o=qt(e,r.onScrollButtonChange);return Ss(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollTop>0;i(h)};const u=n.viewport;return c(),u.addEventListener("scroll",c),()=>u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(g4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop-u.offsetHeight)}}):null});m4.displayName=b0;var v0="SelectScrollDownButton",x4=b.forwardRef((t,e)=>{const n=Po(v0,t.__scopeSelect),r=By(v0,t.__scopeSelect),[a,i]=b.useState(!1),o=qt(e,r.onScrollButtonChange);return Ss(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollHeight-u.clientHeight,f=Math.ceil(u.scrollTop)u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(g4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop+u.offsetHeight)}}):null});x4.displayName=v0;var g4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onAutoScroll:r,...a}=t,i=Po("SelectScrollButton",n),o=b.useRef(null),c=$p(n),u=b.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return b.useEffect(()=>()=>u(),[u]),Ss(()=>{var f;const h=c().find(m=>m.ref.current===document.activeElement);(f=h==null?void 0:h.ref.current)==null||f.scrollIntoView({block:"nearest"})},[c]),s.jsx(Ct.div,{"aria-hidden":!0,...a,ref:e,style:{flexShrink:0,...a.style},onPointerDown:Nt(a.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:Nt(a.onPointerMove,()=>{var h;(h=i.onItemLeave)==null||h.call(i),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:Nt(a.onPointerLeave,()=>{u()})})}),A9="SelectSeparator",I9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return s.jsx(Ct.div,{"aria-hidden":!0,...r,ref:e})});I9.displayName=A9;var N0="SelectArrow",R9=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=Fp(n),i=Ro(N0,n),o=Po(N0,n);return i.open&&o.position==="popper"?s.jsx(c9,{...a,...r,ref:e}):null});R9.displayName=N0;var P9="SelectBubbleInput",y4=b.forwardRef(({__scopeSelect:t,value:e,...n},r)=>{const a=b.useRef(null),i=qt(r,a),o=F0(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLSelectElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("change",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(Ct.select,{...n,style:{...J3,...n.style},ref:i,defaultValue:e})});y4.displayName=P9;function b4(t){return t===""||t===void 0}function v4(t){const e=No(t),n=b.useRef(""),r=b.useRef(0),a=b.useCallback(o=>{const c=n.current+o;e(c),(function u(h){n.current=h,window.clearTimeout(r.current),h!==""&&(r.current=window.setTimeout(()=>u(""),1e3))})(c)},[e]),i=b.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return b.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,a,i]}function N4(t,e,n){const a=e.length>1&&Array.from(e).every(h=>h===e[0])?e[0]:e,i=n?t.indexOf(n):-1;let o=L9(t,Math.max(i,0));a.length===1&&(o=o.filter(h=>h!==n));const u=o.find(h=>h.textValue.toLowerCase().startsWith(a.toLowerCase()));return u!==n?u:void 0}function L9(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var O9=Q3,w4=X3,D9=e4,_9=t4,z9=n4,j4=s4,$9=o4,k4=u4,F9=h4,B9=p4,V9=m4,H9=x4;const Nc=O9,wc=D9,il=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(w4,{ref:r,className:Gt("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",t),...n,children:[e,s.jsx(_9,{asChild:!0,children:s.jsx(Pc,{className:"h-4 w-4 opacity-50"})})]}));il.displayName=w4.displayName;const ol=b.forwardRef(({className:t,children:e,position:n="popper",...r},a)=>s.jsx(z9,{children:s.jsxs(j4,{ref:a,className:Gt("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-[#0b1828] border-gray-700 text-white shadow-lg",n==="popper"&&"data-[side=bottom]:translate-y-1",t),position:n,...r,children:[s.jsx(V9,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(xg,{className:"h-4 w-4"})}),s.jsx($9,{className:"p-1",children:e}),s.jsx(H9,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(Pc,{className:"h-4 w-4"})})]})}));ol.displayName=j4.displayName;const Ys=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(k4,{ref:r,className:Gt("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t),...n,children:[s.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:s.jsx(B9,{children:s.jsx(dp,{className:"h-4 w-4"})})}),s.jsx(F9,{children:e})]}));Ys.displayName=k4.displayName;const sj=["📖","📕","📗","📘","📙","📓","📔","📒","📚","📖"];function U9(t){return t.title==="序言"||t.title.includes("序言")}function rj(t){const e=[];for(const n of t.chapters)for(const r of n.sections)e.push(r.id);return e.length===0?"暂无章节":e.length===1?e[0]:`${e[0]}~${e[e.length-1]}`}function cg(t){return t.startsWith("part:")?{type:"part",id:t.slice(5)}:t.startsWith("chapter:")?{type:"chapter",id:t.slice(8)}:t.startsWith("section:")?{type:"section",id:t.slice(8)}:null}function W9({parts:t,expandedParts:e,onTogglePart:n,onReorder:r,onReadSection:a,onDeleteSection:i,onAddSectionInPart:o,onAddChapterInPart:c,onDeleteChapter:u,onEditPart:h,onDeletePart:f,onEditChapter:m,selectedSectionIds:x=[],onToggleSectionSelect:y,onShowSectionOrders:v,pinnedSectionIds:w=[]}){const[N,k]=b.useState(null),[E,C]=b.useState(null),L=(V,re)=>(N==null?void 0:N.type)===V&&(N==null?void 0:N.id)===re,O=(V,re)=>(E==null?void 0:E.type)===V&&(E==null?void 0:E.id)===re,K=b.useCallback(()=>{const V=[];for(const re of t)for(const ae of re.chapters)for(const pe of ae.sections)V.push({id:pe.id,partId:re.id,partTitle:re.title,chapterId:ae.id,chapterTitle:ae.title});return V},[t]),_=b.useCallback(async(V,re,ae,pe)=>{var q;V.preventDefault(),V.stopPropagation();const I=V.dataTransfer.getData("text/plain"),z=cg(I);if(!z||z.type===re&&z.id===ae)return;const R=K(),ie=new Map(R.map($=>[$.id,$]));if(z.type==="part"&&re==="part"){const $=t.map(F=>F.id),U=$.indexOf(z.id),ce=$.indexOf(ae);if(U===-1||ce===-1)return;const ue=[...$];ue.splice(U,1),ue.splice(Ute.id===F);if(G)for(const te of G.chapters)for(const be of te.sections){const ge=ie.get(be.id);ge&&oe.push(ge)}}await r(oe);return}if(z.type==="chapter"&&(re==="chapter"||re==="section"||re==="part")){const $=t.find(ge=>ge.chapters.some(Ce=>Ce.id===z.id)),U=$==null?void 0:$.chapters.find(ge=>ge.id===z.id);if(!$||!U)return;let ce,ue,oe=null;if(re==="section"){const ge=ie.get(ae);if(!ge)return;ce=ge.partId,ue=ge.partTitle,oe=ae}else if(re==="chapter"){const ge=t.find(gt=>gt.chapters.some(Lt=>Lt.id===ae)),Ce=ge==null?void 0:ge.chapters.find(gt=>gt.id===ae);if(!ge||!Ce)return;ce=ge.id,ue=ge.title;const We=R.filter(gt=>gt.chapterId===ae).pop();oe=(We==null?void 0:We.id)??null}else{const ge=t.find(Ce=>Ce.id===ae);if(!ge)return;if(ce=ge.id,ue=ge.title,ge.chapters[0]){const Ce=R.filter(We=>We.partId===ge.id&&We.chapterId===ge.chapters[0].id);oe=((q=Ce[Ce.length-1])==null?void 0:q.id)??null}}const F=U.sections.map(ge=>ge.id),G=R.filter(ge=>!F.includes(ge.id));let te=G.length;if(oe){const ge=G.findIndex(Ce=>Ce.id===oe);ge>=0&&(te=ge+1)}const be=F.map(ge=>({...ie.get(ge),partId:ce,partTitle:ue,chapterId:U.id,chapterTitle:U.title}));await r([...G.slice(0,te),...be,...G.slice(te)]);return}if(z.type==="section"&&(re==="section"||re==="chapter"||re==="part")){if(!pe)return;const{partId:$,partTitle:U,chapterId:ce,chapterTitle:ue}=pe,oe=R.findIndex(ge=>ge.id===z.id);if(oe===-1)return;const F=R.filter(ge=>ge.id!==z.id);let G;if(re==="section"){const ge=F.findIndex(Ce=>Ce.id===ae);G=ge>=0?ge+1:F.length}else if(re==="chapter"){const ge=F.filter(Ce=>Ce.chapterId===ae).pop();G=ge?F.findIndex(Ce=>Ce.id===ge.id)+1:F.length}else{const ge=t.find(Ce=>Ce.id===ae);if(ge!=null&&ge.chapters[0]){const Ce=F.filter(gt=>gt.partId===ge.id&>.chapterId===ge.chapters[0].id),We=Ce[Ce.length-1];G=We?F.findIndex(gt=>gt.id===We.id)+1:F.length}else G=F.length}const be={...R[oe],partId:$,partTitle:U,chapterId:ce,chapterTitle:ue};F.splice(G,0,be),await r(F)}},[t,K,r]),H=(V,re,ae)=>({onDragEnter:pe=>{pe.preventDefault(),pe.stopPropagation(),pe.dataTransfer.dropEffect="move",C({type:V,id:re})},onDragOver:pe=>{pe.preventDefault(),pe.stopPropagation(),pe.dataTransfer.dropEffect="move",C({type:V,id:re})},onDragLeave:()=>C(null),onDrop:pe=>{C(null);const I=cg(pe.dataTransfer.getData("text/plain"));I&&(V==="section"&&I.type==="section"&&I.id===re||(V==="part"?I.type==="part"?_(pe,"part",re):ae&&_(pe,"part",re,ae):V==="chapter"&&ae?(I.type==="section"||I.type==="chapter")&&_(pe,"chapter",re,ae):V==="section"&&ae&&_(pe,"section",re,ae)))}}),P=V=>sj[V%sj.length],ee=V=>t.slice(0,V).filter(re=>!U9(re)).length,Q=V=>s.jsxs(s.Fragment,{children:[s.jsx("span",{className:"text-gray-500 font-mono text-xs tabular-nums shrink-0 mr-1.5 max-w-[72px] truncate",title:`章节ID: ${V.id}`,children:V.id}),s.jsx("span",{className:"truncate",children:V.title})]});return s.jsx("div",{className:"space-y-3",children:t.map((V,re)=>{var U,ce,ue,oe;const ae=V.title==="序言"||V.title.includes("序言"),pe=V.title==="尾声"||V.title.includes("尾声"),I=V.title==="附录"||V.title.includes("附录"),z=O("part",V.id),R=e.includes(V.id),ie=V.chapters.length,q=V.chapters.reduce((F,G)=>F+G.sections.length,0);if(ae&&V.chapters.length===1&&V.chapters[0].sections.length===1){const F=V.chapters[0].sections[0],G=O("section",F.id),te={partId:V.id,partTitle:V.title,chapterId:V.chapters[0].id,chapterTitle:V.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:be=>{be.stopPropagation(),be.dataTransfer.setData("text/plain","section:"+F.id),be.dataTransfer.effectAllowed="move",k({type:"section",id:F.id})},onDragEnd:()=>{k(null),C(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${G?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${L("section",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...H("section",F.id,te),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(ei,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:be=>be.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(F.id),onChange:()=>y(F.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(er,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[V.chapters[0].title," | ",F.title]}),w.includes(F.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(kc,{className:"w-3.5 h-3.5 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:be=>be.stopPropagation(),onClick:be=>be.stopPropagation(),children:[F.price===0||F.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",F.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",F.clickCount??0," · 付款 ",F.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(F.hotScore??0).toFixed(1)," · 第",F.hotRank&&F.hotRank>0?F.hotRank:"-","名"]}),v&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>v(F),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]})]},V.id)}if(V.title==="2026每日派对干货"||V.title.includes("2026每日派对干货")){const F=O("part",V.id);return s.jsxs("div",{className:`rounded-xl border overflow-hidden transition-all duration-200 ${F?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50 bg-[#1C1C1E]"}`,...H("part",V.id,{partId:V.id,partTitle:V.title,chapterId:((U=V.chapters[0])==null?void 0:U.id)??"",chapterTitle:((ce=V.chapters[0])==null?void 0:ce.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:G=>{G.stopPropagation(),G.dataTransfer.setData("text/plain","part:"+V.id),G.dataTransfer.effectAllowed="move",k({type:"part",id:V.id})},onDragEnd:()=>{k(null),C(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${L("part",V.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/50"}`,children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(ei,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac]/80 flex items-center justify-center text-white font-bold shrink-0",children:V.badgeText||"派"}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:V.title}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:rj(V)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:G=>G.stopPropagation(),onClick:G=>G.stopPropagation(),children:[o&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(V),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(Dn,{className:"w-3.5 h-3.5"})}),h&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(V),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),f&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(V),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(js,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",title:"本篇章数与节数",children:[ie," 章 · ",q," 节"]}),s.jsx("button",{type:"button",draggable:!1,className:"p-1 rounded-md hover:bg-white/10 text-gray-500",title:R?"收起":"展开",onMouseDown:G=>G.stopPropagation(),onClick:G=>{G.stopPropagation(),n(V.id)},children:R?s.jsx(Pc,{className:"w-5 h-5"}):s.jsx(ll,{className:"w-5 h-5"})})]})]}),R&&V.chapters.length>0&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:V.chapters.map(G=>s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:G.title}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:te=>te.stopPropagation(),children:[m&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>m(V,G),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),c&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>c(V),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(Dn,{className:"w-3.5 h-3.5"})}),u&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>u(V,G),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:G.sections.map(te=>{const be=O("section",te.id);return s.jsxs("div",{draggable:!0,onDragStart:ge=>{ge.stopPropagation(),ge.dataTransfer.setData("text/plain","section:"+te.id),ge.dataTransfer.effectAllowed="move",k({type:"section",id:te.id})},onDragEnd:()=>{k(null),C(null)},onClick:()=>a(te),className:`flex items-center justify-between py-2 px-3 rounded-lg min-h-[40px] cursor-pointer select-none transition-all duration-200 ${be?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${L("section",te.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...H("section",te.id,{partId:V.id,partTitle:V.title,chapterId:G.id,chapterTitle:G.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ei,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ge=>ge.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(te.id),onChange:()=>y(te.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("span",{className:"text-sm text-gray-200 truncate flex items-center min-w-0",children:Q(te)}),w.includes(te.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(kc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onClick:ge=>ge.stopPropagation(),children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",te.clickCount??0," · 付款 ",te.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(te.hotScore??0).toFixed(1)," · 第",te.hotRank&&te.hotRank>0?te.hotRank:"-","名"]}),v&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>v(te),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(te),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(te),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]},te.id)})})]},G.id))})]},V.id)}if(I)return s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"附录"}),s.jsx("div",{className:"space-y-3",children:V.chapters.map((F,G)=>F.sections.length>0?F.sections.map(te=>{const be=O("section",te.id);return s.jsxs("div",{draggable:!0,onDragStart:ge=>{ge.stopPropagation(),ge.dataTransfer.setData("text/plain","section:"+te.id),ge.dataTransfer.effectAllowed="move",k({type:"section",id:te.id})},onDragEnd:()=>{k(null),C(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 group cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${be?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${L("section",te.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...H("section",te.id,{partId:V.id,partTitle:V.title,chapterId:F.id,chapterTitle:F.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ei,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ge=>ge.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(te.id),onChange:()=>y(te.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300 truncate",children:["附录",G+1," | ",F.title," | ",te.title]}),w.includes(te.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(kc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",te.clickCount??0," · 付款 ",te.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(te.hotScore??0).toFixed(1)," · 第",te.hotRank&&te.hotRank>0?te.hotRank:"-","名"]}),v&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>v(te),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>a(te),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>i(te),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]}),s.jsx(ll,{className:"w-4 h-4 text-gray-500 shrink-0"})]},te.id)}):s.jsxs("div",{className:"flex justify-between items-center py-2 select-none hover:bg-[#162840]/50 rounded px-2 -mx-2",children:[s.jsxs("span",{className:"text-sm text-gray-500",children:["附录",G+1," | ",F.title,"(空)"]}),s.jsx(ll,{className:"w-4 h-4 text-gray-500 shrink-0"})]},F.id))})]},V.id);if(pe&&V.chapters.length===1&&V.chapters[0].sections.length===1){const F=V.chapters[0].sections[0],G=O("section",F.id),te={partId:V.id,partTitle:V.title,chapterId:V.chapters[0].id,chapterTitle:V.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:be=>{be.stopPropagation(),be.dataTransfer.setData("text/plain","section:"+F.id),be.dataTransfer.effectAllowed="move",k({type:"section",id:F.id})},onDragEnd:()=>{k(null),C(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${G?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${L("section",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...H("section",F.id,te),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(ei,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:be=>be.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(F.id),onChange:()=>y(F.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(er,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[V.chapters[0].title," | ",F.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:be=>be.stopPropagation(),onClick:be=>be.stopPropagation(),children:[F.price===0||F.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",F.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",F.clickCount??0," · 付款 ",F.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(F.hotScore??0).toFixed(1)," · 第",F.hotRank&&F.hotRank>0?F.hotRank:"-","名"]}),v&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>v(F),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]})]},V.id)}return pe?s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"尾声"}),s.jsx("div",{className:"space-y-3",children:V.chapters.map(F=>F.sections.map(G=>{const te=O("section",G.id);return s.jsxs("div",{draggable:!0,onDragStart:be=>{be.stopPropagation(),be.dataTransfer.setData("text/plain","section:"+G.id),be.dataTransfer.effectAllowed="move",k({type:"section",id:G.id})},onDragEnd:()=>{k(null),C(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${te?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${L("section",G.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...H("section",G.id,{partId:V.id,partTitle:V.title,chapterId:F.id,chapterTitle:F.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ei,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:be=>be.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(G.id),onChange:()=>y(G.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300",children:[F.title," | ",G.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",G.clickCount??0," · 付款 ",G.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(G.hotScore??0).toFixed(1)," · 第",G.hotRank&&G.hotRank>0?G.hotRank:"-","名"]}),v&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>v(G),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(G),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(G),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]})]},G.id)}))})]},V.id):s.jsxs("div",{className:`rounded-xl border bg-[#1C1C1E] overflow-hidden transition-all duration-200 ${z?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50"}`,...H("part",V.id,{partId:V.id,partTitle:V.title,chapterId:((ue=V.chapters[0])==null?void 0:ue.id)??"",chapterTitle:((oe=V.chapters[0])==null?void 0:oe.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:F=>{F.stopPropagation(),F.dataTransfer.setData("text/plain","part:"+V.id),F.dataTransfer.effectAllowed="move",k({type:"part",id:V.id})},onDragEnd:()=>{k(null),C(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${L("part",V.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] rounded-xl shadow-xl shadow-[#38bdac]/20":"hover:bg-[#162840]/50"}`,children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(ei,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac] flex items-center justify-center text-lg shadow-lg shadow-[#38bdac]/30 shrink-0",children:V.badgeText||P(ee(re))}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:V.title}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:rj(V)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:F=>F.stopPropagation(),onClick:F=>F.stopPropagation(),children:[o&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(V),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(Dn,{className:"w-3.5 h-3.5"})}),h&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(V),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),f&&s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(V),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(js,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",title:"本篇章数与节数",children:[ie," 章 · ",q," 节"]}),s.jsx("button",{type:"button",draggable:!1,className:"p-1 rounded-md hover:bg-white/10 text-gray-500",title:R?"收起":"展开",onMouseDown:F=>F.stopPropagation(),onClick:F=>{F.stopPropagation(),n(V.id)},children:R?s.jsx(Pc,{className:"w-5 h-5"}):s.jsx(ll,{className:"w-5 h-5"})})]})]}),R&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:V.chapters.map(F=>{const G=O("chapter",F.id);return s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsxs("div",{draggable:!0,onDragStart:te=>{te.stopPropagation(),te.dataTransfer.setData("text/plain","chapter:"+F.id),te.dataTransfer.effectAllowed="move",k({type:"chapter",id:F.id})},onDragEnd:()=>{k(null),C(null)},onDragEnter:te=>{te.preventDefault(),te.stopPropagation(),te.dataTransfer.dropEffect="move",C({type:"chapter",id:F.id})},onDragOver:te=>{te.preventDefault(),te.stopPropagation(),te.dataTransfer.dropEffect="move",C({type:"chapter",id:F.id})},onDragLeave:()=>C(null),onDrop:te=>{C(null);const be=cg(te.dataTransfer.getData("text/plain"));if(!be)return;const ge={partId:V.id,partTitle:V.title,chapterId:F.id,chapterTitle:F.title};(be.type==="section"||be.type==="chapter")&&_(te,"chapter",F.id,ge)},className:`flex-1 min-w-0 py-2 px-2 rounded cursor-grab active:cursor-grabbing select-none -mx-2 transition-all duration-200 flex items-center gap-2 ${G?"bg-[#38bdac]/15 ring-1 ring-[#38bdac]/50":""} ${L("chapter",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/30"}`,children:[s.jsx(ei,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:F.title})]}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:te=>te.stopPropagation(),children:[m&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>m(V,F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),c&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>c(V),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(Dn,{className:"w-3.5 h-3.5"})}),u&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>u(V,F),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:F.sections.map(te=>{const be=O("section",te.id);return s.jsxs("div",{draggable:!0,onDragStart:ge=>{ge.stopPropagation(),ge.dataTransfer.setData("text/plain","section:"+te.id),ge.dataTransfer.effectAllowed="move",k({type:"section",id:te.id})},onDragEnd:()=>{k(null),C(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg group cursor-grab active:cursor-grabbing select-none min-h-[40px] transition-all duration-200 ${be?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${L("section",te.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] shadow-lg":"hover:bg-[#162840]/50"}`,...H("section",te.id,{partId:V.id,partTitle:V.title,chapterId:F.id,chapterTitle:F.title}),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0 flex-1",children:[y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ge=>ge.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:x.includes(te.id),onChange:()=>y(te.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx(ei,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("div",{className:`w-2 h-2 rounded-full shrink-0 ${te.price===0||te.isFree?"border-2 border-[#38bdac] bg-transparent":"bg-gray-500"}`}),s.jsx("span",{className:"text-sm text-gray-200 truncate flex items-center min-w-0",children:Q(te)}),w.includes(te.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(kc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ge=>ge.stopPropagation(),onClick:ge=>ge.stopPropagation(),children:[te.isNew&&s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"NEW"}),te.price===0||te.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",te.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",title:"点击次数 · 付款笔数",children:["点击 ",te.clickCount??0," · 付款 ",te.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(te.hotScore??0).toFixed(1)," · 第",te.hotRank&&te.hotRank>0?te.hotRank:"-","名"]}),v&&s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>v(te),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5 shrink-0",children:"付款记录"}),s.jsxs("div",{className:"flex gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(te),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(en,{className:"w-3.5 h-3.5"})}),s.jsx(J,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(te),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(js,{className:"w-3.5 h-3.5"})})]})]})]},te.id)})})]},F.id)})})]},V.id)})})}function K9(t){var a;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(a=t==null?void 0:t.keyword)!=null&&a.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString(),r=n?`/api/admin/ckb/devices?${n}`:"/api/admin/ckb/devices";return De(r)}function q9(t){return De(`/api/db/person?personId=${encodeURIComponent(t)}`)}function G9(t){var r;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(r=t==null?void 0:t.keyword)!=null&&r.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString();return De(n?`/api/admin/ckb/plans?${n}`:"/api/admin/ckb/plans")}const S4=11,aj={personId:"",name:"",boundUserId:"",aliases:"",label:"",sceneId:S4,ckbApiKey:"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:"phone",remarkFormat:"",addFriendInterval:1,startTime:"06:00",endTime:"22:00",deviceGroups:""};function J9({open:t,onOpenChange:e,editingPerson:n,onSubmit:r}){var I;const a=!!n,[i,o]=b.useState(aj),[c,u]=b.useState(!1),[h,f]=b.useState(!1),[m,x]=b.useState([]),[y,v]=b.useState(!1),[w,N]=b.useState(""),[k,E]=b.useState([]),[C,L]=b.useState(!1),[O,K]=b.useState(""),[_,H]=b.useState(!1),[P,ee]=b.useState({});b.useEffect(()=>{t&&(N(""),o(n?{personId:n.personId??n.name??"",name:n.name??"",boundUserId:n.userId??"",aliases:n.aliases??"",label:n.label??"",sceneId:S4,ckbApiKey:n.ckbApiKey??"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:n.remarkType??"phone",remarkFormat:n.remarkFormat??"",addFriendInterval:n.addFriendInterval??1,startTime:n.startTime??"06:00",endTime:n.endTime??"22:00",deviceGroups:n.deviceGroups??""}:{...aj}),ee({}),m.length===0&&Q(""),k.length===0&&V(""))},[t,n]);const Q=async z=>{v(!0);try{const R=await K9({page:1,limit:50,keyword:z});R!=null&&R.success&&Array.isArray(R.devices)?x(R.devices):R!=null&&R.error&&X.error(R.error)}catch(R){X.error(R instanceof Error?R.message:"加载设备列表失败")}finally{v(!1)}},V=async z=>{L(!0);try{const R=await G9({page:1,limit:100,keyword:z});R!=null&&R.success&&Array.isArray(R.plans)?E(R.plans):R!=null&&R.error&&X.error(R.error)}catch{X.error("加载计划列表失败")}finally{L(!1)}},re=z=>{const R=Array.isArray(z.deviceGroups)?z.deviceGroups.map(String).join(","):"";o(ie=>({...ie,ckbApiKey:z.apiKey||"",greeting:z.greeting||ie.greeting,tips:z.tips||ie.tips,remarkType:z.remarkType||ie.remarkType,remarkFormat:z.remarkFormat||ie.remarkFormat,addFriendInterval:z.addInterval||ie.addFriendInterval,startTime:z.startTime||ie.startTime,endTime:z.endTime||ie.endTime,deviceGroups:R||ie.deviceGroups})),H(!1),X.success(`已选择计划「${z.name}」,参数已覆盖`)},ae=O.trim()?k.filter(z=>(z.name||"").includes(O.trim())||String(z.id).includes(O.trim())):k,pe=async()=>{var q;const z={};(!i.name||!String(i.name).trim())&&(z.name="请填写名称");const R=i.addFriendInterval;if((typeof R!="number"||R<1)&&(z.addFriendInterval="添加间隔至少为 1 分钟"),(((q=i.deviceGroups)==null?void 0:q.split(",").map($=>$.trim()).filter(Boolean))??[]).length===0&&(z.deviceGroups="请至少选择 1 台设备"),ee(z),Object.keys(z).length>0){X.error(z.name||z.addFriendInterval||z.deviceGroups||"请完善必填项");return}u(!0);try{await r(i),e(!1)}catch($){X.error($ instanceof Error?$.message:"保存失败")}finally{u(!1)}};return s.jsx($t,{open:t,onOpenChange:e,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-y-auto",children:[s.jsxs(Ft,{children:[s.jsx(Bt,{className:"text-[#38bdac]",children:a?"编辑人物":"添加人物 — 存客宝 API 获客"}),s.jsx(uf,{className:"text-gray-400 text-sm",children:a?"修改后同步到存客宝计划":"添加时自动生成 token,并同步创建存客宝场景获客计划"})]}),s.jsxs("div",{className:"space-y-6 py-2",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-3",children:"基础信息"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(Z,{className:"text-gray-400 text-xs",children:["名称 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsx(le,{className:`bg-[#0a1628] text-white ${P.name?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,placeholder:"如 卡若",value:i.name,onChange:z=>{o(R=>({...R,name:z.target.value})),P.name&&ee(R=>({...R,name:void 0}))}}),P.name&&s.jsx("p",{className:"text-xs text-red-400",children:P.name})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"人物ID(可选)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"自动生成",value:i.personId,onChange:z=>o(R=>({...R,personId:z.target.value})),disabled:a})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"标签(身份/角色)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 超级个体",value:i.label,onChange:z=>o(R=>({...R,label:z.target.value}))})]}),s.jsxs("div",{className:"space-y-1.5 col-span-3",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"绑定会员用户 ID(可选,与「用户管理」中用户 id 一致)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-xs",placeholder:"留空则不绑定;填写后获客统计可与超级个体对齐",value:i.boundUserId,onChange:z=>o(R=>({...R,boundUserId:z.target.value.trim()}))}),s.jsx("p",{className:"text-[11px] text-gray-500",children:"保存前请在用户管理中核对 id;同一会员只能绑定一个 @人物。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"别名(逗号分隔,@ 可匹配)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 卡卡, 若若",value:i.aliases,onChange:z=>o(R=>({...R,aliases:z.target.value}))})]})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-5",children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-4",children:"存客宝 API 获客配置"}),s.jsxs("div",{className:"grid grid-cols-2 gap-x-8 gap-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5 relative",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"选择存客宝获客计划"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx("div",{className:"flex-1 flex items-center bg-[#0a1628] border border-gray-700 rounded-md px-3 py-2 cursor-pointer hover:border-[#38bdac]/60 text-sm",onClick:()=>H(!_),children:i.ckbApiKey?s.jsx("span",{className:"text-white truncate",children:((I=k.find(z=>z.apiKey===i.ckbApiKey))==null?void 0:I.name)||`获客计划 (${i.ckbApiKey.slice(0,8)}…)`}):s.jsx("span",{className:"text-gray-500",children:"点击选择已有计划 / 新建时自动创建"})}),s.jsx(J,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-200 shrink-0",onClick:()=>{V(O),H(!0)},disabled:C,children:C?"加载...":"刷新"})]}),_&&s.jsxs("div",{className:"absolute z-50 top-full left-0 right-0 mt-1 bg-[#0b1828] border border-gray-700 rounded-lg shadow-xl max-h-64 flex flex-col",children:[s.jsx("div",{className:"p-2 border-b border-gray-700/60",children:s.jsx(le,{className:"bg-[#050c18] border-gray-700 text-white h-8 text-xs",placeholder:"搜索计划名称...",value:O,onChange:z=>K(z.target.value),onKeyDown:z=>{z.key==="Enter"&&V(O)},autoFocus:!0})}),s.jsx("div",{className:"flex-1 overflow-y-auto",children:ae.length===0?s.jsx("div",{className:"text-center py-4 text-gray-500 text-xs",children:C?"加载中...":"暂无计划"}):ae.map(z=>s.jsxs("div",{className:`px-3 py-2 cursor-pointer hover:bg-[#38bdac]/10 text-sm flex items-center justify-between ${i.ckbApiKey===z.apiKey?"bg-[#38bdac]/20 text-[#38bdac]":"text-white"}`,onClick:()=>re(z),children:[s.jsxs("div",{className:"truncate",children:[s.jsx("span",{className:"font-medium",children:z.name}),s.jsxs("span",{className:"text-xs text-gray-500 ml-2",children:["ID:",String(z.id)]})]}),z.enabled?s.jsx("span",{className:"text-[10px] text-green-400 bg-green-400/10 px-1.5 rounded shrink-0 ml-2",children:"启用"}):s.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 rounded shrink-0 ml-2",children:"停用"})]},String(z.id)))}),s.jsx("div",{className:"p-2 border-t border-gray-700/60 flex justify-end",children:s.jsx(J,{type:"button",size:"sm",variant:"ghost",className:"text-gray-400 h-7 text-xs",onClick:()=>H(!1),children:"关闭"})})]}),s.jsx("p",{className:"text-xs text-gray-500",children:"选择计划后自动覆盖下方参数。新建人物时若不选择则自动创建新计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(Z,{className:"text-gray-400 text-xs",children:["选择设备 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsxs("div",{className:`flex gap-2 rounded-md border ${P.deviceGroups?"border-red-500":"border-gray-700"}`,children:[s.jsx(le,{className:"bg-[#0a1628] border-0 text-white focus-visible:ring-0 focus-visible:ring-offset-0",placeholder:"未选择设备",readOnly:!0,value:i.deviceGroups?`已选择 ${i.deviceGroups.split(",").filter(Boolean).length} 个设备`:"",onClick:()=>f(!0)}),s.jsx(J,{type:"button",variant:"outline",className:"border-0 border-l border-inherit rounded-r-md text-gray-200",onClick:()=>f(!0),children:"选择"})]}),P.deviceGroups?s.jsx("p",{className:"text-xs text-red-400",children:P.deviceGroups}):s.jsx("p",{className:"text-xs text-gray-500",children:"从存客宝设备列表中选择,至少选择 1 台设备参与获客计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"好友备注"}),s.jsxs(Nc,{value:i.remarkType,onValueChange:z=>o(R=>({...R,remarkType:z})),children:[s.jsx(il,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(wc,{placeholder:"选择备注类型"})}),s.jsxs(ol,{children:[s.jsx(Ys,{value:"phone",children:"手机号"}),s.jsx(Ys,{value:"nickname",children:"昵称"}),s.jsx(Ys,{value:"source",children:"来源"})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"备注格式(手机号+标签,标签不超过6字)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 {手机号}-{来源标签},总长不超过10字",value:i.remarkFormat,onChange:z=>o(R=>({...R,remarkFormat:z.target.value}))}),s.jsx("p",{className:"text-xs text-gray-500",children:"格式:手机号+来源标签(标签≤6字,总长≤10字)"})]})]}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"打招呼语"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"你好,请通过",value:i.greeting,onChange:z=>o(R=>({...R,greeting:z.target.value}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"添加间隔(分钟)"}),s.jsx(le,{type:"number",min:1,className:`bg-[#0a1628] text-white ${P.addFriendInterval?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,value:i.addFriendInterval,onChange:z=>{o(R=>({...R,addFriendInterval:Number(z.target.value)||1})),P.addFriendInterval&&ee(R=>({...R,addFriendInterval:void 0}))}}),P.addFriendInterval&&s.jsx("p",{className:"text-xs text-red-400",children:P.addFriendInterval})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"允许加人时间段"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(le,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.startTime,onChange:z=>o(R=>({...R,startTime:z.target.value}))}),s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"至"}),s.jsx(le,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.endTime,onChange:z=>o(R=>({...R,endTime:z.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"获客成功提示"}),s.jsx(wl,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[72px] resize-none",placeholder:"请注意消息,稍后加你微信",value:i.tips,onChange:z=>o(R=>({...R,tips:z.target.value}))})]})]})]})]})]}),s.jsxs(yn,{className:"gap-3 pt-2",children:[s.jsx(J,{variant:"outline",onClick:()=>e(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(J,{onClick:pe,disabled:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:c?"保存中...":a?"保存":"添加"})]}),h&&s.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:s.jsxs("div",{className:"w-full max-w-3xl max-h-[80vh] bg-[#0b1828] border border-gray-700 rounded-xl shadow-xl flex flex-col",children:[s.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-b border-gray-700/60",children:[s.jsxs("div",{children:[s.jsx("h3",{className:"text-sm font-medium text-white",children:"选择设备"}),s.jsx("p",{className:"text-xs text-gray-400 mt-0.5",children:"勾选需要参与本计划的设备,可多选"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(J,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>{const z=m.map(q=>String(q.id??"")),R=i.deviceGroups?i.deviceGroups.split(",").map(q=>q.trim()).filter(Boolean):[],ie=z.length>0&&z.every(q=>R.includes(q));o(q=>({...q,deviceGroups:ie?"":z.join(",")})),!ie&&z.length>0&&ee(q=>({...q,deviceGroups:void 0}))},children:(()=>{const z=m.map(ie=>String(ie.id??"")),R=i.deviceGroups?i.deviceGroups.split(",").map(ie=>ie.trim()).filter(Boolean):[];return z.length>0&&z.every(ie=>R.includes(ie))?"取消全选":"全选"})()}),s.jsx(le,{className:"bg-[#050c18] border-gray-700 text-white h-8 w-52",placeholder:"搜索备注/微信号/IMEI",value:w,onChange:z=>N(z.target.value),onKeyDown:z=>{z.key==="Enter"&&Q(w)}}),s.jsx(J,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>Q(w),disabled:y,children:"刷新"}),s.jsx(J,{type:"button",size:"icon",variant:"outline",className:"border-gray-600 text-gray-300 h-8 w-8",onClick:()=>f(!1),children:"✕"})]})]}),s.jsx("div",{className:"flex-1 overflow-y-auto",children:y?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-400 text-sm",children:"正在加载设备列表…"}):m.length===0?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-500 text-sm",children:"暂无设备数据,请检查存客宝账号与开放 API 配置"}):s.jsx("div",{className:"p-4 space-y-2",children:m.map(z=>{const R=String(z.id??""),ie=i.deviceGroups?i.deviceGroups.split(",").map(U=>U.trim()).filter(Boolean):[],q=ie.includes(R),$=()=>{let U;q?U=ie.filter(ce=>ce!==R):U=[...ie,R],o(ce=>({...ce,deviceGroups:U.join(",")})),U.length>0&&ee(ce=>({...ce,deviceGroups:void 0}))};return s.jsxs("label",{className:"flex items-center gap-3 rounded-lg border border-gray-700/60 bg-[#050c18] px-3 py-2 cursor-pointer hover:border-[#38bdac]/70",children:[s.jsx("input",{type:"checkbox",className:"h-4 w-4 accent-[#38bdac]",checked:q,onChange:$}),s.jsxs("div",{className:"flex flex-col min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-sm text-white truncate max-w-xs",children:z.memo||z.wechatId||`设备 ${R}`}),z.status==="online"&&s.jsx("span",{className:"rounded-full bg-emerald-500/20 text-emerald-400 text-[11px] px-2 py-0.5",children:"在线"}),z.status==="offline"&&s.jsx("span",{className:"rounded-full bg-gray-600/20 text-gray-400 text-[11px] px-2 py-0.5",children:"离线"})]}),s.jsxs("div",{className:"text-[11px] text-gray-400 mt-0.5",children:[s.jsxs("span",{className:"mr-3",children:["ID: ",R]}),z.wechatId&&s.jsxs("span",{className:"mr-3",children:["微信号: ",z.wechatId]}),typeof z.totalFriend=="number"&&s.jsxs("span",{children:["好友数: ",z.totalFriend]})]})]})]},R)})})}),s.jsxs("div",{className:"flex justify-between items-center px-5 py-3 border-t border-gray-700/60",children:[s.jsxs("span",{className:"text-xs text-gray-400",children:["已选择"," ",i.deviceGroups?i.deviceGroups.split(",").filter(Boolean).length:0," ","台设备"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(J,{type:"button",variant:"outline",className:"border-gray-600 text-gray-200 h-8 px-4",onClick:()=>f(!1),children:"取消"}),s.jsx(J,{type:"button",className:"bg-[#38bdac] hover:bg-[#2da396] text-white h-8 px-4",onClick:()=>f(!1),children:"确定"})]})]})]})})]})})}function Q9(t,e,n){const r=new Map;for(const o of t){const c=o.partId||"part-1",u=o.partTitle||"未分类",h=o.chapterId||"chapter-1",f=o.chapterTitle||"未分类";r.has(c)||r.set(c,{id:c,title:u,badgeText:n[c]||"",chapters:new Map});const m=r.get(c);m.chapters.has(h)||m.chapters.set(h,{id:h,title:f,sections:[]}),m.chapters.get(h).sections.push({id:o.id,mid:o.mid,title:o.title,price:o.price??1,filePath:o.filePath,isFree:o.isFree,isNew:o.isNew,clickCount:o.clickCount??0,payCount:o.payCount??0,hotScore:o.hotScore??0,hotRank:e.get(o.id)??0})}const a=Array.from(r.values()).map(o=>({...o,chapters:Array.from(o.chapters.values())})),i=new Map;for(let o=0;o{const u=i.get(o.id),h=i.get(c.id);return u!==void 0&&h!==void 0&&u!==h?u-h:u!==void 0&&h===void 0?-1:u===void 0&&h!==void 0?1:o.id.localeCompare(c.id)})}function Y9(){var Ho,Hl,Di;const t=Ra(),[e,n]=b.useState([]),[r,a]=b.useState(!0),[i,o]=b.useState([]),[c,u]=b.useState(null),[h,f]=b.useState(!1),[m,x]=b.useState(!1),[y,v]=b.useState(!1),[w,N]=b.useState(""),[k,E]=b.useState([]),[C,L]=b.useState(!1),[O,K]=b.useState({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),[_,H]=b.useState(null),[P,ee]=b.useState(!1),[Q,V]=b.useState(!1),[re,ae]=b.useState(null),[pe,I]=b.useState(!1),[z,R]=b.useState([]),[ie,q]=b.useState(!1),[$,U]=b.useState(""),[ce,ue]=b.useState(""),[oe,F]=b.useState(!1),[G,te]=b.useState(""),[be,ge]=b.useState(!1),[Ce,We]=b.useState(null),[gt,Lt]=b.useState(!1),[yt,Ot]=b.useState(!1),[It,Pn]=b.useState({readWeight:.5,recencyWeight:.3,payWeight:.2}),[vn,Ht]=b.useState(!1),[Xt,Cn]=b.useState(!1),[Fn,Un]=b.useState(1),[At,xn]=b.useState([]),[Nn,ve]=b.useState(!1),[Te,Ve]=b.useState([]),[st,Mt]=b.useState(!1),[jt,D]=b.useState(20),[Ie,vt]=b.useState(!1),[Rt,bt]=b.useState(!1),[it,Dt]=b.useState([]),[Jt,an]=b.useState([]),[as,nr]=b.useState([]),[Ni,ca]=b.useState(!1),[da,zr]=b.useState(1),[$r,Fr]=b.useState(20),[xr,gr]=b.useState(0),[Oa,sr]=b.useState(1),[Ms,rr]=b.useState(""),[yr,As]=b.useState(!1),[se,ye]=b.useState(null),[Ge,ft]=b.useState({tagId:"",label:"",aliases:"",url:"",type:"url",appId:"",appSecret:"",pagePath:""}),[Wn,Fs]=b.useState(!1),[Da,_a]=b.useState(!1),[Lo,ar]=b.useState(null),[Is,wi]=b.useState(null),[Ut,Dl]=b.useState({}),[ir,Oo]=b.useState(!1),[ua,_l]=b.useState(""),[za,$a]=b.useState(""),[wn,ed]=b.useState([]),[Qn,td]=b.useState(0),[Br,Do]=b.useState(1),[ji,ha]=b.useState(!1),[br,Vr]=b.useState(""),fa=b.useRef(null),ki=b.useCallback(async(T,B)=>{var ht;const de=new FormData;de.append("file",T),de.append("folder",B);const He=await(await fetch(Oc("/api/upload"),{method:"POST",body:de,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((ht=He==null?void 0:He.data)==null?void 0:ht.url)||(He==null?void 0:He.url)||""},[]),Fa=b.useCallback(T=>ki(T,"book-images"),[ki]),Si=b.useCallback(T=>{const B=T.type.startsWith("video/")?"book-videos":"book-attachments";return ki(T,B)},[ki]),[Ci,Hr]=b.useState({}),Ti=T=>String(T||"").trim().slice(0,8),_o=b.useMemo(()=>{const T=new Map;return At.forEach((B,de)=>{T.set(B.id,de+1)}),T},[At]),mt=Q9(e,_o,Ci),vr=e.length,Ba=10,Va=Math.max(1,Math.ceil(At.length/Ba)),zo=At.slice((Fn-1)*Ba,Fn*Ba),hn=async()=>{a(!0);try{const T=await De("/api/db/book?action=list",{cache:"no-store"});n(Array.isArray(T==null?void 0:T.sections)?T.sections:[])}catch(T){console.error(T),n([])}finally{a(!1)}},zl=async()=>{try{const T=await De("/api/db/config?key=book_part_badges",{cache:"no-store"});let B={};if(T&&Array.isArray(T.data)){const je=T.data.find(He=>He&&He.configKey==="book_part_badges");je&&je.configValue&&typeof je.configValue=="object"&&!Array.isArray(je.configValue)&&(B=je.configValue)}else T&&T.data&&typeof T.data=="object"&&!Array.isArray(T.data)&&(B=T.data);const de={};Object.keys(B).forEach(je=>{const He=Ti(B[je]);He&&(de[je]=He)}),Hr(de)}catch(T){console.error(T),Hr({})}},Bs=async()=>{ve(!0);try{const T=await De("/api/db/book?action=ranking",{cache:"no-store"}),B=Array.isArray(T==null?void 0:T.sections)?T.sections:[];xn(B);const de=B.filter(je=>je.isPinned).map(je=>je.id);Ve(de)}catch(T){console.error(T),xn([])}finally{ve(!1)}};b.useEffect(()=>{hn(),Bs(),zl()},[]);const Nr=T=>{o(B=>B.includes(T)?B.filter(de=>de!==T):[...B,T])},Vs=b.useCallback(T=>{const B=e,de=T.flatMap(je=>{const He=B.find(ht=>ht.id===je.id);return He?[{...He,partId:je.partId,partTitle:je.partTitle,chapterId:je.chapterId,chapterTitle:je.chapterTitle}]:[]});return n(de),Zt("/api/db/book",{action:"reorder",items:T}).then(je=>{je&&je.success===!1&&(n(B),X.error("排序失败: "+(je&&typeof je=="object"&&"error"in je?je.error:"未知错误")))}).catch(je=>{n(B),console.error("排序失败:",je),X.error("排序失败: "+(je instanceof Error?je.message:"网络或服务异常"))}),Promise.resolve()},[e]),Rs=async T=>{if(confirm(`确定要删除章节「${T.title}」吗?此操作不可恢复。`))try{const B=await di(`/api/db/book?id=${encodeURIComponent(T.id)}`);B&&B.success!==!1?(X.success("已删除"),hn(),Bs()):X.error("删除失败: "+(B&&typeof B=="object"&&"error"in B?B.error:"未知错误"))}catch(B){console.error(B),X.error("删除失败")}},Ps=b.useCallback(async()=>{Ht(!0);try{const T=await De("/api/db/config/full?key=article_ranking_weights",{cache:"no-store"}),B=T&&T.data;B&&typeof B.readWeight=="number"&&typeof B.recencyWeight=="number"&&typeof B.payWeight=="number"&&Pn({readWeight:Math.max(0,Math.min(1,B.readWeight)),recencyWeight:Math.max(0,Math.min(1,B.recencyWeight)),payWeight:Math.max(0,Math.min(1,B.payWeight))})}catch{}finally{Ht(!1)}},[]);b.useEffect(()=>{yt&&Ps()},[yt,Ps]);const pa=async()=>{const{readWeight:T,recencyWeight:B,payWeight:de}=It,je=T+B+de;if(Math.abs(je-1)>.001){X.error("三个权重之和必须等于 1");return}Cn(!0);try{const He=await St("/api/db/config",{key:"article_ranking_weights",value:{readWeight:T,recencyWeight:B,payWeight:de},description:"文章排名算法权重"});He&&He.success!==!1?(X.success("排名权重已保存"),Ot(!1),hn(),Bs()):X.error("保存失败: "+(He&&typeof He=="object"&&"error"in He?He.error:""))}catch(He){console.error(He),X.error("保存失败")}finally{Cn(!1)}},Ur=b.useCallback(async()=>{Mt(!0);try{const T=await De("/api/db/config/full?key=pinned_section_ids",{cache:"no-store"}),B=T&&T.data;Array.isArray(B)&&Ve(B)}catch{}finally{Mt(!1)}},[]),Yn=b.useCallback(async()=>{try{const T=await De("/api/db/persons");T!=null&&T.success&&T.persons&&Dt(T.persons.map(B=>{const de=B.deviceGroups,je=Array.isArray(de)?de.join(","):de??"";return{id:B.token??B.personId??"",personId:B.personId,name:B.name,personSource:B.personSource??"",userId:B.userId,aliases:B.aliases??"",label:B.label??"",ckbApiKey:B.ckbApiKey??"",ckbPlanId:B.ckbPlanId,remarkType:B.remarkType,remarkFormat:B.remarkFormat,addFriendInterval:B.addFriendInterval,startTime:B.startTime,endTime:B.endTime,deviceGroups:je}}))}catch{}},[]),Hs=b.useCallback(async()=>{try{const T=await De("/api/db/link-tags");T!=null&&T.success&&T.linkTags&&an(T.linkTags.map(B=>({id:B.tagId,label:B.label,url:B.url,type:B.type||"url",appId:B.appId||"",pagePath:B.pagePath||"",hasAppSecret:!!B.hasAppSecret})))}catch{}},[]),Wr=b.useCallback(async()=>{try{const T=await De("/api/db/config/full?key=ckb_lead_webhook_url",{cache:"no-store"});T!=null&&T.success&&typeof T.data=="string"&&Vr(T.data)}catch{}},[]),wr=b.useCallback(async()=>{try{const T=await De("/api/db/ckb-person-leads");if(T!=null&&T.success&&T.byPerson){const B={};for(const de of T.byPerson)B[de.token]=de.total;Dl(B)}}catch{}},[]),ma=b.useCallback(async(T,B,de=1)=>{_l(T),$a(B),Oo(!0),Do(de),ha(!0);try{const je=await De(`/api/db/ckb-person-leads?token=${encodeURIComponent(T)}&page=${de}&pageSize=20`);je!=null&&je.success?(ed(je.records||[]),td(je.total||0)):X.error((je==null?void 0:je.error)||"加载获客详情失败")}catch(je){X.error(je instanceof Error?je.message:"加载获客详情失败")}finally{ha(!1)}},[]),Kr=b.useCallback(async()=>{ca(!0);try{const T=new URLSearchParams({page:String(da),pageSize:String($r)}),B=Ms.trim();B&&T.set("search",B);const de=await De(`/api/db/link-tags?${T.toString()}`);if(de!=null&&de.success){const je=Array.isArray(de.linkTags)?de.linkTags:[];nr(je.map(He=>({id:He.tagId,label:He.label,aliases:He.aliases||"",url:He.url,type:He.type||"url",appId:He.appId||"",pagePath:He.pagePath||"",hasAppSecret:!!He.hasAppSecret}))),gr(typeof de.total=="number"?de.total:0),sr(typeof de.totalPages=="number"&&de.totalPages>0?de.totalPages:1)}}catch(T){console.error(T),X.error("加载链接标签失败")}finally{ca(!1)}},[da,$r,Ms]),[jr,$o]=b.useState([]),[Ha,Us]=b.useState(""),[xa,gs]=b.useState(!1),Ei=b.useRef(null),$l=b.useCallback(async()=>{try{const T=await De("/api/admin/linked-miniprograms");T!=null&&T.success&&Array.isArray(T.data)&&$o(T.data.map(B=>({...B,key:B.key})))}catch{}},[]),Ua=jr.filter(T=>!Ha.trim()||T.name.toLowerCase().includes(Ha.toLowerCase())||T.key&&T.key.toLowerCase().includes(Ha.toLowerCase())||T.appId.toLowerCase().includes(Ha.toLowerCase())),kr=async T=>{const B=Te.includes(T)?Te.filter(de=>de!==T):[...Te,T];Ve(B);try{await St("/api/db/config",{key:"pinned_section_ids",value:B,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"}),Bs()}catch{Ve(Te)}},qr=b.useCallback(async()=>{vt(!0);try{const T=await De("/api/db/config/full?key=unpaid_preview_percent",{cache:"no-store"}),B=T&&T.data;typeof B=="number"&&B>0&&B<=100&&D(B)}catch{}finally{vt(!1)}},[]),Mi=async()=>{if(jt<1||jt>100){X.error("预览比例需在 1~100 之间");return}bt(!0);try{const T=await St("/api/db/config",{key:"unpaid_preview_percent",value:jt,description:"小程序未付费内容默认预览比例(%)"});T&&T.success!==!1?X.success("预览比例已保存"):X.error("保存失败: "+(T.error||""))}catch{X.error("保存失败")}finally{bt(!1)}};b.useEffect(()=>{Ur(),qr(),Yn(),Hs(),wr(),$l(),Wr()},[Ur,qr,Yn,Hs,wr,$l,Wr]),b.useEffect(()=>{Kr()},[Kr]);const Ai=async T=>{We({section:T,orders:[]}),Lt(!0);try{const B=await De(`/api/db/book?action=section-orders&id=${encodeURIComponent(T.id)}`),de=B!=null&&B.success&&Array.isArray(B.orders)?B.orders:[];We(je=>je?{...je,orders:de}:null)}catch(B){console.error(B),We(de=>de?{...de,orders:[]}:null)}finally{Lt(!1)}},Ls=async T=>{x(!0);try{const B=T.mid!=null&&T.mid>0?`/api/db/book?action=read&mid=${T.mid}`:`/api/db/book?action=read&id=${encodeURIComponent(T.id)}`,de=await De(B);if(de!=null&&de.success&&de.section){const je=de.section,He=je.editionPremium===!0;u({id:T.id,originalId:T.id,title:de.section.title??T.title,price:de.section.price??T.price,content:de.section.content??"",filePath:T.filePath,isFree:T.isFree||T.price===0,isNew:je.isNew??T.isNew,isPinned:Te.includes(T.id),hotScore:T.hotScore??0,editionStandard:He?!1:je.editionStandard??!0,editionPremium:He})}else u({id:T.id,originalId:T.id,title:T.title,price:T.price,content:"",filePath:T.filePath,isFree:T.isFree,isNew:T.isNew,isPinned:Te.includes(T.id),hotScore:T.hotScore??0,editionStandard:!0,editionPremium:!1}),de&&!de.success&&X.error("无法读取文件内容: "+(de.error||"未知错误"))}catch(B){console.error(B),u({id:T.id,title:T.title,price:T.price,content:"",filePath:T.filePath,isFree:T.isFree})}finally{x(!1)}},Ii=async()=>{var T;if(c){v(!0);try{let B=c.content||"";const de=[new RegExp(`^#+\\s*${c.id.replace(".","\\.")}\\s+.*$`,"gm"),new RegExp(`^#+\\s*${c.id.replace(".","\\.")}[::].*$`,"gm"),new RegExp(`^#\\s+.*${(T=c.title)==null?void 0:T.slice(0,10).replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}.*$`,"gm")];for(const Ln of de)B=B.replace(Ln,"");B=B.replace(/^\s*\n+/,"").trim();const je=c.originalId||c.id,He=c.id!==je,ht=await Zt("/api/db/book",{id:je,...He?{newId:c.id}:{},title:c.title,price:c.isFree?0:c.price,content:B,isFree:c.isFree||c.price===0,isNew:c.isNew,hotScore:c.hotScore,previewPercent:c.previewPercent??null,editionStandard:c.editionPremium?!1:c.editionStandard??!0,editionPremium:c.editionPremium??!1,saveToFile:!0},{timeout:w1}),Tt=He?c.id:je;c.isPinned!==Te.includes(Tt)&&await kr(Tt),ht&&ht.success!==!1?(X.success(`已保存:${c.title}`),u(null),hn(),Yn(),Hs()):X.error("保存失败: "+(ht&&typeof ht=="object"&&"error"in ht?ht.error:"未知错误"))}catch(B){console.error(B);const de=B instanceof Error&&B.name==="AbortError"?"保存超时,请检查网络或稍后重试":"保存失败";X.error(de)}finally{v(!1)}}},Ri=async()=>{if(!O.id||!O.title){X.error("请填写章节ID和标题");return}v(!0);try{const T=mt.find(je=>je.id===O.partId),B=T==null?void 0:T.chapters.find(je=>je.id===O.chapterId),de=await Zt("/api/db/book",{id:O.id,title:O.title,price:O.isFree?0:O.price,content:O.content||"",partId:O.partId,partTitle:(T==null?void 0:T.title)??"",chapterId:O.chapterId,chapterTitle:(B==null?void 0:B.title)??"",isFree:O.isFree,isNew:O.isNew,editionStandard:O.editionPremium?!1:O.editionStandard??!0,editionPremium:O.editionPremium??!1,hotScore:O.hotScore??0,saveToFile:!1},{timeout:w1});if(de&&de.success!==!1){if(O.isPinned){const je=[...Te,O.id];Ve(je);try{await St("/api/db/config",{key:"pinned_section_ids",value:je,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"})}catch{}}X.success(`章节创建成功:${O.title}`),f(!1),K({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),hn(),Yn(),Hs()}else X.error("创建失败: "+(de&&typeof de=="object"&&"error"in de?de.error:"未知错误"))}catch(T){console.error(T),X.error("创建失败")}finally{v(!1)}},Fl=T=>{K(B=>{var de;return{...B,partId:T.id,chapterId:((de=T.chapters[0])==null?void 0:de.id)??"chapter-1"}}),f(!0)},Pi=T=>{H({id:T.id,title:T.title,badgeText:Ti(T.badgeText)})},Li=async()=>{var T;if((T=_==null?void 0:_.title)!=null&&T.trim()){ee(!0);try{const B=e.map(je=>({id:je.id,partId:je.partId||"part-1",partTitle:je.partId===_.id?_.title.trim():je.partTitle||"",chapterId:je.chapterId||"chapter-1",chapterTitle:je.chapterTitle||""})),de=await Zt("/api/db/book",{action:"reorder",items:B});if(de&&de.success!==!1){const je=_.title.trim(),He={...Ci},ht=Ti(_.badgeText);ht?He[_.id]=ht:delete He[_.id];const Tt=await St("/api/db/config",{key:"book_part_badges",value:He,description:"目录篇名角标(key=part_id, value=角标文案)"});if(Tt&&Tt.success===!1){X.error("更新篇名角标失败: "+(Tt.error||"未知错误"));return}Hr(He),n(Ln=>Ln.map(M=>M.partId===_.id?{...M,partTitle:je}:M)),H(null),hn()}else X.error("更新篇名失败: "+(de&&typeof de=="object"&&"error"in de?de.error:"未知错误"))}catch(B){console.error(B),X.error("更新篇名失败")}finally{ee(!1)}}},Bl=T=>{const B=T.chapters.length+1,de=`chapter-${T.id}-${B}-${Date.now()}`;K({id:`${B}.1`,title:"新章节",price:1,partId:T.id,chapterId:de,content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),f(!0)},is=(T,B)=>{const de=B.sections;let je=1,He=!1,ht=!1;if(de.length>0){const Tt=typeof de[0].price=="number"?de[0].price:Number(de[0].price)||1,Ln=!!(de[0].isFree||Tt===0);ht=de.some(M=>{const fe=typeof M.price=="number"?M.price:Number(M.price)||1,we=!!(M.isFree||fe===0);return fe!==Tt||we!==Ln}),je=Ln?0:Tt,He=Ln}ae({part:T,chapter:B,title:B.title,price:je,isFree:He,priceMixed:ht,initialTitle:B.title,initialPrice:je,initialIsFree:He})},Gr=async()=>{var He;if(!((He=re==null?void 0:re.title)!=null&&He.trim()))return;const T=re,B=T.title.trim(),de=B!==T.initialTitle,je=T.isFree!==T.initialIsFree||!T.isFree&&Number(T.price)!==Number(T.initialPrice);if(!de&&!je){X.info("未修改任何内容"),ae(null);return}if(T.priceMixed&&je){const ht=T.chapter.sections.length,Tt=T.isFree?"全部设为免费":`全部设为 ¥${T.price}`;if(!confirm(`本章 ${ht} 节当前定价不一致,保存后将${Tt},确定?`))return}I(!0);try{if(de){const ht=e.map(fe=>({id:fe.id,partId:fe.partId||T.part.id,partTitle:fe.partId===T.part.id?T.part.title:fe.partTitle||"",chapterId:fe.chapterId||T.chapter.id,chapterTitle:fe.partId===T.part.id&&fe.chapterId===T.chapter.id?B:fe.chapterTitle||""})),Tt=await Zt("/api/db/book",{action:"reorder",items:ht});if(Tt&&Tt.success===!1){X.error("保存章节名失败: "+(Tt&&typeof Tt=="object"&&"error"in Tt?Tt.error:"未知错误"));return}const Ln=T.part.id,M=T.chapter.id;n(fe=>fe.map(we=>we.partId===Ln&&we.chapterId===M?{...we,chapterTitle:B}:we))}if(je){const ht=await Zt("/api/db/book",{action:"update-chapter-pricing",partId:T.part.id,chapterId:T.chapter.id,price:T.isFree?0:Number(T.price)||0,isFree:T.isFree});if(ht&&ht.success===!1){X.error("保存定价失败: "+(ht&&typeof ht=="object"&&"error"in ht?ht.error:"未知错误")),de&&hn();return}}ae(null),hn(),X.success("已保存")}catch(ht){console.error(ht),X.error("保存失败")}finally{I(!1)}},Fo=async(T,B)=>{const de=B.sections.map(je=>je.id);if(de.length===0){X.info("该章下无小节,无需删除");return}if(confirm(`确定要删除「第${T.chapters.indexOf(B)+1}章 | ${B.title}」吗?将删除共 ${de.length} 节,此操作不可恢复。`))try{for(const je of de)await di(`/api/db/book?id=${encodeURIComponent(je)}`);hn()}catch(je){console.error(je),X.error("删除失败")}},Wa=async()=>{if(!G.trim()){X.error("请输入篇名");return}ge(!0);try{const T=`part-new-${Date.now()}`,B="chapter-1",de=`part-placeholder-${Date.now()}`,je=await Zt("/api/db/book",{id:de,title:"占位节(可编辑)",price:0,content:"",partId:T,partTitle:G.trim(),chapterId:B,chapterTitle:"第1章 | 待编辑",saveToFile:!1});je&&je.success!==!1?(X.success(`篇「${G}」创建成功`),V(!1),te(""),hn()):X.error("创建失败: "+(je&&typeof je=="object"&&"error"in je?je.error:"未知错误"))}catch(T){console.error(T),X.error("创建失败")}finally{ge(!1)}},Vl=async()=>{if(z.length===0){X.error("请先勾选要移动的章节");return}const T=mt.find(de=>de.id===$),B=T==null?void 0:T.chapters.find(de=>de.id===ce);if(!T||!B||!$||!ce){X.error("请选择目标篇和章");return}F(!0);try{const de=()=>{const Tt=new Set(z),Ln=e.map(Re=>({id:Re.id,partId:Re.partId||"",partTitle:Re.partTitle||"",chapterId:Re.chapterId||"",chapterTitle:Re.chapterTitle||""})),M=Ln.filter(Re=>Tt.has(Re.id)).map(Re=>({...Re,partId:$,partTitle:T.title||$,chapterId:ce,chapterTitle:B.title||ce})),fe=Ln.filter(Re=>!Tt.has(Re.id));let we=fe.length;for(let Re=fe.length-1;Re>=0;Re-=1){const Xe=fe[Re];if(Xe.partId===$&&Xe.chapterId===ce){we=Re+1;break}}return[...fe.slice(0,we),...M,...fe.slice(we)]},je=async()=>{const Tt=de(),Ln=await Zt("/api/db/book",{action:"reorder",items:Tt});return Ln&&Ln.success!==!1?(X.success(`已移动 ${z.length} 节到「${T.title}」-「${B.title}」`),q(!1),R([]),await hn(),!0):!1},He={action:"move-sections",sectionIds:z,targetPartId:$,targetChapterId:ce,targetPartTitle:T.title||$,targetChapterTitle:B.title||ce},ht=await Zt("/api/db/book",He);if(ht&&ht.success!==!1)X.success(`已移动 ${ht.count??z.length} 节到「${T.title}」-「${B.title}」`),q(!1),R([]),await hn();else{const Tt=ht&&typeof ht=="object"&&"error"in ht?ht.error||"":"未知错误";if((Tt.includes("缺少 id")||Tt.includes("无效的 action"))&&await je())return;X.error("移动失败: "+Tt)}}catch(de){console.error(de),X.error("移动失败: "+(de instanceof Error?de.message:"网络或服务异常"))}finally{F(!1)}},Oi=T=>{R(B=>B.includes(T)?B.filter(de=>de!==T):[...B,T])},Bo=async T=>{const B=e.filter(de=>de.partId===T.id).map(de=>de.id);if(B.length===0){X.info("该篇下暂无小节可删除");return}if(confirm(`确定要删除「${T.title}」整篇吗?将删除共 ${B.length} 节内容,此操作不可恢复。`))try{for(const de of B)await di(`/api/db/book?id=${encodeURIComponent(de)}`);hn()}catch(de){console.error(de),X.error("删除失败")}},ga=async()=>{var T;if(w.trim()){L(!0);try{const B=await De(`/api/search?q=${encodeURIComponent(w)}`);B!=null&&B.success&&((T=B.data)!=null&&T.results)?E(B.data.results):(E([]),B&&!B.success&&X.error("搜索失败: "+B.error))}catch(B){console.error(B),E([]),X.error("搜索失败")}finally{L(!1)}}},ys=mt.find(T=>T.id===O.partId),Vo=(ys==null?void 0:ys.chapters)??[];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"内容管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",mt.length," 篇 · ",vr," 节内容"]})]}),s.jsx("div",{className:"flex gap-2",children:s.jsxs(J,{onClick:()=>Ot(!0),variant:"outline",className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/10 bg-transparent",children:[s.jsx(Nh,{className:"w-4 h-4 mr-2"}),"排名算法"]})})]}),s.jsx($t,{open:h,onOpenChange:f,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(Ft,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(Dn,{className:"w-5 h-5 text-[#38bdac]"}),"新建章节"]})}),s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"章节ID *"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 9.15",value:O.id,onChange:T=>K({...O,id:T.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:O.isFree?0:O.price,onChange:T=>K({...O,price:Number(T.target.value),isFree:Number(T.target.value)===0}),disabled:O.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:O.isFree,onChange:T=>K({...O,isFree:T.target.checked,price:T.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:O.isNew,onChange:T=>K({...O,isNew:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:O.isPinned,onChange:T=>K({...O,isPinned:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:O.editionPremium!==!0,onChange:()=>K({...O,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:O.editionPremium===!0,onChange:()=>K({...O,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"热度分"}),s.jsx(le,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:O.hotScore??0,onChange:T=>K({...O,hotScore:Math.max(0,parseFloat(T.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"章节标题 *"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入章节标题",value:O.title,onChange:T=>K({...O,title:T.target.value})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"所属篇"}),s.jsxs(Nc,{value:O.partId,onValueChange:T=>{var de;const B=mt.find(je=>je.id===T);K({...O,partId:T,chapterId:((de=B==null?void 0:B.chapters[0])==null?void 0:de.id)??"chapter-1"})},children:[s.jsx(il,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(wc,{})}),s.jsxs(ol,{className:"bg-[#0f2137] border-gray-700",children:[mt.map(T=>s.jsx(Ys,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id)),mt.length===0&&s.jsx(Ys,{value:"part-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认篇"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"所属章"}),s.jsxs(Nc,{value:O.chapterId,onValueChange:T=>K({...O,chapterId:T}),children:[s.jsx(il,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(wc,{})}),s.jsxs(ol,{className:"bg-[#0f2137] border-gray-700",children:[Vo.map(T=>s.jsx(Ys,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id)),Vo.length===0&&s.jsx(Ys,{value:"chapter-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认章"})]})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),s.jsx(f0,{content:O.content||"",onChange:T=>K({...O,content:T}),onImageUpload:Fa,onMediaUpload:Si,persons:it,linkTags:Jt,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(yn,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[s.jsx(J,{variant:"outline",onClick:()=>f(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(J,{onClick:Ri,disabled:y||!O.id||!O.title,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:y?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"创建章节"]})})]})]})}),s.jsx($t,{open:!!_,onOpenChange:T=>!T&&H(null),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}),"编辑篇名"]})}),_&&s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"篇名"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:_.title,onChange:T=>H({..._,title:T.target.value}),placeholder:"输入篇名"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"左侧图标文字(可选)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:_.badgeText||"",onChange:T=>H({..._,badgeText:Ti(T.target.value)}),placeholder:"例如:派 / 新 / 热",maxLength:8}),s.jsx("p",{className:"text-xs text-gray-500",children:"保存后会同步到目录左侧图标文字(小程序与管理端目录树)。"})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",onClick:()=>H(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(J,{onClick:Li,disabled:P||!((Ho=_==null?void 0:_.title)!=null&&Ho.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:P?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx($t,{open:!!re,onOpenChange:T=>!T&&ae(null),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsxs(Ft,{children:[s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}),"章节设置"]}),s.jsx("p",{className:"text-gray-400 text-sm font-normal pt-1",children:"修改本章显示名称,或为本章下全部节设置统一金额(仍可在单节编辑里单独改某一节)。"})]}),re&&s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"章节名称(如:第8章|底层结构)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:re.title,onChange:T=>ae({...re,title:T.target.value}),placeholder:"输入章节名称"})]}),s.jsxs("div",{className:"space-y-2 border-t border-gray-700/60 pt-4",children:[s.jsxs(Z,{className:"text-gray-300",children:["本章统一定价(应用于本章全部 ",re.chapter.sections.length," 节)"]}),re.priceMixed&&s.jsx("p",{className:"text-amber-400/90 text-xs",children:"当前各节定价不一致,保存后将按下方设置全部统一。"}),s.jsxs("div",{className:"flex flex-wrap items-end gap-4",children:[s.jsxs("div",{className:"space-y-1 flex-1 min-w-[120px]",children:[s.jsx("span",{className:"text-gray-500 text-xs",children:"价格 (元)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:re.isFree?0:re.price,onChange:T=>ae({...re,price:Number(T.target.value),isFree:Number(T.target.value)===0}),disabled:re.isFree,min:0,step:.01})]}),s.jsxs("label",{className:"flex items-center gap-2 cursor-pointer pb-2",children:[s.jsx("input",{type:"checkbox",checked:re.isFree||re.price===0,onChange:T=>ae({...re,isFree:T.target.checked,price:T.target.checked?0:re.initialPrice>0?re.initialPrice:1}),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac]"}),s.jsx("span",{className:"text-gray-400 text-sm",children:"本章全部免费"})]})]})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",onClick:()=>ae(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(J,{onClick:Gr,disabled:pe||!((Hl=re==null?void 0:re.title)!=null&&Hl.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:pe?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx($t,{open:ie,onOpenChange:T=>{var B;if(q(T),T&&mt.length>0){const de=mt[0];U(de.id),ue(((B=de.chapters[0])==null?void 0:B.id)??"")}},children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:"批量移动至指定目录"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["已选 ",s.jsx("span",{className:"text-[#38bdac] font-medium",children:z.length})," 节,请选择目标篇与章。"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"目标篇"}),s.jsxs(Nc,{value:$,onValueChange:T=>{var de;U(T);const B=mt.find(je=>je.id===T);ue(((de=B==null?void 0:B.chapters[0])==null?void 0:de.id)??"")},children:[s.jsx(il,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(wc,{placeholder:"选择篇"})}),s.jsx(ol,{className:"bg-[#0f2137] border-gray-700",children:mt.map(T=>s.jsx(Ys,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"目标章"}),s.jsxs(Nc,{value:ce,onValueChange:ue,children:[s.jsx(il,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(wc,{placeholder:"选择章"})}),s.jsx(ol,{className:"bg-[#0f2137] border-gray-700",children:(((Di=mt.find(T=>T.id===$))==null?void 0:Di.chapters)??[]).map(T=>s.jsx(Ys,{value:T.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:T.title},T.id))})]})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",onClick:()=>q(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(J,{onClick:Vl,disabled:oe||z.length===0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:oe?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"移动中..."]}):"确认移动"})]})]})}),s.jsx($t,{open:!!Ce,onOpenChange:T=>!T&&We(null),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-3xl max-h-[85vh] overflow-hidden flex flex-col",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white",children:["付款记录 — ",(Ce==null?void 0:Ce.section.title)??""]})}),s.jsx("div",{className:"flex-1 overflow-y-auto py-2",children:gt?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):Ce&&Ce.orders.length===0?s.jsx("p",{className:"text-gray-500 text-center py-6",children:"暂无付款记录"}):Ce?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[s.jsx("th",{className:"py-2 pr-2",children:"订单号"}),s.jsx("th",{className:"py-2 pr-2",children:"用户ID"}),s.jsx("th",{className:"py-2 pr-2",children:"金额"}),s.jsx("th",{className:"py-2 pr-2",children:"状态"}),s.jsx("th",{className:"py-2 pr-2",children:"支付时间"})]})}),s.jsx("tbody",{children:Ce.orders.map(T=>s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-blue-400 hover:text-blue-300 hover:underline text-left truncate max-w-[180px] block",title:`查看订单 ${T.orderSn}`,onClick:()=>window.open(`/orders?search=${T.orderSn??T.id??""}`,"_blank"),children:T.orderSn?T.orderSn.length>16?T.orderSn.slice(0,8)+"..."+T.orderSn.slice(-6):T.orderSn:"-"})}),s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[140px] block",title:`查看用户 ${T.userId??T.openId??""}`,onClick:()=>window.open(`/users?search=${T.userId??T.openId??""}`,"_blank"),children:(()=>{const B=T.userId??T.openId??"-";return B.length>12?B.slice(0,6)+"..."+B.slice(-4):B})()})}),s.jsxs("td",{className:"py-2 pr-2 text-gray-300",children:["¥",T.amount??0]}),s.jsx("td",{className:"py-2 pr-2 text-gray-300",children:T.status??"-"}),s.jsx("td",{className:"py-2 pr-2 text-gray-500",children:T.payTime??T.createdAt??"-"})]},T.id??T.orderSn??""))})]}):null})]})}),s.jsx($t,{open:yt,onOpenChange:Ot,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(Nh,{className:"w-5 h-5 text-amber-400"}),"文章排名算法"]})}),s.jsxs("div",{className:"space-y-4 py-2",children:[s.jsx("p",{className:"text-sm text-gray-400",children:"热度积分 = 阅读权重×阅读排名分 + 新度权重×新度排名分 + 付款权重×付款排名分(三权重之和须为 1)"}),vn?s.jsx("p",{className:"text-gray-500",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"grid grid-cols-3 gap-3",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"阅读权重"}),s.jsx(le,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:It.readWeight,onChange:T=>Pn(B=>({...B,readWeight:Math.max(0,Math.min(1,parseFloat(T.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"新度权重"}),s.jsx(le,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:It.recencyWeight,onChange:T=>Pn(B=>({...B,recencyWeight:Math.max(0,Math.min(1,parseFloat(T.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"付款权重"}),s.jsx(le,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:It.payWeight,onChange:T=>Pn(B=>({...B,payWeight:Math.max(0,Math.min(1,parseFloat(T.target.value)||0))}))})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["当前之和: ",(It.readWeight+It.recencyWeight+It.payWeight).toFixed(1)]}),s.jsxs("ul",{className:"list-disc list-inside space-y-1 text-xs text-gray-400",children:[s.jsx("li",{children:"阅读量前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"最近更新前 30 篇:第1名=30分、第2名=29分...第30名=1分"}),s.jsx("li",{children:"付款数前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"热度分可在编辑章节中手动覆盖"})]}),s.jsx(J,{onClick:pa,disabled:Xt||Math.abs(It.readWeight+It.recencyWeight+It.payWeight-1)>.001,className:"w-full bg-amber-500 hover:bg-amber-600 text-white",children:Xt?"保存中...":"保存权重"})]})]})]})}),s.jsx($t,{open:Q,onOpenChange:V,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(Dn,{className:"w-5 h-5 text-amber-400"}),"新建篇"]})}),s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"篇名(如:第六篇|真实的社会)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:G,onChange:T=>te(T.target.value),placeholder:"输入篇名"})]})}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",onClick:()=>{V(!1),te("")},className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(J,{onClick:Wa,disabled:be||!G.trim(),className:"bg-amber-500 hover:bg-amber-600 text-white",children:be?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"创建篇"]})})]})]})}),s.jsx($t,{open:!!c,onOpenChange:()=>u(null),children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(Ft,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节"]})}),c&&s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"章节ID"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:c.id,onChange:T=>u({...c,id:T.target.value}),placeholder:"如: 9.15"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:c.isFree?0:c.price,onChange:T=>u({...c,price:Number(T.target.value),isFree:Number(T.target.value)===0}),disabled:c.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:c.isFree||c.price===0,onChange:T=>u({...c,isFree:T.target.checked,price:T.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"预览%"}),s.jsx(le,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",placeholder:`全局 ${jt}%`,value:c.previewPercent??"",onChange:T=>{const B=T.target.value===""?void 0:Math.min(100,Math.max(0,Number(T.target.value)));u({...c,previewPercent:B})}})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:c.isNew??!1,onChange:T=>u({...c,isNew:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:c.isPinned??!1,onChange:T=>u({...c,isPinned:T.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:c.editionPremium!==!0,onChange:()=>u({...c,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:c.editionPremium===!0,onChange:()=>u({...c,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"热度分"}),s.jsx(le,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:c.hotScore??0,onChange:T=>u({...c,hotScore:Math.max(0,parseFloat(T.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"章节标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:c.title,onChange:T=>u({...c,title:T.target.value})})]}),c.filePath&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"文件路径"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-gray-400 text-sm",value:c.filePath,disabled:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),m?s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700 rounded-md min-h-[400px] flex items-center justify-center",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(f0,{ref:fa,content:c.content||"",onChange:T=>u({...c,content:T}),onImageUpload:Fa,onMediaUpload:Si,persons:it,linkTags:Jt,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(yn,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[c&&s.jsxs(J,{variant:"outline",onClick:()=>Ai({id:c.id,title:c.title,price:c.price}),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent mr-auto",children:[s.jsx(er,{className:"w-4 h-4 mr-2"}),"付款记录"]}),s.jsxs(J,{variant:"outline",onClick:()=>u(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsx(J,{onClick:Ii,disabled:y,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:y?s.jsxs(s.Fragment,{children:[s.jsx(Fe,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),"保存修改"]})})]})]})}),s.jsxs(Dc,{defaultValue:"chapters",className:"space-y-6",children:[s.jsxs(Nl,{className:"bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(tn,{value:"chapters",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(er,{className:"w-4 h-4 mr-2"}),"章节管理"]}),s.jsxs(tn,{value:"ranking",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx(wg,{className:"w-4 h-4 mr-2"}),"内容排行榜"]}),s.jsxs(tn,{value:"search",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(Ta,{className:"w-4 h-4 mr-2"}),"内容搜索"]}),s.jsxs(tn,{value:"link-person",className:"data-[state=active]:bg-purple-500/20 data-[state=active]:text-purple-400 text-gray-400",children:[s.jsx(Sa,{className:"w-4 h-4 mr-2"}),"链接人与事"]}),s.jsxs(tn,{value:"link-tag",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx(y1,{className:"w-4 h-4 mr-2"}),"链接标签"]})]}),s.jsxs(nn,{value:"chapters",className:"space-y-4",children:[s.jsxs("div",{className:"rounded-2xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between shadow-sm",children:[s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac] flex items-center justify-center text-white shadow-lg shadow-[#38bdac]/20 shrink-0",children:s.jsx(er,{className:"w-6 h-6"})}),s.jsxs("div",{children:[s.jsx("h2",{className:"font-bold text-base text-white leading-tight mb-1",children:"一场SOUL的创业实验场"}),s.jsx("p",{className:"text-xs text-gray-500",children:"来自Soul派对房的真实商业故事"})]})]}),s.jsxs("div",{className:"text-center shrink-0",children:[s.jsx("span",{className:"block text-2xl font-bold text-[#38bdac]",children:vr}),s.jsx("span",{className:"text-xs text-gray-500",children:"章节"})]})]}),s.jsxs("div",{className:"flex flex-wrap gap-2",children:[s.jsxs(J,{onClick:()=>f(!0),className:"flex-1 min-w-[120px] bg-[#38bdac]/10 hover:bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/30",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"新建章节"]}),s.jsxs(J,{onClick:()=>V(!0),className:"flex-1 min-w-[120px] bg-amber-500/10 hover:bg-amber-500/20 text-amber-400 border border-amber-500/30",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"新建篇"]}),s.jsxs(J,{variant:"outline",onClick:()=>q(!0),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:["批量移动(已选 ",z.length," 节)"]})]}),r?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(W9,{parts:mt,expandedParts:i,onTogglePart:Nr,onReorder:Vs,onReadSection:Ls,onDeleteSection:Rs,onAddSectionInPart:Fl,onAddChapterInPart:Bl,onDeleteChapter:Fo,onEditPart:Pi,onDeletePart:Bo,onEditChapter:is,selectedSectionIds:z,onToggleSectionSelect:Oi,onShowSectionOrders:Ai,pinnedSectionIds:Te})]}),s.jsx(nn,{value:"search",className:"space-y-4",children:s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(ct,{children:s.jsx(dt,{className:"text-white",children:"内容搜索"})}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",placeholder:"搜索标题或内容...",value:w,onChange:T=>N(T.target.value),onKeyDown:T=>T.key==="Enter"&&ga()}),s.jsx(J,{onClick:ga,disabled:C||!w.trim(),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:C?s.jsx(Fe,{className:"w-4 h-4 animate-spin"}):s.jsx(Ta,{className:"w-4 h-4"})})]}),k.length>0&&s.jsxs("div",{className:"space-y-2 mt-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["找到 ",k.length," 个结果"]}),k.map(T=>s.jsxs("div",{className:"p-3 rounded-lg bg-[#162840] hover:bg-[#1a3050] cursor-pointer transition-colors",onClick:()=>Ls({id:T.id,mid:T.mid,title:T.title,price:T.price??1,filePath:""}),children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs",children:T.id}),s.jsx("span",{className:"text-white",children:T.title}),Te.includes(T.id)&&s.jsx(kc,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})]}),s.jsx(Be,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:T.matchType==="title"?"标题匹配":"内容匹配"})]}),T.snippet&&s.jsx("p",{className:"text-gray-500 text-xs mt-2 line-clamp-2",children:T.snippet}),(T.partTitle||T.chapterTitle)&&s.jsxs("p",{className:"text-gray-600 text-xs mt-1",children:[T.partTitle," · ",T.chapterTitle]})]},T.id))]})]})]})}),s.jsxs(nn,{value:"ranking",className:"space-y-4",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Nh,{className:"w-4 h-4 text-[#38bdac]"}),"内容显示规则"]})}),s.jsx(ze,{children:s.jsxs("div",{className:"flex items-center gap-4 flex-wrap",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Z,{className:"text-gray-400 text-sm whitespace-nowrap",children:"未付费预览比例"}),s.jsx(le,{type:"number",min:"1",max:"100",className:"bg-[#0a1628] border-gray-700 text-white w-20",value:jt,onChange:T=>D(Math.max(1,Math.min(100,Number(T.target.value)||20))),disabled:Ie}),s.jsx("span",{className:"text-gray-500 text-sm",children:"%"})]}),s.jsx(J,{size:"sm",onClick:Mi,disabled:Rt,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:Rt?"保存中...":"保存"}),s.jsxs("span",{className:"text-xs text-gray-500",children:["小程序未付费用户默认显示文章前 ",jt,"% 内容"]})]})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs(dt,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(wg,{className:"w-4 h-4 text-amber-400"}),"内容排行榜",s.jsxs("span",{className:"text-xs text-gray-500 font-normal ml-2",children:["按热度排行 · 共 ",At.length," 节"]})]}),s.jsxs("div",{className:"flex items-center gap-1 text-sm",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>Bs(),disabled:Nn,className:"text-gray-400 hover:text-white h-7 w-7 p-0",title:"刷新排行榜",children:s.jsx(Fe,{className:`w-4 h-4 ${Nn?"animate-spin":""}`})}),s.jsx(J,{variant:"ghost",size:"sm",disabled:Fn<=1||Nn,onClick:()=>Un(T=>Math.max(1,T-1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(d5,{className:"w-4 h-4"})}),s.jsxs("span",{className:"text-gray-400 min-w-[60px] text-center",children:[Fn," / ",Va]}),s.jsx(J,{variant:"ghost",size:"sm",disabled:Fn>=Va||Nn,onClick:()=>Un(T=>Math.min(Va,T+1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(ll,{className:"w-4 h-4"})})]})]})}),s.jsx(ze,{children:s.jsxs("div",{className:"space-y-0",children:[s.jsxs("div",{className:"grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2 text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("span",{children:"排名"}),s.jsx("span",{children:"置顶"}),s.jsx("span",{children:"标题"}),s.jsx("span",{className:"text-right",children:"点击量"}),s.jsx("span",{className:"text-right",children:"付款数"}),s.jsx("span",{className:"text-right",children:"热度"}),s.jsx("span",{className:"text-right",children:"编辑"})]}),zo.map((T,B)=>{const de=(Fn-1)*Ba+B+1,je=T.isPinned??Te.includes(T.id);return s.jsxs("div",{className:`grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2.5 items-center border-b border-gray-700/30 hover:bg-[#162840] transition-colors ${je?"bg-amber-500/5":""}`,children:[s.jsx("span",{className:`text-sm font-bold ${de<=3?"text-amber-400":"text-gray-500"}`,children:de<=3?["🥇","🥈","🥉"][de-1]:`#${de}`}),s.jsx(J,{variant:"ghost",size:"sm",className:`h-6 w-6 p-0 ${je?"text-amber-400":"text-gray-600 hover:text-amber-400"}`,onClick:()=>kr(T.id),disabled:st,title:je?"取消置顶":"强制置顶(精选推荐/首页最新更新)",children:je?s.jsx(kc,{className:"w-3.5 h-3.5 fill-current"}):s.jsx(DM,{className:"w-3.5 h-3.5"})}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"text-white text-sm truncate block",children:T.title}),s.jsxs("span",{className:"text-gray-600 text-xs",children:[T.partTitle," · ",T.chapterTitle]})]}),s.jsx("span",{className:"text-right text-sm text-blue-400 font-mono",children:T.clickCount??0}),s.jsx("span",{className:"text-right text-sm text-green-400 font-mono",children:T.payCount??0}),s.jsx("span",{className:"text-right text-sm text-amber-400 font-mono",children:(T.hotScore??0).toFixed(1)}),s.jsx("div",{className:"text-right",children:s.jsx(J,{variant:"ghost",size:"sm",className:"text-gray-500 hover:text-[#38bdac] h-6 px-1",onClick:()=>Ls({id:T.id,mid:T.mid,title:T.title,price:T.price,filePath:""}),title:"编辑文章",children:s.jsx(en,{className:"w-3 h-3"})})})]},T.id)}),zo.length===0&&s.jsx("div",{className:"py-8 text-center text-gray-500",children:"暂无数据"})]})})]})]}),s.jsxs(nn,{value:"link-person",className:"space-y-4",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"pb-3",children:[s.jsxs(dt,{className:"text-white text-base flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] text-lg font-bold",children:"@"}),"AI列表 — 链接人与事(编辑器内输入 @ 可链接)"]}),s.jsxs("div",{className:"text-xs text-gray-500 mt-1 space-y-1",children:[s.jsxs("p",{children:["文章 @ 存 ",s.jsx("span",{className:"text-gray-400",children:"token"}),";小程序点 @ 用 token 换存客宝密钥后加好友/拉群。"]}),s.jsxs("p",{children:[s.jsx("span",{className:"text-purple-300",children:"超级个体"}),":开通且昵称合法会自动进本列表可 @;共用「超级个体拉群」统一获客计划(话术由技术侧在系统里配置,本页不填 plan/apiKey,避免误操作)。"]}),s.jsx("p",{children:"点「添加」新建的人物:每人单独一条存客宝计划(SOUL链接人与事-名称)。"})]})]}),s.jsxs(ze,{className:"space-y-3",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsx("p",{className:"text-xs text-gray-500",children:"本页只管理可 @ 的人物列表"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(J,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>{Yn()},title:"刷新",children:s.jsx(Fe,{className:"w-4 h-4"})}),s.jsxs(J,{size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",onClick:()=>{ar(null),_a(!0)},children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"添加"]})]})]}),s.jsx("div",{className:"max-h-[400px] overflow-y-auto",children:it.length>0?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("th",{className:"text-left py-1.5 px-3 w-[280px] font-normal",children:"token"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-24 font-normal",children:"@的人"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-[72px] font-normal text-xs",children:"来源"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-[100px] font-normal text-xs",children:"会员"}),s.jsx("th",{className:"py-1.5 px-3 w-16 font-normal text-center",children:"获客数"}),s.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"获客计划"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-16 font-normal",children:"状态"}),s.jsx("th",{className:"text-left py-1.5 px-2 w-24 font-normal",children:"操作"})]})}),s.jsx("tbody",{children:it.map(T=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-[#0a1628]/80",children:[s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"32位token",children:T.id}),s.jsx("td",{className:"py-2 px-3 truncate max-w-[96px]",children:s.jsx("button",{type:"button",className:"text-amber-400 hover:text-amber-300 hover:underline text-left",onClick:()=>{Ut[T.id]&&ma(T.id,T.name)},title:Ut[T.id]?"点击查看获客详情":T.name,children:T.name})}),s.jsx("td",{className:"py-2 px-3",children:T.personSource==="vip_sync"?s.jsx("span",{className:"text-[10px] text-purple-300 bg-purple-500/15 px-1.5 py-0.5 rounded whitespace-nowrap",children:"超级个体"}):s.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 py-0.5 rounded whitespace-nowrap",children:"手工"})}),s.jsx("td",{className:"py-2 px-3 text-xs",children:T.userId?s.jsxs("div",{className:"flex flex-col gap-0.5 items-start max-w-[100px]",children:[T.personSource==="vip_sync"&&s.jsx("span",{className:"text-[10px] text-purple-300/90 leading-tight",children:"已绑定超级个体"}),s.jsx("button",{type:"button",className:"text-[#38bdac] hover:underline truncate max-w-[96px] block text-left",title:`用户ID: ${T.userId}`,onClick:()=>t(`/users?search=${encodeURIComponent(T.userId||"")}`),children:T.name})]}):s.jsx("span",{className:"text-gray-600",children:"—"})}),(()=>{const B=Ut[T.id]||0;return s.jsx("td",{className:`py-2 px-3 shrink-0 w-16 text-center text-xs font-bold cursor-pointer ${B>0?"text-green-400 hover:text-green-300 hover:underline":"text-gray-600"}`,title:B>0?"点击查看获客详情":"暂无获客",onClick:()=>{B>0&&ma(T.id,T.name)},children:B})})(),s.jsx("td",{className:"py-2 px-3 text-white truncate max-w-[220px]",title:`planId: ${T.ckbPlanId??"-"}`,children:s.jsx("div",{className:"flex items-center gap-1.5",children:s.jsx("span",{className:"truncate",children:T.ckbPlanId?T.personSource==="vip_sync"?"超级个体拉群(统一计划)":`SOUL链接人与事-${T.name}`:"—"})})}),s.jsx("td",{className:"py-2 px-3 text-center",children:T.ckbPlanId?s.jsx("span",{className:"text-[10px] text-green-400 bg-green-400/10 px-1.5 py-0.5 rounded",children:"启用"}):s.jsx("span",{className:"text-[10px] text-gray-500 bg-gray-500/10 px-1.5 py-0.5 rounded",children:"未配置"})}),s.jsx("td",{className:"py-2 px-2",children:s.jsxs("div",{className:"flex items-center gap-0",children:[s.jsx(J,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-[#38bdac] h-6 px-2",title:"编辑",onClick:async()=>{try{const B=await q9(T.personId||"");if(B!=null&&B.success&&B.person){const de=B.person;ar({id:de.token??de.personId,personId:de.personId,name:de.name,personSource:de.personSource??"",userId:de.userId??"",label:de.label??"",ckbApiKey:de.ckbApiKey??"",remarkType:de.remarkType,remarkFormat:de.remarkFormat,addFriendInterval:de.addFriendInterval,startTime:de.startTime,endTime:de.endTime,deviceGroups:de.deviceGroups})}else ar(T),B!=null&&B.error&&X.error(B.error)}catch(B){console.error(B),ar(T),X.error(B instanceof Error?B.message:"加载人物详情失败")}_a(!0)},children:s.jsx(b1,{className:"w-3 h-3"})}),s.jsx(J,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-green-400 h-6 px-2",title:"查看新客户",onClick:()=>ma(T.id,T.name),children:s.jsx(_n,{className:"w-3 h-3"})}),s.jsx(J,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",title:T.personSource==="vip_sync"?"删除本地 @人物(不删统一获客计划)":"删除(同时删除存客宝对应获客计划)",onClick:()=>wi(T),children:s.jsx(ts,{className:"w-3 h-3"})})]})})]},T.id))})]}):s.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无AI人物,添加后可在编辑器中 @链接"})})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"pb-3",children:[s.jsxs(dt,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(YM,{className:"w-4 h-4 text-[#38bdac]"}),"存客宝绑定"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置存客宝 API 后,文章中 @人物 或 #标签 点击可自动进入存客宝流量池"})]}),s.jsxs(ze,{className:"space-y-3",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"存客宝 API 地址"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"https://ckbapi.quwanzhi.com",defaultValue:"https://ckbapi.quwanzhi.com",readOnly:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"绑定计划"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"创业实验-内容引流",defaultValue:"创业实验-内容引流",readOnly:!0})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["具体存客宝场景配置与接口测试请前往"," ",s.jsx("button",{className:"text-[#38bdac] hover:underline",onClick:()=>window.open("/match","_blank"),children:"找伙伴 → 存客宝工作台"})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"pb-3",children:[s.jsxs(dt,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Nh,{className:"w-4 h-4 text-blue-400"}),"获客 Webhook 通知"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置后新获客线索将自动推送到群聊(支持企业微信/飞书 Webhook)"})]}),s.jsxs(ze,{className:"space-y-3",children:[s.jsxs("div",{className:"flex gap-3 items-end",children:[s.jsxs("div",{className:"flex-1 space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"Webhook URL"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=...",value:br,onChange:T=>Vr(T.target.value)})]}),s.jsxs(J,{size:"sm",className:"bg-blue-500 hover:bg-blue-600 text-white h-8",onClick:async()=>{const T=br.trim();try{const B=await St("/api/db/config",{key:"ckb_lead_webhook_url",value:T,description:"获客线索 Webhook 通知 URL(企微/飞书)"});B!=null&&B.success?X.success(T?"Webhook 已保存":"Webhook 已清除"):X.error((B==null?void 0:B.error)??"保存失败")}catch{X.error("保存失败")}},children:[s.jsx(Sn,{className:"w-3.5 h-3.5 mr-1"}),"保存"]})]}),s.jsx("p",{className:"text-xs text-gray-500",children:"配置企业微信或飞书群机器人 Webhook URL,获客成功后自动推送通知"})]})]})]}),s.jsxs(nn,{value:"link-tag",className:"space-y-4",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"pb-3",children:[s.jsxs(dt,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(y1,{className:"w-4 h-4 text-amber-400"}),"链接标签 — 链接事与物(编辑器内 #标签 可跳转链接/小程序/存客宝)"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"小程序端点击 #标签 可直接跳转对应链接,进入流量池"})]}),s.jsxs(ze,{className:"space-y-3",children:[s.jsxs("div",{className:"flex items-end justify-between gap-3 flex-wrap",children:[s.jsxs("div",{className:"flex items-end gap-2 flex-wrap",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-400 text-xs",children:"搜索"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-48",placeholder:"按标签ID/显示文字搜索",value:Ms,onChange:T=>{rr(T.target.value),zr(1)}})]}),s.jsx(J,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50 h-8",onClick:()=>{Hs(),Kr()},title:"刷新",children:s.jsx(Fe,{className:"w-4 h-4"})})]}),s.jsxs(J,{size:"sm",className:"bg-amber-500 hover:bg-amber-600 text-white h-8",onClick:()=>{ye(null),ft({tagId:"",label:"",aliases:"",url:"",type:"url",appId:"",appSecret:"",pagePath:""}),Us(""),gs(!1),As(!0)},children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"添加标签"]})]}),s.jsxs("div",{className:"rounded-md border border-gray-700/50 overflow-hidden",children:[s.jsx("div",{className:"max-h-[420px] overflow-y-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"bg-[#0a1628] border-b border-gray-700/50",children:s.jsxs("tr",{children:[s.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-32",children:"标签"}),s.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-28",children:"别名"}),s.jsx("th",{className:"text-left px-3 py-2 text-gray-400 w-20",children:"类型"}),s.jsx("th",{className:"text-left px-3 py-2 text-gray-400",children:"目标 / AppID"}),s.jsx("th",{className:"text-right px-3 py-2 text-gray-400 w-28",children:"操作"})]})}),s.jsx("tbody",{children:Ni?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:"加载中..."})}):as.length===0?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:"暂无链接标签,添加后可在编辑器中使用 #标签 跳转"})}):as.map(T=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-white/5",children:[s.jsx("td",{className:"px-3 py-2",children:s.jsxs("button",{type:"button",className:"text-amber-400 font-semibold hover:text-amber-300 hover:underline text-left",onClick:()=>{ye(T),ft({tagId:T.id,label:T.label,aliases:T.aliases??"",url:T.url,type:T.type,appId:T.appId??"",appSecret:"",pagePath:T.pagePath??""}),Us(T.appId??""),gs(!1),As(!0)},title:"点击编辑标签",children:["#",T.label]})}),s.jsx("td",{className:"px-3 py-2 text-gray-500 text-xs truncate max-w-[120px]",title:T.aliases||"",children:T.aliases||"—"}),s.jsx("td",{className:"px-3 py-2",children:s.jsx(Be,{variant:"secondary",className:`text-[10px] ${T.type==="ckb"?"bg-green-500/20 text-green-300 border-green-500/30":T.type==="miniprogram"||T.type==="wxlink"?"bg-[#38bdac]/20 text-[#38bdac] border-[#38bdac]/30":"bg-gray-700 text-gray-300"}`,children:T.type==="url"?"网页":T.type==="ckb"?"存客宝":T.type==="wxlink"?"小程序链接":"小程序"})}),s.jsx("td",{className:"px-3 py-2 text-gray-300",children:T.type==="miniprogram"?s.jsxs("div",{className:"space-y-0.5",children:[(()=>{const B=jr.find(de=>de.key===T.appId);return s.jsxs(s.Fragment,{children:[B&&s.jsx("div",{className:"text-xs text-white",children:B.name}),s.jsxs("div",{className:"text-xs font-mono text-[#38bdac]",children:["AppID: ",(B==null?void 0:B.appId)||T.appId||"—"]})]})})(),T.pagePath&&s.jsx("div",{className:"text-xs text-gray-500 font-mono",children:T.pagePath}),s.jsxs("div",{className:`text-xs ${T.hasAppSecret?"text-emerald-400/90":"text-amber-500/80"}`,children:["AppSecret:",T.hasAppSecret?"已保存(仅服务端)":"未配置"]})]}):T.type==="wxlink"?s.jsxs("div",{className:"space-y-0.5",children:[s.jsx("div",{className:"text-xs text-[#38bdac] truncate max-w-[420px] font-mono",title:T.url,children:T.url||"—"}),s.jsx("div",{className:"text-[11px] text-gray-500",children:"小程序内点击 → web-view 打开 → 自动唤起目标小程序"})]}):T.url?s.jsxs("a",{href:T.url,target:"_blank",rel:"noreferrer",className:"text-blue-400 text-xs truncate max-w-[420px] hover:underline inline-flex items-center gap-1",children:[T.url," ",s.jsx(mi,{className:"w-3 h-3 shrink-0"})]}):s.jsx("span",{className:"text-gray-500 text-xs",children:"—"})}),s.jsx("td",{className:"px-3 py-2",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(J,{variant:"ghost",size:"sm",className:"text-gray-300 hover:text-white h-7 px-2",onClick:()=>{ye(T),ft({tagId:T.id,label:T.label,aliases:T.aliases??"",url:T.url,type:T.type,appId:T.appId??"",appSecret:"",pagePath:T.pagePath??""}),Us(T.appId??""),gs(!1),As(!0)},title:"编辑",children:s.jsx(b1,{className:"w-3 h-3"})}),s.jsx(J,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-7 px-2",onClick:async()=>{if(confirm(`确定要删除「#${T.label}」吗?`))try{const B=await di(`/api/db/link-tags?tagId=${encodeURIComponent(T.id)}`);B!=null&&B.success?(X.success("已删除"),Hs(),Kr()):X.error((B==null?void 0:B.error)??"删除失败")}catch(B){console.error(B),X.error("删除失败")}},title:"删除",children:s.jsx(ts,{className:"w-3 h-3"})})]})})]},T.id))})]})}),s.jsx(Zs,{page:da,pageSize:$r,total:xr,totalPages:Oa,onPageChange:T=>zr(T),onPageSizeChange:T=>{Fr(T),zr(1)}})]})]})]}),s.jsx($t,{open:yr,onOpenChange:As,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg p-4 gap-3",children:[s.jsxs(Ft,{className:"gap-1",children:[s.jsx(Bt,{className:"text-base",children:se?"编辑链接标签":"添加链接标签"}),s.jsx(uf,{className:"text-gray-400 text-xs",children:"配置后可在富文本编辑器中通过 #标签 插入,并在小程序端点击跳转。小程序类型需填 mpKey 或微信 AppID;AppSecret 仅存服务端(不下发小程序),供后续开放接口与台账使用。"})]}),s.jsxs("div",{className:"space-y-3 py-2",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"标签ID"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"留空自动生成;或自定义短 ID(如 kr),最长 50 字符",value:Ge.tagId,disabled:!!se,onChange:T=>ft(B=>({...B,tagId:T.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"显示文字"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"如 神仙团队",value:Ge.label,onChange:T=>ft(B=>({...B,label:T.target.value}))})]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"别名(多个用逗号分隔,同指向一个目标)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"如 团队招募, 团队合伙人",value:Ge.aliases,onChange:T=>ft(B=>({...B,aliases:T.target.value}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 items-end",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"类型"}),s.jsxs(Nc,{value:Ge.type,onValueChange:T=>ft(B=>({...B,type:T})),children:[s.jsx(il,{className:"bg-[#0a1628] border-gray-700 text-white h-8",children:s.jsx(wc,{})}),s.jsxs(ol,{className:"bg-[#0f2137] border-gray-700 text-white",children:[s.jsx(Ys,{value:"url",children:"网页链接"}),s.jsx(Ys,{value:"miniprogram",children:"小程序(API跳转)"}),s.jsx(Ys,{value:"wxlink",children:"小程序链接(右上角复制)"}),s.jsx(Ys,{value:"ckb",children:"存客宝"})]})]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:Ge.type==="url"?"URL地址":Ge.type==="ckb"?"存客宝计划URL":Ge.type==="wxlink"?"小程序链接":"小程序 mpKey / 微信 AppID"}),Ge.type==="wxlink"?s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"粘贴小程序右上角 ... → 复制链接 得到的 URL",value:Ge.url,onChange:T=>ft(B=>({...B,url:T.target.value}))}):Ge.type==="miniprogram"&&jr.length>0?s.jsxs("div",{ref:Ei,className:"relative",children:[s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"搜索名称或密钥",value:xa?Ha:Ge.appId,onChange:T=>{const B=T.target.value;Us(B),gs(!0),jr.some(de=>de.key===B)||ft(de=>({...de,appId:B}))},onFocus:()=>{Us(Ge.appId),gs(!0)},onBlur:()=>setTimeout(()=>gs(!1),150)}),xa&&s.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 max-h-48 overflow-y-auto rounded-md border border-gray-700 bg-[#0a1628] shadow-lg z-50",children:Ua.length===0?s.jsx("div",{className:"px-3 py-2 text-gray-500 text-xs",children:"无匹配,可手动输入密钥"}):Ua.map(T=>s.jsxs("button",{type:"button",className:"w-full px-3 py-2 text-left text-sm text-white hover:bg-[#38bdac]/20 flex flex-col gap-0.5",onMouseDown:B=>{B.preventDefault(),ft(de=>({...de,appId:T.key,pagePath:T.path||""})),Us(""),gs(!1)},children:[s.jsx("span",{children:T.name}),s.jsx("span",{className:"text-xs text-gray-400 font-mono",children:T.key})]},T.key))})]}):s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:Ge.type==="url"?"https://...":Ge.type==="ckb"?"https://ckbapi.quwanzhi.com/...":"关联配置的 key,或直接填 wx 开头的 AppID",value:Ge.type==="url"||Ge.type==="ckb"?Ge.url:Ge.appId,onChange:T=>{Ge.type==="url"||Ge.type==="ckb"?ft(B=>({...B,url:T.target.value})):ft(B=>({...B,appId:T.target.value}))}})]})]}),Ge.type==="wxlink"&&s.jsx("p",{className:"text-[11px] text-amber-400/80 leading-snug px-0.5",children:"操作:打开目标小程序 → 右上角「...」→「复制链接」→ 粘贴到上面。小程序内点击此标签会在 web-view 中打开,微信自动唤起目标小程序,无需修改小程序版本。"}),Ge.type==="miniprogram"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"页面路径(可选)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:"pages/index/index",value:Ge.pagePath,onChange:T=>ft(B=>({...B,pagePath:T.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-300 text-sm",children:"AppSecret(微信公众平台 · 仅服务端存储)"}),s.jsx(le,{type:"password",autoComplete:"new-password",className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm font-mono",placeholder:se!=null&&se.hasAppSecret?"已保存密钥,留空不改;填写则覆盖":"粘贴目标小程序 AppSecret",value:Ge.appSecret,onChange:T=>ft(B=>({...B,appSecret:T.target.value}))}),s.jsx("p",{className:"text-[11px] text-gray-500 leading-snug",children:"与 AppID 成对落库;接口响应与小程序配置中均不会返回此字段。"})]})]})]}),s.jsxs(yn,{className:"gap-2 pt-1",children:[s.jsx(J,{variant:"outline",onClick:()=>As(!1),className:"border-gray-600",children:"取消"}),s.jsx(J,{onClick:async()=>{const T={tagId:Ge.tagId.trim(),label:Ge.label.trim(),aliases:Ge.aliases.trim(),url:Ge.url.trim(),type:Ge.type,appId:Ge.appId.trim(),appSecret:Ge.appSecret.trim(),pagePath:Ge.pagePath.trim()};if(T.tagId){const B=T.tagId;if([...B].length>50){X.error("标签ID 最长 50 个字符");return}if(/[#,\n\r\t]/.test(B)){X.error("标签ID 不能含 #、逗号或换行");return}}if(!T.label){X.error("显示文字必填");return}T.type==="miniprogram"&&(T.url=""),T.type==="wxlink"&&(T.appId="",T.pagePath=""),Fs(!0);try{const B=await St("/api/db/link-tags",T);B!=null&&B.success?(X.success(se?"已更新":"已添加"),As(!1),Hs(),Kr()):X.error((B==null?void 0:B.error)??"保存失败")}catch(B){console.error(B),X.error("保存失败")}finally{Fs(!1)}},disabled:Wn,className:"bg-amber-500 hover:bg-amber-600 text-white",children:Wn?"保存中...":"保存"})]})]})})]})]}),s.jsx(J9,{open:Da,onOpenChange:_a,editingPerson:Lo,onSubmit:async T=>{var je;const B={personId:T.personId||T.name.toLowerCase().replace(/\s+/g,"_")+"_"+Date.now().toString(36),name:T.name,userId:T.boundUserId,aliases:T.aliases||void 0,label:T.label,ckbApiKey:T.ckbApiKey||void 0,greeting:T.greeting||void 0,tips:T.tips||void 0,remarkType:T.remarkType||void 0,remarkFormat:T.remarkFormat||void 0,addFriendInterval:T.addFriendInterval,startTime:T.startTime||void 0,endTime:T.endTime||void 0,deviceGroups:(je=T.deviceGroups)!=null&&je.trim()?T.deviceGroups.split(",").map(He=>parseInt(He.trim(),10)).filter(He=>!Number.isNaN(He)):void 0},de=await St("/api/db/persons",B);if(de&&de.success===!1){const He=de;He.ckbResponse&&console.log("存客宝返回",He.ckbResponse);const ht=He.error||"操作失败";throw new Error(ht)}if(Yn(),X.success(Lo?"已保存":"已添加"),de!=null&&de.ckbCreateResult&&Object.keys(de.ckbCreateResult).length>0){const He=de.ckbCreateResult;console.log("存客宝创建结果",He);const ht=He.planId??He.id,Tt=ht!=null?[`planId: ${ht}`]:[];He.apiKey!=null&&Tt.push("apiKey: ***"),X.info(Tt.length?`存客宝创建结果:${Tt.join(",")}`:"存客宝创建结果见控制台")}}}),s.jsx($t,{open:!!Is,onOpenChange:T=>{T||wi(null)},children:s.jsxs(zt,{showCloseButton:!0,className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[s.jsxs(Ft,{className:"gap-1",children:[s.jsx(Bt,{className:"text-white text-base",children:"确认删除"}),s.jsx(uf,{className:"text-gray-400 text-sm leading-relaxed wrap-break-word",children:Is&&s.jsxs(s.Fragment,{children:[Is.personSource==="vip_sync"?s.jsxs(s.Fragment,{children:[s.jsxs("p",{children:["确定删除超级个体「",Is.name,"」对应的 @人物?"]}),s.jsxs("p",{className:"mt-1.5 text-amber-200/90",children:["仅删除本系统的 Person 与独立 token,",s.jsx("strong",{children:"不会"}),"删除存客宝里的「超级个体统一获客计划」(其他超级个体仍在使用该计划)。"]})]}):s.jsx(s.Fragment,{children:s.jsxs("p",{children:["确定删除「SOUL链接人与事-",Is.name,"」?将同时删除存客宝对应获客计划。"]})}),s.jsxs("p",{className:"mt-1.5",children:["二次确认:删除后无法恢复,文章中的 @",Is.name," 将无法正常跳转。"]})]})})]}),s.jsxs(yn,{className:"gap-2 sm:gap-2 pt-1",children:[s.jsx(J,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300",onClick:()=>wi(null),children:"取消"}),s.jsx(J,{variant:"destructive",size:"sm",className:"bg-red-600 hover:bg-red-700",onClick:async()=>{Is&&(await di(`/api/db/persons?personId=${Is.personId}`),wi(null),Yn(),X.success("已删除"))},children:"确定删除"})]})]})}),s.jsx($t,{open:ir,onOpenChange:Oo,children:s.jsxs(zt,{className:"max-w-2xl bg-[#0f2137] border-gray-700",children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[s.jsx(_n,{className:"w-5 h-5 text-green-400"}),za," — 获客详情(共 ",Qn," 条)"]})}),s.jsx("div",{className:"max-h-[450px] overflow-y-auto space-y-2",children:ji?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Fe,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):wn.length===0?s.jsx("div",{className:"text-gray-500 text-sm py-8 text-center",children:"暂无获客记录"}):s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"grid grid-cols-[40px_1fr_90px_90px_70px_60px_110px] gap-2 px-3 py-1.5 text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("span",{children:"#"}),s.jsx("span",{children:"昵称/姓名"}),s.jsx("span",{children:"手机"}),s.jsx("span",{children:"微信"}),s.jsx("span",{children:"来源"}),s.jsx("span",{children:"状态"}),s.jsx("span",{children:"时间"})]}),wn.map((T,B)=>s.jsxs("div",{className:"grid grid-cols-[40px_1fr_90px_90px_70px_60px_110px] gap-2 px-3 py-2 bg-[#0a1628] rounded text-sm",children:[s.jsx("span",{className:"text-gray-500 text-xs",children:(Br-1)*20+B+1}),s.jsx("span",{className:"text-white truncate",children:T.nickname||T.name||T.userId||"-"}),s.jsx("span",{className:"text-gray-300 text-xs",children:T.phone||"-"}),s.jsx("span",{className:"text-gray-300 text-xs truncate",children:T.wechatId||"-"}),s.jsx("span",{className:"text-xs",children:T.source==="article_mention"?s.jsx("span",{className:"text-purple-400",children:"文章@"}):T.source==="index_lead"?s.jsx("span",{className:"text-blue-400",children:"首页"}):s.jsx("span",{className:"text-gray-500",children:T.source||"-"})}),s.jsx("span",{className:"text-[10px]",children:s.jsx("span",{className:"text-green-400 bg-green-400/10 px-1 py-0.5 rounded",children:"已添加"})}),s.jsx("span",{className:"text-gray-500 text-xs",children:T.createdAt?new Date(T.createdAt).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"}):"-"})]},T.id))]})}),Qn>20&&s.jsxs("div",{className:"flex items-center justify-center gap-2 pt-2",children:[s.jsx(J,{size:"sm",variant:"outline",disabled:Br<=1,onClick:()=>ma(ua,za,Br-1),className:"border-gray-600 text-gray-300 bg-transparent h-7 px-3",children:"上一页"}),s.jsxs("span",{className:"text-gray-400 text-xs",children:[Br," / ",Math.ceil(Qn/20)]}),s.jsx(J,{size:"sm",variant:"outline",disabled:Br>=Math.ceil(Qn/20),onClick:()=>ma(ua,za,Br+1),className:"border-gray-600 text-gray-300 bg-transparent h-7 px-3",children:"下一页"})]})]})})]})}const li={name:"卡若",avatar:"K",avatarImg:"",title:"Soul派对房主理人 · 私域运营专家",bio:'每天早上6点到9点,在Soul派对房分享真实的创业故事。专注私域运营与项目变现,用"云阿米巴"模式帮助创业者构建可持续的商业体系。',stats:[{label:"商业案例",value:"62"},{label:"连续直播",value:"365天"},{label:"派对分享",value:"1000+"}],highlights:["5年私域运营经验","帮助100+品牌从0到1增长","连续创业者,擅长商业模式设计"]};function ij(t){return Array.isArray(t)?t.map(e=>e&&typeof e=="object"&&"label"in e&&"value"in e?{label:String(e.label),value:String(e.value)}:{label:"",value:""}).filter(e=>e.label||e.value):li.stats}function oj(t){return Array.isArray(t)?t.map(e=>typeof e=="string"?e:String(e??"")).filter(Boolean):li.highlights}function X9(){const[t,e]=b.useState(li),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useRef(null);b.useEffect(()=>{De("/api/admin/author-settings").then(k=>{const E=k==null?void 0:k.data;E&&typeof E=="object"&&e({name:String(E.name??li.name),avatar:String(E.avatar??li.avatar),avatarImg:String(E.avatarImg??""),title:String(E.title??li.title),bio:String(E.bio??li.bio),stats:ij(E.stats).length?ij(E.stats):li.stats,highlights:oj(E.highlights).length?oj(E.highlights):li.highlights})}).catch(console.error).finally(()=>r(!1))},[]);const h=async()=>{i(!0);try{const k={name:t.name,avatar:t.avatar||"K",avatarImg:t.avatarImg,title:t.title,bio:t.bio,stats:t.stats.filter(L=>L.label||L.value),highlights:t.highlights.filter(Boolean)},E=await St("/api/admin/author-settings",k);if(!E||E.success===!1){X.error("保存失败: "+(E&&typeof E=="object"&&"error"in E?E.error:""));return}i(!1);const C=document.createElement("div");C.className="fixed top-4 right-4 z-50 px-4 py-2 rounded-lg bg-[#38bdac] text-white text-sm shadow-lg",C.textContent="作者设置已保存",document.body.appendChild(C),setTimeout(()=>C.remove(),2e3)}catch(k){console.error(k),X.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{i(!1)}},f=async k=>{var C;const E=(C=k.target.files)==null?void 0:C[0];if(E){c(!0);try{const L=new FormData;L.append("file",E),L.append("folder","avatars");const O=gu(),K={};O&&(K.Authorization=`Bearer ${O}`);const H=await(await fetch(Oc("/api/upload"),{method:"POST",body:L,credentials:"include",headers:K})).json();H!=null&&H.success&&(H!=null&&H.url)?e(P=>({...P,avatarImg:H.url})):X.error("上传失败: "+((H==null?void 0:H.error)||"未知错误"))}catch(L){console.error(L),X.error("上传失败")}finally{c(!1),u.current&&(u.current.value="")}}},m=()=>e(k=>({...k,stats:[...k.stats,{label:"",value:""}]})),x=k=>e(E=>({...E,stats:E.stats.filter((C,L)=>L!==k)})),y=(k,E,C)=>e(L=>({...L,stats:L.stats.map((O,K)=>K===k?{...O,[E]:C}:O)})),v=()=>e(k=>({...k,highlights:[...k.highlights,""]})),w=k=>e(E=>({...E,highlights:E.highlights.filter((C,L)=>L!==k)})),N=(k,E)=>e(C=>({...C,highlights:C.highlights.map((L,O)=>O===k?E:L)}));return n?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(ci,{className:"w-5 h-5 text-[#38bdac]"}),"作者详情"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置小程序「关于作者」页展示的作者信息,包括头像、简介、统计数据与亮点标签。"})]}),s.jsxs(J,{onClick:h,disabled:a||n,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"flex items-center gap-2 text-white",children:[s.jsx(ci,{className:"w-4 h-4 text-[#38bdac]"}),"基本信息"]}),s.jsx(Yt,{className:"text-gray-400",children:"作者姓名、头像、头衔与个人简介,将展示在「关于作者」页顶部。"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"姓名"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.name,onChange:k=>e(E=>({...E,name:k.target.value})),placeholder:"卡若"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"首字母占位(无头像时显示)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white w-20",value:t.avatar,onChange:k=>e(E=>({...E,avatar:k.target.value.slice(0,1)||"K"})),placeholder:"K"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx($j,{className:"w-3 h-3 text-[#38bdac]"}),"头像图片"]}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(le,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:t.avatarImg,onChange:k=>e(E=>({...E,avatarImg:k.target.value})),placeholder:"上传或粘贴 URL,如 /uploads/avatars/xxx.png"}),s.jsx("input",{ref:u,type:"file",accept:"image/*",className:"hidden",onChange:f}),s.jsxs(J,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:o,onClick:()=>{var k;return(k=u.current)==null?void 0:k.click()},children:[s.jsx(of,{className:"w-4 h-4 mr-2"}),o?"上传中...":"上传"]})]}),t.avatarImg&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:vo(t.avatarImg.startsWith("http")?t.avatarImg:Oc(t.avatarImg)),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"头衔"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.title,onChange:k=>e(E=>({...E,title:k.target.value})),placeholder:"Soul派对房主理人 · 私域运营专家"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"个人简介"}),s.jsx(wl,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[120px]",value:t.bio,onChange:k=>e(E=>({...E,bio:k.target.value})),placeholder:"每天早上6点到9点..."})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsx(dt,{className:"text-white",children:"统计数据"}),s.jsx(Yt,{className:"text-gray-400",children:"展示在作者卡片中的数字指标,如「商业案例 62」「连续直播 365天」。第一个「商业案例」的值可由书籍统计自动更新。"})]}),s.jsxs(ze,{className:"space-y-3",children:[t.stats.map((k,E)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(le,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.label,onChange:C=>y(E,"label",C.target.value),placeholder:"标签"}),s.jsx(le,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.value,onChange:C=>y(E,"value",C.target.value),placeholder:"数值"}),s.jsx(J,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>x(E),children:s.jsx(ts,{className:"w-4 h-4"})})]},E)),s.jsxs(J,{variant:"outline",size:"sm",onClick:m,className:"border-gray-600 text-gray-400",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"添加统计项"]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsx(dt,{className:"text-white",children:"亮点标签"}),s.jsx(Yt,{className:"text-gray-400",children:"作者优势或成就的简短描述,以标签形式展示。"})]}),s.jsxs(ze,{className:"space-y-3",children:[t.highlights.map((k,E)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(le,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k,onChange:C=>N(E,C.target.value),placeholder:"5年私域运营经验"}),s.jsx(J,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>w(E),children:s.jsx(ts,{className:"w-4 h-4"})})]},E)),s.jsxs(J,{variant:"outline",size:"sm",onClick:v,className:"border-gray-600 text-gray-400",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"添加亮点"]})]})]})]})]})}function Z9(t){return confirm(`确定删除该${t}?此操作不可恢复。`)?window.prompt(`请输入「删除」以确认删除${t}`)==="删除":!1}function eV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o]=b.useState(10),[c,u]=b.useState(0),[h,f]=b.useState(""),m=hf(h,300),[x,y]=b.useState(!0),[v,w]=b.useState(null),[N,k]=b.useState(!1),[E,C]=b.useState(null),[L,O]=b.useState(""),[K,_]=b.useState(""),[H,P]=b.useState(""),[ee,Q]=b.useState("admin"),[V,re]=b.useState("active"),[ae,pe]=b.useState(!1);async function I(){var U;y(!0),w(null);try{const ce=new URLSearchParams({page:String(a),pageSize:String(o)});m.trim()&&ce.set("search",m.trim());const ue=await De(`/api/admin/users?${ce}`);ue!=null&&ue.success?(e(ue.records||[]),r(ue.total??0),u(ue.totalPages??0)):w(ue.error||"加载失败")}catch(ce){const ue=ce;w(ue.status===403?"无权限访问":((U=ue==null?void 0:ue.data)==null?void 0:U.error)||"加载失败"),e([])}finally{y(!1)}}b.useEffect(()=>{I()},[a,o,m]);const z=()=>{C(null),O(""),_(""),P(""),Q("admin"),re("active"),k(!0)},R=U=>{C(U),O(U.username),_(""),P(U.name||""),Q(U.role==="super_admin"?"super_admin":"admin"),re(U.status==="disabled"?"disabled":"active"),k(!0)},ie=async()=>{var U;if(!L.trim()){w("用户名不能为空");return}if(!E&&!K){w("新建时密码必填,至少 6 位");return}if(K&&K.length<6){w("密码至少 6 位");return}w(null),pe(!0);try{if(E){const ce=await Zt("/api/admin/users",{id:E.id,password:K||void 0,name:H.trim(),role:ee,status:V});ce!=null&&ce.success?(k(!1),I()):w((ce==null?void 0:ce.error)||"保存失败")}else{const ce=await St("/api/admin/users",{username:L.trim(),password:K,name:H.trim(),role:ee});ce!=null&&ce.success?(k(!1),I()):w((ce==null?void 0:ce.error)||"保存失败")}}catch(ce){const ue=ce;w(((U=ue==null?void 0:ue.data)==null?void 0:U.error)||"保存失败")}finally{pe(!1)}},q=async U=>{var ce;if(!Z9("管理员")){w("已取消删除");return}try{const ue=await di(`/api/admin/users?id=${U}`);ue!=null&&ue.success?I():w((ue==null?void 0:ue.error)||"删除失败")}catch(ue){const oe=ue;w(((ce=oe==null?void 0:oe.data)==null?void 0:ce.error)||"删除失败")}},$=U=>{if(!U)return"-";try{const ce=new Date(U);return isNaN(ce.getTime())?U:ce.toLocaleString("zh-CN")}catch{return U}};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(jc,{className:"w-5 h-5 text-[#38bdac]"}),"管理员用户"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"后台登录账号管理,仅超级管理员可操作"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(le,{placeholder:"搜索用户名/昵称",value:h,onChange:U=>f(U.target.value),className:"w-48 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"}),s.jsx(J,{variant:"outline",size:"sm",onClick:I,disabled:x,className:"border-gray-600 text-gray-300",children:s.jsx(Fe,{className:`w-4 h-4 ${x?"animate-spin":""}`})}),s.jsxs(J,{onClick:z,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"新增管理员"]})]})]}),v&&s.jsxs("div",{className:"mb-4 p-3 rounded-lg bg-red-500/10 border border-red-500/20 text-red-400 text-sm flex justify-between items-center",children:[s.jsx("span",{children:v}),s.jsx("button",{type:"button",onClick:()=>w(null),className:"text-red-400 hover:text-red-300",children:"×"})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(ze,{className:"p-0",children:x?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"ID"}),s.jsx(Se,{className:"text-gray-400",children:"用户名"}),s.jsx(Se,{className:"text-gray-400",children:"昵称"}),s.jsx(Se,{className:"text-gray-400",children:"角色"}),s.jsx(Se,{className:"text-gray-400",children:"状态"}),s.jsx(Se,{className:"text-gray-400",children:"创建时间"}),s.jsx(Se,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(ms,{children:[t.map(U=>s.jsxs(xt,{className:"border-gray-700/50",children:[s.jsx(Ne,{className:"text-gray-300",children:U.id}),s.jsx(Ne,{className:"text-white font-medium",children:U.username}),s.jsx(Ne,{className:"text-gray-400",children:U.name||"-"}),s.jsx(Ne,{children:s.jsx(Be,{variant:"outline",className:U.role==="super_admin"?"border-amber-500/50 text-amber-400":"border-gray-600 text-gray-400",children:U.role==="super_admin"?"超级管理员":"管理员"})}),s.jsx(Ne,{children:s.jsx(Be,{variant:"outline",className:U.status==="active"?"border-[#38bdac]/50 text-[#38bdac]":"border-gray-500 text-gray-500",children:U.status==="active"?"正常":"已禁用"})}),s.jsx(Ne,{className:"text-gray-500 text-sm",children:$(U.createdAt)}),s.jsxs(Ne,{className:"text-right",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>R(U),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(en,{className:"w-4 h-4"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>q(U.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(js,{className:"w-4 h-4"})})]})]},U.id)),t.length===0&&!x&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:7,className:"text-center py-12 text-gray-500",children:v==="无权限访问"?"仅超级管理员可查看":"暂无管理员"})})]})]}),c>1&&s.jsx("div",{className:"p-4 border-t border-gray-700/50",children:s.jsx(Zs,{page:a,pageSize:o,total:n,totalPages:c,onPageChange:i})})]})})}),s.jsx($t,{open:N,onOpenChange:k,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:E?"编辑管理员":"新增管理员"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"用户名"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"登录用户名",value:L,onChange:U=>O(U.target.value),disabled:!!E}),E&&s.jsx("p",{className:"text-xs text-gray-500",children:"用户名不可修改"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:E?"新密码(留空不改)":"密码"}),s.jsx(le,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:E?"留空表示不修改":"至少 6 位",value:K,onChange:U=>_(U.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"昵称"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"显示名称",value:H,onChange:U=>P(U.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"角色"}),s.jsxs("select",{value:ee,onChange:U=>Q(U.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"admin",children:"管理员"}),s.jsx("option",{value:"super_admin",children:"超级管理员"})]})]}),E&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"状态"}),s.jsxs("select",{value:V,onChange:U=>re(U.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"active",children:"正常"}),s.jsx("option",{value:"disabled",children:"禁用"})]})]})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>k(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:ie,disabled:ae,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),ae?"保存中...":"保存"]})]})]})})]})}function Mn({method:t,url:e,desc:n,headers:r,bodyTitle:a,body:i,response:o}){const c=t==="GET"?"text-emerald-400":t==="POST"?"text-amber-400":t==="PUT"?"text-blue-400":t==="DELETE"?"text-rose-400":"text-gray-400";return s.jsxs("div",{className:"rounded-lg bg-[#0a1628]/60 border border-gray-700/50 p-4 space-y-3",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("span",{className:`font-mono font-semibold ${c}`,children:t}),s.jsx("code",{className:"text-sm text-[#38bdac] break-all",children:e})]}),n&&s.jsx("p",{className:"text-gray-400 text-sm",children:n}),r&&r.length>0&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Headers"}),s.jsx("pre",{className:"text-xs text-gray-300 font-mono overflow-x-auto p-2 rounded bg-black/30",children:r.join(` +`)})]}),i&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:a??"Request Body (JSON)"}),s.jsx("pre",{className:"text-xs text-green-400/90 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:i})]}),o&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Response Example"}),s.jsx("pre",{className:"text-xs text-amber-200/80 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:o})]})]})}function C4(){const t=["Authorization: Bearer {token}","Content-Type: application/json"];return s.jsxs("div",{className:"p-8 w-full bg-[#0a1628] text-white",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"内容管理相关接口 · RESTful · 基础路径 /api · 管理端需 Bearer Token"})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(vg,{className:"w-5 h-5 text-[#38bdac]"}),"1. Authentication"]})}),s.jsx(ze,{className:"space-y-4",children:s.jsx(Mn,{method:"POST",url:"/api/admin",desc:"登录,返回 JWT token",headers:["Content-Type: application/json"],body:`{ + "username": "admin", + "password": "your_password" +}`,response:`{ + "success": true, + "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", + "expires_at": "2026-03-16T12:00:00Z" +}`})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(er,{className:"w-5 h-5 text-[#38bdac]"}),"2. 章节管理 (Chapters)"]})}),s.jsxs(ze,{className:"space-y-4",children:[s.jsx(Mn,{method:"GET",url:"/api/db/book?action=chapters",desc:"获取章节树",headers:t,response:`{ + "success": true, + "data": [ + { "id": "part-1", "title": "第一篇", "children": [...] }, + { "id": "section-1", "title": "第1节", "price": 1.0, "isFree": false } + ] +}`}),s.jsx(Mn,{method:"GET",url:"/api/db/book?action=section&id={id}",desc:"获取单篇内容",headers:t,response:`{ + "success": true, + "data": { + "id": "section-1", + "title": "标题", + "content": "正文...", + "price": 1.0, + "isFree": false, + "partId": "part-1", + "chapterId": "ch-1" + } +}`}),s.jsx(Mn,{method:"POST",url:"/api/db/book",desc:"新建章节 (action=create-section)",headers:t,body:`{ + "action": "create-section", + "title": "新章节标题", + "content": "正文内容", + "price": 0, + "isFree": true, + "partId": "part-1", + "chapterId": "ch-1", + "partTitle": "第一篇", + "chapterTitle": "第1章" +}`,response:`{ + "success": true, + "data": { "id": "section-new-id", "title": "新章节标题", ... } +}`}),s.jsx(Mn,{method:"POST",url:"/api/db/book",desc:"更新章节内容 (action=update-section)",headers:t,body:`{ + "action": "update-section", + "id": "section-1", + "title": "更新后的标题", + "content": "更新后的正文", + "price": 1.0, + "isFree": false +}`,response:`{ + "success": true, + "data": { "id": "section-1", "title": "更新后的标题", ... } +}`}),s.jsx(Mn,{method:"POST",url:"/api/db/book",desc:"删除章节 (action=delete-section)",headers:t,body:`{ + "action": "delete-section", + "id": "section-1" +}`,response:`{ + "success": true, + "message": "已删除" +}`}),s.jsxs("div",{className:"rounded-lg border border-[#38bdac]/30 bg-[#0a1628]/40 p-4 space-y-2",children:[s.jsx("p",{className:"text-[#38bdac] text-sm font-medium",children:"富文本流程说明(编辑器 ⇄ 接口)"}),s.jsxs("ol",{className:"text-gray-400 text-xs space-y-2 list-decimal list-inside leading-relaxed",children:[s.jsxs("li",{children:["先 ",s.jsx("code",{className:"text-[#38bdac]",children:"POST /api/upload"})," 上传素材,得到"," ",s.jsx("code",{className:"text-amber-200/90",children:"url"}),"(可为相对路径 ",s.jsx("code",{className:"text-amber-200/90",children:"/uploads/..."})," 或 OSS 完整 URL)。"]}),s.jsxs("li",{children:["将返回的 ",s.jsx("code",{className:"text-amber-200/90",children:"url"})," 填入正文 HTML:图片用"," ",s.jsx("code",{className:"text-green-400/90",children:''}),";视频用"," ",s.jsx("code",{className:"text-green-400/90",children:'
    '}),";附件用带链接的段落或"," ",s.jsx("code",{className:"text-green-400/90",children:'文件名'}),"。"]}),s.jsxs("li",{children:["最后把完整 HTML 字符串写入"," ",s.jsx("code",{className:"text-[#38bdac]",children:"create-section"})," /"," ",s.jsx("code",{className:"text-[#38bdac]",children:"update-section"})," 的 ",s.jsx("code",{className:"text-amber-200/90",children:"content"})," 字段。"]})]}),s.jsxs("p",{className:"text-gray-500 text-xs",children:["管理后台编辑器内图片/视频仅作小预览(CSS 类 ",s.jsx("code",{className:"text-gray-400",children:".rich-editor-content"}),"),不影响已保存 HTML;C 端按小程序/Web 自己的样式渲染全尺寸。"]})]}),s.jsx(Mn,{method:"POST",url:"/api/upload",desc:"上传章节富文本素材:图片 / 视频 / 附件(multipart,与后台「内容管理」编辑器一致)。按 form 字段 folder 区分类型与大小上限。",headers:["Authorization: Bearer {token}(建议携带,与后台一致)","Content-Type: multipart/form-data(由浏览器自动带 boundary,不要手写为 application/json)"],bodyTitle:"Request (multipart/form-data)",body:`字段: + file — 二进制文件(必填) + folder — 存储子目录(必填约定): + • book-images 图片,≤5MB,image/* + • book-videos 视频,≤100MB,video/*(如 mp4、mov、webm) + • book-attachments 附件,≤30MB,pdf/zip/Office/txt 等 + +成功时 data.url 与根字段 url 均为可访问地址。`,response:`{ + "success": true, + "url": "/uploads/book-images/1730000000000_abc123.jpg", + "data": { + "url": "/uploads/book-images/1730000000000_abc123.jpg", + "fileName": "1730000000000_abc123.jpg", + "size": 102400, + "type": "image/jpeg" + } +}`}),s.jsx(Mn,{method:"DELETE",url:"/api/upload?path={encodeURIComponent(文件URL)}",desc:"按 URL 删除已上传文件(本地或 OSS,需与上传返回的 url 一致)",headers:["Authorization: Bearer {token}(建议携带)"],response:`{ + "success": true, + "message": "删除成功" +}`})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(ci,{className:"w-5 h-5 text-[#38bdac]"}),"3. 人物管理 (@Mentions)"]})}),s.jsxs(ze,{className:"space-y-4",children:[s.jsx(Mn,{method:"GET",url:"/api/db/persons",desc:"人物列表",headers:t,response:`{ + "success": true, + "data": [ + { "personId": "p1", "label": "张三", "aliases": ["老张"], ... } + ] +}`}),s.jsx(Mn,{method:"GET",url:"/api/db/person?personId={id}",desc:"人物详情",headers:t,response:`{ + "success": true, + "data": { + "personId": "p1", + "label": "张三", + "aliases": ["老张"], + "description": "..." + } +}`}),s.jsx(Mn,{method:"POST",url:"/api/db/persons",desc:"新增/更新人物(含 aliases 字段)",headers:t,body:`{ + "personId": "p1", + "label": "张三", + "aliases": ["老张", "张三丰"], + "description": "可选描述" +}`,response:`{ + "success": true, + "data": { "personId": "p1", "label": "张三", ... } +}`}),s.jsx(Mn,{method:"DELETE",url:"/api/db/persons?personId={id}",desc:"删除人物",headers:t,response:`{ + "success": true, + "message": "已删除" +}`})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(Bd,{className:"w-5 h-5 text-[#38bdac]"}),"4. 链接标签 (#LinkTags)"]})}),s.jsxs(ze,{className:"space-y-4",children:[s.jsx(Mn,{method:"GET",url:"/api/db/link-tags",desc:"标签列表",headers:t,response:`{ + "success": true, + "data": [ + { "tagId": "t1", "label": "官网", "aliases": [], "type": "url", "url": "https://..." } + ] +}`}),s.jsx(Mn,{method:"POST",url:"/api/db/link-tags",desc:"新增/更新标签(含 aliases, type: url/miniprogram/ckb)",headers:t,body:`{ + "tagId": "t1", + "label": "官网", + "aliases": ["官方网站"], + "type": "url", + "url": "https://example.com" +} + +// type 可选: url | miniprogram | ckb`,response:`{ + "success": true, + "data": { "tagId": "t1", "label": "官网", "type": "url", ... } +}`}),s.jsx(Mn,{method:"DELETE",url:"/api/db/link-tags?tagId={id}",desc:"删除标签",headers:t,response:`{ + "success": true, + "message": "已删除" +}`})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(Ta,{className:"w-5 h-5 text-[#38bdac]"}),"5. 内容搜索"]})}),s.jsx(ze,{className:"space-y-4",children:s.jsx(Mn,{method:"GET",url:"/api/search?q={keyword}",desc:"搜索(标题优先 3 条 + 内容匹配)",headers:t,response:`{ + "success": true, + "data": { + "titleMatches": [{ "id": "s1", "title": "...", "snippet": "..." }], + "contentMatches": [{ "id": "s2", "title": "...", "snippet": "..." }] + } +}`})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(wg,{className:"w-5 h-5 text-[#38bdac]"}),"6. 内容排行"]})}),s.jsx(ze,{className:"space-y-4",children:s.jsx(Mn,{method:"GET",url:"/api/db/book?action=ranking",desc:"排行榜数据",headers:t,response:`{ + "success": true, + "data": [ + { "id": "s1", "title": "...", "clickCount": 100, "payCount": 50, "hotScore": 120, "hotRank": 1 } + ] +}`})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(ct,{className:"pb-3",children:s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(yl,{className:"w-5 h-5 text-[#38bdac]"}),"7. 小程序接口"]})}),s.jsxs(ze,{className:"space-y-4",children:[s.jsx(Mn,{method:"GET",url:"/api/miniprogram/config/read-extras",desc:"阅读页懒加载:linkTags、linkedMiniprograms、mentionPersons(@ 自动解析:name/label/aliases + token,与 persons 表一致;inPool 表示已绑定会员即超级个体侧流量池人物)",headers:["Content-Type: application/json"],response:`{ + "linkTags": [], + "linkedMiniprograms": [], + "mentionPersons": [ + { "personId": "xxx", "token": "32位...", "name": "陈周", "aliases": "", "label": "", "inPool": true } + ] +}`}),s.jsx(Mn,{method:"GET",url:"/api/miniprogram/book/all-chapters",desc:"全部章节(小程序用)",headers:["Content-Type: application/json"],response:`{ + "success": true, + "data": [ { "id": "s1", "title": "...", "price": 1.0, "isFree": false }, ... ] +}`}),s.jsx(Mn,{method:"GET",url:"/api/miniprogram/balance?userId={id}",desc:"查余额",headers:["Content-Type: application/json"],response:`{ + "success": true, + "data": { "balance": 100.50, "userId": "xxx" } +}`}),s.jsx(Mn,{method:"POST",url:"/api/miniprogram/balance/gift",desc:"代付",headers:["Content-Type: application/json"],body:`{ + "userId": "xxx", + "amount": 10.00, + "remark": "可选备注" +}`,response:`{ + "success": true, + "data": { "balance": 110.50 } +}`}),s.jsx(Mn,{method:"POST",url:"/api/miniprogram/balance/gift/redeem",desc:"领取代付",headers:["Content-Type: application/json"],body:`{ + "code": "GIFT_XXXX" +}`,response:`{ + "success": true, + "data": { "amount": 10.00, "balance": 120.50 } +}`})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-6",children:"管理端主要使用 /api/admin/*、/api/db/*;富文本素材上传另用公共接口 /api/upload(与后台编辑器一致)。小程序使用 /api/miniprogram/*。完整实现见 soul-api 源码。"})]})}const tV={appId:"wxb8bbb2b10dec74aa",withdrawSubscribeTmplId:"u3MbZGPRkrZIk-I7QdpwzFxnO_CeQPaCWF2FkiIablE",mchId:"1318592501",minWithdraw:10},nV={name:"卡若",startDate:"2025年10月15日",bio:"连续创业者,私域运营专家,每天早上6-9点在Soul派对房分享真实商业故事",liveTime:"06:00-09:00",platform:"Soul派对房",description:"连续创业者,私域运营专家"},sV={sectionPrice:1,baseBookPrice:9.9,distributorShare:90,authorInfo:{...nV},ckbLeadApiKey:""},rV={matchEnabled:!0,referralEnabled:!0,searchEnabled:!0,aboutEnabled:!0},aV={tabBar:{home:"首页",chapters:"目录",match:"找伙伴",my:"我的"},chaptersPage:{bookTitle:"一场SOUL的创业实验场",bookSubtitle:"来自Soul派对房的真实商业故事",newBadgeText:"NEW"},homePage:{logoTitle:"卡若创业派对",logoSubtitle:"来自派对房的真实故事",linkKaruoText:"点击链接卡若",linkKaruoAvatar:"",searchPlaceholder:"搜索章节标题或内容...",bannerTag:"推荐",bannerReadMoreText:"点击阅读",superSectionTitle:"超级个体",superSectionLinkText:"获客入口",superSectionLinkPath:"/pages/match/match",pickSectionTitle:"精选推荐",latestSectionTitle:"最新新增"},myPage:{cardLabel:"名片",vipLabelVip:"会员中心",vipLabelGuest:"成为会员",cardPath:"",vipPath:"/pages/vip/vip",readStatLabel:"已读章节",recentReadTitle:"最近阅读",readStatPath:"/pages/reading-records/reading-records?focus=all",recentReadPath:"/pages/reading-records/reading-records?focus=recent"}},iV=["system","author","admin","api-docs"],lj=["basic","mp","oss","features"];function oV(){const[t,e]=T0(),n=t.get("tab")??"system",r=iV.includes(n)?n:"system",a=t.get("section")??"basic",i=lj.includes(a)?a:"basic",[o,c]=b.useState(sV),[u,h]=b.useState(rV),[f,m]=b.useState(tV),[x,y]=b.useState("{}"),[v,w]=b.useState("NEW"),[N,k]=b.useState({}),[E,C]=b.useState(!1),[L,O]=b.useState(!0),[K,_]=b.useState(!1),[H,P]=b.useState(""),[ee,Q]=b.useState(""),[V,re]=b.useState(!1),[ae,pe]=b.useState(!1),I=(oe,F,G=!1)=>{P(oe),Q(F),re(G),_(!0)};b.useEffect(()=>{(async()=>{try{const F=await De("/api/admin/settings");if(!F||F.success===!1)return;if(F.featureConfig&&Object.keys(F.featureConfig).length&&h(G=>({...G,...F.featureConfig})),F.mpConfig&&typeof F.mpConfig=="object"){const G={...F.mpConfig};m(We=>({...We,...G}));const te=G.mpUi,be=te!=null&&typeof te=="object"&&!Array.isArray(te)?te:{},ge=be.chaptersPage&&typeof be.chaptersPage=="object"&&!Array.isArray(be.chaptersPage)?be.chaptersPage:{},Ce=ge.newBadgeText??ge.sectionNewBadgeText;w(typeof Ce=="string"&&Ce.trim()?Ce.trim():"NEW"),y(JSON.stringify(be,null,2))}if(F.ossConfig&&typeof F.ossConfig=="object"&&k(G=>({...G,...F.ossConfig})),F.siteSettings&&typeof F.siteSettings=="object"){const G=F.siteSettings;c(te=>({...te,...typeof G.sectionPrice=="number"&&{sectionPrice:G.sectionPrice},...typeof G.baseBookPrice=="number"&&{baseBookPrice:G.baseBookPrice},...typeof G.distributorShare=="number"&&{distributorShare:G.distributorShare},...G.authorInfo&&typeof G.authorInfo=="object"&&{authorInfo:{...te.authorInfo,...G.authorInfo}},...typeof G.ckbLeadApiKey=="string"&&{ckbLeadApiKey:G.ckbLeadApiKey}}))}}catch(F){console.error("Load settings error:",F)}finally{O(!1)}})()},[]);const z=async(oe,F)=>{pe(!0);try{const G=await St("/api/admin/settings",{featureConfig:oe});if(!G||G.success===!1){F(),I("保存失败",(G==null?void 0:G.error)??"未知错误",!0);return}I("已保存","功能开关已更新,相关入口将随之显示或隐藏。")}catch(G){console.error("Save feature config error:",G),F(),I("保存失败",G instanceof Error?G.message:String(G),!0)}finally{pe(!1)}},R=(oe,F)=>{const G=u,te={...G,[oe]:F};h(te),z(te,()=>h(G))},[ie,q]=b.useState(!1),$=async oe=>{const F=f,G={...F,auditMode:oe};m(G),q(!0);try{const te=await St("/api/admin/settings",{mpConfig:G});if(!te||te.success===!1){m(F),I("保存失败",(te==null?void 0:te.error)??"未知错误",!0);return}I("已保存",oe?"审核模式已开启,小程序将隐藏所有支付入口。":"审核模式已关闭,支付功能已恢复。")}catch(te){m(F),I("保存失败",te instanceof Error?te.message:String(te),!0)}finally{q(!1)}},U=async()=>{C(!0);try{let oe={};try{const ge=x.trim();if(ge){const Ce=JSON.parse(ge);if(Ce&&typeof Ce=="object"&&!Array.isArray(Ce))oe=Ce;else{I("保存失败","小程序文案 mpUi 须为 JSON 对象(非数组)",!0),C(!1);return}}}catch{I("保存失败","小程序文案 mpUi 不是合法 JSON",!0),C(!1);return}const F=oe.chaptersPage,G=F&&typeof F=="object"&&!Array.isArray(F)?{...F}:{},te=v.trim();te?G.newBadgeText=te:delete G.newBadgeText,delete G.sectionNewBadgeText,oe.chaptersPage=G;const be=await St("/api/admin/settings",{featureConfig:u,siteSettings:{sectionPrice:o.sectionPrice,baseBookPrice:o.baseBookPrice,distributorShare:o.distributorShare,authorInfo:o.authorInfo,ckbLeadApiKey:o.ckbLeadApiKey||void 0},mpConfig:{...f,appId:f.appId||"",withdrawSubscribeTmplId:f.withdrawSubscribeTmplId||"",mchId:f.mchId||"",minWithdraw:typeof f.minWithdraw=="number"?f.minWithdraw:10,auditMode:f.auditMode??!1,mpUi:oe},ossConfig:Object.keys(N).length?{endpoint:N.endpoint??"",bucket:N.bucket??"",region:N.region??"",accessKeyId:N.accessKeyId??"",accessKeySecret:N.accessKeySecret??""}:void 0});if(!be||be.success===!1){I("保存失败",(be==null?void 0:be.error)??"未知错误",!0);return}I("已保存","设置已保存成功。")}catch(oe){console.error("Save settings error:",oe),I("保存失败",oe instanceof Error?oe.message:String(oe),!0)}finally{C(!1)}},ce=oe=>{if(oe==="system"){const F=new URLSearchParams(t);F.delete("tab"),lj.includes(F.get("section")||"basic")||F.set("section","basic"),e(F);return}e({tab:oe})},ue=oe=>{const F=new URLSearchParams(t);F.delete("tab"),F.set("section",oe),e(F)};return L?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"系统设置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置全站基础参数与开关"})]}),r==="system"&&s.jsxs(J,{onClick:U,disabled:E,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),E?"保存中...":"保存设置"]})]}),s.jsxs(Dc,{value:r,onValueChange:ce,className:"w-full",children:[s.jsxs(Nl,{className:"mb-6 bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(tn,{value:"system",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(co,{className:"w-4 h-4 mr-2"}),"系统设置"]}),s.jsxs(tn,{value:"author",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(bh,{className:"w-4 h-4 mr-2"}),"作者详情"]}),s.jsxs(tn,{value:"admin",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(jc,{className:"w-4 h-4 mr-2"}),"管理员"]}),s.jsxs(tn,{value:"api-docs",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",onClick:oe=>{oe.preventDefault(),window.open("/api-docs","_blank")},children:[s.jsx(_j,{className:"w-4 h-4 mr-2"}),"API 文档 ↗"]})]}),s.jsxs(nn,{value:"system",className:"mt-0",children:[s.jsxs("p",{className:"text-xs text-gray-500 mb-3",children:["MBTI 默认头像已迁至"," ",s.jsx(Rc,{to:"/users",className:"text-[#38bdac] underline",children:"用户管理(用户列表点头像打开)"})]}),s.jsxs(Dc,{value:i,onValueChange:ue,className:"w-full",children:[s.jsxs(Nl,{className:"mb-4 bg-[#0a1628] border border-gray-700/50 p-1 flex-wrap h-auto gap-1",children:[s.jsxs(tn,{value:"basic",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(oM,{className:"w-3.5 h-3.5 mr-1"}),"基础与价格"]}),s.jsxs(tn,{value:"mp",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(yl,{className:"w-3.5 h-3.5 mr-1"}),"小程序与审核"]}),s.jsxs(tn,{value:"oss",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(x1,{className:"w-3.5 h-3.5 mr-1"}),"OSS"]}),s.jsxs(tn,{value:"features",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 text-xs",children:[s.jsx(co,{className:"w-3.5 h-3.5 mr-1"}),"功能开关"]})]}),s.jsxs(nn,{value:"basic",className:"space-y-6 mt-0",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(bh,{className:"w-5 h-5 text-[#38bdac]"}),"关于作者"]}),s.jsx(Yt,{className:"text-gray-400",children:'配置作者信息,将在"关于作者"页面显示'})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{htmlFor:"author-name",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(bh,{className:"w-3 h-3"}),"主理人名称"]}),s.jsx(le,{id:"author-name",className:"bg-[#0a1628] border-gray-700 text-white",value:o.authorInfo.name??"",onChange:oe=>c(F=>({...F,authorInfo:{...F.authorInfo,name:oe.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{htmlFor:"start-date",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(mg,{className:"w-3 h-3"}),"开播日期"]}),s.jsx(le,{id:"start-date",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 2025年10月15日",value:o.authorInfo.startDate??"",onChange:oe=>c(F=>({...F,authorInfo:{...F.authorInfo,startDate:oe.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{htmlFor:"live-time",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(mg,{className:"w-3 h-3"}),"直播时间"]}),s.jsx(le,{id:"live-time",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 06:00-09:00",value:o.authorInfo.liveTime??"",onChange:oe=>c(F=>({...F,authorInfo:{...F.authorInfo,liveTime:oe.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{htmlFor:"platform",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Fj,{className:"w-3 h-3"}),"直播平台"]}),s.jsx(le,{id:"platform",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: Soul派对房",value:o.authorInfo.platform??"",onChange:oe=>c(F=>({...F,authorInfo:{...F.authorInfo,platform:oe.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{htmlFor:"description",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(er,{className:"w-3 h-3"}),"简介描述"]}),s.jsx(le,{id:"description",className:"bg-[#0a1628] border-gray-700 text-white",value:o.authorInfo.description??"",onChange:oe=>c(F=>({...F,authorInfo:{...F.authorInfo,description:oe.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{htmlFor:"bio",className:"text-gray-300",children:"详细介绍"}),s.jsx(wl,{id:"bio",className:"bg-[#0a1628] border-gray-700 text-white min-h-[100px]",placeholder:"输入作者详细介绍...",value:o.authorInfo.bio??"",onChange:oe=>c(F=>({...F,authorInfo:{...F.authorInfo,bio:oe.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{htmlFor:"ckb-lead-api-key",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Sa,{className:"w-3 h-3"}),"链接卡若存客宝密钥"]}),s.jsx(le,{id:"ckb-lead-api-key",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 xxxxx-xxxxx-xxxxx-xxxxx(留空则用 .env 默认)",value:o.ckbLeadApiKey??"",onChange:oe=>c(F=>({...F,ckbLeadApiKey:oe.target.value}))}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序首页「链接卡若」留资接口使用的存客宝 API Key,优先于 .env 配置"})]}),s.jsxs("div",{className:"mt-4 p-4 rounded-xl bg-[#0a1628] border border-[#38bdac]/30",children:[s.jsx("p",{className:"text-xs text-gray-500 mb-2",children:"预览效果"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-12 h-12 rounded-full bg-linear-to-br from-[#00CED1] to-[#20B2AA] flex items-center justify-center text-xl font-bold text-white",children:(o.authorInfo.name??"K").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-semibold",children:o.authorInfo.name}),s.jsx("p",{className:"text-gray-400 text-xs",children:o.authorInfo.description}),s.jsxs("p",{className:"text-[#38bdac] text-xs mt-1",children:["每日 ",o.authorInfo.liveTime," · ",o.authorInfo.platform]})]})]})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(sf,{className:"w-5 h-5 text-[#38bdac]"}),"价格设置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置书籍和章节的定价"})]}),s.jsx(ze,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"单节价格 (元)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:o.sectionPrice,onChange:oe=>c(F=>({...F,sectionPrice:Number.parseFloat(oe.target.value)||1}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"整本价格 (元)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:o.baseBookPrice,onChange:oe=>c(F=>({...F,baseBookPrice:Number.parseFloat(oe.target.value)||9.9}))})]})]})})]})]}),s.jsxs(nn,{value:"mp",className:"space-y-6 mt-0",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(yl,{className:"w-5 h-5 text-[#38bdac]"}),"小程序配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"订阅消息模板、支付商户号等,小程序从 /api/miniprogram/config 读取(API 地址由 app.js baseUrl 控制)"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"小程序 AppID"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"wxb8bbb2b10dec74aa",value:f.appId??"",onChange:oe=>m(F=>({...F,appId:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"提现订阅模板 ID"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"用户申请提现时需授权",value:f.withdrawSubscribeTmplId??"",onChange:oe=>m(F=>({...F,withdrawSubscribeTmplId:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"微信支付商户号"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"1318592501",value:f.mchId??"",onChange:oe=>m(F=>({...F,mchId:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"最低提现金额 (元)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:f.minWithdraw??10,onChange:oe=>m(F=>({...F,minWithdraw:Number.parseFloat(oe.target.value)||10}))})]})]}),s.jsxs("div",{className:"space-y-2 pt-2 border-t border-gray-700/50",children:[s.jsx("div",{className:"grid grid-cols-2 gap-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"目录 NEW 角标文案"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如:NEW / 最新 / 刚更新",value:v,maxLength:8,onChange:oe=>w(oe.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用于小程序目录页章节角标,保存后约 5 分钟内生效(可与下方 mpUi JSON 同步保存)。"})]})}),s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsx(Z,{className:"text-gray-300",children:"小程序界面文案 mpUi(JSON)"}),s.jsx(J,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-200",onClick:()=>y(JSON.stringify(aV,null,2)),children:"填入默认模板"})]}),s.jsx("p",{className:"text-xs text-gray-500",children:"覆盖 Tab 文案、首页/目录标题、我的页名片与阅读记录路径等;仅填需要改的字段也可(与后端默认值深合并)。保存后小程序约 5 分钟内通过 config 缓存刷新。"}),s.jsx(wl,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm min-h-[280px]",spellCheck:!1,value:x,onChange:oe=>y(oe.target.value)})]})]})]}),s.jsxs(_e,{className:`bg-[#0f2137] shadow-xl ${f.auditMode?"border-amber-500/50 border-2":"border-gray-700/50"}`,children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(jc,{className:"w-5 h-5 text-amber-400"}),"小程序审核模式"]}),s.jsx(Yt,{className:"text-gray-400",children:"提交微信审核前开启,审核通过后关闭即可恢复支付功能"})]}),s.jsx(ze,{children:s.jsxs("div",{className:`flex items-center justify-between p-4 rounded-lg border ${f.auditMode?"bg-amber-500/10 border-amber-500/30":"bg-[#0a1628] border-gray-700/50"}`,children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(jc,{className:`w-4 h-4 ${f.auditMode?"text-amber-400":"text-gray-400"}`}),s.jsx(Z,{htmlFor:"audit-mode",className:"text-white font-medium cursor-pointer",children:f.auditMode?"审核模式(已开启)":"审核模式(已关闭)"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:f.auditMode?"当前已隐藏所有支付、VIP、充值、收益等入口,审核员看不到任何付费内容":"关闭状态,小程序正常显示所有功能(含支付、VIP 等)"})]}),s.jsx(Vt,{id:"audit-mode",checked:f.auditMode??!1,disabled:ie,onCheckedChange:$})]})})]})]}),s.jsx(nn,{value:"oss",className:"space-y-6 mt-0",children:s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(x1,{className:"w-5 h-5 text-[#38bdac]"}),"OSS 配置(阿里云对象存储)"]}),s.jsx(Yt,{className:"text-gray-400",children:"endpoint、bucket、accessKey 等,用于图片/文件上传"})]}),s.jsx(ze,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"Endpoint"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou.aliyuncs.com",value:N.endpoint??"",onChange:oe=>k(F=>({...F,endpoint:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"Bucket"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"bucket 名称",value:N.bucket??"",onChange:oe=>k(F=>({...F,bucket:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"Region"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou",value:N.region??"",onChange:oe=>k(F=>({...F,region:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"AccessKey ID"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey ID",value:N.accessKeyId??"",onChange:oe=>k(F=>({...F,accessKeyId:oe.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"AccessKey Secret"}),s.jsx(le,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey Secret",value:N.accessKeySecret??"",onChange:oe=>k(F=>({...F,accessKeySecret:oe.target.value}))})]})]})})]})}),s.jsxs(nn,{value:"features",className:"space-y-6 mt-0",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(co,{className:"w-5 h-5 text-[#38bdac]"}),"功能开关"]}),s.jsx(Yt,{className:"text-gray-400",children:"控制各个功能模块的显示/隐藏"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(_n,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Z,{htmlFor:"match-enabled",className:"text-white font-medium cursor-pointer",children:"找伙伴功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制小程序和Web端的找伙伴功能显示"})]}),s.jsx(Vt,{id:"match-enabled",checked:u.matchEnabled,disabled:ae,onCheckedChange:oe=>R("matchEnabled",oe)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(yg,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Z,{htmlFor:"referral-enabled",className:"text-white font-medium cursor-pointer",children:"推广功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制推广中心的显示(我的页面入口)"}),s.jsxs("p",{className:"text-xs text-amber-400/80 ml-6 mt-1",children:["佣金比例、绑定期、提现规则等与",s.jsx(Rc,{to:"/distribution?tab=settings",className:"underline mx-1 text-[#38bdac]",children:"推广中心 → 推广设置"}),"为同一套接口,在此仅控制是否展示入口。"]})]}),s.jsx(Vt,{id:"referral-enabled",checked:u.referralEnabled,disabled:ae,onCheckedChange:oe=>R("referralEnabled",oe)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(er,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Z,{htmlFor:"search-enabled",className:"text-white font-medium cursor-pointer",children:"搜索功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制首页、目录页搜索栏的显示"})]}),s.jsx(Vt,{id:"search-enabled",checked:u.searchEnabled,disabled:ae,onCheckedChange:oe=>R("searchEnabled",oe)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(co,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Z,{htmlFor:"about-enabled",className:"text-white font-medium cursor-pointer",children:"关于页面"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制关于页面的访问"})]}),s.jsx(Vt,{id:"about-enabled",checked:u.aboutEnabled,disabled:ae,onCheckedChange:oe=>R("aboutEnabled",oe)})]})]}),s.jsx("div",{className:"p-3 rounded-lg bg-blue-500/10 border border-blue-500/30",children:s.jsx("p",{className:"text-xs text-blue-300",children:"💡 关闭功能后,相关入口会自动隐藏。建议在功能开发完成后再开启。"})})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(rf,{className:"w-5 h-5 text-[#38bdac]"}),"小程序模块显隐说明"]}),s.jsx(Yt,{className:"text-gray-400",children:"以下模块受上方开关和审核模式共同控制"})]}),s.jsx(ze,{children:s.jsx("div",{className:"grid grid-cols-2 gap-2 text-xs",children:[{mod:"找伙伴",ctrl:"找伙伴功能开关",icon:s.jsx(_n,{className:"w-3 h-3"})},{mod:"推广中心 / 推荐好友",ctrl:"推广功能开关",icon:s.jsx(yg,{className:"w-3 h-3"})},{mod:"搜索",ctrl:"搜索功能开关",icon:s.jsx(er,{className:"w-3 h-3"})},{mod:"关于页面",ctrl:"关于页面开关",icon:s.jsx(bh,{className:"w-3 h-3"})},{mod:"支付 / VIP / 充值 / 收益",ctrl:"审核模式",icon:s.jsx(jc,{className:"w-3 h-3"})},{mod:"超级个体名片",ctrl:"审核模式",icon:s.jsx(rA,{className:"w-3 h-3"})},{mod:"首页获客入口",ctrl:"已移除",icon:s.jsx(I5,{className:"w-3 h-3"})}].map(oe=>s.jsxs("div",{className:"flex items-center gap-2 p-2 rounded bg-[#0a1628] border border-gray-700/30",children:[oe.icon,s.jsxs("div",{children:[s.jsx("span",{className:"text-white",children:oe.mod}),s.jsxs("span",{className:"text-gray-500 ml-1",children:["← ",oe.ctrl]})]})]},oe.mod))})})]})]})]})]}),s.jsx(nn,{value:"author",className:"mt-0",children:s.jsx(X9,{})}),s.jsx(nn,{value:"admin",className:"mt-0",children:s.jsx(eV,{})}),s.jsx(nn,{value:"api-docs",className:"mt-0",children:s.jsx(C4,{})})]}),s.jsx($t,{open:K,onOpenChange:_,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsxs(Ft,{children:[s.jsx(Bt,{className:V?"text-red-400":"text-[#38bdac]",children:H}),s.jsx(uf,{className:"text-gray-400 whitespace-pre-wrap pt-2",children:ee})]}),s.jsx(yn,{className:"mt-4",children:s.jsx(J,{onClick:()=>_(!1),className:V?"bg-gray-600 hover:bg-gray-500":"bg-[#38bdac] hover:bg-[#2da396]",children:"确定"})})]})})]})}const cj={wechat:{enabled:!0,qrCode:"/images/wechat-pay.png",account:"卡若",websiteAppId:"",merchantId:"",groupQrCode:"/images/party-group-qr.png"},alipay:{enabled:!0,qrCode:"/images/alipay.png",account:"卡若",partnerId:"",securityKey:""},usdt:{enabled:!1,network:"TRC20",address:"",exchangeRate:7.2},paypal:{enabled:!1,email:"",exchangeRate:7.2}};function lV(){const[t,e]=b.useState(!1),[n,r]=b.useState(cj),[a,i]=b.useState(""),o=async()=>{e(!0);try{const k=await De("/api/config");k!=null&&k.paymentMethods&&r({...cj,...k.paymentMethods})}catch(k){console.error(k)}finally{e(!1)}};b.useEffect(()=>{o()},[]);const c=async()=>{e(!0);try{await St("/api/db/config",{key:"payment_methods",value:n,description:"支付方式配置"}),X.success("配置已保存!")}catch(k){console.error("保存失败:",k),X.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{e(!1)}},u=(k,E)=>{navigator.clipboard.writeText(k),i(E),setTimeout(()=>i(""),2e3)},h=(k,E)=>{r(C=>({...C,wechat:{...C.wechat,[k]:E}}))},f=(k,E)=>{r(C=>({...C,alipay:{...C.alipay,[k]:E}}))},m=(k,E)=>{r(C=>({...C,usdt:{...C.usdt,[k]:E}}))},x=(k,E)=>{r(C=>({...C,paypal:{...C.paypal,[k]:E}}))},y=n.wechat,v=n.alipay,w=n.usdt,N=n.paypal;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold mb-2 text-white",children:"支付配置"}),s.jsx("p",{className:"text-gray-400",children:"配置微信、支付宝、USDT、PayPal等支付参数"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(J,{variant:"outline",onClick:o,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${t?"animate-spin":""}`}),"同步配置"]}),s.jsxs(J,{onClick:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),"保存配置"]})]})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(Lj,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"如何获取微信群跳转链接?"}),s.jsxs("ol",{className:"text-[#07C160]/80 space-y-1 list-decimal list-inside",children:[s.jsx("li",{children:"打开微信,进入目标微信群"}),s.jsx("li",{children:'点击右上角"..." → "群二维码"'}),s.jsx("li",{children:'点击右上角"..." → "发送到电脑"'}),s.jsx("li",{children:"在电脑上保存二维码图片,上传到图床获取URL"}),s.jsx("li",{children:"或使用草料二维码等工具解析二维码获取链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"提示:微信群二维码7天后失效,建议使用活码工具"})]})]})}),s.jsxs(Dc,{defaultValue:"wechat",className:"space-y-6",children:[s.jsxs(Nl,{className:"bg-[#0f2137] border border-gray-700/50 p-1 grid grid-cols-4 w-full",children:[s.jsxs(tn,{value:"wechat",className:"data-[state=active]:bg-[#07C160]/20 data-[state=active]:text-[#07C160] text-gray-400",children:[s.jsx(yl,{className:"w-4 h-4 mr-2"}),"微信"]}),s.jsxs(tn,{value:"alipay",className:"data-[state=active]:bg-[#1677FF]/20 data-[state=active]:text-[#1677FF] text-gray-400",children:[s.jsx(g1,{className:"w-4 h-4 mr-2"}),"支付宝"]}),s.jsxs(tn,{value:"usdt",className:"data-[state=active]:bg-[#26A17B]/20 data-[state=active]:text-[#26A17B] text-gray-400",children:[s.jsx(m1,{className:"w-4 h-4 mr-2"}),"USDT"]}),s.jsxs(tn,{value:"paypal",className:"data-[state=active]:bg-[#003087]/20 data-[state=active]:text-[#169BD7] text-gray-400",children:[s.jsx(bg,{className:"w-4 h-4 mr-2"}),"PayPal"]})]}),s.jsx(nn,{value:"wechat",className:"space-y-4",children:s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(dt,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(yl,{className:"w-5 h-5"}),"微信支付配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置微信支付参数和跳转链接"})]}),s.jsx(Vt,{checked:!!y.enabled,onCheckedChange:k=>h("enabled",k)})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"网站AppID"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.websiteAppId??""),onChange:k=>h("websiteAppId",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"商户号"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.merchantId??""),onChange:k=>h("merchantId",k.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(mi,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置(核心功能)"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"微信收款码/支付链接"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://收款码图片URL 或 weixin://支付链接",value:String(y.qrCode??""),onChange:k=>h("qrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击微信支付后显示的二维码图片URL"})]}),s.jsxs("div",{className:"space-y-2 bg-[#07C160]/5 p-4 rounded-xl border border-[#07C160]/20",children:[s.jsx(Z,{className:"text-[#07C160] font-medium",children:"微信群跳转链接(支付成功后跳转)"}),s.jsx(le,{className:"bg-[#0a1628] border-[#07C160]/30 text-white placeholder:text-gray-500",placeholder:"https://weixin.qq.com/g/... 或微信群二维码图片URL",value:String(y.groupQrCode??""),onChange:k=>h("groupQrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-[#07C160]/70",children:"用户支付成功后将自动跳转到此链接,进入指定微信群"})]})]})]})]})}),s.jsx(nn,{value:"alipay",className:"space-y-4",children:s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(dt,{className:"text-[#1677FF] flex items-center gap-2",children:[s.jsx(g1,{className:"w-5 h-5"}),"支付宝配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"已加载真实支付宝参数"})]}),s.jsx(Vt,{checked:!!v.enabled,onCheckedChange:k=>f("enabled",k)})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"合作者身份 (PID)"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(v.partnerId??""),onChange:k=>f("partnerId",k.target.value)}),s.jsx(J,{size:"icon",variant:"outline",className:"border-gray-700 bg-transparent",onClick:()=>u(String(v.partnerId??""),"pid"),children:a==="pid"?s.jsx(dp,{className:"w-4 h-4 text-green-500"}):s.jsx(Dj,{className:"w-4 h-4 text-gray-400"})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"安全校验码 (Key)"}),s.jsx(le,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(v.securityKey??""),onChange:k=>f("securityKey",k.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(mi,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"支付宝收款码/跳转链接"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://qr.alipay.com/... 或收款码图片URL",value:String(v.qrCode??""),onChange:k=>f("qrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击支付宝支付后显示的二维码"})]})]})]})]})}),s.jsx(nn,{value:"usdt",className:"space-y-4",children:s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(dt,{className:"text-[#26A17B] flex items-center gap-2",children:[s.jsx(m1,{className:"w-5 h-5"}),"USDT配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置加密货币收款地址"})]}),s.jsx(Vt,{checked:!!w.enabled,onCheckedChange:k=>m("enabled",k)})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"网络类型"}),s.jsxs("select",{className:"w-full bg-[#0a1628] border border-gray-700 text-white rounded-md p-2",value:String(w.network??"TRC20"),onChange:k=>m("network",k.target.value),children:[s.jsx("option",{value:"TRC20",children:"TRC20 (波场)"}),s.jsx("option",{value:"ERC20",children:"ERC20 (以太坊)"}),s.jsx("option",{value:"BEP20",children:"BEP20 (币安链)"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"收款地址"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",placeholder:"T... (TRC20地址)",value:String(w.address??""),onChange:k=>m("address",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(w.exchangeRate)??7.2,onChange:k=>m("exchangeRate",Number.parseFloat(k.target.value)||7.2)})]})]})]})}),s.jsx(nn,{value:"paypal",className:"space-y-4",children:s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(dt,{className:"text-[#169BD7] flex items-center gap-2",children:[s.jsx(bg,{className:"w-5 h-5"}),"PayPal配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置PayPal收款账户"})]}),s.jsx(Vt,{checked:!!N.enabled,onCheckedChange:k=>x("enabled",k)})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"PayPal邮箱"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"your@email.com",value:String(N.email??""),onChange:k=>x("email",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(N.exchangeRate)??7.2,onChange:k=>x("exchangeRate",Number(k.target.value)||7.2)})]})]})]})})]})]})}const cV={siteName:"卡若日记",siteTitle:"一场SOUL的创业实验场",siteDescription:"来自Soul派对房的真实商业故事",logo:"/logo.png",favicon:"/favicon.ico",primaryColor:"#00CED1"},dV={home:{enabled:!0,label:"首页"},chapters:{enabled:!0,label:"目录"},match:{enabled:!0,label:"匹配"},my:{enabled:!0,label:"我的"}},uV={homeTitle:"一场SOUL的创业实验场",homeSubtitle:"来自Soul派对房的真实商业故事",chaptersTitle:"我要看",matchTitle:"语音匹配",myTitle:"我的",aboutTitle:"关于作者"};function hV(){const[t,e]=b.useState({siteConfig:{...cV},menuConfig:{...dV},pageConfig:{...uV}}),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{De("/api/config").then(f=>{f!=null&&f.siteConfig&&e(m=>({...m,siteConfig:{...m.siteConfig,...f.siteConfig}})),f!=null&&f.menuConfig&&e(m=>({...m,menuConfig:{...m.menuConfig,...f.menuConfig}})),f!=null&&f.pageConfig&&e(m=>({...m,pageConfig:{...m.pageConfig,...f.pageConfig}}))}).catch(console.error)},[]);const o=async()=>{i(!0);try{await St("/api/db/config",{key:"site_config",value:t.siteConfig,description:"网站基础配置"}),await St("/api/db/config",{key:"menu_config",value:t.menuConfig,description:"底部菜单配置"}),await St("/api/db/config",{key:"page_config",value:t.pageConfig,description:"页面标题配置"}),r(!0),setTimeout(()=>r(!1),2e3),X.success("配置已保存")}catch(f){console.error(f),X.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{i(!1)}},c=t.siteConfig,u=t.menuConfig,h=t.pageConfig;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"网站配置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置网站名称、图标、菜单和页面标题"})]}),s.jsxs(J,{onClick:o,disabled:a,className:`${n?"bg-green-500":"bg-[#00CED1]"} hover:bg-[#20B2AA] text-white transition-colors`,children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),a?"保存中...":n?"已保存":"保存设置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(bg,{className:"w-5 h-5 text-[#00CED1]"}),"网站基础信息"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置网站名称、标题和描述"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{htmlFor:"site-name",className:"text-gray-300",children:"网站名称"}),s.jsx(le,{id:"site-name",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteName??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteName:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{htmlFor:"site-title",className:"text-gray-300",children:"网站标题"}),s.jsx(le,{id:"site-title",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteTitle??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{htmlFor:"site-desc",className:"text-gray-300",children:"网站描述"}),s.jsx(le,{id:"site-desc",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteDescription??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteDescription:f.target.value}}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{htmlFor:"logo",className:"text-gray-300",children:"Logo地址"}),s.jsx(le,{id:"logo",className:"bg-[#0a1628] border-gray-700 text-white",value:c.logo??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,logo:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{htmlFor:"favicon",className:"text-gray-300",children:"Favicon地址"}),s.jsx(le,{id:"favicon",className:"bg-[#0a1628] border-gray-700 text-white",value:c.favicon??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,favicon:f.target.value}}))})]})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(TM,{className:"w-5 h-5 text-[#00CED1]"}),"主题颜色"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置网站主题色"})]}),s.jsx(ze,{children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("div",{className:"space-y-2 flex-1",children:[s.jsx(Z,{htmlFor:"primary-color",className:"text-gray-300",children:"主色调"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(le,{id:"primary-color",type:"color",className:"w-16 h-10 bg-[#0a1628] border-gray-700 cursor-pointer p-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white flex-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))})]})]}),s.jsx("div",{className:"w-24 h-24 rounded-xl flex items-center justify-center text-white font-bold",style:{backgroundColor:c.primaryColor??"#00CED1"},children:"预览"})]})})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(vM,{className:"w-5 h-5 text-[#00CED1]"}),"底部菜单配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"控制底部导航栏菜单的显示和名称"})]}),s.jsx(ze,{className:"space-y-4",children:Object.entries(u).map(([f,m])=>s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-4 flex-1",children:[s.jsx(Vt,{checked:(m==null?void 0:m.enabled)??!0,onCheckedChange:x=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,enabled:x}}}))}),s.jsx("span",{className:"text-gray-300 w-16 capitalize",children:f}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white max-w-[200px]",value:(m==null?void 0:m.label)??"",onChange:x=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,label:x.target.value}}}))})]}),s.jsx("span",{className:`text-sm ${m!=null&&m.enabled?"text-green-400":"text-gray-500"}`,children:m!=null&&m.enabled?"显示":"隐藏"})]},f))})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(_j,{className:"w-5 h-5 text-[#00CED1]"}),"页面标题配置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置各个页面的标题和副标题"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"首页标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"首页副标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeSubtitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeSubtitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"目录页标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.chaptersTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,chaptersTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"匹配页标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.matchTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,matchTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"我的页标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.myTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,myTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"关于作者标题"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.aboutTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,aboutTitle:f.target.value}}))})]})]})]})]})]})]})}function fV(){const[t,e]=b.useState(""),[n,r]=b.useState(""),[a,i]=b.useState(""),[o,c]=b.useState({}),u=async()=>{var y,v,w,N;try{const k=await De("/api/config"),E=(v=(y=k==null?void 0:k.liveQRCodes)==null?void 0:y[0])==null?void 0:v.urls;Array.isArray(E)&&e(E.join(` +`));const C=(N=(w=k==null?void 0:k.paymentMethods)==null?void 0:w.wechat)==null?void 0:N.groupQrCode;C&&r(C),c({paymentMethods:k==null?void 0:k.paymentMethods,liveQRCodes:k==null?void 0:k.liveQRCodes})}catch(k){console.error(k)}};b.useEffect(()=>{u()},[]);const h=(y,v)=>{navigator.clipboard.writeText(y),i(v),setTimeout(()=>i(""),2e3)},f=async()=>{try{const y=t.split(` +`).map(w=>w.trim()).filter(Boolean),v=[...o.liveQRCodes||[]];v[0]?v[0].urls=y:v.push({id:"live-1",name:"微信群活码",urls:y,clickCount:0}),await St("/api/db/config",{key:"live_qr_codes",value:v,description:"群活码配置"}),X.success("群活码配置已保存!"),await u()}catch(y){console.error(y),X.error("保存失败: "+(y instanceof Error?y.message:String(y)))}},m=async()=>{var y;try{await St("/api/db/config",{key:"payment_methods",value:{...o.paymentMethods||{},wechat:{...((y=o.paymentMethods)==null?void 0:y.wechat)||{},groupQrCode:n}},description:"支付方式配置"}),X.success("微信群链接已保存!用户支付成功后将自动跳转"),await u()}catch(v){console.error(v),X.error("保存失败: "+(v instanceof Error?v.message:String(v)))}},x=()=>{n?window.open(n,"_blank"):X.error("请先配置微信群链接")};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"微信群活码管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置微信群跳转链接,用户支付后自动跳转加群"})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(Lj,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"微信群活码配置指南"}),s.jsxs("div",{className:"text-[#07C160]/80 space-y-2",children:[s.jsx("p",{className:"font-medium",children:"方法一:使用草料活码(推荐)"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:"访问草料二维码创建活码"}),s.jsx("li",{children:"上传微信群二维码图片,生成永久链接"}),s.jsx("li",{children:"复制生成的短链接填入下方配置"}),s.jsx("li",{children:"群满后可直接在草料后台更换新群码,链接不变"})]}),s.jsx("p",{className:"font-medium mt-3",children:"方法二:直接使用微信群链接"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:'微信打开目标群 → 右上角"..." → 群二维码'}),s.jsx("li",{children:"长按二维码 → 识别二维码 → 复制链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"注意:微信原生群二维码7天后失效,建议使用草料活码"})]})]})]})}),s.jsxs("div",{className:"grid gap-6 md:grid-cols-2",children:[s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(N1,{className:"w-5 h-5"}),"支付成功跳转链接(核心配置)"]}),s.jsx(Yt,{className:"text-gray-400",children:"用户支付完成后自动跳转到此链接,进入指定微信群"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Ng,{className:"w-4 h-4"}),"微信群链接 / 活码链接"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(le,{placeholder:"https://cli.im/xxxxx 或 https://weixin.qq.com/g/...",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",value:n,onChange:y=>r(y.target.value)}),s.jsx(J,{variant:"outline",size:"icon",className:"border-gray-700 bg-transparent hover:bg-gray-700/50",onClick:()=>h(n,"group"),children:a==="group"?s.jsx(dp,{className:"w-4 h-4 text-green-500"}):s.jsx(Dj,{className:"w-4 h-4 text-gray-400"})})]}),s.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-1",children:[s.jsx(mi,{className:"w-3 h-3"}),"支持格式:草料短链、微信群链接(https://weixin.qq.com/g/...)、企业微信链接等"]})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(J,{onClick:m,className:"flex-1 bg-[#07C160] hover:bg-[#06AD51] text-white",children:[s.jsx(of,{className:"w-4 h-4 mr-2"}),"保存配置"]}),s.jsxs(J,{onClick:x,variant:"outline",className:"border-[#07C160] text-[#07C160] hover:bg-[#07C160]/10 bg-transparent",children:[s.jsx(mi,{className:"w-4 h-4 mr-2"}),"测试跳转"]})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(N1,{className:"w-5 h-5 text-[#38bdac]"}),"多群轮换(高级配置)"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置多个群链接,系统自动轮换分配,避免单群满员"})]}),s.jsxs(ze,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Z,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Ng,{className:"w-4 h-4"}),"多个群链接(每行一个)"]}),s.jsx(wl,{placeholder:"https://cli.im/group1\\nhttps://cli.im/group2",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 min-h-[120px] font-mono text-sm",value:t,onChange:y=>e(y.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"每行填写一个群链接,系统将按顺序或随机分配"})]}),s.jsxs("div",{className:"flex items-center justify-between p-3 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[s.jsx("span",{className:"text-sm text-gray-400",children:"已配置群数量"}),s.jsxs("span",{className:"font-bold text-[#38bdac]",children:[t.split(` +`).filter(Boolean).length," 个"]})]}),s.jsxs(J,{onClick:f,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(of,{className:"w-4 h-4 mr-2"}),"保存多群配置"]})]})]})]}),s.jsxs("div",{className:"mt-6 bg-[#0f2137] rounded-xl p-4 border border-gray-700/50",children:[s.jsx("h4",{className:"text-white font-medium mb-3",children:"常见问题"}),s.jsxs("div",{className:"space-y-3 text-sm",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 为什么推荐使用草料活码?"}),s.jsx("p",{className:"text-gray-400",children:"A: 草料活码是永久链接,群满后可直接在后台更换新群码,无需修改网站配置。微信原生群码7天失效。"})]}),s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 支付后没有跳转怎么办?"}),s.jsx("p",{className:"text-gray-400",children:"A: 1) 检查链接是否正确填写 2) 部分浏览器可能拦截弹窗,用户需手动允许 3) 建议使用https开头的链接"})]})]})]})]})}const dj={matchTypes:[{id:"partner",label:"创业合伙",matchLabel:"创业伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10}},pV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function mV(){const[t,e]=b.useState(dj),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),x=async()=>{r(!0);try{const C=await De("/api/db/config/full?key=match_config"),L=(C==null?void 0:C.data)??(C==null?void 0:C.config);L&&e({...dj,...L})}catch(C){console.error("加载匹配配置失败:",C)}finally{r(!1)}};b.useEffect(()=>{x()},[]);const y=async()=>{i(!0);try{const C=await St("/api/db/config",{key:"match_config",value:t,description:"匹配功能配置"});C&&C.success!==!1?X.success("配置保存成功!"):X.error("保存失败: "+(C&&typeof C=="object"&&"error"in C?C.error:"未知错误"))}catch(C){console.error("保存配置失败:",C),X.error("保存失败")}finally{i(!1)}},v=C=>{h(C),m({id:C.id,label:C.label,matchLabel:C.matchLabel,icon:C.icon,matchFromDB:C.matchFromDB,showJoinAfterMatch:C.showJoinAfterMatch,price:C.price,enabled:C.enabled}),c(!0)},w=()=>{h(null),m({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),c(!0)},N=()=>{if(!f.id||!f.label){X.error("请填写类型ID和名称");return}const C=[...t.matchTypes];if(u){const L=C.findIndex(O=>O.id===u.id);L!==-1&&(C[L]={...f})}else{if(C.some(L=>L.id===f.id)){X.error("类型ID已存在");return}C.push({...f})}e({...t,matchTypes:C}),c(!1)},k=C=>{confirm("确定要删除这个匹配类型吗?")&&e({...t,matchTypes:t.matchTypes.filter(L=>L.id!==C)})},E=C=>{e({...t,matchTypes:t.matchTypes.map(L=>L.id===C?{...L,enabled:!L.enabled}:L)})};return s.jsxs("div",{className:"p-8 w-full space-y-6",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(co,{className:"w-6 h-6 text-[#38bdac]"}),"匹配功能配置"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理找伙伴功能的匹配类型和价格"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(J,{variant:"outline",onClick:x,disabled:n,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]}),s.jsxs(J,{onClick:y,disabled:a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存配置"]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(xi,{className:"w-5 h-5 text-yellow-400"}),"基础设置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(ze,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(le,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.freeMatchLimit,onChange:C=>e({...t,freeMatchLimit:parseInt(C.target.value,10)||0})}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户每天可免费匹配的次数"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(le,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:t.matchPrice,onChange:C=>e({...t,matchPrice:parseFloat(C.target.value)||1})}),s.jsx("p",{className:"text-xs text-gray-500",children:"免费次数用完后的单次匹配价格"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(le,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.settings.maxMatchesPerDay,onChange:C=>e({...t,settings:{...t.settings,maxMatchesPerDay:parseInt(C.target.value,10)||10}})}),s.jsx("p",{className:"text-xs text-gray-500",children:"包含免费和付费的总次数"})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:t.settings.enableFreeMatches,onCheckedChange:C=>e({...t,settings:{...t.settings,enableFreeMatches:C}})}),s.jsx(Z,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:t.settings.enablePaidMatches,onCheckedChange:C=>e({...t,settings:{...t.settings,enablePaidMatches:C}})}),s.jsx(Z,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(_n,{className:"w-5 h-5 text-[#38bdac]"}),"匹配类型管理"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(J,{onClick:w,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Dn,{className:"w-4 h-4 mr-1"}),"添加类型"]})]}),s.jsx(ze,{children:s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"图标"}),s.jsx(Se,{className:"text-gray-400",children:"类型ID"}),s.jsx(Se,{className:"text-gray-400",children:"显示名称"}),s.jsx(Se,{className:"text-gray-400",children:"匹配标签"}),s.jsx(Se,{className:"text-gray-400",children:"价格"}),s.jsx(Se,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(Se,{className:"text-gray-400",children:"状态"}),s.jsx(Se,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(ms,{children:t.matchTypes.map(C=>s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{children:s.jsx("span",{className:"text-2xl",children:C.icon})}),s.jsx(Ne,{className:"font-mono text-gray-300",children:C.id}),s.jsx(Ne,{className:"text-white font-medium",children:C.label}),s.jsx(Ne,{className:"text-gray-300",children:C.matchLabel}),s.jsx(Ne,{children:s.jsxs(Be,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",C.price]})}),s.jsx(Ne,{children:C.matchFromDB?s.jsx(Be,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Be,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(Ne,{children:s.jsx(Vt,{checked:C.enabled,onCheckedChange:()=>E(C.id)})}),s.jsx(Ne,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>v(C),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(en,{className:"w-4 h-4"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>k(C.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(js,{className:"w-4 h-4"})})]})})]},C.id))})]})})]}),s.jsx($t,{open:o,onOpenChange:c,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[u?s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(Dn,{className:"w-5 h-5 text-[#38bdac]"}),u?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:f.id,onChange:C=>m({...f,id:C.target.value}),disabled:!!u})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:pV.map(C=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${f.icon===C?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>m({...f,icon:C}),children:C},C))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"显示名称"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业合伙",value:f.label,onChange:C=>m({...f,label:C.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"匹配标签"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业伙伴",value:f.matchLabel,onChange:C=>m({...f,matchLabel:C.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(le,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:f.price,onChange:C=>m({...f,price:parseFloat(C.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:f.matchFromDB,onCheckedChange:C=>m({...f,matchFromDB:C})}),s.jsx(Z,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:f.showJoinAfterMatch,onCheckedChange:C=>m({...f,showJoinAfterMatch:C})}),s.jsx(Z,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:f.enabled,onCheckedChange:C=>m({...f,enabled:C})}),s.jsx(Z,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(J,{onClick:N,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),"保存"]})]})]})})]})}const uj={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function xV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[x,y]=b.useState(null);async function v(){m(!0),y(null);try{const N=new URLSearchParams({page:String(a),pageSize:String(o)});u&&N.set("matchType",u);const k=await De(`/api/db/match-records?${N}`);k!=null&&k.success?(e(k.records||[]),r(k.total??0)):y("加载匹配记录失败")}catch(N){console.error("加载匹配记录失败",N),y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{v()},[a,u]);const w=Math.ceil(n/o)||1;return s.jsxs("div",{className:"p-8 w-full",children:[x&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:x}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"匹配记录"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["找伙伴匹配统计,共 ",n," 条记录"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:N=>{h(N.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(uj).map(([N,k])=>s.jsx("option",{value:N,children:k},N))]}),s.jsxs("button",{type:"button",onClick:v,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Fe,{className:`w-4 h-4 ${f?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"发起人"}),s.jsx(Se,{className:"text-gray-400",children:"匹配到"}),s.jsx(Se,{className:"text-gray-400",children:"类型"}),s.jsx(Se,{className:"text-gray-400",children:"联系方式"}),s.jsx(Se,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(ms,{children:[t.map(N=>s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[N.userAvatar?s.jsx("img",{src:vo(N.userAvatar),alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const E=k.currentTarget.nextElementSibling;E&&E.classList.remove("hidden")}}):null,s.jsx("span",{className:N.userAvatar?"hidden":"",children:(N.userNickname||N.userId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:N.userNickname||N.userId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[N.userId.slice(0,16),"..."]})]})]})}),s.jsx(Ne,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[N.matchedUserAvatar?s.jsx("img",{src:vo(N.matchedUserAvatar),alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const E=k.currentTarget.nextElementSibling;E&&E.classList.remove("hidden")}}):null,s.jsx("span",{className:N.matchedUserAvatar?"hidden":"",children:(N.matchedNickname||N.matchedUserId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:N.matchedNickname||N.matchedUserId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[N.matchedUserId.slice(0,16),"..."]})]})]})}),s.jsx(Ne,{children:s.jsx(Be,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:uj[N.matchType]||N.matchType})}),s.jsxs(Ne,{className:"text-gray-400 text-sm",children:[N.phone&&s.jsxs("div",{children:["📱 ",N.phone]}),N.wechatId&&s.jsxs("div",{children:["💬 ",N.wechatId]}),!N.phone&&!N.wechatId&&"-"]}),s.jsx(Ne,{className:"text-gray-400",children:N.createdAt?new Date(N.createdAt).toLocaleString():"-"})]},N.id)),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(Zs,{page:a,totalPages:w,total:n,pageSize:o,onPageChange:i,onPageSizeChange:N=>{c(N),i(1)}})]})})})]})}function gV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0);async function a(){r(!0);try{const i=await De("/api/db/vip-members?limit=100");if(i!=null&&i.success&&i.data){const o=[...i.data].map((c,u)=>({...c,vipSort:typeof c.vipSort=="number"?c.vipSort:u+1}));o.sort((c,u)=>(c.vipSort??999999)-(u.vipSort??999999)),e(o)}}catch(i){console.error("Load VIP members error:",i),X.error("加载 VIP 成员失败")}finally{r(!1)}}return b.useEffect(()=>{a()},[]),s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("div",{className:"flex justify-between items-center mb-8",children:s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Tc,{className:"w-5 h-5 text-amber-400"}),"用户管理 / 超级个体列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"这里展示所有有效超级个体用户,仅用于查看其基本信息与排序值。"})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(ze,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400 w-20",children:"序号"}),s.jsx(Se,{className:"text-gray-400",children:"成员"}),s.jsx(Se,{className:"text-gray-400 w-40",children:"超级个体"}),s.jsx(Se,{className:"text-gray-400 w-28",children:"排序值"})]})}),s.jsxs(ms,{children:[t.map((i,o)=>{var c;return s.jsxs(xt,{className:"border-gray-700/50",children:[s.jsx(Ne,{className:"text-gray-300",children:o+1}),s.jsx(Ne,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[i.avatar?s.jsx("img",{src:vo(i.avatar),className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((c=i.name)==null?void 0:c[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:i.name})})]})}),s.jsx(Ne,{className:"text-gray-300",children:i.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置超级个体)"})}),s.jsx(Ne,{className:"text-gray-300",children:i.vipSort??o+1})]},i.id)}),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:5,className:"text-center py-12 text-gray-500",children:"当前没有有效的超级个体用户。"})})]})]})})})]})}function T4(t){const e=Ra(),[n,r]=b.useState([]),[a,i]=b.useState(!0),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:0,enabled:!0}),[x,y]=b.useState(!1),[v,w]=b.useState(!1),N=b.useRef(null),k=async P=>{var Q;const ee=(Q=P.target.files)==null?void 0:Q[0];if(ee){w(!0);try{const V=new FormData;V.append("file",ee),V.append("folder","mentors");const re=gu(),ae={};re&&(ae.Authorization=`Bearer ${re}`);const I=await(await fetch(Oc("/api/upload"),{method:"POST",body:V,credentials:"include",headers:ae})).json();I!=null&&I.success&&(I!=null&&I.url)?m(z=>({...z,avatar:I.url})):X.error("上传失败: "+((I==null?void 0:I.error)||"未知错误"))}catch(V){console.error(V),X.error("上传失败")}finally{w(!1),N.current&&(N.current.value="")}}};async function E(){i(!0);try{const P=await De("/api/db/mentors");P!=null&&P.success&&P.data&&r(P.data)}catch(P){console.error("Load mentors error:",P)}finally{i(!1)}}b.useEffect(()=>{E()},[]);const C=()=>{m({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:n.length>0?Math.max(...n.map(P=>P.sort))+1:0,enabled:!0})},L=()=>{h(null),C(),c(!0)},O=P=>{h(P),m({name:P.name,avatar:P.avatar||"",intro:P.intro||"",tags:P.tags||"",priceSingle:P.priceSingle!=null?String(P.priceSingle):"",priceHalfYear:P.priceHalfYear!=null?String(P.priceHalfYear):"",priceYear:P.priceYear!=null?String(P.priceYear):"",quote:P.quote||"",whyFind:P.whyFind||"",offering:P.offering||"",judgmentStyle:P.judgmentStyle||"",sort:P.sort,enabled:P.enabled??!0}),c(!0)},K=async()=>{if(!f.name.trim()){X.error("导师姓名不能为空");return}y(!0);try{const P=Q=>Q===""?void 0:parseFloat(Q),ee={name:f.name.trim(),avatar:f.avatar.trim()||void 0,intro:f.intro.trim()||void 0,tags:f.tags.trim()||void 0,priceSingle:P(f.priceSingle),priceHalfYear:P(f.priceHalfYear),priceYear:P(f.priceYear),quote:f.quote.trim()||void 0,whyFind:f.whyFind.trim()||void 0,offering:f.offering.trim()||void 0,judgmentStyle:f.judgmentStyle.trim()||void 0,sort:f.sort,enabled:f.enabled};if(u){const Q=await Zt("/api/db/mentors",{id:u.id,...ee});Q!=null&&Q.success?(c(!1),E()):X.error("更新失败: "+(Q==null?void 0:Q.error))}else{const Q=await St("/api/db/mentors",ee);Q!=null&&Q.success?(c(!1),E()):X.error("新增失败: "+(Q==null?void 0:Q.error))}}catch(P){console.error("Save error:",P),X.error("保存失败")}finally{y(!1)}},_=async P=>{if(confirm("确定删除该导师?"))try{const ee=await di(`/api/db/mentors?id=${P}`);ee!=null&&ee.success?E():X.error("删除失败: "+(ee==null?void 0:ee.error))}catch(ee){console.error("Delete error:",ee),X.error("删除失败")}},H=P=>P!=null?`¥${P}`:"-";return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(_n,{className:"w-5 h-5 text-[#38bdac]"}),"导师管理"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师列表,支持每个导师独立配置单次/半年/年度价格"})]}),s.jsxs(J,{onClick:L,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Dn,{className:"w-4 h-4 mr-2"}),"新增导师"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(ze,{className:"p-0",children:a?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"ID"}),s.jsx(Se,{className:"text-gray-400",children:"姓名"}),s.jsx(Se,{className:"text-gray-400",children:"简介"}),s.jsx(Se,{className:"text-gray-400",children:"单次"}),s.jsx(Se,{className:"text-gray-400",children:"半年"}),s.jsx(Se,{className:"text-gray-400",children:"年度"}),s.jsx(Se,{className:"text-gray-400",children:"排序"}),s.jsx(Se,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(ms,{children:[n.map(P=>s.jsxs(xt,{className:"border-gray-700/50",children:[s.jsx(Ne,{className:"text-gray-300",children:P.id}),s.jsx(Ne,{children:s.jsxs("button",{type:"button",onClick:()=>e(`/users?search=${encodeURIComponent(P.name)}`),className:"text-[#38bdac] hover:text-[#2da396] hover:underline flex items-center gap-1",title:"在用户管理中查看",children:[P.name,s.jsx(mi,{className:"w-3 h-3"})]})}),s.jsx(Ne,{className:"text-gray-400 max-w-[200px] truncate",children:P.intro||"-"}),s.jsx(Ne,{className:"text-gray-400",children:H(P.priceSingle)}),s.jsx(Ne,{className:"text-gray-400",children:H(P.priceHalfYear)}),s.jsx(Ne,{className:"text-gray-400",children:H(P.priceYear)}),s.jsx(Ne,{className:"text-gray-400",children:P.sort}),s.jsxs(Ne,{className:"text-right",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>O(P),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(en,{className:"w-4 h-4"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>_(P.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(js,{className:"w-4 h-4"})})]})]},P.id)),n.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无导师,点击「新增导师」添加"})})]})]})})}),s.jsx($t,{open:o,onOpenChange:c,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg max-h-[90vh] overflow-y-auto",children:[s.jsx(Ft,{children:s.jsx(Bt,{className:"text-white",children:u?"编辑导师":"新增导师"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"姓名 *"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:卡若",value:f.name,onChange:P=>m(ee=>({...ee,name:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"排序"}),s.jsx(le,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:f.sort,onChange:P=>m(ee=>({...ee,sort:parseInt(P.target.value,10)||0}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"头像"}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(le,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:f.avatar,onChange:P=>m(ee=>({...ee,avatar:P.target.value})),placeholder:"点击上传或粘贴图片地址"}),s.jsx("input",{ref:N,type:"file",accept:"image/*",className:"hidden",onChange:k}),s.jsxs(J,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:v,onClick:()=>{var P;return(P=N.current)==null?void 0:P.click()},children:[s.jsx(of,{className:"w-4 h-4 mr-2"}),v?"上传中...":"上传"]})]}),f.avatar&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:vo(f.avatar.startsWith("http")?f.avatar:Oc(f.avatar)),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"简介"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:结构判断型咨询 · Decision > Execution",value:f.intro,onChange:P=>m(ee=>({...ee,intro:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"技能标签(逗号分隔)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:项目结构判断、风险止损、人×项目匹配",value:f.tags,onChange:P=>m(ee=>({...ee,tags:P.target.value}))})]}),s.jsxs("div",{className:"border-t border-gray-700 pt-4",children:[s.jsx(Z,{className:"text-gray-300 block mb-2",children:"价格配置(每个导师独立)"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"单次咨询 ¥"}),s.jsx(le,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"980",value:f.priceSingle,onChange:P=>m(ee=>({...ee,priceSingle:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"半年咨询 ¥"}),s.jsx(le,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"19800",value:f.priceHalfYear,onChange:P=>m(ee=>({...ee,priceHalfYear:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"年度咨询 ¥"}),s.jsx(le,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"29800",value:f.priceYear,onChange:P=>m(ee=>({...ee,priceYear:P.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"引言"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:大多数人失败,不是因为不努力...",value:f.quote,onChange:P=>m(ee=>({...ee,quote:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"为什么找(文本)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:f.whyFind,onChange:P=>m(ee=>({...ee,whyFind:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"提供什么(文本)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:f.offering,onChange:P=>m(ee=>({...ee,offering:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"判断风格(逗号分隔)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:冷静、克制、偏风险视角",value:f.judgmentStyle,onChange:P=>m(ee=>({...ee,judgmentStyle:P.target.value}))})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{type:"checkbox",id:"enabled",checked:f.enabled,onChange:P=>m(ee=>({...ee,enabled:P.target.checked})),className:"rounded border-gray-600 bg-[#0a1628]"}),s.jsx(Z,{htmlFor:"enabled",className:"text-gray-300 cursor-pointer",children:"上架(小程序可见)"})]})]}),s.jsxs(yn,{children:[s.jsxs(J,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(ts,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(J,{onClick:K,disabled:x,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"}),x?"保存中...":"保存"]})]})]})})]})}function yV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const h=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",f=await De(h);f!=null&&f.success&&f.data&&e(f.data)}catch(h){console.error("Load consultations error:",h)}finally{r(!1)}}b.useEffect(()=>{o()},[a]);const c={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},u={single:"单次",half_year:"半年",year:"年度"};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(mg,{className:"w-5 h-5 text-[#38bdac]"}),"导师预约列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师咨询预约记录"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:h=>i(h.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(c).map(([h,f])=>s.jsx("option",{value:h,children:f},h))]}),s.jsxs(J,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(ze,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"ID"}),s.jsx(Se,{className:"text-gray-400",children:"用户ID"}),s.jsx(Se,{className:"text-gray-400",children:"导师ID"}),s.jsx(Se,{className:"text-gray-400",children:"类型"}),s.jsx(Se,{className:"text-gray-400",children:"金额"}),s.jsx(Se,{className:"text-gray-400",children:"状态"}),s.jsx(Se,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(ms,{children:[t.map(h=>s.jsxs(xt,{className:"border-gray-700/50",children:[s.jsx(Ne,{className:"text-gray-300",children:h.id}),s.jsx(Ne,{className:"text-gray-400",children:h.userId}),s.jsx(Ne,{className:"text-gray-400",children:h.mentorId}),s.jsx(Ne,{className:"text-gray-400",children:u[h.consultationType]||h.consultationType}),s.jsxs(Ne,{className:"text-white",children:["¥",h.amount]}),s.jsx(Ne,{className:"text-gray-400",children:c[h.status]||h.status}),s.jsx(Ne,{className:"text-gray-500 text-sm",children:h.createdAt})]},h.id)),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}const $d={poolSource:["vip"],requirePhone:!0,requireNickname:!0,requireAvatar:!1,requireBusiness:!1},hj={matchTypes:[{id:"partner",label:"找伙伴",matchLabel:"找伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10},poolSettings:$d},bV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function vV(){const t=Ra(),[e,n]=b.useState(hj),[r,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(!1),[h,f]=b.useState(null),[m,x]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),[y,v]=b.useState(null),[w,N]=b.useState(!1),k=async()=>{N(!0);try{const P=await De("/api/db/match-pool-counts");P!=null&&P.success&&P.data&&v(P.data)}catch(P){console.error("加载池子人数失败:",P)}finally{N(!1)}},E=async()=>{a(!0);try{const P=await De("/api/db/config/full?key=match_config"),ee=(P==null?void 0:P.data)??(P==null?void 0:P.config);if(ee){let Q=ee.poolSettings??$d;Q.poolSource&&!Array.isArray(Q.poolSource)&&(Q={...Q,poolSource:[Q.poolSource]}),n({...hj,...ee,poolSettings:Q})}}catch(P){console.error("加载匹配配置失败:",P)}finally{a(!1)}};b.useEffect(()=>{E(),k()},[]);const C=async()=>{o(!0);try{const P=await St("/api/db/config",{key:"match_config",value:e,description:"匹配功能配置"});X.error((P==null?void 0:P.success)!==!1?"配置保存成功!":"保存失败: "+((P==null?void 0:P.error)||"未知错误"))}catch(P){console.error(P),X.error("保存失败")}finally{o(!1)}},L=P=>{f(P),x({...P}),u(!0)},O=()=>{f(null),x({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),u(!0)},K=()=>{if(!m.id||!m.label){X.error("请填写类型ID和名称");return}const P=[...e.matchTypes];if(h){const ee=P.findIndex(Q=>Q.id===h.id);ee!==-1&&(P[ee]={...m})}else{if(P.some(ee=>ee.id===m.id)){X.error("类型ID已存在");return}P.push({...m})}n({...e,matchTypes:P}),u(!1)},_=P=>{confirm("确定要删除这个匹配类型吗?")&&n({...e,matchTypes:e.matchTypes.filter(ee=>ee.id!==P)})},H=P=>{n({...e,matchTypes:e.matchTypes.map(ee=>ee.id===P?{...ee,enabled:!ee.enabled}:ee)})};return s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"flex justify-end gap-3",children:[s.jsxs(J,{variant:"outline",onClick:E,disabled:r,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${r?"animate-spin":""}`})," 刷新"]}),s.jsxs(J,{onClick:C,disabled:i,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"})," ",i?"保存中...":"保存配置"]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(zj,{className:"w-5 h-5 text-blue-400"})," 匹配池选择"]}),s.jsx(Yt,{className:"text-gray-400",children:"选择匹配的用户池和完善程度要求,只有满足条件的用户才可被匹配到"})]}),s.jsxs(ze,{className:"space-y-6",children:[s.jsxs("div",{className:"space-y-3",children:[s.jsx(Z,{className:"text-gray-300",children:"匹配来源池"}),s.jsx("p",{className:"text-gray-500 text-xs",children:"可同时勾选多个池子(取并集匹配)"}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-3",children:[{value:"vip",label:"超级个体(VIP会员)",desc:"付费 ¥1980 的VIP会员",icon:"👑",countKey:"vip"},{value:"complete",label:"完善资料用户",desc:"符合下方完善度要求的用户",icon:"✅",countKey:"complete"},{value:"all",label:"全部用户",desc:"所有已注册用户",icon:"👥",countKey:"all"}].map(P=>{const ee=e.poolSettings??$d,V=(Array.isArray(ee.poolSource)?ee.poolSource:[ee.poolSource]).includes(P.value),re=y==null?void 0:y[P.countKey],ae=()=>{const pe=Array.isArray(ee.poolSource)?[...ee.poolSource]:[ee.poolSource],I=V?pe.filter(z=>z!==P.value):[...pe,P.value];I.length===0&&I.push(P.value),n({...e,poolSettings:{...ee,poolSource:I}})};return s.jsxs("button",{type:"button",onClick:ae,className:`p-4 rounded-lg border text-left transition-all ${V?"border-[#38bdac] bg-[#38bdac]/10":"border-gray-700 bg-[#0a1628] hover:border-gray-600"}`,children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:`w-5 h-5 rounded border-2 flex items-center justify-center text-xs ${V?"border-[#38bdac] bg-[#38bdac] text-white":"border-gray-600"}`,children:V&&"✓"}),s.jsx("span",{className:"text-xl",children:P.icon}),s.jsx("span",{className:`text-sm font-medium ${V?"text-[#38bdac]":"text-gray-300"}`,children:P.label})]}),s.jsxs("span",{className:"text-lg font-bold text-white",children:[w?"...":re??"-",s.jsx("span",{className:"text-xs text-gray-500 font-normal ml-1",children:"人"})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-2",children:P.desc}),s.jsx("span",{role:"link",tabIndex:0,onClick:pe=>{pe.stopPropagation(),t(`/users?pool=${P.value}`)},onKeyDown:pe=>{pe.key==="Enter"&&(pe.stopPropagation(),t(`/users?pool=${P.value}`))},className:"text-[#38bdac] text-xs mt-2 inline-block hover:underline cursor-pointer",children:"查看用户列表 →"})]},P.value)})})]}),s.jsxs("div",{className:"space-y-3 pt-4 border-t border-gray-700/50",children:[s.jsx(Z,{className:"text-gray-300",children:"用户资料完善要求(被匹配用户必须满足以下条件)"}),s.jsx("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4",children:[{key:"requirePhone",label:"有手机号",icon:"📱"},{key:"requireNickname",label:"有昵称",icon:"👤"},{key:"requireAvatar",label:"有头像",icon:"🖼️"},{key:"requireBusiness",label:"有业务需求",icon:"💼"}].map(P=>{const Q=(e.poolSettings??$d)[P.key];return s.jsxs("div",{className:"flex items-center gap-3 bg-[#0a1628] rounded-lg p-3",children:[s.jsx(Vt,{checked:Q,onCheckedChange:V=>n({...e,poolSettings:{...e.poolSettings??$d,[P.key]:V}})}),s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{children:P.icon}),s.jsx(Z,{className:"text-gray-300 text-sm",children:P.label})]})]},P.key)})})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(ct,{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(xi,{className:"w-5 h-5 text-yellow-400"})," 基础设置"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(ze,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(le,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.freeMatchLimit,onChange:P=>n({...e,freeMatchLimit:parseInt(P.target.value,10)||0})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(le,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:e.matchPrice,onChange:P=>n({...e,matchPrice:parseFloat(P.target.value)||1})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(le,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.settings.maxMatchesPerDay,onChange:P=>n({...e,settings:{...e.settings,maxMatchesPerDay:parseInt(P.target.value,10)||10}})})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:e.settings.enableFreeMatches,onCheckedChange:P=>n({...e,settings:{...e.settings,enableFreeMatches:P}})}),s.jsx(Z,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:e.settings.enablePaidMatches,onCheckedChange:P=>n({...e,settings:{...e.settings,enablePaidMatches:P}})}),s.jsx(Z,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(_e,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(ct,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(dt,{className:"text-white flex items-center gap-2",children:[s.jsx(_n,{className:"w-5 h-5 text-[#38bdac]"})," 匹配类型管理"]}),s.jsx(Yt,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(J,{onClick:O,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Dn,{className:"w-4 h-4 mr-1"})," 添加类型"]})]}),s.jsx(ze,{children:s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"图标"}),s.jsx(Se,{className:"text-gray-400",children:"类型ID"}),s.jsx(Se,{className:"text-gray-400",children:"显示名称"}),s.jsx(Se,{className:"text-gray-400",children:"匹配标签"}),s.jsx(Se,{className:"text-gray-400",children:"价格"}),s.jsx(Se,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(Se,{className:"text-gray-400",children:"状态"}),s.jsx(Se,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(ms,{children:e.matchTypes.map(P=>s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{children:s.jsx("span",{className:"text-2xl",children:P.icon})}),s.jsx(Ne,{className:"font-mono text-gray-300",children:P.id}),s.jsx(Ne,{className:"text-white font-medium",children:P.label}),s.jsx(Ne,{className:"text-gray-300",children:P.matchLabel}),s.jsx(Ne,{children:s.jsxs(Be,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",P.price]})}),s.jsx(Ne,{children:P.matchFromDB?s.jsx(Be,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Be,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(Ne,{children:s.jsx(Vt,{checked:P.enabled,onCheckedChange:()=>H(P.id)})}),s.jsx(Ne,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>L(P),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(en,{className:"w-4 h-4"})}),s.jsx(J,{variant:"ghost",size:"sm",onClick:()=>_(P.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(js,{className:"w-4 h-4"})})]})})]},P.id))})]})})]}),s.jsx($t,{open:c,onOpenChange:u,children:s.jsxs(zt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(Ft,{children:s.jsxs(Bt,{className:"text-white flex items-center gap-2",children:[h?s.jsx(en,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(Dn,{className:"w-5 h-5 text-[#38bdac]"}),h?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:m.id,onChange:P=>x({...m,id:P.target.value}),disabled:!!h})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:bV.map(P=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${m.icon===P?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>x({...m,icon:P}),children:P},P))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"显示名称"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.label,onChange:P=>x({...m,label:P.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"匹配标签"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.matchLabel,onChange:P=>x({...m,matchLabel:P.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Z,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(le,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:m.price,onChange:P=>x({...m,price:parseFloat(P.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:m.matchFromDB,onCheckedChange:P=>x({...m,matchFromDB:P})}),s.jsx(Z,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:m.showJoinAfterMatch,onCheckedChange:P=>x({...m,showJoinAfterMatch:P})}),s.jsx(Z,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Vt,{checked:m.enabled,onCheckedChange:P=>x({...m,enabled:P})}),s.jsx(Z,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(yn,{children:[s.jsx(J,{variant:"outline",onClick:()=>u(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(J,{onClick:K,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-4 h-4 mr-2"})," 保存"]})]})]})})]})}const fj={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function NV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[x,y]=b.useState(null),[v,w]=b.useState(null);async function N(){m(!0),y(null);try{const C=new URLSearchParams({page:String(a),pageSize:String(o)});u&&C.set("matchType",u);const L=await De(`/api/db/match-records?${C}`);L!=null&&L.success?(e(L.records||[]),r(L.total??0)):y("加载匹配记录失败")}catch{y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{N()},[a,u]);const k=Math.ceil(n/o)||1,E=({userId:C,nickname:L,avatar:O})=>s.jsxs("div",{className:"flex items-center gap-3 cursor-pointer group",onClick:()=>w(C),children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[O?s.jsx("img",{src:vo(O),alt:"",className:"w-full h-full object-cover",onError:K=>{K.currentTarget.style.display="none"}}):null,s.jsx("span",{className:O?"hidden":"",children:(L||C||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white group-hover:text-[#38bdac] transition-colors",children:L||C}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[C==null?void 0:C.slice(0,16),(C==null?void 0:C.length)>16?"...":""]})]})]});return s.jsxs("div",{children:[x&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:x}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("p",{className:"text-gray-400",children:["共 ",n," 条匹配记录 · 点击用户名查看详情"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:C=>{h(C.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(fj).map(([C,L])=>s.jsx("option",{value:C,children:L},C))]}),s.jsxs("button",{type:"button",onClick:N,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Fe,{className:`w-4 h-4 ${f?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"发起人"}),s.jsx(Se,{className:"text-gray-400",children:"匹配到"}),s.jsx(Se,{className:"text-gray-400",children:"类型"}),s.jsx(Se,{className:"text-gray-400",children:"联系方式"}),s.jsx(Se,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(ms,{children:[t.map(C=>s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{children:s.jsx(E,{userId:C.userId,nickname:C.userNickname,avatar:C.userAvatar})}),s.jsx(Ne,{children:C.matchedUserId?s.jsx(E,{userId:C.matchedUserId,nickname:C.matchedNickname,avatar:C.matchedUserAvatar}):s.jsx("span",{className:"text-gray-500",children:"—"})}),s.jsx(Ne,{children:s.jsx(Be,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:fj[C.matchType]||C.matchType})}),s.jsxs(Ne,{className:"text-sm",children:[C.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",C.phone]}),C.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",C.wechatId]}),!C.phone&&!C.wechatId&&s.jsx("span",{className:"text-gray-600",children:"-"})]}),s.jsx(Ne,{className:"text-gray-400",children:C.createdAt?new Date(C.createdAt).toLocaleString():"-"})]},C.id)),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(Zs,{page:a,totalPages:k,total:n,pageSize:o,onPageChange:i,onPageSizeChange:C=>{c(C),i(1)}})]})})}),s.jsx(V0,{open:!!v,onClose:()=>w(null),userId:v,onUserUpdated:N})]})}function wV(){const[t,e]=b.useState("records");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("records"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="records"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配记录"}),s.jsx("button",{type:"button",onClick:()=>e("pool"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="pool"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配池设置"})]}),t==="records"&&s.jsx(NV,{}),t==="pool"&&s.jsx(vV,{})]})}const pj={investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function jV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0),[f,m]=b.useState("investor"),[x,y]=b.useState(null);async function v(){h(!0);try{const E=new URLSearchParams({page:String(a),pageSize:String(o),matchType:f}),C=await De(`/api/db/match-records?${E}`);C!=null&&C.success&&(e(C.records||[]),r(C.total??0))}catch(E){console.error(E)}finally{h(!1)}}b.useEffect(()=>{v()},[a,f]);const w=async E=>{if(!E.phone&&!E.wechatId){X.info("该记录无联系方式,无法推送到存客宝");return}y(E.id);try{const C=await St("/api/ckb/join",{type:E.matchType||"investor",phone:E.phone||"",wechat:E.wechatId||"",userId:E.userId,name:E.userNickname||""});X.error((C==null?void 0:C.message)||(C!=null&&C.success?"推送成功":"推送失败"))}catch(C){X.error("推送失败: "+(C instanceof Error?C.message:"网络错误"))}finally{y(null)}},N=Math.ceil(n/o)||1,k=E=>!!(E.phone||E.wechatId);return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400",children:"点击获客:有人填写手机号/微信号的直接显示,可一键推送到存客宝"}),s.jsxs("p",{className:"text-gray-500 text-xs mt-1",children:["共 ",n," 条记录 — 有联系方式的可触发存客宝添加好友"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("select",{value:f,onChange:E=>{m(E.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:Object.entries(pj).map(([E,C])=>s.jsx("option",{value:E,children:C},E))}),s.jsxs(J,{onClick:v,disabled:u,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${u?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"发起人"}),s.jsx(Se,{className:"text-gray-400",children:"匹配到"}),s.jsx(Se,{className:"text-gray-400",children:"类型"}),s.jsx(Se,{className:"text-gray-400",children:"联系方式"}),s.jsx(Se,{className:"text-gray-400",children:"时间"}),s.jsx(Se,{className:"text-gray-400 text-right",children:"操作"})]})}),s.jsxs(ms,{children:[t.map(E=>{var C,L;return s.jsxs(xt,{className:`border-gray-700/50 ${k(E)?"hover:bg-[#0a1628]":"opacity-60"}`,children:[s.jsx(Ne,{className:"text-white",children:E.userNickname||((C=E.userId)==null?void 0:C.slice(0,12))}),s.jsx(Ne,{className:"text-white",children:E.matchedNickname||((L=E.matchedUserId)==null?void 0:L.slice(0,12))}),s.jsx(Ne,{children:s.jsx(Be,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:pj[E.matchType]||E.matchType})}),s.jsxs(Ne,{className:"text-sm",children:[E.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",E.phone]}),E.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",E.wechatId]}),!E.phone&&!E.wechatId&&s.jsx("span",{className:"text-gray-600",children:"无联系方式"})]}),s.jsx(Ne,{className:"text-gray-400 text-sm",children:E.createdAt?new Date(E.createdAt).toLocaleString():"-"}),s.jsx(Ne,{className:"text-right",children:k(E)?s.jsxs(J,{size:"sm",onClick:()=>w(E),disabled:x===E.id,className:"bg-[#38bdac] hover:bg-[#2da396] text-white text-xs h-7 px-3",children:[s.jsx(qM,{className:"w-3 h-3 mr-1"}),x===E.id?"推送中...":"推送CKB"]}):s.jsx("span",{className:"text-gray-600 text-xs",children:"—"})})]},E.id)}),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无记录"})})]})]}),s.jsx(Zs,{page:a,totalPages:N,total:n,pageSize:o,onPageChange:i,onPageSizeChange:E=>{c(E),i(1)}})]})})})]})}const mj={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},kV={single:"单次",half_year:"半年",year:"年度"};function SV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const c=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",u=await De(c);u!=null&&u.success&&u.data&&e(u.data)}catch(c){console.error(c)}finally{r(!1)}}return b.useEffect(()=>{o()},[a]),s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsx("p",{className:"text-gray-400",children:"导师咨询预约记录"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:c=>i(c.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(mj).map(([c,u])=>s.jsx("option",{value:c,children:u},c))]}),s.jsxs(J,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(ze,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"ID"}),s.jsx(Se,{className:"text-gray-400",children:"用户ID"}),s.jsx(Se,{className:"text-gray-400",children:"导师ID"}),s.jsx(Se,{className:"text-gray-400",children:"类型"}),s.jsx(Se,{className:"text-gray-400",children:"金额"}),s.jsx(Se,{className:"text-gray-400",children:"状态"}),s.jsx(Se,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(ms,{children:[t.map(c=>s.jsxs(xt,{className:"border-gray-700/50",children:[s.jsx(Ne,{className:"text-gray-300",children:c.id}),s.jsx(Ne,{className:"text-gray-400",children:c.userId}),s.jsx(Ne,{className:"text-gray-400",children:c.mentorId}),s.jsx(Ne,{className:"text-gray-400",children:kV[c.consultationType]||c.consultationType}),s.jsxs(Ne,{className:"text-white",children:["¥",c.amount]}),s.jsx(Ne,{className:"text-gray-400",children:mj[c.status]||c.status}),s.jsx(Ne,{className:"text-gray-500 text-sm",children:c.createdAt?new Date(c.createdAt).toLocaleString():"-"})]},c.id)),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}function CV(){const[t,e]=b.useState("booking");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("booking"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="booking"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"预约记录"}),s.jsx("button",{type:"button",onClick:()=>e("manage"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="manage"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"导师管理"})]}),t==="booking"&&s.jsx(SV,{}),t==="manage"&&s.jsx("div",{className:"-mx-8",children:s.jsx(T4,{embedded:!0})})]})}function TV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0);async function f(){h(!0);try{const x=new URLSearchParams({page:String(a),pageSize:String(o),matchType:"team"}),y=await De(`/api/db/match-records?${x}`);y!=null&&y.success&&(e(y.records||[]),r(y.total??0))}catch(x){console.error(x)}finally{h(!1)}}b.useEffect(()=>{f()},[a]);const m=Math.ceil(n/o)||1;return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsxs("p",{className:"text-gray-400",children:["团队招募匹配记录,共 ",n," 条"]}),s.jsx("p",{className:"text-gray-500 text-xs mt-1",children:"用户通过「团队招募」提交联系方式到存客宝"})]}),s.jsxs("button",{type:"button",onClick:f,disabled:u,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Fe,{className:`w-4 h-4 ${u?"animate-spin":""}`})," 刷新"]})]}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(ze,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Fe,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(fs,{children:[s.jsx(ps,{children:s.jsxs(xt,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(Se,{className:"text-gray-400",children:"发起人"}),s.jsx(Se,{className:"text-gray-400",children:"匹配到"}),s.jsx(Se,{className:"text-gray-400",children:"联系方式"}),s.jsx(Se,{className:"text-gray-400",children:"时间"})]})}),s.jsxs(ms,{children:[t.map(x=>s.jsxs(xt,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(Ne,{className:"text-white",children:x.userNickname||x.userId}),s.jsx(Ne,{className:"text-white",children:x.matchedNickname||x.matchedUserId}),s.jsxs(Ne,{className:"text-gray-400 text-sm",children:[x.phone&&s.jsxs("div",{children:["📱 ",x.phone]}),x.wechatId&&s.jsxs("div",{children:["💬 ",x.wechatId]}),!x.phone&&!x.wechatId&&"-"]}),s.jsx(Ne,{className:"text-gray-400",children:x.createdAt?new Date(x.createdAt).toLocaleString():"-"})]},x.id)),t.length===0&&s.jsx(xt,{children:s.jsx(Ne,{colSpan:4,className:"text-center py-12 text-gray-500",children:"暂无团队招募记录"})})]})]}),s.jsx(Zs,{page:a,totalPages:m,total:n,pageSize:o,onPageChange:i,onPageSizeChange:x=>{c(x),i(1)}})]})})})]})}const xj={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募",join:"加入",match:"匹配"},gj={partner:"⭐",investor:"👥",mentor:"❤️",team:"🎮",join:"📋",match:"🔗"};function EV({onSwitchTab:t,onOpenCKB:e}={}){const n=Ra(),[r,a]=b.useState(null),[i,o]=b.useState(null),[c,u]=b.useState(!0),h=b.useCallback(async()=>{var x,y;u(!0);try{const[v,w]=await Promise.allSettled([De("/api/db/match-records?stats=true"),De("/api/db/ckb-plan-stats")]);if(v.status==="fulfilled"&&((x=v.value)!=null&&x.success)&&v.value.data){let N=v.value.data;if(N.totalMatches>0&&(!N.uniqueUsers||N.uniqueUsers===0))try{const k=await De("/api/db/match-records?page=1&pageSize=200");if(k!=null&&k.success&&k.records){const E=new Set(k.records.map(C=>C.userId).filter(Boolean));N={...N,uniqueUsers:E.size}}}catch{}a(N)}w.status==="fulfilled"&&((y=w.value)!=null&&y.success)&&w.value.data&&o(w.value.data)}catch(v){console.error("加载统计失败:",v)}finally{u(!1)}},[]);b.useEffect(()=>{h()},[h]);const f=x=>c?"—":String(x??0),m=r!=null&&r.uniqueUsers?(r.totalMatches/r.uniqueUsers).toFixed(1):"0";return s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-5 gap-3",children:[s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/40 cursor-pointer hover:border-[#38bdac]/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:s.jsxs(ze,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"总匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.totalMatches)}),s.jsxs("p",{className:"text-[#38bdac] text-[10px] mt-1 flex items-center gap-0.5",children:[s.jsx(mi,{className:"w-2.5 h-2.5"})," 查看记录"]})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(ze,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"今日"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.todayMatches)}),s.jsxs("p",{className:"text-yellow-400/60 text-[10px] mt-1 flex items-center gap-0.5",children:[s.jsx(xi,{className:"w-2.5 h-2.5"})," 实时"]})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/40 cursor-pointer hover:border-blue-500/60 transition-all",onClick:()=>n("/users"),children:s.jsxs(ze,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"用户数"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.uniqueUsers)}),s.jsxs("p",{className:"text-blue-400/60 text-[10px] mt-1 flex items-center gap-0.5",children:[s.jsx(_n,{className:"w-2.5 h-2.5"})," 查看用户"]})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(ze,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"人均匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:c?"—":m})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(ze,{className:"p-4",children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"付费匹配"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:f(r==null?void 0:r.paidMatchCount)})]})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsx(_e,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(ze,{className:"p-4",children:[s.jsx("h4",{className:"text-sm font-medium text-white mb-3",children:"匹配类型分布"}),r!=null&&r.byType&&r.byType.length>0?s.jsx("div",{className:"space-y-2",children:r.byType.map(x=>{const y=r.totalMatches>0?x.count/r.totalMatches*100:0;return s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("span",{className:"text-lg shrink-0",children:gj[x.matchType]||"📊"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex justify-between text-xs mb-0.5",children:[s.jsx("span",{className:"text-gray-300",children:xj[x.matchType]||x.matchType}),s.jsxs("span",{className:"text-gray-500",children:[x.count," (",y.toFixed(0),"%)"]})]}),s.jsx("div",{className:"w-full h-1.5 bg-gray-700/50 rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac] rounded-full",style:{width:`${Math.min(y,100)}%`}})})]})]},x.matchType)})}):s.jsx("p",{className:"text-gray-500 text-xs",children:"暂无数据"})]})}),s.jsx(_e,{className:"bg-[#0f2137] border-orange-500/20",children:s.jsxs(ze,{className:"p-4",children:[s.jsxs("h4",{className:"text-sm font-medium text-white mb-3 flex items-center gap-1.5",children:[s.jsx(Sa,{className:"w-4 h-4 text-orange-400"})," AI 获客"]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 mb-3",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 cursor-pointer hover:border-orange-500/50 border border-transparent transition-colors",onClick:()=>e==null?void 0:e("submitted"),children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"已提交线索"}),s.jsx("p",{className:"text-xl font-bold text-white",children:c?"—":(i==null?void 0:i.ckbTotal)??0})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 cursor-pointer hover:border-orange-500/50 border border-transparent transition-colors",onClick:()=>e==null?void 0:e("contact"),children:[s.jsx("p",{className:"text-gray-400 text-xs",children:"有联系方式"}),s.jsx("p",{className:"text-xl font-bold text-white",children:c?"—":(i==null?void 0:i.withContact)??0})]})]}),(i==null?void 0:i.byType)&&i.byType.length>0&&s.jsx("div",{className:"space-y-1.5",children:i.byType.map(x=>s.jsxs("div",{className:"flex items-center gap-2 text-xs",children:[s.jsx("span",{children:gj[x.matchType]||"📋"}),s.jsx("span",{className:"text-gray-400",children:xj[x.matchType]||x.matchType}),s.jsx("span",{className:"ml-auto text-white font-medium",children:x.total})]},x.matchType))}),s.jsx("button",{type:"button",onClick:()=>e==null?void 0:e("test"),className:"mt-3 w-full text-xs text-orange-400 hover:text-orange-300 text-center py-1.5 bg-orange-500/10 rounded",children:"查看 AI 添加进度 →"})]})})]})]})}const MV=["partner","investor","mentor","team"],dg=[{key:"join_partner",label:"找伙伴场景"},{key:"join_investor",label:"资源对接场景"},{key:"join_mentor",label:"导师顾问场景"},{key:"join_team",label:"团队招募场景"},{key:"match",label:"匹配上报"},{key:"lead",label:"链接卡若"}],yj=`# 场景获客接口摘要 +- 地址:POST /v1/api/scenarios +- 必填:apiKey、sign、timestamp +- 主标识:phone 或 wechatId 至少一项 +- 可选:name、source、remark、tags、siteTags、portrait +- 签名:排除 sign/apiKey/portrait,键名升序拼接值后双重 MD5 +- 成功:code=200,message=新增成功 或 已存在`;function AV({initialTab:t="overview"}){const[e,n]=b.useState(t),[r,a]=b.useState("13800000000"),[i,o]=b.useState(""),[c,u]=b.useState(""),[h,f]=b.useState(yj),[m,x]=b.useState(!1),[y,v]=b.useState(!1),[w,N]=b.useState([]),[k,E]=b.useState([]),[C,L]=b.useState({}),[O,K]=b.useState([{endpoint:"/api/ckb/join",label:"找伙伴",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"资源对接",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"导师顾问",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"团队招募",method:"POST",status:"idle"},{endpoint:"/api/ckb/match",label:"匹配上报",method:"POST",status:"idle"},{endpoint:"/api/miniprogram/ckb/lead",label:"链接卡若",method:"POST",status:"idle"},{endpoint:"/api/match/config",label:"匹配配置",method:"GET",status:"idle"}]),_=b.useMemo(()=>{const I={};return dg.forEach(z=>{I[z.key]=C[z.key]||{apiUrl:"https://ckbapi.quwanzhi.com/v1/api/scenarios",apiKey:"fyngh-ecy9h-qkdae-epwd5-rz6kd",source:"",tags:"",siteTags:"创业实验APP",notes:""}}),I},[C]),H=I=>{const z=r.trim(),R=i.trim();return I<=3?{type:MV[I],phone:z||void 0,wechat:R||void 0,userId:"admin_test",name:"后台测试"}:I===4?{matchType:"partner",phone:z||void 0,wechat:R||void 0,userId:"admin_test",nickname:"后台测试",matchedUser:{id:"test",nickname:"测试",matchScore:88}}:I===5?{phone:z||void 0,wechatId:R||void 0,userId:"admin_test",name:"后台测试"}:{}};async function P(){v(!0);try{const[I,z,R]=await Promise.all([De("/api/db/config/full?key=ckb_config"),De("/api/db/ckb-leads?mode=submitted&page=1&pageSize=50"),De("/api/db/ckb-leads?mode=contact&page=1&pageSize=50")]),ie=I==null?void 0:I.data;ie!=null&&ie.routes&&L(ie.routes),ie!=null&&ie.docNotes&&u(ie.docNotes),ie!=null&&ie.docContent&&f(ie.docContent),z!=null&&z.success&&N(z.records||[]),R!=null&&R.success&&E(R.records||[])}finally{v(!1)}}b.useEffect(()=>{n(t)},[t]),b.useEffect(()=>{P()},[]);const ee=b.useMemo(()=>{const I=$=>($||"").replace(/\D/g,"")||"",z=$=>{const U=I($.phone);if(U)return`phone:${U}`;const ce=($.userId||"").trim();if(ce)return`user:${ce}`;const ue=($.wechatId||"").trim();return ue?`wechat:${ue}`:`row:${$.id}`},R=[...k].sort(($,U)=>{const ce=$.createdAt?new Date($.createdAt).getTime():0;return(U.createdAt?new Date(U.createdAt).getTime():0)-ce}),ie=new Set,q=[];for(const $ of R){const U=z($);ie.has(U)||(ie.add(U),q.push($))}return q},[k]);async function Q(){x(!0);try{const I=await St("/api/db/config",{key:"ckb_config",value:{routes:_,docNotes:c,docContent:h},description:"存客宝接口配置"});X.error((I==null?void 0:I.success)!==!1?"存客宝配置已保存":`保存失败: ${(I==null?void 0:I.error)||"未知错误"}`)}catch(I){X.error(`保存失败: ${I instanceof Error?I.message:"网络错误"}`)}finally{x(!1)}}const V=(I,z)=>{L(R=>({...R,[I]:{..._[I],...z}}))},re=async I=>{const z=O[I];if(z.method==="POST"&&!r.trim()&&!i.trim()){X.error("请填写测试手机号");return}const R=[...O];R[I]={...z,status:"testing",message:void 0,responseTime:void 0},K(R);const ie=performance.now();try{const q=z.method==="GET"?await De(z.endpoint):await St(z.endpoint,H(I)),$=Math.round(performance.now()-ie),U=(q==null?void 0:q.message)||"",ce=(q==null?void 0:q.success)===!0||U.includes("已存在")||U.includes("已加入")||U.includes("已提交"),ue=[...O];ue[I]={...z,status:ce?"success":"error",message:U||(ce?"正常":"异常"),responseTime:$},K(ue),await P()}catch(q){const $=Math.round(performance.now()-ie),U=[...O];U[I]={...z,status:"error",message:q instanceof Error?q.message:"失败",responseTime:$},K(U)}},ae=async()=>{if(!r.trim()&&!i.trim()){X.error("请填写测试手机号");return}for(let I=0;Is.jsx("div",{className:"overflow-auto rounded-lg border border-gray-700/30",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"bg-[#0a1628] text-gray-400",children:s.jsxs("tr",{children:[s.jsx("th",{className:"text-left px-4 py-3",children:"发起人"}),s.jsx("th",{className:"text-left px-4 py-3",children:"类型"}),s.jsx("th",{className:"text-left px-4 py-3",children:"手机号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"微信号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"时间"})]})}),s.jsx("tbody",{children:I.length===0?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"p-0 align-top",children:s.jsxs("div",{className:"py-14 px-6 text-center bg-[#0a1628]/40 border-t border-gray-700/30",children:[s.jsx(yl,{className:"w-12 h-12 text-orange-400/25 mx-auto mb-3","aria-hidden":!0}),s.jsx("p",{className:"text-gray-300 font-medium",children:z}),R?s.jsx("p",{className:"text-gray-500 text-sm mt-2 max-w-md mx-auto leading-relaxed",children:R}):null]})})}):I.map(ie=>s.jsxs("tr",{className:"border-t border-gray-700/30",children:[s.jsx("td",{className:"px-4 py-3 text-white",children:ie.userNickname||ie.userId}),s.jsx("td",{className:"px-4 py-3 text-gray-300",children:ie.matchType}),s.jsx("td",{className:"px-4 py-3 text-green-400",children:ie.phone||"—"}),s.jsx("td",{className:"px-4 py-3 text-blue-400",children:ie.wechatId||"—"}),s.jsx("td",{className:"px-4 py-3 text-gray-400",children:ie.createdAt?new Date(ie.createdAt).toLocaleString():"—"})]},String(ie.id)))})]})});return s.jsx(_e,{className:"bg-[#0f2137] border-orange-500/30 mb-6",children:s.jsxs(ze,{className:"p-5",children:[s.jsxs("div",{className:"flex items-center justify-between mb-4",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("h3",{className:"text-white font-semibold",children:"存客宝工作台"}),s.jsx(Be,{className:"bg-orange-500/20 text-orange-400 border-0 text-xs",children:"CKB"}),s.jsxs("button",{type:"button",onClick:()=>n("doc"),className:"text-orange-400/60 text-xs hover:text-orange-400 flex items-center gap-1",children:[s.jsx(mi,{className:"w-3 h-3"})," API 文档"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(J,{onClick:()=>P(),variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Fe,{className:`w-3.5 h-3.5 mr-1 ${y?"animate-spin":""}`})," 刷新"]}),s.jsxs(J,{onClick:Q,disabled:m,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Sn,{className:"w-3.5 h-3.5 mr-1"})," ",m?"保存中...":"保存配置"]})]})]}),s.jsx("div",{className:"flex flex-wrap gap-2 mb-5",children:[["overview","概览"],["submitted","已提交线索"],["contact","有联系方式"],["config","场景配置"],["test","接口测试"],["doc","API 文档"]].map(([I,z])=>s.jsx("button",{type:"button",onClick:()=>n(I),className:`px-4 py-2 rounded-lg text-sm transition-colors ${e===I?"bg-orange-500 text-white":"bg-[#0a1628] text-gray-400 hover:text-white"}`,children:z},I))}),e==="overview"&&s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"已提交线索"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:w.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"有联系方式(已去重)"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:ee.length}),k.length!==ee.length&&s.jsxs("p",{className:"text-[10px] text-gray-500 mt-1",children:["原始 ",k.length," 条"]})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"场景配置数"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:dg.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"文档备注"}),s.jsx("p",{className:"text-sm text-gray-300 line-clamp-3",children:c||"未填写"})]})]}),e==="submitted"&&pe(w,"暂无已提交线索","用户通过场景提交后会出现于此。"),e==="contact"&&s.jsxs("div",{className:"space-y-2",children:[k.length>ee.length&&s.jsxs("p",{className:"text-xs text-gray-500",children:["已合并 ",k.length-ee.length," 条重复(同手机号或同用户 ID 仅保留最近一条)"]}),pe(ee,"暂无有联系方式线索","存客宝留资同步后显示;完整列表与筛选请前往「用户管理 → 获客列表」。")]}),e==="config"&&s.jsx("div",{className:"space-y-4",children:dg.map(I=>s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white font-medium",children:I.label}),s.jsx(Be,{className:"bg-orange-500/20 text-orange-300 border-0 text-xs",children:I.key})]}),s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"API 地址"}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].apiUrl,onChange:z=>V(I.key,{apiUrl:z.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"API Key"}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].apiKey,onChange:z=>V(I.key,{apiKey:z.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"Source"}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].source,onChange:z=>V(I.key,{source:z.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"Tags"}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].tags,onChange:z=>V(I.key,{tags:z.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"SiteTags"}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].siteTags,onChange:z=>V(I.key,{siteTags:z.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"说明备注"}),s.jsx(le,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].notes,onChange:z=>V(I.key,{notes:z.target.value})})]})]})]},I.key))}),e==="test"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex gap-3 mb-4",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx(yl,{className:"w-4 h-4 text-gray-500 shrink-0"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"测试手机号"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:r,onChange:I=>a(I.target.value)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"💬"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(Z,{className:"text-gray-500 text-xs",children:"微信号(可选)"}),s.jsx(le,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:i,onChange:I=>o(I.target.value)})]})]}),s.jsx("div",{className:"flex items-end",children:s.jsxs(J,{onClick:ae,className:"bg-orange-500 hover:bg-orange-600 text-white",children:[s.jsx(xi,{className:"w-3.5 h-3.5 mr-1"})," 全部测试"]})})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2",children:O.map((I,z)=>s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg px-3 py-2 border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[I.status==="idle"&&s.jsx("div",{className:"w-2 h-2 rounded-full bg-gray-600 shrink-0"}),I.status==="testing"&&s.jsx(Fe,{className:"w-3 h-3 text-yellow-400 animate-spin shrink-0"}),I.status==="success"&&s.jsx(Pj,{className:"w-3 h-3 text-green-400 shrink-0"}),I.status==="error"&&s.jsx(Oj,{className:"w-3 h-3 text-red-400 shrink-0"}),s.jsx("span",{className:"text-white text-xs truncate",children:I.label})]}),s.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[I.responseTime!==void 0&&s.jsxs("span",{className:"text-gray-600 text-[10px]",children:[I.responseTime,"ms"]}),s.jsx("button",{type:"button",onClick:()=>re(z),disabled:I.status==="testing",className:"text-orange-400/60 hover:text-orange-400 text-[10px] disabled:opacity-50",children:"测试"})]})]},`${I.endpoint}-${z}`))})]}),e==="doc"&&s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white text-sm font-medium",children:"场景获客 API 摘要"}),s.jsxs("a",{href:"https://ckbapi.quwanzhi.com/v1/api/scenarios",target:"_blank",rel:"noreferrer",className:"text-orange-400/70 hover:text-orange-400 text-xs flex items-center gap-1",children:[s.jsx(mi,{className:"w-3 h-3"})," 打开外链"]})]}),s.jsx("pre",{className:"whitespace-pre-wrap text-xs text-gray-400 leading-6",children:h||yj})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsx("h4",{className:"text-white text-sm font-medium mb-3",children:"说明备注(可编辑)"}),s.jsx("textarea",{className:"w-full min-h-[260px] bg-[#0f2137] border border-gray-700 rounded-md text-sm text-gray-300 p-3 outline-none focus:border-orange-500/50 resize-y",value:c,onChange:I=>u(I.target.value),placeholder:"记录 Token、入口差异、回复率统计规则、对接约定等。"})]})]})]})})}const IV=[{id:"stats",label:"数据统计",icon:gc,desc:"匹配与获客概览"},{id:"partner",label:"找伙伴",icon:_n,desc:"匹配池与记录"},{id:"resource",label:"资源对接",icon:H5,desc:"人脉资源"},{id:"mentor",label:"导师预约",icon:F5,desc:"预约与管理"},{id:"team",label:"团队招募",icon:Sc,desc:"团队协作"}];function RV(){const[t,e]=b.useState("stats"),[n,r]=b.useState(!1),[a,i]=b.useState("overview");return s.jsxs("div",{className:"p-8 w-full max-w-7xl mx-auto",children:[s.jsxs("div",{className:"mb-8 flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-xl font-semibold text-white flex items-center gap-2",children:[s.jsx(_n,{className:"w-5 h-5 text-[#38bdac]"}),"找伙伴"]}),s.jsx("p",{className:"text-gray-500 text-sm mt-0.5",children:"匹配、获客、导师与团队管理"})]}),s.jsxs(J,{type:"button",variant:"outline",size:"sm",onClick:()=>r(o=>!o),className:`border-orange-500/30 text-orange-300 hover:bg-orange-500/10 bg-transparent text-xs ${n?"bg-orange-500/10":""}`,children:[s.jsx(Sa,{className:"w-3.5 h-3.5 mr-1.5"}),"存客宝",s.jsx(ll,{className:`w-3 h-3 ml-1 transition-transform ${n?"rotate-90":""}`})]})]}),n&&s.jsx(AV,{initialTab:a}),s.jsx("div",{className:"flex gap-1 mb-6 bg-[#0a1628] rounded-lg p-1 border border-gray-700/40",children:IV.map(o=>{const c=t===o.id;return s.jsxs("button",{type:"button",onClick:()=>e(o.id),className:`flex-1 flex items-center justify-center gap-1.5 px-3 py-2 rounded-md text-sm transition-all ${c?"bg-[#38bdac] text-white shadow-md":"text-gray-400 hover:text-white hover:bg-gray-700/40"}`,children:[s.jsx(o.icon,{className:"w-3.5 h-3.5"}),o.label]},o.id)})}),t==="stats"&&s.jsx(EV,{onSwitchTab:o=>e(o),onOpenCKB:o=>{i(o||"overview"),r(!0)}}),t==="partner"&&s.jsx(wV,{}),t==="resource"&&s.jsx(jV,{}),t==="mentor"&&s.jsx(CV,{}),t==="team"&&s.jsx(TV,{})]})}function PV(){const t=To();return s.jsx("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-8",children:s.jsxs("div",{className:"text-center max-w-md",children:[s.jsx("div",{className:"inline-flex items-center justify-center w-20 h-20 rounded-full bg-red-500/20 text-red-400 mb-6",children:s.jsx(Rj,{className:"w-10 h-10"})}),s.jsx("h1",{className:"text-4xl font-bold text-white mb-2",children:"404"}),s.jsx("p",{className:"text-gray-400 mb-1",children:"页面不存在"}),s.jsx("p",{className:"text-sm text-gray-500 font-mono mb-8 break-all",children:t.pathname}),s.jsx(J,{asChild:!0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:s.jsxs(Rc,{to:"/",children:[s.jsx(X5,{className:"w-4 h-4 mr-2"}),"返回首页"]})})]})})}function LV(){return s.jsxs(OE,{children:[s.jsx(cn,{path:"/login",element:s.jsx(II,{})}),s.jsxs(cn,{path:"/",element:s.jsx(LA,{}),children:[s.jsx(cn,{index:!0,element:s.jsx(yh,{to:"/dashboard",replace:!0})}),s.jsx(cn,{path:"dashboard",element:s.jsx(UP,{})}),s.jsx(cn,{path:"orders",element:s.jsx(WP,{})}),s.jsx(cn,{path:"users",element:s.jsx(XP,{})}),s.jsx(cn,{path:"distribution",element:s.jsx(v8,{})}),s.jsx(cn,{path:"withdrawals",element:s.jsx(N8,{})}),s.jsx(cn,{path:"content",element:s.jsx(Y9,{})}),s.jsx(cn,{path:"referral-settings",element:s.jsx(k2,{})}),s.jsx(cn,{path:"author-settings",element:s.jsx(yh,{to:"/settings?tab=author",replace:!0})}),s.jsx(cn,{path:"vip-roles",element:s.jsx(gV,{})}),s.jsx(cn,{path:"mentors",element:s.jsx(T4,{})}),s.jsx(cn,{path:"mentor-consultations",element:s.jsx(yV,{})}),s.jsx(cn,{path:"admin-users",element:s.jsx(yh,{to:"/settings?tab=admin",replace:!0})}),s.jsx(cn,{path:"settings",element:s.jsx(oV,{})}),s.jsx(cn,{path:"payment",element:s.jsx(lV,{})}),s.jsx(cn,{path:"site",element:s.jsx(hV,{})}),s.jsx(cn,{path:"qrcodes",element:s.jsx(fV,{})}),s.jsx(cn,{path:"find-partner",element:s.jsx(RV,{})}),s.jsx(cn,{path:"match",element:s.jsx(mV,{})}),s.jsx(cn,{path:"match-records",element:s.jsx(xV,{})}),s.jsx(cn,{path:"api-doc",element:s.jsx(yh,{to:"/api-docs",replace:!0})}),s.jsx(cn,{path:"api-docs",element:s.jsx(C4,{})})]}),s.jsx(cn,{path:"*",element:s.jsx(PV,{})})]})}FT.createRoot(document.getElementById("root")).render(s.jsx(b.StrictMode,{children:s.jsx(HE,{future:{v7_startTransition:!0,v7_relativeSplatPath:!0},children:s.jsx(LV,{})})})); diff --git a/soul-admin/dist/assets/index-qjssBjc3.css b/soul-admin/dist/assets/index-qjssBjc3.css deleted file mode 100644 index 22f0085b..00000000 --- a/soul-admin/dist/assets/index-qjssBjc3.css +++ /dev/null @@ -1 +0,0 @@ -.rich-editor-wrapper{border:1px solid #374151;border-radius:.5rem;background:#0a1628;overflow:hidden}.rich-editor-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;border-bottom:1px solid #374151;background:#0f1d32;flex-wrap:wrap}.toolbar-group{display:flex;align-items:center;gap:1px}.toolbar-divider{width:1px;height:20px;background:#374151;margin:0 4px}.rich-editor-toolbar button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s}.rich-editor-toolbar button:hover{background:#1f2937;color:#d1d5db}.rich-editor-toolbar button.is-active{background:#38bdac33;color:#38bdac}.rich-editor-toolbar button:disabled{opacity:.3;cursor:not-allowed}.link-tag-select{background:#0a1628;border:1px solid #374151;color:#d1d5db;font-size:12px;padding:2px 6px;border-radius:4px;cursor:pointer;max-width:160px}.link-input-bar{display:flex;align-items:center;gap:4px;padding:4px 8px;border-bottom:1px solid #374151;background:#0f1d32}.link-input{flex:1;background:#0a1628;border:1px solid #374151;color:#fff;padding:4px 8px;border-radius:4px;font-size:13px}.link-confirm,.link-remove{padding:4px 10px;border-radius:4px;border:none;font-size:12px;cursor:pointer}.link-confirm{background:#38bdac;color:#fff}.link-remove{background:#374151;color:#9ca3af}.rich-editor-content{min-height:450px;max-height:720px;overflow-y:auto;padding:12px 16px;color:#e5e7eb;font-size:14px;line-height:1.7}.rich-editor-content:focus{outline:none}.rich-editor-content h1{font-size:1.5em;font-weight:700;margin:.8em 0 .4em;color:#fff}.rich-editor-content h2{font-size:1.3em;font-weight:600;margin:.7em 0 .3em;color:#fff}.rich-editor-content h3{font-size:1.15em;font-weight:600;margin:.6em 0 .3em;color:#fff}.rich-editor-content p{margin:.4em 0}.rich-editor-content strong{color:#fff}.rich-editor-content code{background:#1f2937;padding:2px 6px;border-radius:3px;font-size:.9em;color:#38bdac}.rich-editor-content pre{background:#1f2937;padding:12px;border-radius:6px;overflow-x:auto;margin:.6em 0}.rich-editor-content blockquote{border-left:3px solid #38bdac;padding-left:12px;margin:.6em 0;color:#9ca3af}.rich-editor-content ul,.rich-editor-content ol{padding-left:1.5em;margin:.4em 0}.rich-editor-content li{margin:.2em 0}.rich-editor-content hr{border:none;border-top:1px solid #374151;margin:1em 0}.rich-editor-content img,.rich-editor-content .ProseMirror img,.rich-editor-content img.rich-editor-img-thumb{max-width:240px!important;max-height:140px!important;width:auto!important;height:auto!important;object-fit:contain;display:inline-block;vertical-align:middle;border-radius:6px;margin:.35em .25em .35em 0;border:1px dashed rgba(56,189,172,.45);background:#0f172a99;box-sizing:border-box}.rich-editor-content .rich-attachment-line{margin:.5em 0;padding:8px 12px;border-radius:8px;border:1px dashed rgba(125,211,252,.35);background:#0f172a8c;font-size:13px;line-height:1.5}.rich-editor-content .rich-attachment-badge{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.02em;padding:2px 8px;border-radius:4px;background:#38bdac38;color:#38bdac;margin-right:8px;vertical-align:middle}.rich-editor-content .rich-attachment-link{color:#7dd3fc!important;font-weight:500;text-decoration:underline;word-break:break-all}.rich-editor-content .rich-video-wrap{display:block;margin:.5em 0;max-width:280px;border:1px dashed rgba(56,189,172,.45);border-radius:8px;overflow:hidden;background:#0f172acc}.rich-editor-content .rich-video-wrap video{display:block;width:100%;max-height:160px;object-fit:contain;vertical-align:middle}.rich-editor-content .rich-video-caption{font-size:11px;color:#6b7280;padding:4px 8px;border-top:1px solid #374151}.rich-editor-content a,.rich-link{color:#38bdac;text-decoration:underline;cursor:pointer}.rich-editor-content table{border-collapse:collapse;width:100%;margin:.5em 0}.rich-editor-content th,.rich-editor-content td{border:1px solid #374151;padding:6px 10px;text-align:left}.rich-editor-content th{background:#1f2937;font-weight:600}.rich-editor-content .ProseMirror-placeholder:before{content:attr(data-placeholder);color:#6b7280;float:left;height:0;pointer-events:none}.mention-tag{background:#38bdac26;color:#38bdac;border-radius:4px;padding:1px 4px;font-weight:500}.link-tag-node{display:inline;background:#ffd7001f;color:gold;border-radius:4px;padding:1px 4px;font-weight:500;cursor:default;-webkit-user-select:all;user-select:all;white-space:nowrap}.mention-popup{position:fixed;z-index:9999;background:#1a2638;border:1px solid #374151;border-radius:8px;padding:4px;min-width:180px;max-height:240px;overflow-y:auto;box-shadow:0 4px 20px #0006}.mention-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:4px;cursor:pointer;color:#d1d5db;font-size:13px}.mention-item:hover,.mention-item.is-selected{background:#38bdac26;color:#38bdac}.mention-name{font-weight:500}.mention-id{font-size:11px;color:#6b7280}.bubble-menu{display:flex;gap:2px;background:#1a2638;border:1px solid #374151;border-radius:6px;padding:4px;box-shadow:0 4px 12px #0000004d}.bubble-menu button{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;border:none;background:transparent;color:#9ca3af;cursor:pointer}.bubble-menu button:hover{background:#1f2937;color:#d1d5db}.bubble-menu button.is-active{color:#38bdac}.mention-trigger-btn{color:#38bdac!important}.mention-trigger-btn:hover{background:#38bdac33!important}.upload-progress-bar{display:flex;align-items:center;gap:8px;padding:4px 10px;background:#0f1d32;border-bottom:1px solid #374151}.upload-progress-track{flex:1;height:4px;background:#1f2937;border-radius:2px;overflow:hidden}.upload-progress-fill{height:100%;background:linear-gradient(90deg,#38bdac,#4ae3ce);border-radius:2px;transition:width .3s ease}.upload-progress-text{font-size:11px;color:#38bdac;white-space:nowrap}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-pan-x:initial;--tw-pan-y:initial;--tw-pinch-zoom:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-x-reverse:0;--tw-border-style:solid;--tw-divide-y-reverse:0;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-cyan-200:oklch(91.7% .08 205.041);--color-cyan-300:oklch(86.5% .127 207.078);--color-cyan-400:oklch(78.9% .154 211.53);--color-cyan-500:oklch(71.5% .143 215.221);--color-sky-200:oklch(90.1% .058 230.902);--color-sky-300:oklch(82.8% .111 230.318);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-rose-400:oklch(71.2% .194 13.428);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--blur-xl:24px;--blur-3xl:64px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-sr-only{clip-path:none;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.-top-2\.5{top:calc(var(--spacing)*-2.5)}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-2{top:calc(var(--spacing)*2)}.top-3{top:calc(var(--spacing)*3)}.top-4{top:calc(var(--spacing)*4)}.top-16{top:calc(var(--spacing)*16)}.top-\[50\%\]{top:50%}.top-full{top:100%}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-1\/4{right:25%}.right-4{right:calc(var(--spacing)*4)}.bottom-1\/4{bottom:25%}.bottom-2{bottom:calc(var(--spacing)*2)}.-left-2\.5{left:calc(var(--spacing)*-2.5)}.left-0{left:calc(var(--spacing)*0)}.left-1\/4{left:25%}.left-2{left:calc(var(--spacing)*2)}.left-3{left:calc(var(--spacing)*3)}.left-\[-13px\]{left:-13px}.left-\[11px\]{left:11px}.left-\[50\%\]{left:50%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.z-10{z-index:10}.z-50{z-index:50}.col-span-3{grid-column:span 3/span 3}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-mx-2{margin-inline:calc(var(--spacing)*-2)}.-mx-8{margin-inline:calc(var(--spacing)*-8)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-20{margin-inline:calc(var(--spacing)*20)}.mx-auto{margin-inline:auto}.-mt-6{margin-top:calc(var(--spacing)*-6)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mr-0\.5{margin-right:calc(var(--spacing)*.5)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-auto{margin-right:auto}.mb-0\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-3{margin-left:calc(var(--spacing)*3)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-6{margin-left:calc(var(--spacing)*6)}.ml-\[52px\]{margin-left:52px}.ml-auto{margin-left:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline\!{display:inline!important}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.inline-table{display:inline-table}.list-item{display:list-item}.table{display:table}.table\!{display:table!important}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-24{height:calc(var(--spacing)*24)}.h-96{height:calc(var(--spacing)*96)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-48{max-height:calc(var(--spacing)*48)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[120px\]{max-height:120px}.max-h-\[160px\]{max-height:160px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[420px\]{max-height:420px}.max-h-\[450px\]{max-height:450px}.max-h-\[min\(280px\,40vh\)\]{max-height:min(280px,40vh)}.max-h-none{max-height:none}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-8{min-height:calc(var(--spacing)*8)}.min-h-\[28px\]{min-height:28px}.min-h-\[40px\]{min-height:40px}.min-h-\[60px\]{min-height:60px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[72px\]{min-height:72px}.min-h-\[80px\]{min-height:80px}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[260px\]{min-height:260px}.min-h-\[280px\]{min-height:280px}.min-h-\[400px\]{min-height:400px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0\.5{width:calc(var(--spacing)*.5)}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-11{width:calc(var(--spacing)*11)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-28{width:calc(var(--spacing)*28)}.w-32{width:calc(var(--spacing)*32)}.w-36{width:calc(var(--spacing)*36)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-52{width:calc(var(--spacing)*52)}.w-56{width:calc(var(--spacing)*56)}.w-64{width:calc(var(--spacing)*64)}.w-96{width:calc(var(--spacing)*96)}.w-\[72px\]{width:72px}.w-\[100px\]{width:100px}.w-\[280px\]{width:280px}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-\[72px\]{max-width:72px}.max-w-\[96px\]{max-width:96px}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[160px\]{max-width:160px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[420px\]{max-width:420px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-\[min\(100\%\,20rem\)\]{max-width:min(100%,20rem)}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-40{min-width:calc(var(--spacing)*40)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[60px\]{min-width:60px}.min-w-\[120px\]{min-width:120px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[1024px\]{min-width:1024px}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-1\/2{--tw-translate-x: 50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-none{translate:none}.scale-90{--tw-scale-x:90%;--tw-scale-y:90%;--tw-scale-z:90%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-3d{scale:var(--tw-scale-x)var(--tw-scale-y)var(--tw-scale-z)}.scale-\[0\.98\]{scale:.98}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.touch-pinch-zoom{--tw-pinch-zoom:pinch-zoom;touch-action:var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.resize-y{resize:vertical}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-\[40px_1fr_90px_90px_70px_60px_110px\]{grid-template-columns:40px 1fr 90px 90px 70px 60px 110px}.grid-cols-\[40px_40px_1fr_80px_80px_80px_60px\]{grid-template-columns:40px 40px 1fr 80px 80px 80px 60px}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0{gap:calc(var(--spacing)*0)}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*0)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*0)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-reverse>:not(:last-child)){--tw-space-y-reverse:1}.gap-x-8{column-gap:calc(var(--spacing)*8)}:where(.space-x-reverse>:not(:last-child)){--tw-space-x-reverse:1}.gap-y-4{row-gap:calc(var(--spacing)*4)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-y-reverse>:not(:last-child)){--tw-divide-y-reverse:1}:where(.divide-gray-700\/50>:not(:last-child)){border-color:#36415380}@supports (color:color-mix(in lab,red,red)){:where(.divide-gray-700\/50>:not(:last-child)){border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}:where(.divide-white\/5>:not(:last-child)){border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){:where(.divide-white\/5>:not(:last-child)){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-md{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.rounded-tr{border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#0f2137\]{border-color:#0f2137}.border-\[\#07C160\]{border-color:#07c160}.border-\[\#07C160\]\/20{border-color:#07c16033}.border-\[\#07C160\]\/30{border-color:#07c1604d}.border-\[\#38bdac\]{border-color:#38bdac}.border-\[\#38bdac\]\/20{border-color:#38bdac33}.border-\[\#38bdac\]\/25{border-color:#38bdac40}.border-\[\#38bdac\]\/30{border-color:#38bdac4d}.border-\[\#38bdac\]\/35{border-color:#38bdac59}.border-\[\#38bdac\]\/40{border-color:#38bdac66}.border-\[\#38bdac\]\/50{border-color:#38bdac80}.border-amber-400\/60{border-color:#fcbb0099}@supports (color:color-mix(in lab,red,red)){.border-amber-400\/60{border-color:color-mix(in oklab,var(--color-amber-400)60%,transparent)}}.border-amber-500\/20{border-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/20{border-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.border-amber-500\/25{border-color:#f99c0040}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/25{border-color:color-mix(in oklab,var(--color-amber-500)25%,transparent)}}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/30{border-color:color-mix(in oklab,var(--color-amber-500)30%,transparent)}}.border-amber-500\/40{border-color:#f99c0066}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/40{border-color:color-mix(in oklab,var(--color-amber-500)40%,transparent)}}.border-amber-500\/50{border-color:#f99c0080}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/50{border-color:color-mix(in oklab,var(--color-amber-500)50%,transparent)}}.border-blue-500\/30{border-color:#3080ff4d}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/30{border-color:color-mix(in oklab,var(--color-blue-500)30%,transparent)}}.border-blue-500\/40{border-color:#3080ff66}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/40{border-color:color-mix(in oklab,var(--color-blue-500)40%,transparent)}}.border-blue-500\/50{border-color:#3080ff80}@supports (color:color-mix(in lab,red,red)){.border-blue-500\/50{border-color:color-mix(in oklab,var(--color-blue-500)50%,transparent)}}.border-cyan-500\/20{border-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/20{border-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.border-cyan-500\/30{border-color:#00b7d74d}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/30{border-color:color-mix(in oklab,var(--color-cyan-500)30%,transparent)}}.border-cyan-500\/40{border-color:#00b7d766}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/40{border-color:color-mix(in oklab,var(--color-cyan-500)40%,transparent)}}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-600{border-color:var(--color-gray-600)}.border-gray-700{border-color:var(--color-gray-700)}.border-gray-700\/30{border-color:#3641534d}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/30{border-color:color-mix(in oklab,var(--color-gray-700)30%,transparent)}}.border-gray-700\/40{border-color:#36415366}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/40{border-color:color-mix(in oklab,var(--color-gray-700)40%,transparent)}}.border-gray-700\/50{border-color:#36415380}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/50{border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.border-gray-700\/60{border-color:#36415399}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/60{border-color:color-mix(in oklab,var(--color-gray-700)60%,transparent)}}.border-green-500\/30{border-color:#00c7584d}@supports (color:color-mix(in lab,red,red)){.border-green-500\/30{border-color:color-mix(in oklab,var(--color-green-500)30%,transparent)}}.border-green-500\/40{border-color:#00c75866}@supports (color:color-mix(in lab,red,red)){.border-green-500\/40{border-color:color-mix(in oklab,var(--color-green-500)40%,transparent)}}.border-inherit{border-color:inherit}.border-orange-500\/20{border-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/20{border-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.border-orange-500\/30{border-color:#fe6e004d}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/30{border-color:color-mix(in oklab,var(--color-orange-500)30%,transparent)}}.border-orange-500\/40{border-color:#fe6e0066}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/40{border-color:color-mix(in oklab,var(--color-orange-500)40%,transparent)}}.border-orange-500\/50{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.border-orange-500\/50{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.border-purple-500\/30{border-color:#ac4bff4d}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/30{border-color:color-mix(in oklab,var(--color-purple-500)30%,transparent)}}.border-purple-500\/40{border-color:#ac4bff66}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/40{border-color:color-mix(in oklab,var(--color-purple-500)40%,transparent)}}.border-purple-500\/50{border-color:#ac4bff80}@supports (color:color-mix(in lab,red,red)){.border-purple-500\/50{border-color:color-mix(in oklab,var(--color-purple-500)50%,transparent)}}.border-red-500{border-color:var(--color-red-500)}.border-red-500\/20{border-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.border-red-500\/20{border-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.border-red-500\/50{border-color:#fb2c3680}@supports (color:color-mix(in lab,red,red)){.border-red-500\/50{border-color:color-mix(in oklab,var(--color-red-500)50%,transparent)}}.border-red-600\/50{border-color:#e4001480}@supports (color:color-mix(in lab,red,red)){.border-red-600\/50{border-color:color-mix(in oklab,var(--color-red-600)50%,transparent)}}.border-transparent{border-color:#0000}.border-white\/5{border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.border-white\/5{border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.border-yellow-500\/30{border-color:#edb2004d}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/30{border-color:color-mix(in oklab,var(--color-yellow-500)30%,transparent)}}.border-yellow-500\/35{border-color:#edb20059}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/35{border-color:color-mix(in oklab,var(--color-yellow-500)35%,transparent)}}.border-yellow-500\/40{border-color:#edb20066}@supports (color:color-mix(in lab,red,red)){.border-yellow-500\/40{border-color:color-mix(in oklab,var(--color-yellow-500)40%,transparent)}}.bg-\[\#0a1628\]{background-color:#0a1628}.bg-\[\#0a1628\]\/30{background-color:#0a16284d}.bg-\[\#0a1628\]\/40{background-color:#0a162866}.bg-\[\#0a1628\]\/50{background-color:#0a162880}.bg-\[\#0a1628\]\/60{background-color:#0a162899}.bg-\[\#0b1828\]{background-color:#0b1828}.bg-\[\#0f2137\]{background-color:#0f2137}.bg-\[\#0f2137\]\/90{background-color:#0f2137e6}.bg-\[\#00CED1\]{background-color:#00ced1}.bg-\[\#1C1C1E\]{background-color:#1c1c1e}.bg-\[\#07C160\]{background-color:#07c160}.bg-\[\#07C160\]\/5{background-color:#07c1600d}.bg-\[\#07C160\]\/10{background-color:#07c1601a}.bg-\[\#38bdac\]{background-color:#38bdac}.bg-\[\#38bdac\]\/5{background-color:#38bdac0d}.bg-\[\#38bdac\]\/10{background-color:#38bdac1a}.bg-\[\#38bdac\]\/15{background-color:#38bdac26}.bg-\[\#38bdac\]\/20{background-color:#38bdac33}.bg-\[\#38bdac\]\/30{background-color:#38bdac4d}.bg-\[\#38bdac\]\/60{background-color:#38bdac99}.bg-\[\#38bdac\]\/80{background-color:#38bdaccc}.bg-\[\#050c18\]{background-color:#050c18}.bg-\[\#081322\]{background-color:#081322}.bg-\[\#162840\]{background-color:#162840}.bg-\[\#162840\]\/80{background-color:#162840cc}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/5{background-color:#f99c000d}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/5{background-color:color-mix(in oklab,var(--color-amber-500)5%,transparent)}}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black)60%,transparent)}}.bg-black\/90{background-color:#000000e6}@supports (color:color-mix(in lab,red,red)){.bg-black\/90{background-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/5{background-color:#3080ff0d}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/5{background-color:color-mix(in oklab,var(--color-blue-500)5%,transparent)}}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500)10%,transparent)}}.bg-blue-500\/20{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-cyan-500\/15{background-color:#00b7d726}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/15{background-color:color-mix(in oklab,var(--color-cyan-500)15%,transparent)}}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.bg-emerald-500\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-emerald-600{background-color:var(--color-emerald-600)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-500\/10{background-color:#6a72821a}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/10{background-color:color-mix(in oklab,var(--color-gray-500)10%,transparent)}}.bg-gray-500\/20{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/20{background-color:color-mix(in oklab,var(--color-gray-500)20%,transparent)}}.bg-gray-600{background-color:var(--color-gray-600)}.bg-gray-600\/20{background-color:#4a556533}@supports (color:color-mix(in lab,red,red)){.bg-gray-600\/20{background-color:color-mix(in oklab,var(--color-gray-600)20%,transparent)}}.bg-gray-600\/50{background-color:#4a556580}@supports (color:color-mix(in lab,red,red)){.bg-gray-600\/50{background-color:color-mix(in oklab,var(--color-gray-600)50%,transparent)}}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-700\/50{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.bg-gray-700\/50{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.bg-green-400\/10{background-color:#05df721a}@supports (color:color-mix(in lab,red,red)){.bg-green-400\/10{background-color:color-mix(in oklab,var(--color-green-400)10%,transparent)}}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/20{background-color:#00c75833}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/20{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.bg-green-600{background-color:var(--color-green-600)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-500\/10{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/10{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.bg-orange-500\/20{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/20{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.bg-purple-500\/10{background-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/10{background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.bg-purple-500\/15{background-color:#ac4bff26}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/15{background-color:color-mix(in oklab,var(--color-purple-500)15%,transparent)}}.bg-purple-500\/20{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/20{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-red-600{background-color:var(--color-red-600)}.bg-red-900\/80{background-color:#82181acc}@supports (color:color-mix(in lab,red,red)){.bg-red-900\/80{background-color:color-mix(in oklab,var(--color-red-900)80%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-500\/20{background-color:#edb20033}@supports (color:color-mix(in lab,red,red)){.bg-yellow-500\/20{background-color:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#00CED1\]{--tw-gradient-from:#00ced1;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#38bdac\]\/10{--tw-gradient-from:oklab(72.378% -.11483 -.0053193/.1);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-500\/20{--tw-gradient-from:#3080ff33}@supports (color:color-mix(in lab,red,red)){.from-blue-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.from-blue-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-cyan-500\/20{--tw-gradient-from:#00b7d733}@supports (color:color-mix(in lab,red,red)){.from-cyan-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.from-cyan-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-green-500\/20{--tw-gradient-from:#00c75833}@supports (color:color-mix(in lab,red,red)){.from-green-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.from-green-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500\/20{--tw-gradient-from:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.from-purple-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.from-purple-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-yellow-500\/20{--tw-gradient-from:#edb20033}@supports (color:color-mix(in lab,red,red)){.from-yellow-500\/20{--tw-gradient-from:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.from-yellow-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[\#38bdac\]\/30{--tw-gradient-via:oklab(72.378% -.11483 -.0053193/.3);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-\[\#0f2137\]{--tw-gradient-to:#0f2137;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#20B2AA\]{--tw-gradient-to:#20b2aa;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-amber-500\/20{--tw-gradient-to:#f99c0033}@supports (color:color-mix(in lab,red,red)){.to-amber-500\/20{--tw-gradient-to:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.to-amber-500\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-cyan-500\/5{--tw-gradient-to:#00b7d70d}@supports (color:color-mix(in lab,red,red)){.to-cyan-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-cyan-500)5%,transparent)}}.to-cyan-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-green-500\/5{--tw-gradient-to:#00c7580d}@supports (color:color-mix(in lab,red,red)){.to-green-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-green-500)5%,transparent)}}.to-green-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-500\/5{--tw-gradient-to:#ac4bff0d}@supports (color:color-mix(in lab,red,red)){.to-purple-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-purple-500)5%,transparent)}}.to-purple-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-yellow-500\/5{--tw-gradient-to:#edb2000d}@supports (color:color-mix(in lab,red,red)){.to-yellow-500\/5{--tw-gradient-to:color-mix(in oklab,var(--color-yellow-500)5%,transparent)}}.to-yellow-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-repeat{background-repeat:repeat}.mask-no-clip{-webkit-mask-clip:no-clip;mask-clip:no-clip}.mask-repeat{-webkit-mask-repeat:repeat;mask-repeat:repeat}.fill-amber-400{fill:var(--color-amber-400)}.fill-current{fill:currentColor}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-0\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-14{padding-block:calc(var(--spacing)*14)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-0\.5{padding-right:calc(var(--spacing)*.5)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-4{padding-right:calc(var(--spacing)*4)}.pb-0\.5{padding-bottom:calc(var(--spacing)*.5)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-9{padding-left:calc(var(--spacing)*9)}.pl-10{padding-left:calc(var(--spacing)*10)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.text-clip{text-overflow:clip}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#00CED1\]{color:#00ced1}.text-\[\#07C160\]{color:#07c160}.text-\[\#07C160\]\/60{color:#07c16099}.text-\[\#07C160\]\/70{color:#07c160b3}.text-\[\#07C160\]\/80{color:#07c160cc}.text-\[\#26A17B\]{color:#26a17b}.text-\[\#38bdac\]{color:#38bdac}.text-\[\#38bdac\]\/20{color:#38bdac33}.text-\[\#38bdac\]\/30{color:#38bdac4d}.text-\[\#38bdac\]\/40{color:#38bdac66}.text-\[\#38bdac\]\/90{color:#38bdace6}.text-\[\#169BD7\]{color:#169bd7}.text-\[\#1677FF\]{color:#1677ff}.text-\[\#FFD700\]{color:gold}.text-amber-200{color:var(--color-amber-200)}.text-amber-200\/80{color:#fee685cc}@supports (color:color-mix(in lab,red,red)){.text-amber-200\/80{color:color-mix(in oklab,var(--color-amber-200)80%,transparent)}}.text-amber-200\/90{color:#fee685e6}@supports (color:color-mix(in lab,red,red)){.text-amber-200\/90{color:color-mix(in oklab,var(--color-amber-200)90%,transparent)}}.text-amber-300{color:var(--color-amber-300)}.text-amber-300\/80{color:#ffd236cc}@supports (color:color-mix(in lab,red,red)){.text-amber-300\/80{color:color-mix(in oklab,var(--color-amber-300)80%,transparent)}}.text-amber-400{color:var(--color-amber-400)}.text-amber-400\/30{color:#fcbb004d}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/30{color:color-mix(in oklab,var(--color-amber-400)30%,transparent)}}.text-amber-400\/80{color:#fcbb00cc}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/80{color:color-mix(in oklab,var(--color-amber-400)80%,transparent)}}.text-amber-400\/90{color:#fcbb00e6}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/90{color:color-mix(in oklab,var(--color-amber-400)90%,transparent)}}.text-amber-500\/80{color:#f99c00cc}@supports (color:color-mix(in lab,red,red)){.text-amber-500\/80{color:color-mix(in oklab,var(--color-amber-500)80%,transparent)}}.text-black{color:var(--color-black)}.text-blue-300{color:var(--color-blue-300)}.text-blue-300\/60{color:#90c5ff99}@supports (color:color-mix(in lab,red,red)){.text-blue-300\/60{color:color-mix(in oklab,var(--color-blue-300)60%,transparent)}}.text-blue-300\/80{color:#90c5ffcc}@supports (color:color-mix(in lab,red,red)){.text-blue-300\/80{color:color-mix(in oklab,var(--color-blue-300)80%,transparent)}}.text-blue-400{color:var(--color-blue-400)}.text-blue-400\/60{color:#54a2ff99}@supports (color:color-mix(in lab,red,red)){.text-blue-400\/60{color:color-mix(in oklab,var(--color-blue-400)60%,transparent)}}.text-cyan-200{color:var(--color-cyan-200)}.text-cyan-300\/90{color:#53eafde6}@supports (color:color-mix(in lab,red,red)){.text-cyan-300\/90{color:color-mix(in oklab,var(--color-cyan-300)90%,transparent)}}.text-cyan-400{color:var(--color-cyan-400)}.text-emerald-300{color:var(--color-emerald-300)}.text-emerald-400{color:var(--color-emerald-400)}.text-emerald-400\/90{color:#00d294e6}@supports (color:color-mix(in lab,red,red)){.text-emerald-400\/90{color:color-mix(in oklab,var(--color-emerald-400)90%,transparent)}}.text-gray-200{color:var(--color-gray-200)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-green-300{color:var(--color-green-300)}.text-green-400{color:var(--color-green-400)}.text-green-400\/90{color:#05df72e6}@supports (color:color-mix(in lab,red,red)){.text-green-400\/90{color:color-mix(in oklab,var(--color-green-400)90%,transparent)}}.text-green-500{color:var(--color-green-500)}.text-orange-300{color:var(--color-orange-300)}.text-orange-300\/60{color:#ffb96d99}@supports (color:color-mix(in lab,red,red)){.text-orange-300\/60{color:color-mix(in oklab,var(--color-orange-300)60%,transparent)}}.text-orange-400{color:var(--color-orange-400)}.text-orange-400\/25{color:#ff8b1a40}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/25{color:color-mix(in oklab,var(--color-orange-400)25%,transparent)}}.text-orange-400\/60{color:#ff8b1a99}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/60{color:color-mix(in oklab,var(--color-orange-400)60%,transparent)}}.text-orange-400\/70{color:#ff8b1ab3}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/70{color:color-mix(in oklab,var(--color-orange-400)70%,transparent)}}.text-orange-400\/80{color:#ff8b1acc}@supports (color:color-mix(in lab,red,red)){.text-orange-400\/80{color:color-mix(in oklab,var(--color-orange-400)80%,transparent)}}.text-purple-300{color:var(--color-purple-300)}.text-purple-300\/90{color:#d9b3ffe6}@supports (color:color-mix(in lab,red,red)){.text-purple-300\/90{color:color-mix(in oklab,var(--color-purple-300)90%,transparent)}}.text-purple-400{color:var(--color-purple-400)}.text-red-100{color:var(--color-red-100)}.text-red-300{color:var(--color-red-300)}.text-red-400{color:var(--color-red-400)}.text-rose-400{color:var(--color-rose-400)}.text-sky-300{color:var(--color-sky-300)}.text-white{color:var(--color-white)}.text-white\/40{color:#fff6}@supports (color:color-mix(in lab,red,red)){.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}}.text-white\/60{color:#fff9}@supports (color:color-mix(in lab,red,red)){.text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.text-yellow-300{color:var(--color-yellow-300)}.text-yellow-400{color:var(--color-yellow-400)}.text-yellow-400\/60{color:#fac80099}@supports (color:color-mix(in lab,red,red)){.text-yellow-400\/60{color:color-mix(in oklab,var(--color-yellow-400)60%,transparent)}}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.italic\!{font-style:italic!important}.not-italic{font-style:normal}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero:slashed-zero;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction:stacked-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.normal-nums{font-variant-numeric:normal}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.underline\!{text-decoration-line:underline!important}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.accent-\[\#38bdac\]{accent-color:#38bdac}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.inset-ring{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[\#38bdac\]\/20{--tw-shadow-color:#38bdac33}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#38bdac\]\/20{--tw-shadow-color:color-mix(in oklab,oklab(72.378% -.11483 -.0053193/.2) var(--tw-shadow-alpha),transparent)}}.shadow-\[\#38bdac\]\/30{--tw-shadow-color:#38bdac4d}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#38bdac\]\/30{--tw-shadow-color:color-mix(in oklab,oklab(72.378% -.11483 -.0053193/.3) var(--tw-shadow-alpha),transparent)}}.ring-\[\#38bdac\]{--tw-ring-color:#38bdac}.ring-\[\#38bdac\]\/40{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.4)}.ring-\[\#38bdac\]\/50{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.5)}.ring-transparent{--tw-ring-color:transparent}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ring-offset-\[\#0a1628\]{--tw-ring-offset-color:#0a1628}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a))drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter\!{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-invert{--tw-backdrop-invert:invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-sepia{--tw-backdrop-sepia:sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition\!{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}:where(.divide-x-reverse>:not(:last-child)){--tw-divide-x-reverse:1}.ring-inset{--tw-ring-inset:inset}.group-open\:text-\[\#38bdac\]:is(:where(.group):is([open],:popover-open,:open) *){color:#38bdac}@media(hover:hover){.group-hover\:text-\[\#38bdac\]:is(:where(.group):hover *){color:#38bdac}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.placeholder\:text-gray-500::placeholder{color:var(--color-gray-500)}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\:border-\[\#38bdac\]\/30:hover{border-color:#38bdac4d}.hover\:border-\[\#38bdac\]\/35:hover{border-color:#38bdac59}.hover\:border-\[\#38bdac\]\/50:hover{border-color:#38bdac80}.hover\:border-\[\#38bdac\]\/60:hover{border-color:#38bdac99}.hover\:border-\[\#38bdac\]\/70:hover{border-color:#38bdacb3}.hover\:border-blue-500\/60:hover{border-color:#3080ff99}@supports (color:color-mix(in lab,red,red)){.hover\:border-blue-500\/60:hover{border-color:color-mix(in oklab,var(--color-blue-500)60%,transparent)}}.hover\:border-gray-500:hover{border-color:var(--color-gray-500)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-orange-500\/50:hover{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.hover\:border-orange-500\/50:hover{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.hover\:bg-\[\#0a1628\]:hover{background-color:#0a1628}.hover\:bg-\[\#0a1628\]\/80:hover{background-color:#0a1628cc}.hover\:bg-\[\#1a3050\]:hover{background-color:#1a3050}.hover\:bg-\[\#2da396\]:hover{background-color:#2da396}.hover\:bg-\[\#06AD51\]:hover{background-color:#06ad51}.hover\:bg-\[\#07C160\]\/10:hover{background-color:#07c1601a}.hover\:bg-\[\#20B2AA\]:hover{background-color:#20b2aa}.hover\:bg-\[\#38bdac\]\/10:hover{background-color:#38bdac1a}.hover\:bg-\[\#38bdac\]\/20:hover{background-color:#38bdac33}.hover\:bg-\[\#162840\]:hover{background-color:#162840}.hover\:bg-\[\#162840\]\/30:hover{background-color:#1628404d}.hover\:bg-\[\#162840\]\/50:hover{background-color:#16284080}.hover\:bg-amber-500\/10:hover{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-500\/10:hover{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}}.hover\:bg-amber-500\/20:hover{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-500\/20:hover{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.hover\:bg-amber-600:hover{background-color:var(--color-amber-600)}.hover\:bg-blue-400\/10:hover{background-color:#54a2ff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-400\/10:hover{background-color:color-mix(in oklab,var(--color-blue-400)10%,transparent)}}.hover\:bg-blue-500\/20:hover{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-500\/20:hover{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-cyan-500\/10:hover{background-color:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-cyan-500\/10:hover{background-color:color-mix(in oklab,var(--color-cyan-500)10%,transparent)}}.hover\:bg-emerald-500:hover{background-color:var(--color-emerald-500)}.hover\:bg-emerald-500\/20:hover{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-emerald-500\/20:hover{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.hover\:bg-gray-500:hover{background-color:var(--color-gray-500)}.hover\:bg-gray-500\/20:hover{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-500\/20:hover{background-color:color-mix(in oklab,var(--color-gray-500)20%,transparent)}}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-gray-700\/40:hover{background-color:#36415366}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-700\/40:hover{background-color:color-mix(in oklab,var(--color-gray-700)40%,transparent)}}.hover\:bg-gray-700\/50:hover{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-700\/50:hover{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-green-500\/20:hover{background-color:#00c75833}@supports (color:color-mix(in lab,red,red)){.hover\:bg-green-500\/20:hover{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.hover\:bg-green-700:hover{background-color:var(--color-green-700)}.hover\:bg-orange-500\/10:hover{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-orange-500\/10:hover{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.hover\:bg-orange-500\/20:hover{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-orange-500\/20:hover{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.hover\:bg-orange-600:hover{background-color:var(--color-orange-600)}.hover\:bg-purple-500\/10:hover{background-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/10:hover{background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.hover\:bg-purple-500\/20:hover{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.hover\:bg-purple-500\/20:hover{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.hover\:bg-red-500\/10:hover{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/10:hover{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.hover\:bg-red-500\/20:hover{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/20:hover{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-red-800\/50:hover{background-color:#9f071280}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-800\/50:hover{background-color:color-mix(in oklab,var(--color-red-800)50%,transparent)}}.hover\:bg-white\/5:hover{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/5:hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.hover\:bg-white\/10:hover{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.hover\:bg-white\/20:hover{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.hover\:bg-yellow-500\/20:hover{background-color:#edb20033}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-500\/20:hover{background-color:color-mix(in oklab,var(--color-yellow-500)20%,transparent)}}.hover\:bg-yellow-500\/30:hover{background-color:#edb2004d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-500\/30:hover{background-color:color-mix(in oklab,var(--color-yellow-500)30%,transparent)}}.hover\:text-\[\#2da396\]:hover{color:#2da396}.hover\:text-\[\#5ee0d1\]:hover{color:#5ee0d1}.hover\:text-\[\#5fe0cd\]:hover{color:#5fe0cd}.hover\:text-\[\#38bdac\]:hover{color:#38bdac}.hover\:text-amber-200:hover{color:var(--color-amber-200)}.hover\:text-amber-300:hover{color:var(--color-amber-300)}.hover\:text-amber-400:hover{color:var(--color-amber-400)}.hover\:text-blue-300:hover{color:var(--color-blue-300)}.hover\:text-blue-400:hover{color:var(--color-blue-400)}.hover\:text-gray-300:hover{color:var(--color-gray-300)}.hover\:text-gray-400:hover{color:var(--color-gray-400)}.hover\:text-green-300:hover{color:var(--color-green-300)}.hover\:text-green-400:hover{color:var(--color-green-400)}.hover\:text-orange-300:hover{color:var(--color-orange-300)}.hover\:text-orange-400:hover{color:var(--color-orange-400)}.hover\:text-red-300:hover{color:var(--color-red-300)}.hover\:text-red-400:hover{color:var(--color-red-400)}.hover\:text-sky-200:hover{color:var(--color-sky-200)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:ring-\[\#38bdac\]\/60:hover{--tw-ring-color:oklab(72.378% -.11483 -.0053193/.6)}}.focus\:border-\[\#38bdac\]:focus{border-color:#38bdac}.focus\:border-orange-500\/50:focus{border-color:#fe6e0080}@supports (color:color-mix(in lab,red,red)){.focus\:border-orange-500\/50:focus{border-color:color-mix(in oklab,var(--color-orange-500)50%,transparent)}}.focus\:bg-\[\#38bdac\]\/20:focus{background-color:#38bdac33}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#38bdac\]:focus{--tw-ring-color:#38bdac}.focus\:ring-amber-400:focus{--tw-ring-color:var(--color-amber-400)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[\#38bdac\]:focus-visible{--tw-ring-color:#38bdac}.focus-visible\:ring-red-500:focus-visible{--tw-ring-color:var(--color-red-500)}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-\[\#0a1628\]:focus-visible{--tw-ring-offset-color:#0a1628}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=active\]\:bg-\[\#07C160\]\/20[data-state=active]{background-color:#07c16033}.data-\[state\=active\]\:bg-\[\#26A17B\]\/20[data-state=active]{background-color:#26a17b33}.data-\[state\=active\]\:bg-\[\#38bdac\]\/20[data-state=active]{background-color:#38bdac33}.data-\[state\=active\]\:bg-\[\#1677FF\]\/20[data-state=active]{background-color:#1677ff33}.data-\[state\=active\]\:bg-\[\#003087\]\/20[data-state=active]{background-color:#00308733}.data-\[state\=active\]\:bg-amber-500\/20[data-state=active]{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.data-\[state\=active\]\:bg-amber-500\/20[data-state=active]{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.data-\[state\=active\]\:bg-purple-500\/20[data-state=active]{background-color:#ac4bff33}@supports (color:color-mix(in lab,red,red)){.data-\[state\=active\]\:bg-purple-500\/20[data-state=active]{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.data-\[state\=active\]\:font-medium[data-state=active]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[state\=active\]\:text-\[\#07C160\][data-state=active]{color:#07c160}.data-\[state\=active\]\:text-\[\#26A17B\][data-state=active]{color:#26a17b}.data-\[state\=active\]\:text-\[\#38bdac\][data-state=active]{color:#38bdac}.data-\[state\=active\]\:text-\[\#169BD7\][data-state=active]{color:#169bd7}.data-\[state\=active\]\:text-\[\#1677FF\][data-state=active]{color:#1677ff}.data-\[state\=active\]\:text-amber-400[data-state=active]{color:var(--color-amber-400)}.data-\[state\=active\]\:text-purple-400[data-state=active]{color:var(--color-purple-400)}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:bg-\[\#38bdac\][data-state=checked]{background-color:#38bdac}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-gray-600[data-state=unchecked]{background-color:var(--color-gray-600)}@media(min-width:40rem){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:w-\[220px\]{width:220px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2{gap:calc(var(--spacing)*2)}.sm\:p-4{padding:calc(var(--spacing)*4)}.sm\:p-5{padding:calc(var(--spacing)*5)}.sm\:text-left{text-align:left}}@media(min-width:48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(min-width:64rem){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media(min-width:80rem){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20% .02 240);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20% .02 240);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(65% .15 180);--primary-foreground:oklch(20% 0 0);--secondary:oklch(27% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(27% 0 0);--muted-foreground:oklch(65% 0 0);--accent:oklch(27% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(55% .2 25);--destructive-foreground:oklch(98.5% 0 0);--border:oklch(35% 0 0);--input:oklch(35% 0 0);--ring:oklch(65% .15 180);--radius:.625rem}body{font-family:var(--font-sans);color:var(--foreground);background:#0a1628}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}} diff --git a/soul-admin/dist/index.html b/soul-admin/dist/index.html index 28ad24fc..22119f82 100644 --- a/soul-admin/dist/index.html +++ b/soul-admin/dist/index.html @@ -1,13 +1,13 @@ - - - - - - 管理后台 - Soul创业派对 - - - - -
    - - + + + + + + 管理后台 - Soul创业派对 + + + + +
    + + diff --git a/soul-admin/src/pages/content/ChapterTree.tsx b/soul-admin/src/pages/content/ChapterTree.tsx index 2af37f64..76d3ebac 100644 --- a/soul-admin/src/pages/content/ChapterTree.tsx +++ b/soul-admin/src/pages/content/ChapterTree.tsx @@ -31,6 +31,7 @@ export interface ChapterItem { export interface PartItem { id: string title: string + badgeText?: string chapters: ChapterItem[] } @@ -226,28 +227,28 @@ export function ChapterTree({ if (!toContext) return const { partId: targetPartId, partTitle: targetPartTitle, chapterId: targetChapterId, chapterTitle: targetChapterTitle } = toContext - let toIdx: number - if (toType === 'section') { - toIdx = sections.findIndex((s) => s.id === toId) - } else if (toType === 'chapter') { - const lastInCh = sections.filter((s) => s.chapterId === toId).pop() - toIdx = lastInCh ? sections.findIndex((s) => s.id === lastInCh.id) + 1 : sections.length - } else { - const part = parts.find((p) => p.id === toId) - if (part?.chapters[0]) { - const firstChSections = sections.filter((s) => s.partId === part.id && s.chapterId === part.chapters[0].id) - const last = firstChSections[firstChSections.length - 1] - toIdx = last ? sections.findIndex((s) => s.id === last.id) + 1 : sections.length - } else { - toIdx = sections.length - } - } - const fromIdx = sections.findIndex((s) => s.id === from.id) if (fromIdx === -1) return const next = sections.filter((s) => s.id !== from.id) - const insertIdx = fromIdx < toIdx ? toIdx - 1 : toIdx + // 用移除源项后的 next 计算插入点,避免“上往下拖拽相邻项不生效” + let insertIdx: number + if (toType === 'section') { + const targetIdxInNext = next.findIndex((s) => s.id === toId) + insertIdx = targetIdxInNext >= 0 ? targetIdxInNext + 1 : next.length + } else if (toType === 'chapter') { + const lastInCh = next.filter((s) => s.chapterId === toId).pop() + insertIdx = lastInCh ? next.findIndex((s) => s.id === lastInCh.id) + 1 : next.length + } else { + const part = parts.find((p) => p.id === toId) + if (part?.chapters[0]) { + const firstChSections = next.filter((s) => s.partId === part.id && s.chapterId === part.chapters[0].id) + const last = firstChSections[firstChSections.length - 1] + insertIdx = last ? next.findIndex((s) => s.id === last.id) + 1 : next.length + } else { + insertIdx = next.length + } + } const moved = sections[fromIdx] const newItem = { ...moved, partId: targetPartId, partTitle: targetPartTitle, chapterId: targetChapterId, chapterTitle: targetChapterTitle } next.splice(insertIdx, 0, newItem) @@ -417,7 +418,7 @@ export function ChapterTree({
    - 派 + {part.badgeText || '派'}

    {part.title}

    @@ -791,7 +792,7 @@ export function ChapterTree({
    - {partIcon(bodyPartOrdinal(partIndex))} + {part.badgeText || partIcon(bodyPartOrdinal(partIndex))}

    {part.title}

    diff --git a/soul-admin/src/pages/content/ContentPage.tsx b/soul-admin/src/pages/content/ContentPage.tsx index 7813933c..b130b88b 100644 --- a/soul-admin/src/pages/content/ContentPage.tsx +++ b/soul-admin/src/pages/content/ContentPage.tsx @@ -99,6 +99,7 @@ interface Chapter { interface Part { id: string title: string + badgeText?: string chapters: Chapter[] } @@ -129,10 +130,10 @@ interface EditingSection { editionPremium?: boolean } -function buildTree(sections: SectionListItem[], hotRankMap: Map): Part[] { +function buildTree(sections: SectionListItem[], hotRankMap: Map, partBadgeMap: Record): Part[] { const partMap = new Map< string, - { id: string; title: string; chapters: Map } + { id: string; title: string; badgeText?: string; chapters: Map } >() for (const s of sections) { const partId = s.partId || 'part-1' @@ -140,7 +141,7 @@ function buildTree(sections: SectionListItem[], hotRankMap: Map) const chapterId = s.chapterId || 'chapter-1' const chapterTitle = s.chapterTitle || '未分类' if (!partMap.has(partId)) { - partMap.set(partId, { id: partId, title: partTitle, chapters: new Map() }) + partMap.set(partId, { id: partId, title: partTitle, badgeText: partBadgeMap[partId] || '', chapters: new Map() }) } const part = partMap.get(partId)! if (!part.chapters.has(chapterId)) { @@ -208,7 +209,7 @@ export function ContentPage() { hotScore: 0, }) - const [editingPart, setEditingPart] = useState<{ id: string; title: string } | null>(null) + const [editingPart, setEditingPart] = useState<{ id: string; title: string; badgeText?: string } | null>(null) const [isSavingPartTitle, setIsSavingPartTitle] = useState(false) const [showNewPartModal, setShowNewPartModal] = useState(false) const [editingChapter, setEditingChapter] = useState<{ @@ -308,6 +309,9 @@ export function ContentPage() { [uploadSectionAsset], ) + const [partBadgeMap, setPartBadgeMap] = useState>({}) + const normalizePartBadgeText = (v: unknown) => String(v || '').trim().slice(0, 8) + const hotRankMap = useMemo(() => { const m = new Map() rankedSectionsList.forEach((s, idx) => { @@ -317,7 +321,7 @@ export function ContentPage() { return m }, [rankedSectionsList]) - const tree = buildTree(sectionsList, hotRankMap) + const tree = buildTree(sectionsList, hotRankMap, partBadgeMap) const totalSections = sectionsList.length // 内容排行榜:排序与置顶由后端 API 统一计算,前端只展示 @@ -341,6 +345,33 @@ export function ContentPage() { } } + const loadPartBadges = async () => { + try { + const res = await get<{ success?: boolean; data?: Record | Array<{ configKey?: string; configValue?: unknown }> }>( + '/api/db/config?key=book_part_badges', + { cache: 'no-store' as RequestCache }, + ) + let raw: Record = {} + if (res && Array.isArray(res.data)) { + const row = res.data.find((x) => x && x.configKey === 'book_part_badges') + if (row && row.configValue && typeof row.configValue === 'object' && !Array.isArray(row.configValue)) { + raw = row.configValue as Record + } + } else if (res && res.data && typeof res.data === 'object' && !Array.isArray(res.data)) { + raw = res.data as Record + } + const next: Record = {} + Object.keys(raw).forEach((k) => { + const txt = normalizePartBadgeText(raw[k]) + if (txt) next[k] = txt + }) + setPartBadgeMap(next) + } catch (e) { + console.error(e) + setPartBadgeMap({}) + } + } + const loadRanking = async () => { setRankingLoading(true) try { @@ -364,6 +395,7 @@ export function ContentPage() { useEffect(() => { loadList() loadRanking() + loadPartBadges() }, []) @@ -938,7 +970,7 @@ export function ContentPage() { } const handleEditPartTitle = (part: Part) => { - setEditingPart({ id: part.id, title: part.title }) + setEditingPart({ id: part.id, title: part.title, badgeText: normalizePartBadgeText(part.badgeText) }) } const handleSavePartTitle = async () => { @@ -958,6 +990,20 @@ export function ContentPage() { }) if (res && (res as { success?: boolean }).success !== false) { const newTitle = editingPart.title.trim() + const nextBadgeMap: Record = { ...partBadgeMap } + const badgeText = normalizePartBadgeText(editingPart.badgeText) + if (badgeText) nextBadgeMap[editingPart.id] = badgeText + else delete nextBadgeMap[editingPart.id] + const badgeRes = await post<{ success?: boolean; error?: string }>('/api/db/config', { + key: 'book_part_badges', + value: nextBadgeMap, + description: '目录篇名角标(key=part_id, value=角标文案)', + }) + if (badgeRes && (badgeRes as { success?: boolean }).success === false) { + toast.error('更新篇名角标失败: ' + (((badgeRes as { error?: string }).error) || '未知错误')) + return + } + setPartBadgeMap(nextBadgeMap) setSectionsList((prev) => prev.map((s) => s.partId === editingPart.id ? { ...s, partTitle: newTitle } : s @@ -1564,6 +1610,17 @@ export function ContentPage() { placeholder="输入篇名" />
    +
    + + setEditingPart({ ...editingPart, badgeText: normalizePartBadgeText(e.target.value) })} + placeholder="例如:派 / 新 / 热" + maxLength={8} + /> +

    保存后会同步到目录左侧图标文字(小程序与管理端目录树)。

    +
    )} diff --git a/soul-admin/src/pages/settings/SettingsPage.tsx b/soul-admin/src/pages/settings/SettingsPage.tsx index b205e160..4f87913c 100644 --- a/soul-admin/src/pages/settings/SettingsPage.tsx +++ b/soul-admin/src/pages/settings/SettingsPage.tsx @@ -125,6 +125,7 @@ const MP_UI_TEMPLATE_OBJECT: Record> = { chaptersPage: { bookTitle: '一场SOUL的创业实验场', bookSubtitle: '来自Soul派对房的真实商业故事', + newBadgeText: 'NEW', }, // homePage.linkKaruoAvatar:首页「链接卡若」头像 HTTPS,空则小程序用「卡」字占位 homePage: { @@ -173,6 +174,7 @@ export function SettingsPage() { const [featureConfig, setFeatureConfig] = useState(defaultFeatures) const [mpConfig, setMpConfig] = useState(defaultMpConfig) const [mpUiJson, setMpUiJson] = useState('{}') + const [chaptersNewBadgeText, setChaptersNewBadgeText] = useState('NEW') const [ossConfig, setOssConfig] = useState({}) const [isSaving, setIsSaving] = useState(false) const [loading, setLoading] = useState(true) @@ -206,9 +208,17 @@ export function SettingsPage() { const merged = { ...res.mpConfig } as MpConfig setMpConfig((prev) => ({ ...prev, ...merged })) const raw = merged.mpUi + const rawObj = + raw != null && typeof raw === 'object' && !Array.isArray(raw) ? (raw as Record) : {} + const chaptersPage = + rawObj.chaptersPage && typeof rawObj.chaptersPage === 'object' && !Array.isArray(rawObj.chaptersPage) + ? (rawObj.chaptersPage as Record) + : {} + const badgeRaw = chaptersPage.newBadgeText ?? chaptersPage.sectionNewBadgeText + setChaptersNewBadgeText(typeof badgeRaw === 'string' && badgeRaw.trim() ? badgeRaw.trim() : 'NEW') setMpUiJson( JSON.stringify( - raw != null && typeof raw === 'object' && !Array.isArray(raw) ? raw : {}, + rawObj, null, 2, ), @@ -312,6 +322,16 @@ export function SettingsPage() { setIsSaving(false) return } + const chaptersPageRaw = mpUi.chaptersPage + const chaptersPage = + chaptersPageRaw && typeof chaptersPageRaw === 'object' && !Array.isArray(chaptersPageRaw) + ? { ...(chaptersPageRaw as Record) } + : {} + const badgeText = chaptersNewBadgeText.trim() + if (badgeText) chaptersPage.newBadgeText = badgeText + else delete chaptersPage.newBadgeText + delete chaptersPage.sectionNewBadgeText + mpUi.chaptersPage = chaptersPage const res = await post<{ success?: boolean; error?: string }>('/api/admin/settings', { featureConfig, @@ -613,7 +633,7 @@ export function SettingsPage() {

    预览效果

    -
    +
    {(localSettings.authorInfo.name ?? 'K').charAt(0)}
    @@ -736,6 +756,21 @@ export function SettingsPage() {
    +
    +
    + + setChaptersNewBadgeText(e.target.value)} + /> +

    + 用于小程序目录页章节角标,保存后约 5 分钟内生效(可与下方 mpUi JSON 同步保存)。 +

    +
    +
    +
    +
    + {failedReasonStats.slice(0, 8).map((s) => ( + + {s.reason} · {s.count} + + ))} +
    + + + )}
    @@ -1237,13 +1405,50 @@ export function UsersPage() { ))} )} + + 本页 {leadsRawCount} 条{leadsDeduped > 0 ? ` · 已合并 ${leadsDeduped} 条重复` : ''}
    - +
    + + + +
    @@ -1263,6 +1468,8 @@ export function UsersPage() { 对应 @人 获客计划 来源 + 推送状态 + 重试 时间 @@ -1277,12 +1484,37 @@ export function UsersPage() { {r.source || '未知'} + +
    + {pushStatusBadge(r.pushStatus)} + {!!r.ckbError && ( +

    + {r.ckbError} +

    + )} +
    +
    + +
    +

    {typeof r.retryCount === 'number' ? `第 ${r.retryCount} 次` : '-'}

    + +
    +
    {r.createdAt ? new Date(r.createdAt).toLocaleString() : '-'} ))} {leadsRows.length === 0 && ( - +

    暂无获客线索

    diff --git a/soul-admin/src/pages/withdrawals/WithdrawalsPage.tsx b/soul-admin/src/pages/withdrawals/WithdrawalsPage.tsx index 01aa36a6..01349e3f 100644 --- a/soul-admin/src/pages/withdrawals/WithdrawalsPage.tsx +++ b/soul-admin/src/pages/withdrawals/WithdrawalsPage.tsx @@ -14,7 +14,7 @@ import { } from '@/components/ui/dialog' import { Check, X, RefreshCw, Wallet, DollarSign } from 'lucide-react' import { Pagination } from '@/components/ui/Pagination' -import { get, put } from '@/api/client' +import { get, put, post } from '@/api/client' interface Withdrawal { id: string @@ -64,7 +64,9 @@ export function WithdrawalsPage() { }) const [loading, setLoading] = useState(true) const [error, setError] = useState(null) - const [filter, setFilter] = useState<'all' | 'pending' | 'success' | 'failed'>('all') + const [filter, setFilter] = useState< + 'all' | 'pending' | 'processing' | 'pending_confirm' | 'success' | 'failed' + >('all') const [page, setPage] = useState(1) const [pageSize, setPageSize] = useState(10) const [total, setTotal] = useState(0) @@ -152,6 +154,27 @@ export function WithdrawalsPage() { } } + async function handleCancel(id: string) { + if (!confirm('确认撤回该笔打款?仅在用户未确认收款前可撤回。')) return + setProcessing(id) + try { + const data = await post<{ success?: boolean; error?: string }>( + '/api/admin/withdrawals/cancel', + { id }, + ) + if (data?.success) { + toast.success('已撤回打款') + loadWithdrawals() + } else { + toast.error('撤回失败: ' + (data?.error ?? '未知错误')) + } + } catch { + toast.error('撤回失败') + } finally { + setProcessing(null) + } + } + function openRejectDialog(id: string) { setRejectWithdrawalId(id) setRejectReason('') @@ -321,7 +344,8 @@ export function WithdrawalsPage() {
    - {(['all', 'pending', 'success', 'failed'] as const).map((f) => ( + {(['all', 'pending', 'processing', 'pending_confirm', 'success', 'failed'] as const).map( + (f) => (
    @@ -496,6 +525,19 @@ export function WithdrawalsPage() {
    )} + {(w.status === 'processing' || w.status === 'pending_confirm') && ( +
    + +
    + )} {(w.status === 'success' || w.status === 'completed') && w.transactionId && ( diff --git a/soul-api/internal/database/database.go b/soul-api/internal/database/database.go index 8173ac61..e5b9fbde 100644 --- a/soul-api/internal/database/database.go +++ b/soul-api/internal/database/database.go @@ -43,6 +43,9 @@ func Init(dsn string) error { skipMigrate := strings.ToLower(strings.TrimSpace(os.Getenv("SKIP_AUTO_MIGRATE"))) if skipMigrate == "1" || skipMigrate == "true" || skipMigrate == "yes" { log.Println("database: SKIP_AUTO_MIGRATE enabled, skipping schema migration") + // 即使跳过 AutoMigrate,也补齐关键运行时字段,避免新功能因历史库缺列直接报错。 + ensurePersonSchema(db) + ensureCkbLeadSchema(db) log.Println("database: connected") return nil } @@ -89,6 +92,7 @@ func Init(dsn string) error { if err := db.AutoMigrate(&model.CkbLeadRecord{}); err != nil { log.Printf("database: ckb_lead_records migrate warning: %v", err) } + ensureCkbLeadSchema(db) if err := db.AutoMigrate(&model.Person{}); err != nil { log.Printf("database: persons migrate warning: %v", err) } @@ -146,3 +150,32 @@ func ensurePersonSchema(db *gorm.DB) { } } } + +func ensureCkbLeadSchema(db *gorm.DB) { + m := db.Migrator() + if !m.HasColumn(&model.CkbLeadRecord{}, "push_status") { + if err := db.Exec("ALTER TABLE ckb_lead_records ADD COLUMN push_status VARCHAR(20) NOT NULL DEFAULT 'pending' COMMENT '推送状态: pending/success/failed'").Error; err != nil { + log.Printf("database: ckb_lead_records schema ensure warning: %v; action=add push_status", err) + } + } + if !m.HasColumn(&model.CkbLeadRecord{}, "retry_count") { + if err := db.Exec("ALTER TABLE ckb_lead_records ADD COLUMN retry_count INT NOT NULL DEFAULT 0 COMMENT '重试次数'").Error; err != nil { + log.Printf("database: ckb_lead_records schema ensure warning: %v; action=add retry_count", err) + } + } + if !m.HasColumn(&model.CkbLeadRecord{}, "last_push_at") { + if err := db.Exec("ALTER TABLE ckb_lead_records ADD COLUMN last_push_at DATETIME NULL COMMENT '最后推送时间'").Error; err != nil { + log.Printf("database: ckb_lead_records schema ensure warning: %v; action=add last_push_at", err) + } + } + if !m.HasColumn(&model.CkbLeadRecord{}, "next_retry_at") { + if err := db.Exec("ALTER TABLE ckb_lead_records ADD COLUMN next_retry_at DATETIME NULL COMMENT '下次重试时间'").Error; err != nil { + log.Printf("database: ckb_lead_records schema ensure warning: %v; action=add next_retry_at", err) + } + } + if !m.HasIndex(&model.CkbLeadRecord{}, "idx_ckb_lead_push_status") { + if err := db.Exec("CREATE INDEX idx_ckb_lead_push_status ON ckb_lead_records(push_status)").Error; err != nil { + log.Printf("database: ckb_lead_records schema ensure warning: %v; action=create idx_ckb_lead_push_status", err) + } + } +} diff --git a/soul-api/internal/handler/admin_withdrawals.go b/soul-api/internal/handler/admin_withdrawals.go index 8a3e9847..0b634448 100644 --- a/soul-api/internal/handler/admin_withdrawals.go +++ b/soul-api/internal/handler/admin_withdrawals.go @@ -83,7 +83,11 @@ func AdminWithdrawalsList(c *gin.Context) { db := database.DB() q := db.Model(&model.Withdrawal{}) if statusFilter != "" && statusFilter != "all" { - q = q.Where("status = ?", statusFilter) + if statusFilter == "pending" { + q = q.Where("status IN ?", []string{"pending", "processing", "pending_confirm"}) + } else { + q = q.Where("status = ?", statusFilter) + } } var total int64 q.Count(&total) @@ -91,7 +95,11 @@ func AdminWithdrawalsList(c *gin.Context) { var list []model.Withdrawal query := db.Order("created_at DESC") if statusFilter != "" && statusFilter != "all" { - query = query.Where("status = ?", statusFilter) + if statusFilter == "pending" { + query = query.Where("status IN ?", []string{"pending", "processing", "pending_confirm"}) + } else { + query = query.Where("status = ?", statusFilter) + } } if err := query.Offset((page - 1) * pageSize).Limit(pageSize).Find(&list).Error; err != nil { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error(), "withdrawals": []interface{}{}, "stats": gin.H{"total": 0}}) diff --git a/soul-api/internal/handler/book.go b/soul-api/internal/handler/book.go index e4ea5679..705dfbc8 100644 --- a/soul-api/internal/handler/book.go +++ b/soul-api/internal/handler/book.go @@ -86,7 +86,8 @@ type cachedPartRow struct { ChapterCount int `json:"chapterCount"` MinSortOrder int `json:"minSortOrder"` // Icon 可选:system_config.book_part_icons JSON 中按 part_id 配置的封面图 URL - Icon string `json:"icon,omitempty"` + Icon string `json:"icon,omitempty"` + BadgeText string `json:"badgeText,omitempty"` } type cachedFixedItem struct { ID string `json:"id"` @@ -137,19 +138,46 @@ func loadBookPartIconURLs() map[string]string { return out } -// mergeBookPartIcons 将配置中的篇封面 URL 写入 parts(每次接口响应前调用,避免 Redis 旧缓存缺 icon) +// loadBookPartBadgeTexts 读取 system_config.book_part_badges:{"part-1":"新"},key 与 chapters.part_id 一致 +func loadBookPartBadgeTexts() map[string]string { + out := map[string]string{} + var row model.SystemConfig + if err := database.DB().Where("config_key = ?", "book_part_badges").First(&row).Error; err != nil { + return out + } + var raw map[string]interface{} + if err := json.Unmarshal(row.ConfigValue, &raw); err != nil { + return out + } + for k, v := range raw { + k = strings.TrimSpace(k) + if k == "" { + continue + } + if s, ok := v.(string); ok { + s = strings.TrimSpace(s) + if s != "" { + out[k] = s + } + } + } + return out +} + +// mergeBookPartIcons 将配置中的篇封面 URL/角标写入 parts(每次接口响应前调用,避免 Redis 旧缓存缺字段) func mergeBookPartIcons(parts []cachedPartRow) { if len(parts) == 0 { return } m := loadBookPartIconURLs() - if len(m) == 0 { - return - } + bm := loadBookPartBadgeTexts() for i := range parts { if u := strings.TrimSpace(m[parts[i].PartID]); u != "" { parts[i].Icon = u } + if b := strings.TrimSpace(bm[parts[i].PartID]); b != "" { + parts[i].BadgeText = b + } } } diff --git a/soul-api/internal/handler/ckb.go b/soul-api/internal/handler/ckb.go index b01db198..781f62ac 100644 --- a/soul-api/internal/handler/ckb.go +++ b/soul-api/internal/handler/ckb.go @@ -2,6 +2,7 @@ package handler import ( "bytes" + "context" "crypto/md5" "encoding/hex" "encoding/json" @@ -113,6 +114,216 @@ func getCkbLeadApiKey() string { return ckbAPIKey } +func markLeadPushSuccess(db *gorm.DB, recordID int64) { + if db == nil || recordID <= 0 { + return + } + now := time.Now() + _ = db.Model(&model.CkbLeadRecord{}).Where("id = ?", recordID).Updates(map[string]interface{}{ + "push_status": "success", + "ckb_error": "", + "last_push_at": now, + "next_retry_at": nil, + }).Error +} + +func markLeadPushFailed(db *gorm.DB, recordID int64, errMsg string, incRetry bool) { + if db == nil || recordID <= 0 { + return + } + now := time.Now() + updates := map[string]interface{}{ + "push_status": "failed", + "ckb_error": strings.TrimSpace(errMsg), + "last_push_at": now, + "next_retry_at": now.Add(5 * time.Minute), + } + if incRetry { + updates["retry_count"] = gorm.Expr("retry_count + 1") + } + _ = db.Model(&model.CkbLeadRecord{}).Where("id = ?", recordID).Updates(updates).Error +} + +type ckbLeadPushResult struct { + Code int + Message string + Raw string +} + +func pushLeadToCKB(name, phone, wechatId, leadKey string) (ckbLeadPushResult, error) { + ts := time.Now().Unix() + params := map[string]interface{}{ + "name": name, + "timestamp": ts, + "apiKey": leadKey, + } + if strings.TrimSpace(phone) != "" { + params["phone"] = strings.TrimSpace(phone) + } + if strings.TrimSpace(wechatId) != "" { + params["wechatId"] = strings.TrimSpace(wechatId) + } + params["sign"] = ckbSign(params, leadKey) + q := url.Values{} + q.Set("name", name) + q.Set("timestamp", strconv.FormatInt(ts, 10)) + q.Set("apiKey", leadKey) + if v, ok := params["phone"].(string); ok && v != "" { + q.Set("phone", v) + } + if v, ok := params["wechatId"].(string); ok && v != "" { + q.Set("wechatId", v) + } + q.Set("sign", params["sign"].(string)) + reqURL := ckbAPIURL + "?" + q.Encode() + resp, err := http.Get(reqURL) + if err != nil { + return ckbLeadPushResult{}, err + } + defer resp.Body.Close() + b, _ := io.ReadAll(resp.Body) + var result struct { + Code int `json:"code"` + Message string `json:"message"` + Msg string `json:"msg"` + } + _ = json.Unmarshal(b, &result) + msg := strings.TrimSpace(result.Message) + if msg == "" { + msg = strings.TrimSpace(result.Msg) + } + return ckbLeadPushResult{ + Code: result.Code, + Message: msg, + Raw: string(b), + }, nil +} + +func retryOneLeadRecord(ctx context.Context, db *gorm.DB, r model.CkbLeadRecord) bool { + select { + case <-ctx.Done(): + return false + default: + } + _ = db.Model(&model.CkbLeadRecord{}).Where("id = ?", r.ID).Update("push_status", "pending").Error + + var p map[string]interface{} + _ = json.Unmarshal([]byte(r.Params), &p) + source := strings.TrimSpace(r.Source) + name := strings.TrimSpace(r.Nickname) + if name == "" { + if v, ok := p["name"].(string); ok { + name = strings.TrimSpace(v) + } + } + if name == "" { + name = "小程序用户" + } + phone := strings.TrimSpace(r.Phone) + wechatId := strings.TrimSpace(r.WechatID) + if phone == "" { + if v, ok := p["phone"].(string); ok { + phone = strings.TrimSpace(v) + } + } + if wechatId == "" { + if v, ok := p["wechatId"].(string); ok { + wechatId = strings.TrimSpace(v) + } + } + leadKey := getCkbLeadApiKey() + targetName := "" + targetMemberID := "" + targetMemberName := "" + leadUserID := strings.TrimSpace(r.UserID) + if v, ok := p["userId"].(string); ok && leadUserID == "" { + leadUserID = strings.TrimSpace(v) + } + if source != "index_link_button" { + if v, ok := p["targetUserId"].(string); ok && strings.TrimSpace(v) != "" { + var person model.Person + if db.Where("token = ?", strings.TrimSpace(v)).First(&person).Error == nil && strings.TrimSpace(person.CkbApiKey) != "" { + leadKey = strings.TrimSpace(person.CkbApiKey) + targetName = strings.TrimSpace(person.Name) + if person.UserID != nil { + targetMemberID = strings.TrimSpace(*person.UserID) + } + } + } + if v, ok := p["targetNickname"].(string); ok && strings.TrimSpace(v) != "" { + targetName = strings.TrimSpace(v) + } + if v, ok := p["targetMemberId"].(string); ok && strings.TrimSpace(v) != "" { + targetMemberID = strings.TrimSpace(v) + } + if v, ok := p["targetMemberName"].(string); ok && strings.TrimSpace(v) != "" { + targetMemberName = strings.TrimSpace(v) + } + } + res, perr := pushLeadToCKB(name, phone, wechatId, leadKey) + if perr != nil { + markLeadPushFailed(db, r.ID, perr.Error(), true) + return false + } + if res.Code == 200 { + markLeadPushSuccess(db, r.ID) + go sendLeadWebhook(db, leadWebhookPayload{ + LeadName: name, + Phone: phone, + Wechat: wechatId, + PersonName: targetName, + MemberName: targetMemberName, + TargetMemberID: targetMemberID, + Source: source, + Repeated: true, + LeadUserID: leadUserID, + }) + return true + } + msg := res.Message + if msg == "" { + msg = "重推失败" + } + markLeadPushFailed(db, r.ID, msg, true) + return false +} + +func RetryCkbLeadByID(ctx context.Context, recordID int64) (bool, error) { + if recordID <= 0 { + return false, fmt.Errorf("recordID 无效") + } + db := database.DB() + var r model.CkbLeadRecord + if err := db.Where("id = ?", recordID).First(&r).Error; err != nil { + return false, err + } + return retryOneLeadRecord(ctx, db, r), nil +} + +// RetryFailedCkbLeads 重推存客宝失败留资记录(供定时任务调用) +func RetryFailedCkbLeads(ctx context.Context, limit int) (retried, success int, err error) { + if limit < 1 { + limit = 100 + } + if limit > 1000 { + limit = 1000 + } + db := database.DB() + now := time.Now() + var rows []model.CkbLeadRecord + if err := db.Where("push_status = ? AND (next_retry_at IS NULL OR next_retry_at <= ?)", "failed", now). + Order("id ASC").Limit(limit).Find(&rows).Error; err != nil { + return 0, 0, err + } + retried = len(rows) + for i := range rows { + if retryOneLeadRecord(ctx, db, rows[i]) { + success++ + } + } + return retried, success, nil +} + // CKBJoin POST /api/ckb/join func CKBJoin(c *gin.Context) { var body struct { @@ -388,15 +599,17 @@ func CKBIndexLead(c *gin.Context) { "userId": body.UserID, "phone": phone, "wechatId": wechatId, "name": body.Name, "source": source, }) - _ = db.Create(&model.CkbLeadRecord{ - UserID: body.UserID, - Nickname: name, - Phone: phone, - WechatID: wechatId, - Name: strings.TrimSpace(body.Name), - Source: source, - Params: string(paramsJSON), - }).Error + rec := model.CkbLeadRecord{ + UserID: body.UserID, + Nickname: name, + Phone: phone, + WechatID: wechatId, + Name: strings.TrimSpace(body.Name), + Source: source, + Params: string(paramsJSON), + PushStatus: "pending", + } + _ = db.Create(&rec).Error ts := time.Now().Unix() params := map[string]interface{}{ @@ -417,7 +630,8 @@ func CKBIndexLead(c *gin.Context) { resp, err := http.Get(reqURL) if err != nil { fmt.Printf("[CKBIndexLead] 请求存客宝失败: %v\n", err) - c.JSON(http.StatusOK, gin.H{"success": false, "message": "网络异常,请稍后重试"}) + markLeadPushFailed(db, rec.ID, err.Error(), true) + c.JSON(http.StatusOK, gin.H{"success": true, "message": "添加成功,我们正在为您安排对接"}) return } defer resp.Body.Close() @@ -429,6 +643,7 @@ func CKBIndexLead(c *gin.Context) { } _ = json.Unmarshal(b, &result) if result.Code == 200 { + markLeadPushSuccess(db, rec.ID) var msg string var defaultPerson model.Person if db.Where("ckb_api_key = ? AND ckb_api_key != ''", leadKey).First(&defaultPerson).Error == nil && strings.TrimSpace(defaultPerson.Tips) != "" { @@ -451,14 +666,14 @@ func CKBIndexLead(c *gin.Context) { personName = defaultPerson.Name } go sendLeadWebhook(db, leadWebhookPayload{ - LeadName: name, - Phone: phone, - Wechat: wechatId, - PersonName: personName, + LeadName: name, + Phone: phone, + Wechat: wechatId, + PersonName: personName, TargetMemberID: "", - Source: source, - Repeated: repeatedSubmit, - LeadUserID: body.UserID, + Source: source, + Repeated: repeatedSubmit, + LeadUserID: body.UserID, }) c.JSON(http.StatusOK, gin.H{"success": true, "message": msg, "data": data}) @@ -478,12 +693,8 @@ func CKBIndexLead(c *gin.Context) { } } fmt.Printf("[CKBIndexLead] 存客宝返回异常 code=%d message=%s raw=%s leadKey=%s\n", result.Code, result.Message, string(b), leadKey) - c.JSON(http.StatusOK, gin.H{ - "success": false, - "message": errMsg, - "ckbCode": result.Code, - "ckbMessage": result.Message, - }) + markLeadPushFailed(db, rec.ID, errMsg, true) + c.JSON(http.StatusOK, gin.H{"success": true, "message": "添加成功,我们正在为您安排对接"}) } // CKBLead POST /api/miniprogram/ckb/lead 小程序留资加好友:链接卡若(首页)、文章@某人、超级个体详情点头像 @@ -496,9 +707,9 @@ func CKBLead(c *gin.Context) { Name string `json:"name"` TargetUserID string `json:"targetUserId"` // 被@的 personId(文章 mention / 超级个体人物 token) TargetNickname string `json:"targetNickname"` // 被@的人显示名(用于文案) - TargetMemberID string `json:"targetMemberId"` // 超级个体用户 id(无 person token 时全局留资,写入 params 便于运营) - TargetMemberName string `json:"targetMemberName"` // 超级个体展示名(仅入 params,不误导读为「对方会联系您」) - Source string `json:"source"` // index_lead / article_mention / member_detail_global + TargetMemberID string `json:"targetMemberId"` // 超级个体用户 id(无 person token 时全局留资,写入 params 便于运营) + TargetMemberName string `json:"targetMemberName"` // 超级个体展示名(仅入 params,不误导读为「对方会联系您」) + Source string `json:"source"` // index_lead / article_mention / member_detail_global } _ = c.ShouldBindJSON(&body) phone := strings.TrimSpace(body.Phone) @@ -529,21 +740,19 @@ func CKBLead(c *gin.Context) { if body.TargetUserID != "" { var p model.Person if db.Where("token = ?", body.TargetUserID).First(&p).Error != nil { - c.JSON(http.StatusOK, gin.H{"success": false, "message": "未找到该人物配置,请稍后重试"}) - return - } - if strings.TrimSpace(p.CkbApiKey) == "" { - c.JSON(http.StatusOK, gin.H{"success": false, "message": "该人物尚未配置存客宝密钥,请联系管理员"}) - return - } - leadKey = p.CkbApiKey - personTips = strings.TrimSpace(p.Tips) - if targetName == "" { - targetName = p.Name - } - if targetMemberID == "" { - if p.UserID != nil { - targetMemberID = strings.TrimSpace(*p.UserID) + fmt.Printf("[CKBLead] 未找到人物 token=%s,回退全局获客池\n", body.TargetUserID) + } else { + if strings.TrimSpace(p.CkbApiKey) != "" { + leadKey = p.CkbApiKey + } + personTips = strings.TrimSpace(p.Tips) + if targetName == "" { + targetName = p.Name + } + if targetMemberID == "" { + if p.UserID != nil { + targetMemberID = strings.TrimSpace(*p.UserID) + } } } } @@ -565,7 +774,7 @@ func CKBLead(c *gin.Context) { "targetUserId": body.TargetUserID, "targetMemberId": strings.TrimSpace(body.TargetMemberID), "targetMemberName": strings.TrimSpace(body.TargetMemberName), "source": source, }) - _ = db.Create(&model.CkbLeadRecord{ + rec := model.CkbLeadRecord{ UserID: body.UserID, Nickname: name, Phone: phone, @@ -574,7 +783,9 @@ func CKBLead(c *gin.Context) { TargetPersonID: body.TargetUserID, Source: source, Params: string(paramsJSON), - }).Error + PushStatus: "pending", + } + _ = db.Create(&rec).Error ts := time.Now().Unix() params := map[string]interface{}{ @@ -605,7 +816,8 @@ func CKBLead(c *gin.Context) { resp, err := http.Get(reqURL) if err != nil { fmt.Printf("[CKBLead] 请求存客宝失败: %v\n", err) - c.JSON(http.StatusOK, gin.H{"success": false, "message": "网络异常,请稍后重试"}) + markLeadPushFailed(db, rec.ID, err.Error(), true) + c.JSON(http.StatusOK, gin.H{"success": true, "message": "添加成功,我们正在为您安排对接"}) return } defer resp.Body.Close() @@ -618,6 +830,7 @@ func CKBLead(c *gin.Context) { } _ = json.Unmarshal(b, &result) if result.Code == 200 { + markLeadPushSuccess(db, rec.ID) who := targetName if who == "" { who = "对方" @@ -639,15 +852,15 @@ func CKBLead(c *gin.Context) { data["repeatedSubmit"] = repeatedSubmit go sendLeadWebhook(db, leadWebhookPayload{ - LeadName: name, - Phone: phone, - Wechat: wechatId, - PersonName: who, - MemberName: strings.TrimSpace(body.TargetMemberName), + LeadName: name, + Phone: phone, + Wechat: wechatId, + PersonName: who, + MemberName: strings.TrimSpace(body.TargetMemberName), TargetMemberID: targetMemberID, - Source: source, - Repeated: repeatedSubmit, - LeadUserID: body.UserID, + Source: source, + Repeated: repeatedSubmit, + LeadUserID: body.UserID, }) c.JSON(http.StatusOK, gin.H{"success": true, "message": msg, "data": data}) @@ -713,16 +926,17 @@ func CKBLead(c *gin.Context) { msg = fmt.Sprintf("提交成功,%s 会尽快联系您", who) } go sendLeadWebhook(db, leadWebhookPayload{ - LeadName: name, - Phone: phone, - Wechat: wechatId, - PersonName: who, - MemberName: strings.TrimSpace(body.TargetMemberName), + LeadName: name, + Phone: phone, + Wechat: wechatId, + PersonName: who, + MemberName: strings.TrimSpace(body.TargetMemberName), TargetMemberID: targetMemberID, - Source: source, - Repeated: repeatedSubmit, - LeadUserID: body.UserID, + Source: source, + Repeated: repeatedSubmit, + LeadUserID: body.UserID, }) + markLeadPushSuccess(db, rec.ID) c.JSON(http.StatusOK, gin.H{"success": true, "message": msg}) return } @@ -737,9 +951,10 @@ func CKBLead(c *gin.Context) { } } fmt.Printf("[CKBLead] 存客宝返回异常 code=%d msg=%s raw=%s leadKey=%s\n", result.Code, ckbMsg, string(b), leadKey) + markLeadPushFailed(db, rec.ID, errMsg, true) respObj := gin.H{ - "success": false, - "message": errMsg, + "success": true, + "message": "添加成功,我们正在为您安排对接", "ckbCode": result.Code, "ckbMessage": ckbMsg, } @@ -750,15 +965,15 @@ func CKBLead(c *gin.Context) { } type leadWebhookPayload struct { - LeadName string // 留资客户姓名 - Phone string - Wechat string - PersonName string // 对接人(Person 表 name / targetNickname) - MemberName string // 超级个体名称(targetMemberName) + LeadName string // 留资客户姓名 + Phone string + Wechat string + PersonName string // 对接人(Person 表 name / targetNickname) + MemberName string // 超级个体名称(targetMemberName) TargetMemberID string // 超级个体 userId,用于按人路由 webhook - Source string // 技术来源标识 - Repeated bool - LeadUserID string // 留资用户ID,用于查询行为轨迹 + Source string // 技术来源标识 + Repeated bool + LeadUserID string // 留资用户ID,用于查询行为轨迹 } func leadSourceLabel(source string) string { @@ -783,7 +998,7 @@ func leadSourceLabel(source string) string { var _webhookDedupCache = struct { sync.Mutex - m map[string]string + m map[string]string }{m: make(map[string]string)} func webhookShouldSkip(userId string, targetMemberID string) bool { diff --git a/soul-api/internal/handler/cron.go b/soul-api/internal/handler/cron.go index efcbe353..4ae5f9e8 100644 --- a/soul-api/internal/handler/cron.go +++ b/soul-api/internal/handler/cron.go @@ -233,6 +233,28 @@ func CronRetryOrderWebhooks(c *gin.Context) { }) } +// CronRetryCkbLeads GET/POST /api/cron/retry-ckb-leads +// 重推存客宝失败留资记录,并更新 ckb_lead_records.push_status。 +func CronRetryCkbLeads(c *gin.Context) { + limit := 100 + if s := strings.TrimSpace(c.Query("limit")); s != "" { + if n, err := strconv.Atoi(s); err == nil && n > 0 && n <= 1000 { + limit = n + } + } + retried, success, err := RetryFailedCkbLeads(c.Request.Context(), limit) + if err != nil { + c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) + return + } + c.JSON(http.StatusOK, gin.H{ + "success": true, + "retried": retried, + "pushed": success, + "limit": limit, + }) +} + // CronUnbindExpired GET/POST /api/cron/unbind-expired func CronUnbindExpired(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": true}) diff --git a/soul-api/internal/handler/db.go b/soul-api/internal/handler/db.go index fb16ba6d..46cebd3c 100644 --- a/soul-api/internal/handler/db.go +++ b/soul-api/internal/handler/db.go @@ -142,6 +142,7 @@ func defaultMpUi() gin.H { "chaptersPage": gin.H{ "bookTitle": "一场SOUL的创业实验场", "bookSubtitle": "来自Soul派对房的真实商业故事", + "newBadgeText": "NEW", }, "homePage": gin.H{ "logoTitle": "卡若创业派对", "logoSubtitle": "来自派对房的真实故事", @@ -549,12 +550,13 @@ func DBConfigGet(c *gin.Context) { q := db.Table("system_config") if key != "" { q = q.Where("config_key = ?", key) + q = q.Order("updated_at DESC") } if err := q.Find(&list).Error; err != nil { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } - if key != "" && len(list) == 1 { + if key != "" && len(list) > 0 { var val interface{} _ = json.Unmarshal(list[0].ConfigValue, &val) c.JSON(http.StatusOK, gin.H{"success": true, "data": val}) @@ -956,6 +958,11 @@ func DBConfigPost(c *gin.Context) { if body.Key == "article_ranking_weights" || body.Key == "pinned_section_ids" { cache.InvalidateBookCache() } + // 目录篇图标/角标变更后,立即使目录缓存失效,避免前台看到旧值 + if body.Key == "book_part_icons" || body.Key == "book_part_badges" { + cache.InvalidateBookParts() + InvalidateChaptersByPartCache() + } c.JSON(http.StatusOK, gin.H{"success": true, "message": "配置保存成功"}) } diff --git a/soul-api/internal/handler/db_book.go b/soul-api/internal/handler/db_book.go index 61b84ef1..590711d2 100644 --- a/soul-api/internal/handler/db_book.go +++ b/soul-api/internal/handler/db_book.go @@ -523,6 +523,7 @@ func DBBookAction(c *gin.Context) { TargetPartTitle string `json:"targetPartTitle"` TargetChapterTitle string `json:"targetChapterTitle"` ID string `json:"id"` + NewID string `json:"newId"` Title string `json:"title"` Content string `json:"content"` Price *float64 `json:"price"` @@ -762,12 +763,46 @@ func DBBookAction(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } - err = db.Model(&model.Chapter{}).Where("id = ?", body.ID).Updates(updates).Error + newID := strings.TrimSpace(body.NewID) + idChanged := newID != "" && newID != body.ID + if idChanged { + var existed int64 + if err := db.Model(&model.Chapter{}).Where("id = ? AND id <> ?", newID, body.ID).Count(&existed).Error; err != nil { + c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) + return + } + if existed > 0 { + c.JSON(http.StatusOK, gin.H{"success": false, "error": "章节ID已存在,请换一个"}) + return + } + updates["id"] = newID + } + if idChanged { + err = db.Transaction(func(tx *gorm.DB) error { + if err := tx.Model(&model.Chapter{}).Where("id = ?", body.ID).Updates(updates).Error; err != nil { + return err + } + // 同步历史关联数据,避免改 ID 后订单/阅读记录断链 + if err := tx.Model(&model.Order{}). + Where("product_type = ? AND product_id = ?", "section", body.ID). + Update("product_id", newID).Error; err != nil { + return err + } + if err := tx.Table("reading_progress"). + Where("section_id = ?", body.ID). + Update("section_id", newID).Error; err != nil { + return err + } + return nil + }) + } else { + err = db.Model(&model.Chapter{}).Where("id = ?", body.ID).Updates(updates).Error + } if err != nil { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } - cache.InvalidateChapterContentByID(body.ID) + cache.InvalidateChapterContent(existing.MID) cache.InvalidateBookParts() InvalidateChaptersByPartCache() cache.InvalidateBookCache() diff --git a/soul-api/internal/handler/db_ckb_leads.go b/soul-api/internal/handler/db_ckb_leads.go index 4c8178e7..473c19a7 100644 --- a/soul-api/internal/handler/db_ckb_leads.go +++ b/soul-api/internal/handler/db_ckb_leads.go @@ -3,6 +3,7 @@ package handler import ( "net/http" "strconv" + "strings" "soul-api/internal/database" "soul-api/internal/model" @@ -29,6 +30,7 @@ func DBCKBLeadList(c *gin.Context) { if mode == "contact" { search := c.Query("search") source := c.Query("source") + pushStatus := strings.TrimSpace(c.Query("pushStatus")) q := db.Model(&model.CkbLeadRecord{}) if search != "" { q = q.Where("nickname LIKE ? OR phone LIKE ? OR wechat_id LIKE ? OR name LIKE ?", @@ -37,6 +39,9 @@ func DBCKBLeadList(c *gin.Context) { if source != "" { q = q.Where("source = ?", source) } + if pushStatus != "" { + q = q.Where("push_status = ?", pushStatus) + } var total int64 q.Count(&total) var records []model.CkbLeadRecord @@ -80,6 +85,11 @@ func DBCKBLeadList(c *gin.Context) { "targetPersonId": r.TargetPersonID, "personName": personName, "ckbPlanId": ckbPlanId, + "pushStatus": r.PushStatus, + "retryCount": r.RetryCount, + "ckbError": r.CkbError, + "lastPushAt": r.LastPushAt, + "nextRetryAt": r.NextRetryAt, "createdAt": r.CreatedAt, }) } @@ -96,8 +106,8 @@ func DBCKBLeadList(c *gin.Context) { c.JSON(http.StatusOK, gin.H{ "success": true, "records": out, "total": total, "page": page, "pageSize": pageSize, "stats": gin.H{ - "uniqueUsers": uniqueUsers, - "sourceStats": sourceStats, + "uniqueUsers": uniqueUsers, + "sourceStats": sourceStats, }, }) return @@ -158,6 +168,27 @@ func DBCKBLeadList(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": true, "records": out, "total": total, "page": page, "pageSize": pageSize}) } +// DBCKBLeadRetry POST /api/db/ckb-leads/retry 管理端-手动重推单条失败线索 +func DBCKBLeadRetry(c *gin.Context) { + var body struct { + ID int64 `json:"id" binding:"required"` + } + if err := c.ShouldBindJSON(&body); err != nil || body.ID <= 0 { + c.JSON(http.StatusOK, gin.H{"success": false, "error": "缺少有效 id"}) + return + } + ok, err := RetryCkbLeadByID(c.Request.Context(), body.ID) + if err != nil { + msg := strings.TrimSpace(err.Error()) + if msg == "" { + msg = "重推失败" + } + c.JSON(http.StatusOK, gin.H{"success": false, "error": msg}) + return + } + c.JSON(http.StatusOK, gin.H{"success": true, "pushed": ok}) +} + // CKBPlanStats GET /api/db/ckb-plan-stats 存客宝获客计划统计(基于 ckb_submit_records + ckb_lead_records) func CKBPlanStats(c *gin.Context) { db := database.DB() diff --git a/soul-api/internal/handler/db_person.go b/soul-api/internal/handler/db_person.go index 5cc16a93..82d9f676 100644 --- a/soul-api/internal/handler/db_person.go +++ b/soul-api/internal/handler/db_person.go @@ -621,7 +621,7 @@ func CKBPinnedPerson(c *gin.Context) { return } nickname := strings.TrimSpace(p.Name) - avatar := strings.TrimSpace(p.Avatar) + avatar := "" if p.UserID != nil && *p.UserID != "" { var u model.User if db.Select("nickname", "avatar").Where("id = ?", *p.UserID).First(&u).Error == nil { diff --git a/soul-api/internal/model/ckb_lead.go b/soul-api/internal/model/ckb_lead.go index e72e1a47..ef2b9355 100644 --- a/soul-api/internal/model/ckb_lead.go +++ b/soul-api/internal/model/ckb_lead.go @@ -4,17 +4,21 @@ import "time" // CkbLeadRecord 链接卡若留资记录(独立表,便于后续链接其他用户等扩展) type CkbLeadRecord struct { - ID int64 `gorm:"column:id;primaryKey;autoIncrement" json:"id"` - UserID string `gorm:"column:user_id;size:50;index" json:"userId"` - Nickname string `gorm:"column:nickname;size:100" json:"nickname"` - Phone string `gorm:"column:phone;size:20" json:"phone"` - WechatID string `gorm:"column:wechat_id;size:100" json:"wechatId"` - Name string `gorm:"column:name;size:100" json:"name"` // 用户填的姓名/昵称 - TargetPersonID string `gorm:"column:target_person_id;size:100" json:"targetPersonId"` // 被@的人物 personId - Source string `gorm:"column:source;size:50" json:"source"` // 来源:index_lead / article_mention - Params string `gorm:"column:params;type:json" json:"params"` // 完整传参 JSON - CkbError string `gorm:"column:ckb_error;size:500" json:"ckbError"` // 存客宝请求失败时写入错误信息,便于运营排查 - CreatedAt time.Time `gorm:"column:created_at" json:"createdAt"` + ID int64 `gorm:"column:id;primaryKey;autoIncrement" json:"id"` + UserID string `gorm:"column:user_id;size:50;index" json:"userId"` + Nickname string `gorm:"column:nickname;size:100" json:"nickname"` + Phone string `gorm:"column:phone;size:20" json:"phone"` + WechatID string `gorm:"column:wechat_id;size:100" json:"wechatId"` + Name string `gorm:"column:name;size:100" json:"name"` // 用户填的姓名/昵称 + TargetPersonID string `gorm:"column:target_person_id;size:100" json:"targetPersonId"` // 被@的人物 personId + Source string `gorm:"column:source;size:50" json:"source"` // 来源:index_lead / article_mention + Params string `gorm:"column:params;type:json" json:"params"` // 完整传参 JSON + PushStatus string `gorm:"column:push_status;size:20;default:'pending';index" json:"pushStatus"` // pending/success/failed + RetryCount int `gorm:"column:retry_count;default:0" json:"retryCount"` + LastPushAt *time.Time `gorm:"column:last_push_at" json:"lastPushAt,omitempty"` + NextRetryAt *time.Time `gorm:"column:next_retry_at" json:"nextRetryAt,omitempty"` + CkbError string `gorm:"column:ckb_error;size:500" json:"ckbError"` // 存客宝请求失败时写入错误信息,便于运营排查 + CreatedAt time.Time `gorm:"column:created_at" json:"createdAt"` } func (CkbLeadRecord) TableName() string { return "ckb_lead_records" } diff --git a/soul-api/internal/router/router.go b/soul-api/internal/router/router.go index 5dd59a6f..66bff9ce 100644 --- a/soul-api/internal/router/router.go +++ b/soul-api/internal/router/router.go @@ -166,6 +166,8 @@ func Setup(cfg *config.Config) *gin.Engine { cron.POST("/sync-orders", handler.CronSyncOrders) cron.GET("/retry-order-webhooks", handler.CronRetryOrderWebhooks) cron.POST("/retry-order-webhooks", handler.CronRetryOrderWebhooks) + cron.GET("/retry-ckb-leads", handler.CronRetryCkbLeads) + cron.POST("/retry-ckb-leads", handler.CronRetryCkbLeads) cron.GET("/sync-vip-ckb-plans", handler.CronSyncVipCkbPlans) cron.POST("/sync-vip-ckb-plans", handler.CronSyncVipCkbPlans) cron.GET("/unbind-expired", handler.CronUnbindExpired) @@ -223,6 +225,7 @@ func Setup(cfg *config.Config) *gin.Engine { db.DELETE("/link-tags", handler.DBLinkTagDelete) db.GET("/persons/pinned", handler.DBPersonPinnedList) db.GET("/ckb-leads", handler.DBCKBLeadList) + db.POST("/ckb-leads/retry", handler.DBCKBLeadRetry) db.GET("/ckb-person-leads", handler.DBCKBPersonLeads) db.GET("/ckb-plan-stats", handler.CKBPlanStats) db.GET("/user-rules", handler.DBUserRulesList)