From b45170364238791680275b132ec0a23422c26fbc Mon Sep 17 00:00:00 2001 From: freefire <97975089@qq.com> Date: Tue, 16 Jun 2026 04:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=AE=BA=E5=9D=9B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=8E=E5=8F=91=E5=B8=96=E4=BD=93=E9=AA=8C=EF=BC=9A?= =?UTF-8?q?TipTap=20=E5=AF=8C=E6=96=87=E6=9C=AC=E3=80=81=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E3=80=81=E4=BF=AE=E8=AE=A2=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E3=80=81Feed=20=E6=8E=92=E5=BA=8F=E4=B8=8E=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E7=AE=A1=E7=90=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同步更新 README 与 ROADMAP,反映最新功能与开发状态。 Co-authored-by: Cursor --- README.md | 24 +- ROADMAP.md | 10 +- config/config.go | 18 +- ...fVIER.js => AdminCommentsPage-Z5_wmIqo.js} | 2 +- ...HcOy.js => AdminDashboardPage-DvIYRHwe.js} | 2 +- .../spa/assets/AdminPostsPage-D3j3Buvt.js | 1 - .../spa/assets/AdminPostsPage-D7MOxCPU.js | 1 + .../spa/assets/AdminSettingsPage-BvAGktom.js | 3 + .../spa/assets/AdminSettingsPage-DXmt4ZWZ.js | 1 - ...C9r9nOl4.js => AdminUsersPage-Ny3GZNbL.js} | 2 +- .../spa/assets/BoardsManagePage-CQfZWFTe.js | 1 - .../spa/assets/BoardsManagePage-DQXzBsE1.js | 1 + ...ge-BFRWOfPd.js => ComposePage-DPJpUz3A.js} | 76 ++-- ...-rCUA1Lp6.js => FavoritesPage-DTZ3aZlm.js} | 2 +- ...ePage-DGnsX5Gb.js => HomePage-12KM5s42.js} | 2 +- ...Page-DD0h8vBo.js => LoginPage-W-sW3B0Q.js} | 2 +- ...con-CWAQCHB6.js => PinnedIcon-CTFlF79l.js} | 2 +- .../spa/assets/PostDetailPage-Dr1Cbngv.js | 14 - .../spa/assets/PostDetailPage-I3oWcKSD.js | 14 + .../static/spa/assets/ProfilePage-ByQ-ocFr.js | 1 + .../static/spa/assets/ProfilePage-CGuBSp7z.js | 1 - .../spa/assets/RegisterPage-DxlIbwrc.js | 1 - .../spa/assets/RegisterPage-s7NSU6sj.js | 1 + .../spa/assets/alert-dialog-BoQ7HSUR.js | 1 + .../spa/assets/alert-dialog-Q1fPYDxo.js | 1 - .../{badge-e5OBoJ6g.js => badge-DB-zL5ml.js} | 2 +- .../{form-xbbJUieP.js => form-OSLy-cSS.js} | 2 +- .../static/spa/assets/index-5C0q-ZMs.js | 2 + .../static/spa/assets/index-7vBz8mtL.css | 1 - .../static/spa/assets/index-DG22moG5.css | 1 + .../static/spa/assets/index-L-Mx2Hle.js | 2 - .../{input-CIPYpxcv.js => input-CE0PJTgJ.js} | 2 +- .../spa/assets/markdown-vendor-DxR1h-Bq.js | 66 --- ...nt-D-mW2yDF.js => postContent-ClrHK1rL.js} | 2 +- .../spa/assets/purify-vendor-Cx4rtWv4.js | 3 + .../static/spa/assets/textarea-VyK9_GFn.js | 1 + ...ndor-DGgNN2YO.js => ui-vendor-BtpOfToU.js} | 121 +++--- embed_static/static/spa/index.html | 6 +- frontend/package-lock.json | 15 +- frontend/package.json | 2 - frontend/src/api/client.ts | 21 +- frontend/src/api/types.ts | 34 +- frontend/src/components/ArticleEditor.tsx | 23 +- frontend/src/hooks/useForumLimits.ts | 46 +++ frontend/src/layouts/MainLayout.tsx | 21 +- frontend/src/pages/ComposePage.tsx | 8 +- frontend/src/pages/ProfilePage.tsx | 15 +- frontend/src/pages/RegisterPage.tsx | 12 +- frontend/src/pages/admin/AdminPostsPage.tsx | 37 +- .../src/pages/admin/AdminSettingsPage.tsx | 317 +++++++++++--- frontend/src/styles/global.css | 194 ++++++++- frontend/src/utils/markdown.ts | 130 ------ frontend/src/utils/text.ts | 8 + frontend/vite.config.ts | 2 +- handler/api.go | 88 +++- handler/handlers.go | 28 +- middleware/auth.go | 6 +- model/models.go | 5 +- router/router.go | 15 +- scripts/seed-interactions.mjs | 104 +++++ scripts/seed-test-posts.mjs | 181 -------- scripts/seed.mjs | 391 ++++++++++++++++++ service/auth.go | 7 +- service/comment.go | 10 +- service/common.go | 18 +- service/content.go | 10 + service/filter_words.go | 55 +++ service/post.go | 59 ++- service/ratelimit.go | 35 +- service/settings.go | 299 ++++++++++++-- service/settings_util.go | 14 + service/upload.go | 53 +++ service/user.go | 37 +- 73 files changed, 1943 insertions(+), 752 deletions(-) rename embed_static/static/spa/assets/{AdminCommentsPage-DgkfVIER.js => AdminCommentsPage-Z5_wmIqo.js} (93%) rename embed_static/static/spa/assets/{AdminDashboardPage-BPcWHcOy.js => AdminDashboardPage-DvIYRHwe.js} (94%) delete mode 100644 embed_static/static/spa/assets/AdminPostsPage-D3j3Buvt.js create mode 100644 embed_static/static/spa/assets/AdminPostsPage-D7MOxCPU.js create mode 100644 embed_static/static/spa/assets/AdminSettingsPage-BvAGktom.js delete mode 100644 embed_static/static/spa/assets/AdminSettingsPage-DXmt4ZWZ.js rename embed_static/static/spa/assets/{AdminUsersPage-C9r9nOl4.js => AdminUsersPage-Ny3GZNbL.js} (92%) delete mode 100644 embed_static/static/spa/assets/BoardsManagePage-CQfZWFTe.js create mode 100644 embed_static/static/spa/assets/BoardsManagePage-DQXzBsE1.js rename embed_static/static/spa/assets/{ComposePage-BFRWOfPd.js => ComposePage-DPJpUz3A.js} (63%) rename embed_static/static/spa/assets/{FavoritesPage-rCUA1Lp6.js => FavoritesPage-DTZ3aZlm.js} (92%) rename embed_static/static/spa/assets/{HomePage-DGnsX5Gb.js => HomePage-12KM5s42.js} (95%) rename embed_static/static/spa/assets/{LoginPage-DD0h8vBo.js => LoginPage-W-sW3B0Q.js} (89%) rename embed_static/static/spa/assets/{PinnedIcon-CWAQCHB6.js => PinnedIcon-CTFlF79l.js} (78%) delete mode 100644 embed_static/static/spa/assets/PostDetailPage-Dr1Cbngv.js create mode 100644 embed_static/static/spa/assets/PostDetailPage-I3oWcKSD.js create mode 100644 embed_static/static/spa/assets/ProfilePage-ByQ-ocFr.js delete mode 100644 embed_static/static/spa/assets/ProfilePage-CGuBSp7z.js delete mode 100644 embed_static/static/spa/assets/RegisterPage-DxlIbwrc.js create mode 100644 embed_static/static/spa/assets/RegisterPage-s7NSU6sj.js create mode 100644 embed_static/static/spa/assets/alert-dialog-BoQ7HSUR.js delete mode 100644 embed_static/static/spa/assets/alert-dialog-Q1fPYDxo.js rename embed_static/static/spa/assets/{badge-e5OBoJ6g.js => badge-DB-zL5ml.js} (85%) rename embed_static/static/spa/assets/{form-xbbJUieP.js => form-OSLy-cSS.js} (99%) create mode 100644 embed_static/static/spa/assets/index-5C0q-ZMs.js delete mode 100644 embed_static/static/spa/assets/index-7vBz8mtL.css create mode 100644 embed_static/static/spa/assets/index-DG22moG5.css delete mode 100644 embed_static/static/spa/assets/index-L-Mx2Hle.js rename embed_static/static/spa/assets/{input-CIPYpxcv.js => input-CE0PJTgJ.js} (88%) delete mode 100644 embed_static/static/spa/assets/markdown-vendor-DxR1h-Bq.js rename embed_static/static/spa/assets/{postContent-D-mW2yDF.js => postContent-ClrHK1rL.js} (95%) create mode 100644 embed_static/static/spa/assets/purify-vendor-Cx4rtWv4.js create mode 100644 embed_static/static/spa/assets/textarea-VyK9_GFn.js rename embed_static/static/spa/assets/{ui-vendor-DGgNN2YO.js => ui-vendor-BtpOfToU.js} (65%) create mode 100644 frontend/src/hooks/useForumLimits.ts delete mode 100644 frontend/src/utils/markdown.ts create mode 100644 frontend/src/utils/text.ts create mode 100644 scripts/seed-interactions.mjs delete mode 100644 scripts/seed-test-posts.mjs create mode 100644 scripts/seed.mjs create mode 100644 service/filter_words.go create mode 100644 service/settings_util.go create mode 100644 service/upload.go diff --git a/README.md b/README.md index 9c73ed8..91bcadf 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@

- 登录页 -
登录 / 注册 — 居中卡片式表单,简洁无干扰 + 发帖页 +
发帖 — TipTap 富文本编辑器,支持本地上传图片

--- @@ -80,7 +80,7 @@ |------|------| | **三栏布局** | 左栏板块菜单(可折叠)+ 中间虚拟滚动帖列表 + 右栏热门/通知/在线 | | **虚拟滚动** | `@tanstack/react-virtual` 驱动帖列表与楼层回复,长列表依然流畅 | -| **已读 / 未读** | 未读高亮、角标提醒、批量标记已读 | +| **帖子排序** | 最新发帖 / 最新回复 / 热门讨论,一键切换 Feed 排序 | | **主题切换** | 浅色 / 暗色一键切换,跟随 `prefers-color-scheme` 与本地记忆 | | **响应式** | 平板 / 手机自动收起侧栏,搜索、发帖、登录触手可及 | | **高密度排版** | V2EX / NGA 风格信息密度,一屏浏览更多内容 | @@ -89,11 +89,13 @@ - 用户注册 / 登录(bcrypt + JWT Cookie) - 普通用户 / 管理员两级权限,**首个注册用户自动成为管理员** -- 板块管理、发帖、Markdown / 富文本、标签、置顶 +- 板块管理、发帖、TipTap 富文本编辑、正文图片本地上传、标签、置顶 +- 帖子修订历史:编辑后保留版本记录,支持 diff 对比查看 +- 可配置编辑时限:管理员设定普通用户修改帖子的有效窗口 - 楼层式评论,支持回复指定楼层、@ 高亮、引用回复 - 点赞、收藏、热门帖、最新动态 -- 管理员后台:删帖、删评论、禁言、SQLite 一键备份 -- 内置敏感词过滤、发帖 / 评论限流 +- 管理员后台:删帖、删评论、禁言、论坛参数配置、敏感词管理、SQLite 一键备份 +- 内置敏感词过滤、发帖 / 评论 / 注册 / 登录限流(后台可配) ### 部署体验 @@ -168,7 +170,7 @@ cd .. && go build -trimpath -ldflags "-s -w" -o dist/jiang13 ./cmd/jiang13 | 层级 | 技术 | |------|------| | **后端** | Go 1.26 · Gin · GORM · SQLite | -| **前端** | React 18 · Radix UI · Tailwind CSS · TanStack Virtual | +| **前端** | React 18 · TipTap · Radix UI · Tailwind CSS · TanStack Virtual | | **构建** | Vite → `go:embed` 内嵌 SPA,单二进制发布 | | **认证** | bcrypt · JWT Cookie | @@ -224,6 +226,7 @@ data/ ├── filter_words.txt # 敏感词配置 ├── .jwt_secret # JWT 密钥(自动生成) ├── uploads/avatars/ # 用户头像 +├── uploads/posts/ # 帖子正文图片 └── jiang13_backup_*.db # 后台导出的备份 ``` @@ -235,9 +238,10 @@ data/ | 类型 | 示例 | |------|------| -| ✅ 已可用 | 三栏布局、暗色主题、虚拟滚动、楼层评论 | -| ✅ 管理后台 | React SPA:`/admin/dashboard` 仪表盘、帖子置顶、用户禁言等 | -| 📋 计划中 | 通知已读优化、邮件提醒 | +| ✅ 已可用 | 三栏布局、暗色主题、虚拟滚动、Feed 排序、楼层评论 | +| ✅ 发帖体验 | TipTap 富文本、正文图片上传、修订历史、可配置编辑时限 | +| ✅ 管理后台 | React SPA:仪表盘、帖子置顶、用户禁言、论坛参数与敏感词配置 | +| 📋 计划中 | 通知动态优化、邮件提醒 | 完整列表见 **[路线图 ROADMAP.md](ROADMAP.md)**。发现问题请提交 [Issues](https://git.iioio.com/freefire/jiang13-forum/issues),认领任务请参考 [CONTRIBUTING.md](CONTRIBUTING.md)。 diff --git a/ROADMAP.md b/ROADMAP.md index 7098d9b..383385f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -27,7 +27,7 @@ _当前无已记录缺陷。发现新问题请提交 [Issue](https://git.iioio.c | 优先级 | 功能 | 说明 | |--------|------|------| -| 中 | 通知已读状态优化 | 右栏通知点击后的已读同步 | +| 中 | 通知动态优化 | 右栏最新动态的展示与交互 | | 低 | 帖子搜索增强 | 标题/正文/作者组合筛选 | | 低 | 邮件通知 | 回复提醒(需 SMTP 配置) | @@ -48,7 +48,11 @@ _当前无公开认领任务。_ - [x] 浅色 / 暗色主题切换 - [x] 移动端响应式适配 - [x] 用户注册登录、JWT 鉴权 -- [x] 板块管理、发帖、Markdown 编辑 +- [x] 板块管理、发帖、TipTap 富文本编辑 +- [x] 帖子正文图片本地上传 +- [x] 帖子修订历史与 diff 对比 +- [x] Feed 排序(最新发帖 / 最新回复 / 热门讨论) +- [x] 可配置编辑时限与论坛参数(限流、字数上限等) - [x] 楼层式评论、引用回复、@ 高亮 - [x] 点赞、收藏、热门帖 - [x] 敏感词过滤、发帖限流 @@ -64,4 +68,4 @@ _当前无公开认领任务。_ --- -_最后更新:2026-06-15_ +_最后更新:2026-06-16_ diff --git a/config/config.go b/config/config.go index 7e81730..ffa0ed7 100644 --- a/config/config.go +++ b/config/config.go @@ -34,6 +34,10 @@ func Parse() (*Config, error) { if err := os.MkdirAll(uploadDir, 0755); err != nil { return nil, fmt.Errorf("创建上传目录失败: %w", err) } + postImgDir := filepath.Join(*dataDir, "uploads", "posts") + if err := os.MkdirAll(postImgDir, 0755); err != nil { + return nil, fmt.Errorf("创建帖子图片目录失败: %w", err) + } cfg := &Config{ Port: *port, @@ -61,11 +65,21 @@ func (c *Config) DBPath() string { return filepath.Join(c.DataDir, "jiang13.db") } -// UploadDir 返回头像上传目录 -func (c *Config) UploadDir() string { +// AvatarUploadDir 返回头像上传目录 +func (c *Config) AvatarUploadDir() string { return filepath.Join(c.DataDir, "uploads", "avatars") } +// PostImageUploadDir 返回帖子正文图片上传目录 +func (c *Config) PostImageUploadDir() string { + return filepath.Join(c.DataDir, "uploads", "posts") +} + +// UploadDir 返回头像上传目录(兼容旧调用) +func (c *Config) UploadDir() string { + return c.AvatarUploadDir() +} + // FilterWordsPath 返回敏感词配置文件路径 func (c *Config) FilterWordsPath() string { return filepath.Join(c.DataDir, "filter_words.txt") diff --git a/embed_static/static/spa/assets/AdminCommentsPage-DgkfVIER.js b/embed_static/static/spa/assets/AdminCommentsPage-Z5_wmIqo.js similarity index 93% rename from embed_static/static/spa/assets/AdminCommentsPage-DgkfVIER.js rename to embed_static/static/spa/assets/AdminCommentsPage-Z5_wmIqo.js index 28b7705..fa20e6e 100644 --- a/embed_static/static/spa/assets/AdminCommentsPage-DgkfVIER.js +++ b/embed_static/static/spa/assets/AdminCommentsPage-Z5_wmIqo.js @@ -1 +1 @@ -import{e as A,r as i,j as e}from"./react-vendor-CFzzFOsg.js";import{d as D,S as C,B as d,a as m,n as c}from"./index-L-Mx2Hle.js";import{B as N}from"./badge-e5OBoJ6g.js";import{A as y,a as b,b as k,c as S,d as _,e as z,f as B,g as E,h as P}from"./alert-dialog-Q1fPYDxo.js";import"./ui-vendor-DGgNN2YO.js";function G(){const j=A(),{ready:r}=D(),[o,g]=i.useState([]),[p,h]=i.useState(!0),[a,u]=i.useState(1),[l,f]=i.useState(1),n=(s=a)=>{h(!0),m.adminComments(s).then(t=>{g(t.comments??[]),u(t.page),f(t.total_pages)}).catch(t=>c.error(t.message)).finally(()=>h(!1))};i.useEffect(()=>{r&&n(1)},[r]);const v=async s=>{try{await m.adminDeleteComment(s),c.success("评论已删除"),n()}catch(t){c.error(t instanceof Error?t.message:"删除失败")}};return r?e.jsxs("div",{className:"admin-page",children:[e.jsxs("div",{className:"admin-page-head",children:[e.jsx("h1",{children:"评论管理"}),e.jsx("p",{children:"查看与删除楼层评论"})]}),e.jsx("div",{className:"admin-card",children:p?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(C,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"admin-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"ID"}),e.jsx("th",{children:"楼层"}),e.jsx("th",{children:"帖子"}),e.jsx("th",{children:"作者"}),e.jsx("th",{children:"内容"}),e.jsx("th",{children:"私密"}),e.jsx("th",{children:"时间"}),e.jsx("th",{children:"操作"})]})}),e.jsx("tbody",{children:o.map(s=>{var t,x;return e.jsxs("tr",{children:[e.jsx("td",{children:s.id}),e.jsxs("td",{children:["#",s.floor]}),e.jsx("td",{children:e.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>j(`/post/${s.post_id}`),children:((t=s.post)==null?void 0:t.title)??`#${s.post_id}`})}),e.jsx("td",{children:((x=s.user)==null?void 0:x.nickname)||s.guest_nick||"游客"}),e.jsx("td",{className:"max-w-[200px] truncate",children:s.content}),e.jsx("td",{children:s.is_private?e.jsx(N,{variant:"secondary",children:"是"}):"—"}),e.jsx("td",{children:new Date(s.created_at).toLocaleString("zh-CN")}),e.jsx("td",{children:e.jsxs(y,{children:[e.jsx(b,{asChild:!0,children:e.jsx(d,{size:"sm",variant:"ghost",className:"text-destructive",children:"删除"})}),e.jsxs(k,{children:[e.jsxs(S,{children:[e.jsx(_,{children:"确定删除该评论?"}),e.jsx(z,{children:"此操作不可恢复。"})]}),e.jsxs(B,{children:[e.jsx(E,{children:"取消"}),e.jsx(P,{onClick:()=>v(s.id),children:"删除"})]})]})]})})]},s.id)})})]}),o.length===0&&e.jsx("div",{className:"admin-empty",children:"暂无评论"}),l>1&&e.jsxs("div",{className:"admin-pagination",children:[e.jsx(d,{size:"sm",variant:"outline",disabled:a<=1,onClick:()=>n(a-1),children:"上一页"}),e.jsxs("span",{children:["第 ",a," / ",l," 页"]}),e.jsx(d,{size:"sm",variant:"outline",disabled:a>=l,onClick:()=>n(a+1),children:"下一页"})]})]})})]}):null}export{G as default}; +import{e as A,r as i,j as e}from"./react-vendor-CFzzFOsg.js";import{e as D,S as C,B as d,a as m,n as c}from"./index-5C0q-ZMs.js";import{B as N}from"./badge-DB-zL5ml.js";import{A as y,a as b,b as k,c as S,d as _,e as z,f as B,g as E,h as P}from"./alert-dialog-BoQ7HSUR.js";import"./ui-vendor-BtpOfToU.js";function G(){const j=A(),{ready:r}=D(),[o,g]=i.useState([]),[p,h]=i.useState(!0),[a,u]=i.useState(1),[l,f]=i.useState(1),n=(s=a)=>{h(!0),m.adminComments(s).then(t=>{g(t.comments??[]),u(t.page),f(t.total_pages)}).catch(t=>c.error(t.message)).finally(()=>h(!1))};i.useEffect(()=>{r&&n(1)},[r]);const v=async s=>{try{await m.adminDeleteComment(s),c.success("评论已删除"),n()}catch(t){c.error(t instanceof Error?t.message:"删除失败")}};return r?e.jsxs("div",{className:"admin-page",children:[e.jsxs("div",{className:"admin-page-head",children:[e.jsx("h1",{children:"评论管理"}),e.jsx("p",{children:"查看与删除楼层评论"})]}),e.jsx("div",{className:"admin-card",children:p?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(C,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"admin-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"ID"}),e.jsx("th",{children:"楼层"}),e.jsx("th",{children:"帖子"}),e.jsx("th",{children:"作者"}),e.jsx("th",{children:"内容"}),e.jsx("th",{children:"私密"}),e.jsx("th",{children:"时间"}),e.jsx("th",{children:"操作"})]})}),e.jsx("tbody",{children:o.map(s=>{var t,x;return e.jsxs("tr",{children:[e.jsx("td",{children:s.id}),e.jsxs("td",{children:["#",s.floor]}),e.jsx("td",{children:e.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>j(`/post/${s.post_id}`),children:((t=s.post)==null?void 0:t.title)??`#${s.post_id}`})}),e.jsx("td",{children:((x=s.user)==null?void 0:x.nickname)||s.guest_nick||"游客"}),e.jsx("td",{className:"max-w-[200px] truncate",children:s.content}),e.jsx("td",{children:s.is_private?e.jsx(N,{variant:"secondary",children:"是"}):"—"}),e.jsx("td",{children:new Date(s.created_at).toLocaleString("zh-CN")}),e.jsx("td",{children:e.jsxs(y,{children:[e.jsx(b,{asChild:!0,children:e.jsx(d,{size:"sm",variant:"ghost",className:"text-destructive",children:"删除"})}),e.jsxs(k,{children:[e.jsxs(S,{children:[e.jsx(_,{children:"确定删除该评论?"}),e.jsx(z,{children:"此操作不可恢复。"})]}),e.jsxs(B,{children:[e.jsx(E,{children:"取消"}),e.jsx(P,{onClick:()=>v(s.id),children:"删除"})]})]})]})})]},s.id)})})]}),o.length===0&&e.jsx("div",{className:"admin-empty",children:"暂无评论"}),l>1&&e.jsxs("div",{className:"admin-pagination",children:[e.jsx(d,{size:"sm",variant:"outline",disabled:a<=1,onClick:()=>n(a-1),children:"上一页"}),e.jsxs("span",{children:["第 ",a," / ",l," 页"]}),e.jsx(d,{size:"sm",variant:"outline",disabled:a>=l,onClick:()=>n(a+1),children:"下一页"})]})]})})]}):null}export{G as default}; diff --git a/embed_static/static/spa/assets/AdminDashboardPage-BPcWHcOy.js b/embed_static/static/spa/assets/AdminDashboardPage-DvIYRHwe.js similarity index 94% rename from embed_static/static/spa/assets/AdminDashboardPage-BPcWHcOy.js rename to embed_static/static/spa/assets/AdminDashboardPage-DvIYRHwe.js index 88f1404..72d7d30 100644 --- a/embed_static/static/spa/assets/AdminDashboardPage-BPcWHcOy.js +++ b/embed_static/static/spa/assets/AdminDashboardPage-DvIYRHwe.js @@ -1 +1 @@ -import{e as h,r as n,j as s}from"./react-vendor-CFzzFOsg.js";import{d as o,a as x,S as j}from"./index-L-Mx2Hle.js";import{B as u}from"./badge-e5OBoJ6g.js";import"./ui-vendor-DGgNN2YO.js";function f(){const l=h(),{ready:t}=o(),[e,d]=n.useState(null),[r,c]=n.useState(!0);if(n.useEffect(()=>{t&&x.adminDashboard().then(d).finally(()=>c(!1))},[t]),!t||r)return s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(j,{size:"lg"})});if(!e)return null;const m=[{label:"注册用户",value:e.users,cls:"admin-stat-users"},{label:"帖子总数",value:e.posts,cls:"admin-stat-posts"},{label:"板块数量",value:e.boards,cls:"admin-stat-boards"},{label:"评论总数",value:e.comments,cls:"admin-stat-comments"},{label:"当前在线",value:e.online,cls:"admin-stat-online"}];return s.jsxs("div",{className:"admin-page",children:[s.jsxs("div",{className:"admin-page-head",children:[s.jsx("h1",{children:"仪表盘"}),s.jsx("p",{children:"论坛运行概览与最新帖子"})]}),s.jsx("div",{className:"admin-stat-grid",children:m.map(a=>s.jsxs("div",{className:`admin-stat-card ${a.cls}`,children:[s.jsx("div",{className:"admin-stat-value",children:a.value}),s.jsx("div",{className:"admin-stat-label",children:a.label})]},a.label))}),s.jsxs("div",{className:"admin-card",children:[s.jsxs("div",{className:"admin-card-head",children:[s.jsx("span",{children:"最新帖子"}),s.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>l("/admin/posts"),children:"查看全部 →"})]}),s.jsxs("table",{className:"admin-table",children:[s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"ID"}),s.jsx("th",{children:"标题"}),s.jsx("th",{children:"作者"}),s.jsx("th",{children:"置顶"}),s.jsx("th",{children:"时间"})]})}),s.jsx("tbody",{children:e.recent_posts.map(a=>{var i;return s.jsxs("tr",{children:[s.jsx("td",{children:a.id}),s.jsx("td",{children:s.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>l(`/post/${a.id}`),children:a.title})}),s.jsx("td",{children:((i=a.user)==null?void 0:i.nickname)??"—"}),s.jsx("td",{children:a.pinned?s.jsx(u,{variant:"orange",children:"是"}):"—"}),s.jsx("td",{children:new Date(a.created_at).toLocaleString("zh-CN")})]},a.id)})})]}),e.recent_posts.length===0&&s.jsx("div",{className:"admin-empty",children:"暂无帖子"})]})]})}export{f as default}; +import{e as h,r as n,j as s}from"./react-vendor-CFzzFOsg.js";import{e as o,a as x,S as j}from"./index-5C0q-ZMs.js";import{B as u}from"./badge-DB-zL5ml.js";import"./ui-vendor-BtpOfToU.js";function f(){const l=h(),{ready:t}=o(),[e,d]=n.useState(null),[r,c]=n.useState(!0);if(n.useEffect(()=>{t&&x.adminDashboard().then(d).finally(()=>c(!1))},[t]),!t||r)return s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(j,{size:"lg"})});if(!e)return null;const m=[{label:"注册用户",value:e.users,cls:"admin-stat-users"},{label:"帖子总数",value:e.posts,cls:"admin-stat-posts"},{label:"板块数量",value:e.boards,cls:"admin-stat-boards"},{label:"评论总数",value:e.comments,cls:"admin-stat-comments"},{label:"当前在线",value:e.online,cls:"admin-stat-online"}];return s.jsxs("div",{className:"admin-page",children:[s.jsxs("div",{className:"admin-page-head",children:[s.jsx("h1",{children:"仪表盘"}),s.jsx("p",{children:"论坛运行概览与最新帖子"})]}),s.jsx("div",{className:"admin-stat-grid",children:m.map(a=>s.jsxs("div",{className:`admin-stat-card ${a.cls}`,children:[s.jsx("div",{className:"admin-stat-value",children:a.value}),s.jsx("div",{className:"admin-stat-label",children:a.label})]},a.label))}),s.jsxs("div",{className:"admin-card",children:[s.jsxs("div",{className:"admin-card-head",children:[s.jsx("span",{children:"最新帖子"}),s.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>l("/admin/posts"),children:"查看全部 →"})]}),s.jsxs("table",{className:"admin-table",children:[s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"ID"}),s.jsx("th",{children:"标题"}),s.jsx("th",{children:"作者"}),s.jsx("th",{children:"置顶"}),s.jsx("th",{children:"时间"})]})}),s.jsx("tbody",{children:e.recent_posts.map(a=>{var i;return s.jsxs("tr",{children:[s.jsx("td",{children:a.id}),s.jsx("td",{children:s.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>l(`/post/${a.id}`),children:a.title})}),s.jsx("td",{children:((i=a.user)==null?void 0:i.nickname)??"—"}),s.jsx("td",{children:a.pinned?s.jsx(u,{variant:"orange",children:"是"}):"—"}),s.jsx("td",{children:new Date(a.created_at).toLocaleString("zh-CN")})]},a.id)})})]}),e.recent_posts.length===0&&s.jsx("div",{className:"admin-empty",children:"暂无帖子"})]})]})}export{f as default}; diff --git a/embed_static/static/spa/assets/AdminPostsPage-D3j3Buvt.js b/embed_static/static/spa/assets/AdminPostsPage-D3j3Buvt.js deleted file mode 100644 index 34a90cf..0000000 --- a/embed_static/static/spa/assets/AdminPostsPage-D3j3Buvt.js +++ /dev/null @@ -1 +0,0 @@ -import{e as w,r as i,j as e}from"./react-vendor-CFzzFOsg.js";import{d as P,B as n,S,a as o,n as r}from"./index-L-Mx2Hle.js";import{I as z}from"./input-CIPYpxcv.js";import{B as v}from"./badge-e5OBoJ6g.js";import{A as E,a as _,b as L,c as F,d as B,e as I,f as T,g as G,h as H}from"./alert-dialog-Q1fPYDxo.js";import{c as K}from"./feedCache-D2GnU_BI.js";import{l as O,ac as R,E as $}from"./ui-vendor-DGgNN2YO.js";function X(){const p=w(),{ready:h}=P(),[j,k]=i.useState([]),[y,m]=i.useState(!0),[c,A]=i.useState(1),[x,D]=i.useState(1),[g,u]=i.useState(""),[d,f]=i.useState(""),l=(s=c,t=d)=>{m(!0),o.adminPosts({page:s,keyword:t}).then(a=>{k(a.posts??[]),A(a.page),D(a.total_pages)}).catch(a=>r.error(a.message)).finally(()=>m(!1))};i.useEffect(()=>{h&&l(1,d)},[h,d]);const N=async s=>{try{const t=await o.adminPinPost(s.id,!s.pinned);K(),window.dispatchEvent(new Event("posts-refresh")),r.success(t.message),l()}catch(t){r.error(t instanceof Error?t.message:"操作失败")}},b=async s=>{try{const t=await o.adminLockPost(s.id,!s.edit_locked);r.success(t.message),l()}catch(t){r.error(t instanceof Error?t.message:"操作失败")}},C=async s=>{try{await o.adminDeletePost(s),r.success("帖子已删除"),l()}catch(t){r.error(t instanceof Error?t.message:"删除失败")}};return h?e.jsxs("div",{className:"admin-page",children:[e.jsxs("div",{className:"admin-page-head",children:[e.jsx("h1",{children:"帖子管理"}),e.jsx("p",{children:"置顶、删除帖子,搜索标题关键词"})]}),e.jsxs("form",{className:"admin-search-bar",onSubmit:s=>{s.preventDefault(),f(g.trim())},children:[e.jsx(z,{value:g,onChange:s=>u(s.target.value),placeholder:"搜索帖子标题…"}),e.jsxs(n,{type:"submit",children:[e.jsx(O,{size:16}),"搜索"]}),d&&e.jsx(n,{type:"button",variant:"outline",onClick:()=>{u(""),f("")},children:"清除"})]}),e.jsx("div",{className:"admin-card",children:y?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(S,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"admin-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"ID"}),e.jsx("th",{children:"标题"}),e.jsx("th",{children:"板块"}),e.jsx("th",{children:"作者"}),e.jsx("th",{children:"置顶"}),e.jsx("th",{children:"锁定"}),e.jsx("th",{children:"点赞"}),e.jsx("th",{children:"浏览"}),e.jsx("th",{children:"时间"}),e.jsx("th",{children:"操作"})]})}),e.jsx("tbody",{children:j.map(s=>{var t,a;return e.jsxs("tr",{children:[e.jsx("td",{children:s.id}),e.jsx("td",{className:"max-w-[220px] truncate",children:e.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>p(`/post/${s.id}`),children:s.title})}),e.jsx("td",{children:((t=s.board)==null?void 0:t.name)??"—"}),e.jsx("td",{children:((a=s.user)==null?void 0:a.nickname)??"—"}),e.jsx("td",{children:s.pinned?e.jsx(v,{variant:"orange",children:"是"}):"—"}),e.jsx("td",{children:s.edit_locked?e.jsx(v,{variant:"destructive",children:"是"}):"—"}),e.jsx("td",{children:s.like_count}),e.jsx("td",{children:s.view_count}),e.jsx("td",{children:new Date(s.created_at).toLocaleString("zh-CN")}),e.jsx("td",{children:e.jsxs("div",{className:"flex gap-1",children:[e.jsx(n,{size:"sm",variant:"outline",onClick:()=>N(s),children:s.pinned?"取消置顶":"置顶"}),e.jsx(n,{size:"sm",variant:"outline",onClick:()=>b(s),children:s.edit_locked?e.jsxs(e.Fragment,{children:[e.jsx(R,{size:14})," 解锁"]}):e.jsxs(e.Fragment,{children:[e.jsx($,{size:14})," 锁定"]})}),e.jsxs(E,{children:[e.jsx(_,{asChild:!0,children:e.jsx(n,{size:"sm",variant:"ghost",className:"text-destructive",children:"删除"})}),e.jsxs(L,{children:[e.jsxs(F,{children:[e.jsx(B,{children:"确定删除该帖子?"}),e.jsx(I,{children:"相关评论也将一并删除,不可恢复。"})]}),e.jsxs(T,{children:[e.jsx(G,{children:"取消"}),e.jsx(H,{onClick:()=>C(s.id),children:"删除"})]})]})]})]})})]},s.id)})})]}),j.length===0&&e.jsx("div",{className:"admin-empty",children:"没有找到帖子"}),x>1&&e.jsxs("div",{className:"admin-pagination",children:[e.jsx(n,{size:"sm",variant:"outline",disabled:c<=1,onClick:()=>l(c-1),children:"上一页"}),e.jsxs("span",{children:["第 ",c," / ",x," 页"]}),e.jsx(n,{size:"sm",variant:"outline",disabled:c>=x,onClick:()=>l(c+1),children:"下一页"})]})]})})]}):null}export{X as default}; diff --git a/embed_static/static/spa/assets/AdminPostsPage-D7MOxCPU.js b/embed_static/static/spa/assets/AdminPostsPage-D7MOxCPU.js new file mode 100644 index 0000000..0a37729 --- /dev/null +++ b/embed_static/static/spa/assets/AdminPostsPage-D7MOxCPU.js @@ -0,0 +1 @@ +import{e as _,r as i,j as e}from"./react-vendor-CFzzFOsg.js";import{e as P,B as n,S as z,a as m,n as r}from"./index-5C0q-ZMs.js";import{I as E}from"./input-CE0PJTgJ.js";import{B as j}from"./badge-DB-zL5ml.js";import{A as L,a as T,b as F,c as B,d as I,e as G,f as H,g as K,h as O}from"./alert-dialog-BoQ7HSUR.js";import{c as R}from"./feedCache-D2GnU_BI.js";import{i as $}from"./content-BrFHUpp8.js";import{l as q,ac as J,E as M}from"./ui-vendor-BtpOfToU.js";function N(o){const c=new Date(o);return Number.isNaN(c.getTime())?o:c.toLocaleString("zh-CN",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})}function se(){const o=_(),{ready:c}=P(),[u,k]=i.useState([]),[b,g]=i.useState(!0),[d,w]=i.useState(1),[x,A]=i.useState(1),[f,p]=i.useState(""),[h,v]=i.useState(""),l=(s=d,t=h)=>{g(!0),m.adminPosts({page:s,keyword:t}).then(a=>{k(a.posts??[]),w(a.page),A(a.total_pages)}).catch(a=>r.error(a.message)).finally(()=>g(!1))};i.useEffect(()=>{c&&l(1,h)},[c,h]);const D=async s=>{try{const t=await m.adminPinPost(s.id,!s.pinned);R(),window.dispatchEvent(new Event("posts-refresh")),r.success(t.message),l()}catch(t){r.error(t instanceof Error?t.message:"操作失败")}},C=async s=>{try{const t=await m.adminLockPost(s.id,!s.edit_locked);r.success(t.message),l()}catch(t){r.error(t instanceof Error?t.message:"操作失败")}},S=async s=>{try{await m.adminDeletePost(s),r.success("帖子已删除"),l()}catch(t){r.error(t instanceof Error?t.message:"删除失败")}};return c?e.jsxs("div",{className:"admin-page",children:[e.jsxs("div",{className:"admin-page-head",children:[e.jsx("h1",{children:"帖子管理"}),e.jsx("p",{children:"置顶、锁定编辑、删除帖子;支持按标题、标签或正文关键词搜索"})]}),e.jsxs("form",{className:"admin-search-bar",onSubmit:s=>{s.preventDefault(),v(f.trim())},children:[e.jsx(E,{value:f,onChange:s=>p(s.target.value),placeholder:"搜索标题、标签或正文…"}),e.jsxs(n,{type:"submit",children:[e.jsx(q,{size:16}),"搜索"]}),h&&e.jsx(n,{type:"button",variant:"outline",onClick:()=>{p(""),v("")},children:"清除"})]}),e.jsx("div",{className:"admin-card",children:b?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(z,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"admin-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"ID"}),e.jsx("th",{children:"标题"}),e.jsx("th",{children:"板块"}),e.jsx("th",{children:"作者"}),e.jsx("th",{children:"标签"}),e.jsx("th",{children:"评论"}),e.jsx("th",{children:"置顶"}),e.jsx("th",{children:"锁定"}),e.jsx("th",{children:"点赞"}),e.jsx("th",{children:"浏览"}),e.jsx("th",{children:"时间"}),e.jsx("th",{children:"操作"})]})}),e.jsx("tbody",{children:u.map(s=>{var a,y;const t=s.updated_at&&$(s.created_at,s.updated_at);return e.jsxs("tr",{children:[e.jsx("td",{children:s.id}),e.jsxs("td",{className:"max-w-[200px] truncate",children:[e.jsx("button",{type:"button",className:"admin-text-link",onClick:()=>o(`/post/${s.id}`),children:s.title}),t&&e.jsx(j,{variant:"secondary",className:"ml-1",children:"已编辑"})]}),e.jsx("td",{children:((a=s.board)==null?void 0:a.name)??"—"}),e.jsx("td",{children:((y=s.user)==null?void 0:y.nickname)??"—"}),e.jsx("td",{className:"max-w-[120px] truncate text-muted-foreground",children:s.tags||"—"}),e.jsx("td",{children:s.comment_count??0}),e.jsx("td",{children:s.pinned?e.jsx(j,{variant:"orange",children:"是"}):"—"}),e.jsx("td",{children:s.edit_locked?e.jsx(j,{variant:"destructive",children:"是"}):"—"}),e.jsx("td",{children:s.like_count}),e.jsx("td",{children:s.view_count}),e.jsxs("td",{className:"text-sm whitespace-nowrap",children:[e.jsx("span",{children:N(s.created_at)}),t&&s.updated_at&&e.jsxs("span",{className:"block text-muted-foreground text-xs",children:["改于 ",N(s.updated_at)]})]}),e.jsx("td",{children:e.jsxs("div",{className:"flex gap-1",children:[e.jsx(n,{size:"sm",variant:"outline",onClick:()=>D(s),children:s.pinned?"取消置顶":"置顶"}),e.jsx(n,{size:"sm",variant:"outline",onClick:()=>C(s),children:s.edit_locked?e.jsxs(e.Fragment,{children:[e.jsx(J,{size:14})," 解锁"]}):e.jsxs(e.Fragment,{children:[e.jsx(M,{size:14})," 锁定"]})}),e.jsxs(L,{children:[e.jsx(T,{asChild:!0,children:e.jsx(n,{size:"sm",variant:"ghost",className:"text-destructive",children:"删除"})}),e.jsxs(F,{children:[e.jsxs(B,{children:[e.jsx(I,{children:"确定删除该帖子?"}),e.jsx(G,{children:"相关评论也将一并删除,不可恢复。"})]}),e.jsxs(H,{children:[e.jsx(K,{children:"取消"}),e.jsx(O,{onClick:()=>S(s.id),children:"删除"})]})]})]})]})})]},s.id)})})]}),u.length===0&&e.jsx("div",{className:"admin-empty",children:"没有找到帖子"}),x>1&&e.jsxs("div",{className:"admin-pagination",children:[e.jsx(n,{size:"sm",variant:"outline",disabled:d<=1,onClick:()=>l(d-1),children:"上一页"}),e.jsxs("span",{children:["第 ",d," / ",x," 页"]}),e.jsx(n,{size:"sm",variant:"outline",disabled:d>=x,onClick:()=>l(d+1),children:"下一页"})]})]})})]}):null}export{se as default}; diff --git a/embed_static/static/spa/assets/AdminSettingsPage-BvAGktom.js b/embed_static/static/spa/assets/AdminSettingsPage-BvAGktom.js new file mode 100644 index 0000000..b548cc4 --- /dev/null +++ b/embed_static/static/spa/assets/AdminSettingsPage-BvAGktom.js @@ -0,0 +1,3 @@ +import{r as t,j as s}from"./react-vendor-CFzzFOsg.js";import{e as B,a as u,S as z,B as g,n as d,i as I}from"./index-5C0q-ZMs.js";import{I as L}from"./input-CE0PJTgJ.js";import{T as M}from"./textarea-VyK9_GFn.js";import{am as A,an as W,ao as Y,ap as $}from"./ui-vendor-BtpOfToU.js";const f=[{id:"rule",title:"编辑规则",summary:"控制普通用户修改自己帖子的时限",rows:[{key:"post_edit_window_hours",label:"可编辑时限",unit:"小时",hint:"0 = 不限",min:0}]},{id:"rate",title:"操作限流",summary:"同一用户或 IP 在窗口期内的最大请求次数",rows:[{key:"rate_limit_window_sec",label:"限流窗口",unit:"秒",min:10},{key:"rate_limit_post",label:"发帖",unit:"次",min:1},{key:"rate_limit_comment",label:"评论",unit:"次",min:1},{key:"rate_limit_register",label:"注册",unit:"次",min:1},{key:"rate_limit_login",label:"登录",unit:"次",min:1}]},{id:"content",title:"内容长度",summary:"发帖与评论的字数上限,服务端强制校验",rows:[{key:"post_title_max",label:"帖子标题",unit:"字",min:1},{key:"post_tags_max",label:"帖子标签",unit:"字",hint:"0 = 不限",min:0},{key:"post_content_max",label:"帖子正文",unit:"字",hint:"0 = 不限",min:0},{key:"comment_max",label:"评论内容",unit:"字",min:1}]},{id:"search",title:"搜索与列表",summary:"关键词长度与帖子列表分页",rows:[{key:"search_keyword_min",label:"关键词最短",unit:"字",min:0},{key:"search_keyword_max",label:"关键词最长",unit:"字",min:1},{key:"page_size_default",label:"默认每页",unit:"条",min:1},{key:"page_size_max",label:"最大每页",unit:"条",min:1}]},{id:"user",title:"用户账号",summary:"注册、改密与头像上传限制",rows:[{key:"password_min_len",label:"密码最短",unit:"位",min:4},{key:"avatar_max_mb",label:"头像上限",unit:"MB",min:1}]}],D=[{id:"limits",label:"论坛限制",icon:A},{id:"filter",label:"敏感词",icon:W},{id:"system",label:"系统维护",icon:Y}];function H({sections:r,limits:l,onChange:c}){return s.jsx("div",{className:"admin-settings-sections",children:r.map(a=>s.jsxs("section",{className:"admin-settings-section",id:`settings-${a.id}`,children:[s.jsxs("div",{className:"admin-settings-section-head",children:[s.jsx("h3",{children:a.title}),s.jsx("p",{children:a.summary})]}),s.jsx("div",{className:"admin-settings-table",role:"group","aria-label":a.title,children:a.rows.map(i=>s.jsxs("div",{className:"admin-settings-row",children:[s.jsx("label",{htmlFor:`limit-${i.key}`,className:"admin-settings-row-label",children:i.label}),s.jsxs("div",{className:"admin-settings-row-input",children:[s.jsx(L,{id:`limit-${i.key}`,type:"number",min:i.min??0,value:l[i.key],onChange:m=>c(i.key,m.target.value),className:"admin-settings-input"}),i.unit&&s.jsx("span",{className:"admin-settings-unit",children:i.unit})]}),s.jsx("span",{className:"admin-settings-row-hint",children:i.hint??""})]},i.key))})]},a.id))})}function R(){const{ready:r}=B(),[l,c]=t.useState(null),[a,i]=t.useState(null),[m,j]=t.useState(""),[o,_]=t.useState("limits"),[N,v]=t.useState(!0),[k,p]=t.useState(!1),[S,y]=t.useState(!1),[w,b]=t.useState(!1);t.useEffect(()=>{r&&u.adminSettings().then(e=>{c(e),i(e.limits),j(e.filter_words)}).finally(()=>v(!1))},[r]);const C=(e,n)=>{const h=parseInt(n,10);Number.isNaN(h)||i(x=>x&&{...x,[e]:h})},F=async()=>{if(a){y(!0);try{const e=await u.adminUpdateForumSettings(a);d.success(e.message),I(),i(e.limits),c(n=>n&&{...n,limits:e.limits})}catch(e){d.error(e instanceof Error?e.message:"保存失败")}finally{y(!1)}}},T=async()=>{b(!0);try{const e=await u.adminUpdateFilterWords(m);d.success(e.message),c(n=>n&&{...n,filter_words:m,filter_word_count:e.word_count})}catch(e){d.error(e instanceof Error?e.message:"保存失败")}finally{b(!1)}},E=async()=>{p(!0);try{const e=await u.adminBackup();d.success(e.message),window.location.href=e.download}catch(e){d.error(e instanceof Error?e.message:"备份失败")}finally{p(!1)}};return!r||N?s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(z,{size:"lg"})}):!l||!a?null:s.jsxs("div",{className:"admin-settings-page",children:[s.jsxs("header",{className:"admin-page-head",children:[s.jsx("h1",{children:"系统设置"}),s.jsx("p",{children:"管理论坛运行规则、敏感词过滤与数据维护"})]}),s.jsx("nav",{className:"admin-settings-tabs","aria-label":"设置分类",children:D.map(({id:e,label:n,icon:h})=>s.jsxs("button",{type:"button",className:`admin-settings-tab${o===e?" active":""}`,onClick:()=>_(e),"aria-selected":o===e,children:[s.jsx(h,{size:15}),n]},e))}),o==="limits"&&s.jsxs("div",{className:"admin-settings-panel",children:[s.jsxs("div",{className:"admin-card admin-settings-card",children:[s.jsxs("div",{className:"admin-card-head",children:[s.jsx("span",{children:"论坛限制"}),s.jsxs("span",{className:"admin-settings-card-badge",children:["共 ",f.length," 组"]})]}),s.jsx("div",{className:"admin-card-body",children:s.jsx(H,{sections:f,limits:a,onChange:C})})]}),s.jsxs("div",{className:"admin-settings-bar",children:[s.jsx("p",{children:"修改后请点击保存,新规则立即对全部用户生效"}),s.jsx(g,{onClick:F,loading:S,children:"保存论坛限制"})]})]}),o==="filter"&&s.jsxs("div",{className:"admin-settings-panel",children:[s.jsxs("div",{className:"admin-card admin-settings-card",children:[s.jsxs("div",{className:"admin-card-head",children:[s.jsx("span",{children:"敏感词过滤"}),s.jsxs("span",{className:"admin-settings-card-badge",children:[l.filter_word_count," 个词条"]})]}),s.jsxs("div",{className:"admin-card-body admin-settings-filter-body",children:[s.jsxs("p",{className:"admin-settings-filter-tip",children:["每行一个词,",s.jsx("code",{children:"#"})," 开头为注释。保存后写入 ",s.jsx("code",{children:"filter_words.txt"})," 并立即生效。"]}),s.jsx(M,{rows:16,value:m,onChange:e=>j(e.target.value),className:"admin-settings-filter-textarea",spellCheck:!1,placeholder:`# 示例 +违禁词 +广告刷单`})]})]}),s.jsxs("div",{className:"admin-settings-bar",children:[s.jsx("p",{children:"敏感词会在发帖、评论、昵称等文本中自动替换为 *"}),s.jsx(g,{onClick:T,loading:w,children:"保存敏感词"})]})]}),o==="system"&&s.jsxs("div",{className:"admin-settings-panel",children:[s.jsxs("div",{className:"admin-card admin-settings-card",children:[s.jsx("div",{className:"admin-card-head",children:"运行信息"}),s.jsx("div",{className:"admin-card-body",children:s.jsxs("dl",{className:"admin-settings-info",children:[s.jsxs("div",{className:"admin-settings-info-row",children:[s.jsx("dt",{children:"数据目录"}),s.jsx("dd",{children:s.jsx("code",{children:l.data_dir})})]}),s.jsxs("div",{className:"admin-settings-info-row",children:[s.jsx("dt",{children:"数据库"}),s.jsx("dd",{children:s.jsx("code",{children:l.db_path})})]}),s.jsxs("div",{className:"admin-settings-info-row",children:[s.jsx("dt",{children:"敏感词文件"}),s.jsx("dd",{children:s.jsx("code",{children:l.filter_path})})]}),s.jsxs("div",{className:"admin-settings-info-row",children:[s.jsx("dt",{children:"监听端口"}),s.jsx("dd",{children:l.port})]})]})})]}),s.jsxs("div",{className:"admin-card admin-settings-card",children:[s.jsx("div",{className:"admin-card-head",children:"数据备份"}),s.jsxs("div",{className:"admin-card-body admin-settings-backup-body",children:[s.jsx("p",{children:"导出当前 SQLite 数据库副本,便于迁移或灾难恢复。"}),s.jsxs("p",{className:"admin-settings-backup-name",children:["文件名:",s.jsx("code",{children:"jiang13_backup_YYYYMMDD_HHMMSS.db"})]}),s.jsxs(g,{onClick:E,loading:k,children:[s.jsx($,{size:16}),"立即备份并下载"]})]})]})]})]})}export{R as default}; diff --git a/embed_static/static/spa/assets/AdminSettingsPage-DXmt4ZWZ.js b/embed_static/static/spa/assets/AdminSettingsPage-DXmt4ZWZ.js deleted file mode 100644 index 71576ad..0000000 --- a/embed_static/static/spa/assets/AdminSettingsPage-DXmt4ZWZ.js +++ /dev/null @@ -1 +0,0 @@ -import{r as a,j as s}from"./react-vendor-CFzzFOsg.js";import{d as _,a as c,S as N,B as x,n}from"./index-L-Mx2Hle.js";import{I as v}from"./input-CIPYpxcv.js";import{am as y}from"./ui-vendor-DGgNN2YO.js";function F(){const{ready:r}=_(),[d,l]=a.useState(null),[j,p]=a.useState(!0),[f,o]=a.useState(!1),[m,h]=a.useState("24"),[g,u]=a.useState(!1);a.useEffect(()=>{r&&c.adminSettings().then(e=>{l(e),h(String(e.post_edit_window_hours??24))}).finally(()=>p(!1))},[r]);const w=async()=>{const e=parseInt(m,10);if(Number.isNaN(e)||e<0){n.warning("请输入有效的小时数(0 表示不限)");return}u(!0);try{const i=await c.adminUpdateForumSettings({post_edit_window_hours:e});n.success(i.message),l(t=>t&&{...t,post_edit_window_hours:i.post_edit_window_hours})}catch(i){n.error(i instanceof Error?i.message:"保存失败")}finally{u(!1)}},S=async()=>{o(!0);try{const e=await c.adminBackup();n.success(e.message),window.location.href=e.download}catch(e){n.error(e instanceof Error?e.message:"备份失败")}finally{o(!1)}};return!r||j?s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(N,{size:"lg"})}):d?s.jsxs("div",{className:"admin-page",children:[s.jsxs("div",{className:"admin-page-head",children:[s.jsx("h1",{children:"系统设置"}),s.jsx("p",{children:"数据目录、敏感词配置与数据库备份"})]}),s.jsxs("div",{className:"admin-card",children:[s.jsx("div",{className:"admin-card-head",children:"论坛规则"}),s.jsx("p",{className:"admin-card-desc",children:"设置普通用户发布后可编辑帖子的时限。超过时限后仅管理员可编辑。设为 0 表示不限时。"}),s.jsxs("div",{className:"admin-form-row",children:[s.jsx("label",{htmlFor:"edit-window-hours",children:"编辑时限(小时)"}),s.jsx(v,{id:"edit-window-hours",type:"number",min:0,value:m,onChange:e=>h(e.target.value),className:"max-w-[120px]"}),s.jsx(x,{onClick:w,loading:g,children:"保存"})]})]}),s.jsxs("div",{className:"admin-card",children:[s.jsx("div",{className:"admin-card-head",children:"运行信息"}),s.jsxs("dl",{className:"admin-dl",children:[s.jsx("dt",{children:"数据目录"}),s.jsx("dd",{children:s.jsx("code",{children:d.data_dir})}),s.jsx("dt",{children:"数据库路径"}),s.jsx("dd",{children:s.jsx("code",{children:d.db_path})}),s.jsx("dt",{children:"敏感词配置"}),s.jsx("dd",{children:s.jsx("code",{children:d.filter_path})}),s.jsx("dt",{children:"监听端口"}),s.jsx("dd",{children:d.port})]})]}),s.jsxs("div",{className:"admin-card",children:[s.jsx("div",{className:"admin-card-head",children:"数据备份"}),s.jsxs("p",{className:"admin-card-desc",children:["导出当前 SQLite 数据库副本,文件名格式为 ",s.jsx("code",{children:"jiang13_backup_YYYYMMDD_HHMMSS.db"})]}),s.jsxs(x,{onClick:S,loading:f,children:[s.jsx(y,{size:16}),"立即备份并下载"]})]})]}):null}export{F as default}; diff --git a/embed_static/static/spa/assets/AdminUsersPage-C9r9nOl4.js b/embed_static/static/spa/assets/AdminUsersPage-Ny3GZNbL.js similarity index 92% rename from embed_static/static/spa/assets/AdminUsersPage-C9r9nOl4.js rename to embed_static/static/spa/assets/AdminUsersPage-Ny3GZNbL.js index f1d04a5..c3e2c41 100644 --- a/embed_static/static/spa/assets/AdminUsersPage-C9r9nOl4.js +++ b/embed_static/static/spa/assets/AdminUsersPage-Ny3GZNbL.js @@ -1 +1 @@ -import{r as i,j as e}from"./react-vendor-CFzzFOsg.js";import{d as v,S as y,B as l,a as j,n as r}from"./index-L-Mx2Hle.js";import{B as h}from"./badge-e5OBoJ6g.js";import"./ui-vendor-DGgNN2YO.js";function z(){const{ready:d}=v(),[o,m]=i.useState([]),[g,x]=i.useState(!0),[n,p]=i.useState(1),[c,f]=i.useState(1),t=(s=n)=>{x(!0),j.adminUsers(s).then(a=>{m(a.users??[]),p(a.page),f(a.total_pages)}).catch(a=>r.error(a.message)).finally(()=>x(!1))};i.useEffect(()=>{d&&t(1)},[d]);const u=async s=>{if(s.role==="admin"){r.warning("不能禁言管理员");return}try{const a=await j.adminBanUser(s.id,!s.banned);r.success(a.message),t()}catch(a){r.error(a instanceof Error?a.message:"操作失败")}};return d?e.jsxs("div",{className:"admin-page",children:[e.jsxs("div",{className:"admin-page-head",children:[e.jsx("h1",{children:"用户管理"}),e.jsx("p",{children:"查看注册用户,禁言或解除禁言"})]}),e.jsx("div",{className:"admin-card",children:g?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(y,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"admin-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"ID"}),e.jsx("th",{children:"用户名"}),e.jsx("th",{children:"昵称"}),e.jsx("th",{children:"角色"}),e.jsx("th",{children:"状态"}),e.jsx("th",{children:"注册时间"}),e.jsx("th",{children:"操作"})]})}),e.jsx("tbody",{children:o.map(s=>e.jsxs("tr",{children:[e.jsx("td",{children:s.id}),e.jsx("td",{children:s.username}),e.jsx("td",{children:s.nickname}),e.jsx("td",{children:s.role==="admin"?e.jsx(h,{variant:"orange",children:"管理员"}):e.jsx(h,{variant:"secondary",children:"用户"})}),e.jsx("td",{children:s.banned?e.jsx(h,{variant:"destructive",children:"已禁言"}):"正常"}),e.jsx("td",{children:s.created_at?new Date(s.created_at).toLocaleString("zh-CN"):"—"}),e.jsx("td",{children:s.role!=="admin"&&e.jsx(l,{size:"sm",variant:"outline",onClick:()=>u(s),children:s.banned?"解除禁言":"禁言"})})]},s.id))})]}),o.length===0&&e.jsx("div",{className:"admin-empty",children:"暂无用户"}),c>1&&e.jsxs("div",{className:"admin-pagination",children:[e.jsx(l,{size:"sm",variant:"outline",disabled:n<=1,onClick:()=>t(n-1),children:"上一页"}),e.jsxs("span",{children:["第 ",n," / ",c," 页"]}),e.jsx(l,{size:"sm",variant:"outline",disabled:n>=c,onClick:()=>t(n+1),children:"下一页"})]})]})})]}):null}export{z as default}; +import{r as i,j as e}from"./react-vendor-CFzzFOsg.js";import{e as v,S as y,B as l,a as j,n as r}from"./index-5C0q-ZMs.js";import{B as h}from"./badge-DB-zL5ml.js";import"./ui-vendor-BtpOfToU.js";function z(){const{ready:d}=v(),[o,m]=i.useState([]),[g,x]=i.useState(!0),[n,p]=i.useState(1),[c,f]=i.useState(1),t=(s=n)=>{x(!0),j.adminUsers(s).then(a=>{m(a.users??[]),p(a.page),f(a.total_pages)}).catch(a=>r.error(a.message)).finally(()=>x(!1))};i.useEffect(()=>{d&&t(1)},[d]);const u=async s=>{if(s.role==="admin"){r.warning("不能禁言管理员");return}try{const a=await j.adminBanUser(s.id,!s.banned);r.success(a.message),t()}catch(a){r.error(a instanceof Error?a.message:"操作失败")}};return d?e.jsxs("div",{className:"admin-page",children:[e.jsxs("div",{className:"admin-page-head",children:[e.jsx("h1",{children:"用户管理"}),e.jsx("p",{children:"查看注册用户,禁言或解除禁言"})]}),e.jsx("div",{className:"admin-card",children:g?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(y,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"admin-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"ID"}),e.jsx("th",{children:"用户名"}),e.jsx("th",{children:"昵称"}),e.jsx("th",{children:"角色"}),e.jsx("th",{children:"状态"}),e.jsx("th",{children:"注册时间"}),e.jsx("th",{children:"操作"})]})}),e.jsx("tbody",{children:o.map(s=>e.jsxs("tr",{children:[e.jsx("td",{children:s.id}),e.jsx("td",{children:s.username}),e.jsx("td",{children:s.nickname}),e.jsx("td",{children:s.role==="admin"?e.jsx(h,{variant:"orange",children:"管理员"}):e.jsx(h,{variant:"secondary",children:"用户"})}),e.jsx("td",{children:s.banned?e.jsx(h,{variant:"destructive",children:"已禁言"}):"正常"}),e.jsx("td",{children:s.created_at?new Date(s.created_at).toLocaleString("zh-CN"):"—"}),e.jsx("td",{children:s.role!=="admin"&&e.jsx(l,{size:"sm",variant:"outline",onClick:()=>u(s),children:s.banned?"解除禁言":"禁言"})})]},s.id))})]}),o.length===0&&e.jsx("div",{className:"admin-empty",children:"暂无用户"}),c>1&&e.jsxs("div",{className:"admin-pagination",children:[e.jsx(l,{size:"sm",variant:"outline",disabled:n<=1,onClick:()=>t(n-1),children:"上一页"}),e.jsxs("span",{children:["第 ",n," / ",c," 页"]}),e.jsx(l,{size:"sm",variant:"outline",disabled:n>=c,onClick:()=>t(n+1),children:"下一页"})]})]})})]}):null}export{z as default}; diff --git a/embed_static/static/spa/assets/BoardsManagePage-CQfZWFTe.js b/embed_static/static/spa/assets/BoardsManagePage-CQfZWFTe.js deleted file mode 100644 index 4571d19..0000000 --- a/embed_static/static/spa/assets/BoardsManagePage-CQfZWFTe.js +++ /dev/null @@ -1 +0,0 @@ -import{r as l,j as e,e as Q}from"./react-vendor-CFzzFOsg.js";import{_ as U,Z as W,u as Y,a as $,F as ee,b as g,c as b,d as y,e as N,f as w,o as se,s as R}from"./form-xbbJUieP.js";import{c as n,d as ae,S as F,B as h,a as f,n as c}from"./index-L-Mx2Hle.js";import{I as A}from"./input-CIPYpxcv.js";import{B as te}from"./badge-e5OBoJ6g.js";import{a4 as re,a5 as le,a6 as S,a7 as ne,X as oe,a8 as _,a9 as k,aa as B,m as ie}from"./ui-vendor-DGgNN2YO.js";import{A as de,a as ce,b as me,c as xe,d as he,e as pe,f as fe,g as je,h as ue}from"./alert-dialog-Q1fPYDxo.js";function ge(s){return U(W,s)}const E=l.forwardRef(({className:s,...a},r)=>e.jsx("textarea",{className:n("flex min-h-[60px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",s),ref:r,...a}));E.displayName="Textarea";const z=l.forwardRef(({className:s,...a},r)=>e.jsx("div",{className:"relative w-full overflow-auto",children:e.jsx("table",{ref:r,className:n("w-full caption-bottom text-sm",s),...a})}));z.displayName="Table";const H=l.forwardRef(({className:s,...a},r)=>e.jsx("thead",{ref:r,className:n("[&_tr]:border-b",s),...a}));H.displayName="TableHeader";const I=l.forwardRef(({className:s,...a},r)=>e.jsx("tbody",{ref:r,className:n("[&_tr:last-child]:border-0",s),...a}));I.displayName="TableBody";const v=l.forwardRef(({className:s,...a},r)=>e.jsx("tr",{ref:r,className:n("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",s),...a}));v.displayName="TableRow";const i=l.forwardRef(({className:s,...a},r)=>e.jsx("th",{ref:r,className:n("h-10 px-3 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",s),...a}));i.displayName="TableHead";const d=l.forwardRef(({className:s,...a},r)=>e.jsx("td",{ref:r,className:n("p-3 align-middle [&:has([role=checkbox])]:pr-0",s),...a}));d.displayName="TableCell";const be=re,ye=le,O=l.forwardRef(({className:s,...a},r)=>e.jsx(k,{ref:r,className:n("fixed inset-0 z-[110] bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",s),...a}));O.displayName=k.displayName;const L=l.forwardRef(({className:s,children:a,...r},j)=>e.jsxs(ye,{children:[e.jsx(O,{}),e.jsxs(S,{ref:j,className:n("fixed left-[50%] top-[50%] z-[110] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",s),...r,children:[a,e.jsxs(ne,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[e.jsx(oe,{className:"h-4 w-4"}),e.jsx("span",{className:"sr-only",children:"关闭"})]})]})]}));L.displayName=S.displayName;const P=({className:s,...a})=>e.jsx("div",{className:n("flex flex-col space-y-1.5 text-center sm:text-left",s),...a});P.displayName="DialogHeader";const M=({className:s,...a})=>e.jsx("div",{className:n("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",s),...a});M.displayName="DialogFooter";const Z=l.forwardRef(({className:s,...a},r)=>e.jsx(_,{ref:r,className:n("text-lg font-semibold leading-none tracking-tight",s),...a}));Z.displayName=_.displayName;const Ne=l.forwardRef(({className:s,...a},r)=>e.jsx(B,{ref:r,className:n("text-sm text-muted-foreground",s),...a}));Ne.displayName=B.displayName;const we=se({name:R().min(1,"请输入名称").max(64),description:R().max(500).optional(),sort_order:ge().min(0)});function Se(){Q();const{ready:s}=ae(),[a,r]=l.useState([]),[j,D]=l.useState(!0),[G,m]=l.useState(!1),[p,T]=l.useState(null),[V,C]=l.useState(!1),o=Y({resolver:$(we),defaultValues:{name:"",description:"",sort_order:1}}),u=()=>{D(!0),f.boards().then(t=>r(t.boards??[])).catch(t=>c.error(t.message)).finally(()=>D(!1))};l.useEffect(()=>{s&&u()},[s]);const X=()=>{T(null),o.reset({name:"",description:"",sort_order:a.length+1}),m(!0)},q=t=>{T(t),o.reset({name:t.name,description:t.description??"",sort_order:t.sort_order}),m(!0)},J=async t=>{C(!0);try{p?(await f.updateBoard(p.id,t),c.success("板块已更新")):(await f.createBoard(t),c.success("板块已创建")),m(!1),u(),window.dispatchEvent(new Event("boards-refresh"))}catch(x){c.error(x instanceof Error?x.message:"操作失败")}finally{C(!1)}},K=async t=>{try{await f.deleteBoard(t),c.success("板块已删除"),u(),window.dispatchEvent(new Event("boards-refresh"))}catch(x){c.error(x instanceof Error?x.message:"删除失败")}};return s?e.jsxs("div",{className:"admin-page",children:[e.jsx("div",{className:"admin-page-head",children:e.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start"},children:[e.jsxs("div",{children:[e.jsx("h1",{children:"板块管理"}),e.jsx("p",{children:"创建、编辑或删除论坛板块,用户发帖前需先有板块"})]}),e.jsxs(h,{onClick:X,children:[e.jsx(ie,{}),"新建板块"]})]})}),e.jsx("div",{className:"admin-card",children:j?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(F,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs(z,{children:[e.jsx(H,{children:e.jsxs(v,{children:[e.jsx(i,{className:"w-[60px]",children:"ID"}),e.jsx(i,{children:"名称"}),e.jsx(i,{children:"简介"}),e.jsx(i,{className:"w-[70px]",children:"排序"}),e.jsx(i,{className:"w-[80px]",children:"帖子数"}),e.jsx(i,{className:"w-[160px]",children:"操作"})]})}),e.jsx(I,{children:a.map(t=>e.jsxs(v,{children:[e.jsx(d,{children:t.id}),e.jsx(d,{children:e.jsx("strong",{children:t.name})}),e.jsx(d,{className:"max-w-[200px] truncate",children:t.description}),e.jsx(d,{children:t.sort_order}),e.jsx(d,{children:e.jsx(te,{variant:"secondary",children:t.post_count??0})}),e.jsx(d,{children:e.jsxs("div",{className:"flex items-center gap-1",children:[e.jsx(h,{variant:"ghost",size:"sm",onClick:()=>q(t),children:"编辑"}),e.jsxs(de,{children:[e.jsx(ce,{asChild:!0,children:e.jsx(h,{variant:"ghost",size:"sm",className:"text-destructive hover:text-destructive",children:"删除"})}),e.jsxs(me,{children:[e.jsxs(xe,{children:[e.jsx(he,{children:"确定删除该板块?"}),e.jsx(pe,{children:"删除后该板块下的帖子将无法通过板块筛选,此操作不可撤销。"})]}),e.jsxs(fe,{children:[e.jsx(je,{children:"取消"}),e.jsx(ue,{onClick:()=>K(t.id),children:"删除"})]})]})]})]})})]},t.id))})]}),a.length===0&&e.jsx("div",{className:"empty-state",children:e.jsx("p",{children:"还没有板块,点击右上角创建第一个"})})]})}),e.jsx(be,{open:G,onOpenChange:m,children:e.jsxs(L,{children:[e.jsx(P,{children:e.jsx(Z,{children:p?"编辑板块":"新建板块"})}),e.jsx(ee,{...o,children:e.jsxs("form",{onSubmit:o.handleSubmit(J),className:"space-y-4",children:[e.jsx(g,{control:o.control,name:"name",render:({field:t})=>e.jsxs(b,{children:[e.jsx(y,{children:"板块名称"}),e.jsx(N,{children:e.jsx(A,{maxLength:64,placeholder:"如:技术交流",...t})}),e.jsx(w,{})]})}),e.jsx(g,{control:o.control,name:"description",render:({field:t})=>e.jsxs(b,{children:[e.jsx(y,{children:"简介"}),e.jsx(N,{children:e.jsx(E,{rows:3,maxLength:500,placeholder:"板块说明(可选)",...t})}),e.jsx(w,{})]})}),e.jsx(g,{control:o.control,name:"sort_order",render:({field:t})=>e.jsxs(b,{children:[e.jsx(y,{children:"排序"}),e.jsx(N,{children:e.jsx(A,{type:"number",min:0,...t})}),e.jsx(w,{})]})}),e.jsxs(M,{children:[e.jsx(h,{type:"button",variant:"outline",onClick:()=>m(!1),children:"取消"}),e.jsx(h,{type:"submit",loading:V,children:p?"保存":"创建"})]})]})})]})})]}):e.jsx("div",{className:"flex justify-center py-16",children:e.jsx(F,{size:"lg"})})}export{Se as default}; diff --git a/embed_static/static/spa/assets/BoardsManagePage-DQXzBsE1.js b/embed_static/static/spa/assets/BoardsManagePage-DQXzBsE1.js new file mode 100644 index 0000000..04db729 --- /dev/null +++ b/embed_static/static/spa/assets/BoardsManagePage-DQXzBsE1.js @@ -0,0 +1 @@ +import{r as n,j as e,e as K}from"./react-vendor-CFzzFOsg.js";import{_ as Q,Z as U,u as W,a as Y,F as $,b as g,c as y,d as N,e as b,f as w,o as ee,s as R}from"./form-OSLy-cSS.js";import{c as l,e as se,S as F,B as h,a as j,n as c}from"./index-5C0q-ZMs.js";import{I as A}from"./input-CE0PJTgJ.js";import{T as ae}from"./textarea-VyK9_GFn.js";import{B as te}from"./badge-DB-zL5ml.js";import{a4 as re,a5 as ne,a6 as S,a7 as le,X as oe,a8 as _,a9 as B,aa as E,m as ie}from"./ui-vendor-BtpOfToU.js";import{A as de,a as ce,b as me,c as xe,d as he,e as pe,f as je,g as fe,h as ue}from"./alert-dialog-BoQ7HSUR.js";function ge(s){return Q(U,s)}const k=n.forwardRef(({className:s,...t},r)=>e.jsx("div",{className:"relative w-full overflow-auto",children:e.jsx("table",{ref:r,className:l("w-full caption-bottom text-sm",s),...t})}));k.displayName="Table";const z=n.forwardRef(({className:s,...t},r)=>e.jsx("thead",{ref:r,className:l("[&_tr]:border-b",s),...t}));z.displayName="TableHeader";const H=n.forwardRef(({className:s,...t},r)=>e.jsx("tbody",{ref:r,className:l("[&_tr:last-child]:border-0",s),...t}));H.displayName="TableBody";const v=n.forwardRef(({className:s,...t},r)=>e.jsx("tr",{ref:r,className:l("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",s),...t}));v.displayName="TableRow";const i=n.forwardRef(({className:s,...t},r)=>e.jsx("th",{ref:r,className:l("h-10 px-3 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",s),...t}));i.displayName="TableHead";const d=n.forwardRef(({className:s,...t},r)=>e.jsx("td",{ref:r,className:l("p-3 align-middle [&:has([role=checkbox])]:pr-0",s),...t}));d.displayName="TableCell";const ye=re,Ne=ne,I=n.forwardRef(({className:s,...t},r)=>e.jsx(B,{ref:r,className:l("fixed inset-0 z-[110] bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",s),...t}));I.displayName=B.displayName;const O=n.forwardRef(({className:s,children:t,...r},f)=>e.jsxs(Ne,{children:[e.jsx(I,{}),e.jsxs(S,{ref:f,className:l("fixed left-[50%] top-[50%] z-[110] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",s),...r,children:[t,e.jsxs(le,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[e.jsx(oe,{className:"h-4 w-4"}),e.jsx("span",{className:"sr-only",children:"关闭"})]})]})]}));O.displayName=S.displayName;const L=({className:s,...t})=>e.jsx("div",{className:l("flex flex-col space-y-1.5 text-center sm:text-left",s),...t});L.displayName="DialogHeader";const P=({className:s,...t})=>e.jsx("div",{className:l("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",s),...t});P.displayName="DialogFooter";const M=n.forwardRef(({className:s,...t},r)=>e.jsx(_,{ref:r,className:l("text-lg font-semibold leading-none tracking-tight",s),...t}));M.displayName=_.displayName;const be=n.forwardRef(({className:s,...t},r)=>e.jsx(E,{ref:r,className:l("text-sm text-muted-foreground",s),...t}));be.displayName=E.displayName;const we=ee({name:R().min(1,"请输入名称").max(64),description:R().max(500).optional(),sort_order:ge().min(0)});function _e(){K();const{ready:s}=se(),[t,r]=n.useState([]),[f,D]=n.useState(!0),[Z,m]=n.useState(!1),[p,T]=n.useState(null),[G,C]=n.useState(!1),o=W({resolver:Y(we),defaultValues:{name:"",description:"",sort_order:1}}),u=()=>{D(!0),j.boards().then(a=>r(a.boards??[])).catch(a=>c.error(a.message)).finally(()=>D(!1))};n.useEffect(()=>{s&&u()},[s]);const V=()=>{T(null),o.reset({name:"",description:"",sort_order:t.length+1}),m(!0)},X=a=>{T(a),o.reset({name:a.name,description:a.description??"",sort_order:a.sort_order}),m(!0)},q=async a=>{C(!0);try{p?(await j.updateBoard(p.id,a),c.success("板块已更新")):(await j.createBoard(a),c.success("板块已创建")),m(!1),u(),window.dispatchEvent(new Event("boards-refresh"))}catch(x){c.error(x instanceof Error?x.message:"操作失败")}finally{C(!1)}},J=async a=>{try{await j.deleteBoard(a),c.success("板块已删除"),u(),window.dispatchEvent(new Event("boards-refresh"))}catch(x){c.error(x instanceof Error?x.message:"删除失败")}};return s?e.jsxs("div",{className:"admin-page",children:[e.jsx("div",{className:"admin-page-head",children:e.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start"},children:[e.jsxs("div",{children:[e.jsx("h1",{children:"板块管理"}),e.jsx("p",{children:"创建、编辑或删除论坛板块,用户发帖前需先有板块"})]}),e.jsxs(h,{onClick:V,children:[e.jsx(ie,{}),"新建板块"]})]})}),e.jsx("div",{className:"admin-card",children:f?e.jsx("div",{className:"flex justify-center py-12",children:e.jsx(F,{size:"lg"})}):e.jsxs(e.Fragment,{children:[e.jsxs(k,{children:[e.jsx(z,{children:e.jsxs(v,{children:[e.jsx(i,{className:"w-[60px]",children:"ID"}),e.jsx(i,{children:"名称"}),e.jsx(i,{children:"简介"}),e.jsx(i,{className:"w-[70px]",children:"排序"}),e.jsx(i,{className:"w-[80px]",children:"帖子数"}),e.jsx(i,{className:"w-[160px]",children:"操作"})]})}),e.jsx(H,{children:t.map(a=>e.jsxs(v,{children:[e.jsx(d,{children:a.id}),e.jsx(d,{children:e.jsx("strong",{children:a.name})}),e.jsx(d,{className:"max-w-[200px] truncate",children:a.description}),e.jsx(d,{children:a.sort_order}),e.jsx(d,{children:e.jsx(te,{variant:"secondary",children:a.post_count??0})}),e.jsx(d,{children:e.jsxs("div",{className:"flex items-center gap-1",children:[e.jsx(h,{variant:"ghost",size:"sm",onClick:()=>X(a),children:"编辑"}),e.jsxs(de,{children:[e.jsx(ce,{asChild:!0,children:e.jsx(h,{variant:"ghost",size:"sm",className:"text-destructive hover:text-destructive",children:"删除"})}),e.jsxs(me,{children:[e.jsxs(xe,{children:[e.jsx(he,{children:"确定删除该板块?"}),e.jsx(pe,{children:"删除后该板块下的帖子将无法通过板块筛选,此操作不可撤销。"})]}),e.jsxs(je,{children:[e.jsx(fe,{children:"取消"}),e.jsx(ue,{onClick:()=>J(a.id),children:"删除"})]})]})]})]})})]},a.id))})]}),t.length===0&&e.jsx("div",{className:"empty-state",children:e.jsx("p",{children:"还没有板块,点击右上角创建第一个"})})]})}),e.jsx(ye,{open:Z,onOpenChange:m,children:e.jsxs(O,{children:[e.jsx(L,{children:e.jsx(M,{children:p?"编辑板块":"新建板块"})}),e.jsx($,{...o,children:e.jsxs("form",{onSubmit:o.handleSubmit(q),className:"space-y-4",children:[e.jsx(g,{control:o.control,name:"name",render:({field:a})=>e.jsxs(y,{children:[e.jsx(N,{children:"板块名称"}),e.jsx(b,{children:e.jsx(A,{maxLength:64,placeholder:"如:技术交流",...a})}),e.jsx(w,{})]})}),e.jsx(g,{control:o.control,name:"description",render:({field:a})=>e.jsxs(y,{children:[e.jsx(N,{children:"简介"}),e.jsx(b,{children:e.jsx(ae,{rows:3,maxLength:500,placeholder:"板块说明(可选)",...a})}),e.jsx(w,{})]})}),e.jsx(g,{control:o.control,name:"sort_order",render:({field:a})=>e.jsxs(y,{children:[e.jsx(N,{children:"排序"}),e.jsx(b,{children:e.jsx(A,{type:"number",min:0,...a})}),e.jsx(w,{})]})}),e.jsxs(P,{children:[e.jsx(h,{type:"button",variant:"outline",onClick:()=>m(!1),children:"取消"}),e.jsx(h,{type:"submit",loading:G,children:p?"保存":"创建"})]})]})})]})})]}):e.jsx("div",{className:"flex justify-center py-16",children:e.jsx(F,{size:"lg"})})}export{_e as default}; diff --git a/embed_static/static/spa/assets/ComposePage-BFRWOfPd.js b/embed_static/static/spa/assets/ComposePage-DPJpUz3A.js similarity index 63% rename from embed_static/static/spa/assets/ComposePage-BFRWOfPd.js rename to embed_static/static/spa/assets/ComposePage-DPJpUz3A.js index 4f0f90a..5d5ce44 100644 --- a/embed_static/static/spa/assets/ComposePage-BFRWOfPd.js +++ b/embed_static/static/spa/assets/ComposePage-DPJpUz3A.js @@ -1,4 +1,4 @@ -import{r as D,k as wt,j as w,a as Jd,m as Kd,e as Gd,w as Yd,i as Xd}from"./react-vendor-CFzzFOsg.js";import{u as Qd,a as rn,n as Pe,S as jo}from"./index-L-Mx2Hle.js";import{P as Zd,i as eh}from"./postContent-D-mW2yDF.js";import{g as th,p as nh}from"./markdown-vendor-DxR1h-Bq.js";import{O as Ea,Q as rh,V as ih,W as sh,Y as oh,Z as lh,_ as ah,$ as ch,a0 as uh,a1 as dh,a2 as hh,A as fh,x as ph,a3 as mh}from"./ui-vendor-DGgNN2YO.js";var Ta={exports:{}},Aa={};/** +import{r as D,k as vt,j as w,a as Ud,m as qd,e as Jd,w as Kd,i as Gd}from"./react-vendor-CFzzFOsg.js";import{a as zt,n as Oe,u as Yd,d as Xd,S as Ho}from"./index-5C0q-ZMs.js";import{P as Qd,i as Zd}from"./postContent-ClrHK1rL.js";import{p as eh}from"./purify-vendor-Cx4rtWv4.js";import{O as Ma,Q as th,V as nh,W as rh,Y as ih,Z as sh,_ as oh,$ as lh,a0 as ah,a1 as ch,a2 as uh,A as dh,x as hh,a3 as fh}from"./ui-vendor-BtpOfToU.js";var Ca={exports:{}},Ea={};/** * @license React * use-sync-external-store-shim.production.js * @@ -6,21 +6,21 @@ import{r as D,k as wt,j as w,a as Jd,m as Kd,e as Gd,w as Yd,i as Xd}from"./reac * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var Wt=D;function gh(n,e){return n===e&&(n!==0||1/n===1/e)||n!==n&&e!==e}var yh=typeof Object.is=="function"?Object.is:gh,bh=Wt.useState,kh=Wt.useEffect,Sh=Wt.useLayoutEffect,xh=Wt.useDebugValue;function wh(n,e){var t=e(),r=bh({inst:{value:t,getSnapshot:e}}),i=r[0].inst,s=r[1];return Sh(function(){i.value=t,i.getSnapshot=e,Li(i)&&s({inst:i})},[n,t,e]),kh(function(){return Li(i)&&s({inst:i}),n(function(){Li(i)&&s({inst:i})})},[n]),xh(t),t}function Li(n){var e=n.getSnapshot;n=n.value;try{var t=e();return!yh(n,t)}catch{return!0}}function vh(n,e){return e()}var Mh=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?vh:wh;Aa.useSyncExternalStore=Wt.useSyncExternalStore!==void 0?Wt.useSyncExternalStore:Mh;Ta.exports=Aa;var Xs=Ta.exports;function ee(n){this.content=n}ee.prototype={constructor:ee,find:function(n){for(var e=0;e>1}};ee.from=function(n){if(n instanceof ee)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new ee(e)};function Na(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),s=e.child(r);if(i==s){t+=i.nodeSize;continue}if(!i.sameMarkup(s))return t;if(i.isText&&i.text!=s.text){let o=i.text,l=s.text,a=0;for(;o[a]==l[a];a++)t++;return a&&a0&&f>0&&c[d-1]==u[f-1];)d--,f--,t--,r--;return d&&f&&d=56320&&n<57344}function Ia(n){return n>=55296&&n<56320}let S=class ce{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let r=0;re&&r(a,i+l,s||null,o)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,i+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let s="",o=!0;return this.nodesBetween(e,t,(l,a)=>{let c=l.isText?l.text.slice(Math.max(e,a)-a,t-a):l.isLeaf?i?typeof i=="function"?i(l):i:l.type.spec.leafText?l.type.spec.leafText(l):"":"";l.isBlock&&(l.isLeaf&&c||l.isTextblock)&&r&&(o?o=!1:s+=r),s+=c},0),s}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),s=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),s=1);se)for(let s=0,o=0;oe&&((ot)&&(l.isText?l=l.cut(Math.max(0,e-o),Math.min(l.text.length,t-o)):l=l.cut(Math.max(0,e-o-1),Math.min(l.content.size,t-o-1))),r.push(l),i+=l.nodeSize),o=a}return new ce(r,i)}cutByIndex(e,t){return e==t?ce.empty:e==0&&t==this.content.length?this:new ce(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),s=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new ce(i,s)}addToStart(e){return new ce([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new ce(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,r=0;;t++){let i=this.child(t),s=r+i.nodeSize;if(s>=e)return s==e?ir(t+1,s):ir(t,r);r=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return ce.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return ce.fromArray(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return ce.empty;let t,r=0;for(let i=0;ithis.type.rank&&(t||(t=e.slice(0,i)),t.push(this),r=!0),t&&t.push(s)}}return t||(t=e.slice()),r||t.push(this),t}removeFromSet(e){for(let t=0;tr.type.rank-i.type.rank),t}};B.none=[];let Fn=class extends Error{},E=class Lt{constructor(e,t,r){this.content=e,this.openStart=t,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,t){let r=Pa(this.content,e+this.openStart,t,this.openStart+1,this.openEnd+1);return r&&new Lt(r,this.openStart,this.openEnd)}removeBetween(e,t){return new Lt(Da(this.content,e+this.openStart,t+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,t){if(!t)return Lt.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Lt(S.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let s=e.firstChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.firstChild)r++;for(let s=e.lastChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.lastChild)i++;return new Lt(e,r,i)}};E.empty=new E(S.empty,0,0);function Da(n,e,t){let{index:r,offset:i}=n.findIndex(e),s=n.maybeChild(r),{index:o,offset:l}=n.findIndex(t);if(i==e||s.isText){if(l!=t&&!n.child(o).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=o)throw new RangeError("Removing non-flat range");return n.replaceChild(r,s.copy(Da(s.content,e-i-1,t-i-1)))}function Pa(n,e,t,r,i,s){let{index:o,offset:l}=n.findIndex(e),a=n.maybeChild(o);if(l==e||a.isText)return s&&r<=0&&i<=0&&!s.canReplace(o,o,t)?null:n.cut(0,e).append(t).append(n.cut(e));let c=Pa(a.content,e-l-1,t,o==0?r-1:0,o==n.childCount-1?i-1:0,a);return c&&n.replaceChild(o,a.copy(c))}function Ch(n,e,t){if(t.openStart>n.depth)throw new Fn("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new Fn("Inconsistent open depths");return La(n,e,t,0)}function La(n,e,t,r){let i=n.index(r),s=n.node(r);if(i==e.index(r)&&r=0&&n.isText&&n.sameMarkup(e[t])?e[t]=n.withText(e[t].text+n.text):e.push(n)}function En(n,e,t,r){let i=(e||n).node(t),s=0,o=e?e.index(t):i.childCount;n&&(s=n.index(t),n.depth>t?s++:n.textOffset&&(yt(n.nodeAfter,r),s++));for(let l=s;li&&ms(n,e,i+1),o=r.depth>i&&ms(t,r,i+1),l=[];return En(null,n,i,l),s&&o&&e.index(i)==t.index(i)?(za(s,o),yt(bt(s,Ba(n,e,t,r,i+1)),l)):(s&&yt(bt(s,Pr(n,e,i+1)),l),En(e,t,i,l),o&&yt(bt(o,Pr(t,r,i+1)),l)),En(r,null,i,l),new S(l)}function Pr(n,e,t){let r=[];if(En(null,n,t,r),n.depth>t){let i=ms(n,e,t+1);yt(bt(i,Pr(n,e,t+1)),r)}return En(e,null,t,r),new S(r)}function Eh(n,e){let t=e.depth-n.openStart,i=e.node(t).copy(n.content);for(let s=t-1;s>=0;s--)i=e.node(s).copy(S.from(i));return{start:i.resolveNoCache(n.openStart+t),end:i.resolveNoCache(i.content.size-n.openEnd-t)}}class Hn{constructor(e,t,r){this.pos=e,this.path=t,this.parentOffset=r,this.depth=t.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,t=this.index(this.depth);if(t==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],i=e.child(t);return r?e.child(t).cut(r):i}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let r=this.path[t*3],i=t==0?0:this.path[t*3-1]+1;for(let s=0;s0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;r--)if(e.pos<=this.end(r)&&(!t||t(this.node(r))))return new Lr(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&&t<=e.content.size))throw new RangeError("Position "+t+" out of range");let r=[],i=0,s=t;for(let o=e;;){let{index:l,offset:a}=o.content.findIndex(s),c=s-a;if(r.push(o,l,i+a),!c||(o=o.child(l),o.isText))break;s=c-1,i+=a+1}return new Hn(t,r,s)}static resolveCached(e,t){let r=_o.get(e);if(r)for(let s=0;se&&this.nodesBetween(e,t,s=>(r.isInSet(s.marks)&&(i=!0),!i)),i}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()+")"),$a(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw new Error("Called contentMatchAt on a node with invalid content");return t}canReplace(e,t,r=S.empty,i=0,s=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,i,s),l=o&&o.matchFragment(this.content,t);if(!l||!l.validEnd)return!1;for(let a=i;at.type.name)}`);this.content.forEach(t=>t.check())}toJSON(){let e={type:this.type.name};for(let t 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(t=>t.toJSON())),e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Node.fromJSON");let r;if(t.marks){if(!Array.isArray(t.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=t.marks.map(e.markFromJSON)}if(t.type=="text"){if(typeof t.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(t.text,r)}let i=S.fromJSON(e,t.content),s=e.nodeType(t.type).create(t.attrs,i,r);return s.type.checkAttrs(s.attrs),s}};tt.prototype.text=void 0;class zr extends tt{constructor(e,t,r,i){if(super(e,t,null,i),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):$a(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new zr(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new zr(this.type,this.attrs,e,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function $a(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class vt{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new Oh(e,t);if(r.next==null)return vt.empty;let i=Fa(r);r.next&&r.err("Unexpected trailing text");let s=Bh(zh(i));return $h(s,r),s}matchType(e){for(let t=0;tc.createAndFill()));for(let c=0;c=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(r){e.push(r);for(let i=0;i{let s=i+(r.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(r.next[o].next);return s}).join(` -`)}}vt.empty=new vt(!0);class Oh{constructor(e,t){this.string=e,this.nodeTypes=t,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 Fa(n){let e=[];do e.push(Rh(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function Rh(n){let e=[];do e.push(Ih(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function Ih(n){let e=Lh(n);for(;;)if(n.eat("+"))e={type:"plus",expr:e};else if(n.eat("*"))e={type:"star",expr:e};else if(n.eat("?"))e={type:"opt",expr:e};else if(n.eat("{"))e=Dh(n,e);else break;return e}function Wo(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function Dh(n,e){let t=Wo(n),r=t;return n.eat(",")&&(n.next!="}"?r=Wo(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function Ph(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let i=[];for(let s in t){let o=t[s];o.isInGroup(e)&&i.push(o)}return i.length==0&&n.err("No node type or group '"+e+"' found"),i}function Lh(n){if(n.eat("(")){let e=Fa(n);return n.eat(")")||n.err("Missing closing paren"),e}else if(/\W/.test(n.next))n.err("Unexpected token '"+n.next+"'");else{let e=Ph(n,n.next).map(t=>(n.inline==null?n.inline=t.isInline:n.inline!=t.isInline&&n.err("Mixing inline and block content"),{type:"name",value:t}));return n.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function zh(n){let e=[[]];return i(s(n,0),t()),e;function t(){return e.push([])-1}function r(o,l,a){let c={term:a,to:l};return e[o].push(c),c}function i(o,l){o.forEach(a=>a.to=l)}function s(o,l){if(o.type=="choice")return o.exprs.reduce((a,c)=>a.concat(s(c,l)),[]);if(o.type=="seq")for(let a=0;;a++){let c=s(o.exprs[a],l);if(a==o.exprs.length-1)return c;i(c,l=t())}else if(o.type=="star"){let a=t();return r(l,a),i(s(o.expr,a),a),[r(a)]}else if(o.type=="plus"){let a=t();return i(s(o.expr,l),a),i(s(o.expr,a),a),[r(a)]}else{if(o.type=="opt")return[r(l)].concat(s(o.expr,l));if(o.type=="range"){let a=l;for(let c=0;c{n[o].forEach(({term:l,to:a})=>{if(!l)return;let c;for(let u=0;u{c||i.push([l,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let s=e[r.join(",")]=new vt(r.indexOf(n.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:ja(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new tt(this,this.computeAttrs(e),S.from(t),B.setFrom(r))}createChecked(e=null,t,r){return t=S.from(t),this.checkContent(t),new tt(this,this.computeAttrs(e),t,B.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=S.from(t),t.size){let o=this.contentMatch.fillBefore(t);if(!o)return null;t=o.append(t)}let i=this.contentMatch.matchFragment(t),s=i&&i.fillBefore(S.empty,!0);return s?new tt(this,e,t.append(s),B.setFrom(r)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let r=0;r-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[s]=new Ua(s,t,o));let i=t.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let s in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function Fh(n,e,t){let r=t.split("|");return i=>{let s=i===null?"null":typeof i;if(r.indexOf(s)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${n}, got ${s}`)}}class Hh{constructor(e,t,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?Fh(e,t,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class xi{constructor(e,t,r,i){this.name=e,this.rank=t,this.schema=r,this.spec=i,this.attrs=Wa(e,i.attrs),this.excluded=null;let s=Va(this.attrs);this.instance=s?new B(this,s):null}create(e=null){return!e&&this.instance?this.instance:new B(this,ja(this.attrs,e))}static compile(e,t){let r=Object.create(null),i=0;return e.forEach((s,o)=>r[s]=new xi(s,i++,t,o)),r}removeFromSet(e){for(var t=0;t-1}}class qa{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let i in e)t[i]=e[i];t.nodes=ee.from(e.nodes),t.marks=ee.from(e.marks||{}),this.nodes=qo.compile(this.spec.nodes,this),this.marks=xi.compile(this.spec.marks,this);let r=Object.create(null);for(let i in this.nodes){if(i in this.marks)throw new RangeError(i+" can not be both a node and a mark");let s=this.nodes[i],o=s.spec.content||"",l=s.spec.marks;if(s.contentMatch=r[o]||(r[o]=vt.parse(o,this.nodes)),s.inlineContent=s.contentMatch.inlineContent,s.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!s.isInline||!s.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=s}s.markSet=l=="_"?null:l?Jo(this,l.split(" ")):l==""||!s.inlineContent?[]:null}for(let i in this.marks){let s=this.marks[i],o=s.spec.excludes;s.excluded=o==null?[s]:o==""?[]:Jo(this,o.split(" "))}this.nodeFromJSON=i=>tt.fromJSON(this,i),this.markFromJSON=i=>B.fromJSON(this,i),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,i){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof qo){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(t,r,i)}text(e,t){let r=this.nodes.text;return new zr(r,r.defaultAttrs,e,B.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function Jo(n,e){let t=[];for(let r=0;r-1)&&t.push(o=a)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}function Vh(n){return n.tag!=null}function jh(n){return n.style!=null}let Tn=class ys{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let r=this.matchedStyles=[];t.forEach(i=>{if(Vh(i))this.tags.push(i);else if(jh(i)){let s=/[^=]*/.exec(i.style)[0];r.indexOf(s)<0&&r.push(s),this.styles.push(i)}}),this.normalizeLists=!this.tags.some(i=>{if(!/^(ul|ol)\b/.test(i.tag)||!i.node)return!1;let s=e.nodes[i.node];return s.contentMatch.matchType(s)})}parse(e,t={}){let r=new Go(this,t,!1);return r.addAll(e,B.none,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new Go(this,t,!0);return r.addAll(e,B.none,t.from,t.to),E.maxOpen(r.finish())}matchTag(e,t,r){for(let i=r?this.tags.indexOf(r)+1:0;ie.length&&(l.charCodeAt(e.length)!=61||l.slice(e.length+1)!=t))){if(o.getAttrs){let a=o.getAttrs(t);if(a===!1)continue;o.attrs=a||void 0}return o}}}static schemaRules(e){let t=[];function r(i){let s=i.priority==null?50:i.priority,o=0;for(;o{r(o=Yo(o)),o.mark||o.ignore||o.clearMark||(o.mark=i)})}for(let i in e.nodes){let s=e.nodes[i].spec.parseDOM;s&&s.forEach(o=>{r(o=Yo(o)),o.node||o.ignore||o.mark||(o.node=i)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new ys(e,ys.schemaRules(e)))}};const Ja={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},_h={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},Ka={ol:!0,ul:!0},Vn=1,bs=2,An=4;function Ko(n,e,t){return e!=null?(e?Vn:0)|(e==="full"?bs:0):n&&n.whitespace=="pre"?Vn|bs:t&~An}class sr{constructor(e,t,r,i,s,o){this.type=e,this.attrs=t,this.marks=r,this.solid=i,this.options=o,this.content=[],this.activeMarks=B.none,this.match=s||(o&An?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(S.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,i;return(i=r.findWrapping(e.type))?(this.match=r,i):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Vn)){let r=this.content[this.content.length-1],i;if(r&&r.isText&&(i=/[ \t\r\n\u000c]+$/.exec(r.text))){let s=r;r.text.length==i[0].length?this.content.pop():this.content[this.content.length-1]=s.withText(s.text.slice(0,s.text.length-i[0].length))}}let t=S.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(S.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!Ja.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class Go{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let i=t.topNode,s,o=Ko(null,t.preserveWhitespace,0)|(r?An:0);i?s=new sr(i.type,i.attrs,B.none,!0,t.topMatch||i.type.contentMatch,o):r?s=new sr(null,null,B.none,!0,null,o):s=new sr(e.schema.topNodeType,null,B.none,!0,null,o),this.nodes=[s],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let r=e.nodeValue,i=this.top,s=i.options&bs?"full":this.localPreserveWS||(i.options&Vn)>0,{schema:o}=this.parser;if(s==="full"||i.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(s)if(s==="full")r=r.replace(/\r\n?/g,` -`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let l=r.split(/\r?\n|\r/);for(let a=0;a!a.clearMark(c)):t=t.concat(this.parser.schema.marks[a.mark].create(a.attrs)),a.consuming===!1)l=a;else break}}return t}addElementByRule(e,t,r,i){let s,o;if(t.node)if(o=this.parser.schema.nodes[t.node],o.isLeaf)this.insertNode(o.create(t.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let a=this.enter(o,t.attrs||null,r,t.preserveWhitespace);a&&(s=!0,r=a)}else{let a=this.parser.schema.marks[t.mark];r=r.concat(a.create(t.attrs))}let l=this.top;if(o&&o.isLeaf)this.findInside(e);else if(i)this.addElement(e,r,i);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(a=>this.insertNode(a,r,!1));else{let a=e;typeof t.contentElement=="string"?a=e.querySelector(t.contentElement):typeof t.contentElement=="function"?a=t.contentElement(e):t.contentElement&&(a=t.contentElement),this.findAround(e,a,!0),this.addAll(a,r),this.findAround(e,a,!1)}s&&this.sync(l)&&this.open--}addAll(e,t,r,i){let s=r||0;for(let o=r?e.childNodes[r]:e.firstChild,l=i==null?null:e.childNodes[i];o!=l;o=o.nextSibling,++s)this.findAtPoint(e,s),this.addDOM(o,t);this.findAtPoint(e,s)}findPlace(e,t,r){let i,s;for(let o=this.open,l=0;o>=0;o--){let a=this.nodes[o],c=a.findWrapping(e);if(c&&(!i||i.length>c.length+l)&&(i=c,s=a,!c.length))break;if(a.solid){if(r)break;l+=2}}if(!i)return null;this.sync(s);for(let o=0;o(o.type?o.type.allowsMarkType(c.type):Xo(c.type,e))?(a=c.addToSet(a),!1):!0),this.nodes.push(new sr(e,t,a,i,null,l)),this.open++,r}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].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 t=this.open;t>=0;t--){if(this.nodes[t]==e)return this.open=t,!0;this.localPreserveWS&&(this.nodes[t].options|=Vn)}return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let r=this.nodes[t].content;for(let i=r.length-1;i>=0;i--)e+=r[i].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let r=0;r-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split("/"),r=this.options.context,i=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),s=-(r?r.depth+1:0)+(i?0:1),o=(l,a)=>{for(;l>=0;l--){let c=t[l];if(c==""){if(l==t.length-1||l==0)continue;for(;a>=s;a--)if(o(l-1,a))return!0;return!1}else{let u=a>0||a==0&&i?this.nodes[a].type:r&&a>=s?r.node(a-s).type:null;if(!u||u.name!=c&&!u.isInGroup(c))return!1;a--}}return!0};return o(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let r=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let t in this.parser.schema.nodes){let r=this.parser.schema.nodes[t];if(r.isTextblock&&r.defaultAttrs)return r}}}function Wh(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&Ka.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function Uh(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function Yo(n){let e={};for(let t in n)e[t]=n[t];return e}function Xo(n,e){let t=e.schema.nodes;for(let r in t){let i=t[r];if(!i.allowsMarkType(n))continue;let s=[],o=l=>{s.push(l);for(let a=0;a{if(s.length||o.marks.length){let l=0,a=0;for(;l=0;i--){let s=this.serializeMark(e.marks[i],e.isInline,t);s&&((s.contentDOM||s.dom).appendChild(r),r=s.dom)}return r}serializeMark(e,t,r={}){let i=this.marks[e.type.name];return i&&xr(or(r),i(e,t),null,e.attrs)}static renderSpec(e,t,r=null,i){return typeof t=="string"?{dom:e.createTextNode(t)}:xr(e,t,r,i)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Nt(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=Qo(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return Qo(e.marks)}}function Qo(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function or(n){return n.document||window.document}const Zo=new WeakMap;function qh(n){let e=Zo.get(n);return e===void 0&&Zo.set(n,e=Jh(n)),e}function Jh(n){let e=null;function t(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let i=0;i-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=i.indexOf(" ");o>0&&(t=i.slice(0,o),i=i.slice(o+1));let l,a=t?n.createElementNS(t,i):n.createElement(i),c=e[1],u=1;if(c&&typeof c=="object"&&c.nodeType==null&&!Array.isArray(c)){u=2;for(let d in c)if(c[d]!=null){let f=d.indexOf(" ");f>0?a.setAttributeNS(d.slice(0,f),d.slice(f+1),c[d]):d=="style"&&a.style?a.style.cssText=c[d]:a.setAttribute(d,c[d])}}for(let d=u;du)throw new RangeError("Content hole must be the only child of its parent node");return{dom:a,contentDOM:a}}else if(typeof f=="string")a.appendChild(n.createTextNode(f));else{let{dom:h,contentDOM:p}=xr(n,f,t,r);if(a.appendChild(h),p){if(l)throw new RangeError("Multiple content holes");l=p}}}return{dom:a,contentDOM:l}}const Ga=65535,Ya=Math.pow(2,16);function Kh(n,e){return n+e*Ya}function el(n){return n&Ga}function Gh(n){return(n-(n&Ga))/Ya}const Xa=1,Qa=2,wr=4,Za=8;let ks=class{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&Za)>0}get deletedBefore(){return(this.delInfo&(Xa|wr))>0}get deletedAfter(){return(this.delInfo&(Qa|wr))>0}get deletedAcross(){return(this.delInfo&wr)>0}},Mt=class zt{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&zt.empty)return zt.empty}recover(e){let t=0,r=el(e);if(!this.inverted)for(let i=0;ie)break;let c=this.ranges[l+s],u=this.ranges[l+o],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(r)return h;let p=e==(t<0?a:d)?null:Kh(l/3,e-a),m=e==a?Qa:e==d?Xa:wr;return(t<0?e!=a:e!=d)&&(m|=Za),new ks(h,m,p)}i+=u-c}return r?e+i:new ks(e+i,0,null)}touches(e,t){let r=0,i=el(t),s=this.inverted?2:1,o=this.inverted?1:2;for(let l=0;le)break;let c=this.ranges[l+s],u=a+c;if(e<=u&&l==i*3)return!0;r+=this.ranges[l+o]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,s=0;i=0;t--){let i=e.getMirror(t);this.appendMap(e._maps[t].invert(),i!=null&&i>t?r-i-1:void 0)}}invert(){let e=new jn;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let r=this.from;rs&&a!o.isAtom||!l.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),i),t.openStart,t.openEnd);return de.fromReplace(e,this.from,this.to,s)}invert(){return new tn(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new un(t.pos,r.pos,this.mark)}merge(e){return e instanceof un&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new un(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new un(t.from,t.to,e.markFromJSON(t.mark))}};oe.jsonID("addMark",Zs);let tn=class dn extends oe{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new E(Qs(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return de.fromReplace(e,this.from,this.to,r)}invert(){return new Zs(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new dn(t.pos,r.pos,this.mark)}merge(e){return e instanceof dn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new dn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new dn(t.from,t.to,e.markFromJSON(t.mark))}};oe.jsonID("removeMark",tn);let eo=class hn extends oe{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return de.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return de.fromReplace(e,this.pos,this.pos+1,new E(S.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let i=0;ir.pos?null:new vr(t.pos,r.pos,i,s,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,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new vr(t.from,t.to,t.gapFrom,t.gapTo,E.fromJSON(e,t.slice),t.insert,!!t.structure)}};oe.jsonID("replaceAround",ke);function xs(n,e,t){let r=n.resolve(e),i=t-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let o=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,i--}}return!1}function Yh(n,e,t,r){let i=[],s=[],o,l;n.doc.nodesBetween(e,t,(a,c,u)=>{if(!a.isInline)return;let d=a.marks;if(!r.isInSet(d)&&u.type.allowsMarkType(r.type)){let f=Math.max(c,e),h=Math.min(c+a.nodeSize,t),p=r.addToSet(d);for(let m=0;mn.step(a)),s.forEach(a=>n.step(a))}function Xh(n,e,t,r){let i=[],s=0;n.doc.nodesBetween(e,t,(o,l)=>{if(!o.isInline)return;s++;let a=null;if(r instanceof xi){let c=o.marks,u;for(;u=r.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else r?r.isInSet(o.marks)&&(a=[r]):a=o.marks;if(a&&a.length){let c=Math.min(l+o.nodeSize,t);for(let u=0;un.step(new tn(o.from,o.to,o.style)))}function to(n,e,t,r=t.contentMatch,i=!0){let s=n.doc.nodeAt(e),o=[],l=e+1;for(let a=0;a=0;a--)n.step(o[a])}function Qh(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function nn(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth,i=0,s=0;;--r){let o=n.$from.node(r),l=n.$from.index(r)+i,a=n.$to.indexAfter(r)-s;if(rt;p--)m||r.index(p)>0?(m=!0,u=S.from(r.node(p).copy(u)),d++):a--;let f=S.empty,h=0;for(let p=s,m=!1;p>t;p--)m||i.after(p+1)=0;o--){if(r.size){let l=t[o].type.contentMatch.matchFragment(r);if(!l||!l.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=S.from(t[o].type.create(t[o].attrs,r))}let i=e.start,s=e.end;n.step(new ke(i,s,i,s,new E(r,0,0),t.length,!0))}function rf(n,e,t,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let s=n.steps.length;n.doc.nodesBetween(e,t,(o,l)=>{let a=typeof i=="function"?i(o):i;if(o.isTextblock&&!o.hasMarkup(r,a)&&sf(n.doc,n.mapping.slice(s).map(l),r)){let c=null;if(r.schema.linebreakReplacement){let h=r.whitespace=="pre",p=!!r.contentMatch.matchType(r.schema.linebreakReplacement);h&&!p?c=!1:!h&&p&&(c=!0)}c===!1&&tc(n,o,l,s),to(n,n.mapping.slice(s).map(l,1),r,void 0,c===null);let u=n.mapping.slice(s),d=u.map(l,1),f=u.map(l+o.nodeSize,1);return n.step(new ke(d,f,d+1,f-1,new E(S.from(r.create(a,null,o.marks)),0,0),1,!0)),c===!0&&ec(n,o,l,s),!1}})}function ec(n,e,t,r){e.forEach((i,s)=>{if(i.isText){let o,l=/\r?\n|\r/g;for(;o=l.exec(i.text);){let a=n.mapping.slice(r).map(t+1+s+o.index);n.replaceWith(a,a+1,e.type.schema.linebreakReplacement.create())}}})}function tc(n,e,t,r){e.forEach((i,s)=>{if(i.type==i.type.schema.linebreakReplacement){let o=n.mapping.slice(r).map(t+1+s);n.replaceWith(o,o+1,e.type.schema.text(` -`))}})}function sf(n,e,t){let r=n.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,t)}function of(n,e,t,r,i){let s=n.doc.nodeAt(e);if(!s)throw new RangeError("No node at given position");t||(t=s.type);let o=t.create(r,null,i||s.marks);if(s.isLeaf)return n.replaceWith(e,e+s.nodeSize,o);if(!t.validContent(s.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new ke(e,e+s.nodeSize,e+1,e+s.nodeSize-1,new E(S.from(o),0,0),1,!0))}function je(n,e,t=1,r){let i=n.resolve(e),s=i.depth-t,o=r&&r[r.length-1]||i.parent;if(s<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,u=t-2;c>s;c--,u--){let d=i.node(c),f=i.index(c);if(d.type.spec.isolating)return!1;let h=d.content.cutByIndex(f,d.childCount),p=r&&r[u+1];p&&(h=h.replaceChild(0,p.type.create(p.attrs)));let m=r&&r[u]||d;if(!d.canReplace(f+1,d.childCount)||!m.type.validContent(h))return!1}let l=i.indexAfter(s),a=r&&r[0];return i.node(s).canReplaceWith(l,l,a?a.type:i.node(s+1).type)}function lf(n,e,t=1,r){let i=n.doc.resolve(e),s=S.empty,o=S.empty;for(let l=i.depth,a=i.depth-t,c=t-1;l>a;l--,c--){s=S.from(i.node(l).copy(s));let u=r&&r[c];o=S.from(u?u.type.create(u.attrs,o):i.node(l).copy(o))}n.step(new Ee(e,e,new E(s.append(o),t,t),!0))}function lt(n,e){let t=n.resolve(e),r=t.index();return nc(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function af(n,e){e.content.size||n.type.compatibleContent(e.type);let t=n.contentMatchAt(n.childCount),{linebreakReplacement:r}=n.type.schema;for(let i=0;i0?(s=r.node(i+1),l++,o=r.node(i).maybeChild(l)):(s=r.node(i).maybeChild(l-1),o=r.node(i+1)),s&&!s.isTextblock&&nc(s,o)&&r.node(i).canReplace(l,l+1))return e;if(i==0)break;e=t<0?r.before(i):r.after(i)}}function cf(n,e,t){let r=null,{linebreakReplacement:i}=n.doc.type.schema,s=n.doc.resolve(e-t),o=s.node().type;if(i&&o.inlineContent){let u=o.whitespace=="pre",d=!!o.contentMatch.matchType(i);u&&!d?r=!1:!u&&d&&(r=!0)}let l=n.steps.length;if(r===!1){let u=n.doc.resolve(e+t);tc(n,u.node(),u.before(),l)}o.inlineContent&&to(n,e+t-1,o,s.node().contentMatchAt(s.index()),r==null);let a=n.mapping.slice(l),c=a.map(e-t);if(n.step(new Ee(c,a.map(e+t,-1),E.empty,!0)),r===!0){let u=n.doc.resolve(c);ec(n,u.node(),u.before(),n.steps.length)}return n}function uf(n,e,t){let r=n.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),t))return e;if(r.parentOffset==0)for(let i=r.depth-1;i>=0;i--){let s=r.index(i);if(r.node(i).canReplaceWith(s,s,t))return r.before(i+1);if(s>0)return null}if(r.parentOffset==r.parent.content.size)for(let i=r.depth-1;i>=0;i--){let s=r.indexAfter(i);if(r.node(i).canReplaceWith(s,s,t))return r.after(i+1);if(s=0;o--){let l=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,a=r.index(o)+(l>0?1:0),c=r.node(o),u=!1;if(s==1)u=c.canReplace(a,a,i);else{let d=c.contentMatchAt(a).findWrapping(i.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?r.pos:l<0?r.before(o+1):r.after(o+1)}return null}function vi(n,e,t=e,r=E.empty){if(e==t&&!r.size)return null;let i=n.resolve(e),s=n.resolve(t);return ic(i,s,r)?new Ee(e,t,r):new df(i,s,r).fit()}function ic(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class df{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=S.empty;for(let i=0;i<=e.depth;i++){let s=e.node(i);this.frontier.push({type:s.type,match:s.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=S.from(e.node(i).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let c=this.findFittable();c?this.placeNodes(c):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,r=this.$from,i=this.close(e<0?this.$to:r.doc.resolve(e));if(!i)return null;let s=this.placed,o=r.depth,l=i.depth;for(;o&&l&&s.childCount==1;)s=s.firstChild.content,o--,l--;let a=new E(s,o,l);return e>-1?new ke(r.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||r.pos!=this.$to.pos?new Ee(r.pos,i.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,r=0,i=this.unplaced.openEnd;r1&&(i=0),s.type.spec.isolating&&i<=r){e=r;break}t=s.content}for(let t=1;t<=2;t++)for(let r=t==1?e:this.unplaced.openStart;r>=0;r--){let i,s=null;r?(s=$i(this.unplaced.content,r-1).firstChild,i=s.content):i=this.unplaced.content;let o=i.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(o?c.matchType(o.type)||(d=c.fillBefore(S.from(o),!1)):s&&a.compatibleContent(s.type)))return{sliceDepth:r,frontierDepth:l,parent:s,inject:d};if(t==2&&o&&(u=c.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:l,parent:s,wrap:u};if(s&&c.matchType(s.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=$i(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new E(e,t+1,Math.max(r,i.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=$i(e,t);if(i.childCount<=1&&t>0){let s=e.size-t<=t+i.size;this.unplaced=new E(fn(e,t-1,1),t-1,s?t-1:r)}else this.unplaced=new E(fn(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:i,wrap:s}){for(;this.depth>t;)this.closeFrontierNode();if(s)for(let m=0;m1||a==0||m.content.size)&&(d=g,u.push(sc(m.mark(f.allowedMarks(m.marks)),c==1?a:0,c==l.childCount?h:-1)))}let p=c==l.childCount;p||(h=-1),this.placed=pn(this.placed,t,S.from(u)),this.frontier[t].match=d,p&&h<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let m=0,g=l;m1&&i==this.$to.end(--r);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:i}=this.frontier[t],s=t=0;l--){let{match:a,type:c}=this.frontier[l],u=Fi(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:o,move:s?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=pn(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let i=e.node(r),s=i.type.contentMatch.fillBefore(i.content,!0,e.index(r));this.openFrontierNode(i.type,i.attrs,s)}return e}openFrontierNode(e,t=null,r){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=pn(this.placed,this.depth,S.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(S.empty,!0);t.childCount&&(this.placed=pn(this.placed,this.frontier.length,t))}}function fn(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(fn(n.firstChild.content,e-1,t)))}function pn(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(pn(n.lastChild.content,e-1,t)))}function $i(n,e){for(let t=0;t1&&(r=r.replaceChild(0,sc(r.firstChild,e-1,r.childCount==1?t-1:0))),e>0&&(r=n.type.contentMatch.fillBefore(r).append(r),t<=0&&(r=r.append(n.type.contentMatch.matchFragment(r).fillBefore(S.empty,!0)))),n.copy(r)}function Fi(n,e,t,r,i){let s=n.node(e),o=i?n.indexAfter(e):n.index(e);if(o==s.childCount&&!t.compatibleContent(s.type))return null;let l=r.fillBefore(s.content,!0,o);return l&&!hf(t,s.content,o)?l:null}function hf(n,e,t){for(let r=t;r0;f--,h--){let p=i.node(f).type.spec;if(p.defining||p.definingAsContext||p.isolating)break;o.indexOf(f)>-1?l=f:i.before(f)==h&&o.splice(1,0,-f)}let a=o.indexOf(l),c=[],u=r.openStart;for(let f=r.content,h=0;;h++){let p=f.firstChild;if(c.push(p),h==r.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let h=c[f],p=ff(h.type);if(p&&!h.sameMarkup(i.node(Math.abs(l)-1)))u=f;else if(p||!h.type.isTextblock)break}for(let f=r.openStart;f>=0;f--){let h=(f+u+1)%(r.openStart+1),p=c[h];if(p)for(let m=0;m=0&&(n.replace(e,t,r),!(n.steps.length>d));f--){let h=o[f];h<0||(e=i.before(h),t=s.after(h))}}function oc(n,e,t,r,i){if(er){let s=i.contentMatchAt(0),o=s.fillBefore(n).append(n);n=o.append(s.matchFragment(o).fillBefore(S.empty,!0))}return n}function mf(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let i=uf(n.doc,e,r.type);i!=null&&(e=t=i)}n.replaceRange(e,t,new E(S.from(r),0,0))}function gf(n,e,t){let r=n.doc.resolve(e),i=n.doc.resolve(t);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let o=r.sharedDepth(t),l=!1;for(let a=r.depth;a>o;a--)r.node(a).type.spec.isolating&&(l=!0);for(let a=i.depth;a>o;a--)i.node(a).type.spec.isolating&&(l=!0);if(!l){for(let a=r.depth;a>0&&e==r.start(a);a--)e=r.before(a);for(let a=i.depth;a>0&&t==i.start(a);a--)t=i.before(a);r=n.doc.resolve(e),i=n.doc.resolve(t)}}let s=lc(r,i);for(let o=0;o0&&(a||r.node(l-1).canReplace(r.index(l-1),i.indexAfter(l-1))))return n.delete(r.before(l),i.after(l))}for(let o=1;o<=r.depth&&o<=i.depth;o++)if(e-r.start(o)==r.depth-o&&t>r.end(o)&&i.end(o)-t!=i.depth-o&&r.start(o-1)==i.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),i.index(o-1)))return n.delete(r.before(o),t);n.delete(e,t)}function lc(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let i=r;i>=0;i--){let s=n.start(i);if(se.pos+(e.depth-i)||n.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(s==e.start(i)||i==n.depth&&i==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==s-1)&&t.push(i)}return t}let ac=class Mr extends oe{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return de.fail("No node at attribute step's position");let r=Object.create(null);for(let s in t.attrs)r[s]=t.attrs[s];r[this.attr]=this.value;let i=t.type.create(r,null,t.marks);return de.fromReplace(e,this.pos,this.pos+1,new E(S.from(i),0,t.isLeaf?0:1))}getMap(){return Mt.empty}invert(e){return new Mr(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Mr(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Mr(t.pos,t.attr,t.value)}};oe.jsonID("attr",ac);let cc=class ws extends oe{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return de.ok(r)}getMap(){return Mt.empty}invert(e){return new ws(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new ws(t.attr,t.value)}};oe.jsonID("docAttr",cc);let Ut=class extends Error{};Ut=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Ut.prototype=Object.create(Error.prototype);Ut.prototype.constructor=Ut;Ut.prototype.name="TransformError";class uc{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new jn}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Ut(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let r=0;r{e=Math.min(e,l),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,r=E.empty){let i=vi(this.doc,e,t,r);return i&&this.step(i),this}replaceWith(e,t,r){return this.replace(e,t,new E(S.from(r),0,0))}delete(e,t){return this.replace(e,t,E.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return pf(this,e,t,r),this}replaceRangeWith(e,t,r){return mf(this,e,t,r),this}deleteRange(e,t){return gf(this,e,t),this}lift(e,t){return Zh(this,e,t),this}join(e,t=1){return cf(this,e,t),this}wrap(e,t){return nf(this,e,t),this}setBlockType(e,t=e,r,i=null){return rf(this,e,t,r,i),this}setNodeMarkup(e,t,r=null,i){return of(this,e,t,r,i),this}setNodeAttribute(e,t,r){return this.step(new ac(e,t,r)),this}setDocAttribute(e,t){return this.step(new cc(e,t)),this}addNodeMark(e,t){return this.step(new eo(e,t)),this}removeNodeMark(e,t){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(t instanceof B)t.isInSet(r.marks)&&this.step(new Br(e,t));else{let i=r.marks,s,o=[];for(;s=t.isInSet(i);)o.push(new Br(e,s)),i=s.removeFromSet(i);for(let l=o.length-1;l>=0;l--)this.step(o[l])}return this}split(e,t=1,r){return lf(this,e,t,r),this}addMark(e,t,r){return Yh(this,e,t,r),this}removeMark(e,t,r){return Xh(this,e,t,r),this}clearIncompatible(e,t,r){return to(this,e,t,r),this}}const Hi=Object.create(null);let P=class{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new yf(e.min(t),e.max(t))]}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 t=0;t=0;s--){let o=t<0?Bt(e.node(0),e.node(s),e.before(s+1),e.index(s),t,r):Bt(e.node(0),e.node(s),e.after(s+1),e.index(s)+1,t,r);if(o)return o}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new _e(e.node(0))}static atStart(e){return Bt(e,e,0,0,1)||new _e(e)}static atEnd(e){return Bt(e,e,e.content.size,e.childCount,-1)||new _e(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=Hi[t.type];if(!r)throw new RangeError(`No selection type ${t.type} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in Hi)throw new RangeError("Duplicate use of selection JSON ID "+e);return Hi[e]=t,t.prototype.jsonID=e,t}getBookmark(){return I.between(this.$anchor,this.$head).getBookmark()}};P.prototype.visible=!0;let yf=class{constructor(e,t){this.$from=e,this.$to=t}},nl=!1;function rl(n){!nl&&!n.parent.inlineContent&&(nl=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}let I=class mn extends P{constructor(e,t=e){rl(e),rl(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return P.near(r);let i=e.resolve(t.map(this.anchor));return new mn(i.parent.inlineContent?i:r,r)}replace(e,t=E.empty){if(super.replace(e,t),t==E.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof mn&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new dc(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new mn(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let s=P.findFrom(t,r,!0)||P.findFrom(t,-r,!0);if(s)t=s.$head;else return P.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(P.findFrom(e,-r,!0)||P.findFrom(e,r,!0)).$anchor,e.pos0?0:1);i>0?o=0;o+=i){let l=e.child(o);if(l.isAtom){if(!s&&N.isSelectable(l))return N.create(n,t-(i<0?l.nodeSize:0))}else{let a=Bt(n,l,t+i,i<0?l.childCount:0,i,s);if(a)return a}t+=l.nodeSize*i}return null}function il(n,e,t){let r=n.steps.length-1;if(r{o==null&&(o=u)}),n.setSelection(P.near(n.doc.resolve(o),t))}const sl=1,lr=2,ol=4;class Sf extends uc{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|=lr,this}ensureMarks(e){return B.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&lr)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~lr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let r=this.selection;return t&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||B.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),!e)return this.deleteRange(t,r);let s=this.storedMarks;if(!s){let o=this.doc.resolve(t);s=r==t?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,i.text(e,s)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(P.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e=="string"?e:e.key]=t,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|=ol,this}get scrolledIntoView(){return(this.updated&ol)>0}}function ll(n,e){return!e||!n?n:n.bind(e)}let yn=class{constructor(e,t,r){this.name=e,this.init=ll(t.init,r),this.apply=ll(t.apply,r)}};const xf=[new yn("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new yn("selection",{init(n,e){return n.selection||P.atStart(e.doc)},apply(n){return n.selection}}),new yn("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new yn("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class Vi{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=xf.slice(),t&&t.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 yn(r.key,r.spec.state,r))})}}class _t{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,t=-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 i=e[r],s=i.spec.state;s&&s.toJSON&&(t[r]=s.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,r){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new Vi(e.schema,e.plugins),s=new _t(i);return i.fields.forEach(o=>{if(o.name=="doc")s.doc=tt.fromJSON(e.schema,t.doc);else if(o.name=="selection")s.selection=P.fromJSON(s.doc,t.selection);else if(o.name=="storedMarks")t.storedMarks&&(s.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let l in r){let a=r[l],c=a.spec.state;if(a.key==o.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){s[o.name]=c.fromJSON.call(a,e,t[l],s);return}}s[o.name]=o.init(e,s)}}),s}}function pc(n,e,t){for(let r in n){let i=n[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=pc(i,e,{})),t[r]=i}return t}class V{constructor(e){this.spec=e,this.props={},e.props&&pc(e.props,this,this.props),this.key=e.key?e.key.key:mc("plugin")}getState(e){return e[this.key]}}const ji=Object.create(null);function mc(n){return n in ji?n+"$"+ ++ji[n]:(ji[n]=0,n+"$")}class G{constructor(e="key"){this.key=mc(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const gc=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function yc(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("backward",n):t.parentOffset>0)?null:t}const bc=(n,e,t)=>{let r=yc(n,t);if(!r)return!1;let i=ro(r);if(!i){let o=r.blockRange(),l=o&&nn(o);return l==null?!1:(e&&e(n.tr.lift(o,l).scrollIntoView()),!0)}let s=i.nodeBefore;if(Tc(n,i,e,-1))return!0;if(r.parent.content.size==0&&(qt(s,"end")||N.isSelectable(s)))for(let o=r.depth;;o--){let l=vi(n.doc,r.before(o),r.after(o),E.empty);if(l&&l.slice.size1)break}return s.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos-s.nodeSize,i.pos).scrollIntoView()),!0):!1},wf=(n,e,t)=>{let r=yc(n,t);if(!r)return!1;let i=ro(r);return i?kc(n,i,e):!1},vf=(n,e,t)=>{let r=xc(n,t);if(!r)return!1;let i=io(r);return i?kc(n,i,e):!1};function kc(n,e,t){let r=e.nodeBefore,i=r,s=e.pos-1;for(;!i.isTextblock;s--){if(i.type.spec.isolating)return!1;let u=i.lastChild;if(!u)return!1;i=u}let o=e.nodeAfter,l=o,a=e.pos+1;for(;!l.isTextblock;a++){if(l.type.spec.isolating)return!1;let u=l.firstChild;if(!u)return!1;l=u}let c=vi(n.doc,s,a,E.empty);if(!c||c.from!=s||c instanceof Ee&&c.slice.size>=a-s)return!1;if(t){let u=n.tr.step(c);u.setSelection(I.create(u.doc,s)),t(u.scrollIntoView())}return!0}function qt(n,e,t=!1){for(let r=n;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(t&&r.childCount!=1)return!1}return!1}const Sc=(n,e,t)=>{let{$head:r,empty:i}=n.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;s=ro(r)}let o=s&&s.nodeBefore;return!o||!N.isSelectable(o)?!1:(e&&e(n.tr.setSelection(N.create(n.doc,s.pos-o.nodeSize)).scrollIntoView()),!0)};function ro(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){if(n.index(e)>0)return n.doc.resolve(n.before(e+1));if(n.node(e).type.spec.isolating)break}return null}function xc(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset{let r=xc(n,t);if(!r)return!1;let i=io(r);if(!i)return!1;let s=i.nodeAfter;if(Tc(n,i,e,1))return!0;if(r.parent.content.size==0&&(qt(s,"start")||N.isSelectable(s))){let o=vi(n.doc,r.before(),r.after(),E.empty);if(o&&o.slice.size{let{$head:r,empty:i}=n.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset=0;e--){let t=n.node(e);if(n.index(e)+1{let t=n.selection,r=t instanceof N,i;if(r){if(t.node.isTextblock||!lt(n.doc,t.from))return!1;i=t.from}else if(i=wi(n.doc,t.from,-1),i==null)return!1;if(e){let s=n.tr.join(i);r&&s.setSelection(N.create(s.doc,i-n.doc.resolve(i).nodeBefore.nodeSize)),e(s.scrollIntoView())}return!0},Cf=(n,e)=>{let t=n.selection,r;if(t instanceof N){if(t.node.isTextblock||!lt(n.doc,t.to))return!1;r=t.to}else if(r=wi(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},Ef=(n,e)=>{let{$from:t,$to:r}=n.selection,i=t.blockRange(r),s=i&&nn(i);return s==null?!1:(e&&e(n.tr.lift(i,s).scrollIntoView()),!0)},Mc=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(` -`).scrollIntoView()),!0)};function so(n){for(let e=0;e{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let i=t.node(-1),s=t.indexAfter(-1),o=so(i.contentMatchAt(s));if(!o||!i.canReplaceWith(s,s,o))return!1;if(e){let l=t.after(),a=n.tr.replaceWith(l,l,o.createAndFill());a.setSelection(P.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},Cc=(n,e)=>{let t=n.selection,{$from:r,$to:i}=t;if(t instanceof _e||r.parent.inlineContent||i.parent.inlineContent)return!1;let s=so(i.parent.contentMatchAt(i.indexAfter()));if(!s||!s.isTextblock)return!1;if(e){let o=(!r.parentOffset&&i.index(){let{$cursor:t}=n.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let s=t.before();if(je(n.doc,s))return e&&e(n.tr.split(s).scrollIntoView()),!0}let r=t.blockRange(),i=r&&nn(r);return i==null?!1:(e&&e(n.tr.lift(r,i).scrollIntoView()),!0)};function Af(n){return(e,t)=>{let{$from:r,$to:i}=e.selection;if(e.selection instanceof N&&e.selection.node.isBlock)return!r.parentOffset||!je(e.doc,r.pos)?!1:(t&&t(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let s=[],o,l,a=!1,c=!1;for(let h=r.depth;;h--)if(r.node(h).isBlock){a=r.end(h)==r.pos+(r.depth-h),c=r.start(h)==r.pos-(r.depth-h),l=so(r.node(h-1).contentMatchAt(r.indexAfter(h-1))),s.unshift(a&&l?{type:l}:null),o=h;break}else{if(h==1)return!1;s.unshift(null)}let u=e.tr;(e.selection instanceof I||e.selection instanceof _e)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=je(u.doc,d,s.length,s);if(f||(s[0]=l?{type:l}:null,f=je(u.doc,d,s.length,s)),!f)return!1;if(u.split(d,s.length,s),!a&&c&&r.node(o).type!=l){let h=u.mapping.map(r.before(o)),p=u.doc.resolve(h);l&&r.node(o-1).canReplaceWith(p.index(),p.index()+1,l)&&u.setNodeMarkup(u.mapping.map(r.before(o)),l)}return t&&t(u.scrollIntoView()),!0}}const Nf=Af(),Of=(n,e)=>{let{$from:t,to:r}=n.selection,i,s=t.sharedDepth(r);return s==0?!1:(i=t.before(s),e&&e(n.tr.setSelection(N.create(n.doc,i))),!0)};function Rf(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,s=e.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&e.parent.canReplace(s-1,s)?(t&&t(n.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(s,s+1)||!(i.isTextblock||lt(n.doc,e.pos))?!1:(t&&t(n.tr.join(e.pos).scrollIntoView()),!0)}function Tc(n,e,t,r){let i=e.nodeBefore,s=e.nodeAfter,o,l,a=i.type.spec.isolating||s.type.spec.isolating;if(!a&&Rf(n,e,t))return!0;let c=!a&&e.parent.canReplace(e.index(),e.index()+1);if(c&&(o=(l=i.contentMatchAt(i.childCount)).findWrapping(s.type))&&l.matchType(o[0]||s.type).validEnd){if(t){let h=e.pos+s.nodeSize,p=S.empty;for(let y=o.length-1;y>=0;y--)p=S.from(o[y].create(null,p));p=S.from(i.copy(p));let m=n.tr.step(new ke(e.pos-1,h,e.pos,h,new E(p,1,0),o.length,!0)),g=m.doc.resolve(h+2*o.length);g.nodeAfter&&g.nodeAfter.type==i.type&<(m.doc,g.pos)&&m.join(g.pos),t(m.scrollIntoView())}return!0}let u=s.type.spec.isolating||r>0&&a?null:P.findFrom(e,1),d=u&&u.$from.blockRange(u.$to),f=d&&nn(d);if(f!=null&&f>=e.depth)return t&&t(n.tr.lift(d,f).scrollIntoView()),!0;if(c&&qt(s,"start",!0)&&qt(i,"end")){let h=i,p=[];for(;p.push(h),!h.isTextblock;)h=h.lastChild;let m=s,g=1;for(;!m.isTextblock;m=m.firstChild)g++;if(h.canReplace(h.childCount,h.childCount,m.content)){if(t){let y=S.empty;for(let M=p.length-1;M>=0;M--)y=S.from(p[M].copy(y));let b=n.tr.step(new ke(e.pos-p.length,e.pos+s.nodeSize,e.pos+g,e.pos+s.nodeSize-g,new E(y,p.length,0),0,!0));t(b.scrollIntoView())}return!0}}return!1}function Ac(n){return function(e,t){let r=e.selection,i=n<0?r.$from:r.$to,s=i.depth;for(;i.node(s).isInline;){if(!s)return!1;s--}return i.node(s).isTextblock?(t&&t(e.tr.setSelection(I.create(e.doc,n<0?i.start(s):i.end(s)))),!0):!1}}const If=Ac(-1),Df=Ac(1);function Pf(n,e=null){return function(t,r){let{$from:i,$to:s}=t.selection,o=i.blockRange(s),l=o&&no(o,n,e);return l?(r&&r(t.tr.wrap(o,l).scrollIntoView()),!0):!1}}function al(n,e=null){return function(t,r){let i=!1;for(let s=0;s{if(i)return!1;if(!(!a.isTextblock||a.hasMarkup(n,e)))if(a.type==n)i=!0;else{let u=t.doc.resolve(c),d=u.index();i=u.parent.canReplaceWith(d,d+1,n)}})}if(!i)return!1;if(r){let s=t.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(t)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let a=o.resolve(e.start-2);s=new Lr(a,a,e.depth),e.endIndex=0;u--)s=S.from(t[u].type.create(t[u].attrs,s));n.step(new ke(e.start-(r?2:0),e.end,e.start,e.end,new E(s,0,0),t.length,!0));let o=0;for(let u=0;uo.childCount>0&&o.firstChild.type==n);return s?t?r.node(s.depth-1).type==n?Ff(e,t,n,s):Hf(e,t,s):!0:!1}}function Ff(n,e,t,r){let i=n.tr,s=r.end,o=r.$to.end(r.depth);sm;p--)h-=i.child(p).nodeSize,r.delete(h-1,h+1);let s=r.doc.resolve(t.start),o=s.nodeAfter;if(r.mapping.map(t.end)!=t.start+s.nodeAfter.nodeSize)return!1;let l=t.startIndex==0,a=t.endIndex==i.childCount,c=s.node(-1),u=s.index(-1);if(!c.canReplace(u+(l?0:1),u+1,o.content.append(a?S.empty:S.from(i))))return!1;let d=s.pos,f=d+o.nodeSize;return r.step(new ke(d-(l?1:0),f+(a?1:0),d+1,f-1,new E((l?S.empty:S.from(i.copy(S.empty))).append(a?S.empty:S.from(i.copy(S.empty))),l?0:1,a?0:1),l?0:1)),e(r.scrollIntoView()),!0}function Vf(n){return function(e,t){let{$from:r,$to:i}=e.selection,s=r.blockRange(i,c=>c.childCount>0&&c.firstChild.type==n);if(!s)return!1;let o=s.startIndex;if(o==0)return!1;let l=s.parent,a=l.child(o-1);if(a.type!=n)return!1;if(t){let c=a.lastChild&&a.lastChild.type==l.type,u=S.from(c?n.create():null),d=new E(S.from(n.create(null,S.from(l.type.create(null,u)))),c?3:1,0),f=s.start,h=s.end;t(e.tr.step(new ke(f-(c?3:1),h,f,h,d,1,!0)).scrollIntoView())}return!0}}const te=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},Jt=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let vs=null;const Fe=function(n,e,t){let r=vs||(vs=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},jf=function(){vs=null},Ct=function(n,e,t,r){return t&&(cl(n,e,t,r,-1)||cl(n,e,t,r,1))},_f=/^(img|br|input|textarea|hr)$/i;function cl(n,e,t,r,i){for(var s;;){if(n==t&&e==r)return!0;if(e==(i<0?0:ve(n))){let o=n.parentNode;if(!o||o.nodeType!=1||Zn(n)||_f.test(n.nodeName)||n.contentEditable=="false")return!1;e=te(n)+(i<0?0:1),n=o}else if(n.nodeType==1){let o=n.childNodes[e+(i<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((s=o.pmViewDesc)===null||s===void 0)&&s.ignoreForSelection)e+=i;else return!1;else n=o,e=i<0?ve(n):0}else return!1}}function ve(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Wf(n,e){for(;;){if(n.nodeType==3&&e)return n;if(n.nodeType==1&&e>0){if(n.contentEditable=="false")return null;n=n.childNodes[e-1],e=ve(n)}else if(n.parentNode&&!Zn(n))e=te(n),n=n.parentNode;else return null}}function Uf(n,e){for(;;){if(n.nodeType==3&&e2),we=Kt||(Ie?/Mac/.test(Ie.platform):!1),Rc=Ie?/Win/.test(Ie.platform):!1,He=/Android \d/.test(at),er=!!ul&&"webkitFontSmoothing"in ul.documentElement.style,Gf=er?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Yf(n){let e=n.defaultView&&n.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function Le(n,e){return typeof n=="number"?n:n[e]}function Xf(n){let e=n.getBoundingClientRect(),t=e.width/n.offsetWidth||1,r=e.height/n.offsetHeight||1;return{left:e.left,right:e.left+n.clientWidth*t,top:e.top,bottom:e.top+n.clientHeight*r}}function dl(n,e,t){let r=n.someProp("scrollThreshold")||0,i=n.someProp("scrollMargin")||5,s=n.dom.ownerDocument;for(let o=t||n.dom;o;){if(o.nodeType!=1){o=Jt(o);continue}let l=o,a=l==s.body,c=a?Yf(s):Xf(l),u=0,d=0;if(e.topc.bottom-Le(r,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+Le(i,"top")-c.top:e.bottom-c.bottom+Le(i,"bottom")),e.leftc.right-Le(r,"right")&&(u=e.right-c.right+Le(i,"right")),u||d)if(a)s.defaultView.scrollBy(u,d);else{let h=l.scrollLeft,p=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let m=l.scrollLeft-h,g=l.scrollTop-p;e={left:e.left-m,top:e.top-g,right:e.right-m,bottom:e.bottom-g}}let f=a?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(f))break;o=f=="absolute"?o.offsetParent:Jt(o)}}function Qf(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,i;for(let s=(e.left+e.right)/2,o=t+1;o=t-20){r=l,i=a.top;break}}return{refDOM:r,refTop:i,stack:Ic(n.dom)}}function Ic(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=Jt(r));return e}function Zf({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;Dc(t,r==0?0:r-e)}function Dc(n,e){for(let t=0;t=l){o=Math.max(p.bottom,o),l=Math.min(p.top,l);let m=p.left>e.left?p.left-e.left:p.right=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!a&&p.left<=e.left&&p.right>=e.left&&(a=u,c={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!t&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(s=d+1)}}return!t&&a&&(t=a,i=c,r=0),t&&t.nodeType==3?tp(t,i):!t||r&&t.nodeType==1?{node:n,offset:s}:Pc(t,i)}function tp(n,e){let t=n.nodeValue.length,r=document.createRange(),i;for(let s=0;s=(o.left+o.right)/2?1:0)};break}}return r.detach(),i||{node:n,offset:0}}function lo(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function np(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left(o.left+o.right)/2?1:-1}return n.docView.posFromDOM(r,i,s)}function ip(n,e,t,r){let i=-1;for(let s=e,o=!1;s!=n.dom;){let l=n.docView.nearestDesc(s,!0),a;if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent||!l.contentDOM)&&((a=l.dom.getBoundingClientRect()).width||a.height)&&(l.node.isBlock&&l.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(l.dom.nodeName)&&(!o&&a.left>r.left||a.top>r.top?i=l.posBefore:(!o&&a.right-1?i:n.docView.posFromDOM(e,t,-1)}function Lc(n,e,t){let r=n.childNodes.length;if(r&&t.tope.top&&i++}let c;er&&i&&r.nodeType==1&&(c=r.childNodes[i-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&i--,r==n.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?l=n.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!="BR")&&(l=ip(n,r,i,e))}l==null&&(l=rp(n,o,e));let a=n.docView.nearestDesc(o,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function hl(n){return n.top=0&&i==r.nodeValue.length?(a--,u=1):t<0?a--:c++,sn(Ge(Fe(r,a,c),u),u<0)}if(!n.state.doc.resolve(e-(s||0)).parent.inlineContent){if(s==null&&i&&(t<0||i==ve(r))){let a=r.childNodes[i-1];if(a.nodeType==1)return _i(a.getBoundingClientRect(),!1)}if(s==null&&i=0)}if(s==null&&i&&(t<0||i==ve(r))){let a=r.childNodes[i-1],c=a.nodeType==3?Fe(a,ve(a)-(o?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return sn(Ge(c,1),!1)}if(s==null&&i=0)}function sn(n,e){if(n.width==0)return n;let t=e?n.left:n.right;return{top:n.top,bottom:n.bottom,left:t,right:t}}function _i(n,e){if(n.height==0)return n;let t=e?n.top:n.bottom;return{top:t,bottom:t,left:n.left,right:n.right}}function Bc(n,e,t){let r=n.state,i=n.root.activeElement;r!=e&&n.updateState(e),i!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),i!=n.dom&&i&&i.focus()}}function lp(n,e,t){let r=e.selection,i=t=="up"?r.$from:r.$to;return Bc(n,e,()=>{let{node:s}=n.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let l=n.docView.nearestDesc(s,!0);if(!l)break;if(l.node.isBlock){s=l.contentDOM||l.dom;break}s=l.dom.parentNode}let o=zc(n,i.pos,1);for(let l=s.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=Fe(l,0,l.nodeValue.length).getClientRects();else continue;for(let c=0;cu.top+1&&(t=="up"?o.top-u.top>(u.bottom-o.top)*2:u.bottom-o.bottom>(o.bottom-u.top)*2))return!1}}return!0})}const ap=/[\u0590-\u08ac]/;function cp(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,s=!i,o=i==r.parent.content.size,l=n.domSelection();return l?!ap.test(r.parent.textContent)||!l.modify?t=="left"||t=="backward"?s:o:Bc(n,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=n.domSelectionRange(),f=l.caretBidiLevel;l.modify("move",t,"character");let h=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:p,focusOffset:m}=n.domSelectionRange(),g=p&&!h.contains(p.nodeType==1?p:p.parentNode)||a==p&&c==m;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return f!=null&&(l.caretBidiLevel=f),g}):r.pos==r.start()||r.pos==r.end()}let fl=null,pl=null,ml=!1;function up(n,e,t){return fl==e&&pl==t?ml:(fl=e,pl=t,ml=t=="up"||t=="down"?lp(n,e,t):cp(n,e,t))}const Ce=0,gl=1,ht=2,De=3;class tr{constructor(e,t,r,i){this.parent=e,this.children=t,this.dom=r,this.contentDOM=i,this.dirty=Ce,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tte(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!1;break}if(s.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!0;break}if(s.nextSibling)break}}return i??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,i=e;i;i=i.parentNode){let s=this.getDesc(i),o;if(s&&(!t||s.node))if(r&&(o=s.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return s}}getDesc(e){let t=e.pmViewDesc;for(let r=t;r;r=r.parent)if(r==this)return t}posFromDOM(e,t,r){for(let i=e;i;i=i.parentNode){let s=this.getDesc(i);if(s)return s.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;te||o instanceof Fc){i=e-s;break}s=l}if(i)return this.children[r].domFromPos(i-this.children[r].border,t);for(let s;r&&!(s=this.children[r-1]).size&&s instanceof $c&&s.side>=0;r--);if(t<=0){let s,o=!0;for(;s=r?this.children[r-1]:null,!(!s||s.dom.parentNode==this.contentDOM);r--,o=!1);return s&&t&&o&&!s.border&&!s.domAtom?s.domFromPos(s.size,t):{node:this.contentDOM,offset:s?te(s.dom)+1:0}}else{let s,o=!0;for(;s=r=u&&t<=c-a.border&&a.node&&a.contentDOM&&this.contentDOM.contains(a.contentDOM))return a.parseRange(e,t,u);e=o;for(let d=l;d>0;d--){let f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){i=te(f.dom)+1;break}e-=f.size}i==-1&&(i=0)}if(i>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;up&&ot){let p=l;l=a,a=p}let h=document.createRange();h.setEnd(a.node,a.offset),h.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(h)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let r=0,i=0;i=r:er){let l=r+s.border,a=o-s.border;if(e>=l&&t<=a){this.dirty=e==r||t==o?ht:gl,e==l&&t==a&&(s.contentLost||s.dom.parentNode!=this.contentDOM)?s.dirty=De:s.markDirty(e-l,t-l);return}else s.dirty=s.dom==s.contentDOM&&s.dom.parentNode==this.contentDOM&&!s.children.length?ht:De}r=o}this.dirty=ht}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?ht:gl;t.dirty{if(!s)return i;if(s.parent)return s.parent.posBeforeChild(s)})),!t.type.spec.raw){if(o.nodeType!=1){let l=document.createElement("span");l.appendChild(o),o=l}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=t,this.widget=t,s=this}matchesWidget(e){return this.dirty==Ce&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(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 dp extends tr{constructor(e,t,r,i){super(e,[],t,null),this.textDOM=r,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class Et extends tr{constructor(e,t,r,i,s){super(e,[],r,i),this.mark=t,this.spec=s}static create(e,t,r,i){let s=i.nodeViews[t.type.name],o=s&&s(t,i,r);return(!o||!o.dom)&&(o=Nt.renderSpec(document,t.type.spec.toDOM(t,r),null,t.attrs)),new Et(e,t,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&De||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=De&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=Ce){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty0&&(s=As(s,0,e,r));for(let l=0;l{if(!a)return o;if(a.parent)return a.parent.posBeforeChild(a)},r,i),u=c&&c.dom,d=c&&c.contentDOM;if(t.isText){if(!u)u=document.createTextNode(t.text);else if(u.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else u||({dom:u,contentDOM:d}=Nt.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=jc(u,r,t),c?a=new hp(e,t,r,i,u,d||null,f,c,s,o+1):t.isText?new Ci(e,t,r,i,u,f,s):new rt(e,t,r,i,u,d||null,f,s,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 t=this.children.length-1;t>=0;t--){let r=this.children[t];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>S.empty)}return e}matchesNode(e,t,r){return this.dirty==Ce&&e.eq(this.node)&&$r(t,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let r=this.node.inlineContent,i=t,s=e.composing?this.localCompositionInfo(e,t):null,o=s&&s.pos>-1?s:null,l=s&&s.pos<0,a=new pp(this,o&&o.node,e);yp(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,r,e,u):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?B.none:this.node.child(u).marks,r,e,u),a.placeWidget(c,e,i)},(c,u,d,f)=>{a.syncToMarks(c.marks,r,e,f);let h;a.findNodeMatch(c,u,d,f)||l&&e.state.selection.from>i&&e.state.selection.to-1&&a.updateNodeAt(c,u,d,h,e)||a.updateNextNode(c,u,d,e,f,i)||a.addNode(c,u,d,e,i),i+=c.nodeSize}),a.syncToMarks([],r,e,0),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==ht)&&(o&&this.protectLocalComposition(e,o),Hc(this.contentDOM,this.children,e),Kt&&bp(this.dom))}localCompositionInfo(e,t){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof I)||rt+this.node.content.size)return null;let s=e.input.compositionNode;if(!s||!this.dom.contains(s.parentNode))return null;if(this.node.inlineContent){let o=s.nodeValue,l=kp(this.node.content,o,r-t,i-t);return l<0?null:{node:s,pos:l,text:o}}else return{node:s,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:i}){if(this.getDesc(t))return;let s=t;for(;s.parentNode!=this.contentDOM;s=s.parentNode){for(;s.previousSibling;)s.parentNode.removeChild(s.previousSibling);for(;s.nextSibling;)s.parentNode.removeChild(s.nextSibling);s.pmViewDesc&&(s.pmViewDesc=void 0)}let o=new dp(this,s,t,i);e.input.compositionNodes.push(o),this.children=As(this.children,r,r+i.length,e,o)}update(e,t,r,i){return this.dirty==De||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,i),!0)}updateInner(e,t,r,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=Ce}updateOuterDeco(e){if($r(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=Vc(this.dom,this.nodeDOM,Ts(this.outerDeco,this.node,t),Ts(e,this.node,t)),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 yl(n,e,t,r,i){jc(r,e,n);let s=new rt(void 0,n,e,t,r,r,r,i,0);return s.contentDOM&&s.updateChildren(i,0),s}class Ci extends rt{constructor(e,t,r,i,s,o,l){super(e,t,r,i,s,null,o,l,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,r,i){return this.dirty==De||this.dirty!=Ce&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=Ce||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=Ce,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,r){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,r){let i=this.node.cut(e,t),s=document.createTextNode(i.text);return new Ci(this.parent,i,this.outerDeco,this.innerDeco,s,s,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=De)}get domAtom(){return!1}isText(e){return this.node.text==e}}class Fc extends tr{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Ce&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class hp extends rt{constructor(e,t,r,i,s,o,l,a,c,u){super(e,t,r,i,s,o,l,c,u),this.spec=a}update(e,t,r,i){if(this.dirty==De)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let s=this.spec.update(e,t,r);return s&&this.updateInner(e,t,r,i),s}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,i){this.spec.setSelection?this.spec.setSelection(e,t,r.root):super.setSelection(e,t,r,i)}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 Hc(n,e,t){let r=n.firstChild,i=!1;for(let s=0;s>1,l=Math.min(o,e.length);for(;s-1)a>this.index&&(this.changed=!0,this.destroyBetween(this.index,a)),this.top=this.top.children[this.index];else{let u=Et.create(this.top,e[o],t,r);this.top.children.splice(this.index,0,u),this.top=u,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,r,i){let s=-1,o;if(i>=this.preMatch.index&&(o=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&o.matchesNode(e,t,r))s=this.top.children.indexOf(o,this.index);else for(let l=this.index,a=Math.min(this.top.children.length,l+5);l0;){let l;for(;;)if(r){let c=t.children[r-1];if(c instanceof Et)t=c,r=c.children.length;else{l=c,r--;break}}else{if(t==e)break e;r=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(a){if(a!=n.child(i-1))break;--i,s.set(l,i),o.push(l)}}return{index:i,matched:s,matches:o.reverse()}}function gp(n,e){return n.type.side-e.type.side}function yp(n,e,t,r){let i=e.locals(n),s=0;if(i.length==0){for(let c=0;cs;)l.push(i[o++]);let p=s+f.nodeSize;if(f.isText){let g=p;o!g.inline):l.slice();r(f,m,e.forChild(s,f),h),s=p}}function bp(n){if(n.nodeName=="UL"||n.nodeName=="OL"){let e=n.style.cssText;n.style.cssText=e+"; list-style: square !important",window.getComputedStyle(n).listStyle,n.style.cssText=e}}function kp(n,e,t,r){for(let i=0,s=0;i=t){if(s>=r&&a.slice(r-e.length-l,r-l)==e)return r-e.length;let c=l=0&&c+e.length+l>=t)return l+c;if(t==r&&a.length>=r+e.length-l&&a.slice(r-l,r-l+e.length)==e)return r}}return-1}function As(n,e,t,r,i){let s=[];for(let o=0,l=0;o=t||u<=e?s.push(a):(ct&&s.push(a.slice(t-c,a.size,r)))}return s}function ao(n,e=null){let t=n.domSelectionRange(),r=n.state.doc;if(!t.focusNode)return null;let i=n.docView.nearestDesc(t.focusNode),s=i&&i.size==0,o=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(o<0)return null;let l=r.resolve(o),a,c;if(Mi(t)){for(a=o;i&&!i.node;)i=i.parent;let d=i.node;if(i&&d.isAtom&&N.isSelectable(d)&&i.parent&&!(d.isInline&&qf(t.focusNode,t.focusOffset,i.dom))){let f=i.posBefore;c=new N(o==f?l:r.resolve(f))}}else{if(t instanceof n.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let d=o,f=o;for(let h=0;h{(t.anchorNode!=r||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!_c(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function xp(n){let e=n.domSelection();if(!e)return;let t=n.cursorWrapper.dom,r=t.nodeName=="IMG";r?e.collapse(t.parentNode,te(t)+1):e.collapse(t,0),!r&&!n.state.selection.visible&&be&&nt<=11&&(t.disabled=!0,t.disabled=!1)}function Wc(n,e){if(e instanceof N){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(wl(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else wl(n)}function wl(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function co(n,e,t,r){return n.someProp("createSelectionBetween",i=>i(n,e,t))||I.between(e,t,r)}function vl(n){return n.editable&&!n.hasFocus()?!1:Uc(n)}function Uc(n){let e=n.domSelectionRange();if(!e.anchorNode)return!1;try{return n.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(n.editable||n.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function wp(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return Ct(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Ns(n,e){let{$anchor:t,$head:r}=n.selection,i=e>0?t.max(r):t.min(r),s=i.parent.inlineContent?i.depth?n.doc.resolve(e>0?i.after():i.before()):null:i;return s&&P.findFrom(s,e)}function Xe(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function Ml(n,e,t){let r=n.state.selection;if(r instanceof I)if(t.indexOf("s")>-1){let{$head:i}=r,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!s||s.isText||!s.isLeaf)return!1;let o=n.state.doc.resolve(i.pos+s.nodeSize*(e<0?-1:1));return Xe(n,new I(r.$anchor,o))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let i=Ns(n.state,e);return i&&i instanceof N?Xe(n,i):!1}else if(!(we&&t.indexOf("m")>-1)){let i=r.$head,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,o;if(!s||s.isText)return!1;let l=e<0?i.pos-s.nodeSize:i.pos;return s.isAtom||(o=n.docView.descAt(l))&&!o.contentDOM?N.isSelectable(s)?Xe(n,new N(e<0?n.state.doc.resolve(i.pos-s.nodeSize):i)):er?Xe(n,new I(n.state.doc.resolve(e<0?l:l+s.nodeSize))):!1:!1}}else return!1;else{if(r instanceof N&&r.node.isInline)return Xe(n,new I(e>0?r.$to:r.$from));{let i=Ns(n.state,e);return i?Xe(n,i):!1}}}function Fr(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function On(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function Pt(n,e){return e<0?vp(n):Mp(n)}function vp(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i,s,o=!1;for(Me&&t.nodeType==1&&r0){if(t.nodeType!=1)break;{let l=t.childNodes[r-1];if(On(l,-1))i=t,s=--r;else if(l.nodeType==3)t=l,r=t.nodeValue.length;else break}}else{if(qc(t))break;{let l=t.previousSibling;for(;l&&On(l,-1);)i=t.parentNode,s=te(l),l=l.previousSibling;if(l)t=l,r=Fr(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}o?Os(n,t,r):i&&Os(n,i,s)}function Mp(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i=Fr(t),s,o;for(;;)if(r{n.state==i&&We(n)},50)}function Cl(n,e){let t=n.state.doc.resolve(e);if(!(Q||Rc)&&t.parent.inlineContent){let i=n.coordsAtPos(e);if(e>t.start()){let s=n.coordsAtPos(e-1),o=(s.top+s.bottom)/2;if(o>i.top&&o1)return s.lefti.top&&o1)return s.left>i.left?"ltr":"rtl"}}return getComputedStyle(n.dom).direction=="rtl"?"rtl":"ltr"}function El(n,e,t){let r=n.state.selection;if(r instanceof I&&!r.empty||t.indexOf("s")>-1||we&&t.indexOf("m")>-1)return!1;let{$from:i,$to:s}=r;if(!i.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let o=Ns(n.state,e);if(o&&o instanceof N)return Xe(n,o)}if(!i.parent.inlineContent){let o=e<0?i:s,l=r instanceof _e?P.near(o,e):P.findFrom(o,e);return l?Xe(n,l):!1}return!1}function Tl(n,e){if(!(n.state.selection instanceof I))return!0;let{$head:t,$anchor:r,empty:i}=n.state.selection;if(!t.sameParent(r))return!0;if(!i)return!1;if(n.endOfTextblock(e>0?"forward":"backward"))return!0;let s=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(s&&!s.isText){let o=n.state.tr;return e<0?o.delete(t.pos-s.nodeSize,t.pos):o.delete(t.pos,t.pos+s.nodeSize),n.dispatch(o),!0}return!1}function Al(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function Tp(n){if(!se||n.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Al(n,r,"true"),setTimeout(()=>Al(n,r,"false"),20)}return!1}function Ap(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function Np(n,e){let t=e.keyCode,r=Ap(e);if(t==8||we&&t==72&&r=="c")return Tl(n,-1)||Pt(n,-1);if(t==46&&!e.shiftKey||we&&t==68&&r=="c")return Tl(n,1)||Pt(n,1);if(t==13||t==27)return!0;if(t==37||we&&t==66&&r=="c"){let i=t==37?Cl(n,n.state.selection.from)=="ltr"?-1:1:-1;return Ml(n,i,r)||Pt(n,i)}else if(t==39||we&&t==70&&r=="c"){let i=t==39?Cl(n,n.state.selection.from)=="ltr"?1:-1:1;return Ml(n,i,r)||Pt(n,i)}else{if(t==38||we&&t==80&&r=="c")return El(n,-1,r)||Pt(n,-1);if(t==40||we&&t==78&&r=="c")return Tp(n)||El(n,1,r)||Pt(n,1);if(r==(we?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function uo(n,e){n.someProp("transformCopied",h=>{e=h(e,n)});let t=[],{content:r,openStart:i,openEnd:s}=e;for(;i>1&&s>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,s--;let h=r.firstChild;t.push(h.type.name,h.attrs!=h.type.defaultAttrs?h.attrs:null),r=h.content}let o=n.someProp("clipboardSerializer")||Nt.fromSchema(n.state.schema),l=Qc(),a=l.createElement("div");a.appendChild(o.serializeFragment(r,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=Xc[c.nodeName.toLowerCase()]);){for(let h=u.length-1;h>=0;h--){let p=l.createElement(u[h]);for(;a.firstChild;)p.appendChild(a.firstChild);a.appendChild(p),d++}c=a.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${i} ${s}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=n.someProp("clipboardTextSerializer",h=>h(e,n))||e.content.textBetween(0,e.content.size,` + */var qt=D;function ph(n,e){return n===e&&(n!==0||1/n===1/e)||n!==n&&e!==e}var mh=typeof Object.is=="function"?Object.is:ph,gh=qt.useState,yh=qt.useEffect,bh=qt.useLayoutEffect,kh=qt.useDebugValue;function Sh(n,e){var t=e(),r=gh({inst:{value:t,getSnapshot:e}}),i=r[0].inst,s=r[1];return bh(function(){i.value=t,i.getSnapshot=e,Li(i)&&s({inst:i})},[n,t,e]),yh(function(){return Li(i)&&s({inst:i}),n(function(){Li(i)&&s({inst:i})})},[n]),kh(t),t}function Li(n){var e=n.getSnapshot;n=n.value;try{var t=e();return!mh(n,t)}catch{return!0}}function xh(n,e){return e()}var wh=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?xh:Sh;Ea.useSyncExternalStore=qt.useSyncExternalStore!==void 0?qt.useSyncExternalStore:wh;Ca.exports=Ea;var Gs=Ca.exports;function te(n){this.content=n}te.prototype={constructor:te,find:function(n){for(var e=0;e>1}};te.from=function(n){if(n instanceof te)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new te(e)};function Ta(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),s=e.child(r);if(i==s){t+=i.nodeSize;continue}if(!i.sameMarkup(s))return t;if(i.isText&&i.text!=s.text){let o=i.text,l=s.text,a=0;for(;o[a]==l[a];a++)t++;return a&&a0&&f>0&&c[d-1]==u[f-1];)d--,f--,t--,r--;return d&&f&&d=56320&&n<57344}function Oa(n){return n>=55296&&n<56320}let S=class ce{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let r=0;re&&r(a,i+l,s||null,o)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,i+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let s="",o=!0;return this.nodesBetween(e,t,(l,a)=>{let c=l.isText?l.text.slice(Math.max(e,a)-a,t-a):l.isLeaf?i?typeof i=="function"?i(l):i:l.type.spec.leafText?l.type.spec.leafText(l):"":"";l.isBlock&&(l.isLeaf&&c||l.isTextblock)&&r&&(o?o=!1:s+=r),s+=c},0),s}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),s=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),s=1);se)for(let s=0,o=0;oe&&((ot)&&(l.isText?l=l.cut(Math.max(0,e-o),Math.min(l.text.length,t-o)):l=l.cut(Math.max(0,e-o-1),Math.min(l.content.size,t-o-1))),r.push(l),i+=l.nodeSize),o=a}return new ce(r,i)}cutByIndex(e,t){return e==t?ce.empty:e==0&&t==this.content.length?this:new ce(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),s=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new ce(i,s)}addToStart(e){return new ce([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new ce(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,r=0;;t++){let i=this.child(t),s=r+i.nodeSize;if(s>=e)return s==e?ir(t+1,s):ir(t,r);r=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return ce.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return ce.fromArray(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return ce.empty;let t,r=0;for(let i=0;ithis.type.rank&&(t||(t=e.slice(0,i)),t.push(this),r=!0),t&&t.push(s)}}return t||(t=e.slice()),r||t.push(this),t}removeFromSet(e){for(let t=0;tr.type.rank-i.type.rank),t}};$.none=[];let Fn=class extends Error{},C=class Bt{constructor(e,t,r){this.content=e,this.openStart=t,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,t){let r=Ia(this.content,e+this.openStart,t,this.openStart+1,this.openEnd+1);return r&&new Bt(r,this.openStart,this.openEnd)}removeBetween(e,t){return new Bt(Ra(this.content,e+this.openStart,t+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,t){if(!t)return Bt.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Bt(S.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let s=e.firstChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.firstChild)r++;for(let s=e.lastChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.lastChild)i++;return new Bt(e,r,i)}};C.empty=new C(S.empty,0,0);function Ra(n,e,t){let{index:r,offset:i}=n.findIndex(e),s=n.maybeChild(r),{index:o,offset:l}=n.findIndex(t);if(i==e||s.isText){if(l!=t&&!n.child(o).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=o)throw new RangeError("Removing non-flat range");return n.replaceChild(r,s.copy(Ra(s.content,e-i-1,t-i-1)))}function Ia(n,e,t,r,i,s){let{index:o,offset:l}=n.findIndex(e),a=n.maybeChild(o);if(l==e||a.isText)return s&&r<=0&&i<=0&&!s.canReplace(o,o,t)?null:n.cut(0,e).append(t).append(n.cut(e));let c=Ia(a.content,e-l-1,t,o==0?r-1:0,o==n.childCount-1?i-1:0,a);return c&&n.replaceChild(o,a.copy(c))}function vh(n,e,t){if(t.openStart>n.depth)throw new Fn("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new Fn("Inconsistent open depths");return Da(n,e,t,0)}function Da(n,e,t,r){let i=n.index(r),s=n.node(r);if(i==e.index(r)&&r=0&&n.isText&&n.sameMarkup(e[t])?e[t]=n.withText(e[t].text+n.text):e.push(n)}function Tn(n,e,t,r){let i=(e||n).node(t),s=0,o=e?e.index(t):i.childCount;n&&(s=n.index(t),n.depth>t?s++:n.textOffset&&(bt(n.nodeAfter,r),s++));for(let l=s;li&&ms(n,e,i+1),o=r.depth>i&&ms(t,r,i+1),l=[];return Tn(null,n,i,l),s&&o&&e.index(i)==t.index(i)?(Pa(s,o),bt(kt(s,La(n,e,t,r,i+1)),l)):(s&&bt(kt(s,Pr(n,e,i+1)),l),Tn(e,t,i,l),o&&bt(kt(o,Pr(t,r,i+1)),l)),Tn(r,null,i,l),new S(l)}function Pr(n,e,t){let r=[];if(Tn(null,n,t,r),n.depth>t){let i=ms(n,e,t+1);bt(kt(i,Pr(n,e,t+1)),r)}return Tn(e,null,t,r),new S(r)}function Mh(n,e){let t=e.depth-n.openStart,i=e.node(t).copy(n.content);for(let s=t-1;s>=0;s--)i=e.node(s).copy(S.from(i));return{start:i.resolveNoCache(n.openStart+t),end:i.resolveNoCache(i.content.size-n.openEnd-t)}}class Hn{constructor(e,t,r){this.pos=e,this.path=t,this.parentOffset=r,this.depth=t.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,t=this.index(this.depth);if(t==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],i=e.child(t);return r?e.child(t).cut(r):i}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let r=this.path[t*3],i=t==0?0:this.path[t*3-1]+1;for(let s=0;s0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;r--)if(e.pos<=this.end(r)&&(!t||t(this.node(r))))return new Lr(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&&t<=e.content.size))throw new RangeError("Position "+t+" out of range");let r=[],i=0,s=t;for(let o=e;;){let{index:l,offset:a}=o.content.findIndex(s),c=s-a;if(r.push(o,l,i+a),!c||(o=o.child(l),o.isText))break;s=c-1,i+=a+1}return new Hn(t,r,s)}static resolveCached(e,t){let r=Vo.get(e);if(r)for(let s=0;se&&this.nodesBetween(e,t,s=>(r.isInSet(s.marks)&&(i=!0),!i)),i}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()+")"),za(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw new Error("Called contentMatchAt on a node with invalid content");return t}canReplace(e,t,r=S.empty,i=0,s=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,i,s),l=o&&o.matchFragment(this.content,t);if(!l||!l.validEnd)return!1;for(let a=i;at.type.name)}`);this.content.forEach(t=>t.check())}toJSON(){let e={type:this.type.name};for(let t 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(t=>t.toJSON())),e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Node.fromJSON");let r;if(t.marks){if(!Array.isArray(t.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=t.marks.map(e.markFromJSON)}if(t.type=="text"){if(typeof t.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(t.text,r)}let i=S.fromJSON(e,t.content),s=e.nodeType(t.type).create(t.attrs,i,r);return s.type.checkAttrs(s.attrs),s}}Ne.prototype.text=void 0;class zr extends Ne{constructor(e,t,r,i){if(super(e,t,null,i),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):za(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new zr(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new zr(this.type,this.attrs,e,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function za(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class Mt{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new Ah(e,t);if(r.next==null)return Mt.empty;let i=Ba(r);r.next&&r.err("Unexpected trailing text");let s=Lh(Ph(i));return zh(s,r),s}matchType(e){for(let t=0;tc.createAndFill()));for(let c=0;c=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(r){e.push(r);for(let i=0;i{let s=i+(r.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(r.next[o].next);return s}).join(` +`)}}Mt.empty=new Mt(!0);class Ah{constructor(e,t){this.string=e,this.nodeTypes=t,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 Ba(n){let e=[];do e.push(Nh(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function Nh(n){let e=[];do e.push(Oh(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function Oh(n){let e=Dh(n);for(;;)if(n.eat("+"))e={type:"plus",expr:e};else if(n.eat("*"))e={type:"star",expr:e};else if(n.eat("?"))e={type:"opt",expr:e};else if(n.eat("{"))e=Rh(n,e);else break;return e}function jo(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function Rh(n,e){let t=jo(n),r=t;return n.eat(",")&&(n.next!="}"?r=jo(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function Ih(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let i=[];for(let s in t){let o=t[s];o.isInGroup(e)&&i.push(o)}return i.length==0&&n.err("No node type or group '"+e+"' found"),i}function Dh(n){if(n.eat("(")){let e=Ba(n);return n.eat(")")||n.err("Missing closing paren"),e}else if(/\W/.test(n.next))n.err("Unexpected token '"+n.next+"'");else{let e=Ih(n,n.next).map(t=>(n.inline==null?n.inline=t.isInline:n.inline!=t.isInline&&n.err("Mixing inline and block content"),{type:"name",value:t}));return n.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function Ph(n){let e=[[]];return i(s(n,0),t()),e;function t(){return e.push([])-1}function r(o,l,a){let c={term:a,to:l};return e[o].push(c),c}function i(o,l){o.forEach(a=>a.to=l)}function s(o,l){if(o.type=="choice")return o.exprs.reduce((a,c)=>a.concat(s(c,l)),[]);if(o.type=="seq")for(let a=0;;a++){let c=s(o.exprs[a],l);if(a==o.exprs.length-1)return c;i(c,l=t())}else if(o.type=="star"){let a=t();return r(l,a),i(s(o.expr,a),a),[r(a)]}else if(o.type=="plus"){let a=t();return i(s(o.expr,l),a),i(s(o.expr,a),a),[r(a)]}else{if(o.type=="opt")return[r(l)].concat(s(o.expr,l));if(o.type=="range"){let a=l;for(let c=0;c{n[o].forEach(({term:l,to:a})=>{if(!l)return;let c;for(let u=0;u{c||i.push([l,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let s=e[r.join(",")]=new Mt(r.indexOf(n.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:Ha(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new Ne(this,this.computeAttrs(e),S.from(t),$.setFrom(r))}createChecked(e=null,t,r){return t=S.from(t),this.checkContent(t),new Ne(this,this.computeAttrs(e),t,$.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=S.from(t),t.size){let o=this.contentMatch.fillBefore(t);if(!o)return null;t=o.append(t)}let i=this.contentMatch.matchFragment(t),s=i&&i.fillBefore(S.empty,!0);return s?new Ne(this,e,t.append(s),$.setFrom(r)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let r=0;r-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[s]=new _a(s,t,o));let i=t.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let s in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function Bh(n,e,t){let r=t.split("|");return i=>{let s=i===null?"null":typeof i;if(r.indexOf(s)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${n}, got ${s}`)}}class $h{constructor(e,t,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?Bh(e,t,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class xi{constructor(e,t,r,i){this.name=e,this.rank=t,this.schema=r,this.spec=i,this.attrs=ja(e,i.attrs),this.excluded=null;let s=Fa(this.attrs);this.instance=s?new $(this,s):null}create(e=null){return!e&&this.instance?this.instance:new $(this,Ha(this.attrs,e))}static compile(e,t){let r=Object.create(null),i=0;return e.forEach((s,o)=>r[s]=new xi(s,i++,t,o)),r}removeFromSet(e){for(var t=0;t-1}}class Wa{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let i in e)t[i]=e[i];t.nodes=te.from(e.nodes),t.marks=te.from(e.marks||{}),this.nodes=Wo.compile(this.spec.nodes,this),this.marks=xi.compile(this.spec.marks,this);let r=Object.create(null);for(let i in this.nodes){if(i in this.marks)throw new RangeError(i+" can not be both a node and a mark");let s=this.nodes[i],o=s.spec.content||"",l=s.spec.marks;if(s.contentMatch=r[o]||(r[o]=Mt.parse(o,this.nodes)),s.inlineContent=s.contentMatch.inlineContent,s.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!s.isInline||!s.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=s}s.markSet=l=="_"?null:l?Uo(this,l.split(" ")):l==""||!s.inlineContent?[]:null}for(let i in this.marks){let s=this.marks[i],o=s.spec.excludes;s.excluded=o==null?[s]:o==""?[]:Uo(this,o.split(" "))}this.nodeFromJSON=i=>Ne.fromJSON(this,i),this.markFromJSON=i=>$.fromJSON(this,i),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,i){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof Wo){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(t,r,i)}text(e,t){let r=this.nodes.text;return new zr(r,r.defaultAttrs,e,$.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function Uo(n,e){let t=[];for(let r=0;r-1)&&t.push(o=a)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}function Fh(n){return n.tag!=null}function Hh(n){return n.style!=null}class nt{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let r=this.matchedStyles=[];t.forEach(i=>{if(Fh(i))this.tags.push(i);else if(Hh(i)){let s=/[^=]*/.exec(i.style)[0];r.indexOf(s)<0&&r.push(s),this.styles.push(i)}}),this.normalizeLists=!this.tags.some(i=>{if(!/^(ul|ol)\b/.test(i.tag)||!i.node)return!1;let s=e.nodes[i.node];return s.contentMatch.matchType(s)})}parse(e,t={}){let r=new Jo(this,t,!1);return r.addAll(e,$.none,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new Jo(this,t,!0);return r.addAll(e,$.none,t.from,t.to),C.maxOpen(r.finish())}matchTag(e,t,r){for(let i=r?this.tags.indexOf(r)+1:0;ie.length&&(l.charCodeAt(e.length)!=61||l.slice(e.length+1)!=t))){if(o.getAttrs){let a=o.getAttrs(t);if(a===!1)continue;o.attrs=a||void 0}return o}}}static schemaRules(e){let t=[];function r(i){let s=i.priority==null?50:i.priority,o=0;for(;o{r(o=Ko(o)),o.mark||o.ignore||o.clearMark||(o.mark=i)})}for(let i in e.nodes){let s=e.nodes[i].spec.parseDOM;s&&s.forEach(o=>{r(o=Ko(o)),o.node||o.ignore||o.mark||(o.node=i)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new nt(e,nt.schemaRules(e)))}}const Ua={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},Vh={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},qa={ol:!0,ul:!0},Vn=1,gs=2,An=4;function qo(n,e,t){return e!=null?(e?Vn:0)|(e==="full"?gs:0):n&&n.whitespace=="pre"?Vn|gs:t&~An}class sr{constructor(e,t,r,i,s,o){this.type=e,this.attrs=t,this.marks=r,this.solid=i,this.options=o,this.content=[],this.activeMarks=$.none,this.match=s||(o&An?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(S.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,i;return(i=r.findWrapping(e.type))?(this.match=r,i):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Vn)){let r=this.content[this.content.length-1],i;if(r&&r.isText&&(i=/[ \t\r\n\u000c]+$/.exec(r.text))){let s=r;r.text.length==i[0].length?this.content.pop():this.content[this.content.length-1]=s.withText(s.text.slice(0,s.text.length-i[0].length))}}let t=S.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(S.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!Ua.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class Jo{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let i=t.topNode,s,o=qo(null,t.preserveWhitespace,0)|(r?An:0);i?s=new sr(i.type,i.attrs,$.none,!0,t.topMatch||i.type.contentMatch,o):r?s=new sr(null,null,$.none,!0,null,o):s=new sr(e.schema.topNodeType,null,$.none,!0,null,o),this.nodes=[s],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let r=e.nodeValue,i=this.top,s=i.options&gs?"full":this.localPreserveWS||(i.options&Vn)>0,{schema:o}=this.parser;if(s==="full"||i.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(s)if(s==="full")r=r.replace(/\r\n?/g,` +`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let l=r.split(/\r?\n|\r/);for(let a=0;a!a.clearMark(c)):t=t.concat(this.parser.schema.marks[a.mark].create(a.attrs)),a.consuming===!1)l=a;else break}}return t}addElementByRule(e,t,r,i){let s,o;if(t.node)if(o=this.parser.schema.nodes[t.node],o.isLeaf)this.insertNode(o.create(t.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let a=this.enter(o,t.attrs||null,r,t.preserveWhitespace);a&&(s=!0,r=a)}else{let a=this.parser.schema.marks[t.mark];r=r.concat(a.create(t.attrs))}let l=this.top;if(o&&o.isLeaf)this.findInside(e);else if(i)this.addElement(e,r,i);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(a=>this.insertNode(a,r,!1));else{let a=e;typeof t.contentElement=="string"?a=e.querySelector(t.contentElement):typeof t.contentElement=="function"?a=t.contentElement(e):t.contentElement&&(a=t.contentElement),this.findAround(e,a,!0),this.addAll(a,r),this.findAround(e,a,!1)}s&&this.sync(l)&&this.open--}addAll(e,t,r,i){let s=r||0;for(let o=r?e.childNodes[r]:e.firstChild,l=i==null?null:e.childNodes[i];o!=l;o=o.nextSibling,++s)this.findAtPoint(e,s),this.addDOM(o,t);this.findAtPoint(e,s)}findPlace(e,t,r){let i,s;for(let o=this.open,l=0;o>=0;o--){let a=this.nodes[o],c=a.findWrapping(e);if(c&&(!i||i.length>c.length+l)&&(i=c,s=a,!c.length))break;if(a.solid){if(r)break;l+=2}}if(!i)return null;this.sync(s);for(let o=0;o(o.type?o.type.allowsMarkType(c.type):Go(c.type,e))?(a=c.addToSet(a),!1):!0),this.nodes.push(new sr(e,t,a,i,null,l)),this.open++,r}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].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 t=this.open;t>=0;t--){if(this.nodes[t]==e)return this.open=t,!0;this.localPreserveWS&&(this.nodes[t].options|=Vn)}return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let r=this.nodes[t].content;for(let i=r.length-1;i>=0;i--)e+=r[i].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let r=0;r-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split("/"),r=this.options.context,i=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),s=-(r?r.depth+1:0)+(i?0:1),o=(l,a)=>{for(;l>=0;l--){let c=t[l];if(c==""){if(l==t.length-1||l==0)continue;for(;a>=s;a--)if(o(l-1,a))return!0;return!1}else{let u=a>0||a==0&&i?this.nodes[a].type:r&&a>=s?r.node(a-s).type:null;if(!u||u.name!=c&&!u.isInGroup(c))return!1;a--}}return!0};return o(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let r=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let t in this.parser.schema.nodes){let r=this.parser.schema.nodes[t];if(r.isTextblock&&r.defaultAttrs)return r}}}function jh(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&qa.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function _h(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function Ko(n){let e={};for(let t in n)e[t]=n[t];return e}function Go(n,e){let t=e.schema.nodes;for(let r in t){let i=t[r];if(!i.allowsMarkType(n))continue;let s=[],o=l=>{s.push(l);for(let a=0;a{if(s.length||o.marks.length){let l=0,a=0;for(;l=0;i--){let s=this.serializeMark(e.marks[i],e.isInline,t);s&&((s.contentDOM||s.dom).appendChild(r),r=s.dom)}return r}serializeMark(e,t,r={}){let i=this.marks[e.type.name];return i&&xr(or(r),i(e,t),null,e.attrs)}static renderSpec(e,t,r=null,i){return typeof t=="string"?{dom:e.createTextNode(t)}:xr(e,t,r,i)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Ot(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=Yo(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return Yo(e.marks)}}function Yo(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function or(n){return n.document||window.document}const Xo=new WeakMap;function Wh(n){let e=Xo.get(n);return e===void 0&&Xo.set(n,e=Uh(n)),e}function Uh(n){let e=null;function t(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let i=0;i-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=i.indexOf(" ");o>0&&(t=i.slice(0,o),i=i.slice(o+1));let l,a=t?n.createElementNS(t,i):n.createElement(i),c=e[1],u=1;if(c&&typeof c=="object"&&c.nodeType==null&&!Array.isArray(c)){u=2;for(let d in c)if(c[d]!=null){let f=d.indexOf(" ");f>0?a.setAttributeNS(d.slice(0,f),d.slice(f+1),c[d]):d=="style"&&a.style?a.style.cssText=c[d]:a.setAttribute(d,c[d])}}for(let d=u;du)throw new RangeError("Content hole must be the only child of its parent node");return{dom:a,contentDOM:a}}else if(typeof f=="string")a.appendChild(n.createTextNode(f));else{let{dom:h,contentDOM:p}=xr(n,f,t,r);if(a.appendChild(h),p){if(l)throw new RangeError("Multiple content holes");l=p}}}return{dom:a,contentDOM:l}}const Ja=65535,Ka=Math.pow(2,16);function qh(n,e){return n+e*Ka}function Qo(n){return n&Ja}function Jh(n){return(n-(n&Ja))/Ka}const Ga=1,Ya=2,wr=4,Xa=8;let ys=class{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&Xa)>0}get deletedBefore(){return(this.delInfo&(Ga|wr))>0}get deletedAfter(){return(this.delInfo&(Ya|wr))>0}get deletedAcross(){return(this.delInfo&wr)>0}},Ct=class $t{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&$t.empty)return $t.empty}recover(e){let t=0,r=Qo(e);if(!this.inverted)for(let i=0;ie)break;let c=this.ranges[l+s],u=this.ranges[l+o],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(r)return h;let p=e==(t<0?a:d)?null:qh(l/3,e-a),m=e==a?Ya:e==d?Ga:wr;return(t<0?e!=a:e!=d)&&(m|=Xa),new ys(h,m,p)}i+=u-c}return r?e+i:new ys(e+i,0,null)}touches(e,t){let r=0,i=Qo(t),s=this.inverted?2:1,o=this.inverted?1:2;for(let l=0;le)break;let c=this.ranges[l+s],u=a+c;if(e<=u&&l==i*3)return!0;r+=this.ranges[l+o]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,s=0;i=0;t--){let i=e.getMirror(t);this.appendMap(e._maps[t].invert(),i!=null&&i>t?r-i-1:void 0)}}invert(){let e=new jn;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let r=this.from;rs&&a!o.isAtom||!l.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),i),t.openStart,t.openEnd);return de.fromReplace(e,this.from,this.to,s)}invert(){return new rn(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new dn(t.pos,r.pos,this.mark)}merge(e){return e instanceof dn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new dn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new dn(t.from,t.to,e.markFromJSON(t.mark))}};le.jsonID("addMark",Xs);let rn=class hn extends le{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new C(Ys(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return de.fromReplace(e,this.from,this.to,r)}invert(){return new Xs(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new hn(t.pos,r.pos,this.mark)}merge(e){return e instanceof hn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new hn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new hn(t.from,t.to,e.markFromJSON(t.mark))}};le.jsonID("removeMark",rn);let Qs=class fn extends le{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return de.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return de.fromReplace(e,this.pos,this.pos+1,new C(S.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let i=0;ir.pos?null:new vr(t.pos,r.pos,i,s,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,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new vr(t.from,t.to,t.gapFrom,t.gapTo,C.fromJSON(e,t.slice),t.insert,!!t.structure)}};le.jsonID("replaceAround",ke);function ks(n,e,t){let r=n.resolve(e),i=t-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let o=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,i--}}return!1}function Kh(n,e,t,r){let i=[],s=[],o,l;n.doc.nodesBetween(e,t,(a,c,u)=>{if(!a.isInline)return;let d=a.marks;if(!r.isInSet(d)&&u.type.allowsMarkType(r.type)){let f=Math.max(c,e),h=Math.min(c+a.nodeSize,t),p=r.addToSet(d);for(let m=0;mn.step(a)),s.forEach(a=>n.step(a))}function Gh(n,e,t,r){let i=[],s=0;n.doc.nodesBetween(e,t,(o,l)=>{if(!o.isInline)return;s++;let a=null;if(r instanceof xi){let c=o.marks,u;for(;u=r.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else r?r.isInSet(o.marks)&&(a=[r]):a=o.marks;if(a&&a.length){let c=Math.min(l+o.nodeSize,t);for(let u=0;un.step(new rn(o.from,o.to,o.style)))}function Zs(n,e,t,r=t.contentMatch,i=!0){let s=n.doc.nodeAt(e),o=[],l=e+1;for(let a=0;a=0;a--)n.step(o[a])}function Yh(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function sn(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth,i=0,s=0;;--r){let o=n.$from.node(r),l=n.$from.index(r)+i,a=n.$to.indexAfter(r)-s;if(rt;p--)m||r.index(p)>0?(m=!0,u=S.from(r.node(p).copy(u)),d++):a--;let f=S.empty,h=0;for(let p=s,m=!1;p>t;p--)m||i.after(p+1)=0;o--){if(r.size){let l=t[o].type.contentMatch.matchFragment(r);if(!l||!l.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=S.from(t[o].type.create(t[o].attrs,r))}let i=e.start,s=e.end;n.step(new ke(i,s,i,s,new C(r,0,0),t.length,!0))}function tf(n,e,t,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let s=n.steps.length;n.doc.nodesBetween(e,t,(o,l)=>{let a=typeof i=="function"?i(o):i;if(o.isTextblock&&!o.hasMarkup(r,a)&&nf(n.doc,n.mapping.slice(s).map(l),r)){let c=null;if(r.schema.linebreakReplacement){let h=r.whitespace=="pre",p=!!r.contentMatch.matchType(r.schema.linebreakReplacement);h&&!p?c=!1:!h&&p&&(c=!0)}c===!1&&Za(n,o,l,s),Zs(n,n.mapping.slice(s).map(l,1),r,void 0,c===null);let u=n.mapping.slice(s),d=u.map(l,1),f=u.map(l+o.nodeSize,1);return n.step(new ke(d,f,d+1,f-1,new C(S.from(r.create(a,null,o.marks)),0,0),1,!0)),c===!0&&Qa(n,o,l,s),!1}})}function Qa(n,e,t,r){e.forEach((i,s)=>{if(i.isText){let o,l=/\r?\n|\r/g;for(;o=l.exec(i.text);){let a=n.mapping.slice(r).map(t+1+s+o.index);n.replaceWith(a,a+1,e.type.schema.linebreakReplacement.create())}}})}function Za(n,e,t,r){e.forEach((i,s)=>{if(i.type==i.type.schema.linebreakReplacement){let o=n.mapping.slice(r).map(t+1+s);n.replaceWith(o,o+1,e.type.schema.text(` +`))}})}function nf(n,e,t){let r=n.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,t)}function rf(n,e,t,r,i){let s=n.doc.nodeAt(e);if(!s)throw new RangeError("No node at given position");t||(t=s.type);let o=t.create(r,null,i||s.marks);if(s.isLeaf)return n.replaceWith(e,e+s.nodeSize,o);if(!t.validContent(s.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new ke(e,e+s.nodeSize,e+1,e+s.nodeSize-1,new C(S.from(o),0,0),1,!0))}function _e(n,e,t=1,r){let i=n.resolve(e),s=i.depth-t,o=r&&r[r.length-1]||i.parent;if(s<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,u=t-2;c>s;c--,u--){let d=i.node(c),f=i.index(c);if(d.type.spec.isolating)return!1;let h=d.content.cutByIndex(f,d.childCount),p=r&&r[u+1];p&&(h=h.replaceChild(0,p.type.create(p.attrs)));let m=r&&r[u]||d;if(!d.canReplace(f+1,d.childCount)||!m.type.validContent(h))return!1}let l=i.indexAfter(s),a=r&&r[0];return i.node(s).canReplaceWith(l,l,a?a.type:i.node(s+1).type)}function sf(n,e,t=1,r){let i=n.doc.resolve(e),s=S.empty,o=S.empty;for(let l=i.depth,a=i.depth-t,c=t-1;l>a;l--,c--){s=S.from(i.node(l).copy(s));let u=r&&r[c];o=S.from(u?u.type.create(u.attrs,o):i.node(l).copy(o))}n.step(new Te(e,e,new C(s.append(o),t,t),!0))}function at(n,e){let t=n.resolve(e),r=t.index();return ec(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function of(n,e){e.content.size||n.type.compatibleContent(e.type);let t=n.contentMatchAt(n.childCount),{linebreakReplacement:r}=n.type.schema;for(let i=0;i0?(s=r.node(i+1),l++,o=r.node(i).maybeChild(l)):(s=r.node(i).maybeChild(l-1),o=r.node(i+1)),s&&!s.isTextblock&&ec(s,o)&&r.node(i).canReplace(l,l+1))return e;if(i==0)break;e=t<0?r.before(i):r.after(i)}}function lf(n,e,t){let r=null,{linebreakReplacement:i}=n.doc.type.schema,s=n.doc.resolve(e-t),o=s.node().type;if(i&&o.inlineContent){let u=o.whitespace=="pre",d=!!o.contentMatch.matchType(i);u&&!d?r=!1:!u&&d&&(r=!0)}let l=n.steps.length;if(r===!1){let u=n.doc.resolve(e+t);Za(n,u.node(),u.before(),l)}o.inlineContent&&Zs(n,e+t-1,o,s.node().contentMatchAt(s.index()),r==null);let a=n.mapping.slice(l),c=a.map(e-t);if(n.step(new Te(c,a.map(e+t,-1),C.empty,!0)),r===!0){let u=n.doc.resolve(c);Qa(n,u.node(),u.before(),n.steps.length)}return n}function af(n,e,t){let r=n.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),t))return e;if(r.parentOffset==0)for(let i=r.depth-1;i>=0;i--){let s=r.index(i);if(r.node(i).canReplaceWith(s,s,t))return r.before(i+1);if(s>0)return null}if(r.parentOffset==r.parent.content.size)for(let i=r.depth-1;i>=0;i--){let s=r.indexAfter(i);if(r.node(i).canReplaceWith(s,s,t))return r.after(i+1);if(s=0;o--){let l=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,a=r.index(o)+(l>0?1:0),c=r.node(o),u=!1;if(s==1)u=c.canReplace(a,a,i);else{let d=c.contentMatchAt(a).findWrapping(i.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?r.pos:l<0?r.before(o+1):r.after(o+1)}return null}function vi(n,e,t=e,r=C.empty){if(e==t&&!r.size)return null;let i=n.resolve(e),s=n.resolve(t);return nc(i,s,r)?new Te(e,t,r):new cf(i,s,r).fit()}function nc(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class cf{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=S.empty;for(let i=0;i<=e.depth;i++){let s=e.node(i);this.frontier.push({type:s.type,match:s.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=S.from(e.node(i).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let c=this.findFittable();c?this.placeNodes(c):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,r=this.$from,i=this.close(e<0?this.$to:r.doc.resolve(e));if(!i)return null;let s=this.placed,o=r.depth,l=i.depth;for(;o&&l&&s.childCount==1;)s=s.firstChild.content,o--,l--;let a=new C(s,o,l);return e>-1?new ke(r.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||r.pos!=this.$to.pos?new Te(r.pos,i.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,r=0,i=this.unplaced.openEnd;r1&&(i=0),s.type.spec.isolating&&i<=r){e=r;break}t=s.content}for(let t=1;t<=2;t++)for(let r=t==1?e:this.unplaced.openStart;r>=0;r--){let i,s=null;r?(s=$i(this.unplaced.content,r-1).firstChild,i=s.content):i=this.unplaced.content;let o=i.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(o?c.matchType(o.type)||(d=c.fillBefore(S.from(o),!1)):s&&a.compatibleContent(s.type)))return{sliceDepth:r,frontierDepth:l,parent:s,inject:d};if(t==2&&o&&(u=c.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:l,parent:s,wrap:u};if(s&&c.matchType(s.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=$i(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new C(e,t+1,Math.max(r,i.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=$i(e,t);if(i.childCount<=1&&t>0){let s=e.size-t<=t+i.size;this.unplaced=new C(pn(e,t-1,1),t-1,s?t-1:r)}else this.unplaced=new C(pn(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:i,wrap:s}){for(;this.depth>t;)this.closeFrontierNode();if(s)for(let m=0;m1||a==0||m.content.size)&&(d=g,u.push(rc(m.mark(f.allowedMarks(m.marks)),c==1?a:0,c==l.childCount?h:-1)))}let p=c==l.childCount;p||(h=-1),this.placed=mn(this.placed,t,S.from(u)),this.frontier[t].match=d,p&&h<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let m=0,g=l;m1&&i==this.$to.end(--r);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:i}=this.frontier[t],s=t=0;l--){let{match:a,type:c}=this.frontier[l],u=Fi(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:o,move:s?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=mn(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let i=e.node(r),s=i.type.contentMatch.fillBefore(i.content,!0,e.index(r));this.openFrontierNode(i.type,i.attrs,s)}return e}openFrontierNode(e,t=null,r){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=mn(this.placed,this.depth,S.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(S.empty,!0);t.childCount&&(this.placed=mn(this.placed,this.frontier.length,t))}}function pn(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(pn(n.firstChild.content,e-1,t)))}function mn(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(mn(n.lastChild.content,e-1,t)))}function $i(n,e){for(let t=0;t1&&(r=r.replaceChild(0,rc(r.firstChild,e-1,r.childCount==1?t-1:0))),e>0&&(r=n.type.contentMatch.fillBefore(r).append(r),t<=0&&(r=r.append(n.type.contentMatch.matchFragment(r).fillBefore(S.empty,!0)))),n.copy(r)}function Fi(n,e,t,r,i){let s=n.node(e),o=i?n.indexAfter(e):n.index(e);if(o==s.childCount&&!t.compatibleContent(s.type))return null;let l=r.fillBefore(s.content,!0,o);return l&&!uf(t,s.content,o)?l:null}function uf(n,e,t){for(let r=t;r0;f--,h--){let p=i.node(f).type.spec;if(p.defining||p.definingAsContext||p.isolating)break;o.indexOf(f)>-1?l=f:i.before(f)==h&&o.splice(1,0,-f)}let a=o.indexOf(l),c=[],u=r.openStart;for(let f=r.content,h=0;;h++){let p=f.firstChild;if(c.push(p),h==r.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let h=c[f],p=df(h.type);if(p&&!h.sameMarkup(i.node(Math.abs(l)-1)))u=f;else if(p||!h.type.isTextblock)break}for(let f=r.openStart;f>=0;f--){let h=(f+u+1)%(r.openStart+1),p=c[h];if(p)for(let m=0;m=0&&(n.replace(e,t,r),!(n.steps.length>d));f--){let h=o[f];h<0||(e=i.before(h),t=s.after(h))}}function ic(n,e,t,r,i){if(er){let s=i.contentMatchAt(0),o=s.fillBefore(n).append(n);n=o.append(s.matchFragment(o).fillBefore(S.empty,!0))}return n}function ff(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let i=af(n.doc,e,r.type);i!=null&&(e=t=i)}n.replaceRange(e,t,new C(S.from(r),0,0))}function pf(n,e,t){let r=n.doc.resolve(e),i=n.doc.resolve(t);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let o=r.sharedDepth(t),l=!1;for(let a=r.depth;a>o;a--)r.node(a).type.spec.isolating&&(l=!0);for(let a=i.depth;a>o;a--)i.node(a).type.spec.isolating&&(l=!0);if(!l){for(let a=r.depth;a>0&&e==r.start(a);a--)e=r.before(a);for(let a=i.depth;a>0&&t==i.start(a);a--)t=i.before(a);r=n.doc.resolve(e),i=n.doc.resolve(t)}}let s=sc(r,i);for(let o=0;o0&&(a||r.node(l-1).canReplace(r.index(l-1),i.indexAfter(l-1))))return n.delete(r.before(l),i.after(l))}for(let o=1;o<=r.depth&&o<=i.depth;o++)if(e-r.start(o)==r.depth-o&&t>r.end(o)&&i.end(o)-t!=i.depth-o&&r.start(o-1)==i.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),i.index(o-1)))return n.delete(r.before(o),t);n.delete(e,t)}function sc(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let i=r;i>=0;i--){let s=n.start(i);if(se.pos+(e.depth-i)||n.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(s==e.start(i)||i==n.depth&&i==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==s-1)&&t.push(i)}return t}let oc=class Mr extends le{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return de.fail("No node at attribute step's position");let r=Object.create(null);for(let s in t.attrs)r[s]=t.attrs[s];r[this.attr]=this.value;let i=t.type.create(r,null,t.marks);return de.fromReplace(e,this.pos,this.pos+1,new C(S.from(i),0,t.isLeaf?0:1))}getMap(){return Ct.empty}invert(e){return new Mr(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Mr(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Mr(t.pos,t.attr,t.value)}};le.jsonID("attr",oc);let lc=class Ss extends le{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return de.ok(r)}getMap(){return Ct.empty}invert(e){return new Ss(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Ss(t.attr,t.value)}};le.jsonID("docAttr",lc);let Jt=class extends Error{};Jt=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Jt.prototype=Object.create(Error.prototype);Jt.prototype.constructor=Jt;Jt.prototype.name="TransformError";class ac{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new jn}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Jt(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let r=0;r{e=Math.min(e,l),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,r=C.empty){let i=vi(this.doc,e,t,r);return i&&this.step(i),this}replaceWith(e,t,r){return this.replace(e,t,new C(S.from(r),0,0))}delete(e,t){return this.replace(e,t,C.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return hf(this,e,t,r),this}replaceRangeWith(e,t,r){return ff(this,e,t,r),this}deleteRange(e,t){return pf(this,e,t),this}lift(e,t){return Xh(this,e,t),this}join(e,t=1){return lf(this,e,t),this}wrap(e,t){return ef(this,e,t),this}setBlockType(e,t=e,r,i=null){return tf(this,e,t,r,i),this}setNodeMarkup(e,t,r=null,i){return rf(this,e,t,r,i),this}setNodeAttribute(e,t,r){return this.step(new oc(e,t,r)),this}setDocAttribute(e,t){return this.step(new lc(e,t)),this}addNodeMark(e,t){return this.step(new Qs(e,t)),this}removeNodeMark(e,t){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(t instanceof $)t.isInSet(r.marks)&&this.step(new Br(e,t));else{let i=r.marks,s,o=[];for(;s=t.isInSet(i);)o.push(new Br(e,s)),i=s.removeFromSet(i);for(let l=o.length-1;l>=0;l--)this.step(o[l])}return this}split(e,t=1,r){return sf(this,e,t,r),this}addMark(e,t,r){return Kh(this,e,t,r),this}removeMark(e,t,r){return Gh(this,e,t,r),this}clearIncompatible(e,t,r){return Zs(this,e,t,r),this}}const Hi=Object.create(null);let P=class{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new mf(e.min(t),e.max(t))]}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 t=0;t=0;s--){let o=t<0?Ft(e.node(0),e.node(s),e.before(s+1),e.index(s),t,r):Ft(e.node(0),e.node(s),e.after(s+1),e.index(s)+1,t,r);if(o)return o}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new We(e.node(0))}static atStart(e){return Ft(e,e,0,0,1)||new We(e)}static atEnd(e){return Ft(e,e,e.content.size,e.childCount,-1)||new We(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=Hi[t.type];if(!r)throw new RangeError(`No selection type ${t.type} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in Hi)throw new RangeError("Duplicate use of selection JSON ID "+e);return Hi[e]=t,t.prototype.jsonID=e,t}getBookmark(){return R.between(this.$anchor,this.$head).getBookmark()}};P.prototype.visible=!0;let mf=class{constructor(e,t){this.$from=e,this.$to=t}},el=!1;function tl(n){!el&&!n.parent.inlineContent&&(el=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}let R=class gn extends P{constructor(e,t=e){tl(e),tl(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return P.near(r);let i=e.resolve(t.map(this.anchor));return new gn(i.parent.inlineContent?i:r,r)}replace(e,t=C.empty){if(super.replace(e,t),t==C.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof gn&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new cc(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new gn(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let s=P.findFrom(t,r,!0)||P.findFrom(t,-r,!0);if(s)t=s.$head;else return P.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(P.findFrom(e,-r,!0)||P.findFrom(e,r,!0)).$anchor,e.pos0?0:1);i>0?o=0;o+=i){let l=e.child(o);if(l.isAtom){if(!s&&N.isSelectable(l))return N.create(n,t-(i<0?l.nodeSize:0))}else{let a=Ft(n,l,t+i,i<0?l.childCount:0,i,s);if(a)return a}t+=l.nodeSize*i}return null}function nl(n,e,t){let r=n.steps.length-1;if(r{o==null&&(o=u)}),n.setSelection(P.near(n.doc.resolve(o),t))}const rl=1,lr=2,il=4;class bf extends ac{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|=lr,this}ensureMarks(e){return $.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&lr)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~lr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let r=this.selection;return t&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||$.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),!e)return this.deleteRange(t,r);let s=this.storedMarks;if(!s){let o=this.doc.resolve(t);s=r==t?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,i.text(e,s)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(P.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e=="string"?e:e.key]=t,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|=il,this}get scrolledIntoView(){return(this.updated&il)>0}}function sl(n,e){return!e||!n?n:n.bind(e)}let bn=class{constructor(e,t,r){this.name=e,this.init=sl(t.init,r),this.apply=sl(t.apply,r)}};const kf=[new bn("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new bn("selection",{init(n,e){return n.selection||P.atStart(e.doc)},apply(n){return n.selection}}),new bn("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new bn("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class Vi{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=kf.slice(),t&&t.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 bn(r.key,r.spec.state,r))})}}class Ut{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,t=-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 i=e[r],s=i.spec.state;s&&s.toJSON&&(t[r]=s.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,r){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new Vi(e.schema,e.plugins),s=new Ut(i);return i.fields.forEach(o=>{if(o.name=="doc")s.doc=Ne.fromJSON(e.schema,t.doc);else if(o.name=="selection")s.selection=P.fromJSON(s.doc,t.selection);else if(o.name=="storedMarks")t.storedMarks&&(s.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let l in r){let a=r[l],c=a.spec.state;if(a.key==o.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){s[o.name]=c.fromJSON.call(a,e,t[l],s);return}}s[o.name]=o.init(e,s)}}),s}}function hc(n,e,t){for(let r in n){let i=n[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=hc(i,e,{})),t[r]=i}return t}class j{constructor(e){this.spec=e,this.props={},e.props&&hc(e.props,this,this.props),this.key=e.key?e.key.key:fc("plugin")}getState(e){return e[this.key]}}const ji=Object.create(null);function fc(n){return n in ji?n+"$"+ ++ji[n]:(ji[n]=0,n+"$")}class G{constructor(e="key"){this.key=fc(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const pc=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function mc(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("backward",n):t.parentOffset>0)?null:t}const gc=(n,e,t)=>{let r=mc(n,t);if(!r)return!1;let i=to(r);if(!i){let o=r.blockRange(),l=o&&sn(o);return l==null?!1:(e&&e(n.tr.lift(o,l).scrollIntoView()),!0)}let s=i.nodeBefore;if(Cc(n,i,e,-1))return!0;if(r.parent.content.size==0&&(Kt(s,"end")||N.isSelectable(s)))for(let o=r.depth;;o--){let l=vi(n.doc,r.before(o),r.after(o),C.empty);if(l&&l.slice.size1)break}return s.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos-s.nodeSize,i.pos).scrollIntoView()),!0):!1},Sf=(n,e,t)=>{let r=mc(n,t);if(!r)return!1;let i=to(r);return i?yc(n,i,e):!1},xf=(n,e,t)=>{let r=kc(n,t);if(!r)return!1;let i=no(r);return i?yc(n,i,e):!1};function yc(n,e,t){let r=e.nodeBefore,i=r,s=e.pos-1;for(;!i.isTextblock;s--){if(i.type.spec.isolating)return!1;let u=i.lastChild;if(!u)return!1;i=u}let o=e.nodeAfter,l=o,a=e.pos+1;for(;!l.isTextblock;a++){if(l.type.spec.isolating)return!1;let u=l.firstChild;if(!u)return!1;l=u}let c=vi(n.doc,s,a,C.empty);if(!c||c.from!=s||c instanceof Te&&c.slice.size>=a-s)return!1;if(t){let u=n.tr.step(c);u.setSelection(R.create(u.doc,s)),t(u.scrollIntoView())}return!0}function Kt(n,e,t=!1){for(let r=n;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(t&&r.childCount!=1)return!1}return!1}const bc=(n,e,t)=>{let{$head:r,empty:i}=n.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;s=to(r)}let o=s&&s.nodeBefore;return!o||!N.isSelectable(o)?!1:(e&&e(n.tr.setSelection(N.create(n.doc,s.pos-o.nodeSize)).scrollIntoView()),!0)};function to(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){if(n.index(e)>0)return n.doc.resolve(n.before(e+1));if(n.node(e).type.spec.isolating)break}return null}function kc(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset{let r=kc(n,t);if(!r)return!1;let i=no(r);if(!i)return!1;let s=i.nodeAfter;if(Cc(n,i,e,1))return!0;if(r.parent.content.size==0&&(Kt(s,"start")||N.isSelectable(s))){let o=vi(n.doc,r.before(),r.after(),C.empty);if(o&&o.slice.size{let{$head:r,empty:i}=n.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset=0;e--){let t=n.node(e);if(n.index(e)+1{let t=n.selection,r=t instanceof N,i;if(r){if(t.node.isTextblock||!at(n.doc,t.from))return!1;i=t.from}else if(i=wi(n.doc,t.from,-1),i==null)return!1;if(e){let s=n.tr.join(i);r&&s.setSelection(N.create(s.doc,i-n.doc.resolve(i).nodeBefore.nodeSize)),e(s.scrollIntoView())}return!0},vf=(n,e)=>{let t=n.selection,r;if(t instanceof N){if(t.node.isTextblock||!at(n.doc,t.to))return!1;r=t.to}else if(r=wi(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},Mf=(n,e)=>{let{$from:t,$to:r}=n.selection,i=t.blockRange(r),s=i&&sn(i);return s==null?!1:(e&&e(n.tr.lift(i,s).scrollIntoView()),!0)},wc=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(` +`).scrollIntoView()),!0)};function ro(n){for(let e=0;e{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let i=t.node(-1),s=t.indexAfter(-1),o=ro(i.contentMatchAt(s));if(!o||!i.canReplaceWith(s,s,o))return!1;if(e){let l=t.after(),a=n.tr.replaceWith(l,l,o.createAndFill());a.setSelection(P.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},vc=(n,e)=>{let t=n.selection,{$from:r,$to:i}=t;if(t instanceof We||r.parent.inlineContent||i.parent.inlineContent)return!1;let s=ro(i.parent.contentMatchAt(i.indexAfter()));if(!s||!s.isTextblock)return!1;if(e){let o=(!r.parentOffset&&i.index(){let{$cursor:t}=n.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let s=t.before();if(_e(n.doc,s))return e&&e(n.tr.split(s).scrollIntoView()),!0}let r=t.blockRange(),i=r&&sn(r);return i==null?!1:(e&&e(n.tr.lift(r,i).scrollIntoView()),!0)};function Ef(n){return(e,t)=>{let{$from:r,$to:i}=e.selection;if(e.selection instanceof N&&e.selection.node.isBlock)return!r.parentOffset||!_e(e.doc,r.pos)?!1:(t&&t(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let s=[],o,l,a=!1,c=!1;for(let h=r.depth;;h--)if(r.node(h).isBlock){a=r.end(h)==r.pos+(r.depth-h),c=r.start(h)==r.pos-(r.depth-h),l=ro(r.node(h-1).contentMatchAt(r.indexAfter(h-1))),s.unshift(a&&l?{type:l}:null),o=h;break}else{if(h==1)return!1;s.unshift(null)}let u=e.tr;(e.selection instanceof R||e.selection instanceof We)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_e(u.doc,d,s.length,s);if(f||(s[0]=l?{type:l}:null,f=_e(u.doc,d,s.length,s)),!f)return!1;if(u.split(d,s.length,s),!a&&c&&r.node(o).type!=l){let h=u.mapping.map(r.before(o)),p=u.doc.resolve(h);l&&r.node(o-1).canReplaceWith(p.index(),p.index()+1,l)&&u.setNodeMarkup(u.mapping.map(r.before(o)),l)}return t&&t(u.scrollIntoView()),!0}}const Tf=Ef(),Af=(n,e)=>{let{$from:t,to:r}=n.selection,i,s=t.sharedDepth(r);return s==0?!1:(i=t.before(s),e&&e(n.tr.setSelection(N.create(n.doc,i))),!0)};function Nf(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,s=e.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&e.parent.canReplace(s-1,s)?(t&&t(n.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(s,s+1)||!(i.isTextblock||at(n.doc,e.pos))?!1:(t&&t(n.tr.join(e.pos).scrollIntoView()),!0)}function Cc(n,e,t,r){let i=e.nodeBefore,s=e.nodeAfter,o,l,a=i.type.spec.isolating||s.type.spec.isolating;if(!a&&Nf(n,e,t))return!0;let c=!a&&e.parent.canReplace(e.index(),e.index()+1);if(c&&(o=(l=i.contentMatchAt(i.childCount)).findWrapping(s.type))&&l.matchType(o[0]||s.type).validEnd){if(t){let h=e.pos+s.nodeSize,p=S.empty;for(let y=o.length-1;y>=0;y--)p=S.from(o[y].create(null,p));p=S.from(i.copy(p));let m=n.tr.step(new ke(e.pos-1,h,e.pos,h,new C(p,1,0),o.length,!0)),g=m.doc.resolve(h+2*o.length);g.nodeAfter&&g.nodeAfter.type==i.type&&at(m.doc,g.pos)&&m.join(g.pos),t(m.scrollIntoView())}return!0}let u=s.type.spec.isolating||r>0&&a?null:P.findFrom(e,1),d=u&&u.$from.blockRange(u.$to),f=d&&sn(d);if(f!=null&&f>=e.depth)return t&&t(n.tr.lift(d,f).scrollIntoView()),!0;if(c&&Kt(s,"start",!0)&&Kt(i,"end")){let h=i,p=[];for(;p.push(h),!h.isTextblock;)h=h.lastChild;let m=s,g=1;for(;!m.isTextblock;m=m.firstChild)g++;if(h.canReplace(h.childCount,h.childCount,m.content)){if(t){let y=S.empty;for(let v=p.length-1;v>=0;v--)y=S.from(p[v].copy(y));let b=n.tr.step(new ke(e.pos-p.length,e.pos+s.nodeSize,e.pos+g,e.pos+s.nodeSize-g,new C(y,p.length,0),0,!0));t(b.scrollIntoView())}return!0}}return!1}function Ec(n){return function(e,t){let r=e.selection,i=n<0?r.$from:r.$to,s=i.depth;for(;i.node(s).isInline;){if(!s)return!1;s--}return i.node(s).isTextblock?(t&&t(e.tr.setSelection(R.create(e.doc,n<0?i.start(s):i.end(s)))),!0):!1}}const Of=Ec(-1),Rf=Ec(1);function If(n,e=null){return function(t,r){let{$from:i,$to:s}=t.selection,o=i.blockRange(s),l=o&&eo(o,n,e);return l?(r&&r(t.tr.wrap(o,l).scrollIntoView()),!0):!1}}function ol(n,e=null){return function(t,r){let i=!1;for(let s=0;s{if(i)return!1;if(!(!a.isTextblock||a.hasMarkup(n,e)))if(a.type==n)i=!0;else{let u=t.doc.resolve(c),d=u.index();i=u.parent.canReplaceWith(d,d+1,n)}})}if(!i)return!1;if(r){let s=t.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(t)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let a=o.resolve(e.start-2);s=new Lr(a,a,e.depth),e.endIndex=0;u--)s=S.from(t[u].type.create(t[u].attrs,s));n.step(new ke(e.start-(r?2:0),e.end,e.start,e.end,new C(s,0,0),t.length,!0));let o=0;for(let u=0;uo.childCount>0&&o.firstChild.type==n);return s?t?r.node(s.depth-1).type==n?Bf(e,t,n,s):$f(e,t,s):!0:!1}}function Bf(n,e,t,r){let i=n.tr,s=r.end,o=r.$to.end(r.depth);sm;p--)h-=i.child(p).nodeSize,r.delete(h-1,h+1);let s=r.doc.resolve(t.start),o=s.nodeAfter;if(r.mapping.map(t.end)!=t.start+s.nodeAfter.nodeSize)return!1;let l=t.startIndex==0,a=t.endIndex==i.childCount,c=s.node(-1),u=s.index(-1);if(!c.canReplace(u+(l?0:1),u+1,o.content.append(a?S.empty:S.from(i))))return!1;let d=s.pos,f=d+o.nodeSize;return r.step(new ke(d-(l?1:0),f+(a?1:0),d+1,f-1,new C((l?S.empty:S.from(i.copy(S.empty))).append(a?S.empty:S.from(i.copy(S.empty))),l?0:1,a?0:1),l?0:1)),e(r.scrollIntoView()),!0}function Ff(n){return function(e,t){let{$from:r,$to:i}=e.selection,s=r.blockRange(i,c=>c.childCount>0&&c.firstChild.type==n);if(!s)return!1;let o=s.startIndex;if(o==0)return!1;let l=s.parent,a=l.child(o-1);if(a.type!=n)return!1;if(t){let c=a.lastChild&&a.lastChild.type==l.type,u=S.from(c?n.create():null),d=new C(S.from(n.create(null,S.from(l.type.create(null,u)))),c?3:1,0),f=s.start,h=s.end;t(e.tr.step(new ke(f-(c?3:1),h,f,h,d,1,!0)).scrollIntoView())}return!0}}const ne=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},Gt=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let xs=null;const He=function(n,e,t){let r=xs||(xs=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},Hf=function(){xs=null},Et=function(n,e,t,r){return t&&(ll(n,e,t,r,-1)||ll(n,e,t,r,1))},Vf=/^(img|br|input|textarea|hr)$/i;function ll(n,e,t,r,i){for(var s;;){if(n==t&&e==r)return!0;if(e==(i<0?0:Me(n))){let o=n.parentNode;if(!o||o.nodeType!=1||Zn(n)||Vf.test(n.nodeName)||n.contentEditable=="false")return!1;e=ne(n)+(i<0?0:1),n=o}else if(n.nodeType==1){let o=n.childNodes[e+(i<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((s=o.pmViewDesc)===null||s===void 0)&&s.ignoreForSelection)e+=i;else return!1;else n=o,e=i<0?Me(n):0}else return!1}}function Me(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function jf(n,e){for(;;){if(n.nodeType==3&&e)return n;if(n.nodeType==1&&e>0){if(n.contentEditable=="false")return null;n=n.childNodes[e-1],e=Me(n)}else if(n.parentNode&&!Zn(n))e=ne(n),n=n.parentNode;else return null}}function _f(n,e){for(;;){if(n.nodeType==3&&e2),ve=Yt||(Pe?/Mac/.test(Pe.platform):!1),Nc=Pe?/Win/.test(Pe.platform):!1,Ve=/Android \d/.test(ct),er=!!al&&"webkitFontSmoothing"in al.documentElement.style,Jf=er?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Kf(n){let e=n.defaultView&&n.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function ze(n,e){return typeof n=="number"?n:n[e]}function Gf(n){let e=n.getBoundingClientRect(),t=e.width/n.offsetWidth||1,r=e.height/n.offsetHeight||1;return{left:e.left,right:e.left+n.clientWidth*t,top:e.top,bottom:e.top+n.clientHeight*r}}function cl(n,e,t){let r=n.someProp("scrollThreshold")||0,i=n.someProp("scrollMargin")||5,s=n.dom.ownerDocument;for(let o=t||n.dom;o;){if(o.nodeType!=1){o=Gt(o);continue}let l=o,a=l==s.body,c=a?Kf(s):Gf(l),u=0,d=0;if(e.topc.bottom-ze(r,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+ze(i,"top")-c.top:e.bottom-c.bottom+ze(i,"bottom")),e.leftc.right-ze(r,"right")&&(u=e.right-c.right+ze(i,"right")),u||d)if(a)s.defaultView.scrollBy(u,d);else{let h=l.scrollLeft,p=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let m=l.scrollLeft-h,g=l.scrollTop-p;e={left:e.left-m,top:e.top-g,right:e.right-m,bottom:e.bottom-g}}let f=a?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(f))break;o=f=="absolute"?o.offsetParent:Gt(o)}}function Yf(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,i;for(let s=(e.left+e.right)/2,o=t+1;o=t-20){r=l,i=a.top;break}}return{refDOM:r,refTop:i,stack:Oc(n.dom)}}function Oc(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=Gt(r));return e}function Xf({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;Rc(t,r==0?0:r-e)}function Rc(n,e){for(let t=0;t=l){o=Math.max(p.bottom,o),l=Math.min(p.top,l);let m=p.left>e.left?p.left-e.left:p.right=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!a&&p.left<=e.left&&p.right>=e.left&&(a=u,c={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!t&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(s=d+1)}}return!t&&a&&(t=a,i=c,r=0),t&&t.nodeType==3?Zf(t,i):!t||r&&t.nodeType==1?{node:n,offset:s}:Ic(t,i)}function Zf(n,e){let t=n.nodeValue.length,r=document.createRange(),i;for(let s=0;s=(o.left+o.right)/2?1:0)};break}}return r.detach(),i||{node:n,offset:0}}function so(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function ep(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left(o.left+o.right)/2?1:-1}return n.docView.posFromDOM(r,i,s)}function np(n,e,t,r){let i=-1;for(let s=e,o=!1;s!=n.dom;){let l=n.docView.nearestDesc(s,!0),a;if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent||!l.contentDOM)&&((a=l.dom.getBoundingClientRect()).width||a.height)&&(l.node.isBlock&&l.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(l.dom.nodeName)&&(!o&&a.left>r.left||a.top>r.top?i=l.posBefore:(!o&&a.right-1?i:n.docView.posFromDOM(e,t,-1)}function Dc(n,e,t){let r=n.childNodes.length;if(r&&t.tope.top&&i++}let c;er&&i&&r.nodeType==1&&(c=r.childNodes[i-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&i--,r==n.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?l=n.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!="BR")&&(l=np(n,r,i,e))}l==null&&(l=tp(n,o,e));let a=n.docView.nearestDesc(o,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function ul(n){return n.top=0&&i==r.nodeValue.length?(a--,u=1):t<0?a--:c++,on(Ye(He(r,a,c),u),u<0)}if(!n.state.doc.resolve(e-(s||0)).parent.inlineContent){if(s==null&&i&&(t<0||i==Me(r))){let a=r.childNodes[i-1];if(a.nodeType==1)return _i(a.getBoundingClientRect(),!1)}if(s==null&&i=0)}if(s==null&&i&&(t<0||i==Me(r))){let a=r.childNodes[i-1],c=a.nodeType==3?He(a,Me(a)-(o?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return on(Ye(c,1),!1)}if(s==null&&i=0)}function on(n,e){if(n.width==0)return n;let t=e?n.left:n.right;return{top:n.top,bottom:n.bottom,left:t,right:t}}function _i(n,e){if(n.height==0)return n;let t=e?n.top:n.bottom;return{top:t,bottom:t,left:n.left,right:n.right}}function Lc(n,e,t){let r=n.state,i=n.root.activeElement;r!=e&&n.updateState(e),i!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),i!=n.dom&&i&&i.focus()}}function sp(n,e,t){let r=e.selection,i=t=="up"?r.$from:r.$to;return Lc(n,e,()=>{let{node:s}=n.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let l=n.docView.nearestDesc(s,!0);if(!l)break;if(l.node.isBlock){s=l.contentDOM||l.dom;break}s=l.dom.parentNode}let o=Pc(n,i.pos,1);for(let l=s.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=He(l,0,l.nodeValue.length).getClientRects();else continue;for(let c=0;cu.top+1&&(t=="up"?o.top-u.top>(u.bottom-o.top)*2:u.bottom-o.bottom>(o.bottom-u.top)*2))return!1}}return!0})}const op=/[\u0590-\u08ac]/;function lp(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,s=!i,o=i==r.parent.content.size,l=n.domSelection();return l?!op.test(r.parent.textContent)||!l.modify?t=="left"||t=="backward"?s:o:Lc(n,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=n.domSelectionRange(),f=l.caretBidiLevel;l.modify("move",t,"character");let h=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:p,focusOffset:m}=n.domSelectionRange(),g=p&&!h.contains(p.nodeType==1?p:p.parentNode)||a==p&&c==m;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return f!=null&&(l.caretBidiLevel=f),g}):r.pos==r.start()||r.pos==r.end()}let dl=null,hl=null,fl=!1;function ap(n,e,t){return dl==e&&hl==t?fl:(dl=e,hl=t,fl=t=="up"||t=="down"?sp(n,e,t):lp(n,e,t))}const Ee=0,pl=1,ft=2,Le=3;class tr{constructor(e,t,r,i){this.parent=e,this.children=t,this.dom=r,this.contentDOM=i,this.dirty=Ee,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tne(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!1;break}if(s.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!0;break}if(s.nextSibling)break}}return i??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,i=e;i;i=i.parentNode){let s=this.getDesc(i),o;if(s&&(!t||s.node))if(r&&(o=s.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return s}}getDesc(e){let t=e.pmViewDesc;for(let r=t;r;r=r.parent)if(r==this)return t}posFromDOM(e,t,r){for(let i=e;i;i=i.parentNode){let s=this.getDesc(i);if(s)return s.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;te||o instanceof Bc){i=e-s;break}s=l}if(i)return this.children[r].domFromPos(i-this.children[r].border,t);for(let s;r&&!(s=this.children[r-1]).size&&s instanceof zc&&s.side>=0;r--);if(t<=0){let s,o=!0;for(;s=r?this.children[r-1]:null,!(!s||s.dom.parentNode==this.contentDOM);r--,o=!1);return s&&t&&o&&!s.border&&!s.domAtom?s.domFromPos(s.size,t):{node:this.contentDOM,offset:s?ne(s.dom)+1:0}}else{let s,o=!0;for(;s=r=u&&t<=c-a.border&&a.node&&a.contentDOM&&this.contentDOM.contains(a.contentDOM))return a.parseRange(e,t,u);e=o;for(let d=l;d>0;d--){let f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){i=ne(f.dom)+1;break}e-=f.size}i==-1&&(i=0)}if(i>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;up&&ot){let p=l;l=a,a=p}let h=document.createRange();h.setEnd(a.node,a.offset),h.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(h)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let r=0,i=0;i=r:er){let l=r+s.border,a=o-s.border;if(e>=l&&t<=a){this.dirty=e==r||t==o?ft:pl,e==l&&t==a&&(s.contentLost||s.dom.parentNode!=this.contentDOM)?s.dirty=Le:s.markDirty(e-l,t-l);return}else s.dirty=s.dom==s.contentDOM&&s.dom.parentNode==this.contentDOM&&!s.children.length?ft:Le}r=o}this.dirty=ft}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?ft:pl;t.dirty{if(!s)return i;if(s.parent)return s.parent.posBeforeChild(s)})),!t.type.spec.raw){if(o.nodeType!=1){let l=document.createElement("span");l.appendChild(o),o=l}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=t,this.widget=t,s=this}matchesWidget(e){return this.dirty==Ee&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(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 cp extends tr{constructor(e,t,r,i){super(e,[],t,null),this.textDOM=r,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class Tt extends tr{constructor(e,t,r,i,s){super(e,[],r,i),this.mark=t,this.spec=s}static create(e,t,r,i){let s=i.nodeViews[t.type.name],o=s&&s(t,i,r);return(!o||!o.dom)&&(o=Ot.renderSpec(document,t.type.spec.toDOM(t,r),null,t.attrs)),new Tt(e,t,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&Le||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=Le&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=Ee){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty0&&(s=Es(s,0,e,r));for(let l=0;l{if(!a)return o;if(a.parent)return a.parent.posBeforeChild(a)},r,i),u=c&&c.dom,d=c&&c.contentDOM;if(t.isText){if(!u)u=document.createTextNode(t.text);else if(u.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else u||({dom:u,contentDOM:d}=Ot.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Hc(u,r,t),c?a=new up(e,t,r,i,u,d||null,f,c,s,o+1):t.isText?new Ci(e,t,r,i,u,f,s):new it(e,t,r,i,u,d||null,f,s,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 t=this.children.length-1;t>=0;t--){let r=this.children[t];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>S.empty)}return e}matchesNode(e,t,r){return this.dirty==Ee&&e.eq(this.node)&&$r(t,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let r=this.node.inlineContent,i=t,s=e.composing?this.localCompositionInfo(e,t):null,o=s&&s.pos>-1?s:null,l=s&&s.pos<0,a=new hp(this,o&&o.node,e);mp(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,r,e,u):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?$.none:this.node.child(u).marks,r,e,u),a.placeWidget(c,e,i)},(c,u,d,f)=>{a.syncToMarks(c.marks,r,e,f);let h;a.findNodeMatch(c,u,d,f)||l&&e.state.selection.from>i&&e.state.selection.to-1&&a.updateNodeAt(c,u,d,h,e)||a.updateNextNode(c,u,d,e,f,i)||a.addNode(c,u,d,e,i),i+=c.nodeSize}),a.syncToMarks([],r,e,0),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==ft)&&(o&&this.protectLocalComposition(e,o),$c(this.contentDOM,this.children,e),Yt&&gp(this.dom))}localCompositionInfo(e,t){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof R)||rt+this.node.content.size)return null;let s=e.input.compositionNode;if(!s||!this.dom.contains(s.parentNode))return null;if(this.node.inlineContent){let o=s.nodeValue,l=yp(this.node.content,o,r-t,i-t);return l<0?null:{node:s,pos:l,text:o}}else return{node:s,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:i}){if(this.getDesc(t))return;let s=t;for(;s.parentNode!=this.contentDOM;s=s.parentNode){for(;s.previousSibling;)s.parentNode.removeChild(s.previousSibling);for(;s.nextSibling;)s.parentNode.removeChild(s.nextSibling);s.pmViewDesc&&(s.pmViewDesc=void 0)}let o=new cp(this,s,t,i);e.input.compositionNodes.push(o),this.children=Es(this.children,r,r+i.length,e,o)}update(e,t,r,i){return this.dirty==Le||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,i),!0)}updateInner(e,t,r,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=Ee}updateOuterDeco(e){if($r(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=Fc(this.dom,this.nodeDOM,Cs(this.outerDeco,this.node,t),Cs(e,this.node,t)),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 ml(n,e,t,r,i){Hc(r,e,n);let s=new it(void 0,n,e,t,r,r,r,i,0);return s.contentDOM&&s.updateChildren(i,0),s}class Ci extends it{constructor(e,t,r,i,s,o,l){super(e,t,r,i,s,null,o,l,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,r,i){return this.dirty==Le||this.dirty!=Ee&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=Ee||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=Ee,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,r){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,r){let i=this.node.cut(e,t),s=document.createTextNode(i.text);return new Ci(this.parent,i,this.outerDeco,this.innerDeco,s,s,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=Le)}get domAtom(){return!1}isText(e){return this.node.text==e}}class Bc extends tr{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Ee&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class up extends it{constructor(e,t,r,i,s,o,l,a,c,u){super(e,t,r,i,s,o,l,c,u),this.spec=a}update(e,t,r,i){if(this.dirty==Le)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let s=this.spec.update(e,t,r);return s&&this.updateInner(e,t,r,i),s}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,i){this.spec.setSelection?this.spec.setSelection(e,t,r.root):super.setSelection(e,t,r,i)}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 $c(n,e,t){let r=n.firstChild,i=!1;for(let s=0;s>1,l=Math.min(o,e.length);for(;s-1)a>this.index&&(this.changed=!0,this.destroyBetween(this.index,a)),this.top=this.top.children[this.index];else{let u=Tt.create(this.top,e[o],t,r);this.top.children.splice(this.index,0,u),this.top=u,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,r,i){let s=-1,o;if(i>=this.preMatch.index&&(o=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&o.matchesNode(e,t,r))s=this.top.children.indexOf(o,this.index);else for(let l=this.index,a=Math.min(this.top.children.length,l+5);l0;){let l;for(;;)if(r){let c=t.children[r-1];if(c instanceof Tt)t=c,r=c.children.length;else{l=c,r--;break}}else{if(t==e)break e;r=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(a){if(a!=n.child(i-1))break;--i,s.set(l,i),o.push(l)}}return{index:i,matched:s,matches:o.reverse()}}function pp(n,e){return n.type.side-e.type.side}function mp(n,e,t,r){let i=e.locals(n),s=0;if(i.length==0){for(let c=0;cs;)l.push(i[o++]);let p=s+f.nodeSize;if(f.isText){let g=p;o!g.inline):l.slice();r(f,m,e.forChild(s,f),h),s=p}}function gp(n){if(n.nodeName=="UL"||n.nodeName=="OL"){let e=n.style.cssText;n.style.cssText=e+"; list-style: square !important",window.getComputedStyle(n).listStyle,n.style.cssText=e}}function yp(n,e,t,r){for(let i=0,s=0;i=t){if(s>=r&&a.slice(r-e.length-l,r-l)==e)return r-e.length;let c=l=0&&c+e.length+l>=t)return l+c;if(t==r&&a.length>=r+e.length-l&&a.slice(r-l,r-l+e.length)==e)return r}}return-1}function Es(n,e,t,r,i){let s=[];for(let o=0,l=0;o=t||u<=e?s.push(a):(ct&&s.push(a.slice(t-c,a.size,r)))}return s}function oo(n,e=null){let t=n.domSelectionRange(),r=n.state.doc;if(!t.focusNode)return null;let i=n.docView.nearestDesc(t.focusNode),s=i&&i.size==0,o=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(o<0)return null;let l=r.resolve(o),a,c;if(Mi(t)){for(a=o;i&&!i.node;)i=i.parent;let d=i.node;if(i&&d.isAtom&&N.isSelectable(d)&&i.parent&&!(d.isInline&&Wf(t.focusNode,t.focusOffset,i.dom))){let f=i.posBefore;c=new N(o==f?l:r.resolve(f))}}else{if(t instanceof n.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let d=o,f=o;for(let h=0;h{(t.anchorNode!=r||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!Vc(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function kp(n){let e=n.domSelection();if(!e)return;let t=n.cursorWrapper.dom,r=t.nodeName=="IMG";r?e.collapse(t.parentNode,ne(t)+1):e.collapse(t,0),!r&&!n.state.selection.visible&&be&&rt<=11&&(t.disabled=!0,t.disabled=!1)}function jc(n,e){if(e instanceof N){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(Sl(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else Sl(n)}function Sl(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function lo(n,e,t,r){return n.someProp("createSelectionBetween",i=>i(n,e,t))||R.between(e,t,r)}function xl(n){return n.editable&&!n.hasFocus()?!1:_c(n)}function _c(n){let e=n.domSelectionRange();if(!e.anchorNode)return!1;try{return n.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(n.editable||n.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function Sp(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return Et(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Ts(n,e){let{$anchor:t,$head:r}=n.selection,i=e>0?t.max(r):t.min(r),s=i.parent.inlineContent?i.depth?n.doc.resolve(e>0?i.after():i.before()):null:i;return s&&P.findFrom(s,e)}function Qe(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function wl(n,e,t){let r=n.state.selection;if(r instanceof R)if(t.indexOf("s")>-1){let{$head:i}=r,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!s||s.isText||!s.isLeaf)return!1;let o=n.state.doc.resolve(i.pos+s.nodeSize*(e<0?-1:1));return Qe(n,new R(r.$anchor,o))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let i=Ts(n.state,e);return i&&i instanceof N?Qe(n,i):!1}else if(!(ve&&t.indexOf("m")>-1)){let i=r.$head,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,o;if(!s||s.isText)return!1;let l=e<0?i.pos-s.nodeSize:i.pos;return s.isAtom||(o=n.docView.descAt(l))&&!o.contentDOM?N.isSelectable(s)?Qe(n,new N(e<0?n.state.doc.resolve(i.pos-s.nodeSize):i)):er?Qe(n,new R(n.state.doc.resolve(e<0?l:l+s.nodeSize))):!1:!1}}else return!1;else{if(r instanceof N&&r.node.isInline)return Qe(n,new R(e>0?r.$to:r.$from));{let i=Ts(n.state,e);return i?Qe(n,i):!1}}}function Fr(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function On(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function Lt(n,e){return e<0?xp(n):wp(n)}function xp(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i,s,o=!1;for(Ce&&t.nodeType==1&&r0){if(t.nodeType!=1)break;{let l=t.childNodes[r-1];if(On(l,-1))i=t,s=--r;else if(l.nodeType==3)t=l,r=t.nodeValue.length;else break}}else{if(Wc(t))break;{let l=t.previousSibling;for(;l&&On(l,-1);)i=t.parentNode,s=ne(l),l=l.previousSibling;if(l)t=l,r=Fr(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}o?As(n,t,r):i&&As(n,i,s)}function wp(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i=Fr(t),s,o;for(;;)if(r{n.state==i&&Ue(n)},50)}function vl(n,e){let t=n.state.doc.resolve(e);if(!(Q||Nc)&&t.parent.inlineContent){let i=n.coordsAtPos(e);if(e>t.start()){let s=n.coordsAtPos(e-1),o=(s.top+s.bottom)/2;if(o>i.top&&o1)return s.lefti.top&&o1)return s.left>i.left?"ltr":"rtl"}}return getComputedStyle(n.dom).direction=="rtl"?"rtl":"ltr"}function Ml(n,e,t){let r=n.state.selection;if(r instanceof R&&!r.empty||t.indexOf("s")>-1||ve&&t.indexOf("m")>-1)return!1;let{$from:i,$to:s}=r;if(!i.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let o=Ts(n.state,e);if(o&&o instanceof N)return Qe(n,o)}if(!i.parent.inlineContent){let o=e<0?i:s,l=r instanceof We?P.near(o,e):P.findFrom(o,e);return l?Qe(n,l):!1}return!1}function Cl(n,e){if(!(n.state.selection instanceof R))return!0;let{$head:t,$anchor:r,empty:i}=n.state.selection;if(!t.sameParent(r))return!0;if(!i)return!1;if(n.endOfTextblock(e>0?"forward":"backward"))return!0;let s=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(s&&!s.isText){let o=n.state.tr;return e<0?o.delete(t.pos-s.nodeSize,t.pos):o.delete(t.pos,t.pos+s.nodeSize),n.dispatch(o),!0}return!1}function El(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function Cp(n){if(!oe||n.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;El(n,r,"true"),setTimeout(()=>El(n,r,"false"),20)}return!1}function Ep(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function Tp(n,e){let t=e.keyCode,r=Ep(e);if(t==8||ve&&t==72&&r=="c")return Cl(n,-1)||Lt(n,-1);if(t==46&&!e.shiftKey||ve&&t==68&&r=="c")return Cl(n,1)||Lt(n,1);if(t==13||t==27)return!0;if(t==37||ve&&t==66&&r=="c"){let i=t==37?vl(n,n.state.selection.from)=="ltr"?-1:1:-1;return wl(n,i,r)||Lt(n,i)}else if(t==39||ve&&t==70&&r=="c"){let i=t==39?vl(n,n.state.selection.from)=="ltr"?1:-1:1;return wl(n,i,r)||Lt(n,i)}else{if(t==38||ve&&t==80&&r=="c")return Ml(n,-1,r)||Lt(n,-1);if(t==40||ve&&t==78&&r=="c")return Cp(n)||Ml(n,1,r)||Lt(n,1);if(r==(ve?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function ao(n,e){n.someProp("transformCopied",h=>{e=h(e,n)});let t=[],{content:r,openStart:i,openEnd:s}=e;for(;i>1&&s>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,s--;let h=r.firstChild;t.push(h.type.name,h.attrs!=h.type.defaultAttrs?h.attrs:null),r=h.content}let o=n.someProp("clipboardSerializer")||Ot.fromSchema(n.state.schema),l=Yc(),a=l.createElement("div");a.appendChild(o.serializeFragment(r,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=Gc[c.nodeName.toLowerCase()]);){for(let h=u.length-1;h>=0;h--){let p=l.createElement(u[h]);for(;a.firstChild;)p.appendChild(a.firstChild);a.appendChild(p),d++}c=a.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${i} ${s}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=n.someProp("clipboardTextSerializer",h=>h(e,n))||e.content.textBetween(0,e.content.size,` -`);return{dom:a,text:f,slice:e}}function Jc(n,e,t,r,i){let s=i.parent.type.spec.code,o,l;if(!t&&!e)return null;let a=!!e&&(r||s||!t);if(a){if(n.someProp("transformPastedText",f=>{e=f(e,s||r,n)}),s)return l=new E(S.from(n.state.schema.text(e.replace(/\r\n?/g,` -`))),0,0),n.someProp("transformPasted",f=>{l=f(l,n,!0)}),l;let d=n.someProp("clipboardTextParser",f=>f(e,i,r,n));if(d)l=d;else{let f=i.marks(),{schema:h}=n.state,p=Nt.fromSchema(h);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(m=>{let g=o.appendChild(document.createElement("p"));m&&g.appendChild(p.serializeNode(h.text(m,f)))})}}else n.someProp("transformPastedHTML",d=>{t=d(t,n)}),o=Dp(t),er&&Pp(o);let c=o&&o.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let d=+u[3];d>0;d--){let f=o.firstChild;for(;f&&f.nodeType!=1;)f=f.nextSibling;if(!f)break;o=f}if(l||(l=(n.someProp("clipboardParser")||n.someProp("domParser")||Tn.fromSchema(n.state.schema)).parseSlice(o,{preserveWhitespace:!!(a||u),context:i,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!Op.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=Lp(Nl(l,+u[1],+u[2]),u[4]);else if(l=E.maxOpen(Rp(l.content,i),!0),l.openStart||l.openEnd){let d=0,f=0;for(let h=l.content.firstChild;d{l=d(l,n,a)}),l}const Op=/^(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 Rp(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),s,o=[];if(n.forEach(l=>{if(!o)return;let a=i.findWrapping(l.type),c;if(!a)return o=null;if(c=o.length&&s.length&&Gc(a,s,l,o[o.length-1],0))o[o.length-1]=c;else{o.length&&(o[o.length-1]=Yc(o[o.length-1],s.length));let u=Kc(l,a);o.push(u),i=i.matchType(u.type),s=a}}),o)return S.from(o)}return n}function Kc(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,S.from(n));return n}function Gc(n,e,t,r,i){if(i1&&(s=0),i=t&&(l=e<0?o.contentMatchAt(0).fillBefore(l,s<=i).append(l):l.append(o.contentMatchAt(o.childCount).fillBefore(S.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,o.copy(l))}function Nl(n,e,t){return et})),Ui.createHTML(n)):n}function Dp(n){let e=/^(\s*]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=Qc().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),i;if((i=r&&Xc[r[1].toLowerCase()])&&(n=i.map(s=>"<"+s+">").join("")+n+i.map(s=>"").reverse().join("")),t.innerHTML=Ip(n),i)for(let s=0;s=0;l-=2){let a=t.nodes[r[l]];if(!a||a.hasRequiredAttrs())break;i=S.from(a.create(r[l+1],i)),s++,o++}return new E(i,s,o)}const pe={},me={},zp={touchstart:!0,touchmove:!0};class Bp{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 $p(n){for(let e in pe){let t=pe[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{Hp(n,r)&&!ho(n,r)&&(n.editable||!(r.type in me))&&t(n,r)},zp[e]?{passive:!0}:void 0)}se&&n.dom.addEventListener("input",()=>null),Is(n)}function Ve(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function Fp(n){n.input.mouseDown&&n.input.mouseDown.done(),n.domObserver.stop();for(let e in n.input.eventHandlers)n.dom.removeEventListener(e,n.input.eventHandlers[e]);clearTimeout(n.input.composingTimeout),clearTimeout(n.input.lastIOSEnterFallbackTimeout)}function Is(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>ho(n,r))})}function ho(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function Hp(n,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=n.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function Vp(n,e){!ho(n,e)&&pe[e.type]&&(n.editable||!(e.type in me))&&pe[e.type](n,e)}me.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!nu(n)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(He&&Q&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Kt&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let r=Date.now();n.input.lastIOSEnter=r,n.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{n.input.lastIOSEnter==r&&(n.someProp("handleKeyDown",i=>i(n,dt(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||Np(n,t)?t.preventDefault():Ve(n,"key")};me.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)};me.keypress=(n,e)=>{let t=e;if(nu(n)||!t.charCode||t.ctrlKey&&!t.altKey||we&&t.metaKey)return;if(n.someProp("handleKeyPress",i=>i(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof I)||!r.$from.sameParent(r.$to)){let i=String.fromCharCode(t.charCode),s=()=>n.state.tr.insertText(i).scrollIntoView();!/[\r\n]/.test(i)&&!n.someProp("handleTextInput",o=>o(n,r.$from.pos,r.$to.pos,i,s))&&n.dispatch(s()),t.preventDefault()}};function nr(n){return{left:n.clientX,top:n.clientY}}function jp(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function fo(n,e,t,r,i){if(r==-1)return!1;let s=n.state.doc.resolve(r);for(let o=s.depth+1;o>0;o--)if(n.someProp(e,l=>o>s.depth?l(n,t,s.nodeAfter,s.before(o),i,!0):l(n,t,s.node(o),s.before(o),i,!1)))return!0;return!1}function rr(n,e,t){if(n.focused||n.focus(),n.state.selection.eq(e))return;let r=n.state.tr.setSelection(e);r.setMeta("pointer",!0),n.dispatch(r)}function _p(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&N.isSelectable(r)?(rr(n,new N(t)),!0):!1}function Wp(n,e){if(e==-1)return!1;let t=n.state.selection,r,i;t instanceof N&&(r=t.node);let s=n.state.doc.resolve(e);for(let o=s.depth+1;o>0;o--){let l=o>s.depth?s.nodeAfter:s.node(o);if(N.isSelectable(l)){r&&t.$from.depth>0&&o>=t.$from.depth&&s.before(t.$from.depth+1)==t.$from.pos?i=s.before(t.$from.depth):i=s.before(o);break}}return i!=null?(rr(n,N.create(n.state.doc,i)),!0):!1}function Up(n,e,t,r,i){return fo(n,"handleClickOn",e,t,r)||n.someProp("handleClick",s=>s(n,e,r))||(i?Wp(n,t):_p(n,t))}function qp(n,e,t,r){return fo(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",i=>i(n,e,r))}function Jp(n,e,t,r){return fo(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",i=>i(n,e,r))||Kp(n,t,r)}function Kp(n,e,t){if(t.button!=0)return!1;let r=Zc(n,e,!0),i=n.state.doc;return r?(rr(n,r),r instanceof I&&i.eq(n.state.doc)&&(n.input.mouseDown=new Yp(n,r)),!0):!1}function Zc(n,e,t){let r=n.state.doc;if(e==-1)return r.inlineContent?I.create(r,0,r.content.size):null;let i=r.resolve(e);for(let s=i.depth+1;s>0;s--){let o=s>i.depth?i.nodeAfter:i.node(s),l=i.before(s);if(o.inlineContent)return I.create(r,l+1,l+1+o.content.size);if(t&&N.isSelectable(o))return N.create(r,l)}return null}function po(n){return Hr(n)}const eu=we?"metaKey":"ctrlKey";pe.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=po(n),i=Date.now(),s="singleClick";i-n.input.lastClick.time<500&&jp(t,n.input.lastClick)&&!t[eu]&&n.input.lastClick.button==t.button&&(n.input.lastClick.type=="singleClick"?s="doubleClick":n.input.lastClick.type=="doubleClick"&&(s="tripleClick")),n.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:s,button:t.button},n.input.mouseDown&&n.input.mouseDown.done();let o=n.posAtCoords(nr(t));o&&(s=="singleClick"?n.input.mouseDown=new Gp(n,o,t,!!r):(s=="doubleClick"?qp:Jp)(n,o.pos,o.inside,t)?t.preventDefault():Ve(n,"pointer"))};class tu{constructor(e){this.view=e,this.mightDrag=null,e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this))}up(e){this.done()}move(e){e.buttons==0&&this.done()}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.view.input.mouseDown==this&&(this.view.input.mouseDown=null)}delaySelUpdate(){return!1}}class Gp extends tu{constructor(e,t,r,i){super(e),this.pos=t,this.event=r,this.flushed=i,this.delayedSelectionSync=!1,this.startDoc=e.state.doc,this.selectNode=!!r[eu],this.allowDefault=r.shiftKey;let s,o;if(t.inside>-1)s=e.state.doc.nodeAt(t.inside),o=t.inside;else{let u=e.state.doc.resolve(t.pos);s=u.parent,o=u.depth?u.before():0}const l=i?null:r.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a&&a.nodeDOM.nodeType==1?a.nodeDOM:null;let{selection:c}=e.state;r.button==0&&(s.type.spec.draggable&&s.type.spec.selectable!==!1||c instanceof N&&c.from<=o&&c.to>o)&&(this.mightDrag={node:s,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Me&&!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()),Ve(e,"pointer")}done(){super.done(),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(()=>{this.view.isDestroyed||We(this.view)})}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(nr(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ve(this.view,"pointer"):Up(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||se&&this.mightDrag&&!this.mightDrag.node.isAtom||Q&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(rr(this.view,P.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):Ve(this.view,"pointer")}move(e){this.updateAllowDefault(e),Ve(this.view,"pointer"),super.move(e)}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}delaySelUpdate(){return this.allowDefault?(this.delayedSelectionSync=!0,!0):!1}}class Yp extends tu{constructor(e,t){super(e),this.startSelection=t,this.startDoc=e.state.doc}move(e){if(e.buttons==0||this.view.isDestroyed||!this.view.state.doc.eq(this.startDoc)){this.done();return}e.preventDefault(),Ve(this.view,"pointer");let t=this.view.posAtCoords(nr(e)),r=t&&Zc(this.view,t.inside,!1);if(!r)return;let{doc:i}=this.view.state,s=this.startSelection,[o,l]=r.from{n.input.lastTouch=Date.now(),po(n),Ve(n,"pointer")};pe.touchmove=n=>{n.input.lastTouch=Date.now(),Ve(n,"pointer")};pe.contextmenu=n=>po(n);function nu(n,e){return n.composing?!0:se&&Math.abs(Date.now()-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const Xp=He?5e3:-1;me.compositionstart=me.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$to;if(e.selection instanceof I&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||Q&&Rc&&Qp(n)))n.markCursor=n.state.storedMarks||t.marks(),Hr(n,!0),n.markCursor=null;else if(Hr(n,!e.selection.empty),Me&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelectionRange();for(let i=r.focusNode,s=r.focusOffset;i&&i.nodeType==1&&s!=0;){let o=s<0?i.lastChild:i.childNodes[s-1];if(!o)break;if(o.nodeType==3){let l=n.domSelection();l&&l.collapse(o,o.nodeValue.length);break}else i=o,s=-1}}n.input.composing=!0}ru(n,Xp)};function Qp(n){let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(!e||e.nodeType!=1||t>=e.childNodes.length)return!1;let r=e.childNodes[t];return r.nodeType==1&&r.contentEditable=="false"}me.compositionend=(n,e)=>{n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=Date.now(),n.input.compositionPendingChanges=n.domObserver.pendingRecords().length?n.input.compositionID:0,n.input.compositionNode=null,n.input.badSafariComposition?n.domObserver.forceFlush():n.input.compositionPendingChanges&&Promise.resolve().then(()=>n.domObserver.flush()),n.input.compositionID++,ru(n,20))};function ru(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>Hr(n),e))}function iu(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=Date.now());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function Zp(n){let e=n.domSelectionRange();if(!e.focusNode)return null;let t=Wf(e.focusNode,e.focusOffset),r=Uf(e.focusNode,e.focusOffset);if(t&&r&&t!=r){let i=r.pmViewDesc,s=n.domObserver.lastChangedTextNode;if(t==s||r==s)return s;if(!i||!i.isText(r.nodeValue))return r;if(n.input.compositionNode==r){let o=t.pmViewDesc;if(!(!o||!o.isText(t.nodeValue)))return r}}return t||r}function Hr(n,e=!1){if(!(He&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),iu(n),e||n.docView&&n.docView.dirty){let t=ao(n),r=n.state.selection;return t&&!t.eq(r)?n.dispatch(n.state.tr.setSelection(t)):(n.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?n.dispatch(n.state.tr.deleteSelection()):n.updateState(n.state),!0}return!1}}function em(n,e){if(!n.dom.parentNode)return;let t=n.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const _n=be&&nt<15||Kt&&Gf<604;pe.copy=me.cut=(n,e)=>{let t=e,r=n.state.selection,i=t.type=="cut";if(r.empty)return;let s=_n?null:t.clipboardData,o=r.content(),{dom:l,text:a}=uo(n,o);s?(t.preventDefault(),s.clearData(),s.setData("text/html",l.innerHTML),s.setData("text/plain",a)):em(n,l),i&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function tm(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function nm(n,e){if(!n.dom.parentNode)return;let t=n.input.shiftKey||n.state.selection.$from.parent.type.spec.code,r=n.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let i=n.input.shiftKey&&n.input.lastKeyCode!=45;setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?Wn(n,r.value,null,i,e):Wn(n,r.textContent,r.innerHTML,i,e)},50)}function Wn(n,e,t,r,i){let s=Jc(n,e,t,r,n.state.selection.$from);if(n.someProp("handlePaste",a=>a(n,i,s||E.empty)))return!0;if(!s)return!1;let o=tm(s),l=o?n.state.tr.replaceSelectionWith(o,r):n.state.tr.replaceSelection(s);return n.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function su(n){let e=n.getData("text/plain")||n.getData("Text");if(e)return e;let t=n.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}me.paste=(n,e)=>{let t=e;if(n.composing&&!He)return;let r=_n?null:t.clipboardData,i=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&Wn(n,su(r),r.getData("text/html"),i,t)?t.preventDefault():nm(n,t)};class ou{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const rm=we?"altKey":"ctrlKey";function lu(n,e){let t;return n.someProp("dragCopies",r=>{t=t||r(e)}),t!=null?!t:!e[rm]}pe.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let i=n.state.selection,s=i.empty?null:n.posAtCoords(nr(t)),o;if(!(s&&s.pos>=i.from&&s.pos<=(i instanceof N?i.to-1:i.to))){if(r&&r.mightDrag)o=N.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let d=n.docView.nearestDesc(t.target,!0);d&&d.node.type.spec.draggable&&d!=n.docView&&(o=N.create(n.state.doc,d.posBefore))}}let l=(o||n.state.selection).content(),{dom:a,text:c,slice:u}=uo(n,l);(!t.dataTransfer.files.length||!Q||Oc>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(_n?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",_n||t.dataTransfer.setData("text/plain",c),n.dragging=new ou(u,lu(n,t),o)};pe.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)};me.dragover=me.dragenter=(n,e)=>e.preventDefault();me.drop=(n,e)=>{try{im(n,e,n.dragging)}finally{n.dragging=null}};function im(n,e,t){if(!e.dataTransfer)return;let r=n.posAtCoords(nr(e));if(!r)return;let i=n.state.doc.resolve(r.pos),s=t&&t.slice;s?n.someProp("transformPasted",h=>{s=h(s,n,!1)}):s=Jc(n,su(e.dataTransfer),_n?null:e.dataTransfer.getData("text/html"),!1,i);let o=!!(t&&lu(n,e));if(n.someProp("handleDrop",h=>h(n,e,s||E.empty,o))){e.preventDefault();return}if(!s)return;e.preventDefault();let l=s?rc(n.state.doc,i.pos,s):i.pos;l==null&&(l=i.pos);let a=n.state.tr;if(o){let{node:h}=t;h?h.replace(a):a.deleteSelection()}let c=a.mapping.map(l),u=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,d=a.doc;if(u?a.replaceRangeWith(c,c,s.content.firstChild):a.replaceRange(c,c,s),a.doc.eq(d))return;let f=a.doc.resolve(c);if(u&&N.isSelectable(s.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(s.content.firstChild))a.setSelection(new N(f));else{let h=a.mapping.map(l);a.mapping.maps[a.mapping.maps.length-1].forEach((p,m,g,y)=>h=y),a.setSelection(co(n,f,a.doc.resolve(h)))}n.focus(),n.dispatch(a.setMeta("uiEvent","drop"))}pe.focus=n=>{n.input.lastFocus=Date.now(),n.focused||(n.domObserver.stop(),n.dom.classList.add("ProseMirror-focused"),n.domObserver.start(),n.focused=!0,setTimeout(()=>{n.docView&&n.hasFocus()&&!n.domObserver.currentSelection.eq(n.domSelectionRange())&&We(n)},20))};pe.blur=(n,e)=>{let t=e;n.focused&&(n.domObserver.stop(),n.dom.classList.remove("ProseMirror-focused"),n.domObserver.start(),t.relatedTarget&&n.dom.contains(t.relatedTarget)&&n.domObserver.currentSelection.clear(),n.focused=!1)};pe.beforeinput=(n,e)=>{if(Q&&He&&e.inputType=="deleteContentBackward"){n.domObserver.flushSoon();let{domChangeCount:r}=n.input;setTimeout(()=>{if(n.input.domChangeCount!=r||(n.dom.blur(),n.focus(),n.someProp("handleKeyDown",s=>s(n,dt(8,"Backspace")))))return;let{$cursor:i}=n.state.selection;i&&i.pos>0&&n.dispatch(n.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let n in me)pe[n]=me[n];function Un(n,e){if(n==e)return!0;for(let t in n)if(n[t]!==e[t])return!1;for(let t in e)if(!(t in n))return!1;return!0}class Vr{constructor(e,t){this.toDOM=e,this.spec=t||kt,this.side=this.spec.side||0}map(e,t,r,i){let{pos:s,deleted:o}=e.mapResult(t.from+i,this.side<0?-1:1);return o?null:new he(s-r,s-r,this)}valid(){return!0}eq(e){return this==e||e instanceof Vr&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Un(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class it{constructor(e,t){this.attrs=e,this.spec=t||kt}map(e,t,r,i){let s=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-r,o=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-r;return s>=o?null:new he(s,o,this)}valid(e,t){return t.from=e&&(!s||s(l.spec))&&r.push(l.copy(l.from+i,l.to+i))}for(let o=0;oe){let l=this.children[o]+1;this.children[o+2].findInner(e-l,t-l,r,i+l,s)}}map(e,t,r){return this==ie||e.maps.length==0?this:this.mapInner(e,t,0,0,r||kt)}mapInner(e,t,r,i,s){let o;for(let l=0;l{let c=a+r,u;if(u=cu(t,l,c)){for(i||(i=this.children.slice());sl&&d.to=e){this.children[l]==e&&(r=this.children[l+2]);break}let s=e+1,o=s+t.content.size;for(let l=0;ls&&a.type instanceof it){let c=Math.max(s,a.from)-s,u=Math.min(o,a.to)-s;ci.map(e,t,kt));return et.from(r)}forChild(e,t){if(t.isLeaf)return F.empty;let r=[];for(let i=0;it instanceof F)?e:e.reduce((t,r)=>t.concat(r instanceof F?r:r.members),[]))}}forEachSet(e){for(let t=0;t{let g=m-p-(h-f);for(let y=0;yb+u-d)continue;let M=l[y]+u-d;h>=M?l[y+1]=f<=M?-2:-1:f>=u&&g&&(l[y]+=g,l[y+1]+=g)}d+=g}),u=t.maps[c].map(u,-1)}let a=!1;for(let c=0;c=r.content.size){a=!0;continue}let f=t.map(n[c+1]+s,-1),h=f-i,{index:p,offset:m}=r.content.findIndex(d),g=r.maybeChild(p);if(g&&m==d&&m+g.nodeSize==h){let y=l[c+2].mapInner(t,g,u+1,n[c]+s+1,o);y!=ie?(l[c]=d,l[c+1]=h,l[c+2]=y):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=om(l,n,e,t,i,s,o),u=jr(c,r,0,o);e=u.local;for(let d=0;dt&&o.to{let c=cu(n,l,a+t);if(c){s=!0;let u=jr(c,l,t+a+1,r);u!=ie&&i.push(a,a+l.nodeSize,u)}});let o=au(s?uu(n):n,-t).sort(St);for(let l=0;l0;)e++;n.splice(e,0,t)}function qi(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=ie&&e.push(r)}),n.cursorWrapper&&e.push(F.create(n.state.doc,[n.cursorWrapper.deco])),et.from(e)}const lm={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},am=be&&nt<=11;class cm{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 um{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new cm,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let i=0;ii.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():se&&e.composing&&r.some(i=>i.type=="childList"&&i.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),am&&(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,lm)),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 t=0;tthis.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(vl(this.view)){if(this.suppressingSelectionUpdates)return We(this.view);if(be&&nt<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Ct(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 t=new Set,r;for(let s=e.focusNode;s;s=Jt(s))t.add(s);for(let s=e.anchorNode;s;s=Jt(s))if(t.has(s)){r=s;break}let i=r&&this.view.docView.nearestDesc(r);if(i&&i.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 t=this.pendingRecords();t.length&&(this.queue=[]);let r=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&vl(e)&&!this.ignoreSelectionChange(r),s=-1,o=-1,l=!1,a=[];if(e.editable)for(let u=0;uu.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46||Q&&(e.composing||e.input.compositionEndedAt>Date.now()-50)&&t.some(u=>u.type=="childList"&&u.removedNodes.length))){for(let u of a)if(u.nodeName=="BR"&&u.parentNode){let d=u.nextSibling;for(;d&&d.nodeType==1;){if(d.contentEditable=="false"){u.parentNode.removeChild(u);break}d=d.firstChild}}}else if(Me&&a.length){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let[d,f]=u;d.parentNode&&d.parentNode.parentNode==f.parentNode?f.remove():d.remove()}else{let{focusNode:d}=this.currentSelection;for(let f of u){let h=f.parentNode;h&&h.nodeName=="LI"&&(!d||fm(e,d)!=h)&&f.remove()}}}let c=null;s<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||i)&&(s>-1&&(e.docView.markDirty(s,o),dm(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,pm(e,a)),this.handleDOMChange(s,o,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||We(e),this.currentSelection.set(r))}registerMutation(e,t){if(t.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 u=0;ui;g--){let y=r.childNodes[g-1],b=y.pmViewDesc;if(y.nodeName=="BR"&&!b){s=g;break}if(!b||b.size)break}let d=n.state.doc,f=n.someProp("domParser")||Tn.fromSchema(n.state.schema),h=d.resolve(o),p=null,m=f.parse(r,{topNode:h.parent,topMatch:h.parent.contentMatchAt(h.index()),topOpen:!0,from:i,to:s,preserveWhitespace:h.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:gm,context:h});if(c&&c[0].pos!=null){let g=c[0].pos,y=c[1]&&c[1].pos;y==null&&(y=g),p={anchor:g+o,head:y+o}}return{doc:m,sel:p,from:o,to:l}}function gm(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(se&&/^(ul|ol)$/i.test(n.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(n.parentNode.lastChild==n||se&&/^(tr|table)$/i.test(n.parentNode.nodeName))return{ignore:!0}}else if(n.nodeName=="IMG"&&n.getAttribute("mark-placeholder"))return{ignore:!0};return null}const ym=/^(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 bm(n,e,t,r,i){let s=n.input.compositionPendingChanges||(n.composing?n.input.compositionID:0);if(n.input.compositionPendingChanges=0,e<0){let C=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,T=ao(n,C);if(T&&!n.state.selection.eq(T)){if(Q&&He&&n.input.lastKeyCode===13&&Date.now()-100j(n,dt(13,"Enter"))))return;let R=n.state.tr.setSelection(T);C=="pointer"?R.setMeta("pointer",!0):C=="key"&&R.scrollIntoView(),s&&R.setMeta("composition",s),n.dispatch(R)}return}let o=n.state.doc.resolve(e),l=o.sharedDepth(t);e=o.before(l+1),t=n.state.doc.resolve(t).after(l+1);let a=n.state.selection,c=mm(n,e,t),u=n.state.doc,d=u.slice(c.from,c.to),f,h;n.input.lastKeyCode===8&&Date.now()-100Date.now()-225||He)&&i.some(C=>C.nodeType==1&&!ym.test(C.nodeName))&&(!p||p.endA>=p.endB)&&n.someProp("handleKeyDown",C=>C(n,dt(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!p)if(r&&a instanceof I&&!a.empty&&a.$head.sameParent(a.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))p={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let C=Ll(n,n.state.doc,c.sel);if(C&&!C.eq(n.state.selection)){let T=n.state.tr.setSelection(C);s&&T.setMeta("composition",s),n.dispatch(T)}}return}n.state.selection.fromn.state.selection.from&&p.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?p.start=n.state.selection.from:p.endA=n.state.selection.to-2&&n.state.selection.to<=c.to&&(p.endB+=n.state.selection.to-p.endA,p.endA=n.state.selection.to)),be&&nt<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)=="  "&&(p.start--,p.endA--,p.endB--);let m=c.doc.resolveNoCache(p.start-c.from),g=c.doc.resolveNoCache(p.endB-c.from),y=u.resolve(p.start),b=m.sameParent(g)&&m.parent.inlineContent&&y.end()>=p.endA;if((Kt&&n.input.lastIOSEnter>Date.now()-225&&(!b||i.some(C=>C.nodeName=="DIV"||C.nodeName=="P"))||!b&&m.posC(n,dt(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>p.start&&Sm(u,p.start,p.endA,m,g)&&n.someProp("handleKeyDown",C=>C(n,dt(8,"Backspace")))){He&&Q&&n.domObserver.suppressSelectionUpdates();return}Q&&p.endB==p.start&&(n.input.lastChromeDelete=Date.now()),He&&!b&&m.start()!=g.start()&&g.parentOffset==0&&m.depth==g.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,g=c.doc.resolveNoCache(p.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function(C){return C(n,dt(13,"Enter"))})},20));let M=p.start,x=p.endA,v=C=>{let T=C||n.state.tr.replace(M,x,c.doc.slice(p.start-c.from,p.endB-c.from));if(c.sel){let R=Ll(n,T.doc,c.sel);R&&!(Q&&n.composing&&R.empty&&(p.start!=p.endB||n.input.lastChromeDeleteWe(n),20));let C=v(n.state.tr.delete(M,x)),T=u.resolve(p.start).marksAcross(u.resolve(p.endA));T&&C.ensureMarks(T),n.dispatch(C)}else if(p.endA==p.endB&&(O=km(m.parent.content.cut(m.parentOffset,g.parentOffset),y.parent.content.cut(y.parentOffset,p.endA-y.start())))){let C=v(n.state.tr);O.type=="add"?C.addMark(M,x,O.mark):C.removeMark(M,x,O.mark),n.dispatch(C)}else if(m.parent.child(m.index()).isText&&m.index()==g.index()-(g.textOffset?0:1)){let C=m.parent.textBetween(m.parentOffset,g.parentOffset),T=()=>v(n.state.tr.insertText(C,M,x));n.someProp("handleTextInput",R=>R(n,M,x,C,T))||n.dispatch(T())}else n.dispatch(v());else n.dispatch(v())}function Ll(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:co(n,e.resolve(t.anchor),e.resolve(t.head))}function km(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,i=t,s=r,o,l,a;for(let u=0;uu.mark(l.addToSet(u.marks));else if(i.length==0&&s.length==1)l=s[0],o="remove",a=u=>u.mark(l.removeFromSet(u.marks));else return null;let c=[];for(let u=0;ut||Ji(o,!0,!1)0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,i++,e=!1;if(t){let s=n.node(r).maybeChild(n.indexAfter(r));for(;s&&!s.isLeaf;)s=s.firstChild,i++}return i}function xm(n,e,t,r,i){let s=n.findDiffStart(e,t),o=t+n.size,l=t+e.size;if(s==null)return null;let{a,b:c}=n.findDiffEnd(e,o,l);if(i=="end"){let u=Math.max(0,s-Math.min(a,c));r-=a+u-s}if(a=a?s-r:0;s-=u,c=s+(c-a),a=s}else if(c=c?s-r:0;s-=u,a=s+(a-c),c=s}return{start:s,endA:a,endB:c}}class du{constructor(e,t){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 Bp,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Hl),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=$l(this),Bl(this),this.nodeViews=Fl(this),this.docView=yl(this.state.doc,zl(this),qi(this),this.dom,this),this.domObserver=new um(this,(r,i,s,o)=>bm(this,r,i,s,o)),this.domObserver.start(),$p(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 t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Is(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Hl),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let r in this._props)t[r]=this._props[r];t.state=this.state;for(let r in e)t[r]=e[r];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var r;let i=this.state,s=!1,o=!1;e.storedMarks&&this.composing&&(iu(this),o=!0),this.state=e;let l=i.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let h=Fl(this);vm(h,this.nodeViews)&&(this.nodeViews=h,s=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&Is(this),this.editable=$l(this),Bl(this);let a=qi(this),c=zl(this),u=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",d=s||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(i.selection))&&(o=!0);let f=u=="preserve"&&o&&this.dom.style.overflowAnchor==null&&Qf(this);if(o){this.domObserver.stop();let h=d&&(be||Q)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&wm(i.selection,e.selection);if(d){let m=Q?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=Zp(this)),(s||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=yl(e.doc,c,a,this.dom,this)),m&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(h=!0)}let p=this.input.mouseDown;h||!(p&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&wp(this)&&p.delaySelUpdate())?We(this,h):(Wc(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((r=this.dragging)===null||r===void 0)&&r.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():f&&Zf(f)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof N){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&dl(this,t.getBoundingClientRect(),e)}else dl(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 t=0;t0&&st.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return sp(this,e)}coordsAtPos(e,t=1){return zc(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,r=-1){let i=this.docView.posFromDOM(e,t,r);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return up(this,t||this.state,e)}pasteHTML(e,t){return Wn(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return Wn(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return uo(this,e)}destroy(){this.docView&&(Fp(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qi(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,jf())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Vp(this,e)}domSelectionRange(){let e=this.domSelection();return e?se&&this.root.nodeType===11&&Jf(this.dom.ownerDocument)==this.dom&&hm(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}du.prototype.dispatch=function(n){let e=this._props.dispatchTransaction;e?e.call(this,n):this.updateState(this.state.apply(n))};function zl(n){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(n.editable),n.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(n.state)),t)for(let r in t)r=="class"?e.class+=" "+t[r]:r=="style"?e.style=(e.style?e.style+";":"")+t[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(t[r]))}),e.translate||(e.translate="no"),[he.node(0,n.state.doc.content.size,e)]}function Bl(n){if(n.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),n.cursorWrapper={dom:e,deco:he.widget(n.state.selection.from,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function $l(n){return!n.someProp("editable",e=>e(n.state)===!1)}function wm(n,e){let t=Math.min(n.$anchor.sharedDepth(n.head),e.$anchor.sharedDepth(e.head));return n.$anchor.start(t)!=e.$anchor.start(t)}function Fl(n){let e=Object.create(null);function t(r){for(let i in r)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=r[i])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function vm(n,e){let t=0,r=0;for(let i in n){if(n[i]!=e[i])return!0;t++}for(let i in e)r++;return t!=r}function Hl(n){if(n.spec.state||n.spec.filterTransaction||n.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var st={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:"'"},_r={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},Mm=typeof navigator<"u"&&/Mac/.test(navigator.platform),Cm=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var ne=0;ne<10;ne++)st[48+ne]=st[96+ne]=String(ne);for(var ne=1;ne<=24;ne++)st[ne+111]="F"+ne;for(var ne=65;ne<=90;ne++)st[ne]=String.fromCharCode(ne+32),_r[ne]=String.fromCharCode(ne);for(var Ki in st)_r.hasOwnProperty(Ki)||(_r[Ki]=st[Ki]);function Em(n){var e=Mm&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||Cm&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?_r:st)[n.keyCode]||n.key||"Unidentified";return t=="Esc"&&(t="Escape"),t=="Del"&&(t="Delete"),t=="Left"&&(t="ArrowLeft"),t=="Up"&&(t="ArrowUp"),t=="Right"&&(t="ArrowRight"),t=="Down"&&(t="ArrowDown"),t}const Tm=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),Am=typeof navigator<"u"&&/Win/.test(navigator.platform);function Nm(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,i,s,o;for(let l=0;l{for(var t in e)Im(n,t,{get:e[t],enumerable:!0})};function Ei(n){const{state:e,transaction:t}=n;let{selection:r}=t,{doc:i}=t,{storedMarks:s}=t;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 s},get selection(){return r},get doc(){return i},get tr(){return r=t.selection,i=t.doc,s=t.storedMarks,t}}}var Ti=class{constructor(n){this.editor=n.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=n.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:n,editor:e,state:t}=this,{view:r}=e,{tr:i}=t,s=this.buildProps(i);return Object.fromEntries(Object.entries(n).map(([o,l])=>[o,(...c)=>{const u=l(...c)(s);return!i.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(i),u}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(n,e=!0){const{rawCommands:t,editor:r,state:i}=this,{view:s}=r,o=[],l=!!n,a=n||i.tr,c=()=>(!l&&e&&!a.getMeta("preventDispatch")&&!this.hasCustomState&&s.dispatch(a),o.every(d=>d===!0)),u={...Object.fromEntries(Object.entries(t).map(([d,f])=>[d,(...p)=>{const m=this.buildProps(a,e),g=f(...p)(m);return o.push(g),u}])),run:c};return u}createCan(n){const{rawCommands:e,state:t}=this,r=!1,i=n||t.tr,s=this.buildProps(i,r);return{...Object.fromEntries(Object.entries(e).map(([l,a])=>[l,(...c)=>a(...c)({...s,dispatch:void 0})])),chain:()=>this.createChain(i,r)}}buildProps(n,e=!0){const{rawCommands:t,editor:r,state:i}=this,{view:s}=r,o={tr:n,editor:r,view:s,state:Ei({state:i,transaction:n}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(n,e),can:()=>this.createCan(n),get commands(){return Object.fromEntries(Object.entries(t).map(([l,a])=>[l,(...c)=>a(...c)(o)]))}};return o}},fu={};yo(fu,{blur:()=>Dm,clearContent:()=>Pm,clearNodes:()=>Lm,command:()=>zm,createParagraphNear:()=>Bm,cut:()=>$m,deleteCurrentNode:()=>Fm,deleteNode:()=>Hm,deleteRange:()=>Vm,deleteSelection:()=>Wm,enter:()=>Um,exitCode:()=>qm,extendMarkRange:()=>Jm,first:()=>Km,focus:()=>Ym,forEach:()=>Xm,insertContent:()=>Qm,insertContentAt:()=>tg,joinBackward:()=>ig,joinDown:()=>rg,joinForward:()=>sg,joinItemBackward:()=>og,joinItemForward:()=>lg,joinTextblockBackward:()=>ag,joinTextblockForward:()=>cg,joinUp:()=>ng,keyboardShortcut:()=>dg,lift:()=>hg,liftEmptyBlock:()=>fg,liftListItem:()=>pg,newlineInCode:()=>mg,resetAttributes:()=>gg,scrollIntoView:()=>yg,selectAll:()=>bg,selectNodeBackward:()=>kg,selectNodeForward:()=>Sg,selectParentNode:()=>xg,selectTextblockEnd:()=>wg,selectTextblockStart:()=>vg,setContent:()=>Mg,setMark:()=>qg,setMeta:()=>Jg,setNode:()=>Kg,setNodeSelection:()=>Gg,setTextDirection:()=>Yg,setTextSelection:()=>Xg,sinkListItem:()=>Qg,splitBlock:()=>Zg,splitListItem:()=>ey,toggleList:()=>ny,toggleMark:()=>ry,toggleNode:()=>iy,toggleWrap:()=>sy,undoInputRule:()=>oy,unsetAllMarks:()=>ly,unsetMark:()=>ay,unsetTextDirection:()=>cy,updateAttributes:()=>uy,wrapIn:()=>dy,wrapInList:()=>hy});var Dm=()=>({editor:n,view:e})=>(requestAnimationFrame(()=>{var t;n.isDestroyed||(e.dom.blur(),(t=window==null?void 0:window.getSelection())==null||t.removeAllRanges())}),!0),Pm=(n=!0)=>({commands:e})=>e.setContent("",{emitUpdate:n}),Lm=()=>({state:n,tr:e,dispatch:t})=>{const{selection:r}=e,{ranges:i}=r;return t&&i.forEach(({$from:s,$to:o})=>{n.doc.nodesBetween(s.pos,o.pos,(l,a)=>{if(l.type.isText)return;const{doc:c,mapping:u}=e,d=c.resolve(u.map(a)),f=c.resolve(u.map(a+l.nodeSize)),h=d.blockRange(f);if(!h)return;const p=nn(h);if(l.type.isTextblock){const{defaultType:m}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(h.start,m)}(p||p===0)&&e.lift(h,p)})}),!0},zm=n=>e=>n(e),Bm=()=>({state:n,dispatch:e})=>Cc(n,e),$m=(n,e)=>({editor:t,tr:r})=>{const{state:i}=t,s=i.doc.slice(n.from,n.to);r.deleteRange(n.from,n.to);const o=r.mapping.map(e);return r.insert(o,s.content),r.setSelection(new I(r.doc.resolve(Math.max(o-1,0)))),!0},Fm=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,r=t.$anchor.node();if(r.content.size>0)return!1;const i=n.selection.$anchor;for(let s=i.depth;s>0;s-=1)if(i.node(s).type===r.type){if(e){const l=i.before(s),a=i.after(s);n.delete(l,a).scrollIntoView()}return!0}return!1};function K(n,e){if(typeof n=="string"){if(!e.nodes[n])throw Error(`There is no node type named '${n}'. Maybe you forgot to add the extension?`);return e.nodes[n]}return n}var Hm=n=>({tr:e,state:t,dispatch:r})=>{const i=K(n,t.schema),s=e.selection.$anchor;for(let o=s.depth;o>0;o-=1)if(s.node(o).type===i){if(r){const a=s.before(o),c=s.after(o);e.delete(a,c).scrollIntoView()}return!0}return!1},Vm=n=>({tr:e,dispatch:t})=>{const{from:r,to:i}=n;return t&&e.delete(r,i),!0},jm=n=>n.content?/^text(\*|\+)/.test(n.content):!1,Vl=(n,e,t)=>{if(!n.parent.isInline||t==="left"&&n.pos>n.start()||t==="right"&&n.pos{const r=Vl(n,t,"left"),i=Vl(e,t,"right");return{from:r,to:i}},Wm=()=>({state:n,dispatch:e})=>{const{$from:t,$to:r}=n.selection;if(n.selection.empty)return!1;const{from:i,to:s}=_m(t,r,n.schema);return e&&(n.tr.deleteRange(i,s).scrollIntoView(),e(n.tr)),!0},Um=()=>({commands:n})=>n.keyboardShortcut("Enter"),qm=()=>({state:n,dispatch:e})=>Tf(n,e);function bo(n){return Object.prototype.toString.call(n)==="[object RegExp]"}function Wr(n,e,t={strict:!0}){const r=Object.keys(e);return r.length?r.every(i=>t.strict?e[i]===n[i]:bo(e[i])?e[i].test(n[i]):e[i]===n[i]):!0}function pu(n,e,t={}){return n.find(r=>r.type===e&&Wr(Object.fromEntries(Object.keys(t).map(i=>[i,r.attrs[i]])),t))}function jl(n,e,t={}){return!!pu(n,e,t)}function ko(n,e,t){if(!n||!e)return;let r=n.parent.childAfter(n.parentOffset);if((!r.node||!r.node.marks.some(c=>c.type===e))&&(r=n.parent.childBefore(n.parentOffset)),!r.node||!r.node.marks.some(c=>c.type===e))return;if(!t){const c=r.node.marks.find(u=>u.type===e);c&&(t=c.attrs)}if(!pu([...r.node.marks],e,t))return;let s=r.index,o=n.start()+r.offset,l=s+1,a=o+r.node.nodeSize;for(;s>0&&jl([...n.parent.child(s-1).marks],e,t);)s-=1,o-=n.parent.child(s).nodeSize;for(;l({tr:t,state:r,dispatch:i})=>{const s=qe(n,r.schema),{doc:o,selection:l}=t,{$from:a,from:c,to:u}=l;if(i){const d=ko(a,s,e);if(d&&d.from<=c&&d.to>=u){const f=I.create(o,d.from,d.to);t.setSelection(f)}}return!0},Km=n=>e=>{const t=typeof n=="function"?n(e):n;for(let r=0;r({editor:t,view:r,tr:i,dispatch:s})=>{e={scrollIntoView:!0,...e};const o=()=>{(qn()||Ds())&&r.dom.focus(),Gm()&&!qn()&&!Ds()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{t.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&t.commands.scrollIntoView())})};try{if(r.hasFocus()&&n===null||n===!1)return!0}catch{return!1}if(s&&n===null&&!So(t.state.selection))return o(),!0;const l=mu(i.doc,n)||t.state.selection,a=t.state.selection.eq(l);return s&&(a||i.setSelection(l),a&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},Xm=(n,e)=>t=>n.every((r,i)=>e(r,{...t,index:i})),Qm=(n,e)=>({tr:t,commands:r})=>r.insertContentAt({from:t.selection.from,to:t.selection.to},n,e),gu=n=>{const e=n.childNodes;for(let t=e.length-1;t>=0;t-=1){const r=e[t];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?n.removeChild(r):r.nodeType===1&&gu(r)}return n};function ar(n){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${n}`,t=new window.DOMParser().parseFromString(e,"text/html").body;return gu(t)}function Jn(n,e,t){if(n instanceof tt||n instanceof S)return n;t={slice:!0,parseOptions:{},...t};const r=typeof n=="object"&&n!==null,i=typeof n=="string";if(r)try{if(Array.isArray(n)&&n.length>0)return S.fromArray(n.map(l=>e.nodeFromJSON(l)));const o=e.nodeFromJSON(n);return t.errorOnInvalidContent&&o.check(),o}catch(s){if(t.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:s});return console.warn("[tiptap warn]: Invalid content.","Passed value:",n,"Error:",s),Jn("",e,t)}if(i){if(t.errorOnInvalidContent){let o=!1,l="";const a=new qa({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:c=>(o=!0,l=typeof c=="string"?c:c.outerHTML,null)}]}})});if(t.slice?Tn.fromSchema(a).parseSlice(ar(n),t.parseOptions):Tn.fromSchema(a).parse(ar(n),t.parseOptions),t.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${l}`)})}const s=Tn.fromSchema(e);return t.slice?s.parseSlice(ar(n),t.parseOptions).content:s.parse(ar(n),t.parseOptions)}return Jn("",e,t)}function Zm(n,e,t){const r=n.steps.length-1;if(r{o===0&&(o=u)}),n.setSelection(P.near(n.doc.resolve(o),t))}var eg=n=>!("type"in n),tg=(n,e,t)=>({tr:r,dispatch:i,editor:s})=>{var o;if(i){t={parseOptions:s.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...t};let l;const a=g=>{s.emit("contentError",{editor:s,error:g,disableCollaboration:()=>{"collaboration"in s.storage&&typeof s.storage.collaboration=="object"&&s.storage.collaboration&&(s.storage.collaboration.isDisabled=!0)}})},c={preserveWhitespace:"full",...t.parseOptions};if(!t.errorOnInvalidContent&&!s.options.enableContentCheck&&s.options.emitContentError)try{Jn(e,s.schema,{parseOptions:c,errorOnInvalidContent:!0})}catch(g){a(g)}try{l=Jn(e,s.schema,{parseOptions:c,errorOnInvalidContent:(o=t.errorOnInvalidContent)!=null?o:s.options.enableContentCheck})}catch(g){return a(g),!1}let{from:u,to:d}=typeof n=="number"?{from:n,to:n}:{from:n.from,to:n.to},f=!0,h=!0;if((eg(l)?l:[l]).forEach(g=>{g.check(),f=f?g.isText&&g.marks.length===0:!1,h=h?g.isBlock:!1}),u===d&&h){const{parent:g}=r.doc.resolve(u);g.isTextblock&&!g.type.spec.code&&!g.childCount&&(u-=1,d+=1)}let m;if(f){if(Array.isArray(e))m=e.map(g=>g.text||"").join("");else if(e instanceof S){let g="";e.forEach(y=>{y.text&&(g+=y.text)}),m=g}else typeof e=="object"&&e&&e.text?m=e.text:m=e;r.insertText(m,u,d)}else{m=l;const g=r.doc.resolve(u),y=g.node(),b=g.parentOffset===0,M=y.isText||y.isTextblock,x=y.content.size>0;b&&M&&x&&h&&(u=Math.max(0,u-1)),r.replaceWith(u,d,m)}t.updateSelection&&Zm(r,r.steps.length-1,-1),t.applyInputRules&&r.setMeta("applyInputRules",{from:u,text:m}),t.applyPasteRules&&r.setMeta("applyPasteRules",{from:u,text:m})}return!0},ng=()=>({state:n,dispatch:e})=>Mf(n,e),rg=()=>({state:n,dispatch:e})=>Cf(n,e),ig=()=>({state:n,dispatch:e})=>bc(n,e),sg=()=>({state:n,dispatch:e})=>wc(n,e),og=()=>({state:n,dispatch:e,tr:t})=>{try{const r=wi(n.doc,n.selection.$from.pos,-1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}},lg=()=>({state:n,dispatch:e,tr:t})=>{try{const r=wi(n.doc,n.selection.$from.pos,1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}},ag=()=>({state:n,dispatch:e})=>wf(n,e),cg=()=>({state:n,dispatch:e})=>vf(n,e);function yu(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function ug(n){const e=n.split(/-(?!$)/);let t=e[e.length-1];t==="Space"&&(t=" ");let r,i,s,o;for(let l=0;l({editor:e,view:t,tr:r,dispatch:i})=>{const s=ug(n).split(/-(?!$)/),o=s.find(c=>!["Alt","Ctrl","Meta","Shift"].includes(c)),l=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:s.includes("Alt"),ctrlKey:s.includes("Ctrl"),metaKey:s.includes("Meta"),shiftKey:s.includes("Shift"),bubbles:!0,cancelable:!0}),a=e.captureTransaction(()=>{t.someProp("handleKeyDown",c=>c(t,l))});return a==null||a.steps.forEach(c=>{const u=c.map(r.mapping);u&&i&&r.maybeStep(u)}),!0};function ot(n,e,t={}){const{from:r,to:i,empty:s}=n.selection,o=e?K(e,n.schema):null,l=[];n.doc.nodesBetween(r,i,(d,f)=>{if(d.isText)return;const h=Math.max(r,f),p=Math.min(i,f+d.nodeSize);l.push({node:d,from:h,to:p})});const a=i-r,c=l.filter(d=>o?o.name===d.node.type.name:!0).filter(d=>Wr(d.node.attrs,t,{strict:!1}));return s?!!c.length:c.reduce((d,f)=>d+f.to-f.from,0)>=a}var hg=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return ot(t,i,e)?Ef(t,r):!1},fg=()=>({state:n,dispatch:e})=>Ec(n,e),pg=n=>({state:e,dispatch:t})=>{const r=K(n,e.schema);return $f(r)(e,t)},mg=()=>({state:n,dispatch:e})=>Mc(n,e);function Ai(n,e){return e.nodes[n]?"node":e.marks[n]?"mark":null}function _l(n,e){const t=typeof e=="string"?[e]:e;return Object.keys(n).reduce((r,i)=>(t.includes(i)||(r[i]=n[i]),r),{})}var gg=(n,e)=>({tr:t,state:r,dispatch:i})=>{let s=null,o=null;const l=Ai(typeof n=="string"?n:n.name,r.schema);if(!l)return!1;l==="node"&&(s=K(n,r.schema)),l==="mark"&&(o=qe(n,r.schema));let a=!1;return t.selection.ranges.forEach(c=>{r.doc.nodesBetween(c.$from.pos,c.$to.pos,(u,d)=>{s&&s===u.type&&(a=!0,i&&t.setNodeMarkup(d,void 0,_l(u.attrs,e))),o&&u.marks.length&&u.marks.forEach(f=>{o===f.type&&(a=!0,i&&t.addMark(d,d+u.nodeSize,o.create(_l(f.attrs,e))))})})}),a},yg=()=>({tr:n,dispatch:e})=>(e&&n.scrollIntoView(),!0),bg=()=>({tr:n,dispatch:e})=>{if(e){const t=new _e(n.doc);n.setSelection(t)}return!0},kg=()=>({state:n,dispatch:e})=>Sc(n,e),Sg=()=>({state:n,dispatch:e})=>vc(n,e),xg=()=>({state:n,dispatch:e})=>Of(n,e),wg=()=>({state:n,dispatch:e})=>Df(n,e),vg=()=>({state:n,dispatch:e})=>If(n,e);function Ps(n,e,t={},r={}){return Jn(n,e,{slice:!1,parseOptions:t,errorOnInvalidContent:r.errorOnInvalidContent})}var Mg=(n,{errorOnInvalidContent:e,emitUpdate:t=!0,parseOptions:r={}}={})=>({editor:i,tr:s,dispatch:o,commands:l})=>{const{doc:a}=s;if(r.preserveWhitespace!=="full"){const c=Ps(n,i.schema,r,{errorOnInvalidContent:e??i.options.enableContentCheck});return o&&s.replaceWith(0,a.content.size,c).setMeta("preventUpdate",!t),!0}return o&&s.setMeta("preventUpdate",!t),l.insertContentAt({from:0,to:a.content.size},n,{parseOptions:r,errorOnInvalidContent:e??i.options.enableContentCheck})};function bu(n,e){const t=qe(e,n.schema),{from:r,to:i,empty:s}=n.selection,o=[];s?(n.storedMarks&&o.push(...n.storedMarks),o.push(...n.selection.$head.marks())):n.doc.nodesBetween(r,i,a=>{o.push(...a.marks)});const l=o.find(a=>a.type.name===t.name);return l?{...l.attrs}:{}}function ku(n,e){const t=new uc(n);return e.forEach(r=>{r.steps.forEach(i=>{t.step(i)})}),t}function Cg(n){for(let e=0;e{t(i)&&r.push({node:i,pos:s})}),r}function Tg(n,e){for(let t=n.depth;t>0;t-=1){const r=n.node(t);if(e(r))return{pos:t>0?n.before(t):0,start:n.start(t),depth:t,node:r}}}function Ni(n){return e=>Tg(e.$from,n)}function A(n,e,t){return n.config[e]===void 0&&n.parent?A(n.parent,e,t):typeof n.config[e]=="function"?n.config[e].bind({...t,parent:n.parent?A(n.parent,e,t):null}):n.config[e]}function xo(n){return n.map(e=>{const t={name:e.name,options:e.options,storage:e.storage},r=A(e,"addExtensions",t);return r?[e,...xo(r())]:e}).flat(10)}function wo(n,e){const t=Nt.fromSchema(e).serializeFragment(n),i=document.implementation.createHTMLDocument().createElement("div");return i.appendChild(t),i.innerHTML}function Su(n){return typeof n=="function"}function z(n,e=void 0,...t){return Su(n)?e?n.bind(e)(...t):n(...t):n}function Ag(n={}){return Object.keys(n).length===0&&n.constructor===Object}function Gt(n){const e=n.filter(i=>i.type==="extension"),t=n.filter(i=>i.type==="node"),r=n.filter(i=>i.type==="mark");return{baseExtensions:e,nodeExtensions:t,markExtensions:r}}function xu(n){const e=[],{nodeExtensions:t,markExtensions:r}=Gt(n),i=[...t,...r],s={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=t.filter(c=>c.name!=="text").map(c=>c.name),l=r.map(c=>c.name),a=[...o,...l];return n.forEach(c=>{const u={name:c.name,options:c.options,storage:c.storage,extensions:i},d=A(c,"addGlobalAttributes",u);if(!d)return;d().forEach(h=>{let p;Array.isArray(h.types)?p=h.types:h.types==="*"?p=a:h.types==="nodes"?p=o:h.types==="marks"?p=l:p=[],p.forEach(m=>{Object.entries(h.attributes).forEach(([g,y])=>{e.push({type:m,name:g,attribute:{...s,...y}})})})})}),i.forEach(c=>{const u={name:c.name,options:c.options,storage:c.storage},d=A(c,"addAttributes",u);if(!d)return;const f=d();Object.entries(f).forEach(([h,p])=>{const m={...s,...p};typeof(m==null?void 0:m.default)=="function"&&(m.default=m.default()),m!=null&&m.isRequired&&(m==null?void 0:m.default)===void 0&&delete m.default,e.push({type:c.name,name:h,attribute:m})})}),e}function Ng(n){const e=[];let t="",r=!1,i=!1,s=0;const o=n.length;for(let l=0;l0){s-=1,t+=a;continue}if(a===";"&&s===0){e.push(t),t="";continue}}t+=a}return t&&e.push(t),e}function Wl(n){const e=[],t=Ng(n||""),r=t.length;for(let i=0;i!!e).reduce((e,t)=>{const r={...e};return Object.entries(t).forEach(([i,s])=>{if(!r[i]){r[i]=s;return}if(i==="class"){const l=s?String(s).split(" "):[],a=r[i]?r[i].split(" "):[],c=l.filter(u=>!a.includes(u));r[i]=[...a,...c].join(" ")}else if(i==="style"){const l=new Map([...Wl(r[i]),...Wl(s)]);r[i]=Array.from(l.entries()).map(([a,c])=>`${a}: ${c}`).join("; ")}else r[i]=s}),r},{})}function Yt(n,e){return e.filter(t=>t.type===n.type.name).filter(t=>t.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(n.attrs)||{}:{[t.name]:n.attrs[t.name]}).reduce((t,r)=>H(t,r),{})}function Og(n){return typeof n!="string"?n:n.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(n):n==="true"?!0:n==="false"?!1:n}function Ul(n,e){return"style"in n?n:{...n,getAttrs:t=>{const r=n.getAttrs?n.getAttrs(t):n.attrs;if(r===!1)return!1;const i=e.reduce((s,o)=>{const l=o.attribute.parseHTML?o.attribute.parseHTML(t):Og(t.getAttribute(o.name));return l==null?s:{...s,[o.name]:l}},{});return{...r,...i}}}}function ql(n){return Object.fromEntries(Object.entries(n).filter(([e,t])=>e==="attrs"&&Ag(t)?!1:t!=null))}function Jl(n){var e,t;const r={};return!((e=n==null?void 0:n.attribute)!=null&&e.isRequired)&&"default"in((n==null?void 0:n.attribute)||{})&&(r.default=n.attribute.default),((t=n==null?void 0:n.attribute)==null?void 0:t.validate)!==void 0&&(r.validate=n.attribute.validate),[n.name,r]}function Rg(n,e){var t;const r=xu(n),{nodeExtensions:i,markExtensions:s}=Gt(n),o=(t=i.find(c=>A(c,"topNode")))==null?void 0:t.name,l=Object.fromEntries(i.map(c=>{const u=r.filter(y=>y.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((y,b)=>{const M=A(b,"extendNodeSchema",d);return{...y,...M?M(c):{}}},{}),h=ql({...f,content:z(A(c,"content",d)),marks:z(A(c,"marks",d)),group:z(A(c,"group",d)),inline:z(A(c,"inline",d)),atom:z(A(c,"atom",d)),selectable:z(A(c,"selectable",d)),draggable:z(A(c,"draggable",d)),code:z(A(c,"code",d)),whitespace:z(A(c,"whitespace",d)),linebreakReplacement:z(A(c,"linebreakReplacement",d)),defining:z(A(c,"defining",d)),isolating:z(A(c,"isolating",d)),attrs:Object.fromEntries(u.map(Jl))}),p=z(A(c,"parseHTML",d));p&&(h.parseDOM=p.map(y=>Ul(y,u)));const m=A(c,"renderHTML",d);m&&(h.toDOM=y=>m({node:y,HTMLAttributes:Yt(y,u)}));const g=A(c,"renderText",d);return g&&(h.toText=g),[c.name,h]})),a=Object.fromEntries(s.map(c=>{const u=r.filter(g=>g.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((g,y)=>{const b=A(y,"extendMarkSchema",d);return{...g,...b?b(c):{}}},{}),h=ql({...f,inclusive:z(A(c,"inclusive",d)),excludes:z(A(c,"excludes",d)),group:z(A(c,"group",d)),spanning:z(A(c,"spanning",d)),code:z(A(c,"code",d)),attrs:Object.fromEntries(u.map(Jl))}),p=z(A(c,"parseHTML",d));p&&(h.parseDOM=p.map(g=>Ul(g,u)));const m=A(c,"renderHTML",d);return m&&(h.toDOM=g=>m({mark:g,HTMLAttributes:Yt(g,u)})),[c.name,h]}));return new qa({topNode:o,nodes:l,marks:a})}function Ig(n){const e=n.filter((t,r)=>n.indexOf(t)!==r);return Array.from(new Set(e))}function Rn(n){return n.sort((t,r)=>{const i=A(t,"priority")||100,s=A(r,"priority")||100;return i>s?-1:ir.name));return t.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${t.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function vu(n,e,t){const{from:r,to:i}=e,{blockSeparator:s=` +`);return{dom:a,text:f,slice:e}}function Uc(n,e,t,r,i){let s=i.parent.type.spec.code,o,l;if(!t&&!e)return null;let a=!!e&&(r||s||!t);if(a){if(n.someProp("transformPastedText",f=>{e=f(e,s||r,n)}),s)return l=new C(S.from(n.state.schema.text(e.replace(/\r\n?/g,` +`))),0,0),n.someProp("transformPasted",f=>{l=f(l,n,!0)}),l;let d=n.someProp("clipboardTextParser",f=>f(e,i,r,n));if(d)l=d;else{let f=i.marks(),{schema:h}=n.state,p=Ot.fromSchema(h);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(m=>{let g=o.appendChild(document.createElement("p"));m&&g.appendChild(p.serializeNode(h.text(m,f)))})}}else n.someProp("transformPastedHTML",d=>{t=d(t,n)}),o=Rp(t),er&&Ip(o);let c=o&&o.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let d=+u[3];d>0;d--){let f=o.firstChild;for(;f&&f.nodeType!=1;)f=f.nextSibling;if(!f)break;o=f}if(l||(l=(n.someProp("clipboardParser")||n.someProp("domParser")||nt.fromSchema(n.state.schema)).parseSlice(o,{preserveWhitespace:!!(a||u),context:i,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!Ap.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=Dp(Tl(l,+u[1],+u[2]),u[4]);else if(l=C.maxOpen(Np(l.content,i),!0),l.openStart||l.openEnd){let d=0,f=0;for(let h=l.content.firstChild;d{l=d(l,n,a)}),l}const Ap=/^(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 Np(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),s,o=[];if(n.forEach(l=>{if(!o)return;let a=i.findWrapping(l.type),c;if(!a)return o=null;if(c=o.length&&s.length&&Jc(a,s,l,o[o.length-1],0))o[o.length-1]=c;else{o.length&&(o[o.length-1]=Kc(o[o.length-1],s.length));let u=qc(l,a);o.push(u),i=i.matchType(u.type),s=a}}),o)return S.from(o)}return n}function qc(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,S.from(n));return n}function Jc(n,e,t,r,i){if(i1&&(s=0),i=t&&(l=e<0?o.contentMatchAt(0).fillBefore(l,s<=i).append(l):l.append(o.contentMatchAt(o.childCount).fillBefore(S.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,o.copy(l))}function Tl(n,e,t){return et})),Ui.createHTML(n)):n}function Rp(n){let e=/^(\s*]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=Yc().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),i;if((i=r&&Gc[r[1].toLowerCase()])&&(n=i.map(s=>"<"+s+">").join("")+n+i.map(s=>"").reverse().join("")),t.innerHTML=Op(n),i)for(let s=0;s=0;l-=2){let a=t.nodes[r[l]];if(!a||a.hasRequiredAttrs())break;i=S.from(a.create(r[l+1],i)),s++,o++}return new C(i,s,o)}const pe={},me={},Pp={touchstart:!0,touchmove:!0};class Lp{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 zp(n){for(let e in pe){let t=pe[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{$p(n,r)&&!co(n,r)&&(n.editable||!(r.type in me))&&t(n,r)},Pp[e]?{passive:!0}:void 0)}oe&&n.dom.addEventListener("input",()=>null),Os(n)}function je(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function Bp(n){n.input.mouseDown&&n.input.mouseDown.done(),n.domObserver.stop();for(let e in n.input.eventHandlers)n.dom.removeEventListener(e,n.input.eventHandlers[e]);clearTimeout(n.input.composingTimeout),clearTimeout(n.input.lastIOSEnterFallbackTimeout)}function Os(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>co(n,r))})}function co(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function $p(n,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=n.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function Fp(n,e){!co(n,e)&&pe[e.type]&&(n.editable||!(e.type in me))&&pe[e.type](n,e)}me.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!eu(n)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(Ve&&Q&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Yt&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let r=Date.now();n.input.lastIOSEnter=r,n.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{n.input.lastIOSEnter==r&&(n.someProp("handleKeyDown",i=>i(n,ht(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||Tp(n,t)?t.preventDefault():je(n,"key")};me.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)};me.keypress=(n,e)=>{let t=e;if(eu(n)||!t.charCode||t.ctrlKey&&!t.altKey||ve&&t.metaKey)return;if(n.someProp("handleKeyPress",i=>i(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof R)||!r.$from.sameParent(r.$to)){let i=String.fromCharCode(t.charCode),s=()=>n.state.tr.insertText(i).scrollIntoView();!/[\r\n]/.test(i)&&!n.someProp("handleTextInput",o=>o(n,r.$from.pos,r.$to.pos,i,s))&&n.dispatch(s()),t.preventDefault()}};function nr(n){return{left:n.clientX,top:n.clientY}}function Hp(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function uo(n,e,t,r,i){if(r==-1)return!1;let s=n.state.doc.resolve(r);for(let o=s.depth+1;o>0;o--)if(n.someProp(e,l=>o>s.depth?l(n,t,s.nodeAfter,s.before(o),i,!0):l(n,t,s.node(o),s.before(o),i,!1)))return!0;return!1}function rr(n,e,t){if(n.focused||n.focus(),n.state.selection.eq(e))return;let r=n.state.tr.setSelection(e);r.setMeta("pointer",!0),n.dispatch(r)}function Vp(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&N.isSelectable(r)?(rr(n,new N(t)),!0):!1}function jp(n,e){if(e==-1)return!1;let t=n.state.selection,r,i;t instanceof N&&(r=t.node);let s=n.state.doc.resolve(e);for(let o=s.depth+1;o>0;o--){let l=o>s.depth?s.nodeAfter:s.node(o);if(N.isSelectable(l)){r&&t.$from.depth>0&&o>=t.$from.depth&&s.before(t.$from.depth+1)==t.$from.pos?i=s.before(t.$from.depth):i=s.before(o);break}}return i!=null?(rr(n,N.create(n.state.doc,i)),!0):!1}function _p(n,e,t,r,i){return uo(n,"handleClickOn",e,t,r)||n.someProp("handleClick",s=>s(n,e,r))||(i?jp(n,t):Vp(n,t))}function Wp(n,e,t,r){return uo(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",i=>i(n,e,r))}function Up(n,e,t,r){return uo(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",i=>i(n,e,r))||qp(n,t,r)}function qp(n,e,t){if(t.button!=0)return!1;let r=Xc(n,e,!0),i=n.state.doc;return r?(rr(n,r),r instanceof R&&i.eq(n.state.doc)&&(n.input.mouseDown=new Kp(n,r)),!0):!1}function Xc(n,e,t){let r=n.state.doc;if(e==-1)return r.inlineContent?R.create(r,0,r.content.size):null;let i=r.resolve(e);for(let s=i.depth+1;s>0;s--){let o=s>i.depth?i.nodeAfter:i.node(s),l=i.before(s);if(o.inlineContent)return R.create(r,l+1,l+1+o.content.size);if(t&&N.isSelectable(o))return N.create(r,l)}return null}function ho(n){return Hr(n)}const Qc=ve?"metaKey":"ctrlKey";pe.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=ho(n),i=Date.now(),s="singleClick";i-n.input.lastClick.time<500&&Hp(t,n.input.lastClick)&&!t[Qc]&&n.input.lastClick.button==t.button&&(n.input.lastClick.type=="singleClick"?s="doubleClick":n.input.lastClick.type=="doubleClick"&&(s="tripleClick")),n.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:s,button:t.button},n.input.mouseDown&&n.input.mouseDown.done();let o=n.posAtCoords(nr(t));o&&(s=="singleClick"?n.input.mouseDown=new Jp(n,o,t,!!r):(s=="doubleClick"?Wp:Up)(n,o.pos,o.inside,t)?t.preventDefault():je(n,"pointer"))};class Zc{constructor(e){this.view=e,this.mightDrag=null,e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this))}up(e){this.done()}move(e){e.buttons==0&&this.done()}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.view.input.mouseDown==this&&(this.view.input.mouseDown=null)}delaySelUpdate(){return!1}}class Jp extends Zc{constructor(e,t,r,i){super(e),this.pos=t,this.event=r,this.flushed=i,this.delayedSelectionSync=!1,this.startDoc=e.state.doc,this.selectNode=!!r[Qc],this.allowDefault=r.shiftKey;let s,o;if(t.inside>-1)s=e.state.doc.nodeAt(t.inside),o=t.inside;else{let u=e.state.doc.resolve(t.pos);s=u.parent,o=u.depth?u.before():0}const l=i?null:r.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a&&a.nodeDOM.nodeType==1?a.nodeDOM:null;let{selection:c}=e.state;r.button==0&&(s.type.spec.draggable&&s.type.spec.selectable!==!1||c instanceof N&&c.from<=o&&c.to>o)&&(this.mightDrag={node:s,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Ce&&!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()),je(e,"pointer")}done(){super.done(),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(()=>{this.view.isDestroyed||Ue(this.view)})}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(nr(e))),this.updateAllowDefault(e),this.allowDefault||!t?je(this.view,"pointer"):_p(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||oe&&this.mightDrag&&!this.mightDrag.node.isAtom||Q&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(rr(this.view,P.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):je(this.view,"pointer")}move(e){this.updateAllowDefault(e),je(this.view,"pointer"),super.move(e)}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}delaySelUpdate(){return this.allowDefault?(this.delayedSelectionSync=!0,!0):!1}}class Kp extends Zc{constructor(e,t){super(e),this.startSelection=t,this.startDoc=e.state.doc}move(e){if(e.buttons==0||this.view.isDestroyed||!this.view.state.doc.eq(this.startDoc)){this.done();return}e.preventDefault(),je(this.view,"pointer");let t=this.view.posAtCoords(nr(e)),r=t&&Xc(this.view,t.inside,!1);if(!r)return;let{doc:i}=this.view.state,s=this.startSelection,[o,l]=r.from{n.input.lastTouch=Date.now(),ho(n),je(n,"pointer")};pe.touchmove=n=>{n.input.lastTouch=Date.now(),je(n,"pointer")};pe.contextmenu=n=>ho(n);function eu(n,e){return n.composing?!0:oe&&Math.abs(Date.now()-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const Gp=Ve?5e3:-1;me.compositionstart=me.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$to;if(e.selection instanceof R&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||Q&&Nc&&Yp(n)))n.markCursor=n.state.storedMarks||t.marks(),Hr(n,!0),n.markCursor=null;else if(Hr(n,!e.selection.empty),Ce&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelectionRange();for(let i=r.focusNode,s=r.focusOffset;i&&i.nodeType==1&&s!=0;){let o=s<0?i.lastChild:i.childNodes[s-1];if(!o)break;if(o.nodeType==3){let l=n.domSelection();l&&l.collapse(o,o.nodeValue.length);break}else i=o,s=-1}}n.input.composing=!0}tu(n,Gp)};function Yp(n){let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(!e||e.nodeType!=1||t>=e.childNodes.length)return!1;let r=e.childNodes[t];return r.nodeType==1&&r.contentEditable=="false"}me.compositionend=(n,e)=>{n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=Date.now(),n.input.compositionPendingChanges=n.domObserver.pendingRecords().length?n.input.compositionID:0,n.input.compositionNode=null,n.input.badSafariComposition?n.domObserver.forceFlush():n.input.compositionPendingChanges&&Promise.resolve().then(()=>n.domObserver.flush()),n.input.compositionID++,tu(n,20))};function tu(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>Hr(n),e))}function nu(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=Date.now());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function Xp(n){let e=n.domSelectionRange();if(!e.focusNode)return null;let t=jf(e.focusNode,e.focusOffset),r=_f(e.focusNode,e.focusOffset);if(t&&r&&t!=r){let i=r.pmViewDesc,s=n.domObserver.lastChangedTextNode;if(t==s||r==s)return s;if(!i||!i.isText(r.nodeValue))return r;if(n.input.compositionNode==r){let o=t.pmViewDesc;if(!(!o||!o.isText(t.nodeValue)))return r}}return t||r}function Hr(n,e=!1){if(!(Ve&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),nu(n),e||n.docView&&n.docView.dirty){let t=oo(n),r=n.state.selection;return t&&!t.eq(r)?n.dispatch(n.state.tr.setSelection(t)):(n.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?n.dispatch(n.state.tr.deleteSelection()):n.updateState(n.state),!0}return!1}}function Qp(n,e){if(!n.dom.parentNode)return;let t=n.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const _n=be&&rt<15||Yt&&Jf<604;pe.copy=me.cut=(n,e)=>{let t=e,r=n.state.selection,i=t.type=="cut";if(r.empty)return;let s=_n?null:t.clipboardData,o=r.content(),{dom:l,text:a}=ao(n,o);s?(t.preventDefault(),s.clearData(),s.setData("text/html",l.innerHTML),s.setData("text/plain",a)):Qp(n,l),i&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function Zp(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function em(n,e){if(!n.dom.parentNode)return;let t=n.input.shiftKey||n.state.selection.$from.parent.type.spec.code,r=n.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let i=n.input.shiftKey&&n.input.lastKeyCode!=45;setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?Wn(n,r.value,null,i,e):Wn(n,r.textContent,r.innerHTML,i,e)},50)}function Wn(n,e,t,r,i){let s=Uc(n,e,t,r,n.state.selection.$from);if(n.someProp("handlePaste",a=>a(n,i,s||C.empty)))return!0;if(!s)return!1;let o=Zp(s),l=o?n.state.tr.replaceSelectionWith(o,r):n.state.tr.replaceSelection(s);return n.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function ru(n){let e=n.getData("text/plain")||n.getData("Text");if(e)return e;let t=n.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}me.paste=(n,e)=>{let t=e;if(n.composing&&!Ve)return;let r=_n?null:t.clipboardData,i=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&Wn(n,ru(r),r.getData("text/html"),i,t)?t.preventDefault():em(n,t)};class iu{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const tm=ve?"altKey":"ctrlKey";function su(n,e){let t;return n.someProp("dragCopies",r=>{t=t||r(e)}),t!=null?!t:!e[tm]}pe.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let i=n.state.selection,s=i.empty?null:n.posAtCoords(nr(t)),o;if(!(s&&s.pos>=i.from&&s.pos<=(i instanceof N?i.to-1:i.to))){if(r&&r.mightDrag)o=N.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let d=n.docView.nearestDesc(t.target,!0);d&&d.node.type.spec.draggable&&d!=n.docView&&(o=N.create(n.state.doc,d.posBefore))}}let l=(o||n.state.selection).content(),{dom:a,text:c,slice:u}=ao(n,l);(!t.dataTransfer.files.length||!Q||Ac>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(_n?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",_n||t.dataTransfer.setData("text/plain",c),n.dragging=new iu(u,su(n,t),o)};pe.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)};me.dragover=me.dragenter=(n,e)=>e.preventDefault();me.drop=(n,e)=>{try{nm(n,e,n.dragging)}finally{n.dragging=null}};function nm(n,e,t){if(!e.dataTransfer)return;let r=n.posAtCoords(nr(e));if(!r)return;let i=n.state.doc.resolve(r.pos),s=t&&t.slice;s?n.someProp("transformPasted",h=>{s=h(s,n,!1)}):s=Uc(n,ru(e.dataTransfer),_n?null:e.dataTransfer.getData("text/html"),!1,i);let o=!!(t&&su(n,e));if(n.someProp("handleDrop",h=>h(n,e,s||C.empty,o))){e.preventDefault();return}if(!s)return;e.preventDefault();let l=s?tc(n.state.doc,i.pos,s):i.pos;l==null&&(l=i.pos);let a=n.state.tr;if(o){let{node:h}=t;h?h.replace(a):a.deleteSelection()}let c=a.mapping.map(l),u=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,d=a.doc;if(u?a.replaceRangeWith(c,c,s.content.firstChild):a.replaceRange(c,c,s),a.doc.eq(d))return;let f=a.doc.resolve(c);if(u&&N.isSelectable(s.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(s.content.firstChild))a.setSelection(new N(f));else{let h=a.mapping.map(l);a.mapping.maps[a.mapping.maps.length-1].forEach((p,m,g,y)=>h=y),a.setSelection(lo(n,f,a.doc.resolve(h)))}n.focus(),n.dispatch(a.setMeta("uiEvent","drop"))}pe.focus=n=>{n.input.lastFocus=Date.now(),n.focused||(n.domObserver.stop(),n.dom.classList.add("ProseMirror-focused"),n.domObserver.start(),n.focused=!0,setTimeout(()=>{n.docView&&n.hasFocus()&&!n.domObserver.currentSelection.eq(n.domSelectionRange())&&Ue(n)},20))};pe.blur=(n,e)=>{let t=e;n.focused&&(n.domObserver.stop(),n.dom.classList.remove("ProseMirror-focused"),n.domObserver.start(),t.relatedTarget&&n.dom.contains(t.relatedTarget)&&n.domObserver.currentSelection.clear(),n.focused=!1)};pe.beforeinput=(n,e)=>{if(Q&&Ve&&e.inputType=="deleteContentBackward"){n.domObserver.flushSoon();let{domChangeCount:r}=n.input;setTimeout(()=>{if(n.input.domChangeCount!=r||(n.dom.blur(),n.focus(),n.someProp("handleKeyDown",s=>s(n,ht(8,"Backspace")))))return;let{$cursor:i}=n.state.selection;i&&i.pos>0&&n.dispatch(n.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let n in me)pe[n]=me[n];function Un(n,e){if(n==e)return!0;for(let t in n)if(n[t]!==e[t])return!1;for(let t in e)if(!(t in n))return!1;return!0}class Vr{constructor(e,t){this.toDOM=e,this.spec=t||St,this.side=this.spec.side||0}map(e,t,r,i){let{pos:s,deleted:o}=e.mapResult(t.from+i,this.side<0?-1:1);return o?null:new he(s-r,s-r,this)}valid(){return!0}eq(e){return this==e||e instanceof Vr&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Un(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class st{constructor(e,t){this.attrs=e,this.spec=t||St}map(e,t,r,i){let s=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-r,o=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-r;return s>=o?null:new he(s,o,this)}valid(e,t){return t.from=e&&(!s||s(l.spec))&&r.push(l.copy(l.from+i,l.to+i))}for(let o=0;oe){let l=this.children[o]+1;this.children[o+2].findInner(e-l,t-l,r,i+l,s)}}map(e,t,r){return this==se||e.maps.length==0?this:this.mapInner(e,t,0,0,r||St)}mapInner(e,t,r,i,s){let o;for(let l=0;l{let c=a+r,u;if(u=lu(t,l,c)){for(i||(i=this.children.slice());sl&&d.to=e){this.children[l]==e&&(r=this.children[l+2]);break}let s=e+1,o=s+t.content.size;for(let l=0;ls&&a.type instanceof st){let c=Math.max(s,a.from)-s,u=Math.min(o,a.to)-s;ci.map(e,t,St));return tt.from(r)}forChild(e,t){if(t.isLeaf)return H.empty;let r=[];for(let i=0;it instanceof H)?e:e.reduce((t,r)=>t.concat(r instanceof H?r:r.members),[]))}}forEachSet(e){for(let t=0;t{let g=m-p-(h-f);for(let y=0;yb+u-d)continue;let v=l[y]+u-d;h>=v?l[y+1]=f<=v?-2:-1:f>=u&&g&&(l[y]+=g,l[y+1]+=g)}d+=g}),u=t.maps[c].map(u,-1)}let a=!1;for(let c=0;c=r.content.size){a=!0;continue}let f=t.map(n[c+1]+s,-1),h=f-i,{index:p,offset:m}=r.content.findIndex(d),g=r.maybeChild(p);if(g&&m==d&&m+g.nodeSize==h){let y=l[c+2].mapInner(t,g,u+1,n[c]+s+1,o);y!=se?(l[c]=d,l[c+1]=h,l[c+2]=y):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=im(l,n,e,t,i,s,o),u=jr(c,r,0,o);e=u.local;for(let d=0;dt&&o.to{let c=lu(n,l,a+t);if(c){s=!0;let u=jr(c,l,t+a+1,r);u!=se&&i.push(a,a+l.nodeSize,u)}});let o=ou(s?au(n):n,-t).sort(xt);for(let l=0;l0;)e++;n.splice(e,0,t)}function qi(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=se&&e.push(r)}),n.cursorWrapper&&e.push(H.create(n.state.doc,[n.cursorWrapper.deco])),tt.from(e)}const sm={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},om=be&&rt<=11;class lm{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 am{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new lm,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let i=0;ii.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():oe&&e.composing&&r.some(i=>i.type=="childList"&&i.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),om&&(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,sm)),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 t=0;tthis.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(xl(this.view)){if(this.suppressingSelectionUpdates)return Ue(this.view);if(be&&rt<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Et(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 t=new Set,r;for(let s=e.focusNode;s;s=Gt(s))t.add(s);for(let s=e.anchorNode;s;s=Gt(s))if(t.has(s)){r=s;break}let i=r&&this.view.docView.nearestDesc(r);if(i&&i.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 t=this.pendingRecords();t.length&&(this.queue=[]);let r=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&xl(e)&&!this.ignoreSelectionChange(r),s=-1,o=-1,l=!1,a=[];if(e.editable)for(let u=0;uu.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46||Q&&(e.composing||e.input.compositionEndedAt>Date.now()-50)&&t.some(u=>u.type=="childList"&&u.removedNodes.length))){for(let u of a)if(u.nodeName=="BR"&&u.parentNode){let d=u.nextSibling;for(;d&&d.nodeType==1;){if(d.contentEditable=="false"){u.parentNode.removeChild(u);break}d=d.firstChild}}}else if(Ce&&a.length){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let[d,f]=u;d.parentNode&&d.parentNode.parentNode==f.parentNode?f.remove():d.remove()}else{let{focusNode:d}=this.currentSelection;for(let f of u){let h=f.parentNode;h&&h.nodeName=="LI"&&(!d||dm(e,d)!=h)&&f.remove()}}}let c=null;s<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||i)&&(s>-1&&(e.docView.markDirty(s,o),cm(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,hm(e,a)),this.handleDOMChange(s,o,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||Ue(e),this.currentSelection.set(r))}registerMutation(e,t){if(t.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 u=0;ui;g--){let y=r.childNodes[g-1],b=y.pmViewDesc;if(y.nodeName=="BR"&&!b){s=g;break}if(!b||b.size)break}let d=n.state.doc,f=n.someProp("domParser")||nt.fromSchema(n.state.schema),h=d.resolve(o),p=null,m=f.parse(r,{topNode:h.parent,topMatch:h.parent.contentMatchAt(h.index()),topOpen:!0,from:i,to:s,preserveWhitespace:h.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:pm,context:h});if(c&&c[0].pos!=null){let g=c[0].pos,y=c[1]&&c[1].pos;y==null&&(y=g),p={anchor:g+o,head:y+o}}return{doc:m,sel:p,from:o,to:l}}function pm(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(oe&&/^(ul|ol)$/i.test(n.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(n.parentNode.lastChild==n||oe&&/^(tr|table)$/i.test(n.parentNode.nodeName))return{ignore:!0}}else if(n.nodeName=="IMG"&&n.getAttribute("mark-placeholder"))return{ignore:!0};return null}const mm=/^(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 gm(n,e,t,r,i){let s=n.input.compositionPendingChanges||(n.composing?n.input.compositionID:0);if(n.input.compositionPendingChanges=0,e<0){let E=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,I=oo(n,E);if(I&&!n.state.selection.eq(I)){if(Q&&Ve&&n.input.lastKeyCode===13&&Date.now()-100z(n,ht(13,"Enter"))))return;let A=n.state.tr.setSelection(I);E=="pointer"?A.setMeta("pointer",!0):E=="key"&&A.scrollIntoView(),s&&A.setMeta("composition",s),n.dispatch(A)}return}let o=n.state.doc.resolve(e),l=o.sharedDepth(t);e=o.before(l+1),t=n.state.doc.resolve(t).after(l+1);let a=n.state.selection,c=fm(n,e,t),u=n.state.doc,d=u.slice(c.from,c.to),f,h;n.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ve)&&i.some(E=>E.nodeType==1&&!mm.test(E.nodeName))&&(!p||p.endA>=p.endB)&&n.someProp("handleKeyDown",E=>E(n,ht(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!p)if(r&&a instanceof R&&!a.empty&&a.$head.sameParent(a.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))p={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let E=Dl(n,n.state.doc,c.sel);if(E&&!E.eq(n.state.selection)){let I=n.state.tr.setSelection(E);s&&I.setMeta("composition",s),n.dispatch(I)}}return}n.state.selection.fromn.state.selection.from&&p.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?p.start=n.state.selection.from:p.endA=n.state.selection.to-2&&n.state.selection.to<=c.to&&(p.endB+=n.state.selection.to-p.endA,p.endA=n.state.selection.to)),be&&rt<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)=="  "&&(p.start--,p.endA--,p.endB--);let m=c.doc.resolveNoCache(p.start-c.from),g=c.doc.resolveNoCache(p.endB-c.from),y=u.resolve(p.start),b=m.sameParent(g)&&m.parent.inlineContent&&y.end()>=p.endA;if((Yt&&n.input.lastIOSEnter>Date.now()-225&&(!b||i.some(E=>E.nodeName=="DIV"||E.nodeName=="P"))||!b&&m.posE(n,ht(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>p.start&&bm(u,p.start,p.endA,m,g)&&n.someProp("handleKeyDown",E=>E(n,ht(8,"Backspace")))){Ve&&Q&&n.domObserver.suppressSelectionUpdates();return}Q&&p.endB==p.start&&(n.input.lastChromeDelete=Date.now()),Ve&&!b&&m.start()!=g.start()&&g.parentOffset==0&&m.depth==g.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,g=c.doc.resolveNoCache(p.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function(E){return E(n,ht(13,"Enter"))})},20));let v=p.start,x=p.endA,M=E=>{let I=E||n.state.tr.replace(v,x,c.doc.slice(p.start-c.from,p.endB-c.from));if(c.sel){let A=Dl(n,I.doc,c.sel);A&&!(Q&&n.composing&&A.empty&&(p.start!=p.endB||n.input.lastChromeDeleteUe(n),20));let E=M(n.state.tr.delete(v,x)),I=u.resolve(p.start).marksAcross(u.resolve(p.endA));I&&E.ensureMarks(I),n.dispatch(E)}else if(p.endA==p.endB&&(O=ym(m.parent.content.cut(m.parentOffset,g.parentOffset),y.parent.content.cut(y.parentOffset,p.endA-y.start())))){let E=M(n.state.tr);O.type=="add"?E.addMark(v,x,O.mark):E.removeMark(v,x,O.mark),n.dispatch(E)}else if(m.parent.child(m.index()).isText&&m.index()==g.index()-(g.textOffset?0:1)){let E=m.parent.textBetween(m.parentOffset,g.parentOffset),I=()=>M(n.state.tr.insertText(E,v,x));n.someProp("handleTextInput",A=>A(n,v,x,E,I))||n.dispatch(I())}else n.dispatch(M());else n.dispatch(M())}function Dl(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:lo(n,e.resolve(t.anchor),e.resolve(t.head))}function ym(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,i=t,s=r,o,l,a;for(let u=0;uu.mark(l.addToSet(u.marks));else if(i.length==0&&s.length==1)l=s[0],o="remove",a=u=>u.mark(l.removeFromSet(u.marks));else return null;let c=[];for(let u=0;ut||Ji(o,!0,!1)0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,i++,e=!1;if(t){let s=n.node(r).maybeChild(n.indexAfter(r));for(;s&&!s.isLeaf;)s=s.firstChild,i++}return i}function km(n,e,t,r,i){let s=n.findDiffStart(e,t),o=t+n.size,l=t+e.size;if(s==null)return null;let{a,b:c}=n.findDiffEnd(e,o,l);if(i=="end"){let u=Math.max(0,s-Math.min(a,c));r-=a+u-s}if(a=a?s-r:0;s-=u,c=s+(c-a),a=s}else if(c=c?s-r:0;s-=u,a=s+(a-c),c=s}return{start:s,endA:a,endB:c}}class cu{constructor(e,t){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 Lp,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach($l),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=zl(this),Ll(this),this.nodeViews=Bl(this),this.docView=ml(this.state.doc,Pl(this),qi(this),this.dom,this),this.domObserver=new am(this,(r,i,s,o)=>gm(this,r,i,s,o)),this.domObserver.start(),zp(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 t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Os(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach($l),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let r in this._props)t[r]=this._props[r];t.state=this.state;for(let r in e)t[r]=e[r];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var r;let i=this.state,s=!1,o=!1;e.storedMarks&&this.composing&&(nu(this),o=!0),this.state=e;let l=i.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let h=Bl(this);xm(h,this.nodeViews)&&(this.nodeViews=h,s=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&Os(this),this.editable=zl(this),Ll(this);let a=qi(this),c=Pl(this),u=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",d=s||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(i.selection))&&(o=!0);let f=u=="preserve"&&o&&this.dom.style.overflowAnchor==null&&Yf(this);if(o){this.domObserver.stop();let h=d&&(be||Q)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&Sm(i.selection,e.selection);if(d){let m=Q?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=Xp(this)),(s||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=ml(e.doc,c,a,this.dom,this)),m&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(h=!0)}let p=this.input.mouseDown;h||!(p&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&Sp(this)&&p.delaySelUpdate())?Ue(this,h):(jc(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((r=this.dragging)===null||r===void 0)&&r.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():f&&Xf(f)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof N){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&cl(this,t.getBoundingClientRect(),e)}else cl(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 t=0;t0&&st.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return rp(this,e)}coordsAtPos(e,t=1){return Pc(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,r=-1){let i=this.docView.posFromDOM(e,t,r);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return ap(this,t||this.state,e)}pasteHTML(e,t){return Wn(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return Wn(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return ao(this,e)}destroy(){this.docView&&(Bp(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qi(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,Hf())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Fp(this,e)}domSelectionRange(){let e=this.domSelection();return e?oe&&this.root.nodeType===11&&Uf(this.dom.ownerDocument)==this.dom&&um(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}cu.prototype.dispatch=function(n){let e=this._props.dispatchTransaction;e?e.call(this,n):this.updateState(this.state.apply(n))};function Pl(n){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(n.editable),n.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(n.state)),t)for(let r in t)r=="class"?e.class+=" "+t[r]:r=="style"?e.style=(e.style?e.style+";":"")+t[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(t[r]))}),e.translate||(e.translate="no"),[he.node(0,n.state.doc.content.size,e)]}function Ll(n){if(n.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),n.cursorWrapper={dom:e,deco:he.widget(n.state.selection.from,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function zl(n){return!n.someProp("editable",e=>e(n.state)===!1)}function Sm(n,e){let t=Math.min(n.$anchor.sharedDepth(n.head),e.$anchor.sharedDepth(e.head));return n.$anchor.start(t)!=e.$anchor.start(t)}function Bl(n){let e=Object.create(null);function t(r){for(let i in r)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=r[i])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function xm(n,e){let t=0,r=0;for(let i in n){if(n[i]!=e[i])return!0;t++}for(let i in e)r++;return t!=r}function $l(n){if(n.spec.state||n.spec.filterTransaction||n.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var ot={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:"'"},_r={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},wm=typeof navigator<"u"&&/Mac/.test(navigator.platform),vm=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var re=0;re<10;re++)ot[48+re]=ot[96+re]=String(re);for(var re=1;re<=24;re++)ot[re+111]="F"+re;for(var re=65;re<=90;re++)ot[re]=String.fromCharCode(re+32),_r[re]=String.fromCharCode(re);for(var Ki in ot)_r.hasOwnProperty(Ki)||(_r[Ki]=ot[Ki]);function Mm(n){var e=wm&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||vm&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?_r:ot)[n.keyCode]||n.key||"Unidentified";return t=="Esc"&&(t="Escape"),t=="Del"&&(t="Delete"),t=="Left"&&(t="ArrowLeft"),t=="Up"&&(t="ArrowUp"),t=="Right"&&(t="ArrowRight"),t=="Down"&&(t="ArrowDown"),t}const Cm=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),Em=typeof navigator<"u"&&/Win/.test(navigator.platform);function Tm(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,i,s,o;for(let l=0;l{for(var t in e)Om(n,t,{get:e[t],enumerable:!0})};function Ei(n){const{state:e,transaction:t}=n;let{selection:r}=t,{doc:i}=t,{storedMarks:s}=t;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 s},get selection(){return r},get doc(){return i},get tr(){return r=t.selection,i=t.doc,s=t.storedMarks,t}}}var Ti=class{constructor(n){this.editor=n.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=n.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:n,editor:e,state:t}=this,{view:r}=e,{tr:i}=t,s=this.buildProps(i);return Object.fromEntries(Object.entries(n).map(([o,l])=>[o,(...c)=>{const u=l(...c)(s);return!i.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(i),u}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(n,e=!0){const{rawCommands:t,editor:r,state:i}=this,{view:s}=r,o=[],l=!!n,a=n||i.tr,c=()=>(!l&&e&&!a.getMeta("preventDispatch")&&!this.hasCustomState&&s.dispatch(a),o.every(d=>d===!0)),u={...Object.fromEntries(Object.entries(t).map(([d,f])=>[d,(...p)=>{const m=this.buildProps(a,e),g=f(...p)(m);return o.push(g),u}])),run:c};return u}createCan(n){const{rawCommands:e,state:t}=this,r=!1,i=n||t.tr,s=this.buildProps(i,r);return{...Object.fromEntries(Object.entries(e).map(([l,a])=>[l,(...c)=>a(...c)({...s,dispatch:void 0})])),chain:()=>this.createChain(i,r)}}buildProps(n,e=!0){const{rawCommands:t,editor:r,state:i}=this,{view:s}=r,o={tr:n,editor:r,view:s,state:Ei({state:i,transaction:n}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(n,e),can:()=>this.createCan(n),get commands(){return Object.fromEntries(Object.entries(t).map(([l,a])=>[l,(...c)=>a(...c)(o)]))}};return o}},du={};mo(du,{blur:()=>Rm,clearContent:()=>Im,clearNodes:()=>Dm,command:()=>Pm,createParagraphNear:()=>Lm,cut:()=>zm,deleteCurrentNode:()=>Bm,deleteNode:()=>$m,deleteRange:()=>Fm,deleteSelection:()=>jm,enter:()=>_m,exitCode:()=>Wm,extendMarkRange:()=>Um,first:()=>qm,focus:()=>Km,forEach:()=>Gm,insertContent:()=>Ym,insertContentAt:()=>Zm,joinBackward:()=>ng,joinDown:()=>tg,joinForward:()=>rg,joinItemBackward:()=>ig,joinItemForward:()=>sg,joinTextblockBackward:()=>og,joinTextblockForward:()=>lg,joinUp:()=>eg,keyboardShortcut:()=>cg,lift:()=>ug,liftEmptyBlock:()=>dg,liftListItem:()=>hg,newlineInCode:()=>fg,resetAttributes:()=>pg,scrollIntoView:()=>mg,selectAll:()=>gg,selectNodeBackward:()=>yg,selectNodeForward:()=>bg,selectParentNode:()=>kg,selectTextblockEnd:()=>Sg,selectTextblockStart:()=>xg,setContent:()=>wg,setMark:()=>Wg,setMeta:()=>Ug,setNode:()=>qg,setNodeSelection:()=>Jg,setTextDirection:()=>Kg,setTextSelection:()=>Gg,sinkListItem:()=>Yg,splitBlock:()=>Xg,splitListItem:()=>Qg,toggleList:()=>ey,toggleMark:()=>ty,toggleNode:()=>ny,toggleWrap:()=>ry,undoInputRule:()=>iy,unsetAllMarks:()=>sy,unsetMark:()=>oy,unsetTextDirection:()=>ly,updateAttributes:()=>ay,wrapIn:()=>cy,wrapInList:()=>uy});var Rm=()=>({editor:n,view:e})=>(requestAnimationFrame(()=>{var t;n.isDestroyed||(e.dom.blur(),(t=window==null?void 0:window.getSelection())==null||t.removeAllRanges())}),!0),Im=(n=!0)=>({commands:e})=>e.setContent("",{emitUpdate:n}),Dm=()=>({state:n,tr:e,dispatch:t})=>{const{selection:r}=e,{ranges:i}=r;return t&&i.forEach(({$from:s,$to:o})=>{n.doc.nodesBetween(s.pos,o.pos,(l,a)=>{if(l.type.isText)return;const{doc:c,mapping:u}=e,d=c.resolve(u.map(a)),f=c.resolve(u.map(a+l.nodeSize)),h=d.blockRange(f);if(!h)return;const p=sn(h);if(l.type.isTextblock){const{defaultType:m}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(h.start,m)}(p||p===0)&&e.lift(h,p)})}),!0},Pm=n=>e=>n(e),Lm=()=>({state:n,dispatch:e})=>vc(n,e),zm=(n,e)=>({editor:t,tr:r})=>{const{state:i}=t,s=i.doc.slice(n.from,n.to);r.deleteRange(n.from,n.to);const o=r.mapping.map(e);return r.insert(o,s.content),r.setSelection(new R(r.doc.resolve(Math.max(o-1,0)))),!0},Bm=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,r=t.$anchor.node();if(r.content.size>0)return!1;const i=n.selection.$anchor;for(let s=i.depth;s>0;s-=1)if(i.node(s).type===r.type){if(e){const l=i.before(s),a=i.after(s);n.delete(l,a).scrollIntoView()}return!0}return!1};function K(n,e){if(typeof n=="string"){if(!e.nodes[n])throw Error(`There is no node type named '${n}'. Maybe you forgot to add the extension?`);return e.nodes[n]}return n}var $m=n=>({tr:e,state:t,dispatch:r})=>{const i=K(n,t.schema),s=e.selection.$anchor;for(let o=s.depth;o>0;o-=1)if(s.node(o).type===i){if(r){const a=s.before(o),c=s.after(o);e.delete(a,c).scrollIntoView()}return!0}return!1},Fm=n=>({tr:e,dispatch:t})=>{const{from:r,to:i}=n;return t&&e.delete(r,i),!0},Hm=n=>n.content?/^text(\*|\+)/.test(n.content):!1,Fl=(n,e,t)=>{if(!n.parent.isInline||t==="left"&&n.pos>n.start()||t==="right"&&n.pos{const r=Fl(n,t,"left"),i=Fl(e,t,"right");return{from:r,to:i}},jm=()=>({state:n,dispatch:e})=>{const{$from:t,$to:r}=n.selection;if(n.selection.empty)return!1;const{from:i,to:s}=Vm(t,r,n.schema);return e&&(n.tr.deleteRange(i,s).scrollIntoView(),e(n.tr)),!0},_m=()=>({commands:n})=>n.keyboardShortcut("Enter"),Wm=()=>({state:n,dispatch:e})=>Cf(n,e);function go(n){return Object.prototype.toString.call(n)==="[object RegExp]"}function Wr(n,e,t={strict:!0}){const r=Object.keys(e);return r.length?r.every(i=>t.strict?e[i]===n[i]:go(e[i])?e[i].test(n[i]):e[i]===n[i]):!0}function hu(n,e,t={}){return n.find(r=>r.type===e&&Wr(Object.fromEntries(Object.keys(t).map(i=>[i,r.attrs[i]])),t))}function Hl(n,e,t={}){return!!hu(n,e,t)}function yo(n,e,t){if(!n||!e)return;let r=n.parent.childAfter(n.parentOffset);if((!r.node||!r.node.marks.some(c=>c.type===e))&&(r=n.parent.childBefore(n.parentOffset)),!r.node||!r.node.marks.some(c=>c.type===e))return;if(!t){const c=r.node.marks.find(u=>u.type===e);c&&(t=c.attrs)}if(!hu([...r.node.marks],e,t))return;let s=r.index,o=n.start()+r.offset,l=s+1,a=o+r.node.nodeSize;for(;s>0&&Hl([...n.parent.child(s-1).marks],e,t);)s-=1,o-=n.parent.child(s).nodeSize;for(;l({tr:t,state:r,dispatch:i})=>{const s=Je(n,r.schema),{doc:o,selection:l}=t,{$from:a,from:c,to:u}=l;if(i){const d=yo(a,s,e);if(d&&d.from<=c&&d.to>=u){const f=R.create(o,d.from,d.to);t.setSelection(f)}}return!0},qm=n=>e=>{const t=typeof n=="function"?n(e):n;for(let r=0;r({editor:t,view:r,tr:i,dispatch:s})=>{e={scrollIntoView:!0,...e};const o=()=>{(qn()||Rs())&&r.dom.focus(),Jm()&&!qn()&&!Rs()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{t.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&t.commands.scrollIntoView())})};try{if(r.hasFocus()&&n===null||n===!1)return!0}catch{return!1}if(s&&n===null&&!bo(t.state.selection))return o(),!0;const l=fu(i.doc,n)||t.state.selection,a=t.state.selection.eq(l);return s&&(a||i.setSelection(l),a&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},Gm=(n,e)=>t=>n.every((r,i)=>e(r,{...t,index:i})),Ym=(n,e)=>({tr:t,commands:r})=>r.insertContentAt({from:t.selection.from,to:t.selection.to},n,e),pu=n=>{const e=n.childNodes;for(let t=e.length-1;t>=0;t-=1){const r=e[t];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?n.removeChild(r):r.nodeType===1&&pu(r)}return n};function ar(n){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${n}`,t=new window.DOMParser().parseFromString(e,"text/html").body;return pu(t)}function Jn(n,e,t){if(n instanceof Ne||n instanceof S)return n;t={slice:!0,parseOptions:{},...t};const r=typeof n=="object"&&n!==null,i=typeof n=="string";if(r)try{if(Array.isArray(n)&&n.length>0)return S.fromArray(n.map(l=>e.nodeFromJSON(l)));const o=e.nodeFromJSON(n);return t.errorOnInvalidContent&&o.check(),o}catch(s){if(t.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:s});return console.warn("[tiptap warn]: Invalid content.","Passed value:",n,"Error:",s),Jn("",e,t)}if(i){if(t.errorOnInvalidContent){let o=!1,l="";const a=new Wa({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:c=>(o=!0,l=typeof c=="string"?c:c.outerHTML,null)}]}})});if(t.slice?nt.fromSchema(a).parseSlice(ar(n),t.parseOptions):nt.fromSchema(a).parse(ar(n),t.parseOptions),t.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${l}`)})}const s=nt.fromSchema(e);return t.slice?s.parseSlice(ar(n),t.parseOptions).content:s.parse(ar(n),t.parseOptions)}return Jn("",e,t)}function Xm(n,e,t){const r=n.steps.length-1;if(r{o===0&&(o=u)}),n.setSelection(P.near(n.doc.resolve(o),t))}var Qm=n=>!("type"in n),Zm=(n,e,t)=>({tr:r,dispatch:i,editor:s})=>{var o;if(i){t={parseOptions:s.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...t};let l;const a=g=>{s.emit("contentError",{editor:s,error:g,disableCollaboration:()=>{"collaboration"in s.storage&&typeof s.storage.collaboration=="object"&&s.storage.collaboration&&(s.storage.collaboration.isDisabled=!0)}})},c={preserveWhitespace:"full",...t.parseOptions};if(!t.errorOnInvalidContent&&!s.options.enableContentCheck&&s.options.emitContentError)try{Jn(e,s.schema,{parseOptions:c,errorOnInvalidContent:!0})}catch(g){a(g)}try{l=Jn(e,s.schema,{parseOptions:c,errorOnInvalidContent:(o=t.errorOnInvalidContent)!=null?o:s.options.enableContentCheck})}catch(g){return a(g),!1}let{from:u,to:d}=typeof n=="number"?{from:n,to:n}:{from:n.from,to:n.to},f=!0,h=!0;if((Qm(l)?l:[l]).forEach(g=>{g.check(),f=f?g.isText&&g.marks.length===0:!1,h=h?g.isBlock:!1}),u===d&&h){const{parent:g}=r.doc.resolve(u);g.isTextblock&&!g.type.spec.code&&!g.childCount&&(u-=1,d+=1)}let m;if(f){if(Array.isArray(e))m=e.map(g=>g.text||"").join("");else if(e instanceof S){let g="";e.forEach(y=>{y.text&&(g+=y.text)}),m=g}else typeof e=="object"&&e&&e.text?m=e.text:m=e;r.insertText(m,u,d)}else{m=l;const g=r.doc.resolve(u),y=g.node(),b=g.parentOffset===0,v=y.isText||y.isTextblock,x=y.content.size>0;b&&v&&x&&h&&(u=Math.max(0,u-1)),r.replaceWith(u,d,m)}t.updateSelection&&Xm(r,r.steps.length-1,-1),t.applyInputRules&&r.setMeta("applyInputRules",{from:u,text:m}),t.applyPasteRules&&r.setMeta("applyPasteRules",{from:u,text:m})}return!0},eg=()=>({state:n,dispatch:e})=>wf(n,e),tg=()=>({state:n,dispatch:e})=>vf(n,e),ng=()=>({state:n,dispatch:e})=>gc(n,e),rg=()=>({state:n,dispatch:e})=>Sc(n,e),ig=()=>({state:n,dispatch:e,tr:t})=>{try{const r=wi(n.doc,n.selection.$from.pos,-1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}},sg=()=>({state:n,dispatch:e,tr:t})=>{try{const r=wi(n.doc,n.selection.$from.pos,1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}},og=()=>({state:n,dispatch:e})=>Sf(n,e),lg=()=>({state:n,dispatch:e})=>xf(n,e);function mu(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function ag(n){const e=n.split(/-(?!$)/);let t=e[e.length-1];t==="Space"&&(t=" ");let r,i,s,o;for(let l=0;l({editor:e,view:t,tr:r,dispatch:i})=>{const s=ag(n).split(/-(?!$)/),o=s.find(c=>!["Alt","Ctrl","Meta","Shift"].includes(c)),l=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:s.includes("Alt"),ctrlKey:s.includes("Ctrl"),metaKey:s.includes("Meta"),shiftKey:s.includes("Shift"),bubbles:!0,cancelable:!0}),a=e.captureTransaction(()=>{t.someProp("handleKeyDown",c=>c(t,l))});return a==null||a.steps.forEach(c=>{const u=c.map(r.mapping);u&&i&&r.maybeStep(u)}),!0};function lt(n,e,t={}){const{from:r,to:i,empty:s}=n.selection,o=e?K(e,n.schema):null,l=[];n.doc.nodesBetween(r,i,(d,f)=>{if(d.isText)return;const h=Math.max(r,f),p=Math.min(i,f+d.nodeSize);l.push({node:d,from:h,to:p})});const a=i-r,c=l.filter(d=>o?o.name===d.node.type.name:!0).filter(d=>Wr(d.node.attrs,t,{strict:!1}));return s?!!c.length:c.reduce((d,f)=>d+f.to-f.from,0)>=a}var ug=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return lt(t,i,e)?Mf(t,r):!1},dg=()=>({state:n,dispatch:e})=>Mc(n,e),hg=n=>({state:e,dispatch:t})=>{const r=K(n,e.schema);return zf(r)(e,t)},fg=()=>({state:n,dispatch:e})=>wc(n,e);function Ai(n,e){return e.nodes[n]?"node":e.marks[n]?"mark":null}function Vl(n,e){const t=typeof e=="string"?[e]:e;return Object.keys(n).reduce((r,i)=>(t.includes(i)||(r[i]=n[i]),r),{})}var pg=(n,e)=>({tr:t,state:r,dispatch:i})=>{let s=null,o=null;const l=Ai(typeof n=="string"?n:n.name,r.schema);if(!l)return!1;l==="node"&&(s=K(n,r.schema)),l==="mark"&&(o=Je(n,r.schema));let a=!1;return t.selection.ranges.forEach(c=>{r.doc.nodesBetween(c.$from.pos,c.$to.pos,(u,d)=>{s&&s===u.type&&(a=!0,i&&t.setNodeMarkup(d,void 0,Vl(u.attrs,e))),o&&u.marks.length&&u.marks.forEach(f=>{o===f.type&&(a=!0,i&&t.addMark(d,d+u.nodeSize,o.create(Vl(f.attrs,e))))})})}),a},mg=()=>({tr:n,dispatch:e})=>(e&&n.scrollIntoView(),!0),gg=()=>({tr:n,dispatch:e})=>{if(e){const t=new We(n.doc);n.setSelection(t)}return!0},yg=()=>({state:n,dispatch:e})=>bc(n,e),bg=()=>({state:n,dispatch:e})=>xc(n,e),kg=()=>({state:n,dispatch:e})=>Af(n,e),Sg=()=>({state:n,dispatch:e})=>Rf(n,e),xg=()=>({state:n,dispatch:e})=>Of(n,e);function Is(n,e,t={},r={}){return Jn(n,e,{slice:!1,parseOptions:t,errorOnInvalidContent:r.errorOnInvalidContent})}var wg=(n,{errorOnInvalidContent:e,emitUpdate:t=!0,parseOptions:r={}}={})=>({editor:i,tr:s,dispatch:o,commands:l})=>{const{doc:a}=s;if(r.preserveWhitespace!=="full"){const c=Is(n,i.schema,r,{errorOnInvalidContent:e??i.options.enableContentCheck});return o&&s.replaceWith(0,a.content.size,c).setMeta("preventUpdate",!t),!0}return o&&s.setMeta("preventUpdate",!t),l.insertContentAt({from:0,to:a.content.size},n,{parseOptions:r,errorOnInvalidContent:e??i.options.enableContentCheck})};function gu(n,e){const t=Je(e,n.schema),{from:r,to:i,empty:s}=n.selection,o=[];s?(n.storedMarks&&o.push(...n.storedMarks),o.push(...n.selection.$head.marks())):n.doc.nodesBetween(r,i,a=>{o.push(...a.marks)});const l=o.find(a=>a.type.name===t.name);return l?{...l.attrs}:{}}function yu(n,e){const t=new ac(n);return e.forEach(r=>{r.steps.forEach(i=>{t.step(i)})}),t}function vg(n){for(let e=0;e{t(i)&&r.push({node:i,pos:s})}),r}function Cg(n,e){for(let t=n.depth;t>0;t-=1){const r=n.node(t);if(e(r))return{pos:t>0?n.before(t):0,start:n.start(t),depth:t,node:r}}}function Ni(n){return e=>Cg(e.$from,n)}function T(n,e,t){return n.config[e]===void 0&&n.parent?T(n.parent,e,t):typeof n.config[e]=="function"?n.config[e].bind({...t,parent:n.parent?T(n.parent,e,t):null}):n.config[e]}function ko(n){return n.map(e=>{const t={name:e.name,options:e.options,storage:e.storage},r=T(e,"addExtensions",t);return r?[e,...ko(r())]:e}).flat(10)}function So(n,e){const t=Ot.fromSchema(e).serializeFragment(n),i=document.implementation.createHTMLDocument().createElement("div");return i.appendChild(t),i.innerHTML}function bu(n){return typeof n=="function"}function B(n,e=void 0,...t){return bu(n)?e?n.bind(e)(...t):n(...t):n}function Eg(n={}){return Object.keys(n).length===0&&n.constructor===Object}function Xt(n){const e=n.filter(i=>i.type==="extension"),t=n.filter(i=>i.type==="node"),r=n.filter(i=>i.type==="mark");return{baseExtensions:e,nodeExtensions:t,markExtensions:r}}function ku(n){const e=[],{nodeExtensions:t,markExtensions:r}=Xt(n),i=[...t,...r],s={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=t.filter(c=>c.name!=="text").map(c=>c.name),l=r.map(c=>c.name),a=[...o,...l];return n.forEach(c=>{const u={name:c.name,options:c.options,storage:c.storage,extensions:i},d=T(c,"addGlobalAttributes",u);if(!d)return;d().forEach(h=>{let p;Array.isArray(h.types)?p=h.types:h.types==="*"?p=a:h.types==="nodes"?p=o:h.types==="marks"?p=l:p=[],p.forEach(m=>{Object.entries(h.attributes).forEach(([g,y])=>{e.push({type:m,name:g,attribute:{...s,...y}})})})})}),i.forEach(c=>{const u={name:c.name,options:c.options,storage:c.storage},d=T(c,"addAttributes",u);if(!d)return;const f=d();Object.entries(f).forEach(([h,p])=>{const m={...s,...p};typeof(m==null?void 0:m.default)=="function"&&(m.default=m.default()),m!=null&&m.isRequired&&(m==null?void 0:m.default)===void 0&&delete m.default,e.push({type:c.name,name:h,attribute:m})})}),e}function Tg(n){const e=[];let t="",r=!1,i=!1,s=0;const o=n.length;for(let l=0;l0){s-=1,t+=a;continue}if(a===";"&&s===0){e.push(t),t="";continue}}t+=a}return t&&e.push(t),e}function jl(n){const e=[],t=Tg(n||""),r=t.length;for(let i=0;i!!e).reduce((e,t)=>{const r={...e};return Object.entries(t).forEach(([i,s])=>{if(!r[i]){r[i]=s;return}if(i==="class"){const l=s?String(s).split(" "):[],a=r[i]?r[i].split(" "):[],c=l.filter(u=>!a.includes(u));r[i]=[...a,...c].join(" ")}else if(i==="style"){const l=new Map([...jl(r[i]),...jl(s)]);r[i]=Array.from(l.entries()).map(([a,c])=>`${a}: ${c}`).join("; ")}else r[i]=s}),r},{})}function Qt(n,e){return e.filter(t=>t.type===n.type.name).filter(t=>t.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(n.attrs)||{}:{[t.name]:n.attrs[t.name]}).reduce((t,r)=>V(t,r),{})}function Ag(n){return typeof n!="string"?n:n.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(n):n==="true"?!0:n==="false"?!1:n}function _l(n,e){return"style"in n?n:{...n,getAttrs:t=>{const r=n.getAttrs?n.getAttrs(t):n.attrs;if(r===!1)return!1;const i=e.reduce((s,o)=>{const l=o.attribute.parseHTML?o.attribute.parseHTML(t):Ag(t.getAttribute(o.name));return l==null?s:{...s,[o.name]:l}},{});return{...r,...i}}}}function Wl(n){return Object.fromEntries(Object.entries(n).filter(([e,t])=>e==="attrs"&&Eg(t)?!1:t!=null))}function Ul(n){var e,t;const r={};return!((e=n==null?void 0:n.attribute)!=null&&e.isRequired)&&"default"in((n==null?void 0:n.attribute)||{})&&(r.default=n.attribute.default),((t=n==null?void 0:n.attribute)==null?void 0:t.validate)!==void 0&&(r.validate=n.attribute.validate),[n.name,r]}function Ng(n,e){var t;const r=ku(n),{nodeExtensions:i,markExtensions:s}=Xt(n),o=(t=i.find(c=>T(c,"topNode")))==null?void 0:t.name,l=Object.fromEntries(i.map(c=>{const u=r.filter(y=>y.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((y,b)=>{const v=T(b,"extendNodeSchema",d);return{...y,...v?v(c):{}}},{}),h=Wl({...f,content:B(T(c,"content",d)),marks:B(T(c,"marks",d)),group:B(T(c,"group",d)),inline:B(T(c,"inline",d)),atom:B(T(c,"atom",d)),selectable:B(T(c,"selectable",d)),draggable:B(T(c,"draggable",d)),code:B(T(c,"code",d)),whitespace:B(T(c,"whitespace",d)),linebreakReplacement:B(T(c,"linebreakReplacement",d)),defining:B(T(c,"defining",d)),isolating:B(T(c,"isolating",d)),attrs:Object.fromEntries(u.map(Ul))}),p=B(T(c,"parseHTML",d));p&&(h.parseDOM=p.map(y=>_l(y,u)));const m=T(c,"renderHTML",d);m&&(h.toDOM=y=>m({node:y,HTMLAttributes:Qt(y,u)}));const g=T(c,"renderText",d);return g&&(h.toText=g),[c.name,h]})),a=Object.fromEntries(s.map(c=>{const u=r.filter(g=>g.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((g,y)=>{const b=T(y,"extendMarkSchema",d);return{...g,...b?b(c):{}}},{}),h=Wl({...f,inclusive:B(T(c,"inclusive",d)),excludes:B(T(c,"excludes",d)),group:B(T(c,"group",d)),spanning:B(T(c,"spanning",d)),code:B(T(c,"code",d)),attrs:Object.fromEntries(u.map(Ul))}),p=B(T(c,"parseHTML",d));p&&(h.parseDOM=p.map(g=>_l(g,u)));const m=T(c,"renderHTML",d);return m&&(h.toDOM=g=>m({mark:g,HTMLAttributes:Qt(g,u)})),[c.name,h]}));return new Wa({topNode:o,nodes:l,marks:a})}function Og(n){const e=n.filter((t,r)=>n.indexOf(t)!==r);return Array.from(new Set(e))}function Rn(n){return n.sort((t,r)=>{const i=T(t,"priority")||100,s=T(r,"priority")||100;return i>s?-1:ir.name));return t.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${t.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function xu(n,e,t){const{from:r,to:i}=e,{blockSeparator:s=` -`,textSerializers:o={}}=t||{};let l="";return n.nodesBetween(r,i,(a,c,u,d)=>{var f;a.isBlock&&c>r&&(l+=s);const h=o==null?void 0:o[a.type.name];if(h)return u&&(l+=h({node:a,pos:c,parent:u,index:d,range:e})),!1;a.isText&&(l+=(f=a==null?void 0:a.text)==null?void 0:f.slice(Math.max(r,c)-c,i-c))}),l}function Dg(n,e){const t={from:0,to:n.content.size};return vu(n,t,e)}function Mu(n){return Object.fromEntries(Object.entries(n.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Pg(n,e){const t=K(e,n.schema),{from:r,to:i}=n.selection,s=[];n.doc.nodesBetween(r,i,l=>{s.push(l)});const o=s.reverse().find(l=>l.type.name===t.name);return o?{...o.attrs}:{}}function Cu(n,e){const t=Ai(typeof e=="string"?e:e.name,n.schema);return t==="node"?Pg(n,e):t==="mark"?bu(n,e):{}}function Lg(n,e=JSON.stringify){const t={};return n.filter(r=>{const i=e(r);return Object.prototype.hasOwnProperty.call(t,i)?!1:t[i]=!0})}function zg(n){const e=Lg(n);return e.length===1?e:e.filter((t,r)=>!e.filter((s,o)=>o!==r).some(s=>t.oldRange.from>=s.oldRange.from&&t.oldRange.to<=s.oldRange.to&&t.newRange.from>=s.newRange.from&&t.newRange.to<=s.newRange.to))}function Eu(n){const{mapping:e,steps:t}=n,r=[];return e.maps.forEach((i,s)=>{const o=[];if(i.ranges.length)i.forEach((l,a)=>{o.push({from:l,to:a})});else{const{from:l,to:a}=t[s];if(l===void 0||a===void 0)return;o.push({from:l,to:a})}o.forEach(({from:l,to:a})=>{const c=e.slice(s).map(l,-1),u=e.slice(s).map(a),d=e.invert().map(c,-1),f=e.invert().map(u);r.push({oldRange:{from:d,to:f},newRange:{from:c,to:u}})})}),zg(r)}function vo(n,e,t){const r=[];return n===e?t.resolve(n).marks().forEach(i=>{const s=t.resolve(n),o=ko(s,i.type);o&&r.push({mark:i,...o})}):t.nodesBetween(n,e,(i,s)=>{!i||(i==null?void 0:i.nodeSize)===void 0||r.push(...i.marks.map(o=>({from:s,to:s+i.nodeSize,mark:o})))}),r}var Bg=(n,e,t,r=20)=>{const i=n.doc.resolve(t);let s=r,o=null;for(;s>0&&o===null;){const l=i.node(s);(l==null?void 0:l.type.name)===e?o=l:s-=1}return[o,s]};function on(n,e){return e.nodes[n]||e.marks[n]||null}function Er(n,e,t){return Object.fromEntries(Object.entries(t).filter(([r])=>{const i=n.find(s=>s.type===e&&s.name===r);return i?i.attribute.keepOnSplit:!1}))}var $g=(n,e=500)=>{let t="";const r=n.parentOffset;return n.parent.nodesBetween(Math.max(0,r-e),r,(i,s,o,l)=>{var a,c;const u=((c=(a=i.type.spec).toText)==null?void 0:c.call(a,{node:i,pos:s,parent:o,index:l}))||i.textContent||"%leaf%";t+=i.isAtom&&!i.isText?u:u.slice(0,Math.max(0,r-s))}),t};function Ls(n,e,t={}){const{empty:r,ranges:i}=n.selection,s=e?qe(e,n.schema):null;if(r)return!!(n.storedMarks||n.selection.$from.marks()).filter(d=>s?s.name===d.type.name:!0).find(d=>Wr(d.attrs,t,{strict:!1}));let o=0;const l=[];if(i.forEach(({$from:d,$to:f})=>{const h=d.pos,p=f.pos;n.doc.nodesBetween(h,p,(m,g)=>{if(s&&m.inlineContent&&!m.type.allowsMarkType(s))return!1;if(!m.isText&&!m.marks.length)return;const y=Math.max(h,g),b=Math.min(p,g+m.nodeSize),M=b-y;o+=M,l.push(...m.marks.map(x=>({mark:x,from:y,to:b})))})}),o===0)return!1;const a=l.filter(d=>s?s.name===d.mark.type.name:!0).filter(d=>Wr(d.mark.attrs,t,{strict:!1})).reduce((d,f)=>d+f.to-f.from,0),c=l.filter(d=>s?d.mark.type!==s&&d.mark.type.excludes(s):!0).reduce((d,f)=>d+f.to-f.from,0);return(a>0?a+c:a)>=o}function Fg(n,e,t={}){if(!e)return ot(n,null,t)||Ls(n,null,t);const r=Ai(e,n.schema);return r==="node"?ot(n,e,t):r==="mark"?Ls(n,e,t):!1}var Hg=(n,e)=>{const{$from:t,$to:r,$anchor:i}=n.selection;if(e){const s=Ni(l=>l.type.name===e)(n.selection);if(!s)return!1;const o=n.doc.resolve(s.pos+1);return i.pos+1===o.end()}return!(r.parentOffset{const{$from:e,$to:t}=n.selection;return!(e.parentOffset>0||e.pos!==t.pos)};function Kl(n,e){return Array.isArray(e)?e.some(t=>(typeof t=="string"?t:t.name)===n.name):e}function Yi(n,e){const{nodeExtensions:t}=Gt(e),r=t.find(o=>o.name===n);if(!r)return!1;const i={name:r.name,options:r.options,storage:r.storage},s=z(A(r,"group",i));return typeof s!="string"?!1:s.split(" ").includes("list")}function Kn(n,{checkChildren:e=!0,ignoreWhitespace:t=!1}={}){var r;if(t){if(n.type.name==="hardBreak")return!0;if(n.isText)return!/\S/.test((r=n.text)!=null?r:"")}if(n.isText)return!n.text;if(n.isAtom||n.isLeaf)return!1;if(n.content.childCount===0)return!0;if(e){let i=!0;return n.content.forEach(s=>{i!==!1&&(Kn(s,{ignoreWhitespace:t,checkChildren:e})||(i=!1))}),i}return!1}function Tu(n){return n instanceof N}function jg({selection:n,pos:e,nodeSize:t,selectedOnTextSelection:r=!1}){const{from:i,to:s}=n;return!!(i<=e&&s>=e+t||r&&So(n)&&i>e&&sc.type.excludes(t)))}const{ranges:o}=i;return o.some(({$from:l,$to:a})=>{let c=l.depth===0?n.doc.inlineContent&&n.doc.type.allowsMarkType(t):!1;return n.doc.nodesBetween(l.pos,a.pos,(u,d,f)=>{if(c)return!1;if(u.isInline){const h=!f||f.type.allowsMarkType(t),p=!!t.isInSet(u.marks)||!u.marks.some(m=>m.type.excludes(t));c=h&&p}return!c}),c})}var qg=(n,e={})=>({tr:t,state:r,dispatch:i})=>{const{selection:s}=t,{empty:o,ranges:l}=s,a=qe(n,r.schema);if(i)if(o){const c=bu(r,a);t.addStoredMark(a.create({...c,...e}))}else l.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;r.doc.nodesBetween(u,d,(f,h)=>{const p=Math.max(h,u),m=Math.min(h+f.nodeSize,d);f.marks.find(y=>y.type===a)?f.marks.forEach(y=>{a===y.type&&t.addMark(p,m,a.create({...y.attrs,...e}))}):t.addMark(p,m,a.create(e))})});return Ug(r,t,a)},Jg=(n,e)=>({tr:t})=>(t.setMeta(n,e),!0),Kg=(n,e={})=>({state:t,dispatch:r,chain:i})=>{const s=K(n,t.schema);let o;return t.selection.$anchor.sameParent(t.selection.$head)&&(o=t.selection.$anchor.parent.attrs),s.isTextblock?i().command(({commands:l})=>al(s,{...o,...e})(t)?!0:l.clearNodes()).command(({state:l})=>al(s,{...o,...e})(l,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},Gg=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,i=pt(n,0,r.content.size),s=N.create(r,i);e.setSelection(s)}return!0},Yg=(n,e)=>({tr:t,state:r,dispatch:i})=>{const{selection:s}=r;let o,l;return typeof e=="number"?(o=e,l=e):e&&"from"in e&&"to"in e?(o=e.from,l=e.to):(o=s.from,l=s.to),i&&t.doc.nodesBetween(o,l,(a,c)=>{a.isText||t.setNodeMarkup(c,void 0,{...a.attrs,dir:n})}),!0},Xg=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,{from:i,to:s}=typeof n=="number"?{from:n,to:n}:n,o=I.atStart(r).from,l=I.atEnd(r).to,a=pt(i,o,l),c=pt(s,o,l),u=I.create(r,a,c);e.setSelection(u)}return!0},Qg=n=>({state:e,dispatch:t})=>{const r=K(n,e.schema);return Vf(r)(e,t)};function Gl(n,e){const t=n.storedMarks||n.selection.$to.parentOffset&&n.selection.$from.marks();if(t){const r=t.filter(i=>e==null?void 0:e.includes(i.type.name));n.tr.ensureMarks(r)}}var Zg=({keepMarks:n=!0}={})=>({tr:e,state:t,dispatch:r,editor:i})=>{const{selection:s,doc:o}=e,{$from:l,$to:a}=s,c=i.extensionManager.attributes,u=Er(c,l.node().type.name,l.node().attrs);if(s instanceof N&&s.node.isBlock)return!l.parentOffset||!je(o,l.pos)?!1:(r&&(n&&Gl(t,i.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),!0);if(!l.parent.isBlock)return!1;const d=a.parentOffset===a.parent.content.size,f=l.depth===0?void 0:Cg(l.node(-1).contentMatchAt(l.indexAfter(-1)));let h=d&&f?[{type:f,attrs:u}]:void 0,p=je(e.doc,e.mapping.map(l.pos),1,h);if(!h&&!p&&je(e.doc,e.mapping.map(l.pos),1,f?[{type:f}]:void 0)&&(p=!0,h=f?[{type:f,attrs:u}]:void 0),r){if(p&&(s instanceof I&&e.deleteSelection(),e.split(e.mapping.map(l.pos),1,h),f&&!d&&!l.parentOffset&&l.parent.type!==f)){const m=e.mapping.map(l.before()),g=e.doc.resolve(m);l.node(-1).canReplaceWith(g.index(),g.index()+1,f)&&e.setNodeMarkup(e.mapping.map(l.before()),f)}n&&Gl(t,i.extensionManager.splittableMarks),e.scrollIntoView()}return p},ey=(n,e={})=>({tr:t,state:r,dispatch:i,editor:s})=>{var o;const l=K(n,r.schema),{$from:a,$to:c}=r.selection,u=r.selection.node;if(u&&u.isBlock||a.depth<2||!a.sameParent(c))return!1;const d=a.node(-1);if(d.type!==l)return!1;const f=s.extensionManager.attributes;if(a.parent.content.size===0&&a.node(-1).childCount===a.indexAfter(-1)){if(a.depth===2||a.node(-3).type!==l||a.index(-2)!==a.node(-2).childCount-1)return!1;if(i){let y=S.empty;const b=a.index(-1)?1:a.index(-2)?2:3;for(let T=a.depth-b;T>=a.depth-3;T-=1)y=S.from(a.node(T).copy(y));const M=a.indexAfter(-1){if(C>-1)return!1;T.isTextblock&&T.content.size===0&&(C=R+1)}),C>-1&&t.setSelection(I.near(t.doc.resolve(C))),t.scrollIntoView()}return!0}const h=c.pos===a.end()?d.contentMatchAt(0).defaultType:null,p={...Er(f,d.type.name,d.attrs),...e},m={...Er(f,a.node().type.name,a.node().attrs),...e};t.delete(a.pos,c.pos);const g=h?[{type:l,attrs:p},{type:h,attrs:m}]:[{type:l,attrs:p}];if(!je(t.doc,a.pos,2))return!1;if(i){const{selection:y,storedMarks:b}=r,{splittableMarks:M}=s.extensionManager,x=b||y.$to.parentOffset&&y.$from.marks();if(t.split(a.pos,2,g).scrollIntoView(),!x||!i)return!0;const v=x.filter(O=>M.includes(O.type.name));t.ensureMarks(v)}return!0},Xi=(n,e)=>{const t=Ni(o=>o.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(Math.max(0,t.pos-1)).before(t.depth);if(r===void 0)return!0;const i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&<(n.doc,t.pos)&&n.join(t.pos),!0},Qi=(n,e)=>{const t=Ni(o=>o.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(t.start).after(t.depth);if(r===void 0)return!0;const i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&<(n.doc,r)&&n.join(r),!0};function ty(n){const e=n.doc,t=e.firstChild;if(!t)return null;const r=e.resolve(1),i=e.resolve(t.nodeSize-1);return I.between(r,i)}var ny=(n,e,t,r={})=>({editor:i,tr:s,state:o,dispatch:l,chain:a,commands:c,can:u})=>{const{extensions:d,splittableMarks:f}=i.extensionManager,h=K(n,o.schema),p=K(e,o.schema),{selection:m,storedMarks:g}=o,{$from:y,$to:b}=m,M=y.blockRange(b),x=g||m.$to.parentOffset&&m.$from.marks();if(!M)return!1;const v=Ni(re=>Yi(re.type.name,d))(m),O=m.from===0&&m.to===o.doc.content.size,C=o.doc.content.content,T=C.length===1?C[0]:null,R=O&&T&&Yi(T.type.name,d)?{node:T,pos:0}:null,j=v??R,ae=!!v&&M.depth>=1&&M.depth-v.depth<=1,Te=!!R;if((ae||Te)&&j){if(j.node.type===h)return O&&Te?a().command(({tr:re,dispatch:Y})=>{const q=ty(re);return q?(re.setSelection(q),Y&&Y(re),!0):!1}).liftListItem(p).run():c.liftListItem(p);if(Yi(j.node.type.name,d)&&h.validContent(j.node.content))return a().command(()=>(s.setNodeMarkup(j.pos,h),!0)).command(()=>Xi(s,h)).command(()=>Qi(s,h)).run()}return!t||!x||!l?a().command(()=>u().wrapInList(h,r)?!0:c.clearNodes()).wrapInList(h,r).command(()=>Xi(s,h)).command(()=>Qi(s,h)).run():a().command(()=>{const re=u().wrapInList(h,r),Y=x.filter(q=>f.includes(q.type.name));return s.ensureMarks(Y),re?!0:c.clearNodes()}).wrapInList(h,r).command(()=>Xi(s,h)).command(()=>Qi(s,h)).run()},ry=(n,e={},t={})=>({state:r,commands:i})=>{const{extendEmptyMarkRange:s=!1}=t,o=qe(n,r.schema);return Ls(r,o,e)?i.unsetMark(o,{extendEmptyMarkRange:s}):i.setMark(o,e)},iy=(n,e,t={})=>({state:r,commands:i})=>{const s=K(n,r.schema),o=K(e,r.schema),l=ot(r,s,t);let a;return r.selection.$anchor.sameParent(r.selection.$head)&&(a=r.selection.$anchor.parent.attrs),l?i.setNode(o,a):i.setNode(s,{...a,...t})},sy=(n,e={})=>({state:t,commands:r})=>{const i=K(n,t.schema);return ot(t,i,e)?r.lift(i):r.wrapIn(i,e)},oy=()=>({state:n,dispatch:e})=>{const t=n.plugins;for(let r=0;r=0;a-=1)o.step(l.steps[a].invert(l.docs[a]));if(s.text){const a=o.doc.resolve(s.from).marks();o.replaceWith(s.from,s.to,n.schema.text(s.text,a))}else o.delete(s.from,s.to)}return!0}}return!1},ly=(n={})=>({tr:e,dispatch:t,editor:r})=>{const{ignoreClearable:i=!1}=n,{selection:s}=e,{empty:o,ranges:l}=s;if(o)return!0;const{nonClearableMarks:a}=r.extensionManager;if(t){const c=Object.values(r.schema.marks).filter(u=>i||!a.includes(u.name));l.forEach(u=>{for(const d of c)e.removeMark(u.$from.pos,u.$to.pos,d)})}return!0},ay=(n,e={})=>({tr:t,state:r,dispatch:i})=>{var s;const{extendEmptyMarkRange:o=!1}=e,{selection:l}=t,a=qe(n,r.schema),{$from:c,empty:u,ranges:d}=l;if(!i)return!0;if(u&&o){let{from:f,to:h}=l;const p=(s=c.marks().find(g=>g.type===a))==null?void 0:s.attrs,m=ko(c,a,p);m&&(f=m.from,h=m.to),t.removeMark(f,h,a)}else d.forEach(f=>{t.removeMark(f.$from.pos,f.$to.pos,a)});return t.removeStoredMark(a),!0},cy=n=>({tr:e,state:t,dispatch:r})=>{const{selection:i}=t;let s,o;return typeof n=="number"?(s=n,o=n):n&&"from"in n&&"to"in n?(s=n.from,o=n.to):(s=i.from,o=i.to),r&&e.doc.nodesBetween(s,o,(l,a)=>{if(l.isText)return;const c={...l.attrs};delete c.dir,e.setNodeMarkup(a,void 0,c)}),!0},uy=(n,e={})=>({tr:t,state:r,dispatch:i})=>{let s=null,o=null;const l=Ai(typeof n=="string"?n:n.name,r.schema);if(!l)return!1;l==="node"&&(s=K(n,r.schema)),l==="mark"&&(o=qe(n,r.schema));let a=!1;return t.selection.ranges.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;let f,h,p,m;t.selection.empty?r.doc.nodesBetween(u,d,(g,y)=>{s&&s===g.type&&(a=!0,p=Math.max(y,u),m=Math.min(y+g.nodeSize,d),f=y,h=g)}):r.doc.nodesBetween(u,d,(g,y)=>{y=u&&y<=d&&(s&&s===g.type&&(a=!0,i&&t.setNodeMarkup(y,void 0,{...g.attrs,...e})),o&&g.marks.length&&g.marks.forEach(b=>{if(o===b.type&&(a=!0,i)){const M=Math.max(y,u),x=Math.min(y+g.nodeSize,d);t.addMark(M,x,o.create({...b.attrs,...e}))}}))}),h&&(f!==void 0&&i&&t.setNodeMarkup(f,void 0,{...h.attrs,...e}),o&&h.marks.length&&h.marks.forEach(g=>{o===g.type&&i&&t.addMark(p,m,o.create({...g.attrs,...e}))}))}),a},dy=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return Pf(i,e)(t,r)},hy=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return Lf(i,e)(t,r)},fy=class{constructor(){this.callbacks={}}on(n,e){return this.callbacks[n]||(this.callbacks[n]=[]),this.callbacks[n].push(e),this}emit(n,...e){const t=this.callbacks[n];return t&&t.forEach(r=>r.apply(this,e)),this}off(n,e){const t=this.callbacks[n];return t&&(e?this.callbacks[n]=t.filter(r=>r!==e):delete this.callbacks[n]),this}once(n,e){const t=(...r)=>{this.off(n,t),e.apply(this,r)};return this.on(n,t)}removeAllListeners(){this.callbacks={}}},Oi=class{constructor(n){var e;this.find=n.find,this.handler=n.handler,this.undoable=(e=n.undoable)!=null?e:!0}},py=(n,e)=>{if(bo(e))return e.exec(n);const t=e(n);if(!t)return null;const r=[t.text];return r.index=t.index,r.input=n,r.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(t.replaceWith)),r};function cr(n){var e;const{editor:t,from:r,to:i,text:s,rules:o,plugin:l}=n,{view:a}=t;if(a.composing)return!1;const c=a.state.doc.resolve(r);if(c.parent.type.spec.code||(e=c.nodeBefore||c.nodeAfter)!=null&&e.marks.find(f=>f.type.spec.code))return!1;let u=!1;const d=$g(c)+s;return o.forEach(f=>{if(u)return;const h=py(d,f.find);if(!h)return;const p=a.state.tr,m=Ei({state:a.state,transaction:p}),g={from:r-(h[0].length-s.length),to:i},{commands:y,chain:b,can:M}=new Ti({editor:t,state:m});f.handler({state:m,range:g,match:h,commands:y,chain:b,can:M})===null||!p.steps.length||(f.undoable&&p.setMeta(l,{transform:p,from:r,to:i,text:s}),a.dispatch(p),u=!0)}),u}function my(n){const{editor:e,rules:t}=n,r=new V({state:{init(){return null},apply(i,s,o){const l=i.getMeta(r);if(l)return l;const a=i.getMeta("applyInputRules");return!!a&&setTimeout(()=>{let{text:u}=a;typeof u=="string"?u=u:u=wo(S.from(u),o.schema);const{from:d}=a,f=d+u.length;cr({editor:e,from:d,to:f,text:u,rules:t,plugin:r})}),i.selectionSet||i.docChanged?null:s}},props:{handleTextInput(i,s,o,l){return cr({editor:e,from:s,to:o,text:l,rules:t,plugin:r})},handleDOMEvents:{compositionend:i=>(setTimeout(()=>{const{$cursor:s}=i.state.selection;s&&cr({editor:e,from:s.pos,to:s.pos,text:"",rules:t,plugin:r})}),!1)},handleKeyDown(i,s){if(s.key!=="Enter")return!1;const{$cursor:o}=i.state.selection;return o?cr({editor:e,from:o.pos,to:o.pos,text:` -`,rules:t,plugin:r}):!1}},isInputRules:!0});return r}function gy(n){return Object.prototype.toString.call(n).slice(8,-1)}function ur(n){return gy(n)!=="Object"?!1:n.constructor===Object&&Object.getPrototypeOf(n)===Object.prototype}function Ou(n,e){const t={...n};return ur(n)&&ur(e)&&Object.keys(e).forEach(r=>{ur(e[r])&&ur(n[r])?t[r]=Ou(n[r],e[r]):t[r]=e[r]}),t}var Mo=class{constructor(n={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...n},this.name=this.config.name}get options(){return{...z(A(this,"addOptions",{name:this.name}))}}get storage(){return{...z(A(this,"addStorage",{name:this.name,options:this.options}))}}configure(n={}){const e=this.extend({...this.config,addOptions:()=>Ou(this.options,n)});return e.name=this.name,e.parent=this.parent,this.child=null,e}extend(n={}){const e=new this.constructor({...this.config,...n});return e.parent=this,this.child=e,e.name="name"in n?n.name:e.parent.name,e}},Ot=class Ru extends Mo{constructor(){super(...arguments),this.type="mark"}static create(e={}){const t=typeof e=="function"?e():e;return new Ru(t)}static handleExit({editor:e,mark:t}){const{tr:r}=e.state,i=e.state.selection.$from;if(i.pos===i.end()){const o=i.marks();if(!!!o.find(c=>(c==null?void 0:c.type.name)===t.name))return!1;const a=o.find(c=>(c==null?void 0:c.type.name)===t.name);return a&&r.removeStoredMark(a),r.insertText(" ",i.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}};function yy(n){return typeof n=="number"}var by=class{constructor(n){this.find=n.find,this.handler=n.handler}},ky=(n,e,t)=>{if(bo(e))return[...n.matchAll(e)];const r=e(n,t);return r?r.map(i=>{const s=[i.text];return s.index=i.index,s.input=n,s.data=i.data,i.replaceWith&&(i.text.includes(i.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),s.push(i.replaceWith)),s}):[]};function Sy(n){const{editor:e,state:t,from:r,to:i,rule:s,pasteEvent:o,dropEvent:l}=n,{commands:a,chain:c,can:u}=new Ti({editor:e,state:t}),d=[];return t.doc.nodesBetween(r,i,(h,p)=>{var m,g,y,b,M;if((g=(m=h.type)==null?void 0:m.spec)!=null&&g.code||!(h.isText||h.isTextblock||h.isInline))return;const x=(M=(b=(y=h.content)==null?void 0:y.size)!=null?b:h.nodeSize)!=null?M:0,v=Math.max(r,p),O=Math.min(i,p+x);if(v>=O)return;const C=h.isText?h.text||"":h.textBetween(v-p,O-p,void 0,"");ky(C,s.find,o).forEach(R=>{if(R.index===void 0)return;const j=v+R.index+1,ae=j+R[0].length,Te={from:t.tr.mapping.map(j),to:t.tr.mapping.map(ae)},re=s.handler({state:t,range:Te,match:R,commands:a,chain:c,can:u,pasteEvent:o,dropEvent:l});d.push(re)})}),d.every(h=>h!==null)}var dr=null,xy=n=>{var e;const t=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=t.clipboardData)==null||e.setData("text/html",n),t};function wy(n){const{editor:e,rules:t}=n;let r=null,i=!1,s=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,l;try{l=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{l=null}const a=({state:u,from:d,to:f,rule:h,pasteEvt:p})=>{const m=u.tr,g=Ei({state:u,transaction:m});if(!(!Sy({editor:e,state:g,from:Math.max(d-1,0),to:f.b-1,rule:h,pasteEvent:p,dropEvent:l})||!m.steps.length)){try{l=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{l=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,m}};return t.map(u=>new V({view(d){const f=p=>{var m;r=(m=d.dom.parentElement)!=null&&m.contains(p.target)?d.dom.parentElement:null,r&&(dr=e)},h=()=>{dr&&(dr=null)};return window.addEventListener("dragstart",f),window.addEventListener("dragend",h),{destroy(){window.removeEventListener("dragstart",f),window.removeEventListener("dragend",h)}}},props:{handleDOMEvents:{drop:(d,f)=>{if(s=r===d.dom.parentElement,l=f,!s){const h=dr;h!=null&&h.isEditable&&setTimeout(()=>{const p=h.state.selection;p&&h.commands.deleteRange({from:p.from,to:p.to})},10)}return!1},paste:(d,f)=>{var h;const p=(h=f.clipboardData)==null?void 0:h.getData("text/html");return o=f,i=!!(p!=null&&p.includes("data-pm-slice")),!1}}},appendTransaction:(d,f,h)=>{const p=d[0],m=p.getMeta("uiEvent")==="paste"&&!i,g=p.getMeta("uiEvent")==="drop"&&!s,y=p.getMeta("applyPasteRules"),b=!!y;if(!m&&!g&&!b)return;if(b){let{text:v}=y;typeof v=="string"?v=v:v=wo(S.from(v),h.schema);const{from:O}=y,C=O+v.length,T=xy(v);return a({rule:u,state:h,from:O,to:{b:C},pasteEvt:T})}const M=f.doc.content.findDiffStart(h.doc.content),x=f.doc.content.findDiffEnd(h.doc.content);if(!(!yy(M)||!x||M===x.b))return a({rule:u,state:h,from:M,to:x,pasteEvt:o})}}))}var Ri=class{constructor(n,e){this.splittableMarks=[],this.nonClearableMarks=[],this.editor=e,this.baseExtensions=n,this.extensions=wu(n),this.schema=Rg(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((n,e)=>{const t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:on(e.name,this.schema)},r=A(e,"addCommands",t);return r?{...n,...r()}:n},{})}get plugins(){const{editor:n}=this;return Rn([...this.extensions].reverse()).flatMap(r=>{const i={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:n,type:on(r.name,this.schema)},s=[],o=A(r,"addKeyboardShortcuts",i);let l={};if(r.type==="mark"&&A(r,"exitable",i)&&(l.ArrowRight=()=>Ot.handleExit({editor:n,mark:r})),o){const f=Object.fromEntries(Object.entries(o()).map(([h,p])=>[h,()=>p({editor:n})]));l={...l,...f}}const a=Rm(l);s.push(a);const c=A(r,"addInputRules",i);if(Kl(r,n.options.enableInputRules)&&c){const f=c();if(f&&f.length){const h=my({editor:n,rules:f}),p=Array.isArray(h)?h:[h];s.push(...p)}}const u=A(r,"addPasteRules",i);if(Kl(r,n.options.enablePasteRules)&&u){const f=u();if(f&&f.length){const h=wy({editor:n,rules:f});s.push(...h)}}const d=A(r,"addProseMirrorPlugins",i);if(d){const f=d();s.push(...f)}return s})}get attributes(){return xu(this.extensions)}get nodeViews(){const{editor:n}=this,{nodeExtensions:e}=Gt(this.extensions);return Object.fromEntries(e.filter(t=>!!A(t,"addNodeView")).map(t=>{const r=this.attributes.filter(a=>a.type===t.name),i={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:n,type:K(t.name,this.schema)},s=A(t,"addNodeView",i);if(!s)return[];const o=s();if(!o)return[];const l=(a,c,u,d,f)=>{const h=Yt(a,r);return o({node:a,view:c,getPos:u,decorations:d,innerDecorations:f,editor:n,extension:t,HTMLAttributes:h})};return[t.name,l]}))}dispatchTransaction(n){const{editor:e}=this;return Rn([...this.extensions].reverse()).reduceRight((r,i)=>{const s={name:i.name,options:i.options,storage:this.editor.extensionStorage[i.name],editor:e,type:on(i.name,this.schema)},o=A(i,"dispatchTransaction",s);return o?l=>{o.call(s,{transaction:l,next:r})}:r},n)}transformPastedHTML(n){const{editor:e}=this;return Rn([...this.extensions]).reduce((r,i)=>{const s={name:i.name,options:i.options,storage:this.editor.extensionStorage[i.name],editor:e,type:on(i.name,this.schema)},o=A(i,"transformPastedHTML",s);return o?(l,a)=>{const c=r(l,a);return o.call(s,c)}:r},n||(r=>r))}get markViews(){const{editor:n}=this,{markExtensions:e}=Gt(this.extensions);return Object.fromEntries(e.filter(t=>!!A(t,"addMarkView")).map(t=>{const r=this.attributes.filter(l=>l.type===t.name),i={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:n,type:qe(t.name,this.schema)},s=A(t,"addMarkView",i);if(!s)return[];const o=(l,a,c)=>{const u=Yt(l,r);return s()({mark:l,view:a,inline:c,editor:n,extension:t,HTMLAttributes:u,updateAttributes:d=>{zy(l,n,d)}})};return[t.name,o]}))}destroy(){this.extensions.forEach(n=>{let e=n;for(;e.parent;){const t=e.parent;t.child===e&&(t.child=null),e=t}}),this.extensions=[],this.baseExtensions=[],this.schema=null,this.editor=null}setupExtensions(){const n=this.extensions;this.editor.extensionStorage=Object.fromEntries(n.map(e=>[e.name,e.storage])),n.forEach(e=>{var t,r;const i={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:on(e.name,this.schema)};e.type==="mark"&&(((t=z(A(e,"keepOnSplit",i)))==null||t)&&this.splittableMarks.push(e.name),(r=z(A(e,"clearable",i)))==null||r||this.nonClearableMarks.push(e.name));const s=A(e,"onBeforeCreate",i),o=A(e,"onCreate",i),l=A(e,"onUpdate",i),a=A(e,"onSelectionUpdate",i),c=A(e,"onTransaction",i),u=A(e,"onFocus",i),d=A(e,"onBlur",i),f=A(e,"onDestroy",i);s&&this.editor.on("beforeCreate",s),o&&this.editor.on("create",o),l&&this.editor.on("update",l),a&&this.editor.on("selectionUpdate",a),c&&this.editor.on("transaction",c),u&&this.editor.on("focus",u),d&&this.editor.on("blur",d),f&&this.editor.on("destroy",f)})}};Ri.resolve=wu;Ri.sort=Rn;Ri.flatten=xo;var vy={};yo(vy,{ClipboardTextSerializer:()=>Du,Commands:()=>Pu,Delete:()=>Lu,Drop:()=>zu,Editable:()=>Bu,FocusEvents:()=>Fu,Keymap:()=>Hu,Paste:()=>Vu,Tabindex:()=>ju,TextDirection:()=>_u,focusEventsPluginKey:()=>$u});var U=class Iu extends Mo{constructor(){super(...arguments),this.type="extension"}static create(e={}){const t=typeof e=="function"?e():e;return new Iu(t)}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}},Du=U.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new V({key:new G("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:n}=this,{state:e,schema:t}=n,{doc:r,selection:i}=e,s=Mu(t),{blockSeparator:o}=this.options,l={...o!==void 0?{blockSeparator:o}:{},textSerializers:s};return[...i.ranges].sort((c,u)=>c.$from.pos-u.$from.pos).map(({$from:c,$to:u})=>vu(r,{from:c.pos,to:u.pos},l)).join(o??` +`,textSerializers:o={}}=t||{};let l="";return n.nodesBetween(r,i,(a,c,u,d)=>{var f;a.isBlock&&c>r&&(l+=s);const h=o==null?void 0:o[a.type.name];if(h)return u&&(l+=h({node:a,pos:c,parent:u,index:d,range:e})),!1;a.isText&&(l+=(f=a==null?void 0:a.text)==null?void 0:f.slice(Math.max(r,c)-c,i-c))}),l}function Rg(n,e){const t={from:0,to:n.content.size};return xu(n,t,e)}function wu(n){return Object.fromEntries(Object.entries(n.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Ig(n,e){const t=K(e,n.schema),{from:r,to:i}=n.selection,s=[];n.doc.nodesBetween(r,i,l=>{s.push(l)});const o=s.reverse().find(l=>l.type.name===t.name);return o?{...o.attrs}:{}}function vu(n,e){const t=Ai(typeof e=="string"?e:e.name,n.schema);return t==="node"?Ig(n,e):t==="mark"?gu(n,e):{}}function Dg(n,e=JSON.stringify){const t={};return n.filter(r=>{const i=e(r);return Object.prototype.hasOwnProperty.call(t,i)?!1:t[i]=!0})}function Pg(n){const e=Dg(n);return e.length===1?e:e.filter((t,r)=>!e.filter((s,o)=>o!==r).some(s=>t.oldRange.from>=s.oldRange.from&&t.oldRange.to<=s.oldRange.to&&t.newRange.from>=s.newRange.from&&t.newRange.to<=s.newRange.to))}function Mu(n){const{mapping:e,steps:t}=n,r=[];return e.maps.forEach((i,s)=>{const o=[];if(i.ranges.length)i.forEach((l,a)=>{o.push({from:l,to:a})});else{const{from:l,to:a}=t[s];if(l===void 0||a===void 0)return;o.push({from:l,to:a})}o.forEach(({from:l,to:a})=>{const c=e.slice(s).map(l,-1),u=e.slice(s).map(a),d=e.invert().map(c,-1),f=e.invert().map(u);r.push({oldRange:{from:d,to:f},newRange:{from:c,to:u}})})}),Pg(r)}function xo(n,e,t){const r=[];return n===e?t.resolve(n).marks().forEach(i=>{const s=t.resolve(n),o=yo(s,i.type);o&&r.push({mark:i,...o})}):t.nodesBetween(n,e,(i,s)=>{!i||(i==null?void 0:i.nodeSize)===void 0||r.push(...i.marks.map(o=>({from:s,to:s+i.nodeSize,mark:o})))}),r}var Lg=(n,e,t,r=20)=>{const i=n.doc.resolve(t);let s=r,o=null;for(;s>0&&o===null;){const l=i.node(s);(l==null?void 0:l.type.name)===e?o=l:s-=1}return[o,s]};function ln(n,e){return e.nodes[n]||e.marks[n]||null}function Er(n,e,t){return Object.fromEntries(Object.entries(t).filter(([r])=>{const i=n.find(s=>s.type===e&&s.name===r);return i?i.attribute.keepOnSplit:!1}))}var zg=(n,e=500)=>{let t="";const r=n.parentOffset;return n.parent.nodesBetween(Math.max(0,r-e),r,(i,s,o,l)=>{var a,c;const u=((c=(a=i.type.spec).toText)==null?void 0:c.call(a,{node:i,pos:s,parent:o,index:l}))||i.textContent||"%leaf%";t+=i.isAtom&&!i.isText?u:u.slice(0,Math.max(0,r-s))}),t};function Ds(n,e,t={}){const{empty:r,ranges:i}=n.selection,s=e?Je(e,n.schema):null;if(r)return!!(n.storedMarks||n.selection.$from.marks()).filter(d=>s?s.name===d.type.name:!0).find(d=>Wr(d.attrs,t,{strict:!1}));let o=0;const l=[];if(i.forEach(({$from:d,$to:f})=>{const h=d.pos,p=f.pos;n.doc.nodesBetween(h,p,(m,g)=>{if(s&&m.inlineContent&&!m.type.allowsMarkType(s))return!1;if(!m.isText&&!m.marks.length)return;const y=Math.max(h,g),b=Math.min(p,g+m.nodeSize),v=b-y;o+=v,l.push(...m.marks.map(x=>({mark:x,from:y,to:b})))})}),o===0)return!1;const a=l.filter(d=>s?s.name===d.mark.type.name:!0).filter(d=>Wr(d.mark.attrs,t,{strict:!1})).reduce((d,f)=>d+f.to-f.from,0),c=l.filter(d=>s?d.mark.type!==s&&d.mark.type.excludes(s):!0).reduce((d,f)=>d+f.to-f.from,0);return(a>0?a+c:a)>=o}function Bg(n,e,t={}){if(!e)return lt(n,null,t)||Ds(n,null,t);const r=Ai(e,n.schema);return r==="node"?lt(n,e,t):r==="mark"?Ds(n,e,t):!1}var $g=(n,e)=>{const{$from:t,$to:r,$anchor:i}=n.selection;if(e){const s=Ni(l=>l.type.name===e)(n.selection);if(!s)return!1;const o=n.doc.resolve(s.pos+1);return i.pos+1===o.end()}return!(r.parentOffset{const{$from:e,$to:t}=n.selection;return!(e.parentOffset>0||e.pos!==t.pos)};function ql(n,e){return Array.isArray(e)?e.some(t=>(typeof t=="string"?t:t.name)===n.name):e}function Yi(n,e){const{nodeExtensions:t}=Xt(e),r=t.find(o=>o.name===n);if(!r)return!1;const i={name:r.name,options:r.options,storage:r.storage},s=B(T(r,"group",i));return typeof s!="string"?!1:s.split(" ").includes("list")}function Kn(n,{checkChildren:e=!0,ignoreWhitespace:t=!1}={}){var r;if(t){if(n.type.name==="hardBreak")return!0;if(n.isText)return!/\S/.test((r=n.text)!=null?r:"")}if(n.isText)return!n.text;if(n.isAtom||n.isLeaf)return!1;if(n.content.childCount===0)return!0;if(e){let i=!0;return n.content.forEach(s=>{i!==!1&&(Kn(s,{ignoreWhitespace:t,checkChildren:e})||(i=!1))}),i}return!1}function Cu(n){return n instanceof N}function Hg({selection:n,pos:e,nodeSize:t,selectedOnTextSelection:r=!1}){const{from:i,to:s}=n;return!!(i<=e&&s>=e+t||r&&bo(n)&&i>e&&sc.type.excludes(t)))}const{ranges:o}=i;return o.some(({$from:l,$to:a})=>{let c=l.depth===0?n.doc.inlineContent&&n.doc.type.allowsMarkType(t):!1;return n.doc.nodesBetween(l.pos,a.pos,(u,d,f)=>{if(c)return!1;if(u.isInline){const h=!f||f.type.allowsMarkType(t),p=!!t.isInSet(u.marks)||!u.marks.some(m=>m.type.excludes(t));c=h&&p}return!c}),c})}var Wg=(n,e={})=>({tr:t,state:r,dispatch:i})=>{const{selection:s}=t,{empty:o,ranges:l}=s,a=Je(n,r.schema);if(i)if(o){const c=gu(r,a);t.addStoredMark(a.create({...c,...e}))}else l.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;r.doc.nodesBetween(u,d,(f,h)=>{const p=Math.max(h,u),m=Math.min(h+f.nodeSize,d);f.marks.find(y=>y.type===a)?f.marks.forEach(y=>{a===y.type&&t.addMark(p,m,a.create({...y.attrs,...e}))}):t.addMark(p,m,a.create(e))})});return _g(r,t,a)},Ug=(n,e)=>({tr:t})=>(t.setMeta(n,e),!0),qg=(n,e={})=>({state:t,dispatch:r,chain:i})=>{const s=K(n,t.schema);let o;return t.selection.$anchor.sameParent(t.selection.$head)&&(o=t.selection.$anchor.parent.attrs),s.isTextblock?i().command(({commands:l})=>ol(s,{...o,...e})(t)?!0:l.clearNodes()).command(({state:l})=>ol(s,{...o,...e})(l,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},Jg=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,i=mt(n,0,r.content.size),s=N.create(r,i);e.setSelection(s)}return!0},Kg=(n,e)=>({tr:t,state:r,dispatch:i})=>{const{selection:s}=r;let o,l;return typeof e=="number"?(o=e,l=e):e&&"from"in e&&"to"in e?(o=e.from,l=e.to):(o=s.from,l=s.to),i&&t.doc.nodesBetween(o,l,(a,c)=>{a.isText||t.setNodeMarkup(c,void 0,{...a.attrs,dir:n})}),!0},Gg=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,{from:i,to:s}=typeof n=="number"?{from:n,to:n}:n,o=R.atStart(r).from,l=R.atEnd(r).to,a=mt(i,o,l),c=mt(s,o,l),u=R.create(r,a,c);e.setSelection(u)}return!0},Yg=n=>({state:e,dispatch:t})=>{const r=K(n,e.schema);return Ff(r)(e,t)};function Jl(n,e){const t=n.storedMarks||n.selection.$to.parentOffset&&n.selection.$from.marks();if(t){const r=t.filter(i=>e==null?void 0:e.includes(i.type.name));n.tr.ensureMarks(r)}}var Xg=({keepMarks:n=!0}={})=>({tr:e,state:t,dispatch:r,editor:i})=>{const{selection:s,doc:o}=e,{$from:l,$to:a}=s,c=i.extensionManager.attributes,u=Er(c,l.node().type.name,l.node().attrs);if(s instanceof N&&s.node.isBlock)return!l.parentOffset||!_e(o,l.pos)?!1:(r&&(n&&Jl(t,i.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),!0);if(!l.parent.isBlock)return!1;const d=a.parentOffset===a.parent.content.size,f=l.depth===0?void 0:vg(l.node(-1).contentMatchAt(l.indexAfter(-1)));let h=d&&f?[{type:f,attrs:u}]:void 0,p=_e(e.doc,e.mapping.map(l.pos),1,h);if(!h&&!p&&_e(e.doc,e.mapping.map(l.pos),1,f?[{type:f}]:void 0)&&(p=!0,h=f?[{type:f,attrs:u}]:void 0),r){if(p&&(s instanceof R&&e.deleteSelection(),e.split(e.mapping.map(l.pos),1,h),f&&!d&&!l.parentOffset&&l.parent.type!==f)){const m=e.mapping.map(l.before()),g=e.doc.resolve(m);l.node(-1).canReplaceWith(g.index(),g.index()+1,f)&&e.setNodeMarkup(e.mapping.map(l.before()),f)}n&&Jl(t,i.extensionManager.splittableMarks),e.scrollIntoView()}return p},Qg=(n,e={})=>({tr:t,state:r,dispatch:i,editor:s})=>{var o;const l=K(n,r.schema),{$from:a,$to:c}=r.selection,u=r.selection.node;if(u&&u.isBlock||a.depth<2||!a.sameParent(c))return!1;const d=a.node(-1);if(d.type!==l)return!1;const f=s.extensionManager.attributes;if(a.parent.content.size===0&&a.node(-1).childCount===a.indexAfter(-1)){if(a.depth===2||a.node(-3).type!==l||a.index(-2)!==a.node(-2).childCount-1)return!1;if(i){let y=S.empty;const b=a.index(-1)?1:a.index(-2)?2:3;for(let I=a.depth-b;I>=a.depth-3;I-=1)y=S.from(a.node(I).copy(y));const v=a.indexAfter(-1){if(E>-1)return!1;I.isTextblock&&I.content.size===0&&(E=A+1)}),E>-1&&t.setSelection(R.near(t.doc.resolve(E))),t.scrollIntoView()}return!0}const h=c.pos===a.end()?d.contentMatchAt(0).defaultType:null,p={...Er(f,d.type.name,d.attrs),...e},m={...Er(f,a.node().type.name,a.node().attrs),...e};t.delete(a.pos,c.pos);const g=h?[{type:l,attrs:p},{type:h,attrs:m}]:[{type:l,attrs:p}];if(!_e(t.doc,a.pos,2))return!1;if(i){const{selection:y,storedMarks:b}=r,{splittableMarks:v}=s.extensionManager,x=b||y.$to.parentOffset&&y.$from.marks();if(t.split(a.pos,2,g).scrollIntoView(),!x||!i)return!0;const M=x.filter(O=>v.includes(O.type.name));t.ensureMarks(M)}return!0},Xi=(n,e)=>{const t=Ni(o=>o.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(Math.max(0,t.pos-1)).before(t.depth);if(r===void 0)return!0;const i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&&at(n.doc,t.pos)&&n.join(t.pos),!0},Qi=(n,e)=>{const t=Ni(o=>o.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(t.start).after(t.depth);if(r===void 0)return!0;const i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&&at(n.doc,r)&&n.join(r),!0};function Zg(n){const e=n.doc,t=e.firstChild;if(!t)return null;const r=e.resolve(1),i=e.resolve(t.nodeSize-1);return R.between(r,i)}var ey=(n,e,t,r={})=>({editor:i,tr:s,state:o,dispatch:l,chain:a,commands:c,can:u})=>{const{extensions:d,splittableMarks:f}=i.extensionManager,h=K(n,o.schema),p=K(e,o.schema),{selection:m,storedMarks:g}=o,{$from:y,$to:b}=m,v=y.blockRange(b),x=g||m.$to.parentOffset&&m.$from.marks();if(!v)return!1;const M=Ni(ee=>Yi(ee.type.name,d))(m),O=m.from===0&&m.to===o.doc.content.size,E=o.doc.content.content,I=E.length===1?E[0]:null,A=O&&I&&Yi(I.type.name,d)?{node:I,pos:0}:null,z=M??A,Se=!!M&&v.depth>=1&&v.depth-M.depth<=1,ie=!!A;if((Se||ie)&&z){if(z.node.type===h)return O&&ie?a().command(({tr:ee,dispatch:Y})=>{const q=Zg(ee);return q?(ee.setSelection(q),Y&&Y(ee),!0):!1}).liftListItem(p).run():c.liftListItem(p);if(Yi(z.node.type.name,d)&&h.validContent(z.node.content))return a().command(()=>(s.setNodeMarkup(z.pos,h),!0)).command(()=>Xi(s,h)).command(()=>Qi(s,h)).run()}return!t||!x||!l?a().command(()=>u().wrapInList(h,r)?!0:c.clearNodes()).wrapInList(h,r).command(()=>Xi(s,h)).command(()=>Qi(s,h)).run():a().command(()=>{const ee=u().wrapInList(h,r),Y=x.filter(q=>f.includes(q.type.name));return s.ensureMarks(Y),ee?!0:c.clearNodes()}).wrapInList(h,r).command(()=>Xi(s,h)).command(()=>Qi(s,h)).run()},ty=(n,e={},t={})=>({state:r,commands:i})=>{const{extendEmptyMarkRange:s=!1}=t,o=Je(n,r.schema);return Ds(r,o,e)?i.unsetMark(o,{extendEmptyMarkRange:s}):i.setMark(o,e)},ny=(n,e,t={})=>({state:r,commands:i})=>{const s=K(n,r.schema),o=K(e,r.schema),l=lt(r,s,t);let a;return r.selection.$anchor.sameParent(r.selection.$head)&&(a=r.selection.$anchor.parent.attrs),l?i.setNode(o,a):i.setNode(s,{...a,...t})},ry=(n,e={})=>({state:t,commands:r})=>{const i=K(n,t.schema);return lt(t,i,e)?r.lift(i):r.wrapIn(i,e)},iy=()=>({state:n,dispatch:e})=>{const t=n.plugins;for(let r=0;r=0;a-=1)o.step(l.steps[a].invert(l.docs[a]));if(s.text){const a=o.doc.resolve(s.from).marks();o.replaceWith(s.from,s.to,n.schema.text(s.text,a))}else o.delete(s.from,s.to)}return!0}}return!1},sy=(n={})=>({tr:e,dispatch:t,editor:r})=>{const{ignoreClearable:i=!1}=n,{selection:s}=e,{empty:o,ranges:l}=s;if(o)return!0;const{nonClearableMarks:a}=r.extensionManager;if(t){const c=Object.values(r.schema.marks).filter(u=>i||!a.includes(u.name));l.forEach(u=>{for(const d of c)e.removeMark(u.$from.pos,u.$to.pos,d)})}return!0},oy=(n,e={})=>({tr:t,state:r,dispatch:i})=>{var s;const{extendEmptyMarkRange:o=!1}=e,{selection:l}=t,a=Je(n,r.schema),{$from:c,empty:u,ranges:d}=l;if(!i)return!0;if(u&&o){let{from:f,to:h}=l;const p=(s=c.marks().find(g=>g.type===a))==null?void 0:s.attrs,m=yo(c,a,p);m&&(f=m.from,h=m.to),t.removeMark(f,h,a)}else d.forEach(f=>{t.removeMark(f.$from.pos,f.$to.pos,a)});return t.removeStoredMark(a),!0},ly=n=>({tr:e,state:t,dispatch:r})=>{const{selection:i}=t;let s,o;return typeof n=="number"?(s=n,o=n):n&&"from"in n&&"to"in n?(s=n.from,o=n.to):(s=i.from,o=i.to),r&&e.doc.nodesBetween(s,o,(l,a)=>{if(l.isText)return;const c={...l.attrs};delete c.dir,e.setNodeMarkup(a,void 0,c)}),!0},ay=(n,e={})=>({tr:t,state:r,dispatch:i})=>{let s=null,o=null;const l=Ai(typeof n=="string"?n:n.name,r.schema);if(!l)return!1;l==="node"&&(s=K(n,r.schema)),l==="mark"&&(o=Je(n,r.schema));let a=!1;return t.selection.ranges.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;let f,h,p,m;t.selection.empty?r.doc.nodesBetween(u,d,(g,y)=>{s&&s===g.type&&(a=!0,p=Math.max(y,u),m=Math.min(y+g.nodeSize,d),f=y,h=g)}):r.doc.nodesBetween(u,d,(g,y)=>{y=u&&y<=d&&(s&&s===g.type&&(a=!0,i&&t.setNodeMarkup(y,void 0,{...g.attrs,...e})),o&&g.marks.length&&g.marks.forEach(b=>{if(o===b.type&&(a=!0,i)){const v=Math.max(y,u),x=Math.min(y+g.nodeSize,d);t.addMark(v,x,o.create({...b.attrs,...e}))}}))}),h&&(f!==void 0&&i&&t.setNodeMarkup(f,void 0,{...h.attrs,...e}),o&&h.marks.length&&h.marks.forEach(g=>{o===g.type&&i&&t.addMark(p,m,o.create({...g.attrs,...e}))}))}),a},cy=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return If(i,e)(t,r)},uy=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return Df(i,e)(t,r)},dy=class{constructor(){this.callbacks={}}on(n,e){return this.callbacks[n]||(this.callbacks[n]=[]),this.callbacks[n].push(e),this}emit(n,...e){const t=this.callbacks[n];return t&&t.forEach(r=>r.apply(this,e)),this}off(n,e){const t=this.callbacks[n];return t&&(e?this.callbacks[n]=t.filter(r=>r!==e):delete this.callbacks[n]),this}once(n,e){const t=(...r)=>{this.off(n,t),e.apply(this,r)};return this.on(n,t)}removeAllListeners(){this.callbacks={}}},Oi=class{constructor(n){var e;this.find=n.find,this.handler=n.handler,this.undoable=(e=n.undoable)!=null?e:!0}},hy=(n,e)=>{if(go(e))return e.exec(n);const t=e(n);if(!t)return null;const r=[t.text];return r.index=t.index,r.input=n,r.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(t.replaceWith)),r};function cr(n){var e;const{editor:t,from:r,to:i,text:s,rules:o,plugin:l}=n,{view:a}=t;if(a.composing)return!1;const c=a.state.doc.resolve(r);if(c.parent.type.spec.code||(e=c.nodeBefore||c.nodeAfter)!=null&&e.marks.find(f=>f.type.spec.code))return!1;let u=!1;const d=zg(c)+s;return o.forEach(f=>{if(u)return;const h=hy(d,f.find);if(!h)return;const p=a.state.tr,m=Ei({state:a.state,transaction:p}),g={from:r-(h[0].length-s.length),to:i},{commands:y,chain:b,can:v}=new Ti({editor:t,state:m});f.handler({state:m,range:g,match:h,commands:y,chain:b,can:v})===null||!p.steps.length||(f.undoable&&p.setMeta(l,{transform:p,from:r,to:i,text:s}),a.dispatch(p),u=!0)}),u}function fy(n){const{editor:e,rules:t}=n,r=new j({state:{init(){return null},apply(i,s,o){const l=i.getMeta(r);if(l)return l;const a=i.getMeta("applyInputRules");return!!a&&setTimeout(()=>{let{text:u}=a;typeof u=="string"?u=u:u=So(S.from(u),o.schema);const{from:d}=a,f=d+u.length;cr({editor:e,from:d,to:f,text:u,rules:t,plugin:r})}),i.selectionSet||i.docChanged?null:s}},props:{handleTextInput(i,s,o,l){return cr({editor:e,from:s,to:o,text:l,rules:t,plugin:r})},handleDOMEvents:{compositionend:i=>(setTimeout(()=>{const{$cursor:s}=i.state.selection;s&&cr({editor:e,from:s.pos,to:s.pos,text:"",rules:t,plugin:r})}),!1)},handleKeyDown(i,s){if(s.key!=="Enter")return!1;const{$cursor:o}=i.state.selection;return o?cr({editor:e,from:o.pos,to:o.pos,text:` +`,rules:t,plugin:r}):!1}},isInputRules:!0});return r}function py(n){return Object.prototype.toString.call(n).slice(8,-1)}function ur(n){return py(n)!=="Object"?!1:n.constructor===Object&&Object.getPrototypeOf(n)===Object.prototype}function Au(n,e){const t={...n};return ur(n)&&ur(e)&&Object.keys(e).forEach(r=>{ur(e[r])&&ur(n[r])?t[r]=Au(n[r],e[r]):t[r]=e[r]}),t}var wo=class{constructor(n={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...n},this.name=this.config.name}get options(){return{...B(T(this,"addOptions",{name:this.name}))}}get storage(){return{...B(T(this,"addStorage",{name:this.name,options:this.options}))}}configure(n={}){const e=this.extend({...this.config,addOptions:()=>Au(this.options,n)});return e.name=this.name,e.parent=this.parent,this.child=null,e}extend(n={}){const e=new this.constructor({...this.config,...n});return e.parent=this,this.child=e,e.name="name"in n?n.name:e.parent.name,e}},Rt=class Nu extends wo{constructor(){super(...arguments),this.type="mark"}static create(e={}){const t=typeof e=="function"?e():e;return new Nu(t)}static handleExit({editor:e,mark:t}){const{tr:r}=e.state,i=e.state.selection.$from;if(i.pos===i.end()){const o=i.marks();if(!!!o.find(c=>(c==null?void 0:c.type.name)===t.name))return!1;const a=o.find(c=>(c==null?void 0:c.type.name)===t.name);return a&&r.removeStoredMark(a),r.insertText(" ",i.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}};function my(n){return typeof n=="number"}var gy=class{constructor(n){this.find=n.find,this.handler=n.handler}},yy=(n,e,t)=>{if(go(e))return[...n.matchAll(e)];const r=e(n,t);return r?r.map(i=>{const s=[i.text];return s.index=i.index,s.input=n,s.data=i.data,i.replaceWith&&(i.text.includes(i.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),s.push(i.replaceWith)),s}):[]};function by(n){const{editor:e,state:t,from:r,to:i,rule:s,pasteEvent:o,dropEvent:l}=n,{commands:a,chain:c,can:u}=new Ti({editor:e,state:t}),d=[];return t.doc.nodesBetween(r,i,(h,p)=>{var m,g,y,b,v;if((g=(m=h.type)==null?void 0:m.spec)!=null&&g.code||!(h.isText||h.isTextblock||h.isInline))return;const x=(v=(b=(y=h.content)==null?void 0:y.size)!=null?b:h.nodeSize)!=null?v:0,M=Math.max(r,p),O=Math.min(i,p+x);if(M>=O)return;const E=h.isText?h.text||"":h.textBetween(M-p,O-p,void 0,"");yy(E,s.find,o).forEach(A=>{if(A.index===void 0)return;const z=M+A.index+1,Se=z+A[0].length,ie={from:t.tr.mapping.map(z),to:t.tr.mapping.map(Se)},ee=s.handler({state:t,range:ie,match:A,commands:a,chain:c,can:u,pasteEvent:o,dropEvent:l});d.push(ee)})}),d.every(h=>h!==null)}var dr=null,ky=n=>{var e;const t=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=t.clipboardData)==null||e.setData("text/html",n),t};function Sy(n){const{editor:e,rules:t}=n;let r=null,i=!1,s=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,l;try{l=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{l=null}const a=({state:u,from:d,to:f,rule:h,pasteEvt:p})=>{const m=u.tr,g=Ei({state:u,transaction:m});if(!(!by({editor:e,state:g,from:Math.max(d-1,0),to:f.b-1,rule:h,pasteEvent:p,dropEvent:l})||!m.steps.length)){try{l=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{l=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,m}};return t.map(u=>new j({view(d){const f=p=>{var m;r=(m=d.dom.parentElement)!=null&&m.contains(p.target)?d.dom.parentElement:null,r&&(dr=e)},h=()=>{dr&&(dr=null)};return window.addEventListener("dragstart",f),window.addEventListener("dragend",h),{destroy(){window.removeEventListener("dragstart",f),window.removeEventListener("dragend",h)}}},props:{handleDOMEvents:{drop:(d,f)=>{if(s=r===d.dom.parentElement,l=f,!s){const h=dr;h!=null&&h.isEditable&&setTimeout(()=>{const p=h.state.selection;p&&h.commands.deleteRange({from:p.from,to:p.to})},10)}return!1},paste:(d,f)=>{var h;const p=(h=f.clipboardData)==null?void 0:h.getData("text/html");return o=f,i=!!(p!=null&&p.includes("data-pm-slice")),!1}}},appendTransaction:(d,f,h)=>{const p=d[0],m=p.getMeta("uiEvent")==="paste"&&!i,g=p.getMeta("uiEvent")==="drop"&&!s,y=p.getMeta("applyPasteRules"),b=!!y;if(!m&&!g&&!b)return;if(b){let{text:M}=y;typeof M=="string"?M=M:M=So(S.from(M),h.schema);const{from:O}=y,E=O+M.length,I=ky(M);return a({rule:u,state:h,from:O,to:{b:E},pasteEvt:I})}const v=f.doc.content.findDiffStart(h.doc.content),x=f.doc.content.findDiffEnd(h.doc.content);if(!(!my(v)||!x||v===x.b))return a({rule:u,state:h,from:v,to:x,pasteEvt:o})}}))}var Ri=class{constructor(n,e){this.splittableMarks=[],this.nonClearableMarks=[],this.editor=e,this.baseExtensions=n,this.extensions=Su(n),this.schema=Ng(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((n,e)=>{const t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:ln(e.name,this.schema)},r=T(e,"addCommands",t);return r?{...n,...r()}:n},{})}get plugins(){const{editor:n}=this;return Rn([...this.extensions].reverse()).flatMap(r=>{const i={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:n,type:ln(r.name,this.schema)},s=[],o=T(r,"addKeyboardShortcuts",i);let l={};if(r.type==="mark"&&T(r,"exitable",i)&&(l.ArrowRight=()=>Rt.handleExit({editor:n,mark:r})),o){const f=Object.fromEntries(Object.entries(o()).map(([h,p])=>[h,()=>p({editor:n})]));l={...l,...f}}const a=Nm(l);s.push(a);const c=T(r,"addInputRules",i);if(ql(r,n.options.enableInputRules)&&c){const f=c();if(f&&f.length){const h=fy({editor:n,rules:f}),p=Array.isArray(h)?h:[h];s.push(...p)}}const u=T(r,"addPasteRules",i);if(ql(r,n.options.enablePasteRules)&&u){const f=u();if(f&&f.length){const h=Sy({editor:n,rules:f});s.push(...h)}}const d=T(r,"addProseMirrorPlugins",i);if(d){const f=d();s.push(...f)}return s})}get attributes(){return ku(this.extensions)}get nodeViews(){const{editor:n}=this,{nodeExtensions:e}=Xt(this.extensions);return Object.fromEntries(e.filter(t=>!!T(t,"addNodeView")).map(t=>{const r=this.attributes.filter(a=>a.type===t.name),i={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:n,type:K(t.name,this.schema)},s=T(t,"addNodeView",i);if(!s)return[];const o=s();if(!o)return[];const l=(a,c,u,d,f)=>{const h=Qt(a,r);return o({node:a,view:c,getPos:u,decorations:d,innerDecorations:f,editor:n,extension:t,HTMLAttributes:h})};return[t.name,l]}))}dispatchTransaction(n){const{editor:e}=this;return Rn([...this.extensions].reverse()).reduceRight((r,i)=>{const s={name:i.name,options:i.options,storage:this.editor.extensionStorage[i.name],editor:e,type:ln(i.name,this.schema)},o=T(i,"dispatchTransaction",s);return o?l=>{o.call(s,{transaction:l,next:r})}:r},n)}transformPastedHTML(n){const{editor:e}=this;return Rn([...this.extensions]).reduce((r,i)=>{const s={name:i.name,options:i.options,storage:this.editor.extensionStorage[i.name],editor:e,type:ln(i.name,this.schema)},o=T(i,"transformPastedHTML",s);return o?(l,a)=>{const c=r(l,a);return o.call(s,c)}:r},n||(r=>r))}get markViews(){const{editor:n}=this,{markExtensions:e}=Xt(this.extensions);return Object.fromEntries(e.filter(t=>!!T(t,"addMarkView")).map(t=>{const r=this.attributes.filter(l=>l.type===t.name),i={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:n,type:Je(t.name,this.schema)},s=T(t,"addMarkView",i);if(!s)return[];const o=(l,a,c)=>{const u=Qt(l,r);return s()({mark:l,view:a,inline:c,editor:n,extension:t,HTMLAttributes:u,updateAttributes:d=>{Py(l,n,d)}})};return[t.name,o]}))}destroy(){this.extensions.forEach(n=>{let e=n;for(;e.parent;){const t=e.parent;t.child===e&&(t.child=null),e=t}}),this.extensions=[],this.baseExtensions=[],this.schema=null,this.editor=null}setupExtensions(){const n=this.extensions;this.editor.extensionStorage=Object.fromEntries(n.map(e=>[e.name,e.storage])),n.forEach(e=>{var t,r;const i={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:ln(e.name,this.schema)};e.type==="mark"&&(((t=B(T(e,"keepOnSplit",i)))==null||t)&&this.splittableMarks.push(e.name),(r=B(T(e,"clearable",i)))==null||r||this.nonClearableMarks.push(e.name));const s=T(e,"onBeforeCreate",i),o=T(e,"onCreate",i),l=T(e,"onUpdate",i),a=T(e,"onSelectionUpdate",i),c=T(e,"onTransaction",i),u=T(e,"onFocus",i),d=T(e,"onBlur",i),f=T(e,"onDestroy",i);s&&this.editor.on("beforeCreate",s),o&&this.editor.on("create",o),l&&this.editor.on("update",l),a&&this.editor.on("selectionUpdate",a),c&&this.editor.on("transaction",c),u&&this.editor.on("focus",u),d&&this.editor.on("blur",d),f&&this.editor.on("destroy",f)})}};Ri.resolve=Su;Ri.sort=Rn;Ri.flatten=ko;var xy={};mo(xy,{ClipboardTextSerializer:()=>Ru,Commands:()=>Iu,Delete:()=>Du,Drop:()=>Pu,Editable:()=>Lu,FocusEvents:()=>Bu,Keymap:()=>$u,Paste:()=>Fu,Tabindex:()=>Hu,TextDirection:()=>Vu,focusEventsPluginKey:()=>zu});var U=class Ou extends wo{constructor(){super(...arguments),this.type="extension"}static create(e={}){const t=typeof e=="function"?e():e;return new Ou(t)}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}},Ru=U.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new j({key:new G("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:n}=this,{state:e,schema:t}=n,{doc:r,selection:i}=e,s=wu(t),{blockSeparator:o}=this.options,l={...o!==void 0?{blockSeparator:o}:{},textSerializers:s};return[...i.ranges].sort((c,u)=>c.$from.pos-u.$from.pos).map(({$from:c,$to:u})=>xu(r,{from:c.pos,to:u.pos},l)).join(o??` -`)}}})]}}),Pu=U.create({name:"commands",addCommands(){return{...fu}}}),Lu=U.create({name:"delete",onUpdate({transaction:n,appendedTransactions:e}){var t,r,i;const s=()=>{var o,l,a,c;if((c=(a=(l=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:l.filterTransaction)==null?void 0:a.call(l,n))!=null?c:n.getMeta("y-sync$"))return;const u=ku(n.before,[n,...e]);Eu(u).forEach(h=>{u.mapping.mapResult(h.oldRange.from).deletedAfter&&u.mapping.mapResult(h.oldRange.to).deletedBefore&&u.before.nodesBetween(h.oldRange.from,h.oldRange.to,(p,m)=>{const g=m+p.nodeSize-2,y=h.oldRange.from<=m&&g<=h.oldRange.to;this.editor.emit("delete",{type:"node",node:p,from:m,to:g,newFrom:u.mapping.map(m),newTo:u.mapping.map(g),deletedRange:h.oldRange,newRange:h.newRange,partial:!y,editor:this.editor,transaction:n,combinedTransform:u})})});const f=u.mapping;u.steps.forEach((h,p)=>{var m,g;if(h instanceof tn){const y=f.slice(p).map(h.from,-1),b=f.slice(p).map(h.to),M=f.invert().map(y,-1),x=f.invert().map(b),v=y>0?(m=u.doc.nodeAt(y-1))==null?void 0:m.marks.some(C=>C.eq(h.mark)):!1,O=(g=u.doc.nodeAt(b))==null?void 0:g.marks.some(C=>C.eq(h.mark));this.editor.emit("delete",{type:"mark",mark:h.mark,from:h.from,to:h.to,deletedRange:{from:M,to:x},newRange:{from:y,to:b},partial:!!(O||v),editor:this.editor,transaction:n,combinedTransform:u})}})};(i=(r=(t=this.editor.options.coreExtensionOptions)==null?void 0:t.delete)==null?void 0:r.async)==null||i?setTimeout(s,0):s()}}),zu=U.create({name:"drop",addProseMirrorPlugins(){return[new V({key:new G("tiptapDrop"),props:{handleDrop:(n,e,t,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:t,moved:r})}}})]}}),Bu=U.create({name:"editable",addProseMirrorPlugins(){return[new V({key:new G("editable"),props:{editable:()=>this.editor.options.editable}})]}}),$u=new G("focusEvents"),Fu=U.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:n}=this;return[new V({key:$u,props:{handleDOMEvents:{focus:(e,t)=>{n.isFocused=!0;const r=n.state.tr.setMeta("focus",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,t)=>{n.isFocused=!1;const r=n.state.tr.setMeta("blur",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),Hu=U.create({name:"keymap",addKeyboardShortcuts(){const n=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:l})=>{const{selection:a,doc:c}=l,{empty:u,$anchor:d}=a,{pos:f,parent:h}=d,p=d.parent.isTextblock&&f>0?l.doc.resolve(f-1):d,m=p.parent.type.spec.isolating,g=d.pos-d.parentOffset,y=m&&p.parent.childCount===1?g===d.pos:P.atStart(c).from===f;return!u||!h.type.isTextblock||h.textContent.length||!y||y&&d.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:n,"Mod-Backspace":n,"Shift-Backspace":n,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},i={...r},s={...r,"Ctrl-h":n,"Alt-Backspace":n,"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 qn()||yu()?s:i},addProseMirrorPlugins(){return[new V({key:new G("clearDocument"),appendTransaction:(n,e,t)=>{if(n.some(m=>m.getMeta("composition")))return;const r=n.some(m=>m.docChanged)&&!e.doc.eq(t.doc),i=n.some(m=>m.getMeta("preventClearDocument"));if(!r||i)return;const{empty:s,from:o,to:l}=e.selection,a=P.atStart(e.doc).from,c=P.atEnd(e.doc).to;if(s||!(o===a&&l===c)||!Kn(t.doc))return;const f=t.tr,h=Ei({state:t,transaction:f}),{commands:p}=new Ti({editor:this.editor,state:h});if(p.clearNodes(),!!f.steps.length)return f}})]}}),Vu=U.create({name:"paste",addProseMirrorPlugins(){return[new V({key:new G("tiptapPaste"),props:{handlePaste:(n,e,t)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:t})}}})]}}),ju=U.create({name:"tabindex",addOptions(){return{value:void 0}},addProseMirrorPlugins(){return[new V({key:new G("tabindex"),props:{attributes:()=>{var n;return!this.editor.isEditable&&this.options.value===void 0?{}:{tabindex:(n=this.options.value)!=null?n:"0"}}}})]}}),_u=U.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:n}=Gt(this.extensions);return[{types:n.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const t=e.getAttribute("dir");return t&&(t==="ltr"||t==="rtl"||t==="auto")?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new V({key:new G("textDirection"),props:{attributes:()=>{const n=this.options.direction;return n?{dir:n}:{}}}})]}}),My=class bn{constructor(e,t,r=!1,i=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=t,this.currentNode=i}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 t=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}t=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:t,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),t=this.resolvedPos.doc.resolve(e);return new bn(t,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 bn(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 bn(e,this.editor)}get children(){const e=[];return this.node.content.forEach((t,r)=>{const i=t.isBlock&&!t.isTextblock,s=t.isAtom&&!t.isText,o=t.isInline,l=this.pos+r+(s?0:1);if(l<0||l>this.resolvedPos.doc.nodeSize-2)return;const a=this.resolvedPos.doc.resolve(l);if(!i&&!o&&a.depth<=this.depth)return;const c=new bn(a,this.editor,i,i||o?t:null);i&&(c.actualDepth=this.depth+1),e.push(c)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,t={}){let r=null,i=this.parent;for(;i&&!r;){if(i.node.type.name===e)if(Object.keys(t).length>0){const s=i.node.attrs,o=Object.keys(t);for(let l=0;l{r&&i.length>0||(o.node.type.name===e&&s.every(a=>t[a]===o.node.attrs[a])&&i.push(o),!(r&&i.length>0)&&(i=i.concat(o.querySelectorAll(e,t,r))))}),i}setAttribute(e){const{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Cy=`.ProseMirror { +`)}}})]}}),Iu=U.create({name:"commands",addCommands(){return{...du}}}),Du=U.create({name:"delete",onUpdate({transaction:n,appendedTransactions:e}){var t,r,i;const s=()=>{var o,l,a,c;if((c=(a=(l=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:l.filterTransaction)==null?void 0:a.call(l,n))!=null?c:n.getMeta("y-sync$"))return;const u=yu(n.before,[n,...e]);Mu(u).forEach(h=>{u.mapping.mapResult(h.oldRange.from).deletedAfter&&u.mapping.mapResult(h.oldRange.to).deletedBefore&&u.before.nodesBetween(h.oldRange.from,h.oldRange.to,(p,m)=>{const g=m+p.nodeSize-2,y=h.oldRange.from<=m&&g<=h.oldRange.to;this.editor.emit("delete",{type:"node",node:p,from:m,to:g,newFrom:u.mapping.map(m),newTo:u.mapping.map(g),deletedRange:h.oldRange,newRange:h.newRange,partial:!y,editor:this.editor,transaction:n,combinedTransform:u})})});const f=u.mapping;u.steps.forEach((h,p)=>{var m,g;if(h instanceof rn){const y=f.slice(p).map(h.from,-1),b=f.slice(p).map(h.to),v=f.invert().map(y,-1),x=f.invert().map(b),M=y>0?(m=u.doc.nodeAt(y-1))==null?void 0:m.marks.some(E=>E.eq(h.mark)):!1,O=(g=u.doc.nodeAt(b))==null?void 0:g.marks.some(E=>E.eq(h.mark));this.editor.emit("delete",{type:"mark",mark:h.mark,from:h.from,to:h.to,deletedRange:{from:v,to:x},newRange:{from:y,to:b},partial:!!(O||M),editor:this.editor,transaction:n,combinedTransform:u})}})};(i=(r=(t=this.editor.options.coreExtensionOptions)==null?void 0:t.delete)==null?void 0:r.async)==null||i?setTimeout(s,0):s()}}),Pu=U.create({name:"drop",addProseMirrorPlugins(){return[new j({key:new G("tiptapDrop"),props:{handleDrop:(n,e,t,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:t,moved:r})}}})]}}),Lu=U.create({name:"editable",addProseMirrorPlugins(){return[new j({key:new G("editable"),props:{editable:()=>this.editor.options.editable}})]}}),zu=new G("focusEvents"),Bu=U.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:n}=this;return[new j({key:zu,props:{handleDOMEvents:{focus:(e,t)=>{n.isFocused=!0;const r=n.state.tr.setMeta("focus",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,t)=>{n.isFocused=!1;const r=n.state.tr.setMeta("blur",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),$u=U.create({name:"keymap",addKeyboardShortcuts(){const n=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:l})=>{const{selection:a,doc:c}=l,{empty:u,$anchor:d}=a,{pos:f,parent:h}=d,p=d.parent.isTextblock&&f>0?l.doc.resolve(f-1):d,m=p.parent.type.spec.isolating,g=d.pos-d.parentOffset,y=m&&p.parent.childCount===1?g===d.pos:P.atStart(c).from===f;return!u||!h.type.isTextblock||h.textContent.length||!y||y&&d.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:n,"Mod-Backspace":n,"Shift-Backspace":n,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},i={...r},s={...r,"Ctrl-h":n,"Alt-Backspace":n,"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 qn()||mu()?s:i},addProseMirrorPlugins(){return[new j({key:new G("clearDocument"),appendTransaction:(n,e,t)=>{if(n.some(m=>m.getMeta("composition")))return;const r=n.some(m=>m.docChanged)&&!e.doc.eq(t.doc),i=n.some(m=>m.getMeta("preventClearDocument"));if(!r||i)return;const{empty:s,from:o,to:l}=e.selection,a=P.atStart(e.doc).from,c=P.atEnd(e.doc).to;if(s||!(o===a&&l===c)||!Kn(t.doc))return;const f=t.tr,h=Ei({state:t,transaction:f}),{commands:p}=new Ti({editor:this.editor,state:h});if(p.clearNodes(),!!f.steps.length)return f}})]}}),Fu=U.create({name:"paste",addProseMirrorPlugins(){return[new j({key:new G("tiptapPaste"),props:{handlePaste:(n,e,t)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:t})}}})]}}),Hu=U.create({name:"tabindex",addOptions(){return{value:void 0}},addProseMirrorPlugins(){return[new j({key:new G("tabindex"),props:{attributes:()=>{var n;return!this.editor.isEditable&&this.options.value===void 0?{}:{tabindex:(n=this.options.value)!=null?n:"0"}}}})]}}),Vu=U.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:n}=Xt(this.extensions);return[{types:n.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const t=e.getAttribute("dir");return t&&(t==="ltr"||t==="rtl"||t==="auto")?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new j({key:new G("textDirection"),props:{attributes:()=>{const n=this.options.direction;return n?{dir:n}:{}}}})]}}),wy=class kn{constructor(e,t,r=!1,i=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=t,this.currentNode=i}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 t=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}t=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:t,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),t=this.resolvedPos.doc.resolve(e);return new kn(t,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 kn(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 kn(e,this.editor)}get children(){const e=[];return this.node.content.forEach((t,r)=>{const i=t.isBlock&&!t.isTextblock,s=t.isAtom&&!t.isText,o=t.isInline,l=this.pos+r+(s?0:1);if(l<0||l>this.resolvedPos.doc.nodeSize-2)return;const a=this.resolvedPos.doc.resolve(l);if(!i&&!o&&a.depth<=this.depth)return;const c=new kn(a,this.editor,i,i||o?t:null);i&&(c.actualDepth=this.depth+1),e.push(c)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,t={}){let r=null,i=this.parent;for(;i&&!r;){if(i.node.type.name===e)if(Object.keys(t).length>0){const s=i.node.attrs,o=Object.keys(t);for(let l=0;l{r&&i.length>0||(o.node.type.name===e&&s.every(a=>t[a]===o.node.attrs[a])&&i.push(o),!(r&&i.length>0)&&(i=i.concat(o.querySelectorAll(e,t,r))))}),i}setAttribute(e){const{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},vy=`.ProseMirror { position: relative; } @@ -90,26 +90,26 @@ img.ProseMirror-separator { .ProseMirror-focused .ProseMirror-gapcursor { display: block; -}`;function Wu(n,e,t){const r=document.querySelector(`style[data-tiptap-style${t?`-${t}`:""}]`);if(r!==null)return r;const i=document.createElement("style");return e&&i.setAttribute("nonce",e),i.setAttribute(`data-tiptap-style${t?`-${t}`:""}`,""),i.innerHTML=n,document.getElementsByTagName("head")[0].appendChild(i),i}var Ey=class extends fy{constructor(n={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.destroyed=!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:_g,createMappablePosition:Wg},this.setOptions(n),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:i,moved:s})=>this.options.onDrop(r,i,s)),this.on("paste",({event:r,slice:i})=>this.options.onPaste(r,i)),this.on("delete",this.options.onDelete);const e=this.createDoc(),t=mu(e,this.options.autofocus);this.editorState=_t.create({doc:e,schema:this.schema,selection:t||void 0}),this.options.element&&this.mount(this.options.element)}mount(n){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(n),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 n=this.editorView.dom;n!=null&&n.editor&&delete n.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(n){console.warn("Failed to remove CSS element:",n)}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=Wu(Cy,this.options.injectNonce))}setOptions(n={}){this.options={...this.options,...n},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(n,e=!0){this.setOptions({editable:n}),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:n=>{this.editorState=n},dispatch:n=>{this.dispatchTransaction(n)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(n,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in n)return Reflect.get(n,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(n,e){const t=Su(e)?e(n,[...this.state.plugins]):[...this.state.plugins,n],r=this.state.reconfigure({plugins:t});return this.view.updateState(r),r}unregisterPlugin(n){if(this.isDestroyed)return;const e=this.state.plugins;let t=e;if([].concat(n).forEach(i=>{const s=typeof i=="string"?`${i}$`:i.key;t=t.filter(o=>!o.key.startsWith(s))}),e.length===t.length)return;const r=this.state.reconfigure({plugins:t});return this.view.updateState(r),r}createExtensionManager(){var n,e,t,r;const s=[...this.options.enableCoreExtensions?[Bu,Du.configure({blockSeparator:(e=(n=this.options.coreExtensionOptions)==null?void 0:n.clipboardTextSerializer)==null?void 0:e.blockSeparator}),Pu,Fu,Hu,ju.configure({value:(r=(t=this.options.coreExtensionOptions)==null?void 0:t.tabindex)==null?void 0:r.value}),zu,Vu,Lu,_u.configure({direction:this.options.textDirection})].filter(o=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[o.name]!==!1:!0):[],...this.options.extensions].filter(o=>["extension","node","mark"].includes(o==null?void 0:o.type));this.extensionManager=new Ri(s,this)}createCommandManager(){this.commandManager=new Ti({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let n;try{n=Ps(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(t=>t.name!=="collaboration"),this.createExtensionManager()}}),n=Ps(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return n}createView(n){const{editorProps:e,enableExtensionDispatchTransaction:t}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),i=t?this.extensionManager.dispatchTransaction(r):r,s=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(s);this.editorView=new du(n,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const l=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(l),this.prependClass(),this.injectCSS();const a=this.view.dom;a.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(n){this.isCapturingTransaction=!0,n(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(n){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=n;return}n.steps.forEach(c=>{var u;return(u=this.capturedTransaction)==null?void 0:u.step(c)});return}const{state:e,transactions:t}=this.state.applyTransaction(n),r=!this.state.selection.eq(e.selection),i=t.includes(n),s=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:n,nextState:e}),!i)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:n,appendedTransactions:t.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:n});const o=t.findLast(c=>c.getMeta("focus")||c.getMeta("blur")),l=o==null?void 0:o.getMeta("focus"),a=o==null?void 0:o.getMeta("blur");l&&this.emit("focus",{editor:this,event:l.event,transaction:o}),a&&this.emit("blur",{editor:this,event:a.event,transaction:o}),!(n.getMeta("preventUpdate")||!t.some(c=>c.docChanged)||s.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:n,appendedTransactions:t.slice(1)})}getAttributes(n){return Cu(this.state,n)}isActive(n,e){const t=typeof n=="string"?n:null,r=typeof n=="string"?e:n;return Fg(this.state,t,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return wo(this.state.doc.content,this.schema)}getText(n){const{blockSeparator:e=` +}`;function ju(n,e,t){const r=document.querySelector(`style[data-tiptap-style${t?`-${t}`:""}]`);if(r!==null)return r;const i=document.createElement("style");return e&&i.setAttribute("nonce",e),i.setAttribute(`data-tiptap-style${t?`-${t}`:""}`,""),i.innerHTML=n,document.getElementsByTagName("head")[0].appendChild(i),i}var My=class extends dy{constructor(n={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.destroyed=!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:Vg,createMappablePosition:jg},this.setOptions(n),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:i,moved:s})=>this.options.onDrop(r,i,s)),this.on("paste",({event:r,slice:i})=>this.options.onPaste(r,i)),this.on("delete",this.options.onDelete);const e=this.createDoc(),t=fu(e,this.options.autofocus);this.editorState=Ut.create({doc:e,schema:this.schema,selection:t||void 0}),this.options.element&&this.mount(this.options.element)}mount(n){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(n),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 n=this.editorView.dom;n!=null&&n.editor&&delete n.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(n){console.warn("Failed to remove CSS element:",n)}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=ju(vy,this.options.injectNonce))}setOptions(n={}){this.options={...this.options,...n},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(n,e=!0){this.setOptions({editable:n}),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:n=>{this.editorState=n},dispatch:n=>{this.dispatchTransaction(n)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(n,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in n)return Reflect.get(n,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(n,e){const t=bu(e)?e(n,[...this.state.plugins]):[...this.state.plugins,n],r=this.state.reconfigure({plugins:t});return this.view.updateState(r),r}unregisterPlugin(n){if(this.isDestroyed)return;const e=this.state.plugins;let t=e;if([].concat(n).forEach(i=>{const s=typeof i=="string"?`${i}$`:i.key;t=t.filter(o=>!o.key.startsWith(s))}),e.length===t.length)return;const r=this.state.reconfigure({plugins:t});return this.view.updateState(r),r}createExtensionManager(){var n,e,t,r;const s=[...this.options.enableCoreExtensions?[Lu,Ru.configure({blockSeparator:(e=(n=this.options.coreExtensionOptions)==null?void 0:n.clipboardTextSerializer)==null?void 0:e.blockSeparator}),Iu,Bu,$u,Hu.configure({value:(r=(t=this.options.coreExtensionOptions)==null?void 0:t.tabindex)==null?void 0:r.value}),Pu,Fu,Du,Vu.configure({direction:this.options.textDirection})].filter(o=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[o.name]!==!1:!0):[],...this.options.extensions].filter(o=>["extension","node","mark"].includes(o==null?void 0:o.type));this.extensionManager=new Ri(s,this)}createCommandManager(){this.commandManager=new Ti({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let n;try{n=Is(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(t=>t.name!=="collaboration"),this.createExtensionManager()}}),n=Is(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return n}createView(n){const{editorProps:e,enableExtensionDispatchTransaction:t}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),i=t?this.extensionManager.dispatchTransaction(r):r,s=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(s);this.editorView=new cu(n,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const l=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(l),this.prependClass(),this.injectCSS();const a=this.view.dom;a.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(n){this.isCapturingTransaction=!0,n(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(n){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=n;return}n.steps.forEach(c=>{var u;return(u=this.capturedTransaction)==null?void 0:u.step(c)});return}const{state:e,transactions:t}=this.state.applyTransaction(n),r=!this.state.selection.eq(e.selection),i=t.includes(n),s=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:n,nextState:e}),!i)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:n,appendedTransactions:t.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:n});const o=t.findLast(c=>c.getMeta("focus")||c.getMeta("blur")),l=o==null?void 0:o.getMeta("focus"),a=o==null?void 0:o.getMeta("blur");l&&this.emit("focus",{editor:this,event:l.event,transaction:o}),a&&this.emit("blur",{editor:this,event:a.event,transaction:o}),!(n.getMeta("preventUpdate")||!t.some(c=>c.docChanged)||s.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:n,appendedTransactions:t.slice(1)})}getAttributes(n){return vu(this.state,n)}isActive(n,e){const t=typeof n=="string"?n:null,r=typeof n=="string"?e:n;return Bg(this.state,t,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return So(this.state.doc.content,this.schema)}getText(n){const{blockSeparator:e=` -`,textSerializers:t={}}=n||{};return Dg(this.state.doc,{blockSeparator:e,textSerializers:{...Mu(this.schema),...t}})}get isEmpty(){return Kn(this.state.doc)}destroy(){this.destroyed||(this.destroyed=!0,this.emit("destroy"),this.unmount(),this.removeAllListeners(),this.extensionManager.destroy(),this.extensionManager=null,this.schema=null,this.commandManager=null,this.extensionStorage={})}get isDestroyed(){var n,e;return(e=(n=this.editorView)==null?void 0:n.isDestroyed)!=null?e:!0}$node(n,e){var t;return((t=this.$doc)==null?void 0:t.querySelector(n,e))||null}$nodes(n,e){var t;return((t=this.$doc)==null?void 0:t.querySelectorAll(n,e))||null}$pos(n){const e=this.state.doc.resolve(n),t=n>0&&e.nodeAfter&&!e.nodeAfter.isText?e.nodeAfter:null;return new My(e,this,!1,t)}get $doc(){return this.$pos(0)}};function Xt(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r})=>{const i=z(n.getAttributes,void 0,r);if(i===!1||i===null)return null;const{tr:s}=e,o=r[r.length-1],l=r[0];if(o){const a=l.search(/\S/),c=t.from+l.indexOf(o),u=c+o.length;if(vo(t.from,t.to,e.doc).filter(h=>h.mark.type.excluded.find(m=>m===n.type&&m!==h.mark.type)).filter(h=>h.to>c).length)return null;ut.from&&s.delete(t.from+a,c);const f=t.from+a+o.length;s.addMark(t.from+a,f,n.type.create(i||{})),s.removeStoredMark(n.type)}},undoable:n.undoable})}function Uu(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r})=>{const i=z(n.getAttributes,void 0,r)||{},{tr:s}=e,o=t.from;let l=t.to;const a=n.type.create(i);if(r[1]){const c=r[0].lastIndexOf(r[1]);let u=o+c;u>l?u=l:l=u+r[1].length;const d=r[0][r[0].length-1];s.insertText(d,o+r[0].length-1),s.replaceWith(u,l,a)}else if(r[0]){const c=n.type.isInline?o:o-1;s.insert(c,n.type.create(i)).delete(s.mapping.map(o),s.mapping.map(l))}s.scrollIntoView()},undoable:n.undoable})}function zs(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r})=>{const i=e.doc.resolve(t.from),s=z(n.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),n.type))return null;e.tr.delete(t.from,t.to).setBlockType(t.from,t.from,n.type,s)},undoable:n.undoable})}function Qt(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r,chain:i})=>{const s=z(n.getAttributes,void 0,r)||{},o=e.tr.delete(t.from,t.to),a=o.doc.resolve(t.from).blockRange(),c=a&&no(a,n.type,s);if(!c)return null;if(o.wrap(a,c),n.keepMarks&&n.editor){const{selection:d,storedMarks:f}=e,{splittableMarks:h}=n.editor.extensionManager,p=f||d.$to.parentOffset&&d.$from.marks();if(p){const m=p.filter(g=>h.includes(g.type.name));o.ensureMarks(m)}}if(n.keepAttributes){const d=n.type.name==="bulletList"||n.type.name==="orderedList"?"listItem":"taskList";i().updateAttributes(d,s).run()}const u=o.doc.resolve(t.from-1).nodeBefore;u&&u.type===n.type&<(o.doc,t.from-1)&&(!n.joinPredicate||n.joinPredicate(r,u))&&o.join(t.from-1)},undoable:n.undoable})}var Ty=n=>"touches"in n,Ay=class{constructor(n){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=l=>{if(!this.isResizing||!this.activeHandle)return;const a=l.clientX-this.startX,c=l.clientY-this.startY;this.handleResize(a,c)},this.handleTouchMove=l=>{if(!this.isResizing||!this.activeHandle)return;const a=l.touches[0];if(!a)return;const c=a.clientX-this.startX,u=a.clientY-this.startY;this.handleResize(c,u)},this.handleMouseUp=()=>{if(!this.isResizing)return;const l=this.element.offsetWidth,a=this.element.offsetHeight;this.onCommit(l,a),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=l=>{l.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=l=>{l.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,t,r,i,s,o;this.node=n.node,this.editor=n.editor,this.element=n.element,this.element.draggable=!1,this.contentElement=n.contentElement,this.getPos=n.getPos,this.onResize=n.onResize,this.onCommit=n.onCommit,this.onUpdate=n.onUpdate,(e=n.options)!=null&&e.min&&(this.minSize={...this.minSize,...n.options.min}),(t=n.options)!=null&&t.max&&(this.maxSize=n.options.max),(r=n==null?void 0:n.options)!=null&&r.directions&&(this.directions=n.options.directions),(i=n.options)!=null&&i.preserveAspectRatio&&(this.preserveAspectRatio=n.options.preserveAspectRatio),(s=n.options)!=null&&s.className&&(this.classNames={container:n.options.className.container||"",wrapper:n.options.className.wrapper||"",handle:n.options.className.handle||"",resizing:n.options.className.resizing||""}),(o=n.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=n.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 n;return(n=this.contentElement)!=null?n:null}handleEditorUpdate(){const n=this.editor.isEditable;n!==this.lastEditableState&&(this.lastEditableState=n,n?n&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(n,e,t){return n.type!==this.node.type?!1:(this.node=n,this.onUpdate?this.onUpdate(n,e,t):!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 n=document.createElement("div");return n.dataset.resizeContainer="",n.dataset.node=this.node.type.name,n.style.display=this.node.type.isInline?"inline-flex":"flex",this.classNames.container&&(n.className=this.classNames.container),n.appendChild(this.wrapper),n}createWrapper(){const n=document.createElement("div");return n.style.position="relative",n.style.display="block",n.dataset.resizeWrapper="",this.classNames.wrapper&&(n.className=this.classNames.wrapper),n.appendChild(this.element),n}createHandle(n){const e=document.createElement("div");return e.dataset.resizeHandle=n,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(n,e){const t=e.includes("top"),r=e.includes("bottom"),i=e.includes("left"),s=e.includes("right");t&&(n.style.top="0"),r&&(n.style.bottom="0"),i&&(n.style.left="0"),s&&(n.style.right="0"),(e==="top"||e==="bottom")&&(n.style.left="0",n.style.right="0"),(e==="left"||e==="right")&&(n.style.top="0",n.style.bottom="0")}attachHandles(){this.directions.forEach(n=>{let e;this.createCustomHandle?e=this.createCustomHandle(n):e=this.createHandle(n),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${n}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(n)),this.createCustomHandle||this.positionHandle(e,n),e.addEventListener("mousedown",t=>this.handleResizeStart(t,n)),e.addEventListener("touchstart",t=>this.handleResizeStart(t,n)),this.handleMap.set(n,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(n=>n.remove()),this.handleMap.clear()}applyInitialSize(){const n=this.node.attrs.width,e=this.node.attrs.height;n?(this.element.style.width=`${n}px`,this.initialWidth=n):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(n,e){n.preventDefault(),n.stopPropagation(),this.isResizing=!0,this.activeHandle=e,Ty(n)?(this.startX=n.touches[0].clientX,this.startY=n.touches[0].clientY):(this.startX=n.clientX,this.startY=n.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(n,e){if(!this.activeHandle)return;const t=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:i}=this.calculateNewDimensions(this.activeHandle,n,e),s=this.applyConstraints(r,i,t);this.element.style.width=`${s.width}px`,this.element.style.height=`${s.height}px`,this.onResize&&this.onResize(s.width,s.height)}calculateNewDimensions(n,e,t){let r=this.startWidth,i=this.startHeight;const s=n.includes("right"),o=n.includes("left"),l=n.includes("bottom"),a=n.includes("top");return s?r=this.startWidth+e:o&&(r=this.startWidth-e),l?i=this.startHeight+t:a&&(i=this.startHeight-t),(n==="right"||n==="left")&&(r=this.startWidth+(s?e:-e)),(n==="top"||n==="bottom")&&(i=this.startHeight+(l?t:-t)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,i,n):{width:r,height:i}}applyConstraints(n,e,t){var r,i,s,o;if(!t){let c=Math.max(this.minSize.width,n),u=Math.max(this.minSize.height,e);return(r=this.maxSize)!=null&&r.width&&(c=Math.min(this.maxSize.width,c)),(i=this.maxSize)!=null&&i.height&&(u=Math.min(this.maxSize.height,u)),{width:c,height:u}}let l=n,a=e;return lthis.maxSize.width&&(l=this.maxSize.width,a=l/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&a>this.maxSize.height&&(a=this.maxSize.height,l=a*this.aspectRatio),{width:l,height:a}}applyAspectRatio(n,e,t){const r=t==="left"||t==="right",i=t==="top"||t==="bottom";return r?{width:n,height:n/this.aspectRatio}:i?{width:e*this.aspectRatio,height:e}:{width:n,height:n/this.aspectRatio}}};function Ny(n,e){const{selection:t}=n,{$from:r}=t;if(t instanceof N){const s=r.index();return r.parent.canReplaceWith(s,s+1,e)}let i=r.depth;for(;i>=0;){const s=r.index(i);if(r.node(i).contentMatchAt(s).matchType(e))return!0;i-=1}return!1}var Oy={};yo(Oy,{createAtomBlockMarkdownSpec:()=>Ry,createBlockMarkdownSpec:()=>Iy,createInlineMarkdownSpec:()=>Ly,parseAttributes:()=>Co,parseIndentedBlocks:()=>Bs,renderNestedMarkdownContent:()=>To,serializeAttributes:()=>Eo});function Co(n){if(!(n!=null&&n.trim()))return{};const e={},t=[],r=n.replace(/["']([^"']*)["']/g,c=>(t.push(c),`__QUOTED_${t.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(i){const c=i.map(u=>u.trim().slice(1));e.class=c.join(" ")}const s=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);s&&(e.id=s[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,c,u])=>{var d;const f=parseInt(((d=u.match(/__QUOTED_(\d+)__/))==null?void 0:d[1])||"0",10),h=t[f];h&&(e[c]=h.slice(1,-1))});const a=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 a&&a.split(/\s+/).filter(Boolean).forEach(u=>{u.match(/^[a-zA-Z][\w-]*$/)&&(e[u]=!0)}),e}function Eo(n){if(!n||Object.keys(n).length===0)return"";const e=[];return n.class&&String(n.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),n.id&&e.push(`#${n.id}`),Object.entries(n).forEach(([t,r])=>{t==="class"||t==="id"||(r===!0?e.push(t):r!==!1&&r!=null&&e.push(`${t}="${String(r)}"`))}),e.join(" ")}function Ry(n){const{nodeName:e,name:t,parseAttributes:r=Co,serializeAttributes:i=Eo,defaultAttributes:s={},requiredAttributes:o=[],allowedAttributes:l}=n,a=t||e,c=u=>{if(!l)return u;const d={};return l.forEach(f=>{f in u&&(d[f]=u[f])}),d};return{parseMarkdown:(u,d)=>{const f={...s,...u.attributes};return d.createNode(e,f,[])},markdownTokenizer:{name:e,level:"block",start(u){var d;const f=new RegExp(`^:::${a}(?:\\s|$)`,"m"),h=(d=u.match(f))==null?void 0:d.index;return h!==void 0?h:-1},tokenize(u,d,f){const h=new RegExp(`^:::${a}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),p=u.match(h);if(!p)return;const m=p[1]||"",g=r(m);if(!o.find(b=>!(b in g)))return{type:e,raw:p[0],attributes:g}}},renderMarkdown:u=>{const d=c(u.attrs||{}),f=i(d),h=f?` {${f}}`:"";return`:::${a}${h} :::`}}}function Iy(n){const{nodeName:e,name:t,getContent:r,parseAttributes:i=Co,serializeAttributes:s=Eo,defaultAttributes:o={},content:l="block",allowedAttributes:a}=n,c=t||e,u=d=>{if(!a)return d;const f={};return a.forEach(h=>{h in d&&(f[h]=d[h])}),f};return{parseMarkdown:(d,f)=>{let h;if(r){const m=r(d);h=typeof m=="string"?[{type:"text",text:m}]:m}else l==="block"?h=f.parseChildren(d.tokens||[]):h=f.parseInline(d.tokens||[]);const p={...o,...d.attributes};return f.createNode(e,p,h)},markdownTokenizer:{name:e,level:"block",start(d){var f;const h=new RegExp(`^:::${c}`,"m"),p=(f=d.match(h))==null?void 0:f.index;return p!==void 0?p:-1},tokenize(d,f,h){var p;const m=new RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),g=d.match(m);if(!g)return;const[y,b=""]=g,M=i(b);let x=1;const v=y.length;let O="";const C=/^:::([\w-]*)(\s.*)?/gm,T=d.slice(v);for(C.lastIndex=0;;){const R=C.exec(T);if(R===null)break;const j=R.index,ae=R[1];if(!((p=R[2])!=null&&p.endsWith(":::"))){if(ae)x+=1;else if(x-=1,x===0){const Te=T.slice(0,j);O=Te.trim();const re=d.slice(0,v+j+R[0].length);let Y=[];if(O)if(l==="block")for(Y=h.blockTokens(Te),Y.forEach(q=>{q.text&&(!q.tokens||q.tokens.length===0)&&(q.tokens=h.inlineTokens(q.text))});Y.length>0;){const q=Y[Y.length-1];if(q.type==="paragraph"&&(!q.text||q.text.trim()===""))Y.pop();else break}else Y=h.inlineTokens(O);return{type:e,raw:re,attributes:M,content:O,tokens:Y}}}}}},renderMarkdown:(d,f)=>{const h=u(d.attrs||{}),p=s(h),m=p?` {${p}}`:"",g=f.renderChildren(d.content||[],` +`,textSerializers:t={}}=n||{};return Rg(this.state.doc,{blockSeparator:e,textSerializers:{...wu(this.schema),...t}})}get isEmpty(){return Kn(this.state.doc)}destroy(){this.destroyed||(this.destroyed=!0,this.emit("destroy"),this.unmount(),this.removeAllListeners(),this.extensionManager.destroy(),this.extensionManager=null,this.schema=null,this.commandManager=null,this.extensionStorage={})}get isDestroyed(){var n,e;return(e=(n=this.editorView)==null?void 0:n.isDestroyed)!=null?e:!0}$node(n,e){var t;return((t=this.$doc)==null?void 0:t.querySelector(n,e))||null}$nodes(n,e){var t;return((t=this.$doc)==null?void 0:t.querySelectorAll(n,e))||null}$pos(n){const e=this.state.doc.resolve(n),t=n>0&&e.nodeAfter&&!e.nodeAfter.isText?e.nodeAfter:null;return new wy(e,this,!1,t)}get $doc(){return this.$pos(0)}};function Zt(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r})=>{const i=B(n.getAttributes,void 0,r);if(i===!1||i===null)return null;const{tr:s}=e,o=r[r.length-1],l=r[0];if(o){const a=l.search(/\S/),c=t.from+l.indexOf(o),u=c+o.length;if(xo(t.from,t.to,e.doc).filter(h=>h.mark.type.excluded.find(m=>m===n.type&&m!==h.mark.type)).filter(h=>h.to>c).length)return null;ut.from&&s.delete(t.from+a,c);const f=t.from+a+o.length;s.addMark(t.from+a,f,n.type.create(i||{})),s.removeStoredMark(n.type)}},undoable:n.undoable})}function _u(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r})=>{const i=B(n.getAttributes,void 0,r)||{},{tr:s}=e,o=t.from;let l=t.to;const a=n.type.create(i);if(r[1]){const c=r[0].lastIndexOf(r[1]);let u=o+c;u>l?u=l:l=u+r[1].length;const d=r[0][r[0].length-1];s.insertText(d,o+r[0].length-1),s.replaceWith(u,l,a)}else if(r[0]){const c=n.type.isInline?o:o-1;s.insert(c,n.type.create(i)).delete(s.mapping.map(o),s.mapping.map(l))}s.scrollIntoView()},undoable:n.undoable})}function Ps(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r})=>{const i=e.doc.resolve(t.from),s=B(n.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),n.type))return null;e.tr.delete(t.from,t.to).setBlockType(t.from,t.from,n.type,s)},undoable:n.undoable})}function en(n){return new Oi({find:n.find,handler:({state:e,range:t,match:r,chain:i})=>{const s=B(n.getAttributes,void 0,r)||{},o=e.tr.delete(t.from,t.to),a=o.doc.resolve(t.from).blockRange(),c=a&&eo(a,n.type,s);if(!c)return null;if(o.wrap(a,c),n.keepMarks&&n.editor){const{selection:d,storedMarks:f}=e,{splittableMarks:h}=n.editor.extensionManager,p=f||d.$to.parentOffset&&d.$from.marks();if(p){const m=p.filter(g=>h.includes(g.type.name));o.ensureMarks(m)}}if(n.keepAttributes){const d=n.type.name==="bulletList"||n.type.name==="orderedList"?"listItem":"taskList";i().updateAttributes(d,s).run()}const u=o.doc.resolve(t.from-1).nodeBefore;u&&u.type===n.type&&at(o.doc,t.from-1)&&(!n.joinPredicate||n.joinPredicate(r,u))&&o.join(t.from-1)},undoable:n.undoable})}var Cy=n=>"touches"in n,Ey=class{constructor(n){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=l=>{if(!this.isResizing||!this.activeHandle)return;const a=l.clientX-this.startX,c=l.clientY-this.startY;this.handleResize(a,c)},this.handleTouchMove=l=>{if(!this.isResizing||!this.activeHandle)return;const a=l.touches[0];if(!a)return;const c=a.clientX-this.startX,u=a.clientY-this.startY;this.handleResize(c,u)},this.handleMouseUp=()=>{if(!this.isResizing)return;const l=this.element.offsetWidth,a=this.element.offsetHeight;this.onCommit(l,a),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=l=>{l.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=l=>{l.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,t,r,i,s,o;this.node=n.node,this.editor=n.editor,this.element=n.element,this.element.draggable=!1,this.contentElement=n.contentElement,this.getPos=n.getPos,this.onResize=n.onResize,this.onCommit=n.onCommit,this.onUpdate=n.onUpdate,(e=n.options)!=null&&e.min&&(this.minSize={...this.minSize,...n.options.min}),(t=n.options)!=null&&t.max&&(this.maxSize=n.options.max),(r=n==null?void 0:n.options)!=null&&r.directions&&(this.directions=n.options.directions),(i=n.options)!=null&&i.preserveAspectRatio&&(this.preserveAspectRatio=n.options.preserveAspectRatio),(s=n.options)!=null&&s.className&&(this.classNames={container:n.options.className.container||"",wrapper:n.options.className.wrapper||"",handle:n.options.className.handle||"",resizing:n.options.className.resizing||""}),(o=n.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=n.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 n;return(n=this.contentElement)!=null?n:null}handleEditorUpdate(){const n=this.editor.isEditable;n!==this.lastEditableState&&(this.lastEditableState=n,n?n&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(n,e,t){return n.type!==this.node.type?!1:(this.node=n,this.onUpdate?this.onUpdate(n,e,t):!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 n=document.createElement("div");return n.dataset.resizeContainer="",n.dataset.node=this.node.type.name,n.style.display=this.node.type.isInline?"inline-flex":"flex",this.classNames.container&&(n.className=this.classNames.container),n.appendChild(this.wrapper),n}createWrapper(){const n=document.createElement("div");return n.style.position="relative",n.style.display="block",n.dataset.resizeWrapper="",this.classNames.wrapper&&(n.className=this.classNames.wrapper),n.appendChild(this.element),n}createHandle(n){const e=document.createElement("div");return e.dataset.resizeHandle=n,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(n,e){const t=e.includes("top"),r=e.includes("bottom"),i=e.includes("left"),s=e.includes("right");t&&(n.style.top="0"),r&&(n.style.bottom="0"),i&&(n.style.left="0"),s&&(n.style.right="0"),(e==="top"||e==="bottom")&&(n.style.left="0",n.style.right="0"),(e==="left"||e==="right")&&(n.style.top="0",n.style.bottom="0")}attachHandles(){this.directions.forEach(n=>{let e;this.createCustomHandle?e=this.createCustomHandle(n):e=this.createHandle(n),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${n}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(n)),this.createCustomHandle||this.positionHandle(e,n),e.addEventListener("mousedown",t=>this.handleResizeStart(t,n)),e.addEventListener("touchstart",t=>this.handleResizeStart(t,n)),this.handleMap.set(n,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(n=>n.remove()),this.handleMap.clear()}applyInitialSize(){const n=this.node.attrs.width,e=this.node.attrs.height;n?(this.element.style.width=`${n}px`,this.initialWidth=n):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(n,e){n.preventDefault(),n.stopPropagation(),this.isResizing=!0,this.activeHandle=e,Cy(n)?(this.startX=n.touches[0].clientX,this.startY=n.touches[0].clientY):(this.startX=n.clientX,this.startY=n.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(n,e){if(!this.activeHandle)return;const t=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:i}=this.calculateNewDimensions(this.activeHandle,n,e),s=this.applyConstraints(r,i,t);this.element.style.width=`${s.width}px`,this.element.style.height=`${s.height}px`,this.onResize&&this.onResize(s.width,s.height)}calculateNewDimensions(n,e,t){let r=this.startWidth,i=this.startHeight;const s=n.includes("right"),o=n.includes("left"),l=n.includes("bottom"),a=n.includes("top");return s?r=this.startWidth+e:o&&(r=this.startWidth-e),l?i=this.startHeight+t:a&&(i=this.startHeight-t),(n==="right"||n==="left")&&(r=this.startWidth+(s?e:-e)),(n==="top"||n==="bottom")&&(i=this.startHeight+(l?t:-t)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,i,n):{width:r,height:i}}applyConstraints(n,e,t){var r,i,s,o;if(!t){let c=Math.max(this.minSize.width,n),u=Math.max(this.minSize.height,e);return(r=this.maxSize)!=null&&r.width&&(c=Math.min(this.maxSize.width,c)),(i=this.maxSize)!=null&&i.height&&(u=Math.min(this.maxSize.height,u)),{width:c,height:u}}let l=n,a=e;return lthis.maxSize.width&&(l=this.maxSize.width,a=l/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&a>this.maxSize.height&&(a=this.maxSize.height,l=a*this.aspectRatio),{width:l,height:a}}applyAspectRatio(n,e,t){const r=t==="left"||t==="right",i=t==="top"||t==="bottom";return r?{width:n,height:n/this.aspectRatio}:i?{width:e*this.aspectRatio,height:e}:{width:n,height:n/this.aspectRatio}}};function Ty(n,e){const{selection:t}=n,{$from:r}=t;if(t instanceof N){const s=r.index();return r.parent.canReplaceWith(s,s+1,e)}let i=r.depth;for(;i>=0;){const s=r.index(i);if(r.node(i).contentMatchAt(s).matchType(e))return!0;i-=1}return!1}var Ay={};mo(Ay,{createAtomBlockMarkdownSpec:()=>Ny,createBlockMarkdownSpec:()=>Oy,createInlineMarkdownSpec:()=>Dy,parseAttributes:()=>vo,parseIndentedBlocks:()=>Ls,renderNestedMarkdownContent:()=>Co,serializeAttributes:()=>Mo});function vo(n){if(!(n!=null&&n.trim()))return{};const e={},t=[],r=n.replace(/["']([^"']*)["']/g,c=>(t.push(c),`__QUOTED_${t.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(i){const c=i.map(u=>u.trim().slice(1));e.class=c.join(" ")}const s=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);s&&(e.id=s[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,c,u])=>{var d;const f=parseInt(((d=u.match(/__QUOTED_(\d+)__/))==null?void 0:d[1])||"0",10),h=t[f];h&&(e[c]=h.slice(1,-1))});const a=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 a&&a.split(/\s+/).filter(Boolean).forEach(u=>{u.match(/^[a-zA-Z][\w-]*$/)&&(e[u]=!0)}),e}function Mo(n){if(!n||Object.keys(n).length===0)return"";const e=[];return n.class&&String(n.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),n.id&&e.push(`#${n.id}`),Object.entries(n).forEach(([t,r])=>{t==="class"||t==="id"||(r===!0?e.push(t):r!==!1&&r!=null&&e.push(`${t}="${String(r)}"`))}),e.join(" ")}function Ny(n){const{nodeName:e,name:t,parseAttributes:r=vo,serializeAttributes:i=Mo,defaultAttributes:s={},requiredAttributes:o=[],allowedAttributes:l}=n,a=t||e,c=u=>{if(!l)return u;const d={};return l.forEach(f=>{f in u&&(d[f]=u[f])}),d};return{parseMarkdown:(u,d)=>{const f={...s,...u.attributes};return d.createNode(e,f,[])},markdownTokenizer:{name:e,level:"block",start(u){var d;const f=new RegExp(`^:::${a}(?:\\s|$)`,"m"),h=(d=u.match(f))==null?void 0:d.index;return h!==void 0?h:-1},tokenize(u,d,f){const h=new RegExp(`^:::${a}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),p=u.match(h);if(!p)return;const m=p[1]||"",g=r(m);if(!o.find(b=>!(b in g)))return{type:e,raw:p[0],attributes:g}}},renderMarkdown:u=>{const d=c(u.attrs||{}),f=i(d),h=f?` {${f}}`:"";return`:::${a}${h} :::`}}}function Oy(n){const{nodeName:e,name:t,getContent:r,parseAttributes:i=vo,serializeAttributes:s=Mo,defaultAttributes:o={},content:l="block",allowedAttributes:a}=n,c=t||e,u=d=>{if(!a)return d;const f={};return a.forEach(h=>{h in d&&(f[h]=d[h])}),f};return{parseMarkdown:(d,f)=>{let h;if(r){const m=r(d);h=typeof m=="string"?[{type:"text",text:m}]:m}else l==="block"?h=f.parseChildren(d.tokens||[]):h=f.parseInline(d.tokens||[]);const p={...o,...d.attributes};return f.createNode(e,p,h)},markdownTokenizer:{name:e,level:"block",start(d){var f;const h=new RegExp(`^:::${c}`,"m"),p=(f=d.match(h))==null?void 0:f.index;return p!==void 0?p:-1},tokenize(d,f,h){var p;const m=new RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),g=d.match(m);if(!g)return;const[y,b=""]=g,v=i(b);let x=1;const M=y.length;let O="";const E=/^:::([\w-]*)(\s.*)?/gm,I=d.slice(M);for(E.lastIndex=0;;){const A=E.exec(I);if(A===null)break;const z=A.index,Se=A[1];if(!((p=A[2])!=null&&p.endsWith(":::"))){if(Se)x+=1;else if(x-=1,x===0){const ie=I.slice(0,z);O=ie.trim();const ee=d.slice(0,M+z+A[0].length);let Y=[];if(O)if(l==="block")for(Y=h.blockTokens(ie),Y.forEach(q=>{q.text&&(!q.tokens||q.tokens.length===0)&&(q.tokens=h.inlineTokens(q.text))});Y.length>0;){const q=Y[Y.length-1];if(q.type==="paragraph"&&(!q.text||q.text.trim()===""))Y.pop();else break}else Y=h.inlineTokens(O);return{type:e,raw:ee,attributes:v,content:O,tokens:Y}}}}}},renderMarkdown:(d,f)=>{const h=u(d.attrs||{}),p=s(h),m=p?` {${p}}`:"",g=f.renderChildren(d.content||[],` `);return`:::${c}${m} ${g} -:::`}}}function Dy(n){if(!n.trim())return{};const e={},t=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=t.exec(n);for(;r!==null;){const[,i,s,o]=r;e[i]=s||o,r=t.exec(n)}return e}function Py(n){return Object.entries(n).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(" ")}function Ly(n){const{nodeName:e,name:t,getContent:r,parseAttributes:i=Dy,serializeAttributes:s=Py,defaultAttributes:o={},selfClosing:l=!1,allowedAttributes:a}=n,c=t||e,u=f=>{if(!a)return f;const h={};return a.forEach(p=>{const m=typeof p=="string"?p:p.name,g=typeof p=="string"?void 0:p.skipIfDefault;if(m in f){const y=f[m];if(g!==void 0&&y===g)return;h[m]=y}}),h},d=c.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(f,h)=>{const p={...o,...f.attributes};if(l)return h.createNode(e,p);const m=r?r(f):f.content||"";return m?h.createNode(e,p,[h.createTextNode(m)]):h.createNode(e,p,[])},markdownTokenizer:{name:e,level:"inline",start(f){const h=l?new RegExp(`\\[${d}\\s*[^\\]]*\\]`):new RegExp(`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),p=f.match(h),m=p==null?void 0:p.index;return m!==void 0?m:-1},tokenize(f,h,p){const m=l?new RegExp(`^\\[${d}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),g=f.match(m);if(!g)return;let y="",b="";if(l){const[,x]=g;b=x}else{const[,x,v]=g;b=x,y=v||""}const M=i(b.trim());return{type:e,raw:g[0],content:y.trim(),attributes:M}}},renderMarkdown:f=>{let h="";r?h=r(f):f.content&&f.content.length>0&&(h=f.content.filter(y=>y.type==="text").map(y=>y.text).join(""));const p=u(f.attrs||{}),m=s(p),g=m?` ${m}`:"";return l?`[${c}${g}]`:`[${c}${g}]${h}[/${c}]`}}}function Bs(n,e,t){var r,i,s,o;const l=n.split(` +:::`}}}function Ry(n){if(!n.trim())return{};const e={},t=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=t.exec(n);for(;r!==null;){const[,i,s,o]=r;e[i]=s||o,r=t.exec(n)}return e}function Iy(n){return Object.entries(n).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(" ")}function Dy(n){const{nodeName:e,name:t,getContent:r,parseAttributes:i=Ry,serializeAttributes:s=Iy,defaultAttributes:o={},selfClosing:l=!1,allowedAttributes:a}=n,c=t||e,u=f=>{if(!a)return f;const h={};return a.forEach(p=>{const m=typeof p=="string"?p:p.name,g=typeof p=="string"?void 0:p.skipIfDefault;if(m in f){const y=f[m];if(g!==void 0&&y===g)return;h[m]=y}}),h},d=c.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(f,h)=>{const p={...o,...f.attributes};if(l)return h.createNode(e,p);const m=r?r(f):f.content||"";return m?h.createNode(e,p,[h.createTextNode(m)]):h.createNode(e,p,[])},markdownTokenizer:{name:e,level:"inline",start(f){const h=l?new RegExp(`\\[${d}\\s*[^\\]]*\\]`):new RegExp(`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),p=f.match(h),m=p==null?void 0:p.index;return m!==void 0?m:-1},tokenize(f,h,p){const m=l?new RegExp(`^\\[${d}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),g=f.match(m);if(!g)return;let y="",b="";if(l){const[,x]=g;b=x}else{const[,x,M]=g;b=x,y=M||""}const v=i(b.trim());return{type:e,raw:g[0],content:y.trim(),attributes:v}}},renderMarkdown:f=>{let h="";r?h=r(f):f.content&&f.content.length>0&&(h=f.content.filter(y=>y.type==="text").map(y=>y.text).join(""));const p=u(f.attrs||{}),m=s(p),g=m?` ${m}`:"";return l?`[${c}${g}]`:`[${c}${g}]${h}[/${c}]`}}}function Ls(n,e,t){var r,i,s,o;const l=n.split(` `),a=[];let c="",u=0;const d=e.baseIndentSize||2;for(;u0)break;if(f.trim()===""){u+=1,c=`${c}${f} `;continue}else return}const p=e.extractItemData(h),{indentLevel:m,mainContent:g}=p;c=`${c}${f} -`;const y=[g];for(u+=1;uj.trim()!=="");if(C===-1)break;if((((i=(r=l[u+1+C].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:i.length)||0)>m){y.push(v),c=`${c}${v} -`,u+=1;continue}else break}if((((o=(s=v.match(/^(\s*)/))==null?void 0:s[1])==null?void 0:o.length)||0)>m)y.push(v),c=`${c}${v} -`,u+=1;else break}let b;const M=y.slice(1);if(M.length>0){const v=M.map(O=>O.slice(m+d)).join(` -`);v.trim()&&(e.customNestedParser?b=e.customNestedParser(v):b=t.blockTokens(v))}const x=e.createToken(p,b);a.push(x)}if(a.length!==0)return{items:a,raw:c}}function To(n,e,t,r){if(!n||!Array.isArray(n.content))return"";const i=typeof t=="function"?t(r):t,[s,...o]=n.content,l=e.renderChildren([s]);let a=`${i}${l}`;return o&&o.length>0&&o.forEach((c,u)=>{var d,f;const h=(f=(d=e.renderChild)==null?void 0:d.call(e,c,u+1))!=null?f:e.renderChildren([c]);if(h!=null){const p=h.split(` +`;const y=[g];for(u+=1;uz.trim()!=="");if(E===-1)break;if((((i=(r=l[u+1+E].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:i.length)||0)>m){y.push(M),c=`${c}${M} +`,u+=1;continue}else break}if((((o=(s=M.match(/^(\s*)/))==null?void 0:s[1])==null?void 0:o.length)||0)>m)y.push(M),c=`${c}${M} +`,u+=1;else break}let b;const v=y.slice(1);if(v.length>0){const M=v.map(O=>O.slice(m+d)).join(` +`);M.trim()&&(e.customNestedParser?b=e.customNestedParser(M):b=t.blockTokens(M))}const x=e.createToken(p,b);a.push(x)}if(a.length!==0)return{items:a,raw:c}}function Co(n,e,t,r){if(!n||!Array.isArray(n.content))return"";const i=typeof t=="function"?t(r):t,[s,...o]=n.content,l=e.renderChildren([s]);let a=`${i}${l}`;return o&&o.length>0&&o.forEach((c,u)=>{var d,f;const h=(f=(d=e.renderChild)==null?void 0:d.call(e,c,u+1))!=null?f:e.renderChildren([c]);if(h!=null){const p=h.split(` `).map(m=>m?e.indent(m):e.indent("")).join(` `);a+=c.type==="paragraph"?` ${p}`:` -${p}`}}),a}function zy(n,e,t={}){const{state:r}=e,{doc:i,tr:s}=r,o=n;i.descendants((l,a)=>{const c=s.mapping.map(a),u=s.mapping.map(a)+l.nodeSize;let d=null;if(l.marks.forEach(h=>{if(h!==o)return!1;d=h}),!d)return;let f=!1;if(Object.keys(t).forEach(h=>{t[h]!==d.attrs[h]&&(f=!0)}),f){const h=n.type.create({...n.attrs,...t});s.removeMark(c,u,n.type),s.addMark(c,u,h)}}),s.docChanged&&e.view.dispatch(s)}var ge=class qu extends Mo{constructor(){super(...arguments),this.type="node"}static create(e={}){const t=typeof e=="function"?e():e;return new qu(t)}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}},By=class{constructor(n,e,t){this.isDragging=!1,this.component=n,this.editor=e.editor,this.options={stopEvent:null,ignoreMutation:null,...t},this.extension=e.extension,this.node=e.node,this.decorations=e.decorations,this.innerDecorations=e.innerDecorations,this.view=e.view,this.HTMLAttributes=e.HTMLAttributes,this.getPos=e.getPos,this.mount()}mount(){}get dom(){return this.editor.view.dom}get contentDOM(){return null}onDragStart(n){var e,t,r,i,s,o,l;const{view:a}=this.editor,c=n.target,u=c.nodeType===3?(e=c.parentElement)==null?void 0:e.closest("[data-drag-handle]"):c.closest("[data-drag-handle]");if(!this.dom||(t=this.contentDOM)!=null&&t.contains(c)||!u)return;let d=0,f=0;if(this.dom!==u){const b=this.dom.getBoundingClientRect(),M=u.getBoundingClientRect(),x=(i=n.offsetX)!=null?i:(r=n.nativeEvent)==null?void 0:r.offsetX,v=(o=n.offsetY)!=null?o:(s=n.nativeEvent)==null?void 0:s.offsetY;d=M.x-b.x+x,f=M.y-b.y+v}const h=this.dom.cloneNode(!0);try{const b=this.dom.getBoundingClientRect();h.style.width=`${Math.round(b.width)}px`,h.style.height=`${Math.round(b.height)}px`,h.style.boxSizing="border-box",h.style.pointerEvents="none"}catch{}let p=null;try{p=document.createElement("div"),p.style.position="absolute",p.style.top="-9999px",p.style.left="-9999px",p.style.pointerEvents="none",p.appendChild(h),document.body.appendChild(p),(l=n.dataTransfer)==null||l.setDragImage(h,d,f)}finally{p&&setTimeout(()=>{try{p==null||p.remove()}catch{}},0)}const m=this.getPos();if(typeof m!="number")return;const g=N.create(a.state.doc,m),y=a.state.tr.setSelection(g);a.dispatch(y)}stopEvent(n){var e;if(!this.dom)return!1;if(typeof this.options.stopEvent=="function")return this.options.stopEvent({event:n});const t=n.target;if(!(this.dom.contains(t)&&!((e=this.contentDOM)!=null&&e.contains(t))))return!1;const i=n.type.startsWith("drag"),s=n.type==="dragover"||n.type==="dragenter",o=n.type==="drop";if((["INPUT","BUTTON","SELECT","TEXTAREA"].includes(t.tagName)||t.isContentEditable)&&!o&&!i)return!0;const{isEditable:a}=this.editor,{isDragging:c}=this,u=!!this.node.type.spec.draggable,d=N.isSelectable(this.node),f=n.type==="copy",h=n.type==="paste",p=n.type==="cut",m=n.type==="mousedown";if(!u&&d&&i&&n.target===this.dom&&n.preventDefault(),u&&i&&!c&&n.target===this.dom)return n.preventDefault(),!1;if(u&&a&&!c&&m){const g=t.closest("[data-drag-handle]");g&&(this.dom===g||this.dom.contains(g))&&(this.isDragging=!0,document.addEventListener("dragend",()=>{this.isDragging=!1},{once:!0}),document.addEventListener("drop",()=>{this.isDragging=!1},{once:!0}),document.addEventListener("mouseup",()=>{this.isDragging=!1},{once:!0}))}return!(c||s||o||f||h||p||m&&d)}ignoreMutation(n){return!this.dom||!this.contentDOM?!0:typeof this.options.ignoreMutation=="function"?this.options.ignoreMutation({mutation:n}):this.node.isLeaf||this.node.isAtom?!0:n.type==="selection"||this.dom.contains(n.target)&&n.type==="childList"&&(qn()||Ds())&&this.editor.isFocused&&[...Array.from(n.addedNodes),...Array.from(n.removedNodes)].every(t=>t.isContentEditable)?!1:this.contentDOM===n.target&&n.type==="attributes"?!0:!this.contentDOM.contains(n.target)}updateAttributes(n){this.editor.commands.command(({tr:e})=>{const t=this.getPos();return typeof t!="number"?!1:(e.setNodeMarkup(t,void 0,{...this.node.attrs,...n}),!0)})}deleteNode(){const n=this.getPos();if(typeof n!="number")return;const e=n+this.node.nodeSize;this.editor.commands.deleteRange({from:n,to:e})}};function Tt(n){return new by({find:n.find,handler:({state:e,range:t,match:r,pasteEvent:i})=>{const s=z(n.getAttributes,void 0,r,i);if(s===!1||s===null)return null;const{tr:o}=e,l=r[r.length-1],a=r[0];let c=t.to;if(l){const u=a.search(/\S/),d=t.from+a.indexOf(l),f=d+l.length;if(vo(t.from,t.to,e.doc).filter(m=>m.mark.type.excluded.find(y=>y===n.type&&y!==m.mark.type)).filter(m=>m.to>d).length)return null;ft.from&&o.delete(t.from+u,d),c=t.from+u+l.length,o.addMark(t.from+u,c,n.type.create(s||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(n.type)}}})}const{getOwnPropertyNames:$y,getOwnPropertySymbols:Fy}=Object,{hasOwnProperty:Hy}=Object.prototype;function Zi(n,e){return function(r,i,s){return n(r,i,s)&&e(r,i,s)}}function hr(n){return function(t,r,i){if(!t||!r||typeof t!="object"||typeof r!="object")return n(t,r,i);const{cache:s}=i,o=s.get(t),l=s.get(r);if(o&&l)return o===r&&l===t;s.set(t,r),s.set(r,t);const a=n(t,r,i);return s.delete(t),s.delete(r),a}}function Vy(n){return n!=null?n[Symbol.toStringTag]:void 0}function Yl(n){return $y(n).concat(Fy(n))}const jy=Object.hasOwn||((n,e)=>Hy.call(n,e));function Rt(n,e){return n===e||!n&&!e&&n!==n&&e!==e}const _y="__v",Wy="__o",Uy="_owner",{getOwnPropertyDescriptor:Xl,keys:Ql}=Object;function qy(n,e){return n.byteLength===e.byteLength&&Ur(new Uint8Array(n),new Uint8Array(e))}function Jy(n,e,t){let r=n.length;if(e.length!==r)return!1;for(;r-- >0;)if(!t.equals(n[r],e[r],r,r,n,e,t))return!1;return!0}function Ky(n,e){return n.byteLength===e.byteLength&&Ur(new Uint8Array(n.buffer,n.byteOffset,n.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function Gy(n,e){return Rt(n.getTime(),e.getTime())}function Yy(n,e){return n.name===e.name&&n.message===e.message&&n.cause===e.cause&&n.stack===e.stack}function Xy(n,e){return n===e}function Zl(n,e,t){const r=n.size;if(r!==e.size)return!1;if(!r)return!0;const i=new Array(r),s=n.entries();let o,l,a=0;for(;(o=s.next())&&!o.done;){const c=e.entries();let u=!1,d=0;for(;(l=c.next())&&!l.done;){if(i[d]){d++;continue}const f=o.value,h=l.value;if(t.equals(f[0],h[0],a,d,n,e,t)&&t.equals(f[1],h[1],f[0],h[0],n,e,t)){u=i[d]=!0;break}d++}if(!u)return!1;a++}return!0}const Qy=Rt;function Zy(n,e,t){const r=Ql(n);let i=r.length;if(Ql(e).length!==i)return!1;for(;i-- >0;)if(!Ju(n,e,t,r[i]))return!1;return!0}function ln(n,e,t){const r=Yl(n);let i=r.length;if(Yl(e).length!==i)return!1;let s,o,l;for(;i-- >0;)if(s=r[i],!Ju(n,e,t,s)||(o=Xl(n,s),l=Xl(e,s),(o||l)&&(!o||!l||o.configurable!==l.configurable||o.enumerable!==l.enumerable||o.writable!==l.writable)))return!1;return!0}function e0(n,e){return Rt(n.valueOf(),e.valueOf())}function t0(n,e){return n.source===e.source&&n.flags===e.flags}function ea(n,e,t){const r=n.size;if(r!==e.size)return!1;if(!r)return!0;const i=new Array(r),s=n.values();let o,l;for(;(o=s.next())&&!o.done;){const a=e.values();let c=!1,u=0;for(;(l=a.next())&&!l.done;){if(!i[u]&&t.equals(o.value,l.value,o.value,l.value,n,e,t)){c=i[u]=!0;break}u++}if(!c)return!1}return!0}function Ur(n,e){let t=n.byteLength;if(e.byteLength!==t||n.byteOffset!==e.byteOffset)return!1;for(;t-- >0;)if(n[t]!==e[t])return!1;return!0}function n0(n,e){return n.hostname===e.hostname&&n.pathname===e.pathname&&n.protocol===e.protocol&&n.port===e.port&&n.hash===e.hash&&n.username===e.username&&n.password===e.password}function Ju(n,e,t,r){return(r===Uy||r===Wy||r===_y)&&(n.$$typeof||e.$$typeof)?!0:jy(e,r)&&t.equals(n[r],e[r],r,r,n,e,t)}const r0="[object ArrayBuffer]",i0="[object Arguments]",s0="[object Boolean]",o0="[object DataView]",l0="[object Date]",a0="[object Error]",c0="[object Map]",u0="[object Number]",d0="[object Object]",h0="[object RegExp]",f0="[object Set]",p0="[object String]",m0={"[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},g0="[object URL]",y0=Object.prototype.toString;function b0({areArrayBuffersEqual:n,areArraysEqual:e,areDataViewsEqual:t,areDatesEqual:r,areErrorsEqual:i,areFunctionsEqual:s,areMapsEqual:o,areNumbersEqual:l,areObjectsEqual:a,arePrimitiveWrappersEqual:c,areRegExpsEqual:u,areSetsEqual:d,areTypedArraysEqual:f,areUrlsEqual:h,unknownTagComparators:p}){return function(g,y,b){if(g===y)return!0;if(g==null||y==null)return!1;const M=typeof g;if(M!==typeof y)return!1;if(M!=="object")return M==="number"?l(g,y,b):M==="function"?s(g,y,b):!1;const x=g.constructor;if(x!==y.constructor)return!1;if(x===Object)return a(g,y,b);if(Array.isArray(g))return e(g,y,b);if(x===Date)return r(g,y,b);if(x===RegExp)return u(g,y,b);if(x===Map)return o(g,y,b);if(x===Set)return d(g,y,b);const v=y0.call(g);if(v===l0)return r(g,y,b);if(v===h0)return u(g,y,b);if(v===c0)return o(g,y,b);if(v===f0)return d(g,y,b);if(v===d0)return typeof g.then!="function"&&typeof y.then!="function"&&a(g,y,b);if(v===g0)return h(g,y,b);if(v===a0)return i(g,y,b);if(v===i0)return a(g,y,b);if(m0[v])return f(g,y,b);if(v===r0)return n(g,y,b);if(v===o0)return t(g,y,b);if(v===s0||v===u0||v===p0)return c(g,y,b);if(p){let O=p[v];if(!O){const C=Vy(g);C&&(O=p[C])}if(O)return O(g,y,b)}return!1}}function k0({circular:n,createCustomConfig:e,strict:t}){let r={areArrayBuffersEqual:qy,areArraysEqual:t?ln:Jy,areDataViewsEqual:Ky,areDatesEqual:Gy,areErrorsEqual:Yy,areFunctionsEqual:Xy,areMapsEqual:t?Zi(Zl,ln):Zl,areNumbersEqual:Qy,areObjectsEqual:t?ln:Zy,arePrimitiveWrappersEqual:e0,areRegExpsEqual:t0,areSetsEqual:t?Zi(ea,ln):ea,areTypedArraysEqual:t?Zi(Ur,ln):Ur,areUrlsEqual:n0,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),n){const i=hr(r.areArraysEqual),s=hr(r.areMapsEqual),o=hr(r.areObjectsEqual),l=hr(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:i,areMapsEqual:s,areObjectsEqual:o,areSetsEqual:l})}return r}function S0(n){return function(e,t,r,i,s,o,l){return n(e,t,l)}}function x0({circular:n,comparator:e,createState:t,equals:r,strict:i}){if(t)return function(l,a){const{cache:c=n?new WeakMap:void 0,meta:u}=t();return e(l,a,{cache:c,equals:r,meta:u,strict:i})};if(n)return function(l,a){return e(l,a,{cache:new WeakMap,equals:r,meta:void 0,strict:i})};const s={cache:void 0,equals:r,meta:void 0,strict:i};return function(l,a){return e(l,a,s)}}const w0=ct();ct({strict:!0});ct({circular:!0});ct({circular:!0,strict:!0});ct({createInternalComparator:()=>Rt});ct({strict:!0,createInternalComparator:()=>Rt});ct({circular:!0,createInternalComparator:()=>Rt});ct({circular:!0,createInternalComparator:()=>Rt,strict:!0});function ct(n={}){const{circular:e=!1,createInternalComparator:t,createState:r,strict:i=!1}=n,s=k0(n),o=b0(s),l=t?t(o):S0(o);return x0({circular:e,comparator:o,createState:r,equals:l,strict:i})}var Ku={exports:{}},Gu={};/** +${p}`}}),a}function Py(n,e,t={}){const{state:r}=e,{doc:i,tr:s}=r,o=n;i.descendants((l,a)=>{const c=s.mapping.map(a),u=s.mapping.map(a)+l.nodeSize;let d=null;if(l.marks.forEach(h=>{if(h!==o)return!1;d=h}),!d)return;let f=!1;if(Object.keys(t).forEach(h=>{t[h]!==d.attrs[h]&&(f=!0)}),f){const h=n.type.create({...n.attrs,...t});s.removeMark(c,u,n.type),s.addMark(c,u,h)}}),s.docChanged&&e.view.dispatch(s)}var ge=class Wu extends wo{constructor(){super(...arguments),this.type="node"}static create(e={}){const t=typeof e=="function"?e():e;return new Wu(t)}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}},Ly=class{constructor(n,e,t){this.isDragging=!1,this.component=n,this.editor=e.editor,this.options={stopEvent:null,ignoreMutation:null,...t},this.extension=e.extension,this.node=e.node,this.decorations=e.decorations,this.innerDecorations=e.innerDecorations,this.view=e.view,this.HTMLAttributes=e.HTMLAttributes,this.getPos=e.getPos,this.mount()}mount(){}get dom(){return this.editor.view.dom}get contentDOM(){return null}onDragStart(n){var e,t,r,i,s,o,l;const{view:a}=this.editor,c=n.target,u=c.nodeType===3?(e=c.parentElement)==null?void 0:e.closest("[data-drag-handle]"):c.closest("[data-drag-handle]");if(!this.dom||(t=this.contentDOM)!=null&&t.contains(c)||!u)return;let d=0,f=0;if(this.dom!==u){const b=this.dom.getBoundingClientRect(),v=u.getBoundingClientRect(),x=(i=n.offsetX)!=null?i:(r=n.nativeEvent)==null?void 0:r.offsetX,M=(o=n.offsetY)!=null?o:(s=n.nativeEvent)==null?void 0:s.offsetY;d=v.x-b.x+x,f=v.y-b.y+M}const h=this.dom.cloneNode(!0);try{const b=this.dom.getBoundingClientRect();h.style.width=`${Math.round(b.width)}px`,h.style.height=`${Math.round(b.height)}px`,h.style.boxSizing="border-box",h.style.pointerEvents="none"}catch{}let p=null;try{p=document.createElement("div"),p.style.position="absolute",p.style.top="-9999px",p.style.left="-9999px",p.style.pointerEvents="none",p.appendChild(h),document.body.appendChild(p),(l=n.dataTransfer)==null||l.setDragImage(h,d,f)}finally{p&&setTimeout(()=>{try{p==null||p.remove()}catch{}},0)}const m=this.getPos();if(typeof m!="number")return;const g=N.create(a.state.doc,m),y=a.state.tr.setSelection(g);a.dispatch(y)}stopEvent(n){var e;if(!this.dom)return!1;if(typeof this.options.stopEvent=="function")return this.options.stopEvent({event:n});const t=n.target;if(!(this.dom.contains(t)&&!((e=this.contentDOM)!=null&&e.contains(t))))return!1;const i=n.type.startsWith("drag"),s=n.type==="dragover"||n.type==="dragenter",o=n.type==="drop";if((["INPUT","BUTTON","SELECT","TEXTAREA"].includes(t.tagName)||t.isContentEditable)&&!o&&!i)return!0;const{isEditable:a}=this.editor,{isDragging:c}=this,u=!!this.node.type.spec.draggable,d=N.isSelectable(this.node),f=n.type==="copy",h=n.type==="paste",p=n.type==="cut",m=n.type==="mousedown";if(!u&&d&&i&&n.target===this.dom&&n.preventDefault(),u&&i&&!c&&n.target===this.dom)return n.preventDefault(),!1;if(u&&a&&!c&&m){const g=t.closest("[data-drag-handle]");g&&(this.dom===g||this.dom.contains(g))&&(this.isDragging=!0,document.addEventListener("dragend",()=>{this.isDragging=!1},{once:!0}),document.addEventListener("drop",()=>{this.isDragging=!1},{once:!0}),document.addEventListener("mouseup",()=>{this.isDragging=!1},{once:!0}))}return!(c||s||o||f||h||p||m&&d)}ignoreMutation(n){return!this.dom||!this.contentDOM?!0:typeof this.options.ignoreMutation=="function"?this.options.ignoreMutation({mutation:n}):this.node.isLeaf||this.node.isAtom?!0:n.type==="selection"||this.dom.contains(n.target)&&n.type==="childList"&&(qn()||Rs())&&this.editor.isFocused&&[...Array.from(n.addedNodes),...Array.from(n.removedNodes)].every(t=>t.isContentEditable)?!1:this.contentDOM===n.target&&n.type==="attributes"?!0:!this.contentDOM.contains(n.target)}updateAttributes(n){this.editor.commands.command(({tr:e})=>{const t=this.getPos();return typeof t!="number"?!1:(e.setNodeMarkup(t,void 0,{...this.node.attrs,...n}),!0)})}deleteNode(){const n=this.getPos();if(typeof n!="number")return;const e=n+this.node.nodeSize;this.editor.commands.deleteRange({from:n,to:e})}};function At(n){return new gy({find:n.find,handler:({state:e,range:t,match:r,pasteEvent:i})=>{const s=B(n.getAttributes,void 0,r,i);if(s===!1||s===null)return null;const{tr:o}=e,l=r[r.length-1],a=r[0];let c=t.to;if(l){const u=a.search(/\S/),d=t.from+a.indexOf(l),f=d+l.length;if(xo(t.from,t.to,e.doc).filter(m=>m.mark.type.excluded.find(y=>y===n.type&&y!==m.mark.type)).filter(m=>m.to>d).length)return null;ft.from&&o.delete(t.from+u,d),c=t.from+u+l.length,o.addMark(t.from+u,c,n.type.create(s||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(n.type)}}})}const{getOwnPropertyNames:zy,getOwnPropertySymbols:By}=Object,{hasOwnProperty:$y}=Object.prototype;function Zi(n,e){return function(r,i,s){return n(r,i,s)&&e(r,i,s)}}function hr(n){return function(t,r,i){if(!t||!r||typeof t!="object"||typeof r!="object")return n(t,r,i);const{cache:s}=i,o=s.get(t),l=s.get(r);if(o&&l)return o===r&&l===t;s.set(t,r),s.set(r,t);const a=n(t,r,i);return s.delete(t),s.delete(r),a}}function Fy(n){return n!=null?n[Symbol.toStringTag]:void 0}function Kl(n){return zy(n).concat(By(n))}const Hy=Object.hasOwn||((n,e)=>$y.call(n,e));function It(n,e){return n===e||!n&&!e&&n!==n&&e!==e}const Vy="__v",jy="__o",_y="_owner",{getOwnPropertyDescriptor:Gl,keys:Yl}=Object;function Wy(n,e){return n.byteLength===e.byteLength&&Ur(new Uint8Array(n),new Uint8Array(e))}function Uy(n,e,t){let r=n.length;if(e.length!==r)return!1;for(;r-- >0;)if(!t.equals(n[r],e[r],r,r,n,e,t))return!1;return!0}function qy(n,e){return n.byteLength===e.byteLength&&Ur(new Uint8Array(n.buffer,n.byteOffset,n.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function Jy(n,e){return It(n.getTime(),e.getTime())}function Ky(n,e){return n.name===e.name&&n.message===e.message&&n.cause===e.cause&&n.stack===e.stack}function Gy(n,e){return n===e}function Xl(n,e,t){const r=n.size;if(r!==e.size)return!1;if(!r)return!0;const i=new Array(r),s=n.entries();let o,l,a=0;for(;(o=s.next())&&!o.done;){const c=e.entries();let u=!1,d=0;for(;(l=c.next())&&!l.done;){if(i[d]){d++;continue}const f=o.value,h=l.value;if(t.equals(f[0],h[0],a,d,n,e,t)&&t.equals(f[1],h[1],f[0],h[0],n,e,t)){u=i[d]=!0;break}d++}if(!u)return!1;a++}return!0}const Yy=It;function Xy(n,e,t){const r=Yl(n);let i=r.length;if(Yl(e).length!==i)return!1;for(;i-- >0;)if(!Uu(n,e,t,r[i]))return!1;return!0}function an(n,e,t){const r=Kl(n);let i=r.length;if(Kl(e).length!==i)return!1;let s,o,l;for(;i-- >0;)if(s=r[i],!Uu(n,e,t,s)||(o=Gl(n,s),l=Gl(e,s),(o||l)&&(!o||!l||o.configurable!==l.configurable||o.enumerable!==l.enumerable||o.writable!==l.writable)))return!1;return!0}function Qy(n,e){return It(n.valueOf(),e.valueOf())}function Zy(n,e){return n.source===e.source&&n.flags===e.flags}function Ql(n,e,t){const r=n.size;if(r!==e.size)return!1;if(!r)return!0;const i=new Array(r),s=n.values();let o,l;for(;(o=s.next())&&!o.done;){const a=e.values();let c=!1,u=0;for(;(l=a.next())&&!l.done;){if(!i[u]&&t.equals(o.value,l.value,o.value,l.value,n,e,t)){c=i[u]=!0;break}u++}if(!c)return!1}return!0}function Ur(n,e){let t=n.byteLength;if(e.byteLength!==t||n.byteOffset!==e.byteOffset)return!1;for(;t-- >0;)if(n[t]!==e[t])return!1;return!0}function e0(n,e){return n.hostname===e.hostname&&n.pathname===e.pathname&&n.protocol===e.protocol&&n.port===e.port&&n.hash===e.hash&&n.username===e.username&&n.password===e.password}function Uu(n,e,t,r){return(r===_y||r===jy||r===Vy)&&(n.$$typeof||e.$$typeof)?!0:Hy(e,r)&&t.equals(n[r],e[r],r,r,n,e,t)}const t0="[object ArrayBuffer]",n0="[object Arguments]",r0="[object Boolean]",i0="[object DataView]",s0="[object Date]",o0="[object Error]",l0="[object Map]",a0="[object Number]",c0="[object Object]",u0="[object RegExp]",d0="[object Set]",h0="[object String]",f0={"[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},p0="[object URL]",m0=Object.prototype.toString;function g0({areArrayBuffersEqual:n,areArraysEqual:e,areDataViewsEqual:t,areDatesEqual:r,areErrorsEqual:i,areFunctionsEqual:s,areMapsEqual:o,areNumbersEqual:l,areObjectsEqual:a,arePrimitiveWrappersEqual:c,areRegExpsEqual:u,areSetsEqual:d,areTypedArraysEqual:f,areUrlsEqual:h,unknownTagComparators:p}){return function(g,y,b){if(g===y)return!0;if(g==null||y==null)return!1;const v=typeof g;if(v!==typeof y)return!1;if(v!=="object")return v==="number"?l(g,y,b):v==="function"?s(g,y,b):!1;const x=g.constructor;if(x!==y.constructor)return!1;if(x===Object)return a(g,y,b);if(Array.isArray(g))return e(g,y,b);if(x===Date)return r(g,y,b);if(x===RegExp)return u(g,y,b);if(x===Map)return o(g,y,b);if(x===Set)return d(g,y,b);const M=m0.call(g);if(M===s0)return r(g,y,b);if(M===u0)return u(g,y,b);if(M===l0)return o(g,y,b);if(M===d0)return d(g,y,b);if(M===c0)return typeof g.then!="function"&&typeof y.then!="function"&&a(g,y,b);if(M===p0)return h(g,y,b);if(M===o0)return i(g,y,b);if(M===n0)return a(g,y,b);if(f0[M])return f(g,y,b);if(M===t0)return n(g,y,b);if(M===i0)return t(g,y,b);if(M===r0||M===a0||M===h0)return c(g,y,b);if(p){let O=p[M];if(!O){const E=Fy(g);E&&(O=p[E])}if(O)return O(g,y,b)}return!1}}function y0({circular:n,createCustomConfig:e,strict:t}){let r={areArrayBuffersEqual:Wy,areArraysEqual:t?an:Uy,areDataViewsEqual:qy,areDatesEqual:Jy,areErrorsEqual:Ky,areFunctionsEqual:Gy,areMapsEqual:t?Zi(Xl,an):Xl,areNumbersEqual:Yy,areObjectsEqual:t?an:Xy,arePrimitiveWrappersEqual:Qy,areRegExpsEqual:Zy,areSetsEqual:t?Zi(Ql,an):Ql,areTypedArraysEqual:t?Zi(Ur,an):Ur,areUrlsEqual:e0,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),n){const i=hr(r.areArraysEqual),s=hr(r.areMapsEqual),o=hr(r.areObjectsEqual),l=hr(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:i,areMapsEqual:s,areObjectsEqual:o,areSetsEqual:l})}return r}function b0(n){return function(e,t,r,i,s,o,l){return n(e,t,l)}}function k0({circular:n,comparator:e,createState:t,equals:r,strict:i}){if(t)return function(l,a){const{cache:c=n?new WeakMap:void 0,meta:u}=t();return e(l,a,{cache:c,equals:r,meta:u,strict:i})};if(n)return function(l,a){return e(l,a,{cache:new WeakMap,equals:r,meta:void 0,strict:i})};const s={cache:void 0,equals:r,meta:void 0,strict:i};return function(l,a){return e(l,a,s)}}const S0=ut();ut({strict:!0});ut({circular:!0});ut({circular:!0,strict:!0});ut({createInternalComparator:()=>It});ut({strict:!0,createInternalComparator:()=>It});ut({circular:!0,createInternalComparator:()=>It});ut({circular:!0,createInternalComparator:()=>It,strict:!0});function ut(n={}){const{circular:e=!1,createInternalComparator:t,createState:r,strict:i=!1}=n,s=y0(n),o=g0(s),l=t?t(o):b0(o);return k0({circular:e,comparator:o,createState:r,equals:l,strict:i})}var qu={exports:{}},Ju={};/** * @license React * use-sync-external-store-shim/with-selector.production.js * @@ -117,11 +117,11 @@ ${p}`}}),a}function zy(n,e,t={}){const{state:r}=e,{doc:i,tr:s}=r,o=n;i.descendan * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var Ii=D,v0=Xs;function M0(n,e){return n===e&&(n!==0||1/n===1/e)||n!==n&&e!==e}var C0=typeof Object.is=="function"?Object.is:M0,E0=v0.useSyncExternalStore,T0=Ii.useRef,A0=Ii.useEffect,N0=Ii.useMemo,O0=Ii.useDebugValue;Gu.useSyncExternalStoreWithSelector=function(n,e,t,r,i){var s=T0(null);if(s.current===null){var o={hasValue:!1,value:null};s.current=o}else o=s.current;s=N0(function(){function a(h){if(!c){if(c=!0,u=h,h=r(h),i!==void 0&&o.hasValue){var p=o.value;if(i(p,h))return d=p}return d=h}if(p=d,C0(u,h))return p;var m=r(h);return i!==void 0&&i(p,m)?(u=h,p):(u=h,d=m)}var c=!1,u,d,f=t===void 0?null:t;return[function(){return a(e())},f===null?void 0:function(){return a(f())}]},[e,t,r,i]);var l=E0(n,s[0],s[1]);return A0(function(){o.hasValue=!0,o.value=l},[l]),O0(l),l};Ku.exports=Gu;var R0=Ku.exports,I0=(...n)=>e=>{n.forEach(t=>{typeof t=="function"?t(e):t&&(t.current=e)})},D0=({contentComponent:n})=>{const e=Xs.useSyncExternalStore(n.subscribe,n.getSnapshot,n.getServerSnapshot);return w.jsx(w.Fragment,{children:Object.values(e)})};function P0(){const n=new Set;let e={};return{subscribe(t){return n.add(t),()=>{n.delete(t)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(t,r){e={...e,[t]:Kd.createPortal(r.reactElement,r.element,t)},n.forEach(i=>i())},removeRenderer(t){const r={...e};delete r[t],e=r,n.forEach(i=>i())}}}var L0=class extends wt.Component{constructor(n){super(n),this.editorContentRef=wt.createRef()}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var n;const e=this.props.editor;if(e&&!e.isDestroyed&&((n=e.view.dom)!=null&&n.parentNode)){if(e.contentComponent)return;const t=this.editorContentRef.current;t.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:t}),e.contentComponent=P0(),e.createNodeViews(),e.isEditorContentInitialized=!0,this.forceUpdate()}}componentWillUnmount(){var n;const e=this.props.editor;if(e){e.isEditorContentInitialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),e.contentComponent=null;try{if(!((n=e.view.dom)!=null&&n.parentNode))return;const t=document.createElement("div");t.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:t})}catch{}}}render(){const{editor:n,innerRef:e,...t}=this.props;return w.jsxs(w.Fragment,{children:[w.jsx("div",{ref:I0(e,this.editorContentRef),...t}),(n==null?void 0:n.contentComponent)&&w.jsx(D0,{contentComponent:n.contentComponent})]})}},z0=D.forwardRef((n,e)=>{const t=wt.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[n.editor]);return wt.createElement(L0,{key:t,innerRef:e,...n})}),Yu=wt.memo(z0),B0=typeof window<"u"?D.useLayoutEffect:D.useEffect,$0=class{constructor(n){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=n,this.lastSnapshot={editor:n,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(n){return this.subscribers.add(n),()=>{this.subscribers.delete(n)}}watch(n){if(this.editor=n,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},t=this.editor;return t.on("transaction",e),()=>{t.off("transaction",e)}}}};function F0(n){var e;const[t]=D.useState(()=>new $0(n.editor)),r=R0.useSyncExternalStoreWithSelector(t.subscribe,t.getSnapshot,t.getServerSnapshot,n.selector,(e=n.equalityFn)!=null?e:w0);return B0(()=>t.watch(n.editor),[n.editor,t]),D.useDebugValue(r),r}var H0=!1,Xu=typeof window>"u",V0=Xu||!!(typeof window<"u"&&window.next),j0=class Qu{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(t=>t())}getInitialEditor(){const e=this.options.current.immediatelyRender;let t=e??!0;return Xu?(t&&H0&&console.warn("SSR detected. `immediatelyRender` has been set to false to avoid hydration mismatches"),t=!1):V0&&e===void 0&&(t=!1),t?this.createEditor():null}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var i,s;return(s=(i=this.options.current).onBeforeCreate)==null?void 0:s.call(i,...r)},onBlur:(...r)=>{var i,s;return(s=(i=this.options.current).onBlur)==null?void 0:s.call(i,...r)},onCreate:(...r)=>{var i,s;return(s=(i=this.options.current).onCreate)==null?void 0:s.call(i,...r)},onDestroy:(...r)=>{var i,s;return(s=(i=this.options.current).onDestroy)==null?void 0:s.call(i,...r)},onFocus:(...r)=>{var i,s;return(s=(i=this.options.current).onFocus)==null?void 0:s.call(i,...r)},onSelectionUpdate:(...r)=>{var i,s;return(s=(i=this.options.current).onSelectionUpdate)==null?void 0:s.call(i,...r)},onTransaction:(...r)=>{var i,s;return(s=(i=this.options.current).onTransaction)==null?void 0:s.call(i,...r)},onUpdate:(...r)=>{var i,s;return(s=(i=this.options.current).onUpdate)==null?void 0:s.call(i,...r)},onContentError:(...r)=>{var i,s;return(s=(i=this.options.current).onContentError)==null?void 0:s.call(i,...r)},onDrop:(...r)=>{var i,s;return(s=(i=this.options.current).onDrop)==null?void 0:s.call(i,...r)},onPaste:(...r)=>{var i,s;return(s=(i=this.options.current).onPaste)==null?void 0:s.call(i,...r)},onDelete:(...r)=>{var i,s;return(s=(i=this.options.current).onDelete)==null?void 0:s.call(i,...r)}};return new Ey(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,t){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&t.extensions?e.extensions.length!==t.extensions.length?!1:e.extensions.every((i,s)=>{var o;return i===((o=t.extensions)==null?void 0:o[s])}):e[r]===t[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?Qu.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,i)=>r===e[i]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,t=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){t&&t.setOptions(this.options.current);return}t&&!t.isDestroyed&&(t.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function _0(n={},e=[]){const t=D.useRef(n);t.current=n;const[r]=D.useState(()=>new j0(t)),i=Xs.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return D.useDebugValue(i),D.useEffect(r.onRender(e)),F0({editor:i,selector:({transactionNumber:s})=>n.shouldRerenderOnTransaction===!1||n.shouldRerenderOnTransaction===void 0?null:n.immediatelyRender&&s===0?0:s+1}),i}var Zu=D.createContext({editor:null});Zu.Consumer;var ed=D.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),td=()=>D.useContext(ed);function W0({as:n="div",...e}){const{nodeViewContentRef:t,nodeViewContentChildren:r}=td();return w.jsx(n,{...e,ref:t,"data-node-view-content":"",style:{whiteSpace:"pre-wrap",...e.style},children:r})}var U0=wt.forwardRef((n,e)=>{const{onDragStart:t}=td(),r=n.as||"div";return w.jsx(r,{...n,ref:e,"data-node-view-wrapper":"",onDragStart:t,style:{whiteSpace:"normal",...n.style}})});function ta(n){return!!(typeof n=="function"&&n.prototype&&n.prototype.isReactComponent)}function na(n){return!!(typeof n=="object"&&n.$$typeof&&(n.$$typeof.toString()==="Symbol(react.forward_ref)"||n.$$typeof.description==="react.forward_ref"))}function q0(n){return!!(typeof n=="object"&&n.$$typeof&&(n.$$typeof.toString()==="Symbol(react.memo)"||n.$$typeof.description==="react.memo"))}function J0(n){if(ta(n)||na(n))return!0;if(q0(n)){const e=n.type;if(e)return ta(e)||na(e)}return!1}function K0(){try{if(D.version)return parseInt(D.version.split(".")[0],10)>=19}catch{}return!1}var G0=class{constructor(n,{editor:e,props:t={},as:r="div",className:i=""}){this.ref=null,this.destroyed=!1,this.id=Math.floor(Math.random()*4294967295).toString(),this.component=n,this.editor=e,this.props=t,this.element=document.createElement(r),this.element.classList.add("react-renderer"),i&&this.element.classList.add(...i.split(" ")),this.editor.isEditorContentInitialized?Jd.flushSync(()=>{this.render()}):queueMicrotask(()=>{this.destroyed||this.render()})}render(){var n;if(this.destroyed)return;const e=this.component,t=this.props,r=this.editor,i=K0(),s=J0(e),o={...t};o.ref&&!(i||s)&&delete o.ref,!o.ref&&(i||s)&&(o.ref=l=>{this.ref=l}),this.reactElement=w.jsx(e,{...o}),(n=r==null?void 0:r.contentComponent)==null||n.setRenderer(this.id,this)}updateProps(n={}){if(this.destroyed)return;let e=!1;const t=Object.keys(n);for(let r=0;r{this.element.setAttribute(e,n[e])})}};wt.createContext({markViewContentRef:()=>{}});var Y0=class extends By{constructor(n,e,t){if(super(n,e,t),this.selectionRafId=null,this.handlePositionUpdate=()=>{const r=this.getPos();typeof r!="number"||r===this.currentPos||(this.currentPos=r,this.renderer.updateProps({getPos:()=>this.getPos()}),typeof this.options.attrs=="function"&&this.updateElementAttributes())},this.cachedExtensionWithSyncedStorage=null,!this.node.isLeaf){this.options.contentDOMElementTag?this.contentDOMElement=document.createElement(this.options.contentDOMElementTag):this.contentDOMElement=document.createElement(this.node.isInline?"span":"div"),this.contentDOMElement.dataset.nodeViewContentReact="",this.contentDOMElement.dataset.nodeViewWrapper="",this.contentDOMElement.style.whiteSpace="inherit";const r=this.dom.querySelector("[data-node-view-content]");if(!r)return;r.appendChild(this.contentDOMElement)}this.options.trackNodeViewPosition&&this.editor.on("update",this.handlePositionUpdate)}get extensionWithSyncedStorage(){if(!this.cachedExtensionWithSyncedStorage){const n=this.editor,e=this.extension;this.cachedExtensionWithSyncedStorage=new Proxy(e,{get(t,r,i){var s;return r==="storage"?(s=n.storage[e.name])!=null?s:{}:Reflect.get(t,r,i)}})}return this.cachedExtensionWithSyncedStorage}mount(){const e={editor:this.editor,node:this.node,decorations:this.decorations,innerDecorations:this.innerDecorations,view:this.view,selected:!1,extension:this.extensionWithSyncedStorage,HTMLAttributes:this.HTMLAttributes,getPos:()=>this.getPos(),updateAttributes:(c={})=>this.updateAttributes(c),deleteNode:()=>this.deleteNode(),ref:D.createRef()};if(!this.component.displayName){const c=u=>u.charAt(0).toUpperCase()+u.substring(1);this.component.displayName=c(this.extension.name)}const i={onDragStart:this.onDragStart.bind(this),nodeViewContentRef:c=>{c&&this.contentDOMElement&&c.firstChild!==this.contentDOMElement&&(c.hasAttribute("data-node-view-wrapper")&&c.removeAttribute("data-node-view-wrapper"),c.appendChild(this.contentDOMElement))}},s=this.component,o=D.memo(c=>w.jsx(ed.Provider,{value:i,children:D.createElement(s,c)}));o.displayName="ReactNodeView";let l=this.node.isInline?"span":"div";this.options.as&&(l=this.options.as);const{className:a=""}=this.options;this.handleSelectionUpdate=this.handleSelectionUpdate.bind(this),this.renderer=new G0(o,{editor:this.editor,props:e,as:l,className:`node-${this.node.type.name} ${a}`.trim()}),this.editor.on("selectionUpdate",this.handleSelectionUpdate),this.updateElementAttributes(),this.currentPos=this.getPos()}get dom(){var n;if(this.renderer.element.firstElementChild&&!((n=this.renderer.element.firstElementChild)!=null&&n.hasAttribute("data-node-view-wrapper")))throw Error("Please use the NodeViewWrapper component for your node view.");return this.renderer.element}get contentDOM(){return this.node.isLeaf?null:this.contentDOMElement}handleSelectionUpdate(){this.selectionRafId&&(cancelAnimationFrame(this.selectionRafId),this.selectionRafId=null),this.selectionRafId=requestAnimationFrame(()=>{this.selectionRafId=null;const n=this.currentPos;if(typeof n!="number")return;if(jg({selection:this.editor.state.selection,pos:n,nodeSize:this.node.nodeSize,selectedOnTextSelection:this.options.selectedOnTextSelection})){if(this.renderer.props.selected)return;this.selectNode()}else{if(!this.renderer.props.selected)return;this.deselectNode()}})}update(n,e,t){const r=l=>{this.renderer.updateProps(l),typeof this.options.attrs=="function"&&this.updateElementAttributes()};if(n.type!==this.node.type)return!1;if(typeof this.options.update=="function"){const l=this.node,a=this.decorations,c=this.innerDecorations;return this.node=n,this.decorations=e,this.innerDecorations=t,this.currentPos=this.getPos(),this.options.update({oldNode:l,oldDecorations:a,newNode:n,newDecorations:e,oldInnerDecorations:c,innerDecorations:t,updateProps:()=>r({node:n,decorations:e,innerDecorations:t,extension:this.extensionWithSyncedStorage})})}if(!(n!==this.node))return this.node=n,this.decorations=e,this.innerDecorations=t,!0;const s=this.getPos();this.node=n,this.decorations=e,this.innerDecorations=t,this.currentPos=s;const o={node:n,decorations:e,innerDecorations:t,extension:this.extensionWithSyncedStorage};return this.options.trackNodeViewPosition&&(o.getPos=()=>this.getPos()),r(o),!0}selectNode(){this.renderer.updateProps({selected:!0}),this.renderer.element.classList.add("ProseMirror-selectednode")}deselectNode(){this.renderer.updateProps({selected:!1}),this.renderer.element.classList.remove("ProseMirror-selectednode")}destroy(){this.renderer.destroy(),this.editor.off("selectionUpdate",this.handleSelectionUpdate),this.options.trackNodeViewPosition&&this.editor.off("update",this.handlePositionUpdate),this.contentDOMElement=null,this.selectionRafId&&(cancelAnimationFrame(this.selectionRafId),this.selectionRafId=null)}updateElementAttributes(){if(this.options.attrs){let n={};if(typeof this.options.attrs=="function"){const e=this.editor.extensionManager.attributes,t=Yt(this.node,e);n=this.options.attrs({node:this.node,HTMLAttributes:t})}else n=this.options.attrs;this.renderer.updateAttributes(n)}}};function X0(n,e){return t=>t.editor.contentComponent?new Y0(n,t,e):{}}var Ao=D.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});Ao.displayName="TiptapContext";var Q0=()=>D.useContext(Ao);function nd({editor:n,instance:e,children:t}){const r=n??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const i=D.useMemo(()=>({editor:r}),[r]),s=D.useMemo(()=>({editor:r}),[r]);return w.jsx(Zu.Provider,{value:s,children:w.jsx(Ao.Provider,{value:i,children:t})})}nd.displayName="Tiptap";function rd({...n}){const{editor:e}=Q0();return w.jsx(Yu,{editor:e,...n})}rd.displayName="Tiptap.Content";Object.assign(nd,{Content:rd});var qr=(n,e)=>{if(n==="slot")return 0;if(n instanceof Function)return n(e);const{children:t,...r}=e??{};if(n==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[n,r,t]};function id(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),s=e.child(r);if(i==s){t+=i.nodeSize;continue}if(!i.sameMarkup(s))return t;if(i.isText&&i.text!=s.text){for(let o=0;i.text[o]==s.text[o];o++)t++;return t}if(i.content.size||s.content.size){let o=id(i.content,s.content,t+1);if(o!=null)return o}t+=i.nodeSize}}function sd(n,e,t,r){for(let i=n.childCount,s=e.childCount;;){if(i==0||s==0)return i==s?null:{a:t,b:r};let o=n.child(--i),l=e.child(--s),a=o.nodeSize;if(o==l){t-=a,r-=a;continue}if(!o.sameMarkup(l))return{a:t,b:r};if(o.isText&&o.text!=l.text){let c=0,u=Math.min(o.text.length,l.text.length);for(;ce&&r(a,i+l,s||null,o)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,i+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let s="",o=!0;return this.nodesBetween(e,t,(l,a)=>{let c=l.isText?l.text.slice(Math.max(e,a)-a,t-a):l.isLeaf?i?typeof i=="function"?i(l):i:l.type.spec.leafText?l.type.spec.leafText(l):"":"";l.isBlock&&(l.isLeaf&&c||l.isTextblock)&&r&&(o?o=!1:s+=r),s+=c},0),s}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),s=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),s=1);se)for(let s=0,o=0;oe&&((ot)&&(l.isText?l=l.cut(Math.max(0,e-o),Math.min(l.text.length,t-o)):l=l.cut(Math.max(0,e-o-1),Math.min(l.content.size,t-o-1))),r.push(l),i+=l.nodeSize),o=a}return new ue(r,i)}cutByIndex(e,t){return e==t?ue.empty:e==0&&t==this.content.length?this:new ue(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),s=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new ue(i,s)}addToStart(e){return new ue([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new ue(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,r=0;;t++){let i=this.child(t),s=r+i.nodeSize;if(s>=e)return s==e?fr(t+1,s):fr(t,r);r=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return ue.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return ue.fromArray(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return ue.empty;let t,r=0;for(let i=0;i0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,t){if(!t)return Ft.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Ft(Ue.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let s=e.firstChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.firstChild)r++;for(let s=e.lastChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.lastChild)i++;return new Ft(e,r,i)}};J.empty=new J(Ue.empty,0,0);function od(n,e,t){let{index:r,offset:i}=n.findIndex(e),s=n.maybeChild(r),{index:o,offset:l}=n.findIndex(t);if(i==e||s.isText){if(l!=t&&!n.child(o).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=o)throw new RangeError("Removing non-flat range");return n.replaceChild(r,s.copy(od(s.content,e-i-1,t-i-1)))}function ld(n,e,t,r,i,s){let{index:o,offset:l}=n.findIndex(e),a=n.maybeChild(o);if(l==e||a.isText)return s&&r<=0&&i<=0&&!s.canReplace(o,o,t)?null:n.cut(0,e).append(t).append(n.cut(e));let c=ld(a.content,e-l-1,t,o==0?r-1:0,o==n.childCount-1?i-1:0,a);return c&&n.replaceChild(o,a.copy(c))}var ad=65535,cd=Math.pow(2,16);function eb(n,e){return n+e*cd}function ra(n){return n&ad}function tb(n){return(n-(n&ad))/cd}var ud=1,dd=2,Tr=4,hd=8,ia=class{constructor(n,e,t){this.pos=n,this.delInfo=e,this.recover=t}get deleted(){return(this.delInfo&hd)>0}get deletedBefore(){return(this.delInfo&(ud|Tr))>0}get deletedAfter(){return(this.delInfo&(dd|Tr))>0}get deletedAcross(){return(this.delInfo&Tr)>0}},At=class Ht{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&Ht.empty)return Ht.empty}recover(e){let t=0,r=ra(e);if(!this.inverted)for(let i=0;ie)break;let c=this.ranges[l+s],u=this.ranges[l+o],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(r)return h;let p=e==(t<0?a:d)?null:eb(l/3,e-a),m=e==a?dd:e==d?ud:Tr;return(t<0?e!=a:e!=d)&&(m|=hd),new ia(h,m,p)}i+=u-c}return r?e+i:new ia(e+i,0,null)}touches(e,t){let r=0,i=ra(t),s=this.inverted?2:1,o=this.inverted?1:2;for(let l=0;le)break;let c=this.ranges[l+s],u=a+c;if(e<=u&&l==i*3)return!0;r+=this.ranges[l+o]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,s=0;i!o.isAtom||!l.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),i),t.openStart,t.openEnd);return fe.fromReplace(e,this.from,this.to,s)}invert(){return new pd(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new Sn(t.pos,r.pos,this.mark)}merge(e){return e instanceof Sn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Sn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new Sn(t.from,t.to,e.markFromJSON(t.mark))}};le.jsonID("addMark",fd);var pd=class xn extends le{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new J(No(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return fe.fromReplace(e,this.from,this.to,r)}invert(){return new fd(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new xn(t.pos,r.pos,this.mark)}merge(e){return e instanceof xn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new xn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new xn(t.from,t.to,e.markFromJSON(t.mark))}};le.jsonID("removeMark",pd);var md=class wn extends le{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return fe.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return fe.fromReplace(e,this.pos,this.pos+1,new J(Ue.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let i=0;ir.pos?null:new Ar(t.pos,r.pos,i,s,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,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Ar(t.from,t.to,t.gapFrom,t.gapTo,J.fromJSON(e,t.slice),t.insert,!!t.structure)}};le.jsonID("replaceAround",yd);function Fs(n,e,t){let r=n.resolve(e),i=t-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let o=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,i--}}return!1}var nb=class Nr extends le{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return fe.fail("No node at attribute step's position");let r=Object.create(null);for(let s in t.attrs)r[s]=t.attrs[s];r[this.attr]=this.value;let i=t.type.create(r,null,t.marks);return fe.fromReplace(e,this.pos,this.pos+1,new J(Ue.from(i),0,t.isLeaf?0:1))}getMap(){return At.empty}invert(e){return new Nr(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Nr(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Nr(t.pos,t.attr,t.value)}};le.jsonID("attr",nb);var rb=class Hs extends le{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return fe.ok(r)}getMap(){return At.empty}invert(e){return new Hs(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Hs(t.attr,t.value)}};le.jsonID("docAttr",rb);var Gn=class extends Error{};Gn=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Gn.prototype=Object.create(Error.prototype);Gn.prototype.constructor=Gn;Gn.prototype.name="TransformError";var ns=Object.create(null),X=class{constructor(n,e,t){this.$anchor=n,this.$head=e,this.ranges=t||[new ib(n.min(e),n.max(e))]}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 n=this.ranges;for(let e=0;e=0;i--){let s=e<0?Vt(n.node(0),n.node(i),n.before(i+1),n.index(i),e,t):Vt(n.node(0),n.node(i),n.after(i+1),n.index(i)+1,e,t);if(s)return s}return null}static near(n,e=1){return this.findFrom(n,e)||this.findFrom(n,-e)||new In(n.node(0))}static atStart(n){return Vt(n,n,0,0,1)||new In(n)}static atEnd(n){return Vt(n,n,n.content.size,n.childCount,-1)||new In(n)}static fromJSON(n,e){if(!e||!e.type)throw new RangeError("Invalid input for Selection.fromJSON");let t=ns[e.type];if(!t)throw new RangeError(`No selection type ${e.type} defined`);return t.fromJSON(n,e)}static jsonID(n,e){if(n in ns)throw new RangeError("Duplicate use of selection JSON ID "+n);return ns[n]=e,e.prototype.jsonID=n,e}getBookmark(){return Zt.between(this.$anchor,this.$head).getBookmark()}};X.prototype.visible=!0;var ib=class{constructor(n,e){this.$from=n,this.$to=e}},sa=!1;function oa(n){!sa&&!n.parent.inlineContent&&(sa=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}var Zt=class vn extends X{constructor(e,t=e){oa(e),oa(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return X.near(r);let i=e.resolve(t.map(this.anchor));return new vn(i.parent.inlineContent?i:r,r)}replace(e,t=J.empty){if(super.replace(e,t),t==J.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof vn&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new bd(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new vn(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let s=X.findFrom(t,r,!0)||X.findFrom(t,-r,!0);if(s)t=s.$head;else return X.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(X.findFrom(e,-r,!0)||X.findFrom(e,r,!0)).$anchor,e.pos0?0:1);i>0?o=0;o+=i){let l=e.child(o);if(l.isAtom){if(!s&&en.isSelectable(l))return en.create(n,t-(i<0?l.nodeSize:0))}else{let a=Vt(n,l,t+i,i<0?l.childCount:0,i,s);if(a)return a}t+=l.nodeSize*i}return null}function la(n,e,t){let r=n.steps.length-1;if(r{o==null&&(o=u)}),n.setSelection(X.near(n.doc.resolve(o),t))}function aa(n,e){return!e||!n?n:n.bind(e)}var pr=class{constructor(n,e,t){this.name=n,this.init=aa(e.init,t),this.apply=aa(e.apply,t)}};new pr("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new pr("selection",{init(n,e){return n.selection||X.atStart(e.doc)},apply(n){return n.selection}}),new pr("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new pr("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}});var lb=(n,e)=>{var t;const{state:r,view:i}=n,{selection:s}=r;if(!s.empty)return!1;const{$from:o}=s;if(o.parentOffset!==0)return!1;const l=o.depth-1,a=o.node(l),c=o.index(l);if(c===0)return!1;if(a.type===e)return n.commands.lift(e.name);const u=a.child(c-1);if(u.type!==e||!((t=u.lastChild)!=null&&t.isTextblock))return!1;const d=o.before(),h=d-1-1,{tr:p}=r;return p.delete(d,o.after()).insert(h,o.parent.content),p.setSelection(Zt.create(p.doc,h)),i.dispatch(p.scrollIntoView()),!0},ab=/^\s*>\s$/,cb=ge.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:n}){return qr("blockquote",{...H(this.options.HTMLAttributes,n),children:qr("slot",{})})},parseMarkdown:(n,e)=>{var t;const r=(t=e.parseBlockChildren)!=null?t:e.parseChildren;return e.createNode("blockquote",void 0,r(n.tokens||[]))},renderMarkdown:(n,e)=>{if(!n.content)return"";const t=">",r=[];return n.content.forEach((i,s)=>{var o,l;const u=((l=(o=e.renderChild)==null?void 0:o.call(e,i,s))!=null?l:e.renderChildren([i])).split(` + */var Ii=D,x0=Gs;function w0(n,e){return n===e&&(n!==0||1/n===1/e)||n!==n&&e!==e}var v0=typeof Object.is=="function"?Object.is:w0,M0=x0.useSyncExternalStore,C0=Ii.useRef,E0=Ii.useEffect,T0=Ii.useMemo,A0=Ii.useDebugValue;Ju.useSyncExternalStoreWithSelector=function(n,e,t,r,i){var s=C0(null);if(s.current===null){var o={hasValue:!1,value:null};s.current=o}else o=s.current;s=T0(function(){function a(h){if(!c){if(c=!0,u=h,h=r(h),i!==void 0&&o.hasValue){var p=o.value;if(i(p,h))return d=p}return d=h}if(p=d,v0(u,h))return p;var m=r(h);return i!==void 0&&i(p,m)?(u=h,p):(u=h,d=m)}var c=!1,u,d,f=t===void 0?null:t;return[function(){return a(e())},f===null?void 0:function(){return a(f())}]},[e,t,r,i]);var l=M0(n,s[0],s[1]);return E0(function(){o.hasValue=!0,o.value=l},[l]),A0(l),l};qu.exports=Ju;var N0=qu.exports,O0=(...n)=>e=>{n.forEach(t=>{typeof t=="function"?t(e):t&&(t.current=e)})},R0=({contentComponent:n})=>{const e=Gs.useSyncExternalStore(n.subscribe,n.getSnapshot,n.getServerSnapshot);return w.jsx(w.Fragment,{children:Object.values(e)})};function I0(){const n=new Set;let e={};return{subscribe(t){return n.add(t),()=>{n.delete(t)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(t,r){e={...e,[t]:qd.createPortal(r.reactElement,r.element,t)},n.forEach(i=>i())},removeRenderer(t){const r={...e};delete r[t],e=r,n.forEach(i=>i())}}}var D0=class extends vt.Component{constructor(n){super(n),this.editorContentRef=vt.createRef()}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var n;const e=this.props.editor;if(e&&!e.isDestroyed&&((n=e.view.dom)!=null&&n.parentNode)){if(e.contentComponent)return;const t=this.editorContentRef.current;t.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:t}),e.contentComponent=I0(),e.createNodeViews(),e.isEditorContentInitialized=!0,this.forceUpdate()}}componentWillUnmount(){var n;const e=this.props.editor;if(e){e.isEditorContentInitialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),e.contentComponent=null;try{if(!((n=e.view.dom)!=null&&n.parentNode))return;const t=document.createElement("div");t.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:t})}catch{}}}render(){const{editor:n,innerRef:e,...t}=this.props;return w.jsxs(w.Fragment,{children:[w.jsx("div",{ref:O0(e,this.editorContentRef),...t}),(n==null?void 0:n.contentComponent)&&w.jsx(R0,{contentComponent:n.contentComponent})]})}},P0=D.forwardRef((n,e)=>{const t=vt.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[n.editor]);return vt.createElement(D0,{key:t,innerRef:e,...n})}),Ku=vt.memo(P0),L0=typeof window<"u"?D.useLayoutEffect:D.useEffect,z0=class{constructor(n){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=n,this.lastSnapshot={editor:n,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(n){return this.subscribers.add(n),()=>{this.subscribers.delete(n)}}watch(n){if(this.editor=n,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},t=this.editor;return t.on("transaction",e),()=>{t.off("transaction",e)}}}};function B0(n){var e;const[t]=D.useState(()=>new z0(n.editor)),r=N0.useSyncExternalStoreWithSelector(t.subscribe,t.getSnapshot,t.getServerSnapshot,n.selector,(e=n.equalityFn)!=null?e:S0);return L0(()=>t.watch(n.editor),[n.editor,t]),D.useDebugValue(r),r}var $0=!1,Gu=typeof window>"u",F0=Gu||!!(typeof window<"u"&&window.next),H0=class Yu{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(t=>t())}getInitialEditor(){const e=this.options.current.immediatelyRender;let t=e??!0;return Gu?(t&&$0&&console.warn("SSR detected. `immediatelyRender` has been set to false to avoid hydration mismatches"),t=!1):F0&&e===void 0&&(t=!1),t?this.createEditor():null}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var i,s;return(s=(i=this.options.current).onBeforeCreate)==null?void 0:s.call(i,...r)},onBlur:(...r)=>{var i,s;return(s=(i=this.options.current).onBlur)==null?void 0:s.call(i,...r)},onCreate:(...r)=>{var i,s;return(s=(i=this.options.current).onCreate)==null?void 0:s.call(i,...r)},onDestroy:(...r)=>{var i,s;return(s=(i=this.options.current).onDestroy)==null?void 0:s.call(i,...r)},onFocus:(...r)=>{var i,s;return(s=(i=this.options.current).onFocus)==null?void 0:s.call(i,...r)},onSelectionUpdate:(...r)=>{var i,s;return(s=(i=this.options.current).onSelectionUpdate)==null?void 0:s.call(i,...r)},onTransaction:(...r)=>{var i,s;return(s=(i=this.options.current).onTransaction)==null?void 0:s.call(i,...r)},onUpdate:(...r)=>{var i,s;return(s=(i=this.options.current).onUpdate)==null?void 0:s.call(i,...r)},onContentError:(...r)=>{var i,s;return(s=(i=this.options.current).onContentError)==null?void 0:s.call(i,...r)},onDrop:(...r)=>{var i,s;return(s=(i=this.options.current).onDrop)==null?void 0:s.call(i,...r)},onPaste:(...r)=>{var i,s;return(s=(i=this.options.current).onPaste)==null?void 0:s.call(i,...r)},onDelete:(...r)=>{var i,s;return(s=(i=this.options.current).onDelete)==null?void 0:s.call(i,...r)}};return new My(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,t){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&t.extensions?e.extensions.length!==t.extensions.length?!1:e.extensions.every((i,s)=>{var o;return i===((o=t.extensions)==null?void 0:o[s])}):e[r]===t[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?Yu.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,i)=>r===e[i]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,t=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){t&&t.setOptions(this.options.current);return}t&&!t.isDestroyed&&(t.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function V0(n={},e=[]){const t=D.useRef(n);t.current=n;const[r]=D.useState(()=>new H0(t)),i=Gs.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return D.useDebugValue(i),D.useEffect(r.onRender(e)),B0({editor:i,selector:({transactionNumber:s})=>n.shouldRerenderOnTransaction===!1||n.shouldRerenderOnTransaction===void 0?null:n.immediatelyRender&&s===0?0:s+1}),i}var Xu=D.createContext({editor:null});Xu.Consumer;var Qu=D.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),Zu=()=>D.useContext(Qu);function j0({as:n="div",...e}){const{nodeViewContentRef:t,nodeViewContentChildren:r}=Zu();return w.jsx(n,{...e,ref:t,"data-node-view-content":"",style:{whiteSpace:"pre-wrap",...e.style},children:r})}var _0=vt.forwardRef((n,e)=>{const{onDragStart:t}=Zu(),r=n.as||"div";return w.jsx(r,{...n,ref:e,"data-node-view-wrapper":"",onDragStart:t,style:{whiteSpace:"normal",...n.style}})});function Zl(n){return!!(typeof n=="function"&&n.prototype&&n.prototype.isReactComponent)}function ea(n){return!!(typeof n=="object"&&n.$$typeof&&(n.$$typeof.toString()==="Symbol(react.forward_ref)"||n.$$typeof.description==="react.forward_ref"))}function W0(n){return!!(typeof n=="object"&&n.$$typeof&&(n.$$typeof.toString()==="Symbol(react.memo)"||n.$$typeof.description==="react.memo"))}function U0(n){if(Zl(n)||ea(n))return!0;if(W0(n)){const e=n.type;if(e)return Zl(e)||ea(e)}return!1}function q0(){try{if(D.version)return parseInt(D.version.split(".")[0],10)>=19}catch{}return!1}var J0=class{constructor(n,{editor:e,props:t={},as:r="div",className:i=""}){this.ref=null,this.destroyed=!1,this.id=Math.floor(Math.random()*4294967295).toString(),this.component=n,this.editor=e,this.props=t,this.element=document.createElement(r),this.element.classList.add("react-renderer"),i&&this.element.classList.add(...i.split(" ")),this.editor.isEditorContentInitialized?Ud.flushSync(()=>{this.render()}):queueMicrotask(()=>{this.destroyed||this.render()})}render(){var n;if(this.destroyed)return;const e=this.component,t=this.props,r=this.editor,i=q0(),s=U0(e),o={...t};o.ref&&!(i||s)&&delete o.ref,!o.ref&&(i||s)&&(o.ref=l=>{this.ref=l}),this.reactElement=w.jsx(e,{...o}),(n=r==null?void 0:r.contentComponent)==null||n.setRenderer(this.id,this)}updateProps(n={}){if(this.destroyed)return;let e=!1;const t=Object.keys(n);for(let r=0;r{this.element.setAttribute(e,n[e])})}};vt.createContext({markViewContentRef:()=>{}});var K0=class extends Ly{constructor(n,e,t){if(super(n,e,t),this.selectionRafId=null,this.handlePositionUpdate=()=>{const r=this.getPos();typeof r!="number"||r===this.currentPos||(this.currentPos=r,this.renderer.updateProps({getPos:()=>this.getPos()}),typeof this.options.attrs=="function"&&this.updateElementAttributes())},this.cachedExtensionWithSyncedStorage=null,!this.node.isLeaf){this.options.contentDOMElementTag?this.contentDOMElement=document.createElement(this.options.contentDOMElementTag):this.contentDOMElement=document.createElement(this.node.isInline?"span":"div"),this.contentDOMElement.dataset.nodeViewContentReact="",this.contentDOMElement.dataset.nodeViewWrapper="",this.contentDOMElement.style.whiteSpace="inherit";const r=this.dom.querySelector("[data-node-view-content]");if(!r)return;r.appendChild(this.contentDOMElement)}this.options.trackNodeViewPosition&&this.editor.on("update",this.handlePositionUpdate)}get extensionWithSyncedStorage(){if(!this.cachedExtensionWithSyncedStorage){const n=this.editor,e=this.extension;this.cachedExtensionWithSyncedStorage=new Proxy(e,{get(t,r,i){var s;return r==="storage"?(s=n.storage[e.name])!=null?s:{}:Reflect.get(t,r,i)}})}return this.cachedExtensionWithSyncedStorage}mount(){const e={editor:this.editor,node:this.node,decorations:this.decorations,innerDecorations:this.innerDecorations,view:this.view,selected:!1,extension:this.extensionWithSyncedStorage,HTMLAttributes:this.HTMLAttributes,getPos:()=>this.getPos(),updateAttributes:(c={})=>this.updateAttributes(c),deleteNode:()=>this.deleteNode(),ref:D.createRef()};if(!this.component.displayName){const c=u=>u.charAt(0).toUpperCase()+u.substring(1);this.component.displayName=c(this.extension.name)}const i={onDragStart:this.onDragStart.bind(this),nodeViewContentRef:c=>{c&&this.contentDOMElement&&c.firstChild!==this.contentDOMElement&&(c.hasAttribute("data-node-view-wrapper")&&c.removeAttribute("data-node-view-wrapper"),c.appendChild(this.contentDOMElement))}},s=this.component,o=D.memo(c=>w.jsx(Qu.Provider,{value:i,children:D.createElement(s,c)}));o.displayName="ReactNodeView";let l=this.node.isInline?"span":"div";this.options.as&&(l=this.options.as);const{className:a=""}=this.options;this.handleSelectionUpdate=this.handleSelectionUpdate.bind(this),this.renderer=new J0(o,{editor:this.editor,props:e,as:l,className:`node-${this.node.type.name} ${a}`.trim()}),this.editor.on("selectionUpdate",this.handleSelectionUpdate),this.updateElementAttributes(),this.currentPos=this.getPos()}get dom(){var n;if(this.renderer.element.firstElementChild&&!((n=this.renderer.element.firstElementChild)!=null&&n.hasAttribute("data-node-view-wrapper")))throw Error("Please use the NodeViewWrapper component for your node view.");return this.renderer.element}get contentDOM(){return this.node.isLeaf?null:this.contentDOMElement}handleSelectionUpdate(){this.selectionRafId&&(cancelAnimationFrame(this.selectionRafId),this.selectionRafId=null),this.selectionRafId=requestAnimationFrame(()=>{this.selectionRafId=null;const n=this.currentPos;if(typeof n!="number")return;if(Hg({selection:this.editor.state.selection,pos:n,nodeSize:this.node.nodeSize,selectedOnTextSelection:this.options.selectedOnTextSelection})){if(this.renderer.props.selected)return;this.selectNode()}else{if(!this.renderer.props.selected)return;this.deselectNode()}})}update(n,e,t){const r=l=>{this.renderer.updateProps(l),typeof this.options.attrs=="function"&&this.updateElementAttributes()};if(n.type!==this.node.type)return!1;if(typeof this.options.update=="function"){const l=this.node,a=this.decorations,c=this.innerDecorations;return this.node=n,this.decorations=e,this.innerDecorations=t,this.currentPos=this.getPos(),this.options.update({oldNode:l,oldDecorations:a,newNode:n,newDecorations:e,oldInnerDecorations:c,innerDecorations:t,updateProps:()=>r({node:n,decorations:e,innerDecorations:t,extension:this.extensionWithSyncedStorage})})}if(!(n!==this.node))return this.node=n,this.decorations=e,this.innerDecorations=t,!0;const s=this.getPos();this.node=n,this.decorations=e,this.innerDecorations=t,this.currentPos=s;const o={node:n,decorations:e,innerDecorations:t,extension:this.extensionWithSyncedStorage};return this.options.trackNodeViewPosition&&(o.getPos=()=>this.getPos()),r(o),!0}selectNode(){this.renderer.updateProps({selected:!0}),this.renderer.element.classList.add("ProseMirror-selectednode")}deselectNode(){this.renderer.updateProps({selected:!1}),this.renderer.element.classList.remove("ProseMirror-selectednode")}destroy(){this.renderer.destroy(),this.editor.off("selectionUpdate",this.handleSelectionUpdate),this.options.trackNodeViewPosition&&this.editor.off("update",this.handlePositionUpdate),this.contentDOMElement=null,this.selectionRafId&&(cancelAnimationFrame(this.selectionRafId),this.selectionRafId=null)}updateElementAttributes(){if(this.options.attrs){let n={};if(typeof this.options.attrs=="function"){const e=this.editor.extensionManager.attributes,t=Qt(this.node,e);n=this.options.attrs({node:this.node,HTMLAttributes:t})}else n=this.options.attrs;this.renderer.updateAttributes(n)}}};function G0(n,e){return t=>t.editor.contentComponent?new K0(n,t,e):{}}var Eo=D.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});Eo.displayName="TiptapContext";var Y0=()=>D.useContext(Eo);function ed({editor:n,instance:e,children:t}){const r=n??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const i=D.useMemo(()=>({editor:r}),[r]),s=D.useMemo(()=>({editor:r}),[r]);return w.jsx(Xu.Provider,{value:s,children:w.jsx(Eo.Provider,{value:i,children:t})})}ed.displayName="Tiptap";function td({...n}){const{editor:e}=Y0();return w.jsx(Ku,{editor:e,...n})}td.displayName="Tiptap.Content";Object.assign(ed,{Content:td});var qr=(n,e)=>{if(n==="slot")return 0;if(n instanceof Function)return n(e);const{children:t,...r}=e??{};if(n==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[n,r,t]};function nd(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),s=e.child(r);if(i==s){t+=i.nodeSize;continue}if(!i.sameMarkup(s))return t;if(i.isText&&i.text!=s.text){for(let o=0;i.text[o]==s.text[o];o++)t++;return t}if(i.content.size||s.content.size){let o=nd(i.content,s.content,t+1);if(o!=null)return o}t+=i.nodeSize}}function rd(n,e,t,r){for(let i=n.childCount,s=e.childCount;;){if(i==0||s==0)return i==s?null:{a:t,b:r};let o=n.child(--i),l=e.child(--s),a=o.nodeSize;if(o==l){t-=a,r-=a;continue}if(!o.sameMarkup(l))return{a:t,b:r};if(o.isText&&o.text!=l.text){let c=0,u=Math.min(o.text.length,l.text.length);for(;ce&&r(a,i+l,s||null,o)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,i+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let s="",o=!0;return this.nodesBetween(e,t,(l,a)=>{let c=l.isText?l.text.slice(Math.max(e,a)-a,t-a):l.isLeaf?i?typeof i=="function"?i(l):i:l.type.spec.leafText?l.type.spec.leafText(l):"":"";l.isBlock&&(l.isLeaf&&c||l.isTextblock)&&r&&(o?o=!1:s+=r),s+=c},0),s}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),s=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),s=1);se)for(let s=0,o=0;oe&&((ot)&&(l.isText?l=l.cut(Math.max(0,e-o),Math.min(l.text.length,t-o)):l=l.cut(Math.max(0,e-o-1),Math.min(l.content.size,t-o-1))),r.push(l),i+=l.nodeSize),o=a}return new ue(r,i)}cutByIndex(e,t){return e==t?ue.empty:e==0&&t==this.content.length?this:new ue(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),s=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new ue(i,s)}addToStart(e){return new ue([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new ue(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,r=0;;t++){let i=this.child(t),s=r+i.nodeSize;if(s>=e)return s==e?fr(t+1,s):fr(t,r);r=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return ue.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return ue.fromArray(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return ue.empty;let t,r=0;for(let i=0;i0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,t){if(!t)return Vt.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Vt(qe.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let s=e.firstChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.firstChild)r++;for(let s=e.lastChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.lastChild)i++;return new Vt(e,r,i)}};J.empty=new J(qe.empty,0,0);function id(n,e,t){let{index:r,offset:i}=n.findIndex(e),s=n.maybeChild(r),{index:o,offset:l}=n.findIndex(t);if(i==e||s.isText){if(l!=t&&!n.child(o).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=o)throw new RangeError("Removing non-flat range");return n.replaceChild(r,s.copy(id(s.content,e-i-1,t-i-1)))}function sd(n,e,t,r,i,s){let{index:o,offset:l}=n.findIndex(e),a=n.maybeChild(o);if(l==e||a.isText)return s&&r<=0&&i<=0&&!s.canReplace(o,o,t)?null:n.cut(0,e).append(t).append(n.cut(e));let c=sd(a.content,e-l-1,t,o==0?r-1:0,o==n.childCount-1?i-1:0,a);return c&&n.replaceChild(o,a.copy(c))}var od=65535,ld=Math.pow(2,16);function Q0(n,e){return n+e*ld}function ta(n){return n&od}function Z0(n){return(n-(n&od))/ld}var ad=1,cd=2,Tr=4,ud=8,na=class{constructor(n,e,t){this.pos=n,this.delInfo=e,this.recover=t}get deleted(){return(this.delInfo&ud)>0}get deletedBefore(){return(this.delInfo&(ad|Tr))>0}get deletedAfter(){return(this.delInfo&(cd|Tr))>0}get deletedAcross(){return(this.delInfo&Tr)>0}},Nt=class jt{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&jt.empty)return jt.empty}recover(e){let t=0,r=ta(e);if(!this.inverted)for(let i=0;ie)break;let c=this.ranges[l+s],u=this.ranges[l+o],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(r)return h;let p=e==(t<0?a:d)?null:Q0(l/3,e-a),m=e==a?cd:e==d?ad:Tr;return(t<0?e!=a:e!=d)&&(m|=ud),new na(h,m,p)}i+=u-c}return r?e+i:new na(e+i,0,null)}touches(e,t){let r=0,i=ta(t),s=this.inverted?2:1,o=this.inverted?1:2;for(let l=0;le)break;let c=this.ranges[l+s],u=a+c;if(e<=u&&l==i*3)return!0;r+=this.ranges[l+o]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,s=0;i!o.isAtom||!l.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),i),t.openStart,t.openEnd);return fe.fromReplace(e,this.from,this.to,s)}invert(){return new hd(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new xn(t.pos,r.pos,this.mark)}merge(e){return e instanceof xn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new xn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new xn(t.from,t.to,e.markFromJSON(t.mark))}};ae.jsonID("addMark",dd);var hd=class wn extends ae{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new J(To(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return fe.fromReplace(e,this.from,this.to,r)}invert(){return new dd(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new wn(t.pos,r.pos,this.mark)}merge(e){return e instanceof wn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new wn(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,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new wn(t.from,t.to,e.markFromJSON(t.mark))}};ae.jsonID("removeMark",hd);var fd=class vn extends ae{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return fe.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return fe.fromReplace(e,this.pos,this.pos+1,new J(qe.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let i=0;ir.pos?null:new Ar(t.pos,r.pos,i,s,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,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Ar(t.from,t.to,t.gapFrom,t.gapTo,J.fromJSON(e,t.slice),t.insert,!!t.structure)}};ae.jsonID("replaceAround",md);function Bs(n,e,t){let r=n.resolve(e),i=t-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let o=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,i--}}return!1}var eb=class Nr extends ae{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return fe.fail("No node at attribute step's position");let r=Object.create(null);for(let s in t.attrs)r[s]=t.attrs[s];r[this.attr]=this.value;let i=t.type.create(r,null,t.marks);return fe.fromReplace(e,this.pos,this.pos+1,new J(qe.from(i),0,t.isLeaf?0:1))}getMap(){return Nt.empty}invert(e){return new Nr(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Nr(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Nr(t.pos,t.attr,t.value)}};ae.jsonID("attr",eb);var tb=class $s extends ae{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return fe.ok(r)}getMap(){return Nt.empty}invert(e){return new $s(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new $s(t.attr,t.value)}};ae.jsonID("docAttr",tb);var Gn=class extends Error{};Gn=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Gn.prototype=Object.create(Error.prototype);Gn.prototype.constructor=Gn;Gn.prototype.name="TransformError";var ns=Object.create(null),X=class{constructor(n,e,t){this.$anchor=n,this.$head=e,this.ranges=t||[new nb(n.min(e),n.max(e))]}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 n=this.ranges;for(let e=0;e=0;i--){let s=e<0?_t(n.node(0),n.node(i),n.before(i+1),n.index(i),e,t):_t(n.node(0),n.node(i),n.after(i+1),n.index(i)+1,e,t);if(s)return s}return null}static near(n,e=1){return this.findFrom(n,e)||this.findFrom(n,-e)||new In(n.node(0))}static atStart(n){return _t(n,n,0,0,1)||new In(n)}static atEnd(n){return _t(n,n,n.content.size,n.childCount,-1)||new In(n)}static fromJSON(n,e){if(!e||!e.type)throw new RangeError("Invalid input for Selection.fromJSON");let t=ns[e.type];if(!t)throw new RangeError(`No selection type ${e.type} defined`);return t.fromJSON(n,e)}static jsonID(n,e){if(n in ns)throw new RangeError("Duplicate use of selection JSON ID "+n);return ns[n]=e,e.prototype.jsonID=n,e}getBookmark(){return tn.between(this.$anchor,this.$head).getBookmark()}};X.prototype.visible=!0;var nb=class{constructor(n,e){this.$from=n,this.$to=e}},ra=!1;function ia(n){!ra&&!n.parent.inlineContent&&(ra=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}var tn=class Mn extends X{constructor(e,t=e){ia(e),ia(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return X.near(r);let i=e.resolve(t.map(this.anchor));return new Mn(i.parent.inlineContent?i:r,r)}replace(e,t=J.empty){if(super.replace(e,t),t==J.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof Mn&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new gd(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new Mn(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let s=X.findFrom(t,r,!0)||X.findFrom(t,-r,!0);if(s)t=s.$head;else return X.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(X.findFrom(e,-r,!0)||X.findFrom(e,r,!0)).$anchor,e.pos0?0:1);i>0?o=0;o+=i){let l=e.child(o);if(l.isAtom){if(!s&&nn.isSelectable(l))return nn.create(n,t-(i<0?l.nodeSize:0))}else{let a=_t(n,l,t+i,i<0?l.childCount:0,i,s);if(a)return a}t+=l.nodeSize*i}return null}function sa(n,e,t){let r=n.steps.length-1;if(r{o==null&&(o=u)}),n.setSelection(X.near(n.doc.resolve(o),t))}function oa(n,e){return!e||!n?n:n.bind(e)}var pr=class{constructor(n,e,t){this.name=n,this.init=oa(e.init,t),this.apply=oa(e.apply,t)}};new pr("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new pr("selection",{init(n,e){return n.selection||X.atStart(e.doc)},apply(n){return n.selection}}),new pr("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new pr("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}});var sb=(n,e)=>{var t;const{state:r,view:i}=n,{selection:s}=r;if(!s.empty)return!1;const{$from:o}=s;if(o.parentOffset!==0)return!1;const l=o.depth-1,a=o.node(l),c=o.index(l);if(c===0)return!1;if(a.type===e)return n.commands.lift(e.name);const u=a.child(c-1);if(u.type!==e||!((t=u.lastChild)!=null&&t.isTextblock))return!1;const d=o.before(),h=d-1-1,{tr:p}=r;return p.delete(d,o.after()).insert(h,o.parent.content),p.setSelection(tn.create(p.doc,h)),i.dispatch(p.scrollIntoView()),!0},ob=/^\s*>\s$/,lb=ge.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:n}){return qr("blockquote",{...V(this.options.HTMLAttributes,n),children:qr("slot",{})})},parseMarkdown:(n,e)=>{var t;const r=(t=e.parseBlockChildren)!=null?t:e.parseChildren;return e.createNode("blockquote",void 0,r(n.tokens||[]))},renderMarkdown:(n,e)=>{if(!n.content)return"";const t=">",r=[];return n.content.forEach((i,s)=>{var o,l;const u=((l=(o=e.renderChild)==null?void 0:o.call(e,i,s))!=null?l:e.renderChildren([i])).split(` `).map(d=>d.trim()===""?t:`${t} ${d}`);r.push(u.join(` `))}),r.join(` ${t} -`)},addCommands(){return{setBlockquote:()=>({commands:n})=>n.wrapIn(this.name),toggleBlockquote:()=>({commands:n})=>n.toggleWrap(this.name),unsetBlockquote:()=>({commands:n})=>n.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote(),Backspace:()=>lb(this.editor,this.type)}},addInputRules(){return[Qt({find:ab,type:this.type})]}}),ub=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,db=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,hb=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,fb=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,pb=Ot.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:n=>n.type.name===this.name},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return qr("strong",{...H(this.options.HTMLAttributes,n),children:qr("slot",{})})},markdownTokenName:"strong",parseMarkdown:(n,e)=>e.applyMark("bold",e.parseInline(n.tokens||[])),markdownOptions:{htmlReopen:{open:"",close:""}},renderMarkdown:(n,e)=>`**${e.renderChildren(n)}**`,addCommands(){return{setBold:()=>({commands:n})=>n.setMark(this.name),toggleBold:()=>({commands:n})=>n.toggleMark(this.name),unsetBold:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Xt({find:ub,type:this.type}),Xt({find:hb,type:this.type})]},addPasteRules(){return[Tt({find:db,type:this.type}),Tt({find:fb,type:this.type})]}}),mb=n=>{const e=/`([^`]+)`(?!`)$/.exec(n);return!e||e.index>0&&n[e.index-1]==="`"?null:{index:e.index,text:e[0],replaceWith:e[1]}},gb=n=>{const e=/`([^`]+)`(?!`)/g,t=[];let r;for(;(r=e.exec(n))!==null;)r.index>0&&n[r.index-1]==="`"||t.push({index:r.index,text:r[0],replaceWith:r[1]});return t},yb=Ot.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:n}){return["code",H(this.options.HTMLAttributes,n),0]},markdownTokenName:"codespan",parseMarkdown:(n,e)=>e.applyMark("code",[{type:"text",text:n.text||""}]),renderMarkdown:(n,e)=>n.content?`\`${e.renderChildren(n.content)}\``:"",addCommands(){return{setCode:()=>({commands:n})=>n.setMark(this.name),toggleCode:()=>({commands:n})=>n.toggleMark(this.name),unsetCode:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Xt({find:mb,type:this.type})]},addPasteRules(){return[Tt({find:gb,type:this.type})]}}),rs=4,bb=/^```([a-z]+)?[\s\n]$/,kb=/^~~~([a-z]+)?[\s\n]$/,Sb=ge.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:rs,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:n=>{var e;const{languageClassPrefix:t}=this.options;if(!t)return null;const s=[...((e=n.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(t)).map(o=>o.replace(t,""))[0];return s||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:n,HTMLAttributes:e}){return["pre",H(this.options.HTMLAttributes,e),["code",{class:n.attrs.language?this.options.languageClassPrefix+n.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(n,e)=>{var t,r;return((t=n.raw)==null?void 0:t.startsWith("```"))===!1&&((r=n.raw)==null?void 0:r.startsWith("~~~"))===!1&&n.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:n.lang||null},n.text?[e.createTextNode(n.text)]:[])},renderMarkdown:(n,e)=>{var t;let r="";const i=((t=n.attrs)==null?void 0:t.language)||"";return n.content?r=[`\`\`\`${i}`,e.renderChildren(n.content),"```"].join(` +`)},addCommands(){return{setBlockquote:()=>({commands:n})=>n.wrapIn(this.name),toggleBlockquote:()=>({commands:n})=>n.toggleWrap(this.name),unsetBlockquote:()=>({commands:n})=>n.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote(),Backspace:()=>sb(this.editor,this.type)}},addInputRules(){return[en({find:ob,type:this.type})]}}),ab=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,cb=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,ub=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,db=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,hb=Rt.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:n=>n.type.name===this.name},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return qr("strong",{...V(this.options.HTMLAttributes,n),children:qr("slot",{})})},markdownTokenName:"strong",parseMarkdown:(n,e)=>e.applyMark("bold",e.parseInline(n.tokens||[])),markdownOptions:{htmlReopen:{open:"",close:""}},renderMarkdown:(n,e)=>`**${e.renderChildren(n)}**`,addCommands(){return{setBold:()=>({commands:n})=>n.setMark(this.name),toggleBold:()=>({commands:n})=>n.toggleMark(this.name),unsetBold:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Zt({find:ab,type:this.type}),Zt({find:ub,type:this.type})]},addPasteRules(){return[At({find:cb,type:this.type}),At({find:db,type:this.type})]}}),fb=n=>{const e=/`([^`]+)`(?!`)$/.exec(n);return!e||e.index>0&&n[e.index-1]==="`"?null:{index:e.index,text:e[0],replaceWith:e[1]}},pb=n=>{const e=/`([^`]+)`(?!`)/g,t=[];let r;for(;(r=e.exec(n))!==null;)r.index>0&&n[r.index-1]==="`"||t.push({index:r.index,text:r[0],replaceWith:r[1]});return t},mb=Rt.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:n}){return["code",V(this.options.HTMLAttributes,n),0]},markdownTokenName:"codespan",parseMarkdown:(n,e)=>e.applyMark("code",[{type:"text",text:n.text||""}]),renderMarkdown:(n,e)=>n.content?`\`${e.renderChildren(n.content)}\``:"",addCommands(){return{setCode:()=>({commands:n})=>n.setMark(this.name),toggleCode:()=>({commands:n})=>n.toggleMark(this.name),unsetCode:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Zt({find:fb,type:this.type})]},addPasteRules(){return[At({find:pb,type:this.type})]}}),rs=4,gb=/^```([a-z]+)?[\s\n]$/,yb=/^~~~([a-z]+)?[\s\n]$/,bb=ge.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:rs,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:n=>{var e;const{languageClassPrefix:t}=this.options;if(!t)return null;const s=[...((e=n.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(t)).map(o=>o.replace(t,""))[0];return s||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:n,HTMLAttributes:e}){return["pre",V(this.options.HTMLAttributes,e),["code",{class:n.attrs.language?this.options.languageClassPrefix+n.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(n,e)=>{var t,r;return((t=n.raw)==null?void 0:t.startsWith("```"))===!1&&((r=n.raw)==null?void 0:r.startsWith("~~~"))===!1&&n.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:n.lang||null},n.text?[e.createTextNode(n.text)]:[])},renderMarkdown:(n,e)=>{var t;let r="";const i=((t=n.attrs)==null?void 0:t.language)||"";return n.content?r=[`\`\`\`${i}`,e.renderChildren(n.content),"```"].join(` `):r=`\`\`\`${i} \`\`\``,r},addCommands(){return{setCodeBlock:n=>({commands:e})=>e.setNode(this.name,n),toggleCodeBlock:n=>({commands:e})=>e.toggleNode(this.name,"paragraph",n)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:n,$anchor:e}=this.editor.state.selection,t=e.pos===1;return!n||e.parent.type.name!==this.name?!1:t||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:n})=>{var e;if(!this.options.enableTabIndentation)return!1;const t=(e=this.options.tabSize)!=null?e:rs,{state:r}=n,{selection:i}=r,{$from:s,empty:o}=i;if(s.parent.type!==this.type)return!1;const l=" ".repeat(t);return o?n.commands.insertContent(l):n.commands.command(({tr:a})=>{const{from:c,to:u}=i,h=r.doc.textBetween(c,u,` @@ -131,35 +131,35 @@ ${t} `);return a.replaceWith(c,u,r.schema.text(h)),!0})},"Shift-Tab":({editor:n})=>{var e;if(!this.options.enableTabIndentation)return!1;const t=(e=this.options.tabSize)!=null?e:rs,{state:r}=n,{selection:i}=r,{$from:s,empty:o}=i;return s.parent.type!==this.type?!1:o?n.commands.command(({tr:l})=>{var a;const{pos:c}=s,u=s.start(),d=s.end(),h=r.doc.textBetween(u,d,` `,` `).split(` -`);let p=0,m=0;const g=c-u;for(let O=0;O=g){p=O;break}m+=h[O].length+1}const b=((a=h[p].match(/^ */))==null?void 0:a[0])||"",M=Math.min(b.length,t);if(M===0)return!0;let x=u;for(let O=0;O{const{from:a,to:c}=i,f=r.doc.textBetween(a,c,` +`);let p=0,m=0;const g=c-u;for(let O=0;O=g){p=O;break}m+=h[O].length+1}const b=((a=h[p].match(/^ */))==null?void 0:a[0])||"",v=Math.min(b.length,t);if(v===0)return!0;let x=u;for(let O=0;O{const{from:a,to:c}=i,f=r.doc.textBetween(a,c,` `,` `).split(` `).map(h=>{var p;const m=((p=h.match(/^ */))==null?void 0:p[0])||"",g=Math.min(m.length,t);return h.slice(g)}).join(` `);return l.replaceWith(a,c,r.schema.text(f)),!0})},Enter:({editor:n})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=n,{selection:t}=e,{$from:r,empty:i}=t;if(!i||r.parent.type!==this.type)return!1;const s=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` -`);return!s||!o?!1:n.chain().command(({tr:l})=>(l.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:n})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=n,{selection:t,doc:r}=e,{$from:i,empty:s}=t;if(!s||i.parent.type!==this.type||!(i.parentOffset===i.parent.nodeSize-2))return!1;const l=i.after();return l===void 0?!1:r.nodeAt(l)?n.commands.command(({tr:c})=>(c.setSelection(P.near(r.resolve(l))),!0)):n.commands.exitCode()}}},addInputRules(){return[zs({find:bb,type:this.type,getAttributes:n=>({language:n[1]})}),zs({find:kb,type:this.type,getAttributes:n=>({language:n[1]})})]},addProseMirrorPlugins(){return[new V({key:new G("codeBlockVSCodeHandler"),props:{handlePaste:(n,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const t=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),i=r?JSON.parse(r):void 0,s=i==null?void 0:i.mode;if(!t||!s)return!1;const{tr:o,schema:l}=n.state,a=l.text(t.replace(/\r\n?/g,` -`));return o.replaceSelectionWith(this.type.create({language:s},a)),o.selection.$from.parent.type!==this.type&&o.setSelection(I.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),n.dispatch(o),!0}}})]}}),xb=ge.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` +`);return!s||!o?!1:n.chain().command(({tr:l})=>(l.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:n})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=n,{selection:t,doc:r}=e,{$from:i,empty:s}=t;if(!s||i.parent.type!==this.type||!(i.parentOffset===i.parent.nodeSize-2))return!1;const l=i.after();return l===void 0?!1:r.nodeAt(l)?n.commands.command(({tr:c})=>(c.setSelection(P.near(r.resolve(l))),!0)):n.commands.exitCode()}}},addInputRules(){return[Ps({find:gb,type:this.type,getAttributes:n=>({language:n[1]})}),Ps({find:yb,type:this.type,getAttributes:n=>({language:n[1]})})]},addProseMirrorPlugins(){return[new j({key:new G("codeBlockVSCodeHandler"),props:{handlePaste:(n,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const t=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),i=r?JSON.parse(r):void 0,s=i==null?void 0:i.mode;if(!t||!s)return!1;const{tr:o,schema:l}=n.state,a=l.text(t.replace(/\r\n?/g,` +`));return o.replaceSelectionWith(this.type.create({language:s},a)),o.selection.$from.parent.type!==this.type&&o.setSelection(R.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),n.dispatch(o),!0}}})]}}),kb=ge.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` -`):""}),wb=ge.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",H(this.options.HTMLAttributes,n)]},renderText(){return` +`):""}),Sb=ge.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",V(this.options.HTMLAttributes,n)]},renderText(){return` `},renderMarkdown:()=>` -`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:i,storedMarks:s}=t;if(i.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:l}=r.extensionManager,a=s||i.$to.parentOffset&&i.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&o){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),vb=ge.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(n=>({tag:`h${n}`,attrs:{level:n}}))},renderHTML({node:n,HTMLAttributes:e}){return[`h${this.options.levels.includes(n.attrs.level)?n.attrs.level:this.options.levels[0]}`,H(this.options.HTMLAttributes,e),0]},parseMarkdown:(n,e)=>e.createNode("heading",{level:n.depth||1},e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>{var t;const r=(t=n.attrs)!=null&&t.level?parseInt(n.attrs.level,10):1,i="#".repeat(r);return n.content?`${i} ${e.renderChildren(n.content)}`:""},addCommands(){return{setHeading:n=>({commands:e})=>this.options.levels.includes(n.level)?e.setNode(this.name,n):!1,toggleHeading:n=>({commands:e})=>this.options.levels.includes(n.level)?e.toggleNode(this.name,"paragraph",n):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((n,e)=>({...n,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(n=>zs({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${n}})\\s$`),type:this.type,getAttributes:{level:n}}))}}),Mb=ge.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:n}){return["hr",H(this.options.HTMLAttributes,n)]},markdownTokenName:"hr",parseMarkdown:(n,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:n,state:e})=>{if(!Ny(e,e.schema.nodes[this.name]))return!1;const{selection:t}=e,{$to:r}=t,i=n();return Tu(t)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:s,tr:o,dispatch:l})=>{if(l){const{$to:a}=o.selection,c=a.end();if(a.nodeAfter)a.nodeAfter.isTextblock?o.setSelection(I.create(o.doc,a.pos+1)):a.nodeAfter.isBlock?o.setSelection(N.create(o.doc,a.pos)):o.setSelection(I.create(o.doc,a.pos));else{const u=s.schema.nodes[this.options.nextNodeType]||a.parent.type.contentMatch.defaultType,d=u==null?void 0:u.create();d&&(o.insert(c,d),o.setSelection(I.create(o.doc,c+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Uu({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Cb=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Eb=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,Tb=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Ab=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Nb=Ot.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:n=>n.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",H(this.options.HTMLAttributes,n),0]},addCommands(){return{setItalic:()=>({commands:n})=>n.setMark(this.name),toggleItalic:()=>({commands:n})=>n.toggleMark(this.name),unsetItalic:()=>({commands:n})=>n.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(n,e)=>e.applyMark("italic",e.parseInline(n.tokens||[])),markdownOptions:{htmlReopen:{open:"",close:""}},renderMarkdown:(n,e)=>`*${e.renderChildren(n)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Xt({find:Cb,type:this.type}),Xt({find:Tb,type:this.type})]},addPasteRules(){return[Tt({find:Eb,type:this.type}),Tt({find:Ab,type:this.type})]}});const Ob="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2odyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rck0msd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2oodside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",Rb="ελ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",Vs="numeric",js="ascii",_s="alpha",Dn="asciinumeric",Cn="alphanumeric",Ws="domain",xd="emoji",Ib="scheme",Db="slashscheme",is="whitespace";function Pb(n,e){return n in e||(e[n]=[]),e[n]}function mt(n,e,t){e[Vs]&&(e[Dn]=!0,e[Cn]=!0),e[js]&&(e[Dn]=!0,e[_s]=!0),e[Dn]&&(e[Cn]=!0),e[_s]&&(e[Cn]=!0),e[Cn]&&(e[Ws]=!0),e[xd]&&(e[Ws]=!0);for(const r in e){const i=Pb(r,t);i.indexOf(n)<0&&i.push(n)}}function Lb(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function ye(n=null){this.j={},this.jr=[],this.jd=null,this.t=n}ye.groups={};ye.prototype={accepts(){return!!this.t},go(n){const e=this,t=e.j[n];if(t)return t;for(let r=0;rn.ta(e,t,r,i),_=(n,e,t,r,i)=>n.tr(e,t,r,i),ca=(n,e,t,r,i)=>n.ts(e,t,r,i),k=(n,e,t,r,i)=>n.tt(e,t,r,i),$e="WORD",Us="UWORD",wd="ASCIINUMERICAL",vd="ALPHANUMERICAL",Yn="LOCALHOST",qs="TLD",Js="UTLD",Rr="SCHEME",jt="SLASH_SCHEME",Ro="NUM",Ks="WS",Io="NL",Pn="OPENBRACE",Ln="CLOSEBRACE",Jr="OPENBRACKET",Kr="CLOSEBRACKET",Gr="OPENPAREN",Yr="CLOSEPAREN",Xr="OPENANGLEBRACKET",Qr="CLOSEANGLEBRACKET",Zr="FULLWIDTHLEFTPAREN",ei="FULLWIDTHRIGHTPAREN",ti="LEFTCORNERBRACKET",ni="RIGHTCORNERBRACKET",ri="LEFTWHITECORNERBRACKET",ii="RIGHTWHITECORNERBRACKET",si="FULLWIDTHLESSTHAN",oi="FULLWIDTHGREATERTHAN",li="AMPERSAND",ai="APOSTROPHE",ci="ASTERISK",Qe="AT",ui="BACKSLASH",di="BACKTICK",hi="CARET",gt="COLON",Do="COMMA",fi="DOLLAR",Ne="DOT",pi="EQUALS",Po="EXCLAMATION",xe="HYPHEN",zn="PERCENT",mi="PIPE",gi="PLUS",yi="POUND",Bn="QUERY",Lo="QUOTE",Md="FULLWIDTHMIDDLEDOT",zo="SEMI",Oe="SLASH",$n="TILDE",bi="UNDERSCORE",Cd="EMOJI",ki="SYM";var Ed=Object.freeze({__proto__:null,ALPHANUMERICAL:vd,AMPERSAND:li,APOSTROPHE:ai,ASCIINUMERICAL:wd,ASTERISK:ci,AT:Qe,BACKSLASH:ui,BACKTICK:di,CARET:hi,CLOSEANGLEBRACKET:Qr,CLOSEBRACE:Ln,CLOSEBRACKET:Kr,CLOSEPAREN:Yr,COLON:gt,COMMA:Do,DOLLAR:fi,DOT:Ne,EMOJI:Cd,EQUALS:pi,EXCLAMATION:Po,FULLWIDTHGREATERTHAN:oi,FULLWIDTHLEFTPAREN:Zr,FULLWIDTHLESSTHAN:si,FULLWIDTHMIDDLEDOT:Md,FULLWIDTHRIGHTPAREN:ei,HYPHEN:xe,LEFTCORNERBRACKET:ti,LEFTWHITECORNERBRACKET:ri,LOCALHOST:Yn,NL:Io,NUM:Ro,OPENANGLEBRACKET:Xr,OPENBRACE:Pn,OPENBRACKET:Jr,OPENPAREN:Gr,PERCENT:zn,PIPE:mi,PLUS:gi,POUND:yi,QUERY:Bn,QUOTE:Lo,RIGHTCORNERBRACKET:ni,RIGHTWHITECORNERBRACKET:ii,SCHEME:Rr,SEMI:zo,SLASH:Oe,SLASH_SCHEME:jt,SYM:ki,TILDE:$n,TLD:qs,UNDERSCORE:bi,UTLD:Js,UWORD:Us,WORD:$e,WS:Ks});const ze=/[a-z]/,an=new RegExp("\\p{L}","u"),ss=new RegExp("\\p{Emoji}","u"),Be=/\d/,ls=/\s/,ua="\r",as=` -`,zb="️",Bb="‍",cs="";let mr=null,gr=null;function $b(n=[]){const e={};ye.groups=e;const t=new ye;mr==null&&(mr=da(Ob)),gr==null&&(gr=da(Rb)),k(t,"'",ai),k(t,"{",Pn),k(t,"}",Ln),k(t,"[",Jr),k(t,"]",Kr),k(t,"(",Gr),k(t,")",Yr),k(t,"<",Xr),k(t,">",Qr),k(t,"(",Zr),k(t,")",ei),k(t,"「",ti),k(t,"」",ni),k(t,"『",ri),k(t,"』",ii),k(t,"<",si),k(t,">",oi),k(t,"&",li),k(t,"*",ci),k(t,"@",Qe),k(t,"`",di),k(t,"^",hi),k(t,":",gt),k(t,",",Do),k(t,"$",fi),k(t,".",Ne),k(t,"=",pi),k(t,"!",Po),k(t,"-",xe),k(t,"%",zn),k(t,"|",mi),k(t,"+",gi),k(t,"#",yi),k(t,"?",Bn),k(t,'"',Lo),k(t,"/",Oe),k(t,";",zo),k(t,"~",$n),k(t,"_",bi),k(t,"\\",ui),k(t,"・",Md);const r=_(t,Be,Ro,{[Vs]:!0});_(r,Be,r);const i=_(r,ze,wd,{[Dn]:!0}),s=_(r,an,vd,{[Cn]:!0}),o=_(t,ze,$e,{[js]:!0});_(o,Be,i),_(o,ze,o),_(i,Be,i),_(i,ze,i);const l=_(t,an,Us,{[_s]:!0});_(l,ze),_(l,Be,s),_(l,an,l),_(s,Be,s),_(s,ze),_(s,an,s);const a=k(t,as,Io,{[is]:!0}),c=k(t,ua,Ks,{[is]:!0}),u=_(t,ls,Ks,{[is]:!0});k(t,cs,u),k(c,as,a),k(c,cs,u),_(c,ls,u),k(u,ua),k(u,as),_(u,ls,u),k(u,cs,u);const d=_(t,ss,Cd,{[xd]:!0});k(d,"#"),_(d,ss,d),k(d,zb,d);const f=k(d,Bb);k(f,"#"),_(f,ss,d);const h=[[ze,o],[Be,i]],p=[[ze,null],[an,l],[Be,s]];for(let m=0;mm[0]>g[0]?1:-1);for(let m=0;m=0?b[Ws]=!0:ze.test(g)?Be.test(g)?b[Dn]=!0:b[js]=!0:b[Vs]=!0,ca(t,g,g,b)}return ca(t,"localhost",Yn,{ascii:!0}),t.jd=new ye(ki),{start:t,tokens:Object.assign({groups:e},Ed)}}function Td(n,e){const t=Fb(e.replace(/[A-Z]/g,l=>l.toLowerCase())),r=t.length,i=[];let s=0,o=0;for(;o=0&&(d+=t[o].length,f++),c+=t[o].length,s+=t[o].length,o++;s-=d,o-=f,c-=d,i.push({t:u.t,v:e.slice(s-c,s),s:s-c,e:s})}return i}function Fb(n){const e=[],t=n.length;let r=0;for(;r56319||r+1===t||(s=n.charCodeAt(r+1))<56320||s>57343?n[r]:n.slice(r,r+2);e.push(o),r+=o.length}return e}function Je(n,e,t,r,i){let s;const o=e.length;for(let l=0;l=0;)s++;if(s>0){e.push(t.join(""));for(let o=parseInt(n.substring(r,r+s),10);o>0;o--)t.pop();r+=s}else t.push(n[r]),r++}return e}const Xn={defaultProtocol:"http",events:null,format:ha,formatHref:ha,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Bo(n,e=null){let t=Object.assign({},Xn);n&&(t=Object.assign(t,n instanceof Bo?n.o:n));const r=t.ignoreTags,i=[];for(let s=0;st?r.substring(0,t)+"…":r},toFormattedHref(n){return n.get("formatHref",this.toHref(n.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(n=Xn.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(n),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(n){return{type:this.t,value:this.toFormattedString(n),isLink:this.isLink,href:this.toFormattedHref(n),start:this.startIndex(),end:this.endIndex()}},validate(n){return n.get("validate",this.toString(),this)},render(n){const e=this,t=this.toHref(n.get("defaultProtocol")),r=n.get("formatHref",t,this),i=n.get("tagName",t,e),s=this.toFormattedString(n),o={},l=n.get("className",t,e),a=n.get("target",t,e),c=n.get("rel",t,e),u=n.getObj("attributes",t,e),d=n.getObj("events",t,e);return o.href=r,l&&(o.class=l),a&&(o.target=a),c&&(o.rel=c),u&&Object.assign(o,u),{tagName:i,attributes:o,content:s,eventListeners:d}}};function Di(n,e){class t extends Ad{constructor(i,s){super(i,s),this.t=n}}for(const r in e)t.prototype[r]=e[r];return t.t=n,t}const Hb=Di("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),fa=Di("text"),Vb=Di("nl"),yr=Di("url",{isLink:!0,toHref(n=Xn.defaultProtocol){return this.hasProtocol()?this.v:`${n}://${this.v}`},hasProtocol(){const n=this.tk;return n.length>=2&&n[0].t!==Yn&&n[1].t===gt}}),Se=n=>new ye(n);function jb({groups:n}){const e=n.domain.concat([li,ci,Qe,ui,di,hi,fi,pi,xe,Ro,zn,mi,gi,yi,Oe,ki,$n,bi]),t=[ai,gt,Do,Ne,Po,zn,Bn,Lo,zo,Xr,Qr,Pn,Ln,Kr,Jr,Gr,Yr,Zr,ei,ti,ni,ri,ii,si,oi],r=[li,ai,ci,ui,di,hi,fi,pi,xe,Pn,Ln,zn,mi,gi,yi,Bn,Oe,ki,$n,bi],i=Se(),s=k(i,$n);L(s,r,s),L(s,n.domain,s);const o=Se(),l=Se(),a=Se();L(i,n.domain,o),L(i,n.scheme,l),L(i,n.slashscheme,a),L(o,r,s),L(o,n.domain,o);const c=k(o,Qe);k(s,Qe,c),k(l,Qe,c),k(a,Qe,c);const u=k(s,Ne);L(u,r,s),L(u,n.domain,s);const d=Se();L(c,n.domain,d),L(d,n.domain,d);const f=k(d,Ne);L(f,n.domain,d);const h=Se(Hb);L(f,n.tld,h),L(f,n.utld,h),k(c,Yn,h);const p=k(d,xe);k(p,xe,p),L(p,n.domain,d),L(h,n.domain,d),k(h,Ne,f),k(h,xe,p);const m=k(o,xe),g=k(o,Ne);k(m,xe,m),L(m,n.domain,o),L(g,r,s),L(g,n.domain,o);const y=Se(yr);L(g,n.tld,y),L(g,n.utld,y),L(y,n.domain,o),L(y,r,s),k(y,Ne,g),k(y,xe,m),k(y,Qe,c);const b=k(y,gt),M=Se(yr);L(b,n.numeric,M);const x=Se(yr),v=Se();L(x,e,x),L(x,t,v),L(v,e,x),L(v,t,v),k(y,Oe,x),k(M,Oe,x);const O=k(l,gt),C=k(a,gt),T=k(C,Oe),R=k(T,Oe);L(l,n.domain,o),k(l,Ne,g),k(l,xe,m),L(a,n.domain,o),k(a,Ne,g),k(a,xe,m),L(O,n.domain,x),k(O,Oe,x),k(O,Bn,x),L(R,n.domain,x),L(R,e,x),k(R,Oe,x);const j=[[Pn,Ln],[Jr,Kr],[Gr,Yr],[Xr,Qr],[Zr,ei],[ti,ni],[ri,ii],[si,oi]];for(let ae=0;ae=0&&f++,i++,u++;if(f<0)i-=u,i0&&(s.push(us(fa,e,o)),o=[]),i-=f,u-=f;const h=d.t,p=t.slice(i-u,i);s.push(us(h,e,p))}}return o.length>0&&s.push(us(fa,e,o)),s}function us(n,e,t){const r=t[0].s,i=t[t.length-1].e,s=e.slice(r,i);return new n(s,t)}const Wb=typeof console<"u"&&console&&console.warn||(()=>{}),Ub="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",$={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function qb(){return ye.groups={},$.scanner=null,$.parser=null,$.tokenQueue=[],$.pluginQueue=[],$.customSchemes=[],$.initialized=!1,$}function pa(n,e=!1){if($.initialized&&Wb(`linkifyjs: already initialized - will not register custom scheme "${n}" ${Ub}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(n))throw new Error(`linkifyjs: incorrect scheme format. +`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:i,storedMarks:s}=t;if(i.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:l}=r.extensionManager,a=s||i.$to.parentOffset&&i.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&o){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),xb=ge.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(n=>({tag:`h${n}`,attrs:{level:n}}))},renderHTML({node:n,HTMLAttributes:e}){return[`h${this.options.levels.includes(n.attrs.level)?n.attrs.level:this.options.levels[0]}`,V(this.options.HTMLAttributes,e),0]},parseMarkdown:(n,e)=>e.createNode("heading",{level:n.depth||1},e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>{var t;const r=(t=n.attrs)!=null&&t.level?parseInt(n.attrs.level,10):1,i="#".repeat(r);return n.content?`${i} ${e.renderChildren(n.content)}`:""},addCommands(){return{setHeading:n=>({commands:e})=>this.options.levels.includes(n.level)?e.setNode(this.name,n):!1,toggleHeading:n=>({commands:e})=>this.options.levels.includes(n.level)?e.toggleNode(this.name,"paragraph",n):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((n,e)=>({...n,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(n=>Ps({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${n}})\\s$`),type:this.type,getAttributes:{level:n}}))}}),wb=ge.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:n}){return["hr",V(this.options.HTMLAttributes,n)]},markdownTokenName:"hr",parseMarkdown:(n,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:n,state:e})=>{if(!Ty(e,e.schema.nodes[this.name]))return!1;const{selection:t}=e,{$to:r}=t,i=n();return Cu(t)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:s,tr:o,dispatch:l})=>{if(l){const{$to:a}=o.selection,c=a.end();if(a.nodeAfter)a.nodeAfter.isTextblock?o.setSelection(R.create(o.doc,a.pos+1)):a.nodeAfter.isBlock?o.setSelection(N.create(o.doc,a.pos)):o.setSelection(R.create(o.doc,a.pos));else{const u=s.schema.nodes[this.options.nextNodeType]||a.parent.type.contentMatch.defaultType,d=u==null?void 0:u.create();d&&(o.insert(c,d),o.setSelection(R.create(o.doc,c+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[_u({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),vb=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Mb=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,Cb=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Eb=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Tb=Rt.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:n=>n.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",V(this.options.HTMLAttributes,n),0]},addCommands(){return{setItalic:()=>({commands:n})=>n.setMark(this.name),toggleItalic:()=>({commands:n})=>n.toggleMark(this.name),unsetItalic:()=>({commands:n})=>n.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(n,e)=>e.applyMark("italic",e.parseInline(n.tokens||[])),markdownOptions:{htmlReopen:{open:"",close:""}},renderMarkdown:(n,e)=>`*${e.renderChildren(n)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Zt({find:vb,type:this.type}),Zt({find:Cb,type:this.type})]},addPasteRules(){return[At({find:Mb,type:this.type}),At({find:Eb,type:this.type})]}});const Ab="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2odyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rck0msd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2oodside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",Nb="ελ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",Fs="numeric",Hs="ascii",Vs="alpha",Dn="asciinumeric",En="alphanumeric",js="domain",kd="emoji",Ob="scheme",Rb="slashscheme",is="whitespace";function Ib(n,e){return n in e||(e[n]=[]),e[n]}function gt(n,e,t){e[Fs]&&(e[Dn]=!0,e[En]=!0),e[Hs]&&(e[Dn]=!0,e[Vs]=!0),e[Dn]&&(e[En]=!0),e[Vs]&&(e[En]=!0),e[En]&&(e[js]=!0),e[kd]&&(e[js]=!0);for(const r in e){const i=Ib(r,t);i.indexOf(n)<0&&i.push(n)}}function Db(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function ye(n=null){this.j={},this.jr=[],this.jd=null,this.t=n}ye.groups={};ye.prototype={accepts(){return!!this.t},go(n){const e=this,t=e.j[n];if(t)return t;for(let r=0;rn.ta(e,t,r,i),_=(n,e,t,r,i)=>n.tr(e,t,r,i),la=(n,e,t,r,i)=>n.ts(e,t,r,i),k=(n,e,t,r,i)=>n.tt(e,t,r,i),Fe="WORD",_s="UWORD",Sd="ASCIINUMERICAL",xd="ALPHANUMERICAL",Yn="LOCALHOST",Ws="TLD",Us="UTLD",Rr="SCHEME",Wt="SLASH_SCHEME",No="NUM",qs="WS",Oo="NL",Pn="OPENBRACE",Ln="CLOSEBRACE",Jr="OPENBRACKET",Kr="CLOSEBRACKET",Gr="OPENPAREN",Yr="CLOSEPAREN",Xr="OPENANGLEBRACKET",Qr="CLOSEANGLEBRACKET",Zr="FULLWIDTHLEFTPAREN",ei="FULLWIDTHRIGHTPAREN",ti="LEFTCORNERBRACKET",ni="RIGHTCORNERBRACKET",ri="LEFTWHITECORNERBRACKET",ii="RIGHTWHITECORNERBRACKET",si="FULLWIDTHLESSTHAN",oi="FULLWIDTHGREATERTHAN",li="AMPERSAND",ai="APOSTROPHE",ci="ASTERISK",Ze="AT",ui="BACKSLASH",di="BACKTICK",hi="CARET",yt="COLON",Ro="COMMA",fi="DOLLAR",Re="DOT",pi="EQUALS",Io="EXCLAMATION",we="HYPHEN",zn="PERCENT",mi="PIPE",gi="PLUS",yi="POUND",Bn="QUERY",Do="QUOTE",wd="FULLWIDTHMIDDLEDOT",Po="SEMI",Ie="SLASH",$n="TILDE",bi="UNDERSCORE",vd="EMOJI",ki="SYM";var Md=Object.freeze({__proto__:null,ALPHANUMERICAL:xd,AMPERSAND:li,APOSTROPHE:ai,ASCIINUMERICAL:Sd,ASTERISK:ci,AT:Ze,BACKSLASH:ui,BACKTICK:di,CARET:hi,CLOSEANGLEBRACKET:Qr,CLOSEBRACE:Ln,CLOSEBRACKET:Kr,CLOSEPAREN:Yr,COLON:yt,COMMA:Ro,DOLLAR:fi,DOT:Re,EMOJI:vd,EQUALS:pi,EXCLAMATION:Io,FULLWIDTHGREATERTHAN:oi,FULLWIDTHLEFTPAREN:Zr,FULLWIDTHLESSTHAN:si,FULLWIDTHMIDDLEDOT:wd,FULLWIDTHRIGHTPAREN:ei,HYPHEN:we,LEFTCORNERBRACKET:ti,LEFTWHITECORNERBRACKET:ri,LOCALHOST:Yn,NL:Oo,NUM:No,OPENANGLEBRACKET:Xr,OPENBRACE:Pn,OPENBRACKET:Jr,OPENPAREN:Gr,PERCENT:zn,PIPE:mi,PLUS:gi,POUND:yi,QUERY:Bn,QUOTE:Do,RIGHTCORNERBRACKET:ni,RIGHTWHITECORNERBRACKET:ii,SCHEME:Rr,SEMI:Po,SLASH:Ie,SLASH_SCHEME:Wt,SYM:ki,TILDE:$n,TLD:Ws,UNDERSCORE:bi,UTLD:Us,UWORD:_s,WORD:Fe,WS:qs});const Be=/[a-z]/,cn=new RegExp("\\p{L}","u"),ss=new RegExp("\\p{Emoji}","u"),$e=/\d/,ls=/\s/,aa="\r",as=` +`,Pb="️",Lb="‍",cs="";let mr=null,gr=null;function zb(n=[]){const e={};ye.groups=e;const t=new ye;mr==null&&(mr=ca(Ab)),gr==null&&(gr=ca(Nb)),k(t,"'",ai),k(t,"{",Pn),k(t,"}",Ln),k(t,"[",Jr),k(t,"]",Kr),k(t,"(",Gr),k(t,")",Yr),k(t,"<",Xr),k(t,">",Qr),k(t,"(",Zr),k(t,")",ei),k(t,"「",ti),k(t,"」",ni),k(t,"『",ri),k(t,"』",ii),k(t,"<",si),k(t,">",oi),k(t,"&",li),k(t,"*",ci),k(t,"@",Ze),k(t,"`",di),k(t,"^",hi),k(t,":",yt),k(t,",",Ro),k(t,"$",fi),k(t,".",Re),k(t,"=",pi),k(t,"!",Io),k(t,"-",we),k(t,"%",zn),k(t,"|",mi),k(t,"+",gi),k(t,"#",yi),k(t,"?",Bn),k(t,'"',Do),k(t,"/",Ie),k(t,";",Po),k(t,"~",$n),k(t,"_",bi),k(t,"\\",ui),k(t,"・",wd);const r=_(t,$e,No,{[Fs]:!0});_(r,$e,r);const i=_(r,Be,Sd,{[Dn]:!0}),s=_(r,cn,xd,{[En]:!0}),o=_(t,Be,Fe,{[Hs]:!0});_(o,$e,i),_(o,Be,o),_(i,$e,i),_(i,Be,i);const l=_(t,cn,_s,{[Vs]:!0});_(l,Be),_(l,$e,s),_(l,cn,l),_(s,$e,s),_(s,Be),_(s,cn,s);const a=k(t,as,Oo,{[is]:!0}),c=k(t,aa,qs,{[is]:!0}),u=_(t,ls,qs,{[is]:!0});k(t,cs,u),k(c,as,a),k(c,cs,u),_(c,ls,u),k(u,aa),k(u,as),_(u,ls,u),k(u,cs,u);const d=_(t,ss,vd,{[kd]:!0});k(d,"#"),_(d,ss,d),k(d,Pb,d);const f=k(d,Lb);k(f,"#"),_(f,ss,d);const h=[[Be,o],[$e,i]],p=[[Be,null],[cn,l],[$e,s]];for(let m=0;mm[0]>g[0]?1:-1);for(let m=0;m=0?b[js]=!0:Be.test(g)?$e.test(g)?b[Dn]=!0:b[Hs]=!0:b[Fs]=!0,la(t,g,g,b)}return la(t,"localhost",Yn,{ascii:!0}),t.jd=new ye(ki),{start:t,tokens:Object.assign({groups:e},Md)}}function Cd(n,e){const t=Bb(e.replace(/[A-Z]/g,l=>l.toLowerCase())),r=t.length,i=[];let s=0,o=0;for(;o=0&&(d+=t[o].length,f++),c+=t[o].length,s+=t[o].length,o++;s-=d,o-=f,c-=d,i.push({t:u.t,v:e.slice(s-c,s),s:s-c,e:s})}return i}function Bb(n){const e=[],t=n.length;let r=0;for(;r56319||r+1===t||(s=n.charCodeAt(r+1))<56320||s>57343?n[r]:n.slice(r,r+2);e.push(o),r+=o.length}return e}function Ke(n,e,t,r,i){let s;const o=e.length;for(let l=0;l=0;)s++;if(s>0){e.push(t.join(""));for(let o=parseInt(n.substring(r,r+s),10);o>0;o--)t.pop();r+=s}else t.push(n[r]),r++}return e}const Xn={defaultProtocol:"http",events:null,format:ua,formatHref:ua,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Lo(n,e=null){let t=Object.assign({},Xn);n&&(t=Object.assign(t,n instanceof Lo?n.o:n));const r=t.ignoreTags,i=[];for(let s=0;st?r.substring(0,t)+"…":r},toFormattedHref(n){return n.get("formatHref",this.toHref(n.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(n=Xn.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(n),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(n){return{type:this.t,value:this.toFormattedString(n),isLink:this.isLink,href:this.toFormattedHref(n),start:this.startIndex(),end:this.endIndex()}},validate(n){return n.get("validate",this.toString(),this)},render(n){const e=this,t=this.toHref(n.get("defaultProtocol")),r=n.get("formatHref",t,this),i=n.get("tagName",t,e),s=this.toFormattedString(n),o={},l=n.get("className",t,e),a=n.get("target",t,e),c=n.get("rel",t,e),u=n.getObj("attributes",t,e),d=n.getObj("events",t,e);return o.href=r,l&&(o.class=l),a&&(o.target=a),c&&(o.rel=c),u&&Object.assign(o,u),{tagName:i,attributes:o,content:s,eventListeners:d}}};function Di(n,e){class t extends Ed{constructor(i,s){super(i,s),this.t=n}}for(const r in e)t.prototype[r]=e[r];return t.t=n,t}const $b=Di("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),da=Di("text"),Fb=Di("nl"),yr=Di("url",{isLink:!0,toHref(n=Xn.defaultProtocol){return this.hasProtocol()?this.v:`${n}://${this.v}`},hasProtocol(){const n=this.tk;return n.length>=2&&n[0].t!==Yn&&n[1].t===yt}}),xe=n=>new ye(n);function Hb({groups:n}){const e=n.domain.concat([li,ci,Ze,ui,di,hi,fi,pi,we,No,zn,mi,gi,yi,Ie,ki,$n,bi]),t=[ai,yt,Ro,Re,Io,zn,Bn,Do,Po,Xr,Qr,Pn,Ln,Kr,Jr,Gr,Yr,Zr,ei,ti,ni,ri,ii,si,oi],r=[li,ai,ci,ui,di,hi,fi,pi,we,Pn,Ln,zn,mi,gi,yi,Bn,Ie,ki,$n,bi],i=xe(),s=k(i,$n);L(s,r,s),L(s,n.domain,s);const o=xe(),l=xe(),a=xe();L(i,n.domain,o),L(i,n.scheme,l),L(i,n.slashscheme,a),L(o,r,s),L(o,n.domain,o);const c=k(o,Ze);k(s,Ze,c),k(l,Ze,c),k(a,Ze,c);const u=k(s,Re);L(u,r,s),L(u,n.domain,s);const d=xe();L(c,n.domain,d),L(d,n.domain,d);const f=k(d,Re);L(f,n.domain,d);const h=xe($b);L(f,n.tld,h),L(f,n.utld,h),k(c,Yn,h);const p=k(d,we);k(p,we,p),L(p,n.domain,d),L(h,n.domain,d),k(h,Re,f),k(h,we,p);const m=k(o,we),g=k(o,Re);k(m,we,m),L(m,n.domain,o),L(g,r,s),L(g,n.domain,o);const y=xe(yr);L(g,n.tld,y),L(g,n.utld,y),L(y,n.domain,o),L(y,r,s),k(y,Re,g),k(y,we,m),k(y,Ze,c);const b=k(y,yt),v=xe(yr);L(b,n.numeric,v);const x=xe(yr),M=xe();L(x,e,x),L(x,t,M),L(M,e,x),L(M,t,M),k(y,Ie,x),k(v,Ie,x);const O=k(l,yt),E=k(a,yt),I=k(E,Ie),A=k(I,Ie);L(l,n.domain,o),k(l,Re,g),k(l,we,m),L(a,n.domain,o),k(a,Re,g),k(a,we,m),L(O,n.domain,x),k(O,Ie,x),k(O,Bn,x),L(A,n.domain,x),L(A,e,x),k(A,Ie,x);const z=[[Pn,Ln],[Jr,Kr],[Gr,Yr],[Xr,Qr],[Zr,ei],[ti,ni],[ri,ii],[si,oi]];for(let Se=0;Se=0&&f++,i++,u++;if(f<0)i-=u,i0&&(s.push(us(da,e,o)),o=[]),i-=f,u-=f;const h=d.t,p=t.slice(i-u,i);s.push(us(h,e,p))}}return o.length>0&&s.push(us(da,e,o)),s}function us(n,e,t){const r=t[0].s,i=t[t.length-1].e,s=e.slice(r,i);return new n(s,t)}const jb=typeof console<"u"&&console&&console.warn||(()=>{}),_b="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",F={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Wb(){return ye.groups={},F.scanner=null,F.parser=null,F.tokenQueue=[],F.pluginQueue=[],F.customSchemes=[],F.initialized=!1,F}function ha(n,e=!1){if(F.initialized&&jb(`linkifyjs: already initialized - will not register custom scheme "${n}" ${_b}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(n))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`);$.customSchemes.push([n,e])}function Jb(){$.scanner=$b($.customSchemes);for(let n=0;n<$.tokenQueue.length;n++)$.tokenQueue[n][1]({scanner:$.scanner});$.parser=jb($.scanner.tokens);for(let n=0;n<$.pluginQueue.length;n++)$.pluginQueue[n][1]({scanner:$.scanner,parser:$.parser});return $.initialized=!0,$}function $o(n){return $.initialized||Jb(),_b($.parser.start,n,Td($.scanner.start,n))}$o.scan=Td;function Nd(n,e=null,t=null){if(e&&typeof e=="object"){if(t)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);t=e,e=null}const r=new Bo(t),i=$o(n),s=[];for(let o=0;o{const i=e.some(c=>c.docChanged)&&!t.doc.eq(r.doc),s=e.some(c=>c.getMeta("preventAutolink"));if(!i||s)return;const{tr:o}=r,l=ku(t.doc,[...e]);if(Eu(l).forEach(({newRange:c})=>{const u=Eg(r.doc,c,h=>h.isTextblock);let d,f;if(u.length>1)d=u[0],f=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ");else if(u.length){const h=r.doc.textBetween(c.from,c.to," "," ");if(!Gb.test(h))return;d=u[0],f=r.doc.textBetween(d.pos,c.to,void 0," ")}if(d&&f){const h=f.split(Kb).filter(Boolean);if(h.length<=0)return!1;const p=h[h.length-1],m=d.pos+f.lastIndexOf(p);if(!p)return!1;const g=$o(p).map(y=>y.toObject(n.defaultProtocol));if(!Xb(g))return!1;g.filter(y=>y.isLink).map(y=>({...y,from:m+y.start+1,to:m+y.end+1})).filter(y=>r.schema.marks.code?!r.doc.rangeHasMark(y.from,y.to,r.schema.marks.code):!0).filter(y=>n.validate(y.value)).filter(y=>n.shouldAutoLink(y.value)).forEach(y=>{vo(y.from,y.to,r.doc).some(b=>b.mark.type===n.type)||o.addMark(y.from,y.to,n.type.create({href:y.href}))})}}),!!o.steps.length)return o}})}function Zb(n){return new V({key:new G("handleClickLink"),props:{handleClick:(e,t,r)=>{var i,s;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const a=r.target;if(!a)return!1;const c=n.editor.view.dom;o=a.closest("a"),o&&!c.contains(o)&&(o=null)}if(!o)return!1;let l=!1;if(n.enableClickSelection&&(l=n.editor.commands.extendMarkRange(n.type.name)),n.openOnClick){const a=Cu(e.state,n.type.name),c=(i=o.href)!=null?i:a.href,u=(s=o.target)!=null?s:a.target;c&&(window.open(c,u),l=!0)}return l}}})}function ek(n){return new V({key:new G("handlePasteLink"),props:{handlePaste:(e,t,r)=>{const{shouldAutoLink:i}=n,{state:s}=e,{selection:o}=s,{empty:l}=o;if(l)return!1;let a="";r.content.forEach(u=>{a+=u.textContent});const c=Nd(a,{defaultProtocol:n.defaultProtocol}).find(u=>u.isLink&&u.value===a);return!a||!c||i!==void 0&&!i(c.value)?!1:n.editor.commands.setMark(n.type,{href:c.href})}}})}function ut(n,e){const t=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const i=typeof r=="string"?r:r.scheme;i&&t.push(i)}),!n||n.replace(Yb,"").match(new RegExp(`^(?:(?:${t.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var Od=Ot.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(n=>{if(typeof n=="string"){pa(n);return}pa(n.scheme,n.optionalSlashes)})},onDestroy(){qb()},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:(n,e)=>!!ut(n,e.protocols),validate:n=>!!n,shouldAutoLink:n=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(n),t=/^[a-z][a-z0-9+.-]*:/i.test(n);if(e||t&&!n.includes("@"))return!0;const i=(n.includes("@")?n.split("@").pop():n).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(i)||!/\./.test(i))}}},addAttributes(){return{href:{default:null,parseHTML(n){return n.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:n=>{const e=n.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:t=>!!ut(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:n}){return this.options.isAllowedUri(n.href,{defaultValidate:e=>!!ut(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",H(this.options.HTMLAttributes,n),0]:["a",H(this.options.HTMLAttributes,{...n,href:""}),0]},markdownTokenName:"link",parseMarkdown:(n,e)=>e.applyMark("link",e.parseInline(n.tokens||[]),{href:n.href,title:n.title||null}),renderMarkdown:(n,e)=>{var t,r,i,s;const o=(r=(t=n.attrs)==null?void 0:t.href)!=null?r:"",l=(s=(i=n.attrs)==null?void 0:i.title)!=null?s:"",a=e.renderChildren(n);return l?`[${a}](${o} "${l}")`:`[${a}](${o})`},addCommands(){return{setLink:n=>({chain:e})=>{const{href:t}=n;return this.options.isAllowedUri(t,{defaultValidate:r=>!!ut(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,n).setMeta("preventAutolink",!0).run():!1},toggleLink:n=>({chain:e})=>{const{href:t}=n||{};return t&&!this.options.isAllowedUri(t,{defaultValidate:r=>!!ut(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,n,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:n})=>n().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[Tt({find:n=>{const e=[];if(n){const{protocols:t,defaultProtocol:r}=this.options,i=Nd(n).filter(s=>s.isLink&&this.options.isAllowedUri(s.value,{defaultValidate:o=>!!ut(o,t),protocols:t,defaultProtocol:r}));i.length&&i.forEach(s=>{this.options.shouldAutoLink(s.value)&&e.push({text:s.value,data:{href:s.href},index:s.start})})}return e},type:this.type,getAttributes:n=>{var e;return{href:(e=n.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const n=[],{protocols:e,defaultProtocol:t}=this.options;return this.options.autolink&&n.push(Qb({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:i=>!!ut(i,e),protocols:e,defaultProtocol:t}),shouldAutoLink:this.options.shouldAutoLink})),n.push(Zb({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&n.push(ek({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),n}}),tk=Od,nk=Object.defineProperty,rk=(n,e)=>{for(var t in e)nk(n,t,{get:e[t],enumerable:!0})},ik="listItem",ma="textStyle",ga=/^\s*([-+*])\s$/,Rd=ge.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:n}){return["ul",H(this.options.HTMLAttributes,n),0]},markdownTokenName:"list",parseMarkdown:(n,e)=>n.type!=="list"||n.ordered?[]:{type:"bulletList",content:n.items?e.parseChildren(n.items):[]},renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` -`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(ik,this.editor.getAttributes(ma)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let n=Qt({find:ga,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Qt({find:ga,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(ma),editor:this.editor})),[n]}}),sk=(n,e,t)=>{const{selection:r}=n;if(!r.empty)return null;const{$from:i}=r;if(!i.parent.isTextblock||i.parentOffset!==i.parent.content.size)return null;let s=-1;for(let h=i.depth;h>0;h-=1)if(i.node(h).type.name===e){s=h;break}if(s<0)return null;const o=i.node(s),l=i.index(s);if(l+1>=o.childCount)return null;const a=o.child(l+1);if(!t.includes(a.type.name))return null;const c=n.schema.nodes[e];let u=!1;if(a.forEach(h=>{h.type===c&&h.childCount>1&&(u=!0)}),!u)return null;const d=n.doc.resolve(i.after()).nodeAfter;if(!d||!t.includes(d.type.name))return null;const f=[];return d.forEach(h=>{f.push(h)}),f.length===0?null:{listItemDepth:s,nestedList:d,nestedListPos:i.after(),insertPos:i.after(s),items:f}},ok=(n,e,t,r)=>{const i=sk(n,t,r);if(!i)return!1;const{selection:s}=n,{nestedList:o,nestedListPos:l,insertPos:a,items:c}=i,u=n.tr;u.delete(l,l+o.nodeSize);const d=u.mapping.map(a);return u.insert(d,S.from(c)),u.setSelection(s.map(u.doc,u.mapping)),e&&e(u),!0},lk=(n,e,t)=>ok(n.state,n.view.dispatch,e,t),Id=(n,e)=>U.create({name:`${n}BranchingDeleteKeymap`,priority:101,addKeyboardShortcuts(){const t=()=>lk(this.editor,n,e);return{Delete:t,"Mod-Delete":t}}});function ak(n){var e,t;const r=(e=n.tokens)==null?void 0:e[0];return!!(n.text&&((t=n.tokens)==null?void 0:t.length)===1&&(r==null?void 0:r.type)==="list"&&r.ordered&&r.raw===n.text)}function ck(n,e){return e.tokenizeInline?e.parseInline(e.tokenizeInline(n)):e.parseInline([{type:"text",raw:n,text:n}])}var Dd=ge.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",H(this.options.HTMLAttributes,n),0]},markdownTokenName:"list_item",parseMarkdown:(n,e)=>{var t;if(n.type!=="list_item")return[];const r=(t=e.parseBlockChildren)!=null?t:e.parseChildren;let i=[];if(n.tokens&&n.tokens.length>0){if(ak(n))return{type:"listItem",content:[{type:"paragraph",content:ck(n.text||"",e)}]};if(n.tokens.some(o=>o.type==="paragraph"))i=r(n.tokens);else{const o=n.tokens[0];if(o&&o.type==="text"&&o.tokens&&o.tokens.length>0){if(i=[{type:"paragraph",content:e.parseInline(o.tokens)}],n.tokens.length>1){const a=n.tokens.slice(1),c=r(a);i.push(...c)}}else i=r(n.tokens)}}return i.length===0&&(i=[{type:"paragraph",content:[]}]),{type:"listItem",content:i}},renderMarkdown:(n,e,t)=>To(n,e,r=>{var i,s;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((s=(i=r.meta)==null?void 0:i.parentAttrs)==null?void 0:s.start)||1)+r.index}. `:"- "},t),addExtensions(){return[Id(this.name,[this.options.bulletListTypeName,this.options.orderedListTypeName])]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),uk={};rk(uk,{findListItemPos:()=>Pi,getNextListDepth:()=>Ho,handleBackspace:()=>Gs,handleDelete:()=>Ys,hasListBefore:()=>Pd,hasListItemAfter:()=>dk,hasListItemBefore:()=>hk,listItemHasSubList:()=>fk,nextListIsDeeper:()=>Ld,nextListIsHigher:()=>zd});var Pi=(n,e)=>{const{$from:t}=e.selection,r=K(n,e.schema);let i=null,s=t.depth,o=t.pos,l=null;for(;s>0&&l===null;)i=t.node(s),i.type===r?l=s:(s-=1,o-=1);return l===null?null:{$pos:e.doc.resolve(o),depth:l}},Ho=(n,e)=>{const t=Pi(n,e);if(!t)return!1;const[,r]=Bg(e,n,t.$pos.pos+4);return r},Pd=(n,e,t)=>{const{$anchor:r}=n.selection,i=Math.max(0,r.pos-2),s=n.doc.resolve(i).node();return!(!s||!t.includes(s.type.name))},Gs=(n,e,t)=>{if(n.commands.undoInputRule())return!0;if(n.state.selection.from!==n.state.selection.to)return!1;if(!ot(n.state,e)&&Pd(n.state,e,t)){const{$anchor:r}=n.state.selection,i=n.state.doc.resolve(r.before()-1),s=[];i.node().descendants((a,c)=>{a.type.name===e&&s.push({node:a,pos:c})});const o=s.at(-1);if(!o)return!1;const l=n.state.doc.resolve(i.start()+o.pos+1);return n.chain().cut({from:r.start()-1,to:r.end()+1},l.end()).joinForward().run()}return!ot(n.state,e)||!Vg(n.state)?!1:n.chain().liftListItem(e).run()},Ld=(n,e)=>{const t=Ho(n,e),r=Pi(n,e);return!r||!t?!1:t>r.depth},zd=(n,e)=>{const t=Ho(n,e),r=Pi(n,e);return!r||!t?!1:t{if(!ot(n.state,e)||!Hg(n.state,e))return!1;const{selection:t}=n.state,{$from:r,$to:i}=t;return!t.empty&&r.sameParent(i)?!1:Ld(e,n.state)?n.chain().focus(n.state.selection.from+4).lift(e).joinBackward().run():zd(e,n.state)?n.chain().joinForward().joinBackward().run():n.commands.joinItemForward()},dk=(n,e)=>{var t;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-r.parentOffset-2);return!(i.index()===i.parent.childCount-1||((t=i.nodeAfter)==null?void 0:t.type.name)!==n)},hk=(n,e)=>{var t;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-2);return!(i.index()===0||((t=i.nodeBefore)==null?void 0:t.type.name)!==n)},fk=(n,e,t)=>{if(!t)return!1;const r=K(n,e.schema);let i=!1;return t.descendants(s=>{s.type===r&&(i=!0)}),i},Bd=U.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t})=>{n.state.schema.nodes[t]!==void 0&&Ys(n,t)&&(e=!0)}),e},"Mod-Delete":({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t})=>{n.state.schema.nodes[t]!==void 0&&Ys(n,t)&&(e=!0)}),e},Backspace:({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t,wrapperNames:r})=>{n.state.schema.nodes[t]!==void 0&&Gs(n,t,r)&&(e=!0)}),e},"Mod-Backspace":({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t,wrapperNames:r})=>{n.state.schema.nodes[t]!==void 0&&Gs(n,t,r)&&(e=!0)}),e}}}}),ya=/^(\s*)(\d+)\.\s+(.*)$/,pk=/^\s/;function mk(n){const e=n.trimStart();return/^[-+*]\s+/.test(e)||/^\d+\.\s+/.test(e)||/^>\s?/.test(e)||/^```/.test(e)||/^~~~/.test(e)}function gk(n){const e=[],t=[];let r=!1;return n.forEach(i=>{if(r){t.push(i);return}if(i.trim()===""){r=!0,t.push(i);return}if(e.length>0&&mk(i)){r=!0,t.push(i);return}e.push(i)}),{paragraphLines:e,blockLines:t}}function yk(n){const e=[];let t=0,r=0;for(;t{const i=e.some(c=>c.docChanged)&&!t.doc.eq(r.doc),s=e.some(c=>c.getMeta("preventAutolink"));if(!i||s)return;const{tr:o}=r,l=yu(t.doc,[...e]);if(Mu(l).forEach(({newRange:c})=>{const u=Mg(r.doc,c,h=>h.isTextblock);let d,f;if(u.length>1)d=u[0],f=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ");else if(u.length){const h=r.doc.textBetween(c.from,c.to," "," ");if(!Jb.test(h))return;d=u[0],f=r.doc.textBetween(d.pos,c.to,void 0," ")}if(d&&f){const h=f.split(qb).filter(Boolean);if(h.length<=0)return!1;const p=h[h.length-1],m=d.pos+f.lastIndexOf(p);if(!p)return!1;const g=zo(p).map(y=>y.toObject(n.defaultProtocol));if(!Gb(g))return!1;g.filter(y=>y.isLink).map(y=>({...y,from:m+y.start+1,to:m+y.end+1})).filter(y=>r.schema.marks.code?!r.doc.rangeHasMark(y.from,y.to,r.schema.marks.code):!0).filter(y=>n.validate(y.value)).filter(y=>n.shouldAutoLink(y.value)).forEach(y=>{xo(y.from,y.to,r.doc).some(b=>b.mark.type===n.type)||o.addMark(y.from,y.to,n.type.create({href:y.href}))})}}),!!o.steps.length)return o}})}function Xb(n){return new j({key:new G("handleClickLink"),props:{handleClick:(e,t,r)=>{var i,s;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const a=r.target;if(!a)return!1;const c=n.editor.view.dom;o=a.closest("a"),o&&!c.contains(o)&&(o=null)}if(!o)return!1;let l=!1;if(n.enableClickSelection&&(l=n.editor.commands.extendMarkRange(n.type.name)),n.openOnClick){const a=vu(e.state,n.type.name),c=(i=o.href)!=null?i:a.href,u=(s=o.target)!=null?s:a.target;c&&(window.open(c,u),l=!0)}return l}}})}function Qb(n){return new j({key:new G("handlePasteLink"),props:{handlePaste:(e,t,r)=>{const{shouldAutoLink:i}=n,{state:s}=e,{selection:o}=s,{empty:l}=o;if(l)return!1;let a="";r.content.forEach(u=>{a+=u.textContent});const c=Td(a,{defaultProtocol:n.defaultProtocol}).find(u=>u.isLink&&u.value===a);return!a||!c||i!==void 0&&!i(c.value)?!1:n.editor.commands.setMark(n.type,{href:c.href})}}})}function dt(n,e){const t=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const i=typeof r=="string"?r:r.scheme;i&&t.push(i)}),!n||n.replace(Kb,"").match(new RegExp(`^(?:(?:${t.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var Ad=Rt.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(n=>{if(typeof n=="string"){ha(n);return}ha(n.scheme,n.optionalSlashes)})},onDestroy(){Wb()},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:(n,e)=>!!dt(n,e.protocols),validate:n=>!!n,shouldAutoLink:n=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(n),t=/^[a-z][a-z0-9+.-]*:/i.test(n);if(e||t&&!n.includes("@"))return!0;const i=(n.includes("@")?n.split("@").pop():n).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(i)||!/\./.test(i))}}},addAttributes(){return{href:{default:null,parseHTML(n){return n.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:n=>{const e=n.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:t=>!!dt(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:n}){return this.options.isAllowedUri(n.href,{defaultValidate:e=>!!dt(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",V(this.options.HTMLAttributes,n),0]:["a",V(this.options.HTMLAttributes,{...n,href:""}),0]},markdownTokenName:"link",parseMarkdown:(n,e)=>e.applyMark("link",e.parseInline(n.tokens||[]),{href:n.href,title:n.title||null}),renderMarkdown:(n,e)=>{var t,r,i,s;const o=(r=(t=n.attrs)==null?void 0:t.href)!=null?r:"",l=(s=(i=n.attrs)==null?void 0:i.title)!=null?s:"",a=e.renderChildren(n);return l?`[${a}](${o} "${l}")`:`[${a}](${o})`},addCommands(){return{setLink:n=>({chain:e})=>{const{href:t}=n;return this.options.isAllowedUri(t,{defaultValidate:r=>!!dt(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,n).setMeta("preventAutolink",!0).run():!1},toggleLink:n=>({chain:e})=>{const{href:t}=n||{};return t&&!this.options.isAllowedUri(t,{defaultValidate:r=>!!dt(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,n,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:n})=>n().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[At({find:n=>{const e=[];if(n){const{protocols:t,defaultProtocol:r}=this.options,i=Td(n).filter(s=>s.isLink&&this.options.isAllowedUri(s.value,{defaultValidate:o=>!!dt(o,t),protocols:t,defaultProtocol:r}));i.length&&i.forEach(s=>{this.options.shouldAutoLink(s.value)&&e.push({text:s.value,data:{href:s.href},index:s.start})})}return e},type:this.type,getAttributes:n=>{var e;return{href:(e=n.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const n=[],{protocols:e,defaultProtocol:t}=this.options;return this.options.autolink&&n.push(Yb({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:i=>!!dt(i,e),protocols:e,defaultProtocol:t}),shouldAutoLink:this.options.shouldAutoLink})),n.push(Xb({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&n.push(Qb({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),n}}),Zb=Ad,ek=Object.defineProperty,tk=(n,e)=>{for(var t in e)ek(n,t,{get:e[t],enumerable:!0})},nk="listItem",fa="textStyle",pa=/^\s*([-+*])\s$/,Nd=ge.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:n}){return["ul",V(this.options.HTMLAttributes,n),0]},markdownTokenName:"list",parseMarkdown:(n,e)=>n.type!=="list"||n.ordered?[]:{type:"bulletList",content:n.items?e.parseChildren(n.items):[]},renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` +`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(nk,this.editor.getAttributes(fa)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let n=en({find:pa,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(n=en({find:pa,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(fa),editor:this.editor})),[n]}}),rk=(n,e,t)=>{const{selection:r}=n;if(!r.empty)return null;const{$from:i}=r;if(!i.parent.isTextblock||i.parentOffset!==i.parent.content.size)return null;let s=-1;for(let h=i.depth;h>0;h-=1)if(i.node(h).type.name===e){s=h;break}if(s<0)return null;const o=i.node(s),l=i.index(s);if(l+1>=o.childCount)return null;const a=o.child(l+1);if(!t.includes(a.type.name))return null;const c=n.schema.nodes[e];let u=!1;if(a.forEach(h=>{h.type===c&&h.childCount>1&&(u=!0)}),!u)return null;const d=n.doc.resolve(i.after()).nodeAfter;if(!d||!t.includes(d.type.name))return null;const f=[];return d.forEach(h=>{f.push(h)}),f.length===0?null:{listItemDepth:s,nestedList:d,nestedListPos:i.after(),insertPos:i.after(s),items:f}},ik=(n,e,t,r)=>{const i=rk(n,t,r);if(!i)return!1;const{selection:s}=n,{nestedList:o,nestedListPos:l,insertPos:a,items:c}=i,u=n.tr;u.delete(l,l+o.nodeSize);const d=u.mapping.map(a);return u.insert(d,S.from(c)),u.setSelection(s.map(u.doc,u.mapping)),e&&e(u),!0},sk=(n,e,t)=>ik(n.state,n.view.dispatch,e,t),Od=(n,e)=>U.create({name:`${n}BranchingDeleteKeymap`,priority:101,addKeyboardShortcuts(){const t=()=>sk(this.editor,n,e);return{Delete:t,"Mod-Delete":t}}});function ok(n){var e,t;const r=(e=n.tokens)==null?void 0:e[0];return!!(n.text&&((t=n.tokens)==null?void 0:t.length)===1&&(r==null?void 0:r.type)==="list"&&r.ordered&&r.raw===n.text)}function lk(n,e){return e.tokenizeInline?e.parseInline(e.tokenizeInline(n)):e.parseInline([{type:"text",raw:n,text:n}])}var Rd=ge.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",V(this.options.HTMLAttributes,n),0]},markdownTokenName:"list_item",parseMarkdown:(n,e)=>{var t;if(n.type!=="list_item")return[];const r=(t=e.parseBlockChildren)!=null?t:e.parseChildren;let i=[];if(n.tokens&&n.tokens.length>0){if(ok(n))return{type:"listItem",content:[{type:"paragraph",content:lk(n.text||"",e)}]};if(n.tokens.some(o=>o.type==="paragraph"))i=r(n.tokens);else{const o=n.tokens[0];if(o&&o.type==="text"&&o.tokens&&o.tokens.length>0){if(i=[{type:"paragraph",content:e.parseInline(o.tokens)}],n.tokens.length>1){const a=n.tokens.slice(1),c=r(a);i.push(...c)}}else i=r(n.tokens)}}return i.length===0&&(i=[{type:"paragraph",content:[]}]),{type:"listItem",content:i}},renderMarkdown:(n,e,t)=>Co(n,e,r=>{var i,s;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((s=(i=r.meta)==null?void 0:i.parentAttrs)==null?void 0:s.start)||1)+r.index}. `:"- "},t),addExtensions(){return[Od(this.name,[this.options.bulletListTypeName,this.options.orderedListTypeName])]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),ak={};tk(ak,{findListItemPos:()=>Pi,getNextListDepth:()=>$o,handleBackspace:()=>Js,handleDelete:()=>Ks,hasListBefore:()=>Id,hasListItemAfter:()=>ck,hasListItemBefore:()=>uk,listItemHasSubList:()=>dk,nextListIsDeeper:()=>Dd,nextListIsHigher:()=>Pd});var Pi=(n,e)=>{const{$from:t}=e.selection,r=K(n,e.schema);let i=null,s=t.depth,o=t.pos,l=null;for(;s>0&&l===null;)i=t.node(s),i.type===r?l=s:(s-=1,o-=1);return l===null?null:{$pos:e.doc.resolve(o),depth:l}},$o=(n,e)=>{const t=Pi(n,e);if(!t)return!1;const[,r]=Lg(e,n,t.$pos.pos+4);return r},Id=(n,e,t)=>{const{$anchor:r}=n.selection,i=Math.max(0,r.pos-2),s=n.doc.resolve(i).node();return!(!s||!t.includes(s.type.name))},Js=(n,e,t)=>{if(n.commands.undoInputRule())return!0;if(n.state.selection.from!==n.state.selection.to)return!1;if(!lt(n.state,e)&&Id(n.state,e,t)){const{$anchor:r}=n.state.selection,i=n.state.doc.resolve(r.before()-1),s=[];i.node().descendants((a,c)=>{a.type.name===e&&s.push({node:a,pos:c})});const o=s.at(-1);if(!o)return!1;const l=n.state.doc.resolve(i.start()+o.pos+1);return n.chain().cut({from:r.start()-1,to:r.end()+1},l.end()).joinForward().run()}return!lt(n.state,e)||!Fg(n.state)?!1:n.chain().liftListItem(e).run()},Dd=(n,e)=>{const t=$o(n,e),r=Pi(n,e);return!r||!t?!1:t>r.depth},Pd=(n,e)=>{const t=$o(n,e),r=Pi(n,e);return!r||!t?!1:t{if(!lt(n.state,e)||!$g(n.state,e))return!1;const{selection:t}=n.state,{$from:r,$to:i}=t;return!t.empty&&r.sameParent(i)?!1:Dd(e,n.state)?n.chain().focus(n.state.selection.from+4).lift(e).joinBackward().run():Pd(e,n.state)?n.chain().joinForward().joinBackward().run():n.commands.joinItemForward()},ck=(n,e)=>{var t;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-r.parentOffset-2);return!(i.index()===i.parent.childCount-1||((t=i.nodeAfter)==null?void 0:t.type.name)!==n)},uk=(n,e)=>{var t;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-2);return!(i.index()===0||((t=i.nodeBefore)==null?void 0:t.type.name)!==n)},dk=(n,e,t)=>{if(!t)return!1;const r=K(n,e.schema);let i=!1;return t.descendants(s=>{s.type===r&&(i=!0)}),i},Ld=U.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t})=>{n.state.schema.nodes[t]!==void 0&&Ks(n,t)&&(e=!0)}),e},"Mod-Delete":({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t})=>{n.state.schema.nodes[t]!==void 0&&Ks(n,t)&&(e=!0)}),e},Backspace:({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t,wrapperNames:r})=>{n.state.schema.nodes[t]!==void 0&&Js(n,t,r)&&(e=!0)}),e},"Mod-Backspace":({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t,wrapperNames:r})=>{n.state.schema.nodes[t]!==void 0&&Js(n,t,r)&&(e=!0)}),e}}}}),ma=/^(\s*)(\d+)\.\s+(.*)$/,hk=/^\s/;function fk(n){const e=n.trimStart();return/^[-+*]\s+/.test(e)||/^\d+\.\s+/.test(e)||/^>\s?/.test(e)||/^```/.test(e)||/^~~~/.test(e)}function pk(n){const e=[],t=[];let r=!1;return n.forEach(i=>{if(r){t.push(i);return}if(i.trim()===""){r=!0,t.push(i);return}if(e.length>0&&fk(i)){r=!0,t.push(i);return}e.push(i)}),{paragraphLines:e,blockLines:t}}function mk(n){const e=[];let t=0,r=0;for(;te;)f.push(n[d]),d+=1;if(f.length>0){const h=Math.min(...f.map(m=>m.indent)),p=$d(f,h,t);c.push({type:"list",ordered:!0,start:f[0].number,items:p,raw:f.map(m=>m.raw).join(` -`)})}r.push({type:"list_item",raw:s.raw,tokens:c}),i=d}else i+=1}return r}function bk(n,e){return n.map(t=>{if(t.type!=="list_item")return e.parseChildren([t])[0];const r=[];return t.tokens&&t.tokens.length>0&&t.tokens.forEach(i=>{if(i.type==="paragraph"||i.type==="list"||i.type==="blockquote"||i.type==="code")r.push(...e.parseChildren([i]));else if(i.type==="text"&&i.tokens){const s=e.parseChildren([i]);r.push({type:"paragraph",content:s})}else{const s=e.parseChildren([i]);s.length>0&&r.push(...s)}}),{type:"listItem",content:r}})}var kk="listItem",ba="textStyle",ka=/^(\d+)\.\s$/,Fd=ge.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:n=>n.hasAttribute("start")?parseInt(n.getAttribute("start")||"",10):1},type:{default:null,parseHTML:n=>n.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const{start:e,...t}=n;return e===1?["ol",H(this.options.HTMLAttributes,t),0]:["ol",H(this.options.HTMLAttributes,n),0]},markdownTokenName:"list",parseMarkdown:(n,e)=>{if(n.type!=="list"||!n.ordered)return[];const t=n.start||1,r=n.items?bk(n.items,e):[];return t!==1?{type:"orderedList",attrs:{start:t},content:r}:{type:"orderedList",content:r}},renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` +`).trim();if(u){const h=t.blockTokens(u);c.push(...h)}let d=i+1;const f=[];for(;de;)f.push(n[d]),d+=1;if(f.length>0){const h=Math.min(...f.map(m=>m.indent)),p=zd(f,h,t);c.push({type:"list",ordered:!0,start:f[0].number,items:p,raw:f.map(m=>m.raw).join(` +`)})}r.push({type:"list_item",raw:s.raw,tokens:c}),i=d}else i+=1}return r}function gk(n,e){return n.map(t=>{if(t.type!=="list_item")return e.parseChildren([t])[0];const r=[];return t.tokens&&t.tokens.length>0&&t.tokens.forEach(i=>{if(i.type==="paragraph"||i.type==="list"||i.type==="blockquote"||i.type==="code")r.push(...e.parseChildren([i]));else if(i.type==="text"&&i.tokens){const s=e.parseChildren([i]);r.push({type:"paragraph",content:s})}else{const s=e.parseChildren([i]);s.length>0&&r.push(...s)}}),{type:"listItem",content:r}})}var yk="listItem",ga="textStyle",ya=/^(\d+)\.\s$/,Bd=ge.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:n=>n.hasAttribute("start")?parseInt(n.getAttribute("start")||"",10):1},type:{default:null,parseHTML:n=>n.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const{start:e,...t}=n;return e===1?["ol",V(this.options.HTMLAttributes,t),0]:["ol",V(this.options.HTMLAttributes,n),0]},markdownTokenName:"list",parseMarkdown:(n,e)=>{if(n.type!=="list"||!n.ordered)return[];const t=n.start||1,r=n.items?gk(n.items,e):[];return t!==1?{type:"orderedList",attrs:{start:t},content:r}:{type:"orderedList",content:r}},renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` `):"",markdownTokenizer:{name:"orderedList",level:"block",start:n=>{const e=n.match(/^(\s*)(\d+)\.\s+/),t=e==null?void 0:e.index;return t!==void 0?t:-1},tokenize:(n,e,t)=>{var r;const i=n.split(` -`),[s,o]=yk(i);if(s.length===0)return;const l=$d(s,0,t);return l.length===0?void 0:{type:"list",ordered:!0,start:((r=s[0])==null?void 0:r.number)||1,items:l,raw:i.slice(0,o).join(` -`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(kk,this.editor.getAttributes(ba)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let n=Qt({find:ka,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Qt({find:ka,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(ba)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[n]}}),Sk=/^\s*(\[([( |x])?\])\s$/,xk=ge.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:n=>{const e=n.getAttribute("data-checked");return e===""||e==="true"},renderHTML:n=>({"data-checked":n.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:n,HTMLAttributes:e}){return["li",H(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:n.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(n,e)=>{const t=[];if(n.tokens&&n.tokens.length>0?t.push(e.createNode("paragraph",{},e.parseInline(n.tokens))):n.text?t.push(e.createNode("paragraph",{},[e.createNode("text",{text:n.text})])):t.push(e.createNode("paragraph",{},[])),n.nestedTokens&&n.nestedTokens.length>0){const r=e.parseChildren(n.nestedTokens);t.push(...r)}return e.createNode("taskItem",{checked:n.checked||!1},t)},renderMarkdown:(n,e)=>{var t;const i=`- [${(t=n.attrs)!=null&&t.checked?"x":" "}] `;return To(n,e,i)},addExtensions(){return this.options.nested?[Id(this.name,[this.options.taskListTypeName])]:[]},addKeyboardShortcuts(){const n={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...n,Tab:()=>this.editor.commands.sinkListItem(this.name)}:n},addNodeView(){return({node:n,HTMLAttributes:e,getPos:t,editor:r})=>{const i=document.createElement("li"),s=document.createElement("label"),o=document.createElement("span"),l=document.createElement("input"),a=document.createElement("div"),c=d=>{var f,h;l.ariaLabel=((h=(f=this.options.a11y)==null?void 0:f.checkboxLabel)==null?void 0:h.call(f,d,l.checked))||`Task item checkbox for ${d.textContent||"empty task item"}`};c(n),s.contentEditable="false",l.type="checkbox",l.addEventListener("mousedown",d=>d.preventDefault()),l.addEventListener("change",d=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){l.checked=!l.checked;return}const{checked:f}=d.target;r.isEditable&&typeof t=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:h})=>{const p=t();if(typeof p!="number")return!1;const m=h.doc.nodeAt(p);return h.setNodeMarkup(p,void 0,{...m==null?void 0:m.attrs,checked:f}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(n,f)||(l.checked=!l.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([d,f])=>{i.setAttribute(d,f)}),i.dataset.checked=n.attrs.checked,l.checked=n.attrs.checked,s.append(l,o),i.append(s,a),Object.entries(e).forEach(([d,f])=>{i.setAttribute(d,f)});let u=new Set(Object.keys(e));return{dom:i,contentDOM:a,update:d=>{if(d.type!==this.type)return!1;i.dataset.checked=d.attrs.checked,l.checked=d.attrs.checked,c(d);const f=r.extensionManager.attributes,h=Yt(d,f),p=new Set(Object.keys(h)),m=this.options.HTMLAttributes;return u.forEach(g=>{p.has(g)||(g in m?i.setAttribute(g,m[g]):i.removeAttribute(g))}),Object.entries(h).forEach(([g,y])=>{y==null?g in m?i.setAttribute(g,m[g]):i.removeAttribute(g):i.setAttribute(g,y)}),u=p,!0}}}},addInputRules(){return[Qt({find:Sk,type:this.type,getAttributes:n=>({checked:n[n.length-1]==="x"})})]}}),wk=ge.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:n}){return["ul",H(this.options.HTMLAttributes,n,{"data-type":this.name}),0]},parseMarkdown:(n,e)=>e.createNode("taskList",{},e.parseChildren(n.items||[])),renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` -`):"",markdownTokenizer:{name:"taskList",level:"block",start(n){var e;const t=(e=n.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return t!==void 0?t:-1},tokenize(n,e,t){const r=s=>{const o=Bs(s,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:l=>({indentLevel:l[1].length,mainContent:l[4],checked:l[3].toLowerCase()==="x"}),createToken:(l,a)=>({type:"taskItem",raw:"",mainContent:l.mainContent,indentLevel:l.indentLevel,checked:l.checked,text:l.mainContent,tokens:t.inlineTokens(l.mainContent),nestedTokens:a}),customNestedParser:r},t);return o?[{type:"taskList",raw:o.raw,items:o.items}]:t.blockTokens(s)},i=Bs(n,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:s=>({indentLevel:s[1].length,mainContent:s[4],checked:s[3].toLowerCase()==="x"}),createToken:(s,o)=>({type:"taskItem",raw:"",mainContent:s.mainContent,indentLevel:s.indentLevel,checked:s.checked,text:s.mainContent,tokens:t.inlineTokens(s.mainContent),nestedTokens:o}),customNestedParser:r},t);if(i)return{type:"taskList",raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:n})=>n.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});U.create({name:"listKit",addExtensions(){const n=[];return this.options.bulletList!==!1&&n.push(Rd.configure(this.options.bulletList)),this.options.listItem!==!1&&n.push(Dd.configure(this.options.listItem)),this.options.listKeymap!==!1&&n.push(Bd.configure(this.options.listKeymap)),this.options.orderedList!==!1&&n.push(Fd.configure(this.options.orderedList)),this.options.taskItem!==!1&&n.push(xk.configure(this.options.taskItem)),this.options.taskList!==!1&&n.push(wk.configure(this.options.taskList)),n}});var br=" ",ds=" ",vk=ge.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:n}){return["p",H(this.options.HTMLAttributes,n),0]},parseMarkdown:(n,e)=>{const t=n.tokens||[];if(t.length===1&&t[0].type==="image")return e.parseChildren([t[0]]);const r=e.parseInline(t);return t.length===1&&t[0].type==="text"&&(t[0].raw===br||t[0].text===br||t[0].raw===ds||t[0].text===ds)&&r.length===1&&r[0].type==="text"&&(r[0].text===br||r[0].text===ds)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(n,e,t)=>{var r,i;if(!n)return"";const s=Array.isArray(n.content)?n.content:[];if(s.length===0){const o=Array.isArray((r=t==null?void 0:t.previousNode)==null?void 0:r.content)?t.previousNode.content:[];return((i=t==null?void 0:t.previousNode)==null?void 0:i.type)==="paragraph"&&o.length===0?br:""}return e.renderChildren(s)},addCommands(){return{setParagraph:()=>({commands:n})=>n.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Mk=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,Ck=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Ek=Ot.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["s",H(this.options.HTMLAttributes,n),0]},markdownTokenName:"del",parseMarkdown:(n,e)=>e.applyMark("strike",e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>`~~${e.renderChildren(n)}~~`,addCommands(){return{setStrike:()=>({commands:n})=>n.setMark(this.name),toggleStrike:()=>({commands:n})=>n.toggleMark(this.name),unsetStrike:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Xt({find:Mk,type:this.type})]},addPasteRules(){return[Tt({find:Ck,type:this.type})]}}),Tk=ge.create({name:"text",group:"inline",parseMarkdown:n=>({type:"text",text:n.text||""}),renderMarkdown:n=>n.text||""}),Hd=Ot.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["u",H(this.options.HTMLAttributes,n),0]},parseMarkdown(n,e){return e.applyMark(this.name||"underline",e.parseInline(n.tokens||[]))},renderMarkdown(n,e){return`++${e.renderChildren(n)}++`},markdownTokenizer:{name:"underline",level:"inline",start(n){return n.indexOf("++")},tokenize(n,e,t){const i=/^(\+\+)([\s\S]+?)(\+\+)/.exec(n);if(!i)return;const s=i[2].trim();return{type:"underline",raw:i[0],text:s,tokens:t.inlineTokens(s)}}},addCommands(){return{setUnderline:()=>({commands:n})=>n.setMark(this.name),toggleUnderline:()=>({commands:n})=>n.toggleMark(this.name),unsetUnderline:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}}),Ak=Hd;function Nk(n={}){return new V({view(e){return new Ok(e,n)}})}class Ok{constructor(e,t){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=t.width)!==null&&r!==void 0?r:1,this.color=t.color===!1?void 0:t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(i=>{let s=o=>{this[i](o)};return e.dom.addEventListener(i,s),{name:i,handler:s}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.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),t=!e.parent.inlineContent,r,i=this.editorView.dom,s=i.getBoundingClientRect(),o=s.width/i.offsetWidth,l=s.height/i.offsetHeight;if(t){let d=e.nodeBefore,f=e.nodeAfter;if(d||f){let h=this.editorView.nodeDOM(this.cursorPos-(d?d.nodeSize:0));if(h){let p=h.getBoundingClientRect(),m=d?p.bottom:p.top;d&&f&&(m=(m+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let g=this.width/2*l;r={left:p.left,right:p.right,top:m-g,bottom:m+g}}}}if(!r){let d=this.editorView.coordsAtPos(this.cursorPos),f=this.width/2*o;r={left:d.left-f,right:d.left+f,top:d.top,bottom:d.bottom}}let a=this.editorView.dom.offsetParent;this.element||(this.element=a.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",t),this.element.classList.toggle("prosemirror-dropcursor-inline",!t);let c,u;if(!a||a==document.body&&getComputedStyle(a).position=="static")c=-pageXOffset,u=-pageYOffset;else{let d=a.getBoundingClientRect(),f=d.width/a.offsetWidth,h=d.height/a.offsetHeight;c=d.left-a.scrollLeft*f,u=d.top-a.scrollTop*h}this.element.style.left=(r.left-c)/o+"px",this.element.style.top=(r.top-u)/l+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/l+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),i=r&&r.type.spec.disableDropCursor,s=typeof i=="function"?i(this.editorView,t,e):i;if(t&&!s){let o=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let l=rc(this.editorView.state.doc,o,this.editorView.dragging.slice);l!=null&&(o=l)}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 W extends P{constructor(e){super(e,e)}map(e,t){let r=e.resolve(t.map(this.head));return W.valid(r)?new W(r):P.near(r)}content(){return E.empty}eq(e){return e instanceof W&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new W(e.resolve(t.pos))}getBookmark(){return new Vo(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Rk(e)||!Ik(e))return!1;let r=t.type.spec.allowGapCursor;if(r!=null)return r;let i=t.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,t,r=!1){e:for(;;){if(!r&&W.valid(e))return e;let i=e.pos,s=null;for(let o=e.depth;;o--){let l=e.node(o);if(t>0?e.indexAfter(o)0){s=l.child(t>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;i+=t;let a=e.doc.resolve(i);if(W.valid(a))return a}for(;;){let o=t>0?s.firstChild:s.lastChild;if(!o){if(s.isAtom&&!s.isText&&!N.isSelectable(s)){e=e.doc.resolve(i+s.nodeSize*t),r=!1;continue e}break}s=o,i+=t;let l=e.doc.resolve(i);if(W.valid(l))return l}return null}}}W.prototype.visible=!1;W.findFrom=W.findGapCursorFrom;P.jsonID("gapcursor",W);class Vo{constructor(e){this.pos=e}map(e){return new Vo(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return W.valid(t)?new W(t):P.near(t)}}function Vd(n){return n.isAtom||n.spec.isolating||n.spec.createGapCursor}function Rk(n){for(let e=n.depth;e>=0;e--){let t=n.index(e),r=n.node(e);if(t==0){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(t-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||Vd(i.type))return!0;if(i.inlineContent)return!1}}return!0}function Ik(n){for(let e=n.depth;e>=0;e--){let t=n.indexAfter(e),r=n.node(e);if(t==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(t);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||Vd(i.type))return!0;if(i.inlineContent)return!1}}return!0}function Dk(){return new V({props:{decorations:Bk,createSelectionBetween(n,e,t){return e.pos==t.pos&&W.valid(t)?new W(t):null},handleClick:Lk,handleKeyDown:Pk,handleDOMEvents:{beforeinput:zk}}})}const Pk=hu({ArrowLeft:kr("horiz",-1),ArrowRight:kr("horiz",1),ArrowUp:kr("vert",-1),ArrowDown:kr("vert",1)});function kr(n,e){const t=n=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,i,s){let o=r.selection,l=e>0?o.$to:o.$from,a=o.empty;if(o instanceof I){if(!s.endOfTextblock(t)||l.depth==0)return!1;a=!1,l=r.doc.resolve(e>0?l.after():l.before())}let c=W.findGapCursorFrom(l,e,a);return c?(i&&i(r.tr.setSelection(new W(c))),!0):!1}}function Lk(n,e,t){if(!n||!n.editable)return!1;let r=n.state.doc.resolve(e);if(!W.valid(r))return!1;let i=n.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&N.isSelectable(n.state.doc.nodeAt(i.inside))?!1:(n.dispatch(n.state.tr.setSelection(new W(r))),!0)}function zk(n,e){if(e.inputType!="insertCompositionText"||!(n.state.selection instanceof W))return!1;let{$from:t}=n.state.selection,r=t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);if(!r)return!1;let i=S.empty;for(let o=r.length-1;o>=0;o--)i=S.from(r[o].createAndFill(null,i));let s=n.state.tr.replace(t.pos,t.pos,new E(i,0,0));return s.setSelection(I.near(s.doc.resolve(t.pos+1))),n.dispatch(s),!1}function Bk(n){if(!(n.selection instanceof W))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",F.create(n.doc,[he.widget(n.selection.head,e,{key:"gapcursor"})])}var Si=200,Z=function(){};Z.prototype.append=function(e){return e.length?(e=Z.from(e),!this.length&&e||e.length=t?Z.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};Z.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};Z.prototype.forEach=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length),t<=r?this.forEachInner(e,t,r,0):this.forEachInvertedInner(e,t,r,0)};Z.prototype.map=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length);var i=[];return this.forEach(function(s,o){return i.push(e(s,o))},t,r),i};Z.from=function(e){return e instanceof Z?e:e&&e.length?new jd(e):Z.empty};var jd=function(n){function e(r){n.call(this),this.values=r}n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e;var t={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(i,s){return i==0&&s==this.length?this:new e(this.values.slice(i,s))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,s,o,l){for(var a=s;a=o;a--)if(i(this.values[a],l+a)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=Si)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=Si)return new e(i.flatten().concat(this.values))},t.length.get=function(){return this.values.length},t.depth.get=function(){return 0},Object.defineProperties(e.prototype,t),e}(Z);Z.empty=new jd([]);var $k=function(n){function e(t,r){n.call(this),this.left=t,this.right=r,this.length=t.length+r.length,this.depth=Math.max(t.depth,r.depth)+1}return n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return rl&&this.right.forEachInner(r,Math.max(i-l,0),Math.min(this.length,s)-l,o+l)===!1)return!1},e.prototype.forEachInvertedInner=function(r,i,s,o){var l=this.left.length;if(i>l&&this.right.forEachInvertedInner(r,i-l,Math.max(s,l)-l,o+l)===!1||s=s?this.right.slice(r-s,i-s):this.left.slice(r,s).append(this.right.slice(0,i-s))},e.prototype.leafAppend=function(r){var i=this.right.leafAppend(r);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(r){var i=this.left.leafPrepend(r);if(i)return new e(i,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}(Z);const Fk=500;class Ae{constructor(e,t){this.items=e,this.eventCount=t}popEvent(e,t){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,s;t&&(i=this.remapping(r,this.items.length),s=i.maps.length);let o=e.tr,l,a,c=[],u=[];return this.items.forEach((d,f)=>{if(!d.step){i||(i=this.remapping(r,f+1),s=i.maps.length),s--,u.push(d);return}if(i){u.push(new Re(d.map));let h=d.step.map(i.slice(s)),p;h&&o.maybeStep(h).doc&&(p=o.mapping.maps[o.mapping.maps.length-1],c.push(new Re(p,void 0,void 0,c.length+u.length))),s--,p&&i.appendMap(p,s)}else o.maybeStep(d.step);if(d.selection)return l=i?d.selection.map(i.slice(s)):d.selection,a=new Ae(this.items.slice(0,r).append(u.reverse().concat(c)),this.eventCount-1),!1},this.items.length,0),{remaining:a,transform:o,selection:l}}addTransform(e,t,r,i){let s=[],o=this.eventCount,l=this.items,a=!i&&l.length?l.get(l.length-1):null;for(let u=0;uVk&&(l=Hk(l,c),o-=c),new Ae(l.append(s),o)}remapping(e,t){let r=new jn;return this.items.forEach((i,s)=>{let o=i.mirrorOffset!=null&&s-i.mirrorOffset>=e?r.maps.length-i.mirrorOffset:void 0;r.appendMap(i.map,o)},e,t),r}addMaps(e){return this.eventCount==0?this:new Ae(this.items.append(e.map(t=>new Re(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-t),s=e.mapping,o=e.steps.length,l=this.eventCount;this.items.forEach(f=>{f.selection&&l--},i);let a=t;this.items.forEach(f=>{let h=s.getMirror(--a);if(h==null)return;o=Math.min(o,h);let p=s.maps[h];if(f.step){let m=e.steps[h].invert(e.docs[h]),g=f.selection&&f.selection.map(s.slice(a+1,h));g&&l++,r.push(new Re(p,m,g))}else r.push(new Re(p))},i);let c=[];for(let f=t;fFk&&(d=d.compress(this.items.length-r.length)),d}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(e=this.items.length){let t=this.remapping(0,e),r=t.maps.length,i=[],s=0;return this.items.forEach((o,l)=>{if(l>=e)i.push(o),o.selection&&s++;else if(o.step){let a=o.step.map(t.slice(r)),c=a&&a.getMap();if(r--,c&&t.appendMap(c,r),a){let u=o.selection&&o.selection.map(t.slice(r));u&&s++;let d=new Re(c.invert(),a,u),f,h=i.length-1;(f=i.length&&i[h].merge(d))?i[h]=f:i.push(d)}}else o.map&&r--},this.items.length,0),new Ae(Z.from(i.reverse()),s)}}Ae.empty=new Ae(Z.empty,0);function Hk(n,e){let t;return n.forEach((r,i)=>{if(r.selection&&e--==0)return t=i,!1}),n.slice(t)}class Re{constructor(e,t,r,i){this.map=e,this.step=t,this.selection=r,this.mirrorOffset=i}merge(e){if(this.step&&e.step&&!e.selection){let t=e.step.merge(this.step);if(t)return new Re(t.getMap().invert(),t,this.selection)}}}class Ze{constructor(e,t,r,i,s){this.done=e,this.undone=t,this.prevRanges=r,this.prevTime=i,this.prevComposition=s}}const Vk=20;function jk(n,e,t,r){let i=t.getMeta(xt),s;if(i)return i.historyState;t.getMeta(Uk)&&(n=new Ze(n.done,n.undone,null,0,-1));let o=t.getMeta("appendedTransaction");if(t.steps.length==0)return n;if(o&&o.getMeta(xt))return o.getMeta(xt).redo?new Ze(n.done.addTransform(t,void 0,r,Ir(e)),n.undone,Sa(t.mapping.maps),n.prevTime,n.prevComposition):new Ze(n.done,n.undone.addTransform(t,void 0,r,Ir(e)),null,n.prevTime,n.prevComposition);if(t.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let l=t.getMeta("composition"),a=n.prevTime==0||!o&&n.prevComposition!=l&&(n.prevTime<(t.time||0)-r.newGroupDelay||!_k(t,n.prevRanges)),c=o?hs(n.prevRanges,t.mapping):Sa(t.mapping.maps);return new Ze(n.done.addTransform(t,a?e.selection.getBookmark():void 0,r,Ir(e)),Ae.empty,c,t.time,l??n.prevComposition)}else return(s=t.getMeta("rebased"))?new Ze(n.done.rebased(t,s),n.undone.rebased(t,s),hs(n.prevRanges,t.mapping),n.prevTime,n.prevComposition):new Ze(n.done.addMaps(t.mapping.maps),n.undone.addMaps(t.mapping.maps),hs(n.prevRanges,t.mapping),n.prevTime,n.prevComposition)}function _k(n,e){if(!e)return!1;if(!n.docChanged)return!0;let t=!1;return n.mapping.maps[0].forEach((r,i)=>{for(let s=0;s=e[s]&&(t=!0)}),t}function Sa(n){let e=[];for(let t=n.length-1;t>=0&&e.length==0;t--)n[t].forEach((r,i,s,o)=>e.push(s,o));return e}function hs(n,e){if(!n)return null;let t=[];for(let r=0;r{let i=xt.getState(t);if(!i||(n?i.undone:i.done).eventCount==0)return!1;if(r){let s=Wk(i,t,n);s&&r(e?s.scrollIntoView():s)}return!0}}const Wd=_d(!1,!0),Ud=_d(!0,!0);U.create({name:"characterCount",addOptions(){return{limit:null,autoTrim:!0,mode:"textSize",textCounter:n=>n.length,wordCounter:n=>n.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=n=>{const e=(n==null?void 0:n.node)||this.editor.state.doc;if(((n==null?void 0:n.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=n=>{const e=(n==null?void 0:n.node)||this.editor.state.doc,t=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(t)}},addProseMirrorPlugins(){let n=!1;return[new V({key:new G("characterCount"),appendTransaction:(e,t,r)=>{if(n)return;const i=this.options.limit,s=this.options.autoTrim;if(i==null||i===0||s===!1){n=!0;return}const o=this.storage.characters({node:r.doc});if(o>i){const l=o-i,a=0,c=l;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);const u=r.tr.deleteRange(a,c);return n=!0,u}n=!0},filterTransaction:(e,t)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const i=this.storage.characters({node:t.doc}),s=this.storage.characters({node:e.doc});if(s<=r||i>r&&s>r&&s<=i)return!0;if(i>r&&s>r&&s>i||!e.getMeta("paste"))return!1;const l=e.selection.$head.pos,a=s-r,c=l-a,u=l;return e.deleteRange(c,u),!(this.storage.characters({node:e.doc})>r)}})]}});var Jk=U.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[Nk(this.options)]}});U.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new V({key:new G("focus"),props:{decorations:({doc:n,selection:e})=>{const{isEditable:t,isFocused:r}=this.editor,{anchor:i}=e,s=[];if(!t||!r)return F.create(n,[]);let o=0;this.options.mode==="deepest"&&n.descendants((a,c)=>{if(a.isText)return;if(!(i>=c&&i<=c+a.nodeSize-1))return!1;o+=1});let l=0;return n.descendants((a,c)=>{if(a.isText||!(i>=c&&i<=c+a.nodeSize-1))return!1;if(l+=1,this.options.mode==="deepest"&&o-l>0||this.options.mode==="shallowest"&&l>1)return this.options.mode==="deepest";s.push(he.node(c,c+a.nodeSize,{class:this.options.className}))}),F.create(n,s)}}})]}});var Kk=U.create({name:"gapCursor",addProseMirrorPlugins(){return[Dk()]},extendNodeSchema(n){var e;const t={name:n.name,options:n.options,storage:n.storage};return{allowGapCursor:(e=z(A(n,"allowGapCursor",t)))!=null?e:null}}}),qd="placeholder",Qn=new G("tiptap__placeholder"),wa=200;function va(n){const{editor:e,placeholder:t,dataAttribute:r,pos:i,node:s,isEmptyDoc:o,hasAnchor:l,classes:{emptyNode:a,emptyEditor:c}}=n,u=[a];return o&&u.push(c),he.node(i,i+s.nodeSize,{class:u.join(" "),[r]:typeof t=="function"?t({editor:e,node:s,pos:i,hasAnchor:l}):t})}function Ma(n,e){return typeof n=="function"?n(e):n}function Gk({editor:n,options:e,dataAttribute:t,doc:r,selection:i}){var s,o;if(!(n.isEditable||!e.showOnlyWhenEditable))return null;const{anchor:a}=i,c=[],u=n.isEmpty;if(e.showOnlyCurrent&&!e.includeChildren){const f=r.resolve(a),h=f.depth>0?f.node(1):f.nodeAfter,p=f.depth>0?f.before(1):a;if(h&&h.type.isTextblock&&Kn(h)){const m=a>=p&&a<=p+h.nodeSize;c.push(va({editor:n,isEmptyDoc:u,dataAttribute:t,hasAnchor:m,placeholder:e.placeholder,classes:{emptyEditor:e.emptyEditorClass,emptyNode:Ma(e.emptyNodeClass,{editor:n,node:h,pos:p,hasAnchor:m})},node:h,pos:p}))}}else{const f=Qn.getState(n.state),h=(s=f==null?void 0:f.topPos)!=null?s:0,p=(o=f==null?void 0:f.bottomPos)!=null?o:r.content.size;r.nodesBetween(h,p,(m,g)=>{const y=a>=g&&a<=g+m.nodeSize,b=!m.isLeaf&&Kn(m);return m.type.isTextblock&&(y||!e.showOnlyCurrent)&&b&&c.push(va({editor:n,isEmptyDoc:u,dataAttribute:t,hasAnchor:y,placeholder:e.placeholder,classes:{emptyEditor:e.emptyEditorClass,emptyNode:Ma(e.emptyNodeClass,{editor:n,node:m,pos:g,hasAnchor:y})},node:m,pos:g})),e.includeChildren})}return F.create(r,c)}function Yk(n){return n.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}function Xk(n){const e=getComputedStyle(n),t=`${e.overflow} ${e.overflowY} ${e.overflowX}`;return/auto|scroll|overlay/.test(t)}function Qk(n){let e=n;for(;e;){if(Xk(e))return e;const t=e.parentElement;if(!t){const r=e.getRootNode();if(r instanceof ShadowRoot){e=r.host;continue}return window}e=t}return window}function Zk(n){return n===window?{top:0,bottom:window.innerHeight}:n.getBoundingClientRect()}function eS({doc:n,view:e,scrollContainer:t}){const r=e.dom.getBoundingClientRect(),i=t?Zk(t):{top:0,bottom:window.innerHeight},s=Math.max(r.top,i.top)-wa,o=Math.min(r.bottom,i.bottom)+wa;if(s>=o)return{top:0,bottom:n.content.size};const a=getComputedStyle(e.dom).direction==="rtl"?Math.max(r.right-2,r.left+2):r.left+2,c=e.posAtCoords({left:a,top:s+2}),u=e.posAtCoords({left:a,top:o-2});return{top:c?c.pos:0,bottom:u?u.pos:n.content.size}}var tS={init(){return{topPos:null,bottomPos:null}},apply(n,e){const t=n.getMeta(Qn);return t!=null&&t.positions?{topPos:t.positions.top,bottomPos:t.positions.bottom}:n.docChanged?{topPos:e.topPos!==null?n.mapping.map(e.topPos):null,bottomPos:e.bottomPos!==null?n.mapping.map(e.bottomPos):null}:e}};function nS(n){const e=Qk(n.dom),t=()=>{const l=eS({view:n,doc:n.state.doc,scrollContainer:e}),a=Qn.getState(n.state);if((a==null?void 0:a.topPos)===l.top&&(a==null?void 0:a.bottomPos)===l.bottom)return;const c=n.state.tr.setMeta(Qn,{positions:l});n.dispatch(c)};let r=null,i=0;const s=150,o=()=>{r===null&&(r=requestAnimationFrame(()=>{r=null;const l=performance.now();l-i>=s?(i=l,t()):o()}))};return e.addEventListener("scroll",o,{passive:!0}),t(),{update(l,a){n.state.doc.content.size!==a.doc.content.size&&o()},destroy:()=>{r!==null&&cancelAnimationFrame(r),e.removeEventListener("scroll",o)}}}function rS({editor:n,options:e}){const t=e.dataAttribute?`data-${Yk(e.dataAttribute)}`:`data-${qd}`;return new V({key:Qn,state:tS,view:nS,props:{decorations:({doc:r,selection:i})=>Gk({editor:n,options:e,dataAttribute:t,doc:r,selection:i})}})}var iS=U.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:qd,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[rS({editor:this.editor,options:this.options})]}}),sS=`.ProseMirror:not(.ProseMirror-focused) *::selection { +`),[s,o]=mk(i);if(s.length===0)return;const l=zd(s,0,t);return l.length===0?void 0:{type:"list",ordered:!0,start:((r=s[0])==null?void 0:r.number)||1,items:l,raw:i.slice(0,o).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(yk,this.editor.getAttributes(ga)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let n=en({find:ya,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(n=en({find:ya,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(ga)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[n]}}),bk=/^\s*(\[([( |x])?\])\s$/,kk=ge.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:n=>{const e=n.getAttribute("data-checked");return e===""||e==="true"},renderHTML:n=>({"data-checked":n.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:n,HTMLAttributes:e}){return["li",V(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:n.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(n,e)=>{const t=[];if(n.tokens&&n.tokens.length>0?t.push(e.createNode("paragraph",{},e.parseInline(n.tokens))):n.text?t.push(e.createNode("paragraph",{},[e.createNode("text",{text:n.text})])):t.push(e.createNode("paragraph",{},[])),n.nestedTokens&&n.nestedTokens.length>0){const r=e.parseChildren(n.nestedTokens);t.push(...r)}return e.createNode("taskItem",{checked:n.checked||!1},t)},renderMarkdown:(n,e)=>{var t;const i=`- [${(t=n.attrs)!=null&&t.checked?"x":" "}] `;return Co(n,e,i)},addExtensions(){return this.options.nested?[Od(this.name,[this.options.taskListTypeName])]:[]},addKeyboardShortcuts(){const n={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...n,Tab:()=>this.editor.commands.sinkListItem(this.name)}:n},addNodeView(){return({node:n,HTMLAttributes:e,getPos:t,editor:r})=>{const i=document.createElement("li"),s=document.createElement("label"),o=document.createElement("span"),l=document.createElement("input"),a=document.createElement("div"),c=d=>{var f,h;l.ariaLabel=((h=(f=this.options.a11y)==null?void 0:f.checkboxLabel)==null?void 0:h.call(f,d,l.checked))||`Task item checkbox for ${d.textContent||"empty task item"}`};c(n),s.contentEditable="false",l.type="checkbox",l.addEventListener("mousedown",d=>d.preventDefault()),l.addEventListener("change",d=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){l.checked=!l.checked;return}const{checked:f}=d.target;r.isEditable&&typeof t=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:h})=>{const p=t();if(typeof p!="number")return!1;const m=h.doc.nodeAt(p);return h.setNodeMarkup(p,void 0,{...m==null?void 0:m.attrs,checked:f}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(n,f)||(l.checked=!l.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([d,f])=>{i.setAttribute(d,f)}),i.dataset.checked=n.attrs.checked,l.checked=n.attrs.checked,s.append(l,o),i.append(s,a),Object.entries(e).forEach(([d,f])=>{i.setAttribute(d,f)});let u=new Set(Object.keys(e));return{dom:i,contentDOM:a,update:d=>{if(d.type!==this.type)return!1;i.dataset.checked=d.attrs.checked,l.checked=d.attrs.checked,c(d);const f=r.extensionManager.attributes,h=Qt(d,f),p=new Set(Object.keys(h)),m=this.options.HTMLAttributes;return u.forEach(g=>{p.has(g)||(g in m?i.setAttribute(g,m[g]):i.removeAttribute(g))}),Object.entries(h).forEach(([g,y])=>{y==null?g in m?i.setAttribute(g,m[g]):i.removeAttribute(g):i.setAttribute(g,y)}),u=p,!0}}}},addInputRules(){return[en({find:bk,type:this.type,getAttributes:n=>({checked:n[n.length-1]==="x"})})]}}),Sk=ge.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:n}){return["ul",V(this.options.HTMLAttributes,n,{"data-type":this.name}),0]},parseMarkdown:(n,e)=>e.createNode("taskList",{},e.parseChildren(n.items||[])),renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,` +`):"",markdownTokenizer:{name:"taskList",level:"block",start(n){var e;const t=(e=n.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return t!==void 0?t:-1},tokenize(n,e,t){const r=s=>{const o=Ls(s,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:l=>({indentLevel:l[1].length,mainContent:l[4],checked:l[3].toLowerCase()==="x"}),createToken:(l,a)=>({type:"taskItem",raw:"",mainContent:l.mainContent,indentLevel:l.indentLevel,checked:l.checked,text:l.mainContent,tokens:t.inlineTokens(l.mainContent),nestedTokens:a}),customNestedParser:r},t);return o?[{type:"taskList",raw:o.raw,items:o.items}]:t.blockTokens(s)},i=Ls(n,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:s=>({indentLevel:s[1].length,mainContent:s[4],checked:s[3].toLowerCase()==="x"}),createToken:(s,o)=>({type:"taskItem",raw:"",mainContent:s.mainContent,indentLevel:s.indentLevel,checked:s.checked,text:s.mainContent,tokens:t.inlineTokens(s.mainContent),nestedTokens:o}),customNestedParser:r},t);if(i)return{type:"taskList",raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:n})=>n.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});U.create({name:"listKit",addExtensions(){const n=[];return this.options.bulletList!==!1&&n.push(Nd.configure(this.options.bulletList)),this.options.listItem!==!1&&n.push(Rd.configure(this.options.listItem)),this.options.listKeymap!==!1&&n.push(Ld.configure(this.options.listKeymap)),this.options.orderedList!==!1&&n.push(Bd.configure(this.options.orderedList)),this.options.taskItem!==!1&&n.push(kk.configure(this.options.taskItem)),this.options.taskList!==!1&&n.push(Sk.configure(this.options.taskList)),n}});var br=" ",ds=" ",xk=ge.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:n}){return["p",V(this.options.HTMLAttributes,n),0]},parseMarkdown:(n,e)=>{const t=n.tokens||[];if(t.length===1&&t[0].type==="image")return e.parseChildren([t[0]]);const r=e.parseInline(t);return t.length===1&&t[0].type==="text"&&(t[0].raw===br||t[0].text===br||t[0].raw===ds||t[0].text===ds)&&r.length===1&&r[0].type==="text"&&(r[0].text===br||r[0].text===ds)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(n,e,t)=>{var r,i;if(!n)return"";const s=Array.isArray(n.content)?n.content:[];if(s.length===0){const o=Array.isArray((r=t==null?void 0:t.previousNode)==null?void 0:r.content)?t.previousNode.content:[];return((i=t==null?void 0:t.previousNode)==null?void 0:i.type)==="paragraph"&&o.length===0?br:""}return e.renderChildren(s)},addCommands(){return{setParagraph:()=>({commands:n})=>n.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),wk=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,vk=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mk=Rt.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["s",V(this.options.HTMLAttributes,n),0]},markdownTokenName:"del",parseMarkdown:(n,e)=>e.applyMark("strike",e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>`~~${e.renderChildren(n)}~~`,addCommands(){return{setStrike:()=>({commands:n})=>n.setMark(this.name),toggleStrike:()=>({commands:n})=>n.toggleMark(this.name),unsetStrike:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Zt({find:wk,type:this.type})]},addPasteRules(){return[At({find:vk,type:this.type})]}}),Ck=ge.create({name:"text",group:"inline",parseMarkdown:n=>({type:"text",text:n.text||""}),renderMarkdown:n=>n.text||""}),$d=Rt.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["u",V(this.options.HTMLAttributes,n),0]},parseMarkdown(n,e){return e.applyMark(this.name||"underline",e.parseInline(n.tokens||[]))},renderMarkdown(n,e){return`++${e.renderChildren(n)}++`},markdownTokenizer:{name:"underline",level:"inline",start(n){return n.indexOf("++")},tokenize(n,e,t){const i=/^(\+\+)([\s\S]+?)(\+\+)/.exec(n);if(!i)return;const s=i[2].trim();return{type:"underline",raw:i[0],text:s,tokens:t.inlineTokens(s)}}},addCommands(){return{setUnderline:()=>({commands:n})=>n.setMark(this.name),toggleUnderline:()=>({commands:n})=>n.toggleMark(this.name),unsetUnderline:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}}),Ek=$d;function Tk(n={}){return new j({view(e){return new Ak(e,n)}})}class Ak{constructor(e,t){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=t.width)!==null&&r!==void 0?r:1,this.color=t.color===!1?void 0:t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(i=>{let s=o=>{this[i](o)};return e.dom.addEventListener(i,s),{name:i,handler:s}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.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),t=!e.parent.inlineContent,r,i=this.editorView.dom,s=i.getBoundingClientRect(),o=s.width/i.offsetWidth,l=s.height/i.offsetHeight;if(t){let d=e.nodeBefore,f=e.nodeAfter;if(d||f){let h=this.editorView.nodeDOM(this.cursorPos-(d?d.nodeSize:0));if(h){let p=h.getBoundingClientRect(),m=d?p.bottom:p.top;d&&f&&(m=(m+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let g=this.width/2*l;r={left:p.left,right:p.right,top:m-g,bottom:m+g}}}}if(!r){let d=this.editorView.coordsAtPos(this.cursorPos),f=this.width/2*o;r={left:d.left-f,right:d.left+f,top:d.top,bottom:d.bottom}}let a=this.editorView.dom.offsetParent;this.element||(this.element=a.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",t),this.element.classList.toggle("prosemirror-dropcursor-inline",!t);let c,u;if(!a||a==document.body&&getComputedStyle(a).position=="static")c=-pageXOffset,u=-pageYOffset;else{let d=a.getBoundingClientRect(),f=d.width/a.offsetWidth,h=d.height/a.offsetHeight;c=d.left-a.scrollLeft*f,u=d.top-a.scrollTop*h}this.element.style.left=(r.left-c)/o+"px",this.element.style.top=(r.top-u)/l+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/l+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),i=r&&r.type.spec.disableDropCursor,s=typeof i=="function"?i(this.editorView,t,e):i;if(t&&!s){let o=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let l=tc(this.editorView.state.doc,o,this.editorView.dragging.slice);l!=null&&(o=l)}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 W extends P{constructor(e){super(e,e)}map(e,t){let r=e.resolve(t.map(this.head));return W.valid(r)?new W(r):P.near(r)}content(){return C.empty}eq(e){return e instanceof W&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new W(e.resolve(t.pos))}getBookmark(){return new Fo(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Nk(e)||!Ok(e))return!1;let r=t.type.spec.allowGapCursor;if(r!=null)return r;let i=t.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,t,r=!1){e:for(;;){if(!r&&W.valid(e))return e;let i=e.pos,s=null;for(let o=e.depth;;o--){let l=e.node(o);if(t>0?e.indexAfter(o)0){s=l.child(t>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;i+=t;let a=e.doc.resolve(i);if(W.valid(a))return a}for(;;){let o=t>0?s.firstChild:s.lastChild;if(!o){if(s.isAtom&&!s.isText&&!N.isSelectable(s)){e=e.doc.resolve(i+s.nodeSize*t),r=!1;continue e}break}s=o,i+=t;let l=e.doc.resolve(i);if(W.valid(l))return l}return null}}}W.prototype.visible=!1;W.findFrom=W.findGapCursorFrom;P.jsonID("gapcursor",W);class Fo{constructor(e){this.pos=e}map(e){return new Fo(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return W.valid(t)?new W(t):P.near(t)}}function Fd(n){return n.isAtom||n.spec.isolating||n.spec.createGapCursor}function Nk(n){for(let e=n.depth;e>=0;e--){let t=n.index(e),r=n.node(e);if(t==0){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(t-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||Fd(i.type))return!0;if(i.inlineContent)return!1}}return!0}function Ok(n){for(let e=n.depth;e>=0;e--){let t=n.indexAfter(e),r=n.node(e);if(t==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(t);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||Fd(i.type))return!0;if(i.inlineContent)return!1}}return!0}function Rk(){return new j({props:{decorations:Lk,createSelectionBetween(n,e,t){return e.pos==t.pos&&W.valid(t)?new W(t):null},handleClick:Dk,handleKeyDown:Ik,handleDOMEvents:{beforeinput:Pk}}})}const Ik=uu({ArrowLeft:kr("horiz",-1),ArrowRight:kr("horiz",1),ArrowUp:kr("vert",-1),ArrowDown:kr("vert",1)});function kr(n,e){const t=n=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,i,s){let o=r.selection,l=e>0?o.$to:o.$from,a=o.empty;if(o instanceof R){if(!s.endOfTextblock(t)||l.depth==0)return!1;a=!1,l=r.doc.resolve(e>0?l.after():l.before())}let c=W.findGapCursorFrom(l,e,a);return c?(i&&i(r.tr.setSelection(new W(c))),!0):!1}}function Dk(n,e,t){if(!n||!n.editable)return!1;let r=n.state.doc.resolve(e);if(!W.valid(r))return!1;let i=n.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&N.isSelectable(n.state.doc.nodeAt(i.inside))?!1:(n.dispatch(n.state.tr.setSelection(new W(r))),!0)}function Pk(n,e){if(e.inputType!="insertCompositionText"||!(n.state.selection instanceof W))return!1;let{$from:t}=n.state.selection,r=t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);if(!r)return!1;let i=S.empty;for(let o=r.length-1;o>=0;o--)i=S.from(r[o].createAndFill(null,i));let s=n.state.tr.replace(t.pos,t.pos,new C(i,0,0));return s.setSelection(R.near(s.doc.resolve(t.pos+1))),n.dispatch(s),!1}function Lk(n){if(!(n.selection instanceof W))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",H.create(n.doc,[he.widget(n.selection.head,e,{key:"gapcursor"})])}var Si=200,Z=function(){};Z.prototype.append=function(e){return e.length?(e=Z.from(e),!this.length&&e||e.length=t?Z.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};Z.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};Z.prototype.forEach=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length),t<=r?this.forEachInner(e,t,r,0):this.forEachInvertedInner(e,t,r,0)};Z.prototype.map=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length);var i=[];return this.forEach(function(s,o){return i.push(e(s,o))},t,r),i};Z.from=function(e){return e instanceof Z?e:e&&e.length?new Hd(e):Z.empty};var Hd=function(n){function e(r){n.call(this),this.values=r}n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e;var t={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(i,s){return i==0&&s==this.length?this:new e(this.values.slice(i,s))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,s,o,l){for(var a=s;a=o;a--)if(i(this.values[a],l+a)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=Si)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=Si)return new e(i.flatten().concat(this.values))},t.length.get=function(){return this.values.length},t.depth.get=function(){return 0},Object.defineProperties(e.prototype,t),e}(Z);Z.empty=new Hd([]);var zk=function(n){function e(t,r){n.call(this),this.left=t,this.right=r,this.length=t.length+r.length,this.depth=Math.max(t.depth,r.depth)+1}return n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return rl&&this.right.forEachInner(r,Math.max(i-l,0),Math.min(this.length,s)-l,o+l)===!1)return!1},e.prototype.forEachInvertedInner=function(r,i,s,o){var l=this.left.length;if(i>l&&this.right.forEachInvertedInner(r,i-l,Math.max(s,l)-l,o+l)===!1||s=s?this.right.slice(r-s,i-s):this.left.slice(r,s).append(this.right.slice(0,i-s))},e.prototype.leafAppend=function(r){var i=this.right.leafAppend(r);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(r){var i=this.left.leafPrepend(r);if(i)return new e(i,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}(Z);const Bk=500;class Ae{constructor(e,t){this.items=e,this.eventCount=t}popEvent(e,t){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,s;t&&(i=this.remapping(r,this.items.length),s=i.maps.length);let o=e.tr,l,a,c=[],u=[];return this.items.forEach((d,f)=>{if(!d.step){i||(i=this.remapping(r,f+1),s=i.maps.length),s--,u.push(d);return}if(i){u.push(new De(d.map));let h=d.step.map(i.slice(s)),p;h&&o.maybeStep(h).doc&&(p=o.mapping.maps[o.mapping.maps.length-1],c.push(new De(p,void 0,void 0,c.length+u.length))),s--,p&&i.appendMap(p,s)}else o.maybeStep(d.step);if(d.selection)return l=i?d.selection.map(i.slice(s)):d.selection,a=new Ae(this.items.slice(0,r).append(u.reverse().concat(c)),this.eventCount-1),!1},this.items.length,0),{remaining:a,transform:o,selection:l}}addTransform(e,t,r,i){let s=[],o=this.eventCount,l=this.items,a=!i&&l.length?l.get(l.length-1):null;for(let u=0;uFk&&(l=$k(l,c),o-=c),new Ae(l.append(s),o)}remapping(e,t){let r=new jn;return this.items.forEach((i,s)=>{let o=i.mirrorOffset!=null&&s-i.mirrorOffset>=e?r.maps.length-i.mirrorOffset:void 0;r.appendMap(i.map,o)},e,t),r}addMaps(e){return this.eventCount==0?this:new Ae(this.items.append(e.map(t=>new De(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-t),s=e.mapping,o=e.steps.length,l=this.eventCount;this.items.forEach(f=>{f.selection&&l--},i);let a=t;this.items.forEach(f=>{let h=s.getMirror(--a);if(h==null)return;o=Math.min(o,h);let p=s.maps[h];if(f.step){let m=e.steps[h].invert(e.docs[h]),g=f.selection&&f.selection.map(s.slice(a+1,h));g&&l++,r.push(new De(p,m,g))}else r.push(new De(p))},i);let c=[];for(let f=t;fBk&&(d=d.compress(this.items.length-r.length)),d}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(e=this.items.length){let t=this.remapping(0,e),r=t.maps.length,i=[],s=0;return this.items.forEach((o,l)=>{if(l>=e)i.push(o),o.selection&&s++;else if(o.step){let a=o.step.map(t.slice(r)),c=a&&a.getMap();if(r--,c&&t.appendMap(c,r),a){let u=o.selection&&o.selection.map(t.slice(r));u&&s++;let d=new De(c.invert(),a,u),f,h=i.length-1;(f=i.length&&i[h].merge(d))?i[h]=f:i.push(d)}}else o.map&&r--},this.items.length,0),new Ae(Z.from(i.reverse()),s)}}Ae.empty=new Ae(Z.empty,0);function $k(n,e){let t;return n.forEach((r,i)=>{if(r.selection&&e--==0)return t=i,!1}),n.slice(t)}class De{constructor(e,t,r,i){this.map=e,this.step=t,this.selection=r,this.mirrorOffset=i}merge(e){if(this.step&&e.step&&!e.selection){let t=e.step.merge(this.step);if(t)return new De(t.getMap().invert(),t,this.selection)}}}class et{constructor(e,t,r,i,s){this.done=e,this.undone=t,this.prevRanges=r,this.prevTime=i,this.prevComposition=s}}const Fk=20;function Hk(n,e,t,r){let i=t.getMeta(wt),s;if(i)return i.historyState;t.getMeta(_k)&&(n=new et(n.done,n.undone,null,0,-1));let o=t.getMeta("appendedTransaction");if(t.steps.length==0)return n;if(o&&o.getMeta(wt))return o.getMeta(wt).redo?new et(n.done.addTransform(t,void 0,r,Ir(e)),n.undone,ba(t.mapping.maps),n.prevTime,n.prevComposition):new et(n.done,n.undone.addTransform(t,void 0,r,Ir(e)),null,n.prevTime,n.prevComposition);if(t.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let l=t.getMeta("composition"),a=n.prevTime==0||!o&&n.prevComposition!=l&&(n.prevTime<(t.time||0)-r.newGroupDelay||!Vk(t,n.prevRanges)),c=o?hs(n.prevRanges,t.mapping):ba(t.mapping.maps);return new et(n.done.addTransform(t,a?e.selection.getBookmark():void 0,r,Ir(e)),Ae.empty,c,t.time,l??n.prevComposition)}else return(s=t.getMeta("rebased"))?new et(n.done.rebased(t,s),n.undone.rebased(t,s),hs(n.prevRanges,t.mapping),n.prevTime,n.prevComposition):new et(n.done.addMaps(t.mapping.maps),n.undone.addMaps(t.mapping.maps),hs(n.prevRanges,t.mapping),n.prevTime,n.prevComposition)}function Vk(n,e){if(!e)return!1;if(!n.docChanged)return!0;let t=!1;return n.mapping.maps[0].forEach((r,i)=>{for(let s=0;s=e[s]&&(t=!0)}),t}function ba(n){let e=[];for(let t=n.length-1;t>=0&&e.length==0;t--)n[t].forEach((r,i,s,o)=>e.push(s,o));return e}function hs(n,e){if(!n)return null;let t=[];for(let r=0;r{let i=wt.getState(t);if(!i||(n?i.undone:i.done).eventCount==0)return!1;if(r){let s=jk(i,t,n);s&&r(e?s.scrollIntoView():s)}return!0}}const jd=Vd(!1,!0),_d=Vd(!0,!0);U.create({name:"characterCount",addOptions(){return{limit:null,autoTrim:!0,mode:"textSize",textCounter:n=>n.length,wordCounter:n=>n.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=n=>{const e=(n==null?void 0:n.node)||this.editor.state.doc;if(((n==null?void 0:n.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=n=>{const e=(n==null?void 0:n.node)||this.editor.state.doc,t=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(t)}},addProseMirrorPlugins(){let n=!1;return[new j({key:new G("characterCount"),appendTransaction:(e,t,r)=>{if(n)return;const i=this.options.limit,s=this.options.autoTrim;if(i==null||i===0||s===!1){n=!0;return}const o=this.storage.characters({node:r.doc});if(o>i){const l=o-i,a=0,c=l;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);const u=r.tr.deleteRange(a,c);return n=!0,u}n=!0},filterTransaction:(e,t)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const i=this.storage.characters({node:t.doc}),s=this.storage.characters({node:e.doc});if(s<=r||i>r&&s>r&&s<=i)return!0;if(i>r&&s>r&&s>i||!e.getMeta("paste"))return!1;const l=e.selection.$head.pos,a=s-r,c=l-a,u=l;return e.deleteRange(c,u),!(this.storage.characters({node:e.doc})>r)}})]}});var Uk=U.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[Tk(this.options)]}});U.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new j({key:new G("focus"),props:{decorations:({doc:n,selection:e})=>{const{isEditable:t,isFocused:r}=this.editor,{anchor:i}=e,s=[];if(!t||!r)return H.create(n,[]);let o=0;this.options.mode==="deepest"&&n.descendants((a,c)=>{if(a.isText)return;if(!(i>=c&&i<=c+a.nodeSize-1))return!1;o+=1});let l=0;return n.descendants((a,c)=>{if(a.isText||!(i>=c&&i<=c+a.nodeSize-1))return!1;if(l+=1,this.options.mode==="deepest"&&o-l>0||this.options.mode==="shallowest"&&l>1)return this.options.mode==="deepest";s.push(he.node(c,c+a.nodeSize,{class:this.options.className}))}),H.create(n,s)}}})]}});var qk=U.create({name:"gapCursor",addProseMirrorPlugins(){return[Rk()]},extendNodeSchema(n){var e;const t={name:n.name,options:n.options,storage:n.storage};return{allowGapCursor:(e=B(T(n,"allowGapCursor",t)))!=null?e:null}}}),Wd="placeholder",Qn=new G("tiptap__placeholder"),Sa=200;function xa(n){const{editor:e,placeholder:t,dataAttribute:r,pos:i,node:s,isEmptyDoc:o,hasAnchor:l,classes:{emptyNode:a,emptyEditor:c}}=n,u=[a];return o&&u.push(c),he.node(i,i+s.nodeSize,{class:u.join(" "),[r]:typeof t=="function"?t({editor:e,node:s,pos:i,hasAnchor:l}):t})}function wa(n,e){return typeof n=="function"?n(e):n}function Jk({editor:n,options:e,dataAttribute:t,doc:r,selection:i}){var s,o;if(!(n.isEditable||!e.showOnlyWhenEditable))return null;const{anchor:a}=i,c=[],u=n.isEmpty;if(e.showOnlyCurrent&&!e.includeChildren){const f=r.resolve(a),h=f.depth>0?f.node(1):f.nodeAfter,p=f.depth>0?f.before(1):a;if(h&&h.type.isTextblock&&Kn(h)){const m=a>=p&&a<=p+h.nodeSize;c.push(xa({editor:n,isEmptyDoc:u,dataAttribute:t,hasAnchor:m,placeholder:e.placeholder,classes:{emptyEditor:e.emptyEditorClass,emptyNode:wa(e.emptyNodeClass,{editor:n,node:h,pos:p,hasAnchor:m})},node:h,pos:p}))}}else{const f=Qn.getState(n.state),h=(s=f==null?void 0:f.topPos)!=null?s:0,p=(o=f==null?void 0:f.bottomPos)!=null?o:r.content.size;r.nodesBetween(h,p,(m,g)=>{const y=a>=g&&a<=g+m.nodeSize,b=!m.isLeaf&&Kn(m);return m.type.isTextblock&&(y||!e.showOnlyCurrent)&&b&&c.push(xa({editor:n,isEmptyDoc:u,dataAttribute:t,hasAnchor:y,placeholder:e.placeholder,classes:{emptyEditor:e.emptyEditorClass,emptyNode:wa(e.emptyNodeClass,{editor:n,node:m,pos:g,hasAnchor:y})},node:m,pos:g})),e.includeChildren})}return H.create(r,c)}function Kk(n){return n.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}function Gk(n){const e=getComputedStyle(n),t=`${e.overflow} ${e.overflowY} ${e.overflowX}`;return/auto|scroll|overlay/.test(t)}function Yk(n){let e=n;for(;e;){if(Gk(e))return e;const t=e.parentElement;if(!t){const r=e.getRootNode();if(r instanceof ShadowRoot){e=r.host;continue}return window}e=t}return window}function Xk(n){return n===window?{top:0,bottom:window.innerHeight}:n.getBoundingClientRect()}function Qk({doc:n,view:e,scrollContainer:t}){const r=e.dom.getBoundingClientRect(),i=t?Xk(t):{top:0,bottom:window.innerHeight},s=Math.max(r.top,i.top)-Sa,o=Math.min(r.bottom,i.bottom)+Sa;if(s>=o)return{top:0,bottom:n.content.size};const a=getComputedStyle(e.dom).direction==="rtl"?Math.max(r.right-2,r.left+2):r.left+2,c=e.posAtCoords({left:a,top:s+2}),u=e.posAtCoords({left:a,top:o-2});return{top:c?c.pos:0,bottom:u?u.pos:n.content.size}}var Zk={init(){return{topPos:null,bottomPos:null}},apply(n,e){const t=n.getMeta(Qn);return t!=null&&t.positions?{topPos:t.positions.top,bottomPos:t.positions.bottom}:n.docChanged?{topPos:e.topPos!==null?n.mapping.map(e.topPos):null,bottomPos:e.bottomPos!==null?n.mapping.map(e.bottomPos):null}:e}};function eS(n){const e=Yk(n.dom),t=()=>{const l=Qk({view:n,doc:n.state.doc,scrollContainer:e}),a=Qn.getState(n.state);if((a==null?void 0:a.topPos)===l.top&&(a==null?void 0:a.bottomPos)===l.bottom)return;const c=n.state.tr.setMeta(Qn,{positions:l});n.dispatch(c)};let r=null,i=0;const s=150,o=()=>{r===null&&(r=requestAnimationFrame(()=>{r=null;const l=performance.now();l-i>=s?(i=l,t()):o()}))};return e.addEventListener("scroll",o,{passive:!0}),t(),{update(l,a){n.state.doc.content.size!==a.doc.content.size&&o()},destroy:()=>{r!==null&&cancelAnimationFrame(r),e.removeEventListener("scroll",o)}}}function tS({editor:n,options:e}){const t=e.dataAttribute?`data-${Kk(e.dataAttribute)}`:`data-${Wd}`;return new j({key:Qn,state:Zk,view:eS,props:{decorations:({doc:r,selection:i})=>Jk({editor:n,options:e,dataAttribute:t,doc:r,selection:i})}})}var nS=U.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:Wd,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[tS({editor:this.editor,options:this.options})]}}),rS=`.ProseMirror:not(.ProseMirror-focused) *::selection { background: transparent; } .ProseMirror:not(.ProseMirror-focused) *::-moz-selection { background: transparent; -}`;U.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:n,options:e}=this;return n.options.injectCSS&&typeof document<"u"&&Wu(sS,n.options.injectNonce,"selection"),[new V({key:new G("selection"),props:{decorations(t){return t.selection.empty||n.isFocused||!n.isEditable||Tu(t.selection)||n.view.dragging?null:F.create(t.doc,[he.inline(t.selection.from,t.selection.to,{class:e.className})])}}})]}});var oS="skipTrailingNode";function Ca({types:n,node:e}){return e&&Array.isArray(n)&&n.includes(e.type)||(e==null?void 0:e.type)===n}var lS=U.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var n;const e=new G(this.name),t=this.options.node||((n=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:n.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,i])=>i).filter(i=>(this.options.notAfter||[]).concat(t).includes(i.name));return[new V({key:e,appendTransaction:(i,s,o)=>{const{doc:l,tr:a,schema:c}=o,u=e.getState(o),d=l.content.size,f=c.nodes[t];if(!i.some(h=>h.getMeta(oS))&&u)return a.insert(d,f.create())},state:{init:(i,s)=>{const o=s.tr.doc.lastChild;return!Ca({node:o,types:r})},apply:(i,s)=>{if(!i.docChanged||i.getMeta("__uniqueIDTransaction"))return s;const o=i.doc.lastChild;return!Ca({node:o,types:r})}}})]}}),aS=U.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:n,dispatch:e})=>Wd(n,e),redo:()=>({state:n,dispatch:e})=>Ud(n,e)}},addProseMirrorPlugins(){return[qk(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()}}}),cS=U.create({name:"starterKit",addExtensions(){var n,e,t,r;const i=[];return this.options.bold!==!1&&i.push(pb.configure(this.options.bold)),this.options.blockquote!==!1&&i.push(cb.configure(this.options.blockquote)),this.options.bulletList!==!1&&i.push(Rd.configure(this.options.bulletList)),this.options.code!==!1&&i.push(yb.configure(this.options.code)),this.options.codeBlock!==!1&&i.push(Sb.configure(this.options.codeBlock)),this.options.document!==!1&&i.push(xb.configure(this.options.document)),this.options.dropcursor!==!1&&i.push(Jk.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&i.push(Kk.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&i.push(wb.configure(this.options.hardBreak)),this.options.heading!==!1&&i.push(vb.configure(this.options.heading)),this.options.undoRedo!==!1&&i.push(aS.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&i.push(Mb.configure(this.options.horizontalRule)),this.options.italic!==!1&&i.push(Nb.configure(this.options.italic)),this.options.listItem!==!1&&i.push(Dd.configure(this.options.listItem)),this.options.listKeymap!==!1&&i.push(Bd.configure((n=this.options)==null?void 0:n.listKeymap)),this.options.link!==!1&&i.push(Od.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&i.push(Fd.configure(this.options.orderedList)),this.options.paragraph!==!1&&i.push(vk.configure(this.options.paragraph)),this.options.strike!==!1&&i.push(Ek.configure(this.options.strike)),this.options.text!==!1&&i.push(Tk.configure(this.options.text)),this.options.underline!==!1&&i.push(Hd.configure((t=this.options)==null?void 0:t.underline)),this.options.trailingNode!==!1&&i.push(lS.configure((r=this.options)==null?void 0:r.trailingNode)),i}}),uS=cS,dS=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,hS=ge.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:n}){return["img",H(this.options.HTMLAttributes,n)]},parseMarkdown:(n,e)=>e.createNode("image",{src:n.href,title:n.title,alt:n.text}),renderMarkdown:n=>{var e,t,r,i,s,o;const l=(t=(e=n.attrs)==null?void 0:e.src)!=null?t:"",a=(i=(r=n.attrs)==null?void 0:r.alt)!=null?i:"",c=(o=(s=n.attrs)==null?void 0:s.title)!=null?o:"";return c?`![${a}](${l} "${c}")`:`![${a}](${l})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:n,minWidth:e,minHeight:t,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:i,getPos:s,HTMLAttributes:o,editor:l})=>{const a=document.createElement("img");a.draggable=!1;const c=H(this.options.HTMLAttributes,o);Object.entries(c).forEach(([f,h])=>{if(h!=null)switch(f){case"width":case"height":break;default:a.setAttribute(f,h);break}}),c.src!==null&&(a.src=c.src);const u=new Ay({element:a,editor:l,node:i,getPos:s,onResize:(f,h)=>{a.style.width=`${f}px`,a.style.height=`${h}px`},onCommit:(f,h)=>{const p=s();p!==void 0&&this.editor.chain().setNodeSelection(p).updateAttributes(this.name,{width:f,height:h}).run()},onUpdate:(f,h,p)=>f.type===i.type,options:{directions:n,min:{width:e,height:t},preserveAspectRatio:r===!0}}),d=u.dom;return d.style.visibility="hidden",d.style.pointerEvents="none",a.onload=()=>{d.style.visibility="",d.style.pointerEvents=""},u}},addCommands(){return{setImage:n=>({commands:e})=>e.insertContent({type:this.name,attrs:n})}},addInputRules(){return[Uu({find:dS,type:this.type,getAttributes:n=>{const[,,e,t,r]=n;return{src:t,alt:e,title:r}}})]}}),fS=hS,pS=iS;th.setOptions({breaks:!0,gfm:!0});function mS(n){var i,s;const e=n.trim();if(!e)return 0;const t=((i=e.match(/[\u4e00-\u9fff]/g))==null?void 0:i.length)??0,r=((s=e.match(/[a-zA-Z0-9]+/g))==null?void 0:s.length)??0;return t+r}function gS({selected:n}){return w.jsxs(U0,{as:"members-only",className:`post-members-only post-members-only--visible editor-members-only${n?" editor-members-only--selected":""}`,children:[w.jsxs("div",{className:"post-members-only__badge",contentEditable:!1,children:[w.jsx("span",{className:"post-members-only__badge-icon","aria-hidden":"true",children:w.jsx(Ea,{size:12})}),w.jsx("span",{children:"登录可见"})]}),w.jsx(W0,{className:"post-members-only__body"})]})}const yS=ge.create({name:"membersOnly",group:"block",content:"block+",defining:!0,isolating:!0,parseHTML(){return[{tag:"members-only"}]},renderHTML({HTMLAttributes:n}){return["members-only",H(n),0]},addNodeView(){return X0(gS)},addCommands(){return{insertMembersOnly:()=>({chain:n})=>n().insertContent({type:this.name,content:[{type:"paragraph",content:[{type:"text",text:"在此输入仅登录用户可见的内容…"}]}]}).run(),wrapMembersOnly:()=>({tr:n,state:e,dispatch:t})=>{const{from:r,to:i,empty:s}=e.selection;if(s)return!1;const o=e.doc.slice(r,i);if(!o.content.size)return!1;const l=e.schema.nodes.membersOnly.create(null,o.content);return t&&n.replaceRangeWith(r,i,l),!0}}}});function Sr(n){return nh.sanitize(n,Zd)}function bS(n){return n.state.doc.textContent.trim().length===0}function kS(n){for(let e=2;e<=6;e+=1)if(n.isActive("heading",{level:e})){e===6?n.chain().focus().setParagraph().run():n.chain().focus().toggleHeading({level:e+1}).run();return}n.chain().focus().toggleHeading({level:2}).run()}const SS=D.forwardRef(function({value:e,onChange:t,placeholder:r="在此撰写正文…"},i){const s=D.useRef(!1),o=D.useRef(e),[,l]=D.useState(0),a=_0({extensions:[uS.configure({heading:{levels:[1,2,3,4,5,6]}}),Ak,tk.configure({openOnClick:!1,autolink:!0,defaultProtocol:"https"}),fS.configure({inline:!1,allowBase64:!1}),pS.configure({placeholder:r}),yS],content:Sr(e)||"",onUpdate:({editor:m})=>{const g=Sr(m.getHTML());s.current=!0,o.current=g,t(g)},onSelectionUpdate:()=>l(m=>m+1),onTransaction:()=>l(m=>m+1),editorProps:{attributes:{class:"article-prosemirror post-detail-content",spellcheck:"false"}}});D.useEffect(()=>{if(!a)return;if(s.current){s.current=!1;return}const m=Sr(e);m!==o.current&&(o.current=m,a.commands.setContent(m||"",{emitUpdate:!1}))},[e,a]),D.useImperativeHandle(i,()=>({getHTML:()=>a?Sr(a.getHTML()):e,isEmpty:()=>a?bS(a):!e.trim(),focus:()=>a==null?void 0:a.commands.focus()}),[a,e]);const c=D.useCallback(()=>{if(!a)return;const m=a.getAttributes("link").href,g=window.prompt("链接地址",m??"https://");if(g!==null){if(!g.trim()){a.chain().focus().extendMarkRange("link").unsetLink().run();return}a.chain().focus().extendMarkRange("link").setLink({href:g.trim()}).run()}},[a]),u=D.useCallback(()=>{if(!a)return;const m=window.prompt("图片地址");m!=null&&m.trim()&&a.chain().focus().setImage({src:m.trim()}).run()},[a]),d=D.useCallback(()=>{if(!a)return;const{from:m,to:g,empty:y}=a.state.selection;if(!y&&m!==g){a.chain().focus().wrapMembersOnly().run();return}a.chain().focus().insertMembersOnly().run()},[a]),h=D.useCallback(()=>a?[{icon:w.jsx("strong",{children:"H"}),title:"标题(H2,再次点击升级)",active:a.isActive("heading"),action:()=>kS(a)},{icon:w.jsx(rh,{size:15}),title:"加粗",active:a.isActive("bold"),action:()=>a.chain().focus().toggleBold().run()},{icon:w.jsx(ih,{size:15}),title:"斜体",active:a.isActive("italic"),action:()=>a.chain().focus().toggleItalic().run()},{icon:w.jsx(sh,{size:15}),title:"删除线",active:a.isActive("strike"),action:()=>a.chain().focus().toggleStrike().run()},{icon:w.jsx(oh,{size:15}),title:"分割线",action:()=>a.chain().focus().setHorizontalRule().run()},{icon:w.jsx(lh,{size:15}),title:"引用",active:a.isActive("blockquote"),action:()=>a.chain().focus().toggleBlockquote().run()},{icon:w.jsx(ah,{size:15}),title:"无序列表",active:a.isActive("bulletList"),action:()=>a.chain().focus().toggleBulletList().run()},{icon:w.jsx(ch,{size:15}),title:"有序列表",active:a.isActive("orderedList"),action:()=>a.chain().focus().toggleOrderedList().run()},{icon:w.jsx(uh,{size:15}),title:"代码块",active:a.isActive("codeBlock"),action:()=>a.chain().focus().toggleCodeBlock().run()},{icon:w.jsx(dh,{size:15}),title:"链接",active:a.isActive("link"),action:c},{icon:w.jsx(hh,{size:15}),title:"图片",action:u},{icon:w.jsx(Ea,{size:15}),title:"登录可见(选中文字后点击可包裹)",active:a.isActive("membersOnly"),className:"article-tool-btn--members",action:d}]:[],[a,c,u,d])(),p=a?mS(a.getText()):0;return w.jsxs("div",{className:"article-editor",children:[w.jsx("div",{className:"article-editor-bar",children:w.jsx("div",{className:"article-editor-tools",children:h.map((m,g)=>w.jsx("button",{type:"button",className:`article-tool-btn${m.active?" active":""}${m.className?` ${m.className}`:""}`,title:m.title,onMouseDown:y=>y.preventDefault(),onClick:m.action,children:m.icon},g))})}),w.jsx("div",{className:"article-editor-body",children:w.jsx(Yu,{editor:a,className:"article-editor-content"})}),w.jsxs("div",{className:"article-editor-status",children:[w.jsxs("span",{children:[p," 字"]}),w.jsx("span",{children:"富文本"})]})]})});function DS(){const n=Gd(),{id:e}=Yd(),t=e?Number(e):null,r=t!==null&&!Number.isNaN(t),[i]=Xd(),s=i.get("board")||"",{user:o,loading:l}=Qd(),[a,c]=D.useState([]),[u,d]=D.useState(s),[f,h]=D.useState(""),[p,m]=D.useState(""),[g,y]=D.useState(""),[b,M]=D.useState(!1),[x,v]=D.useState(r);if(D.useEffect(()=>{if(!l){if(!o){n("/login");return}if(r){v(!0),Promise.all([rn.boards(),rn.post(t)]).then(([T,R])=>{const j=T.boards??[];c(j);const ae=R.post;if(!(o.role==="admin"||ae.user_id===o.id)){Pe.error("无权编辑此帖子"),n(`/post/${t}`);return}if(!R.can_edit){Pe.error(R.edit_block_reason||"当前无法编辑此帖子"),n(`/post/${t}`);return}d(String(ae.board_id)),h(ae.title),m(ae.tags??""),y(ae.content??"")}).catch(T=>{Pe.error(T instanceof Error?T.message:"加载帖子失败"),n("/")}).finally(()=>v(!1));return}rn.boards().then(T=>{const R=T.boards??[];c(R),!s&&R.length>0&&d(String(R[0].id))}).catch(()=>{})}},[o,l,n,s,r,t]),l)return w.jsx("div",{className:"compose-page compose-page--empty",children:w.jsx(jo,{size:"lg"})});if(!o)return null;if(x)return w.jsx("div",{className:"compose-page compose-page--empty",children:w.jsx(jo,{size:"lg"})});if(!r&&a.length===0)return w.jsx("div",{className:"compose-page compose-page--empty",children:w.jsxs("div",{className:"compose-empty-card",children:[w.jsx("div",{className:"compose-empty-icon",children:"✎"}),w.jsx("h2",{children:"暂无可发帖板块"}),w.jsx("p",{children:"需要管理员先创建板块后才能发布内容"}),o.role==="admin"?w.jsx("button",{type:"button",className:"compose-primary-btn",onClick:()=>n("/admin/boards"),children:"去创建板块"}):w.jsx("button",{type:"button",className:"compose-ghost-btn",onClick:()=>n("/"),children:"返回首页"})]})});const O=async()=>{const T=f.trim();if(!r&&!u){Pe.warning("请选择板块");return}if(!T){Pe.warning("请输入标题");return}if(eh(g)){Pe.warning("请输入正文内容");return}M(!0);try{const R={title:T,content:g.trim(),tags:p.trim()};if(r)await rn.updatePost(t,R),Pe.success("帖子已更新"),n(`/post/${t}`);else{const j=await rn.createPost({board_id:u,...R});Pe.success("发帖成功"),n(`/post/${j.post_id}`)}}catch(R){Pe.error(R instanceof Error?R.message:r?"保存失败":"发帖失败")}finally{M(!1)}},C=a.find(T=>String(T.id)===u);return w.jsx("div",{className:"compose-page",children:w.jsxs("div",{className:"compose-canvas",children:[w.jsxs("header",{className:"compose-header",children:[w.jsxs("button",{type:"button",className:"compose-back",onClick:()=>n(r?`/post/${t}`:-1),children:[w.jsx(fh,{size:16}),w.jsx("span",{children:"返回"})]}),w.jsx("div",{className:"compose-header-actions",children:w.jsxs("button",{type:"button",className:"compose-publish-btn",disabled:b,onClick:O,children:[w.jsx(ph,{size:16}),b?r?"保存中…":"发布中…":r?"保存修改":"发布帖子"]})})]}),w.jsxs("div",{className:"compose-meta",children:[r?C&&w.jsx("div",{className:"compose-board-pills",children:w.jsx("span",{className:"compose-board-pill active",children:C.name})}):w.jsx("div",{className:"compose-board-pills",children:a.map(T=>w.jsx("button",{type:"button",className:`compose-board-pill${String(T.id)===u?" active":""}`,onClick:()=>d(String(T.id)),children:T.name},T.id))}),w.jsxs("div",{className:"compose-tags-field",children:[w.jsx(mh,{className:"compose-tags-icon",size:16}),w.jsx("input",{type:"text",placeholder:"添加标签,逗号分隔",value:p,onChange:T=>m(T.target.value),maxLength:128})]})]}),w.jsxs("div",{className:"compose-writing",children:[w.jsx("input",{className:"compose-title",type:"text",placeholder:"输入文章标题…",value:f,onChange:T=>h(T.target.value),maxLength:256}),C&&w.jsxs("div",{className:"compose-subtitle",children:[r?"编辑于":"发布至"," ",w.jsx("strong",{children:C.name})]}),w.jsx(SS,{value:g,onChange:y,placeholder:"开始写作。所见即所得,选中文字后使用工具栏设置格式。"})]})]})})}export{DS as default}; +}`;U.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:n,options:e}=this;return n.options.injectCSS&&typeof document<"u"&&ju(rS,n.options.injectNonce,"selection"),[new j({key:new G("selection"),props:{decorations(t){return t.selection.empty||n.isFocused||!n.isEditable||Cu(t.selection)||n.view.dragging?null:H.create(t.doc,[he.inline(t.selection.from,t.selection.to,{class:e.className})])}}})]}});var iS="skipTrailingNode";function va({types:n,node:e}){return e&&Array.isArray(n)&&n.includes(e.type)||(e==null?void 0:e.type)===n}var sS=U.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var n;const e=new G(this.name),t=this.options.node||((n=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:n.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,i])=>i).filter(i=>(this.options.notAfter||[]).concat(t).includes(i.name));return[new j({key:e,appendTransaction:(i,s,o)=>{const{doc:l,tr:a,schema:c}=o,u=e.getState(o),d=l.content.size,f=c.nodes[t];if(!i.some(h=>h.getMeta(iS))&&u)return a.insert(d,f.create())},state:{init:(i,s)=>{const o=s.tr.doc.lastChild;return!va({node:o,types:r})},apply:(i,s)=>{if(!i.docChanged||i.getMeta("__uniqueIDTransaction"))return s;const o=i.doc.lastChild;return!va({node:o,types:r})}}})]}}),oS=U.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:n,dispatch:e})=>jd(n,e),redo:()=>({state:n,dispatch:e})=>_d(n,e)}},addProseMirrorPlugins(){return[Wk(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()}}}),lS=U.create({name:"starterKit",addExtensions(){var n,e,t,r;const i=[];return this.options.bold!==!1&&i.push(hb.configure(this.options.bold)),this.options.blockquote!==!1&&i.push(lb.configure(this.options.blockquote)),this.options.bulletList!==!1&&i.push(Nd.configure(this.options.bulletList)),this.options.code!==!1&&i.push(mb.configure(this.options.code)),this.options.codeBlock!==!1&&i.push(bb.configure(this.options.codeBlock)),this.options.document!==!1&&i.push(kb.configure(this.options.document)),this.options.dropcursor!==!1&&i.push(Uk.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&i.push(qk.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&i.push(Sb.configure(this.options.hardBreak)),this.options.heading!==!1&&i.push(xb.configure(this.options.heading)),this.options.undoRedo!==!1&&i.push(oS.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&i.push(wb.configure(this.options.horizontalRule)),this.options.italic!==!1&&i.push(Tb.configure(this.options.italic)),this.options.listItem!==!1&&i.push(Rd.configure(this.options.listItem)),this.options.listKeymap!==!1&&i.push(Ld.configure((n=this.options)==null?void 0:n.listKeymap)),this.options.link!==!1&&i.push(Ad.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&i.push(Bd.configure(this.options.orderedList)),this.options.paragraph!==!1&&i.push(xk.configure(this.options.paragraph)),this.options.strike!==!1&&i.push(Mk.configure(this.options.strike)),this.options.text!==!1&&i.push(Ck.configure(this.options.text)),this.options.underline!==!1&&i.push($d.configure((t=this.options)==null?void 0:t.underline)),this.options.trailingNode!==!1&&i.push(sS.configure((r=this.options)==null?void 0:r.trailingNode)),i}}),aS=lS,cS=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,uS=ge.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:n}){return["img",V(this.options.HTMLAttributes,n)]},parseMarkdown:(n,e)=>e.createNode("image",{src:n.href,title:n.title,alt:n.text}),renderMarkdown:n=>{var e,t,r,i,s,o;const l=(t=(e=n.attrs)==null?void 0:e.src)!=null?t:"",a=(i=(r=n.attrs)==null?void 0:r.alt)!=null?i:"",c=(o=(s=n.attrs)==null?void 0:s.title)!=null?o:"";return c?`![${a}](${l} "${c}")`:`![${a}](${l})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:n,minWidth:e,minHeight:t,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:i,getPos:s,HTMLAttributes:o,editor:l})=>{const a=document.createElement("img");a.draggable=!1;const c=V(this.options.HTMLAttributes,o);Object.entries(c).forEach(([f,h])=>{if(h!=null)switch(f){case"width":case"height":break;default:a.setAttribute(f,h);break}}),c.src!==null&&(a.src=c.src);const u=new Ey({element:a,editor:l,node:i,getPos:s,onResize:(f,h)=>{a.style.width=`${f}px`,a.style.height=`${h}px`},onCommit:(f,h)=>{const p=s();p!==void 0&&this.editor.chain().setNodeSelection(p).updateAttributes(this.name,{width:f,height:h}).run()},onUpdate:(f,h,p)=>f.type===i.type,options:{directions:n,min:{width:e,height:t},preserveAspectRatio:r===!0}}),d=u.dom;return d.style.visibility="hidden",d.style.pointerEvents="none",a.onload=()=>{d.style.visibility="",d.style.pointerEvents=""},u}},addCommands(){return{setImage:n=>({commands:e})=>e.insertContent({type:this.name,attrs:n})}},addInputRules(){return[_u({find:cS,type:this.type,getAttributes:n=>{const[,,e,t,r]=n;return{src:t,alt:e,title:r}}})]}}),dS=uS,hS=nS;function fS(n){var i,s;const e=n.trim();if(!e)return 0;const t=((i=e.match(/[\u4e00-\u9fff]/g))==null?void 0:i.length)??0,r=((s=e.match(/[a-zA-Z0-9]+/g))==null?void 0:s.length)??0;return t+r}function pS({selected:n}){return w.jsxs(_0,{as:"members-only",className:`post-members-only post-members-only--visible editor-members-only${n?" editor-members-only--selected":""}`,children:[w.jsxs("div",{className:"post-members-only__badge",contentEditable:!1,children:[w.jsx("span",{className:"post-members-only__badge-icon","aria-hidden":"true",children:w.jsx(Ma,{size:12})}),w.jsx("span",{children:"登录可见"})]}),w.jsx(j0,{className:"post-members-only__body"})]})}const mS=ge.create({name:"membersOnly",group:"block",content:"block+",defining:!0,isolating:!0,parseHTML(){return[{tag:"members-only"}]},renderHTML({HTMLAttributes:n}){return["members-only",V(n),0]},addNodeView(){return G0(pS)},addCommands(){return{insertMembersOnly:()=>({chain:n})=>n().insertContent({type:this.name,content:[{type:"paragraph",content:[{type:"text",text:"在此输入仅登录用户可见的内容…"}]}]}).run(),wrapMembersOnly:()=>({tr:n,state:e,dispatch:t})=>{const{from:r,to:i,empty:s}=e.selection;if(s)return!1;const o=e.doc.slice(r,i);if(!o.content.size)return!1;const l=e.schema.nodes.membersOnly.create(null,o.content);return t&&n.replaceRangeWith(r,i,l),!0}}}});function Sr(n){return eh.sanitize(n,Qd)}function gS(n){return n.state.doc.textContent.trim().length===0}function yS(n){for(let e=2;e<=6;e+=1)if(n.isActive("heading",{level:e})){e===6?n.chain().focus().setParagraph().run():n.chain().focus().toggleHeading({level:e+1}).run();return}n.chain().focus().toggleHeading({level:2}).run()}const bS=D.forwardRef(function({value:e,onChange:t,placeholder:r="在此撰写正文…"},i){const s=D.useRef(!1),o=D.useRef(e),[,l]=D.useState(0),a=V0({extensions:[aS.configure({heading:{levels:[1,2,3,4,5,6]}}),Ek,Zb.configure({openOnClick:!1,autolink:!0,defaultProtocol:"https"}),dS.configure({inline:!1,allowBase64:!1}),hS.configure({placeholder:r}),mS],content:Sr(e)||"",onUpdate:({editor:m})=>{const g=Sr(m.getHTML());s.current=!0,o.current=g,t(g)},onSelectionUpdate:()=>l(m=>m+1),onTransaction:()=>l(m=>m+1),editorProps:{attributes:{class:"article-prosemirror post-detail-content",spellcheck:"false"}}});D.useEffect(()=>{if(!a)return;if(s.current){s.current=!1;return}const m=Sr(e);m!==o.current&&(o.current=m,a.commands.setContent(m||"",{emitUpdate:!1}))},[e,a]),D.useImperativeHandle(i,()=>({getHTML:()=>a?Sr(a.getHTML()):e,isEmpty:()=>a?gS(a):!e.trim(),focus:()=>a==null?void 0:a.commands.focus()}),[a,e]);const c=D.useCallback(()=>{if(!a)return;const m=a.getAttributes("link").href,g=window.prompt("链接地址",m??"https://");if(g!==null){if(!g.trim()){a.chain().focus().extendMarkRange("link").unsetLink().run();return}a.chain().focus().extendMarkRange("link").setLink({href:g.trim()}).run()}},[a]),u=D.useCallback(()=>{if(!a)return;const m=document.createElement("input");m.type="file",m.accept="image/jpeg,image/png,image/gif,image/webp",m.onchange=async()=>{var y;const g=(y=m.files)==null?void 0:y[0];if(g)try{const{url:b}=await zt.uploadPostImage(g);a.chain().focus().setImage({src:b}).run()}catch(b){Oe.error(b instanceof Error?b.message:"图片上传失败")}},m.click()},[a]),d=D.useCallback(()=>{if(!a)return;const{from:m,to:g,empty:y}=a.state.selection;if(!y&&m!==g){a.chain().focus().wrapMembersOnly().run();return}a.chain().focus().insertMembersOnly().run()},[a]),h=D.useCallback(()=>a?[{icon:w.jsx("strong",{children:"H"}),title:"标题(H2,再次点击升级)",active:a.isActive("heading"),action:()=>yS(a)},{icon:w.jsx(th,{size:15}),title:"加粗",active:a.isActive("bold"),action:()=>a.chain().focus().toggleBold().run()},{icon:w.jsx(nh,{size:15}),title:"斜体",active:a.isActive("italic"),action:()=>a.chain().focus().toggleItalic().run()},{icon:w.jsx(rh,{size:15}),title:"删除线",active:a.isActive("strike"),action:()=>a.chain().focus().toggleStrike().run()},{icon:w.jsx(ih,{size:15}),title:"分割线",action:()=>a.chain().focus().setHorizontalRule().run()},{icon:w.jsx(sh,{size:15}),title:"引用",active:a.isActive("blockquote"),action:()=>a.chain().focus().toggleBlockquote().run()},{icon:w.jsx(oh,{size:15}),title:"无序列表",active:a.isActive("bulletList"),action:()=>a.chain().focus().toggleBulletList().run()},{icon:w.jsx(lh,{size:15}),title:"有序列表",active:a.isActive("orderedList"),action:()=>a.chain().focus().toggleOrderedList().run()},{icon:w.jsx(ah,{size:15}),title:"代码块",active:a.isActive("codeBlock"),action:()=>a.chain().focus().toggleCodeBlock().run()},{icon:w.jsx(ch,{size:15}),title:"链接",active:a.isActive("link"),action:c},{icon:w.jsx(uh,{size:15}),title:"上传图片",action:u},{icon:w.jsx(Ma,{size:15}),title:"登录可见(选中文字后点击可包裹)",active:a.isActive("membersOnly"),className:"article-tool-btn--members",action:d}]:[],[a,c,u,d])(),p=a?fS(a.getText()):0;return w.jsxs("div",{className:"article-editor",children:[w.jsx("div",{className:"article-editor-bar",children:w.jsx("div",{className:"article-editor-tools",children:h.map((m,g)=>w.jsx("button",{type:"button",className:`article-tool-btn${m.active?" active":""}${m.className?` ${m.className}`:""}`,title:m.title,onMouseDown:y=>y.preventDefault(),onClick:m.action,children:m.icon},g))})}),w.jsx("div",{className:"article-editor-body",children:w.jsx(Ku,{editor:a,className:"article-editor-content"})}),w.jsxs("div",{className:"article-editor-status",children:[w.jsxs("span",{children:[p," 字"]}),w.jsx("span",{children:"富文本"})]})]})});function RS(){const n=Jd(),{id:e}=Kd(),t=e?Number(e):null,r=t!==null&&!Number.isNaN(t),[i]=Gd(),s=i.get("board")||"",{user:o,loading:l}=Yd(),{limits:a}=Xd(),[c,u]=D.useState([]),[d,f]=D.useState(s),[h,p]=D.useState(""),[m,g]=D.useState(""),[y,b]=D.useState(""),[v,x]=D.useState(!1),[M,O]=D.useState(r);if(D.useEffect(()=>{if(!l){if(!o){n("/login");return}if(r){O(!0),Promise.all([zt.boards(),zt.post(t,{skipView:!0})]).then(([A,z])=>{const Se=A.boards??[];u(Se);const ie=z.post;if(!(o.role==="admin"||ie.user_id===o.id)){Oe.error("无权编辑此帖子"),n(`/post/${t}`);return}if(!z.can_edit){Oe.error(z.edit_block_reason||"当前无法编辑此帖子"),n(`/post/${t}`);return}f(String(ie.board_id)),p(ie.title),g(ie.tags??""),b(ie.content??"")}).catch(A=>{Oe.error(A instanceof Error?A.message:"加载帖子失败"),n("/")}).finally(()=>O(!1));return}zt.boards().then(A=>{const z=A.boards??[];u(z),!s&&z.length>0&&f(String(z[0].id))}).catch(()=>{})}},[o,l,n,s,r,t]),l)return w.jsx("div",{className:"compose-page compose-page--empty",children:w.jsx(Ho,{size:"lg"})});if(!o)return null;if(M)return w.jsx("div",{className:"compose-page compose-page--empty",children:w.jsx(Ho,{size:"lg"})});if(!r&&c.length===0)return w.jsx("div",{className:"compose-page compose-page--empty",children:w.jsxs("div",{className:"compose-empty-card",children:[w.jsx("div",{className:"compose-empty-icon",children:"✎"}),w.jsx("h2",{children:"暂无可发帖板块"}),w.jsx("p",{children:"需要管理员先创建板块后才能发布内容"}),o.role==="admin"?w.jsx("button",{type:"button",className:"compose-primary-btn",onClick:()=>n("/admin/boards"),children:"去创建板块"}):w.jsx("button",{type:"button",className:"compose-ghost-btn",onClick:()=>n("/"),children:"返回首页"})]})});const E=async()=>{const A=h.trim();if(!r&&!d){Oe.warning("请选择板块");return}if(!A){Oe.warning("请输入标题");return}if(Zd(y)){Oe.warning("请输入正文内容");return}x(!0);try{const z={title:A,content:y.trim(),tags:m.trim()};if(r)await zt.updatePost(t,z),Oe.success("帖子已更新"),n(`/post/${t}`);else{const Se=await zt.createPost({board_id:d,...z});Oe.success("发帖成功"),n(`/post/${Se.post_id}`)}}catch(z){Oe.error(z instanceof Error?z.message:r?"保存失败":"发帖失败")}finally{x(!1)}},I=c.find(A=>String(A.id)===d);return w.jsx("div",{className:"compose-page",children:w.jsxs("div",{className:"compose-canvas",children:[w.jsxs("header",{className:"compose-header",children:[w.jsxs("button",{type:"button",className:"compose-back",onClick:()=>n(r?`/post/${t}`:-1),children:[w.jsx(dh,{size:16}),w.jsx("span",{children:"返回"})]}),w.jsx("div",{className:"compose-header-actions",children:w.jsxs("button",{type:"button",className:"compose-publish-btn",disabled:v,onClick:E,children:[w.jsx(hh,{size:16}),v?r?"保存中…":"发布中…":r?"保存修改":"发布帖子"]})})]}),w.jsxs("div",{className:"compose-meta",children:[r?I&&w.jsx("div",{className:"compose-board-pills",children:w.jsx("span",{className:"compose-board-pill active",children:I.name})}):w.jsx("div",{className:"compose-board-pills",children:c.map(A=>w.jsx("button",{type:"button",className:`compose-board-pill${String(A.id)===d?" active":""}`,onClick:()=>f(String(A.id)),children:A.name},A.id))}),w.jsxs("div",{className:"compose-tags-field",children:[w.jsx(fh,{className:"compose-tags-icon",size:16}),w.jsx("input",{type:"text",placeholder:"添加标签,逗号分隔",value:m,onChange:A=>g(A.target.value),maxLength:a.post_tags_max>0?a.post_tags_max:void 0})]})]}),w.jsxs("div",{className:"compose-writing",children:[w.jsx("input",{className:"compose-title",type:"text",placeholder:"输入文章标题…",value:h,onChange:A=>p(A.target.value),maxLength:a.post_title_max>0?a.post_title_max:void 0}),I&&w.jsxs("div",{className:"compose-subtitle",children:[r?"编辑于":"发布至"," ",w.jsx("strong",{children:I.name})]}),w.jsx(bS,{value:y,onChange:b,placeholder:"开始写作。所见即所得,选中文字后使用工具栏设置格式。"})]})]})})}export{RS as default}; diff --git a/embed_static/static/spa/assets/FavoritesPage-rCUA1Lp6.js b/embed_static/static/spa/assets/FavoritesPage-DTZ3aZlm.js similarity index 92% rename from embed_static/static/spa/assets/FavoritesPage-rCUA1Lp6.js rename to embed_static/static/spa/assets/FavoritesPage-DTZ3aZlm.js index 0eca995..91a248a 100644 --- a/embed_static/static/spa/assets/FavoritesPage-rCUA1Lp6.js +++ b/embed_static/static/spa/assets/FavoritesPage-DTZ3aZlm.js @@ -1 +1 @@ -import{e as j,r as n,j as s}from"./react-vendor-CFzzFOsg.js";import{u as f,a as g,n as N,S as v,B as m}from"./index-L-Mx2Hle.js";import{f as y}from"./content-BrFHUpp8.js";import{A as k}from"./ui-vendor-DGgNN2YO.js";function S(){const a=j(),{user:t,loading:i}=f(),[r,h]=n.useState([]),[u,x]=n.useState(!0);return n.useEffect(()=>{if(!i){if(!t){a("/login");return}g.favorites().then(e=>h(Array.isArray(e.favorites)?e.favorites:[])).catch(e=>N.error(e.message)).finally(()=>x(!1))}},[t,i,a]),i||u?s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(v,{size:"lg"})}):t?s.jsx("div",{className:"page-wrap",children:s.jsxs("div",{className:"page-inner-wide",children:[s.jsxs(m,{variant:"ghost",className:"mb-3",onClick:()=>a("/"),children:[s.jsx(k,{}),"返回"]}),s.jsx("h1",{className:"page-title",children:"我的收藏"}),s.jsxs("p",{className:"page-desc",children:["共 ",r.length," 篇收藏帖子"]}),r.length===0?s.jsxs("div",{className:"empty-state",children:[s.jsx("p",{children:"还没有收藏任何帖子"}),s.jsx(m,{onClick:()=>a("/"),children:"去逛逛"})]}):s.jsx("div",{className:"content-surface",children:r.map(e=>{var o,l,c,d,p;return s.jsx("div",{className:"post-row",onClick:()=>a(`/post/${e.post_id}`),children:s.jsxs("div",{className:"post-body",children:[s.jsx("div",{className:"post-title",children:((o=e.post)==null?void 0:o.title)||"帖子已删除"}),s.jsxs("div",{className:"post-meta",children:[((c=(l=e.post)==null?void 0:l.board)==null?void 0:c.name)&&s.jsx("span",{children:e.post.board.name}),((p=(d=e.post)==null?void 0:d.user)==null?void 0:p.nickname)&&s.jsx("span",{children:e.post.user.nickname}),s.jsxs("span",{children:["收藏于 ",y(e.created_at)]})]})]})},e.id)})})]})}):null}export{S as default}; +import{e as j,r as n,j as s}from"./react-vendor-CFzzFOsg.js";import{u as f,a as g,n as N,S as v,B as m}from"./index-5C0q-ZMs.js";import{f as y}from"./content-BrFHUpp8.js";import{A as k}from"./ui-vendor-BtpOfToU.js";function S(){const a=j(),{user:t,loading:i}=f(),[r,h]=n.useState([]),[u,x]=n.useState(!0);return n.useEffect(()=>{if(!i){if(!t){a("/login");return}g.favorites().then(e=>h(Array.isArray(e.favorites)?e.favorites:[])).catch(e=>N.error(e.message)).finally(()=>x(!1))}},[t,i,a]),i||u?s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(v,{size:"lg"})}):t?s.jsx("div",{className:"page-wrap",children:s.jsxs("div",{className:"page-inner-wide",children:[s.jsxs(m,{variant:"ghost",className:"mb-3",onClick:()=>a("/"),children:[s.jsx(k,{}),"返回"]}),s.jsx("h1",{className:"page-title",children:"我的收藏"}),s.jsxs("p",{className:"page-desc",children:["共 ",r.length," 篇收藏帖子"]}),r.length===0?s.jsxs("div",{className:"empty-state",children:[s.jsx("p",{children:"还没有收藏任何帖子"}),s.jsx(m,{onClick:()=>a("/"),children:"去逛逛"})]}):s.jsx("div",{className:"content-surface",children:r.map(e=>{var o,l,c,d,p;return s.jsx("div",{className:"post-row",onClick:()=>a(`/post/${e.post_id}`),children:s.jsxs("div",{className:"post-body",children:[s.jsx("div",{className:"post-title",children:((o=e.post)==null?void 0:o.title)||"帖子已删除"}),s.jsxs("div",{className:"post-meta",children:[((c=(l=e.post)==null?void 0:l.board)==null?void 0:c.name)&&s.jsx("span",{children:e.post.board.name}),((p=(d=e.post)==null?void 0:d.user)==null?void 0:p.nickname)&&s.jsx("span",{children:e.post.user.nickname}),s.jsxs("span",{children:["收藏于 ",y(e.created_at)]})]})]})},e.id)})})]})}):null}export{S as default}; diff --git a/embed_static/static/spa/assets/HomePage-DGnsX5Gb.js b/embed_static/static/spa/assets/HomePage-12KM5s42.js similarity index 95% rename from embed_static/static/spa/assets/HomePage-DGnsX5Gb.js rename to embed_static/static/spa/assets/HomePage-12KM5s42.js index f4508d4..d13b57f 100644 --- a/embed_static/static/spa/assets/HomePage-DGnsX5Gb.js +++ b/embed_static/static/spa/assets/HomePage-12KM5s42.js @@ -1 +1 @@ -import{j as e,r as c,e as A,i as I,v as M}from"./react-vendor-CFzzFOsg.js";import{S as V,p as O,a as w,n as U,F as Y,b as q}from"./index-L-Mx2Hle.js";import{u as D}from"./virtual-vendor-DQlhmwRh.js";import{B as G}from"./badge-e5OBoJ6g.js";import{P as J}from"./PinnedIcon-CWAQCHB6.js";import{f as z}from"./content-BrFHUpp8.js";import{g as F,s as K,c as H}from"./feedCache-D2GnU_BI.js";import"./ui-vendor-DGgNN2YO.js";function Q({post:t,sort:i="latest",onClick:l}){var n,s,d,u;const a=((s=(n=t.user)==null?void 0:n.nickname)==null?void 0:s[0])||"?",o=i==="reply"?t.last_reply_at?`${z(t.last_reply_at)} 回复`:"暂无回复":z(t.created_at);return e.jsxs("div",{className:"post-row",onClick:l,children:[e.jsx("div",{className:"post-avatar",children:(d=t.user)!=null&&d.avatar?e.jsx("img",{src:t.user.avatar,alt:""}):a}),e.jsxs("div",{className:"post-body",children:[e.jsxs("div",{className:"post-title",children:[t.pinned&&e.jsx(J,{className:"mr-1.5"}),t.title]}),e.jsxs("div",{className:"post-meta",children:[t.board&&e.jsx(G,{variant:"green",children:t.board.name}),e.jsx("span",{children:((u=t.user)==null?void 0:u.nickname)||"匿名"}),e.jsx("span",{children:o})]})]}),e.jsxs("div",{className:"post-stats",children:[e.jsxs("span",{children:["💬 ",t.comment_count??0]}),e.jsxs("span",{children:["👍 ",t.like_count??0]})]})]})}function W({posts:t,sort:i="latest",loading:l,hasMore:a,onLoadMore:o,onSelect:n,restoreScrollTop:s,onScrollTopChange:d,onScrollRestored:u}){const p=c.useRef(null),x=c.useRef(!1),j=D({count:t.length,getScrollElement:()=>p.current,estimateSize:()=>72,overscan:8});return c.useLayoutEffect(()=>{s==null||x.current||t.length===0||(j.scrollToOffset(s),x.current=!0,u==null||u())},[s,t.length,j,u]),c.useEffect(()=>{x.current=!1},[s]),c.useEffect(()=>{const f=p.current;if(!f)return;const m=()=>{d==null||d(f.scrollTop),f.scrollTop+f.clientHeight>=f.scrollHeight-120&&a&&!l&&o()};return f.addEventListener("scroll",m),()=>f.removeEventListener("scroll",m)},[a,l,o,d]),e.jsxs("div",{className:"post-list-scroll",ref:p,children:[e.jsx("div",{className:"content-surface",style:{height:j.getTotalSize(),position:"relative"},children:j.getVirtualItems().map(f=>{const m=t[f.index];return e.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${f.start}px)`},children:e.jsx(Q,{post:m,sort:i,onClick:()=>n(m.id)})},m.id)})}),l&&e.jsx("div",{className:"flex justify-center py-4",children:e.jsx(V,{})}),!l&&!a&&t.length>0&&e.jsx("div",{style:{textAlign:"center",padding:6,fontSize:12,color:"var(--color-text-3)"},children:"— 已加载全部 —"})]})}function X({boardId:t,keyword:i,boards:l,stats:a,postTotal:o}){const n=A(),s=l.find(p=>p.id===t),d=i?`搜索:${i}`:t&&s?s.name:"全部帖子",u=t&&s&&s.description||"";return e.jsxs("div",{className:`feed-head${i?" feed-head--solo":""}`,children:[e.jsxs("div",{className:"feed-head__title",children:[e.jsx("h2",{title:u||void 0,children:d}),!i&&a&&e.jsxs("span",{className:"feed-head__meta",children:["会员 ",e.jsx("strong",{children:a.users}),e.jsx("span",{className:"feed-head__dot","aria-hidden":!0,children:"·"}),"帖子 ",e.jsx("strong",{children:a.posts}),e.jsx("span",{className:"feed-head__dot","aria-hidden":!0,children:"·"}),"板块 ",e.jsx("strong",{children:a.boards})]})]}),i&&e.jsx("button",{type:"button",className:"feed-head__clear",onClick:()=>n("/"),children:"清除搜索"}),i&&e.jsxs("span",{className:"feed-toolbar__count",children:["共 ",o," 条"]})]})}function oe(){const t=A(),[i]=I(),l=M(),a=Number(i.get("board"))||(l==null?void 0:l.boardId)||0,o=i.get("keyword")||"",n=O(i.get("sort")),s=F(a,o,n),[d,u]=c.useState(()=>(s==null?void 0:s.posts)??[]),[p,x]=c.useState(()=>(s==null?void 0:s.postTotal)??0),[j,f]=c.useState(()=>(s==null?void 0:s.page)??1),[m,S]=c.useState(()=>(s==null?void 0:s.hasMore)??!0),[L,T]=c.useState(()=>!s),[k,g]=c.useState(()=>(s==null?void 0:s.scrollTop)??null),v=c.useRef((s==null?void 0:s.scrollTop)??0),b=c.useCallback(async(r,_=!1)=>{T(!0);try{const h=await w.posts({page:r,size:30,board_id:a||"",keyword:o,sort:n==="latest"?"":n}),N=Array.isArray(h.posts)?h.posts:[];u(y=>_?N:[...y,...N]),x(h.total??0),S(!!h.has_more),f(r)}catch(h){U.error(h instanceof Error?h.message:"加载失败"),_&&u([])}finally{T(!1)}},[a,o,n]),P=c.useCallback(async r=>{try{const _=[];let h=0,N=!0;for(let y=1;y<=r;y++){const E=await w.posts({page:y,size:30,board_id:a||"",keyword:o,sort:n==="latest"?"":n}),R=Array.isArray(E.posts)?E.posts:[];if(_.push(...R),h=E.total??0,N=!!E.has_more,!E.has_more)break}u(_),x(h),S(N),f(r)}catch{}},[a,o,n]);c.useEffect(()=>{const r=F(a,o,n);if(r){u(r.posts),x(r.postTotal),f(r.page),S(r.hasMore),g(r.scrollTop),v.current=r.scrollTop,T(!1),P(r.page);return}g(null),v.current=0,b(1,!0)},[a,o,n,b,P]),c.useEffect(()=>()=>{d.length!==0&&K(a,o,n,{posts:d,postTotal:p,page:j,hasMore:m,scrollTop:v.current})},[a,o,n,d,p,j,m]),c.useEffect(()=>{const r=()=>{H(),g(null),v.current=0,b(1,!0)};return window.addEventListener("posts-refresh",r),()=>window.removeEventListener("posts-refresh",r)},[a,o,n,b]);const $=r=>{r!==n&&(H(),g(null),v.current=0,t(q(a,r)))},B=!o;return e.jsxs("div",{className:"page-wrap",children:[e.jsxs("div",{className:"feed-top",children:[e.jsx(X,{boardId:a,keyword:o,boards:(l==null?void 0:l.boards)??[],stats:(l==null?void 0:l.stats)??null,postTotal:p}),B&&e.jsx(Y,{value:n,onChange:$,postTotal:p})]}),e.jsx(W,{posts:d,sort:n,loading:L,hasMore:m,onLoadMore:()=>!L&&m&&b(j+1),onSelect:r=>t(`/post/${r}`),restoreScrollTop:k,onScrollTopChange:r=>{v.current=r},onScrollRestored:()=>g(null)})]})}export{oe as default}; +import{j as e,r as c,e as A,i as I,v as M}from"./react-vendor-CFzzFOsg.js";import{S as V,p as O,a as w,n as U,F as Y,b as q}from"./index-5C0q-ZMs.js";import{u as D}from"./virtual-vendor-DQlhmwRh.js";import{B as G}from"./badge-DB-zL5ml.js";import{P as J}from"./PinnedIcon-CTFlF79l.js";import{f as z}from"./content-BrFHUpp8.js";import{g as F,s as K,c as H}from"./feedCache-D2GnU_BI.js";import"./ui-vendor-BtpOfToU.js";function Q({post:t,sort:i="latest",onClick:l}){var n,s,d,u;const a=((s=(n=t.user)==null?void 0:n.nickname)==null?void 0:s[0])||"?",o=i==="reply"?t.last_reply_at?`${z(t.last_reply_at)} 回复`:"暂无回复":z(t.created_at);return e.jsxs("div",{className:"post-row",onClick:l,children:[e.jsx("div",{className:"post-avatar",children:(d=t.user)!=null&&d.avatar?e.jsx("img",{src:t.user.avatar,alt:""}):a}),e.jsxs("div",{className:"post-body",children:[e.jsxs("div",{className:"post-title",children:[t.pinned&&e.jsx(J,{className:"mr-1.5"}),t.title]}),e.jsxs("div",{className:"post-meta",children:[t.board&&e.jsx(G,{variant:"green",children:t.board.name}),e.jsx("span",{children:((u=t.user)==null?void 0:u.nickname)||"匿名"}),e.jsx("span",{children:o})]})]}),e.jsxs("div",{className:"post-stats",children:[e.jsxs("span",{children:["💬 ",t.comment_count??0]}),e.jsxs("span",{children:["👍 ",t.like_count??0]})]})]})}function W({posts:t,sort:i="latest",loading:l,hasMore:a,onLoadMore:o,onSelect:n,restoreScrollTop:s,onScrollTopChange:d,onScrollRestored:u}){const p=c.useRef(null),x=c.useRef(!1),j=D({count:t.length,getScrollElement:()=>p.current,estimateSize:()=>72,overscan:8});return c.useLayoutEffect(()=>{s==null||x.current||t.length===0||(j.scrollToOffset(s),x.current=!0,u==null||u())},[s,t.length,j,u]),c.useEffect(()=>{x.current=!1},[s]),c.useEffect(()=>{const f=p.current;if(!f)return;const m=()=>{d==null||d(f.scrollTop),f.scrollTop+f.clientHeight>=f.scrollHeight-120&&a&&!l&&o()};return f.addEventListener("scroll",m),()=>f.removeEventListener("scroll",m)},[a,l,o,d]),e.jsxs("div",{className:"post-list-scroll",ref:p,children:[e.jsx("div",{className:"content-surface",style:{height:j.getTotalSize(),position:"relative"},children:j.getVirtualItems().map(f=>{const m=t[f.index];return e.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${f.start}px)`},children:e.jsx(Q,{post:m,sort:i,onClick:()=>n(m.id)})},m.id)})}),l&&e.jsx("div",{className:"flex justify-center py-4",children:e.jsx(V,{})}),!l&&!a&&t.length>0&&e.jsx("div",{style:{textAlign:"center",padding:6,fontSize:12,color:"var(--color-text-3)"},children:"— 已加载全部 —"})]})}function X({boardId:t,keyword:i,boards:l,stats:a,postTotal:o}){const n=A(),s=l.find(p=>p.id===t),d=i?`搜索:${i}`:t&&s?s.name:"全部帖子",u=t&&s&&s.description||"";return e.jsxs("div",{className:`feed-head${i?" feed-head--solo":""}`,children:[e.jsxs("div",{className:"feed-head__title",children:[e.jsx("h2",{title:u||void 0,children:d}),!i&&a&&e.jsxs("span",{className:"feed-head__meta",children:["会员 ",e.jsx("strong",{children:a.users}),e.jsx("span",{className:"feed-head__dot","aria-hidden":!0,children:"·"}),"帖子 ",e.jsx("strong",{children:a.posts}),e.jsx("span",{className:"feed-head__dot","aria-hidden":!0,children:"·"}),"板块 ",e.jsx("strong",{children:a.boards})]})]}),i&&e.jsx("button",{type:"button",className:"feed-head__clear",onClick:()=>n("/"),children:"清除搜索"}),i&&e.jsxs("span",{className:"feed-toolbar__count",children:["共 ",o," 条"]})]})}function oe(){const t=A(),[i]=I(),l=M(),a=Number(i.get("board"))||(l==null?void 0:l.boardId)||0,o=i.get("keyword")||"",n=O(i.get("sort")),s=F(a,o,n),[d,u]=c.useState(()=>(s==null?void 0:s.posts)??[]),[p,x]=c.useState(()=>(s==null?void 0:s.postTotal)??0),[j,f]=c.useState(()=>(s==null?void 0:s.page)??1),[m,S]=c.useState(()=>(s==null?void 0:s.hasMore)??!0),[L,T]=c.useState(()=>!s),[k,g]=c.useState(()=>(s==null?void 0:s.scrollTop)??null),v=c.useRef((s==null?void 0:s.scrollTop)??0),b=c.useCallback(async(r,_=!1)=>{T(!0);try{const h=await w.posts({page:r,size:30,board_id:a||"",keyword:o,sort:n==="latest"?"":n}),N=Array.isArray(h.posts)?h.posts:[];u(y=>_?N:[...y,...N]),x(h.total??0),S(!!h.has_more),f(r)}catch(h){U.error(h instanceof Error?h.message:"加载失败"),_&&u([])}finally{T(!1)}},[a,o,n]),P=c.useCallback(async r=>{try{const _=[];let h=0,N=!0;for(let y=1;y<=r;y++){const E=await w.posts({page:y,size:30,board_id:a||"",keyword:o,sort:n==="latest"?"":n}),R=Array.isArray(E.posts)?E.posts:[];if(_.push(...R),h=E.total??0,N=!!E.has_more,!E.has_more)break}u(_),x(h),S(N),f(r)}catch{}},[a,o,n]);c.useEffect(()=>{const r=F(a,o,n);if(r){u(r.posts),x(r.postTotal),f(r.page),S(r.hasMore),g(r.scrollTop),v.current=r.scrollTop,T(!1),P(r.page);return}g(null),v.current=0,b(1,!0)},[a,o,n,b,P]),c.useEffect(()=>()=>{d.length!==0&&K(a,o,n,{posts:d,postTotal:p,page:j,hasMore:m,scrollTop:v.current})},[a,o,n,d,p,j,m]),c.useEffect(()=>{const r=()=>{H(),g(null),v.current=0,b(1,!0)};return window.addEventListener("posts-refresh",r),()=>window.removeEventListener("posts-refresh",r)},[a,o,n,b]);const $=r=>{r!==n&&(H(),g(null),v.current=0,t(q(a,r)))},B=!o;return e.jsxs("div",{className:"page-wrap",children:[e.jsxs("div",{className:"feed-top",children:[e.jsx(X,{boardId:a,keyword:o,boards:(l==null?void 0:l.boards)??[],stats:(l==null?void 0:l.stats)??null,postTotal:p}),B&&e.jsx(Y,{value:n,onChange:$,postTotal:p})]}),e.jsx(W,{posts:d,sort:n,loading:L,hasMore:m,onLoadMore:()=>!L&&m&&b(j+1),onSelect:r=>t(`/post/${r}`),restoreScrollTop:k,onScrollTopChange:r=>{v.current=r},onScrollRestored:()=>g(null)})]})}export{oe as default}; diff --git a/embed_static/static/spa/assets/LoginPage-DD0h8vBo.js b/embed_static/static/spa/assets/LoginPage-W-sW3B0Q.js similarity index 89% rename from embed_static/static/spa/assets/LoginPage-DD0h8vBo.js rename to embed_static/static/spa/assets/LoginPage-W-sW3B0Q.js index cdb67cf..9385430 100644 --- a/embed_static/static/spa/assets/LoginPage-DD0h8vBo.js +++ b/embed_static/static/spa/assets/LoginPage-W-sW3B0Q.js @@ -1 +1 @@ -import{e as f,r as g,j as s,L as b}from"./react-vendor-CFzzFOsg.js";import{u as w,a as F,F as y,b as t,c as n,d as l,e as c,f as i,o as N,s as m}from"./form-xbbJUieP.js";import{u as v,B as L,a as S,n as d}from"./index-L-Mx2Hle.js";import{I as u}from"./input-CIPYpxcv.js";import"./ui-vendor-DGgNN2YO.js";const C=N({username:m().min(1,"请输入用户名"),password:m().min(1,"请输入密码")});function z(){const x=f(),{refresh:p}=v(),[h,a]=g.useState(!1),r=w({resolver:F(C),defaultValues:{username:"",password:""}}),j=async e=>{a(!0);try{await S.login(e.username,e.password),await p(),d.success("登录成功"),x("/",{replace:!0})}catch(o){d.error(o instanceof Error?o.message:"登录失败")}finally{a(!1)}};return s.jsx("div",{className:"auth-page",children:s.jsxs("div",{className:"auth-box",children:[s.jsx("div",{className:"logo-mark",children:"姜"}),s.jsx("h1",{children:"登录姜十三论坛"}),s.jsx("p",{className:"subtitle",children:"拾三一隅,自在交流"}),s.jsx(y,{...r,children:s.jsxs("form",{onSubmit:r.handleSubmit(j),className:"space-y-4",children:[s.jsx(t,{control:r.control,name:"username",render:({field:e})=>s.jsxs(n,{children:[s.jsx(l,{children:"用户名"}),s.jsx(c,{children:s.jsx(u,{placeholder:"用户名",autoComplete:"username",...e})}),s.jsx(i,{})]})}),s.jsx(t,{control:r.control,name:"password",render:({field:e})=>s.jsxs(n,{children:[s.jsx(l,{children:"密码"}),s.jsx(c,{children:s.jsx(u,{type:"password",placeholder:"密码",autoComplete:"current-password",...e})}),s.jsx(i,{})]})}),s.jsx(L,{type:"submit",className:"w-full",loading:h,children:"登录"})]})}),s.jsxs("p",{style:{textAlign:"center",marginTop:16,fontSize:13,color:"var(--color-text-3)"},children:["没有账号?",s.jsx(b,{to:"/register",children:"注册"})]})]})})}export{z as default}; +import{e as f,r as g,j as s,L as b}from"./react-vendor-CFzzFOsg.js";import{u as w,a as F,F as y,b as t,c as n,d as l,e as c,f as i,o as N,s as m}from"./form-OSLy-cSS.js";import{u as v,B as L,a as S,n as d}from"./index-5C0q-ZMs.js";import{I as u}from"./input-CE0PJTgJ.js";import"./ui-vendor-BtpOfToU.js";const C=N({username:m().min(1,"请输入用户名"),password:m().min(1,"请输入密码")});function z(){const x=f(),{refresh:p}=v(),[h,a]=g.useState(!1),r=w({resolver:F(C),defaultValues:{username:"",password:""}}),j=async e=>{a(!0);try{await S.login(e.username,e.password),await p(),d.success("登录成功"),x("/",{replace:!0})}catch(o){d.error(o instanceof Error?o.message:"登录失败")}finally{a(!1)}};return s.jsx("div",{className:"auth-page",children:s.jsxs("div",{className:"auth-box",children:[s.jsx("div",{className:"logo-mark",children:"姜"}),s.jsx("h1",{children:"登录姜十三论坛"}),s.jsx("p",{className:"subtitle",children:"拾三一隅,自在交流"}),s.jsx(y,{...r,children:s.jsxs("form",{onSubmit:r.handleSubmit(j),className:"space-y-4",children:[s.jsx(t,{control:r.control,name:"username",render:({field:e})=>s.jsxs(n,{children:[s.jsx(l,{children:"用户名"}),s.jsx(c,{children:s.jsx(u,{placeholder:"用户名",autoComplete:"username",...e})}),s.jsx(i,{})]})}),s.jsx(t,{control:r.control,name:"password",render:({field:e})=>s.jsxs(n,{children:[s.jsx(l,{children:"密码"}),s.jsx(c,{children:s.jsx(u,{type:"password",placeholder:"密码",autoComplete:"current-password",...e})}),s.jsx(i,{})]})}),s.jsx(L,{type:"submit",className:"w-full",loading:h,children:"登录"})]})}),s.jsxs("p",{style:{textAlign:"center",marginTop:16,fontSize:13,color:"var(--color-text-3)"},children:["没有账号?",s.jsx(b,{to:"/register",children:"注册"})]})]})})}export{z as default}; diff --git a/embed_static/static/spa/assets/PinnedIcon-CWAQCHB6.js b/embed_static/static/spa/assets/PinnedIcon-CTFlF79l.js similarity index 78% rename from embed_static/static/spa/assets/PinnedIcon-CWAQCHB6.js rename to embed_static/static/spa/assets/PinnedIcon-CTFlF79l.js index 3bc2656..27eee99 100644 --- a/embed_static/static/spa/assets/PinnedIcon-CWAQCHB6.js +++ b/embed_static/static/spa/assets/PinnedIcon-CTFlF79l.js @@ -1 +1 @@ -import{j as n}from"./react-vendor-CFzzFOsg.js";import{c as i}from"./index-L-Mx2Hle.js";import{N as s}from"./ui-vendor-DGgNN2YO.js";function m({className:o,size:r=16}){return n.jsx(s,{className:i("post-pinned-icon",o),size:r,fill:"currentColor","aria-label":"置顶",role:"img"})}export{m as P}; +import{j as n}from"./react-vendor-CFzzFOsg.js";import{c as i}from"./index-5C0q-ZMs.js";import{N as s}from"./ui-vendor-BtpOfToU.js";function m({className:o,size:r=16}){return n.jsx(s,{className:i("post-pinned-icon",o),size:r,fill:"currentColor","aria-label":"置顶",role:"img"})}export{m as P}; diff --git a/embed_static/static/spa/assets/PostDetailPage-Dr1Cbngv.js b/embed_static/static/spa/assets/PostDetailPage-Dr1Cbngv.js deleted file mode 100644 index 2ac1df4..0000000 --- a/embed_static/static/spa/assets/PostDetailPage-Dr1Cbngv.js +++ /dev/null @@ -1,14 +0,0 @@ -import{j as t,r as m,e as je,w as qe}from"./react-vendor-CFzzFOsg.js";import{P as He}from"./PinnedIcon-CWAQCHB6.js";import{c as le,a as z,n as E,S as Ne,u as Ue,B as T}from"./index-L-Mx2Hle.js";import{B as re}from"./badge-e5OBoJ6g.js";import{h as Je,a as Y,i as Ve}from"./content-BrFHUpp8.js";import{i as Xe,X as be,s as Ze,v as we,w as Qe,x as Ke,y as Ce,G as et,r as tt,z as st,B as nt,D as it,A as at,E as ce,J as ot,j as lt,K as rt,N as ct}from"./ui-vendor-DGgNN2YO.js";import{r as dt,P as ut}from"./postContent-D-mW2yDF.js";import{p as mt}from"./markdown-vendor-DxR1h-Bq.js";import{c as ft}from"./feedCache-D2GnU_BI.js";function ht({content:n,onMentionClick:e}){return t.jsx("div",{className:"floor-body",dangerouslySetInnerHTML:{__html:Je(n)}})}function q(n){var e;return(e=n.user)!=null&&e.nickname?n.user.nickname:n.guest_nick?n.guest_nick:"游客"}function vt(n){return q(n)[0]||"?"}function xt(n){return!n.user_id||n.user_id===0}function gt(n){const e=new Map,s=[];for(const i of n)e.set(i.id,{comment:i,children:[]});for(const i of n){const o=e.get(i.id);i.reply_to&&e.has(i.reply_to)?e.get(i.reply_to).children.push(o):s.push(o)}return s}function pt(n){const e=new Date(n),s=new Date,i=o=>String(o).padStart(2,"0");return e.getFullYear()===s.getFullYear()?`${i(e.getMonth()+1)}月${i(e.getDate())}日`:`${e.getFullYear()}年${e.getMonth()+1}月${e.getDate()}日`}function ke({node:n,nested:e,highlightFloor:s,replyToId:i,onReply:o,onCancelReply:a,renderReplyBox:l}){var v,b;const r=n.comment,d=q(r),f=xt(r),h=s===r.floor,w=!!r.content_hidden,C=i===r.id;return t.jsxs("div",{id:`floor-${r.floor}`,className:`waline-comment ${e?"nested":""} ${h?"highlight":""}`,children:[t.jsx("div",{className:`waline-comment-avatar ${f&&!((v=r.user)!=null&&v.avatar)?"guest":""}`,children:(b=r.user)!=null&&b.avatar?t.jsx("img",{src:r.user.avatar,alt:""}):vt(r)}),t.jsxs("div",{className:"waline-comment-main",children:[t.jsx("div",{className:"waline-comment-head",children:r.guest_url?t.jsx("a",{href:r.guest_url,target:"_blank",rel:"noopener noreferrer",className:"waline-comment-author",children:d}):t.jsx("span",{className:"waline-comment-author",children:d})}),w?t.jsx("div",{className:"waline-comment-private-mask",children:"该评论为私密评论,仅文章作者与评论发起者可见!"}):t.jsxs("div",{className:"waline-comment-bubble",children:[r.reply_target&&t.jsxs("span",{className:"waline-reply-at",children:["@",q(r.reply_target)]}),t.jsx(ht,{content:r.content})]}),t.jsxs("div",{className:"waline-comment-meta",children:[t.jsxs("span",{className:"waline-comment-date",children:[t.jsx(Xe,{size:14}),pt(r.created_at)]}),C?t.jsxs("button",{type:"button",className:"waline-comment-reply-btn cancel",onClick:a,children:[t.jsx(be,{size:14}),"取消"]}):t.jsxs("button",{type:"button",className:"waline-comment-reply-btn",onClick:()=>o(r),children:[t.jsx(Ze,{size:14}),"回复"]})]}),C&&l&&t.jsx("div",{id:`reply-box-${r.id}`,className:"comment-box-wrap inline",children:l(r)}),n.children.length>0&&t.jsx("div",{className:"waline-replies",children:n.children.map(S=>t.jsx(ke,{node:S,nested:!0,highlightFloor:s,replyToId:i,onReply:o,onCancelReply:a,renderReplyBox:l},S.comment.id))})]})]})}function jt({comments:n,highlightFloor:e,replyToId:s,onReply:i,onCancelReply:o,renderReplyBox:a}){const l=gt(n);return t.jsx("div",{className:"comment-thread-list",children:l.map(r=>t.jsx(ke,{node:r,highlightFloor:e,replyToId:s,onReply:i,onCancelReply:o,renderReplyBox:a},r.comment.id))})}const ye=m.forwardRef(({className:n,...e},s)=>t.jsx(we,{className:le("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-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-[var(--j13-green)] data-[state=unchecked]:bg-input",n),...e,ref:s,children:t.jsx(Qe,{className:le("pointer-events-none block h-4 w-4 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));ye.displayName=we.displayName;const Nt=["😀","😁","😂","🤣","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","🥰","😗","😙","😚","🙂","🤗","🤩","🤔","🤨","😐","😑","😶","🙄","😏","😣","😥","😮","🤐","😯","😪","😫","🥱","😴","😌","😛","😜","😝","🤤","😒","😓","😔","😕","🙃","🤑","😲","🙁","😖","😞","😟","😤","😢","😭","😦","😧","😨","😩","🤯","😬","😰","😱","🥵","🥶","😳","🤪","😵","🥴","😠","😡","🤬","😷","🤒","🤕","🤢","🤮","🤧","😇","🥳","🥺","🤠","🤡","🤥","🤫","🤭","🧐","🤓","😈","👻","💀","☠️","👽","👾","🤖","🎃","😺","😸","😹","😻","😼","😽","🙀","😿","😾","👋","🤚","🖐","✋","🖖","👌","🤏","✌️","🤞","🤟","🤘","🤙","👈","👉","👆","👇","☝️","👍","👎","✊","👊","🤛","🤜","👏","🙌","👐","🤲","🤝","🙏","💪","🦾","🦿","🦵","🦶","❤️","🧡","💛","💚","💙","💜","🖤","🤍","🤎","💔","❣️","💕","💞","💓","💗","💖","💘","💝","💟","☮️","✨","⭐","🌟","💫","🔥","💥","💯","✅","❌","❓","❗","💢","💤","💦","🎉","🎊","🎁","🏆","🥇","🥈"];function bt({onSelect:n}){return t.jsx("div",{className:"emoji-picker",children:Nt.map(e=>t.jsx("button",{type:"button",className:"emoji-picker-item",onClick:()=>n(e),children:e},e))})}const Se="j13_guest_nick",Ee="j13_guest_email",_e="j13_guest_url",Pe="j13_my_comment_ids";function wt(){return{nick:localStorage.getItem(Se)||"",email:localStorage.getItem(Ee)||"",url:localStorage.getItem(_e)||""}}function Ct(n){localStorage.setItem(Se,n.nick),localStorage.setItem(Ee,n.email),localStorage.setItem(_e,n.url)}function Ie(){try{const n=localStorage.getItem(Pe);if(!n)return[];const e=JSON.parse(n);return Array.isArray(e)?e.filter(s=>typeof s=="number"):[]}catch{return[]}}function kt(n){const e=Ie();e.includes(n)||(e.push(n),localStorage.setItem(Pe,JSON.stringify(e.slice(-200))))}function de({user:n,replyTo:e,inline:s,submitting:i,submitCount:o=0,onSubmit:a,onCancelReply:l}){var A;const r=wt(),[d,f]=m.useState(""),[h,w]=m.useState(r.nick),[C,v]=m.useState(r.email),[b,S]=m.useState(r.url),[p,k]=m.useState(!1),[x,u]=m.useState(!1),j=m.useRef(null),y=m.useRef(null);m.useEffect(()=>{var g;s&&e&&((g=j.current)==null||g.focus({preventScroll:!0}))},[e==null?void 0:e.id,s]),m.useEffect(()=>{f(""),u(!1),k(!1)},[o]),m.useEffect(()=>{if(!x)return;const g=_=>{y.current&&!y.current.contains(_.target)&&u(!1)};return document.addEventListener("mousedown",g),()=>document.removeEventListener("mousedown",g)},[x]);const P=g=>{const _=j.current;if(_){const D=_.selectionStart??d.length,F=_.selectionEnd??d.length,O=d.slice(0,D)+g+d.slice(F);f(O),requestAnimationFrame(()=>{_.focus();const B=D+g.length;_.setSelectionRange(B,B)})}else f(D=>D+g)},I=()=>{const g=d.trim();g&&(!n&&!h.trim()||(n||Ct({nick:h.trim(),email:C.trim(),url:b.trim()}),a({content:g,guestNick:n?void 0:h.trim(),guestEmail:n?void 0:C.trim(),guestUrl:n?void 0:b.trim(),isPrivate:p})))},L=g=>{g.key==="Enter"&&(g.ctrlKey||g.metaKey)&&(g.preventDefault(),I())},R=((A=n==null?void 0:n.nickname)==null?void 0:A[0])||(h==null?void 0:h[0])||"?";return t.jsxs("div",{className:"comment-box",ref:y,children:[t.jsx("div",{className:"comment-box-avatar",children:n!=null&&n.avatar?t.jsx("img",{src:n.avatar,alt:"",className:"comment-box-avatar-img"}):t.jsx("div",{className:`comment-box-avatar-placeholder ${n?"":"guest"}`,children:n?R:t.jsx("svg",{viewBox:"0 0 24 24",width:"20",height:"20",fill:"currentColor",children:t.jsx("path",{d:"M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"})})})}),t.jsxs("div",{className:"comment-box-main",children:[e&&!s&&t.jsxs("div",{className:"comment-box-reply-hint",children:[t.jsxs("span",{children:["回复 #",e.floor," ",q(e)]}),l&&t.jsx("button",{type:"button",className:"comment-box-reply-cancel",onClick:l,children:"取消"})]}),t.jsxs("div",{className:`comment-box-input-wrap ${p?"private-mode":""}`,children:[t.jsx("textarea",{ref:j,className:"comment-box-textarea",placeholder:p?"正在隐私评论中...":"说点什么吧",value:d,onChange:g=>f(g.target.value),onKeyDown:L,rows:3}),t.jsx("button",{type:"button",className:"comment-box-send",disabled:i||!d.trim()||!n&&!h.trim(),onClick:I,title:"发送",children:t.jsx(Ke,{size:16})})]}),!n&&t.jsxs("div",{className:"comment-box-guest-fields",children:[t.jsxs("label",{className:"comment-box-guest-field",children:[t.jsxs("span",{className:"comment-box-guest-label",children:["昵称",t.jsx("em",{className:"comment-box-guest-required",children:"必填"})]}),t.jsx("input",{className:"comment-box-guest-input",placeholder:"怎么称呼你",autoComplete:"nickname",value:h,onChange:g=>w(g.target.value)})]}),t.jsxs("label",{className:"comment-box-guest-field",children:[t.jsxs("span",{className:"comment-box-guest-label",children:["邮箱",t.jsx("em",{className:"comment-box-guest-optional",children:"选填"})]}),t.jsx("input",{className:"comment-box-guest-input",placeholder:"name@example.com",type:"email",autoComplete:"email",value:C,onChange:g=>v(g.target.value)})]}),t.jsxs("label",{className:"comment-box-guest-field",children:[t.jsxs("span",{className:"comment-box-guest-label",children:["网址",t.jsx("em",{className:"comment-box-guest-optional",children:"选填"})]}),t.jsx("input",{className:"comment-box-guest-input",placeholder:"https://example.com",type:"url",autoComplete:"url",value:b,onChange:g=>S(g.target.value)})]}),t.jsx("p",{className:"comment-box-guest-hint",children:"邮箱不会公开展示,仅用于站内记录。"})]}),t.jsxs("div",{className:"comment-box-toolbar",children:[t.jsx("button",{type:"button",className:`comment-box-owo ${x?"active":""}`,onClick:()=>u(g=>!g),children:"OwO"}),t.jsxs("label",{className:"comment-box-private",children:[t.jsx(ye,{checked:p,onCheckedChange:k}),t.jsx("span",{children:"隐私评论"})]})]}),x&&t.jsx(bt,{onSelect:P})]})]})}function J({html:n,isLoggedIn:e,className:s="post-detail-content"}){const i=je(),o=m.useMemo(()=>dt(n,e),[n,e]),a=m.useCallback(l=>{const r=l.target;if(r.closest("[data-members-login]")){l.preventDefault(),i("/login");return}r.closest("[data-members-register]")&&(l.preventDefault(),i("/register"))},[i]);return t.jsx("div",{className:s,onClick:a,dangerouslySetInnerHTML:{__html:o}})}class Le{diff(e,s,i={}){let o;typeof i=="function"?(o=i,i={}):"callback"in i&&(o=i.callback);const a=this.castInput(e,i),l=this.castInput(s,i),r=this.removeEmpty(this.tokenize(a,i)),d=this.removeEmpty(this.tokenize(l,i));return this.diffWithOptionsObj(r,d,i,o)}diffWithOptionsObj(e,s,i,o){var a;const l=x=>{if(x=this.postProcess(x,i),o){setTimeout(function(){o(x)},0);return}else return x},r=s.length,d=e.length;let f=1,h=r+d;i.maxEditLength!=null&&(h=Math.min(h,i.maxEditLength));const w=(a=i.timeout)!==null&&a!==void 0?a:1/0,C=Date.now()+w,v=[{oldPos:-1,lastComponent:void 0}];let b=this.extractCommon(v[0],s,e,0,i);if(v[0].oldPos+1>=d&&b+1>=r)return l(this.buildValues(v[0].lastComponent,s,e));let S=-1/0,p=1/0;const k=()=>{for(let x=Math.max(S,-f);x<=Math.min(p,f);x+=2){let u;const j=v[x-1],y=v[x+1];j&&(v[x-1]=void 0);let P=!1;if(y){const L=y.oldPos-x;P=y&&0<=L&&L=d&&b+1>=r)return l(this.buildValues(u.lastComponent,s,e))||!0;v[x]=u,u.oldPos+1>=d&&(p=Math.min(p,x-1)),b+1>=r&&(S=Math.max(S,x+1))}f++};if(o)(function x(){setTimeout(function(){if(f>h||Date.now()>C)return o(void 0);k()||x()},0)})();else for(;f<=h&&Date.now()<=C;){const x=k();if(x)return x}}addToPath(e,s,i,o,a){const l=e.lastComponent;return l&&!a.oneChangePerToken&&l.added===s&&l.removed===i?{oldPos:e.oldPos+o,lastComponent:{count:l.count+1,added:s,removed:i,previousComponent:l.previousComponent}}:{oldPos:e.oldPos+o,lastComponent:{count:1,added:s,removed:i,previousComponent:l}}}extractCommon(e,s,i,o,a){const l=s.length,r=i.length;let d=e.oldPos,f=d-o,h=0;for(;f+1C.length?b:C}),h.value=this.join(w)}else h.value=this.join(s.slice(d,d+h.count));d+=h.count,h.added||(f+=h.count)}}return o}}function ue(n,e){let s;for(s=0;se.length&&(s=n.length-e.length);let i=e.length;n.length0&&e[l]!=e[a];)a=o[a];e[l]==e[a]&&a++}a=0;for(let l=s;l0&&n[l]!=e[a];)a=o[a];n[l]==e[a]&&a++}return a}function Te(n,e){const s=[];for(const i of Array.from(e.segment(n))){const o=i.segment;s.length&&/\s/.test(s[s.length-1])&&/\s/.test(o)?s[s.length-1]+=o:s.push(o)}return s}function Z(n,e){if(e)return $(n,e)[1];let s;for(s=n.length-1;s>=0&&n[s].match(/\s/);s--);return n.substring(s+1)}function W(n,e){if(e)return $(n,e)[0];const s=n.match(/^\s*/);return s?s[0]:""}function $(n,e){if(!e)return[W(n),Z(n)];if(e.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');const s=Te(n,e),i=s[0],o=s[s.length-1],a=/\s/.test(i)?i:"",l=/\s/.test(o)?o:"";return[a,l]}const he="a-zA-Z0-9_\\u{AD}\\u{C0}-\\u{D6}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",St=new RegExp(`[${he}]+|\\s+|[^${he}]`,"ug");class Et extends Le{equals(e,s,i){return i.ignoreCase&&(e=e.toLowerCase(),s=s.toLowerCase()),e.trim()===s.trim()}tokenize(e,s={}){let i;if(s.intlSegmenter){const l=s.intlSegmenter;if(l.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');i=Te(e,l)}else i=e.match(St)||[];const o=[];let a=null;return i.forEach(l=>{/\s/.test(l)?a==null?o.push(l):o.push(o.pop()+l):a!=null&&/\s/.test(a)?o[o.length-1]==a?o.push(o.pop()+l):o.push(a+l):o.push(l),a=l}),o}join(e){return e.map((s,i)=>i==0?s:s.replace(/^\s+/,"")).join("")}postProcess(e,s){if(!e||s.oneChangePerToken)return e;let i=null,o=null,a=null;return e.forEach(l=>{l.added?o=l:l.removed?a=l:((o||a)&&ve(i,a,o,l,s.intlSegmenter),i=l,o=null,a=null)}),(o||a)&&ve(i,a,o,null,s.intlSegmenter),e}}const _t=new Et;function Pt(n,e,s){return _t.diff(n,e,s)}function ve(n,e,s,i,o){if(e&&s){const[a,l]=$(e.value,o),[r,d]=$(s.value,o);if(n){const f=ue(a,r);n.value=X(n.value,r,f),e.value=M(e.value,f),s.value=M(s.value,f)}if(i){const f=me(l,d);i.value=V(i.value,d,f),e.value=G(e.value,f),s.value=G(s.value,f)}}else if(s){if(n){const a=W(s.value,o);s.value=s.value.substring(a.length)}if(i){const a=W(i.value,o);i.value=i.value.substring(a.length)}}else if(n&&i){const a=W(i.value,o),[l,r]=$(e.value,o),d=ue(a,l);e.value=M(e.value,d);const f=me(M(a,d),r);e.value=G(e.value,f),i.value=V(i.value,a,f),n.value=X(n.value,a,a.slice(0,a.length-f.length))}else if(i){const a=W(i.value,o),l=Z(e.value,o),r=fe(l,a);e.value=G(e.value,r)}else if(n){const a=Z(n.value,o),l=W(e.value,o),r=fe(a,l);e.value=M(e.value,r)}}class It extends Le{constructor(){super(...arguments),this.tokenize=zt}equals(e,s,i){return i.ignoreWhitespace?((!i.newlineIsToken||!e.includes(` -`))&&(e=e.trim()),(!i.newlineIsToken||!s.includes(` -`))&&(s=s.trim())):i.ignoreNewlineAtEof&&!i.newlineIsToken&&(e.endsWith(` -`)&&(e=e.slice(0,-1)),s.endsWith(` -`)&&(s=s.slice(0,-1))),super.equals(e,s,i)}}const Lt=new It;function Tt(n,e,s){return Lt.diff(n,e,s)}function zt(n,e){e.stripTrailingCr&&(n=n.replace(/\r\n/g,` -`));const s=[],i=n.split(/(\n|\r\n)/);i[i.length-1]||i.pop();for(let o=0;oi.replaceWith(` -`)),e.querySelectorAll("p, div, li, h1, h2, h3, h4, h5, h6, blockquote, pre, members-only").forEach(i=>{i.prepend(e.createTextNode(` -`)),i.append(e.createTextNode(` -`))}),(e.body.textContent??"").replace(/\r\n/g,` -`).replace(/\n{3,}/g,` - -`).trim()}function Dt(n,e){const s=n.title.trim()!==e.title.trim(),i=xe(n.tags)!==xe(e.tags),o=H(n.content)!==H(e.content);return{titleChanged:s,tagsChanged:i,contentChanged:o,hasChanges:s||i||o}}function xe(n){return n.split(/[,,]/).map(e=>e.trim()).filter(Boolean).join(",")}function Wt(n,e){return Tt(n||"",e||"")}function Mt(n,e){return Pt(n||"",e||"")}function $t(n){let e=0,s=0;for(const i of n){const o=i.value.split(` -`).filter(a=>a.length>0);i.added?e+=o.length:i.removed&&(s+=o.length)}return{added:e,removed:s}}function ge({before:n,after:e}){const s=Mt(n,e);return n===e?t.jsx("span",{className:"revision-diff-unchanged",children:n||"(空)"}):t.jsx("span",{className:"revision-diff-inline",children:s.map((i,o)=>i.added?t.jsx("ins",{children:i.value},o):i.removed?t.jsx("del",{children:i.value},o):t.jsx("span",{children:i.value},o))})}function Rt({before:n,after:e}){const s=Wt(n,e),{added:i,removed:o}=$t(s);return n===e?t.jsx("p",{className:"revision-diff-unchanged",children:"正文无变化"}):t.jsxs("div",{className:"revision-diff-lines",children:[t.jsxs("div",{className:"revision-diff-stats",children:[o>0&&t.jsxs("span",{className:"revision-diff-stat revision-diff-stat--del",children:["删除 ",o," 行"]}),i>0&&t.jsxs("span",{className:"revision-diff-stat revision-diff-stat--add",children:["新增 ",i," 行"]})]}),t.jsx("pre",{className:"revision-diff-pre",children:s.map((a,l)=>{const r=a.value.split(` -`);return r.map((d,f)=>{if(f===r.length-1&&d==="")return null;const h=a.added?"revision-diff-line revision-diff-line--add":a.removed?"revision-diff-line revision-diff-line--del":"revision-diff-line revision-diff-line--same",w=a.added?"+":a.removed?"−":" ";return t.jsxs("div",{className:h,children:[t.jsx("span",{className:"revision-diff-gutter","aria-hidden":"true",children:w}),t.jsx("span",{className:"revision-diff-text",children:d||" "})]},`${l}-${f}`)})})})]})}function pe({summary:n}){return n.hasChanges?t.jsxs(t.Fragment,{children:[n.titleChanged&&t.jsx("span",{className:"revision-badge",children:"标题"}),n.contentChanged&&t.jsx("span",{className:"revision-badge",children:"正文"}),n.tagsChanged&&t.jsx("span",{className:"revision-badge",children:"标签"})]}):t.jsx("span",{className:"revision-badge revision-badge--none",children:"无变更"})}function At({postId:n,currentPost:e,open:s,onClose:i,isLoggedIn:o}){var x;const[a,l]=m.useState([]),[r,d]=m.useState(null),[f,h]=m.useState(!1),[w,C]=m.useState("diff"),[v,b]=m.useState(!1);m.useEffect(()=>{if(!s){d(null),C("diff"),b(!1);return}h(!0),z.postRevisions(n).then(u=>{const j=u.revisions??[];l(j),j.length>0&&d(j[0].id)}).catch(u=>E.error(u instanceof Error?u.message:"加载历史失败")).finally(()=>h(!1))},[s,n]),m.useEffect(()=>{if(!s)return;const u=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=u}},[s]);const S=m.useMemo(()=>a.map((u,j)=>{const y=j===0?e:{title:a[j-1].title,content:a[j-1].content,tags:a[j-1].tags},P={title:u.title,content:u.content,tags:u.tags};return{rev:u,after:y,summary:Dt(P,y),index:a.length-j}}),[a,e]),p=S.find(u=>u.rev.id===r)??null;if(!s)return null;const k=p?{title:p.rev.title,content:p.rev.content,tags:p.rev.tags}:null;return t.jsx("div",{className:`post-revision-overlay${v?" post-revision-overlay--fullscreen":""}`,onClick:i,children:t.jsxs("div",{className:`post-revision-panel${v?" post-revision-panel--fullscreen":""}`,onClick:u=>u.stopPropagation(),role:"dialog","aria-modal":"true","aria-label":"编辑历史",children:[t.jsxs("header",{className:"post-revision-head",children:[t.jsxs("div",{className:"post-revision-head-left",children:[t.jsx(Ce,{size:18}),t.jsx("h3",{children:"编辑历史"}),p&&t.jsxs("span",{className:"post-revision-head-sub",children:["第 ",p.index," 次编辑"]})]}),t.jsxs("div",{className:"post-revision-head-actions",children:[t.jsx("div",{className:"post-revision-view-tabs",role:"tablist",children:[["diff",et,"变更对比"],["before",tt,"编辑前"],["after",st,"编辑后"]].map(([u,j,y])=>t.jsxs("button",{type:"button",role:"tab","aria-selected":w===u,className:`post-revision-tab${w===u?" active":""}`,onClick:()=>C(u),children:[t.jsx(j,{size:14}),t.jsx("span",{className:"post-revision-tab-label",children:y})]},u))}),t.jsx("button",{type:"button",className:"post-revision-icon-btn",onClick:()=>b(u=>!u),title:v?"退出全屏":"全屏显示","aria-label":v?"退出全屏":"全屏显示",children:v?t.jsx(nt,{size:18}):t.jsx(it,{size:18})}),t.jsx("button",{type:"button",className:"post-revision-icon-btn",onClick:i,"aria-label":"关闭",children:t.jsx(be,{size:18})})]})]}),f?t.jsx("div",{className:"post-revision-loading",children:t.jsx(Ne,{size:"lg"})}):S.length===0?t.jsx("p",{className:"post-revision-empty",children:"暂无编辑记录"}):t.jsxs("div",{className:"post-revision-body",children:[t.jsxs("aside",{className:"post-revision-sidebar",children:[t.jsx("div",{className:"post-revision-sidebar-label",children:"时间线"}),t.jsx("ul",{className:"post-revision-list",children:S.map(u=>{var j;return t.jsx("li",{children:t.jsxs("button",{type:"button",className:`post-revision-item${r===u.rev.id?" active":""}`,onClick:()=>d(u.rev.id),children:[t.jsxs("div",{className:"post-revision-item-head",children:[t.jsxs("span",{className:"post-revision-item-num",children:["#",u.index]}),t.jsx(pe,{summary:u.summary})]}),t.jsx("span",{className:"post-revision-item-title",children:u.rev.title}),t.jsxs("span",{className:"post-revision-item-meta",children:[((j=u.rev.editor)==null?void 0:j.nickname)??"未知"," · ",Y(u.rev.created_at)]})]})},u.rev.id)})}),t.jsxs("div",{className:"post-revision-current",children:[t.jsx("span",{className:"post-revision-current-label",children:"当前版本"}),t.jsx("span",{className:"post-revision-current-title",children:e.title})]})]}),t.jsx("main",{className:"post-revision-main",children:p&&k?t.jsxs(t.Fragment,{children:[t.jsxs("div",{className:"post-revision-main-head",children:[t.jsxs("div",{children:[t.jsx("span",{className:"post-revision-main-editor",children:((x=p.rev.editor)==null?void 0:x.nickname)??"未知"}),t.jsx("span",{className:"post-revision-main-time",children:Y(p.rev.created_at)})]}),t.jsx(pe,{summary:p.summary})]}),t.jsxs("div",{className:"post-revision-scroll",children:[w==="diff"&&t.jsxs("div",{className:"revision-diff-view",children:[t.jsxs("section",{className:"revision-diff-section",children:[t.jsx("h4",{children:"标题"}),t.jsx("div",{className:"revision-diff-block",children:t.jsx(ge,{before:k.title,after:p.after.title})})]}),(k.tags||p.after.tags)&&t.jsxs("section",{className:"revision-diff-section",children:[t.jsx("h4",{children:"标签"}),t.jsx("div",{className:"revision-diff-block",children:t.jsx(ge,{before:k.tags||"(无)",after:p.after.tags||"(无)"})})]}),t.jsxs("section",{className:"revision-diff-section revision-diff-section--content",children:[t.jsx("h4",{children:"正文"}),t.jsx(Rt,{before:H(k.content),after:H(p.after.content)})]})]}),w==="before"&&t.jsxs("div",{className:"revision-full-view",children:[t.jsx("h4",{children:k.title}),k.tags&&t.jsxs("p",{className:"revision-full-tags",children:["标签:",k.tags]}),t.jsx(J,{html:k.content,isLoggedIn:o})]}),w==="after"&&t.jsxs("div",{className:"revision-full-view",children:[t.jsx("h4",{children:p.after.title}),p.after.tags&&t.jsxs("p",{className:"revision-full-tags",children:["标签:",p.after.tags]}),t.jsx(J,{html:p.after.content,isLoggedIn:o})]})]})]}):t.jsx("div",{className:"post-revision-empty",children:"请从左侧选择一次编辑记录"})})]})]})})}function Ft(n,e){const{overflowY:s}=getComputedStyle(n);return s!=="auto"&&s!=="scroll"&&s!=="overlay"||n.scrollHeight<=n.clientHeight+1?!1:e<0?n.scrollTop>0:n.scrollTop+n.clientHeight{if(!e)return;const s=n.current;if(!s)return;const i=s.closest(".app-shell");if(!i)return;const o=a=>{if(a.ctrlKey||a.metaKey)return;const l=a.target instanceof HTMLElement?a.target:null;if(!l)return;const r=Ot(l,a.deltaY,i);if(r&&r!==s&&s.contains(r)||r===s)return;const d=s.scrollTop;s.scrollTop+=a.deltaY,s.scrollTop!==d&&a.preventDefault()};return i.addEventListener("wheel",o,{passive:!1}),()=>i.removeEventListener("wheel",o)},[n,e])}function Kt(){var se,ne,ie,ae,oe;const{id:n}=qe(),e=Number(n),s=je(),{user:i,refresh:o}=Ue(),[a,l]=m.useState(null),[r,d]=m.useState([]),[f,h]=m.useState(!1),[w,C]=m.useState(!1),[v,b]=m.useState(null),[S,p]=m.useState(!1),[k,x]=m.useState(!0),[u,j]=m.useState(null),[y,P]=m.useState(0),[I,L]=m.useState(!1),[R,A]=m.useState(!1),[g,_]=m.useState(""),[D,F]=m.useState(!1),O=m.useRef(null),B=m.useRef(null),ze=m.useRef(null),U=m.useRef();Bt(O,!k&&!!a);const Q=m.useCallback(async()=>{const c=i?[]:Ie(),N=await z.comments(e,c);return Array.isArray(N.comments)?N.comments:[]},[e,i]),De=async()=>{if(e){x(!0);try{const[c,N]=await Promise.all([z.post(e),Q()]);l(c.post),h(c.liked),C(c.favorited),L(c.can_edit??!1),A(c.is_edited??Ve(c.post.created_at,c.post.updated_at??c.post.created_at)),_(c.edit_block_reason??""),d(N),await o()}catch(c){E.error(c instanceof Error?c.message:"加载失败")}finally{x(!1)}}};m.useEffect(()=>{b(null),De()},[e]);const We=m.useCallback(c=>{const N=document.getElementById(`floor-${c}`);N&&(N.scrollIntoView({behavior:"smooth",block:"center"}),j(c),clearTimeout(U.current),U.current=setTimeout(()=>j(null),2e3))},[]),Me=c=>{if((v==null?void 0:v.id)===c.id){b(null);return}b(c)};m.useLayoutEffect(()=>{if(!v)return;const c=document.getElementById(`reply-box-${v.id}`);c==null||c.scrollIntoView({behavior:"smooth",block:"nearest"})},[v==null?void 0:v.id]),m.useEffect(()=>()=>clearTimeout(U.current),[]);const $e=async()=>{if(!i){s("/login");return}try{const c=await z.like(e);h(c.liked),l(N=>N&&{...N,like_count:c.like_count})}catch(c){E.error(c instanceof Error?c.message:"操作失败")}},Re=async()=>{if(!i){s("/login");return}try{const c=await z.favorite(e);C(c.favorited),E.success(c.favorited?"已收藏":"已取消收藏")}catch(c){E.error(c instanceof Error?c.message:"操作失败")}},K={user:i,submitting:S,submitCount:y,onSubmit:async c=>{p(!0);try{const N=await z.addComment(e,{content:c.content,replyTo:v==null?void 0:v.id,guestNick:c.guestNick,guestEmail:c.guestEmail,guestUrl:c.guestUrl,isPrivate:c.isPrivate});i||kt(N.id),b(null),P(Ye=>Ye+1),E.success("评论成功"),d(await Q()),setTimeout(()=>We(N.floor),100)}catch(N){E.error(N instanceof Error?N.message:"评论失败")}finally{p(!1)}},onCancelReply:()=>b(null)};if(k)return t.jsx("div",{className:"post-detail-loading flex justify-center py-16",children:t.jsx(Ne,{size:"lg"})});if(!a)return t.jsxs("div",{className:"empty-state",children:[t.jsx("p",{children:"帖子不存在"}),t.jsx(T,{variant:"outline",onClick:()=>s("/"),children:"返回首页"})]});const Ae=((ne=(se=a.user)==null?void 0:se.nickname)==null?void 0:ne[0])||"?",ee=((ie=a.tags)==null?void 0:ie.split(/[,,]/).map(c=>c.trim()).filter(Boolean))??[],te=i&&(i.role==="admin"||i.id===a.user_id),Fe=(i==null?void 0:i.role)==="admin",Oe=R&&a.updated_at,Be=async()=>{if(a)try{const c=await z.adminPinPost(e,!a.pinned);l(N=>N&&{...N,pinned:c.pinned}),ft(),window.dispatchEvent(new Event("posts-refresh")),E.success(c.message)}catch(c){E.error(c instanceof Error?c.message:"操作失败")}},Ge=async()=>{if(a)try{const c=await z.adminLockPost(e,!a.edit_locked);l(N=>N&&{...N,edit_locked:c.edit_locked}),(i==null?void 0:i.role)==="admin"?L(!0):(i==null?void 0:i.id)===a.user_id&&c.edit_locked&&(L(!1),_("帖子已被管理员锁定,无法编辑")),E.success(c.message)}catch(c){E.error(c instanceof Error?c.message:"操作失败")}};return t.jsxs("div",{className:"page-wrap post-detail-page",ref:O,children:[t.jsxs("div",{className:"post-detail-header",children:[t.jsxs("div",{className:"post-detail-nav",children:[t.jsxs(T,{variant:"ghost",size:"sm",onClick:()=>s(-1),children:[t.jsx(at,{}),"返回"]}),a.board&&t.jsx(re,{variant:"green",className:"post-detail-board-tag",children:a.board.name})]}),t.jsxs("div",{className:"post-detail-head",children:[t.jsxs("h1",{className:"post-detail-title",children:[a.pinned&&t.jsx(He,{className:"mr-2",size:18}),a.title]}),t.jsxs("div",{className:"post-detail-author-row",children:[t.jsx("div",{className:"post-avatar post-avatar-lg",children:(ae=a.user)!=null&&ae.avatar?t.jsx("img",{src:a.user.avatar,alt:""}):Ae}),t.jsxs("div",{className:"post-detail-author-info",children:[t.jsx("span",{className:"post-detail-author-name",children:(oe=a.user)==null?void 0:oe.nickname}),t.jsxs("span",{className:"post-detail-meta-line",children:["发布于 ",Y(a.created_at),Oe&&t.jsxs(t.Fragment,{children:[" · 编辑于 ",Y(a.updated_at)]})," · ",a.view_count," 次浏览",a.edit_locked&&t.jsxs("span",{className:"post-detail-locked-tag",title:"管理员已锁定编辑",children:[t.jsx(ce,{size:12})," 已锁定"]})]})]})]})]}),ee.length>0&&t.jsx("div",{className:"post-detail-tags",children:ee.map(c=>t.jsx(re,{variant:"secondary",children:c},c))}),t.jsx(J,{html:a.content||"",isLoggedIn:!!i}),t.jsxs("div",{className:"post-detail-actions",children:[t.jsxs(T,{variant:f?"default":"outline",size:"sm",onClick:$e,children:[t.jsx(ot,{}),"点赞 ",a.like_count]}),t.jsxs(T,{variant:w?"default":"outline",size:"sm",onClick:Re,children:[t.jsx(lt,{}),w?"已收藏":"收藏"]}),I&&t.jsxs(T,{variant:"outline",size:"sm",onClick:()=>s(`/post/${e}/edit`),children:[t.jsx(rt,{}),"编辑"]}),te&&R&&t.jsxs(T,{variant:"outline",size:"sm",onClick:()=>F(!0),children:[t.jsx(Ce,{}),"编辑历史"]}),te&&!I&&g&&t.jsx("span",{className:"post-detail-edit-hint",title:g,children:g}),Fe&&t.jsxs(t.Fragment,{children:[t.jsxs(T,{variant:"outline",size:"sm",onClick:Be,children:[t.jsx(ct,{}),a.pinned?"取消置顶":"置顶"]}),t.jsxs(T,{variant:"outline",size:"sm",onClick:Ge,children:[t.jsx(ce,{}),a.edit_locked?"解锁编辑":"锁定编辑"]})]})]})]}),t.jsx(At,{postId:e,currentPost:{title:a.title,content:a.content??"",tags:a.tags??""},open:D,onClose:()=>F(!1),isLoggedIn:!!i}),t.jsxs("div",{className:"comment-section",ref:B,children:[t.jsxs("div",{className:"comment-section-bar",children:[t.jsx("span",{className:"comment-section-title",children:"评论区"}),t.jsxs("span",{className:"comment-section-count",children:[r.length," 条评论"]})]}),!v&&t.jsx("div",{className:"comment-box-wrap",ref:ze,children:t.jsx(de,{...K})}),t.jsx("div",{className:"comment-list-area",children:r.length===0&&!v?t.jsxs("div",{className:"comment-empty",children:[t.jsx("div",{className:"comment-empty-icon",children:"💬"}),t.jsx("p",{children:"暂无评论,来抢沙发吧"})]}):t.jsx(jt,{comments:r,highlightFloor:u,replyToId:(v==null?void 0:v.id)??null,onReply:Me,onCancelReply:()=>b(null),renderReplyBox:c=>t.jsx(de,{...K,replyTo:c,inline:!0},c.id)})})]})]})}export{Kt as default}; diff --git a/embed_static/static/spa/assets/PostDetailPage-I3oWcKSD.js b/embed_static/static/spa/assets/PostDetailPage-I3oWcKSD.js new file mode 100644 index 0000000..3716715 --- /dev/null +++ b/embed_static/static/spa/assets/PostDetailPage-I3oWcKSD.js @@ -0,0 +1,14 @@ +import{j as t,r as m,e as je,w as qe}from"./react-vendor-CFzzFOsg.js";import{P as He}from"./PinnedIcon-CTFlF79l.js";import{c as le,a as z,n as E,S as Ne,u as Ue,B as T}from"./index-5C0q-ZMs.js";import{B as re}from"./badge-DB-zL5ml.js";import{h as Je,a as Y,i as Ve}from"./content-BrFHUpp8.js";import{i as Xe,X as be,s as Ze,v as we,w as Qe,x as Ke,y as Ce,G as et,r as tt,z as st,B as nt,D as it,A as at,E as ce,J as ot,j as lt,K as rt,N as ct}from"./ui-vendor-BtpOfToU.js";import{r as dt,P as ut}from"./postContent-ClrHK1rL.js";import{p as mt}from"./purify-vendor-Cx4rtWv4.js";import{c as ft}from"./feedCache-D2GnU_BI.js";function ht({content:n,onMentionClick:e}){return t.jsx("div",{className:"floor-body",dangerouslySetInnerHTML:{__html:Je(n)}})}function q(n){var e;return(e=n.user)!=null&&e.nickname?n.user.nickname:n.guest_nick?n.guest_nick:"游客"}function vt(n){return q(n)[0]||"?"}function xt(n){return!n.user_id||n.user_id===0}function gt(n){const e=new Map,s=[];for(const i of n)e.set(i.id,{comment:i,children:[]});for(const i of n){const o=e.get(i.id);i.reply_to&&e.has(i.reply_to)?e.get(i.reply_to).children.push(o):s.push(o)}return s}function pt(n){const e=new Date(n),s=new Date,i=o=>String(o).padStart(2,"0");return e.getFullYear()===s.getFullYear()?`${i(e.getMonth()+1)}月${i(e.getDate())}日`:`${e.getFullYear()}年${e.getMonth()+1}月${e.getDate()}日`}function ke({node:n,nested:e,highlightFloor:s,replyToId:i,onReply:o,onCancelReply:a,renderReplyBox:l}){var v,b;const r=n.comment,d=q(r),f=xt(r),h=s===r.floor,w=!!r.content_hidden,C=i===r.id;return t.jsxs("div",{id:`floor-${r.floor}`,className:`waline-comment ${e?"nested":""} ${h?"highlight":""}`,children:[t.jsx("div",{className:`waline-comment-avatar ${f&&!((v=r.user)!=null&&v.avatar)?"guest":""}`,children:(b=r.user)!=null&&b.avatar?t.jsx("img",{src:r.user.avatar,alt:""}):vt(r)}),t.jsxs("div",{className:"waline-comment-main",children:[t.jsx("div",{className:"waline-comment-head",children:r.guest_url?t.jsx("a",{href:r.guest_url,target:"_blank",rel:"noopener noreferrer",className:"waline-comment-author",children:d}):t.jsx("span",{className:"waline-comment-author",children:d})}),w?t.jsx("div",{className:"waline-comment-private-mask",children:"该评论为私密评论,仅文章作者与评论发起者可见!"}):t.jsxs("div",{className:"waline-comment-bubble",children:[r.reply_target&&t.jsxs("span",{className:"waline-reply-at",children:["@",q(r.reply_target)]}),t.jsx(ht,{content:r.content})]}),t.jsxs("div",{className:"waline-comment-meta",children:[t.jsxs("span",{className:"waline-comment-date",children:[t.jsx(Xe,{size:14}),pt(r.created_at)]}),C?t.jsxs("button",{type:"button",className:"waline-comment-reply-btn cancel",onClick:a,children:[t.jsx(be,{size:14}),"取消"]}):t.jsxs("button",{type:"button",className:"waline-comment-reply-btn",onClick:()=>o(r),children:[t.jsx(Ze,{size:14}),"回复"]})]}),C&&l&&t.jsx("div",{id:`reply-box-${r.id}`,className:"comment-box-wrap inline",children:l(r)}),n.children.length>0&&t.jsx("div",{className:"waline-replies",children:n.children.map(S=>t.jsx(ke,{node:S,nested:!0,highlightFloor:s,replyToId:i,onReply:o,onCancelReply:a,renderReplyBox:l},S.comment.id))})]})]})}function jt({comments:n,highlightFloor:e,replyToId:s,onReply:i,onCancelReply:o,renderReplyBox:a}){const l=gt(n);return t.jsx("div",{className:"comment-thread-list",children:l.map(r=>t.jsx(ke,{node:r,highlightFloor:e,replyToId:s,onReply:i,onCancelReply:o,renderReplyBox:a},r.comment.id))})}const ye=m.forwardRef(({className:n,...e},s)=>t.jsx(we,{className:le("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-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-[var(--j13-green)] data-[state=unchecked]:bg-input",n),...e,ref:s,children:t.jsx(Qe,{className:le("pointer-events-none block h-4 w-4 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));ye.displayName=we.displayName;const Nt=["😀","😁","😂","🤣","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","🥰","😗","😙","😚","🙂","🤗","🤩","🤔","🤨","😐","😑","😶","🙄","😏","😣","😥","😮","🤐","😯","😪","😫","🥱","😴","😌","😛","😜","😝","🤤","😒","😓","😔","😕","🙃","🤑","😲","🙁","😖","😞","😟","😤","😢","😭","😦","😧","😨","😩","🤯","😬","😰","😱","🥵","🥶","😳","🤪","😵","🥴","😠","😡","🤬","😷","🤒","🤕","🤢","🤮","🤧","😇","🥳","🥺","🤠","🤡","🤥","🤫","🤭","🧐","🤓","😈","👻","💀","☠️","👽","👾","🤖","🎃","😺","😸","😹","😻","😼","😽","🙀","😿","😾","👋","🤚","🖐","✋","🖖","👌","🤏","✌️","🤞","🤟","🤘","🤙","👈","👉","👆","👇","☝️","👍","👎","✊","👊","🤛","🤜","👏","🙌","👐","🤲","🤝","🙏","💪","🦾","🦿","🦵","🦶","❤️","🧡","💛","💚","💙","💜","🖤","🤍","🤎","💔","❣️","💕","💞","💓","💗","💖","💘","💝","💟","☮️","✨","⭐","🌟","💫","🔥","💥","💯","✅","❌","❓","❗","💢","💤","💦","🎉","🎊","🎁","🏆","🥇","🥈"];function bt({onSelect:n}){return t.jsx("div",{className:"emoji-picker",children:Nt.map(e=>t.jsx("button",{type:"button",className:"emoji-picker-item",onClick:()=>n(e),children:e},e))})}const Se="j13_guest_nick",Ee="j13_guest_email",_e="j13_guest_url",Pe="j13_my_comment_ids";function wt(){return{nick:localStorage.getItem(Se)||"",email:localStorage.getItem(Ee)||"",url:localStorage.getItem(_e)||""}}function Ct(n){localStorage.setItem(Se,n.nick),localStorage.setItem(Ee,n.email),localStorage.setItem(_e,n.url)}function Ie(){try{const n=localStorage.getItem(Pe);if(!n)return[];const e=JSON.parse(n);return Array.isArray(e)?e.filter(s=>typeof s=="number"):[]}catch{return[]}}function kt(n){const e=Ie();e.includes(n)||(e.push(n),localStorage.setItem(Pe,JSON.stringify(e.slice(-200))))}function de({user:n,replyTo:e,inline:s,submitting:i,submitCount:o=0,onSubmit:a,onCancelReply:l}){var A;const r=wt(),[d,f]=m.useState(""),[h,w]=m.useState(r.nick),[C,v]=m.useState(r.email),[b,S]=m.useState(r.url),[p,k]=m.useState(!1),[x,u]=m.useState(!1),j=m.useRef(null),y=m.useRef(null);m.useEffect(()=>{var g;s&&e&&((g=j.current)==null||g.focus({preventScroll:!0}))},[e==null?void 0:e.id,s]),m.useEffect(()=>{f(""),u(!1),k(!1)},[o]),m.useEffect(()=>{if(!x)return;const g=_=>{y.current&&!y.current.contains(_.target)&&u(!1)};return document.addEventListener("mousedown",g),()=>document.removeEventListener("mousedown",g)},[x]);const P=g=>{const _=j.current;if(_){const D=_.selectionStart??d.length,F=_.selectionEnd??d.length,O=d.slice(0,D)+g+d.slice(F);f(O),requestAnimationFrame(()=>{_.focus();const B=D+g.length;_.setSelectionRange(B,B)})}else f(D=>D+g)},I=()=>{const g=d.trim();g&&(!n&&!h.trim()||(n||Ct({nick:h.trim(),email:C.trim(),url:b.trim()}),a({content:g,guestNick:n?void 0:h.trim(),guestEmail:n?void 0:C.trim(),guestUrl:n?void 0:b.trim(),isPrivate:p})))},L=g=>{g.key==="Enter"&&(g.ctrlKey||g.metaKey)&&(g.preventDefault(),I())},R=((A=n==null?void 0:n.nickname)==null?void 0:A[0])||(h==null?void 0:h[0])||"?";return t.jsxs("div",{className:"comment-box",ref:y,children:[t.jsx("div",{className:"comment-box-avatar",children:n!=null&&n.avatar?t.jsx("img",{src:n.avatar,alt:"",className:"comment-box-avatar-img"}):t.jsx("div",{className:`comment-box-avatar-placeholder ${n?"":"guest"}`,children:n?R:t.jsx("svg",{viewBox:"0 0 24 24",width:"20",height:"20",fill:"currentColor",children:t.jsx("path",{d:"M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"})})})}),t.jsxs("div",{className:"comment-box-main",children:[e&&!s&&t.jsxs("div",{className:"comment-box-reply-hint",children:[t.jsxs("span",{children:["回复 #",e.floor," ",q(e)]}),l&&t.jsx("button",{type:"button",className:"comment-box-reply-cancel",onClick:l,children:"取消"})]}),t.jsxs("div",{className:`comment-box-input-wrap ${p?"private-mode":""}`,children:[t.jsx("textarea",{ref:j,className:"comment-box-textarea",placeholder:p?"正在隐私评论中...":"说点什么吧",value:d,onChange:g=>f(g.target.value),onKeyDown:L,rows:3}),t.jsx("button",{type:"button",className:"comment-box-send",disabled:i||!d.trim()||!n&&!h.trim(),onClick:I,title:"发送",children:t.jsx(Ke,{size:16})})]}),!n&&t.jsxs("div",{className:"comment-box-guest-fields",children:[t.jsxs("label",{className:"comment-box-guest-field",children:[t.jsxs("span",{className:"comment-box-guest-label",children:["昵称",t.jsx("em",{className:"comment-box-guest-required",children:"必填"})]}),t.jsx("input",{className:"comment-box-guest-input",placeholder:"怎么称呼你",autoComplete:"nickname",value:h,onChange:g=>w(g.target.value)})]}),t.jsxs("label",{className:"comment-box-guest-field",children:[t.jsxs("span",{className:"comment-box-guest-label",children:["邮箱",t.jsx("em",{className:"comment-box-guest-optional",children:"选填"})]}),t.jsx("input",{className:"comment-box-guest-input",placeholder:"name@example.com",type:"email",autoComplete:"email",value:C,onChange:g=>v(g.target.value)})]}),t.jsxs("label",{className:"comment-box-guest-field",children:[t.jsxs("span",{className:"comment-box-guest-label",children:["网址",t.jsx("em",{className:"comment-box-guest-optional",children:"选填"})]}),t.jsx("input",{className:"comment-box-guest-input",placeholder:"https://example.com",type:"url",autoComplete:"url",value:b,onChange:g=>S(g.target.value)})]}),t.jsx("p",{className:"comment-box-guest-hint",children:"邮箱不会公开展示,仅用于站内记录。"})]}),t.jsxs("div",{className:"comment-box-toolbar",children:[t.jsx("button",{type:"button",className:`comment-box-owo ${x?"active":""}`,onClick:()=>u(g=>!g),children:"OwO"}),t.jsxs("label",{className:"comment-box-private",children:[t.jsx(ye,{checked:p,onCheckedChange:k}),t.jsx("span",{children:"隐私评论"})]})]}),x&&t.jsx(bt,{onSelect:P})]})]})}function J({html:n,isLoggedIn:e,className:s="post-detail-content"}){const i=je(),o=m.useMemo(()=>dt(n,e),[n,e]),a=m.useCallback(l=>{const r=l.target;if(r.closest("[data-members-login]")){l.preventDefault(),i("/login");return}r.closest("[data-members-register]")&&(l.preventDefault(),i("/register"))},[i]);return t.jsx("div",{className:s,onClick:a,dangerouslySetInnerHTML:{__html:o}})}class Le{diff(e,s,i={}){let o;typeof i=="function"?(o=i,i={}):"callback"in i&&(o=i.callback);const a=this.castInput(e,i),l=this.castInput(s,i),r=this.removeEmpty(this.tokenize(a,i)),d=this.removeEmpty(this.tokenize(l,i));return this.diffWithOptionsObj(r,d,i,o)}diffWithOptionsObj(e,s,i,o){var a;const l=x=>{if(x=this.postProcess(x,i),o){setTimeout(function(){o(x)},0);return}else return x},r=s.length,d=e.length;let f=1,h=r+d;i.maxEditLength!=null&&(h=Math.min(h,i.maxEditLength));const w=(a=i.timeout)!==null&&a!==void 0?a:1/0,C=Date.now()+w,v=[{oldPos:-1,lastComponent:void 0}];let b=this.extractCommon(v[0],s,e,0,i);if(v[0].oldPos+1>=d&&b+1>=r)return l(this.buildValues(v[0].lastComponent,s,e));let S=-1/0,p=1/0;const k=()=>{for(let x=Math.max(S,-f);x<=Math.min(p,f);x+=2){let u;const j=v[x-1],y=v[x+1];j&&(v[x-1]=void 0);let P=!1;if(y){const L=y.oldPos-x;P=y&&0<=L&&L=d&&b+1>=r)return l(this.buildValues(u.lastComponent,s,e))||!0;v[x]=u,u.oldPos+1>=d&&(p=Math.min(p,x-1)),b+1>=r&&(S=Math.max(S,x+1))}f++};if(o)(function x(){setTimeout(function(){if(f>h||Date.now()>C)return o(void 0);k()||x()},0)})();else for(;f<=h&&Date.now()<=C;){const x=k();if(x)return x}}addToPath(e,s,i,o,a){const l=e.lastComponent;return l&&!a.oneChangePerToken&&l.added===s&&l.removed===i?{oldPos:e.oldPos+o,lastComponent:{count:l.count+1,added:s,removed:i,previousComponent:l.previousComponent}}:{oldPos:e.oldPos+o,lastComponent:{count:1,added:s,removed:i,previousComponent:l}}}extractCommon(e,s,i,o,a){const l=s.length,r=i.length;let d=e.oldPos,f=d-o,h=0;for(;f+1C.length?b:C}),h.value=this.join(w)}else h.value=this.join(s.slice(d,d+h.count));d+=h.count,h.added||(f+=h.count)}}return o}}function ue(n,e){let s;for(s=0;se.length&&(s=n.length-e.length);let i=e.length;n.length0&&e[l]!=e[a];)a=o[a];e[l]==e[a]&&a++}a=0;for(let l=s;l0&&n[l]!=e[a];)a=o[a];n[l]==e[a]&&a++}return a}function Te(n,e){const s=[];for(const i of Array.from(e.segment(n))){const o=i.segment;s.length&&/\s/.test(s[s.length-1])&&/\s/.test(o)?s[s.length-1]+=o:s.push(o)}return s}function Z(n,e){if(e)return $(n,e)[1];let s;for(s=n.length-1;s>=0&&n[s].match(/\s/);s--);return n.substring(s+1)}function W(n,e){if(e)return $(n,e)[0];const s=n.match(/^\s*/);return s?s[0]:""}function $(n,e){if(!e)return[W(n),Z(n)];if(e.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');const s=Te(n,e),i=s[0],o=s[s.length-1],a=/\s/.test(i)?i:"",l=/\s/.test(o)?o:"";return[a,l]}const he="a-zA-Z0-9_\\u{AD}\\u{C0}-\\u{D6}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",St=new RegExp(`[${he}]+|\\s+|[^${he}]`,"ug");class Et extends Le{equals(e,s,i){return i.ignoreCase&&(e=e.toLowerCase(),s=s.toLowerCase()),e.trim()===s.trim()}tokenize(e,s={}){let i;if(s.intlSegmenter){const l=s.intlSegmenter;if(l.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');i=Te(e,l)}else i=e.match(St)||[];const o=[];let a=null;return i.forEach(l=>{/\s/.test(l)?a==null?o.push(l):o.push(o.pop()+l):a!=null&&/\s/.test(a)?o[o.length-1]==a?o.push(o.pop()+l):o.push(a+l):o.push(l),a=l}),o}join(e){return e.map((s,i)=>i==0?s:s.replace(/^\s+/,"")).join("")}postProcess(e,s){if(!e||s.oneChangePerToken)return e;let i=null,o=null,a=null;return e.forEach(l=>{l.added?o=l:l.removed?a=l:((o||a)&&ve(i,a,o,l,s.intlSegmenter),i=l,o=null,a=null)}),(o||a)&&ve(i,a,o,null,s.intlSegmenter),e}}const _t=new Et;function Pt(n,e,s){return _t.diff(n,e,s)}function ve(n,e,s,i,o){if(e&&s){const[a,l]=$(e.value,o),[r,d]=$(s.value,o);if(n){const f=ue(a,r);n.value=X(n.value,r,f),e.value=M(e.value,f),s.value=M(s.value,f)}if(i){const f=me(l,d);i.value=V(i.value,d,f),e.value=G(e.value,f),s.value=G(s.value,f)}}else if(s){if(n){const a=W(s.value,o);s.value=s.value.substring(a.length)}if(i){const a=W(i.value,o);i.value=i.value.substring(a.length)}}else if(n&&i){const a=W(i.value,o),[l,r]=$(e.value,o),d=ue(a,l);e.value=M(e.value,d);const f=me(M(a,d),r);e.value=G(e.value,f),i.value=V(i.value,a,f),n.value=X(n.value,a,a.slice(0,a.length-f.length))}else if(i){const a=W(i.value,o),l=Z(e.value,o),r=fe(l,a);e.value=G(e.value,r)}else if(n){const a=Z(n.value,o),l=W(e.value,o),r=fe(a,l);e.value=M(e.value,r)}}class It extends Le{constructor(){super(...arguments),this.tokenize=zt}equals(e,s,i){return i.ignoreWhitespace?((!i.newlineIsToken||!e.includes(` +`))&&(e=e.trim()),(!i.newlineIsToken||!s.includes(` +`))&&(s=s.trim())):i.ignoreNewlineAtEof&&!i.newlineIsToken&&(e.endsWith(` +`)&&(e=e.slice(0,-1)),s.endsWith(` +`)&&(s=s.slice(0,-1))),super.equals(e,s,i)}}const Lt=new It;function Tt(n,e,s){return Lt.diff(n,e,s)}function zt(n,e){e.stripTrailingCr&&(n=n.replace(/\r\n/g,` +`));const s=[],i=n.split(/(\n|\r\n)/);i[i.length-1]||i.pop();for(let o=0;oi.replaceWith(` +`)),e.querySelectorAll("p, div, li, h1, h2, h3, h4, h5, h6, blockquote, pre, members-only").forEach(i=>{i.prepend(e.createTextNode(` +`)),i.append(e.createTextNode(` +`))}),(e.body.textContent??"").replace(/\r\n/g,` +`).replace(/\n{3,}/g,` + +`).trim()}function Dt(n,e){const s=n.title.trim()!==e.title.trim(),i=xe(n.tags)!==xe(e.tags),o=H(n.content)!==H(e.content);return{titleChanged:s,tagsChanged:i,contentChanged:o,hasChanges:s||i||o}}function xe(n){return n.split(/[,,]/).map(e=>e.trim()).filter(Boolean).join(",")}function Wt(n,e){return Tt(n||"",e||"")}function Mt(n,e){return Pt(n||"",e||"")}function $t(n){let e=0,s=0;for(const i of n){const o=i.value.split(` +`).filter(a=>a.length>0);i.added?e+=o.length:i.removed&&(s+=o.length)}return{added:e,removed:s}}function ge({before:n,after:e}){const s=Mt(n,e);return n===e?t.jsx("span",{className:"revision-diff-unchanged",children:n||"(空)"}):t.jsx("span",{className:"revision-diff-inline",children:s.map((i,o)=>i.added?t.jsx("ins",{children:i.value},o):i.removed?t.jsx("del",{children:i.value},o):t.jsx("span",{children:i.value},o))})}function Rt({before:n,after:e}){const s=Wt(n,e),{added:i,removed:o}=$t(s);return n===e?t.jsx("p",{className:"revision-diff-unchanged",children:"正文无变化"}):t.jsxs("div",{className:"revision-diff-lines",children:[t.jsxs("div",{className:"revision-diff-stats",children:[o>0&&t.jsxs("span",{className:"revision-diff-stat revision-diff-stat--del",children:["删除 ",o," 行"]}),i>0&&t.jsxs("span",{className:"revision-diff-stat revision-diff-stat--add",children:["新增 ",i," 行"]})]}),t.jsx("pre",{className:"revision-diff-pre",children:s.map((a,l)=>{const r=a.value.split(` +`);return r.map((d,f)=>{if(f===r.length-1&&d==="")return null;const h=a.added?"revision-diff-line revision-diff-line--add":a.removed?"revision-diff-line revision-diff-line--del":"revision-diff-line revision-diff-line--same",w=a.added?"+":a.removed?"−":" ";return t.jsxs("div",{className:h,children:[t.jsx("span",{className:"revision-diff-gutter","aria-hidden":"true",children:w}),t.jsx("span",{className:"revision-diff-text",children:d||" "})]},`${l}-${f}`)})})})]})}function pe({summary:n}){return n.hasChanges?t.jsxs(t.Fragment,{children:[n.titleChanged&&t.jsx("span",{className:"revision-badge",children:"标题"}),n.contentChanged&&t.jsx("span",{className:"revision-badge",children:"正文"}),n.tagsChanged&&t.jsx("span",{className:"revision-badge",children:"标签"})]}):t.jsx("span",{className:"revision-badge revision-badge--none",children:"无变更"})}function At({postId:n,currentPost:e,open:s,onClose:i,isLoggedIn:o}){var x;const[a,l]=m.useState([]),[r,d]=m.useState(null),[f,h]=m.useState(!1),[w,C]=m.useState("diff"),[v,b]=m.useState(!1);m.useEffect(()=>{if(!s){d(null),C("diff"),b(!1);return}h(!0),z.postRevisions(n).then(u=>{const j=u.revisions??[];l(j),j.length>0&&d(j[0].id)}).catch(u=>E.error(u instanceof Error?u.message:"加载历史失败")).finally(()=>h(!1))},[s,n]),m.useEffect(()=>{if(!s)return;const u=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=u}},[s]);const S=m.useMemo(()=>a.map((u,j)=>{const y=j===0?e:{title:a[j-1].title,content:a[j-1].content,tags:a[j-1].tags},P={title:u.title,content:u.content,tags:u.tags};return{rev:u,after:y,summary:Dt(P,y),index:a.length-j}}),[a,e]),p=S.find(u=>u.rev.id===r)??null;if(!s)return null;const k=p?{title:p.rev.title,content:p.rev.content,tags:p.rev.tags}:null;return t.jsx("div",{className:`post-revision-overlay${v?" post-revision-overlay--fullscreen":""}`,onClick:i,children:t.jsxs("div",{className:`post-revision-panel${v?" post-revision-panel--fullscreen":""}`,onClick:u=>u.stopPropagation(),role:"dialog","aria-modal":"true","aria-label":"编辑历史",children:[t.jsxs("header",{className:"post-revision-head",children:[t.jsxs("div",{className:"post-revision-head-left",children:[t.jsx(Ce,{size:18}),t.jsx("h3",{children:"编辑历史"}),p&&t.jsxs("span",{className:"post-revision-head-sub",children:["第 ",p.index," 次编辑"]})]}),t.jsxs("div",{className:"post-revision-head-actions",children:[t.jsx("div",{className:"post-revision-view-tabs",role:"tablist",children:[["diff",et,"变更对比"],["before",tt,"编辑前"],["after",st,"编辑后"]].map(([u,j,y])=>t.jsxs("button",{type:"button",role:"tab","aria-selected":w===u,className:`post-revision-tab${w===u?" active":""}`,onClick:()=>C(u),children:[t.jsx(j,{size:14}),t.jsx("span",{className:"post-revision-tab-label",children:y})]},u))}),t.jsx("button",{type:"button",className:"post-revision-icon-btn",onClick:()=>b(u=>!u),title:v?"退出全屏":"全屏显示","aria-label":v?"退出全屏":"全屏显示",children:v?t.jsx(nt,{size:18}):t.jsx(it,{size:18})}),t.jsx("button",{type:"button",className:"post-revision-icon-btn",onClick:i,"aria-label":"关闭",children:t.jsx(be,{size:18})})]})]}),f?t.jsx("div",{className:"post-revision-loading",children:t.jsx(Ne,{size:"lg"})}):S.length===0?t.jsx("p",{className:"post-revision-empty",children:"暂无编辑记录"}):t.jsxs("div",{className:"post-revision-body",children:[t.jsxs("aside",{className:"post-revision-sidebar",children:[t.jsx("div",{className:"post-revision-sidebar-label",children:"时间线"}),t.jsx("ul",{className:"post-revision-list",children:S.map(u=>{var j;return t.jsx("li",{children:t.jsxs("button",{type:"button",className:`post-revision-item${r===u.rev.id?" active":""}`,onClick:()=>d(u.rev.id),children:[t.jsxs("div",{className:"post-revision-item-head",children:[t.jsxs("span",{className:"post-revision-item-num",children:["#",u.index]}),t.jsx(pe,{summary:u.summary})]}),t.jsx("span",{className:"post-revision-item-title",children:u.rev.title}),t.jsxs("span",{className:"post-revision-item-meta",children:[((j=u.rev.editor)==null?void 0:j.nickname)??"未知"," · ",Y(u.rev.created_at)]})]})},u.rev.id)})}),t.jsxs("div",{className:"post-revision-current",children:[t.jsx("span",{className:"post-revision-current-label",children:"当前版本"}),t.jsx("span",{className:"post-revision-current-title",children:e.title})]})]}),t.jsx("main",{className:"post-revision-main",children:p&&k?t.jsxs(t.Fragment,{children:[t.jsxs("div",{className:"post-revision-main-head",children:[t.jsxs("div",{children:[t.jsx("span",{className:"post-revision-main-editor",children:((x=p.rev.editor)==null?void 0:x.nickname)??"未知"}),t.jsx("span",{className:"post-revision-main-time",children:Y(p.rev.created_at)})]}),t.jsx(pe,{summary:p.summary})]}),t.jsxs("div",{className:"post-revision-scroll",children:[w==="diff"&&t.jsxs("div",{className:"revision-diff-view",children:[t.jsxs("section",{className:"revision-diff-section",children:[t.jsx("h4",{children:"标题"}),t.jsx("div",{className:"revision-diff-block",children:t.jsx(ge,{before:k.title,after:p.after.title})})]}),(k.tags||p.after.tags)&&t.jsxs("section",{className:"revision-diff-section",children:[t.jsx("h4",{children:"标签"}),t.jsx("div",{className:"revision-diff-block",children:t.jsx(ge,{before:k.tags||"(无)",after:p.after.tags||"(无)"})})]}),t.jsxs("section",{className:"revision-diff-section revision-diff-section--content",children:[t.jsx("h4",{children:"正文"}),t.jsx(Rt,{before:H(k.content),after:H(p.after.content)})]})]}),w==="before"&&t.jsxs("div",{className:"revision-full-view",children:[t.jsx("h4",{children:k.title}),k.tags&&t.jsxs("p",{className:"revision-full-tags",children:["标签:",k.tags]}),t.jsx(J,{html:k.content,isLoggedIn:o})]}),w==="after"&&t.jsxs("div",{className:"revision-full-view",children:[t.jsx("h4",{children:p.after.title}),p.after.tags&&t.jsxs("p",{className:"revision-full-tags",children:["标签:",p.after.tags]}),t.jsx(J,{html:p.after.content,isLoggedIn:o})]})]})]}):t.jsx("div",{className:"post-revision-empty",children:"请从左侧选择一次编辑记录"})})]})]})})}function Ft(n,e){const{overflowY:s}=getComputedStyle(n);return s!=="auto"&&s!=="scroll"&&s!=="overlay"||n.scrollHeight<=n.clientHeight+1?!1:e<0?n.scrollTop>0:n.scrollTop+n.clientHeight{if(!e)return;const s=n.current;if(!s)return;const i=s.closest(".app-shell");if(!i)return;const o=a=>{if(a.ctrlKey||a.metaKey)return;const l=a.target instanceof HTMLElement?a.target:null;if(!l)return;const r=Ot(l,a.deltaY,i);if(r&&r!==s&&s.contains(r)||r===s)return;const d=s.scrollTop;s.scrollTop+=a.deltaY,s.scrollTop!==d&&a.preventDefault()};return i.addEventListener("wheel",o,{passive:!1}),()=>i.removeEventListener("wheel",o)},[n,e])}function Kt(){var se,ne,ie,ae,oe;const{id:n}=qe(),e=Number(n),s=je(),{user:i,refresh:o}=Ue(),[a,l]=m.useState(null),[r,d]=m.useState([]),[f,h]=m.useState(!1),[w,C]=m.useState(!1),[v,b]=m.useState(null),[S,p]=m.useState(!1),[k,x]=m.useState(!0),[u,j]=m.useState(null),[y,P]=m.useState(0),[I,L]=m.useState(!1),[R,A]=m.useState(!1),[g,_]=m.useState(""),[D,F]=m.useState(!1),O=m.useRef(null),B=m.useRef(null),ze=m.useRef(null),U=m.useRef();Bt(O,!k&&!!a);const Q=m.useCallback(async()=>{const c=i?[]:Ie(),N=await z.comments(e,c);return Array.isArray(N.comments)?N.comments:[]},[e,i]),De=async()=>{if(e){x(!0);try{const[c,N]=await Promise.all([z.post(e),Q()]);l(c.post),h(c.liked),C(c.favorited),L(c.can_edit??!1),A(c.is_edited??Ve(c.post.created_at,c.post.updated_at??c.post.created_at)),_(c.edit_block_reason??""),d(N),await o()}catch(c){E.error(c instanceof Error?c.message:"加载失败")}finally{x(!1)}}};m.useEffect(()=>{b(null),De()},[e]);const We=m.useCallback(c=>{const N=document.getElementById(`floor-${c}`);N&&(N.scrollIntoView({behavior:"smooth",block:"center"}),j(c),clearTimeout(U.current),U.current=setTimeout(()=>j(null),2e3))},[]),Me=c=>{if((v==null?void 0:v.id)===c.id){b(null);return}b(c)};m.useLayoutEffect(()=>{if(!v)return;const c=document.getElementById(`reply-box-${v.id}`);c==null||c.scrollIntoView({behavior:"smooth",block:"nearest"})},[v==null?void 0:v.id]),m.useEffect(()=>()=>clearTimeout(U.current),[]);const $e=async()=>{if(!i){s("/login");return}try{const c=await z.like(e);h(c.liked),l(N=>N&&{...N,like_count:c.like_count})}catch(c){E.error(c instanceof Error?c.message:"操作失败")}},Re=async()=>{if(!i){s("/login");return}try{const c=await z.favorite(e);C(c.favorited),E.success(c.favorited?"已收藏":"已取消收藏")}catch(c){E.error(c instanceof Error?c.message:"操作失败")}},K={user:i,submitting:S,submitCount:y,onSubmit:async c=>{p(!0);try{const N=await z.addComment(e,{content:c.content,replyTo:v==null?void 0:v.id,guestNick:c.guestNick,guestEmail:c.guestEmail,guestUrl:c.guestUrl,isPrivate:c.isPrivate});i||kt(N.id),b(null),P(Ye=>Ye+1),E.success("评论成功"),d(await Q()),setTimeout(()=>We(N.floor),100)}catch(N){E.error(N instanceof Error?N.message:"评论失败")}finally{p(!1)}},onCancelReply:()=>b(null)};if(k)return t.jsx("div",{className:"post-detail-loading flex justify-center py-16",children:t.jsx(Ne,{size:"lg"})});if(!a)return t.jsxs("div",{className:"empty-state",children:[t.jsx("p",{children:"帖子不存在"}),t.jsx(T,{variant:"outline",onClick:()=>s("/"),children:"返回首页"})]});const Ae=((ne=(se=a.user)==null?void 0:se.nickname)==null?void 0:ne[0])||"?",ee=((ie=a.tags)==null?void 0:ie.split(/[,,]/).map(c=>c.trim()).filter(Boolean))??[],te=i&&(i.role==="admin"||i.id===a.user_id),Fe=(i==null?void 0:i.role)==="admin",Oe=R&&a.updated_at,Be=async()=>{if(a)try{const c=await z.adminPinPost(e,!a.pinned);l(N=>N&&{...N,pinned:c.pinned}),ft(),window.dispatchEvent(new Event("posts-refresh")),E.success(c.message)}catch(c){E.error(c instanceof Error?c.message:"操作失败")}},Ge=async()=>{if(a)try{const c=await z.adminLockPost(e,!a.edit_locked);l(N=>N&&{...N,edit_locked:c.edit_locked}),(i==null?void 0:i.role)==="admin"?L(!0):(i==null?void 0:i.id)===a.user_id&&c.edit_locked&&(L(!1),_("帖子已被管理员锁定,无法编辑")),E.success(c.message)}catch(c){E.error(c instanceof Error?c.message:"操作失败")}};return t.jsxs("div",{className:"page-wrap post-detail-page",ref:O,children:[t.jsxs("div",{className:"post-detail-header",children:[t.jsxs("div",{className:"post-detail-nav",children:[t.jsxs(T,{variant:"ghost",size:"sm",onClick:()=>s(-1),children:[t.jsx(at,{}),"返回"]}),a.board&&t.jsx(re,{variant:"green",className:"post-detail-board-tag",children:a.board.name})]}),t.jsxs("div",{className:"post-detail-head",children:[t.jsxs("h1",{className:"post-detail-title",children:[a.pinned&&t.jsx(He,{className:"mr-2",size:18}),a.title]}),t.jsxs("div",{className:"post-detail-author-row",children:[t.jsx("div",{className:"post-avatar post-avatar-lg",children:(ae=a.user)!=null&&ae.avatar?t.jsx("img",{src:a.user.avatar,alt:""}):Ae}),t.jsxs("div",{className:"post-detail-author-info",children:[t.jsx("span",{className:"post-detail-author-name",children:(oe=a.user)==null?void 0:oe.nickname}),t.jsxs("span",{className:"post-detail-meta-line",children:["发布于 ",Y(a.created_at),Oe&&t.jsxs(t.Fragment,{children:[" · 编辑于 ",Y(a.updated_at)]})," · ",a.view_count," 次浏览",a.edit_locked&&t.jsxs("span",{className:"post-detail-locked-tag",title:"管理员已锁定编辑",children:[t.jsx(ce,{size:12})," 已锁定"]})]})]})]})]}),ee.length>0&&t.jsx("div",{className:"post-detail-tags",children:ee.map(c=>t.jsx(re,{variant:"secondary",children:c},c))}),t.jsx(J,{html:a.content||"",isLoggedIn:!!i}),t.jsxs("div",{className:"post-detail-actions",children:[t.jsxs(T,{variant:f?"default":"outline",size:"sm",onClick:$e,children:[t.jsx(ot,{}),"点赞 ",a.like_count]}),t.jsxs(T,{variant:w?"default":"outline",size:"sm",onClick:Re,children:[t.jsx(lt,{}),w?"已收藏":"收藏"]}),I&&t.jsxs(T,{variant:"outline",size:"sm",onClick:()=>s(`/post/${e}/edit`),children:[t.jsx(rt,{}),"编辑"]}),te&&R&&t.jsxs(T,{variant:"outline",size:"sm",onClick:()=>F(!0),children:[t.jsx(Ce,{}),"编辑历史"]}),te&&!I&&g&&t.jsx("span",{className:"post-detail-edit-hint",title:g,children:g}),Fe&&t.jsxs(t.Fragment,{children:[t.jsxs(T,{variant:"outline",size:"sm",onClick:Be,children:[t.jsx(ct,{}),a.pinned?"取消置顶":"置顶"]}),t.jsxs(T,{variant:"outline",size:"sm",onClick:Ge,children:[t.jsx(ce,{}),a.edit_locked?"解锁编辑":"锁定编辑"]})]})]})]}),t.jsx(At,{postId:e,currentPost:{title:a.title,content:a.content??"",tags:a.tags??""},open:D,onClose:()=>F(!1),isLoggedIn:!!i}),t.jsxs("div",{className:"comment-section",ref:B,children:[t.jsxs("div",{className:"comment-section-bar",children:[t.jsx("span",{className:"comment-section-title",children:"评论区"}),t.jsxs("span",{className:"comment-section-count",children:[r.length," 条评论"]})]}),!v&&t.jsx("div",{className:"comment-box-wrap",ref:ze,children:t.jsx(de,{...K})}),t.jsx("div",{className:"comment-list-area",children:r.length===0&&!v?t.jsxs("div",{className:"comment-empty",children:[t.jsx("div",{className:"comment-empty-icon",children:"💬"}),t.jsx("p",{children:"暂无评论,来抢沙发吧"})]}):t.jsx(jt,{comments:r,highlightFloor:u,replyToId:(v==null?void 0:v.id)??null,onReply:Me,onCancelReply:()=>b(null),renderReplyBox:c=>t.jsx(de,{...K,replyTo:c,inline:!0},c.id)})})]})]})}export{Kt as default}; diff --git a/embed_static/static/spa/assets/ProfilePage-ByQ-ocFr.js b/embed_static/static/spa/assets/ProfilePage-ByQ-ocFr.js new file mode 100644 index 0000000..123c8e3 --- /dev/null +++ b/embed_static/static/spa/assets/ProfilePage-ByQ-ocFr.js @@ -0,0 +1 @@ +import{e as M,r as c,j as s}from"./react-vendor-CFzzFOsg.js";import{u as F,a as L,F as P,c as l,d,e as m,b as h,f as j,o as B,s as u}from"./form-OSLy-cSS.js";import{u as R,d as U,S as W,B as o,a as f,n as i}from"./index-5C0q-ZMs.js";import{I as x}from"./input-CE0PJTgJ.js";import{B as $}from"./badge-DB-zL5ml.js";import{A as D,t as J,k as V}from"./ui-vendor-BtpOfToU.js";const q=B({nickname:u().min(1,"请输入昵称").max(64)}),H=r=>B({old_password:u().min(1,"请输入当前密码"),new_password:u().min(r,`新密码至少 ${r} 位`),confirm_password:u().min(1,"请确认新密码")}).refine(e=>e.new_password===e.confirm_password,{message:"两次输入的新密码不一致",path:["confirm_password"]});function Z(){const r=M(),{user:e,loading:g,refresh:y}=R(),[C,N]=c.useState(!1),[A,_]=c.useState(!1),[E,k]=c.useState(!1),p=c.useRef(null),{limits:v}=U(),w=F({resolver:L(q),values:{nickname:(e==null?void 0:e.nickname)??""}}),t=F({resolver:L(H(v.password_min_len)),defaultValues:{old_password:"",new_password:"",confirm_password:""}});if(c.useEffect(()=>{!g&&!e&&r("/login")},[g,e,r]),g)return s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(W,{size:"lg"})});if(!e)return null;const z=async a=>{N(!0);try{await f.updateNickname(a.nickname),await y(),i.success("昵称已更新")}catch(n){i.error(n instanceof Error?n.message:"更新失败")}finally{N(!1)}},I=async a=>{_(!0);try{await f.updatePassword(a.old_password,a.new_password),i.success("密码已修改,请重新登录"),t.reset(),await f.logout(),r("/login")}catch(n){i.error(n instanceof Error?n.message:"修改失败")}finally{_(!1)}},G=async a=>{var b;const n=(b=a.target.files)==null?void 0:b[0];if(n){if(n.size>v.avatar_max_mb*1024*1024){i.error(`头像不能超过 ${v.avatar_max_mb}MB`);return}k(!0);try{await f.uploadAvatar(n),await y(),i.success("头像已更新")}catch(S){i.error(S instanceof Error?S.message:"上传失败")}finally{k(!1),p.current&&(p.current.value="")}}};return s.jsx("div",{className:"page-wrap",children:s.jsxs("div",{className:"page-inner-wide",style:{maxWidth:640},children:[s.jsxs(o,{variant:"ghost",className:"mb-3",onClick:()=>r(-1),children:[s.jsx(D,{}),"返回"]}),s.jsxs("div",{className:"profile-header",children:[s.jsx("div",{className:"profile-avatar-lg",children:e.avatar?s.jsx("img",{src:e.avatar,alt:""}):e.nickname[0]}),s.jsxs("div",{children:[s.jsx("h1",{className:"page-title",style:{marginBottom:4},children:e.nickname}),s.jsxs("div",{style:{fontSize:13,color:"var(--color-text-3)"},children:["@",e.username]}),e.role==="admin"&&s.jsx($,{variant:"green",className:"mt-1.5",children:"管理员"})]})]}),e.role==="admin"&&s.jsxs("div",{className:"section-card admin-entry-card",children:[s.jsx("div",{className:"section-card-title",children:"管理员入口"}),s.jsx("p",{style:{fontSize:13,color:"var(--color-text-3)",margin:"0 0 12px"},children:"管理板块、用户、帖子及系统设置"}),s.jsxs("div",{className:"flex flex-wrap gap-2",children:[s.jsxs(o,{variant:"outline",onClick:()=>r("/admin/boards"),children:[s.jsx(J,{}),"管理板块"]}),s.jsxs(o,{onClick:()=>r("/admin/dashboard"),children:[s.jsx(V,{}),"进入系统后台"]})]})]}),s.jsxs("div",{className:"section-card",children:[s.jsx("div",{className:"section-card-title",children:"基本资料"}),s.jsx(P,{...w,children:s.jsxs("form",{onSubmit:w.handleSubmit(z),className:"space-y-4",children:[s.jsxs(l,{children:[s.jsx(d,{children:"用户名"}),s.jsx(m,{children:s.jsx(x,{value:e.username,disabled:!0})})]}),s.jsx(h,{control:w.control,name:"nickname",render:({field:a})=>s.jsxs(l,{children:[s.jsx(d,{children:"昵称"}),s.jsx(m,{children:s.jsx(x,{maxLength:64,placeholder:"显示名称",...a})}),s.jsx(j,{})]})}),s.jsx(o,{type:"submit",loading:C,children:"保存昵称"})]})})]}),s.jsxs("div",{className:"section-card",children:[s.jsx("div",{className:"section-card-title",children:"头像"}),s.jsx("p",{style:{fontSize:13,color:"var(--color-text-3)",margin:"0 0 12px"},children:"支持 JPG、PNG、GIF、WebP,不超过 2MB"}),s.jsx("input",{ref:p,type:"file",accept:"image/jpeg,image/png,image/gif,image/webp",style:{display:"none"},onChange:G}),s.jsx(o,{variant:"outline",loading:E,onClick:()=>{var a;return(a=p.current)==null?void 0:a.click()},children:"选择图片上传"})]}),s.jsxs("div",{className:"section-card",children:[s.jsx("div",{className:"section-card-title",children:"修改密码"}),s.jsx(P,{...t,children:s.jsxs("form",{onSubmit:t.handleSubmit(I),className:"space-y-4",children:[s.jsx(h,{control:t.control,name:"old_password",render:({field:a})=>s.jsxs(l,{children:[s.jsx(d,{children:"当前密码"}),s.jsx(m,{children:s.jsx(x,{type:"password",placeholder:"输入当前密码",...a})}),s.jsx(j,{})]})}),s.jsx(h,{control:t.control,name:"new_password",render:({field:a})=>s.jsxs(l,{children:[s.jsx(d,{children:"新密码"}),s.jsx(m,{children:s.jsx(x,{type:"password",placeholder:"至少 6 位",...a})}),s.jsx(j,{})]})}),s.jsx(h,{control:t.control,name:"confirm_password",render:({field:a})=>s.jsxs(l,{children:[s.jsx(d,{children:"确认新密码"}),s.jsx(m,{children:s.jsx(x,{type:"password",placeholder:"再次输入新密码",...a})}),s.jsx(j,{})]})}),s.jsx(o,{type:"submit",variant:"destructive",loading:A,children:"修改密码"})]})})]})]})})}export{Z as default}; diff --git a/embed_static/static/spa/assets/ProfilePage-CGuBSp7z.js b/embed_static/static/spa/assets/ProfilePage-CGuBSp7z.js deleted file mode 100644 index a2e90e4..0000000 --- a/embed_static/static/spa/assets/ProfilePage-CGuBSp7z.js +++ /dev/null @@ -1 +0,0 @@ -import{e as G,r as t,j as s}from"./react-vendor-CFzzFOsg.js";import{u as _,a as F,F as L,c as l,d,e as m,b as j,f as p,o as P,s as u}from"./form-xbbJUieP.js";import{u as M,S as R,B as o,a as f,n as i}from"./index-L-Mx2Hle.js";import{I as x}from"./input-CIPYpxcv.js";import{B as U}from"./badge-e5OBoJ6g.js";import{A as W,t as D,k as J}from"./ui-vendor-DGgNN2YO.js";const V=P({nickname:u().min(1,"请输入昵称").max(64)}),q=P({old_password:u().min(1,"请输入当前密码"),new_password:u().min(6,"新密码至少 6 位"),confirm_password:u().min(1,"请确认新密码")}).refine(r=>r.new_password===r.confirm_password,{message:"两次输入的新密码不一致",path:["confirm_password"]});function Y(){const r=G(),{user:a,loading:g,refresh:v}=M(),[B,y]=t.useState(!1),[C,N]=t.useState(!1),[A,k]=t.useState(!1),h=t.useRef(null),w=_({resolver:F(V),values:{nickname:(a==null?void 0:a.nickname)??""}}),c=_({resolver:F(q),defaultValues:{old_password:"",new_password:"",confirm_password:""}});if(t.useEffect(()=>{!g&&!a&&r("/login")},[g,a,r]),g)return s.jsx("div",{className:"flex justify-center py-16",children:s.jsx(R,{size:"lg"})});if(!a)return null;const E=async e=>{y(!0);try{await f.updateNickname(e.nickname),await v(),i.success("昵称已更新")}catch(n){i.error(n instanceof Error?n.message:"更新失败")}finally{y(!1)}},z=async e=>{N(!0);try{await f.updatePassword(e.old_password,e.new_password),i.success("密码已修改,请重新登录"),c.reset(),await f.logout(),r("/login")}catch(n){i.error(n instanceof Error?n.message:"修改失败")}finally{N(!1)}},I=async e=>{var b;const n=(b=e.target.files)==null?void 0:b[0];if(n){if(n.size>2*1024*1024){i.error("头像不能超过 2MB");return}k(!0);try{await f.uploadAvatar(n),await v(),i.success("头像已更新")}catch(S){i.error(S instanceof Error?S.message:"上传失败")}finally{k(!1),h.current&&(h.current.value="")}}};return s.jsx("div",{className:"page-wrap",children:s.jsxs("div",{className:"page-inner-wide",style:{maxWidth:640},children:[s.jsxs(o,{variant:"ghost",className:"mb-3",onClick:()=>r(-1),children:[s.jsx(W,{}),"返回"]}),s.jsxs("div",{className:"profile-header",children:[s.jsx("div",{className:"profile-avatar-lg",children:a.avatar?s.jsx("img",{src:a.avatar,alt:""}):a.nickname[0]}),s.jsxs("div",{children:[s.jsx("h1",{className:"page-title",style:{marginBottom:4},children:a.nickname}),s.jsxs("div",{style:{fontSize:13,color:"var(--color-text-3)"},children:["@",a.username]}),a.role==="admin"&&s.jsx(U,{variant:"green",className:"mt-1.5",children:"管理员"})]})]}),a.role==="admin"&&s.jsxs("div",{className:"section-card admin-entry-card",children:[s.jsx("div",{className:"section-card-title",children:"管理员入口"}),s.jsx("p",{style:{fontSize:13,color:"var(--color-text-3)",margin:"0 0 12px"},children:"管理板块、用户、帖子及系统设置"}),s.jsxs("div",{className:"flex flex-wrap gap-2",children:[s.jsxs(o,{variant:"outline",onClick:()=>r("/admin/boards"),children:[s.jsx(D,{}),"管理板块"]}),s.jsxs(o,{onClick:()=>r("/admin/dashboard"),children:[s.jsx(J,{}),"进入系统后台"]})]})]}),s.jsxs("div",{className:"section-card",children:[s.jsx("div",{className:"section-card-title",children:"基本资料"}),s.jsx(L,{...w,children:s.jsxs("form",{onSubmit:w.handleSubmit(E),className:"space-y-4",children:[s.jsxs(l,{children:[s.jsx(d,{children:"用户名"}),s.jsx(m,{children:s.jsx(x,{value:a.username,disabled:!0})})]}),s.jsx(j,{control:w.control,name:"nickname",render:({field:e})=>s.jsxs(l,{children:[s.jsx(d,{children:"昵称"}),s.jsx(m,{children:s.jsx(x,{maxLength:64,placeholder:"显示名称",...e})}),s.jsx(p,{})]})}),s.jsx(o,{type:"submit",loading:B,children:"保存昵称"})]})})]}),s.jsxs("div",{className:"section-card",children:[s.jsx("div",{className:"section-card-title",children:"头像"}),s.jsx("p",{style:{fontSize:13,color:"var(--color-text-3)",margin:"0 0 12px"},children:"支持 JPG、PNG、GIF、WebP,不超过 2MB"}),s.jsx("input",{ref:h,type:"file",accept:"image/jpeg,image/png,image/gif,image/webp",style:{display:"none"},onChange:I}),s.jsx(o,{variant:"outline",loading:A,onClick:()=>{var e;return(e=h.current)==null?void 0:e.click()},children:"选择图片上传"})]}),s.jsxs("div",{className:"section-card",children:[s.jsx("div",{className:"section-card-title",children:"修改密码"}),s.jsx(L,{...c,children:s.jsxs("form",{onSubmit:c.handleSubmit(z),className:"space-y-4",children:[s.jsx(j,{control:c.control,name:"old_password",render:({field:e})=>s.jsxs(l,{children:[s.jsx(d,{children:"当前密码"}),s.jsx(m,{children:s.jsx(x,{type:"password",placeholder:"输入当前密码",...e})}),s.jsx(p,{})]})}),s.jsx(j,{control:c.control,name:"new_password",render:({field:e})=>s.jsxs(l,{children:[s.jsx(d,{children:"新密码"}),s.jsx(m,{children:s.jsx(x,{type:"password",placeholder:"至少 6 位",...e})}),s.jsx(p,{})]})}),s.jsx(j,{control:c.control,name:"confirm_password",render:({field:e})=>s.jsxs(l,{children:[s.jsx(d,{children:"确认新密码"}),s.jsx(m,{children:s.jsx(x,{type:"password",placeholder:"再次输入新密码",...e})}),s.jsx(p,{})]})}),s.jsx(o,{type:"submit",variant:"destructive",loading:C,children:"修改密码"})]})})]})]})})}export{Y as default}; diff --git a/embed_static/static/spa/assets/RegisterPage-DxlIbwrc.js b/embed_static/static/spa/assets/RegisterPage-DxlIbwrc.js deleted file mode 100644 index e06da7f..0000000 --- a/embed_static/static/spa/assets/RegisterPage-DxlIbwrc.js +++ /dev/null @@ -1 +0,0 @@ -import{e as f,r as g,j as s,L as w}from"./react-vendor-CFzzFOsg.js";import{u as b,a as F,F as y,b as a,c as n,d as o,e as t,f as c,o as k,s as l}from"./form-xbbJUieP.js";import{u as N,B as S,a as v,n as x}from"./index-L-Mx2Hle.js";import{I as i}from"./input-CIPYpxcv.js";import"./ui-vendor-DGgNN2YO.js";const C=k({username:l().min(1,"请输入用户名"),nickname:l().optional(),password:l().min(6,"密码至少 6 位")});function R(){const u=f(),{refresh:j}=N(),[p,m]=g.useState(!1),r=b({resolver:F(C),defaultValues:{username:"",nickname:"",password:""}}),h=async e=>{m(!0);try{await v.register(e.username,e.password,e.nickname||e.username),await j(),x.success("注册成功"),u("/",{replace:!0})}catch(d){x.error(d instanceof Error?d.message:"注册失败")}finally{m(!1)}};return s.jsx("div",{className:"auth-page",children:s.jsxs("div",{className:"auth-box",children:[s.jsx("div",{className:"logo-mark",children:"姜"}),s.jsx("h1",{children:"注册账号"}),s.jsx("p",{className:"subtitle",children:"首个注册用户自动成为管理员"}),s.jsx(y,{...r,children:s.jsxs("form",{onSubmit:r.handleSubmit(h),className:"space-y-4",children:[s.jsx(a,{control:r.control,name:"username",render:({field:e})=>s.jsxs(n,{children:[s.jsx(o,{children:"用户名"}),s.jsx(t,{children:s.jsx(i,{placeholder:"3-32 位字母数字下划线",autoComplete:"username",...e})}),s.jsx(c,{})]})}),s.jsx(a,{control:r.control,name:"nickname",render:({field:e})=>s.jsxs(n,{children:[s.jsx(o,{children:"昵称"}),s.jsx(t,{children:s.jsx(i,{placeholder:"显示名称(可选)",autoComplete:"nickname",...e})}),s.jsx(c,{})]})}),s.jsx(a,{control:r.control,name:"password",render:({field:e})=>s.jsxs(n,{children:[s.jsx(o,{children:"密码"}),s.jsx(t,{children:s.jsx(i,{type:"password",placeholder:"至少 6 位",autoComplete:"new-password",...e})}),s.jsx(c,{})]})}),s.jsx(S,{type:"submit",className:"w-full",loading:p,children:"注册"})]})}),s.jsxs("p",{style:{textAlign:"center",marginTop:16,fontSize:13,color:"var(--color-text-3)"},children:["已有账号?",s.jsx(w,{to:"/login",children:"登录"})]})]})})}export{R as default}; diff --git a/embed_static/static/spa/assets/RegisterPage-s7NSU6sj.js b/embed_static/static/spa/assets/RegisterPage-s7NSU6sj.js new file mode 100644 index 0000000..87e7c62 --- /dev/null +++ b/embed_static/static/spa/assets/RegisterPage-s7NSU6sj.js @@ -0,0 +1 @@ +import{e as g,r as w,j as s,L as F}from"./react-vendor-CFzzFOsg.js";import{u as b,a as y,F as k,b as n,c as o,d as t,e as i,f as l,o as N,s as c}from"./form-OSLy-cSS.js";import{d as S,u as v,B as C,a as L,n as x}from"./index-5C0q-ZMs.js";import{I as m}from"./input-CE0PJTgJ.js";import"./ui-vendor-BtpOfToU.js";const _=r=>N({username:c().min(1,"请输入用户名"),nickname:c().optional(),password:c().min(r,`密码至少 ${r} 位`)});function $(){const{limits:r}=S(),p=g(),{refresh:j}=v(),[h,d]=w.useState(!1),a=b({resolver:y(_(r.password_min_len)),defaultValues:{username:"",nickname:"",password:""}}),f=async e=>{d(!0);try{await L.register(e.username,e.password,e.nickname||e.username),await j(),x.success("注册成功"),p("/",{replace:!0})}catch(u){x.error(u instanceof Error?u.message:"注册失败")}finally{d(!1)}};return s.jsx("div",{className:"auth-page",children:s.jsxs("div",{className:"auth-box",children:[s.jsx("div",{className:"logo-mark",children:"姜"}),s.jsx("h1",{children:"注册账号"}),s.jsx("p",{className:"subtitle",children:"首个注册用户自动成为管理员"}),s.jsx(k,{...a,children:s.jsxs("form",{onSubmit:a.handleSubmit(f),className:"space-y-4",children:[s.jsx(n,{control:a.control,name:"username",render:({field:e})=>s.jsxs(o,{children:[s.jsx(t,{children:"用户名"}),s.jsx(i,{children:s.jsx(m,{placeholder:"3-32 位字母数字下划线",autoComplete:"username",...e})}),s.jsx(l,{})]})}),s.jsx(n,{control:a.control,name:"nickname",render:({field:e})=>s.jsxs(o,{children:[s.jsx(t,{children:"昵称"}),s.jsx(i,{children:s.jsx(m,{placeholder:"显示名称(可选)",autoComplete:"nickname",...e})}),s.jsx(l,{})]})}),s.jsx(n,{control:a.control,name:"password",render:({field:e})=>s.jsxs(o,{children:[s.jsx(t,{children:"密码"}),s.jsx(i,{children:s.jsx(m,{type:"password",placeholder:`至少 ${r.password_min_len} 位`,autoComplete:"new-password",...e})}),s.jsx(l,{})]})}),s.jsx(C,{type:"submit",className:"w-full",loading:h,children:"注册"})]})}),s.jsxs("p",{style:{textAlign:"center",marginTop:16,fontSize:13,color:"var(--color-text-3)"},children:["已有账号?",s.jsx(F,{to:"/login",children:"登录"})]})]})})}export{$ as default}; diff --git a/embed_static/static/spa/assets/alert-dialog-BoQ7HSUR.js b/embed_static/static/spa/assets/alert-dialog-BoQ7HSUR.js new file mode 100644 index 0000000..c6ce9c6 --- /dev/null +++ b/embed_static/static/spa/assets/alert-dialog-BoQ7HSUR.js @@ -0,0 +1 @@ +import{r as l,j as s}from"./react-vendor-CFzzFOsg.js";import{ad as g,ae as x,af as N,ag as i,ah as d,ai as r,aj as n,ak as m,al as c}from"./ui-vendor-BtpOfToU.js";import{c as o,g as f}from"./index-5C0q-ZMs.js";const C=g,T=x,y=N,p=l.forwardRef(({className:a,...e},t)=>s.jsx(c,{className:o("fixed inset-0 z-[110] bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",a),...e,ref:t}));p.displayName=c.displayName;const u=l.forwardRef(({className:a,...e},t)=>s.jsxs(y,{children:[s.jsx(p,{}),s.jsx(i,{ref:t,className:o("fixed left-[50%] top-[50%] z-[110] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",a),...e})]}));u.displayName=i.displayName;const A=({className:a,...e})=>s.jsx("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",a),...e});A.displayName="AlertDialogHeader";const D=({className:a,...e})=>s.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",a),...e});D.displayName="AlertDialogFooter";const j=l.forwardRef(({className:a,...e},t)=>s.jsx(d,{ref:t,className:o("text-lg font-semibold",a),...e}));j.displayName=d.displayName;const w=l.forwardRef(({className:a,...e},t)=>s.jsx(r,{ref:t,className:o("text-sm text-muted-foreground",a),...e}));w.displayName=r.displayName;const b=l.forwardRef(({className:a,...e},t)=>s.jsx(m,{ref:t,className:o(f(),a),...e}));b.displayName=m.displayName;const R=l.forwardRef(({className:a,...e},t)=>s.jsx(n,{ref:t,className:o(f({variant:"outline"}),"mt-2 sm:mt-0",a),...e}));R.displayName=n.displayName;export{C as A,T as a,u as b,A as c,j as d,w as e,D as f,R as g,b as h}; diff --git a/embed_static/static/spa/assets/alert-dialog-Q1fPYDxo.js b/embed_static/static/spa/assets/alert-dialog-Q1fPYDxo.js deleted file mode 100644 index 8470b53..0000000 --- a/embed_static/static/spa/assets/alert-dialog-Q1fPYDxo.js +++ /dev/null @@ -1 +0,0 @@ -import{r as l,j as s}from"./react-vendor-CFzzFOsg.js";import{ad as g,ae as x,af as N,ag as i,ah as d,ai as r,aj as n,ak as m,al as c}from"./ui-vendor-DGgNN2YO.js";import{c as o,f}from"./index-L-Mx2Hle.js";const C=g,T=x,y=N,p=l.forwardRef(({className:a,...e},t)=>s.jsx(c,{className:o("fixed inset-0 z-[110] bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",a),...e,ref:t}));p.displayName=c.displayName;const u=l.forwardRef(({className:a,...e},t)=>s.jsxs(y,{children:[s.jsx(p,{}),s.jsx(i,{ref:t,className:o("fixed left-[50%] top-[50%] z-[110] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",a),...e})]}));u.displayName=i.displayName;const A=({className:a,...e})=>s.jsx("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",a),...e});A.displayName="AlertDialogHeader";const D=({className:a,...e})=>s.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",a),...e});D.displayName="AlertDialogFooter";const j=l.forwardRef(({className:a,...e},t)=>s.jsx(d,{ref:t,className:o("text-lg font-semibold",a),...e}));j.displayName=d.displayName;const w=l.forwardRef(({className:a,...e},t)=>s.jsx(r,{ref:t,className:o("text-sm text-muted-foreground",a),...e}));w.displayName=r.displayName;const b=l.forwardRef(({className:a,...e},t)=>s.jsx(m,{ref:t,className:o(f(),a),...e}));b.displayName=m.displayName;const R=l.forwardRef(({className:a,...e},t)=>s.jsx(n,{ref:t,className:o(f({variant:"outline"}),"mt-2 sm:mt-0",a),...e}));R.displayName=n.displayName;export{C as A,T as a,u as b,A as c,j as d,w as e,D as f,R as g,b as h}; diff --git a/embed_static/static/spa/assets/badge-e5OBoJ6g.js b/embed_static/static/spa/assets/badge-DB-zL5ml.js similarity index 85% rename from embed_static/static/spa/assets/badge-e5OBoJ6g.js rename to embed_static/static/spa/assets/badge-DB-zL5ml.js index e65ff7c..a61730d 100644 --- a/embed_static/static/spa/assets/badge-e5OBoJ6g.js +++ b/embed_static/static/spa/assets/badge-DB-zL5ml.js @@ -1 +1 @@ -import{j as n}from"./react-vendor-CFzzFOsg.js";import{c as a,e as o}from"./index-L-Mx2Hle.js";const s=o("inline-flex items-center rounded-md border px-2 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground shadow",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-destructive-foreground shadow",outline:"text-foreground",green:"border-transparent bg-[var(--j13-green-bg)] text-[var(--j13-green)]",orange:"border-transparent bg-orange-100 text-orange-700 dark:bg-orange-950 dark:text-orange-300"}},defaultVariants:{variant:"default"}});function g({className:r,variant:e,...t}){return n.jsx("div",{className:a(s({variant:e}),r),...t})}export{g as B}; +import{j as n}from"./react-vendor-CFzzFOsg.js";import{c as a,f as o}from"./index-5C0q-ZMs.js";const s=o("inline-flex items-center rounded-md border px-2 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground shadow",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-destructive-foreground shadow",outline:"text-foreground",green:"border-transparent bg-[var(--j13-green-bg)] text-[var(--j13-green)]",orange:"border-transparent bg-orange-100 text-orange-700 dark:bg-orange-950 dark:text-orange-300"}},defaultVariants:{variant:"default"}});function g({className:r,variant:e,...t}){return n.jsx("div",{className:a(s({variant:e}),r),...t})}export{g as B}; diff --git a/embed_static/static/spa/assets/form-xbbJUieP.js b/embed_static/static/spa/assets/form-OSLy-cSS.js similarity index 99% rename from embed_static/static/spa/assets/form-xbbJUieP.js rename to embed_static/static/spa/assets/form-OSLy-cSS.js index c623661..1664f46 100644 --- a/embed_static/static/spa/assets/form-xbbJUieP.js +++ b/embed_static/static/spa/assets/form-OSLy-cSS.js @@ -1,4 +1,4 @@ -import{k as S,r as me,j as ye}from"./react-vendor-CFzzFOsg.js";import{ab as Gr,u as Gn}from"./ui-vendor-DGgNN2YO.js";import{c as Ue,e as Kn}from"./index-L-Mx2Hle.js";var Me=e=>e.type==="checkbox",$e=e=>e instanceof Date,Q=e=>e==null;const Kr=e=>typeof e=="object";var M=e=>!Q(e)&&!Array.isArray(e)&&Kr(e)&&!$e(e),$t=e=>M(e)&&e.target?Me(e.target)?e.target.checked:e.target.value:e,qr=(e,t)=>t.split(".").some((r,n,o)=>!isNaN(Number(r))&&e.has(o.slice(0,n).join("."))),Yr=e=>{const t=e.constructor&&e.constructor.prototype;return M(t)&&t.hasOwnProperty("isPrototypeOf")},ot=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function B(e){if(e instanceof Date)return new Date(e);const t=typeof FileList<"u"&&e instanceof FileList;if(ot&&(e instanceof Blob||t))return e;const r=Array.isArray(e);if(!r&&!(M(e)&&Yr(e)))return e;const n=r?[]:Object.create(Object.getPrototypeOf(e));for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=B(e[o]));return n}const ve={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change",SUBMIT:"submit",TRIGGER:"trigger",VALID:"valid"},pe={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},he={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},vt="form",Hr="root",Xr=["__proto__","constructor","prototype"];var Le=e=>/^\w*$/.test(e),R=e=>e===void 0,st=e=>e.split(/[.[\]'"]/g).filter(Boolean),v=(e,t,r)=>{if(!t||!M(e))return r;const n=Le(t)?[t]:st(t);if(n.some(s=>Xr.includes(s)))return r;const o=n.reduce((s,i)=>Q(s)?void 0:s[i],e);return R(o)||o===e?R(e[t])?r:e[t]:o},ue=e=>typeof e=="boolean",te=e=>typeof e=="function",C=(e,t,r)=>{let n=-1;const o=Le(t)?[t]:st(t),s=o.length,i=s-1;for(;++nS.useContext(Nt);var Qr=(e,t,r,n=!0)=>{const o={};for(const s in e)Object.defineProperty(o,s,{get:()=>{const i=s;return t._proxyFormState[i]!==pe.all&&(t._proxyFormState[i]=!n||pe.all),r&&(r[i]=!0),e[i]}});return o};const Dt=ot?S.useLayoutEffect:S.useEffect;function qn(e){const t=Pt(),{control:r=t,disabled:n,name:o,exact:s}=e||{},[i,u]=S.useState(()=>({...r._formState,defaultValues:r._defaultValues})),l=S.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return Dt(()=>r._subscribe({name:o,formState:l.current,exact:s,callback:h=>{!n&&u({...r._formState,...h,defaultValues:r._defaultValues})}}),[o,n,s]),S.useEffect(()=>{l.current.isValid&&r._setValid(!0)},[r]),S.useMemo(()=>Qr(i,r,l.current,!1),[i,r])}var re=e=>typeof e=="string",Ot=(e,t,r,n,o)=>re(e)?(n&&t.watch.add(e),v(r,e,o)):Array.isArray(e)?e.map(s=>(n&&t.watch.add(s),v(r,s))):(n&&(t.watchAll=!0),r),Et=e=>Q(e)||!Kr(e);const ur=(e,t)=>t.length===0&&!Array.isArray(e)&&!Yr(e);function ae(e,t,r=new WeakMap){if(e===t)return!0;if(Et(e)||Et(t))return Object.is(e,t);if($e(e)&&$e(t))return Object.is(e.getTime(),t.getTime());const n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;if(ur(e,n)||ur(t,o))return Object.is(e,t);const s=r.get(e);if(s&&s.has(t))return!0;s?s.add(t):r.set(e,new WeakSet([t]));for(const i of n){const u=e[i];if(!(i in t))return!1;if(i!=="ref"){const l=t[i];if($e(u)&&$e(l)||(M(u)||Array.isArray(u))&&(M(l)||Array.isArray(l))?!ae(u,l,r):!Object.is(u,l))return!1}}return!0}function Yn(e){const t=Pt(),{control:r=t,name:n,defaultValue:o,disabled:s,exact:i,compute:u}=e||{},l=S.useRef(o),h=S.useRef(u),m=S.useRef(void 0),d=S.useRef(r),g=S.useRef(n);h.current=u;const[p,Z]=S.useState(()=>{const O=r._getWatch(n,l.current);return h.current?h.current(O):O}),A=S.useCallback(O=>{const I=Ot(n,r._names,O||r._formValues,!1,l.current);return h.current?h.current(I):I},[r._formValues,r._names,n]),T=S.useCallback(O=>{if(!s){const I=Ot(n,r._names,O||r._formValues,!1,l.current);if(h.current){const V=h.current(I);ae(V,m.current)||(Z(V),m.current=V)}else Z(I)}},[r._formValues,r._names,s,n]);Dt(()=>((d.current!==r||!ae(g.current,n))&&(d.current=r,g.current=n,T()),r._subscribe({name:n,formState:{values:!0},exact:i,callback:O=>{T(O.values)}})),[r,i,n,T]),S.useEffect(()=>r._removeUnmounted());const F=d.current!==r,z=g.current,W=S.useMemo(()=>{if(s)return null;const O=!F&&!ae(z,n);return F||O?A():null},[s,F,n,z,A]);return W!==null?W:p}function Hn(e){const t=Pt(),{name:r,disabled:n,control:o=t,shouldUnregister:s,defaultValue:i,exact:u=!0}=e,l=qr(o._names.array,r),h=S.useMemo(()=>v(o._formValues,r,v(o._defaultValues,r,i)),[o,r,i]),m=Yn({control:o,name:r,defaultValue:h,exact:u}),d=qn({control:o,name:r,exact:u}),g=S.useRef(e),p=S.useRef(null),Z=S.useRef(o.register(r,{...e.rules,value:m,...ue(e.disabled)?{disabled:e.disabled}:{}}));g.current=e;const A=S.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!v(d.errors,r)},isDirty:{enumerable:!0,get:()=>!!v(d.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!v(d.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!v(d.validatingFields,r)},error:{enumerable:!0,get:()=>v(d.errors,r)}}),[d,r]),T=S.useCallback(O=>{const I=$t(O);return v(o._fields,r)||(Z.current=o.register(r,{...g.current.rules,value:I})),Z.current.onChange({target:{value:$t(O),name:r},type:ve.CHANGE})},[r,o]),F=S.useCallback(()=>Z.current.onBlur({target:{value:v(o._formValues,r),name:r},type:ve.BLUR}),[r,o._formValues]),z=S.useCallback(O=>{O&&(p.current={focus:()=>te(O.focus)&&O.focus(),select:()=>te(O.select)&&O.select(),setCustomValidity:V=>te(O.setCustomValidity)&&O.setCustomValidity(V),reportValidity:()=>te(O.reportValidity)&&O.reportValidity()});const I=v(o._fields,r);I&&I._f&&O&&(I._f.ref=p.current)},[o._fields,r]),W=S.useMemo(()=>({name:r,value:m,...ue(n)||d.disabled?{disabled:d.disabled||n}:{},onChange:T,onBlur:F,ref:z}),[r,n,d.disabled,T,F,z,m]);return S.useEffect(()=>{const O=o._options.shouldUnregister||s;o.register(r,{...g.current.rules,...ue(g.current.disabled)?{disabled:g.current.disabled}:{}});const I=(V,j)=>{const ne=v(o._fields,V);ne&&ne._f&&(ne._f.mount=j)};if(I(r,!0),O){const V=B(v(s?o._defaultValues:o._options.values||o._defaultValues,r,v(o._options.defaultValues,r,g.current.defaultValue)));C(o._defaultValues,r,V),R(v(o._formValues,r))&&C(o._formValues,r,V)}if(!l&&o.register(r),p.current){const V=v(o._fields,r);V&&V._f&&(V._f.ref=p.current)}return()=>{(l?O&&!o._state.action:O)?o.unregister(r):I(r,!1)}},[r,o,l,s]),S.useEffect(()=>{o._setDisabledField({disabled:n,name:r})},[n,r,o]),S.useMemo(()=>({field:W,formState:d,fieldState:A}),[W,d,A])}const Xn=e=>e.render(Hn(e)),Ct=S.createContext(null);Ct.displayName="HookFormContext";const Qn=()=>S.useContext(Ct),eo=({children:e,watch:t,getValues:r,getFieldState:n,setError:o,clearErrors:s,setValue:i,setValues:u,trigger:l,formState:h,resetField:m,reset:d,handleSubmit:g,unregister:p,control:Z,register:A,setFocus:T,subscribe:F})=>{const z=S.useMemo(()=>({watch:t,getValues:r,getFieldState:n,setError:o,clearErrors:s,setValue:i,setValues:u,trigger:l,formState:h,resetField:m,reset:d,handleSubmit:g,unregister:p,control:Z,register:A,setFocus:T,subscribe:F}),[s,Z,h,n,r,g,A,d,m,o,T,i,u,F,l,p,t]);return S.createElement(Ct.Provider,{value:z},S.createElement(Nt.Provider,{value:z.control},e))};var xt=(e,t,r,n,o)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[n]:o||!0}}:{},en=e=>Array.isArray(e)?e.filter(Boolean):[],He=e=>Array.isArray(e)?e:[e],ar=()=>{let e=[];return{get observers(){return e},next:o=>{for(const s of e)s.next&&s.next(o)},subscribe:o=>(e.push(o),{unsubscribe:()=>{e=e.filter(s=>s!==o)}}),unsubscribe:()=>{e=[]}}};function tn(e,t){const r={};for(const n in e)if(e.hasOwnProperty(n)){const o=e[n],s=t[n];if(o&&M(o)&&s){const i=tn(o,s);M(i)&&(r[n]=i)}else e[n]&&(r[n]=s)}return r}var X=e=>M(e)&&!Object.keys(e).length,Rt=e=>e.type==="file",Xe=e=>{if(!ot)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},rn=e=>e.type==="select-multiple",jt=e=>e.type==="radio",to=e=>jt(e)||Me(e),bt=e=>Xe(e)&&e.isConnected;function ro(e,t){const r=t.slice(0,-1).length;let n=0;for(;n{for(const t in e)if(te(e[t]))return!0;return!1};function nn(e){return Array.isArray(e)||M(e)&&!oo(e)}function Zt(e,t={}){for(const r in e){const n=e[r];nn(n)?(t[r]=Array.isArray(n)?[]:{},Zt(n,t[r])):R(n)||(t[r]=!0)}return t}function St(e){if(e!==!1){if(e===!0)return!0;if(Array.isArray(e)){const t=e.map(r=>St(r));return t.some(r=>r!==void 0)?t:void 0}if(M(e)){const t={};for(const r in e){const n=St(e[r]);R(n)||(t[r]=n)}return Object.keys(t).length?t:void 0}}}function ze(e,t,r){r||(r=Zt(t));for(const n in e){const o=e[n];if(nn(o))R(t)||Et(r[n])?r[n]=Zt(o,Array.isArray(o)?[]:{}):ze(o,Q(t)?{}:t[n],r[n]);else{const s=t[n];r[n]=!ae(o,s)}}return St(r)||{}}const cr={value:!1,isValid:!1},lr={value:!0,isValid:!0};var on=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(r=>r&&r.checked&&!r.disabled).map(r=>r.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!R(e[0].attributes.value)?R(e[0].value)||e[0].value===""?lr:{value:e[0].value,isValid:!0}:lr:cr}return cr},sn=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:n})=>R(e)?e:t?e===""?NaN:e&&+e:r&&re(e)?new Date(e):n?n(e):e;const fr={isValid:!1,value:null};var un=e=>Array.isArray(e)?e.reduce((t,r)=>r&&r.checked&&!r.disabled?{isValid:!0,value:r.value}:t,fr):fr;function dr(e){const t=e.ref;return Rt(t)?t.files:jt(t)?un(e.refs).value:rn(t)?[...t.selectedOptions].map(({value:r})=>r):Me(t)?on(e.refs).value:sn(R(t.value)?e.ref.value:t.value,e)}var so=(e,t,r,n)=>{const o={};for(const s of e){const i=v(t,s);i&&C(o,s,i._f)}return{criteriaMode:r,names:[...e],fields:o,shouldUseNativeValidation:n}},Qe=e=>e instanceof RegExp,De=e=>R(e)?e:Qe(e)?e.source:M(e)?Qe(e.value)?e.value.source:e.value:e,hr=e=>({isOnSubmit:!e||e===pe.onSubmit,isOnBlur:e===pe.onBlur,isOnChange:e===pe.onChange,isOnAll:e===pe.all,isOnTouch:e===pe.onTouched});const pr="AsyncFunction";var io=e=>!!e&&!!e.validate&&!!(te(e.validate)&&e.validate.constructor.name===pr||M(e.validate)&&Object.values(e.validate).find(t=>t.constructor.name===pr)),uo=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate),wt=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some(n=>e.startsWith(`${n}.`)));const xe=(e,t,r,n)=>{for(const o of r||Object.keys(e)){const s=v(e,o);if(s){const{_f:i,...u}=s;if(i){if(i.refs&&i.refs[0]&&t(i.refs[0],o)&&!n)return!0;if(i.ref&&t(i.ref,i.name)&&!n)return!0;if(xe(u,t))break}else if(M(u)&&xe(u,t))break}}};function mr(e,t,r){const n=v(e,r);if(n||Le(r))return{error:n,name:r};const o=r.split(".");for(;o.length;){const s=o.join("."),i=v(t,s),u=v(e,s);if(i&&!Array.isArray(i)&&r!==s)return{name:r};if(u&&u.type)return{name:s,error:u};if(u&&u.root&&u.root.type)return{name:`${s}.root`,error:u.root};o.pop()}return{name:r}}var ao=(e,t,r,n)=>{r(e);const{name:o,...s}=e;return X(s)||n&&Object.keys(s).length>=Object.keys(t).length||Object.keys(s).find(i=>t[i]===(!n||pe.all))},co=(e,t,r)=>!e||!t||e===t||He(e).some(n=>n&&(r?n===t:n.startsWith(t)||t.startsWith(n))),lo=(e,t,r,n,o)=>o.isOnAll?!1:!r&&o.isOnTouch?!(t||e):(r?n.isOnBlur:o.isOnBlur)?!e:(r?n.isOnChange:o.isOnChange)?e:!0,fo=(e,t)=>!en(v(e,t)).length&&q(e,t),_r=(e,t,r)=>{const n=v(e,r),o=Array.isArray(n)?n:[];return C(o,Hr,t[r]),C(e,r,o),e};function gr(e,t,r="validate"){if(re(e)||Array.isArray(e)&&e.every(re)||ue(e)&&!e)return{type:r,message:re(e)?e:"",ref:t}}var Ie=e=>M(e)&&!Qe(e)?e:{value:e,message:""},yr=async(e,t,r,n,o,s)=>{const{ref:i,refs:u,required:l,maxLength:h,minLength:m,min:d,max:g,pattern:p,validate:Z,name:A,valueAsNumber:T,mount:F}=e._f,z=v(r,A);if(!F||t.has(A))return{};const W=u?u[0]:i,O=D=>{if(o&&W.reportValidity){const N=ue(D)?"":D||"";u?u.forEach(G=>G.setCustomValidity(N)):W.setCustomValidity(N),W.reportValidity()}},I={},V=jt(i),j=Me(i),ne=V||j,_e=(T||Rt(i))&&R(i.value)&&R(z)||Xe(i)&&i.value===""||z===""||Array.isArray(z)&&!z.length,ie=xt.bind(null,A,n,I),Be=(D,N,G,J=he.maxLength,ce=he.minLength)=>{const ge=D?N:G;I[A]={type:D?J:ce,message:ge,ref:i,...ie(D?J:ce,ge)}};if(s?!Array.isArray(z)||!z.length:l&&(!ne&&(_e||Q(z))||ue(z)&&!z||j&&!on(u).isValid||V&&!un(u).isValid)){const{value:D,message:N}=re(l)?{value:!!l,message:l}:Ie(l);if(D&&(I[A]={type:he.required,message:N,ref:W,...ie(he.required,N)},!n))return O(N),I}if(!_e&&(!Q(d)||!Q(g))){let D,N;const G=Ie(g),J=Ie(d);if(!Q(z)&&!isNaN(z)){const ce=i.valueAsNumber||z&&+z;Q(G.value)||(D=ce>G.value),Q(J.value)||(N=cenew Date(new Date().toDateString()+" "+We),Se=i.type=="time",Te=i.type=="week";re(G.value)&&z&&(D=Se?ge(z)>ge(G.value):Te?z>G.value:ce>new Date(G.value)),re(J.value)&&z&&(N=Se?ge(z)+D.value,J=!Q(N.value)&&z.length<+N.value;if((G||J)&&(Be(G,D.message,N.message),!n))return O(I[A].message),I}if(p&&!_e&&re(z)){const{value:D,message:N}=Ie(p);if(Qe(D)&&!z.match(D)&&(I[A]={type:he.pattern,message:N,ref:i,...ie(he.pattern,N)},!n))return O(N),I}if(Z){if(te(Z)){const D=await Z(z,r),N=gr(D,W);if(N&&(I[A]={...N,...ie(he.validate,N.message)},!n))return O(N.message),I}else if(M(Z)){let D={};for(const N in Z){if(!X(D)&&!n)break;const G=gr(await Z[N](z,r),W,N);G&&(D={...G,...ie(N,G.message)},O(G.message),n&&(I[A]=D))}if(!X(D)&&(I[A]={ref:W,...D},!n))return I}}return O(!0),I};const ho={mode:pe.onSubmit,reValidateMode:pe.onChange,shouldFocusError:!0},an={submitCount:0,isDirty:!1,isReady:!1,isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{}};function po(e={}){let t={...ho,...e},r={...B(an),isLoading:te(t.defaultValues),errors:t.errors||{},disabled:t.disabled||!1},n={},o=M(t.defaultValues)||M(t.values)?B(t.defaultValues||t.values)||{}:{},s=t.shouldUnregister?{}:B(o),i={action:!1,mount:!1,watch:!1,keepIsValid:!1},u={mount:new Set,disabled:new Set,unMount:new Set,array:new Set,watch:new Set,registerName:new Set},l,h=0;const m={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},d={...m};let g={...d};const p={array:ar(),state:ar()},Z=t.criteriaMode===pe.all,A=a=>c=>{clearTimeout(h),h=setTimeout(a,c)},T=async a=>{if(!i.keepIsValid&&!t.disabled&&(d.isValid||g.isValid||a)){let c;t.resolver?(c=X((await ie()).errors),F()):c=await N({fields:n,onlyCheckValid:!0,eventType:ve.VALID}),c!==r.isValid&&p.state.next({isValid:c})}},F=(a,c)=>{!t.disabled&&(d.isValidating||d.validatingFields||g.isValidating||g.validatingFields)&&((a||Array.from(u.mount)).forEach(f=>{f&&(c?C(r.validatingFields,f,c):q(r.validatingFields,f))}),p.state.next({validatingFields:r.validatingFields,isValidating:!X(r.validatingFields)}))},z=()=>{r.dirtyFields=ze(o,s)},W=(a,c=[],f,y,w=!0,k=!0)=>{if(y&&f&&!t.disabled){if(i.action=!0,k&&Array.isArray(v(n,a))){const b=f(v(n,a),y.argA,y.argB);w&&C(n,a,b)}if(k&&Array.isArray(v(r.errors,a))){const b=f(v(r.errors,a),y.argA,y.argB);w&&C(r.errors,a,b),fo(r.errors,a)}if((d.touchedFields||g.touchedFields)&&k&&Array.isArray(v(r.touchedFields,a))){const b=f(v(r.touchedFields,a),y.argA,y.argB);w&&C(r.touchedFields,a,b)}(d.dirtyFields||g.dirtyFields)&&z(),p.state.next({name:a,isDirty:J(a,c),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else C(s,a,c)},O=(a,c)=>{C(r.errors,a,c),r.errors={...r.errors},p.state.next({errors:r.errors})},I=a=>{r.errors=a,p.state.next({errors:r.errors,isValid:!1})},V=a=>{const c=Le(a)?[a]:st(a);let f=s,y=o;for(let w=0;w{const w=v(n,a);if(w){if(V(a))return;const k=R(v(s,a)),b=v(s,a,R(f)?v(o,a):f);R(b)||y&&y.defaultChecked||c?C(s,a,c?b:dr(w._f)):Se(a,b),i.mount&&!i.action&&(T(),k&&r.isDirty&&(d.isDirty||g.isDirty)&&(J()||(r.isDirty=!1,p.state.next({...r}))),e.shouldUnregister&&k&&!R(v(s,a))&&wt(a,u)&&(i.watch=!0))}},ne=(a,c,f,y,w)=>{let k=!1,b=!1;const $={name:a};if(!t.disabled){if(!f||y){(d.isDirty||g.isDirty)&&(b=r.isDirty,r.isDirty=$.isDirty=J(),k=b!==$.isDirty);const P=ae(v(o,a),c);b=!!v(r.dirtyFields,a),P!==r.isDirty?r.dirtyFields=ze(o,s):P?q(r.dirtyFields,a):C(r.dirtyFields,a,!0),$.dirtyFields=r.dirtyFields,k=k||(d.dirtyFields||g.dirtyFields)&&b!==!P}if(f){const P=v(r.touchedFields,a);P||(C(r.touchedFields,a,f),$.touchedFields=r.touchedFields,k=k||(d.touchedFields||g.touchedFields)&&P!==f)}k&&w&&p.state.next($)}return k?$:{}},_e=(a,c,f,y)=>{const w=v(r.errors,a),k=(d.isValid||g.isValid)&&ue(c)&&r.isValid!==c;if(t.delayError&&f?(l=A(()=>O(a,f)),l(t.delayError)):(clearTimeout(h),l=null,f?C(r.errors,a,f):q(r.errors,a),r.errors={...r.errors}),(f?!ae(w,f):w)||!X(y)||k){const b={...y,...k&&ue(c)?{isValid:c}:{},errors:r.errors,name:a};r={...r,...b},p.state.next(b)}},ie=async a=>(F(a,!0),await t.resolver(s,t.context,so(a||u.mount,n,t.criteriaMode,t.shouldUseNativeValidation))),Be=async a=>{const{errors:c}=await ie(a);if(F(a),a){for(const f of a){const y=v(c,f);y?u.array.has(f)&&M(y)&&!Object.keys(y).some(w=>!Number.isNaN(Number(w)))?_r(r.errors,{[f]:y},f):C(r.errors,f,y):q(r.errors,f)}r.errors={...r.errors}}else r.errors=c;return c},D=async({name:a,eventType:c})=>{if(e.validate){const f=await e.validate({formValues:s,formState:r,name:a,eventType:c});if(M(f))for(const y in f){const w=f[y];w&&Ge(`${vt}.${y}`,{message:re(w.message)?w.message:"",type:w.type||he.validate})}else re(f)||!f?Ge(vt,{message:f||"",type:he.validate}):Xt(vt);return f}return!0},N=async({fields:a,onlyCheckValid:c,name:f,eventType:y,context:w={valid:!0,runRootValidation:!1}})=>{if(e.validate&&(w.runRootValidation=!0,!await D({name:f,eventType:y})&&(w.valid=!1,c)))return w.valid;for(const k in a){const b=a[k];if(b){const{_f:$,...P}=b;if($){const K=u.array.has($.name),le=b._f&&io(b._f),de=d.validatingFields||d.isValidating||g.validatingFields||g.isValidating;le&&de&&F([$.name],!0);const ke=await yr(b,u.disabled,s,Z,t.shouldUseNativeValidation&&!c,K);if(le&&de&&F([$.name]),ke[$.name]&&(w.valid=!1,c)||(!c&&(v(ke,$.name)?K?_r(r.errors,ke,$.name):C(r.errors,$.name,ke[$.name]):q(r.errors,$.name)),e.shouldUseNativeValidation&&ke[$.name]))break}!X(P)&&await N({context:w,onlyCheckValid:c,fields:P,name:k,eventType:y})}}return w.valid},G=()=>{for(const a of u.unMount){const c=v(n,a);c&&(c._f.refs?c._f.refs.every(f=>!bt(f)):!bt(c._f.ref))&&mt(a)}u.unMount=new Set},J=(a,c)=>!t.disabled&&(a&&c&&C(s,a,c),!ae(Yt(),o)),ce=(a,c,f)=>Ot(a,u,{...i.mount?s:R(c)?o:re(a)?{[a]:c}:c},f,c),ge=a=>en(v(i.mount?s:o,a,t.shouldUnregister?v(o,a,[]):[])),Se=(a,c,f={},y=!1)=>{const w=v(n,a);let k=c;if(w){const b=w._f;b&&(!b.disabled&&C(s,a,sn(c,b)),k=Xe(b.ref)&&Q(c)?"":c,rn(b.ref)?[...b.ref.options].forEach($=>$.selected=k.includes($.value)):b.refs?Me(b.ref)?b.refs.forEach($=>{(!$.defaultChecked||!$.disabled)&&(Array.isArray(k)?$.checked=!!k.find(P=>P===$.value):$.checked=k===$.value||!!k)}):b.refs.forEach($=>$.checked=$.value===k):Rt(b.ref)?b.ref.value="":(b.ref.value=k,b.ref.type||p.state.next({name:a,values:y?s:B(s)})))}(f.shouldDirty||f.shouldTouch)&&ne(a,k,f.shouldTouch,f.shouldDirty,!0),f.shouldValidate&&pt(a)},Te=(a,c,f,y=!1)=>{for(const w in c){if(!c.hasOwnProperty(w))return;const k=c[w],b=a+"."+w,$=v(n,b);(u.array.has(a)||M(k)||$&&!$._f)&&!$e(k)?Te(b,k,f,y):Se(b,k,f,y)}},We=(a,c,f,y)=>{const w=v(n,a),k=u.array.has(a),b=y?c:B(c),$=v(s,a),P=ae($,b);if(P||C(s,a,b),k)p.array.next({name:a,values:y?s:B(s)}),(d.isDirty||d.dirtyFields||g.isDirty||g.dirtyFields)&&f.shouldDirty&&(z(),p.state.next({name:a,dirtyFields:r.dirtyFields,isDirty:J(a,b)}));else{const K=Array.isArray(b)&&!b.length||X(b);!w||w._f||Q(b)||K?Se(a,b,f,y):Te(a,b,f,y)}if(!P){const K=wt(a,u),le=y?s:B(s);p.state.next({...K&&r,name:i.mount||K?a:void 0,values:le})}},Ne=(a,c,f={})=>We(a,c,f,!1),xn=(a,c={})=>{const f=te(a)?a(s):a;if(!ae(s,f)){s={...s,...f};for(const y of u.mount)We(y,v(f,y),c,!0);p.state.next({...r,name:void 0,type:void 0,values:s}),c.shouldValidate&&T()}},Kt=async a=>{i.mount=!0;const c=a.target;let f=c.name,y=!0;const w=v(n,f),k=P=>{y=Number.isNaN(P)||$e(P)&&isNaN(P.getTime())||ae(P,v(s,f,P))},b=hr(t.mode),$=hr(t.reValidateMode);if(w){let P,K;const le=c.type?dr(w._f):$t(a),de=a.type===ve.BLUR||a.type===ve.FOCUS_OUT,ke=!uo(w._f)&&!e.validate&&!t.resolver&&!v(r.errors,f)&&!w._f.deps||lo(de,v(r.touchedFields,f),r.isSubmitted,$,b),yt=wt(f,u,de);C(s,f,le),de?(!c||!c.readOnly)&&(w._f.onBlur&&w._f.onBlur(a),l&&l(0)):w._f.onChange&&w._f.onChange(a);const Pe=ne(f,le,de),Bn=!X(Pe)||yt;if(!de&&p.state.next({name:f,type:a.type,values:B(s)}),ke)return(d.isValid||g.isValid)&&(t.mode==="onBlur"?de&&T():de||T()),Bn&&p.state.next({name:f,...yt?{}:Pe});if(!t.resolver&&e.validate&&await D({name:f,eventType:a.type}),!de&&yt&&p.state.next({...r}),t.resolver){const{errors:sr}=await ie([f]);if(F([f]),k(le),!y){!X(Pe)&&p.state.next(Pe);return}const Wn=mr(r.errors,n,f),ir=mr(sr,n,Wn.name||f);P=ir.error,f=ir.name,K=X(sr)}else F([f],!0),P=(await yr(w,u.disabled,s,Z,t.shouldUseNativeValidation))[f],F([f]),k(le),y&&(P?K=!1:(d.isValid||g.isValid)&&(K=await N({fields:n,onlyCheckValid:!0,name:f,eventType:a.type})));y&&(w._f.deps&&(!Array.isArray(w._f.deps)||w._f.deps.length>0)&&pt(w._f.deps),_e(f,K,P,Pe))}},qt=(a,c)=>{if(v(r.errors,c)&&a.focus)return a.focus(),1},pt=async(a,c={})=>{let f,y;const w=He(a);if(t.resolver){const k=await Be(R(a)?a:w);f=X(k),y=a?!w.some(b=>v(k,b)):f}else a?(y=(await Promise.all(w.map(async k=>{const b=v(n,k);return await N({fields:b&&b._f?{[k]:b}:b,eventType:ve.TRIGGER})}))).every(Boolean),!(!y&&!r.isValid)&&T()):y=f=await N({fields:n,name:a,eventType:ve.TRIGGER});return p.state.next({...!re(a)||(d.isValid||g.isValid)&&f!==r.isValid?{}:{name:a},...t.resolver||!a?{isValid:f}:{},errors:r.errors}),c.shouldFocus&&!y&&xe(n,qt,a?w:u.mount),y},Yt=(a,c)=>{let f={...i.mount?s:o};return c&&(f=tn(c.dirtyFields?r.dirtyFields:r.touchedFields,f)),R(a)?f:re(a)?v(f,a):a.map(y=>v(f,y))},Ht=(a,c)=>({invalid:!!v((c||r).errors,a),isDirty:!!v((c||r).dirtyFields,a),error:v((c||r).errors,a),isValidating:!!v(r.validatingFields,a),isTouched:!!v((c||r).touchedFields,a)}),Xt=a=>{const c=a?He(a):void 0;c==null||c.forEach(f=>q(r.errors,f)),c?c.forEach(f=>{p.state.next({name:f,errors:r.errors})}):p.state.next({errors:{}})},Ge=(a,c,f)=>{const y=(v(n,a,{_f:{}})._f||{}).ref,w=v(r.errors,a)||{},{ref:k,message:b,type:$,...P}=w;C(r.errors,a,{...P,...c,ref:y}),p.state.next({name:a,errors:r.errors,isValid:!1}),f&&f.shouldFocus&&y&&y.focus&&y.focus()},Rn=(a,c)=>te(a)?p.state.subscribe({next:f=>"values"in f&&a(f.values||ce(void 0,c),f)}):ce(a,c,!0),Qt=a=>p.state.subscribe({next:c=>{if(co(a.name,c.name,a.exact)&&ao(c,a.formState||d,Jn,a.reRenderRoot)){const f={...s};a.callback({values:f,...r,...c,defaultValues:o})}}}).unsubscribe,jn=a=>(i.mount=!0,g={...g,...a.formState},Qt({...a,formState:{...m,...a.formState}})),mt=(a,c={})=>{for(const f of a?He(a):u.mount)u.mount.delete(f),u.array.delete(f),c.keepValue||(q(n,f),q(s,f)),!c.keepError&&q(r.errors,f),!c.keepDirty&&q(r.dirtyFields,f),!c.keepTouched&&q(r.touchedFields,f),!c.keepIsValidating&&q(r.validatingFields,f),!t.shouldUnregister&&!c.keepDefaultValue&&q(o,f);p.state.next({values:B(s)}),p.state.next({...r,...c.keepDirty?{isDirty:J()}:{}}),!c.keepIsValid&&T()},er=({disabled:a,name:c})=>{if(ue(a)&&i.mount||a||u.disabled.has(c)){const w=u.disabled.has(c)!==!!a;a?u.disabled.add(c):u.disabled.delete(c),w&&i.mount&&!i.action&&T()}},_t=(a,c={})=>{let f=v(n,a);const y=ue(c.disabled)||ue(t.disabled),w=!u.registerName.has(a)&&f&&f._f&&!f._f.mount;return C(n,a,{...f||{},_f:{...f&&f._f?f._f:{ref:{name:a}},name:a,mount:!0,...c}}),u.mount.add(a),f&&!w?er({disabled:ue(c.disabled)?c.disabled:t.disabled,name:a}):j(a,!0,c.value),{...y?{disabled:c.disabled||t.disabled}:{},...t.progressive?{required:!!c.required,min:De(c.min),max:De(c.max),minLength:De(c.minLength),maxLength:De(c.maxLength),pattern:De(c.pattern)}:{},name:a,onChange:Kt,onBlur:Kt,ref:k=>{if(k){u.registerName.add(a),_t(a,c),u.registerName.delete(a),f=v(n,a);const b=R(k.value)&&k.querySelectorAll&&k.querySelectorAll("input,select,textarea")[0]||k,$=to(b),P=f._f.refs||[];if($?P.find(K=>K===b):b===f._f.ref)return;C(n,a,{_f:{...f._f,...$?{refs:[...P.filter(bt),b,...Array.isArray(v(o,a))?[{}]:[]],ref:{type:b.type,name:a}}:{ref:b}}}),j(a,!1,void 0,b)}else f=v(n,a,{}),f._f&&(f._f.mount=!1),(t.shouldUnregister||c.shouldUnregister)&&!(qr(u.array,a)&&i.action)&&u.unMount.add(a)}}},gt=()=>t.shouldFocusError&&!t.shouldUseNativeValidation&&xe(n,qt,u.mount),Un=a=>{ue(a)&&(p.state.next({disabled:a}),xe(n,(c,f)=>{const y=v(n,f);y&&(c.disabled=y._f.disabled||a,Array.isArray(y._f.refs)&&y._f.refs.forEach(w=>{w.disabled=y._f.disabled||a}))},0,!1))},tr=(a,c)=>async f=>{let y;f&&(f.preventDefault&&f.preventDefault(),f.persist&&f.persist());let w=B(s);if(p.state.next({isSubmitting:!0}),t.resolver){const{errors:k,values:b}=await ie();F(),r.errors=k,w=B(b)}else await N({fields:n,eventType:ve.SUBMIT});if(u.disabled.size)for(const k of u.disabled)q(w,k);if(q(r.errors,Hr),X(r.errors)){p.state.next({errors:{}});try{await a(w,f)}catch(k){y=k}}else c&&await c({...r.errors},f),gt(),setTimeout(gt);if(p.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:X(r.errors)&&!y,submitCount:r.submitCount+1,errors:r.errors}),y)throw y},Mn=(a,c={})=>{v(n,a)&&(R(c.defaultValue)?Ne(a,B(v(o,a))):(Ne(a,c.defaultValue),C(o,a,B(c.defaultValue))),c.keepTouched||q(r.touchedFields,a),c.keepDirty||(q(r.dirtyFields,a),r.isDirty=c.defaultValue?J(a,B(v(o,a))):J()),c.keepError||(q(r.errors,a),d.isValid&&T()),p.state.next({...r}))},rr=(a,c={})=>{const f=a?B(a):o,y=B(f),w=X(a),k=y;if(c.keepDefaultValues||(o=f),!c.keepValues){if(c.keepDirtyValues){const b=new Set([...u.mount,...Object.keys(ze(o,s))]);for(const $ of Array.from(b)){const P=v(r.dirtyFields,$),K=v(s,$),le=v(k,$);P&&!R(K)?C(k,$,K):!P&&!R(le)&&Ne($,le)}}else{if(ot&&R(a))for(const b of u.mount){const $=v(n,b);if($&&$._f){const P=Array.isArray($._f.refs)?$._f.refs[0]:$._f.ref;if(Xe(P)){const K=P.closest("form");if(K){K.reset();break}}}}if(c.keepFieldsRef)for(const b of u.mount)Ne(b,v(k,b));else n={}}if(t.shouldUnregister){if(s=c.keepDefaultValues?B(o):{},c.keepFieldsRef)for(const b of u.mount)C(s,b,v(k,b))}else s=B(k);p.array.next({values:{...k}}),p.state.next({values:{...k}})}u={mount:c.keepDirtyValues?u.mount:new Set,unMount:new Set,array:new Set,registerName:new Set,disabled:new Set,watch:new Set,watchAll:!1,focus:""},i.mount=!d.isValid||!!c.keepIsValid||!!c.keepDirtyValues||!t.shouldUnregister&&!X(k),i.watch=!!t.shouldUnregister,i.keepIsValid=!!c.keepIsValid,i.action=!1,c.keepErrors||(r.errors={}),p.state.next({submitCount:c.keepSubmitCount?r.submitCount:0,isDirty:w?!1:c.keepDirty?r.isDirty:c.keepValues?J():!!(c.keepDefaultValues&&!ae(a,o)),isSubmitted:c.keepIsSubmitted?r.isSubmitted:!1,dirtyFields:w?{}:c.keepDirtyValues?c.keepDefaultValues&&s?ze(o,s):r.dirtyFields:c.keepDefaultValues&&a?ze(o,a):c.keepDirty?r.dirtyFields:{},touchedFields:c.keepTouched?r.touchedFields:{},errors:c.keepErrors?r.errors:{},isSubmitSuccessful:c.keepIsSubmitSuccessful?r.isSubmitSuccessful:!1,isSubmitting:!1,defaultValues:o})},nr=(a,c)=>rr(te(a)?a(s):a,{...t.resetOptions,...c}),Ln=(a,c={})=>{const f=v(n,a),y=f&&f._f;if(y){const w=y.refs?y.refs[0]:y.ref;w.focus&&setTimeout(()=>{w.focus(),c.shouldSelect&&te(w.select)&&w.select()})}},Jn=a=>{r={...r,...a}},or={control:{register:_t,unregister:mt,getFieldState:Ht,handleSubmit:tr,setError:Ge,_subscribe:Qt,_runSchema:ie,_updateIsValidating:F,_focusError:gt,_getWatch:ce,_getDirty:J,_setValid:T,_setFieldArray:W,_setDisabledField:er,_setErrors:I,_getFieldArray:ge,_reset:rr,_resetDefaultValues:()=>te(t.defaultValues)&&t.defaultValues().then(a=>{nr(a,t.resetOptions),p.state.next({isLoading:!1})}),_removeUnmounted:G,_disableForm:Un,_subjects:p,_proxyFormState:d,get _fields(){return n},get _formValues(){return s},get _state(){return i},set _state(a){i=a},get _defaultValues(){return o},get _names(){return u},set _names(a){u=a},get _formState(){return r},get _options(){return t},set _options(a){t={...t,...a}}},subscribe:jn,trigger:pt,register:_t,handleSubmit:tr,watch:Rn,setValue:Ne,setValues:xn,getValues:Yt,reset:nr,resetField:Mn,resetDefaultValues:(a,c={})=>{if(o=B(a),!c.keepDirty){const f=ze(o,s);r.dirtyFields=f,r.isDirty=!X(f)}c.keepIsValid||T(),p.state.next({...r,defaultValues:o})},clearErrors:Xt,unregister:mt,setError:Ge,setFocus:Ln,getFieldState:Ht};return{...or,formControl:or}}function uc(e={}){const t=S.useRef(void 0),r=S.useRef(void 0),n=S.useRef(e.formControl),[o,s]=S.useState(()=>({...B(an),isLoading:te(e.defaultValues),errors:e.errors||{},disabled:e.disabled||!1,defaultValues:te(e.defaultValues)?void 0:e.defaultValues}));if(!t.current||e.formControl&&n.current!==e.formControl)if(n.current=e.formControl,e.formControl)t.current={...e.formControl,formState:o},e.defaultValues&&!te(e.defaultValues)&&e.formControl.reset(e.defaultValues,e.resetOptions);else{const{formControl:u,...l}=po(e);t.current={...l,formState:o}}const i=t.current.control;return i._options=e,Dt(()=>{const u=i._subscribe({formState:i._proxyFormState,callback:()=>s({...i._formState,defaultValues:i._defaultValues}),reRenderRoot:!0});return s(l=>({...l,isReady:!0})),i._formState.isReady=!0,u},[i]),S.useEffect(()=>i._disableForm(e.disabled),[i,e.disabled]),S.useEffect(()=>{e.mode&&(i._options.mode=e.mode),e.reValidateMode&&(i._options.reValidateMode=e.reValidateMode)},[i,e.mode,e.reValidateMode]),S.useEffect(()=>{e.errors&&(i._setErrors(e.errors),i._focusError())},[i,e.errors]),S.useEffect(()=>{e.shouldUnregister&&i._subjects.state.next({values:i._getWatch()})},[i,e.shouldUnregister]),S.useEffect(()=>{if(i._proxyFormState.isDirty){const u=i._getDirty();u!==o.isDirty&&i._subjects.state.next({isDirty:u})}},[i,o.isDirty]),S.useEffect(()=>{var u;e.values&&!ae(e.values,r.current)?(i._reset(e.values,{keepFieldsRef:!0,...i._options.resetOptions}),!((u=i._options.resetOptions)===null||u===void 0)&&u.keepIsValid||i._setValid(),r.current=e.values,s(l=>({...l}))):i._resetDefaultValues()},[i,e.values]),S.useEffect(()=>{i._state.mount||(i._setValid(),i._state.mount=!0),i._state.watch&&(i._state.watch=!1,i._subjects.state.next({...i._formState})),i._removeUnmounted()}),t.current.formState=S.useMemo(()=>Qr(o,i),[i,o]),t.current}const vr=(e,t,r)=>{if(e&&"reportValidity"in e){const n=v(r,t);e.setCustomValidity(n&&n.message||""),e.reportValidity()}},It=(e,t)=>{for(const r in t.fields){const n=t.fields[r];n&&n.ref&&"reportValidity"in n.ref?vr(n.ref,r,e):n&&n.refs&&n.refs.forEach(o=>vr(o,r,e))}},br=(e,t)=>{t.shouldUseNativeValidation&&It(e,t);const r={};for(const n in e){const o=v(t.fields,n),s=Object.assign(e[n]||{},{ref:o&&o.ref});if(mo(t.names||Object.keys(e),n)){const i=Object.assign({},v(r,n));C(i,"root",s),C(r,n,i)}else C(r,n,s)}return r},mo=(e,t)=>{const r=wr(t).replace(/[.*+?^${}()|\\]/g,"\\$&");return e.some(n=>wr(n).match(`^${r}\\.\\d+`))};function wr(e){return e.replace(/[\[\]]/g,"")}var kr;function _(e,t,r){function n(u,l){if(u._zod||Object.defineProperty(u,"_zod",{value:{def:l,constr:i,traits:new Set},enumerable:!1}),u._zod.traits.has(e))return;u._zod.traits.add(e),t(u,l);const h=i.prototype,m=Object.keys(h);for(let d=0;d{var l,h;return r!=null&&r.Parent&&u instanceof r.Parent?!0:(h=(l=u==null?void 0:u._zod)==null?void 0:l.traits)==null?void 0:h.has(e)}}),Object.defineProperty(i,"name",{value:e}),i}class Fe extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class cn extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}}(kr=globalThis).__zod_globalConfig??(kr.__zod_globalConfig={});const Ut=globalThis.__zod_globalConfig;function Oe(e){return Ut}function ln(e){const t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function At(e,t){return typeof t=="bigint"?t.toString():t}function Mt(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function Lt(e){return e==null}function Jt(e){const t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function _o(e,t){const r=e/t,n=Math.round(r),o=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-n){};function et(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const yo=Mt(()=>{var e;if(Ut.jitless||typeof navigator<"u"&&((e=navigator==null?void 0:navigator.userAgent)!=null&&e.includes("Cloudflare")))return!1;try{const t=Function;return new t(""),!0}catch{return!1}});function Re(e){if(et(e)===!1)return!1;const t=e.constructor;if(t===void 0||typeof t!="function")return!0;const r=t.prototype;return!(et(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function dn(e){return Re(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}const vo=new Set(["string","number","symbol"]);function it(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function we(e,t,r){const n=new e._zod.constr(t??e._zod.def);return(!t||r!=null&&r.parent)&&(n._zod.parent=e),n}function E(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if((t==null?void 0:t.message)!==void 0){if((t==null?void 0:t.error)!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function bo(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const wo={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function ko(e,t){const r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");const s=be(e._zod.def,{get shape(){const i={};for(const u in t){if(!(u in r.shape))throw new Error(`Unrecognized key: "${u}"`);t[u]&&(i[u]=r.shape[u])}return Ze(this,"shape",i),i},checks:[]});return we(e,s)}function zo(e,t){const r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");const s=be(e._zod.def,{get shape(){const i={...e._zod.def.shape};for(const u in t){if(!(u in r.shape))throw new Error(`Unrecognized key: "${u}"`);t[u]&&delete i[u]}return Ze(this,"shape",i),i},checks:[]});return we(e,s)}function $o(e,t){if(!Re(t))throw new Error("Invalid input to extend: expected a plain object");const r=e._zod.def.checks;if(r&&r.length>0){const s=e._zod.def.shape;for(const i in t)if(Object.getOwnPropertyDescriptor(s,i)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}const o=be(e._zod.def,{get shape(){const s={...e._zod.def.shape,...t};return Ze(this,"shape",s),s}});return we(e,o)}function Oo(e,t){if(!Re(t))throw new Error("Invalid input to safeExtend: expected a plain object");const r=be(e._zod.def,{get shape(){const n={...e._zod.def.shape,...t};return Ze(this,"shape",n),n}});return we(e,r)}function Eo(e,t){var n;if((n=e._zod.def.checks)!=null&&n.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");const r=be(e._zod.def,{get shape(){const o={...e._zod.def.shape,...t._zod.def.shape};return Ze(this,"shape",o),o},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return we(e,r)}function Zo(e,t,r){const o=t._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");const i=be(t._zod.def,{get shape(){const u=t._zod.def.shape,l={...u};if(r)for(const h in r){if(!(h in u))throw new Error(`Unrecognized key: "${h}"`);r[h]&&(l[h]=e?new e({type:"optional",innerType:u[h]}):u[h])}else for(const h in u)l[h]=e?new e({type:"optional",innerType:u[h]}):u[h];return Ze(this,"shape",l),l},checks:[]});return we(t,i)}function So(e,t,r){const n=be(t._zod.def,{get shape(){const o=t._zod.def.shape,s={...o};if(r)for(const i in r){if(!(i in s))throw new Error(`Unrecognized key: "${i}"`);r[i]&&(s[i]=new e({type:"nonoptional",innerType:o[i]}))}else for(const i in o)s[i]=new e({type:"nonoptional",innerType:o[i]});return Ze(this,"shape",s),s}});return we(t,n)}function Ae(e,t=0){var r;if(e.aborted===!0)return!0;for(let n=t;n{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function Ke(e){return typeof e=="string"?e:e==null?void 0:e.message}function Ee(e,t,r){var l,h,m,d,g,p;const n=e.message?e.message:Ke((m=(h=(l=e.inst)==null?void 0:l._zod.def)==null?void 0:h.error)==null?void 0:m.call(h,e))??Ke((d=t==null?void 0:t.error)==null?void 0:d.call(t,e))??Ke((g=r.customError)==null?void 0:g.call(r,e))??Ke((p=r.localeError)==null?void 0:p.call(r,e))??"Invalid input",{inst:o,continue:s,input:i,...u}=e;return u.path??(u.path=[]),u.message=n,t!=null&&t.reportInput&&(u.input=i),u}function Bt(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function je(...e){const[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}const pn=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,At,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Wt=_("$ZodError",pn),ut=_("$ZodError",pn,{Parent:Error});function Ao(e,t=r=>r.message){const r={},n=[];for(const o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function Fo(e,t=r=>r.message){const r={_errors:[]},n=(o,s=[])=>{for(const i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(u=>n({issues:u},[...s,...i.path]));else if(i.code==="invalid_key")n({issues:i.issues},[...s,...i.path]);else if(i.code==="invalid_element")n({issues:i.issues},[...s,...i.path]);else{const u=[...s,...i.path];if(u.length===0)r._errors.push(t(i));else{let l=r,h=0;for(;h(t,r,n,o)=>{const s=n?{...n,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Fe;if(i.issues.length){const u=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>Ee(l,s,Oe())));throw fn(u,o==null?void 0:o.callee),u}return i.value},Vo=at(ut),ct=e=>async(t,r,n,o)=>{const s=n?{...n,async:!0}:{async:!0};let i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){const u=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>Ee(l,s,Oe())));throw fn(u,o==null?void 0:o.callee),u}return i.value},To=ct(ut),lt=e=>(t,r,n)=>{const o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Fe;return s.issues.length?{success:!1,error:new(e??Wt)(s.issues.map(i=>Ee(i,o,Oe())))}:{success:!0,data:s.value}},No=lt(ut),ft=e=>async(t,r,n)=>{const o=n?{...n,async:!0}:{async:!0};let s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>Ee(i,o,Oe())))}:{success:!0,data:s.value}},Po=ft(ut),Do=e=>(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return at(e)(t,r,o)},Co=e=>(t,r,n)=>at(e)(t,r,n),xo=e=>async(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return ct(e)(t,r,o)},Ro=e=>async(t,r,n)=>ct(e)(t,r,n),jo=e=>(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return lt(e)(t,r,o)},Uo=e=>(t,r,n)=>lt(e)(t,r,n),Mo=e=>async(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return ft(e)(t,r,o)},Lo=e=>async(t,r,n)=>ft(e)(t,r,n),Jo=/^[cC][0-9a-z]{6,}$/,Bo=/^[0-9a-z]+$/,Wo=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Go=/^[0-9a-vA-V]{20}$/,Ko=/^[A-Za-z0-9]{27}$/,qo=/^[a-zA-Z0-9_-]{21}$/,Yo=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Ho=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Or=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Xo=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Qo="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function es(){return new RegExp(Qo,"u")}const ts=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,rs=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ns=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,os=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,ss=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,mn=/^[A-Za-z0-9_-]*$/,is=/^https?$/,us=/^\+[1-9]\d{6,14}$/,_n="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",as=new RegExp(`^${_n}$`);function gn(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function cs(e){return new RegExp(`^${gn(e)}$`)}function ls(e){const t=gn({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const n=`${t}(?:${r.join("|")})`;return new RegExp(`^${_n}T(?:${n})$`)}const fs=e=>{const t=e?`[\\s\\S]{${(e==null?void 0:e.minimum)??0},${(e==null?void 0:e.maximum)??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},ds=/^-?\d+$/,hs=/^-?\d+(?:\.\d+)?$/,ps=/^[^A-Z]*$/,ms=/^[^a-z]*$/,se=_("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),yn={number:"number",bigint:"bigint",object:"date"},vn=_("$ZodCheckLessThan",(e,t)=>{se.init(e,t);const r=yn[typeof t.value];e._zod.onattach.push(n=>{const o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value{(t.inclusive?n.value<=t.value:n.value{se.init(e,t);const r=yn[typeof t.value];e._zod.onattach.push(n=>{const o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),_s=_("$ZodCheckMultipleOf",(e,t)=>{se.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):_o(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),gs=_("$ZodCheckNumberFormat",(e,t)=>{var i;se.init(e,t),t.format=t.format||"float64";const r=(i=t.format)==null?void 0:i.includes("int"),n=r?"int":"number",[o,s]=wo[t.format];e._zod.onattach.push(u=>{const l=u._zod.bag;l.format=t.format,l.minimum=o,l.maximum=s,r&&(l.pattern=ds)}),e._zod.check=u=>{const l=u.value;if(r){if(!Number.isInteger(l)){u.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?u.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):u.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}ls&&u.issues.push({origin:"number",input:l,code:"too_big",maximum:s,inclusive:!0,inst:e,continue:!t.abort})}}),ys=_("$ZodCheckMaxLength",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!Lt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum{const o=n.value;if(o.length<=t.maximum)return;const i=Bt(o);n.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),vs=_("$ZodCheckMinLength",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!Lt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{const o=n.value;if(o.length>=t.minimum)return;const i=Bt(o);n.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),bs=_("$ZodCheckLengthEquals",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!Lt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{const o=n.value,s=o.length;if(s===t.length)return;const i=Bt(o),u=s>t.length;n.issues.push({origin:i,...u?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),dt=_("$ZodCheckStringFormat",(e,t)=>{var r,n;se.init(e,t),e._zod.onattach.push(o=>{const s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),ws=_("$ZodCheckRegex",(e,t)=>{dt.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),ks=_("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=ps),dt.init(e,t)}),zs=_("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=ms),dt.init(e,t)}),$s=_("$ZodCheckIncludes",(e,t)=>{se.init(e,t);const r=it(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{const s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),Os=_("$ZodCheckStartsWith",(e,t)=>{se.init(e,t);const r=new RegExp(`^${it(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Es=_("$ZodCheckEndsWith",(e,t)=>{se.init(e,t);const r=new RegExp(`.*${it(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}}),Zs=_("$ZodCheckOverwrite",(e,t)=>{se.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});class Ss{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const n=t.split(` +import{k as S,r as me,j as ye}from"./react-vendor-CFzzFOsg.js";import{ab as Gr,u as Gn}from"./ui-vendor-BtpOfToU.js";import{c as Ue,f as Kn}from"./index-5C0q-ZMs.js";var Me=e=>e.type==="checkbox",$e=e=>e instanceof Date,Q=e=>e==null;const Kr=e=>typeof e=="object";var M=e=>!Q(e)&&!Array.isArray(e)&&Kr(e)&&!$e(e),$t=e=>M(e)&&e.target?Me(e.target)?e.target.checked:e.target.value:e,qr=(e,t)=>t.split(".").some((r,n,o)=>!isNaN(Number(r))&&e.has(o.slice(0,n).join("."))),Yr=e=>{const t=e.constructor&&e.constructor.prototype;return M(t)&&t.hasOwnProperty("isPrototypeOf")},ot=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function B(e){if(e instanceof Date)return new Date(e);const t=typeof FileList<"u"&&e instanceof FileList;if(ot&&(e instanceof Blob||t))return e;const r=Array.isArray(e);if(!r&&!(M(e)&&Yr(e)))return e;const n=r?[]:Object.create(Object.getPrototypeOf(e));for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=B(e[o]));return n}const ve={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change",SUBMIT:"submit",TRIGGER:"trigger",VALID:"valid"},pe={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},he={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},vt="form",Hr="root",Xr=["__proto__","constructor","prototype"];var Le=e=>/^\w*$/.test(e),R=e=>e===void 0,st=e=>e.split(/[.[\]'"]/g).filter(Boolean),v=(e,t,r)=>{if(!t||!M(e))return r;const n=Le(t)?[t]:st(t);if(n.some(s=>Xr.includes(s)))return r;const o=n.reduce((s,i)=>Q(s)?void 0:s[i],e);return R(o)||o===e?R(e[t])?r:e[t]:o},ue=e=>typeof e=="boolean",te=e=>typeof e=="function",C=(e,t,r)=>{let n=-1;const o=Le(t)?[t]:st(t),s=o.length,i=s-1;for(;++nS.useContext(Nt);var Qr=(e,t,r,n=!0)=>{const o={};for(const s in e)Object.defineProperty(o,s,{get:()=>{const i=s;return t._proxyFormState[i]!==pe.all&&(t._proxyFormState[i]=!n||pe.all),r&&(r[i]=!0),e[i]}});return o};const Dt=ot?S.useLayoutEffect:S.useEffect;function qn(e){const t=Pt(),{control:r=t,disabled:n,name:o,exact:s}=e||{},[i,u]=S.useState(()=>({...r._formState,defaultValues:r._defaultValues})),l=S.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return Dt(()=>r._subscribe({name:o,formState:l.current,exact:s,callback:h=>{!n&&u({...r._formState,...h,defaultValues:r._defaultValues})}}),[o,n,s]),S.useEffect(()=>{l.current.isValid&&r._setValid(!0)},[r]),S.useMemo(()=>Qr(i,r,l.current,!1),[i,r])}var re=e=>typeof e=="string",Ot=(e,t,r,n,o)=>re(e)?(n&&t.watch.add(e),v(r,e,o)):Array.isArray(e)?e.map(s=>(n&&t.watch.add(s),v(r,s))):(n&&(t.watchAll=!0),r),Et=e=>Q(e)||!Kr(e);const ur=(e,t)=>t.length===0&&!Array.isArray(e)&&!Yr(e);function ae(e,t,r=new WeakMap){if(e===t)return!0;if(Et(e)||Et(t))return Object.is(e,t);if($e(e)&&$e(t))return Object.is(e.getTime(),t.getTime());const n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;if(ur(e,n)||ur(t,o))return Object.is(e,t);const s=r.get(e);if(s&&s.has(t))return!0;s?s.add(t):r.set(e,new WeakSet([t]));for(const i of n){const u=e[i];if(!(i in t))return!1;if(i!=="ref"){const l=t[i];if($e(u)&&$e(l)||(M(u)||Array.isArray(u))&&(M(l)||Array.isArray(l))?!ae(u,l,r):!Object.is(u,l))return!1}}return!0}function Yn(e){const t=Pt(),{control:r=t,name:n,defaultValue:o,disabled:s,exact:i,compute:u}=e||{},l=S.useRef(o),h=S.useRef(u),m=S.useRef(void 0),d=S.useRef(r),g=S.useRef(n);h.current=u;const[p,Z]=S.useState(()=>{const O=r._getWatch(n,l.current);return h.current?h.current(O):O}),A=S.useCallback(O=>{const I=Ot(n,r._names,O||r._formValues,!1,l.current);return h.current?h.current(I):I},[r._formValues,r._names,n]),T=S.useCallback(O=>{if(!s){const I=Ot(n,r._names,O||r._formValues,!1,l.current);if(h.current){const V=h.current(I);ae(V,m.current)||(Z(V),m.current=V)}else Z(I)}},[r._formValues,r._names,s,n]);Dt(()=>((d.current!==r||!ae(g.current,n))&&(d.current=r,g.current=n,T()),r._subscribe({name:n,formState:{values:!0},exact:i,callback:O=>{T(O.values)}})),[r,i,n,T]),S.useEffect(()=>r._removeUnmounted());const F=d.current!==r,z=g.current,W=S.useMemo(()=>{if(s)return null;const O=!F&&!ae(z,n);return F||O?A():null},[s,F,n,z,A]);return W!==null?W:p}function Hn(e){const t=Pt(),{name:r,disabled:n,control:o=t,shouldUnregister:s,defaultValue:i,exact:u=!0}=e,l=qr(o._names.array,r),h=S.useMemo(()=>v(o._formValues,r,v(o._defaultValues,r,i)),[o,r,i]),m=Yn({control:o,name:r,defaultValue:h,exact:u}),d=qn({control:o,name:r,exact:u}),g=S.useRef(e),p=S.useRef(null),Z=S.useRef(o.register(r,{...e.rules,value:m,...ue(e.disabled)?{disabled:e.disabled}:{}}));g.current=e;const A=S.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!v(d.errors,r)},isDirty:{enumerable:!0,get:()=>!!v(d.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!v(d.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!v(d.validatingFields,r)},error:{enumerable:!0,get:()=>v(d.errors,r)}}),[d,r]),T=S.useCallback(O=>{const I=$t(O);return v(o._fields,r)||(Z.current=o.register(r,{...g.current.rules,value:I})),Z.current.onChange({target:{value:$t(O),name:r},type:ve.CHANGE})},[r,o]),F=S.useCallback(()=>Z.current.onBlur({target:{value:v(o._formValues,r),name:r},type:ve.BLUR}),[r,o._formValues]),z=S.useCallback(O=>{O&&(p.current={focus:()=>te(O.focus)&&O.focus(),select:()=>te(O.select)&&O.select(),setCustomValidity:V=>te(O.setCustomValidity)&&O.setCustomValidity(V),reportValidity:()=>te(O.reportValidity)&&O.reportValidity()});const I=v(o._fields,r);I&&I._f&&O&&(I._f.ref=p.current)},[o._fields,r]),W=S.useMemo(()=>({name:r,value:m,...ue(n)||d.disabled?{disabled:d.disabled||n}:{},onChange:T,onBlur:F,ref:z}),[r,n,d.disabled,T,F,z,m]);return S.useEffect(()=>{const O=o._options.shouldUnregister||s;o.register(r,{...g.current.rules,...ue(g.current.disabled)?{disabled:g.current.disabled}:{}});const I=(V,j)=>{const ne=v(o._fields,V);ne&&ne._f&&(ne._f.mount=j)};if(I(r,!0),O){const V=B(v(s?o._defaultValues:o._options.values||o._defaultValues,r,v(o._options.defaultValues,r,g.current.defaultValue)));C(o._defaultValues,r,V),R(v(o._formValues,r))&&C(o._formValues,r,V)}if(!l&&o.register(r),p.current){const V=v(o._fields,r);V&&V._f&&(V._f.ref=p.current)}return()=>{(l?O&&!o._state.action:O)?o.unregister(r):I(r,!1)}},[r,o,l,s]),S.useEffect(()=>{o._setDisabledField({disabled:n,name:r})},[n,r,o]),S.useMemo(()=>({field:W,formState:d,fieldState:A}),[W,d,A])}const Xn=e=>e.render(Hn(e)),Ct=S.createContext(null);Ct.displayName="HookFormContext";const Qn=()=>S.useContext(Ct),eo=({children:e,watch:t,getValues:r,getFieldState:n,setError:o,clearErrors:s,setValue:i,setValues:u,trigger:l,formState:h,resetField:m,reset:d,handleSubmit:g,unregister:p,control:Z,register:A,setFocus:T,subscribe:F})=>{const z=S.useMemo(()=>({watch:t,getValues:r,getFieldState:n,setError:o,clearErrors:s,setValue:i,setValues:u,trigger:l,formState:h,resetField:m,reset:d,handleSubmit:g,unregister:p,control:Z,register:A,setFocus:T,subscribe:F}),[s,Z,h,n,r,g,A,d,m,o,T,i,u,F,l,p,t]);return S.createElement(Ct.Provider,{value:z},S.createElement(Nt.Provider,{value:z.control},e))};var xt=(e,t,r,n,o)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[n]:o||!0}}:{},en=e=>Array.isArray(e)?e.filter(Boolean):[],He=e=>Array.isArray(e)?e:[e],ar=()=>{let e=[];return{get observers(){return e},next:o=>{for(const s of e)s.next&&s.next(o)},subscribe:o=>(e.push(o),{unsubscribe:()=>{e=e.filter(s=>s!==o)}}),unsubscribe:()=>{e=[]}}};function tn(e,t){const r={};for(const n in e)if(e.hasOwnProperty(n)){const o=e[n],s=t[n];if(o&&M(o)&&s){const i=tn(o,s);M(i)&&(r[n]=i)}else e[n]&&(r[n]=s)}return r}var X=e=>M(e)&&!Object.keys(e).length,Rt=e=>e.type==="file",Xe=e=>{if(!ot)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},rn=e=>e.type==="select-multiple",jt=e=>e.type==="radio",to=e=>jt(e)||Me(e),bt=e=>Xe(e)&&e.isConnected;function ro(e,t){const r=t.slice(0,-1).length;let n=0;for(;n{for(const t in e)if(te(e[t]))return!0;return!1};function nn(e){return Array.isArray(e)||M(e)&&!oo(e)}function Zt(e,t={}){for(const r in e){const n=e[r];nn(n)?(t[r]=Array.isArray(n)?[]:{},Zt(n,t[r])):R(n)||(t[r]=!0)}return t}function St(e){if(e!==!1){if(e===!0)return!0;if(Array.isArray(e)){const t=e.map(r=>St(r));return t.some(r=>r!==void 0)?t:void 0}if(M(e)){const t={};for(const r in e){const n=St(e[r]);R(n)||(t[r]=n)}return Object.keys(t).length?t:void 0}}}function ze(e,t,r){r||(r=Zt(t));for(const n in e){const o=e[n];if(nn(o))R(t)||Et(r[n])?r[n]=Zt(o,Array.isArray(o)?[]:{}):ze(o,Q(t)?{}:t[n],r[n]);else{const s=t[n];r[n]=!ae(o,s)}}return St(r)||{}}const cr={value:!1,isValid:!1},lr={value:!0,isValid:!0};var on=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(r=>r&&r.checked&&!r.disabled).map(r=>r.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!R(e[0].attributes.value)?R(e[0].value)||e[0].value===""?lr:{value:e[0].value,isValid:!0}:lr:cr}return cr},sn=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:n})=>R(e)?e:t?e===""?NaN:e&&+e:r&&re(e)?new Date(e):n?n(e):e;const fr={isValid:!1,value:null};var un=e=>Array.isArray(e)?e.reduce((t,r)=>r&&r.checked&&!r.disabled?{isValid:!0,value:r.value}:t,fr):fr;function dr(e){const t=e.ref;return Rt(t)?t.files:jt(t)?un(e.refs).value:rn(t)?[...t.selectedOptions].map(({value:r})=>r):Me(t)?on(e.refs).value:sn(R(t.value)?e.ref.value:t.value,e)}var so=(e,t,r,n)=>{const o={};for(const s of e){const i=v(t,s);i&&C(o,s,i._f)}return{criteriaMode:r,names:[...e],fields:o,shouldUseNativeValidation:n}},Qe=e=>e instanceof RegExp,De=e=>R(e)?e:Qe(e)?e.source:M(e)?Qe(e.value)?e.value.source:e.value:e,hr=e=>({isOnSubmit:!e||e===pe.onSubmit,isOnBlur:e===pe.onBlur,isOnChange:e===pe.onChange,isOnAll:e===pe.all,isOnTouch:e===pe.onTouched});const pr="AsyncFunction";var io=e=>!!e&&!!e.validate&&!!(te(e.validate)&&e.validate.constructor.name===pr||M(e.validate)&&Object.values(e.validate).find(t=>t.constructor.name===pr)),uo=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate),wt=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some(n=>e.startsWith(`${n}.`)));const xe=(e,t,r,n)=>{for(const o of r||Object.keys(e)){const s=v(e,o);if(s){const{_f:i,...u}=s;if(i){if(i.refs&&i.refs[0]&&t(i.refs[0],o)&&!n)return!0;if(i.ref&&t(i.ref,i.name)&&!n)return!0;if(xe(u,t))break}else if(M(u)&&xe(u,t))break}}};function mr(e,t,r){const n=v(e,r);if(n||Le(r))return{error:n,name:r};const o=r.split(".");for(;o.length;){const s=o.join("."),i=v(t,s),u=v(e,s);if(i&&!Array.isArray(i)&&r!==s)return{name:r};if(u&&u.type)return{name:s,error:u};if(u&&u.root&&u.root.type)return{name:`${s}.root`,error:u.root};o.pop()}return{name:r}}var ao=(e,t,r,n)=>{r(e);const{name:o,...s}=e;return X(s)||n&&Object.keys(s).length>=Object.keys(t).length||Object.keys(s).find(i=>t[i]===(!n||pe.all))},co=(e,t,r)=>!e||!t||e===t||He(e).some(n=>n&&(r?n===t:n.startsWith(t)||t.startsWith(n))),lo=(e,t,r,n,o)=>o.isOnAll?!1:!r&&o.isOnTouch?!(t||e):(r?n.isOnBlur:o.isOnBlur)?!e:(r?n.isOnChange:o.isOnChange)?e:!0,fo=(e,t)=>!en(v(e,t)).length&&q(e,t),_r=(e,t,r)=>{const n=v(e,r),o=Array.isArray(n)?n:[];return C(o,Hr,t[r]),C(e,r,o),e};function gr(e,t,r="validate"){if(re(e)||Array.isArray(e)&&e.every(re)||ue(e)&&!e)return{type:r,message:re(e)?e:"",ref:t}}var Ie=e=>M(e)&&!Qe(e)?e:{value:e,message:""},yr=async(e,t,r,n,o,s)=>{const{ref:i,refs:u,required:l,maxLength:h,minLength:m,min:d,max:g,pattern:p,validate:Z,name:A,valueAsNumber:T,mount:F}=e._f,z=v(r,A);if(!F||t.has(A))return{};const W=u?u[0]:i,O=D=>{if(o&&W.reportValidity){const N=ue(D)?"":D||"";u?u.forEach(G=>G.setCustomValidity(N)):W.setCustomValidity(N),W.reportValidity()}},I={},V=jt(i),j=Me(i),ne=V||j,_e=(T||Rt(i))&&R(i.value)&&R(z)||Xe(i)&&i.value===""||z===""||Array.isArray(z)&&!z.length,ie=xt.bind(null,A,n,I),Be=(D,N,G,J=he.maxLength,ce=he.minLength)=>{const ge=D?N:G;I[A]={type:D?J:ce,message:ge,ref:i,...ie(D?J:ce,ge)}};if(s?!Array.isArray(z)||!z.length:l&&(!ne&&(_e||Q(z))||ue(z)&&!z||j&&!on(u).isValid||V&&!un(u).isValid)){const{value:D,message:N}=re(l)?{value:!!l,message:l}:Ie(l);if(D&&(I[A]={type:he.required,message:N,ref:W,...ie(he.required,N)},!n))return O(N),I}if(!_e&&(!Q(d)||!Q(g))){let D,N;const G=Ie(g),J=Ie(d);if(!Q(z)&&!isNaN(z)){const ce=i.valueAsNumber||z&&+z;Q(G.value)||(D=ce>G.value),Q(J.value)||(N=cenew Date(new Date().toDateString()+" "+We),Se=i.type=="time",Te=i.type=="week";re(G.value)&&z&&(D=Se?ge(z)>ge(G.value):Te?z>G.value:ce>new Date(G.value)),re(J.value)&&z&&(N=Se?ge(z)+D.value,J=!Q(N.value)&&z.length<+N.value;if((G||J)&&(Be(G,D.message,N.message),!n))return O(I[A].message),I}if(p&&!_e&&re(z)){const{value:D,message:N}=Ie(p);if(Qe(D)&&!z.match(D)&&(I[A]={type:he.pattern,message:N,ref:i,...ie(he.pattern,N)},!n))return O(N),I}if(Z){if(te(Z)){const D=await Z(z,r),N=gr(D,W);if(N&&(I[A]={...N,...ie(he.validate,N.message)},!n))return O(N.message),I}else if(M(Z)){let D={};for(const N in Z){if(!X(D)&&!n)break;const G=gr(await Z[N](z,r),W,N);G&&(D={...G,...ie(N,G.message)},O(G.message),n&&(I[A]=D))}if(!X(D)&&(I[A]={ref:W,...D},!n))return I}}return O(!0),I};const ho={mode:pe.onSubmit,reValidateMode:pe.onChange,shouldFocusError:!0},an={submitCount:0,isDirty:!1,isReady:!1,isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{}};function po(e={}){let t={...ho,...e},r={...B(an),isLoading:te(t.defaultValues),errors:t.errors||{},disabled:t.disabled||!1},n={},o=M(t.defaultValues)||M(t.values)?B(t.defaultValues||t.values)||{}:{},s=t.shouldUnregister?{}:B(o),i={action:!1,mount:!1,watch:!1,keepIsValid:!1},u={mount:new Set,disabled:new Set,unMount:new Set,array:new Set,watch:new Set,registerName:new Set},l,h=0;const m={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},d={...m};let g={...d};const p={array:ar(),state:ar()},Z=t.criteriaMode===pe.all,A=a=>c=>{clearTimeout(h),h=setTimeout(a,c)},T=async a=>{if(!i.keepIsValid&&!t.disabled&&(d.isValid||g.isValid||a)){let c;t.resolver?(c=X((await ie()).errors),F()):c=await N({fields:n,onlyCheckValid:!0,eventType:ve.VALID}),c!==r.isValid&&p.state.next({isValid:c})}},F=(a,c)=>{!t.disabled&&(d.isValidating||d.validatingFields||g.isValidating||g.validatingFields)&&((a||Array.from(u.mount)).forEach(f=>{f&&(c?C(r.validatingFields,f,c):q(r.validatingFields,f))}),p.state.next({validatingFields:r.validatingFields,isValidating:!X(r.validatingFields)}))},z=()=>{r.dirtyFields=ze(o,s)},W=(a,c=[],f,y,w=!0,k=!0)=>{if(y&&f&&!t.disabled){if(i.action=!0,k&&Array.isArray(v(n,a))){const b=f(v(n,a),y.argA,y.argB);w&&C(n,a,b)}if(k&&Array.isArray(v(r.errors,a))){const b=f(v(r.errors,a),y.argA,y.argB);w&&C(r.errors,a,b),fo(r.errors,a)}if((d.touchedFields||g.touchedFields)&&k&&Array.isArray(v(r.touchedFields,a))){const b=f(v(r.touchedFields,a),y.argA,y.argB);w&&C(r.touchedFields,a,b)}(d.dirtyFields||g.dirtyFields)&&z(),p.state.next({name:a,isDirty:J(a,c),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else C(s,a,c)},O=(a,c)=>{C(r.errors,a,c),r.errors={...r.errors},p.state.next({errors:r.errors})},I=a=>{r.errors=a,p.state.next({errors:r.errors,isValid:!1})},V=a=>{const c=Le(a)?[a]:st(a);let f=s,y=o;for(let w=0;w{const w=v(n,a);if(w){if(V(a))return;const k=R(v(s,a)),b=v(s,a,R(f)?v(o,a):f);R(b)||y&&y.defaultChecked||c?C(s,a,c?b:dr(w._f)):Se(a,b),i.mount&&!i.action&&(T(),k&&r.isDirty&&(d.isDirty||g.isDirty)&&(J()||(r.isDirty=!1,p.state.next({...r}))),e.shouldUnregister&&k&&!R(v(s,a))&&wt(a,u)&&(i.watch=!0))}},ne=(a,c,f,y,w)=>{let k=!1,b=!1;const $={name:a};if(!t.disabled){if(!f||y){(d.isDirty||g.isDirty)&&(b=r.isDirty,r.isDirty=$.isDirty=J(),k=b!==$.isDirty);const P=ae(v(o,a),c);b=!!v(r.dirtyFields,a),P!==r.isDirty?r.dirtyFields=ze(o,s):P?q(r.dirtyFields,a):C(r.dirtyFields,a,!0),$.dirtyFields=r.dirtyFields,k=k||(d.dirtyFields||g.dirtyFields)&&b!==!P}if(f){const P=v(r.touchedFields,a);P||(C(r.touchedFields,a,f),$.touchedFields=r.touchedFields,k=k||(d.touchedFields||g.touchedFields)&&P!==f)}k&&w&&p.state.next($)}return k?$:{}},_e=(a,c,f,y)=>{const w=v(r.errors,a),k=(d.isValid||g.isValid)&&ue(c)&&r.isValid!==c;if(t.delayError&&f?(l=A(()=>O(a,f)),l(t.delayError)):(clearTimeout(h),l=null,f?C(r.errors,a,f):q(r.errors,a),r.errors={...r.errors}),(f?!ae(w,f):w)||!X(y)||k){const b={...y,...k&&ue(c)?{isValid:c}:{},errors:r.errors,name:a};r={...r,...b},p.state.next(b)}},ie=async a=>(F(a,!0),await t.resolver(s,t.context,so(a||u.mount,n,t.criteriaMode,t.shouldUseNativeValidation))),Be=async a=>{const{errors:c}=await ie(a);if(F(a),a){for(const f of a){const y=v(c,f);y?u.array.has(f)&&M(y)&&!Object.keys(y).some(w=>!Number.isNaN(Number(w)))?_r(r.errors,{[f]:y},f):C(r.errors,f,y):q(r.errors,f)}r.errors={...r.errors}}else r.errors=c;return c},D=async({name:a,eventType:c})=>{if(e.validate){const f=await e.validate({formValues:s,formState:r,name:a,eventType:c});if(M(f))for(const y in f){const w=f[y];w&&Ge(`${vt}.${y}`,{message:re(w.message)?w.message:"",type:w.type||he.validate})}else re(f)||!f?Ge(vt,{message:f||"",type:he.validate}):Xt(vt);return f}return!0},N=async({fields:a,onlyCheckValid:c,name:f,eventType:y,context:w={valid:!0,runRootValidation:!1}})=>{if(e.validate&&(w.runRootValidation=!0,!await D({name:f,eventType:y})&&(w.valid=!1,c)))return w.valid;for(const k in a){const b=a[k];if(b){const{_f:$,...P}=b;if($){const K=u.array.has($.name),le=b._f&&io(b._f),de=d.validatingFields||d.isValidating||g.validatingFields||g.isValidating;le&&de&&F([$.name],!0);const ke=await yr(b,u.disabled,s,Z,t.shouldUseNativeValidation&&!c,K);if(le&&de&&F([$.name]),ke[$.name]&&(w.valid=!1,c)||(!c&&(v(ke,$.name)?K?_r(r.errors,ke,$.name):C(r.errors,$.name,ke[$.name]):q(r.errors,$.name)),e.shouldUseNativeValidation&&ke[$.name]))break}!X(P)&&await N({context:w,onlyCheckValid:c,fields:P,name:k,eventType:y})}}return w.valid},G=()=>{for(const a of u.unMount){const c=v(n,a);c&&(c._f.refs?c._f.refs.every(f=>!bt(f)):!bt(c._f.ref))&&mt(a)}u.unMount=new Set},J=(a,c)=>!t.disabled&&(a&&c&&C(s,a,c),!ae(Yt(),o)),ce=(a,c,f)=>Ot(a,u,{...i.mount?s:R(c)?o:re(a)?{[a]:c}:c},f,c),ge=a=>en(v(i.mount?s:o,a,t.shouldUnregister?v(o,a,[]):[])),Se=(a,c,f={},y=!1)=>{const w=v(n,a);let k=c;if(w){const b=w._f;b&&(!b.disabled&&C(s,a,sn(c,b)),k=Xe(b.ref)&&Q(c)?"":c,rn(b.ref)?[...b.ref.options].forEach($=>$.selected=k.includes($.value)):b.refs?Me(b.ref)?b.refs.forEach($=>{(!$.defaultChecked||!$.disabled)&&(Array.isArray(k)?$.checked=!!k.find(P=>P===$.value):$.checked=k===$.value||!!k)}):b.refs.forEach($=>$.checked=$.value===k):Rt(b.ref)?b.ref.value="":(b.ref.value=k,b.ref.type||p.state.next({name:a,values:y?s:B(s)})))}(f.shouldDirty||f.shouldTouch)&&ne(a,k,f.shouldTouch,f.shouldDirty,!0),f.shouldValidate&&pt(a)},Te=(a,c,f,y=!1)=>{for(const w in c){if(!c.hasOwnProperty(w))return;const k=c[w],b=a+"."+w,$=v(n,b);(u.array.has(a)||M(k)||$&&!$._f)&&!$e(k)?Te(b,k,f,y):Se(b,k,f,y)}},We=(a,c,f,y)=>{const w=v(n,a),k=u.array.has(a),b=y?c:B(c),$=v(s,a),P=ae($,b);if(P||C(s,a,b),k)p.array.next({name:a,values:y?s:B(s)}),(d.isDirty||d.dirtyFields||g.isDirty||g.dirtyFields)&&f.shouldDirty&&(z(),p.state.next({name:a,dirtyFields:r.dirtyFields,isDirty:J(a,b)}));else{const K=Array.isArray(b)&&!b.length||X(b);!w||w._f||Q(b)||K?Se(a,b,f,y):Te(a,b,f,y)}if(!P){const K=wt(a,u),le=y?s:B(s);p.state.next({...K&&r,name:i.mount||K?a:void 0,values:le})}},Ne=(a,c,f={})=>We(a,c,f,!1),xn=(a,c={})=>{const f=te(a)?a(s):a;if(!ae(s,f)){s={...s,...f};for(const y of u.mount)We(y,v(f,y),c,!0);p.state.next({...r,name:void 0,type:void 0,values:s}),c.shouldValidate&&T()}},Kt=async a=>{i.mount=!0;const c=a.target;let f=c.name,y=!0;const w=v(n,f),k=P=>{y=Number.isNaN(P)||$e(P)&&isNaN(P.getTime())||ae(P,v(s,f,P))},b=hr(t.mode),$=hr(t.reValidateMode);if(w){let P,K;const le=c.type?dr(w._f):$t(a),de=a.type===ve.BLUR||a.type===ve.FOCUS_OUT,ke=!uo(w._f)&&!e.validate&&!t.resolver&&!v(r.errors,f)&&!w._f.deps||lo(de,v(r.touchedFields,f),r.isSubmitted,$,b),yt=wt(f,u,de);C(s,f,le),de?(!c||!c.readOnly)&&(w._f.onBlur&&w._f.onBlur(a),l&&l(0)):w._f.onChange&&w._f.onChange(a);const Pe=ne(f,le,de),Bn=!X(Pe)||yt;if(!de&&p.state.next({name:f,type:a.type,values:B(s)}),ke)return(d.isValid||g.isValid)&&(t.mode==="onBlur"?de&&T():de||T()),Bn&&p.state.next({name:f,...yt?{}:Pe});if(!t.resolver&&e.validate&&await D({name:f,eventType:a.type}),!de&&yt&&p.state.next({...r}),t.resolver){const{errors:sr}=await ie([f]);if(F([f]),k(le),!y){!X(Pe)&&p.state.next(Pe);return}const Wn=mr(r.errors,n,f),ir=mr(sr,n,Wn.name||f);P=ir.error,f=ir.name,K=X(sr)}else F([f],!0),P=(await yr(w,u.disabled,s,Z,t.shouldUseNativeValidation))[f],F([f]),k(le),y&&(P?K=!1:(d.isValid||g.isValid)&&(K=await N({fields:n,onlyCheckValid:!0,name:f,eventType:a.type})));y&&(w._f.deps&&(!Array.isArray(w._f.deps)||w._f.deps.length>0)&&pt(w._f.deps),_e(f,K,P,Pe))}},qt=(a,c)=>{if(v(r.errors,c)&&a.focus)return a.focus(),1},pt=async(a,c={})=>{let f,y;const w=He(a);if(t.resolver){const k=await Be(R(a)?a:w);f=X(k),y=a?!w.some(b=>v(k,b)):f}else a?(y=(await Promise.all(w.map(async k=>{const b=v(n,k);return await N({fields:b&&b._f?{[k]:b}:b,eventType:ve.TRIGGER})}))).every(Boolean),!(!y&&!r.isValid)&&T()):y=f=await N({fields:n,name:a,eventType:ve.TRIGGER});return p.state.next({...!re(a)||(d.isValid||g.isValid)&&f!==r.isValid?{}:{name:a},...t.resolver||!a?{isValid:f}:{},errors:r.errors}),c.shouldFocus&&!y&&xe(n,qt,a?w:u.mount),y},Yt=(a,c)=>{let f={...i.mount?s:o};return c&&(f=tn(c.dirtyFields?r.dirtyFields:r.touchedFields,f)),R(a)?f:re(a)?v(f,a):a.map(y=>v(f,y))},Ht=(a,c)=>({invalid:!!v((c||r).errors,a),isDirty:!!v((c||r).dirtyFields,a),error:v((c||r).errors,a),isValidating:!!v(r.validatingFields,a),isTouched:!!v((c||r).touchedFields,a)}),Xt=a=>{const c=a?He(a):void 0;c==null||c.forEach(f=>q(r.errors,f)),c?c.forEach(f=>{p.state.next({name:f,errors:r.errors})}):p.state.next({errors:{}})},Ge=(a,c,f)=>{const y=(v(n,a,{_f:{}})._f||{}).ref,w=v(r.errors,a)||{},{ref:k,message:b,type:$,...P}=w;C(r.errors,a,{...P,...c,ref:y}),p.state.next({name:a,errors:r.errors,isValid:!1}),f&&f.shouldFocus&&y&&y.focus&&y.focus()},Rn=(a,c)=>te(a)?p.state.subscribe({next:f=>"values"in f&&a(f.values||ce(void 0,c),f)}):ce(a,c,!0),Qt=a=>p.state.subscribe({next:c=>{if(co(a.name,c.name,a.exact)&&ao(c,a.formState||d,Jn,a.reRenderRoot)){const f={...s};a.callback({values:f,...r,...c,defaultValues:o})}}}).unsubscribe,jn=a=>(i.mount=!0,g={...g,...a.formState},Qt({...a,formState:{...m,...a.formState}})),mt=(a,c={})=>{for(const f of a?He(a):u.mount)u.mount.delete(f),u.array.delete(f),c.keepValue||(q(n,f),q(s,f)),!c.keepError&&q(r.errors,f),!c.keepDirty&&q(r.dirtyFields,f),!c.keepTouched&&q(r.touchedFields,f),!c.keepIsValidating&&q(r.validatingFields,f),!t.shouldUnregister&&!c.keepDefaultValue&&q(o,f);p.state.next({values:B(s)}),p.state.next({...r,...c.keepDirty?{isDirty:J()}:{}}),!c.keepIsValid&&T()},er=({disabled:a,name:c})=>{if(ue(a)&&i.mount||a||u.disabled.has(c)){const w=u.disabled.has(c)!==!!a;a?u.disabled.add(c):u.disabled.delete(c),w&&i.mount&&!i.action&&T()}},_t=(a,c={})=>{let f=v(n,a);const y=ue(c.disabled)||ue(t.disabled),w=!u.registerName.has(a)&&f&&f._f&&!f._f.mount;return C(n,a,{...f||{},_f:{...f&&f._f?f._f:{ref:{name:a}},name:a,mount:!0,...c}}),u.mount.add(a),f&&!w?er({disabled:ue(c.disabled)?c.disabled:t.disabled,name:a}):j(a,!0,c.value),{...y?{disabled:c.disabled||t.disabled}:{},...t.progressive?{required:!!c.required,min:De(c.min),max:De(c.max),minLength:De(c.minLength),maxLength:De(c.maxLength),pattern:De(c.pattern)}:{},name:a,onChange:Kt,onBlur:Kt,ref:k=>{if(k){u.registerName.add(a),_t(a,c),u.registerName.delete(a),f=v(n,a);const b=R(k.value)&&k.querySelectorAll&&k.querySelectorAll("input,select,textarea")[0]||k,$=to(b),P=f._f.refs||[];if($?P.find(K=>K===b):b===f._f.ref)return;C(n,a,{_f:{...f._f,...$?{refs:[...P.filter(bt),b,...Array.isArray(v(o,a))?[{}]:[]],ref:{type:b.type,name:a}}:{ref:b}}}),j(a,!1,void 0,b)}else f=v(n,a,{}),f._f&&(f._f.mount=!1),(t.shouldUnregister||c.shouldUnregister)&&!(qr(u.array,a)&&i.action)&&u.unMount.add(a)}}},gt=()=>t.shouldFocusError&&!t.shouldUseNativeValidation&&xe(n,qt,u.mount),Un=a=>{ue(a)&&(p.state.next({disabled:a}),xe(n,(c,f)=>{const y=v(n,f);y&&(c.disabled=y._f.disabled||a,Array.isArray(y._f.refs)&&y._f.refs.forEach(w=>{w.disabled=y._f.disabled||a}))},0,!1))},tr=(a,c)=>async f=>{let y;f&&(f.preventDefault&&f.preventDefault(),f.persist&&f.persist());let w=B(s);if(p.state.next({isSubmitting:!0}),t.resolver){const{errors:k,values:b}=await ie();F(),r.errors=k,w=B(b)}else await N({fields:n,eventType:ve.SUBMIT});if(u.disabled.size)for(const k of u.disabled)q(w,k);if(q(r.errors,Hr),X(r.errors)){p.state.next({errors:{}});try{await a(w,f)}catch(k){y=k}}else c&&await c({...r.errors},f),gt(),setTimeout(gt);if(p.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:X(r.errors)&&!y,submitCount:r.submitCount+1,errors:r.errors}),y)throw y},Mn=(a,c={})=>{v(n,a)&&(R(c.defaultValue)?Ne(a,B(v(o,a))):(Ne(a,c.defaultValue),C(o,a,B(c.defaultValue))),c.keepTouched||q(r.touchedFields,a),c.keepDirty||(q(r.dirtyFields,a),r.isDirty=c.defaultValue?J(a,B(v(o,a))):J()),c.keepError||(q(r.errors,a),d.isValid&&T()),p.state.next({...r}))},rr=(a,c={})=>{const f=a?B(a):o,y=B(f),w=X(a),k=y;if(c.keepDefaultValues||(o=f),!c.keepValues){if(c.keepDirtyValues){const b=new Set([...u.mount,...Object.keys(ze(o,s))]);for(const $ of Array.from(b)){const P=v(r.dirtyFields,$),K=v(s,$),le=v(k,$);P&&!R(K)?C(k,$,K):!P&&!R(le)&&Ne($,le)}}else{if(ot&&R(a))for(const b of u.mount){const $=v(n,b);if($&&$._f){const P=Array.isArray($._f.refs)?$._f.refs[0]:$._f.ref;if(Xe(P)){const K=P.closest("form");if(K){K.reset();break}}}}if(c.keepFieldsRef)for(const b of u.mount)Ne(b,v(k,b));else n={}}if(t.shouldUnregister){if(s=c.keepDefaultValues?B(o):{},c.keepFieldsRef)for(const b of u.mount)C(s,b,v(k,b))}else s=B(k);p.array.next({values:{...k}}),p.state.next({values:{...k}})}u={mount:c.keepDirtyValues?u.mount:new Set,unMount:new Set,array:new Set,registerName:new Set,disabled:new Set,watch:new Set,watchAll:!1,focus:""},i.mount=!d.isValid||!!c.keepIsValid||!!c.keepDirtyValues||!t.shouldUnregister&&!X(k),i.watch=!!t.shouldUnregister,i.keepIsValid=!!c.keepIsValid,i.action=!1,c.keepErrors||(r.errors={}),p.state.next({submitCount:c.keepSubmitCount?r.submitCount:0,isDirty:w?!1:c.keepDirty?r.isDirty:c.keepValues?J():!!(c.keepDefaultValues&&!ae(a,o)),isSubmitted:c.keepIsSubmitted?r.isSubmitted:!1,dirtyFields:w?{}:c.keepDirtyValues?c.keepDefaultValues&&s?ze(o,s):r.dirtyFields:c.keepDefaultValues&&a?ze(o,a):c.keepDirty?r.dirtyFields:{},touchedFields:c.keepTouched?r.touchedFields:{},errors:c.keepErrors?r.errors:{},isSubmitSuccessful:c.keepIsSubmitSuccessful?r.isSubmitSuccessful:!1,isSubmitting:!1,defaultValues:o})},nr=(a,c)=>rr(te(a)?a(s):a,{...t.resetOptions,...c}),Ln=(a,c={})=>{const f=v(n,a),y=f&&f._f;if(y){const w=y.refs?y.refs[0]:y.ref;w.focus&&setTimeout(()=>{w.focus(),c.shouldSelect&&te(w.select)&&w.select()})}},Jn=a=>{r={...r,...a}},or={control:{register:_t,unregister:mt,getFieldState:Ht,handleSubmit:tr,setError:Ge,_subscribe:Qt,_runSchema:ie,_updateIsValidating:F,_focusError:gt,_getWatch:ce,_getDirty:J,_setValid:T,_setFieldArray:W,_setDisabledField:er,_setErrors:I,_getFieldArray:ge,_reset:rr,_resetDefaultValues:()=>te(t.defaultValues)&&t.defaultValues().then(a=>{nr(a,t.resetOptions),p.state.next({isLoading:!1})}),_removeUnmounted:G,_disableForm:Un,_subjects:p,_proxyFormState:d,get _fields(){return n},get _formValues(){return s},get _state(){return i},set _state(a){i=a},get _defaultValues(){return o},get _names(){return u},set _names(a){u=a},get _formState(){return r},get _options(){return t},set _options(a){t={...t,...a}}},subscribe:jn,trigger:pt,register:_t,handleSubmit:tr,watch:Rn,setValue:Ne,setValues:xn,getValues:Yt,reset:nr,resetField:Mn,resetDefaultValues:(a,c={})=>{if(o=B(a),!c.keepDirty){const f=ze(o,s);r.dirtyFields=f,r.isDirty=!X(f)}c.keepIsValid||T(),p.state.next({...r,defaultValues:o})},clearErrors:Xt,unregister:mt,setError:Ge,setFocus:Ln,getFieldState:Ht};return{...or,formControl:or}}function uc(e={}){const t=S.useRef(void 0),r=S.useRef(void 0),n=S.useRef(e.formControl),[o,s]=S.useState(()=>({...B(an),isLoading:te(e.defaultValues),errors:e.errors||{},disabled:e.disabled||!1,defaultValues:te(e.defaultValues)?void 0:e.defaultValues}));if(!t.current||e.formControl&&n.current!==e.formControl)if(n.current=e.formControl,e.formControl)t.current={...e.formControl,formState:o},e.defaultValues&&!te(e.defaultValues)&&e.formControl.reset(e.defaultValues,e.resetOptions);else{const{formControl:u,...l}=po(e);t.current={...l,formState:o}}const i=t.current.control;return i._options=e,Dt(()=>{const u=i._subscribe({formState:i._proxyFormState,callback:()=>s({...i._formState,defaultValues:i._defaultValues}),reRenderRoot:!0});return s(l=>({...l,isReady:!0})),i._formState.isReady=!0,u},[i]),S.useEffect(()=>i._disableForm(e.disabled),[i,e.disabled]),S.useEffect(()=>{e.mode&&(i._options.mode=e.mode),e.reValidateMode&&(i._options.reValidateMode=e.reValidateMode)},[i,e.mode,e.reValidateMode]),S.useEffect(()=>{e.errors&&(i._setErrors(e.errors),i._focusError())},[i,e.errors]),S.useEffect(()=>{e.shouldUnregister&&i._subjects.state.next({values:i._getWatch()})},[i,e.shouldUnregister]),S.useEffect(()=>{if(i._proxyFormState.isDirty){const u=i._getDirty();u!==o.isDirty&&i._subjects.state.next({isDirty:u})}},[i,o.isDirty]),S.useEffect(()=>{var u;e.values&&!ae(e.values,r.current)?(i._reset(e.values,{keepFieldsRef:!0,...i._options.resetOptions}),!((u=i._options.resetOptions)===null||u===void 0)&&u.keepIsValid||i._setValid(),r.current=e.values,s(l=>({...l}))):i._resetDefaultValues()},[i,e.values]),S.useEffect(()=>{i._state.mount||(i._setValid(),i._state.mount=!0),i._state.watch&&(i._state.watch=!1,i._subjects.state.next({...i._formState})),i._removeUnmounted()}),t.current.formState=S.useMemo(()=>Qr(o,i),[i,o]),t.current}const vr=(e,t,r)=>{if(e&&"reportValidity"in e){const n=v(r,t);e.setCustomValidity(n&&n.message||""),e.reportValidity()}},It=(e,t)=>{for(const r in t.fields){const n=t.fields[r];n&&n.ref&&"reportValidity"in n.ref?vr(n.ref,r,e):n&&n.refs&&n.refs.forEach(o=>vr(o,r,e))}},br=(e,t)=>{t.shouldUseNativeValidation&&It(e,t);const r={};for(const n in e){const o=v(t.fields,n),s=Object.assign(e[n]||{},{ref:o&&o.ref});if(mo(t.names||Object.keys(e),n)){const i=Object.assign({},v(r,n));C(i,"root",s),C(r,n,i)}else C(r,n,s)}return r},mo=(e,t)=>{const r=wr(t).replace(/[.*+?^${}()|\\]/g,"\\$&");return e.some(n=>wr(n).match(`^${r}\\.\\d+`))};function wr(e){return e.replace(/[\[\]]/g,"")}var kr;function _(e,t,r){function n(u,l){if(u._zod||Object.defineProperty(u,"_zod",{value:{def:l,constr:i,traits:new Set},enumerable:!1}),u._zod.traits.has(e))return;u._zod.traits.add(e),t(u,l);const h=i.prototype,m=Object.keys(h);for(let d=0;d{var l,h;return r!=null&&r.Parent&&u instanceof r.Parent?!0:(h=(l=u==null?void 0:u._zod)==null?void 0:l.traits)==null?void 0:h.has(e)}}),Object.defineProperty(i,"name",{value:e}),i}class Fe extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class cn extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}}(kr=globalThis).__zod_globalConfig??(kr.__zod_globalConfig={});const Ut=globalThis.__zod_globalConfig;function Oe(e){return Ut}function ln(e){const t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function At(e,t){return typeof t=="bigint"?t.toString():t}function Mt(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function Lt(e){return e==null}function Jt(e){const t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function _o(e,t){const r=e/t,n=Math.round(r),o=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-n){};function et(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const yo=Mt(()=>{var e;if(Ut.jitless||typeof navigator<"u"&&((e=navigator==null?void 0:navigator.userAgent)!=null&&e.includes("Cloudflare")))return!1;try{const t=Function;return new t(""),!0}catch{return!1}});function Re(e){if(et(e)===!1)return!1;const t=e.constructor;if(t===void 0||typeof t!="function")return!0;const r=t.prototype;return!(et(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function dn(e){return Re(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}const vo=new Set(["string","number","symbol"]);function it(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function we(e,t,r){const n=new e._zod.constr(t??e._zod.def);return(!t||r!=null&&r.parent)&&(n._zod.parent=e),n}function E(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if((t==null?void 0:t.message)!==void 0){if((t==null?void 0:t.error)!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function bo(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const wo={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function ko(e,t){const r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");const s=be(e._zod.def,{get shape(){const i={};for(const u in t){if(!(u in r.shape))throw new Error(`Unrecognized key: "${u}"`);t[u]&&(i[u]=r.shape[u])}return Ze(this,"shape",i),i},checks:[]});return we(e,s)}function zo(e,t){const r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");const s=be(e._zod.def,{get shape(){const i={...e._zod.def.shape};for(const u in t){if(!(u in r.shape))throw new Error(`Unrecognized key: "${u}"`);t[u]&&delete i[u]}return Ze(this,"shape",i),i},checks:[]});return we(e,s)}function $o(e,t){if(!Re(t))throw new Error("Invalid input to extend: expected a plain object");const r=e._zod.def.checks;if(r&&r.length>0){const s=e._zod.def.shape;for(const i in t)if(Object.getOwnPropertyDescriptor(s,i)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}const o=be(e._zod.def,{get shape(){const s={...e._zod.def.shape,...t};return Ze(this,"shape",s),s}});return we(e,o)}function Oo(e,t){if(!Re(t))throw new Error("Invalid input to safeExtend: expected a plain object");const r=be(e._zod.def,{get shape(){const n={...e._zod.def.shape,...t};return Ze(this,"shape",n),n}});return we(e,r)}function Eo(e,t){var n;if((n=e._zod.def.checks)!=null&&n.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");const r=be(e._zod.def,{get shape(){const o={...e._zod.def.shape,...t._zod.def.shape};return Ze(this,"shape",o),o},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return we(e,r)}function Zo(e,t,r){const o=t._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");const i=be(t._zod.def,{get shape(){const u=t._zod.def.shape,l={...u};if(r)for(const h in r){if(!(h in u))throw new Error(`Unrecognized key: "${h}"`);r[h]&&(l[h]=e?new e({type:"optional",innerType:u[h]}):u[h])}else for(const h in u)l[h]=e?new e({type:"optional",innerType:u[h]}):u[h];return Ze(this,"shape",l),l},checks:[]});return we(t,i)}function So(e,t,r){const n=be(t._zod.def,{get shape(){const o=t._zod.def.shape,s={...o};if(r)for(const i in r){if(!(i in s))throw new Error(`Unrecognized key: "${i}"`);r[i]&&(s[i]=new e({type:"nonoptional",innerType:o[i]}))}else for(const i in o)s[i]=new e({type:"nonoptional",innerType:o[i]});return Ze(this,"shape",s),s}});return we(t,n)}function Ae(e,t=0){var r;if(e.aborted===!0)return!0;for(let n=t;n{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function Ke(e){return typeof e=="string"?e:e==null?void 0:e.message}function Ee(e,t,r){var l,h,m,d,g,p;const n=e.message?e.message:Ke((m=(h=(l=e.inst)==null?void 0:l._zod.def)==null?void 0:h.error)==null?void 0:m.call(h,e))??Ke((d=t==null?void 0:t.error)==null?void 0:d.call(t,e))??Ke((g=r.customError)==null?void 0:g.call(r,e))??Ke((p=r.localeError)==null?void 0:p.call(r,e))??"Invalid input",{inst:o,continue:s,input:i,...u}=e;return u.path??(u.path=[]),u.message=n,t!=null&&t.reportInput&&(u.input=i),u}function Bt(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function je(...e){const[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}const pn=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,At,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Wt=_("$ZodError",pn),ut=_("$ZodError",pn,{Parent:Error});function Ao(e,t=r=>r.message){const r={},n=[];for(const o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function Fo(e,t=r=>r.message){const r={_errors:[]},n=(o,s=[])=>{for(const i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(u=>n({issues:u},[...s,...i.path]));else if(i.code==="invalid_key")n({issues:i.issues},[...s,...i.path]);else if(i.code==="invalid_element")n({issues:i.issues},[...s,...i.path]);else{const u=[...s,...i.path];if(u.length===0)r._errors.push(t(i));else{let l=r,h=0;for(;h(t,r,n,o)=>{const s=n?{...n,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Fe;if(i.issues.length){const u=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>Ee(l,s,Oe())));throw fn(u,o==null?void 0:o.callee),u}return i.value},Vo=at(ut),ct=e=>async(t,r,n,o)=>{const s=n?{...n,async:!0}:{async:!0};let i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){const u=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>Ee(l,s,Oe())));throw fn(u,o==null?void 0:o.callee),u}return i.value},To=ct(ut),lt=e=>(t,r,n)=>{const o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Fe;return s.issues.length?{success:!1,error:new(e??Wt)(s.issues.map(i=>Ee(i,o,Oe())))}:{success:!0,data:s.value}},No=lt(ut),ft=e=>async(t,r,n)=>{const o=n?{...n,async:!0}:{async:!0};let s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>Ee(i,o,Oe())))}:{success:!0,data:s.value}},Po=ft(ut),Do=e=>(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return at(e)(t,r,o)},Co=e=>(t,r,n)=>at(e)(t,r,n),xo=e=>async(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return ct(e)(t,r,o)},Ro=e=>async(t,r,n)=>ct(e)(t,r,n),jo=e=>(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return lt(e)(t,r,o)},Uo=e=>(t,r,n)=>lt(e)(t,r,n),Mo=e=>async(t,r,n)=>{const o=n?{...n,direction:"backward"}:{direction:"backward"};return ft(e)(t,r,o)},Lo=e=>async(t,r,n)=>ft(e)(t,r,n),Jo=/^[cC][0-9a-z]{6,}$/,Bo=/^[0-9a-z]+$/,Wo=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Go=/^[0-9a-vA-V]{20}$/,Ko=/^[A-Za-z0-9]{27}$/,qo=/^[a-zA-Z0-9_-]{21}$/,Yo=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Ho=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Or=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Xo=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Qo="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function es(){return new RegExp(Qo,"u")}const ts=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,rs=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ns=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,os=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,ss=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,mn=/^[A-Za-z0-9_-]*$/,is=/^https?$/,us=/^\+[1-9]\d{6,14}$/,_n="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",as=new RegExp(`^${_n}$`);function gn(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function cs(e){return new RegExp(`^${gn(e)}$`)}function ls(e){const t=gn({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const n=`${t}(?:${r.join("|")})`;return new RegExp(`^${_n}T(?:${n})$`)}const fs=e=>{const t=e?`[\\s\\S]{${(e==null?void 0:e.minimum)??0},${(e==null?void 0:e.maximum)??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},ds=/^-?\d+$/,hs=/^-?\d+(?:\.\d+)?$/,ps=/^[^A-Z]*$/,ms=/^[^a-z]*$/,se=_("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),yn={number:"number",bigint:"bigint",object:"date"},vn=_("$ZodCheckLessThan",(e,t)=>{se.init(e,t);const r=yn[typeof t.value];e._zod.onattach.push(n=>{const o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value{(t.inclusive?n.value<=t.value:n.value{se.init(e,t);const r=yn[typeof t.value];e._zod.onattach.push(n=>{const o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),_s=_("$ZodCheckMultipleOf",(e,t)=>{se.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):_o(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),gs=_("$ZodCheckNumberFormat",(e,t)=>{var i;se.init(e,t),t.format=t.format||"float64";const r=(i=t.format)==null?void 0:i.includes("int"),n=r?"int":"number",[o,s]=wo[t.format];e._zod.onattach.push(u=>{const l=u._zod.bag;l.format=t.format,l.minimum=o,l.maximum=s,r&&(l.pattern=ds)}),e._zod.check=u=>{const l=u.value;if(r){if(!Number.isInteger(l)){u.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?u.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):u.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}ls&&u.issues.push({origin:"number",input:l,code:"too_big",maximum:s,inclusive:!0,inst:e,continue:!t.abort})}}),ys=_("$ZodCheckMaxLength",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!Lt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum{const o=n.value;if(o.length<=t.maximum)return;const i=Bt(o);n.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),vs=_("$ZodCheckMinLength",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!Lt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{const o=n.value;if(o.length>=t.minimum)return;const i=Bt(o);n.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),bs=_("$ZodCheckLengthEquals",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!Lt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{const o=n.value,s=o.length;if(s===t.length)return;const i=Bt(o),u=s>t.length;n.issues.push({origin:i,...u?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),dt=_("$ZodCheckStringFormat",(e,t)=>{var r,n;se.init(e,t),e._zod.onattach.push(o=>{const s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),ws=_("$ZodCheckRegex",(e,t)=>{dt.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),ks=_("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=ps),dt.init(e,t)}),zs=_("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=ms),dt.init(e,t)}),$s=_("$ZodCheckIncludes",(e,t)=>{se.init(e,t);const r=it(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{const s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),Os=_("$ZodCheckStartsWith",(e,t)=>{se.init(e,t);const r=new RegExp(`^${it(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Es=_("$ZodCheckEndsWith",(e,t)=>{se.init(e,t);const r=new RegExp(`.*${it(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}}),Zs=_("$ZodCheckOverwrite",(e,t)=>{se.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});class Ss{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const n=t.split(` `).filter(i=>i),o=Math.min(...n.map(i=>i.length-i.trimStart().length)),s=n.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(const i of s)this.content.push(i)}compile(){const t=Function,r=this==null?void 0:this.args,o=[...((this==null?void 0:this.content)??[""]).map(s=>` ${s}`)];return new t(...r,o.join(` `))}}const Is={major:4,minor:4,patch:3},Y=_("$ZodType",(e,t)=>{var o;var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Is;const n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(const s of n)for(const i of s._zod.onattach)i(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),(o=e._zod.deferred)==null||o.push(()=>{e._zod.run=e._zod.parse});else{const s=(u,l,h)=>{let m=Ae(u),d;for(const g of l){if(g._zod.def.when){if(Io(u)||!g._zod.def.when(u))continue}else if(m)continue;const p=u.issues.length,Z=g._zod.check(u);if(Z instanceof Promise&&(h==null?void 0:h.async)===!1)throw new Fe;if(d||Z instanceof Promise)d=(d??Promise.resolve()).then(async()=>{await Z,u.issues.length!==p&&(m||(m=Ae(u,p)))});else{if(u.issues.length===p)continue;m||(m=Ae(u,p))}}return d?d.then(()=>u):u},i=(u,l,h)=>{if(Ae(u))return u.aborted=!0,u;const m=s(l,n,h);if(m instanceof Promise){if(h.async===!1)throw new Fe;return m.then(d=>e._zod.parse(d,h))}return e._zod.parse(m,h)};e._zod.run=(u,l)=>{if(l.skipChecks)return e._zod.parse(u,l);if(l.direction==="backward"){const m=e._zod.parse({value:u.value,issues:[]},{...l,skipChecks:!0});return m instanceof Promise?m.then(d=>i(d,u,l)):i(m,u,l)}const h=e._zod.parse(u,l);if(h instanceof Promise){if(l.async===!1)throw new Fe;return h.then(m=>s(m,n,l))}return s(h,n,l)}}x(e,"~standard",()=>({validate:s=>{var i;try{const u=No(e,s);return u.success?{value:u.data}:{issues:(i=u.error)==null?void 0:i.issues}}catch{return Po(e,s).then(l=>{var h;return l.success?{value:l.data}:{issues:(h=l.error)==null?void 0:h.issues}})}},vendor:"zod",version:1}))}),Gt=_("$ZodString",(e,t)=>{var r;Y.init(e,t),e._zod.pattern=[...((r=e==null?void 0:e._zod.bag)==null?void 0:r.patterns)??[]].pop()??fs(e._zod.bag),e._zod.parse=(n,o)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:e}),n}}),U=_("$ZodStringFormat",(e,t)=>{dt.init(e,t),Gt.init(e,t)}),As=_("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=Ho),U.init(e,t)}),Fs=_("$ZodUUID",(e,t)=>{if(t.version){const n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(n===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=Or(n))}else t.pattern??(t.pattern=Or());U.init(e,t)}),Vs=_("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=Xo),U.init(e,t)}),Ts=_("$ZodURL",(e,t)=>{U.init(e,t),e._zod.check=r=>{var n;try{const o=r.value.trim();if(!t.normalize&&((n=t.protocol)==null?void 0:n.source)===is.source&&!/^https?:\/\//i.test(o)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});return}const s=new URL(o);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(s.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(s.protocol.endsWith(":")?s.protocol.slice(0,-1):s.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=s.href:r.value=o;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),Ns=_("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=es()),U.init(e,t)}),Ps=_("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=qo),U.init(e,t)}),Ds=_("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=Jo),U.init(e,t)}),Cs=_("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=Bo),U.init(e,t)}),xs=_("$ZodULID",(e,t)=>{t.pattern??(t.pattern=Wo),U.init(e,t)}),Rs=_("$ZodXID",(e,t)=>{t.pattern??(t.pattern=Go),U.init(e,t)}),js=_("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=Ko),U.init(e,t)}),Us=_("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=ls(t)),U.init(e,t)}),Ms=_("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=as),U.init(e,t)}),Ls=_("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=cs(t)),U.init(e,t)}),Js=_("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=Yo),U.init(e,t)}),Bs=_("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=ts),U.init(e,t),e._zod.bag.format="ipv4"}),Ws=_("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=rs),U.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),Gs=_("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=ns),U.init(e,t)}),Ks=_("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=os),U.init(e,t),e._zod.check=r=>{const n=r.value.split("/");try{if(n.length!==2)throw new Error;const[o,s]=n;if(!s)throw new Error;const i=Number(s);if(`${i}`!==s)throw new Error;if(i<0||i>128)throw new Error;new URL(`http://[${o}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function wn(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const qs=_("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=ss),U.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{wn(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function Ys(e){if(!mn.test(e))return!1;const t=e.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return wn(r)}const Hs=_("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=mn),U.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{Ys(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),Xs=_("$ZodE164",(e,t)=>{t.pattern??(t.pattern=us),U.init(e,t)});function Qs(e,t=null){try{const r=e.split(".");if(r.length!==3)return!1;const[n]=r;if(!n)return!1;const o=JSON.parse(atob(n));return!("typ"in o&&(o==null?void 0:o.typ)!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}const ei=_("$ZodJWT",(e,t)=>{U.init(e,t),e._zod.check=r=>{Qs(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),kn=_("$ZodNumber",(e,t)=>{Y.init(e,t),e._zod.pattern=e._zod.bag.pattern??hs,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}const o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;const s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),r}}),ti=_("$ZodNumberFormat",(e,t)=>{gs.init(e,t),kn.init(e,t)}),ri=_("$ZodUnknown",(e,t)=>{Y.init(e,t),e._zod.parse=r=>r}),ni=_("$ZodNever",(e,t)=>{Y.init(e,t),e._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)});function Er(e,t,r){e.issues.length&&t.issues.push(...hn(r,e.issues)),t.value[r]=e.value}const oi=_("$ZodArray",(e,t)=>{Y.init(e,t),e._zod.parse=(r,n)=>{const o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),r;r.value=Array(o.length);const s=[];for(let i=0;iEr(h,r,i))):Er(l,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function tt(e,t,r,n,o,s){const i=r in n;if(e.issues.length){if(o&&s&&!i)return;t.issues.push(...hn(r,e.issues))}if(!i&&!o){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}e.value===void 0?i&&(t.value[r]=void 0):t.value[r]=e.value}function zn(e){var n,o,s,i;const t=Object.keys(e.shape);for(const u of t)if(!((i=(s=(o=(n=e.shape)==null?void 0:n[u])==null?void 0:o._zod)==null?void 0:s.traits)!=null&&i.has("$ZodType")))throw new Error(`Invalid element at key "${u}": expected a Zod schema`);const r=bo(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function $n(e,t,r,n,o,s){const i=[],u=o.keySet,l=o.catchall._zod,h=l.def.type,m=l.optin==="optional",d=l.optout==="optional";for(const g in t){if(g==="__proto__"||u.has(g))continue;if(h==="never"){i.push(g);continue}const p=l.run({value:t[g],issues:[]},n);p instanceof Promise?e.push(p.then(Z=>tt(Z,r,g,t,m,d))):tt(p,r,g,t,m,d)}return i.length&&r.issues.push({code:"unrecognized_keys",keys:i,input:t,inst:s}),e.length?Promise.all(e).then(()=>r):r}const si=_("$ZodObject",(e,t)=>{Y.init(e,t);const r=Object.getOwnPropertyDescriptor(t,"shape");if(!(r!=null&&r.get)){const u=t.shape;Object.defineProperty(t,"shape",{get:()=>{const l={...u};return Object.defineProperty(t,"shape",{value:l}),l}})}const n=Mt(()=>zn(t));x(e._zod,"propValues",()=>{const u=t.shape,l={};for(const h in u){const m=u[h]._zod;if(m.values){l[h]??(l[h]=new Set);for(const d of m.values)l[h].add(d)}}return l});const o=et,s=t.catchall;let i;e._zod.parse=(u,l)=>{i??(i=n.value);const h=u.value;if(!o(h))return u.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),u;u.value={};const m=[],d=i.shape;for(const g of i.keys){const p=d[g],Z=p._zod.optin==="optional",A=p._zod.optout==="optional",T=p._zod.run({value:h[g],issues:[]},l);T instanceof Promise?m.push(T.then(F=>tt(F,u,g,h,Z,A))):tt(T,u,g,h,Z,A)}return s?$n(m,h,u,l,n.value,e):m.length?Promise.all(m).then(()=>u):u}}),ii=_("$ZodObjectJIT",(e,t)=>{si.init(e,t);const r=e._zod.parse,n=Mt(()=>zn(t)),o=g=>{var W,O;const p=new Ss(["shape","payload","ctx"]),Z=n.value,A=I=>{const V=$r(I);return`shape[${V}]._zod.run({ value: input[${V}], issues: [] }, ctx)`};p.write("const input = payload.value;");const T=Object.create(null);let F=0;for(const I of Z.keys)T[I]=`key_${F++}`;p.write("const newResult = {};");for(const I of Z.keys){const V=T[I],j=$r(I),ne=g[I],_e=((W=ne==null?void 0:ne._zod)==null?void 0:W.optin)==="optional",ie=((O=ne==null?void 0:ne._zod)==null?void 0:O.optout)==="optional";p.write(`const ${V} = ${A(I)};`),_e&&ie?p.write(` if (${V}.issues.length) { diff --git a/embed_static/static/spa/assets/index-5C0q-ZMs.js b/embed_static/static/spa/assets/index-5C0q-ZMs.js new file mode 100644 index 0000000..3554d66 --- /dev/null +++ b/embed_static/static/spa/assets/index-5C0q-ZMs.js @@ -0,0 +1,2 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/HomePage-12KM5s42.js","assets/react-vendor-CFzzFOsg.js","assets/virtual-vendor-DQlhmwRh.js","assets/badge-DB-zL5ml.js","assets/PinnedIcon-CTFlF79l.js","assets/ui-vendor-BtpOfToU.js","assets/content-BrFHUpp8.js","assets/feedCache-D2GnU_BI.js","assets/PostDetailPage-I3oWcKSD.js","assets/postContent-ClrHK1rL.js","assets/purify-vendor-Cx4rtWv4.js","assets/LoginPage-W-sW3B0Q.js","assets/form-OSLy-cSS.js","assets/input-CE0PJTgJ.js","assets/RegisterPage-s7NSU6sj.js","assets/ComposePage-DPJpUz3A.js","assets/BoardsManagePage-DQXzBsE1.js","assets/textarea-VyK9_GFn.js","assets/alert-dialog-BoQ7HSUR.js","assets/ProfilePage-ByQ-ocFr.js","assets/FavoritesPage-DTZ3aZlm.js","assets/AdminDashboardPage-DvIYRHwe.js","assets/AdminPostsPage-D7MOxCPU.js","assets/AdminCommentsPage-Z5_wmIqo.js","assets/AdminUsersPage-Ny3GZNbL.js","assets/AdminSettingsPage-BvAGktom.js"])))=>i.map(i=>d[i]); +var Rs=Object.defineProperty;var zs=(e,s,t)=>s in e?Rs(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var pt=(e,s,t)=>zs(e,typeof s!="symbol"?s+"":s,t);import{r as b,j as r,e as Ye,g as Ct,i as Pt,k as u,m as As,O as Rt,N as Is,B as Os,n as Ls,p as G,q as ft,t as Ds}from"./react-vendor-CFzzFOsg.js";import{S as zt,C as Ms,a as At,P as Bs,b as It,I as Ot,c as Lt,d as Dt,e as $s,R as Mt,f as Fs,L as Bt,g as $t,h as Vs,T as Us,i as Gs,M as Ws,F as Hs,H as Ys,j as qs,k as Ft,l as Ks,m as Js,n as Xs,o as Qs,p as Vt,A as Zs,q as eo,r as to,s as so,U as oo,t as ro,u as ao}from"./ui-vendor-BtpOfToU.js";(function(){const s=document.createElement("link").relList;if(s&&s.supports&&s.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))o(i);new MutationObserver(i=>{for(const l of i)if(l.type==="childList")for(const n of l.addedNodes)n.tagName==="LINK"&&n.rel==="modulepreload"&&o(n)}).observe(document,{childList:!0,subtree:!0});function t(i){const l={};return i.integrity&&(l.integrity=i.integrity),i.referrerPolicy&&(l.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?l.credentials="include":i.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function o(i){if(i.ep)return;i.ep=!0;const l=t(i);fetch(i.href,l)}})();const Ut="j13-theme";function Gt(){return localStorage.getItem(Ut)==="dark"?"dark":"light"}function Wt(e){const s=document.documentElement;s.classList.toggle("dark",e==="dark"),s.style.colorScheme=e,localStorage.setItem(Ut,e)}const no="modulepreload",io=function(e){return"/"+e},ht={},re=function(s,t,o){let i=Promise.resolve();if(t&&t.length>0){document.getElementsByTagName("link");const n=document.querySelector("meta[property=csp-nonce]"),d=(n==null?void 0:n.nonce)||(n==null?void 0:n.getAttribute("nonce"));i=Promise.allSettled(t.map(m=>{if(m=io(m),m in ht)return;ht[m]=!0;const c=m.endsWith(".css"),x=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${x}`))return;const a=document.createElement("link");if(a.rel=c?"stylesheet":no,c||(a.as="script"),a.crossOrigin="",a.href=m,d&&a.setAttribute("nonce",d),document.head.appendChild(a),c)return new Promise((E,T)=>{a.addEventListener("load",E),a.addEventListener("error",()=>T(new Error(`Unable to preload CSS for ${m}`)))})}))}function l(n){const d=new Event("vite:preloadError",{cancelable:!0});if(d.payload=n,window.dispatchEvent(d),!d.defaultPrevented)throw n}return i.then(n=>{for(const d of n||[])d.status==="rejected"&&l(d.reason);return s().catch(l)})},lo="";async function y(e,s={}){const t=await fetch(lo+e,{credentials:"same-origin",...s,headers:{...s.body instanceof FormData?{}:{"Content-Type":"application/json"},...s.headers}});let o;try{o=await t.json()}catch{throw new Error("服务器响应异常")}if(!t.ok)throw new Error(o.error||"请求失败");return o}const he={me:()=>y("/api/me"),stats:()=>y("/api/stats"),forumLimits:()=>y("/api/forum-limits"),boards:()=>y("/api/boards"),posts:e=>{const s=new URLSearchParams(e).toString();return y(`/api/posts?${s}`)},hotPosts:()=>y("/api/posts/hot"),post:(e,s)=>{const t=s!=null&&s.skipView?"?skip_view=1":"";return y(`/api/posts/${e}${t}`)},comments:(e,s)=>{const t=s!=null&&s.length?`?my_ids=${s.join(",")}`:"";return y(`/api/posts/${e}/comments${t}`)},notifications:()=>y("/api/notifications"),online:()=>y("/api/online"),presence:()=>y("/api/presence",{method:"POST"}),favorites:()=>y("/api/favorites"),createBoard:e=>y("/api/admin/boards",{method:"POST",body:JSON.stringify(e)}),updateBoard:(e,s)=>y(`/api/admin/boards/${e}`,{method:"PUT",body:JSON.stringify(s)}),deleteBoard:e=>y(`/api/admin/boards/${e}`,{method:"DELETE"}),adminDashboard:()=>y("/api/admin/dashboard"),adminSettings:()=>y("/api/admin/settings"),adminPosts:e=>{const s=new URLSearchParams;e.page&&s.set("page",String(e.page)),e.keyword&&s.set("keyword",e.keyword);const t=s.toString();return y(`/api/admin/posts${t?`?${t}`:""}`)},adminPinPost:(e,s)=>y(`/api/admin/posts/${e}/pin`,{method:"POST",body:JSON.stringify({pinned:s})}),adminLockPost:(e,s)=>y(`/api/admin/posts/${e}/lock`,{method:"POST",body:JSON.stringify({locked:s})}),adminUpdateForumSettings:e=>y("/api/admin/settings/forum",{method:"PUT",body:JSON.stringify(e)}),adminUpdateFilterWords:e=>y("/api/admin/settings/filter-words",{method:"PUT",body:JSON.stringify({content:e})}),postRevisions:e=>y(`/api/posts/${e}/revisions`),postRevision:(e,s)=>y(`/api/posts/${e}/revisions/${s}`),adminDeletePost:e=>y(`/api/admin/posts/${e}`,{method:"DELETE"}),adminComments:(e=1)=>y(`/api/admin/comments?page=${e}`),adminDeleteComment:e=>y(`/api/admin/comments/${e}`,{method:"DELETE"}),adminUsers:(e=1)=>y(`/api/admin/users?page=${e}`),adminBanUser:(e,s)=>y(`/api/admin/users/${e}/ban`,{method:"POST",body:JSON.stringify({banned:s})}),adminBackup:()=>y("/api/admin/backup",{method:"POST"}),updateNickname:e=>{const s=new FormData;return s.append("nickname",e),y("/api/profile/nickname",{method:"POST",body:s,headers:{}})},updatePassword:(e,s)=>{const t=new FormData;return t.append("old_password",e),t.append("new_password",s),y("/api/profile/password",{method:"POST",body:t,headers:{}})},uploadAvatar:e=>{const s=new FormData;return s.append("avatar",e),y("/api/profile/avatar",{method:"POST",body:s,headers:{}})},uploadPostImage:e=>{const s=new FormData;return s.append("image",e),y("/api/uploads/image",{method:"POST",body:s,headers:{}})},createPost:e=>{const s=new FormData;return s.append("board_id",e.board_id),s.append("title",e.title),s.append("content",e.content),s.append("tags",e.tags||""),y("/api/posts",{method:"POST",body:s,headers:{}})},updatePost:(e,s)=>{const t=new FormData;return t.append("title",s.title),t.append("content",s.content),t.append("tags",s.tags||""),y(`/api/posts/${e}`,{method:"PUT",body:t,headers:{}})},login:(e,s)=>{const t=new FormData;return t.append("username",e),t.append("password",s),y("/api/login",{method:"POST",body:t,headers:{}})},register:(e,s,t)=>{const o=new FormData;return o.append("username",e),o.append("password",s),o.append("nickname",t),y("/api/register",{method:"POST",body:o,headers:{}})},logout:()=>y("/api/logout",{method:"POST"}),like:e=>y(`/api/posts/${e}/like`,{method:"POST"}),favorite:e=>y(`/api/posts/${e}/favorite`,{method:"POST"}),addComment:(e,s)=>{const t=new FormData;return t.append("content",s.content),s.replyTo&&t.append("reply_to",String(s.replyTo)),s.guestNick&&t.append("guest_nick",s.guestNick),s.guestEmail&&t.append("guest_email",s.guestEmail),s.guestUrl&&t.append("guest_url",s.guestUrl),s.isPrivate&&t.append("is_private","1"),y(`/api/posts/${e}/comments`,{method:"POST",body:t,headers:{}})},ping:()=>y("/api/ping",{method:"POST"})},Ht=b.createContext({user:null,loading:!0,refresh:async()=>{},logout:async()=>{}});function co({children:e}){const[s,t]=b.useState(null),[o,i]=b.useState(!0),l=b.useCallback(async()=>{try{const d=await he.me();t(d.user??null)}catch{t(null)}finally{i(!1)}},[]);b.useEffect(()=>{l()},[l]);const n=async()=>{await he.logout(),t(null)};return r.jsx(Ht.Provider,{value:{user:s,loading:o,refresh:l,logout:n},children:e})}const qe=()=>b.useContext(Ht),Yt=b.createContext({theme:"light",toggle:()=>{}});function uo({children:e}){const[s,t]=b.useState(Gt);b.useLayoutEffect(()=>{Wt(s)},[s]);const o=()=>t(i=>i==="light"?"dark":"light");return r.jsx(Yt.Provider,{value:{theme:s,toggle:o},children:e})}const qt=()=>b.useContext(Yt);function mo(e){const[s,t]=b.useState(()=>window.matchMedia(e).matches);return b.useLayoutEffect(()=>{const o=window.matchMedia(e),i=()=>t(o.matches);return o.addEventListener("change",i),()=>o.removeEventListener("change",i)},[e]),s}function ye(){return r.jsxs("div",{className:"page-loader",role:"status","aria-live":"polite",children:[r.jsx("span",{className:"page-loader__dot"}),"加载中…"]})}function Kt(e){var s,t,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(s=0;s{const t=new Array(e.length+s.length);for(let o=0;o({classGroupId:e,validator:s}),Xt=(e=new Map,s=null,t)=>({nextPart:e,validators:s,classGroupId:t}),Ge="-",gt=[],ho="arbitrary..",go=e=>{const s=xo(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:n=>{if(n.startsWith("[")&&n.endsWith("]"))return bo(n);const d=n.split(Ge),m=d[0]===""&&d.length>1?1:0;return Qt(d,m,s)},getConflictingClassGroupIds:(n,d)=>{if(d){const m=o[n],c=t[n];return m?c?po(c,m):m:c||gt}return t[n]||gt}}},Qt=(e,s,t)=>{if(e.length-s===0)return t.classGroupId;const i=e[s],l=t.nextPart.get(i);if(l){const c=Qt(e,s+1,l);if(c)return c}const n=t.validators;if(n===null)return;const d=s===0?e.join(Ge):e.slice(s).join(Ge),m=n.length;for(let c=0;ce.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const s=e.slice(1,-1),t=s.indexOf(":"),o=s.slice(0,t);return o?ho+o:void 0})(),xo=e=>{const{theme:s,classGroups:t}=e;return yo(t,s)},yo=(e,s)=>{const t=Xt();for(const o in e){const i=e[o];st(i,t,o,s)}return t},st=(e,s,t,o)=>{const i=e.length;for(let l=0;l{if(typeof e=="string"){wo(e,s,t);return}if(typeof e=="function"){ko(e,s,t,o);return}jo(e,s,t,o)},wo=(e,s,t)=>{const o=e===""?s:Zt(s,e);o.classGroupId=t},ko=(e,s,t,o)=>{if(So(e)){st(e(o),s,t,o);return}s.validators===null&&(s.validators=[]),s.validators.push(fo(t,e))},jo=(e,s,t,o)=>{const i=Object.entries(e),l=i.length;for(let n=0;n{let t=e;const o=s.split(Ge),i=o.length;for(let l=0;l"isThemeGetter"in e&&e.isThemeGetter===!0,No=e=>{if(e<1)return{get:()=>{},set:()=>{}};let s=0,t=Object.create(null),o=Object.create(null);const i=(l,n)=>{t[l]=n,s++,s>e&&(s=0,o=t,t=Object.create(null))};return{get(l){let n=t[l];if(n!==void 0)return n;if((n=o[l])!==void 0)return i(l,n),n},set(l,n){l in t?t[l]=n:i(l,n)}}},Ze="!",bt=":",Eo=[],xt=(e,s,t,o,i)=>({modifiers:e,hasImportantModifier:s,baseClassName:t,maybePostfixModifierPosition:o,isExternal:i}),_o=e=>{const{prefix:s,experimentalParseClassName:t}=e;let o=i=>{const l=[];let n=0,d=0,m=0,c;const x=i.length;for(let L=0;Lm?c-m:void 0;return xt(l,T,E,R)};if(s){const i=s+bt,l=o;o=n=>n.startsWith(i)?l(n.slice(i.length)):xt(Eo,!1,n,void 0,!0)}if(t){const i=o;o=l=>t({className:l,parseClassName:i})}return o},To=e=>{const s=new Map;return e.orderSensitiveModifiers.forEach((t,o)=>{s.set(t,1e6+o)}),t=>{const o=[];let i=[];for(let l=0;l0&&(i.sort(),o.push(...i),i=[]),o.push(n)):i.push(n)}return i.length>0&&(i.sort(),o.push(...i)),o}},Co=e=>({cache:No(e.cacheSize),parseClassName:_o(e),sortModifiers:To(e),postfixLookupClassGroupIds:Po(e),...go(e)}),Po=e=>{const s=Object.create(null),t=e.postfixLookupClassGroups;if(t)for(let o=0;o{const{parseClassName:t,getClassGroupId:o,getConflictingClassGroupIds:i,sortModifiers:l,postfixLookupClassGroupIds:n}=s,d=[],m=e.trim().split(Ro);let c="";for(let x=m.length-1;x>=0;x-=1){const a=m[x],{isExternal:E,modifiers:T,hasImportantModifier:R,baseClassName:L,maybePostfixModifierPosition:O}=t(a);if(E){c=a+(c.length>0?" "+c:c);continue}let N=!!O,B;if(N){const D=L.substring(0,O);B=o(D);const p=B&&n[B]?o(L):void 0;p&&p!==B&&(B=p,N=!1)}else B=o(L);if(!B){if(!N){c=a+(c.length>0?" "+c:c);continue}if(B=o(L),!B){c=a+(c.length>0?" "+c:c);continue}N=!1}const X=T.length===0?"":T.length===1?T[0]:l(T).join(":"),te=R?X+Ze:X,ae=te+B;if(d.indexOf(ae)>-1)continue;d.push(ae);const $=i(B,N);for(let D=0;D<$.length;++D){const p=$[D];d.push(te+p)}c=a+(c.length>0?" "+c:c)}return c},Ao=(...e)=>{let s=0,t,o,i="";for(;s{if(typeof e=="string")return e;let s,t="";for(let o=0;o{let t,o,i,l;const n=m=>{const c=s.reduce((x,a)=>a(x),e());return t=Co(c),o=t.cache.get,i=t.cache.set,l=d,d(m)},d=m=>{const c=o(m);if(c)return c;const x=zo(m,t);return i(m,x),x};return l=n,(...m)=>l(Ao(...m))},Oo=[],V=e=>{const s=t=>t[e]||Oo;return s.isThemeGetter=!0,s},ts=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,ss=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Lo=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Do=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Mo=/\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$/,Bo=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,$o=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Fo=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ke=e=>Lo.test(e),j=e=>!!e&&!Number.isNaN(Number(e)),pe=e=>!!e&&Number.isInteger(Number(e)),Xe=e=>e.endsWith("%")&&j(e.slice(0,-1)),xe=e=>Do.test(e),os=()=>!0,Vo=e=>Mo.test(e)&&!Bo.test(e),ot=()=>!1,Uo=e=>$o.test(e),Go=e=>Fo.test(e),Wo=e=>!f(e)&&!g(e),Ho=e=>e.startsWith("@container")&&(e[10]==="/"&&e[11]!==void 0||e[11]==="s"&&e[16]!==void 0&&e.startsWith("-size/",10)||e[11]==="n"&&e[18]!==void 0&&e.startsWith("-normal/",10)),Yo=e=>je(e,ns,ot),f=e=>ts.test(e),_e=e=>je(e,is,Vo),yt=e=>je(e,tr,j),qo=e=>je(e,cs,os),Ko=e=>je(e,ls,ot),vt=e=>je(e,rs,ot),Jo=e=>je(e,as,Go),Fe=e=>je(e,ds,Uo),g=e=>ss.test(e),Oe=e=>Te(e,is),Xo=e=>Te(e,ls),wt=e=>Te(e,rs),Qo=e=>Te(e,ns),Zo=e=>Te(e,as),Ve=e=>Te(e,ds,!0),er=e=>Te(e,cs,!0),je=(e,s,t)=>{const o=ts.exec(e);return o?o[1]?s(o[1]):t(o[2]):!1},Te=(e,s,t=!1)=>{const o=ss.exec(e);return o?o[1]?s(o[1]):t:!1},rs=e=>e==="position"||e==="percentage",as=e=>e==="image"||e==="url",ns=e=>e==="length"||e==="size"||e==="bg-size",is=e=>e==="length",tr=e=>e==="number",ls=e=>e==="family-name",cs=e=>e==="number"||e==="weight",ds=e=>e==="shadow",sr=()=>{const e=V("color"),s=V("font"),t=V("text"),o=V("font-weight"),i=V("tracking"),l=V("leading"),n=V("breakpoint"),d=V("container"),m=V("spacing"),c=V("radius"),x=V("shadow"),a=V("inset-shadow"),E=V("text-shadow"),T=V("drop-shadow"),R=V("blur"),L=V("perspective"),O=V("aspect"),N=V("ease"),B=V("animate"),X=()=>["auto","avoid","all","avoid-page","page","left","right","column"],te=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],ae=()=>[...te(),g,f],$=()=>["auto","hidden","clip","visible","scroll"],D=()=>["auto","contain","none"],p=()=>[g,f,m],M=()=>[ke,"full","auto",...p()],ue=()=>[pe,"none","subgrid",g,f],K=()=>["auto",{span:["full",pe,g,f]},pe,g,f],J=()=>[pe,"auto",g,f],W=()=>["auto","min","max","fr",g,f],me=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],Q=()=>["start","end","center","stretch","center-safe","end-safe"],w=()=>["auto",...p()],C=()=>[ke,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...p()],v=()=>[ke,"screen","full","dvw","lvw","svw","min","max","fit",...p()],F=()=>[ke,"screen","full","lh","dvh","lvh","svh","min","max","fit",...p()],h=()=>[e,g,f],Y=()=>[...te(),wt,vt,{position:[g,f]}],Se=()=>["no-repeat",{repeat:["","x","y","space","round"]}],_=()=>["auto","cover","contain",Qo,Yo,{size:[g,f]}],A=()=>[Xe,Oe,_e],S=()=>["","none","full",c,g,f],P=()=>["",j,Oe,_e],ie=()=>["solid","dashed","dotted","double"],z=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],I=()=>[j,Xe,wt,vt],Ne=()=>["","none",R,g,f],ge=()=>["none",j,g,f],le=()=>["none",j,g,f],Ae=()=>[j,g,f],ve=()=>[ke,"full",...p()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[xe],breakpoint:[xe],color:[os],container:[xe],"drop-shadow":[xe],ease:["in","out","in-out"],font:[Wo],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[xe],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[xe],shadow:[xe],spacing:["px",j],text:[xe],"text-shadow":[xe],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",ke,f,g,O]}],container:["container"],"container-type":[{"@container":["","normal","size",g,f]}],"container-named":[Ho],columns:[{columns:[j,f,g,d]}],"break-after":[{"break-after":X()}],"break-before":[{"break-before":X()}],"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:ae()}],overflow:[{overflow:$()}],"overflow-x":[{"overflow-x":$()}],"overflow-y":[{"overflow-y":$()}],overscroll:[{overscroll:D()}],"overscroll-x":[{"overscroll-x":D()}],"overscroll-y":[{"overscroll-y":D()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:M()}],"inset-x":[{"inset-x":M()}],"inset-y":[{"inset-y":M()}],start:[{"inset-s":M(),start:M()}],end:[{"inset-e":M(),end:M()}],"inset-bs":[{"inset-bs":M()}],"inset-be":[{"inset-be":M()}],top:[{top:M()}],right:[{right:M()}],bottom:[{bottom:M()}],left:[{left:M()}],visibility:["visible","invisible","collapse"],z:[{z:[pe,"auto",g,f]}],basis:[{basis:[ke,"full","auto",d,...p()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[j,ke,"auto","initial","none",f]}],grow:[{grow:["",j,g,f]}],shrink:[{shrink:["",j,g,f]}],order:[{order:[pe,"first","last","none",g,f]}],"grid-cols":[{"grid-cols":ue()}],"col-start-end":[{col:K()}],"col-start":[{"col-start":J()}],"col-end":[{"col-end":J()}],"grid-rows":[{"grid-rows":ue()}],"row-start-end":[{row:K()}],"row-start":[{"row-start":J()}],"row-end":[{"row-end":J()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":W()}],"auto-rows":[{"auto-rows":W()}],gap:[{gap:p()}],"gap-x":[{"gap-x":p()}],"gap-y":[{"gap-y":p()}],"justify-content":[{justify:[...me(),"normal"]}],"justify-items":[{"justify-items":[...Q(),"normal"]}],"justify-self":[{"justify-self":["auto",...Q()]}],"align-content":[{content:["normal",...me()]}],"align-items":[{items:[...Q(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...Q(),{baseline:["","last"]}]}],"place-content":[{"place-content":me()}],"place-items":[{"place-items":[...Q(),"baseline"]}],"place-self":[{"place-self":["auto",...Q()]}],p:[{p:p()}],px:[{px:p()}],py:[{py:p()}],ps:[{ps:p()}],pe:[{pe:p()}],pbs:[{pbs:p()}],pbe:[{pbe:p()}],pt:[{pt:p()}],pr:[{pr:p()}],pb:[{pb:p()}],pl:[{pl:p()}],m:[{m:w()}],mx:[{mx:w()}],my:[{my:w()}],ms:[{ms:w()}],me:[{me:w()}],mbs:[{mbs:w()}],mbe:[{mbe:w()}],mt:[{mt:w()}],mr:[{mr:w()}],mb:[{mb:w()}],ml:[{ml:w()}],"space-x":[{"space-x":p()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":p()}],"space-y-reverse":["space-y-reverse"],size:[{size:C()}],"inline-size":[{inline:["auto",...v()]}],"min-inline-size":[{"min-inline":["auto",...v()]}],"max-inline-size":[{"max-inline":["none",...v()]}],"block-size":[{block:["auto",...F()]}],"min-block-size":[{"min-block":["auto",...F()]}],"max-block-size":[{"max-block":["none",...F()]}],w:[{w:[d,"screen",...C()]}],"min-w":[{"min-w":[d,"screen","none",...C()]}],"max-w":[{"max-w":[d,"screen","none","prose",{screen:[n]},...C()]}],h:[{h:["screen","lh",...C()]}],"min-h":[{"min-h":["screen","lh","none",...C()]}],"max-h":[{"max-h":["screen","lh",...C()]}],"font-size":[{text:["base",t,Oe,_e]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,er,qo]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Xe,f]}],"font-family":[{font:[Xo,Ko,s]}],"font-features":[{"font-features":[f]}],"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:[i,g,f]}],"line-clamp":[{"line-clamp":[j,"none",g,yt]}],leading:[{leading:[l,...p()]}],"list-image":[{"list-image":["none",g,f]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",g,f]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:h()}],"text-color":[{text:h()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...ie(),"wavy"]}],"text-decoration-thickness":[{decoration:[j,"from-font","auto",g,_e]}],"text-decoration-color":[{decoration:h()}],"underline-offset":[{"underline-offset":[j,"auto",g,f]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:p()}],"tab-size":[{tab:[pe,g,f]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",g,f]}],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",g,f]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:Y()}],"bg-repeat":[{bg:Se()}],"bg-size":[{bg:_()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},pe,g,f],radial:["",g,f],conic:[pe,g,f]},Zo,Jo]}],"bg-color":[{bg:h()}],"gradient-from-pos":[{from:A()}],"gradient-via-pos":[{via:A()}],"gradient-to-pos":[{to:A()}],"gradient-from":[{from:h()}],"gradient-via":[{via:h()}],"gradient-to":[{to:h()}],rounded:[{rounded:S()}],"rounded-s":[{"rounded-s":S()}],"rounded-e":[{"rounded-e":S()}],"rounded-t":[{"rounded-t":S()}],"rounded-r":[{"rounded-r":S()}],"rounded-b":[{"rounded-b":S()}],"rounded-l":[{"rounded-l":S()}],"rounded-ss":[{"rounded-ss":S()}],"rounded-se":[{"rounded-se":S()}],"rounded-ee":[{"rounded-ee":S()}],"rounded-es":[{"rounded-es":S()}],"rounded-tl":[{"rounded-tl":S()}],"rounded-tr":[{"rounded-tr":S()}],"rounded-br":[{"rounded-br":S()}],"rounded-bl":[{"rounded-bl":S()}],"border-w":[{border:P()}],"border-w-x":[{"border-x":P()}],"border-w-y":[{"border-y":P()}],"border-w-s":[{"border-s":P()}],"border-w-e":[{"border-e":P()}],"border-w-bs":[{"border-bs":P()}],"border-w-be":[{"border-be":P()}],"border-w-t":[{"border-t":P()}],"border-w-r":[{"border-r":P()}],"border-w-b":[{"border-b":P()}],"border-w-l":[{"border-l":P()}],"divide-x":[{"divide-x":P()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":P()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...ie(),"hidden","none"]}],"divide-style":[{divide:[...ie(),"hidden","none"]}],"border-color":[{border:h()}],"border-color-x":[{"border-x":h()}],"border-color-y":[{"border-y":h()}],"border-color-s":[{"border-s":h()}],"border-color-e":[{"border-e":h()}],"border-color-bs":[{"border-bs":h()}],"border-color-be":[{"border-be":h()}],"border-color-t":[{"border-t":h()}],"border-color-r":[{"border-r":h()}],"border-color-b":[{"border-b":h()}],"border-color-l":[{"border-l":h()}],"divide-color":[{divide:h()}],"outline-style":[{outline:[...ie(),"none","hidden"]}],"outline-offset":[{"outline-offset":[j,g,f]}],"outline-w":[{outline:["",j,Oe,_e]}],"outline-color":[{outline:h()}],shadow:[{shadow:["","none",x,Ve,Fe]}],"shadow-color":[{shadow:h()}],"inset-shadow":[{"inset-shadow":["none",a,Ve,Fe]}],"inset-shadow-color":[{"inset-shadow":h()}],"ring-w":[{ring:P()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:h()}],"ring-offset-w":[{"ring-offset":[j,_e]}],"ring-offset-color":[{"ring-offset":h()}],"inset-ring-w":[{"inset-ring":P()}],"inset-ring-color":[{"inset-ring":h()}],"text-shadow":[{"text-shadow":["none",E,Ve,Fe]}],"text-shadow-color":[{"text-shadow":h()}],opacity:[{opacity:[j,g,f]}],"mix-blend":[{"mix-blend":[...z(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":z()}],"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":[j]}],"mask-image-linear-from-pos":[{"mask-linear-from":I()}],"mask-image-linear-to-pos":[{"mask-linear-to":I()}],"mask-image-linear-from-color":[{"mask-linear-from":h()}],"mask-image-linear-to-color":[{"mask-linear-to":h()}],"mask-image-t-from-pos":[{"mask-t-from":I()}],"mask-image-t-to-pos":[{"mask-t-to":I()}],"mask-image-t-from-color":[{"mask-t-from":h()}],"mask-image-t-to-color":[{"mask-t-to":h()}],"mask-image-r-from-pos":[{"mask-r-from":I()}],"mask-image-r-to-pos":[{"mask-r-to":I()}],"mask-image-r-from-color":[{"mask-r-from":h()}],"mask-image-r-to-color":[{"mask-r-to":h()}],"mask-image-b-from-pos":[{"mask-b-from":I()}],"mask-image-b-to-pos":[{"mask-b-to":I()}],"mask-image-b-from-color":[{"mask-b-from":h()}],"mask-image-b-to-color":[{"mask-b-to":h()}],"mask-image-l-from-pos":[{"mask-l-from":I()}],"mask-image-l-to-pos":[{"mask-l-to":I()}],"mask-image-l-from-color":[{"mask-l-from":h()}],"mask-image-l-to-color":[{"mask-l-to":h()}],"mask-image-x-from-pos":[{"mask-x-from":I()}],"mask-image-x-to-pos":[{"mask-x-to":I()}],"mask-image-x-from-color":[{"mask-x-from":h()}],"mask-image-x-to-color":[{"mask-x-to":h()}],"mask-image-y-from-pos":[{"mask-y-from":I()}],"mask-image-y-to-pos":[{"mask-y-to":I()}],"mask-image-y-from-color":[{"mask-y-from":h()}],"mask-image-y-to-color":[{"mask-y-to":h()}],"mask-image-radial":[{"mask-radial":[g,f]}],"mask-image-radial-from-pos":[{"mask-radial-from":I()}],"mask-image-radial-to-pos":[{"mask-radial-to":I()}],"mask-image-radial-from-color":[{"mask-radial-from":h()}],"mask-image-radial-to-color":[{"mask-radial-to":h()}],"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":te()}],"mask-image-conic-pos":[{"mask-conic":[j]}],"mask-image-conic-from-pos":[{"mask-conic-from":I()}],"mask-image-conic-to-pos":[{"mask-conic-to":I()}],"mask-image-conic-from-color":[{"mask-conic-from":h()}],"mask-image-conic-to-color":[{"mask-conic-to":h()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:Y()}],"mask-repeat":[{mask:Se()}],"mask-size":[{mask:_()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",g,f]}],filter:[{filter:["","none",g,f]}],blur:[{blur:Ne()}],brightness:[{brightness:[j,g,f]}],contrast:[{contrast:[j,g,f]}],"drop-shadow":[{"drop-shadow":["","none",T,Ve,Fe]}],"drop-shadow-color":[{"drop-shadow":h()}],grayscale:[{grayscale:["",j,g,f]}],"hue-rotate":[{"hue-rotate":[j,g,f]}],invert:[{invert:["",j,g,f]}],saturate:[{saturate:[j,g,f]}],sepia:[{sepia:["",j,g,f]}],"backdrop-filter":[{"backdrop-filter":["","none",g,f]}],"backdrop-blur":[{"backdrop-blur":Ne()}],"backdrop-brightness":[{"backdrop-brightness":[j,g,f]}],"backdrop-contrast":[{"backdrop-contrast":[j,g,f]}],"backdrop-grayscale":[{"backdrop-grayscale":["",j,g,f]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[j,g,f]}],"backdrop-invert":[{"backdrop-invert":["",j,g,f]}],"backdrop-opacity":[{"backdrop-opacity":[j,g,f]}],"backdrop-saturate":[{"backdrop-saturate":[j,g,f]}],"backdrop-sepia":[{"backdrop-sepia":["",j,g,f]}],"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",g,f]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[j,"initial",g,f]}],ease:[{ease:["linear","initial",N,g,f]}],delay:[{delay:[j,g,f]}],animate:[{animate:["none",B,g,f]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[L,g,f]}],"perspective-origin":[{"perspective-origin":ae()}],rotate:[{rotate:ge()}],"rotate-x":[{"rotate-x":ge()}],"rotate-y":[{"rotate-y":ge()}],"rotate-z":[{"rotate-z":ge()}],scale:[{scale:le()}],"scale-x":[{"scale-x":le()}],"scale-y":[{"scale-y":le()}],"scale-z":[{"scale-z":le()}],"scale-3d":["scale-3d"],skew:[{skew:Ae()}],"skew-x":[{"skew-x":Ae()}],"skew-y":[{"skew-y":Ae()}],transform:[{transform:[g,f,"","none","gpu","cpu"]}],"transform-origin":[{origin:ae()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ve()}],"translate-x":[{"translate-x":ve()}],"translate-y":[{"translate-y":ve()}],"translate-z":[{"translate-z":ve()}],"translate-none":["translate-none"],zoom:[{zoom:[pe,g,f]}],accent:[{accent:h()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:h()}],"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",g,f]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scrollbar-thumb-color":[{"scrollbar-thumb":h()}],"scrollbar-track-color":[{"scrollbar-track":h()}],"scrollbar-gutter":[{"scrollbar-gutter":["auto","stable","both"]}],"scrollbar-w":[{scrollbar:["auto","thin","none"]}],"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-mbs":[{"scroll-mbs":p()}],"scroll-mbe":[{"scroll-mbe":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-pbs":[{"scroll-pbs":p()}],"scroll-pbe":[{"scroll-pbe":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",g,f]}],fill:[{fill:["none",...h()]}],"stroke-w":[{stroke:[j,Oe,_e,yt]}],stroke:[{stroke:["none",...h()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{"container-named":["container-type"],overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","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","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","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-bs","border-w-be","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-bs","border-color-be","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-mbs","scroll-mbe","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-pbs","scroll-pbe","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"]},postfixLookupClassGroups:["container-type"],orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},or=Io(sr);function ee(...e){return or(Jt(e))}const rr=Vs,ar=Us,nr=b.forwardRef(({className:e,inset:s,children:t,...o},i)=>r.jsxs(zt,{ref:i,className:ee("flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",s&&"pl-8",e),...o,children:[t,r.jsx(Ms,{className:"ml-auto"})]}));nr.displayName=zt.displayName;const ir=b.forwardRef(({className:e,...s},t)=>r.jsx(At,{ref:t,className:ee("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...s}));ir.displayName=At.displayName;const us=b.forwardRef(({className:e,sideOffset:s=4,...t},o)=>r.jsx(Bs,{children:r.jsx(It,{ref:o,sideOffset:s,className:ee("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t})}));us.displayName=It.displayName;const De=b.forwardRef(({className:e,inset:s,...t},o)=>r.jsx(Ot,{ref:o,className:ee("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",s&&"pl-8",e),...t}));De.displayName=Ot.displayName;const lr=b.forwardRef(({className:e,children:s,checked:t,...o},i)=>r.jsxs(Lt,{ref:i,className:ee("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:t,...o,children:[r.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r.jsx(Dt,{children:r.jsx($s,{className:"h-4 w-4"})})}),s]}));lr.displayName=Lt.displayName;const cr=b.forwardRef(({className:e,children:s,...t},o)=>r.jsxs(Mt,{ref:o,className:ee("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...t,children:[r.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r.jsx(Dt,{children:r.jsx(Fs,{className:"h-2 w-2 fill-current"})})}),s]}));cr.displayName=Mt.displayName;const dr=b.forwardRef(({className:e,inset:s,...t},o)=>r.jsx(Bt,{ref:o,className:ee("px-2 py-1.5 text-sm font-semibold",s&&"pl-8",e),...t}));dr.displayName=Bt.displayName;const et=b.forwardRef(({className:e,...s},t)=>r.jsx($t,{ref:t,className:ee("-mx-1 my-1 h-px bg-muted",e),...s}));et.displayName=$t.displayName;const ms="j13-cache-boards",ps="j13-cache-stats";function fs(e){try{const s=sessionStorage.getItem(e);return s?JSON.parse(s):null}catch{return null}}function hs(e,s){try{sessionStorage.setItem(e,JSON.stringify(s))}catch{}}function kt(){return fs(ms)??[]}function jt(){return fs(ps)}function ur(e){hs(ms,e)}function mr(e){hs(ps,e)}const pr=[{key:"latest",label:"最新发帖",hint:"按发布时间",icon:Gs},{key:"reply",label:"最新回复",hint:"最近有人回复",icon:Ws},{key:"hot",label:"热门讨论",hint:"按互动热度",icon:Hs}];function gs(e){return e==="reply"||e==="hot"?e:"latest"}function We(e,s="latest"){const t=new URLSearchParams;e&&t.set("board",String(e)),s!=="latest"&&t.set("sort",s);const o=t.toString();return o?`/?${o}`:"/"}function ya({value:e,onChange:s,postTotal:t}){return r.jsxs("div",{className:"feed-toolbar",children:[r.jsx("div",{className:"feed-sort-bar",role:"tablist","aria-label":"帖子排序",children:pr.map(({key:o,label:i,hint:l,icon:n})=>r.jsxs("button",{type:"button",role:"tab","aria-selected":e===o,title:`${i} · ${l}`,className:ee("feed-sort-tab",e===o&&"active"),onClick:()=>s(o),children:[r.jsx(n,{"aria-hidden":!0}),r.jsx("span",{className:"feed-sort-tab__label",children:i})]},o))}),t!=null&&r.jsxs("span",{className:"feed-toolbar__count",children:["共 ",t," 条"]})]})}const fr=["/post/","/profile"];function bs(e){return fr.some(s=>e.startsWith(s))}function hr(e,s){return bs(e)?null:e.startsWith("/favorites")?"favorites":e.startsWith("/admin")?"admin":s===0?"all":String(s)}function gr({boards:e,activeBoard:s,onSelectBoard:t}){const o=Ye(),i=Ct(),[l]=Pt(),n=gs(l.get("sort")),{user:d}=qe(),m=(d==null?void 0:d.role)==="admin",c=hr(i.pathname,s),x=(a,E,T,R)=>r.jsxs("button",{type:"button",className:ee("sidebar-nav-item",c!=null&&c===a&&"active"),onClick:R,children:[T,r.jsx("span",{className:"flex-1 truncate",children:E})]},a);return r.jsxs("aside",{className:"sidebar",children:[r.jsx("div",{className:"sidebar-section",children:"浏览"}),r.jsxs("nav",{className:"sidebar-nav",children:[x("all","全部帖子",r.jsx(Ys,{}),()=>{t(0),o(We(0,n))}),d&&x("favorites","我的收藏",r.jsx(qs,{}),()=>o("/favorites"))]}),e.length>0&&r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"sidebar-section",style:{marginTop:8},children:"板块"}),r.jsx("nav",{className:"sidebar-nav",children:e.map(a=>r.jsx("button",{type:"button",className:ee("sidebar-nav-item",c!=null&&c===String(a.id)&&"active"),onClick:()=>{t(a.id),o(We(a.id,n))},children:r.jsx("span",{className:"flex-1 truncate",children:a.name})},a.id))})]}),m&&r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"sidebar-section",style:{marginTop:8},children:"管理"}),r.jsx("nav",{className:"sidebar-nav",children:x("admin","管理后台",r.jsx(Ft,{}),()=>o("/admin/dashboard"))})]})]})}function br({hot:e,notifications:s,online:t,onPostClick:o}){const i=(e==null?void 0:e.slice(0,8))??[],l=(s==null?void 0:s.slice(0,6))??[],n=(t==null?void 0:t.users)??[];return r.jsxs(r.Fragment,{children:[r.jsxs("div",{className:"widget-card",children:[r.jsx("div",{className:"widget-card-head",children:"🔥 热门帖子"}),r.jsx("div",{className:"widget-card-body",children:i.length===0?r.jsx("div",{style:{fontSize:13,color:"var(--color-text-3)",padding:"8px 0"},children:"暂无数据"}):i.map((d,m)=>r.jsxs("div",{className:"widget-item",onClick:()=>o(d.id),children:[r.jsx("span",{style:{color:m<3?"#e74c3c":"var(--color-text-3)",fontWeight:600,minWidth:18},children:m+1}),r.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.title})]},d.id))})]}),r.jsxs("div",{className:"widget-card",children:[r.jsx("div",{className:"widget-card-head",children:"📢 最新动态"}),r.jsx("div",{className:"widget-card-body",children:l.length===0?r.jsx("div",{style:{fontSize:13,color:"var(--color-text-3)",padding:"8px 0"},children:"暂无动态"}):l.map(d=>r.jsxs("div",{className:"widget-item",onClick:()=>o(d.id),children:[r.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.title}),r.jsx("span",{style:{fontSize:11,color:"var(--color-text-4)",flexShrink:0},children:d.created_at})]},d.id))})]}),r.jsxs("div",{className:"widget-card",children:[r.jsxs("div",{className:"widget-card-head",children:["👀 当前浏览 ",(t==null?void 0:t.count)??"—"," 人"]}),r.jsxs("div",{className:"widget-card-body",children:[r.jsxs("div",{style:{fontSize:12,color:"var(--color-text-3)",marginBottom:8},children:["会员 ",(t==null?void 0:t.members)??0," · 游客 ",(t==null?void 0:t.guests)??0]}),r.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:[n.map(d=>{var m;return r.jsx("span",{title:d.nickname,style:{width:28,height:28,borderRadius:"50%",background:"var(--j13-green)",color:"#fff",fontSize:12,display:"inline-flex",alignItems:"center",justifyContent:"center"},children:((m=d.nickname)==null?void 0:m[0])||"?"},d.id)}),n.length===0&&r.jsx("span",{style:{fontSize:13,color:"var(--color-text-3)"},children:"暂无会员在线"})]})]})]}),r.jsx("div",{className:"widget-card widget-card--about",children:r.jsx("div",{className:"widget-card-body",children:r.jsxs("p",{className:"widget-about-text",children:[r.jsx("strong",{children:"姜十三论坛"}),"拾三一隅,自在交流。轻量社区,专为小圈子打造。"]})})})]})}const xs={post_title_max:128,post_tags_max:256,post_content_max:5e4,comment_max:5e3,search_keyword_min:1,search_keyword_max:50,password_min_len:6,avatar_max_mb:2};let ze=null,Le=null;function xr(){return ze?Promise.resolve(ze):Le||(Le=he.forumLimits().then(e=>(ze=e,e)).catch(()=>xs).finally(()=>{Le=null}),Le)}function yr(){const[e,s]=b.useState(ze??xs),[t,o]=b.useState(!ze);return b.useEffect(()=>{xr().then(s).finally(()=>o(!1))},[]),{limits:e,loading:t}}function va(){ze=null}function vr(e){if(typeof document>"u")return;let s=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css",s.appendChild(t),t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e))}const wr=e=>{switch(e){case"success":return Sr;case"info":return Er;case"warning":return Nr;case"error":return _r;default:return null}},kr=Array(12).fill(0),jr=({visible:e,className:s})=>u.createElement("div",{className:["sonner-loading-wrapper",s].filter(Boolean).join(" "),"data-visible":e},u.createElement("div",{className:"sonner-spinner"},kr.map((t,o)=>u.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${o}`})))),Sr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),Nr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),Er=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),_r=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),Tr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},u.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),u.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),Cr=()=>{const[e,s]=u.useState(document.hidden);return u.useEffect(()=>{const t=()=>{s(document.hidden)};return document.addEventListener("visibilitychange",t),()=>window.removeEventListener("visibilitychange",t)},[]),e};let tt=1;class Pr{constructor(){this.subscribe=s=>(this.subscribers.push(s),()=>{const t=this.subscribers.indexOf(s);this.subscribers.splice(t,1)}),this.publish=s=>{this.subscribers.forEach(t=>t(s))},this.addToast=s=>{this.publish(s),this.toasts=[...this.toasts,s]},this.create=s=>{var t;const{message:o,...i}=s,l=typeof(s==null?void 0:s.id)=="number"||((t=s.id)==null?void 0:t.length)>0?s.id:tt++,n=this.toasts.find(m=>m.id===l),d=s.dismissible===void 0?!0:s.dismissible;return this.dismissedToasts.has(l)&&this.dismissedToasts.delete(l),n?this.toasts=this.toasts.map(m=>m.id===l?(this.publish({...m,...s,id:l,title:o}),{...m,...s,id:l,dismissible:d,title:o}):m):this.addToast({title:o,...i,dismissible:d,id:l}),l},this.dismiss=s=>(s?(this.dismissedToasts.add(s),requestAnimationFrame(()=>this.subscribers.forEach(t=>t({id:s,dismiss:!0})))):this.toasts.forEach(t=>{this.subscribers.forEach(o=>o({id:t.id,dismiss:!0}))}),s),this.message=(s,t)=>this.create({...t,message:s}),this.error=(s,t)=>this.create({...t,message:s,type:"error"}),this.success=(s,t)=>this.create({...t,type:"success",message:s}),this.info=(s,t)=>this.create({...t,type:"info",message:s}),this.warning=(s,t)=>this.create({...t,type:"warning",message:s}),this.loading=(s,t)=>this.create({...t,type:"loading",message:s}),this.promise=(s,t)=>{if(!t)return;let o;t.loading!==void 0&&(o=this.create({...t,promise:s,type:"loading",message:t.loading,description:typeof t.description!="function"?t.description:void 0}));const i=Promise.resolve(s instanceof Function?s():s);let l=o!==void 0,n;const d=i.then(async c=>{if(n=["resolve",c],u.isValidElement(c))l=!1,this.create({id:o,type:"default",message:c});else if(zr(c)&&!c.ok){l=!1;const a=typeof t.error=="function"?await t.error(`HTTP error! status: ${c.status}`):t.error,E=typeof t.description=="function"?await t.description(`HTTP error! status: ${c.status}`):t.description,R=typeof a=="object"&&!u.isValidElement(a)?a:{message:a};this.create({id:o,type:"error",description:E,...R})}else if(c instanceof Error){l=!1;const a=typeof t.error=="function"?await t.error(c):t.error,E=typeof t.description=="function"?await t.description(c):t.description,R=typeof a=="object"&&!u.isValidElement(a)?a:{message:a};this.create({id:o,type:"error",description:E,...R})}else if(t.success!==void 0){l=!1;const a=typeof t.success=="function"?await t.success(c):t.success,E=typeof t.description=="function"?await t.description(c):t.description,R=typeof a=="object"&&!u.isValidElement(a)?a:{message:a};this.create({id:o,type:"success",description:E,...R})}}).catch(async c=>{if(n=["reject",c],t.error!==void 0){l=!1;const x=typeof t.error=="function"?await t.error(c):t.error,a=typeof t.description=="function"?await t.description(c):t.description,T=typeof x=="object"&&!u.isValidElement(x)?x:{message:x};this.create({id:o,type:"error",description:a,...T})}}).finally(()=>{l&&(this.dismiss(o),o=void 0),t.finally==null||t.finally.call(t)}),m=()=>new Promise((c,x)=>d.then(()=>n[0]==="reject"?x(n[1]):c(n[1])).catch(x));return typeof o!="string"&&typeof o!="number"?{unwrap:m}:Object.assign(o,{unwrap:m})},this.custom=(s,t)=>{const o=(t==null?void 0:t.id)||tt++;return this.create({jsx:s(o),id:o,...t}),o},this.getActiveToasts=()=>this.toasts.filter(s=>!this.dismissedToasts.has(s.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}}const Z=new Pr,Rr=(e,s)=>{const t=(s==null?void 0:s.id)||tt++;return Z.addToast({title:e,...s,id:t}),t},zr=e=>e&&typeof e=="object"&&"ok"in e&&typeof e.ok=="boolean"&&"status"in e&&typeof e.status=="number",Ar=Rr,Ir=()=>Z.toasts,Or=()=>Z.getActiveToasts(),Qe=Object.assign(Ar,{success:Z.success,info:Z.info,warning:Z.warning,error:Z.error,custom:Z.custom,message:Z.message,promise:Z.promise,dismiss:Z.dismiss,loading:Z.loading},{getHistory:Ir,getToasts:Or});vr("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");function Ue(e){return e.label!==void 0}const Lr=3,Dr="24px",Mr="16px",St=4e3,Br=356,$r=14,Fr=45,Vr=200;function fe(...e){return e.filter(Boolean).join(" ")}function Ur(e){const[s,t]=e.split("-"),o=[];return s&&o.push(s),t&&o.push(t),o}const Gr=e=>{var s,t,o,i,l,n,d,m,c;const{invert:x,toast:a,unstyled:E,interacting:T,setHeights:R,visibleToasts:L,heights:O,index:N,toasts:B,expanded:X,removeToast:te,defaultRichColors:ae,closeButton:$,style:D,cancelButtonStyle:p,actionButtonStyle:M,className:ue="",descriptionClassName:K="",duration:J,position:W,gap:me,expandByDefault:Q,classNames:w,icons:C,closeButtonAriaLabel:v="Close toast"}=e,[F,h]=u.useState(null),[Y,Se]=u.useState(null),[_,A]=u.useState(!1),[S,P]=u.useState(!1),[ie,z]=u.useState(!1),[I,Ne]=u.useState(!1),[ge,le]=u.useState(!1),[Ae,ve]=u.useState(0),[vs,rt]=u.useState(0),Ie=u.useRef(a.duration||J||St),at=u.useRef(null),be=u.useRef(null),ws=N===0,ks=N+1<=L,se=a.type,Ce=a.dismissible!==!1,js=a.className||"",Ss=a.descriptionClassName||"",Me=u.useMemo(()=>O.findIndex(k=>k.toastId===a.id)||0,[O,a.id]),Ns=u.useMemo(()=>{var k;return(k=a.closeButton)!=null?k:$},[a.closeButton,$]),nt=u.useMemo(()=>a.duration||J||St,[a.duration,J]),Ke=u.useRef(0),Pe=u.useRef(0),it=u.useRef(0),Re=u.useRef(null),[Es,_s]=W.split("-"),lt=u.useMemo(()=>O.reduce((k,U,q)=>q>=Me?k:k+U.height,0),[O,Me]),ct=Cr(),Ts=a.invert||x,Je=se==="loading";Pe.current=u.useMemo(()=>Me*me+lt,[Me,lt]),u.useEffect(()=>{Ie.current=nt},[nt]),u.useEffect(()=>{A(!0)},[]),u.useEffect(()=>{const k=be.current;if(k){const U=k.getBoundingClientRect().height;return rt(U),R(q=>[{toastId:a.id,height:U,position:a.position},...q]),()=>R(q=>q.filter(oe=>oe.toastId!==a.id))}},[R,a.id]),u.useLayoutEffect(()=>{if(!_)return;const k=be.current,U=k.style.height;k.style.height="auto";const q=k.getBoundingClientRect().height;k.style.height=U,rt(q),R(oe=>oe.find(H=>H.toastId===a.id)?oe.map(H=>H.toastId===a.id?{...H,height:q}:H):[{toastId:a.id,height:q,position:a.position},...oe])},[_,a.title,a.description,R,a.id,a.jsx,a.action,a.cancel]);const we=u.useCallback(()=>{P(!0),ve(Pe.current),R(k=>k.filter(U=>U.toastId!==a.id)),setTimeout(()=>{te(a)},Vr)},[a,te,R,Pe]);u.useEffect(()=>{if(a.promise&&se==="loading"||a.duration===1/0||a.type==="loading")return;let k;return X||T||ct?(()=>{if(it.current{Ie.current!==1/0&&(Ke.current=new Date().getTime(),k=setTimeout(()=>{a.onAutoClose==null||a.onAutoClose.call(a,a),we()},Ie.current))})(),()=>clearTimeout(k)},[X,T,a,se,ct,we]),u.useEffect(()=>{a.delete&&(we(),a.onDismiss==null||a.onDismiss.call(a,a))},[we,a.delete]);function Cs(){var k;if(C!=null&&C.loading){var U;return u.createElement("div",{className:fe(w==null?void 0:w.loader,a==null||(U=a.classNames)==null?void 0:U.loader,"sonner-loader"),"data-visible":se==="loading"},C.loading)}return u.createElement(jr,{className:fe(w==null?void 0:w.loader,a==null||(k=a.classNames)==null?void 0:k.loader),visible:se==="loading"})}const Ps=a.icon||(C==null?void 0:C[se])||wr(se);var dt,ut;return u.createElement("li",{tabIndex:0,ref:be,className:fe(ue,js,w==null?void 0:w.toast,a==null||(s=a.classNames)==null?void 0:s.toast,w==null?void 0:w.default,w==null?void 0:w[se],a==null||(t=a.classNames)==null?void 0:t[se]),"data-sonner-toast":"","data-rich-colors":(dt=a.richColors)!=null?dt:ae,"data-styled":!(a.jsx||a.unstyled||E),"data-mounted":_,"data-promise":!!a.promise,"data-swiped":ge,"data-removed":S,"data-visible":ks,"data-y-position":Es,"data-x-position":_s,"data-index":N,"data-front":ws,"data-swiping":ie,"data-dismissible":Ce,"data-type":se,"data-invert":Ts,"data-swipe-out":I,"data-swipe-direction":Y,"data-expanded":!!(X||Q&&_),"data-testid":a.testId,style:{"--index":N,"--toasts-before":N,"--z-index":B.length-N,"--offset":`${S?Ae:Pe.current}px`,"--initial-height":Q?"auto":`${vs}px`,...D,...a.style},onDragEnd:()=>{z(!1),h(null),Re.current=null},onPointerDown:k=>{k.button!==2&&(Je||!Ce||(at.current=new Date,ve(Pe.current),k.target.setPointerCapture(k.pointerId),k.target.tagName!=="BUTTON"&&(z(!0),Re.current={x:k.clientX,y:k.clientY})))},onPointerUp:()=>{var k,U,q;if(I||!Ce)return;Re.current=null;const oe=Number(((k=be.current)==null?void 0:k.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),Be=Number(((U=be.current)==null?void 0:U.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),H=new Date().getTime()-((q=at.current)==null?void 0:q.getTime()),ne=F==="x"?oe:Be,$e=Math.abs(ne)/H;if(Math.abs(ne)>=Fr||$e>.11){ve(Pe.current),a.onDismiss==null||a.onDismiss.call(a,a),Se(F==="x"?oe>0?"right":"left":Be>0?"down":"up"),we(),Ne(!0);return}else{var ce,de;(ce=be.current)==null||ce.style.setProperty("--swipe-amount-x","0px"),(de=be.current)==null||de.style.setProperty("--swipe-amount-y","0px")}le(!1),z(!1),h(null)},onPointerMove:k=>{var U,q,oe;if(!Re.current||!Ce||((U=window.getSelection())==null?void 0:U.toString().length)>0)return;const H=k.clientY-Re.current.y,ne=k.clientX-Re.current.x;var $e;const ce=($e=e.swipeDirections)!=null?$e:Ur(W);!F&&(Math.abs(ne)>1||Math.abs(H)>1)&&h(Math.abs(ne)>Math.abs(H)?"x":"y");let de={x:0,y:0};const mt=Ee=>1/(1.5+Math.abs(Ee)/20);if(F==="y"){if(ce.includes("top")||ce.includes("bottom"))if(ce.includes("top")&&H<0||ce.includes("bottom")&&H>0)de.y=H;else{const Ee=H*mt(H);de.y=Math.abs(Ee)0)de.x=ne;else{const Ee=ne*mt(ne);de.x=Math.abs(Ee)0||Math.abs(de.y)>0)&&le(!0),(q=be.current)==null||q.style.setProperty("--swipe-amount-x",`${de.x}px`),(oe=be.current)==null||oe.style.setProperty("--swipe-amount-y",`${de.y}px`)}},Ns&&!a.jsx&&se!=="loading"?u.createElement("button",{"aria-label":v,"data-disabled":Je,"data-close-button":!0,onClick:Je||!Ce?()=>{}:()=>{we(),a.onDismiss==null||a.onDismiss.call(a,a)},className:fe(w==null?void 0:w.closeButton,a==null||(o=a.classNames)==null?void 0:o.closeButton)},(ut=C==null?void 0:C.close)!=null?ut:Tr):null,(se||a.icon||a.promise)&&a.icon!==null&&((C==null?void 0:C[se])!==null||a.icon)?u.createElement("div",{"data-icon":"",className:fe(w==null?void 0:w.icon,a==null||(i=a.classNames)==null?void 0:i.icon)},a.promise||a.type==="loading"&&!a.icon?a.icon||Cs():null,a.type!=="loading"?Ps:null):null,u.createElement("div",{"data-content":"",className:fe(w==null?void 0:w.content,a==null||(l=a.classNames)==null?void 0:l.content)},u.createElement("div",{"data-title":"",className:fe(w==null?void 0:w.title,a==null||(n=a.classNames)==null?void 0:n.title)},a.jsx?a.jsx:typeof a.title=="function"?a.title():a.title),a.description?u.createElement("div",{"data-description":"",className:fe(K,Ss,w==null?void 0:w.description,a==null||(d=a.classNames)==null?void 0:d.description)},typeof a.description=="function"?a.description():a.description):null),u.isValidElement(a.cancel)?a.cancel:a.cancel&&Ue(a.cancel)?u.createElement("button",{"data-button":!0,"data-cancel":!0,style:a.cancelButtonStyle||p,onClick:k=>{Ue(a.cancel)&&Ce&&(a.cancel.onClick==null||a.cancel.onClick.call(a.cancel,k),we())},className:fe(w==null?void 0:w.cancelButton,a==null||(m=a.classNames)==null?void 0:m.cancelButton)},a.cancel.label):null,u.isValidElement(a.action)?a.action:a.action&&Ue(a.action)?u.createElement("button",{"data-button":!0,"data-action":!0,style:a.actionButtonStyle||M,onClick:k=>{Ue(a.action)&&(a.action.onClick==null||a.action.onClick.call(a.action,k),!k.defaultPrevented&&we())},className:fe(w==null?void 0:w.actionButton,a==null||(c=a.classNames)==null?void 0:c.actionButton)},a.action.label):null)};function Nt(){if(typeof window>"u"||typeof document>"u")return"ltr";const e=document.documentElement.getAttribute("dir");return e==="auto"||!e?window.getComputedStyle(document.documentElement).direction:e}function Wr(e,s){const t={};return[e,s].forEach((o,i)=>{const l=i===1,n=l?"--mobile-offset":"--offset",d=l?Mr:Dr;function m(c){["top","right","bottom","left"].forEach(x=>{t[`${n}-${x}`]=typeof c=="number"?`${c}px`:c})}typeof o=="number"||typeof o=="string"?m(o):typeof o=="object"?["top","right","bottom","left"].forEach(c=>{o[c]===void 0?t[`${n}-${c}`]=d:t[`${n}-${c}`]=typeof o[c]=="number"?`${o[c]}px`:o[c]}):m(d)}),t}const Hr=u.forwardRef(function(s,t){const{id:o,invert:i,position:l="bottom-right",hotkey:n=["altKey","KeyT"],expand:d,closeButton:m,className:c,offset:x,mobileOffset:a,theme:E="light",richColors:T,duration:R,style:L,visibleToasts:O=Lr,toastOptions:N,dir:B=Nt(),gap:X=$r,icons:te,containerAriaLabel:ae="Notifications"}=s,[$,D]=u.useState([]),p=u.useMemo(()=>o?$.filter(_=>_.toasterId===o):$.filter(_=>!_.toasterId),[$,o]),M=u.useMemo(()=>Array.from(new Set([l].concat(p.filter(_=>_.position).map(_=>_.position)))),[p,l]),[ue,K]=u.useState([]),[J,W]=u.useState(!1),[me,Q]=u.useState(!1),[w,C]=u.useState(E!=="system"?E:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),v=u.useRef(null),F=n.join("+").replace(/Key/g,"").replace(/Digit/g,""),h=u.useRef(null),Y=u.useRef(!1),Se=u.useCallback(_=>{D(A=>{var S;return(S=A.find(P=>P.id===_.id))!=null&&S.delete||Z.dismiss(_.id),A.filter(({id:P})=>P!==_.id)})},[]);return u.useEffect(()=>Z.subscribe(_=>{if(_.dismiss){requestAnimationFrame(()=>{D(A=>A.map(S=>S.id===_.id?{...S,delete:!0}:S))});return}setTimeout(()=>{As.flushSync(()=>{D(A=>{const S=A.findIndex(P=>P.id===_.id);return S!==-1?[...A.slice(0,S),{...A[S],..._},...A.slice(S+1)]:[_,...A]})})})}),[$]),u.useEffect(()=>{if(E!=="system"){C(E);return}if(E==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?C("dark"):C("light")),typeof window>"u")return;const _=window.matchMedia("(prefers-color-scheme: dark)");try{_.addEventListener("change",({matches:A})=>{C(A?"dark":"light")})}catch{_.addListener(({matches:S})=>{try{C(S?"dark":"light")}catch(P){console.error(P)}})}},[E]),u.useEffect(()=>{$.length<=1&&W(!1)},[$]),u.useEffect(()=>{const _=A=>{var S;if(n.every(z=>A[z]||A.code===z)){var ie;W(!0),(ie=v.current)==null||ie.focus()}A.code==="Escape"&&(document.activeElement===v.current||(S=v.current)!=null&&S.contains(document.activeElement))&&W(!1)};return document.addEventListener("keydown",_),()=>document.removeEventListener("keydown",_)},[n]),u.useEffect(()=>{if(v.current)return()=>{h.current&&(h.current.focus({preventScroll:!0}),h.current=null,Y.current=!1)}},[v.current]),u.createElement("section",{ref:t,"aria-label":`${ae} ${F}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},M.map((_,A)=>{var S;const[P,ie]=_.split("-");return p.length?u.createElement("ol",{key:_,dir:B==="auto"?Nt():B,tabIndex:-1,ref:v,className:c,"data-sonner-toaster":!0,"data-sonner-theme":w,"data-y-position":P,"data-x-position":ie,style:{"--front-toast-height":`${((S=ue[0])==null?void 0:S.height)||0}px`,"--width":`${Br}px`,"--gap":`${X}px`,...L,...Wr(x,a)},onBlur:z=>{Y.current&&!z.currentTarget.contains(z.relatedTarget)&&(Y.current=!1,h.current&&(h.current.focus({preventScroll:!0}),h.current=null))},onFocus:z=>{z.target instanceof HTMLElement&&z.target.dataset.dismissible==="false"||Y.current||(Y.current=!0,h.current=z.relatedTarget)},onMouseEnter:()=>W(!0),onMouseMove:()=>W(!0),onMouseLeave:()=>{me||W(!1)},onDragEnd:()=>W(!1),onPointerDown:z=>{z.target instanceof HTMLElement&&z.target.dataset.dismissible==="false"||Q(!0)},onPointerUp:()=>Q(!1)},p.filter(z=>!z.position&&A===0||z.position===_).map((z,I)=>{var Ne,ge;return u.createElement(Gr,{key:z.id,icons:te,index:I,toast:z,defaultRichColors:T,duration:(Ne=N==null?void 0:N.duration)!=null?Ne:R,className:N==null?void 0:N.className,descriptionClassName:N==null?void 0:N.descriptionClassName,invert:i,visibleToasts:O,closeButton:(ge=N==null?void 0:N.closeButton)!=null?ge:m,interacting:me,position:_,style:N==null?void 0:N.style,unstyled:N==null?void 0:N.unstyled,classNames:N==null?void 0:N.classNames,cancelButtonStyle:N==null?void 0:N.cancelButtonStyle,actionButtonStyle:N==null?void 0:N.actionButtonStyle,closeButtonAriaLabel:N==null?void 0:N.closeButtonAriaLabel,removeToast:Se,toasts:p.filter(le=>le.position==z.position),heights:ue.filter(le=>le.position==z.position),setHeights:K,expandByDefault:d,gap:X,expanded:J,swipeDirections:s.swipeDirections})})):null}))}),He={success:e=>Qe.success(e),error:e=>Qe.error(e),warning:e=>Qe.warning(e)};function Yr(){var C;const{user:e,loading:s,logout:t}=qe(),{theme:o,toggle:i}=qt(),l=mo("(max-width: 768px)"),n=Ye(),d=Ct(),[m]=Pt(),c=d.pathname.startsWith("/compose")||/\/post\/\d+\/edit$/.test(d.pathname),[x,a]=b.useState(()=>kt()),[E,T]=b.useState(()=>jt()),[R,L]=b.useState(()=>kt().length>0||!!jt()),[O,N]=b.useState([]),[B,X]=b.useState([]),[te,ae]=b.useState(null),[$,D]=b.useState(Number(m.get("board"))||0),[p,M]=b.useState(m.get("keyword")||""),ue=gs(m.get("sort")),{limits:K}=yr();b.useEffect(()=>{D(Number(m.get("board"))||0)},[m]),b.useEffect(()=>{M(m.get("keyword")||"")},[m]);const J=b.useCallback(()=>{Promise.all([he.boards().then(v=>{const F=v.boards??[];return a(F),ur(F),F}).catch(()=>[]),he.stats().then(v=>(T(v),mr(v),v)).catch(()=>null)]).finally(()=>L(!0))},[]),W=b.useCallback(()=>{he.online().then(v=>{ae({count:v.count??0,members:v.members??0,guests:v.guests??0,users:Array.isArray(v.users)?v.users:[]})}).catch(()=>{})},[]);b.useEffect(()=>{J(),he.hotPosts().then(Y=>N(Array.isArray(Y.posts)?Y.posts:[])).catch(()=>{}),he.notifications().then(Y=>X(Array.isArray(Y.notifications)?Y.notifications:[])).catch(()=>{}),W(),he.presence().catch(()=>{});const v=setInterval(W,3e4),F=setInterval(()=>he.presence().catch(()=>{}),6e4),h=()=>J();return window.addEventListener("boards-refresh",h),()=>{clearInterval(v),clearInterval(F),window.removeEventListener("boards-refresh",h)}},[J,W]);const me=()=>{const v=p.trim();if(!v){n("/");return}const F=[...v].length;if(K.search_keyword_min>0&&F0&&F>K.search_keyword_max){He.warning(`搜索关键词最多 ${K.search_keyword_max} 个字`);return}n(`/?keyword=${encodeURIComponent(v)}`)},Q=((C=e==null?void 0:e.nickname)==null?void 0:C.charAt(0))||"?",w=bs(d.pathname)?-1:$;return r.jsx("div",{className:"app-shell",children:r.jsxs("div",{className:"app-frame",children:[r.jsx("header",{className:"app-header",children:r.jsxs("div",{className:"header-inner",children:[r.jsxs("button",{type:"button",className:"header-brand",onClick:()=>n("/"),children:[r.jsx("span",{className:"header-logo-mark",children:"姜"}),!l&&r.jsx("span",{className:"header-logo-text",children:"姜十三论坛"})]}),!c&&r.jsxs("div",{className:"header-search-wrap",children:[r.jsx(Ks,{className:"header-search-icon",size:16}),r.jsx("input",{className:"header-search-input",type:"search",placeholder:"搜索帖子...",value:p,onChange:v=>M(v.target.value),maxLength:K.search_keyword_max>0?K.search_keyword_max:void 0,onKeyDown:v=>v.key==="Enter"&&me()}),p&&r.jsx("button",{type:"button",className:"header-search-clear",onClick:()=>{M(""),n("/")},"aria-label":"清除搜索",children:"×"})]}),r.jsxs("div",{className:"header-actions",children:[!c&&r.jsxs("button",{type:"button",className:"header-compose-btn",onClick:()=>n(e?"/compose":"/login"),children:[r.jsx(Js,{size:16}),!l&&r.jsx("span",{children:"发帖"})]}),r.jsxs("div",{className:"header-action-group",children:[r.jsx("button",{type:"button",className:"header-icon-btn",onClick:i,title:o==="light"?"切换暗色模式":"切换亮色模式",children:o==="light"?r.jsx(Xs,{size:18}):r.jsx(Qs,{size:18})}),s?r.jsx("span",{className:"header-auth-slot header-auth-slot--loading","aria-hidden":!0}):e?r.jsxs(rr,{children:[r.jsx(ar,{asChild:!0,children:r.jsx("button",{type:"button",className:"header-user-btn",title:e.nickname,children:e.avatar?r.jsx("img",{src:e.avatar,alt:"",className:"header-user-avatar"}):r.jsx("span",{className:"header-user-initial",children:Q})})}),r.jsxs(us,{align:"end",className:"w-40",children:[r.jsx(De,{onClick:()=>n("/profile"),children:"个人中心"}),r.jsx(De,{onClick:()=>n("/favorites"),children:"我的收藏"}),e.role==="admin"&&r.jsxs(r.Fragment,{children:[r.jsx(et,{}),r.jsx(De,{onClick:()=>n("/admin/dashboard"),children:"管理后台"})]}),r.jsx(et,{}),r.jsx(De,{onClick:()=>t().then(()=>n("/login")),children:"退出登录"})]})]}):r.jsx("button",{type:"button",className:"header-login-btn",onClick:()=>n("/login"),children:"登录"})]})]})]})}),r.jsxs("div",{className:`app-body${c?" app-body--compose":""}`,children:[!c&&r.jsx(gr,{boards:x,activeBoard:$,onSelectBoard:D}),r.jsxs("div",{className:`content-workspace${c?" content-workspace--compose":""}`,children:[r.jsxs("main",{className:`main-content${c?" main-content--compose":""}`,children:[l&&!c&&r.jsxs("div",{className:"mobile-board-bar",children:[r.jsx("span",{className:`board-chip ${w===0?"active":""}`,onClick:()=>{D(0),n(We(0,ue))},children:"全部"}),x.map(v=>r.jsx("span",{className:`board-chip ${w===v.id?"active":""}`,onClick:()=>{D(v.id),n(We(v.id,ue))},children:v.name},v.id))]}),r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(Rt,{context:{boardId:$,keyword:m.get("keyword")||"",setBoardId:D,boards:x,stats:E,layoutReady:R,refreshBoards:J,isMobile:l}})})]}),!c&&r.jsx("aside",{className:"aside-panel",children:r.jsx(br,{hot:O,notifications:B,online:te,onPostClick:v=>n(`/post/${v}`)})})]})]})]})})}const qr={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-8 w-8"};function Kr({className:e,size:s="md"}){return r.jsx(Vt,{className:ee("animate-spin text-[var(--j13-green)]",qr[s],e),"aria-label":"加载中"})}const Jr=[{to:"/admin/dashboard",label:"仪表盘",icon:Ft},{to:"/admin/boards",label:"板块管理",icon:eo},{to:"/admin/posts",label:"帖子管理",icon:to},{to:"/admin/comments",label:"评论管理",icon:so},{to:"/admin/users",label:"用户管理",icon:oo},{to:"/admin/settings",label:"系统设置",icon:ro}];function Xr(){const{user:e,loading:s}=qe(),t=Ye();return b.useEffect(()=>{if(!s){if(!e){t("/login");return}e.role!=="admin"&&(He.warning("需要管理员权限"),t("/"))}},[e,s,t]),s?r.jsx("div",{className:"flex justify-center py-24",children:r.jsx(Kr,{size:"lg"})}):!e||e.role!=="admin"?null:r.jsxs("div",{className:"admin-shell",children:[r.jsxs("header",{className:"admin-topbar",children:[r.jsxs("div",{className:"admin-topbar-brand",children:[r.jsx("div",{className:"admin-topbar-mark",children:"姜"}),r.jsxs("div",{children:[r.jsx("div",{className:"admin-topbar-title",children:"姜十三论坛"}),r.jsx("div",{className:"admin-topbar-sub",children:"管理后台"})]})]}),r.jsxs("div",{className:"admin-topbar-actions",children:[r.jsxs("button",{type:"button",className:"admin-link-btn",onClick:()=>t("/"),children:[r.jsx(Zs,{size:16}),"返回论坛"]}),r.jsx("span",{className:"admin-topbar-user",children:e.nickname})]})]}),r.jsxs("div",{className:"admin-body",children:[r.jsx("aside",{className:"admin-sidebar",children:Jr.map(({to:o,label:i,icon:l})=>r.jsxs(Is,{to:o,className:({isActive:n})=>ee("admin-nav-item",n&&"active"),children:[r.jsx(l,{size:16}),i]},o))}),r.jsx("main",{className:"admin-main",children:r.jsx(Rt,{})})]})]})}function wa(){const{user:e,loading:s}=qe(),t=Ye();return b.useEffect(()=>{s||(e?e.role!=="admin"&&(He.warning("需要管理员权限"),t("/")):t("/login"))},[e,s,t]),{user:e,loading:s,ready:!s&&!!e&&e.role==="admin"}}const Et=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,_t=Jt,Qr=(e,s)=>t=>{var o;if((s==null?void 0:s.variants)==null)return _t(e,t==null?void 0:t.class,t==null?void 0:t.className);const{variants:i,defaultVariants:l}=s,n=Object.keys(i).map(c=>{const x=t==null?void 0:t[c],a=l==null?void 0:l[c];if(x===null)return null;const E=Et(x)||Et(a);return i[c][E]}),d=t&&Object.entries(t).reduce((c,x)=>{let[a,E]=x;return E===void 0||(c[a]=E),c},{}),m=s==null||(o=s.compoundVariants)===null||o===void 0?void 0:o.reduce((c,x)=>{let{class:a,className:E,...T}=x;return Object.entries(T).every(R=>{let[L,O]=R;return Array.isArray(O)?O.includes({...l,...d}[L]):{...l,...d}[L]===O})?[...c,a,E]:c},[]);return _t(e,n,m,t==null?void 0:t.class,t==null?void 0:t.className)},Zr=Qr("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background 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",sm:"h-8 rounded-md px-3 text-xs",lg:"h-10 rounded-md px-8",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}}),ys=b.forwardRef(({className:e,variant:s,size:t,asChild:o=!1,loading:i,children:l,disabled:n,...d},m)=>{const c=o?ao:"button";return r.jsxs(c,{className:ee(Zr({variant:s,size:t,className:e})),ref:m,disabled:n||i,...d,children:[i?r.jsx(Vt,{className:"animate-spin"}):null,l]})});ys.displayName="Button";class ea extends b.Component{constructor(){super(...arguments);pt(this,"state",{error:null})}static getDerivedStateFromError(t){return{error:t}}componentDidCatch(t,o){console.error("[Jiang13Forum]",t,o.componentStack)}render(){return this.state.error?r.jsxs("div",{style:{padding:24,textAlign:"center"},children:[r.jsx("h3",{children:"页面渲染出错"}),r.jsx("p",{style:{color:"var(--color-text-3)",fontSize:13},children:this.state.error.message}),r.jsx(ys,{size:"sm",onClick:()=>{this.setState({error:null}),window.location.reload()},children:"刷新页面"})]}):this.props.children}}function ta(){const{theme:e}=qt();return r.jsx(Hr,{theme:e,position:"top-center",richColors:!0,closeButton:!0,toastOptions:{classNames:{toast:"font-sans"}}})}const sa=b.lazy(()=>re(()=>import("./HomePage-12KM5s42.js"),__vite__mapDeps([0,1,2,3,4,5,6,7]))),oa=b.lazy(()=>re(()=>import("./PostDetailPage-I3oWcKSD.js"),__vite__mapDeps([8,1,4,5,3,6,9,10,7]))),ra=b.lazy(()=>re(()=>import("./LoginPage-W-sW3B0Q.js"),__vite__mapDeps([11,1,12,5,13]))),aa=b.lazy(()=>re(()=>import("./RegisterPage-s7NSU6sj.js"),__vite__mapDeps([14,1,12,5,13]))),Tt=b.lazy(()=>re(()=>import("./ComposePage-DPJpUz3A.js"),__vite__mapDeps([15,1,9,10,5]))),na=b.lazy(()=>re(()=>import("./BoardsManagePage-DQXzBsE1.js"),__vite__mapDeps([16,1,12,5,13,17,3,18]))),ia=b.lazy(()=>re(()=>import("./ProfilePage-ByQ-ocFr.js"),__vite__mapDeps([19,1,12,5,13,3]))),la=b.lazy(()=>re(()=>import("./FavoritesPage-DTZ3aZlm.js"),__vite__mapDeps([20,1,6,5]))),ca=b.lazy(()=>re(()=>import("./AdminDashboardPage-DvIYRHwe.js"),__vite__mapDeps([21,1,3,5]))),da=b.lazy(()=>re(()=>import("./AdminPostsPage-D7MOxCPU.js"),__vite__mapDeps([22,1,13,3,18,5,7,6]))),ua=b.lazy(()=>re(()=>import("./AdminCommentsPage-Z5_wmIqo.js"),__vite__mapDeps([23,1,3,18,5]))),ma=b.lazy(()=>re(()=>import("./AdminUsersPage-Ny3GZNbL.js"),__vite__mapDeps([24,1,3,5]))),pa=b.lazy(()=>re(()=>import("./AdminSettingsPage-BvAGktom.js"),__vite__mapDeps([25,1,13,17,5])));function fa(){return r.jsx(uo,{children:r.jsx(co,{children:r.jsxs(ea,{children:[r.jsx(Os,{children:r.jsxs(Ls,{children:[r.jsx(G,{path:"/login",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(ra,{})})}),r.jsx(G,{path:"/register",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(aa,{})})}),r.jsx(G,{path:"/boards",element:r.jsx(ft,{to:"/admin/boards",replace:!0})}),r.jsxs(G,{path:"/admin",element:r.jsx(Xr,{}),children:[r.jsx(G,{index:!0,element:r.jsx(ft,{to:"/admin/dashboard",replace:!0})}),r.jsx(G,{path:"dashboard",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(ca,{})})}),r.jsx(G,{path:"boards",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(na,{})})}),r.jsx(G,{path:"posts",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(da,{})})}),r.jsx(G,{path:"comments",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(ua,{})})}),r.jsx(G,{path:"users",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(ma,{})})}),r.jsx(G,{path:"settings",element:r.jsx(b.Suspense,{fallback:r.jsx(ye,{}),children:r.jsx(pa,{})})})]}),r.jsxs(G,{element:r.jsx(Yr,{}),children:[r.jsx(G,{path:"/",element:r.jsx(sa,{})}),r.jsx(G,{path:"/post/:id",element:r.jsx(oa,{})}),r.jsx(G,{path:"/post/:id/edit",element:r.jsx(Tt,{})}),r.jsx(G,{path:"/compose",element:r.jsx(Tt,{})}),r.jsx(G,{path:"/profile",element:r.jsx(ia,{})}),r.jsx(G,{path:"/favorites",element:r.jsx(la,{})})]})]})}),r.jsx(ta,{})]})})})}Wt(Gt());Ds.createRoot(document.getElementById("root")).render(r.jsx(u.StrictMode,{children:r.jsx(fa,{})}));export{ys as B,ya as F,Kr as S,he as a,We as b,ee as c,yr as d,wa as e,Qr as f,Zr as g,va as i,He as n,gs as p,qe as u}; diff --git a/embed_static/static/spa/assets/index-7vBz8mtL.css b/embed_static/static/spa/assets/index-7vBz8mtL.css deleted file mode 100644 index 327d5dd..0000000 --- a/embed_static/static/spa/assets/index-7vBz8mtL.css +++ /dev/null @@ -1 +0,0 @@ -*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--j13-font-family);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 210 20% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 152 72% 36%;--primary-foreground: 0 0% 100%;--secondary: 210 20% 96%;--secondary-foreground: 222 47% 11%;--muted: 210 20% 96%;--muted-foreground: 215 16% 47%;--accent: 152 45% 95%;--accent-foreground: 152 72% 28%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 214 20% 91%;--input: 214 20% 91%;--ring: 152 72% 36%;--radius: .375rem;--color-text-1: hsl(var(--foreground));--color-text-2: hsl(215 16% 35%);--color-text-3: hsl(var(--muted-foreground));--color-text-4: hsl(215 12% 65%);--color-fill-3: hsl(210 20% 94%)}.dark{--background: 240 6% 10%;--foreground: 0 0% 95%;--card: 240 5% 13%;--card-foreground: 0 0% 95%;--popover: 240 5% 13%;--popover-foreground: 0 0% 95%;--primary: 152 58% 46%;--primary-foreground: 0 0% 100%;--secondary: 240 4% 16%;--secondary-foreground: 0 0% 95%;--muted: 240 4% 16%;--muted-foreground: 240 5% 65%;--accent: 152 30% 14%;--accent-foreground: 152 58% 55%;--destructive: 0 63% 45%;--destructive-foreground: 0 0% 95%;--border: 240 4% 18%;--input: 240 4% 18%;--ring: 152 58% 46%;--color-text-1: hsl(var(--foreground));--color-text-2: hsl(240 5% 75%);--color-text-3: hsl(var(--muted-foreground));--color-text-4: hsl(240 5% 50%);--color-fill-3: hsl(240 4% 20%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-4{right:1rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-50{z-index:50}.z-\[110\]{z-index:110}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.ml-auto{margin-left:auto}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.block{display:block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-px{height:1px}.min-h-\[60px\]{min-height:60px}.w-2{width:.5rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[160px\]{width:160px}.w-\[60px\]{width:60px}.w-\[70px\]{width:70px}.w-\[80px\]{width:80px}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.max-w-\[120px\]{max-width:120px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-\[var\(--j13-green-bg\)\]{background-color:var(--j13-green-bg)}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.fill-current{fill:currentColor}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-sans{font-family:var(--j13-font-family)}.text-\[0\.8rem\]{font-size:.8rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-\[var\(--j13-green\)\]{color:var(--j13-green)}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline-offset-4{text-underline-offset:4px}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.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)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}:root{--j13-font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", "WenQuanYi Micro Hei", system-ui, -apple-system, "Segoe UI", sans-serif;--j13-green: #18a058;--j13-green-hover: #138f4c;--j13-green-bg: rgba(24, 160, 88, .08);--j13-green-soft: #edfbf3;--j13-border: #e8edf2;--j13-border-light: #f0f3f7;--j13-sidebar-w: 210px;--j13-aside-w: 280px;--j13-header-h: 56px;--j13-max-w: 1400px;--j13-bg-page: #f5f7fa;--j13-bg-workspace: #f8fafc;--j13-bg-surface: #ffffff;--j13-bg-block: #ffffff;--j13-bg-block-muted: #f1f4f8;--j13-bg-block-accent: #f0faf5;--j13-shadow-soft: 0 1px 2px rgba(15, 23, 42, .04);--j13-shadow-card: 0 2px 8px rgba(15, 23, 42, .05)}.dark{--j13-green: #23c36b;--j13-green-hover: #1fb35f;--j13-green-bg: rgba(35, 195, 107, .12);--j13-green-soft: rgba(35, 195, 107, .08);--j13-border: #2e2e32;--j13-border-light: #262629;--j13-bg-page: #141416;--j13-bg-workspace: #18181b;--j13-bg-surface: #1f1f23;--j13-bg-block: #232328;--j13-bg-block-muted: #1c1c20;--j13-bg-block-accent: rgba(35, 195, 107, .06);--j13-shadow-soft: 0 1px 2px rgba(0, 0, 0, .2);--j13-shadow-card: 0 2px 8px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{scrollbar-gutter:stable;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;font-family:var(--j13-font-family);text-rendering:optimizeLegibility}html,body,#root{height:100%;margin:0}body{font-family:var(--j13-font-family);font-size:14px;line-height:1.5;color:var(--color-text-1);background:var(--j13-bg-page);overflow:hidden}a{color:var(--j13-green);text-decoration:none}a:hover{text-decoration:underline}.app-shell{height:100%;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--j13-bg-page)}.app-frame{flex:1;min-height:0;height:100%;max-width:var(--j13-max-w);width:100%;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid var(--j13-border);border-right:1px solid var(--j13-border);background:var(--j13-bg-surface)}.app-header{height:var(--j13-header-h);flex-shrink:0;z-index:100;background:var(--j13-bg-surface);border-bottom:1px solid var(--j13-border)}.header-inner{height:100%;width:100%;padding:0 20px;display:flex;align-items:center;gap:20px}.header-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;border:none;background:none;padding:4px 0;cursor:pointer;color:inherit;font:inherit}.header-brand:hover .header-logo-text{color:var(--j13-green)}.header-logo-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--j13-green) 0%,#34c471 100%);color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #1a7f4b47}.header-logo-text{font-size:15px;font-weight:600;letter-spacing:.02em;transition:color .15s}.header-search-wrap{flex:1;min-width:0;max-width:420px;display:flex;align-items:center;gap:8px;height:36px;padding:0 14px;border-radius:999px;background:var(--j13-bg-block-muted);border:1px solid var(--j13-border-light);transition:border-color .2s,background .2s,box-shadow .2s}.header-search-wrap:focus-within{background:var(--j13-bg-surface);border-color:color-mix(in srgb,var(--j13-green) 30%,transparent);box-shadow:0 0 0 3px var(--j13-green-bg)}.header-search-icon{flex-shrink:0;font-size:15px;color:var(--color-text-3)}.header-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;color:var(--color-text-1);font-family:inherit}.header-search-input::-moz-placeholder{color:var(--color-text-4)}.header-search-input::placeholder{color:var(--color-text-4)}.header-search-input::-webkit-search-cancel-button{display:none}.header-search-clear{flex-shrink:0;width:20px;height:20px;border:none;border-radius:50%;background:var(--color-fill-3);color:var(--color-text-3);font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,color .15s}.header-search-clear:hover{background:var(--color-fill-4);color:var(--color-text-1)}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto}.header-compose-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 16px;border:none;border-radius:999px;background:var(--j13-green);color:#fff;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 6px #1a7f4b38}.header-compose-btn:hover{background:var(--j13-green-hover);box-shadow:0 3px 10px #1a7f4b4d}.header-compose-btn:active{transform:scale(.97)}.header-action-group{display:flex;align-items:center;gap:4px;padding:3px;border-radius:999px;background:var(--j13-bg-block-muted);border:1px solid var(--j13-border-light)}.header-icon-btn{width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:var(--color-text-2);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.header-icon-btn:hover{background:var(--color-fill-3);color:var(--color-text-1)}.header-user-btn{width:32px;height:32px;border:none;border-radius:50%;padding:0;cursor:pointer;overflow:hidden;background:var(--j13-green);display:flex;align-items:center;justify-content:center;transition:box-shadow .15s,transform .1s}.header-user-btn:hover{box-shadow:0 0 0 2px var(--j13-green-bg),0 0 0 3px var(--j13-green)}.header-user-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-user-initial{color:#fff;font-size:14px;font-weight:600}.header-login-btn{height:32px;padding:0 14px;border:none;border-radius:999px;background:transparent;color:var(--j13-green);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.header-login-btn:hover{background:var(--j13-green-bg)}.header-auth-slot{display:inline-block;width:32px;height:32px;border-radius:50%;flex-shrink:0}.header-auth-slot--loading{background:var(--color-fill-3)}.app-body{flex:1;display:flex;min-height:0;width:100%;overflow:hidden;background:var(--j13-bg-surface)}.sidebar{width:var(--j13-sidebar-w);flex-shrink:0;border-right:1px solid var(--j13-border-light);background:var(--j13-bg-surface);overflow-y:auto;padding:12px 0}.sidebar-section{padding:4px 12px 8px;font-size:11px;font-weight:600;color:var(--color-text-3)}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 8px}.sidebar-nav-item{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:0 12px;height:36px;border:none;border-radius:6px;background:transparent;color:var(--color-text-1);font-size:14px;cursor:pointer;text-align:left;transition:background .15s,color .15s}.sidebar-nav-item:hover{background:var(--j13-bg-block-muted)}.sidebar-nav-item.active{background:var(--j13-green-bg);color:var(--j13-green);font-weight:600}.sidebar-nav-item svg{width:16px;height:16px;flex-shrink:0}.sidebar-nav-item__meta{margin-left:auto;color:var(--color-text-4);font-size:12px}.sidebar-actions{padding:12px;border-top:1px solid var(--j13-border);margin-top:8px}.main-content{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.content-workspace{flex:1;display:flex;min-width:0;min-height:0;overflow:hidden;background:var(--j13-bg-surface)}.aside-panel{width:var(--j13-aside-w);flex-shrink:0;border-left:1px solid var(--j13-border-light);overflow-y:auto;padding:0;display:flex;flex-direction:column;background:var(--j13-bg-surface)}@media (max-width: 1100px){.aside-panel{display:none}}@media (max-width: 768px){.app-frame{border-left:none;border-right:none}.sidebar{display:none}.header-inner{padding:0 12px;gap:10px}.header-search-wrap{max-width:none}.header-compose-btn{width:34px;padding:0;justify-content:center}.feed-banner-row{flex-direction:row;gap:10px}.board-grid{flex-wrap:nowrap;overflow-x:auto;padding:8px 12px;scrollbar-width:none}.board-grid::-webkit-scrollbar{display:none}}.page-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.page-wrap::-webkit-scrollbar{display:none}.virtual-list-wrap,.post-list-scroll{flex:1;overflow:auto;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.virtual-list-wrap::-webkit-scrollbar,.post-list-scroll::-webkit-scrollbar{display:none}.page-inner{padding:20px 24px;max-width:720px}.page-inner-wide{padding:20px 24px}.page-title{font-size:20px;font-weight:600;margin:0 0 4px}.page-desc{font-size:13px;color:var(--color-text-3);margin:0 0 20px}.content-surface{background:var(--j13-bg-block);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-soft);overflow:hidden}.section-card{background:var(--j13-bg-block);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-soft);padding:20px;margin-bottom:16px}.section-card-title{font-size:15px;font-weight:600;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--j13-border-light)}.feed-top{flex-shrink:0;border-bottom:1px solid var(--j13-border-light);background:var(--j13-bg-block)}@media (min-width: 900px){.feed-top:not(:has(.feed-head--solo)){display:flex;align-items:center;gap:16px;padding:6px 16px}.feed-top:not(:has(.feed-head--solo)) .feed-head{padding:0;flex-shrink:0}.feed-top:not(:has(.feed-head--solo)) .feed-toolbar{padding:0;flex:1;min-width:0}}.feed-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px 6px}.feed-head--solo{padding-bottom:8px}.feed-head__title{display:flex;align-items:baseline;gap:10px;min-width:0;flex:1}.feed-head h2{margin:0;font-size:15px;font-weight:600;white-space:nowrap}.feed-head__meta{font-size:12px;color:var(--color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-head__meta strong{color:var(--j13-green);font-weight:600}.feed-head__dot{margin:0 4px;opacity:.55}.feed-head__clear{flex-shrink:0;border:none;background:transparent;padding:0;font-size:12px;color:var(--j13-green);cursor:pointer;font-family:inherit}.feed-head__clear:hover{text-decoration:underline}.feed-toolbar{display:flex;align-items:center;gap:10px;padding:0 16px 8px}.feed-toolbar__count{flex-shrink:0;font-size:12px;color:var(--color-text-3);white-space:nowrap}.feed-banner{padding:8px 16px;border-bottom:1px solid var(--j13-border-light)}.feed-banner-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-banner-title{flex:1;min-width:0}.feed-banner h2{margin:0;font-size:15px;font-weight:600}.feed-banner p{margin:0;font-size:12px;color:var(--color-text-3);line-height:1.45}.feed-stats{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px;font-size:12px;color:var(--color-text-3)}.feed-stats strong{color:var(--j13-green);font-weight:600}.feed-action-slot{display:inline-block;width:88px;height:28px;border-radius:4px;background:var(--color-fill-3)}.feed-actions{min-height:28px}.mobile-board-bar{display:none;padding:8px 12px;gap:8px;overflow-x:auto;border-bottom:1px solid var(--j13-border);background:var(--j13-bg-surface)}@media (max-width: 768px){.mobile-board-bar{display:flex}}.board-chip{flex-shrink:0;padding:4px 12px;border-radius:16px;font-size:13px;border:1px solid var(--j13-border-light);background:var(--j13-bg-block);cursor:pointer}.board-chip.active{background:var(--j13-green-bg);border-color:transparent;color:var(--j13-green);font-weight:600}.board-grid{display:flex;flex-wrap:wrap;gap:8px;padding:10px 20px;border-bottom:1px solid var(--j13-border-light)}.feed-sort-bar{display:flex;align-items:center;gap:2px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.feed-sort-bar::-webkit-scrollbar{display:none}.feed-sort-tab{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border:none;border-radius:6px;background:transparent;color:var(--color-text-2);font-family:inherit;font-size:12px;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:background .15s,color .15s}.feed-sort-tab:hover{background:var(--j13-bg-block-muted);color:var(--color-text-1)}.feed-sort-tab.active{background:var(--j13-green-bg);color:var(--j13-green);font-weight:600}.feed-sort-tab svg{width:14px;height:14px;flex-shrink:0}@media (max-width: 768px){.feed-head{flex-wrap:wrap;padding:8px 12px 6px}.feed-head__meta{display:none}.feed-toolbar{padding:0 12px 8px}}.board-grid-empty{padding:20px;border-bottom:1px solid var(--j13-border-light)}.board-tab{display:flex;align-items:center;gap:6px;height:36px;max-width:220px;padding:0 14px;border:1px solid var(--j13-border-light);border-radius:8px;background:var(--j13-bg-block);cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit;color:inherit;flex-shrink:0}.board-tab:hover{border-color:var(--j13-green-light, #7cb87c);background:var(--j13-bg-block-muted)}.board-tab.active{border-color:var(--j13-green);background:color-mix(in srgb,var(--j13-green) 10%,var(--j13-bg-block))}.board-tab-icon{font-size:14px;color:var(--j13-green);line-height:1;flex-shrink:0}.board-tab-name{font-size:13px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.board-tab-count{flex-shrink:0;min-width:18px;padding:0 6px;height:20px;line-height:20px;font-size:11px;text-align:center;border-radius:10px;background:var(--color-fill-2);color:var(--color-text-3)}.board-tab.active .board-tab-count{background:color-mix(in srgb,var(--j13-green) 20%,transparent);color:var(--j13-green)}.board-tab--skeleton{width:140px;border-color:transparent;background:linear-gradient(90deg,var(--color-fill-2) 25%,var(--color-fill-3) 50%,var(--color-fill-2) 75%);background-size:200% 100%;animation:board-skeleton-shimmer 1.2s ease-in-out infinite;pointer-events:none}.board-grid--skeleton{pointer-events:none}@keyframes board-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.post-list-bar{display:flex;justify-content:space-between;padding:10px 20px;font-size:13px;color:var(--color-text-3);border-bottom:1px solid var(--j13-border-light)}.post-row{display:flex;align-items:flex-start;gap:12px;padding:12px 20px;border-bottom:1px solid var(--j13-border-light);cursor:pointer;transition:background .15s}.post-row:hover{background:var(--j13-bg-block-muted)}.post-avatar{width:36px;height:36px;border-radius:50%;background:var(--j13-green);color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.post-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-body{flex:1;min-width:0}.post-title{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.post-pinned-icon{display:inline-block;vertical-align:-.15em;flex-shrink:0;color:#e53935;stroke-width:1.5}.post-meta{font-size:12px;color:var(--color-text-3);display:flex;flex-wrap:wrap;gap:8px}.post-stats{display:flex;gap:12px;font-size:12px;color:var(--color-text-3);flex-shrink:0;padding-top:4px}.empty-state{text-align:center;padding:60px 24px;color:var(--color-text-3)}.empty-feed{text-align:center;padding:48px 24px;color:var(--color-text-3)}.empty-feed-icon{font-size:36px;margin-bottom:8px}.post-detail-loading{display:flex;align-items:center;justify-content:center;padding:60px;flex:1}.post-detail-page{display:flex;flex-direction:column;min-height:0;gap:16px;padding:16px 20px 24px;background:var(--j13-bg-workspace)}.post-detail-header{padding:16px 20px 20px;background:var(--j13-bg-surface);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-card);flex-shrink:0}.post-detail-nav{display:flex;align-items:center;gap:8px;margin-bottom:8px}.post-detail-board-tag{margin:0!important}.post-detail-head{margin-bottom:12px}.post-detail-title{font-size:20px;font-weight:600;margin:0 0 12px;line-height:1.45;word-break:break-word}.post-detail-author-row{display:flex;align-items:center;gap:10px}.post-avatar-lg{width:40px;height:40px;font-size:16px}.post-detail-author-info{display:flex;flex-direction:column;gap:2px}.post-detail-author-name{font-size:14px;font-weight:600;color:var(--color-text-1)}.post-detail-meta-line{font-size:12px;color:var(--color-text-3);display:flex;flex-wrap:wrap;align-items:center;gap:4px}.post-detail-locked-tag{display:inline-flex;align-items:center;gap:3px;margin-left:6px;color:hsl(var(--destructive));font-size:11px}.post-detail-edit-hint{font-size:12px;color:var(--color-text-3);align-self:center}.post-revision-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.post-revision-overlay--fullscreen{padding:0}.post-revision-panel{background:hsl(var(--background));border-radius:12px;width:min(1080px,100%);height:min(88vh,900px);display:flex;flex-direction:column;box-shadow:0 12px 48px #00000038;overflow:hidden}.post-revision-panel--fullscreen{width:100%;height:100%;max-height:none;border-radius:0}.post-revision-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--j13-border-light);flex-shrink:0}.post-revision-head-left{display:flex;align-items:center;gap:8px;min-width:0}.post-revision-head-left h3{font-size:15px;font-weight:600;margin:0}.post-revision-head-sub{font-size:12px;color:var(--color-text-3);padding-left:8px;border-left:1px solid var(--j13-border-light)}.post-revision-head-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.post-revision-view-tabs{display:flex;gap:2px;background:hsl(var(--muted));border-radius:8px;padding:3px}.post-revision-tab{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:none;background:none;border-radius:6px;font-size:12px;color:var(--color-text-2);cursor:pointer;white-space:nowrap}.post-revision-tab:hover{color:var(--color-text-1)}.post-revision-tab.active{background:hsl(var(--background));color:var(--color-text-1);font-weight:500;box-shadow:0 1px 3px #00000014}.post-revision-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:var(--color-text-3)}.post-revision-icon-btn:hover{background:hsl(var(--muted));color:var(--color-text-1)}.post-revision-loading,.post-revision-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px;color:var(--color-text-3);font-size:14px}.post-revision-body{display:flex;flex:1;min-height:0;overflow:hidden}.post-revision-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--j13-border-light);min-height:0}.post-revision-sidebar-label{padding:10px 14px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-3)}.post-revision-list{list-style:none;margin:0;padding:4px 8px;overflow-y:auto;flex:1;min-height:0}.post-revision-item{display:flex;flex-direction:column;gap:4px;width:100%;text-align:left;padding:10px 12px;border:none;background:none;border-radius:8px;cursor:pointer;font-size:13px;margin-bottom:2px}.post-revision-item:hover,.post-revision-item.active{background:hsl(var(--muted))}.post-revision-item-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.post-revision-item-num{font-size:11px;font-weight:600;color:var(--color-text-3)}.post-revision-item-title{font-weight:500;color:var(--color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-revision-item-meta{font-size:11px;color:var(--color-text-3)}.post-revision-badge{font-size:10px;padding:1px 6px;border-radius:4px;background:hsl(var(--primary) / .12);color:hsl(var(--primary));font-weight:500}.post-revision-badge--none{background:hsl(var(--muted));color:var(--color-text-3)}.post-revision-current{padding:12px 14px;border-top:1px solid var(--j13-border-light);background:hsl(var(--muted) / .4);flex-shrink:0}.post-revision-current-label{display:block;font-size:11px;color:var(--color-text-3);margin-bottom:4px}.post-revision-current-title{font-size:13px;font-weight:500;color:var(--color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-revision-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.post-revision-main-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid var(--j13-border-light);flex-shrink:0}.post-revision-main-editor{font-size:14px;font-weight:600;color:var(--color-text-1);margin-right:8px}.post-revision-main-time{font-size:12px;color:var(--color-text-3)}.post-revision-scroll{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding:16px 20px 24px;-webkit-overflow-scrolling:touch}.revision-diff-view{display:flex;flex-direction:column;gap:20px}.revision-diff-section h4{font-size:12px;font-weight:600;color:var(--color-text-3);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.revision-diff-block{padding:12px 14px;background:hsl(var(--muted) / .35);border-radius:8px;font-size:14px;line-height:1.6;word-break:break-word}.revision-diff-inline del{background:#fbe9e9;color:#8f2424;text-decoration:line-through;border-radius:2px;padding:0 2px}.revision-diff-inline ins{background:#e2f8ea;color:#246b3c;text-decoration:none;border-radius:2px;padding:0 2px}.revision-diff-unchanged{color:var(--color-text-3);font-size:13px}.revision-diff-stats{display:flex;gap:8px;margin-bottom:8px}.revision-diff-stat{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:500}.revision-diff-stat--add{background:#e2f8ea;color:#246b3c}.revision-diff-stat--del{background:#fbe9e9;color:#8f2424}.revision-diff-pre{margin:0;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:13px;line-height:1.55;border:1px solid var(--j13-border-light);border-radius:8px;overflow:hidden}.revision-diff-line{display:flex;padding:1px 0;white-space:pre-wrap;word-break:break-word}.revision-diff-line--add{background:#ebfaf0}.revision-diff-line--del{background:#fceeee}.revision-diff-line--same{background:hsl(var(--background))}.revision-diff-gutter{flex-shrink:0;width:24px;text-align:center;color:var(--color-text-3);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px}.revision-diff-line--add .revision-diff-gutter{color:#395}.revision-diff-line--del .revision-diff-gutter{color:#b82e2e}.revision-diff-text{flex:1;padding-right:12px}.revision-diff-line--add .revision-diff-text{color:#1f5130}.revision-diff-line--del .revision-diff-text{color:#722;text-decoration:line-through}.revision-full-view h4{font-size:18px;font-weight:600;margin:0 0 8px;line-height:1.4}.revision-full-tags{font-size:13px;color:var(--color-text-3);margin:0 0 16px}@media (max-width: 768px){.post-revision-overlay:not(.post-revision-overlay--fullscreen){padding:0;align-items:stretch}.post-revision-panel:not(.post-revision-panel--fullscreen){width:100%;height:100%;border-radius:0}.post-revision-head{flex-wrap:wrap}.post-revision-head-actions{width:100%;justify-content:space-between}.post-revision-view-tabs{flex:1}.post-revision-tab-label{display:none}.post-revision-tab.active .post-revision-tab-label{display:inline}.post-revision-body{flex-direction:column}.post-revision-sidebar{width:100%;max-height:180px;border-right:none;border-bottom:1px solid var(--j13-border-light)}.post-revision-current{display:none}}.post-detail-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.post-detail-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--j13-border-light)}.post-detail-content{font-size:15px;line-height:1.75;word-break:break-word;color:var(--color-text-1)}.post-detail-content h1,.post-detail-content h2,.post-detail-content h3,.post-detail-content h4,.post-detail-content h5,.post-detail-content h6{font-weight:700;line-height:1.35;letter-spacing:-.02em;color:var(--color-text-1);margin:1.4em 0 .55em}.post-detail-content>:first-child,.post-detail-content h1:first-child,.post-detail-content h2:first-child,.post-detail-content h3:first-child,.post-detail-content h4:first-child,.post-detail-content h5:first-child,.post-detail-content h6:first-child{margin-top:0}.post-detail-content h1{font-size:1.85em}.post-detail-content h2{font-size:1.55em}.post-detail-content h3{font-size:1.3em}.post-detail-content h4{font-size:1.12em}.post-detail-content h5{font-size:1em}.post-detail-content h6{font-size:.92em;color:var(--color-text-2);font-weight:600}.post-detail-content ul,.post-detail-content ol{margin:0 0 12px;padding-left:1.6em}.post-detail-content li{margin-bottom:4px}.post-detail-content li>ul,.post-detail-content li>ol{margin-top:4px;margin-bottom:0}.post-detail-content hr{margin:24px 0;border:none;border-top:1px solid var(--j13-border)}.post-detail-content members-only,.post-detail-content .post-members-only{display:block;margin:20px 0;border-radius:12px;overflow:hidden}.post-detail-content .post-members-only--visible{border:1px solid rgba(24,160,88,.35);background:linear-gradient(135deg,#18a0580f,#18a05805);box-shadow:inset 0 1px #fff9}.post-detail-content .post-members-only__badge{display:inline-flex;align-items:center;gap:6px;margin:12px 16px 0;padding:4px 10px;border-radius:20px;background:#18a0581f;color:var(--j13-green);font-size:12px;font-weight:600;letter-spacing:.02em}.post-detail-content .post-members-only__badge-icon{display:inline-flex;align-items:center;justify-content:center}.post-detail-content .post-members-only__body{padding:12px 18px 18px}.post-detail-content .post-members-only__body--empty{color:var(--color-text-4);font-style:italic}.post-detail-content .post-members-only--locked{position:relative;border:1px solid rgba(24,160,88,.22);background:var(--j13-bg-surface)}.post-detail-content .post-members-only__locked-wrap{position:relative;min-height:160px}.post-detail-content .post-members-only__badge--locked{position:relative;z-index:2;background:#18a0581a}.post-detail-content .post-members-only__preview{position:relative;z-index:0;padding:8px 20px 20px;filter:blur(5px);opacity:.45;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.post-detail-content .post-members-only__preview-line{height:11px;margin-bottom:12px;border-radius:6px;background:linear-gradient(90deg,var(--j13-bg-block-muted) 0%,var(--color-fill-3) 100%)}.post-detail-content .post-members-only__preview-line--medium{width:88%}.post-detail-content .post-members-only__preview-line--short{width:62%;margin-bottom:0}.post-detail-content .post-members-only__gate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 20px 20px;gap:6px;background:linear-gradient(180deg,#ffffff8c,#ffffffe0 38%,#ffffffeb);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.post-detail-content .post-members-only__gate-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--j13-bg-surface);color:var(--color-text-3);border:1px solid var(--j13-border);margin-bottom:4px;box-shadow:var(--j13-shadow-soft)}.post-detail-content .post-members-only__gate-title{margin:0;font-size:15px;font-weight:600;color:var(--color-text-1)}.post-detail-content .post-members-only__gate-desc{margin:0 0 8px;font-size:13px;color:var(--color-text-3);line-height:1.5;max-width:280px}.post-detail-content .post-members-only__gate-btn{padding:8px 20px;border:none;border-radius:8px;background:var(--j13-green);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.post-detail-content .post-members-only__gate-btn:hover{background:var(--j13-green-hover);transform:translateY(-1px)}.post-detail-content .post-members-only__gate-alt{margin-top:4px;font-size:12px;color:var(--color-text-3)}.post-detail-content .post-members-only__gate-link{padding:0;border:none;background:none;color:var(--j13-green);font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.post-detail-content .post-members-only__gate-link:hover{color:var(--j13-green-hover)}.dark .post-detail-content .post-members-only--visible{border-color:#23c36b59;background:linear-gradient(135deg,#23c36b1a,#23c36b08);box-shadow:none}.dark .post-detail-content .post-members-only--locked{border-color:#23c36b40;background:var(--j13-bg-surface)}.dark .post-detail-content .post-members-only__gate{background:linear-gradient(180deg,#18181b80,#18181bd1 38%,#18181be6)}.dark .post-detail-content .post-members-only__preview-line{background:linear-gradient(90deg,var(--j13-bg-block-muted) 0%,rgba(255,255,255,.08) 100%)}.article-editor-tools .article-tool-btn--members{margin-left:6px;padding-left:8px;border-left:1px solid var(--j13-border-light);color:var(--j13-green)}.article-editor-tools .article-tool-btn--members:hover{background:var(--j13-green-bg);color:var(--j13-green-hover)}.post-detail-content strong,.post-detail-content b{font-weight:700;color:var(--color-text-1)}.post-detail-content em,.post-detail-content i{font-style:italic}.post-detail-content img{max-width:100%;border-radius:6px}.post-detail-content p{margin:0 0 12px}.post-detail-content p:last-child{margin-bottom:0}.post-detail-content a{color:var(--j13-green)}.post-detail-content blockquote{margin:12px 0;padding:8px 14px;border-left:3px solid var(--j13-green);background:var(--j13-bg-block-muted);color:var(--color-text-3);border-radius:0 6px 6px 0}.post-detail-content pre,.post-detail-content code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:13px}.post-detail-content pre{padding:12px;background:var(--j13-bg-block-muted);border-radius:6px;overflow-x:auto}.post-detail-content code{padding:2px 6px;background:var(--j13-bg-block-muted);border-radius:4px}.comment-section{display:flex;flex-direction:column;background:var(--j13-bg-surface);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-card);flex-shrink:0;overflow:hidden}.comment-section-bar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px 12px;font-size:15px;font-weight:600;flex-shrink:0;border-bottom:1px solid var(--j13-border-light)}.comment-section-bar:after{content:"";position:absolute;bottom:-1px;left:20px;width:36px;height:2px;background:var(--j13-green);border-radius:1px;transition:width .35s cubic-bezier(.4,0,.2,1)}.comment-section:hover .comment-section-bar:after{width:52px}.comment-section-title{color:var(--color-text-1)}.comment-section-count{font-size:13px;font-weight:400;color:var(--color-text-3)}.floor-jump-tools{display:flex;align-items:center;gap:4px}.comment-list-area{display:flex;flex-direction:column}.comment-empty{text-align:center;padding:48px 24px;color:var(--color-text-3)}.comment-empty-icon{font-size:32px;margin-bottom:8px;opacity:.6}.comment-empty p{margin:0;font-size:13px}.reply-bar{padding:12px 20px 16px;border-top:1px solid var(--j13-border-light);background:var(--j13-bg-block-muted);flex-shrink:0}.comment-box-wrap{padding:16px 20px;border-bottom:1px solid var(--j13-border-light);background:var(--j13-bg-surface);flex-shrink:0}.comment-box-wrap.inline{padding:12px 0 4px;border-bottom:none;background:transparent}.comment-box-wrap.inline .comment-box-avatar,.comment-box-wrap.inline .comment-box-avatar-img,.comment-box-wrap.inline .comment-box-avatar-placeholder{width:32px;height:32px;font-size:13px}.waline-comment-reply-btn.cancel{color:#e74c3c}.waline-comment-reply-btn.cancel:hover{color:#c0392b}.comment-box{display:flex;gap:12px;align-items:flex-start}.comment-box-avatar{flex-shrink:0}.comment-box-avatar-img,.comment-box-avatar-placeholder{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.comment-box-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:var(--j13-green);color:#fff;font-size:16px;font-weight:600}.comment-box-avatar-placeholder.guest{background:var(--color-fill-3);color:var(--color-text-3)}.comment-box-main{flex:1;min-width:0}.comment-box-reply-hint{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--j13-green);margin-bottom:8px}.comment-box-reply-cancel{border:none;background:none;color:var(--color-text-3);cursor:pointer;font-size:12px;padding:0}.comment-box-reply-cancel:hover{color:var(--color-text-1)}.comment-box-input-wrap{position:relative;border:1px solid var(--j13-border-light);border-radius:10px;background:var(--j13-bg-block);transition:border-color .2s,background .2s}.comment-box-input-wrap:focus-within{border-color:rgb(var(--primary-6))}.comment-box-input-wrap.private-mode{background:var(--j13-bg-block-muted);border-color:var(--j13-border)}.comment-box-textarea{display:block;width:100%;min-height:72px;max-height:200px;padding:10px 48px 10px 12px;border:none;outline:none;resize:vertical;font-size:14px;line-height:1.6;font-family:inherit;color:var(--color-text-1);background:transparent;box-sizing:border-box}.comment-box-textarea::-moz-placeholder{color:var(--color-text-4)}.comment-box-textarea::placeholder{color:var(--color-text-4)}.comment-box-send{position:absolute;right:8px;bottom:8px;width:32px;height:32px;border:none;border-radius:50%;background:#27c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .15s,opacity .15s}.comment-box-send:hover:not(:disabled){background:#1a9bd8}.comment-box-send:disabled{opacity:.45;cursor:not-allowed}.comment-box-guest-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 10px;margin-top:8px}.comment-box-guest-field{display:flex;flex-direction:column;gap:4px;min-width:0}.comment-box-guest-label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-3)}.comment-box-guest-required,.comment-box-guest-optional{font-style:normal;font-size:11px;line-height:1;padding:2px 6px;border-radius:4px}.comment-box-guest-required{color:rgb(var(--danger-6));background:color-mix(in srgb,rgb(var(--danger-6)) 12%,transparent)}.comment-box-guest-optional{color:var(--color-text-4);background:var(--color-fill-2)}.comment-box-guest-hint{grid-column:1 / -1;margin:0;font-size:12px;color:var(--color-text-4);line-height:1.5}.comment-box-guest-input{height:32px;padding:0 10px;border:1px solid var(--j13-border);border-radius:6px;font-size:13px;color:var(--color-text-1);background:var(--color-bg-1);outline:none;transition:border-color .2s}.comment-box-guest-input:focus{border-color:rgb(var(--primary-6))}.comment-box-guest-input::-moz-placeholder{color:var(--color-text-4)}.comment-box-guest-input::placeholder{color:var(--color-text-4)}.comment-box-toolbar{display:flex;align-items:center;gap:16px;margin-top:8px}.comment-box-owo{border:none;background:none;padding:2px 6px;font-size:13px;font-weight:600;color:var(--color-text-2);cursor:pointer;border-radius:4px;transition:background .15s,color .15s}.comment-box-owo:hover,.comment-box-owo.active{background:#27ccff1f;color:#27c}.comment-box-private{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.emoji-picker{display:grid;grid-template-columns:repeat(12,1fr);gap:2px;margin-top:8px;padding:10px;border:1px solid #dcdfe6;border-radius:8px;background:var(--color-bg-1);max-height:200px;overflow-y:auto;box-shadow:0 2px 12px #00000014}.emoji-picker-item{border:none;background:none;font-size:20px;line-height:1;padding:4px;cursor:pointer;border-radius:4px;transition:background .1s}.emoji-picker-item:hover{background:var(--color-fill-2)}.waline-comment{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid var(--j13-border-light)}.waline-comment.nested{padding:12px 0 0;border-bottom:none}.waline-comment.highlight{animation:floor-highlight 2s ease-out}@keyframes floor-highlight{0%,30%{background:var(--j13-green-bg)}to{background:transparent}}.waline-replies{margin-top:8px}.waline-comment.nested .waline-comment-avatar{width:32px;height:32px;font-size:13px}.waline-comment-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--j13-green);color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center}.waline-comment-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.waline-comment-avatar.guest{background:var(--color-fill-3);color:var(--color-text-3)}.waline-comment-main{flex:1;min-width:0}.waline-comment-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.waline-comment-author{font-size:14px;font-weight:600;color:var(--color-text-1);text-decoration:none}a.waline-comment-author:hover{color:var(--j13-green)}.waline-comment-bubble{padding:10px 14px;background:var(--j13-bg-block-muted);border-radius:10px;font-size:14px;line-height:1.65;color:var(--color-text-1);word-break:break-word}.waline-reply-at{display:block;color:#27c;font-weight:600;margin-bottom:4px;line-height:1.5}.waline-comment-private-mask{padding:14px 16px;text-align:center;font-size:13px;color:#999;line-height:1.5;border-radius:8px;background:repeating-linear-gradient(-45deg,#f6f6f6,#f6f6f6 8px,#ececec 8px,#ececec 16px)}.waline-comment-bubble .floor-body{font-size:inherit;line-height:inherit;word-break:break-word}.floor-body{font-size:14px;line-height:1.65;word-break:break-word}.waline-comment-bubble .quote-block{margin:6px 0;background:var(--j13-bg-block)}.waline-comment-meta{display:flex;align-items:center;gap:16px;margin-top:8px;font-size:12px;color:var(--color-text-3)}.waline-comment-date{display:flex;align-items:center;gap:4px}.waline-comment-reply-btn{display:flex;align-items:center;gap:4px;border:none;background:none;padding:0;font-size:12px;color:var(--color-text-3);cursor:pointer;transition:color .15s}.waline-comment-reply-btn:hover{color:var(--j13-green)}@media (max-width: 768px){.comment-box-wrap{padding:12px 14px}.comment-box-guest-fields{grid-template-columns:1fr}.emoji-picker{grid-template-columns:repeat(8,1fr)}.waline-comment{padding:12px 14px}}.mention{color:var(--j13-green);font-weight:600}.quote-block{border-left:3px solid var(--j13-green);padding:8px 12px;margin:6px 0 8px;background:var(--j13-bg-block-muted);font-size:13px;color:var(--color-text-3);border-radius:0 8px 8px 0;line-height:1.5;white-space:pre-wrap;word-break:break-word}.quote-block.clickable{cursor:pointer;transition:background .15s,border-color .15s}.quote-block.clickable:hover{background:var(--j13-green-bg);border-left-color:var(--j13-green-hover)}@media (max-width: 768px){.post-detail-page{padding:12px 14px 20px;gap:12px}.post-detail-header{padding:12px 14px 16px}.post-detail-title{font-size:17px}.post-detail-actions{margin-top:20px;padding-top:16px;gap:10px}.comment-section-bar{padding:12px 14px 10px}.comment-section-bar:after{left:14px;width:32px}.comment-section:hover .comment-section-bar:after{width:46px}}.widget-card{background:transparent;border:none;border-radius:0;box-shadow:none;margin-bottom:0;overflow:hidden;border-bottom:1px solid var(--j13-border-light);flex-shrink:0}.widget-card-head{padding:12px 16px 8px;font-size:13px;font-weight:600;border-bottom:none;background:transparent;color:var(--color-text-2)}.widget-card-body{padding:0 16px 14px}.widget-card--about{flex:1;display:flex;flex-direction:column;border-bottom:none;min-height:72px}.widget-card--about .widget-card-body{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px 16px}.widget-about-text{margin:0;font-size:12px;color:var(--color-text-3);line-height:1.65}.widget-about-text strong{display:block;margin-bottom:4px;color:var(--j13-green);font-size:13px}.widget-item{padding:6px 0;font-size:13px;cursor:pointer;border-bottom:1px solid var(--j13-border-light);display:flex;align-items:center;gap:6px}.widget-item:last-child{border-bottom:none}.widget-item:hover{color:var(--j13-green)}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-avatar-lg{width:72px;height:72px;border-radius:50%;background:var(--j13-green);color:#fff;font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-avatar-lg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-entry-card{border-color:color-mix(in srgb,var(--j13-green) 25%,var(--j13-border));background:var(--j13-bg-block-accent)}.auth-page{height:100%;min-height:100dvh;overflow-y:auto;display:flex;align-items:center;justify-content:center;background:var(--j13-bg-page);padding:24px}.auth-box{width:100%;max-width:400px;background:var(--j13-bg-surface);border:1px solid var(--j13-border);border-radius:12px;box-shadow:var(--j13-shadow-card);padding:32px}.auth-box .logo-mark{width:48px;height:48px;border-radius:12px;background:var(--j13-green);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.auth-box h1{text-align:center;font-size:20px;margin:0 0 4px}.auth-box .subtitle{text-align:center;font-size:13px;color:var(--color-text-3);margin-bottom:24px}.app-body--compose,.content-workspace--compose{background:var(--j13-bg-workspace)}.main-content--compose{overflow-y:auto;overflow-x:hidden}.compose-page{flex:1;display:flex;flex-direction:column;min-height:min(100%,100vh - var(--j13-header-h));overflow:visible;background:radial-gradient(ellipse 80% 50% at 50% -10%,var(--j13-green-bg),transparent),var(--j13-bg-workspace)}.compose-page--empty{align-items:center;justify-content:center}.compose-empty-card{text-align:center;padding:48px 40px;background:var(--j13-bg-surface);border:1px solid var(--j13-border);border-radius:16px;box-shadow:var(--j13-shadow-card);max-width:400px}.compose-empty-icon{width:56px;height:56px;margin:0 auto 20px;border-radius:14px;background:var(--j13-green-bg);color:var(--j13-green);font-size:24px;display:flex;align-items:center;justify-content:center}.compose-empty-card h2{margin:0 0 8px;font-size:18px;font-weight:600}.compose-empty-card p{margin:0 0 24px;font-size:14px;color:var(--color-text-3);line-height:1.5}.compose-primary-btn,.compose-ghost-btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:background .15s,transform .1s}.compose-primary-btn{background:var(--j13-green);color:#fff}.compose-primary-btn:hover{background:var(--j13-green-hover)}.compose-ghost-btn{background:var(--j13-bg-block-muted);color:var(--color-text-2)}.compose-canvas{flex:1;display:flex;flex-direction:column;min-height:min(100%,100vh - var(--j13-header-h));max-width:1200px;width:100%;margin:0 auto;padding:0 32px 32px}.compose-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px;flex-shrink:0}.compose-back{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--j13-border);border-radius:8px;background:var(--j13-bg-surface);color:var(--color-text-2);font-size:13px;cursor:pointer;transition:border-color .15s,color .15s,box-shadow .15s;box-shadow:var(--j13-shadow-soft)}.compose-back:hover{border-color:var(--j13-green);color:var(--j13-green)}.compose-publish-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:none;border-radius:8px;background:linear-gradient(135deg,var(--j13-green),var(--j13-green-hover));color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #18a0584d;transition:transform .1s,box-shadow .15s,opacity .15s}.compose-publish-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #18a05859}.compose-publish-btn:disabled{opacity:.65;cursor:not-allowed}.compose-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px;flex-shrink:0;flex-wrap:wrap}.compose-board-pills{display:flex;flex-wrap:wrap;gap:8px}.compose-board-pill{padding:6px 14px;border:1px solid var(--j13-border);border-radius:20px;background:var(--j13-bg-surface);color:var(--color-text-2);font-size:13px;cursor:pointer;transition:all .15s}.compose-board-pill:hover{border-color:var(--j13-green);color:var(--j13-green)}.compose-board-pill.active{background:var(--j13-green);border-color:var(--j13-green);color:#fff;font-weight:500}.compose-tags-field{display:flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--j13-border);border-radius:20px;background:var(--j13-bg-surface);min-width:220px;transition:border-color .15s}.compose-tags-field:focus-within{border-color:var(--j13-green)}.compose-tags-icon{color:var(--color-text-4);font-size:14px;flex-shrink:0}.compose-tags-field input{flex:1;border:none;background:transparent;outline:none;font-size:13px;color:var(--color-text-1);min-width:0}.compose-tags-field input::-moz-placeholder{color:var(--color-text-4)}.compose-tags-field input::placeholder{color:var(--color-text-4)}.compose-writing{flex:1;display:flex;flex-direction:column;background:var(--j13-bg-surface);border:1px solid var(--j13-border);border-radius:16px;box-shadow:var(--j13-shadow-card);padding:28px 32px 0;overflow:visible}.compose-title{width:100%;padding:0;border:none;background:transparent;font-size:32px;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--color-text-1);outline:none}.compose-title::-moz-placeholder{color:var(--color-text-4)}.compose-title::placeholder{color:var(--color-text-4)}.compose-subtitle{margin-top:8px;font-size:13px;color:var(--color-text-3)}.compose-subtitle strong{color:var(--j13-green);font-weight:500}.article-editor{flex:1;display:flex;flex-direction:column;margin-top:24px;border-top:1px solid var(--j13-border-light)}.article-editor-bar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 -32px;padding:10px 32px;flex-shrink:0;flex-wrap:wrap;background:var(--j13-bg-surface);border-bottom:1px solid var(--j13-border-light);box-shadow:0 4px 12px #0f172a0a}.article-editor-tools{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.article-tool-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--color-text-2);font-size:13px;cursor:pointer;transition:background .12s,color .12s}.article-tool-btn:hover{background:var(--j13-bg-block-muted);color:var(--j13-green)}.article-tool-btn.active{background:#18a0581f;color:var(--j13-green)}.article-tool-btn strong{font-size:12px;font-weight:700}.article-editor-body{flex:1;display:flex;flex-direction:column;min-height:280px}.article-editor-content{flex:1;display:flex;flex-direction:column}.article-editor-content .tiptap,.article-prosemirror{flex:1;min-height:280px;padding:12px 0;outline:none}.article-prosemirror p.is-editor-empty:first-child:before{color:var(--color-text-4);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.article-prosemirror a{color:var(--j13-green);text-decoration:underline;text-underline-offset:2px}.article-prosemirror img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.editor-members-only{margin:16px 0}.editor-members-only--selected{box-shadow:0 0 0 2px #18a05859}.article-editor-status{display:flex;align-items:center;justify-content:space-between;padding:10px 0 16px;border-top:1px solid var(--j13-border-light);font-size:12px;color:var(--color-text-4);flex-shrink:0}@media (max-width: 768px){.compose-canvas{padding:0 16px}.compose-writing{padding:20px 16px 0;border-radius:12px}.article-editor-bar{margin:0 -16px;padding:10px 16px}.compose-title{font-size:24px}.compose-meta{flex-direction:column;align-items:stretch}.compose-tags-field{min-width:0}.compose-header{padding-top:12px}.compose-publish-btn span{display:none}}.page-loader{display:flex;flex:1;align-items:center;justify-content:center;gap:8px;min-height:240px;color:var(--j13-green);font-size:14px}.page-loader__dot{width:8px;height:8px;border-radius:50%;background:currentColor;animation:page-loader-pulse .9s ease-in-out infinite}@keyframes page-loader-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.admin-shell{min-height:100vh;background:hsl(var(--background))}.admin-topbar{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;border-bottom:1px solid var(--j13-border);background:hsl(var(--card))}.admin-topbar-brand{display:flex;align-items:center;gap:10px}.admin-topbar-mark{width:32px;height:32px;border-radius:8px;background:var(--j13-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.admin-topbar-title{font-size:14px;font-weight:600;line-height:1.2}.admin-topbar-sub{font-size:12px;color:hsl(var(--muted-foreground))}.admin-topbar-actions{display:flex;align-items:center;gap:12px}.admin-topbar-user{font-size:13px;color:hsl(var(--muted-foreground))}.admin-link-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--j13-green);background:none;border:none;cursor:pointer}.admin-body{display:flex;min-height:calc(100vh - 56px)}.admin-sidebar{width:200px;flex-shrink:0;padding:16px 10px;border-right:1px solid var(--j13-border);background:hsl(var(--card))}.admin-nav-item{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;margin-bottom:2px;border-radius:8px;font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none;transition:background .15s,color .15s}.admin-nav-item:hover{background:var(--j13-green-bg);color:var(--j13-green)}.admin-nav-item.active{background:var(--j13-green-bg);color:var(--j13-green);font-weight:600}.admin-main{flex:1;padding:24px;overflow:auto}.admin-page-head{margin-bottom:20px}.admin-page-head h1{font-size:22px;font-weight:700;margin-bottom:4px}.admin-page-head p{font-size:13px;color:hsl(var(--muted-foreground))}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:20px}.admin-stat-card{padding:16px;border-radius:10px;border:1px solid var(--j13-border);background:hsl(var(--card))}.admin-stat-value{font-size:24px;font-weight:700;color:var(--j13-green)}.admin-stat-label{font-size:12px;color:hsl(var(--muted-foreground));margin-top:4px}.admin-card{border:1px solid var(--j13-border);border-radius:10px;background:hsl(var(--card));overflow:hidden;margin-bottom:16px}.admin-card-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--j13-border);font-weight:600;font-size:14px}.admin-card-desc{padding:12px 16px 0;font-size:13px;color:hsl(var(--muted-foreground))}.admin-card .admin-card-desc+button{margin:12px 16px 16px}.admin-form-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px 16px;font-size:13px}.admin-form-row label{color:hsl(var(--muted-foreground));white-space:nowrap}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--j13-border)}.admin-table th{font-weight:600;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .3)}.admin-table tr:last-child td{border-bottom:none}.admin-empty{padding:32px;text-align:center;color:hsl(var(--muted-foreground));font-size:13px}.admin-text-link{background:none;border:none;padding:0;color:var(--j13-green);cursor:pointer;font-size:inherit}.admin-text-link:hover{text-decoration:underline}.admin-search-bar{display:flex;gap:8px;margin-bottom:16px;max-width:480px}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border-top:1px solid var(--j13-border);font-size:13px}.admin-dl{padding:16px;display:grid;grid-template-columns:120px 1fr;gap:10px 16px;font-size:13px}.admin-dl dt{color:hsl(var(--muted-foreground))}.admin-dl dd code{font-size:12px;background:hsl(var(--muted));padding:2px 6px;border-radius:4px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:bg-\[var\(--j13-green\)\][data-state=checked]{background-color:var(--j13-green)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:bg-orange-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(67 20 7 / var(--tw-bg-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:mt-0{margin-top:0}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px} diff --git a/embed_static/static/spa/assets/index-DG22moG5.css b/embed_static/static/spa/assets/index-DG22moG5.css new file mode 100644 index 0000000..c4d2461 --- /dev/null +++ b/embed_static/static/spa/assets/index-DG22moG5.css @@ -0,0 +1 @@ +*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--j13-font-family);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 210 20% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 152 72% 36%;--primary-foreground: 0 0% 100%;--secondary: 210 20% 96%;--secondary-foreground: 222 47% 11%;--muted: 210 20% 96%;--muted-foreground: 215 16% 47%;--accent: 152 45% 95%;--accent-foreground: 152 72% 28%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 214 20% 91%;--input: 214 20% 91%;--ring: 152 72% 36%;--radius: .375rem;--color-text-1: hsl(var(--foreground));--color-text-2: hsl(215 16% 35%);--color-text-3: hsl(var(--muted-foreground));--color-text-4: hsl(215 12% 65%);--color-fill-3: hsl(210 20% 94%)}.dark{--background: 240 6% 10%;--foreground: 0 0% 95%;--card: 240 5% 13%;--card-foreground: 0 0% 95%;--popover: 240 5% 13%;--popover-foreground: 0 0% 95%;--primary: 152 58% 46%;--primary-foreground: 0 0% 100%;--secondary: 240 4% 16%;--secondary-foreground: 0 0% 95%;--muted: 240 4% 16%;--muted-foreground: 240 5% 65%;--accent: 152 30% 14%;--accent-foreground: 152 58% 55%;--destructive: 0 63% 45%;--destructive-foreground: 0 0% 95%;--border: 240 4% 18%;--input: 240 4% 18%;--ring: 152 58% 46%;--color-text-1: hsl(var(--foreground));--color-text-2: hsl(240 5% 75%);--color-text-3: hsl(var(--muted-foreground));--color-text-4: hsl(240 5% 50%);--color-fill-3: hsl(240 4% 20%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-4{right:1rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-50{z-index:50}.z-\[110\]{z-index:110}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.block{display:block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-px{height:1px}.min-h-\[60px\]{min-height:60px}.w-2{width:.5rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[160px\]{width:160px}.w-\[60px\]{width:60px}.w-\[70px\]{width:70px}.w-\[80px\]{width:80px}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.max-w-\[120px\]{max-width:120px}.max-w-\[200px\]{max-width:200px}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-\[var\(--j13-green-bg\)\]{background-color:var(--j13-green-bg)}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.fill-current{fill:currentColor}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-sans{font-family:var(--j13-font-family)}.text-\[0\.8rem\]{font-size:.8rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-\[var\(--j13-green\)\]{color:var(--j13-green)}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline-offset-4{text-underline-offset:4px}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.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)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}:root{--j13-font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", "WenQuanYi Micro Hei", system-ui, -apple-system, "Segoe UI", sans-serif;--j13-green: #18a058;--j13-green-hover: #138f4c;--j13-green-bg: rgba(24, 160, 88, .08);--j13-green-soft: #edfbf3;--j13-border: #e8edf2;--j13-border-light: #f0f3f7;--j13-sidebar-w: 210px;--j13-aside-w: 280px;--j13-header-h: 56px;--j13-max-w: 1400px;--j13-bg-page: #f5f7fa;--j13-bg-workspace: #f8fafc;--j13-bg-surface: #ffffff;--j13-bg-block: #ffffff;--j13-bg-block-muted: #f1f4f8;--j13-bg-block-accent: #f0faf5;--j13-shadow-soft: 0 1px 2px rgba(15, 23, 42, .04);--j13-shadow-card: 0 2px 8px rgba(15, 23, 42, .05)}.dark{--j13-green: #23c36b;--j13-green-hover: #1fb35f;--j13-green-bg: rgba(35, 195, 107, .12);--j13-green-soft: rgba(35, 195, 107, .08);--j13-border: #2e2e32;--j13-border-light: #262629;--j13-bg-page: #141416;--j13-bg-workspace: #18181b;--j13-bg-surface: #1f1f23;--j13-bg-block: #232328;--j13-bg-block-muted: #1c1c20;--j13-bg-block-accent: rgba(35, 195, 107, .06);--j13-shadow-soft: 0 1px 2px rgba(0, 0, 0, .2);--j13-shadow-card: 0 2px 8px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{scrollbar-gutter:stable;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;font-family:var(--j13-font-family);text-rendering:optimizeLegibility}html,body,#root{height:100%;margin:0}body{font-family:var(--j13-font-family);font-size:14px;line-height:1.5;color:var(--color-text-1);background:var(--j13-bg-page);overflow:hidden}a{color:var(--j13-green);text-decoration:none}a:hover{text-decoration:underline}.app-shell{height:100%;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--j13-bg-page)}.app-frame{flex:1;min-height:0;height:100%;max-width:var(--j13-max-w);width:100%;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid var(--j13-border);border-right:1px solid var(--j13-border);background:var(--j13-bg-surface)}.app-header{height:var(--j13-header-h);flex-shrink:0;z-index:100;background:var(--j13-bg-surface);border-bottom:1px solid var(--j13-border)}.header-inner{height:100%;width:100%;padding:0 20px;display:flex;align-items:center;gap:20px}.header-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;border:none;background:none;padding:4px 0;cursor:pointer;color:inherit;font:inherit}.header-brand:hover .header-logo-text{color:var(--j13-green)}.header-logo-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--j13-green) 0%,#34c471 100%);color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #1a7f4b47}.header-logo-text{font-size:15px;font-weight:600;letter-spacing:.02em;transition:color .15s}.header-search-wrap{flex:1;min-width:0;max-width:420px;display:flex;align-items:center;gap:8px;height:36px;padding:0 14px;border-radius:999px;background:var(--j13-bg-block-muted);border:1px solid var(--j13-border-light);transition:border-color .2s,background .2s,box-shadow .2s}.header-search-wrap:focus-within{background:var(--j13-bg-surface);border-color:color-mix(in srgb,var(--j13-green) 30%,transparent);box-shadow:0 0 0 3px var(--j13-green-bg)}.header-search-icon{flex-shrink:0;font-size:15px;color:var(--color-text-3)}.header-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;color:var(--color-text-1);font-family:inherit}.header-search-input::-moz-placeholder{color:var(--color-text-4)}.header-search-input::placeholder{color:var(--color-text-4)}.header-search-input::-webkit-search-cancel-button{display:none}.header-search-clear{flex-shrink:0;width:20px;height:20px;border:none;border-radius:50%;background:var(--color-fill-3);color:var(--color-text-3);font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,color .15s}.header-search-clear:hover{background:var(--color-fill-4);color:var(--color-text-1)}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto}.header-compose-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 16px;border:none;border-radius:999px;background:var(--j13-green);color:#fff;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 6px #1a7f4b38}.header-compose-btn:hover{background:var(--j13-green-hover);box-shadow:0 3px 10px #1a7f4b4d}.header-compose-btn:active{transform:scale(.97)}.header-action-group{display:flex;align-items:center;gap:4px;padding:3px;border-radius:999px;background:var(--j13-bg-block-muted);border:1px solid var(--j13-border-light)}.header-icon-btn{width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:var(--color-text-2);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.header-icon-btn:hover{background:var(--color-fill-3);color:var(--color-text-1)}.header-user-btn{width:32px;height:32px;border:none;border-radius:50%;padding:0;cursor:pointer;overflow:hidden;background:var(--j13-green);display:flex;align-items:center;justify-content:center;transition:box-shadow .15s,transform .1s}.header-user-btn:hover{box-shadow:0 0 0 2px var(--j13-green-bg),0 0 0 3px var(--j13-green)}.header-user-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-user-initial{color:#fff;font-size:14px;font-weight:600}.header-login-btn{height:32px;padding:0 14px;border:none;border-radius:999px;background:transparent;color:var(--j13-green);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.header-login-btn:hover{background:var(--j13-green-bg)}.header-auth-slot{display:inline-block;width:32px;height:32px;border-radius:50%;flex-shrink:0}.header-auth-slot--loading{background:var(--color-fill-3)}.app-body{flex:1;display:flex;min-height:0;width:100%;overflow:hidden;background:var(--j13-bg-surface)}.sidebar{width:var(--j13-sidebar-w);flex-shrink:0;border-right:1px solid var(--j13-border-light);background:var(--j13-bg-surface);overflow-y:auto;padding:12px 0}.sidebar-section{padding:4px 12px 8px;font-size:11px;font-weight:600;color:var(--color-text-3)}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 8px}.sidebar-nav-item{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:0 12px;height:36px;border:none;border-radius:6px;background:transparent;color:var(--color-text-1);font-size:14px;cursor:pointer;text-align:left;transition:background .15s,color .15s}.sidebar-nav-item:hover{background:var(--j13-bg-block-muted)}.sidebar-nav-item.active{background:var(--j13-green-bg);color:var(--j13-green);font-weight:600}.sidebar-nav-item svg{width:16px;height:16px;flex-shrink:0}.sidebar-nav-item__meta{margin-left:auto;color:var(--color-text-4);font-size:12px}.sidebar-actions{padding:12px;border-top:1px solid var(--j13-border);margin-top:8px}.main-content{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.content-workspace{flex:1;display:flex;min-width:0;min-height:0;overflow:hidden;background:var(--j13-bg-surface)}.aside-panel{width:var(--j13-aside-w);flex-shrink:0;border-left:1px solid var(--j13-border-light);overflow-y:auto;padding:0;display:flex;flex-direction:column;background:var(--j13-bg-surface)}@media (max-width: 1100px){.aside-panel{display:none}}@media (max-width: 768px){.app-frame{border-left:none;border-right:none}.sidebar{display:none}.header-inner{padding:0 12px;gap:10px}.header-search-wrap{max-width:none}.header-compose-btn{width:34px;padding:0;justify-content:center}.feed-banner-row{flex-direction:row;gap:10px}.board-grid{flex-wrap:nowrap;overflow-x:auto;padding:8px 12px;scrollbar-width:none}.board-grid::-webkit-scrollbar{display:none}}.page-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.page-wrap::-webkit-scrollbar{display:none}.virtual-list-wrap,.post-list-scroll{flex:1;overflow:auto;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.virtual-list-wrap::-webkit-scrollbar,.post-list-scroll::-webkit-scrollbar{display:none}.page-inner{padding:20px 24px;max-width:720px}.page-inner-wide{padding:20px 24px}.page-title{font-size:20px;font-weight:600;margin:0 0 4px}.page-desc{font-size:13px;color:var(--color-text-3);margin:0 0 20px}.content-surface{background:var(--j13-bg-block);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-soft);overflow:hidden}.section-card{background:var(--j13-bg-block);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-soft);padding:20px;margin-bottom:16px}.section-card-title{font-size:15px;font-weight:600;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--j13-border-light)}.feed-top{flex-shrink:0;border-bottom:1px solid var(--j13-border-light);background:var(--j13-bg-block)}@media (min-width: 900px){.feed-top:not(:has(.feed-head--solo)){display:flex;align-items:center;gap:16px;padding:6px 16px}.feed-top:not(:has(.feed-head--solo)) .feed-head{padding:0;flex-shrink:0}.feed-top:not(:has(.feed-head--solo)) .feed-toolbar{padding:0;flex:1;min-width:0}}.feed-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px 6px}.feed-head--solo{padding-bottom:8px}.feed-head__title{display:flex;align-items:baseline;gap:10px;min-width:0;flex:1}.feed-head h2{margin:0;font-size:15px;font-weight:600;white-space:nowrap}.feed-head__meta{font-size:12px;color:var(--color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-head__meta strong{color:var(--j13-green);font-weight:600}.feed-head__dot{margin:0 4px;opacity:.55}.feed-head__clear{flex-shrink:0;border:none;background:transparent;padding:0;font-size:12px;color:var(--j13-green);cursor:pointer;font-family:inherit}.feed-head__clear:hover{text-decoration:underline}.feed-toolbar{display:flex;align-items:center;gap:10px;padding:0 16px 8px}.feed-toolbar__count{flex-shrink:0;font-size:12px;color:var(--color-text-3);white-space:nowrap}.feed-banner{padding:8px 16px;border-bottom:1px solid var(--j13-border-light)}.feed-banner-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-banner-title{flex:1;min-width:0}.feed-banner h2{margin:0;font-size:15px;font-weight:600}.feed-banner p{margin:0;font-size:12px;color:var(--color-text-3);line-height:1.45}.feed-stats{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px;font-size:12px;color:var(--color-text-3)}.feed-stats strong{color:var(--j13-green);font-weight:600}.feed-action-slot{display:inline-block;width:88px;height:28px;border-radius:4px;background:var(--color-fill-3)}.feed-actions{min-height:28px}.mobile-board-bar{display:none;padding:8px 12px;gap:8px;overflow-x:auto;border-bottom:1px solid var(--j13-border);background:var(--j13-bg-surface)}@media (max-width: 768px){.mobile-board-bar{display:flex}}.board-chip{flex-shrink:0;padding:4px 12px;border-radius:16px;font-size:13px;border:1px solid var(--j13-border-light);background:var(--j13-bg-block);cursor:pointer}.board-chip.active{background:var(--j13-green-bg);border-color:transparent;color:var(--j13-green);font-weight:600}.board-grid{display:flex;flex-wrap:wrap;gap:8px;padding:10px 20px;border-bottom:1px solid var(--j13-border-light)}.feed-sort-bar{display:flex;align-items:center;gap:2px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.feed-sort-bar::-webkit-scrollbar{display:none}.feed-sort-tab{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border:none;border-radius:6px;background:transparent;color:var(--color-text-2);font-family:inherit;font-size:12px;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:background .15s,color .15s}.feed-sort-tab:hover{background:var(--j13-bg-block-muted);color:var(--color-text-1)}.feed-sort-tab.active{background:var(--j13-green-bg);color:var(--j13-green);font-weight:600}.feed-sort-tab svg{width:14px;height:14px;flex-shrink:0}@media (max-width: 768px){.feed-head{flex-wrap:wrap;padding:8px 12px 6px}.feed-head__meta{display:none}.feed-toolbar{padding:0 12px 8px}}.board-grid-empty{padding:20px;border-bottom:1px solid var(--j13-border-light)}.board-tab{display:flex;align-items:center;gap:6px;height:36px;max-width:220px;padding:0 14px;border:1px solid var(--j13-border-light);border-radius:8px;background:var(--j13-bg-block);cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit;color:inherit;flex-shrink:0}.board-tab:hover{border-color:var(--j13-green-light, #7cb87c);background:var(--j13-bg-block-muted)}.board-tab.active{border-color:var(--j13-green);background:color-mix(in srgb,var(--j13-green) 10%,var(--j13-bg-block))}.board-tab-icon{font-size:14px;color:var(--j13-green);line-height:1;flex-shrink:0}.board-tab-name{font-size:13px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.board-tab-count{flex-shrink:0;min-width:18px;padding:0 6px;height:20px;line-height:20px;font-size:11px;text-align:center;border-radius:10px;background:var(--color-fill-2);color:var(--color-text-3)}.board-tab.active .board-tab-count{background:color-mix(in srgb,var(--j13-green) 20%,transparent);color:var(--j13-green)}.board-tab--skeleton{width:140px;border-color:transparent;background:linear-gradient(90deg,var(--color-fill-2) 25%,var(--color-fill-3) 50%,var(--color-fill-2) 75%);background-size:200% 100%;animation:board-skeleton-shimmer 1.2s ease-in-out infinite;pointer-events:none}.board-grid--skeleton{pointer-events:none}@keyframes board-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.post-list-bar{display:flex;justify-content:space-between;padding:10px 20px;font-size:13px;color:var(--color-text-3);border-bottom:1px solid var(--j13-border-light)}.post-row{display:flex;align-items:flex-start;gap:12px;padding:12px 20px;border-bottom:1px solid var(--j13-border-light);cursor:pointer;transition:background .15s}.post-row:hover{background:var(--j13-bg-block-muted)}.post-avatar{width:36px;height:36px;border-radius:50%;background:var(--j13-green);color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.post-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-body{flex:1;min-width:0}.post-title{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.post-pinned-icon{display:inline-block;vertical-align:-.15em;flex-shrink:0;color:#e53935;stroke-width:1.5}.post-meta{font-size:12px;color:var(--color-text-3);display:flex;flex-wrap:wrap;gap:8px}.post-stats{display:flex;gap:12px;font-size:12px;color:var(--color-text-3);flex-shrink:0;padding-top:4px}.empty-state{text-align:center;padding:60px 24px;color:var(--color-text-3)}.empty-feed{text-align:center;padding:48px 24px;color:var(--color-text-3)}.empty-feed-icon{font-size:36px;margin-bottom:8px}.post-detail-loading{display:flex;align-items:center;justify-content:center;padding:60px;flex:1}.post-detail-page{display:flex;flex-direction:column;min-height:0;gap:16px;padding:16px 20px 24px;background:var(--j13-bg-workspace)}.post-detail-header{padding:16px 20px 20px;background:var(--j13-bg-surface);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-card);flex-shrink:0}.post-detail-nav{display:flex;align-items:center;gap:8px;margin-bottom:8px}.post-detail-board-tag{margin:0!important}.post-detail-head{margin-bottom:12px}.post-detail-title{font-size:20px;font-weight:600;margin:0 0 12px;line-height:1.45;word-break:break-word}.post-detail-author-row{display:flex;align-items:center;gap:10px}.post-avatar-lg{width:40px;height:40px;font-size:16px}.post-detail-author-info{display:flex;flex-direction:column;gap:2px}.post-detail-author-name{font-size:14px;font-weight:600;color:var(--color-text-1)}.post-detail-meta-line{font-size:12px;color:var(--color-text-3);display:flex;flex-wrap:wrap;align-items:center;gap:4px}.post-detail-locked-tag{display:inline-flex;align-items:center;gap:3px;margin-left:6px;color:hsl(var(--destructive));font-size:11px}.post-detail-edit-hint{font-size:12px;color:var(--color-text-3);align-self:center}.post-revision-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.post-revision-overlay--fullscreen{padding:0}.post-revision-panel{background:hsl(var(--background));border-radius:12px;width:min(1080px,100%);height:min(88vh,900px);display:flex;flex-direction:column;box-shadow:0 12px 48px #00000038;overflow:hidden}.post-revision-panel--fullscreen{width:100%;height:100%;max-height:none;border-radius:0}.post-revision-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--j13-border-light);flex-shrink:0}.post-revision-head-left{display:flex;align-items:center;gap:8px;min-width:0}.post-revision-head-left h3{font-size:15px;font-weight:600;margin:0}.post-revision-head-sub{font-size:12px;color:var(--color-text-3);padding-left:8px;border-left:1px solid var(--j13-border-light)}.post-revision-head-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.post-revision-view-tabs{display:flex;gap:2px;background:hsl(var(--muted));border-radius:8px;padding:3px}.post-revision-tab{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:none;background:none;border-radius:6px;font-size:12px;color:var(--color-text-2);cursor:pointer;white-space:nowrap}.post-revision-tab:hover{color:var(--color-text-1)}.post-revision-tab.active{background:hsl(var(--background));color:var(--color-text-1);font-weight:500;box-shadow:0 1px 3px #00000014}.post-revision-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:var(--color-text-3)}.post-revision-icon-btn:hover{background:hsl(var(--muted));color:var(--color-text-1)}.post-revision-loading,.post-revision-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px;color:var(--color-text-3);font-size:14px}.post-revision-body{display:flex;flex:1;min-height:0;overflow:hidden}.post-revision-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--j13-border-light);min-height:0}.post-revision-sidebar-label{padding:10px 14px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-3)}.post-revision-list{list-style:none;margin:0;padding:4px 8px;overflow-y:auto;flex:1;min-height:0}.post-revision-item{display:flex;flex-direction:column;gap:4px;width:100%;text-align:left;padding:10px 12px;border:none;background:none;border-radius:8px;cursor:pointer;font-size:13px;margin-bottom:2px}.post-revision-item:hover,.post-revision-item.active{background:hsl(var(--muted))}.post-revision-item-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.post-revision-item-num{font-size:11px;font-weight:600;color:var(--color-text-3)}.post-revision-item-title{font-weight:500;color:var(--color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-revision-item-meta{font-size:11px;color:var(--color-text-3)}.post-revision-badge{font-size:10px;padding:1px 6px;border-radius:4px;background:hsl(var(--primary) / .12);color:hsl(var(--primary));font-weight:500}.post-revision-badge--none{background:hsl(var(--muted));color:var(--color-text-3)}.post-revision-current{padding:12px 14px;border-top:1px solid var(--j13-border-light);background:hsl(var(--muted) / .4);flex-shrink:0}.post-revision-current-label{display:block;font-size:11px;color:var(--color-text-3);margin-bottom:4px}.post-revision-current-title{font-size:13px;font-weight:500;color:var(--color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-revision-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.post-revision-main-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid var(--j13-border-light);flex-shrink:0}.post-revision-main-editor{font-size:14px;font-weight:600;color:var(--color-text-1);margin-right:8px}.post-revision-main-time{font-size:12px;color:var(--color-text-3)}.post-revision-scroll{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding:16px 20px 24px;-webkit-overflow-scrolling:touch}.revision-diff-view{display:flex;flex-direction:column;gap:20px}.revision-diff-section h4{font-size:12px;font-weight:600;color:var(--color-text-3);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.revision-diff-block{padding:12px 14px;background:hsl(var(--muted) / .35);border-radius:8px;font-size:14px;line-height:1.6;word-break:break-word}.revision-diff-inline del{background:#fbe9e9;color:#8f2424;text-decoration:line-through;border-radius:2px;padding:0 2px}.revision-diff-inline ins{background:#e2f8ea;color:#246b3c;text-decoration:none;border-radius:2px;padding:0 2px}.revision-diff-unchanged{color:var(--color-text-3);font-size:13px}.revision-diff-stats{display:flex;gap:8px;margin-bottom:8px}.revision-diff-stat{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:500}.revision-diff-stat--add{background:#e2f8ea;color:#246b3c}.revision-diff-stat--del{background:#fbe9e9;color:#8f2424}.revision-diff-pre{margin:0;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:13px;line-height:1.55;border:1px solid var(--j13-border-light);border-radius:8px;overflow:hidden}.revision-diff-line{display:flex;padding:1px 0;white-space:pre-wrap;word-break:break-word}.revision-diff-line--add{background:#ebfaf0}.revision-diff-line--del{background:#fceeee}.revision-diff-line--same{background:hsl(var(--background))}.revision-diff-gutter{flex-shrink:0;width:24px;text-align:center;color:var(--color-text-3);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px}.revision-diff-line--add .revision-diff-gutter{color:#395}.revision-diff-line--del .revision-diff-gutter{color:#b82e2e}.revision-diff-text{flex:1;padding-right:12px}.revision-diff-line--add .revision-diff-text{color:#1f5130}.revision-diff-line--del .revision-diff-text{color:#722;text-decoration:line-through}.revision-full-view h4{font-size:18px;font-weight:600;margin:0 0 8px;line-height:1.4}.revision-full-tags{font-size:13px;color:var(--color-text-3);margin:0 0 16px}@media (max-width: 768px){.post-revision-overlay:not(.post-revision-overlay--fullscreen){padding:0;align-items:stretch}.post-revision-panel:not(.post-revision-panel--fullscreen){width:100%;height:100%;border-radius:0}.post-revision-head{flex-wrap:wrap}.post-revision-head-actions{width:100%;justify-content:space-between}.post-revision-view-tabs{flex:1}.post-revision-tab-label{display:none}.post-revision-tab.active .post-revision-tab-label{display:inline}.post-revision-body{flex-direction:column}.post-revision-sidebar{width:100%;max-height:180px;border-right:none;border-bottom:1px solid var(--j13-border-light)}.post-revision-current{display:none}}.post-detail-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.post-detail-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--j13-border-light)}.post-detail-content{font-size:15px;line-height:1.75;word-break:break-word;color:var(--color-text-1)}.post-detail-content h1,.post-detail-content h2,.post-detail-content h3,.post-detail-content h4,.post-detail-content h5,.post-detail-content h6{font-weight:700;line-height:1.35;letter-spacing:-.02em;color:var(--color-text-1);margin:1.4em 0 .55em}.post-detail-content>:first-child,.post-detail-content h1:first-child,.post-detail-content h2:first-child,.post-detail-content h3:first-child,.post-detail-content h4:first-child,.post-detail-content h5:first-child,.post-detail-content h6:first-child{margin-top:0}.post-detail-content h1{font-size:1.85em}.post-detail-content h2{font-size:1.55em}.post-detail-content h3{font-size:1.3em}.post-detail-content h4{font-size:1.12em}.post-detail-content h5{font-size:1em}.post-detail-content h6{font-size:.92em;color:var(--color-text-2);font-weight:600}.post-detail-content ul,.post-detail-content ol{margin:0 0 12px;padding-left:1.6em}.post-detail-content li{margin-bottom:4px}.post-detail-content li>ul,.post-detail-content li>ol{margin-top:4px;margin-bottom:0}.post-detail-content hr{margin:24px 0;border:none;border-top:1px solid var(--j13-border)}.post-detail-content members-only,.post-detail-content .post-members-only{display:block;margin:20px 0;border-radius:12px;overflow:hidden}.post-detail-content .post-members-only--visible{border:1px solid rgba(24,160,88,.35);background:linear-gradient(135deg,#18a0580f,#18a05805);box-shadow:inset 0 1px #fff9}.post-detail-content .post-members-only__badge{display:inline-flex;align-items:center;gap:6px;margin:12px 16px 0;padding:4px 10px;border-radius:20px;background:#18a0581f;color:var(--j13-green);font-size:12px;font-weight:600;letter-spacing:.02em}.post-detail-content .post-members-only__badge-icon{display:inline-flex;align-items:center;justify-content:center}.post-detail-content .post-members-only__body{padding:12px 18px 18px}.post-detail-content .post-members-only__body--empty{color:var(--color-text-4);font-style:italic}.post-detail-content .post-members-only--locked{position:relative;border:1px solid rgba(24,160,88,.22);background:var(--j13-bg-surface)}.post-detail-content .post-members-only__locked-wrap{position:relative;min-height:160px}.post-detail-content .post-members-only__badge--locked{position:relative;z-index:2;background:#18a0581a}.post-detail-content .post-members-only__preview{position:relative;z-index:0;padding:8px 20px 20px;filter:blur(5px);opacity:.45;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.post-detail-content .post-members-only__preview-line{height:11px;margin-bottom:12px;border-radius:6px;background:linear-gradient(90deg,var(--j13-bg-block-muted) 0%,var(--color-fill-3) 100%)}.post-detail-content .post-members-only__preview-line--medium{width:88%}.post-detail-content .post-members-only__preview-line--short{width:62%;margin-bottom:0}.post-detail-content .post-members-only__gate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 20px 20px;gap:6px;background:linear-gradient(180deg,#ffffff8c,#ffffffe0 38%,#ffffffeb);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.post-detail-content .post-members-only__gate-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--j13-bg-surface);color:var(--color-text-3);border:1px solid var(--j13-border);margin-bottom:4px;box-shadow:var(--j13-shadow-soft)}.post-detail-content .post-members-only__gate-title{margin:0;font-size:15px;font-weight:600;color:var(--color-text-1)}.post-detail-content .post-members-only__gate-desc{margin:0 0 8px;font-size:13px;color:var(--color-text-3);line-height:1.5;max-width:280px}.post-detail-content .post-members-only__gate-btn{padding:8px 20px;border:none;border-radius:8px;background:var(--j13-green);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.post-detail-content .post-members-only__gate-btn:hover{background:var(--j13-green-hover);transform:translateY(-1px)}.post-detail-content .post-members-only__gate-alt{margin-top:4px;font-size:12px;color:var(--color-text-3)}.post-detail-content .post-members-only__gate-link{padding:0;border:none;background:none;color:var(--j13-green);font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.post-detail-content .post-members-only__gate-link:hover{color:var(--j13-green-hover)}.dark .post-detail-content .post-members-only--visible{border-color:#23c36b59;background:linear-gradient(135deg,#23c36b1a,#23c36b08);box-shadow:none}.dark .post-detail-content .post-members-only--locked{border-color:#23c36b40;background:var(--j13-bg-surface)}.dark .post-detail-content .post-members-only__gate{background:linear-gradient(180deg,#18181b80,#18181bd1 38%,#18181be6)}.dark .post-detail-content .post-members-only__preview-line{background:linear-gradient(90deg,var(--j13-bg-block-muted) 0%,rgba(255,255,255,.08) 100%)}.article-editor-tools .article-tool-btn--members{margin-left:6px;padding-left:8px;border-left:1px solid var(--j13-border-light);color:var(--j13-green)}.article-editor-tools .article-tool-btn--members:hover{background:var(--j13-green-bg);color:var(--j13-green-hover)}.post-detail-content strong,.post-detail-content b{font-weight:700;color:var(--color-text-1)}.post-detail-content em,.post-detail-content i{font-style:italic}.post-detail-content img{max-width:100%;border-radius:6px}.post-detail-content p{margin:0 0 12px}.post-detail-content p:last-child{margin-bottom:0}.post-detail-content a{color:var(--j13-green)}.post-detail-content blockquote{margin:12px 0;padding:8px 14px;border-left:3px solid var(--j13-green);background:var(--j13-bg-block-muted);color:var(--color-text-3);border-radius:0 6px 6px 0}.post-detail-content pre,.post-detail-content code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:13px}.post-detail-content pre{padding:12px;background:var(--j13-bg-block-muted);border-radius:6px;overflow-x:auto}.post-detail-content code{padding:2px 6px;background:var(--j13-bg-block-muted);border-radius:4px}.comment-section{display:flex;flex-direction:column;background:var(--j13-bg-surface);border:1px solid var(--j13-border-light);border-radius:12px;box-shadow:var(--j13-shadow-card);flex-shrink:0;overflow:hidden}.comment-section-bar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px 12px;font-size:15px;font-weight:600;flex-shrink:0;border-bottom:1px solid var(--j13-border-light)}.comment-section-bar:after{content:"";position:absolute;bottom:-1px;left:20px;width:36px;height:2px;background:var(--j13-green);border-radius:1px;transition:width .35s cubic-bezier(.4,0,.2,1)}.comment-section:hover .comment-section-bar:after{width:52px}.comment-section-title{color:var(--color-text-1)}.comment-section-count{font-size:13px;font-weight:400;color:var(--color-text-3)}.floor-jump-tools{display:flex;align-items:center;gap:4px}.comment-list-area{display:flex;flex-direction:column}.comment-empty{text-align:center;padding:48px 24px;color:var(--color-text-3)}.comment-empty-icon{font-size:32px;margin-bottom:8px;opacity:.6}.comment-empty p{margin:0;font-size:13px}.reply-bar{padding:12px 20px 16px;border-top:1px solid var(--j13-border-light);background:var(--j13-bg-block-muted);flex-shrink:0}.comment-box-wrap{padding:16px 20px;border-bottom:1px solid var(--j13-border-light);background:var(--j13-bg-surface);flex-shrink:0}.comment-box-wrap.inline{padding:12px 0 4px;border-bottom:none;background:transparent}.comment-box-wrap.inline .comment-box-avatar,.comment-box-wrap.inline .comment-box-avatar-img,.comment-box-wrap.inline .comment-box-avatar-placeholder{width:32px;height:32px;font-size:13px}.waline-comment-reply-btn.cancel{color:#e74c3c}.waline-comment-reply-btn.cancel:hover{color:#c0392b}.comment-box{display:flex;gap:12px;align-items:flex-start}.comment-box-avatar{flex-shrink:0}.comment-box-avatar-img,.comment-box-avatar-placeholder{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.comment-box-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:var(--j13-green);color:#fff;font-size:16px;font-weight:600}.comment-box-avatar-placeholder.guest{background:var(--color-fill-3);color:var(--color-text-3)}.comment-box-main{flex:1;min-width:0}.comment-box-reply-hint{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--j13-green);margin-bottom:8px}.comment-box-reply-cancel{border:none;background:none;color:var(--color-text-3);cursor:pointer;font-size:12px;padding:0}.comment-box-reply-cancel:hover{color:var(--color-text-1)}.comment-box-input-wrap{position:relative;border:1px solid var(--j13-border-light);border-radius:10px;background:var(--j13-bg-block);transition:border-color .2s,background .2s}.comment-box-input-wrap:focus-within{border-color:rgb(var(--primary-6))}.comment-box-input-wrap.private-mode{background:var(--j13-bg-block-muted);border-color:var(--j13-border)}.comment-box-textarea{display:block;width:100%;min-height:72px;max-height:200px;padding:10px 48px 10px 12px;border:none;outline:none;resize:vertical;font-size:14px;line-height:1.6;font-family:inherit;color:var(--color-text-1);background:transparent;box-sizing:border-box}.comment-box-textarea::-moz-placeholder{color:var(--color-text-4)}.comment-box-textarea::placeholder{color:var(--color-text-4)}.comment-box-send{position:absolute;right:8px;bottom:8px;width:32px;height:32px;border:none;border-radius:50%;background:#27c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .15s,opacity .15s}.comment-box-send:hover:not(:disabled){background:#1a9bd8}.comment-box-send:disabled{opacity:.45;cursor:not-allowed}.comment-box-guest-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 10px;margin-top:8px}.comment-box-guest-field{display:flex;flex-direction:column;gap:4px;min-width:0}.comment-box-guest-label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-3)}.comment-box-guest-required,.comment-box-guest-optional{font-style:normal;font-size:11px;line-height:1;padding:2px 6px;border-radius:4px}.comment-box-guest-required{color:rgb(var(--danger-6));background:color-mix(in srgb,rgb(var(--danger-6)) 12%,transparent)}.comment-box-guest-optional{color:var(--color-text-4);background:var(--color-fill-2)}.comment-box-guest-hint{grid-column:1 / -1;margin:0;font-size:12px;color:var(--color-text-4);line-height:1.5}.comment-box-guest-input{height:32px;padding:0 10px;border:1px solid var(--j13-border);border-radius:6px;font-size:13px;color:var(--color-text-1);background:var(--color-bg-1);outline:none;transition:border-color .2s}.comment-box-guest-input:focus{border-color:rgb(var(--primary-6))}.comment-box-guest-input::-moz-placeholder{color:var(--color-text-4)}.comment-box-guest-input::placeholder{color:var(--color-text-4)}.comment-box-toolbar{display:flex;align-items:center;gap:16px;margin-top:8px}.comment-box-owo{border:none;background:none;padding:2px 6px;font-size:13px;font-weight:600;color:var(--color-text-2);cursor:pointer;border-radius:4px;transition:background .15s,color .15s}.comment-box-owo:hover,.comment-box-owo.active{background:#27ccff1f;color:#27c}.comment-box-private{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.emoji-picker{display:grid;grid-template-columns:repeat(12,1fr);gap:2px;margin-top:8px;padding:10px;border:1px solid #dcdfe6;border-radius:8px;background:var(--color-bg-1);max-height:200px;overflow-y:auto;box-shadow:0 2px 12px #00000014}.emoji-picker-item{border:none;background:none;font-size:20px;line-height:1;padding:4px;cursor:pointer;border-radius:4px;transition:background .1s}.emoji-picker-item:hover{background:var(--color-fill-2)}.waline-comment{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid var(--j13-border-light)}.waline-comment.nested{padding:12px 0 0;border-bottom:none}.waline-comment.highlight{animation:floor-highlight 2s ease-out}@keyframes floor-highlight{0%,30%{background:var(--j13-green-bg)}to{background:transparent}}.waline-replies{margin-top:8px}.waline-comment.nested .waline-comment-avatar{width:32px;height:32px;font-size:13px}.waline-comment-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--j13-green);color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center}.waline-comment-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.waline-comment-avatar.guest{background:var(--color-fill-3);color:var(--color-text-3)}.waline-comment-main{flex:1;min-width:0}.waline-comment-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.waline-comment-author{font-size:14px;font-weight:600;color:var(--color-text-1);text-decoration:none}a.waline-comment-author:hover{color:var(--j13-green)}.waline-comment-bubble{padding:10px 14px;background:var(--j13-bg-block-muted);border-radius:10px;font-size:14px;line-height:1.65;color:var(--color-text-1);word-break:break-word}.waline-reply-at{display:block;color:#27c;font-weight:600;margin-bottom:4px;line-height:1.5}.waline-comment-private-mask{padding:14px 16px;text-align:center;font-size:13px;color:#999;line-height:1.5;border-radius:8px;background:repeating-linear-gradient(-45deg,#f6f6f6,#f6f6f6 8px,#ececec 8px,#ececec 16px)}.waline-comment-bubble .floor-body{font-size:inherit;line-height:inherit;word-break:break-word}.floor-body{font-size:14px;line-height:1.65;word-break:break-word}.waline-comment-bubble .quote-block{margin:6px 0;background:var(--j13-bg-block)}.waline-comment-meta{display:flex;align-items:center;gap:16px;margin-top:8px;font-size:12px;color:var(--color-text-3)}.waline-comment-date{display:flex;align-items:center;gap:4px}.waline-comment-reply-btn{display:flex;align-items:center;gap:4px;border:none;background:none;padding:0;font-size:12px;color:var(--color-text-3);cursor:pointer;transition:color .15s}.waline-comment-reply-btn:hover{color:var(--j13-green)}@media (max-width: 768px){.comment-box-wrap{padding:12px 14px}.comment-box-guest-fields{grid-template-columns:1fr}.emoji-picker{grid-template-columns:repeat(8,1fr)}.waline-comment{padding:12px 14px}}.mention{color:var(--j13-green);font-weight:600}.quote-block{border-left:3px solid var(--j13-green);padding:8px 12px;margin:6px 0 8px;background:var(--j13-bg-block-muted);font-size:13px;color:var(--color-text-3);border-radius:0 8px 8px 0;line-height:1.5;white-space:pre-wrap;word-break:break-word}.quote-block.clickable{cursor:pointer;transition:background .15s,border-color .15s}.quote-block.clickable:hover{background:var(--j13-green-bg);border-left-color:var(--j13-green-hover)}@media (max-width: 768px){.post-detail-page{padding:12px 14px 20px;gap:12px}.post-detail-header{padding:12px 14px 16px}.post-detail-title{font-size:17px}.post-detail-actions{margin-top:20px;padding-top:16px;gap:10px}.comment-section-bar{padding:12px 14px 10px}.comment-section-bar:after{left:14px;width:32px}.comment-section:hover .comment-section-bar:after{width:46px}}.widget-card{background:transparent;border:none;border-radius:0;box-shadow:none;margin-bottom:0;overflow:hidden;border-bottom:1px solid var(--j13-border-light);flex-shrink:0}.widget-card-head{padding:12px 16px 8px;font-size:13px;font-weight:600;border-bottom:none;background:transparent;color:var(--color-text-2)}.widget-card-body{padding:0 16px 14px}.widget-card--about{flex:1;display:flex;flex-direction:column;border-bottom:none;min-height:72px}.widget-card--about .widget-card-body{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px 16px}.widget-about-text{margin:0;font-size:12px;color:var(--color-text-3);line-height:1.65}.widget-about-text strong{display:block;margin-bottom:4px;color:var(--j13-green);font-size:13px}.widget-item{padding:6px 0;font-size:13px;cursor:pointer;border-bottom:1px solid var(--j13-border-light);display:flex;align-items:center;gap:6px}.widget-item:last-child{border-bottom:none}.widget-item:hover{color:var(--j13-green)}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-avatar-lg{width:72px;height:72px;border-radius:50%;background:var(--j13-green);color:#fff;font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-avatar-lg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-entry-card{border-color:color-mix(in srgb,var(--j13-green) 25%,var(--j13-border));background:var(--j13-bg-block-accent)}.auth-page{height:100%;min-height:100dvh;overflow-y:auto;display:flex;align-items:center;justify-content:center;background:var(--j13-bg-page);padding:24px}.auth-box{width:100%;max-width:400px;background:var(--j13-bg-surface);border:1px solid var(--j13-border);border-radius:12px;box-shadow:var(--j13-shadow-card);padding:32px}.auth-box .logo-mark{width:48px;height:48px;border-radius:12px;background:var(--j13-green);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.auth-box h1{text-align:center;font-size:20px;margin:0 0 4px}.auth-box .subtitle{text-align:center;font-size:13px;color:var(--color-text-3);margin-bottom:24px}.app-body--compose,.content-workspace--compose{background:var(--j13-bg-workspace)}.main-content--compose{overflow-y:auto;overflow-x:hidden}.compose-page{flex:1;display:flex;flex-direction:column;min-height:min(100%,100vh - var(--j13-header-h));overflow:visible;background:radial-gradient(ellipse 80% 50% at 50% -10%,var(--j13-green-bg),transparent),var(--j13-bg-workspace)}.compose-page--empty{align-items:center;justify-content:center}.compose-empty-card{text-align:center;padding:48px 40px;background:var(--j13-bg-surface);border:1px solid var(--j13-border);border-radius:16px;box-shadow:var(--j13-shadow-card);max-width:400px}.compose-empty-icon{width:56px;height:56px;margin:0 auto 20px;border-radius:14px;background:var(--j13-green-bg);color:var(--j13-green);font-size:24px;display:flex;align-items:center;justify-content:center}.compose-empty-card h2{margin:0 0 8px;font-size:18px;font-weight:600}.compose-empty-card p{margin:0 0 24px;font-size:14px;color:var(--color-text-3);line-height:1.5}.compose-primary-btn,.compose-ghost-btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:background .15s,transform .1s}.compose-primary-btn{background:var(--j13-green);color:#fff}.compose-primary-btn:hover{background:var(--j13-green-hover)}.compose-ghost-btn{background:var(--j13-bg-block-muted);color:var(--color-text-2)}.compose-canvas{flex:1;display:flex;flex-direction:column;min-height:min(100%,100vh - var(--j13-header-h));max-width:1200px;width:100%;margin:0 auto;padding:0 32px 32px}.compose-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px;flex-shrink:0}.compose-back{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--j13-border);border-radius:8px;background:var(--j13-bg-surface);color:var(--color-text-2);font-size:13px;cursor:pointer;transition:border-color .15s,color .15s,box-shadow .15s;box-shadow:var(--j13-shadow-soft)}.compose-back:hover{border-color:var(--j13-green);color:var(--j13-green)}.compose-publish-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:none;border-radius:8px;background:linear-gradient(135deg,var(--j13-green),var(--j13-green-hover));color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #18a0584d;transition:transform .1s,box-shadow .15s,opacity .15s}.compose-publish-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #18a05859}.compose-publish-btn:disabled{opacity:.65;cursor:not-allowed}.compose-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px;flex-shrink:0;flex-wrap:wrap}.compose-board-pills{display:flex;flex-wrap:wrap;gap:8px}.compose-board-pill{padding:6px 14px;border:1px solid var(--j13-border);border-radius:20px;background:var(--j13-bg-surface);color:var(--color-text-2);font-size:13px;cursor:pointer;transition:all .15s}.compose-board-pill:hover{border-color:var(--j13-green);color:var(--j13-green)}.compose-board-pill.active{background:var(--j13-green);border-color:var(--j13-green);color:#fff;font-weight:500}.compose-tags-field{display:flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--j13-border);border-radius:20px;background:var(--j13-bg-surface);min-width:220px;transition:border-color .15s}.compose-tags-field:focus-within{border-color:var(--j13-green)}.compose-tags-icon{color:var(--color-text-4);font-size:14px;flex-shrink:0}.compose-tags-field input{flex:1;border:none;background:transparent;outline:none;font-size:13px;color:var(--color-text-1);min-width:0}.compose-tags-field input::-moz-placeholder{color:var(--color-text-4)}.compose-tags-field input::placeholder{color:var(--color-text-4)}.compose-writing{flex:1;display:flex;flex-direction:column;background:var(--j13-bg-surface);border:1px solid var(--j13-border);border-radius:16px;box-shadow:var(--j13-shadow-card);padding:28px 32px 0;overflow:visible}.compose-title{width:100%;padding:0;border:none;background:transparent;font-size:32px;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--color-text-1);outline:none}.compose-title::-moz-placeholder{color:var(--color-text-4)}.compose-title::placeholder{color:var(--color-text-4)}.compose-subtitle{margin-top:8px;font-size:13px;color:var(--color-text-3)}.compose-subtitle strong{color:var(--j13-green);font-weight:500}.article-editor{flex:1;display:flex;flex-direction:column;margin-top:24px;border-top:1px solid var(--j13-border-light)}.article-editor-bar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 -32px;padding:10px 32px;flex-shrink:0;flex-wrap:wrap;background:var(--j13-bg-surface);border-bottom:1px solid var(--j13-border-light);box-shadow:0 4px 12px #0f172a0a}.article-editor-tools{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.article-tool-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--color-text-2);font-size:13px;cursor:pointer;transition:background .12s,color .12s}.article-tool-btn:hover{background:var(--j13-bg-block-muted);color:var(--j13-green)}.article-tool-btn.active{background:#18a0581f;color:var(--j13-green)}.article-tool-btn strong{font-size:12px;font-weight:700}.article-editor-body{flex:1;display:flex;flex-direction:column;min-height:280px}.article-editor-content{flex:1;display:flex;flex-direction:column}.article-editor-content .tiptap,.article-prosemirror{flex:1;min-height:280px;padding:12px 0;outline:none}.article-prosemirror p.is-editor-empty:first-child:before{color:var(--color-text-4);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.article-prosemirror a{color:var(--j13-green);text-decoration:underline;text-underline-offset:2px}.article-prosemirror img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.editor-members-only{margin:16px 0}.editor-members-only--selected{box-shadow:0 0 0 2px #18a05859}.article-editor-status{display:flex;align-items:center;justify-content:space-between;padding:10px 0 16px;border-top:1px solid var(--j13-border-light);font-size:12px;color:var(--color-text-4);flex-shrink:0}@media (max-width: 768px){.compose-canvas{padding:0 16px}.compose-writing{padding:20px 16px 0;border-radius:12px}.article-editor-bar{margin:0 -16px;padding:10px 16px}.compose-title{font-size:24px}.compose-meta{flex-direction:column;align-items:stretch}.compose-tags-field{min-width:0}.compose-header{padding-top:12px}.compose-publish-btn span{display:none}}.page-loader{display:flex;flex:1;align-items:center;justify-content:center;gap:8px;min-height:240px;color:var(--j13-green);font-size:14px}.page-loader__dot{width:8px;height:8px;border-radius:50%;background:currentColor;animation:page-loader-pulse .9s ease-in-out infinite}@keyframes page-loader-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.admin-shell{min-height:100vh;background:hsl(var(--background))}.admin-topbar{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;border-bottom:1px solid var(--j13-border);background:hsl(var(--card))}.admin-topbar-brand{display:flex;align-items:center;gap:10px}.admin-topbar-mark{width:32px;height:32px;border-radius:8px;background:var(--j13-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.admin-topbar-title{font-size:14px;font-weight:600;line-height:1.2}.admin-topbar-sub{font-size:12px;color:hsl(var(--muted-foreground))}.admin-topbar-actions{display:flex;align-items:center;gap:12px}.admin-topbar-user{font-size:13px;color:hsl(var(--muted-foreground))}.admin-link-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--j13-green);background:none;border:none;cursor:pointer}.admin-body{display:flex;height:calc(100vh - 56px);overflow:hidden}.admin-sidebar{width:200px;flex-shrink:0;padding:16px 10px;border-right:1px solid var(--j13-border);background:hsl(var(--card));overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;margin-bottom:2px;border-radius:8px;font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none;transition:background .15s,color .15s}.admin-nav-item:hover{background:var(--j13-green-bg);color:var(--j13-green)}.admin-nav-item.active{background:var(--j13-green-bg);color:var(--j13-green);font-weight:600}.admin-main{flex:1;min-width:0;min-height:0;padding:24px;overflow-y:auto}.admin-page-head{margin-bottom:20px}.admin-page-head h1{font-size:22px;font-weight:700;margin-bottom:4px}.admin-page-head p{font-size:13px;color:hsl(var(--muted-foreground))}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:20px}.admin-stat-card{padding:16px;border-radius:10px;border:1px solid var(--j13-border);background:hsl(var(--card))}.admin-stat-value{font-size:24px;font-weight:700;color:var(--j13-green)}.admin-stat-label{font-size:12px;color:hsl(var(--muted-foreground));margin-top:4px}.admin-card{border:1px solid var(--j13-border);border-radius:10px;background:hsl(var(--card));margin-bottom:16px}.admin-card-body{padding:16px 20px 20px}.admin-card-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--j13-border);font-weight:600;font-size:14px}.admin-card-desc{padding:12px 16px 0;font-size:13px;color:hsl(var(--muted-foreground));line-height:1.5}.admin-card .admin-card-desc+button{margin:12px 16px 16px}.admin-form-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px 16px;font-size:13px}.admin-form-row label{color:hsl(var(--muted-foreground));white-space:nowrap}.admin-settings-page{max-width:880px;padding-bottom:24px}.admin-settings-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:20px;padding-bottom:0;border-bottom:1px solid var(--j13-border)}.admin-settings-tab{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;margin-bottom:-1px;border:none;border-bottom:2px solid transparent;background:none;font-size:13px;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;transition:color .15s,border-color .15s}.admin-settings-tab:hover{color:hsl(var(--foreground))}.admin-settings-tab.active{color:var(--j13-green);border-bottom-color:var(--j13-green)}.admin-settings-panel{display:flex;flex-direction:column;gap:0}.admin-settings-card{margin-bottom:0}.admin-settings-card-badge{font-size:12px;font-weight:500;color:hsl(var(--muted-foreground));padding:2px 8px;border-radius:999px;background:hsl(var(--muted) / .45)}.admin-settings-sections{display:flex;flex-direction:column;gap:20px}.admin-settings-section-head h3{font-size:13px;font-weight:600;margin-bottom:2px}.admin-settings-section-head p{font-size:12px;color:hsl(var(--muted-foreground));line-height:1.45;margin-bottom:10px}.admin-settings-table{border:1px solid var(--j13-border);border-radius:8px;overflow:hidden;background:hsl(var(--background))}.admin-settings-row{display:grid;grid-template-columns:140px 140px 1fr;align-items:center;gap:8px 16px;padding:10px 14px;border-bottom:1px solid var(--j13-border);font-size:13px}.admin-settings-row:last-child{border-bottom:none}.admin-settings-row-label{color:hsl(var(--foreground));font-weight:500}.admin-settings-row-input{display:flex;align-items:center;gap:8px}.admin-settings-input{width:88px;height:32px;padding-top:0;padding-bottom:0}.admin-settings-unit{font-size:12px;color:hsl(var(--muted-foreground));white-space:nowrap}.admin-settings-row-hint{font-size:12px;color:hsl(var(--muted-foreground))}.admin-settings-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:14px 16px;border:1px solid var(--j13-border);border-radius:10px;background:hsl(var(--card))}.admin-settings-bar p{margin:0;font-size:12px;color:hsl(var(--muted-foreground));line-height:1.45;max-width:420px}.admin-settings-filter-body{display:flex;flex-direction:column;gap:12px}.admin-settings-filter-tip{margin:0;font-size:12px;color:hsl(var(--muted-foreground));line-height:1.5}.admin-settings-filter-tip code,.admin-settings-backup-name code{font-size:11px;background:hsl(var(--muted));padding:1px 5px;border-radius:4px}.admin-settings-filter-textarea{min-height:320px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55;resize:vertical}.admin-settings-info{display:flex;flex-direction:column;gap:0}.admin-settings-info-row{display:grid;grid-template-columns:88px 1fr;gap:12px 16px;padding:10px 0;border-bottom:1px solid var(--j13-border);font-size:13px}.admin-settings-info-row:last-child{border-bottom:none;padding-bottom:0}.admin-settings-info-row:first-child{padding-top:0}.admin-settings-info-row dt{color:hsl(var(--muted-foreground))}.admin-settings-info-row dd{margin:0;word-break:break-all}.admin-settings-info-row dd code{font-size:12px;background:hsl(var(--muted));padding:2px 6px;border-radius:4px}.admin-settings-backup-body{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.admin-settings-backup-body>p{margin:0;font-size:13px;color:hsl(var(--muted-foreground));line-height:1.5}.admin-settings-backup-name{font-size:12px!important}@media (max-width: 640px){.admin-settings-row{grid-template-columns:1fr;gap:6px;padding:12px 14px}.admin-settings-row-hint{padding-left:0}.admin-settings-bar{flex-direction:column;align-items:stretch}.admin-settings-bar p{max-width:none}.admin-settings-info-row{grid-template-columns:1fr;gap:4px}}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--j13-border)}.admin-table th{font-weight:600;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .3)}.admin-table tr:last-child td{border-bottom:none}.admin-empty{padding:32px;text-align:center;color:hsl(var(--muted-foreground));font-size:13px}.admin-text-link{background:none;border:none;padding:0;color:var(--j13-green);cursor:pointer;font-size:inherit}.admin-text-link:hover{text-decoration:underline}.admin-search-bar{display:flex;gap:8px;margin-bottom:16px;max-width:480px}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border-top:1px solid var(--j13-border);font-size:13px}.admin-dl{padding:16px;display:grid;grid-template-columns:120px 1fr;gap:10px 16px;font-size:13px}.admin-dl dt{color:hsl(var(--muted-foreground))}.admin-dl dd code{font-size:12px;background:hsl(var(--muted));padding:2px 6px;border-radius:4px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:bg-\[var\(--j13-green\)\][data-state=checked]{background-color:var(--j13-green)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:bg-orange-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(67 20 7 / var(--tw-bg-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:mt-0{margin-top:0}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px} diff --git a/embed_static/static/spa/assets/index-L-Mx2Hle.js b/embed_static/static/spa/assets/index-L-Mx2Hle.js deleted file mode 100644 index aaf35b0..0000000 --- a/embed_static/static/spa/assets/index-L-Mx2Hle.js +++ /dev/null @@ -1,2 +0,0 @@ -const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/HomePage-DGnsX5Gb.js","assets/react-vendor-CFzzFOsg.js","assets/virtual-vendor-DQlhmwRh.js","assets/badge-e5OBoJ6g.js","assets/PinnedIcon-CWAQCHB6.js","assets/ui-vendor-DGgNN2YO.js","assets/content-BrFHUpp8.js","assets/feedCache-D2GnU_BI.js","assets/PostDetailPage-Dr1Cbngv.js","assets/postContent-D-mW2yDF.js","assets/markdown-vendor-DxR1h-Bq.js","assets/LoginPage-DD0h8vBo.js","assets/form-xbbJUieP.js","assets/input-CIPYpxcv.js","assets/RegisterPage-DxlIbwrc.js","assets/ComposePage-BFRWOfPd.js","assets/BoardsManagePage-CQfZWFTe.js","assets/alert-dialog-Q1fPYDxo.js","assets/ProfilePage-CGuBSp7z.js","assets/FavoritesPage-rCUA1Lp6.js","assets/AdminDashboardPage-BPcWHcOy.js","assets/AdminPostsPage-D3j3Buvt.js","assets/AdminCommentsPage-DgkfVIER.js","assets/AdminUsersPage-C9r9nOl4.js","assets/AdminSettingsPage-DXmt4ZWZ.js"])))=>i.map(i=>d[i]); -var Cs=Object.defineProperty;var _s=(e,s,t)=>s in e?Cs(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var dt=(e,s,t)=>_s(e,typeof s!="symbol"?s+"":s,t);import{r as b,j as o,e as Ue,g as Et,i as Tt,O as Ct,k as u,m as Ps,N as Rs,B as zs,n as As,p as G,q as ut,t as Is}from"./react-vendor-CFzzFOsg.js";import{S as _t,C as Os,a as Pt,P as Ds,b as Rt,I as zt,c as At,d as It,e as Ms,R as Ot,f as Ls,L as Dt,g as Mt,h as Bs,T as $s,i as Fs,M as Vs,F as Gs,H as Us,j as Ws,k as Lt,l as Hs,m as Ys,n as qs,o as Ks,p as Bt,A as Js,q as Xs,r as Qs,s as Zs,U as eo,t as to,u as so}from"./ui-vendor-DGgNN2YO.js";(function(){const s=document.createElement("link").relList;if(s&&s.supports&&s.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const l of i)if(l.type==="childList")for(const n of l.addedNodes)n.tagName==="LINK"&&n.rel==="modulepreload"&&r(n)}).observe(document,{childList:!0,subtree:!0});function t(i){const l={};return i.integrity&&(l.integrity=i.integrity),i.referrerPolicy&&(l.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?l.credentials="include":i.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function r(i){if(i.ep)return;i.ep=!0;const l=t(i);fetch(i.href,l)}})();const $t="j13-theme";function Ft(){return localStorage.getItem($t)==="dark"?"dark":"light"}function Vt(e){const s=document.documentElement;s.classList.toggle("dark",e==="dark"),s.style.colorScheme=e,localStorage.setItem($t,e)}const oo="modulepreload",ro=function(e){return"/"+e},mt={},se=function(s,t,r){let i=Promise.resolve();if(t&&t.length>0){document.getElementsByTagName("link");const n=document.querySelector("meta[property=csp-nonce]"),d=(n==null?void 0:n.nonce)||(n==null?void 0:n.getAttribute("nonce"));i=Promise.allSettled(t.map(m=>{if(m=ro(m),m in mt)return;mt[m]=!0;const c=m.endsWith(".css"),y=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${y}`))return;const a=document.createElement("link");if(a.rel=c?"stylesheet":oo,c||(a.as="script"),a.crossOrigin="",a.href=m,d&&a.setAttribute("nonce",d),document.head.appendChild(a),c)return new Promise((E,C)=>{a.addEventListener("load",E),a.addEventListener("error",()=>C(new Error(`Unable to preload CSS for ${m}`)))})}))}function l(n){const d=new Event("vite:preloadError",{cancelable:!0});if(d.payload=n,window.dispatchEvent(d),!d.defaultPrevented)throw n}return i.then(n=>{for(const d of n||[])d.status==="rejected"&&l(d.reason);return s().catch(l)})},ao="";async function k(e,s={}){const t=await fetch(ao+e,{credentials:"same-origin",...s,headers:{...s.body instanceof FormData?{}:{"Content-Type":"application/json"},...s.headers}});let r;try{r=await t.json()}catch{throw new Error("服务器响应异常")}if(!t.ok)throw new Error(r.error||"请求失败");return r}const ye={me:()=>k("/api/me"),stats:()=>k("/api/stats"),boards:()=>k("/api/boards"),posts:e=>{const s=new URLSearchParams(e).toString();return k(`/api/posts?${s}`)},hotPosts:()=>k("/api/posts/hot"),post:e=>k(`/api/posts/${e}`),comments:(e,s)=>{const t=s!=null&&s.length?`?my_ids=${s.join(",")}`:"";return k(`/api/posts/${e}/comments${t}`)},notifications:()=>k("/api/notifications"),online:()=>k("/api/online"),presence:()=>k("/api/presence",{method:"POST"}),favorites:()=>k("/api/favorites"),createBoard:e=>k("/api/admin/boards",{method:"POST",body:JSON.stringify(e)}),updateBoard:(e,s)=>k(`/api/admin/boards/${e}`,{method:"PUT",body:JSON.stringify(s)}),deleteBoard:e=>k(`/api/admin/boards/${e}`,{method:"DELETE"}),adminDashboard:()=>k("/api/admin/dashboard"),adminSettings:()=>k("/api/admin/settings"),adminPosts:e=>{const s=new URLSearchParams;e.page&&s.set("page",String(e.page)),e.keyword&&s.set("keyword",e.keyword);const t=s.toString();return k(`/api/admin/posts${t?`?${t}`:""}`)},adminPinPost:(e,s)=>k(`/api/admin/posts/${e}/pin`,{method:"POST",body:JSON.stringify({pinned:s})}),adminLockPost:(e,s)=>k(`/api/admin/posts/${e}/lock`,{method:"POST",body:JSON.stringify({locked:s})}),adminUpdateForumSettings:e=>k("/api/admin/settings/forum",{method:"PUT",body:JSON.stringify(e)}),postRevisions:e=>k(`/api/posts/${e}/revisions`),postRevision:(e,s)=>k(`/api/posts/${e}/revisions/${s}`),adminDeletePost:e=>k(`/api/admin/posts/${e}`,{method:"DELETE"}),adminComments:(e=1)=>k(`/api/admin/comments?page=${e}`),adminDeleteComment:e=>k(`/api/admin/comments/${e}`,{method:"DELETE"}),adminUsers:(e=1)=>k(`/api/admin/users?page=${e}`),adminBanUser:(e,s)=>k(`/api/admin/users/${e}/ban`,{method:"POST",body:JSON.stringify({banned:s})}),adminBackup:()=>k("/api/admin/backup",{method:"POST"}),updateNickname:e=>{const s=new FormData;return s.append("nickname",e),k("/api/profile/nickname",{method:"POST",body:s,headers:{}})},updatePassword:(e,s)=>{const t=new FormData;return t.append("old_password",e),t.append("new_password",s),k("/api/profile/password",{method:"POST",body:t,headers:{}})},uploadAvatar:e=>{const s=new FormData;return s.append("avatar",e),k("/api/profile/avatar",{method:"POST",body:s,headers:{}})},createPost:e=>{const s=new FormData;return s.append("board_id",e.board_id),s.append("title",e.title),s.append("content",e.content),s.append("tags",e.tags||""),k("/api/posts",{method:"POST",body:s,headers:{}})},updatePost:(e,s)=>{const t=new FormData;return t.append("title",s.title),t.append("content",s.content),t.append("tags",s.tags||""),k(`/api/posts/${e}`,{method:"PUT",body:t,headers:{}})},login:(e,s)=>{const t=new FormData;return t.append("username",e),t.append("password",s),k("/api/login",{method:"POST",body:t,headers:{}})},register:(e,s,t)=>{const r=new FormData;return r.append("username",e),r.append("password",s),r.append("nickname",t),k("/api/register",{method:"POST",body:r,headers:{}})},logout:()=>k("/api/logout",{method:"POST"}),like:e=>k(`/api/posts/${e}/like`,{method:"POST"}),favorite:e=>k(`/api/posts/${e}/favorite`,{method:"POST"}),addComment:(e,s)=>{const t=new FormData;return t.append("content",s.content),s.replyTo&&t.append("reply_to",String(s.replyTo)),s.guestNick&&t.append("guest_nick",s.guestNick),s.guestEmail&&t.append("guest_email",s.guestEmail),s.guestUrl&&t.append("guest_url",s.guestUrl),s.isPrivate&&t.append("is_private","1"),k(`/api/posts/${e}/comments`,{method:"POST",body:t,headers:{}})},ping:()=>k("/api/ping",{method:"POST"})},Gt=b.createContext({user:null,loading:!0,refresh:async()=>{},logout:async()=>{}});function no({children:e}){const[s,t]=b.useState(null),[r,i]=b.useState(!0),l=b.useCallback(async()=>{try{const d=await ye.me();t(d.user??null)}catch{t(null)}finally{i(!1)}},[]);b.useEffect(()=>{l()},[l]);const n=async()=>{await ye.logout(),t(null)};return o.jsx(Gt.Provider,{value:{user:s,loading:r,refresh:l,logout:n},children:e})}const We=()=>b.useContext(Gt),Ut=b.createContext({theme:"light",toggle:()=>{}});function io({children:e}){const[s,t]=b.useState(Ft);b.useLayoutEffect(()=>{Vt(s)},[s]);const r=()=>t(i=>i==="light"?"dark":"light");return o.jsx(Ut.Provider,{value:{theme:s,toggle:r},children:e})}const Wt=()=>b.useContext(Ut);function lo(e){const[s,t]=b.useState(()=>window.matchMedia(e).matches);return b.useLayoutEffect(()=>{const r=window.matchMedia(e),i=()=>t(r.matches);return r.addEventListener("change",i),()=>r.removeEventListener("change",i)},[e]),s}function xe(){return o.jsxs("div",{className:"page-loader",role:"status","aria-live":"polite",children:[o.jsx("span",{className:"page-loader__dot"}),"加载中…"]})}function Ht(e){var s,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(s=0;s{const t=new Array(e.length+s.length);for(let r=0;r({classGroupId:e,validator:s}),qt=(e=new Map,s=null,t)=>({nextPart:e,validators:s,classGroupId:t}),Ve="-",pt=[],mo="arbitrary..",po=e=>{const s=ho(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:n=>{if(n.startsWith("[")&&n.endsWith("]"))return fo(n);const d=n.split(Ve),m=d[0]===""&&d.length>1?1:0;return Kt(d,m,s)},getConflictingClassGroupIds:(n,d)=>{if(d){const m=r[n],c=t[n];return m?c?co(c,m):m:c||pt}return t[n]||pt}}},Kt=(e,s,t)=>{if(e.length-s===0)return t.classGroupId;const i=e[s],l=t.nextPart.get(i);if(l){const c=Kt(e,s+1,l);if(c)return c}const n=t.validators;if(n===null)return;const d=s===0?e.join(Ve):e.slice(s).join(Ve),m=n.length;for(let c=0;ce.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const s=e.slice(1,-1),t=s.indexOf(":"),r=s.slice(0,t);return r?mo+r:void 0})(),ho=e=>{const{theme:s,classGroups:t}=e;return go(t,s)},go=(e,s)=>{const t=qt();for(const r in e){const i=e[r];Ze(i,t,r,s)}return t},Ze=(e,s,t,r)=>{const i=e.length;for(let l=0;l{if(typeof e=="string"){xo(e,s,t);return}if(typeof e=="function"){yo(e,s,t,r);return}vo(e,s,t,r)},xo=(e,s,t)=>{const r=e===""?s:Jt(s,e);r.classGroupId=t},yo=(e,s,t,r)=>{if(wo(e)){Ze(e(r),s,t,r);return}s.validators===null&&(s.validators=[]),s.validators.push(uo(t,e))},vo=(e,s,t,r)=>{const i=Object.entries(e),l=i.length;for(let n=0;n{let t=e;const r=s.split(Ve),i=r.length;for(let l=0;l"isThemeGetter"in e&&e.isThemeGetter===!0,ko=e=>{if(e<1)return{get:()=>{},set:()=>{}};let s=0,t=Object.create(null),r=Object.create(null);const i=(l,n)=>{t[l]=n,s++,s>e&&(s=0,r=t,t=Object.create(null))};return{get(l){let n=t[l];if(n!==void 0)return n;if((n=r[l])!==void 0)return i(l,n),n},set(l,n){l in t?t[l]=n:i(l,n)}}},Je="!",ft=":",jo=[],ht=(e,s,t,r,i)=>({modifiers:e,hasImportantModifier:s,baseClassName:t,maybePostfixModifierPosition:r,isExternal:i}),So=e=>{const{prefix:s,experimentalParseClassName:t}=e;let r=i=>{const l=[];let n=0,d=0,m=0,c;const y=i.length;for(let O=0;Om?c-m:void 0;return ht(l,C,E,P)};if(s){const i=s+ft,l=r;r=n=>n.startsWith(i)?l(n.slice(i.length)):ht(jo,!1,n,void 0,!0)}if(t){const i=r;r=l=>t({className:l,parseClassName:i})}return r},No=e=>{const s=new Map;return e.orderSensitiveModifiers.forEach((t,r)=>{s.set(t,1e6+r)}),t=>{const r=[];let i=[];for(let l=0;l0&&(i.sort(),r.push(...i),i=[]),r.push(n)):i.push(n)}return i.length>0&&(i.sort(),r.push(...i)),r}},Eo=e=>({cache:ko(e.cacheSize),parseClassName:So(e),sortModifiers:No(e),postfixLookupClassGroupIds:To(e),...po(e)}),To=e=>{const s=Object.create(null),t=e.postfixLookupClassGroups;if(t)for(let r=0;r{const{parseClassName:t,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:l,postfixLookupClassGroupIds:n}=s,d=[],m=e.trim().split(Co);let c="";for(let y=m.length-1;y>=0;y-=1){const a=m[y],{isExternal:E,modifiers:C,hasImportantModifier:P,baseClassName:O,maybePostfixModifierPosition:I}=t(a);if(E){c=a+(c.length>0?" "+c:c);continue}let N=!!I,L;if(N){const D=O.substring(0,I);L=r(D);const p=L&&n[L]?r(O):void 0;p&&p!==L&&(L=p,N=!1)}else L=r(O);if(!L){if(!N){c=a+(c.length>0?" "+c:c);continue}if(L=r(O),!L){c=a+(c.length>0?" "+c:c);continue}N=!1}const q=C.length===0?"":C.length===1?C[0]:l(C).join(":"),Z=P?q+Je:q,oe=Z+L;if(d.indexOf(oe)>-1)continue;d.push(oe);const B=i(L,N);for(let D=0;D0?" "+c:c)}return c},Po=(...e)=>{let s=0,t,r,i="";for(;s{if(typeof e=="string")return e;let s,t="";for(let r=0;r{let t,r,i,l;const n=m=>{const c=s.reduce((y,a)=>a(y),e());return t=Eo(c),r=t.cache.get,i=t.cache.set,l=d,d(m)},d=m=>{const c=r(m);if(c)return c;const y=_o(m,t);return i(m,y),y};return l=n,(...m)=>l(Po(...m))},zo=[],$=e=>{const s=t=>t[e]||zo;return s.isThemeGetter=!0,s},Qt=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Zt=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Ao=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Io=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Oo=/\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$/,Do=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Mo=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Lo=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ke=e=>Ao.test(e),j=e=>!!e&&!Number.isNaN(Number(e)),pe=e=>!!e&&Number.isInteger(Number(e)),qe=e=>e.endsWith("%")&&j(e.slice(0,-1)),be=e=>Io.test(e),es=()=>!0,Bo=e=>Oo.test(e)&&!Do.test(e),et=()=>!1,$o=e=>Mo.test(e),Fo=e=>Lo.test(e),Vo=e=>!h(e)&&!g(e),Go=e=>e.startsWith("@container")&&(e[10]==="/"&&e[11]!==void 0||e[11]==="s"&&e[16]!==void 0&&e.startsWith("-size/",10)||e[11]==="n"&&e[18]!==void 0&&e.startsWith("-normal/",10)),Uo=e=>je(e,os,et),h=e=>Qt.test(e),Te=e=>je(e,rs,Bo),gt=e=>je(e,Qo,j),Wo=e=>je(e,ns,es),Ho=e=>je(e,as,et),bt=e=>je(e,ts,et),Yo=e=>je(e,ss,Fo),Be=e=>je(e,is,$o),g=e=>Zt.test(e),Ie=e=>Ce(e,rs),qo=e=>Ce(e,as),xt=e=>Ce(e,ts),Ko=e=>Ce(e,os),Jo=e=>Ce(e,ss),$e=e=>Ce(e,is,!0),Xo=e=>Ce(e,ns,!0),je=(e,s,t)=>{const r=Qt.exec(e);return r?r[1]?s(r[1]):t(r[2]):!1},Ce=(e,s,t=!1)=>{const r=Zt.exec(e);return r?r[1]?s(r[1]):t:!1},ts=e=>e==="position"||e==="percentage",ss=e=>e==="image"||e==="url",os=e=>e==="length"||e==="size"||e==="bg-size",rs=e=>e==="length",Qo=e=>e==="number",as=e=>e==="family-name",ns=e=>e==="number"||e==="weight",is=e=>e==="shadow",Zo=()=>{const e=$("color"),s=$("font"),t=$("text"),r=$("font-weight"),i=$("tracking"),l=$("leading"),n=$("breakpoint"),d=$("container"),m=$("spacing"),c=$("radius"),y=$("shadow"),a=$("inset-shadow"),E=$("text-shadow"),C=$("drop-shadow"),P=$("blur"),O=$("perspective"),I=$("aspect"),N=$("ease"),L=$("animate"),q=()=>["auto","avoid","all","avoid-page","page","left","right","column"],Z=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],oe=()=>[...Z(),g,h],B=()=>["auto","hidden","clip","visible","scroll"],D=()=>["auto","contain","none"],p=()=>[g,h,m],M=()=>[ke,"full","auto",...p()],de=()=>[pe,"none","subgrid",g,h],ae=()=>["auto",{span:["full",pe,g,h]},pe,g,h],K=()=>[pe,"auto",g,h],H=()=>["auto","min","max","fr",g,h],ue=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],Y=()=>["start","end","center","stretch","center-safe","end-safe"],v=()=>["auto",...p()],x=()=>[ke,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...p()],F=()=>[ke,"screen","full","dvw","lvw","svw","min","max","fit",...p()],J=()=>[ke,"screen","full","lh","dvh","lvh","svh","min","max","fit",...p()],f=()=>[e,g,h],me=()=>[...Z(),xt,bt,{position:[g,h]}],Se=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",Ko,Uo,{size:[g,h]}],z=()=>[qe,Ie,Te],S=()=>["","none","full",c,g,h],_=()=>["",j,Ie,Te],ne=()=>["solid","dashed","dotted","double"],R=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],A=()=>[j,qe,xt,bt],Ne=()=>["","none",P,g,h],he=()=>["none",j,g,h],ie=()=>["none",j,g,h],ze=()=>[j,g,h],ve=()=>[ke,"full",...p()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[be],breakpoint:[be],color:[es],container:[be],"drop-shadow":[be],ease:["in","out","in-out"],font:[Vo],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[be],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[be],shadow:[be],spacing:["px",j],text:[be],"text-shadow":[be],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",ke,h,g,I]}],container:["container"],"container-type":[{"@container":["","normal","size",g,h]}],"container-named":[Go],columns:[{columns:[j,h,g,d]}],"break-after":[{"break-after":q()}],"break-before":[{"break-before":q()}],"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:oe()}],overflow:[{overflow:B()}],"overflow-x":[{"overflow-x":B()}],"overflow-y":[{"overflow-y":B()}],overscroll:[{overscroll:D()}],"overscroll-x":[{"overscroll-x":D()}],"overscroll-y":[{"overscroll-y":D()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:M()}],"inset-x":[{"inset-x":M()}],"inset-y":[{"inset-y":M()}],start:[{"inset-s":M(),start:M()}],end:[{"inset-e":M(),end:M()}],"inset-bs":[{"inset-bs":M()}],"inset-be":[{"inset-be":M()}],top:[{top:M()}],right:[{right:M()}],bottom:[{bottom:M()}],left:[{left:M()}],visibility:["visible","invisible","collapse"],z:[{z:[pe,"auto",g,h]}],basis:[{basis:[ke,"full","auto",d,...p()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[j,ke,"auto","initial","none",h]}],grow:[{grow:["",j,g,h]}],shrink:[{shrink:["",j,g,h]}],order:[{order:[pe,"first","last","none",g,h]}],"grid-cols":[{"grid-cols":de()}],"col-start-end":[{col:ae()}],"col-start":[{"col-start":K()}],"col-end":[{"col-end":K()}],"grid-rows":[{"grid-rows":de()}],"row-start-end":[{row:ae()}],"row-start":[{"row-start":K()}],"row-end":[{"row-end":K()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":H()}],"auto-rows":[{"auto-rows":H()}],gap:[{gap:p()}],"gap-x":[{"gap-x":p()}],"gap-y":[{"gap-y":p()}],"justify-content":[{justify:[...ue(),"normal"]}],"justify-items":[{"justify-items":[...Y(),"normal"]}],"justify-self":[{"justify-self":["auto",...Y()]}],"align-content":[{content:["normal",...ue()]}],"align-items":[{items:[...Y(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...Y(),{baseline:["","last"]}]}],"place-content":[{"place-content":ue()}],"place-items":[{"place-items":[...Y(),"baseline"]}],"place-self":[{"place-self":["auto",...Y()]}],p:[{p:p()}],px:[{px:p()}],py:[{py:p()}],ps:[{ps:p()}],pe:[{pe:p()}],pbs:[{pbs:p()}],pbe:[{pbe:p()}],pt:[{pt:p()}],pr:[{pr:p()}],pb:[{pb:p()}],pl:[{pl:p()}],m:[{m:v()}],mx:[{mx:v()}],my:[{my:v()}],ms:[{ms:v()}],me:[{me:v()}],mbs:[{mbs:v()}],mbe:[{mbe:v()}],mt:[{mt:v()}],mr:[{mr:v()}],mb:[{mb:v()}],ml:[{ml:v()}],"space-x":[{"space-x":p()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":p()}],"space-y-reverse":["space-y-reverse"],size:[{size:x()}],"inline-size":[{inline:["auto",...F()]}],"min-inline-size":[{"min-inline":["auto",...F()]}],"max-inline-size":[{"max-inline":["none",...F()]}],"block-size":[{block:["auto",...J()]}],"min-block-size":[{"min-block":["auto",...J()]}],"max-block-size":[{"max-block":["none",...J()]}],w:[{w:[d,"screen",...x()]}],"min-w":[{"min-w":[d,"screen","none",...x()]}],"max-w":[{"max-w":[d,"screen","none","prose",{screen:[n]},...x()]}],h:[{h:["screen","lh",...x()]}],"min-h":[{"min-h":["screen","lh","none",...x()]}],"max-h":[{"max-h":["screen","lh",...x()]}],"font-size":[{text:["base",t,Ie,Te]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,Xo,Wo]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",qe,h]}],"font-family":[{font:[qo,Ho,s]}],"font-features":[{"font-features":[h]}],"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:[i,g,h]}],"line-clamp":[{"line-clamp":[j,"none",g,gt]}],leading:[{leading:[l,...p()]}],"list-image":[{"list-image":["none",g,h]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",g,h]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:f()}],"text-color":[{text:f()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...ne(),"wavy"]}],"text-decoration-thickness":[{decoration:[j,"from-font","auto",g,Te]}],"text-decoration-color":[{decoration:f()}],"underline-offset":[{"underline-offset":[j,"auto",g,h]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:p()}],"tab-size":[{tab:[pe,g,h]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",g,h]}],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",g,h]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:me()}],"bg-repeat":[{bg:Se()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},pe,g,h],radial:["",g,h],conic:[pe,g,h]},Jo,Yo]}],"bg-color":[{bg:f()}],"gradient-from-pos":[{from:z()}],"gradient-via-pos":[{via:z()}],"gradient-to-pos":[{to:z()}],"gradient-from":[{from:f()}],"gradient-via":[{via:f()}],"gradient-to":[{to:f()}],rounded:[{rounded:S()}],"rounded-s":[{"rounded-s":S()}],"rounded-e":[{"rounded-e":S()}],"rounded-t":[{"rounded-t":S()}],"rounded-r":[{"rounded-r":S()}],"rounded-b":[{"rounded-b":S()}],"rounded-l":[{"rounded-l":S()}],"rounded-ss":[{"rounded-ss":S()}],"rounded-se":[{"rounded-se":S()}],"rounded-ee":[{"rounded-ee":S()}],"rounded-es":[{"rounded-es":S()}],"rounded-tl":[{"rounded-tl":S()}],"rounded-tr":[{"rounded-tr":S()}],"rounded-br":[{"rounded-br":S()}],"rounded-bl":[{"rounded-bl":S()}],"border-w":[{border:_()}],"border-w-x":[{"border-x":_()}],"border-w-y":[{"border-y":_()}],"border-w-s":[{"border-s":_()}],"border-w-e":[{"border-e":_()}],"border-w-bs":[{"border-bs":_()}],"border-w-be":[{"border-be":_()}],"border-w-t":[{"border-t":_()}],"border-w-r":[{"border-r":_()}],"border-w-b":[{"border-b":_()}],"border-w-l":[{"border-l":_()}],"divide-x":[{"divide-x":_()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":_()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...ne(),"hidden","none"]}],"divide-style":[{divide:[...ne(),"hidden","none"]}],"border-color":[{border:f()}],"border-color-x":[{"border-x":f()}],"border-color-y":[{"border-y":f()}],"border-color-s":[{"border-s":f()}],"border-color-e":[{"border-e":f()}],"border-color-bs":[{"border-bs":f()}],"border-color-be":[{"border-be":f()}],"border-color-t":[{"border-t":f()}],"border-color-r":[{"border-r":f()}],"border-color-b":[{"border-b":f()}],"border-color-l":[{"border-l":f()}],"divide-color":[{divide:f()}],"outline-style":[{outline:[...ne(),"none","hidden"]}],"outline-offset":[{"outline-offset":[j,g,h]}],"outline-w":[{outline:["",j,Ie,Te]}],"outline-color":[{outline:f()}],shadow:[{shadow:["","none",y,$e,Be]}],"shadow-color":[{shadow:f()}],"inset-shadow":[{"inset-shadow":["none",a,$e,Be]}],"inset-shadow-color":[{"inset-shadow":f()}],"ring-w":[{ring:_()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:f()}],"ring-offset-w":[{"ring-offset":[j,Te]}],"ring-offset-color":[{"ring-offset":f()}],"inset-ring-w":[{"inset-ring":_()}],"inset-ring-color":[{"inset-ring":f()}],"text-shadow":[{"text-shadow":["none",E,$e,Be]}],"text-shadow-color":[{"text-shadow":f()}],opacity:[{opacity:[j,g,h]}],"mix-blend":[{"mix-blend":[...R(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":R()}],"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":[j]}],"mask-image-linear-from-pos":[{"mask-linear-from":A()}],"mask-image-linear-to-pos":[{"mask-linear-to":A()}],"mask-image-linear-from-color":[{"mask-linear-from":f()}],"mask-image-linear-to-color":[{"mask-linear-to":f()}],"mask-image-t-from-pos":[{"mask-t-from":A()}],"mask-image-t-to-pos":[{"mask-t-to":A()}],"mask-image-t-from-color":[{"mask-t-from":f()}],"mask-image-t-to-color":[{"mask-t-to":f()}],"mask-image-r-from-pos":[{"mask-r-from":A()}],"mask-image-r-to-pos":[{"mask-r-to":A()}],"mask-image-r-from-color":[{"mask-r-from":f()}],"mask-image-r-to-color":[{"mask-r-to":f()}],"mask-image-b-from-pos":[{"mask-b-from":A()}],"mask-image-b-to-pos":[{"mask-b-to":A()}],"mask-image-b-from-color":[{"mask-b-from":f()}],"mask-image-b-to-color":[{"mask-b-to":f()}],"mask-image-l-from-pos":[{"mask-l-from":A()}],"mask-image-l-to-pos":[{"mask-l-to":A()}],"mask-image-l-from-color":[{"mask-l-from":f()}],"mask-image-l-to-color":[{"mask-l-to":f()}],"mask-image-x-from-pos":[{"mask-x-from":A()}],"mask-image-x-to-pos":[{"mask-x-to":A()}],"mask-image-x-from-color":[{"mask-x-from":f()}],"mask-image-x-to-color":[{"mask-x-to":f()}],"mask-image-y-from-pos":[{"mask-y-from":A()}],"mask-image-y-to-pos":[{"mask-y-to":A()}],"mask-image-y-from-color":[{"mask-y-from":f()}],"mask-image-y-to-color":[{"mask-y-to":f()}],"mask-image-radial":[{"mask-radial":[g,h]}],"mask-image-radial-from-pos":[{"mask-radial-from":A()}],"mask-image-radial-to-pos":[{"mask-radial-to":A()}],"mask-image-radial-from-color":[{"mask-radial-from":f()}],"mask-image-radial-to-color":[{"mask-radial-to":f()}],"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":Z()}],"mask-image-conic-pos":[{"mask-conic":[j]}],"mask-image-conic-from-pos":[{"mask-conic-from":A()}],"mask-image-conic-to-pos":[{"mask-conic-to":A()}],"mask-image-conic-from-color":[{"mask-conic-from":f()}],"mask-image-conic-to-color":[{"mask-conic-to":f()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:me()}],"mask-repeat":[{mask:Se()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",g,h]}],filter:[{filter:["","none",g,h]}],blur:[{blur:Ne()}],brightness:[{brightness:[j,g,h]}],contrast:[{contrast:[j,g,h]}],"drop-shadow":[{"drop-shadow":["","none",C,$e,Be]}],"drop-shadow-color":[{"drop-shadow":f()}],grayscale:[{grayscale:["",j,g,h]}],"hue-rotate":[{"hue-rotate":[j,g,h]}],invert:[{invert:["",j,g,h]}],saturate:[{saturate:[j,g,h]}],sepia:[{sepia:["",j,g,h]}],"backdrop-filter":[{"backdrop-filter":["","none",g,h]}],"backdrop-blur":[{"backdrop-blur":Ne()}],"backdrop-brightness":[{"backdrop-brightness":[j,g,h]}],"backdrop-contrast":[{"backdrop-contrast":[j,g,h]}],"backdrop-grayscale":[{"backdrop-grayscale":["",j,g,h]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[j,g,h]}],"backdrop-invert":[{"backdrop-invert":["",j,g,h]}],"backdrop-opacity":[{"backdrop-opacity":[j,g,h]}],"backdrop-saturate":[{"backdrop-saturate":[j,g,h]}],"backdrop-sepia":[{"backdrop-sepia":["",j,g,h]}],"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",g,h]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[j,"initial",g,h]}],ease:[{ease:["linear","initial",N,g,h]}],delay:[{delay:[j,g,h]}],animate:[{animate:["none",L,g,h]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[O,g,h]}],"perspective-origin":[{"perspective-origin":oe()}],rotate:[{rotate:he()}],"rotate-x":[{"rotate-x":he()}],"rotate-y":[{"rotate-y":he()}],"rotate-z":[{"rotate-z":he()}],scale:[{scale:ie()}],"scale-x":[{"scale-x":ie()}],"scale-y":[{"scale-y":ie()}],"scale-z":[{"scale-z":ie()}],"scale-3d":["scale-3d"],skew:[{skew:ze()}],"skew-x":[{"skew-x":ze()}],"skew-y":[{"skew-y":ze()}],transform:[{transform:[g,h,"","none","gpu","cpu"]}],"transform-origin":[{origin:oe()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ve()}],"translate-x":[{"translate-x":ve()}],"translate-y":[{"translate-y":ve()}],"translate-z":[{"translate-z":ve()}],"translate-none":["translate-none"],zoom:[{zoom:[pe,g,h]}],accent:[{accent:f()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:f()}],"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",g,h]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scrollbar-thumb-color":[{"scrollbar-thumb":f()}],"scrollbar-track-color":[{"scrollbar-track":f()}],"scrollbar-gutter":[{"scrollbar-gutter":["auto","stable","both"]}],"scrollbar-w":[{scrollbar:["auto","thin","none"]}],"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-mbs":[{"scroll-mbs":p()}],"scroll-mbe":[{"scroll-mbe":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-pbs":[{"scroll-pbs":p()}],"scroll-pbe":[{"scroll-pbe":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",g,h]}],fill:[{fill:["none",...f()]}],"stroke-w":[{stroke:[j,Ie,Te,gt]}],stroke:[{stroke:["none",...f()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{"container-named":["container-type"],overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","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","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","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-bs","border-w-be","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-bs","border-color-be","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-mbs","scroll-mbe","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-pbs","scroll-pbe","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"]},postfixLookupClassGroups:["container-type"],orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},er=Ro(Zo);function Q(...e){return er(Yt(e))}const tr=Bs,sr=$s,or=b.forwardRef(({className:e,inset:s,children:t,...r},i)=>o.jsxs(_t,{ref:i,className:Q("flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",s&&"pl-8",e),...r,children:[t,o.jsx(Os,{className:"ml-auto"})]}));or.displayName=_t.displayName;const rr=b.forwardRef(({className:e,...s},t)=>o.jsx(Pt,{ref:t,className:Q("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...s}));rr.displayName=Pt.displayName;const ls=b.forwardRef(({className:e,sideOffset:s=4,...t},r)=>o.jsx(Ds,{children:o.jsx(Rt,{ref:r,sideOffset:s,className:Q("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t})}));ls.displayName=Rt.displayName;const Oe=b.forwardRef(({className:e,inset:s,...t},r)=>o.jsx(zt,{ref:r,className:Q("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",s&&"pl-8",e),...t}));Oe.displayName=zt.displayName;const ar=b.forwardRef(({className:e,children:s,checked:t,...r},i)=>o.jsxs(At,{ref:i,className:Q("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:t,...r,children:[o.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:o.jsx(It,{children:o.jsx(Ms,{className:"h-4 w-4"})})}),s]}));ar.displayName=At.displayName;const nr=b.forwardRef(({className:e,children:s,...t},r)=>o.jsxs(Ot,{ref:r,className:Q("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...t,children:[o.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:o.jsx(It,{children:o.jsx(Ls,{className:"h-2 w-2 fill-current"})})}),s]}));nr.displayName=Ot.displayName;const ir=b.forwardRef(({className:e,inset:s,...t},r)=>o.jsx(Dt,{ref:r,className:Q("px-2 py-1.5 text-sm font-semibold",s&&"pl-8",e),...t}));ir.displayName=Dt.displayName;const Xe=b.forwardRef(({className:e,...s},t)=>o.jsx(Mt,{ref:t,className:Q("-mx-1 my-1 h-px bg-muted",e),...s}));Xe.displayName=Mt.displayName;const cs="j13-cache-boards",ds="j13-cache-stats";function us(e){try{const s=sessionStorage.getItem(e);return s?JSON.parse(s):null}catch{return null}}function ms(e,s){try{sessionStorage.setItem(e,JSON.stringify(s))}catch{}}function yt(){return us(cs)??[]}function vt(){return us(ds)}function lr(e){ms(cs,e)}function cr(e){ms(ds,e)}const dr=[{key:"latest",label:"最新发帖",hint:"按发布时间",icon:Fs},{key:"reply",label:"最新回复",hint:"最近有人回复",icon:Vs},{key:"hot",label:"热门讨论",hint:"按互动热度",icon:Gs}];function ps(e){return e==="reply"||e==="hot"?e:"latest"}function Ge(e,s="latest"){const t=new URLSearchParams;e&&t.set("board",String(e)),s!=="latest"&&t.set("sort",s);const r=t.toString();return r?`/?${r}`:"/"}function fa({value:e,onChange:s,postTotal:t}){return o.jsxs("div",{className:"feed-toolbar",children:[o.jsx("div",{className:"feed-sort-bar",role:"tablist","aria-label":"帖子排序",children:dr.map(({key:r,label:i,hint:l,icon:n})=>o.jsxs("button",{type:"button",role:"tab","aria-selected":e===r,title:`${i} · ${l}`,className:Q("feed-sort-tab",e===r&&"active"),onClick:()=>s(r),children:[o.jsx(n,{"aria-hidden":!0}),o.jsx("span",{className:"feed-sort-tab__label",children:i})]},r))}),t!=null&&o.jsxs("span",{className:"feed-toolbar__count",children:["共 ",t," 条"]})]})}const ur=["/post/","/profile"];function fs(e){return ur.some(s=>e.startsWith(s))}function mr(e,s){return fs(e)?null:e.startsWith("/favorites")?"favorites":e.startsWith("/admin")?"admin":s===0?"all":String(s)}function pr({boards:e,activeBoard:s,onSelectBoard:t}){const r=Ue(),i=Et(),[l]=Tt(),n=ps(l.get("sort")),{user:d}=We(),m=(d==null?void 0:d.role)==="admin",c=mr(i.pathname,s),y=(a,E,C,P)=>o.jsxs("button",{type:"button",className:Q("sidebar-nav-item",c!=null&&c===a&&"active"),onClick:P,children:[C,o.jsx("span",{className:"flex-1 truncate",children:E})]},a);return o.jsxs("aside",{className:"sidebar",children:[o.jsx("div",{className:"sidebar-section",children:"浏览"}),o.jsxs("nav",{className:"sidebar-nav",children:[y("all","全部帖子",o.jsx(Us,{}),()=>{t(0),r(Ge(0,n))}),d&&y("favorites","我的收藏",o.jsx(Ws,{}),()=>r("/favorites"))]}),e.length>0&&o.jsxs(o.Fragment,{children:[o.jsx("div",{className:"sidebar-section",style:{marginTop:8},children:"板块"}),o.jsx("nav",{className:"sidebar-nav",children:e.map(a=>o.jsx("button",{type:"button",className:Q("sidebar-nav-item",c!=null&&c===String(a.id)&&"active"),onClick:()=>{t(a.id),r(Ge(a.id,n))},children:o.jsx("span",{className:"flex-1 truncate",children:a.name})},a.id))})]}),m&&o.jsxs(o.Fragment,{children:[o.jsx("div",{className:"sidebar-section",style:{marginTop:8},children:"管理"}),o.jsx("nav",{className:"sidebar-nav",children:y("admin","管理后台",o.jsx(Lt,{}),()=>r("/admin/dashboard"))})]})]})}function fr({hot:e,notifications:s,online:t,onPostClick:r}){const i=(e==null?void 0:e.slice(0,8))??[],l=(s==null?void 0:s.slice(0,6))??[],n=(t==null?void 0:t.users)??[];return o.jsxs(o.Fragment,{children:[o.jsxs("div",{className:"widget-card",children:[o.jsx("div",{className:"widget-card-head",children:"🔥 热门帖子"}),o.jsx("div",{className:"widget-card-body",children:i.length===0?o.jsx("div",{style:{fontSize:13,color:"var(--color-text-3)",padding:"8px 0"},children:"暂无数据"}):i.map((d,m)=>o.jsxs("div",{className:"widget-item",onClick:()=>r(d.id),children:[o.jsx("span",{style:{color:m<3?"#e74c3c":"var(--color-text-3)",fontWeight:600,minWidth:18},children:m+1}),o.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.title})]},d.id))})]}),o.jsxs("div",{className:"widget-card",children:[o.jsx("div",{className:"widget-card-head",children:"📢 最新动态"}),o.jsx("div",{className:"widget-card-body",children:l.length===0?o.jsx("div",{style:{fontSize:13,color:"var(--color-text-3)",padding:"8px 0"},children:"暂无动态"}):l.map(d=>o.jsxs("div",{className:"widget-item",onClick:()=>r(d.id),children:[o.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.title}),o.jsx("span",{style:{fontSize:11,color:"var(--color-text-4)",flexShrink:0},children:d.created_at})]},d.id))})]}),o.jsxs("div",{className:"widget-card",children:[o.jsxs("div",{className:"widget-card-head",children:["👀 当前浏览 ",(t==null?void 0:t.count)??"—"," 人"]}),o.jsxs("div",{className:"widget-card-body",children:[o.jsxs("div",{style:{fontSize:12,color:"var(--color-text-3)",marginBottom:8},children:["会员 ",(t==null?void 0:t.members)??0," · 游客 ",(t==null?void 0:t.guests)??0]}),o.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:[n.map(d=>{var m;return o.jsx("span",{title:d.nickname,style:{width:28,height:28,borderRadius:"50%",background:"var(--j13-green)",color:"#fff",fontSize:12,display:"inline-flex",alignItems:"center",justifyContent:"center"},children:((m=d.nickname)==null?void 0:m[0])||"?"},d.id)}),n.length===0&&o.jsx("span",{style:{fontSize:13,color:"var(--color-text-3)"},children:"暂无会员在线"})]})]})]}),o.jsx("div",{className:"widget-card widget-card--about",children:o.jsx("div",{className:"widget-card-body",children:o.jsxs("p",{className:"widget-about-text",children:[o.jsx("strong",{children:"姜十三论坛"}),"拾三一隅,自在交流。轻量社区,专为小圈子打造。"]})})})]})}function hr(){var v;const{user:e,loading:s,logout:t}=We(),{theme:r,toggle:i}=Wt(),l=lo("(max-width: 768px)"),n=Ue(),d=Et(),[m]=Tt(),c=d.pathname.startsWith("/compose")||/\/post\/\d+\/edit$/.test(d.pathname),[y,a]=b.useState(()=>yt()),[E,C]=b.useState(()=>vt()),[P,O]=b.useState(()=>yt().length>0||!!vt()),[I,N]=b.useState([]),[L,q]=b.useState([]),[Z,oe]=b.useState(null),[B,D]=b.useState(Number(m.get("board"))||0),[p,M]=b.useState(m.get("keyword")||""),de=ps(m.get("sort"));b.useEffect(()=>{D(Number(m.get("board"))||0)},[m]),b.useEffect(()=>{M(m.get("keyword")||"")},[m]);const ae=b.useCallback(()=>{Promise.all([ye.boards().then(x=>{const F=x.boards??[];return a(F),lr(F),F}).catch(()=>[]),ye.stats().then(x=>(C(x),cr(x),x)).catch(()=>null)]).finally(()=>O(!0))},[]),K=b.useCallback(()=>{ye.online().then(x=>{oe({count:x.count??0,members:x.members??0,guests:x.guests??0,users:Array.isArray(x.users)?x.users:[]})}).catch(()=>{})},[]);b.useEffect(()=>{ae(),ye.hotPosts().then(f=>N(Array.isArray(f.posts)?f.posts:[])).catch(()=>{}),ye.notifications().then(f=>q(Array.isArray(f.notifications)?f.notifications:[])).catch(()=>{}),K(),ye.presence().catch(()=>{});const x=setInterval(K,3e4),F=setInterval(()=>ye.presence().catch(()=>{}),6e4),J=()=>ae();return window.addEventListener("boards-refresh",J),()=>{clearInterval(x),clearInterval(F),window.removeEventListener("boards-refresh",J)}},[ae,K]);const H=()=>{p.trim()?n(`/?keyword=${encodeURIComponent(p.trim())}`):n("/")},ue=((v=e==null?void 0:e.nickname)==null?void 0:v.charAt(0))||"?",Y=fs(d.pathname)?-1:B;return o.jsx("div",{className:"app-shell",children:o.jsxs("div",{className:"app-frame",children:[o.jsx("header",{className:"app-header",children:o.jsxs("div",{className:"header-inner",children:[o.jsxs("button",{type:"button",className:"header-brand",onClick:()=>n("/"),children:[o.jsx("span",{className:"header-logo-mark",children:"姜"}),!l&&o.jsx("span",{className:"header-logo-text",children:"姜十三论坛"})]}),!c&&o.jsxs("div",{className:"header-search-wrap",children:[o.jsx(Hs,{className:"header-search-icon",size:16}),o.jsx("input",{className:"header-search-input",type:"search",placeholder:"搜索帖子...",value:p,onChange:x=>M(x.target.value),onKeyDown:x=>x.key==="Enter"&&H()}),p&&o.jsx("button",{type:"button",className:"header-search-clear",onClick:()=>{M(""),n("/")},"aria-label":"清除搜索",children:"×"})]}),o.jsxs("div",{className:"header-actions",children:[!c&&o.jsxs("button",{type:"button",className:"header-compose-btn",onClick:()=>n(e?"/compose":"/login"),children:[o.jsx(Ys,{size:16}),!l&&o.jsx("span",{children:"发帖"})]}),o.jsxs("div",{className:"header-action-group",children:[o.jsx("button",{type:"button",className:"header-icon-btn",onClick:i,title:r==="light"?"切换暗色模式":"切换亮色模式",children:r==="light"?o.jsx(qs,{size:18}):o.jsx(Ks,{size:18})}),s?o.jsx("span",{className:"header-auth-slot header-auth-slot--loading","aria-hidden":!0}):e?o.jsxs(tr,{children:[o.jsx(sr,{asChild:!0,children:o.jsx("button",{type:"button",className:"header-user-btn",title:e.nickname,children:e.avatar?o.jsx("img",{src:e.avatar,alt:"",className:"header-user-avatar"}):o.jsx("span",{className:"header-user-initial",children:ue})})}),o.jsxs(ls,{align:"end",className:"w-40",children:[o.jsx(Oe,{onClick:()=>n("/profile"),children:"个人中心"}),o.jsx(Oe,{onClick:()=>n("/favorites"),children:"我的收藏"}),e.role==="admin"&&o.jsxs(o.Fragment,{children:[o.jsx(Xe,{}),o.jsx(Oe,{onClick:()=>n("/admin/dashboard"),children:"管理后台"})]}),o.jsx(Xe,{}),o.jsx(Oe,{onClick:()=>t().then(()=>n("/login")),children:"退出登录"})]})]}):o.jsx("button",{type:"button",className:"header-login-btn",onClick:()=>n("/login"),children:"登录"})]})]})]})}),o.jsxs("div",{className:`app-body${c?" app-body--compose":""}`,children:[!c&&o.jsx(pr,{boards:y,activeBoard:B,onSelectBoard:D}),o.jsxs("div",{className:`content-workspace${c?" content-workspace--compose":""}`,children:[o.jsxs("main",{className:`main-content${c?" main-content--compose":""}`,children:[l&&!c&&o.jsxs("div",{className:"mobile-board-bar",children:[o.jsx("span",{className:`board-chip ${Y===0?"active":""}`,onClick:()=>{D(0),n(Ge(0,de))},children:"全部"}),y.map(x=>o.jsx("span",{className:`board-chip ${Y===x.id?"active":""}`,onClick:()=>{D(x.id),n(Ge(x.id,de))},children:x.name},x.id))]}),o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(Ct,{context:{boardId:B,keyword:m.get("keyword")||"",setBoardId:D,boards:y,stats:E,layoutReady:P,refreshBoards:ae,isMobile:l}})})]}),!c&&o.jsx("aside",{className:"aside-panel",children:o.jsx(fr,{hot:I,notifications:L,online:Z,onPostClick:x=>n(`/post/${x}`)})})]})]})]})})}const gr={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-8 w-8"};function br({className:e,size:s="md"}){return o.jsx(Bt,{className:Q("animate-spin text-[var(--j13-green)]",gr[s],e),"aria-label":"加载中"})}function xr(e){if(typeof document>"u")return;let s=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css",s.appendChild(t),t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e))}const yr=e=>{switch(e){case"success":return kr;case"info":return Sr;case"warning":return jr;case"error":return Nr;default:return null}},vr=Array(12).fill(0),wr=({visible:e,className:s})=>u.createElement("div",{className:["sonner-loading-wrapper",s].filter(Boolean).join(" "),"data-visible":e},u.createElement("div",{className:"sonner-spinner"},vr.map((t,r)=>u.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${r}`})))),kr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),jr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),Sr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),Nr=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},u.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),Er=u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},u.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),u.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),Tr=()=>{const[e,s]=u.useState(document.hidden);return u.useEffect(()=>{const t=()=>{s(document.hidden)};return document.addEventListener("visibilitychange",t),()=>window.removeEventListener("visibilitychange",t)},[]),e};let Qe=1;class Cr{constructor(){this.subscribe=s=>(this.subscribers.push(s),()=>{const t=this.subscribers.indexOf(s);this.subscribers.splice(t,1)}),this.publish=s=>{this.subscribers.forEach(t=>t(s))},this.addToast=s=>{this.publish(s),this.toasts=[...this.toasts,s]},this.create=s=>{var t;const{message:r,...i}=s,l=typeof(s==null?void 0:s.id)=="number"||((t=s.id)==null?void 0:t.length)>0?s.id:Qe++,n=this.toasts.find(m=>m.id===l),d=s.dismissible===void 0?!0:s.dismissible;return this.dismissedToasts.has(l)&&this.dismissedToasts.delete(l),n?this.toasts=this.toasts.map(m=>m.id===l?(this.publish({...m,...s,id:l,title:r}),{...m,...s,id:l,dismissible:d,title:r}):m):this.addToast({title:r,...i,dismissible:d,id:l}),l},this.dismiss=s=>(s?(this.dismissedToasts.add(s),requestAnimationFrame(()=>this.subscribers.forEach(t=>t({id:s,dismiss:!0})))):this.toasts.forEach(t=>{this.subscribers.forEach(r=>r({id:t.id,dismiss:!0}))}),s),this.message=(s,t)=>this.create({...t,message:s}),this.error=(s,t)=>this.create({...t,message:s,type:"error"}),this.success=(s,t)=>this.create({...t,type:"success",message:s}),this.info=(s,t)=>this.create({...t,type:"info",message:s}),this.warning=(s,t)=>this.create({...t,type:"warning",message:s}),this.loading=(s,t)=>this.create({...t,type:"loading",message:s}),this.promise=(s,t)=>{if(!t)return;let r;t.loading!==void 0&&(r=this.create({...t,promise:s,type:"loading",message:t.loading,description:typeof t.description!="function"?t.description:void 0}));const i=Promise.resolve(s instanceof Function?s():s);let l=r!==void 0,n;const d=i.then(async c=>{if(n=["resolve",c],u.isValidElement(c))l=!1,this.create({id:r,type:"default",message:c});else if(Pr(c)&&!c.ok){l=!1;const a=typeof t.error=="function"?await t.error(`HTTP error! status: ${c.status}`):t.error,E=typeof t.description=="function"?await t.description(`HTTP error! status: ${c.status}`):t.description,P=typeof a=="object"&&!u.isValidElement(a)?a:{message:a};this.create({id:r,type:"error",description:E,...P})}else if(c instanceof Error){l=!1;const a=typeof t.error=="function"?await t.error(c):t.error,E=typeof t.description=="function"?await t.description(c):t.description,P=typeof a=="object"&&!u.isValidElement(a)?a:{message:a};this.create({id:r,type:"error",description:E,...P})}else if(t.success!==void 0){l=!1;const a=typeof t.success=="function"?await t.success(c):t.success,E=typeof t.description=="function"?await t.description(c):t.description,P=typeof a=="object"&&!u.isValidElement(a)?a:{message:a};this.create({id:r,type:"success",description:E,...P})}}).catch(async c=>{if(n=["reject",c],t.error!==void 0){l=!1;const y=typeof t.error=="function"?await t.error(c):t.error,a=typeof t.description=="function"?await t.description(c):t.description,C=typeof y=="object"&&!u.isValidElement(y)?y:{message:y};this.create({id:r,type:"error",description:a,...C})}}).finally(()=>{l&&(this.dismiss(r),r=void 0),t.finally==null||t.finally.call(t)}),m=()=>new Promise((c,y)=>d.then(()=>n[0]==="reject"?y(n[1]):c(n[1])).catch(y));return typeof r!="string"&&typeof r!="number"?{unwrap:m}:Object.assign(r,{unwrap:m})},this.custom=(s,t)=>{const r=(t==null?void 0:t.id)||Qe++;return this.create({jsx:s(r),id:r,...t}),r},this.getActiveToasts=()=>this.toasts.filter(s=>!this.dismissedToasts.has(s.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}}const X=new Cr,_r=(e,s)=>{const t=(s==null?void 0:s.id)||Qe++;return X.addToast({title:e,...s,id:t}),t},Pr=e=>e&&typeof e=="object"&&"ok"in e&&typeof e.ok=="boolean"&&"status"in e&&typeof e.status=="number",Rr=_r,zr=()=>X.toasts,Ar=()=>X.getActiveToasts(),Ke=Object.assign(Rr,{success:X.success,info:X.info,warning:X.warning,error:X.error,custom:X.custom,message:X.message,promise:X.promise,dismiss:X.dismiss,loading:X.loading},{getHistory:zr,getToasts:Ar});xr("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");function Fe(e){return e.label!==void 0}const Ir=3,Or="24px",Dr="16px",wt=4e3,Mr=356,Lr=14,Br=45,$r=200;function fe(...e){return e.filter(Boolean).join(" ")}function Fr(e){const[s,t]=e.split("-"),r=[];return s&&r.push(s),t&&r.push(t),r}const Vr=e=>{var s,t,r,i,l,n,d,m,c;const{invert:y,toast:a,unstyled:E,interacting:C,setHeights:P,visibleToasts:O,heights:I,index:N,toasts:L,expanded:q,removeToast:Z,defaultRichColors:oe,closeButton:B,style:D,cancelButtonStyle:p,actionButtonStyle:M,className:de="",descriptionClassName:ae="",duration:K,position:H,gap:ue,expandByDefault:Y,classNames:v,icons:x,closeButtonAriaLabel:F="Close toast"}=e,[J,f]=u.useState(null),[me,Se]=u.useState(null),[T,z]=u.useState(!1),[S,_]=u.useState(!1),[ne,R]=u.useState(!1),[A,Ne]=u.useState(!1),[he,ie]=u.useState(!1),[ze,ve]=u.useState(0),[bs,tt]=u.useState(0),Ae=u.useRef(a.duration||K||wt),st=u.useRef(null),ge=u.useRef(null),xs=N===0,ys=N+1<=O,ee=a.type,_e=a.dismissible!==!1,vs=a.className||"",ws=a.descriptionClassName||"",De=u.useMemo(()=>I.findIndex(w=>w.toastId===a.id)||0,[I,a.id]),ks=u.useMemo(()=>{var w;return(w=a.closeButton)!=null?w:B},[a.closeButton,B]),ot=u.useMemo(()=>a.duration||K||wt,[a.duration,K]),He=u.useRef(0),Pe=u.useRef(0),rt=u.useRef(0),Re=u.useRef(null),[js,Ss]=H.split("-"),at=u.useMemo(()=>I.reduce((w,V,W)=>W>=De?w:w+V.height,0),[I,De]),nt=Tr(),Ns=a.invert||y,Ye=ee==="loading";Pe.current=u.useMemo(()=>De*ue+at,[De,at]),u.useEffect(()=>{Ae.current=ot},[ot]),u.useEffect(()=>{z(!0)},[]),u.useEffect(()=>{const w=ge.current;if(w){const V=w.getBoundingClientRect().height;return tt(V),P(W=>[{toastId:a.id,height:V,position:a.position},...W]),()=>P(W=>W.filter(te=>te.toastId!==a.id))}},[P,a.id]),u.useLayoutEffect(()=>{if(!T)return;const w=ge.current,V=w.style.height;w.style.height="auto";const W=w.getBoundingClientRect().height;w.style.height=V,tt(W),P(te=>te.find(U=>U.toastId===a.id)?te.map(U=>U.toastId===a.id?{...U,height:W}:U):[{toastId:a.id,height:W,position:a.position},...te])},[T,a.title,a.description,P,a.id,a.jsx,a.action,a.cancel]);const we=u.useCallback(()=>{_(!0),ve(Pe.current),P(w=>w.filter(V=>V.toastId!==a.id)),setTimeout(()=>{Z(a)},$r)},[a,Z,P,Pe]);u.useEffect(()=>{if(a.promise&&ee==="loading"||a.duration===1/0||a.type==="loading")return;let w;return q||C||nt?(()=>{if(rt.current{Ae.current!==1/0&&(He.current=new Date().getTime(),w=setTimeout(()=>{a.onAutoClose==null||a.onAutoClose.call(a,a),we()},Ae.current))})(),()=>clearTimeout(w)},[q,C,a,ee,nt,we]),u.useEffect(()=>{a.delete&&(we(),a.onDismiss==null||a.onDismiss.call(a,a))},[we,a.delete]);function Es(){var w;if(x!=null&&x.loading){var V;return u.createElement("div",{className:fe(v==null?void 0:v.loader,a==null||(V=a.classNames)==null?void 0:V.loader,"sonner-loader"),"data-visible":ee==="loading"},x.loading)}return u.createElement(wr,{className:fe(v==null?void 0:v.loader,a==null||(w=a.classNames)==null?void 0:w.loader),visible:ee==="loading"})}const Ts=a.icon||(x==null?void 0:x[ee])||yr(ee);var it,lt;return u.createElement("li",{tabIndex:0,ref:ge,className:fe(de,vs,v==null?void 0:v.toast,a==null||(s=a.classNames)==null?void 0:s.toast,v==null?void 0:v.default,v==null?void 0:v[ee],a==null||(t=a.classNames)==null?void 0:t[ee]),"data-sonner-toast":"","data-rich-colors":(it=a.richColors)!=null?it:oe,"data-styled":!(a.jsx||a.unstyled||E),"data-mounted":T,"data-promise":!!a.promise,"data-swiped":he,"data-removed":S,"data-visible":ys,"data-y-position":js,"data-x-position":Ss,"data-index":N,"data-front":xs,"data-swiping":ne,"data-dismissible":_e,"data-type":ee,"data-invert":Ns,"data-swipe-out":A,"data-swipe-direction":me,"data-expanded":!!(q||Y&&T),"data-testid":a.testId,style:{"--index":N,"--toasts-before":N,"--z-index":L.length-N,"--offset":`${S?ze:Pe.current}px`,"--initial-height":Y?"auto":`${bs}px`,...D,...a.style},onDragEnd:()=>{R(!1),f(null),Re.current=null},onPointerDown:w=>{w.button!==2&&(Ye||!_e||(st.current=new Date,ve(Pe.current),w.target.setPointerCapture(w.pointerId),w.target.tagName!=="BUTTON"&&(R(!0),Re.current={x:w.clientX,y:w.clientY})))},onPointerUp:()=>{var w,V,W;if(A||!_e)return;Re.current=null;const te=Number(((w=ge.current)==null?void 0:w.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),Me=Number(((V=ge.current)==null?void 0:V.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),U=new Date().getTime()-((W=st.current)==null?void 0:W.getTime()),re=J==="x"?te:Me,Le=Math.abs(re)/U;if(Math.abs(re)>=Br||Le>.11){ve(Pe.current),a.onDismiss==null||a.onDismiss.call(a,a),Se(J==="x"?te>0?"right":"left":Me>0?"down":"up"),we(),Ne(!0);return}else{var le,ce;(le=ge.current)==null||le.style.setProperty("--swipe-amount-x","0px"),(ce=ge.current)==null||ce.style.setProperty("--swipe-amount-y","0px")}ie(!1),R(!1),f(null)},onPointerMove:w=>{var V,W,te;if(!Re.current||!_e||((V=window.getSelection())==null?void 0:V.toString().length)>0)return;const U=w.clientY-Re.current.y,re=w.clientX-Re.current.x;var Le;const le=(Le=e.swipeDirections)!=null?Le:Fr(H);!J&&(Math.abs(re)>1||Math.abs(U)>1)&&f(Math.abs(re)>Math.abs(U)?"x":"y");let ce={x:0,y:0};const ct=Ee=>1/(1.5+Math.abs(Ee)/20);if(J==="y"){if(le.includes("top")||le.includes("bottom"))if(le.includes("top")&&U<0||le.includes("bottom")&&U>0)ce.y=U;else{const Ee=U*ct(U);ce.y=Math.abs(Ee)0)ce.x=re;else{const Ee=re*ct(re);ce.x=Math.abs(Ee)0||Math.abs(ce.y)>0)&&ie(!0),(W=ge.current)==null||W.style.setProperty("--swipe-amount-x",`${ce.x}px`),(te=ge.current)==null||te.style.setProperty("--swipe-amount-y",`${ce.y}px`)}},ks&&!a.jsx&&ee!=="loading"?u.createElement("button",{"aria-label":F,"data-disabled":Ye,"data-close-button":!0,onClick:Ye||!_e?()=>{}:()=>{we(),a.onDismiss==null||a.onDismiss.call(a,a)},className:fe(v==null?void 0:v.closeButton,a==null||(r=a.classNames)==null?void 0:r.closeButton)},(lt=x==null?void 0:x.close)!=null?lt:Er):null,(ee||a.icon||a.promise)&&a.icon!==null&&((x==null?void 0:x[ee])!==null||a.icon)?u.createElement("div",{"data-icon":"",className:fe(v==null?void 0:v.icon,a==null||(i=a.classNames)==null?void 0:i.icon)},a.promise||a.type==="loading"&&!a.icon?a.icon||Es():null,a.type!=="loading"?Ts:null):null,u.createElement("div",{"data-content":"",className:fe(v==null?void 0:v.content,a==null||(l=a.classNames)==null?void 0:l.content)},u.createElement("div",{"data-title":"",className:fe(v==null?void 0:v.title,a==null||(n=a.classNames)==null?void 0:n.title)},a.jsx?a.jsx:typeof a.title=="function"?a.title():a.title),a.description?u.createElement("div",{"data-description":"",className:fe(ae,ws,v==null?void 0:v.description,a==null||(d=a.classNames)==null?void 0:d.description)},typeof a.description=="function"?a.description():a.description):null),u.isValidElement(a.cancel)?a.cancel:a.cancel&&Fe(a.cancel)?u.createElement("button",{"data-button":!0,"data-cancel":!0,style:a.cancelButtonStyle||p,onClick:w=>{Fe(a.cancel)&&_e&&(a.cancel.onClick==null||a.cancel.onClick.call(a.cancel,w),we())},className:fe(v==null?void 0:v.cancelButton,a==null||(m=a.classNames)==null?void 0:m.cancelButton)},a.cancel.label):null,u.isValidElement(a.action)?a.action:a.action&&Fe(a.action)?u.createElement("button",{"data-button":!0,"data-action":!0,style:a.actionButtonStyle||M,onClick:w=>{Fe(a.action)&&(a.action.onClick==null||a.action.onClick.call(a.action,w),!w.defaultPrevented&&we())},className:fe(v==null?void 0:v.actionButton,a==null||(c=a.classNames)==null?void 0:c.actionButton)},a.action.label):null)};function kt(){if(typeof window>"u"||typeof document>"u")return"ltr";const e=document.documentElement.getAttribute("dir");return e==="auto"||!e?window.getComputedStyle(document.documentElement).direction:e}function Gr(e,s){const t={};return[e,s].forEach((r,i)=>{const l=i===1,n=l?"--mobile-offset":"--offset",d=l?Dr:Or;function m(c){["top","right","bottom","left"].forEach(y=>{t[`${n}-${y}`]=typeof c=="number"?`${c}px`:c})}typeof r=="number"||typeof r=="string"?m(r):typeof r=="object"?["top","right","bottom","left"].forEach(c=>{r[c]===void 0?t[`${n}-${c}`]=d:t[`${n}-${c}`]=typeof r[c]=="number"?`${r[c]}px`:r[c]}):m(d)}),t}const Ur=u.forwardRef(function(s,t){const{id:r,invert:i,position:l="bottom-right",hotkey:n=["altKey","KeyT"],expand:d,closeButton:m,className:c,offset:y,mobileOffset:a,theme:E="light",richColors:C,duration:P,style:O,visibleToasts:I=Ir,toastOptions:N,dir:L=kt(),gap:q=Lr,icons:Z,containerAriaLabel:oe="Notifications"}=s,[B,D]=u.useState([]),p=u.useMemo(()=>r?B.filter(T=>T.toasterId===r):B.filter(T=>!T.toasterId),[B,r]),M=u.useMemo(()=>Array.from(new Set([l].concat(p.filter(T=>T.position).map(T=>T.position)))),[p,l]),[de,ae]=u.useState([]),[K,H]=u.useState(!1),[ue,Y]=u.useState(!1),[v,x]=u.useState(E!=="system"?E:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),F=u.useRef(null),J=n.join("+").replace(/Key/g,"").replace(/Digit/g,""),f=u.useRef(null),me=u.useRef(!1),Se=u.useCallback(T=>{D(z=>{var S;return(S=z.find(_=>_.id===T.id))!=null&&S.delete||X.dismiss(T.id),z.filter(({id:_})=>_!==T.id)})},[]);return u.useEffect(()=>X.subscribe(T=>{if(T.dismiss){requestAnimationFrame(()=>{D(z=>z.map(S=>S.id===T.id?{...S,delete:!0}:S))});return}setTimeout(()=>{Ps.flushSync(()=>{D(z=>{const S=z.findIndex(_=>_.id===T.id);return S!==-1?[...z.slice(0,S),{...z[S],...T},...z.slice(S+1)]:[T,...z]})})})}),[B]),u.useEffect(()=>{if(E!=="system"){x(E);return}if(E==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?x("dark"):x("light")),typeof window>"u")return;const T=window.matchMedia("(prefers-color-scheme: dark)");try{T.addEventListener("change",({matches:z})=>{x(z?"dark":"light")})}catch{T.addListener(({matches:S})=>{try{x(S?"dark":"light")}catch(_){console.error(_)}})}},[E]),u.useEffect(()=>{B.length<=1&&H(!1)},[B]),u.useEffect(()=>{const T=z=>{var S;if(n.every(R=>z[R]||z.code===R)){var ne;H(!0),(ne=F.current)==null||ne.focus()}z.code==="Escape"&&(document.activeElement===F.current||(S=F.current)!=null&&S.contains(document.activeElement))&&H(!1)};return document.addEventListener("keydown",T),()=>document.removeEventListener("keydown",T)},[n]),u.useEffect(()=>{if(F.current)return()=>{f.current&&(f.current.focus({preventScroll:!0}),f.current=null,me.current=!1)}},[F.current]),u.createElement("section",{ref:t,"aria-label":`${oe} ${J}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},M.map((T,z)=>{var S;const[_,ne]=T.split("-");return p.length?u.createElement("ol",{key:T,dir:L==="auto"?kt():L,tabIndex:-1,ref:F,className:c,"data-sonner-toaster":!0,"data-sonner-theme":v,"data-y-position":_,"data-x-position":ne,style:{"--front-toast-height":`${((S=de[0])==null?void 0:S.height)||0}px`,"--width":`${Mr}px`,"--gap":`${q}px`,...O,...Gr(y,a)},onBlur:R=>{me.current&&!R.currentTarget.contains(R.relatedTarget)&&(me.current=!1,f.current&&(f.current.focus({preventScroll:!0}),f.current=null))},onFocus:R=>{R.target instanceof HTMLElement&&R.target.dataset.dismissible==="false"||me.current||(me.current=!0,f.current=R.relatedTarget)},onMouseEnter:()=>H(!0),onMouseMove:()=>H(!0),onMouseLeave:()=>{ue||H(!1)},onDragEnd:()=>H(!1),onPointerDown:R=>{R.target instanceof HTMLElement&&R.target.dataset.dismissible==="false"||Y(!0)},onPointerUp:()=>Y(!1)},p.filter(R=>!R.position&&z===0||R.position===T).map((R,A)=>{var Ne,he;return u.createElement(Vr,{key:R.id,icons:Z,index:A,toast:R,defaultRichColors:C,duration:(Ne=N==null?void 0:N.duration)!=null?Ne:P,className:N==null?void 0:N.className,descriptionClassName:N==null?void 0:N.descriptionClassName,invert:i,visibleToasts:I,closeButton:(he=N==null?void 0:N.closeButton)!=null?he:m,interacting:ue,position:T,style:N==null?void 0:N.style,unstyled:N==null?void 0:N.unstyled,classNames:N==null?void 0:N.classNames,cancelButtonStyle:N==null?void 0:N.cancelButtonStyle,actionButtonStyle:N==null?void 0:N.actionButtonStyle,closeButtonAriaLabel:N==null?void 0:N.closeButtonAriaLabel,removeToast:Se,toasts:p.filter(ie=>ie.position==R.position),heights:de.filter(ie=>ie.position==R.position),setHeights:ae,expandByDefault:d,gap:q,expanded:K,swipeDirections:s.swipeDirections})})):null}))}),hs={success:e=>Ke.success(e),error:e=>Ke.error(e),warning:e=>Ke.warning(e)},Wr=[{to:"/admin/dashboard",label:"仪表盘",icon:Lt},{to:"/admin/boards",label:"板块管理",icon:Xs},{to:"/admin/posts",label:"帖子管理",icon:Qs},{to:"/admin/comments",label:"评论管理",icon:Zs},{to:"/admin/users",label:"用户管理",icon:eo},{to:"/admin/settings",label:"系统设置",icon:to}];function Hr(){const{user:e,loading:s}=We(),t=Ue();return b.useEffect(()=>{if(!s){if(!e){t("/login");return}e.role!=="admin"&&(hs.warning("需要管理员权限"),t("/"))}},[e,s,t]),s?o.jsx("div",{className:"flex justify-center py-24",children:o.jsx(br,{size:"lg"})}):!e||e.role!=="admin"?null:o.jsxs("div",{className:"admin-shell",children:[o.jsxs("header",{className:"admin-topbar",children:[o.jsxs("div",{className:"admin-topbar-brand",children:[o.jsx("div",{className:"admin-topbar-mark",children:"姜"}),o.jsxs("div",{children:[o.jsx("div",{className:"admin-topbar-title",children:"姜十三论坛"}),o.jsx("div",{className:"admin-topbar-sub",children:"管理后台"})]})]}),o.jsxs("div",{className:"admin-topbar-actions",children:[o.jsxs("button",{type:"button",className:"admin-link-btn",onClick:()=>t("/"),children:[o.jsx(Js,{size:16}),"返回论坛"]}),o.jsx("span",{className:"admin-topbar-user",children:e.nickname})]})]}),o.jsxs("div",{className:"admin-body",children:[o.jsx("aside",{className:"admin-sidebar",children:Wr.map(({to:r,label:i,icon:l})=>o.jsxs(Rs,{to:r,className:({isActive:n})=>Q("admin-nav-item",n&&"active"),children:[o.jsx(l,{size:16}),i]},r))}),o.jsx("main",{className:"admin-main",children:o.jsx(Ct,{})})]})]})}function ha(){const{user:e,loading:s}=We(),t=Ue();return b.useEffect(()=>{s||(e?e.role!=="admin"&&(hs.warning("需要管理员权限"),t("/")):t("/login"))},[e,s,t]),{user:e,loading:s,ready:!s&&!!e&&e.role==="admin"}}const jt=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,St=Yt,Yr=(e,s)=>t=>{var r;if((s==null?void 0:s.variants)==null)return St(e,t==null?void 0:t.class,t==null?void 0:t.className);const{variants:i,defaultVariants:l}=s,n=Object.keys(i).map(c=>{const y=t==null?void 0:t[c],a=l==null?void 0:l[c];if(y===null)return null;const E=jt(y)||jt(a);return i[c][E]}),d=t&&Object.entries(t).reduce((c,y)=>{let[a,E]=y;return E===void 0||(c[a]=E),c},{}),m=s==null||(r=s.compoundVariants)===null||r===void 0?void 0:r.reduce((c,y)=>{let{class:a,className:E,...C}=y;return Object.entries(C).every(P=>{let[O,I]=P;return Array.isArray(I)?I.includes({...l,...d}[O]):{...l,...d}[O]===I})?[...c,a,E]:c},[]);return St(e,n,m,t==null?void 0:t.class,t==null?void 0:t.className)},qr=Yr("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background 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",sm:"h-8 rounded-md px-3 text-xs",lg:"h-10 rounded-md px-8",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}}),gs=b.forwardRef(({className:e,variant:s,size:t,asChild:r=!1,loading:i,children:l,disabled:n,...d},m)=>{const c=r?so:"button";return o.jsxs(c,{className:Q(qr({variant:s,size:t,className:e})),ref:m,disabled:n||i,...d,children:[i?o.jsx(Bt,{className:"animate-spin"}):null,l]})});gs.displayName="Button";class Kr extends b.Component{constructor(){super(...arguments);dt(this,"state",{error:null})}static getDerivedStateFromError(t){return{error:t}}componentDidCatch(t,r){console.error("[Jiang13Forum]",t,r.componentStack)}render(){return this.state.error?o.jsxs("div",{style:{padding:24,textAlign:"center"},children:[o.jsx("h3",{children:"页面渲染出错"}),o.jsx("p",{style:{color:"var(--color-text-3)",fontSize:13},children:this.state.error.message}),o.jsx(gs,{size:"sm",onClick:()=>{this.setState({error:null}),window.location.reload()},children:"刷新页面"})]}):this.props.children}}function Jr(){const{theme:e}=Wt();return o.jsx(Ur,{theme:e,position:"top-center",richColors:!0,closeButton:!0,toastOptions:{classNames:{toast:"font-sans"}}})}const Xr=b.lazy(()=>se(()=>import("./HomePage-DGnsX5Gb.js"),__vite__mapDeps([0,1,2,3,4,5,6,7]))),Qr=b.lazy(()=>se(()=>import("./PostDetailPage-Dr1Cbngv.js"),__vite__mapDeps([8,1,4,5,3,6,9,10,7]))),Zr=b.lazy(()=>se(()=>import("./LoginPage-DD0h8vBo.js"),__vite__mapDeps([11,1,12,5,13]))),ea=b.lazy(()=>se(()=>import("./RegisterPage-DxlIbwrc.js"),__vite__mapDeps([14,1,12,5,13]))),Nt=b.lazy(()=>se(()=>import("./ComposePage-BFRWOfPd.js"),__vite__mapDeps([15,1,9,10,5]))),ta=b.lazy(()=>se(()=>import("./BoardsManagePage-CQfZWFTe.js"),__vite__mapDeps([16,1,12,5,13,3,17]))),sa=b.lazy(()=>se(()=>import("./ProfilePage-CGuBSp7z.js"),__vite__mapDeps([18,1,12,5,13,3]))),oa=b.lazy(()=>se(()=>import("./FavoritesPage-rCUA1Lp6.js"),__vite__mapDeps([19,1,6,5]))),ra=b.lazy(()=>se(()=>import("./AdminDashboardPage-BPcWHcOy.js"),__vite__mapDeps([20,1,3,5]))),aa=b.lazy(()=>se(()=>import("./AdminPostsPage-D3j3Buvt.js"),__vite__mapDeps([21,1,13,3,17,5,7]))),na=b.lazy(()=>se(()=>import("./AdminCommentsPage-DgkfVIER.js"),__vite__mapDeps([22,1,3,17,5]))),ia=b.lazy(()=>se(()=>import("./AdminUsersPage-C9r9nOl4.js"),__vite__mapDeps([23,1,3,5]))),la=b.lazy(()=>se(()=>import("./AdminSettingsPage-DXmt4ZWZ.js"),__vite__mapDeps([24,1,13,5])));function ca(){return o.jsx(io,{children:o.jsx(no,{children:o.jsxs(Kr,{children:[o.jsx(zs,{children:o.jsxs(As,{children:[o.jsx(G,{path:"/login",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(Zr,{})})}),o.jsx(G,{path:"/register",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(ea,{})})}),o.jsx(G,{path:"/boards",element:o.jsx(ut,{to:"/admin/boards",replace:!0})}),o.jsxs(G,{path:"/admin",element:o.jsx(Hr,{}),children:[o.jsx(G,{index:!0,element:o.jsx(ut,{to:"/admin/dashboard",replace:!0})}),o.jsx(G,{path:"dashboard",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(ra,{})})}),o.jsx(G,{path:"boards",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(ta,{})})}),o.jsx(G,{path:"posts",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(aa,{})})}),o.jsx(G,{path:"comments",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(na,{})})}),o.jsx(G,{path:"users",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(ia,{})})}),o.jsx(G,{path:"settings",element:o.jsx(b.Suspense,{fallback:o.jsx(xe,{}),children:o.jsx(la,{})})})]}),o.jsxs(G,{element:o.jsx(hr,{}),children:[o.jsx(G,{path:"/",element:o.jsx(Xr,{})}),o.jsx(G,{path:"/post/:id",element:o.jsx(Qr,{})}),o.jsx(G,{path:"/post/:id/edit",element:o.jsx(Nt,{})}),o.jsx(G,{path:"/compose",element:o.jsx(Nt,{})}),o.jsx(G,{path:"/profile",element:o.jsx(sa,{})}),o.jsx(G,{path:"/favorites",element:o.jsx(oa,{})})]})]})}),o.jsx(Jr,{})]})})})}Vt(Ft());Is.createRoot(document.getElementById("root")).render(o.jsx(u.StrictMode,{children:o.jsx(ca,{})}));export{gs as B,fa as F,br as S,ye as a,Ge as b,Q as c,ha as d,Yr as e,qr as f,hs as n,ps as p,We as u}; diff --git a/embed_static/static/spa/assets/input-CIPYpxcv.js b/embed_static/static/spa/assets/input-CE0PJTgJ.js similarity index 88% rename from embed_static/static/spa/assets/input-CIPYpxcv.js rename to embed_static/static/spa/assets/input-CE0PJTgJ.js index 7797a49..a0b5e7a 100644 --- a/embed_static/static/spa/assets/input-CIPYpxcv.js +++ b/embed_static/static/spa/assets/input-CE0PJTgJ.js @@ -1 +1 @@ -import{r as t,j as i}from"./react-vendor-CFzzFOsg.js";import{c as n}from"./index-L-Mx2Hle.js";const a=t.forwardRef(({className:e,type:o,...r},s)=>i.jsx("input",{type:o,className:n("flex h-9 w-full rounded-md border border-input bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",e),ref:s,...r}));a.displayName="Input";export{a as I}; +import{r as t,j as i}from"./react-vendor-CFzzFOsg.js";import{c as n}from"./index-5C0q-ZMs.js";const a=t.forwardRef(({className:e,type:o,...r},s)=>i.jsx("input",{type:o,className:n("flex h-9 w-full rounded-md border border-input bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",e),ref:s,...r}));a.displayName="Input";export{a as I}; diff --git a/embed_static/static/spa/assets/markdown-vendor-DxR1h-Bq.js b/embed_static/static/spa/assets/markdown-vendor-DxR1h-Bq.js deleted file mode 100644 index 1212738..0000000 --- a/embed_static/static/spa/assets/markdown-vendor-DxR1h-Bq.js +++ /dev/null @@ -1,66 +0,0 @@ -var wr=Object.defineProperty;var yr=(t,e,n)=>e in t?wr(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var S=(t,e,n)=>yr(t,typeof e!="symbol"?e+"":e,n);/*! @license DOMPurify 3.4.10 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.10/LICENSE */function gn(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,s=Array(e);n2?s-2:0),l=2;l1?n-1:0),i=1;i"u"?null:C(BigInt.prototype.toString),xn=typeof Symbol>"u"?null:C(Symbol.prototype.toString),G=C(Object.prototype.hasOwnProperty),Me=C(Object.prototype.toString),z=C(RegExp.prototype.test),ge=$r(TypeError);function C(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,s=new Array(n>1?n-1:0),i=1;i2&&arguments[2]!==void 0?arguments[2]:$e;if(dn&&dn(t,null),!ce(e))return t;let s=e.length;for(;s--;){let i=e[s];if(typeof i=="string"){const l=n(i);l!==i&&(Or(e)||(e[s]=l),i=l)}t[i]=!0}return t}function vr(t){for(let e=0;e/g),qr=v(/\${[\w\W]*/g),jr=v(/^data-[\-\w.\u00B7-\uFFFF]+$/),Yr=v(/^aria-[\-\w]+$/),An=v(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Zr=v(/^(?:\w+script|data):/i),Xr=v(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Vr=v(/^html$/i),Qr=v(/^[a-z][.\w]*(-[.\w]+)+$/i),En=v(/<[/\w!]/g),Kr=v(/<[/\w]/g),Jr=v(/<\/no(script|embed|frames)/i),es=v(/\/>/i),ee={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},ts=function(){return typeof window>"u"?null:window},ns=function(e,n){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let s=null;const i="data-tt-policy-suffix";n&&n.hasAttribute(i)&&(s=n.getAttribute(i));const l="dompurify"+(s?"#"+s:"");try{return e.createPolicy(l,{createHTML(c){return c},createScriptURL(c){return c}})}catch{return console.warn("TrustedTypes policy "+l+" could not be created."),null}},Rn=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},le=function(e,n,s,i){return G(e,n)&&ce(e[n])?x(i.base?H(i.base):{},e[n],i.transform):s};function $n(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ts();const e=f=>$n(f);if(e.version="3.4.10",e.removed=[],!t||!t.document||t.document.nodeType!==ee.document||!t.Element)return e.isSupported=!1,e;let n=t.document;const s=n,i=s.currentScript;t.DocumentFragment;const l=t.HTMLTemplateElement,c=t.Node,u=t.Element,o=t.NodeFilter,g=t.NamedNodeMap;g===void 0&&(t.NamedNodeMap||t.MozNamedAttrMap),t.HTMLFormElement;const p=t.DOMParser,b=t.trustedTypes,k=u.prototype,I=te(k,"cloneNode"),d=te(k,"remove"),W=te(k,"nextSibling"),y=te(k,"childNodes"),V=te(k,"parentNode"),Q=te(k,"shadowRoot"),ue=te(k,"attributes"),F=c&&c.prototype?te(c.prototype,"nodeType"):null,q=c&&c.prototype?te(c.prototype,"nodeName"):null;if(typeof l=="function"){const f=n.createElement("template");f.content&&f.content.ownerDocument&&(n=f.content.ownerDocument)}let N,pe="",nt,Ft=!1,Ie=0;const Bt=function(){if(Ie>0)throw ge('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},be=function(r){Bt(),Ie++;try{return N.createHTML(r)}finally{Ie--}},Zn=function(r){Bt(),Ie++;try{return N.createScriptURL(r)}finally{Ie--}},Xn=function(){return Ft||(nt=ns(b,i),Ft=!0),nt},Fe=n,rt=Fe.implementation,Ht=Fe.createNodeIterator,Vn=Fe.createDocumentFragment,Qn=Fe.getElementsByTagName,Kn=s.importNode;let P=Rn();e.isSupported=typeof Mn=="function"&&typeof V=="function"&&rt&&rt.createHTMLDocument!==void 0;const Jn=Gr,er=Wr,tr=qr,nr=jr,rr=Yr,sr=Zr,Gt=Xr,ir=Qr;let Wt=An,O=null;const st=x({},[..._n,...wt,...yt,...St,...wn]);let L=null;const it=x({},[...yn,...At,...Sn,...Ze]);let E=Object.seal(Ee(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Oe=null,qt=null;const se=Object.seal(Ee(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let jt=!0,ot=!0,Yt=!1,Zt=!0,ie=!1,Le=!0,he=!1,lt=!1,at=!1,Te=!1,Be=!1,He=!1,Xt=!0,Vt=!1;const Qt="user-content-";let ct=!0,ut=!1,xe={},K=null;const pt=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]);let Kt=null;const Jt=x({},["audio","video","img","source","image","track"]);let ht=null;const en=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ge="http://www.w3.org/1998/Math/MathML",We="http://www.w3.org/2000/svg",J="http://www.w3.org/1999/xhtml";let _e=J,ft=!1,gt=null;const or=x({},[Ge,We,J],_t),tn=$(["mi","mo","mn","ms","mtext"]);let dt=x({},tn);const nn=$(["annotation-xml"]);let mt=x({},nn);const lr=x({},["title","style","font","a","script"]);let Ne=null;const ar=["application/xhtml+xml","text/html"],cr="text/html";let R=null,we=null;const ur=n.createElement("form"),rn=function(r){return r instanceof RegExp||r instanceof Function},kt=function(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(we&&we===r)return;(!r||typeof r!="object")&&(r={}),r=H(r),Ne=ar.indexOf(r.PARSER_MEDIA_TYPE)===-1?cr:r.PARSER_MEDIA_TYPE,R=Ne==="application/xhtml+xml"?_t:$e,O=le(r,"ALLOWED_TAGS",st,{transform:R}),L=le(r,"ALLOWED_ATTR",it,{transform:R}),gt=le(r,"ALLOWED_NAMESPACES",or,{transform:_t}),ht=le(r,"ADD_URI_SAFE_ATTR",en,{transform:R,base:en}),Kt=le(r,"ADD_DATA_URI_TAGS",Jt,{transform:R,base:Jt}),K=le(r,"FORBID_CONTENTS",pt,{transform:R}),Oe=le(r,"FORBID_TAGS",H({}),{transform:R}),qt=le(r,"FORBID_ATTR",H({}),{transform:R}),xe=G(r,"USE_PROFILES")?r.USE_PROFILES&&typeof r.USE_PROFILES=="object"?H(r.USE_PROFILES):r.USE_PROFILES:!1,jt=r.ALLOW_ARIA_ATTR!==!1,ot=r.ALLOW_DATA_ATTR!==!1,Yt=r.ALLOW_UNKNOWN_PROTOCOLS||!1,Zt=r.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ie=r.SAFE_FOR_TEMPLATES||!1,Le=r.SAFE_FOR_XML!==!1,he=r.WHOLE_DOCUMENT||!1,Te=r.RETURN_DOM||!1,Be=r.RETURN_DOM_FRAGMENT||!1,He=r.RETURN_TRUSTED_TYPE||!1,at=r.FORCE_BODY||!1,Xt=r.SANITIZE_DOM!==!1,Vt=r.SANITIZE_NAMED_PROPS||!1,ct=r.KEEP_CONTENT!==!1,ut=r.IN_PLACE||!1,Wt=Fr(r.ALLOWED_URI_REGEXP)?r.ALLOWED_URI_REGEXP:An,_e=typeof r.NAMESPACE=="string"?r.NAMESPACE:J,dt=G(r,"MATHML_TEXT_INTEGRATION_POINTS")&&r.MATHML_TEXT_INTEGRATION_POINTS&&typeof r.MATHML_TEXT_INTEGRATION_POINTS=="object"?H(r.MATHML_TEXT_INTEGRATION_POINTS):x({},tn),mt=G(r,"HTML_INTEGRATION_POINTS")&&r.HTML_INTEGRATION_POINTS&&typeof r.HTML_INTEGRATION_POINTS=="object"?H(r.HTML_INTEGRATION_POINTS):x({},nn);const a=G(r,"CUSTOM_ELEMENT_HANDLING")&&r.CUSTOM_ELEMENT_HANDLING&&typeof r.CUSTOM_ELEMENT_HANDLING=="object"?H(r.CUSTOM_ELEMENT_HANDLING):Ee(null);if(E=Ee(null),G(a,"tagNameCheck")&&rn(a.tagNameCheck)&&(E.tagNameCheck=a.tagNameCheck),G(a,"attributeNameCheck")&&rn(a.attributeNameCheck)&&(E.attributeNameCheck=a.attributeNameCheck),G(a,"allowCustomizedBuiltInElements")&&typeof a.allowCustomizedBuiltInElements=="boolean"&&(E.allowCustomizedBuiltInElements=a.allowCustomizedBuiltInElements),v(E),ie&&(ot=!1),Be&&(Te=!0),xe&&(O=x({},wn),L=Ee(null),xe.html===!0&&(x(O,_n),x(L,yn)),xe.svg===!0&&(x(O,wt),x(L,At),x(L,Ze)),xe.svgFilters===!0&&(x(O,yt),x(L,At),x(L,Ze)),xe.mathMl===!0&&(x(O,St),x(L,Sn),x(L,Ze))),se.tagCheck=null,se.attributeCheck=null,G(r,"ADD_TAGS")&&(typeof r.ADD_TAGS=="function"?se.tagCheck=r.ADD_TAGS:ce(r.ADD_TAGS)&&(O===st&&(O=H(O)),x(O,r.ADD_TAGS,R))),G(r,"ADD_ATTR")&&(typeof r.ADD_ATTR=="function"?se.attributeCheck=r.ADD_ATTR:ce(r.ADD_ATTR)&&(L===it&&(L=H(L)),x(L,r.ADD_ATTR,R))),G(r,"ADD_URI_SAFE_ATTR")&&ce(r.ADD_URI_SAFE_ATTR)&&x(ht,r.ADD_URI_SAFE_ATTR,R),G(r,"FORBID_CONTENTS")&&ce(r.FORBID_CONTENTS)&&(K===pt&&(K=H(K)),x(K,r.FORBID_CONTENTS,R)),G(r,"ADD_FORBID_CONTENTS")&&ce(r.ADD_FORBID_CONTENTS)&&(K===pt&&(K=H(K)),x(K,r.ADD_FORBID_CONTENTS,R)),ct&&(O["#text"]=!0),he&&x(O,["html","head","body"]),O.table&&(x(O,["tbody"]),delete Oe.tbody),r.TRUSTED_TYPES_POLICY){if(typeof r.TRUSTED_TYPES_POLICY.createHTML!="function")throw ge('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof r.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ge('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const h=N;N=r.TRUSTED_TYPES_POLICY;try{pe=be("")}catch(m){throw N=h,m}}else r.TRUSTED_TYPES_POLICY===null?(N=void 0,pe=""):(N===void 0&&(N=Xn()),N&&typeof pe=="string"&&(pe=be("")));(P.uponSanitizeElement.length>0||P.uponSanitizeAttribute.length>0)&&O===st&&(O=H(O)),P.uponSanitizeAttribute.length>0&&L===it&&(L=H(L)),$&&$(r),we=r},sn=x({},[...wt,...yt,...Br]),on=x({},[...St,...Hr]),pr=function(r,a,h){return a.namespaceURI===J?r==="svg":a.namespaceURI===Ge?r==="svg"&&(h==="annotation-xml"||dt[h]):!!sn[r]},hr=function(r,a,h){return a.namespaceURI===J?r==="math":a.namespaceURI===We?r==="math"&&mt[h]:!!on[r]},fr=function(r,a,h){return a.namespaceURI===We&&!mt[h]||a.namespaceURI===Ge&&!dt[h]?!1:!on[r]&&(lr[r]||!sn[r])},gr=function(r){let a=V(r);(!a||!a.tagName)&&(a={namespaceURI:_e,tagName:"template"});const h=$e(r.tagName),m=$e(a.tagName);return gt[r.namespaceURI]?r.namespaceURI===We?pr(h,a,m):r.namespaceURI===Ge?hr(h,a,m):r.namespaceURI===J?fr(h,a,m):!!(Ne==="application/xhtml+xml"&>[r.namespaceURI]):!1},oe=function(r){Se(e.removed,{element:r});try{V(r).removeChild(r)}catch{if(d(r),!V(r))throw ge("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},ln=function(r){const a=y(r);if(a){const m=[];Ce(a,T=>{Se(m,T)}),Ce(m,T=>{try{d(T)}catch{}})}const h=ue(r);if(h)for(let m=h.length-1;m>=0;--m){const T=h[m],w=T&&T.name;if(typeof w=="string")try{r.removeAttribute(w)}catch{}}},fe=function(r,a){try{Se(e.removed,{attribute:a.getAttributeNode(r),from:a})}catch{Se(e.removed,{attribute:null,from:a})}if(a.removeAttribute(r),r==="is")if(Te||Be)try{oe(a)}catch{}else try{a.setAttribute(r,"")}catch{}},dr=function(r){const a=ue(r);if(a)for(let h=a.length-1;h>=0;--h){const m=a[h],T=m&&m.name;if(!(typeof T!="string"||L[R(T)]))try{r.removeAttribute(T)}catch{}}},mr=function(r){const a=[r];for(;a.length>0;){const h=a.pop();(F?F(h):h.nodeType)===ee.element&&dr(h);const T=y(h);if(T)for(let w=T.length-1;w>=0;--w)a.push(T[w])}},an=function(r){let a=null,h=null;if(at)r=""+r;else{const w=kn(r,/^[\r\n\t ]+/);h=w&&w[0]}Ne==="application/xhtml+xml"&&_e===J&&(r=''+r+"");const m=N?be(r):r;if(_e===J)try{a=new p().parseFromString(m,Ne)}catch{}if(!a||!a.documentElement){a=rt.createDocument(_e,"template",null);try{a.documentElement.innerHTML=ft?pe:m}catch{}}const T=a.body||a.documentElement;return r&&h&&T.insertBefore(n.createTextNode(h),T.childNodes[0]||null),_e===J?Qn.call(a,he?"html":"body")[0]:he?a.documentElement:T},cn=function(r){return Ht.call(r.ownerDocument||r,r,o.SHOW_ELEMENT|o.SHOW_COMMENT|o.SHOW_TEXT|o.SHOW_PROCESSING_INSTRUCTION|o.SHOW_CDATA_SECTION,null)},qe=function(r){return r=Pe(r,Jn," "),r=Pe(r,er," "),r=Pe(r,tr," "),r},bt=function(r){var a;r.normalize();const h=Ht.call(r.ownerDocument||r,r,o.SHOW_TEXT|o.SHOW_COMMENT|o.SHOW_CDATA_SECTION|o.SHOW_PROCESSING_INSTRUCTION,null);let m=h.nextNode();for(;m;)m.data=qe(m.data),m=h.nextNode();const T=(a=r.querySelectorAll)===null||a===void 0?void 0:a.call(r,"template");T&&Ce(T,w=>{ye(w.content)&&bt(w.content)})},je=function(r){const a=q?q(r):null;return typeof a!="string"||R(a)!=="form"?!1:typeof r.nodeName!="string"||typeof r.textContent!="string"||typeof r.removeChild!="function"||r.attributes!==ue(r)||typeof r.removeAttribute!="function"||typeof r.setAttribute!="function"||typeof r.namespaceURI!="string"||typeof r.insertBefore!="function"||typeof r.hasChildNodes!="function"||r.nodeType!==F(r)||r.childNodes!==y(r)},ye=function(r){if(!F||typeof r!="object"||r===null)return!1;try{return F(r)===ee.documentFragment}catch{return!1}},De=function(r){if(!F||typeof r!="object"||r===null)return!1;try{return typeof F(r)=="number"}catch{return!1}};function re(f,r,a){f.length!==0&&Ce(f,h=>{h.call(e,r,a,we)})}const kr=function(r,a){return!!(Le&&r.hasChildNodes()&&!De(r.firstElementChild)&&z(En,r.textContent)&&z(En,r.innerHTML)||Le&&r.namespaceURI===J&&a==="style"&&De(r.firstElementChild)||r.nodeType===ee.processingInstruction||Le&&r.nodeType===ee.comment&&z(Kr,r.data))},br=function(r,a){if(!Oe[a]&&hn(a)&&(E.tagNameCheck instanceof RegExp&&z(E.tagNameCheck,a)||E.tagNameCheck instanceof Function&&E.tagNameCheck(a)))return!1;if(ct&&!K[a]){const h=V(r),m=y(r);if(m&&h){const T=m.length;for(let w=T-1;w>=0;--w){const M=ut?m[w]:I(m[w],!0);h.insertBefore(M,W(r))}}}return oe(r),!0},un=function(r){if(re(P.beforeSanitizeElements,r,null),je(r))return oe(r),!0;const a=R(q?q(r):r.nodeName);if(re(P.uponSanitizeElement,r,{tagName:a,allowedTags:O}),kr(r,a))return oe(r),!0;if(Oe[a]||!(se.tagCheck instanceof Function&&se.tagCheck(a))&&!O[a])return br(r,a);if((F?F(r):r.nodeType)===ee.element&&!gr(r)||(a==="noscript"||a==="noembed"||a==="noframes")&&z(Jr,r.innerHTML))return oe(r),!0;if(ie&&r.nodeType===ee.text){const m=qe(r.textContent);r.textContent!==m&&(Se(e.removed,{element:r.cloneNode()}),r.textContent=m)}return re(P.afterSanitizeElements,r,null),!1},pn=function(r,a,h){if(qt[a]||Xt&&(a==="id"||a==="name")&&(h in n||h in ur))return!1;const m=L[a]||se.attributeCheck instanceof Function&&se.attributeCheck(a,r);if(!(ot&&z(nr,a))){if(!(jt&&z(rr,a))){if(m){if(!ht[a]){if(!z(Wt,Pe(h,Gt,""))){if(!((a==="src"||a==="xlink:href"||a==="href")&&r!=="script"&&bn(h,"data:")===0&&Kt[r])){if(!(Yt&&!z(sr,Pe(h,Gt,"")))){if(h)return!1}}}}}else if(!(hn(r)&&(E.tagNameCheck instanceof RegExp&&z(E.tagNameCheck,r)||E.tagNameCheck instanceof Function&&E.tagNameCheck(r))&&(E.attributeNameCheck instanceof RegExp&&z(E.attributeNameCheck,a)||E.attributeNameCheck instanceof Function&&E.attributeNameCheck(a,r))||a==="is"&&E.allowCustomizedBuiltInElements&&(E.tagNameCheck instanceof RegExp&&z(E.tagNameCheck,h)||E.tagNameCheck instanceof Function&&E.tagNameCheck(h))))return!1}}return!0},Tr=x({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),hn=function(r){return!Tr[$e(r)]&&z(ir,r)},xr=function(r,a,h,m){if(N&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!h)switch(b.getAttributeType(r,a)){case"TrustedHTML":return be(m);case"TrustedScriptURL":return Zn(m)}return m},_r=function(r,a,h,m){try{h?r.setAttributeNS(h,a,m):r.setAttribute(a,m),je(r)?oe(r):mn(e.removed)}catch{fe(a,r)}},fn=function(r){re(P.beforeSanitizeAttributes,r,null);const a=r.attributes;if(!a||je(r))return;const h={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:L,forceKeepAttr:void 0};let m=a.length;const T=R(r.nodeName);for(;m--;){const w=a[m],M=w.name,D=w.namespaceURI,j=w.value,Y=R(M),xt=j;let B=M==="value"?xt:Pr(xt);if(h.attrName=Y,h.attrValue=B,h.keepAttr=!0,h.forceKeepAttr=void 0,re(P.uponSanitizeAttribute,r,h),B=h.attrValue,Vt&&(Y==="id"||Y==="name")&&bn(B,Qt)!==0&&(fe(M,r),B=Qt+B),Le&&z(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,B)){fe(M,r);continue}if(Y==="attributename"&&kn(B,"href")){fe(M,r);continue}if(!h.forceKeepAttr){if(!h.keepAttr){fe(M,r);continue}if(!Zt&&z(es,B)){fe(M,r);continue}if(ie&&(B=qe(B)),!pn(T,Y,B)){fe(M,r);continue}B=xr(T,Y,D,B),B!==xt&&_r(r,M,D,B)}}re(P.afterSanitizeAttributes,r,null)},Ye=function(r){let a=null;const h=cn(r);for(re(P.beforeSanitizeShadowDOM,r,null);a=h.nextNode();)if(re(P.uponSanitizeShadowNode,a,null),un(a),fn(a),ye(a.content)&&Ye(a.content),(F?F(a):a.nodeType)===ee.element){const T=Q(a);ye(T)&&(Tt(T),Ye(T))}re(P.afterSanitizeShadowDOM,r,null)},Tt=function(r){const a=[{node:r,shadow:null}];for(;a.length>0;){const h=a.pop();if(h.shadow){Ye(h.shadow);continue}const m=h.node,w=(F?F(m):m.nodeType)===ee.element,M=y(m);if(M)for(let D=M.length-1;D>=0;--D)a.push({node:M[D],shadow:null});if(w){const D=q?q(m):null;if(typeof D=="string"&&R(D)==="template"){const j=m.content;ye(j)&&a.push({node:j,shadow:null})}}if(w){const D=Q(m);ye(D)&&a.push({node:null,shadow:D},{node:D,shadow:null})}}};return e.sanitize=function(f){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=null,h=null,m=null,T=null;if(ft=!f,ft&&(f=""),typeof f!="string"&&!De(f)&&(f=Ur(f),typeof f!="string"))throw ge("dirty is not a string, aborting");if(!e.isSupported)return f;lt||kt(r),e.removed=[];const w=ut&&typeof f!="string"&&De(f);if(w){const j=q?q(f):f.nodeName;if(typeof j=="string"){const Y=R(j);if(!O[Y]||Oe[Y])throw ge("root node is forbidden and cannot be sanitized in-place")}if(je(f))throw ge("root node is clobbered and cannot be sanitized in-place");try{Tt(f)}catch(Y){throw ln(f),Y}}else if(De(f))a=an(""),h=a.ownerDocument.importNode(f,!0),h.nodeType===ee.element&&h.nodeName==="BODY"||h.nodeName==="HTML"?a=h:a.appendChild(h),Tt(h);else{if(!Te&&!ie&&!he&&f.indexOf("<")===-1)return N&&He?be(f):f;if(a=an(f),!a)return Te?null:He?pe:""}a&&at&&oe(a.firstChild);const M=cn(w?f:a);try{for(;m=M.nextNode();)un(m),fn(m),ye(m.content)&&Ye(m.content)}catch(j){throw w&&ln(f),j}if(w)return Ce(e.removed,j=>{j.element&&mr(j.element)}),ie&&bt(f),f;if(Te){if(ie&&bt(a),Be)for(T=Vn.call(a.ownerDocument);a.firstChild;)T.appendChild(a.firstChild);else T=a;return(L.shadowroot||L.shadowrootmode)&&(T=Kn.call(s,T,!0)),T}let D=he?a.outerHTML:a.innerHTML;return he&&O["!doctype"]&&a.ownerDocument&&a.ownerDocument.doctype&&a.ownerDocument.doctype.name&&z(Vr,a.ownerDocument.doctype.name)&&(D=" -`+D),ie&&(D=qe(D)),N&&He?be(D):D},e.setConfig=function(){let f=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};kt(f),lt=!0},e.clearConfig=function(){we=null,lt=!1,N=nt,pe=""},e.isValidAttribute=function(f,r,a){we||kt({});const h=R(f),m=R(r);return pn(h,m,a)},e.addHook=function(f,r){typeof r=="function"&&Se(P[f],r)},e.removeHook=function(f,r){if(r!==void 0){const a=Dr(P[f],r);return a===-1?void 0:Cr(P[f],a,1)[0]}return mn(P[f])},e.removeHooks=function(f){P[f]=[]},e.removeAllHooks=function(){P=Rn()},e}var qs=$n();function Nt(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var ke=Nt();function vn(t){ke=t}var de={exec:()=>null};function Ae(t){let e=[];return n=>{let s=Math.max(0,Math.min(3,n-1)),i=e[s];return i||(i=t(s),e[s]=i),i}}function _(t,e=""){let n=typeof t=="string"?t:t.source,s={replace:(i,l)=>{let c=typeof l=="string"?l:l.source;return c=c.replace(U.caret,"$1"),n=n.replace(i,c),s},getRegex:()=>new RegExp(n,e)};return s}var rs=((t="")=>{try{return!!new RegExp("(?<=1)(?/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] +\S/,listReplaceTask:/^\[[ xX]\] +/,listTaskCheckbox:/\[[ xX]\]/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:t=>new RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:Ae(t=>new RegExp(`^ {0,${t}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`)),hrRegex:Ae(t=>new RegExp(`^ {0,${t}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`)),fencesBeginRegex:Ae(t=>new RegExp(`^ {0,${t}}(?:\`\`\`|~~~)`)),headingBeginRegex:Ae(t=>new RegExp(`^ {0,${t}}#`)),htmlBeginRegex:Ae(t=>new RegExp(`^ {0,${t}}<(?:[a-z].*>|!--)`,"i")),blockquoteBeginRegex:Ae(t=>new RegExp(`^ {0,${t}}>`))},ss=/^(?:[ \t]*(?:\n|$))+/,is=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,os=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Ue=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,ls=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Dt=/ {0,3}(?:[*+-]|\d{1,9}[.)])/,Un=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,Fn=_(Un).replace(/bull/g,Dt).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),as=_(Un).replace(/bull/g,Dt).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Ct=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,cs=/^[^\n]+/,Pt=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,us=_(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",Pt).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),ps=_(/^(bull)([ \t][^\n]*?)?(?:\n|$)/).replace(/bull/g,Dt).getRegex(),et="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Mt=/|$))/,hs=_("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",Mt).replace("tag",et).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Bn=_(Ct).replace("hr",Ue).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)])[ \\t]+[^ \\t\\n]").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",et).getRegex(),fs=_(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Bn).getRegex(),zt={blockquote:fs,code:is,def:us,fences:os,heading:ls,hr:Ue,html:hs,lheading:Fn,list:ps,newline:ss,paragraph:Bn,table:de,text:cs},In=_("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Ue).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)])[ \\t]").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",et).getRegex(),gs={...zt,lheading:as,table:In,paragraph:_(Ct).replace("hr",Ue).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",In).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)])[ \\t]+[^ \\t\\n]").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",et).getRegex()},ds={...zt,html:_(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",Mt).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:de,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:_(Ct).replace("hr",Ue).replace("heading",` *#{1,6} *[^ -]`).replace("lheading",Fn).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},ms=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,ks=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,Hn=/^( {2,}|\\)\n(?!\s*$)/,bs=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\`+)[^`]+\k(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace("precode-",rs?"(?`+)[^`]+\k(?!`)/).replace("html",/<(?! )[^<>]*?>/).getRegex(),Wn=/^(?:\*+(?:((?!\*)punct)|([^\s*]))?)|^_+(?:((?!_)punct)|([^\s_]))?/,ys=_(Wn,"u").replace(/punct/g,Re).getRegex(),Ss=_(Wn,"u").replace(/punct/g,Gn).getRegex(),qn="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",As=_(qn,"gu").replace(/notPunctSpace/g,$t).replace(/punctSpace/g,tt).replace(/punct/g,Re).getRegex(),Es=_(qn,"gu").replace(/notPunctSpace/g,_s).replace(/punctSpace/g,xs).replace(/punct/g,Gn).getRegex(),Rs=_("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,$t).replace(/punctSpace/g,tt).replace(/punct/g,Re).getRegex(),Is=_(/^~~?(?:((?!~)punct)|[^\s~])/,"u").replace(/punct/g,Re).getRegex(),Os="^[^~]+(?=[^~])|(?!~)punct(~~?)(?=[\\s]|$)|notPunctSpace(~~?)(?!~)(?=punctSpace|$)|(?!~)punctSpace(~~?)(?=notPunctSpace)|[\\s](~~?)(?!~)(?=punct)|(?!~)punct(~~?)(?!~)(?=punct)|notPunctSpace(~~?)(?=notPunctSpace)",Ls=_(Os,"gu").replace(/notPunctSpace/g,$t).replace(/punctSpace/g,tt).replace(/punct/g,Re).getRegex(),Ns=_(/\\(punct)/,"gu").replace(/punct/g,Re).getRegex(),Ds=_(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Cs=_(Mt).replace("(?:-->|$)","-->").getRegex(),Ps=_("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",Cs).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Qe=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+(?!`)[^`]*?`+(?!`)|``+(?=\])|[^\[\]\\`])*?/,Ms=_(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]+(?:\n[ \t]*)?|\n[ \t]*)(title))?\s*\)/).replace("label",Qe).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),jn=_(/^!?\[(label)\]\[(ref)\]/).replace("label",Qe).replace("ref",Pt).getRegex(),Yn=_(/^!?\[(ref)\](?:\[\])?/).replace("ref",Pt).getRegex(),zs=_("reflink|nolink(?!\\()","g").replace("reflink",jn).replace("nolink",Yn).getRegex(),On=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/,vt={_backpedal:de,anyPunctuation:Ns,autolink:Ds,blockSkip:ws,br:Hn,code:ks,del:de,delLDelim:de,delRDelim:de,emStrongLDelim:ys,emStrongRDelimAst:As,emStrongRDelimUnd:Rs,escape:ms,link:Ms,nolink:Yn,punctuation:Ts,reflink:jn,reflinkSearch:zs,tag:Ps,text:bs,url:de},$s={...vt,link:_(/^!?\[(label)\]\((.*?)\)/).replace("label",Qe).getRegex(),reflink:_(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Qe).getRegex()},It={...vt,emStrongRDelimAst:Es,emStrongLDelim:Ss,delLDelim:Is,delRDelim:Ls,url:_(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace("protocol",On).replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:_(/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\":">",'"':""","'":"'"},Ln=t=>Us[t];function ne(t,e){if(e){if(U.escapeTest.test(t))return t.replace(U.escapeReplace,Ln)}else if(U.escapeTestNoEncode.test(t))return t.replace(U.escapeReplaceNoEncode,Ln);return t}function Nn(t){try{t=encodeURI(t).replace(U.percentDecode,"%")}catch{return null}return t}function Dn(t,e){var l;let n=t.replace(U.findPipe,(c,u,o)=>{let g=!1,p=u;for(;--p>=0&&o[p]==="\\";)g=!g;return g?"|":" |"}),s=n.split(U.splitPipe),i=0;if(s[0].trim()||s.shift(),s.length>0&&!((l=s.at(-1))!=null&&l.trim())&&s.pop(),e)if(s.length>e)s.splice(e);else for(;s.length=0&&U.blankLine.test(e[n]);)n--;return e.length-n<=2?t:e.slice(0,n+1).join(` -`)}function Fs(t,e){if(t.indexOf(e[1])===-1)return-1;let n=0;for(let s=0;s0?-2:-1}function Bs(t,e=0){let n=e,s="";for(let i of t)if(i===" "){let l=4-n%4;s+=" ".repeat(l),n+=l}else s+=i,n++;return s}function Pn(t,e,n,s,i){let l=e.href,c=e.title||null,u=t[1].replace(i.other.outputLinkReplace,"$1");s.state.inLink=!0;let o={type:t[0].charAt(0)==="!"?"image":"link",raw:n,href:l,title:c,text:u,tokens:s.inlineTokens(u)};return s.state.inLink=!1,o}function Hs(t,e,n){let s=t.match(n.other.indentCodeCompensation);if(s===null)return e;let i=s[1];return e.split(` -`).map(l=>{let c=l.match(n.other.beginningSpace);if(c===null)return l;let[u]=c;return u.length>=i.length?l.slice(i.length):l}).join(` -`)}var Ke=class{constructor(t){S(this,"options");S(this,"rules");S(this,"lexer");this.options=t||ke}space(t){let e=this.rules.block.newline.exec(t);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(t){let e=this.rules.block.code.exec(t);if(e){let n=this.options.pedantic?e[0]:Cn(e[0]),s=n.replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:n,codeBlockStyle:"indented",text:s}}}fences(t){let e=this.rules.block.fences.exec(t);if(e){let n=e[0],s=Hs(n,e[3]||"",this.rules);return{type:"code",raw:n,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:s}}}heading(t){let e=this.rules.block.heading.exec(t);if(e){let n=e[2].trim();if(this.rules.other.endingHash.test(n)){let s=ae(n,"#");(this.options.pedantic||!s||this.rules.other.endingSpaceChar.test(s))&&(n=s.trim())}return{type:"heading",raw:ae(e[0],` -`),depth:e[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(t){let e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:ae(e[0],` -`)}}blockquote(t){let e=this.rules.block.blockquote.exec(t);if(e){let n=ae(e[0],` -`).split(` -`),s="",i="",l=[];for(;n.length>0;){let c=!1,u=[],o;for(o=0;o1,i={type:"list",raw:"",ordered:s,start:s?+n.slice(0,-1):"",loose:!1,items:[]};n=s?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=s?n:"[*+-]");let l=this.rules.other.listItemRegex(n),c=!1;for(;t;){let o=!1,g="",p="";if(!(e=l.exec(t))||this.rules.block.hr.test(t))break;g=e[0],t=t.substring(g.length);let b=Bs(e[2].split(` -`,1)[0],e[1].length),k=t.split(` -`,1)[0],I=!b.trim(),d=0;if(this.options.pedantic?(d=2,p=b.trimStart()):I?d=e[1].length+1:(d=b.search(this.rules.other.nonSpaceChar),d=d>4?1:d,p=b.slice(d),d+=e[1].length),I&&this.rules.other.blankLine.test(k)&&(g+=k+` -`,t=t.substring(k.length+1),o=!0),!o){let W=this.rules.other.nextBulletRegex(d),y=this.rules.other.hrRegex(d),V=this.rules.other.fencesBeginRegex(d),Q=this.rules.other.headingBeginRegex(d),ue=this.rules.other.htmlBeginRegex(d),F=this.rules.other.blockquoteBeginRegex(d);for(;t;){let q=t.split(` -`,1)[0],N;if(k=q,this.options.pedantic?(k=k.replace(this.rules.other.listReplaceNesting," "),N=k):N=k.replace(this.rules.other.tabCharGlobal," "),V.test(k)||Q.test(k)||ue.test(k)||F.test(k)||W.test(k)||y.test(k))break;if(N.search(this.rules.other.nonSpaceChar)>=d||!k.trim())p+=` -`+N.slice(d);else{if(I||b.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||V.test(b)||Q.test(b)||y.test(b))break;p+=` -`+k}I=!k.trim(),g+=q+` -`,t=t.substring(q.length+1),b=N.slice(d)}}i.loose||(c?i.loose=!0:this.rules.other.doubleBlankLine.test(g)&&(c=!0)),i.items.push({type:"list_item",raw:g,task:!!this.options.gfm&&this.rules.other.listIsTask.test(p),loose:!1,text:p,tokens:[]}),i.raw+=g}let u=i.items.at(-1);if(u)u.raw=u.raw.trimEnd(),u.text=u.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let o of i.items){this.lexer.state.top=!1,o.tokens=this.lexer.blockTokens(o.text,[]);let g=o.tokens[0];if(o.task&&((g==null?void 0:g.type)==="text"||(g==null?void 0:g.type)==="paragraph")){o.text=o.text.replace(this.rules.other.listReplaceTask,""),g.raw=g.raw.replace(this.rules.other.listReplaceTask,""),g.text=g.text.replace(this.rules.other.listReplaceTask,"");for(let b=this.lexer.inlineQueue.length-1;b>=0;b--)if(this.rules.other.listIsTask.test(this.lexer.inlineQueue[b].src)){this.lexer.inlineQueue[b].src=this.lexer.inlineQueue[b].src.replace(this.rules.other.listReplaceTask,"");break}let p=this.rules.other.listTaskCheckbox.exec(o.raw);if(p){let b={type:"checkbox",raw:p[0]+" ",checked:p[0]!=="[ ]"};o.checked=b.checked,i.loose?o.tokens[0]&&["paragraph","text"].includes(o.tokens[0].type)&&"tokens"in o.tokens[0]&&o.tokens[0].tokens?(o.tokens[0].raw=b.raw+o.tokens[0].raw,o.tokens[0].text=b.raw+o.tokens[0].text,o.tokens[0].tokens.unshift(b)):o.tokens.unshift({type:"paragraph",raw:b.raw,text:b.raw,tokens:[b]}):o.tokens.unshift(b)}}else o.task&&(o.task=!1);if(!i.loose){let p=o.tokens.filter(k=>k.type==="space"),b=p.length>0&&p.some(k=>this.rules.other.anyLine.test(k.raw));i.loose=b}}if(i.loose)for(let o of i.items){o.loose=!0;for(let g of o.tokens)g.type==="text"&&(g.type="paragraph")}return i}}html(t){let e=this.rules.block.html.exec(t);if(e){let n=Cn(e[0]);return{type:"html",block:!0,raw:n,pre:e[1]==="pre"||e[1]==="script"||e[1]==="style",text:n}}}def(t){let e=this.rules.block.def.exec(t);if(e){let n=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),s=e[2]?e[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",i=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:n,raw:ae(e[0],` -`),href:s,title:i}}}table(t){var c;let e=this.rules.block.table.exec(t);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;let n=Dn(e[1]),s=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),i=(c=e[3])!=null&&c.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split(` -`):[],l={type:"table",raw:ae(e[0],` -`),header:[],align:[],rows:[]};if(n.length===s.length){for(let u of s)this.rules.other.tableAlignRight.test(u)?l.align.push("right"):this.rules.other.tableAlignCenter.test(u)?l.align.push("center"):this.rules.other.tableAlignLeft.test(u)?l.align.push("left"):l.align.push(null);for(let u=0;u({text:o,tokens:this.lexer.inline(o),header:!1,align:l.align[g]})));return l}}lheading(t){let e=this.rules.block.lheading.exec(t);if(e){let n=e[1].trim();return{type:"heading",raw:ae(e[0],` -`),depth:e[2].charAt(0)==="="?1:2,text:n,tokens:this.lexer.inline(n)}}}paragraph(t){let e=this.rules.block.paragraph.exec(t);if(e){let n=e[1].charAt(e[1].length-1)===` -`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:n,tokens:this.lexer.inline(n)}}}text(t){let e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){let e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(t){let e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){let e=this.rules.inline.link.exec(t);if(e){let n=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let l=ae(n.slice(0,-1),"\\");if((n.length-l.length)%2===0)return}else{let l=Fs(e[2],"()");if(l===-2)return;if(l>-1){let c=(e[0].indexOf("!")===0?5:4)+e[1].length+l;e[2]=e[2].substring(0,l),e[0]=e[0].substring(0,c).trim(),e[3]=""}}let s=e[2],i="";if(this.options.pedantic){let l=this.rules.other.pedanticHrefTitle.exec(s);l&&(s=l[1],i=l[3])}else i=e[3]?e[3].slice(1,-1):"";return s=s.trim(),this.rules.other.startAngleBracket.test(s)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?s=s.slice(1):s=s.slice(1,-1)),Pn(e,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:i&&i.replace(this.rules.inline.anyPunctuation,"$1")},e[0],this.lexer,this.rules)}}reflink(t,e){let n;if((n=this.rules.inline.reflink.exec(t))||(n=this.rules.inline.nolink.exec(t))){let s=(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," "),i=e[s.toLowerCase()];if(!i){let l=n[0].charAt(0);return{type:"text",raw:l,text:l}}return Pn(n,i,n[0],this.lexer,this.rules)}}emStrong(t,e,n=""){let s=this.rules.inline.emStrongLDelim.exec(t);if(!(!s||!s[1]&&!s[2]&&!s[3]&&!s[4]||s[4]&&n.match(this.rules.other.unicodeAlphaNumeric))&&(!(s[1]||s[3])||!n||this.rules.inline.punctuation.exec(n))){let i=[...s[0]].length-1,l,c,u=i,o=0,g=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(g.lastIndex=0,e=e.slice(-1*t.length+i);(s=g.exec(e))!==null;){if(l=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!l)continue;if(c=[...l].length,s[3]||s[4]){u+=c;continue}else if((s[5]||s[6])&&i%3&&!((i+c)%3)){o+=c;continue}if(u-=c,u>0)continue;c=Math.min(c,c+u+o);let p=[...s[0]][0].length,b=t.slice(0,i+s.index+p+c);if(Math.min(i,c)%2){let I=b.slice(1,-1);return{type:"em",raw:b,text:I,tokens:this.lexer.inlineTokens(I)}}let k=b.slice(2,-2);return{type:"strong",raw:b,text:k,tokens:this.lexer.inlineTokens(k)}}}}codespan(t){let e=this.rules.inline.code.exec(t);if(e){let n=e[2].replace(this.rules.other.newLineCharGlobal," "),s=this.rules.other.nonSpaceChar.test(n),i=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return s&&i&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:e[0],text:n}}}br(t){let e=this.rules.inline.br.exec(t);if(e)return{type:"br",raw:e[0]}}del(t,e,n=""){let s=this.rules.inline.delLDelim.exec(t);if(s&&(!s[1]||!n||this.rules.inline.punctuation.exec(n))){let i=[...s[0]].length-1,l,c,u=i,o=this.rules.inline.delRDelim;for(o.lastIndex=0,e=e.slice(-1*t.length+i);(s=o.exec(e))!==null;){if(l=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!l||(c=[...l].length,c!==i))continue;if(s[3]||s[4]){u+=c;continue}if(u-=c,u>0)continue;c=Math.min(c,c+u);let g=[...s[0]][0].length,p=t.slice(0,i+s.index+g+c),b=p.slice(i,-i);return{type:"del",raw:p,text:b,tokens:this.lexer.inlineTokens(b)}}}}autolink(t){let e=this.rules.inline.autolink.exec(t);if(e){let n,s;return e[2]==="@"?(n=e[1],s="mailto:"+n):(n=e[1],s=n),{type:"link",raw:e[0],text:n,href:s,tokens:[{type:"text",raw:n,text:n}]}}}url(t){var n;let e;if(e=this.rules.inline.url.exec(t)){let s,i;if(e[2]==="@")s=e[0],i="mailto:"+s;else{let l;do l=e[0],e[0]=((n=this.rules.inline._backpedal.exec(e[0]))==null?void 0:n[0])??"";while(l!==e[0]);s=e[0],e[1]==="www."?i="http://"+e[0]:i=e[0]}return{type:"link",raw:e[0],text:s,href:i,tokens:[{type:"text",raw:s,text:s}]}}}inlineText(t){let e=this.rules.inline.text.exec(t);if(e){let n=this.lexer.state.inRawBlock;return{type:"text",raw:e[0],text:e[0],escaped:n}}}},Z=class Ot{constructor(e){S(this,"tokens");S(this,"options");S(this,"state");S(this,"inlineQueue");S(this,"tokenizer");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||ke,this.options.tokenizer=this.options.tokenizer||new Ke,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let n={other:U,block:Xe.normal,inline:ze.normal};this.options.pedantic?(n.block=Xe.pedantic,n.inline=ze.pedantic):this.options.gfm&&(n.block=Xe.gfm,this.options.breaks?n.inline=ze.breaks:n.inline=ze.gfm),this.tokenizer.rules=n}static get rules(){return{block:Xe,inline:ze}}static lex(e,n){return new Ot(n).lex(e)}static lexInline(e,n){return new Ot(n).inlineTokens(e)}lex(e){e=e.replace(U.carriageReturn,` -`),this.blockTokens(e,this.tokens);for(let n=0;n(o=p.call({lexer:this},e,n))?(e=e.substring(o.raw.length),n.push(o),!0):!1))continue;if(o=this.tokenizer.space(e)){e=e.substring(o.raw.length);let p=n.at(-1);o.raw.length===1&&p!==void 0?p.raw+=` -`:n.push(o);continue}if(o=this.tokenizer.code(e)){e=e.substring(o.raw.length);let p=n.at(-1);(p==null?void 0:p.type)==="paragraph"||(p==null?void 0:p.type)==="text"?(p.raw+=(p.raw.endsWith(` -`)?"":` -`)+o.raw,p.text+=` -`+o.text,this.inlineQueue.at(-1).src=p.text):n.push(o);continue}if(o=this.tokenizer.fences(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.heading(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.hr(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.blockquote(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.list(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.html(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.def(e)){e=e.substring(o.raw.length);let p=n.at(-1);(p==null?void 0:p.type)==="paragraph"||(p==null?void 0:p.type)==="text"?(p.raw+=(p.raw.endsWith(` -`)?"":` -`)+o.raw,p.text+=` -`+o.raw,this.inlineQueue.at(-1).src=p.text):this.tokens.links[o.tag]||(this.tokens.links[o.tag]={href:o.href,title:o.title},n.push(o));continue}if(o=this.tokenizer.table(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.lheading(e)){e=e.substring(o.raw.length),n.push(o);continue}let g=e;if((u=this.options.extensions)!=null&&u.startBlock){let p=1/0,b=e.slice(1),k;this.options.extensions.startBlock.forEach(I=>{k=I.call({lexer:this},b),typeof k=="number"&&k>=0&&(p=Math.min(p,k))}),p<1/0&&p>=0&&(g=e.substring(0,p+1))}if(this.state.top&&(o=this.tokenizer.paragraph(g))){let p=n.at(-1);s&&(p==null?void 0:p.type)==="paragraph"?(p.raw+=(p.raw.endsWith(` -`)?"":` -`)+o.raw,p.text+=` -`+o.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=p.text):n.push(o),s=g.length!==e.length,e=e.substring(o.raw.length);continue}if(o=this.tokenizer.text(e)){e=e.substring(o.raw.length);let p=n.at(-1);(p==null?void 0:p.type)==="text"?(p.raw+=(p.raw.endsWith(` -`)?"":` -`)+o.raw,p.text+=` -`+o.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=p.text):n.push(o);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return this.state.top=!0,n}inline(e,n=[]){return this.inlineQueue.push({src:e,tokens:n}),n}inlineTokens(e,n=[]){var g,p,b,k,I;this.tokenizer.lexer=this;let s=e,i=null;if(this.tokens.links){let d=Object.keys(this.tokens.links);if(d.length>0)for(;(i=this.tokenizer.rules.inline.reflinkSearch.exec(s))!==null;)d.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(i=this.tokenizer.rules.inline.anyPunctuation.exec(s))!==null;)s=s.slice(0,i.index)+"++"+s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);let l;for(;(i=this.tokenizer.rules.inline.blockSkip.exec(s))!==null;)l=i[2]?i[2].length:0,s=s.slice(0,i.index+l)+"["+"a".repeat(i[0].length-l-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);s=((p=(g=this.options.hooks)==null?void 0:g.emStrongMask)==null?void 0:p.call({lexer:this},s))??s;let c=!1,u="",o=1/0;for(;e;){if(e.length(d=y.call({lexer:this},e,n))?(e=e.substring(d.raw.length),n.push(d),!0):!1))continue;if(d=this.tokenizer.escape(e)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.tag(e)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.link(e)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(d.raw.length);let y=n.at(-1);d.type==="text"&&(y==null?void 0:y.type)==="text"?(y.raw+=d.raw,y.text+=d.text):n.push(d);continue}if(d=this.tokenizer.emStrong(e,s,u)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.codespan(e)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.br(e)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.del(e,s,u)){e=e.substring(d.raw.length),n.push(d);continue}if(d=this.tokenizer.autolink(e)){e=e.substring(d.raw.length),n.push(d);continue}if(!this.state.inLink&&(d=this.tokenizer.url(e))){e=e.substring(d.raw.length),n.push(d);continue}let W=e;if((I=this.options.extensions)!=null&&I.startInline){let y=1/0,V=e.slice(1),Q;this.options.extensions.startInline.forEach(ue=>{Q=ue.call({lexer:this},V),typeof Q=="number"&&Q>=0&&(y=Math.min(y,Q))}),y<1/0&&y>=0&&(W=e.substring(0,y+1))}if(d=this.tokenizer.inlineText(W)){e=e.substring(d.raw.length),d.raw.slice(-1)!=="_"&&(u=d.raw.slice(-1)),c=!0;let y=n.at(-1);(y==null?void 0:y.type)==="text"?(y.raw+=d.raw,y.text+=d.text):n.push(d);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return n}infiniteLoopError(e){let n="Infinite loop on byte: "+e;if(this.options.silent)console.error(n);else throw new Error(n)}},Je=class{constructor(t){S(this,"options");S(this,"parser");this.options=t||ke}space(t){return""}code({text:t,lang:e,escaped:n}){var l;let s=(l=(e||"").match(U.notSpaceStart))==null?void 0:l[0],i=t.replace(U.endingNewline,"")+` -`;return s?'
'+(n?i:ne(i,!0))+`
-`:"
"+(n?i:ne(i,!0))+`
-`}blockquote({tokens:t}){return`
-${this.parser.parse(t)}
-`}html({text:t}){return t}def(t){return""}heading({tokens:t,depth:e}){return`${this.parser.parseInline(t)} -`}hr(t){return`
-`}list(t){let e=t.ordered,n=t.start,s="";for(let c=0;c -`+s+" -`}listitem(t){return`
  • ${this.parser.parse(t.tokens)}
  • -`}checkbox({checked:t}){return" '}paragraph({tokens:t}){return`

    ${this.parser.parseInline(t)}

    -`}table(t){let e="",n="";for(let i=0;i${s}`),` - -`+e+` -`+s+`
    -`}tablerow({text:t}){return` -${t} -`}tablecell(t){let e=this.parser.parseInline(t.tokens),n=t.header?"th":"td";return(t.align?`<${n} align="${t.align}">`:`<${n}>`)+e+` -`}strong({tokens:t}){return`${this.parser.parseInline(t)}`}em({tokens:t}){return`${this.parser.parseInline(t)}`}codespan({text:t}){return`${ne(t,!0)}`}br(t){return"
    "}del({tokens:t}){return`${this.parser.parseInline(t)}`}link({href:t,title:e,tokens:n}){let s=this.parser.parseInline(n),i=Nn(t);if(i===null)return s;t=i;let l='
    ",l}image({href:t,title:e,text:n,tokens:s}){s&&(n=this.parser.parseInline(s,this.parser.textRenderer));let i=Nn(t);if(i===null)return ne(n);t=i;let l=`${ne(n)}{let o=c[u].flat(1/0);n=n.concat(this.walkTokens(o,e))}):c.tokens&&(n=n.concat(this.walkTokens(c.tokens,e)))}}return n}use(...t){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach(n=>{let s={...n};if(s.async=this.defaults.async||s.async||!1,n.extensions&&(n.extensions.forEach(i=>{if(!i.name)throw new Error("extension name required");if("renderer"in i){let l=e.renderers[i.name];l?e.renderers[i.name]=function(...c){let u=i.renderer.apply(this,c);return u===!1&&(u=l.apply(this,c)),u}:e.renderers[i.name]=i.renderer}if("tokenizer"in i){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let l=e[i.level];l?l.unshift(i.tokenizer):e[i.level]=[i.tokenizer],i.start&&(i.level==="block"?e.startBlock?e.startBlock.push(i.start):e.startBlock=[i.start]:i.level==="inline"&&(e.startInline?e.startInline.push(i.start):e.startInline=[i.start]))}"childTokens"in i&&i.childTokens&&(e.childTokens[i.name]=i.childTokens)}),s.extensions=e),n.renderer){let i=this.defaults.renderer||new Je(this.defaults);for(let l in n.renderer){if(!(l in i))throw new Error(`renderer '${l}' does not exist`);if(["options","parser"].includes(l))continue;let c=l,u=n.renderer[c],o=i[c];i[c]=(...g)=>{let p=u.apply(i,g);return p===!1&&(p=o.apply(i,g)),p||""}}s.renderer=i}if(n.tokenizer){let i=this.defaults.tokenizer||new Ke(this.defaults);for(let l in n.tokenizer){if(!(l in i))throw new Error(`tokenizer '${l}' does not exist`);if(["options","rules","lexer"].includes(l))continue;let c=l,u=n.tokenizer[c],o=i[c];i[c]=(...g)=>{let p=u.apply(i,g);return p===!1&&(p=o.apply(i,g)),p}}s.tokenizer=i}if(n.hooks){let i=this.defaults.hooks||new ve;for(let l in n.hooks){if(!(l in i))throw new Error(`hook '${l}' does not exist`);if(["options","block"].includes(l))continue;let c=l,u=n.hooks[c],o=i[c];ve.passThroughHooks.has(l)?i[c]=g=>{if(this.defaults.async&&ve.passThroughHooksRespectAsync.has(l))return(async()=>{let b=await u.call(i,g);return o.call(i,b)})();let p=u.call(i,g);return o.call(i,p)}:i[c]=(...g)=>{if(this.defaults.async)return(async()=>{let b=await u.apply(i,g);return b===!1&&(b=await o.apply(i,g)),b})();let p=u.apply(i,g);return p===!1&&(p=o.apply(i,g)),p}}s.hooks=i}if(n.walkTokens){let i=this.defaults.walkTokens,l=n.walkTokens;s.walkTokens=function(c){let u=[];return u.push(l.call(this,c)),i&&(u=u.concat(i.call(this,c))),u}}this.defaults={...this.defaults,...s}}),this}setOptions(t){return this.defaults={...this.defaults,...t},this}lexer(t,e){return Z.lex(t,e??this.defaults)}parser(t,e){return X.parse(t,e??this.defaults)}parseMarkdown(t){return(e,n)=>{let s={...n},i={...this.defaults,...s},l=this.onError(!!i.silent,!!i.async);if(this.defaults.async===!0&&s.async===!1)return l(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof e>"u"||e===null)return l(new Error("marked(): input parameter is undefined or null"));if(typeof e!="string")return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));if(i.hooks&&(i.hooks.options=i,i.hooks.block=t),i.async)return(async()=>{let c=i.hooks?await i.hooks.preprocess(e):e,u=await(i.hooks?await i.hooks.provideLexer(t):t?Z.lex:Z.lexInline)(c,i),o=i.hooks?await i.hooks.processAllTokens(u):u;i.walkTokens&&await Promise.all(this.walkTokens(o,i.walkTokens));let g=await(i.hooks?await i.hooks.provideParser(t):t?X.parse:X.parseInline)(o,i);return i.hooks?await i.hooks.postprocess(g):g})().catch(l);try{i.hooks&&(e=i.hooks.preprocess(e));let c=(i.hooks?i.hooks.provideLexer(t):t?Z.lex:Z.lexInline)(e,i);i.hooks&&(c=i.hooks.processAllTokens(c)),i.walkTokens&&this.walkTokens(c,i.walkTokens);let u=(i.hooks?i.hooks.provideParser(t):t?X.parse:X.parseInline)(c,i);return i.hooks&&(u=i.hooks.postprocess(u)),u}catch(c){return l(c)}}}onError(t,e){return n=>{if(n.message+=` -Please report this to https://github.com/markedjs/marked.`,t){let s="

    An error occurred:

    "+ne(n.message+"",!0)+"
    ";return e?Promise.resolve(s):s}if(e)return Promise.reject(n);throw n}}},me=new Gs;function A(t,e){return me.parse(t,e)}A.options=A.setOptions=function(t){return me.setOptions(t),A.defaults=me.defaults,vn(A.defaults),A};A.getDefaults=Nt;A.defaults=ke;A.use=function(...t){return me.use(...t),A.defaults=me.defaults,vn(A.defaults),A};A.walkTokens=function(t,e){return me.walkTokens(t,e)};A.parseInline=me.parseInline;A.Parser=X;A.parser=X.parse;A.Renderer=Je;A.TextRenderer=Ut;A.Lexer=Z;A.lexer=Z.lex;A.Tokenizer=Ke;A.Hooks=ve;A.parse=A;A.options;A.setOptions;A.use;A.walkTokens;A.parseInline;X.parse;Z.lex;export{A as g,qs as p}; diff --git a/embed_static/static/spa/assets/postContent-D-mW2yDF.js b/embed_static/static/spa/assets/postContent-ClrHK1rL.js similarity index 95% rename from embed_static/static/spa/assets/postContent-D-mW2yDF.js rename to embed_static/static/spa/assets/postContent-ClrHK1rL.js index 2dee0fa..3f0e036 100644 --- a/embed_static/static/spa/assets/postContent-D-mW2yDF.js +++ b/embed_static/static/spa/assets/postContent-ClrHK1rL.js @@ -1,4 +1,4 @@ -import{p as l}from"./markdown-vendor-DxR1h-Bq.js";const m={ADD_TAGS:["members-only"],ADD_ATTR:["data-locked","data-length"]},c=` +import{p as l}from"./purify-vendor-Cx4rtWv4.js";const m={ADD_TAGS:["members-only"],ADD_ATTR:["data-locked","data-length"]},c=`
    @@ -199,7 +201,7 @@ export default function ComposePage() { placeholder="输入文章标题…" value={title} onChange={e => setTitle(e.target.value)} - maxLength={256} + maxLength={limits.post_title_max > 0 ? limits.post_title_max : undefined} /> {currentBoard && (
    diff --git a/frontend/src/pages/ProfilePage.tsx b/frontend/src/pages/ProfilePage.tsx index f27311d..8876c08 100644 --- a/frontend/src/pages/ProfilePage.tsx +++ b/frontend/src/pages/ProfilePage.tsx @@ -12,14 +12,15 @@ import { Spinner } from '@/components/ui/spinner'; import { notify } from '@/lib/notify'; import { useAuth } from '../hooks/useAuth'; import { api } from '../api/client'; +import { useForumLimits } from '../hooks/useForumLimits'; const nickSchema = z.object({ nickname: z.string().min(1, '请输入昵称').max(64), }); -const pwdSchema = z.object({ +const pwdSchema = (minLen: number) => z.object({ old_password: z.string().min(1, '请输入当前密码'), - new_password: z.string().min(6, '新密码至少 6 位'), + new_password: z.string().min(minLen, `新密码至少 ${minLen} 位`), confirm_password: z.string().min(1, '请确认新密码'), }).refine(d => d.new_password === d.confirm_password, { message: '两次输入的新密码不一致', @@ -27,7 +28,7 @@ const pwdSchema = z.object({ }); type NickValues = z.infer; -type PwdValues = z.infer; +type PwdValues = z.infer>; export default function ProfilePage() { const nav = useNavigate(); @@ -37,13 +38,15 @@ export default function ProfilePage() { const [avatarLoading, setAvatarLoading] = useState(false); const fileRef = useRef(null); + const { limits } = useForumLimits(); + const nickForm = useForm({ resolver: zodResolver(nickSchema), values: { nickname: user?.nickname ?? '' }, }); const pwdForm = useForm({ - resolver: zodResolver(pwdSchema), + resolver: zodResolver(pwdSchema(limits.password_min_len)), defaultValues: { old_password: '', new_password: '', confirm_password: '' }, }); @@ -90,8 +93,8 @@ export default function ProfilePage() { const onAvatarChange = async (e: React.ChangeEvent) => { const file = e.target.files?.[0]; if (!file) return; - if (file.size > 2 * 1024 * 1024) { - notify.error('头像不能超过 2MB'); + if (file.size > limits.avatar_max_mb * 1024 * 1024) { + notify.error(`头像不能超过 ${limits.avatar_max_mb}MB`); return; } setAvatarLoading(true); diff --git a/frontend/src/pages/RegisterPage.tsx b/frontend/src/pages/RegisterPage.tsx index ee4ae51..6ec1e8a 100644 --- a/frontend/src/pages/RegisterPage.tsx +++ b/frontend/src/pages/RegisterPage.tsx @@ -8,22 +8,24 @@ import { Input } from '@/components/ui/input'; import { Form, FormControl, FormField, FormItem, FormLabel, FormMessage } from '@/components/ui/form'; import { notify } from '@/lib/notify'; import { api } from '../api/client'; +import { useForumLimits } from '../hooks/useForumLimits'; import { useAuth } from '../hooks/useAuth'; -const schema = z.object({ +const schema = (minLen: number) => z.object({ username: z.string().min(1, '请输入用户名'), nickname: z.string().optional(), - password: z.string().min(6, '密码至少 6 位'), + password: z.string().min(minLen, `密码至少 ${minLen} 位`), }); -type FormValues = z.infer; +type FormValues = z.infer>; export default function RegisterPage() { + const { limits } = useForumLimits(); const nav = useNavigate(); const { refresh } = useAuth(); const [loading, setLoading] = useState(false); const form = useForm({ - resolver: zodResolver(schema), + resolver: zodResolver(schema(limits.password_min_len)), defaultValues: { username: '', nickname: '', password: '' }, }); @@ -82,7 +84,7 @@ export default function RegisterPage() { 密码 - + diff --git a/frontend/src/pages/admin/AdminPostsPage.tsx b/frontend/src/pages/admin/AdminPostsPage.tsx index caa1010..7d43981 100644 --- a/frontend/src/pages/admin/AdminPostsPage.tsx +++ b/frontend/src/pages/admin/AdminPostsPage.tsx @@ -15,6 +15,16 @@ import { api } from '../../api/client'; import { useAdminGuard } from '../../layouts/AdminLayout'; import type { PostItem } from '../../api/types'; import { clearAllFeedCache } from '../../utils/feedCache'; +import { isTimeDiffSignificant } from '../../utils/content'; + +function formatAdminTime(iso: string) { + const d = new Date(iso); + if (Number.isNaN(d.getTime())) return iso; + return d.toLocaleString('zh-CN', { + year: 'numeric', month: '2-digit', day: '2-digit', + hour: '2-digit', minute: '2-digit', + }); +} export default function AdminPostsPage() { const nav = useNavigate(); @@ -80,7 +90,7 @@ export default function AdminPostsPage() {

    帖子管理

    -

    置顶、删除帖子,搜索标题关键词

    +

    置顶、锁定编辑、删除帖子;支持按标题、标签或正文关键词搜索

    setKeyword(e.target.value)} - placeholder="搜索帖子标题…" + placeholder="搜索标题、标签或正文…" /> {search && ( @@ -112,6 +122,8 @@ export default function AdminPostsPage() { 标题 板块 作者 + 标签 + 评论 置顶 锁定 点赞 @@ -121,21 +133,33 @@ export default function AdminPostsPage() { - {posts.map(p => ( + {posts.map(p => { + const edited = p.updated_at && isTimeDiffSignificant(p.created_at, p.updated_at); + return ( {p.id} - + + {edited && 已编辑} {p.board?.name ?? '—'} {p.user?.nickname ?? '—'} + {p.tags || '—'} + {p.comment_count ?? 0} {p.pinned ? : '—'} {p.edit_locked ? : '—'} {p.like_count} {p.view_count} - {new Date(p.created_at).toLocaleString('zh-CN')} + + {formatAdminTime(p.created_at)} + {edited && p.updated_at && ( + + 改于 {formatAdminTime(p.updated_at)} + + )} +
    - ))} + ); + })} {posts.length === 0 &&
    没有找到帖子
    } diff --git a/frontend/src/pages/admin/AdminSettingsPage.tsx b/frontend/src/pages/admin/AdminSettingsPage.tsx index 3bd52e8..475234a 100644 --- a/frontend/src/pages/admin/AdminSettingsPage.tsx +++ b/frontend/src/pages/admin/AdminSettingsPage.tsx @@ -1,42 +1,173 @@ import { useEffect, useState } from 'react'; -import { Database } from 'lucide-react'; +import { Database, Shield, Server, SlidersHorizontal } from 'lucide-react'; import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; +import { Textarea } from '@/components/ui/textarea'; import { Spinner } from '@/components/ui/spinner'; import { notify } from '@/lib/notify'; import { api } from '../../api/client'; import { useAdminGuard } from '../../layouts/AdminLayout'; -import type { AdminSettings } from '../../api/types'; +import { invalidateForumLimitsCache } from '../../hooks/useForumLimits'; +import type { AdminSettings, ForumLimits } from '../../api/types'; + +type TabId = 'limits' | 'filter' | 'system'; + +type SettingRow = { + key: keyof ForumLimits; + label: string; + unit?: string; + hint?: string; + min?: number; +}; + +type SettingSection = { + id: string; + title: string; + summary: string; + rows: SettingRow[]; +}; + +const SETTING_SECTIONS: SettingSection[] = [ + { + id: 'rule', + title: '编辑规则', + summary: '控制普通用户修改自己帖子的时限', + rows: [ + { key: 'post_edit_window_hours', label: '可编辑时限', unit: '小时', hint: '0 = 不限', min: 0 }, + ], + }, + { + id: 'rate', + title: '操作限流', + summary: '同一用户或 IP 在窗口期内的最大请求次数', + rows: [ + { key: 'rate_limit_window_sec', label: '限流窗口', unit: '秒', min: 10 }, + { key: 'rate_limit_post', label: '发帖', unit: '次', min: 1 }, + { key: 'rate_limit_comment', label: '评论', unit: '次', min: 1 }, + { key: 'rate_limit_register', label: '注册', unit: '次', min: 1 }, + { key: 'rate_limit_login', label: '登录', unit: '次', min: 1 }, + ], + }, + { + id: 'content', + title: '内容长度', + summary: '发帖与评论的字数上限,服务端强制校验', + rows: [ + { key: 'post_title_max', label: '帖子标题', unit: '字', min: 1 }, + { key: 'post_tags_max', label: '帖子标签', unit: '字', hint: '0 = 不限', min: 0 }, + { key: 'post_content_max', label: '帖子正文', unit: '字', hint: '0 = 不限', min: 0 }, + { key: 'comment_max', label: '评论内容', unit: '字', min: 1 }, + ], + }, + { + id: 'search', + title: '搜索与列表', + summary: '关键词长度与帖子列表分页', + rows: [ + { key: 'search_keyword_min', label: '关键词最短', unit: '字', min: 0 }, + { key: 'search_keyword_max', label: '关键词最长', unit: '字', min: 1 }, + { key: 'page_size_default', label: '默认每页', unit: '条', min: 1 }, + { key: 'page_size_max', label: '最大每页', unit: '条', min: 1 }, + ], + }, + { + id: 'user', + title: '用户账号', + summary: '注册、改密与头像上传限制', + rows: [ + { key: 'password_min_len', label: '密码最短', unit: '位', min: 4 }, + { key: 'avatar_max_mb', label: '头像上限', unit: 'MB', min: 1 }, + ], + }, +]; + +const TABS: { id: TabId; label: string; icon: typeof SlidersHorizontal }[] = [ + { id: 'limits', label: '论坛限制', icon: SlidersHorizontal }, + { id: 'filter', label: '敏感词', icon: Shield }, + { id: 'system', label: '系统维护', icon: Server }, +]; + +function SettingTable({ + sections, + limits, + onChange, +}: { + sections: SettingSection[]; + limits: ForumLimits; + onChange: (key: keyof ForumLimits, value: string) => void; +}) { + return ( +
    + {sections.map(section => ( +
    +
    +

    {section.title}

    +

    {section.summary}

    +
    +
    + {section.rows.map(row => ( +
    + +
    + onChange(row.key, e.target.value)} + className="admin-settings-input" + /> + {row.unit && {row.unit}} +
    + {row.hint ?? ''} +
    + ))} +
    +
    + ))} +
    + ); +} export default function AdminSettingsPage() { const { ready } = useAdminGuard(); const [settings, setSettings] = useState(null); + const [limits, setLimits] = useState(null); + const [filterWords, setFilterWords] = useState(''); + const [activeTab, setActiveTab] = useState('limits'); const [loading, setLoading] = useState(true); const [backing, setBacking] = useState(false); - const [editWindowHours, setEditWindowHours] = useState('24'); const [savingForum, setSavingForum] = useState(false); + const [savingFilter, setSavingFilter] = useState(false); useEffect(() => { if (!ready) return; api.adminSettings() .then(s => { setSettings(s); - setEditWindowHours(String(s.post_edit_window_hours ?? 24)); + setLimits(s.limits); + setFilterWords(s.filter_words); }) .finally(() => setLoading(false)); }, [ready]); + const handleLimitChange = (key: keyof ForumLimits, value: string) => { + const n = parseInt(value, 10); + if (Number.isNaN(n)) return; + setLimits(prev => prev ? { ...prev, [key]: n } : prev); + }; + const handleSaveForumSettings = async () => { - const hours = parseInt(editWindowHours, 10); - if (Number.isNaN(hours) || hours < 0) { - notify.warning('请输入有效的小时数(0 表示不限)'); - return; - } + if (!limits) return; setSavingForum(true); try { - const r = await api.adminUpdateForumSettings({ post_edit_window_hours: hours }); + const r = await api.adminUpdateForumSettings(limits); notify.success(r.message); - setSettings(s => s ? { ...s, post_edit_window_hours: r.post_edit_window_hours } : s); + invalidateForumLimitsCache(); + setLimits(r.limits); + setSettings(s => s ? { ...s, limits: r.limits } : s); } catch (e: unknown) { notify.error(e instanceof Error ? e.message : '保存失败'); } finally { @@ -44,6 +175,19 @@ export default function AdminSettingsPage() { } }; + const handleSaveFilterWords = async () => { + setSavingFilter(true); + try { + const r = await api.adminUpdateFilterWords(filterWords); + notify.success(r.message); + setSettings(s => s ? { ...s, filter_words: filterWords, filter_word_count: r.word_count } : s); + } catch (e: unknown) { + notify.error(e instanceof Error ? e.message : '保存失败'); + } finally { + setSavingFilter(false); + } + }; + const handleBackup = async () => { setBacking(true); try { @@ -60,56 +204,121 @@ export default function AdminSettingsPage() { if (!ready || loading) { return
    ; } - if (!settings) return null; + if (!settings || !limits) return null; return ( -
    -
    +
    +

    系统设置

    -

    数据目录、敏感词配置与数据库备份

    -
    +

    管理论坛运行规则、敏感词过滤与数据维护

    + -
    -
    论坛规则
    -

    - 设置普通用户发布后可编辑帖子的时限。超过时限后仅管理员可编辑。设为 0 表示不限时。 -

    -
    - - setEditWindowHours(e.target.value)} - className="max-w-[120px]" - /> - + + + {activeTab === 'limits' && ( +
    +
    +
    + 论坛限制 + 共 {SETTING_SECTIONS.length} 组 +
    +
    + +
    +
    +
    +

    修改后请点击保存,新规则立即对全部用户生效

    + +
    -
    + )} -
    -
    运行信息
    -
    -
    数据目录
    {settings.data_dir}
    -
    数据库路径
    {settings.db_path}
    -
    敏感词配置
    {settings.filter_path}
    -
    监听端口
    {settings.port}
    -
    -
    + {activeTab === 'filter' && ( +
    +
    +
    + 敏感词过滤 + {settings.filter_word_count} 个词条 +
    +
    +

    + 每行一个词,# 开头为注释。保存后写入 filter_words.txt 并立即生效。 +

    +