@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
@@ -2,43 +2,65 @@ import { ListItemNode, ListNode } from '@lexical/list';
2
2
  import { v4 as uuidv4 } from 'uuid';
3
3
  import { convertLexicalNodesToHTML } from '../converters/html/converter/index.js';
4
4
  export const ListHTMLConverter = {
5
- converter: async ({ converters, draft, node, overrideAccess, parent, req, showHiddenFields })=>{
6
- const childrenText = await convertLexicalNodesToHTML({
7
- converters,
8
- draft,
9
- lexicalNodes: node.children,
10
- overrideAccess,
11
- parent: {
12
- ...node,
13
- parent
14
- },
15
- req,
16
- showHiddenFields
17
- });
18
- return `<${node?.tag} class="list-${node?.listType}">${childrenText}</${node?.tag}>`;
19
- },
20
- nodeTypes: [
21
- ListNode.getType()
22
- ]
5
+ converter: async ({
6
+ converters,
7
+ currentDepth,
8
+ depth,
9
+ draft,
10
+ node,
11
+ overrideAccess,
12
+ parent,
13
+ req,
14
+ showHiddenFields
15
+ }) => {
16
+ const childrenText = await convertLexicalNodesToHTML({
17
+ converters,
18
+ currentDepth,
19
+ depth,
20
+ draft,
21
+ lexicalNodes: node.children,
22
+ overrideAccess,
23
+ parent: {
24
+ ...node,
25
+ parent
26
+ },
27
+ req,
28
+ showHiddenFields
29
+ });
30
+ return `<${node?.tag} class="list-${node?.listType}">${childrenText}</${node?.tag}>`;
31
+ },
32
+ nodeTypes: [ListNode.getType()]
23
33
  };
