@ctzhian/tiptap 1.5.2 → 1.5.3

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 (515) hide show
  1. package/dist/Editor/demo.d.ts +4 -0
  2. package/dist/Editor/demo.js +153 -0
  3. package/dist/Editor/index.d.ts +4 -0
  4. package/dist/Editor/index.js +21 -0
  5. package/dist/EditorDiff/demo.d.ts +4 -0
  6. package/dist/EditorDiff/demo.js +12 -0
  7. package/dist/EditorDiff/index.d.ts +7 -0
  8. package/dist/EditorDiff/index.js +24 -0
  9. package/dist/EditorThemeProvider/index.d.ts +11 -0
  10. package/dist/EditorThemeProvider/index.js +90 -0
  11. package/dist/EditorToolbar/index.d.ts +9 -0
  12. package/dist/EditorToolbar/index.js +325 -0
  13. package/dist/asset/css/index.css +165 -0
  14. package/dist/asset/images/disk.png +0 -0
  15. package/dist/component/CustomBubbleMenu/SelectionText.d.ts +9 -0
  16. package/dist/component/CustomBubbleMenu/SelectionText.js +292 -0
  17. package/dist/component/CustomDragHandle/index.d.ts +9 -0
  18. package/dist/component/CustomDragHandle/index.js +1407 -0
  19. package/dist/component/CustomFloatingMenu/index.d.ts +0 -0
  20. package/dist/component/CustomFloatingMenu/index.js +85 -0
  21. package/dist/component/FloatingPopover/index.d.ts +15 -0
  22. package/dist/component/FloatingPopover/index.js +113 -0
  23. package/dist/component/Icons/add-line-icon.d.ts +6 -0
  24. package/dist/component/Icons/add-line-icon.js +13 -0
  25. package/dist/component/Icons/ai-generate-2-icon.d.ts +6 -0
  26. package/dist/component/Icons/ai-generate-2-icon.js +13 -0
  27. package/dist/component/Icons/ai-generate-text-icon.d.ts +6 -0
  28. package/dist/component/Icons/ai-generate-text-icon.js +13 -0
  29. package/dist/component/Icons/align-bottom-icon.d.ts +6 -0
  30. package/dist/component/Icons/align-bottom-icon.js +13 -0
  31. package/dist/component/Icons/align-center-icon.d.ts +6 -0
  32. package/dist/component/Icons/align-center-icon.js +13 -0
  33. package/dist/component/Icons/align-justify-icon.d.ts +6 -0
  34. package/dist/component/Icons/align-justify-icon.js +13 -0
  35. package/dist/component/Icons/align-left-icon.d.ts +6 -0
  36. package/dist/component/Icons/align-left-icon.js +13 -0
  37. package/dist/component/Icons/align-right-icon.d.ts +6 -0
  38. package/dist/component/Icons/align-right-icon.js +13 -0
  39. package/dist/component/Icons/align-top-icon.d.ts +6 -0
  40. package/dist/component/Icons/align-top-icon.js +13 -0
  41. package/dist/component/Icons/align-vertically-icon.d.ts +6 -0
  42. package/dist/component/Icons/align-vertically-icon.js +13 -0
  43. package/dist/component/Icons/anticlockwise-line-icon.d.ts +6 -0
  44. package/dist/component/Icons/anticlockwise-line-icon.js +13 -0
  45. package/dist/component/Icons/arrow-down-s-line-icon.d.ts +6 -0
  46. package/dist/component/Icons/arrow-down-s-line-icon.js +13 -0
  47. package/dist/component/Icons/arrow-go-back-line-icon.d.ts +6 -0
  48. package/dist/component/Icons/arrow-go-back-line-icon.js +13 -0
  49. package/dist/component/Icons/arrow-go-forward-line-icon.d.ts +6 -0
  50. package/dist/component/Icons/arrow-go-forward-line-icon.js +13 -0
  51. package/dist/component/Icons/arrow-left-wide-line-icon.d.ts +6 -0
  52. package/dist/component/Icons/arrow-left-wide-line-icon.js +13 -0
  53. package/dist/component/Icons/at-line-icon.d.ts +6 -0
  54. package/dist/component/Icons/at-line-icon.js +13 -0
  55. package/dist/component/Icons/attachment-2-icon.d.ts +6 -0
  56. package/dist/component/Icons/attachment-2-icon.js +13 -0
  57. package/dist/component/Icons/attachment-line-icon.d.ts +6 -0
  58. package/dist/component/Icons/attachment-line-icon.js +13 -0
  59. package/dist/component/Icons/bold-icon.d.ts +6 -0
  60. package/dist/component/Icons/bold-icon.js +13 -0
  61. package/dist/component/Icons/brush-line-icon.d.ts +6 -0
  62. package/dist/component/Icons/brush-line-icon.js +13 -0
  63. package/dist/component/Icons/carousel-view-icon.d.ts +6 -0
  64. package/dist/component/Icons/carousel-view-icon.js +13 -0
  65. package/dist/component/Icons/checkbox-blank-circle-line-icon.d.ts +6 -0
  66. package/dist/component/Icons/checkbox-blank-circle-line-icon.js +13 -0
  67. package/dist/component/Icons/checkbox-circle-fill-icon.d.ts +6 -0
  68. package/dist/component/Icons/checkbox-circle-fill-icon.js +13 -0
  69. package/dist/component/Icons/checkbox-circle-line-icon.d.ts +6 -0
  70. package/dist/component/Icons/checkbox-circle-line-icon.js +13 -0
  71. package/dist/component/Icons/clockwise-line-icon.d.ts +6 -0
  72. package/dist/component/Icons/clockwise-line-icon.js +13 -0
  73. package/dist/component/Icons/close-circle-fill-icon.d.ts +6 -0
  74. package/dist/component/Icons/close-circle-fill-icon.js +13 -0
  75. package/dist/component/Icons/code-box-line-icon.d.ts +6 -0
  76. package/dist/component/Icons/code-box-line-icon.js +13 -0
  77. package/dist/component/Icons/code-line-icon.d.ts +6 -0
  78. package/dist/component/Icons/code-line-icon.js +13 -0
  79. package/dist/component/Icons/code-s-slash-line-icon.d.ts +6 -0
  80. package/dist/component/Icons/code-s-slash-line-icon.js +13 -0
  81. package/dist/component/Icons/copy-icon.d.ts +6 -0
  82. package/dist/component/Icons/copy-icon.js +13 -0
  83. package/dist/component/Icons/custom-size-icon.d.ts +6 -0
  84. package/dist/component/Icons/custom-size-icon.js +13 -0
  85. package/dist/component/Icons/delete-column-icon.d.ts +6 -0
  86. package/dist/component/Icons/delete-column-icon.js +13 -0
  87. package/dist/component/Icons/delete-line-icon.d.ts +6 -0
  88. package/dist/component/Icons/delete-line-icon.js +13 -0
  89. package/dist/component/Icons/delete-row-icon.d.ts +6 -0
  90. package/dist/component/Icons/delete-row-icon.js +13 -0
  91. package/dist/component/Icons/double-quotes-l-icon.d.ts +6 -0
  92. package/dist/component/Icons/double-quotes-l-icon.js +13 -0
  93. package/dist/component/Icons/download-line-icon.d.ts +6 -0
  94. package/dist/component/Icons/download-line-icon.js +13 -0
  95. package/dist/component/Icons/draggable-icon.d.ts +6 -0
  96. package/dist/component/Icons/draggable-icon.js +13 -0
  97. package/dist/component/Icons/edit-box-line-icon.d.ts +6 -0
  98. package/dist/component/Icons/edit-box-line-icon.js +13 -0
  99. package/dist/component/Icons/error-warning-fill-icon.d.ts +6 -0
  100. package/dist/component/Icons/error-warning-fill-icon.js +13 -0
  101. package/dist/component/Icons/export-line-icon.d.ts +6 -0
  102. package/dist/component/Icons/export-line-icon.js +13 -0
  103. package/dist/component/Icons/file-copy-line-icon.d.ts +6 -0
  104. package/dist/component/Icons/file-copy-line-icon.js +13 -0
  105. package/dist/component/Icons/file-upload-line-icon.d.ts +6 -0
  106. package/dist/component/Icons/file-upload-line-icon.js +13 -0
  107. package/dist/component/Icons/flow-chart-icon.d.ts +6 -0
  108. package/dist/component/Icons/flow-chart-icon.js +13 -0
  109. package/dist/component/Icons/font-color-icon.d.ts +6 -0
  110. package/dist/component/Icons/font-color-icon.js +13 -0
  111. package/dist/component/Icons/font-family-icon.d.ts +6 -0
  112. package/dist/component/Icons/font-family-icon.js +13 -0
  113. package/dist/component/Icons/font-size-icon.d.ts +6 -0
  114. package/dist/component/Icons/font-size-icon.js +13 -0
  115. package/dist/component/Icons/format-clear-icon.d.ts +6 -0
  116. package/dist/component/Icons/format-clear-icon.js +13 -0
  117. package/dist/component/Icons/formula-icon.d.ts +6 -0
  118. package/dist/component/Icons/formula-icon.js +13 -0
  119. package/dist/component/Icons/fullscreen-exit-line-icon.d.ts +6 -0
  120. package/dist/component/Icons/fullscreen-exit-line-icon.js +13 -0
  121. package/dist/component/Icons/fullscreen-line-icon.d.ts +6 -0
  122. package/dist/component/Icons/fullscreen-line-icon.js +13 -0
  123. package/dist/component/Icons/functions-icon.d.ts +6 -0
  124. package/dist/component/Icons/functions-icon.js +13 -0
  125. package/dist/component/Icons/game-line-icon.d.ts +6 -0
  126. package/dist/component/Icons/game-line-icon.js +13 -0
  127. package/dist/component/Icons/h-1-icon.d.ts +6 -0
  128. package/dist/component/Icons/h-1-icon.js +13 -0
  129. package/dist/component/Icons/h-2-icon.d.ts +6 -0
  130. package/dist/component/Icons/h-2-icon.js +13 -0
  131. package/dist/component/Icons/h-3-icon.d.ts +6 -0
  132. package/dist/component/Icons/h-3-icon.js +13 -0
  133. package/dist/component/Icons/h-4-icon.d.ts +6 -0
  134. package/dist/component/Icons/h-4-icon.js +13 -0
  135. package/dist/component/Icons/h-5-icon.d.ts +6 -0
  136. package/dist/component/Icons/h-5-icon.js +13 -0
  137. package/dist/component/Icons/h-6-icon.d.ts +6 -0
  138. package/dist/component/Icons/h-6-icon.js +13 -0
  139. package/dist/component/Icons/heading-icon.d.ts +6 -0
  140. package/dist/component/Icons/heading-icon.js +13 -0
  141. package/dist/component/Icons/image-add-line-icon.d.ts +6 -0
  142. package/dist/component/Icons/image-add-line-icon.js +13 -0
  143. package/dist/component/Icons/image-line-icon.d.ts +6 -0
  144. package/dist/component/Icons/image-line-icon.js +13 -0
  145. package/dist/component/Icons/import-line-icon.d.ts +6 -0
  146. package/dist/component/Icons/import-line-icon.js +13 -0
  147. package/dist/component/Icons/indent-decrease-icon.d.ts +6 -0
  148. package/dist/component/Icons/indent-decrease-icon.js +13 -0
  149. package/dist/component/Icons/indent-increase-icon.d.ts +6 -0
  150. package/dist/component/Icons/indent-increase-icon.js +13 -0
  151. package/dist/component/Icons/index.d.ts +120 -0
  152. package/dist/component/Icons/index.js +123 -0
  153. package/dist/component/Icons/information-2-fill-icon.d.ts +6 -0
  154. package/dist/component/Icons/information-2-fill-icon.js +13 -0
  155. package/dist/component/Icons/information-2-line-icon.d.ts +6 -0
  156. package/dist/component/Icons/information-2-line-icon.js +13 -0
  157. package/dist/component/Icons/insert-column-left-icon.d.ts +6 -0
  158. package/dist/component/Icons/insert-column-left-icon.js +13 -0
  159. package/dist/component/Icons/insert-column-right-icon.d.ts +6 -0
  160. package/dist/component/Icons/insert-column-right-icon.js +13 -0
  161. package/dist/component/Icons/insert-row-bottom-icon.d.ts +6 -0
  162. package/dist/component/Icons/insert-row-bottom-icon.js +13 -0
  163. package/dist/component/Icons/insert-row-top-icon.d.ts +6 -0
  164. package/dist/component/Icons/insert-row-top-icon.js +13 -0
  165. package/dist/component/Icons/italic-icon.d.ts +6 -0
  166. package/dist/component/Icons/italic-icon.js +13 -0
  167. package/dist/component/Icons/layout-left-2-line-icon.d.ts +6 -0
  168. package/dist/component/Icons/layout-left-2-line-icon.js +13 -0
  169. package/dist/component/Icons/layout-top-2-line-icon.d.ts +6 -0
  170. package/dist/component/Icons/layout-top-2-line-icon.js +13 -0
  171. package/dist/component/Icons/link-icon.d.ts +6 -0
  172. package/dist/component/Icons/link-icon.js +13 -0
  173. package/dist/component/Icons/link-unlink-icon.d.ts +6 -0
  174. package/dist/component/Icons/link-unlink-icon.js +13 -0
  175. package/dist/component/Icons/list-check-2-icon.d.ts +6 -0
  176. package/dist/component/Icons/list-check-2-icon.js +13 -0
  177. package/dist/component/Icons/list-check-3-icon.d.ts +6 -0
  178. package/dist/component/Icons/list-check-3-icon.js +13 -0
  179. package/dist/component/Icons/list-ordered-2-icon.d.ts +6 -0
  180. package/dist/component/Icons/list-ordered-2-icon.js +13 -0
  181. package/dist/component/Icons/list-unordered-icon.d.ts +6 -0
  182. package/dist/component/Icons/list-unordered-icon.js +13 -0
  183. package/dist/component/Icons/markdown-line-icon.d.ts +6 -0
  184. package/dist/component/Icons/markdown-line-icon.js +13 -0
  185. package/dist/component/Icons/markup-line-icon.d.ts +6 -0
  186. package/dist/component/Icons/markup-line-icon.js +13 -0
  187. package/dist/component/Icons/menu-fold-2-fill-icon.d.ts +6 -0
  188. package/dist/component/Icons/menu-fold-2-fill-icon.js +13 -0
  189. package/dist/component/Icons/merge-cells-horizontal-icon.d.ts +6 -0
  190. package/dist/component/Icons/merge-cells-horizontal-icon.js +13 -0
  191. package/dist/component/Icons/merge-cells-vertical-icon.d.ts +6 -0
  192. package/dist/component/Icons/merge-cells-vertical-icon.js +13 -0
  193. package/dist/component/Icons/mind-map-icon.d.ts +6 -0
  194. package/dist/component/Icons/mind-map-icon.js +13 -0
  195. package/dist/component/Icons/more-line-icon.d.ts +6 -0
  196. package/dist/component/Icons/more-line-icon.js +13 -0
  197. package/dist/component/Icons/movie-line-icon.d.ts +6 -0
  198. package/dist/component/Icons/movie-line-icon.js +13 -0
  199. package/dist/component/Icons/music-2-line-icon.d.ts +6 -0
  200. package/dist/component/Icons/music-2-line-icon.js +13 -0
  201. package/dist/component/Icons/node-tree-icon.d.ts +6 -0
  202. package/dist/component/Icons/node-tree-icon.js +13 -0
  203. package/dist/component/Icons/notification-3-line-icon.d.ts +6 -0
  204. package/dist/component/Icons/notification-3-line-icon.js +13 -0
  205. package/dist/component/Icons/organization-chart-icon.d.ts +6 -0
  206. package/dist/component/Icons/organization-chart-icon.js +13 -0
  207. package/dist/component/Icons/pause-line-icon.d.ts +6 -0
  208. package/dist/component/Icons/pause-line-icon.js +13 -0
  209. package/dist/component/Icons/play-line-icon.d.ts +6 -0
  210. package/dist/component/Icons/play-line-icon.js +13 -0
  211. package/dist/component/Icons/question-fill-icon.d.ts +6 -0
  212. package/dist/component/Icons/question-fill-icon.js +13 -0
  213. package/dist/component/Icons/quote-text-icon.d.ts +6 -0
  214. package/dist/component/Icons/quote-text-icon.js +13 -0
  215. package/dist/component/Icons/repeat-2-line-icon.d.ts +6 -0
  216. package/dist/component/Icons/repeat-2-line-icon.js +13 -0
  217. package/dist/component/Icons/reset-left-fill-icon.d.ts +6 -0
  218. package/dist/component/Icons/reset-left-fill-icon.js +13 -0
  219. package/dist/component/Icons/scissors-cut-line-icon.d.ts +6 -0
  220. package/dist/component/Icons/scissors-cut-line-icon.js +13 -0
  221. package/dist/component/Icons/screenshot-line-icon.d.ts +6 -0
  222. package/dist/component/Icons/screenshot-line-icon.js +13 -0
  223. package/dist/component/Icons/scroll-to-bottom-line-icon.d.ts +6 -0
  224. package/dist/component/Icons/scroll-to-bottom-line-icon.js +13 -0
  225. package/dist/component/Icons/separator-icon.d.ts +6 -0
  226. package/dist/component/Icons/separator-icon.js +13 -0
  227. package/dist/component/Icons/share-box-line-icon.d.ts +6 -0
  228. package/dist/component/Icons/share-box-line-icon.js +13 -0
  229. package/dist/component/Icons/slash-commands-2-icon.d.ts +3 -0
  230. package/dist/component/Icons/slash-commands-2-icon.js +13 -0
  231. package/dist/component/Icons/speed-line-icon.d.ts +6 -0
  232. package/dist/component/Icons/speed-line-icon.js +13 -0
  233. package/dist/component/Icons/split-cells-horizontal-icon.d.ts +6 -0
  234. package/dist/component/Icons/split-cells-horizontal-icon.js +13 -0
  235. package/dist/component/Icons/split-cells-vertical-icon.d.ts +6 -0
  236. package/dist/component/Icons/split-cells-vertical-icon.js +13 -0
  237. package/dist/component/Icons/square-root-icon.d.ts +6 -0
  238. package/dist/component/Icons/square-root-icon.js +13 -0
  239. package/dist/component/Icons/strikethrough-icon.d.ts +6 -0
  240. package/dist/component/Icons/strikethrough-icon.js +13 -0
  241. package/dist/component/Icons/subscript-icon.d.ts +6 -0
  242. package/dist/component/Icons/subscript-icon.js +13 -0
  243. package/dist/component/Icons/superscript-icon.d.ts +6 -0
  244. package/dist/component/Icons/superscript-icon.js +13 -0
  245. package/dist/component/Icons/table-2-icon.d.ts +6 -0
  246. package/dist/component/Icons/table-2-icon.js +13 -0
  247. package/dist/component/Icons/text-icon.d.ts +6 -0
  248. package/dist/component/Icons/text-icon.js +13 -0
  249. package/dist/component/Icons/text-wrap-icon.d.ts +6 -0
  250. package/dist/component/Icons/text-wrap-icon.js +13 -0
  251. package/dist/component/Icons/title-icon.d.ts +6 -0
  252. package/dist/component/Icons/title-icon.js +13 -0
  253. package/dist/component/Icons/underline-icon.d.ts +6 -0
  254. package/dist/component/Icons/underline-icon.js +13 -0
  255. package/dist/component/Icons/upload-cloud-2-line-icon.d.ts +6 -0
  256. package/dist/component/Icons/upload-cloud-2-line-icon.js +13 -0
  257. package/dist/component/Icons/upload-icon.d.ts +6 -0
  258. package/dist/component/Icons/upload-icon.js +13 -0
  259. package/dist/component/Icons/volume-mute-line-icon.d.ts +6 -0
  260. package/dist/component/Icons/volume-mute-line-icon.js +13 -0
  261. package/dist/component/Icons/volume-up-line-icon.d.ts +6 -0
  262. package/dist/component/Icons/volume-up-line-icon.js +13 -0
  263. package/dist/component/Icons/window-fill-icon.d.ts +6 -0
  264. package/dist/component/Icons/window-fill-icon.js +13 -0
  265. package/dist/component/Menu/NestedList.d.ts +14 -0
  266. package/dist/component/Menu/NestedList.js +151 -0
  267. package/dist/component/Menu/index.d.ts +4 -0
  268. package/dist/component/Menu/index.js +84 -0
  269. package/dist/component/Toolbar/EditorAlignSelect.d.ts +7 -0
  270. package/dist/component/Toolbar/EditorAlignSelect.js +187 -0
  271. package/dist/component/Toolbar/EditorCode.d.ts +7 -0
  272. package/dist/component/Toolbar/EditorCode.js +161 -0
  273. package/dist/component/Toolbar/EditorFontBgColor.d.ts +7 -0
  274. package/dist/component/Toolbar/EditorFontBgColor.js +244 -0
  275. package/dist/component/Toolbar/EditorFontColor.d.ts +7 -0
  276. package/dist/component/Toolbar/EditorFontColor.js +246 -0
  277. package/dist/component/Toolbar/EditorFontSize.d.ts +7 -0
  278. package/dist/component/Toolbar/EditorFontSize.js +149 -0
  279. package/dist/component/Toolbar/EditorHeading.d.ts +7 -0
  280. package/dist/component/Toolbar/EditorHeading.js +185 -0
  281. package/dist/component/Toolbar/EditorInsert/index.d.ts +7 -0
  282. package/dist/component/Toolbar/EditorInsert/index.js +197 -0
  283. package/dist/component/Toolbar/EditorListSelect.d.ts +7 -0
  284. package/dist/component/Toolbar/EditorListSelect.js +174 -0
  285. package/dist/component/Toolbar/EditorMath.d.ts +7 -0
  286. package/dist/component/Toolbar/EditorMath.js +159 -0
  287. package/dist/component/Toolbar/EditorMore/NotificationDialog.d.ts +7 -0
  288. package/dist/component/Toolbar/EditorMore/NotificationDialog.js +73 -0
  289. package/dist/component/Toolbar/EditorMore/index.d.ts +7 -0
  290. package/dist/component/Toolbar/EditorMore/index.js +112 -0
  291. package/dist/component/Toolbar/EditorScript.d.ts +7 -0
  292. package/dist/component/Toolbar/EditorScript.js +161 -0
  293. package/dist/component/Toolbar/EditorVerticalAlignSelect.d.ts +7 -0
  294. package/dist/component/Toolbar/EditorVerticalAlignSelect.js +174 -0
  295. package/dist/component/Toolbar/Item.d.ts +16 -0
  296. package/dist/component/Toolbar/Item.js +74 -0
  297. package/dist/component/Toolbar/TableSizePicker.d.ts +5 -0
  298. package/dist/component/Toolbar/TableSizePicker.js +80 -0
  299. package/dist/component/Toolbar/index.d.ts +13 -0
  300. package/dist/component/Toolbar/index.js +13 -0
  301. package/dist/component/index.d.ts +3 -0
  302. package/dist/component/index.js +3 -0
  303. package/dist/contants/enums.d.ts +32 -0
  304. package/dist/contants/enums.js +108 -0
  305. package/dist/contants/highlight.d.ts +4 -0
  306. package/dist/contants/highlight.js +580 -0
  307. package/dist/contants/placeholder.d.ts +16 -0
  308. package/dist/contants/placeholder.js +16 -0
  309. package/dist/contants/shortcut-key.d.ts +48 -0
  310. package/dist/contants/shortcut-key.js +224 -0
  311. package/dist/contants/slash-commands.d.ts +14 -0
  312. package/dist/contants/slash-commands.js +370 -0
  313. package/dist/extension/component/Alert/index.d.ts +9 -0
  314. package/dist/extension/component/Alert/index.js +204 -0
  315. package/dist/extension/component/Attachment/Insert.d.ts +13 -0
  316. package/dist/extension/component/Attachment/Insert.js +222 -0
  317. package/dist/extension/component/Attachment/Readonly.d.ts +9 -0
  318. package/dist/extension/component/Attachment/Readonly.js +92 -0
  319. package/dist/extension/component/Attachment/index.d.ts +13 -0
  320. package/dist/extension/component/Attachment/index.js +317 -0
  321. package/dist/extension/component/Audio/Insert.d.ts +10 -0
  322. package/dist/extension/component/Audio/Insert.js +351 -0
  323. package/dist/extension/component/Audio/Readonly.d.ts +8 -0
  324. package/dist/extension/component/Audio/Readonly.js +428 -0
  325. package/dist/extension/component/Audio/index.d.ts +14 -0
  326. package/dist/extension/component/Audio/index.js +740 -0
  327. package/dist/extension/component/CodeBlock/Readonly.d.ts +4 -0
  328. package/dist/extension/component/CodeBlock/Readonly.js +133 -0
  329. package/dist/extension/component/CodeBlock/index.d.ts +4 -0
  330. package/dist/extension/component/CodeBlock/index.js +291 -0
  331. package/dist/extension/component/CustomLink/Insert.d.ts +0 -0
  332. package/dist/extension/component/CustomLink/Insert.js +176 -0
  333. package/dist/extension/component/CustomLink/Readonly.d.ts +0 -0
  334. package/dist/extension/component/CustomLink/Readonly.js +106 -0
  335. package/dist/extension/component/CustomLink/index.d.ts +0 -0
  336. package/dist/extension/component/CustomLink/index.js +440 -0
  337. package/dist/extension/component/EmojiList/index.d.ts +14 -0
  338. package/dist/extension/component/EmojiList/index.js +104 -0
  339. package/dist/extension/component/Iframe/Insert.d.ts +14 -0
  340. package/dist/extension/component/Iframe/Insert.js +112 -0
  341. package/dist/extension/component/Iframe/Readonly.d.ts +10 -0
  342. package/dist/extension/component/Iframe/Readonly.js +14 -0
  343. package/dist/extension/component/Iframe/index.d.ts +5 -0
  344. package/dist/extension/component/Iframe/index.js +290 -0
  345. package/dist/extension/component/Image/Crop.d.ts +12 -0
  346. package/dist/extension/component/Image/Crop.js +218 -0
  347. package/dist/extension/component/Image/Insert.d.ts +10 -0
  348. package/dist/extension/component/Image/Insert.js +309 -0
  349. package/dist/extension/component/Image/Readonly.d.ts +8 -0
  350. package/dist/extension/component/Image/Readonly.js +51 -0
  351. package/dist/extension/component/Image/index.d.ts +21 -0
  352. package/dist/extension/component/Image/index.js +372 -0
  353. package/dist/extension/component/Link/Insert.d.ts +10 -0
  354. package/dist/extension/component/Link/Insert.js +253 -0
  355. package/dist/extension/component/Link/Readonly.d.ts +8 -0
  356. package/dist/extension/component/Link/Readonly.js +111 -0
  357. package/dist/extension/component/Link/index.d.ts +12 -0
  358. package/dist/extension/component/Link/index.js +515 -0
  359. package/dist/extension/component/Mathematics/block/Readonly.d.ts +9 -0
  360. package/dist/extension/component/Mathematics/block/Readonly.js +35 -0
  361. package/dist/extension/component/Mathematics/block/index.d.ts +8 -0
  362. package/dist/extension/component/Mathematics/block/index.js +149 -0
  363. package/dist/extension/component/Mathematics/index.d.ts +3 -0
  364. package/dist/extension/component/Mathematics/index.js +3 -0
  365. package/dist/extension/component/Mathematics/inline/Readonly.d.ts +9 -0
  366. package/dist/extension/component/Mathematics/inline/Readonly.js +33 -0
  367. package/dist/extension/component/Mathematics/inline/index.d.ts +8 -0
  368. package/dist/extension/component/Mathematics/inline/index.js +148 -0
  369. package/dist/extension/component/MentionList/index.d.ts +13 -0
  370. package/dist/extension/component/MentionList/index.js +92 -0
  371. package/dist/extension/component/SlashCommandsList/Overlay.d.ts +10 -0
  372. package/dist/extension/component/SlashCommandsList/Overlay.js +26 -0
  373. package/dist/extension/component/SlashCommandsList/index.d.ts +4 -0
  374. package/dist/extension/component/SlashCommandsList/index.js +266 -0
  375. package/dist/extension/component/Table/ContextMenu.d.ts +10 -0
  376. package/dist/extension/component/Table/ContextMenu.js +228 -0
  377. package/dist/extension/component/Table/TableContextMenuPlugin.d.ts +9 -0
  378. package/dist/extension/component/Table/TableContextMenuPlugin.js +272 -0
  379. package/dist/extension/component/Table/index.d.ts +2 -0
  380. package/dist/extension/component/Table/index.js +2 -0
  381. package/dist/extension/component/UploadProgress/index.d.ts +10 -0
  382. package/dist/extension/component/UploadProgress/index.js +103 -0
  383. package/dist/extension/component/Video/Insert.d.ts +10 -0
  384. package/dist/extension/component/Video/Insert.js +257 -0
  385. package/dist/extension/component/Video/Readonly.d.ts +8 -0
  386. package/dist/extension/component/Video/Readonly.js +40 -0
  387. package/dist/extension/component/Video/index.d.ts +14 -0
  388. package/dist/extension/component/Video/index.js +166 -0
  389. package/dist/extension/extension/SlashCommands.d.ts +3 -0
  390. package/dist/extension/extension/SlashCommands.js +25 -0
  391. package/dist/extension/extension/StructuredDiff.d.ts +18 -0
  392. package/dist/extension/extension/StructuredDiff.js +131 -0
  393. package/dist/extension/extension/index.d.ts +2 -0
  394. package/dist/extension/extension/index.js +2 -0
  395. package/dist/extension/index.d.ts +2 -0
  396. package/dist/extension/index.js +146 -0
  397. package/dist/extension/mark/Code.d.ts +2 -0
  398. package/dist/extension/mark/Code.js +9 -0
  399. package/dist/extension/mark/Link.d.ts +0 -0
  400. package/dist/extension/mark/Link.js +58 -0
  401. package/dist/extension/mark/index.d.ts +0 -0
  402. package/dist/extension/mark/index.js +1 -0
  403. package/dist/extension/node/Alert.d.ts +33 -0
  404. package/dist/extension/node/Alert.js +116 -0
  405. package/dist/extension/node/Attachment.d.ts +28 -0
  406. package/dist/extension/node/Attachment.js +227 -0
  407. package/dist/extension/node/Audio.d.ts +23 -0
  408. package/dist/extension/node/Audio.js +194 -0
  409. package/dist/extension/node/CodeBlockLowlight.d.ts +1 -0
  410. package/dist/extension/node/CodeBlockLowlight.js +42 -0
  411. package/dist/extension/node/Details.d.ts +3 -0
  412. package/dist/extension/node/Details.js +39 -0
  413. package/dist/extension/node/Emoji.d.ts +1 -0
  414. package/dist/extension/node/Emoji.js +7 -0
  415. package/dist/extension/node/FileHandler.d.ts +4 -0
  416. package/dist/extension/node/FileHandler.js +294 -0
  417. package/dist/extension/node/Iframe.d.ts +16 -0
  418. package/dist/extension/node/Iframe.js +120 -0
  419. package/dist/extension/node/Image.d.ts +3 -0
  420. package/dist/extension/node/Image.js +38 -0
  421. package/dist/extension/node/Indent.d.ts +17 -0
  422. package/dist/extension/node/Indent.js +103 -0
  423. package/dist/extension/node/Link/helpers/autolink.d.ts +15 -0
  424. package/dist/extension/node/Link/helpers/autolink.js +162 -0
  425. package/dist/extension/node/Link/helpers/clickHandler.d.ts +10 -0
  426. package/dist/extension/node/Link/helpers/clickHandler.js +46 -0
  427. package/dist/extension/node/Link/helpers/pasteHandler.d.ts +10 -0
  428. package/dist/extension/node/Link/helpers/pasteHandler.js +32 -0
  429. package/dist/extension/node/Link/helpers/whitespace.d.ts +4 -0
  430. package/dist/extension/node/Link/helpers/whitespace.js +6 -0
  431. package/dist/extension/node/Link/index.d.ts +162 -0
  432. package/dist/extension/node/Link/index.js +462 -0
  433. package/dist/extension/node/ListKit.d.ts +2 -0
  434. package/dist/extension/node/ListKit.js +23 -0
  435. package/dist/extension/node/Mathematics.d.ts +27 -0
  436. package/dist/extension/node/Mathematics.js +97 -0
  437. package/dist/extension/node/Mention.d.ts +2 -0
  438. package/dist/extension/node/Mention.js +10 -0
  439. package/dist/extension/node/Table.d.ts +5 -0
  440. package/dist/extension/node/Table.js +283 -0
  441. package/dist/extension/node/TableOfContents/index.d.ts +9 -0
  442. package/dist/extension/node/TableOfContents/index.js +391 -0
  443. package/dist/extension/node/TableOfContents/plugin.d.ts +6 -0
  444. package/dist/extension/node/TableOfContents/plugin.js +58 -0
  445. package/dist/extension/node/TableOfContents/type.d.ts +45 -0
  446. package/dist/extension/node/TableOfContents/type.js +1 -0
  447. package/dist/extension/node/TableOfContents/utils.d.ts +6 -0
  448. package/dist/extension/node/TableOfContents/utils.js +70 -0
  449. package/dist/extension/node/UploadProgress.d.ts +21 -0
  450. package/dist/extension/node/UploadProgress.js +135 -0
  451. package/dist/extension/node/VerticalAlign.d.ts +49 -0
  452. package/dist/extension/node/VerticalAlign.js +88 -0
  453. package/dist/extension/node/Video.d.ts +23 -0
  454. package/dist/extension/node/Video.js +195 -0
  455. package/dist/extension/node/Youtube.d.ts +3 -0
  456. package/dist/extension/node/Youtube.js +14 -0
  457. package/dist/extension/node/index.d.ts +20 -0
  458. package/dist/extension/node/index.js +20 -0
  459. package/dist/extension/suggestion/emoji.d.ts +3 -0
  460. package/dist/extension/suggestion/emoji.js +57 -0
  461. package/dist/extension/suggestion/mention.d.ts +4 -0
  462. package/dist/extension/suggestion/mention.js +88 -0
  463. package/dist/extension/suggestion/slash.d.ts +39 -0
  464. package/dist/extension/suggestion/slash.js +94 -0
  465. package/dist/hook/fn.d.ts +13 -0
  466. package/dist/hook/fn.js +37 -0
  467. package/dist/hook/index.d.ts +4 -0
  468. package/dist/hook/index.js +110 -0
  469. package/dist/index.css +555 -0
  470. package/dist/index.d.ts +8 -0
  471. package/dist/index.js +8 -0
  472. package/dist/themes/color.d.ts +5 -0
  473. package/dist/themes/color.js +4 -0
  474. package/dist/themes/componentStyleOverrides.d.ts +365 -0
  475. package/dist/themes/componentStyleOverrides.js +392 -0
  476. package/dist/themes/custom.d.ts +5 -0
  477. package/dist/themes/custom.js +4 -0
  478. package/dist/themes/dark.d.ts +84 -0
  479. package/dist/themes/dark.js +84 -0
  480. package/dist/themes/index.d.ts +19 -0
  481. package/dist/themes/index.js +37 -0
  482. package/dist/themes/light.d.ts +84 -0
  483. package/dist/themes/light.js +84 -0
  484. package/dist/themes/palette.d.ts +92 -0
  485. package/dist/themes/palette.js +24 -0
  486. package/dist/themes/shadows.d.ts +2 -0
  487. package/dist/themes/shadows.js +3 -0
  488. package/dist/themes/themeContext.d.ts +8 -0
  489. package/dist/themes/themeContext.js +3 -0
  490. package/dist/themes/typography.d.ts +6 -0
  491. package/dist/themes/typography.js +8 -0
  492. package/dist/type/index.d.ts +121 -0
  493. package/dist/type/index.js +1 -0
  494. package/dist/types/images.d.ts +19 -0
  495. package/dist/util/decorations.d.ts +22 -0
  496. package/dist/util/decorations.js +302 -0
  497. package/dist/util/fileDownload.d.ts +16 -0
  498. package/dist/util/fileDownload.js +268 -0
  499. package/dist/util/fileHandler.d.ts +7 -0
  500. package/dist/util/fileHandler.js +79 -0
  501. package/dist/util/floating.d.ts +3 -0
  502. package/dist/util/floating.js +23 -0
  503. package/dist/util/index.d.ts +12 -0
  504. package/dist/util/index.js +40 -0
  505. package/dist/util/linewiseConvert.d.ts +40 -0
  506. package/dist/util/linewiseConvert.js +221 -0
  507. package/dist/util/migrateMathStrings.d.ts +73 -0
  508. package/dist/util/migrateMathStrings.js +192 -0
  509. package/dist/util/resourceExtractor.d.ts +15 -0
  510. package/dist/util/resourceExtractor.js +61 -0
  511. package/dist/util/shortcutKey.d.ts +2 -0
  512. package/dist/util/shortcutKey.js +9 -0
  513. package/dist/util/structuredDiff.d.ts +59 -0
  514. package/dist/util/structuredDiff.js +550 -0
  515. package/package.json +1 -1
