@ctzhian/tiptap 1.5.2 → 1.5.4

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,197 @@
1
+ var _excluded = ["className"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
+ 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."); }
7
+ 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); }
8
+ 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; }
9
+ 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; } }
10
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
+ import { getShortcutKeyText } from "../../../util";
12
+ import { Box, MenuItem, Select, Stack, Tooltip } from "@mui/material";
13
+ import React, { useEffect, useState } from "react";
14
+ import { ArrowDownSLineIcon, AttachmentLineIcon, ImageLineIcon, MovieLineIcon, Music2LineIcon, UploadIcon } from "../../Icons";
15
+ import ToolbarItem from "../Item";
16
+ var EditorInsert = function EditorInsert(_ref) {
17
+ var editor = _ref.editor;
18
+ var _useState = useState("none"),
19
+ _useState2 = _slicedToArray(_useState, 2),
20
+ selectedValue = _useState2[0],
21
+ setSelectedValue = _useState2[1];
22
+ var InsertOptions = [{
23
+ id: 'image',
24
+ icon: /*#__PURE__*/React.createElement(ImageLineIcon, {
25
+ sx: {
26
+ fontSize: '1rem'
27
+ }
28
+ }),
29
+ label: '图片',
30
+ shortcutKey: ['ctrl', '2']
31
+ }, {
32
+ id: 'video',
33
+ icon: /*#__PURE__*/React.createElement(MovieLineIcon, {
34
+ sx: {
35
+ fontSize: '1rem'
36
+ }
37
+ }),
38
+ label: '视频',
39
+ shortcutKey: ['ctrl', '3']
40
+ }, {
41
+ id: 'audio',
42
+ icon: /*#__PURE__*/React.createElement(Music2LineIcon, {
43
+ sx: {
44
+ fontSize: '1rem'
45
+ }
46
+ }),
47
+ label: '音频',
48
+ shortcutKey: ['ctrl', '4']
49
+ }, {
50
+ id: 'attachment',
51
+ icon: /*#__PURE__*/React.createElement(AttachmentLineIcon, {
52
+ sx: {
53
+ fontSize: '1rem'
54
+ }
55
+ }),
56
+ label: '附件',
57
+ shortcutKey: ['ctrl', '5']
58
+ }];
59
+ var updateSelection = function updateSelection() {
60
+ if (editor.isActive('image')) {
61
+ setSelectedValue('image');
62
+ } else if (editor.isActive('video')) {
63
+ setSelectedValue('video');
64
+ } else if (editor.isActive('audio')) {
65
+ setSelectedValue('audio');
66
+ } else if (editor.isActive('inlineAttachment') || editor.isActive('blockAttachment')) {
67
+ setSelectedValue('attachment');
68
+ } else {
69
+ setSelectedValue('none');
70
+ }
71
+ };
72
+ var handleChange = function handleChange(e) {
73
+ var value = e.target.value;
74
+ if (value === 'image') {
75
+ editor.commands.setImage({
76
+ src: '',
77
+ width: 760
78
+ });
79
+ } else if (value === 'video') {
80
+ editor.commands.setVideo({
81
+ src: '',
82
+ width: 760,
83
+ controls: true,
84
+ autoplay: false
85
+ });
86
+ } else if (value === 'audio') {
87
+ editor.commands.setAudio({
88
+ src: '',
89
+ controls: true,
90
+ autoplay: false
91
+ });
92
+ } else if (value === 'attachment') {
93
+ editor.commands.setInlineAttachment({
94
+ url: '',
95
+ title: '',
96
+ size: '0'
97
+ });
98
+ }
99
+ setSelectedValue(value);
100
+ };
101
+ useEffect(function () {
102
+ editor.on('selectionUpdate', updateSelection);
103
+ editor.on('transaction', updateSelection);
104
+ return function () {
105
+ editor.off('selectionUpdate', updateSelection);
106
+ editor.off('transaction', updateSelection);
107
+ };
108
+ }, [editor]);
109
+ return /*#__PURE__*/React.createElement(Select, {
110
+ value: selectedValue,
111
+ className: ['image', 'video', 'audio', 'attachment'].includes(selectedValue) ? "tool-active" : "",
112
+ onChange: handleChange,
113
+ sx: {
114
+ bgcolor: 'transparent',
115
+ '&:hover .MuiOutlinedInput-notchedOutline': {
116
+ borderWidth: '0px !important',
117
+ borderColor: 'transparent !important'
118
+ },
119
+ '&.Mui-focused .MuiOutlinedInput-notchedOutline': {
120
+ borderWidth: '0px !important',
121
+ borderColor: 'transparent !important'
122
+ }
123
+ },
124
+ renderValue: function renderValue(value) {
125
+ var _InsertOptions$find;
126
+ return /*#__PURE__*/React.createElement(ToolbarItem, {
127
+ tip: '插入',
128
+ icon: /*#__PURE__*/React.createElement(Stack, {
129
+ direction: 'row',
130
+ alignItems: 'center',
131
+ sx: {
132
+ mr: 0.5,
133
+ width: '1.5rem'
134
+ }
135
+ }, ((_InsertOptions$find = InsertOptions.find(function (it) {
136
+ return it.id === value;
137
+ })) === null || _InsertOptions$find === void 0 ? void 0 : _InsertOptions$find.icon) || /*#__PURE__*/React.createElement(UploadIcon, {
138
+ sx: {
139
+ fontSize: '1rem'
140
+ }
141
+ }))
142
+ });
143
+ },
144
+ IconComponent: function IconComponent(_ref2) {
145
+ var className = _ref2.className,
146
+ rest = _objectWithoutProperties(_ref2, _excluded);
147
+ return /*#__PURE__*/React.createElement(ArrowDownSLineIcon, _extends({
148
+ sx: {
149
+ position: 'absolute',
150
+ right: 2,
151
+ flexSelf: 'center',
152
+ fontSize: '1rem',
153
+ flexShrink: 0,
154
+ mr: 0,
155
+ color: 'text.disabled',
156
+ transform: className !== null && className !== void 0 && className.includes('MuiSelect-iconOpen') ? 'rotate(-180deg)' : 'none',
157
+ transition: 'transform 0.3s',
158
+ cursor: 'pointer',
159
+ pointerEvents: 'none'
160
+ }
161
+ }, rest));
162
+ }
163
+ }, /*#__PURE__*/React.createElement(MenuItem, {
164
+ key: 'none',
165
+ value: 'none',
166
+ sx: {
167
+ display: 'none'
168
+ }
169
+ }, /*#__PURE__*/React.createElement(UploadIcon, {
170
+ sx: {
171
+ fontSize: '1rem'
172
+ }
173
+ }), /*#__PURE__*/React.createElement(Box, {
174
+ sx: {
175
+ ml: 1
176
+ }
177
+ }, "\u65E0")), InsertOptions.map(function (it) {
178
+ return /*#__PURE__*/React.createElement(MenuItem, {
179
+ key: it.id,
180
+ value: it.id
181
+ }, /*#__PURE__*/React.createElement(Tooltip, {
182
+ arrow: true,
183
+ title: getShortcutKeyText(it.shortcutKey || []),
184
+ placement: "right"
185
+ }, /*#__PURE__*/React.createElement(Stack, {
186
+ direction: 'row',
187
+ alignItems: 'center',
188
+ justifyContent: "center",
189
+ gap: 1
190
+ }, it.icon, /*#__PURE__*/React.createElement(Box, {
191
+ sx: {
192
+ fontSize: '0.875rem'
193
+ }
194
+ }, it.label))));
195
+ }));
196
+ };
197
+ export default EditorInsert;
@@ -0,0 +1,7 @@
1
+ import { Editor } from "@tiptap/react";
2
+ import React from "react";
3
+ interface EditorListSelectProps {
4
+ editor: Editor;
5
+ }
6
+ declare const EditorListSelect: ({ editor }: EditorListSelectProps) => React.JSX.Element;
7
+ export default EditorListSelect;
@@ -0,0 +1,174 @@
1
+ var _excluded = ["className"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
+ 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."); }
7
+ 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); }
8
+ 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; }
9
+ 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; } }
10
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
+ import { getShortcutKeyText } from "../../util";
12
+ import { Box, MenuItem, Select, Stack, Tooltip } from "@mui/material";
13
+ import React, { useEffect, useState } from "react";
14
+ import { ArrowDownSLineIcon, ListCheck3Icon, ListOrdered2Icon, ListUnorderedIcon } from "../Icons";
15
+ import ToolItem from "./Item";
16
+ var EditorListSelect = function EditorListSelect(_ref) {
17
+ var editor = _ref.editor;
18
+ var _useState = useState("none"),
19
+ _useState2 = _slicedToArray(_useState, 2),
20
+ selectedValue = _useState2[0],
21
+ setSelectedValue = _useState2[1];
22
+ var ListOptions = [{
23
+ id: 'orderedList',
24
+ icon: /*#__PURE__*/React.createElement(ListOrdered2Icon, {
25
+ sx: {
26
+ fontSize: '1rem'
27
+ }
28
+ }),
29
+ label: '有序列表',
30
+ shortcutKey: ['ctrl', 'shift', '7']
31
+ }, {
32
+ id: 'bulletList',
33
+ icon: /*#__PURE__*/React.createElement(ListUnorderedIcon, {
34
+ sx: {
35
+ fontSize: '1rem'
36
+ }
37
+ }),
38
+ label: '无序列表',
39
+ shortcutKey: ['ctrl', 'shift', '8']
40
+ }, {
41
+ id: 'taskList',
42
+ icon: /*#__PURE__*/React.createElement(ListCheck3Icon, {
43
+ sx: {
44
+ fontSize: '1rem'
45
+ }
46
+ }),
47
+ label: '待办列表',
48
+ shortcutKey: ['ctrl', 'shift', '9']
49
+ }];
50
+ var updateSelection = function updateSelection() {
51
+ if (editor.isActive('orderedList')) {
52
+ setSelectedValue('orderedList');
53
+ } else if (editor.isActive('bulletList')) {
54
+ setSelectedValue('bulletList');
55
+ } else if (editor.isActive('taskList')) {
56
+ setSelectedValue('taskList');
57
+ } else {
58
+ setSelectedValue('none');
59
+ }
60
+ };
61
+ var handleListAction = function handleListAction(listType) {
62
+ if (listType === 'orderedList') {
63
+ editor.chain().focus().toggleOrderedList().run();
64
+ } else if (listType === 'taskList') {
65
+ editor.chain().focus().toggleTaskList().run();
66
+ } else if (listType === 'bulletList') {
67
+ editor.chain().focus().toggleBulletList().run();
68
+ }
69
+ };
70
+ var handleChange = function handleChange(e) {
71
+ var value = e.target.value;
72
+ setSelectedValue(value);
73
+ };
74
+ useEffect(function () {
75
+ editor.on('selectionUpdate', updateSelection);
76
+ editor.on('transaction', updateSelection);
77
+ return function () {
78
+ editor.off('selectionUpdate', updateSelection);
79
+ editor.off('transaction', updateSelection);
80
+ };
81
+ }, [editor]);
82
+ return /*#__PURE__*/React.createElement(Select, {
83
+ value: selectedValue,
84
+ className: ['orderedList', 'taskList', 'bulletList'].includes(selectedValue) ? "tool-active" : "",
85
+ onChange: handleChange,
86
+ sx: {
87
+ bgcolor: 'transparent',
88
+ '&:hover .MuiOutlinedInput-notchedOutline': {
89
+ borderWidth: '0px !important',
90
+ borderColor: 'transparent !important'
91
+ },
92
+ '&.Mui-focused .MuiOutlinedInput-notchedOutline': {
93
+ borderWidth: '0px !important',
94
+ borderColor: 'transparent !important'
95
+ }
96
+ },
97
+ renderValue: function renderValue(value) {
98
+ var _ListOptions$find;
99
+ return /*#__PURE__*/React.createElement(ToolItem, {
100
+ tip: '列表',
101
+ icon: /*#__PURE__*/React.createElement(Stack, {
102
+ direction: 'row',
103
+ alignItems: 'center',
104
+ sx: {
105
+ mr: 0.5,
106
+ width: '1.5rem'
107
+ }
108
+ }, ((_ListOptions$find = ListOptions.find(function (it) {
109
+ return it.id === value;
110
+ })) === null || _ListOptions$find === void 0 ? void 0 : _ListOptions$find.icon) || /*#__PURE__*/React.createElement(ListUnorderedIcon, {
111
+ sx: {
112
+ fontSize: '1rem'
113
+ }
114
+ }))
115
+ });
116
+ },
117
+ IconComponent: function IconComponent(_ref2) {
118
+ var className = _ref2.className,
119
+ rest = _objectWithoutProperties(_ref2, _excluded);
120
+ return /*#__PURE__*/React.createElement(ArrowDownSLineIcon, _extends({
121
+ sx: {
122
+ position: 'absolute',
123
+ right: 2,
124
+ flexSelf: 'center',
125
+ fontSize: '1rem',
126
+ flexShrink: 0,
127
+ mr: 0,
128
+ color: 'text.disabled',
129
+ transform: className !== null && className !== void 0 && className.includes('MuiSelect-iconOpen') ? 'rotate(-180deg)' : 'none',
130
+ transition: 'transform 0.3s',
131
+ cursor: 'pointer',
132
+ pointerEvents: 'none'
133
+ }
134
+ }, rest));
135
+ }
136
+ }, /*#__PURE__*/React.createElement(MenuItem, {
137
+ key: 'none',
138
+ value: 'none',
139
+ sx: {
140
+ display: 'none'
141
+ }
142
+ }, /*#__PURE__*/React.createElement(ListUnorderedIcon, {
143
+ sx: {
144
+ fontSize: '1rem'
145
+ }
146
+ }), /*#__PURE__*/React.createElement(Box, {
147
+ sx: {
148
+ ml: 1
149
+ }
150
+ }, "\u65E0")), ListOptions.map(function (it) {
151
+ return /*#__PURE__*/React.createElement(MenuItem, {
152
+ key: it.id,
153
+ value: it.id,
154
+ onClick: function onClick(e) {
155
+ e.stopPropagation();
156
+ handleListAction(it.id);
157
+ }
158
+ }, /*#__PURE__*/React.createElement(Tooltip, {
159
+ arrow: true,
160
+ title: getShortcutKeyText(it.shortcutKey),
161
+ placement: "right"
162
+ }, /*#__PURE__*/React.createElement(Stack, {
163
+ direction: 'row',
164
+ alignItems: 'center',
165
+ justifyContent: "center",
166
+ gap: 1
167
+ }, it.icon, /*#__PURE__*/React.createElement(Box, {
168
+ sx: {
169
+ fontSize: '0.875rem'
170
+ }
171
+ }, it.label))));
172
+ }));
173
+ };
174
+ export default EditorListSelect;
@@ -0,0 +1,7 @@
1
+ import { Editor } from "@tiptap/react";
2
+ import React from "react";
3
+ interface EditorMathProps {
4
+ editor: Editor;
5
+ }
6
+ declare const EditorMath: ({ editor }: EditorMathProps) => React.JSX.Element;
7
+ export default EditorMath;
@@ -0,0 +1,159 @@
1
+ var _excluded = ["className"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
+ 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."); }
7
+ 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); }
8
+ 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; }
9
+ 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; } }
10
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
+ import { getShortcutKeyText } from "../../util";
12
+ import { Box, MenuItem, Select, Stack, Tooltip } from "@mui/material";
13
+ import React, { useEffect, useState } from "react";
14
+ import { ArrowDownSLineIcon, FormulaIcon, FunctionsIcon, SquareRootIcon } from "../Icons";
15
+ import ToolbarItem from "./Item";
16
+ var EditorMath = function EditorMath(_ref) {
17
+ var editor = _ref.editor;
18
+ var _useState = useState("inline-math"),
19
+ _useState2 = _slicedToArray(_useState, 2),
20
+ selectedValue = _useState2[0],
21
+ setSelectedValue = _useState2[1];
22
+ var MathOptions = [{
23
+ id: 'inline-math',
24
+ icon: /*#__PURE__*/React.createElement(SquareRootIcon, {
25
+ sx: {
26
+ fontSize: '1rem'
27
+ }
28
+ }),
29
+ label: '行内公式',
30
+ shortcutKey: ['ctrl', '6']
31
+ }, {
32
+ id: 'block-math',
33
+ icon: /*#__PURE__*/React.createElement(FunctionsIcon, {
34
+ sx: {
35
+ fontSize: '1rem'
36
+ }
37
+ }),
38
+ label: '块级公式',
39
+ shortcutKey: ['ctrl', '7']
40
+ }];
41
+ var updateSelection = function updateSelection() {
42
+ if (editor.isActive('inlineMath')) {
43
+ setSelectedValue('inline-math');
44
+ } else if (editor.isActive('blockMath')) {
45
+ setSelectedValue('block-math');
46
+ } else {
47
+ setSelectedValue('none');
48
+ }
49
+ };
50
+ var handleChange = function handleChange(e) {
51
+ var value = e.target.value;
52
+ if (value === 'inline-math') {
53
+ editor.commands.setInlineMath({
54
+ latex: ''
55
+ });
56
+ } else if (value === 'block-math') {
57
+ editor.commands.setBlockMath({
58
+ latex: ''
59
+ });
60
+ }
61
+ setSelectedValue(value);
62
+ };
63
+ useEffect(function () {
64
+ editor.on('selectionUpdate', updateSelection);
65
+ editor.on('transaction', updateSelection);
66
+ return function () {
67
+ editor.off('selectionUpdate', updateSelection);
68
+ editor.off('transaction', updateSelection);
69
+ };
70
+ }, [editor]);
71
+ return /*#__PURE__*/React.createElement(Select, {
72
+ value: selectedValue,
73
+ className: ['inline-math', 'block-math'].includes(selectedValue) ? "tool-active" : "",
74
+ onChange: handleChange,
75
+ sx: {
76
+ bgcolor: 'transparent',
77
+ '&:hover .MuiOutlinedInput-notchedOutline': {
78
+ borderWidth: '0px !important',
79
+ borderColor: 'transparent !important'
80
+ },
81
+ '&.Mui-focused .MuiOutlinedInput-notchedOutline': {
82
+ borderWidth: '0px !important',
83
+ borderColor: 'transparent !important'
84
+ }
85
+ },
86
+ renderValue: function renderValue(value) {
87
+ var _MathOptions$find;
88
+ return /*#__PURE__*/React.createElement(ToolbarItem, {
89
+ tip: 'LaTeX 数学公式',
90
+ icon: /*#__PURE__*/React.createElement(Stack, {
91
+ direction: 'row',
92
+ alignItems: 'center',
93
+ sx: {
94
+ mr: 0.5,
95
+ width: '1.5rem'
96
+ }
97
+ }, ((_MathOptions$find = MathOptions.find(function (it) {
98
+ return it.id === value;
99
+ })) === null || _MathOptions$find === void 0 ? void 0 : _MathOptions$find.icon) || /*#__PURE__*/React.createElement(FormulaIcon, {
100
+ sx: {
101
+ fontSize: '1rem'
102
+ }
103
+ }))
104
+ });
105
+ },
106
+ IconComponent: function IconComponent(_ref2) {
107
+ var className = _ref2.className,
108
+ rest = _objectWithoutProperties(_ref2, _excluded);
109
+ return /*#__PURE__*/React.createElement(ArrowDownSLineIcon, _extends({
110
+ sx: {
111
+ position: 'absolute',
112
+ right: 2,
113
+ flexSelf: 'center',
114
+ fontSize: '1rem',
115
+ flexShrink: 0,
116
+ mr: 0,
117
+ color: 'text.disabled',
118
+ transform: className !== null && className !== void 0 && className.includes('MuiSelect-iconOpen') ? 'rotate(-180deg)' : 'none',
119
+ transition: 'transform 0.3s',
120
+ cursor: 'pointer',
121
+ pointerEvents: 'none'
122
+ }
123
+ }, rest));
124
+ }
125
+ }, /*#__PURE__*/React.createElement(MenuItem, {
126
+ key: 'none',
127
+ value: 'none',
128
+ sx: {
129
+ display: 'none'
130
+ }
131
+ }, /*#__PURE__*/React.createElement(FormulaIcon, {
132
+ sx: {
133
+ fontSize: '1rem'
134
+ }
135
+ }), /*#__PURE__*/React.createElement(Box, {
136
+ sx: {
137
+ ml: 1
138
+ }
139
+ }, "\u65E0")), MathOptions.map(function (it) {
140
+ return /*#__PURE__*/React.createElement(MenuItem, {
141
+ key: it.id,
142
+ value: it.id
143
+ }, /*#__PURE__*/React.createElement(Tooltip, {
144
+ arrow: true,
145
+ title: getShortcutKeyText(it.shortcutKey || []),
146
+ placement: "right"
147
+ }, /*#__PURE__*/React.createElement(Stack, {
148
+ direction: 'row',
149
+ alignItems: 'center',
150
+ justifyContent: "center",
151
+ gap: 1
152
+ }, it.icon, /*#__PURE__*/React.createElement(Box, {
153
+ sx: {
154
+ fontSize: '0.875rem'
155
+ }
156
+ }, it.label))));
157
+ }));
158
+ };
159
+ export default EditorMath;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ interface NotificationDialogProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ }
6
+ declare const NotificationDialog: ({ open, onClose }: NotificationDialogProps) => React.JSX.Element;
7
+ export default NotificationDialog;
@@ -0,0 +1,73 @@
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 { SHORTCUT_KEYS } from "../../../contants/shortcut-key";
8
+ import { getShortcutKeyText } from "../../../util";
9
+ import { Box, Dialog, DialogContent, DialogTitle, Stack } from "@mui/material";
10
+ import React from "react";
11
+ var NotificationDialog = function NotificationDialog(_ref) {
12
+ var open = _ref.open,
13
+ onClose = _ref.onClose;
14
+ return /*#__PURE__*/React.createElement(Dialog, {
15
+ open: open,
16
+ onClose: onClose
17
+ }, /*#__PURE__*/React.createElement(DialogTitle, null, "\u5FEB\u6377\u952E"), /*#__PURE__*/React.createElement(DialogContent, null, Object.entries(SHORTCUT_KEYS).map(function (_ref2) {
18
+ var _ref3 = _slicedToArray(_ref2, 2),
19
+ key = _ref3[0],
20
+ value = _ref3[1];
21
+ return /*#__PURE__*/React.createElement(Box, {
22
+ key: key,
23
+ sx: {
24
+ mb: 3,
25
+ '&:last-child': {
26
+ mb: 0
27
+ }
28
+ }
29
+ }, /*#__PURE__*/React.createElement(Box, {
30
+ sx: {
31
+ fontSize: '1rem',
32
+ fontWeight: 'bold',
33
+ mb: 1,
34
+ textAlign: 'center'
35
+ }
36
+ }, value.label), /*#__PURE__*/React.createElement(Stack, {
37
+ gap: 0.25
38
+ }, value.keys.map(function (it) {
39
+ return /*#__PURE__*/React.createElement(Stack, {
40
+ direction: 'row',
41
+ alignItems: 'center',
42
+ key: it.value,
43
+ sx: {
44
+ py: 1,
45
+ px: 2,
46
+ bgcolor: 'background.paper',
47
+ borderRadius: 'var(--mui-shape-borderRadius)',
48
+ '&:hover': {
49
+ bgcolor: 'action.hover'
50
+ }
51
+ }
52
+ }, /*#__PURE__*/React.createElement(Box, {
53
+ sx: {
54
+ fontSize: '0.875rem',
55
+ width: '450px'
56
+ }
57
+ }, it.label, /*#__PURE__*/React.createElement(Box, {
58
+ component: 'span',
59
+ sx: {
60
+ fontSize: '0.75rem',
61
+ color: 'text.secondary',
62
+ ml: 1
63
+ }
64
+ }, "(", it.value, ")")), /*#__PURE__*/React.createElement(Box, {
65
+ sx: {
66
+ fontSize: '0.875rem',
67
+ width: '150px'
68
+ }
69
+ }, getShortcutKeyText(it.keys)));
70
+ })));
71
+ })));
72
+ };
73
+ export default NotificationDialog;
@@ -0,0 +1,7 @@
1
+ import { ToolbarItemType } from "../../../type";
2
+ import React from "react";
3
+ export interface EditorMoreProps {
4
+ more?: ToolbarItemType[];
5
+ }
6
+ declare const EditorMore: ({ more }: EditorMoreProps) => React.JSX.Element;
7
+ export default EditorMore;