@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
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
// import { Avatar, Box, Link, Stack } from "@mui/material"
|
|
2
|
+
// import { LinkIcon } from "@ctzhian/tiptap/component/Icons"
|
|
3
|
+
// import React from "react"
|
|
4
|
+
// import { LinkAttributes } from "."
|
|
5
|
+
|
|
6
|
+
// interface ReadonlyLinkProps {
|
|
7
|
+
// attrs: LinkAttributes
|
|
8
|
+
// }
|
|
9
|
+
|
|
10
|
+
// export const ReadonlyLink: React.FC<ReadonlyLinkProps> = (props) => {
|
|
11
|
+
// const { attrs } = props
|
|
12
|
+
|
|
13
|
+
// const handleClick = (e: React.MouseEvent) => {
|
|
14
|
+
// e.preventDefault()
|
|
15
|
+
// if (attrs.href) {
|
|
16
|
+
// window.open(attrs.href, attrs.target || '_blank')
|
|
17
|
+
// }
|
|
18
|
+
// }
|
|
19
|
+
|
|
20
|
+
// // 获取网站图标
|
|
21
|
+
// const getFavicon = (url: string) => {
|
|
22
|
+
// try {
|
|
23
|
+
// const urlObj = new URL(url)
|
|
24
|
+
// return `${urlObj.protocol}//${urlObj.host}/favicon.ico`
|
|
25
|
+
// } catch {
|
|
26
|
+
// return null
|
|
27
|
+
// }
|
|
28
|
+
// }
|
|
29
|
+
|
|
30
|
+
// if (attrs.type === 'card') {
|
|
31
|
+
// return (
|
|
32
|
+
// <Box
|
|
33
|
+
// component="div"
|
|
34
|
+
// onClick={handleClick}
|
|
35
|
+
// sx={{
|
|
36
|
+
// display: 'block',
|
|
37
|
+
// border: '1px solid',
|
|
38
|
+
// borderColor: 'divider',
|
|
39
|
+
// borderRadius: 1,
|
|
40
|
+
// p: 2,
|
|
41
|
+
// cursor: 'pointer',
|
|
42
|
+
// textDecoration: 'none',
|
|
43
|
+
// color: 'inherit',
|
|
44
|
+
// maxWidth: 400,
|
|
45
|
+
// '&:hover': {
|
|
46
|
+
// bgcolor: 'action.hover'
|
|
47
|
+
// }
|
|
48
|
+
// }}
|
|
49
|
+
// >
|
|
50
|
+
// <Stack direction="row" gap={2} alignItems="center">
|
|
51
|
+
// <Avatar
|
|
52
|
+
// sx={{ width: 24, height: 24 }}
|
|
53
|
+
// src={getFavicon(attrs.href) || undefined}
|
|
54
|
+
// >
|
|
55
|
+
// <LinkIcon sx={{ fontSize: '1.125rem' }} />
|
|
56
|
+
// </Avatar>
|
|
57
|
+
// <Stack flex={1} sx={{ minWidth: 0 }}>
|
|
58
|
+
// <Box
|
|
59
|
+
// sx={{
|
|
60
|
+
// fontWeight: 500,
|
|
61
|
+
// fontSize: '0.875rem',
|
|
62
|
+
// overflow: 'hidden',
|
|
63
|
+
// textOverflow: 'ellipsis',
|
|
64
|
+
// whiteSpace: 'nowrap'
|
|
65
|
+
// }}
|
|
66
|
+
// >
|
|
67
|
+
// {attrs.title || attrs.href}
|
|
68
|
+
// </Box>
|
|
69
|
+
// <Box
|
|
70
|
+
// sx={{
|
|
71
|
+
// fontSize: '0.75rem',
|
|
72
|
+
// color: 'text.secondary',
|
|
73
|
+
// overflow: 'hidden',
|
|
74
|
+
// textOverflow: 'ellipsis',
|
|
75
|
+
// whiteSpace: 'nowrap'
|
|
76
|
+
// }}
|
|
77
|
+
// >
|
|
78
|
+
// {attrs.href}
|
|
79
|
+
// </Box>
|
|
80
|
+
// </Stack>
|
|
81
|
+
// </Stack>
|
|
82
|
+
// </Box>
|
|
83
|
+
// )
|
|
84
|
+
// }
|
|
85
|
+
|
|
86
|
+
// // 默认链接风格
|
|
87
|
+
// return (
|
|
88
|
+
// <Link
|
|
89
|
+
// component="a"
|
|
90
|
+
// href={attrs.href}
|
|
91
|
+
// target={attrs.target || '_blank'}
|
|
92
|
+
// rel={attrs.rel || 'noopener noreferrer'}
|
|
93
|
+
// onClick={handleClick}
|
|
94
|
+
// sx={{
|
|
95
|
+
// color: 'primary.main',
|
|
96
|
+
// textDecoration: 'underline',
|
|
97
|
+
// cursor: 'pointer',
|
|
98
|
+
// '&:hover': {
|
|
99
|
+
// textDecoration: 'none'
|
|
100
|
+
// }
|
|
101
|
+
// }}
|
|
102
|
+
// >
|
|
103
|
+
// {attrs.title || attrs.href}
|
|
104
|
+
// </Link>
|
|
105
|
+
// )
|
|
106
|
+
// }
|
|
File without changes
|
|
@@ -0,0 +1,440 @@
|
|
|
1
|
+
// import { MarkViewRendererProps } from "@tiptap/react"
|
|
2
|
+
// import React from "react"
|
|
3
|
+
// import InsertLink from "./Insert"
|
|
4
|
+
|
|
5
|
+
// export interface LinkAttributes {
|
|
6
|
+
// href: string
|
|
7
|
+
// target?: string | null
|
|
8
|
+
// rel?: string | null
|
|
9
|
+
// class?: string | null
|
|
10
|
+
// title?: string
|
|
11
|
+
// type?: 'link' | 'card'
|
|
12
|
+
// }
|
|
13
|
+
|
|
14
|
+
// export const LinkViewWrapper: React.FC<MarkViewRendererProps> = (props) => {
|
|
15
|
+
// const {
|
|
16
|
+
// editor,
|
|
17
|
+
// mark,
|
|
18
|
+
// updateAttributes,
|
|
19
|
+
// } = props
|
|
20
|
+
|
|
21
|
+
// const attrs = mark.attrs as LinkAttributes
|
|
22
|
+
|
|
23
|
+
// // const [showActions, setShowActions] = useState(false)
|
|
24
|
+
// // const [selected, setSelected] = useState(false)
|
|
25
|
+
// // const [linkElement, setLinkElement] = useState<HTMLAnchorElement | null>(null)
|
|
26
|
+
// // const [editMode, setEditMode] = useState(false)
|
|
27
|
+
// // const [editTitle, setEditTitle] = useState('')
|
|
28
|
+
// // const [editHref, setEditHref] = useState('')
|
|
29
|
+
// // const [editType, setEditType] = useState<'link' | 'card'>('link')
|
|
30
|
+
|
|
31
|
+
// // const getFavicon = (url: string) => {
|
|
32
|
+
// // try {
|
|
33
|
+
// // const urlObj = new URL(url)
|
|
34
|
+
// // return `${urlObj.protocol}//${urlObj.host}/favicon.ico`
|
|
35
|
+
// // } catch {
|
|
36
|
+
// // return null
|
|
37
|
+
// // }
|
|
38
|
+
// // }
|
|
39
|
+
|
|
40
|
+
// // const handleClick = (e: React.MouseEvent) => {
|
|
41
|
+
// // e.preventDefault()
|
|
42
|
+
// // if (editor.isEditable) {
|
|
43
|
+
// // setSelected(!selected)
|
|
44
|
+
// // if (!selected) {
|
|
45
|
+
// // setShowActions(true)
|
|
46
|
+
// // } else {
|
|
47
|
+
// // // 第二次点击,打开链接
|
|
48
|
+
// // window.open(attrs.href, attrs.target || '_blank')
|
|
49
|
+
// // setShowActions(false)
|
|
50
|
+
// // setSelected(false)
|
|
51
|
+
// // }
|
|
52
|
+
// // } else {
|
|
53
|
+
// // // 只读模式直接打开链接
|
|
54
|
+
// // window.open(attrs.href, attrs.target || '_blank')
|
|
55
|
+
// // }
|
|
56
|
+
// // }
|
|
57
|
+
|
|
58
|
+
// // const handleOpen = () => {
|
|
59
|
+
// // window.open(attrs.href, attrs.target || '_blank')
|
|
60
|
+
// // setShowActions(false)
|
|
61
|
+
// // setSelected(false)
|
|
62
|
+
// // }
|
|
63
|
+
|
|
64
|
+
// // const handleEdit = () => {
|
|
65
|
+
// // setEditTitle(attrs.title || '')
|
|
66
|
+
// // setEditHref(attrs.href)
|
|
67
|
+
// // setEditType(attrs.type || 'link')
|
|
68
|
+
// // setEditMode(true)
|
|
69
|
+
// // setShowActions(false)
|
|
70
|
+
// // }
|
|
71
|
+
|
|
72
|
+
// // const handleSaveEdit = () => {
|
|
73
|
+
// // if (editHref.trim()) {
|
|
74
|
+
// // updateAttributes({
|
|
75
|
+
// // href: editHref.trim(),
|
|
76
|
+
// // title: editTitle.trim() || editHref.trim(),
|
|
77
|
+
// // type: editType
|
|
78
|
+
// // })
|
|
79
|
+
// // }
|
|
80
|
+
// // setEditMode(false)
|
|
81
|
+
// // setSelected(false)
|
|
82
|
+
// // }
|
|
83
|
+
|
|
84
|
+
// // const handleCancelEdit = () => {
|
|
85
|
+
// // setEditMode(false)
|
|
86
|
+
// // setEditTitle('')
|
|
87
|
+
// // setEditHref('')
|
|
88
|
+
// // setEditType('link')
|
|
89
|
+
// // }
|
|
90
|
+
|
|
91
|
+
// // const handleCopy = async () => {
|
|
92
|
+
// // try {
|
|
93
|
+
// // await navigator.clipboard.writeText(attrs.href)
|
|
94
|
+
// // } catch (err) {
|
|
95
|
+
// // console.error('复制失败:', err)
|
|
96
|
+
// // }
|
|
97
|
+
// // setShowActions(false)
|
|
98
|
+
// // setSelected(false)
|
|
99
|
+
// // }
|
|
100
|
+
|
|
101
|
+
// // const handleUnlink = () => {
|
|
102
|
+
// // editor.chain().unsetLink().run()
|
|
103
|
+
// // setShowActions(false)
|
|
104
|
+
// // setSelected(false)
|
|
105
|
+
// // }
|
|
106
|
+
|
|
107
|
+
// // const handleToggleStyle = () => {
|
|
108
|
+
// // updateAttributes({
|
|
109
|
+
// // type: attrs.type === 'link' ? 'card' : 'link'
|
|
110
|
+
// // })
|
|
111
|
+
// // setShowActions(false)
|
|
112
|
+
// // setSelected(false)
|
|
113
|
+
// // }
|
|
114
|
+
|
|
115
|
+
// // 点击外部关闭操作菜单
|
|
116
|
+
// // useEffect(() => {
|
|
117
|
+
// // const handleClickOutside = (event: MouseEvent) => {
|
|
118
|
+
// // if (linkElement && !linkElement.contains(event.target as Node)) {
|
|
119
|
+
// // setShowActions(false)
|
|
120
|
+
// // setSelected(false)
|
|
121
|
+
// // }
|
|
122
|
+
// // }
|
|
123
|
+
|
|
124
|
+
// // if (showActions) {
|
|
125
|
+
// // document.addEventListener('mousedown', handleClickOutside)
|
|
126
|
+
// // return () => document.removeEventListener('mousedown', handleClickOutside)
|
|
127
|
+
// // }
|
|
128
|
+
// // }, [showActions, linkElement])
|
|
129
|
+
|
|
130
|
+
// // 对于空 href,渲染插入组件
|
|
131
|
+
// if (!attrs.href) {
|
|
132
|
+
// return <InsertLink updateAttributes={updateAttributes} />
|
|
133
|
+
// }
|
|
134
|
+
|
|
135
|
+
// // 只读模式
|
|
136
|
+
// // if (!editor.isEditable) {
|
|
137
|
+
// // return <ReadonlyLink attrs={attrs} />
|
|
138
|
+
// // }
|
|
139
|
+
|
|
140
|
+
// // 简单的测试实现,显示 attrs 数据确实可以获取到
|
|
141
|
+
// return (
|
|
142
|
+
// <a
|
|
143
|
+
// href={attrs.href}
|
|
144
|
+
// target={attrs.target || '_blank'}
|
|
145
|
+
// className={attrs.class || ''}
|
|
146
|
+
// title={attrs.title || ''}
|
|
147
|
+
// data-type={attrs.type || 'link'}
|
|
148
|
+
// style={{
|
|
149
|
+
// color: 'blue',
|
|
150
|
+
// textDecoration: 'underline',
|
|
151
|
+
// background: attrs.type === 'card' ? '#f0f0f0' : 'transparent',
|
|
152
|
+
// padding: attrs.type === 'card' ? '4px' : '0'
|
|
153
|
+
// }}
|
|
154
|
+
// >
|
|
155
|
+
// {/* 显示调试信息 */}
|
|
156
|
+
// {attrs.title || attrs.href}
|
|
157
|
+
// {attrs.type === 'card' && ' [Card Style]'}
|
|
158
|
+
// </a>
|
|
159
|
+
// )
|
|
160
|
+
|
|
161
|
+
// // 卡片风格
|
|
162
|
+
// // if (attrs.type === 'card') {
|
|
163
|
+
// // return (
|
|
164
|
+
// // <>
|
|
165
|
+
// // <Box
|
|
166
|
+
// // ref={setLinkElement}
|
|
167
|
+
// // component="div"
|
|
168
|
+
// // onClick={handleClick}
|
|
169
|
+
// // sx={{
|
|
170
|
+
// // display: 'block',
|
|
171
|
+
// // border: '1px solid',
|
|
172
|
+
// // borderColor: selected ? 'primary.main' : 'divider',
|
|
173
|
+
// // borderRadius: 1,
|
|
174
|
+
// // p: 2,
|
|
175
|
+
// // cursor: 'pointer',
|
|
176
|
+
// // textDecoration: 'none',
|
|
177
|
+
// // color: 'inherit',
|
|
178
|
+
// // maxWidth: 400,
|
|
179
|
+
// // mb: 1,
|
|
180
|
+
// // '&:hover': {
|
|
181
|
+
// // bgcolor: 'action.hover'
|
|
182
|
+
// // }
|
|
183
|
+
// // }}
|
|
184
|
+
// // >
|
|
185
|
+
// // <Stack direction="row" gap={2} alignItems="center">
|
|
186
|
+
// // <Avatar
|
|
187
|
+
// // sx={{ width: 24, height: 24 }}
|
|
188
|
+
// // src={getFavicon(attrs.href) || undefined}
|
|
189
|
+
// // >
|
|
190
|
+
// // <LinkIcon sx={{ fontSize: 16 }} />
|
|
191
|
+
// // </Avatar>
|
|
192
|
+
// // <Stack flex={1} sx={{ minWidth: 0 }}>
|
|
193
|
+
// // <Box
|
|
194
|
+
// // sx={{
|
|
195
|
+
// // fontWeight: 500,
|
|
196
|
+
// // fontSize: '0.875rem',
|
|
197
|
+
// // overflow: 'hidden',
|
|
198
|
+
// // textOverflow: 'ellipsis',
|
|
199
|
+
// // whiteSpace: 'nowrap'
|
|
200
|
+
// // }}
|
|
201
|
+
// // >
|
|
202
|
+
// // {attrs.title || attrs.href}
|
|
203
|
+
// // </Box>
|
|
204
|
+
// // <Box
|
|
205
|
+
// // sx={{
|
|
206
|
+
// // fontSize: '0.75rem',
|
|
207
|
+
// // color: 'text.secondary',
|
|
208
|
+
// // overflow: 'hidden',
|
|
209
|
+
// // textOverflow: 'ellipsis',
|
|
210
|
+
// // whiteSpace: 'nowrap'
|
|
211
|
+
// // }}
|
|
212
|
+
// // >
|
|
213
|
+
// // {attrs.href}
|
|
214
|
+
// // </Box>
|
|
215
|
+
// // </Stack>
|
|
216
|
+
// // </Stack>
|
|
217
|
+
// // </Box>
|
|
218
|
+
|
|
219
|
+
// // <FloatingPopover
|
|
220
|
+
// // open={showActions}
|
|
221
|
+
// // anchorEl={linkElement}
|
|
222
|
+
// // onClose={() => {
|
|
223
|
+
// // setShowActions(false)
|
|
224
|
+
// // setSelected(false)
|
|
225
|
+
// // }}
|
|
226
|
+
// // placement="top"
|
|
227
|
+
// // >
|
|
228
|
+
// // <Stack direction="row" sx={{ p: 1 }}>
|
|
229
|
+
// // <Tooltip title="打开">
|
|
230
|
+
// // <IconButton size="small" onClick={handleOpen}>
|
|
231
|
+
// // <ShareBoxLineIcon fontSize="small" />
|
|
232
|
+
// // </IconButton>
|
|
233
|
+
// // </Tooltip>
|
|
234
|
+
// // <Tooltip title="编辑">
|
|
235
|
+
// // <IconButton size="small" onClick={handleEdit}>
|
|
236
|
+
// // <EditBoxLineIcon fontSize="small" />
|
|
237
|
+
// // </IconButton>
|
|
238
|
+
// // </Tooltip>
|
|
239
|
+
// // <Tooltip title="复制链接">
|
|
240
|
+
// // <IconButton size="small" onClick={handleCopy}>
|
|
241
|
+
// // <CopyIcon fontSize="small" />
|
|
242
|
+
// // </IconButton>
|
|
243
|
+
// // </Tooltip>
|
|
244
|
+
// // <Tooltip title="取消链接">
|
|
245
|
+
// // <IconButton size="small" onClick={handleUnlink}>
|
|
246
|
+
// // <DeleteLineIcon fontSize="small" />
|
|
247
|
+
// // </IconButton>
|
|
248
|
+
// // </Tooltip>
|
|
249
|
+
// // <Tooltip title="切换到文字链接">
|
|
250
|
+
// // <IconButton size="small" onClick={handleToggleStyle}>
|
|
251
|
+
// // <TitleIcon fontSize="small" />
|
|
252
|
+
// // </IconButton>
|
|
253
|
+
// // </Tooltip>
|
|
254
|
+
// // </Stack>
|
|
255
|
+
// // </FloatingPopover>
|
|
256
|
+
|
|
257
|
+
// // <FloatingPopover
|
|
258
|
+
// // open={editMode}
|
|
259
|
+
// // anchorEl={linkElement}
|
|
260
|
+
// // onClose={handleCancelEdit}
|
|
261
|
+
// // placement="bottom"
|
|
262
|
+
// // >
|
|
263
|
+
// // <Stack gap={2} sx={{ p: 2, width: 320 }}>
|
|
264
|
+
// // <TextField
|
|
265
|
+
// // fullWidth
|
|
266
|
+
// // size="small"
|
|
267
|
+
// // label="标题"
|
|
268
|
+
// // value={editTitle}
|
|
269
|
+
// // onChange={(e) => setEditTitle(e.target.value)}
|
|
270
|
+
// // placeholder="链接标题(可选)"
|
|
271
|
+
// // />
|
|
272
|
+
// // <TextField
|
|
273
|
+
// // fullWidth
|
|
274
|
+
// // size="small"
|
|
275
|
+
// // label="地址"
|
|
276
|
+
// // value={editHref}
|
|
277
|
+
// // onChange={(e) => setEditHref(e.target.value)}
|
|
278
|
+
// // placeholder="https://example.com"
|
|
279
|
+
// // required
|
|
280
|
+
// // />
|
|
281
|
+
// // <FormControl component="fieldset">
|
|
282
|
+
// // <FormLabel component="legend" sx={{ fontSize: '0.875rem' }}>风格</FormLabel>
|
|
283
|
+
// // <RadioGroup
|
|
284
|
+
// // row
|
|
285
|
+
// // value={editType}
|
|
286
|
+
// // onChange={(e) => setEditType(e.target.value as 'link' | 'card')}
|
|
287
|
+
// // >
|
|
288
|
+
// // <FormControlLabel value="link" control={<Radio size="small" />} label="链接" />
|
|
289
|
+
// // <FormControlLabel value="card" control={<Radio size="small" />} label="卡片" />
|
|
290
|
+
// // </RadioGroup>
|
|
291
|
+
// // </FormControl>
|
|
292
|
+
// // <Stack direction="row" gap={1}>
|
|
293
|
+
// // <Button
|
|
294
|
+
// // variant="outlined"
|
|
295
|
+
// // size="small"
|
|
296
|
+
// // fullWidth
|
|
297
|
+
// // onClick={handleCancelEdit}
|
|
298
|
+
// // >
|
|
299
|
+
// // 取消
|
|
300
|
+
// // </Button>
|
|
301
|
+
// // <Button
|
|
302
|
+
// // variant="contained"
|
|
303
|
+
// // size="small"
|
|
304
|
+
// // fullWidth
|
|
305
|
+
// // onClick={handleSaveEdit}
|
|
306
|
+
// // disabled={!editHref.trim()}
|
|
307
|
+
// // >
|
|
308
|
+
// // 保存
|
|
309
|
+
// // </Button>
|
|
310
|
+
// // </Stack>
|
|
311
|
+
// // </Stack>
|
|
312
|
+
// // </FloatingPopover>
|
|
313
|
+
// // </>
|
|
314
|
+
// // )
|
|
315
|
+
// // }
|
|
316
|
+
|
|
317
|
+
// // 链接风格
|
|
318
|
+
// // return (
|
|
319
|
+
// // <>
|
|
320
|
+
// // <MarkViewContent
|
|
321
|
+
// // as="a"
|
|
322
|
+
// // ref={setLinkElement}
|
|
323
|
+
// // onClick={handleClick}
|
|
324
|
+
// // style={{
|
|
325
|
+
// // color: '#1976d2',
|
|
326
|
+
// // textDecoration: 'underline',
|
|
327
|
+
// // cursor: 'pointer',
|
|
328
|
+
// // borderRadius: '4px',
|
|
329
|
+
// // padding: selected ? '0 4px' : '0',
|
|
330
|
+
// // backgroundColor: selected ? 'rgba(25, 118, 210, 0.08)' : 'transparent',
|
|
331
|
+
// // }}
|
|
332
|
+
// // onMouseEnter={(e) => {
|
|
333
|
+
// // e.currentTarget.style.textDecoration = 'none'
|
|
334
|
+
// // e.currentTarget.style.backgroundColor = 'rgba(0, 0, 0, 0.04)'
|
|
335
|
+
// // }}
|
|
336
|
+
// // onMouseLeave={(e) => {
|
|
337
|
+
// // e.currentTarget.style.textDecoration = 'underline'
|
|
338
|
+
// // e.currentTarget.style.backgroundColor = selected ? 'rgba(25, 118, 210, 0.08)' : 'transparent'
|
|
339
|
+
// // }}
|
|
340
|
+
// // />
|
|
341
|
+
|
|
342
|
+
// // <FloatingPopover
|
|
343
|
+
// // open={showActions}
|
|
344
|
+
// // anchorEl={linkElement}
|
|
345
|
+
// // onClose={() => {
|
|
346
|
+
// // setShowActions(false)
|
|
347
|
+
// // setSelected(false)
|
|
348
|
+
// // }}
|
|
349
|
+
// // placement="top"
|
|
350
|
+
// // >
|
|
351
|
+
// // <Stack direction="row" sx={{ p: 1 }}>
|
|
352
|
+
// // <Tooltip title="打开">
|
|
353
|
+
// // <IconButton size="small" onClick={handleOpen}>
|
|
354
|
+
// // <ShareBoxLineIcon fontSize="small" />
|
|
355
|
+
// // </IconButton>
|
|
356
|
+
// // </Tooltip>
|
|
357
|
+
// // <Tooltip title="编辑">
|
|
358
|
+
// // <IconButton size="small" onClick={handleEdit}>
|
|
359
|
+
// // <EditBoxLineIcon fontSize="small" />
|
|
360
|
+
// // </IconButton>
|
|
361
|
+
// // </Tooltip>
|
|
362
|
+
// // <Tooltip title="复制链接">
|
|
363
|
+
// // <IconButton size="small" onClick={handleCopy}>
|
|
364
|
+
// // <CopyIcon fontSize="small" />
|
|
365
|
+
// // </IconButton>
|
|
366
|
+
// // </Tooltip>
|
|
367
|
+
// // <Tooltip title="取消链接">
|
|
368
|
+
// // <IconButton size="small" onClick={handleUnlink}>
|
|
369
|
+
// // <LinkUnlinkIcon fontSize="small" />
|
|
370
|
+
// // </IconButton>
|
|
371
|
+
// // </Tooltip>
|
|
372
|
+
// // <Tooltip title="切换到卡片链接">
|
|
373
|
+
// // <IconButton size="small" onClick={handleToggleStyle}>
|
|
374
|
+
// // <LinkIcon fontSize="small" />
|
|
375
|
+
// // </IconButton>
|
|
376
|
+
// // </Tooltip>
|
|
377
|
+
// // </Stack>
|
|
378
|
+
// // </FloatingPopover>
|
|
379
|
+
|
|
380
|
+
// // <FloatingPopover
|
|
381
|
+
// // open={editMode}
|
|
382
|
+
// // anchorEl={linkElement}
|
|
383
|
+
// // onClose={handleCancelEdit}
|
|
384
|
+
// // placement="bottom"
|
|
385
|
+
// // >
|
|
386
|
+
// // <Stack gap={2} sx={{ p: 2, width: 320 }}>
|
|
387
|
+
// // <TextField
|
|
388
|
+
// // fullWidth
|
|
389
|
+
// // size="small"
|
|
390
|
+
// // label="标题"
|
|
391
|
+
// // value={editTitle}
|
|
392
|
+
// // onChange={(e) => setEditTitle(e.target.value)}
|
|
393
|
+
// // placeholder="链接标题(可选)"
|
|
394
|
+
// // />
|
|
395
|
+
// // <TextField
|
|
396
|
+
// // fullWidth
|
|
397
|
+
// // size="small"
|
|
398
|
+
// // label="地址"
|
|
399
|
+
// // value={editHref}
|
|
400
|
+
// // onChange={(e) => setEditHref(e.target.value)}
|
|
401
|
+
// // placeholder="https://example.com"
|
|
402
|
+
// // required
|
|
403
|
+
// // />
|
|
404
|
+
// // <FormControl component="fieldset">
|
|
405
|
+
// // <FormLabel component="legend" sx={{ fontSize: '0.875rem' }}>风格</FormLabel>
|
|
406
|
+
// // <RadioGroup
|
|
407
|
+
// // row
|
|
408
|
+
// // value={editType}
|
|
409
|
+
// // onChange={(e) => setEditType(e.target.value as 'link' | 'card')}
|
|
410
|
+
// // >
|
|
411
|
+
// // <FormControlLabel value="link" control={<Radio size="small" />} label="链接" />
|
|
412
|
+
// // <FormControlLabel value="card" control={<Radio size="small" />} label="卡片" />
|
|
413
|
+
// // </RadioGroup>
|
|
414
|
+
// // </FormControl>
|
|
415
|
+
// // <Stack direction="row" gap={1}>
|
|
416
|
+
// // <Button
|
|
417
|
+
// // variant="outlined"
|
|
418
|
+
// // size="small"
|
|
419
|
+
// // fullWidth
|
|
420
|
+
// // onClick={handleCancelEdit}
|
|
421
|
+
// // >
|
|
422
|
+
// // 取消
|
|
423
|
+
// // </Button>
|
|
424
|
+
// // <Button
|
|
425
|
+
// // variant="contained"
|
|
426
|
+
// // size="small"
|
|
427
|
+
// // fullWidth
|
|
428
|
+
// // onClick={handleSaveEdit}
|
|
429
|
+
// // disabled={!editHref.trim()}
|
|
430
|
+
// // >
|
|
431
|
+
// // 保存
|
|
432
|
+
// // </Button>
|
|
433
|
+
// // </Stack>
|
|
434
|
+
// // </Stack>
|
|
435
|
+
// // </FloatingPopover>
|
|
436
|
+
// // </>
|
|
437
|
+
// // )
|
|
438
|
+
// }
|
|
439
|
+
|
|
440
|
+
// export default LinkViewWrapper
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EmojiItem } from '@tiptap/extension-emoji';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export type EmojiListProps = {
|
|
4
|
+
items: EmojiItem[];
|
|
5
|
+
command: (props: {
|
|
6
|
+
name: string;
|
|
7
|
+
}) => void;
|
|
8
|
+
};
|
|
9
|
+
export type EmojiListRef = {
|
|
10
|
+
onKeyDown: (props: {
|
|
11
|
+
event: KeyboardEvent;
|
|
12
|
+
}) => boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare const EmojiList: React.ForwardRefExoticComponent<EmojiListProps & React.RefAttributes<EmojiListRef>>;
|
|
@@ -0,0 +1,104 @@
|
|
|
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 { Paper } from '@mui/material';
|
|
14
|
+
import Grid from '@mui/material/Grid';
|
|
15
|
+
import React, { forwardRef, useEffect, useImperativeHandle, useState } from 'react';
|
|
16
|
+
export var EmojiList = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
17
|
+
var _useState = useState(0),
|
|
18
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
19
|
+
selectedIndex = _useState2[0],
|
|
20
|
+
setSelectedIndex = _useState2[1];
|
|
21
|
+
var selectItem = function selectItem(index) {
|
|
22
|
+
var item = props.items[index];
|
|
23
|
+
if (item) {
|
|
24
|
+
props.command({
|
|
25
|
+
name: item.name
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var upHandler = function upHandler() {
|
|
30
|
+
setSelectedIndex((selectedIndex + props.items.length - 1) % props.items.length);
|
|
31
|
+
};
|
|
32
|
+
var downHandler = function downHandler() {
|
|
33
|
+
setSelectedIndex((selectedIndex + 1) % props.items.length);
|
|
34
|
+
};
|
|
35
|
+
var enterHandler = function enterHandler() {
|
|
36
|
+
selectItem(selectedIndex);
|
|
37
|
+
};
|
|
38
|
+
useEffect(function () {
|
|
39
|
+
return setSelectedIndex(0);
|
|
40
|
+
}, [props.items]);
|
|
41
|
+
useImperativeHandle(ref, function () {
|
|
42
|
+
return {
|
|
43
|
+
onKeyDown: function onKeyDown(x) {
|
|
44
|
+
if (x.event.key === 'ArrowUp') {
|
|
45
|
+
upHandler();
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
if (x.event.key === 'ArrowDown') {
|
|
49
|
+
downHandler();
|
|
50
|
+
return true;
|
|
51
|
+
}
|
|
52
|
+
if (x.event.key === 'Enter') {
|
|
53
|
+
enterHandler();
|
|
54
|
+
return true;
|
|
55
|
+
}
|
|
56
|
+
return false;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
}, [upHandler, downHandler, enterHandler]);
|
|
60
|
+
return /*#__PURE__*/React.createElement(Paper, {
|
|
61
|
+
sx: {
|
|
62
|
+
position: 'relative',
|
|
63
|
+
overflowY: 'auto',
|
|
64
|
+
p: 1,
|
|
65
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
66
|
+
maxWidth: 300,
|
|
67
|
+
maxHeight: 300
|
|
68
|
+
}
|
|
69
|
+
}, /*#__PURE__*/React.createElement(Grid, {
|
|
70
|
+
container: true,
|
|
71
|
+
spacing: 1
|
|
72
|
+
}, props.items.map(function (item, index) {
|
|
73
|
+
return /*#__PURE__*/React.createElement(Grid, {
|
|
74
|
+
size: 1,
|
|
75
|
+
key: index,
|
|
76
|
+
onClick: function onClick() {
|
|
77
|
+
return selectItem(index);
|
|
78
|
+
},
|
|
79
|
+
sx: _objectSpread({
|
|
80
|
+
cursor: 'pointer',
|
|
81
|
+
lineHeight: 1,
|
|
82
|
+
fontSize: '1rem',
|
|
83
|
+
width: '2rem',
|
|
84
|
+
height: '2rem',
|
|
85
|
+
display: 'flex',
|
|
86
|
+
justifyContent: 'center',
|
|
87
|
+
alignItems: 'center',
|
|
88
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
89
|
+
img: {
|
|
90
|
+
width: '1.25rem',
|
|
91
|
+
height: '1.25rem'
|
|
92
|
+
},
|
|
93
|
+
transition: 'background-color 0.2s ease-in-out',
|
|
94
|
+
'&:hover': {
|
|
95
|
+
backgroundColor: 'action.hover'
|
|
96
|
+
}
|
|
97
|
+
}, index === selectedIndex && {
|
|
98
|
+
backgroundColor: 'action.selected'
|
|
99
|
+
})
|
|
100
|
+
}, item.fallbackImage ? /*#__PURE__*/React.createElement("img", {
|
|
101
|
+
src: item.fallbackImage
|
|
102
|
+
}) : item.emoji);
|
|
103
|
+
})));
|
|
104
|
+
});
|