@payloadcms/richtext-lexical 3.0.0-canary.5986cd6 → 3.0.0-canary.5a7fb7d

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 (2429) hide show
  1. package/README.md +1 -1
  2. package/dist/cell/index.d.ts +5 -5
  3. package/dist/cell/index.d.ts.map +1 -1
  4. package/dist/cell/index.js +113 -137
  5. package/dist/cell/index.js.map +1 -1
  6. package/dist/exports/client/Component-DOSSWC76.js +2 -0
  7. package/dist/exports/client/Component-DOSSWC76.js.map +7 -0
  8. package/dist/exports/client/Component-MBLHTKDK.js +2 -0
  9. package/dist/exports/client/Component-MBLHTKDK.js.map +7 -0
  10. package/dist/exports/client/Field-RGG5WBPD.js +2 -0
  11. package/dist/exports/client/Field-RGG5WBPD.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-FTWR5YDX.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-FTWR5YDX.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -0
  15. package/dist/exports/client/chunk-32KXGBIQ.js +2 -0
  16. package/dist/exports/client/chunk-32KXGBIQ.js.map +7 -0
  17. package/dist/exports/client/chunk-6LZZDOEO.js +2 -0
  18. package/dist/exports/client/chunk-6LZZDOEO.js.map +7 -0
  19. package/dist/exports/client/chunk-GD6LBQBJ.js +2 -0
  20. package/dist/exports/client/chunk-GD6LBQBJ.js.map +7 -0
  21. package/dist/exports/client/chunk-QZNJUROL.js +2 -0
  22. package/dist/exports/client/chunk-QZNJUROL.js.map +7 -0
  23. package/dist/exports/client/chunk-WAMTSCVM.js +2 -0
  24. package/dist/exports/client/chunk-WAMTSCVM.js.map +7 -0
  25. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  26. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  27. package/dist/exports/client/chunk-Z4ALAOER.js +2 -0
  28. package/dist/exports/client/chunk-Z4ALAOER.js.map +7 -0
  29. package/dist/exports/client/component-6PBZ2U3Z.js +2 -0
  30. package/dist/exports/client/component-6PBZ2U3Z.js.map +7 -0
  31. package/dist/exports/client/component-6Y2K2RNP.js +2 -0
  32. package/dist/exports/client/component-6Y2K2RNP.js.map +7 -0
  33. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  34. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  35. package/dist/exports/client/componentInline-NUDJIIQ4.js +2 -0
  36. package/dist/exports/client/componentInline-NUDJIIQ4.js.map +7 -0
  37. package/dist/exports/client/index.d.ts +62 -0
  38. package/dist/exports/client/index.d.ts.map +1 -0
  39. package/dist/exports/client/index.js +43 -0
  40. package/dist/exports/client/index.js.map +7 -0
  41. package/dist/exports/server/jsx.d.ts +7 -0
  42. package/dist/exports/server/jsx.d.ts.map +1 -0
  43. package/dist/exports/server/jsx.js +37 -0
  44. package/dist/exports/server/jsx.js.map +1 -0
  45. package/dist/exports/server/migrate.d.ts +16 -0
  46. package/dist/exports/server/migrate.d.ts.map +1 -0
  47. package/dist/exports/server/migrate.js +16 -0
  48. package/dist/exports/server/migrate.js.map +1 -0
  49. package/dist/exports/shared.d.ts +4 -0
  50. package/dist/exports/shared.d.ts.map +1 -0
  51. package/dist/exports/shared.js +4 -0
  52. package/dist/exports/shared.js.map +1 -0
  53. package/dist/features/align/client/index.d.ts +2 -0
  54. package/dist/features/align/client/index.d.ts.map +1 -0
  55. package/dist/features/align/client/index.js +163 -0
  56. package/dist/features/align/client/index.js.map +1 -0
  57. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  58. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  59. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  60. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  61. package/dist/features/align/server/i18n.d.ts.map +1 -0
  62. package/dist/features/align/server/i18n.js +195 -0
  63. package/dist/features/align/server/i18n.js.map +1 -0
  64. package/dist/features/align/server/index.d.ts +2 -0
  65. package/dist/features/align/server/index.d.ts.map +1 -0
  66. package/dist/features/align/server/index.js +10 -0
  67. package/dist/features/align/server/index.js.map +1 -0
  68. package/dist/features/blockquote/client/index.d.ts +2 -0
  69. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  70. package/dist/features/blockquote/client/index.js +72 -0
  71. package/dist/features/blockquote/client/index.js.map +1 -0
  72. package/dist/features/blockquote/markdownTransformer.d.ts.map +1 -0
  73. package/dist/features/blockquote/markdownTransformer.js +34 -0
  74. package/dist/features/blockquote/markdownTransformer.js.map +1 -0
  75. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  76. package/dist/features/blockquote/server/i18n.js +99 -0
  77. package/dist/features/blockquote/server/i18n.js.map +1 -0
  78. package/dist/features/blockquote/server/index.d.ts +7 -0
  79. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  80. package/dist/features/blockquote/server/index.js +51 -0
  81. package/dist/features/blockquote/server/index.js.map +1 -0
  82. package/dist/features/blocks/client/component/BlockContent.d.ts +22 -0
  83. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  84. package/dist/features/blocks/client/component/BlockContent.js +193 -0
  85. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  86. package/dist/features/blocks/client/component/FormSavePlugin.d.ts +11 -0
  87. package/dist/features/blocks/client/component/FormSavePlugin.d.ts.map +1 -0
  88. package/dist/features/blocks/client/component/FormSavePlugin.js +53 -0
  89. package/dist/features/blocks/client/component/FormSavePlugin.js.map +1 -0
  90. package/dist/features/blocks/client/component/index.d.ts +11 -0
  91. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  92. package/dist/features/blocks/client/component/index.js +149 -0
  93. package/dist/features/blocks/client/component/index.js.map +1 -0
  94. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts +11 -0
  95. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  96. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  97. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  98. package/dist/features/blocks/client/componentInline/index.d.ts +10 -0
  99. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  100. package/dist/features/blocks/client/componentInline/index.js +125 -0
  101. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  102. package/dist/features/blocks/client/index.d.ts +6 -0
  103. package/dist/features/blocks/client/index.d.ts.map +1 -0
  104. package/dist/features/blocks/client/index.js +179 -0
  105. package/dist/features/blocks/client/index.js.map +1 -0
  106. package/dist/features/blocks/client/markdownTransformer.d.ts +17 -0
  107. package/dist/features/blocks/client/markdownTransformer.d.ts.map +1 -0
  108. package/dist/features/blocks/client/markdownTransformer.js +144 -0
  109. package/dist/features/blocks/client/markdownTransformer.js.map +1 -0
  110. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  111. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  112. package/dist/features/blocks/client/nodes/BlocksNode.js +53 -0
  113. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  114. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  115. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  116. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  117. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  118. package/dist/features/blocks/client/plugin/commands.d.ts +9 -0
  119. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  120. package/dist/features/blocks/client/plugin/commands.js +7 -0
  121. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  122. package/dist/features/blocks/client/plugin/index.d.ts +6 -0
  123. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  124. package/dist/features/blocks/client/plugin/index.js +202 -0
  125. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  126. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  127. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  128. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  129. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  130. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  131. package/dist/features/blocks/server/i18n.js +291 -0
  132. package/dist/features/blocks/server/i18n.js.map +1 -0
  133. package/dist/features/blocks/server/index.d.ts +8 -0
  134. package/dist/features/blocks/server/index.d.ts.map +1 -0
  135. package/dist/features/blocks/server/index.js +169 -0
  136. package/dist/features/blocks/server/index.js.map +1 -0
  137. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts +22 -0
  138. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts.map +1 -0
  139. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js +137 -0
  140. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js.map +1 -0
  141. package/dist/features/blocks/server/markdownTransformer.d.ts +23 -0
  142. package/dist/features/blocks/server/markdownTransformer.d.ts.map +1 -0
  143. package/dist/features/blocks/server/markdownTransformer.js +406 -0
  144. package/dist/features/blocks/server/markdownTransformer.js.map +1 -0
  145. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  146. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  147. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  148. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  149. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  150. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  151. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  152. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  153. package/dist/features/blocks/server/validate.d.ts +6 -0
  154. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  155. package/dist/features/blocks/server/validate.js +48 -0
  156. package/dist/features/blocks/server/validate.js.map +1 -0
  157. package/dist/features/converters/html/converter/converters/linebreak.d.ts.map +1 -0
  158. package/dist/features/converters/html/converter/converters/linebreak.js +7 -0
  159. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -0
  160. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -0
  161. package/dist/features/converters/html/converter/converters/paragraph.js +32 -0
  162. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -0
  163. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -0
  164. package/dist/features/converters/html/converter/converters/text.js +33 -0
  165. package/dist/features/converters/html/converter/converters/text.js.map +1 -0
  166. package/dist/features/converters/html/converter/defaultConverters.d.ts.map +1 -0
  167. package/dist/features/converters/html/converter/defaultConverters.js +5 -0
  168. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -0
  169. package/dist/features/converters/html/converter/index.d.ts +52 -0
  170. package/dist/features/converters/html/converter/index.d.ts.map +1 -0
  171. package/dist/features/converters/html/converter/index.js +88 -0
  172. package/dist/features/converters/html/converter/index.js.map +1 -0
  173. package/dist/features/converters/html/converter/types.d.ts +24 -0
  174. package/dist/features/converters/html/converter/types.d.ts.map +1 -0
  175. package/dist/features/converters/html/converter/types.js +2 -0
  176. package/dist/features/converters/html/converter/types.js.map +1 -0
  177. package/dist/features/converters/html/field/index.d.ts +35 -0
  178. package/dist/features/converters/html/field/index.d.ts.map +1 -0
  179. package/dist/features/converters/html/field/index.js +158 -0
  180. package/dist/features/converters/html/field/index.js.map +1 -0
  181. package/dist/features/converters/html/index.d.ts +8 -0
  182. package/dist/features/converters/html/index.d.ts.map +1 -0
  183. package/dist/features/converters/html/index.js +7 -0
  184. package/dist/features/converters/html/index.js.map +1 -0
  185. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  186. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  187. package/dist/features/debug/testRecorder/client/index.js +11 -0
  188. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  189. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  190. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  191. package/dist/features/debug/testRecorder/client/plugin/index.js +411 -0
  192. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  193. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  194. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  195. package/dist/features/debug/testRecorder/server/index.js +8 -0
  196. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  197. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  198. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  199. package/dist/features/debug/treeView/client/index.js +11 -0
  200. package/dist/features/debug/treeView/client/index.js.map +1 -0
  201. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  202. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  203. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  204. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  205. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  206. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  207. package/dist/features/debug/treeView/server/index.js +8 -0
  208. package/dist/features/debug/treeView/server/index.js.map +1 -0
  209. package/dist/features/experimental_table/client/index.d.ts +2 -0
  210. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  211. package/dist/features/experimental_table/client/index.js +56 -0
  212. package/dist/features/experimental_table/client/index.js.map +1 -0
  213. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  214. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  215. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +509 -0
  216. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  217. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  218. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  219. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +308 -0
  220. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  221. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  222. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  223. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +186 -0
  224. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  225. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  226. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  227. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +151 -0
  228. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  229. package/dist/features/experimental_table/client/utils/debounce.d.ts +61 -0
  230. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  231. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  232. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  233. package/dist/features/experimental_table/client/utils/useDebounce.d.ts +6 -0
  234. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  235. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  236. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  237. package/dist/features/experimental_table/markdownTransformer.d.ts +5 -0
  238. package/dist/features/experimental_table/markdownTransformer.d.ts.map +1 -0
  239. package/dist/features/experimental_table/markdownTransformer.js +127 -0
  240. package/dist/features/experimental_table/markdownTransformer.js.map +1 -0
  241. package/dist/features/experimental_table/server/index.d.ts +13 -0
  242. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  243. package/dist/features/experimental_table/server/index.js +152 -0
  244. package/dist/features/experimental_table/server/index.js.map +1 -0
  245. package/dist/features/format/bold/feature.client.d.ts +2 -0
  246. package/dist/features/format/bold/feature.client.d.ts.map +1 -0
  247. package/dist/features/format/bold/feature.client.js +43 -0
  248. package/dist/features/format/bold/feature.client.js.map +1 -0
  249. package/dist/features/format/bold/feature.server.d.ts +2 -0
  250. package/dist/features/format/bold/feature.server.d.ts.map +1 -0
  251. package/dist/features/format/bold/feature.server.js +19 -0
  252. package/dist/features/format/bold/feature.server.js.map +1 -0
  253. package/dist/features/format/bold/markdownTransformers.d.ts.map +1 -0
  254. package/dist/features/format/bold/markdownTransformers.js +23 -0
  255. package/dist/features/format/bold/markdownTransformers.js.map +1 -0
  256. package/dist/features/format/inlineCode/feature.client.d.ts +2 -0
  257. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -0
  258. package/dist/features/format/inlineCode/feature.client.js +35 -0
  259. package/dist/features/format/inlineCode/feature.client.js.map +1 -0
  260. package/dist/features/format/inlineCode/feature.server.d.ts +2 -0
  261. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -0
  262. package/dist/features/format/inlineCode/feature.server.js +10 -0
  263. package/dist/features/format/inlineCode/feature.server.js.map +1 -0
  264. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +1 -0
  265. package/dist/features/format/inlineCode/markdownTransformers.js +6 -0
  266. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -0
  267. package/dist/features/format/italic/feature.client.d.ts +2 -0
  268. package/dist/features/format/italic/feature.client.d.ts.map +1 -0
  269. package/dist/features/format/italic/feature.client.js +35 -0
  270. package/dist/features/format/italic/feature.client.js.map +1 -0
  271. package/dist/features/format/italic/feature.server.d.ts +2 -0
  272. package/dist/features/format/italic/feature.server.d.ts.map +1 -0
  273. package/dist/features/format/italic/feature.server.js +10 -0
  274. package/dist/features/format/italic/feature.server.js.map +1 -0
  275. package/dist/features/format/italic/markdownTransformers.d.ts.map +1 -0
  276. package/dist/features/format/italic/markdownTransformers.js +12 -0
  277. package/dist/features/format/italic/markdownTransformers.js.map +1 -0
  278. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  279. package/dist/features/format/shared/toolbarFormatGroup.js +11 -0
  280. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -0
  281. package/dist/features/format/strikethrough/feature.client.d.ts +2 -0
  282. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -0
  283. package/dist/features/format/strikethrough/feature.client.js +35 -0
  284. package/dist/features/format/strikethrough/feature.client.js.map +1 -0
  285. package/dist/features/format/strikethrough/feature.server.d.ts +2 -0
  286. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -0
  287. package/dist/features/format/strikethrough/feature.server.js +10 -0
  288. package/dist/features/format/strikethrough/feature.server.js.map +1 -0
  289. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +1 -0
  290. package/dist/features/format/strikethrough/markdownTransformers.js +6 -0
  291. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -0
  292. package/dist/features/format/subscript/feature.client.d.ts +2 -0
  293. package/dist/features/format/subscript/feature.client.d.ts.map +1 -0
  294. package/dist/features/format/subscript/feature.client.js +33 -0
  295. package/dist/features/format/subscript/feature.client.js.map +1 -0
  296. package/dist/features/format/subscript/feature.server.d.ts +2 -0
  297. package/dist/features/format/subscript/feature.server.d.ts.map +1 -0
  298. package/dist/features/format/subscript/feature.server.js +8 -0
  299. package/dist/features/format/subscript/feature.server.js.map +1 -0
  300. package/dist/features/format/superscript/feature.client.d.ts +2 -0
  301. package/dist/features/format/superscript/feature.client.d.ts.map +1 -0
  302. package/dist/features/format/superscript/feature.client.js +33 -0
  303. package/dist/features/format/superscript/feature.client.js.map +1 -0
  304. package/dist/features/format/superscript/feature.server.d.ts +2 -0
  305. package/dist/features/format/superscript/feature.server.d.ts.map +1 -0
  306. package/dist/features/format/superscript/feature.server.js +8 -0
  307. package/dist/features/format/superscript/feature.server.js.map +1 -0
  308. package/dist/features/format/underline/feature.client.d.ts +2 -0
  309. package/dist/features/format/underline/feature.client.d.ts.map +1 -0
  310. package/dist/features/format/underline/feature.client.js +33 -0
  311. package/dist/features/format/underline/feature.client.js.map +1 -0
  312. package/dist/features/format/underline/feature.server.d.ts +2 -0
  313. package/dist/features/format/underline/feature.server.d.ts.map +1 -0
  314. package/dist/features/format/underline/feature.server.js +8 -0
  315. package/dist/features/format/underline/feature.server.js.map +1 -0
  316. package/dist/features/heading/client/index.d.ts +3 -0
  317. package/dist/features/heading/client/index.d.ts.map +1 -0
  318. package/dist/features/heading/client/index.js +108 -0
  319. package/dist/features/heading/client/index.js.map +1 -0
  320. package/dist/features/heading/markdownTransformer.d.ts.map +1 -0
  321. package/dist/features/heading/markdownTransformer.js +26 -0
  322. package/dist/features/heading/markdownTransformer.js.map +1 -0
  323. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  324. package/dist/features/heading/server/i18n.js +99 -0
  325. package/dist/features/heading/server/i18n.js.map +1 -0
  326. package/dist/features/heading/server/index.d.ts +10 -0
  327. package/dist/features/heading/server/index.d.ts.map +1 -0
  328. package/dist/features/heading/server/index.js +62 -0
  329. package/dist/features/heading/server/index.js.map +1 -0
  330. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  331. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  332. package/dist/features/horizontalRule/client/component/index.js +100 -0
  333. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  334. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  335. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  336. package/dist/features/horizontalRule/client/index.js +62 -0
  337. package/dist/features/horizontalRule/client/index.js.map +1 -0
  338. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  339. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  340. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  341. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  342. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  343. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  344. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  345. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  346. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  347. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  348. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  349. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  350. package/dist/features/horizontalRule/server/i18n.js +99 -0
  351. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  352. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  353. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  354. package/dist/features/horizontalRule/server/index.js +25 -0
  355. package/dist/features/horizontalRule/server/index.js.map +1 -0
  356. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  357. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  358. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  359. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  360. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  361. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  362. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  363. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  364. package/dist/features/indent/client/index.d.ts +2 -0
  365. package/dist/features/indent/client/index.d.ts.map +1 -0
  366. package/dist/features/indent/client/index.js +62 -0
  367. package/dist/features/indent/client/index.js.map +1 -0
  368. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  369. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  370. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  371. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  372. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  373. package/dist/features/indent/server/i18n.js +131 -0
  374. package/dist/features/indent/server/i18n.js.map +1 -0
  375. package/dist/features/indent/server/index.d.ts +2 -0
  376. package/dist/features/indent/server/index.d.ts.map +1 -0
  377. package/dist/features/indent/server/index.js +10 -0
  378. package/dist/features/indent/server/index.js.map +1 -0
  379. package/dist/features/link/client/index.d.ts +4 -0
  380. package/dist/features/link/client/index.d.ts.map +1 -0
  381. package/dist/features/link/client/index.js +96 -0
  382. package/dist/features/link/client/index.js.map +1 -0
  383. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  384. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  385. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  386. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  387. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  388. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  389. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  390. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  391. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  392. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  393. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  394. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  395. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +275 -0
  396. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  397. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  398. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  399. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  400. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  401. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  402. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  403. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  404. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  405. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  406. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  407. package/dist/features/link/client/plugins/link/index.js +60 -0
  408. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  409. package/dist/features/link/markdownTransformer.d.ts.map +1 -0
  410. package/dist/features/link/markdownTransformer.js +49 -0
  411. package/dist/features/link/markdownTransformer.js.map +1 -0
  412. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  413. package/dist/features/link/nodes/AutoLinkNode.js +69 -0
  414. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -0
  415. package/dist/features/link/nodes/LinkNode.d.ts +39 -0
  416. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -0
  417. package/dist/features/link/nodes/LinkNode.js +323 -0
  418. package/dist/features/link/nodes/LinkNode.js.map +1 -0
  419. package/dist/features/link/nodes/types.d.ts +24 -0
  420. package/dist/features/link/nodes/types.d.ts.map +1 -0
  421. package/dist/features/link/nodes/types.js +2 -0
  422. package/dist/features/link/nodes/types.js.map +1 -0
  423. package/dist/features/link/server/baseFields.d.ts +3 -0
  424. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  425. package/dist/features/link/server/baseFields.js +136 -0
  426. package/dist/features/link/server/baseFields.js.map +1 -0
  427. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  428. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  429. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  430. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  431. package/dist/features/link/server/i18n.d.ts.map +1 -0
  432. package/dist/features/link/server/i18n.js +99 -0
  433. package/dist/features/link/server/i18n.js.map +1 -0
  434. package/dist/features/link/server/index.d.ts +35 -0
  435. package/dist/features/link/server/index.d.ts.map +1 -0
  436. package/dist/features/link/server/index.js +149 -0
  437. package/dist/features/link/server/index.js.map +1 -0
  438. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  439. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  440. package/dist/features/link/server/transformExtraFields.js +20 -0
  441. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  442. package/dist/features/link/server/validate.d.ts +6 -0
  443. package/dist/features/link/server/validate.d.ts.map +1 -0
  444. package/dist/features/link/server/validate.js +40 -0
  445. package/dist/features/link/server/validate.js.map +1 -0
  446. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  447. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  448. package/dist/features/lists/checklist/client/index.js +92 -0
  449. package/dist/features/lists/checklist/client/index.js.map +1 -0
  450. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  451. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  452. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  453. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  454. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  455. package/dist/features/lists/checklist/markdownTransformers.js +12 -0
  456. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -0
  457. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  458. package/dist/features/lists/checklist/server/i18n.js +99 -0
  459. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  460. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  461. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  462. package/dist/features/lists/checklist/server/index.js +30 -0
  463. package/dist/features/lists/checklist/server/index.js.map +1 -0
  464. package/dist/features/lists/htmlConverter.d.ts +5 -0
  465. package/dist/features/lists/htmlConverter.d.ts.map +1 -0
  466. package/dist/features/lists/htmlConverter.js +81 -0
  467. package/dist/features/lists/htmlConverter.js.map +1 -0
  468. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  469. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  470. package/dist/features/lists/orderedList/client/index.js +84 -0
  471. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  472. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  473. package/dist/features/lists/orderedList/markdownTransformer.js +12 -0
  474. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -0
  475. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  476. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  477. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  478. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  479. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  480. package/dist/features/lists/orderedList/server/index.js +30 -0
  481. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  482. package/dist/features/lists/plugin/index.d.ts +13 -0
  483. package/dist/features/lists/plugin/index.d.ts.map +1 -0
  484. package/dist/features/lists/plugin/index.js +9 -0
  485. package/dist/features/lists/plugin/index.js.map +1 -0
  486. package/dist/features/lists/shared/markdown.d.ts +6 -0
  487. package/dist/features/lists/shared/markdown.d.ts.map +1 -0
  488. package/dist/features/lists/shared/markdown.js +57 -0
  489. package/dist/features/lists/shared/markdown.js.map +1 -0
  490. package/dist/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  491. package/dist/features/lists/shared/slashMenuListGroup.js +12 -0
  492. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -0
  493. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  494. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  495. package/dist/features/lists/unorderedList/client/index.js +80 -0
  496. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  497. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  498. package/dist/features/lists/unorderedList/markdownTransformer.js +12 -0
  499. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  500. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  501. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  502. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  503. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  504. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  505. package/dist/features/lists/unorderedList/server/index.js +26 -0
  506. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +3 -0
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +22 -0
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -0
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +3 -0
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +33 -0
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -0
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +3 -0
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +24 -0
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -0
  519. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +3 -0
  520. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  521. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +25 -0
  522. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -0
  523. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +3 -0
  524. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  525. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +22 -0
  526. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -0
  527. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +3 -0
  528. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  529. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +28 -0
  530. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -0
  531. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +3 -0
  532. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  533. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +22 -0
  534. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -0
  535. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +3 -0
  536. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  537. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +9 -0
  538. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -0
  539. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +19 -0
  540. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  541. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +78 -0
  542. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -0
  543. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +23 -0
  544. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  545. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +2 -0
  546. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -0
  547. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +2 -0
  548. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  549. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +10 -0
  550. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -0
  551. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +10 -0
  552. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  553. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +49 -0
  554. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -0
  555. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  556. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  557. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  558. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  559. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  560. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +74 -0
  561. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  562. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +3 -0
  563. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  564. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +23 -0
  565. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -0
  566. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +3 -0
  567. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  568. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +24 -0
  569. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -0
  570. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +3 -0
  571. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  572. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +33 -0
  573. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -0
  574. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +3 -0
  575. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  576. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +30 -0
  577. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -0
  578. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +3 -0
  579. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  580. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +26 -0
  581. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -0
  582. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +3 -0
  583. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  584. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +26 -0
  585. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -0
  586. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +3 -0
  587. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  588. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +15 -0
  589. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -0
  590. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +3 -0
  591. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  592. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +27 -0
  593. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -0
  594. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +3 -0
  595. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  596. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +26 -0
  597. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -0
  598. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +3 -0
  599. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  600. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +18 -0
  601. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -0
  602. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +3 -0
  603. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  604. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +12 -0
  605. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -0
  606. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  607. package/dist/features/migrations/slateToLexical/converter/index.js +117 -0
  608. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -0
  609. package/dist/features/migrations/slateToLexical/converter/types.d.ts +16 -0
  610. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  611. package/dist/features/migrations/slateToLexical/converter/types.js +2 -0
  612. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -0
  613. package/dist/features/migrations/slateToLexical/feature.client.d.ts +2 -0
  614. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  615. package/dist/features/migrations/slateToLexical/feature.client.js +10 -0
  616. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -0
  617. package/dist/features/migrations/slateToLexical/feature.server.d.ts +11 -0
  618. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  619. package/dist/features/migrations/slateToLexical/feature.server.js +50 -0
  620. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -0
  621. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  622. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  623. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  624. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  625. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  626. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +74 -0
  627. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  628. package/dist/features/paragraph/client/index.d.ts +2 -0
  629. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  630. package/dist/features/paragraph/client/index.js +68 -0
  631. package/dist/features/paragraph/client/index.js.map +1 -0
  632. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  633. package/dist/features/paragraph/server/i18n.js +131 -0
  634. package/dist/features/paragraph/server/i18n.js.map +1 -0
  635. package/dist/features/paragraph/server/index.d.ts +2 -0
  636. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  637. package/dist/features/paragraph/server/index.js +11 -0
  638. package/dist/features/paragraph/server/index.js.map +1 -0
  639. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  640. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  641. package/dist/features/relationship/client/components/RelationshipComponent.js +171 -0
  642. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  643. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  644. package/dist/features/relationship/client/drawer/commands.js +3 -0
  645. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  646. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  647. package/dist/features/relationship/client/drawer/index.js +154 -0
  648. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  649. package/dist/features/relationship/client/index.d.ts +3 -0
  650. package/dist/features/relationship/client/index.d.ts.map +1 -0
  651. package/dist/features/relationship/client/index.js +66 -0
  652. package/dist/features/relationship/client/index.js.map +1 -0
  653. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  654. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  655. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  656. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  657. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  658. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  659. package/dist/features/relationship/client/plugins/index.js +105 -0
  660. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  661. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  662. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  663. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  664. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  665. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  666. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  667. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  668. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  669. package/dist/features/relationship/server/i18n.js +99 -0
  670. package/dist/features/relationship/server/i18n.js.map +1 -0
  671. package/dist/features/relationship/server/index.d.ts +27 -0
  672. package/dist/features/relationship/server/index.d.ts.map +1 -0
  673. package/dist/features/relationship/server/index.js +65 -0
  674. package/dist/features/relationship/server/index.js.map +1 -0
  675. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  676. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  677. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  678. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  679. package/dist/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  680. package/dist/features/shared/slashMenu/basicGroup.js +12 -0
  681. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -0
  682. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  683. package/dist/features/shared/toolbar/addDropdownGroup.js +11 -0
  684. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  685. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  686. package/dist/features/shared/toolbar/featureButtonsGroup.js +9 -0
  687. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  688. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  689. package/dist/features/shared/toolbar/textDropdownGroup.js +11 -0
  690. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  691. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  692. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  693. package/dist/features/toolbars/fixed/client/Toolbar/index.js +285 -0
  694. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  695. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  696. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  697. package/dist/features/toolbars/fixed/client/index.js +11 -0
  698. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  699. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  700. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  701. package/dist/features/toolbars/fixed/server/index.js +18 -0
  702. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  703. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  704. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  705. package/dist/features/toolbars/inline/client/Toolbar/index.js +365 -0
  706. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  707. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  708. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  709. package/dist/features/toolbars/inline/client/index.js +11 -0
  710. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  711. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  712. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  713. package/dist/features/toolbars/inline/server/index.js +8 -0
  714. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  715. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  716. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  717. package/dist/features/toolbars/shared/ToolbarButton/index.js +89 -0
  718. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  719. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +22 -0
  720. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  721. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +208 -0
  722. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  723. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +22 -0
  724. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  725. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +308 -0
  726. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  727. package/dist/features/toolbars/types.d.ts +91 -0
  728. package/dist/features/toolbars/types.d.ts.map +1 -0
  729. package/dist/features/toolbars/types.js +2 -0
  730. package/dist/features/toolbars/types.js.map +1 -0
  731. package/dist/features/typeUtilities.d.ts +8 -0
  732. package/dist/features/typeUtilities.d.ts.map +1 -0
  733. package/dist/features/typeUtilities.js +7 -0
  734. package/dist/features/typeUtilities.js.map +1 -0
  735. package/dist/features/typesClient.d.ts +191 -0
  736. package/dist/features/typesClient.d.ts.map +1 -0
  737. package/dist/features/typesClient.js +2 -0
  738. package/dist/features/typesClient.js.map +1 -0
  739. package/dist/features/typesServer.d.ts +324 -0
  740. package/dist/features/typesServer.d.ts.map +1 -0
  741. package/dist/features/typesServer.js +2 -0
  742. package/dist/features/typesServer.js.map +1 -0
  743. package/dist/features/upload/client/component/index.d.ts +9 -0
  744. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  745. package/dist/features/upload/client/component/index.js +237 -0
  746. package/dist/features/upload/client/component/index.js.map +1 -0
  747. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  748. package/dist/features/upload/client/drawer/commands.js +5 -0
  749. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  750. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  751. package/dist/features/upload/client/drawer/index.js +128 -0
  752. package/dist/features/upload/client/drawer/index.js.map +1 -0
  753. package/dist/features/upload/client/feature.client.d.ts +9 -0
  754. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  755. package/dist/features/upload/client/feature.client.js +64 -0
  756. package/dist/features/upload/client/feature.client.js.map +1 -0
  757. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  758. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  759. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  760. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  761. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  762. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  763. package/dist/features/upload/client/plugin/index.js +81 -0
  764. package/dist/features/upload/client/plugin/index.js.map +1 -0
  765. package/dist/features/upload/server/feature.server.d.ts +18 -0
  766. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  767. package/dist/features/upload/server/feature.server.js +213 -0
  768. package/dist/features/upload/server/feature.server.js.map +1 -0
  769. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  770. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  771. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  772. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  773. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  774. package/dist/features/upload/server/i18n.js +99 -0
  775. package/dist/features/upload/server/i18n.js.map +1 -0
  776. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  777. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  778. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  779. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  780. package/dist/features/upload/server/validate.d.ts +5 -0
  781. package/dist/features/upload/server/validate.d.ts.map +1 -0
  782. package/dist/features/upload/server/validate.js +58 -0
  783. package/dist/features/upload/server/validate.js.map +1 -0
  784. package/dist/field/Field.d.ts +9 -8
  785. package/dist/field/Field.d.ts.map +1 -1
  786. package/dist/field/Field.js +129 -111
  787. package/dist/field/Field.js.map +1 -1
  788. package/dist/field/bundled.css +1 -0
  789. package/dist/field/index.d.ts +2 -9
  790. package/dist/field/index.d.ts.map +1 -1
  791. package/dist/field/index.js +83 -95
  792. package/dist/field/index.js.map +1 -1
  793. package/dist/i18n.js +160 -161
  794. package/dist/i18n.js.map +1 -1
  795. package/dist/index.d.ts +63 -86
  796. package/dist/index.d.ts.map +1 -1
  797. package/dist/index.js +732 -364
  798. package/dist/index.js.map +1 -1
  799. package/dist/lexical/EditorPlugin.d.ts +8 -0
  800. package/dist/lexical/EditorPlugin.d.ts.map +1 -0
  801. package/dist/lexical/EditorPlugin.js +21 -0
  802. package/dist/lexical/EditorPlugin.js.map +1 -0
  803. package/dist/lexical/LexicalEditor.d.ts +7 -0
  804. package/dist/lexical/LexicalEditor.d.ts.map +1 -0
  805. package/dist/lexical/LexicalEditor.js +231 -0
  806. package/dist/lexical/LexicalEditor.js.map +1 -0
  807. package/dist/lexical/LexicalProvider.d.ts +14 -0
  808. package/dist/lexical/LexicalProvider.d.ts.map +1 -0
  809. package/dist/lexical/LexicalProvider.js +99 -0
  810. package/dist/lexical/LexicalProvider.js.map +1 -0
  811. package/dist/lexical/config/client/EditorConfigProvider.d.ts +27 -0
  812. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  813. package/dist/lexical/config/client/EditorConfigProvider.js +89 -0
  814. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -0
  815. package/dist/lexical/config/client/default.d.ts.map +1 -0
  816. package/dist/lexical/config/client/default.js +8 -0
  817. package/dist/lexical/config/client/default.js.map +1 -0
  818. package/dist/lexical/config/client/loader.d.ts +12 -0
  819. package/dist/lexical/config/client/loader.d.ts.map +1 -0
  820. package/dist/lexical/config/client/loader.js +39 -0
  821. package/dist/lexical/config/client/loader.js.map +1 -0
  822. package/dist/lexical/config/client/sanitize.d.ts +7 -0
  823. package/dist/lexical/config/client/sanitize.d.ts.map +1 -0
  824. package/dist/lexical/config/client/sanitize.js +193 -0
  825. package/dist/lexical/config/client/sanitize.js.map +1 -0
  826. package/dist/lexical/config/server/default.d.ts +7 -0
  827. package/dist/lexical/config/server/default.d.ts.map +1 -0
  828. package/dist/lexical/config/server/default.js +31 -0
  829. package/dist/lexical/config/server/default.js.map +1 -0
  830. package/dist/lexical/config/server/loader.d.ts +11 -0
  831. package/dist/lexical/config/server/loader.d.ts.map +1 -0
  832. package/dist/lexical/config/server/loader.js +122 -0
  833. package/dist/lexical/config/server/loader.js.map +1 -0
  834. package/dist/lexical/config/server/sanitize.d.ts +6 -0
  835. package/dist/lexical/config/server/sanitize.d.ts.map +1 -0
  836. package/dist/lexical/config/server/sanitize.js +126 -0
  837. package/dist/lexical/config/server/sanitize.js.map +1 -0
  838. package/dist/lexical/config/types.d.ts +24 -0
  839. package/dist/lexical/config/types.d.ts.map +1 -0
  840. package/dist/lexical/config/types.js +2 -0
  841. package/dist/lexical/config/types.js.map +1 -0
  842. package/dist/lexical/nodes/index.d.ts +10 -0
  843. package/dist/lexical/nodes/index.d.ts.map +1 -0
  844. package/dist/lexical/nodes/index.js +18 -0
  845. package/dist/lexical/nodes/index.js.map +1 -0
  846. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -0
  847. package/dist/lexical/plugins/MarkdownShortcut/index.js +25 -0
  848. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -0
  849. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +32 -0
  850. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -0
  851. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +386 -0
  852. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -0
  853. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +24 -0
  854. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -0
  855. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +249 -0
  856. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -0
  857. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +50 -0
  858. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -0
  859. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +2 -0
  860. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -0
  861. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -0
  862. package/dist/lexical/plugins/SlashMenu/index.js +214 -0
  863. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -0
  864. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -0
  865. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +48 -0
  866. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -0
  867. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -0
  868. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +153 -0
  869. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -0
  870. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +2 -0
  871. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -0
  872. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +15 -0
  873. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -0
  874. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -0
  875. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +15 -0
  876. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -0
  877. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -0
  878. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +31 -0
  879. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -0
  880. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -0
  881. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +353 -0
  882. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -0
  883. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +9 -0
  884. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -0
  885. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +113 -0
  886. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -0
  887. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  888. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +28 -0
  889. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  890. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -0
  891. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +28 -0
  892. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -0
  893. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -0
  894. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +18 -0
  895. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -0
  896. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  897. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +152 -0
  898. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  899. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -0
  900. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +7 -0
  901. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -0
  902. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -0
  903. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +6 -0
  904. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -0
  905. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -0
  906. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +28 -0
  907. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -0
  908. package/dist/lexical/theme/EditorTheme.d.ts +3 -0
  909. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -0
  910. package/dist/lexical/theme/EditorTheme.js +102 -0
  911. package/dist/lexical/theme/EditorTheme.js.map +1 -0
  912. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -0
  913. package/dist/lexical/ui/ContentEditable.js +34 -0
  914. package/dist/lexical/ui/ContentEditable.js.map +1 -0
  915. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -0
  916. package/dist/lexical/ui/icons/AI/index.js +34 -0
  917. package/dist/lexical/ui/icons/AI/index.js.map +1 -0
  918. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -0
  919. package/dist/lexical/ui/icons/Add/index.js +19 -0
  920. package/dist/lexical/ui/icons/Add/index.js.map +1 -0
  921. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -0
  922. package/dist/lexical/ui/icons/AlignCenter/index.js +28 -0
  923. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -0
  924. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -0
  925. package/dist/lexical/ui/icons/AlignJustify/index.js +28 -0
  926. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -0
  927. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -0
  928. package/dist/lexical/ui/icons/AlignLeft/index.js +28 -0
  929. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -0
  930. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -0
  931. package/dist/lexical/ui/icons/AlignRight/index.js +28 -0
  932. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -0
  933. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -0
  934. package/dist/lexical/ui/icons/Block/index.js +37 -0
  935. package/dist/lexical/ui/icons/Block/index.js.map +1 -0
  936. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -0
  937. package/dist/lexical/ui/icons/Blockquote/index.js +19 -0
  938. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -0
  939. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -0
  940. package/dist/lexical/ui/icons/Bold/index.js +19 -0
  941. package/dist/lexical/ui/icons/Bold/index.js.map +1 -0
  942. package/dist/lexical/ui/icons/Caret/index.svg +3 -0
  943. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -0
  944. package/dist/lexical/ui/icons/Checklist/index.js +27 -0
  945. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -0
  946. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -0
  947. package/dist/lexical/ui/icons/Code/index.js +22 -0
  948. package/dist/lexical/ui/icons/Code/index.js.map +1 -0
  949. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -0
  950. package/dist/lexical/ui/icons/CodeBlock/index.js +22 -0
  951. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -0
  952. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -0
  953. package/dist/lexical/ui/icons/H1/index.js +19 -0
  954. package/dist/lexical/ui/icons/H1/index.js.map +1 -0
  955. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -0
  956. package/dist/lexical/ui/icons/H2/index.js +19 -0
  957. package/dist/lexical/ui/icons/H2/index.js.map +1 -0
  958. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -0
  959. package/dist/lexical/ui/icons/H3/index.js +19 -0
  960. package/dist/lexical/ui/icons/H3/index.js.map +1 -0
  961. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -0
  962. package/dist/lexical/ui/icons/H4/index.js +19 -0
  963. package/dist/lexical/ui/icons/H4/index.js.map +1 -0
  964. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -0
  965. package/dist/lexical/ui/icons/H5/index.js +19 -0
  966. package/dist/lexical/ui/icons/H5/index.js.map +1 -0
  967. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -0
  968. package/dist/lexical/ui/icons/H6/index.js +19 -0
  969. package/dist/lexical/ui/icons/H6/index.js.map +1 -0
  970. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -0
  971. package/dist/lexical/ui/icons/HorizontalRule/index.js +22 -0
  972. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -0
  973. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -0
  974. package/dist/lexical/ui/icons/IndentDecrease/index.js +31 -0
  975. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -0
  976. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -0
  977. package/dist/lexical/ui/icons/IndentIncrease/index.js +31 -0
  978. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -0
  979. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts +3 -0
  980. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -0
  981. package/dist/lexical/ui/icons/InlineBlocks/index.js +21 -0
  982. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -0
  983. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -0
  984. package/dist/lexical/ui/icons/Italic/index.js +19 -0
  985. package/dist/lexical/ui/icons/Italic/index.js.map +1 -0
  986. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -0
  987. package/dist/lexical/ui/icons/Link/index.js +20 -0
  988. package/dist/lexical/ui/icons/Link/index.js.map +1 -0
  989. package/dist/lexical/ui/icons/Meatballs/index.d.ts +3 -0
  990. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -0
  991. package/dist/lexical/ui/icons/Meatballs/index.js +22 -0
  992. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -0
  993. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -0
  994. package/dist/lexical/ui/icons/OrderedList/index.js +34 -0
  995. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -0
  996. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -0
  997. package/dist/lexical/ui/icons/Relationship/index.js +34 -0
  998. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -0
  999. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -0
  1000. package/dist/lexical/ui/icons/Strikethrough/index.js +22 -0
  1001. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -0
  1002. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -0
  1003. package/dist/lexical/ui/icons/Subscript/index.js +19 -0
  1004. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -0
  1005. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -0
  1006. package/dist/lexical/ui/icons/Superscript/index.js +19 -0
  1007. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -0
  1008. package/dist/lexical/ui/icons/Table/index.d.ts +3 -0
  1009. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -0
  1010. package/dist/lexical/ui/icons/Table/index.js +21 -0
  1011. package/dist/lexical/ui/icons/Table/index.js.map +1 -0
  1012. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -0
  1013. package/dist/lexical/ui/icons/Text/index.js +19 -0
  1014. package/dist/lexical/ui/icons/Text/index.js.map +1 -0
  1015. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -0
  1016. package/dist/lexical/ui/icons/Underline/index.js +22 -0
  1017. package/dist/lexical/ui/icons/Underline/index.js.map +1 -0
  1018. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -0
  1019. package/dist/lexical/ui/icons/UnorderedList/index.js +49 -0
  1020. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -0
  1021. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -0
  1022. package/dist/lexical/ui/icons/Upload/index.js +31 -0
  1023. package/dist/lexical/ui/icons/Upload/index.js.map +1 -0
  1024. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -0
  1025. package/dist/lexical/utils/canUseDOM.js +4 -0
  1026. package/dist/lexical/utils/canUseDOM.js.map +1 -0
  1027. package/dist/lexical/utils/environment.d.ts.map +1 -0
  1028. package/dist/lexical/utils/environment.js +15 -0
  1029. package/dist/lexical/utils/environment.js.map +1 -0
  1030. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -0
  1031. package/dist/lexical/utils/getDOMRangeRect.js +17 -0
  1032. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -0
  1033. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -0
  1034. package/dist/lexical/utils/getSelectedNode.js +22 -0
  1035. package/dist/lexical/utils/getSelectedNode.js.map +1 -0
  1036. package/dist/lexical/utils/guard.d.ts.map +1 -0
  1037. package/dist/lexical/utils/guard.js +6 -0
  1038. package/dist/lexical/utils/guard.js.map +1 -0
  1039. package/dist/lexical/utils/joinClasses.d.ts.map +1 -0
  1040. package/dist/lexical/utils/joinClasses.js +6 -0
  1041. package/dist/lexical/utils/joinClasses.js.map +1 -0
  1042. package/dist/lexical/utils/markdown/createBlockNode.d.ts +4 -0
  1043. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -0
  1044. package/dist/lexical/utils/markdown/createBlockNode.js +11 -0
  1045. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -0
  1046. package/dist/lexical/utils/nodeFormat.d.ts +41 -0
  1047. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -0
  1048. package/dist/lexical/utils/nodeFormat.js +87 -0
  1049. package/dist/lexical/utils/nodeFormat.js.map +1 -0
  1050. package/dist/lexical/utils/point.d.ts.map +1 -0
  1051. package/dist/lexical/utils/point.js +45 -0
  1052. package/dist/lexical/utils/point.js.map +1 -0
  1053. package/dist/lexical/utils/rect.d.ts +47 -0
  1054. package/dist/lexical/utils/rect.d.ts.map +1 -0
  1055. package/dist/lexical/utils/rect.js +171 -0
  1056. package/dist/lexical/utils/rect.js.map +1 -0
  1057. package/dist/lexical/utils/setFloatingElemPosition.d.ts +12 -0
  1058. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -0
  1059. package/dist/lexical/utils/setFloatingElemPosition.js +67 -0
  1060. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -0
  1061. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  1062. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +28 -0
  1063. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  1064. package/dist/lexical/utils/swipe.d.ts.map +1 -0
  1065. package/dist/lexical/utils/swipe.js +99 -0
  1066. package/dist/lexical/utils/swipe.js.map +1 -0
  1067. package/dist/lexical/utils/url.d.ts +8 -0
  1068. package/dist/lexical/utils/url.d.ts.map +1 -0
  1069. package/dist/lexical/utils/url.js +57 -0
  1070. package/dist/lexical/utils/url.js.map +1 -0
  1071. package/dist/nodeTypes.d.ts +32 -0
  1072. package/dist/nodeTypes.d.ts.map +1 -0
  1073. package/dist/nodeTypes.js +2 -0
  1074. package/dist/nodeTypes.js.map +1 -0
  1075. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  1076. package/dist/populateGraphQL/defaultValue.js +28 -0
  1077. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  1078. package/dist/populateGraphQL/populate.d.ts +17 -0
  1079. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  1080. package/dist/populateGraphQL/populate.js +38 -0
  1081. package/dist/populateGraphQL/populate.js.map +1 -0
  1082. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  1083. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  1084. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +53 -0
  1085. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  1086. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  1087. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  1088. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +42 -0
  1089. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  1090. package/dist/types.d.ts +19 -23
  1091. package/dist/types.d.ts.map +1 -1
  1092. package/dist/types.js +1 -2
  1093. package/dist/types.js.map +1 -1
  1094. package/dist/utilities/createClientFeature.d.ts +13 -0
  1095. package/dist/utilities/createClientFeature.d.ts.map +1 -0
  1096. package/dist/utilities/createClientFeature.js +43 -0
  1097. package/dist/utilities/createClientFeature.js.map +1 -0
  1098. package/dist/utilities/createServerFeature.d.ts +17 -0
  1099. package/dist/utilities/createServerFeature.d.ts.map +1 -0
  1100. package/dist/utilities/createServerFeature.js +51 -0
  1101. package/dist/utilities/createServerFeature.js.map +1 -0
  1102. package/dist/utilities/fieldsDrawer/Drawer.d.ts +20 -0
  1103. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -0
  1104. package/dist/utilities/fieldsDrawer/Drawer.js +39 -0
  1105. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -0
  1106. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -0
  1107. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -0
  1108. package/dist/utilities/fieldsDrawer/DrawerContent.js +166 -0
  1109. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -0
  1110. package/dist/utilities/forEachNodeRecursively.d.ts.map +1 -0
  1111. package/dist/utilities/forEachNodeRecursively.js +29 -0
  1112. package/dist/utilities/forEachNodeRecursively.js.map +1 -0
  1113. package/dist/utilities/generateComponentMap.d.ts +6 -0
  1114. package/dist/utilities/generateComponentMap.d.ts.map +1 -0
  1115. package/dist/utilities/generateComponentMap.js +93 -0
  1116. package/dist/utilities/generateComponentMap.js.map +1 -0
  1117. package/dist/utilities/generateImportMap.d.ts +6 -0
  1118. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1119. package/dist/utilities/generateImportMap.js +56 -0
  1120. package/dist/utilities/generateImportMap.js.map +1 -0
  1121. package/dist/utilities/generateSchemaMap.d.ts +6 -0
  1122. package/dist/utilities/generateSchemaMap.d.ts.map +1 -0
  1123. package/dist/utilities/generateSchemaMap.js +37 -0
  1124. package/dist/utilities/generateSchemaMap.js.map +1 -0
  1125. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts +5 -0
  1126. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts.map +1 -0
  1127. package/dist/utilities/jsx/collectTopLevelJSXInLines.js +32 -0
  1128. package/dist/utilities/jsx/collectTopLevelJSXInLines.js.map +1 -0
  1129. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts +4 -0
  1130. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts.map +1 -0
  1131. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js +119 -0
  1132. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js.map +1 -0
  1133. package/dist/utilities/jsx/jsx.d.ts +21 -0
  1134. package/dist/utilities/jsx/jsx.d.ts.map +1 -0
  1135. package/dist/utilities/jsx/jsx.js +101 -0
  1136. package/dist/utilities/jsx/jsx.js.map +1 -0
  1137. package/dist/utilities/jsx/jsx.spec.d.ts +2 -0
  1138. package/dist/utilities/jsx/jsx.spec.d.ts.map +1 -0
  1139. package/dist/utilities/jsx/jsx.spec.js +142 -0
  1140. package/dist/utilities/jsx/jsx.spec.js.map +1 -0
  1141. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts +56 -0
  1142. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts.map +1 -0
  1143. package/dist/utilities/jsx/lexicalMarkdownCopy.js +364 -0
  1144. package/dist/utilities/jsx/lexicalMarkdownCopy.js.map +1 -0
  1145. package/dist/utilities/migrateSlateToLexical/index.d.ts +15 -0
  1146. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -0
  1147. package/dist/utilities/migrateSlateToLexical/index.js +149 -0
  1148. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -0
  1149. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +9 -0
  1150. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -0
  1151. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +80 -0
  1152. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -0
  1153. package/dist/utilities/recurseNodeTree.d.ts +9 -0
  1154. package/dist/utilities/recurseNodeTree.d.ts.map +1 -0
  1155. package/dist/utilities/recurseNodeTree.js +30 -0
  1156. package/dist/utilities/recurseNodeTree.js.map +1 -0
  1157. package/dist/utilities/upgradeLexicalData/index.d.ts +11 -0
  1158. package/dist/utilities/upgradeLexicalData/index.d.ts.map +1 -0
  1159. package/dist/utilities/upgradeLexicalData/index.js +114 -0
  1160. package/dist/utilities/upgradeLexicalData/index.js.map +1 -0
  1161. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +9 -0
  1162. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -0
  1163. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +79 -0
  1164. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -0
  1165. package/dist/utilities/useLexicalFeature.d.ts +3 -0
  1166. package/dist/utilities/useLexicalFeature.d.ts.map +1 -0
  1167. package/dist/utilities/useLexicalFeature.js +13 -0
  1168. package/dist/utilities/useLexicalFeature.js.map +1 -0
  1169. package/dist/validate/index.d.ts +2 -2
  1170. package/dist/validate/index.d.ts.map +1 -1
  1171. package/dist/validate/index.js +45 -24
  1172. package/dist/validate/index.js.map +1 -1
  1173. package/dist/validate/validateNodes.d.ts +5 -5
  1174. package/dist/validate/validateNodes.d.ts.map +1 -1
  1175. package/dist/validate/validateNodes.js +31 -28
  1176. package/dist/validate/validateNodes.js.map +1 -1
  1177. package/package.json +105 -62
  1178. package/components.d.ts +0 -6
  1179. package/components.js +0 -7
  1180. package/dist/exports/components.d.ts +0 -11
  1181. package/dist/exports/components.d.ts.map +0 -1
  1182. package/dist/exports/components.js +0 -12
  1183. package/dist/exports/components.js.map +0 -1
  1184. package/dist/field/features/align/feature.client.d.ts +0 -6
  1185. package/dist/field/features/align/feature.client.d.ts.map +0 -1
  1186. package/dist/field/features/align/feature.client.js +0 -153
  1187. package/dist/field/features/align/feature.client.js.map +0 -1
  1188. package/dist/field/features/align/feature.server.d.ts +0 -3
  1189. package/dist/field/features/align/feature.server.d.ts.map +0 -1
  1190. package/dist/field/features/align/feature.server.js +0 -18
  1191. package/dist/field/features/align/feature.server.js.map +0 -1
  1192. package/dist/field/features/align/i18n.d.ts.map +0 -1
  1193. package/dist/field/features/align/i18n.js +0 -196
  1194. package/dist/field/features/align/i18n.js.map +0 -1
  1195. package/dist/field/features/align/toolbarAlignGroup.d.ts +0 -3
  1196. package/dist/field/features/align/toolbarAlignGroup.d.ts.map +0 -1
  1197. package/dist/field/features/align/toolbarAlignGroup.js +0 -12
  1198. package/dist/field/features/align/toolbarAlignGroup.js.map +0 -1
  1199. package/dist/field/features/blockquote/feature.client.d.ts +0 -6
  1200. package/dist/field/features/blockquote/feature.client.d.ts.map +0 -1
  1201. package/dist/field/features/blockquote/feature.client.js +0 -84
  1202. package/dist/field/features/blockquote/feature.client.js.map +0 -1
  1203. package/dist/field/features/blockquote/feature.server.d.ts +0 -3
  1204. package/dist/field/features/blockquote/feature.server.d.ts.map +0 -1
  1205. package/dist/field/features/blockquote/feature.server.js +0 -49
  1206. package/dist/field/features/blockquote/feature.server.js.map +0 -1
  1207. package/dist/field/features/blockquote/i18n.d.ts.map +0 -1
  1208. package/dist/field/features/blockquote/i18n.js +0 -100
  1209. package/dist/field/features/blockquote/i18n.js.map +0 -1
  1210. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +0 -1
  1211. package/dist/field/features/blockquote/markdownTransformer.js +0 -40
  1212. package/dist/field/features/blockquote/markdownTransformer.js.map +0 -1
  1213. package/dist/field/features/blocks/component/BlockContent.d.ts +0 -27
  1214. package/dist/field/features/blocks/component/BlockContent.d.ts.map +0 -1
  1215. package/dist/field/features/blocks/component/BlockContent.js +0 -198
  1216. package/dist/field/features/blocks/component/BlockContent.js.map +0 -1
  1217. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +0 -12
  1218. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1219. package/dist/field/features/blocks/component/FormSavePlugin.js +0 -29
  1220. package/dist/field/features/blocks/component/FormSavePlugin.js.map +0 -1
  1221. package/dist/field/features/blocks/component/index.d.ts +0 -16
  1222. package/dist/field/features/blocks/component/index.d.ts.map +0 -1
  1223. package/dist/field/features/blocks/component/index.js +0 -171
  1224. package/dist/field/features/blocks/component/index.js.map +0 -1
  1225. package/dist/field/features/blocks/component/index.scss +0 -149
  1226. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +0 -11
  1227. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1228. package/dist/field/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1229. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1230. package/dist/field/features/blocks/drawer/index.d.ts +0 -9
  1231. package/dist/field/features/blocks/drawer/index.d.ts.map +0 -1
  1232. package/dist/field/features/blocks/drawer/index.js +0 -83
  1233. package/dist/field/features/blocks/drawer/index.js.map +0 -1
  1234. package/dist/field/features/blocks/feature.client.d.ts +0 -10
  1235. package/dist/field/features/blocks/feature.client.d.ts.map +0 -1
  1236. package/dist/field/features/blocks/feature.client.js +0 -92
  1237. package/dist/field/features/blocks/feature.client.js.map +0 -1
  1238. package/dist/field/features/blocks/feature.server.d.ts +0 -8
  1239. package/dist/field/features/blocks/feature.server.d.ts.map +0 -1
  1240. package/dist/field/features/blocks/feature.server.js +0 -161
  1241. package/dist/field/features/blocks/feature.server.js.map +0 -1
  1242. package/dist/field/features/blocks/i18n.d.ts.map +0 -1
  1243. package/dist/field/features/blocks/i18n.js +0 -100
  1244. package/dist/field/features/blocks/i18n.js.map +0 -1
  1245. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +0 -36
  1246. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1247. package/dist/field/features/blocks/nodes/BlocksNode.js +0 -92
  1248. package/dist/field/features/blocks/nodes/BlocksNode.js.map +0 -1
  1249. package/dist/field/features/blocks/plugin/commands.d.ts +0 -4
  1250. package/dist/field/features/blocks/plugin/commands.d.ts.map +0 -1
  1251. package/dist/field/features/blocks/plugin/commands.js +0 -4
  1252. package/dist/field/features/blocks/plugin/commands.js.map +0 -1
  1253. package/dist/field/features/blocks/plugin/index.d.ts +0 -6
  1254. package/dist/field/features/blocks/plugin/index.d.ts.map +0 -1
  1255. package/dist/field/features/blocks/plugin/index.js +0 -42
  1256. package/dist/field/features/blocks/plugin/index.js.map +0 -1
  1257. package/dist/field/features/blocks/populationPromise.d.ts +0 -5
  1258. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  1259. package/dist/field/features/blocks/populationPromise.js +0 -32
  1260. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  1261. package/dist/field/features/blocks/validate.d.ts +0 -5
  1262. package/dist/field/features/blocks/validate.d.ts.map +0 -1
  1263. package/dist/field/features/blocks/validate.js +0 -36
  1264. package/dist/field/features/blocks/validate.js.map +0 -1
  1265. package/dist/field/features/converters/html/converter/converters/linebreak.d.ts.map +0 -1
  1266. package/dist/field/features/converters/html/converter/converters/linebreak.js +0 -10
  1267. package/dist/field/features/converters/html/converter/converters/linebreak.js.map +0 -1
  1268. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +0 -1
  1269. package/dist/field/features/converters/html/converter/converters/paragraph.js +0 -20
  1270. package/dist/field/features/converters/html/converter/converters/paragraph.js.map +0 -1
  1271. package/dist/field/features/converters/html/converter/converters/text.d.ts.map +0 -1
  1272. package/dist/field/features/converters/html/converter/converters/text.js +0 -33
  1273. package/dist/field/features/converters/html/converter/converters/text.js.map +0 -1
  1274. package/dist/field/features/converters/html/converter/defaultConverters.d.ts.map +0 -1
  1275. package/dist/field/features/converters/html/converter/defaultConverters.js +0 -10
  1276. package/dist/field/features/converters/html/converter/defaultConverters.js.map +0 -1
  1277. package/dist/field/features/converters/html/converter/index.d.ts +0 -21
  1278. package/dist/field/features/converters/html/converter/index.d.ts.map +0 -1
  1279. package/dist/field/features/converters/html/converter/index.js +0 -44
  1280. package/dist/field/features/converters/html/converter/index.js.map +0 -1
  1281. package/dist/field/features/converters/html/converter/types.d.ts +0 -19
  1282. package/dist/field/features/converters/html/converter/types.d.ts.map +0 -1
  1283. package/dist/field/features/converters/html/converter/types.js +0 -3
  1284. package/dist/field/features/converters/html/converter/types.js.map +0 -1
  1285. package/dist/field/features/converters/html/feature.server.d.ts +0 -9
  1286. package/dist/field/features/converters/html/feature.server.d.ts.map +0 -1
  1287. package/dist/field/features/converters/html/feature.server.js +0 -14
  1288. package/dist/field/features/converters/html/feature.server.js.map +0 -1
  1289. package/dist/field/features/converters/html/field/index.d.ts +0 -29
  1290. package/dist/field/features/converters/html/field/index.d.ts.map +0 -1
  1291. package/dist/field/features/converters/html/field/index.js +0 -145
  1292. package/dist/field/features/converters/html/field/index.js.map +0 -1
  1293. package/dist/field/features/createClientComponent.d.ts +0 -6
  1294. package/dist/field/features/createClientComponent.d.ts.map +0 -1
  1295. package/dist/field/features/createClientComponent.js +0 -12
  1296. package/dist/field/features/createClientComponent.js.map +0 -1
  1297. package/dist/field/features/createFeaturePropComponent.d.ts +0 -6
  1298. package/dist/field/features/createFeaturePropComponent.d.ts.map +0 -1
  1299. package/dist/field/features/createFeaturePropComponent.js +0 -20
  1300. package/dist/field/features/createFeaturePropComponent.js.map +0 -1
  1301. package/dist/field/features/debug/testRecorder/feature.client.d.ts +0 -6
  1302. package/dist/field/features/debug/testRecorder/feature.client.d.ts.map +0 -1
  1303. package/dist/field/features/debug/testRecorder/feature.client.js +0 -20
  1304. package/dist/field/features/debug/testRecorder/feature.client.js.map +0 -1
  1305. package/dist/field/features/debug/testRecorder/feature.server.d.ts +0 -3
  1306. package/dist/field/features/debug/testRecorder/feature.server.d.ts.map +0 -1
  1307. package/dist/field/features/debug/testRecorder/feature.server.js +0 -15
  1308. package/dist/field/features/debug/testRecorder/feature.server.js.map +0 -1
  1309. package/dist/field/features/debug/testRecorder/plugin/index.d.ts +0 -5
  1310. package/dist/field/features/debug/testRecorder/plugin/index.d.ts.map +0 -1
  1311. package/dist/field/features/debug/testRecorder/plugin/index.js +0 -472
  1312. package/dist/field/features/debug/testRecorder/plugin/index.js.map +0 -1
  1313. package/dist/field/features/debug/testRecorder/plugin/index.scss +0 -49
  1314. package/dist/field/features/debug/treeView/feature.client.d.ts +0 -6
  1315. package/dist/field/features/debug/treeView/feature.client.d.ts.map +0 -1
  1316. package/dist/field/features/debug/treeView/feature.client.js +0 -20
  1317. package/dist/field/features/debug/treeView/feature.client.js.map +0 -1
  1318. package/dist/field/features/debug/treeView/feature.server.d.ts +0 -3
  1319. package/dist/field/features/debug/treeView/feature.server.d.ts.map +0 -1
  1320. package/dist/field/features/debug/treeView/feature.server.js +0 -15
  1321. package/dist/field/features/debug/treeView/feature.server.js.map +0 -1
  1322. package/dist/field/features/debug/treeView/plugin/index.d.ts +0 -4
  1323. package/dist/field/features/debug/treeView/plugin/index.d.ts.map +0 -1
  1324. package/dist/field/features/debug/treeView/plugin/index.js +0 -20
  1325. package/dist/field/features/debug/treeView/plugin/index.js.map +0 -1
  1326. package/dist/field/features/debug/treeView/plugin/index.scss +0 -78
  1327. package/dist/field/features/format/bold/feature.client.d.ts +0 -6
  1328. package/dist/field/features/format/bold/feature.client.d.ts.map +0 -1
  1329. package/dist/field/features/format/bold/feature.client.js +0 -51
  1330. package/dist/field/features/format/bold/feature.client.js.map +0 -1
  1331. package/dist/field/features/format/bold/feature.server.d.ts +0 -3
  1332. package/dist/field/features/format/bold/feature.server.d.ts.map +0 -1
  1333. package/dist/field/features/format/bold/feature.server.js +0 -27
  1334. package/dist/field/features/format/bold/feature.server.js.map +0 -1
  1335. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +0 -1
  1336. package/dist/field/features/format/bold/markdownTransformers.js +0 -34
  1337. package/dist/field/features/format/bold/markdownTransformers.js.map +0 -1
  1338. package/dist/field/features/format/inlineCode/feature.client.d.ts +0 -6
  1339. package/dist/field/features/format/inlineCode/feature.client.d.ts.map +0 -1
  1340. package/dist/field/features/format/inlineCode/feature.client.js +0 -46
  1341. package/dist/field/features/format/inlineCode/feature.client.js.map +0 -1
  1342. package/dist/field/features/format/inlineCode/feature.server.d.ts +0 -3
  1343. package/dist/field/features/format/inlineCode/feature.server.d.ts.map +0 -1
  1344. package/dist/field/features/format/inlineCode/feature.server.js +0 -19
  1345. package/dist/field/features/format/inlineCode/feature.server.js.map +0 -1
  1346. package/dist/field/features/format/inlineCode/markdownTransformers.d.ts.map +0 -1
  1347. package/dist/field/features/format/inlineCode/markdownTransformers.js +0 -9
  1348. package/dist/field/features/format/inlineCode/markdownTransformers.js.map +0 -1
  1349. package/dist/field/features/format/italic/feature.client.d.ts +0 -6
  1350. package/dist/field/features/format/italic/feature.client.d.ts.map +0 -1
  1351. package/dist/field/features/format/italic/feature.client.js +0 -47
  1352. package/dist/field/features/format/italic/feature.client.js.map +0 -1
  1353. package/dist/field/features/format/italic/feature.server.d.ts +0 -3
  1354. package/dist/field/features/format/italic/feature.server.d.ts.map +0 -1
  1355. package/dist/field/features/format/italic/feature.server.js +0 -20
  1356. package/dist/field/features/format/italic/feature.server.js.map +0 -1
  1357. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +0 -1
  1358. package/dist/field/features/format/italic/markdownTransformers.js +0 -17
  1359. package/dist/field/features/format/italic/markdownTransformers.js.map +0 -1
  1360. package/dist/field/features/format/shared/toolbarFormatGroup.d.ts.map +0 -1
  1361. package/dist/field/features/format/shared/toolbarFormatGroup.js +0 -10
  1362. package/dist/field/features/format/shared/toolbarFormatGroup.js.map +0 -1
  1363. package/dist/field/features/format/strikethrough/feature.client.d.ts +0 -6
  1364. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +0 -1
  1365. package/dist/field/features/format/strikethrough/feature.client.js +0 -46
  1366. package/dist/field/features/format/strikethrough/feature.client.js.map +0 -1
  1367. package/dist/field/features/format/strikethrough/feature.server.d.ts +0 -3
  1368. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +0 -1
  1369. package/dist/field/features/format/strikethrough/feature.server.js +0 -19
  1370. package/dist/field/features/format/strikethrough/feature.server.js.map +0 -1
  1371. package/dist/field/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  1372. package/dist/field/features/format/strikethrough/markdownTransformers.js +0 -9
  1373. package/dist/field/features/format/strikethrough/markdownTransformers.js.map +0 -1
  1374. package/dist/field/features/format/subscript/feature.client.d.ts +0 -6
  1375. package/dist/field/features/format/subscript/feature.client.d.ts.map +0 -1
  1376. package/dist/field/features/format/subscript/feature.client.js +0 -42
  1377. package/dist/field/features/format/subscript/feature.client.js.map +0 -1
  1378. package/dist/field/features/format/subscript/feature.server.d.ts +0 -3
  1379. package/dist/field/features/format/subscript/feature.server.d.ts.map +0 -1
  1380. package/dist/field/features/format/subscript/feature.server.js +0 -15
  1381. package/dist/field/features/format/subscript/feature.server.js.map +0 -1
  1382. package/dist/field/features/format/superscript/feature.client.d.ts +0 -6
  1383. package/dist/field/features/format/superscript/feature.client.d.ts.map +0 -1
  1384. package/dist/field/features/format/superscript/feature.client.js +0 -42
  1385. package/dist/field/features/format/superscript/feature.client.js.map +0 -1
  1386. package/dist/field/features/format/superscript/feature.server.d.ts +0 -3
  1387. package/dist/field/features/format/superscript/feature.server.d.ts.map +0 -1
  1388. package/dist/field/features/format/superscript/feature.server.js +0 -15
  1389. package/dist/field/features/format/superscript/feature.server.js.map +0 -1
  1390. package/dist/field/features/format/underline/feature.client.d.ts +0 -6
  1391. package/dist/field/features/format/underline/feature.client.d.ts.map +0 -1
  1392. package/dist/field/features/format/underline/feature.client.js +0 -42
  1393. package/dist/field/features/format/underline/feature.client.js.map +0 -1
  1394. package/dist/field/features/format/underline/feature.server.d.ts +0 -3
  1395. package/dist/field/features/format/underline/feature.server.d.ts.map +0 -1
  1396. package/dist/field/features/format/underline/feature.server.js +0 -15
  1397. package/dist/field/features/format/underline/feature.server.js.map +0 -1
  1398. package/dist/field/features/heading/feature.client.d.ts +0 -7
  1399. package/dist/field/features/heading/feature.client.d.ts.map +0 -1
  1400. package/dist/field/features/heading/feature.client.js +0 -119
  1401. package/dist/field/features/heading/feature.client.js.map +0 -1
  1402. package/dist/field/features/heading/feature.server.d.ts +0 -7
  1403. package/dist/field/features/heading/feature.server.d.ts.map +0 -1
  1404. package/dist/field/features/heading/feature.server.js +0 -60
  1405. package/dist/field/features/heading/feature.server.js.map +0 -1
  1406. package/dist/field/features/heading/i18n.d.ts.map +0 -1
  1407. package/dist/field/features/heading/i18n.js +0 -100
  1408. package/dist/field/features/heading/i18n.js.map +0 -1
  1409. package/dist/field/features/heading/markdownTransformer.d.ts.map +0 -1
  1410. package/dist/field/features/heading/markdownTransformer.js +0 -29
  1411. package/dist/field/features/heading/markdownTransformer.js.map +0 -1
  1412. package/dist/field/features/horizontalRule/component/index.d.ts +0 -10
  1413. package/dist/field/features/horizontalRule/component/index.d.ts.map +0 -1
  1414. package/dist/field/features/horizontalRule/component/index.js +0 -67
  1415. package/dist/field/features/horizontalRule/component/index.js.map +0 -1
  1416. package/dist/field/features/horizontalRule/feature.client.d.ts +0 -6
  1417. package/dist/field/features/horizontalRule/feature.client.d.ts.map +0 -1
  1418. package/dist/field/features/horizontalRule/feature.client.js +0 -77
  1419. package/dist/field/features/horizontalRule/feature.client.js.map +0 -1
  1420. package/dist/field/features/horizontalRule/feature.server.d.ts +0 -3
  1421. package/dist/field/features/horizontalRule/feature.server.d.ts.map +0 -1
  1422. package/dist/field/features/horizontalRule/feature.server.js +0 -38
  1423. package/dist/field/features/horizontalRule/feature.server.js.map +0 -1
  1424. package/dist/field/features/horizontalRule/i18n.d.ts.map +0 -1
  1425. package/dist/field/features/horizontalRule/i18n.js +0 -100
  1426. package/dist/field/features/horizontalRule/i18n.js.map +0 -1
  1427. package/dist/field/features/horizontalRule/markdownTransformer.d.ts.map +0 -1
  1428. package/dist/field/features/horizontalRule/markdownTransformer.js +0 -23
  1429. package/dist/field/features/horizontalRule/markdownTransformer.js.map +0 -1
  1430. package/dist/field/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +0 -53
  1431. package/dist/field/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1432. package/dist/field/features/horizontalRule/nodes/HorizontalRuleNode.js +0 -92
  1433. package/dist/field/features/horizontalRule/nodes/HorizontalRuleNode.js.map +0 -1
  1434. package/dist/field/features/horizontalRule/plugin/index.d.ts +0 -7
  1435. package/dist/field/features/horizontalRule/plugin/index.d.ts.map +0 -1
  1436. package/dist/field/features/horizontalRule/plugin/index.js +0 -31
  1437. package/dist/field/features/horizontalRule/plugin/index.js.map +0 -1
  1438. package/dist/field/features/horizontalRule/plugin/index.scss +0 -20
  1439. package/dist/field/features/indent/feature.client.d.ts +0 -6
  1440. package/dist/field/features/indent/feature.client.d.ts.map +0 -1
  1441. package/dist/field/features/indent/feature.client.js +0 -63
  1442. package/dist/field/features/indent/feature.client.js.map +0 -1
  1443. package/dist/field/features/indent/feature.server.d.ts +0 -3
  1444. package/dist/field/features/indent/feature.server.d.ts.map +0 -1
  1445. package/dist/field/features/indent/feature.server.js +0 -18
  1446. package/dist/field/features/indent/feature.server.js.map +0 -1
  1447. package/dist/field/features/indent/i18n.d.ts.map +0 -1
  1448. package/dist/field/features/indent/i18n.js +0 -132
  1449. package/dist/field/features/indent/i18n.js.map +0 -1
  1450. package/dist/field/features/indent/toolbarIndentGroup.d.ts +0 -3
  1451. package/dist/field/features/indent/toolbarIndentGroup.d.ts.map +0 -1
  1452. package/dist/field/features/indent/toolbarIndentGroup.js +0 -10
  1453. package/dist/field/features/indent/toolbarIndentGroup.js.map +0 -1
  1454. package/dist/field/features/link/drawer/baseFields.d.ts +0 -4
  1455. package/dist/field/features/link/drawer/baseFields.d.ts.map +0 -1
  1456. package/dist/field/features/link/drawer/baseFields.js +0 -94
  1457. package/dist/field/features/link/drawer/baseFields.js.map +0 -1
  1458. package/dist/field/features/link/drawer/index.d.ts +0 -5
  1459. package/dist/field/features/link/drawer/index.d.ts.map +0 -1
  1460. package/dist/field/features/link/drawer/index.js +0 -102
  1461. package/dist/field/features/link/drawer/index.js.map +0 -1
  1462. package/dist/field/features/link/drawer/index.scss +0 -50
  1463. package/dist/field/features/link/drawer/types.d.ts +0 -10
  1464. package/dist/field/features/link/drawer/types.d.ts.map +0 -1
  1465. package/dist/field/features/link/drawer/types.js +0 -3
  1466. package/dist/field/features/link/drawer/types.js.map +0 -1
  1467. package/dist/field/features/link/feature.client.d.ts +0 -17
  1468. package/dist/field/features/link/feature.client.d.ts.map +0 -1
  1469. package/dist/field/features/link/feature.client.js +0 -108
  1470. package/dist/field/features/link/feature.client.js.map +0 -1
  1471. package/dist/field/features/link/feature.server.d.ts +0 -38
  1472. package/dist/field/features/link/feature.server.d.ts.map +0 -1
  1473. package/dist/field/features/link/feature.server.js +0 -138
  1474. package/dist/field/features/link/feature.server.js.map +0 -1
  1475. package/dist/field/features/link/i18n.d.ts.map +0 -1
  1476. package/dist/field/features/link/i18n.js +0 -100
  1477. package/dist/field/features/link/i18n.js.map +0 -1
  1478. package/dist/field/features/link/markdownTransformer.d.ts.map +0 -1
  1479. package/dist/field/features/link/markdownTransformer.js +0 -50
  1480. package/dist/field/features/link/markdownTransformer.js.map +0 -1
  1481. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +0 -1
  1482. package/dist/field/features/link/nodes/AutoLinkNode.js +0 -60
  1483. package/dist/field/features/link/nodes/AutoLinkNode.js.map +0 -1
  1484. package/dist/field/features/link/nodes/LinkNode.d.ts +0 -38
  1485. package/dist/field/features/link/nodes/LinkNode.d.ts.map +0 -1
  1486. package/dist/field/features/link/nodes/LinkNode.js +0 -300
  1487. package/dist/field/features/link/nodes/LinkNode.js.map +0 -1
  1488. package/dist/field/features/link/nodes/types.d.ts +0 -19
  1489. package/dist/field/features/link/nodes/types.d.ts.map +0 -1
  1490. package/dist/field/features/link/nodes/types.js +0 -3
  1491. package/dist/field/features/link/nodes/types.js.map +0 -1
  1492. package/dist/field/features/link/plugins/autoLink/index.d.ts +0 -20
  1493. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1494. package/dist/field/features/link/plugins/autoLink/index.js +0 -320
  1495. package/dist/field/features/link/plugins/autoLink/index.js.map +0 -1
  1496. package/dist/field/features/link/plugins/clickableLink/index.d.ts +0 -4
  1497. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1498. package/dist/field/features/link/plugins/clickableLink/index.js +0 -9
  1499. package/dist/field/features/link/plugins/clickableLink/index.js.map +0 -1
  1500. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1501. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -4
  1502. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1503. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1504. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -301
  1505. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1506. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +0 -5
  1507. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1508. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +0 -14
  1509. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1510. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -86
  1511. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1512. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1513. package/dist/field/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1514. package/dist/field/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1515. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -10
  1516. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1517. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +0 -20
  1518. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1519. package/dist/field/features/link/plugins/link/index.d.ts +0 -4
  1520. package/dist/field/features/link/plugins/link/index.d.ts.map +0 -1
  1521. package/dist/field/features/link/plugins/link/index.js +0 -53
  1522. package/dist/field/features/link/plugins/link/index.js.map +0 -1
  1523. package/dist/field/features/link/populationPromise.d.ts +0 -5
  1524. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  1525. package/dist/field/features/link/populationPromise.js +0 -31
  1526. package/dist/field/features/link/populationPromise.js.map +0 -1
  1527. package/dist/field/features/link/validate.d.ts +0 -5
  1528. package/dist/field/features/link/validate.d.ts.map +0 -1
  1529. package/dist/field/features/link/validate.js +0 -32
  1530. package/dist/field/features/link/validate.js.map +0 -1
  1531. package/dist/field/features/lists/checklist/feature.client.d.ts +0 -6
  1532. package/dist/field/features/lists/checklist/feature.client.d.ts.map +0 -1
  1533. package/dist/field/features/lists/checklist/feature.client.js +0 -107
  1534. package/dist/field/features/lists/checklist/feature.client.js.map +0 -1
  1535. package/dist/field/features/lists/checklist/feature.server.d.ts +0 -3
  1536. package/dist/field/features/lists/checklist/feature.server.d.ts.map +0 -1
  1537. package/dist/field/features/lists/checklist/feature.server.js +0 -38
  1538. package/dist/field/features/lists/checklist/feature.server.js.map +0 -1
  1539. package/dist/field/features/lists/checklist/i18n.d.ts.map +0 -1
  1540. package/dist/field/features/lists/checklist/i18n.js +0 -100
  1541. package/dist/field/features/lists/checklist/i18n.js.map +0 -1
  1542. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  1543. package/dist/field/features/lists/checklist/markdownTransformers.js +0 -16
  1544. package/dist/field/features/lists/checklist/markdownTransformers.js.map +0 -1
  1545. package/dist/field/features/lists/checklist/plugin/index.d.ts +0 -3
  1546. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1547. package/dist/field/features/lists/checklist/plugin/index.js +0 -9
  1548. package/dist/field/features/lists/checklist/plugin/index.js.map +0 -1
  1549. package/dist/field/features/lists/htmlConverter.d.ts +0 -5
  1550. package/dist/field/features/lists/htmlConverter.d.ts.map +0 -1
  1551. package/dist/field/features/lists/htmlConverter.js +0 -56
  1552. package/dist/field/features/lists/htmlConverter.js.map +0 -1
  1553. package/dist/field/features/lists/orderedList/feature.client.d.ts +0 -6
  1554. package/dist/field/features/lists/orderedList/feature.client.d.ts.map +0 -1
  1555. package/dist/field/features/lists/orderedList/feature.client.js +0 -97
  1556. package/dist/field/features/lists/orderedList/feature.client.js.map +0 -1
  1557. package/dist/field/features/lists/orderedList/feature.server.d.ts +0 -3
  1558. package/dist/field/features/lists/orderedList/feature.server.d.ts.map +0 -1
  1559. package/dist/field/features/lists/orderedList/feature.server.js +0 -38
  1560. package/dist/field/features/lists/orderedList/feature.server.js.map +0 -1
  1561. package/dist/field/features/lists/orderedList/i18n.d.ts.map +0 -1
  1562. package/dist/field/features/lists/orderedList/i18n.js +0 -100
  1563. package/dist/field/features/lists/orderedList/i18n.js.map +0 -1
  1564. package/dist/field/features/lists/orderedList/markdownTransformer.d.ts.map +0 -1
  1565. package/dist/field/features/lists/orderedList/markdownTransformer.js +0 -16
  1566. package/dist/field/features/lists/orderedList/markdownTransformer.js.map +0 -1
  1567. package/dist/field/features/lists/plugin/index.d.ts +0 -3
  1568. package/dist/field/features/lists/plugin/index.d.ts.map +0 -1
  1569. package/dist/field/features/lists/plugin/index.js +0 -9
  1570. package/dist/field/features/lists/plugin/index.js.map +0 -1
  1571. package/dist/field/features/lists/shared/markdown.d.ts +0 -6
  1572. package/dist/field/features/lists/shared/markdown.d.ts.map +0 -1
  1573. package/dist/field/features/lists/shared/markdown.js +0 -58
  1574. package/dist/field/features/lists/shared/markdown.js.map +0 -1
  1575. package/dist/field/features/lists/shared/slashMenuListGroup.d.ts.map +0 -1
  1576. package/dist/field/features/lists/shared/slashMenuListGroup.js +0 -11
  1577. package/dist/field/features/lists/shared/slashMenuListGroup.js.map +0 -1
  1578. package/dist/field/features/lists/unorderedList/feature.client.d.ts +0 -6
  1579. package/dist/field/features/lists/unorderedList/feature.client.d.ts.map +0 -1
  1580. package/dist/field/features/lists/unorderedList/feature.client.js +0 -97
  1581. package/dist/field/features/lists/unorderedList/feature.client.js.map +0 -1
  1582. package/dist/field/features/lists/unorderedList/feature.server.d.ts +0 -3
  1583. package/dist/field/features/lists/unorderedList/feature.server.d.ts.map +0 -1
  1584. package/dist/field/features/lists/unorderedList/feature.server.js +0 -38
  1585. package/dist/field/features/lists/unorderedList/feature.server.js.map +0 -1
  1586. package/dist/field/features/lists/unorderedList/i18n.d.ts.map +0 -1
  1587. package/dist/field/features/lists/unorderedList/i18n.js +0 -100
  1588. package/dist/field/features/lists/unorderedList/i18n.js.map +0 -1
  1589. package/dist/field/features/lists/unorderedList/markdownTransformer.d.ts.map +0 -1
  1590. package/dist/field/features/lists/unorderedList/markdownTransformer.js +0 -16
  1591. package/dist/field/features/lists/unorderedList/markdownTransformer.js.map +0 -1
  1592. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -6
  1593. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1594. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1595. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1596. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -3
  1597. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1598. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -20
  1599. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  1600. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1601. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1602. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1603. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1604. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -6
  1605. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1606. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1607. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1608. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -3
  1609. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1610. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -31
  1611. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  1612. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1613. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1614. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1615. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1616. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -6
  1617. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1618. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1619. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1620. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -3
  1621. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  1622. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -22
  1623. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  1624. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1625. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1626. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1627. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1628. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -6
  1629. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1630. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1631. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1632. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -3
  1633. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1634. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -22
  1635. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  1636. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1637. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1638. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1639. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1640. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -6
  1641. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1642. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1643. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1644. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -3
  1645. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  1646. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -20
  1647. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  1648. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1649. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1650. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1651. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1652. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -6
  1653. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1654. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1655. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1656. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -3
  1657. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1658. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -26
  1659. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  1660. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1661. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1662. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1663. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1664. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -6
  1665. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1666. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1667. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1668. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -3
  1669. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1670. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -23
  1671. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  1672. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1673. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1674. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1675. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1676. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -3
  1677. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  1678. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -18
  1679. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  1680. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -17
  1681. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  1682. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js +0 -63
  1683. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  1684. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -31
  1685. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  1686. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js +0 -3
  1687. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  1688. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -6
  1689. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  1690. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +0 -34
  1691. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  1692. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -9
  1693. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  1694. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +0 -47
  1695. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  1696. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1697. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -16
  1698. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1699. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -34
  1700. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1701. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -69
  1702. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1703. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1704. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -6
  1705. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1706. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1707. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1708. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -3
  1709. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  1710. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -23
  1711. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  1712. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1713. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1714. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1715. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1716. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -6
  1717. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1718. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1719. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1720. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -3
  1721. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1722. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js +0 -29
  1723. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  1724. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1725. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1726. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1727. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1728. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -6
  1729. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1730. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1731. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1732. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -3
  1733. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  1734. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js +0 -35
  1735. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  1736. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1737. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1738. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1739. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1740. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -6
  1741. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1742. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1743. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1744. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -3
  1745. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1746. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js +0 -30
  1747. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  1748. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1749. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1750. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1751. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1752. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -6
  1753. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1754. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1755. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1756. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -3
  1757. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1758. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -25
  1759. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  1760. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1761. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1762. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1763. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1764. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -6
  1765. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1766. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1767. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1768. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -3
  1769. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  1770. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -26
  1771. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  1772. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1773. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1774. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1775. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1776. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -6
  1777. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1778. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1779. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1780. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -3
  1781. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  1782. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -16
  1783. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  1784. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1785. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1786. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1787. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1788. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -6
  1789. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1790. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1791. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1792. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -3
  1793. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1794. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -27
  1795. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  1796. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1797. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1798. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1799. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1800. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -6
  1801. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1802. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1803. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1804. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -3
  1805. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  1806. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -26
  1807. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  1808. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1809. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1810. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1811. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1812. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -6
  1813. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1814. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1815. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1816. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -3
  1817. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1818. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -19
  1819. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  1820. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1821. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1822. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1823. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1824. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -3
  1825. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  1826. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js +0 -24
  1827. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  1828. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  1829. package/dist/field/features/migrations/slateToLexical/converter/index.js +0 -108
  1830. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +0 -1
  1831. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +0 -25
  1832. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  1833. package/dist/field/features/migrations/slateToLexical/converter/types.js +0 -3
  1834. package/dist/field/features/migrations/slateToLexical/converter/types.js.map +0 -1
  1835. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +0 -6
  1836. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  1837. package/dist/field/features/migrations/slateToLexical/feature.client.js +0 -34
  1838. package/dist/field/features/migrations/slateToLexical/feature.client.js.map +0 -1
  1839. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +0 -9
  1840. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  1841. package/dist/field/features/migrations/slateToLexical/feature.server.js +0 -47
  1842. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +0 -1
  1843. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1844. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -16
  1845. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1846. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -34
  1847. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1848. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -69
  1849. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1850. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1851. package/dist/field/features/paragraph/feature.client.d.ts +0 -6
  1852. package/dist/field/features/paragraph/feature.client.d.ts.map +0 -1
  1853. package/dist/field/features/paragraph/feature.client.js +0 -78
  1854. package/dist/field/features/paragraph/feature.client.js.map +0 -1
  1855. package/dist/field/features/paragraph/feature.server.d.ts +0 -3
  1856. package/dist/field/features/paragraph/feature.server.d.ts.map +0 -1
  1857. package/dist/field/features/paragraph/feature.server.js +0 -18
  1858. package/dist/field/features/paragraph/feature.server.js.map +0 -1
  1859. package/dist/field/features/paragraph/i18n.d.ts.map +0 -1
  1860. package/dist/field/features/paragraph/i18n.js +0 -132
  1861. package/dist/field/features/paragraph/i18n.js.map +0 -1
  1862. package/dist/field/features/relationship/drawer/commands.d.ts.map +0 -1
  1863. package/dist/field/features/relationship/drawer/commands.js +0 -4
  1864. package/dist/field/features/relationship/drawer/commands.js.map +0 -1
  1865. package/dist/field/features/relationship/drawer/index.d.ts.map +0 -1
  1866. package/dist/field/features/relationship/drawer/index.js +0 -83
  1867. package/dist/field/features/relationship/drawer/index.js.map +0 -1
  1868. package/dist/field/features/relationship/feature.client.d.ts +0 -19
  1869. package/dist/field/features/relationship/feature.client.d.ts.map +0 -1
  1870. package/dist/field/features/relationship/feature.client.js +0 -79
  1871. package/dist/field/features/relationship/feature.client.js.map +0 -1
  1872. package/dist/field/features/relationship/feature.server.d.ts +0 -27
  1873. package/dist/field/features/relationship/feature.server.d.ts.map +0 -1
  1874. package/dist/field/features/relationship/feature.server.js +0 -29
  1875. package/dist/field/features/relationship/feature.server.js.map +0 -1
  1876. package/dist/field/features/relationship/i18n.d.ts.map +0 -1
  1877. package/dist/field/features/relationship/i18n.js +0 -100
  1878. package/dist/field/features/relationship/i18n.js.map +0 -1
  1879. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +0 -31
  1880. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1881. package/dist/field/features/relationship/nodes/RelationshipNode.js +0 -111
  1882. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1883. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -14
  1884. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1885. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +0 -178
  1886. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1887. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  1888. package/dist/field/features/relationship/plugins/index.d.ts +0 -7
  1889. package/dist/field/features/relationship/plugins/index.d.ts.map +0 -1
  1890. package/dist/field/features/relationship/plugins/index.js +0 -51
  1891. package/dist/field/features/relationship/plugins/index.js.map +0 -1
  1892. package/dist/field/features/relationship/populationPromise.d.ts +0 -5
  1893. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  1894. package/dist/field/features/relationship/populationPromise.js +0 -30
  1895. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  1896. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1897. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +0 -35
  1898. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1899. package/dist/field/features/shared/slashMenu/basicGroup.d.ts.map +0 -1
  1900. package/dist/field/features/shared/slashMenu/basicGroup.js +0 -11
  1901. package/dist/field/features/shared/slashMenu/basicGroup.js.map +0 -1
  1902. package/dist/field/features/shared/toolbar/addDropdownGroup.d.ts.map +0 -1
  1903. package/dist/field/features/shared/toolbar/addDropdownGroup.js +0 -12
  1904. package/dist/field/features/shared/toolbar/addDropdownGroup.js.map +0 -1
  1905. package/dist/field/features/shared/toolbar/featureButtonsGroup.d.ts.map +0 -1
  1906. package/dist/field/features/shared/toolbar/featureButtonsGroup.js +0 -10
  1907. package/dist/field/features/shared/toolbar/featureButtonsGroup.js.map +0 -1
  1908. package/dist/field/features/shared/toolbar/textDropdownGroup.d.ts.map +0 -1
  1909. package/dist/field/features/shared/toolbar/textDropdownGroup.js +0 -12
  1910. package/dist/field/features/shared/toolbar/textDropdownGroup.js.map +0 -1
  1911. package/dist/field/features/toolbars/fixed/Toolbar/index.d.ts +0 -5
  1912. package/dist/field/features/toolbars/fixed/Toolbar/index.d.ts.map +0 -1
  1913. package/dist/field/features/toolbars/fixed/Toolbar/index.js +0 -211
  1914. package/dist/field/features/toolbars/fixed/Toolbar/index.js.map +0 -1
  1915. package/dist/field/features/toolbars/fixed/Toolbar/index.scss +0 -119
  1916. package/dist/field/features/toolbars/fixed/feature.client.d.ts +0 -7
  1917. package/dist/field/features/toolbars/fixed/feature.client.d.ts.map +0 -1
  1918. package/dist/field/features/toolbars/fixed/feature.client.js +0 -20
  1919. package/dist/field/features/toolbars/fixed/feature.client.js.map +0 -1
  1920. package/dist/field/features/toolbars/fixed/feature.server.d.ts +0 -19
  1921. package/dist/field/features/toolbars/fixed/feature.server.d.ts.map +0 -1
  1922. package/dist/field/features/toolbars/fixed/feature.server.js +0 -20
  1923. package/dist/field/features/toolbars/fixed/feature.server.js.map +0 -1
  1924. package/dist/field/features/toolbars/inline/Toolbar/index.d.ts +0 -4
  1925. package/dist/field/features/toolbars/inline/Toolbar/index.d.ts.map +0 -1
  1926. package/dist/field/features/toolbars/inline/Toolbar/index.js +0 -320
  1927. package/dist/field/features/toolbars/inline/Toolbar/index.js.map +0 -1
  1928. package/dist/field/features/toolbars/inline/Toolbar/index.scss +0 -53
  1929. package/dist/field/features/toolbars/inline/feature.client.d.ts +0 -6
  1930. package/dist/field/features/toolbars/inline/feature.client.d.ts.map +0 -1
  1931. package/dist/field/features/toolbars/inline/feature.client.js +0 -20
  1932. package/dist/field/features/toolbars/inline/feature.client.js.map +0 -1
  1933. package/dist/field/features/toolbars/inline/feature.server.d.ts +0 -3
  1934. package/dist/field/features/toolbars/inline/feature.server.d.ts.map +0 -1
  1935. package/dist/field/features/toolbars/inline/feature.server.js +0 -15
  1936. package/dist/field/features/toolbars/inline/feature.server.js.map +0 -1
  1937. package/dist/field/features/toolbars/shared/ToolbarButton/index.d.ts +0 -10
  1938. package/dist/field/features/toolbars/shared/ToolbarButton/index.d.ts.map +0 -1
  1939. package/dist/field/features/toolbars/shared/ToolbarButton/index.js +0 -109
  1940. package/dist/field/features/toolbars/shared/ToolbarButton/index.js.map +0 -1
  1941. package/dist/field/features/toolbars/shared/ToolbarButton/index.scss +0 -39
  1942. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +0 -23
  1943. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +0 -1
  1944. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.js +0 -225
  1945. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +0 -1
  1946. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.d.ts +0 -23
  1947. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +0 -1
  1948. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.js +0 -142
  1949. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.js.map +0 -1
  1950. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.scss +0 -112
  1951. package/dist/field/features/toolbars/types.d.ts +0 -48
  1952. package/dist/field/features/toolbars/types.d.ts.map +0 -1
  1953. package/dist/field/features/toolbars/types.js +0 -3
  1954. package/dist/field/features/toolbars/types.js.map +0 -1
  1955. package/dist/field/features/typeUtilities.d.ts +0 -8
  1956. package/dist/field/features/typeUtilities.d.ts.map +0 -1
  1957. package/dist/field/features/typeUtilities.js +0 -8
  1958. package/dist/field/features/typeUtilities.js.map +0 -1
  1959. package/dist/field/features/types.d.ts +0 -387
  1960. package/dist/field/features/types.d.ts.map +0 -1
  1961. package/dist/field/features/types.js +0 -3
  1962. package/dist/field/features/types.js.map +0 -1
  1963. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +0 -12
  1964. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  1965. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +0 -132
  1966. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +0 -1
  1967. package/dist/field/features/upload/component/index.d.ts +0 -9
  1968. package/dist/field/features/upload/component/index.d.ts.map +0 -1
  1969. package/dist/field/features/upload/component/index.js +0 -227
  1970. package/dist/field/features/upload/component/index.js.map +0 -1
  1971. package/dist/field/features/upload/component/index.scss +0 -152
  1972. package/dist/field/features/upload/drawer/commands.d.ts.map +0 -1
  1973. package/dist/field/features/upload/drawer/commands.js +0 -5
  1974. package/dist/field/features/upload/drawer/commands.js.map +0 -1
  1975. package/dist/field/features/upload/drawer/index.d.ts.map +0 -1
  1976. package/dist/field/features/upload/drawer/index.js +0 -78
  1977. package/dist/field/features/upload/drawer/index.js.map +0 -1
  1978. package/dist/field/features/upload/feature.client.d.ts +0 -13
  1979. package/dist/field/features/upload/feature.client.d.ts.map +0 -1
  1980. package/dist/field/features/upload/feature.client.js +0 -81
  1981. package/dist/field/features/upload/feature.client.js.map +0 -1
  1982. package/dist/field/features/upload/feature.server.d.ts +0 -19
  1983. package/dist/field/features/upload/feature.server.d.ts.map +0 -1
  1984. package/dist/field/features/upload/feature.server.js +0 -140
  1985. package/dist/field/features/upload/feature.server.js.map +0 -1
  1986. package/dist/field/features/upload/i18n.d.ts.map +0 -1
  1987. package/dist/field/features/upload/i18n.js +0 -100
  1988. package/dist/field/features/upload/i18n.js.map +0 -1
  1989. package/dist/field/features/upload/nodes/UploadNode.d.ts +0 -37
  1990. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1991. package/dist/field/features/upload/nodes/UploadNode.js +0 -123
  1992. package/dist/field/features/upload/nodes/UploadNode.js.map +0 -1
  1993. package/dist/field/features/upload/plugin/index.d.ts +0 -8
  1994. package/dist/field/features/upload/plugin/index.d.ts.map +0 -1
  1995. package/dist/field/features/upload/plugin/index.js +0 -52
  1996. package/dist/field/features/upload/plugin/index.js.map +0 -1
  1997. package/dist/field/features/upload/populationPromise.d.ts +0 -5
  1998. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  1999. package/dist/field/features/upload/populationPromise.js +0 -52
  2000. package/dist/field/features/upload/populationPromise.js.map +0 -1
  2001. package/dist/field/features/upload/validate.d.ts +0 -5
  2002. package/dist/field/features/upload/validate.d.ts.map +0 -1
  2003. package/dist/field/features/upload/validate.js +0 -44
  2004. package/dist/field/features/upload/validate.js.map +0 -1
  2005. package/dist/field/index.scss +0 -25
  2006. package/dist/field/lexical/EditorPlugin.d.ts +0 -8
  2007. package/dist/field/lexical/EditorPlugin.d.ts.map +0 -1
  2008. package/dist/field/lexical/EditorPlugin.js +0 -15
  2009. package/dist/field/lexical/EditorPlugin.js.map +0 -1
  2010. package/dist/field/lexical/LexicalEditor.d.ts +0 -7
  2011. package/dist/field/lexical/LexicalEditor.d.ts.map +0 -1
  2012. package/dist/field/lexical/LexicalEditor.js +0 -193
  2013. package/dist/field/lexical/LexicalEditor.js.map +0 -1
  2014. package/dist/field/lexical/LexicalEditor.scss +0 -49
  2015. package/dist/field/lexical/LexicalProvider.d.ts +0 -19
  2016. package/dist/field/lexical/LexicalProvider.d.ts.map +0 -1
  2017. package/dist/field/lexical/LexicalProvider.js +0 -78
  2018. package/dist/field/lexical/LexicalProvider.js.map +0 -1
  2019. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +0 -35
  2020. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +0 -1
  2021. package/dist/field/lexical/config/client/EditorConfigProvider.js +0 -91
  2022. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +0 -1
  2023. package/dist/field/lexical/config/client/default.d.ts.map +0 -1
  2024. package/dist/field/lexical/config/client/default.js +0 -8
  2025. package/dist/field/lexical/config/client/default.js.map +0 -1
  2026. package/dist/field/lexical/config/client/loader.d.ts +0 -12
  2027. package/dist/field/lexical/config/client/loader.d.ts.map +0 -1
  2028. package/dist/field/lexical/config/client/loader.js +0 -46
  2029. package/dist/field/lexical/config/client/loader.js.map +0 -1
  2030. package/dist/field/lexical/config/client/sanitize.d.ts +0 -7
  2031. package/dist/field/lexical/config/client/sanitize.d.ts.map +0 -1
  2032. package/dist/field/lexical/config/client/sanitize.js +0 -176
  2033. package/dist/field/lexical/config/client/sanitize.js.map +0 -1
  2034. package/dist/field/lexical/config/server/default.d.ts +0 -7
  2035. package/dist/field/lexical/config/server/default.d.ts.map +0 -1
  2036. package/dist/field/lexical/config/server/default.js +0 -53
  2037. package/dist/field/lexical/config/server/default.js.map +0 -1
  2038. package/dist/field/lexical/config/server/loader.d.ts +0 -10
  2039. package/dist/field/lexical/config/server/loader.d.ts.map +0 -1
  2040. package/dist/field/lexical/config/server/loader.js +0 -120
  2041. package/dist/field/lexical/config/server/loader.js.map +0 -1
  2042. package/dist/field/lexical/config/server/sanitize.d.ts +0 -6
  2043. package/dist/field/lexical/config/server/sanitize.d.ts.map +0 -1
  2044. package/dist/field/lexical/config/server/sanitize.js +0 -91
  2045. package/dist/field/lexical/config/server/sanitize.js.map +0 -1
  2046. package/dist/field/lexical/config/types.d.ts +0 -23
  2047. package/dist/field/lexical/config/types.d.ts.map +0 -1
  2048. package/dist/field/lexical/config/types.js +0 -3
  2049. package/dist/field/lexical/config/types.js.map +0 -1
  2050. package/dist/field/lexical/nodes/index.d.ts +0 -7
  2051. package/dist/field/lexical/nodes/index.d.ts.map +0 -1
  2052. package/dist/field/lexical/nodes/index.js +0 -10
  2053. package/dist/field/lexical/nodes/index.js.map +0 -1
  2054. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +0 -1
  2055. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +0 -13
  2056. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +0 -1
  2057. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -32
  2058. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +0 -1
  2059. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +0 -401
  2060. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +0 -1
  2061. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +0 -25
  2062. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +0 -1
  2063. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +0 -205
  2064. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +0 -1
  2065. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +0 -31
  2066. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +0 -1
  2067. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +0 -3
  2068. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +0 -1
  2069. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +0 -1
  2070. package/dist/field/lexical/plugins/SlashMenu/index.js +0 -188
  2071. package/dist/field/lexical/plugins/SlashMenu/index.js.map +0 -1
  2072. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  2073. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +0 -1
  2074. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +0 -33
  2075. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +0 -1
  2076. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +0 -1
  2077. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +0 -158
  2078. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +0 -1
  2079. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  2080. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +0 -2
  2081. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +0 -1
  2082. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +0 -14
  2083. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +0 -1
  2084. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +0 -1
  2085. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +0 -14
  2086. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +0 -1
  2087. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +0 -1
  2088. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +0 -27
  2089. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +0 -1
  2090. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +0 -1
  2091. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +0 -343
  2092. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +0 -1
  2093. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -72
  2094. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +0 -10
  2095. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +0 -1
  2096. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +0 -116
  2097. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +0 -1
  2098. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +0 -1
  2099. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +0 -21
  2100. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +0 -1
  2101. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +0 -1
  2102. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +0 -35
  2103. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +0 -1
  2104. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +0 -1
  2105. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js +0 -14
  2106. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js.map +0 -1
  2107. package/dist/field/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +0 -1
  2108. package/dist/field/lexical/plugins/handles/utils/getNodeCloseToPoint.js +0 -138
  2109. package/dist/field/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +0 -1
  2110. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +0 -1
  2111. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +0 -6
  2112. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +0 -1
  2113. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +0 -1
  2114. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js +0 -5
  2115. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js.map +0 -1
  2116. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +0 -1
  2117. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +0 -29
  2118. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +0 -1
  2119. package/dist/field/lexical/theme/EditorTheme.d.ts +0 -4
  2120. package/dist/field/lexical/theme/EditorTheme.d.ts.map +0 -1
  2121. package/dist/field/lexical/theme/EditorTheme.js +0 -107
  2122. package/dist/field/lexical/theme/EditorTheme.js.map +0 -1
  2123. package/dist/field/lexical/theme/EditorTheme.scss +0 -509
  2124. package/dist/field/lexical/ui/ContentEditable.d.ts.map +0 -1
  2125. package/dist/field/lexical/ui/ContentEditable.js +0 -11
  2126. package/dist/field/lexical/ui/ContentEditable.js.map +0 -1
  2127. package/dist/field/lexical/ui/ContentEditable.scss +0 -76
  2128. package/dist/field/lexical/ui/icons/AI/index.d.ts.map +0 -1
  2129. package/dist/field/lexical/ui/icons/AI/index.js +0 -36
  2130. package/dist/field/lexical/ui/icons/AI/index.js.map +0 -1
  2131. package/dist/field/lexical/ui/icons/Add/index.d.ts.map +0 -1
  2132. package/dist/field/lexical/ui/icons/Add/index.js +0 -21
  2133. package/dist/field/lexical/ui/icons/Add/index.js.map +0 -1
  2134. package/dist/field/lexical/ui/icons/AlignCenter/index.d.ts.map +0 -1
  2135. package/dist/field/lexical/ui/icons/AlignCenter/index.js +0 -31
  2136. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +0 -1
  2137. package/dist/field/lexical/ui/icons/AlignJustify/index.d.ts.map +0 -1
  2138. package/dist/field/lexical/ui/icons/AlignJustify/index.js +0 -31
  2139. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +0 -1
  2140. package/dist/field/lexical/ui/icons/AlignLeft/index.d.ts.map +0 -1
  2141. package/dist/field/lexical/ui/icons/AlignLeft/index.js +0 -31
  2142. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +0 -1
  2143. package/dist/field/lexical/ui/icons/AlignRight/index.d.ts.map +0 -1
  2144. package/dist/field/lexical/ui/icons/AlignRight/index.js +0 -31
  2145. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +0 -1
  2146. package/dist/field/lexical/ui/icons/Block/index.d.ts.map +0 -1
  2147. package/dist/field/lexical/ui/icons/Block/index.js +0 -40
  2148. package/dist/field/lexical/ui/icons/Block/index.js.map +0 -1
  2149. package/dist/field/lexical/ui/icons/Blockquote/index.d.ts.map +0 -1
  2150. package/dist/field/lexical/ui/icons/Blockquote/index.js +0 -18
  2151. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +0 -1
  2152. package/dist/field/lexical/ui/icons/Bold/index.d.ts.map +0 -1
  2153. package/dist/field/lexical/ui/icons/Bold/index.js +0 -18
  2154. package/dist/field/lexical/ui/icons/Bold/index.js.map +0 -1
  2155. package/dist/field/lexical/ui/icons/Caret/index.svg +0 -3
  2156. package/dist/field/lexical/ui/icons/Checklist/index.d.ts.map +0 -1
  2157. package/dist/field/lexical/ui/icons/Checklist/index.js +0 -29
  2158. package/dist/field/lexical/ui/icons/Checklist/index.js.map +0 -1
  2159. package/dist/field/lexical/ui/icons/Code/index.d.ts.map +0 -1
  2160. package/dist/field/lexical/ui/icons/Code/index.js +0 -24
  2161. package/dist/field/lexical/ui/icons/Code/index.js.map +0 -1
  2162. package/dist/field/lexical/ui/icons/CodeBlock/index.d.ts.map +0 -1
  2163. package/dist/field/lexical/ui/icons/CodeBlock/index.js +0 -24
  2164. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +0 -1
  2165. package/dist/field/lexical/ui/icons/H1/index.d.ts.map +0 -1
  2166. package/dist/field/lexical/ui/icons/H1/index.js +0 -18
  2167. package/dist/field/lexical/ui/icons/H1/index.js.map +0 -1
  2168. package/dist/field/lexical/ui/icons/H2/index.d.ts.map +0 -1
  2169. package/dist/field/lexical/ui/icons/H2/index.js +0 -18
  2170. package/dist/field/lexical/ui/icons/H2/index.js.map +0 -1
  2171. package/dist/field/lexical/ui/icons/H3/index.d.ts.map +0 -1
  2172. package/dist/field/lexical/ui/icons/H3/index.js +0 -18
  2173. package/dist/field/lexical/ui/icons/H3/index.js.map +0 -1
  2174. package/dist/field/lexical/ui/icons/H4/index.d.ts.map +0 -1
  2175. package/dist/field/lexical/ui/icons/H4/index.js +0 -18
  2176. package/dist/field/lexical/ui/icons/H4/index.js.map +0 -1
  2177. package/dist/field/lexical/ui/icons/H5/index.d.ts.map +0 -1
  2178. package/dist/field/lexical/ui/icons/H5/index.js +0 -18
  2179. package/dist/field/lexical/ui/icons/H5/index.js.map +0 -1
  2180. package/dist/field/lexical/ui/icons/H6/index.d.ts.map +0 -1
  2181. package/dist/field/lexical/ui/icons/H6/index.js +0 -18
  2182. package/dist/field/lexical/ui/icons/H6/index.js.map +0 -1
  2183. package/dist/field/lexical/ui/icons/HorizontalRule/index.d.ts.map +0 -1
  2184. package/dist/field/lexical/ui/icons/HorizontalRule/index.js +0 -21
  2185. package/dist/field/lexical/ui/icons/HorizontalRule/index.js.map +0 -1
  2186. package/dist/field/lexical/ui/icons/IndentDecrease/index.d.ts.map +0 -1
  2187. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +0 -35
  2188. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +0 -1
  2189. package/dist/field/lexical/ui/icons/IndentIncrease/index.d.ts.map +0 -1
  2190. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +0 -35
  2191. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +0 -1
  2192. package/dist/field/lexical/ui/icons/Italic/index.d.ts.map +0 -1
  2193. package/dist/field/lexical/ui/icons/Italic/index.js +0 -18
  2194. package/dist/field/lexical/ui/icons/Italic/index.js.map +0 -1
  2195. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +0 -1
  2196. package/dist/field/lexical/ui/icons/Link/index.js +0 -19
  2197. package/dist/field/lexical/ui/icons/Link/index.js.map +0 -1
  2198. package/dist/field/lexical/ui/icons/OrderedList/index.d.ts.map +0 -1
  2199. package/dist/field/lexical/ui/icons/OrderedList/index.js +0 -39
  2200. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +0 -1
  2201. package/dist/field/lexical/ui/icons/Relationship/index.d.ts.map +0 -1
  2202. package/dist/field/lexical/ui/icons/Relationship/index.js +0 -36
  2203. package/dist/field/lexical/ui/icons/Relationship/index.js.map +0 -1
  2204. package/dist/field/lexical/ui/icons/Strikethrough/index.d.ts.map +0 -1
  2205. package/dist/field/lexical/ui/icons/Strikethrough/index.js +0 -24
  2206. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +0 -1
  2207. package/dist/field/lexical/ui/icons/Subscript/index.d.ts.map +0 -1
  2208. package/dist/field/lexical/ui/icons/Subscript/index.js +0 -18
  2209. package/dist/field/lexical/ui/icons/Subscript/index.js.map +0 -1
  2210. package/dist/field/lexical/ui/icons/Superscript/index.d.ts.map +0 -1
  2211. package/dist/field/lexical/ui/icons/Superscript/index.js +0 -18
  2212. package/dist/field/lexical/ui/icons/Superscript/index.js.map +0 -1
  2213. package/dist/field/lexical/ui/icons/Text/index.d.ts.map +0 -1
  2214. package/dist/field/lexical/ui/icons/Text/index.js +0 -18
  2215. package/dist/field/lexical/ui/icons/Text/index.js.map +0 -1
  2216. package/dist/field/lexical/ui/icons/Underline/index.d.ts.map +0 -1
  2217. package/dist/field/lexical/ui/icons/Underline/index.js +0 -24
  2218. package/dist/field/lexical/ui/icons/Underline/index.js.map +0 -1
  2219. package/dist/field/lexical/ui/icons/UnorderedList/index.d.ts.map +0 -1
  2220. package/dist/field/lexical/ui/icons/UnorderedList/index.js +0 -55
  2221. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +0 -1
  2222. package/dist/field/lexical/ui/icons/Upload/index.d.ts.map +0 -1
  2223. package/dist/field/lexical/ui/icons/Upload/index.js +0 -34
  2224. package/dist/field/lexical/ui/icons/Upload/index.js.map +0 -1
  2225. package/dist/field/lexical/utils/canUseDOM.d.ts.map +0 -1
  2226. package/dist/field/lexical/utils/canUseDOM.js +0 -3
  2227. package/dist/field/lexical/utils/canUseDOM.js.map +0 -1
  2228. package/dist/field/lexical/utils/cloneDeep.d.ts +0 -2
  2229. package/dist/field/lexical/utils/cloneDeep.d.ts.map +0 -1
  2230. package/dist/field/lexical/utils/cloneDeep.js +0 -50
  2231. package/dist/field/lexical/utils/cloneDeep.js.map +0 -1
  2232. package/dist/field/lexical/utils/environment.d.ts.map +0 -1
  2233. package/dist/field/lexical/utils/environment.js +0 -14
  2234. package/dist/field/lexical/utils/environment.js.map +0 -1
  2235. package/dist/field/lexical/utils/getDOMRangeRect.d.ts.map +0 -1
  2236. package/dist/field/lexical/utils/getDOMRangeRect.js +0 -16
  2237. package/dist/field/lexical/utils/getDOMRangeRect.js.map +0 -1
  2238. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +0 -1
  2239. package/dist/field/lexical/utils/getSelectedNode.js +0 -17
  2240. package/dist/field/lexical/utils/getSelectedNode.js.map +0 -1
  2241. package/dist/field/lexical/utils/guard.d.ts.map +0 -1
  2242. package/dist/field/lexical/utils/guard.js +0 -5
  2243. package/dist/field/lexical/utils/guard.js.map +0 -1
  2244. package/dist/field/lexical/utils/invariant.d.ts +0 -2
  2245. package/dist/field/lexical/utils/invariant.d.ts.map +0 -1
  2246. package/dist/field/lexical/utils/invariant.js +0 -12
  2247. package/dist/field/lexical/utils/invariant.js.map +0 -1
  2248. package/dist/field/lexical/utils/joinClasses.d.ts.map +0 -1
  2249. package/dist/field/lexical/utils/joinClasses.js +0 -5
  2250. package/dist/field/lexical/utils/joinClasses.js.map +0 -1
  2251. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts +0 -4
  2252. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts.map +0 -1
  2253. package/dist/field/lexical/utils/markdown/createBlockNode.js +0 -12
  2254. package/dist/field/lexical/utils/markdown/createBlockNode.js.map +0 -1
  2255. package/dist/field/lexical/utils/nodeFormat.d.ts +0 -42
  2256. package/dist/field/lexical/utils/nodeFormat.d.ts.map +0 -1
  2257. package/dist/field/lexical/utils/nodeFormat.js +0 -88
  2258. package/dist/field/lexical/utils/nodeFormat.js.map +0 -1
  2259. package/dist/field/lexical/utils/point.d.ts.map +0 -1
  2260. package/dist/field/lexical/utils/point.js +0 -37
  2261. package/dist/field/lexical/utils/point.js.map +0 -1
  2262. package/dist/field/lexical/utils/rect.d.ts +0 -47
  2263. package/dist/field/lexical/utils/rect.d.ts.map +0 -1
  2264. package/dist/field/lexical/utils/rect.js +0 -138
  2265. package/dist/field/lexical/utils/rect.js.map +0 -1
  2266. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +0 -12
  2267. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +0 -1
  2268. package/dist/field/lexical/utils/setFloatingElemPosition.js +0 -56
  2269. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +0 -1
  2270. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +0 -1
  2271. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js +0 -27
  2272. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +0 -1
  2273. package/dist/field/lexical/utils/swipe.d.ts.map +0 -1
  2274. package/dist/field/lexical/utils/swipe.js +0 -100
  2275. package/dist/field/lexical/utils/swipe.js.map +0 -1
  2276. package/dist/field/lexical/utils/url.d.ts +0 -3
  2277. package/dist/field/lexical/utils/url.d.ts.map +0 -1
  2278. package/dist/field/lexical/utils/url.js +0 -36
  2279. package/dist/field/lexical/utils/url.js.map +0 -1
  2280. package/dist/forEachNodeRecursively.d.ts.map +0 -1
  2281. package/dist/forEachNodeRecursively.js +0 -24
  2282. package/dist/forEachNodeRecursively.js.map +0 -1
  2283. package/dist/generateComponentMap.d.ts +0 -6
  2284. package/dist/generateComponentMap.d.ts.map +0 -1
  2285. package/dist/generateComponentMap.js +0 -77
  2286. package/dist/generateComponentMap.js.map +0 -1
  2287. package/dist/generateSchemaMap.d.ts +0 -6
  2288. package/dist/generateSchemaMap.d.ts.map +0 -1
  2289. package/dist/generateSchemaMap.js +0 -22
  2290. package/dist/generateSchemaMap.js.map +0 -1
  2291. package/dist/populate/defaultValue.d.ts.map +0 -1
  2292. package/dist/populate/defaultValue.js +0 -32
  2293. package/dist/populate/defaultValue.js.map +0 -1
  2294. package/dist/populate/populate.d.ts +0 -22
  2295. package/dist/populate/populate.d.ts.map +0 -1
  2296. package/dist/populate/populate.js +0 -23
  2297. package/dist/populate/populate.js.map +0 -1
  2298. package/dist/populate/populateLexicalPopulationPromises.d.ts +0 -12
  2299. package/dist/populate/populateLexicalPopulationPromises.d.ts.map +0 -1
  2300. package/dist/populate/populateLexicalPopulationPromises.js +0 -36
  2301. package/dist/populate/populateLexicalPopulationPromises.js.map +0 -1
  2302. package/dist/populate/recurseNestedFields.d.ts +0 -29
  2303. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  2304. package/dist/populate/recurseNestedFields.js +0 -25
  2305. package/dist/populate/recurseNestedFields.js.map +0 -1
  2306. package/dist/scss/app.scss +0 -208
  2307. package/dist/scss/colors.scss +0 -269
  2308. package/dist/scss/queries.scss +0 -27
  2309. package/dist/scss/resets.scss +0 -17
  2310. package/dist/scss/styles.scss +0 -11
  2311. package/dist/scss/svg.scss +0 -10
  2312. package/dist/scss/toastify.scss +0 -58
  2313. package/dist/scss/type.scss +0 -117
  2314. package/dist/scss/vars.scss +0 -213
  2315. package/dist/scss/z-index.scss +0 -9
  2316. package/dist/useLexicalFeature.d.ts +0 -3
  2317. package/dist/useLexicalFeature.d.ts.map +0 -1
  2318. package/dist/useLexicalFeature.js +0 -14
  2319. package/dist/useLexicalFeature.js.map +0 -1
  2320. /package/dist/{field/features/align → features/align/server}/i18n.d.ts +0 -0
  2321. /package/dist/{field/features → features}/blockquote/markdownTransformer.d.ts +0 -0
  2322. /package/dist/{field/features/blockquote → features/blockquote/server}/i18n.d.ts +0 -0
  2323. /package/dist/{field/features/blocks → features/blocks/server}/i18n.d.ts +0 -0
  2324. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.d.ts +0 -0
  2325. /package/dist/{field/features → features}/converters/html/converter/converters/paragraph.d.ts +0 -0
  2326. /package/dist/{field/features → features}/converters/html/converter/converters/text.d.ts +0 -0
  2327. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.d.ts +0 -0
  2328. /package/dist/{field/features → features}/format/bold/markdownTransformers.d.ts +0 -0
  2329. /package/dist/{field/features → features}/format/inlineCode/markdownTransformers.d.ts +0 -0
  2330. /package/dist/{field/features → features}/format/italic/markdownTransformers.d.ts +0 -0
  2331. /package/dist/{field/features → features}/format/shared/toolbarFormatGroup.d.ts +0 -0
  2332. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.d.ts +0 -0
  2333. /package/dist/{field/features → features}/heading/markdownTransformer.d.ts +0 -0
  2334. /package/dist/{field/features/heading → features/heading/server}/i18n.d.ts +0 -0
  2335. /package/dist/{field/features/horizontalRule → features/horizontalRule/client}/markdownTransformer.d.ts +0 -0
  2336. /package/dist/{field/features/horizontalRule → features/horizontalRule/server}/i18n.d.ts +0 -0
  2337. /package/dist/{field/features/indent → features/indent/server}/i18n.d.ts +0 -0
  2338. /package/dist/{field/features/link → features/link/client}/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  2339. /package/dist/{field/features/link → features/link/client}/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  2340. /package/dist/{field/features → features}/link/markdownTransformer.d.ts +0 -0
  2341. /package/dist/{field/features → features}/link/nodes/AutoLinkNode.d.ts +0 -0
  2342. /package/dist/{field/features/link → features/link/server}/i18n.d.ts +0 -0
  2343. /package/dist/{field/features → features}/lists/checklist/markdownTransformers.d.ts +0 -0
  2344. /package/dist/{field/features/lists/checklist → features/lists/checklist/server}/i18n.d.ts +0 -0
  2345. /package/dist/{field/features → features}/lists/orderedList/markdownTransformer.d.ts +0 -0
  2346. /package/dist/{field/features/lists/orderedList → features/lists/orderedList/server}/i18n.d.ts +0 -0
  2347. /package/dist/{field/features → features}/lists/shared/slashMenuListGroup.d.ts +0 -0
  2348. /package/dist/{field/features → features}/lists/unorderedList/markdownTransformer.d.ts +0 -0
  2349. /package/dist/{field/features/lists/unorderedList → features/lists/unorderedList/server}/i18n.d.ts +0 -0
  2350. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2351. /package/dist/{field/features → features}/migrations/slateToLexical/converter/index.d.ts +0 -0
  2352. /package/dist/{field/features → features}/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2353. /package/dist/{field/features/paragraph → features/paragraph/server}/i18n.d.ts +0 -0
  2354. /package/dist/{field/features/relationship → features/relationship/client}/drawer/commands.d.ts +0 -0
  2355. /package/dist/{field/features/relationship → features/relationship/client}/drawer/index.d.ts +0 -0
  2356. /package/dist/{field/features/relationship → features/relationship/client}/utils/EnabledRelationshipsCondition.d.ts +0 -0
  2357. /package/dist/{field/features/relationship → features/relationship/server}/i18n.d.ts +0 -0
  2358. /package/dist/{field/features → features}/shared/slashMenu/basicGroup.d.ts +0 -0
  2359. /package/dist/{field/features → features}/shared/toolbar/addDropdownGroup.d.ts +0 -0
  2360. /package/dist/{field/features → features}/shared/toolbar/featureButtonsGroup.d.ts +0 -0
  2361. /package/dist/{field/features → features}/shared/toolbar/textDropdownGroup.d.ts +0 -0
  2362. /package/dist/{field/features/upload → features/upload/client}/drawer/commands.d.ts +0 -0
  2363. /package/dist/{field/features/upload → features/upload/client}/drawer/index.d.ts +0 -0
  2364. /package/dist/{field/features/upload → features/upload/server}/i18n.d.ts +0 -0
  2365. /package/dist/{field/lexical → lexical}/config/client/default.d.ts +0 -0
  2366. /package/dist/{field/lexical → lexical}/plugins/MarkdownShortcut/index.d.ts +0 -0
  2367. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/index.d.ts +0 -0
  2368. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.d.ts +0 -0
  2369. /package/dist/{field/lexical → lexical}/plugins/handles/AddBlockHandlePlugin/index.d.ts +0 -0
  2370. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts +0 -0
  2371. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +0 -0
  2372. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/index.d.ts +0 -0
  2373. /package/dist/{field/lexical → lexical}/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +0 -0
  2374. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.d.ts +0 -0
  2375. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.d.ts +0 -0
  2376. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getNodeCloseToPoint.d.ts +0 -0
  2377. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getTopLevelNodeKeys.d.ts +0 -0
  2378. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.d.ts +0 -0
  2379. /package/dist/{field/lexical → lexical}/plugins/handles/utils/setHandlePosition.d.ts +0 -0
  2380. /package/dist/{field/lexical → lexical}/ui/ContentEditable.d.ts +0 -0
  2381. /package/dist/{field/lexical → lexical}/ui/icons/AI/index.d.ts +0 -0
  2382. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.d.ts +0 -0
  2383. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.svg +0 -0
  2384. /package/dist/{field/lexical → lexical}/ui/icons/Add/light.svg +0 -0
  2385. /package/dist/{field/lexical → lexical}/ui/icons/AlignCenter/index.d.ts +0 -0
  2386. /package/dist/{field/lexical → lexical}/ui/icons/AlignJustify/index.d.ts +0 -0
  2387. /package/dist/{field/lexical → lexical}/ui/icons/AlignLeft/index.d.ts +0 -0
  2388. /package/dist/{field/lexical → lexical}/ui/icons/AlignRight/index.d.ts +0 -0
  2389. /package/dist/{field/lexical → lexical}/ui/icons/Block/index.d.ts +0 -0
  2390. /package/dist/{field/lexical → lexical}/ui/icons/Blockquote/index.d.ts +0 -0
  2391. /package/dist/{field/lexical → lexical}/ui/icons/Bold/index.d.ts +0 -0
  2392. /package/dist/{field/lexical → lexical}/ui/icons/Checklist/index.d.ts +0 -0
  2393. /package/dist/{field/lexical → lexical}/ui/icons/Code/index.d.ts +0 -0
  2394. /package/dist/{field/lexical → lexical}/ui/icons/CodeBlock/index.d.ts +0 -0
  2395. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/index.svg +0 -0
  2396. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/light.svg +0 -0
  2397. /package/dist/{field/lexical → lexical}/ui/icons/Edit/index.svg +0 -0
  2398. /package/dist/{field/lexical → lexical}/ui/icons/H1/index.d.ts +0 -0
  2399. /package/dist/{field/lexical → lexical}/ui/icons/H2/index.d.ts +0 -0
  2400. /package/dist/{field/lexical → lexical}/ui/icons/H3/index.d.ts +0 -0
  2401. /package/dist/{field/lexical → lexical}/ui/icons/H4/index.d.ts +0 -0
  2402. /package/dist/{field/lexical → lexical}/ui/icons/H5/index.d.ts +0 -0
  2403. /package/dist/{field/lexical → lexical}/ui/icons/H6/index.d.ts +0 -0
  2404. /package/dist/{field/lexical → lexical}/ui/icons/HorizontalRule/index.d.ts +0 -0
  2405. /package/dist/{field/lexical → lexical}/ui/icons/IndentDecrease/index.d.ts +0 -0
  2406. /package/dist/{field/lexical → lexical}/ui/icons/IndentIncrease/index.d.ts +0 -0
  2407. /package/dist/{field/lexical → lexical}/ui/icons/Italic/index.d.ts +0 -0
  2408. /package/dist/{field/lexical → lexical}/ui/icons/Link/index.d.ts +0 -0
  2409. /package/dist/{field/lexical → lexical}/ui/icons/OrderedList/index.d.ts +0 -0
  2410. /package/dist/{field/lexical → lexical}/ui/icons/Relationship/index.d.ts +0 -0
  2411. /package/dist/{field/lexical → lexical}/ui/icons/Remove/index.svg +0 -0
  2412. /package/dist/{field/lexical → lexical}/ui/icons/Strikethrough/index.d.ts +0 -0
  2413. /package/dist/{field/lexical → lexical}/ui/icons/Subscript/index.d.ts +0 -0
  2414. /package/dist/{field/lexical → lexical}/ui/icons/Superscript/index.d.ts +0 -0
  2415. /package/dist/{field/lexical → lexical}/ui/icons/Text/index.d.ts +0 -0
  2416. /package/dist/{field/lexical → lexical}/ui/icons/Underline/index.d.ts +0 -0
  2417. /package/dist/{field/lexical → lexical}/ui/icons/UnorderedList/index.d.ts +0 -0
  2418. /package/dist/{field/lexical → lexical}/ui/icons/Upload/index.d.ts +0 -0
  2419. /package/dist/{field/lexical → lexical}/utils/canUseDOM.d.ts +0 -0
  2420. /package/dist/{field/lexical → lexical}/utils/environment.d.ts +0 -0
  2421. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.d.ts +0 -0
  2422. /package/dist/{field/lexical → lexical}/utils/getSelectedNode.d.ts +0 -0
  2423. /package/dist/{field/lexical → lexical}/utils/guard.d.ts +0 -0
  2424. /package/dist/{field/lexical → lexical}/utils/joinClasses.d.ts +0 -0
  2425. /package/dist/{field/lexical → lexical}/utils/point.d.ts +0 -0
  2426. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -0
  2427. /package/dist/{field/lexical → lexical}/utils/swipe.d.ts +0 -0
  2428. /package/dist/{populate → populateGraphQL}/defaultValue.d.ts +0 -0
  2429. /package/dist/{forEachNodeRecursively.d.ts → utilities/forEachNodeRecursively.d.ts} +0 -0
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @payloadcms/richtext-lexical
14
14
  ## Usage
