@payloadcms/richtext-lexical 3.0.0-canary.fb81f02 → 3.0.0

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 (1965) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cell/rscEntry.d.ts +12 -0
  3. package/dist/cell/rscEntry.d.ts.map +1 -0
  4. package/dist/cell/rscEntry.js +82 -0
  5. package/dist/cell/rscEntry.js.map +1 -0
  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-KKSJXHR7.js +2 -0
  11. package/dist/exports/client/Field-KKSJXHR7.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -1
  15. package/dist/exports/client/chunk-2CYU43GM.js +2 -0
  16. package/dist/exports/client/chunk-2CYU43GM.js.map +7 -0
  17. package/dist/exports/client/chunk-5PBXL4HT.js +2 -0
  18. package/dist/exports/client/chunk-5PBXL4HT.js.map +7 -0
  19. package/dist/exports/client/chunk-C7S3V4EB.js +2 -0
  20. package/dist/exports/client/chunk-C7S3V4EB.js.map +7 -0
  21. package/dist/exports/client/chunk-CUIBIFW2.js +2 -0
  22. package/dist/exports/client/chunk-CUIBIFW2.js.map +7 -0
  23. package/dist/exports/client/chunk-MI5HS4QX.js +2 -0
  24. package/dist/exports/client/chunk-MI5HS4QX.js.map +7 -0
  25. package/dist/exports/client/chunk-QPPOQTHD.js +2 -0
  26. package/dist/exports/client/chunk-QPPOQTHD.js.map +7 -0
  27. package/dist/exports/client/chunk-U7O7EYCP.js +2 -0
  28. package/dist/exports/client/chunk-U7O7EYCP.js.map +7 -0
  29. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  30. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  31. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  32. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  33. package/dist/exports/client/component-H3EYQ5KG.js +2 -0
  34. package/dist/exports/client/component-H3EYQ5KG.js.map +7 -0
  35. package/dist/exports/client/componentInline-ZGO3K4TA.js +2 -0
  36. package/dist/exports/client/componentInline-ZGO3K4TA.js.map +7 -0
  37. package/dist/exports/client/index.d.ts +31 -26
  38. package/dist/exports/client/index.d.ts.map +1 -1
  39. package/dist/exports/client/index.js +11 -9
  40. package/dist/exports/client/index.js.map +4 -4
  41. package/dist/exports/server/ast/mdx.d.ts +7 -0
  42. package/dist/exports/server/ast/mdx.d.ts.map +1 -0
  43. package/dist/exports/server/ast/mdx.js +37 -0
  44. package/dist/exports/server/ast/mdx.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/server/rsc.d.ts +3 -0
  50. package/dist/exports/server/rsc.d.ts.map +1 -0
  51. package/dist/exports/server/rsc.js +3 -0
  52. package/dist/exports/server/rsc.js.map +1 -0
  53. package/dist/exports/shared.d.ts +4 -0
  54. package/dist/exports/shared.d.ts.map +1 -0
  55. package/dist/exports/shared.js +4 -0
  56. package/dist/exports/shared.js.map +1 -0
  57. package/dist/features/align/client/index.d.ts +2 -0
  58. package/dist/features/align/client/index.d.ts.map +1 -0
  59. package/dist/features/align/client/index.js +163 -0
  60. package/dist/features/align/client/index.js.map +1 -0
  61. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  62. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  63. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  64. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  65. package/dist/features/align/server/i18n.d.ts.map +1 -0
  66. package/dist/features/align/server/i18n.js +195 -0
  67. package/dist/features/align/server/i18n.js.map +1 -0
  68. package/dist/features/align/server/index.d.ts +2 -0
  69. package/dist/features/align/server/index.d.ts.map +1 -0
  70. package/dist/features/align/server/index.js +10 -0
  71. package/dist/features/align/server/index.js.map +1 -0
  72. package/dist/features/blockquote/client/index.d.ts +2 -0
  73. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  74. package/dist/features/blockquote/client/index.js +72 -0
  75. package/dist/features/blockquote/client/index.js.map +1 -0
  76. package/dist/features/blockquote/markdownTransformer.js +28 -34
  77. package/dist/features/blockquote/markdownTransformer.js.map +1 -1
  78. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  79. package/dist/features/blockquote/server/i18n.js +99 -0
  80. package/dist/features/blockquote/server/i18n.js.map +1 -0
  81. package/dist/features/blockquote/server/index.d.ts +7 -0
  82. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  83. package/dist/features/blockquote/server/index.js +51 -0
  84. package/dist/features/blockquote/server/index.js.map +1 -0
  85. package/dist/features/blocks/client/component/BlockContent.d.ts +48 -0
  86. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  87. package/dist/features/blocks/client/component/BlockContent.js +88 -0
  88. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  89. package/dist/features/blocks/client/component/components/BlockCollapsible.d.ts +11 -0
  90. package/dist/features/blocks/client/component/components/BlockCollapsible.d.ts.map +1 -0
  91. package/dist/features/blocks/client/component/components/BlockCollapsible.js +37 -0
  92. package/dist/features/blocks/client/component/components/BlockCollapsible.js.map +1 -0
  93. package/dist/features/blocks/client/component/components/BlockEditButton.d.ts +3 -0
  94. package/dist/features/blocks/client/component/components/BlockEditButton.d.ts.map +1 -0
  95. package/dist/features/blocks/client/component/components/BlockEditButton.js +22 -0
  96. package/dist/features/blocks/client/component/components/BlockEditButton.js.map +1 -0
  97. package/dist/features/blocks/client/component/components/BlockRemoveButton.d.ts +3 -0
  98. package/dist/features/blocks/client/component/components/BlockRemoveButton.d.ts.map +1 -0
  99. package/dist/features/blocks/client/component/components/BlockRemoveButton.js +22 -0
  100. package/dist/features/blocks/client/component/components/BlockRemoveButton.js.map +1 -0
  101. package/dist/features/blocks/client/component/index.d.ts +11 -0
  102. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  103. package/dist/features/blocks/client/component/index.js +346 -0
  104. package/dist/features/blocks/client/component/index.js.map +1 -0
  105. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  106. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  107. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  108. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts +5 -0
  109. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts.map +1 -0
  110. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js +28 -0
  111. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js.map +1 -0
  112. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.d.ts +3 -0
  113. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.d.ts.map +1 -0
  114. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js +22 -0
  115. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js.map +1 -0
  116. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.d.ts +3 -0
  117. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.d.ts.map +1 -0
  118. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js +22 -0
  119. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js.map +1 -0
  120. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.d.ts +3 -0
  121. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.d.ts.map +1 -0
  122. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js +22 -0
  123. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js.map +1 -0
  124. package/dist/features/blocks/client/componentInline/index.d.ts +22 -0
  125. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  126. package/dist/features/blocks/client/componentInline/index.js +296 -0
  127. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  128. package/dist/features/blocks/client/index.d.ts +2 -0
  129. package/dist/features/blocks/client/index.d.ts.map +1 -0
  130. package/dist/features/blocks/client/index.js +152 -0
  131. package/dist/features/blocks/client/index.js.map +1 -0
  132. package/dist/features/blocks/client/markdownTransformer.d.ts +16 -0
  133. package/dist/features/blocks/client/markdownTransformer.d.ts.map +1 -0
  134. package/dist/features/blocks/client/markdownTransformer.js +144 -0
  135. package/dist/features/blocks/client/markdownTransformer.js.map +1 -0
  136. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  137. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  138. package/dist/features/blocks/client/nodes/BlocksNode.js +51 -0
  139. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  140. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  141. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  142. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  143. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  144. package/dist/features/blocks/client/plugin/commands.d.ts +5 -0
  145. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  146. package/dist/features/blocks/client/plugin/commands.js +6 -0
  147. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  148. package/dist/features/blocks/client/plugin/index.d.ts +5 -0
  149. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  150. package/dist/features/blocks/client/plugin/index.js +98 -0
  151. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  152. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  153. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  154. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  155. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  156. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  157. package/dist/features/blocks/server/i18n.js +291 -0
  158. package/dist/features/blocks/server/i18n.js.map +1 -0
  159. package/dist/features/blocks/server/index.d.ts +7 -0
  160. package/dist/features/blocks/server/index.d.ts.map +1 -0
  161. package/dist/features/blocks/server/index.js +197 -0
  162. package/dist/features/blocks/server/index.js.map +1 -0
  163. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts +22 -0
  164. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts.map +1 -0
  165. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js +136 -0
  166. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js.map +1 -0
  167. package/dist/features/blocks/server/markdownTransformer.d.ts +22 -0
  168. package/dist/features/blocks/server/markdownTransformer.d.ts.map +1 -0
  169. package/dist/features/blocks/server/markdownTransformer.js +400 -0
  170. package/dist/features/blocks/server/markdownTransformer.js.map +1 -0
  171. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  172. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  173. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  174. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  175. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  176. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  177. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  178. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  179. package/dist/features/blocks/server/validate.d.ts +6 -0
  180. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  181. package/dist/features/blocks/server/validate.js +51 -0
  182. package/dist/features/blocks/server/validate.js.map +1 -0
  183. package/dist/features/converters/html/converter/converters/linebreak.js +4 -7
  184. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -1
  185. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -1
  186. package/dist/features/converters/html/converter/converters/paragraph.js +28 -19
  187. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -1
  188. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -1
  189. package/dist/features/converters/html/converter/converters/text.js +29 -29
  190. package/dist/features/converters/html/converter/converters/text.js.map +1 -1
  191. package/dist/features/converters/html/converter/defaultConverters.js +1 -6
  192. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -1
  193. package/dist/features/converters/html/converter/index.d.ts +11 -7
  194. package/dist/features/converters/html/converter/index.d.ts.map +1 -1
  195. package/dist/features/converters/html/converter/index.js +82 -51
  196. package/dist/features/converters/html/converter/index.js.map +1 -1
  197. package/dist/features/converters/html/converter/types.d.ts +3 -1
  198. package/dist/features/converters/html/converter/types.d.ts.map +1 -1
  199. package/dist/features/converters/html/converter/types.js +1 -2
  200. package/dist/features/converters/html/converter/types.js.map +1 -1
  201. package/dist/features/converters/html/field/index.d.ts.map +1 -1
  202. package/dist/features/converters/html/field/index.js +140 -139
  203. package/dist/features/converters/html/field/index.js.map +1 -1
  204. package/dist/features/converters/html/index.d.ts +8 -0
  205. package/dist/features/converters/html/index.d.ts.map +1 -0
  206. package/dist/features/converters/html/index.js +7 -0
  207. package/dist/features/converters/html/index.js.map +1 -0
  208. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  209. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  210. package/dist/features/debug/testRecorder/client/index.js +11 -0
  211. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  212. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  213. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  214. package/dist/features/debug/testRecorder/client/plugin/index.js +422 -0
  215. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  216. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  217. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  218. package/dist/features/debug/testRecorder/server/index.js +8 -0
  219. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  220. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  221. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  222. package/dist/features/debug/treeView/client/index.js +11 -0
  223. package/dist/features/debug/treeView/client/index.js.map +1 -0
  224. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  225. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  226. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  227. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  228. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  229. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  230. package/dist/features/debug/treeView/server/index.js +8 -0
  231. package/dist/features/debug/treeView/server/index.js.map +1 -0
  232. package/dist/features/experimental_table/client/index.d.ts +2 -0
  233. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  234. package/dist/features/experimental_table/client/index.js +56 -0
  235. package/dist/features/experimental_table/client/index.js.map +1 -0
  236. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  237. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  238. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +521 -0
  239. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  240. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  241. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  242. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +321 -0
  243. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  244. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  245. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  246. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +225 -0
  247. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  248. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  249. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  250. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +152 -0
  251. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  252. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  253. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  254. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  255. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  256. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  257. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  258. package/dist/features/experimental_table/markdownTransformer.d.ts +5 -0
  259. package/dist/features/experimental_table/markdownTransformer.d.ts.map +1 -0
  260. package/dist/features/experimental_table/markdownTransformer.js +127 -0
  261. package/dist/features/experimental_table/markdownTransformer.js.map +1 -0
  262. package/dist/features/experimental_table/server/index.d.ts +13 -0
  263. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  264. package/dist/features/experimental_table/server/index.js +154 -0
  265. package/dist/features/experimental_table/server/index.js.map +1 -0
  266. package/dist/features/format/bold/feature.client.d.ts +1 -4
  267. package/dist/features/format/bold/feature.client.d.ts.map +1 -1
  268. package/dist/features/format/bold/feature.client.js +35 -35
  269. package/dist/features/format/bold/feature.client.js.map +1 -1
  270. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  271. package/dist/features/format/bold/feature.server.js +14 -20
  272. package/dist/features/format/bold/feature.server.js.map +1 -1
  273. package/dist/features/format/bold/markdownTransformers.js +14 -25
  274. package/dist/features/format/bold/markdownTransformers.js.map +1 -1
  275. package/dist/features/format/inlineCode/feature.client.d.ts +1 -4
  276. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -1
  277. package/dist/features/format/inlineCode/feature.client.js +27 -28
  278. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  279. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  280. package/dist/features/format/inlineCode/feature.server.js +5 -10
  281. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  282. package/dist/features/format/inlineCode/markdownTransformers.js +3 -6
  283. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -1
  284. package/dist/features/format/italic/feature.client.d.ts +1 -4
  285. package/dist/features/format/italic/feature.client.d.ts.map +1 -1
  286. package/dist/features/format/italic/feature.client.js +27 -29
  287. package/dist/features/format/italic/feature.client.js.map +1 -1
  288. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  289. package/dist/features/format/italic/feature.server.js +5 -11
  290. package/dist/features/format/italic/feature.server.js.map +1 -1
  291. package/dist/features/format/italic/markdownTransformers.js +7 -12
  292. package/dist/features/format/italic/markdownTransformers.js.map +1 -1
  293. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  294. package/dist/features/format/shared/toolbarFormatGroup.js +9 -8
  295. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -1
  296. package/dist/features/format/strikethrough/feature.client.d.ts +1 -4
  297. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -1
  298. package/dist/features/format/strikethrough/feature.client.js +27 -28
  299. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  300. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  301. package/dist/features/format/strikethrough/feature.server.js +5 -10
  302. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  303. package/dist/features/format/strikethrough/markdownTransformers.js +3 -6
  304. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -1
  305. package/dist/features/format/subscript/feature.client.d.ts +1 -4
  306. package/dist/features/format/subscript/feature.client.d.ts.map +1 -1
  307. package/dist/features/format/subscript/feature.client.js +26 -25
  308. package/dist/features/format/subscript/feature.client.js.map +1 -1
  309. package/dist/features/format/subscript/feature.server.d.ts.map +1 -1
  310. package/dist/features/format/subscript/feature.server.js +4 -7
  311. package/dist/features/format/subscript/feature.server.js.map +1 -1
  312. package/dist/features/format/superscript/feature.client.d.ts +1 -4
  313. package/dist/features/format/superscript/feature.client.d.ts.map +1 -1
  314. package/dist/features/format/superscript/feature.client.js +26 -25
  315. package/dist/features/format/superscript/feature.client.js.map +1 -1
  316. package/dist/features/format/superscript/feature.server.d.ts.map +1 -1
  317. package/dist/features/format/superscript/feature.server.js +4 -7
  318. package/dist/features/format/superscript/feature.server.js.map +1 -1
  319. package/dist/features/format/underline/feature.client.d.ts +1 -4
  320. package/dist/features/format/underline/feature.client.d.ts.map +1 -1
  321. package/dist/features/format/underline/feature.client.js +26 -25
  322. package/dist/features/format/underline/feature.client.js.map +1 -1
  323. package/dist/features/format/underline/feature.server.d.ts.map +1 -1
  324. package/dist/features/format/underline/feature.server.js +4 -7
  325. package/dist/features/format/underline/feature.server.js.map +1 -1
  326. package/dist/features/heading/client/index.d.ts +3 -0
  327. package/dist/features/heading/client/index.d.ts.map +1 -0
  328. package/dist/features/heading/client/index.js +108 -0
  329. package/dist/features/heading/client/index.js.map +1 -0
  330. package/dist/features/heading/markdownTransformer.js +22 -25
  331. package/dist/features/heading/markdownTransformer.js.map +1 -1
  332. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  333. package/dist/features/heading/server/i18n.js +99 -0
  334. package/dist/features/heading/server/i18n.js.map +1 -0
  335. package/dist/features/heading/server/index.d.ts +10 -0
  336. package/dist/features/heading/server/index.d.ts.map +1 -0
  337. package/dist/features/heading/server/index.js +62 -0
  338. package/dist/features/heading/server/index.js.map +1 -0
  339. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  340. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  341. package/dist/features/horizontalRule/client/component/index.js +100 -0
  342. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  343. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  344. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  345. package/dist/features/horizontalRule/client/index.js +62 -0
  346. package/dist/features/horizontalRule/client/index.js.map +1 -0
  347. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  348. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  349. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  350. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  351. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  352. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  353. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  354. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  355. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  356. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  357. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  358. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  359. package/dist/features/horizontalRule/server/i18n.js +99 -0
  360. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  361. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  362. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  363. package/dist/features/horizontalRule/server/index.js +25 -0
  364. package/dist/features/horizontalRule/server/index.js.map +1 -0
  365. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  366. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  367. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  368. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  369. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  370. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  371. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  372. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  373. package/dist/features/indent/client/index.d.ts +2 -0
  374. package/dist/features/indent/client/index.d.ts.map +1 -0
  375. package/dist/features/indent/client/index.js +62 -0
  376. package/dist/features/indent/client/index.js.map +1 -0
  377. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  378. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  379. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  380. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  381. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  382. package/dist/features/indent/server/i18n.js +131 -0
  383. package/dist/features/indent/server/i18n.js.map +1 -0
  384. package/dist/features/indent/server/index.d.ts +2 -0
  385. package/dist/features/indent/server/index.d.ts.map +1 -0
  386. package/dist/features/indent/server/index.js +10 -0
  387. package/dist/features/indent/server/index.js.map +1 -0
  388. package/dist/features/link/client/index.d.ts +4 -0
  389. package/dist/features/link/client/index.d.ts.map +1 -0
  390. package/dist/features/link/client/index.js +96 -0
  391. package/dist/features/link/client/index.js.map +1 -0
  392. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  393. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  394. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  395. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  396. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  397. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  398. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  399. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  400. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  401. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  402. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  403. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  404. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +317 -0
  405. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  406. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  407. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  408. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  409. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  410. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  411. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  412. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  413. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  414. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  415. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  416. package/dist/features/link/client/plugins/link/index.js +60 -0
  417. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  418. package/dist/features/link/markdownTransformer.js +38 -39
  419. package/dist/features/link/markdownTransformer.js.map +1 -1
  420. package/dist/features/link/nodes/AutoLinkNode.js +57 -56
  421. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  422. package/dist/features/link/nodes/LinkNode.d.ts +1 -1
  423. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  424. package/dist/features/link/nodes/LinkNode.js +283 -277
  425. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  426. package/dist/features/link/nodes/types.d.ts +3 -3
  427. package/dist/features/link/nodes/types.d.ts.map +1 -1
  428. package/dist/features/link/nodes/types.js +1 -2
  429. package/dist/features/link/nodes/types.js.map +1 -1
  430. package/dist/features/link/server/baseFields.d.ts +3 -0
  431. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  432. package/dist/features/link/server/baseFields.js +136 -0
  433. package/dist/features/link/server/baseFields.js.map +1 -0
  434. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  435. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  436. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  437. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  438. package/dist/features/link/server/i18n.d.ts.map +1 -0
  439. package/dist/features/link/server/i18n.js +131 -0
  440. package/dist/features/link/server/i18n.js.map +1 -0
  441. package/dist/features/link/server/index.d.ts +35 -0
  442. package/dist/features/link/server/index.d.ts.map +1 -0
  443. package/dist/features/link/server/index.js +151 -0
  444. package/dist/features/link/server/index.js.map +1 -0
  445. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  446. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  447. package/dist/features/link/server/transformExtraFields.js +20 -0
  448. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  449. package/dist/features/link/server/validate.d.ts +6 -0
  450. package/dist/features/link/server/validate.d.ts.map +1 -0
  451. package/dist/features/link/server/validate.js +43 -0
  452. package/dist/features/link/server/validate.js.map +1 -0
  453. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  454. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  455. package/dist/features/lists/checklist/client/index.js +92 -0
  456. package/dist/features/lists/checklist/client/index.js.map +1 -0
  457. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  458. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  459. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  460. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  461. package/dist/features/lists/checklist/markdownTransformers.js +7 -11
  462. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -1
  463. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  464. package/dist/features/lists/checklist/server/i18n.js +99 -0
  465. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  466. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  467. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  468. package/dist/features/lists/checklist/server/index.js +30 -0
  469. package/dist/features/lists/checklist/server/index.js.map +1 -0
  470. package/dist/features/lists/htmlConverter.d.ts.map +1 -1
  471. package/dist/features/lists/htmlConverter.js +62 -43
  472. package/dist/features/lists/htmlConverter.js.map +1 -1
  473. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  474. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  475. package/dist/features/lists/orderedList/client/index.js +84 -0
  476. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  477. package/dist/features/lists/orderedList/markdownTransformer.js +7 -11
  478. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -1
  479. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  480. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  481. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  482. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  483. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  484. package/dist/features/lists/orderedList/server/index.js +30 -0
  485. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  486. package/dist/features/lists/plugin/index.js +3 -3
  487. package/dist/features/lists/plugin/index.js.map +1 -1
  488. package/dist/features/lists/shared/markdown.js +48 -49
  489. package/dist/features/lists/shared/markdown.js.map +1 -1
  490. package/dist/features/lists/shared/slashMenuListGroup.js +9 -8
  491. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -1
  492. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  493. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  494. package/dist/features/lists/unorderedList/client/index.js +80 -0
  495. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  496. package/dist/features/lists/unorderedList/markdownTransformer.js +7 -11
  497. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -1
  498. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  499. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  500. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  501. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  502. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  503. package/dist/features/lists/unorderedList/server/index.js +26 -0
  504. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +1 -1
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +19 -17
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -1
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +1 -1
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -1
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +31 -29
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -1
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +1 -1
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -1
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +22 -20
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -1
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +1 -1
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  519. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +22 -19
  520. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -1
  521. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +1 -1
  522. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -1
  523. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +19 -17
  524. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -1
  525. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +1 -1
  526. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  527. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +25 -23
  528. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -1
  529. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +1 -1
  530. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  531. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +20 -21
  532. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -1
  533. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +2 -2
  534. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -1
  535. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +8 -17
  536. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -1
  537. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +5 -3
  538. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -1
  539. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +71 -56
  540. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -1
  541. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +1 -9
  542. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -1
  543. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +1 -2
  544. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -1
  545. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +1 -4
  546. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -1
  547. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +5 -22
  548. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -1
  549. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +5 -3
  550. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -1
  551. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +43 -39
  552. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -1
  553. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  554. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  555. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  556. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  557. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  558. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +64 -59
  559. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  560. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +1 -1
  561. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -1
  562. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +20 -20
  563. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -1
  564. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +1 -1
  565. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  566. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +21 -26
  567. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -1
  568. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +1 -1
  569. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -1
  570. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +29 -31
  571. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -1
  572. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +1 -1
  573. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -1
  574. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +27 -27
  575. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -1
  576. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +1 -1
  577. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  578. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +23 -22
  579. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -1
  580. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +1 -1
  581. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -1
  582. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +23 -23
  583. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -1
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +1 -1
  585. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -1
  586. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +13 -14
  587. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -1
  588. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +1 -1
  589. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  590. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +24 -24
  591. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -1
  592. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +1 -1
  593. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -1
  594. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +23 -23
  595. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -1
  596. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +1 -1
  597. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  598. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +16 -17
  599. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -1
  600. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +2 -2
  601. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -1
  602. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +11 -23
  603. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -1
  604. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -1
  605. package/dist/features/migrations/slateToLexical/converter/index.js +106 -98
  606. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -1
  607. package/dist/features/migrations/slateToLexical/converter/types.d.ts +0 -9
  608. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -1
  609. package/dist/features/migrations/slateToLexical/converter/types.js +1 -2
  610. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -1
  611. package/dist/features/migrations/slateToLexical/feature.client.d.ts +1 -4
  612. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -1
  613. package/dist/features/migrations/slateToLexical/feature.client.js +5 -22
  614. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -1
  615. package/dist/features/migrations/slateToLexical/feature.server.d.ts +6 -5
  616. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -1
  617. package/dist/features/migrations/slateToLexical/feature.server.js +44 -41
  618. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -1
  619. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  620. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  621. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  622. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  623. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  624. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +64 -59
  625. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  626. package/dist/features/paragraph/client/index.d.ts +2 -0
  627. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  628. package/dist/features/paragraph/client/index.js +68 -0
  629. package/dist/features/paragraph/client/index.js.map +1 -0
  630. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  631. package/dist/features/paragraph/server/i18n.js +131 -0
  632. package/dist/features/paragraph/server/i18n.js.map +1 -0
  633. package/dist/features/paragraph/server/index.d.ts +2 -0
  634. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  635. package/dist/features/paragraph/server/index.js +11 -0
  636. package/dist/features/paragraph/server/index.js.map +1 -0
  637. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  638. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  639. package/dist/features/relationship/client/components/RelationshipComponent.js +176 -0
  640. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  641. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  642. package/dist/features/relationship/client/drawer/commands.js +3 -0
  643. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  644. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  645. package/dist/features/relationship/client/drawer/index.js +155 -0
  646. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  647. package/dist/features/relationship/client/index.d.ts +3 -0
  648. package/dist/features/relationship/client/index.d.ts.map +1 -0
  649. package/dist/features/relationship/client/index.js +66 -0
  650. package/dist/features/relationship/client/index.js.map +1 -0
  651. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  652. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  653. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  654. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  655. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  656. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  657. package/dist/features/relationship/client/plugins/index.js +105 -0
  658. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  659. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  660. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  661. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  662. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  663. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  664. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  665. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  666. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  667. package/dist/features/relationship/server/i18n.js +99 -0
  668. package/dist/features/relationship/server/i18n.js.map +1 -0
  669. package/dist/features/relationship/server/index.d.ts +27 -0
  670. package/dist/features/relationship/server/index.d.ts.map +1 -0
  671. package/dist/features/relationship/server/index.js +67 -0
  672. package/dist/features/relationship/server/index.js.map +1 -0
  673. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  674. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  675. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  676. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  677. package/dist/features/shared/slashMenu/basicGroup.js +9 -8
  678. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -1
  679. package/dist/features/shared/toolbar/addDropdownGroup.js +8 -9
  680. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -1
  681. package/dist/features/shared/toolbar/featureButtonsGroup.js +7 -8
  682. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -1
  683. package/dist/features/shared/toolbar/textDropdownGroup.js +8 -9
  684. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -1
  685. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  686. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  687. package/dist/features/toolbars/fixed/client/Toolbar/index.js +313 -0
  688. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  689. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  690. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  691. package/dist/features/toolbars/fixed/client/index.js +11 -0
  692. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  693. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  694. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  695. package/dist/features/toolbars/fixed/server/index.js +18 -0
  696. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  697. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  698. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  699. package/dist/features/toolbars/inline/client/Toolbar/index.js +404 -0
  700. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  701. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  702. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  703. package/dist/features/toolbars/inline/client/index.js +11 -0
  704. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  705. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  706. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  707. package/dist/features/toolbars/inline/server/index.js +8 -0
  708. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  709. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  710. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  711. package/dist/features/toolbars/shared/ToolbarButton/index.js +78 -97
  712. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  713. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +5 -4
  714. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  715. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +202 -209
  716. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  717. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +5 -6
  718. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  719. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +290 -123
  720. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  721. package/dist/features/toolbars/types.d.ts +24 -11
  722. package/dist/features/toolbars/types.d.ts.map +1 -1
  723. package/dist/features/toolbars/types.js +1 -2
  724. package/dist/features/toolbars/types.js.map +1 -1
  725. package/dist/features/typeUtilities.js +2 -3
  726. package/dist/features/typeUtilities.js.map +1 -1
  727. package/dist/features/typesClient.d.ts +22 -30
  728. package/dist/features/typesClient.d.ts.map +1 -1
  729. package/dist/features/typesClient.js +1 -2
  730. package/dist/features/typesClient.js.map +1 -1
  731. package/dist/features/typesServer.d.ts +33 -34
  732. package/dist/features/typesServer.d.ts.map +1 -1
  733. package/dist/features/typesServer.js +1 -2
  734. package/dist/features/typesServer.js.map +1 -1
  735. package/dist/features/upload/client/component/index.d.ts +9 -0
  736. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  737. package/dist/features/upload/client/component/index.js +243 -0
  738. package/dist/features/upload/client/component/index.js.map +1 -0
  739. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  740. package/dist/features/upload/client/drawer/commands.js +5 -0
  741. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  742. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  743. package/dist/features/upload/client/drawer/index.js +128 -0
  744. package/dist/features/upload/client/drawer/index.js.map +1 -0
  745. package/dist/features/upload/client/feature.client.d.ts +9 -0
  746. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  747. package/dist/features/upload/client/feature.client.js +64 -0
  748. package/dist/features/upload/client/feature.client.js.map +1 -0
  749. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  750. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  751. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  752. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  753. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  754. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  755. package/dist/features/upload/client/plugin/index.js +81 -0
  756. package/dist/features/upload/client/plugin/index.js.map +1 -0
  757. package/dist/features/upload/server/feature.server.d.ts +18 -0
  758. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  759. package/dist/features/upload/server/feature.server.js +217 -0
  760. package/dist/features/upload/server/feature.server.js.map +1 -0
  761. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  762. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  763. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  764. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  765. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  766. package/dist/features/upload/server/i18n.js +99 -0
  767. package/dist/features/upload/server/i18n.js.map +1 -0
  768. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  769. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  770. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  771. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  772. package/dist/features/upload/server/validate.d.ts +5 -0
  773. package/dist/features/upload/server/validate.d.ts.map +1 -0
  774. package/dist/features/upload/server/validate.js +61 -0
  775. package/dist/features/upload/server/validate.js.map +1 -0
  776. package/dist/field/Field.d.ts +7 -7
  777. package/dist/field/Field.d.ts.map +1 -1
  778. package/dist/field/Field.js +104 -106
  779. package/dist/field/Field.js.map +1 -1
  780. package/dist/field/bundled.css +1 -0
  781. package/dist/field/index.d.ts +2 -9
  782. package/dist/field/index.d.ts.map +1 -1
  783. package/dist/field/index.js +92 -36
  784. package/dist/field/index.js.map +1 -1
  785. package/dist/field/rscEntry.d.ts +9 -0
  786. package/dist/field/rscEntry.d.ts.map +1 -0
  787. package/dist/field/rscEntry.js +56 -0
  788. package/dist/field/rscEntry.js.map +1 -0
  789. package/dist/i18n.js +160 -161
  790. package/dist/i18n.js.map +1 -1
  791. package/dist/index.d.ts +31 -42
  792. package/dist/index.d.ts.map +1 -1
  793. package/dist/index.js +695 -637
  794. package/dist/index.js.map +1 -1
  795. package/dist/lexical/EditorPlugin.d.ts.map +1 -1
  796. package/dist/lexical/EditorPlugin.js +16 -10
  797. package/dist/lexical/EditorPlugin.js.map +1 -1
  798. package/dist/lexical/LexicalEditor.d.ts +1 -1
  799. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  800. package/dist/lexical/LexicalEditor.js +209 -164
  801. package/dist/lexical/LexicalEditor.js.map +1 -1
  802. package/dist/lexical/LexicalProvider.d.ts +3 -7
  803. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  804. package/dist/lexical/LexicalProvider.js +78 -84
  805. package/dist/lexical/LexicalProvider.js.map +1 -1
  806. package/dist/lexical/config/client/EditorConfigProvider.d.ts +6 -13
  807. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  808. package/dist/lexical/config/client/EditorConfigProvider.js +77 -79
  809. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  810. package/dist/lexical/config/client/default.js +3 -3
  811. package/dist/lexical/config/client/default.js.map +1 -1
  812. package/dist/lexical/config/client/loader.d.ts +5 -2
  813. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  814. package/dist/lexical/config/client/loader.js +36 -39
  815. package/dist/lexical/config/client/loader.js.map +1 -1
  816. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  817. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  818. package/dist/lexical/config/client/sanitize.js +166 -165
  819. package/dist/lexical/config/client/sanitize.js.map +1 -1
  820. package/dist/lexical/config/server/default.js +18 -40
  821. package/dist/lexical/config/server/default.js.map +1 -1
  822. package/dist/lexical/config/server/loader.d.ts +2 -1
  823. package/dist/lexical/config/server/loader.d.ts.map +1 -1
  824. package/dist/lexical/config/server/loader.js +105 -103
  825. package/dist/lexical/config/server/loader.js.map +1 -1
  826. package/dist/lexical/config/server/sanitize.d.ts +1 -1
  827. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  828. package/dist/lexical/config/server/sanitize.js +117 -86
  829. package/dist/lexical/config/server/sanitize.js.map +1 -1
  830. package/dist/lexical/config/types.d.ts +2 -2
  831. package/dist/lexical/config/types.d.ts.map +1 -1
  832. package/dist/lexical/config/types.js +1 -2
  833. package/dist/lexical/config/types.js.map +1 -1
  834. package/dist/lexical/nodes/index.d.ts +4 -0
  835. package/dist/lexical/nodes/index.d.ts.map +1 -1
  836. package/dist/lexical/nodes/index.js +16 -8
  837. package/dist/lexical/nodes/index.js.map +1 -1
  838. package/dist/lexical/plugins/MarkdownShortcut/index.js +17 -5
  839. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  840. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +6 -6
  841. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -1
  842. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +358 -362
  843. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -1
  844. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +2 -2
  845. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -1
  846. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +223 -160
  847. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
  848. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +7 -2
  849. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  850. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +1 -2
  851. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  852. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  853. package/dist/lexical/plugins/SlashMenu/index.js +185 -169
  854. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  855. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -1
  856. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +41 -26
  857. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -1
  858. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  859. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +128 -130
  860. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  861. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +1 -1
  862. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  863. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +11 -10
  864. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -1
  865. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -1
  866. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +11 -10
  867. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -1
  868. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -1
  869. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +27 -23
  870. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -1
  871. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  872. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +313 -300
  873. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  874. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -1
  875. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +96 -99
  876. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  877. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  878. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +23 -16
  879. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -1
  880. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -1
  881. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +20 -27
  882. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -1
  883. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -1
  884. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +15 -11
  885. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -1
  886. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -1
  887. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +132 -118
  888. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -1
  889. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -1
  890. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +3 -2
  891. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -1
  892. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -1
  893. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +3 -2
  894. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -1
  895. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -1
  896. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +24 -25
  897. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -1
  898. package/dist/lexical/theme/EditorTheme.d.ts +0 -1
  899. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  900. package/dist/lexical/theme/EditorTheme.js +96 -102
  901. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  902. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  903. package/dist/lexical/ui/ContentEditable.js +27 -10
  904. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  905. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -1
  906. package/dist/lexical/ui/icons/AI/index.js +31 -33
  907. package/dist/lexical/ui/icons/AI/index.js.map +1 -1
  908. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -1
  909. package/dist/lexical/ui/icons/Add/index.js +16 -18
  910. package/dist/lexical/ui/icons/Add/index.js.map +1 -1
  911. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -1
  912. package/dist/lexical/ui/icons/AlignCenter/index.js +25 -28
  913. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  914. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -1
  915. package/dist/lexical/ui/icons/AlignJustify/index.js +25 -28
  916. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  917. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -1
  918. package/dist/lexical/ui/icons/AlignLeft/index.js +25 -28
  919. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  920. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -1
  921. package/dist/lexical/ui/icons/AlignRight/index.js +25 -28
  922. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
  923. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -1
  924. package/dist/lexical/ui/icons/Block/index.js +34 -37
  925. package/dist/lexical/ui/icons/Block/index.js.map +1 -1
  926. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -1
  927. package/dist/lexical/ui/icons/Blockquote/index.js +16 -15
  928. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
  929. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -1
  930. package/dist/lexical/ui/icons/Bold/index.js +16 -15
  931. package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
  932. package/dist/lexical/ui/icons/Caret/index.svg +2 -2
  933. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -1
  934. package/dist/lexical/ui/icons/Checklist/index.js +24 -26
  935. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
  936. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -1
  937. package/dist/lexical/ui/icons/Code/index.js +19 -21
  938. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  939. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -1
  940. package/dist/lexical/ui/icons/CodeBlock/index.js +19 -21
  941. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  942. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -1
  943. package/dist/lexical/ui/icons/H1/index.js +16 -15
  944. package/dist/lexical/ui/icons/H1/index.js.map +1 -1
  945. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -1
  946. package/dist/lexical/ui/icons/H2/index.js +16 -15
  947. package/dist/lexical/ui/icons/H2/index.js.map +1 -1
  948. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -1
  949. package/dist/lexical/ui/icons/H3/index.js +16 -15
  950. package/dist/lexical/ui/icons/H3/index.js.map +1 -1
  951. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -1
  952. package/dist/lexical/ui/icons/H4/index.js +16 -15
  953. package/dist/lexical/ui/icons/H4/index.js.map +1 -1
  954. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -1
  955. package/dist/lexical/ui/icons/H5/index.js +16 -15
  956. package/dist/lexical/ui/icons/H5/index.js.map +1 -1
  957. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -1
  958. package/dist/lexical/ui/icons/H6/index.js +16 -15
  959. package/dist/lexical/ui/icons/H6/index.js.map +1 -1
  960. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -1
  961. package/dist/lexical/ui/icons/HorizontalRule/index.js +19 -18
  962. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  963. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -1
  964. package/dist/lexical/ui/icons/IndentDecrease/index.js +28 -32
  965. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  966. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -1
  967. package/dist/lexical/ui/icons/IndentIncrease/index.js +28 -32
  968. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  969. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -1
  970. package/dist/lexical/ui/icons/InlineBlocks/index.js +18 -17
  971. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
  972. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -1
  973. package/dist/lexical/ui/icons/Italic/index.js +16 -15
  974. package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
  975. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -1
  976. package/dist/lexical/ui/icons/Link/index.js +17 -16
  977. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  978. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -1
  979. package/dist/lexical/ui/icons/Meatballs/index.js +19 -22
  980. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
  981. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -1
  982. package/dist/lexical/ui/icons/OrderedList/index.js +31 -36
  983. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
  984. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -1
  985. package/dist/lexical/ui/icons/Relationship/index.js +31 -33
  986. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
  987. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -1
  988. package/dist/lexical/ui/icons/Strikethrough/index.js +19 -21
  989. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  990. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -1
  991. package/dist/lexical/ui/icons/Subscript/index.js +16 -15
  992. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
  993. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -1
  994. package/dist/lexical/ui/icons/Superscript/index.js +16 -15
  995. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
  996. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -1
  997. package/dist/lexical/ui/icons/Table/index.js +17 -16
  998. package/dist/lexical/ui/icons/Table/index.js.map +1 -1
  999. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -1
  1000. package/dist/lexical/ui/icons/Text/index.js +16 -15
  1001. package/dist/lexical/ui/icons/Text/index.js.map +1 -1
  1002. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -1
  1003. package/dist/lexical/ui/icons/Underline/index.js +19 -21
  1004. package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
  1005. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -1
  1006. package/dist/lexical/ui/icons/UnorderedList/index.js +46 -52
  1007. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  1008. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -1
  1009. package/dist/lexical/ui/icons/Upload/index.js +28 -31
  1010. package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
  1011. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -1
  1012. package/dist/lexical/utils/canUseDOM.js +2 -1
  1013. package/dist/lexical/utils/canUseDOM.js.map +1 -1
  1014. package/dist/lexical/utils/environment.d.ts.map +1 -1
  1015. package/dist/lexical/utils/environment.js +2 -1
  1016. package/dist/lexical/utils/environment.js.map +1 -1
  1017. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -1
  1018. package/dist/lexical/utils/getDOMRangeRect.js +13 -12
  1019. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -1
  1020. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -1
  1021. package/dist/lexical/utils/getSelectedNode.js +18 -13
  1022. package/dist/lexical/utils/getSelectedNode.js.map +1 -1
  1023. package/dist/lexical/utils/guard.d.ts.map +1 -1
  1024. package/dist/lexical/utils/guard.js +3 -2
  1025. package/dist/lexical/utils/guard.js.map +1 -1
  1026. package/dist/lexical/utils/joinClasses.d.ts.map +1 -1
  1027. package/dist/lexical/utils/joinClasses.js +3 -2
  1028. package/dist/lexical/utils/joinClasses.js.map +1 -1
  1029. package/dist/lexical/utils/markdown/createBlockNode.js +9 -10
  1030. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  1031. package/dist/lexical/utils/nodeFormat.d.ts +2 -2
  1032. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -1
  1033. package/dist/lexical/utils/nodeFormat.js +58 -59
  1034. package/dist/lexical/utils/nodeFormat.js.map +1 -1
  1035. package/dist/lexical/utils/point.d.ts.map +1 -1
  1036. package/dist/lexical/utils/point.js +40 -32
  1037. package/dist/lexical/utils/point.js.map +1 -1
  1038. package/dist/lexical/utils/rect.d.ts +4 -4
  1039. package/dist/lexical/utils/rect.d.ts.map +1 -1
  1040. package/dist/lexical/utils/rect.js +167 -134
  1041. package/dist/lexical/utils/rect.js.map +1 -1
  1042. package/dist/lexical/utils/setFloatingElemPosition.d.ts +1 -1
  1043. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -1
  1044. package/dist/lexical/utils/setFloatingElemPosition.js +57 -46
  1045. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -1
  1046. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -1
  1047. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +23 -22
  1048. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -1
  1049. package/dist/lexical/utils/swipe.d.ts.map +1 -1
  1050. package/dist/lexical/utils/swipe.js +82 -83
  1051. package/dist/lexical/utils/swipe.js.map +1 -1
  1052. package/dist/lexical/utils/url.d.ts +5 -0
  1053. package/dist/lexical/utils/url.d.ts.map +1 -1
  1054. package/dist/lexical/utils/url.js +42 -21
  1055. package/dist/lexical/utils/url.js.map +1 -1
  1056. package/dist/lexical-proxy/@lexical-headless.d.ts +2 -0
  1057. package/dist/lexical-proxy/@lexical-headless.d.ts.map +1 -0
  1058. package/dist/lexical-proxy/@lexical-headless.js +2 -0
  1059. package/dist/lexical-proxy/@lexical-headless.js.map +1 -0
  1060. package/dist/lexical-proxy/@lexical-link.d.ts +2 -0
  1061. package/dist/lexical-proxy/@lexical-link.d.ts.map +1 -0
  1062. package/dist/lexical-proxy/@lexical-link.js +2 -0
  1063. package/dist/lexical-proxy/@lexical-link.js.map +1 -0
  1064. package/dist/lexical-proxy/@lexical-list.d.ts +2 -0
  1065. package/dist/lexical-proxy/@lexical-list.d.ts.map +1 -0
  1066. package/dist/lexical-proxy/@lexical-list.js +2 -0
  1067. package/dist/lexical-proxy/@lexical-list.js.map +1 -0
  1068. package/dist/lexical-proxy/@lexical-mark.d.ts +2 -0
  1069. package/dist/lexical-proxy/@lexical-mark.d.ts.map +1 -0
  1070. package/dist/lexical-proxy/@lexical-mark.js +2 -0
  1071. package/dist/lexical-proxy/@lexical-mark.js.map +1 -0
  1072. package/dist/lexical-proxy/@lexical-markdown.d.ts +2 -0
  1073. package/dist/lexical-proxy/@lexical-markdown.d.ts.map +1 -0
  1074. package/dist/lexical-proxy/@lexical-markdown.js +2 -0
  1075. package/dist/lexical-proxy/@lexical-markdown.js.map +1 -0
  1076. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.d.ts +2 -0
  1077. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.d.ts.map +1 -0
  1078. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.js +2 -0
  1079. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.js.map +1 -0
  1080. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.d.ts +2 -0
  1081. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.d.ts.map +1 -0
  1082. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.js +2 -0
  1083. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.js.map +1 -0
  1084. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.d.ts +2 -0
  1085. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.d.ts.map +1 -0
  1086. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.js +2 -0
  1087. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.js.map +1 -0
  1088. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.d.ts +2 -0
  1089. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.d.ts.map +1 -0
  1090. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.js +2 -0
  1091. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.js.map +1 -0
  1092. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.d.ts +2 -0
  1093. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.d.ts.map +1 -0
  1094. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.js +2 -0
  1095. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.js.map +1 -0
  1096. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.d.ts +2 -0
  1097. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.d.ts.map +1 -0
  1098. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.js +2 -0
  1099. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.js.map +1 -0
  1100. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.d.ts +2 -0
  1101. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.d.ts.map +1 -0
  1102. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.js +2 -0
  1103. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.js.map +1 -0
  1104. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.d.ts +2 -0
  1105. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.d.ts.map +1 -0
  1106. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.js +2 -0
  1107. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.js.map +1 -0
  1108. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.d.ts +2 -0
  1109. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.d.ts.map +1 -0
  1110. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.js +2 -0
  1111. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.js.map +1 -0
  1112. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.d.ts +2 -0
  1113. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.d.ts.map +1 -0
  1114. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.js +2 -0
  1115. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.js.map +1 -0
  1116. package/dist/lexical-proxy/@lexical-react/LexicalComposer.d.ts +2 -0
  1117. package/dist/lexical-proxy/@lexical-react/LexicalComposer.d.ts.map +1 -0
  1118. package/dist/lexical-proxy/@lexical-react/LexicalComposer.js +2 -0
  1119. package/dist/lexical-proxy/@lexical-react/LexicalComposer.js.map +1 -0
  1120. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.d.ts +2 -0
  1121. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.d.ts.map +1 -0
  1122. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.js +2 -0
  1123. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.js.map +1 -0
  1124. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.d.ts +2 -0
  1125. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.d.ts.map +1 -0
  1126. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.js +2 -0
  1127. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.js.map +1 -0
  1128. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts +2 -0
  1129. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts.map +1 -0
  1130. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js +2 -0
  1131. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js.map +1 -0
  1132. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.d.ts +2 -0
  1133. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.d.ts.map +1 -0
  1134. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.js +2 -0
  1135. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.js.map +1 -0
  1136. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.d.ts +2 -0
  1137. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.d.ts.map +1 -0
  1138. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.js +2 -0
  1139. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.js.map +1 -0
  1140. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.d.ts +2 -0
  1141. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.d.ts.map +1 -0
  1142. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.js +2 -0
  1143. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.js.map +1 -0
  1144. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.d.ts +2 -0
  1145. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.d.ts.map +1 -0
  1146. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.js +2 -0
  1147. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.js.map +1 -0
  1148. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.d.ts +2 -0
  1149. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.d.ts.map +1 -0
  1150. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.js +2 -0
  1151. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.js.map +1 -0
  1152. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.d.ts +2 -0
  1153. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.d.ts.map +1 -0
  1154. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.js +2 -0
  1155. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.js.map +1 -0
  1156. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.d.ts +2 -0
  1157. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.d.ts.map +1 -0
  1158. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.js +2 -0
  1159. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.js.map +1 -0
  1160. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.d.ts +2 -0
  1161. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.d.ts.map +1 -0
  1162. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.js +2 -0
  1163. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.js.map +1 -0
  1164. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.d.ts +2 -0
  1165. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.d.ts.map +1 -0
  1166. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.js +2 -0
  1167. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.js.map +1 -0
  1168. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.d.ts +2 -0
  1169. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.d.ts.map +1 -0
  1170. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.js +2 -0
  1171. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.js.map +1 -0
  1172. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.d.ts +2 -0
  1173. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.d.ts.map +1 -0
  1174. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.js +2 -0
  1175. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.js.map +1 -0
  1176. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.d.ts +2 -0
  1177. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.d.ts.map +1 -0
  1178. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.js +2 -0
  1179. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.js.map +1 -0
  1180. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.d.ts +2 -0
  1181. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.d.ts.map +1 -0
  1182. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.js +2 -0
  1183. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.js.map +1 -0
  1184. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.d.ts +2 -0
  1185. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.d.ts.map +1 -0
  1186. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.js +2 -0
  1187. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.js.map +1 -0
  1188. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.d.ts +2 -0
  1189. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.d.ts.map +1 -0
  1190. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.js +2 -0
  1191. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.js.map +1 -0
  1192. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.d.ts +2 -0
  1193. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.d.ts.map +1 -0
  1194. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.js +2 -0
  1195. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.js.map +1 -0
  1196. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.d.ts +2 -0
  1197. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.d.ts.map +1 -0
  1198. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.js +2 -0
  1199. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.js.map +1 -0
  1200. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.d.ts +2 -0
  1201. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.d.ts.map +1 -0
  1202. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.js +2 -0
  1203. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.js.map +1 -0
  1204. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.d.ts +2 -0
  1205. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.d.ts.map +1 -0
  1206. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.js +2 -0
  1207. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.js.map +1 -0
  1208. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.d.ts +2 -0
  1209. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.d.ts.map +1 -0
  1210. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.js +2 -0
  1211. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.js.map +1 -0
  1212. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.d.ts +2 -0
  1213. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.d.ts.map +1 -0
  1214. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.js +2 -0
  1215. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.js.map +1 -0
  1216. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.d.ts +2 -0
  1217. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.d.ts.map +1 -0
  1218. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.js +2 -0
  1219. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.js.map +1 -0
  1220. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.d.ts +2 -0
  1221. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.d.ts.map +1 -0
  1222. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.js +2 -0
  1223. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.js.map +1 -0
  1224. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.d.ts +2 -0
  1225. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.d.ts.map +1 -0
  1226. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.js +2 -0
  1227. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.js.map +1 -0
  1228. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.d.ts +2 -0
  1229. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.d.ts.map +1 -0
  1230. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.js +2 -0
  1231. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.js.map +1 -0
  1232. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.d.ts +2 -0
  1233. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.d.ts.map +1 -0
  1234. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.js +2 -0
  1235. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.js.map +1 -0
  1236. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.d.ts +2 -0
  1237. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.d.ts.map +1 -0
  1238. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.js +2 -0
  1239. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.js.map +1 -0
  1240. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.d.ts +2 -0
  1241. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.d.ts.map +1 -0
  1242. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.js +2 -0
  1243. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.js.map +1 -0
  1244. package/dist/lexical-proxy/@lexical-rich-text.d.ts +2 -0
  1245. package/dist/lexical-proxy/@lexical-rich-text.d.ts.map +1 -0
  1246. package/dist/lexical-proxy/@lexical-rich-text.js +2 -0
  1247. package/dist/lexical-proxy/@lexical-rich-text.js.map +1 -0
  1248. package/dist/lexical-proxy/@lexical-selection.d.ts +2 -0
  1249. package/dist/lexical-proxy/@lexical-selection.d.ts.map +1 -0
  1250. package/dist/lexical-proxy/@lexical-selection.js +2 -0
  1251. package/dist/lexical-proxy/@lexical-selection.js.map +1 -0
  1252. package/dist/lexical-proxy/@lexical-utils.d.ts +2 -0
  1253. package/dist/lexical-proxy/@lexical-utils.d.ts.map +1 -0
  1254. package/dist/lexical-proxy/@lexical-utils.js +2 -0
  1255. package/dist/lexical-proxy/@lexical-utils.js.map +1 -0
  1256. package/dist/lexical-proxy/lexical.d.ts +2 -0
  1257. package/dist/lexical-proxy/lexical.d.ts.map +1 -0
  1258. package/dist/lexical-proxy/lexical.js +2 -0
  1259. package/dist/lexical-proxy/lexical.js.map +1 -0
  1260. package/dist/nodeTypes.d.ts +8 -8
  1261. package/dist/nodeTypes.d.ts.map +1 -1
  1262. package/dist/nodeTypes.js +1 -2
  1263. package/dist/nodeTypes.js.map +1 -1
  1264. package/dist/populateGraphQL/defaultValue.js +24 -29
  1265. package/dist/populateGraphQL/defaultValue.js.map +1 -1
  1266. package/dist/populateGraphQL/populate.d.ts +3 -2
  1267. package/dist/populateGraphQL/populate.d.ts.map +1 -1
  1268. package/dist/populateGraphQL/populate.js +37 -25
  1269. package/dist/populateGraphQL/populate.js.map +1 -1
  1270. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  1271. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  1272. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +48 -32
  1273. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  1274. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +39 -25
  1275. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -1
  1276. package/dist/types.d.ts +26 -13
  1277. package/dist/types.d.ts.map +1 -1
  1278. package/dist/types.js +1 -2
  1279. package/dist/types.js.map +1 -1
  1280. package/dist/utilities/buildInitialState.d.ts +27 -0
  1281. package/dist/utilities/buildInitialState.d.ts.map +1 -0
  1282. package/dist/utilities/buildInitialState.js +53 -0
  1283. package/dist/utilities/buildInitialState.js.map +1 -0
  1284. package/dist/utilities/createClientFeature.d.ts +8 -5
  1285. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  1286. package/dist/utilities/createClientFeature.js +44 -27
  1287. package/dist/utilities/createClientFeature.js.map +1 -1
  1288. package/dist/utilities/createServerFeature.d.ts +1 -0
  1289. package/dist/utilities/createServerFeature.d.ts.map +1 -1
  1290. package/dist/utilities/createServerFeature.js +48 -31
  1291. package/dist/utilities/createServerFeature.js.map +1 -1
  1292. package/dist/utilities/fieldsDrawer/Drawer.d.ts +11 -8
  1293. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  1294. package/dist/utilities/fieldsDrawer/Drawer.js +67 -13
  1295. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  1296. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  1297. package/dist/utilities/fieldsDrawer/DrawerContent.js +117 -82
  1298. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  1299. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +13 -0
  1300. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -0
  1301. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +129 -0
  1302. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -0
  1303. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts +10 -0
  1304. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -0
  1305. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js +136 -0
  1306. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js.map +1 -0
  1307. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts +16 -0
  1308. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -0
  1309. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js +144 -0
  1310. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js.map +1 -0
  1311. package/dist/utilities/forEachNodeRecursively.js +24 -19
  1312. package/dist/utilities/forEachNodeRecursively.js.map +1 -1
  1313. package/dist/utilities/generateImportMap.d.ts +6 -0
  1314. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1315. package/dist/utilities/generateImportMap.js +55 -0
  1316. package/dist/utilities/generateImportMap.js.map +1 -0
  1317. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  1318. package/dist/utilities/generateSchemaMap.js +37 -28
  1319. package/dist/utilities/generateSchemaMap.js.map +1 -1
  1320. package/dist/utilities/initLexicalFeatures.d.ts +18 -0
  1321. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -0
  1322. package/dist/utilities/initLexicalFeatures.js +96 -0
  1323. package/dist/utilities/initLexicalFeatures.js.map +1 -0
  1324. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts +52 -0
  1325. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts.map +1 -0
  1326. package/dist/utilities/jsx/collectTopLevelJSXInLines.js +79 -0
  1327. package/dist/utilities/jsx/collectTopLevelJSXInLines.js.map +1 -0
  1328. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts +12 -0
  1329. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts.map +1 -0
  1330. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js +125 -0
  1331. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js.map +1 -0
  1332. package/dist/utilities/jsx/jsx.d.ts +26 -0
  1333. package/dist/utilities/jsx/jsx.d.ts.map +1 -0
  1334. package/dist/utilities/jsx/jsx.js +105 -0
  1335. package/dist/utilities/jsx/jsx.js.map +1 -0
  1336. package/dist/utilities/jsx/jsx.spec.d.ts +2 -0
  1337. package/dist/utilities/jsx/jsx.spec.d.ts.map +1 -0
  1338. package/dist/utilities/jsx/jsx.spec.js +142 -0
  1339. package/dist/utilities/jsx/jsx.spec.js.map +1 -0
  1340. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts +11 -0
  1341. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts.map +1 -0
  1342. package/dist/utilities/jsx/lexicalMarkdownCopy.js +61 -0
  1343. package/dist/utilities/jsx/lexicalMarkdownCopy.js.map +1 -0
  1344. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -1
  1345. package/dist/utilities/migrateSlateToLexical/index.js +125 -81
  1346. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -1
  1347. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +1 -1
  1348. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -1
  1349. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +73 -70
  1350. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -1
  1351. package/dist/utilities/recurseNodeTree.js +25 -22
  1352. package/dist/utilities/recurseNodeTree.js.map +1 -1
  1353. package/dist/utilities/upgradeLexicalData/index.js +99 -86
  1354. package/dist/utilities/upgradeLexicalData/index.js.map +1 -1
  1355. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +1 -1
  1356. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  1357. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +75 -66
  1358. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  1359. package/dist/utilities/useLexicalFeature.d.ts.map +1 -1
  1360. package/dist/utilities/useLexicalFeature.js +18 -9
  1361. package/dist/utilities/useLexicalFeature.js.map +1 -1
  1362. package/dist/validate/index.d.ts.map +1 -1
  1363. package/dist/validate/index.js +45 -24
  1364. package/dist/validate/index.js.map +1 -1
  1365. package/dist/validate/validateNodes.d.ts +2 -2
  1366. package/dist/validate/validateNodes.d.ts.map +1 -1
  1367. package/dist/validate/validateNodes.js +31 -28
  1368. package/dist/validate/validateNodes.js.map +1 -1
  1369. package/package.json +352 -45
  1370. package/dist/cell/index.d.ts +0 -9
  1371. package/dist/cell/index.d.ts.map +0 -1
  1372. package/dist/cell/index.js +0 -145
  1373. package/dist/cell/index.js.map +0 -1
  1374. package/dist/exports/client/Component-7HS6FEJS.js +0 -2
  1375. package/dist/exports/client/Component-7HS6FEJS.js.map +0 -7
  1376. package/dist/exports/client/Component-LAKSCIDX.js +0 -2
  1377. package/dist/exports/client/Component-LAKSCIDX.js.map +0 -7
  1378. package/dist/exports/client/Field-5GGTGCKC.js +0 -2
  1379. package/dist/exports/client/Field-5GGTGCKC.js.map +0 -7
  1380. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js +0 -2
  1381. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js.map +0 -7
  1382. package/dist/exports/client/chunk-6QXGZYUK.js +0 -2
  1383. package/dist/exports/client/chunk-6QXGZYUK.js.map +0 -7
  1384. package/dist/exports/client/chunk-EBB2CEB6.js +0 -2
  1385. package/dist/exports/client/chunk-EBB2CEB6.js.map +0 -7
  1386. package/dist/exports/client/chunk-IPCJ5EVK.js +0 -2
  1387. package/dist/exports/client/chunk-IPCJ5EVK.js.map +0 -7
  1388. package/dist/exports/client/chunk-IWZVO3AI.js +0 -2
  1389. package/dist/exports/client/chunk-IWZVO3AI.js.map +0 -7
  1390. package/dist/exports/client/chunk-Q5DYR7MH.js +0 -3
  1391. package/dist/exports/client/chunk-Q5DYR7MH.js.map +0 -7
  1392. package/dist/exports/client/chunk-VUVXZJJR.js +0 -2
  1393. package/dist/exports/client/chunk-VUVXZJJR.js.map +0 -7
  1394. package/dist/exports/client/component-D4GWDXK5.js +0 -2
  1395. package/dist/exports/client/component-D4GWDXK5.js.map +0 -7
  1396. package/dist/exports/client/component-KA7FDRMA.js +0 -2
  1397. package/dist/exports/client/component-KA7FDRMA.js.map +0 -7
  1398. package/dist/exports/client/component-VM36FRT2.js +0 -2
  1399. package/dist/exports/client/component-VM36FRT2.js.map +0 -7
  1400. package/dist/exports/client/componentInline-6EKPZSCV.js +0 -2
  1401. package/dist/exports/client/componentInline-6EKPZSCV.js.map +0 -7
  1402. package/dist/features/align/feature.client.d.ts +0 -5
  1403. package/dist/features/align/feature.client.d.ts.map +0 -1
  1404. package/dist/features/align/feature.client.js +0 -146
  1405. package/dist/features/align/feature.client.js.map +0 -1
  1406. package/dist/features/align/feature.server.d.ts +0 -2
  1407. package/dist/features/align/feature.server.d.ts.map +0 -1
  1408. package/dist/features/align/feature.server.js +0 -13
  1409. package/dist/features/align/feature.server.js.map +0 -1
  1410. package/dist/features/align/i18n.d.ts.map +0 -1
  1411. package/dist/features/align/i18n.js +0 -196
  1412. package/dist/features/align/i18n.js.map +0 -1
  1413. package/dist/features/align/toolbarAlignGroup.d.ts +0 -3
  1414. package/dist/features/align/toolbarAlignGroup.d.ts.map +0 -1
  1415. package/dist/features/align/toolbarAlignGroup.js +0 -12
  1416. package/dist/features/align/toolbarAlignGroup.js.map +0 -1
  1417. package/dist/features/blockquote/feature.client.d.ts +0 -5
  1418. package/dist/features/blockquote/feature.client.d.ts.map +0 -1
  1419. package/dist/features/blockquote/feature.client.js +0 -77
  1420. package/dist/features/blockquote/feature.client.js.map +0 -1
  1421. package/dist/features/blockquote/feature.server.d.ts +0 -7
  1422. package/dist/features/blockquote/feature.server.d.ts.map +0 -1
  1423. package/dist/features/blockquote/feature.server.js +0 -48
  1424. package/dist/features/blockquote/feature.server.js.map +0 -1
  1425. package/dist/features/blockquote/i18n.d.ts.map +0 -1
  1426. package/dist/features/blockquote/i18n.js +0 -100
  1427. package/dist/features/blockquote/i18n.js.map +0 -1
  1428. package/dist/features/blocks/component/BlockContent.d.ts +0 -27
  1429. package/dist/features/blocks/component/BlockContent.d.ts.map +0 -1
  1430. package/dist/features/blocks/component/BlockContent.js +0 -196
  1431. package/dist/features/blocks/component/BlockContent.js.map +0 -1
  1432. package/dist/features/blocks/component/FormSavePlugin.d.ts +0 -11
  1433. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1434. package/dist/features/blocks/component/FormSavePlugin.js +0 -29
  1435. package/dist/features/blocks/component/FormSavePlugin.js.map +0 -1
  1436. package/dist/features/blocks/component/index.d.ts +0 -11
  1437. package/dist/features/blocks/component/index.d.ts.map +0 -1
  1438. package/dist/features/blocks/component/index.js +0 -162
  1439. package/dist/features/blocks/component/index.js.map +0 -1
  1440. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1441. package/dist/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1442. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1443. package/dist/features/blocks/componentInline/index.d.ts +0 -10
  1444. package/dist/features/blocks/componentInline/index.d.ts.map +0 -1
  1445. package/dist/features/blocks/componentInline/index.js +0 -133
  1446. package/dist/features/blocks/componentInline/index.js.map +0 -1
  1447. package/dist/features/blocks/feature.client.d.ts +0 -13
  1448. package/dist/features/blocks/feature.client.d.ts.map +0 -1
  1449. package/dist/features/blocks/feature.client.js +0 -148
  1450. package/dist/features/blocks/feature.client.js.map +0 -1
  1451. package/dist/features/blocks/feature.server.d.ts +0 -8
  1452. package/dist/features/blocks/feature.server.d.ts.map +0 -1
  1453. package/dist/features/blocks/feature.server.js +0 -160
  1454. package/dist/features/blocks/feature.server.js.map +0 -1
  1455. package/dist/features/blocks/graphQLPopulationPromise.d.ts +0 -6
  1456. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +0 -1
  1457. package/dist/features/blocks/graphQLPopulationPromise.js +0 -31
  1458. package/dist/features/blocks/graphQLPopulationPromise.js.map +0 -1
  1459. package/dist/features/blocks/i18n.d.ts.map +0 -1
  1460. package/dist/features/blocks/i18n.js +0 -292
  1461. package/dist/features/blocks/i18n.js.map +0 -1
  1462. package/dist/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1463. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1464. package/dist/features/blocks/nodes/BlocksNode.js +0 -92
  1465. package/dist/features/blocks/nodes/BlocksNode.js.map +0 -1
  1466. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts +0 -39
  1467. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts.map +0 -1
  1468. package/dist/features/blocks/nodes/InlineBlocksNode.js +0 -94
  1469. package/dist/features/blocks/nodes/InlineBlocksNode.js.map +0 -1
  1470. package/dist/features/blocks/plugin/commands.d.ts +0 -9
  1471. package/dist/features/blocks/plugin/commands.d.ts.map +0 -1
  1472. package/dist/features/blocks/plugin/commands.js +0 -6
  1473. package/dist/features/blocks/plugin/commands.js.map +0 -1
  1474. package/dist/features/blocks/plugin/index.d.ts +0 -6
  1475. package/dist/features/blocks/plugin/index.d.ts.map +0 -1
  1476. package/dist/features/blocks/plugin/index.js +0 -111
  1477. package/dist/features/blocks/plugin/index.js.map +0 -1
  1478. package/dist/features/blocks/validate.d.ts +0 -6
  1479. package/dist/features/blocks/validate.d.ts.map +0 -1
  1480. package/dist/features/blocks/validate.js +0 -37
  1481. package/dist/features/blocks/validate.js.map +0 -1
  1482. package/dist/features/converters/html/feature.server.d.ts +0 -8
  1483. package/dist/features/converters/html/feature.server.d.ts.map +0 -1
  1484. package/dist/features/converters/html/feature.server.js +0 -8
  1485. package/dist/features/converters/html/feature.server.js.map +0 -1
  1486. package/dist/features/createClientComponent.d.ts +0 -7
  1487. package/dist/features/createClientComponent.d.ts.map +0 -1
  1488. package/dist/features/createClientComponent.js +0 -12
  1489. package/dist/features/createClientComponent.js.map +0 -1
  1490. package/dist/features/createFeaturePropComponent.d.ts +0 -6
  1491. package/dist/features/createFeaturePropComponent.d.ts.map +0 -1
  1492. package/dist/features/createFeaturePropComponent.js +0 -18
  1493. package/dist/features/createFeaturePropComponent.js.map +0 -1
  1494. package/dist/features/debug/testRecorder/feature.client.d.ts +0 -5
  1495. package/dist/features/debug/testRecorder/feature.client.d.ts.map +0 -1
  1496. package/dist/features/debug/testRecorder/feature.client.js +0 -13
  1497. package/dist/features/debug/testRecorder/feature.client.js.map +0 -1
  1498. package/dist/features/debug/testRecorder/feature.server.d.ts +0 -2
  1499. package/dist/features/debug/testRecorder/feature.server.d.ts.map +0 -1
  1500. package/dist/features/debug/testRecorder/feature.server.js +0 -11
  1501. package/dist/features/debug/testRecorder/feature.server.js.map +0 -1
  1502. package/dist/features/debug/testRecorder/plugin/index.d.ts +0 -5
  1503. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +0 -1
  1504. package/dist/features/debug/testRecorder/plugin/index.js +0 -471
  1505. package/dist/features/debug/testRecorder/plugin/index.js.map +0 -1
  1506. package/dist/features/debug/treeView/feature.client.d.ts +0 -5
  1507. package/dist/features/debug/treeView/feature.client.d.ts.map +0 -1
  1508. package/dist/features/debug/treeView/feature.client.js +0 -13
  1509. package/dist/features/debug/treeView/feature.client.js.map +0 -1
  1510. package/dist/features/debug/treeView/feature.server.d.ts +0 -2
  1511. package/dist/features/debug/treeView/feature.server.d.ts.map +0 -1
  1512. package/dist/features/debug/treeView/feature.server.js +0 -11
  1513. package/dist/features/debug/treeView/feature.server.js.map +0 -1
  1514. package/dist/features/debug/treeView/plugin/index.d.ts +0 -4
  1515. package/dist/features/debug/treeView/plugin/index.d.ts.map +0 -1
  1516. package/dist/features/debug/treeView/plugin/index.js +0 -19
  1517. package/dist/features/debug/treeView/plugin/index.js.map +0 -1
  1518. package/dist/features/experimental_table/feature.client.d.ts +0 -2
  1519. package/dist/features/experimental_table/feature.client.d.ts.map +0 -1
  1520. package/dist/features/experimental_table/feature.client.js +0 -71
  1521. package/dist/features/experimental_table/feature.client.js.map +0 -1
  1522. package/dist/features/experimental_table/feature.server.d.ts +0 -13
  1523. package/dist/features/experimental_table/feature.server.d.ts.map +0 -1
  1524. package/dist/features/experimental_table/feature.server.js +0 -125
  1525. package/dist/features/experimental_table/feature.server.js.map +0 -1
  1526. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +0 -4
  1527. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +0 -1
  1528. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +0 -604
  1529. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +0 -1
  1530. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +0 -3
  1531. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +0 -1
  1532. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +0 -327
  1533. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +0 -1
  1534. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.d.ts +0 -12
  1535. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.d.ts.map +0 -1
  1536. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.js +0 -181
  1537. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.js.map +0 -1
  1538. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +0 -24
  1539. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +0 -1
  1540. package/dist/features/experimental_table/plugins/TablePlugin/index.js +0 -98
  1541. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +0 -1
  1542. package/dist/features/experimental_table/utils/debounce.d.ts.map +0 -1
  1543. package/dist/features/experimental_table/utils/debounce.js +0 -202
  1544. package/dist/features/experimental_table/utils/debounce.js.map +0 -1
  1545. package/dist/features/experimental_table/utils/useDebounce.d.ts.map +0 -1
  1546. package/dist/features/experimental_table/utils/useDebounce.js +0 -18
  1547. package/dist/features/experimental_table/utils/useDebounce.js.map +0 -1
  1548. package/dist/features/heading/feature.client.d.ts +0 -6
  1549. package/dist/features/heading/feature.client.d.ts.map +0 -1
  1550. package/dist/features/heading/feature.client.js +0 -112
  1551. package/dist/features/heading/feature.client.js.map +0 -1
  1552. package/dist/features/heading/feature.server.d.ts +0 -10
  1553. package/dist/features/heading/feature.server.d.ts.map +0 -1
  1554. package/dist/features/heading/feature.server.js +0 -62
  1555. package/dist/features/heading/feature.server.js.map +0 -1
  1556. package/dist/features/heading/i18n.d.ts.map +0 -1
  1557. package/dist/features/heading/i18n.js +0 -100
  1558. package/dist/features/heading/i18n.js.map +0 -1
  1559. package/dist/features/horizontalRule/component/index.d.ts +0 -10
  1560. package/dist/features/horizontalRule/component/index.d.ts.map +0 -1
  1561. package/dist/features/horizontalRule/component/index.js +0 -67
  1562. package/dist/features/horizontalRule/component/index.js.map +0 -1
  1563. package/dist/features/horizontalRule/feature.client.d.ts +0 -5
  1564. package/dist/features/horizontalRule/feature.client.d.ts.map +0 -1
  1565. package/dist/features/horizontalRule/feature.client.js +0 -70
  1566. package/dist/features/horizontalRule/feature.client.js.map +0 -1
  1567. package/dist/features/horizontalRule/feature.server.d.ts +0 -2
  1568. package/dist/features/horizontalRule/feature.server.d.ts.map +0 -1
  1569. package/dist/features/horizontalRule/feature.server.js +0 -34
  1570. package/dist/features/horizontalRule/feature.server.js.map +0 -1
  1571. package/dist/features/horizontalRule/i18n.d.ts.map +0 -1
  1572. package/dist/features/horizontalRule/i18n.js +0 -100
  1573. package/dist/features/horizontalRule/i18n.js.map +0 -1
  1574. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +0 -1
  1575. package/dist/features/horizontalRule/markdownTransformer.js +0 -23
  1576. package/dist/features/horizontalRule/markdownTransformer.js.map +0 -1
  1577. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +0 -56
  1578. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1579. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +0 -92
  1580. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +0 -1
  1581. package/dist/features/horizontalRule/plugin/index.d.ts +0 -7
  1582. package/dist/features/horizontalRule/plugin/index.d.ts.map +0 -1
  1583. package/dist/features/horizontalRule/plugin/index.js +0 -30
  1584. package/dist/features/horizontalRule/plugin/index.js.map +0 -1
  1585. package/dist/features/indent/feature.client.d.ts +0 -5
  1586. package/dist/features/indent/feature.client.d.ts.map +0 -1
  1587. package/dist/features/indent/feature.client.js +0 -56
  1588. package/dist/features/indent/feature.client.js.map +0 -1
  1589. package/dist/features/indent/feature.server.d.ts +0 -2
  1590. package/dist/features/indent/feature.server.d.ts.map +0 -1
  1591. package/dist/features/indent/feature.server.js +0 -13
  1592. package/dist/features/indent/feature.server.js.map +0 -1
  1593. package/dist/features/indent/i18n.d.ts.map +0 -1
  1594. package/dist/features/indent/i18n.js +0 -132
  1595. package/dist/features/indent/i18n.js.map +0 -1
  1596. package/dist/features/indent/toolbarIndentGroup.d.ts +0 -3
  1597. package/dist/features/indent/toolbarIndentGroup.d.ts.map +0 -1
  1598. package/dist/features/indent/toolbarIndentGroup.js +0 -10
  1599. package/dist/features/indent/toolbarIndentGroup.js.map +0 -1
  1600. package/dist/features/link/drawer/baseFields.d.ts +0 -3
  1601. package/dist/features/link/drawer/baseFields.d.ts.map +0 -1
  1602. package/dist/features/link/drawer/baseFields.js +0 -94
  1603. package/dist/features/link/drawer/baseFields.js.map +0 -1
  1604. package/dist/features/link/feature.client.d.ts +0 -16
  1605. package/dist/features/link/feature.client.d.ts.map +0 -1
  1606. package/dist/features/link/feature.client.js +0 -101
  1607. package/dist/features/link/feature.client.js.map +0 -1
  1608. package/dist/features/link/feature.server.d.ts +0 -35
  1609. package/dist/features/link/feature.server.d.ts.map +0 -1
  1610. package/dist/features/link/feature.server.js +0 -134
  1611. package/dist/features/link/feature.server.js.map +0 -1
  1612. package/dist/features/link/graphQLPopulationPromise.d.ts +0 -5
  1613. package/dist/features/link/graphQLPopulationPromise.d.ts.map +0 -1
  1614. package/dist/features/link/graphQLPopulationPromise.js +0 -31
  1615. package/dist/features/link/graphQLPopulationPromise.js.map +0 -1
  1616. package/dist/features/link/i18n.d.ts.map +0 -1
  1617. package/dist/features/link/i18n.js +0 -100
  1618. package/dist/features/link/i18n.js.map +0 -1
  1619. package/dist/features/link/plugins/autoLink/index.d.ts +0 -20
  1620. package/dist/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1621. package/dist/features/link/plugins/autoLink/index.js +0 -336
  1622. package/dist/features/link/plugins/autoLink/index.js.map +0 -1
  1623. package/dist/features/link/plugins/clickableLink/index.d.ts +0 -4
  1624. package/dist/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1625. package/dist/features/link/plugins/clickableLink/index.js +0 -9
  1626. package/dist/features/link/plugins/clickableLink/index.js.map +0 -1
  1627. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1628. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -4
  1629. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1630. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1631. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -299
  1632. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1633. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +0 -5
  1634. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1635. package/dist/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1636. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1637. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1638. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1639. package/dist/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1640. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1641. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -9
  1642. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1643. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +0 -20
  1644. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1645. package/dist/features/link/plugins/link/index.d.ts +0 -4
  1646. package/dist/features/link/plugins/link/index.d.ts.map +0 -1
  1647. package/dist/features/link/plugins/link/index.js +0 -53
  1648. package/dist/features/link/plugins/link/index.js.map +0 -1
  1649. package/dist/features/link/validate.d.ts +0 -6
  1650. package/dist/features/link/validate.d.ts.map +0 -1
  1651. package/dist/features/link/validate.js +0 -29
  1652. package/dist/features/link/validate.js.map +0 -1
  1653. package/dist/features/lists/checklist/feature.client.d.ts +0 -5
  1654. package/dist/features/lists/checklist/feature.client.d.ts.map +0 -1
  1655. package/dist/features/lists/checklist/feature.client.js +0 -100
  1656. package/dist/features/lists/checklist/feature.client.js.map +0 -1
  1657. package/dist/features/lists/checklist/feature.server.d.ts +0 -2
  1658. package/dist/features/lists/checklist/feature.server.d.ts.map +0 -1
  1659. package/dist/features/lists/checklist/feature.server.js +0 -36
  1660. package/dist/features/lists/checklist/feature.server.js.map +0 -1
  1661. package/dist/features/lists/checklist/i18n.d.ts.map +0 -1
  1662. package/dist/features/lists/checklist/i18n.js +0 -100
  1663. package/dist/features/lists/checklist/i18n.js.map +0 -1
  1664. package/dist/features/lists/checklist/plugin/index.d.ts +0 -3
  1665. package/dist/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1666. package/dist/features/lists/checklist/plugin/index.js +0 -9
  1667. package/dist/features/lists/checklist/plugin/index.js.map +0 -1
  1668. package/dist/features/lists/orderedList/feature.client.d.ts +0 -5
  1669. package/dist/features/lists/orderedList/feature.client.d.ts.map +0 -1
  1670. package/dist/features/lists/orderedList/feature.client.js +0 -90
  1671. package/dist/features/lists/orderedList/feature.client.js.map +0 -1
  1672. package/dist/features/lists/orderedList/feature.server.d.ts +0 -2
  1673. package/dist/features/lists/orderedList/feature.server.d.ts.map +0 -1
  1674. package/dist/features/lists/orderedList/feature.server.js +0 -36
  1675. package/dist/features/lists/orderedList/feature.server.js.map +0 -1
  1676. package/dist/features/lists/orderedList/i18n.d.ts.map +0 -1
  1677. package/dist/features/lists/orderedList/i18n.js +0 -100
  1678. package/dist/features/lists/orderedList/i18n.js.map +0 -1
  1679. package/dist/features/lists/unorderedList/feature.client.d.ts +0 -5
  1680. package/dist/features/lists/unorderedList/feature.client.d.ts.map +0 -1
  1681. package/dist/features/lists/unorderedList/feature.client.js +0 -88
  1682. package/dist/features/lists/unorderedList/feature.client.js.map +0 -1
  1683. package/dist/features/lists/unorderedList/feature.server.d.ts +0 -2
  1684. package/dist/features/lists/unorderedList/feature.server.d.ts.map +0 -1
  1685. package/dist/features/lists/unorderedList/feature.server.js +0 -34
  1686. package/dist/features/lists/unorderedList/feature.server.js.map +0 -1
  1687. package/dist/features/lists/unorderedList/i18n.d.ts.map +0 -1
  1688. package/dist/features/lists/unorderedList/i18n.js +0 -100
  1689. package/dist/features/lists/unorderedList/i18n.js.map +0 -1
  1690. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -5
  1691. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1692. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1693. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1694. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1695. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1696. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1697. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1698. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -5
  1699. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1700. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1701. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1702. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1703. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1704. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1705. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1706. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -5
  1707. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1708. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1709. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1710. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1711. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1712. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1713. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1714. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -5
  1715. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1716. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1717. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1718. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1719. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1720. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1721. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1722. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -5
  1723. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1724. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1725. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1726. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1727. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1728. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1729. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1730. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -5
  1731. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1732. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1733. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1734. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1735. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1736. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1737. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1738. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -5
  1739. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1740. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1741. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1742. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1743. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1744. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1745. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1746. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -5
  1747. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1748. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1749. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1750. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1751. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1752. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1753. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1754. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -5
  1755. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1756. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1757. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1758. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1759. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1760. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1761. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1762. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -5
  1763. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1764. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1765. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1766. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1767. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1768. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1769. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1770. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -5
  1771. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1772. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1773. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1774. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1775. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1776. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1777. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1778. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -5
  1779. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1780. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1781. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1782. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1783. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1784. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1785. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1786. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -5
  1787. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1788. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1789. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1790. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1791. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1792. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1793. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1794. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -5
  1795. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1796. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1797. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1798. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1799. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1800. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1801. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1802. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -5
  1803. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1804. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1805. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1806. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1807. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1808. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1809. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1810. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -5
  1811. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1812. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1813. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1814. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1815. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1816. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1817. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1818. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -5
  1819. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1820. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1821. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1822. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1823. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1824. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1825. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1826. package/dist/features/paragraph/feature.client.d.ts +0 -5
  1827. package/dist/features/paragraph/feature.client.d.ts.map +0 -1
  1828. package/dist/features/paragraph/feature.client.js +0 -71
  1829. package/dist/features/paragraph/feature.client.js.map +0 -1
  1830. package/dist/features/paragraph/feature.server.d.ts +0 -2
  1831. package/dist/features/paragraph/feature.server.d.ts.map +0 -1
  1832. package/dist/features/paragraph/feature.server.js +0 -14
  1833. package/dist/features/paragraph/feature.server.js.map +0 -1
  1834. package/dist/features/paragraph/i18n.d.ts.map +0 -1
  1835. package/dist/features/paragraph/i18n.js +0 -132
  1836. package/dist/features/paragraph/i18n.js.map +0 -1
  1837. package/dist/features/relationship/drawer/commands.d.ts.map +0 -1
  1838. package/dist/features/relationship/drawer/commands.js +0 -4
  1839. package/dist/features/relationship/drawer/commands.js.map +0 -1
  1840. package/dist/features/relationship/drawer/index.d.ts.map +0 -1
  1841. package/dist/features/relationship/drawer/index.js +0 -83
  1842. package/dist/features/relationship/drawer/index.js.map +0 -1
  1843. package/dist/features/relationship/feature.client.d.ts +0 -18
  1844. package/dist/features/relationship/feature.client.d.ts.map +0 -1
  1845. package/dist/features/relationship/feature.client.js +0 -72
  1846. package/dist/features/relationship/feature.client.js.map +0 -1
  1847. package/dist/features/relationship/feature.server.d.ts +0 -27
  1848. package/dist/features/relationship/feature.server.d.ts.map +0 -1
  1849. package/dist/features/relationship/feature.server.js +0 -55
  1850. package/dist/features/relationship/feature.server.js.map +0 -1
  1851. package/dist/features/relationship/graphQLPopulationPromise.d.ts +0 -5
  1852. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +0 -1
  1853. package/dist/features/relationship/graphQLPopulationPromise.js +0 -29
  1854. package/dist/features/relationship/graphQLPopulationPromise.js.map +0 -1
  1855. package/dist/features/relationship/i18n.d.ts.map +0 -1
  1856. package/dist/features/relationship/i18n.js +0 -100
  1857. package/dist/features/relationship/i18n.js.map +0 -1
  1858. package/dist/features/relationship/nodes/RelationshipNode.d.ts +0 -35
  1859. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1860. package/dist/features/relationship/nodes/RelationshipNode.js +0 -111
  1861. package/dist/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1862. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -13
  1863. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1864. package/dist/features/relationship/nodes/components/RelationshipComponent.js +0 -171
  1865. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1866. package/dist/features/relationship/plugins/index.d.ts +0 -7
  1867. package/dist/features/relationship/plugins/index.d.ts.map +0 -1
  1868. package/dist/features/relationship/plugins/index.js +0 -50
  1869. package/dist/features/relationship/plugins/index.js.map +0 -1
  1870. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1871. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +0 -33
  1872. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1873. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +0 -5
  1874. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +0 -1
  1875. package/dist/features/toolbars/fixed/Toolbar/index.js +0 -207
  1876. package/dist/features/toolbars/fixed/Toolbar/index.js.map +0 -1
  1877. package/dist/features/toolbars/fixed/feature.client.d.ts +0 -6
  1878. package/dist/features/toolbars/fixed/feature.client.d.ts.map +0 -1
  1879. package/dist/features/toolbars/fixed/feature.client.js +0 -13
  1880. package/dist/features/toolbars/fixed/feature.client.js.map +0 -1
  1881. package/dist/features/toolbars/fixed/feature.server.d.ts +0 -18
  1882. package/dist/features/toolbars/fixed/feature.server.d.ts.map +0 -1
  1883. package/dist/features/toolbars/fixed/feature.server.js +0 -19
  1884. package/dist/features/toolbars/fixed/feature.server.js.map +0 -1
  1885. package/dist/features/toolbars/inline/Toolbar/index.d.ts +0 -4
  1886. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +0 -1
  1887. package/dist/features/toolbars/inline/Toolbar/index.js +0 -319
  1888. package/dist/features/toolbars/inline/Toolbar/index.js.map +0 -1
  1889. package/dist/features/toolbars/inline/feature.client.d.ts +0 -5
  1890. package/dist/features/toolbars/inline/feature.client.d.ts.map +0 -1
  1891. package/dist/features/toolbars/inline/feature.client.js +0 -13
  1892. package/dist/features/toolbars/inline/feature.client.js.map +0 -1
  1893. package/dist/features/toolbars/inline/feature.server.d.ts +0 -2
  1894. package/dist/features/toolbars/inline/feature.server.d.ts.map +0 -1
  1895. package/dist/features/toolbars/inline/feature.server.js +0 -11
  1896. package/dist/features/toolbars/inline/feature.server.js.map +0 -1
  1897. package/dist/features/upload/component/index.d.ts +0 -9
  1898. package/dist/features/upload/component/index.d.ts.map +0 -1
  1899. package/dist/features/upload/component/index.js +0 -242
  1900. package/dist/features/upload/component/index.js.map +0 -1
  1901. package/dist/features/upload/drawer/commands.d.ts.map +0 -1
  1902. package/dist/features/upload/drawer/commands.js +0 -5
  1903. package/dist/features/upload/drawer/commands.js.map +0 -1
  1904. package/dist/features/upload/drawer/index.d.ts.map +0 -1
  1905. package/dist/features/upload/drawer/index.js +0 -77
  1906. package/dist/features/upload/drawer/index.js.map +0 -1
  1907. package/dist/features/upload/feature.client.d.ts +0 -12
  1908. package/dist/features/upload/feature.client.d.ts.map +0 -1
  1909. package/dist/features/upload/feature.client.js +0 -74
  1910. package/dist/features/upload/feature.client.js.map +0 -1
  1911. package/dist/features/upload/feature.server.d.ts +0 -18
  1912. package/dist/features/upload/feature.server.d.ts.map +0 -1
  1913. package/dist/features/upload/feature.server.js +0 -184
  1914. package/dist/features/upload/feature.server.js.map +0 -1
  1915. package/dist/features/upload/graphQLPopulationPromise.d.ts +0 -5
  1916. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +0 -1
  1917. package/dist/features/upload/graphQLPopulationPromise.js +0 -52
  1918. package/dist/features/upload/graphQLPopulationPromise.js.map +0 -1
  1919. package/dist/features/upload/i18n.d.ts.map +0 -1
  1920. package/dist/features/upload/i18n.js +0 -100
  1921. package/dist/features/upload/i18n.js.map +0 -1
  1922. package/dist/features/upload/nodes/UploadNode.d.ts +0 -39
  1923. package/dist/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1924. package/dist/features/upload/nodes/UploadNode.js +0 -131
  1925. package/dist/features/upload/nodes/UploadNode.js.map +0 -1
  1926. package/dist/features/upload/plugin/index.d.ts +0 -8
  1927. package/dist/features/upload/plugin/index.d.ts.map +0 -1
  1928. package/dist/features/upload/plugin/index.js +0 -53
  1929. package/dist/features/upload/plugin/index.js.map +0 -1
  1930. package/dist/features/upload/validate.d.ts +0 -5
  1931. package/dist/features/upload/validate.d.ts.map +0 -1
  1932. package/dist/features/upload/validate.js +0 -45
  1933. package/dist/features/upload/validate.js.map +0 -1
  1934. package/dist/lexical/utils/invariant.d.ts +0 -2
  1935. package/dist/lexical/utils/invariant.d.ts.map +0 -1
  1936. package/dist/lexical/utils/invariant.js +0 -12
  1937. package/dist/lexical/utils/invariant.js.map +0 -1
  1938. package/dist/utilities/generateComponentMap.d.ts +0 -6
  1939. package/dist/utilities/generateComponentMap.d.ts.map +0 -1
  1940. package/dist/utilities/generateComponentMap.js +0 -79
  1941. package/dist/utilities/generateComponentMap.js.map +0 -1
  1942. /package/dist/features/align/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1943. /package/dist/features/blockquote/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1944. /package/dist/features/blocks/{component → client/component}/removeEmptyArrayValues.d.ts +0 -0
  1945. /package/dist/features/blocks/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1946. /package/dist/features/experimental_table/{utils → client/utils}/debounce.d.ts +0 -0
  1947. /package/dist/features/experimental_table/{utils → client/utils}/useDebounce.d.ts +0 -0
  1948. /package/dist/features/heading/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1949. /package/dist/features/horizontalRule/{markdownTransformer.d.ts → client/markdownTransformer.d.ts} +0 -0
  1950. /package/dist/features/horizontalRule/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1951. /package/dist/features/indent/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1952. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  1953. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  1954. /package/dist/features/link/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1955. /package/dist/features/lists/checklist/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1956. /package/dist/features/lists/orderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1957. /package/dist/features/lists/unorderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1958. /package/dist/features/paragraph/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1959. /package/dist/features/relationship/{drawer → client/drawer}/commands.d.ts +0 -0
  1960. /package/dist/features/relationship/{drawer → client/drawer}/index.d.ts +0 -0
  1961. /package/dist/features/relationship/{utils → client/utils}/EnabledRelationshipsCondition.d.ts +0 -0
  1962. /package/dist/features/relationship/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1963. /package/dist/features/upload/{drawer → client/drawer}/commands.d.ts +0 -0
  1964. /package/dist/features/upload/{drawer → client/drawer}/index.d.ts +0 -0
  1965. /package/dist/features/upload/{i18n.d.ts → server/i18n.d.ts} +0 -0