24
34
  export const ListItemHTMLConverter = {
25
- converter: async ({ converters, draft, node, overrideAccess, parent, req, showHiddenFields })=>{
26
- const hasSubLists = node.children.some((child)=>child.type === 'list');
27
- const childrenText = await convertLexicalNodesToHTML({
28
- converters,
29
- draft,
30
- lexicalNodes: node.children,
31
- overrideAccess,
32
- parent: {
33
- ...node,
34
- parent
35
- },
36
- req,
37
- showHiddenFields
38
- });
39
- if ('listType' in parent && parent?.listType === 'check') {
40
- const uuid = uuidv4();
41
- return `<li aria-checked=${node.checked ? 'true' : 'false'} class="${'list-item-checkbox' + (node.checked ? ' list-item-checkbox-checked' : ' list-item-checkbox-unchecked') + (hasSubLists ? ' nestedListItem' : '')}"
35
+ converter: async ({
36
+ converters,
37
+ currentDepth,
38
+ depth,
39
+ draft,
40
+ node,
41
+ overrideAccess,
42
+ parent,
43
+ req,
44
+ showHiddenFields
45
+ }) => {
46
+ const hasSubLists = node.children.some(child => child.type === 'list');
47
+ const childrenText = await convertLexicalNodesToHTML({
48
+ converters,
49
+ currentDepth,
50
+ depth,
51
+ draft,
52
+ lexicalNodes: node.children,
53
+ overrideAccess,
54
+ parent: {
55
+ ...node,
56
+ parent
57
+ },
58
+ req,
59
+ showHiddenFields
60
+ });
61
+ if ('listType' in parent && parent?.listType === 'check') {
62
+ const uuid = uuidv4();
63
+ return `<li aria-checked=${node.checked ? 'true' : 'false'} class="${'list-item-checkbox' + (node.checked ? ' list-item-checkbox-checked' : ' list-item-checkbox-unchecked') + (hasSubLists ? ' nestedListItem' : '')}"
42
64
  role="checkbox"
43
65
  tabIndex=${-1}
44
66
  value=${node?.value}
@@ -50,13 +72,10 @@ export const ListItemHTMLConverter = {
50
72
 
51
73
 
52
74
  </li>`;
53
- } else {
54
- return `<li ${hasSubLists ? `class="nestedListItem" ` : ''}value=${node?.value}>${childrenText}</li>`;
55
- }
56
- },
57
- nodeTypes: [
58
- ListItemNode.getType()
59
- ]
75
+ } else {
76
+ return `<li ${hasSubLists ? `class="nestedListItem" ` : ''}value=${node?.value}>${childrenText}</li>`;
77
+ }
78
+ },
79
+ nodeTypes: [ListItemNode.getType()]
60
80
  };
61
-
62
81
  //# sourceMappingURL=htmlConverter.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/features/lists/htmlConverter.ts"],"sourcesContent":["import { ListItemNode, ListNode } from '@lexical/list'\nimport { v4 as uuidv4 } from 'uuid'\n\nimport type { HTMLConverter } from '../converters/html/converter/types.js'\nimport type { SerializedListItemNode, SerializedListNode } from './plugin/index.js'\n\nimport { convertLexicalNodesToHTML } from '../converters/html/converter/index.js'\n\nexport const ListHTMLConverter: HTMLConverter<SerializedListNode> = {\n converter: async ({ converters, draft, node, overrideAccess, parent, req, showHiddenFields }) => {\n const childrenText = await convertLexicalNodesToHTML({\n converters,\n draft,\n lexicalNodes: node.children,\n overrideAccess,\n parent: {\n ...node,\n parent,\n },\n req,\n showHiddenFields,\n })\n\n return `<${node?.tag} class=\"list-${node?.listType}\">${childrenText}</${node?.tag}>`\n },\n nodeTypes: [ListNode.getType()],\n}\n\nexport const ListItemHTMLConverter: HTMLConverter<SerializedListItemNode> = {\n converter: async ({ converters, draft, node, overrideAccess, parent, req, showHiddenFields }) => {\n const hasSubLists = node.children.some((child) => child.type === 'list')\n\n const childrenText = await convertLexicalNodesToHTML({\n converters,\n draft,\n lexicalNodes: node.children,\n overrideAccess,\n parent: {\n ...node,\n parent,\n },\n req,\n showHiddenFields,\n })\n\n if ('listType' in parent && parent?.listType === 'check') {\n const uuid = uuidv4()\n\n return `<li aria-checked=${node.checked ? 'true' : 'false'} class=\"${\n 'list-item-checkbox' +\n (node.checked ? ' list-item-checkbox-checked' : ' list-item-checkbox-unchecked') +\n (hasSubLists ? ' nestedListItem' : '')\n }\"\n role=\"checkbox\"\n tabIndex=${-1}\n value=${node?.value}\n >\n ${\n hasSubLists\n ? childrenText\n : `\n <input type=\"checkbox\" id=\"${uuid}\"${node.checked ? ' checked' : ''}>\n <label for=\"${uuid}\">${childrenText}</label><br>\n `\n }\n\n\n </li>`\n } else {\n return `<li ${hasSubLists ? `class=\"nestedListItem\" ` : ''}value=${node?.value}>${childrenText}</li>`\n }\n },\n nodeTypes: [ListItemNode.getType()],\n}\n"],"names":["ListItemNode","ListNode","v4","uuidv4","convertLexicalNodesToHTML","ListHTMLConverter","converter","converters","draft","node","overrideAccess","parent","req","showHiddenFields","childrenText","lexicalNodes","children","tag","listType","nodeTypes","getType","ListItemHTMLConverter","hasSubLists","some","child","type","uuid","checked","value"],"mappings":"AAAA,SAASA,YAAY,EAAEC,QAAQ,QAAQ,gBAAe;AACtD,SAASC,MAAMC,MAAM,QAAQ,OAAM;AAKnC,SAASC,yBAAyB,QAAQ,wCAAuC;AAEjF,OAAO,MAAMC,oBAAuD;IAClEC,WAAW,OAAO,EAAEC,UAAU,EAAEC,KAAK,EAAEC,IAAI,EAAEC,cAAc,EAAEC,MAAM,EAAEC,GAAG,EAAEC,gBAAgB,EAAE;QAC1F,MAAMC,eAAe,MAAMV,0BAA0B;YACnDG;YACAC;YACAO,cAAcN,KAAKO,QAAQ;YAC3BN;YACAC,QAAQ;gBACN,GAAGF,IAAI;gBACPE;YACF;YACAC;YACAC;QACF;QAEA,OAAO,CAAC,CAAC,EAAEJ,MAAMQ,IAAI,aAAa,EAAER,MAAMS,SAAS,EAAE,EAAEJ,aAAa,EAAE,EAAEL,MAAMQ,IAAI,CAAC,CAAC;IACtF;IACAE,WAAW;QAAClB,SAASmB,OAAO;KAAG;AACjC,EAAC;AAED,OAAO,MAAMC,wBAA+D;IAC1Ef,WAAW,OAAO,EAAEC,UAAU,EAAEC,KAAK,EAAEC,IAAI,EAAEC,cAAc,EAAEC,MAAM,EAAEC,GAAG,EAAEC,gBAAgB,EAAE;QAC1F,MAAMS,cAAcb,KAAKO,QAAQ,CAACO,IAAI,CAAC,CAACC,QAAUA,MAAMC,IAAI,KAAK;QAEjE,MAAMX,eAAe,MAAMV,0BAA0B;YACnDG;YACAC;YACAO,cAAcN,KAAKO,QAAQ;YAC3BN;YACAC,QAAQ;gBACN,GAAGF,IAAI;gBACPE;YACF;YACAC;YACAC;QACF;QAEA,IAAI,cAAcF,UAAUA,QAAQO,aAAa,SAAS;YACxD,MAAMQ,OAAOvB;YAEb,OAAO,CAAC,iBAAiB,EAAEM,KAAKkB,OAAO,GAAG,SAAS,QAAQ,QAAQ,EACjE,uBACClB,CAAAA,KAAKkB,OAAO,GAAG,gCAAgC,+BAA8B,IAC7EL,CAAAA,cAAc,oBAAoB,EAAC,EACrC;;mBAEY,EAAE,CAAC,EAAE;gBACR,EAAEb,MAAMmB,MAAM;;MAExB,EACEN,cACIR,eACA,CAAC;mCACsB,EAAEY,KAAK,CAAC,EAAEjB,KAAKkB,OAAO,GAAG,aAAa,GAAG;oBACxD,EAAED,KAAK,EAAE,EAAEZ,aAAa;MACtC,CAAC,CACA;;;eAGQ,CAAC;QACZ,OAAO;YACL,OAAO,CAAC,IAAI,EAAEQ,cAAc,CAAC,uBAAuB,CAAC,GAAG,GAAG,MAAM,EAAEb,MAAMmB,MAAM,CAAC,EAAEd,aAAa,KAAK,CAAC;QACvG;IACF;IACAK,WAAW;QAACnB,aAAaoB,OAAO;KAAG;AACrC,EAAC"}
1
+ {"version":3,"file":"htmlConverter.js","names":["ListItemNode","ListNode","v4","uuidv4","convertLexicalNodesToHTML","ListHTMLConverter","converter","converters","currentDepth","depth","draft","node","overrideAccess","parent","req","showHiddenFields","childrenText","lexicalNodes","children","tag","listType","nodeTypes","getType","ListItemHTMLConverter","hasSubLists","some","child","type","uuid","checked","value"],"sources":["../../../src/features/lists/htmlConverter.ts"],"sourcesContent":["import { ListItemNode, ListNode } from '@lexical/list'\nimport { v4 as uuidv4 } from 'uuid'\n\nimport type { HTMLConverter } from '../converters/html/converter/types.js'\nimport type { SerializedListItemNode, SerializedListNode } from './plugin/index.js'\n\nimport { convertLexicalNodesToHTML } from '../converters/html/converter/index.js'\n\nexport const ListHTMLConverter: HTMLConverter<SerializedListNode> = {\n converter: async ({\n converters,\n currentDepth,\n depth,\n draft,\n node,\n overrideAccess,\n parent,\n req,\n showHiddenFields,\n }) => {\n const childrenText = await convertLexicalNodesToHTML({\n converters,\n currentDepth,\n depth,\n draft,\n lexicalNodes: node.children,\n overrideAccess,\n parent: {\n ...node,\n parent,\n },\n req,\n showHiddenFields,\n })\n\n return `<${node?.tag} class=\"list-${node?.listType}\">${childrenText}</${node?.tag}>`\n },\n nodeTypes: [ListNode.getType()],\n}\n\nexport const ListItemHTMLConverter: HTMLConverter<SerializedListItemNode> = {\n converter: async ({\n converters,\n currentDepth,\n depth,\n draft,\n node,\n overrideAccess,\n parent,\n req,\n showHiddenFields,\n }) => {\n const hasSubLists = node.children.some((child) => child.type === 'list')\n\n const childrenText = await convertLexicalNodesToHTML({\n converters,\n currentDepth,\n depth,\n draft,\n lexicalNodes: node.children,\n overrideAccess,\n parent: {\n ...node,\n parent,\n },\n req,\n showHiddenFields,\n })\n\n if ('listType' in parent && parent?.listType === 'check') {\n const uuid = uuidv4()\n\n return `<li aria-checked=${node.checked ? 'true' : 'false'} class=\"${\n 'list-item-checkbox' +\n (node.checked ? ' list-item-checkbox-checked' : ' list-item-checkbox-unchecked') +\n (hasSubLists ? ' nestedListItem' : '')\n }\"\n role=\"checkbox\"\n tabIndex=${-1}\n value=${node?.value}\n >\n ${\n hasSubLists\n ? childrenText\n : `\n <input type=\"checkbox\" id=\"${uuid}\"${node.checked ? ' checked' : ''}>\n <label for=\"${uuid}\">${childrenText}</label><br>\n `\n }\n\n\n </li>`\n } else {\n return `<li ${hasSubLists ? `class=\"nestedListItem\" ` : ''}value=${node?.value}>${childrenText}</li>`\n }\n },\n nodeTypes: [ListItemNode.getType()],\n}\n"],"mappings":"AAAA,SAASA,YAAY,EAAEC,QAAQ,QAAQ;AACvC,SAASC,EAAA,IAAMC,MAAM,QAAQ;AAK7B,SAASC,yBAAyB,QAAQ;AAE1C,OAAO,MAAMC,iBAAA,GAAuD;EAClEC,SAAA,EAAW,MAAAA,CAAO;IAChBC,UAAU;IACVC,YAAY;IACZC,KAAK;IACLC,KAAK;IACLC,IAAI;IACJC,cAAc;IACdC,MAAM;IACNC,GAAG;IACHC;EAAgB,CACjB;IACC,MAAMC,YAAA,GAAe,MAAMZ,yBAAA,CAA0B;MACnDG,UAAA;MACAC,YAAA;MACAC,KAAA;MACAC,KAAA;MACAO,YAAA,EAAcN,IAAA,CAAKO,QAAQ;MAC3BN,cAAA;MACAC,MAAA,EAAQ;QACN,GAAGF,IAAI;QACPE;MACF;MACAC,GAAA;MACAC;IACF;IAEA,OAAO,IAAIJ,IAAA,EAAMQ,GAAA,gBAAmBR,IAAA,EAAMS,QAAA,KAAaJ,YAAA,KAAiBL,IAAA,EAAMQ,GAAA,GAAM;EACtF;EACAE,SAAA,EAAW,CAACpB,QAAA,CAASqB,OAAO;AAC9B;AAEA,OAAO,MAAMC,qBAAA,GAA+D;EAC1EjB,SAAA,EAAW,MAAAA,CAAO;IAChBC,UAAU;IACVC,YAAY;IACZC,KAAK;IACLC,KAAK;IACLC,IAAI;IACJC,cAAc;IACdC,MAAM;IACNC,GAAG;IACHC;EAAgB,CACjB;IACC,MAAMS,WAAA,GAAcb,IAAA,CAAKO,QAAQ,CAACO,IAAI,CAAEC,KAAA,IAAUA,KAAA,CAAMC,IAAI,KAAK;IAEjE,MAAMX,YAAA,GAAe,MAAMZ,yBAAA,CAA0B;MACnDG,UAAA;MACAC,YAAA;MACAC,KAAA;MACAC,KAAA;MACAO,YAAA,EAAcN,IAAA,CAAKO,QAAQ;MAC3BN,cAAA;MACAC,MAAA,EAAQ;QACN,GAAGF,IAAI;QACPE;MACF;MACAC,GAAA;MACAC;IACF;IAEA,IAAI,cAAcF,MAAA,IAAUA,MAAA,EAAQO,QAAA,KAAa,SAAS;MACxD,MAAMQ,IAAA,GAAOzB,MAAA;MAEb,OAAO,oBAAoBQ,IAAA,CAAKkB,OAAO,GAAG,SAAS,kBACjD,wBACClB,IAAA,CAAKkB,OAAO,GAAG,gCAAgC,+BAA8B,KAC7EL,WAAA,GAAc,oBAAoB,EAAC;;qBAGvB,CAAC;kBACJb,IAAA,EAAMmB,KAAA;;QAGhBN,WAAA,GACIR,YAAA,GACA;qCACyBY,IAAA,IAAQjB,IAAA,CAAKkB,OAAO,GAAG,aAAa;sBACnDD,IAAA,KAASZ,YAAA;OACxB;;;gBAIS;IACZ,OAAO;MACL,OAAO,OAAOQ,WAAA,GAAc,yBAAyB,GAAG,WAAWb,IAAA,EAAMmB,KAAA,IAASd,YAAA,OAAmB;IACvG;EACF;EACAK,SAAA,EAAW,CAACrB,YAAA,CAAasB,OAAO;AAClC","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export declare const OrderedListFeatureClient: import("../../../typesClient.js").FeatureProviderProviderClient<undefined, undefined>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/lists/orderedList/client/index.tsx"],"names":[],"mappings":"AAsDA,eAAO,MAAM,wBAAwB,uFAoCnC,CAAA"}
@@ -0,0 +1,84 @@
1
+ 'use client';
2
+
3
+ import { $isListNode, INSERT_ORDERED_LIST_COMMAND, ListItemNode, ListNode } from '@lexical/list';
4
+ import { $isRangeSelection } from 'lexical';
5
+ import { OrderedListIcon } from '../../../../lexical/ui/icons/OrderedList/index.js';
6
+ import { createClientFeature } from '../../../../utilities/createClientFeature.js';
7
+ import { toolbarTextDropdownGroupWithItems } from '../../../shared/toolbar/textDropdownGroup.js';
8
+ import { LexicalListPlugin } from '../../plugin/index.js';
9
+ import { slashMenuListGroupWithItems } from '../../shared/slashMenuListGroup.js';
10
+ import { ORDERED_LIST } from '../markdownTransformer.js';
11
+ const toolbarGroups = [toolbarTextDropdownGroupWithItems([{
12
+ ChildComponent: OrderedListIcon,
13
+ isActive: ({
14
+ selection
15
+ }) => {
16
+ if (!$isRangeSelection(selection)) {
17
+ return false;
18
+ }
19
+ for (const node of selection.getNodes()) {
20
+ if ($isListNode(node) && node.getListType() === 'number') {
21
+ continue;
22
+ }
23
+ const parent = node.getParent();
24
+ if ($isListNode(parent) && parent.getListType() === 'number') {
25
+ continue;
26
+ }
27
+ const parentParent = parent?.getParent();
28
+ // Example scenario: Node = textNode, parent = listItemNode, parentParent = listNode
29
+ if ($isListNode(parentParent) && parentParent.getListType() === 'number') {
30
+ continue;
31
+ }
32
+ return false;
33
+ }
34
+ return true;
35
+ },
36
+ key: 'orderedList',
37
+ label: ({
38
+ i18n
39
+ }) => {
40
+ return i18n.t('lexical:orderedList:label');
41
+ },
42
+ onSelect: ({
43
+ editor
44
+ }) => {
45
+ editor.dispatchCommand(INSERT_ORDERED_LIST_COMMAND, undefined);
46
+ },
47
+ order: 10
48
+ }])];
49
+ export const OrderedListFeatureClient = createClientFeature(({
50
+ featureProviderMap
51
+ }) => {
52
+ return {
53
+ markdownTransformers: [ORDERED_LIST],
54
+ nodes: featureProviderMap.has('orderedList') ? [] : [ListNode, ListItemNode],
55
+ plugins: featureProviderMap.has('orderedList') ? [] : [{
56
+ Component: LexicalListPlugin,
57
+ position: 'normal'
58
+ }],
59
+ slashMenu: {
60
+ groups: [slashMenuListGroupWithItems([{
61
+ Icon: OrderedListIcon,
62
+ key: 'orderedList',
63
+ keywords: ['ordered list', 'ol'],
64
+ label: ({
65
+ i18n
66
+ }) => {
67
+ return i18n.t('lexical:orderedList:label');
68
+ },
69
+ onSelect: ({
70
+ editor
71
+ }) => {
72
+ editor.dispatchCommand(INSERT_ORDERED_LIST_COMMAND, undefined);
73
+ }
74
+ }])]
75
+ },
76
+ toolbarFixed: {
77
+ groups: toolbarGroups
78
+ },
79
+ toolbarInline: {
80
+ groups: toolbarGroups
81
+ }
82
+ };
83
+ });
84
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["$isListNode","INSERT_ORDERED_LIST_COMMAND","ListItemNode","ListNode","$isRangeSelection","OrderedListIcon","createClientFeature","toolbarTextDropdownGroupWithItems","LexicalListPlugin","slashMenuListGroupWithItems","ORDERED_LIST","toolbarGroups","ChildComponent","isActive","selection","node","getNodes","getListType","parent","getParent","parentParent","key","label","i18n","t","onSelect","editor","dispatchCommand","undefined","order","OrderedListFeatureClient","featureProviderMap","markdownTransformers","nodes","has","plugins","Component","position","slashMenu","groups","Icon","keywords","toolbarFixed","toolbarInline"],"sources":["../../../../../src/features/lists/orderedList/client/index.tsx"],"sourcesContent":["'use client'\nimport { $isListNode, INSERT_ORDERED_LIST_COMMAND, ListItemNode, ListNode } from '@lexical/list'\nimport { $isRangeSelection } from 'lexical'\n\nimport type { ToolbarGroup } from '../../../toolbars/types.js'\n\nimport { OrderedListIcon } from '../../../../lexical/ui/icons/OrderedList/index.js'\nimport { createClientFeature } from '../../../../utilities/createClientFeature.js'\nimport { toolbarTextDropdownGroupWithItems } from '../../../shared/toolbar/textDropdownGroup.js'\nimport { LexicalListPlugin } from '../../plugin/index.js'\nimport { slashMenuListGroupWithItems } from '../../shared/slashMenuListGroup.js'\nimport { ORDERED_LIST } from '../markdownTransformer.js'\n\nconst toolbarGroups: ToolbarGroup[] = [\n toolbarTextDropdownGroupWithItems([\n {\n ChildComponent: OrderedListIcon,\n isActive: ({ selection }) => {\n if (!$isRangeSelection(selection)) {\n return false\n }\n for (const node of selection.getNodes()) {\n if ($isListNode(node) && node.getListType() === 'number') {\n continue\n }\n\n const parent = node.getParent()\n\n if ($isListNode(parent) && parent.getListType() === 'number') {\n continue\n }\n\n const parentParent = parent?.getParent()\n // Example scenario: Node = textNode, parent = listItemNode, parentParent = listNode\n if ($isListNode(parentParent) && parentParent.getListType() === 'number') {\n continue\n }\n\n return false\n }\n return true\n },\n key: 'orderedList',\n label: ({ i18n }) => {\n return i18n.t('lexical:orderedList:label')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INSERT_ORDERED_LIST_COMMAND, undefined)\n },\n order: 10,\n },\n ]),\n]\n\nexport const OrderedListFeatureClient = createClientFeature(({ featureProviderMap }) => {\n return {\n markdownTransformers: [ORDERED_LIST],\n nodes: featureProviderMap.has('orderedList') ? [] : [ListNode, ListItemNode],\n plugins: featureProviderMap.has('orderedList')\n ? []\n : [\n {\n Component: LexicalListPlugin,\n position: 'normal',\n },\n ],\n slashMenu: {\n groups: [\n slashMenuListGroupWithItems([\n {\n Icon: OrderedListIcon,\n key: 'orderedList',\n keywords: ['ordered list', 'ol'],\n label: ({ i18n }) => {\n return i18n.t('lexical:orderedList:label')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INSERT_ORDERED_LIST_COMMAND, undefined)\n },\n },\n ]),\n ],\n },\n toolbarFixed: {\n groups: toolbarGroups,\n },\n toolbarInline: {\n groups: toolbarGroups,\n },\n }\n})\n"],"mappings":"AAAA;;AACA,SAASA,WAAW,EAAEC,2BAA2B,EAAEC,YAAY,EAAEC,QAAQ,QAAQ;AACjF,SAASC,iBAAiB,QAAQ;AAIlC,SAASC,eAAe,QAAQ;AAChC,SAASC,mBAAmB,QAAQ;AACpC,SAASC,iCAAiC,QAAQ;AAClD,SAASC,iBAAiB,QAAQ;AAClC,SAASC,2BAA2B,QAAQ;AAC5C,SAASC,YAAY,QAAQ;AAE7B,MAAMC,aAAA,GAAgC,CACpCJ,iCAAA,CAAkC,CAChC;EACEK,cAAA,EAAgBP,eAAA;EAChBQ,QAAA,EAAUA,CAAC;IAAEC;EAAS,CAAE;IACtB,IAAI,CAACV,iBAAA,CAAkBU,SAAA,GAAY;MACjC,OAAO;IACT;IACA,KAAK,MAAMC,IAAA,IAAQD,SAAA,CAAUE,QAAQ,IAAI;MACvC,IAAIhB,WAAA,CAAYe,IAAA,KAASA,IAAA,CAAKE,WAAW,OAAO,UAAU;QACxD;MACF;MAEA,MAAMC,MAAA,GAASH,IAAA,CAAKI,SAAS;MAE7B,IAAInB,WAAA,CAAYkB,MAAA,KAAWA,MAAA,CAAOD,WAAW,OAAO,UAAU;QAC5D;MACF;MAEA,MAAMG,YAAA,GAAeF,MAAA,EAAQC,SAAA;MAC7B;MACA,IAAInB,WAAA,CAAYoB,YAAA,KAAiBA,YAAA,CAAaH,WAAW,OAAO,UAAU;QACxE;MACF;MAEA,OAAO;IACT;IACA,OAAO;EACT;EACAI,GAAA,EAAK;EACLC,KAAA,EAAOA,CAAC;IAAEC;EAAI,CAAE;IACd,OAAOA,IAAA,CAAKC,CAAC,CAAC;EAChB;EACAC,QAAA,EAAUA,CAAC;IAAEC;EAAM,CAAE;IACnBA,MAAA,CAAOC,eAAe,CAAC1B,2BAAA,EAA6B2B,SAAA;EACtD;EACAC,KAAA,EAAO;AACT,EACD,EACF;AAED,OAAO,MAAMC,wBAAA,GAA2BxB,mBAAA,CAAoB,CAAC;EAAEyB;AAAkB,CAAE;EACjF,OAAO;IACLC,oBAAA,EAAsB,CAACtB,YAAA,CAAa;IACpCuB,KAAA,EAAOF,kBAAA,CAAmBG,GAAG,CAAC,iBAAiB,EAAE,GAAG,CAAC/B,QAAA,EAAUD,YAAA,CAAa;IAC5EiC,OAAA,EAASJ,kBAAA,CAAmBG,GAAG,CAAC,iBAC5B,EAAE,GACF,CACE;MACEE,SAAA,EAAW5B,iBAAA;MACX6B,QAAA,EAAU;IACZ,EACD;IACLC,SAAA,EAAW;MACTC,MAAA,EAAQ,CACN9B,2BAAA,CAA4B,CAC1B;QACE+B,IAAA,EAAMnC,eAAA;QACNgB,GAAA,EAAK;QACLoB,QAAA,EAAU,CAAC,gBAAgB,KAAK;QAChCnB,KAAA,EAAOA,CAAC;UAAEC;QAAI,CAAE;UACd,OAAOA,IAAA,CAAKC,CAAC,CAAC;QAChB;QACAC,QAAA,EAAUA,CAAC;UAAEC;QAAM,CAAE;UACnBA,MAAA,CAAOC,eAAe,CAAC1B,2BAAA,EAA6B2B,SAAA;QACtD;MACF,EACD;IAEL;IACAc,YAAA,EAAc;MACZH,MAAA,EAAQ5B;IACV;IACAgC,aAAA,EAAe;MACbJ,MAAA,EAAQ5B;IACV;EACF;AACF","ignoreList":[]}
@@ -1,16 +1,12 @@
1
1
  import { $isListNode, ListItemNode, ListNode } from '@lexical/list';
