@payloadcms/richtext-lexical 4.0.0-internal.d28e9fb → 4.0.0-internal.fa345ef

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (949) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cell/rscEntry.d.ts +1 -1
  3. package/dist/cell/rscEntry.d.ts.map +1 -1
  4. package/dist/cell/rscEntry.js +5 -5
  5. package/dist/cell/rscEntry.js.map +1 -1
  6. package/dist/exports/client/Field-XH5C4HFU.js +2 -0
  7. package/dist/exports/client/Field-XH5C4HFU.js.map +7 -0
  8. package/dist/exports/client/RelationshipComponent-YCPAKOL7.js +2 -0
  9. package/dist/exports/client/RelationshipComponent-YCPAKOL7.js.map +7 -0
  10. package/dist/exports/client/bundled.css +1 -1
  11. package/dist/exports/client/chunk-5VIL27GI.js +2 -0
  12. package/dist/exports/client/chunk-5VIL27GI.js.map +7 -0
  13. package/dist/exports/client/chunk-ESITTE3C.js +2 -0
  14. package/dist/exports/client/chunk-ESITTE3C.js.map +7 -0
  15. package/dist/exports/client/{chunk-BZZVLW4U.js → chunk-RJ5MAOKZ.js} +1 -1
  16. package/dist/exports/client/chunk-RJ5MAOKZ.js.map +7 -0
  17. package/dist/exports/client/chunk-UD4DQ4AK.js +2 -0
  18. package/dist/exports/client/chunk-UD4DQ4AK.js.map +7 -0
  19. package/dist/exports/client/chunk-WSAPGI3Z.js +2 -0
  20. package/dist/exports/client/chunk-WSAPGI3Z.js.map +7 -0
  21. package/dist/exports/client/chunk-X3D4LZS7.js +2 -0
  22. package/dist/exports/client/chunk-X3D4LZS7.js.map +7 -0
  23. package/dist/exports/client/component-PHZQBOJE.js +2 -0
  24. package/dist/exports/client/component-PHZQBOJE.js.map +7 -0
  25. package/dist/exports/client/componentInline-H24N7GUG.js +2 -0
  26. package/dist/exports/client/index.d.ts +0 -1
  27. package/dist/exports/client/index.d.ts.map +1 -1
  28. package/dist/exports/client/index.js +27 -28
  29. package/dist/exports/client/index.js.map +4 -4
  30. package/dist/exports/react/index.d.ts +1 -1
  31. package/dist/exports/react/index.d.ts.map +1 -1
  32. package/dist/exports/react/index.js.map +1 -1
  33. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -1
  34. package/dist/features/align/client/toolbarAlignGroup.js +1 -0
  35. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -1
  36. package/dist/features/blockquote/client/index.js +2 -2
  37. package/dist/features/blockquote/client/index.js.map +1 -1
  38. package/dist/features/blockquote/server/index.d.ts +1 -4
  39. package/dist/features/blockquote/server/index.d.ts.map +1 -1
  40. package/dist/features/blockquote/server/index.js +4 -41
  41. package/dist/features/blockquote/server/index.js.map +1 -1
  42. package/dist/features/blockquote/server/schema.d.ts +8 -0
  43. package/dist/features/blockquote/server/schema.d.ts.map +1 -0
  44. package/dist/features/blockquote/server/schema.js +15 -0
  45. package/dist/features/blockquote/server/schema.js.map +1 -0
  46. package/dist/features/blocks/client/component/BlockContent.d.ts +10 -0
  47. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -1
  48. package/dist/features/blocks/client/component/BlockContent.js.map +1 -1
  49. package/dist/features/blocks/client/component/index.css +178 -0
  50. package/dist/features/blocks/client/component/index.d.ts +4 -3
  51. package/dist/features/blocks/client/component/index.d.ts.map +1 -1
  52. package/dist/features/blocks/client/component/index.js +89 -24
  53. package/dist/features/blocks/client/component/index.js.map +1 -1
  54. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts.map +1 -1
  55. package/dist/features/blocks/client/componentInline/index.css +85 -0
  56. package/dist/features/blocks/client/componentInline/index.d.ts +4 -3
  57. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -1
  58. package/dist/features/blocks/client/componentInline/index.js +33 -12
  59. package/dist/features/blocks/client/componentInline/index.js.map +1 -1
  60. package/dist/features/blocks/client/index.d.ts.map +1 -1
  61. package/dist/features/blocks/client/index.js +4 -4
  62. package/dist/features/blocks/client/index.js.map +1 -1
  63. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.d.ts +1 -1
  64. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.d.ts.map +1 -1
  65. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.js +1 -1
  66. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.js.map +1 -1
  67. package/dist/features/blocks/client/markdown/getMarkdownToLexical.d.ts +1 -1
  68. package/dist/features/blocks/client/markdown/getMarkdownToLexical.d.ts.map +1 -1
  69. package/dist/features/blocks/client/markdown/getMarkdownToLexical.js +5 -2
  70. package/dist/features/blocks/client/markdown/getMarkdownToLexical.js.map +1 -1
  71. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts +1 -2
  72. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts.map +1 -1
  73. package/dist/features/blocks/client/markdown/markdownTransformer.js +4 -4
  74. package/dist/features/blocks/client/markdown/markdownTransformer.js.map +1 -1
  75. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +2 -2
  76. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -1
  77. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -1
  78. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +2 -2
  79. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -1
  80. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -1
  81. package/dist/features/blocks/client/plugin/index.d.ts +1 -1
  82. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -1
  83. package/dist/features/blocks/client/plugin/index.js.map +1 -1
  84. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts +1 -1
  85. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts.map +1 -1
  86. package/dist/features/blocks/premade/CodeBlock/Component/Block.js +4 -0
  87. package/dist/features/blocks/premade/CodeBlock/Component/Block.js.map +1 -1
  88. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.css +26 -0
  89. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.d.ts +1 -1
  90. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.d.ts.map +1 -1
  91. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js +4 -1
  92. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js.map +1 -1
  93. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.css +38 -0
  94. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.d.ts +1 -1
  95. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.d.ts.map +1 -1
  96. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js +7 -8
  97. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js.map +1 -1
  98. package/dist/features/blocks/premade/CodeBlock/Component/index.css +171 -0
  99. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +1 -2
  100. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -1
  101. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -1
  102. package/dist/features/blocks/server/index.d.ts +1 -0
  103. package/dist/features/blocks/server/index.d.ts.map +1 -1
  104. package/dist/features/blocks/server/index.js +24 -72
  105. package/dist/features/blocks/server/index.js.map +1 -1
  106. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts +1 -1
  107. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts.map +1 -1
  108. package/dist/features/blocks/server/markdown/markdownTransformer.js +4 -4
  109. package/dist/features/blocks/server/markdown/markdownTransformer.js.map +1 -1
  110. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +1 -18
  111. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -1
  112. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -1
  113. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +2 -10
  114. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -1
  115. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -1
  116. package/dist/features/blocks/server/schema.d.ts +45 -0
  117. package/dist/features/blocks/server/schema.d.ts.map +1 -0
  118. package/dist/features/blocks/server/schema.js +140 -0
  119. package/dist/features/blocks/server/schema.js.map +1 -0
  120. package/dist/features/blocks/server/validate.d.ts +1 -2
  121. package/dist/features/blocks/server/validate.d.ts.map +1 -1
  122. package/dist/features/blocks/server/validate.js.map +1 -1
  123. package/dist/features/converters/htmlToLexical/index.d.ts +1 -1
  124. package/dist/features/converters/htmlToLexical/index.d.ts.map +1 -1
  125. package/dist/features/converters/htmlToLexical/index.js.map +1 -1
  126. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts +1 -1
  127. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts.map +1 -1
  128. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.js.map +1 -1
  129. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts +1 -1
  130. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts.map +1 -1
  131. package/dist/features/converters/lexicalToHtml/async/converters/heading.js.map +1 -1
  132. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts +1 -1
  133. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts.map +1 -1
  134. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.js.map +1 -1
  135. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts +1 -1
  136. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts.map +1 -1
  137. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.js.map +1 -1
  138. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts +1 -1
  139. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts.map +1 -1
  140. package/dist/features/converters/lexicalToHtml/async/converters/link.js.map +1 -1
  141. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts +1 -1
  142. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts.map +1 -1
  143. package/dist/features/converters/lexicalToHtml/async/converters/list.js.map +1 -1
  144. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts +1 -1
  145. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts.map +1 -1
  146. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.js.map +1 -1
  147. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts +1 -1
  148. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts.map +1 -1
  149. package/dist/features/converters/lexicalToHtml/async/converters/tab.js.map +1 -1
  150. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts +1 -1
  151. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts.map +1 -1
  152. package/dist/features/converters/lexicalToHtml/async/converters/table.js +1 -1
  153. package/dist/features/converters/lexicalToHtml/async/converters/table.js.map +1 -1
  154. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts +1 -1
  155. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts.map +1 -1
  156. package/dist/features/converters/lexicalToHtml/async/converters/text.js.map +1 -1
  157. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts +1 -1
  158. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts.map +1 -1
  159. package/dist/features/converters/lexicalToHtml/async/converters/upload.js.map +1 -1
  160. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts +1 -1
  161. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts.map +1 -1
  162. package/dist/features/converters/lexicalToHtml/async/defaultConverters.js.map +1 -1
  163. package/dist/features/converters/lexicalToHtml/async/types.d.ts +15 -16
  164. package/dist/features/converters/lexicalToHtml/async/types.d.ts.map +1 -1
  165. package/dist/features/converters/lexicalToHtml/async/types.js.map +1 -1
  166. package/dist/features/converters/lexicalToHtml/shared/cssColors.d.ts.map +1 -1
  167. package/dist/features/converters/lexicalToHtml/shared/findConverterForNode.js.map +1 -1
  168. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts +1 -1
  169. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts.map +1 -1
  170. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.js.map +1 -1
  171. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts +1 -1
  172. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts.map +1 -1
  173. package/dist/features/converters/lexicalToHtml/sync/converters/heading.js.map +1 -1
  174. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts +1 -1
  175. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts.map +1 -1
  176. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.js.map +1 -1
  177. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts +1 -1
  178. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts.map +1 -1
  179. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.js.map +1 -1
  180. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts +1 -1
  181. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts.map +1 -1
  182. package/dist/features/converters/lexicalToHtml/sync/converters/link.js.map +1 -1
  183. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts +1 -1
  184. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts.map +1 -1
  185. package/dist/features/converters/lexicalToHtml/sync/converters/list.js.map +1 -1
  186. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts +1 -1
  187. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts.map +1 -1
  188. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.js.map +1 -1
  189. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts +1 -1
  190. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts.map +1 -1
  191. package/dist/features/converters/lexicalToHtml/sync/converters/tab.js.map +1 -1
  192. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts +1 -1
  193. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts.map +1 -1
  194. package/dist/features/converters/lexicalToHtml/sync/converters/table.js +1 -1
  195. package/dist/features/converters/lexicalToHtml/sync/converters/table.js.map +1 -1
  196. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts +1 -1
  197. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts.map +1 -1
  198. package/dist/features/converters/lexicalToHtml/sync/converters/text.js.map +1 -1
  199. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts +1 -1
  200. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts.map +1 -1
  201. package/dist/features/converters/lexicalToHtml/sync/converters/upload.js.map +1 -1
  202. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts +1 -1
  203. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts.map +1 -1
  204. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.js.map +1 -1
  205. package/dist/features/converters/lexicalToHtml/sync/types.d.ts +15 -16
  206. package/dist/features/converters/lexicalToHtml/sync/types.d.ts.map +1 -1
  207. package/dist/features/converters/lexicalToHtml/sync/types.js.map +1 -1
  208. package/dist/features/converters/lexicalToJSX/Component/index.d.ts +6 -4
  209. package/dist/features/converters/lexicalToJSX/Component/index.d.ts.map +1 -1
  210. package/dist/features/converters/lexicalToJSX/Component/index.js +5 -4
  211. package/dist/features/converters/lexicalToJSX/Component/index.js.map +1 -1
  212. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts +1 -1
  213. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts.map +1 -1
  214. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js.map +1 -1
  215. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts +1 -1
  216. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts.map +1 -1
  217. package/dist/features/converters/lexicalToJSX/converter/converters/heading.js.map +1 -1
  218. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts +1 -1
  219. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts.map +1 -1
  220. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js.map +1 -1
  221. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts +1 -1
  222. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts.map +1 -1
  223. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js.map +1 -1
  224. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts +1 -1
  225. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts.map +1 -1
  226. package/dist/features/converters/lexicalToJSX/converter/converters/link.js.map +1 -1
  227. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts +1 -1
  228. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts.map +1 -1
  229. package/dist/features/converters/lexicalToJSX/converter/converters/list.js.map +1 -1
  230. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts +1 -1
  231. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts.map +1 -1
  232. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js.map +1 -1
  233. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts +1 -1
  234. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts.map +1 -1
  235. package/dist/features/converters/lexicalToJSX/converter/converters/tab.js.map +1 -1
  236. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts +1 -1
  237. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts.map +1 -1
  238. package/dist/features/converters/lexicalToJSX/converter/converters/table.js.map +1 -1
  239. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts +1 -1
  240. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts.map +1 -1
  241. package/dist/features/converters/lexicalToJSX/converter/converters/text.js.map +1 -1
  242. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts +1 -1
  243. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts.map +1 -1
  244. package/dist/features/converters/lexicalToJSX/converter/converters/upload.js.map +1 -1
  245. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts +1 -1
  246. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts.map +1 -1
  247. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.js.map +1 -1
  248. package/dist/features/converters/lexicalToJSX/converter/index.d.ts +1 -1
  249. package/dist/features/converters/lexicalToJSX/converter/index.d.ts.map +1 -1
  250. package/dist/features/converters/lexicalToJSX/converter/index.js.map +1 -1
  251. package/dist/features/converters/lexicalToJSX/converter/types.d.ts +13 -15
  252. package/dist/features/converters/lexicalToJSX/converter/types.d.ts.map +1 -1
  253. package/dist/features/converters/lexicalToJSX/converter/types.js.map +1 -1
  254. package/dist/features/converters/lexicalToMarkdown/index.d.ts.map +1 -1
  255. package/dist/features/converters/lexicalToMarkdown/index.js +1 -1
  256. package/dist/features/converters/lexicalToMarkdown/index.js.map +1 -1
  257. package/dist/features/converters/lexicalToPlaintext/convertLexicalToPlaintext.spec.js.map +1 -1
  258. package/dist/features/converters/lexicalToPlaintext/shared/findConverterForNode.js.map +1 -1
  259. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts +13 -15
  260. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts.map +1 -1
  261. package/dist/features/converters/lexicalToPlaintext/sync/types.js.map +1 -1
  262. package/dist/features/converters/markdownToLexical/index.d.ts +1 -1
  263. package/dist/features/converters/markdownToLexical/index.d.ts.map +1 -1
  264. package/dist/features/converters/markdownToLexical/index.js +5 -2
  265. package/dist/features/converters/markdownToLexical/index.js.map +1 -1
  266. package/dist/features/debug/jsxConverter/client/plugin/index.d.ts +1 -1
  267. package/dist/features/debug/jsxConverter/client/plugin/index.d.ts.map +1 -1
  268. package/dist/features/debug/jsxConverter/client/plugin/index.js +1 -0
  269. package/dist/features/debug/jsxConverter/client/plugin/index.js.map +1 -1
  270. package/dist/features/debug/jsxConverter/client/plugin/style.css +9 -0
  271. package/dist/features/debug/testRecorder/client/plugin/index.css +51 -0
  272. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +1 -1
  273. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -1
  274. package/dist/features/debug/testRecorder/client/plugin/index.js +1 -0
  275. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -1
  276. package/dist/features/debug/treeView/client/plugin/index.css +81 -0
  277. package/dist/features/debug/treeView/client/plugin/index.d.ts +1 -1
  278. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -1
  279. package/dist/features/debug/treeView/client/plugin/index.js +1 -0
  280. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -1
  281. package/dist/features/experimental_table/client/index.js +2 -2
  282. package/dist/features/experimental_table/client/index.js.map +1 -1
  283. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.css +91 -0
  284. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +1 -1
  285. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -1
  286. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +3 -2
  287. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -1
  288. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.css +11 -0
  289. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +1 -1
  290. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -1
  291. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +1 -0
  292. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -1
  293. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +1 -1
  294. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -1
  295. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.css +166 -0
  296. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.d.ts +17 -0
  297. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.d.ts.map +1 -0
  298. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.js +219 -0
  299. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.js.map +1 -0
  300. package/dist/features/experimental_table/client/plugins/TablePlugin/index.css +235 -0
  301. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +1 -1
  302. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -1
  303. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +95 -104
  304. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -1
  305. package/dist/features/experimental_table/markdownTransformer.d.ts +2 -2
  306. package/dist/features/experimental_table/markdownTransformer.d.ts.map +1 -1
  307. package/dist/features/experimental_table/markdownTransformer.js +6 -3
  308. package/dist/features/experimental_table/markdownTransformer.js.map +1 -1
  309. package/dist/features/experimental_table/server/index.d.ts +1 -6
  310. package/dist/features/experimental_table/server/index.d.ts.map +1 -1
  311. package/dist/features/experimental_table/server/index.js +6 -104
  312. package/dist/features/experimental_table/server/index.js.map +1 -1
  313. package/dist/features/experimental_table/server/schema.d.ts +27 -0
  314. package/dist/features/experimental_table/server/schema.d.ts.map +1 -0
  315. package/dist/features/experimental_table/server/schema.js +107 -0
  316. package/dist/features/experimental_table/server/schema.js.map +1 -0
  317. package/dist/features/format/bold/feature.client.js +1 -1
  318. package/dist/features/format/bold/feature.client.js.map +1 -1
  319. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  320. package/dist/features/format/bold/feature.server.js +1 -1
  321. package/dist/features/format/bold/feature.server.js.map +1 -1
  322. package/dist/features/format/inlineCode/feature.client.js +1 -1
  323. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  324. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  325. package/dist/features/format/inlineCode/feature.server.js +1 -1
  326. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  327. package/dist/features/format/italic/feature.client.js +1 -1
  328. package/dist/features/format/italic/feature.client.js.map +1 -1
  329. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  330. package/dist/features/format/italic/feature.server.js +1 -1
  331. package/dist/features/format/italic/feature.server.js.map +1 -1
  332. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  333. package/dist/features/format/strikethrough/feature.client.js +1 -1
  334. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  335. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  336. package/dist/features/format/strikethrough/feature.server.js +1 -1
  337. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  338. package/dist/features/heading/client/index.js +2 -2
  339. package/dist/features/heading/client/index.js.map +1 -1
  340. package/dist/features/heading/markdownTransformer.d.ts +2 -2
  341. package/dist/features/heading/markdownTransformer.d.ts.map +1 -1
  342. package/dist/features/heading/markdownTransformer.js +6 -19
  343. package/dist/features/heading/markdownTransformer.js.map +1 -1
  344. package/dist/features/heading/server/index.d.ts +2 -4
  345. package/dist/features/heading/server/index.d.ts.map +1 -1
  346. package/dist/features/heading/server/index.js +4 -41
  347. package/dist/features/heading/server/index.js.map +1 -1
  348. package/dist/features/heading/server/schema.d.ts +10 -0
  349. package/dist/features/heading/server/schema.d.ts.map +1 -0
  350. package/dist/features/heading/server/schema.js +37 -0
  351. package/dist/features/heading/server/schema.js.map +1 -0
  352. package/dist/features/horizontalRule/client/index.js +2 -2
  353. package/dist/features/horizontalRule/client/index.js.map +1 -1
  354. package/dist/features/horizontalRule/client/markdownTransformer.d.ts +2 -2
  355. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -1
  356. package/dist/features/horizontalRule/client/markdownTransformer.js +1 -1
  357. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -1
  358. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +1 -1
  359. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -1
  360. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -1
  361. package/dist/features/horizontalRule/client/plugin/index.css +25 -0
  362. package/dist/features/horizontalRule/client/plugin/index.d.ts +1 -1
  363. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -1
  364. package/dist/features/horizontalRule/client/plugin/index.js +73 -4
  365. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -1
  366. package/dist/features/horizontalRule/server/index.d.ts +1 -0
  367. package/dist/features/horizontalRule/server/index.d.ts.map +1 -1
  368. package/dist/features/horizontalRule/server/index.js +4 -10
  369. package/dist/features/horizontalRule/server/index.js.map +1 -1
  370. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +2 -2
  371. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -1
  372. package/dist/features/horizontalRule/server/markdownTransformer.js +1 -1
  373. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -1
  374. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +1 -5
  375. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -1
  376. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -1
  377. package/dist/features/horizontalRule/server/schema.d.ts +7 -0
  378. package/dist/features/horizontalRule/server/schema.d.ts.map +1 -0
  379. package/dist/features/horizontalRule/server/schema.js +25 -0
  380. package/dist/features/horizontalRule/server/schema.js.map +1 -0
  381. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -1
  382. package/dist/features/link/client/index.d.ts.map +1 -1
  383. package/dist/features/link/client/index.js +2 -2
  384. package/dist/features/link/client/index.js.map +1 -1
  385. package/dist/features/link/client/plugins/autoLink/index.d.ts +1 -1
  386. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -1
  387. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -1
  388. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -1
  389. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +28 -8
  390. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
  391. package/dist/features/link/client/plugins/floatingLinkEditor/index.css +108 -0
  392. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +1 -1
  393. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -1
  394. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +1 -0
  395. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -1
  396. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +1 -1
  397. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -1
  398. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -1
  399. package/dist/features/link/client/plugins/link/index.js.map +1 -1
  400. package/dist/features/link/markdownTransformer.d.ts +5 -5
  401. package/dist/features/link/markdownTransformer.d.ts.map +1 -1
  402. package/dist/features/link/markdownTransformer.js +2 -2
  403. package/dist/features/link/markdownTransformer.js.map +1 -1
  404. package/dist/features/link/markdownTransformer.spec.js +10 -10
  405. package/dist/features/link/markdownTransformer.spec.js.map +1 -1
  406. package/dist/features/link/nodes/AutoLinkNode.d.ts +3 -3
  407. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -1
  408. package/dist/features/link/nodes/AutoLinkNode.js +2 -1
  409. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  410. package/dist/features/link/nodes/LinkNode.d.ts +3 -3
  411. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  412. package/dist/features/link/nodes/LinkNode.js +2 -1
  413. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  414. package/dist/features/link/server/baseFields.d.ts.map +1 -1
  415. package/dist/features/link/server/baseFields.js.map +1 -1
  416. package/dist/features/link/server/graphQLPopulationPromise.d.ts +1 -1
  417. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -1
  418. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -1
  419. package/dist/features/link/server/index.d.ts +2 -1
  420. package/dist/features/link/server/index.d.ts.map +1 -1
  421. package/dist/features/link/server/index.js +5 -73
  422. package/dist/features/link/server/index.js.map +1 -1
  423. package/dist/features/link/server/schema.d.ts +32 -0
  424. package/dist/features/link/server/schema.d.ts.map +1 -0
  425. package/dist/features/link/server/schema.js +171 -0
  426. package/dist/features/link/server/schema.js.map +1 -0
  427. package/dist/features/link/server/validate.d.ts +1 -1
  428. package/dist/features/link/server/validate.d.ts.map +1 -1
  429. package/dist/features/link/server/validate.js.map +1 -1
  430. package/dist/features/lists/checklist/client/index.js +1 -1
  431. package/dist/features/lists/checklist/client/index.js.map +1 -1
  432. package/dist/features/lists/checklist/server/index.d.ts.map +1 -1
  433. package/dist/features/lists/checklist/server/index.js +4 -8
  434. package/dist/features/lists/checklist/server/index.js.map +1 -1
  435. package/dist/features/lists/orderedList/client/index.js +1 -1
  436. package/dist/features/lists/orderedList/client/index.js.map +1 -1
  437. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -1
  438. package/dist/features/lists/orderedList/server/index.js +4 -8
  439. package/dist/features/lists/orderedList/server/index.js.map +1 -1
  440. package/dist/features/lists/plugin/index.d.ts +0 -9
  441. package/dist/features/lists/plugin/index.d.ts.map +1 -1
  442. package/dist/features/lists/plugin/index.js.map +1 -1
  443. package/dist/features/lists/shared/schema.d.ts +18 -0
  444. package/dist/features/lists/shared/schema.d.ts.map +1 -0
  445. package/dist/features/lists/shared/schema.js +62 -0
  446. package/dist/features/lists/shared/schema.js.map +1 -0
  447. package/dist/features/lists/unorderedList/client/index.js +1 -1
  448. package/dist/features/lists/unorderedList/client/index.js.map +1 -1
  449. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -1
  450. package/dist/features/lists/unorderedList/server/index.js +4 -8
  451. package/dist/features/lists/unorderedList/server/index.js.map +1 -1
  452. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +2 -2
  453. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -1
  454. package/dist/features/relationship/client/components/RelationshipComponent.js +29 -4
  455. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -1
  456. package/dist/features/relationship/client/components/index.css +112 -0
  457. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -1
  458. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +1 -1
  459. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -1
  460. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -1
  461. package/dist/features/relationship/client/plugins/index.d.ts +1 -1
  462. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -1
  463. package/dist/features/relationship/client/plugins/index.js.map +1 -1
  464. package/dist/features/relationship/client/utils/useEnabledRelationships.d.ts.map +1 -1
  465. package/dist/features/relationship/client/utils/useEnabledRelationships.js +9 -40
  466. package/dist/features/relationship/client/utils/useEnabledRelationships.js.map +1 -1
  467. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +1 -1
  468. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -1
  469. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -1
  470. package/dist/features/relationship/server/index.d.ts +1 -0
  471. package/dist/features/relationship/server/index.d.ts.map +1 -1
  472. package/dist/features/relationship/server/index.js +2 -0
  473. package/dist/features/relationship/server/index.js.map +1 -1
  474. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +1 -10
  475. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -1
  476. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -1
  477. package/dist/features/relationship/server/schema.d.ts +28 -0
  478. package/dist/features/relationship/server/schema.d.ts.map +1 -0
  479. package/dist/features/relationship/server/schema.js +97 -0
  480. package/dist/features/relationship/server/schema.js.map +1 -0
  481. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.d.ts +23 -0
  482. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.d.ts.map +1 -0
  483. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.js +34 -0
  484. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.js.map +1 -0
  485. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -1
  486. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -1
  487. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -1
  488. package/dist/features/textState/feature.client.js +1 -1
  489. package/dist/features/textState/feature.client.js.map +1 -1
  490. package/dist/features/toolbars/fixed/client/Toolbar/index.css +87 -0
  491. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +1 -1
  492. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -1
  493. package/dist/features/toolbars/fixed/client/Toolbar/index.js +1 -0
  494. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -1
  495. package/dist/features/toolbars/inline/client/Toolbar/index.css +32 -0
  496. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +1 -1
  497. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -1
  498. package/dist/features/toolbars/inline/client/Toolbar/index.js +1 -0
  499. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -1
  500. package/dist/features/toolbars/shared/ToolbarButton/index.css +57 -0
  501. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  502. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  503. package/dist/features/toolbars/shared/ToolbarButton/index.js +80 -74
  504. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  505. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  506. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +5 -2
  507. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  508. package/dist/features/toolbars/shared/ToolbarDropdown/index.css +210 -0
  509. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +1 -1
  510. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  511. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +11 -7
  512. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  513. package/dist/features/toolbars/shared/useToolbarStates.d.ts.map +1 -1
  514. package/dist/features/toolbars/shared/useToolbarStates.js +3 -1
  515. package/dist/features/toolbars/shared/useToolbarStates.js.map +1 -1
  516. package/dist/features/toolbars/types.d.ts +5 -1
  517. package/dist/features/toolbars/types.d.ts.map +1 -1
  518. package/dist/features/toolbars/types.js.map +1 -1
  519. package/dist/features/typesClient.d.ts +2 -2
  520. package/dist/features/typesClient.d.ts.map +1 -1
  521. package/dist/features/typesClient.js.map +1 -1
  522. package/dist/features/typesServer.d.ts +19 -59
  523. package/dist/features/typesServer.d.ts.map +1 -1
  524. package/dist/features/typesServer.js.map +1 -1
  525. package/dist/features/upload/client/component/index.css +214 -0
  526. package/dist/features/upload/client/component/index.d.ts +2 -2
  527. package/dist/features/upload/client/component/index.d.ts.map +1 -1
  528. package/dist/features/upload/client/component/index.js +86 -63
  529. package/dist/features/upload/client/component/index.js.map +1 -1
  530. package/dist/features/upload/client/component/pending/index.d.ts +0 -1
  531. package/dist/features/upload/client/component/pending/index.d.ts.map +1 -1
  532. package/dist/features/upload/client/component/pending/index.js.map +1 -1
  533. package/dist/features/upload/client/drawer/index.d.ts.map +1 -1
  534. package/dist/features/upload/client/nodes/UploadNode.d.ts +1 -1
  535. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -1
  536. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -1
  537. package/dist/features/upload/client/plugin/index.d.ts +1 -1
  538. package/dist/features/upload/client/plugin/index.d.ts.map +1 -1
  539. package/dist/features/upload/client/plugin/index.js +5 -5
  540. package/dist/features/upload/client/plugin/index.js.map +1 -1
  541. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +1 -1
  542. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -1
  543. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -1
  544. package/dist/features/upload/server/index.d.ts +1 -0
  545. package/dist/features/upload/server/index.d.ts.map +1 -1
  546. package/dist/features/upload/server/index.js +5 -82
  547. package/dist/features/upload/server/index.js.map +1 -1
  548. package/dist/features/upload/server/markdownTransformer.d.ts +2 -2
  549. package/dist/features/upload/server/markdownTransformer.d.ts.map +1 -1
  550. package/dist/features/upload/server/markdownTransformer.js +1 -1
  551. package/dist/features/upload/server/markdownTransformer.js.map +1 -1
  552. package/dist/features/upload/server/nodes/UploadNode.d.ts +1 -55
  553. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -1
  554. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -1
  555. package/dist/features/upload/server/nodes/conversions.d.ts.map +1 -1
  556. package/dist/features/upload/server/nodes/conversions.js.map +1 -1
  557. package/dist/features/upload/server/schema.d.ts +52 -0
  558. package/dist/features/upload/server/schema.d.ts.map +1 -0
  559. package/dist/features/upload/server/schema.js +149 -0
  560. package/dist/features/upload/server/schema.js.map +1 -0
  561. package/dist/features/upload/server/validate.d.ts +1 -1
  562. package/dist/features/upload/server/validate.d.ts.map +1 -1
  563. package/dist/features/upload/server/validate.js.map +1 -1
  564. package/dist/field/Diff/converters/link.d.ts +1 -1
  565. package/dist/field/Diff/converters/link.d.ts.map +1 -1
  566. package/dist/field/Diff/converters/link.js.map +1 -1
  567. package/dist/field/Diff/converters/listitem/index.css +80 -0
  568. package/dist/field/Diff/converters/listitem/index.d.ts +2 -2
  569. package/dist/field/Diff/converters/listitem/index.d.ts.map +1 -1
  570. package/dist/field/Diff/converters/listitem/index.js +1 -0
  571. package/dist/field/Diff/converters/listitem/index.js.map +1 -1
  572. package/dist/field/Diff/converters/relationship/index.css +108 -0
  573. package/dist/field/Diff/converters/relationship/index.d.ts +2 -2
  574. package/dist/field/Diff/converters/relationship/index.d.ts.map +1 -1
  575. package/dist/field/Diff/converters/relationship/index.js +11 -28
  576. package/dist/field/Diff/converters/relationship/index.js.map +1 -1
  577. package/dist/field/Diff/converters/unknown/index.css +37 -0
  578. package/dist/field/Diff/converters/unknown/index.d.ts +1 -1
  579. package/dist/field/Diff/converters/unknown/index.d.ts.map +1 -1
  580. package/dist/field/Diff/converters/unknown/index.js +1 -0
  581. package/dist/field/Diff/converters/unknown/index.js.map +1 -1
  582. package/dist/field/Diff/converters/upload/index.css +175 -0
  583. package/dist/field/Diff/converters/upload/index.d.ts +2 -2
  584. package/dist/field/Diff/converters/upload/index.d.ts.map +1 -1
  585. package/dist/field/Diff/converters/upload/index.js +7 -2
  586. package/dist/field/Diff/converters/upload/index.js.map +1 -1
  587. package/dist/field/Diff/index.css +156 -0
  588. package/dist/field/Diff/index.d.ts +1 -1
  589. package/dist/field/Diff/index.d.ts.map +1 -1
  590. package/dist/field/Diff/index.js +1 -0
  591. package/dist/field/Diff/index.js.map +1 -1
  592. package/dist/field/Field.d.ts +3 -3
  593. package/dist/field/Field.d.ts.map +1 -1
  594. package/dist/field/Field.js +13 -12
  595. package/dist/field/Field.js.map +1 -1
  596. package/dist/field/RenderLexical/index.d.ts +2 -2
  597. package/dist/field/RenderLexical/index.d.ts.map +1 -1
  598. package/dist/field/RenderLexical/index.js.map +1 -1
  599. package/dist/field/RichTextViewProvider.d.ts +1 -1
  600. package/dist/field/RichTextViewProvider.d.ts.map +1 -1
  601. package/dist/field/RichTextViewProvider.js.map +1 -1
  602. package/dist/field/ViewSelector.css +32 -0
  603. package/dist/field/ViewSelector.d.ts +1 -1
  604. package/dist/field/ViewSelector.d.ts.map +1 -1
  605. package/dist/field/ViewSelector.js +1 -0
  606. package/dist/field/ViewSelector.js.map +1 -1
  607. package/dist/field/bundled.css +1 -1
  608. package/dist/field/index.css +60 -0
  609. package/dist/field/index.d.ts +1 -1
  610. package/dist/field/index.d.ts.map +1 -1
  611. package/dist/field/index.js +1 -1
  612. package/dist/field/index.js.map +1 -1
  613. package/dist/field/rscEntry.d.ts +1 -1
  614. package/dist/field/rscEntry.d.ts.map +1 -1
  615. package/dist/field/rscEntry.js +2 -0
  616. package/dist/field/rscEntry.js.map +1 -1
  617. package/dist/hooks.d.ts +6 -0
  618. package/dist/hooks.d.ts.map +1 -0
  619. package/dist/hooks.js +548 -0
  620. package/dist/hooks.js.map +1 -0
  621. package/dist/index.d.ts +13 -19
  622. package/dist/index.d.ts.map +1 -1
  623. package/dist/index.js +12 -629
  624. package/dist/index.js.map +1 -1
  625. package/dist/lexical/LexicalEditor.css +50 -0
  626. package/dist/lexical/LexicalEditor.d.ts +1 -1
  627. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  628. package/dist/lexical/LexicalEditor.js +1 -0
  629. package/dist/lexical/LexicalEditor.js.map +1 -1
  630. package/dist/lexical/LexicalProvider.d.ts +1 -1
  631. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  632. package/dist/lexical/LexicalProvider.js.map +1 -1
  633. package/dist/lexical/config/client/EditorConfigProvider.d.ts +1 -1
  634. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  635. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  636. package/dist/lexical/config/client/loader.d.ts +1 -1
  637. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  638. package/dist/lexical/config/client/loader.js +5 -1
  639. package/dist/lexical/config/client/loader.js.map +1 -1
  640. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  641. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  642. package/dist/lexical/config/client/sanitize.js.map +1 -1
  643. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  644. package/dist/lexical/config/server/sanitize.js +9 -17
  645. package/dist/lexical/config/server/sanitize.js.map +1 -1
  646. package/dist/lexical/config/types.d.ts +1 -1
  647. package/dist/lexical/config/types.d.ts.map +1 -1
  648. package/dist/lexical/config/types.js.map +1 -1
  649. package/dist/lexical/nodes/index.d.ts +1 -1
  650. package/dist/lexical/nodes/index.d.ts.map +1 -1
  651. package/dist/lexical/nodes/index.js.map +1 -1
  652. package/dist/lexical/plugins/DecoratorPlugin/index.css +11 -0
  653. package/dist/lexical/plugins/DecoratorPlugin/index.d.ts +1 -1
  654. package/dist/lexical/plugins/DecoratorPlugin/index.d.ts.map +1 -1
  655. package/dist/lexical/plugins/DecoratorPlugin/index.js +1 -0
  656. package/dist/lexical/plugins/DecoratorPlugin/index.js.map +1 -1
  657. package/dist/lexical/plugins/InsertParagraphAtEnd/index.css +52 -0
  658. package/dist/lexical/plugins/InsertParagraphAtEnd/index.d.ts +1 -1
  659. package/dist/lexical/plugins/InsertParagraphAtEnd/index.d.ts.map +1 -1
  660. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js +1 -0
  661. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js.map +1 -1
  662. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -1
  663. package/dist/lexical/plugins/MarkdownShortcut/index.js +1 -1
  664. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  665. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +1 -1
  666. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  667. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  668. package/dist/lexical/plugins/SlashMenu/index.css +61 -0
  669. package/dist/lexical/plugins/SlashMenu/index.d.ts +1 -1
  670. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  671. package/dist/lexical/plugins/SlashMenu/index.js +2 -0
  672. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  673. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.css +40 -0
  674. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +1 -1
  675. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  676. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +1 -0
  677. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  678. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  679. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.css +84 -0
  680. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +1 -1
  681. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  682. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +16 -9
  683. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  684. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +1 -1
  685. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  686. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  687. package/dist/lexical/theme/EditorTheme.css +358 -0
  688. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  689. package/dist/lexical/theme/EditorTheme.js +1 -0
  690. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  691. package/dist/lexical/ui/ContentEditable.css +95 -0
  692. package/dist/lexical/ui/ContentEditable.d.ts +1 -1
  693. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  694. package/dist/lexical/ui/ContentEditable.js +1 -0
  695. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  696. package/dist/lexical/ui/icons/Code/index.js +1 -1
  697. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  698. package/dist/lexical/ui/icons/CodeBlock/index.js +1 -1
  699. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  700. package/dist/lexical/ui/icons/Link/index.js +1 -1
  701. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  702. package/dist/lexical/ui/icons/Page/index.d.ts +5 -0
  703. package/dist/lexical/ui/icons/Page/index.d.ts.map +1 -0
  704. package/dist/lexical/ui/icons/Page/index.js +21 -0
  705. package/dist/lexical/ui/icons/Page/index.js.map +1 -0
  706. package/dist/lexical/ui/icons/Trash/index.d.ts +10 -0
  707. package/dist/lexical/ui/icons/Trash/index.d.ts.map +1 -0
  708. package/dist/lexical/ui/icons/Trash/index.js +29 -0
  709. package/dist/lexical/ui/icons/Trash/index.js.map +1 -0
  710. package/dist/lexical/utils/markdown/convertFromMarkdownString.d.ts +17 -0
  711. package/dist/lexical/utils/markdown/convertFromMarkdownString.d.ts.map +1 -0
  712. package/dist/lexical/utils/markdown/convertFromMarkdownString.js +27 -0
  713. package/dist/lexical/utils/markdown/convertFromMarkdownString.js.map +1 -0
  714. package/dist/lexical/utils/markdown/convertFromMarkdownString.spec.js +88 -0
  715. package/dist/lexical/utils/markdown/convertFromMarkdownString.spec.js.map +1 -0
  716. package/dist/lexical/utils/markdown/createBlockNode.d.ts +1 -1
  717. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -1
  718. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  719. package/dist/lexical/utils/markdown/normalizeMarkdown.d.ts +25 -0
  720. package/dist/lexical/utils/markdown/normalizeMarkdown.d.ts.map +1 -0
  721. package/dist/lexical/utils/markdown/normalizeMarkdown.js +91 -0
  722. package/dist/lexical/utils/markdown/normalizeMarkdown.js.map +1 -0
  723. package/dist/lexical-proxy/@lexical-markdown.d.ts +1 -1
  724. package/dist/lexical-proxy/@lexical-markdown.d.ts.map +1 -1
  725. package/dist/lexical-proxy/@lexical-markdown.js +1 -1
  726. package/dist/lexical-proxy/@lexical-markdown.js.map +1 -1
  727. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  728. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  729. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  730. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -1
  731. package/dist/types/builtInNodes.d.ts +14 -0
  732. package/dist/types/builtInNodes.d.ts.map +1 -0
  733. package/dist/types/builtInNodes.js +203 -0
  734. package/dist/types/builtInNodes.js.map +1 -0
  735. package/dist/{types.d.ts → types/index.d.ts} +25 -26
  736. package/dist/types/index.d.ts.map +1 -0
  737. package/dist/types/index.js +2 -0
  738. package/dist/types/index.js.map +1 -0
  739. package/dist/types/jsonSchemaHelpers.d.ts +30 -0
  740. package/dist/types/jsonSchemaHelpers.d.ts.map +1 -0
  741. package/dist/types/jsonSchemaHelpers.js +58 -0
  742. package/dist/types/jsonSchemaHelpers.js.map +1 -0
  743. package/dist/types/nodeTypes.d.ts +128 -0
  744. package/dist/types/nodeTypes.d.ts.map +1 -0
  745. package/dist/types/nodeTypes.js +6 -0
  746. package/dist/types/nodeTypes.js.map +1 -0
  747. package/dist/types/schema.d.ts +6 -0
  748. package/dist/types/schema.d.ts.map +1 -0
  749. package/dist/types/schema.js +90 -0
  750. package/dist/types/schema.js.map +1 -0
  751. package/dist/utilities/applyBaseFilterToFields.d.ts.map +1 -1
  752. package/dist/utilities/applyBaseFilterToFields.js +1 -2
  753. package/dist/utilities/applyBaseFilterToFields.js.map +1 -1
  754. package/dist/utilities/buildEditorState.d.ts +18 -4
  755. package/dist/utilities/buildEditorState.d.ts.map +1 -1
  756. package/dist/utilities/buildEditorState.js +8 -0
  757. package/dist/utilities/buildEditorState.js.map +1 -1
  758. package/dist/utilities/buildInitialState.d.ts +2 -1
  759. package/dist/utilities/buildInitialState.d.ts.map +1 -1
  760. package/dist/utilities/buildInitialState.js.map +1 -1
  761. package/dist/utilities/createClientFeature.d.ts +1 -1
  762. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  763. package/dist/utilities/createClientFeature.js.map +1 -1
  764. package/dist/utilities/editorConfigFactory.d.ts +1 -1
  765. package/dist/utilities/editorConfigFactory.d.ts.map +1 -1
  766. package/dist/utilities/editorConfigFactory.js.map +1 -1
  767. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  768. package/dist/utilities/fieldsDrawer/Drawer.js +19 -10
  769. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  770. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -1
  771. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  772. package/dist/utilities/fieldsDrawer/DrawerContent.js +8 -7
  773. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  774. package/dist/utilities/fieldsDrawer/index.css +12 -0
  775. package/dist/utilities/fieldsDrawer/useDrawerSubmit.d.ts +29 -0
  776. package/dist/utilities/fieldsDrawer/useDrawerSubmit.d.ts.map +1 -0
  777. package/dist/utilities/fieldsDrawer/useDrawerSubmit.js +97 -0
  778. package/dist/utilities/fieldsDrawer/useDrawerSubmit.js.map +1 -0
  779. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +1 -0
  780. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -1
  781. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +34 -18
  782. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -1
  783. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -1
  784. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -1
  785. package/dist/utilities/generateImportMap.d.ts +1 -1
  786. package/dist/utilities/generateImportMap.d.ts.map +1 -1
  787. package/dist/utilities/generateImportMap.js.map +1 -1
  788. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  789. package/dist/utilities/getDefaultSanitizedEditorConfig.d.ts.map +1 -1
  790. package/dist/utilities/initLexicalFeatures.d.ts +1 -1
  791. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -1
  792. package/dist/utilities/initLexicalFeatures.js.map +1 -1
  793. package/dist/utilities/recurseNodeTree.d.ts.map +1 -1
  794. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  795. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +1 -1
  796. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  797. package/dist/utilities/useLexicalFeature.d.ts.map +1 -1
  798. package/dist/validate/index.d.ts.map +1 -1
  799. package/package.json +27 -31
  800. package/dist/exports/client/Field-NXLXFFLW.js +0 -2
  801. package/dist/exports/client/Field-NXLXFFLW.js.map +0 -7
  802. package/dist/exports/client/RelationshipComponent-BG3DPV3T.js +0 -2
  803. package/dist/exports/client/RelationshipComponent-BG3DPV3T.js.map +0 -7
  804. package/dist/exports/client/chunk-BZZVLW4U.js.map +0 -7
  805. package/dist/exports/client/chunk-DZDHVMML.js +0 -2
  806. package/dist/exports/client/chunk-DZDHVMML.js.map +0 -7
  807. package/dist/exports/client/chunk-F26IQ5RE.js +0 -2
  808. package/dist/exports/client/chunk-F26IQ5RE.js.map +0 -7
  809. package/dist/exports/client/chunk-FTT5KJ6W.js +0 -12
  810. package/dist/exports/client/chunk-FTT5KJ6W.js.map +0 -7
  811. package/dist/exports/client/chunk-INBEEENE.js +0 -2
  812. package/dist/exports/client/chunk-INBEEENE.js.map +0 -7
  813. package/dist/exports/client/chunk-QJ5EETIB.js +0 -2
  814. package/dist/exports/client/chunk-QJ5EETIB.js.map +0 -7
  815. package/dist/exports/client/component-XIHC3W6W.js +0 -2
  816. package/dist/exports/client/component-XIHC3W6W.js.map +0 -7
  817. package/dist/exports/client/componentInline-LCHKRXOV.js +0 -2
  818. package/dist/features/blockquote/markdownTransformer.d.ts +0 -3
  819. package/dist/features/blockquote/markdownTransformer.d.ts.map +0 -1
  820. package/dist/features/blockquote/markdownTransformer.js +0 -33
  821. package/dist/features/blockquote/markdownTransformer.js.map +0 -1
  822. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.d.ts +0 -4
  823. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.d.ts.map +0 -1
  824. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.js +0 -7
  825. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.js.map +0 -1
  826. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.d.ts +0 -4
  827. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.d.ts.map +0 -1
  828. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.js +0 -38
  829. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.js.map +0 -1
  830. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.d.ts +0 -4
  831. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.d.ts.map +0 -1
  832. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.js +0 -9
  833. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.js.map +0 -1
  834. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.d.ts +0 -4
  835. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.d.ts.map +0 -1
  836. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.js +0 -33
  837. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.js.map +0 -1
  838. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.d.ts +0 -6
  839. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.d.ts.map +0 -1
  840. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.js +0 -9
  841. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.js.map +0 -1
  842. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.d.ts +0 -70
  843. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.d.ts.map +0 -1
  844. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.js +0 -104
  845. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.js.map +0 -1
  846. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts +0 -27
  847. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts.map +0 -1
  848. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.js +0 -2
  849. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.js.map +0 -1
  850. package/dist/features/converters/lexicalToHtml_deprecated/field/index.d.ts +0 -39
  851. package/dist/features/converters/lexicalToHtml_deprecated/field/index.d.ts.map +0 -1
  852. package/dist/features/converters/lexicalToHtml_deprecated/field/index.js +0 -122
  853. package/dist/features/converters/lexicalToHtml_deprecated/field/index.js.map +0 -1
  854. package/dist/features/converters/lexicalToHtml_deprecated/index.d.ts +0 -12
  855. package/dist/features/converters/lexicalToHtml_deprecated/index.d.ts.map +0 -1
  856. package/dist/features/converters/lexicalToHtml_deprecated/index.js +0 -11
  857. package/dist/features/converters/lexicalToHtml_deprecated/index.js.map +0 -1
  858. package/dist/features/format/bold/markdownTransformers.d.ts +0 -6
  859. package/dist/features/format/bold/markdownTransformers.d.ts.map +0 -1
  860. package/dist/features/format/bold/markdownTransformers.js +0 -23
  861. package/dist/features/format/bold/markdownTransformers.js.map +0 -1
  862. package/dist/features/format/inlineCode/markdownTransformers.d.ts +0 -3
  863. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +0 -1
  864. package/dist/features/format/inlineCode/markdownTransformers.js +0 -6
  865. package/dist/features/format/inlineCode/markdownTransformers.js.map +0 -1
  866. package/dist/features/format/italic/markdownTransformers.d.ts +0 -4
  867. package/dist/features/format/italic/markdownTransformers.d.ts.map +0 -1
  868. package/dist/features/format/italic/markdownTransformers.js +0 -12
  869. package/dist/features/format/italic/markdownTransformers.js.map +0 -1
  870. package/dist/features/format/strikethrough/markdownTransformers.d.ts +0 -3
  871. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  872. package/dist/features/format/strikethrough/markdownTransformers.js +0 -6
  873. package/dist/features/format/strikethrough/markdownTransformers.js.map +0 -1
  874. package/dist/features/link/nodes/types.d.ts +0 -27
  875. package/dist/features/link/nodes/types.d.ts.map +0 -1
  876. package/dist/features/link/nodes/types.js +0 -2
  877. package/dist/features/link/nodes/types.js.map +0 -1
  878. package/dist/features/lists/checklist/markdownTransformers.d.ts +0 -3
  879. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  880. package/dist/features/lists/checklist/markdownTransformers.js +0 -12
  881. package/dist/features/lists/checklist/markdownTransformers.js.map +0 -1
  882. package/dist/features/lists/htmlConverter.d.ts +0 -5
  883. package/dist/features/lists/htmlConverter.d.ts.map +0 -1
  884. package/dist/features/lists/htmlConverter.js +0 -81
  885. package/dist/features/lists/htmlConverter.js.map +0 -1
  886. package/dist/features/lists/orderedList/markdownTransformer.d.ts +0 -3
  887. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +0 -1
  888. package/dist/features/lists/orderedList/markdownTransformer.js +0 -12
  889. package/dist/features/lists/orderedList/markdownTransformer.js.map +0 -1
  890. package/dist/features/lists/shared/markdown.d.ts +0 -6
  891. package/dist/features/lists/shared/markdown.d.ts.map +0 -1
  892. package/dist/features/lists/shared/markdown.js +0 -57
  893. package/dist/features/lists/shared/markdown.js.map +0 -1
  894. package/dist/features/lists/unorderedList/markdownTransformer.d.ts +0 -3
  895. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +0 -1
  896. package/dist/features/lists/unorderedList/markdownTransformer.js +0 -12
  897. package/dist/features/lists/unorderedList/markdownTransformer.js.map +0 -1
  898. package/dist/lexical/utils/guard.d.ts +0 -5
  899. package/dist/lexical/utils/guard.d.ts.map +0 -1
  900. package/dist/lexical/utils/guard.js +0 -9
  901. package/dist/lexical/utils/guard.js.map +0 -1
  902. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts +0 -2
  903. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts.map +0 -1
  904. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js +0 -2
  905. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js.map +0 -1
  906. package/dist/nodeTypes.d.ts +0 -74
  907. package/dist/nodeTypes.d.ts.map +0 -1
  908. package/dist/nodeTypes.js +0 -5
  909. package/dist/nodeTypes.js.map +0 -1
  910. package/dist/packages/@lexical/markdown/MarkdownExport.d.ts +0 -14
  911. package/dist/packages/@lexical/markdown/MarkdownExport.d.ts.map +0 -1
  912. package/dist/packages/@lexical/markdown/MarkdownExport.js +0 -213
  913. package/dist/packages/@lexical/markdown/MarkdownExport.js.map +0 -1
  914. package/dist/packages/@lexical/markdown/MarkdownImport.d.ts +0 -19
  915. package/dist/packages/@lexical/markdown/MarkdownImport.d.ts.map +0 -1
  916. package/dist/packages/@lexical/markdown/MarkdownImport.js +0 -198
  917. package/dist/packages/@lexical/markdown/MarkdownImport.js.map +0 -1
  918. package/dist/packages/@lexical/markdown/MarkdownShortcuts.d.ts +0 -11
  919. package/dist/packages/@lexical/markdown/MarkdownShortcuts.d.ts.map +0 -1
  920. package/dist/packages/@lexical/markdown/MarkdownShortcuts.js +0 -304
  921. package/dist/packages/@lexical/markdown/MarkdownShortcuts.js.map +0 -1
  922. package/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts +0 -147
  923. package/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts.map +0 -1
  924. package/dist/packages/@lexical/markdown/MarkdownTransformers.js +0 -268
  925. package/dist/packages/@lexical/markdown/MarkdownTransformers.js.map +0 -1
  926. package/dist/packages/@lexical/markdown/importTextFormatTransformer.d.ts +0 -22
  927. package/dist/packages/@lexical/markdown/importTextFormatTransformer.d.ts.map +0 -1
  928. package/dist/packages/@lexical/markdown/importTextFormatTransformer.js +0 -91
  929. package/dist/packages/@lexical/markdown/importTextFormatTransformer.js.map +0 -1
  930. package/dist/packages/@lexical/markdown/importTextMatchTransformer.d.ts +0 -21
  931. package/dist/packages/@lexical/markdown/importTextMatchTransformer.d.ts.map +0 -1
  932. package/dist/packages/@lexical/markdown/importTextMatchTransformer.js +0 -54
  933. package/dist/packages/@lexical/markdown/importTextMatchTransformer.js.map +0 -1
  934. package/dist/packages/@lexical/markdown/importTextTransformers.d.ts +0 -18
  935. package/dist/packages/@lexical/markdown/importTextTransformers.d.ts.map +0 -1
  936. package/dist/packages/@lexical/markdown/importTextTransformers.js +0 -54
  937. package/dist/packages/@lexical/markdown/importTextTransformers.js.map +0 -1
  938. package/dist/packages/@lexical/markdown/index.d.ts +0 -29
  939. package/dist/packages/@lexical/markdown/index.d.ts.map +0 -1
  940. package/dist/packages/@lexical/markdown/index.js +0 -39
  941. package/dist/packages/@lexical/markdown/index.js.map +0 -1
  942. package/dist/packages/@lexical/markdown/utils.d.ts +0 -34
  943. package/dist/packages/@lexical/markdown/utils.d.ts.map +0 -1
  944. package/dist/packages/@lexical/markdown/utils.js +0 -267
  945. package/dist/packages/@lexical/markdown/utils.js.map +0 -1
  946. package/dist/types.d.ts.map +0 -1
  947. package/dist/types.js +0 -2
  948. package/dist/types.js.map +0 -1
  949. /package/dist/exports/client/{componentInline-LCHKRXOV.js.map → componentInline-H24N7GUG.js.map} +0 -0
@@ -1,26 +1,26 @@
1
- "use client";import{a as Ce,c as pt,d as ht,e as gt}from"./chunk-DZDHVMML.js";import{a as Je}from"./chunk-DBWINSQN.js";import{a as xt,b as Xe}from"./chunk-QJ5EETIB.js";import{a as xe}from"./chunk-INBEEENE.js";import{a as wc}from"./chunk-F26IQ5RE.js";import{b as Gt,c as Vt,d as le,e as nr,f as Do,g as Oo,h as Sc,i as Ec,k as Nc,m as Lc,p as yc}from"./chunk-FTT5KJ6W.js";import{a as Tc,b as U}from"./chunk-BZZVLW4U.js";function J(t){return{items:t,key:"basic",label:({i18n:e})=>e.t("lexical:general:slashMenuBasicGroupLabel")}}import{c as $c}from"react/compiler-runtime";import{useLexicalComposerContext as Ac}from"@lexical/react/LexicalComposerContext";import{$isDecoratorBlockNode as be}from"@lexical/react/LexicalDecoratorBlockNode";import{$findMatchingParent as Dc}from"@lexical/utils";import{$getSelection as Oc,$isElementNode as ue,$isNodeSelection as Fc,$isRangeSelection as Ct,COMMAND_PRIORITY_LOW as Bc,FORMAT_ELEMENT_COMMAND as bt}from"lexical";import{useEffect as Pc}from"react";import{jsx as rr}from"react/jsx-runtime";import"react";var Rc="M5 7.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M7.5 15a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z",lr=({className:t})=>rr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:rr("path",{clipRule:"evenodd",d:Rc,fill:"currentColor",fillRule:"evenodd"})});import{jsx as ir}from"react/jsx-runtime";import"react";var vc="M5 7.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z",sr=({className:t})=>ir("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:ir("path",{clipRule:"evenodd",d:vc,fill:"currentColor",fillRule:"evenodd"})});import{jsx as ar}from"react/jsx-runtime";import"react";var Ic="M5 7.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z",Wt=({className:t})=>ar("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:ar("path",{clipRule:"evenodd",d:Ic,fill:"currentColor",fillRule:"evenodd"})});import{jsx as cr}from"react/jsx-runtime";import"react";var Mc="M19 7.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0 0 1h13a.5.5 0 0 0 .5-.5m0 4a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5m-.5 3.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1z",ur=({className:t})=>cr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:cr("path",{clipRule:"evenodd",d:Mc,fill:"currentColor",fillRule:"evenodd"})});var $=t=>o=>{let n={clientFeatureProps:o};if(typeof t=="function")n.feature=({config:r,featureClientImportMap:l,featureClientSchemaMap:s,featureProviderMap:i,field:d,resolvedFeatures:c,schemaPath:u,unSanitizedEditorConfig:a})=>{let m=t({config:r,featureClientImportMap:l,featureClientSchemaMap:s,featureProviderMap:i,field:d,props:o,resolvedFeatures:c,schemaPath:u,unSanitizedEditorConfig:a});return m.sanitizedClientFeatureProps===null&&(m.sanitizedClientFeatureProps=o),m};else{let r={...t};r.sanitizedClientFeatureProps=o,n.feature=r}return n};var dr=t=>({type:"dropdown",ChildComponent:Wt,items:t,key:"align",order:30});var Ie=t=>ue(t)?t.getFormatType():t.__format,mr=[dr([{ChildComponent:Wt,isActive:({selection:t})=>{if(!Ct(t))return!1;for(let e of t.getNodes()){if((ue(e)||be(e))&&Ie(e)==="left")continue;let o=e.getParent();if(!((ue(o)||be(o))&&Ie(o)==="left"))return!1}return!0},key:"alignLeft",label:({i18n:t})=>t.t("lexical:align:alignLeftLabel"),onSelect:({editor:t})=>{t.dispatchCommand(bt,"left")},order:1},{ChildComponent:lr,isActive:({selection:t})=>{if(!Ct(t))return!1;for(let e of t.getNodes()){if((ue(e)||be(e))&&Ie(e)==="center")continue;let o=e.getParent();if(!((ue(o)||be(o))&&Ie(o)==="center"))return!1}return!0},key:"alignCenter",label:({i18n:t})=>t.t("lexical:align:alignCenterLabel"),onSelect:({editor:t})=>{t.dispatchCommand(bt,"center")},order:2},{ChildComponent:ur,isActive:({selection:t})=>{if(!Ct(t))return!1;for(let e of t.getNodes()){if((ue(e)||be(e))&&Ie(e)==="right")continue;let o=e.getParent();if(!((ue(o)||be(o))&&Ie(o)==="right"))return!1}return!0},key:"alignRight",label:({i18n:t})=>t.t("lexical:align:alignRightLabel"),onSelect:({editor:t})=>{t.dispatchCommand(bt,"right")},order:3},{ChildComponent:sr,isActive:({selection:t})=>{if(!Ct(t))return!1;for(let e of t.getNodes()){if((ue(e)||be(e))&&Ie(e)==="justify")continue;let o=e.getParent();if(!((ue(o)||be(o))&&Ie(o)==="justify"))return!1}return!0},key:"alignJustify",label:({i18n:t})=>t.t("lexical:align:alignJustifyLabel"),onSelect:({editor:t})=>{t.dispatchCommand(bt,"justify")},order:4}])],jc=()=>{let t=$c(3),[e]=Ac(),o,n;return t[0]!==e?(o=()=>e.registerCommand(bt,Gc,Bc),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),Pc(o,n),null},Hc=$({plugins:[{Component:jc,position:"normal"}],toolbarFixed:{groups:mr},toolbarInline:{groups:mr}});function Uc(t){return(ue(t)||be(t))&&!t.isInline()}function Gc(t){let e=Oc();if(!Ct(e)&&!Fc(e))return!1;let o=e.getNodes();for(let n of o){let r=Dc(n,Uc);r!==null&&r.setFormat(t)}return!0}import{$createQuoteNode as br,$isQuoteNode as xr,QuoteNode as Jc}from"@lexical/rich-text";import{$setBlocksType as kr}from"@lexical/selection";import{$getSelection as _r,$isRangeSelection as Xc}from"lexical";import{jsx as fr}from"react/jsx-runtime";import"react";var Vc="M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",Fo=({className:t})=>fr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:fr("path",{d:Vc,fill:"currentColor"})});import{jsx as pr}from"react/jsx-runtime";import"react";var Wc={16:"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0V4H8.5v8h1a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h1V4H4v1a.5.5 0 0 1-1 0z",24:"M6 6.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-1 0V7h-4.5v10h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2V7H7v2a.5.5 0 0 1-1 0z"},kt=({className:t,size:e=24})=>pr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:pr("path",{clipRule:"evenodd",d:Wc[e],fill:"currentColor",fillRule:"evenodd"})});var ee=t=>({type:"dropdown",ChildComponent:kt,items:t,key:"text",order:25});import{$createQuoteNode as zc,$isQuoteNode as hr,QuoteNode as Kc}from"@lexical/rich-text";var gr={type:"element",dependencies:[Kc],export:(t,e)=>{if(!hr(t))return null;let o=e(t).split(`
2
- `),n=[];for(let r of o)n.push("> "+r);return n.join(`
3
- `)},regExp:/^>\s/,replace:(t,e,o,n)=>{if(n){let l=t.getPreviousSibling();if(hr(l)){l.splice(l.getChildrenSize(),0,[...e]),l.select(0,0),t.remove();return}}let r=zc();r.append(...e),t.replace(r),r.select(0,0)}};var Cr=[ee([{ChildComponent:Fo,isActive:({selection:t})=>{if(!Xc(t))return!1;for(let e of t.getNodes())if(!xr(e)&&!xr(e.getParent()))return!1;return!0},key:"blockquote",label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=_r();kr(e,()=>br())})},order:20}])],Zc=$({markdownTransformers:[gr],nodes:[Jc],slashMenu:{groups:[J([{Icon:Fo,key:"blockquote",keywords:["quote","blockquote"],label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=_r();kr(e,()=>br())})}}])]},toolbarFixed:{groups:Cr},toolbarInline:{groups:Cr}});import{getTranslation as to}from"@payloadcms/translations";import{jsx as Tr}from"react/jsx-runtime";import"react";var Yc="M10.5 7C11.3284 7 12 7.67157 12 8.5V11.5C12 11.7329 11.9453 11.9527 11.8506 12.1494C12.0473 12.0547 12.2671 12 12.5 12H15.5C16.3284 12 17 12.6716 17 13.5V16.5C17 17.3284 16.3284 18 15.5 18H12.5C12.1151 18 11.7655 17.8535 11.5 17.6152C11.2345 17.8535 10.8849 18 10.5 18H7.5C6.67157 18 6 17.3284 6 16.5V13.5C6 13.1154 6.14578 12.7655 6.38379 12.5C6.14578 12.2345 6 11.8846 6 11.5V8.5C6 7.67157 6.67157 7 7.5 7H10.5ZM12.5 13C12.2239 13 12 13.2239 12 13.5V16.5C12 16.7761 12.2239 17 12.5 17H15.5C15.7761 17 16 16.7761 16 16.5V13.5C16 13.2239 15.7761 13 15.5 13H12.5ZM7.5 13C7.22386 13 7 13.2239 7 13.5V16.5C7 16.7761 7.22386 17 7.5 17H10.5C10.7761 17 11 16.7761 11 16.5V13.5C11 13.2239 10.7761 13 10.5 13H7.5ZM7.5 8C7.22386 8 7 8.22386 7 8.5V11.5C7 11.7761 7.22386 12 7.5 12H10.5C10.7761 12 11 11.7761 11 11.5V8.5C11 8.22386 10.7761 8 10.5 8H7.5ZM17.5 5C18.3284 5 19 5.67157 19 6.5V9.5C19 10.3284 18.3284 11 17.5 11H14.5C13.6716 11 13 10.3284 13 9.5V6.5C13 5.67157 13.6716 5 14.5 5H17.5ZM14.5 6C14.2239 6 14 6.22386 14 6.5V9.5C14 9.77614 14.2239 10 14.5 10H17.5C17.7761 10 18 9.77614 18 9.5V6.5C18 6.22386 17.7761 6 17.5 6H14.5Z",zt=({className:t})=>Tr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Tr("path",{d:Yc,fill:"currentColor"})});import{jsx as wr}from"react/jsx-runtime";import"react";var qc="M17 8C18.1046 8 19 8.89543 19 10V14L18.9893 14.2041C18.8938 15.1457 18.1457 15.8938 17.2041 15.9893L17 16H7L6.7959 15.9893C5.78722 15.887 5 15.0357 5 14V10C5 8.89543 5.89543 8 7 8H17ZM7 9C6.44772 9 6 9.44772 6 10V14C6 14.5523 6.44772 15 7 15H17C17.5523 15 18 14.5523 18 14V10C18 9.44772 17.5523 9 17 9H7ZM9 11C9.55228 11 10 11.4477 10 12C10 12.5523 9.55228 13 9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11ZM12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11ZM15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11Z",Kt=({className:t})=>wr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:wr("path",{clipRule:"evenodd",d:qc,fill:"currentColor",fillRule:"evenodd"})});import{jsx as Qc}from"react/jsx-runtime";import"react";function Jt(t,e){let{admin:o,imageAltText:n,imageURL:r}=t,l=o?.images,s,i;if(l?.icon?(s=typeof l.icon=="string"?l.icon:l.icon.url,i=typeof l.icon=="string"?void 0:l.icon.alt):l?.thumbnail?(s=typeof l.thumbnail=="string"?l.thumbnail:l.thumbnail.url,i=typeof l.thumbnail=="string"?void 0:l.thumbnail.alt):(s=r,i=n),!s)return e;let d=i??"Block Image";return()=>Qc("img",{alt:d,className:"lexical-block-custom-image",src:s,style:{maxHeight:20,maxWidth:20}})}import{$parseSerializedNode as Ar}from"lexical";import{JSOX as Bo}from"jsox";function Xt({propsString:t}){let e={},o="",n=!0;for(let r=0;r<t.length;r++){let l=t[r];if(n)l==="="||l===" "?o&&(l===" "?(e[o]=!0,o=""):n=!1):o+=l;else{let s=eu(t,r);e[o]=s.value,r=s.newIndex,o="",n=!0}}return o&&(e[o]=!0),e}function eu(t,e){let o=t[e];return o==='"'?Sr(t,e):o==="'"?Sr(t,e,!0):o==="{"?ou(t,e):o==="["?tu(t,e):ru(t,e)}function tu(t,e){let o=1,n="",r=e+1;for(;r<t.length&&o>0;)t[r]==="["?o++:t[r]==="]"&&o--,o>0&&(n+=t[r]),r++;return{newIndex:r,value:Bo.parse(`[${n}]`)}}function Sr(t,e,o=!1){let n="",r=e+1;for(;r<t.length&&(t[r]!==(o?"'":'"')||t[r-1]==="\\");)n+=t[r],r++;return{newIndex:r,value:n}}function ou(t,e){let o=1,n="",r=e+1;for(;r<t.length&&o>0;)t[r]==="{"?o++:t[r]==="}"&&o--,o>0&&(n+=t[r]),r++;return{newIndex:r,value:nu(n)}}function nu(t){return t[0]!=="{"?Bo.parse(t):Bo.parse(t.replace(/(\w+):/g,'"$1":'))}function ru(t,e){let o="",n=e;for(;n<t.length&&t[n]!==" ";)o+=t[n],n++;return{newIndex:n-1,value:o}}function _t({props:t}){let e=[];for(let[o,n]of Object.entries(t))typeof n=="string"?e.push(`${o}="${lu(n)}"`):typeof n=="number"?e.push(`${o}={${n}}`):typeof n=="boolean"?n&&e.push(`${o}`):n!==null&&typeof n=="object"&&(Array.isArray(n)?e.push(`${o}={[${n.map(r=>JSON.stringify(r,Er)).join(", ")}]}`):e.push(`${o}={${JSON.stringify(n,Er)}}`));return e.join(" ")}function lu(t){return t.replace(/"/g,"&quot;")}function Er(t,e){return typeof e=="string"?e.replace(/'/g,"\\'"):e}function Zt({isEndOptional:t,lines:e,regexpEndRegex:o,startLineIndex:n,startMatch:r,trimChildren:l}){let s="",i="",d=e.slice(n),c=!1,u=0,a=0,m=null,f=!1,h=0,p=d[0].slice(0,r.index),g=0,k=n;e:for(let[R,T]of d.entries()){let C=l?T.trim():T,x=0;if(l)for(let _=0;_<T.length&&T[_]===" ";_++)x++;let b=0;for(R===0&&(b=(r.index??0)+r[0].length-x);b<C.length;){let _=C[b],M=C[b+1];if(c){if(_==="`"&&h++,h%2===0)if(_==="<"&&M==="/"){if(u--,u<0){i[i.length-1]===`
4
- `&&(i=i.slice(0,-1)),k=R;for(let v=b;v<C.length;v++)if(C[v]===">"){g=v+1;break}break e}}else if(_==="/"&&M===">"){if(u--,u<0){i[i.length-1]===`
5
- `&&(i=i.slice(0,-1)),k=R,g=b+2;break e}}else _==="<"&&M!=="/"&&u++;i+=_}else{if(_==="{"&&!m?a++:_==="}"&&!m?a--:(_==='"'||_==="'")&&!m?m=_:_===m&&(m=null),_==="/"&&M===">"&&a===0&&!m){f=!0,k=R,g=b+2;break e}else if(_===">"&&a===0&&!m){c=!0,b++;continue}s+=_}b++}if(c?i?.length>0&&R>0&&(i+=`
1
+ "use client";import{a as be,c as xt,d as Ct,e as bt}from"./chunk-ESITTE3C.js";import{a as qe}from"./chunk-DBWINSQN.js";import{a as Oo,b as Qe}from"./chunk-UD4DQ4AK.js";import{a as hr,b as gr,c as Oe}from"./chunk-5VIL27GI.js";import{a as Xc}from"./chunk-WSAPGI3Z.js";import{a as se,b as xr,c as Fo,d as Bo,e as Zc,f as Yc,h as qc,j as Qc,m as eu}from"./chunk-X3D4LZS7.js";import{a as Jc,b as U}from"./chunk-RJ5MAOKZ.js";function X(t){return{items:t,key:"basic",label:({i18n:e})=>e.t("lexical:general:slashMenuBasicGroupLabel")}}import{c as lu}from"react/compiler-runtime";import{useLexicalComposerContext as iu}from"@lexical/react/LexicalComposerContext";import{$isDecoratorBlockNode as ke}from"@lexical/react/LexicalDecoratorBlockNode";import{$findMatchingParent as su}from"@lexical/utils";import{$getSelection as au,$isElementNode as me,$isNodeSelection as cu,$isRangeSelection as kt,COMMAND_PRIORITY_LOW as uu,FORMAT_ELEMENT_COMMAND as _t}from"lexical";import{useEffect as du}from"react";import{jsx as Cr}from"react/jsx-runtime";import"react";var tu="M5 7.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M7.5 15a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z",br=({className:t})=>Cr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Cr("path",{clipRule:"evenodd",d:tu,fill:"currentColor",fillRule:"evenodd"})});import{jsx as kr}from"react/jsx-runtime";import"react";var ou="M5 7.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z",_r=({className:t})=>kr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:kr("path",{clipRule:"evenodd",d:ou,fill:"currentColor",fillRule:"evenodd"})});import{jsx as Tr}from"react/jsx-runtime";import"react";var nu="M5 7.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z",Ut=({className:t})=>Tr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Tr("path",{clipRule:"evenodd",d:nu,fill:"currentColor",fillRule:"evenodd"})});import{jsx as wr}from"react/jsx-runtime";import"react";var ru="M19 7.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0 0 1h13a.5.5 0 0 0 .5-.5m0 4a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5m-.5 3.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1z",Er=({className:t})=>wr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:wr("path",{clipRule:"evenodd",d:ru,fill:"currentColor",fillRule:"evenodd"})});var A=t=>o=>{let n={clientFeatureProps:o};if(typeof t=="function")n.feature=({config:r,featureClientImportMap:l,featureClientSchemaMap:s,featureProviderMap:i,field:u,resolvedFeatures:d,schemaPath:c,unSanitizedEditorConfig:a})=>{let m=t({config:r,featureClientImportMap:l,featureClientSchemaMap:s,featureProviderMap:i,field:u,props:o,resolvedFeatures:d,schemaPath:c,unSanitizedEditorConfig:a});return m.sanitizedClientFeatureProps===null&&(m.sanitizedClientFeatureProps=o),m};else{let r={...t};r.sanitizedClientFeatureProps=o,n.feature=r}return n};var Sr=t=>({type:"dropdown",ChildComponent:Ut,iconOnly:!0,items:t,key:"align",order:30});var Ie=t=>me(t)?t.getFormatType():t.__format,Nr=[Sr([{ChildComponent:Ut,isActive:({selection:t})=>{if(!kt(t))return!1;for(let e of t.getNodes()){if((me(e)||ke(e))&&Ie(e)==="left")continue;let o=e.getParent();if(!((me(o)||ke(o))&&Ie(o)==="left"))return!1}return!0},key:"alignLeft",label:({i18n:t})=>t.t("lexical:align:alignLeftLabel"),onSelect:({editor:t})=>{t.dispatchCommand(_t,"left")},order:1},{ChildComponent:br,isActive:({selection:t})=>{if(!kt(t))return!1;for(let e of t.getNodes()){if((me(e)||ke(e))&&Ie(e)==="center")continue;let o=e.getParent();if(!((me(o)||ke(o))&&Ie(o)==="center"))return!1}return!0},key:"alignCenter",label:({i18n:t})=>t.t("lexical:align:alignCenterLabel"),onSelect:({editor:t})=>{t.dispatchCommand(_t,"center")},order:2},{ChildComponent:Er,isActive:({selection:t})=>{if(!kt(t))return!1;for(let e of t.getNodes()){if((me(e)||ke(e))&&Ie(e)==="right")continue;let o=e.getParent();if(!((me(o)||ke(o))&&Ie(o)==="right"))return!1}return!0},key:"alignRight",label:({i18n:t})=>t.t("lexical:align:alignRightLabel"),onSelect:({editor:t})=>{t.dispatchCommand(_t,"right")},order:3},{ChildComponent:_r,isActive:({selection:t})=>{if(!kt(t))return!1;for(let e of t.getNodes()){if((me(e)||ke(e))&&Ie(e)==="justify")continue;let o=e.getParent();if(!((me(o)||ke(o))&&Ie(o)==="justify"))return!1}return!0},key:"alignJustify",label:({i18n:t})=>t.t("lexical:align:alignJustifyLabel"),onSelect:({editor:t})=>{t.dispatchCommand(_t,"justify")},order:4}])],mu=()=>{let t=lu(3),[e]=iu(),o,n;return t[0]!==e?(o=()=>e.registerCommand(_t,hu,uu),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),du(o,n),null},pu=A({plugins:[{Component:mu,position:"normal"}],toolbarFixed:{groups:Nr},toolbarInline:{groups:Nr}});function fu(t){return(me(t)||ke(t))&&!t.isInline()}function hu(t){let e=au();if(!kt(e)&&!cu(e))return!1;let o=e.getNodes();for(let n of o){let r=su(n,fu);r!==null&&r.setFormat(t)}return!0}import{QUOTE as Cu}from"@lexical/markdown";import{$createQuoteNode as Ir,$isQuoteNode as vr,QuoteNode as bu}from"@lexical/rich-text";import{$setBlocksType as Mr}from"@lexical/selection";import{$getSelection as Ar,$isRangeSelection as ku}from"lexical";import{jsx as Lr}from"react/jsx-runtime";import"react";var gu="M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",Po=({className:t})=>Lr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Lr("path",{d:gu,fill:"currentColor"})});import{jsx as yr}from"react/jsx-runtime";import"react";var xu={16:"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0V4H8.5v8h1a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h1V4H4v1a.5.5 0 0 1-1 0z",24:"M6 6.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-1 0V7h-4.5v10h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2V7H7v2a.5.5 0 0 1-1 0z"},Tt=({className:t,size:e=24})=>yr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:yr("path",{clipRule:"evenodd",d:xu[e],fill:"currentColor",fillRule:"evenodd"})});var te=t=>({type:"dropdown",ChildComponent:Tt,items:t,key:"text",order:25});var Rr=[te([{ChildComponent:Po,isActive:({selection:t})=>{if(!ku(t))return!1;for(let e of t.getNodes())if(!vr(e)&&!vr(e.getParent()))return!1;return!0},key:"blockquote",label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=Ar();Mr(e,()=>Ir())})},order:20}])],_u=A({markdownTransformers:[Cu],nodes:[bu],slashMenu:{groups:[X([{Icon:Po,key:"blockquote",keywords:["quote","blockquote"],label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=Ar();Mr(e,()=>Ir())})}}])]},toolbarFixed:{groups:Rr},toolbarInline:{groups:Rr}});import{getTranslation as qt}from"@payloadcms/translations";import{jsx as $r}from"react/jsx-runtime";import"react";var Tu="M10.5 7C11.3284 7 12 7.67157 12 8.5V11.5C12 11.7329 11.9453 11.9527 11.8506 12.1494C12.0473 12.0547 12.2671 12 12.5 12H15.5C16.3284 12 17 12.6716 17 13.5V16.5C17 17.3284 16.3284 18 15.5 18H12.5C12.1151 18 11.7655 17.8535 11.5 17.6152C11.2345 17.8535 10.8849 18 10.5 18H7.5C6.67157 18 6 17.3284 6 16.5V13.5C6 13.1154 6.14578 12.7655 6.38379 12.5C6.14578 12.2345 6 11.8846 6 11.5V8.5C6 7.67157 6.67157 7 7.5 7H10.5ZM12.5 13C12.2239 13 12 13.2239 12 13.5V16.5C12 16.7761 12.2239 17 12.5 17H15.5C15.7761 17 16 16.7761 16 16.5V13.5C16 13.2239 15.7761 13 15.5 13H12.5ZM7.5 13C7.22386 13 7 13.2239 7 13.5V16.5C7 16.7761 7.22386 17 7.5 17H10.5C10.7761 17 11 16.7761 11 16.5V13.5C11 13.2239 10.7761 13 10.5 13H7.5ZM7.5 8C7.22386 8 7 8.22386 7 8.5V11.5C7 11.7761 7.22386 12 7.5 12H10.5C10.7761 12 11 11.7761 11 11.5V8.5C11 8.22386 10.7761 8 10.5 8H7.5ZM17.5 5C18.3284 5 19 5.67157 19 6.5V9.5C19 10.3284 18.3284 11 17.5 11H14.5C13.6716 11 13 10.3284 13 9.5V6.5C13 5.67157 13.6716 5 14.5 5H17.5ZM14.5 6C14.2239 6 14 6.22386 14 6.5V9.5C14 9.77614 14.2239 10 14.5 10H17.5C17.7761 10 18 9.77614 18 9.5V6.5C18 6.22386 17.7761 6 17.5 6H14.5Z",jo=({className:t})=>$r("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:$r("path",{d:Tu,fill:"currentColor"})});import{jsx as Dr}from"react/jsx-runtime";import"react";var wu="M17 8C18.1046 8 19 8.89543 19 10V14L18.9893 14.2041C18.8938 15.1457 18.1457 15.8938 17.2041 15.9893L17 16H7L6.7959 15.9893C5.78722 15.887 5 15.0357 5 14V10C5 8.89543 5.89543 8 7 8H17ZM7 9C6.44772 9 6 9.44772 6 10V14C6 14.5523 6.44772 15 7 15H17C17.5523 15 18 14.5523 18 14V10C18 9.44772 17.5523 9 17 9H7ZM9 11C9.55228 11 10 11.4477 10 12C10 12.5523 9.55228 13 9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11ZM12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11ZM15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11Z",Ho=({className:t})=>Dr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Dr("path",{clipRule:"evenodd",d:wu,fill:"currentColor",fillRule:"evenodd"})});import{jsx as Eu}from"react/jsx-runtime";import"react";function Or(t,e){let{admin:o,imageAltText:n,imageURL:r}=t,l=o?.images,s,i;if(l?.icon?(s=typeof l.icon=="string"?l.icon:l.icon.url,i=typeof l.icon=="string"?void 0:l.icon.alt):l?.thumbnail?(s=typeof l.thumbnail=="string"?l.thumbnail:l.thumbnail.url,i=typeof l.thumbnail=="string"?void 0:l.thumbnail.alt):(s=r,i=n),!s)return e;let u=i??"Block Image";return()=>Eu("img",{alt:u,className:"lexical-block-custom-image",src:s,style:{maxHeight:20,maxWidth:20}})}import{$parseSerializedNode as el}from"lexical";import{JSOX as Go}from"jsox";function Vt({propsString:t}){let e={},o="",n=!0;for(let r=0;r<t.length;r++){let l=t[r];if(n)l==="="||l===" "?o&&(l===" "?(e[o]=!0,o=""):n=!1):o+=l;else{let s=Su(t,r);e[o]=s.value,r=s.newIndex,o="",n=!0}}return o&&(e[o]=!0),e}function Su(t,e){let o=t[e];return o==='"'?Fr(t,e):o==="'"?Fr(t,e,!0):o==="{"?Lu(t,e):o==="["?Nu(t,e):vu(t,e)}function Nu(t,e){let o=1,n="",r=e+1;for(;r<t.length&&o>0;)t[r]==="["?o++:t[r]==="]"&&o--,o>0&&(n+=t[r]),r++;return{newIndex:r,value:Go.parse(`[${n}]`)}}function Fr(t,e,o=!1){let n="",r=e+1;for(;r<t.length&&(t[r]!==(o?"'":'"')||t[r-1]==="\\");)n+=t[r],r++;return{newIndex:r,value:n}}function Lu(t,e){let o=1,n="",r=e+1;for(;r<t.length&&o>0;)t[r]==="{"?o++:t[r]==="}"&&o--,o>0&&(n+=t[r]),r++;return{newIndex:r,value:yu(n)}}function yu(t){return t[0]!=="{"?Go.parse(t):Go.parse(t.replace(/(\w+):/g,'"$1":'))}function vu(t,e){let o="",n=e;for(;n<t.length&&t[n]!==" ";)o+=t[n],n++;return{newIndex:n-1,value:o}}function wt({props:t}){let e=[];for(let[o,n]of Object.entries(t))typeof n=="string"?e.push(`${o}="${Ru(n)}"`):typeof n=="number"?e.push(`${o}={${n}}`):typeof n=="boolean"?n&&e.push(`${o}`):n!==null&&typeof n=="object"&&(Array.isArray(n)?e.push(`${o}={[${n.map(r=>JSON.stringify(r,Br)).join(", ")}]}`):e.push(`${o}={${JSON.stringify(n,Br)}}`));return e.join(" ")}function Ru(t){return t.replace(/"/g,"&quot;")}function Br(t,e){return typeof e=="string"?e.replace(/'/g,"\\'"):e}function Wt({isEndOptional:t,lines:e,regexpEndRegex:o,startLineIndex:n,startMatch:r,trimChildren:l}){let s="",i="",u=e.slice(n),d=!1,c=0,a=0,m=null,p=!1,h=0,f=u[0].slice(0,r.index),g=0,_=n;e:for(let[R,b]of u.entries()){let x=l?b.trim():b,C=0;if(l)for(let T=0;T<b.length&&b[T]===" ";T++)C++;let k=0;for(R===0&&(k=(r.index??0)+r[0].length-C);k<x.length;){let T=x[k],I=x[k+1];if(d){if(T==="`"&&h++,h%2===0)if(T==="<"&&I==="/"){if(c--,c<0){i[i.length-1]===`
2
+ `&&(i=i.slice(0,-1)),_=R;for(let N=k;N<x.length;N++)if(x[N]===">"){g=N+1;break}break e}}else if(T==="/"&&I===">"){if(c--,c<0){i[i.length-1]===`
3
+ `&&(i=i.slice(0,-1)),_=R,g=k+2;break e}}else T==="<"&&I!=="/"&&c++;i+=T}else{if(T==="{"&&!m?a++:T==="}"&&!m?a--:(T==='"'||T==="'")&&!m?m=T:T===m&&(m=null),T==="/"&&I===">"&&a===0&&!m){p=!0,_=R,g=k+2;break e}else if(T===">"&&a===0&&!m){d=!0,k++;continue}s+=T}k++}if(d?i?.length>0&&R>0&&(i+=`
6
4
  `):s+=`
7
- `,o&&u<0){let _=C.match(o);if(_?.index!==void 0){k=R,g=_.index+_[0].length-1;break}}if(R===d.length-1&&!t&&!f)throw new Error("End match not found for lines "+e.join(`
5
+ `,o&&c<0){let T=x.match(o);if(T?.index!==void 0){_=R,g=T.index+T[0].length-1;break}}if(R===u.length-1&&!t&&!p)throw new Error("End match not found for lines "+e.join(`
8
6
  `)+`
9
7
 
10
- . Start match: `+JSON.stringify(r))}return{afterEndLine:d[k].trim().slice(g),beforeStartLine:p,content:i,endLineIndex:n+k,endlineLastCharIndex:g,propsString:s}}import{jsx as Bu}from"react/jsx-runtime";import Pu from"bson-objectid";import{$applyNodeReplacement as ju}from"lexical";import"react";import{DecoratorBlockNode as iu}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as su}from"@lexical/utils";import au from"bson-objectid";import{$applyNodeReplacement as cu}from"lexical";var Tt=class extends iu{__cacheBuster;__fields;constructor({cacheBuster:e,fields:o,format:n,key:r}){super(n,r),this.__fields=o,this.__cacheBuster=e||0}static clone(e){return new this({cacheBuster:e.__cacheBuster,fields:e.__fields,format:e.__format,key:e.__key})}static getType(){return"block"}static importDOM(){return{}}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=uu(e.fields);return o.setFormat(e.format),o}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return su(o,e?.theme?.block),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div"),o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),type:"block",fields:this.getFields(),version:2}}getCacheBuster(){return this.getLatest().__cacheBuster}getFields(){return this.getLatest().__fields}getTextContent(){return"Block Field"}setFields(e,o){let n=this.getWritable();n.__fields=e,o||n.__cacheBuster++}};function uu(t){return cu(new Tt({fields:{...t,id:t?.id||new au.default().toHexString()}}))}import{jsx as V,jsxs as wt,Fragment as Rr}from"react/jsx-runtime";import{useLexicalComposerContext as Cu}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as bu}from"@lexical/react/useLexicalEditable";import{getTranslation as ku}from"@payloadcms/translations";import{Button as vr,Collapsible as _u,Drawer as Tu,EditDepthProvider as wu,ErrorPill as Su,Form as Eu,formatDrawerSlug as Nu,FormSubmit as Lu,Pill as yu,RenderFields as Ru,SectionTitle as vu,useConfig as Iu,useDocumentForm as Mu,useDocumentInfo as Ir,useEditDepth as $u,useFormSubmitted as Au,useServerFunctions as Du,useTranslation as Ou}from"@payloadcms/ui";import{abortAndIgnore as Po}from"@payloadcms/ui/shared";import{$getNodeByKey as qt,SKIP_DOM_SELECTION_TAG as jo}from"lexical";import{deepCopyObjectSimpleWithoutReactComponents as Qt,reduceFieldsToValues as Mr}from"payload/shared";import Ze,{useCallback as Ho,useEffect as Uo,useMemo as De,useRef as Go}from"react";import{v4 as Fu}from"uuid";import{c as du}from"react/compiler-runtime";import{jsx as Yt,jsxs as mu}from"react/jsx-runtime";import{useLexicalEditable as fu}from"@lexical/react/useLexicalEditable";import{RenderFields as pu,useFormSubmitted as hu}from"@payloadcms/ui";import gu,{createContext as xu}from"react";var Nr=xu({baseClass:"LexicalEditorTheme__block",BlockCollapsible:()=>null,BlockDrawer:()=>null,EditButton:()=>null,errorCount:0,formSchema:[],initialState:!1,nodeKey:"",RemoveButton:()=>null}),ie=()=>gu.use(Nr),Lr=t=>{let e=du(4),{Collapsible:o,CustomBlock:n,CustomLabel:r,...l}=t,{BlockDrawer:s,errorCount:i,formSchema:d}=l,u=hu()&&i>0,a=fu(),m;e[0]!==o||e[1]!==i||e[2]!==u?(m=p=>{let{children:g,...k}=p;return Yt(o,{errorCount:i,fieldHasErrors:u,...k,children:g})},e[0]=o,e[1]=i,e[2]=u,e[3]=m):m=e[3];let f=m,h={...l,BlockCollapsible:f};return n?mu(Nr,{value:h,children:[n,Yt(s,{})]}):Yt(f,{children:Yt(pu,{fields:d,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!a})})};function yr({fields:t}){for(let e in t){let o=t[e];Array.isArray(o?.rows)&&"value"in o&&(o.disableFormData=!0)}return t}var $r=t=>{let{cacheBuster:e,className:o,CustomBlock:n,CustomLabel:r,formData:l,nodeKey:s}=t,i=Au(),{id:d,collectionSlug:c,globalSlug:u}=Ir(),{fieldProps:{featureClientSchemaMap:a,field:m,initialLexicalFormState:f,schemaPath:h},uuid:p}=U(),{fields:g}=Mu(),k=Go(new AbortController),N=$u(),[R,T]=Ze.useState(0),{config:C}=Iu(),x=Nu({slug:`lexical-blocks-create-${p}-${l.id}`,depth:N}),{toggleDrawer:b}=xe(x),{getDocPreferences:_,setDocFieldPreferences:M}=Ir(),[v]=Cu(),y=bu(),S=l.blockType,{getFormState:w}=Du(),L=`${h}.lexical_internal_feature.blocks.lexical_blocks.${S}.fields`,[E,I]=Ze.useState(()=>{let H=f?.[l.id]?.formState;if(!H)return!1;let Q=Object.fromEntries(Object.entries(H).map(([G,W])=>[G,G in l?{...W,initialValue:l[G],value:l[G]}:W]));return Q.blockName={initialValue:l.blockName,passesCondition:!0,valid:!0,value:l.blockName},Q}),A=Go(!1),D=Go(e);Uo(()=>{A.current?(D.current!==e&&I(!1),D.current=e):A.current=!0},[e]);let[F]=Ze.useState(()=>Fu()),[B,Z]=Ze.useState(()=>{if(!r)return E?._components?.customComponents?.BlockLabel??void 0}),[K,We]=Ze.useState(()=>{if(!n)return E?._components?.customComponents?.Block??void 0}),Re=De(()=>n?V(n,{className:o,formData:l,isEditor:!0,isJSXConverter:!1,nodeKey:s,useBlockComponentContext:ie}):K,[n,o,l,s,K]),he=De(()=>r?V(r,{className:o,formData:l,isEditor:!0,isJSXConverter:!1,nodeKey:s,useBlockComponentContext:ie}):B,[r,o,l,s,B]);Uo(()=>{let H=new AbortController;return l&&!E&&(async()=>{let{state:G}=await w({id:d,collectionSlug:c,data:l,docPermissions:{fields:!0},docPreferences:await _(),documentFormState:Qt(g,{excludeFiles:!0}),globalSlug:u,initialBlockData:l,operation:"update",readOnly:!y,renderAllFields:!0,schemaPath:L,signal:H.signal});if(G){G.blockName={initialValue:l.blockName,passesCondition:!0,valid:!0,value:l.blockName};let W=Mr(Qt(G,{excludeFiles:!0}),!0);v.update(()=>{let Y=qt(s);if(Y&&Oe(Y)){let re=W;re.blockType=S,Y.setFields(re,!0)}},{tag:jo}),I(G),r||Z(G._components?.customComponents?.BlockLabel??void 0),n||We(G._components?.customComponents?.Block??void 0)}})(),()=>{Po(H)}},[w,L,y,d,r,n,l,v,s,E,c,u,_,g,S]);let[ne,ge]=Ze.useState(f?.[l.id]?.collapsed??!1),jt=`${h}.lexical_internal_feature.blocks.lexical_blocks.${S}`,se=a.blocks?.[jt]?.[0],q=se.blockReferences?typeof se?.blockReferences?.[0]=="string"?C.blocksMap[se?.blockReferences?.[0]]:se?.blockReferences?.[0]:se?.blocks?.[0],{i18n:mt,t:ve}=Ou(),ft=Ho(async({formState:H,submit:Q})=>{Po(k.current);let G=new AbortController;k.current=G;let{state:W}=await w({id:d,collectionSlug:c,docPermissions:{fields:!0},docPreferences:await _(),documentFormState:Qt(g,{excludeFiles:!0}),formState:H,globalSlug:u,initialBlockFormState:H,operation:"update",readOnly:!y,renderAllFields:!!Q,schemaPath:L,signal:G.signal});if(!W)return H;H.blockName&&(W.blockName=H.blockName);let Y=Mr(yr({fields:Qt(W,{excludeFiles:!0})}),!0);if(setTimeout(()=>{v.update(()=>{let re=qt(s);if(re&&Oe(re)){let Ke=Y;Ke.blockType=S,re.setFields(Ke,!0)}},{tag:jo})},0),Q){r||Z(W._components?.customComponents?.BlockLabel??void 0),n||We(W._components?.customComponents?.Block??void 0);let re=0;for(let Ke of Object.values(W))Ke?.valid===!1&&re++;T(re)}return W},[w,d,c,_,u,L,S,g,y,v,s,n,r]);Uo(()=>()=>{Po(k.current)},[]);let Zn=Ho(()=>{v.update(()=>{qt(s)?.remove()})},[v,s]),ze=q?.labels?.singular?ku(q.labels.singular,mt):q?.slug,Yn=Ho(H=>{_().then(Q=>{let W=Q?.fields?.[m.name]?.collapsed,Y=W&&W?.length?W:[];H?Y.includes(l.id)||Y.push(l.id):Y.includes(l.id)&&Y.splice(Y.indexOf(l.id),1),M(m.name,{collapsed:Y,hello:"hi"})})},[_,m.name,M,l.id]),Ht=De(()=>()=>V(vr,{buttonStyle:"icon-label",className:`${o}__editButton`,disabled:!y,el:"button",icon:"edit",onClick:H=>(H.preventDefault(),H.stopPropagation(),b(),!1),onMouseDown:H=>{H.preventDefault()},round:!0,size:"medium",tooltip:ve("lexical:blocks:inlineBlocks:edit",{label:ze})}),[o,y,ve,ze,b]),Ut=De(()=>()=>V(vr,{buttonStyle:"icon-label",className:`${o}__removeButton`,disabled:!y,icon:"x",onClick:H=>{H.preventDefault(),Zn()},round:!0,tooltip:"Remove Block"}),[o,y,Zn]),$o=De(()=>({Actions:H,children:Q,className:G,collapsibleProps:W,disableBlockName:Y,editButton:re,errorCount:Ke,fieldHasErrors:Ao,Label:er,Pill:tr,removeButton:_c})=>V("div",{className:`${o}__container ${o}-${S}`,children:V(_u,{className:[`${o}__row`,Ao?`${o}__row--has-errors`:`${o}__row--no-errors`,G].filter(Boolean).join(" "),collapsibleStyle:Ao?"error":"default",header:wt("div",{className:`${o}__block-header`,children:[typeof er<"u"?er:typeof he<"u"?he:wt("div",{className:`${o}__block-label`,children:[typeof tr<"u"?tr:V(yu,{className:`${o}__block-pill ${o}__block-pill-${S}`,pillStyle:"white",size:"small",children:ze??S}),!Y&&!q?.admin?.disableBlockName&&V(vu,{path:"blockName",readOnly:!y}),Ao&&V(Su,{count:Ke??0,i18n:mt,withMessage:!0})]}),V("div",{className:`${o}__block-actions`,children:typeof H<"u"?H:wt(Rr,{children:[Re&&re!==!1||!Re&&re?V(Ht,{}):null,_c!==!1&&y?V(Ut,{}):null]})})]}),isCollapsed:ne,onToggle:or=>{Yn(or),ge(or)},...W||{},children:Q},0)}),[Re,he,Ht,Ut,ze,o,q?.admin?.disableBlockName,S,mt,ne,Yn,y]),qn=l?.id,Qn=De(()=>()=>V(wu,{children:V(Tu,{className:"",slug:x,title:ve(`lexical:blocks:inlineBlocks:${qn?"edit":"create"}`,{label:ze??ve("lexical:blocks:inlineBlocks:label")}),children:E?wt(Rr,{children:[V(Ru,{fields:q?.fields??[],forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:L,permissions:!0,readOnly:!y}),V(Lu,{programmaticSubmit:!0,children:ve("fields:saveChanges")})]}):null})}),[E,x,qn,ze,ve,y,q?.fields,L]),kc=De(()=>E?V("div",{"data-block-drawer-slug":x,style:{display:"contents"},children:V(Eu,{beforeSubmit:[async({formState:H})=>await ft({formState:H,submit:!0})],el:"div",fields:q?.fields??[],initialState:E,onChange:[ft],onSubmit:(H,Q)=>{Q.blockType=S,v.update(()=>{let G=qt(s);G&&Oe(G)&&G.setFields(Q,!0)},{tag:jo}),b()},submitted:i,uuid:F,children:V(Lr,{baseClass:o,BlockDrawer:Qn,Collapsible:$o,CustomBlock:Re,CustomLabel:he,EditButton:Ht,errorCount:R,formSchema:q?.fields??[],initialState:E,nodeKey:s,RemoveButton:Ut})})}):null,[$o,Qn,Re,he,S,x,Ut,Ht,o,v,R,b,q?.fields,F,E,s,ft,i]);return q?kc:V($o,{disableBlockName:!0,fieldHasErrors:!0,children:wt("div",{className:`${o}-not-found`,children:["Error: Block '",S,"' not found in the config but exists in the lexical data"]})})};var ae=class extends Tt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=Fe(e.fields);return o.setFormat(e.format),o}decorate(...[e,o,n,r]){return Bu($r,{cacheBuster:this.getCacheBuster(),className:o.theme.block??"LexicalEditorTheme__block",CustomBlock:n,CustomLabel:r,formData:this.getFields(),nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function Fe(t){return ju(new ae({fields:{...t,id:t?.id||new Pu.default().toHexString()}}))}function Oe(t){return t instanceof ae}import{createHeadlessEditor as Hu}from"@lexical/headless";function Vo(t,e){return({editorState:n})=>{let r=Hu({nodes:t});try{r.setEditorState(r.parseEditorState(n))}catch(s){console.error("getLexicalToMarkdown: ERROR parsing editor state",s)}let l="";return r.getEditorState().read(()=>{l=Vt(e)}),l}}import{createHeadlessEditor as Uu}from"@lexical/headless";function eo(t,e){return({markdown:n})=>{let r=Uu({nodes:t});return r.update(()=>{Gt(n,e)},{discrete:!0}),r.getEditorState().toJSON()}}function Gu(t){let e=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{regExpEnd:new RegExp(`</(${e})\\s*>|<${e}[^>]*?/>`,"i"),regExpStart:new RegExp(`<(${e})([^>]*?)\\s*(/?)>`,"i")}}var Or=({blocks:t,inlineBlocks:e})=>{if(!t?.length&&!e?.length)return[];let o=[];if(t?.length)for(let n of t){let r=Dr(n,!1);r&&(o=o.concat(r))}if(e?.length)for(let n of e){let r=Dr(n,!0);r&&(o=o.concat(r))}return o};function Dr(t,e){if(!t.jsx)return null;let o=Gu(t.slug),n=[];return e?(n.push(({allNodes:r,allTransformers:l})=>({type:"text-match",dependencies:[pt],export:s=>{if(!gt(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),d=Vo(r,l),c=t.jsx.export({fields:i,lexicalToMarkdown:d});if(c===!1)return null;if(typeof c=="string")return c;let u=c.props&&Object.keys(c.props)?.length>0,a=c.props??{};return c?.children?.length?`<${i.blockType}${u?" "+_t({props:a}):""}>${c.children}</${i.blockType}>`:`<${i.blockType}${u?" "+_t({props:a}):""}/>`},getEndIndex:(s,i)=>{let{endlineLastCharIndex:d}=Zt({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:i,trimChildren:!1});return d},importRegExp:t.jsx?.customStartRegex??o.regExpStart,regExp:/___ignoreignoreignore___/g,replace(s,i){let{content:d,propsString:c}=Zt({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:{...i,index:0},trimChildren:!1});if(!t?.jsx?.import)return;let u=eo(r,l),a=t.jsx.import({children:d,closeMatch:null,htmlToLexical:null,markdownToLexical:u,openMatch:i,props:c?Xt({propsString:c}):{}});if(a===!1)return;let m=ht({blockType:t.slug,...a});s.replace(m)}})),n):(n.push(({allNodes:r,allTransformers:l})=>({dependencies:[ae],export:s=>{if(!Oe(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),d=Vo(r,l),c=t.jsx.export({fields:i,lexicalToMarkdown:d});if(c===!1)return null;if(typeof c=="string")return c;let u=c.props&&Object.keys(c.props)?.length>0,a=c.props??{};if(c?.children?.length){let m=c.children,f="";if(m.includes(`
8
+ . Start match: `+JSON.stringify(r))}return{afterEndLine:u[_].trim().slice(g),beforeStartLine:f,content:i,endLineIndex:n+_,endlineLastCharIndex:g,propsString:s}}import{jsx as md}from"react/jsx-runtime";import pd from"bson-objectid";import{$applyNodeReplacement as fd}from"lexical";import"react";import{DecoratorBlockNode as Iu}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as Mu}from"@lexical/utils";import Au from"bson-objectid";import{$applyNodeReplacement as $u}from"lexical";var Et=class extends Iu{__cacheBuster;__fields;constructor({cacheBuster:e,fields:o,format:n,key:r}){super(n,r),this.__fields=o,this.__cacheBuster=e||0}static clone(e){return new this({cacheBuster:e.__cacheBuster,fields:e.__fields,format:e.__format,key:e.__key})}static getType(){return"block"}static importDOM(){return{}}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=Du(e.fields);return o.setFormat(e.format),o}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return Mu(o,e?.theme?.block),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div"),o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),type:"block",fields:this.getFields(),version:2}}getCacheBuster(){return this.getLatest().__cacheBuster}getFields(){return this.getLatest().__fields}getTextContent(){return"Block Field"}setFields(e,o){let n=this.getWritable();n.__fields=e,o||n.__cacheBuster++}};function Du(t){return $u(new Et({fields:{...t,id:t?.id||new Au.default().toHexString()}}))}import{jsx as V,jsxs as St}from"react/jsx-runtime";import{useLexicalComposerContext as Uu}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Vu}from"@lexical/react/useLexicalEditable";import{getTranslation as Wu}from"@payloadcms/translations";import{Button as Gr,Collapsible as zu,Drawer as Ku,EditDepthProvider as Ju,ErrorPill as Xu,Form as Zu,formatDrawerSlug as Yu,MoreIcon as qu,Pill as Qu,Popup as ed,PopupList as Uo,RenderFields as td,SectionTitle as od,useConfig as nd,useDocumentForm as rd,useDocumentInfo as Ur,useEditDepth as ld,useFormSubmitted as id,useServerFunctions as sd,useTranslation as ad,XIcon as cd}from"@payloadcms/ui";import{abortAndIgnore as Vo}from"@payloadcms/ui/shared";import{$getNodeByKey as Kt,$getRoot as ud,SKIP_DOM_SELECTION_TAG as Wo}from"lexical";import{deepCopyObjectSimpleWithoutReactComponents as Jt,reduceFieldsToValues as Vr}from"payload/shared";import Fe,{useCallback as zo,useEffect as Xt,useMemo as Be,useRef as Ko}from"react";import{v4 as dd}from"uuid";import{c as Ou}from"react/compiler-runtime";import{jsx as zt,jsxs as Fu}from"react/jsx-runtime";import{useLexicalEditable as Bu}from"@lexical/react/useLexicalEditable";import{RenderFields as Pu,useFormSubmitted as ju}from"@payloadcms/ui";import Hu,{createContext as Gu}from"react";var Pr=Gu({baseClass:"LexicalEditorTheme__block",BlockCollapsible:()=>null,BlockDrawer:()=>null,EditButton:()=>null,errorCount:0,formSchema:[],initialState:!1,nodeKey:"",RemoveButton:()=>null}),ae=()=>Hu.use(Pr),jr=t=>{let e=Ou(4),{Collapsible:o,CustomBlock:n,CustomLabel:r,...l}=t,{BlockDrawer:s,errorCount:i,formSchema:u}=l,c=ju()&&i>0,a=Bu(),m;e[0]!==o||e[1]!==i||e[2]!==c?(m=f=>{let{children:g,..._}=f;return zt(o,{errorCount:i,fieldHasErrors:c,..._,children:g})},e[0]=o,e[1]=i,e[2]=c,e[3]=m):m=e[3];let p=m,h={...l,BlockCollapsible:p};return n?Fu(Pr,{value:h,children:[n,zt(s,{})]}):zt(p,{children:zt(Pu,{fields:u,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!a})})};function Hr({fields:t}){for(let e in t){let o=t[e];Array.isArray(o?.rows)&&"value"in o&&(o.disableFormData=!0)}return t}var Wr=t=>{let{cacheBuster:e,className:o,CustomBlock:n,CustomLabel:r,formData:l,nodeKey:s}=t,i=id(),{id:u,collectionSlug:d,globalSlug:c}=Ur(),{fieldProps:{featureClientSchemaMap:a,field:m,initialLexicalFormState:p,schemaPath:h},uuid:f}=U(),{fields:g}=rd(),_=Ko(new AbortController),L=ld(),[R,b]=Fe.useState(0),{config:x}=nd(),C=Yu({slug:`lexical-blocks-create-${f}-${l.id}`,depth:L}),{toggleDrawer:k}=Oe(C),{getDocPreferences:T,setDocFieldPreferences:I}=Ur(),[N]=Uu(),E=Vu(),S=l.blockType,{getFormState:w}=sd(),v=`${h}.lexical_internal_feature.blocks.lexical_blocks.${S}.fields`,[y,M]=Fe.useState(()=>{let P=p?.[l.id]?.formState;if(!P)return!1;let q=Object.fromEntries(Object.entries(P).map(([G,W])=>[G,G in l?{...W,initialValue:l[G],value:l[G]}:W]));return q.blockName={initialValue:l.blockName,passesCondition:!0,valid:!0,value:l.blockName},q}),$=Ko(!1),D=Ko(e);Xt(()=>{$.current?(D.current!==e&&M(!1),D.current=e):$.current=!0},[e]);let[F]=Fe.useState(()=>dd()),[B,Y]=Fe.useState(()=>{if(!r)return y?._components?.customComponents?.BlockLabel??void 0}),[J,Je]=Fe.useState(()=>{if(!n)return y?._components?.customComponents?.Block??void 0}),Re=Be(()=>n?V(n,{className:o,formData:l,isEditor:!0,isJSXConverter:!1,nodeKey:s,useBlockComponentContext:ae}):J,[n,o,l,s,J]),xe=Be(()=>r?V(r,{className:o,formData:l,isEditor:!0,isJSXConverter:!1,nodeKey:s,useBlockComponentContext:ae}):B,[r,o,l,s,B]);Xt(()=>{let P=new AbortController;return l&&!y&&(async()=>{let{state:G}=await w({id:u,collectionSlug:d,data:l,docPermissions:{fields:!0},docPreferences:await T(),documentFormState:Jt(g,{excludeFiles:!0}),globalSlug:c,initialBlockData:l,operation:"update",readOnly:!E,renderAllFields:!0,schemaPath:v,signal:P.signal});if(G){G.blockName={initialValue:l.blockName,passesCondition:!0,valid:!0,value:l.blockName};let W=Vr(Jt(G,{excludeFiles:!0}),!0);N.update(()=>{let z=Kt(s);if(z&&Me(z)){let ie=W;ie.blockType=S,z.setFields(ie,!0)}},{tag:Wo}),M(G),r||Y(G._components?.customComponents?.BlockLabel??void 0),n||Je(G._components?.customComponents?.Block??void 0)}})(),()=>{Vo(P)}},[w,v,E,u,r,n,l,N,s,y,d,c,T,g,S]);let[le,Ce]=Fe.useState(p?.[l.id]?.collapsed??!1),Ht=`${h}.lexical_internal_feature.blocks.lexical_blocks.${S}`,ft=a.blocks?.[Ht]?.[0]?.blocks?.[0],ee=typeof ft=="string"?x.blocksMap[ft]:ft,{i18n:ht,t:de}=ad(),Ao=zo(async({formState:P,submit:q})=>{Vo(_.current);let G=new AbortController;_.current=G;let{state:W}=await w({id:u,collectionSlug:d,docPermissions:{fields:!0},docPreferences:await T(),documentFormState:Jt(g,{excludeFiles:!0}),formState:P,globalSlug:c,initialBlockFormState:P,operation:"update",readOnly:!E,renderAllFields:!!q,schemaPath:v,signal:G.signal});if(!W)return P;P.blockName&&(W.blockName=P.blockName);let z=Vr(Hr({fields:Jt(W,{excludeFiles:!0})}),!0);if(setTimeout(()=>{N.update(()=>{let ie=Kt(s);if(ie&&Me(ie)){let Ye=z;Ye.blockType=S,ie.setFields(Ye,!0)}},{tag:Wo})},0),q){r||Y(W._components?.customComponents?.BlockLabel??void 0),n||Je(W._components?.customComponents?.Block??void 0);let ie=0;for(let Ye of Object.values(W))Ye?.valid===!1&&ie++;b(ie)}return W},[w,u,d,T,c,v,S,g,E,N,s,n,r]);Xt(()=>()=>{Vo(_.current)},[]);let Gt=zo(()=>{N.update(()=>{Kt(s)?.remove()})},[N,s]),[lr,Uc]=Fe.useState(0);Xt(()=>{let P=()=>{N.getEditorState().read(()=>{let G=ud().getChildren(),W=0;for(let z of G)if(Me(z)){if(z.getKey()===s){Uc(W);return}W++}})};return P(),N.registerUpdateListener(()=>{P()})},[N,s]);let Ze=ee?.labels?.singular?Wu(ee.labels.singular,ht):ee?.slug,ir=zo(P=>{T().then(q=>{let W=q?.fields?.[m.name]?.collapsed,z=W&&W?.length?W:[];P?z.includes(l.id)||z.push(l.id):z.includes(l.id)&&z.splice(z.indexOf(l.id),1),I(m.name,{collapsed:z,hello:"hi"})})},[T,m.name,I,l.id]),sr=Be(()=>()=>V(Gr,{buttonStyle:"ghost",className:`${o}__editButton`,disabled:!E,el:"button",icon:"edit",onClick:P=>(P.preventDefault(),P.stopPropagation(),k(),!1),onMouseDown:P=>{P.preventDefault()},round:!0,size:"medium",tooltip:de("lexical:blocks:inlineBlocks:edit",{label:Ze})}),[o,E,de,Ze,k]),ar=Be(()=>()=>V(Gr,{buttonStyle:"ghost",className:`${o}__removeButton`,disabled:!E,icon:"x",onClick:P=>{P.preventDefault(),Gt()},round:!0,tooltip:"Remove Block"}),[o,E,Gt]),$o=Be(()=>({Actions:P,children:q,className:G,collapsibleProps:W,disableBlockName:z,editButton:ie,errorCount:Ye,fieldHasErrors:Do,Label:pr,Pill:fr,removeButton:Wc,showDragHandle:zc=!0,showRowNumber:Kc=!0})=>V("div",{className:`${o}__container ${o}-${S}`,children:V(zu,{actions:typeof P<"u"?P:E?V(ed,{button:V(qu,{}),buttonClassName:`${o}__actions-button`,caret:!1,horizontalAlign:"right",render:({close:gt})=>St(Uo.ButtonGroup,{buttonSize:"medium",children:[(Re&&ie!==!1||!Re&&ie)&&V(Uo.Button,{onClick:()=>{k(),gt()},children:de("general:edit")}),Wc!==!1&&St(Uo.Button,{onClick:()=>{Gt(),gt()},children:[V(cd,{}),de("general:remove")]})]}),size:"large"}):null,className:[`${o}__row`,Do?`${o}__row--has-errors`:`${o}__row--no-errors`,G].filter(Boolean).join(" "),collapsibleStyle:Do?"error":"default",dragHandleProps:zc?{id:s,attributes:{role:"button",tabIndex:0},listeners:{}}:void 0,header:V("div",{className:`${o}__block-header`,children:typeof pr<"u"?pr:typeof xe<"u"?xe:St("div",{className:`${o}__block-label`,children:[Kc&&V("span",{className:`${o}__block-number`,children:String(lr+1).padStart(2,"0")}),typeof fr<"u"?fr:V(Qu,{className:`${o}__block-pill ${o}__block-pill-${S}`,pillStyle:"white",size:"small",children:Ze??S}),!z&&!ee?.admin?.disableBlockName&&V(od,{path:"blockName",readOnly:!E}),Do&&V(Xu,{count:Ye??0,i18n:ht,withMessage:!0})]})}),isCollapsed:le,onToggle:gt=>{ir(gt),Ce(gt)},...W||{},children:q},0)}),[Re,xe,Ze,o,ee?.admin?.disableBlockName,S,ht,le,ir,E,s,Gt,lr,de,k]),cr=l?.id,{headerActions:ur,submitRef:dr}=hr(),mr=Be(()=>()=>V(Ju,{children:V(Ku,{className:"",headerActions:ur,slug:C,title:de(`lexical:blocks:inlineBlocks:${cr?"edit":"create"}`,{label:Ze??de("lexical:blocks:inlineBlocks:label")}),children:y?St("div",{className:"fields-drawer",children:[V(td,{fields:ee?.fields??[],forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:v,permissions:!0,readOnly:!E}),V(gr,{submitRef:dr})]}):null})}),[y,C,cr,Ze,de,E,ee?.fields,v,ur,dr]),Vc=Be(()=>y?V("div",{"data-block-drawer-slug":C,style:{display:"contents"},children:V(Zu,{beforeSubmit:[async({formState:P})=>await Ao({formState:P,submit:!0})],el:"div",fields:ee?.fields??[],initialState:y,onChange:[Ao],onSubmit:(P,q)=>{q.blockType=S,N.update(()=>{let G=Kt(s);G&&Me(G)&&G.setFields(q,!0)},{tag:Wo}),k()},submitted:i,uuid:F,children:V(jr,{baseClass:o,BlockDrawer:mr,Collapsible:$o,CustomBlock:Re,CustomLabel:xe,EditButton:sr,errorCount:R,formSchema:ee?.fields??[],initialState:y,nodeKey:s,RemoveButton:ar})})}):null,[$o,mr,Re,xe,S,C,ar,sr,o,N,R,k,ee?.fields,F,y,s,Ao,i]);return ee?Vc:V($o,{disableBlockName:!0,fieldHasErrors:!0,children:St("div",{className:`${o}-not-found`,children:["Error: Block '",S,"' not found in the config but exists in the lexical data"]})})};var ce=class extends Et{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=Pe(e.fields);return o.setFormat(e.format),o}decorate(...[e,o,n,r]){return md(Wr,{cacheBuster:this.getCacheBuster(),className:o.theme.block??"LexicalEditorTheme__block",CustomBlock:n,CustomLabel:r,formData:this.getFields(),nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function Pe(t){return fd(new ce({fields:{...t,id:t?.id||new pd.default().toHexString()}}))}function Me(t){return t instanceof ce}import{createHeadlessEditor as hd}from"@lexical/headless";import{$convertToMarkdownString as gd}from"@lexical/markdown";function Jo(t,e){return({editorState:n})=>{let r=hd({nodes:t});try{r.setEditorState(r.parseEditorState(n))}catch(s){console.error("getLexicalToMarkdown: ERROR parsing editor state",s)}let l="";return r.getEditorState().read(()=>{l=gd(e)}),l}}import{createHeadlessEditor as Nd}from"@lexical/headless";import{$convertFromMarkdownString as Qr,TRANSFORMERS as Sd}from"@lexical/markdown";var zr=/^[\t ]*$/,xd=/^(\s*)(\d+)\.\s/,Cd=/^(\s*)[-*+]\s/,bd=/^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i,Kr=/^(#{1,6})\s/,kd=/^>\s/,_d=/^[ \t]*(\\`\\`\\`|```)(\w+)?/,Jr=/[ \t]*(\\`\\`\\`|```)$/,Td=/^[ \t]*```[^`]+(?:(?:`{1,2}|`{4,})[^`]+)*```(?:[^`]|$)/,wd=/^\|(.+)\|\s?$/,Ed=/^(\| ?:?-*:? ?)+\|\s?$/,Xr=/^[ \t]*<[a-z_][\w-]*(?:\s[^<>]*)?\/?>/i,Zr=/^[ \t]*<\/[a-z_][\w-]*\s*>/i;function Yr(t){if(t.endsWith("\\"))return[t.slice(0,-1),"\\"];let e=t.match(/^(.*?\S)( {2,})$/);return e?[e[1],e[2]]:null}function qr(t,e){let o=t.split(`
9
+ `),n=!1,r=[],l=0;for(let s=0;s<o.length;s++){let i=o[s],u=r[r.length-1],d=s<o.length-1?Yr(i):null,c=u!==void 0&&Yr(u)!==null;if(Td.test(i)){r.push(i);continue}if(Jr.test(i)){l===0&&(n=!0),l===1&&(n=!1),l>0&&l--,r.push(i);continue}if(_d.test(i)){n=!0,l++,r.push(i);continue}if(n){r.push(i);continue}zr.test(i)||zr.test(u)||!u||Kr.test(u)||Kr.test(i)||kd.test(i)||xd.test(i)||Cd.test(i)||bd.test(i)||wd.test(i)||Ed.test(i)||c||!e||Xr.test(i)||Zr.test(i)||Xr.test(u)||Zr.test(u)||Jr.test(u)?r.push(i):r[r.length-1]=u+" "+(d===null?i.trim():i.trimStart())}return r.join(`
10
+ `)}function Zt(t,e=Sd,o,n=!1,r=!1){if(n)return Qr(t,e,o,!0);let l=qr(t,r);return Qr(l,e,o,!1,!1)}function Yt(t,e){return({markdown:n})=>{let r=Nd({nodes:t});return r.update(()=>{Zt(n,e,void 0,!1,!0)},{discrete:!0}),r.getEditorState().toJSON()}}function Ld(t){let e=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{regExpEnd:new RegExp(`</(${e})\\s*>|<${e}[^>]*?/>`,"i"),regExpStart:new RegExp(`<(${e})([^>]*?)\\s*(/?)>`,"i")}}var ol=({blocks:t,inlineBlocks:e})=>{if(!t?.length&&!e?.length)return[];let o=[];if(t?.length)for(let n of t){let r=tl(n,!1);r&&(o=o.concat(r))}if(e?.length)for(let n of e){let r=tl(n,!0);r&&(o=o.concat(r))}return o};function tl(t,e){if(!t.jsx)return null;let o=Ld(t.slug),n=[];return e?(n.push(({allNodes:r,allTransformers:l})=>({type:"text-match",dependencies:[xt],export:s=>{if(!bt(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),u=Jo(r,l),d=t.jsx.export({fields:i,lexicalToMarkdown:u});if(d===!1)return null;if(typeof d=="string")return d;let c=d.props&&Object.keys(d.props)?.length>0,a=d.props??{};return d?.children?.length?`<${i.blockType}${c?" "+wt({props:a}):""}>${d.children}</${i.blockType}>`:`<${i.blockType}${c?" "+wt({props:a}):""}/>`},getEndIndex:(s,i)=>{let{endlineLastCharIndex:u}=Wt({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:i,trimChildren:!1});return u},importRegExp:t.jsx?.customStartRegex??o.regExpStart,regExp:/___ignoreignoreignore___/g,replace(s,i){let{content:u,propsString:d}=Wt({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:{...i,index:0},trimChildren:!1});if(!t?.jsx?.import)return;let c=Yt(r,l),a=t.jsx.import({children:u,closeMatch:null,htmlToLexical:null,markdownToLexical:c,openMatch:i,props:d?Vt({propsString:d}):{}});if(a===!1)return;let m=Ct({blockType:t.slug,...a});s.replace(m)}})),n):(n.push(({allNodes:r,allTransformers:l})=>({dependencies:[ce],export:s=>{if(!Me(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),u=Jo(r,l),d=t.jsx.export({fields:i,lexicalToMarkdown:u});if(d===!1)return null;if(typeof d=="string")return d;let c=d.props&&Object.keys(d.props)?.length>0,a=d.props??{};if(d?.children?.length){let m=d.children,p="";if(m.includes(`
11
11
  `))for(let h of m.split(`
12
- `)){let p="";!t?.jsx?.doNotTrimChildren&&h!==""&&(p=" "),p+=h+`
13
- `,f+=p}else f=(t?.jsx?.doNotTrimChildren?"":" ")+m+`
14
- `;return`<${i.blockType}${u?" "+_t({props:a}):""}>
15
- ${f}</${i.blockType}>`}return`<${i.blockType}${u?" "+_t({props:a}):""}/>`},handleImportAfterStartMatch:t.jsx?.customEndRegex?void 0:({lines:s,rootNode:i,startLineIndex:d,startMatch:c,transformer:u})=>{let a=typeof u.regExpEnd=="object"&&"regExp"in u.regExpEnd?u.regExpEnd.regExp:u.regExpEnd,m=u.regExpEnd&&typeof u.regExpEnd=="object"&&"optional"in u.regExpEnd?u.regExpEnd.optional:!u.regExpEnd,{afterEndLine:f,beforeStartLine:h,content:p,endLineIndex:g,propsString:k}=Zt({isEndOptional:m,lines:s,regexpEndRegex:a,startLineIndex:d,startMatch:c,trimChildren:!1}),N="";if(t?.jsx?.doNotTrimChildren)N=p.endsWith(`
16
- `)?p.slice(0,-1):p;else if(p.includes(`
17
- `)){let x=p.split(`
18
- `),b=0;for(let _ of x){if(b++,_.startsWith(" "))N+=_.slice(2);else if(_==="")N+=_;else{N=p.endsWith(`
19
- `)?p.slice(0,-1):p;break}N+=b===x.length?"":`
20
- `}}else N=(p.startsWith(" ")?p.slice(2):p)+`
21
- `;if(!t?.jsx?.import)return[!1,d];let R=eo(r,l),T=t.jsx.import({children:N,closeMatch:null,htmlToLexical:null,markdownToLexical:R,openMatch:c,props:k?Xt({propsString:k}):{}});if(T===!1)return[!1,d];let C=Fe({blockType:t.slug,...T});if(C){let x=null,b=null;if(h?.length){x=R({markdown:h})?.root?.children??[];let _=x?.[0];_&&i.append(Ar(_))}if(i.append(C),f?.length){b=R({markdown:f})?.root?.children;let _=i.getChildren()[i.getChildren().length-1],M=Ar(b[0])?.getChildren();if(M?.length)for(let v of M)_.append(v)}}return[!0,g]},regExpEnd:t.jsx?.customEndRegex??o.regExpEnd,regExpStart:t.jsx?.customStartRegex??o.regExpStart,type:"multiline-element",replace:(s,i,d,c,u)=>{if(t?.jsx?.import){if(!u){let g="";if(i)for(let k of i)g+=k.getTextContent();u=[g]}let a="";t?.jsx?.doNotTrimChildren?a=u.join(`
22
- `):a=u.join(`
23
- `).trim();let m=d[1]?.trim(),f=eo(r,l),h=t.jsx.import({children:a,closeMatch:c,htmlToLexical:null,markdownToLexical:f,openMatch:d,props:m?Xt({propsString:m}):{}});if(h===!1)return!1;let p=Fe({blockType:t.slug,...h});p&&s.append(p);return}return!1}})),n)}import{createCommand as Fr}from"lexical";var Ye=Fr("INSERT_BLOCK_COMMAND"),qe=Fr("INSERT_INLINE_BLOCK_COMMAND");import{c as Vu}from"react/compiler-runtime";import{useLexicalComposerContext as Wu}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as zu,$wrapNodeInElement as Ku,mergeRegister as Ju}from"@lexical/utils";import{formatDrawerSlug as Xu,useEditDepth as Zu}from"@payloadcms/ui";import{$createParagraphNode as Yu,$getNodeByKey as qu,$getPreviousSelection as Qu,$getSelection as ed,$insertNodes as td,$isParagraphNode as od,$isRangeSelection as nd,$isRootOrShadowRoot as rd,COMMAND_PRIORITY_EDITOR as Br}from"lexical";import{useEffect as ld,useState as id}from"react";var Pr=()=>{let t=Vu(12),[e]=Wu(),[o,n]=id(null),{setCreatedInlineBlock:r,uuid:l}=U(),s=Zu(),i="lexical-inlineBlocks-create-"+l,d;t[0]!==s||t[1]!==i?(d=Xu({slug:i,depth:s}),t[0]=s,t[1]=i,t[2]=d):d=t[2];let c=d,{toggleDrawer:u}=xe(c,!0),a;t[3]!==e||t[4]!==r||t[5]!==o?(a=()=>{if(!e.hasNodes([ae]))throw new Error("BlocksPlugin: BlocksNode not registered on editor");return Ju(e.registerCommand(Ye,f=>(e.update(()=>{let h=ed()||Qu();if(nd(h)){let p=Fe(f),{focus:g}=h,k=g.getNode();zu(p),od(k)&&!k.__first&&k.remove()}}),!0),Br),e.registerCommand(qe,f=>{if(o){let p=qu(o);return!p||!gt(p)?!1:(p.setFields(f),n(null),!0)}let h=ht(f);return r?.(h),td([h]),rd(h.getParentOrThrow())&&Ku(h,Yu).selectEnd(),!0},Br))},t[3]=e,t[4]=r,t[5]=o,t[6]=a):a=t[6];let m;return t[7]!==e||t[8]!==r||t[9]!==o||t[10]!==u?(m=[e,r,o,u],t[7]=e,t[8]=r,t[9]=o,t[10]=u,t[11]=m):m=t[11],ld(a,m),null};var sd=$(({config:t,featureClientSchemaMap:e,props:o,schemaPath:n})=>{let r=`${n}.lexical_internal_feature.blocks.lexical_blocks`,l=`${n}.lexical_internal_feature.blocks.lexical_inline_blocks`,s=e.blocks;if(!s)return{};let i=Object.entries(s).filter(([a])=>a.startsWith(r+".")&&!a.replace(r+".","").includes(".")).map(([,a])=>a[0]),d=Object.entries(s).filter(([a])=>a.startsWith(l+".")&&!a.replace(l+".","").includes(".")).map(([,a])=>a[0]),c=i.map(a=>a.blockReferences?typeof a.blockReferences[0]=="string"?t.blocksMap[a.blockReferences[0]]:a.blockReferences[0]:a.blocks[0]).filter(a=>a!==void 0),u=d.map(a=>a.blockReferences?typeof a.blockReferences[0]=="string"?t.blocksMap[a.blockReferences[0]]:a.blockReferences[0]:a.blocks[0]).filter(a=>a!==void 0);return{markdownTransformers:Or({blocks:c,inlineBlocks:u}),nodes:[ae,pt],plugins:[{Component:Pr,position:"normal"}],sanitizedClientFeatureProps:o,slashMenu:{groups:[c?.length?{items:c.map(a=>({Icon:Jt(a,zt),key:"block-"+a.slug,keywords:["block","blocks",a.slug],label:({i18n:m})=>a?.labels?.singular?to(a.labels.singular,m):a?.slug,onSelect:({editor:m})=>{m.dispatchCommand(Ye,{blockName:"",blockType:a.slug})}})),key:"blocks",label:({i18n:a})=>a.t("lexical:blocks:label")}:null,u?.length?{items:u.map(a=>({Icon:Kt,key:"inlineBlocks-"+a.slug,keywords:["inlineBlock","inline block",a.slug],label:({i18n:m})=>a?.labels?.singular?to(a.labels.singular,m):a?.slug,onSelect:({editor:m})=>{m.dispatchCommand(qe,{blockName:"",blockType:a.slug})}})),key:"inlineBlocks",label:({i18n:a})=>a.t("lexical:blocks:inlineBlocks:label")}:null].filter(Boolean)},toolbarFixed:{groups:[c.length?{type:"dropdown",ChildComponent:zt,items:c.map((a,m)=>({ChildComponent:Jt(a,zt),isActive:void 0,key:"block-"+a.slug,label:({i18n:f})=>a?.labels?.singular?to(a.labels.singular,f):a?.slug,onSelect:({editor:f})=>{f.dispatchCommand(Ye,{blockName:"",blockType:a.slug})},order:m})),key:"blocks",order:20}:null,u?.length?{type:"dropdown",ChildComponent:Kt,items:u.map((a,m)=>({ChildComponent:Jt(a,Kt),isActive:void 0,key:"inlineBlock-"+a.slug,label:({i18n:f})=>a?.labels?.singular?to(a.labels.singular,f):a?.slug,onSelect:({editor:f})=>{f.dispatchCommand(qe,{blockName:"",blockType:a.slug})},order:m})),key:"inlineBlocks",order:25}:null].filter(Boolean)}}});import{c as ud}from"react/compiler-runtime";import{jsx as Pe,jsxs as Jo}from"react/jsx-runtime";import{useLexicalComposerContext as dd}from"@lexical/react/LexicalComposerContext.js";import{$createParagraphNode as md,$createTextNode as fd,$getRoot as pd,getDOMSelection as Wo}from"lexical";import*as Vr from"react";import{useCallback as Be,useEffect as zo,useLayoutEffect as Hr,useRef as Ko,useState as oo}from"react";var ad=le&&"documentMode"in document?document.documentMode:null,jr=le&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),c4=le&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),u4=le&&"InputEvent"in window&&!ad?"getTargetRanges"in new window.InputEvent("input"):!1,d4=le&&/Version\/[\d.].*Safari/.test(navigator.userAgent),m4=le&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,f4=le&&/Android/.test(navigator.userAgent),p4=le&&/Win/.test(navigator.platform),cd=le&&/^(?=.*Chrome).*/i.test(navigator.userAgent),h4=le&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!cd;var hd=t=>{let e=document.createElement("textarea");e.value=t||"",e.style.position="absolute",e.style.opacity="0",document.body?.appendChild(e),e.focus(),e.select();try{let o=document.execCommand("copy");console.log(o)}catch(o){console.error(o)}document.body?.removeChild(e)},gd=(t,e)=>{let o=document.createElement("a");o.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(e||"")),o.setAttribute("download",t),o.style.display="none",document.body?.appendChild(o),o.click(),document.body?.removeChild(o)},xd=t=>{let o=((n,r)=>{switch(n){case"click":return` await page.mouse.click(${r.x}, ${r.y});`;case"keydown":return` await page.keyboard.keydown('${r}');`;case"keyup":return` await page.keyboard.keyup('${r}');`;case"press":return` await page.keyboard.press('${r}');`;case"selectAll":return" await selectAll(page);";case"snapshot":return` await assertHTMLSnapshot(page);
12
+ `)){let f="";!t?.jsx?.doNotTrimChildren&&h!==""&&(f=" "),f+=h+`
13
+ `,p+=f}else p=(t?.jsx?.doNotTrimChildren?"":" ")+m+`
14
+ `;return`<${i.blockType}${c?" "+wt({props:a}):""}>
15
+ ${p}</${i.blockType}>`}return`<${i.blockType}${c?" "+wt({props:a}):""}/>`},handleImportAfterStartMatch:t.jsx?.customEndRegex?void 0:({lines:s,rootNode:i,startLineIndex:u,startMatch:d,transformer:c})=>{let a=typeof c.regExpEnd=="object"&&"regExp"in c.regExpEnd?c.regExpEnd.regExp:c.regExpEnd,m=c.regExpEnd&&typeof c.regExpEnd=="object"&&"optional"in c.regExpEnd?c.regExpEnd.optional:!c.regExpEnd,{afterEndLine:p,beforeStartLine:h,content:f,endLineIndex:g,propsString:_}=Wt({isEndOptional:m,lines:s,regexpEndRegex:a,startLineIndex:u,startMatch:d,trimChildren:!1}),L="";if(t?.jsx?.doNotTrimChildren)L=f.endsWith(`
16
+ `)?f.slice(0,-1):f;else if(f.includes(`
17
+ `)){let C=f.split(`
18
+ `),k=0;for(let T of C){if(k++,T.startsWith(" "))L+=T.slice(2);else if(T==="")L+=T;else{L=f.endsWith(`
19
+ `)?f.slice(0,-1):f;break}L+=k===C.length?"":`
20
+ `}}else L=(f.startsWith(" ")?f.slice(2):f)+`
21
+ `;if(!t?.jsx?.import)return[!1,u];let R=Yt(r,l),b=t.jsx.import({children:L,closeMatch:null,htmlToLexical:null,markdownToLexical:R,openMatch:d,props:_?Vt({propsString:_}):{}});if(b===!1)return[!1,u];let x=Pe({...b,blockType:t.slug});if(x){let C=null,k=null;if(h?.length){C=R({markdown:h})?.root?.children??[];let T=C?.[0];T&&i.append(el(T))}if(i.append(x),p?.length){k=R({markdown:p})?.root?.children;let T=i.getChildren()[i.getChildren().length-1],I=el(k[0])?.getChildren();if(I?.length)for(let N of I)T.append(N)}}return[!0,g]},regExpEnd:t.jsx?.customEndRegex??o.regExpEnd,regExpStart:t.jsx?.customStartRegex??o.regExpStart,type:"multiline-element",replace:(s,i,u,d,c)=>{if(t?.jsx?.import){if(!c){let g="";if(i)for(let _ of i)g+=_.getTextContent();c=[g]}let a="";t?.jsx?.doNotTrimChildren?a=c.join(`
22
+ `):a=c.join(`
23
+ `).trim();let m=u[1]?.trim(),p=Yt(r,l),h=t.jsx.import({children:a,closeMatch:d,htmlToLexical:null,markdownToLexical:p,openMatch:u,props:m?Vt({propsString:m}):{}});if(h===!1)return!1;let f=Pe({...h,blockType:t.slug});f&&s.append(f);return}return!1}})),n)}import{createCommand as nl}from"lexical";var et=nl("INSERT_BLOCK_COMMAND"),tt=nl("INSERT_INLINE_BLOCK_COMMAND");import{c as yd}from"react/compiler-runtime";import{useLexicalComposerContext as vd}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Rd,$wrapNodeInElement as Id,mergeRegister as Md}from"@lexical/utils";import{formatDrawerSlug as Ad,useEditDepth as $d}from"@payloadcms/ui";import{$createParagraphNode as Dd,$getNodeByKey as Od,$getPreviousSelection as Fd,$getSelection as Bd,$insertNodes as Pd,$isParagraphNode as jd,$isRangeSelection as Hd,$isRootOrShadowRoot as Gd,COMMAND_PRIORITY_EDITOR as rl}from"lexical";import{useEffect as Ud,useState as Vd}from"react";var ll=()=>{let t=yd(12),[e]=vd(),[o,n]=Vd(null),{setCreatedInlineBlock:r,uuid:l}=U(),s=$d(),i="lexical-inlineBlocks-create-"+l,u;t[0]!==s||t[1]!==i?(u=Ad({slug:i,depth:s}),t[0]=s,t[1]=i,t[2]=u):u=t[2];let d=u,{toggleDrawer:c}=Oe(d,!0),a;t[3]!==e||t[4]!==r||t[5]!==o?(a=()=>{if(!e.hasNodes([ce]))throw new Error("BlocksPlugin: BlocksNode not registered on editor");return Md(e.registerCommand(et,p=>(e.update(()=>{let h=Bd()||Fd();if(Hd(h)){let f=Pe(p),{focus:g}=h,_=g.getNode();Rd(f),jd(_)&&!_.__first&&_.remove()}}),!0),rl),e.registerCommand(tt,p=>{if(o){let f=Od(o);return!f||!bt(f)?!1:(f.setFields(p),n(null),!0)}let h=Ct(p);return r?.(h),Pd([h]),Gd(h.getParentOrThrow())&&Id(h,Dd).selectEnd(),!0},rl))},t[3]=e,t[4]=r,t[5]=o,t[6]=a):a=t[6];let m;return t[7]!==e||t[8]!==r||t[9]!==o||t[10]!==c?(m=[e,r,o,c],t[7]=e,t[8]=r,t[9]=o,t[10]=c,t[11]=m):m=t[11],Ud(a,m),null};var Wd=A(({config:t,featureClientSchemaMap:e,props:o,schemaPath:n})=>{let r=`${n}.lexical_internal_feature.blocks.lexical_blocks`,l=`${n}.lexical_internal_feature.blocks.lexical_inline_blocks`,s=e.blocks;if(!s)return{};let i=Object.entries(s).filter(([a])=>a.startsWith(r+".")&&!a.replace(r+".","").includes(".")).map(([,a])=>a[0]),u=Object.entries(s).filter(([a])=>a.startsWith(l+".")&&!a.replace(l+".","").includes(".")).map(([,a])=>a[0]),d=i.map(a=>{let m=a.blocks[0];return typeof m=="string"?t.blocksMap[m]:m}).filter(a=>a!==void 0),c=u.map(a=>{let m=a.blocks[0];return typeof m=="string"?t.blocksMap[m]:m}).filter(a=>a!==void 0);return{markdownTransformers:ol({blocks:d,inlineBlocks:c}),nodes:[ce,xt],plugins:[{Component:ll,position:"normal"}],sanitizedClientFeatureProps:o,slashMenu:{groups:[d?.length?{items:d.map(a=>({Icon:Or(a,jo),key:"block-"+a.slug,keywords:["block","blocks",a.slug],label:({i18n:m})=>a?.labels?.singular?qt(a.labels.singular,m):a?.slug,onSelect:({editor:m})=>{m.dispatchCommand(et,{blockName:"",blockType:a.slug})}})),key:"blocks",label:({i18n:a})=>a.t("lexical:blocks:label")}:null,c?.length?{items:c.map(a=>({Icon:Ho,key:"inlineBlocks-"+a.slug,keywords:["inlineBlock","inline block",a.slug],label:({i18n:m})=>a?.labels?.singular?qt(a.labels.singular,m):a?.slug,onSelect:({editor:m})=>{m.dispatchCommand(tt,{blockName:"",blockType:a.slug})}})),key:"inlineBlocks",label:({i18n:a})=>a.t("lexical:blocks:inlineBlocks:label")}:null].filter(Boolean)},toolbarFixed:{groups:[d.length?{type:"dropdown",ChildComponent:jo,items:d.map((a,m)=>({isActive:void 0,key:"block-"+a.slug,label:({i18n:p})=>a?.labels?.singular?qt(a.labels.singular,p):a?.slug,onSelect:({editor:p})=>{p.dispatchCommand(et,{blockName:"",blockType:a.slug})},order:m})),key:"blocks",order:20}:null,c?.length?{type:"dropdown",ChildComponent:Ho,items:c.map((a,m)=>({isActive:void 0,key:"inlineBlock-"+a.slug,label:({i18n:p})=>a?.labels?.singular?qt(a.labels.singular,p):a?.slug,onSelect:({editor:p})=>{p.dispatchCommand(tt,{blockName:"",blockType:a.slug})},order:m})),key:"inlineBlocks",order:25}:null].filter(Boolean)}}});import{c as Jd}from"react/compiler-runtime";import{jsx as He,jsxs as qo}from"react/jsx-runtime";import{useLexicalComposerContext as Xd}from"@lexical/react/LexicalComposerContext.js";import{$createParagraphNode as Zd,$createTextNode as Yd,$getRoot as qd,getDOMSelection as Xo}from"lexical";import*as ul from"react";import{useCallback as je,useEffect as Zo,useLayoutEffect as sl,useRef as Yo,useState as Qt}from"react";var zd=se&&"documentMode"in document?document.documentMode:null,il=se&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),Qb=se&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),e6=se&&"InputEvent"in window&&!zd?"getTargetRanges"in new window.InputEvent("input"):!1,t6=se&&/Version\/[\d.].*Safari/.test(navigator.userAgent),o6=se&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,n6=se&&/Android/.test(navigator.userAgent),r6=se&&/Win/.test(navigator.platform),Kd=se&&/^(?=.*Chrome).*/i.test(navigator.userAgent),l6=se&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!Kd;var Qd=t=>{let e=document.createElement("textarea");e.value=t||"",e.style.position="absolute",e.style.opacity="0",document.body?.appendChild(e),e.focus(),e.select();try{let o=document.execCommand("copy");console.log(o)}catch(o){console.error(o)}document.body?.removeChild(e)},e1=(t,e)=>{let o=document.createElement("a");o.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(e||"")),o.setAttribute("download",t),o.style.display="none",document.body?.appendChild(o),o.click(),document.body?.removeChild(o)},t1=t=>{let o=((n,r)=>{switch(n){case"click":return` await page.mouse.click(${r.x}, ${r.y});`;case"keydown":return` await page.keyboard.keydown('${r}');`;case"keyup":return` await page.keyboard.keyup('${r}');`;case"press":return` await page.keyboard.press('${r}');`;case"selectAll":return" await selectAll(page);";case"snapshot":return` await assertHTMLSnapshot(page);
24
24
  await assertSelection(page, {
25
25
  anchorPath: [${r.anchorPath.toString()}],
26
26
  anchorOffset: ${r.anchorOffset},
@@ -30,7 +30,7 @@ ${f}</${i.blockType}>`}return`<${i.blockType}${u?" "+_t({props:a}):""}/>`},handl
30
30
  `;case"type":return` await page.keyboard.type('${r}');`;default:return""}})(t.name,t.value);switch(t.count){case 1:return o;case 2:return[o,o].join(`
31
31
  `);default:return` await repeat(${t.count}, async () => {
32
32
  ${o}
33
- );`}};function Cd(t){return t.key.toLowerCase()==="a"&&(jr?t.metaKey:t.ctrlKey)}function bd(t){let{anchorNode:e,focusNode:o}=t,{anchorOffset:n,focusOffset:r}=t;return n!==0&&n--,r!==0&&r--,{anchorNode:e,anchorOffset:n,focusNode:o,focusOffset:r}}function Ur(t,e){let o=t,n=[];for(;o!==e;)o!=null&&n.unshift(Array.from(o?.parentNode?.childNodes??[]).indexOf(o)),o=o?.parentNode;return n}var Gr=new Set(["ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Backspace","Delete","Enter","Escape"]);function kd(t){let[e,o]=oo([]),[n,r]=oo(!1),[,l]=oo(""),[s,i]=oo(""),d=Ko(null),c=Ko(!1),u=Ko(null),a=Be(()=>t,[t]),m=Be(()=>{let T=t.getRootElement(),C=Wo(t._window);return T==null||C==null||C.anchorNode==null||C.focusNode==null||!T.contains(C.anchorNode)||!T.contains(C.focusNode)?null:`
33
+ );`}};function o1(t){return t.key.toLowerCase()==="a"&&(il?t.metaKey:t.ctrlKey)}function n1(t){let{anchorNode:e,focusNode:o}=t,{anchorOffset:n,focusOffset:r}=t;return n!==0&&n--,r!==0&&r--,{anchorNode:e,anchorOffset:n,focusNode:o,focusOffset:r}}function al(t,e){let o=t,n=[];for(;o!==e;)o!=null&&n.unshift(Array.from(o?.parentNode?.childNodes??[]).indexOf(o)),o=o?.parentNode;return n}var cl=new Set(["ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Backspace","Delete","Enter","Escape"]);function r1(t){let[e,o]=Qt([]),[n,r]=Qt(!1),[,l]=Qt(""),[s,i]=Qt(""),u=Yo(null),d=Yo(!1),c=Yo(null),a=je(()=>t,[t]),m=je(()=>{let b=t.getRootElement(),x=Xo(t._window);return b==null||x==null||x.anchorNode==null||x.focusNode==null||!b.contains(x.anchorNode)||!b.contains(x.focusNode)?null:`
34
34
  import {
35
35
  initializeE2E,
36
36
  assertHTMLSnapshot,
@@ -47,20 +47,19 @@ describe('Test case', () => {
47
47
  const {page} = e2e;
48
48
 
49
49
  await page.focus('div[contenteditable="true"]');
50
- ${e.map(xd).join(`
50
+ ${e.map(t1).join(`
51
51
  `)}
52
52
  });
53
53
  });
54
- `},[t,e]),f=Be((T,C)=>{o(x=>{let b=e.length-1,_=e[b];if(_&&_.name===T){if(T==="type")return[...e.slice(0,b),{..._,value:_.value+C}];if(_.value===C)return[...e.slice(0,b),{..._,count:_.count+1}]}return[...x,{name:T,count:1,value:C}]})},[e,o]);Hr(()=>{let T=x=>{if(!n)return;let b=x.key;Cd(x)?f("selectAll",""):Gr.has(b)?f("press",x.key):[...b].length>1?f("keydown",x.key):f("type",x.key)},C=x=>{if(!n)return;let b=x.key;!Gr.has(b)&&[...b].length>1&&f("keyup",x.key)};return t.registerRootListener((x,b)=>{b!==null&&(b.removeEventListener("keydown",T),b.removeEventListener("keyup",C)),x!==null&&(x.addEventListener("keydown",T),x.addEventListener("keyup",C))})},[t,n,f]),Hr(()=>{u.current&&u.current.scrollTo(0,u.current.scrollHeight)},[m]),zo(()=>{if(e){let T=m();T!==null&&i(T),u.current&&u.current.scrollTo(0,u.current.scrollHeight)}},[m,e]),zo(()=>t.registerUpdateListener(({dirtyElements:C,dirtyLeaves:x,editorState:b})=>{if(!n)return;let _=b._selection,M=d.current,v=c.current;if(M!==_){if(x.size===0&&C.size===0&&!v){let S=Wo(t._window);if(S&&(S.anchorNode==null||S.focusNode==null))return}d.current=_}c.current=!1;let y=m();y!==null&&i(y)}),[t,m,n,f]),zo(()=>n?t.registerUpdateListener(()=>{let C=t.getRootElement();C!==null&&l(C?.innerHTML)}):void 0,[t,n]);let h=Be(T=>{n||(T.update(()=>{let C=pd();C.clear();let x=fd();C.append(md().append(x)),x.select()}),o([])),r(C=>!C)},[n]),p=Be(()=>{if(!n)return;let T=Wo(t._window);if(T===null||T.anchorNode==null||T.focusNode==null)return;let{anchorNode:C,anchorOffset:x,focusNode:b,focusOffset:_}=bd(T),M=a().getRootElement(),v;C!==null&&(v=Ur(C,M));let y;b!==null&&(y=Ur(b,M)),f("snapshot",{anchorNode:C,anchorOffset:x,anchorPath:v,focusNode:b,focusOffset:_,focusPath:y})},[f,n,a]),g=Be(()=>{hd(m())},[m]),k=Be(()=>{gd("test.js",m())},[m]);return[Pe("button",{className:`editor-dev-button ${n?"active":""}`,id:"test-recorder-button",onClick:T=>{h(a()),T.preventDefault()},title:n?"Disable test recorder":"Enable test recorder",type:"button",children:n?"Disable test recorder":"Enable test recorder"}),n?Jo("div",{className:"test-recorder-output",children:[Jo("div",{className:"test-recorder-toolbar",children:[Pe("button",{className:"test-recorder-button",id:"test-recorder-button-snapshot",onClick:T=>{p(),T.preventDefault()},title:"Insert snapshot",type:"button",children:"Insert Snapshot"}),Pe("button",{className:"test-recorder-button",id:"test-recorder-button-copy",onClick:T=>{g(),T.preventDefault()},title:"Copy to clipboard",type:"button",children:"Copy"}),Pe("button",{className:"test-recorder-button",id:"test-recorder-button-download",onClick:T=>{k(),T.preventDefault()},title:"Download as a file",type:"button",children:"Download"})]}),Pe("pre",{id:"test-recorder",ref:u,children:s})]}):null]}var Wr=()=>{let t=ud(3),[e]=dd(),[o,n]=kd(e),r;return t[0]!==o||t[1]!==n?(r=Jo(Vr.Fragment,{children:[Pe("p",{children:"HI"}),o,n,Pe("p",{children:"DONE"})]}),t[0]=o,t[1]=n,t[2]=r):r=t[2],r};var _d=$({plugins:[{Component:Wr,position:"bottom"}]});import{c as Td}from"react/compiler-runtime";import{jsx as wd}from"react/jsx-runtime";import{useLexicalComposerContext as Sd}from"@lexical/react/LexicalComposerContext.js";import{TreeView as Ed}from"@lexical/react/LexicalTreeView.js";import"react";var zr=()=>{let t=Td(2),[e]=Sd(),o;return t[0]!==e?(o=wd(Ed,{editor:e,timeTravelButtonClassName:"debug-timetravel-button",timeTravelPanelButtonClassName:"debug-timetravel-panel-button",timeTravelPanelClassName:"debug-timetravel-panel",timeTravelPanelSliderClassName:"debug-timetravel-panel-slider",treeTypeButtonClassName:"debug-treetype-button",viewClassName:"tree-view-output"}),t[0]=e,t[1]=o):o=t[1],o};var Nd=$({plugins:[{Component:zr,position:"bottom"}]});import{$isTableSelection as yd}from"@lexical/table";import{$isRangeSelection as Rd,FORMAT_TEXT_COMMAND as vd}from"lexical";import{jsx as Kr}from"react/jsx-runtime";import"react";var Ld="M14.5 9.25A1.75 1.75 0 0 1 12.75 11H9.5V7.5h3.25c.966 0 1.75.784 1.75 1.75M8 11V7.5A1.5 1.5 0 0 1 9.5 6h3.25a3.25 3.25 0 0 1 2.418 5.422A3.5 3.5 0 0 1 13.5 18h-4A1.5 1.5 0 0 1 8 16.5zm1.5 1.5v4h4a2 2 0 1 0 0-4z",Jr=({className:t})=>Kr("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Kr("path",{clipRule:"evenodd",d:Ld,fill:"currentColor",fillRule:"evenodd"})});var X=t=>({type:"buttons",items:t,key:"format",order:40});var Xr={type:"text-format",format:["bold","italic"],tag:"***"},Zr={type:"text-format",format:["bold","italic"],intraword:!1,tag:"___"},Yr={type:"text-format",format:["bold"],tag:"**"},qr={type:"text-format",format:["bold"],intraword:!1,tag:"__"};var Qr=[X([{ChildComponent:Jr,isActive:({selection:t})=>Rd(t)||yd(t)?t.hasFormat("bold"):!1,key:"bold",onSelect:({editor:t})=>{t.dispatchCommand(vd,"bold")},order:1}])],Id=$(({featureProviderMap:t})=>{let e=[Yr,qr];return t.get("italic")&&e.push(Zr,Xr),{enableFormats:["bold"],markdownTransformers:e,toolbarFixed:{groups:Qr},toolbarInline:{groups:Qr}}});import{$isTableSelection as $d}from"@lexical/table";import{$isRangeSelection as Ad,FORMAT_TEXT_COMMAND as Dd}from"lexical";import{jsx as el}from"react/jsx-runtime";import"react";var Md="M16.5 6C17.3284 6 18 6.67157 18 7.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V12.5C6 12.2239 6.22386 12 6.5 12C6.77614 12 7 12.2239 7 12.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H15.5C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6H16.5ZM8.14648 6.14648C8.34175 5.95122 8.65825 5.95122 8.85352 6.14648C9.04878 6.34175 9.04878 6.65825 8.85352 6.85352L7.20703 8.5L8.85352 10.1465C9.04878 10.3417 9.04878 10.6583 8.85352 10.8535C8.65825 11.0488 8.34175 11.0488 8.14648 10.8535L6.14648 8.85352C5.95122 8.65825 5.95122 8.34175 6.14648 8.14648L8.14648 6.14648ZM11.1465 6.14648C11.3417 5.95122 11.6583 5.95122 11.8535 6.14648L13.8535 8.14648C14.0488 8.34175 14.0488 8.65825 13.8535 8.85352L11.8535 10.8535C11.6583 11.0488 11.3417 11.0488 11.1465 10.8535C10.9512 10.6583 10.9512 10.3417 11.1465 10.1465L12.793 8.5L11.1465 6.85352C10.9512 6.65825 10.9512 6.34175 11.1465 6.14648Z",tl=({className:t})=>el("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:el("path",{clipRule:"evenodd",d:Md,fill:"currentColor",fillRule:"evenodd"})});var ol={type:"text-format",format:["code"],tag:"`"};var nl=[X([{ChildComponent:tl,isActive:({selection:t})=>Ad(t)||$d(t)?t.hasFormat("code"):!1,key:"inlineCode",onSelect:({editor:t})=>{t.dispatchCommand(Dd,"code")},order:7}])],Od=$({enableFormats:["code"],markdownTransformers:[ol],toolbarFixed:{groups:nl},toolbarInline:{groups:nl}});import{$isTableSelection as Bd}from"@lexical/table";import{$isRangeSelection as Pd,FORMAT_TEXT_COMMAND as jd}from"lexical";import{jsx as rl}from"react/jsx-runtime";import"react";var Fd="M10 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-2.083L11.6 17h1.9a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2.083L12.4 7h-1.9a.5.5 0 0 1-.5-.5",ll=({className:t})=>rl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:rl("path",{clipRule:"evenodd",d:Fd,fill:"currentColor",fillRule:"evenodd"})});var il={type:"text-format",format:["italic"],tag:"*"},sl={type:"text-format",format:["italic"],intraword:!1,tag:"_"};var al=[X([{ChildComponent:ll,isActive:({selection:t})=>Pd(t)||Bd(t)?t.hasFormat("italic"):!1,key:"italic",onSelect:({editor:t})=>{t.dispatchCommand(jd,"italic")},order:2}])],Hd=$({enableFormats:["italic"],markdownTransformers:[il,sl],toolbarFixed:{groups:al},toolbarInline:{groups:al}});import{$isTableSelection as Gd}from"@lexical/table";import{$isRangeSelection as Vd,FORMAT_TEXT_COMMAND as Wd}from"lexical";import{jsx as cl}from"react/jsx-runtime";import"react";var Ud="M15.835 13.5a.27.27 0 0 1 .24.138q.306.554.306 1.316 0 1.01-.543 1.816-.543.8-1.554 1.268-1.01.462-2.409.462-1.323 0-2.295-.419-.972-.424-1.534-1.175a3.2 3.2 0 0 1-.533-1.135c-.082-.326.187-.614.522-.614.299 0 .539.233.625.519q.13.43.415.768.448.524 1.17.8.73.271 1.63.272.996 0 1.764-.32.773-.327 1.215-.906a2.16 2.16 0 0 0 .44-1.348q0-.645-.345-1.09c-.1-.132-.016-.352.15-.352zm-3.846-8q1.215 0 2.142.438.933.43 1.476 1.187.38.518.519 1.134c.07.31-.19.577-.507.577-.286 0-.518-.22-.6-.493q-.22-.738-.875-1.224-.864-.646-2.18-.646-.92 0-1.63.313-.703.308-1.1.85a2.04 2.04 0 0 0-.395 1.237q0 .492.217.874.216.376.588.652.376.278.843.475.474.197.972.338l1.052.288H18.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1h3.94a4.4 4.4 0 0 1-.844-.602q-.844-.781-.844-1.982 0-1.009.562-1.778t1.522-1.2q.959-.438 2.153-.438",ul=({className:t})=>cl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:cl("path",{d:Ud,fill:"currentColor"})});var dl={type:"text-format",format:["strikethrough"],tag:"~~"};var ml=[X([{ChildComponent:ul,isActive:({selection:t})=>Vd(t)||Gd(t)?t.hasFormat("strikethrough"):!1,key:"strikethrough",onSelect:({editor:t})=>{t.dispatchCommand(Wd,"strikethrough")},order:4}])],zd=$({enableFormats:["strikethrough"],markdownTransformers:[dl],toolbarFixed:{groups:ml},toolbarInline:{groups:ml}});import{$isTableSelection as Jd}from"@lexical/table";import{$isRangeSelection as Xd,FORMAT_TEXT_COMMAND as Zd}from"lexical";import{jsx as fl}from"react/jsx-runtime";import"react";var Kd="M7.51 15.65a.523.523 0 1 1-.985-.352l2.377-6.534a.83.83 0 0 1 1.56 0l2.374 6.534a.523.523 0 1 1-.985.351L9.722 9.57a.043.043 0 0 0-.08 0zm.162-2.238c0-.252.204-.456.456-.456h3.1a.456.456 0 0 1 0 .912h-3.1a.456.456 0 0 1-.456-.456m6.652 3.925a.436.436 0 0 1-.287-.765l1.64-1.431q.259-.228.433-.407.175-.178.266-.345a.76.76 0 0 0 .091-.365.61.61 0 0 0-.258-.52q-.255-.195-.63-.195-.4 0-.643.21a.7.7 0 0 0-.133.151c-.127.197-.3.403-.534.403s-.432-.194-.367-.418q.11-.378.434-.642.494-.402 1.257-.403.513 0 .897.183.387.181.604.501.217.316.217.714 0 .316-.13.586-.125.27-.395.555a9 9 0 0 1-.695.634l-.927.798a.023.023 0 0 0 .016.042h1.895a.357.357 0 0 1 0 .714z",pl=({className:t})=>fl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:fl("path",{d:Kd,fill:"currentColor"})});var hl=[X([{ChildComponent:pl,isActive:({selection:t})=>Xd(t)||Jd(t)?t.hasFormat("subscript"):!1,key:"subscript",onSelect:({editor:t})=>{t.dispatchCommand(Zd,"subscript")},order:5}])],Yd=$({enableFormats:["subscript"],toolbarFixed:{groups:hl},toolbarInline:{groups:hl}});import{$isTableSelection as Qd}from"@lexical/table";import{$isRangeSelection as em,FORMAT_TEXT_COMMAND as tm}from"lexical";import{jsx as gl}from"react/jsx-runtime";import"react";var qd="M7.51 15.65a.523.523 0 1 1-.985-.352l2.377-6.534a.83.83 0 0 1 1.56 0l2.374 6.534a.523.523 0 1 1-.985.351L9.722 9.57a.043.043 0 0 0-.08 0zm.162-2.238c0-.252.204-.456.456-.456h3.1a.456.456 0 0 1 0 .912h-3.1a.456.456 0 0 1-.456-.456m6.652-1.303a.436.436 0 0 1-.287-.765l1.64-1.432q.259-.228.433-.406.175-.179.266-.346a.76.76 0 0 0 .091-.365.61.61 0 0 0-.258-.52q-.255-.195-.63-.194-.4 0-.643.209a.7.7 0 0 0-.133.152c-.127.196-.3.403-.534.403s-.432-.194-.367-.419q.11-.378.434-.641.494-.403 1.257-.403.513 0 .897.182.387.183.604.502.217.315.217.714 0 .315-.13.585-.125.27-.395.555a9 9 0 0 1-.695.635l-.927.798a.023.023 0 0 0 .016.041h1.895a.357.357 0 1 1 0 .715z",xl=({className:t})=>gl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:gl("path",{d:qd,fill:"currentColor"})});var Cl=[X([{ChildComponent:xl,isActive:({selection:t})=>em(t)||Qd(t)?t.hasFormat("superscript"):!1,key:"superscript",onSelect:({editor:t})=>{t.dispatchCommand(tm,"superscript")},order:6}])],om=$({enableFormats:["superscript"],toolbarFixed:{groups:Cl},toolbarInline:{groups:Cl}});import{$isTableSelection as rm}from"@lexical/table";import{$isRangeSelection as lm,FORMAT_TEXT_COMMAND as im}from"lexical";import{jsx as bl}from"react/jsx-runtime";import"react";var nm="M9 7.5a.5.5 0 0 0-1 0V12a4 4 0 0 0 8 0V7.5a.5.5 0 0 0-1 0V12a3 3 0 1 1-6 0zM16.5 19a.5.5 0 0 0 0-1h-9a.5.5 0 0 0 0 1z",kl=({className:t})=>bl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:bl("path",{clipRule:"evenodd",d:nm,fill:"currentColor",fillRule:"evenodd"})});var _l=[X([{ChildComponent:kl,isActive:({selection:t})=>lm(t)||rm(t)?t.hasFormat("underline"):!1,key:"underline",onSelect:({editor:t})=>{t.dispatchCommand(im,"underline")},order:3}])],sm=$({enableFormats:["underline"],toolbarFixed:{groups:_l},toolbarInline:{groups:_l}});import{jsx as Zo}from"react/jsx-runtime";import{jsx as am}from"react/jsx-runtime";function cm(t){return t.replace(/-([a-z])/g,(e,o)=>o.toUpperCase())}var no=({css:t})=>{let e=t?Object.fromEntries(Object.entries(t).map(([o,n])=>[cm(o),n])):{};return am("span",{style:{...e,alignItems:"center",borderRadius:"4px",display:"flex",fontSize:"16px",height:"20px",justifyContent:"center",width:"20px"},children:"A"})};import{useLexicalComposerContext as um}from"@lexical/react/LexicalComposerContext";import{$forEachSelectedTextNode as dm}from"@lexical/selection";import{$getNodeByKey as mm,$getState as fm,$setState as pm,createState as hm,TextNode as gm}from"lexical";import{useEffect as xm}from"react";function Tl(t){let e=new Map;for(let o in t){let n=t[o],r=hm(o,{parse:l=>typeof l=="string"&&Object.keys(n).includes(l)?l:void 0});e.set(o,{stateConfig:r,stateValues:n})}return e}function Xo(t,e,o,n){t.update(()=>{dm(r=>{let l=e.get(o);if(!l)throw new Error(`State config for ${o} not found`);pm(r,l.stateConfig,n)})})}function wl({stateMap:t}){let[e]=um();return xm(()=>e.registerMutationListener(gm,o=>{e.getEditorState().read(()=>{for(let[n,r]of o){if(r==="destroyed")continue;let l=mm(n),s=e.getElementByKey(n);if(!l||!s)continue;let i=Object.create(null);t.forEach((d,c)=>{let u=fm(l,d.stateConfig);if(!u){delete s.dataset[c];return}s.dataset[c]=u;let a=d.stateValues[u]?.css;a&&Object.assign(i,a)}),s.style.cssText="",Object.assign(s.style,i)}})}),[e]),null}var Sl=(t,e)=>{let o=[];for(let r in t.state){let l=t.state[r];for(let s in l){let i=l[s];o.push({ChildComponent:()=>Zo(no,{css:i.css}),key:s,label:i.label,onSelect:({editor:d})=>{Xo(d,e,r,s)}})}}return[{type:"dropdown",ChildComponent:()=>Zo(no,{css:{color:"var(--theme-elevation-600)"}}),items:[...[{ChildComponent:()=>Zo(no,{}),key:"clear-style",label:({i18n:r})=>r.t("lexical:textState:defaultStyle"),onSelect:({editor:r})=>{for(let l in t.state)Xo(r,e,l,void 0)},order:1}],...o],key:"textState",order:30}]},Cm=$(({props:t})=>{let e=Tl(t.state);return{plugins:[{Component:()=>wl({stateMap:e}),position:"normal"}],toolbarFixed:{groups:Sl(t,e)},toolbarInline:{groups:Sl(t,e)}}});import{c as ym}from"react/compiler-runtime";import{useLexicalComposerContext as Rm}from"@lexical/react/LexicalComposerContext";import{$createHeadingNode as vm,$isHeadingNode as Bl,HeadingNode as Hl}from"@lexical/rich-text";import{$setBlocksType as Im}from"@lexical/selection";import{$getSelection as Mm,$isRangeSelection as $m}from"lexical";import{useEffect as Am}from"react";import{jsx as El}from"react/jsx-runtime";import"react";var bm="M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm11 6a.5.5 0 0 0-.777-.416l-1.5 1a.5.5 0 1 0 .554.832l.723-.482V17.5a.5.5 0 0 0 1 0z",Nl=({className:t})=>El("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:El("path",{d:bm,fill:"currentColor"})});import{jsx as Ll}from"react/jsx-runtime";import"react";var km="M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm9.034 10.952c0 .303.245.548.548.548h2.97a.448.448 0 0 0 0-.896H17.48v-.04l.997-1.038q.562-.555.873-.945.314-.39.438-.711t.124-.653q0-.497-.245-.885a1.7 1.7 0 0 0-.684-.61A2.24 2.24 0 0 0 17.96 12a2.2 2.2 0 0 0-1.017.228 1.71 1.71 0 0 0-.888 1.13c-.064.268.168.495.444.495.275 0 .479-.236.595-.485l.019-.039q.12-.22.333-.338a1 1 0 0 1 .5-.121q.278 0 .495.11a.83.83 0 0 1 .341.312.9.9 0 0 1 .125.48q0 .245-.096.462t-.288.448-.48.529l-1.85 1.854a.55.55 0 0 0-.16.387",yl=({className:t})=>Ll("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Ll("path",{d:km,fill:"currentColor"})});import{jsx as Rl}from"react/jsx-runtime";import"react";var _m="M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM16.1146 11.745C16.1146 12.744 15.2236 13.608 13.6126 13.608C12.0736 13.608 11.0926 12.762 10.9846 11.547H12.4696C12.5146 12.114 13.0006 12.456 13.6126 12.456C14.2876 12.456 14.6746 12.132 14.6746 11.619C14.6746 11.061 14.2426 10.836 13.6216 10.836H12.9826V9.738H13.6036C14.1526 9.738 14.5486 9.486 14.5486 8.937C14.5486 8.46 14.2156 8.127 13.6486 8.127C13.0366 8.127 12.6586 8.514 12.6226 9.045H11.1916C11.2726 7.929 12.1276 6.966 13.6666 6.966C15.1876 6.966 15.9706 7.848 15.9706 8.865C15.9706 9.603 15.5026 10.143 14.8186 10.269C15.6196 10.404 16.1146 10.971 16.1146 11.745Z",vl=({className:t})=>Rl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Rl("path",{d:_m,fill:"currentColor"})});import{jsx as Il}from"react/jsx-runtime";import"react";var Tm="M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM15.1736 7.074V10.854H16.3706V12.033H15.1736V13.5H13.6796V12.033H10.5116V10.845L13.4996 7.074H15.1736ZM13.6796 8.46L11.8256 10.854H13.6796V8.46Z",Ml=({className:t})=>Il("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Il("path",{d:Tm,fill:"currentColor"})});import{jsx as $l}from"react/jsx-runtime";import"react";var wm="M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.1576 10.269C12.6896 10.269 12.3746 10.494 12.2216 10.737H10.8176L11.1956 7.074H15.2546V8.28H12.3206L12.1856 9.549C12.4016 9.351 12.8516 9.126 13.4636 9.126C14.7866 9.126 15.6596 10.053 15.6596 11.358C15.6596 12.609 14.7326 13.608 13.1756 13.608C11.5826 13.608 10.6556 12.753 10.5566 11.511H12.1136C12.1586 12.06 12.5456 12.465 13.1576 12.465C13.8236 12.465 14.1746 11.97 14.1746 11.376C14.1746 10.764 13.8416 10.269 13.1576 10.269Z",Al=({className:t})=>$l("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:$l("path",{d:wm,fill:"currentColor"})});import{jsx as Dl}from"react/jsx-runtime";import"react";var Sm="M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.3646 8.127C12.5456 8.127 12.0416 8.937 12.0416 9.999C12.3296 9.54 12.8246 9.207 13.5536 9.207C14.8586 9.207 15.8036 10.134 15.8036 11.376C15.8036 12.645 14.8226 13.608 13.3196 13.608C11.7266 13.608 10.6196 12.393 10.6196 10.395C10.6196 8.316 11.7716 6.966 13.4186 6.966C14.7056 6.966 15.5786 7.749 15.7316 8.829H14.3186C14.2016 8.415 13.9226 8.127 13.3646 8.127ZM13.3106 12.51C13.9586 12.51 14.3816 12.042 14.3816 11.385C14.3816 10.737 13.9586 10.278 13.3106 10.278C12.6536 10.278 12.2126 10.737 12.2126 11.385C12.2126 12.042 12.6536 12.51 13.3106 12.51Z",Ol=({className:t})=>Dl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Dl("path",{d:Sm,fill:"currentColor"})});import{$createHeadingNode as Em,$isHeadingNode as Nm,HeadingNode as Lm}from"@lexical/rich-text";var Yo=t=>(e,o,n)=>{let r=t(n);r&&(r.append(...o),e.replace(r),r.select(0,0))};var Fl=t=>{let o=`^(${t.map(r=>Number(r.slice(1))).map(r=>`#{${r}}`).join("|")})\\s`,n=new RegExp(o);return{type:"element",dependencies:[Lm],export:(r,l)=>{if(!Nm(r))return null;let s=Number(r.getTag().slice(1));return"#".repeat(s)+" "+l(r)},regExp:n,replace:Yo(r=>{let l="h"+r[1]?.length;return Em(l)})}};var Pl=t=>{let e=Mm();Im(e,()=>vm(t))},jl={h1:Nl,h2:yl,h3:vl,h4:Ml,h5:Al,h6:Ol},Dm=$(({props:t})=>{let{enabledHeadingSizes:e=["h1","h2","h3","h4","h5","h6"]}=t,o=[ee(e.map((n,r)=>({ChildComponent:jl[n],isActive:({selection:l})=>{if(!$m(l))return!1;for(let s of l.getNodes()){if(Bl(s)&&s.getTag()===n)continue;let i=s.getParent();if(!(Bl(i)&&i.getTag()===n))return!1}return!0},key:n,label:({i18n:l})=>l.t("lexical:heading:label",{headingLevel:n.charAt(1)}),onSelect:({editor:l})=>{l.update(()=>{Pl(n)})},order:r+2})))];return{markdownTransformers:[Fl(e)],nodes:[Hl],plugins:[{Component:Om,position:"normal"}],sanitizedClientFeatureProps:t,slashMenu:{groups:e?.length?[J(e.map(n=>({Icon:jl[n],key:`heading-${n.charAt(1)}`,keywords:["heading",n],label:({i18n:r})=>r.t("lexical:heading:label",{headingLevel:n.charAt(1)}),onSelect:({editor:r})=>{r.update(()=>{Pl(n)})}})))]:[]},toolbarFixed:{groups:e?.length?o:[]},toolbarInline:{groups:e?.length?o:[]}}}),Om=t=>{let e=ym(9),{clientProps:o}=t,{enabledHeadingSizes:n}=o,r;e[0]!==n?(r=n===void 0?["h1","h2","h3","h4","h5","h6"]:n,e[0]=n,e[1]=r):r=e[1];let l=r,s;e[2]!==l?(s=l.at(-1),e[2]=l,e[3]=s):s=e[3];let i=s,[d]=Rm(),c,u;return e[4]!==d||e[5]!==l||e[6]!==i?(c=()=>{if(!(!i||l.length===6))return d.registerNodeTransform(Hl,a=>{l.includes(a.getTag())||a.setTag(i)})},u=[d,l,i],e[4]=d,e[5]=l,e[6]=i,e[7]=c,e[8]=u):(c=e[7],u=e[8]),Am(c,u),null};import{$isNodeSelection as Qm}from"lexical";import{jsx as Ul}from"react/jsx-runtime";import"react";var Fm="M18 12a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 .5.5",qo=({className:t})=>Ul("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Ul("path",{d:Fm,fill:"currentColor"})});import{jsx as Gl}from"react/jsx-runtime";import"react";var Bm={16:"M8.5 3.5a.5.5 0 0 0-1 0v4h-4a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4h4a.5.5 0 0 0 0-1h-4z",24:"M12 6a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 12 6"},Vl=({className:t,size:e=24})=>Gl("svg",{className:t,fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:Gl("path",{clipRule:"evenodd",d:Bm[e],fill:"currentColor",fillRule:"evenodd"})});var ke=t=>({type:"dropdown",ChildComponent:Vl,items:t,key:"add",order:10});import{addClassNamesToElement as Pm}from"@lexical/utils";import{$applyNodeReplacement as jm,createCommand as Hm,DecoratorNode as Um}from"lexical";var Et=Hm("INSERT_HORIZONTAL_RULE_COMMAND"),St=class extends Um{static clone(e){return new this(e.__key)}static getType(){return"horizontalrule"}static importDOM(){return{hr:()=>({conversion:Gm,priority:0})}}static importJSON(e){return Wl()}createDOM(e){let o=document.createElement("hr");return Pm(o,e.theme.hr),o}decorate(){return null}exportDOM(){return{element:document.createElement("hr")}}exportJSON(){return{type:"horizontalrule",version:1}}getTextContent(){return`
55
- `}isInline(){return!1}updateDOM(){return!1}};function Gm(){return{node:Wl()}}function Wl(){return jm(new St)}import{$applyNodeReplacement as Vm}from"lexical";import"react";var _e=class extends St{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){return Qe()}decorate(){return null}exportJSON(){return super.exportJSON()}};function Qe(){return Vm(new _e)}function Nt(t){return t instanceof _e}var zl={type:"element",dependencies:[_e],export:(t,e)=>Nt(t)?"---":null,regExp:/^---\s*$/,replace:t=>{let e=Qe();e&&t.replace(e)}};import{c as Wm}from"react/compiler-runtime";import{useLexicalComposerContext as zm}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Km}from"@lexical/utils";import{$getSelection as Jm,$isRangeSelection as Xm,COMMAND_PRIORITY_EDITOR as Zm}from"lexical";import{useEffect as Ym}from"react";var Kl=()=>{let t=Wm(3),[e]=zm(),o,n;return t[0]!==e?(o=()=>e.registerCommand(Et,qm,Zm),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),Ym(o,n),null};function qm(t){let e=Jm();if(!Xm(e))return!1;if(e.focus.getNode()!==null){let n=Qe();Km(n)}return!0}var ef=$({markdownTransformers:[zl],nodes:[_e],plugins:[{Component:Kl,position:"normal"}],slashMenu:{groups:[J([{Icon:qo,key:"horizontalRule",keywords:["hr","horizontal rule","line","separator"],label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Et,void 0)}}])]},toolbarFixed:{groups:[ke([{ChildComponent:qo,isActive:({selection:t})=>{if(!Qm(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Nt(e)},key:"horizontalRule",label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Et,void 0)}}])]}});import{$findMatchingParent as ri}from"@lexical/utils";import{$isElementNode as pf,INDENT_CONTENT_COMMAND as hf,OUTDENT_CONTENT_COMMAND as gf}from"lexical";import{jsx as Qo}from"react/jsx-runtime";import"react";var tf="M7.854 6.146a.5.5 0 1 0-.708.708L8.293 8H5.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708zM11.5 8a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 12.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z",Jl=({className:t})=>Qo("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Qo("g",{transform:"scale(-1, 1) translate(-24, 0)",children:Qo("path",{clipRule:"evenodd",d:tf,fill:"currentColor",fillRule:"evenodd"})})});import{jsx as Xl}from"react/jsx-runtime";import"react";var of="M7.854 6.146a.5.5 0 1 0-.708.708L8.293 8H5.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708zM11.5 8a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 12.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z",Zl=({className:t})=>Xl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Xl("path",{clipRule:"evenodd",d:of,fill:"currentColor",fillRule:"evenodd"})});import{jsx as nf}from"react/jsx-runtime";import{useLexicalComposerContext as rf}from"@lexical/react/LexicalComposerContext";import{TabIndentationPlugin as lf}from"@lexical/react/LexicalTabIndentationPlugin";import{$findMatchingParent as sf,mergeRegister as Yl}from"@lexical/utils";import{$getSelection as af,$isElementNode as ti,$isRangeSelection as cf,COMMAND_PRIORITY_LOW as ql,INDENT_CONTENT_COMMAND as Ql,KEY_TAB_COMMAND as uf,OUTDENT_CONTENT_COMMAND as df,TabNode as mf}from"lexical";import{useEffect as ei}from"react";var oi=({clientProps:t})=>{let[e]=rf(),{disabledNodes:o,disableTabNode:n}=t;return ei(()=>{if(!(!e||!o?.length))return Yl(e.registerCommand(Ql,()=>ff(r=>{if(!o.includes(r.getType())){let l=r.getIndent();r.setIndent(l+1)}}),ql),e.registerUpdateListener(({dirtyElements:r,editorState:l})=>{e.update(()=>{for(let[s]of r){let i=l._nodeMap.get(s);ti(i)&&o.includes(i.getType())&&i.getIndent()>0&&i.setIndent(0)}})}))},[e,o]),ei(()=>{if(!(!e||!n))return Yl(e.registerCommand(uf,r=>(r.preventDefault(),e.dispatchCommand(r.shiftKey?df:Ql,void 0)),ql),e.registerNodeTransform(mf,r=>{r.remove()}))},[e,n]),nf(lf,{})};function ff(t){let e=af();if(!cf(e))return!1;let o=new Set,n=e.getNodes();for(let r=0;r<n.length;r++){let l=n[r],s=l.getKey();if(o.has(s))continue;let i=sf(l,c=>ti(c)&&!c.isInline());if(i===null)continue;let d=i.getKey();i.canIndent()&&!o.has(d)&&(o.add(d),t(i))}return o.size>0}var ni=t=>({type:"buttons",items:t,key:"indent",order:35});var li=({disabledNodes:t})=>[ni([{ChildComponent:Jl,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],n=r=>ii(r)&&r.getIndent()>0;return o.some(r=>n(r)||!!ri(r,n))},key:"indentDecrease",label:({i18n:e})=>e.t("lexical:indent:decreaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(gf,void 0)},order:1},{ChildComponent:Zl,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],n=r=>ii(r)&&!(t??[]).includes(r.getType());return o.some(r=>n(r)||!!ri(r,n))},key:"indentIncrease",label:({i18n:e})=>e.t("lexical:indent:increaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(hf,void 0)},order:2}])],xf=$(({props:t})=>{let e=t.disabledNodes??[];return{plugins:[{Component:oi,position:"normal"}],sanitizedClientFeatureProps:t,toolbarFixed:{groups:li({disabledNodes:e})},toolbarInline:{groups:li({disabledNodes:e})}}}),ii=t=>pf(t)&&t.canIndent();import{$findMatchingParent as Ap}from"@lexical/utils";import{$getSelection as un,$isRangeSelection as Bi}from"lexical";import{jsx as si}from"react/jsx-runtime";import"react";var Cf={16:"M8.38 6.381a.29.29 0 0 1 .347-.056q.293.161.541.408a2.5 2.5 0 0 1 0 3.535l-2 2a2.5 2.5 0 0 1-3.535-3.535l.571-.573c.25-.249.692-.107.81.224a.46.46 0 0 1-.098.478l-.576.578a1.5 1.5 0 1 0 2.121 2.12l2-2a1.5 1.5 0 0 0 0-2.12c-.23-.23-.493-.509-.358-.805a.9.9 0 0 1 .178-.254m.352-2.648a2.5 2.5 0 1 1 3.535 3.535l-.471.47c-.253.254-.717.082-.819-.261a.44.44 0 0 1 .102-.435l.481-.481A1.5 1.5 0 0 0 9.44 4.44l-2 2a1.5 1.5 0 0 0 0 2.12c.136.138.168.365.031.502l-.182.181c-.154.154-.403.179-.557.025a2.5 2.5 0 0 1 0-3.535z",24:"M11.713 9.585c.26-.261.648-.367.982-.21.41.193.795.46 1.133.797l.141.148c1.371 1.517 1.401 3.859.027 5.384l-.143.15-3 3c-1.518 1.517-3.966 1.532-5.533.116l-.149-.142c-1.557-1.558-1.591-4.115-.025-5.682l1.917-1.918c.276-.275.79-.046.836.341a.43.43 0 0 1-.12.357l-1.926 1.927c-1.167 1.167-1.15 3.092.025 4.268l.113.107c1.183 1.07 3.024 1.048 4.155-.082l3-3 .105-.111c1.025-1.137 1.011-2.899-.023-4.044l-.107-.112a3 3 0 0 0-1.3-.769c-.211-.061-.327-.305-.172-.46zm1.583-4.581c1.576-1.42 4.024-1.341 5.532.168l.142.148c1.37 1.517 1.401 3.859.027 5.384l-.143.15-1.918 1.917c-.276.276-.79.047-.835-.34a.43.43 0 0 1 .12-.358l1.926-1.927.105-.111c1.025-1.137 1.011-2.899-.023-4.044l-.107-.112c-1.14-1.14-2.982-1.19-4.157-.131l-.111.105-3 3c-1.167 1.167-1.151 3.092.025 4.268l.113.107c.399.36.872.596 1.369.707.128.029.198.174.116.276l-.126.14-.065.064c-.26.26-.647.367-.98.21a4 4 0 0 1-.985-.655l-.149-.142c-1.557-1.557-1.592-4.115-.025-5.682l3-3z"},ai=({className:t,size:e=24})=>si("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:si("path",{d:Cf[e],fill:"currentColor"})});import{$isAtNodeEnd as ci}from"@lexical/selection";function et(t){let{anchor:e}=t,{focus:o}=t,n=t.anchor.getNode(),r=t.focus.getNode();return n===r?n:t.isBackward()?ci(o)?n:r:ci(e)?n:r}var en=t=>({type:"buttons",items:t,key:"features",order:50});import{$createTextNode as If}from"lexical";function tn(t){let e=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^&:/?#]*(?:[/?#]|$))/gi,o=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z\d+/]+=*$/i;return t=String(t).trim(),t.match(e)!=null||t.match(o)!=null?t:"https://"}var bf=/^(?:[a-zA-Z][a-zA-Z\d+.-]*:(?:\/\/)?(?:[-;:&=+$,\w]+@)?[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|www\.[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|(?:tel|mailto):[\w+.-]+)(?:\/[+~%/\w-]*)?(?:\?[-;&=%\w]*)?(?:#\w+)?$/,kf=/^(?:\/[\w\-./]*(?:\?[-;&=%\w]*)?(?:#[\w-]+)?|#[\w\-]+)$/;function ui(t){if(!t||t.includes(" ")||/^[a-z][a-z\d+.-]*:\/[^/]/i.test(t))return!1;if(t==="https://"||bf.test(t)||kf.test(t))return!0;try{let e=new URL(t);return!(["ftp:","http:","https:"].includes(e.protocol)&&!e.hostname.includes("."))}catch{}return!1}import{addClassNamesToElement as _f,isHTMLAnchorElement as Tf}from"@lexical/utils";import rn from"bson-objectid";import{$applyNodeReplacement as wf,$createTextNode as di,$getSelection as Sf,$isElementNode as mi,$isRangeSelection as nn,createCommand as Ef,ElementNode as Nf}from"lexical";var Lf=new Set(["http:","https:","mailto:","sms:","tel:"]),te=class extends Nf{__fields;__id;constructor({id:e,fields:o={linkType:"custom",newTab:!1},key:n}){super(n),this.__fields=o,this.__id=e}static clone(e){return new this({id:e.__id,fields:e.__fields,key:e.__key})}static getType(){return"link"}static importDOM(){return{a:e=>({conversion:yf,priority:1})}}static importJSON(e){let o=Te({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),e.version===2&&!e.id&&(e.id=new rn.default().toHexString(),e.version=3),o}canBeEmpty(){return!1}canInsertTextAfter(){return!1}canInsertTextBefore(){return!1}createDOM(e){let o=document.createElement("a");return this.__fields?.linkType==="custom"&&(o.href=this.sanitizeUrl(this.__fields.url??"")),(this.__fields?.newTab??!1)&&(o.target="_blank"),this.__fields?.newTab===!0&&this.__fields?.linkType==="custom"&&(o.rel=on(o.rel,"add","noopener")),_f(o,e.theme.link),o}exportJSON(){let e=this.getFields();e?.linkType==="internal"?delete e.url:e?.linkType==="custom"&&delete e.doc;let o={...super.exportJSON(),type:"link",fields:e,version:3},n=this.getID();return n&&(o.id=n),o}extractWithChild(e,o,n){if(!nn(o))return!1;let r=o.anchor.getNode(),l=o.focus.getNode();return this.isParentOf(r)&&this.isParentOf(l)&&o.getTextContent().length>0}getFields(){return this.getLatest().__fields}getID(){return this.getLatest().__id}insertNewAfter(e,o=!0){let n=this.getParentOrThrow().insertNewAfter(e,o);if(mi(n)){let r=Te({fields:this.__fields});return n.append(r),r}return null}isInline(){return!0}sanitizeUrl(e){try{let o=new URL(e);if(!Lf.has(o.protocol))return"about:blank"}catch{return"https://"}return e}setFields(e){let o=this.getWritable();return o.__fields=e,o}setID(e){let o=this.getWritable();return o.__id=e,o}updateDOM(e,o,n){let r=this.__fields?.url,l=this.__fields?.newTab;return r!=null&&r!==e.__fields?.url&&this.__fields?.linkType==="custom"&&(o.href=r),this.__fields?.linkType==="internal"&&e.__fields?.linkType==="custom"&&o.removeAttribute("href"),o.rel==null&&(o.rel=""),l!==e.__fields?.newTab&&(l??!1?(o.target="_blank",this.__fields?.linkType==="custom"&&(o.rel=on(o.rel,"add","noopener"))):(o.removeAttribute("target"),o.rel=on(o.rel,"remove","noopener"))),!1}updateFromJSON(e){return super.updateFromJSON(e).setFields(e.fields).setID(e.id)}};function yf(t){let e=null;if(Tf(t)){let o=t.textContent;o!==null&&o!==""&&(e=Te({id:new rn.default().toHexString(),fields:{doc:null,linkType:"custom",newTab:t.getAttribute("target")==="_blank",url:t.getAttribute("href")??""}}))}return{node:e}}function Te({id:t,fields:e}){return wf(new te({id:t??new rn.default().toHexString(),fields:e}))}function z(t){return t instanceof te}var de=Ef("TOGGLE_LINK_COMMAND");function ln(t){let e=Sf();if(!nn(e)&&(t===null||!t.selectedNodes?.length))return;let o=nn(e)?e.extract():t===null?[]:t.selectedNodes;if(t===null){o?.forEach(l=>{let s=l.getParent();z(s)&&(s.getChildren().forEach(d=>{s.insertBefore(d)}),s.remove())});return}if(o?.length===1){let l=o[0],s=z(l)?l:Rf(l);if(s!==null){s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(di(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}}let n=null,r=null;o?.forEach(l=>{let s=l.getParent();if(!(s===r||s===null||mi(l)&&!l.isInline())){if(z(s)){r=s,s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(di(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}if(s.is(n)||(n=s,r=Te({fields:t.fields}),z(s)?l.getPreviousSibling()===null?s.insertBefore(r):s.insertAfter(r):l.insertBefore(r)),z(l)){if(l.is(r))return;if(r!==null){let i=l.getChildren();r.append(...i)}l.remove();return}r!==null&&r.append(l)}})}function Rf(t){return vf(t,e=>z(e))}function vf(t,e){let o=t;for(;o!==null&&(o=o.getParent(),!(o===null||e(o))););return o}function on(t,e,o){let n,r=`${t}`;if(e==="add"){if(r.includes(o)){let l=new RegExp(o,"g");r=r.replace(l,"").trim()}r=r.trim(),n=r.length===0?`${o}`:`${r} ${o}`}else{let l=new RegExp(o,"g");n=r.replace(l,"").trim()}return n}var Mf=(t,e)=>{let[,o,n]=e,r=Te({fields:{doc:null,linkType:"custom",newTab:!1,url:n}}),l=If(o);return l.setFormat(t.getFormat()),r.append(l),t.replace(r),l},$f=t=>({type:"text-match",dependencies:[te],export:(e,o)=>{if(!z(e))return null;let n=e,r=n.getFields(),l;return r.linkType==="internal"?t?.internalDocToHref?l=tn(t.internalDocToHref({linkNode:n.exportJSON()})):(console.warn("Lexical \u2192 Markdown converter: found internal link but internalDocToHref is not provided \u2014 link will have an empty href"),l=""):l=tn(r.url??""),`[${o(n)}](${l})`},importRegExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)/,regExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)$/,replace:Mf,trigger:")"}),fi=$f();import{$applyNodeReplacement as Af,$isElementNode as Df}from"lexical";var we=class extends te{static clone(e){return new this({id:"",fields:e.__fields,key:e.__key})}static getType(){return"autolink"}static importDOM(){return null}static importJSON(e){let o=Lt({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),o}exportJSON(){let e=super.exportJSON();return{type:"autolink",children:e.children,direction:e.direction,fields:e.fields,format:e.format,indent:e.indent,version:2}}insertNewAfter(e,o=!0){let n=this.getParentOrThrow().insertNewAfter(e,o);if(Df(n)){let r=Lt({fields:this.__fields});return n.append(r),r}return null}updateFromJSON(e){return super.updateFromJSON(e).setFields(e.fields)}};function Lt({fields:t}){return Af(new we({id:"",fields:t}))}function Se(t){return t instanceof we}import{c as Of}from"react/compiler-runtime";import{useLexicalComposerContext as Ff}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as Bf}from"@lexical/utils";import{$createTextNode as pi,$getSelection as Pf,$isElementNode as gi,$isLineBreakNode as xi,$isNodeSelection as jf,$isRangeSelection as Hf,$isTextNode as yt,TextNode as Uf}from"lexical";import{useEffect as Gf}from"react";function hi(t,e=o=>o){return o=>{let n=t.exec(o);return n===null?null:{index:n.index,length:n[0].length,text:n[0],url:e(n[0])}}}function Ci(t,e){for(let o of e){let n=o(t);if(n!=null)return n}return null}var Vf=/[.,;\s]/;function lo(t){return t!==void 0&&Vf.test(t)}function bi(t){return lo(t[t.length-1])}function an(t){return lo(t[0])}function Wf(t,e){return e?/^\.[a-z]{2,}/i.test(t):/^\.[a-z0-9]+/i.test(t)}function ki(t){let e=t.getPreviousSibling();return gi(e)&&(e=e.getLastDescendant()),e===null||xi(e)||yt(e)&&bi(e.getTextContent())}function _i(t){let e=t.getNextSibling();return gi(e)&&(e=e.getFirstDescendant()),e===null||xi(e)||yt(e)&&an(e.getTextContent())}function zf(t,e,o,n){return(t>0?lo(o[t-1]):ki(n[0]))?e<o.length?lo(o[e]):_i(n[n.length-1]):!1}function Kf(t,e,o){let n=[],r=[],l=[],s=0,i=0,d=[...t];for(;d.length>0;){let c=d[0],a=c.getTextContent().length,m=i;i+a<=e?(n.push(c),s+=a):m>=o?l.push(c):r.push(c),i+=a,d.shift()}return[s,n,r,l]}function Jf(t,e,o,n){let r={linkType:"custom",url:n.url,...n.fields},l=Lt({fields:r});if(t.length===1){let s=t[0],i;if(e===0?[i]=s.splitText(o):[,i]=s.splitText(e,o),i){let d=pi(n.text);d.setFormat(i.getFormat()),d.setDetail(i.getDetail()),d.setStyle(i.getStyle()),l.append(d),i.replace(l)}return s}else if(t.length>1){let s=t[0],i=s.getTextContent().length,d;e===0?d=s:[,d]=s.splitText(e);let c=[],u;if(t.forEach(a=>{let f=a.getTextContent().length,h=i,p=i+f;if(h<o)if(p<=o)c.push(a);else{let[g,k]=a.splitText(o-h);g&&c.push(g),u=k}i+=f}),d){let a=Pf(),m=a?a.getNodes().find(yt):void 0,f=pi(d.getTextContent());return f.setFormat(d.getFormat()),f.setDetail(d.getDetail()),f.setStyle(d.getStyle()),l.append(f,...c),m&&m===d&&(Hf(a)?f.select(a.anchor.offset,a.focus.offset):jf(a)&&f.select(0,f.getTextContent().length)),d.replace(l),u}}}function Xf(t,e,o){let n=[...t],r=n.map(d=>d.getTextContent()).join(""),l=r,s,i=0;for(;(s=Ci(l,e))!=null&&s!==null;){let d=s.index,c=s.length,u=d+c;if(zf(i+d,i+u,r,n)){let[m,,f,h]=Kf(n,i+d,i+u),p=i+d-m,g=i+u-m,k=Jf(f,p,g,s);n=k?[k,...h]:h,o(s.url,null),i=0}else i+=u;l=l.substring(u)}}function sn(t,e,o){let n=t.getChildren(),r=n.length;for(let d=0;d<r;d++){let c=n[d];if(!yt(c)||!c.isSimpleText()){ro(t),o(null,t.getFields()?.url??null);return}}let l=t.getTextContent(),s=Ci(l,e);if(s===null||s.text!==l){ro(t),o(null,t.getFields()?.url??null);return}if(!ki(t)||!_i(t)){ro(t),o(null,t.getFields()?.url??null);return}let i=t.getFields()?.url;if(i!==s?.url){let d=t.getFields();d.url=s?.url,t.setFields(d),o(s.url,i??null)}}function Zf(t,e,o){let n=t.getPreviousSibling(),r=t.getNextSibling(),l=t.getTextContent();if(Se(n)){let s=n.getFields()?.url?n.getFields()?.url?.startsWith("mailto:")??!1:!1;(!an(l)||Wf(l,s))&&(n.append(t),sn(n,e,o),o(null,n.getFields()?.url??null))}Se(r)&&!bi(l)&&(ro(r),sn(r,e,o),o(null,r.getFields()?.url??null))}function ro(t){let e=t.getChildren(),o=e.length;for(let n=o-1;n>=0;n--)t.insertAfter(e[n]);return t.remove(),e.map(n=>n.getLatest())}function Yf(t){let e=[t],o=t.getNextSibling();for(;o!==null&&yt(o)&&o.isSimpleText()&&(e.push(o),!/\s/.test(o.getTextContent()));)o=o.getNextSibling();return e}function qf(t,e,o){let n=Of(5),r,l;n[0]!==t||n[1]!==e||n[2]!==o?(r=()=>{if(!t.hasNodes([we]))throw new Error("LexicalAutoLinkPlugin: AutoLinkNode not registered on editor");let s=(i,d)=>{o?.(i,d)};return Bf(t.registerNodeTransform(Uf,i=>{let d=i.getParentOrThrow(),c=i.getPreviousSibling();if(Se(d))sn(d,e,s);else if(!z(d)){if(i.isSimpleText()&&(an(i.getTextContent())||!Se(c))){let u=Yf(i);Xf(u,e,s)}Zf(i,e,s)}}))},l=[t,e,o],n[0]=t,n[1]=e,n[2]=o,n[3]=r,n[4]=l):(r=n[3],l=n[4]),Gf(r,l)}var Qf=/((https?:\/\/(www\.)?)|(www\.))[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)(?<![-.+():%])/,ep=/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-\d]+\.)+[a-z]{2,}))/i,tp=[hi(Qf,t=>t.startsWith("http")?t:`https://${t}`),hi(ep,t=>`mailto:${t}`)],Ti=()=>{let[t]=Ff();return qf(t,tp),null};import{jsx as op}from"react/jsx-runtime";import{ClickableLinkPlugin as np}from"@lexical/react/LexicalClickableLinkPlugin.js";import"react";var wi=()=>op(np,{});import{jsx as wp}from"react/jsx-runtime";import"react";import{createPortal as Sp}from"react-dom";import{jsx as Ee,jsxs as Rt,Fragment as lp}from"react/jsx-runtime";import{useLexicalComposerContext as ip}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as sp}from"@lexical/react/useLexicalEditable";import{$findMatchingParent as Si,mergeRegister as Ei}from"@lexical/utils";import{getTranslation as cn}from"@payloadcms/translations";import{CloseMenuIcon as ap,EditIcon as cp,ExternalLinkIcon as Ni,formatDrawerSlug as up,useConfig as dp,useEditDepth as mp,useLocale as fp,useTranslation as pp}from"@payloadcms/ui";import{requests as hp}from"@payloadcms/ui/shared";import{$getSelection as Li,$isLineBreakNode as gp,$isRangeSelection as yi,COMMAND_PRIORITY_HIGH as xp,COMMAND_PRIORITY_LOW as Ri,getDOMSelection as Cp,KEY_ESCAPE_COMMAND as bp,SELECTION_CHANGE_COMMAND as kp}from"lexical";import{formatAdminURL as _p}from"payload/shared";import vi,{useCallback as Ii,useEffect as ao,useLayoutEffect as Tp,useRef as Mi,useState as je}from"react";function io(t,e,o,n=10,r=5){let l=o.parentElement;if(t===null||l==null){e.style.opacity="0",e.style.transform="translate(-10000px, -10000px)";return}let s=o.getBoundingClientRect(),i=l.getBoundingClientRect(),d=t.top-n,c=t.left-r;e.style.width="max-content",e.style.maxWidth="none";let u=e.scrollWidth,a=i.right-c,m=c-i.left,f;if(u<=a)f=e.getBoundingClientRect();else{let h=m+t.width,p=m>a,k=Math.min(u,p?h:a);k<u&&(e.style.width=`${k}px`,e.style.maxWidth=`${k}px`,e.offsetHeight),p&&(c=t.right-k),f=e.getBoundingClientRect()}d<i.top&&(d+=f.height+t.height+n*2),c+f.width>i.right&&(c=i.right-f.width-r),d-=s.top,c-=s.left,e.style.opacity="1",e.style.transform=`translate(${c}px, ${d}px)`}import{createCommand as rp}from"lexical";var so=rp("TOGGLE_LINK_WITH_MODAL_COMMAND");function $i(t){t.preventDefault()}function Ai({anchorElem:t}){let[e]=ip(),[o,n]=je(),r=Mi(null),l=Mi(null),[s,i]=je(null),[d,c]=je(null),{fieldProps:{schemaPath:u},uuid:a}=U(),m=sp(),{config:f,getEntityConfig:h}=dp(),{i18n:p,t:g}=pp(),[k,N]=je(),R=mp(),[T,C]=je(!1),[x,b]=je([]),_=fp(),[M,v]=je(!1),y=up({slug:"lexical-rich-text-link-"+a,depth:R}),{toggleDrawer:S}=xe(y),w=Ii(()=>{C(!1),r&&r.current&&(r.current.style.opacity="0",r.current.style.transform="translate(-10000px, -10000px)"),v(!1),i(null),c(null),b([]),N(void 0)},[C,i,c,b]),L=Ii(()=>{let E=Li(),I;if(!yi(E)||!E){w();return}let A=et(E);I=e.getElementByKey(A.getKey())?.getBoundingClientRect();let D=Si(A,z),F=E.getNodes().filter(ne=>!gp(ne)).find(ne=>{let ge=Si(ne,z);return D&&!D.is(ge)||ge&&!ge.is(D)});if(D==null||F){w();return}n(D);let B=D.getFields(),Z={...B,id:D.getID(),text:D.getTextContent()};if(B?.linkType==="custom")i(B?.url??null),c(null);else{i(`${f.routes.admin==="/"?"":f.routes.admin}/collections/${B?.doc?.relationTo}/${B?.doc?.value}`);let ne=B?.doc?.relationTo?h({collectionSlug:B?.doc?.relationTo}):void 0;if(!ne)c(B?.label?String(B?.label):null),i(B?.url?String(B?.url):null);else{let ge=typeof B.doc?.value=="object"?B.doc.value.id:B.doc?.value,jt=B.doc?.relationTo;if(!ge||!jt)throw new Error("Focus link parent is missing doc.value or doc.relationTo");let Xn=g("fields:linkedTo",{label:`${cn(ne.labels.singular,p)} - ${g("lexical:link:loadingWithEllipsis",p)}`}).replace(/<[^>]*>?/g,"");c(Xn),hp.get(_p({apiRoute:f.routes.api,path:`/${jt}/${ge}`,serverURL:f.serverURL}),{headers:{"Accept-Language":p.language},params:{depth:0,locale:_?.code}}).then(async se=>{if(!se.ok)throw new Error(`HTTP error! Status: ${se.status}`);let q=await se.json(),mt=ne?.admin?.useAsTitle||"id",ve=q[mt],ft=g("fields:linkedTo",{label:`${cn(ne.labels.singular,p)} - ${ve}`}).replace(/<[^>]*>?/g,"");c(ft)}).catch(()=>{let se=g("fields:linkedTo",{label:`${cn(ne.labels.singular,p)} - ${g("general:untitled",p)} - ID: ${ge}`}).replace(/<[^>]*>?/g,"");c(se)})}}N(Z),C(!0),b(E?E?.getNodes():[]),Se(D)?v(!0):v(!1);let K=r.current,We=Cp(e._window),{activeElement:Re}=document;if(K===null)return;let he=e.getRootElement();return We!==null&&he!==null&&he.contains(We.anchorNode)?(I||(I=We.getRangeAt(0).getBoundingClientRect()),I!=null&&(I.y+=40,l.current=I)):(Re==null||Re.className!=="link-input")&&(he!==null&&io(null,K,t),i(null),c(null)),!0},[e,w,f.routes.admin,f.routes.api,f.serverURL,h,g,p,_?.code,t]);return ao(()=>Ei(e.registerCommand(so,E=>(e.dispatchCommand(de,E),L(),S(),!0),Ri)),[e,L,S,y]),ao(()=>{let E=t.parentElement,I=()=>{e.getEditorState().read(()=>{L()})};return window.addEventListener("resize",I),E?.addEventListener("scroll",I),()=>{window.removeEventListener("resize",I),E?.removeEventListener("scroll",I)}},[t.parentElement,e,L]),ao(()=>Ei(e.registerUpdateListener(({editorState:E})=>{E.read(()=>{L()})}),e.registerCommand(kp,()=>(L(),!0),Ri),e.registerCommand(bp,()=>T?(w(),!0):!1,xp)),[e,L,T,w]),ao(()=>{e.getEditorState().read(()=>{L()})},[e,L]),Tp(()=>{!T||!r.current||!t||!l.current||io(l.current,r.current,t)},[s,d,T,t,o]),Rt(vi.Fragment,{children:[Ee("div",{className:"link-editor",ref:r,children:Rt("div",{className:"link-input",children:[s&&s.length>0?Rt("a",{href:s,rel:"noopener noreferrer",target:"_blank",children:[o?.__fields.newTab?Ee(Ni,{}):null,d!=null&&d.length>0?d:s]}):d!=null&&d.length>0?Rt(lp,{children:[o?.__fields.newTab?Ee(Ni,{}):null,Ee("span",{className:"link-input__label-pure",children:d})]}):null,m&&Rt(vi.Fragment,{children:[Ee("button",{"aria-label":"Edit link",className:"link-edit",onClick:E=>{E.preventDefault(),S()},onMouseDown:$i,tabIndex:0,type:"button",children:Ee(cp,{})}),!M&&Ee("button",{"aria-label":"Remove link",className:"link-trash",onClick:()=>{e.dispatchCommand(de,null)},onMouseDown:$i,tabIndex:0,type:"button",children:Ee(ap,{})})]})]})}),Ee(xt,{className:"lexical-link-edit-drawer",data:k,drawerSlug:y,drawerTitle:g("fields:editLink"),featureKey:"link",handleDrawerSubmit:(E,I)=>{let A=I,D={...A};delete D.text,e.update(()=>{let F=Li(),B=null;if(yi(F)?B=et(F).getParent():x.length&&(B=x[0]?.getParent()??null),B&&Se(B)){let Z=Te({fields:D});B.replace(Z,!0)}}),e.dispatchCommand(de,{fields:D,selectedNodes:x,text:A.text})},schemaPath:u,schemaPathSuffix:"fields"})]})}var Di=t=>{let{anchorElem:e=document.body}=t;return Sp(wp(Ai,{anchorElem:e}),e)};import{c as Ep}from"react/compiler-runtime";import{useLexicalComposerContext as Np}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as Lp}from"@lexical/utils";import{$getSelection as yp,$isElementNode as Rp,$isRangeSelection as vp,COMMAND_PRIORITY_LOW as Oi,PASTE_COMMAND as Ip}from"lexical";import{useEffect as Mp}from"react";var Fi=t=>{let e=Ep(5),{clientProps:o}=t,[n]=Np(),r,l;return e[0]!==o.defaultLinkType||e[1]!==o.defaultLinkURL||e[2]!==n?(r=()=>{if(!n.hasNodes([te]))throw new Error("LinkPlugin: LinkNode not registered on editor");return Lp(n.registerCommand(de,s=>s===null?(ln(null),!0):(s.fields?.linkType||(s.fields.linkType=o.defaultLinkType),s.fields?.url||(s.fields.url=o.defaultLinkURL),ln(s),!0),Oi),n.registerCommand(Ip,s=>{let i=yp();if(!vp(i)||i.isCollapsed()||!(s instanceof ClipboardEvent)||s.clipboardData==null)return!1;let d=s.clipboardData.getData("text");if(!ui(d))return!1;if(!i.getNodes().some($p)){let c={doc:null,linkType:"custom",newTab:!1,url:d};return n.dispatchCommand(de,{fields:c,text:null}),s.preventDefault(),!0}return!1},Oi))},l=[o.defaultLinkType,o.defaultLinkURL,n],e[0]=o.defaultLinkType,e[1]=o.defaultLinkURL,e[2]=n,e[3]=r,e[4]=l):(r=e[3],l=e[4]),Mp(r,l),null};function $p(t){return Rp(t)}var Pi=[en([{ChildComponent:ai,isActive:({selection:t})=>{if(Bi(t)){let e=et(t);return Ap(e,z)!=null}return!1},isEnabled:({selection:t})=>!!(Bi(t)&&un()?.getTextContent()?.length),key:"link",label:({i18n:t})=>t.t("lexical:link:label"),onSelect:({editor:t,isActive:e})=>{if(e)t.dispatchCommand(de,null);else{let o,n=[];if(t.getEditorState().read(()=>{o=un()?.getTextContent(),n=un()?.getNodes()??[]}),!o?.length)return;let r={doc:null};t.dispatchCommand(so,{fields:r,selectedNodes:n,text:o})}},order:1}])],Dp=$(({props:t})=>({markdownTransformers:[fi],nodes:[te,t?.disableAutoLinks===!0?null:we].filter(Boolean),plugins:[{Component:Fi,position:"normal"},t?.disableAutoLinks===!0||t?.disableAutoLinks==="creationOnly"?null:{Component:Ti,position:"normal"},{Component:wi,position:"normal"},{Component:Di,position:"floatingAnchorElem"}].filter(Boolean),sanitizedClientFeatureProps:t,toolbarFixed:{groups:Pi},toolbarInline:{groups:Pi}}));import{$isListNode as fn,INSERT_CHECK_LIST_COMMAND as Wi,ListItemNode as Kp,ListNode as Jp}from"@lexical/list";import{$isRangeSelection as Xp}from"lexical";import{jsx as ji}from"react/jsx-runtime";import"react";var Op={16:"M5.584 8.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM13 10a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zM5.583 3.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 0 1 .708-.707l.568.569zM13 5a.5.5 0 1 1 0 1H8a.5.5 0 0 1 0-1z",24:"M9.084 15.223a.5.5 0 1 1 .832.554l-2 3a.5.5 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM17.5 17a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zm-8.416-6.777a.5.5 0 0 1 .832.554l-2 3a.5.5 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.707l.568.568zM17.5 12a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM9.084 5.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.708l.568.569zM17.5 7a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1z"},dn=({className:t,size:e=24})=>ji("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:ji("path",{d:Op[e],fill:"currentColor"})});import{jsx as Fp}from"react/jsx-runtime";import{ListPlugin as Bp}from"@lexical/react/LexicalListPlugin.js";import"react";var tt=()=>Fp(Bp,{});function co(t,e){return t==="ordered"?!e.has("unorderedList"):t==="checklist"?!e.has("unorderedList")&&!e.has("orderedList"):!1}function ot(t){return{items:t,key:"lists",label:({i18n:e})=>e.t("lexical:general:slashMenuListGroupLabel")}}import{$isListNode as Up,ListItemNode as Gp,ListNode as Vp}from"@lexical/list";import{$createListItemNode as Pp,$createListNode as jp,$isListItemNode as Hp,$isListNode as mn}from"@lexical/list";var Hi=4,nt=t=>(e,o,n)=>{let r=e.getPreviousSibling(),l=e.getNextSibling(),s=Pp(t==="check"?n[3]==="x":void 0);if(mn(l)&&l.getListType()===t){let d=l.getFirstChild();d!==null?d.insertBefore(s):l.append(s),e.remove()}else if(mn(r)&&r.getListType()===t)r.append(s),e.remove();else{let d=jp(t,t==="number"?Number(n[2]):void 0);d.append(s),e.replace(d)}s.append(...o),s.select(0,0);let i=Math.floor(n[1].length/Hi);i&&s.setIndent(i)},He=(t,e,o)=>{let n=[],r=t.getChildren(),l=0;for(let s of r)if(Hp(s)){if(s.getChildrenSize()===1){let u=s.getFirstChild();if(mn(u)){n.push(He(u,e,o+1));continue}}let i=" ".repeat(o*Hi),d=t.getListType(),c=d==="number"?`${t.getStart()+l}. `:d==="check"?`- [${s.getChecked()?"x":" "}] `:"- ";n.push(i+c+e(s)),l++}return n.join(`
56
- `)};var Ui={type:"element",dependencies:[Vp,Gp],export:(t,e)=>Up(t)?He(t,e,0):null,regExp:/^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i,replace:nt("check")};import{jsx as Wp}from"react/jsx-runtime";import{CheckListPlugin as zp}from"@lexical/react/LexicalCheckListPlugin.js";import"react";var Gi=()=>Wp(zp,{});var Vi=[ee([{ChildComponent:dn,isActive:({selection:t})=>{if(!Xp(t))return!1;for(let e of t.getNodes()){if(fn(e)&&e.getListType()==="check")continue;let o=e.getParent();if(fn(o)&&o.getListType()==="check")continue;let n=o?.getParent();if(!(fn(n)&&n.getListType()==="check"))return!1}return!0},key:"checklist",label:({i18n:t})=>t.t("lexical:checklist:label"),onSelect:({editor:t})=>{t.dispatchCommand(Wi,void 0)},order:12}])],Zp=$(({featureProviderMap:t})=>{let e=[{Component:Gi,position:"normal"}],o=co("checklist",t);return o&&e.push({Component:tt,position:"normal"}),{markdownTransformers:[Ui],nodes:o?[Jp,Kp]:[],plugins:e,slashMenu:{groups:[ot([{Icon:dn,key:"checklist",keywords:["check list","check","checklist","cl"],label:({i18n:n})=>n.t("lexical:checklist:label"),onSelect:({editor:n})=>{n.dispatchCommand(Wi,void 0)}}])]},toolbarFixed:{groups:Vi},toolbarInline:{groups:Vi}}});import{$isListNode as hn,INSERT_ORDERED_LIST_COMMAND as Xi,ListItemNode as t1,ListNode as o1}from"@lexical/list";import{$isRangeSelection as n1}from"lexical";import{jsx as zi}from"react/jsx-runtime";import"react";var Yp={16:"M5.6 9.01a.5.5 0 0 1 .4.49v1a.5.5 0 0 1-.276.447L4 11.81V12h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-1l.005-.07a.5.5 0 0 1 .271-.377L5 10.19V10H3.5a.5.5 0 0 1 0-1h2zM12.5 12a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1zm0-4.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1zM4.6 3.01a.5.5 0 0 1 .4.49v3a.5.5 0 0 1-1 0V4h-.5a.5.5 0 0 1 0-1h1zM12.5 3a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z",24:"M11 7a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6A.5.5 0 0 1 11 7M6 7a.5.5 0 0 1 .5-.5h1A.5.5 0 0 1 8 7v3.5a.5.5 0 1 1-1 0v-3h-.5A.5.5 0 0 1 6 7m0 6.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.276.447L7 16.31v.191h1.5a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 6 17v-1a.5.5 0 0 1 .276-.447L8 14.69V14H6.5a.5.5 0 0 1-.5-.5m5.5 3a.5.5 0 1 0 0 1h6a.5.5 0 0 0 0-1zm0-5a.5.5 0 1 0 0 1h6a.5.5 0 0 0 0-1z"},pn=({className:t,size:e=24})=>zi("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:zi("path",{clipRule:"evenodd",d:Yp[e],fill:"currentColor",fillRule:"evenodd"})});import{$isListNode as qp,ListItemNode as Qp,ListNode as e1}from"@lexical/list";var Ki={type:"element",dependencies:[e1,Qp],export:(t,e)=>qp(t)?He(t,e,0):null,regExp:/^(\s*)(\d+)\.\s/,replace:nt("number")};var Ji=[ee([{ChildComponent:pn,isActive:({selection:t})=>{if(!n1(t))return!1;for(let e of t.getNodes()){if(hn(e)&&e.getListType()==="number")continue;let o=e.getParent();if(hn(o)&&o.getListType()==="number")continue;let n=o?.getParent();if(!(hn(n)&&n.getListType()==="number"))return!1}return!0},key:"orderedList",label:({i18n:t})=>t.t("lexical:orderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Xi,void 0)},order:10}])],r1=$(({featureProviderMap:t})=>{let e=co("ordered",t);return{markdownTransformers:[Ki],nodes:e?[o1,t1]:[],plugins:e?[{Component:tt,position:"normal"}]:[],slashMenu:{groups:[ot([{Icon:pn,key:"orderedList",keywords:["ordered list","ol"],label:({i18n:o})=>o.t("lexical:orderedList:label"),onSelect:({editor:o})=>{o.dispatchCommand(Xi,void 0)}}])]},toolbarFixed:{groups:Ji},toolbarInline:{groups:Ji}}});import{$isListNode as xn,INSERT_UNORDERED_LIST_COMMAND as Qi,ListItemNode as c1,ListNode as u1}from"@lexical/list";import{$isRangeSelection as d1}from"lexical";import{jsx as Zi}from"react/jsx-runtime";import"react";var l1="M7 16C7.55228 16 8 16.4477 8 17C8 17.5523 7.55228 18 7 18C6.44772 18 6 17.5523 6 17C6 16.4477 6.44772 16 7 16ZM17.5 16.5C17.7761 16.5 18 16.7239 18 17C18 17.2761 17.7761 17.5 17.5 17.5H10.5C10.2239 17.5 10 17.2761 10 17C10 16.7239 10.2239 16.5 10.5 16.5H17.5ZM7 11C7.55228 11 8 11.4477 8 12C8 12.5523 7.55228 13 7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11ZM17.5 11.5C17.7761 11.5 18 11.7239 18 12C18 12.2761 17.7761 12.5 17.5 12.5H10.5C10.2239 12.5 10 12.2761 10 12C10 11.7239 10.2239 11.5 10.5 11.5H17.5ZM7 6C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6ZM17.5 6.5C17.7761 6.5 18 6.72386 18 7C18 7.27614 17.7761 7.5 17.5 7.5H10.5C10.2239 7.5 10 7.27614 10 7C10 6.72386 10.2239 6.5 10.5 6.5H17.5Z",gn=({className:t})=>Zi("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Zi("path",{d:l1,fill:"currentColor"})});import{$isListNode as i1,ListItemNode as s1,ListNode as a1}from"@lexical/list";var Yi={type:"element",dependencies:[a1,s1],export:(t,e)=>i1(t)?He(t,e,0):null,regExp:/^(\s*)[-*+]\s/,replace:nt("bullet")};var qi=[ee([{ChildComponent:gn,isActive:({selection:t})=>{if(!d1(t))return!1;for(let e of t.getNodes()){if(xn(e)&&e.getListType()==="bullet")continue;let o=e.getParent();if(xn(o)&&o.getListType()==="bullet")continue;let n=o?.getParent();if(!(xn(n)&&n.getListType()==="bullet"))return!1}return!0},key:"unorderedList",label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Qi,void 0)},order:11}])],m1=$({markdownTransformers:[Yi],nodes:[u1,c1],plugins:[{Component:tt,position:"normal"}],slashMenu:{groups:[ot([{Icon:gn,key:"unorderedList",keywords:["unordered list","ul"],label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Qi,void 0)}}])]},toolbarFixed:{groups:qi},toolbarInline:{groups:qi}});import{$setBlocksType as os}from"@lexical/selection";import{$createParagraphNode as ns,$getSelection as rs,$isParagraphNode as es,$isRangeSelection as f1}from"lexical";var ts=[ee([{ChildComponent:kt,isActive:({selection:t})=>{if(!f1(t))return!1;for(let e of t.getNodes())if(!es(e)&&!es(e.getParent()))return!1;return!0},key:"paragraph",label:({i18n:t})=>t.t("lexical:paragraph:label2"),onSelect:({editor:t})=>{t.update(()=>{let e=rs();os(e,()=>ns())})},order:1}])],p1=$({slashMenu:{groups:[J([{Icon:kt,key:"paragraph",keywords:["normal","paragraph","p","text"],label:({i18n:t})=>t.t("lexical:paragraph:label"),onSelect:({editor:t})=>{t.update(()=>{let e=rs();os(e,()=>ns())})}}])]},toolbarFixed:{groups:ts},toolbarInline:{groups:ts}});import{c as F1}from"react/compiler-runtime";import{jsx as Ss}from"react/jsx-runtime";import{useLexicalComposerContext as B1}from"@lexical/react/LexicalComposerContext";import{useEffect as P1,useState as j1}from"react";import{jsx as ws,Fragment as O1}from"react/jsx-runtime";import"react";import{jsx as h1}from"react/jsx-runtime";var ls={quote:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return h1("blockquote",{children:o})}};import{jsx as g1}from"react/jsx-runtime";var is={heading:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),n=t.tag;return g1(n,{children:o})}};import{jsx as x1}from"react/jsx-runtime";var ss={horizontalrule:x1("hr",{})};import{jsx as C1}from"react/jsx-runtime";var as={linebreak:C1("br",{})};import{jsx as cs}from"react/jsx-runtime";var us=({internalDocToHref:t})=>({autolink:({node:e,nodesToJSX:o})=>{let n=o({nodes:e.children}),r=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0;return cs("a",{href:e.fields.url,rel:r,target:l,children:n})},link:({node:e,nodesToJSX:o})=>{let n=o({nodes:e.children}),r=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0,s=e.fields.url??"";return e.fields.linkType==="internal"&&(t?s=t({linkNode:e}):(console.error("Lexical => JSX converter: Link converter: found internal link, but internalDocToHref is not provided"),s="#")),cs("a",{href:s,rel:r,target:l,children:n})}});import{jsx as rt,jsxs as b1,Fragment as k1}from"react/jsx-runtime";import{v4 as _1}from"uuid";var ds={list:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),n=t.tag;return rt(n,{className:`list-${t?.listType}`,children:o})},listitem:({node:t,nodesToJSX:e,parent:o})=>{let n=t.children.some(l=>l.type==="list"),r=e({nodes:t.children});if("listType"in o&&o?.listType==="check"){let l=_1();return rt("li",{"aria-checked":t.checked?"true":"false",className:`list-item-checkbox${t.checked?" list-item-checkbox-checked":" list-item-checkbox-unchecked"}${n?" nestedListItem":""}`,role:"checkbox",style:{listStyleType:"none"},tabIndex:-1,value:t?.value,children:n?r:b1(k1,{children:[rt("input",{checked:t.checked,id:l,readOnly:!0,type:"checkbox"}),rt("label",{htmlFor:l,children:r}),rt("br",{})]})})}else return rt("li",{className:`${n?"nestedListItem":""}`,style:n?{listStyleType:"none"}:void 0,value:t?.value,children:r})}};import{jsx as Cn}from"react/jsx-runtime";var ms={paragraph:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return o?.length?Cn("p",{children:o}):Cn("p",{children:Cn("br",{})})}};var fs={tab:" "};import{jsx as vt}from"react/jsx-runtime";var ps={table:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return vt("div",{className:"lexical-table-container",children:vt("table",{className:"lexical-table",style:{borderCollapse:"collapse"},children:vt("tbody",{children:o})})})},tablecell:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),n=t.headerState>0?"th":"td",r=`lexical-table-cell-header-${t.headerState}`,l={backgroundColor:t.backgroundColor||void 0,border:"1px solid #ccc",padding:"8px"},s=t.colSpan&&t.colSpan>1?t.colSpan:void 0,i=t.rowSpan&&t.rowSpan>1?t.rowSpan:void 0;return vt(n,{className:`lexical-table-cell ${r}`,colSpan:s,rowSpan:i,style:l,children:o})},tablerow:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return vt("tr",{className:"lexical-table-row",children:o})}};import{jsx as Ue}from"react/jsx-runtime";import"react";var O={DOM_ELEMENT_TYPE:1,DOM_TEXT_TYPE:3,NO_DIRTY_NODES:0,HAS_DIRTY_NODES:1,FULL_RECONCILE:2,IS_NORMAL:0,IS_TOKEN:1,IS_SEGMENTED:2,IS_INERT:3,IS_BOLD:1,IS_ITALIC:2,IS_STRIKETHROUGH:4,IS_UNDERLINE:8,IS_CODE:16,IS_SUBSCRIPT:32,IS_SUPERSCRIPT:64,IS_HIGHLIGHT:128,IS_DIRECTIONLESS:1,IS_UNMERGEABLE:2,IS_ALIGN_LEFT:1,IS_ALIGN_CENTER:2,IS_ALIGN_RIGHT:3,IS_ALIGN_JUSTIFY:4,IS_ALIGN_START:5,IS_ALIGN_END:6},T1=O.IS_BOLD|O.IS_ITALIC|O.IS_STRIKETHROUGH|O.IS_UNDERLINE|O.IS_CODE|O.IS_SUBSCRIPT|O.IS_SUPERSCRIPT|O.IS_HIGHLIGHT,w1="\xA0",S1=`
54
+ `},[t,e]),p=je((b,x)=>{o(C=>{let k=e.length-1,T=e[k];if(T&&T.name===b){if(b==="type")return[...e.slice(0,k),{...T,value:T.value+x}];if(T.value===x)return[...e.slice(0,k),{...T,count:T.count+1}]}return[...C,{name:b,count:1,value:x}]})},[e,o]);sl(()=>{let b=C=>{if(!n)return;let k=C.key;o1(C)?p("selectAll",""):cl.has(k)?p("press",C.key):[...k].length>1?p("keydown",C.key):p("type",C.key)},x=C=>{if(!n)return;let k=C.key;!cl.has(k)&&[...k].length>1&&p("keyup",C.key)};return t.registerRootListener((C,k)=>{k!==null&&(k.removeEventListener("keydown",b),k.removeEventListener("keyup",x)),C!==null&&(C.addEventListener("keydown",b),C.addEventListener("keyup",x))})},[t,n,p]),sl(()=>{c.current&&c.current.scrollTo(0,c.current.scrollHeight)},[m]),Zo(()=>{if(e){let b=m();b!==null&&i(b),c.current&&c.current.scrollTo(0,c.current.scrollHeight)}},[m,e]),Zo(()=>t.registerUpdateListener(({dirtyElements:x,dirtyLeaves:C,editorState:k})=>{if(!n)return;let T=k._selection,I=u.current,N=d.current;if(I!==T){if(C.size===0&&x.size===0&&!N){let S=Xo(t._window);if(S&&(S.anchorNode==null||S.focusNode==null))return}u.current=T}d.current=!1;let E=m();E!==null&&i(E)}),[t,m,n,p]),Zo(()=>n?t.registerUpdateListener(()=>{let x=t.getRootElement();x!==null&&l(x?.innerHTML)}):void 0,[t,n]);let h=je(b=>{n||(b.update(()=>{let x=qd();x.clear();let C=Yd();x.append(Zd().append(C)),C.select()}),o([])),r(x=>!x)},[n]),f=je(()=>{if(!n)return;let b=Xo(t._window);if(b===null||b.anchorNode==null||b.focusNode==null)return;let{anchorNode:x,anchorOffset:C,focusNode:k,focusOffset:T}=n1(b),I=a().getRootElement(),N;x!==null&&(N=al(x,I));let E;k!==null&&(E=al(k,I)),p("snapshot",{anchorNode:x,anchorOffset:C,anchorPath:N,focusNode:k,focusOffset:T,focusPath:E})},[p,n,a]),g=je(()=>{Qd(m())},[m]),_=je(()=>{e1("test.js",m())},[m]);return[He("button",{className:`editor-dev-button ${n?"active":""}`,id:"test-recorder-button",onClick:b=>{h(a()),b.preventDefault()},title:n?"Disable test recorder":"Enable test recorder",type:"button",children:n?"Disable test recorder":"Enable test recorder"}),n?qo("div",{className:"test-recorder-output",children:[qo("div",{className:"test-recorder-toolbar",children:[He("button",{className:"test-recorder-button",id:"test-recorder-button-snapshot",onClick:b=>{f(),b.preventDefault()},title:"Insert snapshot",type:"button",children:"Insert Snapshot"}),He("button",{className:"test-recorder-button",id:"test-recorder-button-copy",onClick:b=>{g(),b.preventDefault()},title:"Copy to clipboard",type:"button",children:"Copy"}),He("button",{className:"test-recorder-button",id:"test-recorder-button-download",onClick:b=>{_(),b.preventDefault()},title:"Download as a file",type:"button",children:"Download"})]}),He("pre",{id:"test-recorder",ref:c,children:s})]}):null]}var dl=()=>{let t=Jd(3),[e]=Xd(),[o,n]=r1(e),r;return t[0]!==o||t[1]!==n?(r=qo(ul.Fragment,{children:[He("p",{children:"HI"}),o,n,He("p",{children:"DONE"})]}),t[0]=o,t[1]=n,t[2]=r):r=t[2],r};var l1=A({plugins:[{Component:dl,position:"bottom"}]});import{c as i1}from"react/compiler-runtime";import{jsx as s1}from"react/jsx-runtime";import{useLexicalComposerContext as a1}from"@lexical/react/LexicalComposerContext.js";import{TreeView as c1}from"@lexical/react/LexicalTreeView.js";import"react";var ml=()=>{let t=i1(2),[e]=a1(),o;return t[0]!==e?(o=s1(c1,{editor:e,timeTravelButtonClassName:"debug-timetravel-button",timeTravelPanelButtonClassName:"debug-timetravel-panel-button",timeTravelPanelClassName:"debug-timetravel-panel",timeTravelPanelSliderClassName:"debug-timetravel-panel-slider",treeTypeButtonClassName:"debug-treetype-button",viewClassName:"tree-view-output"}),t[0]=e,t[1]=o):o=t[1],o};var u1=A({plugins:[{Component:ml,position:"bottom"}]});import{BOLD_ITALIC_STAR as m1,BOLD_ITALIC_UNDERSCORE as p1,BOLD_STAR as f1,BOLD_UNDERSCORE as h1}from"@lexical/markdown";import{$isTableSelection as g1}from"@lexical/table";import{$isRangeSelection as x1,FORMAT_TEXT_COMMAND as C1}from"lexical";import{jsx as pl}from"react/jsx-runtime";import"react";var d1="M14.5 9.25A1.75 1.75 0 0 1 12.75 11H9.5V7.5h3.25c.966 0 1.75.784 1.75 1.75M8 11V7.5A1.5 1.5 0 0 1 9.5 6h3.25a3.25 3.25 0 0 1 2.418 5.422A3.5 3.5 0 0 1 13.5 18h-4A1.5 1.5 0 0 1 8 16.5zm1.5 1.5v4h4a2 2 0 1 0 0-4z",fl=({className:t})=>pl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:pl("path",{clipRule:"evenodd",d:d1,fill:"currentColor",fillRule:"evenodd"})});var Z=t=>({type:"buttons",items:t,key:"format",order:40});var hl=[Z([{ChildComponent:fl,isActive:({selection:t})=>x1(t)||g1(t)?t.hasFormat("bold"):!1,key:"bold",onSelect:({editor:t})=>{t.dispatchCommand(C1,"bold")},order:1}])],b1=A(({featureProviderMap:t})=>{let e=[f1,h1];return t.get("italic")&&e.push(p1,m1),{enableFormats:["bold"],markdownTransformers:e,toolbarFixed:{groups:hl},toolbarInline:{groups:hl}}});import{INLINE_CODE as _1}from"@lexical/markdown";import{$isTableSelection as T1}from"@lexical/table";import{$isRangeSelection as w1,FORMAT_TEXT_COMMAND as E1}from"lexical";import{jsx as gl}from"react/jsx-runtime";import"react";var k1="M9.64645 8.14645C9.84171 7.95118 10.1582 7.95118 10.3535 8.14645C10.5487 8.34171 10.5487 8.65822 10.3535 8.85348L7.20699 12L10.3535 15.1464C10.5487 15.3417 10.5487 15.6582 10.3535 15.8535C10.1582 16.0487 9.84171 16.0487 9.64645 15.8535L6.14645 12.3535C5.95118 12.1582 5.95118 11.8417 6.14645 11.6464L9.64645 8.14645ZM13.6464 8.14645C13.8417 7.95118 14.1582 7.95118 14.3535 8.14645L17.8535 11.6464C18.0487 11.8417 18.0487 12.1582 17.8535 12.3535L14.3535 15.8535C14.1582 16.0487 13.8417 16.0487 13.6464 15.8535C13.4512 15.6582 13.4512 15.3417 13.6464 15.1464L16.7929 12L13.6464 8.85348C13.4512 8.65822 13.4512 8.34171 13.6464 8.14645Z",xl=({className:t})=>gl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:gl("path",{clipRule:"evenodd",d:k1,fill:"currentColor",fillRule:"evenodd"})});var Cl=[Z([{ChildComponent:xl,isActive:({selection:t})=>w1(t)||T1(t)?t.hasFormat("code"):!1,key:"inlineCode",onSelect:({editor:t})=>{t.dispatchCommand(E1,"code")},order:7}])],S1=A({enableFormats:["code"],markdownTransformers:[_1],toolbarFixed:{groups:Cl},toolbarInline:{groups:Cl}});import{ITALIC_STAR as L1,ITALIC_UNDERSCORE as y1}from"@lexical/markdown";import{$isTableSelection as v1}from"@lexical/table";import{$isRangeSelection as R1,FORMAT_TEXT_COMMAND as I1}from"lexical";import{jsx as bl}from"react/jsx-runtime";import"react";var N1="M10 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-2.083L11.6 17h1.9a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2.083L12.4 7h-1.9a.5.5 0 0 1-.5-.5",kl=({className:t})=>bl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:bl("path",{clipRule:"evenodd",d:N1,fill:"currentColor",fillRule:"evenodd"})});var _l=[Z([{ChildComponent:kl,isActive:({selection:t})=>R1(t)||v1(t)?t.hasFormat("italic"):!1,key:"italic",onSelect:({editor:t})=>{t.dispatchCommand(I1,"italic")},order:2}])],M1=A({enableFormats:["italic"],markdownTransformers:[L1,y1],toolbarFixed:{groups:_l},toolbarInline:{groups:_l}});import{STRIKETHROUGH as $1}from"@lexical/markdown";import{$isTableSelection as D1}from"@lexical/table";import{$isRangeSelection as O1,FORMAT_TEXT_COMMAND as F1}from"lexical";import{jsx as Tl}from"react/jsx-runtime";import"react";var A1="M15.835 13.5a.27.27 0 0 1 .24.138q.306.554.306 1.316 0 1.01-.543 1.816-.543.8-1.554 1.268-1.01.462-2.409.462-1.323 0-2.295-.419-.972-.424-1.534-1.175a3.2 3.2 0 0 1-.533-1.135c-.082-.326.187-.614.522-.614.299 0 .539.233.625.519q.13.43.415.768.448.524 1.17.8.73.271 1.63.272.996 0 1.764-.32.773-.327 1.215-.906a2.16 2.16 0 0 0 .44-1.348q0-.645-.345-1.09c-.1-.132-.016-.352.15-.352zm-3.846-8q1.215 0 2.142.438.933.43 1.476 1.187.38.518.519 1.134c.07.31-.19.577-.507.577-.286 0-.518-.22-.6-.493q-.22-.738-.875-1.224-.864-.646-2.18-.646-.92 0-1.63.313-.703.308-1.1.85a2.04 2.04 0 0 0-.395 1.237q0 .492.217.874.216.376.588.652.376.278.843.475.474.197.972.338l1.052.288H18.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1h3.94a4.4 4.4 0 0 1-.844-.602q-.844-.781-.844-1.982 0-1.009.562-1.778t1.522-1.2q.959-.438 2.153-.438",wl=({className:t})=>Tl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Tl("path",{d:A1,fill:"currentColor"})});var El=[Z([{ChildComponent:wl,isActive:({selection:t})=>O1(t)||D1(t)?t.hasFormat("strikethrough"):!1,key:"strikethrough",onSelect:({editor:t})=>{t.dispatchCommand(F1,"strikethrough")},order:4}])],B1=A({enableFormats:["strikethrough"],markdownTransformers:[$1],toolbarFixed:{groups:El},toolbarInline:{groups:El}});import{$isTableSelection as j1}from"@lexical/table";import{$isRangeSelection as H1,FORMAT_TEXT_COMMAND as G1}from"lexical";import{jsx as Sl}from"react/jsx-runtime";import"react";var P1="M7.51 15.65a.523.523 0 1 1-.985-.352l2.377-6.534a.83.83 0 0 1 1.56 0l2.374 6.534a.523.523 0 1 1-.985.351L9.722 9.57a.043.043 0 0 0-.08 0zm.162-2.238c0-.252.204-.456.456-.456h3.1a.456.456 0 0 1 0 .912h-3.1a.456.456 0 0 1-.456-.456m6.652 3.925a.436.436 0 0 1-.287-.765l1.64-1.431q.259-.228.433-.407.175-.178.266-.345a.76.76 0 0 0 .091-.365.61.61 0 0 0-.258-.52q-.255-.195-.63-.195-.4 0-.643.21a.7.7 0 0 0-.133.151c-.127.197-.3.403-.534.403s-.432-.194-.367-.418q.11-.378.434-.642.494-.402 1.257-.403.513 0 .897.183.387.181.604.501.217.316.217.714 0 .316-.13.586-.125.27-.395.555a9 9 0 0 1-.695.634l-.927.798a.023.023 0 0 0 .016.042h1.895a.357.357 0 0 1 0 .714z",Nl=({className:t})=>Sl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Sl("path",{d:P1,fill:"currentColor"})});var Ll=[Z([{ChildComponent:Nl,isActive:({selection:t})=>H1(t)||j1(t)?t.hasFormat("subscript"):!1,key:"subscript",onSelect:({editor:t})=>{t.dispatchCommand(G1,"subscript")},order:5}])],U1=A({enableFormats:["subscript"],toolbarFixed:{groups:Ll},toolbarInline:{groups:Ll}});import{$isTableSelection as W1}from"@lexical/table";import{$isRangeSelection as z1,FORMAT_TEXT_COMMAND as K1}from"lexical";import{jsx as yl}from"react/jsx-runtime";import"react";var V1="M7.51 15.65a.523.523 0 1 1-.985-.352l2.377-6.534a.83.83 0 0 1 1.56 0l2.374 6.534a.523.523 0 1 1-.985.351L9.722 9.57a.043.043 0 0 0-.08 0zm.162-2.238c0-.252.204-.456.456-.456h3.1a.456.456 0 0 1 0 .912h-3.1a.456.456 0 0 1-.456-.456m6.652-1.303a.436.436 0 0 1-.287-.765l1.64-1.432q.259-.228.433-.406.175-.179.266-.346a.76.76 0 0 0 .091-.365.61.61 0 0 0-.258-.52q-.255-.195-.63-.194-.4 0-.643.209a.7.7 0 0 0-.133.152c-.127.196-.3.403-.534.403s-.432-.194-.367-.419q.11-.378.434-.641.494-.403 1.257-.403.513 0 .897.182.387.183.604.502.217.315.217.714 0 .315-.13.585-.125.27-.395.555a9 9 0 0 1-.695.635l-.927.798a.023.023 0 0 0 .016.041h1.895a.357.357 0 1 1 0 .715z",vl=({className:t})=>yl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:yl("path",{d:V1,fill:"currentColor"})});var Rl=[Z([{ChildComponent:vl,isActive:({selection:t})=>z1(t)||W1(t)?t.hasFormat("superscript"):!1,key:"superscript",onSelect:({editor:t})=>{t.dispatchCommand(K1,"superscript")},order:6}])],J1=A({enableFormats:["superscript"],toolbarFixed:{groups:Rl},toolbarInline:{groups:Rl}});import{$isTableSelection as Z1}from"@lexical/table";import{$isRangeSelection as Y1,FORMAT_TEXT_COMMAND as q1}from"lexical";import{jsx as Il}from"react/jsx-runtime";import"react";var X1="M9 7.5a.5.5 0 0 0-1 0V12a4 4 0 0 0 8 0V7.5a.5.5 0 0 0-1 0V12a3 3 0 1 1-6 0zM16.5 19a.5.5 0 0 0 0-1h-9a.5.5 0 0 0 0 1z",Ml=({className:t})=>Il("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Il("path",{clipRule:"evenodd",d:X1,fill:"currentColor",fillRule:"evenodd"})});var Al=[Z([{ChildComponent:Ml,isActive:({selection:t})=>Y1(t)||Z1(t)?t.hasFormat("underline"):!1,key:"underline",onSelect:({editor:t})=>{t.dispatchCommand(q1,"underline")},order:3}])],Q1=A({enableFormats:["underline"],toolbarFixed:{groups:Al},toolbarInline:{groups:Al}});import{jsx as en}from"react/jsx-runtime";import{jsx as em}from"react/jsx-runtime";function tm(t){return t.replace(/-([a-z])/g,(e,o)=>o.toUpperCase())}var eo=({css:t})=>{let e=t?Object.fromEntries(Object.entries(t).map(([o,n])=>[tm(o),n])):{};return em("span",{style:{...e,alignItems:"center",borderRadius:"4px",display:"flex",fontSize:"16px",height:"20px",justifyContent:"center",width:"20px"},children:"A"})};import{useLexicalComposerContext as om}from"@lexical/react/LexicalComposerContext";import{$forEachSelectedTextNode as nm}from"@lexical/selection";import{$getNodeByKey as rm,$getState as lm,$setState as im,createState as sm,TextNode as am}from"lexical";import{useEffect as cm}from"react";function $l(t){let e=new Map;for(let o in t){let n=t[o],r=sm(o,{parse:l=>typeof l=="string"&&Object.keys(n).includes(l)?l:void 0});e.set(o,{stateConfig:r,stateValues:n})}return e}function Qo(t,e,o,n){t.update(()=>{nm(r=>{let l=e.get(o);if(!l)throw new Error(`State config for ${o} not found`);im(r,l.stateConfig,n)})})}function Dl({stateMap:t}){let[e]=om();return cm(()=>e.registerMutationListener(am,o=>{e.getEditorState().read(()=>{for(let[n,r]of o){if(r==="destroyed")continue;let l=rm(n),s=e.getElementByKey(n);if(!l||!s)continue;let i=Object.create(null);t.forEach((u,d)=>{let c=lm(l,u.stateConfig);if(!c){delete s.dataset[d];return}s.dataset[d]=c;let a=u.stateValues[c]?.css;a&&Object.assign(i,a)}),s.style.cssText="",Object.assign(s.style,i)}})}),[e]),null}var Ol=(t,e)=>{let o=[];for(let r in t.state){let l=t.state[r];for(let s in l){let i=l[s];o.push({ChildComponent:()=>en(eo,{css:i.css}),key:s,label:i.label,onSelect:({editor:u})=>{Qo(u,e,r,s)}})}}return[{type:"dropdown",ChildComponent:()=>en(eo,{css:{color:"var(--color-icon-secondary)"}}),items:[...[{ChildComponent:()=>en(eo,{}),key:"clear-style",label:({i18n:r})=>r.t("lexical:textState:defaultStyle"),onSelect:({editor:r})=>{for(let l in t.state)Qo(r,e,l,void 0)},order:1}],...o],key:"textState",order:30}]},um=A(({props:t})=>{let e=$l(t.state);return{plugins:[{Component:()=>Dl({stateMap:e}),position:"normal"}],toolbarFixed:{groups:Ol(t,e)},toolbarInline:{groups:Ol(t,e)}}});import{c as Cm}from"react/compiler-runtime";import{useLexicalComposerContext as bm}from"@lexical/react/LexicalComposerContext";import{$createHeadingNode as km,$isHeadingNode as Zl,HeadingNode as Ql}from"@lexical/rich-text";import{$setBlocksType as _m}from"@lexical/selection";import{$getSelection as Tm,$isRangeSelection as wm}from"lexical";import{useEffect as Em}from"react";import{jsx as Fl}from"react/jsx-runtime";import"react";var dm="M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm11 6a.5.5 0 0 0-.777-.416l-1.5 1a.5.5 0 1 0 .554.832l.723-.482V17.5a.5.5 0 0 0 1 0z",Bl=({className:t})=>Fl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Fl("path",{d:dm,fill:"currentColor"})});import{jsx as Pl}from"react/jsx-runtime";import"react";var mm="M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm9.034 10.952c0 .303.245.548.548.548h2.97a.448.448 0 0 0 0-.896H17.48v-.04l.997-1.038q.562-.555.873-.945.314-.39.438-.711t.124-.653q0-.497-.245-.885a1.7 1.7 0 0 0-.684-.61A2.24 2.24 0 0 0 17.96 12a2.2 2.2 0 0 0-1.017.228 1.71 1.71 0 0 0-.888 1.13c-.064.268.168.495.444.495.275 0 .479-.236.595-.485l.019-.039q.12-.22.333-.338a1 1 0 0 1 .5-.121q.278 0 .495.11a.83.83 0 0 1 .341.312.9.9 0 0 1 .125.48q0 .245-.096.462t-.288.448-.48.529l-1.85 1.854a.55.55 0 0 0-.16.387",jl=({className:t})=>Pl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Pl("path",{d:mm,fill:"currentColor"})});import{jsx as Hl}from"react/jsx-runtime";import"react";var pm="M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM16.1146 11.745C16.1146 12.744 15.2236 13.608 13.6126 13.608C12.0736 13.608 11.0926 12.762 10.9846 11.547H12.4696C12.5146 12.114 13.0006 12.456 13.6126 12.456C14.2876 12.456 14.6746 12.132 14.6746 11.619C14.6746 11.061 14.2426 10.836 13.6216 10.836H12.9826V9.738H13.6036C14.1526 9.738 14.5486 9.486 14.5486 8.937C14.5486 8.46 14.2156 8.127 13.6486 8.127C13.0366 8.127 12.6586 8.514 12.6226 9.045H11.1916C11.2726 7.929 12.1276 6.966 13.6666 6.966C15.1876 6.966 15.9706 7.848 15.9706 8.865C15.9706 9.603 15.5026 10.143 14.8186 10.269C15.6196 10.404 16.1146 10.971 16.1146 11.745Z",Gl=({className:t})=>Hl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Hl("path",{d:pm,fill:"currentColor"})});import{jsx as Ul}from"react/jsx-runtime";import"react";var fm="M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM15.1736 7.074V10.854H16.3706V12.033H15.1736V13.5H13.6796V12.033H10.5116V10.845L13.4996 7.074H15.1736ZM13.6796 8.46L11.8256 10.854H13.6796V8.46Z",Vl=({className:t})=>Ul("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Ul("path",{d:fm,fill:"currentColor"})});import{jsx as Wl}from"react/jsx-runtime";import"react";var hm="M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.1576 10.269C12.6896 10.269 12.3746 10.494 12.2216 10.737H10.8176L11.1956 7.074H15.2546V8.28H12.3206L12.1856 9.549C12.4016 9.351 12.8516 9.126 13.4636 9.126C14.7866 9.126 15.6596 10.053 15.6596 11.358C15.6596 12.609 14.7326 13.608 13.1756 13.608C11.5826 13.608 10.6556 12.753 10.5566 11.511H12.1136C12.1586 12.06 12.5456 12.465 13.1576 12.465C13.8236 12.465 14.1746 11.97 14.1746 11.376C14.1746 10.764 13.8416 10.269 13.1576 10.269Z",zl=({className:t})=>Wl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Wl("path",{d:hm,fill:"currentColor"})});import{jsx as Kl}from"react/jsx-runtime";import"react";var gm="M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.3646 8.127C12.5456 8.127 12.0416 8.937 12.0416 9.999C12.3296 9.54 12.8246 9.207 13.5536 9.207C14.8586 9.207 15.8036 10.134 15.8036 11.376C15.8036 12.645 14.8226 13.608 13.3196 13.608C11.7266 13.608 10.6196 12.393 10.6196 10.395C10.6196 8.316 11.7716 6.966 13.4186 6.966C14.7056 6.966 15.5786 7.749 15.7316 8.829H14.3186C14.2016 8.415 13.9226 8.127 13.3646 8.127ZM13.3106 12.51C13.9586 12.51 14.3816 12.042 14.3816 11.385C14.3816 10.737 13.9586 10.278 13.3106 10.278C12.6536 10.278 12.2126 10.737 12.2126 11.385C12.2126 12.042 12.6536 12.51 13.3106 12.51Z",Jl=({className:t})=>Kl("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Kl("path",{d:gm,fill:"currentColor"})});import{HEADING as xm}from"@lexical/markdown";var Xl=t=>{let o=`^(${t.map(n=>Number(n.slice(1))).map(n=>`#{${n}}`).join("|")})\\s`;return{...xm,regExp:new RegExp(o)}};var Yl=t=>{let e=Tm();_m(e,()=>km(t))},ql={h1:Bl,h2:jl,h3:Gl,h4:Vl,h5:zl,h6:Jl},Sm=A(({props:t})=>{let{enabledHeadingSizes:e=["h1","h2","h3","h4","h5","h6"]}=t,o=[te(e.map((n,r)=>({ChildComponent:ql[n],isActive:({selection:l})=>{if(!wm(l))return!1;for(let s of l.getNodes()){if(Zl(s)&&s.getTag()===n)continue;let i=s.getParent();if(!(Zl(i)&&i.getTag()===n))return!1}return!0},key:n,label:({i18n:l})=>l.t("lexical:heading:label",{headingLevel:n.charAt(1)}),onSelect:({editor:l})=>{l.update(()=>{Yl(n)})},order:r+2})))];return{markdownTransformers:[Xl(e)],nodes:[Ql],plugins:[{Component:Nm,position:"normal"}],sanitizedClientFeatureProps:t,slashMenu:{groups:e?.length?[X(e.map(n=>({Icon:ql[n],key:`heading-${n.charAt(1)}`,keywords:["heading",n],label:({i18n:r})=>r.t("lexical:heading:label",{headingLevel:n.charAt(1)}),onSelect:({editor:r})=>{r.update(()=>{Yl(n)})}})))]:[]},toolbarFixed:{groups:e?.length?o:[]},toolbarInline:{groups:e?.length?o:[]}}}),Nm=t=>{let e=Cm(9),{clientProps:o}=t,{enabledHeadingSizes:n}=o,r;e[0]!==n?(r=n===void 0?["h1","h2","h3","h4","h5","h6"]:n,e[0]=n,e[1]=r):r=e[1];let l=r,s;e[2]!==l?(s=l.at(-1),e[2]=l,e[3]=s):s=e[3];let i=s,[u]=bm(),d,c;return e[4]!==u||e[5]!==l||e[6]!==i?(d=()=>{if(!(!i||l.length===6))return u.registerNodeTransform(Ql,a=>{l.includes(a.getTag())||a.setTag(i)})},c=[u,l,i],e[4]=u,e[5]=l,e[6]=i,e[7]=d,e[8]=c):(d=e[7],c=e[8]),Em(d,c),null};import{$isNodeSelection as Vm}from"lexical";import{jsx as ei}from"react/jsx-runtime";import"react";var Lm="M18 12a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 .5.5",tn=({className:t})=>ei("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:ei("path",{d:Lm,fill:"currentColor"})});import{jsx as ti}from"react/jsx-runtime";import"react";var ym={16:"M8.5 3.5a.5.5 0 0 0-1 0v4h-4a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4h4a.5.5 0 0 0 0-1h-4z",24:"M12 6a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 12 6"},oi=({className:t,size:e=24})=>ti("svg",{className:t,fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:ti("path",{clipRule:"evenodd",d:ym[e],fill:"currentColor",fillRule:"evenodd"})});var _e=t=>({type:"dropdown",ChildComponent:oi,items:t,key:"add",order:10});import{addClassNamesToElement as vm}from"@lexical/utils";import{$applyNodeReplacement as Rm,createCommand as Im,DecoratorNode as Mm}from"lexical";var Lt=Im("INSERT_HORIZONTAL_RULE_COMMAND"),Nt=class extends Mm{static clone(e){return new this(e.__key)}static getType(){return"horizontalrule"}static importDOM(){return{hr:()=>({conversion:Am,priority:0})}}static importJSON(e){return ni()}createDOM(e){let o=document.createElement("hr");return vm(o,e.theme.hr),o}decorate(){return null}exportDOM(){return{element:document.createElement("hr")}}exportJSON(){return{type:"horizontalrule",version:1}}getTextContent(){return`
55
+ `}isInline(){return!1}updateDOM(){return!1}};function Am(){return{node:ni()}}function ni(){return Rm(new Nt)}import{$applyNodeReplacement as $m}from"lexical";import"react";var Te=class extends Nt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){return ot()}decorate(){return null}exportJSON(){return super.exportJSON()}};function ot(){return $m(new Te)}function Ge(t){return t instanceof Te}var ri={type:"element",dependencies:[Te],export:(t,e)=>Ge(t)?"---":null,regExp:/^---\s*$/,replace:t=>{let e=ot();e&&t.replace(e)}};import{c as Dm}from"react/compiler-runtime";import{useLexicalComposerContext as Om}from"@lexical/react/LexicalComposerContext.js";import{$findMatchingParent as li,$insertNodeToNearestRoot as Fm}from"@lexical/utils";import{$getRoot as Bm,$getSelection as ii,$isRangeSelection as si,$isRootOrShadowRoot as ai,COMMAND_PRIORITY_EDITOR as Pm}from"lexical";import{useEffect as jm}from"react";var on="LexicalEditorTheme__hrSelected",ci=()=>{let t=Dm(3),[e]=Om(),o,n;return t[0]!==e?(o=()=>{let r=e.registerCommand(Lt,Hm,Pm),l=e.registerUpdateListener(s=>{let{editorState:i}=s;i.read(()=>{let d=Bm().getChildren(),c=ii(),a=[];for(let b=0;b<d.length;b++){let x=d[b];if(Ge(x)){let C=e.getElementByKey(x.getKey());C&&a.push({element:C,index:b})}}if(a.length===0)return;if(!si(c)||c.isCollapsed()){for(let{element:b}of a)b.classList.remove(on);return}let m=c.anchor.getNode(),p=c.focus.getNode(),h=li(m,Gm)||m,f=li(p,Um)||p,g=d.indexOf(h),_=d.indexOf(f);if(g===-1||_===-1)return;let L=Math.min(g,_),R=Math.max(g,_);for(let{element:b,index:x}of a)x>=L&&x<=R?b.classList.add(on):b.classList.remove(on)})});return()=>{r(),l()}},n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),jm(o,n),null};function Hm(t){let e=ii();if(!si(e))return!1;if(e.focus.getNode()!==null){let n=ot();Fm(n)}return!0}function Gm(t){return ai(t.getParent())}function Um(t){return ai(t.getParent())}var Wm=A({markdownTransformers:[ri],nodes:[Te],plugins:[{Component:ci,position:"normal"}],slashMenu:{groups:[X([{Icon:tn,key:"horizontalRule",keywords:["hr","horizontal rule","line","separator"],label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Lt,void 0)}}])]},toolbarFixed:{groups:[_e([{ChildComponent:tn,isActive:({selection:t})=>{if(!Vm(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Ge(e)},key:"horizontalRule",label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Lt,void 0)}}])]}});import{$findMatchingParent as ki}from"@lexical/utils";import{$isElementNode as rp,INDENT_CONTENT_COMMAND as lp,OUTDENT_CONTENT_COMMAND as ip}from"lexical";import{jsx as nn}from"react/jsx-runtime";import"react";var zm="M7.854 6.146a.5.5 0 1 0-.708.708L8.293 8H5.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708zM11.5 8a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 12.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z",ui=({className:t})=>nn("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:nn("g",{transform:"scale(-1, 1) translate(-24, 0)",children:nn("path",{clipRule:"evenodd",d:zm,fill:"currentColor",fillRule:"evenodd"})})});import{jsx as di}from"react/jsx-runtime";import"react";var Km="M7.854 6.146a.5.5 0 1 0-.708.708L8.293 8H5.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708zM11.5 8a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 12.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z",mi=({className:t})=>di("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:di("path",{clipRule:"evenodd",d:Km,fill:"currentColor",fillRule:"evenodd"})});import{jsx as Jm}from"react/jsx-runtime";import{useLexicalComposerContext as Xm}from"@lexical/react/LexicalComposerContext";import{TabIndentationPlugin as Zm}from"@lexical/react/LexicalTabIndentationPlugin";import{$findMatchingParent as Ym,mergeRegister as pi}from"@lexical/utils";import{$getSelection as qm,$isElementNode as xi,$isRangeSelection as Qm,COMMAND_PRIORITY_LOW as fi,INDENT_CONTENT_COMMAND as hi,KEY_TAB_COMMAND as ep,OUTDENT_CONTENT_COMMAND as tp,TabNode as op}from"lexical";import{useEffect as gi}from"react";var Ci=({clientProps:t})=>{let[e]=Xm(),{disabledNodes:o,disableTabNode:n}=t;return gi(()=>{if(!(!e||!o?.length))return pi(e.registerCommand(hi,()=>np(r=>{if(!o.includes(r.getType())){let l=r.getIndent();r.setIndent(l+1)}}),fi),e.registerUpdateListener(({dirtyElements:r,editorState:l})=>{e.update(()=>{for(let[s]of r){let i=l._nodeMap.get(s);xi(i)&&o.includes(i.getType())&&i.getIndent()>0&&i.setIndent(0)}})}))},[e,o]),gi(()=>{if(!(!e||!n))return pi(e.registerCommand(ep,r=>(r.preventDefault(),e.dispatchCommand(r.shiftKey?tp:hi,void 0)),fi),e.registerNodeTransform(op,r=>{r.remove()}))},[e,n]),Jm(Zm,{})};function np(t){let e=qm();if(!Qm(e))return!1;let o=new Set,n=e.getNodes();for(let r=0;r<n.length;r++){let l=n[r],s=l.getKey();if(o.has(s))continue;let i=Ym(l,d=>xi(d)&&!d.isInline());if(i===null)continue;let u=i.getKey();i.canIndent()&&!o.has(u)&&(o.add(u),t(i))}return o.size>0}var bi=t=>({type:"buttons",items:t,key:"indent",order:35});var _i=({disabledNodes:t})=>[bi([{ChildComponent:ui,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],n=r=>Ti(r)&&r.getIndent()>0;return o.some(r=>n(r)||!!ki(r,n))},key:"indentDecrease",label:({i18n:e})=>e.t("lexical:indent:decreaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(ip,void 0)},order:1},{ChildComponent:mi,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],n=r=>Ti(r)&&!(t??[]).includes(r.getType());return o.some(r=>n(r)||!!ki(r,n))},key:"indentIncrease",label:({i18n:e})=>e.t("lexical:indent:increaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(lp,void 0)},order:2}])],sp=A(({props:t})=>{let e=t.disabledNodes??[];return{plugins:[{Component:Ci,position:"normal"}],sanitizedClientFeatureProps:t,toolbarFixed:{groups:_i({disabledNodes:e})},toolbarInline:{groups:_i({disabledNodes:e})}}}),Ti=t=>rp(t)&&t.canIndent();import{$findMatchingParent as Sf}from"@lexical/utils";import{$getSelection as hn,$isRangeSelection as ns}from"lexical";import{jsx as wi}from"react/jsx-runtime";import"react";var ap={16:"M8.38 6.381a.29.29 0 0 1 .347-.056q.293.161.541.408a2.5 2.5 0 0 1 0 3.535l-2 2a2.5 2.5 0 0 1-3.535-3.535l.571-.573c.25-.249.692-.107.81.224a.46.46 0 0 1-.098.478l-.576.578a1.5 1.5 0 1 0 2.121 2.12l2-2a1.5 1.5 0 0 0 0-2.12c-.23-.23-.493-.509-.358-.805a.9.9 0 0 1 .178-.254m.352-2.648a2.5 2.5 0 1 1 3.535 3.535l-.471.47c-.253.254-.717.082-.819-.261a.44.44 0 0 1 .102-.435l.481-.481A1.5 1.5 0 0 0 9.44 4.44l-2 2a1.5 1.5 0 0 0 0 2.12c.136.138.168.365.031.502l-.182.181c-.154.154-.403.179-.557.025a2.5 2.5 0 0 1 0-3.535z",24:"M12.4436 10.3708C12.6861 10.5041 12.9148 10.6721 13.1204 10.8776C14.2919 12.0492 14.2918 13.9482 13.1204 15.1198L11.1204 17.1198C9.94879 18.2914 8.04975 18.2914 6.87817 17.1198C5.70664 15.9482 5.70661 14.0492 6.87817 12.8776L8.1477 11.6071C8.4098 11.345 8.89329 11.5392 8.97388 11.9011C9.00617 12.0462 8.96861 12.2012 8.86353 12.3063L7.5852 13.5847C6.80417 14.3657 6.80419 15.6317 7.5852 16.4128C8.36625 17.1938 9.63228 17.1938 10.4133 16.4128L12.4133 14.4128C13.1942 13.6317 13.1943 12.3657 12.4133 11.5847C12.4042 11.5755 12.3953 11.5662 12.386 11.5573C12.2925 11.468 12.1984 11.3736 12.1614 11.2497C12.0724 10.9515 12.1448 10.6149 12.3801 10.3796C12.397 10.3628 12.4228 10.3594 12.4436 10.3708ZM12.8782 6.87764C14.0497 5.70615 15.9488 5.70616 17.1204 6.87764C18.2919 8.04919 18.2919 9.94825 17.1204 11.1198L15.8508 12.3903C15.5887 12.6522 15.1053 12.4581 15.0247 12.0964C14.9924 11.9512 15.0308 11.7963 15.136 11.6911L16.4133 10.4128C17.1943 9.63175 17.1943 8.3657 16.4133 7.58467C15.6323 6.80371 14.3662 6.8037 13.5852 7.58467L11.5852 9.58467C10.8046 10.3657 10.8044 11.6319 11.5852 12.4128C11.5943 12.4219 11.6042 12.4303 11.6135 12.4392C11.7064 12.5278 11.7999 12.622 11.8372 12.7448C11.9276 13.044 11.8545 13.3827 11.6184 13.6188C11.6023 13.6347 11.5778 13.6383 11.5579 13.6276C11.3146 13.4942 11.0843 13.3259 10.8782 13.1198C9.7068 11.9484 9.707 10.0492 10.8782 8.87764L12.8782 6.87764Z"},to=({className:t,size:e=24})=>wi("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:wi("path",{d:ap[e],fill:"currentColor"})});import{$isAtNodeEnd as Ei}from"@lexical/selection";function nt(t){let{anchor:e}=t,{focus:o}=t,n=t.anchor.getNode(),r=t.focus.getNode();return n===r?n:t.isBackward()?Ei(o)?n:r:Ei(e)?n:r}var rn=t=>({type:"buttons",items:t,key:"features",order:50});import{$createTextNode as _p}from"lexical";function ln(t){let e=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^&:/?#]*(?:[/?#]|$))/gi,o=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z\d+/]+=*$/i;return t=String(t).trim(),t.match(e)!=null||t.match(o)!=null?t:"https://"}var cp=/^(?:[a-zA-Z][a-zA-Z\d+.-]*:(?:\/\/)?(?:[-;:&=+$,\w]+@)?[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|www\.[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|(?:tel|mailto):[\w+.-]+)(?:\/[+~%/\w-]*)?(?:\?[-;&=%\w]*)?(?:#\w+)?$/,up=/^(?:\/[\w\-./]*(?:\?[-;&=%\w]*)?(?:#[\w-]+)?|#[\w\-]+)$/;function Si(t){if(!t||t.includes(" ")||/^[a-z][a-z\d+.-]*:\/[^/]/i.test(t))return!1;if(t==="https://"||cp.test(t)||up.test(t))return!0;try{let e=new URL(t);return!(["ftp:","http:","https:"].includes(e.protocol)&&!e.hostname.includes("."))}catch{}return!1}import{addClassNamesToElement as dp,isHTMLAnchorElement as mp}from"@lexical/utils";import cn from"bson-objectid";import{$applyNodeReplacement as pp,$createTextNode as Ni,$getSelection as fp,$isElementNode as Li,$isRangeSelection as an,createCommand as hp,ElementNode as gp}from"lexical";var xp=new Set(["http:","https:","mailto:","sms:","tel:"]),oe=class extends gp{__fields;__id;constructor({id:e,fields:o={linkType:"custom",newTab:!1},key:n}){super(n),this.__fields=o,this.__id=e}static clone(e){return new this({id:e.__id,fields:e.__fields,key:e.__key})}static getType(){return"link"}static importDOM(){return{a:e=>({conversion:Cp,priority:1})}}static importJSON(e){let o=we({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),e.version===2&&!e.id&&(e.id=new cn.default().toHexString(),e.version=3),o}canBeEmpty(){return!1}canInsertTextAfter(){return!1}canInsertTextBefore(){return!1}createDOM(e){let o=document.createElement("a");return this.__fields?.linkType==="custom"&&(o.href=this.sanitizeUrl(this.__fields.url??"")),(this.__fields?.newTab??!1)&&(o.target="_blank"),this.__fields?.newTab===!0&&this.__fields?.linkType==="custom"&&(o.rel=sn(o.rel,"add","noopener")),dp(o,e.theme.link),o}exportJSON(){let e=this.getFields();e?.linkType==="internal"?delete e.url:e?.linkType==="custom"&&delete e.doc;let o={...super.exportJSON(),type:"link",fields:e,version:3},n=this.getID();return n&&(o.id=n),o}extractWithChild(e,o,n){if(!an(o))return!1;let r=o.anchor.getNode(),l=o.focus.getNode();return this.isParentOf(r)&&this.isParentOf(l)&&o.getTextContent().length>0}getFields(){return this.getLatest().__fields}getID(){return this.getLatest().__id}insertNewAfter(e,o=!0){let n=this.getParentOrThrow().insertNewAfter(e,o);if(Li(n)){let r=we({fields:this.__fields});return n.append(r),r}return null}isInline(){return!0}sanitizeUrl(e){try{let o=new URL(e);if(!xp.has(o.protocol))return"about:blank"}catch{return"https://"}return e}setFields(e){let o=this.getWritable();return o.__fields=e,o}setID(e){let o=this.getWritable();return o.__id=e,o}updateDOM(e,o,n){let r=this.__fields?.url,l=this.__fields?.newTab;return r!=null&&r!==e.__fields?.url&&this.__fields?.linkType==="custom"&&(o.href=r),this.__fields?.linkType==="internal"&&e.__fields?.linkType==="custom"&&o.removeAttribute("href"),o.rel==null&&(o.rel=""),l!==e.__fields?.newTab&&(l??!1?(o.target="_blank",this.__fields?.linkType==="custom"&&(o.rel=sn(o.rel,"add","noopener"))):(o.removeAttribute("target"),o.rel=sn(o.rel,"remove","noopener"))),!1}updateFromJSON(e){let o=e;return super.updateFromJSON(o).setFields(o.fields).setID(o.id)}};function Cp(t){let e=null;if(mp(t)){let o=t.textContent;o!==null&&o!==""&&(e=we({id:new cn.default().toHexString(),fields:{doc:null,linkType:"custom",newTab:t.getAttribute("target")==="_blank",url:t.getAttribute("href")??""}}))}return{node:e}}function we({id:t,fields:e}){return pp(new oe({id:t??new cn.default().toHexString(),fields:e}))}function K(t){return t instanceof oe}var pe=hp("TOGGLE_LINK_COMMAND");function un(t){let e=fp();if(!an(e)&&(t===null||!t.selectedNodes?.length))return;let o=an(e)?e.extract():t===null?[]:t.selectedNodes;if(t===null){o?.forEach(l=>{let s=l.getParent();K(s)&&(s.getChildren().forEach(u=>{s.insertBefore(u)}),s.remove())});return}if(o?.length===1){let l=o[0],s=K(l)?l:bp(l);if(s!==null){s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(Ni(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}}let n=null,r=null;o?.forEach(l=>{let s=l.getParent();if(!(s===r||s===null||Li(l)&&!l.isInline())){if(K(s)){r=s,s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(Ni(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}if(s.is(n)||(n=s,r=we({fields:t.fields}),K(s)?l.getPreviousSibling()===null?s.insertBefore(r):s.insertAfter(r):l.insertBefore(r)),K(l)){if(l.is(r))return;if(r!==null){let i=l.getChildren();r.append(...i)}l.remove();return}r!==null&&r.append(l)}})}function bp(t){return kp(t,e=>K(e))}function kp(t,e){let o=t;for(;o!==null&&(o=o.getParent(),!(o===null||e(o))););return o}function sn(t,e,o){let n,r=`${t}`;if(e==="add"){if(r.includes(o)){let l=new RegExp(o,"g");r=r.replace(l,"").trim()}r=r.trim(),n=r.length===0?`${o}`:`${r} ${o}`}else{let l=new RegExp(o,"g");n=r.replace(l,"").trim()}return n}var Tp=(t,e)=>{let[,o,n]=e,r=we({fields:{doc:null,linkType:"custom",newTab:!1,url:n}}),l=_p(o);return l.setFormat(t.getFormat()),r.append(l),t.replace(r),l},wp=t=>({type:"text-match",dependencies:[oe],export:(e,o)=>{if(!K(e))return null;let n=e,r=n.getFields(),l;return r.linkType==="internal"?t?.internalDocToHref?l=ln(t.internalDocToHref({linkNode:n.exportJSON()})):(console.warn("Lexical \u2192 Markdown converter: found internal link but internalDocToHref is not provided \u2014 link will have an empty href"),l=""):l=ln(r.url??""),`[${o(n)}](${l})`},importRegExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)/,regExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)$/,replace:Tp,trigger:")"}),yi=wp();import{$applyNodeReplacement as Ep,$isElementNode as Sp}from"lexical";var Ee=class extends oe{static clone(e){return new this({id:"",fields:e.__fields,key:e.__key})}static getType(){return"autolink"}static importDOM(){return null}static importJSON(e){let o=yt({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),o}exportJSON(){let e=super.exportJSON();return{type:"autolink",children:e.children,direction:e.direction,fields:e.fields,format:e.format,indent:e.indent,version:2}}insertNewAfter(e,o=!0){let n=this.getParentOrThrow().insertNewAfter(e,o);if(Sp(n)){let r=yt({fields:this.__fields});return n.append(r),r}return null}updateFromJSON(e){let o=e;return super.updateFromJSON(o).setFields(o.fields)}};function yt({fields:t}){return Ep(new Ee({id:"",fields:t}))}function Se(t){return t instanceof Ee}import{c as Np}from"react/compiler-runtime";import{useLexicalComposerContext as Lp}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as yp}from"@lexical/utils";import{$createTextNode as vi,$getSelection as vp,$isElementNode as Ii,$isLineBreakNode as Mi,$isNodeSelection as Rp,$isRangeSelection as Ip,$isTextNode as vt,TextNode as Mp}from"lexical";import{useEffect as Ap}from"react";function Ri(t,e=o=>o){return o=>{let n=t.exec(o);return n===null?null:{index:n.index,length:n[0].length,text:n[0],url:e(n[0])}}}function Ai(t,e){for(let o of e){let n=o(t);if(n!=null)return n}return null}var $p=/[.,;\s]/;function no(t){return t!==void 0&&$p.test(t)}function $i(t){return no(t[t.length-1])}function mn(t){return no(t[0])}function Dp(t,e){return e?/^\.[a-z]{2,}/i.test(t):/^\.[a-z0-9]+/i.test(t)}function Di(t){let e=t.getPreviousSibling();return Ii(e)&&(e=e.getLastDescendant()),e===null||Mi(e)||vt(e)&&$i(e.getTextContent())}function Oi(t){let e=t.getNextSibling();return Ii(e)&&(e=e.getFirstDescendant()),e===null||Mi(e)||vt(e)&&mn(e.getTextContent())}function Op(t,e,o,n){return(t>0?no(o[t-1]):Di(n[0]))?e<o.length?no(o[e]):Oi(n[n.length-1]):!1}function Fp(t,e,o){let n=[],r=[],l=[],s=0,i=0,u=[...t];for(;u.length>0;){let d=u[0],a=d.getTextContent().length,m=i;i+a<=e?(n.push(d),s+=a):m>=o?l.push(d):r.push(d),i+=a,u.shift()}return[s,n,r,l]}function Bp(t,e,o,n){let r={linkType:"custom",url:n.url,...n.fields},l=yt({fields:r});if(t.length===1){let s=t[0],i;if(e===0?[i]=s.splitText(o):[,i]=s.splitText(e,o),i){let u=vi(n.text);u.setFormat(i.getFormat()),u.setDetail(i.getDetail()),u.setStyle(i.getStyle()),l.append(u),i.replace(l)}return s}else if(t.length>1){let s=t[0],i=s.getTextContent().length,u;e===0?u=s:[,u]=s.splitText(e);let d=[],c;if(t.forEach(a=>{let p=a.getTextContent().length,h=i,f=i+p;if(h<o)if(f<=o)d.push(a);else{let[g,_]=a.splitText(o-h);g&&d.push(g),c=_}i+=p}),u){let a=vp(),m=a?a.getNodes().find(vt):void 0,p=vi(u.getTextContent());return p.setFormat(u.getFormat()),p.setDetail(u.getDetail()),p.setStyle(u.getStyle()),l.append(p,...d),m&&m===u&&(Ip(a)?p.select(a.anchor.offset,a.focus.offset):Rp(a)&&p.select(0,p.getTextContent().length)),u.replace(l),c}}}function Pp(t,e,o){let n=[...t],r=n.map(u=>u.getTextContent()).join(""),l=r,s,i=0;for(;(s=Ai(l,e))!=null&&s!==null;){let u=s.index,d=s.length,c=u+d;if(Op(i+u,i+c,r,n)){let[m,,p,h]=Fp(n,i+u,i+c),f=i+u-m,g=i+c-m,_=Bp(p,f,g,s);n=_?[_,...h]:h,o(s.url,null),i=0}else i+=c;l=l.substring(c)}}function dn(t,e,o){let n=t.getChildren(),r=n.length;for(let u=0;u<r;u++){let d=n[u];if(!vt(d)||!d.isSimpleText()){oo(t),o(null,t.getFields()?.url??null);return}}let l=t.getTextContent(),s=Ai(l,e);if(s===null||s.text!==l){oo(t),o(null,t.getFields()?.url??null);return}if(!Di(t)||!Oi(t)){oo(t),o(null,t.getFields()?.url??null);return}let i=t.getFields()?.url;if(i!==s?.url){let u=t.getFields();u.url=s?.url,t.setFields(u),o(s.url,i??null)}}function jp(t,e,o){let n=t.getPreviousSibling(),r=t.getNextSibling(),l=t.getTextContent();if(Se(n)){let s=n.getFields()?.url?n.getFields()?.url?.startsWith("mailto:")??!1:!1;(!mn(l)||Dp(l,s))&&(n.append(t),dn(n,e,o),o(null,n.getFields()?.url??null))}Se(r)&&!$i(l)&&(oo(r),dn(r,e,o),o(null,r.getFields()?.url??null))}function oo(t){let e=t.getChildren(),o=e.length;for(let n=o-1;n>=0;n--)t.insertAfter(e[n]);return t.remove(),e.map(n=>n.getLatest())}function Hp(t){let e=[t],o=t.getNextSibling();for(;o!==null&&vt(o)&&o.isSimpleText()&&(e.push(o),!/\s/.test(o.getTextContent()));)o=o.getNextSibling();return e}function Gp(t,e,o){let n=Np(5),r,l;n[0]!==t||n[1]!==e||n[2]!==o?(r=()=>{if(!t.hasNodes([Ee]))throw new Error("LexicalAutoLinkPlugin: AutoLinkNode not registered on editor");let s=(i,u)=>{o?.(i,u)};return yp(t.registerNodeTransform(Mp,i=>{let u=i.getParentOrThrow(),d=i.getPreviousSibling();if(Se(u))dn(u,e,s);else if(!K(u)){if(i.isSimpleText()&&(mn(i.getTextContent())||!Se(d))){let c=Hp(i);Pp(c,e,s)}jp(i,e,s)}}))},l=[t,e,o],n[0]=t,n[1]=e,n[2]=o,n[3]=r,n[4]=l):(r=n[3],l=n[4]),Ap(r,l)}var Up=/((https?:\/\/(www\.)?)|(www\.))[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)(?<![-.+():%])/,Vp=/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-\d]+\.)+[a-z]{2,}))/i,Wp=[Ri(Up,t=>t.startsWith("http")?t:`https://${t}`),Ri(Vp,t=>`mailto:${t}`)],Fi=()=>{let[t]=Lp();return Gp(t,Wp),null};import{jsx as zp}from"react/jsx-runtime";import{ClickableLinkPlugin as Kp}from"@lexical/react/LexicalClickableLinkPlugin.js";import"react";var Bi=()=>zp(Kp,{});import{jsx as ff}from"react/jsx-runtime";import"react";import{createPortal as hf}from"react-dom";import{jsx as ne,jsxs as Ue,Fragment as pn}from"react/jsx-runtime";import{useLexicalComposerContext as Zp}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as Yp}from"@lexical/react/useLexicalEditable";import{$findMatchingParent as Vi,mergeRegister as Wi}from"@lexical/utils";import{getTranslation as fn}from"@payloadcms/translations";import{formatDrawerSlug as qp,NewTabIcon as zi,useConfig as Qp,useEditDepth as ef,useLocale as tf,useTranslation as of,WriteIcon as nf}from"@payloadcms/ui";import{requests as rf}from"@payloadcms/ui/shared";import{$getSelection as Ki,$isLineBreakNode as lf,$isRangeSelection as Ji,COMMAND_PRIORITY_HIGH as sf,COMMAND_PRIORITY_LOW as Xi,getDOMSelection as af,KEY_ESCAPE_COMMAND as cf,SELECTION_CHANGE_COMMAND as uf}from"lexical";import{formatAdminURL as df}from"payload/shared";import mf,{useCallback as Zi,useEffect as io,useLayoutEffect as pf,useRef as Yi,useState as Ve}from"react";import{jsx as Pi}from"react/jsx-runtime";import"react";var Jp="M12.5 5C12.6326 5 12.7597 5.05272 12.8535 5.14648L16.8535 9.14648C16.9965 9.28948 17.0393 9.50457 16.9619 9.69141C16.8845 9.87821 16.7022 10 16.5 10H12.5C12.2239 10 12 9.77614 12 9.5V6H8.5C8.22386 6 8 6.22386 8 6.5V17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5V11.5C16 11.2239 16.2239 11 16.5 11C16.7761 11 17 11.2239 17 11.5V17.5C17 18.3284 16.3284 19 15.5 19H8.5C7.67157 19 7 18.3284 7 17.5V6.5C7 5.67157 7.67157 5 8.5 5H12.5ZM13 9H15.293L13 6.70703V9Z",ji=({className:t})=>Pi("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Pi("path",{d:Jp,fill:"currentColor"})});import{jsx as Hi}from"react/jsx-runtime";import"react";var Gi={default:"M6 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .496.5h12.008a.5.5 0 0 0 .496-.5v-1A.5.5 0 0 0 18 5zM4.5 6.5a1.5 1.5 0 0 0 1.037 1.427L5.725 10H5a.5.5 0 0 0 0 1h.816l.653 7.181A2 2 0 0 0 8.46 20h7.078a2 2 0 0 0 1.992-1.819L18.184 11H19a.5.5 0 0 0 0-1h-.725l.188-2.073A1.5 1.5 0 0 0 19.5 6.5v-1A1.5 1.5 0 0 0 18 4H6a1.5 1.5 0 0 0-1.5 1.5zm2.965 11.59L6.548 8h10.905l-.918 10.09a1 1 0 0 1-.996.91H8.461a1 1 0 0 1-.996-.91M11 10.5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0zm3 0a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z",small:"M6.5 7a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-.039l-.08 1H17a.5.5 0 0 1 0 1h-.7l-.455 5.62A1.5 1.5 0 0 1 14.35 18h-4.7a1.5 1.5 0 0 1-1.495-1.38L7.7 11H7a.5.5 0 0 1 0-1h.62l-.081-1H7.5a1 1 0 0 1-1-1zm9.494 1h.506V7h-9v1zm-.536 1H8.542l.61 7.54a.5.5 0 0 0 .498.46h4.7a.5.5 0 0 0 .499-.46zM11.5 11.5a.5.5 0 0 0-1 0v3a.5.5 0 0 0 1 0zm2 0a.5.5 0 0 0-1 0v3a.5.5 0 0 0 1 0z"},Ui=({className:t,small:e})=>Hi("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Hi("path",{clipRule:"evenodd",d:e?Gi.small:Gi.default,fill:"currentColor",fillRule:"evenodd"})});function ro(t,e,o,n=10,r=5){let l=o.parentElement;if(t===null||l==null){e.style.opacity="0",e.style.transform="translate(-10000px, -10000px)";return}let s=o.getBoundingClientRect(),i=l.getBoundingClientRect(),u=t.top-n,d=t.left-r;e.style.width="max-content",e.style.maxWidth="none";let c=e.scrollWidth,a=i.right-d,m=d-i.left,p;if(c<=a)p=e.getBoundingClientRect();else{let h=m+t.width,f=m>a,_=Math.min(c,f?h:a);_<c&&(e.style.width=`${_}px`,e.style.maxWidth=`${_}px`,e.offsetHeight),f&&(d=t.right-_),p=e.getBoundingClientRect()}u<i.top&&(u+=p.height+t.height+n*2),d+p.width>i.right&&(d=i.right-p.width-r),u-=s.top,d-=s.left,e.style.opacity="1",e.style.transform=`translate(${d}px, ${u}px)`}import{createCommand as Xp}from"lexical";var lo=Xp("TOGGLE_LINK_WITH_MODAL_COMMAND");function qi(t){t.preventDefault()}function Qi({anchorElem:t}){let[e]=Zp(),[o,n]=Ve(),r=Yi(null),l=Yi(null),[s,i]=Ve(null),[u,d]=Ve(null),{fieldProps:{schemaPath:c},uuid:a}=U(),m=Yp(),{config:p,getEntityConfig:h}=Qp(),{i18n:f,t:g}=of(),[_,L]=Ve(),R=ef(),[b,x]=Ve(!1),[C,k]=Ve([]),T=tf(),[I,N]=Ve(!1),E=qp({slug:"lexical-rich-text-link-"+a,depth:R}),{toggleDrawer:S}=Oe(E),w=Zi(()=>{x(!1),r&&r.current&&(r.current.style.opacity="0",r.current.style.transform="translate(-10000px, -10000px)"),N(!1),i(null),d(null),k([]),L(void 0)},[x,i,d,k]),v=Zi(()=>{let y=Ki(),M;if(!Ji(y)||!y){w();return}let $=nt(y);M=e.getElementByKey($.getKey())?.getBoundingClientRect();let D=Vi($,K),F=y.getNodes().filter(le=>!lf(le)).find(le=>{let Ce=Vi(le,K);return D&&!D.is(Ce)||Ce&&!Ce.is(D)});if(D==null||F){w();return}n(D);let B=D.getFields(),Y={...B,id:D.getID(),text:D.getTextContent()};if(B?.linkType==="custom")i(B?.url??null),d(null);else{i(`${p.routes.admin==="/"?"":p.routes.admin}/collections/${B?.doc?.relationTo}/${B?.doc?.value}`);let le=B?.doc?.relationTo?h({collectionSlug:B?.doc?.relationTo}):void 0;if(!le)d(B?.label?String(B?.label):null),i(B?.url?String(B?.url):null);else{let Ce=typeof B.doc?.value=="object"?B.doc.value.id:B.doc?.value,Ht=B.doc?.relationTo;if(!Ce||!Ht)throw new Error("Focus link parent is missing doc.value or doc.relationTo");let rr=g("fields:linkedTo",{label:`${fn(le.labels.singular,f)} - ${g("lexical:link:loadingWithEllipsis",f)}`}).replace(/<[^>]*>?/g,"");d(rr),rf.get(df({apiRoute:p.routes.api,path:`/${Ht}/${Ce}`,serverURL:p.serverURL}),{headers:{"Accept-Language":f.language},params:{depth:0,locale:T?.code}}).then(async Xe=>{if(!Xe.ok)throw new Error(`HTTP error! Status: ${Xe.status}`);let ft=await Xe.json(),ee=le?.admin?.useAsTitle||"id",ht=ft[ee],de=g("fields:linkedTo",{label:`${fn(le.labels.singular,f)} - ${ht}`}).replace(/<[^>]*>?/g,"");d(de)}).catch(()=>{let Xe=g("fields:linkedTo",{label:`${fn(le.labels.singular,f)} - ${g("general:untitled",f)} - ID: ${Ce}`}).replace(/<[^>]*>?/g,"");d(Xe)})}}L(Y),x(!0),k(y?y?.getNodes():[]),Se(D)?N(!0):N(!1);let J=r.current,Je=af(e._window),{activeElement:Re}=document;if(J===null)return;let xe=e.getRootElement();return Je!==null&&xe!==null&&xe.contains(Je.anchorNode)?(M||(M=Je.getRangeAt(0).getBoundingClientRect()),M!=null&&(M.y+=40,l.current=M)):(Re==null||Re.className!=="link-input")&&(xe!==null&&ro(null,J,t),i(null),d(null)),!0},[e,w,p.routes.admin,p.routes.api,p.serverURL,h,g,f,T?.code,t]);return io(()=>Wi(e.registerCommand(lo,y=>(e.dispatchCommand(pe,y),v(),S(),!0),Xi)),[e,v,S,E]),io(()=>{let y=t.parentElement,M=()=>{e.getEditorState().read(()=>{v()})};return window.addEventListener("resize",M),y?.addEventListener("scroll",M),()=>{window.removeEventListener("resize",M),y?.removeEventListener("scroll",M)}},[t.parentElement,e,v]),io(()=>Wi(e.registerUpdateListener(({editorState:y})=>{y.read(()=>{v()})}),e.registerCommand(uf,()=>(v(),!0),Xi),e.registerCommand(cf,()=>b?(w(),!0):!1,sf)),[e,v,b,w]),io(()=>{e.getEditorState().read(()=>{v()})},[e,v]),pf(()=>{!b||!r.current||!t||!l.current||ro(l.current,r.current,t)},[s,u,b,t,o]),Ue(mf.Fragment,{children:[ne("div",{className:"link-editor","data-theme":"dark",ref:r,children:Ue("div",{className:"link-input",children:[o?.__fields?.linkType==="custom"?ne(to,{}):ne(ji,{}),s&&s.length>0?Ue("a",{className:"link-input__url",href:s,rel:"noopener noreferrer",target:"_blank",children:[u!=null&&u.length>0?u:s,o?.__fields.newTab?Ue(pn,{children:[ne(zi,{size:16})," ",ne("div",{className:"link-input__divider"})," "]}):null]}):u!=null&&u.length>0?Ue(pn,{children:[ne("span",{className:"link-input__label-pure",children:u}),o?.__fields.newTab?Ue(pn,{children:[ne(zi,{size:16})," ",ne("div",{className:"link-input__divider"})," "]}):null]}):null,m&&Ue("div",{className:"link-input__actions",children:[ne("button",{"aria-label":"Edit link",className:"link-edit",onClick:y=>{y.preventDefault(),S()},onMouseDown:qi,tabIndex:0,type:"button",children:ne(nf,{})}),!I&&ne("button",{"aria-label":"Remove link",className:"link-trash",onClick:()=>{e.dispatchCommand(pe,null)},onMouseDown:qi,tabIndex:0,type:"button",children:ne(Ui,{small:!0})})]})]})}),ne(Oo,{className:"lexical-link-edit-drawer",data:_,drawerSlug:E,drawerTitle:g("fields:editLink"),featureKey:"link",handleDrawerSubmit:(y,M)=>{let $=M,D={...$};delete D.text,e.update(()=>{let F=Ki(),B=null;if(Ji(F)?B=nt(F).getParent():C.length&&(B=C[0]?.getParent()??null),B&&Se(B)){let Y=we({fields:D});B.replace(Y,!0)}}),e.dispatchCommand(pe,{fields:D,selectedNodes:C,text:$.text})},schemaPath:c,schemaPathSuffix:"fields"})]})}var es=t=>{let{anchorElem:e=document.body}=t;return hf(ff(Qi,{anchorElem:e}),e)};import{c as gf}from"react/compiler-runtime";import{useLexicalComposerContext as xf}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as Cf}from"@lexical/utils";import{$getSelection as bf,$isElementNode as kf,$isRangeSelection as _f,COMMAND_PRIORITY_LOW as ts,PASTE_COMMAND as Tf}from"lexical";import{useEffect as wf}from"react";var os=t=>{let e=gf(5),{clientProps:o}=t,[n]=xf(),r,l;return e[0]!==o.defaultLinkType||e[1]!==o.defaultLinkURL||e[2]!==n?(r=()=>{if(!n.hasNodes([oe]))throw new Error("LinkPlugin: LinkNode not registered on editor");return Cf(n.registerCommand(pe,s=>s===null?(un(null),!0):(s.fields?.linkType||(s.fields.linkType=o.defaultLinkType),s.fields?.url||(s.fields.url=o.defaultLinkURL),un(s),!0),ts),n.registerCommand(Tf,s=>{let i=bf();if(!_f(i)||i.isCollapsed()||!(s instanceof ClipboardEvent)||s.clipboardData==null)return!1;let u=s.clipboardData.getData("text");if(!Si(u))return!1;if(!i.getNodes().some(Ef)){let d={doc:null,linkType:"custom",newTab:!1,url:u};return n.dispatchCommand(pe,{fields:d,text:null}),s.preventDefault(),!0}return!1},ts))},l=[o.defaultLinkType,o.defaultLinkURL,n],e[0]=o.defaultLinkType,e[1]=o.defaultLinkURL,e[2]=n,e[3]=r,e[4]=l):(r=e[3],l=e[4]),wf(r,l),null};function Ef(t){return kf(t)}var rs=[rn([{ChildComponent:to,isActive:({selection:t})=>{if(ns(t)){let e=nt(t);return Sf(e,K)!=null}return!1},isEnabled:({selection:t})=>!!(ns(t)&&hn()?.getTextContent()?.length),key:"link",label:({i18n:t})=>t.t("lexical:link:label"),onSelect:({editor:t,isActive:e})=>{if(e)t.dispatchCommand(pe,null);else{let o,n=[];if(t.getEditorState().read(()=>{o=hn()?.getTextContent(),n=hn()?.getNodes()??[]}),!o?.length)return;let r={doc:null};t.dispatchCommand(lo,{fields:r,selectedNodes:n,text:o})}},order:1}])],Nf=A(({props:t})=>({markdownTransformers:[yi],nodes:[oe,t?.disableAutoLinks===!0?null:Ee].filter(Boolean),plugins:[{Component:os,position:"normal"},t?.disableAutoLinks===!0||t?.disableAutoLinks==="creationOnly"?null:{Component:Fi,position:"normal"},{Component:Bi,position:"normal"},{Component:es,position:"floatingAnchorElem"}].filter(Boolean),sanitizedClientFeatureProps:t,toolbarFixed:{groups:rs},toolbarInline:{groups:rs}}));import{$isListNode as xn,INSERT_CHECK_LIST_COMMAND as as,ListItemNode as Mf,ListNode as Af}from"@lexical/list";import{CHECK_LIST as $f}from"@lexical/markdown";import{$isRangeSelection as Df}from"lexical";import{jsx as ls}from"react/jsx-runtime";import"react";var Lf={16:"M5.584 8.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM13 10a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zM5.583 3.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 0 1 .708-.707l.568.569zM13 5a.5.5 0 1 1 0 1H8a.5.5 0 0 1 0-1z",24:"M9.084 15.223a.5.5 0 1 1 .832.554l-2 3a.5.5 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM17.5 17a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zm-8.416-6.777a.5.5 0 0 1 .832.554l-2 3a.5.5 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.707l.568.568zM17.5 12a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM9.084 5.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.708l.568.569zM17.5 7a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1z"},gn=({className:t,size:e=24})=>ls("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:ls("path",{d:Lf[e],fill:"currentColor"})});import{jsx as yf}from"react/jsx-runtime";import{ListPlugin as vf}from"@lexical/react/LexicalListPlugin.js";import"react";var rt=()=>yf(vf,{});function so(t,e){return t==="ordered"?!e.has("unorderedList"):t==="checklist"?!e.has("unorderedList")&&!e.has("orderedList"):!1}function lt(t){return{items:t,key:"lists",label:({i18n:e})=>e.t("lexical:general:slashMenuListGroupLabel")}}import{jsx as Rf}from"react/jsx-runtime";import{CheckListPlugin as If}from"@lexical/react/LexicalCheckListPlugin.js";import"react";var is=()=>Rf(If,{});var ss=[te([{ChildComponent:gn,isActive:({selection:t})=>{if(!Df(t))return!1;for(let e of t.getNodes()){if(xn(e)&&e.getListType()==="check")continue;let o=e.getParent();if(xn(o)&&o.getListType()==="check")continue;let n=o?.getParent();if(!(xn(n)&&n.getListType()==="check"))return!1}return!0},key:"checklist",label:({i18n:t})=>t.t("lexical:checklist:label"),onSelect:({editor:t})=>{t.dispatchCommand(as,void 0)},order:12}])],Of=A(({featureProviderMap:t})=>{let e=[{Component:is,position:"normal"}],o=so("checklist",t);return o&&e.push({Component:rt,position:"normal"}),{markdownTransformers:[$f],nodes:o?[Af,Mf]:[],plugins:e,slashMenu:{groups:[lt([{Icon:gn,key:"checklist",keywords:["check list","check","checklist","cl"],label:({i18n:n})=>n.t("lexical:checklist:label"),onSelect:({editor:n})=>{n.dispatchCommand(as,void 0)}}])]},toolbarFixed:{groups:ss},toolbarInline:{groups:ss}}});import{$isListNode as bn,INSERT_ORDERED_LIST_COMMAND as ds,ListItemNode as Bf,ListNode as Pf}from"@lexical/list";import{ORDERED_LIST as jf}from"@lexical/markdown";import{$isRangeSelection as Hf}from"lexical";import{jsx as cs}from"react/jsx-runtime";import"react";var Ff={16:"M5.6 9.01a.5.5 0 0 1 .4.49v1a.5.5 0 0 1-.276.447L4 11.81V12h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-1l.005-.07a.5.5 0 0 1 .271-.377L5 10.19V10H3.5a.5.5 0 0 1 0-1h2zM12.5 12a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1zm0-4.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1zM4.6 3.01a.5.5 0 0 1 .4.49v3a.5.5 0 0 1-1 0V4h-.5a.5.5 0 0 1 0-1h1zM12.5 3a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z",24:"M11 7a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6A.5.5 0 0 1 11 7M6 7a.5.5 0 0 1 .5-.5h1A.5.5 0 0 1 8 7v3.5a.5.5 0 1 1-1 0v-3h-.5A.5.5 0 0 1 6 7m0 6.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.276.447L7 16.31v.191h1.5a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 6 17v-1a.5.5 0 0 1 .276-.447L8 14.69V14H6.5a.5.5 0 0 1-.5-.5m5.5 3a.5.5 0 1 0 0 1h6a.5.5 0 0 0 0-1zm0-5a.5.5 0 1 0 0 1h6a.5.5 0 0 0 0-1z"},Cn=({className:t,size:e=24})=>cs("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:cs("path",{clipRule:"evenodd",d:Ff[e],fill:"currentColor",fillRule:"evenodd"})});var us=[te([{ChildComponent:Cn,isActive:({selection:t})=>{if(!Hf(t))return!1;for(let e of t.getNodes()){if(bn(e)&&e.getListType()==="number")continue;let o=e.getParent();if(bn(o)&&o.getListType()==="number")continue;let n=o?.getParent();if(!(bn(n)&&n.getListType()==="number"))return!1}return!0},key:"orderedList",label:({i18n:t})=>t.t("lexical:orderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(ds,void 0)},order:10}])],Gf=A(({featureProviderMap:t})=>{let e=so("ordered",t);return{markdownTransformers:[jf],nodes:e?[Pf,Bf]:[],plugins:e?[{Component:rt,position:"normal"}]:[],slashMenu:{groups:[lt([{Icon:Cn,key:"orderedList",keywords:["ordered list","ol"],label:({i18n:o})=>o.t("lexical:orderedList:label"),onSelect:({editor:o})=>{o.dispatchCommand(ds,void 0)}}])]},toolbarFixed:{groups:us},toolbarInline:{groups:us}}});import{$isListNode as _n,INSERT_UNORDERED_LIST_COMMAND as fs,ListItemNode as Vf,ListNode as Wf}from"@lexical/list";import{UNORDERED_LIST as zf}from"@lexical/markdown";import{$isRangeSelection as Kf}from"lexical";import{jsx as ms}from"react/jsx-runtime";import"react";var Uf="M7 16C7.55228 16 8 16.4477 8 17C8 17.5523 7.55228 18 7 18C6.44772 18 6 17.5523 6 17C6 16.4477 6.44772 16 7 16ZM17.5 16.5C17.7761 16.5 18 16.7239 18 17C18 17.2761 17.7761 17.5 17.5 17.5H10.5C10.2239 17.5 10 17.2761 10 17C10 16.7239 10.2239 16.5 10.5 16.5H17.5ZM7 11C7.55228 11 8 11.4477 8 12C8 12.5523 7.55228 13 7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11ZM17.5 11.5C17.7761 11.5 18 11.7239 18 12C18 12.2761 17.7761 12.5 17.5 12.5H10.5C10.2239 12.5 10 12.2761 10 12C10 11.7239 10.2239 11.5 10.5 11.5H17.5ZM7 6C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6ZM17.5 6.5C17.7761 6.5 18 6.72386 18 7C18 7.27614 17.7761 7.5 17.5 7.5H10.5C10.2239 7.5 10 7.27614 10 7C10 6.72386 10.2239 6.5 10.5 6.5H17.5Z",kn=({className:t})=>ms("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:ms("path",{d:Uf,fill:"currentColor"})});var ps=[te([{ChildComponent:kn,isActive:({selection:t})=>{if(!Kf(t))return!1;for(let e of t.getNodes()){if(_n(e)&&e.getListType()==="bullet")continue;let o=e.getParent();if(_n(o)&&o.getListType()==="bullet")continue;let n=o?.getParent();if(!(_n(n)&&n.getListType()==="bullet"))return!1}return!0},key:"unorderedList",label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(fs,void 0)},order:11}])],Jf=A({markdownTransformers:[zf],nodes:[Wf,Vf],plugins:[{Component:rt,position:"normal"}],slashMenu:{groups:[lt([{Icon:kn,key:"unorderedList",keywords:["unordered list","ul"],label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(fs,void 0)}}])]},toolbarFixed:{groups:ps},toolbarInline:{groups:ps}});import{$setBlocksType as xs}from"@lexical/selection";import{$createParagraphNode as Cs,$getSelection as bs,$isParagraphNode as hs,$isRangeSelection as Xf}from"lexical";var gs=[te([{ChildComponent:Tt,isActive:({selection:t})=>{if(!Xf(t))return!1;for(let e of t.getNodes())if(!hs(e)&&!hs(e.getParent()))return!1;return!0},key:"paragraph",label:({i18n:t})=>t.t("lexical:paragraph:label2"),onSelect:({editor:t})=>{t.update(()=>{let e=bs();xs(e,()=>Cs())})},order:1}])],Zf=A({slashMenu:{groups:[X([{Icon:Tt,key:"paragraph",keywords:["normal","paragraph","p","text"],label:({i18n:t})=>t.t("lexical:paragraph:label"),onSelect:({editor:t})=>{t.update(()=>{let e=bs();xs(e,()=>Cs())})}}])]},toolbarFixed:{groups:gs},toolbarInline:{groups:gs}});import{c as b0}from"react/compiler-runtime";import{jsx as Ps}from"react/jsx-runtime";import{useLexicalComposerContext as k0}from"@lexical/react/LexicalComposerContext";import{useEffect as _0,useState as T0}from"react";import{jsx as Bs,Fragment as C0}from"react/jsx-runtime";import"react";import{jsx as Yf}from"react/jsx-runtime";var ks={quote:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return Yf("blockquote",{children:o})}};import{jsx as qf}from"react/jsx-runtime";var _s={heading:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),n=t.tag;return qf(n,{children:o})}};import{jsx as Qf}from"react/jsx-runtime";var Ts={horizontalrule:Qf("hr",{})};import{jsx as e0}from"react/jsx-runtime";var ws={linebreak:e0("br",{})};import{jsx as Es}from"react/jsx-runtime";var Ss=({internalDocToHref:t})=>({autolink:({node:e,nodesToJSX:o})=>{let n=o({nodes:e.children}),r=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0;return Es("a",{href:e.fields.url,rel:r,target:l,children:n})},link:({node:e,nodesToJSX:o})=>{let n=o({nodes:e.children}),r=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0,s=e.fields.url??"";return e.fields.linkType==="internal"&&(t?s=t({linkNode:e}):(console.error("Lexical => JSX converter: Link converter: found internal link, but internalDocToHref is not provided"),s="#")),Es("a",{href:s,rel:r,target:l,children:n})}});import{jsx as it,jsxs as t0,Fragment as o0}from"react/jsx-runtime";import{v4 as n0}from"uuid";var Ns={list:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),n=t.tag;return it(n,{className:`list-${t?.listType}`,children:o})},listitem:({node:t,nodesToJSX:e,parent:o})=>{let n=t.children.some(l=>l.type==="list"),r=e({nodes:t.children});if("listType"in o&&o?.listType==="check"){let l=n0();return it("li",{"aria-checked":t.checked?"true":"false",className:`list-item-checkbox${t.checked?" list-item-checkbox-checked":" list-item-checkbox-unchecked"}${n?" nestedListItem":""}`,role:"checkbox",style:{listStyleType:"none"},tabIndex:-1,value:t?.value,children:n?r:t0(o0,{children:[it("input",{checked:t.checked,id:l,readOnly:!0,type:"checkbox"}),it("label",{htmlFor:l,children:r}),it("br",{})]})})}else return it("li",{className:`${n?"nestedListItem":""}`,style:n?{listStyleType:"none"}:void 0,value:t?.value,children:r})}};import{jsx as Tn}from"react/jsx-runtime";var Ls={paragraph:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return o?.length?Tn("p",{children:o}):Tn("p",{children:Tn("br",{})})}};var ys={tab:" "};import{jsx as Rt}from"react/jsx-runtime";var vs={table:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return Rt("div",{className:"lexical-table-container",children:Rt("table",{className:"lexical-table",style:{borderCollapse:"collapse"},children:Rt("tbody",{children:o})})})},tablecell:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),n=t.headerState>0?"th":"td",r=`lexical-table-cell-header-${t.headerState}`,l={backgroundColor:t.backgroundColor||void 0,border:"1px solid #ccc",padding:"8px"},s=t.colSpan&&t.colSpan>1?t.colSpan:void 0,i=t.rowSpan&&t.rowSpan>1?t.rowSpan:void 0;return Rt(n,{className:`lexical-table-cell ${r}`,colSpan:s,rowSpan:i,style:l,children:o})},tablerow:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return Rt("tr",{className:"lexical-table-row",children:o})}};import{jsx as We}from"react/jsx-runtime";import"react";var O={DOM_ELEMENT_TYPE:1,DOM_TEXT_TYPE:3,NO_DIRTY_NODES:0,HAS_DIRTY_NODES:1,FULL_RECONCILE:2,IS_NORMAL:0,IS_TOKEN:1,IS_SEGMENTED:2,IS_INERT:3,IS_BOLD:1,IS_ITALIC:2,IS_STRIKETHROUGH:4,IS_UNDERLINE:8,IS_CODE:16,IS_SUBSCRIPT:32,IS_SUPERSCRIPT:64,IS_HIGHLIGHT:128,IS_DIRECTIONLESS:1,IS_UNMERGEABLE:2,IS_ALIGN_LEFT:1,IS_ALIGN_CENTER:2,IS_ALIGN_RIGHT:3,IS_ALIGN_JUSTIFY:4,IS_ALIGN_START:5,IS_ALIGN_END:6},r0=O.IS_BOLD|O.IS_ITALIC|O.IS_STRIKETHROUGH|O.IS_UNDERLINE|O.IS_CODE|O.IS_SUBSCRIPT|O.IS_SUPERSCRIPT|O.IS_HIGHLIGHT,l0="\xA0",i0=`
57
56
 
58
- `,hs="\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC",gs="A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF",E1=new RegExp("^[^"+gs+"]*["+hs+"]"),N1=new RegExp("^[^"+hs+"]*["+gs+"]"),L1={bold:O.IS_BOLD,code:O.IS_CODE,highlight:O.IS_HIGHLIGHT,italic:O.IS_ITALIC,strikethrough:O.IS_STRIKETHROUGH,subscript:O.IS_SUBSCRIPT,superscript:O.IS_SUPERSCRIPT,underline:O.IS_UNDERLINE},y1={directionless:O.IS_DIRECTIONLESS,unmergeable:O.IS_UNMERGEABLE},R1={center:O.IS_ALIGN_CENTER,end:O.IS_ALIGN_END,justify:O.IS_ALIGN_JUSTIFY,left:O.IS_ALIGN_LEFT,right:O.IS_ALIGN_RIGHT,start:O.IS_ALIGN_START},v1={[O.IS_ALIGN_CENTER]:"center",[O.IS_ALIGN_END]:"end",[O.IS_ALIGN_JUSTIFY]:"justify",[O.IS_ALIGN_LEFT]:"left",[O.IS_ALIGN_RIGHT]:"right",[O.IS_ALIGN_START]:"start"},I1={normal:O.IS_NORMAL,segmented:O.IS_SEGMENTED,token:O.IS_TOKEN},M1={[O.IS_NORMAL]:"normal",[O.IS_SEGMENTED]:"segmented",[O.IS_TOKEN]:"token"};var xs={text:({node:t})=>{let e=t.text;return t.format&O.IS_BOLD&&(e=Ue("strong",{children:e})),t.format&O.IS_ITALIC&&(e=Ue("em",{children:e})),t.format&O.IS_STRIKETHROUGH&&(e=Ue("span",{style:{textDecoration:"line-through"},children:e})),t.format&O.IS_UNDERLINE&&(e=Ue("span",{style:{textDecoration:"underline"},children:e})),t.format&O.IS_CODE&&(e=Ue("code",{children:e})),t.format&O.IS_SUBSCRIPT&&(e=Ue("sub",{children:e})),t.format&O.IS_SUPERSCRIPT&&(e=Ue("sup",{children:e})),e}};import{jsx as It}from"react/jsx-runtime";var Cs={upload:({node:t})=>{let e=t;if(typeof e.value!="object")return null;let o=e.value,n=e.fields?.alt||o?.alt||"",r=o.url;if(!o.mimeType.startsWith("image"))return It("a",{href:r,rel:"noopener noreferrer",children:o.filename});if(!o.sizes||!Object.keys(o.sizes).length)return It("img",{alt:n,height:o.height,src:r,width:o.width});let l=[];for(let s in o.sizes){let i=o.sizes[s];if(!i||!i.width||!i.height||!i.mimeType||!i.filesize||!i.filename||!i.url)continue;let d=i?.url;l.push(It("source",{media:`(max-width: ${i.width}px)`,srcSet:d,type:i.mimeType},s))}return l.push(It("img",{alt:n,height:o?.height,src:r,width:o?.width},"image")),It("picture",{children:l})}};var lt={...ms,...xs,...as,...ls,...ps,...is,...ss,...ds,...us({}),...Cs,...fs};import{jsx as mo,Fragment as $1}from"react/jsx-runtime";import uo from"react";function bs(t){if(!!!t?.root?.children?.length)return!1;let o=!1;if(t?.root?.children?.length===1&&t?.root?.children[0]?.type==="paragraph"){let n=t?.root?.children[0];if(!n?.children||n?.children?.length===0)o=!0;else if(n?.children?.length===1){let r=n?.children[0];r?.type==="text"&&(r?.text?.length||(o=!0))}}return!o}function A1(t){return e=>{let o={...e,isEditor:!1,isJSXConverter:!0};if(t.Component)return t.Component(o);if(t.html){let n=typeof t.html=="function"?t.html(o):t.html;return mo("span",{dangerouslySetInnerHTML:{__html:n}})}return null}}function ks(t){return e=>{if(t.Component){let o={...e,isEditor:!1,isJSXConverter:!0};return t.Component(o)}if(t.Block){let o=e.node,n={childIndex:e.childIndex,converters:e.converters,formData:o.fields??{},isEditor:!1,isJSXConverter:!0,node:o,nodesToJSX:e.nodesToJSX,parent:e.parent};return uo.createElement(t.Block,n)}if(t.html){let o={...e,isEditor:!1,isJSXConverter:!0},n=typeof t.html=="function"?t.html(o):t.html;return mo("span",{dangerouslySetInnerHTML:{__html:n}})}return null}}function D1(t){let e={};for(let[o,n]of Object.entries(t)){if(!n||typeof n!="object")continue;if(o==="blocks"){e.blocks={};for(let[l,s]of Object.entries(n)){let i=s;(i.Component||i.Block||i.html)&&(e.blocks[l]=ks(i))}continue}if(o==="inlineBlocks"){e.inlineBlocks={};for(let[l,s]of Object.entries(n)){let i=s;(i.Component||i.Block||i.html)&&(e.inlineBlocks[l]=ks(i))}continue}let r=n;(r.Component||r.html)&&(e[o]=A1(r))}return e}function _s({converters:t,data:e,disableIndent:o,disableTextAlign:n,nodeMap:r}){if(bs(e)){let l=r?D1(r):void 0,s=l?{...t,...l,blocks:{...t.blocks,...l.blocks},inlineBlocks:{...t.inlineBlocks,...l.inlineBlocks}}:t;return Ts({converters:s,disableIndent:o,disableTextAlign:n,nodes:e.root.children,parent:e.root})}return mo($1,{})}function Ts({converters:t,disableIndent:e,disableTextAlign:o,nodes:n,parent:r}){let l=t.unknown;return n.map((i,d)=>{let c;i.type==="block"?(c=t?.blocks?.[i?.fields?.blockType],!c&&!l&&console.error(`Lexical => JSX converter: Blocks converter: found ${i?.fields?.blockType} block, but no converter is provided`)):i.type==="inlineBlock"?(c=t?.inlineBlocks?.[i?.fields?.blockType],!c&&!l&&console.error(`Lexical => JSX converter: Inline Blocks converter: found ${i?.fields?.blockType} inline block, but no converter is provided`)):c=t[i.type];try{!c&&l&&(c=l);let u;c?u=typeof c=="function"?c({childIndex:d,converters:t,node:i,nodesToJSX:f=>Ts({converters:f.converters??t,disableIndent:f.disableIndent??e,disableTextAlign:f.disableTextAlign??o,nodes:f.nodes,parent:f.parent??{...i,parent:r}}),parent:r}):c:u=mo("span",{children:"unknown node"},d);let a={};if(!o&&(!Array.isArray(o)||!o?.includes(i.type))&&"format"in i&&i.format)switch(i.format){case"center":a.textAlign="center";break;case"end":a.textAlign="right";break;case"justify":a.textAlign="justify";break;case"left":break;case"right":a.textAlign="right";break;case"start":a.textAlign="left";break}if(!e&&(!Array.isArray(e)||!e?.includes(i.type))&&"indent"in i&&i.indent&&i.type!=="listitem"&&(a.paddingInlineStart=`${Number(i.indent)*40}px`),uo.isValidElement(u)){if(a.textAlign||a.paddingInlineStart){let m={...a,...u?.props?.style??{}};return uo.cloneElement(u,{key:d,style:m})}return uo.cloneElement(u,{key:d})}return u}catch(u){return console.error("Error converting lexical node to JSX:",u,"node:",i),null}}).filter(Boolean)}function bn({className:t,converters:e,data:o,disableContainer:n,disableIndent:r,disableTextAlign:l,nodeMap:s}){if(!o)return null;let i={};e?typeof e=="function"?i=e({defaultConverters:lt}):i=e:i=lt;let d=o&&!Array.isArray(o)&&typeof o=="object"&&"root"in o&&_s({converters:i,data:o,disableIndent:r,disableTextAlign:l,nodeMap:s});return n?ws(O1,{children:d}):ws("div",{className:t??"payload-richtext",children:d})}function Es(){let t=F1(7),[e]=B1(),o;t[0]!==e?(o=()=>e.getEditorState().toJSON(),t[0]=e,t[1]=o):o=t[1];let[n,r]=j1(o),l,s;t[2]!==e?(l=()=>e.registerUpdateListener(d=>{let{editorState:c}=d;r(c.toJSON())}),s=[e],t[2]=e,t[3]=l,t[4]=s):(l=t[3],s=t[4]),P1(l,s);let i;return t[5]!==n?(i=Ss("div",{className:"debug-jsx-converter",children:Ss(bn,{converters:lt,data:n})}),t[5]=n,t[6]=i):i=t[6],i}var H1=$({plugins:[{Component:Es,position:"bottom"}]});var j={amber:{50:"oklch(0.987 0.022 95.277)",100:"oklch(0.962 0.059 95.617)",200:"oklch(0.924 0.12 95.746)",300:"oklch(0.879 0.169 91.605)",400:"oklch(0.828 0.189 84.429)",500:"oklch(0.769 0.188 70.08)",600:"oklch(0.666 0.179 58.318)",700:"oklch(0.555 0.163 48.998)",800:"oklch(0.473 0.137 46.201)",900:"oklch(0.414 0.112 45.904)",950:"oklch(0.279 0.077 45.635)"},black:"#000",blue:{50:"oklch(0.97 0.014 254.604)",100:"oklch(0.932 0.032 255.585)",200:"oklch(0.882 0.059 254.128)",300:"oklch(0.809 0.105 251.813)",400:"oklch(0.707 0.165 254.624)",500:"oklch(0.623 0.214 259.815)",600:"oklch(0.546 0.245 262.881)",700:"oklch(0.488 0.243 264.376)",800:"oklch(0.424 0.199 265.638)",900:"oklch(0.379 0.146 265.522)",950:"oklch(0.282 0.091 267.935)"},current:"currentColor",cyan:{50:"oklch(0.984 0.019 200.873)",100:"oklch(0.956 0.045 203.388)",200:"oklch(0.917 0.08 205.041)",300:"oklch(0.865 0.127 207.078)",400:"oklch(0.789 0.154 211.53)",500:"oklch(0.715 0.143 215.221)",600:"oklch(0.609 0.126 221.723)",700:"oklch(0.52 0.105 223.128)",800:"oklch(0.45 0.085 224.283)",900:"oklch(0.398 0.07 227.392)",950:"oklch(0.302 0.056 229.695)"},emerald:{50:"oklch(0.979 0.021 166.113)",100:"oklch(0.95 0.052 163.051)",200:"oklch(0.905 0.093 164.15)",300:"oklch(0.845 0.143 164.978)",400:"oklch(0.765 0.177 163.223)",500:"oklch(0.696 0.17 162.48)",600:"oklch(0.596 0.145 163.225)",700:"oklch(0.508 0.118 165.612)",800:"oklch(0.432 0.095 166.913)",900:"oklch(0.378 0.077 168.94)",950:"oklch(0.262 0.051 172.552)"},fuchsia:{50:"oklch(0.977 0.017 320.058)",100:"oklch(0.952 0.037 318.852)",200:"oklch(0.903 0.076 319.62)",300:"oklch(0.833 0.145 321.434)",400:"oklch(0.74 0.238 322.16)",500:"oklch(0.667 0.295 322.15)",600:"oklch(0.591 0.293 322.896)",700:"oklch(0.518 0.253 323.949)",800:"oklch(0.452 0.211 324.591)",900:"oklch(0.401 0.17 325.612)",950:"oklch(0.293 0.136 325.661)"},gray:{50:"oklch(0.985 0.002 247.839)",100:"oklch(0.967 0.003 264.542)",200:"oklch(0.928 0.006 264.531)",300:"oklch(0.872 0.01 258.338)",400:"oklch(0.707 0.022 261.325)",500:"oklch(0.551 0.027 264.364)",600:"oklch(0.446 0.03 256.802)",700:"oklch(0.373 0.034 259.733)",800:"oklch(0.278 0.033 256.848)",900:"oklch(0.21 0.034 264.665)",950:"oklch(0.13 0.028 261.692)"},green:{50:"oklch(0.982 0.018 155.826)",100:"oklch(0.962 0.044 156.743)",200:"oklch(0.925 0.084 155.995)",300:"oklch(0.871 0.15 154.449)",400:"oklch(0.792 0.209 151.711)",500:"oklch(0.723 0.219 149.579)",600:"oklch(0.627 0.194 149.214)",700:"oklch(0.527 0.154 150.069)",800:"oklch(0.448 0.119 151.328)",900:"oklch(0.393 0.095 152.535)",950:"oklch(0.266 0.065 152.934)"},indigo:{50:"oklch(0.962 0.018 272.314)",100:"oklch(0.93 0.034 272.788)",200:"oklch(0.87 0.065 274.039)",300:"oklch(0.785 0.115 274.713)",400:"oklch(0.673 0.182 276.935)",500:"oklch(0.585 0.233 277.117)",600:"oklch(0.511 0.262 276.966)",700:"oklch(0.457 0.24 277.023)",800:"oklch(0.398 0.195 277.366)",900:"oklch(0.359 0.144 278.697)",950:"oklch(0.257 0.09 281.288)"},inherit:"inherit",lime:{50:"oklch(0.986 0.031 120.757)",100:"oklch(0.967 0.067 122.328)",200:"oklch(0.938 0.127 124.321)",300:"oklch(0.897 0.196 126.665)",400:"oklch(0.841 0.238 128.85)",500:"oklch(0.768 0.233 130.85)",600:"oklch(0.648 0.2 131.684)",700:"oklch(0.532 0.157 131.589)",800:"oklch(0.453 0.124 130.933)",900:"oklch(0.405 0.101 131.063)",950:"oklch(0.274 0.072 132.109)"},neutral:{50:"oklch(0.985 0 0)",100:"oklch(0.97 0 0)",200:"oklch(0.922 0 0)",300:"oklch(0.87 0 0)",400:"oklch(0.708 0 0)",500:"oklch(0.556 0 0)",600:"oklch(0.439 0 0)",700:"oklch(0.371 0 0)",800:"oklch(0.269 0 0)",900:"oklch(0.205 0 0)",950:"oklch(0.145 0 0)"},orange:{50:"oklch(0.98 0.016 73.684)",100:"oklch(0.954 0.038 75.164)",200:"oklch(0.901 0.076 70.697)",300:"oklch(0.837 0.128 66.29)",400:"oklch(0.75 0.183 55.934)",500:"oklch(0.705 0.213 47.604)",600:"oklch(0.646 0.222 41.116)",700:"oklch(0.553 0.195 38.402)",800:"oklch(0.47 0.157 37.304)",900:"oklch(0.408 0.123 38.172)",950:"oklch(0.266 0.079 36.259)"},pink:{50:"oklch(0.971 0.014 343.198)",100:"oklch(0.948 0.028 342.258)",200:"oklch(0.899 0.061 343.231)",300:"oklch(0.823 0.12 346.018)",400:"oklch(0.718 0.202 349.761)",500:"oklch(0.656 0.241 354.308)",600:"oklch(0.592 0.249 0.584)",700:"oklch(0.525 0.223 3.958)",800:"oklch(0.459 0.187 3.815)",900:"oklch(0.408 0.153 2.432)",950:"oklch(0.284 0.109 3.907)"},purple:{50:"oklch(0.977 0.014 308.299)",100:"oklch(0.946 0.033 307.174)",200:"oklch(0.902 0.063 306.703)",300:"oklch(0.827 0.119 306.383)",400:"oklch(0.714 0.203 305.504)",500:"oklch(0.627 0.265 303.9)",600:"oklch(0.558 0.288 302.321)",700:"oklch(0.496 0.265 301.924)",800:"oklch(0.438 0.218 303.724)",900:"oklch(0.381 0.176 304.987)",950:"oklch(0.291 0.149 302.717)"},red:{50:"oklch(0.971 0.013 17.38)",100:"oklch(0.936 0.032 17.717)",200:"oklch(0.885 0.062 18.334)",300:"oklch(0.808 0.114 19.571)",400:"oklch(0.704 0.191 22.216)",500:"oklch(0.637 0.237 25.331)",600:"oklch(0.577 0.245 27.325)",700:"oklch(0.505 0.213 27.518)",800:"oklch(0.444 0.177 26.899)",900:"oklch(0.396 0.141 25.723)",950:"oklch(0.258 0.092 26.042)"},rose:{50:"oklch(0.969 0.015 12.422)",100:"oklch(0.941 0.03 12.58)",200:"oklch(0.892 0.058 10.001)",300:"oklch(0.81 0.117 11.638)",400:"oklch(0.712 0.194 13.428)",500:"oklch(0.645 0.246 16.439)",600:"oklch(0.586 0.253 17.585)",700:"oklch(0.514 0.222 16.935)",800:"oklch(0.455 0.188 13.697)",900:"oklch(0.41 0.159 10.272)",950:"oklch(0.271 0.105 12.094)"},sky:{50:"oklch(0.977 0.013 236.62)",100:"oklch(0.951 0.026 236.824)",200:"oklch(0.901 0.058 230.902)",300:"oklch(0.828 0.111 230.318)",400:"oklch(0.746 0.16 232.661)",500:"oklch(0.685 0.169 237.323)",600:"oklch(0.588 0.158 241.966)",700:"oklch(0.5 0.134 242.749)",800:"oklch(0.443 0.11 240.79)",900:"oklch(0.391 0.09 240.876)",950:"oklch(0.293 0.066 243.157)"},slate:{50:"oklch(0.984 0.003 247.858)",100:"oklch(0.968 0.007 247.896)",200:"oklch(0.929 0.013 255.508)",300:"oklch(0.869 0.022 252.894)",400:"oklch(0.704 0.04 256.788)",500:"oklch(0.554 0.046 257.417)",600:"oklch(0.446 0.043 257.281)",700:"oklch(0.372 0.044 257.287)",800:"oklch(0.279 0.041 260.031)",900:"oklch(0.208 0.042 265.755)",950:"oklch(0.129 0.042 264.695)"},stone:{50:"oklch(0.985 0.001 106.423)",100:"oklch(0.97 0.001 106.424)",200:"oklch(0.923 0.003 48.717)",300:"oklch(0.869 0.005 56.366)",400:"oklch(0.709 0.01 56.259)",500:"oklch(0.553 0.013 58.071)",600:"oklch(0.444 0.011 73.639)",700:"oklch(0.374 0.01 67.558)",800:"oklch(0.268 0.007 34.298)",900:"oklch(0.216 0.006 56.043)",950:"oklch(0.147 0.004 49.25)"},teal:{50:"oklch(0.984 0.014 180.72)",100:"oklch(0.953 0.051 180.801)",200:"oklch(0.91 0.096 180.426)",300:"oklch(0.855 0.138 181.071)",400:"oklch(0.777 0.152 181.912)",500:"oklch(0.704 0.14 182.503)",600:"oklch(0.6 0.118 184.704)",700:"oklch(0.511 0.096 186.391)",800:"oklch(0.437 0.078 188.216)",900:"oklch(0.386 0.063 188.416)",950:"oklch(0.277 0.046 192.524)"},transparent:"transparent",violet:{50:"oklch(0.969 0.016 293.756)",100:"oklch(0.943 0.029 294.588)",200:"oklch(0.894 0.057 293.283)",300:"oklch(0.811 0.111 293.571)",400:"oklch(0.702 0.183 293.541)",500:"oklch(0.606 0.25 292.717)",600:"oklch(0.541 0.281 293.009)",700:"oklch(0.491 0.27 292.581)",800:"oklch(0.432 0.232 292.759)",900:"oklch(0.38 0.189 293.745)",950:"oklch(0.283 0.141 291.089)"},white:"#fff",yellow:{50:"oklch(0.987 0.026 102.212)",100:"oklch(0.973 0.071 103.193)",200:"oklch(0.945 0.129 101.54)",300:"oklch(0.905 0.182 98.111)",400:"oklch(0.852 0.199 91.936)",500:"oklch(0.795 0.184 86.047)",600:"oklch(0.681 0.162 75.834)",700:"oklch(0.554 0.135 66.442)",800:"oklch(0.476 0.114 61.907)",900:"oklch(0.421 0.095 57.708)",950:"oklch(0.286 0.066 53.813)"},zinc:{50:"oklch(0.985 0 0)",100:"oklch(0.967 0.001 286.375)",200:"oklch(0.92 0.004 286.32)",300:"oklch(0.871 0.006 286.286)",400:"oklch(0.705 0.015 286.067)",500:"oklch(0.552 0.016 285.938)",600:"oklch(0.442 0.017 285.786)",700:"oklch(0.37 0.013 285.805)",800:"oklch(0.274 0.006 286.033)",900:"oklch(0.21 0.006 285.885)",950:"oklch(0.141 0.005 285.823)"}},U1={text:{"text-red":{css:{color:`light-dark(${j.red[600]}, ${j.red[400]})`},label:"Red"},"text-orange":{css:{color:`light-dark(${j.orange[600]}, ${j.orange[400]})`},label:"Orange"},"text-yellow":{css:{color:`light-dark(${j.yellow[700]}, ${j.yellow[300]})`},label:"Yellow"},"text-green":{css:{color:`light-dark(${j.green[700]}, ${j.green[400]})`},label:"Green"},"text-blue":{css:{color:`light-dark(${j.blue[600]}, ${j.blue[400]})`},label:"Blue"},"text-purple":{css:{color:`light-dark(${j.purple[600]}, ${j.purple[400]})`},label:"Purple"},"text-pink":{css:{color:`light-dark(${j.pink[600]}, ${j.pink[400]})`},label:"Pink"}},background:{"bg-red":{css:{"background-color":`light-dark(${j.red[400]}, ${j.red[600]})`},label:"Red"},"bg-orange":{css:{"background-color":`light-dark(${j.orange[400]}, ${j.orange[600]})`},label:"Orange"},"bg-yellow":{css:{"background-color":`light-dark(${j.yellow[300]}, ${j.yellow[700]})`},label:"Yellow"},"bg-green":{css:{"background-color":`light-dark(${j.green[400]}, ${j.green[700]})`},label:"Green"},"bg-blue":{css:{"background-color":`light-dark(${j.blue[400]}, ${j.blue[600]})`},label:"Blue"},"bg-purple":{css:{"background-color":`light-dark(${j.purple[400]}, ${j.purple[600]})`},label:"Purple"},"bg-pink":{css:{"background-color":`light-dark(${j.pink[400]}, ${j.pink[600]})`},label:"Pink"}}};import{$isNodeSelection as v0}from"lexical";import{jsx as Ns}from"react/jsx-runtime";import"react";var G1="M9.5 6C9.77614 6 10 6.22386 10 6.5C10 6.77614 9.77614 7 9.5 7H7.5C7.22386 7 7 7.22386 7 7.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V14.5C17 14.2239 17.2239 14 17.5 14C17.7761 14 18 14.2239 18 14.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V7.5C6 6.67157 6.67157 6 7.5 6H9.5ZM17.5 6C17.7761 6 18 6.22386 18 6.5V11.5C18 11.7761 17.7761 12 17.5 12C17.2239 12 17 11.7761 17 11.5V7.70703L12.8535 11.8535C12.6583 12.0488 12.3417 12.0488 12.1465 11.8535C11.9512 11.6583 11.9512 11.3417 12.1465 11.1465L16.293 7H12.5C12.2239 7 12 6.77614 12 6.5C12 6.22386 12.2239 6 12.5 6H17.5Z",kn=({className:t})=>Ns("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Ns("path",{d:G1,fill:"currentColor"})});import{jsx as J1}from"react/jsx-runtime";import{$applyNodeReplacement as X1}from"lexical";import*as ys from"react";import{DecoratorBlockNode as V1}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as W1}from"@lexical/utils";import{$applyNodeReplacement as z1}from"lexical";function K1(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:Ls({relationTo:o,value:e})}:null}var Mt=class extends V1{__data;constructor({data:e,format:o,key:n}){super(o,n),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"relationship"}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:K1,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},n=Ls(o);return n.setFormat(e.format),n}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return W1(o,e?.theme?.relationship),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div");e.setAttribute("data-lexical-relationship-id",String(typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value)),e.setAttribute("data-lexical-relationship-relationTo",this.__data?.relationTo);let o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"relationship",version:2}}getData(){return this.getLatest().__data}getTextContent(){return`${this.__data?.relationTo} relation to ${typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value}`}setData(e){let o=this.getWritable();o.__data=e}};function Ls(t){return z1(new Mt({data:t}))}var Z1=ys.lazy(()=>import("./RelationshipComponent-BG3DPV3T.js").then(t=>({default:t.RelationshipComponent})));function Y1(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:Ge({relationTo:o,value:e})}:null}var Ne=class extends Mt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:Y1,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},n=Ge(o);return n.setFormat(e.format),n}decorate(e,o){return J1(Z1,{className:o.theme.relationship??"LexicalEditorTheme__relationship",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function Ge(t){return X1(new Ne({data:t}))}function _n(t){return t instanceof Ne}import{c as C0}from"react/compiler-runtime";import{jsx as b0}from"react/jsx-runtime";import{useLexicalComposerContext as k0}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as _0}from"@lexical/utils";import{$getPreviousSelection as T0,$getSelection as w0,$isParagraphNode as S0,$isRangeSelection as E0,COMMAND_PRIORITY_EDITOR as N0,createCommand as L0}from"lexical";import{useEffect as y0}from"react";import{c as Is}from"react/compiler-runtime";import{jsx as Tn}from"react/jsx-runtime";import{useLexicalComposerContext as Ms}from"@lexical/react/LexicalComposerContext.js";import{toast as c0}from"@payloadcms/ui";import{$getNodeByKey as u0,COMMAND_PRIORITY_EDITOR as $s}from"lexical";import{useEffect as As,useState as d0}from"react";import{c as q1}from"react/compiler-runtime";import{jsx as Q1}from"react/jsx-runtime";import{useLexicalComposerContext as e0}from"@lexical/react/LexicalComposerContext";import{useListDrawer as t0,useModal as o0}from"@payloadcms/ui";import{$getNodeByKey as Rs,$getPreviousSelection as n0,$getRoot as r0,$getSelection as l0,$isRangeSelection as i0,$setSelection as s0}from"lexical";import{useEffect as a0,useState as vs}from"react";var $t=t=>{let e=q1(23),[o]=e0(),[n,r]=vs(null),[l,s]=vs(!1),[i,d,c]=t0(t),{closeDrawer:u,drawerSlug:a,isDrawerOpen:m,openDrawer:f}=c,{modalState:h}=o0(),p;e[0]===Symbol.for("react.memo_cache_sentinel")?(p=()=>{let v=l0()??n0();r(v)},e[0]=p):p=e[0];let g=p,k;e[1]!==o||e[2]!==n?(k=()=>{n&&o.update(()=>{if(i0(n)){let{anchor:v,focus:y}=n;Rs(v.key)&&Rs(y.key)&&s0(n.clone())}else r0().selectEnd()},{discrete:!0,skipTransforms:!0})},e[1]=o,e[2]=n,e[3]=k):k=e[3];let N=k,R;e[4]!==u?(R=()=>{u()},e[4]=u,e[5]=R):R=e[5];let T=R,C,x;e[6]!==a||e[7]!==h||e[8]!==N||e[9]!==l?(C=()=>{if(!l)return;let v=h[a];v&&!v?.isOpen&&(s(!1),setTimeout(()=>{N()},1))},x=[h,a,N,l],e[6]=a,e[7]=h,e[8]=N,e[9]=l,e[10]=C,e[11]=x):(C=e[10],x=e[11]),a0(C,x);let b;e[12]!==d?(b=v=>Q1(d,{...v,onClick:()=>{g()}}),e[12]=d,e[13]=b):b=e[13];let _;e[14]!==f?(_=()=>{g(),f(),s(!0)},e[14]=f,e[15]=_):_=e[15];let M;return e[16]!==i||e[17]!==T||e[18]!==m||e[19]!==a||e[20]!==b||e[21]!==_?(M={closeListDrawer:T,isListDrawerOpen:m,ListDrawer:i,listDrawerSlug:a,ListDrawerToggler:b,openListDrawer:_},e[16]=i,e[17]=T,e[18]=m,e[19]=a,e[20]=b,e[21]=_,e[22]=M):M=e[22],M};var m0=({editor:t,relationTo:e,replaceNodeKey:o,value:n})=>{o?t.update(()=>{let r=u0(o);r&&r.replace(Ge({relationTo:e,value:n}))}):t.dispatchCommand(wn,{relationTo:e,value:n})},f0=t=>{let e=Is(14),{enabledCollectionSlugs:o}=t,[n]=Ms(),[r,l]=d0(null),s=o?.[0],i;e[0]!==o||e[1]!==s?(i={collectionSlugs:o,selectedCollection:s},e[0]=o,e[1]=s,e[2]=i):i=e[2];let{closeListDrawer:d,ListDrawer:c,openListDrawer:u}=$t(i),a,m;e[3]!==n||e[4]!==u?(a=()=>n.registerCommand(Je,g=>(l(g?.replace?g?.replace.nodeKey:null),u(),!0),$s),m=[n,u],e[3]=n,e[4]=u,e[5]=a,e[6]=m):(a=e[5],m=e[6]),As(a,m);let f;e[7]!==d||e[8]!==n||e[9]!==r?(f=g=>{let{collectionSlug:k,doc:N}=g;m0({editor:n,relationTo:k,replaceNodeKey:r,value:N.id}),d()},e[7]=d,e[8]=n,e[9]=r,e[10]=f):f=e[10];let h=f,p;return e[11]!==c||e[12]!==h?(p=Tn(c,{onSelect:h}),e[11]=c,e[12]=h,e[13]=p):p=e[13],p},p0=()=>{let t=Is(3),[e]=Ms(),o,n;return t[0]!==e?(o=()=>e.registerCommand(Je,h0,$s),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),As(o,n),null},Ds=({enabledCollectionSlugs:t})=>t?.length?Tn(f0,{enabledCollectionSlugs:t}):Tn(p0,{});function h0(){return c0.error("No relationship collections enabled"),!0}import{useConfig as g0,useEntityVisibility as x0}from"@payloadcms/ui";import*as Os from"react";var fo=t=>{let{collectionSlugsBlacklist:e,collectionSlugsWhitelist:o,uploads:n=!1}=t||{},{config:{collections:r}}=g0(),{visibleEntities:l}=x0();return Os.useMemo(()=>{let i=[],d=[],c=o?new Set(o):null,u=e?new Set(e):null;for(let a of r){let{slug:m,admin:{enableRichTextRelationship:f},upload:h}=a;if(l?.collections.includes(m)){if(n){if(!f||!h)continue}else if(h||!f)continue;c&&!c.has(m)||u&&u.has(m)||(i.push(m),d.push(a))}}return{enabledCollections:d,enabledCollectionSlugs:i}},[r,l,n,o,e])};var wn=L0("INSERT_RELATIONSHIP_COMMAND"),Fs=t=>{let e=C0(8),{clientProps:o}=t,[n]=k0(),r=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==r||e[1]!==l?(s={collectionSlugsBlacklist:r,collectionSlugsWhitelist:l},e[0]=r,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=fo(s),d,c;e[3]!==n?(d=()=>{if(!n.hasNodes([Ne]))throw new Error("RelationshipPlugin: RelationshipNode not registered on editor");return n.registerCommand(wn,R0,N0)},c=[n],e[3]=n,e[4]=d,e[5]=c):(d=e[4],c=e[5]),y0(d,c);let u;return e[6]!==i?(u=b0(Ds,{enabledCollectionSlugs:i}),e[6]=i,e[7]=u):u=e[7],u};function R0(t){let e=w0()||T0();if(E0(e)){let o=Ge(t),{focus:n}=e,r=n.getNode();_0(o),S0(r)&&!r.__first&&r.remove()}return!0}var I0=$({nodes:[Ne],plugins:[{Component:Fs,position:"normal"}],slashMenu:{groups:[J([{Icon:kn,key:"relationship",keywords:["relationship","relation","rel"],label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(Je,{replace:!1})}}])]},toolbarFixed:{groups:[ke([{ChildComponent:kn,isActive:({selection:t})=>{if(!v0(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return _n(e)},key:"relationship",label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(Je,{replace:!1})}}])]}});import{c as oh}from"react/compiler-runtime";import{jsx as me,jsxs as nh}from"react/jsx-runtime";import{useLexicalComposerContext as rh}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as zs}from"@lexical/react/useLexicalEditable";import{useScrollInfo as lh,useThrottledEffect as ih,useTranslation as sh}from"@payloadcms/ui";import*as xo from"react";import{useMemo as Ln}from"react";import{c as M0}from"react/compiler-runtime";import{jsx as $0}from"react/jsx-runtime";import{$addUpdateTag as A0}from"lexical";import"react";var Bs="toolbar-popup__button",At=t=>{let e=M0(14),{active:o,children:n,editor:r,enabled:l,item:s}=t,i=o===void 0?!1:o,d=l===void 0?!0:l,c=d?"":"disabled",u=i?"active":"",a=s.key?`${Bs}-${s.key}`:"",m;e[0]!==c||e[1]!==u||e[2]!==a?(m=[Bs,c,u,a].filter(Boolean),e[0]=c,e[1]=u,e[2]=a,e[3]=m):m=e[3];let f=m.join(" "),h;e[4]!==i||e[5]!==r||e[6]!==d||e[7]!==s?(h=()=>{d&&r.focus(()=>{r.update(D0),s.onSelect?.({editor:r,isActive:i})})},e[4]=i,e[5]=r,e[6]=d,e[7]=s,e[8]=h):h=e[8];let p=h,g=O0,k;return e[9]!==n||e[10]!==f||e[11]!==p||e[12]!==s.key?(k=$0("button",{className:f,"data-button-key":s.key,onClick:p,onMouseDown:g,type:"button",children:n}),e[9]=n,e[10]=f,e[11]=p,e[12]=s.key,e[13]=k):k=e[13],k};function D0(){A0("toolbar")}function O0(t){t.preventDefault()}import{c as G0}from"react/compiler-runtime";import{jsx as it}from"react/jsx-runtime";import V0,{useMemo as W0}from"react";import{useTranslation as z0}from"@payloadcms/ui";import{jsx as Me,jsxs as Ps}from"react/jsx-runtime";import{Button as F0}from"@payloadcms/ui";import{$addUpdateTag as B0,isDOMNode as P0}from"lexical";import po,{useCallback as j0,useEffect as ho,useMemo as Hs,useRef as Sn,useState as En}from"react";import{createPortal as H0}from"react-dom";var js="toolbar-popup__dropdown-item",Us=po.createContext(null);function Gs({active:t,children:e,editor:o,enabled:n,Icon:r,item:l,itemKey:s,tooltip:i}){let d=Hs(()=>[js,n===!1?"disabled":"",t?"active":"",l?.key?`${js}-${l.key}`:""].filter(Boolean).join(" "),[n,t,l.key]),c=Sn(null),u=po.use(Us);if(u===null)throw new Error("DropDownItem must be used within a DropDown");let{registerItem:a}=u;return ho(()=>{c?.current!=null&&a(c)},[c,a]),Me(F0,{"aria-label":i,buttonStyle:"none",className:d,disabled:n===!1,extraButtonProps:{"data-item-key":s},icon:r,iconPosition:"left",iconStyle:"none",onClick:()=>{n!==!1&&o.focus(()=>{o.update(()=>{B0("toolbar")}),l.onSelect?.({editor:o,isActive:t})})},onMouseDown:m=>{m.preventDefault()},ref:c,tooltip:i,type:"button",children:e})}function U0({children:t,dropDownRef:e,itemsContainerClassNames:o,onClose:n}){let[r,l]=En(),[s,i]=En(),d=j0(a=>{l(m=>m!=null?[...m,a]:[a])},[l]),c=a=>{if(r==null)return;let{key:m}=a;["ArrowDown","ArrowUp","Escape","Tab"].includes(m)&&a.preventDefault(),m==="Escape"||m==="Tab"?n():m==="ArrowUp"?i(f=>{if(f==null)return r[0];let h=r.indexOf(f)-1;return r[h===-1?r.length-1:h]}):m==="ArrowDown"&&i(f=>f==null?r[0]:r[r.indexOf(f)+1])},u=Hs(()=>({registerItem:d}),[d]);return ho(()=>{r!=null&&s==null&&i(r[0]),s!=null&&s?.current!=null&&s.current.focus()},[r,s]),Me(Us,{value:u,children:Me("div",{className:(o??["toolbar-popup__dropdown-items"]).join(" "),onKeyDown:c,ref:e,children:t})})}function Vs({buttonAriaLabel:t,buttonClassName:e,children:o,disabled:n=!1,dropdownKey:r,Icon:l,itemsContainerClassNames:s,label:i,stopCloseOnClickSelf:d}){let c=Sn(null),u=Sn(null),[a,m]=En(!1),f=()=>{m(!1),u?.current!=null&&u.current.focus()};ho(()=>{let p=u.current,g=c.current;if(a&&p!==null&&g!==null){let{left:k,top:N}=p.getBoundingClientRect(),R=window.scrollY||document.documentElement.scrollTop;g.style.top=`${N+R+p.offsetHeight+5}px`,g.style.left=`${Math.min(k-5,window.innerWidth-g.offsetWidth-20)}px`}},[c,u,a]),ho(()=>{let p=u.current;if(p!==null&&a){let g=k=>{let N=k.target;P0(N)&&(d&&c.current&&c.current.contains(N)||p.contains(N)||m(!1))};return document.addEventListener("click",g),()=>{document.removeEventListener("click",g)}}},[c,u,a,d]);let h=H0(Me(U0,{dropDownRef:c,itemsContainerClassNames:s,onClose:f,children:o}),document.body);return Ps(po.Fragment,{children:[Ps("button",{"aria-label":t,className:e+(a?" active":""),"data-dropdown-key":r,disabled:n,onClick:p=>{p.preventDefault(),m(!a)},onMouseDown:p=>{p.preventDefault()},ref:u,type:"button",children:[l&&Me(l,{}),i&&Me("span",{className:"toolbar-popup__dropdown-label",children:i}),Me("i",{className:"toolbar-popup__dropdown-caret"})]}),a&&Me(po.Fragment,{children:h})]})}var Nn="toolbar-popup__dropdown",K0=t=>{let e=G0(14),{active:o,anchorElem:n,editor:r,enabled:l,item:s}=t,{i18n:i}=z0(),{fieldProps:d}=U(),{featureClientSchemaMap:c,schemaPath:u}=d;if(s.Component){let m;return e[0]!==o||e[1]!==n||e[2]!==r||e[3]!==l||e[4]!==s?(m=s?.Component&&it(s.Component,{active:o,anchorElem:n,editor:r,enabled:l,item:s},s.key),e[0]=o,e[1]=n,e[2]=r,e[3]=l,e[4]=s,e[5]=m):m=e[5],m}let a;if(e[6]!==o||e[7]!==r||e[8]!==l||e[9]!==c||e[10]!==i||e[11]!==s||e[12]!==u){let m=s.key,f;s.label&&(m=typeof s.label=="function"?s.label({featureClientSchemaMap:c,i18n:i,schemaPath:u}):s.label),m.length>25?f=m.substring(0,25)+"...":f=m,a=it(Gs,{active:o,editor:r,enabled:l,Icon:s?.ChildComponent?it(s.ChildComponent,{}):void 0,item:s,itemKey:s.key,tooltip:m,children:it("span",{className:"text",children:f})},s.key),e[6]=o,e[7]=r,e[8]=l,e[9]=c,e[10]=i,e[11]=s,e[12]=u,e[13]=a}else a=e[13];return a},J0=V0.memo(K0),Dt=({anchorElem:t,classNames:e,editor:o,group:n,groupState:r,Icon:l,itemsContainerClassNames:s,label:i})=>{let{items:d,key:c}=n,u=W0(()=>d?.length?d.map(a=>it(J0,{active:r.activeItemKeys.includes(a.key),anchorElem:t,editor:o,enabled:r.enabledItemKeys.includes(a.key),item:a},a.key)):null,[d,r.activeItemKeys,r.enabledItemKeys,t,o]);return it(Vs,{buttonAriaLabel:`${c} dropdown`,buttonClassName:[Nn,`${Nn}-${c}`,...e||[]].filter(Boolean).join(" "),disabled:!r.enabledGroup,dropdownKey:c,Icon:l,itemsContainerClassNames:[`${Nn}-items`,...s||[]],label:i,children:u},c)};import{mergeRegister as X0}from"@lexical/utils";import{$getSelection as Z0}from"lexical";import{useCallback as Y0,useDeferredValue as q0,useEffect as Q0,useRef as Ws,useState as eh}from"react";function th(t){let e=new Map,o=new Map;if(!t?.length)return{groupStates:o,itemStates:e};for(let n of t){let r=[];for(let l of n.items)e.set(l.key,{active:!1,enabled:!0}),r.push(l.key);o.set(n.key,{activeItemKeys:[],activeItems:[],enabledGroup:!0,enabledItemKeys:r})}return{groupStates:o,itemStates:e}}function go(t,e){let[o,n]=eh(()=>th(e)),r=q0(o),l=U(),s=Ws(l);s.current=l;let i=Ws(e);i.current=e;let d=nr(),c=Y0(()=>{t.getEditorState().read(()=>{let u=Z0();if(!u)return;let a=i.current;if(!a?.length)return;let m=s.current,f=new Map,h=new Map;for(let p of a){let g=[],k=[],N=[],R=p.type==="dropdown"?p.maxActiveItems??1:void 0;for(let C of p.items){let x=C.isActive?(!R||g.length<R)&&C.isActive({editor:t,editorConfigContext:m,selection:u}):!1,b=C.isEnabled?C.isEnabled({editor:t,editorConfigContext:m,selection:u}):!0;x&&(g.push(C.key),k.push(C)),b&&N.push(C.key),f.set(C.key,{active:x,enabled:b})}let T=p.type==="dropdown"&&p.isEnabled?p.isEnabled({editor:t,editorConfigContext:m,selection:u}):!0;h.set(p.key,{activeItemKeys:g,activeItems:k,enabledGroup:T,enabledItemKeys:N})}n({groupStates:h,itemStates:f})})},[t]);return Q0(()=>{d(c);let u=()=>d(c),a=X0(t.registerUpdateListener(u));return document.addEventListener("mouseup",u),()=>{a(),document.removeEventListener("mouseup",u)}},[t,d,c]),r}function ah({active:t,anchorElem:e,editor:o,enabled:n,item:r}){return r.Component?r?.Component&&me(r.Component,{anchorElem:e,editor:o,item:r},r.key):r.ChildComponent?me(At,{active:t,editor:o,enabled:n,item:r,children:me(r.ChildComponent,{})},r.key):null}function ch({anchorElem:t,editor:e,editorConfig:o,group:n,index:r,toolbarStates:l}){let{i18n:s}=sh(),{fieldProps:{featureClientSchemaMap:i,schemaPath:d}}=U(),c=l.groupStates.get(n.key),u=Ln(()=>{if(n.type!=="dropdown")return;let m=c?.activeItems?.[0];return m?m.ChildComponent:n.ChildComponent},[n,c?.activeItems]),a=Ln(()=>{if(n.type!=="dropdown")return;let m=c?.activeItems;if(!m?.length)return;if(m.length>1)return s.t("lexical:general:toolbarItemsActive",{count:m.length});let f=m[0],h=f.key;return f.label&&(h=typeof f.label=="function"?f.label({featureClientSchemaMap:i,i18n:s,schemaPath:d}):f.label),h.length>25&&(h=h.substring(0,25)+"..."),h},[n,c?.activeItems,s,i,d]);return nh("div",{className:`fixed-toolbar__group fixed-toolbar__group-${n.key}`,"data-toolbar-group-key":n.key,children:[n.type==="dropdown"&&n.items.length&&c?me(Dt,{anchorElem:t,editor:e,group:n,groupState:c,Icon:u,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:a}):null,n.type==="buttons"&&n.items.length?n.items.map(m=>{let f=l.itemStates.get(m.key);return me(ah,{active:f?.active??!1,anchorElem:t,editor:e,enabled:f?.enabled??!0,item:m},m.key)}):null,r<o.features.toolbarFixed?.groups.length-1&&me("div",{className:"divider"})]},n.key)}function uh({anchorElem:t,clientProps:e,editor:o,editorConfig:n,parentWithFixedToolbar:r}){let l=xo.useRef(null),s=zs(),{y:i}=lh(),d=go(o,n?.features?.toolbarFixed?.groups),c=Ln(()=>{if(!r||e?.disableIfParentHasFixedToolbar)return null;let a=r.editorContainerRef.current.previousElementSibling;for(;a;){if(a.classList.contains("fixed-toolbar"))return a;a=a.previousElementSibling}return null},[e?.disableIfParentHasFixedToolbar,r]);return ih(()=>{if(!c)return;let u=l.current;if(!u)return;let a=u.getBoundingClientRect(),m=c.getBoundingClientRect();if(!(a.bottom<m.top||a.top>m.bottom))u.classList.remove("fixed-toolbar"),u.classList.add("fixed-toolbar","fixed-toolbar--overlapping"),c.classList.remove("fixed-toolbar"),c.classList.add("fixed-toolbar","fixed-toolbar--hide");else{if(!u.classList.contains("fixed-toolbar--overlapping"))return;u.classList.remove("fixed-toolbar--overlapping"),u.classList.add("fixed-toolbar"),c.classList.remove("fixed-toolbar--hide"),c.classList.add("fixed-toolbar")}},50,[l,c,i]),me("div",{className:"fixed-toolbar",onFocus:u=>{u.stopPropagation()},ref:l,children:s&&me(xo.Fragment,{children:n?.features&&n.features?.toolbarFixed?.groups.map((u,a)=>me(ch,{anchorElem:t,editor:o,editorConfig:n,group:u,index:a,toolbarStates:d},u.key))})})}var Ks=t=>{if(t.parentEditor?.editorConfig){if(t.parentEditor?.editorConfig.resolvedFeatureMap.has("toolbarFixed"))return t.parentEditor;if(t.parentEditor)return Ks(t.parentEditor)}return!1},Js=t=>{let e=oh(6),{clientProps:o}=t,[n]=rh(),r=U();if(!zs())return null;let{editorConfig:s}=r,i=o.applyToFocusedEditor&&r.focusedEditor?.editor||n,d=o.applyToFocusedEditor&&r.focusedEditor?.editorConfig||s,c,u;if(e[0]!==o||e[1]!==i||e[2]!==d||e[3]!==r){u=Symbol.for("react.early_return_sentinel");e:{let a=Ks(r);if(o?.disableIfParentHasFixedToolbar&&a){u=null;break e}if(!d?.features?.toolbarFixed?.groups?.length){u=null;break e}c=me(uh,{anchorElem:document.body,clientProps:o,editor:i,editorConfig:d,parentWithFixedToolbar:a})}e[0]=o,e[1]=i,e[2]=d,e[3]=r,e[4]=c,e[5]=u}else c=e[4],u=e[5];return u!==Symbol.for("react.early_return_sentinel")?u:c};var dh=$({plugins:[{Component:Js,position:"aboveContainer"}]});import{c as mh}from"react/compiler-runtime";import{jsx as Le,jsxs as Ys}from"react/jsx-runtime";import{useLexicalComposerContext as fh}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as ph}from"@lexical/react/useLexicalEditable";import{mergeRegister as qs}from"@lexical/utils";import{$getSelection as Qs,$isRangeSelection as Xs,$isTextNode as hh,COMMAND_PRIORITY_LOW as gh,getDOMSelection as ea,SELECTION_CHANGE_COMMAND as xh}from"lexical";import{useCallback as bo,useEffect as Ot,useMemo as Ch,useRef as Zs,useState as bh}from"react";import"react";import{createPortal as kh}from"react-dom";function yn(t,e){let o=t.getRangeAt(0),n;if(t.anchorNode===e){let r=e;for(;r.firstElementChild!=null;)r=r.firstElementChild;n=r.getBoundingClientRect()}else n=o.getBoundingClientRect();return n}function Co(t){let{alwaysDisplayOnTop:e=!1,anchorElem:o,anchorFlippedOffset:n=0,floatingElem:r,horizontalOffset:l=32,horizontalPosition:s="left",specialHandlingForCaret:i=!1,targetRect:d,verticalGap:c=10}=t,u=o.parentElement;if(d===null||u==null){r.style.opacity="0",r.style.transform="translate(-10000px, -10000px)";return}let a=r.getBoundingClientRect(),m=o.getBoundingClientRect(),f=u.getBoundingClientRect(),h=d.top-a.height-c,p=d.left-l;s==="center"&&(p=d.left+d.width/2-a.width/2);let g=0;return!e&&h<f.top&&!i&&(g=a.height+d.height+c*2,h+=g),s==="center"?p+a.width>f.right?p=f.right-a.width-l:p<f.left&&(p=f.left+l):p+a.width>f.right&&(p=f.right-a.width-l),p-=m.left,r.style.opacity="1",i&&n!==0?(h-=m.bottom-n+a.height-3,r.style.transform=`translate(${p}px, ${h}px) rotate(180deg)`):(h-=m.top,r.style.transform=`translate(${p}px, ${h}px)`),g}function _h({active:t,anchorElem:e,editor:o,enabled:n,item:r}){return r.Component?r?.Component&&Le(r.Component,{anchorElem:e,editor:o,item:r},r.key):r.ChildComponent?Le(At,{active:t,editor:o,enabled:n,item:r,children:Le(r.ChildComponent,{})},r.key):null}function Th({anchorElem:t,editor:e,group:o,index:n,toolbarStates:r}){let{editorConfig:l}=U(),s=r.groupStates.get(o.key),i=Ch(()=>o.type!=="dropdown"?void 0:s?.activeItems?.[0]?.ChildComponent??o.ChildComponent,[o,s?.activeItems]);return Ys("div",{className:`inline-toolbar-popup__group inline-toolbar-popup__group-${o.key}`,"data-toolbar-group-key":o.key,children:[o.type==="dropdown"&&o.items.length&&s?Le(Dt,{anchorElem:t,editor:e,group:o,groupState:s,Icon:i}):null,o.type==="buttons"&&o.items.length?o.items.map(d=>{let c=r.itemStates.get(d.key);return Le(_h,{active:c?.active??!1,anchorElem:t,editor:e,enabled:c?.enabled??!0,item:d},d.key)}):null,n<l.features.toolbarInline?.groups.length-1&&Le("div",{className:"divider"})]},o.key)}function wh({anchorElem:t,editor:e}){let o=Zs(null),n=Zs(null),{editorConfig:r}=U(),l=go(e,r?.features?.toolbarInline?.groups),s=bo(()=>{if(o?.current){let u=o.current.style.opacity==="0",a=o.current.style.pointerEvents==="none";u||(o.current.style.opacity="0"),a||(o.current.style.pointerEvents="none")}},[o]),i=bo(u=>{if(o?.current&&(u.buttons===1||u.buttons===3)){let a=o.current.style.opacity==="0",m=o.current.style.pointerEvents==="none";if(!a||!m){let f=u.clientX,h=u.clientY,p=document.elementFromPoint(f,h);o.current.contains(p)||s()}}},[s]),d=bo(()=>{o?.current&&(o.current.style.opacity!=="1"&&(o.current.style.opacity="1"),o.current.style.pointerEvents!=="auto"&&(o.current.style.pointerEvents="auto"))},[]);Ot(()=>(document.addEventListener("mousemove",i),document.addEventListener("mouseup",d),()=>{document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",d)}),[o,i,d]);let c=bo(()=>{let u=Qs(),a=ea(e._window);if(o.current===null)return;let m=t.querySelector(":scope > .link-editor"),f=m!==null&&"style"in m&&m?.style?.opacity==="1",h=e.getRootElement();if(u!==null&&a!==null&&!a.isCollapsed&&h!==null&&h.contains(a.anchorNode)){let p=yn(a,h),g=Co({alwaysDisplayOnTop:f,anchorElem:t,floatingElem:o.current,horizontalPosition:"center",targetRect:p});n.current&&Co({anchorElem:o.current,anchorFlippedOffset:g,floatingElem:n.current,horizontalOffset:5,horizontalPosition:"center",specialHandlingForCaret:!0,targetRect:p,verticalGap:8})}else s()},[e,s,t]);return Ot(()=>{let u=t.parentElement,a=()=>{e.getEditorState().read(()=>{c()})};return window.addEventListener("resize",a),u&&u.addEventListener("scroll",a),()=>{window.removeEventListener("resize",a),u&&u.removeEventListener("scroll",a)}},[e,c,t]),Ot(()=>(e.getEditorState().read(()=>{c()}),qs(e.registerUpdateListener(({editorState:u})=>{u.read(()=>{c()})}),e.registerCommand(xh,()=>(c(),!1),gh))),[e,c]),Ys("div",{className:"inline-toolbar-popup",ref:o,children:[Le("div",{className:"caret",ref:n}),r?.features&&r.features?.toolbarInline?.groups.map((u,a)=>Le(Th,{anchorElem:t,editor:e,group:u,index:a,toolbarStates:l},u.key))]})}function Sh(t,e){let o=mh(12),[n,r]=bh(!1),l=ph(),s;o[0]!==t?(s=()=>{t.getEditorState().read(()=>{if(t.isComposing())return;let f=Qs(),h=ea(t._window),p=t.getRootElement();if(h!==null&&(!Xs(f)||p===null||!p.contains(h.anchorNode))){r(!1);return}if(!Xs(f))return;if(f.getTextContent()!==""){let k=f.getNodes(),N=!1;for(let R of k)if(hh(R)){r(!0),N=!0;break}N||r(!1)}else r(!1);let g=f.getTextContent().replace(/\n/g,"");if(!f.isCollapsed()&&g===""){r(!1);return}})},o[0]=t,o[1]=s):s=o[1];let i=s,d,c;o[2]!==i?(d=()=>(document.addEventListener("selectionchange",i),document.addEventListener("mouseup",i),()=>{document.removeEventListener("selectionchange",i),document.removeEventListener("mouseup",i)}),c=[i],o[2]=i,o[3]=d,o[4]=c):(d=o[3],c=o[4]),Ot(d,c);let u,a;if(o[5]!==t||o[6]!==i?(u=()=>qs(t.registerUpdateListener(()=>{i()}),t.registerRootListener(()=>{t.getRootElement()===null&&r(!1)})),a=[t,i],o[5]=t,o[6]=i,o[7]=u,o[8]=a):(u=o[7],a=o[8]),Ot(u,a),!n||!l)return null;let m;return o[9]!==e||o[10]!==t?(m=kh(Le(wh,{anchorElem:e,editor:t}),e),o[9]=e,o[10]=t,o[11]=m):m=o[11],m}var ta=t=>{let{anchorElem:e}=t,[o]=fh();return Sh(o,e)};var Eh=$({plugins:[{Component:ta,position:"floatingAnchorElem"}]});import{TableCellNode as hg,TableNode as gg,TableRowNode as xg}from"@lexical/table";import{jsx as oa}from"react/jsx-runtime";import"react";var Nh={16:"M7 4h4.5a.5.5 0 0 1 .5.5V6H7zM6 4H4.5a.5.5 0 0 0-.5.5V6h2zm0 3H4v2h2zm0 3H4v1.5a.5.5 0 0 0 .5.5H6zm1 2h4.5a.5.5 0 0 0 .5-.5V10H7zm0-3V7h5v2zM3 4.5A1.5 1.5 0 0 1 4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5z",24:"M17.204 6.51A2 2 0 0 1 19 8.5V16l-.011.204a2 2 0 0 1-1.785 1.785L17 18H7l-.204-.01a2 2 0 0 1-1.786-1.786L5 16V8.5a2 2 0 0 1 1.796-1.99L7 6.5h10zM6 16a1 1 0 0 0 1 1h2v-2.5H6zm4-1.5V17h7a1 1 0 0 0 .995-.898L18 16v-1.5zm-4-1h3V11H6zm4-2.5v2.5h8V11zM7 7.5a1 1 0 0 0-.995.897L6 8.5V10h3V7.5zm3 2.5h8V8.5a1 1 0 0 0-1-1h-7z"},Rn=({className:t,size:e=24})=>oa("svg",{className:["icon",t].filter(Boolean).join(" "),fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:oa("path",{clipRule:"evenodd",d:Nh[e],fill:"currentColor",fillRule:"evenodd"})});import{$createTableCellNode as Lh,$createTableNode as yh,$createTableRowNode as Rh,$isTableCellNode as na,$isTableNode as vn,$isTableRowNode as In,TableCellHeaderStates as ko,TableCellNode as vh,TableNode as Ih,TableRowNode as Mh}from"@lexical/table";import{$isParagraphNode as $h,$isTextNode as Ah}from"lexical";var la=/^\|(.+)\|\s?$/,Dh=/^(\| ?:?-*:? ?)+\|\s?$/,ia=({allTransformers:t})=>({type:"element",dependencies:[Ih,Mh,vh],export:e=>{if(!vn(e))return null;let o=[];for(let n of e.getChildren()){let r=[];if(!In(n))continue;let l=!1;for(let s of n.getChildren())na(s)&&(r.push(Vt(t,s).replace(/\n/g,"\\n").trim()),s.__headerState===ko.ROW&&(l=!0));o.push(`| ${r.join(" | ")} |`),l&&o.push(`| ${r.map(s=>"---").join(" | ")} |`)}return o.join(`
59
- `)},regExp:la,replace:(e,o,n)=>{let r=n[0];if(!r)return;if(Dh.test(r)){let a=e.getPreviousSibling();if(!a||!vn(a))return;let m=a.getChildren(),f=m[m.length-1];if(!f||!In(f))return;f.getChildren().forEach(h=>{na(h)&&h.setHeaderStyles(ko.ROW,ko.ROW)}),e.remove();return}let l=ra(r,t);if(l==null)return;let s=[l],i=e.getPreviousSibling(),d=l.length;for(;i&&!(!$h(i)||i.getChildrenSize()!==1);){let a=i.getFirstChild();if(!Ah(a))break;let m=ra(a.getTextContent(),t);if(m==null)break;d=Math.max(d,m.length),s.unshift(m);let f=i.getPreviousSibling();i.remove(),i=f}let c=yh();for(let a of s){let m=Rh();c.append(m);for(let f=0;f<d;f++)m.append(f<a.length?a[f]:sa("",t))}let u=e.getPreviousSibling();vn(u)&&Oh(u)===d?(u.append(...c.getChildren()),e.remove()):e.replace(c),c.selectEnd()}});function Oh(t){let e=t.getFirstChild();return In(e)?e.getChildrenSize():0}var sa=(t,e)=>{t=t.replace(/\\n/g,`
60
- `);let o=Lh(ko.NO_STATUS);return Gt(t,e,o),o},ra=(t,e)=>{let o=t.match(la);return!o||!o[1]?null:o[1].split("|").map(n=>sa(n,e))};import{c as Bh}from"react/compiler-runtime";import{jsx as P,jsxs as ye}from"react/jsx-runtime";import{useLexicalComposerContext as fa}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Ph}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as ua,$deleteTableColumnAtSelection as jh,$deleteTableRowAtSelection as Hh,$getNodeTriplet as Uh,$getTableCellNodeFromLexicalNode as da,$getTableColumnIndexFromTableCellNode as Gh,$getTableNodeFromLexicalNodeOrThrow as Ae,$getTableRowIndexFromTableCellNode as Vh,$insertTableColumnAtSelection as Wh,$insertTableRowAtSelection as zh,$isTableCellNode as pa,$isTableSelection as Ft,$mergeCells as Kh,$unmergeCell as Jh,getTableElement as Mn,getTableObserverFromTableElement as $n,TableCellHeaderStates as $e,TableCellNode as Xh}from"@lexical/table";import{mergeRegister as Zh}from"@lexical/utils";import{useScrollInfo as Yh}from"@payloadcms/ui";import{$getSelection as To,$isElementNode as qh,$isRangeSelection as An,$isTextNode as Qh,$setSelection as e5,COMMAND_PRIORITY_CRITICAL as t5,getDOMSelection as o5,isDOMNode as n5,SELECTION_CHANGE_COMMAND as r5}from"lexical";import*as Dn from"react";import{useCallback as ce,useEffect as st,useRef as _o,useState as at}from"react";import{createPortal as ha}from"react-dom";import{jsx as aa}from"react/jsx-runtime";import"react";var Fh={16:"M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2",24:"M7.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m6 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"},ca=({className:t,size:e=24})=>aa("svg",{className:t,fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:aa("path",{clipRule:"evenodd",d:Fh[e],fill:"currentColor",fillRule:"evenodd"})});function ma(t){let e=t.getShape();return{columns:e.toX-e.fromX+1,rows:e.toY-e.fromY+1}}function l5(){let t=To();if(An(t)&&!t.isCollapsed()||Ft(t)&&!t.anchor.is(t.focus)||!An(t)&&!Ft(t))return!1;let[e]=Uh(t.anchor);return e.__colSpan>1||e.__rowSpan>1}function i5(t){let e=t.getLastDescendant();Qh(e)?e.select():qh(e)?e.selectEnd():e!==null&&e.selectNext()}function s5({cellMerge:t,contextRef:e,onClose:o,setIsMenuOpen:n,tableCellNode:r}){let[l]=fa(),s=_o(null),[i,d]=at(r),[c,u]=at({columns:1,rows:1}),[a,m]=at(!1),[f,h]=at(!1),{y:p}=Yh();st(()=>l.registerMutationListener(Xh,w=>{w.get(i.getKey())==="updated"&&l.getEditorState().read(()=>{d(i.getLatest())})},{skipInitialization:!0}),[l,i]),st(()=>{l.getEditorState().read(()=>{let w=To();if(Ft(w)){let L=ma(w);u(ma(w)),m(L.columns>1||L.rows>1)}h(l5())})},[l]),st(()=>{let w=e.current,L=s.current,E=l.getRootElement();if(w!=null&&L!=null&&E!=null){let I=E.getBoundingClientRect(),A=w.getBoundingClientRect();L.style.opacity="1";let D=L.getBoundingClientRect(),F=5,B=A.right+F;if(B+D.width>window.innerWidth||B+D.width>I.right){let K=A.left-D.width-F;B=(K<0?F:K)+window.pageXOffset}L.style.left=`${B+window.pageXOffset}px`;let Z=A.top;if(Z+D.height>window.innerHeight){let K=A.bottom-D.height;Z=K<0?F:K}L.style.top=`${Z}px`}},[e,s,l,p]),st(()=>{function w(L){s.current!=null&&e.current!=null&&n5(L.target)&&!s.current.contains(L.target)&&!e.current.contains(L.target)&&n(!1)}return window.addEventListener("click",w),()=>window.removeEventListener("click",w)},[n,e]);let g=ce(()=>{l.update(()=>{if(i.isAttached()){let w=Ae(i),L=Mn(w,l.getElementByKey(w.getKey()));if(L===null)throw new Error("Expected to find tableElement in DOM");let E=$n(L);E!==null&&E.$clearHighlight(),w.markDirty(),d(i.getLatest())}e5(null)})},[l,i]),k=()=>{l.update(()=>{let w=To();if(!Ft(w))return;let E=w.getNodes().filter(pa),I=Kh(E);I&&(i5(I),o())})},N=()=>{l.update(()=>{Jh()})},R=ce(w=>{l.update(()=>{for(let L=0;L<c.rows;L++)zh(w);o()})},[l,o,c.rows]),T=ce(w=>{l.update(()=>{for(let L=0;L<c.columns;L++)Wh(w);o()})},[l,o,c.columns]),C=ce(()=>{l.update(()=>{Hh(),o()})},[l,o]),x=ce(()=>{l.update(()=>{Ae(i).remove(),g(),o()})},[l,i,g,o]),b=ce(()=>{l.update(()=>{jh(),o()})},[l,o]),_=ce(()=>{l.update(()=>{let w=Ae(i),L=Vh(i),[E]=ua(w,null,null),I=new Set,A=i.getHeaderStyles()^$e.ROW;if(E[L])for(let D=0;D<E[L].length;D++){let F=E[L][D];F?.cell&&(I.has(F.cell)||(I.add(F.cell),F.cell.setHeaderStyles(A,$e.ROW)))}g(),o()})},[l,i,g,o]),M=ce(()=>{l.update(()=>{let w=Ae(i),L=Gh(i),[E]=ua(w,null,null),I=new Set,A=i.getHeaderStyles()^$e.COLUMN;if(E)for(let D=0;D<E.length;D++){let F=E?.[D]?.[L];F?.cell&&(I.has(F.cell)||(I.add(F.cell),F.cell.setHeaderStyles(A,$e.COLUMN)))}g(),o()})},[l,i,g,o]),v=ce(()=>{l.update(()=>{if(i.isAttached()){let w=Ae(i);w&&w.setRowStriping(!w.getRowStriping())}g(),o()})},[l,i,g,o]),y=ce(()=>{l.update(()=>{if(i.isAttached()){let w=Ae(i);w&&w.setFrozenColumns(w.getFrozenColumns()===0?1:0)}g(),o()})},[l,i,g,o]),S=null;return t&&(a?S=P("button",{className:"item","data-test-id":"table-merge-cells",onClick:()=>k(),type:"button",children:P("span",{className:"text",children:"Merge cells"})}):f&&(S=P("button",{className:"item","data-test-id":"table-unmerge-cells",onClick:()=>N(),type:"button",children:P("span",{className:"text",children:"Unmerge cells"})}))),ha(ye("div",{className:"table-action-menu-dropdown",onClick:w=>{w.stopPropagation()},ref:s,children:[S?ye(Dn.Fragment,{children:[S,P("hr",{})]}):null,P("button",{className:"item","data-test-id":"table-row-striping",onClick:()=>v(),type:"button",children:P("span",{className:"text",children:"Toggle Row Striping"})}),P("button",{className:"item","data-test-id":"table-freeze-first-column",onClick:()=>y(),type:"button",children:P("span",{className:"text",children:"Toggle First Column Freeze"})}),P("button",{className:"item","data-test-id":"table-insert-row-above",onClick:()=>R(!1),type:"button",children:ye("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," above"]})}),P("button",{className:"item","data-test-id":"table-insert-row-below",onClick:()=>R(!0),type:"button",children:ye("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," below"]})}),P("hr",{}),P("button",{className:"item","data-test-id":"table-insert-column-before",onClick:()=>T(!1),type:"button",children:ye("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","left"]})}),P("button",{className:"item","data-test-id":"table-insert-column-after",onClick:()=>T(!0),type:"button",children:ye("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","right"]})}),P("hr",{}),P("button",{className:"item","data-test-id":"table-delete-columns",onClick:()=>b(),type:"button",children:P("span",{className:"text",children:"Delete column"})}),P("button",{className:"item","data-test-id":"table-delete-rows",onClick:()=>C(),type:"button",children:P("span",{className:"text",children:"Delete row"})}),P("button",{className:"item","data-test-id":"table-delete",onClick:()=>x(),type:"button",children:P("span",{className:"text",children:"Delete table"})}),P("hr",{}),P("button",{className:"item","data-test-id":"table-row-header",onClick:()=>_(),type:"button",children:ye("span",{className:"text",children:[(i.__headerState&$e.ROW)===$e.ROW?"Remove":"Add"," ","row header"]})}),P("button",{className:"item","data-test-id":"table-column-header",onClick:()=>M(),type:"button",children:ye("span",{className:"text",children:[(i.__headerState&$e.COLUMN)===$e.COLUMN?"Remove":"Add"," ","column header"]})})]}),document.body)}function a5({anchorElem:t,cellMerge:e}){let[o]=fa(),n=_o(null),r=_o(null),[l,s]=at(!1),[i,d]=at(null),c=ce(()=>{let a=n.current,m=To(),f=o5(o._window),h=document.activeElement;function p(){a&&(a.classList.remove("table-cell-action-button-container--active"),a.classList.add("table-cell-action-button-container--inactive")),d(null)}if(m==null||a==null)return p();let g=o.getRootElement(),k=null,N=null;if(An(m)&&g!==null&&f!==null&&g.contains(f.anchorNode)){let T=da(m.anchor.getNode());if(T==null||(N=o.getElementByKey(T.getKey()),N==null||!T.isAttached()))return p();let C=Ae(T),x=Mn(C,o.getElementByKey(C.getKey()));if(x===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");k=$n(x),d(T)}else if(Ft(m)){let T=da(m.anchor.getNode());if(!pa(T))throw new Error("TableSelection anchorNode must be a TableCellNode");let C=Ae(T),x=Mn(C,o.getElementByKey(C.getKey()));if(x===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");k=$n(x),N=o.getElementByKey(T.getKey())}else if(!h)return p();if(k===null||N===null)return p();let R=!k||!k.isSelecting;if(a.classList.toggle("table-cell-action-button-container--active",R),a.classList.toggle("table-cell-action-button-container--inactive",!R),R){let T=N.getBoundingClientRect(),C=t.getBoundingClientRect(),x=T.top-C.top,b=T.right-C.left;a.style.transform=`translate(${b}px, ${x}px)`}},[o,t]);st(()=>{let a,m=()=>{a=void 0,o.getEditorState().read(c)},f=()=>(a===void 0&&(a=setTimeout(m,0)),!1);return Zh(o.registerUpdateListener(f),o.registerCommand(r5,f,t5),o.registerRootListener((h,p)=>{p&&p.removeEventListener("pointerup",f),h&&(h.addEventListener("pointerup",f),f())}),()=>clearTimeout(a))});let u=_o(i);return st(()=>{u.current!==i&&s(!1),u.current=i},[u,i]),P("div",{className:"table-cell-action-button-container",ref:n,children:i!=null&&ye(Dn.Fragment,{children:[P("button",{className:"table-cell-action-button",onClick:a=>{a.stopPropagation(),s(!l)},ref:r,type:"button",children:P(ca,{})}),l&&P(s5,{cellMerge:e,contextRef:r,onClose:()=>s(!1),setIsMenuOpen:s,tableCellNode:i})]})})}var ga=t=>{let e=Bh(3),{anchorElem:o}=t,n=Ph(),r;return e[0]!==o||e[1]!==n?(r=ha(n?P(a5,{anchorElem:o??document.body,cellMerge:!0}):null,o??document.body),e[0]=o,e[1]=n,e[2]=r):r=e[2],r};import{c as c5}from"react/compiler-runtime";import{jsx as So,jsxs as u5}from"react/jsx-runtime";import{useLexicalComposerContext as d5}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as m5}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as f5,$getTableNodeFromLexicalNodeOrThrow as On,$getTableRowIndexFromTableCellNode as p5,$isTableCellNode as xa,$isTableRowNode as h5,getDOMCellFromTarget as g5,getTableElement as x5,TableNode as Ca}from"@lexical/table";import{calculateZoomLevel as ba,mergeRegister as C5}from"@lexical/utils";import{$getNearestNodeFromDOMNode as Fn,isHTMLElement as b5,SKIP_SCROLL_INTO_VIEW_TAG as ka}from"lexical";import*as Ta from"react";import{useCallback as Bt,useEffect as Bn,useRef as wo,useState as ct}from"react";import{createPortal as k5}from"react-dom";var _5=33,_a=92;function T5({editor:t}){let e=wo(null),o=wo(null),n=wo(null),[r,l]=ct(!1),s=U(),i=wo(null),[d,c]=ct(null),[u,a]=ct(null),[m,f]=ct(!1),[h,p]=ct(null),g=Bt(()=>{a(null),e.current=null,p(null),i.current=null,n.current=null},[]),k=y=>(y.buttons&1)===1;Bn(()=>{let y=new Set;return C5(t.registerMutationListener(Ca,S=>{for(let[w,L]of S)L==="destroyed"?y.delete(w):y.add(w);l(y.size>0)}),t.registerNodeTransform(Ca,S=>{if(S.getColWidths())return S;let w=S.getColumnCount(),L=_a;return S.setColWidths(Array(w).fill(L)),S}))},[t]),Bn(()=>{if(!r)return;let y=E=>{let I=E.target;if(b5(I)){if(h){c({x:E.clientX,y:E.clientY});return}if(f(k(E)),!(o.current&&o.current.contains(I))&&e.current!==I){e.current=I;let A=g5(I);A&&u!==A?t.getEditorState().read(()=>{let D=Fn(A.elem);if(!D)throw new Error("TableCellResizer: Table cell node not found.");let F=On(D),B=x5(F,t.getElementByKey(F.getKey()));if(!B)throw new Error("TableCellResizer: Table element not found.");e.current=I,n.current=B.getBoundingClientRect(),a(A)},{editor:t}):A==null&&g()}}},S=E=>{f(!0)},w=E=>{f(!1)},L=t.registerRootListener((E,I)=>{I?.removeEventListener("mousemove",y),I?.removeEventListener("mousedown",S),I?.removeEventListener("mouseup",w),E?.addEventListener("mousemove",y),E?.addEventListener("mousedown",S),E?.addEventListener("mouseup",w)});return()=>{L()}},[u,h,t,r,g]);let N=y=>y==="bottom",R=Bt(y=>{if(!u)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let S=Fn(u.elem);if(!xa(S))throw new Error("TableCellResizer: Table cell node not found.");let w=On(S),L=p5(S),E=w.getChildren(),A=S.getColSpan()===w.getColumnCount()?L:L+S.getRowSpan()-1;if(A>=E.length||A<0)throw new Error("Expected table cell to be inside of table row.");let D=E[A];if(!h5(D))throw new Error("Expected table row");let F=D.getHeight();if(F===void 0){let Z=D.getChildren();F=Math.min(...Z.map(K=>T(K,t)??1/0))}let B=Math.max(F+y,_5);D.setHeight(B)},{tag:ka})},[u,t]),T=(y,S)=>S.getElementByKey(y.getKey())?.clientHeight,C=(y,S)=>{let w;return S.forEach(L=>{L.forEach((E,I)=>{E.cell===y&&(w=I)})}),w},x=Bt(y=>{if(!u)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let S=Fn(u.elem);if(!xa(S))throw new Error("TableCellResizer: Table cell node not found.");let w=On(S),[L]=f5(w,null,null),E=C(S,L);if(E===void 0)throw new Error("TableCellResizer: Table column not found.");let I=w.getColWidths();if(!I)return;let A=I[E];if(A===void 0)return;let D=[...I],F=Math.max(A+y,_a);D[E]=F,w.setColWidths(D)},{tag:ka})},[u,t]),b=Bt(y=>{let S=w=>{if(w.preventDefault(),w.stopPropagation(),!u)throw new Error("TableCellResizer: Expected active cell.");if(i.current){let{x:L,y:E}=i.current;if(u===null)return;let I=ba(w.target);if(N(y)){let A=(w.clientY-E)/I;R(A)}else{let A=(w.clientX-L)/I;x(A)}g(),document.removeEventListener("mouseup",S)}};return S},[u,g,x,R]),_=Bt(y=>S=>{if(S.preventDefault(),S.stopPropagation(),!u)throw new Error("TableCellResizer: Expected active cell.");i.current={x:S.clientX,y:S.clientY},c(i.current),p(y),document.addEventListener("mouseup",b(y))},[u,b]),[M,v]=ct({bottom:null,left:null,right:null,top:null});return Bn(()=>{if(u){let{height:y,left:S,top:w,width:L}=u.elem.getBoundingClientRect(),E=ba(u.elem),I=10,A={bottom:{backgroundColor:"none",cursor:"row-resize",height:`${I}px`,left:`${window.scrollX+S}px`,top:`${window.scrollY+w+y-I/2}px`,width:`${L}px`},right:{backgroundColor:"none",cursor:"col-resize",height:`${y}px`,left:`${window.scrollX+S+L-I/2}px`,top:`${window.scrollY+w}px`,width:`${I}px`}},D=n.current;h&&d&&D&&(N(h)?(A[h].left=`${window.scrollX+D.left}px`,A[h].top=`${window.scrollY+d.y/E}px`,A[h].height="3px",A[h].width=`${D.width}px`):(A[h].top=`${window.scrollY+D.top}px`,A[h].left=`${window.scrollX+d.x/E}px`,A[h].width="3px",A[h].height=`${D.height}px`),A[h].backgroundColor="#adf"),v(A)}else v({bottom:null,left:null,right:null,top:null})},[u,h,d]),So("div",{ref:o,children:u!=null&&!m&&u5(Ta.Fragment,{children:[So("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:_("right"),style:M.right||void 0}),So("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:_("bottom"),style:M.bottom||void 0})]})})}var wa=()=>{let t=c5(3),[e]=d5(),o=m5(),n;return t[0]!==e||t[1]!==o?(n=o?k5(So(T5,{editor:e}),document.body):null,t[0]=e,t[1]=o,t[2]=n):n=t[2],n};import{c as v5}from"react/compiler-runtime";import{jsx as Pn,jsxs as I5,Fragment as M5}from"react/jsx-runtime";import{useLexicalComposerContext as $5}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Ia}from"@lexical/react/useLexicalEditable";import{$getTableAndElementByKey as A5,$getTableColumnIndexFromTableCellNode as D5,$getTableRowIndexFromTableCellNode as O5,$insertTableColumnAtSelection as F5,$insertTableRowAtSelection as B5,$isTableCellNode as P5,$isTableNode as Na,getTableElement as j5,TableNode as H5}from"@lexical/table";import{$findMatchingParent as U5,mergeRegister as G5}from"@lexical/utils";import{$getNearestNodeFromDOMNode as La,isHTMLElement as V5}from"lexical";import{useEffect as ya,useMemo as W5,useRef as Ra,useState as Eo}from"react";import"react";import{createPortal as z5}from"react-dom";import{c as L5}from"react/compiler-runtime";import{useEffect as y5,useRef as R5}from"react";var w5="Expected a function",S5=Math.max,E5=Math.min;function N5(t,e,o){let n,r,l=0,s,i=!1,d=!1,c,u,a,m=!0;if(typeof t!="function")throw new TypeError(w5);e=e||0,typeof o=="object"&&(i=!!o.leading,d="maxWait"in o,c=d?S5(o.maxWait||0,e):c,m="trailing"in o?!!o.trailing:m);function f(x){let b=n,_=s;return n=s=void 0,l=x,u=t.apply(_,b),u}function h(x){return l=x,a=setTimeout(k,e),i?f(x):u}function p(x){let b=x-r,_=x-l,M=e-b;return d?E5(M,c-_):M}function g(x){let b=x-r,_=x-l;return r===void 0||b>=e||b<0||d&&_>=c}function k(){let x=Date.now();if(g(x))return N(x);a=setTimeout(k,p(x))}function N(x){return a=void 0,m&&n?f(x):(n=s=void 0,u)}function R(){a!==void 0&&clearTimeout(a),l=0,n=r=s=a=void 0}function T(){return a===void 0?u:N(Date.now())}function C(){let x=Date.now(),b=g(x);if(n=arguments,s=this,r=x,b){if(a===void 0)return h(r);if(d)return clearTimeout(a),a=setTimeout(k,e),f(r)}return a===void 0&&(a=setTimeout(k,e)),u}return C.cancel=R,C.flush=T,C}var Sa=N5;function Ea(t,e,o){let n=L5(6),r=R5(null),l,s;n[0]!==t||n[1]!==o||n[2]!==e?(l=()=>(r.current=Sa(t,e,{maxWait:o}),()=>{r.current?.cancel()}),s=[t,e,o],n[0]=t,n[1]=o,n[2]=e,n[3]=l,n[4]=s):(l=n[3],s=n[4]),y5(l,s);let i;return n[5]===Symbol.for("react.memo_cache_sentinel")?(i=(...c)=>{let u=c;r.current&&r.current(...u)},n[5]=i):i=n[5],i}var va=20;function K5({anchorElem:t}){let[e]=$5(),o=Ia(),n=U(),[r,l]=Eo(!1),[s,i]=Eo(!1),[d,c]=Eo(!1),[u,a]=Eo({}),m=Ra(new Set),f=Ra(null),h=Ea(k=>{let{isOutside:N,tableDOMNode:R}=J5(k,n.editorConfig?.lexical);if(N){l(!1),i(!1);return}if(!R)return;f.current=R;let T=null,C=null,x=null;if(e.getEditorState().read(()=>{let A=La(R);if(P5(A)){let D=U5(A,F=>Na(F));if(!Na(D))return;if(x=j5(D,e.getElementByKey(D.getKey())),x){let F=D.getChildrenSize(),B=D.getChildAtIndex(0)?.getChildrenSize(),Z=O5(A),K=D5(A);Z===F-1?T=A:K===B-1&&(C=A)}}},{editor:e}),!x)return;let b=x.parentElement;if(!b)return;let{bottom:_,height:M,left:v,right:y,width:S,y:w}=x.getBoundingClientRect(),L=!1;b&&b.classList.contains("LexicalEditorTheme__tableScrollableWrapper")&&(L=b.scrollWidth>b.clientWidth);let{left:E,y:I}=t.getBoundingClientRect();T?(i(!1),l(!0),a({height:va,left:L&&b?b.offsetLeft:v-E,top:_-I+5,width:L&&b?b.offsetWidth:S})):C&&(i(!0),l(!1),a({height:M,left:y-E+5,top:w-I,width:va}))},50,250),p=W5(()=>new ResizeObserver(()=>{l(!1),i(!1)}),[]);ya(()=>{if(d)return document.addEventListener("mousemove",h),()=>{l(!1),i(!1),document.removeEventListener("mousemove",h)}},[d,h]),ya(()=>G5(e.registerMutationListener(H5,k=>{e.getEditorState().read(()=>{let N=!1;for(let[R,T]of k)switch(T){case"created":{m.current.add(R),N=!0;break}case"destroyed":{m.current.delete(R),N=!0;break}default:break}if(N){p.disconnect();for(let R of m.current){let{tableElement:T}=A5(R);p.observe(T)}c(m.current.size>0)}},{editor:e})},{skipInitialization:!1})),[e,p]);let g=k=>{e.update(()=>{f.current&&(La(f.current)?.selectEnd(),k?(B5(),l(!1)):(F5(),i(!1)))})};return o?I5(M5,{children:[r&&Pn("button",{"aria-label":"Add Row",className:n.editorConfig.lexical.theme.tableAddRows,onClick:()=>g(!0),style:{...u},type:"button"}),s&&Pn("button",{"aria-label":"Add Column",className:n.editorConfig.lexical.theme.tableAddColumns,onClick:()=>g(!1),style:{...u},type:"button"})]}):null}function J5(t,e){let o=t.target;if(V5(o)){let n=o.closest(`td.${e.theme.tableCell}, th.${e.theme.tableCell}`);return{isOutside:!(n||o.closest(`button.${e.theme.tableAddRows}`)||o.closest(`button.${e.theme.tableAddColumns}`)||o.closest(`div.${e.theme.tableCellResizer}`)),tableDOMNode:n}}else return{isOutside:!0,tableDOMNode:null}}function Ma(t){let e=v5(2),{anchorElem:o}=t,n=o===void 0?document.body:o;if(!Ia())return null;let l;return e[0]!==n?(l=z5(Pn(K5,{anchorElem:n}),n),e[0]=n,e[1]=l):l=e[1],l}import{c as X5}from"react/compiler-runtime";import{jsx as jn,jsxs as Z5}from"react/jsx-runtime";import{useLexicalComposerContext as Y5}from"@lexical/react/LexicalComposerContext";import{TablePlugin as q5}from"@lexical/react/LexicalTablePlugin";import{INSERT_TABLE_COMMAND as Q5,TableCellNode as eg,TableNode as tg,TableRowNode as og}from"@lexical/table";import{mergeRegister as ng}from"@lexical/utils";import{formatDrawerSlug as rg,useEditDepth as lg}from"@payloadcms/ui";import{$getSelection as ig,$isRangeSelection as sg,COMMAND_PRIORITY_EDITOR as ag,createCommand as cg}from"lexical";import{createContext as ug,use as dg,useEffect as mg,useMemo as fg,useState as pg}from"react";import*as $a from"react";var No=cg("OPEN_EMBED_DRAWER_COMMAND"),Aa=ug({cellEditorConfig:null,cellEditorPlugins:null,set:()=>{}});function Da({children:t}){let[e,o]=pg({cellEditorConfig:null,cellEditorPlugins:null});return jn(Aa,{value:fg(()=>({cellEditorConfig:e.cellEditorConfig,cellEditorPlugins:e.cellEditorPlugins,set:(n,r)=>{o({cellEditorConfig:n,cellEditorPlugins:r})}}),[e.cellEditorConfig,e.cellEditorPlugins]),children:t})}var Oa=()=>{let t=X5(16),[e]=Y5(),o=dg(Aa),n=lg(),{fieldProps:r,uuid:l}=U(),{schemaPath:s}=r,i="lexical-table-create-"+l,d;t[0]!==n||t[1]!==i?(d=rg({slug:i,depth:n}),t[0]=n,t[1]=i,t[2]=d):d=t[2];let c=d,{toggleDrawer:u}=xe(c,!0),a;t[3]!==e||t[4]!==u?(a=()=>{if(!e.hasNodes([tg,og,eg]))throw new Error("TablePlugin: TableNode, TableRowNode, or TableCellNode is not registered on editor");return ng(e.registerCommand(No,()=>{let p=null;return e.getEditorState().read(()=>{let g=ig();sg(g)&&(p=g)}),p&&u(),!0},ag))},t[3]=e,t[4]=u,t[5]=a):a=t[5];let m;t[6]!==o||t[7]!==e||t[8]!==u?(m=[o,e,u],t[6]=o,t[7]=e,t[8]=u,t[9]=m):m=t[9],mg(a,m);let f;t[10]!==e?(f=(p,g)=>{!g.columns||!g.rows||e.dispatchCommand(Q5,{columns:String(g.columns),rows:String(g.rows)})},t[10]=e,t[11]=f):f=t[11];let h;return t[12]!==c||t[13]!==s||t[14]!==f?(h=Z5($a.Fragment,{children:[jn(xt,{drawerSlug:c,drawerTitle:"Create Table",featureKey:"experimental_table",handleDrawerSubmit:f,schemaPath:s,schemaPathSuffix:"fields"}),jn(q5,{hasCellBackgroundColor:!1,hasCellMerge:!0,hasHorizontalScroll:!0})]}),t[12]=c,t[13]=s,t[14]=f,t[15]=h):h=t[15],h};var Cg=$({markdownTransformers:[ia],nodes:[gg,hg,xg],plugins:[{Component:Oa,position:"normal"},{Component:wa,position:"normal"},{Component:ga,position:"floatingAnchorElem"},{Component:Ma,position:"floatingAnchorElem"}],providers:[Da],slashMenu:{groups:[J([{Icon:Rn,key:"table",keywords:["table"],label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(No,{})}}])]},toolbarFixed:{groups:[ke([{ChildComponent:Rn,key:"table",label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(No,{})}}])]}});import{$isNodeSelection as e2}from"lexical";import{jsx as Fa}from"react/jsx-runtime";import"react";var bg="M16.2041 6.01074C17.2128 6.113 18 6.96435 18 8V16L17.9893 16.2041C17.8938 17.1457 17.1457 17.8938 16.2041 17.9893L16 18H8C6.96435 18 6.113 17.2128 6.01074 16.2041L6 16V8C6 6.89543 6.89543 6 8 6H16L16.2041 6.01074ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16V8C17 7.44772 16.5523 7 16 7H8ZM9.72461 11.582C9.91869 11.4539 10.1827 11.4756 10.3535 11.6465L13.8535 15.1465C14.0488 15.3417 14.0488 15.6583 13.8535 15.8535C13.6583 16.0488 13.3417 16.0488 13.1465 15.8535L10 12.707L8.85352 13.8535C8.65825 14.0488 8.34175 14.0488 8.14648 13.8535C7.95122 13.6583 7.95122 13.3417 8.14648 13.1465L9.64648 11.6465L9.72461 11.582ZM14 8C15.1046 8 16 8.89543 16 10C16 11.1046 15.1046 12 14 12C12.8954 12 12 11.1046 12 10C12 8.89543 12.8954 8 14 8ZM14 9C13.4477 9 13 9.44772 13 10C13 10.5523 13.4477 11 14 11C14.5523 11 15 10.5523 15 10C15 9.44772 14.5523 9 14 9Z",Hn=({className:t})=>Fa("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Fa("path",{clipRule:"evenodd",d:bg,fill:"currentColor",fillRule:"evenodd"})});import{jsx as Ua}from"react/jsx-runtime";import Ga from"bson-objectid";import{$applyNodeReplacement as Eg}from"lexical";import*as Va from"react";import kg from"bson-objectid";function Lo(t,e){if(t.hasAttribute("data-lexical-pending-upload-form-id")){let n=t.getAttribute("data-lexical-pending-upload-form-id");if(n!=null)return{node:e({data:{pending:{formID:n,src:t.getAttribute("src")||""}}})}}if(t.hasAttribute("data-lexical-upload-relation-to")&&t.hasAttribute("data-lexical-upload-id")){let n=t.getAttribute("data-lexical-upload-id"),r=t.getAttribute("data-lexical-upload-relation-to");if(n!=null&&r!=null)return{node:e({data:{fields:{},relationTo:r,value:n}})}}return{node:e({data:{pending:{formID:new kg.default().toHexString(),src:t.getAttribute("src")||""}}})}}import{DecoratorBlockNode as _g}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as Tg}from"@lexical/utils";import Pa from"bson-objectid";import{$applyNodeReplacement as wg}from"lexical";var Pt=class extends _g{__data;constructor({data:e,format:o,key:n}){super(o,n),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"upload"}static importDOM(){return{img:e=>({conversion:o=>Lo(o,Ba),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new Pa.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},n=Ba({data:o});return n.setFormat(e.format),n}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return Tg(o,e?.theme?.upload),o}decorate(){return null}exportDOM(){let e=document.createElement("img"),o=this.__data;return o.pending?(e.setAttribute("data-lexical-pending-upload-form-id",String(o?.pending?.formID)),e.setAttribute("src",o?.pending?.src||"")):(e.setAttribute("data-lexical-upload-id",String(o?.value)),e.setAttribute("data-lexical-upload-relation-to",o?.relationTo)),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"upload",version:3}}getData(){return this.getLatest().__data}setData(e){let o=this.getWritable();o.__data=e}updateDOM(){return!1}};function Ba({data:t}){return t?.id||(t.id=new Pa.default().toHexString()),wg(new Pt({data:t}))}import{jsx as ja}from"react/jsx-runtime";import{ShimmerEffect as Sg}from"@payloadcms/ui";var Ha=()=>ja("div",{className:"lexical-upload",children:ja(Sg,{height:"95px",width:"203px"})});var Ng=Va.lazy(()=>import("./component-XIHC3W6W.js").then(t=>({default:t.UploadComponent}))),fe=class extends Pt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{img:e=>({conversion:o=>Lo(o,pe),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new Ga.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},n=pe({data:o});return n.setFormat(e.format),n}decorate(e,o){return this.__data.pending?Ua(Ha,{}):Ua(Ng,{className:o?.theme?.upload??"LexicalEditorTheme__upload",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function pe({data:t}){return t?.id||(t.id=new Ga.default().toHexString()),Eg(new fe({data:t}))}function ut(t){return t instanceof fe}import{c as Ag}from"react/compiler-runtime";import{jsx as Dg}from"react/jsx-runtime";import{useLexicalComposerContext as Og}from"@lexical/react/LexicalComposerContext.js";import{$dfsIterator as tc,$insertNodeToNearestRoot as Vn,mergeRegister as Fg}from"@lexical/utils";import{useBulkUpload as Bg,useEffectEvent as Pg,useModal as jg}from"@payloadcms/ui";import Wn from"bson-objectid";import{$createRangeSelection as Hg,$getPreviousSelection as Za,$getSelection as Ya,$isParagraphNode as zn,$isRangeSelection as qa,$setSelection as Ug,COMMAND_PRIORITY_EDITOR as Gg,COMMAND_PRIORITY_LOW as Qa,createCommand as Vg,DROP_COMMAND as Wg,getDOMSelectionFromTarget as zg,isHTMLElement as ec,PASTE_COMMAND as Kg}from"lexical";import{useEffect as Jg}from"react";import{c as Wa}from"react/compiler-runtime";import{jsx as Un}from"react/jsx-runtime";import{useLexicalComposerContext as za}from"@lexical/react/LexicalComposerContext.js";import{toast as Lg}from"@payloadcms/ui";import{$getNodeByKey as yg,COMMAND_PRIORITY_EDITOR as Ka}from"lexical";import{useEffect as Ja,useState as Rg}from"react";var vg=({editor:t,relationTo:e,replaceNodeKey:o,value:n})=>{o?t.update(()=>{let r=yg(o);r&&r.replace(pe({data:{fields:null,relationTo:e,value:n}}))}):t.dispatchCommand(Gn,{fields:null,relationTo:e,value:n})},Ig=t=>{let e=Wa(13),{enabledCollectionSlugs:o}=t,[n]=za(),[r,l]=Rg(null),s;e[0]!==o?(s={collectionSlugs:o,uploads:!0},e[0]=o,e[1]=s):s=e[1];let{closeListDrawer:i,ListDrawer:d,openListDrawer:c}=$t(s),u,a;e[2]!==n||e[3]!==c?(u=()=>n.registerCommand(Xe,p=>(l(p?.replace?p?.replace.nodeKey:null),c(),!0),Ka),a=[n,c],e[2]=n,e[3]=c,e[4]=u,e[5]=a):(u=e[4],a=e[5]),Ja(u,a);let m;e[6]!==i||e[7]!==n||e[8]!==r?(m=p=>{let{collectionSlug:g,doc:k}=p;i(),vg({editor:n,relationTo:g,replaceNodeKey:r,value:k.id})},e[6]=i,e[7]=n,e[8]=r,e[9]=m):m=e[9];let f=m,h;return e[10]!==d||e[11]!==f?(h=Un(d,{onSelect:f}),e[10]=d,e[11]=f,e[12]=h):h=e[12],h},Mg=()=>{let t=Wa(3),[e]=za(),o,n;return t[0]!==e?(o=()=>e.registerCommand(Xe,$g,Ka),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),Ja(o,n),null},Xa=({enabledCollectionSlugs:t})=>t?.length?Un(Ig,{enabledCollectionSlugs:t}):Un(Mg,{});function $g(){return Lg.error("No upload collections enabled"),!0}function Xg(t){let e=t.target;return!!(ec(e)&&!e.closest("code, span.editor-image")&&ec(e.parentElement)&&e.parentElement.closest("div.ContentEditable__root"))}function Zg(t){let e,o=zg(t.target);if(document.caretRangeFromPoint)e=document.caretRangeFromPoint(t.clientX,t.clientY);else if(t.rangeParent&&o!==null)o.collapse(t.rangeParent,t.rangeOffset||0),e=o.getRangeAt(0);else throw Error("Cannot get the selection when dragging");return e}var Gn=Vg("INSERT_UPLOAD_COMMAND"),oc=t=>{let e=Ag(21),{clientProps:o}=t,[n]=Og(),r=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==r||e[1]!==l?(s={collectionSlugsBlacklist:r,collectionSlugsWhitelist:l,uploads:!0},e[0]=r,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=fo(s),{drawerSlug:d,setCollectionSlug:c,setInitialForms:u,setOnCancel:a,setOnSuccess:m,setSelectableCollections:f}=Bg(),{isModalOpen:h,openModal:p}=jg(),g;e[3]!==d||e[4]!==n||e[5]!==i||e[6]!==h||e[7]!==p||e[8]!==c||e[9]!==u||e[10]!==a||e[11]!==m||e[12]!==f?(g=C=>{let{files:x}=C;if(x?.length!==0&&(u(b=>[...b??[],...x.map(Yg)]),!h(d))){if(!i.length||!i[0])return;c(i[0]),f(i),a(()=>{n.update(qg)}),m(b=>{let _=new Map(b.map(Qg));n.update(()=>{for(let M of tc()){let v=M.node;if(ut(v)){let y=v.getData();if(y?.pending){let S=_.get(y.pending?.formID);S&&v.replace(pe({data:{id:new Wn.default().toHexString(),fields:{},relationTo:S.collectionSlug,value:S.doc.id}}))}}}})}),p(d)}},e[3]=d,e[4]=n,e[5]=i,e[6]=h,e[7]=p,e[8]=c,e[9]=u,e[10]=a,e[11]=m,e[12]=f,e[13]=g):g=e[13];let k=Pg(g),N;e[14]!==n||e[15]!==k?(N=()=>{if(!n.hasNodes([fe]))throw new Error("UploadPlugin: UploadNode not registered on editor");return Fg(n.registerNodeTransform(fe,C=>{let x=C.getData();if(!x?.pending)return;(async function(){let M=null,v=x?.pending?.src,y=x?.pending?.formID;if(v?.startsWith("data:")){let S=v.match(/data:(image\/[a-zA-Z]+);base64,/),w=S?S[1]:"image/png",L=v.replace(/^data:image\/[a-zA-Z]+;base64,/,""),E=atob(L),I=new Array(E.length);for(let F=0;F<E.length;F++)I[F]=E.charCodeAt(F);let A=new Uint8Array(I);M={alt:void 0,file:new File([A],"pasted-image."+w?.split("/",2)[1],{type:w}),formID:y}}else if(v?.startsWith("http")||v?.startsWith("https")){let w=await(await fetch(v)).blob(),L=v.split("/").pop()||"pasted-image"+w.type.split("/",2)[1];M={alt:void 0,file:new File([w],L,{type:w.type}),formID:y}}M&&k({files:[M]})})()}),n.registerCommand(Gn,C=>(n.update(()=>{let x=Ya()||Za();if(qa(x)){let b=pe({data:{id:C.id,fields:C.fields,relationTo:C.relationTo,value:C.value}}),{focus:_}=x,M=_.getNode();Vn(b),zn(M)&&!M.__first&&M.remove()}}),!0),Gg),n.registerCommand(Kg,C=>{if(!(C instanceof ClipboardEvent))return!1;let x=C.clipboardData;if(!x?.types?.length||x?.types?.includes("text/html"))return!1;let b=[];return x?.files?.length&&Array.from(x.files).forEach(_=>{b.push({alt:"",file:_,formID:new Wn.default().toHexString()})}),b.length?(n.update(()=>{let _=Ya()||Za();if(qa(_))for(let M of b){let v=pe({data:{pending:{formID:M.formID,src:URL.createObjectURL(M.file)}}}),{focus:y}=_,S=y.getNode();Vn(v),zn(S)&&!S.__first&&S.remove()}}),k({files:b}),!0):!1},Qa),n.registerCommand(Wg,C=>{if(!(C instanceof DragEvent))return!1;let x=C.dataTransfer;if(!x?.types?.length)return!1;let b=[];return x?.files?.length&&Array.from(x.files).forEach(_=>{b.push({alt:"",file:_,formID:new Wn.default().toHexString()})}),b.length?(C.preventDefault(),C.stopPropagation(),n.update(()=>{if(Xg(C)){let _=Zg(C),M=Hg();_!=null&&M.applyDOMRange(_),Ug(M);for(let v of b){let y=pe({data:{pending:{formID:v.formID,src:URL.createObjectURL(v.file)}}}),{focus:S}=M,w=S.getNode();Vn(y),zn(w)&&!w.__first&&w.remove()}}}),k({files:b}),!0):!1},Qa))},e[14]=n,e[15]=k,e[16]=N):N=e[16];let R;e[17]!==n?(R=[n],e[17]=n,e[18]=R):R=e[18],Jg(N,R);let T;return e[19]!==i?(T=Dg(Xa,{enabledCollectionSlugs:i}),e[19]=i,e[20]=T):T=e[20],T};function Yg(t){return{file:t.file,formID:t.formID}}function qg(){for(let t of tc()){let e=t.node;ut(e)&&e.getData()?.pending&&e.remove()}}function Qg(t){return[t.formID,t]}var t2=$({nodes:[fe],plugins:[{Component:oc,position:"normal"}],slashMenu:{groups:[J([{Icon:Hn,key:"upload",keywords:["upload","image","file","img","picture","photo","media"],label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Xe,{replace:!1})}}])]},toolbarFixed:{groups:[ke([{ChildComponent:Hn,isActive:({selection:t})=>{if(!e2(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return ut(e)},key:"upload",label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Xe,{replace:!1})}}])]}});import{c as n2}from"react/compiler-runtime";import{jsx as yo}from"react/jsx-runtime";import{createElement as r2}from"react";import{ShimmerEffect as l2,useConfig as i2}from"@payloadcms/ui";import{lazy as s2,Suspense as a2,useEffect as c2,useState as u2}from"react";var nc={block:"LexicalEditorTheme__block",blockCursor:"LexicalEditorTheme__blockCursor",characterLimit:"LexicalEditorTheme__characterLimit",code:"LexicalEditorTheme__code",inlineBlock:"LexicalEditorTheme__inlineBlock",heading:{h1:"LexicalEditorTheme__h1",h2:"LexicalEditorTheme__h2",h3:"LexicalEditorTheme__h3",h4:"LexicalEditorTheme__h4",h5:"LexicalEditorTheme__h5",h6:"LexicalEditorTheme__h6"},hr:"LexicalEditorTheme__hr",hrSelected:"LexicalEditorTheme__hrSelected",indent:"LexicalEditorTheme__indent",link:"LexicalEditorTheme__link",list:{checklist:"LexicalEditorTheme__checklist",listitem:"LexicalEditorTheme__listItem",listitemChecked:"LexicalEditorTheme__listItemChecked",listitemUnchecked:"LexicalEditorTheme__listItemUnchecked",nested:{listitem:"LexicalEditorTheme__nestedListItem"},olDepth:["LexicalEditorTheme__ol1","LexicalEditorTheme__ol2","LexicalEditorTheme__ol3","LexicalEditorTheme__ol4","LexicalEditorTheme__ol5"],ul:"LexicalEditorTheme__ul"},ltr:"LexicalEditorTheme__ltr",mark:"LexicalEditorTheme__mark",markOverlap:"LexicalEditorTheme__markOverlap",paragraph:"LexicalEditorTheme__paragraph",placeholder:"LexicalEditorTheme__placeholder",quote:"LexicalEditorTheme__quote",relationship:"LexicalEditorTheme__relationship",rtl:"LexicalEditorTheme__rtl",tab:"LexicalEditorTheme__tabNode",table:"LexicalEditorTheme__table",tableAddColumns:"LexicalEditorTheme__tableAddColumns",tableAddRows:"LexicalEditorTheme__tableAddRows",tableAlignment:{center:"LexicalEditorTheme__tableAlignmentCenter",right:"LexicalEditorTheme__tableAlignmentRight"},tableCell:"LexicalEditorTheme__tableCell",tableCellActionButton:"LexicalEditorTheme__tableCellActionButton",tableCellActionButtonContainer:"LexicalEditorTheme__tableCellActionButtonContainer",tableCellHeader:"LexicalEditorTheme__tableCellHeader",tableCellResizer:"LexicalEditorTheme__tableCellResizer",tableCellSelected:"LexicalEditorTheme__tableCellSelected",tableFrozenColumn:"LexicalEditorTheme__tableFrozenColumn",tableRowStriping:"LexicalEditorTheme__tableRowStriping",tableScrollableWrapper:"LexicalEditorTheme__tableScrollableWrapper",tableSelected:"LexicalEditorTheme__tableSelected",tableSelection:"LexicalEditorTheme__tableSelection",text:{bold:"LexicalEditorTheme__textBold",code:"LexicalEditorTheme__textCode",italic:"LexicalEditorTheme__textItalic",strikethrough:"LexicalEditorTheme__textStrikethrough",subscript:"LexicalEditorTheme__textSubscript",superscript:"LexicalEditorTheme__textSuperscript",underline:"LexicalEditorTheme__textUnderline",underlineStrikethrough:"LexicalEditorTheme__textUnderlineStrikethrough"},upload:"LexicalEditorTheme__upload"};var Kn={namespace:"lexical",theme:nc};function rc({config:t,featureClientImportMap:e,featureClientSchemaMap:o,field:n,schemaPath:r,unSanitizedEditorConfig:l}){let s=new Map;for(let c of l.features){if(!c?.clientFeatureProps?.featureKey||c?.clientFeatureProps?.order===void 0||c?.clientFeatureProps?.order===null)throw new Error("A Feature you have installed does not return the client props as clientFeatureProps. Please make sure to always return those props, even if they are null, as other important props like order and featureKey are later on injected.");s.set(c.clientFeatureProps.featureKey,c)}l.features=l.features.sort((c,u)=>c.clientFeatureProps.order-u.clientFeatureProps.order);let i=new Map,d=0;for(let c of l.features){let u=typeof c.feature=="function"?c.feature({config:t,featureClientImportMap:e,featureClientSchemaMap:o,featureProviderMap:s,field:n,resolvedFeatures:i,schemaPath:r,unSanitizedEditorConfig:l}):c.feature;u.key=c.clientFeatureProps.featureKey,u.order=d,i.set(c.clientFeatureProps.featureKey,u),d++}return i}import{deepMerge as o2}from"payload/shared";var lc=t=>{let e={enabledFeatures:[],enabledFormats:[],markdownTransformers:[],nodes:[],plugins:[],providers:[],slashMenu:{dynamicGroups:[],groups:[]},toolbarFixed:{groups:[]},toolbarInline:{groups:[]}},o={};if(t.forEach(n=>{n.key==="toolbarFixed"&&n.sanitizedClientFeatureProps?.customGroups&&(o={...o,...n.sanitizedClientFeatureProps.customGroups})}),!t?.size)return e;t.forEach(n=>{if(n.providers?.length&&(e.providers=e.providers.concat(n.providers)),n.enableFormats?.length&&e.enabledFormats.push(...n.enableFormats),n.nodes?.length)for(let r of n.nodes)e.nodes.push(r);if(n.plugins?.length&&n.plugins.forEach((r,l)=>{e.plugins?.push({clientProps:n.sanitizedClientFeatureProps,Component:r.Component,key:n.key+l,position:r.position})}),n.toolbarInline?.groups?.length)for(let r of n.toolbarInline.groups){let l=e.toolbarInline.groups.find(s=>s.key===r.key);l?e.toolbarInline.groups=e.toolbarInline.groups.filter(s=>s.key!==r.key):l={...r,items:[]},r?.items?.length&&(l.items=l.items.concat(r.items)),e.toolbarInline?.groups.push(l)}if(n.toolbarFixed?.groups?.length)for(let r of n.toolbarFixed.groups){let l=e.toolbarFixed.groups.find(s=>s.key===r.key);l?e.toolbarFixed.groups=e.toolbarFixed.groups.filter(s=>s.key!==r.key):l={...r,items:[]},r?.items?.length&&(l.items=l.items.concat(r.items)),e.toolbarFixed?.groups.push(l)}if(n.slashMenu?.groups){n.slashMenu.dynamicGroups?.length&&(e.slashMenu.dynamicGroups=e.slashMenu.dynamicGroups.concat(n.slashMenu.dynamicGroups));for(let r of n.slashMenu.groups){let l=e.slashMenu.groups.find(s=>s.key===r.key);l?e.slashMenu.groups=e.slashMenu.groups.filter(s=>s.key!==r.key):l={...r,items:[]},r?.items?.length&&(l.items=l.items.concat(r.items)),e.slashMenu.groups.push(l)}}if(n.markdownTransformers?.length)for(let r of n.markdownTransformers)typeof r=="function"?e.markdownTransformers.push(r({allNodes:e.nodes,allTransformers:e.markdownTransformers})):e.markdownTransformers.push(r);e.enabledFeatures.push(n.key)}),Object.keys(o).length>0&&(e.toolbarFixed.groups=e.toolbarFixed.groups.map(n=>{let r=o[n.key];return r?o2(n,r):n})),e.toolbarInline.groups.sort((n,r)=>n.order&&r.order?n.order-r.order:n.order?-1:r.order?1:0),e.toolbarFixed.groups.sort((n,r)=>n.order&&r.order?n.order-r.order:n.order?-1:r.order?1:0);for(let n of e.toolbarInline.groups)n.items.sort((r,l)=>r.order&&l.order?r.order-l.order:r.order?-1:l.order?1:0);for(let n of e.toolbarFixed.groups)n.items.sort((r,l)=>r.order&&l.order?r.order-l.order:r.order?-1:l.order?1:0);return e};function Jn(t,e,o,n){return{admin:o,features:lc(t),lexical:e,resolvedFeatureMap:t,view:n}}var d2=s2(()=>import("./Field-NXLXFFLW.js").then(t=>({default:t.RichText}))),m2=t=>yo(Do,{inheritable:!0,views:t.views,children:yo(f2,{...t})}),f2=t=>{let e=n2(23),{admin:o,clientFeatures:n,featureClientImportMap:r,featureClientSchemaMap:l,field:s,lexicalEditorConfig:i,schemaPath:d,views:c}=t,u;e[0]!==o?(u=o===void 0?{}:o,e[0]=o,e[1]=u):u=e[1];let a=u,m;e[2]!==r?(m=r===void 0?{}:r,e[2]=r,e[3]=m):m=e[3];let f=m,h=i===void 0?Kn:i,{currentView:p}=Oo(),g=c?.[p]?.admin??a,k=c?.[p]?.lexical,N;e[4]!==h||e[5]!==k?(N=typeof k=="function"?k(h):k??h,e[4]=h,e[5]=k,e[6]=N):N=e[6];let R=N,{config:T}=i2(),[C,x]=u2(null),b,_;e[7]!==n||e[8]!==T||e[9]!==p||e[10]!==g||e[11]!==R||e[12]!==f||e[13]!==l||e[14]!==s||e[15]!==C||e[16]!==d||e[17]!==c?(b=()=>{if(C&&C.view===p)return;let v=c?.[p],y=v?.filterFeatures?v.filterFeatures(n):n,S=[];for(let L of Object.values(y))L.clientFeatureProvider&&S.push(L.clientFeatureProvider(L.clientFeatureProps));let w=rc({config:T,featureClientImportMap:f,featureClientSchemaMap:l,field:s,schemaPath:d??s.name,unSanitizedEditorConfig:{features:S,lexical:R}});x(Jn(w,R,g,p))},_=[g,n,T,f,l,s,C,R,d,p,c],e[7]=n,e[8]=T,e[9]=p,e[10]=g,e[11]=R,e[12]=f,e[13]=l,e[14]=s,e[15]=C,e[16]=d,e[17]=c,e[18]=b,e[19]=_):(b=e[18],_=e[19]),c2(b,_);let M;return e[20]!==C||e[21]!==t?(M=yo(a2,{fallback:yo(l2,{height:"35vh"}),children:C&&r2(d2,{...t,editorConfig:C,key:C.view})}),e[20]=C,e[21]=t,e[22]=M):M=e[22],M};function p2(t){return t instanceof HTMLElement}function h2(...t){return t.filter(Boolean).join(" ")}var Ro=new WeakMap;function ic(t){let e=t.changedTouches[0];return e===void 0?null:[e.clientX,e.clientY]}function vo(t,e){let o=Ro.get(t);if(o===void 0){let n=new Set,r=s=>{o!==void 0&&(o.start=ic(s))},l=s=>{if(o===void 0)return;let{start:i}=o;if(i===null)return;let d=ic(s);for(let c of n)d!==null&&c([d[0]-i[0],d[1]-i[1]],s)};t.addEventListener("touchstart",r),t.addEventListener("touchend",l),o={handleTouchend:l,handleTouchstart:r,listeners:n,start:null},Ro.set(t,o)}return o.listeners.add(e),()=>{g2(t,e)}}function g2(t,e){let o=Ro.get(t);if(o===void 0)return;let{listeners:n}=o;n.delete(e),n.size===0&&(Ro.delete(t),t.removeEventListener("touchstart",o.handleTouchstart),t.removeEventListener("touchend",o.handleTouchend))}function x2(t,e){return vo(t,(o,n)=>{let[r,l]=o;r<0&&-r>Math.abs(l)&&e(r,n)})}function C2(t,e){return vo(t,(o,n)=>{let[r,l]=o;r>0&&r>Math.abs(l)&&e(r,n)})}function b2(t,e){return vo(t,(o,n)=>{let[r,l]=o;l<0&&-l>Math.abs(r)&&e(r,n)})}function k2(t,e){return vo(t,(o,n)=>{let[r,l]=o;l>0&&l>Math.abs(r)&&e(r,n)})}import{c as _2}from"react/compiler-runtime";import{jsx as T2}from"react/jsx-runtime";import"react";var w2=()=>{let t=_2(2),{EditButton:e}=Ce(),o;return t[0]!==e?(o=e?T2(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as S2}from"react/compiler-runtime";import{jsx as E2}from"react/jsx-runtime";import"react";var N2=()=>{let t=S2(2),{RemoveButton:e}=Ce(),o;return t[0]!==e?(o=e?E2(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as L2}from"react/compiler-runtime";import{jsx as y2}from"react/jsx-runtime";import"react";var R2=()=>{let t=L2(2),{Label:e}=Ce(),o;return t[0]!==e?(o=e?y2(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as v2}from"react/compiler-runtime";import{jsx as I2}from"react/jsx-runtime";import"react";var M2=t=>{let e=v2(3),{children:o}=t,{InlineBlockContainer:n}=Ce(),r;return e[0]!==n||e[1]!==o?(r=n?I2(n,{children:o}):null,e[0]=n,e[1]=o,e[2]=r):r=e[2],r};import{jsx as $2}from"react/jsx-runtime";import"react";var A2=t=>{let{children:e,...o}=t,{BlockCollapsible:n}=ie();return n?$2(n,{...o,children:e}):null};import{c as D2}from"react/compiler-runtime";import{jsx as O2}from"react/jsx-runtime";import"react";var F2=()=>{let t=D2(2),{EditButton:e}=ie(),o;return t[0]!==e?(o=e?O2(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as B2}from"react/compiler-runtime";import{jsx as P2}from"react/jsx-runtime";import"react";var j2=()=>{let t=B2(2),{RemoveButton:e}=ie(),o;return t[0]!==e?(o=e?P2(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{stringify as H2}from"qs-esm";var U2=({apiURL:t,depth:e,draft:o,locale:n})=>async({id:l,collectionSlug:s,select:i})=>{let d=H2({depth:e??0,draft:o??!1,locale:n,select:i},{addQueryPrefix:!0});return await fetch(`${t}/${s}/${l}${d}`,{credentials:"include",headers:{Accept:"application/json","Content-Type":"application/json"},method:"GET"}).then(u=>u.json())};var sc={customEndRegex:{optional:!0,regExp:/[ \t]*```$/},customStartRegex:/^[ \t]*```(\w+)?/,doNotTrimChildren:!0,export:({fields:t})=>!t.code.includes(`
57
+ `,Rs="\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC",Is="A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF",s0=new RegExp("^[^"+Is+"]*["+Rs+"]"),a0=new RegExp("^[^"+Rs+"]*["+Is+"]"),c0={bold:O.IS_BOLD,code:O.IS_CODE,highlight:O.IS_HIGHLIGHT,italic:O.IS_ITALIC,strikethrough:O.IS_STRIKETHROUGH,subscript:O.IS_SUBSCRIPT,superscript:O.IS_SUPERSCRIPT,underline:O.IS_UNDERLINE},u0={directionless:O.IS_DIRECTIONLESS,unmergeable:O.IS_UNMERGEABLE},d0={center:O.IS_ALIGN_CENTER,end:O.IS_ALIGN_END,justify:O.IS_ALIGN_JUSTIFY,left:O.IS_ALIGN_LEFT,right:O.IS_ALIGN_RIGHT,start:O.IS_ALIGN_START},m0={[O.IS_ALIGN_CENTER]:"center",[O.IS_ALIGN_END]:"end",[O.IS_ALIGN_JUSTIFY]:"justify",[O.IS_ALIGN_LEFT]:"left",[O.IS_ALIGN_RIGHT]:"right",[O.IS_ALIGN_START]:"start"},p0={normal:O.IS_NORMAL,segmented:O.IS_SEGMENTED,token:O.IS_TOKEN},f0={[O.IS_NORMAL]:"normal",[O.IS_SEGMENTED]:"segmented",[O.IS_TOKEN]:"token"};var Ms={text:({node:t})=>{let e=t.text;return t.format&O.IS_BOLD&&(e=We("strong",{children:e})),t.format&O.IS_ITALIC&&(e=We("em",{children:e})),t.format&O.IS_STRIKETHROUGH&&(e=We("span",{style:{textDecoration:"line-through"},children:e})),t.format&O.IS_UNDERLINE&&(e=We("span",{style:{textDecoration:"underline"},children:e})),t.format&O.IS_CODE&&(e=We("code",{children:e})),t.format&O.IS_SUBSCRIPT&&(e=We("sub",{children:e})),t.format&O.IS_SUPERSCRIPT&&(e=We("sup",{children:e})),e}};import{jsx as It}from"react/jsx-runtime";var As={upload:({node:t})=>{let e=t;if(typeof e.value!="object")return null;let o=e.value,n=e.fields?.alt||o?.alt||"",r=o.url;if(!o.mimeType.startsWith("image"))return It("a",{href:r,rel:"noopener noreferrer",children:o.filename});if(!o.sizes||!Object.keys(o.sizes).length)return It("img",{alt:n,height:o.height,src:r,width:o.width});let l=[];for(let s in o.sizes){let i=o.sizes[s];if(!i||!i.width||!i.height||!i.mimeType||!i.filesize||!i.filename||!i.url)continue;let u=i?.url;l.push(It("source",{media:`(max-width: ${i.width}px)`,srcSet:u,type:i.mimeType},s))}return l.push(It("img",{alt:n,height:o?.height,src:r,width:o?.width},"image")),It("picture",{children:l})}};var st={...Ls,...Ms,...ws,...ks,...vs,..._s,...Ts,...Ns,...Ss({}),...As,...ys};import{jsx as co,Fragment as h0}from"react/jsx-runtime";import ao from"react";function $s(t){if(!!!t?.root?.children?.length)return!1;let o=!1;if(t?.root?.children?.length===1&&t?.root?.children[0]?.type==="paragraph"){let n=t?.root?.children[0];if(!n?.children||n?.children?.length===0)o=!0;else if(n?.children?.length===1){let r=n?.children[0];r?.type==="text"&&(r?.text?.length||(o=!0))}}return!o}function g0(t){return e=>{let o={...e,isEditor:!1,isJSXConverter:!0};if(t.Component)return t.Component(o);if(t.html){let n=typeof t.html=="function"?t.html(o):t.html;return co("span",{dangerouslySetInnerHTML:{__html:n}})}return null}}function Ds(t){return e=>{if(t.Component){let o={...e,isEditor:!1,isJSXConverter:!0};return t.Component(o)}if(t.Block){let o=e.node,n={childIndex:e.childIndex,converters:e.converters,formData:o.fields??{},isEditor:!1,isJSXConverter:!0,node:o,nodesToJSX:e.nodesToJSX,parent:e.parent};return ao.createElement(t.Block,n)}if(t.html){let o={...e,isEditor:!1,isJSXConverter:!0},n=typeof t.html=="function"?t.html(o):t.html;return co("span",{dangerouslySetInnerHTML:{__html:n}})}return null}}function x0(t){let e={};for(let[o,n]of Object.entries(t)){if(!n||typeof n!="object")continue;if(o==="blocks"){e.blocks={};for(let[l,s]of Object.entries(n)){let i=s;(i.Component||i.Block||i.html)&&(e.blocks[l]=Ds(i))}continue}if(o==="inlineBlocks"){e.inlineBlocks={};for(let[l,s]of Object.entries(n)){let i=s;(i.Component||i.Block||i.html)&&(e.inlineBlocks[l]=Ds(i))}continue}let r=n;(r.Component||r.html)&&(e[o]=g0(r))}return e}function Os({converters:t,data:e,disableIndent:o,disableTextAlign:n,nodeMap:r}){if($s(e)){let l=r?x0(r):void 0,s=l?{...t,...l,blocks:{...t.blocks,...l.blocks},inlineBlocks:{...t.inlineBlocks,...l.inlineBlocks}}:t;return Fs({converters:s,disableIndent:o,disableTextAlign:n,nodes:e.root.children,parent:e.root})}return co(h0,{})}function Fs({converters:t,disableIndent:e,disableTextAlign:o,nodes:n,parent:r}){let l=t.unknown;return n.map((i,u)=>{let d;i.type==="block"?(d=t?.blocks?.[i?.fields?.blockType],!d&&!l&&console.error(`Lexical => JSX converter: Blocks converter: found ${i?.fields?.blockType} block, but no converter is provided`)):i.type==="inlineBlock"?(d=t?.inlineBlocks?.[i?.fields?.blockType],!d&&!l&&console.error(`Lexical => JSX converter: Inline Blocks converter: found ${i?.fields?.blockType} inline block, but no converter is provided`)):d=t[i.type];try{!d&&l&&(d=l);let c;d?c=typeof d=="function"?d({childIndex:u,converters:t,node:i,nodesToJSX:p=>Fs({converters:p.converters??t,disableIndent:p.disableIndent??e,disableTextAlign:p.disableTextAlign??o,nodes:p.nodes,parent:p.parent??{...i,parent:r}}),parent:r}):d:c=co("span",{children:"unknown node"},u);let a={};if(!o&&(!Array.isArray(o)||!o?.includes(i.type))&&"format"in i&&i.format)switch(i.format){case"center":a.textAlign="center";break;case"end":a.textAlign="right";break;case"justify":a.textAlign="justify";break;case"left":break;case"right":a.textAlign="right";break;case"start":a.textAlign="left";break}if(!e&&(!Array.isArray(e)||!e?.includes(i.type))&&"indent"in i&&i.indent&&i.type!=="listitem"&&(a.paddingInlineStart=`${Number(i.indent)*40}px`),ao.isValidElement(c)){if(a.textAlign||a.paddingInlineStart){let m={...a,...c?.props?.style??{}};return ao.cloneElement(c,{key:u,style:m})}return ao.cloneElement(c,{key:u})}return c}catch(c){return console.error("Error converting lexical node to JSX:",c,"node:",i),null}}).filter(Boolean)}function wn({className:t,converters:e,data:o,disableContainer:n,disableIndent:r,disableTextAlign:l,nodeMap:s}){if(!o)return null;let i=e,u={};i?typeof i=="function"?u=i({defaultConverters:st}):u=i:u=st;let d=o&&!Array.isArray(o)&&typeof o=="object"&&"root"in o&&Os({converters:u,data:o,disableIndent:r,disableTextAlign:l,nodeMap:s});return n?Bs(C0,{children:d}):Bs("div",{className:t??"payload-richtext",children:d})}function js(){let t=b0(7),[e]=k0(),o;t[0]!==e?(o=()=>e.getEditorState().toJSON(),t[0]=e,t[1]=o):o=t[1];let[n,r]=T0(o),l,s;t[2]!==e?(l=()=>e.registerUpdateListener(u=>{let{editorState:d}=u;r(d.toJSON())}),s=[e],t[2]=e,t[3]=l,t[4]=s):(l=t[3],s=t[4]),_0(l,s);let i;return t[5]!==n?(i=Ps("div",{className:"debug-jsx-converter",children:Ps(wn,{converters:st,data:n})}),t[5]=n,t[6]=i):i=t[6],i}var w0=A({plugins:[{Component:js,position:"bottom"}]});var H={amber:{50:"oklch(0.987 0.022 95.277)",100:"oklch(0.962 0.059 95.617)",200:"oklch(0.924 0.12 95.746)",300:"oklch(0.879 0.169 91.605)",400:"oklch(0.828 0.189 84.429)",500:"oklch(0.769 0.188 70.08)",600:"oklch(0.666 0.179 58.318)",700:"oklch(0.555 0.163 48.998)",800:"oklch(0.473 0.137 46.201)",900:"oklch(0.414 0.112 45.904)",950:"oklch(0.279 0.077 45.635)"},black:"#000",blue:{50:"oklch(0.97 0.014 254.604)",100:"oklch(0.932 0.032 255.585)",200:"oklch(0.882 0.059 254.128)",300:"oklch(0.809 0.105 251.813)",400:"oklch(0.707 0.165 254.624)",500:"oklch(0.623 0.214 259.815)",600:"oklch(0.546 0.245 262.881)",700:"oklch(0.488 0.243 264.376)",800:"oklch(0.424 0.199 265.638)",900:"oklch(0.379 0.146 265.522)",950:"oklch(0.282 0.091 267.935)"},current:"currentColor",cyan:{50:"oklch(0.984 0.019 200.873)",100:"oklch(0.956 0.045 203.388)",200:"oklch(0.917 0.08 205.041)",300:"oklch(0.865 0.127 207.078)",400:"oklch(0.789 0.154 211.53)",500:"oklch(0.715 0.143 215.221)",600:"oklch(0.609 0.126 221.723)",700:"oklch(0.52 0.105 223.128)",800:"oklch(0.45 0.085 224.283)",900:"oklch(0.398 0.07 227.392)",950:"oklch(0.302 0.056 229.695)"},emerald:{50:"oklch(0.979 0.021 166.113)",100:"oklch(0.95 0.052 163.051)",200:"oklch(0.905 0.093 164.15)",300:"oklch(0.845 0.143 164.978)",400:"oklch(0.765 0.177 163.223)",500:"oklch(0.696 0.17 162.48)",600:"oklch(0.596 0.145 163.225)",700:"oklch(0.508 0.118 165.612)",800:"oklch(0.432 0.095 166.913)",900:"oklch(0.378 0.077 168.94)",950:"oklch(0.262 0.051 172.552)"},fuchsia:{50:"oklch(0.977 0.017 320.058)",100:"oklch(0.952 0.037 318.852)",200:"oklch(0.903 0.076 319.62)",300:"oklch(0.833 0.145 321.434)",400:"oklch(0.74 0.238 322.16)",500:"oklch(0.667 0.295 322.15)",600:"oklch(0.591 0.293 322.896)",700:"oklch(0.518 0.253 323.949)",800:"oklch(0.452 0.211 324.591)",900:"oklch(0.401 0.17 325.612)",950:"oklch(0.293 0.136 325.661)"},gray:{50:"oklch(0.985 0.002 247.839)",100:"oklch(0.967 0.003 264.542)",200:"oklch(0.928 0.006 264.531)",300:"oklch(0.872 0.01 258.338)",400:"oklch(0.707 0.022 261.325)",500:"oklch(0.551 0.027 264.364)",600:"oklch(0.446 0.03 256.802)",700:"oklch(0.373 0.034 259.733)",800:"oklch(0.278 0.033 256.848)",900:"oklch(0.21 0.034 264.665)",950:"oklch(0.13 0.028 261.692)"},green:{50:"oklch(0.982 0.018 155.826)",100:"oklch(0.962 0.044 156.743)",200:"oklch(0.925 0.084 155.995)",300:"oklch(0.871 0.15 154.449)",400:"oklch(0.792 0.209 151.711)",500:"oklch(0.723 0.219 149.579)",600:"oklch(0.627 0.194 149.214)",700:"oklch(0.527 0.154 150.069)",800:"oklch(0.448 0.119 151.328)",900:"oklch(0.393 0.095 152.535)",950:"oklch(0.266 0.065 152.934)"},indigo:{50:"oklch(0.962 0.018 272.314)",100:"oklch(0.93 0.034 272.788)",200:"oklch(0.87 0.065 274.039)",300:"oklch(0.785 0.115 274.713)",400:"oklch(0.673 0.182 276.935)",500:"oklch(0.585 0.233 277.117)",600:"oklch(0.511 0.262 276.966)",700:"oklch(0.457 0.24 277.023)",800:"oklch(0.398 0.195 277.366)",900:"oklch(0.359 0.144 278.697)",950:"oklch(0.257 0.09 281.288)"},inherit:"inherit",lime:{50:"oklch(0.986 0.031 120.757)",100:"oklch(0.967 0.067 122.328)",200:"oklch(0.938 0.127 124.321)",300:"oklch(0.897 0.196 126.665)",400:"oklch(0.841 0.238 128.85)",500:"oklch(0.768 0.233 130.85)",600:"oklch(0.648 0.2 131.684)",700:"oklch(0.532 0.157 131.589)",800:"oklch(0.453 0.124 130.933)",900:"oklch(0.405 0.101 131.063)",950:"oklch(0.274 0.072 132.109)"},neutral:{50:"oklch(0.985 0 0)",100:"oklch(0.97 0 0)",200:"oklch(0.922 0 0)",300:"oklch(0.87 0 0)",400:"oklch(0.708 0 0)",500:"oklch(0.556 0 0)",600:"oklch(0.439 0 0)",700:"oklch(0.371 0 0)",800:"oklch(0.269 0 0)",900:"oklch(0.205 0 0)",950:"oklch(0.145 0 0)"},orange:{50:"oklch(0.98 0.016 73.684)",100:"oklch(0.954 0.038 75.164)",200:"oklch(0.901 0.076 70.697)",300:"oklch(0.837 0.128 66.29)",400:"oklch(0.75 0.183 55.934)",500:"oklch(0.705 0.213 47.604)",600:"oklch(0.646 0.222 41.116)",700:"oklch(0.553 0.195 38.402)",800:"oklch(0.47 0.157 37.304)",900:"oklch(0.408 0.123 38.172)",950:"oklch(0.266 0.079 36.259)"},pink:{50:"oklch(0.971 0.014 343.198)",100:"oklch(0.948 0.028 342.258)",200:"oklch(0.899 0.061 343.231)",300:"oklch(0.823 0.12 346.018)",400:"oklch(0.718 0.202 349.761)",500:"oklch(0.656 0.241 354.308)",600:"oklch(0.592 0.249 0.584)",700:"oklch(0.525 0.223 3.958)",800:"oklch(0.459 0.187 3.815)",900:"oklch(0.408 0.153 2.432)",950:"oklch(0.284 0.109 3.907)"},purple:{50:"oklch(0.977 0.014 308.299)",100:"oklch(0.946 0.033 307.174)",200:"oklch(0.902 0.063 306.703)",300:"oklch(0.827 0.119 306.383)",400:"oklch(0.714 0.203 305.504)",500:"oklch(0.627 0.265 303.9)",600:"oklch(0.558 0.288 302.321)",700:"oklch(0.496 0.265 301.924)",800:"oklch(0.438 0.218 303.724)",900:"oklch(0.381 0.176 304.987)",950:"oklch(0.291 0.149 302.717)"},red:{50:"oklch(0.971 0.013 17.38)",100:"oklch(0.936 0.032 17.717)",200:"oklch(0.885 0.062 18.334)",300:"oklch(0.808 0.114 19.571)",400:"oklch(0.704 0.191 22.216)",500:"oklch(0.637 0.237 25.331)",600:"oklch(0.577 0.245 27.325)",700:"oklch(0.505 0.213 27.518)",800:"oklch(0.444 0.177 26.899)",900:"oklch(0.396 0.141 25.723)",950:"oklch(0.258 0.092 26.042)"},rose:{50:"oklch(0.969 0.015 12.422)",100:"oklch(0.941 0.03 12.58)",200:"oklch(0.892 0.058 10.001)",300:"oklch(0.81 0.117 11.638)",400:"oklch(0.712 0.194 13.428)",500:"oklch(0.645 0.246 16.439)",600:"oklch(0.586 0.253 17.585)",700:"oklch(0.514 0.222 16.935)",800:"oklch(0.455 0.188 13.697)",900:"oklch(0.41 0.159 10.272)",950:"oklch(0.271 0.105 12.094)"},sky:{50:"oklch(0.977 0.013 236.62)",100:"oklch(0.951 0.026 236.824)",200:"oklch(0.901 0.058 230.902)",300:"oklch(0.828 0.111 230.318)",400:"oklch(0.746 0.16 232.661)",500:"oklch(0.685 0.169 237.323)",600:"oklch(0.588 0.158 241.966)",700:"oklch(0.5 0.134 242.749)",800:"oklch(0.443 0.11 240.79)",900:"oklch(0.391 0.09 240.876)",950:"oklch(0.293 0.066 243.157)"},slate:{50:"oklch(0.984 0.003 247.858)",100:"oklch(0.968 0.007 247.896)",200:"oklch(0.929 0.013 255.508)",300:"oklch(0.869 0.022 252.894)",400:"oklch(0.704 0.04 256.788)",500:"oklch(0.554 0.046 257.417)",600:"oklch(0.446 0.043 257.281)",700:"oklch(0.372 0.044 257.287)",800:"oklch(0.279 0.041 260.031)",900:"oklch(0.208 0.042 265.755)",950:"oklch(0.129 0.042 264.695)"},stone:{50:"oklch(0.985 0.001 106.423)",100:"oklch(0.97 0.001 106.424)",200:"oklch(0.923 0.003 48.717)",300:"oklch(0.869 0.005 56.366)",400:"oklch(0.709 0.01 56.259)",500:"oklch(0.553 0.013 58.071)",600:"oklch(0.444 0.011 73.639)",700:"oklch(0.374 0.01 67.558)",800:"oklch(0.268 0.007 34.298)",900:"oklch(0.216 0.006 56.043)",950:"oklch(0.147 0.004 49.25)"},teal:{50:"oklch(0.984 0.014 180.72)",100:"oklch(0.953 0.051 180.801)",200:"oklch(0.91 0.096 180.426)",300:"oklch(0.855 0.138 181.071)",400:"oklch(0.777 0.152 181.912)",500:"oklch(0.704 0.14 182.503)",600:"oklch(0.6 0.118 184.704)",700:"oklch(0.511 0.096 186.391)",800:"oklch(0.437 0.078 188.216)",900:"oklch(0.386 0.063 188.416)",950:"oklch(0.277 0.046 192.524)"},transparent:"transparent",violet:{50:"oklch(0.969 0.016 293.756)",100:"oklch(0.943 0.029 294.588)",200:"oklch(0.894 0.057 293.283)",300:"oklch(0.811 0.111 293.571)",400:"oklch(0.702 0.183 293.541)",500:"oklch(0.606 0.25 292.717)",600:"oklch(0.541 0.281 293.009)",700:"oklch(0.491 0.27 292.581)",800:"oklch(0.432 0.232 292.759)",900:"oklch(0.38 0.189 293.745)",950:"oklch(0.283 0.141 291.089)"},white:"#fff",yellow:{50:"oklch(0.987 0.026 102.212)",100:"oklch(0.973 0.071 103.193)",200:"oklch(0.945 0.129 101.54)",300:"oklch(0.905 0.182 98.111)",400:"oklch(0.852 0.199 91.936)",500:"oklch(0.795 0.184 86.047)",600:"oklch(0.681 0.162 75.834)",700:"oklch(0.554 0.135 66.442)",800:"oklch(0.476 0.114 61.907)",900:"oklch(0.421 0.095 57.708)",950:"oklch(0.286 0.066 53.813)"},zinc:{50:"oklch(0.985 0 0)",100:"oklch(0.967 0.001 286.375)",200:"oklch(0.92 0.004 286.32)",300:"oklch(0.871 0.006 286.286)",400:"oklch(0.705 0.015 286.067)",500:"oklch(0.552 0.016 285.938)",600:"oklch(0.442 0.017 285.786)",700:"oklch(0.37 0.013 285.805)",800:"oklch(0.274 0.006 286.033)",900:"oklch(0.21 0.006 285.885)",950:"oklch(0.141 0.005 285.823)"}},E0={text:{"text-red":{css:{color:`light-dark(${H.red[600]}, ${H.red[400]})`},label:"Red"},"text-orange":{css:{color:`light-dark(${H.orange[600]}, ${H.orange[400]})`},label:"Orange"},"text-yellow":{css:{color:`light-dark(${H.yellow[700]}, ${H.yellow[300]})`},label:"Yellow"},"text-green":{css:{color:`light-dark(${H.green[700]}, ${H.green[400]})`},label:"Green"},"text-blue":{css:{color:`light-dark(${H.blue[600]}, ${H.blue[400]})`},label:"Blue"},"text-purple":{css:{color:`light-dark(${H.purple[600]}, ${H.purple[400]})`},label:"Purple"},"text-pink":{css:{color:`light-dark(${H.pink[600]}, ${H.pink[400]})`},label:"Pink"}},background:{"bg-red":{css:{"background-color":`light-dark(${H.red[400]}, ${H.red[600]})`},label:"Red"},"bg-orange":{css:{"background-color":`light-dark(${H.orange[400]}, ${H.orange[600]})`},label:"Orange"},"bg-yellow":{css:{"background-color":`light-dark(${H.yellow[300]}, ${H.yellow[700]})`},label:"Yellow"},"bg-green":{css:{"background-color":`light-dark(${H.green[400]}, ${H.green[700]})`},label:"Green"},"bg-blue":{css:{"background-color":`light-dark(${H.blue[400]}, ${H.blue[600]})`},label:"Blue"},"bg-purple":{css:{"background-color":`light-dark(${H.purple[400]}, ${H.purple[600]})`},label:"Purple"},"bg-pink":{css:{"background-color":`light-dark(${H.pink[400]}, ${H.pink[600]})`},label:"Pink"}}};import{$isNodeSelection as mh}from"lexical";import{jsx as Hs}from"react/jsx-runtime";import"react";var S0="M9.5 6C9.77614 6 10 6.22386 10 6.5C10 6.77614 9.77614 7 9.5 7H7.5C7.22386 7 7 7.22386 7 7.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V14.5C17 14.2239 17.2239 14 17.5 14C17.7761 14 18 14.2239 18 14.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V7.5C6 6.67157 6.67157 6 7.5 6H9.5ZM17.5 6C17.7761 6 18 6.22386 18 6.5V11.5C18 11.7761 17.7761 12 17.5 12C17.2239 12 17 11.7761 17 11.5V7.70703L12.8535 11.8535C12.6583 12.0488 12.3417 12.0488 12.1465 11.8535C11.9512 11.6583 11.9512 11.3417 12.1465 11.1465L16.293 7H12.5C12.2239 7 12 6.77614 12 6.5C12 6.22386 12.2239 6 12.5 6H17.5Z",En=({className:t})=>Hs("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Hs("path",{d:S0,fill:"currentColor"})});import{jsx as R0}from"react/jsx-runtime";import{$applyNodeReplacement as I0}from"lexical";import*as Us from"react";import{DecoratorBlockNode as N0}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as L0}from"@lexical/utils";import{$applyNodeReplacement as y0}from"lexical";function v0(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:Gs({relationTo:o,value:e})}:null}var Mt=class extends N0{__data;constructor({data:e,format:o,key:n}){super(o,n),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"relationship"}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:v0,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},n=Gs(o);return n.setFormat(e.format),n}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return L0(o,e?.theme?.relationship),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div");e.setAttribute("data-lexical-relationship-id",String(typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value)),e.setAttribute("data-lexical-relationship-relationTo",this.__data?.relationTo);let o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"relationship",version:2}}getData(){return this.getLatest().__data}getTextContent(){return`${this.__data?.relationTo} relation to ${typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value}`}setData(e){let o=this.getWritable();o.__data=e}};function Gs(t){return y0(new Mt({data:t}))}var M0=Us.lazy(()=>import("./RelationshipComponent-YCPAKOL7.js").then(t=>({default:t.RelationshipComponent})));function A0(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:ze({relationTo:o,value:e})}:null}var Ne=class extends Mt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:A0,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},n=ze(o);return n.setFormat(e.format),n}decorate(e,o){return R0(M0,{className:o.theme.relationship??"LexicalEditorTheme__relationship",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function ze(t){return I0(new Ne({data:t}))}function Sn(t){return t instanceof Ne}import{c as eh}from"react/compiler-runtime";import{jsx as th}from"react/jsx-runtime";import{useLexicalComposerContext as oh}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as nh}from"@lexical/utils";import{$getPreviousSelection as rh,$getSelection as lh,$isParagraphNode as ih,$isRangeSelection as sh,COMMAND_PRIORITY_EDITOR as ah,createCommand as ch}from"lexical";import{useEffect as uh}from"react";import{c as zs}from"react/compiler-runtime";import{jsx as Nn}from"react/jsx-runtime";import{useLexicalComposerContext as Ks}from"@lexical/react/LexicalComposerContext.js";import{toast as W0}from"@payloadcms/ui";import{$getNodeByKey as z0,COMMAND_PRIORITY_EDITOR as Js}from"lexical";import{useEffect as Xs,useState as K0}from"react";import{c as $0}from"react/compiler-runtime";import{jsx as D0}from"react/jsx-runtime";import{useLexicalComposerContext as O0}from"@lexical/react/LexicalComposerContext";import{useListDrawer as F0,useModal as B0}from"@payloadcms/ui";import{$getNodeByKey as Vs,$getPreviousSelection as P0,$getRoot as j0,$getSelection as H0,$isRangeSelection as G0,$setSelection as U0}from"lexical";import{useEffect as V0,useState as Ws}from"react";var At=t=>{let e=$0(23),[o]=O0(),[n,r]=Ws(null),[l,s]=Ws(!1),[i,u,d]=F0(t),{closeDrawer:c,drawerSlug:a,isDrawerOpen:m,openDrawer:p}=d,{modalState:h}=B0(),f;e[0]===Symbol.for("react.memo_cache_sentinel")?(f=()=>{let N=H0()??P0();r(N)},e[0]=f):f=e[0];let g=f,_;e[1]!==o||e[2]!==n?(_=()=>{n&&o.update(()=>{if(G0(n)){let{anchor:N,focus:E}=n;Vs(N.key)&&Vs(E.key)&&U0(n.clone())}else j0().selectEnd()},{discrete:!0,skipTransforms:!0})},e[1]=o,e[2]=n,e[3]=_):_=e[3];let L=_,R;e[4]!==c?(R=()=>{c()},e[4]=c,e[5]=R):R=e[5];let b=R,x,C;e[6]!==a||e[7]!==h||e[8]!==L||e[9]!==l?(x=()=>{if(!l)return;let N=h[a];N&&!N?.isOpen&&(s(!1),setTimeout(()=>{L()},1))},C=[h,a,L,l],e[6]=a,e[7]=h,e[8]=L,e[9]=l,e[10]=x,e[11]=C):(x=e[10],C=e[11]),V0(x,C);let k;e[12]!==u?(k=N=>D0(u,{...N,onClick:()=>{g()}}),e[12]=u,e[13]=k):k=e[13];let T;e[14]!==p?(T=()=>{g(),p(),s(!0)},e[14]=p,e[15]=T):T=e[15];let I;return e[16]!==i||e[17]!==b||e[18]!==m||e[19]!==a||e[20]!==k||e[21]!==T?(I={closeListDrawer:b,isListDrawerOpen:m,ListDrawer:i,listDrawerSlug:a,ListDrawerToggler:k,openListDrawer:T},e[16]=i,e[17]=b,e[18]=m,e[19]=a,e[20]=k,e[21]=T,e[22]=I):I=e[22],I};var J0=({editor:t,relationTo:e,replaceNodeKey:o,value:n})=>{o?t.update(()=>{let r=z0(o);r&&r.replace(ze({relationTo:e,value:n}))}):t.dispatchCommand(Ln,{relationTo:e,value:n})},X0=t=>{let e=zs(14),{enabledCollectionSlugs:o}=t,[n]=Ks(),[r,l]=K0(null),s=o?.[0],i;e[0]!==o||e[1]!==s?(i={collectionSlugs:o,selectedCollection:s},e[0]=o,e[1]=s,e[2]=i):i=e[2];let{closeListDrawer:u,ListDrawer:d,openListDrawer:c}=At(i),a,m;e[3]!==n||e[4]!==c?(a=()=>n.registerCommand(qe,g=>(l(g?.replace?g?.replace.nodeKey:null),c(),!0),Js),m=[n,c],e[3]=n,e[4]=c,e[5]=a,e[6]=m):(a=e[5],m=e[6]),Xs(a,m);let p;e[7]!==u||e[8]!==n||e[9]!==r?(p=g=>{let{collectionSlug:_,doc:L}=g;J0({editor:n,relationTo:_,replaceNodeKey:r,value:L.id}),u()},e[7]=u,e[8]=n,e[9]=r,e[10]=p):p=e[10];let h=p,f;return e[11]!==d||e[12]!==h?(f=Nn(d,{onSelect:h}),e[11]=d,e[12]=h,e[13]=f):f=e[13],f},Z0=()=>{let t=zs(3),[e]=Ks(),o,n;return t[0]!==e?(o=()=>e.registerCommand(qe,Y0,Js),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),Xs(o,n),null},Zs=({enabledCollectionSlugs:t})=>t?.length?Nn(X0,{enabledCollectionSlugs:t}):Nn(Z0,{});function Y0(){return W0.error("No relationship collections enabled"),!0}import{useConfig as q0,useEntityVisibility as Q0}from"@payloadcms/ui";import*as qs from"react";var Ys=(t,{disabledCollections:e,enabledCollections:o,uploads:n,visibleSlugs:r})=>{let l=o?.length?new Set(o):null,s=e?.length?new Set(e):null;return t.filter(i=>{let{slug:u,admin:d,upload:c}=i;if(r&&!r.includes(u))return!1;if(n){if(!d?.enableRichTextRelationship||!c)return!1}else if(c||!d?.enableRichTextRelationship)return!1;return!(l&&!l.has(u)||s&&s.has(u))})};var uo=t=>{let{collectionSlugsBlacklist:e,collectionSlugsWhitelist:o,uploads:n=!1}=t||{},{config:{collections:r}}=q0(),{visibleEntities:l}=Q0();return qs.useMemo(()=>{let s=Ys(r,{disabledCollections:e,enabledCollections:o,uploads:n,visibleSlugs:l?.collections});return{enabledCollections:s,enabledCollectionSlugs:s.map(i=>i.slug)}},[r,l,n,o,e])};var Ln=ch("INSERT_RELATIONSHIP_COMMAND"),Qs=t=>{let e=eh(8),{clientProps:o}=t,[n]=oh(),r=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==r||e[1]!==l?(s={collectionSlugsBlacklist:r,collectionSlugsWhitelist:l},e[0]=r,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=uo(s),u,d;e[3]!==n?(u=()=>{if(!n.hasNodes([Ne]))throw new Error("RelationshipPlugin: RelationshipNode not registered on editor");return n.registerCommand(Ln,dh,ah)},d=[n],e[3]=n,e[4]=u,e[5]=d):(u=e[4],d=e[5]),uh(u,d);let c;return e[6]!==i?(c=th(Zs,{enabledCollectionSlugs:i}),e[6]=i,e[7]=c):c=e[7],c};function dh(t){let e=lh()||rh();if(sh(e)){let o=ze(t),{focus:n}=e,r=n.getNode();nh(o),ih(r)&&!r.__first&&r.remove()}return!0}var ph=A({nodes:[Ne],plugins:[{Component:Qs,position:"normal"}],slashMenu:{groups:[X([{Icon:En,key:"relationship",keywords:["relationship","relation","rel"],label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(qe,{replace:!1})}}])]},toolbarFixed:{groups:[_e([{ChildComponent:En,isActive:({selection:t})=>{if(!mh(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Sn(e)},key:"relationship",label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(qe,{replace:!1})}}])]}});import{c as Hh}from"react/compiler-runtime";import{jsx as fe,jsxs as Gh}from"react/jsx-runtime";import{useLexicalComposerContext as Uh}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as ca}from"@lexical/react/useLexicalEditable";import{useScrollInfo as Vh,useThrottledEffect as Wh,useTranslation as zh}from"@payloadcms/ui";import*as ho from"react";import{useMemo as Mn}from"react";import{jsx as fh,jsxs as hh}from"react/jsx-runtime";import{Tooltip as gh,useTranslation as xh}from"@payloadcms/ui";import{$addUpdateTag as Ch}from"lexical";import{useCallback as ea,useEffect as bh,useMemo as ta,useRef as kh,useState as _h}from"react";var yn="toolbar-popup__button",$t=({active:t=!1,children:e,editor:o,enabled:n=!0,item:r})=>{let{i18n:l}=xh(),{fieldProps:{featureClientSchemaMap:s,schemaPath:i}}=U(),[u,d]=_h(!1),c=kh(null);bh(()=>{c.current?.removeAttribute("data-pressing")},[t]);let a=ta(()=>r.label?typeof r.label=="function"?r.label({featureClientSchemaMap:s,i18n:l,schemaPath:i}):r.label:r.key.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/^./,f=>f.toUpperCase()),[s,l,i,r]),m=ta(()=>[yn,n?"":"disabled",t?"active":"",r.key?`${yn}-${r.key}`:""].filter(Boolean).join(" "),[t,n,r.key]),p=ea(()=>{n&&o.focus(()=>{o.update(()=>{Ch("toolbar")}),r.onSelect?.({editor:o,isActive:t})})},[o,r,t,n]),h=ea(f=>{f.preventDefault(),f.currentTarget.setAttribute("data-pressing","")},[]);return hh("button",{"aria-label":a,className:m,"data-button-key":r.key,disabled:!n,onClick:p,onMouseDown:h,onPointerEnter:()=>d(!0),onPointerLeave:()=>{d(!1),c.current?.removeAttribute("data-pressing")},ref:c,type:"button",children:[fh(gh,{className:`${yn}__tooltip`,show:u,children:a}),e]})};import{c as yh}from"react/compiler-runtime";import{jsx as at}from"react/jsx-runtime";import vh,{useMemo as Rh}from"react";import{useTranslation as Ih}from"@payloadcms/ui";import{jsx as Ae,jsxs as oa}from"react/jsx-runtime";import{Button as Th}from"@payloadcms/ui";import{$addUpdateTag as wh,isDOMNode as Eh}from"lexical";import mo,{useCallback as Sh,useEffect as po,useMemo as ra,useRef as vn,useState as Rn}from"react";import{createPortal as Nh}from"react-dom";var na="toolbar-popup__dropdown-item",la=mo.createContext(null);function ia({active:t,children:e,editor:o,enabled:n,Icon:r,item:l,itemKey:s,tooltip:i}){let u=ra(()=>[na,n===!1?"disabled":"",t?"active":"",l?.key?`${na}-${l.key}`:""].filter(Boolean).join(" "),[n,t,l.key]),d=vn(null),c=mo.use(la);if(c===null)throw new Error("DropDownItem must be used within a DropDown");let{registerItem:a}=c;return po(()=>{d?.current!=null&&a(d)},[d,a]),Ae(Th,{"aria-label":i,buttonStyle:"ghost",className:u,disabled:n===!1,extraButtonProps:{"data-item-key":s},icon:r,iconPosition:"left",onClick:()=>{n!==!1&&o.focus(()=>{o.update(()=>{wh("toolbar")}),l.onSelect?.({editor:o,isActive:t})})},onMouseDown:m=>{m.preventDefault()},ref:d,tooltip:i,type:"button",children:e})}function Lh({children:t,dropdownKey:e,dropDownRef:o,itemsContainerClassNames:n,onClose:r}){let[l,s]=Rn(),[i,u]=Rn(),d=Sh(m=>{s(p=>p!=null?[...p,m]:[m])},[s]),c=m=>{if(l==null)return;let{key:p}=m;["ArrowDown","ArrowUp","Escape","Tab"].includes(p)&&m.preventDefault(),p==="Escape"||p==="Tab"?r():p==="ArrowUp"?u(h=>{if(h==null)return l[0];let f=l.indexOf(h)-1;return l[f===-1?l.length-1:f]}):p==="ArrowDown"&&u(h=>h==null?l[0]:l[l.indexOf(h)+1])},a=ra(()=>({registerItem:d}),[d]);return po(()=>{l!=null&&i==null&&u(l[0]),i!=null&&i?.current!=null&&i.current.focus()},[l,i]),Ae(la,{value:a,children:Ae("div",{className:(n??["toolbar-popup__dropdown-items"]).join(" "),"data-dropdown-key":e,"data-theme":"dark",onKeyDown:c,ref:o,children:t})})}function sa({buttonAriaLabel:t,buttonClassName:e,children:o,disabled:n=!1,dropdownKey:r,Icon:l,itemsContainerClassNames:s,label:i,stopCloseOnClickSelf:u}){let d=vn(null),c=vn(null),[a,m]=Rn(!1),p=()=>{m(!1),c?.current!=null&&c.current.focus()};po(()=>{let f=c.current,g=d.current;if(a&&f!==null&&g!==null){let{left:_,top:L}=f.getBoundingClientRect(),R=window.scrollY||document.documentElement.scrollTop;g.style.top=`${L+R+f.offsetHeight+5}px`,g.style.left=`${Math.min(_-5,window.innerWidth-g.offsetWidth-20)}px`}},[d,c,a]),po(()=>{let f=c.current;if(f!==null&&a){let g=_=>{let L=_.target;Eh(L)&&(u&&d.current&&d.current.contains(L)||f.contains(L)||m(!1))};return document.addEventListener("click",g),()=>{document.removeEventListener("click",g)}}},[d,c,a,u]);let h=Nh(Ae(Lh,{dropdownKey:r,dropDownRef:d,itemsContainerClassNames:s,onClose:p,children:o}),document.body);return oa(mo.Fragment,{children:[oa("button",{"aria-label":t,className:e+(a?" active":""),"data-dropdown-key":r,disabled:n,onClick:f=>{f.preventDefault(),m(!a)},onMouseDown:f=>{f.preventDefault()},ref:c,type:"button",children:[l&&Ae(l,{}),i&&Ae("span",{className:"toolbar-popup__dropdown-label",children:i}),Ae("i",{className:"toolbar-popup__dropdown-caret"})]}),a&&Ae(mo.Fragment,{children:h})]})}var In="toolbar-popup__dropdown",Mh=t=>{let e=yh(15),{active:o,anchorElem:n,editor:r,enabled:l,iconOnly:s,item:i}=t,{i18n:u}=Ih(),{fieldProps:d}=U(),{featureClientSchemaMap:c,schemaPath:a}=d;if(i.Component){let p;return e[0]!==o||e[1]!==n||e[2]!==r||e[3]!==l||e[4]!==i?(p=i?.Component&&at(i.Component,{active:o,anchorElem:n,editor:r,enabled:l,item:i},i.key),e[0]=o,e[1]=n,e[2]=r,e[3]=l,e[4]=i,e[5]=p):p=e[5],p}let m;if(e[6]!==o||e[7]!==r||e[8]!==l||e[9]!==c||e[10]!==u||e[11]!==s||e[12]!==i||e[13]!==a){let p=i.key,h;i.label&&(p=typeof i.label=="function"?i.label({featureClientSchemaMap:c,i18n:u,schemaPath:a}):i.label),p.length>25?h=p.substring(0,25)+"...":h=p,m=at(ia,{active:o,editor:r,enabled:l,Icon:i?.ChildComponent?at(i.ChildComponent,{}):void 0,item:i,itemKey:i.key,tooltip:s?p:void 0,children:at("span",{className:"text",children:h})},i.key),e[6]=o,e[7]=r,e[8]=l,e[9]=c,e[10]=u,e[11]=s,e[12]=i,e[13]=a,e[14]=m}else m=e[14];return m},Ah=vh.memo(Mh),Dt=({anchorElem:t,classNames:e,editor:o,group:n,groupState:r,Icon:l,itemsContainerClassNames:s,label:i})=>{let{items:u,key:d}=n,c=Rh(()=>u?.length?u.map(a=>at(Ah,{active:r.activeItemKeys.includes(a.key),anchorElem:t,editor:o,enabled:r.enabledItemKeys.includes(a.key),iconOnly:n.iconOnly,item:a},a.key)):null,[u,r.activeItemKeys,r.enabledItemKeys,t,o]);return at(sa,{buttonAriaLabel:`${d} dropdown`,buttonClassName:[In,`${In}-${d}`,...e||[]].filter(Boolean).join(" "),disabled:!r.enabledGroup,dropdownKey:d,Icon:l,itemsContainerClassNames:[`${In}-items`,...s||[]],label:i,children:c},d)};import{mergeRegister as $h}from"@lexical/utils";import{$getSelection as Dh}from"lexical";import{useCallback as Oh,useDeferredValue as Fh,useEffect as Bh,useRef as aa,useState as Ph}from"react";function jh(t){let e=new Map,o=new Map;if(!t?.length)return{groupStates:o,itemStates:e};for(let n of t){let r=[];for(let l of n.items)e.set(l.key,{active:!1,enabled:!0}),r.push(l.key);o.set(n.key,{activeItemKeys:[],activeItems:[],enabledGroup:!0,enabledItemKeys:r})}return{groupStates:o,itemStates:e}}function fo(t,e){let[o,n]=Ph(()=>jh(e)),r=Fh(o),l=U(),s=aa(l);s.current=l;let i=aa(e);i.current=e;let u=xr(),d=Oh(()=>{t.getEditorState().read(()=>{let c=Dh();if(!c)return;let a=i.current;if(!a?.length)return;let m=s.current,p=new Map,h=new Map;for(let f of a){let g=[],_=[],L=[],R=f.type==="dropdown"?f.maxActiveItems??1:void 0;for(let x of f.items){let C=x.isActive?(!R||g.length<R)&&x.isActive({editor:t,editorConfigContext:m,selection:c}):!1,k=x.isEnabled?x.isEnabled({editor:t,editorConfigContext:m,selection:c}):!0;C&&(g.push(x.key),_.push(x)),k&&L.push(x.key),p.set(x.key,{active:C,enabled:k})}let b=f.type==="dropdown"&&f.isEnabled?f.isEnabled({editor:t,editorConfigContext:m,selection:c}):!0;h.set(f.key,{activeItemKeys:g,activeItems:_,enabledGroup:b,enabledItemKeys:L})}n({groupStates:h,itemStates:p})})},[t]);return Bh(()=>{u(d);let c=()=>{u(d)},a=$h(t.registerUpdateListener(c));return document.addEventListener("mouseup",c),()=>{a(),document.removeEventListener("mouseup",c)}},[t,u,d]),r}function Kh({active:t,anchorElem:e,editor:o,enabled:n,item:r}){return r.Component?r?.Component&&fe(r.Component,{anchorElem:e,editor:o,item:r},r.key):r.ChildComponent?fe($t,{active:t,editor:o,enabled:n,item:r,children:fe(r.ChildComponent,{})},r.key):null}function Jh({anchorElem:t,editor:e,editorConfig:o,group:n,index:r,toolbarStates:l}){let{i18n:s}=zh(),{fieldProps:{featureClientSchemaMap:i,schemaPath:u}}=U(),d=l.groupStates.get(n.key),c=Mn(()=>{if(n.type!=="dropdown")return;let m=d?.activeItems?.[0];return m?m.ChildComponent:n.ChildComponent},[n,d?.activeItems]),a=Mn(()=>{if(n.type!=="dropdown")return;let m=d?.activeItems;if(!m?.length)return;if(m.length>1)return s.t("lexical:general:toolbarItemsActive",{count:m.length});let p=m[0],h=p.key;return p.label&&(h=typeof p.label=="function"?p.label({featureClientSchemaMap:i,i18n:s,schemaPath:u}):p.label),h.length>25&&(h=h.substring(0,25)+"..."),h},[n,d?.activeItems,s,i,u]);return Gh("div",{className:`fixed-toolbar__group fixed-toolbar__group-${n.key}`,"data-toolbar-group-key":n.key,children:[n.type==="dropdown"&&n.items.length&&d?fe(Dt,{anchorElem:t,editor:e,group:n,groupState:d,Icon:c,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:a}):null,n.type==="buttons"&&n.items.length?n.items.map(m=>{let p=l.itemStates.get(m.key);return fe(Kh,{active:p?.active??!1,anchorElem:t,editor:e,enabled:p?.enabled??!0,item:m},m.key)}):null,r<o.features.toolbarFixed?.groups.length-1&&fe("div",{className:"divider"})]},n.key)}function Xh({anchorElem:t,clientProps:e,editor:o,editorConfig:n,parentWithFixedToolbar:r}){let l=ho.useRef(null),s=ca(),{y:i}=Vh(),u=fo(o,n?.features?.toolbarFixed?.groups),d=Mn(()=>{if(!r||e?.disableIfParentHasFixedToolbar)return null;let a=r.editorContainerRef.current.previousElementSibling;for(;a;){if(a.classList.contains("fixed-toolbar"))return a;a=a.previousElementSibling}return null},[e?.disableIfParentHasFixedToolbar,r]);return Wh(()=>{if(!d)return;let c=l.current;if(!c)return;let a=c.getBoundingClientRect(),m=d.getBoundingClientRect();if(!(a.bottom<m.top||a.top>m.bottom))c.classList.remove("fixed-toolbar"),c.classList.add("fixed-toolbar","fixed-toolbar--overlapping"),d.classList.remove("fixed-toolbar"),d.classList.add("fixed-toolbar","fixed-toolbar--hide");else{if(!c.classList.contains("fixed-toolbar--overlapping"))return;c.classList.remove("fixed-toolbar--overlapping"),c.classList.add("fixed-toolbar"),d.classList.remove("fixed-toolbar--hide"),d.classList.add("fixed-toolbar")}},50,[l,d,i]),fe("div",{className:"fixed-toolbar",onFocus:c=>{c.stopPropagation()},ref:l,children:s&&fe(ho.Fragment,{children:n?.features&&n.features?.toolbarFixed?.groups.map((c,a)=>fe(Jh,{anchorElem:t,editor:o,editorConfig:n,group:c,index:a,toolbarStates:u},c.key))})})}var ua=t=>{if(t.parentEditor?.editorConfig){if(t.parentEditor?.editorConfig.resolvedFeatureMap.has("toolbarFixed"))return t.parentEditor;if(t.parentEditor)return ua(t.parentEditor)}return!1},da=t=>{let e=Hh(6),{clientProps:o}=t,[n]=Uh(),r=U();if(!ca())return null;let{editorConfig:s}=r,i=o.applyToFocusedEditor&&r.focusedEditor?.editor||n,u=o.applyToFocusedEditor&&r.focusedEditor?.editorConfig||s,d,c;if(e[0]!==o||e[1]!==i||e[2]!==u||e[3]!==r){c=Symbol.for("react.early_return_sentinel");e:{let a=ua(r);if(o?.disableIfParentHasFixedToolbar&&a){c=null;break e}if(!u?.features?.toolbarFixed?.groups?.length){c=null;break e}d=fe(Xh,{anchorElem:document.body,clientProps:o,editor:i,editorConfig:u,parentWithFixedToolbar:a})}e[0]=o,e[1]=i,e[2]=u,e[3]=r,e[4]=d,e[5]=c}else d=e[4],c=e[5];return c!==Symbol.for("react.early_return_sentinel")?c:d};var Zh=A({plugins:[{Component:da,position:"aboveContainer"}]});import{c as Yh}from"react/compiler-runtime";import{jsx as Le,jsxs as fa}from"react/jsx-runtime";import{useLexicalComposerContext as qh}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as Qh}from"@lexical/react/useLexicalEditable";import{mergeRegister as ha}from"@lexical/utils";import{$getSelection as ga,$isRangeSelection as ma,$isTextNode as e5,COMMAND_PRIORITY_LOW as t5,getDOMSelection as xa,SELECTION_CHANGE_COMMAND as o5}from"lexical";import{useCallback as xo,useEffect as Ot,useMemo as n5,useRef as pa,useState as r5}from"react";import"react";import{createPortal as l5}from"react-dom";function An(t,e){let o=t.getRangeAt(0),n;if(t.anchorNode===e){let r=e;for(;r.firstElementChild!=null;)r=r.firstElementChild;n=r.getBoundingClientRect()}else n=o.getBoundingClientRect();return n}function go(t){let{alwaysDisplayOnTop:e=!1,anchorElem:o,anchorFlippedOffset:n=0,floatingElem:r,horizontalOffset:l=32,horizontalPosition:s="left",specialHandlingForCaret:i=!1,targetRect:u,verticalGap:d=10}=t,c=o.parentElement;if(u===null||c==null){r.style.opacity="0",r.style.transform="translate(-10000px, -10000px)";return}let a=r.getBoundingClientRect(),m=o.getBoundingClientRect(),p=c.getBoundingClientRect(),h=u.top-a.height-d,f=u.left-l;s==="center"&&(f=u.left+u.width/2-a.width/2);let g=0;return!e&&h<p.top&&!i&&(g=a.height+u.height+d*2,h+=g),s==="center"?f+a.width>p.right?f=p.right-a.width-l:f<p.left&&(f=p.left+l):f+a.width>p.right&&(f=p.right-a.width-l),f-=m.left,r.style.opacity="1",i&&n!==0?(h-=m.bottom-n+a.height-3,r.style.transform=`translate(${f}px, ${h}px) rotate(180deg)`):(h-=m.top,r.style.transform=`translate(${f}px, ${h}px)`),g}function i5({active:t,anchorElem:e,editor:o,enabled:n,item:r}){return r.Component?r?.Component&&Le(r.Component,{anchorElem:e,editor:o,item:r},r.key):r.ChildComponent?Le($t,{active:t,editor:o,enabled:n,item:r,children:Le(r.ChildComponent,{})},r.key):null}function s5({anchorElem:t,editor:e,group:o,index:n,toolbarStates:r}){let{editorConfig:l}=U(),s=r.groupStates.get(o.key),i=n5(()=>o.type!=="dropdown"?void 0:s?.activeItems?.[0]?.ChildComponent??o.ChildComponent,[o,s?.activeItems]);return fa("div",{className:`inline-toolbar-popup__group inline-toolbar-popup__group-${o.key}`,"data-toolbar-group-key":o.key,children:[o.type==="dropdown"&&o.items.length&&s?Le(Dt,{anchorElem:t,editor:e,group:o,groupState:s,Icon:i}):null,o.type==="buttons"&&o.items.length?o.items.map(u=>{let d=r.itemStates.get(u.key);return Le(i5,{active:d?.active??!1,anchorElem:t,editor:e,enabled:d?.enabled??!0,item:u},u.key)}):null,n<l.features.toolbarInline?.groups.length-1&&Le("div",{className:"divider"})]},o.key)}function a5({anchorElem:t,editor:e}){let o=pa(null),n=pa(null),{editorConfig:r}=U(),l=fo(e,r?.features?.toolbarInline?.groups),s=xo(()=>{if(o?.current){let c=o.current.style.opacity==="0",a=o.current.style.pointerEvents==="none";c||(o.current.style.opacity="0"),a||(o.current.style.pointerEvents="none")}},[o]),i=xo(c=>{if(o?.current&&(c.buttons===1||c.buttons===3)){let a=o.current.style.opacity==="0",m=o.current.style.pointerEvents==="none";if(!a||!m){let p=c.clientX,h=c.clientY,f=document.elementFromPoint(p,h);o.current.contains(f)||s()}}},[s]),u=xo(()=>{o?.current&&(o.current.style.opacity!=="1"&&(o.current.style.opacity="1"),o.current.style.pointerEvents!=="auto"&&(o.current.style.pointerEvents="auto"))},[]);Ot(()=>(document.addEventListener("mousemove",i),document.addEventListener("mouseup",u),()=>{document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",u)}),[o,i,u]);let d=xo(()=>{let c=ga(),a=xa(e._window);if(o.current===null)return;let m=t.querySelector(":scope > .link-editor"),p=m!==null&&"style"in m&&m?.style?.opacity==="1",h=e.getRootElement();if(c!==null&&a!==null&&!a.isCollapsed&&h!==null&&h.contains(a.anchorNode)){let f=An(a,h),g=go({alwaysDisplayOnTop:p,anchorElem:t,floatingElem:o.current,horizontalPosition:"center",targetRect:f});n.current&&go({anchorElem:o.current,anchorFlippedOffset:g,floatingElem:n.current,horizontalOffset:5,horizontalPosition:"center",specialHandlingForCaret:!0,targetRect:f,verticalGap:8})}else s()},[e,s,t]);return Ot(()=>{let c=t.parentElement,a=()=>{e.getEditorState().read(()=>{d()})};return window.addEventListener("resize",a),c&&c.addEventListener("scroll",a),()=>{window.removeEventListener("resize",a),c&&c.removeEventListener("scroll",a)}},[e,d,t]),Ot(()=>(e.getEditorState().read(()=>{d()}),ha(e.registerUpdateListener(({editorState:c})=>{c.read(()=>{d()})}),e.registerCommand(o5,()=>(d(),!1),t5))),[e,d]),fa("div",{className:"inline-toolbar-popup",ref:o,children:[Le("div",{className:"caret",ref:n}),r?.features&&r.features?.toolbarInline?.groups.map((c,a)=>Le(s5,{anchorElem:t,editor:e,group:c,index:a,toolbarStates:l},c.key))]})}function c5(t,e){let o=Yh(12),[n,r]=r5(!1),l=Qh(),s;o[0]!==t?(s=()=>{t.getEditorState().read(()=>{if(t.isComposing())return;let p=ga(),h=xa(t._window),f=t.getRootElement();if(h!==null&&(!ma(p)||f===null||!f.contains(h.anchorNode))){r(!1);return}if(!ma(p))return;if(p.getTextContent()!==""){let _=p.getNodes(),L=!1;for(let R of _)if(e5(R)){r(!0),L=!0;break}L||r(!1)}else r(!1);let g=p.getTextContent().replace(/\n/g,"");if(!p.isCollapsed()&&g===""){r(!1);return}})},o[0]=t,o[1]=s):s=o[1];let i=s,u,d;o[2]!==i?(u=()=>(document.addEventListener("selectionchange",i),document.addEventListener("mouseup",i),()=>{document.removeEventListener("selectionchange",i),document.removeEventListener("mouseup",i)}),d=[i],o[2]=i,o[3]=u,o[4]=d):(u=o[3],d=o[4]),Ot(u,d);let c,a;if(o[5]!==t||o[6]!==i?(c=()=>ha(t.registerUpdateListener(()=>{i()}),t.registerRootListener(()=>{t.getRootElement()===null&&r(!1)})),a=[t,i],o[5]=t,o[6]=i,o[7]=c,o[8]=a):(c=o[7],a=o[8]),Ot(c,a),!n||!l)return null;let m;return o[9]!==e||o[10]!==t?(m=l5(Le(a5,{anchorElem:e,editor:t}),e),o[9]=e,o[10]=t,o[11]=m):m=o[11],m}var Ca=t=>{let{anchorElem:e}=t,[o]=qh();return c5(o,e)};var u5=A({plugins:[{Component:Ca,position:"floatingAnchorElem"}]});import{TableCellNode as t2,TableNode as o2,TableRowNode as n2}from"@lexical/table";import{jsx as ba}from"react/jsx-runtime";import"react";var d5={16:"M7 4h4.5a.5.5 0 0 1 .5.5V6H7zM6 4H4.5a.5.5 0 0 0-.5.5V6h2zm0 3H4v2h2zm0 3H4v1.5a.5.5 0 0 0 .5.5H6zm1 2h4.5a.5.5 0 0 0 .5-.5V10H7zm0-3V7h5v2zM3 4.5A1.5 1.5 0 0 1 4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5z",24:"M17.204 6.51A2 2 0 0 1 19 8.5V16l-.011.204a2 2 0 0 1-1.785 1.785L17 18H7l-.204-.01a2 2 0 0 1-1.786-1.786L5 16V8.5a2 2 0 0 1 1.796-1.99L7 6.5h10zM6 16a1 1 0 0 0 1 1h2v-2.5H6zm4-1.5V17h7a1 1 0 0 0 .995-.898L18 16v-1.5zm-4-1h3V11H6zm4-2.5v2.5h8V11zM7 7.5a1 1 0 0 0-.995.897L6 8.5V10h3V7.5zm3 2.5h8V8.5a1 1 0 0 0-1-1h-7z"},$n=({className:t,size:e=24})=>ba("svg",{className:["icon",t].filter(Boolean).join(" "),fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:ba("path",{clipRule:"evenodd",d:d5[e],fill:"currentColor",fillRule:"evenodd"})});import{$convertToMarkdownString as m5}from"@lexical/markdown";import{$createTableCellNode as p5,$createTableNode as f5,$createTableRowNode as h5,$isTableCellNode as ka,$isTableNode as Dn,$isTableRowNode as On,TableCellHeaderStates as Co,TableCellNode as g5,TableNode as x5,TableRowNode as C5}from"@lexical/table";import{$isParagraphNode as b5,$isTextNode as k5}from"lexical";var Ta=/^\|(.+)\|\s?$/,_5=/^(\| ?:?-*:? ?)+\|\s?$/,wa=({allTransformers:t})=>({type:"element",dependencies:[x5,C5,g5],export:e=>{if(!Dn(e))return null;let o=[];for(let n of e.getChildren()){let r=[];if(!On(n))continue;let l=!1;for(let s of n.getChildren())ka(s)&&(r.push(m5(t,s).replace(/\n/g,"\\n").trim()),s.__headerState===Co.ROW&&(l=!0));o.push(`| ${r.join(" | ")} |`),l&&o.push(`| ${r.map(s=>"---").join(" | ")} |`)}return o.join(`
58
+ `)},regExp:Ta,replace:(e,o,n)=>{let r=n[0];if(!r)return;if(_5.test(r)){let a=e.getPreviousSibling();if(!a||!Dn(a))return;let m=a.getChildren(),p=m[m.length-1];if(!p||!On(p))return;p.getChildren().forEach(h=>{ka(h)&&h.setHeaderStyles(Co.ROW,Co.ROW)}),e.remove();return}let l=_a(r,t);if(l==null)return;let s=[l],i=e.getPreviousSibling(),u=l.length;for(;i&&!(!b5(i)||i.getChildrenSize()!==1);){let a=i.getFirstChild();if(!k5(a))break;let m=_a(a.getTextContent(),t);if(m==null)break;u=Math.max(u,m.length),s.unshift(m);let p=i.getPreviousSibling();i.remove(),i=p}let d=f5();for(let a of s){let m=h5();d.append(m);for(let p=0;p<u;p++)m.append(p<a.length?a[p]:Ea("",t))}let c=e.getPreviousSibling();Dn(c)&&T5(c)===u?(c.append(...d.getChildren()),e.remove()):e.replace(d),d.selectEnd()}});function T5(t){let e=t.getFirstChild();return On(e)?e.getChildrenSize():0}var Ea=(t,e)=>{t=t.replace(/\\n/g,`
59
+ `);let o=p5(Co.NO_STATUS);return Zt(t,e,o,!1,!0),o},_a=(t,e)=>{let o=t.match(Ta);return!o||!o[1]?null:o[1].split("|").map(n=>Ea(n,e))};import{c as E5}from"react/compiler-runtime";import{jsx as j,jsxs as ye}from"react/jsx-runtime";import{useLexicalComposerContext as Ra}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as S5}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as La,$deleteTableColumnAtSelection as N5,$deleteTableRowAtSelection as L5,$getNodeTriplet as y5,$getTableCellNodeFromLexicalNode as ya,$getTableColumnIndexFromTableCellNode as v5,$getTableNodeFromLexicalNodeOrThrow as De,$getTableRowIndexFromTableCellNode as R5,$insertTableColumnAtSelection as I5,$insertTableRowAtSelection as M5,$isTableCellNode as Ia,$isTableSelection as Ft,$mergeCells as A5,$unmergeCell as $5,getTableElement as Fn,getTableObserverFromTableElement as Bn,TableCellHeaderStates as $e,TableCellNode as D5}from"@lexical/table";import{mergeRegister as O5}from"@lexical/utils";import{useScrollInfo as F5}from"@payloadcms/ui";import{$getSelection as ko,$isElementNode as B5,$isRangeSelection as Pn,$isTextNode as P5,$setSelection as j5,COMMAND_PRIORITY_CRITICAL as H5,getDOMSelection as G5,isDOMNode as U5,SELECTION_CHANGE_COMMAND as V5}from"lexical";import*as jn from"react";import{useCallback as ue,useEffect as ct,useRef as bo,useState as ut}from"react";import{createPortal as Ma}from"react-dom";import{jsx as Sa}from"react/jsx-runtime";import"react";var w5={16:"M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2",24:"M7.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m6 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"},Na=({className:t,size:e=24})=>Sa("svg",{className:t,fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:Sa("path",{clipRule:"evenodd",d:w5[e],fill:"currentColor",fillRule:"evenodd"})});function va(t){let e=t.getShape();return{columns:e.toX-e.fromX+1,rows:e.toY-e.fromY+1}}function W5(){let t=ko();if(Pn(t)&&!t.isCollapsed()||Ft(t)&&!t.anchor.is(t.focus)||!Pn(t)&&!Ft(t))return!1;let[e]=y5(t.anchor);return e.__colSpan>1||e.__rowSpan>1}function z5(t){let e=t.getLastDescendant();P5(e)?e.select():B5(e)?e.selectEnd():e!==null&&e.selectNext()}function K5({cellMerge:t,contextRef:e,onClose:o,setIsMenuOpen:n,tableCellNode:r}){let[l]=Ra(),s=bo(null),[i,u]=ut(r),[d,c]=ut({columns:1,rows:1}),[a,m]=ut(!1),[p,h]=ut(!1),{y:f}=F5();ct(()=>l.registerMutationListener(D5,w=>{w.get(i.getKey())==="updated"&&l.getEditorState().read(()=>{u(i.getLatest())})},{skipInitialization:!0}),[l,i]),ct(()=>{l.getEditorState().read(()=>{let w=ko();if(Ft(w)){let v=va(w);c(va(w)),m(v.columns>1||v.rows>1)}h(W5())})},[l]),ct(()=>{let w=e.current,v=s.current,y=l.getRootElement();if(w!=null&&v!=null&&y!=null){let M=y.getBoundingClientRect(),$=w.getBoundingClientRect();v.style.opacity="1";let D=v.getBoundingClientRect(),F=5,B=$.right+F;if(B+D.width>window.innerWidth||B+D.width>M.right){let J=$.left-D.width-F;B=(J<0?F:J)+window.pageXOffset}v.style.left=`${B+window.pageXOffset}px`;let Y=$.top;if(Y+D.height>window.innerHeight){let J=$.bottom-D.height;Y=J<0?F:J}v.style.top=`${Y}px`}},[e,s,l,f]),ct(()=>{function w(v){s.current!=null&&e.current!=null&&U5(v.target)&&!s.current.contains(v.target)&&!e.current.contains(v.target)&&n(!1)}return window.addEventListener("click",w),()=>window.removeEventListener("click",w)},[n,e]);let g=ue(()=>{l.update(()=>{if(i.isAttached()){let w=De(i),v=Fn(w,l.getElementByKey(w.getKey()));if(v===null)throw new Error("Expected to find tableElement in DOM");let y=Bn(v);y!==null&&y.$clearHighlight(),w.markDirty(),u(i.getLatest())}j5(null)})},[l,i]),_=()=>{l.update(()=>{let w=ko();if(!Ft(w))return;let y=w.getNodes().filter(Ia),M=A5(y);M&&(z5(M),o())})},L=()=>{l.update(()=>{$5()})},R=ue(w=>{l.update(()=>{for(let v=0;v<d.rows;v++)M5(w);o()})},[l,o,d.rows]),b=ue(w=>{l.update(()=>{for(let v=0;v<d.columns;v++)I5(w);o()})},[l,o,d.columns]),x=ue(()=>{l.update(()=>{L5(),o()})},[l,o]),C=ue(()=>{l.update(()=>{De(i).remove(),g(),o()})},[l,i,g,o]),k=ue(()=>{l.update(()=>{N5(),o()})},[l,o]),T=ue(()=>{l.update(()=>{let w=De(i),v=R5(i),[y]=La(w,null,null),M=new Set,$=i.getHeaderStyles()^$e.ROW;if(y[v])for(let D=0;D<y[v].length;D++){let F=y[v][D];F?.cell&&(M.has(F.cell)||(M.add(F.cell),F.cell.setHeaderStyles($,$e.ROW)))}g(),o()})},[l,i,g,o]),I=ue(()=>{l.update(()=>{let w=De(i),v=v5(i),[y]=La(w,null,null),M=new Set,$=i.getHeaderStyles()^$e.COLUMN;if(y)for(let D=0;D<y.length;D++){let F=y?.[D]?.[v];F?.cell&&(M.has(F.cell)||(M.add(F.cell),F.cell.setHeaderStyles($,$e.COLUMN)))}g(),o()})},[l,i,g,o]),N=ue(()=>{l.update(()=>{if(i.isAttached()){let w=De(i);w&&w.setRowStriping(!w.getRowStriping())}g(),o()})},[l,i,g,o]),E=ue(()=>{l.update(()=>{if(i.isAttached()){let w=De(i);w&&w.setFrozenColumns(w.getFrozenColumns()===0?1:0)}g(),o()})},[l,i,g,o]),S=null;return t&&(a?S=j("button",{className:"item","data-test-id":"table-merge-cells",onClick:()=>_(),type:"button",children:j("span",{className:"text",children:"Merge cells"})}):p&&(S=j("button",{className:"item","data-test-id":"table-unmerge-cells",onClick:()=>L(),type:"button",children:j("span",{className:"text",children:"Unmerge cells"})}))),Ma(ye("div",{className:"table-action-menu-dropdown",onClick:w=>{w.stopPropagation()},ref:s,children:[S?ye(jn.Fragment,{children:[S,j("hr",{})]}):null,j("button",{className:"item","data-test-id":"table-row-striping",onClick:()=>N(),type:"button",children:j("span",{className:"text",children:"Toggle row striping"})}),j("button",{className:"item","data-test-id":"table-freeze-first-column",onClick:()=>E(),type:"button",children:j("span",{className:"text",children:"Toggle first column freeze"})}),j("button",{className:"item","data-test-id":"table-insert-row-above",onClick:()=>R(!1),type:"button",children:ye("span",{className:"text",children:["Insert ",d.rows===1?"row":`${d.rows} rows`," above"]})}),j("button",{className:"item","data-test-id":"table-insert-row-below",onClick:()=>R(!0),type:"button",children:ye("span",{className:"text",children:["Insert ",d.rows===1?"row":`${d.rows} rows`," below"]})}),j("hr",{}),j("button",{className:"item","data-test-id":"table-insert-column-before",onClick:()=>b(!1),type:"button",children:ye("span",{className:"text",children:["Insert ",d.columns===1?"column":`${d.columns} columns`," ","left"]})}),j("button",{className:"item","data-test-id":"table-insert-column-after",onClick:()=>b(!0),type:"button",children:ye("span",{className:"text",children:["Insert ",d.columns===1?"column":`${d.columns} columns`," ","right"]})}),j("hr",{}),j("button",{className:"item","data-test-id":"table-delete-columns",onClick:()=>k(),type:"button",children:j("span",{className:"text",children:"Delete column"})}),j("button",{className:"item","data-test-id":"table-delete-rows",onClick:()=>x(),type:"button",children:j("span",{className:"text",children:"Delete row"})}),j("button",{className:"item","data-test-id":"table-delete",onClick:()=>C(),type:"button",children:j("span",{className:"text",children:"Delete table"})}),j("hr",{}),j("button",{className:"item","data-test-id":"table-row-header",onClick:()=>T(),type:"button",children:ye("span",{className:"text",children:[(i.__headerState&$e.ROW)===$e.ROW?"Remove":"Add"," ","row header"]})}),j("button",{className:"item","data-test-id":"table-column-header",onClick:()=>I(),type:"button",children:ye("span",{className:"text",children:[(i.__headerState&$e.COLUMN)===$e.COLUMN?"Remove":"Add"," ","column header"]})})]}),document.body)}function J5({anchorElem:t,cellMerge:e}){let[o]=Ra(),n=bo(null),r=bo(null),[l,s]=ut(!1),[i,u]=ut(null),d=ue(()=>{let a=n.current,m=ko(),p=G5(o._window),h=document.activeElement;function f(){a&&(a.classList.remove("table-cell-action-button-container--active"),a.classList.add("table-cell-action-button-container--inactive")),u(null)}if(m==null||a==null)return f();let g=o.getRootElement(),_=null,L=null;if(Pn(m)&&g!==null&&p!==null&&g.contains(p.anchorNode)){let b=ya(m.anchor.getNode());if(b==null||(L=o.getElementByKey(b.getKey()),L==null||!b.isAttached()))return f();let x=De(b),C=Fn(x,o.getElementByKey(x.getKey()));if(C===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");_=Bn(C),u(b)}else if(Ft(m)){let b=ya(m.anchor.getNode());if(!Ia(b))throw new Error("TableSelection anchorNode must be a TableCellNode");let x=De(b),C=Fn(x,o.getElementByKey(x.getKey()));if(C===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");_=Bn(C),L=o.getElementByKey(b.getKey())}else if(!h)return f();if(_===null||L===null)return f();let R=!_||!_.isSelecting;if(a.classList.toggle("table-cell-action-button-container--active",R),a.classList.toggle("table-cell-action-button-container--inactive",!R),R){let b=L.getBoundingClientRect(),x=t.getBoundingClientRect(),C=b.top-x.top,k=b.right-x.left;a.style.transform=`translate(${k}px, ${C}px)`}},[o,t]);ct(()=>{let a,m=()=>{a=void 0,o.getEditorState().read(d)},p=()=>(a===void 0&&(a=setTimeout(m,0)),!1);return O5(o.registerUpdateListener(p),o.registerCommand(V5,p,H5),o.registerRootListener((h,f)=>{f&&f.removeEventListener("pointerup",p),h&&(h.addEventListener("pointerup",p),p())}),()=>clearTimeout(a))});let c=bo(i);return ct(()=>{c.current!==i&&s(!1),c.current=i},[c,i]),j("div",{className:"table-cell-action-button-container",ref:n,children:i!=null&&ye(jn.Fragment,{children:[j("button",{className:"table-cell-action-button",onClick:a=>{a.stopPropagation(),s(!l)},ref:r,type:"button",children:j(Na,{})}),l&&j(K5,{cellMerge:e,contextRef:r,onClose:()=>s(!1),setIsMenuOpen:s,tableCellNode:i})]})})}var Aa=t=>{let e=E5(3),{anchorElem:o}=t,n=S5(),r;return e[0]!==o||e[1]!==n?(r=Ma(n?j(J5,{anchorElem:o??document.body,cellMerge:!0}):null,o??document.body),e[0]=o,e[1]=n,e[2]=r):r=e[2],r};import{c as X5}from"react/compiler-runtime";import{jsx as To,jsxs as Z5}from"react/jsx-runtime";import{useLexicalComposerContext as Y5}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as q5}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as Q5,$getTableNodeFromLexicalNodeOrThrow as Hn,$getTableRowIndexFromTableCellNode as eg,$isTableCellNode as $a,$isTableRowNode as tg,getDOMCellFromTarget as og,getTableElement as ng,TableNode as Da}from"@lexical/table";import{calculateZoomLevel as Oa,mergeRegister as rg}from"@lexical/utils";import{$getNearestNodeFromDOMNode as Gn,isHTMLElement as lg,SKIP_SCROLL_INTO_VIEW_TAG as Fa}from"lexical";import*as Pa from"react";import{useCallback as Bt,useEffect as Un,useRef as _o,useState as dt}from"react";import{createPortal as ig}from"react-dom";var sg=33,Ba=92;function ag({editor:t}){let e=_o(null),o=_o(null),n=_o(null),[r,l]=dt(!1),s=U(),i=_o(null),[u,d]=dt(null),[c,a]=dt(null),[m,p]=dt(!1),[h,f]=dt(null),g=Bt(()=>{a(null),e.current=null,f(null),i.current=null,n.current=null},[]),_=E=>(E.buttons&1)===1;Un(()=>{let E=new Set;return rg(t.registerMutationListener(Da,S=>{for(let[w,v]of S)v==="destroyed"?E.delete(w):E.add(w);l(E.size>0)}),t.registerNodeTransform(Da,S=>{if(S.getColWidths())return S;let w=S.getColumnCount(),v=Ba;return S.setColWidths(Array(w).fill(v)),S}))},[t]),Un(()=>{if(!r)return;let E=y=>{let M=y.target;if(lg(M)){if(h){d({x:y.clientX,y:y.clientY});return}if(p(_(y)),!(o.current&&o.current.contains(M))&&e.current!==M){e.current=M;let $=og(M);$&&c!==$?t.getEditorState().read(()=>{let D=Gn($.elem);if(!D)throw new Error("TableCellResizer: Table cell node not found.");let F=Hn(D),B=ng(F,t.getElementByKey(F.getKey()));if(!B)throw new Error("TableCellResizer: Table element not found.");e.current=M,n.current=B.getBoundingClientRect(),a($)},{editor:t}):$==null&&g()}}},S=y=>{p(!0)},w=y=>{p(!1)},v=t.registerRootListener((y,M)=>{M?.removeEventListener("mousemove",E),M?.removeEventListener("mousedown",S),M?.removeEventListener("mouseup",w),y?.addEventListener("mousemove",E),y?.addEventListener("mousedown",S),y?.addEventListener("mouseup",w)});return()=>{v()}},[c,h,t,r,g]);let L=E=>E==="bottom",R=Bt(E=>{if(!c)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let S=Gn(c.elem);if(!$a(S))throw new Error("TableCellResizer: Table cell node not found.");let w=Hn(S),v=eg(S),y=w.getChildren(),$=S.getColSpan()===w.getColumnCount()?v:v+S.getRowSpan()-1;if($>=y.length||$<0)throw new Error("Expected table cell to be inside of table row.");let D=y[$];if(!tg(D))throw new Error("Expected table row");let F=D.getHeight();if(F===void 0){let Y=D.getChildren();F=Math.min(...Y.map(J=>b(J,t)??1/0))}let B=Math.max(F+E,sg);D.setHeight(B)},{tag:Fa})},[c,t]),b=(E,S)=>S.getElementByKey(E.getKey())?.clientHeight,x=(E,S)=>{let w;return S.forEach(v=>{v.forEach((y,M)=>{y.cell===E&&(w=M)})}),w},C=Bt(E=>{if(!c)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let S=Gn(c.elem);if(!$a(S))throw new Error("TableCellResizer: Table cell node not found.");let w=Hn(S),[v]=Q5(w,null,null),y=x(S,v);if(y===void 0)throw new Error("TableCellResizer: Table column not found.");let M=w.getColWidths();if(!M)return;let $=M[y];if($===void 0)return;let D=[...M],F=Math.max($+E,Ba);D[y]=F,w.setColWidths(D)},{tag:Fa})},[c,t]),k=Bt(E=>{let S=w=>{if(w.preventDefault(),w.stopPropagation(),!c)throw new Error("TableCellResizer: Expected active cell.");if(i.current){let{x:v,y}=i.current;if(c===null)return;let M=Oa(w.target);if(L(E)){let $=(w.clientY-y)/M;R($)}else{let $=(w.clientX-v)/M;C($)}g(),document.removeEventListener("mouseup",S)}};return S},[c,g,C,R]),T=Bt(E=>S=>{if(S.preventDefault(),S.stopPropagation(),!c)throw new Error("TableCellResizer: Expected active cell.");i.current={x:S.clientX,y:S.clientY},d(i.current),f(E),document.addEventListener("mouseup",k(E))},[c,k]),[I,N]=dt({bottom:null,left:null,right:null,top:null});return Un(()=>{if(c){let{height:E,left:S,top:w,width:v}=c.elem.getBoundingClientRect(),y=Oa(c.elem),M=10,$={bottom:{backgroundColor:"none",cursor:"row-resize",height:`${M}px`,left:`${window.scrollX+S}px`,top:`${window.scrollY+w+E-M/2}px`,width:`${v}px`},right:{backgroundColor:"none",cursor:"col-resize",height:`${E}px`,left:`${window.scrollX+S+v-M/2}px`,top:`${window.scrollY+w}px`,width:`${M}px`}},D=n.current;h&&u&&D&&(L(h)?($[h].left=`${window.scrollX+D.left}px`,$[h].top=`${window.scrollY+u.y/y}px`,$[h].height="3px",$[h].width=`${D.width}px`):($[h].top=`${window.scrollY+D.top}px`,$[h].left=`${window.scrollX+u.x/y}px`,$[h].width="3px",$[h].height=`${D.height}px`),$[h].backgroundColor="#adf"),N($)}else N({bottom:null,left:null,right:null,top:null})},[c,h,u]),To("div",{ref:o,children:c!=null&&!m&&Z5(Pa.Fragment,{children:[To("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:T("right"),style:I.right||void 0}),To("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:T("bottom"),style:I.bottom||void 0})]})})}var ja=()=>{let t=X5(3),[e]=Y5(),o=q5(),n;return t[0]!==e||t[1]!==o?(n=o?ig(To(ag,{editor:e}),document.body):null,t[0]=e,t[1]=o,t[2]=n):n=t[2],n};import{c as gg}from"react/compiler-runtime";import{jsx as Vn,jsxs as xg,Fragment as Cg}from"react/jsx-runtime";import{useLexicalComposerContext as bg}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Ja}from"@lexical/react/useLexicalEditable";import{$getTableAndElementByKey as kg,$getTableColumnIndexFromTableCellNode as _g,$getTableRowIndexFromTableCellNode as Tg,$insertTableColumnAtSelection as wg,$insertTableRowAtSelection as Eg,$isTableCellNode as Sg,$isTableNode as Ua,getTableElement as Ng,TableNode as Lg}from"@lexical/table";import{$findMatchingParent as yg,mergeRegister as vg}from"@lexical/utils";import{$getNearestNodeFromDOMNode as Va,isHTMLElement as Rg}from"lexical";import{useEffect as Wa,useMemo as Ig,useRef as za,useState as wo}from"react";import"react";import{createPortal as Mg}from"react-dom";import{c as pg}from"react/compiler-runtime";import{useEffect as fg,useRef as hg}from"react";var cg="Expected a function",ug=Math.max,dg=Math.min;function mg(t,e,o){let n,r,l=0,s,i=!1,u=!1,d,c,a,m=!0;if(typeof t!="function")throw new TypeError(cg);e=e||0,typeof o=="object"&&(i=!!o.leading,u="maxWait"in o,d=u?ug(o.maxWait||0,e):d,m="trailing"in o?!!o.trailing:m);function p(C){let k=n,T=s;return n=s=void 0,l=C,c=t.apply(T,k),c}function h(C){return l=C,a=setTimeout(_,e),i?p(C):c}function f(C){let k=C-r,T=C-l,I=e-k;return u?dg(I,d-T):I}function g(C){let k=C-r,T=C-l;return r===void 0||k>=e||k<0||u&&T>=d}function _(){let C=Date.now();if(g(C))return L(C);a=setTimeout(_,f(C))}function L(C){return a=void 0,m&&n?p(C):(n=s=void 0,c)}function R(){a!==void 0&&clearTimeout(a),l=0,n=r=s=a=void 0}function b(){return a===void 0?c:L(Date.now())}function x(){let C=Date.now(),k=g(C);if(n=arguments,s=this,r=C,k){if(a===void 0)return h(r);if(u)return clearTimeout(a),a=setTimeout(_,e),p(r)}return a===void 0&&(a=setTimeout(_,e)),c}return x.cancel=R,x.flush=b,x}var Ha=mg;function Ga(t,e,o){let n=pg(6),r=hg(null),l,s;n[0]!==t||n[1]!==o||n[2]!==e?(l=()=>(r.current=Ha(t,e,{maxWait:o}),()=>{r.current?.cancel()}),s=[t,e,o],n[0]=t,n[1]=o,n[2]=e,n[3]=l,n[4]=s):(l=n[3],s=n[4]),fg(l,s);let i;return n[5]===Symbol.for("react.memo_cache_sentinel")?(i=(...d)=>{let c=d;r.current&&r.current(...c)},n[5]=i):i=n[5],i}var Ka=16;function Ag({anchorElem:t}){let[e]=bg(),o=Ja(),n=U(),[r,l]=wo(!1),[s,i]=wo(!1),[u,d]=wo(!1),[c,a]=wo({}),m=za(new Set),p=za(null),h=Ga(_=>{let{isOutside:L,tableDOMNode:R}=$g(_,n.editorConfig?.lexical);if(L){l(!1),i(!1);return}if(!R)return;p.current=R;let b=null,x=null,C=null;if(e.getEditorState().read(()=>{let $=Va(R);if(Sg($)){let D=yg($,F=>Ua(F));if(!Ua(D))return;if(C=Ng(D,e.getElementByKey(D.getKey())),C){let F=D.getChildrenSize(),B=D.getChildAtIndex(0)?.getChildrenSize(),Y=Tg($),J=_g($);Y===F-1?b=$:J===B-1&&(x=$)}}},{editor:e}),!C)return;let k=C.parentElement;if(!k)return;let{bottom:T,height:I,left:N,right:E,width:S,y:w}=C.getBoundingClientRect(),v=!1;k&&k.classList.contains("LexicalEditorTheme__tableScrollableWrapper")&&(v=k.scrollWidth>k.clientWidth);let{left:y,y:M}=t.getBoundingClientRect();b?(i(!1),l(!0),a({height:Ka,left:v&&k?k.offsetLeft:N-y,top:T-M+5,width:v&&k?k.offsetWidth:S})):x&&(i(!0),l(!1),a({height:I,left:E-y+5,top:w-M,width:Ka}))},50,250),f=Ig(()=>new ResizeObserver(()=>{l(!1),i(!1)}),[]);Wa(()=>{if(u)return document.addEventListener("mousemove",h),()=>{l(!1),i(!1),document.removeEventListener("mousemove",h)}},[u,h]),Wa(()=>vg(e.registerMutationListener(Lg,_=>{e.getEditorState().read(()=>{let L=!1;for(let[R,b]of _)switch(b){case"created":{m.current.add(R),L=!0;break}case"destroyed":{m.current.delete(R),L=!0;break}default:break}if(L){f.disconnect();for(let R of m.current){let{tableElement:b}=kg(R);f.observe(b)}d(m.current.size>0)}},{editor:e})},{skipInitialization:!1})),[e,f]);let g=_=>{e.update(()=>{p.current&&(Va(p.current)?.selectEnd(),_?(Eg(),l(!1)):(wg(),i(!1)))})};return o?xg(Cg,{children:[r&&Vn("button",{"aria-label":"Add Row",className:n.editorConfig.lexical.theme.tableAddRows,onClick:()=>g(!0),style:{...c},type:"button"}),s&&Vn("button",{"aria-label":"Add Column",className:n.editorConfig.lexical.theme.tableAddColumns,onClick:()=>g(!1),style:{...c},type:"button"})]}):null}function $g(t,e){let o=t.target;if(Rg(o)){let n=o.closest(`td.${e.theme.tableCell}, th.${e.theme.tableCell}`);return{isOutside:!(n||o.closest(`button.${e.theme.tableAddRows}`)||o.closest(`button.${e.theme.tableAddColumns}`)||o.closest(`div.${e.theme.tableCellResizer}`)),tableDOMNode:n}}else return{isOutside:!0,tableDOMNode:null}}function Xa(t){let e=gg(2),{anchorElem:o}=t,n=o===void 0?document.body:o;if(!Ja())return null;let l;return e[0]!==n?(l=Mg(Vn(Ag,{anchorElem:n}),n),e[0]=n,e[1]=l):l=e[1],l}import{jsx as Kn,jsxs as Bg}from"react/jsx-runtime";import{useLexicalComposerContext as Pg}from"@lexical/react/LexicalComposerContext";import{TablePlugin as jg}from"@lexical/react/LexicalTablePlugin";import{INSERT_TABLE_COMMAND as Hg,TableCellNode as Gg,TableNode as Ug,TableRowNode as Vg}from"@lexical/table";import{mergeRegister as Wg}from"@lexical/utils";import{$getSelection as zg,$isRangeSelection as Kg,$setSelection as Jg,COMMAND_PRIORITY_EDITOR as Xg,createCommand as Zg}from"lexical";import{createContext as Yg,use as qg,useCallback as tc,useEffect as oc,useMemo as Qg,useRef as e2,useState as Eo}from"react";import*as nc from"react";import{jsx as Q,jsxs as ve}from"react/jsx-runtime";import{useCallback as Wn,useEffect as Za,useRef as zn,useState as Pt}from"react";import*as Qa from"react";import{createPortal as Dg}from"react-dom";var Ya=10,qa=7;function Og(){return ve("svg",{fill:"none",height:"12",viewBox:"0 0 12 12",width:"12",xmlns:"http://www.w3.org/2000/svg",children:[Q("rect",{height:"9",rx:"1",stroke:"currentColor",width:"3",x:"1.5",y:"1.5"}),Q("rect",{height:"9",rx:"1",stroke:"currentColor",width:"3",x:"7.5",y:"1.5"})]})}function Fg(){return ve("svg",{fill:"none",height:"12",viewBox:"0 0 12 12",width:"12",xmlns:"http://www.w3.org/2000/svg",children:[Q("rect",{height:"3",rx:"1",stroke:"currentColor",width:"9",x:"1.5",y:"1.5"}),Q("rect",{height:"3",rx:"1",stroke:"currentColor",width:"9",x:"1.5",y:"7.5"})]})}function ec({anchorElem:t,editor:e,isOpen:o,onClose:n,onInsert:r,position:l}){let[s,i]=Pt(0),[u,d]=Pt(0),[c,a]=Pt(""),[m,p]=Pt(""),[h,f]=Pt(null),g=zn(null),_=zn(null),L=zn(null),R=s>0?s:c?parseInt(c,10)||0:5,b=u>0?u:m?parseInt(m,10)||0:5;Za(()=>{o||(i(0),d(0),a(""),p(""),f(null))},[o]),Za(()=>{if(!o)return;let N=E=>{if(E.key==="Escape"&&(E.preventDefault(),E.stopPropagation(),n()),E.key==="Enter"&&h){E.preventDefault();let S=parseInt(c,10),w=parseInt(m,10);S>0&&w>0&&r(S,w)}};return document.addEventListener("keydown",N,!0),()=>document.removeEventListener("keydown",N,!0)},[o,n,r,h,c,m]);let x=Wn((N,E)=>{N>0&&E>0&&r(N,E)},[r]),C=Wn((N,E)=>{i(N),d(E)},[]),k=Wn(()=>{i(0),d(0)},[]);if(!o||!l||!t)return null;let T=[];for(let N=1;N<=qa;N++)for(let E=1;E<=Ya;E++){let S=E<=R&&N<=b,w=E<=s&&N<=u,v="table-grid-popup__cell";S&&w?v+=" table-grid-popup__cell--hover":S&&(v+=" table-grid-popup__cell--selected"),T.push(Q("div",{"aria-label":`${E} columns, ${N} rows`,className:v,onClick:()=>x(E,N),onKeyDown:y=>{(y.key==="Enter"||y.key===" ")&&(y.preventDefault(),x(E,N))},onMouseEnter:()=>C(E,N),role:"button",tabIndex:-1},`${N}-${E}`))}let I=s>0&&u>0;return Dg(ve(Qa.Fragment,{children:[Q("div",{className:"table-grid-popup__backdrop",onClick:n}),Q("div",{className:"table-grid-popup",ref:g,style:{transform:`translate(${l.left}px, ${l.top}px)`},children:ve("div",{className:"table-grid-popup__content",children:[ve("div",{className:"table-grid-popup__header",children:[ve("div",{className:`table-grid-popup__input-group${h==="cols"?" table-grid-popup__input-group--focused":""}`,children:[Q("div",{className:"table-grid-popup__input-icon",children:Q(Og,{})}),Q("input",{"aria-label":"Columns",className:"table-grid-popup__input",min:1,onBlur:()=>f(null),onChange:N=>a(N.target.value),onFocus:()=>f("cols"),placeholder:s>0?String(s):"5",ref:_,type:"number",value:c})]}),Q("span",{className:"table-grid-popup__separator",children:"\xD7"}),ve("div",{className:`table-grid-popup__input-group${h==="rows"?" table-grid-popup__input-group--focused":""}`,children:[Q("div",{className:"table-grid-popup__input-icon",children:Q(Fg,{})}),Q("input",{"aria-label":"Rows",className:"table-grid-popup__input",min:1,onBlur:()=>f(null),onChange:N=>p(N.target.value),onFocus:()=>f("rows"),placeholder:u>0?String(u):"5",ref:L,type:"number",value:m})]})]}),ve("div",{className:"table-grid-popup__grid",onMouseLeave:k,children:[T,I&&ve("div",{className:"table-grid-popup__tooltip",style:{left:`calc(${(s-.5)/Ya*100}%)`,top:`calc(${(u-1)/qa*100}%)`},children:[R," \xD7 ",b]})]})]})})]}),t)}var So=Zg("OPEN_EMBED_DRAWER_COMMAND"),rc=Yg({cellEditorConfig:null,cellEditorPlugins:null,set:()=>{}});function lc({children:t}){let[e,o]=Eo({cellEditorConfig:null,cellEditorPlugins:null});return Kn(rc,{value:Qg(()=>({cellEditorConfig:e.cellEditorConfig,cellEditorPlugins:e.cellEditorPlugins,set:(n,r)=>{o({cellEditorConfig:n,cellEditorPlugins:r})}}),[e.cellEditorConfig,e.cellEditorPlugins]),children:t})}var ic=()=>{let[t]=Pg(),e=qg(rc),[o,n]=Eo(!1),[r,l]=Eo(null),s=e2(null),[i,u]=Eo(null);oc(()=>{let a=t.getRootElement();if(a){let m=a.closest(".editor")??null;u(m??a.parentElement)}},[t]),oc(()=>{if(!t.hasNodes([Ug,Vg,Gg]))throw new Error("TablePlugin: TableNode, TableRowNode, or TableCellNode is not registered on editor");return Wg(t.registerCommand(So,()=>{let a=i;if(!a)return!0;let m=a.getBoundingClientRect(),p=null;t.getEditorState().read(()=>{let f=zg();if(Kg(f)){s.current=f.clone();let g=f.anchor.getNode(),_=t.getElementByKey(g.getKey());if(_){let L=_.getBoundingClientRect();L.height>0&&(p={left:L.left-m.left,top:L.bottom-m.top+8})}}});let h=window.getSelection();if(h&&h.rangeCount>0){let g=h.getRangeAt(0).getBoundingClientRect();g.height>0&&(p={left:g.left-m.left,top:g.bottom-m.top+8})}return p||(p={left:0,top:40}),l(p),n(!0),!0},Xg))},[e,t,i]);let d=tc(()=>{n(!1)},[]),c=tc((a,m)=>{n(!1),t.focus(),t.update(()=>{s.current&&Jg(s.current.clone())},{discrete:!0,skipTransforms:!0}),setTimeout(()=>{t.dispatchCommand(Hg,{columns:String(a),rows:String(m)})},1)},[t]);return Bg(nc.Fragment,{children:[Kn(ec,{anchorElem:i,editor:t,isOpen:o,onClose:d,onInsert:c,position:r}),Kn(jg,{hasCellBackgroundColor:!1,hasCellMerge:!0,hasHorizontalScroll:!0})]})};var r2=A({markdownTransformers:[wa],nodes:[o2,t2,n2],plugins:[{Component:ic,position:"normal"},{Component:ja,position:"normal"},{Component:Aa,position:"floatingAnchorElem"},{Component:Xa,position:"floatingAnchorElem"}],providers:[lc],slashMenu:{groups:[X([{Icon:$n,key:"table",keywords:["table"],label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(So,{})}}])]},toolbarFixed:{groups:[_e([{ChildComponent:$n,key:"table",label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(So,{})}}])]}});import{$isNodeSelection as j2}from"lexical";import{jsx as sc}from"react/jsx-runtime";import"react";var l2="M16.2041 6.01074C17.2128 6.113 18 6.96435 18 8V16L17.9893 16.2041C17.8938 17.1457 17.1457 17.8938 16.2041 17.9893L16 18H8C6.96435 18 6.113 17.2128 6.01074 16.2041L6 16V8C6 6.89543 6.89543 6 8 6H16L16.2041 6.01074ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16V8C17 7.44772 16.5523 7 16 7H8ZM9.72461 11.582C9.91869 11.4539 10.1827 11.4756 10.3535 11.6465L13.8535 15.1465C14.0488 15.3417 14.0488 15.6583 13.8535 15.8535C13.6583 16.0488 13.3417 16.0488 13.1465 15.8535L10 12.707L8.85352 13.8535C8.65825 14.0488 8.34175 14.0488 8.14648 13.8535C7.95122 13.6583 7.95122 13.3417 8.14648 13.1465L9.64648 11.6465L9.72461 11.582ZM14 8C15.1046 8 16 8.89543 16 10C16 11.1046 15.1046 12 14 12C12.8954 12 12 11.1046 12 10C12 8.89543 12.8954 8 14 8ZM14 9C13.4477 9 13 9.44772 13 10C13 10.5523 13.4477 11 14 11C14.5523 11 15 10.5523 15 10C15 9.44772 14.5523 9 14 9Z",Jn=({className:t})=>sc("svg",{"aria-hidden":"true",className:["icon",t].filter(Boolean).join(" "),fill:"none",focusable:"false",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:sc("path",{clipRule:"evenodd",d:l2,fill:"currentColor",fillRule:"evenodd"})});import{jsx as mc}from"react/jsx-runtime";import pc from"bson-objectid";import{$applyNodeReplacement as d2}from"lexical";import*as fc from"react";import i2 from"bson-objectid";function No(t,e){if(t.hasAttribute("data-lexical-pending-upload-form-id")){let n=t.getAttribute("data-lexical-pending-upload-form-id");if(n!=null)return{node:e({data:{pending:{formID:n,src:t.getAttribute("src")||""}}})}}if(t.hasAttribute("data-lexical-upload-relation-to")&&t.hasAttribute("data-lexical-upload-id")){let n=t.getAttribute("data-lexical-upload-id"),r=t.getAttribute("data-lexical-upload-relation-to");if(n!=null&&r!=null)return{node:e({data:{fields:{},relationTo:r,value:n}})}}return{node:e({data:{pending:{formID:new i2.default().toHexString(),src:t.getAttribute("src")||""}}})}}import{DecoratorBlockNode as s2}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as a2}from"@lexical/utils";import cc from"bson-objectid";import{$applyNodeReplacement as c2}from"lexical";var jt=class extends s2{__data;constructor({data:e,format:o,key:n}){super(o,n),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"upload"}static importDOM(){return{img:e=>({conversion:o=>No(o,ac),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new cc.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},n=ac({data:o});return n.setFormat(e.format),n}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return a2(o,e?.theme?.upload),o}decorate(){return null}exportDOM(){let e=document.createElement("img"),o=this.__data;return o.pending?(e.setAttribute("data-lexical-pending-upload-form-id",String(o?.pending?.formID)),e.setAttribute("src",o?.pending?.src||"")):(e.setAttribute("data-lexical-upload-id",String(o?.value)),e.setAttribute("data-lexical-upload-relation-to",o?.relationTo)),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"upload",version:3}}getData(){return this.getLatest().__data}setData(e){let o=this.getWritable();o.__data=e}updateDOM(){return!1}};function ac({data:t}){return t?.id||(t.id=new cc.default().toHexString()),c2(new jt({data:t}))}import{jsx as uc}from"react/jsx-runtime";import{ShimmerEffect as u2}from"@payloadcms/ui";var dc=()=>uc("div",{className:"lexical-upload",children:uc(u2,{height:"95px",width:"203px"})});var m2=fc.lazy(()=>import("./component-PHZQBOJE.js").then(t=>({default:t.UploadComponent}))),he=class extends jt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{img:e=>({conversion:o=>No(o,ge),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new pc.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},n=ge({data:o});return n.setFormat(e.format),n}decorate(e,o){return this.__data.pending?mc(dc,{}):mc(m2,{className:o?.theme?.upload??"LexicalEditorTheme__upload",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function ge({data:t}){return t?.id||(t.id=new pc.default().toHexString()),d2(new he({data:t}))}function mt(t){return t instanceof he}import{c as k2}from"react/compiler-runtime";import{jsx as _2}from"react/jsx-runtime";import{useLexicalComposerContext as T2}from"@lexical/react/LexicalComposerContext.js";import{$dfsIterator as Sc,$insertNodeToNearestRoot as Yn,mergeRegister as w2}from"@lexical/utils";import{useBulkUpload as E2,useEffectEvent as S2,useModal as N2}from"@payloadcms/ui";import qn from"bson-objectid";import{$createRangeSelection as L2,$getPreviousSelection as kc,$getSelection as _c,$isParagraphNode as Qn,$isRangeSelection as Tc,$setSelection as y2,COMMAND_PRIORITY_EDITOR as v2,COMMAND_PRIORITY_LOW as wc,createCommand as R2,DROP_COMMAND as I2,getDOMSelectionFromTarget as M2,isHTMLElement as Ec,PASTE_COMMAND as A2}from"lexical";import{useEffect as $2}from"react";import{c as hc}from"react/compiler-runtime";import{jsx as Xn}from"react/jsx-runtime";import{useLexicalComposerContext as gc}from"@lexical/react/LexicalComposerContext.js";import{toast as p2}from"@payloadcms/ui";import{$getNodeByKey as f2,COMMAND_PRIORITY_EDITOR as xc}from"lexical";import{useEffect as Cc,useState as h2}from"react";var g2=({editor:t,relationTo:e,replaceNodeKey:o,value:n})=>{o?t.update(()=>{let r=f2(o);r&&r.replace(ge({data:{fields:null,relationTo:e,value:n}}))}):t.dispatchCommand(Zn,{fields:null,relationTo:e,value:n})},x2=t=>{let e=hc(13),{enabledCollectionSlugs:o}=t,[n]=gc(),[r,l]=h2(null),s;e[0]!==o?(s={collectionSlugs:o,uploads:!0},e[0]=o,e[1]=s):s=e[1];let{closeListDrawer:i,ListDrawer:u,openListDrawer:d}=At(s),c,a;e[2]!==n||e[3]!==d?(c=()=>n.registerCommand(Qe,f=>(l(f?.replace?f?.replace.nodeKey:null),d(),!0),xc),a=[n,d],e[2]=n,e[3]=d,e[4]=c,e[5]=a):(c=e[4],a=e[5]),Cc(c,a);let m;e[6]!==i||e[7]!==n||e[8]!==r?(m=f=>{let{collectionSlug:g,doc:_}=f;i(),g2({editor:n,relationTo:g,replaceNodeKey:r,value:_.id})},e[6]=i,e[7]=n,e[8]=r,e[9]=m):m=e[9];let p=m,h;return e[10]!==u||e[11]!==p?(h=Xn(u,{onSelect:p}),e[10]=u,e[11]=p,e[12]=h):h=e[12],h},C2=()=>{let t=hc(3),[e]=gc(),o,n;return t[0]!==e?(o=()=>e.registerCommand(Qe,b2,xc),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),Cc(o,n),null},bc=({enabledCollectionSlugs:t})=>t?.length?Xn(x2,{enabledCollectionSlugs:t}):Xn(C2,{});function b2(){return p2.error("No upload collections enabled"),!0}function D2(t){let e=t.target;return!!(Ec(e)&&!e.closest("code, span.editor-image")&&Ec(e.parentElement)&&e.parentElement.closest("div.ContentEditable__root"))}function O2(t){let e,o=M2(t.target);if(document.caretRangeFromPoint)e=document.caretRangeFromPoint(t.clientX,t.clientY);else if(t.rangeParent&&o!==null)o.collapse(t.rangeParent,t.rangeOffset||0),e=o.getRangeAt(0);else throw Error("Cannot get the selection when dragging");return e}var Zn=R2("INSERT_UPLOAD_COMMAND"),Nc=t=>{let e=k2(21),{clientProps:o}=t,[n]=T2(),r=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==r||e[1]!==l?(s={collectionSlugsBlacklist:r,collectionSlugsWhitelist:l,uploads:!0},e[0]=r,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=uo(s),{modalSlug:u,setCollectionSlug:d,setInitialForms:c,setOnCancel:a,setOnSuccess:m,setSelectableCollections:p}=E2(),{isModalOpen:h,openModal:f}=N2(),g;e[3]!==u||e[4]!==n||e[5]!==i||e[6]!==h||e[7]!==f||e[8]!==d||e[9]!==c||e[10]!==a||e[11]!==m||e[12]!==p?(g=x=>{let{files:C}=x;if(C?.length!==0&&(c(k=>[...k??[],...C.map(F2)]),!h(u))){if(!i.length||!i[0])return;d(i[0]),p(i),a(()=>{n.update(B2)}),m(k=>{let T=new Map(k.map(P2));n.update(()=>{for(let I of Sc()){let N=I.node;if(mt(N)){let E=N.getData();if(E?.pending){let S=T.get(E.pending?.formID);S&&N.replace(ge({data:{id:new qn.default().toHexString(),fields:{},relationTo:S.collectionSlug,value:S.doc.id}}))}}}})}),f(u)}},e[3]=u,e[4]=n,e[5]=i,e[6]=h,e[7]=f,e[8]=d,e[9]=c,e[10]=a,e[11]=m,e[12]=p,e[13]=g):g=e[13];let _=S2(g),L;e[14]!==n||e[15]!==_?(L=()=>{if(!n.hasNodes([he]))throw new Error("UploadPlugin: UploadNode not registered on editor");return w2(n.registerNodeTransform(he,x=>{let C=x.getData();if(!C?.pending)return;(async function(){let I=null,N=C?.pending?.src,E=C?.pending?.formID;if(N?.startsWith("data:")){let S=N.match(/data:(image\/[a-zA-Z]+);base64,/),w=S?S[1]:"image/png",v=N.replace(/^data:image\/[a-zA-Z]+;base64,/,""),y=atob(v),M=new Array(y.length);for(let F=0;F<y.length;F++)M[F]=y.charCodeAt(F);let $=new Uint8Array(M);I={alt:void 0,file:new File([$],"pasted-image."+w?.split("/",2)[1],{type:w}),formID:E}}else if(N?.startsWith("http")||N?.startsWith("https")){let w=await(await fetch(N)).blob(),v=N.split("/").pop()||"pasted-image"+w.type.split("/",2)[1];I={alt:void 0,file:new File([w],v,{type:w.type}),formID:E}}I&&_({files:[I]})})()}),n.registerCommand(Zn,x=>(n.update(()=>{let C=_c()||kc();if(Tc(C)){let k=ge({data:{id:x.id,fields:x.fields,relationTo:x.relationTo,value:x.value}}),{focus:T}=C,I=T.getNode();Yn(k),Qn(I)&&!I.__first&&I.remove()}}),!0),v2),n.registerCommand(A2,x=>{if(!(x instanceof ClipboardEvent))return!1;let C=x.clipboardData;if(!C?.types?.length||C?.types?.includes("text/html"))return!1;let k=[];return C?.files?.length&&Array.from(C.files).forEach(T=>{k.push({alt:"",file:T,formID:new qn.default().toHexString()})}),k.length?(n.update(()=>{let T=_c()||kc();if(Tc(T))for(let I of k){let N=ge({data:{pending:{formID:I.formID,src:URL.createObjectURL(I.file)}}}),{focus:E}=T,S=E.getNode();Yn(N),Qn(S)&&!S.__first&&S.remove()}}),_({files:k}),!0):!1},wc),n.registerCommand(I2,x=>{if(!(x instanceof DragEvent))return!1;let C=x.dataTransfer;if(!C?.types?.length)return!1;let k=[];return C?.files?.length&&Array.from(C.files).forEach(T=>{k.push({alt:"",file:T,formID:new qn.default().toHexString()})}),k.length?(x.preventDefault(),x.stopPropagation(),n.update(()=>{if(D2(x)){let T=O2(x),I=L2();T!=null&&I.applyDOMRange(T),y2(I);for(let N of k){let E=ge({data:{pending:{formID:N.formID,src:URL.createObjectURL(N.file)}}}),{focus:S}=I,w=S.getNode();Yn(E),Qn(w)&&!w.__first&&w.remove()}}}),_({files:k}),!0):!1},wc))},e[14]=n,e[15]=_,e[16]=L):L=e[16];let R;e[17]!==n?(R=[n],e[17]=n,e[18]=R):R=e[18],$2(L,R);let b;return e[19]!==i?(b=_2(bc,{enabledCollectionSlugs:i}),e[19]=i,e[20]=b):b=e[20],b};function F2(t){return{file:t.file,formID:t.formID}}function B2(){for(let t of Sc()){let e=t.node;mt(e)&&e.getData()?.pending&&e.remove()}}function P2(t){return[t.formID,t]}var H2=A({nodes:[he],plugins:[{Component:Nc,position:"normal"}],slashMenu:{groups:[X([{Icon:Jn,key:"upload",keywords:["upload","image","file","img","picture","photo","media"],label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Qe,{replace:!1})}}])]},toolbarFixed:{groups:[_e([{ChildComponent:Jn,isActive:({selection:t})=>{if(!j2(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return mt(e)},key:"upload",label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Qe,{replace:!1})}}])]}});import{c as U2}from"react/compiler-runtime";import{jsx as Lo}from"react/jsx-runtime";import{createElement as V2}from"react";import{ShimmerEffect as W2,useConfig as z2}from"@payloadcms/ui";import{lazy as K2,Suspense as J2,useEffect as X2,useState as Z2}from"react";var Lc={block:"LexicalEditorTheme__block",blockCursor:"LexicalEditorTheme__blockCursor",characterLimit:"LexicalEditorTheme__characterLimit",code:"LexicalEditorTheme__code",inlineBlock:"LexicalEditorTheme__inlineBlock",heading:{h1:"LexicalEditorTheme__h1",h2:"LexicalEditorTheme__h2",h3:"LexicalEditorTheme__h3",h4:"LexicalEditorTheme__h4",h5:"LexicalEditorTheme__h5",h6:"LexicalEditorTheme__h6"},hr:"LexicalEditorTheme__hr",hrSelected:"LexicalEditorTheme__hrSelected",indent:"LexicalEditorTheme__indent",link:"LexicalEditorTheme__link",list:{checklist:"LexicalEditorTheme__checklist",listitem:"LexicalEditorTheme__listItem",listitemChecked:"LexicalEditorTheme__listItemChecked",listitemUnchecked:"LexicalEditorTheme__listItemUnchecked",nested:{listitem:"LexicalEditorTheme__nestedListItem"},olDepth:["LexicalEditorTheme__ol1","LexicalEditorTheme__ol2","LexicalEditorTheme__ol3","LexicalEditorTheme__ol4","LexicalEditorTheme__ol5"],ul:"LexicalEditorTheme__ul"},ltr:"LexicalEditorTheme__ltr",mark:"LexicalEditorTheme__mark",markOverlap:"LexicalEditorTheme__markOverlap",paragraph:"LexicalEditorTheme__paragraph",placeholder:"LexicalEditorTheme__placeholder",quote:"LexicalEditorTheme__quote",relationship:"LexicalEditorTheme__relationship",root:"LexicalEditorTheme",rtl:"LexicalEditorTheme__rtl",tab:"LexicalEditorTheme__tabNode",table:"LexicalEditorTheme__table",tableAddColumns:"LexicalEditorTheme__tableAddColumns",tableAddRows:"LexicalEditorTheme__tableAddRows",tableAlignment:{center:"LexicalEditorTheme__tableAlignmentCenter",right:"LexicalEditorTheme__tableAlignmentRight"},tableCell:"LexicalEditorTheme__tableCell",tableCellActionButton:"LexicalEditorTheme__tableCellActionButton",tableCellActionButtonContainer:"LexicalEditorTheme__tableCellActionButtonContainer",tableCellHeader:"LexicalEditorTheme__tableCellHeader",tableCellResizer:"LexicalEditorTheme__tableCellResizer",tableCellSelected:"LexicalEditorTheme__tableCellSelected",tableFrozenColumn:"LexicalEditorTheme__tableFrozenColumn",tableRowStriping:"LexicalEditorTheme__tableRowStriping",tableScrollableWrapper:"LexicalEditorTheme__tableScrollableWrapper",tableSelected:"LexicalEditorTheme__tableSelected",tableSelection:"LexicalEditorTheme__tableSelection",text:{bold:"LexicalEditorTheme__textBold",code:"LexicalEditorTheme__textCode",italic:"LexicalEditorTheme__textItalic",strikethrough:"LexicalEditorTheme__textStrikethrough",subscript:"LexicalEditorTheme__textSubscript",superscript:"LexicalEditorTheme__textSuperscript",underline:"LexicalEditorTheme__textUnderline",underlineStrikethrough:"LexicalEditorTheme__textUnderlineStrikethrough"},upload:"LexicalEditorTheme__upload"};var er={namespace:"lexical",theme:Lc};function yc({config:t,featureClientImportMap:e,featureClientSchemaMap:o,field:n,schemaPath:r,unSanitizedEditorConfig:l}){let s=new Map,i=[];for(let c of l.features){if(!c?.clientFeatureProps?.featureKey||c?.clientFeatureProps?.order===void 0||c?.clientFeatureProps?.order===null){console.warn("A Feature you have installed does not return the client props as clientFeatureProps. Please make sure to always return those props, even if they are null, as other important props like order and featureKey are later on injected. Skipping feature.");continue}s.set(c.clientFeatureProps.featureKey,c),i.push(c)}l.features=i,l.features=l.features.sort((c,a)=>c.clientFeatureProps.order-a.clientFeatureProps.order);let u=new Map,d=0;for(let c of l.features){let a=typeof c.feature=="function"?c.feature({config:t,featureClientImportMap:e,featureClientSchemaMap:o,featureProviderMap:s,field:n,resolvedFeatures:u,schemaPath:r,unSanitizedEditorConfig:l}):c.feature;a.key=c.clientFeatureProps.featureKey,a.order=d,u.set(c.clientFeatureProps.featureKey,a),d++}return u}import{deepMerge as G2}from"payload/shared";var vc=t=>{let e={enabledFeatures:[],enabledFormats:[],markdownTransformers:[],nodes:[],plugins:[],providers:[],slashMenu:{dynamicGroups:[],groups:[]},toolbarFixed:{groups:[]},toolbarInline:{groups:[]}},o={};if(t.forEach(n=>{n.key==="toolbarFixed"&&n.sanitizedClientFeatureProps?.customGroups&&(o={...o,...n.sanitizedClientFeatureProps.customGroups})}),!t?.size)return e;t.forEach(n=>{if(n.providers?.length&&(e.providers=e.providers.concat(n.providers)),n.enableFormats?.length&&e.enabledFormats.push(...n.enableFormats),n.nodes?.length)for(let r of n.nodes)e.nodes.push(r);if(n.plugins?.length&&n.plugins.forEach((r,l)=>{e.plugins?.push({clientProps:n.sanitizedClientFeatureProps,Component:r.Component,key:n.key+l,position:r.position})}),n.toolbarInline?.groups?.length)for(let r of n.toolbarInline.groups){let l=e.toolbarInline.groups.find(s=>s.key===r.key);l?e.toolbarInline.groups=e.toolbarInline.groups.filter(s=>s.key!==r.key):l={...r,items:[]},r?.items?.length&&(l.items=l.items.concat(r.items)),e.toolbarInline?.groups.push(l)}if(n.toolbarFixed?.groups?.length)for(let r of n.toolbarFixed.groups){let l=e.toolbarFixed.groups.find(s=>s.key===r.key);l?e.toolbarFixed.groups=e.toolbarFixed.groups.filter(s=>s.key!==r.key):l={...r,items:[]},r?.items?.length&&(l.items=l.items.concat(r.items)),e.toolbarFixed?.groups.push(l)}if(n.slashMenu?.groups){n.slashMenu.dynamicGroups?.length&&(e.slashMenu.dynamicGroups=e.slashMenu.dynamicGroups.concat(n.slashMenu.dynamicGroups));for(let r of n.slashMenu.groups){let l=e.slashMenu.groups.find(s=>s.key===r.key);l?e.slashMenu.groups=e.slashMenu.groups.filter(s=>s.key!==r.key):l={...r,items:[]},r?.items?.length&&(l.items=l.items.concat(r.items)),e.slashMenu.groups.push(l)}}if(n.markdownTransformers?.length)for(let r of n.markdownTransformers)typeof r=="function"?e.markdownTransformers.push(r({allNodes:e.nodes,allTransformers:e.markdownTransformers})):e.markdownTransformers.push(r);e.enabledFeatures.push(n.key)}),Object.keys(o).length>0&&(e.toolbarFixed.groups=e.toolbarFixed.groups.map(n=>{let r=o[n.key];return r?G2(n,r):n})),e.toolbarInline.groups.sort((n,r)=>n.order&&r.order?n.order-r.order:n.order?-1:r.order?1:0),e.toolbarFixed.groups.sort((n,r)=>n.order&&r.order?n.order-r.order:n.order?-1:r.order?1:0);for(let n of e.toolbarInline.groups)n.items.sort((r,l)=>r.order&&l.order?r.order-l.order:r.order?-1:l.order?1:0);for(let n of e.toolbarFixed.groups)n.items.sort((r,l)=>r.order&&l.order?r.order-l.order:r.order?-1:l.order?1:0);return e};function tr(t,e,o,n){return{admin:o,features:vc(t),lexical:e,resolvedFeatureMap:t,view:n}}var Y2=K2(()=>import("./Field-XH5C4HFU.js").then(t=>({default:t.RichText}))),q2=t=>Lo(Fo,{inheritable:!0,views:t.views,children:Lo(Q2,{...t})}),Q2=t=>{let e=U2(23),{admin:o,clientFeatures:n,featureClientImportMap:r,featureClientSchemaMap:l,field:s,lexicalEditorConfig:i,schemaPath:u,views:d}=t,c;e[0]!==o?(c=o===void 0?{}:o,e[0]=o,e[1]=c):c=e[1];let a=c,m;e[2]!==r?(m=r===void 0?{}:r,e[2]=r,e[3]=m):m=e[3];let p=m,h=i===void 0?er:i,{currentView:f}=Bo(),g=d?.[f]?.admin??a,_=d?.[f]?.lexical,L;e[4]!==h||e[5]!==_?(L=typeof _=="function"?_(h):_??h,e[4]=h,e[5]=_,e[6]=L):L=e[6];let R=L,{config:b}=z2(),[x,C]=Z2(null),k,T;e[7]!==n||e[8]!==b||e[9]!==f||e[10]!==g||e[11]!==R||e[12]!==p||e[13]!==l||e[14]!==s||e[15]!==x||e[16]!==u||e[17]!==d?(k=()=>{if(x&&x.view===f)return;let N=d?.[f],E=N?.filterFeatures?N.filterFeatures(n):n,S=[];for(let v of Object.values(E))!v.clientFeatureProvider||!v.clientFeatureProps||S.push(v.clientFeatureProvider(v.clientFeatureProps));let w=yc({config:b,featureClientImportMap:p,featureClientSchemaMap:l,field:s,schemaPath:u??s.name,unSanitizedEditorConfig:{features:S,lexical:R}});C(tr(w,R,g,f))},T=[g,n,b,p,l,s,x,R,u,f,d],e[7]=n,e[8]=b,e[9]=f,e[10]=g,e[11]=R,e[12]=p,e[13]=l,e[14]=s,e[15]=x,e[16]=u,e[17]=d,e[18]=k,e[19]=T):(k=e[18],T=e[19]),X2(k,T);let I;return e[20]!==x||e[21]!==t?(I=Lo(J2,{fallback:Lo(W2,{height:"35vh"}),children:x&&V2(Y2,{...t,editorConfig:x,key:x.view})}),e[20]=x,e[21]=t,e[22]=I):I=e[22],I};function ex(...t){return t.filter(Boolean).join(" ")}var tx=t=>(e,o,n)=>{let r=t(n);r&&(r.append(...o),e.replace(r),r.select(0,0))};var yo=new WeakMap;function Rc(t){let e=t.changedTouches[0];return e===void 0?null:[e.clientX,e.clientY]}function vo(t,e){let o=yo.get(t);if(o===void 0){let n=new Set,r=s=>{o!==void 0&&(o.start=Rc(s))},l=s=>{if(o===void 0)return;let{start:i}=o;if(i===null)return;let u=Rc(s);for(let d of n)u!==null&&d([u[0]-i[0],u[1]-i[1]],s)};t.addEventListener("touchstart",r),t.addEventListener("touchend",l),o={handleTouchend:l,handleTouchstart:r,listeners:n,start:null},yo.set(t,o)}return o.listeners.add(e),()=>{ox(t,e)}}function ox(t,e){let o=yo.get(t);if(o===void 0)return;let{listeners:n}=o;n.delete(e),n.size===0&&(yo.delete(t),t.removeEventListener("touchstart",o.handleTouchstart),t.removeEventListener("touchend",o.handleTouchend))}function nx(t,e){return vo(t,(o,n)=>{let[r,l]=o;r<0&&-r>Math.abs(l)&&e(r,n)})}function rx(t,e){return vo(t,(o,n)=>{let[r,l]=o;r>0&&r>Math.abs(l)&&e(r,n)})}function lx(t,e){return vo(t,(o,n)=>{let[r,l]=o;l<0&&-l>Math.abs(r)&&e(r,n)})}function ix(t,e){return vo(t,(o,n)=>{let[r,l]=o;l>0&&l>Math.abs(r)&&e(r,n)})}import{c as sx}from"react/compiler-runtime";import{jsx as ax}from"react/jsx-runtime";import"react";var cx=()=>{let t=sx(2),{EditButton:e}=be(),o;return t[0]!==e?(o=e?ax(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as ux}from"react/compiler-runtime";import{jsx as dx}from"react/jsx-runtime";import"react";var mx=()=>{let t=ux(2),{RemoveButton:e}=be(),o;return t[0]!==e?(o=e?dx(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as px}from"react/compiler-runtime";import{jsx as fx}from"react/jsx-runtime";import"react";var hx=()=>{let t=px(2),{Label:e}=be(),o;return t[0]!==e?(o=e?fx(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as gx}from"react/compiler-runtime";import{jsx as xx}from"react/jsx-runtime";import"react";var Cx=t=>{let e=gx(3),{children:o}=t,{InlineBlockContainer:n}=be(),r;return e[0]!==n||e[1]!==o?(r=n?xx(n,{children:o}):null,e[0]=n,e[1]=o,e[2]=r):r=e[2],r};import{jsx as bx}from"react/jsx-runtime";import"react";var kx=t=>{let{children:e,...o}=t,{BlockCollapsible:n}=ae();return n?bx(n,{...o,children:e}):null};import{c as _x}from"react/compiler-runtime";import{jsx as Tx}from"react/jsx-runtime";import"react";var wx=()=>{let t=_x(2),{EditButton:e}=ae(),o;return t[0]!==e?(o=e?Tx(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as Ex}from"react/compiler-runtime";import{jsx as Sx}from"react/jsx-runtime";import"react";var Nx=()=>{let t=Ex(2),{RemoveButton:e}=ae(),o;return t[0]!==e?(o=e?Sx(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{stringify as Lx}from"qs-esm";var yx=({apiURL:t,depth:e,draft:o,locale:n})=>async({id:l,collectionSlug:s,select:i})=>{let u=Lx({depth:e??0,draft:o??!1,locale:n,select:i},{addQueryPrefix:!0});return await fetch(`${t}/${s}/${l}${u}`,{credentials:"include",headers:{Accept:"application/json","Content-Type":"application/json"},method:"GET"}).then(c=>c.json())};var Ic={customEndRegex:{optional:!0,regExp:/[ \t]*```$/},customStartRegex:/^[ \t]*```(\w+)?/,doNotTrimChildren:!0,export:({fields:t})=>!t.code.includes(`
61
60
  `)&&!t.language?.length?"```"+t.code+"```":"```"+(t.language||"")+(t.code?`
62
61
  `+t.code:"")+"\n```",import:({children:t,closeMatch:e,openMatch:o})=>{let n=o?.[1];return t.startsWith(`
63
62
  `)&&(t=t.slice(1)),t.endsWith(`
64
63
  `)&&(t=t.slice(0,-1)),!!e&&!t.includes(`
65
- `)&&o?.input?.trim()!=="```"+n?{code:n+(t?.length?t:""),language:""}:{code:t,language:n}}};import{jsx as G2}from"react/jsx-runtime";import{CodeField as V2,useFormFields as W2}from"@payloadcms/ui";import{useId as z2,useMemo as K2}from"react";var Io={abap:"ABAP",apex:"Apex",azcli:"Azure CLI",bat:"Batch",bicep:"Bicep",cameligo:"CameLIGO",clojure:"Clojure",coffee:"CoffeeScript",cpp:"C++",csharp:"C#",csp:"CSP",css:"CSS",cypher:"Cypher",dart:"Dart",dockerfile:"Dockerfile",ecl:"ECL",elixir:"Elixir",flow9:"Flow9",freemarker2:"FreeMarker 2",fsharp:"F#",go:"Go",graphql:"GraphQL",handlebars:"Handlebars",hcl:"HCL",html:"HTML",ini:"INI",java:"Java",javascript:"JavaScript",julia:"Julia",kotlin:"Kotlin",less:"Less",lexon:"Lexon",liquid:"Liquid",lua:"Lua",m3:"M3",markdown:"Markdown",mdx:"MDX",mips:"MIPS",msdax:"DAX",mysql:"MySQL","objective-c":"Objective-C",pascal:"Pascal",pascaligo:"PascaLIGO",perl:"Perl",pgsql:"PostgreSQL",php:"PHP",pla:"PLA",plaintext:"Plain Text",postiats:"Postiats",powerquery:"Power Query",powershell:"PowerShell",protobuf:"Protobuf",pug:"Pug",python:"Python",qsharp:"Q#",r:"R",razor:"Razor",redis:"Redis",redshift:"Amazon Redshift",restructuredtext:"reStructuredText",ruby:"Ruby",rust:"Rust",sb:"Small Basic",scala:"Scala",scheme:"Scheme",scss:"SCSS",shell:"Shell",solidity:"Solidity",sophia:"Sophia",sparql:"SPARQL",sql:"SQL",st:"Structured Text",swift:"Swift",systemverilog:"SystemVerilog",tcl:"Tcl",twig:"Twig",typescript:"TypeScript",typespec:"TypeSpec",vb:"Visual Basic",wgsl:"WGSL",xml:"XML",yaml:"YAML"};var J2=({autoComplete:t,field:e,forceRender:o,languages:n=Io,path:r,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:d,typescript:c,validate:u})=>{let a=W2(([k])=>k.language),m=a?.value||a?.initialValue||"typescript",f=z2(),h=n[m],p=K2(()=>({...e,type:"code",admin:{...e.admin,editorOptions:{},editorProps:{defaultPath:m==="ts"?`file-${e.name}-${f}.tsx`:void 0},language:m}}),[e,m,f]),g=`${e.name}-${m}-${h}`;return p&&G2(V2,{autoComplete:t,field:p,forceRender:o,onMount:(k,N)=>{N.editor.defineTheme("vs-dark",{base:"vs-dark",colors:{"editor.background":"#222222"},inherit:!0,rules:[]}),N.editor.defineTheme("vs",{base:"vs",colors:{"editor.background":"#f5f5f5"},inherit:!0,rules:[]}),N.languages.typescript.typescriptDefaults.setCompilerOptions({allowNonTsExtensions:!0,allowJs:!0,allowSyntheticDefaultImports:!0,esModuleInterop:!0,jsx:N.languages.typescript.JsxEmit.React,moduleResolution:N.languages.typescript.ModuleResolutionKind.NodeJs,noEmit:!0,paths:c?.paths,reactNamespace:"React",target:N.languages.typescript.ScriptTarget[c?.target??"ESNext"],typeRoots:c?.typeRoots??["node_modules/@types"]}),N.languages.typescript.typescriptDefaults.setDiagnosticsOptions({noSemanticValidation:!c?.enableSemanticValidation,noSyntaxValidation:!1}),(async()=>c?.fetchTypes&&Array.isArray(c.fetchTypes)&&c.fetchTypes.length>0&&await Promise.all(c.fetchTypes.map(async T=>{let x=await(await fetch(T.url)).text();N.languages.typescript.typescriptDefaults.addExtraLib(x,T.filePath)})))()},path:r,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:d,validate:u},g)};import{jsx as oe,jsxs as hc}from"react/jsx-runtime";import{useLexicalEditable as nx}from"@lexical/react/useLexicalEditable";import{ChevronIcon as rx,Combobox as lx,CopyToClipboard as ix,PopupList as sx,RenderFields as ax,useForm as cx,useFormFields as gc,useTranslation as ux}from"@payloadcms/ui";import dx from"react";import{jsx as ac}from"react/jsx-runtime";import"react";var X2={16:"M6.646 6.146a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708L7.793 5zm-1.292-3a.5.5 0 0 1 0 .708L4.207 5l1.147 1.146a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0M10.5 3h1A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-3a.5.5 0 0 1 1 0v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1 0-1",24:"M7.354 4.146a.5.5 0 0 1 0 .708L5.207 7l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0M14 4.5a.5.5 0 0 1 .5-.5H18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6.5a.5.5 0 0 1 1 0V18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3.5a.5.5 0 0 1-.5-.5m-4.354.354a.5.5 0 1 1 .708-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L11.793 7z"},cc=({className:t,size:e=24})=>ac("svg",{className:t,fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:ac("path",{clipRule:"evenodd",d:X2[e],fill:"currentColor",fillRule:"evenodd"})});import{jsx as dc}from"react/jsx-runtime";import"react";import{useCollapsible as q2}from"@payloadcms/ui";import{jsx as uc}from"react/jsx-runtime";import"react";var Z2="M11.4999 13C11.6325 13 11.7597 13.0527 11.8535 13.1464L14.8535 16.1464C15.0487 16.3417 15.0487 16.6582 14.8535 16.8535C14.6582 17.0487 14.3417 17.0487 14.1464 16.8535L11.4999 14.207L8.85346 16.8535C8.6582 17.0487 8.34169 17.0487 8.14643 16.8535C7.95119 16.6582 7.95119 16.3417 8.14643 16.1464L11.1464 13.1464C11.2402 13.0527 11.3674 13 11.4999 13ZM14.1464 7.14644C14.3417 6.95119 14.6582 6.95118 14.8535 7.14644C15.0487 7.3417 15.0487 7.65821 14.8535 7.85347L11.8535 10.8535C11.7597 10.9472 11.6325 10.9999 11.4999 11C11.3674 10.9999 11.2402 10.9472 11.1464 10.8535L8.14643 7.85347C7.95119 7.65821 7.95119 7.3417 8.14643 7.14644C8.34169 6.9512 8.6582 6.9512 8.85346 7.14644L11.4999 9.79292L14.1464 7.14644Z",Mo=({className:t})=>uc("svg",{className:t,fill:"none",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:uc("path",{d:Z2,fill:"currentColor"})});var Y2="code-block-collapse-button",mc=()=>{let{toggle:t}=q2();return dc("button",{className:Y2,onClick:t,type:"button",children:dc(Mo,{})})};import{jsx as fc,jsxs as Q2}from"react/jsx-runtime";import"react";import{useCollapsible as tx,useTranslation as ox}from"@payloadcms/ui";var ex="code-block-floating-collapse-button",pc=()=>{let{isCollapsed:t,toggle:e}=tx(),{t:o}=ox();return t?Q2("button",{className:ex,onClick:e,type:"button",children:[fc("span",{children:o("general:collapse")}),fc(Mo,{})]}):null};var Ve="payload-richtext-code-block",mx=t=>{let{languages:e}=t,o=e||Io,{BlockCollapsible:n,formSchema:r,RemoveButton:l}=ie(),{setModified:s}=cx(),{t:i}=ux(),{codeField:d}=gc(([h])=>({codeField:h?.code})),{selectedLanguageField:c,setSelectedLanguage:u}=gc(([h,p])=>({selectedLanguageField:h?.language,setSelectedLanguage:g=>{p({type:"UPDATE",path:"language",value:g}),s(!0)}})),a=o[c?.value],m=nx(),f=dx.useMemo(()=>Object.entries(o).map(([h,p])=>({name:`${h} ${p}`,Component:oe(sx.Button,{active:!1,disabled:!1,onClick:()=>{u(h)},children:oe("span",{className:`${Ve}__language-code`,"data-language":h,children:p})})})),[o,u]);return oe(n,{Actions:hc("div",{className:`${Ve}__actions`,children:[oe(lx,{button:hc("div",{className:`${Ve}__language-selector-button`,"data-selected-language":c?.value,children:[oe("span",{children:a}),oe(rx,{className:`${Ve}__chevron`})]}),buttonType:"custom",className:`${Ve}__language-selector`,disabled:!m,entries:f,horizontalAlign:"right",minEntriesForSearch:8,searchPlaceholder:i("fields:searchForLanguage"),showScrollbar:!0,size:"large"}),oe(ix,{value:d?.value??""}),oe(mc,{}),m&&oe(l,{})]}),className:Ve,collapsibleProps:{AfterCollapsible:oe(pc,{}),disableHeaderToggle:!0,disableToggleIndicator:!0},Pill:oe("div",{className:`${Ve}__pill`,children:oe(cc,{})}),children:oe(ax,{fields:r,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!m})})};import{c as fx}from"react/compiler-runtime";import{jsx as dt}from"react/jsx-runtime";import{FieldContext as px,FieldPathContext as xc,ServerFunctionsContext as Cc,ShimmerEffect as hx,useServerFunctions as gx}from"@payloadcms/ui";import xx,{useEffect as Cx,useRef as bx}from"react";var kx=t=>{let e=fx(9),{field:o,initialValue:n,Loading:r,path:l,schemaPath:s,setValue:i,value:d}=t,[c,u]=xx.useState(null),a=gx(),{_internal_renderField:m}=a,[f,h]=s.split(".",2),p=l??(o&&"name"in o?o?.name:"")??"",g;e[0]!==m||e[1]!==o||e[2]!==n||e[3]!==l||e[4]!==s?(g=()=>{(async function(){let{Field:M}=await m({field:{...o||{},type:"richText",admin:{...o?.admin||{},hidden:!1}},initialValue:n??void 0,path:l,schemaPath:s});u(M)})()},e[0]=m,e[1]=o,e[2]=n,e[3]=l,e[4]=s,e[5]=g):g=e[5];let k=g,N=bx(!1),R,T;if(e[6]!==k?(R=()=>{N.current||(N.current=!0,k())},T=[k],e[6]=k,e[7]=R,e[8]=T):(R=e[7],T=e[8]),Cx(R,T),!c)return typeof r<"u"?r:dt(hx,{});let C={...a,getFormState:async b=>a.getFormState({...b,collectionSlug:f==="collection"?h:void 0,globalSlug:f==="global"?h:void 0})};if(typeof d>"u"&&!i)return dt(Cc,{value:{...C},children:dt(xc,{value:p,children:c},p)});let x={disabled:!1,formInitializing:!1,formProcessing:!1,formSubmitted:!1,initialValue:d,path:p,setValue:i??_x,showError:!1,value:d};return dt(Cc,{value:{...C},children:dt(xc,{value:p,children:dt(px,{value:x,children:c})},p)})};function _x(){}function bc({nodes:t,text:e}){let o={root:{type:"root",children:[],direction:"ltr",format:"",indent:0,version:1}};return e&&o.root.children.push({type:"paragraph",children:[{type:"text",detail:0,format:0,mode:"normal",style:"",text:e,version:1}],direction:"ltr",format:"",indent:0,textFormat:0,textStyle:"",version:1}),t?.length&&o.root.children.push(...t),o.root.children.length===0&&o.root.children.push({type:"paragraph",children:[],direction:"ltr",format:"",indent:0,textFormat:0,textStyle:"",version:1}),o}var Tx=bc;export{Lt as $createAutoLinkNode,Fe as $createBlockNode,Qe as $createHorizontalRuleNode,ht as $createInlineBlockNode,Te as $createLinkNode,Ge as $createRelationshipNode,pe as $createUploadNode,Se as $isAutoLinkNode,Oe as $isBlockNode,Nt as $isHorizontalRuleNode,gt as $isInlineBlockNode,z as $isLinkNode,_n as $isRelationshipNode,ut as $isUploadNode,Hc as AlignFeatureClient,we as AutoLinkNode,A2 as BlockCollapsible,F2 as BlockEditButton,ae as BlockNode,j2 as BlockRemoveButton,Zc as BlockquoteFeatureClient,sd as BlocksFeatureClient,Id as BoldFeatureClient,le as CAN_USE_DOM,Zp as ChecklistFeatureClient,mx as CodeBlockBlockComponent,J2 as CodeComponent,y1 as DETAIL_TYPE_TO_DETAIL,S1 as DOUBLE_LINE_BREAK,H1 as DebugJsxConverterFeatureClient,v1 as ELEMENT_FORMAT_TO_TYPE,R1 as ELEMENT_TYPE_TO_FORMAT,Nc as ENABLE_SLASH_MENU_COMMAND,Tc as EditorConfigProvider,xt as FieldsDrawer,dh as FixedToolbarFeatureClient,Dm as HeadingFeatureClient,ef as HorizontalRuleFeatureClient,_e as HorizontalRuleNode,Ye as INSERT_BLOCK_COMMAND,qe as INSERT_INLINE_BLOCK_COMMAND,T1 as IS_ALL_FORMATTING,xf as IndentFeatureClient,M2 as InlineBlockContainer,w2 as InlineBlockEditButton,R2 as InlineBlockLabel,pt as InlineBlockNode,N2 as InlineBlockRemoveButton,Od as InlineCodeFeatureClient,Eh as InlineToolbarFeatureClient,Hd as ItalicFeatureClient,N1 as LTR_REGEX,Dp as LinkFeatureClient,te as LinkNode,w1 as NON_BREAKING_SPACE,O as NodeFormat,r1 as OrderedListFeatureClient,p1 as ParagraphFeatureClient,Sc as Point,E1 as RTL_REGEX,Lc as Rect,I0 as RelationshipFeatureClient,Ne as RelationshipNode,kx as RenderLexical,m2 as RichTextField,Do as RichTextViewProvider,zd as StrikethroughFeatureClient,Yd as SubscriptFeatureClient,om as SuperscriptFeatureClient,I1 as TEXT_MODE_TO_TYPE,L1 as TEXT_TYPE_TO_FORMAT,M1 as TEXT_TYPE_TO_MODE,de as TOGGLE_LINK_COMMAND,Cg as TableFeatureClient,_d as TestRecorderFeatureClient,Cm as TextStateFeatureClient,At as ToolbarButton,Dt as ToolbarDropdown,Nd as TreeViewFeatureClient,sm as UnderlineFeatureClient,m1 as UnorderedListFeatureClient,t2 as UploadFeatureClient,fe as UploadNode,k2 as addSwipeDownListener,x2 as addSwipeLeftListener,C2 as addSwipeRightListener,b2 as addSwipeUpListener,Tx as buildDefaultEditorState,bc as buildEditorState,sc as codeConverterClient,Yo as createBlockNode,$ as createClientFeature,U1 as defaultColors,Kn as defaultEditorLexicalConfig,yn as getDOMRangeRect,yc as getEnabledNodes,U2 as getRestPopulateFn,et as getSelectedNode,p2 as isHTMLElement,Ec as isPoint,h2 as joinClasses,Jn as sanitizeClientEditorConfig,lc as sanitizeClientFeatures,Co as setFloatingElemPosition,io as setFloatingElemPositionForLinkEditor,J as slashMenuBasicGroupWithItems,ke as toolbarAddDropdownGroupWithItems,en as toolbarFeatureButtonsGroupWithItems,X as toolbarFormatGroupWithItems,ee as toolbarTextDropdownGroupWithItems,ie as useBlockComponentContext,U as useEditorConfigContext,Ce as useInlineBlockComponentContext,wc as useLexicalDocumentDrawer,xe as useLexicalDrawer,$t as useLexicalListDrawer,Oo as useRichTextView};
64
+ `)&&o?.input?.trim()!=="```"+n?{code:n+(t?.length?t:""),language:""}:{code:t,language:n}}};import{jsx as vx}from"react/jsx-runtime";import{CodeField as Rx,useFormFields as Ix}from"@payloadcms/ui";import{useId as Mx,useMemo as Ax}from"react";var Ro={abap:"ABAP",apex:"Apex",azcli:"Azure CLI",bat:"Batch",bicep:"Bicep",cameligo:"CameLIGO",clojure:"Clojure",coffee:"CoffeeScript",cpp:"C++",csharp:"C#",csp:"CSP",css:"CSS",cypher:"Cypher",dart:"Dart",dockerfile:"Dockerfile",ecl:"ECL",elixir:"Elixir",flow9:"Flow9",freemarker2:"FreeMarker 2",fsharp:"F#",go:"Go",graphql:"GraphQL",handlebars:"Handlebars",hcl:"HCL",html:"HTML",ini:"INI",java:"Java",javascript:"JavaScript",julia:"Julia",kotlin:"Kotlin",less:"Less",lexon:"Lexon",liquid:"Liquid",lua:"Lua",m3:"M3",markdown:"Markdown",mdx:"MDX",mips:"MIPS",msdax:"DAX",mysql:"MySQL","objective-c":"Objective-C",pascal:"Pascal",pascaligo:"PascaLIGO",perl:"Perl",pgsql:"PostgreSQL",php:"PHP",pla:"PLA",plaintext:"Plain Text",postiats:"Postiats",powerquery:"Power Query",powershell:"PowerShell",protobuf:"Protobuf",pug:"Pug",python:"Python",qsharp:"Q#",r:"R",razor:"Razor",redis:"Redis",redshift:"Amazon Redshift",restructuredtext:"reStructuredText",ruby:"Ruby",rust:"Rust",sb:"Small Basic",scala:"Scala",scheme:"Scheme",scss:"SCSS",shell:"Shell",solidity:"Solidity",sophia:"Sophia",sparql:"SPARQL",sql:"SQL",st:"Structured Text",swift:"Swift",systemverilog:"SystemVerilog",tcl:"Tcl",twig:"Twig",typescript:"TypeScript",typespec:"TypeSpec",vb:"Visual Basic",wgsl:"WGSL",xml:"XML",yaml:"YAML"};var $x=({autoComplete:t,field:e,forceRender:o,languages:n=Ro,path:r,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:u,typescript:d,validate:c})=>{let a=Ix(([_])=>_.language),m=a?.value||a?.initialValue||"typescript",p=Mx(),h=n[m],f=Ax(()=>({...e,type:"code",admin:{...e.admin,editorOptions:{},editorProps:{defaultPath:m==="ts"?`file-${e.name}-${p}.tsx`:void 0},language:m}}),[e,m,p]),g=`${e.name}-${m}-${h}`;return f&&vx(Rx,{autoComplete:t,field:f,forceRender:o,onMount:(_,L)=>{L.editor.defineTheme("vs-dark",{base:"vs-dark",colors:{"editor.background":"#222222"},inherit:!0,rules:[]}),L.editor.defineTheme("vs",{base:"vs",colors:{"editor.background":"#f5f5f5"},inherit:!0,rules:[]}),L.languages.typescript.typescriptDefaults.setCompilerOptions({allowNonTsExtensions:!0,allowJs:!0,allowSyntheticDefaultImports:!0,esModuleInterop:!0,jsx:L.languages.typescript.JsxEmit.React,moduleResolution:L.languages.typescript.ModuleResolutionKind.NodeJs,noEmit:!0,paths:d?.paths,reactNamespace:"React",target:L.languages.typescript.ScriptTarget[d?.target??"ESNext"],typeRoots:d?.typeRoots??["node_modules/@types"]}),L.languages.typescript.typescriptDefaults.setDiagnosticsOptions({noSemanticValidation:!d?.enableSemanticValidation,noSyntaxValidation:!1}),(async()=>d?.fetchTypes&&Array.isArray(d.fetchTypes)&&d.fetchTypes.length>0&&await Promise.all(d.fetchTypes.map(async b=>{let C=await(await fetch(b.url)).text();L.languages.typescript.typescriptDefaults.addExtraLib(C,b.filePath)})))()},path:r,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:u,validate:c},g)};import{jsx as re,jsxs as Bc}from"react/jsx-runtime";import{useLexicalEditable as Vx}from"@lexical/react/useLexicalEditable";import{ChevronIcon as Wx,Combobox as zx,CopyToClipboard as Kx,PopupList as Jx,RenderFields as Xx,useForm as Zx,useFormFields as Pc,useTranslation as Yx}from"@payloadcms/ui";import qx from"react";import{jsx as Mc}from"react/jsx-runtime";import"react";var Dx={16:"M6.646 6.146a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708L7.793 5zm-1.292-3a.5.5 0 0 1 0 .708L4.207 5l1.147 1.146a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0M10.5 3h1A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-3a.5.5 0 0 1 1 0v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1 0-1",24:"M16.5 6C17.3284 6 18 6.67157 18 7.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V12.5C6 12.2239 6.22386 12 6.5 12C6.77614 12 7 12.2239 7 12.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H15.5C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6H16.5ZM8.14648 6.14648C8.34175 5.95122 8.65825 5.95122 8.85352 6.14648C9.04878 6.34175 9.04878 6.65825 8.85352 6.85352L7.20703 8.5L8.85352 10.1465C9.04878 10.3417 9.04878 10.6583 8.85352 10.8535C8.65825 11.0488 8.34175 11.0488 8.14648 10.8535L6.14648 8.85352C5.95122 8.65825 5.95122 8.34175 6.14648 8.14648L8.14648 6.14648ZM11.1465 6.14648C11.3417 5.95122 11.6583 5.95122 11.8535 6.14648L13.8535 8.14648C14.0488 8.34175 14.0488 8.65825 13.8535 8.85352L11.8535 10.8535C11.6583 11.0488 11.3417 11.0488 11.1465 10.8535C10.9512 10.6583 10.9512 10.3417 11.1465 10.1465L12.793 8.5L11.1465 6.85352C10.9512 6.65825 10.9512 6.34175 11.1465 6.14648Z"},Ac=({className:t,size:e=24})=>Mc("svg",{className:t,fill:"none",height:e,viewBox:`0 0 ${e} ${e}`,width:e,xmlns:"http://www.w3.org/2000/svg",children:Mc("path",{clipRule:"evenodd",d:Dx[e],fill:"currentColor",fillRule:"evenodd"})});import{jsx as or}from"react/jsx-runtime";import"react";import{useCollapsible as Px}from"@payloadcms/ui";import{jsx as $c}from"react/jsx-runtime";import"react";var Ox="M11.4999 13C11.6325 13 11.7597 13.0527 11.8535 13.1464L14.8535 16.1464C15.0487 16.3417 15.0487 16.6582 14.8535 16.8535C14.6582 17.0487 14.3417 17.0487 14.1464 16.8535L11.4999 14.207L8.85346 16.8535C8.6582 17.0487 8.34169 17.0487 8.14643 16.8535C7.95119 16.6582 7.95119 16.3417 8.14643 16.1464L11.1464 13.1464C11.2402 13.0527 11.3674 13 11.4999 13ZM14.1464 7.14644C14.3417 6.95119 14.6582 6.95118 14.8535 7.14644C15.0487 7.3417 15.0487 7.65821 14.8535 7.85347L11.8535 10.8535C11.7597 10.9472 11.6325 10.9999 11.4999 11C11.3674 10.9999 11.2402 10.9472 11.1464 10.8535L8.14643 7.85347C7.95119 7.65821 7.95119 7.3417 8.14643 7.14644C8.34169 6.9512 8.6582 6.9512 8.85346 7.14644L11.4999 9.79292L14.1464 7.14644Z",Io=({className:t})=>$c("svg",{className:t,fill:"none",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:$c("path",{d:Ox,fill:"currentColor"})});import{jsx as Dc}from"react/jsx-runtime";import"react";var Fx="M11.5 6C11.6326 6 11.7597 6.05272 11.8535 6.14648L14.8535 9.14648C15.0487 9.34175 15.0487 9.65825 14.8535 9.85352C14.6582 10.0488 14.3417 10.0488 14.1464 9.85352L12 7.70703V16.293L14.1464 14.1465C14.3417 13.9512 14.6582 13.9512 14.8535 14.1465C15.0487 14.3417 15.0487 14.6583 14.8535 14.8535L11.8535 17.8535C11.6582 18.0488 11.3417 18.0488 11.1464 17.8535L8.14645 14.8535C7.95119 14.6583 7.95119 14.3417 8.14645 14.1465C8.34171 13.9512 8.65822 13.9512 8.85348 14.1465L11 16.293V7.70703L8.85348 9.85352C8.65822 10.0488 8.34171 10.0488 8.14645 9.85352C7.95118 9.65825 7.95118 9.34175 8.14645 9.14648L11.1464 6.14648C11.2402 6.05272 11.3674 6 11.5 6Z",Mo=({className:t})=>Dc("svg",{className:t,fill:"none",height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",children:Dc("path",{clipRule:"evenodd",d:Fx,fill:"currentColor",fillRule:"evenodd"})});var Bx="code-block-collapse-button",Oc=()=>{let{isCollapsed:t,toggle:e}=Px();return or("button",{className:Bx,onClick:e,type:"button",children:t?or(Mo,{}):or(Io,{})})};import{jsx as nr,jsxs as jx}from"react/jsx-runtime";import{useCollapsible as Hx,useTranslation as Gx}from"@payloadcms/ui";import"react";var Ux="code-block-floating-collapse-button",Fc=()=>{let{isCollapsed:t,toggle:e}=Hx(),{t:o}=Gx();return jx("button",{className:Ux,onClick:e,type:"button",children:[t?nr(Mo,{}):nr(Io,{}),nr("span",{children:o(t?"general:expand":"general:collapse")})]})};var Ke="payload-richtext-code-block",Qx=t=>{let{languages:e}=t,o=e||Ro,{BlockCollapsible:n,formSchema:r,RemoveButton:l}=ae(),{setModified:s}=Zx(),{t:i}=Yx(),{codeField:u}=Pc(([h])=>({codeField:h?.code})),{selectedLanguageField:d,setSelectedLanguage:c}=Pc(([h,f])=>({selectedLanguageField:h?.language,setSelectedLanguage:g=>{f({type:"UPDATE",path:"language",value:g}),s(!0)}})),a=o[d?.value],m=Vx(),p=qx.useMemo(()=>Object.entries(o).map(([h,f])=>({name:`${h} ${f}`,Component:re(Jx.Button,{active:!1,disabled:!1,onClick:()=>{c(h)},children:re("span",{className:`${Ke}__language-code`,"data-language":h,children:f})})})),[o,c]);return re(n,{Actions:Bc("div",{className:`${Ke}__actions`,children:[re(zx,{"aria-label":i("general:language"),button:Bc("div",{className:`${Ke}__language-selector-button`,"data-selected-language":d?.value,children:[re("span",{children:a}),re(Wx,{className:`${Ke}__chevron`})]}),buttonType:"custom",className:`${Ke}__language-selector`,disabled:!m,entries:p,horizontalAlign:"right",minEntriesForSearch:8,searchPlaceholder:i("fields:searchForLanguage"),showScrollbar:!0,size:"large"}),re(Kx,{value:u?.value??""}),re(Oc,{}),m&&re(l,{})]}),className:Ke,collapsibleProps:{AfterCollapsible:re(Fc,{}),disableHeaderToggle:!0,disableToggleIndicator:!0},Pill:re("div",{className:`${Ke}__pill`,children:re(Ac,{})}),showDragHandle:!1,showRowNumber:!1,children:re(Xx,{fields:r,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!m})})};import{c as eC}from"react/compiler-runtime";import{jsx as pt}from"react/jsx-runtime";import{FieldContext as tC,FieldPathContext as jc,ServerFunctionsContext as Hc,ShimmerEffect as oC,useServerFunctions as nC}from"@payloadcms/ui";import rC,{useEffect as lC,useRef as iC}from"react";var sC=t=>{let e=eC(9),{field:o,initialValue:n,Loading:r,path:l,schemaPath:s,setValue:i,value:u}=t,[d,c]=rC.useState(null),a=nC(),{_internal_renderField:m}=a,[p,h]=s.split(".",2),f=l??(o&&"name"in o?o?.name:"")??"",g;e[0]!==m||e[1]!==o||e[2]!==n||e[3]!==l||e[4]!==s?(g=()=>{(async function(){let{Field:I}=await m({field:{...o||{},type:"richText",admin:{...o?.admin||{},hidden:!1}},initialValue:n??void 0,path:l,schemaPath:s});c(I)})()},e[0]=m,e[1]=o,e[2]=n,e[3]=l,e[4]=s,e[5]=g):g=e[5];let _=g,L=iC(!1),R,b;if(e[6]!==_?(R=()=>{L.current||(L.current=!0,_())},b=[_],e[6]=_,e[7]=R,e[8]=b):(R=e[7],b=e[8]),lC(R,b),!d)return typeof r<"u"?r:pt(oC,{});let x={...a,getFormState:async k=>a.getFormState({...k,collectionSlug:p==="collection"?h:void 0,globalSlug:p==="global"?h:void 0})};if(typeof u>"u"&&!i)return pt(Hc,{value:{...x},children:pt(jc,{value:f,children:d},f)});let C={disabled:!1,formInitializing:!1,formProcessing:!1,formSubmitted:!1,initialValue:u,path:f,setValue:i??aC,showError:!1,value:u};return pt(Hc,{value:{...x},children:pt(jc,{value:f,children:pt(tC,{value:C,children:d})},f)})};function aC(){}function Gc({nodes:t,text:e}){let o={root:{type:"root",children:[],direction:"ltr",format:"",indent:0,version:1}};return e&&o.root.children.push({type:"paragraph",children:[{type:"text",detail:0,format:0,mode:"normal",style:"",text:e,version:1}],direction:"ltr",format:"",indent:0,textFormat:0,textStyle:"",version:1}),t?.length&&o.root.children.push(...t),o.root.children.length===0&&o.root.children.push({type:"paragraph",children:[],direction:"ltr",format:"",indent:0,textFormat:0,textStyle:"",version:1}),o}var cC=Gc;export{yt as $createAutoLinkNode,Pe as $createBlockNode,ot as $createHorizontalRuleNode,Ct as $createInlineBlockNode,we as $createLinkNode,ze as $createRelationshipNode,ge as $createUploadNode,Se as $isAutoLinkNode,Me as $isBlockNode,Ge as $isHorizontalRuleNode,bt as $isInlineBlockNode,K as $isLinkNode,Sn as $isRelationshipNode,mt as $isUploadNode,pu as AlignFeatureClient,Ee as AutoLinkNode,kx as BlockCollapsible,wx as BlockEditButton,ce as BlockNode,Nx as BlockRemoveButton,_u as BlockquoteFeatureClient,Wd as BlocksFeatureClient,b1 as BoldFeatureClient,se as CAN_USE_DOM,Of as ChecklistFeatureClient,Qx as CodeBlockBlockComponent,$x as CodeComponent,u0 as DETAIL_TYPE_TO_DETAIL,i0 as DOUBLE_LINE_BREAK,w0 as DebugJsxConverterFeatureClient,m0 as ELEMENT_FORMAT_TO_TYPE,d0 as ELEMENT_TYPE_TO_FORMAT,qc as ENABLE_SLASH_MENU_COMMAND,Jc as EditorConfigProvider,Oo as FieldsDrawer,Zh as FixedToolbarFeatureClient,Sm as HeadingFeatureClient,Wm as HorizontalRuleFeatureClient,Te as HorizontalRuleNode,et as INSERT_BLOCK_COMMAND,tt as INSERT_INLINE_BLOCK_COMMAND,r0 as IS_ALL_FORMATTING,sp as IndentFeatureClient,Cx as InlineBlockContainer,cx as InlineBlockEditButton,hx as InlineBlockLabel,xt as InlineBlockNode,mx as InlineBlockRemoveButton,S1 as InlineCodeFeatureClient,u5 as InlineToolbarFeatureClient,M1 as ItalicFeatureClient,a0 as LTR_REGEX,Nf as LinkFeatureClient,oe as LinkNode,l0 as NON_BREAKING_SPACE,O as NodeFormat,Gf as OrderedListFeatureClient,Zf as ParagraphFeatureClient,Zc as Point,s0 as RTL_REGEX,Qc as Rect,ph as RelationshipFeatureClient,Ne as RelationshipNode,sC as RenderLexical,q2 as RichTextField,Fo as RichTextViewProvider,B1 as StrikethroughFeatureClient,U1 as SubscriptFeatureClient,J1 as SuperscriptFeatureClient,p0 as TEXT_MODE_TO_TYPE,c0 as TEXT_TYPE_TO_FORMAT,f0 as TEXT_TYPE_TO_MODE,pe as TOGGLE_LINK_COMMAND,r2 as TableFeatureClient,l1 as TestRecorderFeatureClient,um as TextStateFeatureClient,$t as ToolbarButton,Dt as ToolbarDropdown,u1 as TreeViewFeatureClient,Q1 as UnderlineFeatureClient,Jf as UnorderedListFeatureClient,H2 as UploadFeatureClient,he as UploadNode,ix as addSwipeDownListener,nx as addSwipeLeftListener,rx as addSwipeRightListener,lx as addSwipeUpListener,cC as buildDefaultEditorState,Gc as buildEditorState,Ic as codeConverterClient,tx as createBlockNode,A as createClientFeature,E0 as defaultColors,er as defaultEditorLexicalConfig,An as getDOMRangeRect,eu as getEnabledNodes,yx as getRestPopulateFn,nt as getSelectedNode,Yc as isPoint,ex as joinClasses,tr as sanitizeClientEditorConfig,vc as sanitizeClientFeatures,go as setFloatingElemPosition,ro as setFloatingElemPositionForLinkEditor,X as slashMenuBasicGroupWithItems,_e as toolbarAddDropdownGroupWithItems,rn as toolbarFeatureButtonsGroupWithItems,Z as toolbarFormatGroupWithItems,te as toolbarTextDropdownGroupWithItems,ae as useBlockComponentContext,U as useEditorConfigContext,be as useInlineBlockComponentContext,Xc as useLexicalDocumentDrawer,Oe as useLexicalDrawer,At as useLexicalListDrawer,Bo as useRichTextView};
66
65
  //# sourceMappingURL=index.js.map