@@ -4,98 +4,111 @@ import { upgradeDocumentFieldsRecursively } from './upgradeDocumentFieldsRecursi
4
4
  * This way, the data is automatically converted to the new format, and that automatic conversion gets applied to every single document in your app.
5
5
  *
6
6
  * @param payload
7
- */ export async function upgradeLexicalData({ payload }) {
8
- const collections = payload.config.collections;
9
- const allLocales = payload.config.localization ? payload.config.localization.localeCodes : [
10
- null
11
- ];
12
- const totalCollections = collections.length;
13
- for (const locale of allLocales){
14
- let curCollection = 0;
15
- for (const collection of collections){
16
- curCollection++;
17
- await upgradeCollection({
18
- collection,
19
- cur: curCollection,
20
- locale,
21
- max: totalCollections,
22
- payload
23
- });
24
- }
25
- for (const global of payload.config.globals){
26
- await upgradeGlobal({
27
- global,
28
- locale,
29
- payload
30
- });
31
- }
7
+ */
8
+ export async function upgradeLexicalData({
9
+ payload
10
+ }) {
11
+ const collections = payload.config.collections;
12
+ const allLocales = payload.config.localization ? payload.config.localization.localeCodes : [null];
13
+ const totalCollections = collections.length;
14
+ for (const locale of allLocales) {
15
+ let curCollection = 0;
16
+ for (const collection of collections) {
17
+ curCollection++;
18
+ await upgradeCollection({
19
+ collection,
20
+ cur: curCollection,
21
+ locale,
22
+ max: totalCollections,
23
+ payload
24
+ });
32
25
  }
26
+ for (const global of payload.config.globals) {
27
+ await upgradeGlobal({
28
+ global,
29
+ locale,
30
+ payload
31
+ });
32
+ }
33
+ }
33
34
  }
34
- async function upgradeGlobal({ global, locale, payload }) {
35
- console.log(`Lexical Upgrader: ${locale}: Upgrading global:`, global.slug);
36
- const document = await payload.findGlobal({
37
- slug: global.slug,
38
- depth: 0,
39
- locale: locale || undefined,
40
- overrideAccess: true
41
- });
42
- const found = upgradeDocument({
43
- document,
44
- fields: global.fields
35
+ async function upgradeGlobal({
36
+ global,
37
+ locale,
38
+ payload
39
+ }) {
40
+ console.log(`Lexical Upgrader: ${locale}: Upgrading global:`, global.slug);
41
+ const document = await payload.findGlobal({
42
+ slug: global.slug,
43
+ depth: 0,
44
+ locale: locale || undefined,
45
+ overrideAccess: true
46
+ });
47
+ const found = upgradeDocument({
48
+ document,
49
+ fields: global.fields
50
+ });
51
+ if (found) {
52
+ await payload.updateGlobal({
53
+ slug: global.slug,
54
+ data: document,
55
+ depth: 0,
56
+ locale: locale || undefined
45
57
  });
46
- if (found) {
47
- await payload.updateGlobal({
48
- slug: global.slug,
49
- data: document,
50
- depth: 0,
51
- locale: locale || undefined
52
- });
53
- }
58
+ }
54
59
  }
55
- async function upgradeCollection({ collection, cur, locale, max, payload }) {
56
- console.log(`Lexical Upgrade: ${locale}: Upgrading collection:`, collection.slug, '(' + cur + '/' + max + ')');
57
- const documentCount = (await payload.count({
58
- collection: collection.slug,
59
- depth: 0,
60
- locale: locale || undefined
61
- })).totalDocs;
62
- let page = 1;
63
- let upgraded = 0;
64
- while(upgraded < documentCount){
65
- const documents = await payload.find({
66
- collection: collection.slug,
67
- depth: 0,
68
- locale: locale || undefined,
69
- overrideAccess: true,
70
- page,
71
- pagination: true
60
+ async function upgradeCollection({
61
+ collection,
62
+ cur,
63
+ locale,
64
+ max,
65
+ payload
66
+ }) {
67
+ console.log(`Lexical Upgrade: ${locale}: Upgrading collection:`, collection.slug, '(' + cur + '/' + max + ')');
68
+ const documentCount = (await payload.count({
69
+ collection: collection.slug,
70
+ depth: 0,
71
+ locale: locale || undefined
72
+ })).totalDocs;
73
+ let page = 1;
74
+ let upgraded = 0;
75
+ while (upgraded < documentCount) {
76
+ const documents = await payload.find({
77
+ collection: collection.slug,
78
+ depth: 0,
79
+ locale: locale || undefined,
80
+ overrideAccess: true,
81
+ page,
82
+ pagination: true
83
+ });
84
+ for (const document of documents.docs) {
85
+ upgraded++;
86
+ console.log(`Lexical Upgrade: ${locale}: Upgrading collection:`, collection.slug, '(' + cur + '/' + max + ') - Upgrading Document: ' + document.id + ' (' + upgraded + '/' + documentCount + ')');
87
+ const found = upgradeDocument({
88
+ document,
89
+ fields: collection.fields
90
+ });
91
+ if (found) {
92
+ await payload.update({
93
+ id: document.id,
94
+ collection: collection.slug,
95
+ data: document,
96
+ depth: 0,
97
+ locale: locale || undefined
72
98
  });
73
- for (const document of documents.docs){
74
- upgraded++;
75
- console.log(`Lexical Upgrade: ${locale}: Upgrading collection:`, collection.slug, '(' + cur + '/' + max + ') - Upgrading Document: ' + document.id + ' (' + upgraded + '/' + documentCount + ')');
76
- const found = upgradeDocument({
77
- document,
78
- fields: collection.fields
79
- });
80
- if (found) {
81
- await payload.update({
82
- id: document.id,
83
- collection: collection.slug,
84
- data: document,
85
- depth: 0,
86
- locale: locale || undefined
87
- });
88
- }
89
- }
90
- page++;
99
+ }
91
100
  }
101
+ page++;
102
+ }
92
103
  }
93
- function upgradeDocument({ document, fields }) {
94
- return !!upgradeDocumentFieldsRecursively({
95
- data: document,
96
- fields,
97
- found: 0
98
- });
104
+ function upgradeDocument({
105
+ document,
106
+ fields
107
+ }) {
108
+ return !!upgradeDocumentFieldsRecursively({
109
+ data: document,
110
+ fields,
111
+ found: 0
112
+ });
99
113
  }
100
-
101
114
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/utilities/upgradeLexicalData/index.ts"],"sourcesContent":["import type { CollectionConfig, Field, GlobalConfig, Payload } from 'payload'\n\nimport { upgradeDocumentFieldsRecursively } from './upgradeDocumentFieldsRecursively.js'\n\n/**\n * This goes through every single document in your payload app and re-saves it, if it has a lexical editor.\n * This way, the data is automatically converted to the new format, and that automatic conversion gets applied to every single document in your app.\n *\n * @param payload\n */\nexport async function upgradeLexicalData({ payload }: { payload: Payload }) {\n const collections = payload.config.collections\n\n const allLocales = payload.config.localization ? payload.config.localization.localeCodes : [null]\n\n const totalCollections = collections.length\n for (const locale of allLocales) {\n let curCollection = 0\n for (const collection of collections) {\n curCollection++\n await upgradeCollection({\n collection,\n cur: curCollection,\n locale,\n max: totalCollections,\n payload,\n })\n }\n for (const global of payload.config.globals) {\n await upgradeGlobal({\n global,\n locale,\n payload,\n })\n }\n }\n}\n\nasync function upgradeGlobal({\n global,\n locale,\n payload,\n}: {\n global: GlobalConfig\n locale: null | string\n payload: Payload\n}) {\n console.log(`Lexical Upgrader: ${locale}: Upgrading global:`, global.slug)\n\n const document = await payload.findGlobal({\n slug: global.slug,\n depth: 0,\n locale: locale || undefined,\n overrideAccess: true,\n })\n\n const found = upgradeDocument({\n document,\n fields: global.fields,\n })\n\n if (found) {\n await payload.updateGlobal({\n slug: global.slug,\n data: document,\n depth: 0,\n locale: locale || undefined,\n })\n }\n}\n\nasync function upgradeCollection({\n collection,\n cur,\n locale,\n max,\n payload,\n}: {\n collection: CollectionConfig\n cur: number\n locale: null | string\n max: number\n payload: Payload\n}) {\n console.log(\n `Lexical Upgrade: ${locale}: Upgrading collection:`,\n collection.slug,\n '(' + cur + '/' + max + ')',\n )\n\n const documentCount = (\n await payload.count({\n collection: collection.slug,\n depth: 0,\n locale: locale || undefined,\n })\n ).totalDocs\n\n let page = 1\n let upgraded = 0\n\n while (upgraded < documentCount) {\n const documents = await payload.find({\n collection: collection.slug,\n depth: 0,\n locale: locale || undefined,\n overrideAccess: true,\n page,\n pagination: true,\n })\n\n for (const document of documents.docs) {\n upgraded++\n console.log(\n `Lexical Upgrade: ${locale}: Upgrading collection:`,\n collection.slug,\n '(' +\n cur +\n '/' +\n max +\n ') - Upgrading Document: ' +\n document.id +\n ' (' +\n upgraded +\n '/' +\n documentCount +\n ')',\n )\n const found = upgradeDocument({\n document,\n fields: collection.fields,\n })\n\n if (found) {\n await payload.update({\n id: document.id,\n collection: collection.slug,\n data: document,\n depth: 0,\n locale: locale || undefined,\n })\n }\n }\n page++\n }\n}\n\nfunction upgradeDocument({\n document,\n fields,\n}: {\n document: Record<string, unknown>\n fields: Field[]\n}): boolean {\n return !!upgradeDocumentFieldsRecursively({\n data: document,\n fields,\n found: 0,\n })\n}\n"],"names":["upgradeDocumentFieldsRecursively","upgradeLexicalData","payload","collections","config","allLocales","localization","localeCodes","totalCollections","length","locale","curCollection","collection","upgradeCollection","cur","max","global","globals","upgradeGlobal","console","log","slug","document","findGlobal","depth","undefined","overrideAccess","found","upgradeDocument","fields","updateGlobal","data","documentCount","count","totalDocs","page","upgraded","documents","find","pagination","docs","id","update"],"mappings":"AAEA,SAASA,gCAAgC,QAAQ,wCAAuC;AAExF;;;;;CAKC,GACD,OAAO,eAAeC,mBAAmB,EAAEC,OAAO,EAAwB;IACxE,MAAMC,cAAcD,QAAQE,MAAM,CAACD,WAAW;IAE9C,MAAME,aAAaH,QAAQE,MAAM,CAACE,YAAY,GAAGJ,QAAQE,MAAM,CAACE,YAAY,CAACC,WAAW,GAAG;QAAC;KAAK;IAEjG,MAAMC,mBAAmBL,YAAYM,MAAM;IAC3C,KAAK,MAAMC,UAAUL,WAAY;QAC/B,IAAIM,gBAAgB;QACpB,KAAK,MAAMC,cAAcT,YAAa;YACpCQ;YACA,MAAME,kBAAkB;gBACtBD;gBACAE,KAAKH;gBACLD;gBACAK,KAAKP;gBACLN;YACF;QACF;QACA,KAAK,MAAMc,UAAUd,QAAQE,MAAM,CAACa,OAAO,CAAE;YAC3C,MAAMC,cAAc;gBAClBF;gBACAN;gBACAR;YACF;QACF;IACF;AACF;AAEA,eAAegB,cAAc,EAC3BF,MAAM,EACNN,MAAM,EACNR,OAAO,EAKR;IACCiB,QAAQC,GAAG,CAAC,CAAC,kBAAkB,EAAEV,OAAO,mBAAmB,CAAC,EAAEM,OAAOK,IAAI;IAEzE,MAAMC,WAAW,MAAMpB,QAAQqB,UAAU,CAAC;QACxCF,MAAML,OAAOK,IAAI;QACjBG,OAAO;QACPd,QAAQA,UAAUe;QAClBC,gBAAgB;IAClB;IAEA,MAAMC,QAAQC,gBAAgB;QAC5BN;QACAO,QAAQb,OAAOa,MAAM;IACvB;IAEA,IAAIF,OAAO;QACT,MAAMzB,QAAQ4B,YAAY,CAAC;YACzBT,MAAML,OAAOK,IAAI;YACjBU,MAAMT;YACNE,OAAO;YACPd,QAAQA,UAAUe;QACpB;IACF;AACF;AAEA,eAAeZ,kBAAkB,EAC/BD,UAAU,EACVE,GAAG,EACHJ,MAAM,EACNK,GAAG,EACHb,OAAO,EAOR;IACCiB,QAAQC,GAAG,CACT,CAAC,iBAAiB,EAAEV,OAAO,uBAAuB,CAAC,EACnDE,WAAWS,IAAI,EACf,MAAMP,MAAM,MAAMC,MAAM;IAG1B,MAAMiB,gBAAgB,AACpB,CAAA,MAAM9B,QAAQ+B,KAAK,CAAC;QAClBrB,YAAYA,WAAWS,IAAI;QAC3BG,OAAO;QACPd,QAAQA,UAAUe;IACpB,EAAC,EACDS,SAAS;IAEX,IAAIC,OAAO;IACX,IAAIC,WAAW;IAEf,MAAOA,WAAWJ,cAAe;QAC/B,MAAMK,YAAY,MAAMnC,QAAQoC,IAAI,CAAC;YACnC1B,YAAYA,WAAWS,IAAI;YAC3BG,OAAO;YACPd,QAAQA,UAAUe;YAClBC,gBAAgB;YAChBS;YACAI,YAAY;QACd;QAEA,KAAK,MAAMjB,YAAYe,UAAUG,IAAI,CAAE;YACrCJ;YACAjB,QAAQC,GAAG,CACT,CAAC,iBAAiB,EAAEV,OAAO,uBAAuB,CAAC,EACnDE,WAAWS,IAAI,EACf,MACEP,MACA,MACAC,MACA,6BACAO,SAASmB,EAAE,GACX,OACAL,WACA,MACAJ,gBACA;YAEJ,MAAML,QAAQC,gBAAgB;gBAC5BN;gBACAO,QAAQjB,WAAWiB,MAAM;YAC3B;YAEA,IAAIF,OAAO;gBACT,MAAMzB,QAAQwC,MAAM,CAAC;oBACnBD,IAAInB,SAASmB,EAAE;oBACf7B,YAAYA,WAAWS,IAAI;oBAC3BU,MAAMT;oBACNE,OAAO;oBACPd,QAAQA,UAAUe;gBACpB;YACF;QACF;QACAU;IACF;AACF;AAEA,SAASP,gBAAgB,EACvBN,QAAQ,EACRO,MAAM,EAIP;IACC,OAAO,CAAC,CAAC7B,iCAAiC;QACxC+B,MAAMT;QACNO;QACAF,OAAO;IACT;AACF"}
1
+ {"version":3,"file":"index.js","names":["upgradeDocumentFieldsRecursively","upgradeLexicalData","payload","collections","config","allLocales","localization","localeCodes","totalCollections","length","locale","curCollection","collection","upgradeCollection","cur","max","global","globals","upgradeGlobal","console","log","slug","document","findGlobal","depth","undefined","overrideAccess","found","upgradeDocument","fields","updateGlobal","data","documentCount","count","totalDocs","page","upgraded","documents","find","pagination","docs","id","update"],"sources":["../../../src/utilities/upgradeLexicalData/index.ts"],"sourcesContent":["import type { CollectionConfig, Field, GlobalConfig, Payload } from 'payload'\n\nimport { upgradeDocumentFieldsRecursively } from './upgradeDocumentFieldsRecursively.js'\n\n/**\n * This goes through every single document in your payload app and re-saves it, if it has a lexical editor.\n * This way, the data is automatically converted to the new format, and that automatic conversion gets applied to every single document in your app.\n *\n * @param payload\n */\nexport async function upgradeLexicalData({ payload }: { payload: Payload }) {\n const collections = payload.config.collections\n\n const allLocales = payload.config.localization ? payload.config.localization.localeCodes : [null]\n\n const totalCollections = collections.length\n for (const locale of allLocales) {\n let curCollection = 0\n for (const collection of collections) {\n curCollection++\n await upgradeCollection({\n collection,\n cur: curCollection,\n locale,\n max: totalCollections,\n payload,\n })\n }\n for (const global of payload.config.globals) {\n await upgradeGlobal({\n global,\n locale,\n payload,\n })\n }\n }\n}\n\nasync function upgradeGlobal({\n global,\n locale,\n payload,\n}: {\n global: GlobalConfig\n locale: null | string\n payload: Payload\n}) {\n console.log(`Lexical Upgrader: ${locale}: Upgrading global:`, global.slug)\n\n const document = await payload.findGlobal({\n slug: global.slug,\n depth: 0,\n locale: locale || undefined,\n overrideAccess: true,\n })\n\n const found = upgradeDocument({\n document,\n fields: global.fields,\n })\n\n if (found) {\n await payload.updateGlobal({\n slug: global.slug,\n data: document,\n depth: 0,\n locale: locale || undefined,\n })\n }\n}\n\nasync function upgradeCollection({\n collection,\n cur,\n locale,\n max,\n payload,\n}: {\n collection: CollectionConfig\n cur: number\n locale: null | string\n max: number\n payload: Payload\n}) {\n console.log(\n `Lexical Upgrade: ${locale}: Upgrading collection:`,\n collection.slug,\n '(' + cur + '/' + max + ')',\n )\n\n const documentCount = (\n await payload.count({\n collection: collection.slug,\n depth: 0,\n locale: locale || undefined,\n })\n ).totalDocs\n\n let page = 1\n let upgraded = 0\n\n while (upgraded < documentCount) {\n const documents = await payload.find({\n collection: collection.slug,\n depth: 0,\n locale: locale || undefined,\n overrideAccess: true,\n page,\n pagination: true,\n })\n\n for (const document of documents.docs) {\n upgraded++\n console.log(\n `Lexical Upgrade: ${locale}: Upgrading collection:`,\n collection.slug,\n '(' +\n cur +\n '/' +\n max +\n ') - Upgrading Document: ' +\n document.id +\n ' (' +\n upgraded +\n '/' +\n documentCount +\n ')',\n )\n const found = upgradeDocument({\n document,\n fields: collection.fields,\n })\n\n if (found) {\n await payload.update({\n id: document.id,\n collection: collection.slug,\n data: document,\n depth: 0,\n locale: locale || undefined,\n })\n }\n }\n page++\n }\n}\n\nfunction upgradeDocument({\n document,\n fields,\n}: {\n document: Record<string, unknown>\n fields: Field[]\n}): boolean {\n return !!upgradeDocumentFieldsRecursively({\n data: document,\n fields,\n found: 0,\n })\n}\n"],"mappings":"AAEA,SAASA,gCAAgC,QAAQ;AAEjD;;;;;;AAMA,OAAO,eAAeC,mBAAmB;EAAEC;AAAO,CAAwB;EACxE,MAAMC,WAAA,GAAcD,OAAA,CAAQE,MAAM,CAACD,WAAW;EAE9C,MAAME,UAAA,GAAaH,OAAA,CAAQE,MAAM,CAACE,YAAY,GAAGJ,OAAA,CAAQE,MAAM,CAACE,YAAY,CAACC,WAAW,GAAG,CAAC,KAAK;EAEjG,MAAMC,gBAAA,GAAmBL,WAAA,CAAYM,MAAM;EAC3C,KAAK,MAAMC,MAAA,IAAUL,UAAA,EAAY;IAC/B,IAAIM,aAAA,GAAgB;IACpB,KAAK,MAAMC,UAAA,IAAcT,WAAA,EAAa;MACpCQ,aAAA;MACA,MAAME,iBAAA,CAAkB;QACtBD,UAAA;QACAE,GAAA,EAAKH,aAAA;QACLD,MAAA;QACAK,GAAA,EAAKP,gBAAA;QACLN;MACF;IACF;IACA,KAAK,MAAMc,MAAA,IAAUd,OAAA,CAAQE,MAAM,CAACa,OAAO,EAAE;MAC3C,MAAMC,aAAA,CAAc;QAClBF,MAAA;QACAN,MAAA;QACAR;MACF;IACF;EACF;AACF;AAEA,eAAegB,cAAc;EAC3BF,MAAM;EACNN,MAAM;EACNR;AAAO,CAKR;EACCiB,OAAA,CAAQC,GAAG,CAAC,qBAAqBV,MAAA,qBAA2B,EAAEM,MAAA,CAAOK,IAAI;EAEzE,MAAMC,QAAA,GAAW,MAAMpB,OAAA,CAAQqB,UAAU,CAAC;IACxCF,IAAA,EAAML,MAAA,CAAOK,IAAI;IACjBG,KAAA,EAAO;IACPd,MAAA,EAAQA,MAAA,IAAUe,SAAA;IAClBC,cAAA,EAAgB;EAClB;EAEA,MAAMC,KAAA,GAAQC,eAAA,CAAgB;IAC5BN,QAAA;IACAO,MAAA,EAAQb,MAAA,CAAOa;EACjB;EAEA,IAAIF,KAAA,EAAO;IACT,MAAMzB,OAAA,CAAQ4B,YAAY,CAAC;MACzBT,IAAA,EAAML,MAAA,CAAOK,IAAI;MACjBU,IAAA,EAAMT,QAAA;MACNE,KAAA,EAAO;MACPd,MAAA,EAAQA,MAAA,IAAUe;IACpB;EACF;AACF;AAEA,eAAeZ,kBAAkB;EAC/BD,UAAU;EACVE,GAAG;EACHJ,MAAM;EACNK,GAAG;EACHb;AAAO,CAOR;EACCiB,OAAA,CAAQC,GAAG,CACT,oBAAoBV,MAAA,yBAA+B,EACnDE,UAAA,CAAWS,IAAI,EACf,MAAMP,GAAA,GAAM,MAAMC,GAAA,GAAM;EAG1B,MAAMiB,aAAA,GAAgB,CACpB,MAAM9B,OAAA,CAAQ+B,KAAK,CAAC;IAClBrB,UAAA,EAAYA,UAAA,CAAWS,IAAI;IAC3BG,KAAA,EAAO;IACPd,MAAA,EAAQA,MAAA,IAAUe;EACpB,EAAC,EACDS,SAAS;EAEX,IAAIC,IAAA,GAAO;EACX,IAAIC,QAAA,GAAW;EAEf,OAAOA,QAAA,GAAWJ,aAAA,EAAe;IAC/B,MAAMK,SAAA,GAAY,MAAMnC,OAAA,CAAQoC,IAAI,CAAC;MACnC1B,UAAA,EAAYA,UAAA,CAAWS,IAAI;MAC3BG,KAAA,EAAO;MACPd,MAAA,EAAQA,MAAA,IAAUe,SAAA;MAClBC,cAAA,EAAgB;MAChBS,IAAA;MACAI,UAAA,EAAY;IACd;IAEA,KAAK,MAAMjB,QAAA,IAAYe,SAAA,CAAUG,IAAI,EAAE;MACrCJ,QAAA;MACAjB,OAAA,CAAQC,GAAG,CACT,oBAAoBV,MAAA,yBAA+B,EACnDE,UAAA,CAAWS,IAAI,EACf,MACEP,GAAA,GACA,MACAC,GAAA,GACA,6BACAO,QAAA,CAASmB,EAAE,GACX,OACAL,QAAA,GACA,MACAJ,aAAA,GACA;MAEJ,MAAML,KAAA,GAAQC,eAAA,CAAgB;QAC5BN,QAAA;QACAO,MAAA,EAAQjB,UAAA,CAAWiB;MACrB;MAEA,IAAIF,KAAA,EAAO;QACT,MAAMzB,OAAA,CAAQwC,MAAM,CAAC;UACnBD,EAAA,EAAInB,QAAA,CAASmB,EAAE;UACf7B,UAAA,EAAYA,UAAA,CAAWS,IAAI;UAC3BU,IAAA,EAAMT,QAAA;UACNE,KAAA,EAAO;UACPd,MAAA,EAAQA,MAAA,IAAUe;QACpB;MACF;IACF;IACAU,IAAA;EACF;AACF;AAEA,SAASP,gBAAgB;EACvBN,QAAQ;EACRO;AAAM,CAIP;EACC,OAAO,CAAC,CAAC7B,gCAAA,CAAiC;IACxC+B,IAAA,EAAMT,QAAA;IACNO,MAAA;IACAF,KAAA,EAAO;EACT;AACF","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  import type { Field } from 'payload';
2
2
  type NestedRichTextFieldsArgs = {
3
- data: unknown;
3
+ data: Record<string, unknown>;
4
4
  fields: Field[];
5
5
  found: number;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"upgradeDocumentFieldsRecursively.d.ts","sourceRoot":"","sources":["../../../src/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AASpC,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,OAAO,CAAA;IAEb,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,gCAAgC,6BAI1C,wBAAwB,KAAG,MA+E7B,CAAA"}
1
+ {"version":3,"file":"upgradeDocumentFieldsRecursively.d.ts","sourceRoot":"","sources":["../../../src/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AASpC,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAE7B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,gCAAgC,6BAI1C,wBAAwB,KAAG,MAoF7B,CAAA"}
@@ -1,74 +1,83 @@
1
1
  import { createHeadlessEditor } from '@lexical/headless';
2
2
  import { fieldAffectsData, fieldHasSubFields, fieldIsArrayType, tabHasName } from 'payload/shared';
3
3
  import { getEnabledNodes } from '../../lexical/nodes/index.js';
4
- export const upgradeDocumentFieldsRecursively = ({ data, fields, found })=>{
5
- for (const field of fields){
6
- if (fieldHasSubFields(field) && !fieldIsArrayType(field)) {
7
- if (fieldAffectsData(field) && typeof data[field.name] === 'object') {
8
- found += upgradeDocumentFieldsRecursively({
9
- data: data[field.name],
10
- fields: field.fields,
11
- found
12
- });
13
- } else {
14
- found += upgradeDocumentFieldsRecursively({
15
- data,
16
- fields: field.fields,
17
- found
18
- });
19
- }
20
- } else if (field.type === 'tabs') {
21
- field.tabs.forEach((tab)=>{
22
- found += upgradeDocumentFieldsRecursively({
23
- data: tabHasName(tab) ? data[tab.name] : data,
24
- fields: tab.fields,
25
- found
26
- });
4
+ export const upgradeDocumentFieldsRecursively = ({
5
+ data,
6
+ fields,
7
+ found
8
+ }) => {
9
+ for (const field of fields) {
10
+ if (fieldHasSubFields(field) && !fieldIsArrayType(field)) {
11
+ if (fieldAffectsData(field) && typeof data[field.name] === 'object') {
12
+ found += upgradeDocumentFieldsRecursively({
13
+ data: data[field.name],
14
+ fields: field.fields,
15
+ found
16
+ });
17
+ } else {
18
+ found += upgradeDocumentFieldsRecursively({
19
+ data,
20
+ fields: field.fields,
21
+ found
22
+ });
23
+ }
24
+ } else if (field.type === 'tabs') {
25
+ field.tabs.forEach(tab => {
26
+ found += upgradeDocumentFieldsRecursively({
27
+ data: tabHasName(tab) ? data[tab.name] : data,
28
+ fields: tab.fields,
29
+ found
30
+ });
31
+ });
32
+ } else if (Array.isArray(data[field.name])) {
33
+ if (field.type === 'blocks') {
34
+ data[field.name].forEach((row, i) => {
35
+ const block = field.blocks.find(({
36
+ slug
37
+ }) => slug === row?.blockType);
38
+ if (block) {
39
+ found += upgradeDocumentFieldsRecursively({
40
+ data: data[field.name][i],
41
+ fields: block.fields,
42
+ found
27
43
  });
28
- } else if (Array.isArray(data[field.name])) {
29
- if (field.type === 'blocks') {
30
- data[field.name].forEach((row, i)=>{
31
- const block = field.blocks.find(({ slug })=>slug === row?.blockType);
32
- if (block) {
33
- found += upgradeDocumentFieldsRecursively({
34
- data: data[field.name][i],
35
- fields: block.fields,
36
- found
37
- });
38
- }
39
- });
40
- }
41
- if (field.type === 'array') {
42
- data[field.name].forEach((_, i)=>{
43
- found += upgradeDocumentFieldsRecursively({
44
- data: data[field.name][i],
45
- fields: field.fields,
46
- found
47
- });
48
- });
49
- }
50
- }
51
- if (field.type === 'richText' && data[field.name] && !Array.isArray(data[field.name]) && 'root' in data[field.name]) {
52
- // Lexical richText
53
- const editor = field.editor;
54
- if (editor && typeof editor === 'object') {
55
- if ('features' in editor && editor.features?.length) {
56
- // Load lexical editor into lexical, then save it immediately
57
- const editorState = data[field.name];
58
- const headlessEditor = createHeadlessEditor({
59
- nodes: getEnabledNodes({
60
- editorConfig: editor.editorConfig
61
- })
62
- });
63
- headlessEditor.setEditorState(headlessEditor.parseEditorState(editorState));
64
- // get editor state
65
- data[field.name] = headlessEditor.getEditorState().toJSON();
66
- found++;
67
- }
68
- }
44
+ }
45
+ });
46
+ }
47
+ if (field.type === 'array') {
48
+ data[field.name].forEach((_, i) => {
49
+ found += upgradeDocumentFieldsRecursively({
50
+ data: data[field.name][i],
51
+ fields: field.fields,
52
+ found
53
+ });
54
+ });
55
+ }
56
+ }
57
+ if (field.type === 'richText' && data[field.name] && !Array.isArray(data[field.name]) && 'root' in data[field.name]) {
58
+ // Lexical richText
59
+ const editor = field.editor;
60
+ if (editor && typeof editor === 'object') {
61
+ if ('features' in editor && editor.features?.length) {
62
+ // Load lexical editor into lexical, then save it immediately
63
+ const editorState = data[field.name];
64
+ const headlessEditor = createHeadlessEditor({
65
+ nodes: getEnabledNodes({
66
+ editorConfig: editor.editorConfig
67
+ })
68
+ });
69
+ headlessEditor.update(() => {
70
+ headlessEditor.setEditorState(headlessEditor.parseEditorState(editorState));
71
+ }, {
72
+ discrete: true
73
+ });
74
+ // get editor state
75
+ data[field.name] = headlessEditor.getEditorState().toJSON();
76
+ found++;
69
77
  }
78
+ }
70
79
  }
71
- return found;
80
+ }
81
+ return found;
72
82
  };
73
-
74
83
  //# sourceMappingURL=upgradeDocumentFieldsRecursively.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.ts"],"sourcesContent":["import type { SerializedEditorState } from 'lexical'\nimport type { Field } from 'payload'\n\nimport { createHeadlessEditor } from '@lexical/headless'\nimport { fieldAffectsData, fieldHasSubFields, fieldIsArrayType, tabHasName } from 'payload/shared'\n\nimport type { LexicalRichTextAdapter } from '../../types.js'\n\nimport { getEnabledNodes } from '../../lexical/nodes/index.js'\n\ntype NestedRichTextFieldsArgs = {\n data: unknown\n\n fields: Field[]\n found: number\n}\n\nexport const upgradeDocumentFieldsRecursively = ({\n data,\n fields,\n found,\n}: NestedRichTextFieldsArgs): number => {\n for (const field of fields) {\n if (fieldHasSubFields(field) && !fieldIsArrayType(field)) {\n if (fieldAffectsData(field) && typeof data[field.name] === 'object') {\n found += upgradeDocumentFieldsRecursively({\n data: data[field.name],\n fields: field.fields,\n found,\n })\n } else {\n found += upgradeDocumentFieldsRecursively({\n data,\n fields: field.fields,\n found,\n })\n }\n } else if (field.type === 'tabs') {\n field.tabs.forEach((tab) => {\n found += upgradeDocumentFieldsRecursively({\n data: tabHasName(tab) ? data[tab.name] : data,\n fields: tab.fields,\n found,\n })\n })\n } else if (Array.isArray(data[field.name])) {\n if (field.type === 'blocks') {\n data[field.name].forEach((row, i) => {\n const block = field.blocks.find(({ slug }) => slug === row?.blockType)\n if (block) {\n found += upgradeDocumentFieldsRecursively({\n data: data[field.name][i],\n fields: block.fields,\n found,\n })\n }\n })\n }\n\n if (field.type === 'array') {\n data[field.name].forEach((_, i) => {\n found += upgradeDocumentFieldsRecursively({\n data: data[field.name][i],\n fields: field.fields,\n found,\n })\n })\n }\n }\n\n if (\n field.type === 'richText' &&\n data[field.name] &&\n !Array.isArray(data[field.name]) &&\n 'root' in data[field.name]\n ) {\n // Lexical richText\n const editor: LexicalRichTextAdapter = field.editor as LexicalRichTextAdapter\n if (editor && typeof editor === 'object') {\n if ('features' in editor && editor.features?.length) {\n // Load lexical editor into lexical, then save it immediately\n const editorState: SerializedEditorState = data[field.name]\n\n const headlessEditor = createHeadlessEditor({\n nodes: getEnabledNodes({\n editorConfig: editor.editorConfig,\n }),\n })\n headlessEditor.setEditorState(headlessEditor.parseEditorState(editorState))\n\n // get editor state\n data[field.name] = headlessEditor.getEditorState().toJSON()\n\n found++\n }\n }\n }\n }\n\n return found\n}\n"],"names":["createHeadlessEditor","fieldAffectsData","fieldHasSubFields","fieldIsArrayType","tabHasName","getEnabledNodes","upgradeDocumentFieldsRecursively","data","fields","found","field","name","type","tabs","forEach","tab","Array","isArray","row","i","block","blocks","find","slug","blockType","_","editor","features","length","editorState","headlessEditor","nodes","editorConfig","setEditorState","parseEditorState","getEditorState","toJSON"],"mappings":"AAGA,SAASA,oBAAoB,QAAQ,oBAAmB;AACxD,SAASC,gBAAgB,EAAEC,iBAAiB,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ,iBAAgB;AAIlG,SAASC,eAAe,QAAQ,+BAA8B;AAS9D,OAAO,MAAMC,mCAAmC,CAAC,EAC/CC,IAAI,EACJC,MAAM,EACNC,KAAK,EACoB;IACzB,KAAK,MAAMC,SAASF,OAAQ;QAC1B,IAAIN,kBAAkBQ,UAAU,CAACP,iBAAiBO,QAAQ;YACxD,IAAIT,iBAAiBS,UAAU,OAAOH,IAAI,CAACG,MAAMC,IAAI,CAAC,KAAK,UAAU;gBACnEF,SAASH,iCAAiC;oBACxCC,MAAMA,IAAI,CAACG,MAAMC,IAAI,CAAC;oBACtBH,QAAQE,MAAMF,MAAM;oBACpBC;gBACF;YACF,OAAO;gBACLA,SAASH,iCAAiC;oBACxCC;oBACAC,QAAQE,MAAMF,MAAM;oBACpBC;gBACF;YACF;QACF,OAAO,IAAIC,MAAME,IAAI,KAAK,QAAQ;YAChCF,MAAMG,IAAI,CAACC,OAAO,CAAC,CAACC;gBAClBN,SAASH,iCAAiC;oBACxCC,MAAMH,WAAWW,OAAOR,IAAI,CAACQ,IAAIJ,IAAI,CAAC,GAAGJ;oBACzCC,QAAQO,IAAIP,MAAM;oBAClBC;gBACF;YACF;QACF,OAAO,IAAIO,MAAMC,OAAO,CAACV,IAAI,CAACG,MAAMC,IAAI,CAAC,GAAG;YAC1C,IAAID,MAAME,IAAI,KAAK,UAAU;gBAC3BL,IAAI,CAACG,MAAMC,IAAI,CAAC,CAACG,OAAO,CAAC,CAACI,KAAKC;oBAC7B,MAAMC,QAAQV,MAAMW,MAAM,CAACC,IAAI,CAAC,CAAC,EAAEC,IAAI,EAAE,GAAKA,SAASL,KAAKM;oBAC5D,IAAIJ,OAAO;wBACTX,SAASH,iCAAiC;4BACxCC,MAAMA,IAAI,CAACG,MAAMC,IAAI,CAAC,CAACQ,EAAE;4BACzBX,QAAQY,MAAMZ,MAAM;4BACpBC;wBACF;oBACF;gBACF;YACF;YAEA,IAAIC,MAAME,IAAI,KAAK,SAAS;gBAC1BL,IAAI,CAACG,MAAMC,IAAI,CAAC,CAACG,OAAO,CAAC,CAACW,GAAGN;oBAC3BV,SAASH,iCAAiC;wBACxCC,MAAMA,IAAI,CAACG,MAAMC,IAAI,CAAC,CAACQ,EAAE;wBACzBX,QAAQE,MAAMF,MAAM;wBACpBC;oBACF;gBACF;YACF;QACF;QAEA,IACEC,MAAME,IAAI,KAAK,cACfL,IAAI,CAACG,MAAMC,IAAI,CAAC,IAChB,CAACK,MAAMC,OAAO,CAACV,IAAI,CAACG,MAAMC,IAAI,CAAC,KAC/B,UAAUJ,IAAI,CAACG,MAAMC,IAAI,CAAC,EAC1B;YACA,mBAAmB;YACnB,MAAMe,SAAiChB,MAAMgB,MAAM;YACnD,IAAIA,UAAU,OAAOA,WAAW,UAAU;gBACxC,IAAI,cAAcA,UAAUA,OAAOC,QAAQ,EAAEC,QAAQ;oBACnD,6DAA6D;oBAC7D,MAAMC,cAAqCtB,IAAI,CAACG,MAAMC,IAAI,CAAC;oBAE3D,MAAMmB,iBAAiB9B,qBAAqB;wBAC1C+B,OAAO1B,gBAAgB;4BACrB2B,cAAcN,OAAOM,YAAY;wBACnC;oBACF;oBACAF,eAAeG,cAAc,CAACH,eAAeI,gBAAgB,CAACL;oBAE9D,mBAAmB;oBACnBtB,IAAI,CAACG,MAAMC,IAAI,CAAC,GAAGmB,eAAeK,cAAc,GAAGC,MAAM;oBAEzD3B;gBACF;YACF;QACF;IACF;IAEA,OAAOA;AACT,EAAC"}
1
+ {"version":3,"file":"upgradeDocumentFieldsRecursively.js","names":["createHeadlessEditor","fieldAffectsData","fieldHasSubFields","fieldIsArrayType","tabHasName","getEnabledNodes","upgradeDocumentFieldsRecursively","data","fields","found","field","name","type","tabs","forEach","tab","Array","isArray","row","i","block","blocks","find","slug","blockType","_","editor","features","length","editorState","headlessEditor","nodes","editorConfig","update","setEditorState","parseEditorState","discrete","getEditorState","toJSON"],"sources":["../../../src/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.ts"],"sourcesContent":["import type { SerializedEditorState } from 'lexical'\nimport type { Field } from 'payload'\n\nimport { createHeadlessEditor } from '@lexical/headless'\nimport { fieldAffectsData, fieldHasSubFields, fieldIsArrayType, tabHasName } from 'payload/shared'\n\nimport type { LexicalRichTextAdapter } from '../../types.js'\n\nimport { getEnabledNodes } from '../../lexical/nodes/index.js'\n\ntype NestedRichTextFieldsArgs = {\n data: Record<string, unknown>\n\n fields: Field[]\n found: number\n}\n\nexport const upgradeDocumentFieldsRecursively = ({\n data,\n fields,\n found,\n}: NestedRichTextFieldsArgs): number => {\n for (const field of fields) {\n if (fieldHasSubFields(field) && !fieldIsArrayType(field)) {\n if (fieldAffectsData(field) && typeof data[field.name] === 'object') {\n found += upgradeDocumentFieldsRecursively({\n data: data[field.name] as Record<string, unknown>,\n fields: field.fields,\n found,\n })\n } else {\n found += upgradeDocumentFieldsRecursively({\n data,\n fields: field.fields,\n found,\n })\n }\n } else if (field.type === 'tabs') {\n field.tabs.forEach((tab) => {\n found += upgradeDocumentFieldsRecursively({\n data: (tabHasName(tab) ? data[tab.name] : data) as Record<string, unknown>,\n fields: tab.fields,\n found,\n })\n })\n } else if (Array.isArray(data[field.name])) {\n if (field.type === 'blocks') {\n ;(data[field.name] as Record<string, unknown>[]).forEach((row, i) => {\n const block = field.blocks.find(({ slug }) => slug === row?.blockType)\n if (block) {\n found += upgradeDocumentFieldsRecursively({\n data: (data[field.name] as Record<string, unknown>[])[i],\n fields: block.fields,\n found,\n })\n }\n })\n }\n\n if (field.type === 'array') {\n ;(data[field.name] as Record<string, unknown>[]).forEach((_, i) => {\n found += upgradeDocumentFieldsRecursively({\n data: (data[field.name] as Record<string, unknown>[])[i],\n fields: field.fields,\n found,\n })\n })\n }\n }\n\n if (\n field.type === 'richText' &&\n data[field.name] &&\n !Array.isArray(data[field.name]) &&\n 'root' in (data[field.name] as Record<string, unknown>)\n ) {\n // Lexical richText\n const editor: LexicalRichTextAdapter = field.editor as LexicalRichTextAdapter\n if (editor && typeof editor === 'object') {\n if ('features' in editor && editor.features?.length) {\n // Load lexical editor into lexical, then save it immediately\n const editorState = data[field.name] as SerializedEditorState\n\n const headlessEditor = createHeadlessEditor({\n nodes: getEnabledNodes({\n editorConfig: editor.editorConfig,\n }),\n })\n headlessEditor.update(\n () => {\n headlessEditor.setEditorState(headlessEditor.parseEditorState(editorState))\n },\n { discrete: true },\n )\n\n // get editor state\n data[field.name] = headlessEditor.getEditorState().toJSON()\n\n found++\n }\n }\n }\n }\n\n return found\n}\n"],"mappings":"AAGA,SAASA,oBAAoB,QAAQ;AACrC,SAASC,gBAAgB,EAAEC,iBAAiB,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ;AAIlF,SAASC,eAAe,QAAQ;AAShC,OAAO,MAAMC,gCAAA,GAAmCA,CAAC;EAC/CC,IAAI;EACJC,MAAM;EACNC;AAAK,CACoB;EACzB,KAAK,MAAMC,KAAA,IAASF,MAAA,EAAQ;IAC1B,IAAIN,iBAAA,CAAkBQ,KAAA,KAAU,CAACP,gBAAA,CAAiBO,KAAA,GAAQ;MACxD,IAAIT,gBAAA,CAAiBS,KAAA,KAAU,OAAOH,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,KAAK,UAAU;QACnEF,KAAA,IAASH,gCAAA,CAAiC;UACxCC,IAAA,EAAMA,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC;UACtBH,MAAA,EAAQE,KAAA,CAAMF,MAAM;UACpBC;QACF;MACF,OAAO;QACLA,KAAA,IAASH,gCAAA,CAAiC;UACxCC,IAAA;UACAC,MAAA,EAAQE,KAAA,CAAMF,MAAM;UACpBC;QACF;MACF;IACF,OAAO,IAAIC,KAAA,CAAME,IAAI,KAAK,QAAQ;MAChCF,KAAA,CAAMG,IAAI,CAACC,OAAO,CAAEC,GAAA;QAClBN,KAAA,IAASH,gCAAA,CAAiC;UACxCC,IAAA,EAAOH,UAAA,CAAWW,GAAA,IAAOR,IAAI,CAACQ,GAAA,CAAIJ,IAAI,CAAC,GAAGJ,IAAA;UAC1CC,MAAA,EAAQO,GAAA,CAAIP,MAAM;UAClBC;QACF;MACF;IACF,OAAO,IAAIO,KAAA,CAAMC,OAAO,CAACV,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,GAAG;MAC1C,IAAID,KAAA,CAAME,IAAI,KAAK,UAAU;QACzBL,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,CAA+BG,OAAO,CAAC,CAACI,GAAA,EAAKC,CAAA;UAC7D,MAAMC,KAAA,GAAQV,KAAA,CAAMW,MAAM,CAACC,IAAI,CAAC,CAAC;YAAEC;UAAI,CAAE,KAAKA,IAAA,KAASL,GAAA,EAAKM,SAAA;UAC5D,IAAIJ,KAAA,EAAO;YACTX,KAAA,IAASH,gCAAA,CAAiC;cACxCC,IAAA,EAAMA,IAAK,CAACG,KAAA,CAAMC,IAAI,CAAC,CAA+BQ,CAAA,CAAE;cACxDX,MAAA,EAAQY,KAAA,CAAMZ,MAAM;cACpBC;YACF;UACF;QACF;MACF;MAEA,IAAIC,KAAA,CAAME,IAAI,KAAK,SAAS;QACxBL,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,CAA+BG,OAAO,CAAC,CAACW,CAAA,EAAGN,CAAA;UAC3DV,KAAA,IAASH,gCAAA,CAAiC;YACxCC,IAAA,EAAMA,IAAK,CAACG,KAAA,CAAMC,IAAI,CAAC,CAA+BQ,CAAA,CAAE;YACxDX,MAAA,EAAQE,KAAA,CAAMF,MAAM;YACpBC;UACF;QACF;MACF;IACF;IAEA,IACEC,KAAA,CAAME,IAAI,KAAK,cACfL,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,IAChB,CAACK,KAAA,CAAMC,OAAO,CAACV,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,KAC/B,UAAWJ,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,EAC3B;MACA;MACA,MAAMe,MAAA,GAAiChB,KAAA,CAAMgB,MAAM;MACnD,IAAIA,MAAA,IAAU,OAAOA,MAAA,KAAW,UAAU;QACxC,IAAI,cAAcA,MAAA,IAAUA,MAAA,CAAOC,QAAQ,EAAEC,MAAA,EAAQ;UACnD;UACA,MAAMC,WAAA,GAActB,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC;UAEpC,MAAMmB,cAAA,GAAiB9B,oBAAA,CAAqB;YAC1C+B,KAAA,EAAO1B,eAAA,CAAgB;cACrB2B,YAAA,EAAcN,MAAA,CAAOM;YACvB;UACF;UACAF,cAAA,CAAeG,MAAM,CACnB;YACEH,cAAA,CAAeI,cAAc,CAACJ,cAAA,CAAeK,gBAAgB,CAACN,WAAA;UAChE,GACA;YAAEO,QAAA,EAAU;UAAK;UAGnB;UACA7B,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,GAAGmB,cAAA,CAAeO,cAAc,GAAGC,MAAM;UAEzD7B,KAAA;QACF;MACF;IACF;EACF;EAEA,OAAOA,KAAA;AACT","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"useLexicalFeature.d.ts","sourceRoot":"","sources":["../../src/utilities/useLexicalFeature.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAEvE,eAAO,MAAM,iBAAiB,GAAI,kBAAkB,cACtC,MAAM,WACT,qBAAqB,CAAC,kBAAkB,CAAC,SAUnD,CAAA"}
1
+ {"version":3,"file":"useLexicalFeature.d.ts","sourceRoot":"","sources":["../../src/utilities/useLexicalFeature.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAIvE,eAAO,MAAM,iBAAiB,GAAI,kBAAkB,cACtC,MAAM,WACT,qBAAqB,CAAC,kBAAkB,CAAC,SAenD,CAAA"}
@@ -1,12 +1,21 @@
1
1
  'use client';
2
- import { useAddClientFunction, useFieldProps, useTableCell } from '@payloadcms/ui';
3
- export const useLexicalFeature = (featureKey, feature)=>{
4
- const { schemaPath: schemaPathFromFieldProps } = useFieldProps();
5
- const tableCell = useTableCell();
6
- const schemaPathFromCellProps = tableCell?.cellProps?.schemaPath;
7
- const schemaPath = schemaPathFromCellProps || schemaPathFromFieldProps // schemaPathFromCellProps needs to have priority, as there can be cells within fields (e.g. list drawers) and the cell schemaPath needs to be used there - not the parent field schemaPath. There cannot be fields within cells.
8
- ;
9
- useAddClientFunction(`lexicalFeature.${schemaPath}.${featureKey}`, feature);
10
- };
11
2
 
3
+ import { useAddClientFunction } from '@payloadcms/ui';
4
+ import { useEditorConfigContext } from '../lexical/config/client/EditorConfigProvider.js';
5
+ export const useLexicalFeature = (featureKey, feature) => {
6
+ const {
7
+ fieldProps: t0
8
+ } = useEditorConfigContext();
9
+ const {
10
+ schemaPath: schemaPathFromFieldProps
11
+ } = t0;
12
+ const tableCell = {
13
+ cellProps: {
14
+ schemaPath: []
15
+ }
16
+ };
17
+ const schemaPathFromCellProps = tableCell?.cellProps?.schemaPath ? tableCell?.cellProps?.schemaPath.join(".") : null;
18
+ const schemaPath = schemaPathFromCellProps || schemaPathFromFieldProps;
19
+ useAddClientFunction(`lexicalFeature.${schemaPath}.${featureKey}`, feature);
20
+ };
12
21
  //# sourceMappingURL=useLexicalFeature.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/utilities/useLexicalFeature.tsx"],"sourcesContent":["'use client'\n\nimport { useAddClientFunction, useFieldProps, useTableCell } from '@payloadcms/ui'\n\nimport type { FeatureProviderClient } from '../features/typesClient.js'\n\nexport const useLexicalFeature = <ClientFeatureProps,>(\n featureKey: string,\n feature: FeatureProviderClient<ClientFeatureProps>,\n) => {\n const { schemaPath: schemaPathFromFieldProps } = useFieldProps()\n const tableCell = useTableCell()\n\n const schemaPathFromCellProps = tableCell?.cellProps?.schemaPath\n\n const schemaPath = schemaPathFromCellProps || schemaPathFromFieldProps // schemaPathFromCellProps needs to have priority, as there can be cells within fields (e.g. list drawers) and the cell schemaPath needs to be used there - not the parent field schemaPath. There cannot be fields within cells.\n\n useAddClientFunction(`lexicalFeature.${schemaPath}.${featureKey}`, feature)\n}\n"],"names":["useAddClientFunction","useFieldProps","useTableCell","useLexicalFeature","featureKey","feature","schemaPath","schemaPathFromFieldProps","tableCell","schemaPathFromCellProps","cellProps"],"mappings":"AAAA;AAEA,SAASA,oBAAoB,EAAEC,aAAa,EAAEC,YAAY,QAAQ,iBAAgB;AAIlF,OAAO,MAAMC,oBAAoB,CAC/BC,YACAC;IAEA,MAAM,EAAEC,YAAYC,wBAAwB,EAAE,GAAGN;IACjD,MAAMO,YAAYN;IAElB,MAAMO,0BAA0BD,WAAWE,WAAWJ;IAEtD,MAAMA,aAAaG,2BAA2BF,yBAAyB,iOAAiO;;IAExSP,qBAAqB,CAAC,eAAe,EAAEM,WAAW,CAAC,EAAEF,WAAW,CAAC,EAAEC;AACrE,EAAC"}
1
+ {"version":3,"file":"useLexicalFeature.js","names":["useAddClientFunction","useEditorConfigContext","useLexicalFeature","featureKey","feature","fieldProps","t0","schemaPath","schemaPathFromFieldProps","tableCell","cellProps","schemaPathFromCellProps","join"],"sources":["../../src/utilities/useLexicalFeature.tsx"],"sourcesContent":["'use client'\n\nimport { useAddClientFunction } from '@payloadcms/ui'\n\nimport type { FeatureProviderClient } from '../features/typesClient.js'\n\nimport { useEditorConfigContext } from '../lexical/config/client/EditorConfigProvider.js'\n\nexport const useLexicalFeature = <ClientFeatureProps,>(\n featureKey: string,\n feature: FeatureProviderClient<ClientFeatureProps>,\n) => {\n const {\n fieldProps: { schemaPath: schemaPathFromFieldProps },\n } = useEditorConfigContext()\n const tableCell = { cellProps: { schemaPath: [] } } // TODO: get tableCell from props\n // const tableCell = useTableCell()\n\n const schemaPathFromCellProps = tableCell?.cellProps?.schemaPath\n ? tableCell?.cellProps?.schemaPath.join('.')\n : null\n\n const schemaPath = schemaPathFromCellProps || schemaPathFromFieldProps // schemaPathFromCellProps needs to have priority, as there can be cells within fields (e.g. list drawers) and the cell schemaPath needs to be used there - not the parent field schemaPath. There cannot be fields within cells.\n\n useAddClientFunction(`lexicalFeature.${schemaPath}.${featureKey}`, feature)\n}\n"],"mappings":"AAAA;;AAEA,SAASA,oBAAoB,QAAQ;AAIrC,SAASC,sBAAsB,QAAQ;AAEvC,OAAO,MAAMC,iBAAA,GAAoBA,CAAAC,UAAA,EAAAC,OAAA;EAI/B;IAAAC,UAAA,EAAAC;EAAA,IAEIL,sBAAA;EADU;IAAAM,UAAA,EAAAC;EAAA,IAAAF,EAAwC;EAEtD,MAAAG,SAAA;IAAAC,SAAA;MAAAH,UAAA;IAAA;EAAA;EAGA,MAAAI,uBAAA,GAAgCF,SAAA,EAAAC,SAAA,EAAAH,UAAA,GAC5BE,SAAA,EAAAC,SAAA,EAAAH,UAAA,CAAAK,IAAA,CAAsC,WACtC;EAEJ,MAAAL,UAAA,GAAmBI,uBAAA,IAA2BH,wBAAA;EAE9CR,oBAAA,CAAqB,kBAAkBO,UAAA,IAAcJ,UAAA,EAAY,EAAEC,OAAA;AAAA,CACrE","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/validate/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAA2B,MAAM,SAAS,CAAA;AAC7E,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEtD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAA;AAI7E,eAAO,MAAM,mBAAmB,sBAE7B;IACD,YAAY,EAAE,2BAA2B,CAAA;CAC1C,8GA6CA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/validate/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAA2B,MAAM,SAAS,CAAA;AAC7E,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEtD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAA;AAI7E,eAAO,MAAM,mBAAmB,sBAE7B;IACD,YAAY,EAAE,2BAA2B,CAAA;CAC1C,8GAuDA,CAAA"}
@@ -1,30 +1,51 @@
1
1
  import { validateNodes } from './validateNodes.js';
2
- export const richTextValidateHOC = ({ editorConfig })=>{
3
- const richTextValidate = async (value, options)=>{
4
- const { req: { t }, required } = options;
5
- if (required) {
6
- const hasChildren = value?.root?.children?.length;
7
- const hasOnlyEmptyParagraph = value?.root?.children?.length === 1 && value?.root?.children[0]?.type === 'paragraph' && value?.root?.children[0]?.children?.length === 0 || value?.root?.children[0]?.children?.length === 1 && value?.root?.children[0]?.children[0]?.type === 'text' && value?.root?.children[0]?.children[0]?.['text'] === '';
8
- if (!hasChildren || hasOnlyEmptyParagraph) {
9
- return t('validation:required');
2
+ export const richTextValidateHOC = ({
3
+ editorConfig
4
+ }) => {
5
+ const richTextValidate = async (value, options) => {
6
+ const {
7
+ req: {
8
+ t
9
+ },
10
+ required
11
+ } = options;
12
+ if (required) {
13
+ const hasChildren = !!value?.root?.children?.length;
14
+ let hasOnlyEmptyParagraph = false;
15
+ if (value?.root?.children?.length === 1) {
16
+ if (value?.root?.children[0]?.type === 'paragraph') {
17
+ const paragraphNode = value?.root?.children[0];
18
+ if (!paragraphNode?.children || paragraphNode?.children?.length === 0) {
19
+ hasOnlyEmptyParagraph = true;
20
+ } else if (paragraphNode?.children?.length === 1) {
21
+ const paragraphNodeChild = paragraphNode?.children[0];
22
+ if (paragraphNodeChild.type === 'text') {
23
+ if (!paragraphNodeChild?.['text']?.length) {
24
+ hasOnlyEmptyParagraph = true;
25
+ }
10
26
  }
27
+ }
11
28
  }
12
- // Traverse through nodes and validate them. Just like a node can hook into the population process (e.g. link or relationship nodes),
13
- // they can also hook into the validation process. E.g. a block node probably has fields with validation rules.
14
- const rootNodes = value?.root?.children;
15
- if (rootNodes && Array.isArray(rootNodes) && rootNodes?.length) {
16
- return await validateNodes({
17
- nodeValidations: editorConfig.features.validations,
18
- nodes: rootNodes,
19
- validation: {
20
- options,
21
- value
22
- }
23
- });
29
+ }
30
+ if (!hasChildren || hasOnlyEmptyParagraph) {
31
+ return t('validation:required');
32
+ }
33
+ }
34
+ // Traverse through nodes and validate them. Just like a node can hook into the population process (e.g. link or relationship nodes),
35
+ // they can also hook into the validation process. E.g. a block node probably has fields with validation rules.
36
+ const rootNodes = value?.root?.children;
37
+ if (rootNodes && Array.isArray(rootNodes) && rootNodes?.length) {
38
+ return await validateNodes({
39
+ nodes: rootNodes,
40
+ nodeValidations: editorConfig.features.validations,
41
+ validation: {
42
+ options,
43
+ value
24
44
  }
25
- return true;
26
- };
27
- return richTextValidate;
45
+ });
46
+ }
47
+ return true;
48
+ };
49
+ return richTextValidate;
28
50
  };
29
-
30
51
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/validate/index.ts"],"sourcesContent":["import type { SerializedEditorState, SerializedParagraphNode } from 'lexical'\nimport type { RichTextField, Validate } from 'payload'\n\nimport type { SanitizedServerEditorConfig } from '../lexical/config/types.js'\n\nimport { validateNodes } from './validateNodes.js'\n\nexport const richTextValidateHOC = ({\n editorConfig,\n}: {\n editorConfig: SanitizedServerEditorConfig\n}) => {\n const richTextValidate: Validate<SerializedEditorState, unknown, unknown, RichTextField> = async (\n value,\n options,\n ) => {\n const {\n req: { t },\n required,\n } = options\n\n if (required) {\n const hasChildren = value?.root?.children?.length\n\n const hasOnlyEmptyParagraph =\n (value?.root?.children?.length === 1 &&\n value?.root?.children[0]?.type === 'paragraph' &&\n (value?.root?.children[0] as SerializedParagraphNode)?.children?.length === 0) ||\n ((value?.root?.children[0] as SerializedParagraphNode)?.children?.length === 1 &&\n (value?.root?.children[0] as SerializedParagraphNode)?.children[0]?.type === 'text' &&\n (value?.root?.children[0] as SerializedParagraphNode)?.children[0]?.['text'] === '')\n\n if (!hasChildren || hasOnlyEmptyParagraph) {\n return t('validation:required')\n }\n }\n\n // Traverse through nodes and validate them. Just like a node can hook into the population process (e.g. link or relationship nodes),\n // they can also hook into the validation process. E.g. a block node probably has fields with validation rules.\n\n const rootNodes = value?.root?.children\n if (rootNodes && Array.isArray(rootNodes) && rootNodes?.length) {\n return await validateNodes({\n nodeValidations: editorConfig.features.validations,\n nodes: rootNodes,\n validation: {\n options,\n value,\n },\n })\n }\n\n return true\n }\n\n return richTextValidate\n}\n"],"names":["validateNodes","richTextValidateHOC","editorConfig","richTextValidate","value","options","req","t","required","hasChildren","root","children","length","hasOnlyEmptyParagraph","type","rootNodes","Array","isArray","nodeValidations","features","validations","nodes","validation"],"mappings":"AAKA,SAASA,aAAa,QAAQ,qBAAoB;AAElD,OAAO,MAAMC,sBAAsB,CAAC,EAClCC,YAAY,EAGb;IACC,MAAMC,mBAAqF,OACzFC,OACAC;QAEA,MAAM,EACJC,KAAK,EAAEC,CAAC,EAAE,EACVC,QAAQ,EACT,GAAGH;QAEJ,IAAIG,UAAU;YACZ,MAAMC,cAAcL,OAAOM,MAAMC,UAAUC;YAE3C,MAAMC,wBACJ,AAACT,OAAOM,MAAMC,UAAUC,WAAW,KACjCR,OAAOM,MAAMC,QAAQ,CAAC,EAAE,EAAEG,SAAS,eACnC,AAACV,OAAOM,MAAMC,QAAQ,CAAC,EAAE,EAA8BA,UAAUC,WAAW,KAC7E,AAACR,OAAOM,MAAMC,QAAQ,CAAC,EAAE,EAA8BA,UAAUC,WAAW,KAC3E,AAACR,OAAOM,MAAMC,QAAQ,CAAC,EAAE,EAA8BA,QAAQ,CAAC,EAAE,EAAEG,SAAS,UAC7E,AAACV,OAAOM,MAAMC,QAAQ,CAAC,EAAE,EAA8BA,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,KAAK;YAErF,IAAI,CAACF,eAAeI,uBAAuB;gBACzC,OAAON,EAAE;YACX;QACF;QAEA,qIAAqI;QACrI,+GAA+G;QAE/G,MAAMQ,YAAYX,OAAOM,MAAMC;QAC/B,IAAII,aAAaC,MAAMC,OAAO,CAACF,cAAcA,WAAWH,QAAQ;YAC9D,OAAO,MAAMZ,cAAc;gBACzBkB,iBAAiBhB,aAAaiB,QAAQ,CAACC,WAAW;gBAClDC,OAAON;gBACPO,YAAY;oBACVjB;oBACAD;gBACF;YACF;QACF;QAEA,OAAO;IACT;IAEA,OAAOD;AACT,EAAC"}
1
+ {"version":3,"file":"index.js","names":["validateNodes","richTextValidateHOC","editorConfig","richTextValidate","value","options","req","t","required","hasChildren","root","children","length","hasOnlyEmptyParagraph","type","paragraphNode","paragraphNodeChild","rootNodes","Array","isArray","nodes","nodeValidations","features","validations","validation"],"sources":["../../src/validate/index.ts"],"sourcesContent":["import type { SerializedEditorState, SerializedParagraphNode } from 'lexical'\nimport type { RichTextField, Validate } from 'payload'\n\nimport type { SanitizedServerEditorConfig } from '../lexical/config/types.js'\n\nimport { validateNodes } from './validateNodes.js'\n\nexport const richTextValidateHOC = ({\n editorConfig,\n}: {\n editorConfig: SanitizedServerEditorConfig\n}) => {\n const richTextValidate: Validate<SerializedEditorState, unknown, unknown, RichTextField> = async (\n value,\n options,\n ) => {\n const {\n req: { t },\n required,\n } = options\n\n if (required) {\n const hasChildren = !!value?.root?.children?.length\n\n let hasOnlyEmptyParagraph = false\n if (value?.root?.children?.length === 1) {\n if (value?.root?.children[0]?.type === 'paragraph') {\n const paragraphNode = value?.root?.children[0] as SerializedParagraphNode\n\n if (!paragraphNode?.children || paragraphNode?.children?.length === 0) {\n hasOnlyEmptyParagraph = true\n } else if (paragraphNode?.children?.length === 1) {\n const paragraphNodeChild = paragraphNode?.children[0]\n if (paragraphNodeChild.type === 'text') {\n if (!paragraphNodeChild?.['text']?.length) {\n hasOnlyEmptyParagraph = true\n }\n }\n }\n }\n }\n\n if (!hasChildren || hasOnlyEmptyParagraph) {\n return t('validation:required')\n }\n }\n\n // Traverse through nodes and validate them. Just like a node can hook into the population process (e.g. link or relationship nodes),\n // they can also hook into the validation process. E.g. a block node probably has fields with validation rules.\n\n const rootNodes = value?.root?.children\n if (rootNodes && Array.isArray(rootNodes) && rootNodes?.length) {\n return await validateNodes({\n nodes: rootNodes,\n nodeValidations: editorConfig.features.validations,\n validation: {\n options,\n value,\n },\n })\n }\n\n return true\n }\n\n return richTextValidate\n}\n"],"mappings":"AAKA,SAASA,aAAa,QAAQ;AAE9B,OAAO,MAAMC,mBAAA,GAAsBA,CAAC;EAClCC;AAAY,CAGb;EACC,MAAMC,gBAAA,GAAqF,MAAAA,CACzFC,KAAA,EACAC,OAAA;IAEA,MAAM;MACJC,GAAA,EAAK;QAAEC;MAAC,CAAE;MACVC;IAAQ,CACT,GAAGH,OAAA;IAEJ,IAAIG,QAAA,EAAU;MACZ,MAAMC,WAAA,GAAc,CAAC,CAACL,KAAA,EAAOM,IAAA,EAAMC,QAAA,EAAUC,MAAA;MAE7C,IAAIC,qBAAA,GAAwB;MAC5B,IAAIT,KAAA,EAAOM,IAAA,EAAMC,QAAA,EAAUC,MAAA,KAAW,GAAG;QACvC,IAAIR,KAAA,EAAOM,IAAA,EAAMC,QAAQ,CAAC,EAAE,EAAEG,IAAA,KAAS,aAAa;UAClD,MAAMC,aAAA,GAAgBX,KAAA,EAAOM,IAAA,EAAMC,QAAQ,CAAC,EAAE;UAE9C,IAAI,CAACI,aAAA,EAAeJ,QAAA,IAAYI,aAAA,EAAeJ,QAAA,EAAUC,MAAA,KAAW,GAAG;YACrEC,qBAAA,GAAwB;UAC1B,OAAO,IAAIE,aAAA,EAAeJ,QAAA,EAAUC,MAAA,KAAW,GAAG;YAChD,MAAMI,kBAAA,GAAqBD,aAAA,EAAeJ,QAAQ,CAAC,EAAE;YACrD,IAAIK,kBAAA,CAAmBF,IAAI,KAAK,QAAQ;cACtC,IAAI,CAACE,kBAAA,GAAqB,OAAO,EAAEJ,MAAA,EAAQ;gBACzCC,qBAAA,GAAwB;cAC1B;YACF;UACF;QACF;MACF;MAEA,IAAI,CAACJ,WAAA,IAAeI,qBAAA,EAAuB;QACzC,OAAON,CAAA,CAAE;MACX;IACF;IAEA;IACA;IAEA,MAAMU,SAAA,GAAYb,KAAA,EAAOM,IAAA,EAAMC,QAAA;IAC/B,IAAIM,SAAA,IAAaC,KAAA,CAAMC,OAAO,CAACF,SAAA,KAAcA,SAAA,EAAWL,MAAA,EAAQ;MAC9D,OAAO,MAAMZ,aAAA,CAAc;QACzBoB,KAAA,EAAOH,SAAA;QACPI,eAAA,EAAiBnB,YAAA,CAAaoB,QAAQ,CAACC,WAAW;QAClDC,UAAA,EAAY;UACVnB,OAAA;UACAD;QACF;MACF;IACF;IAEA,OAAO;EACT;EAEA,OAAOD,gBAAA;AACT","ignoreList":[]}
@@ -1,9 +1,9 @@
1
1
  import type { SerializedEditorState, SerializedLexicalNode } from 'lexical';
2
2
  import type { RichTextField, ValidateOptions } from 'payload';
3
3
  import type { NodeValidation } from '../features/typesServer.js';
4
- export declare function validateNodes({ nodeValidations, nodes, validation: validationFromProps, }: {
5
- nodeValidations: Map<string, Array<NodeValidation>>;
4
+ export declare function validateNodes({ nodes, nodeValidations, validation: validationFromProps, }: {
6
5
  nodes: SerializedLexicalNode[];
6
+ nodeValidations: Map<string, Array<NodeValidation>>;
7
7
  validation: {
8
8
  options: ValidateOptions<unknown, unknown, RichTextField, SerializedEditorState>;
9
9
  value: SerializedEditorState;