2
2
  import { listExport, listReplace } from '../shared/markdown.js';
3
3
  export const ORDERED_LIST = {
4
- type: 'element',
5
- dependencies: [
6
- ListNode,
7
- ListItemNode
8
- ],
9
- export: (node, exportChildren)=>{
10
- return $isListNode(node) ? listExport(node, exportChildren, 0) : null;
11
- },
12
- regExp: /^(\s*)(\d+)\.\s/,
13
- replace: listReplace('number')
4
+ type: 'element',
5
+ dependencies: [ListNode, ListItemNode],
6
+ export: (node, exportChildren) => {
7
+ return $isListNode(node) ? listExport(node, exportChildren, 0) : null;
8
+ },
9
+ regExp: /^(\s*)(\d+)\.\s/,
10
+ replace: listReplace('number')
14
11
  };
15
-
16
12
  //# sourceMappingURL=markdownTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/features/lists/orderedList/markdownTransformer.ts"],"sourcesContent":["import type { ElementTransformer } from '@lexical/markdown'\n\nimport { $isListNode, ListItemNode, ListNode } from '@lexical/list'\n\nimport { listExport, listReplace } from '../shared/markdown.js'\n\nexport const ORDERED_LIST: ElementTransformer = {\n type: 'element',\n dependencies: [ListNode, ListItemNode],\n export: (node, exportChildren) => {\n return $isListNode(node) ? listExport(node, exportChildren, 0) : null\n },\n regExp: /^(\\s*)(\\d+)\\.\\s/,\n replace: listReplace('number'),\n}\n"],"names":["$isListNode","ListItemNode","ListNode","listExport","listReplace","ORDERED_LIST","type","dependencies","export","node","exportChildren","regExp","replace"],"mappings":"AAEA,SAASA,WAAW,EAAEC,YAAY,EAAEC,QAAQ,QAAQ,gBAAe;AAEnE,SAASC,UAAU,EAAEC,WAAW,QAAQ,wBAAuB;AAE/D,OAAO,MAAMC,eAAmC;IAC9CC,MAAM;IACNC,cAAc;QAACL;QAAUD;KAAa;IACtCO,QAAQ,CAACC,MAAMC;QACb,OAAOV,YAAYS,QAAQN,WAAWM,MAAMC,gBAAgB,KAAK;IACnE;IACAC,QAAQ;IACRC,SAASR,YAAY;AACvB,EAAC"}