15
15
 
16
16
  ```ts
17
- import { buildConfig } from 'payload/config'
17
+ import { buildConfig } from 'payload'
18
18
  import { lexicalEditor } from '@payloadcms/richtext-lexical'
19
19
 
20
20
  export default buildConfig({
@@ -1,9 +1,9 @@
1
1
  import type { EditorConfig as LexicalEditorConfig } from 'lexical';
2
- import type { CellComponentProps } from 'payload/types';
2
+ import type { CellComponentProps, RichTextFieldClient } from 'payload';
3
3
  import React from 'react';
4
4
  import type { LexicalFieldAdminProps } from '../types.js';
5
- export declare const RichTextCell: React.FC<CellComponentProps & {
6
- admin?: LexicalFieldAdminProps;
7
- lexicalEditorConfig: LexicalEditorConfig;
8
- }>;
5
+ export declare const RichTextCell: React.FC<{
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,eAAe,CAAA;AAMvD,OAAO,KAA8B,MAAM,OAAO,CAAA;AAIlD,OAAO,KAAK,EAAqC,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAO5F,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CACjC,kBAAkB,GAAG;IACnB,KAAK,CAAC,EAAE,sBAAsB,CAAA;IAC9B,mBAAmB,EAAE,mBAAmB,CAAA;CACzC,CAwKF,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,CAyH5C,CAAA"}
@@ -1,146 +1,122 @@
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 { useTableCell } from '@payloadcms/ui/elements/Table';
5
- import { useClientFunctions } from '@payloadcms/ui/providers/ClientFunction';
5
+ import { useConfig, useTableCell } from '@payloadcms/ui';
6
+ import { formatAdminURL } from '@payloadcms/ui/shared';
6
7
  import { $getRoot } from 'lexical';
7
- import React, { useEffect, useState } from 'react';
8
- import { defaultEditorLexicalConfig } from '../field/lexical/config/client/default.js';
9
- import { loadClientFeatures } from '../field/lexical/config/client/loader.js';
10
- import { sanitizeClientEditorConfig } from '../field/lexical/config/client/sanitize.js';
11
- import { getEnabledNodes } from '../field/lexical/nodes/index.js';
12
- export const RichTextCell = (props)=>{
13
- const { admin, lexicalEditorConfig, richTextComponentMap } = props;
14
- const [preview, setPreview] = React.useState('Loading...');
15
- const { cellData, cellProps: { schemaPath } } = useTableCell();
16
- const clientFunctions = useClientFunctions();
17
- const [hasLoadedFeatures, setHasLoadedFeatures] = useState(false);
18
- const [featureProviders, setFeatureProviders] = useState([]);
19
- const [finalSanitizedEditorConfig, setFinalSanitizedEditorConfig] = useState(null);
20
- const featureProviderComponents = richTextComponentMap.get('features').sort((a, b)=>a.order - b.order) // order by order
21
- ;
22
- let featureProvidersAndComponentsToLoad = 0 // feature providers and components
23
- ;
24
- for (const featureProvider of featureProviderComponents){
25
- const featureComponentKeys = Array.from(richTextComponentMap.keys()).filter((key)=>key.startsWith(`feature.${featureProvider.key}.components.`));
26
- featureProvidersAndComponentsToLoad += 1;
27
- featureProvidersAndComponentsToLoad += featureComponentKeys.length;
8
+ import LinkImport from 'next/link.js';
9
+ import React, { useEffect, useMemo } from 'react';
10
+ import { defaultEditorLexicalConfig } from '../lexical/config/client/default.js';
11
+ import { loadClientFeatures } from '../lexical/config/client/loader.js';
12
+ import { sanitizeClientEditorConfig } from '../lexical/config/client/sanitize.js';
13
+ import { getEnabledNodes } from '../lexical/nodes/index.js';
14
+ const Link = LinkImport.default || LinkImport;
15
+ export const RichTextCell = props => {
16
+ const {
17
+ admin,
18
+ field: {
19
+ richTextComponentMap
20
+ },
21
+ field,
22
+ lexicalEditorConfig
23
+ } = props;
24
+ const [preview, setPreview] = React.useState('Loading...');
25
+ const {
26
+ cellData,
27
+ cellProps,
28
+ columnIndex,
29
+ customCellContext,
30
+ rowData
31
+ } = useTableCell();
32
+ const {
33
+ config: {
34
+ routes: {
35
+ admin: adminRoute
36
+ }
28
37
  }
29
- useEffect(()=>{
30
- if (!hasLoadedFeatures) {
31
- const featureProvidersLocal = [];
32
- let featureProvidersAndComponentsLoaded = 0 // feature providers and components only
33
- ;
34
- Object.entries(clientFunctions).forEach(([key, plugin])=>{
35
- if (key.startsWith(`lexicalFeature.${schemaPath}.`)) {
36
- if (!key.includes('.components.')) {
37
- featureProvidersLocal.push(plugin);
38
- }
39
- featureProvidersAndComponentsLoaded++;
40
- }
41
- });
42
- if (featureProvidersAndComponentsLoaded === featureProvidersAndComponentsToLoad) {
43
- setFeatureProviders(featureProvidersLocal);
44
- setHasLoadedFeatures(true);
45
- /**
46
- * Loaded feature provided => create the final sanitized editor config
47
- */ const resolvedClientFeatures = loadClientFeatures({
48
- clientFunctions,
49
- schemaPath,
50
- unSanitizedEditorConfig: {
51
- features: featureProvidersLocal,
52
- lexical: lexicalEditorConfig
53
- }
54
- });
55
- setFinalSanitizedEditorConfig(sanitizeClientEditorConfig(lexicalEditorConfig ? lexicalEditorConfig : defaultEditorLexicalConfig, resolvedClientFeatures, admin));
56
- }
57
- }
58
- }, [
59
- admin,
60
- featureProviderComponents,
61
- hasLoadedFeatures,
62
- clientFunctions,
63
- schemaPath,
64
- featureProviderComponents.length,
65
- featureProviders,
66
- finalSanitizedEditorConfig,
67
- lexicalEditorConfig,
68
- richTextComponentMap,
69
- featureProvidersAndComponentsToLoad
70
- ]);
71
- useEffect(()=>{
72
- if (!hasLoadedFeatures) {
73
- return;
74
- }
75
- let dataToUse = cellData;
76
- if (dataToUse == null || !hasLoadedFeatures || !finalSanitizedEditorConfig) {
77
- setPreview('');
78
- return;
79
- }
80
- // Transform data through load hooks
81
- if (finalSanitizedEditorConfig?.features?.hooks?.load?.length) {
82
- finalSanitizedEditorConfig.features.hooks.load.forEach((hook)=>{
83
- dataToUse = hook({
84
- incomingEditorState: dataToUse
85
- });
86
- });
87
- }
88
- if (!dataToUse || typeof dataToUse !== 'object') {
89
- setPreview('');
90
- return;
91
- }
92
- // If data is from Slate and not Lexical
93
- if (Array.isArray(dataToUse) && !('root' in dataToUse)) {
94
- setPreview('');
95
- return;
96
- }
97
- // If data is from payload-plugin-lexical
98
- if ('jsonContent' in dataToUse) {
99
- setPreview('');
100
- return;
101
- }
102
- // initialize headless editor
103
- const headlessEditor = createHeadlessEditor({
104
- namespace: finalSanitizedEditorConfig.lexical.namespace,
105
- nodes: getEnabledNodes({
106
- editorConfig: finalSanitizedEditorConfig
107
- }),
108
- theme: finalSanitizedEditorConfig.lexical.theme
109
- });
110
- headlessEditor.setEditorState(headlessEditor.parseEditorState(dataToUse));
111
- const textContent = headlessEditor.getEditorState().read(()=>{
112
- return $getRoot().getTextContent();
113
- }) || '';
114
- // Limiting the number of characters shown is done in a CSS rule
115
- setPreview(textContent);
116
- }, [
117
- cellData,
118
- lexicalEditorConfig,
119
- hasLoadedFeatures,
120
- finalSanitizedEditorConfig
121
- ]);
122
- if (!hasLoadedFeatures) {
123
- return /*#__PURE__*/ _jsx(React.Fragment, {
124
- children: Array.isArray(featureProviderComponents) && featureProviderComponents.map((featureProvider)=>{
125
- // get all components starting with key feature.${FeatureProvider.key}.components.{featureComponentKey}
126
- const featureComponentKeys = Array.from(richTextComponentMap.keys()).filter((key)=>key.startsWith(`feature.${featureProvider.key}.components.`));
127
- const featureComponents = featureComponentKeys.map((key)=>{
128
- return richTextComponentMap.get(key);
129
- });
130
- return /*#__PURE__*/ _jsxs(React.Fragment, {
131
- children: [
132
- featureComponents?.length ? featureComponents.map((FeatureComponent)=>{
133
- return FeatureComponent;
134
- }) : null,
135
- featureProvider.ClientComponent
136
- ]
137
- }, featureProvider.key);
138
- })
38
+ } = useConfig();
39
+ const {
40
+ link
41
+ } = cellProps || {};
42
+ let WrapElement = 'span';
43
+ const wrapElementProps = {};
44
+ const isLink = link !== undefined ? link : columnIndex === 0;
45
+ if (isLink) {
46
+ WrapElement = Link;
47
+ wrapElementProps.href = customCellContext?.collectionSlug ? formatAdminURL({
48
+ adminRoute,
49
+ path: `/collections/${customCellContext?.collectionSlug}/${rowData.id}`
50
+ }) : '';
51
+ }
52
+ const finalSanitizedEditorConfig = useMemo(() => {
53
+ const clientFeatures = richTextComponentMap?.get('features');
54
+ const featureProvidersLocal = [];
55
+ for (const clientFeature of clientFeatures) {
56
+ featureProvidersLocal.push(clientFeature.clientFeature(clientFeature.clientFeatureProps));
57
+ }
58
+ const finalLexicalEditorConfig = lexicalEditorConfig ? lexicalEditorConfig : defaultEditorLexicalConfig;
59
+ const resolvedClientFeatures = loadClientFeatures({
60
+ field,
61
+ unSanitizedEditorConfig: {
62
+ features: featureProvidersLocal,
63
+ lexical: finalLexicalEditorConfig
64
+ }
65
+ });
66
+ return sanitizeClientEditorConfig(resolvedClientFeatures, finalLexicalEditorConfig);
67
+ }, [richTextComponentMap, lexicalEditorConfig, field]);
68
+ finalSanitizedEditorConfig.admin = admin;
69
+ useEffect(() => {
70
+ let dataToUse = cellData;
71
+ if (dataToUse == null || !finalSanitizedEditorConfig) {
72
+ setPreview('');
73
+ return;
74
+ }
75
+ // Transform data through load hooks
76
+ if (finalSanitizedEditorConfig?.features?.hooks?.load?.length) {
77
+ finalSanitizedEditorConfig.features.hooks.load.forEach(hook => {
78
+ dataToUse = hook({
79
+ incomingEditorState: dataToUse
139
80
  });
81
+ });
140
82
  }
141
- return /*#__PURE__*/ _jsx("span", {
142
- children: preview
83
+ if (!dataToUse || typeof dataToUse !== 'object') {
84
+ setPreview('');
85
+ return;
86
+ }
87
+ // If data is from Slate and not Lexical
88
+ if (Array.isArray(dataToUse) && !('root' in dataToUse)) {
89
+ setPreview('');
90
+ return;
91
+ }
92
+ // If data is from payload-plugin-lexical
93
+ if ('jsonContent' in dataToUse) {
94
+ setPreview('');
95
+ return;
96
+ }
97
+ // initialize headless editor
98
+ const headlessEditor = createHeadlessEditor({
99
+ namespace: finalSanitizedEditorConfig.lexical.namespace,
100
+ nodes: getEnabledNodes({
101
+ editorConfig: finalSanitizedEditorConfig
102
+ }),
103
+ theme: finalSanitizedEditorConfig.lexical.theme
143
104
  });
105
+ headlessEditor.setEditorState(headlessEditor.parseEditorState(dataToUse));
106
+ const textContent = headlessEditor.getEditorState().read(() => {
107
+ return $getRoot().getTextContent();
108
+ }) || '';
109
+ // Limiting the number of characters shown is done in a CSS rule
110
+ setPreview(textContent);
111
+ }, [cellData, finalSanitizedEditorConfig]);
112
+ if (isLink) {
113
+ return /*#__PURE__*/_jsx(WrapElement, {
114
+ ...wrapElementProps,
115
+ children: preview
116
+ });
117
+ }
118
+ return /*#__PURE__*/_jsx("span", {
119
+ children: preview
120
+ });
144
121
  };
145
-
146
122
  //# 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/types'\n\nimport { createHeadlessEditor } from '@lexical/headless'\nimport { useTableCell } from '@payloadcms/ui/elements/Table'\nimport { useClientFunctions } from '@payloadcms/ui/providers/ClientFunction'\nimport { $getRoot } from 'lexical'\nimport React, { useEffect, useState } from 'react'\n\nimport type { FeatureProviderClient } from '../field/features/types.js'\nimport type { SanitizedClientEditorConfig } from '../field/lexical/config/types.js'\nimport type { GeneratedFeatureProviderComponent, LexicalFieldAdminProps } from '../types.js'\n\nimport { defaultEditorLexicalConfig } from '../field/lexical/config/client/default.js'\nimport { loadClientFeatures } from '../field/lexical/config/client/loader.js'\nimport { sanitizeClientEditorConfig } from '../field/lexical/config/client/sanitize.js'\nimport { getEnabledNodes } from '../field/lexical/nodes/index.js'\n\nexport const RichTextCell: React.FC<\n CellComponentProps & {\n admin?: LexicalFieldAdminProps\n lexicalEditorConfig: LexicalEditorConfig\n }\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<FeatureProviderClient<unknown>[]>([])\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>[] = []\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('.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(`feature.${featureProvider.key}.components.`),\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.ClientComponent}\n </React.Fragment>\n )\n })}\n </React.Fragment>\n )\n }\n\n return <span>{preview}</span>\n}\n"],"names":["createHeadlessEditor","useTableCell","useClientFunctions","$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","ClientComponent","span"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA;;AAIA,SAASA,oBAAoB,QAAQ,oBAAmB;AACxD,SAASC,YAAY,QAAQ,gCAA+B;AAC5D,SAASC,kBAAkB,QAAQ,0CAAyC;AAC5E,SAASC,QAAQ,QAAQ,UAAS;AAClC,OAAOC,SAASC,SAAS,EAAEC,QAAQ,QAAQ,QAAO;AAMlD,SAASC,0BAA0B,QAAQ,4CAA2C;AACtF,SAASC,kBAAkB,QAAQ,2CAA0C;AAC7E,SAASC,0BAA0B,QAAQ,6CAA4C;AACvF,SAASC,eAAe,QAAQ,kCAAiC;AAEjE,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,GAAGnB;IAEJ,MAAMoB,kBAAkBnB;IACxB,MAAM,CAACoB,mBAAmBC,qBAAqB,GAAGjB,SAAS;IAE3D,MAAM,CAACkB,kBAAkBC,oBAAoB,GAAGnB,SAA2C,EAAE;IAE7F,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,wBAA0D,EAAE;YAClE,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,iBAAiB;wBACjCN,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,CAAC,CAAC,QAAQ,EAAEP,gBAAgBM,GAAG,CAAC,YAAY,CAAC;gBAG7D,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,eAAe;;mBANb1C,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 field,\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 field,\n unSanitizedEditorConfig: {\n features: featureProvidersLocal,\n lexical: finalLexicalEditorConfig,\n },\n })\n\n return sanitizeClientEditorConfig(resolvedClientFeatures, finalLexicalEditorConfig)\n }, [richTextComponentMap, lexicalEditorConfig, field])\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/BD,KAAK;IACLE;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;MAChDQ,KAAA;MACAgC,uBAAA,EAAyB;QACvBC,QAAA,EAAUP,qBAAA;QACVQ,OAAA,EAASJ;MACX;IACF;IAEA,OAAOrC,0BAAA,CAA2BsC,sBAAA,EAAwBD,wBAAA;EAC5D,GAAG,CAAC7B,oBAAA,EAAsBC,mBAAA,EAAqBF,KAAA,CAAM;EAErDuB,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-Z4ALAOER.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-RGG5WBPD.js.map