@ctzhian/tiptap 3.0.0 → 3.0.2

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 (825) hide show
  1. package/dist/{app/editor/Editor → Editor}/demo.d.ts +1 -1
  2. package/dist/{app/editor/Editor → Editor}/demo.js +2 -5
  3. package/dist/{app/editor/Editor → Editor}/index.d.ts +1 -1
  4. package/dist/{app/editor/Editor → Editor}/index.js +9 -10
  5. package/dist/{app/editor/EditorDiff → EditorDiff}/demo.d.ts +1 -1
  6. package/dist/{app/editor/EditorDiff → EditorDiff}/demo.js +2 -3
  7. package/dist/{app/editor/EditorDiff → EditorDiff}/index.js +2 -2
  8. package/dist/{features/markdown → EditorMarkdown}/Toolbar.d.ts +1 -2
  9. package/dist/EditorMarkdown/Toolbar.js +942 -0
  10. package/dist/{app/editor/EditorMarkdown → EditorMarkdown}/demo.d.ts +1 -1
  11. package/dist/{app/editor/EditorMarkdown → EditorMarkdown}/demo.js +2 -4
  12. package/dist/{features/markdown → EditorMarkdown}/index.d.ts +3 -3
  13. package/dist/EditorMarkdown/index.js +566 -0
  14. package/dist/{app/editor/EditorThemeProvider → EditorThemeProvider}/index.d.ts +1 -1
  15. package/dist/{app/editor/EditorThemeProvider → EditorThemeProvider}/index.js +2 -2
  16. package/dist/{features/toolbar → EditorToolbar}/index.d.ts +1 -1
  17. package/dist/EditorToolbar/index.js +361 -0
  18. package/dist/{components → component}/ActionDropdown/index.d.ts +1 -1
  19. package/dist/{components → component}/ActionDropdown/index.js +37 -23
  20. package/dist/{components → component}/CustomBubbleMenu/index.d.ts +1 -1
  21. package/dist/{components → component}/CustomBubbleMenu/index.js +3 -4
  22. package/dist/{features/drag-handle → component/CustomDragHandle}/index.d.ts +1 -1
  23. package/dist/component/CustomDragHandle/index.js +1372 -0
  24. package/dist/component/FloatingPopover/index.js +120 -0
  25. package/dist/component/HoverPopover/index.js +162 -0
  26. package/dist/{components → component}/Menu/NestedList.d.ts +1 -1
  27. package/dist/{components → component}/Menu/NestedList.js +41 -19
  28. package/dist/{components → component}/Menu/index.d.ts +1 -1
  29. package/dist/{components → component}/Menu/index.js +21 -13
  30. package/dist/component/Toolbar/EditorAlignSelect.js +187 -0
  31. package/dist/component/Toolbar/EditorCode.js +161 -0
  32. package/dist/{components → component}/Toolbar/EditorHeading.js +1 -1
  33. package/dist/component/Toolbar/EditorInsert/index.js +491 -0
  34. package/dist/component/Toolbar/EditorListSelect.js +174 -0
  35. package/dist/{components/Toolbar/CommandSelect.js → component/Toolbar/EditorMath.js} +84 -54
  36. package/dist/{components → component}/Toolbar/EditorMore/NotificationDialog.js +2 -2
  37. package/dist/{components → component}/Toolbar/EditorMore/index.d.ts +1 -1
  38. package/dist/{components → component}/Toolbar/EditorMore/index.js +11 -6
  39. package/dist/component/Toolbar/EditorScript.js +161 -0
  40. package/dist/component/Toolbar/EditorVerticalAlignSelect.js +174 -0
  41. package/dist/{components → component}/Toolbar/Item.js +1 -1
  42. package/dist/{components → component}/Toolbar/TableSizePicker.js +1 -1
  43. package/dist/{components → component}/Toolbar/index.d.ts +0 -1
  44. package/dist/{components → component}/Toolbar/index.js +0 -1
  45. package/dist/{constants → contants}/enums.d.ts +0 -2
  46. package/dist/{constants → contants}/enums.js +5 -19
  47. package/dist/{constants → contants}/slash-commands.js +1 -1
  48. package/dist/{editor-core/extensions → extension}/component/Alert/index.js +3 -3
  49. package/dist/{editor-core/extensions → extension}/component/Attachment/AttachmentContent.js +2 -2
  50. package/dist/{editor-core/extensions → extension}/component/Attachment/Insert.d.ts +1 -1
  51. package/dist/{editor-core/extensions → extension}/component/Attachment/Insert.js +58 -50
  52. package/dist/{editor-core/extensions → extension}/component/Attachment/index.d.ts +1 -1
  53. package/dist/{editor-core/extensions → extension}/component/Attachment/index.js +28 -20
  54. package/dist/{editor-core/extensions → extension}/component/Audio/AudioPlayer.d.ts +1 -1
  55. package/dist/{editor-core/extensions → extension}/component/Audio/AudioPlayer.js +4 -13
  56. package/dist/{editor-core/extensions → extension}/component/Audio/Insert.d.ts +2 -2
  57. package/dist/{editor-core/extensions → extension}/component/Audio/Insert.js +249 -85
  58. package/dist/extension/component/Audio/index.d.ts +14 -0
  59. package/dist/{editor-core/extensions → extension}/component/Audio/index.js +208 -111
  60. package/dist/{editor-core/extensions/component/CodeBlock/shared.js → extension/component/CodeBlock/Readonly.js} +134 -42
  61. package/dist/extension/component/CodeBlock/index.js +374 -0
  62. package/dist/{editor-core/extensions → extension}/component/DrawPanel/index.d.ts +1 -1
  63. package/dist/{editor-core/extensions → extension}/component/DrawPanel/index.js +2 -2
  64. package/dist/{editor-core/extensions → extension}/component/FlipGrid/ColumnView.js +3 -3
  65. package/dist/{editor-core/extensions → extension}/component/Flow/Edit.js +1 -1
  66. package/dist/{editor-core/extensions → extension}/component/Flow/Insert.js +2 -2
  67. package/dist/{editor-core/extensions → extension}/component/Flow/index.d.ts +1 -1
  68. package/dist/{editor-core/extensions → extension}/component/Flow/index.js +4 -4
  69. package/dist/{features/media/iframe → extension/component/Iframe}/Insert.d.ts +1 -1
  70. package/dist/{features/media/iframe → extension/component/Iframe}/Insert.js +52 -21
  71. package/dist/{features/media/iframe → extension/component/Iframe}/index.d.ts +1 -1
  72. package/dist/{features/media/iframe → extension/component/Iframe}/index.js +393 -97
  73. package/dist/{features/media/image → extension/component/Image}/Crop.d.ts +1 -1
  74. package/dist/{features/media/image → extension/component/Image}/Insert.d.ts +1 -1
  75. package/dist/{features/media/image → extension/component/Image}/Insert.js +107 -35
  76. package/dist/{features/media/image → extension/component/Image}/Readonly.js +1 -1
  77. package/dist/{features/media/image → extension/component/Image}/index.d.ts +1 -1
  78. package/dist/{features/media/image → extension/component/Image}/index.js +296 -102
  79. package/dist/{editor-core/extensions → extension}/component/Link/Insert.d.ts +1 -1
  80. package/dist/extension/component/Link/Insert.js +252 -0
  81. package/dist/{editor-core/extensions → extension}/component/Link/LinkContent.d.ts +1 -1
  82. package/dist/{editor-core/extensions → extension}/component/Link/LinkContent.js +9 -6
  83. package/dist/{editor-core/extensions → extension}/component/Link/Markdown.js +1 -1
  84. package/dist/{editor-core/extensions → extension}/component/Link/index.d.ts +8 -0
  85. package/dist/{editor-core/extensions → extension}/component/Link/index.js +124 -72
  86. package/dist/{editor-core/extensions → extension}/component/Mathematics/block/Readonly.d.ts +1 -1
  87. package/dist/{editor-core/extensions → extension}/component/Mathematics/block/index.d.ts +4 -3
  88. package/dist/{editor-core/extensions → extension}/component/Mathematics/block/index.js +39 -18
  89. package/dist/{editor-core/extensions → extension}/component/Mathematics/inline/Readonly.d.ts +1 -1
  90. package/dist/{editor-core/extensions → extension}/component/Mathematics/inline/index.d.ts +4 -3
  91. package/dist/{editor-core/extensions → extension}/component/Mathematics/inline/index.js +40 -17
  92. package/dist/{editor-core/extensions → extension}/component/SlashCommandsList/Overlay.d.ts +1 -1
  93. package/dist/{editor-core/extensions → extension}/component/SlashCommandsList/Overlay.js +1 -1
  94. package/dist/{editor-core/extensions → extension}/component/SlashCommandsList/index.d.ts +1 -1
  95. package/dist/{editor-core/extensions → extension}/component/SlashCommandsList/index.js +5 -5
  96. package/dist/extension/component/TableCellHandleMenu/index.js +512 -0
  97. package/dist/{features/table → extension/component}/TableExtendButton/index.d.ts +1 -1
  98. package/dist/{features/table → extension/component}/TableExtendButton/index.js +2 -2
  99. package/dist/{features/table → extension/component}/TableHandle/TableHandleAddButton.d.ts +1 -1
  100. package/dist/{features/table → extension/component}/TableHandle/TableHandleAddButton.js +2 -2
  101. package/dist/{features/table → extension/component}/TableHandle/TableHandleMenu.d.ts +1 -1
  102. package/dist/{features/table → extension/component}/TableHandle/TableHandleMenu.js +265 -48
  103. package/dist/{features/table → extension/component}/TableHandle/index.d.ts +12 -0
  104. package/dist/extension/component/TableHandle/index.js +140 -0
  105. package/dist/{features/table → extension/component}/TableHandle/use-table-handle-positioning.js +1 -1
  106. package/dist/{features/table → extension/component}/TableHandle/use-table-handle-state.d.ts +1 -1
  107. package/dist/{features/table → extension/component}/TableSelectionOverlay/index.js +1 -1
  108. package/dist/{editor-core/extensions → extension}/component/Tooltip/EditPopover.js +22 -12
  109. package/dist/{editor-core/extensions → extension}/component/Tooltip/index.js +1 -1
  110. package/dist/{editor-core/extensions → extension}/component/UploadProgress/Inline.d.ts +1 -2
  111. package/dist/{editor-core/extensions/component/UploadProgress/shared.js → extension/component/UploadProgress/Inline.js} +50 -39
  112. package/dist/{editor-core/extensions → extension}/component/UploadProgress/index.d.ts +3 -2
  113. package/dist/extension/component/UploadProgress/index.js +111 -0
  114. package/dist/{features/media/video → extension/component/Video}/Insert.d.ts +1 -1
  115. package/dist/{features/media/video → extension/component/Video}/Insert.js +111 -35
  116. package/dist/{features/media/video → extension/component/Video}/index.d.ts +1 -1
  117. package/dist/{features/media/video → extension/component/Video}/index.js +379 -86
  118. package/dist/extension/extension/ImeComposition.d.ts +2 -0
  119. package/dist/{editor-core/extensions → extension}/extension/ImeComposition.js +23 -10
  120. package/dist/{editor-core/extensions → extension}/extension/StructuredDiff.js +2 -1
  121. package/dist/extension/index.d.ts +2 -0
  122. package/dist/{editor-core/extensions/builders.js → extension/index.js} +92 -126
  123. package/dist/{editor-core/extensions → extension}/node/Attachment.d.ts +1 -1
  124. package/dist/{editor-core/extensions → extension}/node/Attachment.js +3 -15
  125. package/dist/{editor-core/extensions → extension}/node/Audio.d.ts +1 -1
  126. package/dist/{editor-core/extensions → extension}/node/Audio.js +19 -11
  127. package/dist/{editor-core/extensions → extension}/node/CodeBlockLowlight.js +33 -6
  128. package/dist/{editor-core/extensions → extension}/node/DrawPanel.d.ts +1 -1
  129. package/dist/{editor-core/extensions → extension}/node/FileHandler.d.ts +2 -2
  130. package/dist/{editor-core/extensions → extension}/node/FileHandler.js +2 -2
  131. package/dist/{editor-core/extensions → extension}/node/Flow/index.d.ts +1 -1
  132. package/dist/{editor-core/extensions → extension}/node/Iframe.d.ts +1 -1
  133. package/dist/{editor-core/extensions → extension}/node/Iframe.js +1 -1
  134. package/dist/{editor-core/extensions → extension}/node/Image.d.ts +1 -1
  135. package/dist/{editor-core/extensions → extension}/node/Image.js +2 -2
  136. package/dist/{editor-core/extensions → extension}/node/Link/index.js +5 -11
  137. package/dist/extension/node/ListKit.js +23 -0
  138. package/dist/{editor-core/extensions → extension}/node/Mathematics.d.ts +1 -1
  139. package/dist/extension/node/Mathematics.js +97 -0
  140. package/dist/{editor-core/extensions → extension}/node/Mention.d.ts +1 -1
  141. package/dist/{editor-core/extensions → extension}/node/Table.js +1 -1
  142. package/dist/{features/table/plugin → extension/node/TableHandler}/index.d.ts +1 -3
  143. package/dist/{features/table/plugin → extension/node/TableHandler}/index.js +2 -5
  144. package/dist/{features/table/plugin/shared.d.ts → extension/node/TableHandler/plugin.d.ts} +16 -8
  145. package/dist/extension/node/TableHandler/plugin.js +1083 -0
  146. package/dist/{editor-core/extensions → extension}/node/TableOfContents/index.d.ts +1 -1
  147. package/dist/{editor-core/extensions → extension}/node/TableOfContents/index.js +1 -1
  148. package/dist/{editor-core/extensions → extension}/node/TableOfContents/plugin.js +3 -2
  149. package/dist/{editor-core/extensions → extension}/node/Video.d.ts +1 -1
  150. package/dist/{editor-core/extensions → extension}/node/Video.js +2 -2
  151. package/dist/{editor-core/extensions → extension}/suggestion/mention.d.ts +1 -1
  152. package/dist/{editor-core/extensions → extension}/suggestion/mention.js +1 -1
  153. package/dist/{editor-core/extensions → extension}/suggestion/slash.d.ts +1 -1
  154. package/dist/{editor-core/extensions → extension}/suggestion/slash.js +1 -1
  155. package/dist/{hooks → hook}/fn.d.ts +1 -1
  156. package/dist/{hooks → hook}/fn.js +1 -1
  157. package/dist/{hooks → hook}/index.d.ts +1 -1
  158. package/dist/{hooks → hook}/index.js +13 -23
  159. package/dist/index.d.ts +10 -10
  160. package/dist/index.js +10 -10
  161. package/dist/themes/componentStyleOverrides.js +1 -1
  162. package/dist/themes/index.d.ts +1 -1
  163. package/dist/{utils → util}/fileHandler.d.ts +2 -2
  164. package/dist/util/fileHandler.js +82 -0
  165. package/dist/util/index.d.ts +35 -0
  166. package/dist/util/index.js +165 -0
  167. package/dist/{utils → util}/resourceExtractor.d.ts +1 -1
  168. package/dist/{utils → util}/resourceExtractor.js +1 -1
  169. package/dist/{utils → util}/shortcutKey.js +1 -1
  170. package/package.json +32 -36
  171. package/dist/app/editor/EditorMarkdown/index.d.ts +0 -1
  172. package/dist/app/editor/EditorMarkdown/index.js +0 -1
  173. package/dist/components/FloatingPopover/index.js +0 -66
  174. package/dist/components/HoverPopover/index.js +0 -56
  175. package/dist/components/Toolbar/CommandSelect.d.ts +0 -20
  176. package/dist/components/Toolbar/EditorAlignSelect.js +0 -76
  177. package/dist/components/Toolbar/EditorCode.js +0 -50
  178. package/dist/components/Toolbar/EditorInsert/index.js +0 -40
  179. package/dist/components/Toolbar/EditorInsert/menu-builders.d.ts +0 -3
  180. package/dist/components/Toolbar/EditorInsert/menu-builders.js +0 -407
  181. package/dist/components/Toolbar/EditorListSelect.js +0 -62
  182. package/dist/components/Toolbar/EditorMath.js +0 -54
  183. package/dist/components/Toolbar/EditorMore/menu-builders.d.ts +0 -5
  184. package/dist/components/Toolbar/EditorMore/menu-builders.js +0 -13
  185. package/dist/components/Toolbar/EditorScript.js +0 -50
  186. package/dist/components/Toolbar/EditorVerticalAlignSelect.js +0 -64
  187. package/dist/components/shared/menu-item-content.d.ts +0 -7
  188. package/dist/components/shared/menu-item-content.js +0 -23
  189. package/dist/components/shared/menu-surface.d.ts +0 -13
  190. package/dist/components/shared/menu-surface.js +0 -35
  191. package/dist/components/shared/use-floating-popover.d.ts +0 -16
  192. package/dist/components/shared/use-floating-popover.js +0 -79
  193. package/dist/components/shared/use-hover-popover.d.ts +0 -15
  194. package/dist/components/shared/use-hover-popover.js +0 -96
  195. package/dist/components/shared/use-popover-anchor.d.ts +0 -8
  196. package/dist/components/shared/use-popover-anchor.js +0 -26
  197. package/dist/editor-core/extensions/builders.d.ts +0 -13
  198. package/dist/editor-core/extensions/catalog.d.ts +0 -22
  199. package/dist/editor-core/extensions/catalog.js +0 -326
  200. package/dist/editor-core/extensions/component/Audio/index.d.ts +0 -5
  201. package/dist/editor-core/extensions/component/Audio/shared.d.ts +0 -12
  202. package/dist/editor-core/extensions/component/Audio/shared.js +0 -48
  203. package/dist/editor-core/extensions/component/Audio/use-audio-upload-fields.d.ts +0 -21
  204. package/dist/editor-core/extensions/component/Audio/use-audio-upload-fields.js +0 -48
  205. package/dist/editor-core/extensions/component/CodeBlock/Readonly.js +0 -124
  206. package/dist/editor-core/extensions/component/CodeBlock/index.js +0 -330
  207. package/dist/editor-core/extensions/component/CodeBlock/shared.d.ts +0 -15
  208. package/dist/editor-core/extensions/component/Link/Insert.js +0 -162
  209. package/dist/editor-core/extensions/component/Link/shared.d.ts +0 -26
  210. package/dist/editor-core/extensions/component/Link/shared.js +0 -74
  211. package/dist/editor-core/extensions/component/Mathematics/shared.d.ts +0 -18
  212. package/dist/editor-core/extensions/component/Mathematics/shared.js +0 -64
  213. package/dist/editor-core/extensions/component/UploadProgress/Inline.js +0 -28
  214. package/dist/editor-core/extensions/component/UploadProgress/file-meta.d.ts +0 -4
  215. package/dist/editor-core/extensions/component/UploadProgress/file-meta.js +0 -42
  216. package/dist/editor-core/extensions/component/UploadProgress/index.js +0 -19
  217. package/dist/editor-core/extensions/component/UploadProgress/shared.d.ts +0 -10
  218. package/dist/editor-core/extensions/component/shared/edit-popover.d.ts +0 -27
  219. package/dist/editor-core/extensions/component/shared/edit-popover.js +0 -82
  220. package/dist/editor-core/extensions/component/shared/insert-popover.d.ts +0 -34
  221. package/dist/editor-core/extensions/component/shared/insert-popover.js +0 -160
  222. package/dist/editor-core/extensions/component/shared/resource-form.d.ts +0 -26
  223. package/dist/editor-core/extensions/component/shared/resource-form.js +0 -78
  224. package/dist/editor-core/extensions/component/shared/upload-flow.d.ts +0 -25
  225. package/dist/editor-core/extensions/component/shared/upload-flow.js +0 -143
  226. package/dist/editor-core/extensions/extension/ImeComposition.d.ts +0 -12
  227. package/dist/editor-core/extensions/extension/ime-shared.d.ts +0 -11
  228. package/dist/editor-core/extensions/extension/ime-shared.js +0 -20
  229. package/dist/editor-core/extensions/index.d.ts +0 -4
  230. package/dist/editor-core/extensions/index.js +0 -6
  231. package/dist/editor-core/extensions/node/ListKit.js +0 -18
  232. package/dist/editor-core/extensions/node/Mathematics.js +0 -58
  233. package/dist/editor-core/extensions/node/code-block-lowlight-shared.d.ts +0 -14
  234. package/dist/editor-core/extensions/node/code-block-lowlight-shared.js +0 -34
  235. package/dist/editor-core/extensions/node/list-shared.d.ts +0 -18
  236. package/dist/editor-core/extensions/node/list-shared.js +0 -18
  237. package/dist/editor-core/extensions/node/mathematics-shared.d.ts +0 -7
  238. package/dist/editor-core/extensions/node/mathematics-shared.js +0 -40
  239. package/dist/editor-core/extensions/node/resource-shared.d.ts +0 -13
  240. package/dist/editor-core/extensions/node/resource-shared.js +0 -45
  241. package/dist/editor-core/extensions/plugin-keys.d.ts +0 -2
  242. package/dist/editor-core/extensions/plugin-keys.js +0 -2
  243. package/dist/features/drag-handle/action-count-badge.d.ts +0 -5
  244. package/dist/features/drag-handle/action-count-badge.js +0 -23
  245. package/dist/features/drag-handle/action-groups.d.ts +0 -13
  246. package/dist/features/drag-handle/action-groups.js +0 -49
  247. package/dist/features/drag-handle/convert-builders.d.ts +0 -8
  248. package/dist/features/drag-handle/convert-builders.js +0 -201
  249. package/dist/features/drag-handle/download-builders.d.ts +0 -7
  250. package/dist/features/drag-handle/download-builders.js +0 -237
  251. package/dist/features/drag-handle/drag-handle-header.d.ts +0 -17
  252. package/dist/features/drag-handle/drag-handle-header.js +0 -233
  253. package/dist/features/drag-handle/index.js +0 -210
  254. package/dist/features/drag-handle/insert-builders.d.ts +0 -3
  255. package/dist/features/drag-handle/insert-builders.js +0 -81
  256. package/dist/features/drag-handle/menu-builders.d.ts +0 -4
  257. package/dist/features/drag-handle/menu-builders.js +0 -4
  258. package/dist/features/drag-handle/menu-shared.d.ts +0 -11
  259. package/dist/features/drag-handle/menu-shared.js +0 -102
  260. package/dist/features/drag-handle/node-actions.d.ts +0 -5
  261. package/dist/features/drag-handle/node-actions.js +0 -57
  262. package/dist/features/drag-handle/style-builders.d.ts +0 -8
  263. package/dist/features/drag-handle/style-builders.js +0 -197
  264. package/dist/features/drag-handle/types.d.ts +0 -27
  265. package/dist/features/drag-handle/types.js +0 -1
  266. package/dist/features/drag-handle/use-current-node-context.d.ts +0 -11
  267. package/dist/features/drag-handle/use-current-node-context.js +0 -109
  268. package/dist/features/markdown/Toolbar.js +0 -81
  269. package/dist/features/markdown/index.js +0 -284
  270. package/dist/features/markdown/toolbar-actions.d.ts +0 -82
  271. package/dist/features/markdown/toolbar-actions.js +0 -734
  272. package/dist/features/markdown/toolbar-menu.d.ts +0 -9
  273. package/dist/features/markdown/toolbar-menu.js +0 -87
  274. package/dist/features/markdown/toolbar-tool-list.d.ts +0 -12
  275. package/dist/features/markdown/toolbar-tool-list.js +0 -24
  276. package/dist/features/markdown/use-ace-composition.d.ts +0 -5
  277. package/dist/features/markdown/use-ace-composition.js +0 -39
  278. package/dist/features/markdown/use-display-mode.d.ts +0 -8
  279. package/dist/features/markdown/use-display-mode.js +0 -28
  280. package/dist/features/markdown/use-markdown-file-inputs.d.ts +0 -10
  281. package/dist/features/markdown/use-markdown-file-inputs.js +0 -69
  282. package/dist/features/markdown/use-markdown-sync.d.ts +0 -13
  283. package/dist/features/markdown/use-markdown-sync.js +0 -56
  284. package/dist/features/markdown/use-markdown-transfer.d.ts +0 -18
  285. package/dist/features/markdown/use-markdown-transfer.js +0 -123
  286. package/dist/features/markdown/use-markdown-upload.d.ts +0 -13
  287. package/dist/features/markdown/use-markdown-upload.js +0 -98
  288. package/dist/features/media/shared/media-edit-popover.d.ts +0 -26
  289. package/dist/features/media/shared/media-edit-popover.js +0 -105
  290. package/dist/features/media/shared/media-hover-toolbar.d.ts +0 -18
  291. package/dist/features/media/shared/media-hover-toolbar.js +0 -140
  292. package/dist/features/media/shared/media-resize-handles.d.ts +0 -8
  293. package/dist/features/media/shared/media-resize-handles.js +0 -70
  294. package/dist/features/media/shared/use-media-resize.d.ts +0 -20
  295. package/dist/features/media/shared/use-media-resize.js +0 -88
  296. package/dist/features/media/shared/use-media-width.d.ts +0 -14
  297. package/dist/features/media/shared/use-media-width.js +0 -76
  298. package/dist/features/table/TableCellHandleMenu/index.js +0 -234
  299. package/dist/features/table/TableHandle/index.js +0 -73
  300. package/dist/features/table/TableHandle/menu-builders.d.ts +0 -14
  301. package/dist/features/table/TableHandle/menu-builders.js +0 -242
  302. package/dist/features/table/TableHandle/table-handle-group.d.ts +0 -16
  303. package/dist/features/table/TableHandle/table-handle-group.js +0 -84
  304. package/dist/features/table/TableHandle/use-table-handle-visibility.d.ts +0 -14
  305. package/dist/features/table/TableHandle/use-table-handle-visibility.js +0 -47
  306. package/dist/features/table/TableHandle/use-table-menu-open.d.ts +0 -12
  307. package/dist/features/table/TableHandle/use-table-menu-open.js +0 -39
  308. package/dist/features/table/plugin/decorations.d.ts +0 -9
  309. package/dist/features/table/plugin/decorations.js +0 -80
  310. package/dist/features/table/plugin/drag-helpers.d.ts +0 -11
  311. package/dist/features/table/plugin/drag-helpers.js +0 -188
  312. package/dist/features/table/plugin/hover-state.d.ts +0 -27
  313. package/dist/features/table/plugin/hover-state.js +0 -60
  314. package/dist/features/table/plugin/plugin.d.ts +0 -4
  315. package/dist/features/table/plugin/plugin.js +0 -512
  316. package/dist/features/table/plugin/positioning.d.ts +0 -40
  317. package/dist/features/table/plugin/positioning.js +0 -124
  318. package/dist/features/table/plugin/shared.js +0 -9
  319. package/dist/features/table/plugin/state-sync.d.ts +0 -12
  320. package/dist/features/table/plugin/state-sync.js +0 -75
  321. package/dist/features/toolbar/index.js +0 -179
  322. package/dist/features/toolbar/toolbar-config.d.ts +0 -32
  323. package/dist/features/toolbar/toolbar-config.js +0 -209
  324. package/dist/features/toolbar/toolbar-divider.d.ts +0 -3
  325. package/dist/features/toolbar/toolbar-divider.js +0 -14
  326. package/dist/features/toolbar/toolbar-sections.d.ts +0 -23
  327. package/dist/features/toolbar/toolbar-sections.js +0 -107
  328. package/dist/utils/color.d.ts +0 -1
  329. package/dist/utils/color.js +0 -18
  330. package/dist/utils/diff/index.d.ts +0 -2
  331. package/dist/utils/diff/index.js +0 -2
  332. package/dist/utils/editor.d.ts +0 -6
  333. package/dist/utils/editor.js +0 -29
  334. package/dist/utils/embed.d.ts +0 -2
  335. package/dist/utils/embed.js +0 -27
  336. package/dist/utils/file/index.d.ts +0 -3
  337. package/dist/utils/file/index.js +0 -3
  338. package/dist/utils/file.d.ts +0 -3
  339. package/dist/utils/file.js +0 -20
  340. package/dist/utils/fileHandler.js +0 -69
  341. package/dist/utils/index.d.ts +0 -10
  342. package/dist/utils/index.js +0 -10
  343. package/dist/utils/link.d.ts +0 -5
  344. package/dist/utils/link.js +0 -25
  345. package/dist/utils/resource.d.ts +0 -2
  346. package/dist/utils/resource.js +0 -38
  347. package/dist/utils/table/index.d.ts +0 -1
  348. package/dist/utils/table/index.js +0 -1
  349. /package/dist/{app/editor/EditorDiff → EditorDiff}/index.d.ts +0 -0
  350. /package/dist/{features/markdown → EditorMarkdown}/UploadProgress.d.ts +0 -0
  351. /package/dist/{features/markdown → EditorMarkdown}/UploadProgress.js +0 -0
  352. /package/dist/{features/markdown → EditorMarkdown}/util.d.ts +0 -0
  353. /package/dist/{features/markdown → EditorMarkdown}/util.js +0 -0
  354. /package/dist/{components → component}/CustomFloatingMenu/index.d.ts +0 -0
  355. /package/dist/{components → component}/CustomFloatingMenu/index.js +0 -0
  356. /package/dist/{components → component}/FloatingPopover/index.d.ts +0 -0
  357. /package/dist/{components → component}/HoverPopover/index.d.ts +0 -0
  358. /package/dist/{components → component}/Icons/add-circle-fill-icon.d.ts +0 -0
  359. /package/dist/{components → component}/Icons/add-circle-fill-icon.js +0 -0
  360. /package/dist/{components → component}/Icons/add-line-icon.d.ts +0 -0
  361. /package/dist/{components → component}/Icons/add-line-icon.js +0 -0
  362. /package/dist/{components → component}/Icons/ai-generate-2-icon.d.ts +0 -0
  363. /package/dist/{components → component}/Icons/ai-generate-2-icon.js +0 -0
  364. /package/dist/{components → component}/Icons/ai-generate-text-icon.d.ts +0 -0
  365. /package/dist/{components → component}/Icons/ai-generate-text-icon.js +0 -0
  366. /package/dist/{components → component}/Icons/align-bottom-icon.d.ts +0 -0
  367. /package/dist/{components → component}/Icons/align-bottom-icon.js +0 -0
  368. /package/dist/{components → component}/Icons/align-center-icon.d.ts +0 -0
  369. /package/dist/{components → component}/Icons/align-center-icon.js +0 -0
  370. /package/dist/{components → component}/Icons/align-justify-icon.d.ts +0 -0
  371. /package/dist/{components → component}/Icons/align-justify-icon.js +0 -0
  372. /package/dist/{components → component}/Icons/align-left-icon.d.ts +0 -0
  373. /package/dist/{components → component}/Icons/align-left-icon.js +0 -0
  374. /package/dist/{components → component}/Icons/align-right-icon.d.ts +0 -0
  375. /package/dist/{components → component}/Icons/align-right-icon.js +0 -0
  376. /package/dist/{components → component}/Icons/align-top-icon.d.ts +0 -0
  377. /package/dist/{components → component}/Icons/align-top-icon.js +0 -0
  378. /package/dist/{components → component}/Icons/align-vertically-icon.d.ts +0 -0
  379. /package/dist/{components → component}/Icons/align-vertically-icon.js +0 -0
  380. /package/dist/{components → component}/Icons/anticlockwise-line-icon.d.ts +0 -0
  381. /package/dist/{components → component}/Icons/anticlockwise-line-icon.js +0 -0
  382. /package/dist/{components → component}/Icons/arrow-down-s-line-icon.d.ts +0 -0
  383. /package/dist/{components → component}/Icons/arrow-down-s-line-icon.js +0 -0
  384. /package/dist/{components → component}/Icons/arrow-go-back-line-icon.d.ts +0 -0
  385. /package/dist/{components → component}/Icons/arrow-go-back-line-icon.js +0 -0
  386. /package/dist/{components → component}/Icons/arrow-go-forward-line-icon.d.ts +0 -0
  387. /package/dist/{components → component}/Icons/arrow-go-forward-line-icon.js +0 -0
  388. /package/dist/{components → component}/Icons/arrow-left-wide-line-icon.d.ts +0 -0
  389. /package/dist/{components → component}/Icons/arrow-left-wide-line-icon.js +0 -0
  390. /package/dist/{components → component}/Icons/at-line-icon.d.ts +0 -0
  391. /package/dist/{components → component}/Icons/at-line-icon.js +0 -0
  392. /package/dist/{components → component}/Icons/attachment-2-icon.d.ts +0 -0
  393. /package/dist/{components → component}/Icons/attachment-2-icon.js +0 -0
  394. /package/dist/{components → component}/Icons/attachment-line-icon.d.ts +0 -0
  395. /package/dist/{components → component}/Icons/attachment-line-icon.js +0 -0
  396. /package/dist/{components → component}/Icons/bilibili-line-icon.d.ts +0 -0
  397. /package/dist/{components → component}/Icons/bilibili-line-icon.js +0 -0
  398. /package/dist/{components → component}/Icons/bold-icon.d.ts +0 -0
  399. /package/dist/{components → component}/Icons/bold-icon.js +0 -0
  400. /package/dist/{components → component}/Icons/brush-line-icon.d.ts +0 -0
  401. /package/dist/{components → component}/Icons/brush-line-icon.js +0 -0
  402. /package/dist/{components → component}/Icons/carousel-view-icon.d.ts +0 -0
  403. /package/dist/{components → component}/Icons/carousel-view-icon.js +0 -0
  404. /package/dist/{components → component}/Icons/checkbox-blank-circle-line-icon.d.ts +0 -0
  405. /package/dist/{components → component}/Icons/checkbox-blank-circle-line-icon.js +0 -0
  406. /package/dist/{components → component}/Icons/checkbox-circle-fill-icon.d.ts +0 -0
  407. /package/dist/{components → component}/Icons/checkbox-circle-fill-icon.js +0 -0
  408. /package/dist/{components → component}/Icons/checkbox-circle-line-icon.d.ts +0 -0
  409. /package/dist/{components → component}/Icons/checkbox-circle-line-icon.js +0 -0
  410. /package/dist/{components → component}/Icons/chrome-icon.d.ts +0 -0
  411. /package/dist/{components → component}/Icons/chrome-icon.js +0 -0
  412. /package/dist/{components → component}/Icons/clockwise-line-icon.d.ts +0 -0
  413. /package/dist/{components → component}/Icons/clockwise-line-icon.js +0 -0
  414. /package/dist/{components → component}/Icons/close-circle-fill-icon.d.ts +0 -0
  415. /package/dist/{components → component}/Icons/close-circle-fill-icon.js +0 -0
  416. /package/dist/{components → component}/Icons/code-box-line-icon.d.ts +0 -0
  417. /package/dist/{components → component}/Icons/code-box-line-icon.js +0 -0
  418. /package/dist/{components → component}/Icons/code-line-icon.d.ts +0 -0
  419. /package/dist/{components → component}/Icons/code-line-icon.js +0 -0
  420. /package/dist/{components → component}/Icons/code-s-slash-line-icon.d.ts +0 -0
  421. /package/dist/{components → component}/Icons/code-s-slash-line-icon.js +0 -0
  422. /package/dist/{components → component}/Icons/collapse-horizontal-line.d.ts +0 -0
  423. /package/dist/{components → component}/Icons/collapse-horizontal-line.js +0 -0
  424. /package/dist/{components → component}/Icons/collapse-icon.d.ts +0 -0
  425. /package/dist/{components → component}/Icons/collapse-icon.js +0 -0
  426. /package/dist/{components → component}/Icons/command-line-icon.d.ts +0 -0
  427. /package/dist/{components → component}/Icons/command-line-icon.js +0 -0
  428. /package/dist/{components → component}/Icons/copy-icon.d.ts +0 -0
  429. /package/dist/{components → component}/Icons/copy-icon.js +0 -0
  430. /package/dist/{components → component}/Icons/custom-size-icon.d.ts +0 -0
  431. /package/dist/{components → component}/Icons/custom-size-icon.js +0 -0
  432. /package/dist/{components → component}/Icons/delete-back-2-line-icon.d.ts +0 -0
  433. /package/dist/{components → component}/Icons/delete-back-2-line-icon.js +0 -0
  434. /package/dist/{components → component}/Icons/delete-column-icon.d.ts +0 -0
  435. /package/dist/{components → component}/Icons/delete-column-icon.js +0 -0
  436. /package/dist/{components → component}/Icons/delete-line-icon.d.ts +0 -0
  437. /package/dist/{components → component}/Icons/delete-line-icon.js +0 -0
  438. /package/dist/{components → component}/Icons/delete-row-icon.d.ts +0 -0
  439. /package/dist/{components → component}/Icons/delete-row-icon.js +0 -0
  440. /package/dist/{components → component}/Icons/double-quotes-l-icon.d.ts +0 -0
  441. /package/dist/{components → component}/Icons/double-quotes-l-icon.js +0 -0
  442. /package/dist/{components → component}/Icons/download-2-line-icon.d.ts +0 -0
  443. /package/dist/{components → component}/Icons/download-2-line-icon.js +0 -0
  444. /package/dist/{components → component}/Icons/download-line-icon.d.ts +0 -0
  445. /package/dist/{components → component}/Icons/download-line-icon.js +0 -0
  446. /package/dist/{components → component}/Icons/draggable-icon.d.ts +0 -0
  447. /package/dist/{components → component}/Icons/draggable-icon.js +0 -0
  448. /package/dist/{components → component}/Icons/edit-box-line-icon.d.ts +0 -0
  449. /package/dist/{components → component}/Icons/edit-box-line-icon.js +0 -0
  450. /package/dist/{components → component}/Icons/edit-line-icon.d.ts +0 -0
  451. /package/dist/{components → component}/Icons/edit-line-icon.js +0 -0
  452. /package/dist/{components → component}/Icons/emotion-line-icon.d.ts +0 -0
  453. /package/dist/{components → component}/Icons/emotion-line-icon.js +0 -0
  454. /package/dist/{components → component}/Icons/eraser-line-icon.d.ts +0 -0
  455. /package/dist/{components → component}/Icons/eraser-line-icon.js +0 -0
  456. /package/dist/{components → component}/Icons/error-warning-fill-icon.d.ts +0 -0
  457. /package/dist/{components → component}/Icons/error-warning-fill-icon.js +0 -0
  458. /package/dist/{components → component}/Icons/expand-horizontal-line-icon.d.ts +0 -0
  459. /package/dist/{components → component}/Icons/expand-horizontal-line-icon.js +0 -0
  460. /package/dist/{components → component}/Icons/expend-icon.d.ts +0 -0
  461. /package/dist/{components → component}/Icons/expend-icon.js +0 -0
  462. /package/dist/{components → component}/Icons/export-line-icon.d.ts +0 -0
  463. /package/dist/{components → component}/Icons/export-line-icon.js +0 -0
  464. /package/dist/{components → component}/Icons/eye-line-icon.d.ts +0 -0
  465. /package/dist/{components → component}/Icons/eye-line-icon.js +0 -0
  466. /package/dist/{components → component}/Icons/file-copy-line-icon.d.ts +0 -0
  467. /package/dist/{components → component}/Icons/file-copy-line-icon.js +0 -0
  468. /package/dist/{components → component}/Icons/file-icon.d.ts +0 -0
  469. /package/dist/{components → component}/Icons/file-icon.js +0 -0
  470. /package/dist/{components → component}/Icons/file-upload-line-icon.d.ts +0 -0
  471. /package/dist/{components → component}/Icons/file-upload-line-icon.js +0 -0
  472. /package/dist/{components → component}/Icons/flip-grid-icon.d.ts +0 -0
  473. /package/dist/{components → component}/Icons/flip-grid-icon.js +0 -0
  474. /package/dist/{components → component}/Icons/flip-left-line-icon.d.ts +0 -0
  475. /package/dist/{components → component}/Icons/flip-left-line-icon.js +0 -0
  476. /package/dist/{components → component}/Icons/flip-right-line-icon.d.ts +0 -0
  477. /package/dist/{components → component}/Icons/flip-right-line-icon.js +0 -0
  478. /package/dist/{components → component}/Icons/flow-chart-icon.d.ts +0 -0
  479. /package/dist/{components → component}/Icons/flow-chart-icon.js +0 -0
  480. /package/dist/{components → component}/Icons/folder-2-line-icon.d.ts +0 -0
  481. /package/dist/{components → component}/Icons/folder-2-line-icon.js +0 -0
  482. /package/dist/{components → component}/Icons/font-color-icon.d.ts +0 -0
  483. /package/dist/{components → component}/Icons/font-color-icon.js +0 -0
  484. /package/dist/{components → component}/Icons/font-family-icon.d.ts +0 -0
  485. /package/dist/{components → component}/Icons/font-family-icon.js +0 -0
  486. /package/dist/{components → component}/Icons/font-size-icon.d.ts +0 -0
  487. /package/dist/{components → component}/Icons/font-size-icon.js +0 -0
  488. /package/dist/{components → component}/Icons/format-clear-icon.d.ts +0 -0
  489. /package/dist/{components → component}/Icons/format-clear-icon.js +0 -0
  490. /package/dist/{components → component}/Icons/formula-icon.d.ts +0 -0
  491. /package/dist/{components → component}/Icons/formula-icon.js +0 -0
  492. /package/dist/{components → component}/Icons/fullscreen-exit-line-icon.d.ts +0 -0
  493. /package/dist/{components → component}/Icons/fullscreen-exit-line-icon.js +0 -0
  494. /package/dist/{components → component}/Icons/fullscreen-line-icon.d.ts +0 -0
  495. /package/dist/{components → component}/Icons/fullscreen-line-icon.js +0 -0
  496. /package/dist/{components → component}/Icons/functions-icon.d.ts +0 -0
  497. /package/dist/{components → component}/Icons/functions-icon.js +0 -0
  498. /package/dist/{components → component}/Icons/game-line-icon.d.ts +0 -0
  499. /package/dist/{components → component}/Icons/game-line-icon.js +0 -0
  500. /package/dist/{components → component}/Icons/h-1-icon.d.ts +0 -0
  501. /package/dist/{components → component}/Icons/h-1-icon.js +0 -0
  502. /package/dist/{components → component}/Icons/h-2-icon.d.ts +0 -0
  503. /package/dist/{components → component}/Icons/h-2-icon.js +0 -0
  504. /package/dist/{components → component}/Icons/h-3-icon.d.ts +0 -0
  505. /package/dist/{components → component}/Icons/h-3-icon.js +0 -0
  506. /package/dist/{components → component}/Icons/h-4-icon.d.ts +0 -0
  507. /package/dist/{components → component}/Icons/h-4-icon.js +0 -0
  508. /package/dist/{components → component}/Icons/h-5-icon.d.ts +0 -0
  509. /package/dist/{components → component}/Icons/h-5-icon.js +0 -0
  510. /package/dist/{components → component}/Icons/h-6-icon.d.ts +0 -0
  511. /package/dist/{components → component}/Icons/h-6-icon.js +0 -0
  512. /package/dist/{components → component}/Icons/heading-icon.d.ts +0 -0
  513. /package/dist/{components → component}/Icons/heading-icon.js +0 -0
  514. /package/dist/{components → component}/Icons/image-add-line-icon.d.ts +0 -0
  515. /package/dist/{components → component}/Icons/image-add-line-icon.js +0 -0
  516. /package/dist/{components → component}/Icons/image-line-icon.d.ts +0 -0
  517. /package/dist/{components → component}/Icons/image-line-icon.js +0 -0
  518. /package/dist/{components → component}/Icons/import-line-icon.d.ts +0 -0
  519. /package/dist/{components → component}/Icons/import-line-icon.js +0 -0
  520. /package/dist/{components → component}/Icons/indent-decrease-icon.d.ts +0 -0
  521. /package/dist/{components → component}/Icons/indent-decrease-icon.js +0 -0
  522. /package/dist/{components → component}/Icons/indent-increase-icon.d.ts +0 -0
  523. /package/dist/{components → component}/Icons/indent-increase-icon.js +0 -0
  524. /package/dist/{components → component}/Icons/index.d.ts +0 -0
  525. /package/dist/{components → component}/Icons/index.js +0 -0
  526. /package/dist/{components → component}/Icons/information-2-fill-icon.d.ts +0 -0
  527. /package/dist/{components → component}/Icons/information-2-fill-icon.js +0 -0
  528. /package/dist/{components → component}/Icons/information-2-line-icon.d.ts +0 -0
  529. /package/dist/{components → component}/Icons/information-2-line-icon.js +0 -0
  530. /package/dist/{components → component}/Icons/insert-column-left-icon.d.ts +0 -0
  531. /package/dist/{components → component}/Icons/insert-column-left-icon.js +0 -0
  532. /package/dist/{components → component}/Icons/insert-column-right-icon.d.ts +0 -0
  533. /package/dist/{components → component}/Icons/insert-column-right-icon.js +0 -0
  534. /package/dist/{components → component}/Icons/insert-row-bottom-icon.d.ts +0 -0
  535. /package/dist/{components → component}/Icons/insert-row-bottom-icon.js +0 -0
  536. /package/dist/{components → component}/Icons/insert-row-top-icon.d.ts +0 -0
  537. /package/dist/{components → component}/Icons/insert-row-top-icon.js +0 -0
  538. /package/dist/{components → component}/Icons/italic-icon.d.ts +0 -0
  539. /package/dist/{components → component}/Icons/italic-icon.js +0 -0
  540. /package/dist/{components → component}/Icons/keyboard-line-icon.d.ts +0 -0
  541. /package/dist/{components → component}/Icons/keyboard-line-icon.js +0 -0
  542. /package/dist/{components → component}/Icons/layout-left-2-line-icon.d.ts +0 -0
  543. /package/dist/{components → component}/Icons/layout-left-2-line-icon.js +0 -0
  544. /package/dist/{components → component}/Icons/layout-top-2-line-icon.d.ts +0 -0
  545. /package/dist/{components → component}/Icons/layout-top-2-line-icon.js +0 -0
  546. /package/dist/{components → component}/Icons/link-icon.d.ts +0 -0
  547. /package/dist/{components → component}/Icons/link-icon.js +0 -0
  548. /package/dist/{components → component}/Icons/link-unlink-icon.d.ts +0 -0
  549. /package/dist/{components → component}/Icons/link-unlink-icon.js +0 -0
  550. /package/dist/{components → component}/Icons/list-check-2-icon.d.ts +0 -0
  551. /package/dist/{components → component}/Icons/list-check-2-icon.js +0 -0
  552. /package/dist/{components → component}/Icons/list-check-3-icon.d.ts +0 -0
  553. /package/dist/{components → component}/Icons/list-check-3-icon.js +0 -0
  554. /package/dist/{components → component}/Icons/list-ordered-2-icon.d.ts +0 -0
  555. /package/dist/{components → component}/Icons/list-ordered-2-icon.js +0 -0
  556. /package/dist/{components → component}/Icons/list-unordered-icon.d.ts +0 -0
  557. /package/dist/{components → component}/Icons/list-unordered-icon.js +0 -0
  558. /package/dist/{components → component}/Icons/mark-pen-line-icon.d.ts +0 -0
  559. /package/dist/{components → component}/Icons/mark-pen-line-icon.js +0 -0
  560. /package/dist/{components → component}/Icons/markdown-line-icon.d.ts +0 -0
  561. /package/dist/{components → component}/Icons/markdown-line-icon.js +0 -0
  562. /package/dist/{components → component}/Icons/markup-line-icon.d.ts +0 -0
  563. /package/dist/{components → component}/Icons/markup-line-icon.js +0 -0
  564. /package/dist/{components → component}/Icons/menu-fold-2-fill-icon.d.ts +0 -0
  565. /package/dist/{components → component}/Icons/menu-fold-2-fill-icon.js +0 -0
  566. /package/dist/{components → component}/Icons/merge-cells-horizontal-icon.d.ts +0 -0
  567. /package/dist/{components → component}/Icons/merge-cells-horizontal-icon.js +0 -0
  568. /package/dist/{components → component}/Icons/merge-cells-vertical-icon.d.ts +0 -0
  569. /package/dist/{components → component}/Icons/merge-cells-vertical-icon.js +0 -0
  570. /package/dist/{components → component}/Icons/mind-map-icon.d.ts +0 -0
  571. /package/dist/{components → component}/Icons/mind-map-icon.js +0 -0
  572. /package/dist/{components → component}/Icons/more-line-icon.d.ts +0 -0
  573. /package/dist/{components → component}/Icons/more-line-icon.js +0 -0
  574. /package/dist/{components → component}/Icons/movie-line-icon.d.ts +0 -0
  575. /package/dist/{components → component}/Icons/movie-line-icon.js +0 -0
  576. /package/dist/{components → component}/Icons/music-2-line-icon.d.ts +0 -0
  577. /package/dist/{components → component}/Icons/music-2-line-icon.js +0 -0
  578. /package/dist/{components → component}/Icons/node-tree-icon.d.ts +0 -0
  579. /package/dist/{components → component}/Icons/node-tree-icon.js +0 -0
  580. /package/dist/{components → component}/Icons/notification-3-line-icon.d.ts +0 -0
  581. /package/dist/{components → component}/Icons/notification-3-line-icon.js +0 -0
  582. /package/dist/{components → component}/Icons/organization-chart-icon.d.ts +0 -0
  583. /package/dist/{components → component}/Icons/organization-chart-icon.js +0 -0
  584. /package/dist/{components → component}/Icons/pause-line-icon.d.ts +0 -0
  585. /package/dist/{components → component}/Icons/pause-line-icon.js +0 -0
  586. /package/dist/{components → component}/Icons/play-line-icon.d.ts +0 -0
  587. /package/dist/{components → component}/Icons/play-line-icon.js +0 -0
  588. /package/dist/{components → component}/Icons/question-fill-icon.d.ts +0 -0
  589. /package/dist/{components → component}/Icons/question-fill-icon.js +0 -0
  590. /package/dist/{components → component}/Icons/quote-text-icon.d.ts +0 -0
  591. /package/dist/{components → component}/Icons/quote-text-icon.js +0 -0
  592. /package/dist/{components → component}/Icons/repeat-2-line-icon.d.ts +0 -0
  593. /package/dist/{components → component}/Icons/repeat-2-line-icon.js +0 -0
  594. /package/dist/{components → component}/Icons/reset-left-fill-icon.d.ts +0 -0
  595. /package/dist/{components → component}/Icons/reset-left-fill-icon.js +0 -0
  596. /package/dist/{components → component}/Icons/scissors-cut-line-icon.d.ts +0 -0
  597. /package/dist/{components → component}/Icons/scissors-cut-line-icon.js +0 -0
  598. /package/dist/{components → component}/Icons/screenshot-line-icon.d.ts +0 -0
  599. /package/dist/{components → component}/Icons/screenshot-line-icon.js +0 -0
  600. /package/dist/{components → component}/Icons/scroll-to-bottom-line-icon.d.ts +0 -0
  601. /package/dist/{components → component}/Icons/scroll-to-bottom-line-icon.js +0 -0
  602. /package/dist/{components → component}/Icons/separator-icon.d.ts +0 -0
  603. /package/dist/{components → component}/Icons/separator-icon.js +0 -0
  604. /package/dist/{components → component}/Icons/share-box-line-icon.d.ts +0 -0
  605. /package/dist/{components → component}/Icons/share-box-line-icon.js +0 -0
  606. /package/dist/{components → component}/Icons/sketching-icon.d.ts +0 -0
  607. /package/dist/{components → component}/Icons/sketching-icon.js +0 -0
  608. /package/dist/{components → component}/Icons/skip-down-icon.d.ts +0 -0
  609. /package/dist/{components → component}/Icons/skip-down-icon.js +0 -0
  610. /package/dist/{components → component}/Icons/skip-left-icon.d.ts +0 -0
  611. /package/dist/{components → component}/Icons/skip-left-icon.js +0 -0
  612. /package/dist/{components → component}/Icons/skip-right-icon.d.ts +0 -0
  613. /package/dist/{components → component}/Icons/skip-right-icon.js +0 -0
  614. /package/dist/{components → component}/Icons/skip-up-icon.d.ts +0 -0
  615. /package/dist/{components → component}/Icons/skip-up-icon.js +0 -0
  616. /package/dist/{components → component}/Icons/slash-commands-2-icon.d.ts +0 -0
  617. /package/dist/{components → component}/Icons/slash-commands-2-icon.js +0 -0
  618. /package/dist/{components → component}/Icons/speed-line-icon.d.ts +0 -0
  619. /package/dist/{components → component}/Icons/speed-line-icon.js +0 -0
  620. /package/dist/{components → component}/Icons/split-cells-horizontal-icon.d.ts +0 -0
  621. /package/dist/{components → component}/Icons/split-cells-horizontal-icon.js +0 -0
  622. /package/dist/{components → component}/Icons/split-cells-vertical-icon.d.ts +0 -0
  623. /package/dist/{components → component}/Icons/split-cells-vertical-icon.js +0 -0
  624. /package/dist/{components → component}/Icons/square-root-icon.d.ts +0 -0
  625. /package/dist/{components → component}/Icons/square-root-icon.js +0 -0
  626. /package/dist/{components → component}/Icons/strikethrough-icon.d.ts +0 -0
  627. /package/dist/{components → component}/Icons/strikethrough-icon.js +0 -0
  628. /package/dist/{components → component}/Icons/subscript-icon.d.ts +0 -0
  629. /package/dist/{components → component}/Icons/subscript-icon.js +0 -0
  630. /package/dist/{components → component}/Icons/superscript-icon.d.ts +0 -0
  631. /package/dist/{components → component}/Icons/superscript-icon.js +0 -0
  632. /package/dist/{components → component}/Icons/table-2-icon.d.ts +0 -0
  633. /package/dist/{components → component}/Icons/table-2-icon.js +0 -0
  634. /package/dist/{components → component}/Icons/table-view-icon.d.ts +0 -0
  635. /package/dist/{components → component}/Icons/table-view-icon.js +0 -0
  636. /package/dist/{components → component}/Icons/text-icon.d.ts +0 -0
  637. /package/dist/{components → component}/Icons/text-icon.js +0 -0
  638. /package/dist/{components → component}/Icons/text-wrap-icon.d.ts +0 -0
  639. /package/dist/{components → component}/Icons/text-wrap-icon.js +0 -0
  640. /package/dist/{components → component}/Icons/title-icon.d.ts +0 -0
  641. /package/dist/{components → component}/Icons/title-icon.js +0 -0
  642. /package/dist/{components → component}/Icons/tooltip-line-icon.d.ts +0 -0
  643. /package/dist/{components → component}/Icons/tooltip-line-icon.js +0 -0
  644. /package/dist/{components → component}/Icons/underline-icon.d.ts +0 -0
  645. /package/dist/{components → component}/Icons/underline-icon.js +0 -0
  646. /package/dist/{components → component}/Icons/upload-cloud-2-line-icon.d.ts +0 -0
  647. /package/dist/{components → component}/Icons/upload-cloud-2-line-icon.js +0 -0
  648. /package/dist/{components → component}/Icons/upload-icon.d.ts +0 -0
  649. /package/dist/{components → component}/Icons/upload-icon.js +0 -0
  650. /package/dist/{components → component}/Icons/user-smile-fill-icon.d.ts +0 -0
  651. /package/dist/{components → component}/Icons/user-smile-fill-icon.js +0 -0
  652. /package/dist/{components → component}/Icons/volume-down-line-icon.d.ts +0 -0
  653. /package/dist/{components → component}/Icons/volume-down-line-icon.js +0 -0
  654. /package/dist/{components → component}/Icons/volume-mute-line-icon.d.ts +0 -0
  655. /package/dist/{components → component}/Icons/volume-mute-line-icon.js +0 -0
  656. /package/dist/{components → component}/Icons/volume-up-line-icon.d.ts +0 -0
  657. /package/dist/{components → component}/Icons/volume-up-line-icon.js +0 -0
  658. /package/dist/{components → component}/Icons/window-fill-icon.d.ts +0 -0
  659. /package/dist/{components → component}/Icons/window-fill-icon.js +0 -0
  660. /package/dist/{components → component}/ImageViewer/Item.d.ts +0 -0
  661. /package/dist/{components → component}/ImageViewer/Item.js +0 -0
  662. /package/dist/{components → component}/ImageViewer/Provider.d.ts +0 -0
  663. /package/dist/{components → component}/ImageViewer/Provider.js +0 -0
  664. /package/dist/{components → component}/ImageViewer/Toolbar.d.ts +0 -0
  665. /package/dist/{components → component}/ImageViewer/Toolbar.js +0 -0
  666. /package/dist/{components → component}/ImageViewer/context.d.ts +0 -0
  667. /package/dist/{components → component}/ImageViewer/context.js +0 -0
  668. /package/dist/{components → component}/ImageViewer/index.d.ts +0 -0
  669. /package/dist/{components → component}/ImageViewer/index.js +0 -0
  670. /package/dist/{components → component}/ImageViewer/styles.d.ts +0 -0
  671. /package/dist/{components → component}/ImageViewer/styles.js +0 -0
  672. /package/dist/{components → component}/ImageViewer/types.d.ts +0 -0
  673. /package/dist/{components → component}/ImageViewer/types.js +0 -0
  674. /package/dist/{components → component}/Toolbar/EditorAlignSelect.d.ts +0 -0
  675. /package/dist/{components → component}/Toolbar/EditorCode.d.ts +0 -0
  676. /package/dist/{components → component}/Toolbar/EditorFontBgColor.d.ts +0 -0
  677. /package/dist/{components → component}/Toolbar/EditorFontBgColor.js +0 -0
  678. /package/dist/{components → component}/Toolbar/EditorFontColor.d.ts +0 -0
  679. /package/dist/{components → component}/Toolbar/EditorFontColor.js +0 -0
  680. /package/dist/{components → component}/Toolbar/EditorFontSize.d.ts +0 -0
  681. /package/dist/{components → component}/Toolbar/EditorFontSize.js +0 -0
  682. /package/dist/{components → component}/Toolbar/EditorHeading.d.ts +0 -0
  683. /package/dist/{components → component}/Toolbar/EditorInsert/index.d.ts +0 -0
  684. /package/dist/{components → component}/Toolbar/EditorListSelect.d.ts +0 -0
  685. /package/dist/{components → component}/Toolbar/EditorMath.d.ts +0 -0
  686. /package/dist/{components → component}/Toolbar/EditorMore/NotificationDialog.d.ts +0 -0
  687. /package/dist/{components → component}/Toolbar/EditorScript.d.ts +0 -0
  688. /package/dist/{components → component}/Toolbar/EditorVerticalAlignSelect.d.ts +0 -0
  689. /package/dist/{components → component}/Toolbar/Item.d.ts +0 -0
  690. /package/dist/{components → component}/Toolbar/TableSizePicker.d.ts +0 -0
  691. /package/dist/{components → component}/index.d.ts +0 -0
  692. /package/dist/{components → component}/index.js +0 -0
  693. /package/dist/{constants → contants}/highlight.d.ts +0 -0
  694. /package/dist/{constants → contants}/highlight.js +0 -0
  695. /package/dist/{constants → contants}/markdown-placeholder.d.ts +0 -0
  696. /package/dist/{constants → contants}/markdown-placeholder.js +0 -0
  697. /package/dist/{constants → contants}/placeholder.d.ts +0 -0
  698. /package/dist/{constants → contants}/placeholder.js +0 -0
  699. /package/dist/{constants → contants}/shortcut-key.d.ts +0 -0
  700. /package/dist/{constants → contants}/shortcut-key.js +0 -0
  701. /package/dist/{constants → contants}/slash-commands.d.ts +0 -0
  702. /package/dist/{editor-core/extensions → extension}/component/Alert/index.d.ts +0 -0
  703. /package/dist/{editor-core/extensions → extension}/component/Attachment/AttachmentContent.d.ts +0 -0
  704. /package/dist/{editor-core/extensions → extension}/component/CodeBlock/Readonly.d.ts +0 -0
  705. /package/dist/{editor-core/extensions → extension}/component/CodeBlock/index.d.ts +0 -0
  706. /package/dist/{editor-core/extensions → extension}/component/DrawPanel/ExcalidrawEditor.d.ts +0 -0
  707. /package/dist/{editor-core/extensions → extension}/component/DrawPanel/ExcalidrawEditor.js +0 -0
  708. /package/dist/{editor-core/extensions → extension}/component/DrawPanel/Modal.d.ts +0 -0
  709. /package/dist/{editor-core/extensions → extension}/component/DrawPanel/Modal.js +0 -0
  710. /package/dist/{editor-core/extensions → extension}/component/EmojiList/index.d.ts +0 -0
  711. /package/dist/{editor-core/extensions → extension}/component/EmojiList/index.js +0 -0
  712. /package/dist/{editor-core/extensions → extension}/component/FlipGrid/ColumnView.d.ts +0 -0
  713. /package/dist/{editor-core/extensions → extension}/component/FlipGrid/index.d.ts +0 -0
  714. /package/dist/{editor-core/extensions → extension}/component/FlipGrid/index.js +0 -0
  715. /package/dist/{editor-core/extensions → extension}/component/FlipGrid/utils.d.ts +0 -0
  716. /package/dist/{editor-core/extensions → extension}/component/FlipGrid/utils.js +0 -0
  717. /package/dist/{editor-core/extensions → extension}/component/Flow/Edit.d.ts +0 -0
  718. /package/dist/{editor-core/extensions → extension}/component/Flow/FlowDiagram.d.ts +0 -0
  719. /package/dist/{editor-core/extensions → extension}/component/Flow/FlowDiagram.js +0 -0
  720. /package/dist/{editor-core/extensions → extension}/component/Flow/Insert.d.ts +0 -0
  721. /package/dist/{editor-core/extensions → extension}/component/Flow/Readonly.d.ts +0 -0
  722. /package/dist/{editor-core/extensions → extension}/component/Flow/Readonly.js +0 -0
  723. /package/dist/{editor-core/extensions → extension}/component/Flow/useMermaidRender.d.ts +0 -0
  724. /package/dist/{editor-core/extensions → extension}/component/Flow/useMermaidRender.js +0 -0
  725. /package/dist/{editor-core/extensions → extension}/component/Flow/utils.d.ts +0 -0
  726. /package/dist/{editor-core/extensions → extension}/component/Flow/utils.js +0 -0
  727. /package/dist/{features/media/iframe → extension/component/Iframe}/Readonly.d.ts +0 -0
  728. /package/dist/{features/media/iframe → extension/component/Iframe}/Readonly.js +0 -0
  729. /package/dist/{features/media/image → extension/component/Image}/Crop.js +0 -0
  730. /package/dist/{features/media/image → extension/component/Image}/Readonly.d.ts +0 -0
  731. /package/dist/{editor-core/extensions → extension}/component/Link/Markdown.d.ts +0 -0
  732. /package/dist/{editor-core/extensions → extension}/component/Mathematics/block/Readonly.js +0 -0
  733. /package/dist/{editor-core/extensions → extension}/component/Mathematics/index.d.ts +0 -0
  734. /package/dist/{editor-core/extensions → extension}/component/Mathematics/index.js +0 -0
  735. /package/dist/{editor-core/extensions → extension}/component/Mathematics/inline/Readonly.js +0 -0
  736. /package/dist/{editor-core/extensions → extension}/component/MentionList/index.d.ts +0 -0
  737. /package/dist/{editor-core/extensions → extension}/component/MentionList/index.js +0 -0
  738. /package/dist/{features/table → extension/component}/TableCellHandleMenu/index.d.ts +0 -0
  739. /package/dist/{features/table → extension/component}/TableExtendButton/TableExtendButton.css +0 -0
  740. /package/dist/{features/table → extension/component}/TableExtendButton/use-table-extend-row-column.d.ts +0 -0
  741. /package/dist/{features/table → extension/component}/TableExtendButton/use-table-extend-row-column.js +0 -0
  742. /package/dist/{features/table → extension/component}/TableHandle/TableHandleMenu.css +0 -0
  743. /package/dist/{features/table → extension/component}/TableHandle/use-table-handle-positioning.d.ts +0 -0
  744. /package/dist/{features/table → extension/component}/TableHandle/use-table-handle-state.js +0 -0
  745. /package/dist/{features/table → extension/component}/TableSelectionOverlay/index.d.ts +0 -0
  746. /package/dist/{editor-core/extensions → extension}/component/Tooltip/EditPopover.d.ts +0 -0
  747. /package/dist/{editor-core/extensions → extension}/component/Tooltip/index.d.ts +0 -0
  748. /package/dist/{features/media/video → extension/component/Video}/Readonly.d.ts +0 -0
  749. /package/dist/{features/media/video → extension/component/Video}/Readonly.js +0 -0
  750. /package/dist/{editor-core/extensions → extension}/extension/AiWriting.d.ts +0 -0
  751. /package/dist/{editor-core/extensions → extension}/extension/AiWriting.js +0 -0
  752. /package/dist/{editor-core/extensions → extension}/extension/SlashCommands.d.ts +0 -0
  753. /package/dist/{editor-core/extensions → extension}/extension/SlashCommands.js +0 -0
  754. /package/dist/{editor-core/extensions → extension}/extension/StructuredDiff.d.ts +0 -0
  755. /package/dist/{editor-core/extensions → extension}/extension/index.d.ts +0 -0
  756. /package/dist/{editor-core/extensions → extension}/extension/index.js +0 -0
  757. /package/dist/{editor-core/extensions → extension}/mark/Code.d.ts +0 -0
  758. /package/dist/{editor-core/extensions → extension}/mark/Code.js +0 -0
  759. /package/dist/{editor-core/extensions → extension}/mark/Tooltip.d.ts +0 -0
  760. /package/dist/{editor-core/extensions → extension}/mark/Tooltip.js +0 -0
  761. /package/dist/{editor-core/extensions → extension}/node/Alert.d.ts +0 -0
  762. /package/dist/{editor-core/extensions → extension}/node/Alert.js +0 -0
  763. /package/dist/{editor-core/extensions → extension}/node/CodeBlockLowlight.d.ts +0 -0
  764. /package/dist/{editor-core/extensions → extension}/node/Details.d.ts +0 -0
  765. /package/dist/{editor-core/extensions → extension}/node/Details.js +0 -0
  766. /package/dist/{editor-core/extensions → extension}/node/DrawPanel.js +0 -0
  767. /package/dist/{editor-core/extensions → extension}/node/Emoji.d.ts +0 -0
  768. /package/dist/{editor-core/extensions → extension}/node/Emoji.js +0 -0
  769. /package/dist/{editor-core/extensions → extension}/node/FlipGrid.d.ts +0 -0
  770. /package/dist/{editor-core/extensions → extension}/node/FlipGrid.js +0 -0
  771. /package/dist/{editor-core/extensions → extension}/node/Flow/index.js +0 -0
  772. /package/dist/{editor-core/extensions → extension}/node/HorizontalRule.d.ts +0 -0
  773. /package/dist/{editor-core/extensions → extension}/node/HorizontalRule.js +0 -0
  774. /package/dist/{editor-core/extensions → extension}/node/Indent.d.ts +0 -0
  775. /package/dist/{editor-core/extensions → extension}/node/Indent.js +0 -0
  776. /package/dist/{editor-core/extensions → extension}/node/InlineUploadProgress.d.ts +0 -0
  777. /package/dist/{editor-core/extensions → extension}/node/InlineUploadProgress.js +0 -0
  778. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/autolink.d.ts +0 -0
  779. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/autolink.js +0 -0
  780. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/clickHandler.d.ts +0 -0
  781. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/clickHandler.js +0 -0
  782. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/pasteHandler.d.ts +0 -0
  783. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/pasteHandler.js +0 -0
  784. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/whitespace.d.ts +0 -0
  785. /package/dist/{editor-core/extensions → extension}/node/Link/helpers/whitespace.js +0 -0
  786. /package/dist/{editor-core/extensions → extension}/node/Link/index.d.ts +0 -0
  787. /package/dist/{editor-core/extensions → extension}/node/ListKit.d.ts +0 -0
  788. /package/dist/{editor-core/extensions → extension}/node/Mention.js +0 -0
  789. /package/dist/{editor-core/extensions → extension}/node/Script.d.ts +0 -0
  790. /package/dist/{editor-core/extensions → extension}/node/Script.js +0 -0
  791. /package/dist/{editor-core/extensions → extension}/node/Table.d.ts +0 -0
  792. /package/dist/{features/table/plugin → extension/node/TableHandler}/create-image.d.ts +0 -0
  793. /package/dist/{features/table/plugin → extension/node/TableHandler}/create-image.js +0 -0
  794. /package/dist/{editor-core/extensions → extension}/node/TableOfContents/plugin.d.ts +0 -0
  795. /package/dist/{editor-core/extensions → extension}/node/TableOfContents/types.d.ts +0 -0
  796. /package/dist/{editor-core/extensions → extension}/node/TableOfContents/types.js +0 -0
  797. /package/dist/{editor-core/extensions → extension}/node/TableOfContents/util.d.ts +0 -0
  798. /package/dist/{editor-core/extensions → extension}/node/TableOfContents/util.js +0 -0
  799. /package/dist/{editor-core/extensions → extension}/node/UploadProgress.d.ts +0 -0
  800. /package/dist/{editor-core/extensions → extension}/node/UploadProgress.js +0 -0
  801. /package/dist/{editor-core/extensions → extension}/node/VerticalAlign.d.ts +0 -0
  802. /package/dist/{editor-core/extensions → extension}/node/VerticalAlign.js +0 -0
  803. /package/dist/{editor-core/extensions → extension}/node/YamlFormat.d.ts +0 -0
  804. /package/dist/{editor-core/extensions → extension}/node/YamlFormat.js +0 -0
  805. /package/dist/{editor-core/extensions → extension}/node/Youtube.d.ts +0 -0
  806. /package/dist/{editor-core/extensions → extension}/node/Youtube.js +0 -0
  807. /package/dist/{editor-core/extensions → extension}/node/index.d.ts +0 -0
  808. /package/dist/{editor-core/extensions → extension}/node/index.js +0 -0
  809. /package/dist/{editor-core/extensions → extension}/suggestion/emoji.d.ts +0 -0
  810. /package/dist/{editor-core/extensions → extension}/suggestion/emoji.js +0 -0
  811. /package/dist/{types → type}/index.d.ts +0 -0
  812. /package/dist/{types → type}/index.js +0 -0
  813. /package/dist/{utils → util}/decorations.d.ts +0 -0
  814. /package/dist/{utils → util}/decorations.js +0 -0
  815. /package/dist/{utils → util}/fileDownload.d.ts +0 -0
  816. /package/dist/{utils → util}/fileDownload.js +0 -0
  817. /package/dist/{utils → util}/floating.d.ts +0 -0
  818. /package/dist/{utils → util}/floating.js +0 -0
  819. /package/dist/{utils → util}/linewiseConvert.d.ts +0 -0
  820. /package/dist/{utils → util}/linewiseConvert.js +0 -0
  821. /package/dist/{utils → util}/shortcutKey.d.ts +0 -0
  822. /package/dist/{utils → util}/structuredDiff.d.ts +0 -0
  823. /package/dist/{utils → util}/structuredDiff.js +0 -0
  824. /package/dist/{utils → util}/table-utils.d.ts +0 -0
  825. /package/dist/{utils → util}/table-utils.js +0 -0