1
+ {"version":3,"file":"markdownTransformer.js","names":["$isListNode","ListItemNode","ListNode","listExport","listReplace","ORDERED_LIST","type","dependencies","export","node","exportChildren","regExp","replace"],"sources":["../../../../src/features/lists/orderedList/markdownTransformer.ts"],"sourcesContent":["import type { ElementTransformer } from '@lexical/markdown'\n\nimport { $isListNode, ListItemNode, ListNode } from '@lexical/list'\n\nimport { listExport, listReplace } from '../shared/markdown.js'\n\nexport const ORDERED_LIST: ElementTransformer = {\n type: 'element',\n dependencies: [ListNode, ListItemNode],\n export: (node, exportChildren) => {\n return $isListNode(node) ? listExport(node, exportChildren, 0) : null\n },\n regExp: /^(\\s*)(\\d+)\\.\\s/,\n replace: listReplace('number'),\n}\n"],"mappings":"AAEA,SAASA,WAAW,EAAEC,YAAY,EAAEC,QAAQ,QAAQ;AAEpD,SAASC,UAAU,EAAEC,WAAW,QAAQ;AAExC,OAAO,MAAMC,YAAA,GAAmC;EAC9CC,IAAA,EAAM;EACNC,YAAA,EAAc,CAACL,QAAA,EAAUD,YAAA,CAAa;EACtCO,MAAA,EAAQA,CAACC,IAAA,EAAMC,cAAA;IACb,OAAOV,WAAA,CAAYS,IAAA,IAAQN,UAAA,CAAWM,IAAA,EAAMC,cAAA,EAAgB,KAAK;EACnE;EACAC,MAAA,EAAQ;EACRC,OAAA,EAASR,WAAA,CAAY;AACvB","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../../../src/features/lists/orderedList/server/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAiG1C,CAAA"}
@@ -0,0 +1,99 @@
1
+ export const i18n = {
2
+ ar: {
3
+ label: 'قائمة مرتبة'
4
+ },
5
+ az: {
6
+ label: 'Sıralı Siyahı'
7
+ },
8
+ bg: {
9
+ label: 'Подреден списък'
10
+ },
11
+ cs: {
12
+ label: 'Seřazený seznam'
13
+ },
14
+ de: {
15
+ label: 'Geordnete Liste'
16
+ },
17
+ en: {
18
+ label: 'Ordered List'
19
+ },
20
+ es: {
21
+ label: 'Lista ordenada'
22
+ },
23
+ fa: {
24
+ label: 'لیست مرتب شده'
25
+ },
26
+ fr: {
27
+ label: 'Liste ordonnée'
28
+ },
29
+ he: {
30
+ label: 'רשימה ממוינת'
31
+ },
32
+ hr: {
33
+ label: 'Naručeni popis'
34
+ },
35
+ hu: {
36
+ label: 'Rendelt lista'
37
+ },
38
+ it: {
39
+ label: 'Elenco ordinato'
40
+ },
41
+ ja: {
42
+ label: '順序付きリスト'
43
+ },
44
+ ko: {
45
+ label: '주문된 목록'
46
+ },
47
+ my: {
48
+ label: 'စီစဉ်ထားသော စာရင်း'
49
+ },
50
+ nb: {
51
+ label: 'Ordnet Liste'
52
+ },
53
+ nl: {
54
+ label: 'Geordende Lijst'
55
+ },
56
+ pl: {
57
+ label: 'Uporządkowana lista'
58
+ },
59
+ pt: {
60
+ label: 'Lista Ordenada'
61
+ },
62
+ ro: {
63
+ label: 'Lista ordonată'
64
+ },
65
+ rs: {
66
+ label: 'Naručeni Spisak'
67
+ },
68
+ 'rs-latin': {
69
+ label: 'Naručeni spisak'
70
+ },
71
+ ru: {
72
+ label: 'Упорядоченный список'
73
+ },
74
+ sk: {
75
+ label: 'Zoradený zoznam'
76
+ },
77
+ sv: {
78
+ label: 'Ordnad Lista'
79
+ },
80
+ th: {
81
+ label: 'รายการที่ถูกจัดลำดับ'
82
+ },
83
+ tr: {
84
+ label: 'Sıralı Liste'
85
+ },
86
+ uk: {
87
+ label: 'Впорядкований список'
88
+ },
89
+ vi: {
90
+ label: 'Danh sách đã sắp xếp'
91
+ },
92
+ zh: {
93
+ label: '有序列表'
94
+ },
95
+ 'zh-TW': {
96
+ label: '有序列表'
97
+ }
98
+ };
99
+ //# sourceMappingURL=i18n.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.js","names":["i18n","ar","label","az","bg","cs","de","en","es","fa","fr","he","hr","hu","it","ja","ko","my","nb","nl","pl","pt","ro","rs","ru","sk","sv","th","tr","uk","vi","zh"],"sources":["../../../../../src/features/lists/orderedList/server/i18n.ts"],"sourcesContent":["import type { GenericLanguages } from '@payloadcms/translations'\n\nexport const i18n: Partial<GenericLanguages> = {\n ar: {\n label: 'قائمة مرتبة',\n },\n az: {\n label: 'Sıralı Siyahı',\n },\n bg: {\n label: 'Подреден списък',\n },\n cs: {\n label: 'Seřazený seznam',\n },\n de: {\n label: 'Geordnete Liste',\n },\n en: {\n label: 'Ordered List',\n },\n es: {\n label: 'Lista ordenada',\n },\n fa: {\n label: 'لیست مرتب شده',\n },\n fr: {\n label: 'Liste ordonnée',\n },\n he: {\n label: 'רשימה ממוינת',\n },\n hr: {\n label: 'Naručeni popis',\n },\n hu: {\n label: 'Rendelt lista',\n },\n it: {\n label: 'Elenco ordinato',\n },\n ja: {\n label: '順序付きリスト',\n },\n ko: {\n label: '주문된 목록',\n },\n my: {\n label: 'စီစဉ်ထားသော စာရင်း',\n },\n nb: {\n label: 'Ordnet Liste',\n },\n nl: {\n label: 'Geordende Lijst',\n },\n pl: {\n label: 'Uporządkowana lista',\n },\n pt: {\n label: 'Lista Ordenada',\n },\n ro: {\n label: 'Lista ordonată',\n },\n rs: {\n label: 'Naručeni Spisak',\n },\n 'rs-latin': {\n label: 'Naručeni spisak',\n },\n ru: {\n label: 'Упорядоченный список',\n },\n sk: {\n label: 'Zoradený zoznam',\n },\n sv: {\n label: 'Ordnad Lista',\n },\n th: {\n label: 'รายการที่ถูกจัดลำดับ',\n },\n tr: {\n label: 'Sıralı Liste',\n },\n uk: {\n label: 'Впорядкований список',\n },\n vi: {\n label: 'Danh sách đã sắp xếp',\n },\n zh: {\n label: '有序列表',\n },\n 'zh-TW': {\n label: '有序列表',\n },\n}\n"],"mappings":"AAEA,OAAO,MAAMA,IAAA,GAAkC;EAC7CC,EAAA,EAAI;IACFC,KAAA,EAAO;EACT;EACAC,EAAA,EAAI;IACFD,KAAA,EAAO;EACT;EACAE,EAAA,EAAI;IACFF,KAAA,EAAO;EACT;EACAG,EAAA,EAAI;IACFH,KAAA,EAAO;EACT;EACAI,EAAA,EAAI;IACFJ,KAAA,EAAO;EACT;EACAK,EAAA,EAAI;IACFL,KAAA,EAAO;EACT;EACAM,EAAA,EAAI;IACFN,KAAA,EAAO;EACT;EACAO,EAAA,EAAI;IACFP,KAAA,EAAO;EACT;EACAQ,EAAA,EAAI;IACFR,KAAA,EAAO;EACT;EACAS,EAAA,EAAI;IACFT,KAAA,EAAO;EACT;EACAU,EAAA,EAAI;IACFV,KAAA,EAAO;EACT;EACAW,EAAA,EAAI;IACFX,KAAA,EAAO;EACT;EACAY,EAAA,EAAI;IACFZ,KAAA,EAAO;EACT;EACAa,EAAA,EAAI;IACFb,KAAA,EAAO;EACT;EACAc,EAAA,EAAI;IACFd,KAAA,EAAO;EACT;EACAe,EAAA,EAAI;IACFf,KAAA,EAAO;EACT;EACAgB,EAAA,EAAI;IACFhB,KAAA,EAAO;EACT;EACAiB,EAAA,EAAI;IACFjB,KAAA,EAAO;EACT;EACAkB,EAAA,EAAI;IACFlB,KAAA,EAAO;EACT;EACAmB,EAAA,EAAI;IACFnB,KAAA,EAAO;EACT;EACAoB,EAAA,EAAI;IACFpB,KAAA,EAAO;EACT;EACAqB,EAAA,EAAI;IACFrB,KAAA,EAAO;EACT;EACA,YAAY;IACVA,KAAA,EAAO;EACT;EACAsB,EAAA,EAAI;IACFtB,KAAA,EAAO;EACT;EACAuB,EAAA,EAAI;IACFvB,KAAA,EAAO;EACT;EACAwB,EAAA,EAAI;IACFxB,KAAA,EAAO;EACT;EACAyB,EAAA,EAAI;IACFzB,KAAA,EAAO;EACT;EACA0B,EAAA,EAAI;IACF1B,KAAA,EAAO;EACT;EACA2B,EAAA,EAAI;IACF3B,KAAA,EAAO;EACT;EACA4B,EAAA,EAAI;IACF5B,KAAA,EAAO;EACT;EACA6B,EAAA,EAAI;IACF7B,KAAA,EAAO;EACT;EACA,SAAS;IACPA,KAAA,EAAO;EACT;AACF","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export declare const OrderedListFeature: import("../../../typesServer.js").FeatureProviderProviderServer<undefined, undefined, undefined>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/lists/orderedList/server/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB,kGAyB7B,CAAA"}
@@ -0,0 +1,30 @@
1
+ import { ListItemNode, ListNode } from '@lexical/list';
2
+ import { createServerFeature } from '../../../../utilities/createServerFeature.js';
3
+ import { createNode } from '../../../typeUtilities.js';
4
+ import { ListHTMLConverter, ListItemHTMLConverter } from '../../htmlConverter.js';
5
+ import { ORDERED_LIST } from '../markdownTransformer.js';
6
+ import { i18n } from './i18n.js';
7
+ export const OrderedListFeature = createServerFeature({
8
+ feature: ({
9
+ featureProviderMap
10
+ }) => {
11
+ return {
12
+ ClientFeature: '@payloadcms/richtext-lexical/client#OrderedListFeatureClient',
13
+ i18n,
14
+ markdownTransformers: [ORDERED_LIST],
15
+ nodes: featureProviderMap.has('unorderedList') ? [] : [createNode({
16
+ converters: {
17
+ html: ListHTMLConverter
18
+ },
19
+ node: ListNode
20
+ }), createNode({
21
+ converters: {
22
+ html: ListItemHTMLConverter
23
+ },
24
+ node: ListItemNode
25
+ })]
26
+ };
27
+ },
28
+ key: 'orderedList'
29
+ });
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["ListItemNode","ListNode","createServerFeature","createNode","ListHTMLConverter","ListItemHTMLConverter","ORDERED_LIST","i18n","OrderedListFeature","feature","featureProviderMap","ClientFeature","markdownTransformers","nodes","has","converters","html","node","key"],"sources":["../../../../../src/features/lists/orderedList/server/index.ts"],"sourcesContent":["import { ListItemNode, ListNode } from '@lexical/list'\n\nimport { createServerFeature } from '../../../../utilities/createServerFeature.js'\nimport { createNode } from '../../../typeUtilities.js'\nimport { ListHTMLConverter, ListItemHTMLConverter } from '../../htmlConverter.js'\nimport { ORDERED_LIST } from '../markdownTransformer.js'\nimport { i18n } from './i18n.js'\n\nexport const OrderedListFeature = createServerFeature({\n feature: ({ featureProviderMap }) => {\n return {\n ClientFeature: '@payloadcms/richtext-lexical/client#OrderedListFeatureClient',\n i18n,\n markdownTransformers: [ORDERED_LIST],\n nodes: featureProviderMap.has('unorderedList')\n ? []\n : [\n createNode({\n converters: {\n html: ListHTMLConverter,\n },\n node: ListNode,\n }),\n createNode({\n converters: {\n html: ListItemHTMLConverter as any,\n },\n node: ListItemNode,\n }),\n ],\n }\n },\n key: 'orderedList',\n})\n"],"mappings":"AAAA,SAASA,YAAY,EAAEC,QAAQ,QAAQ;AAEvC,SAASC,mBAAmB,QAAQ;AACpC,SAASC,UAAU,QAAQ;AAC3B,SAASC,iBAAiB,EAAEC,qBAAqB,QAAQ;AACzD,SAASC,YAAY,QAAQ;AAC7B,SAASC,IAAI,QAAQ;AAErB,OAAO,MAAMC,kBAAA,GAAqBN,mBAAA,CAAoB;EACpDO,OAAA,EAASA,CAAC;IAAEC;EAAkB,CAAE;IAC9B,OAAO;MACLC,aAAA,EAAe;MACfJ,IAAA;MACAK,oBAAA,EAAsB,CAACN,YAAA,CAAa;MACpCO,KAAA,EAAOH,kBAAA,CAAmBI,GAAG,CAAC,mBAC1B,EAAE,GACF,CACEX,UAAA,CAAW;QACTY,UAAA,EAAY;UACVC,IAAA,EAAMZ;QACR;QACAa,IAAA,EAAMhB;MACR,IACAE,UAAA,CAAW;QACTY,UAAA,EAAY;UACVC,IAAA,EAAMX;QACR;QACAY,IAAA,EAAMjB;MACR;IAER;EACF;EACAkB,GAAA,EAAK;AACP","ignoreList":[]}
@@ -1,9 +1,9 @@
1
1
  'use client';
