@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,222 @@
|
|
|
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 _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; }
|
|
8
|
+
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); } }
|
|
9
|
+
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); }); }; }
|
|
10
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
11
|
+
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."); }
|
|
12
|
+
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); }
|
|
13
|
+
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; }
|
|
14
|
+
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; } }
|
|
15
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
16
|
+
import { Box, CircularProgress } from "@mui/material";
|
|
17
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
18
|
+
import { Attachment2Icon } from "../../../component/Icons";
|
|
19
|
+
import { insertNodeAfterPosition } from "../../../util";
|
|
20
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
21
|
+
var InsertAttachment = function InsertAttachment(_ref) {
|
|
22
|
+
var editor = _ref.editor,
|
|
23
|
+
selected = _ref.selected,
|
|
24
|
+
deleteNode = _ref.deleteNode,
|
|
25
|
+
onUpload = _ref.onUpload,
|
|
26
|
+
onError = _ref.onError;
|
|
27
|
+
var _useState = useState(false),
|
|
28
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
29
|
+
uploading = _useState2[0],
|
|
30
|
+
setUploading = _useState2[1];
|
|
31
|
+
var _useState3 = useState(0),
|
|
32
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
33
|
+
successCount = _useState4[0],
|
|
34
|
+
setSuccessCount = _useState4[1];
|
|
35
|
+
var _useState5 = useState(0),
|
|
36
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
37
|
+
errorCount = _useState6[0],
|
|
38
|
+
setErrorCount = _useState6[1];
|
|
39
|
+
var _useState7 = useState(0),
|
|
40
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
41
|
+
total = _useState8[0],
|
|
42
|
+
setTotal = _useState8[1];
|
|
43
|
+
var _useState9 = useState(0),
|
|
44
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
45
|
+
uploadProgress = _useState10[0],
|
|
46
|
+
setUploadProgress = _useState10[1];
|
|
47
|
+
var fileInputRef = useRef(null);
|
|
48
|
+
var formatFileSize = function formatFileSize(bytes) {
|
|
49
|
+
if (bytes === 0) return '0 B';
|
|
50
|
+
var k = 1024;
|
|
51
|
+
var sizes = ['B', 'KB', 'MB', 'GB'];
|
|
52
|
+
var i = Math.floor(Math.log(bytes) / Math.log(k));
|
|
53
|
+
return parseFloat((bytes / Math.pow(k, i)).toFixed(2)) + ' ' + sizes[i];
|
|
54
|
+
};
|
|
55
|
+
var handleConfirmUpload = /*#__PURE__*/function () {
|
|
56
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(selectedFiles) {
|
|
57
|
+
var file, fileSize, from, result;
|
|
58
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
59
|
+
while (1) switch (_context.prev = _context.next) {
|
|
60
|
+
case 0:
|
|
61
|
+
file = selectedFiles[0];
|
|
62
|
+
if (file) {
|
|
63
|
+
_context.next = 3;
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
return _context.abrupt("return");
|
|
67
|
+
case 3:
|
|
68
|
+
setUploading(true);
|
|
69
|
+
setUploadProgress(0);
|
|
70
|
+
fileSize = formatFileSize(file.size);
|
|
71
|
+
from = editor.state.selection.from;
|
|
72
|
+
_context.prev = 7;
|
|
73
|
+
_context.next = 10;
|
|
74
|
+
return onUpload === null || onUpload === void 0 ? void 0 : onUpload(file, function (_ref3) {
|
|
75
|
+
var progress = _ref3.progress;
|
|
76
|
+
setUploadProgress(Math.round(progress * 100));
|
|
77
|
+
});
|
|
78
|
+
case 10:
|
|
79
|
+
result = _context.sent;
|
|
80
|
+
insertNodeAfterPosition(editor, from, {
|
|
81
|
+
type: 'inlineAttachment',
|
|
82
|
+
attrs: {
|
|
83
|
+
url: result || '',
|
|
84
|
+
type: 'icon',
|
|
85
|
+
size: fileSize,
|
|
86
|
+
title: file.name
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
setSuccessCount(function (prev) {
|
|
90
|
+
return prev + 1;
|
|
91
|
+
});
|
|
92
|
+
_context.next = 20;
|
|
93
|
+
break;
|
|
94
|
+
case 15:
|
|
95
|
+
_context.prev = 15;
|
|
96
|
+
_context.t0 = _context["catch"](7);
|
|
97
|
+
insertNodeAfterPosition(editor, from, {
|
|
98
|
+
type: 'inlineAttachment',
|
|
99
|
+
attrs: {
|
|
100
|
+
url: 'error',
|
|
101
|
+
type: 'icon',
|
|
102
|
+
size: fileSize,
|
|
103
|
+
title: _context.t0 instanceof Error ? _context.t0.message : '上传失败'
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
setErrorCount(function (prev) {
|
|
107
|
+
return prev + 1;
|
|
108
|
+
});
|
|
109
|
+
onError === null || onError === void 0 || onError(_context.t0);
|
|
110
|
+
case 20:
|
|
111
|
+
_context.prev = 20;
|
|
112
|
+
setUploading(false);
|
|
113
|
+
return _context.finish(20);
|
|
114
|
+
case 23:
|
|
115
|
+
handleConfirmUpload(selectedFiles.slice(1));
|
|
116
|
+
case 24:
|
|
117
|
+
case "end":
|
|
118
|
+
return _context.stop();
|
|
119
|
+
}
|
|
120
|
+
}, _callee, null, [[7, 15, 20, 23]]);
|
|
121
|
+
}));
|
|
122
|
+
return function handleConfirmUpload(_x) {
|
|
123
|
+
return _ref2.apply(this, arguments);
|
|
124
|
+
};
|
|
125
|
+
}();
|
|
126
|
+
var handleClickAddAttachment = function handleClickAddAttachment() {
|
|
127
|
+
var _fileInputRef$current;
|
|
128
|
+
return (_fileInputRef$current = fileInputRef.current) === null || _fileInputRef$current === void 0 ? void 0 : _fileInputRef$current.click();
|
|
129
|
+
};
|
|
130
|
+
var handleChangeFile = function handleChangeFile(event) {
|
|
131
|
+
var selectedFiles = event.target.files;
|
|
132
|
+
if (selectedFiles && selectedFiles.length > 0) {
|
|
133
|
+
var filesArray = Array.from(selectedFiles);
|
|
134
|
+
setTotal(filesArray.length);
|
|
135
|
+
handleConfirmUpload(filesArray);
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
useEffect(function () {
|
|
139
|
+
if (errorCount + successCount === total && total > 0) {
|
|
140
|
+
deleteNode === null || deleteNode === void 0 || deleteNode();
|
|
141
|
+
}
|
|
142
|
+
}, [errorCount, successCount, total]);
|
|
143
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
144
|
+
className: "attachment-wrapper".concat(selected ? ' ProseMirror-selectednode' : ''),
|
|
145
|
+
"data-drag-handle": true,
|
|
146
|
+
as: 'span'
|
|
147
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
148
|
+
ref: fileInputRef,
|
|
149
|
+
type: "file",
|
|
150
|
+
multiple: true,
|
|
151
|
+
onChange: handleChangeFile,
|
|
152
|
+
style: {
|
|
153
|
+
display: 'none'
|
|
154
|
+
},
|
|
155
|
+
accept: "*/*"
|
|
156
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
157
|
+
id: "insert-attachment-box",
|
|
158
|
+
component: "span",
|
|
159
|
+
onClick: uploading ? undefined : handleClickAddAttachment,
|
|
160
|
+
sx: _objectSpread(_objectSpread({
|
|
161
|
+
position: 'relative',
|
|
162
|
+
display: 'inline-flex',
|
|
163
|
+
alignItems: 'center',
|
|
164
|
+
gap: 2,
|
|
165
|
+
border: '1px dashed',
|
|
166
|
+
borderColor: 'divider',
|
|
167
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
168
|
+
px: 2,
|
|
169
|
+
py: 1.5,
|
|
170
|
+
fontSize: 14,
|
|
171
|
+
color: 'text.secondary'
|
|
172
|
+
}, !uploading ? {
|
|
173
|
+
cursor: 'pointer',
|
|
174
|
+
'&:hover': {
|
|
175
|
+
bgcolor: 'action.hover'
|
|
176
|
+
},
|
|
177
|
+
'&:active': {
|
|
178
|
+
bgcolor: 'action.selected'
|
|
179
|
+
}
|
|
180
|
+
} : {
|
|
181
|
+
"&::before": {
|
|
182
|
+
content: '""',
|
|
183
|
+
position: 'absolute',
|
|
184
|
+
top: 0,
|
|
185
|
+
left: 0,
|
|
186
|
+
height: '100%',
|
|
187
|
+
width: "".concat(uploadProgress, "%"),
|
|
188
|
+
bgcolor: 'primary.main',
|
|
189
|
+
opacity: 0.1,
|
|
190
|
+
transition: 'width 0.3s ease',
|
|
191
|
+
zIndex: 0
|
|
192
|
+
}
|
|
193
|
+
}), {}, {
|
|
194
|
+
transition: 'background-color 0.2s ease'
|
|
195
|
+
})
|
|
196
|
+
}, uploading ? /*#__PURE__*/React.createElement(CircularProgress, {
|
|
197
|
+
size: '1rem',
|
|
198
|
+
value: uploadProgress
|
|
199
|
+
}) : /*#__PURE__*/React.createElement(Attachment2Icon, {
|
|
200
|
+
sx: {
|
|
201
|
+
fontSize: '1rem',
|
|
202
|
+
flexShrink: 0
|
|
203
|
+
}
|
|
204
|
+
}), uploading ? /*#__PURE__*/React.createElement(Box, {
|
|
205
|
+
component: 'span'
|
|
206
|
+
}, "\u6B63\u5728\u4E0A\u4F20\u7B2C ", /*#__PURE__*/React.createElement(Box, {
|
|
207
|
+
component: 'span',
|
|
208
|
+
sx: {
|
|
209
|
+
fontWeight: 'bold'
|
|
210
|
+
}
|
|
211
|
+
}, successCount + errorCount + 1), " / ", total, " \u4E2A\u9644\u4EF6 ", /*#__PURE__*/React.createElement(Box, {
|
|
212
|
+
sx: {
|
|
213
|
+
display: 'inline-block',
|
|
214
|
+
width: '2.5rem',
|
|
215
|
+
textAlign: 'right',
|
|
216
|
+
fontSize: 12
|
|
217
|
+
}
|
|
218
|
+
}, uploadProgress, "%")) : /*#__PURE__*/React.createElement(Box, {
|
|
219
|
+
component: 'span'
|
|
220
|
+
}, "\u6DFB\u52A0\u9644\u4EF6")));
|
|
221
|
+
};
|
|
222
|
+
export default InsertAttachment;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NodeViewProps } from "@tiptap/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { AttachmentAttributes } from ".";
|
|
4
|
+
interface ReadonlyAttachmentProps extends Partial<NodeViewProps> {
|
|
5
|
+
attrs: AttachmentAttributes;
|
|
6
|
+
type: 'icon' | 'block';
|
|
7
|
+
}
|
|
8
|
+
declare const ReadonlyAttachment: ({ attrs, type }: ReadonlyAttachmentProps) => React.JSX.Element;
|
|
9
|
+
export default ReadonlyAttachment;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Box, Stack } from "@mui/material";
|
|
2
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
3
|
+
import { Attachment2Icon } from "../../../component/Icons";
|
|
4
|
+
import React from "react";
|
|
5
|
+
var ReadonlyAttachment = function ReadonlyAttachment(_ref) {
|
|
6
|
+
var attrs = _ref.attrs,
|
|
7
|
+
type = _ref.type;
|
|
8
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
9
|
+
className: "attachment-wrapper".concat(type === 'block' ? ' block-attachment-wrapper' : ''),
|
|
10
|
+
"data-drag-handle": true,
|
|
11
|
+
as: type === 'block' ? 'div' : 'span'
|
|
12
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
13
|
+
component: "a",
|
|
14
|
+
href: attrs.url,
|
|
15
|
+
target: "_blank",
|
|
16
|
+
download: attrs.title,
|
|
17
|
+
sx: {
|
|
18
|
+
textDecoration: 'none',
|
|
19
|
+
color: 'inherit'
|
|
20
|
+
}
|
|
21
|
+
}, type === 'block' ? /*#__PURE__*/React.createElement(Stack, {
|
|
22
|
+
direction: 'row',
|
|
23
|
+
alignItems: 'center',
|
|
24
|
+
gap: 2,
|
|
25
|
+
sx: {
|
|
26
|
+
border: '1px solid',
|
|
27
|
+
borderColor: attrs.url === 'error' ? 'error.main' : 'divider',
|
|
28
|
+
cursor: 'pointer',
|
|
29
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
30
|
+
bgcolor: 'background.paper',
|
|
31
|
+
p: 2,
|
|
32
|
+
':hover': {
|
|
33
|
+
borderColor: attrs.url === 'error' ? 'error.main' : 'primary.main'
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}, /*#__PURE__*/React.createElement(Attachment2Icon, {
|
|
37
|
+
sx: {
|
|
38
|
+
fontSize: '2rem',
|
|
39
|
+
cursor: 'grab',
|
|
40
|
+
color: attrs.url === 'error' ? 'error.main' : 'primary.main',
|
|
41
|
+
alignSelf: 'center',
|
|
42
|
+
':active': {
|
|
43
|
+
cursor: 'grabbing'
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}), /*#__PURE__*/React.createElement(Stack, {
|
|
47
|
+
sx: {
|
|
48
|
+
flex: 1
|
|
49
|
+
},
|
|
50
|
+
gap: 0.5
|
|
51
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
52
|
+
sx: {
|
|
53
|
+
fontSize: '0.875rem',
|
|
54
|
+
fontWeight: 'bold',
|
|
55
|
+
color: attrs.url === 'error' ? 'error.main' : 'inherit'
|
|
56
|
+
}
|
|
57
|
+
}, attrs.title), /*#__PURE__*/React.createElement(Box, {
|
|
58
|
+
sx: {
|
|
59
|
+
fontSize: '0.75rem',
|
|
60
|
+
color: 'text.secondary'
|
|
61
|
+
}
|
|
62
|
+
}, attrs.size))) : /*#__PURE__*/React.createElement(Box, {
|
|
63
|
+
component: 'span',
|
|
64
|
+
sx: {
|
|
65
|
+
color: 'primary.main',
|
|
66
|
+
textDecoration: 'none',
|
|
67
|
+
cursor: 'pointer',
|
|
68
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
69
|
+
transition: 'background-color 0.2s ease',
|
|
70
|
+
':hover': {
|
|
71
|
+
bgcolor: 'background.paper'
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
75
|
+
component: 'span',
|
|
76
|
+
sx: {
|
|
77
|
+
display: 'inline-flex',
|
|
78
|
+
alignItems: 'center',
|
|
79
|
+
gap: 0.5
|
|
80
|
+
}
|
|
81
|
+
}, /*#__PURE__*/React.createElement(Attachment2Icon, {
|
|
82
|
+
sx: {
|
|
83
|
+
fontSize: '0.875rem',
|
|
84
|
+
cursor: 'grab',
|
|
85
|
+
color: 'primary.main',
|
|
86
|
+
alignSelf: 'center',
|
|
87
|
+
':active': {
|
|
88
|
+
cursor: 'grabbing'
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}), attrs.title))));
|
|
92
|
+
};
|
|
93
|
+
export default ReadonlyAttachment;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NodeViewProps } from "@tiptap/react";
|
|
2
|
+
import { EditorFnProps } from "../../../type";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export interface AttachmentAttributes {
|
|
5
|
+
url: string;
|
|
6
|
+
title: string;
|
|
7
|
+
type: string;
|
|
8
|
+
size: string;
|
|
9
|
+
}
|
|
10
|
+
declare const AttachmentViewWrapper: React.FC<NodeViewProps & EditorFnProps & {
|
|
11
|
+
attachmentType?: 'icon' | 'block';
|
|
12
|
+
}>;
|
|
13
|
+
export default AttachmentViewWrapper;
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
import { Box, Button, Divider, Stack, TextField } from "@mui/material";
|
|
8
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
9
|
+
import { FloatingPopover } from "../../../component";
|
|
10
|
+
import { Attachment2Icon, CarouselViewIcon, DeleteLineIcon, DownloadLineIcon, EditBoxLineIcon, ScrollToBottomLineIcon } from "../../../component/Icons";
|
|
11
|
+
import { ToolbarItem } from "../../../component/Toolbar";
|
|
12
|
+
import React, { useEffect, useState } from "react";
|
|
13
|
+
import InsertAttachment from "./Insert";
|
|
14
|
+
import ReadonlyAttachment from "./Readonly";
|
|
15
|
+
var AttachmentViewWrapper = function AttachmentViewWrapper(_ref) {
|
|
16
|
+
var editor = _ref.editor,
|
|
17
|
+
node = _ref.node,
|
|
18
|
+
updateAttributes = _ref.updateAttributes,
|
|
19
|
+
deleteNode = _ref.deleteNode,
|
|
20
|
+
selected = _ref.selected,
|
|
21
|
+
onUpload = _ref.onUpload,
|
|
22
|
+
onError = _ref.onError,
|
|
23
|
+
_ref$attachmentType = _ref.attachmentType,
|
|
24
|
+
attachmentType = _ref$attachmentType === void 0 ? 'icon' : _ref$attachmentType;
|
|
25
|
+
var attrs = node.attrs;
|
|
26
|
+
var attachmentDisplayType = attachmentType || attrs.type || 'icon';
|
|
27
|
+
var _useState = useState(''),
|
|
28
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
29
|
+
title = _useState2[0],
|
|
30
|
+
setTitle = _useState2[1];
|
|
31
|
+
var _useState3 = useState(''),
|
|
32
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
33
|
+
extension = _useState4[0],
|
|
34
|
+
setExtension = _useState4[1];
|
|
35
|
+
var _useState5 = useState(null),
|
|
36
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
37
|
+
opraAnchorEl = _useState6[0],
|
|
38
|
+
setOpraAnchorEl = _useState6[1];
|
|
39
|
+
var _useState7 = useState(null),
|
|
40
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
41
|
+
anchorEl = _useState8[0],
|
|
42
|
+
setAnchorEl = _useState8[1];
|
|
43
|
+
var handleShowOperationPopover = function handleShowOperationPopover(event) {
|
|
44
|
+
return setOpraAnchorEl(event.currentTarget);
|
|
45
|
+
};
|
|
46
|
+
var handleCloseOperationPopover = function handleCloseOperationPopover() {
|
|
47
|
+
return setOpraAnchorEl(null);
|
|
48
|
+
};
|
|
49
|
+
var handleShowPopover = function handleShowPopover(event) {
|
|
50
|
+
if (event) {
|
|
51
|
+
handleCloseOperationPopover();
|
|
52
|
+
setAnchorEl(event.currentTarget);
|
|
53
|
+
} else {
|
|
54
|
+
setAnchorEl(opraAnchorEl);
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
var handleClosePopover = function handleClosePopover() {
|
|
58
|
+
return setAnchorEl(null);
|
|
59
|
+
};
|
|
60
|
+
var handleSave = function handleSave() {
|
|
61
|
+
updateAttributes === null || updateAttributes === void 0 || updateAttributes({
|
|
62
|
+
title: title + (extension ? ".".concat(extension) : '')
|
|
63
|
+
});
|
|
64
|
+
handleClosePopover();
|
|
65
|
+
};
|
|
66
|
+
var handleDeleteAttachment = function handleDeleteAttachment() {
|
|
67
|
+
deleteNode === null || deleteNode === void 0 || deleteNode();
|
|
68
|
+
};
|
|
69
|
+
var handleDownload = function handleDownload() {
|
|
70
|
+
var a = document.createElement('a');
|
|
71
|
+
a.href = attrs.url;
|
|
72
|
+
a.target = '_blank';
|
|
73
|
+
a.download = attrs.title;
|
|
74
|
+
a.click();
|
|
75
|
+
a.remove();
|
|
76
|
+
};
|
|
77
|
+
useEffect(function () {
|
|
78
|
+
var title = attrs.title || '';
|
|
79
|
+
setTitle(title.split('.').slice(0, -1).join('.'));
|
|
80
|
+
setExtension(title.split('.').pop() || '');
|
|
81
|
+
}, [attrs.title, attachmentDisplayType]);
|
|
82
|
+
if ((!attrs.url || attrs.url === 'error') && !editor.isEditable) {
|
|
83
|
+
return null;
|
|
84
|
+
}
|
|
85
|
+
if (!attrs.title) {
|
|
86
|
+
return /*#__PURE__*/React.createElement(InsertAttachment, {
|
|
87
|
+
editor: editor,
|
|
88
|
+
selected: selected,
|
|
89
|
+
attrs: attrs,
|
|
90
|
+
updateAttributes: updateAttributes,
|
|
91
|
+
deleteNode: deleteNode,
|
|
92
|
+
onUpload: onUpload,
|
|
93
|
+
onError: onError
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
if (!editor.isEditable) {
|
|
97
|
+
return /*#__PURE__*/React.createElement(ReadonlyAttachment, {
|
|
98
|
+
attrs: attrs,
|
|
99
|
+
type: attachmentDisplayType
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
103
|
+
className: "attachment-wrapper".concat(attachmentDisplayType === 'block' ? ' block-attachment-wrapper' : '').concat(selected ? ' ProseMirror-selectednode' : ''),
|
|
104
|
+
"data-drag-handle": true,
|
|
105
|
+
as: attachmentDisplayType === 'block' ? 'div' : 'span'
|
|
106
|
+
}, attachmentDisplayType === 'block' ? /*#__PURE__*/React.createElement(Stack, {
|
|
107
|
+
direction: 'row',
|
|
108
|
+
alignItems: 'center',
|
|
109
|
+
gap: 2,
|
|
110
|
+
onClick: handleShowOperationPopover,
|
|
111
|
+
sx: {
|
|
112
|
+
border: '1px solid',
|
|
113
|
+
borderColor: attrs.url === 'error' ? 'error.main' : 'divider',
|
|
114
|
+
cursor: 'pointer',
|
|
115
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
116
|
+
bgcolor: 'background.paper',
|
|
117
|
+
p: 2,
|
|
118
|
+
':hover': {
|
|
119
|
+
borderColor: attrs.url === 'error' ? 'error.main' : 'primary.main'
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}, /*#__PURE__*/React.createElement(Attachment2Icon, {
|
|
123
|
+
sx: {
|
|
124
|
+
fontSize: '2rem',
|
|
125
|
+
cursor: 'grab',
|
|
126
|
+
color: attrs.url === 'error' ? 'error.main' : 'primary.main',
|
|
127
|
+
alignSelf: 'center',
|
|
128
|
+
':active': {
|
|
129
|
+
cursor: 'grabbing'
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}), /*#__PURE__*/React.createElement(Stack, {
|
|
133
|
+
sx: {
|
|
134
|
+
flex: 1
|
|
135
|
+
},
|
|
136
|
+
gap: 0.5
|
|
137
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
138
|
+
sx: {
|
|
139
|
+
fontSize: '0.875rem',
|
|
140
|
+
fontWeight: 'bold',
|
|
141
|
+
color: attrs.url === 'error' ? 'error.main' : 'inherit'
|
|
142
|
+
}
|
|
143
|
+
}, attrs.title), /*#__PURE__*/React.createElement(Box, {
|
|
144
|
+
sx: {
|
|
145
|
+
fontSize: '0.75rem',
|
|
146
|
+
color: 'text.secondary'
|
|
147
|
+
}
|
|
148
|
+
}, attrs.size))) : /*#__PURE__*/React.createElement(Box, {
|
|
149
|
+
component: 'span',
|
|
150
|
+
onClick: handleShowOperationPopover,
|
|
151
|
+
sx: {
|
|
152
|
+
color: 'primary.main',
|
|
153
|
+
textDecoration: 'none',
|
|
154
|
+
cursor: 'pointer',
|
|
155
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
156
|
+
transition: 'background-color 0.2s ease',
|
|
157
|
+
':hover': {
|
|
158
|
+
bgcolor: 'background.paper'
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
162
|
+
component: 'span',
|
|
163
|
+
sx: {
|
|
164
|
+
display: 'inline-flex',
|
|
165
|
+
alignItems: 'center',
|
|
166
|
+
gap: 0.5
|
|
167
|
+
}
|
|
168
|
+
}, /*#__PURE__*/React.createElement(Attachment2Icon, {
|
|
169
|
+
sx: {
|
|
170
|
+
fontSize: '0.875rem',
|
|
171
|
+
cursor: 'grab',
|
|
172
|
+
color: 'primary.main',
|
|
173
|
+
alignSelf: 'center',
|
|
174
|
+
':active': {
|
|
175
|
+
cursor: 'grabbing'
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}), attrs.title)), /*#__PURE__*/React.createElement(FloatingPopover, {
|
|
179
|
+
open: Boolean(opraAnchorEl),
|
|
180
|
+
anchorEl: opraAnchorEl,
|
|
181
|
+
onClose: handleCloseOperationPopover,
|
|
182
|
+
placement: "top"
|
|
183
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
184
|
+
direction: 'row',
|
|
185
|
+
alignItems: 'center',
|
|
186
|
+
sx: {
|
|
187
|
+
p: 0.5
|
|
188
|
+
}
|
|
189
|
+
}, /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
190
|
+
icon: /*#__PURE__*/React.createElement(DownloadLineIcon, {
|
|
191
|
+
sx: {
|
|
192
|
+
fontSize: '1rem'
|
|
193
|
+
}
|
|
194
|
+
}),
|
|
195
|
+
text: "\u4E0B\u8F7D",
|
|
196
|
+
onClick: handleDownload
|
|
197
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
198
|
+
orientation: "vertical",
|
|
199
|
+
flexItem: true,
|
|
200
|
+
sx: {
|
|
201
|
+
height: '1rem',
|
|
202
|
+
mx: 0.5,
|
|
203
|
+
alignSelf: 'center',
|
|
204
|
+
borderColor: 'divider'
|
|
205
|
+
}
|
|
206
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
207
|
+
icon: /*#__PURE__*/React.createElement(EditBoxLineIcon, {
|
|
208
|
+
sx: {
|
|
209
|
+
fontSize: '1rem'
|
|
210
|
+
}
|
|
211
|
+
}),
|
|
212
|
+
tip: "\u7F16\u8F91",
|
|
213
|
+
onClick: function onClick() {
|
|
214
|
+
handleCloseOperationPopover();
|
|
215
|
+
handleShowPopover();
|
|
216
|
+
}
|
|
217
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
218
|
+
icon: /*#__PURE__*/React.createElement(DeleteLineIcon, {
|
|
219
|
+
sx: {
|
|
220
|
+
fontSize: '1rem'
|
|
221
|
+
}
|
|
222
|
+
}),
|
|
223
|
+
tip: "\u5220\u9664",
|
|
224
|
+
onClick: handleDeleteAttachment
|
|
225
|
+
}), /*#__PURE__*/React.createElement(Divider, {
|
|
226
|
+
orientation: "vertical",
|
|
227
|
+
flexItem: true,
|
|
228
|
+
sx: {
|
|
229
|
+
height: '1rem',
|
|
230
|
+
mx: 0.5,
|
|
231
|
+
alignSelf: 'center',
|
|
232
|
+
borderColor: 'divider'
|
|
233
|
+
}
|
|
234
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
235
|
+
icon: /*#__PURE__*/React.createElement(ScrollToBottomLineIcon, {
|
|
236
|
+
sx: {
|
|
237
|
+
transform: 'rotate(90deg)',
|
|
238
|
+
fontSize: '1rem'
|
|
239
|
+
}
|
|
240
|
+
}),
|
|
241
|
+
tip: "\u56FE\u6807\u6587\u5B57\u94FE\u63A5",
|
|
242
|
+
className: attachmentDisplayType === 'icon' ? 'tool-active' : '',
|
|
243
|
+
onClick: function onClick() {
|
|
244
|
+
deleteNode === null || deleteNode === void 0 || deleteNode();
|
|
245
|
+
editor.commands.setInlineAttachment({
|
|
246
|
+
url: attrs.url,
|
|
247
|
+
title: attrs.title,
|
|
248
|
+
size: attrs.size
|
|
249
|
+
});
|
|
250
|
+
handleCloseOperationPopover();
|
|
251
|
+
}
|
|
252
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
253
|
+
icon: /*#__PURE__*/React.createElement(CarouselViewIcon, {
|
|
254
|
+
sx: {
|
|
255
|
+
transform: 'rotate(90deg)',
|
|
256
|
+
fontSize: '1rem'
|
|
257
|
+
}
|
|
258
|
+
}),
|
|
259
|
+
tip: "\u6458\u8981\u5361\u7247",
|
|
260
|
+
className: attachmentDisplayType === 'block' ? 'tool-active' : '',
|
|
261
|
+
onClick: function onClick() {
|
|
262
|
+
deleteNode === null || deleteNode === void 0 || deleteNode();
|
|
263
|
+
editor.commands.setBlockAttachment({
|
|
264
|
+
url: attrs.url,
|
|
265
|
+
title: attrs.title,
|
|
266
|
+
size: attrs.size
|
|
267
|
+
});
|
|
268
|
+
handleCloseOperationPopover();
|
|
269
|
+
}
|
|
270
|
+
}))), /*#__PURE__*/React.createElement(FloatingPopover, {
|
|
271
|
+
open: Boolean(anchorEl),
|
|
272
|
+
anchorEl: anchorEl,
|
|
273
|
+
onClose: handleClosePopover,
|
|
274
|
+
placement: "bottom"
|
|
275
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
276
|
+
gap: 2,
|
|
277
|
+
sx: {
|
|
278
|
+
p: 2,
|
|
279
|
+
width: 320,
|
|
280
|
+
'.MuiFormControlLabel-label': {
|
|
281
|
+
fontSize: '0.875rem'
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
285
|
+
direction: 'row',
|
|
286
|
+
gap: 2,
|
|
287
|
+
alignItems: 'center'
|
|
288
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
289
|
+
sx: {
|
|
290
|
+
fontSize: '0.875rem',
|
|
291
|
+
color: 'text.secondary',
|
|
292
|
+
flexShrink: 0
|
|
293
|
+
}
|
|
294
|
+
}, "\u6807\u9898"), /*#__PURE__*/React.createElement(TextField, {
|
|
295
|
+
fullWidth: true,
|
|
296
|
+
size: "small",
|
|
297
|
+
value: title,
|
|
298
|
+
onChange: function onChange(e) {
|
|
299
|
+
return setTitle(e.target.value);
|
|
300
|
+
},
|
|
301
|
+
placeholder: "\u9644\u4EF6\u6807\u9898"
|
|
302
|
+
})), /*#__PURE__*/React.createElement(Stack, {
|
|
303
|
+
direction: "row",
|
|
304
|
+
gap: 1
|
|
305
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
306
|
+
variant: "outlined",
|
|
307
|
+
size: "small",
|
|
308
|
+
fullWidth: true,
|
|
309
|
+
onClick: handleClosePopover
|
|
310
|
+
}, "\u53D6\u6D88"), /*#__PURE__*/React.createElement(Button, {
|
|
311
|
+
variant: "contained",
|
|
312
|
+
size: "small",
|
|
313
|
+
fullWidth: true,
|
|
314
|
+
onClick: handleSave
|
|
315
|
+
}, "\u4FDD\u5B58")))));
|
|
316
|
+
};
|
|
317
|
+
export default AttachmentViewWrapper;
|