@ctzhian/tiptap 1.5.2 → 1.5.3
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/dist/Editor/demo.d.ts +4 -0
- package/dist/Editor/demo.js +153 -0
- package/dist/Editor/index.d.ts +4 -0
- package/dist/Editor/index.js +21 -0
- package/dist/EditorDiff/demo.d.ts +4 -0
- package/dist/EditorDiff/demo.js +12 -0
- package/dist/EditorDiff/index.d.ts +7 -0
- package/dist/EditorDiff/index.js +24 -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 +325 -0
- package/dist/asset/css/index.css +165 -0
- package/dist/asset/images/disk.png +0 -0
- package/dist/component/CustomBubbleMenu/SelectionText.d.ts +9 -0
- package/dist/component/CustomBubbleMenu/SelectionText.js +292 -0
- package/dist/component/CustomDragHandle/index.d.ts +9 -0
- package/dist/component/CustomDragHandle/index.js +1407 -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 +15 -0
- package/dist/component/FloatingPopover/index.js +113 -0
- package/dist/component/Icons/add-line-icon.d.ts +6 -0
- package/dist/component/Icons/add-line-icon.js +13 -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-fill-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-circle-fill-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/close-circle-fill-icon.d.ts +6 -0
- package/dist/component/Icons/close-circle-fill-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/error-warning-fill-icon.d.ts +6 -0
- package/dist/component/Icons/error-warning-fill-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/indent-decrease-icon.d.ts +6 -0
- package/dist/component/Icons/indent-decrease-icon.js +13 -0
- package/dist/component/Icons/indent-increase-icon.d.ts +6 -0
- package/dist/component/Icons/indent-increase-icon.js +13 -0
- package/dist/component/Icons/index.d.ts +120 -0
- package/dist/component/Icons/index.js +123 -0
- package/dist/component/Icons/information-2-fill-icon.d.ts +6 -0
- package/dist/component/Icons/information-2-fill-icon.js +13 -0
- package/dist/component/Icons/information-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/information-2-line-icon.js +13 -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/question-fill-icon.d.ts +6 -0
- package/dist/component/Icons/question-fill-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/Icons/window-fill-icon.d.ts +6 -0
- package/dist/component/Icons/window-fill-icon.js +13 -0
- package/dist/component/Menu/NestedList.d.ts +14 -0
- package/dist/component/Menu/NestedList.js +151 -0
- package/dist/component/Menu/index.d.ts +4 -0
- package/dist/component/Menu/index.js +84 -0
- package/dist/component/Toolbar/EditorAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorAlignSelect.js +187 -0
- package/dist/component/Toolbar/EditorCode.d.ts +7 -0
- package/dist/component/Toolbar/EditorCode.js +161 -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 +149 -0
- package/dist/component/Toolbar/EditorHeading.d.ts +7 -0
- package/dist/component/Toolbar/EditorHeading.js +185 -0
- package/dist/component/Toolbar/EditorInsert/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorInsert/index.js +197 -0
- package/dist/component/Toolbar/EditorListSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorListSelect.js +174 -0
- package/dist/component/Toolbar/EditorMath.d.ts +7 -0
- package/dist/component/Toolbar/EditorMath.js +159 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.js +73 -0
- package/dist/component/Toolbar/EditorMore/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/index.js +112 -0
- package/dist/component/Toolbar/EditorScript.d.ts +7 -0
- package/dist/component/Toolbar/EditorScript.js +161 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.js +174 -0
- package/dist/component/Toolbar/Item.d.ts +16 -0
- package/dist/component/Toolbar/Item.js +74 -0
- package/dist/component/Toolbar/TableSizePicker.d.ts +5 -0
- package/dist/component/Toolbar/TableSizePicker.js +80 -0
- package/dist/component/Toolbar/index.d.ts +13 -0
- package/dist/component/Toolbar/index.js +13 -0
- package/dist/component/index.d.ts +3 -0
- package/dist/component/index.js +3 -0
- package/dist/contants/enums.d.ts +32 -0
- package/dist/contants/enums.js +108 -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 +14 -0
- package/dist/contants/slash-commands.js +370 -0
- package/dist/extension/component/Alert/index.d.ts +9 -0
- package/dist/extension/component/Alert/index.js +204 -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 +92 -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 +133 -0
- package/dist/extension/component/CodeBlock/index.d.ts +4 -0
- package/dist/extension/component/CodeBlock/index.js +291 -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/Iframe/Insert.d.ts +14 -0
- package/dist/extension/component/Iframe/Insert.js +112 -0
- package/dist/extension/component/Iframe/Readonly.d.ts +10 -0
- package/dist/extension/component/Iframe/Readonly.js +14 -0
- package/dist/extension/component/Iframe/index.d.ts +5 -0
- package/dist/extension/component/Iframe/index.js +290 -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 +51 -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 +111 -0
- package/dist/extension/component/Link/index.d.ts +12 -0
- package/dist/extension/component/Link/index.js +515 -0
- package/dist/extension/component/Mathematics/block/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/block/Readonly.js +35 -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 +33 -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/Overlay.d.ts +10 -0
- package/dist/extension/component/SlashCommandsList/Overlay.js +26 -0
- package/dist/extension/component/SlashCommandsList/index.d.ts +4 -0
- package/dist/extension/component/SlashCommandsList/index.js +266 -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 +40 -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/StructuredDiff.d.ts +18 -0
- package/dist/extension/extension/StructuredDiff.js +131 -0
- package/dist/extension/extension/index.d.ts +2 -0
- package/dist/extension/extension/index.js +2 -0
- package/dist/extension/index.d.ts +2 -0
- package/dist/extension/index.js +146 -0
- package/dist/extension/mark/Code.d.ts +2 -0
- package/dist/extension/mark/Code.js +9 -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/Alert.d.ts +33 -0
- package/dist/extension/node/Alert.js +116 -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 +42 -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/Iframe.d.ts +16 -0
- package/dist/extension/node/Iframe.js +120 -0
- package/dist/extension/node/Image.d.ts +3 -0
- package/dist/extension/node/Image.js +38 -0
- package/dist/extension/node/Indent.d.ts +17 -0
- package/dist/extension/node/Indent.js +103 -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 +462 -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 +283 -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 +20 -0
- package/dist/extension/node/index.js +20 -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 +39 -0
- package/dist/extension/suggestion/slash.js +94 -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 +555 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/themes/color.d.ts +5 -0
- package/dist/themes/color.js +4 -0
- package/dist/themes/componentStyleOverrides.d.ts +365 -0
- package/dist/themes/componentStyleOverrides.js +392 -0
- package/dist/themes/custom.d.ts +5 -0
- package/dist/themes/custom.js +4 -0
- package/dist/themes/dark.d.ts +84 -0
- package/dist/themes/dark.js +84 -0
- package/dist/themes/index.d.ts +19 -0
- package/dist/themes/index.js +37 -0
- package/dist/themes/light.d.ts +84 -0
- package/dist/themes/light.js +84 -0
- package/dist/themes/palette.d.ts +92 -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 +121 -0
- package/dist/type/index.js +1 -0
- package/dist/types/images.d.ts +19 -0
- package/dist/util/decorations.d.ts +22 -0
- package/dist/util/decorations.js +302 -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 +3 -0
- package/dist/util/floating.js +23 -0
- package/dist/util/index.d.ts +12 -0
- package/dist/util/index.js +40 -0
- package/dist/util/linewiseConvert.d.ts +40 -0
- package/dist/util/linewiseConvert.js +221 -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 +61 -0
- package/dist/util/shortcutKey.d.ts +2 -0
- package/dist/util/shortcutKey.js +9 -0
- package/dist/util/structuredDiff.d.ts +59 -0
- package/dist/util/structuredDiff.js +550 -0
- package/package.json +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Box } from "@mui/material";
|
|
2
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
3
|
+
import React from "react";
|
|
4
|
+
var ReadonlyBlockMath = function ReadonlyBlockMath(_ref) {
|
|
5
|
+
var attrs = _ref.attrs,
|
|
6
|
+
selected = _ref.selected,
|
|
7
|
+
mathRef = _ref.mathRef;
|
|
8
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
9
|
+
className: "mathematics-block-wrapper ".concat(selected ? 'ProseMirror-selectednode' : ''),
|
|
10
|
+
"data-drag-handle": true
|
|
11
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
12
|
+
sx: {
|
|
13
|
+
display: 'block',
|
|
14
|
+
textAlign: 'center',
|
|
15
|
+
py: 2,
|
|
16
|
+
px: 1,
|
|
17
|
+
borderRadius: 1,
|
|
18
|
+
'&:hover': {
|
|
19
|
+
bgcolor: 'action.hover'
|
|
20
|
+
},
|
|
21
|
+
'.katex-display': {
|
|
22
|
+
m: 0
|
|
23
|
+
},
|
|
24
|
+
transition: 'background-color 0.2s ease'
|
|
25
|
+
}
|
|
26
|
+
}, attrs.latex ? /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
ref: mathRef
|
|
28
|
+
}) : /*#__PURE__*/React.createElement(Box, {
|
|
29
|
+
sx: {
|
|
30
|
+
color: 'error.main',
|
|
31
|
+
fontStyle: 'italic'
|
|
32
|
+
}
|
|
33
|
+
}, "Empty formula")));
|
|
34
|
+
};
|
|
35
|
+
export default ReadonlyBlockMath;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EditorFnProps } from "../../../../type";
|
|
2
|
+
import { NodeViewProps } from "@tiptap/react";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export type BlockMathAttributes = {
|
|
5
|
+
latex: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const MathematicsBlockViewWrapper: React.FC<NodeViewProps & EditorFnProps>;
|
|
8
|
+
export default MathematicsBlockViewWrapper;
|
|
@@ -0,0 +1,149 @@
|
|
|
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 { FloatingPopover } from "../../../../component/FloatingPopover";
|
|
8
|
+
import { FunctionsIcon } from "../../../../component/Icons";
|
|
9
|
+
import { Box, Button, Stack, TextField } from "@mui/material";
|
|
10
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
11
|
+
import katex from "katex";
|
|
12
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
13
|
+
import ReadonlyBlockMath from "./Readonly";
|
|
14
|
+
export var MathematicsBlockViewWrapper = function MathematicsBlockViewWrapper(_ref) {
|
|
15
|
+
var editor = _ref.editor,
|
|
16
|
+
node = _ref.node,
|
|
17
|
+
updateAttributes = _ref.updateAttributes,
|
|
18
|
+
selected = _ref.selected,
|
|
19
|
+
onError = _ref.onError;
|
|
20
|
+
var attrs = node.attrs;
|
|
21
|
+
var mathRef = useRef(null);
|
|
22
|
+
var _useState = useState(attrs.latex || ''),
|
|
23
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
24
|
+
editLatex = _useState2[0],
|
|
25
|
+
setEditLatex = _useState2[1];
|
|
26
|
+
var _useState3 = useState(null),
|
|
27
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
28
|
+
anchorEl = _useState4[0],
|
|
29
|
+
setAnchorEl = _useState4[1];
|
|
30
|
+
var handleShowPopover = function handleShowPopover(event) {
|
|
31
|
+
setEditLatex(attrs.latex || '');
|
|
32
|
+
setAnchorEl(event.currentTarget);
|
|
33
|
+
};
|
|
34
|
+
var handleClosePopover = function handleClosePopover() {
|
|
35
|
+
return setAnchorEl(null);
|
|
36
|
+
};
|
|
37
|
+
var handleInsertFormula = function handleInsertFormula() {
|
|
38
|
+
if (!editLatex.trim()) return;
|
|
39
|
+
updateAttributes({
|
|
40
|
+
latex: editLatex.trim()
|
|
41
|
+
});
|
|
42
|
+
handleClosePopover();
|
|
43
|
+
};
|
|
44
|
+
useEffect(function () {
|
|
45
|
+
if (mathRef.current && attrs.latex) {
|
|
46
|
+
try {
|
|
47
|
+
katex.render(attrs.latex, mathRef.current, {
|
|
48
|
+
throwOnError: false,
|
|
49
|
+
displayMode: true,
|
|
50
|
+
errorColor: 'error.main',
|
|
51
|
+
output: 'html'
|
|
52
|
+
});
|
|
53
|
+
} catch (error) {
|
|
54
|
+
onError === null || onError === void 0 || onError(error);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}, [attrs.latex]);
|
|
58
|
+
if (!editor.isEditable) {
|
|
59
|
+
return /*#__PURE__*/React.createElement(ReadonlyBlockMath, {
|
|
60
|
+
mathRef: mathRef,
|
|
61
|
+
attrs: attrs,
|
|
62
|
+
selected: selected
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
66
|
+
className: "mathematics-block-wrapper ".concat(selected ? 'ProseMirror-selectednode' : ''),
|
|
67
|
+
"data-drag-handle": true
|
|
68
|
+
}, !attrs.latex ? /*#__PURE__*/React.createElement(Box, {
|
|
69
|
+
onClick: handleShowPopover,
|
|
70
|
+
sx: {
|
|
71
|
+
display: 'flex',
|
|
72
|
+
alignItems: 'center',
|
|
73
|
+
gap: 2,
|
|
74
|
+
border: '1px dashed',
|
|
75
|
+
borderColor: 'divider',
|
|
76
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
77
|
+
px: 2,
|
|
78
|
+
py: 1.5,
|
|
79
|
+
fontSize: '0.875rem',
|
|
80
|
+
color: 'text.secondary',
|
|
81
|
+
bgcolor: 'action.default',
|
|
82
|
+
cursor: 'pointer',
|
|
83
|
+
'&:hover': {
|
|
84
|
+
bgcolor: 'action.hover'
|
|
85
|
+
},
|
|
86
|
+
'&:active': {
|
|
87
|
+
bgcolor: 'action.selected'
|
|
88
|
+
},
|
|
89
|
+
transition: 'all 0.2s ease'
|
|
90
|
+
}
|
|
91
|
+
}, /*#__PURE__*/React.createElement(FunctionsIcon, {
|
|
92
|
+
sx: {
|
|
93
|
+
fontSize: '1rem',
|
|
94
|
+
color: 'text.secondary'
|
|
95
|
+
}
|
|
96
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
97
|
+
sx: {
|
|
98
|
+
fontSize: '0.875rem',
|
|
99
|
+
color: 'text.secondary'
|
|
100
|
+
}
|
|
101
|
+
}, "\u6DFB\u52A0\u6570\u5B66\u516C\u5F0F")) : /*#__PURE__*/React.createElement(Box, {
|
|
102
|
+
sx: {
|
|
103
|
+
display: 'block',
|
|
104
|
+
textAlign: 'center',
|
|
105
|
+
py: 1.5,
|
|
106
|
+
px: 2,
|
|
107
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
108
|
+
bgcolor: 'transparent',
|
|
109
|
+
cursor: 'pointer',
|
|
110
|
+
'.katex-display': {
|
|
111
|
+
m: 0
|
|
112
|
+
},
|
|
113
|
+
'&:hover': {
|
|
114
|
+
bgcolor: 'action.hover'
|
|
115
|
+
},
|
|
116
|
+
transition: 'background-color 0.2s ease, border-color 0.2s ease'
|
|
117
|
+
},
|
|
118
|
+
onClick: handleShowPopover
|
|
119
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
120
|
+
ref: mathRef
|
|
121
|
+
})), /*#__PURE__*/React.createElement(FloatingPopover, {
|
|
122
|
+
open: Boolean(anchorEl),
|
|
123
|
+
anchorEl: anchorEl,
|
|
124
|
+
onClose: handleClosePopover,
|
|
125
|
+
placement: "bottom"
|
|
126
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
127
|
+
gap: 2,
|
|
128
|
+
sx: {
|
|
129
|
+
p: 2,
|
|
130
|
+
width: 350
|
|
131
|
+
}
|
|
132
|
+
}, /*#__PURE__*/React.createElement(TextField, {
|
|
133
|
+
fullWidth: true,
|
|
134
|
+
multiline: true,
|
|
135
|
+
rows: 4,
|
|
136
|
+
size: "small",
|
|
137
|
+
value: editLatex,
|
|
138
|
+
onChange: function onChange(e) {
|
|
139
|
+
return setEditLatex(e.target.value);
|
|
140
|
+
},
|
|
141
|
+
placeholder: "\u8F93\u5165 LaTeX \u516C\u5F0F\uFF0C\u4F8B\u5982\uFF1A\\int_{-\\infty}^{\\infty} e^{-x^2} dx = \\sqrt{\\pi}"
|
|
142
|
+
}), /*#__PURE__*/React.createElement(Button, {
|
|
143
|
+
variant: "contained",
|
|
144
|
+
fullWidth: true,
|
|
145
|
+
onClick: handleInsertFormula,
|
|
146
|
+
disabled: !editLatex.trim()
|
|
147
|
+
}, "\u63D2\u5165\u516C\u5F0F"))));
|
|
148
|
+
};
|
|
149
|
+
export default MathematicsBlockViewWrapper;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { InlineMathAttributes } from ".";
|
|
3
|
+
interface ReadonlyInlineMathProps {
|
|
4
|
+
selected: boolean;
|
|
5
|
+
attrs: InlineMathAttributes;
|
|
6
|
+
mathRef: React.RefObject<HTMLSpanElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const ReadonlyInlineMath: ({ attrs, selected, mathRef }: ReadonlyInlineMathProps) => React.JSX.Element;
|
|
9
|
+
export default ReadonlyInlineMath;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Box } from "@mui/material";
|
|
2
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
3
|
+
import React from "react";
|
|
4
|
+
var ReadonlyInlineMath = function ReadonlyInlineMath(_ref) {
|
|
5
|
+
var attrs = _ref.attrs,
|
|
6
|
+
selected = _ref.selected,
|
|
7
|
+
mathRef = _ref.mathRef;
|
|
8
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
9
|
+
className: "mathematics-inline-wrapper ".concat(selected ? 'ProseMirror-selectednode' : ''),
|
|
10
|
+
"data-drag-handle": true
|
|
11
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
12
|
+
component: "span",
|
|
13
|
+
sx: {
|
|
14
|
+
display: 'inline-block',
|
|
15
|
+
px: 0.5,
|
|
16
|
+
py: 0.25,
|
|
17
|
+
borderRadius: 0.5,
|
|
18
|
+
'&:hover': {
|
|
19
|
+
bgcolor: 'action.hover'
|
|
20
|
+
},
|
|
21
|
+
transition: 'background-color 0.2s ease'
|
|
22
|
+
}
|
|
23
|
+
}, attrs.latex ? /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
ref: mathRef
|
|
25
|
+
}) : /*#__PURE__*/React.createElement(Box, {
|
|
26
|
+
component: "span",
|
|
27
|
+
sx: {
|
|
28
|
+
color: 'error.main',
|
|
29
|
+
fontStyle: 'italic'
|
|
30
|
+
}
|
|
31
|
+
}, "Empty formula")));
|
|
32
|
+
};
|
|
33
|
+
export default ReadonlyInlineMath;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EditorFnProps } from "../../../../type";
|
|
2
|
+
import { NodeViewProps } from "@tiptap/react";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export type InlineMathAttributes = {
|
|
5
|
+
latex: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const MathematicsInlineViewWrapper: React.FC<NodeViewProps & EditorFnProps>;
|
|
8
|
+
export default MathematicsInlineViewWrapper;
|
|
@@ -0,0 +1,148 @@
|
|
|
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 { FloatingPopover } from "../../../../component/FloatingPopover";
|
|
8
|
+
import { SquareRootIcon } from "../../../../component/Icons";
|
|
9
|
+
import { Box, Button, Stack, TextField } from "@mui/material";
|
|
10
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
11
|
+
import katex from 'katex';
|
|
12
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
13
|
+
import ReadonlyInlineMath from "./Readonly";
|
|
14
|
+
export var MathematicsInlineViewWrapper = function MathematicsInlineViewWrapper(_ref) {
|
|
15
|
+
var editor = _ref.editor,
|
|
16
|
+
node = _ref.node,
|
|
17
|
+
updateAttributes = _ref.updateAttributes,
|
|
18
|
+
selected = _ref.selected,
|
|
19
|
+
onError = _ref.onError;
|
|
20
|
+
var attrs = node.attrs;
|
|
21
|
+
var mathRef = useRef(null);
|
|
22
|
+
var _useState = useState(attrs.latex || ''),
|
|
23
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
24
|
+
editLatex = _useState2[0],
|
|
25
|
+
setEditLatex = _useState2[1];
|
|
26
|
+
var _useState3 = useState(null),
|
|
27
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
28
|
+
anchorEl = _useState4[0],
|
|
29
|
+
setAnchorEl = _useState4[1];
|
|
30
|
+
var handleShowPopover = function handleShowPopover(event) {
|
|
31
|
+
setEditLatex(attrs.latex || '');
|
|
32
|
+
setAnchorEl(event.currentTarget);
|
|
33
|
+
};
|
|
34
|
+
var handleClosePopover = function handleClosePopover() {
|
|
35
|
+
return setAnchorEl(null);
|
|
36
|
+
};
|
|
37
|
+
var handleInsertFormula = function handleInsertFormula() {
|
|
38
|
+
if (!editLatex.trim()) return;
|
|
39
|
+
updateAttributes({
|
|
40
|
+
latex: editLatex.trim()
|
|
41
|
+
});
|
|
42
|
+
handleClosePopover();
|
|
43
|
+
};
|
|
44
|
+
useEffect(function () {
|
|
45
|
+
if (mathRef.current && attrs.latex) {
|
|
46
|
+
try {
|
|
47
|
+
katex.render(attrs.latex, mathRef.current, {
|
|
48
|
+
throwOnError: false,
|
|
49
|
+
displayMode: false,
|
|
50
|
+
errorColor: 'error.main',
|
|
51
|
+
output: 'html'
|
|
52
|
+
});
|
|
53
|
+
} catch (error) {
|
|
54
|
+
onError === null || onError === void 0 || onError(error);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}, [attrs.latex]);
|
|
58
|
+
if (!editor.isEditable) {
|
|
59
|
+
return /*#__PURE__*/React.createElement(ReadonlyInlineMath, {
|
|
60
|
+
mathRef: mathRef,
|
|
61
|
+
attrs: attrs,
|
|
62
|
+
selected: selected
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
66
|
+
className: "mathematics-inline-wrapper ".concat(selected ? 'ProseMirror-selectednode' : ''),
|
|
67
|
+
"data-drag-handle": true,
|
|
68
|
+
as: "span"
|
|
69
|
+
}, !attrs.latex ? /*#__PURE__*/React.createElement(Box, {
|
|
70
|
+
component: "span",
|
|
71
|
+
onClick: handleShowPopover,
|
|
72
|
+
sx: {
|
|
73
|
+
display: 'inline-flex',
|
|
74
|
+
alignItems: 'center',
|
|
75
|
+
gap: 2,
|
|
76
|
+
border: '1px dashed',
|
|
77
|
+
borderColor: 'divider',
|
|
78
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
79
|
+
px: 2,
|
|
80
|
+
py: 1.5,
|
|
81
|
+
fontSize: 14,
|
|
82
|
+
color: 'text.secondary',
|
|
83
|
+
bgcolor: 'action.default',
|
|
84
|
+
cursor: 'pointer',
|
|
85
|
+
'&:hover': {
|
|
86
|
+
bgcolor: 'action.hover'
|
|
87
|
+
},
|
|
88
|
+
'&:active': {
|
|
89
|
+
bgcolor: 'action.selected'
|
|
90
|
+
},
|
|
91
|
+
transition: 'background-color 0.2s ease'
|
|
92
|
+
}
|
|
93
|
+
}, /*#__PURE__*/React.createElement(SquareRootIcon, {
|
|
94
|
+
sx: {
|
|
95
|
+
fontSize: '1rem',
|
|
96
|
+
flexShrink: 0
|
|
97
|
+
}
|
|
98
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
99
|
+
component: "span"
|
|
100
|
+
}, "\u6DFB\u52A0\u6570\u5B66\u516C\u5F0F")) : /*#__PURE__*/React.createElement(Box, {
|
|
101
|
+
component: "span",
|
|
102
|
+
sx: {
|
|
103
|
+
display: 'inline-block',
|
|
104
|
+
cursor: 'pointer',
|
|
105
|
+
position: 'relative',
|
|
106
|
+
px: 0.5,
|
|
107
|
+
py: 0.25,
|
|
108
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
109
|
+
bgcolor: 'transparent',
|
|
110
|
+
'&:hover': {
|
|
111
|
+
bgcolor: 'action.hover'
|
|
112
|
+
},
|
|
113
|
+
transition: 'background-color 0.2s ease'
|
|
114
|
+
},
|
|
115
|
+
onClick: handleShowPopover
|
|
116
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
117
|
+
component: "span",
|
|
118
|
+
ref: mathRef
|
|
119
|
+
})), /*#__PURE__*/React.createElement(FloatingPopover, {
|
|
120
|
+
open: Boolean(anchorEl),
|
|
121
|
+
anchorEl: anchorEl,
|
|
122
|
+
onClose: handleClosePopover,
|
|
123
|
+
placement: "bottom"
|
|
124
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
125
|
+
gap: 2,
|
|
126
|
+
sx: {
|
|
127
|
+
p: 2,
|
|
128
|
+
width: 350
|
|
129
|
+
}
|
|
130
|
+
}, /*#__PURE__*/React.createElement(TextField, {
|
|
131
|
+
fullWidth: true,
|
|
132
|
+
multiline: true,
|
|
133
|
+
rows: 3,
|
|
134
|
+
size: "small",
|
|
135
|
+
value: editLatex,
|
|
136
|
+
onChange: function onChange(e) {
|
|
137
|
+
return setEditLatex(e.target.value);
|
|
138
|
+
},
|
|
139
|
+
placeholder: "\u8F93\u5165 LaTeX \u516C\u5F0F\uFF0C\u4F8B\u5982\uFF1Ax^2 + y^2 = z^2"
|
|
140
|
+
}), /*#__PURE__*/React.createElement(Button, {
|
|
141
|
+
variant: "contained",
|
|
142
|
+
size: "small",
|
|
143
|
+
fullWidth: true,
|
|
144
|
+
onClick: handleInsertFormula,
|
|
145
|
+
disabled: !editLatex.trim()
|
|
146
|
+
}, "\u63D2\u5165\u516C\u5F0F"))));
|
|
147
|
+
};
|
|
148
|
+
export default MathematicsInlineViewWrapper;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface MentionListProps {
|
|
3
|
+
items: string[];
|
|
4
|
+
command: (props: {
|
|
5
|
+
id: string;
|
|
6
|
+
}) => void;
|
|
7
|
+
}
|
|
8
|
+
export interface MentionListRef {
|
|
9
|
+
onKeyDown: (props: {
|
|
10
|
+
event: KeyboardEvent;
|
|
11
|
+
}) => boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const MentionList: React.ForwardRefExoticComponent<MentionListProps & React.RefAttributes<MentionListRef>>;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
import { Box, Paper, Stack } from '@mui/material';
|
|
14
|
+
import React, { forwardRef, useEffect, useImperativeHandle, useState } from 'react';
|
|
15
|
+
export var MentionList = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
16
|
+
var _useState = useState(0),
|
|
17
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
18
|
+
selectedIndex = _useState2[0],
|
|
19
|
+
setSelectedIndex = _useState2[1];
|
|
20
|
+
var selectItem = function selectItem(index) {
|
|
21
|
+
var item = props.items[index];
|
|
22
|
+
if (item) {
|
|
23
|
+
props.command({
|
|
24
|
+
id: item
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
var upHandler = function upHandler() {
|
|
29
|
+
setSelectedIndex((selectedIndex + props.items.length - 1) % props.items.length);
|
|
30
|
+
};
|
|
31
|
+
var downHandler = function downHandler() {
|
|
32
|
+
setSelectedIndex((selectedIndex + 1) % props.items.length);
|
|
33
|
+
};
|
|
34
|
+
var enterHandler = function enterHandler() {
|
|
35
|
+
selectItem(selectedIndex);
|
|
36
|
+
};
|
|
37
|
+
useEffect(function () {
|
|
38
|
+
return setSelectedIndex(0);
|
|
39
|
+
}, [props.items]);
|
|
40
|
+
useImperativeHandle(ref, function () {
|
|
41
|
+
return {
|
|
42
|
+
onKeyDown: function onKeyDown(_ref) {
|
|
43
|
+
var event = _ref.event;
|
|
44
|
+
if (event.key === 'ArrowUp') {
|
|
45
|
+
upHandler();
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
if (event.key === 'ArrowDown') {
|
|
49
|
+
downHandler();
|
|
50
|
+
return true;
|
|
51
|
+
}
|
|
52
|
+
if (event.key === 'Enter') {
|
|
53
|
+
enterHandler();
|
|
54
|
+
return true;
|
|
55
|
+
}
|
|
56
|
+
return false;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
});
|
|
60
|
+
return /*#__PURE__*/React.createElement(Paper, {
|
|
61
|
+
sx: {
|
|
62
|
+
position: 'relative',
|
|
63
|
+
overflowY: 'auto',
|
|
64
|
+
p: 0.5
|
|
65
|
+
}
|
|
66
|
+
}, /*#__PURE__*/React.createElement(Stack, null, props.items.length ? props.items.map(function (item, index) {
|
|
67
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
68
|
+
key: index,
|
|
69
|
+
onClick: function onClick() {
|
|
70
|
+
return selectItem(index);
|
|
71
|
+
},
|
|
72
|
+
sx: _objectSpread({
|
|
73
|
+
px: 2,
|
|
74
|
+
py: 1,
|
|
75
|
+
fontSize: 14,
|
|
76
|
+
cursor: 'pointer',
|
|
77
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
78
|
+
'&:hover': {
|
|
79
|
+
backgroundColor: 'action.selected'
|
|
80
|
+
}
|
|
81
|
+
}, index === selectedIndex && {
|
|
82
|
+
backgroundColor: 'action.selected'
|
|
83
|
+
})
|
|
84
|
+
}, "@", item);
|
|
85
|
+
}) : /*#__PURE__*/React.createElement(Box, {
|
|
86
|
+
sx: {
|
|
87
|
+
px: 2,
|
|
88
|
+
py: 1,
|
|
89
|
+
color: 'var(--mui-palette-text-tertiary)'
|
|
90
|
+
}
|
|
91
|
+
}, "No result")));
|
|
92
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SlashCommandsListRef } from "../../../type";
|
|
2
|
+
import { SuggestionProps } from '@tiptap/suggestion';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export type SlashCommandsOverlayProps = SuggestionProps<any> & {
|
|
5
|
+
open: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const SlashCommandsOverlay: React.ForwardRefExoticComponent<SuggestionProps<any, any> & {
|
|
8
|
+
open: boolean;
|
|
9
|
+
} & React.RefAttributes<SlashCommandsListRef>>;
|
|
10
|
+
export default SlashCommandsOverlay;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { FloatingPopover } from "../../../component";
|
|
2
|
+
import React, { forwardRef, useMemo } from 'react';
|
|
3
|
+
import SlashCommandsList from "./index";
|
|
4
|
+
var SlashCommandsOverlay = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
5
|
+
var anchorEl = useMemo(function () {
|
|
6
|
+
if (!props.clientRect) return null;
|
|
7
|
+
return {
|
|
8
|
+
getBoundingClientRect: function getBoundingClientRect() {
|
|
9
|
+
return props.clientRect();
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
}, [props.clientRect]);
|
|
13
|
+
return /*#__PURE__*/React.createElement(FloatingPopover, {
|
|
14
|
+
open: Boolean(props.open && anchorEl),
|
|
15
|
+
anchorEl: anchorEl,
|
|
16
|
+
onClose: function onClose() {/* 由外部生命周期控制关闭 */},
|
|
17
|
+
placement: "bottom"
|
|
18
|
+
}, /*#__PURE__*/React.createElement(SlashCommandsList, {
|
|
19
|
+
ref: ref,
|
|
20
|
+
items: props.items,
|
|
21
|
+
command: props.command,
|
|
22
|
+
editor: props.editor
|
|
23
|
+
}));
|
|
24
|
+
});
|
|
25
|
+
SlashCommandsOverlay.displayName = 'SlashCommandsOverlay';
|
|
26
|
+
export default SlashCommandsOverlay;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SlashCommandsListProps, SlashCommandsListRef } from "../../../type";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const SlashCommandsList: React.ForwardRefExoticComponent<SlashCommandsListProps & React.RefAttributes<SlashCommandsListRef>>;
|
|
4
|
+
export default SlashCommandsList;
|