2
+
2
3
  import { jsx as _jsx } from "react/jsx-runtime";
3
4
  import { ListPlugin } from '@lexical/react/LexicalListPlugin.js';
4
5
  import React from 'react';
5
- export const LexicalListPlugin = ()=>{
6
- return /*#__PURE__*/ _jsx(ListPlugin, {});
6
+ export const LexicalListPlugin = () => {
7
+ return /*#__PURE__*/_jsx(ListPlugin, {});
7
8
  };
8
-
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/features/lists/plugin/index.tsx"],"sourcesContent":["'use client'\nimport type {\n SerializedListItemNode as _SerializedListItemNode,\n SerializedListNode as _SerializedListNode,\n} from '@lexical/list'\nimport type { Spread } from 'lexical'\n\nimport { ListPlugin } from '@lexical/react/LexicalListPlugin.js'\nimport React from 'react'\n\nimport type { PluginComponent } from '../../typesClient.js'\n\nexport type SerializedListItemNode = Spread<\n {\n checked?: boolean\n type: 'listitem'\n },\n _SerializedListItemNode\n>\n\nexport type SerializedListNode = Spread<\n {\n checked?: boolean\n type: 'list'\n },\n _SerializedListNode\n>\n\nexport const LexicalListPlugin: PluginComponent<undefined> = () => {\n return <ListPlugin />\n}\n"],"names":["ListPlugin","React","LexicalListPlugin"],"mappings":"AAAA;;AAOA,SAASA,UAAU,QAAQ,sCAAqC;AAChE,OAAOC,WAAW,QAAO;AAoBzB,OAAO,MAAMC,oBAAgD;IAC3D,qBAAO,KAACF;AACV,EAAC"}
1
+ {"version":3,"file":"index.js","names":["ListPlugin","React","LexicalListPlugin","_jsx"],"sources":["../../../../src/features/lists/plugin/index.tsx"],"sourcesContent":["'use client'\nimport type {\n SerializedListItemNode as _SerializedListItemNode,\n SerializedListNode as _SerializedListNode,\n} from '@lexical/list'\nimport type { Spread } from 'lexical'\n\nimport { ListPlugin } from '@lexical/react/LexicalListPlugin.js'\nimport React from 'react'\n\nimport type { PluginComponent } from '../../typesClient.js'\n\nexport type SerializedListItemNode = Spread<\n {\n checked?: boolean\n type: 'listitem'\n },\n _SerializedListItemNode\n>\n\nexport type SerializedListNode = Spread<\n {\n checked?: boolean\n type: 'list'\n },\n _SerializedListNode\n>\n\nexport const LexicalListPlugin: PluginComponent<undefined> = () => {\n return <ListPlugin />\n}\n"],"mappings":"AAAA;;;AAOA,SAASA,UAAU,QAAQ;AAC3B,OAAOC,KAAA,MAAW;AAoBlB,OAAO,MAAMC,iBAAA,GAAgDA,CAAA;EAC3D,oBAAOC,IAAA,CAACH,UAAA;AACV","ignoreList":[]}
@@ -2,57 +2,56 @@
2
2
  import { $createListItemNode, $createListNode, $isListItemNode, $isListNode } from '@lexical/list';
3
3
  // Amount of spaces that define indentation level
4
4
  const LIST_INDENT_SIZE = 4;
5
- export const listReplace = (listType)=>{
6
- return (parentNode, children, match)=>{
7
- const previousNode = parentNode.getPreviousSibling();
8
- const nextNode = parentNode.getNextSibling();
9
- const listItem = $createListItemNode(listType === 'check' ? match[3] === 'x' : undefined);
10
- if ($isListNode(nextNode) && nextNode.getListType() === listType) {
11
- const firstChild = nextNode.getFirstChild();
12
- if (firstChild !== null) {
13
- firstChild.insertBefore(listItem);
14
- } else {
15
- // should never happen, but let's handle gracefully, just in case.
16
- nextNode.append(listItem);
17
- }
18
- parentNode.remove();
19
- } else if ($isListNode(previousNode) && previousNode.getListType() === listType) {
20
- previousNode.append(listItem);
21
- parentNode.remove();
22
- } else {
23
- const list = $createListNode(listType, listType === 'number' ? Number(match[2]) : undefined);
24
- list.append(listItem);
25
- parentNode.replace(list);
26
- }
27
- listItem.append(...children);
28
- listItem.select(0, 0);
29
- const indent = Math.floor(match[1].length / LIST_INDENT_SIZE);
30
- if (indent) {
31
- listItem.setIndent(indent);
32
- }
33
- };
5
+ export const listReplace = listType => {
6
+ return (parentNode, children, match) => {
7
+ const previousNode = parentNode.getPreviousSibling();
8
+ const nextNode = parentNode.getNextSibling();
9
+ const listItem = $createListItemNode(listType === 'check' ? match[3] === 'x' : undefined);
10
+ if ($isListNode(nextNode) && nextNode.getListType() === listType) {
11
+ const firstChild = nextNode.getFirstChild();
12
+ if (firstChild !== null) {
13
+ firstChild.insertBefore(listItem);
14
+ } else {
15
+ // should never happen, but let's handle gracefully, just in case.
16
+ nextNode.append(listItem);
17
+ }
18
+ parentNode.remove();
19
+ } else if ($isListNode(previousNode) && previousNode.getListType() === listType) {
20
+ previousNode.append(listItem);
21
+ parentNode.remove();
22
+ } else {
23
+ const list = $createListNode(listType, listType === 'number' ? Number(match[2]) : undefined);
24
+ list.append(listItem);
25
+ parentNode.replace(list);
26
+ }
27
+ listItem.append(...children);
28
+ listItem.select(0, 0);
29
+ const indent = Math.floor(match[1].length / LIST_INDENT_SIZE);
30
+ if (indent) {
31
+ listItem.setIndent(indent);
32
+ }
33
+ };
34
34
  };
35
- export const listExport = (listNode, exportChildren, depth)=>{
36
- const output = [];
37
- const children = listNode.getChildren();
38
- let index = 0;
39
- for (const listItemNode of children){
40
- if ($isListItemNode(listItemNode)) {
41
- if (listItemNode.getChildrenSize() === 1) {
42
- const firstChild = listItemNode.getFirstChild();
43
- if ($isListNode(firstChild)) {
44
- output.push(listExport(firstChild, exportChildren, depth + 1));
45
- continue;
46
- }
47
- }
48
- const indent = ' '.repeat(depth * LIST_INDENT_SIZE);
49
- const listType = listNode.getListType();
50
- const prefix = listType === 'number' ? `${listNode.getStart() + index}. ` : listType === 'check' ? `- [${listItemNode.getChecked() ? 'x' : ' '}] ` : '- ';
51
- output.push(indent + prefix + exportChildren(listItemNode));
52
- index++;
35
+ export const listExport = (listNode, exportChildren, depth) => {
36
+ const output = [];
37
+ const children = listNode.getChildren();
38
+ let index = 0;
39
+ for (const listItemNode of children) {
40
+ if ($isListItemNode(listItemNode)) {
41
+ if (listItemNode.getChildrenSize() === 1) {
42
+ const firstChild = listItemNode.getFirstChild();
43
+ if ($isListNode(firstChild)) {
44
+ output.push(listExport(firstChild, exportChildren, depth + 1));
45
+ continue;
53
46
  }
47
+ }
48
+ const indent = ' '.repeat(depth * LIST_INDENT_SIZE);
49
+ const listType = listNode.getListType();
50
+ const prefix = listType === 'number' ? `${listNode.getStart() + index}. ` : listType === 'check' ? `- [${listItemNode.getChecked() ? 'x' : ' '}] ` : '- ';
51
+ output.push(indent + prefix + exportChildren(listItemNode));
52
+ index++;
54
53
  }
55
- return output.join('\n');
54
+ }
55
+ return output.join('\n');
56
56
  };
57
-
58
57
  //# sourceMappingURL=markdown.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/features/lists/shared/markdown.ts"],"sourcesContent":["// Copied from https://github.com/facebook/lexical/blob/176b8cf16ecb332ee5efe2c75219e223b7b019f2/packages/lexical-markdown/src/MarkdownTransformers.ts#L97C1-L172C1\n\nimport type { ListNode, ListType } from '@lexical/list'\nimport type { ElementTransformer } from '@lexical/markdown'\nimport type { ElementNode } from 'lexical'\n\nimport { $createListItemNode, $createListNode, $isListItemNode, $isListNode } from '@lexical/list'\n\n// Amount of spaces that define indentation level\nconst LIST_INDENT_SIZE = 4\n\nexport const listReplace = (listType: ListType): ElementTransformer['replace'] => {\n return (parentNode, children, match) => {\n const previousNode = parentNode.getPreviousSibling()\n const nextNode = parentNode.getNextSibling()\n const listItem = $createListItemNode(listType === 'check' ? match[3] === 'x' : undefined)\n if ($isListNode(nextNode) && nextNode.getListType() === listType) {\n const firstChild = nextNode.getFirstChild()\n if (firstChild !== null) {\n firstChild.insertBefore(listItem)\n } else {\n // should never happen, but let's handle gracefully, just in case.\n nextNode.append(listItem)\n }\n parentNode.remove()\n } else if ($isListNode(previousNode) && previousNode.getListType() === listType) {\n previousNode.append(listItem)\n parentNode.remove()\n } else {\n const list = $createListNode(listType, listType === 'number' ? Number(match[2]) : undefined)\n list.append(listItem)\n parentNode.replace(list)\n }\n listItem.append(...children)\n listItem.select(0, 0)\n const indent = Math.floor(match[1].length / LIST_INDENT_SIZE)\n if (indent) {\n listItem.setIndent(indent)\n }\n }\n}\n\nexport const listExport = (\n listNode: ListNode,\n exportChildren: (node: ElementNode) => string,\n depth: number,\n): string => {\n const output = []\n const children = listNode.getChildren()\n let index = 0\n for (const listItemNode of children) {\n if ($isListItemNode(listItemNode)) {\n if (listItemNode.getChildrenSize() === 1) {\n const firstChild = listItemNode.getFirstChild()\n if ($isListNode(firstChild)) {\n output.push(listExport(firstChild, exportChildren, depth + 1))\n continue\n }\n }\n const indent = ' '.repeat(depth * LIST_INDENT_SIZE)\n const listType = listNode.getListType()\n const prefix =\n listType === 'number'\n ? `${listNode.getStart() + index}. `\n : listType === 'check'\n ? `- [${listItemNode.getChecked() ? 'x' : ' '}] `\n : '- '\n output.push(indent + prefix + exportChildren(listItemNode))\n index++\n }\n }\n\n return output.join('\\n')\n}\n"],"names":["$createListItemNode","$createListNode","$isListItemNode","$isListNode","LIST_INDENT_SIZE","listReplace","listType","parentNode","children","match","previousNode","getPreviousSibling","nextNode","getNextSibling","listItem","undefined","getListType","firstChild","getFirstChild","insertBefore","append","remove","list","Number","replace","select","indent","Math","floor","length","setIndent","listExport","listNode","exportChildren","depth","output","getChildren","index","listItemNode","getChildrenSize","push","repeat","prefix","getStart","getChecked","join"],"mappings":"AAAA,mKAAmK;AAMnK,SAASA,mBAAmB,EAAEC,eAAe,EAAEC,eAAe,EAAEC,WAAW,QAAQ,gBAAe;AAElG,iDAAiD;AACjD,MAAMC,mBAAmB;AAEzB,OAAO,MAAMC,cAAc,CAACC;IAC1B,OAAO,CAACC,YAAYC,UAAUC;QAC5B,MAAMC,eAAeH,WAAWI,kBAAkB;QAClD,MAAMC,WAAWL,WAAWM,cAAc;QAC1C,MAAMC,WAAWd,oBAAoBM,aAAa,UAAUG,KAAK,CAAC,EAAE,KAAK,MAAMM;QAC/E,IAAIZ,YAAYS,aAAaA,SAASI,WAAW,OAAOV,UAAU;YAChE,MAAMW,aAAaL,SAASM,aAAa;YACzC,IAAID,eAAe,MAAM;gBACvBA,WAAWE,YAAY,CAACL;YAC1B,OAAO;gBACL,kEAAkE;gBAClEF,SAASQ,MAAM,CAACN;YAClB;YACAP,WAAWc,MAAM;QACnB,OAAO,IAAIlB,YAAYO,iBAAiBA,aAAaM,WAAW,OAAOV,UAAU;YAC/EI,aAAaU,MAAM,CAACN;YACpBP,WAAWc,MAAM;QACnB,OAAO;YACL,MAAMC,OAAOrB,gBAAgBK,UAAUA,aAAa,WAAWiB,OAAOd,KAAK,CAAC,EAAE,IAAIM;YAClFO,KAAKF,MAAM,CAACN;YACZP,WAAWiB,OAAO,CAACF;QACrB;QACAR,SAASM,MAAM,IAAIZ;QACnBM,SAASW,MAAM,CAAC,GAAG;QACnB,MAAMC,SAASC,KAAKC,KAAK,CAACnB,KAAK,CAAC,EAAE,CAACoB,MAAM,GAAGzB;QAC5C,IAAIsB,QAAQ;YACVZ,SAASgB,SAAS,CAACJ;QACrB;IACF;AACF,EAAC;AAED,OAAO,MAAMK,aAAa,CACxBC,UACAC,gBACAC;IAEA,MAAMC,SAAS,EAAE;IACjB,MAAM3B,WAAWwB,SAASI,WAAW;IACrC,IAAIC,QAAQ;IACZ,KAAK,MAAMC,gBAAgB9B,SAAU;QACnC,IAAIN,gBAAgBoC,eAAe;YACjC,IAAIA,aAAaC,eAAe,OAAO,GAAG;gBACxC,MAAMtB,aAAaqB,aAAapB,aAAa;gBAC7C,IAAIf,YAAYc,aAAa;oBAC3BkB,OAAOK,IAAI,CAACT,WAAWd,YAAYgB,gBAAgBC,QAAQ;oBAC3D;gBACF;YACF;YACA,MAAMR,SAAS,IAAIe,MAAM,CAACP,QAAQ9B;YAClC,MAAME,WAAW0B,SAAShB,WAAW;YACrC,MAAM0B,SACJpC,aAAa,WACT,CAAC,EAAE0B,SAASW,QAAQ,KAAKN,MAAM,EAAE,CAAC,GAClC/B,aAAa,UACX,CAAC,GAAG,EAAEgC,aAAaM,UAAU,KAAK,MAAM,IAAI,EAAE,CAAC,GAC/C;YACRT,OAAOK,IAAI,CAACd,SAASgB,SAAST,eAAeK;YAC7CD;QACF;IACF;IAEA,OAAOF,OAAOU,IAAI,CAAC;AACrB,EAAC"}
1
+ {"version":3,"file":"markdown.js","names":["$createListItemNode","$createListNode","$isListItemNode","$isListNode","LIST_INDENT_SIZE","listReplace","listType","parentNode","children","match","previousNode","getPreviousSibling","nextNode","getNextSibling","listItem","undefined","getListType","firstChild","getFirstChild","insertBefore","append","remove","list","Number","replace","select","indent","Math","floor","length","setIndent","listExport","listNode","exportChildren","depth","output","getChildren","index","listItemNode","getChildrenSize","push","repeat","prefix","getStart","getChecked","join"],"sources":["../../../../src/features/lists/shared/markdown.ts"],"sourcesContent":["// Copied from https://github.com/facebook/lexical/blob/176b8cf16ecb332ee5efe2c75219e223b7b019f2/packages/lexical-markdown/src/MarkdownTransformers.ts#L97C1-L172C1\n\nimport type { ListNode, ListType } from '@lexical/list'\nimport type { ElementTransformer } from '@lexical/markdown'\nimport type { ElementNode } from 'lexical'\n\nimport { $createListItemNode, $createListNode, $isListItemNode, $isListNode } from '@lexical/list'\n\n// Amount of spaces that define indentation level\nconst LIST_INDENT_SIZE = 4\n\nexport const listReplace = (listType: ListType): ElementTransformer['replace'] => {\n return (parentNode, children, match) => {\n const previousNode = parentNode.getPreviousSibling()\n const nextNode = parentNode.getNextSibling()\n const listItem = $createListItemNode(listType === 'check' ? match[3] === 'x' : undefined)\n if ($isListNode(nextNode) && nextNode.getListType() === listType) {\n const firstChild = nextNode.getFirstChild()\n if (firstChild !== null) {\n firstChild.insertBefore(listItem)\n } else {\n // should never happen, but let's handle gracefully, just in case.\n nextNode.append(listItem)\n }\n parentNode.remove()\n } else if ($isListNode(previousNode) && previousNode.getListType() === listType) {\n previousNode.append(listItem)\n parentNode.remove()\n } else {\n const list = $createListNode(listType, listType === 'number' ? Number(match[2]) : undefined)\n list.append(listItem)\n parentNode.replace(list)\n }\n listItem.append(...children)\n listItem.select(0, 0)\n const indent = Math.floor(match[1].length / LIST_INDENT_SIZE)\n if (indent) {\n listItem.setIndent(indent)\n }\n }\n}\n\nexport const listExport = (\n listNode: ListNode,\n exportChildren: (node: ElementNode) => string,\n depth: number,\n): string => {\n const output: string[] = []\n const children = listNode.getChildren()\n let index = 0\n for (const listItemNode of children) {\n if ($isListItemNode(listItemNode)) {\n if (listItemNode.getChildrenSize() === 1) {\n const firstChild = listItemNode.getFirstChild()\n if ($isListNode(firstChild)) {\n output.push(listExport(firstChild, exportChildren, depth + 1))\n continue\n }\n }\n const indent = ' '.repeat(depth * LIST_INDENT_SIZE)\n const listType = listNode.getListType()\n const prefix =\n listType === 'number'\n ? `${listNode.getStart() + index}. `\n : listType === 'check'\n ? `- [${listItemNode.getChecked() ? 'x' : ' '}] `\n : '- '\n output.push(indent + prefix + exportChildren(listItemNode))\n index++\n }\n }\n\n return output.join('\\n')\n}\n"],"mappings":"AAAA;AAMA,SAASA,mBAAmB,EAAEC,eAAe,EAAEC,eAAe,EAAEC,WAAW,QAAQ;AAEnF;AACA,MAAMC,gBAAA,GAAmB;AAEzB,OAAO,MAAMC,WAAA,GAAeC,QAAA;EAC1B,OAAO,CAACC,UAAA,EAAYC,QAAA,EAAUC,KAAA;IAC5B,MAAMC,YAAA,GAAeH,UAAA,CAAWI,kBAAkB;IAClD,MAAMC,QAAA,GAAWL,UAAA,CAAWM,cAAc;IAC1C,MAAMC,QAAA,GAAWd,mBAAA,CAAoBM,QAAA,KAAa,UAAUG,KAAK,CAAC,EAAE,KAAK,MAAMM,SAAA;IAC/E,IAAIZ,WAAA,CAAYS,QAAA,KAAaA,QAAA,CAASI,WAAW,OAAOV,QAAA,EAAU;MAChE,MAAMW,UAAA,GAAaL,QAAA,CAASM,aAAa;MACzC,IAAID,UAAA,KAAe,MAAM;QACvBA,UAAA,CAAWE,YAAY,CAACL,QAAA;MAC1B,OAAO;QACL;QACAF,QAAA,CAASQ,MAAM,CAACN,QAAA;MAClB;MACAP,UAAA,CAAWc,MAAM;IACnB,OAAO,IAAIlB,WAAA,CAAYO,YAAA,KAAiBA,YAAA,CAAaM,WAAW,OAAOV,QAAA,EAAU;MAC/EI,YAAA,CAAaU,MAAM,CAACN,QAAA;MACpBP,UAAA,CAAWc,MAAM;IACnB,OAAO;MACL,MAAMC,IAAA,GAAOrB,eAAA,CAAgBK,QAAA,EAAUA,QAAA,KAAa,WAAWiB,MAAA,CAAOd,KAAK,CAAC,EAAE,IAAIM,SAAA;MAClFO,IAAA,CAAKF,MAAM,CAACN,QAAA;MACZP,UAAA,CAAWiB,OAAO,CAACF,IAAA;IACrB;IACAR,QAAA,CAASM,MAAM,IAAIZ,QAAA;IACnBM,QAAA,CAASW,MAAM,CAAC,GAAG;IACnB,MAAMC,MAAA,GAASC,IAAA,CAAKC,KAAK,CAACnB,KAAK,CAAC,EAAE,CAACoB,MAAM,GAAGzB,gBAAA;IAC5C,IAAIsB,MAAA,EAAQ;MACVZ,QAAA,CAASgB,SAAS,CAACJ,MAAA;IACrB;EACF;AACF;AAEA,OAAO,MAAMK,UAAA,GAAaA,CACxBC,QAAA,EACAC,cAAA,EACAC,KAAA;EAEA,MAAMC,MAAA,GAAmB,EAAE;EAC3B,MAAM3B,QAAA,GAAWwB,QAAA,CAASI,WAAW;EACrC,IAAIC,KAAA,GAAQ;EACZ,KAAK,MAAMC,YAAA,IAAgB9B,QAAA,EAAU;IACnC,IAAIN,eAAA,CAAgBoC,YAAA,GAAe;MACjC,IAAIA,YAAA,CAAaC,eAAe,OAAO,GAAG;QACxC,MAAMtB,UAAA,GAAaqB,YAAA,CAAapB,aAAa;QAC7C,IAAIf,WAAA,CAAYc,UAAA,GAAa;UAC3BkB,MAAA,CAAOK,IAAI,CAACT,UAAA,CAAWd,UAAA,EAAYgB,cAAA,EAAgBC,KAAA,GAAQ;UAC3D;QACF;MACF;MACA,MAAMR,MAAA,GAAS,IAAIe,MAAM,CAACP,KAAA,GAAQ9B,gBAAA;MAClC,MAAME,QAAA,GAAW0B,QAAA,CAAShB,WAAW;MACrC,MAAM0B,MAAA,GACJpC,QAAA,KAAa,WACT,GAAG0B,QAAA,CAASW,QAAQ,KAAKN,KAAA,IAAS,GAClC/B,QAAA,KAAa,UACX,MAAMgC,YAAA,CAAaM,UAAU,KAAK,MAAM,OAAO,GAC/C;MACRT,MAAA,CAAOK,IAAI,CAACd,MAAA,GAASgB,MAAA,GAAST,cAAA,CAAeK,YAAA;MAC7CD,KAAA;IACF;EACF;EAEA,OAAOF,MAAA,CAAOU,IAAI,CAAC;AACrB","ignoreList":[]}