@ctzhian/tiptap 0.4.0
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.
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/dist/Editor/demo.d.ts +4 -0
- package/dist/Editor/demo.js +150 -0
- package/dist/Editor/index.d.ts +4 -0
- package/dist/Editor/index.js +21 -0
- package/dist/EditorThemeProvider/index.d.ts +11 -0
- package/dist/EditorThemeProvider/index.js +90 -0
- package/dist/EditorToolbar/index.d.ts +9 -0
- package/dist/EditorToolbar/index.js +286 -0
- package/dist/asset/css/index.css +161 -0
- package/dist/asset/images/disk.png +0 -0
- package/dist/asset/images/down.svg +3 -0
- package/dist/component/CustomBubbleMenu/SelectionText.d.ts +9 -0
- package/dist/component/CustomBubbleMenu/SelectionText.js +295 -0
- package/dist/component/CustomDragHandle/index.d.ts +9 -0
- package/dist/component/CustomDragHandle/index.js +1172 -0
- package/dist/component/CustomFloatingMenu/index.d.ts +0 -0
- package/dist/component/CustomFloatingMenu/index.js +85 -0
- package/dist/component/FloatingPopover/index.d.ts +13 -0
- package/dist/component/FloatingPopover/index.js +104 -0
- package/dist/component/Icons/ai-generate-2-icon.d.ts +6 -0
- package/dist/component/Icons/ai-generate-2-icon.js +13 -0
- package/dist/component/Icons/ai-generate-text-icon.d.ts +6 -0
- package/dist/component/Icons/ai-generate-text-icon.js +13 -0
- package/dist/component/Icons/align-bottom-icon.d.ts +6 -0
- package/dist/component/Icons/align-bottom-icon.js +13 -0
- package/dist/component/Icons/align-center-icon.d.ts +6 -0
- package/dist/component/Icons/align-center-icon.js +13 -0
- package/dist/component/Icons/align-justify-icon.d.ts +6 -0
- package/dist/component/Icons/align-justify-icon.js +13 -0
- package/dist/component/Icons/align-left-icon.d.ts +6 -0
- package/dist/component/Icons/align-left-icon.js +13 -0
- package/dist/component/Icons/align-right-icon.d.ts +6 -0
- package/dist/component/Icons/align-right-icon.js +13 -0
- package/dist/component/Icons/align-top-icon.d.ts +6 -0
- package/dist/component/Icons/align-top-icon.js +13 -0
- package/dist/component/Icons/align-vertically-icon.d.ts +6 -0
- package/dist/component/Icons/align-vertically-icon.js +13 -0
- package/dist/component/Icons/anticlockwise-line-icon.d.ts +6 -0
- package/dist/component/Icons/anticlockwise-line-icon.js +13 -0
- package/dist/component/Icons/arrow-down-s-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-down-s-line-icon.js +13 -0
- package/dist/component/Icons/arrow-go-back-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-go-back-line-icon.js +13 -0
- package/dist/component/Icons/arrow-go-forward-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-go-forward-line-icon.js +13 -0
- package/dist/component/Icons/arrow-left-wide-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-left-wide-line-icon.js +13 -0
- package/dist/component/Icons/at-line-icon.d.ts +6 -0
- package/dist/component/Icons/at-line-icon.js +13 -0
- package/dist/component/Icons/attachment-2-icon.d.ts +6 -0
- package/dist/component/Icons/attachment-2-icon.js +13 -0
- package/dist/component/Icons/attachment-line-icon.d.ts +6 -0
- package/dist/component/Icons/attachment-line-icon.js +13 -0
- package/dist/component/Icons/bold-icon.d.ts +6 -0
- package/dist/component/Icons/bold-icon.js +13 -0
- package/dist/component/Icons/brush-line-icon.d.ts +6 -0
- package/dist/component/Icons/brush-line-icon.js +13 -0
- package/dist/component/Icons/carousel-view-icon.d.ts +6 -0
- package/dist/component/Icons/carousel-view-icon.js +13 -0
- package/dist/component/Icons/checkbox-blank-circle-line-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-blank-circle-line-icon.js +13 -0
- package/dist/component/Icons/checkbox-circle-line-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-circle-line-icon.js +13 -0
- package/dist/component/Icons/clockwise-line-icon.d.ts +6 -0
- package/dist/component/Icons/clockwise-line-icon.js +13 -0
- package/dist/component/Icons/code-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-box-line-icon.js +13 -0
- package/dist/component/Icons/code-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-line-icon.js +13 -0
- package/dist/component/Icons/code-s-slash-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-s-slash-line-icon.js +13 -0
- package/dist/component/Icons/copy-icon.d.ts +6 -0
- package/dist/component/Icons/copy-icon.js +13 -0
- package/dist/component/Icons/custom-size-icon.d.ts +6 -0
- package/dist/component/Icons/custom-size-icon.js +13 -0
- package/dist/component/Icons/delete-column-icon.d.ts +6 -0
- package/dist/component/Icons/delete-column-icon.js +13 -0
- package/dist/component/Icons/delete-line-icon.d.ts +6 -0
- package/dist/component/Icons/delete-line-icon.js +13 -0
- package/dist/component/Icons/delete-row-icon.d.ts +6 -0
- package/dist/component/Icons/delete-row-icon.js +13 -0
- package/dist/component/Icons/double-quotes-l-icon.d.ts +6 -0
- package/dist/component/Icons/double-quotes-l-icon.js +13 -0
- package/dist/component/Icons/download-line-icon.d.ts +6 -0
- package/dist/component/Icons/download-line-icon.js +13 -0
- package/dist/component/Icons/draggable-icon.d.ts +6 -0
- package/dist/component/Icons/draggable-icon.js +13 -0
- package/dist/component/Icons/edit-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/edit-box-line-icon.js +13 -0
- package/dist/component/Icons/export-line-icon.d.ts +6 -0
- package/dist/component/Icons/export-line-icon.js +13 -0
- package/dist/component/Icons/file-copy-line-icon.d.ts +6 -0
- package/dist/component/Icons/file-copy-line-icon.js +13 -0
- package/dist/component/Icons/file-upload-line-icon.d.ts +6 -0
- package/dist/component/Icons/file-upload-line-icon.js +13 -0
- package/dist/component/Icons/flow-chart-icon.d.ts +6 -0
- package/dist/component/Icons/flow-chart-icon.js +13 -0
- package/dist/component/Icons/font-color-icon.d.ts +6 -0
- package/dist/component/Icons/font-color-icon.js +13 -0
- package/dist/component/Icons/font-family-icon.d.ts +6 -0
- package/dist/component/Icons/font-family-icon.js +13 -0
- package/dist/component/Icons/font-size-icon.d.ts +6 -0
- package/dist/component/Icons/font-size-icon.js +13 -0
- package/dist/component/Icons/format-clear-icon.d.ts +6 -0
- package/dist/component/Icons/format-clear-icon.js +13 -0
- package/dist/component/Icons/formula-icon.d.ts +6 -0
- package/dist/component/Icons/formula-icon.js +13 -0
- package/dist/component/Icons/fullscreen-exit-line-icon.d.ts +6 -0
- package/dist/component/Icons/fullscreen-exit-line-icon.js +13 -0
- package/dist/component/Icons/fullscreen-line-icon.d.ts +6 -0
- package/dist/component/Icons/fullscreen-line-icon.js +13 -0
- package/dist/component/Icons/functions-icon.d.ts +6 -0
- package/dist/component/Icons/functions-icon.js +13 -0
- package/dist/component/Icons/game-line-icon.d.ts +6 -0
- package/dist/component/Icons/game-line-icon.js +13 -0
- package/dist/component/Icons/h-1-icon.d.ts +6 -0
- package/dist/component/Icons/h-1-icon.js +13 -0
- package/dist/component/Icons/h-2-icon.d.ts +6 -0
- package/dist/component/Icons/h-2-icon.js +13 -0
- package/dist/component/Icons/h-3-icon.d.ts +6 -0
- package/dist/component/Icons/h-3-icon.js +13 -0
- package/dist/component/Icons/h-4-icon.d.ts +6 -0
- package/dist/component/Icons/h-4-icon.js +13 -0
- package/dist/component/Icons/h-5-icon.d.ts +6 -0
- package/dist/component/Icons/h-5-icon.js +13 -0
- package/dist/component/Icons/h-6-icon.d.ts +6 -0
- package/dist/component/Icons/h-6-icon.js +13 -0
- package/dist/component/Icons/heading-icon.d.ts +6 -0
- package/dist/component/Icons/heading-icon.js +13 -0
- package/dist/component/Icons/image-add-line-icon.d.ts +6 -0
- package/dist/component/Icons/image-add-line-icon.js +13 -0
- package/dist/component/Icons/image-line-icon.d.ts +6 -0
- package/dist/component/Icons/image-line-icon.js +13 -0
- package/dist/component/Icons/import-line-icon.d.ts +6 -0
- package/dist/component/Icons/import-line-icon.js +13 -0
- package/dist/component/Icons/index.d.ts +110 -0
- package/dist/component/Icons/index.js +113 -0
- package/dist/component/Icons/insert-column-left-icon.d.ts +6 -0
- package/dist/component/Icons/insert-column-left-icon.js +13 -0
- package/dist/component/Icons/insert-column-right-icon.d.ts +6 -0
- package/dist/component/Icons/insert-column-right-icon.js +13 -0
- package/dist/component/Icons/insert-row-bottom-icon.d.ts +6 -0
- package/dist/component/Icons/insert-row-bottom-icon.js +13 -0
- package/dist/component/Icons/insert-row-top-icon.d.ts +6 -0
- package/dist/component/Icons/insert-row-top-icon.js +13 -0
- package/dist/component/Icons/italic-icon.d.ts +6 -0
- package/dist/component/Icons/italic-icon.js +13 -0
- package/dist/component/Icons/layout-left-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/layout-left-2-line-icon.js +13 -0
- package/dist/component/Icons/layout-top-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/layout-top-2-line-icon.js +13 -0
- package/dist/component/Icons/link-icon.d.ts +6 -0
- package/dist/component/Icons/link-icon.js +13 -0
- package/dist/component/Icons/link-unlink-icon.d.ts +6 -0
- package/dist/component/Icons/link-unlink-icon.js +13 -0
- package/dist/component/Icons/list-check-2-icon.d.ts +6 -0
- package/dist/component/Icons/list-check-2-icon.js +13 -0
- package/dist/component/Icons/list-check-3-icon.d.ts +6 -0
- package/dist/component/Icons/list-check-3-icon.js +13 -0
- package/dist/component/Icons/list-ordered-2-icon.d.ts +6 -0
- package/dist/component/Icons/list-ordered-2-icon.js +13 -0
- package/dist/component/Icons/list-unordered-icon.d.ts +6 -0
- package/dist/component/Icons/list-unordered-icon.js +13 -0
- package/dist/component/Icons/markdown-line-icon.d.ts +6 -0
- package/dist/component/Icons/markdown-line-icon.js +13 -0
- package/dist/component/Icons/markup-line-icon.d.ts +6 -0
- package/dist/component/Icons/markup-line-icon.js +13 -0
- package/dist/component/Icons/menu-fold-2-fill-icon.d.ts +6 -0
- package/dist/component/Icons/menu-fold-2-fill-icon.js +13 -0
- package/dist/component/Icons/merge-cells-horizontal-icon.d.ts +6 -0
- package/dist/component/Icons/merge-cells-horizontal-icon.js +13 -0
- package/dist/component/Icons/merge-cells-vertical-icon.d.ts +6 -0
- package/dist/component/Icons/merge-cells-vertical-icon.js +13 -0
- package/dist/component/Icons/mind-map-icon.d.ts +6 -0
- package/dist/component/Icons/mind-map-icon.js +13 -0
- package/dist/component/Icons/more-line-icon.d.ts +6 -0
- package/dist/component/Icons/more-line-icon.js +13 -0
- package/dist/component/Icons/movie-line-icon.d.ts +6 -0
- package/dist/component/Icons/movie-line-icon.js +13 -0
- package/dist/component/Icons/music-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/music-2-line-icon.js +13 -0
- package/dist/component/Icons/node-tree-icon.d.ts +6 -0
- package/dist/component/Icons/node-tree-icon.js +13 -0
- package/dist/component/Icons/notification-3-line-icon.d.ts +6 -0
- package/dist/component/Icons/notification-3-line-icon.js +13 -0
- package/dist/component/Icons/organization-chart-icon.d.ts +6 -0
- package/dist/component/Icons/organization-chart-icon.js +13 -0
- package/dist/component/Icons/pause-line-icon.d.ts +6 -0
- package/dist/component/Icons/pause-line-icon.js +13 -0
- package/dist/component/Icons/play-line-icon.d.ts +6 -0
- package/dist/component/Icons/play-line-icon.js +13 -0
- package/dist/component/Icons/quote-text-icon.d.ts +6 -0
- package/dist/component/Icons/quote-text-icon.js +13 -0
- package/dist/component/Icons/repeat-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/repeat-2-line-icon.js +13 -0
- package/dist/component/Icons/reset-left-fill-icon.d.ts +6 -0
- package/dist/component/Icons/reset-left-fill-icon.js +13 -0
- package/dist/component/Icons/scissors-cut-line-icon.d.ts +6 -0
- package/dist/component/Icons/scissors-cut-line-icon.js +13 -0
- package/dist/component/Icons/screenshot-line-icon.d.ts +6 -0
- package/dist/component/Icons/screenshot-line-icon.js +13 -0
- package/dist/component/Icons/scroll-to-bottom-line-icon.d.ts +6 -0
- package/dist/component/Icons/scroll-to-bottom-line-icon.js +13 -0
- package/dist/component/Icons/separator-icon.d.ts +6 -0
- package/dist/component/Icons/separator-icon.js +13 -0
- package/dist/component/Icons/share-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/share-box-line-icon.js +13 -0
- package/dist/component/Icons/slash-commands-2-icon.d.ts +3 -0
- package/dist/component/Icons/slash-commands-2-icon.js +13 -0
- package/dist/component/Icons/speed-line-icon.d.ts +6 -0
- package/dist/component/Icons/speed-line-icon.js +13 -0
- package/dist/component/Icons/split-cells-horizontal-icon.d.ts +6 -0
- package/dist/component/Icons/split-cells-horizontal-icon.js +13 -0
- package/dist/component/Icons/split-cells-vertical-icon.d.ts +6 -0
- package/dist/component/Icons/split-cells-vertical-icon.js +13 -0
- package/dist/component/Icons/square-root-icon.d.ts +6 -0
- package/dist/component/Icons/square-root-icon.js +13 -0
- package/dist/component/Icons/strikethrough-icon.d.ts +6 -0
- package/dist/component/Icons/strikethrough-icon.js +13 -0
- package/dist/component/Icons/subscript-icon.d.ts +6 -0
- package/dist/component/Icons/subscript-icon.js +13 -0
- package/dist/component/Icons/superscript-icon.d.ts +6 -0
- package/dist/component/Icons/superscript-icon.js +13 -0
- package/dist/component/Icons/table-2-icon.d.ts +6 -0
- package/dist/component/Icons/table-2-icon.js +13 -0
- package/dist/component/Icons/text-icon.d.ts +6 -0
- package/dist/component/Icons/text-icon.js +13 -0
- package/dist/component/Icons/text-wrap-icon.d.ts +6 -0
- package/dist/component/Icons/text-wrap-icon.js +13 -0
- package/dist/component/Icons/title-icon.d.ts +6 -0
- package/dist/component/Icons/title-icon.js +13 -0
- package/dist/component/Icons/underline-icon.d.ts +6 -0
- package/dist/component/Icons/underline-icon.js +13 -0
- package/dist/component/Icons/upload-cloud-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/upload-cloud-2-line-icon.js +13 -0
- package/dist/component/Icons/upload-icon.d.ts +6 -0
- package/dist/component/Icons/upload-icon.js +13 -0
- package/dist/component/Icons/volume-mute-line-icon.d.ts +6 -0
- package/dist/component/Icons/volume-mute-line-icon.js +13 -0
- package/dist/component/Icons/volume-up-line-icon.d.ts +6 -0
- package/dist/component/Icons/volume-up-line-icon.js +13 -0
- package/dist/component/ListHover/index.d.ts +7 -0
- package/dist/component/ListHover/index.js +367 -0
- package/dist/component/Menu/index.d.ts +4 -0
- package/dist/component/Menu/index.js +189 -0
- package/dist/component/Toolbar/EditorAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorAlignSelect.js +176 -0
- package/dist/component/Toolbar/EditorCode.d.ts +7 -0
- package/dist/component/Toolbar/EditorCode.js +150 -0
- package/dist/component/Toolbar/EditorFontBgColor.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontBgColor.js +244 -0
- package/dist/component/Toolbar/EditorFontColor.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontColor.js +246 -0
- package/dist/component/Toolbar/EditorFontSize.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontSize.js +137 -0
- package/dist/component/Toolbar/EditorHeading.d.ts +7 -0
- package/dist/component/Toolbar/EditorHeading.js +174 -0
- package/dist/component/Toolbar/EditorInsert/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorInsert/index.js +186 -0
- package/dist/component/Toolbar/EditorListSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorListSelect.js +163 -0
- package/dist/component/Toolbar/EditorMath.d.ts +7 -0
- package/dist/component/Toolbar/EditorMath.js +148 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.js +72 -0
- package/dist/component/Toolbar/EditorMore/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/index.js +101 -0
- package/dist/component/Toolbar/EditorScript.d.ts +7 -0
- package/dist/component/Toolbar/EditorScript.js +150 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.js +163 -0
- package/dist/component/Toolbar/Item.d.ts +15 -0
- package/dist/component/Toolbar/Item.js +69 -0
- package/dist/component/Toolbar/index.d.ts +13 -0
- package/dist/component/Toolbar/index.js +13 -0
- package/dist/component/index.d.ts +1 -0
- package/dist/component/index.js +1 -0
- package/dist/contants/enums.d.ts +30 -0
- package/dist/contants/enums.js +98 -0
- package/dist/contants/highlight.d.ts +4 -0
- package/dist/contants/highlight.js +580 -0
- package/dist/contants/placeholder.d.ts +16 -0
- package/dist/contants/placeholder.js +16 -0
- package/dist/contants/shortcut-key.d.ts +48 -0
- package/dist/contants/shortcut-key.js +224 -0
- package/dist/contants/slash-commands.d.ts +13 -0
- package/dist/contants/slash-commands.js +313 -0
- package/dist/extension/component/Attachment/Insert.d.ts +13 -0
- package/dist/extension/component/Attachment/Insert.js +222 -0
- package/dist/extension/component/Attachment/Readonly.d.ts +9 -0
- package/dist/extension/component/Attachment/Readonly.js +93 -0
- package/dist/extension/component/Attachment/index.d.ts +13 -0
- package/dist/extension/component/Attachment/index.js +317 -0
- package/dist/extension/component/Audio/Insert.d.ts +10 -0
- package/dist/extension/component/Audio/Insert.js +351 -0
- package/dist/extension/component/Audio/Readonly.d.ts +8 -0
- package/dist/extension/component/Audio/Readonly.js +428 -0
- package/dist/extension/component/Audio/index.d.ts +14 -0
- package/dist/extension/component/Audio/index.js +740 -0
- package/dist/extension/component/CodeBlock/Readonly.d.ts +4 -0
- package/dist/extension/component/CodeBlock/Readonly.js +135 -0
- package/dist/extension/component/CodeBlock/index.d.ts +4 -0
- package/dist/extension/component/CodeBlock/index.js +296 -0
- package/dist/extension/component/CustomLink/Insert.d.ts +0 -0
- package/dist/extension/component/CustomLink/Insert.js +176 -0
- package/dist/extension/component/CustomLink/Readonly.d.ts +0 -0
- package/dist/extension/component/CustomLink/Readonly.js +106 -0
- package/dist/extension/component/CustomLink/index.d.ts +0 -0
- package/dist/extension/component/CustomLink/index.js +440 -0
- package/dist/extension/component/EmojiList/index.d.ts +14 -0
- package/dist/extension/component/EmojiList/index.js +104 -0
- package/dist/extension/component/Image/Crop.d.ts +12 -0
- package/dist/extension/component/Image/Crop.js +218 -0
- package/dist/extension/component/Image/Insert.d.ts +10 -0
- package/dist/extension/component/Image/Insert.js +309 -0
- package/dist/extension/component/Image/Readonly.d.ts +8 -0
- package/dist/extension/component/Image/Readonly.js +52 -0
- package/dist/extension/component/Image/index.d.ts +21 -0
- package/dist/extension/component/Image/index.js +372 -0
- package/dist/extension/component/Link/Insert.d.ts +10 -0
- package/dist/extension/component/Link/Insert.js +253 -0
- package/dist/extension/component/Link/Readonly.d.ts +8 -0
- package/dist/extension/component/Link/Readonly.js +102 -0
- package/dist/extension/component/Link/index.d.ts +12 -0
- package/dist/extension/component/Link/index.js +510 -0
- package/dist/extension/component/Mathematics/block/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/block/Readonly.js +36 -0
- package/dist/extension/component/Mathematics/block/index.d.ts +8 -0
- package/dist/extension/component/Mathematics/block/index.js +149 -0
- package/dist/extension/component/Mathematics/index.d.ts +3 -0
- package/dist/extension/component/Mathematics/index.js +3 -0
- package/dist/extension/component/Mathematics/inline/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/inline/Readonly.js +34 -0
- package/dist/extension/component/Mathematics/inline/index.d.ts +8 -0
- package/dist/extension/component/Mathematics/inline/index.js +148 -0
- package/dist/extension/component/MentionList/index.d.ts +13 -0
- package/dist/extension/component/MentionList/index.js +92 -0
- package/dist/extension/component/SlashCommandsList/index.d.ts +4 -0
- package/dist/extension/component/SlashCommandsList/index.js +121 -0
- package/dist/extension/component/Table/ContextMenu.d.ts +10 -0
- package/dist/extension/component/Table/ContextMenu.js +228 -0
- package/dist/extension/component/Table/TableContextMenuPlugin.d.ts +9 -0
- package/dist/extension/component/Table/TableContextMenuPlugin.js +272 -0
- package/dist/extension/component/Table/index.d.ts +2 -0
- package/dist/extension/component/Table/index.js +2 -0
- package/dist/extension/component/UploadProgress/index.d.ts +10 -0
- package/dist/extension/component/UploadProgress/index.js +103 -0
- package/dist/extension/component/Video/Insert.d.ts +10 -0
- package/dist/extension/component/Video/Insert.js +257 -0
- package/dist/extension/component/Video/Readonly.d.ts +8 -0
- package/dist/extension/component/Video/Readonly.js +41 -0
- package/dist/extension/component/Video/index.d.ts +14 -0
- package/dist/extension/component/Video/index.js +166 -0
- package/dist/extension/extension/SlashCommands.d.ts +3 -0
- package/dist/extension/extension/SlashCommands.js +25 -0
- package/dist/extension/extension/index.d.ts +1 -0
- package/dist/extension/extension/index.js +1 -0
- package/dist/extension/index.d.ts +2 -0
- package/dist/extension/index.js +176 -0
- package/dist/extension/mark/Link.d.ts +0 -0
- package/dist/extension/mark/Link.js +58 -0
- package/dist/extension/mark/index.d.ts +0 -0
- package/dist/extension/mark/index.js +1 -0
- package/dist/extension/node/Attachment.d.ts +28 -0
- package/dist/extension/node/Attachment.js +227 -0
- package/dist/extension/node/Audio.d.ts +23 -0
- package/dist/extension/node/Audio.js +194 -0
- package/dist/extension/node/CodeBlockLowlight.d.ts +1 -0
- package/dist/extension/node/CodeBlockLowlight.js +40 -0
- package/dist/extension/node/Details.d.ts +3 -0
- package/dist/extension/node/Details.js +39 -0
- package/dist/extension/node/Emoji.d.ts +1 -0
- package/dist/extension/node/Emoji.js +7 -0
- package/dist/extension/node/FileHandler.d.ts +4 -0
- package/dist/extension/node/FileHandler.js +294 -0
- package/dist/extension/node/Image.d.ts +3 -0
- package/dist/extension/node/Image.js +38 -0
- package/dist/extension/node/Link/helpers/autolink.d.ts +15 -0
- package/dist/extension/node/Link/helpers/autolink.js +162 -0
- package/dist/extension/node/Link/helpers/clickHandler.d.ts +10 -0
- package/dist/extension/node/Link/helpers/clickHandler.js +46 -0
- package/dist/extension/node/Link/helpers/pasteHandler.d.ts +10 -0
- package/dist/extension/node/Link/helpers/pasteHandler.js +32 -0
- package/dist/extension/node/Link/helpers/whitespace.d.ts +4 -0
- package/dist/extension/node/Link/helpers/whitespace.js +6 -0
- package/dist/extension/node/Link/index.d.ts +162 -0
- package/dist/extension/node/Link/index.js +461 -0
- package/dist/extension/node/ListKit.d.ts +2 -0
- package/dist/extension/node/ListKit.js +23 -0
- package/dist/extension/node/Mathematics.d.ts +27 -0
- package/dist/extension/node/Mathematics.js +97 -0
- package/dist/extension/node/Mention.d.ts +2 -0
- package/dist/extension/node/Mention.js +10 -0
- package/dist/extension/node/Table.d.ts +5 -0
- package/dist/extension/node/Table.js +174 -0
- package/dist/extension/node/TableOfContents/index.d.ts +9 -0
- package/dist/extension/node/TableOfContents/index.js +391 -0
- package/dist/extension/node/TableOfContents/plugin.d.ts +6 -0
- package/dist/extension/node/TableOfContents/plugin.js +58 -0
- package/dist/extension/node/TableOfContents/type.d.ts +45 -0
- package/dist/extension/node/TableOfContents/type.js +1 -0
- package/dist/extension/node/TableOfContents/utils.d.ts +6 -0
- package/dist/extension/node/TableOfContents/utils.js +70 -0
- package/dist/extension/node/UploadProgress.d.ts +21 -0
- package/dist/extension/node/UploadProgress.js +135 -0
- package/dist/extension/node/VerticalAlign.d.ts +49 -0
- package/dist/extension/node/VerticalAlign.js +88 -0
- package/dist/extension/node/Video.d.ts +23 -0
- package/dist/extension/node/Video.js +195 -0
- package/dist/extension/node/Youtube.d.ts +3 -0
- package/dist/extension/node/Youtube.js +14 -0
- package/dist/extension/node/index.d.ts +17 -0
- package/dist/extension/node/index.js +17 -0
- package/dist/extension/suggestion/emoji.d.ts +3 -0
- package/dist/extension/suggestion/emoji.js +57 -0
- package/dist/extension/suggestion/mention.d.ts +4 -0
- package/dist/extension/suggestion/mention.js +88 -0
- package/dist/extension/suggestion/slash.d.ts +34 -0
- package/dist/extension/suggestion/slash.js +63 -0
- package/dist/hook/fn.d.ts +13 -0
- package/dist/hook/fn.js +37 -0
- package/dist/hook/index.d.ts +4 -0
- package/dist/hook/index.js +110 -0
- package/dist/index.css +372 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/dist/themes/color.d.ts +5 -0
- package/dist/themes/color.js +4 -0
- package/dist/themes/componentStyleOverrides.d.ts +396 -0
- package/dist/themes/componentStyleOverrides.js +431 -0
- package/dist/themes/custom.d.ts +5 -0
- package/dist/themes/custom.js +4 -0
- package/dist/themes/dark.d.ts +86 -0
- package/dist/themes/dark.js +86 -0
- package/dist/themes/index.d.ts +19 -0
- package/dist/themes/index.js +37 -0
- package/dist/themes/light.d.ts +86 -0
- package/dist/themes/light.js +86 -0
- package/dist/themes/palette.d.ts +94 -0
- package/dist/themes/palette.js +24 -0
- package/dist/themes/shadows.d.ts +2 -0
- package/dist/themes/shadows.js +3 -0
- package/dist/themes/themeContext.d.ts +8 -0
- package/dist/themes/themeContext.js +3 -0
- package/dist/themes/typography.d.ts +6 -0
- package/dist/themes/typography.js +8 -0
- package/dist/type/index.d.ts +112 -0
- package/dist/type/index.js +1 -0
- package/dist/types/images.d.ts +19 -0
- package/dist/util/fileDownload.d.ts +16 -0
- package/dist/util/fileDownload.js +268 -0
- package/dist/util/fileHandler.d.ts +7 -0
- package/dist/util/fileHandler.js +79 -0
- package/dist/util/floating.d.ts +2 -0
- package/dist/util/floating.js +22 -0
- package/dist/util/index.d.ts +11 -0
- package/dist/util/index.js +39 -0
- package/dist/util/migrateMathStrings.d.ts +73 -0
- package/dist/util/migrateMathStrings.js +192 -0
- package/dist/util/resourceExtractor.d.ts +15 -0
- package/dist/util/resourceExtractor.js +62 -0
- package/dist/util/shortcutKey.d.ts +2 -0
- package/dist/util/shortcutKey.js +9 -0
- package/package.json +135 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) ky.kyy@qq.com
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# @ctzhian/tiptap
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.org/package/@ctzhian/tiptap)
|
|
4
|
+
[](https://npmjs.org/package/@ctzhian/tiptap)
|
|
5
|
+
|
|
6
|
+
A react library developed with dumi
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
|
|
10
|
+
TODO
|
|
11
|
+
|
|
12
|
+
## Options
|
|
13
|
+
|
|
14
|
+
TODO
|
|
15
|
+
|
|
16
|
+
## Development
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
# install dependencies
|
|
20
|
+
$ pnpm install
|
|
21
|
+
|
|
22
|
+
# develop library by docs demo
|
|
23
|
+
$ pnpm start
|
|
24
|
+
|
|
25
|
+
# build library source code
|
|
26
|
+
$ pnpm run build
|
|
27
|
+
|
|
28
|
+
# build library source code in watch mode
|
|
29
|
+
$ pnpm run build:watch
|
|
30
|
+
|
|
31
|
+
# build docs
|
|
32
|
+
$ pnpm run docs:build
|
|
33
|
+
|
|
34
|
+
# Locally preview the production build.
|
|
35
|
+
$ pnpm run docs:preview
|
|
36
|
+
|
|
37
|
+
# check your project for potential problems
|
|
38
|
+
$ pnpm run doctor
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## LICENSE
|
|
42
|
+
|
|
43
|
+
MIT
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
3
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
4
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
5
|
+
import { Box } from '@mui/material';
|
|
6
|
+
import { Editor, EditorThemeProvider, EditorToolbar, useTiptap } from "./..";
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { AiGenerate2Icon } from "../component/Icons";
|
|
9
|
+
import "../index.css";
|
|
10
|
+
var Reader = function Reader() {
|
|
11
|
+
var _useTiptap = useTiptap({
|
|
12
|
+
editable: true,
|
|
13
|
+
exclude: ['invisibleCharacters'],
|
|
14
|
+
onSave: function onSave(editor) {
|
|
15
|
+
editor.commands.setContent(editor.getHTML());
|
|
16
|
+
},
|
|
17
|
+
// onTocUpdate: handleTocUpdate,
|
|
18
|
+
onMentionFilter: function () {
|
|
19
|
+
var _onMentionFilter = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
|
|
20
|
+
var query;
|
|
21
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
22
|
+
while (1) switch (_context.prev = _context.next) {
|
|
23
|
+
case 0:
|
|
24
|
+
query = _ref.query;
|
|
25
|
+
return _context.abrupt("return", new Promise(function (resolve) {
|
|
26
|
+
resolve(['Winona Ryder', 'Molly Ringwald', 'Ally Sheedy', 'Debbie Harry', 'Olivia Newton-John', 'Elton John', 'Michael J. Fox', 'Axl Rose', 'Emilio Estevez', 'Ralph Macchio', 'Rob Lowe', 'Jennifer Grey'].filter(function (item) {
|
|
27
|
+
return item.toLowerCase().startsWith(query.toLowerCase());
|
|
28
|
+
}).slice(0, 5));
|
|
29
|
+
}));
|
|
30
|
+
case 2:
|
|
31
|
+
case "end":
|
|
32
|
+
return _context.stop();
|
|
33
|
+
}
|
|
34
|
+
}, _callee);
|
|
35
|
+
}));
|
|
36
|
+
function onMentionFilter(_x) {
|
|
37
|
+
return _onMentionFilter.apply(this, arguments);
|
|
38
|
+
}
|
|
39
|
+
return onMentionFilter;
|
|
40
|
+
}(),
|
|
41
|
+
onUpload: function () {
|
|
42
|
+
var _onUpload = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(file, onProgress) {
|
|
43
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
44
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
45
|
+
case 0:
|
|
46
|
+
return _context2.abrupt("return", new Promise(function (resolve) {
|
|
47
|
+
var progress = 0;
|
|
48
|
+
var interval = setInterval(function () {
|
|
49
|
+
progress += Math.random() * 20;
|
|
50
|
+
if (progress >= 100) {
|
|
51
|
+
progress = 100;
|
|
52
|
+
onProgress === null || onProgress === void 0 || onProgress({
|
|
53
|
+
progress: progress / 100
|
|
54
|
+
});
|
|
55
|
+
clearInterval(interval);
|
|
56
|
+
setTimeout(function () {
|
|
57
|
+
if (file.type.startsWith('image/')) {
|
|
58
|
+
resolve('https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg');
|
|
59
|
+
} else if (file.type.startsWith('video/')) {
|
|
60
|
+
resolve('http://vjs.zencdn.net/v/oceans.mp4');
|
|
61
|
+
} else {
|
|
62
|
+
resolve('https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg');
|
|
63
|
+
}
|
|
64
|
+
}, 200);
|
|
65
|
+
} else {
|
|
66
|
+
onProgress === null || onProgress === void 0 || onProgress({
|
|
67
|
+
progress: progress / 100
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
}, 100);
|
|
71
|
+
}));
|
|
72
|
+
case 1:
|
|
73
|
+
case "end":
|
|
74
|
+
return _context2.stop();
|
|
75
|
+
}
|
|
76
|
+
}, _callee2);
|
|
77
|
+
}));
|
|
78
|
+
function onUpload(_x2, _x3) {
|
|
79
|
+
return _onUpload.apply(this, arguments);
|
|
80
|
+
}
|
|
81
|
+
return onUpload;
|
|
82
|
+
}(),
|
|
83
|
+
content: ''
|
|
84
|
+
}),
|
|
85
|
+
editor = _useTiptap.editor;
|
|
86
|
+
return /*#__PURE__*/React.createElement(EditorThemeProvider, null, /*#__PURE__*/React.createElement("div", {
|
|
87
|
+
style: {
|
|
88
|
+
border: '1px solid #eee',
|
|
89
|
+
borderRadius: '10px',
|
|
90
|
+
padding: '0 10px 10px'
|
|
91
|
+
}
|
|
92
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
93
|
+
style: {
|
|
94
|
+
borderBottom: '1px solid #eee',
|
|
95
|
+
marginBottom: '30px'
|
|
96
|
+
}
|
|
97
|
+
}, /*#__PURE__*/React.createElement(EditorToolbar, {
|
|
98
|
+
editor: editor,
|
|
99
|
+
menuInToolbarMore: [{
|
|
100
|
+
id: 'ai',
|
|
101
|
+
icon: /*#__PURE__*/React.createElement(AiGenerate2Icon, {
|
|
102
|
+
sx: {
|
|
103
|
+
fontSize: '1rem'
|
|
104
|
+
}
|
|
105
|
+
}),
|
|
106
|
+
onClick: function onClick() {
|
|
107
|
+
alert('ai');
|
|
108
|
+
},
|
|
109
|
+
label: 'AI 文本润色'
|
|
110
|
+
}]
|
|
111
|
+
})), /*#__PURE__*/React.createElement(Box, {
|
|
112
|
+
sx: {
|
|
113
|
+
backgroundColor: '#fff',
|
|
114
|
+
'.tiptap': {
|
|
115
|
+
minHeight: '500px',
|
|
116
|
+
'.tableWrapper': {
|
|
117
|
+
maxWidth: '100%',
|
|
118
|
+
overflowX: 'auto'
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}, /*#__PURE__*/React.createElement(Editor, {
|
|
123
|
+
editor: editor,
|
|
124
|
+
menuInDragHandle: [{
|
|
125
|
+
label: '文本润色',
|
|
126
|
+
key: 'ai',
|
|
127
|
+
icon: /*#__PURE__*/React.createElement(AiGenerate2Icon, {
|
|
128
|
+
sx: {
|
|
129
|
+
fontSize: '1rem'
|
|
130
|
+
}
|
|
131
|
+
}),
|
|
132
|
+
onClick: function onClick() {
|
|
133
|
+
alert('ai');
|
|
134
|
+
}
|
|
135
|
+
}],
|
|
136
|
+
menuInBubbleMenu: [{
|
|
137
|
+
label: '文本润色',
|
|
138
|
+
key: 'ai',
|
|
139
|
+
icon: /*#__PURE__*/React.createElement(AiGenerate2Icon, {
|
|
140
|
+
sx: {
|
|
141
|
+
fontSize: '1rem'
|
|
142
|
+
}
|
|
143
|
+
}),
|
|
144
|
+
onClick: function onClick() {
|
|
145
|
+
alert('ai');
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
}))));
|
|
149
|
+
};
|
|
150
|
+
export default Reader;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EditorContent } from '@tiptap/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import SelectionText from "../component/CustomBubbleMenu/SelectionText";
|
|
4
|
+
import CustomDragHandle from "../component/CustomDragHandle";
|
|
5
|
+
var Editor = function Editor(_ref) {
|
|
6
|
+
var editor = _ref.editor,
|
|
7
|
+
menuInDragHandle = _ref.menuInDragHandle,
|
|
8
|
+
menuInBubbleMenu = _ref.menuInBubbleMenu,
|
|
9
|
+
onTip = _ref.onTip;
|
|
10
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SelectionText, {
|
|
11
|
+
editor: editor,
|
|
12
|
+
more: menuInBubbleMenu
|
|
13
|
+
}), /*#__PURE__*/React.createElement(CustomDragHandle, {
|
|
14
|
+
editor: editor,
|
|
15
|
+
more: menuInDragHandle,
|
|
16
|
+
onTip: onTip
|
|
17
|
+
}), /*#__PURE__*/React.createElement(EditorContent, {
|
|
18
|
+
editor: editor
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default Editor;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type ThemeColor } from '../themes/color';
|
|
3
|
+
export type Colors = Record<string, ThemeColor>;
|
|
4
|
+
interface EditorThemeProviderProps {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
colors?: Colors;
|
|
7
|
+
mode?: keyof Colors;
|
|
8
|
+
theme?: object;
|
|
9
|
+
}
|
|
10
|
+
declare const EditorThemeProvider: React.FC<EditorThemeProviderProps>;
|
|
11
|
+
export default EditorThemeProvider;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
|
+
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."); }
|
|
5
|
+
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); }
|
|
6
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
7
|
+
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; } }
|
|
8
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
9
|
+
import { ThemeProvider as MUIThemeProvider, useMediaQuery } from '@mui/material';
|
|
10
|
+
import React, { useLayoutEffect, useMemo, useState } from 'react';
|
|
11
|
+
import themes from "../themes";
|
|
12
|
+
import ThemeContext from "../themes/themeContext";
|
|
13
|
+
var DEFAULT_THEMES = ['light', 'dark', 'system'];
|
|
14
|
+
var CX_THEME_COLORS;
|
|
15
|
+
var EditorThemeProvider = function EditorThemeProvider(_ref) {
|
|
16
|
+
var children = _ref.children,
|
|
17
|
+
_ref$colors = _ref.colors,
|
|
18
|
+
colors = _ref$colors === void 0 ? CX_THEME_COLORS : _ref$colors,
|
|
19
|
+
propsMode = _ref.mode,
|
|
20
|
+
_ref$theme = _ref.theme,
|
|
21
|
+
options = _ref$theme === void 0 ? {} : _ref$theme;
|
|
22
|
+
var _useState = useState(function () {
|
|
23
|
+
if (propsMode) {
|
|
24
|
+
window.localStorage.setItem('themeMode', propsMode);
|
|
25
|
+
return propsMode;
|
|
26
|
+
}
|
|
27
|
+
var storageMode = window.localStorage.getItem('themeMode') || 'system';
|
|
28
|
+
var parseStorageMode = storageMode;
|
|
29
|
+
if (storageMode) {
|
|
30
|
+
try {
|
|
31
|
+
parseStorageMode = JSON.parse(storageMode);
|
|
32
|
+
} catch (error) {}
|
|
33
|
+
}
|
|
34
|
+
if (colors) {
|
|
35
|
+
CX_THEME_COLORS = colors;
|
|
36
|
+
var colorsThemeMode = Object.keys(colors);
|
|
37
|
+
var colorsFirstMode = colorsThemeMode[0];
|
|
38
|
+
if (parseStorageMode && colors.hasOwnProperty(parseStorageMode) || parseStorageMode === 'system' && colors.hasOwnProperty('light') && colors.hasOwnProperty('dark')) {
|
|
39
|
+
return parseStorageMode;
|
|
40
|
+
}
|
|
41
|
+
window.localStorage.setItem('themeMode', colorsFirstMode);
|
|
42
|
+
return colorsFirstMode;
|
|
43
|
+
} else {
|
|
44
|
+
return parseStorageMode && DEFAULT_THEMES.includes(parseStorageMode) ? parseStorageMode : 'system';
|
|
45
|
+
}
|
|
46
|
+
}),
|
|
47
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
48
|
+
mode = _useState2[0],
|
|
49
|
+
setMode = _useState2[1];
|
|
50
|
+
var prefersDarkMode = useMediaQuery('(prefers-color-scheme: dark)');
|
|
51
|
+
var theme = useMemo(function () {
|
|
52
|
+
var newMode = mode;
|
|
53
|
+
if (mode === 'system' && (colors !== null && colors !== void 0 && colors.hasOwnProperty('dark') && colors !== null && colors !== void 0 && colors.hasOwnProperty('light') || colors === void 0)) {
|
|
54
|
+
newMode = prefersDarkMode ? 'dark' : 'light';
|
|
55
|
+
}
|
|
56
|
+
return themes({
|
|
57
|
+
mode: newMode,
|
|
58
|
+
colors: colors,
|
|
59
|
+
theme: options
|
|
60
|
+
});
|
|
61
|
+
}, [mode, prefersDarkMode, colors]);
|
|
62
|
+
var themeMode = useMemo(function () {
|
|
63
|
+
return {
|
|
64
|
+
mode: mode,
|
|
65
|
+
colors: colors,
|
|
66
|
+
setThemeMode: function setThemeMode(mode) {
|
|
67
|
+
setMode(mode);
|
|
68
|
+
window.localStorage.setItem('themeMode', mode);
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
}, [mode]);
|
|
72
|
+
useLayoutEffect(function () {
|
|
73
|
+
var bodyStyle = document.body.style;
|
|
74
|
+
var body = document.body;
|
|
75
|
+
var newMode = mode;
|
|
76
|
+
if (mode === 'system' && (colors !== null && colors !== void 0 && colors.hasOwnProperty('dark') && colors !== null && colors !== void 0 && colors.hasOwnProperty('light') || colors === void 0)) {
|
|
77
|
+
newMode = prefersDarkMode ? 'dark' : 'light';
|
|
78
|
+
}
|
|
79
|
+
body.className = newMode;
|
|
80
|
+
// @ts-ignore
|
|
81
|
+
bodyStyle.backgroundColor = theme.palette.background.paper2;
|
|
82
|
+
bodyStyle.color = theme.palette.text.secondary;
|
|
83
|
+
}, [theme]);
|
|
84
|
+
return /*#__PURE__*/React.createElement(ThemeContext.Provider, {
|
|
85
|
+
value: themeMode
|
|
86
|
+
}, /*#__PURE__*/React.createElement(MUIThemeProvider, {
|
|
87
|
+
theme: theme
|
|
88
|
+
}, children));
|
|
89
|
+
};
|
|
90
|
+
export default EditorThemeProvider;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Editor } from '@tiptap/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { ToolbarItemType } from '../type';
|
|
4
|
+
interface EditorToolbarProps {
|
|
5
|
+
editor: Editor;
|
|
6
|
+
menuInToolbarMore?: ToolbarItemType[];
|
|
7
|
+
}
|
|
8
|
+
declare const EditorToolbar: ({ editor, menuInToolbarMore }: EditorToolbarProps) => React.JSX.Element;
|
|
9
|
+
export default EditorToolbar;
|
|
@@ -0,0 +1,286 @@
|
|
|
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 { Box, Divider, Stack } from '@mui/material';
|
|
8
|
+
import React, { useEffect, useState } from 'react';
|
|
9
|
+
import { ArrowGoBackLineIcon, ArrowGoForwardLineIcon, BoldIcon, DoubleQuotesLIcon, ItalicIcon, LinkIcon, MenuFold2FillIcon, StrikethroughIcon, Table2Icon, UnderlineIcon } from "../component/Icons";
|
|
10
|
+
import { EditorAlignSelect, EditorCode, EditorFontBgColor, EditorFontColor, EditorFontSize, EditorHeading, EditorInsert, EditorListSelect, EditorMath, EditorMore, EditorScript, EditorVerticalAlignSelect, ToolbarItem } from "../component/Toolbar";
|
|
11
|
+
var EditorToolbar = function EditorToolbar(_ref) {
|
|
12
|
+
var editor = _ref.editor,
|
|
13
|
+
menuInToolbarMore = _ref.menuInToolbarMore;
|
|
14
|
+
var _useState = useState({
|
|
15
|
+
undo: false,
|
|
16
|
+
redo: false,
|
|
17
|
+
quote: false,
|
|
18
|
+
bold: false,
|
|
19
|
+
italic: false,
|
|
20
|
+
strike: false,
|
|
21
|
+
underline: false,
|
|
22
|
+
superscript: false,
|
|
23
|
+
subscript: false,
|
|
24
|
+
details: false,
|
|
25
|
+
table: false,
|
|
26
|
+
link: false
|
|
27
|
+
}),
|
|
28
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
29
|
+
active = _useState2[0],
|
|
30
|
+
setActive = _useState2[1];
|
|
31
|
+
var updateSelection = function updateSelection() {
|
|
32
|
+
setActive({
|
|
33
|
+
undo: editor.can().undo(),
|
|
34
|
+
redo: editor.can().redo(),
|
|
35
|
+
quote: editor.isActive('blockquote'),
|
|
36
|
+
bold: editor.isActive('bold'),
|
|
37
|
+
italic: editor.isActive('italic'),
|
|
38
|
+
strike: editor.isActive('strike'),
|
|
39
|
+
underline: editor.isActive('underline'),
|
|
40
|
+
superscript: editor.isActive('superscript'),
|
|
41
|
+
subscript: editor.isActive('subscript'),
|
|
42
|
+
details: editor.isActive('details'),
|
|
43
|
+
table: editor.isActive('table'),
|
|
44
|
+
link: editor.isActive('link')
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
useEffect(function () {
|
|
48
|
+
editor.on('selectionUpdate', updateSelection);
|
|
49
|
+
editor.on('transaction', updateSelection);
|
|
50
|
+
return function () {
|
|
51
|
+
editor.off('selectionUpdate', updateSelection);
|
|
52
|
+
editor.off('transaction', updateSelection);
|
|
53
|
+
};
|
|
54
|
+
}, [editor]);
|
|
55
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
56
|
+
className: "editor-toolbar"
|
|
57
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
58
|
+
direction: "row",
|
|
59
|
+
alignItems: "center",
|
|
60
|
+
justifyContent: "center",
|
|
61
|
+
flexWrap: 'wrap',
|
|
62
|
+
sx: {
|
|
63
|
+
minHeight: '44px',
|
|
64
|
+
'.MuiSelect-root': {
|
|
65
|
+
minWidth: '36px',
|
|
66
|
+
bgcolor: 'background.paper',
|
|
67
|
+
'.MuiSelect-select': {
|
|
68
|
+
p: '0 !important'
|
|
69
|
+
},
|
|
70
|
+
input: {
|
|
71
|
+
display: 'none'
|
|
72
|
+
},
|
|
73
|
+
'&.tool-active': {
|
|
74
|
+
bgcolor: 'background.paper2',
|
|
75
|
+
color: 'primary.main',
|
|
76
|
+
button: {
|
|
77
|
+
color: 'primary.main'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
'.MuiOutlinedInput-notchedOutline': {
|
|
81
|
+
borderWidth: '0px !important'
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}, /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
86
|
+
tip: '撤销',
|
|
87
|
+
shortcutKey: ['ctrl', 'Z'],
|
|
88
|
+
icon: /*#__PURE__*/React.createElement(ArrowGoBackLineIcon, {
|
|
89
|
+
sx: {
|
|
90
|
+
fontSize: '1rem'
|
|
91
|
+
}
|
|
92
|
+
}),
|
|
93
|
+
onClick: function onClick() {
|
|
94
|
+
return editor.chain().focus().undo().run();
|
|
95
|
+
},
|
|
96
|
+
disabled: !active.undo
|
|
97
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
98
|
+
tip: '重做',
|
|
99
|
+
shortcutKey: ['ctrl', 'Y'],
|
|
100
|
+
icon: /*#__PURE__*/React.createElement(ArrowGoForwardLineIcon, {
|
|
101
|
+
sx: {
|
|
102
|
+
fontSize: '1rem'
|
|
103
|
+
}
|
|
104
|
+
}),
|
|
105
|
+
onClick: function onClick() {
|
|
106
|
+
return editor.chain().focus().redo().run();
|
|
107
|
+
},
|
|
108
|
+
disabled: !active.redo
|
|
109
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
110
|
+
orientation: "vertical",
|
|
111
|
+
flexItem: true,
|
|
112
|
+
sx: {
|
|
113
|
+
mx: 0.5,
|
|
114
|
+
height: 20,
|
|
115
|
+
alignSelf: 'center'
|
|
116
|
+
}
|
|
117
|
+
}), /*#__PURE__*/React.createElement(EditorHeading, {
|
|
118
|
+
editor: editor
|
|
119
|
+
}), /*#__PURE__*/React.createElement(EditorFontSize, {
|
|
120
|
+
editor: editor
|
|
121
|
+
}), /*#__PURE__*/React.createElement(EditorListSelect, {
|
|
122
|
+
editor: editor
|
|
123
|
+
}), /*#__PURE__*/React.createElement(EditorAlignSelect, {
|
|
124
|
+
editor: editor
|
|
125
|
+
}), /*#__PURE__*/React.createElement(EditorVerticalAlignSelect, {
|
|
126
|
+
editor: editor
|
|
127
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
128
|
+
tip: '引用块',
|
|
129
|
+
shortcutKey: ['ctrl', 'shift', 'B'],
|
|
130
|
+
icon: /*#__PURE__*/React.createElement(DoubleQuotesLIcon, {
|
|
131
|
+
sx: {
|
|
132
|
+
fontSize: '1rem'
|
|
133
|
+
}
|
|
134
|
+
}),
|
|
135
|
+
onClick: function onClick() {
|
|
136
|
+
return editor.chain().focus().toggleBlockquote().run();
|
|
137
|
+
},
|
|
138
|
+
className: active.quote ? 'tool-active' : ''
|
|
139
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
140
|
+
orientation: "vertical",
|
|
141
|
+
flexItem: true,
|
|
142
|
+
sx: {
|
|
143
|
+
mx: 0.5,
|
|
144
|
+
height: 20,
|
|
145
|
+
alignSelf: 'center'
|
|
146
|
+
}
|
|
147
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
148
|
+
tip: '加粗',
|
|
149
|
+
shortcutKey: ['ctrl', 'B'],
|
|
150
|
+
icon: /*#__PURE__*/React.createElement(BoldIcon, {
|
|
151
|
+
sx: {
|
|
152
|
+
fontSize: '1rem'
|
|
153
|
+
}
|
|
154
|
+
}),
|
|
155
|
+
onClick: function onClick() {
|
|
156
|
+
return editor.chain().focus().toggleBold().run();
|
|
157
|
+
},
|
|
158
|
+
className: active.bold ? 'tool-active' : ''
|
|
159
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
160
|
+
tip: '斜体',
|
|
161
|
+
shortcutKey: ['ctrl', 'I'],
|
|
162
|
+
icon: /*#__PURE__*/React.createElement(ItalicIcon, {
|
|
163
|
+
sx: {
|
|
164
|
+
fontSize: '1rem'
|
|
165
|
+
}
|
|
166
|
+
}),
|
|
167
|
+
onClick: function onClick() {
|
|
168
|
+
return editor.chain().focus().toggleItalic().run();
|
|
169
|
+
},
|
|
170
|
+
className: active.italic ? 'tool-active' : ''
|
|
171
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
172
|
+
tip: '删除线',
|
|
173
|
+
shortcutKey: ['ctrl', 'shift', 'S'],
|
|
174
|
+
icon: /*#__PURE__*/React.createElement(StrikethroughIcon, {
|
|
175
|
+
sx: {
|
|
176
|
+
fontSize: '1rem'
|
|
177
|
+
}
|
|
178
|
+
}),
|
|
179
|
+
onClick: function onClick() {
|
|
180
|
+
return editor.chain().focus().toggleStrike().run();
|
|
181
|
+
},
|
|
182
|
+
className: active.strike ? 'tool-active' : ''
|
|
183
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
184
|
+
tip: '下划线',
|
|
185
|
+
shortcutKey: ['ctrl', 'U'],
|
|
186
|
+
icon: /*#__PURE__*/React.createElement(UnderlineIcon, {
|
|
187
|
+
sx: {
|
|
188
|
+
fontSize: '1rem'
|
|
189
|
+
}
|
|
190
|
+
}),
|
|
191
|
+
onClick: function onClick() {
|
|
192
|
+
return editor.chain().focus().toggleUnderline().run();
|
|
193
|
+
},
|
|
194
|
+
className: active.underline ? 'tool-active' : ''
|
|
195
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
196
|
+
orientation: "vertical",
|
|
197
|
+
flexItem: true,
|
|
198
|
+
sx: {
|
|
199
|
+
mx: 0.5,
|
|
200
|
+
height: 20,
|
|
201
|
+
alignSelf: 'center'
|
|
202
|
+
}
|
|
203
|
+
}), /*#__PURE__*/React.createElement(EditorScript, {
|
|
204
|
+
editor: editor
|
|
205
|
+
}), /*#__PURE__*/React.createElement(EditorFontColor, {
|
|
206
|
+
editor: editor
|
|
207
|
+
}), /*#__PURE__*/React.createElement(EditorFontBgColor, {
|
|
208
|
+
editor: editor
|
|
209
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
210
|
+
orientation: "vertical",
|
|
211
|
+
flexItem: true,
|
|
212
|
+
sx: {
|
|
213
|
+
mx: 0.5,
|
|
214
|
+
height: 20,
|
|
215
|
+
alignSelf: 'center'
|
|
216
|
+
}
|
|
217
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
218
|
+
tip: '链接',
|
|
219
|
+
shortcutKey: ['ctrl', '1'],
|
|
220
|
+
icon: /*#__PURE__*/React.createElement(LinkIcon, {
|
|
221
|
+
sx: {
|
|
222
|
+
fontSize: '1rem'
|
|
223
|
+
}
|
|
224
|
+
}),
|
|
225
|
+
onClick: function onClick() {
|
|
226
|
+
var selection = editor.state.selection;
|
|
227
|
+
var start = selection.from;
|
|
228
|
+
var end = selection.to;
|
|
229
|
+
var text = editor.state.doc.textBetween(start, end, '');
|
|
230
|
+
editor.chain().focus().setInlineLink({
|
|
231
|
+
href: '',
|
|
232
|
+
title: text
|
|
233
|
+
}).run();
|
|
234
|
+
},
|
|
235
|
+
className: active.link ? 'tool-active' : ''
|
|
236
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
237
|
+
tip: '折叠块',
|
|
238
|
+
shortcutKey: ['ctrl', '8'],
|
|
239
|
+
icon: /*#__PURE__*/React.createElement(MenuFold2FillIcon, {
|
|
240
|
+
sx: {
|
|
241
|
+
fontSize: '1rem'
|
|
242
|
+
}
|
|
243
|
+
}),
|
|
244
|
+
onClick: function onClick() {
|
|
245
|
+
if (!active.details) {
|
|
246
|
+
editor.chain().focus().setDetails().run();
|
|
247
|
+
} else {
|
|
248
|
+
editor.chain().focus().unsetDetails().run();
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
className: active.details ? 'tool-active' : ''
|
|
252
|
+
}), /*#__PURE__*/React.createElement(EditorCode, {
|
|
253
|
+
editor: editor
|
|
254
|
+
}), /*#__PURE__*/React.createElement(EditorMath, {
|
|
255
|
+
editor: editor
|
|
256
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
257
|
+
tip: '表格',
|
|
258
|
+
shortcutKey: ['ctrl', '9'],
|
|
259
|
+
icon: /*#__PURE__*/React.createElement(Table2Icon, {
|
|
260
|
+
sx: {
|
|
261
|
+
fontSize: '1rem'
|
|
262
|
+
}
|
|
263
|
+
}),
|
|
264
|
+
onClick: function onClick() {
|
|
265
|
+
return editor.commands.insertTable({
|
|
266
|
+
rows: 3,
|
|
267
|
+
cols: 4,
|
|
268
|
+
withHeaderRow: true
|
|
269
|
+
});
|
|
270
|
+
},
|
|
271
|
+
className: active.table ? 'tool-active' : ''
|
|
272
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
273
|
+
orientation: "vertical",
|
|
274
|
+
flexItem: true,
|
|
275
|
+
sx: {
|
|
276
|
+
mx: 0.5,
|
|
277
|
+
height: 20,
|
|
278
|
+
alignSelf: 'center'
|
|
279
|
+
}
|
|
280
|
+
}), /*#__PURE__*/React.createElement(EditorInsert, {
|
|
281
|
+
editor: editor
|
|
282
|
+
}), /*#__PURE__*/React.createElement(EditorMore, {
|
|
283
|
+
more: menuInToolbarMore
|
|
284
|
+
})));
|
|
285
|
+
};
|
|
286
|
+
export default EditorToolbar;
|