@payloadcms/richtext-lexical 4.0.0-internal.e16cf59 → 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
@@ -2,7 +2,7 @@ import type { EditorConfig as LexicalEditorConfig } from 'lexical';
2
2
  import type { RichTextField, SanitizedConfig } from 'payload';
3
3
  import type { FeatureProviderServer, ResolvedServerFeatureMap } from '../features/typesServer.js';
4
4
  import type { SanitizedServerEditorConfig } from '../lexical/config/types.js';
5
- import type { FeaturesInput, LexicalRichTextAdapterProvider } from '../types.js';
5
+ import type { FeaturesInput, LexicalRichTextAdapterProvider } from '../types/index.js';
6
6
  export declare const editorConfigFactory: {
7
7
  default: (args: {
8
8
  config: SanitizedConfig;
@@ -1 +1 @@
1
- {"version":3,"file":"editorConfigFactory.d.ts","sourceRoot":"","sources":["../../src/utilities/editorConfigFactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClE,OAAO,KAAK,EAA2B,aAAa,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEtF,OAAO,KAAK,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AACjG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAA;AAC7E,OAAO,KAAK,EACV,aAAa,EAEb,8BAA8B,EAC/B,MAAM,aAAa,CAAA;AAOpB,eAAO,MAAM,mBAAmB;oBACR;QACpB,MAAM,EAAE,eAAe,CAAA;QACvB,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;IAMxC;;;;;;;OAOG;uBACsB;QACvB,MAAM,EAAE,eAAe,CAAA;QACvB,MAAM,EAAE,8BAA8B,CAAA;QACtC,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;QAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;IAUxC;;OAEG;yBACwB;QACzB,MAAM,EAAE,eAAe,CAAA;QACvB,QAAQ,CAAC,EAAE,aAAa,CAAA;QACxB,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;QAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;sBAGtB;QAAE,KAAK,EAAE,aAAa,CAAA;KAAE,KAAG,2BAA2B;iCAMrC;QACjC,MAAM,EAAE,eAAe,CAAA;QACvB,KAAK,EAAE,aAAa,CAAA;QACpB,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;CAazC,CAAA;AAED,eAAO,MAAM,2BAA2B,SAAgB;IACtD,MAAM,EAAE,eAAe,CAAA;IACvB,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,KAAG,OAAO,CAAC;IACV,QAAQ,EAAE,qBAAqB,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,CAAA;IAC5D,kBAAkB,EAAE,wBAAwB,CAAA;IAC5C,eAAe,EAAE,2BAA2B,CAAA;CAC7C,CAyCA,CAAA"}
1
+ {"version":3,"file":"editorConfigFactory.d.ts","sourceRoot":"","sources":["../../src/utilities/editorConfigFactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClE,OAAO,KAAK,EAA2B,aAAa,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEtF,OAAO,KAAK,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AACjG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAA;AAC7E,OAAO,KAAK,EACV,aAAa,EAEb,8BAA8B,EAC/B,MAAM,mBAAmB,CAAA;AAO1B,eAAO,MAAM,mBAAmB;oBACR;QACpB,MAAM,EAAE,eAAe,CAAA;QACvB,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;IAMxC;;;;;;;OAOG;uBACsB;QACvB,MAAM,EAAE,eAAe,CAAA;QACvB,MAAM,EAAE,8BAA8B,CAAA;QACtC,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;QAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;IAUxC;;OAEG;yBACwB;QACzB,MAAM,EAAE,eAAe,CAAA;QACvB,QAAQ,CAAC,EAAE,aAAa,CAAA;QACxB,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;QAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;sBAGtB;QAAE,KAAK,EAAE,aAAa,CAAA;KAAE,KAAG,2BAA2B;iCAMrC;QACjC,MAAM,EAAE,eAAe,CAAA;QACvB,KAAK,EAAE,aAAa,CAAA;QACpB,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAC5B,KAAG,OAAO,CAAC,2BAA2B,CAAC;CAazC,CAAA;AAED,eAAO,MAAM,2BAA2B,GAAU,MAAM;IACtD,MAAM,EAAE,eAAe,CAAA;IACvB,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,KAAG,OAAO,CAAC;IACV,QAAQ,EAAE,qBAAqB,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,CAAA;IAC5D,kBAAkB,EAAE,wBAAwB,CAAA;IAC5C,eAAe,EAAE,2BAA2B,CAAA;CAC7C,CAyCA,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"editorConfigFactory.js","names":["defaultEditorConfig","defaultEditorFeatures","loadFeatures","sanitizeServerFeatures","getDefaultSanitizedEditorConfig","editorConfigFactory","default","args","config","parentIsLocalized","fromEditor","lexicalAdapter","editor","isRoot","sanitizedServerEditorConfig","editorConfig","fromFeatures","featuresInputToEditorConfig","sanitizedConfig","fromField","field","fromUnsanitizedField","lexicalAdapterProvider","features","rootEditor","rootEditorFeatures","defaultFeatures","rootFeatures","lexical","resolvedFeatureMap","unSanitizedEditorConfig"],"sources":["../../src/utilities/editorConfigFactory.ts"],"sourcesContent":["import type { EditorConfig as LexicalEditorConfig } from 'lexical'\nimport type { RichTextAdapterProvider, RichTextField, SanitizedConfig } from 'payload'\n\nimport type { FeatureProviderServer, ResolvedServerFeatureMap } from '../features/typesServer.js'\nimport type { SanitizedServerEditorConfig } from '../lexical/config/types.js'\nimport type {\n FeaturesInput,\n LexicalRichTextAdapter,\n LexicalRichTextAdapterProvider,\n} from '../types.js'\n\nimport { defaultEditorConfig, defaultEditorFeatures } from '../lexical/config/server/default.js'\nimport { loadFeatures } from '../lexical/config/server/loader.js'\nimport { sanitizeServerFeatures } from '../lexical/config/server/sanitize.js'\nimport { getDefaultSanitizedEditorConfig } from './getDefaultSanitizedEditorConfig.js'\n\nexport const editorConfigFactory = {\n default: async (args: {\n config: SanitizedConfig\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n return getDefaultSanitizedEditorConfig({\n config: args.config,\n parentIsLocalized: args.parentIsLocalized ?? false,\n })\n },\n /**\n * If you have instantiated a lexical editor and are accessing it outside a field (=> this is the unsanitized editor),\n * you can extract the editor config from it.\n * This is common if you define the editor in a re-usable module scope variable and pass it to the richText field.\n *\n * This is the least efficient way to get the editor config, and not recommended. It is recommended to extract the `features` arg\n * into a separate variable and use `fromFeatures` instead.\n */\n fromEditor: async (args: {\n config: SanitizedConfig\n editor: LexicalRichTextAdapterProvider\n isRoot?: boolean\n lexical?: LexicalEditorConfig\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n const lexicalAdapter: LexicalRichTextAdapter = await args.editor({\n config: args.config,\n isRoot: args.isRoot ?? false,\n parentIsLocalized: args.parentIsLocalized ?? false,\n })\n\n const sanitizedServerEditorConfig: SanitizedServerEditorConfig = lexicalAdapter.editorConfig\n return sanitizedServerEditorConfig\n },\n /**\n * Create a new editor config - behaves just like instantiating a new `lexicalEditor`\n */\n fromFeatures: async (args: {\n config: SanitizedConfig\n features?: FeaturesInput\n isRoot?: boolean\n lexical?: LexicalEditorConfig\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n return (await featuresInputToEditorConfig(args)).sanitizedConfig\n },\n fromField: (args: { field: RichTextField }): SanitizedServerEditorConfig => {\n const lexicalAdapter: LexicalRichTextAdapter = args.field.editor as LexicalRichTextAdapter\n\n const sanitizedServerEditorConfig: SanitizedServerEditorConfig = lexicalAdapter.editorConfig\n return sanitizedServerEditorConfig\n },\n fromUnsanitizedField: async (args: {\n config: SanitizedConfig\n field: RichTextField\n isRoot?: boolean\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n const lexicalAdapterProvider: RichTextAdapterProvider = args.field\n .editor as RichTextAdapterProvider\n\n const lexicalAdapter: LexicalRichTextAdapter = (await lexicalAdapterProvider({\n config: args.config,\n isRoot: args.isRoot ?? false,\n parentIsLocalized: args.parentIsLocalized ?? false,\n })) as LexicalRichTextAdapter\n\n const sanitizedServerEditorConfig: SanitizedServerEditorConfig = lexicalAdapter.editorConfig\n return sanitizedServerEditorConfig\n },\n}\n\nexport const featuresInputToEditorConfig = async (args: {\n config: SanitizedConfig\n features?: FeaturesInput\n isRoot?: boolean\n lexical?: LexicalEditorConfig\n parentIsLocalized?: boolean\n}): Promise<{\n features: FeatureProviderServer<unknown, unknown, unknown>[]\n resolvedFeatureMap: ResolvedServerFeatureMap\n sanitizedConfig: SanitizedServerEditorConfig\n}> => {\n let features: FeatureProviderServer<unknown, unknown, unknown>[] = []\n if (args.features && typeof args.features === 'function') {\n const rootEditor = args.config.editor\n let rootEditorFeatures: FeatureProviderServer<unknown, unknown, unknown>[] = []\n if (typeof rootEditor === 'object' && 'features' in rootEditor) {\n rootEditorFeatures = (rootEditor as LexicalRichTextAdapter).features\n }\n features = args.features({\n defaultFeatures: defaultEditorFeatures,\n rootFeatures: rootEditorFeatures,\n })\n } else {\n features = args.features as FeatureProviderServer<unknown, unknown, unknown>[]\n }\n\n if (!features) {\n features = defaultEditorFeatures\n }\n\n const lexical = args.lexical ?? defaultEditorConfig.lexical\n\n const resolvedFeatureMap = await loadFeatures({\n config: args.config,\n isRoot: args.isRoot ?? false,\n parentIsLocalized: args.parentIsLocalized ?? false,\n unSanitizedEditorConfig: {\n features,\n lexical,\n },\n })\n\n return {\n features,\n resolvedFeatureMap,\n sanitizedConfig: {\n features: sanitizeServerFeatures(resolvedFeatureMap),\n lexical: args.lexical,\n resolvedFeatureMap,\n },\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"editorConfigFactory.js","names":["defaultEditorConfig","defaultEditorFeatures","loadFeatures","sanitizeServerFeatures","getDefaultSanitizedEditorConfig","editorConfigFactory","default","args","config","parentIsLocalized","fromEditor","lexicalAdapter","editor","isRoot","sanitizedServerEditorConfig","editorConfig","fromFeatures","featuresInputToEditorConfig","sanitizedConfig","fromField","field","fromUnsanitizedField","lexicalAdapterProvider","features","rootEditor","rootEditorFeatures","defaultFeatures","rootFeatures","lexical","resolvedFeatureMap","unSanitizedEditorConfig"],"sources":["../../src/utilities/editorConfigFactory.ts"],"sourcesContent":["import type { EditorConfig as LexicalEditorConfig } from 'lexical'\nimport type { RichTextAdapterProvider, RichTextField, SanitizedConfig } from 'payload'\n\nimport type { FeatureProviderServer, ResolvedServerFeatureMap } from '../features/typesServer.js'\nimport type { SanitizedServerEditorConfig } from '../lexical/config/types.js'\nimport type {\n FeaturesInput,\n LexicalRichTextAdapter,\n LexicalRichTextAdapterProvider,\n} from '../types/index.js'\n\nimport { defaultEditorConfig, defaultEditorFeatures } from '../lexical/config/server/default.js'\nimport { loadFeatures } from '../lexical/config/server/loader.js'\nimport { sanitizeServerFeatures } from '../lexical/config/server/sanitize.js'\nimport { getDefaultSanitizedEditorConfig } from './getDefaultSanitizedEditorConfig.js'\n\nexport const editorConfigFactory = {\n default: async (args: {\n config: SanitizedConfig\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n return getDefaultSanitizedEditorConfig({\n config: args.config,\n parentIsLocalized: args.parentIsLocalized ?? false,\n })\n },\n /**\n * If you have instantiated a lexical editor and are accessing it outside a field (=> this is the unsanitized editor),\n * you can extract the editor config from it.\n * This is common if you define the editor in a re-usable module scope variable and pass it to the richText field.\n *\n * This is the least efficient way to get the editor config, and not recommended. It is recommended to extract the `features` arg\n * into a separate variable and use `fromFeatures` instead.\n */\n fromEditor: async (args: {\n config: SanitizedConfig\n editor: LexicalRichTextAdapterProvider\n isRoot?: boolean\n lexical?: LexicalEditorConfig\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n const lexicalAdapter: LexicalRichTextAdapter = await args.editor({\n config: args.config,\n isRoot: args.isRoot ?? false,\n parentIsLocalized: args.parentIsLocalized ?? false,\n })\n\n const sanitizedServerEditorConfig: SanitizedServerEditorConfig = lexicalAdapter.editorConfig\n return sanitizedServerEditorConfig\n },\n /**\n * Create a new editor config - behaves just like instantiating a new `lexicalEditor`\n */\n fromFeatures: async (args: {\n config: SanitizedConfig\n features?: FeaturesInput\n isRoot?: boolean\n lexical?: LexicalEditorConfig\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n return (await featuresInputToEditorConfig(args)).sanitizedConfig\n },\n fromField: (args: { field: RichTextField }): SanitizedServerEditorConfig => {\n const lexicalAdapter: LexicalRichTextAdapter = args.field.editor as LexicalRichTextAdapter\n\n const sanitizedServerEditorConfig: SanitizedServerEditorConfig = lexicalAdapter.editorConfig\n return sanitizedServerEditorConfig\n },\n fromUnsanitizedField: async (args: {\n config: SanitizedConfig\n field: RichTextField\n isRoot?: boolean\n parentIsLocalized?: boolean\n }): Promise<SanitizedServerEditorConfig> => {\n const lexicalAdapterProvider: RichTextAdapterProvider = args.field\n .editor as RichTextAdapterProvider\n\n const lexicalAdapter: LexicalRichTextAdapter = (await lexicalAdapterProvider({\n config: args.config,\n isRoot: args.isRoot ?? false,\n parentIsLocalized: args.parentIsLocalized ?? false,\n })) as LexicalRichTextAdapter\n\n const sanitizedServerEditorConfig: SanitizedServerEditorConfig = lexicalAdapter.editorConfig\n return sanitizedServerEditorConfig\n },\n}\n\nexport const featuresInputToEditorConfig = async (args: {\n config: SanitizedConfig\n features?: FeaturesInput\n isRoot?: boolean\n lexical?: LexicalEditorConfig\n parentIsLocalized?: boolean\n}): Promise<{\n features: FeatureProviderServer<unknown, unknown, unknown>[]\n resolvedFeatureMap: ResolvedServerFeatureMap\n sanitizedConfig: SanitizedServerEditorConfig\n}> => {\n let features: FeatureProviderServer<unknown, unknown, unknown>[] = []\n if (args.features && typeof args.features === 'function') {\n const rootEditor = args.config.editor\n let rootEditorFeatures: FeatureProviderServer<unknown, unknown, unknown>[] = []\n if (typeof rootEditor === 'object' && 'features' in rootEditor) {\n rootEditorFeatures = (rootEditor as LexicalRichTextAdapter).features\n }\n features = args.features({\n defaultFeatures: defaultEditorFeatures,\n rootFeatures: rootEditorFeatures,\n })\n } else {\n features = args.features as FeatureProviderServer<unknown, unknown, unknown>[]\n }\n\n if (!features) {\n features = defaultEditorFeatures\n }\n\n const lexical = args.lexical ?? defaultEditorConfig.lexical\n\n const resolvedFeatureMap = await loadFeatures({\n config: args.config,\n isRoot: args.isRoot ?? false,\n parentIsLocalized: args.parentIsLocalized ?? false,\n unSanitizedEditorConfig: {\n features,\n lexical,\n },\n })\n\n return {\n features,\n resolvedFeatureMap,\n sanitizedConfig: {\n features: sanitizeServerFeatures(resolvedFeatureMap),\n lexical: args.lexical,\n resolvedFeatureMap,\n },\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/Drawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAGvE,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,IAAI,CAAC,EAAE,IAAI,CAAA;IACpB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,WAAW,EAAE,CAAA;IACzC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,IAAI,EAAE,UAAU,KAAK,IAAI,CAAA;IAC1E,QAAQ,CAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAC1C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAA;CACnC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA0CpD,CAAA"}
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/Drawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAGvE,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,IAAI,CAAC,EAAE,IAAI,CAAA;IACpB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,WAAW,EAAE,CAAA;IACzC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,IAAI,EAAE,UAAU,KAAK,IAAI,CAAA;IAC1E,QAAQ,CAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAC1C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAA;CACnC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkDpD,CAAA"}
@@ -5,13 +5,14 @@ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  import { Drawer, EditDepthProvider, useModal } from '@payloadcms/ui';
6
6
  import React from 'react';
7
7
  import { DrawerContent } from './DrawerContent.js';
8
+ import { useDrawerSubmit } from './useDrawerSubmit.js';
8
9
  /**
9
10
  * This FieldsDrawer component can be used to easily create a Drawer that contains a form with fields within your feature.
10
11
  * The fields are taken directly from the schema map based on your `featureKey` and `schemaPathSuffix`. Thus, this can only
11
12
  * be used if you provide your field schema inside the `generateSchemaMap` prop of your feature.server.ts.
12
13
  */
13
14
  export const FieldsDrawer = t0 => {
14
- const $ = _c(15);
15
+ const $ = _c(17);
15
16
  const {
16
17
  className,
17
18
  data,
@@ -27,6 +28,10 @@ export const FieldsDrawer = t0 => {
27
28
  const {
28
29
  closeModal
29
30
  } = useModal();
31
+ const {
32
+ headerActions,
33
+ submitRef
34
+ } = useDrawerSubmit();
30
35
  const t1 = drawerTitle ?? "";
31
36
  let t2;
32
37
  if ($[0] !== closeModal || $[1] !== drawerSlug || $[2] !== handleDrawerSubmit) {
@@ -44,10 +49,11 @@ export const FieldsDrawer = t0 => {
44
49
  t2 = $[3];
45
50
  }
46
51
  let t3;
47
- if ($[4] !== className || $[5] !== data || $[6] !== drawerSlug || $[7] !== featureKey || $[8] !== fieldMapOverride || $[9] !== schemaFieldsPathOverride || $[10] !== schemaPath || $[11] !== schemaPathSuffix || $[12] !== t1 || $[13] !== t2) {
52
+ if ($[4] !== className || $[5] !== data || $[6] !== drawerSlug || $[7] !== featureKey || $[8] !== fieldMapOverride || $[9] !== headerActions || $[10] !== schemaFieldsPathOverride || $[11] !== schemaPath || $[12] !== schemaPathSuffix || $[13] !== submitRef || $[14] !== t1 || $[15] !== t2) {
48
53
  t3 = _jsx(EditDepthProvider, {
49
54
  children: _jsx(Drawer, {
50
55
  className,
56
+ headerActions,
51
57
  slug: drawerSlug,
52
58
  title: t1,
53
59
  children: _jsx(DrawerContent, {
@@ -57,7 +63,8 @@ export const FieldsDrawer = t0 => {
57
63
  handleDrawerSubmit: t2,
58
64
  schemaFieldsPathOverride,
59
65
  schemaPath,
60
- schemaPathSuffix
66
+ schemaPathSuffix,
67
+ submitRef
61
68
  })
62
69
  })
63
70
  });
@@ -66,14 +73,16 @@ export const FieldsDrawer = t0 => {
66
73
  $[6] = drawerSlug;
67
74
  $[7] = featureKey;
68
75
  $[8] = fieldMapOverride;
69
- $[9] = schemaFieldsPathOverride;
70
- $[10] = schemaPath;
71
- $[11] = schemaPathSuffix;
72
- $[12] = t1;
73
- $[13] = t2;
74
- $[14] = t3;
76
+ $[9] = headerActions;
77
+ $[10] = schemaFieldsPathOverride;
78
+ $[11] = schemaPath;
79
+ $[12] = schemaPathSuffix;
80
+ $[13] = submitRef;
81
+ $[14] = t1;
82
+ $[15] = t2;
83
+ $[16] = t3;
75
84
  } else {
76
- t3 = $[14];
85
+ t3 = $[16];
77
86
  }
78
87
  return t3;
79
88
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.js","names":["c","_c","Drawer","EditDepthProvider","useModal","React","DrawerContent","FieldsDrawer","t0","$","className","data","drawerSlug","drawerTitle","featureKey","fieldMapOverride","handleDrawerSubmit","schemaFieldsPathOverride","schemaPath","schemaPathSuffix","closeModal","t1","t2","args","args2","setTimeout","t3","_jsx","children","slug","title"],"sources":["../../../src/utilities/fieldsDrawer/Drawer.tsx"],"sourcesContent":["'use client'\nimport type { ClientField, Data, FormState, JsonObject } from 'payload'\n\nimport { Drawer, EditDepthProvider, useModal } from '@payloadcms/ui'\nimport React from 'react'\n\nimport { DrawerContent } from './DrawerContent.js'\n\nexport type FieldsDrawerProps = {\n readonly className?: string\n readonly data?: Data\n readonly drawerSlug: string\n readonly drawerTitle?: string\n readonly featureKey: string\n readonly fieldMapOverride?: ClientField[]\n readonly handleDrawerSubmit: (fields: FormState, data: JsonObject) => void\n readonly schemaFieldsPathOverride?: string\n readonly schemaPath: string\n readonly schemaPathSuffix?: string\n}\n\n/**\n * This FieldsDrawer component can be used to easily create a Drawer that contains a form with fields within your feature.\n * The fields are taken directly from the schema map based on your `featureKey` and `schemaPathSuffix`. Thus, this can only\n * be used if you provide your field schema inside the `generateSchemaMap` prop of your feature.server.ts.\n */\nexport const FieldsDrawer: React.FC<FieldsDrawerProps> = ({\n className,\n data,\n drawerSlug,\n drawerTitle,\n featureKey,\n fieldMapOverride,\n handleDrawerSubmit,\n schemaFieldsPathOverride,\n schemaPath,\n schemaPathSuffix,\n}) => {\n const { closeModal } = useModal()\n // The Drawer only renders its children (and itself) if it's open. Thus, by extracting the main content\n // to DrawerContent, this should be faster\n return (\n <EditDepthProvider>\n <Drawer className={className} slug={drawerSlug} title={drawerTitle ?? ''}>\n <DrawerContent\n data={data}\n featureKey={featureKey}\n fieldMapOverride={fieldMapOverride}\n handleDrawerSubmit={(args, args2) => {\n // Simply close drawer - no need for useLexicalDrawer here as at this point,\n // we don't need to restore the cursor position. This is handled by the useEffect in useLexicalDrawer.\n closeModal(drawerSlug)\n\n // Actual drawer submit logic needs to be triggered after the drawer is closed.\n // That's because the lexical selection / cursor restore logic that is striggerer by\n // `useLexicalDrawer` neeeds to be triggered before any editor.update calls that may happen\n // in the `handleDrawerSubmit` function.\n setTimeout(() => {\n handleDrawerSubmit(args, args2)\n }, 1)\n }}\n schemaFieldsPathOverride={schemaFieldsPathOverride}\n schemaPath={schemaPath}\n schemaPathSuffix={schemaPathSuffix}\n />\n </Drawer>\n </EditDepthProvider>\n )\n}\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;;AAGA,SAASC,MAAM,EAAEC,iBAAiB,EAAEC,QAAQ,QAAQ;AACpD,OAAOC,KAAA,MAAW;AAElB,SAASC,aAAa,QAAQ;AAe9B;;;;;AAKA,OAAO,MAAMC,YAAA,GAA4CC,EAAA;EAAA,MAAAC,CAAA,GAAAR,EAAA;EAAC;IAAAS,SAAA;IAAAC,IAAA;IAAAC,UAAA;IAAAC,WAAA;IAAAC,UAAA;IAAAC,gBAAA;IAAAC,kBAAA;IAAAC,wBAAA;IAAAC,UAAA;IAAAC;EAAA,IAAAX,EAWzD;EACC;IAAAY;EAAA,IAAuBhB,QAAA;EAKoC,MAAAiB,EAAA,GAAAR,WAAA,IAAe;EAAA,IAAAS,EAAA;EAAA,IAAAb,CAAA,QAAAW,UAAA,IAAAX,CAAA,QAAAG,UAAA,IAAAH,CAAA,QAAAO,kBAAA;IAK9CM,EAAA,GAAAA,CAAAC,IAAA,EAAAC,KAAA;MAGlBJ,UAAA,CAAWR,UAAA;MAMXa,UAAA;QACET,kBAAA,CAAmBO,IAAA,EAAMC,KAAA;MAAA,IACxB;IAAA;IACLf,CAAA,MAAAW,UAAA;IAAAX,CAAA,MAAAG,UAAA;IAAAH,CAAA,MAAAO,kBAAA;IAAAP,CAAA,MAAAa,EAAA;EAAA;IAAAA,EAAA,GAAAb,CAAA;EAAA;EAAA,IAAAiB,EAAA;EAAA,IAAAjB,CAAA,QAAAC,SAAA,IAAAD,CAAA,QAAAE,IAAA,IAAAF,CAAA,QAAAG,UAAA,IAAAH,CAAA,QAAAK,UAAA,IAAAL,CAAA,QAAAM,gBAAA,IAAAN,CAAA,QAAAQ,wBAAA,IAAAR,CAAA,SAAAS,UAAA,IAAAT,CAAA,SAAAU,gBAAA,IAAAV,CAAA,SAAAY,EAAA,IAAAZ,CAAA,SAAAa,EAAA;IAlBNI,EAAA,GAAAC,IAAA,CAAAxB,iBAAA;MAAAyB,QAAA,EACED,IAAA,CAAAzB,MAAA;QAAAQ,SAAA;QAAAmB,IAAA,EAAoCjB,UAAA;QAAAkB,KAAA,EAAmBT,EAAe;QAAAO,QAAA,EACpED,IAAA,CAAArB,aAAA;UAAAK,IAAA;UAAAG,UAAA;UAAAC,gBAAA;UAAAC,kBAAA,EAIsBM,EAYpB;UAAAL,wBAAA;UAAAC,UAAA;UAAAC;QAAA,C;;;;;;;;;;;;;;;;;SAlBNO,E;CA0BJ","ignoreList":[]}
1
+ {"version":3,"file":"Drawer.js","names":["c","_c","Drawer","EditDepthProvider","useModal","React","DrawerContent","useDrawerSubmit","FieldsDrawer","t0","$","className","data","drawerSlug","drawerTitle","featureKey","fieldMapOverride","handleDrawerSubmit","schemaFieldsPathOverride","schemaPath","schemaPathSuffix","closeModal","headerActions","submitRef","t1","t2","args","args2","setTimeout","t3","_jsx","children","slug","title"],"sources":["../../../src/utilities/fieldsDrawer/Drawer.tsx"],"sourcesContent":["'use client'\nimport type { ClientField, Data, FormState, JsonObject } from 'payload'\n\nimport { Drawer, EditDepthProvider, useModal } from '@payloadcms/ui'\nimport React from 'react'\n\nimport { DrawerContent } from './DrawerContent.js'\nimport { useDrawerSubmit } from './useDrawerSubmit.js'\n\nexport type FieldsDrawerProps = {\n readonly className?: string\n readonly data?: Data\n readonly drawerSlug: string\n readonly drawerTitle?: string\n readonly featureKey: string\n readonly fieldMapOverride?: ClientField[]\n readonly handleDrawerSubmit: (fields: FormState, data: JsonObject) => void\n readonly schemaFieldsPathOverride?: string\n readonly schemaPath: string\n readonly schemaPathSuffix?: string\n}\n\n/**\n * This FieldsDrawer component can be used to easily create a Drawer that contains a form with fields within your feature.\n * The fields are taken directly from the schema map based on your `featureKey` and `schemaPathSuffix`. Thus, this can only\n * be used if you provide your field schema inside the `generateSchemaMap` prop of your feature.server.ts.\n */\nexport const FieldsDrawer: React.FC<FieldsDrawerProps> = ({\n className,\n data,\n drawerSlug,\n drawerTitle,\n featureKey,\n fieldMapOverride,\n handleDrawerSubmit,\n schemaFieldsPathOverride,\n schemaPath,\n schemaPathSuffix,\n}) => {\n const { closeModal } = useModal()\n const { headerActions, submitRef } = useDrawerSubmit()\n\n // The Drawer only renders its children (and itself) if it's open. Thus, by extracting the main content\n // to DrawerContent, this should be faster\n return (\n <EditDepthProvider>\n <Drawer\n className={className}\n headerActions={headerActions}\n slug={drawerSlug}\n title={drawerTitle ?? ''}\n >\n <DrawerContent\n data={data}\n featureKey={featureKey}\n fieldMapOverride={fieldMapOverride}\n handleDrawerSubmit={(args, args2) => {\n // Simply close drawer - no need for useLexicalDrawer here as at this point,\n // we don't need to restore the cursor position. This is handled by the useEffect in useLexicalDrawer.\n closeModal(drawerSlug)\n\n // Actual drawer submit logic needs to be triggered after the drawer is closed.\n // That's because the lexical selection / cursor restore logic that is striggerer by\n // `useLexicalDrawer` neeeds to be triggered before any editor.update calls that may happen\n // in the `handleDrawerSubmit` function.\n setTimeout(() => {\n handleDrawerSubmit(args, args2)\n }, 1)\n }}\n schemaFieldsPathOverride={schemaFieldsPathOverride}\n schemaPath={schemaPath}\n schemaPathSuffix={schemaPathSuffix}\n submitRef={submitRef}\n />\n </Drawer>\n </EditDepthProvider>\n )\n}\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;;AAGA,SAASC,MAAM,EAAEC,iBAAiB,EAAEC,QAAQ,QAAQ;AACpD,OAAOC,KAAA,MAAW;AAElB,SAASC,aAAa,QAAQ;AAC9B,SAASC,eAAe,QAAQ;AAehC;;;;;AAKA,OAAO,MAAMC,YAAA,GAA4CC,EAAA;EAAA,MAAAC,CAAA,GAAAT,EAAA;EAAC;IAAAU,SAAA;IAAAC,IAAA;IAAAC,UAAA;IAAAC,WAAA;IAAAC,UAAA;IAAAC,gBAAA;IAAAC,kBAAA;IAAAC,wBAAA;IAAAC,UAAA;IAAAC;EAAA,IAAAX,EAWzD;EACC;IAAAY;EAAA,IAAuBjB,QAAA;EACvB;IAAAkB,aAAA;IAAAC;EAAA,IAAqChB,eAAA;EAUxB,MAAAiB,EAAA,GAAAV,WAAA,IAAe;EAAA,IAAAW,EAAA;EAAA,IAAAf,CAAA,QAAAW,UAAA,IAAAX,CAAA,QAAAG,UAAA,IAAAH,CAAA,QAAAO,kBAAA;IAMAQ,EAAA,GAAAA,CAAAC,IAAA,EAAAC,KAAA;MAGlBN,UAAA,CAAWR,UAAA;MAMXe,UAAA;QACEX,kBAAA,CAAmBS,IAAA,EAAMC,KAAA;MAAA,IACxB;IAAA;IACLjB,CAAA,MAAAW,UAAA;IAAAX,CAAA,MAAAG,UAAA;IAAAH,CAAA,MAAAO,kBAAA;IAAAP,CAAA,MAAAe,EAAA;EAAA;IAAAA,EAAA,GAAAf,CAAA;EAAA;EAAA,IAAAmB,EAAA;EAAA,IAAAnB,CAAA,QAAAC,SAAA,IAAAD,CAAA,QAAAE,IAAA,IAAAF,CAAA,QAAAG,UAAA,IAAAH,CAAA,QAAAK,UAAA,IAAAL,CAAA,QAAAM,gBAAA,IAAAN,CAAA,QAAAY,aAAA,IAAAZ,CAAA,SAAAQ,wBAAA,IAAAR,CAAA,SAAAS,UAAA,IAAAT,CAAA,SAAAU,gBAAA,IAAAV,CAAA,SAAAa,SAAA,IAAAb,CAAA,SAAAc,EAAA,IAAAd,CAAA,SAAAe,EAAA;IAvBNI,EAAA,GAAAC,IAAA,CAAA3B,iBAAA;MAAA4B,QAAA,EACED,IAAA,CAAA5B,MAAA;QAAAS,SAAA;QAAAW,aAAA;QAAAU,IAAA,EAGQnB,UAAA;QAAAoB,KAAA,EACCT,EAAe;QAAAO,QAAA,EAEtBD,IAAA,CAAAxB,aAAA;UAAAM,IAAA;UAAAG,UAAA;UAAAC,gBAAA;UAAAC,kBAAA,EAIsBQ,EAYpB;UAAAP,wBAAA;UAAAC,UAAA;UAAAC,gBAAA;UAAAG;QAAA,C;;;;;;;;;;;;;;;;;;;SAvBNM,E;CAgCJ","ignoreList":[]}
@@ -1,4 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { FieldsDrawerProps } from './Drawer.js';
3
- export declare const DrawerContent: React.FC<Omit<FieldsDrawerProps, 'drawerSlug' | 'drawerTitle'>>;
3
+ import './index.css';
4
+ export declare const DrawerContent: React.FC<{
5
+ submitRef: React.RefObject<(() => void) | null>;
6
+ } & Omit<FieldsDrawerProps, 'drawerSlug' | 'drawerTitle'>>;
4
7
  //# sourceMappingURL=DrawerContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DrawerContent.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/DrawerContent.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAmD,MAAM,OAAO,CAAA;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAIpD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,GAAG,aAAa,CAAC,CAuJzF,CAAA"}
1
+ {"version":3,"file":"DrawerContent.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/DrawerContent.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAmD,MAAM,OAAO,CAAA;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAIpD,OAAO,aAAa,CAAA;AAEpB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAClC;IACE,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC,CAAA;CAChD,GAAG,IAAI,CAAC,iBAAiB,EAAE,YAAY,GAAG,aAAa,CAAC,CAyJ1D,CAAA"}
@@ -2,12 +2,14 @@
2
2
 
3
3
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
4
  import { useLexicalEditable } from '@lexical/react/useLexicalEditable';
5
- import { Form, FormSubmit, RenderFields, useDocumentForm, useDocumentInfo, useServerFunctions, useTranslation } from '@payloadcms/ui';
5
+ import { Form, RenderFields, useDocumentForm, useDocumentInfo, useServerFunctions } from '@payloadcms/ui';
6
6
  import { abortAndIgnore } from '@payloadcms/ui/shared';
7
7
  import { deepCopyObjectSimpleWithoutReactComponents } from 'payload/shared';
8
8
  import React, { useCallback, useEffect, useRef, useState } from 'react';
9
9
  import { v4 as uuid } from 'uuid';
10
10
  import { useEditorConfigContext } from '../../lexical/config/client/EditorConfigProvider.js';
11
+ import { RegisterFormSubmit } from './useDrawerSubmit.js';
12
+ import './index.css';
11
13
  export const DrawerContent = ({
12
14
  data,
13
15
  featureKey,
@@ -15,11 +17,9 @@ export const DrawerContent = ({
15
17
  handleDrawerSubmit,
16
18
  schemaFieldsPathOverride,
17
19
  schemaPath,
18
- schemaPathSuffix
20
+ schemaPathSuffix,
21
+ submitRef
19
22
  }) => {
20
- const {
21
- t
22
- } = useTranslation();
23
23
  const {
24
24
  id,
25
25
  collectionSlug,
@@ -116,6 +116,7 @@ export const DrawerContent = ({
116
116
  }
117
117
  return /*#__PURE__*/_jsxs(Form, {
118
118
  beforeSubmit: [onChange],
119
+ className: "fields-drawer",
119
120
  disableValidationOnSubmit: true,
120
121
  fields: Array.isArray(fields) ? fields : [],
121
122
  initialState: initialState,
@@ -130,8 +131,8 @@ export const DrawerContent = ({
130
131
  parentSchemaPath: schemaFieldsPath,
131
132
  permissions: true,
132
133
  readOnly: !isEditable
133
- }), /*#__PURE__*/_jsx(FormSubmit, {
134
- children: t('fields:saveChanges')
134
+ }), /*#__PURE__*/_jsx(RegisterFormSubmit, {
135
+ submitRef: submitRef
135
136
  })]
136
137
  });
137
138
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DrawerContent.js","names":["useLexicalEditable","Form","FormSubmit","RenderFields","useDocumentForm","useDocumentInfo","useServerFunctions","useTranslation","abortAndIgnore","deepCopyObjectSimpleWithoutReactComponents","React","useCallback","useEffect","useRef","useState","v4","uuid","useEditorConfigContext","DrawerContent","data","featureKey","fieldMapOverride","handleDrawerSubmit","schemaFieldsPathOverride","schemaPath","schemaPathSuffix","t","id","collectionSlug","getDocPreferences","globalSlug","fields","parentDocumentFields","isEditable","onChangeAbortControllerRef","AbortController","initialState","setInitialState","fieldProps","featureClientSchemaMap","getFormState","schemaFieldsPath","controller","awaitInitialState","state","docPermissions","docPreferences","documentFormState","excludeFiles","initialBlockData","operation","readOnly","renderAllFields","signal","onChange","formState","prevFormState","current","initialBlockFormState","_jsxs","beforeSubmit","disableValidationOnSubmit","Array","isArray","onSubmit","_jsx","forceRender","parentIndexPath","parentPath","parentSchemaPath","permissions"],"sources":["../../../src/utilities/fieldsDrawer/DrawerContent.tsx"],"sourcesContent":["'use client'\nimport type { FormState } from 'payload'\n\nimport { useLexicalEditable } from '@lexical/react/useLexicalEditable'\nimport {\n Form,\n FormSubmit,\n RenderFields,\n useDocumentForm,\n useDocumentInfo,\n useServerFunctions,\n useTranslation,\n} from '@payloadcms/ui'\nimport { abortAndIgnore } from '@payloadcms/ui/shared'\nimport { deepCopyObjectSimpleWithoutReactComponents } from 'payload/shared'\nimport React, { useCallback, useEffect, useRef, useState } from 'react'\nimport { v4 as uuid } from 'uuid'\n\nimport type { FieldsDrawerProps } from './Drawer.js'\n\nimport { useEditorConfigContext } from '../../lexical/config/client/EditorConfigProvider.js'\n\nexport const DrawerContent: React.FC<Omit<FieldsDrawerProps, 'drawerSlug' | 'drawerTitle'>> = ({\n data,\n featureKey,\n fieldMapOverride,\n handleDrawerSubmit,\n schemaFieldsPathOverride,\n schemaPath,\n schemaPathSuffix,\n}) => {\n const { t } = useTranslation()\n const { id, collectionSlug, getDocPreferences, globalSlug } = useDocumentInfo()\n const { fields: parentDocumentFields } = useDocumentForm()\n const isEditable = useLexicalEditable()\n\n const onChangeAbortControllerRef = useRef(new AbortController())\n\n const [initialState, setInitialState] = useState<false | FormState | undefined>(false)\n\n const {\n fieldProps: { featureClientSchemaMap },\n } = useEditorConfigContext()\n\n const { getFormState } = useServerFunctions()\n\n const schemaFieldsPath =\n schemaFieldsPathOverride ??\n `${schemaPath}.lexical_internal_feature.${featureKey}${schemaPathSuffix ? `.${schemaPathSuffix}` : ''}`\n\n const fields: any = fieldMapOverride ?? featureClientSchemaMap[featureKey]?.[schemaFieldsPath] // Field Schema\n\n useEffect(() => {\n const controller = new AbortController()\n\n const awaitInitialState = async () => {\n const { state } = await getFormState({\n id,\n collectionSlug,\n data: data ?? {},\n docPermissions: {\n fields: true,\n },\n docPreferences: await getDocPreferences(),\n documentFormState: deepCopyObjectSimpleWithoutReactComponents(parentDocumentFields, {\n excludeFiles: true,\n }),\n globalSlug,\n initialBlockData: data,\n operation: 'update',\n readOnly: !isEditable,\n renderAllFields: true,\n schemaPath: schemaFieldsPath,\n signal: controller.signal,\n })\n\n setInitialState(state)\n }\n\n void awaitInitialState()\n\n return () => {\n abortAndIgnore(controller)\n }\n }, [\n schemaFieldsPath,\n id,\n data,\n getFormState,\n collectionSlug,\n isEditable,\n globalSlug,\n getDocPreferences,\n parentDocumentFields,\n ])\n\n const onChange = useCallback(\n async ({ formState: prevFormState }: { formState: FormState }) => {\n abortAndIgnore(onChangeAbortControllerRef.current)\n\n const controller = new AbortController()\n onChangeAbortControllerRef.current = controller\n\n const { state } = await getFormState({\n id,\n collectionSlug,\n docPermissions: {\n fields: true,\n },\n docPreferences: await getDocPreferences(),\n documentFormState: deepCopyObjectSimpleWithoutReactComponents(parentDocumentFields, {\n excludeFiles: true,\n }),\n formState: prevFormState,\n globalSlug,\n initialBlockFormState: prevFormState,\n operation: 'update',\n readOnly: !isEditable,\n schemaPath: schemaFieldsPath,\n signal: controller.signal,\n })\n\n if (!state) {\n return prevFormState\n }\n\n return state\n },\n [\n getFormState,\n id,\n isEditable,\n collectionSlug,\n getDocPreferences,\n parentDocumentFields,\n globalSlug,\n schemaFieldsPath,\n ],\n )\n\n // cleanup effect\n useEffect(() => {\n return () => {\n abortAndIgnore(onChangeAbortControllerRef.current)\n }\n }, [])\n\n if (initialState === false) {\n return null\n }\n\n return (\n <Form\n beforeSubmit={[onChange]}\n disableValidationOnSubmit\n fields={Array.isArray(fields) ? fields : []}\n initialState={initialState}\n onChange={[onChange]}\n onSubmit={handleDrawerSubmit}\n uuid={uuid()}\n >\n <RenderFields\n fields={Array.isArray(fields) ? fields : []}\n forceRender\n parentIndexPath=\"\"\n parentPath=\"\" // See Blocks feature path for details as for why this is empty\n parentSchemaPath={schemaFieldsPath}\n permissions={true}\n readOnly={!isEditable}\n />\n <FormSubmit>{t('fields:saveChanges')}</FormSubmit>\n </Form>\n )\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"DrawerContent.js","names":["useLexicalEditable","Form","RenderFields","useDocumentForm","useDocumentInfo","useServerFunctions","abortAndIgnore","deepCopyObjectSimpleWithoutReactComponents","React","useCallback","useEffect","useRef","useState","v4","uuid","useEditorConfigContext","RegisterFormSubmit","DrawerContent","data","featureKey","fieldMapOverride","handleDrawerSubmit","schemaFieldsPathOverride","schemaPath","schemaPathSuffix","submitRef","id","collectionSlug","getDocPreferences","globalSlug","fields","parentDocumentFields","isEditable","onChangeAbortControllerRef","AbortController","initialState","setInitialState","fieldProps","featureClientSchemaMap","getFormState","schemaFieldsPath","controller","awaitInitialState","state","docPermissions","docPreferences","documentFormState","excludeFiles","initialBlockData","operation","readOnly","renderAllFields","signal","onChange","formState","prevFormState","current","initialBlockFormState","_jsxs","beforeSubmit","className","disableValidationOnSubmit","Array","isArray","onSubmit","_jsx","forceRender","parentIndexPath","parentPath","parentSchemaPath","permissions"],"sources":["../../../src/utilities/fieldsDrawer/DrawerContent.tsx"],"sourcesContent":["'use client'\nimport type { FormState } from 'payload'\n\nimport { useLexicalEditable } from '@lexical/react/useLexicalEditable'\nimport {\n Form,\n RenderFields,\n useDocumentForm,\n useDocumentInfo,\n useServerFunctions,\n} from '@payloadcms/ui'\nimport { abortAndIgnore } from '@payloadcms/ui/shared'\nimport { deepCopyObjectSimpleWithoutReactComponents } from 'payload/shared'\nimport React, { useCallback, useEffect, useRef, useState } from 'react'\nimport { v4 as uuid } from 'uuid'\n\nimport type { FieldsDrawerProps } from './Drawer.js'\n\nimport { useEditorConfigContext } from '../../lexical/config/client/EditorConfigProvider.js'\nimport { RegisterFormSubmit } from './useDrawerSubmit.js'\nimport './index.css'\n\nexport const DrawerContent: React.FC<\n {\n submitRef: React.RefObject<(() => void) | null>\n } & Omit<FieldsDrawerProps, 'drawerSlug' | 'drawerTitle'>\n> = ({\n data,\n featureKey,\n fieldMapOverride,\n handleDrawerSubmit,\n schemaFieldsPathOverride,\n schemaPath,\n schemaPathSuffix,\n submitRef,\n}) => {\n const { id, collectionSlug, getDocPreferences, globalSlug } = useDocumentInfo()\n const { fields: parentDocumentFields } = useDocumentForm()\n const isEditable = useLexicalEditable()\n\n const onChangeAbortControllerRef = useRef(new AbortController())\n\n const [initialState, setInitialState] = useState<false | FormState | undefined>(false)\n\n const {\n fieldProps: { featureClientSchemaMap },\n } = useEditorConfigContext()\n\n const { getFormState } = useServerFunctions()\n\n const schemaFieldsPath =\n schemaFieldsPathOverride ??\n `${schemaPath}.lexical_internal_feature.${featureKey}${schemaPathSuffix ? `.${schemaPathSuffix}` : ''}`\n\n const fields: any = fieldMapOverride ?? featureClientSchemaMap[featureKey]?.[schemaFieldsPath] // Field Schema\n\n useEffect(() => {\n const controller = new AbortController()\n\n const awaitInitialState = async () => {\n const { state } = await getFormState({\n id,\n collectionSlug,\n data: data ?? {},\n docPermissions: {\n fields: true,\n },\n docPreferences: await getDocPreferences(),\n documentFormState: deepCopyObjectSimpleWithoutReactComponents(parentDocumentFields, {\n excludeFiles: true,\n }),\n globalSlug,\n initialBlockData: data,\n operation: 'update',\n readOnly: !isEditable,\n renderAllFields: true,\n schemaPath: schemaFieldsPath,\n signal: controller.signal,\n })\n\n setInitialState(state)\n }\n\n void awaitInitialState()\n\n return () => {\n abortAndIgnore(controller)\n }\n }, [\n schemaFieldsPath,\n id,\n data,\n getFormState,\n collectionSlug,\n isEditable,\n globalSlug,\n getDocPreferences,\n parentDocumentFields,\n ])\n\n const onChange = useCallback(\n async ({ formState: prevFormState }: { formState: FormState }) => {\n abortAndIgnore(onChangeAbortControllerRef.current)\n\n const controller = new AbortController()\n onChangeAbortControllerRef.current = controller\n\n const { state } = await getFormState({\n id,\n collectionSlug,\n docPermissions: {\n fields: true,\n },\n docPreferences: await getDocPreferences(),\n documentFormState: deepCopyObjectSimpleWithoutReactComponents(parentDocumentFields, {\n excludeFiles: true,\n }),\n formState: prevFormState,\n globalSlug,\n initialBlockFormState: prevFormState,\n operation: 'update',\n readOnly: !isEditable,\n schemaPath: schemaFieldsPath,\n signal: controller.signal,\n })\n\n if (!state) {\n return prevFormState\n }\n\n return state\n },\n [\n getFormState,\n id,\n isEditable,\n collectionSlug,\n getDocPreferences,\n parentDocumentFields,\n globalSlug,\n schemaFieldsPath,\n ],\n )\n\n // cleanup effect\n useEffect(() => {\n return () => {\n abortAndIgnore(onChangeAbortControllerRef.current)\n }\n }, [])\n\n if (initialState === false) {\n return null\n }\n\n return (\n <Form\n beforeSubmit={[onChange]}\n className=\"fields-drawer\"\n disableValidationOnSubmit\n fields={Array.isArray(fields) ? fields : []}\n initialState={initialState}\n onChange={[onChange]}\n onSubmit={handleDrawerSubmit}\n uuid={uuid()}\n >\n <RenderFields\n fields={Array.isArray(fields) ? fields : []}\n forceRender\n parentIndexPath=\"\"\n parentPath=\"\" // See Blocks feature path for details as for why this is empty\n parentSchemaPath={schemaFieldsPath}\n permissions={true}\n readOnly={!isEditable}\n />\n <RegisterFormSubmit submitRef={submitRef} />\n </Form>\n )\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,12 @@
1
+ @layer payload-default {
2
+ .fields-drawer {
3
+ display: flex;
4
+ flex-direction: column;
5
+ gap: var(--spacer-3);
6
+ padding: var(--spacer-4);
7
+
8
+ @media (max-width: 768px) {
9
+ padding: var(--spacer-3);
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,29 @@
1
+ import type { FC } from 'react';
2
+ import type React from 'react';
3
+ /**
4
+ * Shared logic for drawers that render their submit button in the drawer header.
5
+ *
6
+ * The header's `onClick` is defined outside the `Form` provider, so it cannot call
7
+ * `useForm().submit()` directly. This hook owns a ref to the form's `submit` function,
8
+ * which is populated from inside the form via `<RegisterFormSubmit submitRef={submitRef} />`.
9
+ *
10
+ * Returns the `headerActions` array to spread onto a `Drawer` and the `submitRef`
11
+ * to pass to `RegisterFormSubmit`.
12
+ */
13
+ export declare const useDrawerSubmit: () => {
14
+ headerActions: {
15
+ label: string;
16
+ onClick: () => void | undefined;
17
+ style: "primary";
18
+ }[];
19
+ submitRef: React.RefObject<(() => void) | null>;
20
+ };
21
+ /**
22
+ * Mounts inside a `<Form>` to populate `submitRef` (from `useDrawerSubmit`) with the form's
23
+ * `submit` function, allowing drawer header actions rendered outside the form's React tree
24
+ * to trigger submission.
25
+ */
26
+ export declare const RegisterFormSubmit: FC<{
27
+ submitRef: React.RefObject<(() => void) | null>;
28
+ }>;
29
+ //# sourceMappingURL=useDrawerSubmit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDrawerSubmit.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useDrawerSubmit.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC/B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;;;;;sCAEM,IAAI;CAcrC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAClC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC,CAAA;CAChD,CAWA,CAAA"}
@@ -0,0 +1,97 @@
1
+ 'use client';
2
+
3
+ import { c as _c } from "react/compiler-runtime";
4
+ import { useForm, useTranslation } from '@payloadcms/ui';
5
+ import { useEffect, useMemo, useRef } from 'react';
6
+ /**
7
+ * Shared logic for drawers that render their submit button in the drawer header.
8
+ *
9
+ * The header's `onClick` is defined outside the `Form` provider, so it cannot call
10
+ * `useForm().submit()` directly. This hook owns a ref to the form's `submit` function,
11
+ * which is populated from inside the form via `<RegisterFormSubmit submitRef={submitRef} />`.
12
+ *
13
+ * Returns the `headerActions` array to spread onto a `Drawer` and the `submitRef`
14
+ * to pass to `RegisterFormSubmit`.
15
+ */
16
+ export const useDrawerSubmit = () => {
17
+ const $ = _c(7);
18
+ const {
19
+ t
20
+ } = useTranslation();
21
+ const submitRef = useRef(null);
22
+ let t0;
23
+ if ($[0] !== t) {
24
+ t0 = t("fields:saveChanges");
25
+ $[0] = t;
26
+ $[1] = t0;
27
+ } else {
28
+ t0 = $[1];
29
+ }
30
+ let t1;
31
+ if ($[2] === Symbol.for("react.memo_cache_sentinel")) {
32
+ t1 = () => submitRef.current?.();
33
+ $[2] = t1;
34
+ } else {
35
+ t1 = $[2];
36
+ }
37
+ let t2;
38
+ if ($[3] !== t0) {
39
+ t2 = [{
40
+ label: t0,
41
+ onClick: t1,
42
+ style: "primary"
43
+ }];
44
+ $[3] = t0;
45
+ $[4] = t2;
46
+ } else {
47
+ t2 = $[4];
48
+ }
49
+ const headerActions = t2;
50
+ let t3;
51
+ if ($[5] !== headerActions) {
52
+ t3 = {
53
+ headerActions,
54
+ submitRef
55
+ };
56
+ $[5] = headerActions;
57
+ $[6] = t3;
58
+ } else {
59
+ t3 = $[6];
60
+ }
61
+ return t3;
62
+ };
63
+ /**
64
+ * Mounts inside a `<Form>` to populate `submitRef` (from `useDrawerSubmit`) with the form's
65
+ * `submit` function, allowing drawer header actions rendered outside the form's React tree
66
+ * to trigger submission.
67
+ */
68
+ export const RegisterFormSubmit = t0 => {
69
+ const $ = _c(4);
70
+ const {
71
+ submitRef
72
+ } = t0;
73
+ const {
74
+ submit
75
+ } = useForm();
76
+ let t1;
77
+ let t2;
78
+ if ($[0] !== submit || $[1] !== submitRef) {
79
+ t1 = () => {
80
+ submitRef.current = () => void submit();
81
+ return () => {
82
+ submitRef.current = null;
83
+ };
84
+ };
85
+ t2 = [submit, submitRef];
86
+ $[0] = submit;
87
+ $[1] = submitRef;
88
+ $[2] = t1;
89
+ $[3] = t2;
90
+ } else {
91
+ t1 = $[2];
92
+ t2 = $[3];
93
+ }
94
+ useEffect(t1, t2);
95
+ return null;
96
+ };
97
+ //# sourceMappingURL=useDrawerSubmit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDrawerSubmit.js","names":["c","_c","useForm","useTranslation","useEffect","useMemo","useRef","useDrawerSubmit","$","t","submitRef","t0","t1","Symbol","for","current","t2","label","onClick","style","headerActions","t3","RegisterFormSubmit","submit"],"sources":["../../../src/utilities/fieldsDrawer/useDrawerSubmit.ts"],"sourcesContent":["'use client'\nimport type { FC } from 'react'\nimport type React from 'react'\n\nimport { useForm, useTranslation } from '@payloadcms/ui'\nimport { useEffect, useMemo, useRef } from 'react'\n\n/**\n * Shared logic for drawers that render their submit button in the drawer header.\n *\n * The header's `onClick` is defined outside the `Form` provider, so it cannot call\n * `useForm().submit()` directly. This hook owns a ref to the form's `submit` function,\n * which is populated from inside the form via `<RegisterFormSubmit submitRef={submitRef} />`.\n *\n * Returns the `headerActions` array to spread onto a `Drawer` and the `submitRef`\n * to pass to `RegisterFormSubmit`.\n */\nexport const useDrawerSubmit = () => {\n const { t } = useTranslation()\n const submitRef = useRef<(() => void) | null>(null)\n\n const headerActions = useMemo(\n () => [\n {\n label: t('fields:saveChanges'),\n onClick: () => submitRef.current?.(),\n style: 'primary' as const,\n },\n ],\n [t],\n )\n\n return { headerActions, submitRef }\n}\n\n/**\n * Mounts inside a `<Form>` to populate `submitRef` (from `useDrawerSubmit`) with the form's\n * `submit` function, allowing drawer header actions rendered outside the form's React tree\n * to trigger submission.\n */\nexport const RegisterFormSubmit: FC<{\n submitRef: React.RefObject<(() => void) | null>\n}> = ({ submitRef }) => {\n const { submit } = useForm()\n\n useEffect(() => {\n submitRef.current = () => void submit()\n return () => {\n submitRef.current = null\n }\n }, [submit, submitRef])\n\n return null\n}\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;AAIA,SAASC,OAAO,EAAEC,cAAc,QAAQ;AACxC,SAASC,SAAS,EAAEC,OAAO,EAAEC,MAAM,QAAQ;AAE3C;;;;;;;;;;AAUA,OAAO,MAAMC,eAAA,GAAkBA,CAAA;EAAA,MAAAC,CAAA,GAAAP,EAAA;EAC7B;IAAAQ;EAAA,IAAcN,cAAA;EACd,MAAAO,SAAA,GAAkBJ,MAAA,KAA4B;EAAA,IAAAK,EAAA;EAAA,IAAAH,CAAA,QAAAC,CAAA;IAKjCE,EAAA,GAAAF,CAAA,CAAE;IAAAD,CAAA,MAAAC,CAAA;IAAAD,CAAA,MAAAG,EAAA;EAAA;IAAAA,EAAA,GAAAH,CAAA;EAAA;EAAA,IAAAI,EAAA;EAAA,IAAAJ,CAAA,QAAAK,MAAA,CAAAC,GAAA;IACAF,EAAA,GAAAA,CAAA,KAAMF,SAAA,CAAAK,OAAA;IAAiBP,CAAA,MAAAI,EAAA;EAAA;IAAAA,EAAA,GAAAJ,CAAA;EAAA;EAAA,IAAAQ,EAAA;EAAA,IAAAR,CAAA,QAAAG,EAAA;IAH9BK,EAAA;MAAAC,KAAA,EAEKN,EAAE;MAAAO,OAAA,EACAN,EAAuB;MAAAO,KAAA,EACzB;IAAA;IAEVX,CAAA,MAAAG,EAAA;IAAAH,CAAA,MAAAQ,EAAA;EAAA;IAAAA,EAAA,GAAAR,CAAA;EAAA;EAPH,MAAAY,aAAA,GACQJ,EAML;EACE,IAAAK,EAAA;EAAA,IAAAb,CAAA,QAAAY,aAAA;IAGEC,EAAA;MAAAD,aAAA;MAAAV;IAAA;IAA2BF,CAAA,MAAAY,aAAA;IAAAZ,CAAA,MAAAa,EAAA;EAAA;IAAAA,EAAA,GAAAb,CAAA;EAAA;EAAA,OAA3Ba,EAA2B;AAAA,CACpC;AAEA;;;;;AAKA,OAAO,MAAMC,kBAAA,GAERX,EAAA;EAAA,MAAAH,CAAA,GAAAP,EAAA;EAAC;IAAAS;EAAA,IAAAC,EAAa;EACjB;IAAAY;EAAA,IAAmBrB,OAAA;EAAA,IAAAU,EAAA;EAAA,IAAAI,EAAA;EAAA,IAAAR,CAAA,QAAAe,MAAA,IAAAf,CAAA,QAAAE,SAAA;IAETE,EAAA,GAAAA,CAAA;MACRF,SAAA,CAAAK,OAAA,cAA+BQ,MAAA;MAAA;QAE7Bb,SAAA,CAAAK,OAAA;MAAA;IAAA;IAEDC,EAAA,IAACO,MAAA,EAAQb,SAAA;IAAUF,CAAA,MAAAe,MAAA;IAAAf,CAAA,MAAAE,SAAA;IAAAF,CAAA,MAAAI,EAAA;IAAAJ,CAAA,MAAAQ,EAAA;EAAA;IAAAJ,EAAA,GAAAJ,CAAA;IAAAQ,EAAA,GAAAR,CAAA;EAAA;EALtBJ,SAAA,CAAUQ,EAKV,EAAGI,EAAmB;EAAA;AAAA,CAGxB","ignoreList":[]}
@@ -9,5 +9,6 @@ export declare const useLexicalDocumentDrawer: (args: Parameters<UseDocumentDraw
9
9
  DocumentDrawer: ReturnType<UseDocumentDrawer>[0];
10
10
  documentDrawerSlug: string;
11
11
  DocumentDrawerToggler: ReturnType<UseDocumentDrawer>[1];
12
+ openDocumentDrawer: () => void;
12
13
  };
13
14
  //# sourceMappingURL=useLexicalDocumentDrawer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLexicalDocumentDrawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useLexicalDocumentDrawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAQvD;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,SAC7B,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,KACrC;IACD,mBAAmB,EAAE,MAAM,IAAI,CAAA;IAC/B,cAAc,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAChD,kBAAkB,EAAE,MAAM,CAAA;IAC1B,qBAAqB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;CA4DxD,CAAA"}
1
+ {"version":3,"file":"useLexicalDocumentDrawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useLexicalDocumentDrawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAQvD;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,MAAM,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,KACrC;IACD,mBAAmB,EAAE,MAAM,IAAI,CAAA;IAC/B,cAAc,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAChD,kBAAkB,EAAE,MAAM,CAAA;IAC1B,qBAAqB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACvD,kBAAkB,EAAE,MAAM,IAAI,CAAA;CAkE/B,CAAA"}
@@ -12,14 +12,15 @@ import { useCallback, useEffect, useState } from 'react';
12
12
  * By default, the lexical cursor position may be lost when opening a drawer and clicking somewhere on that drawer.
13
13
  */
14
14
  export const useLexicalDocumentDrawer = args => {
15
- const $ = _c(21);
15
+ const $ = _c(25);
16
16
  const [editor] = useLexicalComposerContext();
17
17
  const [selectionState, setSelectionState] = useState(null);
18
18
  const [wasOpen, setWasOpen] = useState(false);
19
19
  const [DocumentDrawer, DocumentDrawerToggler, t0] = useDocumentDrawer(args);
20
20
  const {
21
21
  closeDrawer,
22
- drawerSlug: documentDrawerSlug
22
+ drawerSlug: documentDrawerSlug,
23
+ openDrawer
23
24
  } = t0;
24
25
  const {
25
26
  modalState
@@ -97,33 +98,48 @@ export const useLexicalDocumentDrawer = args => {
97
98
  }
98
99
  useEffect(t4, t5);
99
100
  let t6;
100
- if ($[13] !== DocumentDrawerToggler || $[14] !== storeSelection) {
101
- t6 = props => _jsx(DocumentDrawerToggler, {
102
- ...props,
103
- onClick: storeSelection
104
- });
105
- $[13] = DocumentDrawerToggler;
101
+ if ($[13] !== openDrawer || $[14] !== storeSelection) {
102
+ t6 = () => {
103
+ storeSelection();
104
+ openDrawer();
105
+ };
106
+ $[13] = openDrawer;
106
107
  $[14] = storeSelection;
107
108
  $[15] = t6;
108
109
  } else {
109
110
  t6 = $[15];
110
111
  }
112
+ const openDocumentDrawer = t6;
111
113
  let t7;
112
- if ($[16] !== DocumentDrawer || $[17] !== closeDocumentDrawer || $[18] !== documentDrawerSlug || $[19] !== t6) {
113
- t7 = {
114
+ if ($[16] !== DocumentDrawerToggler || $[17] !== storeSelection) {
115
+ t7 = props => _jsx(DocumentDrawerToggler, {
116
+ ...props,
117
+ onClick: storeSelection
118
+ });
119
+ $[16] = DocumentDrawerToggler;
120
+ $[17] = storeSelection;
121
+ $[18] = t7;
122
+ } else {
123
+ t7 = $[18];
124
+ }
125
+ let t8;
126
+ if ($[19] !== DocumentDrawer || $[20] !== closeDocumentDrawer || $[21] !== documentDrawerSlug || $[22] !== openDocumentDrawer || $[23] !== t7) {
127
+ t8 = {
114
128
  closeDocumentDrawer,
115
129
  DocumentDrawer,
116
130
  documentDrawerSlug,
117
- DocumentDrawerToggler: t6
131
+ DocumentDrawerToggler: t7,
132
+ openDocumentDrawer
118
133
  };
119
- $[16] = DocumentDrawer;
120
- $[17] = closeDocumentDrawer;
121
- $[18] = documentDrawerSlug;
122
- $[19] = t6;
123
- $[20] = t7;
134
+ $[19] = DocumentDrawer;
135
+ $[20] = closeDocumentDrawer;
136
+ $[21] = documentDrawerSlug;
137
+ $[22] = openDocumentDrawer;
138
+ $[23] = t7;
139
+ $[24] = t8;
124
140
  } else {
125
- t7 = $[20];
141
+ t8 = $[24];
126
142
  }
127
- return t7;
143
+ return t8;
128
144
  };
129
145
  //# sourceMappingURL=useLexicalDocumentDrawer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLexicalDocumentDrawer.js","names":["c","_c","useLexicalComposerContext","useDocumentDrawer","useModal","$getPreviousSelection","$getSelection","$setSelection","useCallback","useEffect","useState","useLexicalDocumentDrawer","args","$","editor","selectionState","setSelectionState","wasOpen","setWasOpen","DocumentDrawer","DocumentDrawerToggler","t0","closeDrawer","drawerSlug","documentDrawerSlug","modalState","t1","read","selection","storeSelection","t2","update","clone","discrete","skipTransforms","restoreSelection","t3","closeDocumentDrawer","t4","t5","thisModalState","isOpen","setTimeout","t6","props","_jsx","onClick","t7"],"sources":["../../../src/utilities/fieldsDrawer/useLexicalDocumentDrawer.tsx"],"sourcesContent":["'use client'\nimport type { UseDocumentDrawer } from '@payloadcms/ui'\nimport type { BaseSelection } from 'lexical'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'\nimport { useDocumentDrawer, useModal } from '@payloadcms/ui'\nimport { $getPreviousSelection, $getSelection, $setSelection } from 'lexical'\nimport { useCallback, useEffect, useState } from 'react'\n\n/**\n *\n * Wrapper around useDocumentDrawer that restores and saves selection state (cursor position) when opening and closing the drawer.\n * By default, the lexical cursor position may be lost when opening a drawer and clicking somewhere on that drawer.\n */\nexport const useLexicalDocumentDrawer = (\n args: Parameters<UseDocumentDrawer>[0],\n): {\n closeDocumentDrawer: () => void\n DocumentDrawer: ReturnType<UseDocumentDrawer>[0]\n documentDrawerSlug: string\n DocumentDrawerToggler: ReturnType<UseDocumentDrawer>[1]\n} => {\n const [editor] = useLexicalComposerContext()\n const [selectionState, setSelectionState] = useState<BaseSelection | null>(null)\n const [wasOpen, setWasOpen] = useState<boolean>(false)\n\n const [\n DocumentDrawer,\n DocumentDrawerToggler,\n { closeDrawer: closeDrawer, drawerSlug: documentDrawerSlug },\n ] = useDocumentDrawer(args)\n const { modalState } = useModal()\n\n const storeSelection = useCallback(() => {\n editor.read(() => {\n const selection = $getSelection() ?? $getPreviousSelection()\n setSelectionState(selection)\n })\n setWasOpen(true)\n }, [editor])\n\n const restoreSelection = useCallback(() => {\n if (selectionState) {\n editor.update(\n () => {\n $setSelection(selectionState.clone())\n },\n { discrete: true, skipTransforms: true },\n )\n }\n }, [editor, selectionState])\n\n const closeDocumentDrawer = () => {\n //restoreSelection() // Should already be stored by the useEffect below\n closeDrawer()\n }\n\n // We need to handle drawer closing via a useEffect, as toggleDrawer / closeDrawer will not be triggered if the drawer\n // is closed by clicking outside of the drawer. This useEffect will handle everything.\n useEffect(() => {\n if (!wasOpen) {\n return\n }\n\n const thisModalState = modalState[documentDrawerSlug]\n // Exists in modalState (thus has opened at least once before) and is closed\n if (thisModalState && !thisModalState?.isOpen) {\n setWasOpen(false)\n setTimeout(() => {\n restoreSelection()\n }, 1)\n }\n }, [modalState, documentDrawerSlug, restoreSelection, wasOpen])\n\n return {\n closeDocumentDrawer,\n DocumentDrawer,\n documentDrawerSlug,\n DocumentDrawerToggler: (props) => <DocumentDrawerToggler {...props} onClick={storeSelection} />,\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"useLexicalDocumentDrawer.js","names":["c","_c","useLexicalComposerContext","useDocumentDrawer","useModal","$getPreviousSelection","$getSelection","$setSelection","useCallback","useEffect","useState","useLexicalDocumentDrawer","args","$","editor","selectionState","setSelectionState","wasOpen","setWasOpen","DocumentDrawer","DocumentDrawerToggler","t0","closeDrawer","drawerSlug","documentDrawerSlug","openDrawer","modalState","t1","read","selection","storeSelection","t2","update","clone","discrete","skipTransforms","restoreSelection","t3","closeDocumentDrawer","t4","t5","thisModalState","isOpen","setTimeout","t6","openDocumentDrawer","t7","props","_jsx","onClick","t8"],"sources":["../../../src/utilities/fieldsDrawer/useLexicalDocumentDrawer.tsx"],"sourcesContent":["'use client'\nimport type { UseDocumentDrawer } from '@payloadcms/ui'\nimport type { BaseSelection } from 'lexical'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'\nimport { useDocumentDrawer, useModal } from '@payloadcms/ui'\nimport { $getPreviousSelection, $getSelection, $setSelection } from 'lexical'\nimport { useCallback, useEffect, useState } from 'react'\n\n/**\n *\n * Wrapper around useDocumentDrawer that restores and saves selection state (cursor position) when opening and closing the drawer.\n * By default, the lexical cursor position may be lost when opening a drawer and clicking somewhere on that drawer.\n */\nexport const useLexicalDocumentDrawer = (\n args: Parameters<UseDocumentDrawer>[0],\n): {\n closeDocumentDrawer: () => void\n DocumentDrawer: ReturnType<UseDocumentDrawer>[0]\n documentDrawerSlug: string\n DocumentDrawerToggler: ReturnType<UseDocumentDrawer>[1]\n openDocumentDrawer: () => void\n} => {\n const [editor] = useLexicalComposerContext()\n const [selectionState, setSelectionState] = useState<BaseSelection | null>(null)\n const [wasOpen, setWasOpen] = useState<boolean>(false)\n\n const [\n DocumentDrawer,\n DocumentDrawerToggler,\n { closeDrawer: closeDrawer, drawerSlug: documentDrawerSlug, openDrawer },\n ] = useDocumentDrawer(args)\n const { modalState } = useModal()\n\n const storeSelection = useCallback(() => {\n editor.read(() => {\n const selection = $getSelection() ?? $getPreviousSelection()\n setSelectionState(selection)\n })\n setWasOpen(true)\n }, [editor])\n\n const restoreSelection = useCallback(() => {\n if (selectionState) {\n editor.update(\n () => {\n $setSelection(selectionState.clone())\n },\n { discrete: true, skipTransforms: true },\n )\n }\n }, [editor, selectionState])\n\n const closeDocumentDrawer = () => {\n //restoreSelection() // Should already be stored by the useEffect below\n closeDrawer()\n }\n\n // We need to handle drawer closing via a useEffect, as toggleDrawer / closeDrawer will not be triggered if the drawer\n // is closed by clicking outside of the drawer. This useEffect will handle everything.\n useEffect(() => {\n if (!wasOpen) {\n return\n }\n\n const thisModalState = modalState[documentDrawerSlug]\n // Exists in modalState (thus has opened at least once before) and is closed\n if (thisModalState && !thisModalState?.isOpen) {\n setWasOpen(false)\n setTimeout(() => {\n restoreSelection()\n }, 1)\n }\n }, [modalState, documentDrawerSlug, restoreSelection, wasOpen])\n\n const openDocumentDrawer = useCallback(() => {\n storeSelection()\n openDrawer()\n }, [storeSelection, openDrawer])\n\n return {\n closeDocumentDrawer,\n DocumentDrawer,\n documentDrawerSlug,\n DocumentDrawerToggler: (props) => <DocumentDrawerToggler {...props} onClick={storeSelection} />,\n openDocumentDrawer,\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"useLexicalDrawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useLexicalDrawer.tsx"],"names":[],"mappings":"AAQA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,SAAU,MAAM,gBAAgB,OAAO;;;CAoEnE,CAAA"}
1
+ {"version":3,"file":"useLexicalDrawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useLexicalDrawer.tsx"],"names":[],"mappings":"AAQA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,EAAE,cAAc,OAAO;;;CAoEnE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLexicalListDrawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useLexicalListDrawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAc5C;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,SACzB,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,KACjC;IACD,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,gBAAgB,EAAE,OAAO,CAAA;IACzB,UAAU,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA;IACxC,cAAc,EAAE,MAAM,CAAA;IACtB,iBAAiB,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,cAAc,EAAE,CAAC,SAAS,CAAC,EAAE,aAAa,KAAK,IAAI,CAAA;CAsFpD,CAAA"}
1
+ {"version":3,"file":"useLexicalListDrawer.d.ts","sourceRoot":"","sources":["../../../src/utilities/fieldsDrawer/useLexicalListDrawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAc5C;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,MAAM,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,KACjC;IACD,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,gBAAgB,EAAE,OAAO,CAAA;IACzB,UAAU,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA;IACxC,cAAc,EAAE,MAAM,CAAA;IACtB,iBAAiB,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,cAAc,EAAE,CAAC,SAAS,CAAC,EAAE,aAAa,KAAK,IAAI,CAAA;CAsFpD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import type { RichTextAdapter } from 'payload';
2
2
  import type { ResolvedServerFeatureMap } from '../features/typesServer.js';
3
- import type { LexicalEditorProps } from '../types.js';
3
+ import type { LexicalEditorProps } from '../types/index.js';
4
4
  export declare const getGenerateImportMap: (args: {
5
5
  lexicalEditorArgs?: LexicalEditorProps;
6
6
  resolvedFeatureMap: ResolvedServerFeatureMap;
@@ -1 +1 @@
1
- {"version":3,"file":"generateImportMap.d.ts","sourceRoot":"","sources":["../../src/utilities/generateImportMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAI9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAErD,eAAO,MAAM,oBAAoB,SACxB;IACL,iBAAiB,CAAC,EAAE,kBAAkB,CAAA;IACtC,kBAAkB,EAAE,wBAAwB,CAAA;CAC7C,KAAG,eAAe,CAAC,mBAAmB,CAiDtC,CAAA"}
1
+ {"version":3,"file":"generateImportMap.d.ts","sourceRoot":"","sources":["../../src/utilities/generateImportMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAI9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAE3D,eAAO,MAAM,oBAAoB,GAC9B,MAAM;IACL,iBAAiB,CAAC,EAAE,kBAAkB,CAAA;IACtC,kBAAkB,EAAE,wBAAwB,CAAA;CAC7C,KAAG,eAAe,CAAC,mBAAmB,CAiDtC,CAAA"}