@@ -0,0 +1,195 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import { mergeAttributes, Node } from '@tiptap/core';
8
+ import { ReactNodeViewRenderer } from '@tiptap/react';
9
+ import VideoViewWrapper from "../component/Video";
10
+ export var VideoExtension = function VideoExtension(props) {
11
+ return Node.create({
12
+ name: 'video',
13
+ group: 'block',
14
+ atom: true,
15
+ selectable: true,
16
+ draggable: true,
17
+ addKeyboardShortcuts: function addKeyboardShortcuts() {
18
+ var _this = this;
19
+ return {
20
+ 'Mod-3': function Mod3() {
21
+ return _this.editor.commands.setVideo({
22
+ src: '',
23
+ width: 760,
24
+ controls: true,
25
+ autoplay: false
26
+ });
27
+ }
28
+ };
29
+ },
30
+ addAttributes: function addAttributes() {
31
+ return {
32
+ class: {
33
+ default: 'video-wrapper'
34
+ },
35
+ src: {
36
+ default: null,
37
+ parseHTML: function parseHTML(element) {
38
+ return element.getAttribute('src');
39
+ },
40
+ renderHTML: function renderHTML(attributes) {
41
+ if (!attributes.src) return {};
42
+ return {
43
+ src: attributes.src
44
+ };
45
+ }
46
+ },
47
+ controls: {
48
+ default: true,
49
+ parseHTML: function parseHTML(element) {
50
+ return element.hasAttribute('controls');
51
+ },
52
+ renderHTML: function renderHTML(attributes) {
53
+ if (!attributes.controls) return {};
54
+ return {
55
+ controls: 'true'
56
+ };
57
+ }
58
+ },
59
+ autoplay: {
60
+ default: false,
61
+ parseHTML: function parseHTML(element) {
62
+ return element.hasAttribute('autoplay');
63
+ },
64
+ renderHTML: function renderHTML(attributes) {
65
+ if (!attributes.autoplay) return {};
66
+ return {
67
+ autoplay: 'true'
68
+ };
69
+ }
70
+ },
71
+ loop: {
72
+ default: false,
73
+ parseHTML: function parseHTML(element) {
74
+ return element.hasAttribute('loop');
75
+ },
76
+ renderHTML: function renderHTML(attributes) {
77
+ if (!attributes.loop) return {};
78
+ return {
79
+ loop: 'true'
80
+ };
81
+ }
82
+ },
83
+ muted: {
84
+ default: false,
85
+ parseHTML: function parseHTML(element) {
86
+ return element.hasAttribute('muted');
87
+ },
88
+ renderHTML: function renderHTML(attributes) {
89
+ if (!attributes.muted) return {};
90
+ return {
91
+ muted: 'true'
92
+ };
93
+ }
94
+ },
95
+ poster: {
96
+ default: null,
97
+ parseHTML: function parseHTML(element) {
98
+ return element.getAttribute('poster');
99
+ },
100
+ renderHTML: function renderHTML(attributes) {
101
+ if (!attributes.poster) return {};
102
+ return {
103
+ poster: attributes.poster
104
+ };
105
+ }
106
+ },
107
+ width: {
108
+ default: 760,
109
+ parseHTML: function parseHTML(element) {
110
+ var width = element.getAttribute('width');
111
+ return width ? parseInt(width, 10) : 760;
112
+ },
113
+ renderHTML: function renderHTML(attributes) {
114
+ return {
115
+ width: attributes.width
116
+ };
117
+ }
118
+ }
119
+ };
120
+ },
121
+ parseHTML: function parseHTML() {
122
+ return [{
123
+ tag: 'video',
124
+ getAttrs: function getAttrs(dom) {
125
+ if (!(dom instanceof HTMLElement)) return false;
126
+ var src = dom.getAttribute('src');
127
+ if (!src) return false;
128
+ return {
129
+ src: src,
130
+ controls: dom.hasAttribute('controls'),
131
+ autoplay: dom.hasAttribute('autoplay'),
132
+ loop: dom.hasAttribute('loop'),
133
+ muted: dom.hasAttribute('muted'),
134
+ poster: dom.getAttribute('poster'),
135
+ width: dom.getAttribute('width') ? parseInt(dom.getAttribute('width'), 10) : 760
136
+ };
137
+ }
138
+ }];
139
+ },
140
+ renderHTML: function renderHTML(_ref) {
141
+ var HTMLAttributes = _ref.HTMLAttributes;
142
+ return ['video', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
143
+ },
144
+ addCommands: function addCommands() {
145
+ var _this2 = this;
146
+ return {
147
+ setVideo: function setVideo(options) {
148
+ return function (_ref2) {
149
+ var commands = _ref2.commands;
150
+ return commands.insertContent({
151
+ type: _this2.name,
152
+ attrs: {
153
+ src: options.src,
154
+ width: options.width || 760,
155
+ controls: options.controls !== false,
156
+ autoplay: options.autoplay || false,
157
+ loop: options.loop || false,
158
+ muted: options.muted || false,
159
+ poster: options.poster || null
160
+ }
161
+ });
162
+ };
163
+ }
164
+ };
165
+ },
166
+ addInputRules: function addInputRules() {
167
+ var _this3 = this;
168
+ return [
169
+ // Auto-embed video URLs
170
+ {
171
+ find: /^https?:\/\/.*\.(mp4|webm|ogg|mov|m4v|avi|wmv|flv|mkv|mpg|mpeg|m4p|m4v|m4b|m4r|m4a)$/,
172
+ handler: function handler(_ref3) {
173
+ var state = _ref3.state,
174
+ range = _ref3.range,
175
+ match = _ref3.match;
176
+ var from = range.from,
177
+ to = range.to;
178
+ var videoUrl = match[0];
179
+ state.tr.replaceWith(from, to, _this3.type.create({
180
+ src: videoUrl
181
+ }));
182
+ }
183
+ }];
184
+ },
185
+ addNodeView: function addNodeView() {
186
+ return ReactNodeViewRenderer(function (renderProps) {
187
+ return VideoViewWrapper(_objectSpread(_objectSpread({}, renderProps), {}, {
188
+ onUpload: props.onUpload,
189
+ onError: props.onError
190
+ }));
191
+ });
192
+ }
193
+ });
194
+ };
195
+ export default VideoExtension;
@@ -0,0 +1,3 @@
1
+ import { YoutubeOptions } from "@tiptap/extension-youtube";
2
+ export declare const YoutubeExtension: (youtube?: Partial<YoutubeOptions>) => import("@tiptap/core").Node<YoutubeOptions, any>;
3
+ export default YoutubeExtension;
@@ -0,0 +1,14 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import Youtube from "@tiptap/extension-youtube";
8
+ export var YoutubeExtension = function YoutubeExtension(youtube) {
9
+ return Youtube.configure(_objectSpread({
10
+ ccLanguage: 'zh-CN',
11
+ nocookie: true
12
+ }, youtube));
13
+ };
14
+ export default YoutubeExtension;
@@ -0,0 +1,20 @@
1
+ export * from './Alert';
2
+ export * from './Attachment';
3
+ export * from './Audio';
4
+ export * from './CodeBlockLowlight';
5
+ export * from './Details';
6
+ export * from './Emoji';
7
+ export * from './FileHandler';
8
+ export * from './Iframe';
9
+ export * from './Image';
10
+ export * from './Indent';
11
+ export * from './Link';
12
+ export * from './ListKit';
13
+ export * from './Mathematics';
14
+ export * from './Mention';
15
+ export * from './Table';
16
+ export * from './TableOfContents';
17
+ export * from './UploadProgress';
18
+ export * from './VerticalAlign';
19
+ export * from './Video';
20
+ export * from './Youtube';
@@ -0,0 +1,20 @@
1
+ export * from "./Alert";
2
+ export * from "./Attachment";
3
+ export * from "./Audio";
4
+ export * from "./CodeBlockLowlight";
5
+ export * from "./Details";
6
+ export * from "./Emoji";
7
+ export * from "./FileHandler";
8
+ export * from "./Iframe";
9
+ export * from "./Image";
10
+ export * from "./Indent";
11
+ export * from "./Link";
12
+ export * from "./ListKit";
13
+ export * from "./Mathematics";
14
+ export * from "./Mention";
15
+ export * from "./Table";
16
+ export * from "./TableOfContents";
17
+ export * from "./UploadProgress";
18
+ export * from "./VerticalAlign";
19
+ export * from "./Video";
20
+ export * from "./Youtube";
@@ -0,0 +1,3 @@
1
+ import { EmojiOptions } from '@tiptap/extension-emoji';
2
+ export declare const emojiSuggestion: EmojiOptions["suggestion"];
3
+ export default emojiSuggestion;
@@ -0,0 +1,57 @@
1
+ import { updatePosition } from "../../util";
2
+ import { ReactRenderer } from '@tiptap/react';
3
+ import { EmojiList } from "../component/EmojiList";
4
+ export var emojiSuggestion = {
5
+ allowSpaces: false,
6
+ items: function items(_ref) {
7
+ var editor = _ref.editor,
8
+ query = _ref.query;
9
+ return editor.storage.emoji.emojis.filter(function (_ref2) {
10
+ var shortcodes = _ref2.shortcodes,
11
+ tags = _ref2.tags;
12
+ return shortcodes.find(function (shortcode) {
13
+ return shortcode.startsWith(query.toLowerCase());
14
+ }) || tags.find(function (tag) {
15
+ return tag.startsWith(query.toLowerCase());
16
+ });
17
+ });
18
+ },
19
+ render: function render() {
20
+ var component = null;
21
+ return {
22
+ onStart: function onStart(props) {
23
+ component = new ReactRenderer(EmojiList, {
24
+ props: props,
25
+ editor: props.editor
26
+ });
27
+ if (!props.clientRect) return;
28
+ var element = component.element;
29
+ element.style.position = 'absolute';
30
+ document.body.appendChild(element);
31
+ updatePosition(props.editor, element);
32
+ },
33
+ onUpdate: function onUpdate(props) {
34
+ if (!component) return;
35
+ component.updateProps(props);
36
+ if (!props.clientRect) return;
37
+ updatePosition(props.editor, component.element);
38
+ },
39
+ onKeyDown: function onKeyDown(props) {
40
+ var _component$ref;
41
+ if (!component) return false;
42
+ if (props.event.key === 'Escape') {
43
+ component.element.remove();
44
+ component.destroy();
45
+ return true;
46
+ }
47
+ return ((_component$ref = component.ref) === null || _component$ref === void 0 ? void 0 : _component$ref.onKeyDown(props)) || false;
48
+ },
49
+ onExit: function onExit() {
50
+ if (!component) return;
51
+ component.destroy();
52
+ component.element.remove();
53
+ }
54
+ };
55
+ }
56
+ };
57
+ export default emojiSuggestion;
@@ -0,0 +1,4 @@
1
+ import { MentionExtensionProps } from "../../type";
2
+ import { MentionOptions } from '@tiptap/extension-mention';
3
+ export declare const mentionSuggestion: ({ mentionItems, onMentionFilter }: MentionExtensionProps) => MentionOptions["suggestion"];
4
+ export default mentionSuggestion;
@@ -0,0 +1,88 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
3
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
4
+ function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
5
+ import { updatePosition } from "../../util";
6
+ import { ReactRenderer } from '@tiptap/react';
7
+ import { MentionList } from "../component/MentionList";
8
+ export var mentionSuggestion = function mentionSuggestion(_ref) {
9
+ var mentionItems = _ref.mentionItems,
10
+ onMentionFilter = _ref.onMentionFilter;
11
+ var getItems;
12
+ if (mentionItems && mentionItems.length > 0) {
13
+ getItems = function getItems(_ref2) {
14
+ var query = _ref2.query;
15
+ return mentionItems.filter(function (item) {
16
+ return item.toLowerCase().startsWith(query.toLowerCase());
17
+ }).slice(0, 5);
18
+ };
19
+ } else if (onMentionFilter) {
20
+ getItems = /*#__PURE__*/function () {
21
+ var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref3) {
22
+ var query, items;
23
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
24
+ while (1) switch (_context.prev = _context.next) {
25
+ case 0:
26
+ query = _ref3.query;
27
+ _context.next = 3;
28
+ return onMentionFilter === null || onMentionFilter === void 0 ? void 0 : onMentionFilter({
29
+ query: query
30
+ });
31
+ case 3:
32
+ items = _context.sent;
33
+ return _context.abrupt("return", items.filter(function (item) {
34
+ return item.toLowerCase().startsWith(query.toLowerCase());
35
+ }).slice(0, 5));
36
+ case 5:
37
+ case "end":
38
+ return _context.stop();
39
+ }
40
+ }, _callee);
41
+ }));
42
+ return function getItems(_x) {
43
+ return _ref4.apply(this, arguments);
44
+ };
45
+ }();
46
+ }
47
+ return {
48
+ items: getItems,
49
+ render: function render() {
50
+ var component = null;
51
+ return {
52
+ onStart: function onStart(props) {
53
+ component = new ReactRenderer(MentionList, {
54
+ props: props,
55
+ editor: props.editor
56
+ });
57
+ if (!props.clientRect) return;
58
+ var element = component.element;
59
+ element.style.position = 'absolute';
60
+ document.body.appendChild(element);
61
+ updatePosition(props.editor, element);
62
+ },
63
+ onUpdate: function onUpdate(props) {
64
+ if (!component) return;
65
+ component.updateProps(props);
66
+ if (!props.clientRect) return;
67
+ updatePosition(props.editor, component.element);
68
+ },
69
+ onKeyDown: function onKeyDown(props) {
70
+ var _component$ref;
71
+ if (!component) return false;
72
+ if (props.event.key === 'Escape') {
73
+ component.element.remove();
74
+ component.destroy();
75
+ return true;
76
+ }
77
+ return ((_component$ref = component.ref) === null || _component$ref === void 0 ? void 0 : _component$ref.onKeyDown(props)) || false;
78
+ },
79
+ onExit: function onExit() {
80
+ if (!component) return;
81
+ component.destroy();
82
+ component.element.remove();
83
+ }
84
+ };
85
+ }
86
+ };
87
+ };
88
+ export default mentionSuggestion;
@@ -0,0 +1,39 @@
1
+ /// <reference types="react" />
2
+ import type { Editor } from "../../type";
3
+ import { SuggestionProps } from '@tiptap/suggestion';
4
+ export declare const slashSuggestion: () => {
5
+ items: ({ query }: {
6
+ query: string;
7
+ }) => {
8
+ title: string;
9
+ icon: import("react").JSX.Element;
10
+ command: ({ editor, range, attrs }: {
11
+ editor: Editor;
12
+ range: {
13
+ from: number;
14
+ to: number;
15
+ };
16
+ attrs: any;
17
+ }) => void;
18
+ }[];
19
+ decorationTag: string;
20
+ decorationClass: string;
21
+ decorationContent: string;
22
+ command: ({ editor, range, props }: {
23
+ editor: Editor;
24
+ range: {
25
+ from: number;
26
+ to: number;
27
+ };
28
+ props: any;
29
+ }) => void;
30
+ render: () => {
31
+ onStart: (props: SuggestionProps<any>) => void;
32
+ onUpdate(props: SuggestionProps<any>): false | undefined;
33
+ onKeyDown(props: {
34
+ event: KeyboardEvent;
35
+ }): boolean;
36
+ onExit(): false | undefined;
37
+ };
38
+ };
39
+ export default slashSuggestion;
@@ -0,0 +1,94 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import { slashCommands } from "../../contants/slash-commands";
8
+ import { ReactRenderer } from '@tiptap/react';
9
+ import SlashCommandsOverlay from "../component/SlashCommandsList/Overlay";
10
+ export var slashSuggestion = function slashSuggestion() {
11
+ return {
12
+ items: function items(_ref) {
13
+ var query = _ref.query;
14
+ return slashCommands;
15
+ // const commands = slashCommands
16
+ // if (!query) return commands
17
+ // return commands.filter(item => item.title.toLowerCase().includes(query.toLowerCase()))
18
+ },
19
+ decorationTag: 'span',
20
+ decorationClass: 'slash-decoration',
21
+ decorationContent: '插入',
22
+ command: function command(_ref2) {
23
+ var editor = _ref2.editor,
24
+ range = _ref2.range,
25
+ props = _ref2.props;
26
+ props.command({
27
+ editor: editor,
28
+ range: range,
29
+ attrs: props.attrs
30
+ });
31
+ },
32
+ render: function render() {
33
+ var component = null;
34
+ var lastProps = null;
35
+ var isCaretAfterSlash = function isCaretAfterSlash(editor) {
36
+ try {
37
+ var pos = editor.state.selection.from;
38
+ if (pos <= 1) return false;
39
+ var char = editor.state.doc.textBetween(pos - 1, pos, '\n', '\n');
40
+ return char === '/';
41
+ } catch (_unused) {
42
+ return false;
43
+ }
44
+ };
45
+ return {
46
+ onStart: function onStart(props) {
47
+ lastProps = props;
48
+ var shouldOpen = !props.query || props.query.length === 0;
49
+ component = new ReactRenderer(SlashCommandsOverlay, {
50
+ props: _objectSpread(_objectSpread({}, props), {}, {
51
+ open: shouldOpen
52
+ }),
53
+ editor: props.editor
54
+ });
55
+ if (!props.clientRect) return;
56
+ var element = component.element;
57
+ document.body.appendChild(element);
58
+ },
59
+ onUpdate: function onUpdate(props) {
60
+ if (!component) return false;
61
+ lastProps = props;
62
+ var shouldOpen = !props.query || props.query.length === 0;
63
+ component.updateProps(_objectSpread(_objectSpread({}, props), {}, {
64
+ open: shouldOpen
65
+ }));
66
+ },
67
+ onKeyDown: function onKeyDown(props) {
68
+ var _component$ref;
69
+ if (!component) return false;
70
+ if (props.event.key === 'Escape') {
71
+ component.element.remove();
72
+ component.destroy();
73
+ return true;
74
+ }
75
+ return ((_component$ref = component.ref) === null || _component$ref === void 0 ? void 0 : _component$ref.onKeyDown(props)) || false;
76
+ },
77
+ onExit: function onExit() {
78
+ var _lastProps;
79
+ if (!component) return false;
80
+ var editor = (_lastProps = lastProps) === null || _lastProps === void 0 ? void 0 : _lastProps.editor;
81
+ if (editor && isCaretAfterSlash(editor)) {
82
+ return false;
83
+ }
84
+ component.updateProps({
85
+ open: false
86
+ });
87
+ component.destroy();
88
+ component.element.remove();
89
+ }
90
+ };
91
+ }
92
+ };
93
+ };
94
+ export default slashSuggestion;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { JSONContent } from "@tiptap/core";
3
+ export interface UseFnProps {
4
+ exclude?: string[];
5
+ }
6
+ export declare const useFn: ({ exclude, }: UseFnProps) => {
7
+ extensions: any;
8
+ getJSONByHTML: (html: string) => Record<string, any>;
9
+ getHTMLByJSON: (json: JSONContent) => string;
10
+ getStaticRenderToHTMLStringByJSON: (json: JSONContent) => string;
11
+ getStaticRenderToMarkdownByJSON: (json: JSONContent) => string;
12
+ getStaticRenderToReactElementByJSON: (json: JSONContent) => import("react").ReactNode;
13
+ };
@@ -0,0 +1,37 @@
1
+ import { generateHTML, generateJSON } from "@tiptap/html";
2
+ import { renderToHTMLString, renderToMarkdown, renderToReactElement } from "@tiptap/static-renderer";
3
+ import { getExtensions } from "../extension";
4
+ export var useFn = function useFn(_ref) {
5
+ var exclude = _ref.exclude;
6
+ var extensions = getExtensions({
7
+ exclude: exclude,
8
+ editable: false
9
+ });
10
+ return {
11
+ extensions: extensions,
12
+ getJSONByHTML: function getJSONByHTML(html) {
13
+ return generateJSON(html, extensions);
14
+ },
15
+ getHTMLByJSON: function getHTMLByJSON(json) {
16
+ return generateHTML(json, extensions);
17
+ },
18
+ getStaticRenderToHTMLStringByJSON: function getStaticRenderToHTMLStringByJSON(json) {
19
+ return renderToHTMLString({
20
+ content: json,
21
+ extensions: extensions
22
+ });
23
+ },
24
+ getStaticRenderToMarkdownByJSON: function getStaticRenderToMarkdownByJSON(json) {
25
+ return renderToMarkdown({
26
+ content: json,
27
+ extensions: extensions
28
+ });
29
+ },
30
+ getStaticRenderToReactElementByJSON: function getStaticRenderToReactElementByJSON(json) {
31
+ return renderToReactElement({
32
+ content: json,
33
+ extensions: extensions
34
+ });
35
+ }
36
+ };
37
+ };
@@ -0,0 +1,4 @@
1
+ import { UseTiptapProps, UseTiptapReturn } from "../type";
2
+ import { UseEditorOptions } from '@tiptap/react';
3
+ declare const useTiptap: ({ exclude, extensions: extensionsProps, mentionItems, onMentionFilter, onSave, onError, onUpload, onTocUpdate, editable, ...options }: UseTiptapProps & UseEditorOptions) => UseTiptapReturn;
4
+ export default useTiptap;