@payloadcms/richtext-lexical 0.7.0 → 3.0.0-alpha.18

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 (917) hide show
  1. package/README.md +1 -3
  2. package/components.d.ts +1 -1
  3. package/components.js +3 -3
  4. package/dist/cell/index.d.ts +4 -4
  5. package/dist/cell/index.d.ts.map +1 -1
  6. package/dist/cell/index.js +93 -23
  7. package/dist/exports/components.d.ts +1 -1
  8. package/dist/exports/components.d.ts.map +1 -1
  9. package/dist/exports/components.js +3 -3
  10. package/dist/field/Field.d.ts +8 -3
  11. package/dist/field/Field.d.ts.map +1 -1
  12. package/dist/field/Field.js +16 -37
  13. package/dist/field/features/align/feature.client.d.ts +3 -0
  14. package/dist/field/features/align/feature.client.d.ts.map +1 -0
  15. package/dist/field/features/align/feature.client.js +81 -0
  16. package/dist/field/features/align/feature.server.d.ts +3 -0
  17. package/dist/field/features/align/feature.server.d.ts.map +1 -0
  18. package/dist/field/features/align/feature.server.js +26 -0
  19. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +1 -1
  20. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +5 -46
  21. package/dist/field/features/blockquote/feature.client.d.ts +3 -0
  22. package/dist/field/features/blockquote/feature.client.d.ts.map +1 -0
  23. package/dist/field/features/blockquote/feature.client.js +77 -0
  24. package/dist/field/features/blockquote/feature.server.d.ts +3 -0
  25. package/dist/field/features/blockquote/feature.server.d.ts.map +1 -0
  26. package/dist/field/features/blockquote/feature.server.js +56 -0
  27. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +1 -0
  28. package/dist/field/features/blockquote/markdownTransformer.js +50 -0
  29. package/dist/field/features/blocks/component/BlockContent.d.ts +25 -0
  30. package/dist/field/features/blocks/component/BlockContent.d.ts.map +1 -0
  31. package/dist/field/features/blocks/component/BlockContent.js +214 -0
  32. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +12 -0
  33. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +1 -0
  34. package/dist/field/features/blocks/component/FormSavePlugin.js +34 -0
  35. package/dist/field/features/blocks/component/index.d.ts +16 -0
  36. package/dist/field/features/blocks/component/index.d.ts.map +1 -0
  37. package/dist/field/features/blocks/component/index.js +172 -0
  38. package/dist/field/features/blocks/component/index.scss +153 -0
  39. package/dist/field/features/blocks/drawer/index.d.ts.map +1 -0
  40. package/dist/field/features/blocks/drawer/index.js +137 -0
  41. package/dist/field/features/blocks/feature.client.d.ts +7 -0
  42. package/dist/field/features/blocks/feature.client.d.ts.map +1 -0
  43. package/dist/field/features/blocks/feature.client.js +71 -0
  44. package/dist/field/features/blocks/feature.server.d.ts +8 -0
  45. package/dist/field/features/blocks/feature.server.d.ts.map +1 -0
  46. package/dist/field/features/blocks/feature.server.js +96 -0
  47. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +1 -0
  48. package/dist/field/features/blocks/nodes/BlocksNode.js +158 -0
  49. package/dist/field/features/blocks/plugin/commands.d.ts.map +1 -0
  50. package/dist/field/features/blocks/plugin/commands.js +14 -0
  51. package/dist/field/features/blocks/plugin/index.d.ts +5 -0
  52. package/dist/field/features/blocks/plugin/index.d.ts.map +1 -0
  53. package/dist/field/features/blocks/plugin/index.js +91 -0
  54. package/dist/field/features/blocks/populationPromise.d.ts +5 -0
  55. package/dist/field/features/blocks/populationPromise.d.ts.map +1 -0
  56. package/dist/field/features/blocks/populationPromise.js +55 -0
  57. package/dist/field/features/blocks/validate.d.ts +5 -0
  58. package/dist/field/features/blocks/validate.d.ts.map +1 -0
  59. package/dist/field/features/blocks/validate.js +59 -0
  60. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +3 -3
  61. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +1 -1
  62. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +5 -46
  63. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +1 -1
  64. package/dist/field/features/converters/html/converter/converters/paragraph.js +4 -3
  65. package/dist/field/features/converters/html/converter/index.d.ts +11 -2
  66. package/dist/field/features/converters/html/converter/index.d.ts.map +1 -1
  67. package/dist/field/features/converters/html/converter/index.js +9 -6
  68. package/dist/field/features/converters/html/converter/types.d.ts +6 -1
  69. package/dist/field/features/converters/html/converter/types.d.ts.map +1 -1
  70. package/dist/field/features/converters/html/feature.server.d.ts +9 -0
  71. package/dist/field/features/converters/html/feature.server.d.ts.map +1 -0
  72. package/dist/field/features/converters/html/feature.server.js +24 -0
  73. package/dist/field/features/converters/html/field/index.d.ts +2 -2
  74. package/dist/field/features/converters/html/field/index.d.ts.map +1 -1
  75. package/dist/field/features/converters/html/field/index.js +8 -7
  76. package/dist/field/features/createClientComponent.d.ts +7 -0
  77. package/dist/field/features/createClientComponent.d.ts.map +1 -0
  78. package/dist/field/features/createClientComponent.js +20 -0
  79. package/dist/field/features/createFeaturePropComponent.d.ts +6 -0
  80. package/dist/field/features/createFeaturePropComponent.d.ts.map +1 -0
  81. package/dist/field/features/createFeaturePropComponent.js +24 -0
  82. package/dist/field/features/debug/testrecorder/feature.client.d.ts +3 -0
  83. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +1 -0
  84. package/dist/field/features/debug/testrecorder/feature.client.js +30 -0
  85. package/dist/field/features/debug/testrecorder/feature.server.d.ts +3 -0
  86. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +1 -0
  87. package/dist/field/features/debug/testrecorder/feature.server.js +25 -0
  88. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +1 -0
  89. package/dist/field/features/debug/testrecorder/plugin/index.js +504 -0
  90. package/dist/field/features/debug/testrecorder/plugin/index.scss +49 -0
  91. package/dist/field/features/debug/treeview/feature.client.d.ts +3 -0
  92. package/dist/field/features/debug/treeview/feature.client.d.ts.map +1 -0
  93. package/dist/field/features/debug/treeview/feature.client.js +30 -0
  94. package/dist/field/features/debug/treeview/feature.server.d.ts +3 -0
  95. package/dist/field/features/debug/treeview/feature.server.d.ts.map +1 -0
  96. package/dist/field/features/debug/treeview/feature.server.js +25 -0
  97. package/dist/field/features/debug/treeview/plugin/index.d.ts +4 -0
  98. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +1 -0
  99. package/dist/field/features/debug/treeview/plugin/index.js +70 -0
  100. package/dist/field/features/format/bold/feature.client.d.ts +3 -0
  101. package/dist/field/features/format/bold/feature.client.d.ts.map +1 -0
  102. package/dist/field/features/format/bold/feature.client.js +57 -0
  103. package/dist/field/features/format/bold/feature.server.d.ts +3 -0
  104. package/dist/field/features/format/bold/feature.server.d.ts.map +1 -0
  105. package/dist/field/features/format/bold/feature.server.js +37 -0
  106. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +1 -0
  107. package/dist/field/features/format/bold/markdownTransformers.js +58 -0
  108. package/dist/field/features/format/common/floatingSelectToolbarSection.js +3 -3
  109. package/dist/field/features/format/inlinecode/feature.client.d.ts +3 -0
  110. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +1 -0
  111. package/dist/field/features/format/inlinecode/feature.client.js +52 -0
  112. package/dist/field/features/format/inlinecode/feature.server.d.ts +3 -0
  113. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +1 -0
  114. package/dist/field/features/format/inlinecode/feature.server.js +29 -0
  115. package/dist/field/features/format/inlinecode/markdownTransformers.d.ts.map +1 -0
  116. package/dist/field/features/format/inlinecode/markdownTransformers.js +19 -0
  117. package/dist/field/features/format/italic/feature.client.d.ts +3 -0
  118. package/dist/field/features/format/italic/feature.client.d.ts.map +1 -0
  119. package/dist/field/features/format/italic/feature.client.js +53 -0
  120. package/dist/field/features/format/italic/feature.server.d.ts +3 -0
  121. package/dist/field/features/format/italic/feature.server.d.ts.map +1 -0
  122. package/dist/field/features/format/italic/feature.server.js +30 -0
  123. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +1 -0
  124. package/dist/field/features/format/italic/markdownTransformers.js +35 -0
  125. package/dist/field/features/format/strikethrough/feature.client.d.ts +3 -0
  126. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +1 -0
  127. package/dist/field/features/format/strikethrough/feature.client.js +52 -0
  128. package/dist/field/features/format/strikethrough/feature.server.d.ts +3 -0
  129. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +1 -0
  130. package/dist/field/features/format/strikethrough/feature.server.js +29 -0
  131. package/dist/field/features/format/strikethrough/markdownTransformers.js +3 -3
  132. package/dist/field/features/format/subscript/feature.client.d.ts +3 -0
  133. package/dist/field/features/format/subscript/feature.client.d.ts.map +1 -0
  134. package/dist/field/features/format/subscript/feature.client.js +48 -0
  135. package/dist/field/features/format/subscript/feature.server.d.ts +3 -0
  136. package/dist/field/features/format/subscript/feature.server.d.ts.map +1 -0
  137. package/dist/field/features/format/subscript/feature.server.js +25 -0
  138. package/dist/field/features/format/superscript/feature.client.d.ts +3 -0
  139. package/dist/field/features/format/superscript/feature.client.d.ts.map +1 -0
  140. package/dist/field/features/format/superscript/feature.client.js +48 -0
  141. package/dist/field/features/format/superscript/feature.server.d.ts +3 -0
  142. package/dist/field/features/format/superscript/feature.server.d.ts.map +1 -0
  143. package/dist/field/features/format/superscript/feature.server.js +25 -0
  144. package/dist/field/features/format/underline/feature.client.d.ts +3 -0
  145. package/dist/field/features/format/underline/feature.client.d.ts.map +1 -0
  146. package/dist/field/features/format/underline/feature.client.js +48 -0
  147. package/dist/field/features/format/underline/feature.server.d.ts +3 -0
  148. package/dist/field/features/format/underline/feature.server.d.ts.map +1 -0
  149. package/dist/field/features/format/underline/feature.server.js +25 -0
  150. package/dist/field/features/heading/feature.client.d.ts +4 -0
  151. package/dist/field/features/heading/feature.client.d.ts.map +1 -0
  152. package/dist/field/features/heading/feature.client.js +104 -0
  153. package/dist/field/features/heading/feature.server.d.ts +7 -0
  154. package/dist/field/features/heading/feature.server.d.ts.map +1 -0
  155. package/dist/field/features/heading/feature.server.js +67 -0
  156. package/dist/field/features/heading/markdownTransformer.d.ts.map +1 -0
  157. package/dist/field/features/heading/markdownTransformer.js +39 -0
  158. package/dist/field/features/indent/feature.client.d.ts +3 -0
  159. package/dist/field/features/indent/feature.client.d.ts.map +1 -0
  160. package/dist/field/features/indent/feature.client.js +67 -0
  161. package/dist/field/features/indent/feature.server.d.ts +3 -0
  162. package/dist/field/features/indent/feature.server.d.ts.map +1 -0
  163. package/dist/field/features/indent/feature.server.js +26 -0
  164. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +3 -3
  165. package/dist/field/features/link/drawer/baseFields.d.ts.map +1 -0
  166. package/dist/field/features/link/drawer/baseFields.js +128 -0
  167. package/dist/field/features/link/drawer/index.d.ts.map +1 -0
  168. package/dist/field/features/link/drawer/index.js +133 -0
  169. package/dist/field/features/link/drawer/index.scss +50 -0
  170. package/dist/field/features/link/drawer/types.d.ts +8 -0
  171. package/dist/field/features/link/drawer/types.d.ts.map +1 -0
  172. package/dist/field/features/link/feature.client.d.ts +5 -0
  173. package/dist/field/features/link/feature.client.d.ts.map +1 -0
  174. package/dist/field/features/link/feature.client.js +98 -0
  175. package/dist/field/features/link/feature.server.d.ts +33 -0
  176. package/dist/field/features/link/feature.server.d.ts.map +1 -0
  177. package/dist/field/features/link/feature.server.js +108 -0
  178. package/dist/field/features/link/nodes/AutoLinkNode.d.ts +16 -0
  179. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  180. package/dist/field/features/link/nodes/AutoLinkNode.js +79 -0
  181. package/dist/field/features/link/nodes/LinkNode.d.ts +35 -0
  182. package/dist/field/features/link/nodes/LinkNode.d.ts.map +1 -0
  183. package/dist/field/features/link/nodes/LinkNode.js +326 -0
  184. package/dist/field/features/link/nodes/types.d.ts +19 -0
  185. package/dist/field/features/link/nodes/types.d.ts.map +1 -0
  186. package/dist/field/features/link/plugins/autoLink/index.d.ts +19 -0
  187. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +1 -0
  188. package/dist/field/features/link/plugins/autoLink/index.js +336 -0
  189. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +1 -0
  190. package/dist/field/features/link/plugins/clickableLink/index.js +23 -0
  191. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  192. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +14 -0
  193. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts +5 -0
  194. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  195. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +293 -0
  196. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +6 -0
  197. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  198. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +64 -0
  199. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +78 -0
  200. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts +13 -0
  201. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  202. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +12 -0
  203. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +1 -0
  204. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +45 -0
  205. package/dist/field/features/link/plugins/link/index.d.ts.map +1 -0
  206. package/dist/field/features/link/plugins/link/index.js +69 -0
  207. package/dist/field/features/link/populationPromise.d.ts +5 -0
  208. package/dist/field/features/link/populationPromise.d.ts.map +1 -0
  209. package/dist/field/features/link/populationPromise.js +56 -0
  210. package/dist/field/features/lists/checklist/feature.client.d.ts +3 -0
  211. package/dist/field/features/lists/checklist/feature.client.d.ts.map +1 -0
  212. package/dist/field/features/lists/checklist/feature.client.js +91 -0
  213. package/dist/field/features/lists/checklist/feature.server.d.ts +3 -0
  214. package/dist/field/features/lists/checklist/feature.server.d.ts.map +1 -0
  215. package/dist/field/features/lists/checklist/feature.server.js +45 -0
  216. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  217. package/dist/field/features/lists/checklist/markdownTransformers.js +26 -0
  218. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +1 -0
  219. package/dist/field/features/lists/checklist/plugin/index.js +23 -0
  220. package/dist/field/features/lists/common/markdown.js +1 -1
  221. package/dist/field/features/lists/htmlConverter.d.ts.map +1 -1
  222. package/dist/field/features/lists/htmlConverter.js +7 -5
  223. package/dist/field/features/lists/orderedlist/feature.client.d.ts +3 -0
  224. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +1 -0
  225. package/dist/field/features/lists/orderedlist/feature.client.js +81 -0
  226. package/dist/field/features/lists/orderedlist/feature.server.d.ts +3 -0
  227. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +1 -0
  228. package/dist/field/features/lists/orderedlist/feature.server.js +45 -0
  229. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +1 -0
  230. package/dist/field/features/lists/orderedlist/markdownTransformer.js +26 -0
  231. package/dist/field/features/lists/unorderedlist/feature.client.d.ts +3 -0
  232. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +1 -0
  233. package/dist/field/features/lists/unorderedlist/feature.client.js +81 -0
  234. package/dist/field/features/lists/unorderedlist/feature.server.d.ts +3 -0
  235. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +1 -0
  236. package/dist/field/features/lists/unorderedlist/feature.server.js +45 -0
  237. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +1 -0
  238. package/dist/field/features/lists/unorderedlist/markdownTransformer.js +26 -0
  239. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +6 -0
  240. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +1 -0
  241. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +16 -0
  242. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +3 -0
  243. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  244. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +30 -0
  245. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +3 -0
  246. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +1 -0
  247. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +18 -0
  248. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +6 -0
  249. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +1 -0
  250. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +16 -0
  251. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +3 -0
  252. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  253. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +41 -0
  254. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +3 -0
  255. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +1 -0
  256. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +18 -0
  257. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +6 -0
  258. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +1 -0
  259. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +16 -0
  260. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +3 -0
  261. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  262. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +32 -0
  263. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +3 -0
  264. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +1 -0
  265. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +18 -0
  266. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +6 -0
  267. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  268. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +16 -0
  269. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +3 -0
  270. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  271. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +32 -0
  272. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +3 -0
  273. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  274. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +18 -0
  275. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +6 -0
  276. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +1 -0
  277. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +16 -0
  278. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +3 -0
  279. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  280. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +30 -0
  281. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +3 -0
  282. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +1 -0
  283. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +18 -0
  284. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +6 -0
  285. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  286. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +16 -0
  287. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +3 -0
  288. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  289. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +36 -0
  290. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +3 -0
  291. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  292. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +18 -0
  293. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +6 -0
  294. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +1 -0
  295. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +16 -0
  296. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +3 -0
  297. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  298. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +35 -0
  299. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +3 -0
  300. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +1 -0
  301. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +18 -0
  302. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +3 -0
  303. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  304. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +28 -0
  305. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts +17 -0
  306. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  307. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js +87 -0
  308. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +31 -0
  309. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  310. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +3 -0
  311. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  312. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +44 -0
  313. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +9 -0
  314. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  315. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +57 -0
  316. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  317. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +23 -0
  318. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  319. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +131 -0
  320. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +14 -0
  321. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +6 -0
  322. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +1 -0
  323. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +16 -0
  324. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +3 -0
  325. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  326. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +33 -0
  327. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +3 -0
  328. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +1 -0
  329. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +18 -0
  330. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +6 -0
  331. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +1 -0
  332. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js +16 -0
  333. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +3 -0
  334. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  335. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js +39 -0
  336. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +3 -0
  337. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +1 -0
  338. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +18 -0
  339. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +6 -0
  340. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +1 -0
  341. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js +16 -0
  342. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +3 -0
  343. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  344. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js +45 -0
  345. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +3 -0
  346. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +1 -0
  347. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +18 -0
  348. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +6 -0
  349. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +1 -0
  350. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js +16 -0
  351. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +3 -0
  352. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  353. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js +40 -0
  354. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts +3 -0
  355. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +1 -0
  356. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +18 -0
  357. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +6 -0
  358. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  359. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js +16 -0
  360. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +3 -0
  361. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  362. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js +35 -0
  363. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +3 -0
  364. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  365. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +18 -0
  366. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +6 -0
  367. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +1 -0
  368. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js +16 -0
  369. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +3 -0
  370. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  371. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +36 -0
  372. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +3 -0
  373. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +1 -0
  374. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +18 -0
  375. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +6 -0
  376. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +1 -0
  377. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js +16 -0
  378. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +3 -0
  379. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  380. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +28 -0
  381. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +3 -0
  382. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +1 -0
  383. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +18 -0
  384. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +6 -0
  385. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  386. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js +16 -0
  387. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +3 -0
  388. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  389. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js +37 -0
  390. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +3 -0
  391. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  392. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +18 -0
  393. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +6 -0
  394. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +1 -0
  395. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +16 -0
  396. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +3 -0
  397. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  398. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +36 -0
  399. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +3 -0
  400. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +1 -0
  401. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +18 -0
  402. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +6 -0
  403. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +1 -0
  404. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js +16 -0
  405. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +3 -0
  406. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  407. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +31 -0
  408. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +3 -0
  409. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +1 -0
  410. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +18 -0
  411. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts +3 -0
  412. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  413. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js +34 -0
  414. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts +19 -0
  415. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  416. package/dist/field/features/migrations/slateToLexical/converter/index.js +134 -0
  417. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +25 -0
  418. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  419. package/dist/field/features/migrations/slateToLexical/converter/types.js +6 -0
  420. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +3 -0
  421. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  422. package/dist/field/features/migrations/slateToLexical/feature.client.js +44 -0
  423. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +9 -0
  424. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  425. package/dist/field/features/migrations/slateToLexical/feature.server.js +57 -0
  426. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  427. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +23 -0
  428. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  429. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +131 -0
  430. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +14 -0
  431. package/dist/field/features/paragraph/feature.client.d.ts +3 -0
  432. package/dist/field/features/paragraph/feature.client.d.ts.map +1 -0
  433. package/dist/field/features/paragraph/feature.client.js +73 -0
  434. package/dist/field/features/paragraph/feature.server.d.ts +3 -0
  435. package/dist/field/features/paragraph/feature.server.d.ts.map +1 -0
  436. package/dist/field/features/paragraph/feature.server.js +26 -0
  437. package/dist/field/features/relationship/drawer/commands.d.ts.map +1 -0
  438. package/dist/field/features/relationship/drawer/commands.js +14 -0
  439. package/dist/field/features/relationship/drawer/index.d.ts.map +1 -0
  440. package/dist/field/features/relationship/drawer/index.js +130 -0
  441. package/dist/field/features/relationship/feature.client.d.ts +4 -0
  442. package/dist/field/features/relationship/feature.client.d.ts.map +1 -0
  443. package/dist/field/features/relationship/feature.client.js +66 -0
  444. package/dist/field/features/relationship/feature.server.d.ts +18 -0
  445. package/dist/field/features/relationship/feature.server.d.ts.map +1 -0
  446. package/dist/field/features/relationship/feature.server.js +36 -0
  447. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +1 -0
  448. package/dist/field/features/relationship/nodes/RelationshipNode.js +172 -0
  449. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +1 -0
  450. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +154 -0
  451. package/dist/field/features/relationship/nodes/components/index.scss +97 -0
  452. package/dist/field/features/relationship/plugins/index.d.ts +7 -0
  453. package/dist/field/features/relationship/plugins/index.d.ts.map +1 -0
  454. package/dist/field/features/relationship/plugins/index.js +107 -0
  455. package/dist/field/features/relationship/populationPromise.d.ts.map +1 -0
  456. package/dist/field/features/relationship/populationPromise.js +34 -0
  457. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  458. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +84 -0
  459. package/dist/field/features/types.d.ts +139 -70
  460. package/dist/field/features/types.d.ts.map +1 -1
  461. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +1 -0
  462. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +158 -0
  463. package/dist/field/features/upload/component/index.d.ts.map +1 -0
  464. package/dist/field/features/upload/component/index.js +186 -0
  465. package/dist/field/features/upload/component/index.scss +152 -0
  466. package/dist/field/features/upload/drawer/commands.d.ts.map +1 -0
  467. package/dist/field/features/upload/drawer/commands.js +15 -0
  468. package/dist/field/features/upload/drawer/index.d.ts.map +1 -0
  469. package/dist/field/features/upload/drawer/index.js +127 -0
  470. package/dist/field/features/upload/feature.client.d.ts +10 -0
  471. package/dist/field/features/upload/feature.client.d.ts.map +1 -0
  472. package/dist/field/features/upload/feature.client.js +65 -0
  473. package/dist/field/features/upload/feature.server.d.ts +12 -0
  474. package/dist/field/features/upload/feature.server.d.ts.map +1 -0
  475. package/dist/field/features/upload/feature.server.js +113 -0
  476. package/dist/field/features/upload/nodes/UploadNode.d.ts +47 -0
  477. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +1 -0
  478. package/dist/field/features/upload/nodes/UploadNode.js +160 -0
  479. package/dist/field/features/upload/plugin/index.d.ts.map +1 -0
  480. package/dist/field/features/upload/plugin/index.js +111 -0
  481. package/dist/field/features/upload/populationPromise.d.ts +5 -0
  482. package/dist/field/features/upload/populationPromise.d.ts.map +1 -0
  483. package/dist/field/features/upload/populationPromise.js +56 -0
  484. package/dist/field/features/upload/validate.d.ts.map +1 -0
  485. package/dist/field/features/upload/validate.js +29 -0
  486. package/dist/field/index.d.ts +7 -2
  487. package/dist/field/index.d.ts.map +1 -1
  488. package/dist/field/index.js +77 -5
  489. package/dist/field/index.scss +2 -2
  490. package/dist/field/lexical/EditorPlugin.d.ts.map +1 -1
  491. package/dist/field/lexical/EditorPlugin.js +4 -12
  492. package/dist/field/lexical/LexicalEditor.js +2 -2
  493. package/dist/field/lexical/LexicalEditor.scss +1 -3
  494. package/dist/field/lexical/LexicalProvider.d.ts +8 -4
  495. package/dist/field/lexical/LexicalProvider.d.ts.map +1 -1
  496. package/dist/field/lexical/LexicalProvider.js +18 -20
  497. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +24 -0
  498. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  499. package/dist/field/lexical/config/client/EditorConfigProvider.js +99 -0
  500. package/dist/field/lexical/config/client/default.d.ts +3 -0
  501. package/dist/field/lexical/config/client/default.d.ts.map +1 -0
  502. package/dist/field/lexical/config/client/default.js +18 -0
  503. package/dist/field/lexical/config/client/loader.d.ts +11 -0
  504. package/dist/field/lexical/config/client/loader.d.ts.map +1 -0
  505. package/dist/field/lexical/config/client/loader.js +53 -0
  506. package/dist/field/lexical/config/client/sanitize.d.ts +6 -0
  507. package/dist/field/lexical/config/client/sanitize.d.ts.map +1 -0
  508. package/dist/field/lexical/config/client/sanitize.js +144 -0
  509. package/dist/field/lexical/config/server/default.d.ts +8 -0
  510. package/dist/field/lexical/config/server/default.d.ts.map +1 -0
  511. package/dist/field/lexical/config/server/default.js +75 -0
  512. package/dist/field/lexical/config/server/loader.d.ts +7 -0
  513. package/dist/field/lexical/config/server/loader.d.ts.map +1 -0
  514. package/dist/field/lexical/config/server/loader.js +136 -0
  515. package/dist/field/lexical/config/server/sanitize.d.ts +5 -0
  516. package/dist/field/lexical/config/server/sanitize.d.ts.map +1 -0
  517. package/dist/field/lexical/config/server/sanitize.js +83 -0
  518. package/dist/field/lexical/config/types.d.ts +18 -9
  519. package/dist/field/lexical/config/types.d.ts.map +1 -1
  520. package/dist/field/lexical/nodes/index.d.ts +2 -2
  521. package/dist/field/lexical/nodes/index.d.ts.map +1 -1
  522. package/dist/field/lexical/nodes/index.js +7 -2
  523. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -2
  524. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +3 -3
  525. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +1 -1
  526. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js +9 -9
  527. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +1 -1
  528. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +8 -58
  529. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +1 -1
  530. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +1 -1
  531. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +8 -28
  532. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +1 -1
  533. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +4 -4
  534. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +1 -1
  535. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +2 -2
  536. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +2 -2
  537. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -1
  538. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +1 -8
  539. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +6 -6
  540. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  541. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +1 -1
  542. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  543. package/dist/field/lexical/plugins/SlashMenu/index.js +6 -13
  544. package/dist/field/lexical/plugins/SlashMenu/index.scss +1 -1
  545. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -2
  546. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -2
  547. package/dist/field/lexical/theme/EditorTheme.scss +0 -2
  548. package/dist/generateComponentMap.d.ts +6 -0
  549. package/dist/generateComponentMap.d.ts.map +1 -0
  550. package/dist/generateComponentMap.js +92 -0
  551. package/dist/generateSchemaMap.d.ts +6 -0
  552. package/dist/generateSchemaMap.d.ts.map +1 -0
  553. package/dist/generateSchemaMap.js +37 -0
  554. package/dist/index.d.ts +59 -56
  555. package/dist/index.d.ts.map +1 -1
  556. package/dist/index.js +138 -109
  557. package/dist/populate/defaultValue.js +6 -6
  558. package/dist/populate/recurseNestedFields.d.ts.map +1 -1
  559. package/dist/populate/recurseNestedFields.js +3 -1
  560. package/dist/populate/richTextRelationshipPromise.js +2 -2
  561. package/dist/scss/app.scss +209 -0
  562. package/dist/scss/colors.scss +269 -0
  563. package/dist/scss/custom.css +1 -0
  564. package/dist/scss/fonts.scss +75 -0
  565. package/dist/scss/queries.scss +27 -0
  566. package/dist/scss/resets.scss +17 -0
  567. package/dist/scss/styles.scss +11 -0
  568. package/dist/scss/svg.scss +10 -0
  569. package/dist/scss/toastify.scss +58 -0
  570. package/dist/scss/type.scss +117 -0
  571. package/dist/scss/vars.scss +220 -0
  572. package/dist/scss/z-index.scss +9 -0
  573. package/dist/types.d.ts +8 -2
  574. package/dist/types.d.ts.map +1 -1
  575. package/dist/useLexicalFeature.d.ts +3 -0
  576. package/dist/useLexicalFeature.d.ts.map +1 -0
  577. package/dist/useLexicalFeature.js +19 -0
  578. package/dist/validate/index.d.ts +4 -4
  579. package/dist/validate/index.d.ts.map +1 -1
  580. package/dist/validate/index.js +2 -3
  581. package/dist/validate/validateNodes.d.ts +2 -4
  582. package/dist/validate/validateNodes.d.ts.map +1 -1
  583. package/dist/validate/validateNodes.js +2 -4
  584. package/package.json +13 -7
  585. package/dist/field/features/BlockQuote/index.d.ts +0 -3
  586. package/dist/field/features/BlockQuote/index.d.ts.map +0 -1
  587. package/dist/field/features/BlockQuote/index.js +0 -140
  588. package/dist/field/features/BlockQuote/markdownTransformer.d.ts.map +0 -1
  589. package/dist/field/features/BlockQuote/markdownTransformer.js +0 -50
  590. package/dist/field/features/Blocks/component/BlockContent.d.ts +0 -20
  591. package/dist/field/features/Blocks/component/BlockContent.d.ts.map +0 -1
  592. package/dist/field/features/Blocks/component/BlockContent.js +0 -220
  593. package/dist/field/features/Blocks/component/FormSavePlugin.d.ts +0 -11
  594. package/dist/field/features/Blocks/component/FormSavePlugin.d.ts.map +0 -1
  595. package/dist/field/features/Blocks/component/FormSavePlugin.js +0 -34
  596. package/dist/field/features/Blocks/component/index.d.ts +0 -15
  597. package/dist/field/features/Blocks/component/index.d.ts.map +0 -1
  598. package/dist/field/features/Blocks/component/index.js +0 -150
  599. package/dist/field/features/Blocks/component/index.scss +0 -153
  600. package/dist/field/features/Blocks/drawer/index.d.ts.map +0 -1
  601. package/dist/field/features/Blocks/drawer/index.js +0 -140
  602. package/dist/field/features/Blocks/index.d.ts +0 -7
  603. package/dist/field/features/Blocks/index.d.ts.map +0 -1
  604. package/dist/field/features/Blocks/index.js +0 -147
  605. package/dist/field/features/Blocks/nodes/BlocksNode.d.ts.map +0 -1
  606. package/dist/field/features/Blocks/nodes/BlocksNode.js +0 -173
  607. package/dist/field/features/Blocks/plugin/commands.d.ts.map +0 -1
  608. package/dist/field/features/Blocks/plugin/commands.js +0 -14
  609. package/dist/field/features/Blocks/plugin/index.d.ts +0 -5
  610. package/dist/field/features/Blocks/plugin/index.d.ts.map +0 -1
  611. package/dist/field/features/Blocks/plugin/index.js +0 -91
  612. package/dist/field/features/Blocks/populationPromise.d.ts +0 -5
  613. package/dist/field/features/Blocks/populationPromise.d.ts.map +0 -1
  614. package/dist/field/features/Blocks/populationPromise.js +0 -55
  615. package/dist/field/features/Blocks/utils/transformInputFormData.d.ts +0 -11
  616. package/dist/field/features/Blocks/utils/transformInputFormData.d.ts.map +0 -1
  617. package/dist/field/features/Blocks/utils/transformInputFormData.js +0 -35
  618. package/dist/field/features/Blocks/utils/transformInputFormSchema.d.ts +0 -3
  619. package/dist/field/features/Blocks/utils/transformInputFormSchema.d.ts.map +0 -1
  620. package/dist/field/features/Blocks/utils/transformInputFormSchema.js +0 -43
  621. package/dist/field/features/Blocks/validate.d.ts +0 -5
  622. package/dist/field/features/Blocks/validate.d.ts.map +0 -1
  623. package/dist/field/features/Blocks/validate.js +0 -62
  624. package/dist/field/features/Heading/index.d.ts +0 -8
  625. package/dist/field/features/Heading/index.d.ts.map +0 -1
  626. package/dist/field/features/Heading/index.js +0 -164
  627. package/dist/field/features/Heading/markdownTransformer.d.ts.map +0 -1
  628. package/dist/field/features/Heading/markdownTransformer.js +0 -39
  629. package/dist/field/features/Link/drawer/baseFields.d.ts.map +0 -1
  630. package/dist/field/features/Link/drawer/baseFields.js +0 -128
  631. package/dist/field/features/Link/drawer/index.d.ts.map +0 -1
  632. package/dist/field/features/Link/drawer/index.js +0 -40
  633. package/dist/field/features/Link/drawer/index.scss +0 -50
  634. package/dist/field/features/Link/drawer/types.d.ts +0 -8
  635. package/dist/field/features/Link/drawer/types.d.ts.map +0 -1
  636. package/dist/field/features/Link/index.d.ts +0 -33
  637. package/dist/field/features/Link/index.d.ts.map +0 -1
  638. package/dist/field/features/Link/index.js +0 -201
  639. package/dist/field/features/Link/nodes/AutoLinkNode.d.ts +0 -16
  640. package/dist/field/features/Link/nodes/AutoLinkNode.d.ts.map +0 -1
  641. package/dist/field/features/Link/nodes/AutoLinkNode.js +0 -79
  642. package/dist/field/features/Link/nodes/LinkNode.d.ts +0 -50
  643. package/dist/field/features/Link/nodes/LinkNode.d.ts.map +0 -1
  644. package/dist/field/features/Link/nodes/LinkNode.js +0 -326
  645. package/dist/field/features/Link/plugins/autoLink/index.d.ts +0 -19
  646. package/dist/field/features/Link/plugins/autoLink/index.d.ts.map +0 -1
  647. package/dist/field/features/Link/plugins/autoLink/index.js +0 -336
  648. package/dist/field/features/Link/plugins/clickableLink/index.d.ts.map +0 -1
  649. package/dist/field/features/Link/plugins/clickableLink/index.js +0 -23
  650. package/dist/field/features/Link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  651. package/dist/field/features/Link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -14
  652. package/dist/field/features/Link/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -6
  653. package/dist/field/features/Link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  654. package/dist/field/features/Link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -336
  655. package/dist/field/features/Link/plugins/floatingLinkEditor/index.d.ts +0 -7
  656. package/dist/field/features/Link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  657. package/dist/field/features/Link/plugins/floatingLinkEditor/index.js +0 -65
  658. package/dist/field/features/Link/plugins/floatingLinkEditor/index.scss +0 -78
  659. package/dist/field/features/Link/plugins/floatingLinkEditor/types.d.ts +0 -13
  660. package/dist/field/features/Link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  661. package/dist/field/features/Link/plugins/floatingLinkEditor/utilities.d.ts +0 -12
  662. package/dist/field/features/Link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  663. package/dist/field/features/Link/plugins/floatingLinkEditor/utilities.js +0 -45
  664. package/dist/field/features/Link/plugins/link/index.d.ts.map +0 -1
  665. package/dist/field/features/Link/plugins/link/index.js +0 -69
  666. package/dist/field/features/Link/populationPromise.d.ts +0 -5
  667. package/dist/field/features/Link/populationPromise.d.ts.map +0 -1
  668. package/dist/field/features/Link/populationPromise.js +0 -56
  669. package/dist/field/features/Paragraph/index.d.ts +0 -3
  670. package/dist/field/features/Paragraph/index.d.ts.map +0 -1
  671. package/dist/field/features/Paragraph/index.js +0 -114
  672. package/dist/field/features/Relationship/drawer/commands.d.ts.map +0 -1
  673. package/dist/field/features/Relationship/drawer/commands.js +0 -14
  674. package/dist/field/features/Relationship/drawer/index.d.ts.map +0 -1
  675. package/dist/field/features/Relationship/drawer/index.js +0 -130
  676. package/dist/field/features/Relationship/index.d.ts +0 -18
  677. package/dist/field/features/Relationship/index.d.ts.map +0 -1
  678. package/dist/field/features/Relationship/index.js +0 -115
  679. package/dist/field/features/Relationship/nodes/RelationshipNode.d.ts.map +0 -1
  680. package/dist/field/features/Relationship/nodes/RelationshipNode.js +0 -172
  681. package/dist/field/features/Relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  682. package/dist/field/features/Relationship/nodes/components/RelationshipComponent.js +0 -161
  683. package/dist/field/features/Relationship/nodes/components/index.scss +0 -97
  684. package/dist/field/features/Relationship/plugins/index.d.ts +0 -7
  685. package/dist/field/features/Relationship/plugins/index.d.ts.map +0 -1
  686. package/dist/field/features/Relationship/plugins/index.js +0 -107
  687. package/dist/field/features/Relationship/populationPromise.d.ts.map +0 -1
  688. package/dist/field/features/Relationship/populationPromise.js +0 -34
  689. package/dist/field/features/Relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  690. package/dist/field/features/Relationship/utils/EnabledRelationshipsCondition.js +0 -84
  691. package/dist/field/features/Upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  692. package/dist/field/features/Upload/component/ExtraFieldsDrawer/index.js +0 -148
  693. package/dist/field/features/Upload/component/index.d.ts.map +0 -1
  694. package/dist/field/features/Upload/component/index.js +0 -191
  695. package/dist/field/features/Upload/component/index.scss +0 -152
  696. package/dist/field/features/Upload/drawer/commands.d.ts.map +0 -1
  697. package/dist/field/features/Upload/drawer/commands.js +0 -14
  698. package/dist/field/features/Upload/drawer/index.d.ts.map +0 -1
  699. package/dist/field/features/Upload/drawer/index.js +0 -127
  700. package/dist/field/features/Upload/index.d.ts +0 -11
  701. package/dist/field/features/Upload/index.d.ts.map +0 -1
  702. package/dist/field/features/Upload/index.js +0 -168
  703. package/dist/field/features/Upload/nodes/UploadNode.d.ts +0 -47
  704. package/dist/field/features/Upload/nodes/UploadNode.d.ts.map +0 -1
  705. package/dist/field/features/Upload/nodes/UploadNode.js +0 -160
  706. package/dist/field/features/Upload/plugin/index.d.ts.map +0 -1
  707. package/dist/field/features/Upload/plugin/index.js +0 -111
  708. package/dist/field/features/Upload/populationPromise.d.ts +0 -5
  709. package/dist/field/features/Upload/populationPromise.d.ts.map +0 -1
  710. package/dist/field/features/Upload/populationPromise.js +0 -56
  711. package/dist/field/features/Upload/validate.d.ts.map +0 -1
  712. package/dist/field/features/Upload/validate.js +0 -29
  713. package/dist/field/features/align/index.d.ts +0 -3
  714. package/dist/field/features/align/index.d.ts.map +0 -1
  715. package/dist/field/features/align/index.js +0 -121
  716. package/dist/field/features/converters/html/index.d.ts +0 -13
  717. package/dist/field/features/converters/html/index.d.ts.map +0 -1
  718. package/dist/field/features/converters/html/index.js +0 -25
  719. package/dist/field/features/debug/TestRecorder/index.d.ts +0 -3
  720. package/dist/field/features/debug/TestRecorder/index.d.ts.map +0 -1
  721. package/dist/field/features/debug/TestRecorder/index.js +0 -70
  722. package/dist/field/features/debug/TestRecorder/plugin/index.d.ts.map +0 -1
  723. package/dist/field/features/debug/TestRecorder/plugin/index.js +0 -500
  724. package/dist/field/features/debug/TestRecorder/plugin/index.scss +0 -51
  725. package/dist/field/features/debug/TreeView/index.d.ts +0 -3
  726. package/dist/field/features/debug/TreeView/index.d.ts.map +0 -1
  727. package/dist/field/features/debug/TreeView/index.js +0 -70
  728. package/dist/field/features/debug/TreeView/plugin.d.ts +0 -4
  729. package/dist/field/features/debug/TreeView/plugin.d.ts.map +0 -1
  730. package/dist/field/features/debug/TreeView/plugin.js +0 -70
  731. package/dist/field/features/format/Bold/index.d.ts +0 -3
  732. package/dist/field/features/format/Bold/index.d.ts.map +0 -1
  733. package/dist/field/features/format/Bold/index.js +0 -98
  734. package/dist/field/features/format/Bold/markdownTransformers.d.ts.map +0 -1
  735. package/dist/field/features/format/Bold/markdownTransformers.js +0 -58
  736. package/dist/field/features/format/InlineCode/index.d.ts +0 -3
  737. package/dist/field/features/format/InlineCode/index.d.ts.map +0 -1
  738. package/dist/field/features/format/InlineCode/index.js +0 -90
  739. package/dist/field/features/format/InlineCode/markdownTransformers.d.ts.map +0 -1
  740. package/dist/field/features/format/InlineCode/markdownTransformers.js +0 -19
  741. package/dist/field/features/format/Italic/index.d.ts +0 -3
  742. package/dist/field/features/format/Italic/index.d.ts.map +0 -1
  743. package/dist/field/features/format/Italic/index.js +0 -91
  744. package/dist/field/features/format/Italic/markdownTransformers.d.ts.map +0 -1
  745. package/dist/field/features/format/Italic/markdownTransformers.js +0 -35
  746. package/dist/field/features/format/strikethrough/index.d.ts +0 -3
  747. package/dist/field/features/format/strikethrough/index.d.ts.map +0 -1
  748. package/dist/field/features/format/strikethrough/index.js +0 -90
  749. package/dist/field/features/format/subscript/index.d.ts +0 -3
  750. package/dist/field/features/format/subscript/index.d.ts.map +0 -1
  751. package/dist/field/features/format/subscript/index.js +0 -86
  752. package/dist/field/features/format/superscript/index.d.ts +0 -3
  753. package/dist/field/features/format/superscript/index.d.ts.map +0 -1
  754. package/dist/field/features/format/superscript/index.js +0 -86
  755. package/dist/field/features/format/underline/index.d.ts +0 -3
  756. package/dist/field/features/format/underline/index.d.ts.map +0 -1
  757. package/dist/field/features/format/underline/index.js +0 -86
  758. package/dist/field/features/indent/index.d.ts +0 -3
  759. package/dist/field/features/indent/index.d.ts.map +0 -1
  760. package/dist/field/features/indent/index.js +0 -114
  761. package/dist/field/features/indent/plugin.d.ts +0 -3
  762. package/dist/field/features/indent/plugin.d.ts.map +0 -1
  763. package/dist/field/features/indent/plugin.js +0 -17
  764. package/dist/field/features/lists/CheckList/index.d.ts +0 -3
  765. package/dist/field/features/lists/CheckList/index.d.ts.map +0 -1
  766. package/dist/field/features/lists/CheckList/index.js +0 -135
  767. package/dist/field/features/lists/CheckList/markdownTransformers.d.ts.map +0 -1
  768. package/dist/field/features/lists/CheckList/markdownTransformers.js +0 -26
  769. package/dist/field/features/lists/CheckList/plugin/index.d.ts.map +0 -1
  770. package/dist/field/features/lists/CheckList/plugin/index.js +0 -23
  771. package/dist/field/features/lists/OrderedList/index.d.ts +0 -3
  772. package/dist/field/features/lists/OrderedList/index.d.ts.map +0 -1
  773. package/dist/field/features/lists/OrderedList/index.js +0 -133
  774. package/dist/field/features/lists/OrderedList/markdownTransformer.d.ts.map +0 -1
  775. package/dist/field/features/lists/OrderedList/markdownTransformer.js +0 -26
  776. package/dist/field/features/lists/UnorderedList/index.d.ts +0 -3
  777. package/dist/field/features/lists/UnorderedList/index.d.ts.map +0 -1
  778. package/dist/field/features/lists/UnorderedList/index.js +0 -133
  779. package/dist/field/features/lists/UnorderedList/markdownTransformer.d.ts.map +0 -1
  780. package/dist/field/features/lists/UnorderedList/markdownTransformer.js +0 -26
  781. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/heading.d.ts +0 -3
  782. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/heading.d.ts.map +0 -1
  783. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/heading.js +0 -30
  784. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/link.d.ts +0 -3
  785. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/link.d.ts.map +0 -1
  786. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/link.js +0 -41
  787. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/list.d.ts +0 -3
  788. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/list.d.ts.map +0 -1
  789. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/list.js +0 -32
  790. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/listItem.d.ts +0 -3
  791. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/listItem.d.ts.map +0 -1
  792. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/listItem.js +0 -32
  793. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/quote.d.ts +0 -3
  794. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/quote.d.ts.map +0 -1
  795. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/quote.js +0 -30
  796. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/unknown.d.ts +0 -3
  797. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/unknown.d.ts.map +0 -1
  798. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/unknown.js +0 -36
  799. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/upload.d.ts +0 -3
  800. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/upload.d.ts.map +0 -1
  801. package/dist/field/features/migrations/LexicalPluginToLexical/converter/converters/upload.js +0 -35
  802. package/dist/field/features/migrations/LexicalPluginToLexical/converter/defaultConverters.d.ts +0 -3
  803. package/dist/field/features/migrations/LexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  804. package/dist/field/features/migrations/LexicalPluginToLexical/converter/defaultConverters.js +0 -28
  805. package/dist/field/features/migrations/LexicalPluginToLexical/converter/index.d.ts +0 -18
  806. package/dist/field/features/migrations/LexicalPluginToLexical/converter/index.d.ts.map +0 -1
  807. package/dist/field/features/migrations/LexicalPluginToLexical/converter/index.js +0 -90
  808. package/dist/field/features/migrations/LexicalPluginToLexical/converter/types.d.ts +0 -20
  809. package/dist/field/features/migrations/LexicalPluginToLexical/converter/types.d.ts.map +0 -1
  810. package/dist/field/features/migrations/LexicalPluginToLexical/index.d.ts +0 -10
  811. package/dist/field/features/migrations/LexicalPluginToLexical/index.d.ts.map +0 -1
  812. package/dist/field/features/migrations/LexicalPluginToLexical/index.js +0 -50
  813. package/dist/field/features/migrations/LexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  814. package/dist/field/features/migrations/LexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -23
  815. package/dist/field/features/migrations/LexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  816. package/dist/field/features/migrations/LexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -131
  817. package/dist/field/features/migrations/LexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -16
  818. package/dist/field/features/migrations/SlateToLexical/converter/converters/blockquote.d.ts +0 -3
  819. package/dist/field/features/migrations/SlateToLexical/converter/converters/blockquote.d.ts.map +0 -1
  820. package/dist/field/features/migrations/SlateToLexical/converter/converters/blockquote.js +0 -33
  821. package/dist/field/features/migrations/SlateToLexical/converter/converters/heading.d.ts +0 -3
  822. package/dist/field/features/migrations/SlateToLexical/converter/converters/heading.d.ts.map +0 -1
  823. package/dist/field/features/migrations/SlateToLexical/converter/converters/heading.js +0 -39
  824. package/dist/field/features/migrations/SlateToLexical/converter/converters/indent.d.ts +0 -3
  825. package/dist/field/features/migrations/SlateToLexical/converter/converters/indent.d.ts.map +0 -1
  826. package/dist/field/features/migrations/SlateToLexical/converter/converters/indent.js +0 -57
  827. package/dist/field/features/migrations/SlateToLexical/converter/converters/link.d.ts +0 -3
  828. package/dist/field/features/migrations/SlateToLexical/converter/converters/link.d.ts.map +0 -1
  829. package/dist/field/features/migrations/SlateToLexical/converter/converters/link.js +0 -40
  830. package/dist/field/features/migrations/SlateToLexical/converter/converters/listItem.d.ts +0 -3
  831. package/dist/field/features/migrations/SlateToLexical/converter/converters/listItem.d.ts.map +0 -1
  832. package/dist/field/features/migrations/SlateToLexical/converter/converters/listItem.js +0 -35
  833. package/dist/field/features/migrations/SlateToLexical/converter/converters/orderedList.d.ts +0 -3
  834. package/dist/field/features/migrations/SlateToLexical/converter/converters/orderedList.d.ts.map +0 -1
  835. package/dist/field/features/migrations/SlateToLexical/converter/converters/orderedList.js +0 -36
  836. package/dist/field/features/migrations/SlateToLexical/converter/converters/relationship.d.ts +0 -3
  837. package/dist/field/features/migrations/SlateToLexical/converter/converters/relationship.d.ts.map +0 -1
  838. package/dist/field/features/migrations/SlateToLexical/converter/converters/relationship.js +0 -28
  839. package/dist/field/features/migrations/SlateToLexical/converter/converters/unknown.d.ts +0 -3
  840. package/dist/field/features/migrations/SlateToLexical/converter/converters/unknown.d.ts.map +0 -1
  841. package/dist/field/features/migrations/SlateToLexical/converter/converters/unknown.js +0 -37
  842. package/dist/field/features/migrations/SlateToLexical/converter/converters/unorderedList.d.ts +0 -3
  843. package/dist/field/features/migrations/SlateToLexical/converter/converters/unorderedList.d.ts.map +0 -1
  844. package/dist/field/features/migrations/SlateToLexical/converter/converters/unorderedList.js +0 -36
  845. package/dist/field/features/migrations/SlateToLexical/converter/converters/upload.d.ts +0 -3
  846. package/dist/field/features/migrations/SlateToLexical/converter/converters/upload.d.ts.map +0 -1
  847. package/dist/field/features/migrations/SlateToLexical/converter/converters/upload.js +0 -31
  848. package/dist/field/features/migrations/SlateToLexical/converter/defaultConverters.d.ts +0 -3
  849. package/dist/field/features/migrations/SlateToLexical/converter/defaultConverters.d.ts.map +0 -1
  850. package/dist/field/features/migrations/SlateToLexical/converter/defaultConverters.js +0 -34
  851. package/dist/field/features/migrations/SlateToLexical/converter/index.d.ts +0 -19
  852. package/dist/field/features/migrations/SlateToLexical/converter/index.d.ts.map +0 -1
  853. package/dist/field/features/migrations/SlateToLexical/converter/index.js +0 -131
  854. package/dist/field/features/migrations/SlateToLexical/converter/types.d.ts +0 -16
  855. package/dist/field/features/migrations/SlateToLexical/converter/types.d.ts.map +0 -1
  856. package/dist/field/features/migrations/SlateToLexical/index.d.ts +0 -10
  857. package/dist/field/features/migrations/SlateToLexical/index.d.ts.map +0 -1
  858. package/dist/field/features/migrations/SlateToLexical/index.js +0 -50
  859. package/dist/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  860. package/dist/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/Component.js +0 -23
  861. package/dist/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  862. package/dist/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/index.js +0 -131
  863. package/dist/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/index.scss +0 -16
  864. package/dist/field/lexical/config/EditorConfigProvider.d.ts +0 -16
  865. package/dist/field/lexical/config/EditorConfigProvider.d.ts.map +0 -1
  866. package/dist/field/lexical/config/EditorConfigProvider.js +0 -99
  867. package/dist/field/lexical/config/default.d.ts +0 -6
  868. package/dist/field/lexical/config/default.d.ts.map +0 -1
  869. package/dist/field/lexical/config/default.js +0 -112
  870. package/dist/field/lexical/config/defaultClient.d.ts +0 -3
  871. package/dist/field/lexical/config/defaultClient.d.ts.map +0 -1
  872. package/dist/field/lexical/config/defaultClient.js +0 -17
  873. package/dist/field/lexical/config/loader.d.ts +0 -7
  874. package/dist/field/lexical/config/loader.d.ts.map +0 -1
  875. package/dist/field/lexical/config/loader.js +0 -133
  876. package/dist/field/lexical/config/sanitize.d.ts +0 -5
  877. package/dist/field/lexical/config/sanitize.d.ts.map +0 -1
  878. package/dist/field/lexical/config/sanitize.js +0 -170
  879. /package/dist/field/features/{BlockQuote → blockquote}/markdownTransformer.d.ts +0 -0
  880. /package/dist/field/features/{Blocks → blocks}/drawer/index.d.ts +0 -0
  881. /package/dist/field/features/{Blocks → blocks}/nodes/BlocksNode.d.ts +0 -0
  882. /package/dist/field/features/{Blocks → blocks}/plugin/commands.d.ts +0 -0
  883. /package/dist/field/features/debug/{TestRecorder → testrecorder}/plugin/index.d.ts +0 -0
  884. /package/dist/field/features/debug/{TreeView → treeview/plugin}/index.scss +0 -0
  885. /package/dist/field/features/format/{Bold → bold}/markdownTransformers.d.ts +0 -0
  886. /package/dist/field/features/format/{InlineCode → inlinecode}/markdownTransformers.d.ts +0 -0
  887. /package/dist/field/features/format/{Italic → italic}/markdownTransformers.d.ts +0 -0
  888. /package/dist/field/features/{Heading → heading}/markdownTransformer.d.ts +0 -0
  889. /package/dist/field/features/{Link → link}/drawer/baseFields.d.ts +0 -0
  890. /package/dist/field/features/{Link → link}/drawer/index.d.ts +0 -0
  891. /package/dist/field/features/{Link → link}/drawer/types.js +0 -0
  892. /package/dist/field/features/{Link/plugins/floatingLinkEditor → link/nodes}/types.js +0 -0
  893. /package/dist/field/features/{Link → link}/plugins/clickableLink/index.d.ts +0 -0
  894. /package/dist/field/features/{Link → link}/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  895. /package/dist/field/features/{migrations/LexicalPluginToLexical/converter → link/plugins/floatingLinkEditor}/types.js +0 -0
  896. /package/dist/field/features/{Link → link}/plugins/link/index.d.ts +0 -0
  897. /package/dist/field/features/lists/{CheckList → checklist}/markdownTransformers.d.ts +0 -0
  898. /package/dist/field/features/lists/{CheckList → checklist}/plugin/index.d.ts +0 -0
  899. /package/dist/field/features/lists/{OrderedList → orderedlist}/markdownTransformer.d.ts +0 -0
  900. /package/dist/field/features/lists/{UnorderedList → unorderedlist}/markdownTransformer.d.ts +0 -0
  901. /package/dist/field/features/migrations/{SlateToLexical → lexicalPluginToLexical}/converter/types.js +0 -0
  902. /package/dist/field/features/migrations/{LexicalPluginToLexical → lexicalPluginToLexical}/nodes/unknownConvertedNode/Component.d.ts +0 -0
  903. /package/dist/field/features/migrations/{LexicalPluginToLexical → lexicalPluginToLexical}/nodes/unknownConvertedNode/index.d.ts +0 -0
  904. /package/dist/field/features/migrations/{SlateToLexical → slateToLexical}/nodes/unknownConvertedNode/Component.d.ts +0 -0
  905. /package/dist/field/features/migrations/{SlateToLexical → slateToLexical}/nodes/unknownConvertedNode/index.d.ts +0 -0
  906. /package/dist/field/features/{Relationship → relationship}/drawer/commands.d.ts +0 -0
  907. /package/dist/field/features/{Relationship → relationship}/drawer/index.d.ts +0 -0
  908. /package/dist/field/features/{Relationship → relationship}/nodes/RelationshipNode.d.ts +0 -0
  909. /package/dist/field/features/{Relationship → relationship}/nodes/components/RelationshipComponent.d.ts +0 -0
  910. /package/dist/field/features/{Relationship → relationship}/populationPromise.d.ts +0 -0
  911. /package/dist/field/features/{Relationship → relationship}/utils/EnabledRelationshipsCondition.d.ts +0 -0
  912. /package/dist/field/features/{Upload → upload}/component/ExtraFieldsDrawer/index.d.ts +0 -0
  913. /package/dist/field/features/{Upload → upload}/component/index.d.ts +0 -0
  914. /package/dist/field/features/{Upload → upload}/drawer/commands.d.ts +0 -0
  915. /package/dist/field/features/{Upload → upload}/drawer/index.d.ts +0 -0
  916. /package/dist/field/features/{Upload → upload}/plugin/index.d.ts +0 -0
  917. /package/dist/field/features/{Upload → upload}/validate.d.ts +0 -0