@@ -1,6 +1,6 @@
1
1
  import { Editor } from '@tiptap/react';
2
2
  import React from 'react';
3
- import { ToolbarItemType } from '../../types';
3
+ import { ToolbarItemType } from '../type';
4
4
  interface EditorToolbarProps {
5
5
  editor: Editor;
6
6
  menuInToolbarMore?: ToolbarItemType[];
@@ -0,0 +1,361 @@
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
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
+ 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."); }
9
+ 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); }
10
+ 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; }
11
+ 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; } }
12
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
+ import { Box, Divider, Stack } from '@mui/material';
14
+ import { useEditorState } from '@tiptap/react';
15
+ import React from 'react';
16
+ import { AiGenerate2Icon, ArrowGoBackLineIcon, ArrowGoForwardLineIcon, BoldIcon, CodeBoxLineIcon, CollapseHorizontalLine, EraserLineIcon, ExpandHorizontalLineIcon, ItalicIcon, LinkIcon, MarkPenLineIcon, StrikethroughIcon, SubscriptIcon, SuperscriptIcon, TooltipLineIcon, UnderlineIcon } from "../component/Icons";
17
+ import { EditorAlignSelect, EditorFontBgColor, EditorFontColor, EditorFontSize, EditorHeading, EditorInsert, EditorListSelect, EditorMore, EditorVerticalAlignSelect, ToolbarItem } from "../component/Toolbar";
18
+ import { getLinkAttributesWithSelectedText, hasMarksInSelection } from "../util";
19
+ var EditorToolbar = function EditorToolbar(_ref) {
20
+ var editor = _ref.editor,
21
+ menuInToolbarMore = _ref.menuInToolbarMore,
22
+ mode = _ref.mode,
23
+ onModeChange = _ref.onModeChange;
24
+ var _React$useState = React.useState(function () {
25
+ return mode !== null && mode !== void 0 ? mode : 'advanced';
26
+ }),
27
+ _React$useState2 = _slicedToArray(_React$useState, 2),
28
+ toolbarMode = _React$useState2[0],
29
+ setToolbarMode = _React$useState2[1];
30
+ React.useEffect(function () {
31
+ if (typeof mode !== 'undefined') {
32
+ setToolbarMode(mode);
33
+ }
34
+ }, [mode]);
35
+ var isSimpleMode = toolbarMode === 'simple';
36
+ var handleToggleMode = React.useCallback(function () {
37
+ var nextMode = isSimpleMode ? 'advanced' : 'simple';
38
+ setToolbarMode(nextMode);
39
+ onModeChange === null || onModeChange === void 0 || onModeChange(nextMode);
40
+ }, [isSimpleMode, onModeChange]);
41
+ var _useEditorState = useEditorState({
42
+ editor: editor,
43
+ selector: function selector(ctx) {
44
+ var _ctx$editor$can$chain, _ctx$editor$can$chain2, _ctx$editor$storage;
45
+ return {
46
+ isUndo: (_ctx$editor$can$chain = ctx.editor.can().chain().undo().run()) !== null && _ctx$editor$can$chain !== void 0 ? _ctx$editor$can$chain : false,
47
+ isRedo: (_ctx$editor$can$chain2 = ctx.editor.can().chain().redo().run()) !== null && _ctx$editor$can$chain2 !== void 0 ? _ctx$editor$can$chain2 : false,
48
+ isFormat: hasMarksInSelection(ctx.editor.state),
49
+ isBold: ctx.editor.isActive('bold'),
50
+ isItalic: ctx.editor.isActive('italic'),
51
+ isStrike: ctx.editor.isActive('strike'),
52
+ isUnderline: ctx.editor.isActive('underline'),
53
+ isSuperscript: ctx.editor.isActive('superscript'),
54
+ isSubscript: ctx.editor.isActive('subscript'),
55
+ isLink: ctx.editor.isActive('link'),
56
+ isHighlight: ctx.editor.isActive('highlight'),
57
+ isAiWriting: !!((_ctx$editor$storage = ctx.editor.storage) !== null && _ctx$editor$storage !== void 0 && (_ctx$editor$storage = _ctx$editor$storage.aiWriting) !== null && _ctx$editor$storage !== void 0 && _ctx$editor$storage.enabled),
58
+ isCodeBlock: ctx.editor.isActive('codeBlock'),
59
+ isTooltip: ctx.editor.isActive('tooltip')
60
+ };
61
+ }
62
+ }),
63
+ isUndo = _useEditorState.isUndo,
64
+ isRedo = _useEditorState.isRedo,
65
+ isFormat = _useEditorState.isFormat,
66
+ isBold = _useEditorState.isBold,
67
+ isItalic = _useEditorState.isItalic,
68
+ isStrike = _useEditorState.isStrike,
69
+ isUnderline = _useEditorState.isUnderline,
70
+ isSuperscript = _useEditorState.isSuperscript,
71
+ isSubscript = _useEditorState.isSubscript,
72
+ isLink = _useEditorState.isLink,
73
+ isAiWriting = _useEditorState.isAiWriting,
74
+ isHighlight = _useEditorState.isHighlight,
75
+ isCodeBlock = _useEditorState.isCodeBlock,
76
+ isTooltip = _useEditorState.isTooltip;
77
+ return /*#__PURE__*/React.createElement(Box, {
78
+ className: "editor-toolbar"
79
+ }, /*#__PURE__*/React.createElement(Stack, {
80
+ direction: "row",
81
+ alignItems: "center",
82
+ justifyContent: isSimpleMode ? 'flex-start' : 'center',
83
+ flexWrap: isSimpleMode ? 'nowrap' : 'wrap',
84
+ sx: {
85
+ minHeight: '44px',
86
+ overflowX: isSimpleMode ? 'auto' : 'visible',
87
+ columnGap: '1px',
88
+ '.MuiSelect-root': {
89
+ minWidth: '36px',
90
+ bgcolor: 'background.paper',
91
+ '.MuiSelect-select': {
92
+ p: '0 !important'
93
+ },
94
+ input: {
95
+ display: 'none'
96
+ },
97
+ '&:hover': {
98
+ bgcolor: 'background.paper2'
99
+ },
100
+ '&.tool-active': {
101
+ bgcolor: 'background.paper2',
102
+ color: 'primary.main',
103
+ button: {
104
+ color: 'primary.main'
105
+ }
106
+ },
107
+ '.MuiOutlinedInput-notchedOutline': {
108
+ borderWidth: '0px !important'
109
+ }
110
+ }
111
+ }
112
+ }, !isSimpleMode && editor.options.extensions.find(function (it) {
113
+ return it.name === 'aiWriting';
114
+ }) && /*#__PURE__*/React.createElement(ToolbarItem, {
115
+ text: 'AI 伴写',
116
+ tip: "\u5F00\u542F\u540E\u6309\u4E0B Tab \u952E\u91C7\u7EB3\u5EFA\u8BAE",
117
+ icon: /*#__PURE__*/React.createElement(AiGenerate2Icon, {
118
+ sx: {
119
+ fontSize: '1rem'
120
+ }
121
+ }),
122
+ onClick: function onClick() {
123
+ return editor.chain().focus().setAiWriting(!isAiWriting).run();
124
+ },
125
+ className: isAiWriting ? 'tool-active' : ''
126
+ }), !isSimpleMode && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(EditorInsert, {
127
+ editor: editor
128
+ }), /*#__PURE__*/React.createElement(Divider, {
129
+ orientation: "vertical",
130
+ flexItem: true,
131
+ sx: {
132
+ mx: 0.25,
133
+ height: 20,
134
+ alignSelf: 'center'
135
+ }
136
+ })), /*#__PURE__*/React.createElement(ToolbarItem, {
137
+ tip: '撤销',
138
+ shortcutKey: ['ctrl', 'Z'],
139
+ icon: /*#__PURE__*/React.createElement(ArrowGoBackLineIcon, {
140
+ sx: {
141
+ fontSize: '1rem'
142
+ }
143
+ }),
144
+ onClick: function onClick() {
145
+ return editor.chain().focus().undo().run();
146
+ },
147
+ disabled: !isUndo
148
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
149
+ tip: '重做',
150
+ shortcutKey: ['ctrl', 'Y'],
151
+ icon: /*#__PURE__*/React.createElement(ArrowGoForwardLineIcon, {
152
+ sx: {
153
+ fontSize: '1rem'
154
+ }
155
+ }),
156
+ onClick: function onClick() {
157
+ return editor.chain().focus().redo().run();
158
+ },
159
+ disabled: !isRedo
160
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
161
+ tip: '清除格式',
162
+ icon: /*#__PURE__*/React.createElement(EraserLineIcon, {
163
+ sx: {
164
+ fontSize: '1rem'
165
+ }
166
+ }),
167
+ disabled: !isFormat,
168
+ onClick: function onClick() {
169
+ return editor.chain().focus().unsetAllMarks().run();
170
+ }
171
+ }), /*#__PURE__*/React.createElement(Divider, {
172
+ orientation: "vertical",
173
+ flexItem: true,
174
+ sx: {
175
+ mx: 0.25,
176
+ height: 20,
177
+ alignSelf: 'center'
178
+ }
179
+ }), /*#__PURE__*/React.createElement(EditorHeading, {
180
+ editor: editor
181
+ }), !isSimpleMode && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(EditorFontSize, {
182
+ editor: editor
183
+ }), /*#__PURE__*/React.createElement(EditorFontColor, {
184
+ editor: editor
185
+ }), /*#__PURE__*/React.createElement(EditorFontBgColor, {
186
+ editor: editor
187
+ })), /*#__PURE__*/React.createElement(Divider, {
188
+ orientation: "vertical",
189
+ flexItem: true,
190
+ sx: {
191
+ mx: 0.25,
192
+ height: 20,
193
+ alignSelf: 'center'
194
+ }
195
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
196
+ tip: '加粗',
197
+ shortcutKey: ['ctrl', 'B'],
198
+ icon: /*#__PURE__*/React.createElement(BoldIcon, {
199
+ sx: {
200
+ fontSize: '1rem'
201
+ }
202
+ }),
203
+ onClick: function onClick() {
204
+ return editor.chain().focus().toggleBold().run();
205
+ },
206
+ className: isBold ? 'tool-active' : ''
207
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
208
+ tip: '斜体',
209
+ shortcutKey: ['ctrl', 'I'],
210
+ icon: /*#__PURE__*/React.createElement(ItalicIcon, {
211
+ sx: {
212
+ fontSize: '1rem'
213
+ }
214
+ }),
215
+ onClick: function onClick() {
216
+ return editor.chain().focus().toggleItalic().run();
217
+ },
218
+ className: isItalic ? 'tool-active' : ''
219
+ }), !isSimpleMode && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ToolbarItem, {
220
+ tip: '删除线',
221
+ shortcutKey: ['ctrl', 'shift', 'S'],
222
+ icon: /*#__PURE__*/React.createElement(StrikethroughIcon, {
223
+ sx: {
224
+ fontSize: '1rem'
225
+ }
226
+ }),
227
+ onClick: function onClick() {
228
+ return editor.chain().focus().toggleStrike().run();
229
+ },
230
+ className: isStrike ? 'tool-active' : ''
231
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
232
+ tip: '下划线',
233
+ shortcutKey: ['ctrl', 'U'],
234
+ icon: /*#__PURE__*/React.createElement(UnderlineIcon, {
235
+ sx: {
236
+ fontSize: '1rem'
237
+ }
238
+ }),
239
+ onClick: function onClick() {
240
+ return editor.chain().focus().toggleUnderline().run();
241
+ },
242
+ className: isUnderline ? 'tool-active' : ''
243
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
244
+ tip: '高亮',
245
+ shortcutKey: ['ctrl', 'shift', 'H'],
246
+ icon: /*#__PURE__*/React.createElement(MarkPenLineIcon, {
247
+ sx: {
248
+ fontSize: '1rem'
249
+ }
250
+ }),
251
+ onClick: function onClick() {
252
+ return editor.chain().focus().toggleHighlight().run();
253
+ },
254
+ className: isHighlight ? 'tool-active' : ''
255
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
256
+ tip: '文本提示',
257
+ icon: /*#__PURE__*/React.createElement(TooltipLineIcon, {
258
+ sx: {
259
+ fontSize: '1rem'
260
+ }
261
+ }),
262
+ onClick: function onClick() {
263
+ if (isTooltip) {
264
+ editor.chain().focus().unsetTooltip().run();
265
+ } else {
266
+ editor.chain().focus().toggleTooltip().run();
267
+ }
268
+ },
269
+ className: isTooltip ? 'tool-active' : ''
270
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
271
+ tip: '上标',
272
+ shortcutKey: ['ctrl', '.'],
273
+ icon: /*#__PURE__*/React.createElement(SuperscriptIcon, {
274
+ sx: {
275
+ fontSize: '1rem'
276
+ }
277
+ }),
278
+ onClick: function onClick() {
279
+ return editor.chain().focus().toggleSuperscript().run();
280
+ },
281
+ className: isSuperscript ? 'tool-active' : ''
282
+ }), /*#__PURE__*/React.createElement(ToolbarItem, {
283
+ tip: '下标',
284
+ shortcutKey: ['ctrl', ','],
285
+ icon: /*#__PURE__*/React.createElement(SubscriptIcon, {
286
+ sx: {
287
+ fontSize: '1rem'
288
+ }
289
+ }),
290
+ onClick: function onClick() {
291
+ return editor.chain().focus().toggleSubscript().run();
292
+ },
293
+ className: isSubscript ? 'tool-active' : ''
294
+ }), /*#__PURE__*/React.createElement(Divider, {
295
+ orientation: "vertical",
296
+ flexItem: true,
297
+ sx: {
298
+ mx: 0.25,
299
+ height: 20,
300
+ alignSelf: 'center'
301
+ }
302
+ })), /*#__PURE__*/React.createElement(EditorListSelect, {
303
+ editor: editor
304
+ }), isSimpleMode ? /*#__PURE__*/React.createElement(ToolbarItem, {
305
+ tip: '代码块',
306
+ shortcutKey: ['ctrl', 'alt', 'C'],
307
+ icon: /*#__PURE__*/React.createElement(CodeBoxLineIcon, {
308
+ sx: {
309
+ fontSize: '1rem'
310
+ }
311
+ }),
312
+ onClick: function onClick() {
313
+ return editor.chain().focus().toggleCodeBlock().run();
314
+ },
315
+ className: isCodeBlock ? 'tool-active' : ''
316
+ }) : /*#__PURE__*/React.createElement(ToolbarItem, {
317
+ tip: '链接',
318
+ shortcutKey: ['ctrl', '1'],
319
+ icon: /*#__PURE__*/React.createElement(LinkIcon, {
320
+ sx: {
321
+ fontSize: '1rem'
322
+ }
323
+ }),
324
+ onClick: function onClick() {
325
+ var linkAttributes = getLinkAttributesWithSelectedText(editor);
326
+ editor.chain().focus().setInlineLink(_objectSpread({
327
+ href: ''
328
+ }, linkAttributes)).run();
329
+ },
330
+ className: isLink ? 'tool-active' : ''
331
+ }), !isSimpleMode && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(EditorAlignSelect, {
332
+ editor: editor
333
+ }), /*#__PURE__*/React.createElement(EditorVerticalAlignSelect, {
334
+ editor: editor
335
+ }), /*#__PURE__*/React.createElement(Divider, {
336
+ orientation: "vertical",
337
+ flexItem: true,
338
+ sx: {
339
+ mx: 0.25,
340
+ height: 20,
341
+ alignSelf: 'center'
342
+ }
343
+ }), /*#__PURE__*/React.createElement(EditorMore, {
344
+ more: menuInToolbarMore
345
+ })), isSimpleMode && menuInToolbarMore !== null && menuInToolbarMore !== void 0 && menuInToolbarMore.length ? /*#__PURE__*/React.createElement(EditorMore, {
346
+ more: menuInToolbarMore
347
+ }) : null, mode === 'simple' && /*#__PURE__*/React.createElement(ToolbarItem, {
348
+ tip: isSimpleMode ? '切换为复杂模式' : '切换为简单模式',
349
+ icon: isSimpleMode ? /*#__PURE__*/React.createElement(ExpandHorizontalLineIcon, {
350
+ sx: {
351
+ fontSize: '1rem'
352
+ }
353
+ }) : /*#__PURE__*/React.createElement(CollapseHorizontalLine, {
354
+ sx: {
355
+ fontSize: '1rem'
356
+ }
357
+ }),
358
+ onClick: handleToggleMode
359
+ })));
360
+ };
361
+ export default EditorToolbar;
@@ -1,4 +1,4 @@
1
- import { MenuItem } from '../../types';
1
+ import { MenuItem } from "../../type";
2
2
  import { PopoverOrigin } from '@mui/material';
