@payloadcms/richtext-lexical 3.0.0-canary.95fcd13 → 3.0.0-canary.96477cf

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 (1642) hide show
  1. package/dist/cell/index.d.ts +4 -4
  2. package/dist/cell/index.d.ts.map +1 -1
  3. package/dist/cell/index.js +107 -132
  4. package/dist/cell/index.js.map +1 -1
  5. package/dist/exports/client/Component-DOSSWC76.js +2 -0
  6. package/dist/exports/client/Component-DOSSWC76.js.map +7 -0
  7. package/dist/exports/client/Component-MBLHTKDK.js +2 -0
  8. package/dist/exports/client/Component-MBLHTKDK.js.map +7 -0
  9. package/dist/exports/client/Field-ETCEVZLL.js +2 -0
  10. package/dist/exports/client/Field-ETCEVZLL.js.map +7 -0
  11. package/dist/exports/client/RelationshipComponent-FTWR5YDX.js +2 -0
  12. package/dist/exports/client/RelationshipComponent-FTWR5YDX.js.map +7 -0
  13. package/dist/exports/client/bundled.css +1 -1
  14. package/dist/exports/client/chunk-32KXGBIQ.js +2 -0
  15. package/dist/exports/client/chunk-32KXGBIQ.js.map +7 -0
  16. package/dist/exports/client/chunk-6LZZDOEO.js +2 -0
  17. package/dist/exports/client/chunk-6LZZDOEO.js.map +7 -0
  18. package/dist/exports/client/chunk-GD6LBQBJ.js +2 -0
  19. package/dist/exports/client/chunk-GD6LBQBJ.js.map +7 -0
  20. package/dist/exports/client/chunk-IIWHHN4J.js +2 -0
  21. package/dist/exports/client/chunk-IIWHHN4J.js.map +7 -0
  22. package/dist/exports/client/chunk-QZNJUROL.js +2 -0
  23. package/dist/exports/client/chunk-QZNJUROL.js.map +7 -0
  24. package/dist/exports/client/chunk-WAMTSCVM.js +2 -0
  25. package/dist/exports/client/chunk-WAMTSCVM.js.map +7 -0
  26. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  27. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  28. package/dist/exports/client/component-6PBZ2U3Z.js +2 -0
  29. package/dist/exports/client/component-6PBZ2U3Z.js.map +7 -0
  30. package/dist/exports/client/component-6Y2K2RNP.js +2 -0
  31. package/dist/exports/client/component-6Y2K2RNP.js.map +7 -0
  32. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  33. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  34. package/dist/exports/client/componentInline-NUDJIIQ4.js +2 -0
  35. package/dist/exports/client/componentInline-NUDJIIQ4.js.map +7 -0
  36. package/dist/exports/client/index.d.ts +24 -25
  37. package/dist/exports/client/index.d.ts.map +1 -1
  38. package/dist/exports/client/index.js +14 -14
  39. package/dist/exports/client/index.js.map +4 -4
  40. package/dist/exports/server/migrate.d.ts +16 -0
  41. package/dist/exports/server/migrate.d.ts.map +1 -0
  42. package/dist/exports/server/migrate.js +16 -0
  43. package/dist/exports/server/migrate.js.map +1 -0
  44. package/dist/features/align/client/index.d.ts +2 -0
  45. package/dist/features/align/client/index.d.ts.map +1 -0
  46. package/dist/features/align/client/index.js +163 -0
  47. package/dist/features/align/client/index.js.map +1 -0
  48. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  49. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  50. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  51. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  52. package/dist/features/align/server/i18n.d.ts.map +1 -0
  53. package/dist/features/align/server/i18n.js +195 -0
  54. package/dist/features/align/server/i18n.js.map +1 -0
  55. package/dist/features/align/server/index.d.ts +2 -0
  56. package/dist/features/align/server/index.d.ts.map +1 -0
  57. package/dist/features/align/server/index.js +10 -0
  58. package/dist/features/align/server/index.js.map +1 -0
  59. package/dist/features/blockquote/client/index.d.ts +2 -0
  60. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  61. package/dist/features/blockquote/client/index.js +72 -0
  62. package/dist/features/blockquote/client/index.js.map +1 -0
  63. package/dist/features/blockquote/markdownTransformer.js +28 -34
  64. package/dist/features/blockquote/markdownTransformer.js.map +1 -1
  65. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  66. package/dist/features/blockquote/server/i18n.js +99 -0
  67. package/dist/features/blockquote/server/i18n.js.map +1 -0
  68. package/dist/features/blockquote/server/index.d.ts +7 -0
  69. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  70. package/dist/features/blockquote/server/index.js +51 -0
  71. package/dist/features/blockquote/server/index.js.map +1 -0
  72. package/dist/features/blocks/client/component/BlockContent.d.ts +22 -0
  73. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  74. package/dist/features/blocks/client/component/BlockContent.js +193 -0
  75. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  76. package/dist/features/blocks/client/component/FormSavePlugin.d.ts.map +1 -0
  77. package/dist/features/blocks/client/component/FormSavePlugin.js +53 -0
  78. package/dist/features/blocks/client/component/FormSavePlugin.js.map +1 -0
  79. package/dist/features/blocks/client/component/index.d.ts +11 -0
  80. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  81. package/dist/features/blocks/client/component/index.js +149 -0
  82. package/dist/features/blocks/client/component/index.js.map +1 -0
  83. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  84. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  85. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  86. package/dist/features/blocks/client/componentInline/index.d.ts +10 -0
  87. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  88. package/dist/features/blocks/client/componentInline/index.js +125 -0
  89. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  90. package/dist/features/blocks/client/index.d.ts +6 -0
  91. package/dist/features/blocks/client/index.d.ts.map +1 -0
  92. package/dist/features/blocks/client/index.js +169 -0
  93. package/dist/features/blocks/client/index.js.map +1 -0
  94. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  95. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  96. package/dist/features/blocks/client/nodes/BlocksNode.js +53 -0
  97. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  98. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  99. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  100. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  101. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  102. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  103. package/dist/features/blocks/client/plugin/commands.js +7 -0
  104. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  105. package/dist/features/blocks/client/plugin/index.d.ts +6 -0
  106. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  107. package/dist/features/blocks/client/plugin/index.js +202 -0
  108. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  109. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  110. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  111. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  112. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  113. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  114. package/dist/features/blocks/server/i18n.js +291 -0
  115. package/dist/features/blocks/server/i18n.js.map +1 -0
  116. package/dist/features/blocks/server/index.d.ts +8 -0
  117. package/dist/features/blocks/server/index.d.ts.map +1 -0
  118. package/dist/features/blocks/server/index.js +164 -0
  119. package/dist/features/blocks/server/index.js.map +1 -0
  120. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  121. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  122. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  123. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  124. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  125. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  126. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  127. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  128. package/dist/features/blocks/server/validate.d.ts +6 -0
  129. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  130. package/dist/features/blocks/server/validate.js +48 -0
  131. package/dist/features/blocks/server/validate.js.map +1 -0
  132. package/dist/features/converters/html/converter/converters/linebreak.js +4 -7
  133. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -1
  134. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -1
  135. package/dist/features/converters/html/converter/converters/paragraph.js +28 -16
  136. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -1
  137. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -1
  138. package/dist/features/converters/html/converter/converters/text.js +29 -29
  139. package/dist/features/converters/html/converter/converters/text.js.map +1 -1
  140. package/dist/features/converters/html/converter/defaultConverters.js +1 -6
  141. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -1
  142. package/dist/features/converters/html/converter/index.d.ts +17 -7
  143. package/dist/features/converters/html/converter/index.d.ts.map +1 -1
  144. package/dist/features/converters/html/converter/index.js +82 -42
  145. package/dist/features/converters/html/converter/index.js.map +1 -1
  146. package/dist/features/converters/html/converter/types.d.ts +8 -3
  147. package/dist/features/converters/html/converter/types.d.ts.map +1 -1
  148. package/dist/features/converters/html/converter/types.js +1 -2
  149. package/dist/features/converters/html/converter/types.js.map +1 -1
  150. package/dist/features/converters/html/field/index.d.ts.map +1 -1
  151. package/dist/features/converters/html/field/index.js +140 -136
  152. package/dist/features/converters/html/field/index.js.map +1 -1
  153. package/dist/features/converters/html/index.d.ts +8 -0
  154. package/dist/features/converters/html/index.d.ts.map +1 -0
  155. package/dist/features/converters/html/index.js +7 -0
  156. package/dist/features/converters/html/index.js.map +1 -0
  157. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  158. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  159. package/dist/features/debug/testRecorder/client/index.js +11 -0
  160. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  161. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  162. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  163. package/dist/features/debug/testRecorder/client/plugin/index.js +411 -0
  164. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  165. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  166. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  167. package/dist/features/debug/testRecorder/server/index.js +8 -0
  168. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  169. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  170. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  171. package/dist/features/debug/treeView/client/index.js +11 -0
  172. package/dist/features/debug/treeView/client/index.js.map +1 -0
  173. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  174. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  175. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  176. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  177. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  178. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  179. package/dist/features/debug/treeView/server/index.js +8 -0
  180. package/dist/features/debug/treeView/server/index.js.map +1 -0
  181. package/dist/features/experimental_table/client/index.d.ts +2 -0
  182. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  183. package/dist/features/experimental_table/client/index.js +54 -0
  184. package/dist/features/experimental_table/client/index.js.map +1 -0
  185. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  186. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  187. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +509 -0
  188. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  189. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  190. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  191. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +308 -0
  192. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  193. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  194. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  195. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +186 -0
  196. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  197. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  198. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  199. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +151 -0
  200. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  201. package/dist/features/experimental_table/client/utils/debounce.d.ts +61 -0
  202. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  203. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  204. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  205. package/dist/features/experimental_table/client/utils/useDebounce.d.ts +6 -0
  206. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  207. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  208. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  209. package/dist/features/experimental_table/server/index.d.ts +13 -0
  210. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  211. package/dist/features/experimental_table/server/index.js +150 -0
  212. package/dist/features/experimental_table/server/index.js.map +1 -0
  213. package/dist/features/format/bold/feature.client.d.ts +1 -4
  214. package/dist/features/format/bold/feature.client.d.ts.map +1 -1
  215. package/dist/features/format/bold/feature.client.js +34 -35
  216. package/dist/features/format/bold/feature.client.js.map +1 -1
  217. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  218. package/dist/features/format/bold/feature.server.js +14 -20
  219. package/dist/features/format/bold/feature.server.js.map +1 -1
  220. package/dist/features/format/bold/markdownTransformers.js +14 -25
  221. package/dist/features/format/bold/markdownTransformers.js.map +1 -1
  222. package/dist/features/format/inlineCode/feature.client.d.ts +1 -4
  223. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -1
  224. package/dist/features/format/inlineCode/feature.client.js +26 -28
  225. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  226. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  227. package/dist/features/format/inlineCode/feature.server.js +5 -10
  228. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  229. package/dist/features/format/inlineCode/markdownTransformers.js +3 -6
  230. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -1
  231. package/dist/features/format/italic/feature.client.d.ts +1 -4
  232. package/dist/features/format/italic/feature.client.d.ts.map +1 -1
  233. package/dist/features/format/italic/feature.client.js +26 -29
  234. package/dist/features/format/italic/feature.client.js.map +1 -1
  235. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  236. package/dist/features/format/italic/feature.server.js +5 -11
  237. package/dist/features/format/italic/feature.server.js.map +1 -1
  238. package/dist/features/format/italic/markdownTransformers.js +7 -12
  239. package/dist/features/format/italic/markdownTransformers.js.map +1 -1
  240. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  241. package/dist/features/format/shared/toolbarFormatGroup.js +9 -8
  242. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -1
  243. package/dist/features/format/strikethrough/feature.client.d.ts +1 -4
  244. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -1
  245. package/dist/features/format/strikethrough/feature.client.js +26 -28
  246. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  247. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  248. package/dist/features/format/strikethrough/feature.server.js +5 -10
  249. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  250. package/dist/features/format/strikethrough/markdownTransformers.js +3 -6
  251. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -1
  252. package/dist/features/format/subscript/feature.client.d.ts +1 -4
  253. package/dist/features/format/subscript/feature.client.d.ts.map +1 -1
  254. package/dist/features/format/subscript/feature.client.js +25 -25
  255. package/dist/features/format/subscript/feature.client.js.map +1 -1
  256. package/dist/features/format/subscript/feature.server.d.ts.map +1 -1
  257. package/dist/features/format/subscript/feature.server.js +4 -7
  258. package/dist/features/format/subscript/feature.server.js.map +1 -1
  259. package/dist/features/format/superscript/feature.client.d.ts +1 -4
  260. package/dist/features/format/superscript/feature.client.d.ts.map +1 -1
  261. package/dist/features/format/superscript/feature.client.js +25 -25
  262. package/dist/features/format/superscript/feature.client.js.map +1 -1
  263. package/dist/features/format/superscript/feature.server.d.ts.map +1 -1
  264. package/dist/features/format/superscript/feature.server.js +4 -7
  265. package/dist/features/format/superscript/feature.server.js.map +1 -1
  266. package/dist/features/format/underline/feature.client.d.ts +1 -4
  267. package/dist/features/format/underline/feature.client.d.ts.map +1 -1
  268. package/dist/features/format/underline/feature.client.js +25 -25
  269. package/dist/features/format/underline/feature.client.js.map +1 -1
  270. package/dist/features/format/underline/feature.server.d.ts.map +1 -1
  271. package/dist/features/format/underline/feature.server.js +4 -7
  272. package/dist/features/format/underline/feature.server.js.map +1 -1
  273. package/dist/features/heading/client/index.d.ts +3 -0
  274. package/dist/features/heading/client/index.d.ts.map +1 -0
  275. package/dist/features/heading/client/index.js +108 -0
  276. package/dist/features/heading/client/index.js.map +1 -0
  277. package/dist/features/heading/markdownTransformer.js +22 -25
  278. package/dist/features/heading/markdownTransformer.js.map +1 -1
  279. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  280. package/dist/features/heading/server/i18n.js +99 -0
  281. package/dist/features/heading/server/i18n.js.map +1 -0
  282. package/dist/features/heading/server/index.d.ts +10 -0
  283. package/dist/features/heading/server/index.d.ts.map +1 -0
  284. package/dist/features/heading/server/index.js +62 -0
  285. package/dist/features/heading/server/index.js.map +1 -0
  286. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  287. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  288. package/dist/features/horizontalRule/client/component/index.js +100 -0
  289. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  290. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  291. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  292. package/dist/features/horizontalRule/client/index.js +62 -0
  293. package/dist/features/horizontalRule/client/index.js.map +1 -0
  294. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  295. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  296. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  297. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  298. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  299. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  300. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  301. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  302. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  303. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  304. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  305. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  306. package/dist/features/horizontalRule/server/i18n.js +99 -0
  307. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  308. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  309. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  310. package/dist/features/horizontalRule/server/index.js +25 -0
  311. package/dist/features/horizontalRule/server/index.js.map +1 -0
  312. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  313. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  314. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  315. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  316. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  317. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  318. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  319. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  320. package/dist/features/indent/client/index.d.ts +2 -0
  321. package/dist/features/indent/client/index.d.ts.map +1 -0
  322. package/dist/features/indent/client/index.js +62 -0
  323. package/dist/features/indent/client/index.js.map +1 -0
  324. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  325. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  326. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  327. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  328. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  329. package/dist/features/indent/server/i18n.js +131 -0
  330. package/dist/features/indent/server/i18n.js.map +1 -0
  331. package/dist/features/indent/server/index.d.ts +2 -0
  332. package/dist/features/indent/server/index.d.ts.map +1 -0
  333. package/dist/features/indent/server/index.js +10 -0
  334. package/dist/features/indent/server/index.js.map +1 -0
  335. package/dist/features/link/client/index.d.ts +4 -0
  336. package/dist/features/link/client/index.d.ts.map +1 -0
  337. package/dist/features/link/client/index.js +96 -0
  338. package/dist/features/link/client/index.js.map +1 -0
  339. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  340. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  341. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  342. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  343. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  344. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  345. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  346. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  347. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  348. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  349. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  350. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  351. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +275 -0
  352. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  353. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  354. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  355. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  356. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  357. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  358. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  359. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  360. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  361. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  362. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  363. package/dist/features/link/client/plugins/link/index.js +60 -0
  364. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  365. package/dist/features/link/markdownTransformer.js +38 -39
  366. package/dist/features/link/markdownTransformer.js.map +1 -1
  367. package/dist/features/link/nodes/AutoLinkNode.js +57 -56
  368. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  369. package/dist/features/link/nodes/LinkNode.d.ts +1 -1
  370. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  371. package/dist/features/link/nodes/LinkNode.js +283 -277
  372. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  373. package/dist/features/link/nodes/types.d.ts +3 -3
  374. package/dist/features/link/nodes/types.d.ts.map +1 -1
  375. package/dist/features/link/nodes/types.js +1 -2
  376. package/dist/features/link/nodes/types.js.map +1 -1
  377. package/dist/features/link/server/baseFields.d.ts +3 -0
  378. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  379. package/dist/features/link/server/baseFields.js +136 -0
  380. package/dist/features/link/server/baseFields.js.map +1 -0
  381. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  382. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  383. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  384. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  385. package/dist/features/link/server/i18n.d.ts.map +1 -0
  386. package/dist/features/link/server/i18n.js +99 -0
  387. package/dist/features/link/server/i18n.js.map +1 -0
  388. package/dist/features/link/server/index.d.ts +35 -0
  389. package/dist/features/link/server/index.d.ts.map +1 -0
  390. package/dist/features/link/server/index.js +149 -0
  391. package/dist/features/link/server/index.js.map +1 -0
  392. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  393. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  394. package/dist/features/link/server/transformExtraFields.js +20 -0
  395. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  396. package/dist/features/link/server/validate.d.ts +6 -0
  397. package/dist/features/link/server/validate.d.ts.map +1 -0
  398. package/dist/features/link/server/validate.js +40 -0
  399. package/dist/features/link/server/validate.js.map +1 -0
  400. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  401. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  402. package/dist/features/lists/checklist/client/index.js +92 -0
  403. package/dist/features/lists/checklist/client/index.js.map +1 -0
  404. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  405. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  406. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  407. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  408. package/dist/features/lists/checklist/markdownTransformers.js +7 -11
  409. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -1
  410. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  411. package/dist/features/lists/checklist/server/i18n.js +99 -0
  412. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  413. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  414. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  415. package/dist/features/lists/checklist/server/index.js +30 -0
  416. package/dist/features/lists/checklist/server/index.js.map +1 -0
  417. package/dist/features/lists/htmlConverter.d.ts.map +1 -1
  418. package/dist/features/lists/htmlConverter.js +62 -37
  419. package/dist/features/lists/htmlConverter.js.map +1 -1
  420. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  421. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  422. package/dist/features/lists/orderedList/client/index.js +84 -0
  423. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  424. package/dist/features/lists/orderedList/markdownTransformer.js +7 -11
  425. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -1
  426. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  427. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  428. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  429. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  430. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  431. package/dist/features/lists/orderedList/server/index.js +30 -0
  432. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  433. package/dist/features/lists/plugin/index.js +3 -3
  434. package/dist/features/lists/plugin/index.js.map +1 -1
  435. package/dist/features/lists/shared/markdown.js +48 -49
  436. package/dist/features/lists/shared/markdown.js.map +1 -1
  437. package/dist/features/lists/shared/slashMenuListGroup.js +9 -8
  438. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -1
  439. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  440. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  441. package/dist/features/lists/unorderedList/client/index.js +80 -0
  442. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  443. package/dist/features/lists/unorderedList/markdownTransformer.js +7 -11
  444. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -1
  445. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  446. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  447. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  448. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  449. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  450. package/dist/features/lists/unorderedList/server/index.js +26 -0
  451. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  452. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +1 -1
  453. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  454. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +19 -17
  455. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -1
  456. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +1 -1
  457. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -1
  458. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +31 -29
  459. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -1
  460. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +1 -1
  461. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -1
  462. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +22 -20
  463. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -1
  464. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +1 -1
  465. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  466. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +22 -19
  467. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -1
  468. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +1 -1
  469. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -1
  470. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +19 -17
  471. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -1
  472. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +1 -1
  473. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  474. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +25 -23
  475. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -1
  476. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +1 -1
  477. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  478. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +20 -21
  479. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -1
  480. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +2 -2
  481. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -1
  482. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +8 -17
  483. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -1
  484. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +5 -3
  485. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -1
  486. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +71 -56
  487. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -1
  488. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +1 -9
  489. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -1
  490. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +1 -2
  491. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -1
  492. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +1 -4
  493. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -1
  494. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +5 -22
  495. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -1
  496. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +5 -3
  497. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -1
  498. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +43 -39
  499. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -1
  500. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  501. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  502. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  503. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  504. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  505. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +64 -59
  506. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  507. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +1 -1
  508. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -1
  509. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +20 -20
  510. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -1
  511. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +1 -1
  512. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  513. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +21 -26
  514. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -1
  515. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +1 -1
  516. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -1
  517. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +29 -31
  518. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -1
  519. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +1 -1
  520. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -1
  521. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +27 -27
  522. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -1
  523. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +1 -1
  524. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  525. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +23 -22
  526. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -1
  527. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +1 -1
  528. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -1
  529. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +23 -23
  530. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -1
  531. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +1 -1
  532. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -1
  533. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +13 -14
  534. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -1
  535. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +1 -1
  536. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  537. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +24 -24
  538. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -1
  539. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +1 -1
  540. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -1
  541. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +23 -23
  542. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -1
  543. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +1 -1
  544. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  545. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +16 -17
  546. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -1
  547. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +2 -2
  548. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -1
  549. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +11 -23
  550. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -1
  551. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -1
  552. package/dist/features/migrations/slateToLexical/converter/index.js +106 -97
  553. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -1
  554. package/dist/features/migrations/slateToLexical/converter/types.d.ts +0 -9
  555. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -1
  556. package/dist/features/migrations/slateToLexical/converter/types.js +1 -2
  557. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -1
  558. package/dist/features/migrations/slateToLexical/feature.client.d.ts +1 -4
  559. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -1
  560. package/dist/features/migrations/slateToLexical/feature.client.js +5 -22
  561. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -1
  562. package/dist/features/migrations/slateToLexical/feature.server.d.ts +6 -5
  563. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -1
  564. package/dist/features/migrations/slateToLexical/feature.server.js +44 -41
  565. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -1
  566. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  567. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  568. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  569. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  570. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  571. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +64 -59
  572. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  573. package/dist/features/paragraph/client/index.d.ts +2 -0
  574. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  575. package/dist/features/paragraph/client/index.js +68 -0
  576. package/dist/features/paragraph/client/index.js.map +1 -0
  577. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  578. package/dist/features/paragraph/server/i18n.js +131 -0
  579. package/dist/features/paragraph/server/i18n.js.map +1 -0
  580. package/dist/features/paragraph/server/index.d.ts +2 -0
  581. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  582. package/dist/features/paragraph/server/index.js +11 -0
  583. package/dist/features/paragraph/server/index.js.map +1 -0
  584. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  585. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  586. package/dist/features/relationship/client/components/RelationshipComponent.js +171 -0
  587. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  588. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  589. package/dist/features/relationship/client/drawer/commands.js +3 -0
  590. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  591. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  592. package/dist/features/relationship/client/drawer/index.js +154 -0
  593. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  594. package/dist/features/relationship/client/index.d.ts +3 -0
  595. package/dist/features/relationship/client/index.d.ts.map +1 -0
  596. package/dist/features/relationship/client/index.js +66 -0
  597. package/dist/features/relationship/client/index.js.map +1 -0
  598. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  599. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  600. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  601. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  602. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  603. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  604. package/dist/features/relationship/client/plugins/index.js +105 -0
  605. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  606. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  607. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  608. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  609. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  610. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  611. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  612. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  613. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  614. package/dist/features/relationship/server/i18n.js +99 -0
  615. package/dist/features/relationship/server/i18n.js.map +1 -0
  616. package/dist/features/relationship/server/index.d.ts +27 -0
  617. package/dist/features/relationship/server/index.d.ts.map +1 -0
  618. package/dist/features/relationship/server/index.js +65 -0
  619. package/dist/features/relationship/server/index.js.map +1 -0
  620. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  621. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  622. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  623. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  624. package/dist/features/shared/slashMenu/basicGroup.js +9 -8
  625. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -1
  626. package/dist/features/shared/toolbar/addDropdownGroup.js +8 -9
  627. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -1
  628. package/dist/features/shared/toolbar/featureButtonsGroup.js +7 -8
  629. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -1
  630. package/dist/features/shared/toolbar/textDropdownGroup.js +8 -9
  631. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -1
  632. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  633. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  634. package/dist/features/toolbars/fixed/client/Toolbar/index.js +285 -0
  635. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  636. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  637. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  638. package/dist/features/toolbars/fixed/client/index.js +11 -0
  639. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  640. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  641. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  642. package/dist/features/toolbars/fixed/server/index.js +18 -0
  643. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  644. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  645. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  646. package/dist/features/toolbars/inline/client/Toolbar/index.js +365 -0
  647. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  648. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  649. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  650. package/dist/features/toolbars/inline/client/index.js +11 -0
  651. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  652. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  653. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  654. package/dist/features/toolbars/inline/server/index.js +8 -0
  655. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  656. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  657. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  658. package/dist/features/toolbars/shared/ToolbarButton/index.js +78 -97
  659. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  660. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +2 -2
  661. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  662. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +194 -209
  663. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  664. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +5 -6
  665. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  666. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +289 -122
  667. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  668. package/dist/features/toolbars/types.d.ts +22 -11
  669. package/dist/features/toolbars/types.d.ts.map +1 -1
  670. package/dist/features/toolbars/types.js +1 -2
  671. package/dist/features/toolbars/types.js.map +1 -1
  672. package/dist/features/typeUtilities.js +2 -3
  673. package/dist/features/typeUtilities.js.map +1 -1
  674. package/dist/features/typesClient.d.ts +10 -11
  675. package/dist/features/typesClient.d.ts.map +1 -1
  676. package/dist/features/typesClient.js +1 -2
  677. package/dist/features/typesClient.js.map +1 -1
  678. package/dist/features/typesServer.d.ts +27 -22
  679. package/dist/features/typesServer.d.ts.map +1 -1
  680. package/dist/features/typesServer.js +1 -2
  681. package/dist/features/typesServer.js.map +1 -1
  682. package/dist/features/upload/client/component/index.d.ts +9 -0
  683. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  684. package/dist/features/upload/client/component/index.js +237 -0
  685. package/dist/features/upload/client/component/index.js.map +1 -0
  686. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  687. package/dist/features/upload/client/drawer/commands.js +5 -0
  688. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  689. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  690. package/dist/features/upload/client/drawer/index.js +128 -0
  691. package/dist/features/upload/client/drawer/index.js.map +1 -0
  692. package/dist/features/upload/client/feature.client.d.ts +9 -0
  693. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  694. package/dist/features/upload/client/feature.client.js +64 -0
  695. package/dist/features/upload/client/feature.client.js.map +1 -0
  696. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  697. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  698. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  699. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  700. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  701. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  702. package/dist/features/upload/client/plugin/index.js +81 -0
  703. package/dist/features/upload/client/plugin/index.js.map +1 -0
  704. package/dist/features/upload/server/feature.server.d.ts +18 -0
  705. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  706. package/dist/features/upload/server/feature.server.js +213 -0
  707. package/dist/features/upload/server/feature.server.js.map +1 -0
  708. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  709. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  710. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  711. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  712. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  713. package/dist/features/upload/server/i18n.js +99 -0
  714. package/dist/features/upload/server/i18n.js.map +1 -0
  715. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  716. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  717. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  718. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  719. package/dist/features/upload/server/validate.d.ts +5 -0
  720. package/dist/features/upload/server/validate.d.ts.map +1 -0
  721. package/dist/features/upload/server/validate.js +58 -0
  722. package/dist/features/upload/server/validate.js.map +1 -0
  723. package/dist/field/Field.d.ts +7 -7
  724. package/dist/field/Field.d.ts.map +1 -1
  725. package/dist/field/Field.js +125 -104
  726. package/dist/field/Field.js.map +1 -1
  727. package/dist/field/bundled.css +1 -0
  728. package/dist/field/index.d.ts +2 -9
  729. package/dist/field/index.d.ts.map +1 -1
  730. package/dist/field/index.js +83 -36
  731. package/dist/field/index.js.map +1 -1
  732. package/dist/i18n.js +160 -161
  733. package/dist/i18n.js.map +1 -1
  734. package/dist/index.d.ts +27 -41
  735. package/dist/index.d.ts.map +1 -1
  736. package/dist/index.js +692 -636
  737. package/dist/index.js.map +1 -1
  738. package/dist/lexical/EditorPlugin.d.ts.map +1 -1
  739. package/dist/lexical/EditorPlugin.js +16 -10
  740. package/dist/lexical/EditorPlugin.js.map +1 -1
  741. package/dist/lexical/LexicalEditor.d.ts +1 -1
  742. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  743. package/dist/lexical/LexicalEditor.js +209 -170
  744. package/dist/lexical/LexicalEditor.js.map +1 -1
  745. package/dist/lexical/LexicalProvider.d.ts +2 -6
  746. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  747. package/dist/lexical/LexicalProvider.js +84 -83
  748. package/dist/lexical/LexicalProvider.js.map +1 -1
  749. package/dist/lexical/config/client/EditorConfigProvider.d.ts +6 -14
  750. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  751. package/dist/lexical/config/client/EditorConfigProvider.js +77 -79
  752. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  753. package/dist/lexical/config/client/default.js +3 -3
  754. package/dist/lexical/config/client/default.js.map +1 -1
  755. package/dist/lexical/config/client/loader.d.ts +1 -3
  756. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  757. package/dist/lexical/config/client/loader.js +30 -39
  758. package/dist/lexical/config/client/loader.js.map +1 -1
  759. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  760. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  761. package/dist/lexical/config/client/sanitize.js +166 -166
  762. package/dist/lexical/config/client/sanitize.js.map +1 -1
  763. package/dist/lexical/config/server/default.js +18 -40
  764. package/dist/lexical/config/server/default.js.map +1 -1
  765. package/dist/lexical/config/server/loader.d.ts +2 -1
  766. package/dist/lexical/config/server/loader.d.ts.map +1 -1
  767. package/dist/lexical/config/server/loader.js +105 -103
  768. package/dist/lexical/config/server/loader.js.map +1 -1
  769. package/dist/lexical/config/server/sanitize.d.ts +1 -1
  770. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  771. package/dist/lexical/config/server/sanitize.js +104 -86
  772. package/dist/lexical/config/server/sanitize.js.map +1 -1
  773. package/dist/lexical/config/types.js +1 -2
  774. package/dist/lexical/config/types.js.map +1 -1
  775. package/dist/lexical/nodes/index.js +9 -8
  776. package/dist/lexical/nodes/index.js.map +1 -1
  777. package/dist/lexical/plugins/MarkdownShortcut/index.js +17 -5
  778. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  779. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +3 -3
  780. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -1
  781. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +349 -362
  782. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -1
  783. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +1 -1
  784. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -1
  785. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +223 -160
  786. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
  787. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +6 -2
  788. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  789. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +1 -2
  790. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  791. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  792. package/dist/lexical/plugins/SlashMenu/index.js +195 -170
  793. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  794. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -1
  795. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +41 -26
  796. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -1
  797. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  798. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +126 -130
  799. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  800. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +1 -1
  801. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  802. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +11 -10
  803. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -1
  804. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -1
  805. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +11 -10
  806. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -1
  807. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -1
  808. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +27 -23
  809. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -1
  810. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  811. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +311 -300
  812. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  813. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -1
  814. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +96 -99
  815. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  816. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  817. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +23 -16
  818. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -1
  819. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -1
  820. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +20 -27
  821. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -1
  822. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -1
  823. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +15 -11
  824. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -1
  825. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -1
  826. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +132 -118
  827. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -1
  828. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -1
  829. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +3 -2
  830. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -1
  831. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -1
  832. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +3 -2
  833. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -1
  834. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -1
  835. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +24 -25
  836. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -1
  837. package/dist/lexical/theme/EditorTheme.d.ts +0 -1
  838. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  839. package/dist/lexical/theme/EditorTheme.js +98 -102
  840. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  841. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  842. package/dist/lexical/ui/ContentEditable.js +28 -4
  843. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  844. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -1
  845. package/dist/lexical/ui/icons/AI/index.js +31 -33
  846. package/dist/lexical/ui/icons/AI/index.js.map +1 -1
  847. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -1
  848. package/dist/lexical/ui/icons/Add/index.js +16 -18
  849. package/dist/lexical/ui/icons/Add/index.js.map +1 -1
  850. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -1
  851. package/dist/lexical/ui/icons/AlignCenter/index.js +25 -28
  852. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  853. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -1
  854. package/dist/lexical/ui/icons/AlignJustify/index.js +25 -28
  855. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  856. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -1
  857. package/dist/lexical/ui/icons/AlignLeft/index.js +25 -28
  858. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  859. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -1
  860. package/dist/lexical/ui/icons/AlignRight/index.js +25 -28
  861. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
  862. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -1
  863. package/dist/lexical/ui/icons/Block/index.js +34 -37
  864. package/dist/lexical/ui/icons/Block/index.js.map +1 -1
  865. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -1
  866. package/dist/lexical/ui/icons/Blockquote/index.js +16 -15
  867. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
  868. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -1
  869. package/dist/lexical/ui/icons/Bold/index.js +16 -15
  870. package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
  871. package/dist/lexical/ui/icons/Caret/index.svg +2 -2
  872. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -1
  873. package/dist/lexical/ui/icons/Checklist/index.js +24 -26
  874. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
  875. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -1
  876. package/dist/lexical/ui/icons/Code/index.js +19 -21
  877. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  878. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -1
  879. package/dist/lexical/ui/icons/CodeBlock/index.js +19 -21
  880. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  881. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -1
  882. package/dist/lexical/ui/icons/H1/index.js +16 -15
  883. package/dist/lexical/ui/icons/H1/index.js.map +1 -1
  884. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -1
  885. package/dist/lexical/ui/icons/H2/index.js +16 -15
  886. package/dist/lexical/ui/icons/H2/index.js.map +1 -1
  887. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -1
  888. package/dist/lexical/ui/icons/H3/index.js +16 -15
  889. package/dist/lexical/ui/icons/H3/index.js.map +1 -1
  890. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -1
  891. package/dist/lexical/ui/icons/H4/index.js +16 -15
  892. package/dist/lexical/ui/icons/H4/index.js.map +1 -1
  893. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -1
  894. package/dist/lexical/ui/icons/H5/index.js +16 -15
  895. package/dist/lexical/ui/icons/H5/index.js.map +1 -1
  896. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -1
  897. package/dist/lexical/ui/icons/H6/index.js +16 -15
  898. package/dist/lexical/ui/icons/H6/index.js.map +1 -1
  899. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -1
  900. package/dist/lexical/ui/icons/HorizontalRule/index.js +19 -18
  901. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  902. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -1
  903. package/dist/lexical/ui/icons/IndentDecrease/index.js +28 -32
  904. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  905. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -1
  906. package/dist/lexical/ui/icons/IndentIncrease/index.js +28 -32
  907. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  908. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -1
  909. package/dist/lexical/ui/icons/InlineBlocks/index.js +18 -17
  910. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
  911. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -1
  912. package/dist/lexical/ui/icons/Italic/index.js +16 -15
  913. package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
  914. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -1
  915. package/dist/lexical/ui/icons/Link/index.js +17 -16
  916. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  917. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -1
  918. package/dist/lexical/ui/icons/Meatballs/index.js +19 -22
  919. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
  920. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -1
  921. package/dist/lexical/ui/icons/OrderedList/index.js +31 -36
  922. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
  923. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -1
  924. package/dist/lexical/ui/icons/Relationship/index.js +31 -33
  925. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
  926. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -1
  927. package/dist/lexical/ui/icons/Strikethrough/index.js +19 -21
  928. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  929. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -1
  930. package/dist/lexical/ui/icons/Subscript/index.js +16 -15
  931. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
  932. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -1
  933. package/dist/lexical/ui/icons/Superscript/index.js +16 -15
  934. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
  935. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -1
  936. package/dist/lexical/ui/icons/Table/index.js +17 -15
  937. package/dist/lexical/ui/icons/Table/index.js.map +1 -1
  938. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -1
  939. package/dist/lexical/ui/icons/Text/index.js +16 -15
  940. package/dist/lexical/ui/icons/Text/index.js.map +1 -1
  941. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -1
  942. package/dist/lexical/ui/icons/Underline/index.js +19 -21
  943. package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
  944. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -1
  945. package/dist/lexical/ui/icons/UnorderedList/index.js +46 -52
  946. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  947. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -1
  948. package/dist/lexical/ui/icons/Upload/index.js +28 -31
  949. package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
  950. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -1
  951. package/dist/lexical/utils/canUseDOM.js +2 -1
  952. package/dist/lexical/utils/canUseDOM.js.map +1 -1
  953. package/dist/lexical/utils/environment.d.ts.map +1 -1
  954. package/dist/lexical/utils/environment.js +2 -1
  955. package/dist/lexical/utils/environment.js.map +1 -1
  956. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -1
  957. package/dist/lexical/utils/getDOMRangeRect.js +13 -12
  958. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -1
  959. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -1
  960. package/dist/lexical/utils/getSelectedNode.js +18 -13
  961. package/dist/lexical/utils/getSelectedNode.js.map +1 -1
  962. package/dist/lexical/utils/guard.d.ts.map +1 -1
  963. package/dist/lexical/utils/guard.js +3 -2
  964. package/dist/lexical/utils/guard.js.map +1 -1
  965. package/dist/lexical/utils/joinClasses.d.ts.map +1 -1
  966. package/dist/lexical/utils/joinClasses.js +3 -2
  967. package/dist/lexical/utils/joinClasses.js.map +1 -1
  968. package/dist/lexical/utils/markdown/createBlockNode.js +9 -10
  969. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  970. package/dist/lexical/utils/nodeFormat.d.ts +2 -2
  971. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -1
  972. package/dist/lexical/utils/nodeFormat.js +58 -59
  973. package/dist/lexical/utils/nodeFormat.js.map +1 -1
  974. package/dist/lexical/utils/point.d.ts.map +1 -1
  975. package/dist/lexical/utils/point.js +40 -32
  976. package/dist/lexical/utils/point.js.map +1 -1
  977. package/dist/lexical/utils/rect.d.ts +4 -4
  978. package/dist/lexical/utils/rect.d.ts.map +1 -1
  979. package/dist/lexical/utils/rect.js +167 -134
  980. package/dist/lexical/utils/rect.js.map +1 -1
  981. package/dist/lexical/utils/setFloatingElemPosition.d.ts +1 -1
  982. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -1
  983. package/dist/lexical/utils/setFloatingElemPosition.js +57 -46
  984. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -1
  985. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -1
  986. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +23 -22
  987. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -1
  988. package/dist/lexical/utils/swipe.d.ts.map +1 -1
  989. package/dist/lexical/utils/swipe.js +82 -83
  990. package/dist/lexical/utils/swipe.js.map +1 -1
  991. package/dist/lexical/utils/url.d.ts +5 -0
  992. package/dist/lexical/utils/url.d.ts.map +1 -1
  993. package/dist/lexical/utils/url.js +42 -21
  994. package/dist/lexical/utils/url.js.map +1 -1
  995. package/dist/nodeTypes.d.ts +9 -7
  996. package/dist/nodeTypes.d.ts.map +1 -1
  997. package/dist/nodeTypes.js +1 -2
  998. package/dist/nodeTypes.js.map +1 -1
  999. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -1
  1000. package/dist/populateGraphQL/defaultValue.js +24 -28
  1001. package/dist/populateGraphQL/defaultValue.js.map +1 -1
  1002. package/dist/populateGraphQL/populate.js +35 -25
  1003. package/dist/populateGraphQL/populate.js.map +1 -1
  1004. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  1005. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  1006. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +48 -32
  1007. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  1008. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +39 -25
  1009. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -1
  1010. package/dist/types.d.ts +11 -13
  1011. package/dist/types.d.ts.map +1 -1
  1012. package/dist/types.js +1 -2
  1013. package/dist/types.js.map +1 -1
  1014. package/dist/utilities/createClientFeature.d.ts +3 -5
  1015. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  1016. package/dist/utilities/createClientFeature.js +38 -27
  1017. package/dist/utilities/createClientFeature.js.map +1 -1
  1018. package/dist/utilities/createServerFeature.d.ts +1 -0
  1019. package/dist/utilities/createServerFeature.d.ts.map +1 -1
  1020. package/dist/utilities/createServerFeature.js +48 -31
  1021. package/dist/utilities/createServerFeature.js.map +1 -1
  1022. package/dist/utilities/fieldsDrawer/Drawer.d.ts +10 -8
  1023. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  1024. package/dist/utilities/fieldsDrawer/Drawer.js +28 -15
  1025. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  1026. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  1027. package/dist/utilities/fieldsDrawer/DrawerContent.js +154 -78
  1028. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  1029. package/dist/utilities/forEachNodeRecursively.js +24 -19
  1030. package/dist/utilities/forEachNodeRecursively.js.map +1 -1
  1031. package/dist/utilities/generateComponentMap.d.ts +2 -2
  1032. package/dist/utilities/generateComponentMap.d.ts.map +1 -1
  1033. package/dist/utilities/generateComponentMap.js +91 -75
  1034. package/dist/utilities/generateComponentMap.js.map +1 -1
  1035. package/dist/utilities/generateImportMap.d.ts +6 -0
  1036. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1037. package/dist/utilities/generateImportMap.js +56 -0
  1038. package/dist/utilities/generateImportMap.js.map +1 -0
  1039. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  1040. package/dist/utilities/generateSchemaMap.js +35 -29
  1041. package/dist/utilities/generateSchemaMap.js.map +1 -1
  1042. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -1
  1043. package/dist/utilities/migrateSlateToLexical/index.js +125 -81
  1044. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -1
  1045. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +1 -1
  1046. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -1
  1047. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +73 -70
  1048. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -1
  1049. package/dist/utilities/recurseNodeTree.js +25 -22
  1050. package/dist/utilities/recurseNodeTree.js.map +1 -1
  1051. package/dist/utilities/upgradeLexicalData/index.js +99 -86
  1052. package/dist/utilities/upgradeLexicalData/index.js.map +1 -1
  1053. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +1 -1
  1054. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  1055. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +71 -66
  1056. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  1057. package/dist/utilities/useLexicalFeature.js +9 -8
  1058. package/dist/utilities/useLexicalFeature.js.map +1 -1
  1059. package/dist/validate/index.d.ts.map +1 -1
  1060. package/dist/validate/index.js +45 -24
  1061. package/dist/validate/index.js.map +1 -1
  1062. package/dist/validate/validateNodes.d.ts +2 -2
  1063. package/dist/validate/validateNodes.d.ts.map +1 -1
  1064. package/dist/validate/validateNodes.js +31 -28
  1065. package/dist/validate/validateNodes.js.map +1 -1
  1066. package/package.json +67 -45
  1067. package/dist/exports/client/Component-7HS6FEJS.js +0 -2
  1068. package/dist/exports/client/Component-7HS6FEJS.js.map +0 -7
  1069. package/dist/exports/client/Component-LAKSCIDX.js +0 -2
  1070. package/dist/exports/client/Component-LAKSCIDX.js.map +0 -7
  1071. package/dist/exports/client/Field-VT4YC32B.js +0 -2
  1072. package/dist/exports/client/Field-VT4YC32B.js.map +0 -7
  1073. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js +0 -2
  1074. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js.map +0 -7
  1075. package/dist/exports/client/chunk-6QXGZYUK.js +0 -2
  1076. package/dist/exports/client/chunk-6QXGZYUK.js.map +0 -7
  1077. package/dist/exports/client/chunk-EBB2CEB6.js +0 -2
  1078. package/dist/exports/client/chunk-EBB2CEB6.js.map +0 -7
  1079. package/dist/exports/client/chunk-IPCJ5EVK.js +0 -2
  1080. package/dist/exports/client/chunk-IPCJ5EVK.js.map +0 -7
  1081. package/dist/exports/client/chunk-IWZVO3AI.js +0 -2
  1082. package/dist/exports/client/chunk-IWZVO3AI.js.map +0 -7
  1083. package/dist/exports/client/chunk-Q5DYR7MH.js +0 -3
  1084. package/dist/exports/client/chunk-Q5DYR7MH.js.map +0 -7
  1085. package/dist/exports/client/chunk-VUVXZJJR.js +0 -2
  1086. package/dist/exports/client/chunk-VUVXZJJR.js.map +0 -7
  1087. package/dist/exports/client/component-D4GWDXK5.js +0 -2
  1088. package/dist/exports/client/component-D4GWDXK5.js.map +0 -7
  1089. package/dist/exports/client/component-KA7FDRMA.js +0 -2
  1090. package/dist/exports/client/component-KA7FDRMA.js.map +0 -7
  1091. package/dist/exports/client/component-VM36FRT2.js +0 -2
  1092. package/dist/exports/client/component-VM36FRT2.js.map +0 -7
  1093. package/dist/exports/client/componentInline-6EKPZSCV.js +0 -2
  1094. package/dist/exports/client/componentInline-6EKPZSCV.js.map +0 -7
  1095. package/dist/features/align/feature.client.d.ts +0 -5
  1096. package/dist/features/align/feature.client.d.ts.map +0 -1
  1097. package/dist/features/align/feature.client.js +0 -146
  1098. package/dist/features/align/feature.client.js.map +0 -1
  1099. package/dist/features/align/feature.server.d.ts +0 -2
  1100. package/dist/features/align/feature.server.d.ts.map +0 -1
  1101. package/dist/features/align/feature.server.js +0 -13
  1102. package/dist/features/align/feature.server.js.map +0 -1
  1103. package/dist/features/align/i18n.d.ts.map +0 -1
  1104. package/dist/features/align/i18n.js +0 -196
  1105. package/dist/features/align/i18n.js.map +0 -1
  1106. package/dist/features/align/toolbarAlignGroup.d.ts +0 -3
  1107. package/dist/features/align/toolbarAlignGroup.d.ts.map +0 -1
  1108. package/dist/features/align/toolbarAlignGroup.js +0 -12
  1109. package/dist/features/align/toolbarAlignGroup.js.map +0 -1
  1110. package/dist/features/blockquote/feature.client.d.ts +0 -5
  1111. package/dist/features/blockquote/feature.client.d.ts.map +0 -1
  1112. package/dist/features/blockquote/feature.client.js +0 -77
  1113. package/dist/features/blockquote/feature.client.js.map +0 -1
  1114. package/dist/features/blockquote/feature.server.d.ts +0 -7
  1115. package/dist/features/blockquote/feature.server.d.ts.map +0 -1
  1116. package/dist/features/blockquote/feature.server.js +0 -45
  1117. package/dist/features/blockquote/feature.server.js.map +0 -1
  1118. package/dist/features/blockquote/i18n.d.ts.map +0 -1
  1119. package/dist/features/blockquote/i18n.js +0 -100
  1120. package/dist/features/blockquote/i18n.js.map +0 -1
  1121. package/dist/features/blocks/component/BlockContent.d.ts +0 -27
  1122. package/dist/features/blocks/component/BlockContent.d.ts.map +0 -1
  1123. package/dist/features/blocks/component/BlockContent.js +0 -196
  1124. package/dist/features/blocks/component/BlockContent.js.map +0 -1
  1125. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1126. package/dist/features/blocks/component/FormSavePlugin.js +0 -29
  1127. package/dist/features/blocks/component/FormSavePlugin.js.map +0 -1
  1128. package/dist/features/blocks/component/index.d.ts +0 -11
  1129. package/dist/features/blocks/component/index.d.ts.map +0 -1
  1130. package/dist/features/blocks/component/index.js +0 -162
  1131. package/dist/features/blocks/component/index.js.map +0 -1
  1132. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1133. package/dist/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1134. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1135. package/dist/features/blocks/componentInline/index.d.ts +0 -10
  1136. package/dist/features/blocks/componentInline/index.d.ts.map +0 -1
  1137. package/dist/features/blocks/componentInline/index.js +0 -133
  1138. package/dist/features/blocks/componentInline/index.js.map +0 -1
  1139. package/dist/features/blocks/feature.client.d.ts +0 -13
  1140. package/dist/features/blocks/feature.client.d.ts.map +0 -1
  1141. package/dist/features/blocks/feature.client.js +0 -148
  1142. package/dist/features/blocks/feature.client.js.map +0 -1
  1143. package/dist/features/blocks/feature.server.d.ts +0 -8
  1144. package/dist/features/blocks/feature.server.d.ts.map +0 -1
  1145. package/dist/features/blocks/feature.server.js +0 -160
  1146. package/dist/features/blocks/feature.server.js.map +0 -1
  1147. package/dist/features/blocks/graphQLPopulationPromise.d.ts +0 -6
  1148. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +0 -1
  1149. package/dist/features/blocks/graphQLPopulationPromise.js +0 -31
  1150. package/dist/features/blocks/graphQLPopulationPromise.js.map +0 -1
  1151. package/dist/features/blocks/i18n.d.ts.map +0 -1
  1152. package/dist/features/blocks/i18n.js +0 -292
  1153. package/dist/features/blocks/i18n.js.map +0 -1
  1154. package/dist/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1155. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1156. package/dist/features/blocks/nodes/BlocksNode.js +0 -92
  1157. package/dist/features/blocks/nodes/BlocksNode.js.map +0 -1
  1158. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts +0 -39
  1159. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts.map +0 -1
  1160. package/dist/features/blocks/nodes/InlineBlocksNode.js +0 -94
  1161. package/dist/features/blocks/nodes/InlineBlocksNode.js.map +0 -1
  1162. package/dist/features/blocks/plugin/commands.d.ts.map +0 -1
  1163. package/dist/features/blocks/plugin/commands.js +0 -6
  1164. package/dist/features/blocks/plugin/commands.js.map +0 -1
  1165. package/dist/features/blocks/plugin/index.d.ts +0 -6
  1166. package/dist/features/blocks/plugin/index.d.ts.map +0 -1
  1167. package/dist/features/blocks/plugin/index.js +0 -111
  1168. package/dist/features/blocks/plugin/index.js.map +0 -1
  1169. package/dist/features/blocks/validate.d.ts +0 -6
  1170. package/dist/features/blocks/validate.d.ts.map +0 -1
  1171. package/dist/features/blocks/validate.js +0 -37
  1172. package/dist/features/blocks/validate.js.map +0 -1
  1173. package/dist/features/converters/html/feature.server.d.ts +0 -8
  1174. package/dist/features/converters/html/feature.server.d.ts.map +0 -1
  1175. package/dist/features/converters/html/feature.server.js +0 -8
  1176. package/dist/features/converters/html/feature.server.js.map +0 -1
  1177. package/dist/features/createClientComponent.d.ts +0 -7
  1178. package/dist/features/createClientComponent.d.ts.map +0 -1
  1179. package/dist/features/createClientComponent.js +0 -12
  1180. package/dist/features/createClientComponent.js.map +0 -1
  1181. package/dist/features/createFeaturePropComponent.d.ts +0 -6
  1182. package/dist/features/createFeaturePropComponent.d.ts.map +0 -1
  1183. package/dist/features/createFeaturePropComponent.js +0 -18
  1184. package/dist/features/createFeaturePropComponent.js.map +0 -1
  1185. package/dist/features/debug/testRecorder/feature.client.d.ts +0 -5
  1186. package/dist/features/debug/testRecorder/feature.client.d.ts.map +0 -1
  1187. package/dist/features/debug/testRecorder/feature.client.js +0 -13
  1188. package/dist/features/debug/testRecorder/feature.client.js.map +0 -1
  1189. package/dist/features/debug/testRecorder/feature.server.d.ts +0 -2
  1190. package/dist/features/debug/testRecorder/feature.server.d.ts.map +0 -1
  1191. package/dist/features/debug/testRecorder/feature.server.js +0 -11
  1192. package/dist/features/debug/testRecorder/feature.server.js.map +0 -1
  1193. package/dist/features/debug/testRecorder/plugin/index.d.ts +0 -5
  1194. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +0 -1
  1195. package/dist/features/debug/testRecorder/plugin/index.js +0 -471
  1196. package/dist/features/debug/testRecorder/plugin/index.js.map +0 -1
  1197. package/dist/features/debug/treeView/feature.client.d.ts +0 -5
  1198. package/dist/features/debug/treeView/feature.client.d.ts.map +0 -1
  1199. package/dist/features/debug/treeView/feature.client.js +0 -13
  1200. package/dist/features/debug/treeView/feature.client.js.map +0 -1
  1201. package/dist/features/debug/treeView/feature.server.d.ts +0 -2
  1202. package/dist/features/debug/treeView/feature.server.d.ts.map +0 -1
  1203. package/dist/features/debug/treeView/feature.server.js +0 -11
  1204. package/dist/features/debug/treeView/feature.server.js.map +0 -1
  1205. package/dist/features/debug/treeView/plugin/index.d.ts +0 -4
  1206. package/dist/features/debug/treeView/plugin/index.d.ts.map +0 -1
  1207. package/dist/features/debug/treeView/plugin/index.js +0 -19
  1208. package/dist/features/debug/treeView/plugin/index.js.map +0 -1
  1209. package/dist/features/experimental_table/feature.client.d.ts +0 -2
  1210. package/dist/features/experimental_table/feature.client.d.ts.map +0 -1
  1211. package/dist/features/experimental_table/feature.client.js +0 -66
  1212. package/dist/features/experimental_table/feature.client.js.map +0 -1
  1213. package/dist/features/experimental_table/feature.server.d.ts +0 -2
  1214. package/dist/features/experimental_table/feature.server.d.ts.map +0 -1
  1215. package/dist/features/experimental_table/feature.server.js +0 -52
  1216. package/dist/features/experimental_table/feature.server.js.map +0 -1
  1217. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +0 -4
  1218. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +0 -1
  1219. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +0 -602
  1220. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +0 -1
  1221. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +0 -4
  1222. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +0 -1
  1223. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +0 -322
  1224. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +0 -1
  1225. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +0 -24
  1226. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +0 -1
  1227. package/dist/features/experimental_table/plugins/TablePlugin/index.js +0 -98
  1228. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +0 -1
  1229. package/dist/features/heading/feature.client.d.ts +0 -6
  1230. package/dist/features/heading/feature.client.d.ts.map +0 -1
  1231. package/dist/features/heading/feature.client.js +0 -112
  1232. package/dist/features/heading/feature.client.js.map +0 -1
  1233. package/dist/features/heading/feature.server.d.ts +0 -10
  1234. package/dist/features/heading/feature.server.d.ts.map +0 -1
  1235. package/dist/features/heading/feature.server.js +0 -59
  1236. package/dist/features/heading/feature.server.js.map +0 -1
  1237. package/dist/features/heading/i18n.d.ts.map +0 -1
  1238. package/dist/features/heading/i18n.js +0 -100
  1239. package/dist/features/heading/i18n.js.map +0 -1
  1240. package/dist/features/horizontalRule/component/index.d.ts +0 -10
  1241. package/dist/features/horizontalRule/component/index.d.ts.map +0 -1
  1242. package/dist/features/horizontalRule/component/index.js +0 -67
  1243. package/dist/features/horizontalRule/component/index.js.map +0 -1
  1244. package/dist/features/horizontalRule/feature.client.d.ts +0 -5
  1245. package/dist/features/horizontalRule/feature.client.d.ts.map +0 -1
  1246. package/dist/features/horizontalRule/feature.client.js +0 -70
  1247. package/dist/features/horizontalRule/feature.client.js.map +0 -1
  1248. package/dist/features/horizontalRule/feature.server.d.ts +0 -2
  1249. package/dist/features/horizontalRule/feature.server.d.ts.map +0 -1
  1250. package/dist/features/horizontalRule/feature.server.js +0 -34
  1251. package/dist/features/horizontalRule/feature.server.js.map +0 -1
  1252. package/dist/features/horizontalRule/i18n.d.ts.map +0 -1
  1253. package/dist/features/horizontalRule/i18n.js +0 -100
  1254. package/dist/features/horizontalRule/i18n.js.map +0 -1
  1255. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +0 -1
  1256. package/dist/features/horizontalRule/markdownTransformer.js +0 -23
  1257. package/dist/features/horizontalRule/markdownTransformer.js.map +0 -1
  1258. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +0 -56
  1259. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1260. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +0 -92
  1261. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +0 -1
  1262. package/dist/features/horizontalRule/plugin/index.d.ts +0 -7
  1263. package/dist/features/horizontalRule/plugin/index.d.ts.map +0 -1
  1264. package/dist/features/horizontalRule/plugin/index.js +0 -30
  1265. package/dist/features/horizontalRule/plugin/index.js.map +0 -1
  1266. package/dist/features/indent/feature.client.d.ts +0 -5
  1267. package/dist/features/indent/feature.client.d.ts.map +0 -1
  1268. package/dist/features/indent/feature.client.js +0 -56
  1269. package/dist/features/indent/feature.client.js.map +0 -1
  1270. package/dist/features/indent/feature.server.d.ts +0 -2
  1271. package/dist/features/indent/feature.server.d.ts.map +0 -1
  1272. package/dist/features/indent/feature.server.js +0 -13
  1273. package/dist/features/indent/feature.server.js.map +0 -1
  1274. package/dist/features/indent/i18n.d.ts.map +0 -1
  1275. package/dist/features/indent/i18n.js +0 -132
  1276. package/dist/features/indent/i18n.js.map +0 -1
  1277. package/dist/features/indent/toolbarIndentGroup.d.ts +0 -3
  1278. package/dist/features/indent/toolbarIndentGroup.d.ts.map +0 -1
  1279. package/dist/features/indent/toolbarIndentGroup.js +0 -10
  1280. package/dist/features/indent/toolbarIndentGroup.js.map +0 -1
  1281. package/dist/features/link/drawer/baseFields.d.ts +0 -3
  1282. package/dist/features/link/drawer/baseFields.d.ts.map +0 -1
  1283. package/dist/features/link/drawer/baseFields.js +0 -94
  1284. package/dist/features/link/drawer/baseFields.js.map +0 -1
  1285. package/dist/features/link/feature.client.d.ts +0 -16
  1286. package/dist/features/link/feature.client.d.ts.map +0 -1
  1287. package/dist/features/link/feature.client.js +0 -101
  1288. package/dist/features/link/feature.client.js.map +0 -1
  1289. package/dist/features/link/feature.server.d.ts +0 -35
  1290. package/dist/features/link/feature.server.d.ts.map +0 -1
  1291. package/dist/features/link/feature.server.js +0 -128
  1292. package/dist/features/link/feature.server.js.map +0 -1
  1293. package/dist/features/link/graphQLPopulationPromise.d.ts +0 -5
  1294. package/dist/features/link/graphQLPopulationPromise.d.ts.map +0 -1
  1295. package/dist/features/link/graphQLPopulationPromise.js +0 -31
  1296. package/dist/features/link/graphQLPopulationPromise.js.map +0 -1
  1297. package/dist/features/link/i18n.d.ts.map +0 -1
  1298. package/dist/features/link/i18n.js +0 -100
  1299. package/dist/features/link/i18n.js.map +0 -1
  1300. package/dist/features/link/plugins/autoLink/index.d.ts +0 -20
  1301. package/dist/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1302. package/dist/features/link/plugins/autoLink/index.js +0 -323
  1303. package/dist/features/link/plugins/autoLink/index.js.map +0 -1
  1304. package/dist/features/link/plugins/clickableLink/index.d.ts +0 -4
  1305. package/dist/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1306. package/dist/features/link/plugins/clickableLink/index.js +0 -9
  1307. package/dist/features/link/plugins/clickableLink/index.js.map +0 -1
  1308. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1309. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -4
  1310. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1311. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1312. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -299
  1313. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1314. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +0 -5
  1315. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1316. package/dist/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1317. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1318. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1319. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1320. package/dist/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1321. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1322. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -9
  1323. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1324. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +0 -20
  1325. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1326. package/dist/features/link/plugins/link/index.d.ts +0 -4
  1327. package/dist/features/link/plugins/link/index.d.ts.map +0 -1
  1328. package/dist/features/link/plugins/link/index.js +0 -53
  1329. package/dist/features/link/plugins/link/index.js.map +0 -1
  1330. package/dist/features/link/validate.d.ts +0 -6
  1331. package/dist/features/link/validate.d.ts.map +0 -1
  1332. package/dist/features/link/validate.js +0 -29
  1333. package/dist/features/link/validate.js.map +0 -1
  1334. package/dist/features/lists/checklist/feature.client.d.ts +0 -5
  1335. package/dist/features/lists/checklist/feature.client.d.ts.map +0 -1
  1336. package/dist/features/lists/checklist/feature.client.js +0 -100
  1337. package/dist/features/lists/checklist/feature.client.js.map +0 -1
  1338. package/dist/features/lists/checklist/feature.server.d.ts +0 -2
  1339. package/dist/features/lists/checklist/feature.server.d.ts.map +0 -1
  1340. package/dist/features/lists/checklist/feature.server.js +0 -36
  1341. package/dist/features/lists/checklist/feature.server.js.map +0 -1
  1342. package/dist/features/lists/checklist/i18n.d.ts.map +0 -1
  1343. package/dist/features/lists/checklist/i18n.js +0 -100
  1344. package/dist/features/lists/checklist/i18n.js.map +0 -1
  1345. package/dist/features/lists/checklist/plugin/index.d.ts +0 -3
  1346. package/dist/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1347. package/dist/features/lists/checklist/plugin/index.js +0 -9
  1348. package/dist/features/lists/checklist/plugin/index.js.map +0 -1
  1349. package/dist/features/lists/orderedList/feature.client.d.ts +0 -5
  1350. package/dist/features/lists/orderedList/feature.client.d.ts.map +0 -1
  1351. package/dist/features/lists/orderedList/feature.client.js +0 -90
  1352. package/dist/features/lists/orderedList/feature.client.js.map +0 -1
  1353. package/dist/features/lists/orderedList/feature.server.d.ts +0 -2
  1354. package/dist/features/lists/orderedList/feature.server.d.ts.map +0 -1
  1355. package/dist/features/lists/orderedList/feature.server.js +0 -36
  1356. package/dist/features/lists/orderedList/feature.server.js.map +0 -1
  1357. package/dist/features/lists/orderedList/i18n.d.ts.map +0 -1
  1358. package/dist/features/lists/orderedList/i18n.js +0 -100
  1359. package/dist/features/lists/orderedList/i18n.js.map +0 -1
  1360. package/dist/features/lists/unorderedList/feature.client.d.ts +0 -5
  1361. package/dist/features/lists/unorderedList/feature.client.d.ts.map +0 -1
  1362. package/dist/features/lists/unorderedList/feature.client.js +0 -88
  1363. package/dist/features/lists/unorderedList/feature.client.js.map +0 -1
  1364. package/dist/features/lists/unorderedList/feature.server.d.ts +0 -2
  1365. package/dist/features/lists/unorderedList/feature.server.d.ts.map +0 -1
  1366. package/dist/features/lists/unorderedList/feature.server.js +0 -34
  1367. package/dist/features/lists/unorderedList/feature.server.js.map +0 -1
  1368. package/dist/features/lists/unorderedList/i18n.d.ts.map +0 -1
  1369. package/dist/features/lists/unorderedList/i18n.js +0 -100
  1370. package/dist/features/lists/unorderedList/i18n.js.map +0 -1
  1371. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -5
  1372. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1373. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1374. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1375. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1376. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1377. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1378. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1379. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -5
  1380. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1381. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1382. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1383. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1384. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1385. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1386. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1387. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -5
  1388. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1389. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1390. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1391. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1392. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1393. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1394. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1395. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -5
  1396. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1397. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1398. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1399. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1400. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1401. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1402. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1403. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -5
  1404. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1405. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1406. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1407. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1408. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1409. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1410. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1411. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -5
  1412. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1413. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1414. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1415. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1416. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1417. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1418. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1419. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -5
  1420. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1421. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1422. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1423. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1424. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1425. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1426. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1427. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -5
  1428. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1429. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1430. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1431. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1432. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1433. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1434. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1435. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -5
  1436. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1437. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1438. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1439. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1440. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1441. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1442. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1443. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -5
  1444. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1445. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1446. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1447. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1448. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1449. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1450. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1451. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -5
  1452. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1453. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1454. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1455. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1456. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1457. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1458. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1459. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -5
  1460. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1461. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1462. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1463. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1464. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1465. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1466. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1467. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -5
  1468. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1469. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1470. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1471. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1472. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1473. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1474. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1475. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -5
  1476. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1477. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1478. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1479. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1480. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1481. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1482. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1483. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -5
  1484. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1485. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1486. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1487. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1488. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1489. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1490. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1491. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -5
  1492. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1493. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1494. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1495. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1496. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1497. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1498. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1499. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -5
  1500. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1501. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1502. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1503. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1504. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1505. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1506. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1507. package/dist/features/paragraph/feature.client.d.ts +0 -5
  1508. package/dist/features/paragraph/feature.client.d.ts.map +0 -1
  1509. package/dist/features/paragraph/feature.client.js +0 -71
  1510. package/dist/features/paragraph/feature.client.js.map +0 -1
  1511. package/dist/features/paragraph/feature.server.d.ts +0 -2
  1512. package/dist/features/paragraph/feature.server.d.ts.map +0 -1
  1513. package/dist/features/paragraph/feature.server.js +0 -14
  1514. package/dist/features/paragraph/feature.server.js.map +0 -1
  1515. package/dist/features/paragraph/i18n.d.ts.map +0 -1
  1516. package/dist/features/paragraph/i18n.js +0 -132
  1517. package/dist/features/paragraph/i18n.js.map +0 -1
  1518. package/dist/features/relationship/drawer/commands.d.ts.map +0 -1
  1519. package/dist/features/relationship/drawer/commands.js +0 -4
  1520. package/dist/features/relationship/drawer/commands.js.map +0 -1
  1521. package/dist/features/relationship/drawer/index.d.ts.map +0 -1
  1522. package/dist/features/relationship/drawer/index.js +0 -83
  1523. package/dist/features/relationship/drawer/index.js.map +0 -1
  1524. package/dist/features/relationship/feature.client.d.ts +0 -18
  1525. package/dist/features/relationship/feature.client.d.ts.map +0 -1
  1526. package/dist/features/relationship/feature.client.js +0 -72
  1527. package/dist/features/relationship/feature.client.js.map +0 -1
  1528. package/dist/features/relationship/feature.server.d.ts +0 -27
  1529. package/dist/features/relationship/feature.server.d.ts.map +0 -1
  1530. package/dist/features/relationship/feature.server.js +0 -55
  1531. package/dist/features/relationship/feature.server.js.map +0 -1
  1532. package/dist/features/relationship/graphQLPopulationPromise.d.ts +0 -5
  1533. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +0 -1
  1534. package/dist/features/relationship/graphQLPopulationPromise.js +0 -29
  1535. package/dist/features/relationship/graphQLPopulationPromise.js.map +0 -1
  1536. package/dist/features/relationship/i18n.d.ts.map +0 -1
  1537. package/dist/features/relationship/i18n.js +0 -100
  1538. package/dist/features/relationship/i18n.js.map +0 -1
  1539. package/dist/features/relationship/nodes/RelationshipNode.d.ts +0 -35
  1540. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1541. package/dist/features/relationship/nodes/RelationshipNode.js +0 -111
  1542. package/dist/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1543. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -13
  1544. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1545. package/dist/features/relationship/nodes/components/RelationshipComponent.js +0 -171
  1546. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1547. package/dist/features/relationship/plugins/index.d.ts +0 -7
  1548. package/dist/features/relationship/plugins/index.d.ts.map +0 -1
  1549. package/dist/features/relationship/plugins/index.js +0 -50
  1550. package/dist/features/relationship/plugins/index.js.map +0 -1
  1551. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1552. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +0 -33
  1553. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1554. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +0 -5
  1555. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +0 -1
  1556. package/dist/features/toolbars/fixed/Toolbar/index.js +0 -207
  1557. package/dist/features/toolbars/fixed/Toolbar/index.js.map +0 -1
  1558. package/dist/features/toolbars/fixed/feature.client.d.ts +0 -6
  1559. package/dist/features/toolbars/fixed/feature.client.d.ts.map +0 -1
  1560. package/dist/features/toolbars/fixed/feature.client.js +0 -13
  1561. package/dist/features/toolbars/fixed/feature.client.js.map +0 -1
  1562. package/dist/features/toolbars/fixed/feature.server.d.ts +0 -18
  1563. package/dist/features/toolbars/fixed/feature.server.d.ts.map +0 -1
  1564. package/dist/features/toolbars/fixed/feature.server.js +0 -19
  1565. package/dist/features/toolbars/fixed/feature.server.js.map +0 -1
  1566. package/dist/features/toolbars/inline/Toolbar/index.d.ts +0 -4
  1567. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +0 -1
  1568. package/dist/features/toolbars/inline/Toolbar/index.js +0 -319
  1569. package/dist/features/toolbars/inline/Toolbar/index.js.map +0 -1
  1570. package/dist/features/toolbars/inline/feature.client.d.ts +0 -5
  1571. package/dist/features/toolbars/inline/feature.client.d.ts.map +0 -1
  1572. package/dist/features/toolbars/inline/feature.client.js +0 -13
  1573. package/dist/features/toolbars/inline/feature.client.js.map +0 -1
  1574. package/dist/features/toolbars/inline/feature.server.d.ts +0 -2
  1575. package/dist/features/toolbars/inline/feature.server.d.ts.map +0 -1
  1576. package/dist/features/toolbars/inline/feature.server.js +0 -11
  1577. package/dist/features/toolbars/inline/feature.server.js.map +0 -1
  1578. package/dist/features/upload/component/index.d.ts +0 -9
  1579. package/dist/features/upload/component/index.d.ts.map +0 -1
  1580. package/dist/features/upload/component/index.js +0 -242
  1581. package/dist/features/upload/component/index.js.map +0 -1
  1582. package/dist/features/upload/drawer/commands.d.ts.map +0 -1
  1583. package/dist/features/upload/drawer/commands.js +0 -5
  1584. package/dist/features/upload/drawer/commands.js.map +0 -1
  1585. package/dist/features/upload/drawer/index.d.ts.map +0 -1
  1586. package/dist/features/upload/drawer/index.js +0 -77
  1587. package/dist/features/upload/drawer/index.js.map +0 -1
  1588. package/dist/features/upload/feature.client.d.ts +0 -12
  1589. package/dist/features/upload/feature.client.d.ts.map +0 -1
  1590. package/dist/features/upload/feature.client.js +0 -74
  1591. package/dist/features/upload/feature.client.js.map +0 -1
  1592. package/dist/features/upload/feature.server.d.ts +0 -18
  1593. package/dist/features/upload/feature.server.d.ts.map +0 -1
  1594. package/dist/features/upload/feature.server.js +0 -184
  1595. package/dist/features/upload/feature.server.js.map +0 -1
  1596. package/dist/features/upload/graphQLPopulationPromise.d.ts +0 -5
  1597. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +0 -1
  1598. package/dist/features/upload/graphQLPopulationPromise.js +0 -52
  1599. package/dist/features/upload/graphQLPopulationPromise.js.map +0 -1
  1600. package/dist/features/upload/i18n.d.ts.map +0 -1
  1601. package/dist/features/upload/i18n.js +0 -100
  1602. package/dist/features/upload/i18n.js.map +0 -1
  1603. package/dist/features/upload/nodes/UploadNode.d.ts +0 -39
  1604. package/dist/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1605. package/dist/features/upload/nodes/UploadNode.js +0 -131
  1606. package/dist/features/upload/nodes/UploadNode.js.map +0 -1
  1607. package/dist/features/upload/plugin/index.d.ts +0 -8
  1608. package/dist/features/upload/plugin/index.d.ts.map +0 -1
  1609. package/dist/features/upload/plugin/index.js +0 -53
  1610. package/dist/features/upload/plugin/index.js.map +0 -1
  1611. package/dist/features/upload/validate.d.ts +0 -5
  1612. package/dist/features/upload/validate.d.ts.map +0 -1
  1613. package/dist/features/upload/validate.js +0 -45
  1614. package/dist/features/upload/validate.js.map +0 -1
  1615. package/dist/lexical/utils/invariant.d.ts +0 -2
  1616. package/dist/lexical/utils/invariant.d.ts.map +0 -1
  1617. package/dist/lexical/utils/invariant.js +0 -12
  1618. package/dist/lexical/utils/invariant.js.map +0 -1
  1619. /package/dist/features/align/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1620. /package/dist/features/blockquote/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1621. /package/dist/features/blocks/{component → client/component}/FormSavePlugin.d.ts +0 -0
  1622. /package/dist/features/blocks/{component → client/component}/removeEmptyArrayValues.d.ts +0 -0
  1623. /package/dist/features/blocks/{plugin → client/plugin}/commands.d.ts +0 -0
  1624. /package/dist/features/blocks/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1625. /package/dist/features/heading/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1626. /package/dist/features/horizontalRule/{markdownTransformer.d.ts → client/markdownTransformer.d.ts} +0 -0
  1627. /package/dist/features/horizontalRule/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1628. /package/dist/features/indent/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1629. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  1630. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  1631. /package/dist/features/link/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1632. /package/dist/features/lists/checklist/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1633. /package/dist/features/lists/orderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1634. /package/dist/features/lists/unorderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1635. /package/dist/features/paragraph/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1636. /package/dist/features/relationship/{drawer → client/drawer}/commands.d.ts +0 -0
  1637. /package/dist/features/relationship/{drawer → client/drawer}/index.d.ts +0 -0
  1638. /package/dist/features/relationship/{utils → client/utils}/EnabledRelationshipsCondition.d.ts +0 -0
  1639. /package/dist/features/relationship/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1640. /package/dist/features/upload/{drawer → client/drawer}/commands.d.ts +0 -0
  1641. /package/dist/features/upload/{drawer → client/drawer}/index.d.ts +0 -0
  1642. /package/dist/features/upload/{i18n.d.ts → server/i18n.d.ts} +0 -0