@@ -1,31 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "SlateUploadConverter", {
6
- enumerable: true,
7
- get: function() {
8
- return SlateUploadConverter;
9
- }
10
- });
11
- const SlateUploadConverter = {
12
- converter ({ slateNode }) {
13
- return {
14
- fields: {
15
- ...slateNode.fields
16
- },
17
- format: '',
18
- relationTo: slateNode.relationTo,
19
- type: 'upload',
20
- value: {
21
- id: slateNode.value?.id || ''
22
- },
23
- version: 1
24
- };
25
- },
26
- nodeTypes: [
27
- 'upload'
28
- ]
29
- };
30
-
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9maWVsZC9mZWF0dXJlcy9taWdyYXRpb25zL1NsYXRlVG9MZXhpY2FsL2NvbnZlcnRlci9jb252ZXJ0ZXJzL3VwbG9hZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFNlcmlhbGl6ZWRVcGxvYWROb2RlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4nXG5pbXBvcnQgdHlwZSB7IFNsYXRlTm9kZUNvbnZlcnRlciB9IGZyb20gJy4uL3R5cGVzJ1xuXG5leHBvcnQgY29uc3QgU2xhdGVVcGxvYWRDb252ZXJ0ZXI6IFNsYXRlTm9kZUNvbnZlcnRlciA9IHtcbiAgY29udmVydGVyKHsgc2xhdGVOb2RlIH0pIHtcbiAgICByZXR1cm4ge1xuICAgICAgZmllbGRzOiB7XG4gICAgICAgIC4uLnNsYXRlTm9kZS5maWVsZHMsXG4gICAgICB9LFxuICAgICAgZm9ybWF0OiAnJyxcbiAgICAgIHJlbGF0aW9uVG86IHNsYXRlTm9kZS5yZWxhdGlvblRvLFxuICAgICAgdHlwZTogJ3VwbG9hZCcsXG4gICAgICB2YWx1ZToge1xuICAgICAgICBpZDogc2xhdGVOb2RlLnZhbHVlPy5pZCB8fCAnJyxcbiAgICAgIH0sXG4gICAgICB2ZXJzaW9uOiAxLFxuICAgIH0gYXMgY29uc3QgYXMgU2VyaWFsaXplZFVwbG9hZE5vZGVcbiAgfSxcbiAgbm9kZVR5cGVzOiBbJ3VwbG9hZCddLFxufVxuIl0sIm5hbWVzIjpbIlNsYXRlVXBsb2FkQ29udmVydGVyIiwiY29udmVydGVyIiwic2xhdGVOb2RlIiwiZmllbGRzIiwiZm9ybWF0IiwicmVsYXRpb25UbyIsInR5cGUiLCJ2YWx1ZSIsImlkIiwidmVyc2lvbiIsIm5vZGVUeXBlcyJdLCJtYXBwaW5ncyI6Ijs7OzsrQkFHYUE7OztlQUFBQTs7O0FBQU4sTUFBTUEsdUJBQTJDO0lBQ3REQyxXQUFVLEVBQUVDLFNBQVMsRUFBRTtRQUNyQixPQUFPO1lBQ0xDLFFBQVE7Z0JBQ04sR0FBR0QsVUFBVUMsTUFBTTtZQUNyQjtZQUNBQyxRQUFRO1lBQ1JDLFlBQVlILFVBQVVHLFVBQVU7WUFDaENDLE1BQU07WUFDTkMsT0FBTztnQkFDTEMsSUFBSU4sVUFBVUssS0FBSyxFQUFFQyxNQUFNO1lBQzdCO1lBQ0FDLFNBQVM7UUFDWDtJQUNGO0lBQ0FDLFdBQVc7UUFBQztLQUFTO0FBQ3ZCIn0=
@@ -1,3 +0,0 @@
1
- import type { SlateNodeConverter } from './types';
2
- export declare const defaultSlateConverters: SlateNodeConverter[];
3
- //# sourceMappingURL=defaultConverters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"defaultConverters.d.ts","sourceRoot":"","sources":["../../../../../../src/field/features/migrations/SlateToLexical/converter/defaultConverters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAajD,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAWtD,CAAA"}
@@ -1,34 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "defaultSlateConverters", {
6
- enumerable: true,
7
- get: function() {
8
- return defaultSlateConverters;
9
- }
10
- });
11
- const _blockquote = require("./converters/blockquote");
12
- const _heading = require("./converters/heading");
13
- const _indent = require("./converters/indent");
14
- const _link = require("./converters/link");
15
- const _listItem = require("./converters/listItem");
16
- const _orderedList = require("./converters/orderedList");
17
- const _relationship = require("./converters/relationship");
18
- const _unknown = require("./converters/unknown");
19
- const _unorderedList = require("./converters/unorderedList");
20
- const _upload = require("./converters/upload");
21
- const defaultSlateConverters = [
22
- _unknown.SlateUnknownConverter,
23
- _upload.SlateUploadConverter,
24
- _unorderedList.SlateUnorderedListConverter,
25
- _orderedList.SlateOrderedListConverter,
26
- _relationship.SlateRelationshipConverter,
27
- _listItem.SlateListItemConverter,
28
- _link.SlateLinkConverter,
29
- _blockquote.SlateBlockquoteConverter,
30
- _heading.SlateHeadingConverter,
31
- _indent.SlateIndentConverter
32
- ];
33
-
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9maWVsZC9mZWF0dXJlcy9taWdyYXRpb25zL1NsYXRlVG9MZXhpY2FsL2NvbnZlcnRlci9kZWZhdWx0Q29udmVydGVycy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFNsYXRlTm9kZUNvbnZlcnRlciB9IGZyb20gJy4vdHlwZXMnXG5cbmltcG9ydCB7IFNsYXRlQmxvY2txdW90ZUNvbnZlcnRlciB9IGZyb20gJy4vY29udmVydGVycy9ibG9ja3F1b3RlJ1xuaW1wb3J0IHsgU2xhdGVIZWFkaW5nQ29udmVydGVyIH0gZnJvbSAnLi9jb252ZXJ0ZXJzL2hlYWRpbmcnXG5pbXBvcnQgeyBTbGF0ZUluZGVudENvbnZlcnRlciB9IGZyb20gJy4vY29udmVydGVycy9pbmRlbnQnXG5pbXBvcnQgeyBTbGF0ZUxpbmtDb252ZXJ0ZXIgfSBmcm9tICcuL2NvbnZlcnRlcnMvbGluaydcbmltcG9ydCB7IFNsYXRlTGlzdEl0ZW1Db252ZXJ0ZXIgfSBmcm9tICcuL2NvbnZlcnRlcnMvbGlzdEl0ZW0nXG5pbXBvcnQgeyBTbGF0ZU9yZGVyZWRMaXN0Q29udmVydGVyIH0gZnJvbSAnLi9jb252ZXJ0ZXJzL29yZGVyZWRMaXN0J1xuaW1wb3J0IHsgU2xhdGVSZWxhdGlvbnNoaXBDb252ZXJ0ZXIgfSBmcm9tICcuL2NvbnZlcnRlcnMvcmVsYXRpb25zaGlwJ1xuaW1wb3J0IHsgU2xhdGVVbmtub3duQ29udmVydGVyIH0gZnJvbSAnLi9jb252ZXJ0ZXJzL3Vua25vd24nXG5pbXBvcnQgeyBTbGF0ZVVub3JkZXJlZExpc3RDb252ZXJ0ZXIgfSBmcm9tICcuL2NvbnZlcnRlcnMvdW5vcmRlcmVkTGlzdCdcbmltcG9ydCB7IFNsYXRlVXBsb2FkQ29udmVydGVyIH0gZnJvbSAnLi9jb252ZXJ0ZXJzL3VwbG9hZCdcblxuZXhwb3J0IGNvbnN0IGRlZmF1bHRTbGF0ZUNvbnZlcnRlcnM6IFNsYXRlTm9kZUNvbnZlcnRlcltdID0gW1xuICBTbGF0ZVVua25vd25Db252ZXJ0ZXIsXG4gIFNsYXRlVXBsb2FkQ29udmVydGVyLFxuICBTbGF0ZVVub3JkZXJlZExpc3RDb252ZXJ0ZXIsXG4gIFNsYXRlT3JkZXJlZExpc3RDb252ZXJ0ZXIsXG4gIFNsYXRlUmVsYXRpb25zaGlwQ29udmVydGVyLFxuICBTbGF0ZUxpc3RJdGVtQ29udmVydGVyLFxuICBTbGF0ZUxpbmtDb252ZXJ0ZXIsXG4gIFNsYXRlQmxvY2txdW90ZUNvbnZlcnRlcixcbiAgU2xhdGVIZWFkaW5nQ29udmVydGVyLFxuICBTbGF0ZUluZGVudENvbnZlcnRlcixcbl1cbiJdLCJuYW1lcyI6WyJkZWZhdWx0U2xhdGVDb252ZXJ0ZXJzIiwiU2xhdGVVbmtub3duQ29udmVydGVyIiwiU2xhdGVVcGxvYWRDb252ZXJ0ZXIiLCJTbGF0ZVVub3JkZXJlZExpc3RDb252ZXJ0ZXIiLCJTbGF0ZU9yZGVyZWRMaXN0Q29udmVydGVyIiwiU2xhdGVSZWxhdGlvbnNoaXBDb252ZXJ0ZXIiLCJTbGF0ZUxpc3RJdGVtQ29udmVydGVyIiwiU2xhdGVMaW5rQ29udmVydGVyIiwiU2xhdGVCbG9ja3F1b3RlQ29udmVydGVyIiwiU2xhdGVIZWFkaW5nQ29udmVydGVyIiwiU2xhdGVJbmRlbnRDb252ZXJ0ZXIiXSwibWFwcGluZ3MiOiI7Ozs7K0JBYWFBOzs7ZUFBQUE7Ozs0QkFYNEI7eUJBQ0g7d0JBQ0Q7c0JBQ0Y7MEJBQ0k7NkJBQ0c7OEJBQ0M7eUJBQ0w7K0JBQ007d0JBQ1A7QUFFOUIsTUFBTUEseUJBQStDO0lBQzFEQyw4QkFBcUI7SUFDckJDLDRCQUFvQjtJQUNwQkMsMENBQTJCO0lBQzNCQyxzQ0FBeUI7SUFDekJDLHdDQUEwQjtJQUMxQkMsZ0NBQXNCO0lBQ3RCQyx3QkFBa0I7SUFDbEJDLG9DQUF3QjtJQUN4QkMsOEJBQXFCO0lBQ3JCQyw0QkFBb0I7Q0FDckIifQ==
@@ -1,19 +0,0 @@
1
- import type { SerializedEditorState, SerializedLexicalNode, SerializedParagraphNode, SerializedTextNode } from 'lexical';
2
- import type { SlateNode, SlateNodeConverter } from './types';
3
- export declare function convertSlateToLexical({ converters, slateData, }: {
4
- converters: SlateNodeConverter[];
5
- slateData: SlateNode[];
6
- }): SerializedEditorState;
7
- export declare function convertSlateNodesToLexical({ canContainParagraphs, converters, parentNodeType, slateNodes, }: {
8
- canContainParagraphs: boolean;
9
- converters: SlateNodeConverter[];
10
- /**
11
- * Type of the parent lexical node (not the type of the original, parent slate type)
12
- */
13
- parentNodeType: string;
14
- slateNodes: SlateNode[];
15
- }): SerializedLexicalNode[];
16
- export declare function convertParagraphNode(converters: SlateNodeConverter[], node: SlateNode): SerializedParagraphNode;
17
- export declare function convertTextNode(node: SlateNode): SerializedTextNode;
18
- export declare function convertNodeToFormat(node: SlateNode): number;
19
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/field/features/migrations/SlateToLexical/converter/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,qBAAqB,EACrB,uBAAuB,EACvB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAEhB,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI5D,wBAAgB,qBAAqB,CAAC,EACpC,UAAU,EACV,SAAS,GACV,EAAE;IACD,UAAU,EAAE,kBAAkB,EAAE,CAAA;IAChC,SAAS,EAAE,SAAS,EAAE,CAAA;CACvB,GAAG,qBAAqB,CAgBxB;AAED,wBAAgB,0BAA0B,CAAC,EACzC,oBAAoB,EACpB,UAAU,EACV,cAAc,EACd,UAAU,GACX,EAAE;IACD,oBAAoB,EAAE,OAAO,CAAA;IAC7B,UAAU,EAAE,kBAAkB,EAAE,CAAA;IAChC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,SAAS,EAAE,CAAA;CACxB,GAAG,qBAAqB,EAAE,CAgC1B;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,kBAAkB,EAAE,EAChC,IAAI,EAAE,SAAS,GACd,uBAAuB,CAczB;AACD,wBAAgB,eAAe,CAAC,IAAI,EAAE,SAAS,GAAG,kBAAkB,CAUnE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,CAwB3D"}
@@ -1,131 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- convertNodeToFormat: function() {
13
- return convertNodeToFormat;
14
- },
15
- convertParagraphNode: function() {
16
- return convertParagraphNode;
17
- },
18
- convertSlateNodesToLexical: function() {
19
- return convertSlateNodesToLexical;
20
- },
21
- convertSlateToLexical: function() {
22
- return convertSlateToLexical;
23
- },
24
- convertTextNode: function() {
25
- return convertTextNode;
26
- }
27
- });
28
- const _nodeFormat = require("../../../../lexical/utils/nodeFormat");
29
- function convertSlateToLexical({ converters, slateData }) {
30
- return {
31
- root: {
32
- children: convertSlateNodesToLexical({
33
- canContainParagraphs: true,
34
- converters,
35
- parentNodeType: 'root',
36
- slateNodes: slateData
37
- }),
38
- direction: 'ltr',
39
- format: '',
40
- indent: 0,
41
- type: 'root',
42
- version: 1
43
- }
44
- };
45
- }
46
- function convertSlateNodesToLexical({ canContainParagraphs, converters, parentNodeType, slateNodes }) {
47
- const unknownConverter = converters.find((converter)=>converter.nodeTypes.includes('unknown'));
48
- return slateNodes.map((slateNode, i)=>{
49
- if (!('type' in slateNode)) {
50
- if (canContainParagraphs) {
51
- // This is a paragraph node. They do not have a type property in Slate
52
- return convertParagraphNode(converters, slateNode);
53
- } else {
54
- // This is a simple text node. canContainParagraphs may be false if this is nested inside of a paragraph already, since paragraphs cannot contain paragraphs
55
- return convertTextNode(slateNode);
56
- }
57
- }
58
- if (slateNode.type === 'p') {
59
- return convertParagraphNode(converters, slateNode);
60
- }
61
- const converter = converters.find((converter)=>converter.nodeTypes.includes(slateNode.type));
62
- if (converter) {
63
- return converter.converter({
64
- childIndex: i,
65
- converters,
66
- parentNodeType,
67
- slateNode
68
- });
69
- }
70
- console.warn('slateToLexical > No converter found for node type: ' + slateNode.type);
71
- return unknownConverter?.converter({
72
- childIndex: i,
73
- converters,
74
- parentNodeType,
75
- slateNode
76
- });
77
- }) || [];
78
- }
79
- function convertParagraphNode(converters, node) {
80
- return {
81
- children: convertSlateNodesToLexical({
82
- canContainParagraphs: false,
83
- converters,
84
- parentNodeType: 'paragraph',
85
- slateNodes: node.children || []
86
- }),
87
- direction: 'ltr',
88
- format: '',
89
- indent: 0,
90
- type: 'paragraph',
91
- version: 1
92
- };
93
- }
94
- function convertTextNode(node) {
95
- return {
96
- detail: 0,
97
- format: convertNodeToFormat(node),
98
- mode: 'normal',
99
- style: '',
100
- text: node.text,
101
- type: 'text',
102
- version: 1
103
- };
104
- }
105
- function convertNodeToFormat(node) {
106
- let format = 0;
107
- if (node.bold) {
108
- format = format | _nodeFormat.NodeFormat.IS_BOLD;
109
- }
110
- if (node.italic) {
111
- format = format | _nodeFormat.NodeFormat.IS_ITALIC;
112
- }
113
- if (node.strikethrough) {
114
- format = format | _nodeFormat.NodeFormat.IS_STRIKETHROUGH;
115
- }
116
- if (node.underline) {
117
- format = format | _nodeFormat.NodeFormat.IS_UNDERLINE;
118
- }
119
- if (node.subscript) {
120
- format = format | _nodeFormat.NodeFormat.IS_SUBSCRIPT;
121
- }
122
- if (node.superscript) {
123
- format = format | _nodeFormat.NodeFormat.IS_SUPERSCRIPT;
124
- }
125
- if (node.code) {
126
- format = format | _nodeFormat.NodeFormat.IS_CODE;
127
- }
128
- return format;
129
- }
130
-
131
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9maWVsZC9mZWF0dXJlcy9taWdyYXRpb25zL1NsYXRlVG9MZXhpY2FsL2NvbnZlcnRlci9pbmRleC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7XG4gIFNlcmlhbGl6ZWRFZGl0b3JTdGF0ZSxcbiAgU2VyaWFsaXplZExleGljYWxOb2RlLFxuICBTZXJpYWxpemVkUGFyYWdyYXBoTm9kZSxcbiAgU2VyaWFsaXplZFRleHROb2RlLFxufSBmcm9tICdsZXhpY2FsJ1xuXG5pbXBvcnQgdHlwZSB7IFNsYXRlTm9kZSwgU2xhdGVOb2RlQ29udmVydGVyIH0gZnJvbSAnLi90eXBlcydcblxuaW1wb3J0IHsgTm9kZUZvcm1hdCB9IGZyb20gJy4uLy4uLy4uLy4uL2xleGljYWwvdXRpbHMvbm9kZUZvcm1hdCdcblxuZXhwb3J0IGZ1bmN0aW9uIGNvbnZlcnRTbGF0ZVRvTGV4aWNhbCh7XG4gIGNvbnZlcnRlcnMsXG4gIHNsYXRlRGF0YSxcbn06IHtcbiAgY29udmVydGVyczogU2xhdGVOb2RlQ29udmVydGVyW11cbiAgc2xhdGVEYXRhOiBTbGF0ZU5vZGVbXVxufSk6IFNlcmlhbGl6ZWRFZGl0b3JTdGF0ZSB7XG4gIHJldHVybiB7XG4gICAgcm9vdDoge1xuICAgICAgY2hpbGRyZW46IGNvbnZlcnRTbGF0ZU5vZGVzVG9MZXhpY2FsKHtcbiAgICAgICAgY2FuQ29udGFpblBhcmFncmFwaHM6IHRydWUsXG4gICAgICAgIGNvbnZlcnRlcnMsXG4gICAgICAgIHBhcmVudE5vZGVUeXBlOiAncm9vdCcsXG4gICAgICAgIHNsYXRlTm9kZXM6IHNsYXRlRGF0YSxcbiAgICAgIH0pLFxuICAgICAgZGlyZWN0aW9uOiAnbHRyJyxcbiAgICAgIGZvcm1hdDogJycsXG4gICAgICBpbmRlbnQ6IDAsXG4gICAgICB0eXBlOiAncm9vdCcsXG4gICAgICB2ZXJzaW9uOiAxLFxuICAgIH0sXG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGNvbnZlcnRTbGF0ZU5vZGVzVG9MZXhpY2FsKHtcbiAgY2FuQ29udGFpblBhcmFncmFwaHMsXG4gIGNvbnZlcnRlcnMsXG4gIHBhcmVudE5vZGVUeXBlLFxuICBzbGF0ZU5vZGVzLFxufToge1xuICBjYW5Db250YWluUGFyYWdyYXBoczogYm9vbGVhblxuICBjb252ZXJ0ZXJzOiBTbGF0ZU5vZGVDb252ZXJ0ZXJbXVxuICAvKipcbiAgICogVHlwZSBvZiB0aGUgcGFyZW50IGxleGljYWwgbm9kZSAobm90IHRoZSB0eXBlIG9mIHRoZSBvcmlnaW5hbCwgcGFyZW50IHNsYXRlIHR5cGUpXG4gICAqL1xuICBwYXJlbnROb2RlVHlwZTogc3RyaW5nXG4gIHNsYXRlTm9kZXM6IFNsYXRlTm9kZVtdXG59KTogU2VyaWFsaXplZExleGljYWxOb2RlW10ge1xuICBjb25zdCB1bmtub3duQ29udmVydGVyID0gY29udmVydGVycy5maW5kKChjb252ZXJ0ZXIpID0+IGNvbnZlcnRlci5ub2RlVHlwZXMuaW5jbHVkZXMoJ3Vua25vd24nKSlcbiAgcmV0dXJuIChcbiAgICBzbGF0ZU5vZGVzLm1hcCgoc2xhdGVOb2RlLCBpKSA9PiB7XG4gICAgICBpZiAoISgndHlwZScgaW4gc2xhdGVOb2RlKSkge1xuICAgICAgICBpZiAoY2FuQ29udGFpblBhcmFncmFwaHMpIHtcbiAgICAgICAgICAvLyBUaGlzIGlzIGEgcGFyYWdyYXBoIG5vZGUuIFRoZXkgZG8gbm90IGhhdmUgYSB0eXBlIHByb3BlcnR5IGluIFNsYXRlXG4gICAgICAgICAgcmV0dXJuIGNvbnZlcnRQYXJhZ3JhcGhOb2RlKGNvbnZlcnRlcnMsIHNsYXRlTm9kZSlcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAvLyBUaGlzIGlzIGEgc2ltcGxlIHRleHQgbm9kZS4gY2FuQ29udGFpblBhcmFncmFwaHMgbWF5IGJlIGZhbHNlIGlmIHRoaXMgaXMgbmVzdGVkIGluc2lkZSBvZiBhIHBhcmFncmFwaCBhbHJlYWR5LCBzaW5jZSBwYXJhZ3JhcGhzIGNhbm5vdCBjb250YWluIHBhcmFncmFwaHNcbiAgICAgICAgICByZXR1cm4gY29udmVydFRleHROb2RlKHNsYXRlTm9kZSlcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgaWYgKHNsYXRlTm9kZS50eXBlID09PSAncCcpIHtcbiAgICAgICAgcmV0dXJuIGNvbnZlcnRQYXJhZ3JhcGhOb2RlKGNvbnZlcnRlcnMsIHNsYXRlTm9kZSlcbiAgICAgIH1cblxuICAgICAgY29uc3QgY29udmVydGVyID0gY29udmVydGVycy5maW5kKChjb252ZXJ0ZXIpID0+IGNvbnZlcnRlci5ub2RlVHlwZXMuaW5jbHVkZXMoc2xhdGVOb2RlLnR5cGUpKVxuXG4gICAgICBpZiAoY29udmVydGVyKSB7XG4gICAgICAgIHJldHVybiBjb252ZXJ0ZXIuY29udmVydGVyKHsgY2hpbGRJbmRleDogaSwgY29udmVydGVycywgcGFyZW50Tm9kZVR5cGUsIHNsYXRlTm9kZSB9KVxuICAgICAgfVxuXG4gICAgICBjb25zb2xlLndhcm4oJ3NsYXRlVG9MZXhpY2FsID4gTm8gY29udmVydGVyIGZvdW5kIGZvciBub2RlIHR5cGU6ICcgKyBzbGF0ZU5vZGUudHlwZSlcbiAgICAgIHJldHVybiB1bmtub3duQ29udmVydGVyPy5jb252ZXJ0ZXIoe1xuICAgICAgICBjaGlsZEluZGV4OiBpLFxuICAgICAgICBjb252ZXJ0ZXJzLFxuICAgICAgICBwYXJlbnROb2RlVHlwZSxcbiAgICAgICAgc2xhdGVOb2RlLFxuICAgICAgfSlcbiAgICB9KSB8fCBbXVxuICApXG59XG5cbmV4cG9ydCBmdW5jdGlvbiBjb252ZXJ0UGFyYWdyYXBoTm9kZShcbiAgY29udmVydGVyczogU2xhdGVOb2RlQ29udmVydGVyW10sXG4gIG5vZGU6IFNsYXRlTm9kZSxcbik6IFNlcmlhbGl6ZWRQYXJhZ3JhcGhOb2RlIHtcbiAgcmV0dXJuIHtcbiAgICBjaGlsZHJlbjogY29udmVydFNsYXRlTm9kZXNUb0xleGljYWwoe1xuICAgICAgY2FuQ29udGFpblBhcmFncmFwaHM6IGZhbHNlLFxuICAgICAgY29udmVydGVycyxcbiAgICAgIHBhcmVudE5vZGVUeXBlOiAncGFyYWdyYXBoJyxcbiAgICAgIHNsYXRlTm9kZXM6IG5vZGUuY2hpbGRyZW4gfHwgW10sXG4gICAgfSksXG4gICAgZGlyZWN0aW9uOiAnbHRyJyxcbiAgICBmb3JtYXQ6ICcnLFxuICAgIGluZGVudDogMCxcbiAgICB0eXBlOiAncGFyYWdyYXBoJyxcbiAgICB2ZXJzaW9uOiAxLFxuICB9XG59XG5leHBvcnQgZnVuY3Rpb24gY29udmVydFRleHROb2RlKG5vZGU6IFNsYXRlTm9kZSk6IFNlcmlhbGl6ZWRUZXh0Tm9kZSB7XG4gIHJldHVybiB7XG4gICAgZGV0YWlsOiAwLFxuICAgIGZvcm1hdDogY29udmVydE5vZGVUb0Zvcm1hdChub2RlKSxcbiAgICBtb2RlOiAnbm9ybWFsJyxcbiAgICBzdHlsZTogJycsXG4gICAgdGV4dDogbm9kZS50ZXh0LFxuICAgIHR5cGU6ICd0ZXh0JyxcbiAgICB2ZXJzaW9uOiAxLFxuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBjb252ZXJ0Tm9kZVRvRm9ybWF0KG5vZGU6IFNsYXRlTm9kZSk6IG51bWJlciB7XG4gIGxldCBmb3JtYXQgPSAwXG4gIGlmIChub2RlLmJvbGQpIHtcbiAgICBmb3JtYXQgPSBmb3JtYXQgfCBOb2RlRm9ybWF0LklTX0JPTERcbiAgfVxuICBpZiAobm9kZS5pdGFsaWMpIHtcbiAgICBmb3JtYXQgPSBmb3JtYXQgfCBOb2RlRm9ybWF0LklTX0lUQUxJQ1xuICB9XG4gIGlmIChub2RlLnN0cmlrZXRocm91Z2gpIHtcbiAgICBmb3JtYXQgPSBmb3JtYXQgfCBOb2RlRm9ybWF0LklTX1NUUklLRVRIUk9VR0hcbiAgfVxuICBpZiAobm9kZS51bmRlcmxpbmUpIHtcbiAgICBmb3JtYXQgPSBmb3JtYXQgfCBOb2RlRm9ybWF0LklTX1VOREVSTElORVxuICB9XG4gIGlmIChub2RlLnN1YnNjcmlwdCkge1xuICAgIGZvcm1hdCA9IGZvcm1hdCB8IE5vZGVGb3JtYXQuSVNfU1VCU0NSSVBUXG4gIH1cbiAgaWYgKG5vZGUuc3VwZXJzY3JpcHQpIHtcbiAgICBmb3JtYXQgPSBmb3JtYXQgfCBOb2RlRm9ybWF0LklTX1NVUEVSU0NSSVBUXG4gIH1cbiAgaWYgKG5vZGUuY29kZSkge1xuICAgIGZvcm1hdCA9IGZvcm1hdCB8IE5vZGVGb3JtYXQuSVNfQ09ERVxuICB9XG4gIHJldHVybiBmb3JtYXRcbn1cbiJdLCJuYW1lcyI6WyJjb252ZXJ0Tm9kZVRvRm9ybWF0IiwiY29udmVydFBhcmFncmFwaE5vZGUiLCJjb252ZXJ0U2xhdGVOb2Rlc1RvTGV4aWNhbCIsImNvbnZlcnRTbGF0ZVRvTGV4aWNhbCIsImNvbnZlcnRUZXh0Tm9kZSIsImNvbnZlcnRlcnMiLCJzbGF0ZURhdGEiLCJyb290IiwiY2hpbGRyZW4iLCJjYW5Db250YWluUGFyYWdyYXBocyIsInBhcmVudE5vZGVUeXBlIiwic2xhdGVOb2RlcyIsImRpcmVjdGlvbiIsImZvcm1hdCIsImluZGVudCIsInR5cGUiLCJ2ZXJzaW9uIiwidW5rbm93bkNvbnZlcnRlciIsImZpbmQiLCJjb252ZXJ0ZXIiLCJub2RlVHlwZXMiLCJpbmNsdWRlcyIsIm1hcCIsInNsYXRlTm9kZSIsImkiLCJjaGlsZEluZGV4IiwiY29uc29sZSIsIndhcm4iLCJub2RlIiwiZGV0YWlsIiwibW9kZSIsInN0eWxlIiwidGV4dCIsImJvbGQiLCJOb2RlRm9ybWF0IiwiSVNfQk9MRCIsIml0YWxpYyIsIklTX0lUQUxJQyIsInN0cmlrZXRocm91Z2giLCJJU19TVFJJS0VUSFJPVUdIIiwidW5kZXJsaW5lIiwiSVNfVU5ERVJMSU5FIiwic3Vic2NyaXB0IiwiSVNfU1VCU0NSSVBUIiwic3VwZXJzY3JpcHQiLCJJU19TVVBFUlNDUklQVCIsImNvZGUiLCJJU19DT0RFIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztJQWdIZ0JBLG1CQUFtQjtlQUFuQkE7O0lBOUJBQyxvQkFBb0I7ZUFBcEJBOztJQS9DQUMsMEJBQTBCO2VBQTFCQTs7SUF4QkFDLHFCQUFxQjtlQUFyQkE7O0lBeUZBQyxlQUFlO2VBQWZBOzs7NEJBM0ZXO0FBRXBCLFNBQVNELHNCQUFzQixFQUNwQ0UsVUFBVSxFQUNWQyxTQUFTLEVBSVY7SUFDQyxPQUFPO1FBQ0xDLE1BQU07WUFDSkMsVUFBVU4sMkJBQTJCO2dCQUNuQ08sc0JBQXNCO2dCQUN0Qko7Z0JBQ0FLLGdCQUFnQjtnQkFDaEJDLFlBQVlMO1lBQ2Q7WUFDQU0sV0FBVztZQUNYQyxRQUFRO1lBQ1JDLFFBQVE7WUFDUkMsTUFBTTtZQUNOQyxTQUFTO1FBQ1g7SUFDRjtBQUNGO0FBRU8sU0FBU2QsMkJBQTJCLEVBQ3pDTyxvQkFBb0IsRUFDcEJKLFVBQVUsRUFDVkssY0FBYyxFQUNkQyxVQUFVLEVBU1g7SUFDQyxNQUFNTSxtQkFBbUJaLFdBQVdhLElBQUksQ0FBQyxDQUFDQyxZQUFjQSxVQUFVQyxTQUFTLENBQUNDLFFBQVEsQ0FBQztJQUNyRixPQUNFVixXQUFXVyxHQUFHLENBQUMsQ0FBQ0MsV0FBV0M7UUFDekIsSUFBSSxDQUFFLENBQUEsVUFBVUQsU0FBUSxHQUFJO1lBQzFCLElBQUlkLHNCQUFzQjtnQkFDeEIsc0VBQXNFO2dCQUN0RSxPQUFPUixxQkFBcUJJLFlBQVlrQjtZQUMxQyxPQUFPO2dCQUNMLDRKQUE0SjtnQkFDNUosT0FBT25CLGdCQUFnQm1CO1lBQ3pCO1FBQ0Y7UUFDQSxJQUFJQSxVQUFVUixJQUFJLEtBQUssS0FBSztZQUMxQixPQUFPZCxxQkFBcUJJLFlBQVlrQjtRQUMxQztRQUVBLE1BQU1KLFlBQVlkLFdBQVdhLElBQUksQ0FBQyxDQUFDQyxZQUFjQSxVQUFVQyxTQUFTLENBQUNDLFFBQVEsQ0FBQ0UsVUFBVVIsSUFBSTtRQUU1RixJQUFJSSxXQUFXO1lBQ2IsT0FBT0EsVUFBVUEsU0FBUyxDQUFDO2dCQUFFTSxZQUFZRDtnQkFBR25CO2dCQUFZSztnQkFBZ0JhO1lBQVU7UUFDcEY7UUFFQUcsUUFBUUMsSUFBSSxDQUFDLHdEQUF3REosVUFBVVIsSUFBSTtRQUNuRixPQUFPRSxrQkFBa0JFLFVBQVU7WUFDakNNLFlBQVlEO1lBQ1puQjtZQUNBSztZQUNBYTtRQUNGO0lBQ0YsTUFBTSxFQUFFO0FBRVo7QUFFTyxTQUFTdEIscUJBQ2RJLFVBQWdDLEVBQ2hDdUIsSUFBZTtJQUVmLE9BQU87UUFDTHBCLFVBQVVOLDJCQUEyQjtZQUNuQ08sc0JBQXNCO1lBQ3RCSjtZQUNBSyxnQkFBZ0I7WUFDaEJDLFlBQVlpQixLQUFLcEIsUUFBUSxJQUFJLEVBQUU7UUFDakM7UUFDQUksV0FBVztRQUNYQyxRQUFRO1FBQ1JDLFFBQVE7UUFDUkMsTUFBTTtRQUNOQyxTQUFTO0lBQ1g7QUFDRjtBQUNPLFNBQVNaLGdCQUFnQndCLElBQWU7SUFDN0MsT0FBTztRQUNMQyxRQUFRO1FBQ1JoQixRQUFRYixvQkFBb0I0QjtRQUM1QkUsTUFBTTtRQUNOQyxPQUFPO1FBQ1BDLE1BQU1KLEtBQUtJLElBQUk7UUFDZmpCLE1BQU07UUFDTkMsU0FBUztJQUNYO0FBQ0Y7QUFFTyxTQUFTaEIsb0JBQW9CNEIsSUFBZTtJQUNqRCxJQUFJZixTQUFTO0lBQ2IsSUFBSWUsS0FBS0ssSUFBSSxFQUFFO1FBQ2JwQixTQUFTQSxTQUFTcUIsc0JBQVUsQ0FBQ0MsT0FBTztJQUN0QztJQUNBLElBQUlQLEtBQUtRLE1BQU0sRUFBRTtRQUNmdkIsU0FBU0EsU0FBU3FCLHNCQUFVLENBQUNHLFNBQVM7SUFDeEM7SUFDQSxJQUFJVCxLQUFLVSxhQUFhLEVBQUU7UUFDdEJ6QixTQUFTQSxTQUFTcUIsc0JBQVUsQ0FBQ0ssZ0JBQWdCO0lBQy9DO0lBQ0EsSUFBSVgsS0FBS1ksU0FBUyxFQUFFO1FBQ2xCM0IsU0FBU0EsU0FBU3FCLHNCQUFVLENBQUNPLFlBQVk7SUFDM0M7SUFDQSxJQUFJYixLQUFLYyxTQUFTLEVBQUU7UUFDbEI3QixTQUFTQSxTQUFTcUIsc0JBQVUsQ0FBQ1MsWUFBWTtJQUMzQztJQUNBLElBQUlmLEtBQUtnQixXQUFXLEVBQUU7UUFDcEIvQixTQUFTQSxTQUFTcUIsc0JBQVUsQ0FBQ1csY0FBYztJQUM3QztJQUNBLElBQUlqQixLQUFLa0IsSUFBSSxFQUFFO1FBQ2JqQyxTQUFTQSxTQUFTcUIsc0JBQVUsQ0FBQ2EsT0FBTztJQUN0QztJQUNBLE9BQU9sQztBQUNUIn0=
@@ -1,16 +0,0 @@
1
- import type { SerializedLexicalNode } from 'lexical';
2
- export type SlateNodeConverter<T extends SerializedLexicalNode = SerializedLexicalNode> = {
3
- converter: ({ childIndex, converters, parentNodeType, slateNode, }: {
4
- childIndex: number;
5
- converters: SlateNodeConverter[];
6
- parentNodeType: string;
7
- slateNode: SlateNode;
8
- }) => T;
9
- nodeTypes: string[];
10
- };
11
- export type SlateNode = {
12
- [key: string]: any;
13
- children?: SlateNode[];
14
- type?: string;
15
- };
16
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/field/features/migrations/SlateToLexical/converter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAEpD,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,qBAAqB,GAAG,qBAAqB,IAAI;IACxF,SAAS,EAAE,CAAC,EACV,UAAU,EACV,UAAU,EACV,cAAc,EACd,SAAS,GACV,EAAE;QACD,UAAU,EAAE,MAAM,CAAA;QAClB,UAAU,EAAE,kBAAkB,EAAE,CAAA;QAChC,cAAc,EAAE,MAAM,CAAA;QACtB,SAAS,EAAE,SAAS,CAAA;KACrB,KAAK,CAAC,CAAA;IACP,SAAS,EAAE,MAAM,EAAE,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;IAClB,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -1,10 +0,0 @@
1
- import type { FeatureProvider } from '../../types';
2
- import type { SlateNodeConverter } from './converter/types';
3
- type Props = {
4
- converters?: (({ defaultConverters }: {
5
- defaultConverters: SlateNodeConverter[];
6
- }) => SlateNodeConverter[]) | SlateNodeConverter[];
7
- };
8
- export declare const SlateToLexicalFeature: (props?: Props) => FeatureProvider;
9
- export {};
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/field/features/migrations/SlateToLexical/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAM3D,KAAK,KAAK,GAAG;IACX,UAAU,CAAC,EACP,CAAC,CAAC,EAAE,iBAAiB,EAAE,EAAE;QAAE,iBAAiB,EAAE,kBAAkB,EAAE,CAAA;KAAE,KAAK,kBAAkB,EAAE,CAAC,GAC9F,kBAAkB,EAAE,CAAA;CACzB,CAAA;AAED,eAAO,MAAM,qBAAqB,WAAY,KAAK,KAAG,eA0CrD,CAAA"}
@@ -1,50 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "SlateToLexicalFeature", {
6
- enumerable: true,
7
- get: function() {
8
- return SlateToLexicalFeature;
9
- }
10
- });
11
- const _converter = require("./converter");
12
- const _defaultConverters = require("./converter/defaultConverters");
13
- const _unknownConvertedNode = require("./nodes/unknownConvertedNode");
14
- const SlateToLexicalFeature = (props)=>{
15
- if (!props) {
16
- props = {};
17
- }
18
- props.converters = props?.converters && typeof props?.converters === 'function' ? props.converters({
19
- defaultConverters: _defaultConverters.defaultSlateConverters
20
- }) : props?.converters || _defaultConverters.defaultSlateConverters;
21
- return {
22
- feature: ()=>{
23
- return {
24
- hooks: {
25
- load ({ incomingEditorState }) {
26
- if (!incomingEditorState || !Array.isArray(incomingEditorState) || 'root' in incomingEditorState) {
27
- // incomingEditorState null or not from Slate
28
- return incomingEditorState;
29
- }
30
- // Slate => convert to lexical
31
- return (0, _converter.convertSlateToLexical)({
32
- converters: props.converters,
33
- slateData: incomingEditorState
34
- });
35
- }
36
- },
37
- nodes: [
38
- {
39
- node: _unknownConvertedNode.UnknownConvertedNode,
40
- type: _unknownConvertedNode.UnknownConvertedNode.getType()
41
- }
42
- ],
43
- props
44
- };
45
- },
46
- key: 'slateToLexical'
47
- };
48
- };
49
-
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9maWVsZC9mZWF0dXJlcy9taWdyYXRpb25zL1NsYXRlVG9MZXhpY2FsL2luZGV4LnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgRmVhdHVyZVByb3ZpZGVyIH0gZnJvbSAnLi4vLi4vdHlwZXMnXG5pbXBvcnQgdHlwZSB7IFNsYXRlTm9kZUNvbnZlcnRlciB9IGZyb20gJy4vY29udmVydGVyL3R5cGVzJ1xuXG5pbXBvcnQgeyBjb252ZXJ0U2xhdGVUb0xleGljYWwgfSBmcm9tICcuL2NvbnZlcnRlcidcbmltcG9ydCB7IGRlZmF1bHRTbGF0ZUNvbnZlcnRlcnMgfSBmcm9tICcuL2NvbnZlcnRlci9kZWZhdWx0Q29udmVydGVycydcbmltcG9ydCB7IFVua25vd25Db252ZXJ0ZWROb2RlIH0gZnJvbSAnLi9ub2Rlcy91bmtub3duQ29udmVydGVkTm9kZSdcblxudHlwZSBQcm9wcyA9IHtcbiAgY29udmVydGVycz86XG4gICAgfCAoKHsgZGVmYXVsdENvbnZlcnRlcnMgfTogeyBkZWZhdWx0Q29udmVydGVyczogU2xhdGVOb2RlQ29udmVydGVyW10gfSkgPT4gU2xhdGVOb2RlQ29udmVydGVyW10pXG4gICAgfCBTbGF0ZU5vZGVDb252ZXJ0ZXJbXVxufVxuXG5leHBvcnQgY29uc3QgU2xhdGVUb0xleGljYWxGZWF0dXJlID0gKHByb3BzPzogUHJvcHMpOiBGZWF0dXJlUHJvdmlkZXIgPT4ge1xuICBpZiAoIXByb3BzKSB7XG4gICAgcHJvcHMgPSB7fVxuICB9XG5cbiAgcHJvcHMuY29udmVydGVycyA9XG4gICAgcHJvcHM/LmNvbnZlcnRlcnMgJiYgdHlwZW9mIHByb3BzPy5jb252ZXJ0ZXJzID09PSAnZnVuY3Rpb24nXG4gICAgICA/IHByb3BzLmNvbnZlcnRlcnMoeyBkZWZhdWx0Q29udmVydGVyczogZGVmYXVsdFNsYXRlQ29udmVydGVycyB9KVxuICAgICAgOiAocHJvcHM/LmNvbnZlcnRlcnMgYXMgU2xhdGVOb2RlQ29udmVydGVyW10pIHx8IGRlZmF1bHRTbGF0ZUNvbnZlcnRlcnNcblxuICByZXR1cm4ge1xuICAgIGZlYXR1cmU6ICgpID0+IHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGhvb2tzOiB7XG4gICAgICAgICAgbG9hZCh7IGluY29taW5nRWRpdG9yU3RhdGUgfSkge1xuICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAhaW5jb21pbmdFZGl0b3JTdGF0ZSB8fFxuICAgICAgICAgICAgICAhQXJyYXkuaXNBcnJheShpbmNvbWluZ0VkaXRvclN0YXRlKSB8fFxuICAgICAgICAgICAgICAncm9vdCcgaW4gaW5jb21pbmdFZGl0b3JTdGF0ZVxuICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgIC8vIGluY29taW5nRWRpdG9yU3RhdGUgbnVsbCBvciBub3QgZnJvbSBTbGF0ZVxuICAgICAgICAgICAgICByZXR1cm4gaW5jb21pbmdFZGl0b3JTdGF0ZVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLy8gU2xhdGUgPT4gY29udmVydCB0byBsZXhpY2FsXG5cbiAgICAgICAgICAgIHJldHVybiBjb252ZXJ0U2xhdGVUb0xleGljYWwoe1xuICAgICAgICAgICAgICBjb252ZXJ0ZXJzOiBwcm9wcy5jb252ZXJ0ZXJzIGFzIFNsYXRlTm9kZUNvbnZlcnRlcltdLFxuICAgICAgICAgICAgICBzbGF0ZURhdGE6IGluY29taW5nRWRpdG9yU3RhdGUsXG4gICAgICAgICAgICB9KVxuICAgICAgICAgIH0sXG4gICAgICAgIH0sXG4gICAgICAgIG5vZGVzOiBbXG4gICAgICAgICAge1xuICAgICAgICAgICAgbm9kZTogVW5rbm93bkNvbnZlcnRlZE5vZGUsXG4gICAgICAgICAgICB0eXBlOiBVbmtub3duQ29udmVydGVkTm9kZS5nZXRUeXBlKCksXG4gICAgICAgICAgfSxcbiAgICAgICAgXSxcbiAgICAgICAgcHJvcHMsXG4gICAgICB9XG4gICAgfSxcbiAgICBrZXk6ICdzbGF0ZVRvTGV4aWNhbCcsXG4gIH1cbn1cbiJdLCJuYW1lcyI6WyJTbGF0ZVRvTGV4aWNhbEZlYXR1cmUiLCJwcm9wcyIsImNvbnZlcnRlcnMiLCJkZWZhdWx0Q29udmVydGVycyIsImRlZmF1bHRTbGF0ZUNvbnZlcnRlcnMiLCJmZWF0dXJlIiwiaG9va3MiLCJsb2FkIiwiaW5jb21pbmdFZGl0b3JTdGF0ZSIsIkFycmF5IiwiaXNBcnJheSIsImNvbnZlcnRTbGF0ZVRvTGV4aWNhbCIsInNsYXRlRGF0YSIsIm5vZGVzIiwibm9kZSIsIlVua25vd25Db252ZXJ0ZWROb2RlIiwidHlwZSIsImdldFR5cGUiLCJrZXkiXSwibWFwcGluZ3MiOiI7Ozs7K0JBYWFBOzs7ZUFBQUE7OzsyQkFWeUI7bUNBQ0M7c0NBQ0Y7QUFROUIsTUFBTUEsd0JBQXdCLENBQUNDO0lBQ3BDLElBQUksQ0FBQ0EsT0FBTztRQUNWQSxRQUFRLENBQUM7SUFDWDtJQUVBQSxNQUFNQyxVQUFVLEdBQ2RELE9BQU9DLGNBQWMsT0FBT0QsT0FBT0MsZUFBZSxhQUM5Q0QsTUFBTUMsVUFBVSxDQUFDO1FBQUVDLG1CQUFtQkMseUNBQXNCO0lBQUMsS0FDN0QsQUFBQ0gsT0FBT0MsY0FBdUNFLHlDQUFzQjtJQUUzRSxPQUFPO1FBQ0xDLFNBQVM7WUFDUCxPQUFPO2dCQUNMQyxPQUFPO29CQUNMQyxNQUFLLEVBQUVDLG1CQUFtQixFQUFFO3dCQUMxQixJQUNFLENBQUNBLHVCQUNELENBQUNDLE1BQU1DLE9BQU8sQ0FBQ0Ysd0JBQ2YsVUFBVUEscUJBQ1Y7NEJBQ0EsNkNBQTZDOzRCQUM3QyxPQUFPQTt3QkFDVDt3QkFDQSw4QkFBOEI7d0JBRTlCLE9BQU9HLElBQUFBLGdDQUFxQixFQUFDOzRCQUMzQlQsWUFBWUQsTUFBTUMsVUFBVTs0QkFDNUJVLFdBQVdKO3dCQUNiO29CQUNGO2dCQUNGO2dCQUNBSyxPQUFPO29CQUNMO3dCQUNFQyxNQUFNQywwQ0FBb0I7d0JBQzFCQyxNQUFNRCwwQ0FBb0IsQ0FBQ0UsT0FBTztvQkFDcEM7aUJBQ0Q7Z0JBQ0RoQjtZQUNGO1FBQ0Y7UUFDQWlCLEtBQUs7SUFDUDtBQUNGIn0=
@@ -1 +0,0 @@
1
- {"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../../../../src/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/Component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAA;AAEvD,OAAO,cAAc,CAAA;AAErB,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,wBAAwB,CAAA;CAC/B,CAAA;AAED,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAQzD,CAAA"}
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "UnknownConvertedNodeComponent", {
6
- enumerable: true,
7
- get: function() {
8
- return UnknownConvertedNodeComponent;
9
- }
10
- });
11
- const _react = /*#__PURE__*/ _interop_require_default(require("react"));
12
- require("./index.scss");
13
- function _interop_require_default(obj) {
14
- return obj && obj.__esModule ? obj : {
15
- default: obj
16
- };
17
- }
18
- const UnknownConvertedNodeComponent = (props)=>{
19
- const { data } = props;
20
- return /*#__PURE__*/ _react.default.createElement("div", null, "Unknown converted Slate node: ", /*#__PURE__*/ _react.default.createElement("strong", null, data?.nodeType));
21
- };
22
-
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9maWVsZC9mZWF0dXJlcy9taWdyYXRpb25zL1NsYXRlVG9MZXhpY2FsL25vZGVzL3Vua25vd25Db252ZXJ0ZWROb2RlL0NvbXBvbmVudC50c3giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuXG5pbXBvcnQgdHlwZSB7IFVua25vd25Db252ZXJ0ZWROb2RlRGF0YSB9IGZyb20gJy4vaW5kZXgnXG5cbmltcG9ydCAnLi9pbmRleC5zY3NzJ1xuXG50eXBlIFByb3BzID0ge1xuICBkYXRhOiBVbmtub3duQ29udmVydGVkTm9kZURhdGFcbn1cblxuZXhwb3J0IGNvbnN0IFVua25vd25Db252ZXJ0ZWROb2RlQ29tcG9uZW50OiBSZWFjdC5GQzxQcm9wcz4gPSAocHJvcHMpID0+IHtcbiAgY29uc3QgeyBkYXRhIH0gPSBwcm9wc1xuXG4gIHJldHVybiAoXG4gICAgPGRpdj5cbiAgICAgIFVua25vd24gY29udmVydGVkIFNsYXRlIG5vZGU6IDxzdHJvbmc+e2RhdGE/Lm5vZGVUeXBlfTwvc3Ryb25nPlxuICAgIDwvZGl2PlxuICApXG59XG4iXSwibmFtZXMiOlsiVW5rbm93bkNvbnZlcnRlZE5vZGVDb21wb25lbnQiLCJwcm9wcyIsImRhdGEiLCJkaXYiLCJzdHJvbmciLCJub2RlVHlwZSJdLCJtYXBwaW5ncyI6Ijs7OzsrQkFVYUE7OztlQUFBQTs7OzhEQVZLO1FBSVg7Ozs7OztBQU1BLE1BQU1BLGdDQUFpRCxDQUFDQztJQUM3RCxNQUFNLEVBQUVDLElBQUksRUFBRSxHQUFHRDtJQUVqQixxQkFDRSw2QkFBQ0UsYUFBSSxnREFDMkIsNkJBQUNDLGdCQUFRRixNQUFNRztBQUduRCJ9
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/field/features/migrations/SlateToLexical/nodes/unknownConvertedNode/index.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAG5D,OAAO,EAAE,aAAa,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,KAAK,OAAO,EAAE,MAAM,SAAS,CAAA;AAG1F,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,EAAE,OAAO,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG,MAAM,CACjD;IACE,IAAI,EAAE,wBAAwB,CAAA;CAC/B,EACD,qBAAqB,CACtB,CAAA;AASD,oBAAoB;AACpB,qBAAa,oBAAqB,SAAQ,aAAa,CAAC,GAAG,CAAC,OAAO,CAAC;IAClE,MAAM,EAAE,wBAAwB,CAAA;gBAEpB,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAAE,IAAI,EAAE,wBAAwB,CAAC;QAAC,GAAG,CAAC,EAAE,OAAO,CAAA;KAAE;IAK5E,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,oBAAoB,GAAG,oBAAoB;IAO9D,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,UAAU,CAAC,cAAc,EAAE,8BAA8B,GAAG,oBAAoB;IAKvF,kBAAkB,IAAI,IAAI;IAI1B,mBAAmB,IAAI,IAAI;IAI3B,SAAS,CAAC,MAAM,EAAE,YAAY,GAAG,WAAW;IAM5C,QAAQ,IAAI,GAAG,CAAC,OAAO,GAAG,IAAI;IAI9B,UAAU,IAAI,8BAA8B;IAU5C,QAAQ,IAAI,OAAO;IAInB,SAAS,CAAC,QAAQ,EAAE,oBAAoB,EAAE,GAAG,EAAE,WAAW,GAAG,OAAO;CAGrE;AAED,wBAAgB,2BAA2B,CAAC,EAC1C,IAAI,GACL,EAAE;IACD,IAAI,EAAE,wBAAwB,CAAA;CAC/B,GAAG,oBAAoB,CAIvB;AAED,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,GACnC,IAAI,IAAI,oBAAoB,CAE9B"}
@@ -1,131 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- $createUnknownConvertedNode: function() {
13
- return $createUnknownConvertedNode;
14
- },
15
- $isUnknownConvertedNode: function() {
16
- return $isUnknownConvertedNode;
17
- },
18
- UnknownConvertedNode: function() {
19
- return UnknownConvertedNode;
20
- }
21
- });
22
- const _utils = require("@lexical/utils");
23
- const _lexical = require("lexical");
24
- const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
25
- function _getRequireWildcardCache(nodeInterop) {
26
- if (typeof WeakMap !== "function") return null;
27
- var cacheBabelInterop = new WeakMap();
28
- var cacheNodeInterop = new WeakMap();
29
- return (_getRequireWildcardCache = function(nodeInterop) {
30
- return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
31
- })(nodeInterop);
32
- }
33
- function _interop_require_wildcard(obj, nodeInterop) {
34
- if (!nodeInterop && obj && obj.__esModule) {
35
- return obj;
36
- }
37
- if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
38
- return {
39
- default: obj
40
- };
41
- }
42
- var cache = _getRequireWildcardCache(nodeInterop);
43
- if (cache && cache.has(obj)) {
44
- return cache.get(obj);
45
- }
46
- var newObj = {
47
- __proto__: null
48
- };
49
- var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
50
- for(var key in obj){
51
- if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
52
- var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
53
- if (desc && (desc.get || desc.set)) {
54
- Object.defineProperty(newObj, key, desc);
55
- } else {
56
- newObj[key] = obj[key];
57
- }
58
- }
59
- }
60
- newObj.default = obj;
61
- if (cache) {
62
- cache.set(obj, newObj);
63
- }
64
- return newObj;
65
- }
66
- const Component = /*#__PURE__*/ _react.lazy(()=>// @ts-expect-error TypeScript being dumb
67
- Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require("./Component"))).then((module)=>({
68
- default: module.UnknownConvertedNodeComponent
69
- })));
70
- class UnknownConvertedNode extends _lexical.DecoratorNode {
71
- __data;
72
- constructor({ data, key }){
73
- super(key);
74
- this.__data = data;
75
- }
76
- static clone(node) {
77
- return new UnknownConvertedNode({
78
- data: node.__data,
79
- key: node.__key
80
- });
81
- }
82
- static getType() {
83
- return 'unknownConverted';
84
- }
85
- static importJSON(serializedNode) {
86
- const node = $createUnknownConvertedNode({
87
- data: serializedNode.data
88
- });
89
- return node;
90
- }
91
- canInsertTextAfter() {
92
- return true;
93
- }
94
- canInsertTextBefore() {
95
- return true;
96
- }
97
- createDOM(config) {
98
- const element = document.createElement('span');
99
- (0, _utils.addClassNamesToElement)(element, 'unknownConverted');
100
- return element;
101
- }
102
- decorate() {
103
- return /*#__PURE__*/ _react.createElement(Component, {
104
- data: this.__data
105
- });
106
- }
107
- exportJSON() {
108
- return {
109
- data: this.__data,
110
- type: this.getType(),
111
- version: 1
112
- };
113
- }
114
- // Mutation
115
- isInline() {
116
- return true;
117
- }
118
- updateDOM(prevNode, dom) {
119
- return false;
120
- }
121
- }
122
- function $createUnknownConvertedNode({ data }) {
123
- return new UnknownConvertedNode({
124
- data
125
- });
126
- }
127
- function $isUnknownConvertedNode(node) {
128
- return node instanceof UnknownConvertedNode;
129
- }
130
-
131
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9maWVsZC9mZWF0dXJlcy9taWdyYXRpb25zL1NsYXRlVG9MZXhpY2FsL25vZGVzL3Vua25vd25Db252ZXJ0ZWROb2RlL2luZGV4LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFNlcmlhbGl6ZWRMZXhpY2FsTm9kZSwgU3ByZWFkIH0gZnJvbSAnbGV4aWNhbCdcblxuaW1wb3J0IHsgYWRkQ2xhc3NOYW1lc1RvRWxlbWVudCB9IGZyb20gJ0BsZXhpY2FsL3V0aWxzJ1xuaW1wb3J0IHsgRGVjb3JhdG9yTm9kZSwgdHlwZSBFZGl0b3JDb25maWcsIHR5cGUgTGV4aWNhbE5vZGUsIHR5cGUgTm9kZUtleSB9IGZyb20gJ2xleGljYWwnXG5pbXBvcnQgKiBhcyBSZWFjdCBmcm9tICdyZWFjdCdcblxuZXhwb3J0IHR5cGUgVW5rbm93bkNvbnZlcnRlZE5vZGVEYXRhID0ge1xuICBub2RlRGF0YTogdW5rbm93blxuICBub2RlVHlwZTogc3RyaW5nXG59XG5cbmV4cG9ydCB0eXBlIFNlcmlhbGl6ZWRVbmtub3duQ29udmVydGVkTm9kZSA9IFNwcmVhZDxcbiAge1xuICAgIGRhdGE6IFVua25vd25Db252ZXJ0ZWROb2RlRGF0YVxuICB9LFxuICBTZXJpYWxpemVkTGV4aWNhbE5vZGVcbj5cblxuY29uc3QgQ29tcG9uZW50ID0gUmVhY3QubGF6eSgoKSA9PlxuICAvLyBAdHMtZXhwZWN0LWVycm9yIFR5cGVTY3JpcHQgYmVpbmcgZHVtYlxuICBpbXBvcnQoJy4vQ29tcG9uZW50JykudGhlbigobW9kdWxlKSA9PiAoe1xuICAgIGRlZmF1bHQ6IG1vZHVsZS5Vbmtub3duQ29udmVydGVkTm9kZUNvbXBvbmVudCxcbiAgfSkpLFxuKVxuXG4vKiogQG5vSW5oZXJpdERvYyAqL1xuZXhwb3J0IGNsYXNzIFVua25vd25Db252ZXJ0ZWROb2RlIGV4dGVuZHMgRGVjb3JhdG9yTm9kZTxKU1guRWxlbWVudD4ge1xuICBfX2RhdGE6IFVua25vd25Db252ZXJ0ZWROb2RlRGF0YVxuXG4gIGNvbnN0cnVjdG9yKHsgZGF0YSwga2V5IH06IHsgZGF0YTogVW5rbm93bkNvbnZlcnRlZE5vZGVEYXRhOyBrZXk/OiBOb2RlS2V5IH0pIHtcbiAgICBzdXBlcihrZXkpXG4gICAgdGhpcy5fX2RhdGEgPSBkYXRhXG4gIH1cblxuICBzdGF0aWMgY2xvbmUobm9kZTogVW5rbm93bkNvbnZlcnRlZE5vZGUpOiBVbmtub3duQ29udmVydGVkTm9kZSB7XG4gICAgcmV0dXJuIG5ldyBVbmtub3duQ29udmVydGVkTm9kZSh7XG4gICAgICBkYXRhOiBub2RlLl9fZGF0YSxcbiAgICAgIGtleTogbm9kZS5fX2tleSxcbiAgICB9KVxuICB9XG5cbiAgc3RhdGljIGdldFR5cGUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gJ3Vua25vd25Db252ZXJ0ZWQnXG4gIH1cblxuICBzdGF0aWMgaW1wb3J0SlNPTihzZXJpYWxpemVkTm9kZTogU2VyaWFsaXplZFVua25vd25Db252ZXJ0ZWROb2RlKTogVW5rbm93bkNvbnZlcnRlZE5vZGUge1xuICAgIGNvbnN0IG5vZGUgPSAkY3JlYXRlVW5rbm93bkNvbnZlcnRlZE5vZGUoeyBkYXRhOiBzZXJpYWxpemVkTm9kZS5kYXRhIH0pXG4gICAgcmV0dXJuIG5vZGVcbiAgfVxuXG4gIGNhbkluc2VydFRleHRBZnRlcigpOiB0cnVlIHtcbiAgICByZXR1cm4gdHJ1ZVxuICB9XG5cbiAgY2FuSW5zZXJ0VGV4dEJlZm9yZSgpOiB0cnVlIHtcbiAgICByZXR1cm4gdHJ1ZVxuICB9XG5cbiAgY3JlYXRlRE9NKGNvbmZpZzogRWRpdG9yQ29uZmlnKTogSFRNTEVsZW1lbnQge1xuICAgIGNvbnN0IGVsZW1lbnQgPSBkb2N1bWVudC5jcmVhdGVFbGVtZW50KCdzcGFuJylcbiAgICBhZGRDbGFzc05hbWVzVG9FbGVtZW50KGVsZW1lbnQsICd1bmtub3duQ29udmVydGVkJylcbiAgICByZXR1cm4gZWxlbWVudFxuICB9XG5cbiAgZGVjb3JhdGUoKTogSlNYLkVsZW1lbnQgfCBudWxsIHtcbiAgICByZXR1cm4gPENvbXBvbmVudCBkYXRhPXt0aGlzLl9fZGF0YX0gLz5cbiAgfVxuXG4gIGV4cG9ydEpTT04oKTogU2VyaWFsaXplZFVua25vd25Db252ZXJ0ZWROb2RlIHtcbiAgICByZXR1cm4ge1xuICAgICAgZGF0YTogdGhpcy5fX2RhdGEsXG4gICAgICB0eXBlOiB0aGlzLmdldFR5cGUoKSxcbiAgICAgIHZlcnNpb246IDEsXG4gICAgfVxuICB9XG5cbiAgLy8gTXV0YXRpb25cblxuICBpc0lubGluZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdHJ1ZVxuICB9XG5cbiAgdXBkYXRlRE9NKHByZXZOb2RlOiBVbmtub3duQ29udmVydGVkTm9kZSwgZG9tOiBIVE1MRWxlbWVudCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiBmYWxzZVxuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiAkY3JlYXRlVW5rbm93bkNvbnZlcnRlZE5vZGUoe1xuICBkYXRhLFxufToge1xuICBkYXRhOiBVbmtub3duQ29udmVydGVkTm9kZURhdGFcbn0pOiBVbmtub3duQ29udmVydGVkTm9kZSB7XG4gIHJldHVybiBuZXcgVW5rbm93bkNvbnZlcnRlZE5vZGUoe1xuICAgIGRhdGEsXG4gIH0pXG59XG5cbmV4cG9ydCBmdW5jdGlvbiAkaXNVbmtub3duQ29udmVydGVkTm9kZShcbiAgbm9kZTogTGV4aWNhbE5vZGUgfCBudWxsIHwgdW5kZWZpbmVkLFxuKTogbm9kZSBpcyBVbmtub3duQ29udmVydGVkTm9kZSB7XG4gIHJldHVybiBub2RlIGluc3RhbmNlb2YgVW5rbm93bkNvbnZlcnRlZE5vZGVcbn1cbiJdLCJuYW1lcyI6WyIkY3JlYXRlVW5rbm93bkNvbnZlcnRlZE5vZGUiLCIkaXNVbmtub3duQ29udmVydGVkTm9kZSIsIlVua25vd25Db252ZXJ0ZWROb2RlIiwiQ29tcG9uZW50IiwiUmVhY3QiLCJsYXp5IiwidGhlbiIsIm1vZHVsZSIsImRlZmF1bHQiLCJVbmtub3duQ29udmVydGVkTm9kZUNvbXBvbmVudCIsIkRlY29yYXRvck5vZGUiLCJfX2RhdGEiLCJjb25zdHJ1Y3RvciIsImRhdGEiLCJrZXkiLCJjbG9uZSIsIm5vZGUiLCJfX2tleSIsImdldFR5cGUiLCJpbXBvcnRKU09OIiwic2VyaWFsaXplZE5vZGUiLCJjYW5JbnNlcnRUZXh0QWZ0ZXIiLCJjYW5JbnNlcnRUZXh0QmVmb3JlIiwiY3JlYXRlRE9NIiwiY29uZmlnIiwiZWxlbWVudCIsImRvY3VtZW50IiwiY3JlYXRlRWxlbWVudCIsImFkZENsYXNzTmFtZXNUb0VsZW1lbnQiLCJkZWNvcmF0ZSIsImV4cG9ydEpTT04iLCJ0eXBlIiwidmVyc2lvbiIsImlzSW5saW5lIiwidXBkYXRlRE9NIiwicHJldk5vZGUiLCJkb20iXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0lBdUZnQkEsMkJBQTJCO2VBQTNCQTs7SUFVQUMsdUJBQXVCO2VBQXZCQTs7SUF2RUhDLG9CQUFvQjtlQUFwQkE7Ozt1QkF4QjBCO3lCQUMwQzsrREFDMUQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWN2QixNQUFNQywwQkFBWUMsT0FBTUMsSUFBSSxDQUFDLElBQzNCLHlDQUF5QztJQUN6QyxtRUFBQSxRQUFPLGlCQUFlQyxJQUFJLENBQUMsQ0FBQ0MsU0FBWSxDQUFBO1lBQ3RDQyxTQUFTRCxPQUFPRSw2QkFBNkI7UUFDL0MsQ0FBQTtBQUlLLE1BQU1QLDZCQUE2QlEsc0JBQWE7SUFDckRDLE9BQWdDO0lBRWhDQyxZQUFZLEVBQUVDLElBQUksRUFBRUMsR0FBRyxFQUFxRCxDQUFFO1FBQzVFLEtBQUssQ0FBQ0E7UUFDTixJQUFJLENBQUNILE1BQU0sR0FBR0U7SUFDaEI7SUFFQSxPQUFPRSxNQUFNQyxJQUEwQixFQUF3QjtRQUM3RCxPQUFPLElBQUlkLHFCQUFxQjtZQUM5QlcsTUFBTUcsS0FBS0wsTUFBTTtZQUNqQkcsS0FBS0UsS0FBS0MsS0FBSztRQUNqQjtJQUNGO0lBRUEsT0FBT0MsVUFBa0I7UUFDdkIsT0FBTztJQUNUO0lBRUEsT0FBT0MsV0FBV0MsY0FBOEMsRUFBd0I7UUFDdEYsTUFBTUosT0FBT2hCLDRCQUE0QjtZQUFFYSxNQUFNTyxlQUFlUCxJQUFJO1FBQUM7UUFDckUsT0FBT0c7SUFDVDtJQUVBSyxxQkFBMkI7UUFDekIsT0FBTztJQUNUO0lBRUFDLHNCQUE0QjtRQUMxQixPQUFPO0lBQ1Q7SUFFQUMsVUFBVUMsTUFBb0IsRUFBZTtRQUMzQyxNQUFNQyxVQUFVQyxTQUFTQyxhQUFhLENBQUM7UUFDdkNDLElBQUFBLDZCQUFzQixFQUFDSCxTQUFTO1FBQ2hDLE9BQU9BO0lBQ1Q7SUFFQUksV0FBK0I7UUFDN0IscUJBQU8scUJBQUMxQjtZQUFVVSxNQUFNLElBQUksQ0FBQ0YsTUFBTTs7SUFDckM7SUFFQW1CLGFBQTZDO1FBQzNDLE9BQU87WUFDTGpCLE1BQU0sSUFBSSxDQUFDRixNQUFNO1lBQ2pCb0IsTUFBTSxJQUFJLENBQUNiLE9BQU87WUFDbEJjLFNBQVM7UUFDWDtJQUNGO0lBRUEsV0FBVztJQUVYQyxXQUFvQjtRQUNsQixPQUFPO0lBQ1Q7SUFFQUMsVUFBVUMsUUFBOEIsRUFBRUMsR0FBZ0IsRUFBVztRQUNuRSxPQUFPO0lBQ1Q7QUFDRjtBQUVPLFNBQVNwQyw0QkFBNEIsRUFDMUNhLElBQUksRUFHTDtJQUNDLE9BQU8sSUFBSVgscUJBQXFCO1FBQzlCVztJQUNGO0FBQ0Y7QUFFTyxTQUFTWix3QkFDZGUsSUFBb0M7SUFFcEMsT0FBT0EsZ0JBQWdCZDtBQUN6QiJ9
@@ -1,16 +0,0 @@
1
- @import 'payload/scss';
2
-
3
- span.unknownConverted {
4
- text-transform: uppercase;
5
- font-family: 'Roboto Mono', monospace;
6
- letter-spacing: 2px;
7
- font-size: base(0.5);
8
- margin: 0 0 base(1);
9
- background: red;
10
- color: white;
11
- display: inline-block;
12
-
13
- div {
14
- background: red;
15
- }
16
- }
@@ -1,16 +0,0 @@
1
- import * as React from 'react';
2
- import type { FieldProps } from '../../../types';
3
- import type { SanitizedEditorConfig } from './types';
4
- interface ContextType {
5
- editorConfig: SanitizedEditorConfig;
6
- field: FieldProps;
7
- uuid: string;
8
- }
9
- export declare const EditorConfigProvider: ({ children, editorConfig, fieldProps, }: {
10
- children: React.ReactNode;
11
- editorConfig: SanitizedEditorConfig;
12
- fieldProps: FieldProps;
13
- }) => JSX.Element;
14
- export declare const useEditorConfigContext: () => ContextType;
15
- export {};
16
- //# sourceMappingURL=EditorConfigProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditorConfigProvider.d.ts","sourceRoot":"","sources":["../../../../src/field/lexical/config/EditorConfigProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAMpD,UAAU,WAAW;IACnB,YAAY,EAAE,qBAAqB,CAAA;IACnC,KAAK,EAAE,UAAU,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACb;AAQD,eAAO,MAAM,oBAAoB;cAKrB,MAAM,SAAS;kBACX,qBAAqB;gBACvB,UAAU;MACpB,WAeH,CAAA;AAED,eAAO,MAAM,sBAAsB,QAAO,WAMzC,CAAA"}