3
3
  import React from 'react';
4
4
  export interface ActionDropdownProps {
@@ -4,13 +4,16 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
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
5
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
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
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
+ 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."); }
9
+ 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); }
10
+ 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; }
11
+ 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; } }
12
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
+ import { ToolbarItem } from "../Toolbar";
7
14
  import { Box, Popover, Stack } from '@mui/material';
8
15
  import React from 'react';
9
16
  import { ArrowDownSLineIcon } from "../Icons";
10
- import { ToolbarItem } from "../Toolbar";
11
- import MenuItemContent from "../shared/menu-item-content";
12
- import MenuSurface from "../shared/menu-surface";
13
- import { usePopoverAnchor } from "../shared/use-popover-anchor";
14
17
  var ActionDropdown = function ActionDropdown(_ref) {
15
18
  var list = _ref.list,
16
19
  selected = _ref.selected,
@@ -32,11 +35,10 @@ var ActionDropdown = function ActionDropdown(_ref) {
32
35
  horizontal: 'left'
33
36
  } : _ref$transformOrigin,
34
37
  defaultDisplay = _ref.defaultDisplay;
35
- var _usePopoverAnchor = usePopoverAnchor(),
36
- anchorEl = _usePopoverAnchor.anchorEl,
37
- openPopover = _usePopoverAnchor.open,
38
- closePopover = _usePopoverAnchor.close,
39
- isOpen = _usePopoverAnchor.isOpen;
38
+ var _React$useState = React.useState(null),
39
+ _React$useState2 = _slicedToArray(_React$useState, 2),
40
+ anchorEl = _React$useState2[0],
41
+ setAnchorEl = _React$useState2[1];
40
42
 
41
43
  // 根据 selected 找到当前选中的项
42
44
  var selectedItem = React.useMemo(function () {
@@ -50,10 +52,10 @@ var ActionDropdown = function ActionDropdown(_ref) {
50
52
  var displayLabel = (selectedItem === null || selectedItem === void 0 ? void 0 : selectedItem.label) || (defaultDisplay === null || defaultDisplay === void 0 ? void 0 : defaultDisplay.label) || '';
51
53
  var handleClick = function handleClick(event) {
52
54
  event.stopPropagation();
53
- openPopover(event);
55
+ setAnchorEl(event.currentTarget);
54
56
  };
55
57
  var handleClose = function handleClose() {
56
- closePopover();
58
+ setAnchorEl(null);
57
59
  };
58
60
  var handleItemClick = function handleItemClick(event, item) {
59
61
  event.preventDefault();
@@ -67,7 +69,8 @@ var ActionDropdown = function ActionDropdown(_ref) {
67
69
  // 然后关闭菜单
68
70
  handleClose();
69
71
  };
70
- var curId = isOpen ? id : undefined;
72
+ var open = Boolean(anchorEl);
73
+ var curId = open ? id : undefined;
71
74
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ToolbarItem, {
72
75
  icon: displayIcon,
73
76
  text: /*#__PURE__*/React.createElement(Stack, {
@@ -80,7 +83,7 @@ var ActionDropdown = function ActionDropdown(_ref) {
80
83
  sx: {
81
84
  fontSize: 16,
82
85
  transition: 'transform 0.2s ease-in-out',
83
- transform: isOpen ? 'rotate(-180deg)' : 'rotate(0deg)'
86
+ transform: open ? 'rotate(-180deg)' : 'rotate(0deg)'
84
87
  }
85
88
  })),
86
89
  tip: tip,
@@ -88,7 +91,7 @@ var ActionDropdown = function ActionDropdown(_ref) {
88
91
  "aria-describedby": curId
89
92
  }), /*#__PURE__*/React.createElement(Popover, {
90
93
  id: curId,
91
- open: isOpen,
94
+ open: open,
92
95
  anchorEl: anchorEl,
93
96
  onClose: handleClose,
94
97
  anchorOrigin: anchorOrigin,
@@ -105,16 +108,22 @@ var ActionDropdown = function ActionDropdown(_ref) {
105
108
  }
106
109
  }
107
110
  }
108
- }, /*#__PURE__*/React.createElement(MenuSurface, {
109
- minWidth: minWidth,
110
- width: width
111
+ }, /*#__PURE__*/React.createElement(Box, {
112
+ sx: _objectSpread({
113
+ p: 0.5,
114
+ minWidth: minWidth,
115
+ lineHeight: 1.625
116
+ }, width ? {
117
+ width: width
118
+ } : {})
111
119
  }, list.map(function (item) {
120
+ var _item$children;
112
121
  return item.customLabel ? /*#__PURE__*/React.createElement(Box, {
113
122
  key: item.key
114
123
  }, item.customLabel) : /*#__PURE__*/React.createElement(Box, {
115
124
  key: item.key,
116
- onMouseDown: function onMouseDown(event) {
117
- return handleItemClick(event, item);
125
+ onMouseDown: function onMouseDown(e) {
126
+ return handleItemClick(e, item);
118
127
  },
119
128
  sx: _objectSpread({
120
129
  cursor: 'pointer',
@@ -129,10 +138,15 @@ var ActionDropdown = function ActionDropdown(_ref) {
129
138
  color: 'primary.main',
130
139
  bgcolor: 'action.selected'
131
140
  } : {})
132
- }, /*#__PURE__*/React.createElement(MenuItemContent, {
133
- item: item,
134
- arrowIcon: arrowIcon
135
- }));
141
+ }, /*#__PURE__*/React.createElement(Stack, {
142
+ alignItems: "center",
143
+ gap: 1.5,
144
+ direction: "row"
145
+ }, item.icon, /*#__PURE__*/React.createElement(Box, {
146
+ sx: _objectSpread({
147
+ flexGrow: 1
148
+ }, item.textSx)
149
+ }, item.label), item.extra, (_item$children = item.children) !== null && _item$children !== void 0 && _item$children.length ? arrowIcon : null));
136
150
  }))));
137
151
  };
138
152
  export default ActionDropdown;
@@ -1,6 +1,6 @@
1
+ import { MenuItem } from "../../type";
1
2
  import { Editor } from '@tiptap/react';
2
3
  import React from 'react';
3
- import { MenuItem } from '../../types';
4
4
  export interface CustomBubbleMenuProps {
5
5
  editor: Editor;
6
6
  more?: MenuItem[];
@@ -1,10 +1,9 @@
1
+ import { BoldIcon, CodeLineIcon, EraserLineIcon, ItalicIcon, MarkPenLineIcon, StrikethroughIcon, TooltipLineIcon, UnderlineIcon } from "../Icons";
2
+ import { hasMarksInSelection } from "../../util";
1
3
  import { Divider, Paper, Stack } from '@mui/material';
2
4
  import { useEditorState } from '@tiptap/react';
3
5
  import { BubbleMenu } from '@tiptap/react/menus';
4
6
  import React from 'react';
5
- import { CUSTOM_BUBBLE_MENU_PLUGIN_KEY } from "../../editor-core/extensions/plugin-keys";
6
- import { hasMarksInSelection } from "../../utils";
7
- import { BoldIcon, CodeLineIcon, EraserLineIcon, ItalicIcon, MarkPenLineIcon, StrikethroughIcon, TooltipLineIcon, UnderlineIcon } from "../Icons";
8
7
  import { ToolbarItem } from "../Toolbar";
9
8
  var CustomBubbleMenu = function CustomBubbleMenu(_ref) {
10
9
  var editor = _ref.editor,
@@ -37,7 +36,7 @@ var CustomBubbleMenu = function CustomBubbleMenu(_ref) {
37
36
  }
38
37
  return /*#__PURE__*/React.createElement(BubbleMenu, {
39
38
  editor: editor,
40
- pluginKey: CUSTOM_BUBBLE_MENU_PLUGIN_KEY,
39
+ pluginKey: 'bubble-menu',
41
40
  updateDelay: 750,
42
41
  options: {
43
42
  placement: 'bottom',
@@ -1,6 +1,6 @@
1
+ import { MenuItem, OnTipFunction } from "../../type";
1
2
  import { Editor } from '@tiptap/react';
2
3
  import React from 'react';
3
- import { MenuItem, OnTipFunction } from '../../types';
4
4
  declare const CustomDragHandle: ({ editor, more, onTip }: {
5
5
  editor: Editor;
6
6
  more?: MenuItem[] | undefined;