@@ -1,9 +1,9 @@
1
1
  import type { EditorConfig as LexicalEditorConfig } from 'lexical';
2
- import type { CellComponentProps } from 'payload';
2
+ import type { CellComponentProps, RichTextFieldClient } from 'payload';
3
3
  import React from 'react';
4
4
  import type { LexicalFieldAdminProps } from '../types.js';
5
5
  export declare const RichTextCell: React.FC<{
6
- admin?: LexicalFieldAdminProps;
7
- lexicalEditorConfig: LexicalEditorConfig;
8
- } & CellComponentProps>;
6
+ readonly admin?: LexicalFieldAdminProps;
7
+ readonly lexicalEditorConfig: LexicalEditorConfig;
8
+ } & CellComponentProps<RichTextFieldClient>>;
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cell/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAKjD,OAAO,KAA8B,MAAM,OAAO,CAAA;AAIlD,OAAO,KAAK,EAAqC,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAO5F,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CACjC;IACE,KAAK,CAAC,EAAE,sBAAsB,CAAA;IAC9B,mBAAmB,EAAE,mBAAmB,CAAA;CACzC,GAAG,kBAAkB,CA4KvB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cell/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAOtE,OAAO,KAA6B,MAAM,OAAO,CAAA;AAIjD,OAAO,KAAK,EAAqC,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAS5F,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CACjC;IACE,QAAQ,CAAC,KAAK,CAAC,EAAE,sBAAsB,CAAA;IACvC,QAAQ,CAAC,mBAAmB,EAAE,mBAAmB,CAAA;CAClD,GAAG,kBAAkB,CAAC,mBAAmB,CAAC,CAuH5C,CAAA"}
@@ -1,145 +1,120 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+
3
+ import { jsx as _jsx } from "react/jsx-runtime";
3
4
  import { createHeadlessEditor } from '@lexical/headless';
