@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,194 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { mergeAttributes, Node } from '@tiptap/core';
|
|
8
|
+
import { ReactNodeViewRenderer } from '@tiptap/react';
|
|
9
|
+
import AudioViewWrapper from "../component/Audio";
|
|
10
|
+
export var AudioExtension = function AudioExtension(props) {
|
|
11
|
+
return Node.create({
|
|
12
|
+
name: 'audio',
|
|
13
|
+
group: 'block',
|
|
14
|
+
atom: true,
|
|
15
|
+
selectable: true,
|
|
16
|
+
draggable: true,
|
|
17
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
18
|
+
var _this = this;
|
|
19
|
+
return {
|
|
20
|
+
'Mod-4': function Mod4() {
|
|
21
|
+
return _this.editor.commands.setAudio({
|
|
22
|
+
src: '',
|
|
23
|
+
controls: true,
|
|
24
|
+
autoplay: false
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
},
|
|
29
|
+
addAttributes: function addAttributes() {
|
|
30
|
+
return {
|
|
31
|
+
class: {
|
|
32
|
+
default: 'audio-wrapper'
|
|
33
|
+
},
|
|
34
|
+
src: {
|
|
35
|
+
default: null,
|
|
36
|
+
parseHTML: function parseHTML(element) {
|
|
37
|
+
return element.getAttribute('src');
|
|
38
|
+
},
|
|
39
|
+
renderHTML: function renderHTML(attributes) {
|
|
40
|
+
if (!attributes.src) return {};
|
|
41
|
+
return {
|
|
42
|
+
src: attributes.src
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
title: {
|
|
47
|
+
default: null,
|
|
48
|
+
parseHTML: function parseHTML(element) {
|
|
49
|
+
return element.getAttribute('title');
|
|
50
|
+
},
|
|
51
|
+
renderHTML: function renderHTML(attributes) {
|
|
52
|
+
if (!attributes.title) return {};
|
|
53
|
+
return {
|
|
54
|
+
title: attributes.title
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
poster: {
|
|
59
|
+
default: null,
|
|
60
|
+
parseHTML: function parseHTML(element) {
|
|
61
|
+
return element.getAttribute('poster');
|
|
62
|
+
},
|
|
63
|
+
renderHTML: function renderHTML(attributes) {
|
|
64
|
+
if (!attributes.poster) return {};
|
|
65
|
+
return {
|
|
66
|
+
poster: attributes.poster
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
controls: {
|
|
71
|
+
default: true,
|
|
72
|
+
parseHTML: function parseHTML(element) {
|
|
73
|
+
return element.hasAttribute('controls');
|
|
74
|
+
},
|
|
75
|
+
renderHTML: function renderHTML(attributes) {
|
|
76
|
+
if (!attributes.controls) return {};
|
|
77
|
+
return {
|
|
78
|
+
controls: 'true'
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
autoplay: {
|
|
83
|
+
default: false,
|
|
84
|
+
parseHTML: function parseHTML(element) {
|
|
85
|
+
return element.hasAttribute('autoplay');
|
|
86
|
+
},
|
|
87
|
+
renderHTML: function renderHTML(attributes) {
|
|
88
|
+
if (!attributes.autoplay) return {};
|
|
89
|
+
return {
|
|
90
|
+
autoplay: 'true'
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
loop: {
|
|
95
|
+
default: false,
|
|
96
|
+
parseHTML: function parseHTML(element) {
|
|
97
|
+
return element.hasAttribute('loop');
|
|
98
|
+
},
|
|
99
|
+
renderHTML: function renderHTML(attributes) {
|
|
100
|
+
if (!attributes.loop) return {};
|
|
101
|
+
return {
|
|
102
|
+
loop: 'true'
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
muted: {
|
|
107
|
+
default: false,
|
|
108
|
+
parseHTML: function parseHTML(element) {
|
|
109
|
+
return element.hasAttribute('muted');
|
|
110
|
+
},
|
|
111
|
+
renderHTML: function renderHTML(attributes) {
|
|
112
|
+
if (!attributes.muted) return {};
|
|
113
|
+
return {
|
|
114
|
+
muted: 'true'
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
},
|
|
120
|
+
parseHTML: function parseHTML() {
|
|
121
|
+
return [{
|
|
122
|
+
tag: 'audio',
|
|
123
|
+
getAttrs: function getAttrs(dom) {
|
|
124
|
+
if (!(dom instanceof HTMLElement)) return false;
|
|
125
|
+
var src = dom.getAttribute('src');
|
|
126
|
+
if (!src) return false;
|
|
127
|
+
return {
|
|
128
|
+
src: src,
|
|
129
|
+
title: dom.getAttribute('title'),
|
|
130
|
+
poster: dom.getAttribute('poster'),
|
|
131
|
+
controls: dom.hasAttribute('controls'),
|
|
132
|
+
autoplay: dom.hasAttribute('autoplay'),
|
|
133
|
+
loop: dom.hasAttribute('loop'),
|
|
134
|
+
muted: dom.hasAttribute('muted')
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
}];
|
|
138
|
+
},
|
|
139
|
+
renderHTML: function renderHTML(_ref) {
|
|
140
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
141
|
+
return ['audio', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
|
|
142
|
+
},
|
|
143
|
+
addCommands: function addCommands() {
|
|
144
|
+
var _this2 = this;
|
|
145
|
+
return {
|
|
146
|
+
setAudio: function setAudio(options) {
|
|
147
|
+
return function (_ref2) {
|
|
148
|
+
var commands = _ref2.commands;
|
|
149
|
+
return commands.insertContent({
|
|
150
|
+
type: _this2.name,
|
|
151
|
+
attrs: {
|
|
152
|
+
src: options.src,
|
|
153
|
+
title: options.title || null,
|
|
154
|
+
poster: options.poster || null,
|
|
155
|
+
controls: options.controls !== false,
|
|
156
|
+
autoplay: options.autoplay || false,
|
|
157
|
+
loop: options.loop || false,
|
|
158
|
+
muted: options.muted || false
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
},
|
|
165
|
+
addInputRules: function addInputRules() {
|
|
166
|
+
var _this3 = this;
|
|
167
|
+
return [
|
|
168
|
+
// Auto-embed audio URLs
|
|
169
|
+
{
|
|
170
|
+
find: /^https?:\/\/.*\.(mp3|wav|ogg|m4a|flac|aac|wma|webm)$/,
|
|
171
|
+
handler: function handler(_ref3) {
|
|
172
|
+
var state = _ref3.state,
|
|
173
|
+
range = _ref3.range,
|
|
174
|
+
match = _ref3.match;
|
|
175
|
+
var from = range.from,
|
|
176
|
+
to = range.to;
|
|
177
|
+
var audioUrl = match[0];
|
|
178
|
+
state.tr.replaceWith(from, to, _this3.type.create({
|
|
179
|
+
src: audioUrl
|
|
180
|
+
}));
|
|
181
|
+
}
|
|
182
|
+
}];
|
|
183
|
+
},
|
|
184
|
+
addNodeView: function addNodeView() {
|
|
185
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
186
|
+
return AudioViewWrapper(_objectSpread(_objectSpread({}, renderProps), {}, {
|
|
187
|
+
onUpload: props.onUpload,
|
|
188
|
+
onError: props.onError
|
|
189
|
+
}));
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
};
|
|
194
|
+
export default AudioExtension;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CodeBlockLowlightExtension: import("@tiptap/core").Node<import("@tiptap/extension-code-block-lowlight").CodeBlockLowlightOptions, any>;
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
// @ts-nocheck
|
|
8
|
+
|
|
9
|
+
import CodeBlockLowlight from "@tiptap/extension-code-block-lowlight";
|
|
10
|
+
import { ReactNodeViewRenderer } from "@tiptap/react";
|
|
11
|
+
import { all, createLowlight } from 'lowlight';
|
|
12
|
+
import CodeBlockView from "../component/CodeBlock";
|
|
13
|
+
var lowlight = createLowlight(all);
|
|
14
|
+
var CustomCodeBlock = CodeBlockLowlight.extend({
|
|
15
|
+
addAttributes: function addAttributes() {
|
|
16
|
+
var _this$parent;
|
|
17
|
+
return _objectSpread(_objectSpread({}, (_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent.call(this)), {}, {
|
|
18
|
+
title: {
|
|
19
|
+
default: null,
|
|
20
|
+
parseHTML: function parseHTML(element) {
|
|
21
|
+
return element.getAttribute('data-title');
|
|
22
|
+
},
|
|
23
|
+
renderHTML: function renderHTML(attributes) {
|
|
24
|
+
if (!attributes.title) {
|
|
25
|
+
return {};
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'data-title': attributes.title
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
},
|
|
34
|
+
addNodeView: function addNodeView() {
|
|
35
|
+
return ReactNodeViewRenderer(CodeBlockView);
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
export var CodeBlockLowlightExtension = CustomCodeBlock.configure({
|
|
39
|
+
lowlight: lowlight
|
|
40
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const DetailsExtension: import("@tiptap/core").Node<import("@tiptap/extension-details").DetailsOptions, any>;
|
|
2
|
+
export declare const DetailsSummaryExtension: import("@tiptap/core").Node<import("@tiptap/extension-details").DetailsSummaryOptions, any>;
|
|
3
|
+
export declare const DetailsContentExtension: import("@tiptap/core").Node<import("@tiptap/extension-details").DetailsContentOptions, any>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import Details, { DetailsContent, DetailsSummary } from "@tiptap/extension-details";
|
|
2
|
+
var CustomDetails = Details.extend({
|
|
3
|
+
addAttributes: function addAttributes() {
|
|
4
|
+
return {
|
|
5
|
+
open: {
|
|
6
|
+
default: true,
|
|
7
|
+
parseHTML: function parseHTML(element) {
|
|
8
|
+
return element.hasAttribute('open');
|
|
9
|
+
},
|
|
10
|
+
renderHTML: function renderHTML(_ref) {
|
|
11
|
+
var open = _ref.open;
|
|
12
|
+
if (!open) {
|
|
13
|
+
return {};
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
open: ''
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
},
|
|
22
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
23
|
+
var _this = this;
|
|
24
|
+
return {
|
|
25
|
+
'Mod-8': function Mod8() {
|
|
26
|
+
return _this.editor.chain().focus().setDetails().run();
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
export var DetailsExtension = CustomDetails.configure({
|
|
32
|
+
persist: true,
|
|
33
|
+
openClassName: 'is-open',
|
|
34
|
+
HTMLAttributes: {
|
|
35
|
+
class: 'cq-details'
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
export var DetailsSummaryExtension = DetailsSummary.configure({});
|
|
39
|
+
export var DetailsContentExtension = DetailsContent.configure({});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const EmojiExtension: import("@tiptap/core").Node<import("@tiptap/extension-emoji").EmojiOptions, import("@tiptap/extension-emoji").EmojiStorage>;
|
|
@@ -0,0 +1,294 @@
|
|
|
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 FileHandler from "@tiptap/extension-file-handler";
|
|
6
|
+
import { formatFileSize, getFileType } from "../../util";
|
|
7
|
+
import { getImageDimensionsFromFile } from "../component/Image";
|
|
8
|
+
export var FileHandlerExtension = function FileHandlerExtension(props) {
|
|
9
|
+
return FileHandler.configure({
|
|
10
|
+
onDrop: function () {
|
|
11
|
+
var _onDrop = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(editor, files, pos) {
|
|
12
|
+
var _loop, i;
|
|
13
|
+
return _regeneratorRuntime().wrap(function _callee$(_context2) {
|
|
14
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
15
|
+
case 0:
|
|
16
|
+
if (!(!props.onUpload || files.length === 0)) {
|
|
17
|
+
_context2.next = 2;
|
|
18
|
+
break;
|
|
19
|
+
}
|
|
20
|
+
return _context2.abrupt("return");
|
|
21
|
+
case 2:
|
|
22
|
+
_loop = /*#__PURE__*/_regeneratorRuntime().mark(function _loop() {
|
|
23
|
+
var file, fileType, tempId, url, dimensions, _tempId;
|
|
24
|
+
return _regeneratorRuntime().wrap(function _loop$(_context) {
|
|
25
|
+
while (1) switch (_context.prev = _context.next) {
|
|
26
|
+
case 0:
|
|
27
|
+
file = files[i];
|
|
28
|
+
fileType = getFileType(file);
|
|
29
|
+
_context.prev = 2;
|
|
30
|
+
tempId = "upload-".concat(Date.now(), "-").concat(i);
|
|
31
|
+
editor.chain().focus().insertContentAt(pos + i, {
|
|
32
|
+
type: 'uploadProgress',
|
|
33
|
+
attrs: {
|
|
34
|
+
fileName: file.name,
|
|
35
|
+
fileType: fileType,
|
|
36
|
+
progress: 0,
|
|
37
|
+
tempId: tempId
|
|
38
|
+
}
|
|
39
|
+
}).run();
|
|
40
|
+
_context.next = 7;
|
|
41
|
+
return props.onUpload(file, function (progressEvent) {
|
|
42
|
+
editor.commands.updateUploadProgress(tempId, progressEvent.progress);
|
|
43
|
+
});
|
|
44
|
+
case 7:
|
|
45
|
+
url = _context.sent;
|
|
46
|
+
editor.commands.removeUploadProgress(tempId);
|
|
47
|
+
_context.t0 = fileType;
|
|
48
|
+
_context.next = _context.t0 === 'image' ? 12 : _context.t0 === 'video' ? 24 : 26;
|
|
49
|
+
break;
|
|
50
|
+
case 12:
|
|
51
|
+
_context.prev = 12;
|
|
52
|
+
_context.next = 15;
|
|
53
|
+
return getImageDimensionsFromFile(file);
|
|
54
|
+
case 15:
|
|
55
|
+
dimensions = _context.sent;
|
|
56
|
+
editor.commands.setImage({
|
|
57
|
+
src: url,
|
|
58
|
+
width: Math.min(dimensions.width, 760) // 使用原始宽度,但不超过760px
|
|
59
|
+
});
|
|
60
|
+
_context.next = 23;
|
|
61
|
+
break;
|
|
62
|
+
case 19:
|
|
63
|
+
_context.prev = 19;
|
|
64
|
+
_context.t1 = _context["catch"](12);
|
|
65
|
+
console.warn('无法获取图片尺寸,使用默认宽度:', _context.t1);
|
|
66
|
+
editor.commands.setImage({
|
|
67
|
+
src: url,
|
|
68
|
+
width: 760
|
|
69
|
+
});
|
|
70
|
+
case 23:
|
|
71
|
+
return _context.abrupt("break", 28);
|
|
72
|
+
case 24:
|
|
73
|
+
editor.commands.setVideo({
|
|
74
|
+
src: url,
|
|
75
|
+
width: 760,
|
|
76
|
+
controls: true,
|
|
77
|
+
autoplay: false
|
|
78
|
+
});
|
|
79
|
+
return _context.abrupt("break", 28);
|
|
80
|
+
case 26:
|
|
81
|
+
editor.commands.setInlineAttachment({
|
|
82
|
+
url: url,
|
|
83
|
+
title: file.name,
|
|
84
|
+
size: formatFileSize(file.size)
|
|
85
|
+
});
|
|
86
|
+
return _context.abrupt("break", 28);
|
|
87
|
+
case 28:
|
|
88
|
+
_context.next = 44;
|
|
89
|
+
break;
|
|
90
|
+
case 30:
|
|
91
|
+
_context.prev = 30;
|
|
92
|
+
_context.t2 = _context["catch"](2);
|
|
93
|
+
console.error('文件上传失败:', _context.t2);
|
|
94
|
+
_tempId = "upload-".concat(Date.now(), "-").concat(i);
|
|
95
|
+
editor.commands.removeUploadProgress(_tempId);
|
|
96
|
+
_context.t3 = fileType;
|
|
97
|
+
_context.next = _context.t3 === 'image' ? 38 : _context.t3 === 'video' ? 40 : 42;
|
|
98
|
+
break;
|
|
99
|
+
case 38:
|
|
100
|
+
editor.commands.setImage({
|
|
101
|
+
src: '',
|
|
102
|
+
width: 760
|
|
103
|
+
});
|
|
104
|
+
return _context.abrupt("break", 44);
|
|
105
|
+
case 40:
|
|
106
|
+
editor.commands.setVideo({
|
|
107
|
+
src: '',
|
|
108
|
+
width: 760,
|
|
109
|
+
controls: true,
|
|
110
|
+
autoplay: false
|
|
111
|
+
});
|
|
112
|
+
return _context.abrupt("break", 44);
|
|
113
|
+
case 42:
|
|
114
|
+
editor.commands.setInlineAttachment({
|
|
115
|
+
url: 'error',
|
|
116
|
+
title: "\u4E0A\u4F20\u5931\u8D25: ".concat(file.name),
|
|
117
|
+
size: formatFileSize(file.size)
|
|
118
|
+
});
|
|
119
|
+
return _context.abrupt("break", 44);
|
|
120
|
+
case 44:
|
|
121
|
+
case "end":
|
|
122
|
+
return _context.stop();
|
|
123
|
+
}
|
|
124
|
+
}, _loop, null, [[2, 30], [12, 19]]);
|
|
125
|
+
});
|
|
126
|
+
i = 0;
|
|
127
|
+
case 4:
|
|
128
|
+
if (!(i < files.length)) {
|
|
129
|
+
_context2.next = 9;
|
|
130
|
+
break;
|
|
131
|
+
}
|
|
132
|
+
return _context2.delegateYield(_loop(), "t0", 6);
|
|
133
|
+
case 6:
|
|
134
|
+
i++;
|
|
135
|
+
_context2.next = 4;
|
|
136
|
+
break;
|
|
137
|
+
case 9:
|
|
138
|
+
case "end":
|
|
139
|
+
return _context2.stop();
|
|
140
|
+
}
|
|
141
|
+
}, _callee);
|
|
142
|
+
}));
|
|
143
|
+
function onDrop(_x, _x2, _x3) {
|
|
144
|
+
return _onDrop.apply(this, arguments);
|
|
145
|
+
}
|
|
146
|
+
return onDrop;
|
|
147
|
+
}(),
|
|
148
|
+
onPaste: function () {
|
|
149
|
+
var _onPaste = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(editor, files, pasteContent) {
|
|
150
|
+
var from, _loop2, i;
|
|
151
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context4) {
|
|
152
|
+
while (1) switch (_context4.prev = _context4.next) {
|
|
153
|
+
case 0:
|
|
154
|
+
if (!(!props.onUpload || files.length === 0 || !!pasteContent)) {
|
|
155
|
+
_context4.next = 2;
|
|
156
|
+
break;
|
|
157
|
+
}
|
|
158
|
+
return _context4.abrupt("return", false);
|
|
159
|
+
case 2:
|
|
160
|
+
from = editor.state.selection.from;
|
|
161
|
+
if (!(files.length > 0)) {
|
|
162
|
+
_context4.next = 11;
|
|
163
|
+
break;
|
|
164
|
+
}
|
|
165
|
+
_loop2 = /*#__PURE__*/_regeneratorRuntime().mark(function _loop2() {
|
|
166
|
+
var file, fileType, tempId, url, dimensions, _tempId2;
|
|
167
|
+
return _regeneratorRuntime().wrap(function _loop2$(_context3) {
|
|
168
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
169
|
+
case 0:
|
|
170
|
+
file = files[i];
|
|
171
|
+
fileType = getFileType(file);
|
|
172
|
+
_context3.prev = 2;
|
|
173
|
+
tempId = "upload-".concat(Date.now(), "-").concat(i);
|
|
174
|
+
editor.chain().focus().insertContentAt(from + i, {
|
|
175
|
+
type: 'uploadProgress',
|
|
176
|
+
attrs: {
|
|
177
|
+
fileName: file.name,
|
|
178
|
+
fileType: fileType,
|
|
179
|
+
progress: 0,
|
|
180
|
+
tempId: tempId
|
|
181
|
+
}
|
|
182
|
+
}).run();
|
|
183
|
+
_context3.next = 7;
|
|
184
|
+
return props.onUpload(file, function (progressEvent) {
|
|
185
|
+
editor.commands.updateUploadProgress(tempId, progressEvent.progress);
|
|
186
|
+
});
|
|
187
|
+
case 7:
|
|
188
|
+
url = _context3.sent;
|
|
189
|
+
editor.commands.removeUploadProgress(tempId);
|
|
190
|
+
_context3.t0 = fileType;
|
|
191
|
+
_context3.next = _context3.t0 === 'image' ? 12 : _context3.t0 === 'video' ? 24 : 26;
|
|
192
|
+
break;
|
|
193
|
+
case 12:
|
|
194
|
+
_context3.prev = 12;
|
|
195
|
+
_context3.next = 15;
|
|
196
|
+
return getImageDimensionsFromFile(file);
|
|
197
|
+
case 15:
|
|
198
|
+
dimensions = _context3.sent;
|
|
199
|
+
editor.commands.setImage({
|
|
200
|
+
src: url,
|
|
201
|
+
width: Math.min(dimensions.width, 760) // 使用原始宽度,但不超过760px
|
|
202
|
+
});
|
|
203
|
+
_context3.next = 23;
|
|
204
|
+
break;
|
|
205
|
+
case 19:
|
|
206
|
+
_context3.prev = 19;
|
|
207
|
+
_context3.t1 = _context3["catch"](12);
|
|
208
|
+
console.warn('无法获取图片尺寸,使用默认宽度:', _context3.t1);
|
|
209
|
+
editor.commands.setImage({
|
|
210
|
+
src: url,
|
|
211
|
+
width: 760
|
|
212
|
+
});
|
|
213
|
+
case 23:
|
|
214
|
+
return _context3.abrupt("break", 28);
|
|
215
|
+
case 24:
|
|
216
|
+
editor.commands.setVideo({
|
|
217
|
+
src: url,
|
|
218
|
+
width: 760,
|
|
219
|
+
controls: true,
|
|
220
|
+
autoplay: false
|
|
221
|
+
});
|
|
222
|
+
return _context3.abrupt("break", 28);
|
|
223
|
+
case 26:
|
|
224
|
+
editor.commands.setInlineAttachment({
|
|
225
|
+
url: url,
|
|
226
|
+
title: file.name,
|
|
227
|
+
size: formatFileSize(file.size)
|
|
228
|
+
});
|
|
229
|
+
return _context3.abrupt("break", 28);
|
|
230
|
+
case 28:
|
|
231
|
+
_context3.next = 44;
|
|
232
|
+
break;
|
|
233
|
+
case 30:
|
|
234
|
+
_context3.prev = 30;
|
|
235
|
+
_context3.t2 = _context3["catch"](2);
|
|
236
|
+
console.error('文件上传失败:', _context3.t2);
|
|
237
|
+
_tempId2 = "upload-".concat(Date.now(), "-").concat(i);
|
|
238
|
+
editor.commands.removeUploadProgress(_tempId2);
|
|
239
|
+
_context3.t3 = fileType;
|
|
240
|
+
_context3.next = _context3.t3 === 'image' ? 38 : _context3.t3 === 'video' ? 40 : 42;
|
|
241
|
+
break;
|
|
242
|
+
case 38:
|
|
243
|
+
editor.commands.setImage({
|
|
244
|
+
src: '',
|
|
245
|
+
width: 760
|
|
246
|
+
});
|
|
247
|
+
return _context3.abrupt("break", 44);
|
|
248
|
+
case 40:
|
|
249
|
+
editor.commands.setVideo({
|
|
250
|
+
src: '',
|
|
251
|
+
width: 760,
|
|
252
|
+
controls: true,
|
|
253
|
+
autoplay: false
|
|
254
|
+
});
|
|
255
|
+
return _context3.abrupt("break", 44);
|
|
256
|
+
case 42:
|
|
257
|
+
editor.commands.setInlineAttachment({
|
|
258
|
+
url: 'error',
|
|
259
|
+
title: "\u4E0A\u4F20\u5931\u8D25: ".concat(file.name),
|
|
260
|
+
size: formatFileSize(file.size)
|
|
261
|
+
});
|
|
262
|
+
return _context3.abrupt("break", 44);
|
|
263
|
+
case 44:
|
|
264
|
+
case "end":
|
|
265
|
+
return _context3.stop();
|
|
266
|
+
}
|
|
267
|
+
}, _loop2, null, [[2, 30], [12, 19]]);
|
|
268
|
+
});
|
|
269
|
+
i = 0;
|
|
270
|
+
case 6:
|
|
271
|
+
if (!(i < files.length)) {
|
|
272
|
+
_context4.next = 11;
|
|
273
|
+
break;
|
|
274
|
+
}
|
|
275
|
+
return _context4.delegateYield(_loop2(), "t0", 8);
|
|
276
|
+
case 8:
|
|
277
|
+
i++;
|
|
278
|
+
_context4.next = 6;
|
|
279
|
+
break;
|
|
280
|
+
case 11:
|
|
281
|
+
return _context4.abrupt("return", true);
|
|
282
|
+
case 12:
|
|
283
|
+
case "end":
|
|
284
|
+
return _context4.stop();
|
|
285
|
+
}
|
|
286
|
+
}, _callee2);
|
|
287
|
+
}));
|
|
288
|
+
function onPaste(_x4, _x5, _x6) {
|
|
289
|
+
return _onPaste.apply(this, arguments);
|
|
290
|
+
}
|
|
291
|
+
return onPaste;
|
|
292
|
+
}()
|
|
293
|
+
});
|
|
294
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import Image from "@tiptap/extension-image";
|
|
8
|
+
import { ReactNodeViewRenderer } from "@tiptap/react";
|
|
9
|
+
import ImageViewWrapper from "../component/Image";
|
|
10
|
+
var customImage = function customImage(props) {
|
|
11
|
+
return Image.extend({
|
|
12
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
13
|
+
var _this = this;
|
|
14
|
+
return {
|
|
15
|
+
'Mod-2': function Mod2() {
|
|
16
|
+
return _this.editor.commands.setImage({
|
|
17
|
+
src: '',
|
|
18
|
+
width: 760
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
},
|
|
23
|
+
addNodeView: function addNodeView() {
|
|
24
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
25
|
+
return ImageViewWrapper(_objectSpread(_objectSpread({}, renderProps), {}, {
|
|
26
|
+
onUpload: props.onUpload,
|
|
27
|
+
onError: props.onError
|
|
28
|
+
}));
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export var ImageExtension = function ImageExtension(props) {
|
|
34
|
+
return customImage(props).configure({
|
|
35
|
+
inline: true,
|
|
36
|
+
allowBase64: true
|
|
37
|
+
});
|
|
38
|
+
};
|