@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,8 @@
1
+ import React from "react";
2
+ import { VideoAttributes } from ".";
3
+ interface ReadonlyVideoProps {
4
+ attrs: VideoAttributes;
5
+ onError?: (error: Error) => void;
6
+ }
7
+ declare const ReadonlyVideo: ({ attrs, onError }: ReadonlyVideoProps) => React.JSX.Element;
8
+ export default ReadonlyVideo;
@@ -0,0 +1,40 @@
1
+ import { Box } from "@mui/material";
2
+ import { NodeViewWrapper } from "@tiptap/react";
3
+ import React from "react";
4
+ var ReadonlyVideo = function ReadonlyVideo(_ref) {
5
+ var attrs = _ref.attrs,
6
+ _onError = _ref.onError;
7
+ return /*#__PURE__*/React.createElement(NodeViewWrapper, {
8
+ className: "video-wrapper",
9
+ "data-drag-handle": true
10
+ }, /*#__PURE__*/React.createElement(Box, {
11
+ sx: {
12
+ position: 'relative',
13
+ display: 'inline-block',
14
+ border: '1px solid',
15
+ borderColor: 'divider',
16
+ borderRadius: 'var(--mui-shape-borderRadius)',
17
+ p: '0.25rem',
18
+ '&:hover .video-controls': {
19
+ opacity: 1
20
+ }
21
+ }
22
+ }, /*#__PURE__*/React.createElement("video", {
23
+ src: attrs.src,
24
+ poster: attrs.poster || undefined,
25
+ controls: attrs.controls,
26
+ autoPlay: attrs.autoplay,
27
+ loop: attrs.loop,
28
+ muted: attrs.muted,
29
+ width: attrs.width,
30
+ style: {
31
+ maxWidth: '100%',
32
+ height: 'auto',
33
+ display: 'block'
34
+ },
35
+ onError: function onError(e) {
36
+ _onError === null || _onError === void 0 || _onError(e);
37
+ }
38
+ })));
39
+ };
40
+ export default ReadonlyVideo;
@@ -0,0 +1,14 @@
1
+ import { EditorFnProps } from "../../../type";
2
+ import { NodeViewProps } from '@tiptap/react';
3
+ import React from "react";
4
+ export interface VideoAttributes {
5
+ src: string;
6
+ width: number;
7
+ controls: boolean;
8
+ autoplay: boolean;
9
+ loop: boolean;
10
+ muted: boolean;
11
+ poster: string | null;
12
+ }
13
+ declare const VideoViewWrapper: React.FC<NodeViewProps & EditorFnProps>;
14
+ export default VideoViewWrapper;
@@ -0,0 +1,166 @@
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
+ import { DeleteLineIcon } from "../../../component/Icons";
8
+ import { Box, IconButton, Tooltip } from "@mui/material";
9
+ import { NodeViewWrapper } from '@tiptap/react';
10
+ import React, { useEffect, useRef, useState } from "react";
11
+ import InsertVideo from "./Insert";
12
+ import ReadonlyVideo from "./Readonly";
13
+ var VideoViewWrapper = function VideoViewWrapper(_ref) {
14
+ var editor = _ref.editor,
15
+ node = _ref.node,
16
+ updateAttributes = _ref.updateAttributes,
17
+ deleteNode = _ref.deleteNode,
18
+ selected = _ref.selected,
19
+ onUpload = _ref.onUpload,
20
+ _onError = _ref.onError;
21
+ var attrs = node.attrs;
22
+ var videoRef = useRef(null);
23
+ var _useState = useState(false),
24
+ _useState2 = _slicedToArray(_useState, 2),
25
+ isDragging = _useState2[0],
26
+ setIsDragging = _useState2[1];
27
+ var _useState3 = useState(false),
28
+ _useState4 = _slicedToArray(_useState3, 2),
29
+ isHovering = _useState4[0],
30
+ setIsHovering = _useState4[1];
31
+ var _useState5 = useState(0),
32
+ _useState6 = _slicedToArray(_useState5, 2),
33
+ dragStartX = _useState6[0],
34
+ setDragStartX = _useState6[1];
35
+ var _useState7 = useState(0),
36
+ _useState8 = _slicedToArray(_useState7, 2),
37
+ dragStartWidth = _useState8[0],
38
+ setDragStartWidth = _useState8[1];
39
+ var handleMouseDown = function handleMouseDown(e) {
40
+ e.preventDefault();
41
+ setIsDragging(true);
42
+ setDragStartX(e.clientX);
43
+ setDragStartWidth(attrs.width);
44
+ };
45
+ var handleMouseMove = function handleMouseMove(e) {
46
+ if (!isDragging) return;
47
+ var deltaX = e.clientX - dragStartX;
48
+ var newWidth = Math.max(200, Math.min(1920, dragStartWidth + deltaX));
49
+ updateAttributes({
50
+ width: newWidth
51
+ });
52
+ };
53
+ var handleMouseUp = function handleMouseUp() {
54
+ setIsDragging(false);
55
+ };
56
+ useEffect(function () {
57
+ if (isDragging) {
58
+ document.addEventListener('mousemove', handleMouseMove);
59
+ document.addEventListener('mouseup', handleMouseUp);
60
+ return function () {
61
+ document.removeEventListener('mousemove', handleMouseMove);
62
+ document.removeEventListener('mouseup', handleMouseUp);
63
+ };
64
+ }
65
+ }, [isDragging]);
66
+ if (!attrs.src && !editor.isEditable) {
67
+ return null;
68
+ }
69
+ if (!editor.isEditable) {
70
+ return /*#__PURE__*/React.createElement(ReadonlyVideo, {
71
+ attrs: attrs,
72
+ onError: _onError
73
+ });
74
+ }
75
+ if (!attrs.src) {
76
+ return /*#__PURE__*/React.createElement(InsertVideo, {
77
+ selected: selected,
78
+ attrs: attrs,
79
+ updateAttributes: updateAttributes,
80
+ onUpload: onUpload,
81
+ onError: _onError
82
+ });
83
+ }
84
+ return /*#__PURE__*/React.createElement(NodeViewWrapper, {
85
+ className: "video-wrapper ".concat(selected ? 'ProseMirror-selectednode' : ''),
86
+ "data-drag-handle": true
87
+ }, /*#__PURE__*/React.createElement(Box, {
88
+ sx: {
89
+ position: 'relative',
90
+ display: 'inline-block',
91
+ border: '1px solid',
92
+ borderColor: 'divider',
93
+ borderRadius: 'var(--mui-shape-borderRadius)',
94
+ p: '0.25rem',
95
+ bgcolor: 'background.paper',
96
+ '&:hover .video-controls': {
97
+ opacity: 1
98
+ }
99
+ },
100
+ onMouseEnter: function onMouseEnter() {
101
+ return setIsHovering(true);
102
+ },
103
+ onMouseLeave: function onMouseLeave() {
104
+ return setIsHovering(false);
105
+ }
106
+ }, /*#__PURE__*/React.createElement("video", {
107
+ ref: videoRef,
108
+ src: attrs.src,
109
+ width: attrs.width,
110
+ poster: attrs.poster || undefined,
111
+ controls: attrs.controls,
112
+ autoPlay: attrs.autoplay,
113
+ loop: attrs.loop,
114
+ muted: attrs.muted,
115
+ style: {
116
+ maxWidth: '100%',
117
+ height: 'auto',
118
+ display: 'block'
119
+ },
120
+ onError: function onError(e) {
121
+ _onError === null || _onError === void 0 || _onError(e);
122
+ }
123
+ }), (isHovering || isDragging) && /*#__PURE__*/React.createElement(Box, {
124
+ onMouseDown: handleMouseDown,
125
+ sx: {
126
+ position: 'absolute',
127
+ right: -2,
128
+ top: '50%',
129
+ transform: 'translateY(-50%)',
130
+ width: 4,
131
+ height: 50,
132
+ bgcolor: isDragging ? 'primary.main' : 'text.primary',
133
+ cursor: 'ew-resize',
134
+ borderRadius: 2,
135
+ '&:hover': {
136
+ bgcolor: 'primary.main'
137
+ },
138
+ transition: 'background-color 0.2s ease',
139
+ zIndex: 10
140
+ }
141
+ }), isHovering && /*#__PURE__*/React.createElement(Box, {
142
+ className: "video-controls",
143
+ sx: {
144
+ position: 'absolute',
145
+ top: '0.5rem',
146
+ right: '0.5rem',
147
+ display: 'flex',
148
+ gap: '0.25rem'
149
+ }
150
+ }, /*#__PURE__*/React.createElement(Tooltip, {
151
+ arrow: true,
152
+ title: "\u5220\u9664\u89C6\u9891"
153
+ }, /*#__PURE__*/React.createElement(IconButton, {
154
+ size: "small",
155
+ onClick: deleteNode,
156
+ sx: {
157
+ color: 'text.primary',
158
+ bgcolor: 'background.paper'
159
+ }
160
+ }, /*#__PURE__*/React.createElement(DeleteLineIcon, {
161
+ sx: {
162
+ fontSize: 18
163
+ }
164
+ }))))));
165
+ };
166
+ export default VideoViewWrapper;
@@ -0,0 +1,3 @@
1
+ import { Extension } from '@tiptap/core';
2
+ export declare const SlashCommands: Extension<any, any>;
3
+ export default SlashCommands;
@@ -0,0 +1,25 @@
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 { Extension } from '@tiptap/core';
8
+ import Suggestion from '@tiptap/suggestion';
9
+ import { slashSuggestion } from "../suggestion/slash";
10
+ export var SlashCommands = Extension.create({
11
+ name: 'slashCommands',
12
+ addOptions: function addOptions() {
13
+ return {
14
+ suggestion: _objectSpread({
15
+ char: '/'
16
+ }, slashSuggestion())
17
+ };
18
+ },
19
+ addProseMirrorPlugins: function addProseMirrorPlugins() {
20
+ return [Suggestion(_objectSpread({
21
+ editor: this.editor
22
+ }, this.options.suggestion))];
23
+ }
24
+ });
25
+ export default SlashCommands;
@@ -0,0 +1,18 @@
1
+ import { Editor, Extension } from '@tiptap/core';
2
+ import { PluginKey } from '@tiptap/pm/state';
3
+ declare const diffPluginKey: PluginKey<any>;
4
+ declare module '@tiptap/core' {
5
+ interface Commands<ReturnType> {
6
+ structuredDiff: {
7
+ showStructuredDiff: (oldHtml: string, newHtml: string) => ReturnType;
8
+ hideStructuredDiff: () => ReturnType;
9
+ };
10
+ }
11
+ }
12
+ export declare const StructuredDiffExtension: Extension<any, any>;
13
+ export { diffPluginKey };
14
+ export declare function getDiffState(editor: Editor): {
15
+ isActive: any;
16
+ diffs: any;
17
+ diffCount: any;
18
+ } | null;
@@ -0,0 +1,131 @@
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
4
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ 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); }
8
+ import { Extension } from '@tiptap/core';
9
+ import { Plugin, PluginKey } from '@tiptap/pm/state';
10
+ import { createDecorationsFromDiffs, createEmptyDecorationSet } from "../../util/decorations";
11
+ import { compareDocuments } from "../../util/structuredDiff";
12
+ var diffPluginKey = new PluginKey('structuredDiff');
13
+ var DiffPluginState = /*#__PURE__*/function () {
14
+ function DiffPluginState(decorations) {
15
+ var diffs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
16
+ var isActive = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
17
+ _classCallCheck(this, DiffPluginState);
18
+ _defineProperty(this, "decorations", void 0);
19
+ _defineProperty(this, "diffs", void 0);
20
+ _defineProperty(this, "isActive", void 0);
21
+ this.decorations = decorations;
22
+ this.diffs = diffs;
23
+ this.isActive = isActive;
24
+ }
25
+ _createClass(DiffPluginState, [{
26
+ key: "apply",
27
+ value: function apply(tr, value, oldState, newState) {
28
+ if (tr.docChanged && value.isActive) {
29
+ var mappedDecorations = value.decorations.map(tr.mapping, tr.doc);
30
+ return new DiffPluginState(mappedDecorations, value.diffs, value.isActive);
31
+ }
32
+ var diffMeta = tr.getMeta(diffPluginKey);
33
+ if (diffMeta) {
34
+ switch (diffMeta.type) {
35
+ case 'showDiff':
36
+ return new DiffPluginState(diffMeta.decorations, diffMeta.diffs, true);
37
+ case 'hideDiff':
38
+ return new DiffPluginState(createEmptyDecorationSet(newState.doc), [], false);
39
+ default:
40
+ return value;
41
+ }
42
+ }
43
+ return value;
44
+ }
45
+ }], [{
46
+ key: "init",
47
+ value: function init(config, state) {
48
+ return new DiffPluginState(createEmptyDecorationSet(state.doc), [], false);
49
+ }
50
+ }]);
51
+ return DiffPluginState;
52
+ }();
53
+ export var StructuredDiffExtension = Extension.create({
54
+ name: 'structuredDiff',
55
+ addProseMirrorPlugins: function addProseMirrorPlugins() {
56
+ return [new Plugin({
57
+ key: diffPluginKey,
58
+ state: {
59
+ init: DiffPluginState.init,
60
+ apply: DiffPluginState.prototype.apply
61
+ },
62
+ props: {
63
+ decorations: function decorations(state) {
64
+ var pluginState = diffPluginKey.getState(state);
65
+ return pluginState ? pluginState.decorations : null;
66
+ }
67
+ }
68
+ })];
69
+ },
70
+ addCommands: function addCommands() {
71
+ return {
72
+ showStructuredDiff: function showStructuredDiff(oldHtml, newHtml) {
73
+ return function (_ref) {
74
+ var tr = _ref.tr,
75
+ state = _ref.state,
76
+ dispatch = _ref.dispatch,
77
+ editor = _ref.editor;
78
+ try {
79
+ var extensions = editor.extensionManager.extensions;
80
+ var comparison = compareDocuments(oldHtml, newHtml, extensions);
81
+ if (!comparison.hasChanges) {
82
+ return false;
83
+ }
84
+ var decorations = createDecorationsFromDiffs(comparison.diffs, state.doc);
85
+ var newTr = tr.setMeta(diffPluginKey, {
86
+ type: 'showDiff',
87
+ decorations: decorations,
88
+ diffs: comparison.diffs
89
+ });
90
+ if (dispatch) {
91
+ dispatch(newTr);
92
+ }
93
+ return true;
94
+ } catch (error) {
95
+ console.error('显示结构化diff时出错:', error);
96
+ return false;
97
+ }
98
+ };
99
+ },
100
+ hideStructuredDiff: function hideStructuredDiff() {
101
+ return function (_ref2) {
102
+ var tr = _ref2.tr,
103
+ state = _ref2.state,
104
+ dispatch = _ref2.dispatch;
105
+ try {
106
+ var newTr = tr.setMeta(diffPluginKey, {
107
+ type: 'hideDiff'
108
+ });
109
+ if (dispatch) dispatch(newTr);
110
+ return true;
111
+ } catch (error) {
112
+ console.error('隐藏结构化diff时出错:', error);
113
+ return false;
114
+ }
115
+ };
116
+ }
117
+ };
118
+ }
119
+ });
120
+ export { diffPluginKey };
121
+ export function getDiffState(editor) {
122
+ if (!editor || !editor.state) {
123
+ return null;
124
+ }
125
+ var pluginState = diffPluginKey.getState(editor.state);
126
+ return pluginState ? {
127
+ isActive: pluginState.isActive,
128
+ diffs: pluginState.diffs,
129
+ diffCount: pluginState.diffs.length
130
+ } : null;
131
+ }
@@ -0,0 +1,2 @@
1
+ export * from './SlashCommands';
2
+ export * from './StructuredDiff';
@@ -0,0 +1,2 @@
1
+ export * from "./SlashCommands";
2
+ export * from "./StructuredDiff";
@@ -0,0 +1,2 @@
1
+ import { GetExtensionsProps } from '../type';
2
+ export declare const getExtensions: ({ limit, exclude, extensions: extensionsProps, youtube, editable, mentionItems, onMentionFilter, onUpload, onError, onTocUpdate, }: GetExtensionsProps) => any;
@@ -0,0 +1,146 @@
1
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
2
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
5
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ import Highlight from '@tiptap/extension-highlight';
8
+ import InvisibleCharacters from '@tiptap/extension-invisible-characters';
9
+ import Subscript from '@tiptap/extension-subscript';
10
+ import Superscript from '@tiptap/extension-superscript';
11
+ import TextAlign from '@tiptap/extension-text-align';
12
+ import { TextStyleKit } from '@tiptap/extension-text-style';
13
+ import { CharacterCount, Placeholder } from '@tiptap/extensions';
14
+ import StarterKit from '@tiptap/starter-kit';
15
+ import { PLACEHOLDER } from "../contants/placeholder";
16
+ import { SlashCommands, StructuredDiffExtension } from "./extension";
17
+ import { CodeExtension } from "./mark/Code";
18
+ import { AlertExtension, AudioExtension, BlockAttachmentExtension, BlockLinkExtension, CodeBlockLowlightExtension, CustomBlockMathExtension, CustomInlineMathExtension, DetailsContentExtension, DetailsExtension, DetailsSummaryExtension, EmojiExtension, FileHandlerExtension, IframeExtension, ImageExtension, Indent, InlineAttachmentExtension, InlineLinkExtension, ListExtension, MentionExtension, TableExtension, TableOfContents, UploadProgressExtension, VerticalAlign, VideoExtension, YoutubeExtension } from "./node";
19
+ export var getExtensions = function getExtensions(_ref) {
20
+ var limit = _ref.limit,
21
+ exclude = _ref.exclude,
22
+ extensionsProps = _ref.extensions,
23
+ youtube = _ref.youtube,
24
+ editable = _ref.editable,
25
+ mentionItems = _ref.mentionItems,
26
+ onMentionFilter = _ref.onMentionFilter,
27
+ onUpload = _ref.onUpload,
28
+ onError = _ref.onError,
29
+ onTocUpdate = _ref.onTocUpdate;
30
+ var defaultExtensions = [StarterKit.configure({
31
+ link: false,
32
+ code: false,
33
+ codeBlock: false,
34
+ listItem: false,
35
+ orderedList: false,
36
+ bulletList: false,
37
+ listKeymap: false,
38
+ undoRedo: exclude !== null && exclude !== void 0 && exclude.includes('undoRedo') ? false : undefined,
39
+ dropcursor: {
40
+ color: 'var(--mui-palette-primary-main)',
41
+ width: 2
42
+ }
43
+ }), ListExtension, TextAlign.configure({
44
+ types: ['heading', 'paragraph']
45
+ }), VerticalAlign.configure({
46
+ types: ['textStyle'],
47
+ defaultAlignment: null
48
+ }), CodeBlockLowlightExtension, CharacterCount.configure({
49
+ limit: limit !== null && limit !== void 0 ? limit : null
50
+ }), Subscript, Superscript, TextStyleKit, Indent.configure({
51
+ types: [
52
+ // 常见块级与项目中定义的节点
53
+ 'paragraph', 'heading', 'blockquote', 'alert', 'codeBlock', 'horizontalRule', 'orderedList', 'bulletList', 'taskList', 'taskItem', 'listItem', 'details', 'detailsContent', 'detailsSummary', 'table', 'image', 'video', 'audio', 'iframe', 'blockAttachment', 'inlineAttachment', 'blockLink',
54
+ // 公式
55
+ 'blockMath', 'inlineMath'
56
+ // 扩展里还有:youtube 等,如需也可开启
57
+ ],
58
+ maxLevel: 8,
59
+ indentPx: 32
60
+ }), CodeExtension, AlertExtension, Highlight.configure({
61
+ multicolor: true
62
+ }), Placeholder.configure({
63
+ emptyNodeClass: 'custom-placeholder-node',
64
+ showOnlyWhenEditable: true,
65
+ placeholder: function placeholder(_ref2) {
66
+ var node = _ref2.node,
67
+ pos = _ref2.pos;
68
+ var type = node.type,
69
+ attrs = node.attrs;
70
+ if (pos === 0) {
71
+ return PLACEHOLDER.default;
72
+ }
73
+ if (type.name === 'heading') {
74
+ return PLACEHOLDER.heading[attrs.level];
75
+ }
76
+ if (PLACEHOLDER[type.name]) {
77
+ return PLACEHOLDER[type.name];
78
+ }
79
+ return '';
80
+ }
81
+ }), InlineLinkExtension, BlockLinkExtension, DetailsExtension, DetailsContentExtension, DetailsSummaryExtension].concat(_toConsumableArray(TableExtension({
82
+ editable: editable
83
+ })), [TableOfContents({
84
+ onTocUpdate: onTocUpdate
85
+ }), CustomInlineMathExtension({
86
+ onError: onError
87
+ }), CustomBlockMathExtension({
88
+ onError: onError
89
+ }), IframeExtension({
90
+ onError: onError
91
+ }), VideoExtension({
92
+ onUpload: onUpload,
93
+ onError: onError
94
+ }), AudioExtension({
95
+ onUpload: onUpload,
96
+ onError: onError
97
+ }), ImageExtension({
98
+ onUpload: onUpload,
99
+ onError: onError
100
+ }), InlineAttachmentExtension({
101
+ onUpload: onUpload,
102
+ onError: onError
103
+ }), BlockAttachmentExtension({
104
+ onUpload: onUpload,
105
+ onError: onError
106
+ })]);
107
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('emoji'))) {
108
+ var Emoji = EmojiExtension;
109
+ defaultExtensions.push(Emoji);
110
+ }
111
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('mention')) && (mentionItems && mentionItems.length > 0 || onMentionFilter)) {
112
+ var Mention = MentionExtension({
113
+ mentionItems: mentionItems,
114
+ onMentionFilter: onMentionFilter
115
+ });
116
+ defaultExtensions.push(Mention);
117
+ }
118
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('youtube'))) {
119
+ var Youtube = YoutubeExtension(youtube);
120
+ defaultExtensions.push(Youtube);
121
+ }
122
+ if (editable) {
123
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('fileHandler'))) {
124
+ var FileHandler = FileHandlerExtension({
125
+ onUpload: onUpload
126
+ });
127
+ defaultExtensions.push(FileHandler);
128
+ var UploadProgress = UploadProgressExtension;
129
+ defaultExtensions.push(UploadProgress);
130
+ }
131
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('slashCommands'))) {
132
+ defaultExtensions.push(SlashCommands);
133
+ }
134
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('invisibleCharacters'))) {
135
+ defaultExtensions.push(InvisibleCharacters);
136
+ }
137
+ } else {
138
+ if (!(exclude !== null && exclude !== void 0 && exclude.includes('structuredDiff'))) {
139
+ defaultExtensions.push(StructuredDiffExtension);
140
+ }
141
+ }
142
+ if (extensionsProps && extensionsProps.length > 0) {
143
+ defaultExtensions.push.apply(defaultExtensions, _toConsumableArray(extensionsProps));
144
+ }
145
+ return defaultExtensions;
146
+ };
@@ -0,0 +1,2 @@
1
+ export declare const CodeExtension: import("@tiptap/core").Mark<import("@tiptap/extension-code").CodeOptions, any>;
2
+ export default CodeExtension;
@@ -0,0 +1,9 @@
1
+ import Code from '@tiptap/extension-code';
2
+
3
+ // 允许与 textStyle 等标记共存,以便字号/颜色等样式可应用到 code 文本
4
+ export var CodeExtension = Code.extend({
5
+ // 默认 `@tiptap/extension-code` 的 excludes 为 '_'(排除所有其他 mark)
6
+ // 这里清空以允许共存,从而让 textStyle 的 fontSize 生效
7
+ excludes: ''
8
+ });
9
+ export default CodeExtension;
File without changes
@@ -0,0 +1,58 @@
1
+ // import { Link } from "@tiptap/extension-link";
2
+
3
+ // const customLink = Link.extend({
4
+ // addAttributes() {
5
+ // return {
6
+ // ...(this.parent as any)?.(),
7
+ // type: {
8
+ // default: 'link',
9
+ // parseHTML: (element: HTMLElement) => {
10
+ // return element.getAttribute('data-type') || 'link'
11
+ // },
12
+ // renderHTML: (attributes: any) => {
13
+ // return {
14
+ // 'data-type': attributes.type,
15
+ // }
16
+ // }
17
+ // },
18
+ // title: {
19
+ // default: '',
20
+ // parseHTML: (element: HTMLElement) => {
21
+ // return element.getAttribute('data-title') || ''
22
+ // },
23
+ // renderHTML: (attributes: any) => {
24
+ // return {
25
+ // 'data-title': attributes.title,
26
+ // }
27
+ // }
28
+ // },
29
+ // }
30
+ // },
31
+ // addKeyboardShortcuts() {
32
+ // return {
33
+ // 'Mod-k': () => {
34
+ // return this.editor.commands.setLink({ href: '' })
35
+ // }
36
+ // }
37
+ // },
38
+ // // addMarkView() {
39
+ // // return ReactMarkViewRenderer(LinkViewWrapper, {
40
+ // // as: 'a',
41
+ // // })
42
+ // // }
43
+ // })
44
+
45
+ // export const LinkExtension = customLink.configure({
46
+ // autolink: true,
47
+ // openOnClick: true,
48
+ // enableClickSelection: true,
49
+ // linkOnPaste: true,
50
+ // protocols: ['http', 'https', 'mailto', 'tel'],
51
+ // defaultProtocol: 'http',
52
+ // HTMLAttributes: {
53
+ // rel: null,
54
+ // target: '_blank',
55
+ // },
56
+ // })
57
+
58
+ // export default LinkExtension
File without changes
@@ -0,0 +1 @@
1
+ // export * from './Link';