4
- import { useClientFunctions, useTableCell } from '@payloadcms/ui';
5
+ import { useConfig, useTableCell } from '@payloadcms/ui';
6
+ import { formatAdminURL } from '@payloadcms/ui/shared';
5
7
  import { $getRoot } from 'lexical';
6
- import React, { useEffect, useState } from 'react';
8
+ import LinkImport from 'next/link.js';
9
+ import React, { useEffect, useMemo } from 'react';
7
10
  import { defaultEditorLexicalConfig } from '../lexical/config/client/default.js';
8
11
  import { loadClientFeatures } from '../lexical/config/client/loader.js';
9
12
  import { sanitizeClientEditorConfig } from '../lexical/config/client/sanitize.js';
10
13
  import { getEnabledNodes } from '../lexical/nodes/index.js';
11
- export const RichTextCell = (props)=>{
12
- const { admin, lexicalEditorConfig, richTextComponentMap } = props;
13
- const [preview, setPreview] = React.useState('Loading...');
14
- const { cellData, cellProps: { schemaPath } } = useTableCell();
15
- const clientFunctions = useClientFunctions();
16
- const [hasLoadedFeatures, setHasLoadedFeatures] = useState(false);
17
- const [featureProviders, setFeatureProviders] = useState([]);
18
- const [finalSanitizedEditorConfig, setFinalSanitizedEditorConfig] = useState(null);
19
- const featureProviderComponents = richTextComponentMap.get('features').sort((a, b)=>a.order - b.order) // order by order
20
- ;
21
- let featureProvidersAndComponentsToLoad = 0 // feature providers and components
22
- ;
23
- for (const featureProvider of featureProviderComponents){
24
- const featureComponentKeys = Array.from(richTextComponentMap.keys()).filter((key)=>key.startsWith(`feature.${featureProvider.key}.components.`));
25
- featureProvidersAndComponentsToLoad += 1;
26
- featureProvidersAndComponentsToLoad += featureComponentKeys.length;
14
+ const Link = LinkImport.default || LinkImport;
15
+ export const RichTextCell = props => {
16
+ const {
17
+ admin,
18
+ field: {
19
+ richTextComponentMap
20
+ },
21
+ lexicalEditorConfig
22
+ } = props;
23
+ const [preview, setPreview] = React.useState('Loading...');
24
+ const {
25
+ cellData,
26
+ cellProps,
27
+ columnIndex,
28
+ customCellContext,
29
+ rowData
30
+ } = useTableCell();
31
+ const {
32
+ config: {
33
+ routes: {
34
+ admin: adminRoute
35
+ }
27
36
  }
28
- useEffect(()=>{
29
- if (!hasLoadedFeatures) {
30
- const featureProvidersLocal = [];
31
- let featureProvidersAndComponentsLoaded = 0 // feature providers and components only
32
- ;
33
- Object.entries(clientFunctions).forEach(([key, plugin])=>{
34
- if (key.startsWith(`lexicalFeature.${schemaPath}.`)) {
35
- if (!key.includes('.lexical_internal_components.')) {
36
- featureProvidersLocal.push(plugin);
37
- }
38
- featureProvidersAndComponentsLoaded++;
39
- }
40
- });
41
- if (featureProvidersAndComponentsLoaded === featureProvidersAndComponentsToLoad) {
42
- setFeatureProviders(featureProvidersLocal);
43
- setHasLoadedFeatures(true);
44
- /**
45
- * Loaded feature provided => create the final sanitized editor config
46
- */ const resolvedClientFeatures = loadClientFeatures({
47
- clientFunctions,
48
- schemaPath,
49
- unSanitizedEditorConfig: {
50
- features: featureProvidersLocal,
51
- lexical: lexicalEditorConfig
52
- }
53
- });
54
- setFinalSanitizedEditorConfig(sanitizeClientEditorConfig(lexicalEditorConfig ? lexicalEditorConfig : defaultEditorLexicalConfig, resolvedClientFeatures, admin));
55
- }
56
- }
57
- }, [
58
- admin,
59
- featureProviderComponents,
60
- hasLoadedFeatures,
61
- clientFunctions,
62
- schemaPath,
63
- featureProviderComponents.length,
64
- featureProviders,
65
- finalSanitizedEditorConfig,
66
- lexicalEditorConfig,
67
- richTextComponentMap,
68
- featureProvidersAndComponentsToLoad
69
- ]);
70
- useEffect(()=>{
71
- if (!hasLoadedFeatures) {
72
- return;
73
- }
74
- let dataToUse = cellData;
75
- if (dataToUse == null || !hasLoadedFeatures || !finalSanitizedEditorConfig) {
76
- setPreview('');
77
- return;
78
- }
79
- // Transform data through load hooks
80
- if (finalSanitizedEditorConfig?.features?.hooks?.load?.length) {
81
- finalSanitizedEditorConfig.features.hooks.load.forEach((hook)=>{
82
- dataToUse = hook({
83
- incomingEditorState: dataToUse
84
- });
85
- });
86
- }
87
- if (!dataToUse || typeof dataToUse !== 'object') {
88
- setPreview('');
89
- return;
90
- }
91
- // If data is from Slate and not Lexical
92
- if (Array.isArray(dataToUse) && !('root' in dataToUse)) {
93
- setPreview('');
94
- return;
95
- }
96
- // If data is from payload-plugin-lexical
97
- if ('jsonContent' in dataToUse) {
98
- setPreview('');
99
- return;
100
- }
101
- // initialize headless editor
102
- const headlessEditor = createHeadlessEditor({
103
- namespace: finalSanitizedEditorConfig.lexical.namespace,
104
- nodes: getEnabledNodes({
105
- editorConfig: finalSanitizedEditorConfig
106
- }),
107
- theme: finalSanitizedEditorConfig.lexical.theme
108
- });
109
- headlessEditor.setEditorState(headlessEditor.parseEditorState(dataToUse));
110
- const textContent = headlessEditor.getEditorState().read(()=>{
111
- return $getRoot().getTextContent();
112
- }) || '';
113
- // Limiting the number of characters shown is done in a CSS rule
114
- setPreview(textContent);
115
- }, [
116
- cellData,
117
- lexicalEditorConfig,
118
- hasLoadedFeatures,
119
- finalSanitizedEditorConfig
120
- ]);
121
- if (!hasLoadedFeatures) {
122
- return /*#__PURE__*/ _jsx(React.Fragment, {
123
- children: Array.isArray(featureProviderComponents) && featureProviderComponents.map((featureProvider)=>{
124
- // get all components starting with key feature.${FeatureProvider.key}.components.{featureComponentKey}
125
- const featureComponentKeys = Array.from(richTextComponentMap.keys()).filter((key)=>key.startsWith(`lexical_internal_feature.${featureProvider.key}.lexical_internal_components.`));
126
- const featureComponents = featureComponentKeys.map((key)=>{
127
- return richTextComponentMap.get(key);
128
- });
129
- return /*#__PURE__*/ _jsxs(React.Fragment, {
130
- children: [
131
- featureComponents?.length ? featureComponents.map((FeatureComponent)=>{
132
- return FeatureComponent;
133
- }) : null,
134
- featureProvider.ClientFeature
135
- ]
136
- }, featureProvider.key);
137
- })
37
+ } = useConfig();
38
+ const {
39
+ link
40
+ } = cellProps || {};
41
+ let WrapElement = 'span';
42
+ const wrapElementProps = {};
43
+ const isLink = link !== undefined ? link : columnIndex === 0;
44
+ if (isLink) {
45
+ WrapElement = Link;
46
+ wrapElementProps.href = customCellContext?.collectionSlug ? formatAdminURL({
47
+ adminRoute,
48
+ path: `/collections/${customCellContext?.collectionSlug}/${rowData.id}`
49
+ }) : '';
50
+ }
51
+ const finalSanitizedEditorConfig = useMemo(() => {
52
+ const clientFeatures = richTextComponentMap?.get('features');
53
+ const featureProvidersLocal = [];
54
+ for (const clientFeature of clientFeatures) {
55
+ featureProvidersLocal.push(clientFeature.clientFeature(clientFeature.clientFeatureProps));
56
+ }
57
+ const finalLexicalEditorConfig = lexicalEditorConfig ? lexicalEditorConfig : defaultEditorLexicalConfig;
58
+ const resolvedClientFeatures = loadClientFeatures({
59
+ unSanitizedEditorConfig: {
60
+ features: featureProvidersLocal,
61
+ lexical: finalLexicalEditorConfig
62
+ }
63
+ });
64
+ return sanitizeClientEditorConfig(resolvedClientFeatures, finalLexicalEditorConfig);
65
+ }, [richTextComponentMap, lexicalEditorConfig]);
66
+ finalSanitizedEditorConfig.admin = admin;
67
+ useEffect(() => {
68
+ let dataToUse = cellData;
69
+ if (dataToUse == null || !finalSanitizedEditorConfig) {
70
+ setPreview('');
71
+ return;
72
+ }
73
+ // Transform data through load hooks
74
+ if (finalSanitizedEditorConfig?.features?.hooks?.load?.length) {
75
+ finalSanitizedEditorConfig.features.hooks.load.forEach(hook => {
76
+ dataToUse = hook({
77
+ incomingEditorState: dataToUse
138
78
  });
79
+ });
139
80
  }
140
- return /*#__PURE__*/ _jsx("span", {
141
- children: preview
81
+ if (!dataToUse || typeof dataToUse !== 'object') {
82
+ setPreview('');
83
+ return;
84
+ }
85
+ // If data is from Slate and not Lexical
86
+ if (Array.isArray(dataToUse) && !('root' in dataToUse)) {
87
+ setPreview('');
88
+ return;
89
+ }
90
+ // If data is from payload-plugin-lexical
91
+ if ('jsonContent' in dataToUse) {
92
+ setPreview('');
93
+ return;
94
+ }
95
+ // initialize headless editor
96
+ const headlessEditor = createHeadlessEditor({
97
+ namespace: finalSanitizedEditorConfig.lexical.namespace,
98
+ nodes: getEnabledNodes({
99
+ editorConfig: finalSanitizedEditorConfig
100
+ }),
101
+ theme: finalSanitizedEditorConfig.lexical.theme
142
102
  });
103
+ headlessEditor.setEditorState(headlessEditor.parseEditorState(dataToUse));
104
+ const textContent = headlessEditor.getEditorState().read(() => {
105
+ return $getRoot().getTextContent();
106
+ }) || '';
107
+ // Limiting the number of characters shown is done in a CSS rule
108
+ setPreview(textContent);
109
+ }, [cellData, finalSanitizedEditorConfig]);
110
+ if (isLink) {
111
+ return /*#__PURE__*/_jsx(WrapElement, {
112
+ ...wrapElementProps,
113
+ children: preview
114
+ });
115
+ }
116
+ return /*#__PURE__*/_jsx("span", {
117
+ children: preview
118
+ });
143
119
  };
144
-
145
120
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/cell/index.tsx"],"sourcesContent":["'use client'\nimport type { EditorConfig as LexicalEditorConfig } from 'lexical'\nimport type { CellComponentProps } from 'payload'\n\nimport { createHeadlessEditor } from '@lexical/headless'\nimport { useClientFunctions, useTableCell } from '@payloadcms/ui'\nimport { $getRoot } from 'lexical'\nimport React, { useEffect, useState } from 'react'\n\nimport type { FeatureProviderClient } from '../features/typesClient.js'\nimport type { SanitizedClientEditorConfig } from '../lexical/config/types.js'\nimport type { GeneratedFeatureProviderComponent, LexicalFieldAdminProps } from '../types.js'\n\nimport { defaultEditorLexicalConfig } from '../lexical/config/client/default.js'\nimport { loadClientFeatures } from '../lexical/config/client/loader.js'\nimport { sanitizeClientEditorConfig } from '../lexical/config/client/sanitize.js'\nimport { getEnabledNodes } from '../lexical/nodes/index.js'\n\nexport const RichTextCell: React.FC<\n {\n admin?: LexicalFieldAdminProps\n lexicalEditorConfig: LexicalEditorConfig\n } & CellComponentProps\n> = (props) => {\n const { admin, lexicalEditorConfig, richTextComponentMap } = props\n\n const [preview, setPreview] = React.useState('Loading...')\n\n const {\n cellData,\n cellProps: { schemaPath },\n } = useTableCell()\n\n const clientFunctions = useClientFunctions()\n const [hasLoadedFeatures, setHasLoadedFeatures] = useState(false)\n\n const [featureProviders, setFeatureProviders] = useState<\n FeatureProviderClient<unknown, unknown>[]\n >([])\n\n const [finalSanitizedEditorConfig, setFinalSanitizedEditorConfig] =\n useState<SanitizedClientEditorConfig>(null)\n\n const featureProviderComponents: GeneratedFeatureProviderComponent[] = (\n richTextComponentMap.get('features') as GeneratedFeatureProviderComponent[]\n ).sort((a, b) => a.order - b.order) // order by order\n\n let featureProvidersAndComponentsToLoad = 0 // feature providers and components\n for (const featureProvider of featureProviderComponents) {\n const featureComponentKeys = Array.from(richTextComponentMap.keys()).filter((key) =>\n key.startsWith(`feature.${featureProvider.key}.components.`),\n )\n\n featureProvidersAndComponentsToLoad += 1\n featureProvidersAndComponentsToLoad += featureComponentKeys.length\n }\n\n useEffect(() => {\n if (!hasLoadedFeatures) {\n const featureProvidersLocal: FeatureProviderClient<unknown, unknown>[] = []\n let featureProvidersAndComponentsLoaded = 0 // feature providers and components only\n\n Object.entries(clientFunctions).forEach(([key, plugin]) => {\n if (key.startsWith(`lexicalFeature.${schemaPath}.`)) {\n if (!key.includes('.lexical_internal_components.')) {\n featureProvidersLocal.push(plugin)\n }\n featureProvidersAndComponentsLoaded++\n }\n })\n\n if (featureProvidersAndComponentsLoaded === featureProvidersAndComponentsToLoad) {\n setFeatureProviders(featureProvidersLocal)\n setHasLoadedFeatures(true)\n\n /**\n * Loaded feature provided => create the final sanitized editor config\n */\n\n const resolvedClientFeatures = loadClientFeatures({\n clientFunctions,\n schemaPath,\n unSanitizedEditorConfig: {\n features: featureProvidersLocal,\n lexical: lexicalEditorConfig,\n },\n })\n\n setFinalSanitizedEditorConfig(\n sanitizeClientEditorConfig(\n lexicalEditorConfig ? lexicalEditorConfig : defaultEditorLexicalConfig,\n resolvedClientFeatures,\n admin,\n ),\n )\n }\n }\n }, [\n admin,\n featureProviderComponents,\n hasLoadedFeatures,\n clientFunctions,\n schemaPath,\n featureProviderComponents.length,\n featureProviders,\n finalSanitizedEditorConfig,\n lexicalEditorConfig,\n richTextComponentMap,\n featureProvidersAndComponentsToLoad,\n ])\n\n useEffect(() => {\n if (!hasLoadedFeatures) {\n return\n }\n let dataToUse = cellData\n if (dataToUse == null || !hasLoadedFeatures || !finalSanitizedEditorConfig) {\n setPreview('')\n return\n }\n\n // Transform data through load hooks\n if (finalSanitizedEditorConfig?.features?.hooks?.load?.length) {\n finalSanitizedEditorConfig.features.hooks.load.forEach((hook) => {\n dataToUse = hook({ incomingEditorState: dataToUse })\n })\n }\n\n if (!dataToUse || typeof dataToUse !== 'object') {\n setPreview('')\n return\n }\n\n // If data is from Slate and not Lexical\n if (Array.isArray(dataToUse) && !('root' in dataToUse)) {\n setPreview('')\n return\n }\n\n // If data is from payload-plugin-lexical\n if ('jsonContent' in dataToUse) {\n setPreview('')\n return\n }\n\n // initialize headless editor\n const headlessEditor = createHeadlessEditor({\n namespace: finalSanitizedEditorConfig.lexical.namespace,\n nodes: getEnabledNodes({ editorConfig: finalSanitizedEditorConfig }),\n theme: finalSanitizedEditorConfig.lexical.theme,\n })\n headlessEditor.setEditorState(headlessEditor.parseEditorState(dataToUse))\n\n const textContent =\n headlessEditor.getEditorState().read(() => {\n return $getRoot().getTextContent()\n }) || ''\n\n // Limiting the number of characters shown is done in a CSS rule\n setPreview(textContent)\n }, [cellData, lexicalEditorConfig, hasLoadedFeatures, finalSanitizedEditorConfig])\n\n if (!hasLoadedFeatures) {\n return (\n <React.Fragment>\n {Array.isArray(featureProviderComponents) &&\n featureProviderComponents.map((featureProvider) => {\n // get all components starting with key feature.${FeatureProvider.key}.components.{featureComponentKey}\n const featureComponentKeys = Array.from(richTextComponentMap.keys()).filter((key) =>\n key.startsWith(\n `lexical_internal_feature.${featureProvider.key}.lexical_internal_components.`,\n ),\n )\n\n const featureComponents: React.ReactNode[] = featureComponentKeys.map((key) => {\n return richTextComponentMap.get(key)\n })\n\n return (\n <React.Fragment key={featureProvider.key}>\n {featureComponents?.length\n ? featureComponents.map((FeatureComponent) => {\n return FeatureComponent\n })\n : null}\n {featureProvider.ClientFeature}\n </React.Fragment>\n )\n })}\n </React.Fragment>\n )\n }\n\n return <span>{preview}</span>\n}\n"],"names":["createHeadlessEditor","useClientFunctions","useTableCell","$getRoot","React","useEffect","useState","defaultEditorLexicalConfig","loadClientFeatures","sanitizeClientEditorConfig","getEnabledNodes","RichTextCell","props","admin","lexicalEditorConfig","richTextComponentMap","preview","setPreview","cellData","cellProps","schemaPath","clientFunctions","hasLoadedFeatures","setHasLoadedFeatures","featureProviders","setFeatureProviders","finalSanitizedEditorConfig","setFinalSanitizedEditorConfig","featureProviderComponents","get","sort","a","b","order","featureProvidersAndComponentsToLoad","featureProvider","featureComponentKeys","Array","from","keys","filter","key","startsWith","length","featureProvidersLocal","featureProvidersAndComponentsLoaded","Object","entries","forEach","plugin","includes","push","resolvedClientFeatures","unSanitizedEditorConfig","features","lexical","dataToUse","hooks","load","hook","incomingEditorState","isArray","headlessEditor","namespace","nodes","editorConfig","theme","setEditorState","parseEditorState","textContent","getEditorState","read","getTextContent","Fragment","map","featureComponents","FeatureComponent","ClientFeature","span"],"mappings":"AAAA;;AAIA,SAASA,oBAAoB,QAAQ,oBAAmB;AACxD,SAASC,kBAAkB,EAAEC,YAAY,QAAQ,iBAAgB;AACjE,SAASC,QAAQ,QAAQ,UAAS;AAClC,OAAOC,SAASC,SAAS,EAAEC,QAAQ,QAAQ,QAAO;AAMlD,SAASC,0BAA0B,QAAQ,sCAAqC;AAChF,SAASC,kBAAkB,QAAQ,qCAAoC;AACvE,SAASC,0BAA0B,QAAQ,uCAAsC;AACjF,SAASC,eAAe,QAAQ,4BAA2B;AAE3D,OAAO,MAAMC,eAKT,CAACC;IACH,MAAM,EAAEC,KAAK,EAAEC,mBAAmB,EAAEC,oBAAoB,EAAE,GAAGH;IAE7D,MAAM,CAACI,SAASC,WAAW,GAAGb,MAAME,QAAQ,CAAC;IAE7C,MAAM,EACJY,QAAQ,EACRC,WAAW,EAAEC,UAAU,EAAE,EAC1B,GAAGlB;IAEJ,MAAMmB,kBAAkBpB;IACxB,MAAM,CAACqB,mBAAmBC,qBAAqB,GAAGjB,SAAS;IAE3D,MAAM,CAACkB,kBAAkBC,oBAAoB,GAAGnB,SAE9C,EAAE;IAEJ,MAAM,CAACoB,4BAA4BC,8BAA8B,GAC/DrB,SAAsC;IAExC,MAAMsB,4BAAiE,AACrEb,qBAAqBc,GAAG,CAAC,YACzBC,IAAI,CAAC,CAACC,GAAGC,IAAMD,EAAEE,KAAK,GAAGD,EAAEC,KAAK,EAAE,iBAAiB;;IAErD,IAAIC,sCAAsC,EAAE,mCAAmC;;IAC/E,KAAK,MAAMC,mBAAmBP,0BAA2B;QACvD,MAAMQ,uBAAuBC,MAAMC,IAAI,CAACvB,qBAAqBwB,IAAI,IAAIC,MAAM,CAAC,CAACC,MAC3EA,IAAIC,UAAU,CAAC,CAAC,QAAQ,EAAEP,gBAAgBM,GAAG,CAAC,YAAY,CAAC;QAG7DP,uCAAuC;QACvCA,uCAAuCE,qBAAqBO,MAAM;IACpE;IAEAtC,UAAU;QACR,IAAI,CAACiB,mBAAmB;YACtB,MAAMsB,wBAAmE,EAAE;YAC3E,IAAIC,sCAAsC,EAAE,wCAAwC;;YAEpFC,OAAOC,OAAO,CAAC1B,iBAAiB2B,OAAO,CAAC,CAAC,CAACP,KAAKQ,OAAO;gBACpD,IAAIR,IAAIC,UAAU,CAAC,CAAC,eAAe,EAAEtB,WAAW,CAAC,CAAC,GAAG;oBACnD,IAAI,CAACqB,IAAIS,QAAQ,CAAC,kCAAkC;wBAClDN,sBAAsBO,IAAI,CAACF;oBAC7B;oBACAJ;gBACF;YACF;YAEA,IAAIA,wCAAwCX,qCAAqC;gBAC/ET,oBAAoBmB;gBACpBrB,qBAAqB;gBAErB;;SAEC,GAED,MAAM6B,yBAAyB5C,mBAAmB;oBAChDa;oBACAD;oBACAiC,yBAAyB;wBACvBC,UAAUV;wBACVW,SAASzC;oBACX;gBACF;gBAEAa,8BACElB,2BACEK,sBAAsBA,sBAAsBP,4BAC5C6C,wBACAvC;YAGN;QACF;IACF,GAAG;QACDA;QACAe;QACAN;QACAD;QACAD;QACAQ,0BAA0Be,MAAM;QAChCnB;QACAE;QACAZ;QACAC;QACAmB;KACD;IAED7B,UAAU;QACR,IAAI,CAACiB,mBAAmB;YACtB;QACF;QACA,IAAIkC,YAAYtC;QAChB,IAAIsC,aAAa,QAAQ,CAAClC,qBAAqB,CAACI,4BAA4B;YAC1ET,WAAW;YACX;QACF;QAEA,oCAAoC;QACpC,IAAIS,4BAA4B4B,UAAUG,OAAOC,MAAMf,QAAQ;YAC7DjB,2BAA2B4B,QAAQ,CAACG,KAAK,CAACC,IAAI,CAACV,OAAO,CAAC,CAACW;gBACtDH,YAAYG,KAAK;oBAAEC,qBAAqBJ;gBAAU;YACpD;QACF;QAEA,IAAI,CAACA,aAAa,OAAOA,cAAc,UAAU;YAC/CvC,WAAW;YACX;QACF;QAEA,wCAAwC;QACxC,IAAIoB,MAAMwB,OAAO,CAACL,cAAc,CAAE,CAAA,UAAUA,SAAQ,GAAI;YACtDvC,WAAW;YACX;QACF;QAEA,yCAAyC;QACzC,IAAI,iBAAiBuC,WAAW;YAC9BvC,WAAW;YACX;QACF;QAEA,6BAA6B;QAC7B,MAAM6C,iBAAiB9D,qBAAqB;YAC1C+D,WAAWrC,2BAA2B6B,OAAO,CAACQ,SAAS;YACvDC,OAAOtD,gBAAgB;gBAAEuD,cAAcvC;YAA2B;YAClEwC,OAAOxC,2BAA2B6B,OAAO,CAACW,KAAK;QACjD;QACAJ,eAAeK,cAAc,CAACL,eAAeM,gBAAgB,CAACZ;QAE9D,MAAMa,cACJP,eAAeQ,cAAc,GAAGC,IAAI,CAAC;YACnC,OAAOpE,WAAWqE,cAAc;QAClC,MAAM;QAER,gEAAgE;QAChEvD,WAAWoD;IACb,GAAG;QAACnD;QAAUJ;QAAqBQ;QAAmBI;KAA2B;IAEjF,IAAI,CAACJ,mBAAmB;QACtB,qBACE,KAAClB,MAAMqE,QAAQ;sBACZpC,MAAMwB,OAAO,CAACjC,8BACbA,0BAA0B8C,GAAG,CAAC,CAACvC;gBAC7B,uGAAuG;gBACvG,MAAMC,uBAAuBC,MAAMC,IAAI,CAACvB,qBAAqBwB,IAAI,IAAIC,MAAM,CAAC,CAACC,MAC3EA,IAAIC,UAAU,CACZ,CAAC,yBAAyB,EAAEP,gBAAgBM,GAAG,CAAC,6BAA6B,CAAC;gBAIlF,MAAMkC,oBAAuCvC,qBAAqBsC,GAAG,CAAC,CAACjC;oBACrE,OAAO1B,qBAAqBc,GAAG,CAACY;gBAClC;gBAEA,qBACE,MAACrC,MAAMqE,QAAQ;;wBACZE,mBAAmBhC,SAChBgC,kBAAkBD,GAAG,CAAC,CAACE;4BACrB,OAAOA;wBACT,KACA;wBACHzC,gBAAgB0C,aAAa;;mBANX1C,gBAAgBM,GAAG;YAS5C;;IAGR;IAEA,qBAAO,KAACqC;kBAAM9D;;AAChB,EAAC"}
1
+ {"version":3,"file":"index.js","names":["createHeadlessEditor","useConfig","useTableCell","formatAdminURL","$getRoot","LinkImport","React","useEffect","useMemo","defaultEditorLexicalConfig","loadClientFeatures","sanitizeClientEditorConfig","getEnabledNodes","Link","default","RichTextCell","props","admin","field","richTextComponentMap","lexicalEditorConfig","preview","setPreview","useState","cellData","cellProps","columnIndex","customCellContext","rowData","config","routes","adminRoute","link","WrapElement","wrapElementProps","isLink","undefined","href","collectionSlug","path","id","finalSanitizedEditorConfig","clientFeatures","get","featureProvidersLocal","clientFeature","push","clientFeatureProps","finalLexicalEditorConfig","resolvedClientFeatures","unSanitizedEditorConfig","features","lexical","dataToUse","hooks","load","length","forEach","hook","incomingEditorState","Array","isArray","headlessEditor","namespace","nodes","editorConfig","theme","setEditorState","parseEditorState","textContent","getEditorState","read","getTextContent","_jsx"],"sources":["../../src/cell/index.tsx"],"sourcesContent":["'use client'\nimport type { EditorConfig as LexicalEditorConfig } from 'lexical'\nimport type { CellComponentProps, RichTextFieldClient } from 'payload'\n\nimport { createHeadlessEditor } from '@lexical/headless'\nimport { useConfig, useTableCell } from '@payloadcms/ui'\nimport { formatAdminURL } from '@payloadcms/ui/shared'\nimport { $getRoot } from 'lexical'\nimport LinkImport from 'next/link.js'\nimport React, { useEffect, useMemo } from 'react'\n\nimport type { FeatureProviderClient } from '../features/typesClient.js'\nimport type { SanitizedClientEditorConfig } from '../lexical/config/types.js'\nimport type { GeneratedFeatureProviderComponent, LexicalFieldAdminProps } from '../types.js'\n\nimport { defaultEditorLexicalConfig } from '../lexical/config/client/default.js'\nimport { loadClientFeatures } from '../lexical/config/client/loader.js'\nimport { sanitizeClientEditorConfig } from '../lexical/config/client/sanitize.js'\nimport { getEnabledNodes } from '../lexical/nodes/index.js'\n\nconst Link = (LinkImport.default || LinkImport) as unknown as typeof LinkImport.default\n\nexport const RichTextCell: React.FC<\n {\n readonly admin?: LexicalFieldAdminProps\n readonly lexicalEditorConfig: LexicalEditorConfig\n } & CellComponentProps<RichTextFieldClient>\n> = (props) => {\n const {\n admin,\n field: { richTextComponentMap },\n lexicalEditorConfig,\n } = props\n\n const [preview, setPreview] = React.useState('Loading...')\n\n const { cellData, cellProps, columnIndex, customCellContext, rowData } = useTableCell()\n\n const {\n config: {\n routes: { admin: adminRoute },\n },\n } = useConfig()\n\n const { link } = cellProps || {}\n let WrapElement: React.ComponentType<any> | string = 'span'\n\n const wrapElementProps: {\n className?: string\n href?: string\n onClick?: () => void\n type?: 'button'\n } = {}\n\n const isLink = link !== undefined ? link : columnIndex === 0\n\n if (isLink) {\n WrapElement = Link\n wrapElementProps.href = customCellContext?.collectionSlug\n ? formatAdminURL({\n adminRoute,\n path: `/collections/${customCellContext?.collectionSlug}/${rowData.id}`,\n })\n : ''\n }\n\n const finalSanitizedEditorConfig = useMemo<SanitizedClientEditorConfig>(() => {\n const clientFeatures: GeneratedFeatureProviderComponent[] = richTextComponentMap?.get(\n 'features',\n ) as GeneratedFeatureProviderComponent[]\n\n const featureProvidersLocal: FeatureProviderClient<any, any>[] = []\n for (const clientFeature of clientFeatures) {\n featureProvidersLocal.push(clientFeature.clientFeature(clientFeature.clientFeatureProps))\n }\n\n const finalLexicalEditorConfig = lexicalEditorConfig\n ? lexicalEditorConfig\n : defaultEditorLexicalConfig\n\n const resolvedClientFeatures = loadClientFeatures({\n unSanitizedEditorConfig: {\n features: featureProvidersLocal,\n lexical: finalLexicalEditorConfig,\n },\n })\n\n return sanitizeClientEditorConfig(resolvedClientFeatures, finalLexicalEditorConfig)\n }, [richTextComponentMap, lexicalEditorConfig])\n\n finalSanitizedEditorConfig.admin = admin\n\n useEffect(() => {\n let dataToUse = cellData\n if (dataToUse == null || !finalSanitizedEditorConfig) {\n setPreview('')\n return\n }\n\n // Transform data through load hooks\n if (finalSanitizedEditorConfig?.features?.hooks?.load?.length) {\n finalSanitizedEditorConfig.features.hooks.load.forEach((hook) => {\n dataToUse = hook({ incomingEditorState: dataToUse })\n })\n }\n\n if (!dataToUse || typeof dataToUse !== 'object') {\n setPreview('')\n return\n }\n\n // If data is from Slate and not Lexical\n if (Array.isArray(dataToUse) && !('root' in dataToUse)) {\n setPreview('')\n return\n }\n\n // If data is from payload-plugin-lexical\n if ('jsonContent' in dataToUse) {\n setPreview('')\n return\n }\n\n // initialize headless editor\n const headlessEditor = createHeadlessEditor({\n namespace: finalSanitizedEditorConfig.lexical.namespace,\n nodes: getEnabledNodes({ editorConfig: finalSanitizedEditorConfig }),\n theme: finalSanitizedEditorConfig.lexical.theme,\n })\n headlessEditor.setEditorState(headlessEditor.parseEditorState(dataToUse))\n\n const textContent =\n headlessEditor.getEditorState().read(() => {\n return $getRoot().getTextContent()\n }) || ''\n\n // Limiting the number of characters shown is done in a CSS rule\n setPreview(textContent)\n }, [cellData, finalSanitizedEditorConfig])\n\n if (isLink) {\n return <WrapElement {...wrapElementProps}>{preview}</WrapElement>\n }\n\n return <span>{preview}</span>\n}\n"],"mappings":"AAAA;;;AAIA,SAASA,oBAAoB,QAAQ;AACrC,SAASC,SAAS,EAAEC,YAAY,QAAQ;AACxC,SAASC,cAAc,QAAQ;AAC/B,SAASC,QAAQ,QAAQ;AACzB,OAAOC,UAAA,MAAgB;AACvB,OAAOC,KAAA,IAASC,SAAS,EAAEC,OAAO,QAAQ;AAM1C,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,kBAAkB,QAAQ;AACnC,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,eAAe,QAAQ;AAEhC,MAAMC,IAAA,GAAQR,UAAA,CAAWS,OAAO,IAAIT,UAAA;AAEpC,OAAO,MAAMU,YAAA,GAKRC,KAAA;EACH,MAAM;IACJC,KAAK;IACLC,KAAA,EAAO;MAAEC;IAAoB,CAAE;IAC/BC;EAAmB,CACpB,GAAGJ,KAAA;EAEJ,MAAM,CAACK,OAAA,EAASC,UAAA,CAAW,GAAGhB,KAAA,CAAMiB,QAAQ,CAAC;EAE7C,MAAM;IAAEC,QAAQ;IAAEC,SAAS;IAAEC,WAAW;IAAEC,iBAAiB;IAAEC;EAAO,CAAE,GAAG1B,YAAA;EAEzE,MAAM;IACJ2B,MAAA,EAAQ;MACNC,MAAA,EAAQ;QAAEb,KAAA,EAAOc;MAAU;IAAE;EAC9B,CACF,GAAG9B,SAAA;EAEJ,MAAM;IAAE+B;EAAI,CAAE,GAAGP,SAAA,IAAa,CAAC;EAC/B,IAAIQ,WAAA,GAAiD;EAErD,MAAMC,gBAAA,GAKF,CAAC;EAEL,MAAMC,MAAA,GAASH,IAAA,KAASI,SAAA,GAAYJ,IAAA,GAAON,WAAA,KAAgB;EAE3D,IAAIS,MAAA,EAAQ;IACVF,WAAA,GAAcpB,IAAA;IACdqB,gBAAA,CAAiBG,IAAI,GAAGV,iBAAA,EAAmBW,cAAA,GACvCnC,cAAA,CAAe;MACb4B,UAAA;MACAQ,IAAA,EAAM,gBAAgBZ,iBAAA,EAAmBW,cAAA,IAAkBV,OAAA,CAAQY,EAAE;IACvE,KACA;EACN;EAEA,MAAMC,0BAAA,GAA6BjC,OAAA,CAAqC;IACtE,MAAMkC,cAAA,GAAsDvB,oBAAA,EAAsBwB,GAAA,CAChF;IAGF,MAAMC,qBAAA,GAA2D,EAAE;IACnE,KAAK,MAAMC,aAAA,IAAiBH,cAAA,EAAgB;MAC1CE,qBAAA,CAAsBE,IAAI,CAACD,aAAA,CAAcA,aAAa,CAACA,aAAA,CAAcE,kBAAkB;IACzF;IAEA,MAAMC,wBAAA,GAA2B5B,mBAAA,GAC7BA,mBAAA,GACAX,0BAAA;IAEJ,MAAMwC,sBAAA,GAAyBvC,kBAAA,CAAmB;MAChDwC,uBAAA,EAAyB;QACvBC,QAAA,EAAUP,qBAAA;QACVQ,OAAA,EAASJ;MACX;IACF;IAEA,OAAOrC,0BAAA,CAA2BsC,sBAAA,EAAwBD,wBAAA;EAC5D,GAAG,CAAC7B,oBAAA,EAAsBC,mBAAA,CAAoB;EAE9CqB,0BAAA,CAA2BxB,KAAK,GAAGA,KAAA;EAEnCV,SAAA,CAAU;IACR,IAAI8C,SAAA,GAAY7B,QAAA;IAChB,IAAI6B,SAAA,IAAa,QAAQ,CAACZ,0BAAA,EAA4B;MACpDnB,UAAA,CAAW;MACX;IACF;IAEA;IACA,IAAImB,0BAAA,EAA4BU,QAAA,EAAUG,KAAA,EAAOC,IAAA,EAAMC,MAAA,EAAQ;MAC7Df,0BAAA,CAA2BU,QAAQ,CAACG,KAAK,CAACC,IAAI,CAACE,OAAO,CAAEC,IAAA;QACtDL,SAAA,GAAYK,IAAA,CAAK;UAAEC,mBAAA,EAAqBN;QAAU;MACpD;IACF;IAEA,IAAI,CAACA,SAAA,IAAa,OAAOA,SAAA,KAAc,UAAU;MAC/C/B,UAAA,CAAW;MACX;IACF;IAEA;IACA,IAAIsC,KAAA,CAAMC,OAAO,CAACR,SAAA,KAAc,EAAE,UAAUA,SAAQ,GAAI;MACtD/B,UAAA,CAAW;MACX;IACF;IAEA;IACA,IAAI,iBAAiB+B,SAAA,EAAW;MAC9B/B,UAAA,CAAW;MACX;IACF;IAEA;IACA,MAAMwC,cAAA,GAAiB9D,oBAAA,CAAqB;MAC1C+D,SAAA,EAAWtB,0BAAA,CAA2BW,OAAO,CAACW,SAAS;MACvDC,KAAA,EAAOpD,eAAA,CAAgB;QAAEqD,YAAA,EAAcxB;MAA2B;MAClEyB,KAAA,EAAOzB,0BAAA,CAA2BW,OAAO,CAACc;IAC5C;IACAJ,cAAA,CAAeK,cAAc,CAACL,cAAA,CAAeM,gBAAgB,CAACf,SAAA;IAE9D,MAAMgB,WAAA,GACJP,cAAA,CAAeQ,cAAc,GAAGC,IAAI,CAAC;MACnC,OAAOnE,QAAA,GAAWoE,cAAc;IAClC,MAAM;IAER;IACAlD,UAAA,CAAW+C,WAAA;EACb,GAAG,CAAC7C,QAAA,EAAUiB,0BAAA,CAA2B;EAEzC,IAAIN,MAAA,EAAQ;IACV,oBAAOsC,IAAA,CAACxC,WAAA;MAAa,GAAGC,gBAAgB;gBAAGb;;EAC7C;EAEA,oBAAOoD,IAAA,CAAC;cAAMpD;;AAChB","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use client";import{jsx as o,jsxs as t}from"react/jsx-runtime";import"react";var c=n=>{let{data:e}=n;return t("div",{children:["Unknown converted Slate node: ",o("strong",{children:e?.nodeType})]})};export{c as UnknownConvertedNodeComponent};
2
+ //# sourceMappingURL=Component-DOSSWC76.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.tsx"],
4
+ "sourcesContent": ["'use client'\nimport React from 'react'\n\nimport type { UnknownConvertedNodeData } from './index.js'\n\nimport './index.scss'\n\ntype Props = {\n data: UnknownConvertedNodeData\n}\n\nexport const UnknownConvertedNodeComponent: React.FC<Props> = (props) => {\n const { data } = props\n\n return (\n <div>\n Unknown converted Slate node: <strong>{data?.nodeType}</strong>\n </div>\n )\n}\n"],
5
+ "mappings": "+DACA,MAAkB,QAUX,IAAMA,EAAkDC,GAAA,CAC7D,GAAM,CAAEC,KAAAA,CAAI,EAAKD,EAEjB,OACEE,EAAC,MAAA,WAAI,iCAC2BC,EAAC,SAAA,UAAQF,GAAMG,aAGnD",
6
+ "names": ["UnknownConvertedNodeComponent", "props", "data", "_jsxs", "_jsx", "nodeType"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use client";import{jsx as e,jsxs as t}from"react/jsx-runtime";import"react";var a=n=>{let{data:o}=n;return t("div",{children:["Unknown converted payload-plugin-lexical node: ",e("strong",{children:o?.nodeType})]})};export{a as UnknownConvertedNodeComponent};
2
+ //# sourceMappingURL=Component-MBLHTKDK.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.tsx"],
4
+ "sourcesContent": ["'use client'\nimport React from 'react'\n\nimport type { UnknownConvertedNodeData } from './index.js'\n\nimport './index.scss'\n\ntype Props = {\n data: UnknownConvertedNodeData\n}\n\nexport const UnknownConvertedNodeComponent: React.FC<Props> = (props) => {\n const { data } = props\n\n return (\n <div>\n Unknown converted payload-plugin-lexical node: <strong>{data?.nodeType}</strong>\n </div>\n )\n}\n"],
5
+ "mappings": "+DACA,MAAkB,QAUX,IAAMA,EAAkDC,GAAA,CAC7D,GAAM,CAAEC,KAAAA,CAAI,EAAKD,EAEjB,OACEE,EAAC,MAAA,WAAI,kDAC4CC,EAAC,SAAA,UAAQF,GAAMG,aAGpE",
6
+ "names": ["UnknownConvertedNodeComponent", "props", "data", "_jsxs", "_jsx", "nodeType"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use client";import{a as ue,b as j,c as I,e as pe,f as ge,g as he,h as ye}from"./chunk-IIWHHN4J.js";import{a as fe,b as R}from"./chunk-GD6LBQBJ.js";import{jsx as $,jsxs as me}from"react/jsx-runtime";import{FieldDescription as Yt,FieldError as Ut,FieldLabel as Vt,useField as qt,useFieldProps as Jt,withCondition as Qt}from"@payloadcms/ui";import{useCallback as Xt}from"react";import{ErrorBoundary as Zt}from"react-error-boundary";import{jsx as A}from"react/jsx-runtime";import{LexicalComposer as Wt}from"@lexical/react/LexicalComposer.js";import*as qe from"react";import{useMemo as Ve}from"react";import{c as Mt}from"react/compiler-runtime";import{jsx as w,jsxs as J}from"react/jsx-runtime";import{useLexicalComposerContext as Bt}from"@lexical/react/LexicalComposerContext.js";import{LexicalErrorBoundary as It}from"@lexical/react/LexicalErrorBoundary.js";import{HistoryPlugin as At}from"@lexical/react/LexicalHistoryPlugin.js";import{OnChangePlugin as Ft}from"@lexical/react/LexicalOnChangePlugin.js";import{RichTextPlugin as Dt}from"@lexical/react/LexicalRichTextPlugin.js";import{TabIndentationPlugin as Ot}from"@lexical/react/LexicalTabIndentationPlugin.js";import{BLUR_COMMAND as _t,COMMAND_PRIORITY_LOW as Ge,FOCUS_COMMAND as Ht}from"lexical";import*as Y from"react";import{useEffect as We,useState as Ye}from"react";import{jsx as xe}from"react/jsx-runtime";import"react";var O=({anchorElem:t,clientProps:e,plugin:n})=>n.position==="floatingAnchorElem"&&t?n.Component&&xe(n.Component,{anchorElem:t,clientProps:e}):n.Component&&xe(n.Component,{clientProps:e});import{jsx as ce}from"react/jsx-runtime";import{useLexicalComposerContext as nt}from"@lexical/react/LexicalComposerContext.js";import{$createParagraphNode as rt}from"lexical";import*as Ne from"react";import{useCallback as it,useEffect as Ce,useRef as st,useState as lt}from"react";import{createPortal as at}from"react-dom";var z=(t,e,n,a,r=50,d=25)=>{let f=0;if(t&&!t.contains(a)){let{bottom:c,left:m,right:p,top:y}=t.getBoundingClientRect(),s=y+window.scrollY,o=c+window.scrollY;if(n<s-d||n>o+d||e<m-r||e>p+r)return-1;(e<m||e>p)&&(f=e<m?e-m:e-p)}return f};import{$getNodeByKey as Z}from"lexical";function K(t){let e=t.getBoundingClientRect(),n=getComputedStyle(t).getPropertyValue("transform");if(!n||n==="none")return e;let a=n.split(",").pop();return e.y=e.y-Number(a?.replace(")","")),e}function X(t){let e=(m,p)=>m?parseFloat(window.getComputedStyle(m)[p]):0,{marginBottom:n,marginTop:a}=window.getComputedStyle(t),r=e(t.previousElementSibling,"marginBottom"),d=e(t.nextElementSibling,"marginTop"),f=Math.max(parseFloat(a),r);return{marginBottom:Math.max(parseFloat(n),d),marginTop:f}}import{$getRoot as Xe}from"lexical";function _(t){return t.getEditorState().read(()=>Xe().getChildrenKeys())}var Ze=1,et=-1,Ee=0,M={props:null,result:null};function tt(t,e,n=20){let a=t.x-e.x,r=t.y-e.y;return a*a+r*r<=n*n}function G(t){let{anchorElem:e,cache_threshold:n=20,editor:a,fuzzy:r=!1,horizontalOffset:d=0,point:{x:f,y:c},startIndex:m=0,useEdgeAsDefault:p=!1}=t;if(n>0&&M.props&&M.result&&M.props.fuzzy===t.fuzzy&&M.props.horizontalOffset===t.horizontalOffset&&M.props.useEdgeAsDefault===t.useEdgeAsDefault&&tt(M.props.point,t.point,n))return M.result;let y=e.getBoundingClientRect(),s=_(a),o={blockElem:null,blockNode:null,distance:1/0,foundAtIndex:-1,isFoundNodeEmptyParagraph:!1};return a.getEditorState().read(()=>{if(p){let[h,l]=[a.getElementByKey(s[0]),a.getElementByKey(s[s.length-1])];if(h&&l){let[g,i]=[K(h),K(l)];if(c<g.top?(o.blockElem=h,o.distance=g.top-c,o.blockNode=Z(s[0]),o.foundAtIndex=0):c>i.bottom&&(o.distance=c-i.bottom,o.blockNode=Z(s[s.length-1]),o.blockElem=l,o.foundAtIndex=s.length-1),o?.blockElem)return{blockElem:null,isFoundNodeEmptyParagraph:!1}}}let u=m,x=Ee;for(;u>=0&&u<s.length;){let h=s[u],l=a.getElementByKey(h);if(l===null)break;let g=new I(f+d,c),i=ye.fromDOMRect(K(l)),{marginBottom:E,marginTop:b}=X(l),N=i.generateNewRect({bottom:i.bottom+E,left:y.left,right:y.right,top:i.top-b}),{distance:C,isOnBottomSide:T,isOnTopSide:P}=N.distanceFromPoint(g);if(C===0){o.blockElem=l,o.blockNode=Z(h),o.foundAtIndex=u,o.distance=C,o.blockNode&&o.blockNode.getType()==="paragraph"&&o.blockNode.getTextContent()===""&&(!r&&!t.returnEmptyParagraphs&&(o.blockElem=null,o.blockNode=null),o.isFoundNodeEmptyParagraph=!0);break}else r&&C<o.distance&&(o.blockElem=l,o.blockNode=Z(h),o.distance=C,o.foundAtIndex=u);x===Ee&&(P?x=et:T?x=Ze:x=1/0),u+=x}}),M.props=t,M.result={blockElem:o.blockElem,blockNode:o.blockNode,foundAtIndex:o.foundAtIndex,isFoundNodeEmptyParagraph:o.isFoundNodeEmptyParagraph},{blockElem:o.blockElem,blockNode:o.blockNode,foundAtIndex:o.foundAtIndex,isFoundNodeEmptyParagraph:o.isFoundNodeEmptyParagraph}}function ee(t,e){return!!t.closest(`.${e}`)}var ot=["IMG","INPUT","TEXTAREA","SELECT","BUTTON","VIDEO","OBJECT","EMBED","IFRAME","HR"];function be(t){if(!t||ot.includes(t.tagName)||t.offsetHeight===0||t.offsetWidth===0)return!1;let e=window.getComputedStyle(t);return!(e.display==="table-cell"||e.position==="absolute"||e.visibility==="hidden"||e.opacity==="0")}function te(t,e,n,a=0){if(!t){e.style.opacity="0",e.style.transform="translate(-10000px, -10000px)";return}let r=t.getBoundingClientRect(),d=window.getComputedStyle(t),f=e.getBoundingClientRect(),c=n.getBoundingClientRect(),m;if(["lexical-block","lexical-upload","lexical-relationship"].some(s=>t.firstElementChild?.classList.contains(s)))m=r.top+8-c.top;else{let s=be(t)?parseInt(d.lineHeight,10):0;m=r.top+(s-f.height)/2-c.top}let y=a;e.style.opacity="1",e.style.transform=`translate(${y}px, ${m}px)`}var ct="add-block-menu",oe=1/0;function dt(t){return t===0?1/0:oe>=0&&oe<t?oe:Math.floor(t/2)}function mt(t,e,n){let a=e.parentElement,{editorConfig:r}=R(),d=r?.admin?.hideGutter?-24:12,f=st(null),[c,m]=lt(null);Ce(()=>{function y(s){let o=s.target;if(!j(o))return;let u=z(a,s.pageX,s.pageY,o);if(u===-1){m(null);return}if(ee(o,ct))return;let x=_(t),{blockElem:h,blockNode:l,foundAtIndex:g}=G({anchorElem:e,cache_threshold:0,editor:t,horizontalOffset:-u,point:new I(s.x,s.y),returnEmptyParagraphs:!0,startIndex:dt(x.length),useEdgeAsDefault:!1});oe=g,h&&l&&(c?.node!==l||c?.elem!==h)&&m({elem:h,node:l})}return document?.addEventListener("mousemove",y),()=>{document?.removeEventListener("mousemove",y)}},[a,e,t,c]),Ce(()=>{f.current&&c?.node&&te(c?.elem,f.current,e,d)},[e,c,d]);let p=it(y=>{let s=c;s?.node&&(t.update(()=>{let o=!0;if((s?.node.getType()!=="paragraph"||s.node.getTextContent()!=="")&&(o=!1),!o){let u=rt();s?.node.insertAfter(u),setTimeout(()=>{s={elem:t.getElementByKey(u.getKey()),node:u},m(s)},0)}}),setTimeout(()=>{t.update(()=>{t.focus(),s?.node&&"select"in s.node&&typeof s.node.select=="function"&&s.node.select()})},1),setTimeout(()=>{t.dispatchCommand(ge,{node:s?.node})},2),y.stopPropagation(),y.preventDefault())},[t,c]);return at(ce(Ne.Fragment,{children:ce("button",{className:"icon add-block-menu",onClick:y=>{p(y)},ref:f,type:"button",children:ce("div",{className:n?"icon":""})})}),e)}function Pe({anchorElem:t=document.body}){let[e]=nt();return mt(e,t,e._editable)}import{jsx as ne,jsxs as ft}from"react/jsx-runtime";import{useLexicalComposerContext as pt}from"@lexical/react/LexicalComposerContext.js";import{eventFiles as Re}from"@lexical/rich-text";import{$getNearestNodeFromDOMNode as Te,$getNodeByKey as gt}from"lexical";import*as Be from"react";import{useEffect as de,useRef as re,useState as Se}from"react";import{createPortal as ht}from"react-dom";var we=0,ut=-24;var H=0;function ke(t,e,n,a,r,d,f,c,m,p=!1){let{height:y,top:s}=a.getBoundingClientRect(),{top:o,width:u}=f.getBoundingClientRect(),{marginBottom:x,marginTop:h}=X(a),l=s,g=d>=s+y/2+window.scrollY,i=!1;if(r?.elem)if(a!==r?.elem)(g&&r?.elem&&r?.elem===a.nextElementSibling||!g&&r?.elem&&r?.elem===a.previousElementSibling)&&(H++,H<200&&(i=!0));else{H++;let C=r?.boundingBox?.y,T=a.getBoundingClientRect().y;(g===r?.isBelow&&C===T||H<200)&&(i=!1)}if(i)return{isBelow:g,willStayInSamePosition:i};p?l+=y/2:g?l+=y+x/2:l-=h/2;let E=0;p||(g?E=-we:E=we);let b=l-o+E,N=ut-e;return n.style.width=`calc(${u}px - ${t})`,n.style.opacity=".8",n.style.transform=`translate(${N}px, calc(${b}px - 2px))`,r?.elem&&(r.elem.style.opacity="",r?.elem===a?g?r.elem.style.marginTop="":r.elem.style.marginBottom="":(r.elem.style.marginBottom="",r.elem.style.marginTop="")),H=0,{isBelow:g,willStayInSamePosition:i}}var yt="draggable-block-menu",ve="application/x-lexical-drag-block",q=1/0;function Le(t){return t===0?1/0:q>=0&&q<t?q:Math.floor(t/2)}function xt(t,e){let{transform:n}=e.style;t.setDragImage(e,0,0),setTimeout(()=>{e.style.transform=n})}function Me(t,e){t&&(t.style.opacity="0"),e&&(e.style.opacity="",e.style.marginBottom="",e.style.marginTop="")}function Et(t,e,n){let a=e.parentElement,r=re(null),d=re(null),f=re(null),c=re(!1),[m,p]=Se(null),[y,s]=Se(null),{editorConfig:o}=R(),u=o?.admin?.hideGutter?-44:-8;de(()=>{function l(g){let i=g.target;if(!j(i))return;let E=z(a,g.pageX,g.pageY,i);if(E===-1){p(null);return}if(ee(i,yt))return;let b=_(t),{blockElem:N,foundAtIndex:C,isFoundNodeEmptyParagraph:T}=G({anchorElem:e,cache_threshold:0,editor:t,horizontalOffset:-E,point:new I(g.x,g.y),startIndex:Le(b.length),useEdgeAsDefault:!1,verbose:!1});q=C,!(!N&&!T)&&m!==N&&p(N)}return document?.addEventListener("mousemove",l),()=>{document?.removeEventListener("mousemove",l)}},[a,e,t,m]),de(()=>{r.current&&te(m,r.current,e,u)},[e,m,u]),de(()=>{function l(i){if(!c.current)return!1;let[E]=Re(i);if(E)return!1;let{pageY:b,target:N}=i;if(!j(N))return!1;let C=z(a,i.pageX,i.pageY,N,100,50),T=_(t),{blockElem:P,foundAtIndex:U,isFoundNodeEmptyParagraph:F}=G({anchorElem:e,editor:t,fuzzy:!0,horizontalOffset:-C,point:new I(i.x,i.y),startIndex:Le(T.length),useEdgeAsDefault:!0,verbose:!0});q=U;let S=d.current;if(P===null||S===null)return!1;if(m!==P){let{isBelow:v,willStayInSamePosition:V}=ke(o?.admin?.hideGutter?"0px":"3rem",u+(o?.admin?.hideGutter?r?.current?.getBoundingClientRect()?.width??0:-(r?.current?.getBoundingClientRect()?.width??0)),S,P,y,b,e,i,f,F);i.preventDefault(),V||s({boundingBox:P.getBoundingClientRect(),elem:P,isBelow:v})}else y?.elem&&(Me(S,y.elem),s({boundingBox:P.getBoundingClientRect(),elem:P,isBelow:!1}));return!0}function g(i){if(!c.current)return!1;let[E]=Re(i);if(E)return!1;let{dataTransfer:b,pageY:N,target:C}=i,T=b?.getData(ve)||"";return t.update(()=>{let P=gt(T);if(!P||!j(C))return!1;let U=z(a,i.pageX,i.pageY,C,100,50),{blockElem:F,isFoundNodeEmptyParagraph:S}=G({anchorElem:e,editor:t,fuzzy:!0,horizontalOffset:-U,point:new I(i.x,i.y),useEdgeAsDefault:!0});if(!F)return!1;let v=Te(F);if(!v)return!1;if(v===P)return!0;let{height:V,top:se}=K(F),ae=N>=se+V/2+window.scrollY;S?(v.insertBefore(P),v.remove()):ae?v.insertAfter(P):v.insertBefore(P),m!==null&&p(null),document.querySelectorAll(".lexical-block-highlighter").forEach(L=>{L.remove()});let D=t.getElementByKey(P.getKey());setTimeout(()=>{let L=D?.getBoundingClientRect();if(!L)return;let k=document.createElement("div");k.className="lexical-block-highlighter",k.style.backgroundColor="var(--theme-elevation-1000",k.style.transition="opacity 0.5s ease-in-out",k.style.zIndex="1",k.style.pointerEvents="none",k.style.boxSizing="border-box",k.style.borderRadius="4px",k.style.position="absolute",document.body.appendChild(k),k.style.opacity="0.1",k.style.height=`${L.height+8}px`,k.style.width=`${L.width+8}px`,k.style.top=`${L.top+window.scrollY-4}px`,k.style.left=`${L.left-4}px`,setTimeout(()=>{k.style.opacity="0",setTimeout(()=>{k.remove()},500)},1e3)},120)}),!0}return document.addEventListener("dragover",l),document.addEventListener("drop",g),()=>{document.removeEventListener("dragover",l),document.removeEventListener("drop",g)}},[a,u,e,t,y,m,o?.admin?.hideGutter]);function x(l){let g=l.dataTransfer;if(!g||!m)return;xt(g,m);let i="";t.update(()=>{let E=Te(m);E&&(i=E.getKey())}),c.current=!0,g.setData(ve,i)}function h(){c.current=!1,y?.elem&&Me(d.current,y?.elem)}return ht(ft(Be.Fragment,{children:[ne("div",{className:"icon draggable-block-menu",draggable:!0,onDragEnd:h,onDragStart:x,ref:r,children:ne("div",{className:n?"icon":""})}),ne("div",{className:"draggable-block-target-line",ref:d}),ne("div",{className:"debug-highlight",ref:f})]}),e)}function Ie({anchorElem:t=document.body}){let[e]=pt();return Et(e,t,e._editable)}import{c as bt}from"react/compiler-runtime";import{jsx as Ct}from"react/jsx-runtime";import{MarkdownShortcutPlugin as Nt}from"@lexical/react/LexicalMarkdownShortcutPlugin.js";import"react";var Ae=()=>{let t=bt(2),{editorConfig:e}=R(),n;return t[0]!==e.features.markdownTransformers?(n=Ct(Nt,{transformers:e.features.markdownTransformers}),t[0]=e.features.markdownTransformers,t[1]=n):n=t[1],n};import{jsx as W,jsxs as Oe}from"react/jsx-runtime";import{useLexicalComposerContext as wt}from"@lexical/react/LexicalComposerContext.js";import{useFieldProps as _e,useTranslation as He}from"@payloadcms/ui";import{useCallback as De,useMemo as kt,useState as Rt}from"react";import"react";import*as $e from"react-dom";import{c as Pt}from"react/compiler-runtime";import"react";function Fe(t,e){let n=Pt(4),{maxLength:a,minLength:r}=e,d=a===void 0?75:a,f=r===void 0?1:r,c;return n[0]!==t||n[1]!==d||n[2]!==f?(c=m=>{let{query:p}=m,y="[^"+t+pe+"\\s]",o=new RegExp("(^|\\s|\\()(["+t+"]((?:"+y+"){0,"+d+"}))$").exec(p);if(o!==null){let u=o[1],x=o[3];if(x.length>=f)return{leadOffset:o.index+u.length,matchingString:x,replaceableString:o[2]}}return null},n[0]=t,n[1]=d,n[2]=f,n[3]=c):c=n[3],c}var B="slash-menu-popup";function Tt({isSelected:t,item:e,onClick:n,onMouseEnter:a}){let{field:{richTextComponentMap:r}}=R(),{schemaPath:d}=_e(),{i18n:f}=He(),c=`${B}__item ${B}__item-${e.key}`;t&&(c+=` ${B}__item--selected`);let m=e.key;return e.label&&(m=typeof e.label=="function"?e.label({i18n:f,richTextComponentMap:r,schemaPath:d}):e.label),m.length>25&&(m=m.substring(0,25)+"..."),Oe("button",{"aria-selected":t,className:c,id:B+"__item-"+e.key,onClick:n,onMouseEnter:a,ref:p=>{e.ref={current:p}},role:"option",tabIndex:-1,type:"button",children:[e?.Icon&&W(e.Icon,{}),W("span",{className:`${B}__item-text`,children:m})]},e.key)}function je({anchorElem:t=document.body}){let[e]=wt(),[n,a]=Rt(null),{editorConfig:r}=R(),{i18n:d}=He(),{field:{richTextComponentMap:f}}=R(),{schemaPath:c}=_e(),m=Fe("/",{minLength:0}),p=De(()=>{let o=[];for(let u of r.features.slashMenu.dynamicGroups)if(n){let x=u({editor:e,queryString:n});o=o.concat(x)}return o},[e,n,r?.features]),y=kt(()=>{let o=[];for(let u of r?.features.slashMenu.groups??[])o.push(u);if(n){o=o.map(x=>{let h=x.items.filter(l=>{let g=l.key;return l.label&&(g=typeof l.label=="function"?l.label({i18n:d,richTextComponentMap:f,schemaPath:c}):l.label),new RegExp(n,"gi").exec(g)?!0:l.keywords!=null?l.keywords.some(i=>new RegExp(n,"gi").exec(i)):!1});return h.length?{...x,items:h}:null}),o=o.filter(x=>x!=null);let u=p();for(let x of u){let h=o.find(l=>l.key===x.key);h?o=o.filter(l=>l.key!==x.key):h={...x,items:[]},h?.items?.length&&(h.items=h.items.concat(h.items)),o.push(h)}}return o},[p,n,r?.features,d]),s=De((o,u,x,h)=>{u&&e.update(()=>{u.remove()}),o.onSelect({editor:e,queryString:h}),x()},[e]);return W(he,{anchorElem:t,groups:y,menuRenderFn:(o,{selectedItemKey:u,selectItemAndCleanUp:x,setSelectedItemKey:h})=>o.current&&y.length?$e.createPortal(W("div",{className:B,children:y.map(l=>{let g=l.key;return l.label&&f&&(g=typeof l.label=="function"?l.label({i18n:d,richTextComponentMap:f,schemaPath:c}):l.label),Oe("div",{className:`${B}__group ${B}__group-${l.key}`,children:[W("div",{className:`${B}__group-title`,children:g}),l.items.map((i,E)=>W(Tt,{index:E,isSelected:u===i.key,item:i,onClick:()=>{h(i.key),x(i)},onMouseEnter:()=>{h(i.key)}},i.key))]},l.key)})}),o.current):null,onQueryChange:a,onSelectItem:s,triggerFn:m})}import{c as St}from"react/compiler-runtime";import{jsx as ze}from"react/jsx-runtime";import{ContentEditable as vt}from"@lexical/react/LexicalContentEditable.js";import{useTranslation as Lt}from"@payloadcms/ui";import"react";function Ke(t){let e=St(3),{className:n}=t,{t:a}=Lt(),r;return e[0]!==a||e[1]!==n?(r=ze(vt,{"aria-placeholder":a("lexical:general:placeholder"),className:n??"ContentEditable__root",placeholder:ze("p",{className:"editor-placeholder",children:a("lexical:general:placeholder")})}),e[0]=a,e[1]=n,e[2]=r):r=e[2],r}var Ue=t=>{let e=Mt(22),{editorConfig:n,editorContainerRef:a,onChange:r}=t,d=R(),[f]=Bt(),[c,m]=Ye(null),p;e[0]===Symbol.for("react.memo_cache_sentinel")?(p=i=>{i!==null&&m(i)},e[0]=p):p=e[0];let y=p,s,o;e[1]!==d||e[2]!==f?(s=()=>{if(!d?.uuid){console.error("Lexical Editor must be used within an EditorConfigProvider");return}d?.parentEditor?.uuid&&d.parentEditor?.registerChild(d.uuid,d);let i=()=>{d.focusEditor(d)},E=()=>{d.blurEditor(d)},b=f.registerCommand(Ht,()=>(i(),!0),Ge),N=f.registerCommand(_t,()=>(E(),!0),Ge);return()=>{b(),N(),d.parentEditor?.unregisterChild?.(d.uuid)}},o=[f,d],e[1]=d,e[2]=f,e[3]=s,e[4]=o):(s=e[3],o=e[4]),We(s,o);let[u,x]=Ye(!1),h,l;e[5]!==u?(h=()=>{let i=()=>{let E=window.matchMedia("(max-width: 768px)").matches;E!==u&&x(E)};return i(),window.addEventListener("resize",i),()=>{window.removeEventListener("resize",i)}},l=[u],e[5]=u,e[6]=h,e[7]=l):(h=e[6],l=e[7]),We(h,l);let g;if(e[8]!==n.features||e[9]!==r||e[10]!==c||e[11]!==u||e[12]!==f||e[13]!==a){let i;e[15]!==r?(i=(b,N,C)=>{(!C.has("focus")||C.size>1)&&r?.(b,N,C)},e[15]=r,e[16]=i):i=e[16];let E;e[17]!==c||e[18]!==u||e[19]!==f||e[20]!==n?(E=c&&J(Y.Fragment,{children:[!u&&f.isEditable()&&J(Y.Fragment,{children:[w(Ie,{anchorElem:c}),w(Pe,{anchorElem:c})]}),n.features.plugins?.map(b=>{if(b.position==="floatingAnchorElem"&&!(b.desktopOnly===!0&&u))return w(O,{anchorElem:c,clientProps:b.clientProps,plugin:b},b.key)}),f.isEditable()&&w(Y.Fragment,{children:w(je,{anchorElem:c})})]}),e[17]=c,e[18]=u,e[19]=f,e[20]=n,e[21]=E):E=e[21],g=J(Y.Fragment,{children:[n.features.plugins?.map($t),J("div",{className:"editor-container",ref:a,children:[n.features.plugins?.map(jt),w(Dt,{contentEditable:w("div",{className:"editor-scroller",children:w("div",{className:"editor",ref:y,children:w(Ke,{})})}),ErrorBoundary:It}),w(Ft,{ignoreSelectionChange:!0,onChange:i}),E,f.isEditable()&&J(Y.Fragment,{children:[w(At,{}),n?.features?.markdownTransformers?.length>0&&w(Ae,{})]}),w(Ot,{}),n.features.plugins?.map(zt),n.features.plugins?.map(Kt)]}),n.features.plugins?.map(Gt)]}),e[8]=n.features,e[9]=r,e[10]=c,e[11]=u,e[12]=f,e[13]=a,e[14]=g}else g=e[14];return g};function $t(t){if(t.position==="aboveContainer")return w(O,{clientProps:t.clientProps,plugin:t},t.key)}function jt(t){if(t.position==="top")return w(O,{clientProps:t.clientProps,plugin:t},t.key)}function zt(t){if(t.position==="normal")return w(O,{clientProps:t.clientProps,plugin:t},t.key)}function Kt(t){if(t.position==="bottom")return w(O,{clientProps:t.clientProps,plugin:t},t.key)}function Gt(t){if(t.position==="belowContainer")return w(O,{clientProps:t.clientProps,plugin:t},t.key)}var Je=({children:t,providers:e})=>{if(!e?.length)return t;let n=e[0];return e.length>1?A(n,{children:A(Je,{providers:e.slice(1),children:t})}):A(n,{children:t})},Qe=t=>{let{editorConfig:e,field:n,onChange:a,path:r,readOnly:d,value:f}=t,c=R(),m=qe.useRef(null),p=Ve(()=>{let s=f;return e?.features?.hooks?.load?.length&&e.features.hooks.load.forEach(o=>{s=o({incomingEditorState:s})}),s},[e,f]),y=Ve(()=>{if(p&&typeof p!="object")throw new Error("The value passed to the Lexical editor is not an object. This is not supported. Please remove the data from the field and start again. This is the value that was passed in: "+JSON.stringify(p));if(p&&Array.isArray(p)&&!("root"in p))throw new Error("You have tried to pass in data from the old Slate editor to the new Lexical editor. The data structure is different, thus you will have to migrate your data. We offer a one-line migration script which migrates all your rich text fields: https://payloadcms.com/docs/beta/lexical/migration#migration-via-migration-script-recommended");if(p&&"jsonContent"in p)throw new Error("You have tried to pass in data from payload-plugin-lexical. The data structure is different, thus you will have to migrate your data. Migration guide: https://payloadcms.com/docs/beta/lexical/migration#migrating-from-payload-plugin-lexical");return{editable:d!==!0,editorState:p!=null?JSON.stringify(p):void 0,namespace:e.lexical.namespace,nodes:[...ue({editorConfig:e})],onError:s=>{throw s},theme:e.lexical.theme}},[e,p,d]);return y?A(Wt,{initialConfig:y,children:A(fe,{editorConfig:e,editorContainerRef:m,field:n,parentContext:c,children:A(Je,{providers:e.features.providers,children:A(Ue,{editorConfig:e,editorContainerRef:m,onChange:a})})})},r):A("p",{children:"Loading..."})};import"./bundled.css";var ie="rich-text-lexical",eo=t=>{let{descriptionProps:e,editorConfig:n,errorProps:a,field:{name:r,_path:d,admin:{className:f,components:c,readOnly:m,style:p,width:y}={},required:s},field:o,labelProps:u,readOnly:x,validate:h}=t,l=c?.Description,g=c?.Error,i=c?.Label,E=x||m,b=Xt((Q,D)=>{if(typeof h=="function")return h(Q,{...D,props:t,required:s})},[h,s]),{path:N,readOnly:C}=Jt(),T=qt({path:N??d??r,validate:b}),{formInitializing:P,formProcessing:U,initialValue:F,path:S,setValue:v,showError:V,value:se}=T,le=E||C||U||P,ae=[ie,"field-type",f,V&&"error",le&&`${ie}--read-only`,n?.admin?.hideGutter!==!0?`${ie}--show-gutter`:null].filter(Boolean).join(" ");return me("div",{className:ae,style:{...p,width:y},children:[$(Ut,{CustomError:g,path:S,...a||{},alignCaret:"left",field:o}),$(Vt,{Label:i,...u||{},field:o}),me("div",{className:`${ie}__wrap`,children:[$(Zt,{fallbackRender:to,onReset:()=>{},children:$(Qe,{editorConfig:n,field:o,onChange:Q=>{let D=Q.toJSON();n?.features?.hooks?.save?.length&&n.features.hooks.save.forEach(L=>{D=L({incomingEditorState:D})}),v(D)},path:S,readOnly:le,value:se},JSON.stringify({initialValue:F,path:S}))}),$(Yt,{Description:l,...e||{},field:o})]})]},S)};function to({error:t}){return me("div",{className:"errorBoundary",role:"alert",children:[$("p",{children:"Something went wrong:"}),$("pre",{style:{color:"red"},children:t.message})]})}var ar=Qt(eo);export{ar as RichText};
2
+ //# sourceMappingURL=Field-ETCEVZLL.js.map